@svgrid/grid 2.6.21 → 2.7.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 (358) hide show
  1. package/CHANGELOG.md +150 -88
  2. package/README.md +221 -199
  3. package/dist/FlexRender.svelte +96 -96
  4. package/dist/GridFooter.svelte +181 -181
  5. package/dist/GridMenus.svelte +201 -18
  6. package/dist/SvAutoComplete.svelte +169 -165
  7. package/dist/SvAvatar.svelte +75 -75
  8. package/dist/SvCalendar.svelte +503 -503
  9. package/dist/SvCarousel.svelte +141 -141
  10. package/dist/SvCheckBox.svelte +102 -102
  11. package/dist/SvCircularProgress.svelte +109 -109
  12. package/dist/SvColorInput.svelte +181 -181
  13. package/dist/SvComboBox.svelte +279 -275
  14. package/dist/SvContextMenu.svelte +116 -116
  15. package/dist/SvCountryInput.svelte +163 -163
  16. package/dist/SvDateRangeInput.svelte +25 -3
  17. package/dist/SvDrawer.svelte +254 -254
  18. package/dist/SvDropDownList.svelte +378 -374
  19. package/dist/SvDurationInput.svelte +126 -126
  20. package/dist/SvField.svelte +293 -293
  21. package/dist/SvForm.svelte +437 -437
  22. package/dist/SvGrid.controller.svelte.d.ts +61 -9
  23. package/dist/SvGrid.controller.svelte.js +363 -123
  24. package/dist/SvGrid.css +222 -1
  25. package/dist/SvGrid.helpers.d.ts +55 -0
  26. package/dist/SvGrid.helpers.js +83 -0
  27. package/dist/SvGrid.svelte +255 -56
  28. package/dist/SvGrid.types.d.ts +146 -1
  29. package/dist/SvGridCellEditor.svelte +744 -662
  30. package/dist/SvGridChart.svelte +1716 -1716
  31. package/dist/SvGridChartPanel.svelte +485 -485
  32. package/dist/SvGridChartView.svelte +70 -70
  33. package/dist/SvGridDropdown.svelte +728 -728
  34. package/dist/SvGridSelect.svelte +270 -266
  35. package/dist/SvGridSelect.svelte.d.ts +1 -1
  36. package/dist/SvGroupCell.svelte +116 -116
  37. package/dist/SvListBox.svelte +334 -326
  38. package/dist/SvMaskedInput.svelte +122 -122
  39. package/dist/SvMenu.svelte +124 -124
  40. package/dist/SvMenuList.svelte +146 -146
  41. package/dist/SvMultiSelect.svelte +293 -289
  42. package/dist/SvMultiSelect.svelte.d.ts +1 -1
  43. package/dist/SvNumberInput.svelte +172 -168
  44. package/dist/SvOtpInput.svelte +158 -158
  45. package/dist/SvPasswordInput.svelte +151 -151
  46. package/dist/SvPhoneInput.svelte +133 -133
  47. package/dist/SvPopover.svelte +197 -197
  48. package/dist/SvProgress.svelte +116 -116
  49. package/dist/SvRadioGroup.svelte +107 -107
  50. package/dist/SvRating.svelte +112 -112
  51. package/dist/SvResult.svelte +73 -73
  52. package/dist/SvRichCell.svelte +125 -0
  53. package/dist/SvRichCell.svelte.d.ts +15 -0
  54. package/dist/SvRichText.svelte +211 -211
  55. package/dist/SvRowGroupPanel.svelte +170 -170
  56. package/dist/SvScrollArea.svelte +61 -61
  57. package/dist/SvSlider.svelte +203 -203
  58. package/dist/SvSwitchButton.svelte +108 -108
  59. package/dist/SvTagsInput.svelte +115 -115
  60. package/dist/SvTextArea.svelte +5 -1
  61. package/dist/SvTextInput.svelte +147 -147
  62. package/dist/SvTimePicker.svelte +245 -245
  63. package/dist/SvToaster.svelte +159 -159
  64. package/dist/SvToggleButton.svelte +85 -85
  65. package/dist/SvTooltip.svelte +161 -161
  66. package/dist/SvTour.svelte +208 -208
  67. package/dist/SvTree.svelte +444 -444
  68. package/dist/SvTreeSelect.svelte +239 -235
  69. package/dist/SvTreeSelect.svelte.d.ts +1 -1
  70. package/dist/builtin-editors.d.ts +2 -2
  71. package/dist/builtin-editors.js +19 -3
  72. package/dist/cdn/GridMenus-C4oLsJyj.js +600 -0
  73. package/dist/cdn/GridMenus-yEivjNwl.js +601 -0
  74. package/dist/cdn/SvDateRangeInput-Bh0A0JkF.js +199 -0
  75. package/dist/cdn/SvDateRangeInput-DflbiP7N.js +198 -0
  76. package/dist/cdn/SvDateTimePicker-BWwpfB_o.js +812 -0
  77. package/dist/cdn/SvDateTimePicker-Bivn8dAP.js +816 -0
  78. package/dist/cdn/SvGridCellEditor-AXL8cHGO.js +550 -0
  79. package/dist/cdn/SvGridCellEditor-Ba7rY3eu.js +549 -0
  80. package/dist/cdn/{SvGridChart-BwVos976.js → SvGridChart-Bs2GIR2Q.js} +1 -1
  81. package/dist/cdn/{SvGridChart-BEJmNNx9.js → SvGridChart-CwhFz7GV.js} +1 -1
  82. package/dist/cdn/{SvGridChartPanel-BOknOkrP.js → SvGridChartPanel-1WXuStzM.js} +1 -1
  83. package/dist/cdn/{SvGridChartPanel-D2PjII4O.js → SvGridChartPanel-e5_nqNP9.js} +1 -1
  84. package/dist/cdn/{SvGridChartView-00LPUHL1.js → SvGridChartView-SmPW10dI.js} +1 -1
  85. package/dist/cdn/{SvGridChartView-BhUEJ5ki.js → SvGridChartView-eSPuJE6g.js} +1 -1
  86. package/dist/cdn/{SvGridDropdown-D0VdjeR8.js → SvGridDropdown-B1ZcLpgs.js} +1 -1
  87. package/dist/cdn/{SvGridDropdown-D13MtJ2j.js → SvGridDropdown-CtdbHcIS.js} +1 -1
  88. package/dist/cdn/column-resize-DsfNXMom.js +102 -0
  89. package/dist/cdn/date-format-CcP1tafP.js +1395 -0
  90. package/dist/cdn/date-format-DZT7T1wf.js +1393 -0
  91. package/dist/cdn/{editor-registry-CiI0xlKg.js → editor-registry-BhgE3S84.js} +51 -25
  92. package/dist/cdn/row-resize-BRcimkUT.js +95 -0
  93. package/dist/cdn/{src-BYq-qyrp.js → src-COC0vnpg.js} +7846 -7317
  94. package/dist/cdn/{src-DBel9wRZ.js → src-pYGV2rMR.js} +10033 -9504
  95. package/dist/cdn/svgrid.js +15 -11
  96. package/dist/cdn/svgrid.svelte-external.js +15 -11
  97. package/dist/cell-values.d.ts +16 -0
  98. package/dist/cell-values.js +28 -0
  99. package/dist/chart-export.js +8 -8
  100. package/dist/clipboard.d.ts +22 -0
  101. package/dist/clipboard.js +405 -27
  102. package/dist/column-groups.js +1 -1
  103. package/dist/column-resize.d.ts +46 -0
  104. package/dist/column-resize.js +205 -0
  105. package/dist/columns.d.ts +0 -3
  106. package/dist/columns.js +0 -57
  107. package/dist/core.d.ts +19 -4
  108. package/dist/core.js +460 -119
  109. package/dist/editing.js +12 -7
  110. package/dist/editors/cell-editors.d.ts +11 -0
  111. package/dist/editors/cell-editors.js +18 -1
  112. package/dist/filtering/excel-filters.js +28 -0
  113. package/dist/grid-messages.d.ts +15 -0
  114. package/dist/grid-messages.js +15 -0
  115. package/dist/group-display.d.ts +1 -1
  116. package/dist/index.d.ts +6 -1
  117. package/dist/index.js +10 -0
  118. package/dist/list-option.d.ts +6 -0
  119. package/dist/menus.js +41 -8
  120. package/dist/row-resize.d.ts +11 -0
  121. package/dist/row-resize.js +7 -1
  122. package/dist/sanitize-html.d.ts +37 -0
  123. package/dist/sanitize-html.js +234 -0
  124. package/dist/selection-bar-view.svelte.d.ts +25 -0
  125. package/dist/selection-bar-view.svelte.js +13 -0
  126. package/dist/selection.d.ts +2 -1
  127. package/dist/selection.js +133 -8
  128. package/dist/spreadsheet.d.ts +1 -1
  129. package/dist/spreadsheet.js +1 -1
  130. package/package.json +11 -11
  131. package/src/FlexRender.svelte +96 -96
  132. package/src/GridFooter.svelte +181 -181
  133. package/src/GridMenus.svelte +201 -18
  134. package/src/SvAutoComplete.svelte +169 -165
  135. package/src/SvAvatar.svelte +75 -75
  136. package/src/SvCalendar.svelte +503 -503
  137. package/src/SvCalendar.test.ts +226 -226
  138. package/src/SvCarousel.svelte +141 -141
  139. package/src/SvCheckBox.svelte +102 -102
  140. package/src/SvCircularProgress.svelte +109 -109
  141. package/src/SvColorInput.svelte +181 -181
  142. package/src/SvComboBox.svelte +279 -275
  143. package/src/SvContextMenu.svelte +116 -116
  144. package/src/SvCountryInput.svelte +163 -163
  145. package/src/SvDateRangeInput.svelte +25 -3
  146. package/src/SvDrawer.svelte +254 -254
  147. package/src/SvDropDownList.svelte +378 -374
  148. package/src/SvDurationInput.svelte +126 -126
  149. package/src/SvField.svelte +293 -293
  150. package/src/SvForm.svelte +437 -437
  151. package/src/SvForm.test.ts +411 -411
  152. package/src/SvGrid.controller.svelte.ts +404 -133
  153. package/src/SvGrid.css +222 -1
  154. package/src/SvGrid.helpers.ts +87 -0
  155. package/src/SvGrid.svelte +255 -56
  156. package/src/SvGrid.types.ts +2092 -1940
  157. package/src/SvGridCellEditor.svelte +744 -662
  158. package/src/SvGridChart.svelte +1716 -1716
  159. package/src/SvGridChartPanel.svelte +485 -485
  160. package/src/SvGridChartView.svelte +70 -70
  161. package/src/SvGridDropdown.svelte +728 -728
  162. package/src/SvGridSelect.svelte +270 -266
  163. package/src/SvGroupCell.svelte +116 -116
  164. package/src/SvListBox.svelte +334 -326
  165. package/src/SvMaskedInput.svelte +122 -122
  166. package/src/SvMenu.svelte +124 -124
  167. package/src/SvMenu.test.ts +97 -97
  168. package/src/SvMenuList.svelte +146 -146
  169. package/src/SvMultiSelect.svelte +293 -289
  170. package/src/SvNumberInput.svelte +172 -168
  171. package/src/SvOtpInput.svelte +158 -158
  172. package/src/SvPasswordInput.svelte +151 -151
  173. package/src/SvPhoneInput.svelte +133 -133
  174. package/src/SvPopover.svelte +197 -197
  175. package/src/SvProgress.svelte +116 -116
  176. package/src/SvRadioGroup.svelte +107 -107
  177. package/src/SvRating.svelte +112 -112
  178. package/src/SvResult.svelte +73 -73
  179. package/src/SvRichCell.svelte +125 -0
  180. package/src/SvRichText.svelte +211 -211
  181. package/src/SvRowGroupPanel.svelte +170 -170
  182. package/src/SvScrollArea.svelte +61 -61
  183. package/src/SvSlider.svelte +203 -203
  184. package/src/SvSwitchButton.svelte +108 -108
  185. package/src/SvTagsInput.svelte +115 -115
  186. package/src/SvTextArea.svelte +5 -1
  187. package/src/SvTextInput.svelte +147 -147
  188. package/src/SvTimePicker.svelte +245 -245
  189. package/src/SvToaster.svelte +159 -159
  190. package/src/SvToaster.test.ts +95 -95
  191. package/src/SvToggleButton.svelte +85 -85
  192. package/src/SvTooltip.svelte +161 -161
  193. package/src/SvTour.svelte +208 -208
  194. package/src/SvTree.svelte +444 -444
  195. package/src/SvTreeSelect.svelte +239 -235
  196. package/src/a11y/dismissable.test.ts +119 -119
  197. package/src/a11y/dismissable.ts +114 -114
  198. package/src/a11y.contract.test.ts +49 -49
  199. package/src/a11y.test.ts +59 -59
  200. package/src/a11y.ts +61 -61
  201. package/src/ai.test.ts +502 -502
  202. package/src/ai.ts +1419 -1419
  203. package/src/build-api.coverage.test.ts +633 -633
  204. package/src/build-api.ts +846 -846
  205. package/src/builtin-editors.grid.test.ts +83 -83
  206. package/src/builtin-editors.test.ts +18 -1
  207. package/src/builtin-editors.ts +19 -3
  208. package/src/cell-formatting.ts +171 -171
  209. package/src/cell-render.test.ts +513 -513
  210. package/src/cell-render.ts +496 -496
  211. package/src/cell-values.ts +148 -118
  212. package/src/chart-export.ts +202 -202
  213. package/src/chart-view.svelte.ts +36 -36
  214. package/src/chart.ts +2321 -2321
  215. package/src/clipboard.test.ts +93 -20
  216. package/src/clipboard.ts +433 -33
  217. package/src/collaboration.test.ts +104 -104
  218. package/src/collaboration.ts +167 -167
  219. package/src/column-groups.ts +78 -78
  220. package/src/column-resize.test.ts +381 -0
  221. package/src/column-resize.ts +227 -0
  222. package/src/columns.test.ts +0 -103
  223. package/src/columns.ts +0 -58
  224. package/src/core.aggregate.test.ts +134 -0
  225. package/src/core.filter.test.ts +156 -0
  226. package/src/core.grouping.test.ts +146 -0
  227. package/src/core.performance.test.ts +30 -30
  228. package/src/core.row-shape.test.ts +119 -0
  229. package/src/core.rowmodel-cache.test.ts +121 -0
  230. package/src/core.sort.test.ts +293 -0
  231. package/src/core.ts +1865 -1468
  232. package/src/createAutocomplete.svelte.ts +132 -132
  233. package/src/createCombobox.svelte.ts +191 -191
  234. package/src/createCountryInput.svelte.ts +157 -157
  235. package/src/createDropdownList.svelte.ts +168 -168
  236. package/src/createForm.svelte.ts +386 -386
  237. package/src/createGrid.svelte.ts +42 -42
  238. package/src/createGrid.test.ts +10 -10
  239. package/src/createGridState.svelte.ts +17 -17
  240. package/src/createListbox.svelte.ts +250 -250
  241. package/src/createMenu.svelte.ts +224 -224
  242. package/src/createPopoverSelect.svelte.ts +213 -213
  243. package/src/createSlider.svelte.ts +191 -191
  244. package/src/createTooltip.svelte.ts +144 -144
  245. package/src/createTree.svelte.ts +322 -322
  246. package/src/date-string-column.test.ts +87 -0
  247. package/src/datetime/date-core.ts +206 -206
  248. package/src/datetime/date-restrict.ts +61 -61
  249. package/src/datetime/timezone.ts +135 -135
  250. package/src/dock-manager-model.ts +596 -596
  251. package/src/dock-model.ts +374 -374
  252. package/src/editing.test.ts +974 -949
  253. package/src/editing.ts +609 -606
  254. package/src/editor-block-prop.test.ts +132 -0
  255. package/src/editor-contract.ts +171 -171
  256. package/src/editor-registry.grid.test.ts +144 -144
  257. package/src/editor-registry.ts +122 -122
  258. package/src/editors/cell-editors.ts +27 -1
  259. package/src/export-data-api.test.ts +126 -126
  260. package/src/export-format.test.ts +107 -107
  261. package/src/export-format.ts +601 -601
  262. package/src/filter-operators.ts +160 -160
  263. package/src/filtering/excel-filters.ts +325 -295
  264. package/src/filtering/normalize-fast-path.test.ts +104 -0
  265. package/src/flex-render.ts +3 -3
  266. package/src/form-field.ts +127 -127
  267. package/src/grid-messages.ts +34 -0
  268. package/src/group-display.test.ts +167 -167
  269. package/src/group-display.ts +200 -200
  270. package/src/headless.ts +87 -87
  271. package/src/index.ts +25 -1
  272. package/src/js-scroller.svelte.ts +173 -173
  273. package/src/keyboard-handlers.ts +270 -270
  274. package/src/keyboard.test.ts +59 -59
  275. package/src/keyboard.ts +97 -97
  276. package/src/list-nav.test.ts +49 -49
  277. package/src/list-nav.ts +29 -29
  278. package/src/list-option.test.ts +56 -56
  279. package/src/list-option.ts +179 -173
  280. package/src/menus.test.ts +43 -0
  281. package/src/menus.ts +597 -567
  282. package/src/merge-objects.ts +48 -48
  283. package/src/move-cells.test.ts +850 -0
  284. package/src/number-editor-literal.test.ts +84 -0
  285. package/src/number-editor.grid.test.ts +160 -0
  286. package/src/overlays.test.ts +90 -90
  287. package/src/positioning.ts +268 -268
  288. package/src/render-component.ts +28 -28
  289. package/src/resize-props.test.ts +361 -0
  290. package/src/row-drag-touch.ts +211 -211
  291. package/src/row-drag.test.ts +353 -353
  292. package/src/row-drag.ts +415 -415
  293. package/src/row-resize.test.ts +524 -493
  294. package/src/row-resize.ts +228 -210
  295. package/src/sanitize-html.test.ts +182 -0
  296. package/src/sanitize-html.ts +235 -0
  297. package/src/scheduler-ical.ts +181 -181
  298. package/src/scheduler-model.test.ts +562 -562
  299. package/src/scheduler-model.ts +873 -873
  300. package/src/selection-bar-view.svelte.ts +36 -0
  301. package/src/selection.test.ts +900 -743
  302. package/src/selection.ts +135 -8
  303. package/src/server-data-source.test.ts +383 -383
  304. package/src/server-data-source.ts +469 -469
  305. package/src/sparkline.test.ts +68 -68
  306. package/src/sparkline.ts +169 -169
  307. package/src/spreadsheet.test.ts +488 -488
  308. package/src/spreadsheet.ts +312 -312
  309. package/src/static-functions.ts +11 -11
  310. package/src/subscribe.ts +38 -38
  311. package/src/summaries.ts +113 -113
  312. package/src/svgrid-wrapper.types.ts +563 -563
  313. package/src/svgrid.async-editor-options.test.ts +273 -273
  314. package/src/svgrid.auto-row-height.test.ts +204 -204
  315. package/src/svgrid.behavior.test.ts +910 -910
  316. package/src/svgrid.charting.test.ts +534 -534
  317. package/src/svgrid.comments-autocomplete.test.ts +127 -127
  318. package/src/svgrid.context-menu.test.ts +147 -147
  319. package/src/svgrid.features.test.ts +157 -157
  320. package/src/svgrid.filter-depth.test.ts +163 -163
  321. package/src/svgrid.filter-menu-listbox.svelte.test.ts +377 -331
  322. package/src/svgrid.filter-menu-scroll.test.ts +112 -112
  323. package/src/svgrid.grand-total.test.ts +188 -188
  324. package/src/svgrid.group-display-mode.test.ts +171 -171
  325. package/src/svgrid.group-footers.test.ts +121 -121
  326. package/src/svgrid.group-pagination.test.ts +153 -153
  327. package/src/svgrid.in-suggest-snapshot.svelte.test.ts +91 -0
  328. package/src/svgrid.menu-scroll-close.test.ts +204 -0
  329. package/src/svgrid.new-features.wrapper.test.ts +251 -251
  330. package/src/svgrid.selection-bar-seam.test.ts +185 -0
  331. package/src/svgrid.tree-data.test.ts +186 -186
  332. package/src/svgrid.upsell-license.test.ts +117 -0
  333. package/src/svgrid.wrapper.test.ts +63 -63
  334. package/src/svgriddropdown.async-panel.svelte.test.ts +195 -195
  335. package/src/test-setup.ts +62 -62
  336. package/src/themes/index.ts +288 -288
  337. package/src/toast-store.svelte.ts +250 -250
  338. package/src/toast-store.test.ts +147 -147
  339. package/src/tree-row-model.test.ts +168 -168
  340. package/src/ui-buttons.test.ts +144 -144
  341. package/src/ui-inputs.test.ts +118 -118
  342. package/src/ui-localization.test.ts +113 -113
  343. package/src/ui-range.test.ts +70 -70
  344. package/src/ui-selection.test.ts +155 -155
  345. package/src/ui-tier1.test.ts +142 -142
  346. package/src/virtual.test.ts +88 -88
  347. package/src/virtualization/column-virtualizer.test.ts +27 -27
  348. package/src/virtualization/column-virtualizer.ts +30 -30
  349. package/src/virtualization/svelte-virtualizer.svelte.ts +26 -26
  350. package/src/virtualization/types.ts +30 -30
  351. package/src/virtualization/virtualizer.test.ts +47 -47
  352. package/src/virtualization/virtualizer.ts +322 -322
  353. package/dist/cdn/GridMenus-BfTAKn84.js +0 -488
  354. package/dist/cdn/GridMenus-C3bJd7w8.js +0 -489
  355. package/dist/cdn/SvDateTimePicker-CHnUkWcH.js +0 -2206
  356. package/dist/cdn/SvDateTimePicker-CRQH_U7E.js +0 -2201
  357. package/dist/cdn/SvGridCellEditor-BGUCzuPB.js +0 -523
  358. package/dist/cdn/SvGridCellEditor-G8IMWIws.js +0 -522
@@ -1,374 +1,378 @@
1
- <script lang="ts">
2
- /**
3
- * SvDropDownList - a single-select dropdown (trigger button + portalled list,
4
- * no typing). Parity: Smart `smart-drop-down-list`. Controlled via `value` +
5
- * `onChange`. Popover escapes scroll clipping via popover.ts.
6
- *
7
- * One styled renderer over the headless `createDropdownList` core (state +
8
- * keyboard + ARIA); only portal/measure/scroll render concerns live here.
9
- */
10
- import { anchoredRect, portalToBody, popIn, type AnchoredRect } from './popover'
11
- import { startPanelResize } from './panel-resize'
12
- import { createDismissableLayer } from './a11y/dismissable'
13
- import { groupOptions, normalizeOptions, flattenForVirtual, type ListOption, type IndexedOption, type RowHeight } from './list-option'
14
- import { createSvelteVirtualizer } from './virtualization/svelte-virtualizer.svelte'
15
- import { createJsScroller } from './js-scroller.svelte'
16
- import SvField from './SvField.svelte'
17
- import { nextEditorId, type SvEditorProps } from './editor-contract'
18
- import { createDropdownList } from './createDropdownList.svelte'
19
- import { untrack, type Snippet } from 'svelte'
20
-
21
- type Props = SvEditorProps & {
22
- options: ReadonlyArray<ListOption>
23
- value?: string | number | null
24
- onChange?: (value: string | number) => void
25
- placeholder?: string
26
- autoOpen?: boolean
27
- /** Window the option list (render only visible) for large sets. */
28
- virtual?: boolean
29
- /** Option height in px - a number, or a per-option function for variable
30
- * heights. Must match the rendered row height. Default 34. */
31
- rowHeight?: RowHeight
32
- /** Height (px) of a group heading row when virtualized + grouped. Default 28. */
33
- groupHeaderHeight?: number
34
- /** Max options shown before the panel scrolls (native-select behaviour). Default 8. */
35
- maxRows?: number
36
- /** Show a bottom drag grip so the user can resize the open panel's height
37
- * (only while it opens downward). Off by default. */
38
- resizable?: boolean
39
- /** Custom render for each option (receives the ListOption). */
40
- item?: Snippet<[ListOption]>
41
- /** Content pinned above the option list. */
42
- header?: Snippet
43
- /** Content pinned below the option list. */
44
- footer?: Snippet
45
- /** Shown when there are no options. */
46
- noData?: Snippet
47
- }
48
-
49
- let {
50
- options,
51
- value = null,
52
- onChange,
53
- placeholder = 'Select…',
54
- disabled = false,
55
- readonly = false,
56
- name,
57
- size = 'md',
58
- ariaLabel,
59
- invalid = false,
60
- required = false,
61
- error,
62
- label,
63
- hint,
64
- dir,
65
- id,
66
- autoOpen = false,
67
- virtual = false,
68
- rowHeight = 34,
69
- groupHeaderHeight = 28,
70
- maxRows = 8,
71
- resizable = false,
72
- item,
73
- header,
74
- footer,
75
- noData,
76
- }: Props = $props()
77
-
78
- const autoId = nextEditorId('sv-ddl')
79
- const uid = $derived(id ?? autoId)
80
-
81
- // Tolerate primitive / partial options - normalize so labels render + keys are stable.
82
- const norm = $derived(normalizeOptions(options))
83
-
84
- // Virtualization windows the option list (grouped lists too, via the shared
85
- // virtualizer + a flattened header/option model with per-row sizes).
86
- const useVirtual = $derived(virtual)
87
- let viewportH = $state(0)
88
- const rowHeightBase = $derived(typeof rowHeight === 'number' ? rowHeight : 34)
89
- const flat = $derived(flattenForVirtual(norm, { rowHeight, groupHeaderHeight }))
90
- const uniform = $derived(!flat.hasGroups && typeof rowHeight === 'number')
91
- const estimateSize = $derived(uniform ? rowHeightBase : (i: number) => flat.sizeAt(i))
92
-
93
- // Generous overscan buffers fast flings; effective viewport never 0 (see SvListBox).
94
- const OVERSCAN = 20
95
- const effViewport = $derived(viewportH > 0 ? viewportH : Math.max(1, maxRows * rowHeightBase))
96
-
97
- // Seed with the initial (untracked) values so the first paint of the open panel
98
- // renders a full window; the effects below keep it synced.
99
- const virtualizer = createSvelteVirtualizer(
100
- untrack(() => ({ count: flat.entries.length, estimateSize, overscan: OVERSCAN, viewportHeight: effViewport })),
101
- )
102
- // untrack keeps the virtualizer's internal `version` write out of these
103
- // effects' dependencies, so they re-run only on their real inputs.
104
- $effect(() => {
105
- const count = flat.entries.length
106
- const es = estimateSize
107
- untrack(() => virtualizer.setOptions({ count, estimateSize: es }))
108
- })
109
- $effect(() => {
110
- const vh = effViewport
111
- untrack(() => virtualizer.setViewportHeight(vh))
112
- })
113
- const vItems = $derived.by(() => {
114
- virtualizer.version
115
- return virtualizer.getVirtualItems()
116
- })
117
- const totalSize = $derived.by(() => {
118
- virtualizer.version
119
- return virtualizer.getTotalSize()
120
- })
121
- // JS-driven scroll (see SvListBox / js-scroller): no native scroll, so a fast
122
- // thumb-drag never flashes the empty panel.
123
- const scroller = createJsScroller({
124
- virtualizer,
125
- totalSize: () => totalSize,
126
- viewport: () => effViewport,
127
- lineStep: () => rowHeightBase,
128
- })
129
-
130
- let triggerEl = $state<HTMLButtonElement | null>(null)
131
- let panelEl = $state<HTMLDivElement | null>(null)
132
- let rect = $state<AnchoredRect>({ top: 0, left: 0, width: 0, openUpward: false, maxHeight: 0, availHeight: 0 })
133
- // User-chosen panel height (px) once they drag the resize grip; null = auto.
134
- let userHeight = $state<number | null>(null)
135
- // Effective height cap: the user's drag if any (clamped to the viewport
136
- // ceiling), otherwise the comfortable bounds-aware height.
137
- const panelMaxH = $derived(
138
- resizable && userHeight != null ? Math.min(userHeight, rect.availHeight) : rect.maxHeight,
139
- )
140
- const showGrip = $derived(resizable && !rect.openUpward)
141
-
142
- // The virtual panel uses NO native scroll, so its rows are absolutely
143
- // positioned and can't size the panel. Give it an explicit height (content up
144
- // to `maxRows`, capped by the resized / bounds-aware ceiling) so the flex
145
- // viewport (`.sv-ddl__vp`) has a definite height to fill.
146
- const virtualPanelH = $derived(
147
- Math.min(
148
- Math.min(totalSize, Math.max(rowHeightBase, maxRows * rowHeightBase)) + 8,
149
- rect.maxHeight || Number.POSITIVE_INFINITY,
150
- resizable && userHeight != null ? panelMaxH : Number.POSITIVE_INFINITY,
151
- ),
152
- )
153
-
154
- const ddl = createDropdownList({
155
- options: () => norm,
156
- value: () => value,
157
- onChange: (v) => onChange?.(v),
158
- disabled: () => disabled,
159
- readonly: () => readonly,
160
- ariaLabel: () => ariaLabel,
161
- focusTrigger: () => triggerEl?.focus(),
162
- id: () => uid,
163
- invalid: () => invalid,
164
- required: () => required,
165
- error: () => error,
166
- hint: () => hint,
167
- })
168
-
169
- const selected = $derived(ddl.selected)
170
-
171
- function updatePos() {
172
- if (!triggerEl) return
173
- // When the user has resized, anchor to THAT height so the flip decision and
174
- // upward top stay correct; otherwise size to the content up to `maxRows` items
175
- // (native-select behaviour: no scrollbar until the list exceeds the cap). The
176
- // +PANEL_CHROME budgets the panel's own padding (8) + border (2) so a list
177
- // that exactly fills `maxRows` is not clipped by the border-box max-height.
178
- const PANEL_CHROME = 10
179
- const estimatedHeight =
180
- resizable && userHeight != null ? userHeight : Math.min(norm.length, maxRows) * rowHeightBase + PANEL_CHROME
181
- rect = anchoredRect(triggerEl.getBoundingClientRect(), { estimatedHeight })
182
- }
183
-
184
- function startResize(e: PointerEvent) {
185
- if (!panelEl) return
186
- startPanelResize(e, {
187
- startHeight: panelEl.clientHeight,
188
- min: 96,
189
- max: () => rect.availHeight,
190
- onHeight: (h) => {
191
- userHeight = h
192
- updatePos()
193
- },
194
- })
195
- }
196
-
197
- $effect(() => {
198
- if (!ddl.open) return
199
- updatePos()
200
- const rp = () => updatePos()
201
- window.addEventListener('scroll', rp, true); window.addEventListener('resize', rp)
202
- // Outside-pointer dismissal via the shared layer stack (Escape stays with
203
- // the core keyboard handler). Because this layer is pushed ON TOP, a
204
- // dropdown opened inside a dialog/drawer closes itself first and never
205
- // dismisses the dialog underneath it.
206
- const layer = createDismissableLayer({
207
- element: () => [triggerEl, panelEl],
208
- onDismiss: () => ddl.close(),
209
- closeOnEscape: false,
210
- })
211
- layer.activate()
212
- return () => { window.removeEventListener('scroll', rp, true); window.removeEventListener('resize', rp); layer.release() }
213
- })
214
- // Keep the active option scrolled into view (render concern) - via the scroller
215
- // (virtual) or scrollIntoView (native non-virtual).
216
- $effect(() => {
217
- if (!ddl.open) return
218
- const i = ddl.activeIndex
219
- if (useVirtual) {
220
- const flatIdx = flat.optionFlatIndex[i]
221
- if (flatIdx == null) return
222
- untrack(() => scroller.ensureIndexVisible(flatIdx))
223
- } else {
224
- queueMicrotask(() => panelEl?.querySelector<HTMLElement>(`[data-idx="${i}"]`)?.scrollIntoView({ block: 'nearest' }))
225
- }
226
- })
227
- function focusOpen(node: HTMLButtonElement) { if (autoOpen) { node.focus(); ddl.openPanel() } }
228
- </script>
229
-
230
- <SvField id={uid} {label} {hint} {error} {required} {dir}>
231
- <button
232
- bind:this={triggerEl}
233
- class="sv-ddl sv-ddl--{size}"
234
- class:is-open={ddl.open}
235
- class:is-disabled={disabled}
236
- class:is-invalid={invalid}
237
- {...ddl.triggerProps()}
238
- use:focusOpen
239
- >
240
- <span class="sv-ddl__value" class:is-placeholder={!selected}>{#if selected?.color}<span class="sv-ddl__swatch" style:background={selected.color}></span>{/if}{selected?.label ?? placeholder}</span>
241
- <svg class="sv-ddl__chev" viewBox="0 0 24 24" width="15" height="15" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="m6 9 6 6 6-6" /></svg>
242
- </button>
243
- </SvField>
244
-
245
- {#snippet optRow(opt: IndexedOption, h?: number, top?: number)}
246
- <!-- svelte-ignore a11y_click_events_have_key_events a11y_interactive_supports_focus -->
247
- <div class="sv-ddl__opt" style:height={h != null ? `${h}px` : undefined} style:transform={top == null ? undefined : `translateY(${top}px)`} class:is-active={ddl.isActive(opt.index)} class:is-selected={ddl.isSelected(opt)} class:is-disabled={opt.disabled} {...ddl.optionProps(opt.index)}>
248
- {#if item}{@render item(opt)}{:else}{#if opt.color}<span class="sv-ddl__swatch" style:background={opt.color}></span>{/if}{opt.label}{/if}
249
- </div>
250
- {/snippet}
251
-
252
- {#if ddl.open}
253
- <div bind:this={panelEl} class="sv-ddl__panel" class:is-virtual={useVirtual} class:is-resizable={showGrip} use:portalToBody use:popIn={{ up: rect.openUpward }} style:--sv-row-h={`${rowHeightBase}px`} style:position="fixed" style:top={`${rect.top}px`} style:left={`${rect.left}px`} style:min-width={`${rect.width}px`} style:max-height={`${panelMaxH}px`} style:height={useVirtual ? `${virtualPanelH}px` : resizable && userHeight != null ? `${panelMaxH}px` : undefined} onwheel={useVirtual ? scroller.onWheel : undefined} {...ddl.listboxProps()}>
254
- {#if header}<div class="sv-ddl__header">{@render header()}</div>{/if}
255
- {#if !norm.length}
256
- {#if noData}{@render noData()}{:else}<div class="sv-ddl__empty">No options</div>{/if}
257
- {:else if useVirtual}
258
- <!-- JS-driven scroller: one clipped viewport holds the windowed rows (moved
259
- by scrollOffset) + a custom scrollbar. No native scroll = no async gap
260
- = no blank flash on a fast thumb-drag. -->
261
- <!-- svelte-ignore a11y_no_static_element_interactions -->
262
- <div class="sv-ddl__vp" bind:clientHeight={viewportH} onpointerdown={scroller.onContentDown} onpointermove={scroller.onContentMove} onpointerup={scroller.onContentUp} onpointercancel={scroller.onContentUp}>
263
- {#each vItems as vi (vi.key)}
264
- {@const entry = flat.entries[vi.index]}
265
- {#if entry?.type === 'group'}
266
- <div class="sv-ddl__group-label sv-ddl__group-label--abs" aria-hidden="true" style:height={`${vi.size}px`} style:transform={`translateY(${vi.start - scroller.scrollOffset}px)`}>{entry.label}</div>
267
- {:else if entry}
268
- {@render optRow(entry.opt, vi.size, vi.start - scroller.scrollOffset)}
269
- {/if}
270
- {/each}
271
- {#if scroller.maxOffset > 0}
272
- <!-- svelte-ignore a11y_no_static_element_interactions -->
273
- <div class="sv-ddl__sb" onpointerdown={scroller.onTrackDown} aria-hidden="true">
274
- <div class="sv-ddl__thumb" class:is-dragging={scroller.dragging} style:height={`${scroller.thumbH}px`} style:transform={`translateY(${scroller.thumbTop}px)`} onpointerdown={scroller.onThumbDown} onpointermove={scroller.onThumbMove} onpointerup={scroller.onThumbUp} onpointercancel={scroller.onThumbUp}></div>
275
- </div>
276
- {/if}
277
- </div>
278
- {:else}
279
- {#each groupOptions(norm) as g (g.group ?? '')}
280
- {#if g.group != null}
281
- <div class="sv-ddl__group" role="group" aria-label={g.group}>
282
- <div class="sv-ddl__group-label" aria-hidden="true">{g.group}</div>
283
- {#each g.options as opt (opt.index)}
284
- {@render optRow(opt)}
285
- {/each}
286
- </div>
287
- {:else}
288
- {#each g.options as opt (opt.index)}
289
- {@render optRow(opt)}
290
- {/each}
291
- {/if}
292
- {/each}
293
- {/if}
294
- {#if footer}<div class="sv-ddl__footer">{@render footer()}</div>{/if}
295
- {#if showGrip}
296
- <!-- svelte-ignore a11y_no_static_element_interactions -->
297
- <div class="sv-ddl__grip" onpointerdown={startResize} title="Drag to resize" aria-hidden="true">
298
- <span class="sv-ddl__grip-dots"></span>
299
- </div>
300
- {/if}
301
- </div>
302
- {/if}
303
- {#if name}<input type="hidden" {name} value={value ?? ''} />{/if}
304
-
305
- <style>
306
- .sv-ddl {
307
- --_accent: var(--sg-accent, #2563eb);
308
- display: inline-flex; align-items: center; justify-content: space-between; gap: 8px; width: 200px;
309
- background: var(--sg-input-bg, #fff); color: var(--sg-fg, #0f172a); font: inherit; text-align: start;
310
- border: 1px solid var(--sg-input-border, var(--sg-border, #cbd5e1)); border-radius: var(--sg-radius, 8px);
311
- padding: 0 10px; cursor: pointer;
312
- }
313
- .sv-ddl--sm { height: 28px; font-size: 12px; }
314
- .sv-ddl--md { height: 34px; font-size: 13px; }
315
- .sv-ddl--lg { height: 40px; font-size: 15px; }
316
- .sv-ddl.is-open, .sv-ddl:focus-visible { border-color: var(--_accent); box-shadow: 0 0 0 2px color-mix(in srgb, var(--_accent) 22%, transparent); outline: none; }
317
- .sv-ddl.is-invalid { border-color: var(--sg-danger, #dc2626); }
318
- .sv-ddl.is-invalid.is-open, .sv-ddl.is-invalid:focus-visible { box-shadow: 0 0 0 2px color-mix(in srgb, var(--sg-danger, #dc2626) 22%, transparent); }
319
- .sv-ddl.is-disabled { opacity: 0.6; cursor: not-allowed; }
320
- .sv-ddl__value { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
321
- .sv-ddl__value.is-placeholder { color: var(--sg-muted, #94a3b8); }
322
- .sv-ddl__chev { color: var(--sg-muted, #64748b); flex: none; }
323
-
324
- :global(.sv-ddl__panel) {
325
- box-sizing: border-box; z-index: 2147483647; max-height: 288px; overflow-y: auto; padding: 4px;
326
- background: var(--sg-bg, #fff); color: var(--sg-fg, #0f172a);
327
- border: 1px solid var(--sg-border, #e2e8f0); border-radius: 10px; box-shadow: 0 16px 48px -12px rgba(15,23,42,0.35);
328
- }
329
- /* Virtual panel: a flex column (header / JS-driven viewport / footer / grip)
330
- with NO native scroll - the viewport moves its rows by `scrollOffset`. */
331
- :global(.sv-ddl__panel.is-virtual) { display: flex; flex-direction: column; overflow: hidden; }
332
- :global(.sv-ddl__vp) { position: relative; flex: 1 1 auto; min-height: 0; overflow: hidden; touch-action: none; }
333
- :global(.sv-ddl__panel.is-virtual .sv-ddl__opt), :global(.sv-ddl__group-label--abs) { position: absolute; left: 0; right: 0; top: 0; }
334
- :global(.sv-ddl__sb) { position: absolute; top: 0; right: 1px; bottom: 0; width: 10px; z-index: 2; }
335
- :global(.sv-ddl__thumb) {
336
- position: absolute; left: 2px; right: 2px; top: 0; min-height: 24px; border-radius: 4px;
337
- background: color-mix(in srgb, currentColor 26%, transparent); cursor: default; touch-action: none;
338
- }
339
- :global(.sv-ddl__thumb:hover), :global(.sv-ddl__thumb.is-dragging) { background: color-mix(in srgb, currentColor 42%, transparent); }
340
- :global(.sv-ddl__opt) { box-sizing: border-box; flex: none; display: flex; align-items: center; padding: 7px 10px; border-radius: 6px; cursor: pointer; font-size: 13px; }
341
- /* Color swatch shown before an option's label (option.color) - in both the
342
- trigger value and the portalled panel options. */
343
- :global(.sv-ddl__swatch) {
344
- display: inline-block; flex: none; width: 10px; height: 10px; border-radius: 3px;
345
- margin-inline-end: 8px; vertical-align: middle;
346
- box-shadow: inset 0 0 0 1px color-mix(in srgb, #000 18%, transparent);
347
- }
348
- /* Bottom resize grip: a row of dots ("····") the user drags to resize the
349
- panel. Sticky so it stays pinned at the panel's bottom while options scroll. */
350
- :global(.sv-ddl__panel.is-resizable) { padding-bottom: 0; }
351
- :global(.sv-ddl__grip) {
352
- position: sticky; bottom: 0; z-index: 1; margin: 2px -4px -4px; height: 15px;
353
- display: flex; align-items: center; justify-content: center; cursor: ns-resize;
354
- background: var(--sg-bg, #fff); border-top: 1px solid var(--sg-border, #e2e8f0);
355
- border-radius: 0 0 10px 10px; touch-action: none;
356
- }
357
- :global(.sv-ddl__grip-dots) {
358
- width: 26px; height: 4px; color: var(--sg-muted, #94a3b8); opacity: 0.6;
359
- background-image: radial-gradient(currentColor 1px, transparent 1.6px);
360
- background-size: 6px 4px; background-position: center; background-repeat: repeat-x;
361
- }
362
- :global(.sv-ddl__grip:hover .sv-ddl__grip-dots) { opacity: 1; }
363
- :global(.sv-ddl__opt.is-active) { background: var(--sg-row-hover-bg, #f1f5f9); }
364
- :global(.sv-ddl__opt.is-selected) { color: var(--sg-accent, #2563eb); font-weight: 600; }
365
- :global(.sv-ddl__opt.is-disabled) { opacity: 0.4; cursor: not-allowed; }
366
- :global(.sv-ddl__group-label) {
367
- box-sizing: border-box; padding: 8px 10px 3px; font-size: 10.5px; font-weight: 700;
368
- text-transform: uppercase; letter-spacing: 0.04em; color: var(--sg-muted, #94a3b8);
369
- display: flex; align-items: flex-end;
370
- }
371
- :global(.sv-ddl__empty) { padding: 12px 12px; font-size: 13px; color: var(--sg-muted, #64748b); text-align: center; }
372
- :global(.sv-ddl__header) { padding: 8px 10px; border-bottom: 1px solid var(--sg-border, #e2e8f0); font-size: 12.5px; color: var(--sg-muted, #64748b); }
373
- :global(.sv-ddl__footer) { padding: 8px 10px; border-top: 1px solid var(--sg-border, #e2e8f0); font-size: 12.5px; }
374
- </style>
1
+ <script lang="ts">
2
+ /**
3
+ * SvDropDownList - a single-select dropdown (trigger button + portalled list,
4
+ * no typing). Parity: Smart `smart-drop-down-list`. Controlled via `value` +
5
+ * `onChange`. Popover escapes scroll clipping via popover.ts.
6
+ *
7
+ * One styled renderer over the headless `createDropdownList` core (state +
8
+ * keyboard + ARIA); only portal/measure/scroll render concerns live here.
9
+ */
10
+ import { anchoredRect, portalToBody, popIn, type AnchoredRect } from './popover'
11
+ import { startPanelResize } from './panel-resize'
12
+ import { createDismissableLayer } from './a11y/dismissable'
13
+ import { groupOptions, normalizeOptions, flattenForVirtual, type ListOption, type IndexedOption, type RowHeight } from './list-option'
14
+ import { createSvelteVirtualizer } from './virtualization/svelte-virtualizer.svelte'
15
+ import { createJsScroller } from './js-scroller.svelte'
16
+ import SvField from './SvField.svelte'
17
+ import { nextEditorId, type SvEditorProps } from './editor-contract'
18
+ import { createDropdownList } from './createDropdownList.svelte'
19
+ import { untrack, type Snippet } from 'svelte'
20
+
21
+ type Props = SvEditorProps & {
22
+ options: ReadonlyArray<ListOption>
23
+ value?: string | number | null
24
+ onChange?: (value: string | number) => void
25
+ placeholder?: string
26
+ autoOpen?: boolean
27
+ /** Window the option list (render only visible) for large sets. */
28
+ virtual?: boolean
29
+ /** Option height in px - a number, or a per-option function for variable
30
+ * heights. Must match the rendered row height. Default 34. */
31
+ rowHeight?: RowHeight
32
+ /** Height (px) of a group heading row when virtualized + grouped. Default 28. */
33
+ groupHeaderHeight?: number
34
+ /** Max options shown before the panel scrolls (native-select behaviour). Default 8. */
35
+ maxRows?: number
36
+ /** Show a bottom drag grip so the user can resize the open panel's height
37
+ * (only while it opens downward). Off by default. */
38
+ resizable?: boolean
39
+ /** Custom render for each option (receives the ListOption). */
40
+ item?: Snippet<[ListOption]>
41
+ /** Content pinned above the option list. */
42
+ header?: Snippet
43
+ /** Content pinned below the option list. */
44
+ footer?: Snippet
45
+ /** Shown when there are no options. */
46
+ noData?: Snippet
47
+ }
48
+
49
+ let {
50
+ options,
51
+ value = null,
52
+ onChange,
53
+ placeholder = 'Select…',
54
+ disabled = false,
55
+ readonly = false,
56
+ name,
57
+ size = 'md',
58
+ ariaLabel,
59
+ invalid = false,
60
+ block = false,
61
+ required = false,
62
+ error,
63
+ label,
64
+ hint,
65
+ dir,
66
+ id,
67
+ autoOpen = false,
68
+ virtual = false,
69
+ rowHeight = 34,
70
+ groupHeaderHeight = 28,
71
+ maxRows = 8,
72
+ resizable = false,
73
+ item,
74
+ header,
75
+ footer,
76
+ noData,
77
+ }: Props = $props()
78
+
79
+ const autoId = nextEditorId('sv-ddl')
80
+ const uid = $derived(id ?? autoId)
81
+
82
+ // Tolerate primitive / partial options - normalize so labels render + keys are stable.
83
+ const norm = $derived(normalizeOptions(options))
84
+
85
+ // Virtualization windows the option list (grouped lists too, via the shared
86
+ // virtualizer + a flattened header/option model with per-row sizes).
87
+ const useVirtual = $derived(virtual)
88
+ let viewportH = $state(0)
89
+ const rowHeightBase = $derived(typeof rowHeight === 'number' ? rowHeight : 34)
90
+ const flat = $derived(flattenForVirtual(norm, { rowHeight, groupHeaderHeight }))
91
+ const uniform = $derived(!flat.hasGroups && typeof rowHeight === 'number')
92
+ const estimateSize = $derived(uniform ? rowHeightBase : (i: number) => flat.sizeAt(i))
93
+
94
+ // Generous overscan buffers fast flings; effective viewport never 0 (see SvListBox).
95
+ const OVERSCAN = 20
96
+ const effViewport = $derived(viewportH > 0 ? viewportH : Math.max(1, maxRows * rowHeightBase))
97
+
98
+ // Seed with the initial (untracked) values so the first paint of the open panel
99
+ // renders a full window; the effects below keep it synced.
100
+ const virtualizer = createSvelteVirtualizer(
101
+ untrack(() => ({ count: flat.entries.length, estimateSize, overscan: OVERSCAN, viewportHeight: effViewport })),
102
+ )
103
+ // untrack keeps the virtualizer's internal `version` write out of these
104
+ // effects' dependencies, so they re-run only on their real inputs.
105
+ $effect(() => {
106
+ const count = flat.entries.length
107
+ const es = estimateSize
108
+ untrack(() => virtualizer.setOptions({ count, estimateSize: es }))
109
+ })
110
+ $effect(() => {
111
+ const vh = effViewport
112
+ untrack(() => virtualizer.setViewportHeight(vh))
113
+ })
114
+ const vItems = $derived.by(() => {
115
+ virtualizer.version
116
+ return virtualizer.getVirtualItems()
117
+ })
118
+ const totalSize = $derived.by(() => {
119
+ virtualizer.version
120
+ return virtualizer.getTotalSize()
121
+ })
122
+ // JS-driven scroll (see SvListBox / js-scroller): no native scroll, so a fast
123
+ // thumb-drag never flashes the empty panel.
124
+ const scroller = createJsScroller({
125
+ virtualizer,
126
+ totalSize: () => totalSize,
127
+ viewport: () => effViewport,
128
+ lineStep: () => rowHeightBase,
129
+ })
130
+
131
+ let triggerEl = $state<HTMLButtonElement | null>(null)
132
+ let panelEl = $state<HTMLDivElement | null>(null)
133
+ let rect = $state<AnchoredRect>({ top: 0, left: 0, width: 0, openUpward: false, maxHeight: 0, availHeight: 0 })
134
+ // User-chosen panel height (px) once they drag the resize grip; null = auto.
135
+ let userHeight = $state<number | null>(null)
136
+ // Effective height cap: the user's drag if any (clamped to the viewport
137
+ // ceiling), otherwise the comfortable bounds-aware height.
138
+ const panelMaxH = $derived(
139
+ resizable && userHeight != null ? Math.min(userHeight, rect.availHeight) : rect.maxHeight,
140
+ )
141
+ const showGrip = $derived(resizable && !rect.openUpward)
142
+
143
+ // The virtual panel uses NO native scroll, so its rows are absolutely
144
+ // positioned and can't size the panel. Give it an explicit height (content up
145
+ // to `maxRows`, capped by the resized / bounds-aware ceiling) so the flex
146
+ // viewport (`.sv-ddl__vp`) has a definite height to fill.
147
+ const virtualPanelH = $derived(
148
+ Math.min(
149
+ Math.min(totalSize, Math.max(rowHeightBase, maxRows * rowHeightBase)) + 8,
150
+ rect.maxHeight || Number.POSITIVE_INFINITY,
151
+ resizable && userHeight != null ? panelMaxH : Number.POSITIVE_INFINITY,
152
+ ),
153
+ )
154
+
155
+ const ddl = createDropdownList({
156
+ options: () => norm,
157
+ value: () => value,
158
+ onChange: (v) => onChange?.(v),
159
+ disabled: () => disabled,
160
+ readonly: () => readonly,
161
+ ariaLabel: () => ariaLabel,
162
+ focusTrigger: () => triggerEl?.focus(),
163
+ id: () => uid,
164
+ invalid: () => invalid,
165
+ required: () => required,
166
+ error: () => error,
167
+ hint: () => hint,
168
+ })
169
+
170
+ const selected = $derived(ddl.selected)
171
+
172
+ function updatePos() {
173
+ if (!triggerEl) return
174
+ // When the user has resized, anchor to THAT height so the flip decision and
175
+ // upward top stay correct; otherwise size to the content up to `maxRows` items
176
+ // (native-select behaviour: no scrollbar until the list exceeds the cap). The
177
+ // +PANEL_CHROME budgets the panel's own padding (8) + border (2) so a list
178
+ // that exactly fills `maxRows` is not clipped by the border-box max-height.
179
+ const PANEL_CHROME = 10
180
+ const estimatedHeight =
181
+ resizable && userHeight != null ? userHeight : Math.min(norm.length, maxRows) * rowHeightBase + PANEL_CHROME
182
+ rect = anchoredRect(triggerEl.getBoundingClientRect(), { estimatedHeight })
183
+ }
184
+
185
+ function startResize(e: PointerEvent) {
186
+ if (!panelEl) return
187
+ startPanelResize(e, {
188
+ startHeight: panelEl.clientHeight,
189
+ min: 96,
190
+ max: () => rect.availHeight,
191
+ onHeight: (h) => {
192
+ userHeight = h
193
+ updatePos()
194
+ },
195
+ })
196
+ }
197
+
198
+ $effect(() => {
199
+ if (!ddl.open) return
200
+ updatePos()
201
+ const rp = () => updatePos()
202
+ window.addEventListener('scroll', rp, true); window.addEventListener('resize', rp)
203
+ // Outside-pointer dismissal via the shared layer stack (Escape stays with
204
+ // the core keyboard handler). Because this layer is pushed ON TOP, a
205
+ // dropdown opened inside a dialog/drawer closes itself first and never
206
+ // dismisses the dialog underneath it.
207
+ const layer = createDismissableLayer({
208
+ element: () => [triggerEl, panelEl],
209
+ onDismiss: () => ddl.close(),
210
+ closeOnEscape: false,
211
+ })
212
+ layer.activate()
213
+ return () => { window.removeEventListener('scroll', rp, true); window.removeEventListener('resize', rp); layer.release() }
214
+ })
215
+ // Keep the active option scrolled into view (render concern) - via the scroller
216
+ // (virtual) or scrollIntoView (native non-virtual).
217
+ $effect(() => {
218
+ if (!ddl.open) return
219
+ const i = ddl.activeIndex
220
+ if (useVirtual) {
221
+ const flatIdx = flat.optionFlatIndex[i]
222
+ if (flatIdx == null) return
223
+ untrack(() => scroller.ensureIndexVisible(flatIdx))
224
+ } else {
225
+ queueMicrotask(() => panelEl?.querySelector<HTMLElement>(`[data-idx="${i}"]`)?.scrollIntoView({ block: 'nearest' }))
226
+ }
227
+ })
228
+ function focusOpen(node: HTMLButtonElement) { if (autoOpen) { node.focus(); ddl.openPanel() } }
229
+ </script>
230
+
231
+ <SvField id={uid} {label} {hint} {error} {required} {dir}>
232
+ <button
233
+ bind:this={triggerEl}
234
+ class="sv-ddl sv-ddl--{size}"
235
+ class:is-block={block}
236
+ class:is-open={ddl.open}
237
+ class:is-disabled={disabled}
238
+ class:is-invalid={invalid}
239
+ {...ddl.triggerProps()}
240
+ use:focusOpen
241
+ >
242
+ <span class="sv-ddl__value" class:is-placeholder={!selected}>{#if selected?.color}<span class="sv-ddl__swatch" style:background={selected.color}></span>{/if}{selected?.label ?? placeholder}</span>
243
+ <svg class="sv-ddl__chev" viewBox="0 0 24 24" width="15" height="15" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="m6 9 6 6 6-6" /></svg>
244
+ </button>
245
+ </SvField>
246
+
247
+ {#snippet optRow(opt: IndexedOption, h?: number, top?: number)}
248
+ <!-- svelte-ignore a11y_click_events_have_key_events a11y_interactive_supports_focus -->
249
+ <div class="sv-ddl__opt" style:height={h != null ? `${h}px` : undefined} style:transform={top == null ? undefined : `translateY(${top}px)`} class:is-active={ddl.isActive(opt.index)} class:is-selected={ddl.isSelected(opt)} class:is-disabled={opt.disabled} {...ddl.optionProps(opt.index)}>
250
+ {#if item}{@render item(opt)}{:else}{#if opt.color}<span class="sv-ddl__swatch" style:background={opt.color}></span>{/if}{opt.label}{/if}
251
+ </div>
252
+ {/snippet}
253
+
254
+ {#if ddl.open}
255
+ <div bind:this={panelEl} class="sv-ddl__panel" class:is-virtual={useVirtual} class:is-resizable={showGrip} use:portalToBody use:popIn={{ up: rect.openUpward }} style:--sv-row-h={`${rowHeightBase}px`} style:position="fixed" style:top={`${rect.top}px`} style:left={`${rect.left}px`} style:min-width={`${rect.width}px`} style:max-height={`${panelMaxH}px`} style:height={useVirtual ? `${virtualPanelH}px` : resizable && userHeight != null ? `${panelMaxH}px` : undefined} onwheel={useVirtual ? scroller.onWheel : undefined} {...ddl.listboxProps()}>
256
+ {#if header}<div class="sv-ddl__header">{@render header()}</div>{/if}
257
+ {#if !norm.length}
258
+ {#if noData}{@render noData()}{:else}<div class="sv-ddl__empty">No options</div>{/if}
259
+ {:else if useVirtual}
260
+ <!-- JS-driven scroller: one clipped viewport holds the windowed rows (moved
261
+ by scrollOffset) + a custom scrollbar. No native scroll = no async gap
262
+ = no blank flash on a fast thumb-drag. -->
263
+ <!-- svelte-ignore a11y_no_static_element_interactions -->
264
+ <div class="sv-ddl__vp" bind:clientHeight={viewportH} onpointerdown={scroller.onContentDown} onpointermove={scroller.onContentMove} onpointerup={scroller.onContentUp} onpointercancel={scroller.onContentUp}>
265
+ {#each vItems as vi (vi.key)}
266
+ {@const entry = flat.entries[vi.index]}
267
+ {#if entry?.type === 'group'}
268
+ <div class="sv-ddl__group-label sv-ddl__group-label--abs" aria-hidden="true" style:height={`${vi.size}px`} style:transform={`translateY(${vi.start - scroller.scrollOffset}px)`}>{entry.label}</div>
269
+ {:else if entry}
270
+ {@render optRow(entry.opt, vi.size, vi.start - scroller.scrollOffset)}
271
+ {/if}
272
+ {/each}
273
+ {#if scroller.maxOffset > 0}
274
+ <!-- svelte-ignore a11y_no_static_element_interactions -->
275
+ <div class="sv-ddl__sb" onpointerdown={scroller.onTrackDown} aria-hidden="true">
276
+ <div class="sv-ddl__thumb" class:is-dragging={scroller.dragging} style:height={`${scroller.thumbH}px`} style:transform={`translateY(${scroller.thumbTop}px)`} onpointerdown={scroller.onThumbDown} onpointermove={scroller.onThumbMove} onpointerup={scroller.onThumbUp} onpointercancel={scroller.onThumbUp}></div>
277
+ </div>
278
+ {/if}
279
+ </div>
280
+ {:else}
281
+ {#each groupOptions(norm) as g (g.group ?? '')}
282
+ {#if g.group != null}
283
+ <div class="sv-ddl__group" role="group" aria-label={g.group}>
284
+ <div class="sv-ddl__group-label" aria-hidden="true">{g.group}</div>
285
+ {#each g.options as opt (opt.index)}
286
+ {@render optRow(opt)}
287
+ {/each}
288
+ </div>
289
+ {:else}
290
+ {#each g.options as opt (opt.index)}
291
+ {@render optRow(opt)}
292
+ {/each}
293
+ {/if}
294
+ {/each}
295
+ {/if}
296
+ {#if footer}<div class="sv-ddl__footer">{@render footer()}</div>{/if}
297
+ {#if showGrip}
298
+ <!-- svelte-ignore a11y_no_static_element_interactions -->
299
+ <div class="sv-ddl__grip" onpointerdown={startResize} title="Drag to resize" aria-hidden="true">
300
+ <span class="sv-ddl__grip-dots"></span>
301
+ </div>
302
+ {/if}
303
+ </div>
304
+ {/if}
305
+ {#if name}<input type="hidden" {name} value={value ?? ''} />{/if}
306
+
307
+ <style>
308
+ .sv-ddl {
309
+ --_accent: var(--sg-accent, #2563eb);
310
+ display: inline-flex; align-items: center; justify-content: space-between; gap: 8px; width: 200px;
311
+ background: var(--sg-input-bg, #fff); color: var(--sg-fg, #0f172a); font: inherit; text-align: start;
312
+ border: 1px solid var(--sg-input-border, var(--sg-border, #cbd5e1)); border-radius: var(--sg-radius, 8px);
313
+ padding: 0 10px; cursor: pointer;
314
+ }
315
+ .sv-ddl--sm { height: 28px; font-size: 12px; }
316
+ .sv-ddl--md { height: 34px; font-size: 13px; }
317
+ .sv-ddl--lg { height: 40px; font-size: 15px; }
318
+ .sv-ddl.is-open, .sv-ddl:focus-visible { border-color: var(--_accent); box-shadow: 0 0 0 2px color-mix(in srgb, var(--_accent) 22%, transparent); outline: none; }
319
+ .sv-ddl.is-invalid { border-color: var(--sg-danger, #dc2626); }
320
+ .sv-ddl.is-invalid.is-open, .sv-ddl.is-invalid:focus-visible { box-shadow: 0 0 0 2px color-mix(in srgb, var(--sg-danger, #dc2626) 22%, transparent); }
321
+ .sv-ddl.is-disabled { opacity: 0.6; cursor: not-allowed; }
322
+ .sv-ddl__value { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
323
+ .sv-ddl__value.is-placeholder { color: var(--sg-muted, #94a3b8); }
324
+ .sv-ddl__chev { color: var(--sg-muted, #64748b); flex: none; }
325
+
326
+ :global(.sv-ddl__panel) {
327
+ box-sizing: border-box; z-index: 2147483647; max-height: 288px; overflow-y: auto; padding: 4px;
328
+ background: var(--sg-bg, #fff); color: var(--sg-fg, #0f172a);
329
+ border: 1px solid var(--sg-border, #e2e8f0); border-radius: 10px; box-shadow: 0 16px 48px -12px rgba(15,23,42,0.35);
330
+ }
331
+ /* Virtual panel: a flex column (header / JS-driven viewport / footer / grip)
332
+ with NO native scroll - the viewport moves its rows by `scrollOffset`. */
333
+ :global(.sv-ddl__panel.is-virtual) { display: flex; flex-direction: column; overflow: hidden; }
334
+ :global(.sv-ddl__vp) { position: relative; flex: 1 1 auto; min-height: 0; overflow: hidden; touch-action: none; }
335
+ :global(.sv-ddl__panel.is-virtual .sv-ddl__opt), :global(.sv-ddl__group-label--abs) { position: absolute; left: 0; right: 0; top: 0; }
336
+ :global(.sv-ddl__sb) { position: absolute; top: 0; right: 1px; bottom: 0; width: 10px; z-index: 2; }
337
+ :global(.sv-ddl__thumb) {
338
+ position: absolute; left: 2px; right: 2px; top: 0; min-height: 24px; border-radius: 4px;
339
+ background: color-mix(in srgb, currentColor 26%, transparent); cursor: default; touch-action: none;
340
+ }
341
+ :global(.sv-ddl__thumb:hover), :global(.sv-ddl__thumb.is-dragging) { background: color-mix(in srgb, currentColor 42%, transparent); }
342
+ :global(.sv-ddl__opt) { box-sizing: border-box; flex: none; display: flex; align-items: center; padding: 7px 10px; border-radius: 6px; cursor: pointer; font-size: 13px; }
343
+ /* Color swatch shown before an option's label (option.color) - in both the
344
+ trigger value and the portalled panel options. */
345
+ :global(.sv-ddl__swatch) {
346
+ display: inline-block; flex: none; width: 10px; height: 10px; border-radius: 3px;
347
+ margin-inline-end: 8px; vertical-align: middle;
348
+ box-shadow: inset 0 0 0 1px color-mix(in srgb, #000 18%, transparent);
349
+ }
350
+ /* Bottom resize grip: a row of dots ("····") the user drags to resize the
351
+ panel. Sticky so it stays pinned at the panel's bottom while options scroll. */
352
+ :global(.sv-ddl__panel.is-resizable) { padding-bottom: 0; }
353
+ :global(.sv-ddl__grip) {
354
+ position: sticky; bottom: 0; z-index: 1; margin: 2px -4px -4px; height: 15px;
355
+ display: flex; align-items: center; justify-content: center; cursor: ns-resize;
356
+ background: var(--sg-bg, #fff); border-top: 1px solid var(--sg-border, #e2e8f0);
357
+ border-radius: 0 0 10px 10px; touch-action: none;
358
+ }
359
+ :global(.sv-ddl__grip-dots) {
360
+ width: 26px; height: 4px; color: var(--sg-muted, #94a3b8); opacity: 0.6;
361
+ background-image: radial-gradient(currentColor 1px, transparent 1.6px);
362
+ background-size: 6px 4px; background-position: center; background-repeat: repeat-x;
363
+ }
364
+ :global(.sv-ddl__grip:hover .sv-ddl__grip-dots) { opacity: 1; }
365
+ :global(.sv-ddl__opt.is-active) { background: var(--sg-row-hover-bg, #f1f5f9); }
366
+ :global(.sv-ddl__opt.is-selected) { color: var(--sg-accent, #2563eb); font-weight: 600; }
367
+ :global(.sv-ddl__opt.is-disabled) { opacity: 0.4; cursor: not-allowed; }
368
+ :global(.sv-ddl__group-label) {
369
+ box-sizing: border-box; padding: 8px 10px 3px; font-size: 10.5px; font-weight: 700;
370
+ text-transform: uppercase; letter-spacing: 0.04em; color: var(--sg-muted, #94a3b8);
371
+ display: flex; align-items: flex-end;
372
+ }
373
+ :global(.sv-ddl__empty) { padding: 12px 12px; font-size: 13px; color: var(--sg-muted, #64748b); text-align: center; }
374
+ :global(.sv-ddl__header) { padding: 8px 10px; border-bottom: 1px solid var(--sg-border, #e2e8f0); font-size: 12.5px; color: var(--sg-muted, #64748b); }
375
+ :global(.sv-ddl__footer) { padding: 8px 10px; border-top: 1px solid var(--sg-border, #e2e8f0); font-size: 12.5px; }
376
+ /* Fill the container - see `block` in SvEditorProps. */
377
+ .sv-ddl.is-block { width: 100%; max-width: 100%; }
378
+ </style>