@svgrid/grid 2.6.1 → 2.6.2

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 (374) hide show
  1. package/README.md +199 -199
  2. package/dist/FlexRender.svelte +96 -96
  3. package/dist/GridFooter.svelte +178 -178
  4. package/dist/GridMenus.svelte +705 -705
  5. package/dist/SvAutoComplete.svelte +165 -165
  6. package/dist/SvAvatar.svelte +75 -75
  7. package/dist/SvCalendar.svelte +503 -503
  8. package/dist/SvCarousel.svelte +141 -141
  9. package/dist/SvCheckBox.svelte +102 -102
  10. package/dist/SvCircularProgress.svelte +109 -109
  11. package/dist/SvColorInput.svelte +181 -181
  12. package/dist/SvComboBox.svelte +275 -275
  13. package/dist/SvContextMenu.svelte +116 -116
  14. package/dist/SvCountryInput.svelte +162 -162
  15. package/dist/SvDrawer.svelte +254 -254
  16. package/dist/SvDropDownList.svelte +374 -374
  17. package/dist/SvDurationInput.svelte +126 -126
  18. package/dist/SvField.svelte +293 -293
  19. package/dist/SvForm.svelte +437 -437
  20. package/dist/SvGrid.controller.svelte.js +22 -10
  21. package/dist/SvGrid.css +2814 -2814
  22. package/dist/SvGrid.svelte +3490 -3490
  23. package/dist/SvGridChart.svelte +1716 -1716
  24. package/dist/SvGridChartPanel.svelte +485 -485
  25. package/dist/SvGridChartView.svelte +70 -70
  26. package/dist/SvGridDropdown.svelte +728 -728
  27. package/dist/SvGridSelect.svelte +266 -266
  28. package/dist/SvGroupCell.svelte +116 -116
  29. package/dist/SvListBox.svelte +326 -326
  30. package/dist/SvMaskedInput.svelte +122 -122
  31. package/dist/SvMenu.svelte +124 -124
  32. package/dist/SvMenuList.svelte +146 -146
  33. package/dist/SvMultiSelect.svelte +289 -289
  34. package/dist/SvNumberInput.svelte +168 -168
  35. package/dist/SvOtpInput.svelte +158 -158
  36. package/dist/SvPasswordInput.svelte +151 -151
  37. package/dist/SvPhoneInput.svelte +133 -133
  38. package/dist/SvPopover.svelte +197 -197
  39. package/dist/SvProgress.svelte +116 -116
  40. package/dist/SvRadioGroup.svelte +107 -107
  41. package/dist/SvRating.svelte +112 -112
  42. package/dist/SvResult.svelte +73 -73
  43. package/dist/SvRichText.svelte +211 -211
  44. package/dist/SvRowGroupPanel.svelte +170 -170
  45. package/dist/SvScrollArea.svelte +61 -61
  46. package/dist/SvSlider.svelte +202 -202
  47. package/dist/SvSwitchButton.svelte +108 -108
  48. package/dist/SvTagsInput.svelte +114 -114
  49. package/dist/SvTextInput.svelte +147 -147
  50. package/dist/SvTimePicker.svelte +245 -245
  51. package/dist/SvToaster.svelte +159 -159
  52. package/dist/SvToggleButton.svelte +85 -85
  53. package/dist/SvTooltip.svelte +161 -161
  54. package/dist/SvTour.svelte +208 -208
  55. package/dist/SvTree.svelte +444 -444
  56. package/dist/SvTreeSelect.svelte +235 -235
  57. package/dist/cdn/{GridMenus-DfmxE2Tb.js → GridMenus-BoVKgAv8.js} +9 -9
  58. package/dist/cdn/{GridMenus-CaaYtSpU.js → GridMenus-DL1zrDwf.js} +9 -9
  59. package/dist/cdn/{SvDateTimePicker-DSUhIta8.js → SvDateTimePicker-CHnUkWcH.js} +2 -2
  60. package/dist/cdn/{SvDateTimePicker-h9kPyszT.js → SvDateTimePicker-CRQH_U7E.js} +2 -2
  61. package/dist/cdn/{SvGridChart-CwhFz7GV.js → SvGridChart-BEJmNNx9.js} +1 -1
  62. package/dist/cdn/{SvGridChart-Bs2GIR2Q.js → SvGridChart-BwVos976.js} +1 -1
  63. package/dist/cdn/{SvGridChartPanel-1WXuStzM.js → SvGridChartPanel-BOknOkrP.js} +1 -1
  64. package/dist/cdn/{SvGridChartPanel-e5_nqNP9.js → SvGridChartPanel-D2PjII4O.js} +1 -1
  65. package/dist/cdn/{SvGridChartView-SmPW10dI.js → SvGridChartView-00LPUHL1.js} +1 -1
  66. package/dist/cdn/{SvGridChartView-eSPuJE6g.js → SvGridChartView-BhUEJ5ki.js} +1 -1
  67. package/dist/cdn/{SvGridDropdown-B1ZcLpgs.js → SvGridDropdown-D0VdjeR8.js} +1 -1
  68. package/dist/cdn/{SvGridDropdown-CtdbHcIS.js → SvGridDropdown-D13MtJ2j.js} +1 -1
  69. package/dist/cdn/{src-BIIhU1uh.js → src-CEpw6Ato.js} +2885 -2863
  70. package/dist/cdn/{src-DisUdSk9.js → src-M2NfKnjX.js} +2106 -2084
  71. package/dist/cdn/svgrid.js +8 -8
  72. package/dist/cdn/svgrid.svelte-external.js +8 -8
  73. package/dist/chart-export.js +8 -8
  74. package/dist/filtering/excel-filters.d.ts +14 -0
  75. package/dist/filtering/excel-filters.js +67 -32
  76. package/dist/index.d.ts +1 -1
  77. package/dist/index.js +1 -1
  78. package/package.json +11 -11
  79. package/src/FlexRender.svelte +96 -96
  80. package/src/GridFooter.svelte +178 -178
  81. package/src/GridMenus.svelte +705 -705
  82. package/src/SvAutoComplete.svelte +165 -165
  83. package/src/SvAvatar.svelte +75 -75
  84. package/src/SvCalendar.svelte +503 -503
  85. package/src/SvCalendar.test.ts +226 -226
  86. package/src/SvCarousel.svelte +141 -141
  87. package/src/SvCheckBox.svelte +102 -102
  88. package/src/SvCircularProgress.svelte +109 -109
  89. package/src/SvColorInput.svelte +181 -181
  90. package/src/SvComboBox.svelte +275 -275
  91. package/src/SvContextMenu.svelte +116 -116
  92. package/src/SvCountryInput.svelte +162 -162
  93. package/src/SvDrawer.svelte +254 -254
  94. package/src/SvDropDownList.svelte +374 -374
  95. package/src/SvDurationInput.svelte +126 -126
  96. package/src/SvField.svelte +293 -293
  97. package/src/SvForm.svelte +437 -437
  98. package/src/SvForm.test.ts +411 -411
  99. package/src/SvGrid.controller.svelte.ts +3691 -3680
  100. package/src/SvGrid.css +2814 -2814
  101. package/src/SvGrid.svelte +3490 -3490
  102. package/src/SvGrid.types.ts +1708 -1708
  103. package/src/SvGridChart.svelte +1716 -1716
  104. package/src/SvGridChartPanel.svelte +485 -485
  105. package/src/SvGridChartView.svelte +70 -70
  106. package/src/SvGridDropdown.svelte +728 -728
  107. package/src/SvGridSelect.svelte +266 -266
  108. package/src/SvGroupCell.svelte +116 -116
  109. package/src/SvListBox.svelte +326 -326
  110. package/src/SvMaskedInput.svelte +122 -122
  111. package/src/SvMenu.svelte +124 -124
  112. package/src/SvMenu.test.ts +97 -97
  113. package/src/SvMenuList.svelte +146 -146
  114. package/src/SvMultiSelect.svelte +289 -289
  115. package/src/SvNumberInput.svelte +168 -168
  116. package/src/SvOtpInput.svelte +158 -158
  117. package/src/SvPasswordInput.svelte +151 -151
  118. package/src/SvPhoneInput.svelte +133 -133
  119. package/src/SvPopover.svelte +197 -197
  120. package/src/SvProgress.svelte +116 -116
  121. package/src/SvRadioGroup.svelte +107 -107
  122. package/src/SvRating.svelte +112 -112
  123. package/src/SvResult.svelte +73 -73
  124. package/src/SvRichText.svelte +211 -211
  125. package/src/SvRowGroupPanel.svelte +170 -170
  126. package/src/SvScrollArea.svelte +61 -61
  127. package/src/SvSlider.svelte +202 -202
  128. package/src/SvSwitchButton.svelte +108 -108
  129. package/src/SvTagsInput.svelte +114 -114
  130. package/src/SvTextInput.svelte +147 -147
  131. package/src/SvTimePicker.svelte +245 -245
  132. package/src/SvToaster.svelte +159 -159
  133. package/src/SvToaster.test.ts +95 -95
  134. package/src/SvToggleButton.svelte +85 -85
  135. package/src/SvTooltip.svelte +161 -161
  136. package/src/SvTour.svelte +208 -208
  137. package/src/SvTree.svelte +444 -444
  138. package/src/SvTreeSelect.svelte +235 -235
  139. package/src/a11y/dismissable.test.ts +119 -119
  140. package/src/a11y/dismissable.ts +114 -114
  141. package/src/a11y.contract.test.ts +49 -49
  142. package/src/a11y.test.ts +59 -59
  143. package/src/a11y.ts +61 -61
  144. package/src/ai.test.ts +502 -502
  145. package/src/ai.ts +1391 -1391
  146. package/src/build-api.coverage.test.ts +633 -633
  147. package/src/build-api.ts +805 -805
  148. package/src/builtin-editors.grid.test.ts +85 -85
  149. package/src/cell-formatting.ts +169 -169
  150. package/src/cell-render.test.ts +513 -513
  151. package/src/cell-render.ts +496 -496
  152. package/src/cell-values.ts +118 -118
  153. package/src/chart-export.ts +201 -201
  154. package/src/chart-view.svelte.ts +36 -36
  155. package/src/chart.ts +2295 -2295
  156. package/src/collaboration.test.ts +104 -104
  157. package/src/collaboration.ts +167 -167
  158. package/src/core.performance.test.ts +30 -30
  159. package/src/core.ts +1261 -1261
  160. package/src/createAutocomplete.svelte.ts +132 -132
  161. package/src/createCombobox.svelte.ts +191 -191
  162. package/src/createCountryInput.svelte.ts +157 -157
  163. package/src/createDropdownList.svelte.ts +168 -168
  164. package/src/createForm.svelte.ts +386 -386
  165. package/src/createGrid.svelte.ts +42 -42
  166. package/src/createGrid.test.ts +10 -10
  167. package/src/createGridState.svelte.ts +17 -17
  168. package/src/createListbox.svelte.ts +250 -250
  169. package/src/createMenu.svelte.ts +224 -224
  170. package/src/createPopoverSelect.svelte.ts +213 -213
  171. package/src/createSlider.svelte.ts +191 -191
  172. package/src/createTooltip.svelte.ts +144 -144
  173. package/src/createTree.svelte.ts +319 -319
  174. package/src/editing.test.ts +949 -949
  175. package/src/editing.ts +606 -606
  176. package/src/editor-contract.ts +170 -170
  177. package/src/editor-registry.grid.test.ts +144 -144
  178. package/src/editor-registry.ts +122 -122
  179. package/src/export-data-api.test.ts +126 -126
  180. package/src/export-format.test.ts +107 -107
  181. package/src/export-format.ts +601 -601
  182. package/src/filter-operators.ts +157 -157
  183. package/src/filtering/excel-filters.ts +71 -34
  184. package/src/flex-render.ts +3 -3
  185. package/src/form-field.ts +127 -127
  186. package/src/group-display.test.ts +167 -167
  187. package/src/group-display.ts +200 -200
  188. package/src/index.ts +726 -724
  189. package/src/js-scroller.svelte.ts +173 -173
  190. package/src/keyboard-handlers.ts +270 -270
  191. package/src/keyboard.test.ts +59 -59
  192. package/src/keyboard.ts +97 -97
  193. package/src/list-nav.test.ts +49 -49
  194. package/src/list-nav.ts +29 -29
  195. package/src/list-option.test.ts +56 -56
  196. package/src/list-option.ts +172 -172
  197. package/src/menus.ts +567 -567
  198. package/src/merge-objects.ts +48 -48
  199. package/src/overlays.test.ts +90 -90
  200. package/src/render-component.ts +28 -28
  201. package/src/row-resize.ts +210 -210
  202. package/src/scheduler-model.test.ts +562 -562
  203. package/src/scheduler-model.ts +872 -872
  204. package/src/selection.test.ts +754 -754
  205. package/src/selection.ts +491 -491
  206. package/src/server-data-source.test.ts +289 -289
  207. package/src/server-data-source.ts +413 -413
  208. package/src/sparkline.test.ts +68 -68
  209. package/src/sparkline.ts +169 -169
  210. package/src/spreadsheet.test.ts +488 -488
  211. package/src/spreadsheet.ts +312 -312
  212. package/src/static-functions.ts +11 -11
  213. package/src/subscribe.ts +38 -38
  214. package/src/svgrid-wrapper.types.ts +526 -526
  215. package/src/svgrid.async-editor-options.test.ts +271 -271
  216. package/src/svgrid.auto-row-height.test.ts +204 -204
  217. package/src/svgrid.behavior.test.ts +705 -705
  218. package/src/svgrid.charting.test.ts +534 -534
  219. package/src/svgrid.comments-autocomplete.test.ts +123 -123
  220. package/src/svgrid.context-menu.test.ts +147 -147
  221. package/src/svgrid.features.test.ts +157 -157
  222. package/src/svgrid.filter-depth.test.ts +163 -163
  223. package/src/svgrid.filter-menu-listbox.svelte.test.ts +331 -331
  224. package/src/svgrid.filter-menu-scroll.test.ts +112 -112
  225. package/src/svgrid.grand-total.test.ts +188 -188
  226. package/src/svgrid.group-display-mode.test.ts +171 -171
  227. package/src/svgrid.group-footers.test.ts +121 -121
  228. package/src/svgrid.group-pagination.test.ts +153 -153
  229. package/src/svgrid.new-features.wrapper.test.ts +251 -251
  230. package/src/svgrid.tree-data.test.ts +186 -186
  231. package/src/svgrid.wrapper.test.ts +42 -40
  232. package/src/svgriddropdown.async-panel.svelte.test.ts +195 -195
  233. package/src/test-setup.ts +62 -62
  234. package/src/themes/index.ts +278 -278
  235. package/src/toast-store.svelte.ts +246 -246
  236. package/src/toast-store.test.ts +147 -147
  237. package/src/tree-row-model.test.ts +168 -168
  238. package/src/ui-buttons.test.ts +144 -144
  239. package/src/ui-inputs.test.ts +118 -118
  240. package/src/ui-localization.test.ts +113 -113
  241. package/src/ui-range.test.ts +70 -70
  242. package/src/ui-selection.test.ts +155 -155
  243. package/src/ui-tier1.test.ts +142 -142
  244. package/src/virtual.test.ts +88 -88
  245. package/src/virtualization/column-virtualizer.test.ts +27 -27
  246. package/src/virtualization/column-virtualizer.ts +30 -30
  247. package/src/virtualization/svelte-virtualizer.svelte.ts +26 -26
  248. package/src/virtualization/types.ts +30 -30
  249. package/src/virtualization/virtualizer.test.ts +47 -47
  250. package/src/virtualization/virtualizer.ts +296 -296
  251. package/dist/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/_svelte_metadata.json +0 -1
  252. package/dist/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/_metadata.json +0 -178
  253. package/dist/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/attachments-qzRy9DX4.js +0 -3843
  254. package/dist/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/attachments-qzRy9DX4.js.map +0 -1
  255. package/dist/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/constants-RLNOXCpz.js +0 -23
  256. package/dist/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/constants-RLNOXCpz.js.map +0 -1
  257. package/dist/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/dev-DPd12uEU.js +0 -1925
  258. package/dist/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/dev-DPd12uEU.js.map +0 -1
  259. package/dist/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/events-CDC4DKuQ.js +0 -206
  260. package/dist/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/events-CDC4DKuQ.js.map +0 -1
  261. package/dist/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/flags-BD-lYX7s.js +0 -20
  262. package/dist/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/flags-BD-lYX7s.js.map +0 -1
  263. package/dist/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/hydration-D3UBU2t8.js +0 -264
  264. package/dist/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/hydration-D3UBU2t8.js.map +0 -1
  265. package/dist/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/legacy-client-B0ZUlbSQ.js +0 -698
  266. package/dist/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/legacy-client-B0ZUlbSQ.js.map +0 -1
  267. package/dist/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/package.json +0 -3
  268. package/dist/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte.js +0 -135
  269. package/dist/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte.js.map +0 -1
  270. package/dist/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte_animate.js +0 -57
  271. package/dist/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte_animate.js.map +0 -1
  272. package/dist/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte_attachments.js +0 -2
  273. package/dist/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte_compiler.js +0 -46691
  274. package/dist/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte_compiler.js.map +0 -1
  275. package/dist/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte_easing.js +0 -239
  276. package/dist/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte_easing.js.map +0 -1
  277. package/dist/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte_events.js +0 -2
  278. package/dist/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte_internal.js +0 -6
  279. package/dist/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte_internal.js.map +0 -1
  280. package/dist/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte_internal_client.js +0 -7
  281. package/dist/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte_internal_disclose-version.js +0 -6
  282. package/dist/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte_internal_disclose-version.js.map +0 -1
  283. package/dist/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte_internal_flags_async.js +0 -7
  284. package/dist/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte_internal_flags_async.js.map +0 -1
  285. package/dist/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte_internal_flags_legacy.js +0 -7
  286. package/dist/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte_internal_flags_legacy.js.map +0 -1
  287. package/dist/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte_internal_flags_tracing.js +0 -7
  288. package/dist/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte_internal_flags_tracing.js.map +0 -1
  289. package/dist/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte_internal_server.js +0 -6
  290. package/dist/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte_legacy.js +0 -85
  291. package/dist/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte_legacy.js.map +0 -1
  292. package/dist/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte_motion.js +0 -561
  293. package/dist/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte_motion.js.map +0 -1
  294. package/dist/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte_reactivity.js +0 -26
  295. package/dist/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte_reactivity.js.map +0 -1
  296. package/dist/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte_reactivity_window.js +0 -124
  297. package/dist/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte_reactivity_window.js.map +0 -1
  298. package/dist/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte_server.js +0 -2
  299. package/dist/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte_store.js +0 -91
  300. package/dist/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte_store.js.map +0 -1
  301. package/dist/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte_transition.js +0 -242
  302. package/dist/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte_transition.js.map +0 -1
  303. package/dist/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/utils-lObbumRX.js +0 -497
  304. package/dist/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/utils-lObbumRX.js.map +0 -1
  305. package/dist/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/utils-mR9mAWyK.js +0 -4929
  306. package/dist/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/utils-mR9mAWyK.js.map +0 -1
  307. package/dist/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/validate-CezNmRkM.js +0 -192
  308. package/dist/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/validate-CezNmRkM.js.map +0 -1
  309. package/dist/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/version-BHHo0WE-.js +0 -10
  310. package/dist/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/version-BHHo0WE-.js.map +0 -1
  311. package/dist/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/warnings-yiExAB06.js +0 -140
  312. package/dist/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/warnings-yiExAB06.js.map +0 -1
  313. package/src/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/_svelte_metadata.json +0 -1
  314. package/src/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/_metadata.json +0 -178
  315. package/src/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/attachments-qzRy9DX4.js +0 -3843
  316. package/src/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/attachments-qzRy9DX4.js.map +0 -1
  317. package/src/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/constants-RLNOXCpz.js +0 -23
  318. package/src/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/constants-RLNOXCpz.js.map +0 -1
  319. package/src/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/dev-DPd12uEU.js +0 -1925
  320. package/src/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/dev-DPd12uEU.js.map +0 -1
  321. package/src/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/events-CDC4DKuQ.js +0 -206
  322. package/src/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/events-CDC4DKuQ.js.map +0 -1
  323. package/src/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/flags-BD-lYX7s.js +0 -20
  324. package/src/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/flags-BD-lYX7s.js.map +0 -1
  325. package/src/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/hydration-D3UBU2t8.js +0 -264
  326. package/src/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/hydration-D3UBU2t8.js.map +0 -1
  327. package/src/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/legacy-client-B0ZUlbSQ.js +0 -698
  328. package/src/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/legacy-client-B0ZUlbSQ.js.map +0 -1
  329. package/src/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/package.json +0 -3
  330. package/src/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte.js +0 -135
  331. package/src/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte.js.map +0 -1
  332. package/src/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte_animate.js +0 -57
  333. package/src/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte_animate.js.map +0 -1
  334. package/src/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte_attachments.js +0 -2
  335. package/src/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte_compiler.js +0 -46691
  336. package/src/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte_compiler.js.map +0 -1
  337. package/src/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte_easing.js +0 -239
  338. package/src/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte_easing.js.map +0 -1
  339. package/src/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte_events.js +0 -2
  340. package/src/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte_internal.js +0 -6
  341. package/src/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte_internal.js.map +0 -1
  342. package/src/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte_internal_client.js +0 -7
  343. package/src/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte_internal_disclose-version.js +0 -6
  344. package/src/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte_internal_disclose-version.js.map +0 -1
  345. package/src/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte_internal_flags_async.js +0 -7
  346. package/src/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte_internal_flags_async.js.map +0 -1
  347. package/src/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte_internal_flags_legacy.js +0 -7
  348. package/src/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte_internal_flags_legacy.js.map +0 -1
  349. package/src/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte_internal_flags_tracing.js +0 -7
  350. package/src/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte_internal_flags_tracing.js.map +0 -1
  351. package/src/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte_internal_server.js +0 -6
  352. package/src/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte_legacy.js +0 -85
  353. package/src/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte_legacy.js.map +0 -1
  354. package/src/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte_motion.js +0 -561
  355. package/src/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte_motion.js.map +0 -1
  356. package/src/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte_reactivity.js +0 -26
  357. package/src/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte_reactivity.js.map +0 -1
  358. package/src/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte_reactivity_window.js +0 -124
  359. package/src/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte_reactivity_window.js.map +0 -1
  360. package/src/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte_server.js +0 -2
  361. package/src/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte_store.js +0 -91
  362. package/src/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte_store.js.map +0 -1
  363. package/src/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte_transition.js +0 -242
  364. package/src/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/svelte_transition.js.map +0 -1
  365. package/src/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/utils-lObbumRX.js +0 -497
  366. package/src/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/utils-lObbumRX.js.map +0 -1
  367. package/src/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/utils-mR9mAWyK.js +0 -4929
  368. package/src/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/utils-mR9mAWyK.js.map +0 -1
  369. package/src/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/validate-CezNmRkM.js +0 -192
  370. package/src/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/validate-CezNmRkM.js.map +0 -1
  371. package/src/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/version-BHHo0WE-.js +0 -10
  372. package/src/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/version-BHHo0WE-.js.map +0 -1
  373. package/src/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/warnings-yiExAB06.js +0 -140
  374. package/src/node_modules/.vite/vitest/67d8ed22ed986c5e2e948f64d892f30be166cc36/deps___vitest__/warnings-yiExAB06.js.map +0 -1
@@ -1,534 +1,534 @@
1
- /**
2
- * Built-in integrated charting (`charting` prop on <SvGrid>): the docked chart
3
- * panel, its live derivation from displayed rows + selection, and the
4
- * chart-click -> grid cross-filter loop.
5
- */
6
- import { describe, expect, it } from 'vitest'
7
- import { mount, unmount } from 'svelte'
8
- import SvGrid from './SvGrid.svelte'
9
- import {
10
- columnFilteringFeature,
11
- createCoreRowModel,
12
- createFilteredRowModel,
13
- createSortedRowModel,
14
- rowSelectionFeature,
15
- rowSortingFeature,
16
- sortFns,
17
- tableFeatures,
18
- chartSpecToCsv,
19
- formatChartValue,
20
- buildChart,
21
- } from './index'
22
- import type { ChartAggregateRequest, ColumnDef, SvGridApi } from './index'
23
-
24
- type Person = { id: number; name: string; team: string; age: number; salary: number }
25
-
26
- const features = tableFeatures({ columnFilteringFeature, rowSelectionFeature, rowSortingFeature })
27
-
28
- const people: Person[] = [
29
- { id: 1, name: 'Ada', team: 'Research', age: 38, salary: 120 },
30
- { id: 2, name: 'Grace', team: 'Compilers', age: 42, salary: 150 },
31
- { id: 3, name: 'Alan', team: 'Research', age: 41, salary: 130 },
32
- { id: 4, name: 'Margaret', team: 'Apollo', age: 35, salary: 160 },
33
- { id: 5, name: 'Linus', team: 'Kernel', age: 54, salary: 175 },
34
- { id: 6, name: 'Donald', team: 'Research', age: 86, salary: 110 },
35
- ]
36
-
37
- const columns: ColumnDef<typeof features, Person>[] = [
38
- { field: 'name', header: 'Name', width: 160 },
39
- { field: 'team', header: 'Team', width: 160 },
40
- { field: 'age', header: 'Age', width: 100, cellDataType: 'number' },
41
- { field: 'salary', header: 'Salary', width: 100, cellDataType: 'number' },
42
- ]
43
-
44
- type MountResult = { api: SvGridApi<typeof features, Person>; target: HTMLElement; destroy: () => void }
45
-
46
- function mountGrid(overrides: Record<string, unknown> = {}): Promise<MountResult> {
47
- return new Promise((resolve, reject) => {
48
- const target = document.createElement('div')
49
- target.style.width = '1000px'
50
- target.style.height = '600px'
51
- document.body.appendChild(target)
52
- const app = mount(SvGrid, {
53
- target,
54
- props: {
55
- data: people,
56
- columns,
57
- features,
58
- _rowModels: {
59
- coreRowModel: createCoreRowModel(),
60
- filteredRowModel: createFilteredRowModel(),
61
- sortedRowModel: createSortedRowModel(sortFns),
62
- },
63
- rowHeight: 36,
64
- containerHeight: 480,
65
- virtualization: false,
66
- onApiReady(api: SvGridApi<typeof features, Person>) {
67
- resolve({ api, target, destroy: () => { unmount(app); target.remove() } })
68
- },
69
- ...overrides,
70
- } as any,
71
- })
72
- queueMicrotask(() => reject(new Error('onApiReady never fired')))
73
- })
74
- }
75
-
76
- // A macrotask boundary: drains all pending microtasks (Svelte effects, the chart
77
- // panel's lazy import() + its .then, and the follow-up flush) so the docked panel
78
- // is mounted before assertions. The panel is loaded lazily as its own chunk.
79
- const tick = () => new Promise((r) => setTimeout(r))
80
-
81
- describe('SvGrid built-in charting', () => {
82
- it('derives a chart spec from all displayed rows (default dimension + measure)', async () => {
83
- const { api, destroy } = await mountGrid({ charting: true })
84
- await tick() // the chart engine loads lazily; ready a tick after mount
85
- try {
86
- const spec = api.getChartSpec()
87
- expect(spec).not.toBeNull()
88
- expect(spec!.type).toBe('bar')
89
- // Default dimension is the first text column (name), one category per row.
90
- expect(spec!.categories.length).toBe(people.length)
91
- } finally {
92
- destroy()
93
- }
94
- })
95
-
96
- it('re-derives the chart when the grid is filtered (auto-refresh)', async () => {
97
- const { api, destroy } = await mountGrid({ charting: true })
98
- try {
99
- // Filter to the Research team (3 people) via the same facet-filter state
100
- // the chart's own cross-filter writes.
101
- api.setFacetFilter('team', ['Research'])
102
- await tick()
103
- const spec = api.getChartSpec()
104
- expect(spec!.categories.length).toBe(3)
105
- } finally {
106
- destroy()
107
- }
108
- })
109
-
110
- it('scopes the chart to the selected cell range', async () => {
111
- const { api, destroy } = await mountGrid({ charting: true })
112
- try {
113
- // Select the first two rows across all columns.
114
- api.selectCells([[0, 0, 1, 2]])
115
- await tick()
116
- const spec = api.getChartSpec()
117
- expect(spec!.categories.length).toBe(2)
118
- } finally {
119
- destroy()
120
- }
121
- })
122
-
123
- it('renders the docked panel with an <svg> when open', async () => {
124
- const { target, destroy } = await mountGrid({ charting: { defaultOpen: true } })
125
- try {
126
- await tick()
127
- const panel = target.querySelector('.sv-grid-chart-panel')
128
- expect(panel).toBeTruthy()
129
- expect(panel!.querySelector('svg')).toBeTruthy()
130
- } finally {
131
- destroy()
132
- }
133
- })
134
-
135
- it('pops the docked panel out into a floating window, maximizes, and docks back', async () => {
136
- const { target, destroy } = await mountGrid({ charting: { defaultOpen: true } })
137
- try {
138
- await tick()
139
- const panel = () => target.querySelector('.sv-grid-chart-panel')!
140
- const click = (label: string) => {
141
- const btn = target.querySelector<HTMLButtonElement>(`[aria-label="${label}"]`)
142
- expect(btn).toBeTruthy()
143
- btn!.dispatchEvent(new MouseEvent('click', { bubbles: true }))
144
- }
145
- // Starts docked.
146
- expect(panel().classList.contains('is-floating')).toBe(false)
147
- // Pop out -> floating window.
148
- click('Pop out chart')
149
- await tick()
150
- expect(panel().classList.contains('is-floating')).toBe(true)
151
- // Maximize -> fills the grid.
152
- click('Maximize')
153
- await tick()
154
- expect(panel().classList.contains('is-maximized')).toBe(true)
155
- // Dock back -> re-docked, not floating, not maximized.
156
- click('Dock chart')
157
- await tick()
158
- expect(panel().classList.contains('is-floating')).toBe(false)
159
- expect(panel().classList.contains('is-maximized')).toBe(false)
160
- } finally {
161
- destroy()
162
- }
163
- })
164
-
165
- it('adds a second chart, shows a tab strip, and persists both charts in view state', async () => {
166
- const { api, target, destroy } = await mountGrid({ charting: { defaultOpen: true } })
167
- try {
168
- await tick()
169
- // One chart, no tab strip yet.
170
- expect(target.querySelectorAll('.sv-grid-chart-tab').length).toBe(0)
171
- // Add a chart.
172
- const add = target.querySelector<HTMLButtonElement>('[aria-label="Add chart"]')
173
- expect(add).toBeTruthy()
174
- add!.dispatchEvent(new MouseEvent('click', { bubbles: true }))
175
- await tick()
176
- // Now two tabs; the second is active.
177
- const tabs = target.querySelectorAll('.sv-grid-chart-tab')
178
- expect(tabs.length).toBe(2)
179
- expect(tabs[1]!.classList.contains('is-active')).toBe(true)
180
- // View state carries both charts + the active index.
181
- const state = api.getState() as any
182
- expect(state.charts.length).toBe(2)
183
- expect(state.chartActive).toBe(1)
184
- // Removing a chart drops back to a single chart (tab strip disappears).
185
- target.querySelector<HTMLButtonElement>('.sv-grid-chart-tab.is-active .sv-grid-chart-tab-x')!
186
- .dispatchEvent(new MouseEvent('click', { bubbles: true }))
187
- await tick()
188
- expect(target.querySelectorAll('.sv-grid-chart-tab').length).toBe(0)
189
- expect((api.getState() as any).charts.length).toBe(1)
190
- } finally {
191
- destroy()
192
- }
193
- })
194
-
195
- it('keeps each chart\'s own type when switching tabs', async () => {
196
- const { api, target, destroy } = await mountGrid({ charting: { defaultOpen: true } })
197
- try {
198
- await tick()
199
- // Chart 1 -> line.
200
- const typeSel = () => target.querySelector<HTMLSelectElement>('.sv-grid-chart-controls select')!
201
- typeSel().value = 'line'
202
- typeSel().dispatchEvent(new Event('change', { bubbles: true }))
203
- await tick()
204
- expect(api.getChartSpec()!.type).toBe('line')
205
- // Add Chart 2 (defaults to bar).
206
- target.querySelector<HTMLButtonElement>('[aria-label="Add chart"]')!
207
- .dispatchEvent(new MouseEvent('click', { bubbles: true }))
208
- await tick()
209
- expect(api.getChartSpec()!.type).toBe('bar')
210
- // Switch back to Chart 1 -> still line.
211
- target.querySelectorAll<HTMLButtonElement>('.sv-grid-chart-tab-label')[0]!
212
- .dispatchEvent(new MouseEvent('click', { bubbles: true }))
213
- await tick()
214
- expect(api.getChartSpec()!.type).toBe('line')
215
- } finally {
216
- destroy()
217
- }
218
- })
219
-
220
- it('configureChart applies a config to the active chart (resolving field names)', async () => {
221
- const { api, destroy } = await mountGrid({ charting: { defaultOpen: true } })
222
- try {
223
- api.configureChart({ type: 'line', dimension: 'team', measure: 'salary', reduce: 'avg' })
224
- await tick()
225
- const spec = api.getChartSpec()
226
- expect(spec!.type).toBe('line')
227
- // salary aggregated by team -> one category per distinct team.
228
- expect(spec!.categories.length).toBeGreaterThan(0)
229
- } finally {
230
- destroy()
231
- }
232
- })
233
-
234
- it('shows an AI button only when a chart-AI handler is registered, and applies its result', async () => {
235
- const { api, target, destroy } = await mountGrid({ charting: { defaultOpen: true } })
236
- try {
237
- await tick()
238
- // No handler -> no AI button.
239
- expect(target.querySelector('[aria-label="Chart with AI"]')).toBeFalsy()
240
- // Register a deterministic handler (stands in for enterprise's aiChart).
241
- api.setChartAiHandler(async () => ({
242
- type: 'line',
243
- dimension: 'team',
244
- series: null,
245
- measure: 'salary',
246
- reduce: 'avg',
247
- stacked: false,
248
- rationale: 'line of avg salary by team',
249
- }))
250
- await tick()
251
- const aiBtn = target.querySelector<HTMLButtonElement>('[aria-label="Chart with AI"]')
252
- expect(aiBtn).toBeTruthy()
253
- // Open the prompt row, type a query, submit.
254
- aiBtn!.dispatchEvent(new MouseEvent('click', { bubbles: true }))
255
- await tick()
256
- const input = target.querySelector<HTMLInputElement>('.sv-grid-chart-ai-input')!
257
- input.value = 'average salary by team as a line'
258
- input.dispatchEvent(new Event('input', { bubbles: true }))
259
- const form = target.querySelector<HTMLFormElement>('.sv-grid-chart-ai-row')!
260
- form.dispatchEvent(new Event('submit', { bubbles: true, cancelable: true }))
261
- // Let the async handler resolve.
262
- await new Promise((r) => setTimeout(r, 0))
263
- await tick()
264
- expect(api.getChartSpec()!.type).toBe('line')
265
- } finally {
266
- destroy()
267
- }
268
- })
269
-
270
- it('toggles a logarithmic value axis (configureChart + panel toggle present)', async () => {
271
- const { api, target, destroy } = await mountGrid({ charting: { defaultOpen: true } })
272
- try {
273
- api.configureChart({ dimension: 'team', measure: 'salary' })
274
- await tick()
275
- expect(api.getChartSpec()!.yScale).not.toBe('log')
276
- api.configureChart({ logScale: true })
277
- await tick()
278
- expect(api.getChartSpec()!.yScale).toBe('log')
279
- const labels = [...target.querySelectorAll('.sv-grid-chart-toggle')].map((l) => l.textContent?.trim())
280
- expect(labels).toContain('Log scale')
281
- } finally {
282
- destroy()
283
- }
284
- })
285
-
286
- it('offers a date axis only when the group-by column is date-like', async () => {
287
- // Non-date dimension -> no Date axis toggle.
288
- const a = await mountGrid({ charting: { defaultOpen: true } })
289
- try {
290
- await tick()
291
- const labels = [...a.target.querySelectorAll('.sv-grid-chart-toggle')].map((l) => l.textContent?.trim())
292
- expect(labels).not.toContain('Date axis')
293
- } finally {
294
- a.destroy()
295
- }
296
- // Date dimension -> Date axis toggle appears and drives xType: 'time'.
297
- const dateColumns = [
298
- { field: 'day', header: 'Day', width: 120, cellDataType: 'date' },
299
- { field: 'channel', header: 'Channel', width: 120 },
300
- { field: 'signups', header: 'Signups', width: 100, cellDataType: 'number' },
301
- ]
302
- const dateData = [
303
- { id: 1, day: '2026-01-01', channel: 'Organic', signups: 10 },
304
- { id: 2, day: '2026-01-02', channel: 'Organic', signups: 20 },
305
- { id: 3, day: '2026-01-03', channel: 'Paid', signups: 30 },
306
- ]
307
- const b = await mountGrid({
308
- data: dateData,
309
- columns: dateColumns,
310
- charting: { defaultOpen: true, dimension: 'day', measures: 'signups' },
311
- })
312
- try {
313
- await tick()
314
- const labels = [...b.target.querySelectorAll('.sv-grid-chart-toggle')].map((l) => l.textContent?.trim())
315
- expect(labels).toContain('Date axis')
316
- b.api.configureChart({ timeAxis: true })
317
- await tick()
318
- expect(b.api.getChartSpec()!.xType).toBe('time')
319
- } finally {
320
- b.destroy()
321
- }
322
- })
323
-
324
- it('serializes chart data to CSV and shows an Export menu (PNG/SVG/CSV/Copy)', async () => {
325
- const { api, target, destroy } = await mountGrid({ charting: { defaultOpen: true } })
326
- try {
327
- api.configureChart({ dimension: 'team', series: 'name', measure: 'salary' })
328
- await tick()
329
- const csv = chartSpecToCsv(api.getChartSpec()!)
330
- const [header, ...rows] = csv.split('\n')
331
- expect(header!.startsWith('Category,')).toBe(true)
332
- expect(rows.length).toBeGreaterThan(0)
333
- // Export button + menu.
334
- const btn = target.querySelector<HTMLButtonElement>('[aria-label="Export chart"]')
335
- expect(btn).toBeTruthy()
336
- btn!.dispatchEvent(new MouseEvent('click', { bubbles: true }))
337
- await tick()
338
- const items = [...target.querySelectorAll('.sv-grid-chart-export-menu button')].map((b) => b.textContent)
339
- expect(items).toEqual(['PNG image', 'SVG vector', 'CSV data', 'Copy to clipboard'])
340
- } finally {
341
- destroy()
342
- }
343
- })
344
-
345
- it('buildChart emits a grouped category-axis tier from categoryGroups', () => {
346
- const geo = buildChart({
347
- type: 'bar',
348
- categories: ['USA', 'Canada', 'Japan', 'India'],
349
- series: [{ label: 'Rev', values: [10, 20, 30, 40] }],
350
- categoryGroups: [{ label: 'Americas', span: 2 }, { label: 'APAC', span: 2 }],
351
- })
352
- expect(geo.categoryGroupTicks.map((g) => g.label)).toEqual(['Americas', 'APAC'])
353
- // Groups tile the axis edge-to-edge (first group's right = second's left).
354
- expect(geo.categoryGroupTicks[0]!.x1).toBe(geo.categoryGroupTicks[1]!.x0)
355
- // Ignored when the spans don't cover every leaf.
356
- const bad = buildChart({
357
- type: 'bar',
358
- categories: ['A', 'B', 'C'],
359
- series: [{ label: 'x', values: [1, 2, 3] }],
360
- categoryGroups: [{ label: 'G', span: 2 }],
361
- })
362
- expect(bad.categoryGroupTicks.length).toBe(0)
363
- })
364
-
365
- it('formatChartValue renders currency / percent / compact', () => {
366
- expect(formatChartValue(1500, 'currency')).toBe('$1.5k')
367
- expect(formatChartValue(-2_000_000, 'currency')).toBe('-$2M')
368
- expect(formatChartValue(0.25, 'percent')).toBe('25%')
369
- expect(formatChartValue(1500)).toBe('1.5k')
370
- expect(formatChartValue(1500, 'number')).toBe('1.5k')
371
- })
372
-
373
- it('applies a value format and an auto y-axis title to the spec', async () => {
374
- const { api, destroy } = await mountGrid({ charting: { defaultOpen: true } })
375
- try {
376
- api.configureChart({ dimension: 'team', measure: 'salary', reduce: 'sum', valueFormat: 'currency' })
377
- await tick()
378
- const spec = api.getChartSpec()!
379
- expect(spec.valueFormat).toBe('currency')
380
- expect(spec.yAxisTitle).toBe('Sum of Salary')
381
- } finally {
382
- destroy()
383
- }
384
- })
385
-
386
- it('defaults the value format from the measure column format', async () => {
387
- const cols = [
388
- { field: 'team', header: 'Team', width: 120 },
389
- { field: 'salary', header: 'Salary', width: 120, cellDataType: 'number', format: { type: 'currency', currency: 'USD' } },
390
- ]
391
- const { api, destroy } = await mountGrid({
392
- columns: cols,
393
- charting: { defaultOpen: true, dimension: 'team', measures: 'salary' },
394
- })
395
- try {
396
- await tick()
397
- expect(api.getChartSpec()!.valueFormat).toBe('currency')
398
- } finally {
399
- destroy()
400
- }
401
- })
402
-
403
- it('splits into one series per distinct value of the `series` field', async () => {
404
- const { api, destroy } = await mountGrid({ charting: { dimension: 'team', series: 'name', measures: 'age' } })
405
- await tick() // the chart engine loads lazily; ready a tick after mount
406
- try {
407
- const spec = api.getChartSpec()
408
- // categories = distinct teams (4); one series per distinct name (6).
409
- expect(spec!.series.length).toBe(6)
410
- } finally {
411
- destroy()
412
- }
413
- })
414
-
415
- it('plots one series per measure with `measures[]`', async () => {
416
- const { api, destroy } = await mountGrid({ charting: { dimension: 'team', measures: ['age', 'salary'] } })
417
- await tick() // the chart engine loads lazily; ready a tick after mount
418
- try {
419
- const spec = api.getChartSpec()
420
- expect(spec!.series.length).toBe(2)
421
- } finally {
422
- destroy()
423
- }
424
- })
425
-
426
- it('marks the spec stacked when config.stacked is set', async () => {
427
- const { api, destroy } = await mountGrid({ charting: { dimension: 'team', series: 'name', measures: 'age', stacked: true } })
428
- await tick() // the chart engine loads lazily; ready a tick after mount
429
- try {
430
- expect(api.getChartSpec()!.stacked).toBe(true)
431
- } finally {
432
- destroy()
433
- }
434
- })
435
-
436
- it('renders a custom `buildSpec` chart that stays live with the grid', async () => {
437
- const { api, destroy } = await mountGrid({
438
- charting: { defaultOpen: true, buildSpec: (rows: unknown[]) => ({ type: 'bar', categories: ['All'], series: [{ label: 'Count', values: [rows.length] }] }) },
439
- })
440
- try {
441
- await tick()
442
- // The custom spec reflects all displayed rows...
443
- expect(api.getChartSpec()!.series[0]!.values[0]).toBe(people.length)
444
- // ...and re-derives when the grid is filtered (auto-refresh through buildSpec).
445
- api.setFacetFilter('team', ['Research'])
446
- await tick()
447
- expect(api.getChartSpec()!.series[0]!.values[0]).toBe(3)
448
- } finally {
449
- destroy()
450
- }
451
- })
452
-
453
- it('maps a multi-column cell selection to dimension + split-by + measures (column-exact)', async () => {
454
- const { api, destroy } = await mountGrid({ charting: true })
455
- try {
456
- // Select columns 1..3 (team, age, salary) across the first two rows:
457
- // team -> dimension, no 2nd text col, age+salary -> measures.
458
- api.selectCells([[0, 1, 1, 3]])
459
- await tick()
460
- const spec = api.getChartSpec()
461
- // Two numeric columns in the span -> two series.
462
- expect(spec!.series.length).toBe(2)
463
- } finally {
464
- destroy()
465
- }
466
- })
467
-
468
- it('round-trips the chart config through getState / setState', async () => {
469
- const a = await mountGrid({ charting: true })
470
- try {
471
- a.api.openChart()
472
- a.api.setState({ ...a.api.getState(), chart: { open: true, type: 'line', dimension: 'team', series: null, measure: 'salary', reduce: 'avg', stacked: false } } as any)
473
- await tick()
474
- const state = a.api.getState() as any
475
- expect(state.chart).toBeTruthy()
476
- expect(state.chart.type).toBe('line')
477
- expect(state.chart.reduce).toBe('avg')
478
- const spec = a.api.getChartSpec()
479
- expect(spec!.type).toBe('line')
480
- } finally {
481
- a.destroy()
482
- }
483
- })
484
-
485
- it('charts server-side buckets from getAggregate and refetches on filter change', async () => {
486
- let calls = 0
487
- let lastFilter: any = null
488
- const { api, destroy } = await mountGrid({
489
- charting: {
490
- getAggregate: async (req: ChartAggregateRequest) => {
491
- calls += 1
492
- lastFilter = req.filterModel
493
- return [
494
- { category: 'A', value: 10 },
495
- { category: 'B', value: 20 },
496
- ]
497
- },
498
- },
499
- })
500
- try {
501
- await new Promise((r) => setTimeout(r, 15))
502
- const spec = api.getChartSpec()
503
- expect(spec).not.toBeNull()
504
- expect(spec!.categories).toEqual(['A', 'B'])
505
- expect(spec!.series[0]!.values).toEqual([10, 20])
506
- expect(calls).toBeGreaterThan(0)
507
- // A filter change re-runs the server aggregation with the new filter.
508
- const before = calls
509
- api.setFacetFilter('team', ['Research'])
510
- await new Promise((r) => setTimeout(r, 15))
511
- expect(calls).toBeGreaterThan(before)
512
- expect(lastFilter.facets.team).toEqual(['Research'])
513
- } finally {
514
- destroy()
515
- }
516
- })
517
-
518
- it('cross-filters the grid when a chart category is clicked', async () => {
519
- const { api, target, destroy } = await mountGrid({ charting: { defaultOpen: true } })
520
- try {
521
- await tick()
522
- expect(api.getDisplayedRows().length).toBe(people.length)
523
- // The full-height hit rect for the first category carries data-cat-index=0.
524
- const hit = target.querySelector<SVGElement>('.sv-grid-chart-panel svg [data-cat-index="0"]')
525
- expect(hit).toBeTruthy()
526
- hit!.dispatchEvent(new MouseEvent('click', { bubbles: true }))
527
- await tick()
528
- // Clicking one category (a distinct name) filters the grid to that row.
529
- expect(api.getDisplayedRows().length).toBe(1)
530
- } finally {
531
- destroy()
532
- }
533
- })
534
- })
1
+ /**
2
+ * Built-in integrated charting (`charting` prop on <SvGrid>): the docked chart
3
+ * panel, its live derivation from displayed rows + selection, and the
4
+ * chart-click -> grid cross-filter loop.
5
+ */
6
+ import { describe, expect, it } from 'vitest'
7
+ import { mount, unmount } from 'svelte'
8
+ import SvGrid from './SvGrid.svelte'
9
+ import {
10
+ columnFilteringFeature,
11
+ createCoreRowModel,
12
+ createFilteredRowModel,
13
+ createSortedRowModel,
14
+ rowSelectionFeature,
15
+ rowSortingFeature,
16
+ sortFns,
17
+ tableFeatures,
18
+ chartSpecToCsv,
19
+ formatChartValue,
20
+ buildChart,
21
+ } from './index'
22
+ import type { ChartAggregateRequest, ColumnDef, SvGridApi } from './index'
23
+
24
+ type Person = { id: number; name: string; team: string; age: number; salary: number }
25
+
26
+ const features = tableFeatures({ columnFilteringFeature, rowSelectionFeature, rowSortingFeature })
27
+
28
+ const people: Person[] = [
29
+ { id: 1, name: 'Ada', team: 'Research', age: 38, salary: 120 },
30
+ { id: 2, name: 'Grace', team: 'Compilers', age: 42, salary: 150 },
31
+ { id: 3, name: 'Alan', team: 'Research', age: 41, salary: 130 },
32
+ { id: 4, name: 'Margaret', team: 'Apollo', age: 35, salary: 160 },
33
+ { id: 5, name: 'Linus', team: 'Kernel', age: 54, salary: 175 },
34
+ { id: 6, name: 'Donald', team: 'Research', age: 86, salary: 110 },
35
+ ]
36
+
37
+ const columns: ColumnDef<typeof features, Person>[] = [
38
+ { field: 'name', header: 'Name', width: 160 },
39
+ { field: 'team', header: 'Team', width: 160 },
40
+ { field: 'age', header: 'Age', width: 100, cellDataType: 'number' },
41
+ { field: 'salary', header: 'Salary', width: 100, cellDataType: 'number' },
42
+ ]
43
+
44
+ type MountResult = { api: SvGridApi<typeof features, Person>; target: HTMLElement; destroy: () => void }
45
+
46
+ function mountGrid(overrides: Record<string, unknown> = {}): Promise<MountResult> {
47
+ return new Promise((resolve, reject) => {
48
+ const target = document.createElement('div')
49
+ target.style.width = '1000px'
50
+ target.style.height = '600px'
51
+ document.body.appendChild(target)
52
+ const app = mount(SvGrid, {
53
+ target,
54
+ props: {
55
+ data: people,
56
+ columns,
57
+ features,
58
+ _rowModels: {
59
+ coreRowModel: createCoreRowModel(),
60
+ filteredRowModel: createFilteredRowModel(),
61
+ sortedRowModel: createSortedRowModel(sortFns),
62
+ },
63
+ rowHeight: 36,
64
+ containerHeight: 480,
65
+ virtualization: false,
66
+ onApiReady(api: SvGridApi<typeof features, Person>) {
67
+ resolve({ api, target, destroy: () => { unmount(app); target.remove() } })
68
+ },
69
+ ...overrides,
70
+ } as any,
71
+ })
72
+ queueMicrotask(() => reject(new Error('onApiReady never fired')))
73
+ })
74
+ }
75
+
76
+ // A macrotask boundary: drains all pending microtasks (Svelte effects, the chart
77
+ // panel's lazy import() + its .then, and the follow-up flush) so the docked panel
78
+ // is mounted before assertions. The panel is loaded lazily as its own chunk.
79
+ const tick = () => new Promise((r) => setTimeout(r))
80
+
81
+ describe('SvGrid built-in charting', () => {
82
+ it('derives a chart spec from all displayed rows (default dimension + measure)', async () => {
83
+ const { api, destroy } = await mountGrid({ charting: true })
84
+ await tick() // the chart engine loads lazily; ready a tick after mount
85
+ try {
86
+ const spec = api.getChartSpec()
87
+ expect(spec).not.toBeNull()
88
+ expect(spec!.type).toBe('bar')
89
+ // Default dimension is the first text column (name), one category per row.
90
+ expect(spec!.categories.length).toBe(people.length)
91
+ } finally {
92
+ destroy()
93
+ }
94
+ })
95
+
96
+ it('re-derives the chart when the grid is filtered (auto-refresh)', async () => {
97
+ const { api, destroy } = await mountGrid({ charting: true })
98
+ try {
99
+ // Filter to the Research team (3 people) via the same facet-filter state
100
+ // the chart's own cross-filter writes.
101
+ api.setFacetFilter('team', ['Research'])
102
+ await tick()
103
+ const spec = api.getChartSpec()
104
+ expect(spec!.categories.length).toBe(3)
105
+ } finally {
106
+ destroy()
107
+ }
108
+ })
109
+
110
+ it('scopes the chart to the selected cell range', async () => {
111
+ const { api, destroy } = await mountGrid({ charting: true })
112
+ try {
113
+ // Select the first two rows across all columns.
114
+ api.selectCells([[0, 0, 1, 2]])
115
+ await tick()
116
+ const spec = api.getChartSpec()
117
+ expect(spec!.categories.length).toBe(2)
118
+ } finally {
119
+ destroy()
120
+ }
121
+ })
122
+
123
+ it('renders the docked panel with an <svg> when open', async () => {
124
+ const { target, destroy } = await mountGrid({ charting: { defaultOpen: true } })
125
+ try {
126
+ await tick()
127
+ const panel = target.querySelector('.sv-grid-chart-panel')
128
+ expect(panel).toBeTruthy()
129
+ expect(panel!.querySelector('svg')).toBeTruthy()
130
+ } finally {
131
+ destroy()
132
+ }
133
+ })
134
+
135
+ it('pops the docked panel out into a floating window, maximizes, and docks back', async () => {
136
+ const { target, destroy } = await mountGrid({ charting: { defaultOpen: true } })
137
+ try {
138
+ await tick()
139
+ const panel = () => target.querySelector('.sv-grid-chart-panel')!
140
+ const click = (label: string) => {
141
+ const btn = target.querySelector<HTMLButtonElement>(`[aria-label="${label}"]`)
142
+ expect(btn).toBeTruthy()
143
+ btn!.dispatchEvent(new MouseEvent('click', { bubbles: true }))
144
+ }
145
+ // Starts docked.
146
+ expect(panel().classList.contains('is-floating')).toBe(false)
147
+ // Pop out -> floating window.
148
+ click('Pop out chart')
149
+ await tick()
150
+ expect(panel().classList.contains('is-floating')).toBe(true)
151
+ // Maximize -> fills the grid.
152
+ click('Maximize')
153
+ await tick()
154
+ expect(panel().classList.contains('is-maximized')).toBe(true)
155
+ // Dock back -> re-docked, not floating, not maximized.
156
+ click('Dock chart')
157
+ await tick()
158
+ expect(panel().classList.contains('is-floating')).toBe(false)
159
+ expect(panel().classList.contains('is-maximized')).toBe(false)
160
+ } finally {
161
+ destroy()
162
+ }
163
+ })
164
+
165
+ it('adds a second chart, shows a tab strip, and persists both charts in view state', async () => {
166
+ const { api, target, destroy } = await mountGrid({ charting: { defaultOpen: true } })
167
+ try {
168
+ await tick()
169
+ // One chart, no tab strip yet.
170
+ expect(target.querySelectorAll('.sv-grid-chart-tab').length).toBe(0)
171
+ // Add a chart.
172
+ const add = target.querySelector<HTMLButtonElement>('[aria-label="Add chart"]')
173
+ expect(add).toBeTruthy()
174
+ add!.dispatchEvent(new MouseEvent('click', { bubbles: true }))
175
+ await tick()
176
+ // Now two tabs; the second is active.
177
+ const tabs = target.querySelectorAll('.sv-grid-chart-tab')
178
+ expect(tabs.length).toBe(2)
179
+ expect(tabs[1]!.classList.contains('is-active')).toBe(true)
180
+ // View state carries both charts + the active index.
181
+ const state = api.getState() as any
182
+ expect(state.charts.length).toBe(2)
183
+ expect(state.chartActive).toBe(1)
184
+ // Removing a chart drops back to a single chart (tab strip disappears).
185
+ target.querySelector<HTMLButtonElement>('.sv-grid-chart-tab.is-active .sv-grid-chart-tab-x')!
186
+ .dispatchEvent(new MouseEvent('click', { bubbles: true }))
187
+ await tick()
188
+ expect(target.querySelectorAll('.sv-grid-chart-tab').length).toBe(0)
189
+ expect((api.getState() as any).charts.length).toBe(1)
190
+ } finally {
191
+ destroy()
192
+ }
193
+ })
194
+
195
+ it('keeps each chart\'s own type when switching tabs', async () => {
196
+ const { api, target, destroy } = await mountGrid({ charting: { defaultOpen: true } })
197
+ try {
198
+ await tick()
199
+ // Chart 1 -> line.
200
+ const typeSel = () => target.querySelector<HTMLSelectElement>('.sv-grid-chart-controls select')!
201
+ typeSel().value = 'line'
202
+ typeSel().dispatchEvent(new Event('change', { bubbles: true }))
203
+ await tick()
204
+ expect(api.getChartSpec()!.type).toBe('line')
205
+ // Add Chart 2 (defaults to bar).
206
+ target.querySelector<HTMLButtonElement>('[aria-label="Add chart"]')!
207
+ .dispatchEvent(new MouseEvent('click', { bubbles: true }))
208
+ await tick()
209
+ expect(api.getChartSpec()!.type).toBe('bar')
210
+ // Switch back to Chart 1 -> still line.
211
+ target.querySelectorAll<HTMLButtonElement>('.sv-grid-chart-tab-label')[0]!
212
+ .dispatchEvent(new MouseEvent('click', { bubbles: true }))
213
+ await tick()
214
+ expect(api.getChartSpec()!.type).toBe('line')
215
+ } finally {
216
+ destroy()
217
+ }
218
+ })
219
+
220
+ it('configureChart applies a config to the active chart (resolving field names)', async () => {
221
+ const { api, destroy } = await mountGrid({ charting: { defaultOpen: true } })
222
+ try {
223
+ api.configureChart({ type: 'line', dimension: 'team', measure: 'salary', reduce: 'avg' })
224
+ await tick()
225
+ const spec = api.getChartSpec()
226
+ expect(spec!.type).toBe('line')
227
+ // salary aggregated by team -> one category per distinct team.
228
+ expect(spec!.categories.length).toBeGreaterThan(0)
229
+ } finally {
230
+ destroy()
231
+ }
232
+ })
233
+
234
+ it('shows an AI button only when a chart-AI handler is registered, and applies its result', async () => {
235
+ const { api, target, destroy } = await mountGrid({ charting: { defaultOpen: true } })
236
+ try {
237
+ await tick()
238
+ // No handler -> no AI button.
239
+ expect(target.querySelector('[aria-label="Chart with AI"]')).toBeFalsy()
240
+ // Register a deterministic handler (stands in for enterprise's aiChart).
241
+ api.setChartAiHandler(async () => ({
242
+ type: 'line',
243
+ dimension: 'team',
244
+ series: null,
245
+ measure: 'salary',
246
+ reduce: 'avg',
247
+ stacked: false,
248
+ rationale: 'line of avg salary by team',
249
+ }))
250
+ await tick()
251
+ const aiBtn = target.querySelector<HTMLButtonElement>('[aria-label="Chart with AI"]')
252
+ expect(aiBtn).toBeTruthy()
253
+ // Open the prompt row, type a query, submit.
254
+ aiBtn!.dispatchEvent(new MouseEvent('click', { bubbles: true }))
255
+ await tick()
256
+ const input = target.querySelector<HTMLInputElement>('.sv-grid-chart-ai-input')!
257
+ input.value = 'average salary by team as a line'
258
+ input.dispatchEvent(new Event('input', { bubbles: true }))
259
+ const form = target.querySelector<HTMLFormElement>('.sv-grid-chart-ai-row')!
260
+ form.dispatchEvent(new Event('submit', { bubbles: true, cancelable: true }))
261
+ // Let the async handler resolve.
262
+ await new Promise((r) => setTimeout(r, 0))
263
+ await tick()
264
+ expect(api.getChartSpec()!.type).toBe('line')
265
+ } finally {
266
+ destroy()
267
+ }
268
+ })
269
+
270
+ it('toggles a logarithmic value axis (configureChart + panel toggle present)', async () => {
271
+ const { api, target, destroy } = await mountGrid({ charting: { defaultOpen: true } })
272
+ try {
273
+ api.configureChart({ dimension: 'team', measure: 'salary' })
274
+ await tick()
275
+ expect(api.getChartSpec()!.yScale).not.toBe('log')
276
+ api.configureChart({ logScale: true })
277
+ await tick()
278
+ expect(api.getChartSpec()!.yScale).toBe('log')
279
+ const labels = [...target.querySelectorAll('.sv-grid-chart-toggle')].map((l) => l.textContent?.trim())
280
+ expect(labels).toContain('Log scale')
281
+ } finally {
282
+ destroy()
283
+ }
284
+ })
285
+
286
+ it('offers a date axis only when the group-by column is date-like', async () => {
287
+ // Non-date dimension -> no Date axis toggle.
288
+ const a = await mountGrid({ charting: { defaultOpen: true } })
289
+ try {
290
+ await tick()
291
+ const labels = [...a.target.querySelectorAll('.sv-grid-chart-toggle')].map((l) => l.textContent?.trim())
292
+ expect(labels).not.toContain('Date axis')
293
+ } finally {
294
+ a.destroy()
295
+ }
296
+ // Date dimension -> Date axis toggle appears and drives xType: 'time'.
297
+ const dateColumns = [
298
+ { field: 'day', header: 'Day', width: 120, cellDataType: 'date' },
299
+ { field: 'channel', header: 'Channel', width: 120 },
300
+ { field: 'signups', header: 'Signups', width: 100, cellDataType: 'number' },
301
+ ]
302
+ const dateData = [
303
+ { id: 1, day: '2026-01-01', channel: 'Organic', signups: 10 },
304
+ { id: 2, day: '2026-01-02', channel: 'Organic', signups: 20 },
305
+ { id: 3, day: '2026-01-03', channel: 'Paid', signups: 30 },
306
+ ]
307
+ const b = await mountGrid({
308
+ data: dateData,
309
+ columns: dateColumns,
310
+ charting: { defaultOpen: true, dimension: 'day', measures: 'signups' },
311
+ })
312
+ try {
313
+ await tick()
314
+ const labels = [...b.target.querySelectorAll('.sv-grid-chart-toggle')].map((l) => l.textContent?.trim())
315
+ expect(labels).toContain('Date axis')
316
+ b.api.configureChart({ timeAxis: true })
317
+ await tick()
318
+ expect(b.api.getChartSpec()!.xType).toBe('time')
319
+ } finally {
320
+ b.destroy()
321
+ }
322
+ })
323
+
324
+ it('serializes chart data to CSV and shows an Export menu (PNG/SVG/CSV/Copy)', async () => {
325
+ const { api, target, destroy } = await mountGrid({ charting: { defaultOpen: true } })
326
+ try {
327
+ api.configureChart({ dimension: 'team', series: 'name', measure: 'salary' })
328
+ await tick()
329
+ const csv = chartSpecToCsv(api.getChartSpec()!)
330
+ const [header, ...rows] = csv.split('\n')
331
+ expect(header!.startsWith('Category,')).toBe(true)
332
+ expect(rows.length).toBeGreaterThan(0)
333
+ // Export button + menu.
334
+ const btn = target.querySelector<HTMLButtonElement>('[aria-label="Export chart"]')
335
+ expect(btn).toBeTruthy()
336
+ btn!.dispatchEvent(new MouseEvent('click', { bubbles: true }))
337
+ await tick()
338
+ const items = [...target.querySelectorAll('.sv-grid-chart-export-menu button')].map((b) => b.textContent)
339
+ expect(items).toEqual(['PNG image', 'SVG vector', 'CSV data', 'Copy to clipboard'])
340
+ } finally {
341
+ destroy()
342
+ }
343
+ })
344
+
345
+ it('buildChart emits a grouped category-axis tier from categoryGroups', () => {
346
+ const geo = buildChart({
347
+ type: 'bar',
348
+ categories: ['USA', 'Canada', 'Japan', 'India'],
349
+ series: [{ label: 'Rev', values: [10, 20, 30, 40] }],
350
+ categoryGroups: [{ label: 'Americas', span: 2 }, { label: 'APAC', span: 2 }],
351
+ })
352
+ expect(geo.categoryGroupTicks.map((g) => g.label)).toEqual(['Americas', 'APAC'])
353
+ // Groups tile the axis edge-to-edge (first group's right = second's left).
354
+ expect(geo.categoryGroupTicks[0]!.x1).toBe(geo.categoryGroupTicks[1]!.x0)
355
+ // Ignored when the spans don't cover every leaf.
356
+ const bad = buildChart({
357
+ type: 'bar',
358
+ categories: ['A', 'B', 'C'],
359
+ series: [{ label: 'x', values: [1, 2, 3] }],
360
+ categoryGroups: [{ label: 'G', span: 2 }],
361
+ })
362
+ expect(bad.categoryGroupTicks.length).toBe(0)
363
+ })
364
+
365
+ it('formatChartValue renders currency / percent / compact', () => {
366
+ expect(formatChartValue(1500, 'currency')).toBe('$1.5k')
367
+ expect(formatChartValue(-2_000_000, 'currency')).toBe('-$2M')
368
+ expect(formatChartValue(0.25, 'percent')).toBe('25%')
369
+ expect(formatChartValue(1500)).toBe('1.5k')
370
+ expect(formatChartValue(1500, 'number')).toBe('1.5k')
371
+ })
372
+
373
+ it('applies a value format and an auto y-axis title to the spec', async () => {
374
+ const { api, destroy } = await mountGrid({ charting: { defaultOpen: true } })
375
+ try {
376
+ api.configureChart({ dimension: 'team', measure: 'salary', reduce: 'sum', valueFormat: 'currency' })
377
+ await tick()
378
+ const spec = api.getChartSpec()!
379
+ expect(spec.valueFormat).toBe('currency')
380
+ expect(spec.yAxisTitle).toBe('Sum of Salary')
381
+ } finally {
382
+ destroy()
383
+ }
384
+ })
385
+
386
+ it('defaults the value format from the measure column format', async () => {
387
+ const cols = [
388
+ { field: 'team', header: 'Team', width: 120 },
389
+ { field: 'salary', header: 'Salary', width: 120, cellDataType: 'number', format: { type: 'currency', currency: 'USD' } },
390
+ ]
391
+ const { api, destroy } = await mountGrid({
392
+ columns: cols,
393
+ charting: { defaultOpen: true, dimension: 'team', measures: 'salary' },
394
+ })
395
+ try {
396
+ await tick()
397
+ expect(api.getChartSpec()!.valueFormat).toBe('currency')
398
+ } finally {
399
+ destroy()
400
+ }
401
+ })
402
+
403
+ it('splits into one series per distinct value of the `series` field', async () => {
404
+ const { api, destroy } = await mountGrid({ charting: { dimension: 'team', series: 'name', measures: 'age' } })
405
+ await tick() // the chart engine loads lazily; ready a tick after mount
406
+ try {
407
+ const spec = api.getChartSpec()
408
+ // categories = distinct teams (4); one series per distinct name (6).
409
+ expect(spec!.series.length).toBe(6)
410
+ } finally {
411
+ destroy()
412
+ }
413
+ })
414
+
415
+ it('plots one series per measure with `measures[]`', async () => {
416
+ const { api, destroy } = await mountGrid({ charting: { dimension: 'team', measures: ['age', 'salary'] } })
417
+ await tick() // the chart engine loads lazily; ready a tick after mount
418
+ try {
419
+ const spec = api.getChartSpec()
420
+ expect(spec!.series.length).toBe(2)
421
+ } finally {
422
+ destroy()
423
+ }
424
+ })
425
+
426
+ it('marks the spec stacked when config.stacked is set', async () => {
427
+ const { api, destroy } = await mountGrid({ charting: { dimension: 'team', series: 'name', measures: 'age', stacked: true } })
428
+ await tick() // the chart engine loads lazily; ready a tick after mount
429
+ try {
430
+ expect(api.getChartSpec()!.stacked).toBe(true)
431
+ } finally {
432
+ destroy()
433
+ }
434
+ })
435
+
436
+ it('renders a custom `buildSpec` chart that stays live with the grid', async () => {
437
+ const { api, destroy } = await mountGrid({
438
+ charting: { defaultOpen: true, buildSpec: (rows: unknown[]) => ({ type: 'bar', categories: ['All'], series: [{ label: 'Count', values: [rows.length] }] }) },
439
+ })
440
+ try {
441
+ await tick()
442
+ // The custom spec reflects all displayed rows...
443
+ expect(api.getChartSpec()!.series[0]!.values[0]).toBe(people.length)
444
+ // ...and re-derives when the grid is filtered (auto-refresh through buildSpec).
445
+ api.setFacetFilter('team', ['Research'])
446
+ await tick()
447
+ expect(api.getChartSpec()!.series[0]!.values[0]).toBe(3)
448
+ } finally {
449
+ destroy()
450
+ }
451
+ })
452
+
453
+ it('maps a multi-column cell selection to dimension + split-by + measures (column-exact)', async () => {
454
+ const { api, destroy } = await mountGrid({ charting: true })
455
+ try {
456
+ // Select columns 1..3 (team, age, salary) across the first two rows:
457
+ // team -> dimension, no 2nd text col, age+salary -> measures.
458
+ api.selectCells([[0, 1, 1, 3]])
459
+ await tick()
460
+ const spec = api.getChartSpec()
461
+ // Two numeric columns in the span -> two series.
462
+ expect(spec!.series.length).toBe(2)
463
+ } finally {
464
+ destroy()
465
+ }
466
+ })
467
+
468
+ it('round-trips the chart config through getState / setState', async () => {
469
+ const a = await mountGrid({ charting: true })
470
+ try {
471
+ a.api.openChart()
472
+ a.api.setState({ ...a.api.getState(), chart: { open: true, type: 'line', dimension: 'team', series: null, measure: 'salary', reduce: 'avg', stacked: false } } as any)
473
+ await tick()
474
+ const state = a.api.getState() as any
475
+ expect(state.chart).toBeTruthy()
476
+ expect(state.chart.type).toBe('line')
477
+ expect(state.chart.reduce).toBe('avg')
478
+ const spec = a.api.getChartSpec()
479
+ expect(spec!.type).toBe('line')
480
+ } finally {
481
+ a.destroy()
482
+ }
483
+ })
484
+
485
+ it('charts server-side buckets from getAggregate and refetches on filter change', async () => {
486
+ let calls = 0
487
+ let lastFilter: any = null
488
+ const { api, destroy } = await mountGrid({
489
+ charting: {
490
+ getAggregate: async (req: ChartAggregateRequest) => {
491
+ calls += 1
492
+ lastFilter = req.filterModel
493
+ return [
494
+ { category: 'A', value: 10 },
495
+ { category: 'B', value: 20 },
496
+ ]
497
+ },
498
+ },
499
+ })
500
+ try {
501
+ await new Promise((r) => setTimeout(r, 15))
502
+ const spec = api.getChartSpec()
503
+ expect(spec).not.toBeNull()
504
+ expect(spec!.categories).toEqual(['A', 'B'])
505
+ expect(spec!.series[0]!.values).toEqual([10, 20])
506
+ expect(calls).toBeGreaterThan(0)
507
+ // A filter change re-runs the server aggregation with the new filter.
508
+ const before = calls
509
+ api.setFacetFilter('team', ['Research'])
510
+ await new Promise((r) => setTimeout(r, 15))
511
+ expect(calls).toBeGreaterThan(before)
512
+ expect(lastFilter.facets.team).toEqual(['Research'])
513
+ } finally {
514
+ destroy()
515
+ }
516
+ })
517
+
518
+ it('cross-filters the grid when a chart category is clicked', async () => {
519
+ const { api, target, destroy } = await mountGrid({ charting: { defaultOpen: true } })
520
+ try {
521
+ await tick()
522
+ expect(api.getDisplayedRows().length).toBe(people.length)
523
+ // The full-height hit rect for the first category carries data-cat-index=0.
524
+ const hit = target.querySelector<SVGElement>('.sv-grid-chart-panel svg [data-cat-index="0"]')
525
+ expect(hit).toBeTruthy()
526
+ hit!.dispatchEvent(new MouseEvent('click', { bubbles: true }))
527
+ await tick()
528
+ // Clicking one category (a distinct name) filters the grid to that row.
529
+ expect(api.getDisplayedRows().length).toBe(1)
530
+ } finally {
531
+ destroy()
532
+ }
533
+ })
534
+ })