@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,5 +1,5 @@
1
- import { default as CxLineClamp } from '../../../../../../line-clamp/line-clamp.ts';
2
- import { PlaintextFormatterParams } from '../../../../../../../../../types/src/table';
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 '../../../../../../tag/tag.ts';
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 '../../../../../../../../../types/src/table';
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 '../../../../../../../../../types/src/table';
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 '../../../../../../../../../types/src/table';
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 '../../../../../../../types/src/table';
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 '../../../../icon-button/icon-button.ts';
2
- import { GroupLoadMoreEventPayload, GroupLoadMoreState } from '../../../../../../../types/src/table';
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 '../../../../../../../types/src/table';
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 '../../../../../../../types/src/table';
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 '../../../../../../../types/src/table';
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('../..').KeybindingsModule, e: KeyboardEvent) => void>;
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('../../..').Tabulator, input: ArrayBuffer | string) => any[][];
9
+ xlsx: (this: import('../../../../../../../atoms/src/components/table/table.ts').Tabulator, input: ArrayBuffer | string) => any[][];
10
10
  };
11
11
  export default _default;
@@ -1,4 +1,4 @@
1
- import { ITabulator } from '../../../../../../../types/src/table';
1
+ import { ITabulator } 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
 
@@ -1,4 +1,4 @@
1
- import { LangObject } from '../../../../../../../types/src/table';
1
+ import { LangObject } 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 CxPagination } from '../../../../pagination/pagination.ts';
2
- import { IPage, IRow } from '../../../../../../../types/src/table';
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
 
@@ -1,4 +1,4 @@
1
- import { IRowManager } from '../../../../../../../types/src/table';
1
+ import { IRowManager } from '../../../../../../types/src/table';
2
2
  import { default as Row } from '../../core/row/Row';
3
3
 
4
4
  export declare class PlaceholderRow extends Row {
@@ -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 '../../../../../../../types/src/table';
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('../../../../../../../types/src/table').IColumn[];
38
- _getTableRows(): import('../../../../../../../types/src/table').IRow[];
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('../../../../../../../types/src/table').IRow[];
51
- getColumns(): import('../../../../../../../types/src/table').IColumn[];
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 { IRangeComponent } from '../../../../../../../types/src/table';
1
+ import { IRangeComponent } from '../../../../../../types/src/table';
2
2
  import { default as Range } from './Range';
3
3
 
4
4
  export default class RangeComponent implements IRangeComponent {
@@ -1,4 +1,4 @@
1
- import { SelectRangeType } from '../../../../../../../types/src/table';
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('./RangeComponent').default[];
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('./RangeComponent').default[];
74
- rowGetRanges(row: any): import('./RangeComponent').default[];
75
- colGetRanges(col: any): import('./RangeComponent').default[];
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('../../../../../../../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[];
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('../../..').Tabulator) => any[];
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('../SelectRange').default, e: KeyboardEvent) => void>;
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 '../../../../checkbox/checkbox.ts';
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 '../../../../../../../../../types/src/table';
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 '../../../../../../../types/src/table';
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 '../../../../../../../types/src/table';
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('../../../../../../../types/src/table').SheetDefinition;
9
+ getDefinition(): import('../../../../../../types/src/table').SheetDefinition;
10
10
  getData(): unknown[][];
11
11
  setData(data: unknown[][]): void;
12
12
  clear(): void;
@@ -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
  }
@@ -3,3 +3,4 @@ export declare enum PaginationCounter {
3
3
  Pages = "pages",
4
4
  Rows = "rows"
5
5
  }
6
+ export declare const INITIAL_PAGE: number;
@@ -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
  */
package/package.json CHANGED
@@ -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": {
@@ -1,7 +0,0 @@
1
- declare const extensions: {
2
- keybindings: {
3
- actions: Record<string, (this: import('../../..').KeybindingsModule, e: KeyboardEvent) => void>;
4
- bindings: Record<string, string | string[]>;
5
- };
6
- };
7
- export default extensions;
@@ -1,7 +0,0 @@
1
- declare const extensions: {
2
- keybindings: {
3
- actions: Record<string, (this: import('../../..').KeybindingsModule, e: KeyboardEvent) => void>;
4
- bindings: Record<string, string[]>;
5
- };
6
- };
7
- export default extensions;