@orangelogic/design-system 2.84.0 → 2.86.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/library/chunks/{color-swatch-group.P7OmP2yj.js → color-swatch-group.DPGjdQIL.js} +1 -1
- package/library/chunks/{list-editor.DG60pYw-.js → list-editor.DnLRd7ks.js} +1 -1
- package/library/chunks/{pagination._JRGq9Ld.js → pagination.DC9JIt4s.js} +110 -116
- package/library/chunks/{table.Hdu2SawG.js → table.vctaA5cg.js} +4022 -3978
- package/library/components/atoms.js +2 -2
- package/library/components/checkbox.js +4 -4
- package/library/components/color-swatch-group.js +2 -2
- package/library/components/list-editor.js +2 -2
- package/library/components/molecules.js +1 -1
- package/library/components/organisms.js +1 -1
- package/library/components/pagination.js +1 -1
- package/library/components/table.js +2 -2
- package/library/components/types.js +2068 -2064
- package/library/package.json +1 -1
- package/library/packages/atoms/src/components/pagination/pagination.d.ts +8 -7
- package/library/packages/atoms/src/components/table/modules/HoverMenu.d.ts +2 -2
- package/library/packages/atoms/src/components/table/table.d.ts +2 -2
- package/library/packages/hybrid/table-core/src/index.d.ts +1 -0
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/ColumnManager.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/CoreFeature.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/FooterManager.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/Module.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/RowManager.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/Tabulator.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/cell/Cell.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/cell/CellComponent.d.ts +4 -4
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/column/Column.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/column/ColumnComponent.d.ts +2 -2
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/defaults/options.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/rendering/Renderer.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/rendering/renderers/BasicHorizontal.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/rendering/renderers/BasicVertical.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/rendering/renderers/VirtualDomHorizontal.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/rendering/renderers/VirtualDomVertical.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/row/Row.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/row/RowComponent.d.ts +2 -2
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/tools/Alert.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/tools/ComponentFunctionBinder.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/tools/DataLoader.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/tools/DependencyRegistry.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/tools/DeprecationAdvisor.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/tools/ExternalEventBus.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/tools/InteractionMonitor.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/tools/InternalEventBus.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/tools/ModuleBinder.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/tools/OptionsList.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/tools/Popup.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/types.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Ajax/Ajax.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Clipboard/Clipboard.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Clipboard/defaults/pasteParsers.d.ts +1 -1
- package/library/packages/hybrid/table-core/src/tabulator-tables/modules/Clipboard/extensions/extensions.d.ts +7 -0
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/ColumnCalcs/CalcComponent.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/ColumnCalcs/ColumnCalcs.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Comms/Comms.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/DataTree/DataTree.d.ts +2 -2
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Download/Download.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Download/defaults/downloaders/csv.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Download/defaults/downloaders/html.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Download/defaults/downloaders/json.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Download/defaults/downloaders/jsonLines.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Download/defaults/downloaders/pdf.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Download/defaults/downloaders/xlsx.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Download/defaults/downloaders.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Edit/Edit.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Edit/List.d.ts +3 -3
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Edit/defaults/editors/list.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Export/Export.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Export/ExportColumn.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Export/ExportRow.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Export/defaults/rowLookups.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Filter/Filter.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Filter/formatter-display-resolvers.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Format/Format.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Format/defaults/formatters/composite.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Format/defaults/formatters/icon.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Format/defaults/formatters/number.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Format/defaults/formatters/plaintext.d.ts +2 -2
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Format/defaults/formatters/tag.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Format/defaults/formatters/time.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Format/defaults/formatters/traffic.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Format/defaults/formatters/typography.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/FrozenColumns/FrozenColumns.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/GroupRows/Group.d.ts +2 -2
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/GroupRows/GroupComponent.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/GroupRows/GroupLoadMore.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/GroupRows/GroupRows.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/History/History.d.ts +1 -1
- package/library/packages/hybrid/table-core/src/tabulator-tables/modules/History/extensions/extensions.d.ts +7 -0
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Import/defaults/importers.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Layout/Layout.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Localize/Localize.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Page/Page.d.ts +2 -2
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/PlaceholderRow/PlaceholderRow.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/ResizeColumns/ResizeColumns.d.ts +1 -0
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/ResizeRows/ResizeRows.d.ts +1 -0
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/ResizeTable/ResizeTable.d.ts +6 -0
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/SelectRange/Range.d.ts +5 -5
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/SelectRange/RangeComponent.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/SelectRange/SelectRange.d.ts +11 -11
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/SelectRange/extensions/extensions.d.ts +2 -2
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/SelectRow/SelectRow.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/SelectRow/extensions/formatters/rowSelection.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Sort/Sort.d.ts +1 -1
- package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Spreadsheet/SheetComponent.d.ts +2 -2
- package/library/packages/molecules/src/3d-viewer/3d-viewer.d.ts +2 -0
- package/library/packages/molecules/src/3d-viewer/components/3d-viewer-config/3d-viewer-config.d.ts +2 -0
- package/library/packages/molecules/src/3d-viewer/components/3d-viewer-control/3d-viewer-control.d.ts +2 -0
- package/library/packages/organisms/src/text-to-speech/text-to-speech.d.ts +0 -2
- package/library/packages/types/src/pagination.d.ts +1 -0
- package/library/react-web-component.d.ts +8 -0
- package/package.json +1 -1
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Clipboard/extensions/extensions.d.ts +0 -7
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/History/extensions/extensions.d.ts +0 -7
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/TabulatorFull.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/column/defaults/options.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/modules/core.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/modules/optional.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/row/PseudoRow.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/tools/Helpers.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/tools/TableRegistry.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/index.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Accessibility/Accessibility.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Accessor/Accessor.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Accessor/defaults/accessors.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Ajax/defaults/config.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Ajax/defaults/contentTypeFormatters.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Ajax/defaults/urlGenerator.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Clipboard/defaults/pasteActions.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Clipboard/extensions/keybindings/actions.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Clipboard/extensions/keybindings/bindings.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/ColumnCalcs/defaults/calculations.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Edit/defaults/editors/adaptable.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Edit/defaults/editors/date.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Edit/defaults/editors/datetime.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Edit/defaults/editors/input.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Edit/defaults/editors/number.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Edit/defaults/editors/progress.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Edit/defaults/editors/range.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Edit/defaults/editors/star.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Edit/defaults/editors/textarea.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Edit/defaults/editors/tickCross.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Edit/defaults/editors/time.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Edit/defaults/editors.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Edit/inputMask.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Export/defaults/columnLookups.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Filter/defaults/filters.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Format/defaults/formatters/adaptable.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Format/defaults/formatters/array.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Format/defaults/formatters/buttonCross.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Format/defaults/formatters/buttonTick.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Format/defaults/formatters/color.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Format/defaults/formatters/datetime.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Format/defaults/formatters/datetimediff.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Format/defaults/formatters/handle.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Format/defaults/formatters/html.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Format/defaults/formatters/image.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Format/defaults/formatters/json.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Format/defaults/formatters/link.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Format/defaults/formatters/lookup.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Format/defaults/formatters/money.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Format/defaults/formatters/progress.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Format/defaults/formatters/rownum.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Format/defaults/formatters/star.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Format/defaults/formatters/textarea.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Format/defaults/formatters/tickCross.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Format/defaults/formatters/toggle.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Format/defaults/formatters.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Format/formatter-lookup.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/FrozenRows/FrozenRows.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/History/defaults/redoers.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/History/defaults/undoers.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/History/extensions/keybindings/actions.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/History/extensions/keybindings/bindings.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/HtmlTableImport/HtmlTableImport.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Import/Import.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Import/defaults/importers/array.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Import/defaults/importers/csv.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Import/defaults/importers/json.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Import/defaults/importers/xlsx.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Interaction/Interaction.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Keybindings/Keybindings.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Keybindings/defaults/actions.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Keybindings/defaults/bindings.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Layout/defaults/modes/fitColumns.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Layout/defaults/modes/fitData.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Layout/defaults/modes/fitDataGeneral.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Layout/defaults/modes/fitDataStretch.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Layout/defaults/modes.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Localize/defaults/langs.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Menu/Menu.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/MoveColumns/MoveColumns.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/MoveRows/MoveRows.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/MoveRows/defaults/receivers.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/MoveRows/defaults/senders.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Mutator/Mutator.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Mutator/defaults/mutators.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Persistence/Persistence.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Persistence/defaults/readers.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Persistence/defaults/writers.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Popup/Popup.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Print/Print.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/ReactiveData/ReactiveData.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/ResponsiveLayout/ResponsiveLayout.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/ResponsiveLayout/extensions/extensions.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/ResponsiveLayout/extensions/formatters/responsiveCollapse.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/SelectRange/extensions/clipboard/pasteActions.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/SelectRange/extensions/clipboard/pasteParsers.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/SelectRange/extensions/export/columnLookups.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/SelectRange/extensions/export/rowLookups.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/SelectRange/extensions/keybindings/actions.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/SelectRange/extensions/keybindings/bindings.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/SelectRow/extensions/extensions.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Sort/defaults/sorters/alphanum.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Sort/defaults/sorters/array.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Sort/defaults/sorters/boolean.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Sort/defaults/sorters/date.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Sort/defaults/sorters/datetime.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Sort/defaults/sorters/exists.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Sort/defaults/sorters/number.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Sort/defaults/sorters/string.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Sort/defaults/sorters/time.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Sort/defaults/sorters.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Spreadsheet/GridCalculator.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Spreadsheet/Sheet.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Spreadsheet/Spreadsheet.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Tooltip/Tooltip.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Validate/Validate.d.ts +0 -0
- /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Validate/defaults/validators.d.ts +0 -0
package/library/package.json
CHANGED
|
@@ -2,7 +2,7 @@ import { default as CxSpace } from '../space/space.ts';
|
|
|
2
2
|
import { default as CortexElement } from '../../../../base/src/cortex-element.ts';
|
|
3
3
|
import { IconButtonSize } from '../../../../types/src/icon-button';
|
|
4
4
|
import { PaginationCounter } from '../../../../types/src/pagination';
|
|
5
|
-
import { CSSResultGroup, TemplateResult } from 'lit';
|
|
5
|
+
import { CSSResultGroup, PropertyValues, TemplateResult } from 'lit';
|
|
6
6
|
import { default as CxButton } from '../button/button';
|
|
7
7
|
import { default as CxIconButton } from '../icon-button/icon-button';
|
|
8
8
|
import { default as CxInput } from '../input/input';
|
|
@@ -85,18 +85,20 @@ export default class CxPagination extends CortexElement {
|
|
|
85
85
|
* Size passed to each `cx-icon-button` in the navigation controls (first, previous, next, last).
|
|
86
86
|
*/
|
|
87
87
|
iconButtonSize: IconButtonSize;
|
|
88
|
-
|
|
89
|
-
|
|
88
|
+
/**
|
|
89
|
+
* The current page, 1-based index. Use `current-page` attribute to render at a specific page.
|
|
90
|
+
*/
|
|
91
|
+
currentPage: number;
|
|
90
92
|
/** Tracks the user-entered page value before committing navigation. */
|
|
91
93
|
private _pageInputValue;
|
|
92
|
-
get
|
|
93
|
-
set pageIndex(value: number);
|
|
94
|
+
private get _pageCount();
|
|
94
95
|
get pageStart(): number;
|
|
95
96
|
get pageEnd(): number;
|
|
96
97
|
get prevDisabled(): boolean;
|
|
97
98
|
get nextDisabled(): boolean;
|
|
98
99
|
private get hasMultiplePages();
|
|
99
|
-
private
|
|
100
|
+
private normalizePage;
|
|
101
|
+
willUpdate(changed: PropertyValues<this>): void;
|
|
100
102
|
private handlePageSizeSelectChange;
|
|
101
103
|
private handleFirst;
|
|
102
104
|
private handleBack;
|
|
@@ -107,7 +109,6 @@ export default class CxPagination extends CortexElement {
|
|
|
107
109
|
private handlePageInputKeyDown;
|
|
108
110
|
private handlePageInputBlur;
|
|
109
111
|
private renderCounterInput;
|
|
110
|
-
handleCountChange(): Promise<void>;
|
|
111
112
|
handlePageChange(): void;
|
|
112
113
|
handlePageSizeChange(): void;
|
|
113
114
|
private handlePageClick;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Cell, Row, Tabulator } from '../../../../../hybrid/table-core/src/index.ts';
|
|
2
|
+
import { default as Module } from '../../../../../hybrid/table-core/src/tabulator-tables/core/Module';
|
|
1
3
|
import { IHoverMenu } from '../../../../../types/src/table';
|
|
2
4
|
import { CxTableRowActions } from '../components';
|
|
3
|
-
import { Cell, Row, Tabulator } from '../tabulator-tables';
|
|
4
|
-
import { default as Module } from '../tabulator-tables/core/Module';
|
|
5
5
|
|
|
6
6
|
export default class HoverMenu extends Module implements IHoverMenu {
|
|
7
7
|
static readonly moduleName = "hoverMenu";
|
|
@@ -7,11 +7,11 @@ import { default as CxSelect } from '../select/select.ts';
|
|
|
7
7
|
import { default as CxSpace } from '../space/space.ts';
|
|
8
8
|
import { default as CxSpinner } from '../spinner/spinner.ts';
|
|
9
9
|
import { default as CortexElement } from '../../../../base/src/cortex-element.ts';
|
|
10
|
+
import { RowComponent, TabulatorFull as Tabulator } from '../../../../hybrid/table-core/src/index.ts';
|
|
10
11
|
import { PaginationCounter } from '../../../../types/src/pagination';
|
|
11
12
|
import { HoverMenuOptions, SavedSearchItem, TableClipboardAction, TableDropdownFilterData, ColumnDefinition, Options, OptionsColumns, OptionsSpreadsheet, SheetDefinition } from '../../../../types/src/table';
|
|
12
13
|
import { CSSResultGroup, TemplateResult } from 'lit';
|
|
13
14
|
import { CxTableRowActions, CxTableToolbar } from './components';
|
|
14
|
-
import { RowComponent, TabulatorFull as Tabulator } from './tabulator-tables';
|
|
15
15
|
|
|
16
16
|
/**
|
|
17
17
|
* @summary Tables are used to display data in a structured format.
|
|
@@ -737,5 +737,5 @@ declare global {
|
|
|
737
737
|
'cx-table': CxTable;
|
|
738
738
|
}
|
|
739
739
|
}
|
|
740
|
-
export * from '
|
|
740
|
+
export * from '../../../../hybrid/table-core/src/index.ts';
|
|
741
741
|
export * from './components';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './tabulator-tables';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ICell, IColumn, IColumnComponent, IColumnManager, IRow, ITabulator } from '
|
|
1
|
+
import { ICell, IColumn, IColumnComponent, IColumnManager, IRow, ITabulator } from '../../../../../types/src/table';
|
|
2
2
|
import { default as Column } from './column/Column';
|
|
3
3
|
import { default as CoreFeature } from './CoreFeature';
|
|
4
4
|
import { default as Renderer } from './rendering/Renderer';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ICoreFeature, ITabulator } from '
|
|
1
|
+
import { ICoreFeature, ITabulator } from '../../../../../types/src/table';
|
|
2
2
|
import { default as Comms } from '../modules/Comms/Comms';
|
|
3
3
|
import { default as Localize } from '../modules/Localize/Localize';
|
|
4
4
|
import { default as ExternalEventBus } from './tools/ExternalEventBus';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IRenderer, IRow, IRowManager, ScrollToRowPosition } from '
|
|
1
|
+
import { IRenderer, IRow, IRowManager, ScrollToRowPosition } from '../../../../../types/src/table';
|
|
2
2
|
import { default as CoreFeature } from './CoreFeature';
|
|
3
3
|
import { default as RowComponent } from './row/RowComponent';
|
|
4
4
|
import { default as Tabulator } from './Tabulator';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ScrollToRowPosition } from '
|
|
1
|
+
import { ScrollToRowPosition } from '../../../../../types/src/table';
|
|
2
2
|
import { default as ColumnComponent } from './column/ColumnComponent';
|
|
3
3
|
import { default as FooterManager } from './FooterManager';
|
|
4
4
|
import { default as Module } from './Module';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ICell, ICellComponent, IColumn, IRow } from '
|
|
1
|
+
import { ICell, ICellComponent, IColumn, IRow } from '../../../../../../types/src/table';
|
|
2
2
|
import { default as CoreFeature } from '../CoreFeature';
|
|
3
3
|
|
|
4
4
|
export default class Cell extends CoreFeature implements ICell {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ICellComponent } from '
|
|
1
|
+
import { ICellComponent } from '../../../../../../types/src/table';
|
|
2
2
|
import { default as Cell } from './Cell';
|
|
3
3
|
|
|
4
4
|
export default class CellComponent implements ICellComponent {
|
|
@@ -9,15 +9,15 @@ export default class CellComponent implements ICellComponent {
|
|
|
9
9
|
getInitialValue(): any;
|
|
10
10
|
getElement(): HTMLElement | null;
|
|
11
11
|
getContentElement(): HTMLElement | null;
|
|
12
|
-
getRow(): import('
|
|
12
|
+
getRow(): import('../../../../../../types/src/table').IRowComponent;
|
|
13
13
|
getData(transform?: string): Record<string, any>;
|
|
14
14
|
getType(): string;
|
|
15
15
|
getField(): string;
|
|
16
|
-
getColumn(): import('
|
|
16
|
+
getColumn(): import('../../../../../../types/src/table').IColumnComponent;
|
|
17
17
|
setValue(value: any, mutate?: boolean): void;
|
|
18
18
|
restoreOldValue(): void;
|
|
19
19
|
restoreInitialValue(): void;
|
|
20
20
|
checkHeight(): void;
|
|
21
|
-
getTable(): import('
|
|
21
|
+
getTable(): import('../../../../../../types/src/table').ITabulator;
|
|
22
22
|
_getSelf(): Cell;
|
|
23
23
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ICell, IColumn, IColumnComponent, IColumnManager, IRow } from '
|
|
1
|
+
import { ICell, IColumn, IColumnComponent, IColumnManager, IRow } from '../../../../../../types/src/table';
|
|
2
2
|
import { default as CoreFeature } from '../CoreFeature';
|
|
3
3
|
import { ColumnDefinition } from '../types';
|
|
4
4
|
import { default as ColumnComponent } from './ColumnComponent';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ColumnDefinition, ColumnLookup, ICellComponent, IColumn, IColumnComponent, ScrollToColumnPosition } from '
|
|
1
|
+
import { ColumnDefinition, ColumnLookup, ICellComponent, IColumn, IColumnComponent, ScrollToColumnPosition } from '../../../../../../types/src/table';
|
|
2
2
|
|
|
3
3
|
export default class ColumnComponent implements IColumnComponent {
|
|
4
4
|
_column: IColumn;
|
|
@@ -18,7 +18,7 @@ export default class ColumnComponent implements IColumnComponent {
|
|
|
18
18
|
getParentColumn(): false | IColumnComponent;
|
|
19
19
|
_getSelf(): IColumn;
|
|
20
20
|
scrollTo(position: ScrollToColumnPosition, ifVisible?: boolean): Promise<void> | undefined;
|
|
21
|
-
getTable(): import('
|
|
21
|
+
getTable(): import('../../../../../../types/src/table').ITabulator;
|
|
22
22
|
move(to: ColumnLookup, after: boolean): void;
|
|
23
23
|
getNextColumn(): false | IColumnComponent;
|
|
24
24
|
getPrevColumn(): false | IColumnComponent;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IColumn, IRenderer, IRow, ITabulator, ScrollToRowPosition } from '
|
|
1
|
+
import { IColumn, IRenderer, IRow, ITabulator, ScrollToRowPosition } from '../../../../../../types/src/table';
|
|
2
2
|
import { default as CoreFeature } from '../CoreFeature';
|
|
3
3
|
|
|
4
4
|
export default class Renderer extends CoreFeature implements IRenderer {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IBasicHorizontal, IColumn, IRow, ITabulator } from '
|
|
1
|
+
import { IBasicHorizontal, IColumn, IRow, ITabulator } from '../../../../../../../types/src/table';
|
|
2
2
|
import { default as Renderer } from '../Renderer';
|
|
3
3
|
|
|
4
4
|
export default class BasicHorizontal extends Renderer implements IBasicHorizontal {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IBasicVertical, IRow, ITabulator } from '
|
|
1
|
+
import { IBasicVertical, IRow, ITabulator } from '../../../../../../../types/src/table';
|
|
2
2
|
import { default as Renderer } from '../Renderer';
|
|
3
3
|
|
|
4
4
|
export default class BasicVertical extends Renderer implements IBasicVertical {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IColumn, IRow, ITabulator, IVirtualDomHorizontal } from '
|
|
1
|
+
import { IColumn, IRow, ITabulator, IVirtualDomHorizontal } from '../../../../../../../types/src/table';
|
|
2
2
|
import { default as Renderer } from '../Renderer';
|
|
3
3
|
|
|
4
4
|
export default class VirtualDomHorizontal extends Renderer implements IVirtualDomHorizontal {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IRow, ITabulator, IVirtualDomVertical } from '
|
|
1
|
+
import { IRow, ITabulator, IVirtualDomVertical } from '../../../../../../../types/src/table';
|
|
2
2
|
import { default as Renderer } from '../Renderer';
|
|
3
3
|
|
|
4
4
|
export default class VirtualDomVertical extends Renderer implements IVirtualDomVertical {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ICell, IColumn, IColumnComponent, IRow, IRowManager, RowModules } from '
|
|
1
|
+
import { ICell, IColumn, IColumnComponent, IRow, IRowManager, RowModules } from '../../../../../../types/src/table';
|
|
2
2
|
import { default as CoreFeature } from '../CoreFeature';
|
|
3
3
|
import { default as RowComponent } from './RowComponent';
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ICellComponent, IColumnComponent, IRow, IRowComponent, ScrollToRowPosition } from '
|
|
1
|
+
import { ICellComponent, IColumnComponent, IRow, IRowComponent, ScrollToRowPosition } from '../../../../../../types/src/table';
|
|
2
2
|
|
|
3
3
|
export default class RowComponent implements IRowComponent {
|
|
4
4
|
_row: IRow;
|
|
@@ -17,7 +17,7 @@ export default class RowComponent implements IRowComponent {
|
|
|
17
17
|
normalizeHeight(): void;
|
|
18
18
|
_getSelf(): IRow;
|
|
19
19
|
reformat(): void;
|
|
20
|
-
getTable(): import('
|
|
20
|
+
getTable(): import('../../../../../../types/src/table').ITabulator;
|
|
21
21
|
getNextRow(): false | IRowComponent;
|
|
22
22
|
getPrevRow(): false | IRowComponent;
|
|
23
23
|
toggleSelect?: () => void;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IAlert, ITabulator } from '
|
|
1
|
+
import { IAlert, ITabulator } from '../../../../../../types/src/table';
|
|
2
2
|
import { default as CoreFeature } from '../CoreFeature';
|
|
3
3
|
|
|
4
4
|
export default class Alert extends CoreFeature implements IAlert {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IComponentFunctionBinder, ITabulator } from '
|
|
1
|
+
import { IComponentFunctionBinder, ITabulator } from '../../../../../../types/src/table';
|
|
2
2
|
|
|
3
3
|
export default class ComponentFunctionBinder implements IComponentFunctionBinder {
|
|
4
4
|
table: ITabulator;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IDataLoader, ITabulator } from '
|
|
1
|
+
import { IDataLoader, ITabulator } from '../../../../../../types/src/table';
|
|
2
2
|
import { default as CoreFeature } from '../CoreFeature';
|
|
3
3
|
|
|
4
4
|
export default class DataLoader extends CoreFeature implements IDataLoader {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IDependencyRegistry, ITabulator } from '
|
|
1
|
+
import { IDependencyRegistry, ITabulator } from '../../../../../../types/src/table';
|
|
2
2
|
import { default as CoreFeature } from '../CoreFeature';
|
|
3
3
|
|
|
4
4
|
export default class DependencyRegistry extends CoreFeature implements IDependencyRegistry {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IDeprecationAdvisor, ITabulator } from '
|
|
1
|
+
import { IDeprecationAdvisor, ITabulator } from '../../../../../../types/src/table';
|
|
2
2
|
import { default as CoreFeature } from '../CoreFeature';
|
|
3
3
|
|
|
4
4
|
export default class DeprecationAdvisor extends CoreFeature implements IDeprecationAdvisor {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { EventCallback, IExternalEventBus, IOptionsList, ITabulator } from '
|
|
1
|
+
import { EventCallback, IExternalEventBus, IOptionsList, ITabulator } from '../../../../../../types/src/table';
|
|
2
2
|
|
|
3
3
|
export default class ExternalEventBus implements IExternalEventBus {
|
|
4
4
|
table: ITabulator;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ComponentTarget, IInteractionManager, ITabulator, ListenerConfig, PseudoTracker } from '
|
|
1
|
+
import { ComponentTarget, IInteractionManager, ITabulator, ListenerConfig, PseudoTracker } from '../../../../../../types/src/table';
|
|
2
2
|
import { default as CoreFeature } from '../CoreFeature';
|
|
3
3
|
|
|
4
4
|
export default class InteractionManager extends CoreFeature implements IInteractionManager {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { EventSubscriber, IInternalEventBus, InternalEventBusEventCallback } from '
|
|
1
|
+
import { EventSubscriber, IInternalEventBus, InternalEventBusEventCallback } from '../../../../../../types/src/table';
|
|
2
2
|
|
|
3
3
|
export default class InternalEventBus implements IInternalEventBus {
|
|
4
4
|
events: Record<string, EventSubscriber[]>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IModuleBinder } from '
|
|
1
|
+
import { IModuleBinder } from '../../../../../../types/src/table';
|
|
2
2
|
import { default as Ajax } from '../../modules/Ajax/Ajax';
|
|
3
3
|
import { default as Clipboard } from '../../modules/Clipboard/Clipboard';
|
|
4
4
|
import { default as Comms } from '../../modules/Comms/Comms';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IPopup, ITabulator } from '
|
|
1
|
+
import { IPopup, ITabulator } from '../../../../../../types/src/table';
|
|
2
2
|
import { default as CoreFeature } from '../CoreFeature';
|
|
3
3
|
|
|
4
4
|
export default class Popup extends CoreFeature implements IPopup {
|
|
@@ -9,6 +9,6 @@ import { default as Renderer } from './rendering/Renderer';
|
|
|
9
9
|
import { default as Row } from './row/Row';
|
|
10
10
|
import { default as RowComponent } from './row/RowComponent';
|
|
11
11
|
import { default as Tabulator } from './Tabulator';
|
|
12
|
-
export * from '
|
|
12
|
+
export * from '../../../../../types/src/table';
|
|
13
13
|
export type { Cell, CellComponent, Row, RowComponent, Tabulator, Clipboard, Sheet, SheetComponent, };
|
|
14
14
|
export { ColumnComponent, GroupComponent, Renderer };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AjaxConfig, AjaxContentType, HttpMethod } from '
|
|
1
|
+
import { AjaxConfig, AjaxContentType, HttpMethod } from '../../../../../../types/src/table';
|
|
2
2
|
import { default as Module } from '../../core/Module';
|
|
3
3
|
import { default as Tabulator } from '../../core/Tabulator';
|
|
4
4
|
|
|
@@ -7,7 +7,7 @@ export default class Clipboard extends Module {
|
|
|
7
7
|
static readonly moduleName = "clipboard";
|
|
8
8
|
static readonly moduleExtensions: {
|
|
9
9
|
keybindings: {
|
|
10
|
-
actions: Record<string, (this: import('
|
|
10
|
+
actions: Record<string, (this: import('../../../../../../atoms/src/components/table/table.ts').KeybindingsModule, e: KeyboardEvent) => void>;
|
|
11
11
|
bindings: Record<string, string | string[]>;
|
|
12
12
|
};
|
|
13
13
|
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const extensions: {
|
|
2
|
+
keybindings: {
|
|
3
|
+
actions: Record<string, (this: import('../../../../../../../atoms/src/components/table/table.ts').KeybindingsModule, e: KeyboardEvent) => void>;
|
|
4
|
+
bindings: Record<string, string | string[]>;
|
|
5
|
+
};
|
|
6
|
+
};
|
|
7
|
+
export default extensions;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ICalcComponent, ICellComponent, IColumnComponent, ITabulator } from '
|
|
1
|
+
import { ICalcComponent, ICellComponent, IColumnComponent, ITabulator } from '../../../../../../types/src/table';
|
|
2
2
|
import { default as Row } from '../../core/row/Row';
|
|
3
3
|
|
|
4
4
|
export default class CalcComponent implements ICalcComponent {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IRow } from '
|
|
1
|
+
import { IRow } from '../../../../../../types/src/table';
|
|
2
2
|
import { default as Cell } from '../../core/cell/Cell';
|
|
3
3
|
import { default as Column } from '../../core/column/Column';
|
|
4
4
|
import { default as Module } from '../../core/Module';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { default as CxIconButton } from '
|
|
2
|
-
import { IRow } from '
|
|
1
|
+
import { default as CxIconButton } from '../../../../../../atoms/src/components/icon-button/icon-button.ts';
|
|
2
|
+
import { IRow } from '../../../../../../types/src/table';
|
|
3
3
|
import { default as Module } from '../../core/Module';
|
|
4
4
|
import { default as Row } from '../../core/row/Row';
|
|
5
5
|
import { default as RowComponent } from '../../core/row/RowComponent';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ITabulator } from '
|
|
1
|
+
import { ITabulator } from '../../../../../../../../types/src/table';
|
|
2
2
|
import { DownloadOptions } from '../../../../core/types';
|
|
3
3
|
|
|
4
4
|
type DownloadFunction = (this: ITabulator, list: any[], options: DownloadOptions, setFileContents: (data: string, mimeType: string) => void) => void;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ITabulator } from '
|
|
1
|
+
import { ITabulator } from '../../../../../../../../types/src/table';
|
|
2
2
|
import { DownloadOptions } from '../../../../core/types';
|
|
3
3
|
|
|
4
4
|
type DownloadFunction = (this: ITabulator, list: any[], options: DownloadOptions, setFileContents: (data: string, mimeType: string) => void) => void;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ITabulator } from '
|
|
1
|
+
import { ITabulator } from '../../../../../../../../types/src/table';
|
|
2
2
|
import { DownloadOptions } from '../../../../core/types';
|
|
3
3
|
|
|
4
4
|
type DownloadFunction = (this: ITabulator, list: any[], options: DownloadOptions, setFileContents: (data: string, mimeType: string) => void) => void;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ITabulator } from '
|
|
1
|
+
import { ITabulator } from '../../../../../../../../types/src/table';
|
|
2
2
|
import { DownloadOptions } from '../../../../core/types';
|
|
3
3
|
|
|
4
4
|
type DownloadFunction = (this: ITabulator, list: any[], options: DownloadOptions, setFileContents: (data: string, mimeType: string) => void) => void;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ITabulator } from '
|
|
1
|
+
import { ITabulator } from '../../../../../../../../types/src/table';
|
|
2
2
|
import { DownloadOptions } from '../../../../core/types';
|
|
3
3
|
|
|
4
4
|
type DownloadFunction = (this: ITabulator, list: any[], options: DownloadOptions, setFileContents: (data: ArrayBuffer, mimeType: string) => void) => void;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ITabulator } from '
|
|
1
|
+
import { ITabulator } from '../../../../../../../../types/src/table';
|
|
2
2
|
import { DownloadOptions } from '../../../../core/types';
|
|
3
3
|
|
|
4
4
|
type DownloadFunction = (this: ITabulator, list: any[], options: DownloadOptions, setFileContents: (data: ArrayBuffer | any, mimeType: string) => void) => void;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ITabulator } from '
|
|
1
|
+
import { ITabulator } from '../../../../../../../types/src/table';
|
|
2
2
|
import { DownloadOptions } from '../../../core/types';
|
|
3
3
|
|
|
4
4
|
type DownloadFunction = (this: ITabulator, list: any[], options: DownloadOptions, setFileContents: (data: any, mimeType: string) => void) => void;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ICellComponent } from '
|
|
1
|
+
import { ICellComponent } from '../../../../../../types/src/table';
|
|
2
2
|
import { default as Cell } from '../../core/cell/Cell';
|
|
3
3
|
import { default as CellComponent } from '../../core/cell/CellComponent';
|
|
4
4
|
import { default as Column } from '../../core/column/Column';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ITabulator } from '
|
|
1
|
+
import { ITabulator } from '../../../../../../types/src/table';
|
|
2
2
|
import { default as Cell } from '../../core/cell/Cell';
|
|
3
|
-
import { default as CxOption } from '
|
|
4
|
-
import { default as CxSelect } from '
|
|
3
|
+
import { default as CxOption } from '../../../../../../atoms/src/components/option/option.ts';
|
|
4
|
+
import { default as CxSelect } from '../../../../../../atoms/src/components/select/select.ts';
|
|
5
5
|
import { ListEditorParams } from '../../core/types';
|
|
6
6
|
import { default as Edit } from './Edit';
|
|
7
7
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { EditorParams } from '
|
|
1
|
+
import { EditorParams } from '../../../../../../../../types/src/table';
|
|
2
2
|
import { default as CellComponent } from '../../../../core/cell/CellComponent';
|
|
3
3
|
import { Cell } from '../../../../core/types';
|
|
4
4
|
import { default as Edit } from '../../Edit';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ClipboardCopyConfig, IColumn, IColumnComponent, IRow } from '
|
|
1
|
+
import { ClipboardCopyConfig, IColumn, IColumnComponent, IRow } from '../../../../../../types/src/table';
|
|
2
2
|
import { default as Column } from '../../core/column/Column';
|
|
3
3
|
import { default as Module } from '../../core/Module';
|
|
4
4
|
import { default as RowComponent } from '../../core/row/RowComponent';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Filter as FilterType, FilterParams, FilterType as FilterTypeName, IColumn, IFilter } from '
|
|
1
|
+
import { Filter as FilterType, FilterParams, FilterType as FilterTypeName, IColumn, IFilter } from '../../../../../../types/src/table';
|
|
2
2
|
import { default as Column } from '../../core/column/Column';
|
|
3
3
|
import { default as Module } from '../../core/Module';
|
|
4
4
|
import { default as Row } from '../../core/row/Row';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { TextFormatParams } from '
|
|
1
|
+
import { TextFormatParams } from '../../../../../../types/src/table';
|
|
2
2
|
import { default as Cell } from '../../core/cell/Cell';
|
|
3
3
|
import { default as CellComponent } from '../../core/cell/CellComponent';
|
|
4
4
|
import { default as Column } from '../../core/column/Column';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CompositeFormatterParams } from '
|
|
1
|
+
import { CompositeFormatterParams } from '../../../../../../../../types/src/table';
|
|
2
2
|
import { default as CellComponent } from '../../../../core/cell/CellComponent';
|
|
3
3
|
import { default as Format } from '../../Format';
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IconFormatterParams } from '
|
|
1
|
+
import { IconFormatterParams } from '../../../../../../../../types/src/table';
|
|
2
2
|
import { default as CellComponent } from '../../../../core/cell/CellComponent';
|
|
3
3
|
import { default as Format } from '../../Format';
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { NumberFormatterParams } from '
|
|
1
|
+
import { NumberFormatterParams } from '../../../../../../../../types/src/table';
|
|
2
2
|
import { default as CellComponent } from '../../../../core/cell/CellComponent';
|
|
3
3
|
import { default as Format } from '../../Format';
|
|
4
4
|
|