@svgrid/grid 2.6.17 → 2.6.19

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 (253) hide show
  1. package/CHANGELOG.md +346 -346
  2. package/README.md +199 -199
  3. package/dist/FlexRender.svelte +96 -96
  4. package/dist/GridFooter.svelte +181 -181
  5. package/dist/GridMenus.svelte +705 -705
  6. package/dist/SvAutoComplete.svelte +165 -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 +275 -275
  14. package/dist/SvContextMenu.svelte +116 -116
  15. package/dist/SvCountryInput.svelte +163 -163
  16. package/dist/SvDrawer.svelte +254 -254
  17. package/dist/SvDropDownList.svelte +374 -374
  18. package/dist/SvDurationInput.svelte +126 -126
  19. package/dist/SvField.svelte +293 -293
  20. package/dist/SvForm.svelte +437 -437
  21. package/dist/SvGrid.css +2896 -2896
  22. package/dist/SvGrid.svelte +2956 -2956
  23. package/dist/SvGridCellEditor.svelte +662 -662
  24. package/dist/SvGridChart.svelte +1716 -1716
  25. package/dist/SvGridChartPanel.svelte +485 -485
  26. package/dist/SvGridChartView.svelte +70 -70
  27. package/dist/SvGridDropdown.svelte +728 -728
  28. package/dist/SvGridSelect.svelte +266 -266
  29. package/dist/SvGroupCell.svelte +116 -116
  30. package/dist/SvListBox.svelte +326 -326
  31. package/dist/SvMaskedInput.svelte +122 -122
  32. package/dist/SvMenu.svelte +124 -124
  33. package/dist/SvMenuList.svelte +146 -146
  34. package/dist/SvMultiSelect.svelte +289 -289
  35. package/dist/SvNumberInput.svelte +168 -168
  36. package/dist/SvOtpInput.svelte +158 -158
  37. package/dist/SvPasswordInput.svelte +151 -151
  38. package/dist/SvPhoneInput.svelte +133 -133
  39. package/dist/SvPopover.svelte +197 -197
  40. package/dist/SvProgress.svelte +116 -116
  41. package/dist/SvRadioGroup.svelte +107 -107
  42. package/dist/SvRating.svelte +112 -112
  43. package/dist/SvResult.svelte +73 -73
  44. package/dist/SvRichText.svelte +211 -211
  45. package/dist/SvRowGroupPanel.svelte +170 -170
  46. package/dist/SvScrollArea.svelte +61 -61
  47. package/dist/SvSlider.svelte +203 -203
  48. package/dist/SvSwitchButton.svelte +108 -108
  49. package/dist/SvTagsInput.svelte +115 -115
  50. package/dist/SvTextInput.svelte +147 -147
  51. package/dist/SvTimePicker.svelte +245 -245
  52. package/dist/SvToaster.svelte +159 -159
  53. package/dist/SvToggleButton.svelte +85 -85
  54. package/dist/SvTooltip.svelte +161 -161
  55. package/dist/SvTour.svelte +208 -208
  56. package/dist/SvTree.svelte +444 -444
  57. package/dist/SvTreeSelect.svelte +235 -235
  58. package/dist/cdn/{GridMenus-3kKYmYOE.js → GridMenus-B0F9iBrG.js} +2 -2
  59. package/dist/cdn/{GridMenus-BcDiwQ9U.js → GridMenus-IHK_l7m6.js} +2 -2
  60. package/dist/cdn/{SvDateTimePicker-DSUhIta8.js → SvDateTimePicker-CHnUkWcH.js} +2 -2
  61. package/dist/cdn/{SvDateTimePicker-h9kPyszT.js → SvDateTimePicker-CRQH_U7E.js} +2 -2
  62. package/dist/cdn/{SvGridCellEditor-DkyQO6FV.js → SvGridCellEditor-BGUCzuPB.js} +1 -1
  63. package/dist/cdn/{SvGridCellEditor-JpJSRhDx.js → SvGridCellEditor-G8IMWIws.js} +1 -1
  64. package/dist/cdn/{SvGridChart-CwhFz7GV.js → SvGridChart-BEJmNNx9.js} +1 -1
  65. package/dist/cdn/{SvGridChart-Bs2GIR2Q.js → SvGridChart-BwVos976.js} +1 -1
  66. package/dist/cdn/{SvGridChartPanel-1WXuStzM.js → SvGridChartPanel-BOknOkrP.js} +1 -1
  67. package/dist/cdn/{SvGridChartPanel-e5_nqNP9.js → SvGridChartPanel-D2PjII4O.js} +1 -1
  68. package/dist/cdn/{SvGridChartView-SmPW10dI.js → SvGridChartView-00LPUHL1.js} +1 -1
  69. package/dist/cdn/{SvGridChartView-eSPuJE6g.js → SvGridChartView-BhUEJ5ki.js} +1 -1
  70. package/dist/cdn/{SvGridDropdown-B1ZcLpgs.js → SvGridDropdown-D0VdjeR8.js} +1 -1
  71. package/dist/cdn/{SvGridDropdown-CtdbHcIS.js → SvGridDropdown-D13MtJ2j.js} +1 -1
  72. package/dist/cdn/{src-DMZZVVFd.js → src-B1TdiyS8.js} +26 -26
  73. package/dist/cdn/{src-D79V6bCA.js → src-Cd0tearp.js} +27 -27
  74. package/dist/cdn/svgrid.js +5 -5
  75. package/dist/cdn/svgrid.svelte-external.js +5 -5
  76. package/dist/chart-export.js +8 -8
  77. package/package.json +11 -11
  78. package/src/FlexRender.svelte +96 -96
  79. package/src/GridFooter.svelte +181 -181
  80. package/src/GridMenus.svelte +705 -705
  81. package/src/SvAutoComplete.svelte +165 -165
  82. package/src/SvAvatar.svelte +75 -75
  83. package/src/SvCalendar.svelte +503 -503
  84. package/src/SvCalendar.test.ts +226 -226
  85. package/src/SvCarousel.svelte +141 -141
  86. package/src/SvCheckBox.svelte +102 -102
  87. package/src/SvCircularProgress.svelte +109 -109
  88. package/src/SvColorInput.svelte +181 -181
  89. package/src/SvComboBox.svelte +275 -275
  90. package/src/SvContextMenu.svelte +116 -116
  91. package/src/SvCountryInput.svelte +163 -163
  92. package/src/SvDrawer.svelte +254 -254
  93. package/src/SvDropDownList.svelte +374 -374
  94. package/src/SvDurationInput.svelte +126 -126
  95. package/src/SvField.svelte +293 -293
  96. package/src/SvForm.svelte +437 -437
  97. package/src/SvForm.test.ts +411 -411
  98. package/src/SvGrid.controller.svelte.ts +3974 -3974
  99. package/src/SvGrid.css +2896 -2896
  100. package/src/SvGrid.svelte +2956 -2956
  101. package/src/SvGrid.types.ts +1790 -1790
  102. package/src/SvGridCellEditor.svelte +662 -662
  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 +203 -203
  128. package/src/SvSwitchButton.svelte +108 -108
  129. package/src/SvTagsInput.svelte +115 -115
  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 +846 -846
  148. package/src/builtin-editors.grid.test.ts +83 -83
  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 +160 -160
  183. package/src/flex-render.ts +3 -3
  184. package/src/form-field.ts +127 -127
  185. package/src/group-display.test.ts +167 -167
  186. package/src/group-display.ts +200 -200
  187. package/src/headless.ts +87 -87
  188. package/src/index.ts +754 -754
  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-drag-touch.ts +211 -211
  202. package/src/row-drag.test.ts +353 -353
  203. package/src/row-drag.ts +415 -415
  204. package/src/row-resize.ts +210 -210
  205. package/src/scheduler-model.test.ts +562 -562
  206. package/src/scheduler-model.ts +872 -872
  207. package/src/selection.test.ts +754 -754
  208. package/src/selection.ts +491 -491
  209. package/src/server-data-source.test.ts +383 -383
  210. package/src/server-data-source.ts +469 -469
  211. package/src/sparkline.test.ts +68 -68
  212. package/src/sparkline.ts +169 -169
  213. package/src/spreadsheet.test.ts +488 -488
  214. package/src/spreadsheet.ts +312 -312
  215. package/src/static-functions.ts +11 -11
  216. package/src/subscribe.ts +38 -38
  217. package/src/svgrid-wrapper.types.ts +558 -558
  218. package/src/svgrid.async-editor-options.test.ts +273 -273
  219. package/src/svgrid.auto-row-height.test.ts +204 -204
  220. package/src/svgrid.behavior.test.ts +910 -910
  221. package/src/svgrid.charting.test.ts +534 -534
  222. package/src/svgrid.comments-autocomplete.test.ts +127 -127
  223. package/src/svgrid.context-menu.test.ts +147 -147
  224. package/src/svgrid.features.test.ts +157 -157
  225. package/src/svgrid.filter-depth.test.ts +163 -163
  226. package/src/svgrid.filter-menu-listbox.svelte.test.ts +331 -331
  227. package/src/svgrid.filter-menu-scroll.test.ts +112 -112
  228. package/src/svgrid.grand-total.test.ts +188 -188
  229. package/src/svgrid.group-display-mode.test.ts +171 -171
  230. package/src/svgrid.group-footers.test.ts +121 -121
  231. package/src/svgrid.group-pagination.test.ts +153 -153
  232. package/src/svgrid.new-features.wrapper.test.ts +251 -251
  233. package/src/svgrid.tree-data.test.ts +186 -186
  234. package/src/svgrid.wrapper.test.ts +63 -63
  235. package/src/svgriddropdown.async-panel.svelte.test.ts +195 -195
  236. package/src/test-setup.ts +62 -62
  237. package/src/themes/index.ts +288 -288
  238. package/src/toast-store.svelte.ts +246 -246
  239. package/src/toast-store.test.ts +147 -147
  240. package/src/tree-row-model.test.ts +168 -168
  241. package/src/ui-buttons.test.ts +144 -144
  242. package/src/ui-inputs.test.ts +118 -118
  243. package/src/ui-localization.test.ts +113 -113
  244. package/src/ui-range.test.ts +70 -70
  245. package/src/ui-selection.test.ts +155 -155
  246. package/src/ui-tier1.test.ts +142 -142
  247. package/src/virtual.test.ts +88 -88
  248. package/src/virtualization/column-virtualizer.test.ts +27 -27
  249. package/src/virtualization/column-virtualizer.ts +30 -30
  250. package/src/virtualization/svelte-virtualizer.svelte.ts +26 -26
  251. package/src/virtualization/types.ts +30 -30
  252. package/src/virtualization/virtualizer.test.ts +47 -47
  253. package/src/virtualization/virtualizer.ts +322 -322
@@ -1,165 +1,165 @@
1
- <script lang="ts">
2
- /**
3
- * SvAutoComplete - a free-text input with a live-filtered suggestion list.
4
- * Unlike SvComboBox, it accepts ANY value (the text), suggestions are just
5
- * shortcuts. Parity: Smart `smart-input` (autocomplete). Emits the text string.
6
- *
7
- * One styled renderer over the headless `createAutocomplete` core; only
8
- * portal/measure 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 { type ListOption } from './list-option'
14
- import SvField from './SvField.svelte'
15
- import { nextEditorId, type SvEditorProps } from './editor-contract'
16
- import { createAutocomplete } from './createAutocomplete.svelte'
17
-
18
- type Props = SvEditorProps & {
19
- value?: string
20
- onChange?: (value: string) => void
21
- /** Suggestions - strings or {value,label} (label is shown, value inserted). */
22
- suggestions?: ReadonlyArray<string | ListOption>
23
- minChars?: number
24
- placeholder?: string
25
- /** Show a bottom drag grip so the user can resize the open suggestion panel's
26
- * height (hidden when the panel flips upward, where there is no room to grow). */
27
- resizable?: boolean
28
- }
29
-
30
- let {
31
- value = $bindable(''),
32
- onChange,
33
- suggestions = [],
34
- minChars = 1,
35
- placeholder,
36
- resizable = false,
37
- disabled = false,
38
- name,
39
- size = 'md',
40
- ariaLabel,
41
- invalid = false,
42
- required = false,
43
- error,
44
- label,
45
- hint,
46
- dir,
47
- id,
48
- loading = false,
49
- }: Props = $props()
50
-
51
- const autoId = nextEditorId('sv-ac')
52
- const uid = $derived(id ?? autoId)
53
-
54
- let fieldEl = $state<HTMLInputElement | null>(null)
55
- let panelEl = $state<HTMLDivElement | null>(null)
56
- let rect = $state<AnchoredRect>({ top: 0, left: 0, width: 0, openUpward: false, maxHeight: 0, availHeight: 0 })
57
- // User-chosen panel height (px) once they drag the resize grip; null = auto.
58
- let userHeight = $state<number | null>(null)
59
- const DEFAULT_CAP = 288
60
- const panelMaxH = $derived(
61
- resizable && userHeight != null ? Math.min(userHeight, rect.availHeight) : Math.min(rect.availHeight, DEFAULT_CAP),
62
- )
63
- const showGrip = $derived(resizable && !rect.openUpward)
64
-
65
- const ac = createAutocomplete({
66
- value: () => value,
67
- onChange: (v) => { value = v; onChange?.(v) },
68
- suggestions: () => suggestions,
69
- minChars: () => minChars,
70
- disabled: () => disabled,
71
- ariaLabel: () => ariaLabel,
72
- focusInput: () => fieldEl?.focus(),
73
- id: () => uid,
74
- invalid: () => invalid,
75
- required: () => required,
76
- error: () => error,
77
- hint: () => hint,
78
- })
79
-
80
- function updatePos() {
81
- if (!fieldEl) return
82
- // estimatedHeight only picks the flip direction; real max-height is availHeight
83
- // below, so the panel takes its natural content height. See SvComboBox. When
84
- // the user has dragged the grip, anchor the flip decision to THAT height.
85
- const est = resizable && userHeight != null ? userHeight : Math.min(ac.filtered.length, 8) * 34 + 12
86
- rect = anchoredRect(fieldEl.getBoundingClientRect(), { estimatedHeight: est })
87
- }
88
-
89
- function startResize(e: PointerEvent) {
90
- if (!panelEl) return
91
- startPanelResize(e, {
92
- startHeight: panelEl.clientHeight,
93
- min: 96,
94
- max: () => rect.availHeight,
95
- onHeight: (h) => { userHeight = h; updatePos() },
96
- })
97
- }
98
-
99
- $effect(() => {
100
- if (!ac.open) return
101
- updatePos()
102
- const rp = () => updatePos()
103
- window.addEventListener('scroll', rp, true); window.addEventListener('resize', rp)
104
- const layer = createDismissableLayer({ element: () => [fieldEl, panelEl], onDismiss: () => ac.close(), closeOnEscape: false })
105
- layer.activate()
106
- return () => { window.removeEventListener('scroll', rp, true); window.removeEventListener('resize', rp); layer.release() }
107
- })
108
- </script>
109
-
110
- <SvField id={uid} {label} {hint} {error} {required} {dir} {loading}>
111
- <input
112
- bind:this={fieldEl}
113
- class="sv-ac sv-ac--{size}"
114
- class:is-invalid={invalid}
115
- type="text"
116
- {placeholder}
117
- {...ac.inputProps()}
118
- />
119
- </SvField>
120
-
121
- {#if ac.open}
122
- <div bind:this={panelEl} class="sv-ddl__panel" class:is-resizable={showGrip} use:portalToBody use:popIn={{ up: rect.openUpward }} style:position="fixed" style:top={rect.openUpward ? undefined : `${rect.top}px`} style:bottom={rect.openUpward ? `${rect.bottom}px` : undefined} style:left={`${rect.left}px`} style:min-width={`${rect.width}px`} style:max-height={`${panelMaxH}px`} style:height={resizable && userHeight != null && !rect.openUpward ? `${panelMaxH}px` : undefined} {...ac.listboxProps()}>
123
- {#each ac.filtered as opt, i (i)}
124
- <!-- svelte-ignore a11y_click_events_have_key_events a11y_interactive_supports_focus -->
125
- <div class="sv-ddl__opt" class:is-active={ac.isActive(i)} {...ac.optionProps(i)}>{opt.label}</div>
126
- {/each}
127
- {#if showGrip}
128
- <!-- svelte-ignore a11y_no_static_element_interactions -->
129
- <div class="sv-ddl__grip" onpointerdown={startResize} title="Drag to resize" aria-hidden="true">
130
- <span class="sv-ddl__grip-dots"></span>
131
- </div>
132
- {/if}
133
- </div>
134
- {/if}
135
- {#if name}<input type="hidden" {name} value={value} />{/if}
136
-
137
- <style>
138
- .sv-ac {
139
- --_accent: var(--sg-accent, #2563eb);
140
- box-sizing: border-box; width: 220px;
141
- background: var(--sg-input-bg, #fff); color: var(--sg-fg, #0f172a);
142
- border: 1px solid var(--sg-input-border, var(--sg-border, #cbd5e1)); border-radius: var(--sg-radius, 8px);
143
- font: inherit; padding: 0 10px; outline: none;
144
- }
145
- .sv-ac--sm { height: 28px; font-size: 12px; }
146
- .sv-ac--md { height: 34px; font-size: 13px; }
147
- .sv-ac--lg { height: 40px; font-size: 15px; }
148
- .sv-ac:focus { border-color: var(--_accent); box-shadow: 0 0 0 2px color-mix(in srgb, var(--_accent) 22%, transparent); }
149
- .sv-ac.is-invalid { border-color: var(--sg-danger, #dc2626); }
150
- .sv-ac.is-invalid:focus { box-shadow: 0 0 0 2px color-mix(in srgb, var(--sg-danger, #dc2626) 22%, transparent); }
151
- /* Bottom resize grip (shared "····" handle - see SvDropDownList / panel-resize). */
152
- :global(.sv-ddl__panel.is-resizable) { padding-bottom: 0; }
153
- :global(.sv-ddl__grip) {
154
- position: sticky; bottom: 0; z-index: 1; margin: 2px -4px -4px; height: 15px;
155
- display: flex; align-items: center; justify-content: center; cursor: ns-resize;
156
- background: var(--sg-bg, #fff); border-top: 1px solid var(--sg-border, #e2e8f0);
157
- border-radius: 0 0 10px 10px; touch-action: none;
158
- }
159
- :global(.sv-ddl__grip-dots) {
160
- width: 26px; height: 4px; color: var(--sg-muted, #94a3b8); opacity: 0.6;
161
- background-image: radial-gradient(currentColor 1px, transparent 1.6px);
162
- background-size: 6px 4px; background-position: center; background-repeat: repeat-x;
163
- }
164
- :global(.sv-ddl__grip:hover .sv-ddl__grip-dots) { opacity: 1; }
165
- </style>
1
+ <script lang="ts">
2
+ /**
3
+ * SvAutoComplete - a free-text input with a live-filtered suggestion list.
4
+ * Unlike SvComboBox, it accepts ANY value (the text), suggestions are just
5
+ * shortcuts. Parity: Smart `smart-input` (autocomplete). Emits the text string.
6
+ *
7
+ * One styled renderer over the headless `createAutocomplete` core; only
8
+ * portal/measure 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 { type ListOption } from './list-option'
14
+ import SvField from './SvField.svelte'
15
+ import { nextEditorId, type SvEditorProps } from './editor-contract'
16
+ import { createAutocomplete } from './createAutocomplete.svelte'
17
+
18
+ type Props = SvEditorProps & {
19
+ value?: string
20
+ onChange?: (value: string) => void
21
+ /** Suggestions - strings or {value,label} (label is shown, value inserted). */
22
+ suggestions?: ReadonlyArray<string | ListOption>
23
+ minChars?: number
24
+ placeholder?: string
25
+ /** Show a bottom drag grip so the user can resize the open suggestion panel's
26
+ * height (hidden when the panel flips upward, where there is no room to grow). */
27
+ resizable?: boolean
28
+ }
29
+
30
+ let {
31
+ value = $bindable(''),
32
+ onChange,
33
+ suggestions = [],
34
+ minChars = 1,
35
+ placeholder,
36
+ resizable = false,
37
+ disabled = false,
38
+ name,
39
+ size = 'md',
40
+ ariaLabel,
41
+ invalid = false,
42
+ required = false,
43
+ error,
44
+ label,
45
+ hint,
46
+ dir,
47
+ id,
48
+ loading = false,
49
+ }: Props = $props()
50
+
51
+ const autoId = nextEditorId('sv-ac')
52
+ const uid = $derived(id ?? autoId)
53
+
54
+ let fieldEl = $state<HTMLInputElement | null>(null)
55
+ let panelEl = $state<HTMLDivElement | null>(null)
56
+ let rect = $state<AnchoredRect>({ top: 0, left: 0, width: 0, openUpward: false, maxHeight: 0, availHeight: 0 })
57
+ // User-chosen panel height (px) once they drag the resize grip; null = auto.
58
+ let userHeight = $state<number | null>(null)
59
+ const DEFAULT_CAP = 288
60
+ const panelMaxH = $derived(
61
+ resizable && userHeight != null ? Math.min(userHeight, rect.availHeight) : Math.min(rect.availHeight, DEFAULT_CAP),
62
+ )
63
+ const showGrip = $derived(resizable && !rect.openUpward)
64
+
65
+ const ac = createAutocomplete({
66
+ value: () => value,
67
+ onChange: (v) => { value = v; onChange?.(v) },
68
+ suggestions: () => suggestions,
69
+ minChars: () => minChars,
70
+ disabled: () => disabled,
71
+ ariaLabel: () => ariaLabel,
72
+ focusInput: () => fieldEl?.focus(),
73
+ id: () => uid,
74
+ invalid: () => invalid,
75
+ required: () => required,
76
+ error: () => error,
77
+ hint: () => hint,
78
+ })
79
+
80
+ function updatePos() {
81
+ if (!fieldEl) return
82
+ // estimatedHeight only picks the flip direction; real max-height is availHeight
83
+ // below, so the panel takes its natural content height. See SvComboBox. When
84
+ // the user has dragged the grip, anchor the flip decision to THAT height.
85
+ const est = resizable && userHeight != null ? userHeight : Math.min(ac.filtered.length, 8) * 34 + 12
86
+ rect = anchoredRect(fieldEl.getBoundingClientRect(), { estimatedHeight: est })
87
+ }
88
+
89
+ function startResize(e: PointerEvent) {
90
+ if (!panelEl) return
91
+ startPanelResize(e, {
92
+ startHeight: panelEl.clientHeight,
93
+ min: 96,
94
+ max: () => rect.availHeight,
95
+ onHeight: (h) => { userHeight = h; updatePos() },
96
+ })
97
+ }
98
+
99
+ $effect(() => {
100
+ if (!ac.open) return
101
+ updatePos()
102
+ const rp = () => updatePos()
103
+ window.addEventListener('scroll', rp, true); window.addEventListener('resize', rp)
104
+ const layer = createDismissableLayer({ element: () => [fieldEl, panelEl], onDismiss: () => ac.close(), closeOnEscape: false })
105
+ layer.activate()
106
+ return () => { window.removeEventListener('scroll', rp, true); window.removeEventListener('resize', rp); layer.release() }
107
+ })
108
+ </script>
109
+
110
+ <SvField id={uid} {label} {hint} {error} {required} {dir} {loading}>
111
+ <input
112
+ bind:this={fieldEl}
113
+ class="sv-ac sv-ac--{size}"
114
+ class:is-invalid={invalid}
115
+ type="text"
116
+ {placeholder}
117
+ {...ac.inputProps()}
118
+ />
119
+ </SvField>
120
+
121
+ {#if ac.open}
122
+ <div bind:this={panelEl} class="sv-ddl__panel" class:is-resizable={showGrip} use:portalToBody use:popIn={{ up: rect.openUpward }} style:position="fixed" style:top={rect.openUpward ? undefined : `${rect.top}px`} style:bottom={rect.openUpward ? `${rect.bottom}px` : undefined} style:left={`${rect.left}px`} style:min-width={`${rect.width}px`} style:max-height={`${panelMaxH}px`} style:height={resizable && userHeight != null && !rect.openUpward ? `${panelMaxH}px` : undefined} {...ac.listboxProps()}>
123
+ {#each ac.filtered as opt, i (i)}
124
+ <!-- svelte-ignore a11y_click_events_have_key_events a11y_interactive_supports_focus -->
125
+ <div class="sv-ddl__opt" class:is-active={ac.isActive(i)} {...ac.optionProps(i)}>{opt.label}</div>
126
+ {/each}
127
+ {#if showGrip}
128
+ <!-- svelte-ignore a11y_no_static_element_interactions -->
129
+ <div class="sv-ddl__grip" onpointerdown={startResize} title="Drag to resize" aria-hidden="true">
130
+ <span class="sv-ddl__grip-dots"></span>
131
+ </div>
132
+ {/if}
133
+ </div>
134
+ {/if}
135
+ {#if name}<input type="hidden" {name} value={value} />{/if}
136
+
137
+ <style>
138
+ .sv-ac {
139
+ --_accent: var(--sg-accent, #2563eb);
140
+ box-sizing: border-box; width: 220px;
141
+ background: var(--sg-input-bg, #fff); color: var(--sg-fg, #0f172a);
142
+ border: 1px solid var(--sg-input-border, var(--sg-border, #cbd5e1)); border-radius: var(--sg-radius, 8px);
143
+ font: inherit; padding: 0 10px; outline: none;
144
+ }
145
+ .sv-ac--sm { height: 28px; font-size: 12px; }
146
+ .sv-ac--md { height: 34px; font-size: 13px; }
147
+ .sv-ac--lg { height: 40px; font-size: 15px; }
148
+ .sv-ac:focus { border-color: var(--_accent); box-shadow: 0 0 0 2px color-mix(in srgb, var(--_accent) 22%, transparent); }
149
+ .sv-ac.is-invalid { border-color: var(--sg-danger, #dc2626); }
150
+ .sv-ac.is-invalid:focus { box-shadow: 0 0 0 2px color-mix(in srgb, var(--sg-danger, #dc2626) 22%, transparent); }
151
+ /* Bottom resize grip (shared "····" handle - see SvDropDownList / panel-resize). */
152
+ :global(.sv-ddl__panel.is-resizable) { padding-bottom: 0; }
153
+ :global(.sv-ddl__grip) {
154
+ position: sticky; bottom: 0; z-index: 1; margin: 2px -4px -4px; height: 15px;
155
+ display: flex; align-items: center; justify-content: center; cursor: ns-resize;
156
+ background: var(--sg-bg, #fff); border-top: 1px solid var(--sg-border, #e2e8f0);
157
+ border-radius: 0 0 10px 10px; touch-action: none;
158
+ }
159
+ :global(.sv-ddl__grip-dots) {
160
+ width: 26px; height: 4px; color: var(--sg-muted, #94a3b8); opacity: 0.6;
161
+ background-image: radial-gradient(currentColor 1px, transparent 1.6px);
162
+ background-size: 6px 4px; background-position: center; background-repeat: repeat-x;
163
+ }
164
+ :global(.sv-ddl__grip:hover .sv-ddl__grip-dots) { opacity: 1; }
165
+ </style>
@@ -1,75 +1,75 @@
1
- <script lang="ts">
2
- /**
3
- * SvAvatar - a user/entity avatar: an image with an initials + colour-hash
4
- * fallback (used when there is no `src` or the image fails to load), plus an
5
- * optional presence status dot. Parity: Smart avatar.
6
- *
7
- * ```svelte
8
- * <SvAvatar name="Ada Lovelace" src="/ada.jpg" status="online" />
9
- * ```
10
- */
11
- import { avatarInitials, avatarColorHue } from './avatar'
12
-
13
- type Props = {
14
- name?: string
15
- src?: string
16
- alt?: string
17
- /** Preset (sm 28 / md 36 / lg 48) or an explicit pixel size. */
18
- size?: 'sm' | 'md' | 'lg' | number
19
- shape?: 'circle' | 'square'
20
- status?: 'online' | 'offline' | 'busy' | 'away'
21
- /** Override the hash-derived fallback colour (any CSS colour). */
22
- color?: string
23
- }
24
-
25
- let { name = '', src, alt, size = 'md', shape = 'circle', status, color }: Props = $props()
26
-
27
- const px = $derived(typeof size === 'number' ? size : size === 'sm' ? 28 : size === 'lg' ? 48 : 36)
28
- const initials = $derived(avatarInitials(name))
29
- const bg = $derived(color ?? `hsl(${avatarColorHue(name || '?')} 62% 45%)`)
30
- // Fall back to initials when the image errors.
31
- let broken = $state(false)
32
- const showImg = $derived(!!src && !broken)
33
- </script>
34
-
35
- <span
36
- class="sv-avatar sv-avatar--{shape}"
37
- style:width={`${px}px`}
38
- style:height={`${px}px`}
39
- style:font-size={`${Math.round(px * 0.4)}px`}
40
- style:background={showImg ? undefined : bg}
41
- role="img"
42
- aria-label={alt ?? (name || 'avatar')}
43
- title={name || undefined}
44
- >
45
- {#if showImg}
46
- <img class="sv-avatar__img" src={src} alt={alt ?? name} onerror={() => (broken = true)} />
47
- {:else if initials}
48
- <span class="sv-avatar__initials" aria-hidden="true">{initials}</span>
49
- {:else}
50
- <svg class="sv-avatar__ph" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true"><path d="M12 12a5 5 0 1 0 0-10 5 5 0 0 0 0 10Zm0 2c-4.4 0-8 2.5-8 5.5V22h16v-2.5C20 16.5 16.4 14 12 14Z" /></svg>
51
- {/if}
52
- {#if status}<span class="sv-avatar__status is-{status}" aria-hidden="true"></span>{/if}
53
- </span>
54
-
55
- <style>
56
- .sv-avatar {
57
- position: relative; display: inline-grid; place-items: center; overflow: visible;
58
- color: #fff; font-weight: 600; line-height: 1; user-select: none; flex: none;
59
- vertical-align: middle;
60
- }
61
- .sv-avatar--circle { border-radius: 50%; }
62
- .sv-avatar--square { border-radius: 22%; }
63
- .sv-avatar__img { width: 100%; height: 100%; object-fit: cover; border-radius: inherit; display: block; }
64
- .sv-avatar--circle .sv-avatar__img, .sv-avatar--circle { }
65
- .sv-avatar__initials { letter-spacing: 0.02em; }
66
- .sv-avatar__ph { width: 62%; height: 62%; opacity: 0.9; }
67
- .sv-avatar__status {
68
- position: absolute; right: -1px; bottom: -1px; width: 28%; height: 28%; min-width: 8px; min-height: 8px;
69
- border-radius: 50%; border: 2px solid var(--sg-bg, #fff);
70
- }
71
- .sv-avatar__status.is-online { background: var(--sg-success, #16a34a); }
72
- .sv-avatar__status.is-offline { background: var(--sg-muted, #94a3b8); }
73
- .sv-avatar__status.is-busy { background: var(--sg-danger, #dc2626); }
74
- .sv-avatar__status.is-away { background: var(--sg-warning, #d97706); }
75
- </style>
1
+ <script lang="ts">
2
+ /**
3
+ * SvAvatar - a user/entity avatar: an image with an initials + colour-hash
4
+ * fallback (used when there is no `src` or the image fails to load), plus an
5
+ * optional presence status dot. Parity: Smart avatar.
6
+ *
7
+ * ```svelte
8
+ * <SvAvatar name="Ada Lovelace" src="/ada.jpg" status="online" />
9
+ * ```
10
+ */
11
+ import { avatarInitials, avatarColorHue } from './avatar'
12
+
13
+ type Props = {
14
+ name?: string
15
+ src?: string
16
+ alt?: string
17
+ /** Preset (sm 28 / md 36 / lg 48) or an explicit pixel size. */
18
+ size?: 'sm' | 'md' | 'lg' | number
19
+ shape?: 'circle' | 'square'
20
+ status?: 'online' | 'offline' | 'busy' | 'away'
21
+ /** Override the hash-derived fallback colour (any CSS colour). */
22
+ color?: string
23
+ }
24
+
25
+ let { name = '', src, alt, size = 'md', shape = 'circle', status, color }: Props = $props()
26
+
27
+ const px = $derived(typeof size === 'number' ? size : size === 'sm' ? 28 : size === 'lg' ? 48 : 36)
28
+ const initials = $derived(avatarInitials(name))
29
+ const bg = $derived(color ?? `hsl(${avatarColorHue(name || '?')} 62% 45%)`)
30
+ // Fall back to initials when the image errors.
31
+ let broken = $state(false)
32
+ const showImg = $derived(!!src && !broken)
33
+ </script>
34
+
35
+ <span
36
+ class="sv-avatar sv-avatar--{shape}"
37
+ style:width={`${px}px`}
38
+ style:height={`${px}px`}
39
+ style:font-size={`${Math.round(px * 0.4)}px`}
40
+ style:background={showImg ? undefined : bg}
41
+ role="img"
42
+ aria-label={alt ?? (name || 'avatar')}
43
+ title={name || undefined}
44
+ >
45
+ {#if showImg}
46
+ <img class="sv-avatar__img" src={src} alt={alt ?? name} onerror={() => (broken = true)} />
47
+ {:else if initials}
48
+ <span class="sv-avatar__initials" aria-hidden="true">{initials}</span>
49
+ {:else}
50
+ <svg class="sv-avatar__ph" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true"><path d="M12 12a5 5 0 1 0 0-10 5 5 0 0 0 0 10Zm0 2c-4.4 0-8 2.5-8 5.5V22h16v-2.5C20 16.5 16.4 14 12 14Z" /></svg>
51
+ {/if}
52
+ {#if status}<span class="sv-avatar__status is-{status}" aria-hidden="true"></span>{/if}
53
+ </span>
54
+
55
+ <style>
56
+ .sv-avatar {
57
+ position: relative; display: inline-grid; place-items: center; overflow: visible;
58
+ color: #fff; font-weight: 600; line-height: 1; user-select: none; flex: none;
59
+ vertical-align: middle;
60
+ }
61
+ .sv-avatar--circle { border-radius: 50%; }
62
+ .sv-avatar--square { border-radius: 22%; }
63
+ .sv-avatar__img { width: 100%; height: 100%; object-fit: cover; border-radius: inherit; display: block; }
64
+ .sv-avatar--circle .sv-avatar__img, .sv-avatar--circle { }
65
+ .sv-avatar__initials { letter-spacing: 0.02em; }
66
+ .sv-avatar__ph { width: 62%; height: 62%; opacity: 0.9; }
67
+ .sv-avatar__status {
68
+ position: absolute; right: -1px; bottom: -1px; width: 28%; height: 28%; min-width: 8px; min-height: 8px;
69
+ border-radius: 50%; border: 2px solid var(--sg-bg, #fff);
70
+ }
71
+ .sv-avatar__status.is-online { background: var(--sg-success, #16a34a); }
72
+ .sv-avatar__status.is-offline { background: var(--sg-muted, #94a3b8); }
73
+ .sv-avatar__status.is-busy { background: var(--sg-danger, #dc2626); }
74
+ .sv-avatar__status.is-away { background: var(--sg-warning, #d97706); }
75
+ </style>