@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
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { default as CxLineClamp } from '
|
|
2
|
-
import { PlaintextFormatterParams } from '
|
|
1
|
+
import { default as CxLineClamp } from '../../../../../../../../atoms/src/components/line-clamp/line-clamp.ts';
|
|
2
|
+
import { PlaintextFormatterParams } from '../../../../../../../../types/src/table';
|
|
3
3
|
import { default as CellComponent } from '../../../../core/cell/CellComponent';
|
|
4
4
|
import { default as Format } from '../../Format';
|
|
5
5
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { default as CxTag } from '
|
|
1
|
+
import { default as CxTag } from '../../../../../../../../atoms/src/components/tag/tag.ts';
|
|
2
2
|
import { default as Cell } from '../../../../core/cell/Cell';
|
|
3
3
|
import { default as Format } from '../../Format';
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { TimeFormatterParams } from '
|
|
1
|
+
import { TimeFormatterParams } 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 { TextFormatParams, TrafficFormatterParams } from '
|
|
1
|
+
import { TextFormatParams, TrafficFormatterParams } 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 { TypographyFormatterParams } from '
|
|
1
|
+
import { TypographyFormatterParams } 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 { IColumn } from '
|
|
1
|
+
import { IColumn } 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 { GroupLoadMoreEventPayload, GroupLoadMoreState } from '
|
|
1
|
+
import { default as CxIconButton } from '../../../../../../atoms/src/components/icon-button/icon-button.ts';
|
|
2
|
+
import { GroupLoadMoreEventPayload, GroupLoadMoreState } from '../../../../../../types/src/table';
|
|
3
3
|
import { default as Row } from '../../core/row/Row';
|
|
4
4
|
import { default as GroupComponent } from './GroupComponent';
|
|
5
5
|
import { default as GroupRows } from './GroupRows';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { GroupLoadMorePathSegment, IGroupComponent, ITabulator, ScrollToRowPosition } from '
|
|
1
|
+
import { GroupLoadMorePathSegment, IGroupComponent, ITabulator, ScrollToRowPosition } from '../../../../../../types/src/table';
|
|
2
2
|
import { default as Group } from './Group';
|
|
3
3
|
|
|
4
4
|
export default class GroupComponent implements IGroupComponent {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { GroupLoadMoreEventPayload, GroupLoadMoreMeta, GroupLoadMorePathSegment, GroupLoadMoreState } from '
|
|
1
|
+
import { GroupLoadMoreEventPayload, GroupLoadMoreMeta, GroupLoadMorePathSegment, GroupLoadMoreState } from '../../../../../../types/src/table';
|
|
2
2
|
import { default as Group } from './Group';
|
|
3
3
|
|
|
4
4
|
export declare function getGroupPath(group: Group): GroupLoadMorePathSegment[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { GroupLoadMoreMeta } from '
|
|
1
|
+
import { GroupLoadMoreMeta } from '../../../../../../types/src/table';
|
|
2
2
|
import { default as Module } from '../../core/Module';
|
|
3
3
|
import { default as Row } from '../../core/row/Row';
|
|
4
4
|
import { default as RowComponent } from '../../core/row/RowComponent';
|
|
@@ -24,7 +24,7 @@ export default class History extends Module {
|
|
|
24
24
|
static readonly moduleName = "history";
|
|
25
25
|
static readonly moduleExtensions: {
|
|
26
26
|
keybindings: {
|
|
27
|
-
actions: Record<string, (this: import('
|
|
27
|
+
actions: Record<string, (this: import('../../../../../../atoms/src/components/table/table.ts').KeybindingsModule, e: KeyboardEvent) => void>;
|
|
28
28
|
bindings: Record<string, string[]>;
|
|
29
29
|
};
|
|
30
30
|
};
|
|
@@ -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[]>;
|
|
5
|
+
};
|
|
6
|
+
};
|
|
7
|
+
export default extensions;
|
|
@@ -6,6 +6,6 @@ declare const _default: {
|
|
|
6
6
|
array: typeof array;
|
|
7
7
|
csv: typeof csv;
|
|
8
8
|
json: typeof json;
|
|
9
|
-
xlsx: (this: import('
|
|
9
|
+
xlsx: (this: import('../../../../../../../atoms/src/components/table/table.ts').Tabulator, input: ArrayBuffer | string) => any[][];
|
|
10
10
|
};
|
|
11
11
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { default as CxPagination } from '
|
|
2
|
-
import { IPage, IRow } from '
|
|
1
|
+
import { default as CxPagination } from '../../../../../../atoms/src/components/pagination/pagination.ts';
|
|
2
|
+
import { IPage, IRow } from '../../../../../../types/src/table';
|
|
3
3
|
import { default as Module } from '../../core/Module';
|
|
4
4
|
import { default as Tabulator } from '../../core/Tabulator';
|
|
5
5
|
|
|
@@ -15,6 +15,7 @@ export default class ResizeColumns extends Module {
|
|
|
15
15
|
initialized: boolean;
|
|
16
16
|
constructor(table: Tabulator);
|
|
17
17
|
initialize(): void;
|
|
18
|
+
private getEventClientX;
|
|
18
19
|
initializeEventWatchers(): void;
|
|
19
20
|
layoutCellHandles(cell: Cell): void;
|
|
20
21
|
layoutColumnHeader(column: Column): void;
|
|
@@ -11,6 +11,7 @@ export default class ResizeRows extends Module {
|
|
|
11
11
|
prevHandle: HTMLElement | null;
|
|
12
12
|
constructor(table: Tabulator);
|
|
13
13
|
initialize(): void;
|
|
14
|
+
private getEventScreenY;
|
|
14
15
|
initializeRow(row: Row): void;
|
|
15
16
|
resize(e: MouseEvent | TouchEvent, row: Row): void;
|
|
16
17
|
calcGuidePosition(e: MouseEvent | TouchEvent, row: Row, handle: HTMLElement): number;
|
|
@@ -15,10 +15,16 @@ export default class ResizeTable extends Module {
|
|
|
15
15
|
visible: boolean;
|
|
16
16
|
initialized: boolean;
|
|
17
17
|
initialRedraw: boolean;
|
|
18
|
+
private pendingRedraw;
|
|
19
|
+
private pendingForceRedraw;
|
|
20
|
+
private readonly boundHandleTableInitialized;
|
|
18
21
|
constructor(table: Tabulator);
|
|
19
22
|
initialize(): void;
|
|
20
23
|
initializeVisibilityObserver(): void;
|
|
21
24
|
redrawTable(force?: boolean): void;
|
|
22
25
|
tableResized(): void;
|
|
23
26
|
clearBindings(): void;
|
|
27
|
+
private queueRedraw;
|
|
28
|
+
private flushPendingRedraw;
|
|
29
|
+
private handleTableInitialized;
|
|
24
30
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ITabulator } from '
|
|
1
|
+
import { ITabulator } from '../../../../../../types/src/table';
|
|
2
2
|
import { default as CoreFeature } from '../../core/CoreFeature';
|
|
3
3
|
import { default as RangeComponent } from './RangeComponent';
|
|
4
4
|
import { default as SelectRange } from './SelectRange';
|
|
@@ -34,8 +34,8 @@ export default class Range extends CoreFeature {
|
|
|
34
34
|
setStartBound(element: any): void;
|
|
35
35
|
setEndBound(element: any): void;
|
|
36
36
|
_updateMinMax(): void;
|
|
37
|
-
_getTableColumns(): import('
|
|
38
|
-
_getTableRows(): import('
|
|
37
|
+
_getTableColumns(): import('../../../../../../types/src/table').IColumn[];
|
|
38
|
+
_getTableRows(): import('../../../../../../types/src/table').IRow[];
|
|
39
39
|
layout(): void;
|
|
40
40
|
atTopLeft(cell: any): boolean;
|
|
41
41
|
atBottomRight(cell: any): boolean;
|
|
@@ -47,8 +47,8 @@ export default class Range extends CoreFeature {
|
|
|
47
47
|
getData(): any[];
|
|
48
48
|
getCells(structured: boolean, component: boolean): any[];
|
|
49
49
|
getStructuredCells(): any[];
|
|
50
|
-
getRows(): import('
|
|
51
|
-
getColumns(): import('
|
|
50
|
+
getRows(): import('../../../../../../types/src/table').IRow[];
|
|
51
|
+
getColumns(): import('../../../../../../types/src/table').IColumn[];
|
|
52
52
|
clearValues(): void;
|
|
53
53
|
getBounds(component: boolean): {
|
|
54
54
|
end: any;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { SelectRangeType } from '
|
|
1
|
+
import { SelectRangeType } 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';
|
|
@@ -67,12 +67,12 @@ export default class SelectRange extends Module {
|
|
|
67
67
|
initializeWatchers(): void;
|
|
68
68
|
initializeColumn(column: Column): void;
|
|
69
69
|
updateHeaderColumn(): void;
|
|
70
|
-
getRanges(): import('
|
|
70
|
+
getRanges(): import('../../../../../../atoms/src/components/table/table.ts').RangeComponent[];
|
|
71
71
|
getRangesData(): any[][];
|
|
72
72
|
addRangeFromComponent(start: any, end: any): Range;
|
|
73
|
-
cellGetRanges(cell: any): import('
|
|
74
|
-
rowGetRanges(row: any): import('
|
|
75
|
-
colGetRanges(col: any): import('
|
|
73
|
+
cellGetRanges(cell: any): import('../../../../../../atoms/src/components/table/table.ts').RangeComponent[];
|
|
74
|
+
rowGetRanges(row: any): import('../../../../../../atoms/src/components/table/table.ts').RangeComponent[];
|
|
75
|
+
colGetRanges(col: any): import('../../../../../../atoms/src/components/table/table.ts').RangeComponent[];
|
|
76
76
|
_handleMouseUp(): void;
|
|
77
77
|
_handleKeyDown(e: KeyboardEvent): void;
|
|
78
78
|
initializeFocus(cell: Cell): void;
|
|
@@ -111,12 +111,12 @@ export default class SelectRange extends Module {
|
|
|
111
111
|
clearActiveRangeCellElement(): void;
|
|
112
112
|
clearHoverRangeCellElement(): void;
|
|
113
113
|
layoutHoverRangeCellElement(cell?: Cell): void;
|
|
114
|
-
getCell(rowIdx: number, colIdx: number): import('
|
|
115
|
-
getActiveCell(): import('
|
|
116
|
-
getRowByRangePos(pos: number): import('
|
|
117
|
-
getColumnByRangePos(pos: number): import('
|
|
118
|
-
getTableRows(): import('
|
|
119
|
-
getTableColumns(): import('
|
|
114
|
+
getCell(rowIdx: number, colIdx: number): import('../../../../../../types/src/table').ICell | null;
|
|
115
|
+
getActiveCell(): import('../../../../../../types/src/table').ICell | null;
|
|
116
|
+
getRowByRangePos(pos: number): import('../../../../../../types/src/table').IRow;
|
|
117
|
+
getColumnByRangePos(pos: number): import('../../../../../../types/src/table').IColumn;
|
|
118
|
+
getTableRows(): import('../../../../../../types/src/table').IRow[];
|
|
119
|
+
getTableColumns(): import('../../../../../../types/src/table').IColumn[];
|
|
120
120
|
addRange(start: any, end: any): Range;
|
|
121
121
|
resetRanges(): Range;
|
|
122
122
|
tableDestroyed(): void;
|
|
@@ -9,14 +9,14 @@ declare const _default: {
|
|
|
9
9
|
};
|
|
10
10
|
export: {
|
|
11
11
|
columnLookups: {
|
|
12
|
-
range: (this: import('
|
|
12
|
+
range: (this: import('../../../../../../../atoms/src/components/table/table.ts').Tabulator) => any[];
|
|
13
13
|
};
|
|
14
14
|
rowLookups: {
|
|
15
15
|
range: () => any[];
|
|
16
16
|
};
|
|
17
17
|
};
|
|
18
18
|
keybindings: {
|
|
19
|
-
actions: Record<string, (this: import('
|
|
19
|
+
actions: Record<string, (this: import('../../../../../../../atoms/src/components/table/table.ts').SelectRangeModule, e: KeyboardEvent) => void>;
|
|
20
20
|
bindings: {
|
|
21
21
|
rangeExpandDown: string;
|
|
22
22
|
rangeExpandJumpDown: string[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { default as CxCheckbox } from '
|
|
1
|
+
import { default as CxCheckbox } from '../../../../../../atoms/src/components/checkbox/checkbox.ts';
|
|
2
2
|
import { default as Module } from '../../core/Module';
|
|
3
3
|
import { default as Row } from '../../core/row/Row';
|
|
4
4
|
import { default as Tabulator } from '../../core/Tabulator';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { RowSelectionParams } from '
|
|
1
|
+
import { RowSelectionParams } from '../../../../../../../../types/src/table';
|
|
2
2
|
import { default as CellComponent } from '../../../../core/cell/CellComponent';
|
|
3
3
|
import { default as SelectRow } from '../../SelectRow';
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { SortDirection } from '
|
|
1
|
+
import { SortDirection } 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 { ISheetComponent } from '
|
|
1
|
+
import { ISheetComponent } from '../../../../../../types/src/table';
|
|
2
2
|
import { default as Sheet } from './Sheet';
|
|
3
3
|
|
|
4
4
|
export default class SheetComponent implements ISheetComponent {
|
|
@@ -6,7 +6,7 @@ export default class SheetComponent implements ISheetComponent {
|
|
|
6
6
|
constructor(sheet: Sheet);
|
|
7
7
|
getTitle(): string;
|
|
8
8
|
getKey(): string;
|
|
9
|
-
getDefinition(): import('
|
|
9
|
+
getDefinition(): import('../../../../../../types/src/table').SheetDefinition;
|
|
10
10
|
getData(): unknown[][];
|
|
11
11
|
setData(data: unknown[][]): void;
|
|
12
12
|
clear(): void;
|
|
@@ -52,6 +52,8 @@ export default class Cx3dViewer extends CortexElement {
|
|
|
52
52
|
/** Use WebGPU instead of WebGL for rendering (experimental) */
|
|
53
53
|
useWebGPU: boolean;
|
|
54
54
|
canViewAR: boolean;
|
|
55
|
+
/** Show the "Inspect in fullscreen" entry in the settings menu */
|
|
56
|
+
canUseInspector: boolean;
|
|
55
57
|
/** Core controllers for different aspects of the 3D scene */
|
|
56
58
|
private sceneController;
|
|
57
59
|
private cameraController;
|
package/library/packages/molecules/src/3d-viewer/components/3d-viewer-config/3d-viewer-config.d.ts
CHANGED
|
@@ -54,6 +54,8 @@ export default class Cx3dViewerConfig extends CortexElement {
|
|
|
54
54
|
inspectorLoading: boolean;
|
|
55
55
|
blobUrl: string;
|
|
56
56
|
canViewAR: boolean;
|
|
57
|
+
/** Show the "Inspect in fullscreen" entry in the settings menu */
|
|
58
|
+
canUseInspector: boolean;
|
|
57
59
|
private inspectButtonInteracted;
|
|
58
60
|
private attributeObserver;
|
|
59
61
|
private inspectorRequested;
|
package/library/packages/molecules/src/3d-viewer/components/3d-viewer-control/3d-viewer-control.d.ts
CHANGED
|
@@ -58,6 +58,8 @@ export default class Cx3dViewerControl extends CortexElement {
|
|
|
58
58
|
inspectorLoading: boolean;
|
|
59
59
|
blobUrl: string;
|
|
60
60
|
canViewAR: boolean;
|
|
61
|
+
/** Show the "Inspect in fullscreen" entry in the settings menu */
|
|
62
|
+
canUseInspector: boolean;
|
|
61
63
|
private wasPlaying;
|
|
62
64
|
private isDragging;
|
|
63
65
|
constructor();
|
|
@@ -60,7 +60,6 @@ export default class CxTextToSpeech extends CortexElement {
|
|
|
60
60
|
private readonly form;
|
|
61
61
|
private readonly bubbleMenu;
|
|
62
62
|
private readonly importDialog;
|
|
63
|
-
private readonly requestInProgressDialog;
|
|
64
63
|
private readonly fileInput;
|
|
65
64
|
private readonly container;
|
|
66
65
|
data: TextToSpeechData | null;
|
|
@@ -162,7 +161,6 @@ export default class CxTextToSpeech extends CortexElement {
|
|
|
162
161
|
private renderGlobalControls;
|
|
163
162
|
private renderInfo;
|
|
164
163
|
private renderImportFileConfirmDialog;
|
|
165
|
-
private renderRequestInProgressDialog;
|
|
166
164
|
private renderPreviousJobStatus;
|
|
167
165
|
render(): TemplateResult;
|
|
168
166
|
}
|
|
@@ -3415,6 +3415,10 @@
|
|
|
3415
3415
|
* Size passed to each `cx-icon-button` in the navigation controls (first, previous, next, last).
|
|
3416
3416
|
*/
|
|
3417
3417
|
iconButtonSize?: 'large' | 'medium' | 'small' | 'x-large';
|
|
3418
|
+
/**
|
|
3419
|
+
* The current page, 1-based index. Use `current-page` attribute to render at a specific page.
|
|
3420
|
+
*/
|
|
3421
|
+
currentPage?: number;
|
|
3418
3422
|
/**
|
|
3419
3423
|
* Make localization attributes reactive eslint-disable-next-line lit/no-native-attributes
|
|
3420
3424
|
*/
|
|
@@ -5235,6 +5239,10 @@
|
|
|
5235
5239
|
*
|
|
5236
5240
|
*/
|
|
5237
5241
|
canViewAr?: boolean;
|
|
5242
|
+
/**
|
|
5243
|
+
* Show the "Inspect in fullscreen" entry in the settings menu
|
|
5244
|
+
*/
|
|
5245
|
+
canUseInspector?: boolean;
|
|
5238
5246
|
/**
|
|
5239
5247
|
* Make localization attributes reactive eslint-disable-next-line lit/no-native-attributes
|
|
5240
5248
|
*/
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|