@orangelogic/design-system 2.84.0 → 2.85.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.
Files changed (226) hide show
  1. package/library/chunks/{color-swatch-group.P7OmP2yj.js → color-swatch-group.DPGjdQIL.js} +1 -1
  2. package/library/chunks/{list-editor.DG60pYw-.js → list-editor.DnLRd7ks.js} +1 -1
  3. package/library/chunks/{pagination._JRGq9Ld.js → pagination.DC9JIt4s.js} +110 -116
  4. package/library/chunks/{table.Hdu2SawG.js → table.vctaA5cg.js} +4022 -3978
  5. package/library/components/atoms.js +2 -2
  6. package/library/components/checkbox.js +4 -4
  7. package/library/components/color-swatch-group.js +2 -2
  8. package/library/components/list-editor.js +2 -2
  9. package/library/components/molecules.js +1 -1
  10. package/library/components/organisms.js +1 -1
  11. package/library/components/pagination.js +1 -1
  12. package/library/components/table.js +2 -2
  13. package/library/components/types.js +866 -875
  14. package/library/package.json +1 -1
  15. package/library/packages/atoms/src/components/pagination/pagination.d.ts +8 -7
  16. package/library/packages/atoms/src/components/table/modules/HoverMenu.d.ts +2 -2
  17. package/library/packages/atoms/src/components/table/table.d.ts +2 -2
  18. package/library/packages/hybrid/table-core/src/index.d.ts +1 -0
  19. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/ColumnManager.d.ts +1 -1
  20. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/CoreFeature.d.ts +1 -1
  21. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/FooterManager.d.ts +1 -1
  22. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/Module.d.ts +1 -1
  23. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/RowManager.d.ts +1 -1
  24. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/Tabulator.d.ts +1 -1
  25. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/cell/Cell.d.ts +1 -1
  26. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/cell/CellComponent.d.ts +4 -4
  27. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/column/Column.d.ts +1 -1
  28. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/column/ColumnComponent.d.ts +2 -2
  29. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/defaults/options.d.ts +1 -1
  30. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/rendering/Renderer.d.ts +1 -1
  31. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/rendering/renderers/BasicHorizontal.d.ts +1 -1
  32. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/rendering/renderers/BasicVertical.d.ts +1 -1
  33. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/rendering/renderers/VirtualDomHorizontal.d.ts +1 -1
  34. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/rendering/renderers/VirtualDomVertical.d.ts +1 -1
  35. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/row/Row.d.ts +1 -1
  36. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/row/RowComponent.d.ts +2 -2
  37. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/tools/Alert.d.ts +1 -1
  38. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/tools/ComponentFunctionBinder.d.ts +1 -1
  39. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/tools/DataLoader.d.ts +1 -1
  40. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/tools/DependencyRegistry.d.ts +1 -1
  41. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/tools/DeprecationAdvisor.d.ts +1 -1
  42. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/tools/ExternalEventBus.d.ts +1 -1
  43. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/tools/InteractionMonitor.d.ts +1 -1
  44. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/tools/InternalEventBus.d.ts +1 -1
  45. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/tools/ModuleBinder.d.ts +1 -1
  46. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/tools/OptionsList.d.ts +1 -1
  47. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/tools/Popup.d.ts +1 -1
  48. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/types.d.ts +1 -1
  49. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Ajax/Ajax.d.ts +1 -1
  50. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Clipboard/Clipboard.d.ts +1 -1
  51. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Clipboard/defaults/pasteParsers.d.ts +1 -1
  52. package/library/packages/hybrid/table-core/src/tabulator-tables/modules/Clipboard/extensions/extensions.d.ts +7 -0
  53. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/ColumnCalcs/CalcComponent.d.ts +1 -1
  54. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/ColumnCalcs/ColumnCalcs.d.ts +1 -1
  55. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Comms/Comms.d.ts +1 -1
  56. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/DataTree/DataTree.d.ts +2 -2
  57. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Download/Download.d.ts +1 -1
  58. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Download/defaults/downloaders/csv.d.ts +1 -1
  59. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Download/defaults/downloaders/html.d.ts +1 -1
  60. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Download/defaults/downloaders/json.d.ts +1 -1
  61. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Download/defaults/downloaders/jsonLines.d.ts +1 -1
  62. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Download/defaults/downloaders/pdf.d.ts +1 -1
  63. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Download/defaults/downloaders/xlsx.d.ts +1 -1
  64. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Download/defaults/downloaders.d.ts +1 -1
  65. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Edit/Edit.d.ts +1 -1
  66. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Edit/List.d.ts +3 -3
  67. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Edit/defaults/editors/list.d.ts +1 -1
  68. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Export/Export.d.ts +1 -1
  69. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Export/ExportColumn.d.ts +1 -1
  70. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Export/ExportRow.d.ts +1 -1
  71. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Export/defaults/rowLookups.d.ts +1 -1
  72. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Filter/Filter.d.ts +1 -1
  73. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Filter/formatter-display-resolvers.d.ts +1 -1
  74. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Format/Format.d.ts +1 -1
  75. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Format/defaults/formatters/composite.d.ts +1 -1
  76. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Format/defaults/formatters/icon.d.ts +1 -1
  77. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Format/defaults/formatters/number.d.ts +1 -1
  78. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Format/defaults/formatters/plaintext.d.ts +2 -2
  79. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Format/defaults/formatters/tag.d.ts +1 -1
  80. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Format/defaults/formatters/time.d.ts +1 -1
  81. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Format/defaults/formatters/traffic.d.ts +1 -1
  82. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Format/defaults/formatters/typography.d.ts +1 -1
  83. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/FrozenColumns/FrozenColumns.d.ts +1 -1
  84. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/GroupRows/Group.d.ts +2 -2
  85. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/GroupRows/GroupComponent.d.ts +1 -1
  86. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/GroupRows/GroupLoadMore.d.ts +1 -1
  87. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/GroupRows/GroupRows.d.ts +1 -1
  88. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/History/History.d.ts +1 -1
  89. package/library/packages/hybrid/table-core/src/tabulator-tables/modules/History/extensions/extensions.d.ts +7 -0
  90. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Import/defaults/importers.d.ts +1 -1
  91. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Layout/Layout.d.ts +1 -1
  92. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Localize/Localize.d.ts +1 -1
  93. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Page/Page.d.ts +2 -2
  94. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/PlaceholderRow/PlaceholderRow.d.ts +1 -1
  95. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/ResizeColumns/ResizeColumns.d.ts +1 -0
  96. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/ResizeRows/ResizeRows.d.ts +1 -0
  97. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/ResizeTable/ResizeTable.d.ts +6 -0
  98. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/SelectRange/Range.d.ts +5 -5
  99. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/SelectRange/RangeComponent.d.ts +1 -1
  100. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/SelectRange/SelectRange.d.ts +11 -11
  101. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/SelectRange/extensions/extensions.d.ts +2 -2
  102. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/SelectRow/SelectRow.d.ts +1 -1
  103. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/SelectRow/extensions/formatters/rowSelection.d.ts +1 -1
  104. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Sort/Sort.d.ts +1 -1
  105. package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Spreadsheet/SheetComponent.d.ts +2 -2
  106. package/library/packages/organisms/src/text-to-speech/text-to-speech.d.ts +0 -2
  107. package/library/packages/types/src/pagination.d.ts +1 -0
  108. package/library/react-web-component.d.ts +4 -0
  109. package/package.json +1 -1
  110. package/library/packages/atoms/src/components/table/tabulator-tables/modules/Clipboard/extensions/extensions.d.ts +0 -7
  111. package/library/packages/atoms/src/components/table/tabulator-tables/modules/History/extensions/extensions.d.ts +0 -7
  112. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/TabulatorFull.d.ts +0 -0
  113. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/column/defaults/options.d.ts +0 -0
  114. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/modules/core.d.ts +0 -0
  115. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/modules/optional.d.ts +0 -0
  116. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/row/PseudoRow.d.ts +0 -0
  117. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/tools/Helpers.d.ts +0 -0
  118. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/core/tools/TableRegistry.d.ts +0 -0
  119. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/index.d.ts +0 -0
  120. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Accessibility/Accessibility.d.ts +0 -0
  121. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Accessor/Accessor.d.ts +0 -0
  122. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Accessor/defaults/accessors.d.ts +0 -0
  123. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Ajax/defaults/config.d.ts +0 -0
  124. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Ajax/defaults/contentTypeFormatters.d.ts +0 -0
  125. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Ajax/defaults/urlGenerator.d.ts +0 -0
  126. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Clipboard/defaults/pasteActions.d.ts +0 -0
  127. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Clipboard/extensions/keybindings/actions.d.ts +0 -0
  128. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Clipboard/extensions/keybindings/bindings.d.ts +0 -0
  129. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/ColumnCalcs/defaults/calculations.d.ts +0 -0
  130. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Edit/defaults/editors/adaptable.d.ts +0 -0
  131. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Edit/defaults/editors/date.d.ts +0 -0
  132. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Edit/defaults/editors/datetime.d.ts +0 -0
  133. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Edit/defaults/editors/input.d.ts +0 -0
  134. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Edit/defaults/editors/number.d.ts +0 -0
  135. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Edit/defaults/editors/progress.d.ts +0 -0
  136. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Edit/defaults/editors/range.d.ts +0 -0
  137. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Edit/defaults/editors/star.d.ts +0 -0
  138. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Edit/defaults/editors/textarea.d.ts +0 -0
  139. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Edit/defaults/editors/tickCross.d.ts +0 -0
  140. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Edit/defaults/editors/time.d.ts +0 -0
  141. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Edit/defaults/editors.d.ts +0 -0
  142. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Edit/inputMask.d.ts +0 -0
  143. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Export/defaults/columnLookups.d.ts +0 -0
  144. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Filter/defaults/filters.d.ts +0 -0
  145. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Format/defaults/formatters/adaptable.d.ts +0 -0
  146. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Format/defaults/formatters/array.d.ts +0 -0
  147. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Format/defaults/formatters/buttonCross.d.ts +0 -0
  148. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Format/defaults/formatters/buttonTick.d.ts +0 -0
  149. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Format/defaults/formatters/color.d.ts +0 -0
  150. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Format/defaults/formatters/datetime.d.ts +0 -0
  151. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Format/defaults/formatters/datetimediff.d.ts +0 -0
  152. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Format/defaults/formatters/handle.d.ts +0 -0
  153. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Format/defaults/formatters/html.d.ts +0 -0
  154. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Format/defaults/formatters/image.d.ts +0 -0
  155. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Format/defaults/formatters/json.d.ts +0 -0
  156. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Format/defaults/formatters/link.d.ts +0 -0
  157. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Format/defaults/formatters/lookup.d.ts +0 -0
  158. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Format/defaults/formatters/money.d.ts +0 -0
  159. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Format/defaults/formatters/progress.d.ts +0 -0
  160. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Format/defaults/formatters/rownum.d.ts +0 -0
  161. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Format/defaults/formatters/star.d.ts +0 -0
  162. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Format/defaults/formatters/textarea.d.ts +0 -0
  163. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Format/defaults/formatters/tickCross.d.ts +0 -0
  164. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Format/defaults/formatters/toggle.d.ts +0 -0
  165. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Format/defaults/formatters.d.ts +0 -0
  166. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Format/formatter-lookup.d.ts +0 -0
  167. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/FrozenRows/FrozenRows.d.ts +0 -0
  168. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/History/defaults/redoers.d.ts +0 -0
  169. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/History/defaults/undoers.d.ts +0 -0
  170. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/History/extensions/keybindings/actions.d.ts +0 -0
  171. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/History/extensions/keybindings/bindings.d.ts +0 -0
  172. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/HtmlTableImport/HtmlTableImport.d.ts +0 -0
  173. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Import/Import.d.ts +0 -0
  174. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Import/defaults/importers/array.d.ts +0 -0
  175. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Import/defaults/importers/csv.d.ts +0 -0
  176. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Import/defaults/importers/json.d.ts +0 -0
  177. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Import/defaults/importers/xlsx.d.ts +0 -0
  178. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Interaction/Interaction.d.ts +0 -0
  179. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Keybindings/Keybindings.d.ts +0 -0
  180. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Keybindings/defaults/actions.d.ts +0 -0
  181. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Keybindings/defaults/bindings.d.ts +0 -0
  182. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Layout/defaults/modes/fitColumns.d.ts +0 -0
  183. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Layout/defaults/modes/fitData.d.ts +0 -0
  184. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Layout/defaults/modes/fitDataGeneral.d.ts +0 -0
  185. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Layout/defaults/modes/fitDataStretch.d.ts +0 -0
  186. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Layout/defaults/modes.d.ts +0 -0
  187. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Localize/defaults/langs.d.ts +0 -0
  188. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Menu/Menu.d.ts +0 -0
  189. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/MoveColumns/MoveColumns.d.ts +0 -0
  190. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/MoveRows/MoveRows.d.ts +0 -0
  191. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/MoveRows/defaults/receivers.d.ts +0 -0
  192. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/MoveRows/defaults/senders.d.ts +0 -0
  193. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Mutator/Mutator.d.ts +0 -0
  194. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Mutator/defaults/mutators.d.ts +0 -0
  195. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Persistence/Persistence.d.ts +0 -0
  196. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Persistence/defaults/readers.d.ts +0 -0
  197. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Persistence/defaults/writers.d.ts +0 -0
  198. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Popup/Popup.d.ts +0 -0
  199. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Print/Print.d.ts +0 -0
  200. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/ReactiveData/ReactiveData.d.ts +0 -0
  201. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/ResponsiveLayout/ResponsiveLayout.d.ts +0 -0
  202. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/ResponsiveLayout/extensions/extensions.d.ts +0 -0
  203. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/ResponsiveLayout/extensions/formatters/responsiveCollapse.d.ts +0 -0
  204. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/SelectRange/extensions/clipboard/pasteActions.d.ts +0 -0
  205. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/SelectRange/extensions/clipboard/pasteParsers.d.ts +0 -0
  206. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/SelectRange/extensions/export/columnLookups.d.ts +0 -0
  207. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/SelectRange/extensions/export/rowLookups.d.ts +0 -0
  208. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/SelectRange/extensions/keybindings/actions.d.ts +0 -0
  209. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/SelectRange/extensions/keybindings/bindings.d.ts +0 -0
  210. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/SelectRow/extensions/extensions.d.ts +0 -0
  211. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Sort/defaults/sorters/alphanum.d.ts +0 -0
  212. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Sort/defaults/sorters/array.d.ts +0 -0
  213. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Sort/defaults/sorters/boolean.d.ts +0 -0
  214. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Sort/defaults/sorters/date.d.ts +0 -0
  215. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Sort/defaults/sorters/datetime.d.ts +0 -0
  216. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Sort/defaults/sorters/exists.d.ts +0 -0
  217. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Sort/defaults/sorters/number.d.ts +0 -0
  218. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Sort/defaults/sorters/string.d.ts +0 -0
  219. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Sort/defaults/sorters/time.d.ts +0 -0
  220. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Sort/defaults/sorters.d.ts +0 -0
  221. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Spreadsheet/GridCalculator.d.ts +0 -0
  222. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Spreadsheet/Sheet.d.ts +0 -0
  223. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Spreadsheet/Spreadsheet.d.ts +0 -0
  224. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Tooltip/Tooltip.d.ts +0 -0
  225. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Validate/Validate.d.ts +0 -0
  226. /package/library/packages/{atoms/src/components/table → hybrid/table-core/src}/tabulator-tables/modules/Validate/defaults/validators.d.ts +0 -0
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@orangelogic/design-system",
3
3
  "type": "module",
4
- "version": "2.84.0",
4
+ "version": "2.85.0",
5
5
  "license": "UNLICENSED",
6
6
  "types": "library/types.d.ts",
7
7
  "scripts": {
@@ -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
- private _pageIndex;
89
- private _pageCount;
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 pageIndex(): number;
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 updatePageCount;
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 './tabulator-tables';
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 '../../../../../../types/src/table';
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 '../../../../../../types/src/table';
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 { IFooterManager } from '../../../../../../types/src/table';
1
+ import { IFooterManager } from '../../../../../types/src/table';
2
2
  import { default as CoreFeature } from './CoreFeature';
3
3
  import { default as Tabulator } from './Tabulator';
4
4
 
@@ -1,4 +1,4 @@
1
- import { IModule, IRow, ITabulator } from '../../../../../../types/src/table';
1
+ import { IModule, IRow, ITabulator } from '../../../../../types/src/table';
2
2
  import { default as CoreFeature } from './CoreFeature';
3
3
  import { default as Popup } from './tools/Popup';
4
4
 
@@ -1,4 +1,4 @@
1
- import { IRenderer, IRow, IRowManager, ScrollToRowPosition } from '../../../../../../types/src/table';
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 '../../../../../../types/src/table';
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 '../../../../../../../types/src/table';
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 '../../../../../../../types/src/table';
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('../../../../../../../types/src/table').IRowComponent;
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('../../../../../../../types/src/table').IColumnComponent;
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('../../../../../../../types/src/table').ITabulator;
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 '../../../../../../../types/src/table';
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 '../../../../../../../types/src/table';
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('../../../../../../../types/src/table').ITabulator;
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 { Options } from '../../../../../../../types/src/table';
1
+ import { Options } from '../../../../../../types/src/table';
2
2
 
3
3
  declare const defaultOptions: Options;
4
4
  export default defaultOptions;
@@ -1,4 +1,4 @@
1
- import { IColumn, IRenderer, IRow, ITabulator, ScrollToRowPosition } from '../../../../../../../types/src/table';
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 '../../../../../../../../types/src/table';
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 '../../../../../../../../types/src/table';
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 '../../../../../../../../types/src/table';
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 '../../../../../../../../types/src/table';
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 '../../../../../../../types/src/table';
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 '../../../../../../../types/src/table';
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('../../../../../../../types/src/table').ITabulator;
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 '../../../../../../../types/src/table';
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 '../../../../../../../types/src/table';
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 '../../../../../../../types/src/table';
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 '../../../../../../../types/src/table';
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 '../../../../../../../types/src/table';
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 '../../../../../../../types/src/table';
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 '../../../../../../../types/src/table';
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 '../../../../../../../types/src/table';
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 '../../../../../../../types/src/table';
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 { IOptionsList, ITabulator } from '../../../../../../../types/src/table';
1
+ import { IOptionsList, ITabulator } from '../../../../../../types/src/table';
2
2
 
3
3
  export default class OptionsList implements IOptionsList {
4
4
  table: ITabulator;
@@ -1,4 +1,4 @@
1
- import { IPopup, ITabulator } from '../../../../../../../types/src/table';
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 '../../../../../../types/src/table';
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 '../../../../../../../types/src/table';
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('../..').KeybindingsModule, e: KeyboardEvent) => void>;
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
  };
@@ -1,4 +1,4 @@
1
- import { PasteParser } from '../../../../../../../../types/src/table';
1
+ import { PasteParser } from '../../../../../../../types/src/table';
2
2
 
3
3
  declare const pasteParsers: Record<string, PasteParser>;
4
4
  export default pasteParsers;
@@ -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 '../../../../../../../types/src/table';
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 '../../../../../../../types/src/table';
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,4 +1,4 @@
1
- import { TableSelector } from '../../../../../../../types/src/table';
1
+ import { TableSelector } from '../../../../../../types/src/table';
2
2
  import { default as Module } from '../../core/Module';
3
3
  import { default as Tabulator } from '../../core/Tabulator';
4
4
 
@@ -1,5 +1,5 @@
1
- import { default as CxIconButton } from '../../../../icon-button/icon-button.ts';
2
- import { IRow } from '../../../../../../../types/src/table';
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 '../../../../../../../types/src/table';
1
+ import { ITabulator } from '../../../../../../types/src/table';
2
2
  import { default as Module } from '../../core/Module';
3
3
  import { DownloadOptions, RowRangeLookup } from '../../core/types';
4
4
 
@@ -1,4 +1,4 @@
1
- import { ITabulator } from '../../../../../../../../../types/src/table';
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 '../../../../../../../../../types/src/table';
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 '../../../../../../../../../types/src/table';
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 '../../../../../../../../../types/src/table';
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 '../../../../../../../../../types/src/table';
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 '../../../../../../../../../types/src/table';
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 '../../../../../../../../types/src/table';
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 '../../../../../../../types/src/table';
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 '../../../../../../../types/src/table';
1
+ import { ITabulator } from '../../../../../../types/src/table';
2
2
  import { default as Cell } from '../../core/cell/Cell';
3
- import { default as CxOption } from '../../../../option/option.ts';
4
- import { default as CxSelect } from '../../../../select/select.ts';
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 '../../../../../../../../../types/src/table';
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 '../../../../../../../types/src/table';
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 { IColumnComponent, IGroupComponent } from '../../../../../../../types/src/table';
1
+ import { IColumnComponent, IGroupComponent } from '../../../../../../types/src/table';
2
2
 
3
3
  export default class ExportColumn {
4
4
  value: any;
@@ -1,4 +1,4 @@
1
- import { IRowComponent } from '../../../../../../../types/src/table';
1
+ import { IRowComponent } from '../../../../../../types/src/table';
2
2
  import { default as ExportColumn } from './ExportColumn';
3
3
 
4
4
  type ExportRowType = 'header' | 'row' | 'group' | 'calc';
@@ -1,4 +1,4 @@
1
- import { IRow } from '../../../../../../../../types/src/table';
1
+ import { IRow } from '../../../../../../../types/src/table';
2
2
  import { default as Tabulator } from '../../../core/Tabulator';
3
3
 
4
4
  type RowLookup = (this: Tabulator) => IRow[];
@@ -1,4 +1,4 @@
1
- import { Filter as FilterType, FilterParams, FilterType as FilterTypeName, IColumn, IFilter } from '../../../../../../../types/src/table';
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 { CompositeElement, ITabulator } from '../../../../../../../types/src/table';
1
+ import { CompositeElement, ITabulator } from '../../../../../../types/src/table';
2
2
 
3
3
  interface ResolverInput {
4
4
  formatterParams: any;
@@ -1,4 +1,4 @@
1
- import { TextFormatParams } from '../../../../../../../types/src/table';
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 '../../../../../../../../../types/src/table';
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 '../../../../../../../../../types/src/table';
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 '../../../../../../../../../types/src/table';
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