Sha256: 2bd7aa59b0184a9102ade80a5f84d21577afa54a9f98d92b6795f7d2a1553ec6

Contents?: true

Size: 700 Bytes

Versions: 3

Compression:

Stored size: 700 Bytes

Contents

import TurboCollectionController from "./turbo/collection_controller";
import ItemController from "./orderable/item_controller";
import ListController from "./orderable/list_controller";
import FormController from "./orderable/form_controller";

const Definitions = [
  {
    identifier: "tables--turbo--collection",
    controllerConstructor: TurboCollectionController,
  },
  {
    identifier: "tables--orderable--item",
    controllerConstructor: ItemController,
  },
  {
    identifier: "tables--orderable--list",
    controllerConstructor: ListController,
  },
  {
    identifier: "tables--orderable--form",
    controllerConstructor: FormController,
  },
];

export { Definitions as default };

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
katalyst-tables-2.5.0 app/javascript/tables/application.js
katalyst-tables-2.4.0 app/javascript/tables/application.js
katalyst-tables-2.3.1 app/javascript/tables/application.js