lsp-grid 1.0.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 (675) hide show
  1. package/README.md +34 -0
  2. package/dist/cjs/app-globals-Bfsg1bDt.js +16 -0
  3. package/dist/cjs/app-globals-Bfsg1bDt.js.map +1 -0
  4. package/dist/cjs/cell-renderer-DtuYp7tj.js +106 -0
  5. package/dist/cjs/cell-renderer-DtuYp7tj.js.map +1 -0
  6. package/dist/cjs/column.drag.plugin-BIptTmfz.js +2554 -0
  7. package/dist/cjs/column.drag.plugin-BIptTmfz.js.map +1 -0
  8. package/dist/cjs/column.service-BnVSAfcu.js +1391 -0
  9. package/dist/cjs/column.service-BnVSAfcu.js.map +1 -0
  10. package/dist/cjs/data.store-CrF4Nf9q.js +3615 -0
  11. package/dist/cjs/data.store-CrF4Nf9q.js.map +1 -0
  12. package/dist/cjs/debounce-DgeyTQM0.js +498 -0
  13. package/dist/cjs/debounce-DgeyTQM0.js.map +1 -0
  14. package/dist/cjs/edit.utils-Bw-E3Fj6.js +118 -0
  15. package/dist/cjs/edit.utils-Bw-E3Fj6.js.map +1 -0
  16. package/dist/cjs/events-D0Syn6ut.js +46 -0
  17. package/dist/cjs/events-D0Syn6ut.js.map +1 -0
  18. package/dist/cjs/filter.button-CaAAXq-6.js +49 -0
  19. package/dist/cjs/filter.button-CaAAXq-6.js.map +1 -0
  20. package/dist/cjs/header-cell-renderer-DhRJqZ-w.js +356 -0
  21. package/dist/cjs/header-cell-renderer-DhRJqZ-w.js.map +1 -0
  22. package/dist/cjs/index-VM40U6Gh.js +2549 -0
  23. package/dist/cjs/index-VM40U6Gh.js.map +1 -0
  24. package/dist/cjs/index.cjs.js +346 -0
  25. package/dist/cjs/index.cjs.js.map +1 -0
  26. package/dist/cjs/loader.cjs.js +19 -0
  27. package/dist/cjs/loader.cjs.js.map +1 -0
  28. package/dist/cjs/revo-grid.cjs.entry.js +2187 -0
  29. package/dist/cjs/revo-grid.cjs.entry.js.map +1 -0
  30. package/dist/cjs/revo-grid.cjs.js +31 -0
  31. package/dist/cjs/revo-grid.cjs.js.map +1 -0
  32. package/dist/cjs/revo-grid.entry.cjs.js.map +1 -0
  33. package/dist/cjs/revogr-attribution.revogr-extra.revogr-focus.revogr-overlay-selection.revogr-row-headers.revogr-scroll-virtual.revogr-temp-range.entry.cjs.js.map +1 -0
  34. package/dist/cjs/revogr-attribution_7.cjs.entry.js +1463 -0
  35. package/dist/cjs/revogr-attribution_7.cjs.entry.js.map +1 -0
  36. package/dist/cjs/revogr-clipboard.revogr-edit.revogr-order-editor.entry.cjs.js.map +1 -0
  37. package/dist/cjs/revogr-clipboard_3.cjs.entry.js +456 -0
  38. package/dist/cjs/revogr-clipboard_3.cjs.entry.js.map +1 -0
  39. package/dist/cjs/revogr-data.revogr-header.revogr-viewport-scroll.vnode-html.entry.cjs.js.map +1 -0
  40. package/dist/cjs/revogr-data_4.cjs.entry.js +948 -0
  41. package/dist/cjs/revogr-data_4.cjs.entry.js.map +1 -0
  42. package/dist/cjs/revogr-filter-panel.cjs.entry.js +382 -0
  43. package/dist/cjs/revogr-filter-panel.cjs.entry.js.map +1 -0
  44. package/dist/cjs/revogr-filter-panel.entry.cjs.js.map +1 -0
  45. package/dist/cjs/row-header-utils-DL640c7x.js +420 -0
  46. package/dist/cjs/row-header-utils-DL640c7x.js.map +1 -0
  47. package/dist/cjs/text-editor-DWChyeVV.js +81 -0
  48. package/dist/cjs/text-editor-DWChyeVV.js.map +1 -0
  49. package/dist/cjs/throttle-Bb1Bbfd1.js +278 -0
  50. package/dist/cjs/throttle-Bb1Bbfd1.js.map +1 -0
  51. package/dist/cjs/viewport.helpers-CI6uB8tu.js +59 -0
  52. package/dist/cjs/viewport.helpers-CI6uB8tu.js.map +1 -0
  53. package/dist/collection/collection-manifest.json +28 -0
  54. package/dist/collection/components/attribution/revogr-attribution.js +20 -0
  55. package/dist/collection/components/attribution/revogr-attribution.js.map +1 -0
  56. package/dist/collection/components/clipboard/revogr-clipboard.js +396 -0
  57. package/dist/collection/components/clipboard/revogr-clipboard.js.map +1 -0
  58. package/dist/collection/components/data/cell-renderer.js +44 -0
  59. package/dist/collection/components/data/cell-renderer.js.map +1 -0
  60. package/dist/collection/components/data/column.service.js +293 -0
  61. package/dist/collection/components/data/column.service.js.map +1 -0
  62. package/dist/collection/components/data/revogr-data-style.css +75 -0
  63. package/dist/collection/components/data/revogr-data.js +697 -0
  64. package/dist/collection/components/data/revogr-data.js.map +1 -0
  65. package/dist/collection/components/data/row-highlight.plugin.js +51 -0
  66. package/dist/collection/components/data/row-highlight.plugin.js.map +1 -0
  67. package/dist/collection/components/data/row-renderer.js +16 -0
  68. package/dist/collection/components/data/row-renderer.js.map +1 -0
  69. package/dist/collection/components/editors/edit.utils.js +13 -0
  70. package/dist/collection/components/editors/edit.utils.js.map +1 -0
  71. package/dist/collection/components/editors/revogr-edit-style.css +16 -0
  72. package/dist/collection/components/editors/revogr-edit.js +346 -0
  73. package/dist/collection/components/editors/revogr-edit.js.map +1 -0
  74. package/dist/collection/components/editors/text-editor.js +74 -0
  75. package/dist/collection/components/editors/text-editor.js.map +1 -0
  76. package/dist/collection/components/extra/revogr-extra.js +125 -0
  77. package/dist/collection/components/extra/revogr-extra.js.map +1 -0
  78. package/dist/collection/components/header/header-cell-renderer.js +34 -0
  79. package/dist/collection/components/header/header-cell-renderer.js.map +1 -0
  80. package/dist/collection/components/header/header-group-renderer.js +25 -0
  81. package/dist/collection/components/header/header-group-renderer.js.map +1 -0
  82. package/dist/collection/components/header/header-renderer.js +61 -0
  83. package/dist/collection/components/header/header-renderer.js.map +1 -0
  84. package/dist/collection/components/header/resizable.directive.js +237 -0
  85. package/dist/collection/components/header/resizable.directive.js.map +1 -0
  86. package/dist/collection/components/header/resizable.element.js +38 -0
  87. package/dist/collection/components/header/resizable.element.js.map +1 -0
  88. package/dist/collection/components/header/revogr-header-style.css +144 -0
  89. package/dist/collection/components/header/revogr-header.js +573 -0
  90. package/dist/collection/components/header/revogr-header.js.map +1 -0
  91. package/dist/collection/components/order/order-renderer.js +50 -0
  92. package/dist/collection/components/order/order-renderer.js.map +1 -0
  93. package/dist/collection/components/order/order-row.service.js +72 -0
  94. package/dist/collection/components/order/order-row.service.js.map +1 -0
  95. package/dist/collection/components/order/revogr-order-editor.js +461 -0
  96. package/dist/collection/components/order/revogr-order-editor.js.map +1 -0
  97. package/dist/collection/components/overlay/autofill.service.js +224 -0
  98. package/dist/collection/components/overlay/autofill.service.js.map +1 -0
  99. package/dist/collection/components/overlay/keyboard.service.js +158 -0
  100. package/dist/collection/components/overlay/keyboard.service.js.map +1 -0
  101. package/dist/collection/components/overlay/revogr-overlay-selection.js +1515 -0
  102. package/dist/collection/components/overlay/revogr-overlay-selection.js.map +1 -0
  103. package/dist/collection/components/overlay/revogr-overlay-style.css +95 -0
  104. package/dist/collection/components/overlay/selection.utils.js +136 -0
  105. package/dist/collection/components/overlay/selection.utils.js.map +1 -0
  106. package/dist/collection/components/revoGrid/grid.helpers.js +33 -0
  107. package/dist/collection/components/revoGrid/grid.helpers.js.map +1 -0
  108. package/dist/collection/components/revoGrid/plugin.service.js +81 -0
  109. package/dist/collection/components/revoGrid/plugin.service.js.map +1 -0
  110. package/dist/collection/components/revoGrid/revo-grid-style.css +567 -0
  111. package/dist/collection/components/revoGrid/revo-grid.js +3671 -0
  112. package/dist/collection/components/revoGrid/revo-grid.js.map +1 -0
  113. package/dist/collection/components/revoGrid/viewport.helpers.js +49 -0
  114. package/dist/collection/components/revoGrid/viewport.helpers.js.map +1 -0
  115. package/dist/collection/components/revoGrid/viewport.resize.service.js +55 -0
  116. package/dist/collection/components/revoGrid/viewport.resize.service.js.map +1 -0
  117. package/dist/collection/components/revoGrid/viewport.scrolling.service.js +90 -0
  118. package/dist/collection/components/revoGrid/viewport.scrolling.service.js.map +1 -0
  119. package/dist/collection/components/revoGrid/viewport.service.js +237 -0
  120. package/dist/collection/components/revoGrid/viewport.service.js.map +1 -0
  121. package/dist/collection/components/rowHeaders/revogr-row-headers.js +291 -0
  122. package/dist/collection/components/rowHeaders/revogr-row-headers.js.map +1 -0
  123. package/dist/collection/components/rowHeaders/row-header-render.js +5 -0
  124. package/dist/collection/components/rowHeaders/row-header-render.js.map +1 -0
  125. package/dist/collection/components/scroll/revogr-viewport-scroll-style.css +69 -0
  126. package/dist/collection/components/scroll/revogr-viewport-scroll.js +601 -0
  127. package/dist/collection/components/scroll/revogr-viewport-scroll.js.map +1 -0
  128. package/dist/collection/components/scrollable/autohide-scroll.plugin.js +44 -0
  129. package/dist/collection/components/scrollable/autohide-scroll.plugin.js.map +1 -0
  130. package/dist/collection/components/scrollable/revogr-scroll-style.css +34 -0
  131. package/dist/collection/components/scrollable/revogr-scroll-virtual.js +295 -0
  132. package/dist/collection/components/scrollable/revogr-scroll-virtual.js.map +1 -0
  133. package/dist/collection/components/selectionFocus/revogr-focus-style.css +7 -0
  134. package/dist/collection/components/selectionFocus/revogr-focus.js +400 -0
  135. package/dist/collection/components/selectionFocus/revogr-focus.js.map +1 -0
  136. package/dist/collection/components/selectionTempRange/revogr-temp-range-style.css +28 -0
  137. package/dist/collection/components/selectionTempRange/revogr-temp-range.js +171 -0
  138. package/dist/collection/components/selectionTempRange/revogr-temp-range.js.map +1 -0
  139. package/dist/collection/components/vnode/vnode-converter.js +84 -0
  140. package/dist/collection/components/vnode/vnode-converter.js.map +1 -0
  141. package/dist/collection/components/vnode/vnode.utils.js +18 -0
  142. package/dist/collection/components/vnode/vnode.utils.js.map +1 -0
  143. package/dist/collection/global/global.js +19 -0
  144. package/dist/collection/global/global.js.map +1 -0
  145. package/dist/collection/index.js +13 -0
  146. package/dist/collection/index.js.map +1 -0
  147. package/dist/collection/plugins/add-rows-on-paste.plugin.js +40 -0
  148. package/dist/collection/plugins/add-rows-on-paste.plugin.js.map +1 -0
  149. package/dist/collection/plugins/base.plugin.js +90 -0
  150. package/dist/collection/plugins/base.plugin.js.map +1 -0
  151. package/dist/collection/plugins/column.auto-size.plugin.js +225 -0
  152. package/dist/collection/plugins/column.auto-size.plugin.js.map +1 -0
  153. package/dist/collection/plugins/column.stretch.plugin.js +96 -0
  154. package/dist/collection/plugins/column.stretch.plugin.js.map +1 -0
  155. package/dist/collection/plugins/dispatcher.js +40 -0
  156. package/dist/collection/plugins/dispatcher.js.map +1 -0
  157. package/dist/collection/plugins/export/csv.js +72 -0
  158. package/dist/collection/plugins/export/csv.js.map +1 -0
  159. package/dist/collection/plugins/export/export.plugin.js +157 -0
  160. package/dist/collection/plugins/export/export.plugin.js.map +1 -0
  161. package/dist/collection/plugins/export/types.js +2 -0
  162. package/dist/collection/plugins/export/types.js.map +1 -0
  163. package/dist/collection/plugins/filter/conditions/equal.js +21 -0
  164. package/dist/collection/plugins/filter/conditions/equal.js.map +1 -0
  165. package/dist/collection/plugins/filter/conditions/number/greaterThan.js +14 -0
  166. package/dist/collection/plugins/filter/conditions/number/greaterThan.js.map +1 -0
  167. package/dist/collection/plugins/filter/conditions/number/greaterThanOrEqual.js +11 -0
  168. package/dist/collection/plugins/filter/conditions/number/greaterThanOrEqual.js.map +1 -0
  169. package/dist/collection/plugins/filter/conditions/number/lessThan.js +16 -0
  170. package/dist/collection/plugins/filter/conditions/number/lessThan.js.map +1 -0
  171. package/dist/collection/plugins/filter/conditions/number/lessThanOrEqual.js +11 -0
  172. package/dist/collection/plugins/filter/conditions/number/lessThanOrEqual.js.map +1 -0
  173. package/dist/collection/plugins/filter/conditions/set.js +7 -0
  174. package/dist/collection/plugins/filter/conditions/set.js.map +1 -0
  175. package/dist/collection/plugins/filter/conditions/string/beginswith.js +21 -0
  176. package/dist/collection/plugins/filter/conditions/string/beginswith.js.map +1 -0
  177. package/dist/collection/plugins/filter/conditions/string/contains.js +25 -0
  178. package/dist/collection/plugins/filter/conditions/string/contains.js.map +1 -0
  179. package/dist/collection/plugins/filter/filter.button.js +28 -0
  180. package/dist/collection/plugins/filter/filter.button.js.map +1 -0
  181. package/dist/collection/plugins/filter/filter.indexed.js +49 -0
  182. package/dist/collection/plugins/filter/filter.indexed.js.map +1 -0
  183. package/dist/collection/plugins/filter/filter.panel.js +610 -0
  184. package/dist/collection/plugins/filter/filter.panel.js.map +1 -0
  185. package/dist/collection/plugins/filter/filter.plugin.js +388 -0
  186. package/dist/collection/plugins/filter/filter.plugin.js.map +1 -0
  187. package/dist/collection/plugins/filter/filter.style.css +165 -0
  188. package/dist/collection/plugins/filter/filter.types.js +9 -0
  189. package/dist/collection/plugins/filter/filter.types.js.map +1 -0
  190. package/dist/collection/plugins/groupingRow/grouping.const.js +16 -0
  191. package/dist/collection/plugins/groupingRow/grouping.const.js.map +1 -0
  192. package/dist/collection/plugins/groupingRow/grouping.row.expand.service.js +79 -0
  193. package/dist/collection/plugins/groupingRow/grouping.row.expand.service.js.map +1 -0
  194. package/dist/collection/plugins/groupingRow/grouping.row.plugin.js +245 -0
  195. package/dist/collection/plugins/groupingRow/grouping.row.plugin.js.map +1 -0
  196. package/dist/collection/plugins/groupingRow/grouping.row.renderer.js +38 -0
  197. package/dist/collection/plugins/groupingRow/grouping.row.renderer.js.map +1 -0
  198. package/dist/collection/plugins/groupingRow/grouping.row.types.js +2 -0
  199. package/dist/collection/plugins/groupingRow/grouping.row.types.js.map +1 -0
  200. package/dist/collection/plugins/groupingRow/grouping.service.js +178 -0
  201. package/dist/collection/plugins/groupingRow/grouping.service.js.map +1 -0
  202. package/dist/collection/plugins/groupingRow/grouping.trimmed.service.js +61 -0
  203. package/dist/collection/plugins/groupingRow/grouping.trimmed.service.js.map +1 -0
  204. package/dist/collection/plugins/index.js +15 -0
  205. package/dist/collection/plugins/index.js.map +1 -0
  206. package/dist/collection/plugins/moveColumn/column.drag.plugin.js +175 -0
  207. package/dist/collection/plugins/moveColumn/column.drag.plugin.js.map +1 -0
  208. package/dist/collection/plugins/moveColumn/order-column.handler.js +71 -0
  209. package/dist/collection/plugins/moveColumn/order-column.handler.js.map +1 -0
  210. package/dist/collection/plugins/rtl/rtl.plugin.js +110 -0
  211. package/dist/collection/plugins/rtl/rtl.plugin.js.map +1 -0
  212. package/dist/collection/plugins/sorting/sorting.func.js +82 -0
  213. package/dist/collection/plugins/sorting/sorting.func.js.map +1 -0
  214. package/dist/collection/plugins/sorting/sorting.plugin.js +224 -0
  215. package/dist/collection/plugins/sorting/sorting.plugin.js.map +1 -0
  216. package/dist/collection/plugins/sorting/sorting.sign.js +9 -0
  217. package/dist/collection/plugins/sorting/sorting.sign.js.map +1 -0
  218. package/dist/collection/plugins/sorting/sorting.types.js +2 -0
  219. package/dist/collection/plugins/sorting/sorting.types.js.map +1 -0
  220. package/dist/collection/plugins/wcag/index.js +84 -0
  221. package/dist/collection/plugins/wcag/index.js.map +1 -0
  222. package/dist/collection/serve/controller.js +344 -0
  223. package/dist/collection/serve/data.js +201 -0
  224. package/dist/collection/services/cell.helpers.js +12 -0
  225. package/dist/collection/services/cell.helpers.js.map +1 -0
  226. package/dist/collection/services/column.data.provider.js +119 -0
  227. package/dist/collection/services/column.data.provider.js.map +1 -0
  228. package/dist/collection/services/data.provider.js +89 -0
  229. package/dist/collection/services/data.provider.js.map +1 -0
  230. package/dist/collection/services/dimension.provider.js +176 -0
  231. package/dist/collection/services/dimension.provider.js.map +1 -0
  232. package/dist/collection/services/local.scroll.service.js +124 -0
  233. package/dist/collection/services/local.scroll.service.js.map +1 -0
  234. package/dist/collection/services/local.scroll.timer.js +81 -0
  235. package/dist/collection/services/local.scroll.timer.js.map +1 -0
  236. package/dist/collection/services/selection.store.connector.js +307 -0
  237. package/dist/collection/services/selection.store.connector.js.map +1 -0
  238. package/dist/collection/services/viewport.provider.js +17 -0
  239. package/dist/collection/services/viewport.provider.js.map +1 -0
  240. package/dist/collection/store/dataSource/data.proxy.js +45 -0
  241. package/dist/collection/store/dataSource/data.proxy.js.map +1 -0
  242. package/dist/collection/store/dataSource/data.store.js +144 -0
  243. package/dist/collection/store/dataSource/data.store.js.map +1 -0
  244. package/dist/collection/store/dataSource/index.js +7 -0
  245. package/dist/collection/store/dataSource/index.js.map +1 -0
  246. package/dist/collection/store/dataSource/trimmed.plugin.js +34 -0
  247. package/dist/collection/store/dataSource/trimmed.plugin.js.map +1 -0
  248. package/dist/collection/store/dimension/dimension.helpers.js +101 -0
  249. package/dist/collection/store/dimension/dimension.helpers.js.map +1 -0
  250. package/dist/collection/store/dimension/dimension.recalculate.plugin.js +35 -0
  251. package/dist/collection/store/dimension/dimension.recalculate.plugin.js.map +1 -0
  252. package/dist/collection/store/dimension/dimension.store.js +109 -0
  253. package/dist/collection/store/dimension/dimension.store.js.map +1 -0
  254. package/dist/collection/store/dimension/dimension.trim.plugin.js +61 -0
  255. package/dist/collection/store/dimension/dimension.trim.plugin.js.map +1 -0
  256. package/dist/collection/store/dimension/index.js +6 -0
  257. package/dist/collection/store/dimension/index.js.map +1 -0
  258. package/dist/collection/store/index.js +17 -0
  259. package/dist/collection/store/index.js.map +1 -0
  260. package/dist/collection/store/selection/index.js +6 -0
  261. package/dist/collection/store/selection/index.js.map +1 -0
  262. package/dist/collection/store/selection/selection.helpers.js +53 -0
  263. package/dist/collection/store/selection/selection.helpers.js.map +1 -0
  264. package/dist/collection/store/selection/selection.store.js +85 -0
  265. package/dist/collection/store/selection/selection.store.js.map +1 -0
  266. package/dist/collection/store/vp/index.js +6 -0
  267. package/dist/collection/store/vp/index.js.map +1 -0
  268. package/dist/collection/store/vp/viewport.helpers.js +251 -0
  269. package/dist/collection/store/vp/viewport.helpers.js.map +1 -0
  270. package/dist/collection/store/vp/viewport.store.js +151 -0
  271. package/dist/collection/store/vp/viewport.store.js.map +1 -0
  272. package/dist/collection/themeManager/theme.compact.js +9 -0
  273. package/dist/collection/themeManager/theme.compact.js.map +1 -0
  274. package/dist/collection/themeManager/theme.default.js +9 -0
  275. package/dist/collection/themeManager/theme.default.js.map +1 -0
  276. package/dist/collection/themeManager/theme.material.js +9 -0
  277. package/dist/collection/themeManager/theme.material.js.map +1 -0
  278. package/dist/collection/themeManager/theme.service.js +53 -0
  279. package/dist/collection/themeManager/theme.service.js.map +1 -0
  280. package/dist/collection/types/dimension.js +2 -0
  281. package/dist/collection/types/dimension.js.map +1 -0
  282. package/dist/collection/types/events.js +118 -0
  283. package/dist/collection/types/events.js.map +1 -0
  284. package/dist/collection/types/index.js +12 -0
  285. package/dist/collection/types/index.js.map +1 -0
  286. package/dist/collection/types/interfaces.js +2 -0
  287. package/dist/collection/types/interfaces.js.map +1 -0
  288. package/dist/collection/types/plugin.js +2 -0
  289. package/dist/collection/types/plugin.js.map +1 -0
  290. package/dist/collection/types/plugin.types.js +2 -0
  291. package/dist/collection/types/plugin.types.js.map +1 -0
  292. package/dist/collection/types/selection.js +2 -0
  293. package/dist/collection/types/selection.js.map +1 -0
  294. package/dist/collection/types/theme.js +2 -0
  295. package/dist/collection/types/theme.js.map +1 -0
  296. package/dist/collection/types/viewport.interfaces.js +2 -0
  297. package/dist/collection/types/viewport.interfaces.js.map +1 -0
  298. package/dist/collection/utils/browser.js +7 -0
  299. package/dist/collection/utils/browser.js.map +1 -0
  300. package/dist/collection/utils/closest.polifill.js +22 -0
  301. package/dist/collection/utils/closest.polifill.js.map +1 -0
  302. package/dist/collection/utils/column.utils.js +153 -0
  303. package/dist/collection/utils/column.utils.js.map +1 -0
  304. package/dist/collection/utils/consts.js +26 -0
  305. package/dist/collection/utils/consts.js.map +1 -0
  306. package/dist/collection/utils/events.js +39 -0
  307. package/dist/collection/utils/events.js.map +1 -0
  308. package/dist/collection/utils/header.utils.js +24 -0
  309. package/dist/collection/utils/header.utils.js.map +1 -0
  310. package/dist/collection/utils/index.js +140 -0
  311. package/dist/collection/utils/index.js.map +1 -0
  312. package/dist/collection/utils/key.codes.js +80 -0
  313. package/dist/collection/utils/key.codes.js.map +1 -0
  314. package/dist/collection/utils/key.utils.js +90 -0
  315. package/dist/collection/utils/key.utils.js.map +1 -0
  316. package/dist/collection/utils/mobile.js +7 -0
  317. package/dist/collection/utils/mobile.js.map +1 -0
  318. package/dist/collection/utils/platform.js +9 -0
  319. package/dist/collection/utils/platform.js.map +1 -0
  320. package/dist/collection/utils/row-header-utils.js +9 -0
  321. package/dist/collection/utils/row-header-utils.js.map +1 -0
  322. package/dist/collection/utils/store.types.js +2 -0
  323. package/dist/collection/utils/store.types.js.map +1 -0
  324. package/dist/collection/utils/store.utils.js +15 -0
  325. package/dist/collection/utils/store.utils.js.map +1 -0
  326. package/dist/esm/app-globals-FBz64o-g.js +14 -0
  327. package/dist/esm/app-globals-FBz64o-g.js.map +1 -0
  328. package/dist/esm/cell-renderer-Ca_PCGjJ.js +98 -0
  329. package/dist/esm/cell-renderer-Ca_PCGjJ.js.map +1 -0
  330. package/dist/esm/column.drag.plugin-BtuUyB-2.js +2528 -0
  331. package/dist/esm/column.drag.plugin-BtuUyB-2.js.map +1 -0
  332. package/dist/esm/column.service-CTqFIQUy.js +1343 -0
  333. package/dist/esm/column.service-CTqFIQUy.js.map +1 -0
  334. package/dist/esm/data.store-B-lvmoFH.js +3553 -0
  335. package/dist/esm/data.store-B-lvmoFH.js.map +1 -0
  336. package/dist/esm/debounce-DTUQ1fY7.js +488 -0
  337. package/dist/esm/debounce-DTUQ1fY7.js.map +1 -0
  338. package/dist/esm/edit.utils-CyCANCLB.js +103 -0
  339. package/dist/esm/edit.utils-CyCANCLB.js.map +1 -0
  340. package/dist/esm/events-CKtYJJSv.js +43 -0
  341. package/dist/esm/events-CKtYJJSv.js.map +1 -0
  342. package/dist/esm/filter.button-CjABZQgg.js +39 -0
  343. package/dist/esm/filter.button-CjABZQgg.js.map +1 -0
  344. package/dist/esm/header-cell-renderer-DnjpJuXq.js +351 -0
  345. package/dist/esm/header-cell-renderer-DnjpJuXq.js.map +1 -0
  346. package/dist/esm/index-BAoInZ4V.js +2519 -0
  347. package/dist/esm/index-BAoInZ4V.js.map +1 -0
  348. package/dist/esm/index.js +181 -0
  349. package/dist/esm/index.js.map +1 -0
  350. package/dist/esm/loader.js +17 -0
  351. package/dist/esm/loader.js.map +1 -0
  352. package/dist/esm/revo-grid.entry.js +2185 -0
  353. package/dist/esm/revo-grid.entry.js.map +1 -0
  354. package/dist/esm/revo-grid.js +27 -0
  355. package/dist/esm/revo-grid.js.map +1 -0
  356. package/dist/esm/revogr-attribution.revogr-extra.revogr-focus.revogr-overlay-selection.revogr-row-headers.revogr-scroll-virtual.revogr-temp-range.entry.js.map +1 -0
  357. package/dist/esm/revogr-attribution_7.entry.js +1455 -0
  358. package/dist/esm/revogr-attribution_7.entry.js.map +1 -0
  359. package/dist/esm/revogr-clipboard.revogr-edit.revogr-order-editor.entry.js.map +1 -0
  360. package/dist/esm/revogr-clipboard_3.entry.js +452 -0
  361. package/dist/esm/revogr-clipboard_3.entry.js.map +1 -0
  362. package/dist/esm/revogr-data.revogr-header.revogr-viewport-scroll.vnode-html.entry.js.map +1 -0
  363. package/dist/esm/revogr-data_4.entry.js +943 -0
  364. package/dist/esm/revogr-data_4.entry.js.map +1 -0
  365. package/dist/esm/revogr-filter-panel.entry.js +380 -0
  366. package/dist/esm/revogr-filter-panel.entry.js.map +1 -0
  367. package/dist/esm/row-header-utils-vnoLGj5A.js +407 -0
  368. package/dist/esm/row-header-utils-vnoLGj5A.js.map +1 -0
  369. package/dist/esm/text-editor-Cp7lwBZi.js +79 -0
  370. package/dist/esm/text-editor-Cp7lwBZi.js.map +1 -0
  371. package/dist/esm/throttle-DiUrHjcY.js +273 -0
  372. package/dist/esm/throttle-DiUrHjcY.js.map +1 -0
  373. package/dist/esm/viewport.helpers-Ch4AQMMg.js +53 -0
  374. package/dist/esm/viewport.helpers-Ch4AQMMg.js.map +1 -0
  375. package/dist/index.cjs.js +1 -0
  376. package/dist/index.d.ts +1 -0
  377. package/dist/index.js +1 -0
  378. package/dist/revo-grid/app-globals-FBz64o-g.js +14 -0
  379. package/dist/revo-grid/app-globals-FBz64o-g.js.map +1 -0
  380. package/dist/revo-grid/cell-renderer-Ca_PCGjJ.js +98 -0
  381. package/dist/revo-grid/cell-renderer-Ca_PCGjJ.js.map +1 -0
  382. package/dist/revo-grid/column.drag.plugin-BtuUyB-2.js +2528 -0
  383. package/dist/revo-grid/column.drag.plugin-BtuUyB-2.js.map +1 -0
  384. package/dist/revo-grid/column.service-CTqFIQUy.js +1343 -0
  385. package/dist/revo-grid/column.service-CTqFIQUy.js.map +1 -0
  386. package/dist/revo-grid/data.store-B-lvmoFH.js +3553 -0
  387. package/dist/revo-grid/data.store-B-lvmoFH.js.map +1 -0
  388. package/dist/revo-grid/debounce-DTUQ1fY7.js +488 -0
  389. package/dist/revo-grid/debounce-DTUQ1fY7.js.map +1 -0
  390. package/dist/revo-grid/edit.utils-CyCANCLB.js +103 -0
  391. package/dist/revo-grid/edit.utils-CyCANCLB.js.map +1 -0
  392. package/dist/revo-grid/events-CKtYJJSv.js +43 -0
  393. package/dist/revo-grid/events-CKtYJJSv.js.map +1 -0
  394. package/dist/revo-grid/filter.button-CjABZQgg.js +39 -0
  395. package/dist/revo-grid/filter.button-CjABZQgg.js.map +1 -0
  396. package/dist/revo-grid/header-cell-renderer-DnjpJuXq.js +351 -0
  397. package/dist/revo-grid/header-cell-renderer-DnjpJuXq.js.map +1 -0
  398. package/dist/revo-grid/index-BAoInZ4V.js +2490 -0
  399. package/dist/revo-grid/index-BAoInZ4V.js.map +1 -0
  400. package/dist/revo-grid/index.esm.js +181 -0
  401. package/dist/revo-grid/index.esm.js.map +1 -0
  402. package/dist/revo-grid/loader.esm.js.map +1 -0
  403. package/dist/revo-grid/revo-grid.entry.esm.js.map +1 -0
  404. package/dist/revo-grid/revo-grid.entry.js +2185 -0
  405. package/dist/revo-grid/revo-grid.entry.js.map +1 -0
  406. package/dist/revo-grid/revo-grid.esm.js +27 -0
  407. package/dist/revo-grid/revo-grid.esm.js.map +1 -0
  408. package/dist/revo-grid/revogr-attribution.revogr-extra.revogr-focus.revogr-overlay-selection.revogr-row-headers.revogr-scroll-virtual.revogr-temp-range.entry.esm.js.map +1 -0
  409. package/dist/revo-grid/revogr-attribution_7.entry.js +1455 -0
  410. package/dist/revo-grid/revogr-attribution_7.entry.js.map +1 -0
  411. package/dist/revo-grid/revogr-clipboard.revogr-edit.revogr-order-editor.entry.esm.js.map +1 -0
  412. package/dist/revo-grid/revogr-clipboard_3.entry.js +452 -0
  413. package/dist/revo-grid/revogr-clipboard_3.entry.js.map +1 -0
  414. package/dist/revo-grid/revogr-data.revogr-header.revogr-viewport-scroll.vnode-html.entry.esm.js.map +1 -0
  415. package/dist/revo-grid/revogr-data_4.entry.js +943 -0
  416. package/dist/revo-grid/revogr-data_4.entry.js.map +1 -0
  417. package/dist/revo-grid/revogr-filter-panel.entry.esm.js.map +1 -0
  418. package/dist/revo-grid/revogr-filter-panel.entry.js +380 -0
  419. package/dist/revo-grid/revogr-filter-panel.entry.js.map +1 -0
  420. package/dist/revo-grid/row-header-utils-vnoLGj5A.js +407 -0
  421. package/dist/revo-grid/row-header-utils-vnoLGj5A.js.map +1 -0
  422. package/dist/revo-grid/text-editor-Cp7lwBZi.js +79 -0
  423. package/dist/revo-grid/text-editor-Cp7lwBZi.js.map +1 -0
  424. package/dist/revo-grid/throttle-DiUrHjcY.js +273 -0
  425. package/dist/revo-grid/throttle-DiUrHjcY.js.map +1 -0
  426. package/dist/revo-grid/viewport.helpers-Ch4AQMMg.js +53 -0
  427. package/dist/revo-grid/viewport.helpers-Ch4AQMMg.js.map +1 -0
  428. package/dist/types/components/attribution/revogr-attribution.d.ts +12 -0
  429. package/dist/types/components/clipboard/revogr-clipboard.d.ts +89 -0
  430. package/dist/types/components/data/cell-renderer.d.ts +12 -0
  431. package/dist/types/components/data/column.service.d.ts +61 -0
  432. package/dist/types/components/data/revogr-data.d.ts +107 -0
  433. package/dist/types/components/data/row-highlight.plugin.d.ts +10 -0
  434. package/dist/types/components/data/row-renderer.d.ts +12 -0
  435. package/dist/types/components/editors/edit.utils.d.ts +3 -0
  436. package/dist/types/components/editors/revogr-edit.d.ts +63 -0
  437. package/dist/types/components/editors/text-editor.d.ts +43 -0
  438. package/dist/types/components/extra/revogr-extra.d.ts +38 -0
  439. package/dist/types/components/header/header-cell-renderer.d.ts +9 -0
  440. package/dist/types/components/header/header-group-renderer.d.ts +15 -0
  441. package/dist/types/components/header/header-renderer.d.ts +16 -0
  442. package/dist/types/components/header/resizable.directive.d.ts +55 -0
  443. package/dist/types/components/header/resizable.element.d.ts +5 -0
  444. package/dist/types/components/header/revogr-header.d.ts +90 -0
  445. package/dist/types/components/order/order-renderer.d.ts +29 -0
  446. package/dist/types/components/order/order-row.service.d.ts +27 -0
  447. package/dist/types/components/order/revogr-order-editor.d.ts +56 -0
  448. package/dist/types/components/overlay/autofill.service.d.ts +80 -0
  449. package/dist/types/components/overlay/keyboard.service.d.ts +28 -0
  450. package/dist/types/components/overlay/revogr-overlay-selection.d.ts +278 -0
  451. package/dist/types/components/overlay/selection.utils.d.ts +47 -0
  452. package/dist/types/components/revoGrid/grid.helpers.d.ts +17 -0
  453. package/dist/types/components/revoGrid/plugin.service.d.ts +37 -0
  454. package/dist/types/components/revoGrid/revo-grid.d.ts +686 -0
  455. package/dist/types/components/revoGrid/viewport.helpers.d.ts +39 -0
  456. package/dist/types/components/revoGrid/viewport.resize.service.d.ts +17 -0
  457. package/dist/types/components/revoGrid/viewport.scrolling.service.d.ts +20 -0
  458. package/dist/types/components/revoGrid/viewport.service.d.ts +59 -0
  459. package/dist/types/components/rowHeaders/revogr-row-headers.d.ts +51 -0
  460. package/dist/types/components/rowHeaders/row-header-render.d.ts +9 -0
  461. package/dist/types/components/scroll/revogr-viewport-scroll.d.ts +117 -0
  462. package/dist/types/components/scrollable/autohide-scroll.plugin.d.ts +22 -0
  463. package/dist/types/components/scrollable/revogr-scroll-virtual.d.ts +43 -0
  464. package/dist/types/components/selectionFocus/revogr-focus.d.ts +58 -0
  465. package/dist/types/components/selectionTempRange/revogr-temp-range.d.ts +28 -0
  466. package/dist/types/components/vnode/vnode-converter.d.ts +19 -0
  467. package/dist/types/components/vnode/vnode.utils.d.ts +9 -0
  468. package/dist/types/components.d.ts +2583 -0
  469. package/dist/types/global/global.d.ts +1 -0
  470. package/dist/types/index.d.ts +9 -0
  471. package/dist/types/plugins/add-rows-on-paste.plugin.d.ts +14 -0
  472. package/dist/types/plugins/base.plugin.d.ts +51 -0
  473. package/dist/types/plugins/column.auto-size.plugin.d.ts +55 -0
  474. package/dist/types/plugins/column.stretch.plugin.d.ts +20 -0
  475. package/dist/types/plugins/dispatcher.d.ts +20 -0
  476. package/dist/types/plugins/export/csv.d.ts +9 -0
  477. package/dist/types/plugins/export/export.plugin.d.ts +24 -0
  478. package/dist/types/plugins/export/types.d.ts +23 -0
  479. package/dist/types/plugins/filter/conditions/equal.d.ts +4 -0
  480. package/dist/types/plugins/filter/conditions/number/greaterThan.d.ts +3 -0
  481. package/dist/types/plugins/filter/conditions/number/greaterThanOrEqual.d.ts +3 -0
  482. package/dist/types/plugins/filter/conditions/number/lessThan.d.ts +3 -0
  483. package/dist/types/plugins/filter/conditions/number/lessThanOrEqual.d.ts +3 -0
  484. package/dist/types/plugins/filter/conditions/set.d.ts +4 -0
  485. package/dist/types/plugins/filter/conditions/string/beginswith.d.ts +3 -0
  486. package/dist/types/plugins/filter/conditions/string/contains.d.ts +4 -0
  487. package/dist/types/plugins/filter/filter.button.d.ts +14 -0
  488. package/dist/types/plugins/filter/filter.indexed.d.ts +20 -0
  489. package/dist/types/plugins/filter/filter.panel.d.ts +53 -0
  490. package/dist/types/plugins/filter/filter.plugin.d.ts +73 -0
  491. package/dist/types/plugins/filter/filter.types.d.ts +129 -0
  492. package/dist/types/plugins/groupingRow/grouping.const.d.ts +12 -0
  493. package/dist/types/plugins/groupingRow/grouping.row.expand.service.d.ts +15 -0
  494. package/dist/types/plugins/groupingRow/grouping.row.plugin.d.ts +39 -0
  495. package/dist/types/plugins/groupingRow/grouping.row.renderer.d.ts +6 -0
  496. package/dist/types/plugins/groupingRow/grouping.row.types.d.ts +103 -0
  497. package/dist/types/plugins/groupingRow/grouping.service.d.ts +36 -0
  498. package/dist/types/plugins/groupingRow/grouping.trimmed.service.d.ts +10 -0
  499. package/dist/types/plugins/index.d.ts +11 -0
  500. package/dist/types/plugins/moveColumn/column.drag.plugin.d.ts +42 -0
  501. package/dist/types/plugins/moveColumn/order-column.handler.d.ts +16 -0
  502. package/dist/types/plugins/rtl/rtl.plugin.d.ts +37 -0
  503. package/dist/types/plugins/sorting/sorting.func.d.ts +9 -0
  504. package/dist/types/plugins/sorting/sorting.plugin.d.ts +48 -0
  505. package/dist/types/plugins/sorting/sorting.sign.d.ts +6 -0
  506. package/dist/types/plugins/sorting/sorting.types.d.ts +14 -0
  507. package/dist/types/plugins/wcag/index.d.ts +26 -0
  508. package/dist/types/services/cell.helpers.d.ts +2 -0
  509. package/dist/types/services/column.data.provider.d.ts +27 -0
  510. package/dist/types/services/data.provider.d.ts +36 -0
  511. package/dist/types/services/dimension.provider.d.ts +66 -0
  512. package/dist/types/services/local.scroll.service.d.ts +36 -0
  513. package/dist/types/services/local.scroll.timer.d.ts +32 -0
  514. package/dist/types/services/selection.store.connector.d.ts +79 -0
  515. package/dist/types/services/viewport.provider.d.ts +7 -0
  516. package/dist/types/stencil-public-runtime.d.ts +1709 -0
  517. package/dist/types/store/dataSource/data.proxy.d.ts +14 -0
  518. package/dist/types/store/dataSource/data.store.d.ts +74 -0
  519. package/dist/types/store/dataSource/index.d.ts +3 -0
  520. package/dist/types/store/dataSource/trimmed.plugin.d.ts +12 -0
  521. package/dist/types/store/dimension/dimension.helpers.d.ts +24 -0
  522. package/dist/types/store/dimension/dimension.recalculate.plugin.d.ts +9 -0
  523. package/dist/types/store/dimension/dimension.store.d.ts +21 -0
  524. package/dist/types/store/dimension/dimension.trim.plugin.d.ts +13 -0
  525. package/dist/types/store/dimension/index.d.ts +2 -0
  526. package/dist/types/store/index.d.ts +8 -0
  527. package/dist/types/store/selection/index.d.ts +2 -0
  528. package/dist/types/store/selection/selection.helpers.d.ts +6 -0
  529. package/dist/types/store/selection/selection.store.d.ts +22 -0
  530. package/dist/types/store/vp/index.d.ts +7 -0
  531. package/dist/types/store/vp/viewport.helpers.d.ts +54 -0
  532. package/dist/types/store/vp/viewport.store.d.ts +26 -0
  533. package/dist/types/themeManager/theme.compact.d.ts +4 -0
  534. package/dist/types/themeManager/theme.default.d.ts +4 -0
  535. package/dist/types/themeManager/theme.material.d.ts +4 -0
  536. package/dist/types/themeManager/theme.service.d.ts +13 -0
  537. package/dist/types/types/dimension.d.ts +8 -0
  538. package/dist/types/types/events.d.ts +2 -0
  539. package/dist/types/types/index.d.ts +8 -0
  540. package/dist/types/types/interfaces.d.ts +768 -0
  541. package/dist/types/types/plugin.d.ts +9 -0
  542. package/dist/types/types/plugin.types.d.ts +48 -0
  543. package/dist/types/types/selection.d.ts +178 -0
  544. package/dist/types/types/theme.d.ts +7 -0
  545. package/dist/types/types/viewport.interfaces.d.ts +45 -0
  546. package/dist/types/utils/browser.d.ts +1 -0
  547. package/dist/types/utils/closest.polifill.d.ts +0 -0
  548. package/dist/types/utils/column.utils.d.ts +52 -0
  549. package/dist/types/utils/consts.d.ts +22 -0
  550. package/dist/types/utils/events.d.ts +5 -0
  551. package/dist/types/utils/header.utils.d.ts +2 -0
  552. package/dist/types/utils/index.d.ts +32 -0
  553. package/dist/types/utils/key.codes.d.ts +73 -0
  554. package/dist/types/utils/key.utils.d.ts +13 -0
  555. package/dist/types/utils/mobile.d.ts +1 -0
  556. package/dist/types/utils/platform.d.ts +4 -0
  557. package/dist/types/utils/row-header-utils.d.ts +2 -0
  558. package/dist/types/utils/store.types.d.ts +97 -0
  559. package/dist/types/utils/store.utils.d.ts +10 -0
  560. package/hydrate/index.d.ts +273 -0
  561. package/hydrate/index.js +33890 -0
  562. package/hydrate/index.mjs +33882 -0
  563. package/hydrate/package.json +12 -0
  564. package/loader/cdn.js +4 -0
  565. package/loader/index.cjs.js +4 -0
  566. package/loader/index.d.ts +24 -0
  567. package/loader/index.es2017.js +4 -0
  568. package/loader/index.js +5 -0
  569. package/package.json +101 -0
  570. package/react/dist/index.d.ts +6191 -0
  571. package/react/dist/react-datagrid.js +260 -0
  572. package/react/dist/react-datagrid.umd.cjs +272 -0
  573. package/standalone/column.service.js +1345 -0
  574. package/standalone/column.service.js.map +1 -0
  575. package/standalone/consts.js +30 -0
  576. package/standalone/consts.js.map +1 -0
  577. package/standalone/data.store.js +3099 -0
  578. package/standalone/data.store.js.map +1 -0
  579. package/standalone/debounce.js +215 -0
  580. package/standalone/debounce.js.map +1 -0
  581. package/standalone/dimension.helpers.js +229 -0
  582. package/standalone/dimension.helpers.js.map +1 -0
  583. package/standalone/filter.button.js +39 -0
  584. package/standalone/filter.button.js.map +1 -0
  585. package/standalone/index.d.ts +68 -0
  586. package/standalone/index.js +217 -0
  587. package/standalone/index.js.map +1 -0
  588. package/standalone/index2.js +140 -0
  589. package/standalone/index2.js.map +1 -0
  590. package/standalone/local.scroll.timer.js +207 -0
  591. package/standalone/local.scroll.timer.js.map +1 -0
  592. package/standalone/platform.js +90 -0
  593. package/standalone/platform.js.map +1 -0
  594. package/standalone/revo-grid.d.ts +11 -0
  595. package/standalone/revo-grid.js +4884 -0
  596. package/standalone/revo-grid.js.map +1 -0
  597. package/standalone/revogr-attribution.d.ts +11 -0
  598. package/standalone/revogr-attribution.js +12 -0
  599. package/standalone/revogr-attribution.js.map +1 -0
  600. package/standalone/revogr-attribution2.js +32 -0
  601. package/standalone/revogr-attribution2.js.map +1 -0
  602. package/standalone/revogr-clipboard.d.ts +11 -0
  603. package/standalone/revogr-clipboard.js +12 -0
  604. package/standalone/revogr-clipboard.js.map +1 -0
  605. package/standalone/revogr-clipboard2.js +164 -0
  606. package/standalone/revogr-clipboard2.js.map +1 -0
  607. package/standalone/revogr-data.d.ts +11 -0
  608. package/standalone/revogr-data.js +12 -0
  609. package/standalone/revogr-data.js.map +1 -0
  610. package/standalone/revogr-data2.js +378 -0
  611. package/standalone/revogr-data2.js.map +1 -0
  612. package/standalone/revogr-edit.d.ts +11 -0
  613. package/standalone/revogr-edit.js +12 -0
  614. package/standalone/revogr-edit.js.map +1 -0
  615. package/standalone/revogr-edit2.js +334 -0
  616. package/standalone/revogr-edit2.js.map +1 -0
  617. package/standalone/revogr-extra.d.ts +11 -0
  618. package/standalone/revogr-extra.js +12 -0
  619. package/standalone/revogr-extra.js.map +1 -0
  620. package/standalone/revogr-extra2.js +73 -0
  621. package/standalone/revogr-extra2.js.map +1 -0
  622. package/standalone/revogr-filter-panel.d.ts +11 -0
  623. package/standalone/revogr-filter-panel.js +411 -0
  624. package/standalone/revogr-filter-panel.js.map +1 -0
  625. package/standalone/revogr-focus.d.ts +11 -0
  626. package/standalone/revogr-focus.js +12 -0
  627. package/standalone/revogr-focus.js.map +1 -0
  628. package/standalone/revogr-focus2.js +112 -0
  629. package/standalone/revogr-focus2.js.map +1 -0
  630. package/standalone/revogr-header.d.ts +11 -0
  631. package/standalone/revogr-header.js +12 -0
  632. package/standalone/revogr-header.js.map +1 -0
  633. package/standalone/revogr-header2.js +707 -0
  634. package/standalone/revogr-header2.js.map +1 -0
  635. package/standalone/revogr-order-editor.d.ts +11 -0
  636. package/standalone/revogr-order-editor.js +12 -0
  637. package/standalone/revogr-order-editor.js.map +1 -0
  638. package/standalone/revogr-order-editor2.js +201 -0
  639. package/standalone/revogr-order-editor2.js.map +1 -0
  640. package/standalone/revogr-overlay-selection.d.ts +11 -0
  641. package/standalone/revogr-overlay-selection.js +12 -0
  642. package/standalone/revogr-overlay-selection.js.map +1 -0
  643. package/standalone/revogr-overlay-selection2.js +972 -0
  644. package/standalone/revogr-overlay-selection2.js.map +1 -0
  645. package/standalone/revogr-row-headers.d.ts +11 -0
  646. package/standalone/revogr-row-headers.js +12 -0
  647. package/standalone/revogr-row-headers.js.map +1 -0
  648. package/standalone/revogr-row-headers2.js +520 -0
  649. package/standalone/revogr-row-headers2.js.map +1 -0
  650. package/standalone/revogr-scroll-virtual.d.ts +11 -0
  651. package/standalone/revogr-scroll-virtual.js +12 -0
  652. package/standalone/revogr-scroll-virtual.js.map +1 -0
  653. package/standalone/revogr-scroll-virtual2.js +184 -0
  654. package/standalone/revogr-scroll-virtual2.js.map +1 -0
  655. package/standalone/revogr-temp-range.d.ts +11 -0
  656. package/standalone/revogr-temp-range.js +12 -0
  657. package/standalone/revogr-temp-range.js.map +1 -0
  658. package/standalone/revogr-temp-range2.js +93 -0
  659. package/standalone/revogr-temp-range2.js.map +1 -0
  660. package/standalone/revogr-viewport-scroll.d.ts +11 -0
  661. package/standalone/revogr-viewport-scroll.js +12 -0
  662. package/standalone/revogr-viewport-scroll.js.map +1 -0
  663. package/standalone/revogr-viewport-scroll2.js +421 -0
  664. package/standalone/revogr-viewport-scroll2.js.map +1 -0
  665. package/standalone/selection.utils.js +179 -0
  666. package/standalone/selection.utils.js.map +1 -0
  667. package/standalone/throttle.js +75 -0
  668. package/standalone/throttle.js.map +1 -0
  669. package/standalone/toNumber.js +282 -0
  670. package/standalone/toNumber.js.map +1 -0
  671. package/standalone/vnode-converter.js +46 -0
  672. package/standalone/vnode-converter.js.map +1 -0
  673. package/standalone/vnode-html.d.ts +11 -0
  674. package/standalone/vnode-html.js +12 -0
  675. package/standalone/vnode-html.js.map +1 -0
@@ -0,0 +1,43 @@
1
+ /*!
2
+ * Built by LevelSkill.Pro
3
+ */
4
+ function isTouch(e) {
5
+ return !!e.touches;
6
+ }
7
+ function verifyTouchTarget(touchEvent, focusClass) {
8
+ if (focusClass && touchEvent) {
9
+ if (!(touchEvent.target instanceof Element && touchEvent.target.classList.contains(focusClass))) {
10
+ return false;
11
+ }
12
+ }
13
+ return true;
14
+ }
15
+ /**
16
+ * Function to get the value of a specific property from a MouseEvent or TouchEvent object.
17
+ */
18
+ function getPropertyFromEvent(e, prop, focusClass // for touch events
19
+ ) {
20
+ // Check if the event is a touch event
21
+ if (isTouch(e)) {
22
+ // If the event has touches, get the first touch
23
+ if (e.touches.length > 0) {
24
+ const touchEvent = e.touches[0];
25
+ // Check if the target of the touch event is the specified element
26
+ if (!verifyTouchTarget(touchEvent, focusClass)) {
27
+ // If not, return null
28
+ return null;
29
+ }
30
+ // Get the value of the specified property from the touch event and return it
31
+ return touchEvent[prop] || 0;
32
+ }
33
+ // If there are no touches, return null
34
+ return null;
35
+ }
36
+ // If the event is not a touch event, get the value of the specified property from the event and return it
37
+ return e[prop] || 0;
38
+ }
39
+
40
+ export { getPropertyFromEvent as g, verifyTouchTarget as v };
41
+ //# sourceMappingURL=events-CKtYJJSv.js.map
42
+
43
+ //# sourceMappingURL=events-CKtYJJSv.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"events-CKtYJJSv.js","sources":["src/utils/events.ts"],"sourcesContent":["function isTouch(e: MouseEvent | TouchEvent): e is TouchEvent {\r\n return !!(e as TouchEvent).touches;\r\n}\r\n\r\nexport function verifyTouchTarget(touchEvent?: Touch, focusClass?: string) {\r\n if (focusClass && touchEvent) {\r\n if (!(touchEvent.target instanceof Element && touchEvent.target.classList.contains(focusClass))) { \r\n return false;\r\n }\r\n }\r\n return true;\r\n}\r\n\r\n\r\n/**\r\n * Function to get the value of a specific property from a MouseEvent or TouchEvent object.\r\n */\r\nexport function getPropertyFromEvent(\r\n e: MouseEvent | TouchEvent,\r\n prop: keyof Pick<Touch, 'clientX' | 'clientY' | 'screenX' | 'screenY'>,\r\n focusClass?: string // for touch events\r\n): number | null {\r\n // Check if the event is a touch event\r\n if (isTouch(e)) {\r\n // If the event has touches, get the first touch\r\n if (e.touches.length > 0) {\r\n const touchEvent = e.touches[0];\r\n // Check if the target of the touch event is the specified element\r\n if (!verifyTouchTarget(touchEvent, focusClass)) {\r\n // If not, return null\r\n return null;\r\n }\r\n // Get the value of the specified property from the touch event and return it\r\n return (touchEvent[prop] as number) || 0;\r\n }\r\n // If there are no touches, return null\r\n return null;\r\n }\r\n // If the event is not a touch event, get the value of the specified property from the event and return it\r\n return e[prop] || 0;\r\n}\r\n"],"names":[],"mappings":";;;AAAA,SAAS,OAAO,CAAC,CAA0B,EAAA;AACzC,IAAA,OAAO,CAAC,CAAE,CAAgB,CAAC,OAAO;AACpC;AAEgB,SAAA,iBAAiB,CAAC,UAAkB,EAAE,UAAmB,EAAA;AACvE,IAAA,IAAI,UAAU,IAAI,UAAU,EAAE;QAC5B,IAAI,EAAE,UAAU,CAAC,MAAM,YAAY,OAAO,IAAI,UAAU,CAAC,MAAM,CAAC,SAAS,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC,EAAE;AAC/F,YAAA,OAAO,KAAK;;;AAGhB,IAAA,OAAO,IAAI;AACb;AAGA;;AAEG;AACG,SAAU,oBAAoB,CAClC,CAA0B,EAC1B,IAAsE,EACtE,UAAmB;;;AAGnB,IAAA,IAAI,OAAO,CAAC,CAAC,CAAC,EAAE;;QAEd,IAAI,CAAC,CAAC,OAAO,CAAC,MAAM,GAAG,CAAC,EAAE;YACxB,MAAM,UAAU,GAAG,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC;;YAE/B,IAAI,CAAC,iBAAiB,CAAC,UAAU,EAAE,UAAU,CAAC,EAAE;;AAE9C,gBAAA,OAAO,IAAI;;;AAGb,YAAA,OAAQ,UAAU,CAAC,IAAI,CAAY,IAAI,CAAC;;;AAG1C,QAAA,OAAO,IAAI;;;AAGb,IAAA,OAAO,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC;AACrB;;;;"}
@@ -0,0 +1,39 @@
1
+ /*!
2
+ * Built by LevelSkill.Pro
3
+ */
4
+ import { h } from './index-BAoInZ4V.js';
5
+
6
+ const FILTER_BUTTON_CLASS = 'rv-filter';
7
+ const FILTER_BUTTON_ACTIVE = 'active';
8
+ const FILTER_PROP = 'hasFilter';
9
+ const AND_OR_BUTTON = 'and-or-button';
10
+ const TRASH_BUTTON = 'trash-button';
11
+ const FilterButton = ({ column }) => {
12
+ return (h("span", null,
13
+ h("button", { class: {
14
+ [FILTER_BUTTON_CLASS]: true,
15
+ [FILTER_BUTTON_ACTIVE]: column && !!column[FILTER_PROP],
16
+ } },
17
+ h("svg", { class: "filter-img", viewBox: "0 0 64 64" },
18
+ h("g", { stroke: "none", "stroke-width": "1", fill: "none", "fill-rule": "evenodd" },
19
+ h("path", { d: "M43,48 L43,56 L21,56 L21,48 L43,48 Z M53,28 L53,36 L12,36 L12,28 L53,28 Z M64,8 L64,16 L0,16 L0,8 L64,8 Z", fill: "currentColor" }))))));
20
+ };
21
+ const TrashButton = () => {
22
+ return (h("div", { class: { [TRASH_BUTTON]: true } },
23
+ h("svg", { class: "trash-img", viewBox: "0 0 24 24" },
24
+ h("path", { fill: "currentColor", d: "M9,3V4H4V6H5V19A2,2 0 0,0 7,21H17A2,2 0 0,0 19,19V6H20V4H15V3H9M7,6H17V19H7V6M9,8V17H11V8H9M13,8V17H15V8H13Z" }))));
25
+ };
26
+ const AndOrButton = ({ text }) => {
27
+ return h("button", { class: { [AND_OR_BUTTON]: true, 'light revo-button': true } }, text);
28
+ };
29
+ function isFilterBtn(e) {
30
+ if (e.classList.contains(FILTER_BUTTON_CLASS)) {
31
+ return true;
32
+ }
33
+ return e === null || e === void 0 ? void 0 : e.closest(`.${FILTER_BUTTON_CLASS}`);
34
+ }
35
+
36
+ export { AND_OR_BUTTON as A, FILTER_BUTTON_CLASS as F, TRASH_BUTTON as T, FILTER_BUTTON_ACTIVE as a, FILTER_PROP as b, FilterButton as c, TrashButton as d, AndOrButton as e, isFilterBtn as i };
37
+ //# sourceMappingURL=filter.button-CjABZQgg.js.map
38
+
39
+ //# sourceMappingURL=filter.button-CjABZQgg.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"filter.button-CjABZQgg.js","sources":["src/plugins/filter/filter.button.tsx"],"sourcesContent":["import { h } from '@stencil/core';\r\nimport { ColumnRegular } from '@type';\r\n\r\nexport const FILTER_BUTTON_CLASS = 'rv-filter';\r\nexport const FILTER_BUTTON_ACTIVE = 'active';\r\n\r\nexport const FILTER_PROP = 'hasFilter';\r\nexport const AND_OR_BUTTON = 'and-or-button';\r\nexport const TRASH_BUTTON = 'trash-button';\r\n\r\ntype Props = {\r\n column: ColumnRegular;\r\n};\r\nexport const FilterButton = ({ column }: Props) => {\r\n return (\r\n <span>\r\n <button\r\n class={{\r\n [FILTER_BUTTON_CLASS]: true,\r\n [FILTER_BUTTON_ACTIVE]: column && !!column[FILTER_PROP],\r\n }}\r\n >\r\n <svg class=\"filter-img\" viewBox=\"0 0 64 64\">\r\n <g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\r\n <path d=\"M43,48 L43,56 L21,56 L21,48 L43,48 Z M53,28 L53,36 L12,36 L12,28 L53,28 Z M64,8 L64,16 L0,16 L0,8 L64,8 Z\" fill=\"currentColor\"></path>\r\n </g>\r\n </svg>\r\n </button>\r\n </span>\r\n );\r\n};\r\n\r\nexport const TrashButton = () => {\r\n return (\r\n <div class={{ [TRASH_BUTTON]: true }}>\r\n <svg class=\"trash-img\" viewBox=\"0 0 24 24\">\r\n <path fill=\"currentColor\" d=\"M9,3V4H4V6H5V19A2,2 0 0,0 7,21H17A2,2 0 0,0 19,19V6H20V4H15V3H9M7,6H17V19H7V6M9,8V17H11V8H9M13,8V17H15V8H13Z\" />\r\n </svg>\r\n </div>\r\n );\r\n};\r\nexport const AndOrButton = ({ text }: any) => {\r\n return <button class={{ [AND_OR_BUTTON]: true, 'light revo-button': true }}>{text}</button>;\r\n};\r\n\r\nexport function isFilterBtn(e: HTMLElement) {\r\n if (e.classList.contains(FILTER_BUTTON_CLASS)) {\r\n return true;\r\n }\r\n return e?.closest(`.${FILTER_BUTTON_CLASS}`);\r\n}\r\n"],"names":[],"mappings":";;;;;AAGO,MAAM,mBAAmB,GAAG;AAC5B,MAAM,oBAAoB,GAAG;AAE7B,MAAM,WAAW,GAAG;AACpB,MAAM,aAAa,GAAG;AACtB,MAAM,YAAY,GAAG;MAKf,YAAY,GAAG,CAAC,EAAE,MAAM,EAAS,KAAI;AAChD,IAAA,QACE,CAAA,CAAA,MAAA,EAAA,IAAA;AACE,QAAA,CAAA,CAAA,QAAA,EAAA,EACE,KAAK,EAAE;gBACL,CAAC,mBAAmB,GAAG,IAAI;gBAC3B,CAAC,oBAAoB,GAAG,MAAM,IAAI,CAAC,CAAC,MAAM,CAAC,WAAW,CAAC;AACxD,aAAA,EAAA;AAED,YAAA,CAAA,CAAA,KAAA,EAAA,EAAK,KAAK,EAAC,YAAY,EAAC,OAAO,EAAC,WAAW,EAAA;gBACzC,CAAG,CAAA,GAAA,EAAA,EAAA,MAAM,EAAC,MAAM,EAAc,cAAA,EAAA,GAAG,EAAC,IAAI,EAAC,MAAM,EAAA,WAAA,EAAW,SAAS,EAAA;AAC/D,oBAAA,CAAA,CAAA,MAAA,EAAA,EAAM,CAAC,EAAC,2GAA2G,EAAC,IAAI,EAAC,cAAc,EAAA,CAAQ,CAC7I,CACA,CACC,CACJ;AAEX;AAEO,MAAM,WAAW,GAAG,MAAK;IAC9B,QACE,CAAK,CAAA,KAAA,EAAA,EAAA,KAAK,EAAE,EAAE,CAAC,YAAY,GAAG,IAAI,EAAE,EAAA;AAClC,QAAA,CAAA,CAAA,KAAA,EAAA,EAAK,KAAK,EAAC,WAAW,EAAC,OAAO,EAAC,WAAW,EAAA;YACxC,CAAM,CAAA,MAAA,EAAA,EAAA,IAAI,EAAC,cAAc,EAAC,CAAC,EAAC,8GAA8G,EAAG,CAAA,CACzI,CACF;AAEV;MACa,WAAW,GAAG,CAAC,EAAE,IAAI,EAAO,KAAI;AAC3C,IAAA,OAAO,cAAQ,KAAK,EAAE,EAAE,CAAC,aAAa,GAAG,IAAI,EAAE,mBAAmB,EAAE,IAAI,EAAE,EAAG,EAAA,IAAI,CAAU;AAC7F;AAEM,SAAU,WAAW,CAAC,CAAc,EAAA;IACxC,IAAI,CAAC,CAAC,SAAS,CAAC,QAAQ,CAAC,mBAAmB,CAAC,EAAE;AAC7C,QAAA,OAAO,IAAI;;AAEb,IAAA,OAAO,CAAC,KAAA,IAAA,IAAD,CAAC,KAAA,MAAA,GAAA,MAAA,GAAD,CAAC,CAAE,OAAO,CAAC,CAAI,CAAA,EAAA,mBAAmB,CAAE,CAAA,CAAC;AAC9C;;;;"}
@@ -0,0 +1,351 @@
1
+ /*!
2
+ * Built by LevelSkill.Pro
3
+ */
4
+ import { h } from './index-BAoInZ4V.js';
5
+ import { U as doPropMerge } from './column.service-CTqFIQUy.js';
6
+
7
+ /**
8
+ * Dispatches a custom event to a specified target element.
9
+ *
10
+ * @param target - The target element to dispatch the event to.
11
+ * @param eventName - The name of the custom event.
12
+ * @param detail - Optional. The detail of the custom event.
13
+ * @returns The custom event that was dispatched.
14
+ */
15
+ function dispatch(target, eventName, detail) {
16
+ // Create a new CustomEvent with the specified event name and detail.
17
+ const event = new CustomEvent(eventName, {
18
+ detail,
19
+ cancelable: true, // Indicates whether the event can be canceled.
20
+ bubbles: true, // Indicates whether the event bubbles up through the DOM.
21
+ });
22
+ // Dispatch the event on the target element.
23
+ target === null || target === void 0 ? void 0 : target.dispatchEvent(event);
24
+ // Return the custom event that was dispatched.
25
+ return event;
26
+ }
27
+ /**
28
+ * Dispatches a custom event based on an existing event object and prevents the default behavior of the original event.
29
+ *
30
+ * @param e - The original event object containing the target and preventDefault method.
31
+ * @param eventName - The name of the custom event.
32
+ * @param detail - Optional. The detail of the custom event.
33
+ * @returns The custom event that was dispatched.
34
+ */
35
+ function dispatchByEvent(e, // The original event object containing the target and preventDefault method.
36
+ eventName, // The name of the custom event.
37
+ detail) {
38
+ // Prevent the default behavior of the original event.
39
+ e.preventDefault();
40
+ // Dispatch the custom event to the target element specified in the original event object.
41
+ return dispatch(e.target, eventName, detail);
42
+ }
43
+
44
+ var ResizeEvents;
45
+ (function (ResizeEvents) {
46
+ ResizeEvents["start"] = "resize:start";
47
+ ResizeEvents["move"] = "resize:move";
48
+ ResizeEvents["end"] = "resize:end";
49
+ })(ResizeEvents || (ResizeEvents = {}));
50
+ const RESIZE_MASK = {
51
+ 'resizable-r': { bit: 0b0001, cursor: 'ew-resize' },
52
+ 'resizable-rb': { bit: 0b0011, cursor: 'se-resize' },
53
+ 'resizable-b': { bit: 0b0010, cursor: 's-resize' },
54
+ 'resizable-lb': { bit: 0b0110, cursor: 'sw-resize' },
55
+ 'resizable-l': { bit: 0b0100, cursor: 'w-resize' },
56
+ 'resizable-lt': { bit: 0b1100, cursor: 'nw-resize' },
57
+ 'resizable-t': { bit: 0b1000, cursor: 'n-resize' },
58
+ 'resizable-rt': { bit: 0b1001, cursor: 'ne-resize' },
59
+ };
60
+ const DISABLE_MASK = {
61
+ w: 0b0100,
62
+ h: 0b1000,
63
+ };
64
+ const defaultProps = (props) => {
65
+ return Object.assign(Object.assign({}, props), { fitParent: props.fitParent || false, active: props.active || [], disableAttributes: props.disableAttributes || [], minWidth: props.minWidth || 0, minHeight: props.minHeight || 0 });
66
+ };
67
+ class ResizeDirective {
68
+ constructor(initialProps, $event) {
69
+ var _a, _b;
70
+ this.initialProps = initialProps;
71
+ this.$event = $event;
72
+ this.mouseX = 0;
73
+ this.mouseY = 0;
74
+ this.width = 0;
75
+ this.height = 0;
76
+ this.changeX = 0;
77
+ this.changeY = 0;
78
+ this.disableCalcMap = 0b1111;
79
+ this.props = defaultProps(initialProps);
80
+ this.mouseMoveFunc = this.handleMove.bind(this);
81
+ this.mouseUpFunc = this.handleUp.bind(this);
82
+ this.minW = this.props.minWidth;
83
+ this.minH = this.props.minHeight;
84
+ this.maxW = (_a = this.props.maxWidth) !== null && _a !== void 0 ? _a : 0;
85
+ this.maxH = (_b = this.props.maxHeight) !== null && _b !== void 0 ? _b : 0;
86
+ this.parent = { width: 0, height: 0 };
87
+ this.resizeState = 0;
88
+ }
89
+ set($el) {
90
+ this.$el = $el;
91
+ this.props.disableAttributes.forEach(attr => {
92
+ switch (attr) {
93
+ case 'l':
94
+ this.disableCalcMap &= -2;
95
+ break;
96
+ case 't':
97
+ this.disableCalcMap &= -3;
98
+ break;
99
+ case 'w':
100
+ this.disableCalcMap &= -5;
101
+ break;
102
+ case 'h':
103
+ this.disableCalcMap &= -9;
104
+ }
105
+ });
106
+ }
107
+ emitEvent(eventName, additionalOptions) {
108
+ var _a;
109
+ if (!this.$event) {
110
+ return;
111
+ }
112
+ const isLeft = (_a = this.activeResizer) === null || _a === void 0 ? void 0 : _a.classList.contains('resizable-l');
113
+ this.$event(Object.assign({ eventName, width: this.width + this.changeX * (isLeft ? -1 : 1), height: this.height + this.changeY, changedX: this.changeX, changedY: this.changeY }, additionalOptions));
114
+ }
115
+ static isTouchEvent(e) {
116
+ var _a;
117
+ const event = e;
118
+ return ((_a = event.touches) === null || _a === void 0 ? void 0 : _a.length) >= 0;
119
+ }
120
+ handleMove(event) {
121
+ var _a;
122
+ if (!this.resizeState) {
123
+ return;
124
+ }
125
+ let eventY, eventX;
126
+ if (ResizeDirective.isTouchEvent(event)) {
127
+ eventY = event.touches[0].clientY;
128
+ eventX = event.touches[0].clientX;
129
+ }
130
+ else {
131
+ eventY = event.clientY;
132
+ eventX = event.clientX;
133
+ }
134
+ let isX = this.resizeState & RESIZE_MASK['resizable-r'].bit ||
135
+ this.resizeState & RESIZE_MASK['resizable-l'].bit;
136
+ let isY = this.resizeState & RESIZE_MASK['resizable-t'].bit ||
137
+ this.resizeState & RESIZE_MASK['resizable-b'].bit;
138
+ if (isY && this.disableCalcMap & DISABLE_MASK.h) {
139
+ let diffY = eventY - this.mouseY;
140
+ let changedY = this.changeY + diffY;
141
+ const newHeight = this.height + changedY;
142
+ // if overcrossed min height
143
+ if (newHeight < this.minH) {
144
+ changedY = -(this.height - this.minH);
145
+ }
146
+ // if overcrossed max heiht
147
+ if (this.maxH && newHeight > this.maxH) {
148
+ changedY = this.maxH - this.height;
149
+ }
150
+ this.changeY = changedY;
151
+ this.mouseY = eventY;
152
+ if (this.activeResizer) {
153
+ this.activeResizer.style.bottom = `${-this.changeY}px`;
154
+ }
155
+ }
156
+ if (isX && this.disableCalcMap & DISABLE_MASK.w) {
157
+ const isLeft = (_a = this.activeResizer) === null || _a === void 0 ? void 0 : _a.classList.contains('resizable-l');
158
+ let diffX = eventX - this.mouseX;
159
+ let changedX = this.changeX + diffX;
160
+ const newWidth = this.width + changedX * (isLeft ? -1 : 1);
161
+ // if overcrossed min width
162
+ if (newWidth < this.minW) {
163
+ changedX = -(this.width - this.minW);
164
+ }
165
+ // if overcrossed max width
166
+ if (this.maxW && newWidth > this.maxW) {
167
+ changedX = this.maxW - this.width;
168
+ }
169
+ this.changeX = changedX;
170
+ this.mouseX = eventX;
171
+ if (this.activeResizer) {
172
+ if (!isLeft) {
173
+ this.activeResizer.style.right = `${-this.changeX}px`;
174
+ }
175
+ else {
176
+ this.activeResizer.style.left = `${this.changeX}px`;
177
+ }
178
+ }
179
+ }
180
+ this.emitEvent(ResizeEvents.move);
181
+ }
182
+ handleDown(event) {
183
+ if (event.defaultPrevented) {
184
+ return;
185
+ }
186
+ // stop other events if resize in progress
187
+ event.preventDefault();
188
+ this.dropInitial();
189
+ for (let elClass in RESIZE_MASK) {
190
+ const target = event.target;
191
+ if (this.$el.contains(target) && (target === null || target === void 0 ? void 0 : target.classList.contains(elClass))) {
192
+ document.body.style.cursor = RESIZE_MASK[elClass].cursor;
193
+ if (ResizeDirective.isTouchEvent(event)) {
194
+ this.setInitials(event.touches[0], target);
195
+ }
196
+ else {
197
+ event.preventDefault && event.preventDefault();
198
+ this.setInitials(event, target);
199
+ }
200
+ this.resizeState = RESIZE_MASK[elClass].bit;
201
+ const eventName = ResizeEvents.start;
202
+ this.emitEvent(eventName);
203
+ break;
204
+ }
205
+ }
206
+ this.bindMove();
207
+ }
208
+ handleUp(e) {
209
+ e.preventDefault();
210
+ if (this.resizeState !== 0) {
211
+ this.resizeState = 0;
212
+ document.body.style.cursor = '';
213
+ const eventName = ResizeEvents.end;
214
+ this.emitEvent(eventName);
215
+ }
216
+ this.dropInitial();
217
+ this.unbindMove();
218
+ }
219
+ setInitials({ clientX, clientY }, target) {
220
+ var _a, _b, _c, _d;
221
+ const computedStyle = getComputedStyle(this.$el);
222
+ this.$el.classList.add('active');
223
+ this.activeResizer = target;
224
+ if (this.disableCalcMap & DISABLE_MASK.w) {
225
+ this.mouseX = clientX;
226
+ this.width = this.$el.clientWidth;
227
+ this.parent.width = (_b = (_a = this.$el.parentElement) === null || _a === void 0 ? void 0 : _a.clientWidth) !== null && _b !== void 0 ? _b : 0;
228
+ // min width
229
+ const minPaddingX = parseFloat(computedStyle.paddingLeft) +
230
+ parseFloat(computedStyle.paddingRight);
231
+ this.minW = Math.max(minPaddingX, this.initialProps.minWidth || 0);
232
+ // max width
233
+ if (this.initialProps.maxWidth) {
234
+ this.maxW = Math.max(this.width, this.initialProps.maxWidth);
235
+ }
236
+ }
237
+ if (this.disableCalcMap & DISABLE_MASK.h) {
238
+ this.mouseY = clientY;
239
+ this.height = this.$el.clientHeight;
240
+ this.parent.height = (_d = (_c = this.$el.parentElement) === null || _c === void 0 ? void 0 : _c.clientHeight) !== null && _d !== void 0 ? _d : 0;
241
+ // min height
242
+ const minPaddingY = parseFloat(computedStyle.paddingTop) +
243
+ parseFloat(computedStyle.paddingBottom);
244
+ this.minH = Math.max(minPaddingY, this.initialProps.minHeight || 0);
245
+ // max height
246
+ if (this.initialProps.maxHeight) {
247
+ this.maxH = Math.max(this.height, this.initialProps.maxHeight);
248
+ }
249
+ }
250
+ }
251
+ dropInitial() {
252
+ this.changeX = this.changeY = this.minW = this.minH;
253
+ this.width = this.height = 0;
254
+ if (this.activeResizer) {
255
+ this.activeResizer.removeAttribute('style');
256
+ }
257
+ this.$el.classList.remove('active');
258
+ this.activeResizer = undefined;
259
+ }
260
+ bindMove() {
261
+ document.documentElement.addEventListener('mouseup', this.mouseUpFunc, true);
262
+ document.documentElement.addEventListener('touchend', this.mouseUpFunc, true);
263
+ document.documentElement.addEventListener('mousemove', this.mouseMoveFunc, true);
264
+ document.documentElement.addEventListener('touchmove', this.mouseMoveFunc, true);
265
+ document.documentElement.addEventListener('mouseleave', this.mouseUpFunc);
266
+ }
267
+ unbindMove() {
268
+ document.documentElement.removeEventListener('mouseup', this.mouseUpFunc, true);
269
+ document.documentElement.removeEventListener('touchend', this.mouseUpFunc, true);
270
+ document.documentElement.removeEventListener('mousemove', this.mouseMoveFunc, true);
271
+ document.documentElement.removeEventListener('touchmove', this.mouseMoveFunc, true);
272
+ document.documentElement.removeEventListener('mouseleave', this.mouseUpFunc);
273
+ }
274
+ }
275
+
276
+ const ResizableElement = (props, children) => {
277
+ const resizeEls = [];
278
+ const directive = (props.canResize &&
279
+ new ResizeDirective(props, e => {
280
+ var _a;
281
+ if (e.eventName === ResizeEvents.end) {
282
+ (_a = props.onResize) === null || _a === void 0 ? void 0 : _a.call(props, e);
283
+ }
284
+ })) ||
285
+ null;
286
+ if (props.active) {
287
+ if (props.canResize) {
288
+ for (let p in props.active) {
289
+ resizeEls.push(h("div", { onClick: e => e.preventDefault(), onDblClick: e => {
290
+ var _a;
291
+ e.preventDefault();
292
+ (_a = props.onDblClick) === null || _a === void 0 ? void 0 : _a.call(props, e);
293
+ }, onMouseDown: (e) => directive === null || directive === void 0 ? void 0 : directive.handleDown(e), onTouchStart: (e) => directive === null || directive === void 0 ? void 0 : directive.handleDown(e), class: `resizable resizable-${props.active[p]}` }));
294
+ }
295
+ }
296
+ else {
297
+ for (let _p in props.active) {
298
+ resizeEls.push(h("div", { onClick: e => e.preventDefault(), onTouchStart: (e) => e.preventDefault(), onDblClick: e => {
299
+ var _a;
300
+ e.preventDefault();
301
+ (_a = props.onDblClick) === null || _a === void 0 ? void 0 : _a.call(props, e);
302
+ }, class: `no-resize` }));
303
+ }
304
+ }
305
+ }
306
+ return (h("div", Object.assign({}, props, { ref: e => e && (directive === null || directive === void 0 ? void 0 : directive.set(e)) }),
307
+ children,
308
+ resizeEls));
309
+ };
310
+
311
+ const ON_COLUMN_CLICK = 'columnclick';
312
+ const HeaderCellRenderer = ({ data, props, additionalData }, children) => {
313
+ let colTemplate = (data === null || data === void 0 ? void 0 : data.name) || '';
314
+ let cellProps = props;
315
+ if (data === null || data === void 0 ? void 0 : data.columnTemplate) {
316
+ colTemplate = data.columnTemplate(h, data, additionalData);
317
+ }
318
+ if (data === null || data === void 0 ? void 0 : data.columnProperties) {
319
+ const extra = data.columnProperties(data);
320
+ if (extra) {
321
+ cellProps = doPropMerge(props, extra);
322
+ }
323
+ }
324
+ const resizeProps = Object.assign(Object.assign({}, cellProps), { onMouseDown(e) {
325
+ dispatch(e.currentTarget, ON_COLUMN_CLICK, {
326
+ data,
327
+ event: e,
328
+ });
329
+ } });
330
+ return (h(ResizableElement, Object.assign({}, resizeProps),
331
+ !!(data === null || data === void 0 ? void 0 : data.rowDrag) && (h("div", { onMouseDown: (e) => {
332
+ dispatch(e.currentTarget, ON_COLUMN_CLICK, {
333
+ data,
334
+ event: e,
335
+ });
336
+ }, class: "header-cell-drag" },
337
+ h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "18", height: "18", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", "stroke-width": "1.3", "stroke-linecap": "round", "stroke-linejoin": "round" },
338
+ h("circle", { cx: "9", cy: "12", r: "1" }),
339
+ h("circle", { cx: "9", cy: "5", r: "1" }),
340
+ h("circle", { cx: "9", cy: "19", r: "1" }),
341
+ h("circle", { cx: "15", cy: "12", r: "1" }),
342
+ h("circle", { cx: "15", cy: "5", r: "1" }),
343
+ h("circle", { cx: "15", cy: "19", r: "1" })))),
344
+ h("div", { class: "header-content" }, colTemplate),
345
+ children));
346
+ };
347
+
348
+ export { HeaderCellRenderer as H, ON_COLUMN_CLICK as O, dispatchByEvent as a, dispatch as d };
349
+ //# sourceMappingURL=header-cell-renderer-DnjpJuXq.js.map
350
+
351
+ //# sourceMappingURL=header-cell-renderer-DnjpJuXq.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"header-cell-renderer-DnjpJuXq.js","sources":["src/plugins/dispatcher.ts","src/components/header/resizable.directive.tsx","src/components/header/resizable.element.tsx","src/components/header/header-cell-renderer.tsx"],"sourcesContent":["/**\r\n * Dispatches a custom event to a specified target element.\r\n *\r\n * @param target - The target element to dispatch the event to.\r\n * @param eventName - The name of the custom event.\r\n * @param detail - Optional. The detail of the custom event.\r\n * @returns The custom event that was dispatched.\r\n */\r\nexport function dispatch<DispatchDetail = any>(\r\n target: MouseEvent['target'],\r\n eventName: string,\r\n detail?: DispatchDetail,\r\n) {\r\n // Create a new CustomEvent with the specified event name and detail.\r\n const event = new CustomEvent<DispatchDetail>(eventName, {\r\n detail,\r\n cancelable: true, // Indicates whether the event can be canceled.\r\n bubbles: true, // Indicates whether the event bubbles up through the DOM.\r\n });\r\n\r\n // Dispatch the event on the target element.\r\n target?.dispatchEvent(event);\r\n\r\n // Return the custom event that was dispatched.\r\n return event;\r\n}\r\n\r\n/**\r\n * Dispatches a custom event based on an existing event object and prevents the default behavior of the original event.\r\n *\r\n * @param e - The original event object containing the target and preventDefault method.\r\n * @param eventName - The name of the custom event.\r\n * @param detail - Optional. The detail of the custom event.\r\n * @returns The custom event that was dispatched.\r\n */\r\nexport function dispatchByEvent<DispatchDetail = any>(\r\n e: Pick<MouseEvent, 'target' | 'preventDefault'>, // The original event object containing the target and preventDefault method.\r\n eventName: string, // The name of the custom event.\r\n detail?: DispatchDetail, // Optional. The detail of the custom event.\r\n): CustomEvent {\r\n // Prevent the default behavior of the original event.\r\n e.preventDefault();\r\n\r\n // Dispatch the custom event to the target element specified in the original event object.\r\n return dispatch<DispatchDetail>(e.target, eventName, detail);\r\n}\r\n","export type ResizeProps = {\r\n active: ('r' | 'rb' | 'b' | 'lb' | 'l' | 'lt' | 't' | 'rt')[]; // all\r\n fitParent: boolean; // false\r\n minWidth: number; // 0\r\n minHeight: number; // 0\r\n\r\n disableAttributes: ('l' | 't' | 'w' | 'h')[]; // []\r\n maxWidth?: number;\r\n maxHeight?: number;\r\n\r\n onResize?(e: ResizeEvent): void;\r\n};\r\n\r\nexport type ResizeEvent = {\r\n eventName: string;\r\n changedX?: number;\r\n changedY?: number;\r\n width?: number;\r\n height?: number;\r\n};\r\n\r\nexport enum ResizeEvents {\r\n start = 'resize:start',\r\n move = 'resize:move',\r\n end = 'resize:end',\r\n}\r\n\r\nconst RESIZE_MASK: { [key: string]: any } = {\r\n 'resizable-r': { bit: 0b0001, cursor: 'ew-resize' },\r\n 'resizable-rb': { bit: 0b0011, cursor: 'se-resize' },\r\n 'resizable-b': { bit: 0b0010, cursor: 's-resize' },\r\n 'resizable-lb': { bit: 0b0110, cursor: 'sw-resize' },\r\n 'resizable-l': { bit: 0b0100, cursor: 'w-resize' },\r\n 'resizable-lt': { bit: 0b1100, cursor: 'nw-resize' },\r\n 'resizable-t': { bit: 0b1000, cursor: 'n-resize' },\r\n 'resizable-rt': { bit: 0b1001, cursor: 'ne-resize' },\r\n};\r\n\r\nconst DISABLE_MASK = {\r\n l: 0b0001,\r\n t: 0b0010,\r\n w: 0b0100,\r\n h: 0b1000,\r\n};\r\n\r\nconst defaultProps = (props: Partial<ResizeProps>): ResizeProps => {\r\n return {\r\n ...props,\r\n fitParent: props.fitParent || false,\r\n active: props.active || [],\r\n disableAttributes: props.disableAttributes || [],\r\n minWidth: props.minWidth || 0,\r\n minHeight: props.minHeight || 0,\r\n };\r\n};\r\n\r\nexport class ResizeDirective {\r\n private $el: HTMLElement;\r\n private props: ResizeProps;\r\n private minW: number;\r\n private minH: number;\r\n private maxW: number;\r\n private maxH: number;\r\n\r\n private mouseX = 0;\r\n private mouseY = 0;\r\n\r\n private width = 0;\r\n private height = 0;\r\n\r\n private changeX = 0;\r\n private changeY = 0;\r\n\r\n private parent: { width: number; height: number };\r\n private resizeState: number;\r\n private activeResizer?: HTMLElement;\r\n private disableCalcMap = 0b1111;\r\n\r\n private mouseMoveFunc: () => void;\r\n private mouseUpFunc: () => void;\r\n\r\n constructor(\r\n private initialProps: Partial<ResizeProps>,\r\n private $event?: (e: ResizeEvent) => void,\r\n ) {\r\n this.props = defaultProps(initialProps);\r\n this.mouseMoveFunc = this.handleMove.bind(this);\r\n this.mouseUpFunc = this.handleUp.bind(this);\r\n\r\n this.minW = this.props.minWidth;\r\n this.minH = this.props.minHeight;\r\n this.maxW = this.props.maxWidth ?? 0;\r\n this.maxH = this.props.maxHeight ?? 0;\r\n this.parent = { width: 0, height: 0 };\r\n this.resizeState = 0;\r\n }\r\n\r\n set($el: HTMLElement) {\r\n this.$el = $el;\r\n this.props.disableAttributes.forEach(attr => {\r\n switch (attr) {\r\n case 'l':\r\n this.disableCalcMap &= ~DISABLE_MASK.l;\r\n break;\r\n case 't':\r\n this.disableCalcMap &= ~DISABLE_MASK.t;\r\n break;\r\n case 'w':\r\n this.disableCalcMap &= ~DISABLE_MASK.w;\r\n break;\r\n case 'h':\r\n this.disableCalcMap &= ~DISABLE_MASK.h;\r\n }\r\n });\r\n }\r\n emitEvent(eventName: string, additionalOptions?: any) {\r\n if (!this.$event) {\r\n return;\r\n }\r\n const isLeft = this.activeResizer?.classList.contains('resizable-l');\r\n this.$event({\r\n eventName,\r\n width: this.width + this.changeX * (isLeft ? -1 : 1),\r\n height: this.height + this.changeY,\r\n changedX: this.changeX,\r\n changedY: this.changeY,\r\n ...additionalOptions,\r\n });\r\n }\r\n\r\n private static isTouchEvent(e: MouseEvent | TouchEvent): e is TouchEvent {\r\n const event = e as TouchEvent;\r\n return event.touches?.length >= 0;\r\n }\r\n\r\n handleMove(event: MouseEvent | TouchEvent) {\r\n if (!this.resizeState) {\r\n return;\r\n }\r\n let eventY, eventX;\r\n if (ResizeDirective.isTouchEvent(event)) {\r\n eventY = event.touches[0].clientY;\r\n eventX = event.touches[0].clientX;\r\n } else {\r\n eventY = event.clientY;\r\n eventX = event.clientX;\r\n }\r\n let isX =\r\n this.resizeState & RESIZE_MASK['resizable-r'].bit ||\r\n this.resizeState & RESIZE_MASK['resizable-l'].bit;\r\n\r\n let isY =\r\n this.resizeState & RESIZE_MASK['resizable-t'].bit ||\r\n this.resizeState & RESIZE_MASK['resizable-b'].bit;\r\n\r\n if (isY && this.disableCalcMap & DISABLE_MASK.h) {\r\n let diffY = eventY - this.mouseY;\r\n let changedY = this.changeY + diffY;\r\n const newHeight = this.height + changedY;\r\n // if overcrossed min height\r\n if (newHeight < this.minH) {\r\n changedY = -(this.height - this.minH);\r\n }\r\n // if overcrossed max heiht\r\n if (this.maxH && newHeight > this.maxH) {\r\n changedY = this.maxH - this.height;\r\n }\r\n\r\n this.changeY = changedY;\r\n this.mouseY = eventY;\r\n\r\n if (this.activeResizer) {\r\n this.activeResizer.style.bottom = `${-this.changeY}px`;\r\n }\r\n }\r\n if (isX && this.disableCalcMap & DISABLE_MASK.w) {\r\n const isLeft = this.activeResizer?.classList.contains('resizable-l');\r\n let diffX = eventX - this.mouseX;\r\n let changedX = this.changeX + diffX;\r\n const newWidth = this.width + changedX * (isLeft ? -1 : 1);\r\n\r\n // if overcrossed min width\r\n if (newWidth < this.minW) {\r\n changedX = -(this.width - this.minW);\r\n }\r\n // if overcrossed max width\r\n if (this.maxW && newWidth > this.maxW) {\r\n changedX = this.maxW - this.width;\r\n }\r\n\r\n this.changeX = changedX;\r\n this.mouseX = eventX;\r\n\r\n if (this.activeResizer) {\r\n if (!isLeft) {\r\n this.activeResizer.style.right = `${-this.changeX}px`;\r\n } else {\r\n this.activeResizer.style.left = `${this.changeX}px`;\r\n }\r\n }\r\n }\r\n this.emitEvent(ResizeEvents.move);\r\n }\r\n\r\n handleDown(event: MouseEvent | TouchEvent) {\r\n if (event.defaultPrevented) {\r\n return;\r\n }\r\n // stop other events if resize in progress\r\n event.preventDefault();\r\n\r\n this.dropInitial();\r\n for (let elClass in RESIZE_MASK) {\r\n const target = event.target as HTMLElement | null;\r\n if (this.$el.contains(target) && target?.classList.contains(elClass)) {\r\n document.body.style.cursor = RESIZE_MASK[elClass].cursor;\r\n if (ResizeDirective.isTouchEvent(event)) {\r\n this.setInitials(event.touches[0], target);\r\n } else {\r\n event.preventDefault && event.preventDefault();\r\n this.setInitials(event, target);\r\n }\r\n this.resizeState = RESIZE_MASK[elClass].bit;\r\n const eventName = ResizeEvents.start;\r\n this.emitEvent(eventName);\r\n break;\r\n }\r\n }\r\n this.bindMove();\r\n }\r\n\r\n handleUp(e: MouseEvent) {\r\n e.preventDefault();\r\n if (this.resizeState !== 0) {\r\n this.resizeState = 0;\r\n document.body.style.cursor = '';\r\n const eventName = ResizeEvents.end;\r\n this.emitEvent(eventName);\r\n }\r\n this.dropInitial();\r\n this.unbindMove();\r\n }\r\n\r\n private setInitials(\r\n { clientX, clientY }: { clientX: number; clientY: number },\r\n target?: HTMLElement,\r\n ) {\r\n const computedStyle = getComputedStyle(this.$el);\r\n this.$el.classList.add('active');\r\n this.activeResizer = target;\r\n\r\n if (this.disableCalcMap & DISABLE_MASK.w) {\r\n this.mouseX = clientX;\r\n this.width = this.$el.clientWidth;\r\n this.parent.width = this.$el.parentElement?.clientWidth ?? 0;\r\n\r\n // min width\r\n const minPaddingX =\r\n parseFloat(computedStyle.paddingLeft) +\r\n parseFloat(computedStyle.paddingRight);\r\n this.minW = Math.max(minPaddingX, this.initialProps.minWidth || 0);\r\n\r\n // max width\r\n if (this.initialProps.maxWidth) {\r\n this.maxW = Math.max(this.width, this.initialProps.maxWidth);\r\n }\r\n }\r\n\r\n if (this.disableCalcMap & DISABLE_MASK.h) {\r\n this.mouseY = clientY;\r\n this.height = this.$el.clientHeight;\r\n this.parent.height = this.$el.parentElement?.clientHeight ?? 0;\r\n\r\n // min height\r\n const minPaddingY =\r\n parseFloat(computedStyle.paddingTop) +\r\n parseFloat(computedStyle.paddingBottom);\r\n this.minH = Math.max(minPaddingY, this.initialProps.minHeight || 0);\r\n // max height\r\n if (this.initialProps.maxHeight) {\r\n this.maxH = Math.max(this.height, this.initialProps.maxHeight);\r\n }\r\n }\r\n }\r\n\r\n private dropInitial() {\r\n this.changeX = this.changeY = this.minW = this.minH;\r\n this.width = this.height = 0;\r\n if (this.activeResizer) {\r\n this.activeResizer.removeAttribute('style');\r\n }\r\n this.$el.classList.remove('active');\r\n this.activeResizer = undefined;\r\n }\r\n\r\n private bindMove() {\r\n document.documentElement.addEventListener(\r\n 'mouseup',\r\n this.mouseUpFunc,\r\n true,\r\n );\r\n document.documentElement.addEventListener(\r\n 'touchend',\r\n this.mouseUpFunc,\r\n true,\r\n );\r\n document.documentElement.addEventListener(\r\n 'mousemove',\r\n this.mouseMoveFunc,\r\n true,\r\n );\r\n document.documentElement.addEventListener(\r\n 'touchmove',\r\n this.mouseMoveFunc,\r\n true,\r\n );\r\n document.documentElement.addEventListener('mouseleave', this.mouseUpFunc);\r\n }\r\n\r\n private unbindMove() {\r\n document.documentElement.removeEventListener(\r\n 'mouseup',\r\n this.mouseUpFunc,\r\n true,\r\n );\r\n document.documentElement.removeEventListener(\r\n 'touchend',\r\n this.mouseUpFunc,\r\n true,\r\n );\r\n document.documentElement.removeEventListener(\r\n 'mousemove',\r\n this.mouseMoveFunc,\r\n true,\r\n );\r\n document.documentElement.removeEventListener(\r\n 'touchmove',\r\n this.mouseMoveFunc,\r\n true,\r\n );\r\n document.documentElement.removeEventListener(\r\n 'mouseleave',\r\n this.mouseUpFunc,\r\n );\r\n }\r\n}\r\n","import { type FunctionalComponent, h, type VNode } from '@stencil/core';\r\nimport {\r\n ResizeProps,\r\n ResizeDirective,\r\n ResizeEvents,\r\n} from './resizable.directive';\r\nimport type { CellProps } from '@type';\r\n\r\nexport type ResizableElementHTMLAttributes = Partial<ResizeProps> & CellProps;\r\n\r\nexport const ResizableElement: FunctionalComponent = (\r\n props: ResizableElementHTMLAttributes,\r\n children: VNode[],\r\n) => {\r\n const resizeEls: VNode[] = [];\r\n const directive =\r\n (props.canResize &&\r\n new ResizeDirective(props, e => {\r\n if (e.eventName === ResizeEvents.end) {\r\n props.onResize?.(e);\r\n }\r\n })) ||\r\n null;\r\n\r\n if (props.active) {\r\n if (props.canResize) {\r\n for (let p in props.active) {\r\n resizeEls.push(\r\n <div\r\n onClick={e => e.preventDefault()}\r\n onDblClick={e => {\r\n e.preventDefault();\r\n props.onDblClick?.(e);\r\n }}\r\n onMouseDown={(e: MouseEvent) => directive?.handleDown(e)}\r\n onTouchStart={(e: TouchEvent) => directive?.handleDown(e)}\r\n class={`resizable resizable-${props.active[p]}`}\r\n />,\r\n );\r\n }\r\n } else {\r\n for (let _p in props.active) {\r\n resizeEls.push(\r\n <div\r\n onClick={e => e.preventDefault()}\r\n onTouchStart={(e: TouchEvent) => e.preventDefault()}\r\n onDblClick={e => {\r\n e.preventDefault();\r\n props.onDblClick?.(e);\r\n }}\r\n class={`no-resize`}\r\n />,\r\n );\r\n }\r\n }\r\n }\r\n return (\r\n <div {...props} ref={e => e && directive?.set(e)}>\r\n {children}\r\n {resizeEls}\r\n </div>\r\n );\r\n};\r\n","import { type FunctionalComponent, h } from '@stencil/core';\r\nimport { dispatch } from '../../plugins/dispatcher';\r\nimport { doPropMerge } from '../data/column.service';\r\nimport {\r\n ResizableElement,\r\n ResizableElementHTMLAttributes,\r\n} from './resizable.element';\r\nimport { ColumnTemplateProp } from '@type';\r\n\r\nexport const ON_COLUMN_CLICK = 'columnclick';\r\n\r\nexport const HeaderCellRenderer: FunctionalComponent<{\r\n props: ResizableElementHTMLAttributes;\r\n additionalData: any;\r\n data?: ColumnTemplateProp;\r\n}> = ({ data, props, additionalData }, children) => {\r\n let colTemplate: ReturnType<typeof h> = data?.name || '';\r\n let cellProps = props;\r\n if (data?.columnTemplate) {\r\n colTemplate = data.columnTemplate(h, data, additionalData);\r\n }\r\n if (data?.columnProperties) {\r\n const extra = data.columnProperties(data);\r\n if (extra) {\r\n cellProps = doPropMerge(props, extra);\r\n }\r\n }\r\n const resizeProps = {\r\n ...cellProps,\r\n onMouseDown(e: MouseEvent) {\r\n dispatch(e.currentTarget, ON_COLUMN_CLICK, {\r\n data,\r\n event: e,\r\n });\r\n },\r\n };\r\n\r\n return (\r\n <ResizableElement {...resizeProps}>\r\n {!!data?.rowDrag && (\r\n <div\r\n onMouseDown={(e: MouseEvent) => {\r\n dispatch(e.currentTarget as HTMLElement, ON_COLUMN_CLICK, {\r\n data,\r\n event: e,\r\n });\r\n }}\r\n class=\"header-cell-drag\"\r\n >\r\n <svg\r\n xmlns=\"http://www.w3.org/2000/svg\"\r\n width=\"18\"\r\n height=\"18\"\r\n viewBox=\"0 0 24 24\"\r\n fill=\"none\"\r\n stroke=\"currentColor\"\r\n stroke-width=\"1.3\"\r\n stroke-linecap=\"round\"\r\n stroke-linejoin=\"round\"\r\n >\r\n <circle cx=\"9\" cy=\"12\" r=\"1\" />\r\n <circle cx=\"9\" cy=\"5\" r=\"1\" />\r\n <circle cx=\"9\" cy=\"19\" r=\"1\" />\r\n <circle cx=\"15\" cy=\"12\" r=\"1\" />\r\n <circle cx=\"15\" cy=\"5\" r=\"1\" />\r\n <circle cx=\"15\" cy=\"19\" r=\"1\" />\r\n </svg>\r\n </div>\r\n )}\r\n <div class=\"header-content\">{colTemplate}</div>\r\n {children}\r\n </ResizableElement>\r\n );\r\n};\r\n"],"names":[],"mappings":"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"}