{"version":3,"sources":["index.js"],"names":[],"mappings":"AAeA,6CAYC","file":"index.d.ts","sourcesContent":["import {DOM} from 'aurelia-pal';\nimport {ReorderableRepeat} from './reorderable-repeat';\nimport {ReorderableDirection} from './reorderable-direction';\nimport {ReorderableGroup} from './reorderable-group';\nimport {ReorderableGroupFor} from './reorderable-group-for';\nimport {ReorderableDndPreview} from './reorderable-dnd-preview';\nimport {ReorderableDndHandlerSelector} from './reorderable-dnd-handler-selector';\nimport {ReorderableAfterReordering} from './reorderable-after-reordering';\n\nconst css = `\n.reorderable-repeat-dragging-me {\n  visibility: hidden;\n}\n`;\n\nexport function configure(config) {\n  DOM.injectStyles(css);\n\n  config.globalResources([\n    ReorderableRepeat,\n    ReorderableDirection,\n    ReorderableGroup,\n    ReorderableGroupFor,\n    ReorderableDndPreview,\n    ReorderableDndHandlerSelector,\n    ReorderableAfterReordering\n  ]);\n}\n"],"sourceRoot":"../src/"}