@helixui/library 3.3.0 → 3.3.1-next.117
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.
- package/custom-elements.json +182 -13
- package/dist/components/hx-accordion/hx-accordion-item.d.ts +35 -0
- package/dist/components/hx-accordion/hx-accordion-item.d.ts.map +1 -1
- package/dist/components/hx-checkbox/hx-checkbox.d.ts +153 -1
- package/dist/components/hx-checkbox/hx-checkbox.d.ts.map +1 -1
- package/dist/components/hx-checkbox/hx-checkbox.styles.d.ts.map +1 -1
- package/dist/components/hx-checkbox/index.js +1 -1
- package/dist/components/hx-checkbox-group/hx-checkbox-group.d.ts +151 -2
- package/dist/components/hx-checkbox-group/hx-checkbox-group.d.ts.map +1 -1
- package/dist/components/hx-checkbox-group/index.js +1 -1
- package/dist/components/hx-color-picker/hx-color-picker.d.ts +163 -1
- package/dist/components/hx-color-picker/hx-color-picker.d.ts.map +1 -1
- package/dist/components/hx-color-picker/hx-color-picker.styles.d.ts.map +1 -1
- package/dist/components/hx-color-picker/index.js +1 -1
- package/dist/components/hx-combobox/hx-combobox.d.ts +311 -2
- package/dist/components/hx-combobox/hx-combobox.d.ts.map +1 -1
- package/dist/components/hx-combobox/index.js +1 -1
- package/dist/components/hx-date-picker/hx-date-picker.d.ts +182 -56
- package/dist/components/hx-date-picker/hx-date-picker.d.ts.map +1 -1
- package/dist/components/hx-date-picker/hx-date-picker.styles.d.ts.map +1 -1
- package/dist/components/hx-date-picker/index.js +1 -1
- package/dist/components/hx-dialog/hx-dialog.d.ts +240 -0
- package/dist/components/hx-dialog/hx-dialog.d.ts.map +1 -1
- package/dist/components/hx-dialog/index.js +1 -1
- package/dist/components/hx-dropdown/hx-dropdown.d.ts +80 -0
- package/dist/components/hx-dropdown/hx-dropdown.d.ts.map +1 -1
- package/dist/components/hx-dropdown/index.js +1 -1
- package/dist/components/hx-field/hx-field.d.ts +109 -0
- package/dist/components/hx-field/hx-field.d.ts.map +1 -1
- package/dist/components/hx-field/index.js +1 -1
- package/dist/components/hx-popover/hx-popover.d.ts +91 -0
- package/dist/components/hx-popover/hx-popover.d.ts.map +1 -1
- package/dist/components/hx-popover/index.js +1 -1
- package/dist/components/hx-radio-group/hx-radio-group.d.ts +152 -1
- package/dist/components/hx-radio-group/hx-radio-group.d.ts.map +1 -1
- package/dist/components/hx-radio-group/hx-radio.d.ts +14 -0
- package/dist/components/hx-radio-group/hx-radio.d.ts.map +1 -1
- package/dist/components/hx-radio-group/index.js +1 -1
- package/dist/components/hx-select/hx-select.d.ts +303 -2
- package/dist/components/hx-select/hx-select.d.ts.map +1 -1
- package/dist/components/hx-select/hx-select.styles.d.ts.map +1 -1
- package/dist/components/hx-select/index.js +1 -1
- package/dist/components/hx-side-nav/hx-nav-item.styles.d.ts.map +1 -1
- package/dist/components/hx-side-nav/index.js +1 -1
- package/dist/components/hx-switch/hx-switch.d.ts +78 -1
- package/dist/components/hx-switch/hx-switch.d.ts.map +1 -1
- package/dist/components/hx-switch/hx-switch.styles.d.ts.map +1 -1
- package/dist/components/hx-switch/index.js +1 -1
- package/dist/components/hx-toggle-button/hx-toggle-button.d.ts +110 -0
- package/dist/components/hx-toggle-button/hx-toggle-button.d.ts.map +1 -1
- package/dist/components/hx-toggle-button/hx-toggle-button.styles.d.ts.map +1 -1
- package/dist/components/hx-toggle-button/index.js +1 -1
- package/dist/components/hx-tooltip/hx-tooltip.d.ts +52 -0
- package/dist/components/hx-tooltip/hx-tooltip.d.ts.map +1 -1
- package/dist/components/hx-tooltip/index.js +1 -1
- package/dist/css/helix-all.css +98 -1
- package/dist/css/helix-forms.css +98 -1
- package/dist/css/hx-checkbox.css +18 -0
- package/dist/css/hx-color-picker.css +25 -0
- package/dist/css/hx-date-picker.css +2 -1
- package/dist/css/hx-select.css +19 -0
- package/dist/css/hx-switch.css +17 -0
- package/dist/css/hx-toggle-button.css +17 -0
- package/dist/css/index.css +1 -1
- package/dist/css/manifest.json +2 -1
- package/dist/index.js +15 -15
- package/dist/shared/aria-flatten-DY6v2vah.js +22 -0
- package/dist/shared/aria-flatten-DY6v2vah.js.map +1 -0
- package/dist/shared/aria-idref-Q0yiSR3p.js +104 -0
- package/dist/shared/aria-idref-Q0yiSR3p.js.map +1 -0
- package/dist/shared/hx-accordion-ZVzgDzTG.js.map +1 -1
- package/dist/shared/hx-checkbox-BdgoUeWi.js +696 -0
- package/dist/shared/hx-checkbox-BdgoUeWi.js.map +1 -0
- package/dist/shared/hx-checkbox-group-LWezHrvS.js +496 -0
- package/dist/shared/hx-checkbox-group-LWezHrvS.js.map +1 -0
- package/dist/shared/hx-color-picker-DVhZl88b.js +1221 -0
- package/dist/shared/hx-color-picker-DVhZl88b.js.map +1 -0
- package/dist/shared/hx-combobox-DvlezcDV.js +1359 -0
- package/dist/shared/hx-combobox-DvlezcDV.js.map +1 -0
- package/dist/shared/{hx-date-picker-2iRG1p74.js → hx-date-picker-N-0aG5XL.js} +542 -206
- package/dist/shared/hx-date-picker-N-0aG5XL.js.map +1 -0
- package/dist/shared/hx-dialog-DzB7VytW.js +717 -0
- package/dist/shared/hx-dialog-DzB7VytW.js.map +1 -0
- package/dist/shared/{hx-dropdown-LyaRc8Rf.js → hx-dropdown-DJWlF94E.js} +130 -77
- package/dist/shared/hx-dropdown-DJWlF94E.js.map +1 -0
- package/dist/shared/{hx-field-B3Qo8OLS.js → hx-field-zw0U1KVi.js} +99 -38
- package/dist/shared/hx-field-zw0U1KVi.js.map +1 -0
- package/dist/shared/{hx-nav-item-xqRPOCWX.js → hx-nav-item-CODtUlew.js} +13 -9
- package/dist/shared/{hx-nav-item-xqRPOCWX.js.map → hx-nav-item-CODtUlew.js.map} +1 -1
- package/dist/shared/{hx-popover-B-FP3-wW.js → hx-popover-CHxWY_cd.js} +123 -66
- package/dist/shared/hx-popover-CHxWY_cd.js.map +1 -0
- package/dist/shared/hx-radio-CeGzARNk.js +822 -0
- package/dist/shared/hx-radio-CeGzARNk.js.map +1 -0
- package/dist/shared/hx-select-DrcS-YRJ.js +1089 -0
- package/dist/shared/hx-select-DrcS-YRJ.js.map +1 -0
- package/dist/shared/hx-switch-BX_8uNUs.js +540 -0
- package/dist/shared/hx-switch-BX_8uNUs.js.map +1 -0
- package/dist/shared/{hx-toggle-button-iLiYrMbD.js → hx-toggle-button-Dcz9IlUm.js} +226 -65
- package/dist/shared/hx-toggle-button-Dcz9IlUm.js.map +1 -0
- package/dist/shared/{hx-tooltip-nYOv9OLu.js → hx-tooltip-DVqtKPCD.js} +68 -46
- package/dist/shared/hx-tooltip-DVqtKPCD.js.map +1 -0
- package/dist/utils/aria-flatten.d.ts +56 -0
- package/dist/utils/aria-flatten.d.ts.map +1 -0
- package/dist/utils/aria-idref.d.ts +127 -0
- package/dist/utils/aria-idref.d.ts.map +1 -0
- package/figma-inventory.json +66 -3
- package/package.json +2 -2
- package/dist/shared/hx-checkbox-D7xma9YH.js +0 -524
- package/dist/shared/hx-checkbox-D7xma9YH.js.map +0 -1
- package/dist/shared/hx-checkbox-group-C9n315Ju.js +0 -323
- package/dist/shared/hx-checkbox-group-C9n315Ju.js.map +0 -1
- package/dist/shared/hx-color-picker-uRc865FJ.js +0 -882
- package/dist/shared/hx-color-picker-uRc865FJ.js.map +0 -1
- package/dist/shared/hx-combobox-DDzqNKEW.js +0 -924
- package/dist/shared/hx-combobox-DDzqNKEW.js.map +0 -1
- package/dist/shared/hx-date-picker-2iRG1p74.js.map +0 -1
- package/dist/shared/hx-dialog-DRN_1-Y-.js +0 -514
- package/dist/shared/hx-dialog-DRN_1-Y-.js.map +0 -1
- package/dist/shared/hx-dropdown-LyaRc8Rf.js.map +0 -1
- package/dist/shared/hx-field-B3Qo8OLS.js.map +0 -1
- package/dist/shared/hx-popover-B-FP3-wW.js.map +0 -1
- package/dist/shared/hx-radio-CJvNU2yP.js +0 -621
- package/dist/shared/hx-radio-CJvNU2yP.js.map +0 -1
- package/dist/shared/hx-select-C8fEHQhC.js +0 -807
- package/dist/shared/hx-select-C8fEHQhC.js.map +0 -1
- package/dist/shared/hx-switch-BrZFaRue.js +0 -420
- package/dist/shared/hx-switch-BrZFaRue.js.map +0 -1
- package/dist/shared/hx-toggle-button-iLiYrMbD.js.map +0 -1
- package/dist/shared/hx-tooltip-nYOv9OLu.js.map +0 -1
|
@@ -38,7 +38,8 @@ declare const HelixCheckboxGroup_base: typeof HelixElement & (new (...args: any[
|
|
|
38
38
|
* {% endfor %}
|
|
39
39
|
* </hx-checkbox-group>
|
|
40
40
|
* ```
|
|
41
|
-
* The
|
|
41
|
+
* The group is the sole form participant — children are suppressed via
|
|
42
|
+
* `_groupedSuppress`. Setting `name` on a child has no effect inside a group.
|
|
42
43
|
* @cssprop [--hx-opacity-disabled] - Opacity.
|
|
43
44
|
* @cssprop [--hx-space-2] - Spacing token.
|
|
44
45
|
* @cssprop [--hx-checkbox-group-font-family=var(--hx-font-family-sans)] - CSS custom property.
|
|
@@ -100,6 +101,16 @@ export declare class HelixCheckboxGroup extends HelixCheckboxGroup_base {
|
|
|
100
101
|
private _hasErrorSlot;
|
|
101
102
|
/** Whether the named help-text slot contains projected content. @internal */
|
|
102
103
|
private _hasHelpSlot;
|
|
104
|
+
/** Whether the named label slot contains projected content. @internal */
|
|
105
|
+
private _hasLabelSlot;
|
|
106
|
+
/**
|
|
107
|
+
* Whether the platform supports IDL element references on `ElementInternals`.
|
|
108
|
+
* Drives the render-time branch between modern (host-canonical via
|
|
109
|
+
* internals) and fallback (inner fieldset is the announced surface).
|
|
110
|
+
* Codex round-17 P1.
|
|
111
|
+
* @internal
|
|
112
|
+
*/
|
|
113
|
+
private _supportsIdrefRefs;
|
|
103
114
|
/** @internal */
|
|
104
115
|
private _groupId;
|
|
105
116
|
/** @internal */
|
|
@@ -107,12 +118,106 @@ export declare class HelixCheckboxGroup extends HelixCheckboxGroup_base {
|
|
|
107
118
|
/** @internal */
|
|
108
119
|
private _errorId;
|
|
109
120
|
/** @internal */
|
|
121
|
+
private _labelId;
|
|
122
|
+
/** @internal */
|
|
110
123
|
private _handleErrorSlotChange;
|
|
111
124
|
/** @internal */
|
|
112
125
|
private _handleHelpSlotChange;
|
|
126
|
+
/** @internal */
|
|
127
|
+
private _handleLabelSlotChange;
|
|
128
|
+
/**
|
|
129
|
+
* Watches assigned `<slot name="label">` nodes for in-place text mutations
|
|
130
|
+
* so the no-IDL-ref fallback `internals.ariaLabel` stays in sync when a
|
|
131
|
+
* framework rewrites `textContent` of an already-assigned node without
|
|
132
|
+
* replacing it. `slotchange` does NOT fire for those mutations, so a
|
|
133
|
+
* separate observer is required. Codex round-21 P3 (mirrors the
|
|
134
|
+
* `hx-toggle-button` pattern from round-13 P2).
|
|
135
|
+
* @internal
|
|
136
|
+
*/
|
|
137
|
+
private _labelSlotTextObserver;
|
|
138
|
+
/**
|
|
139
|
+
* (Re-)installs the mutation observer over the current set of assigned
|
|
140
|
+
* label-slot nodes. Disconnects any prior observer first so detached nodes
|
|
141
|
+
* stop firing into a torn-down host. Codex round-21 P3.
|
|
142
|
+
* @internal
|
|
143
|
+
*/
|
|
144
|
+
private _installLabelSlotTextObserver;
|
|
145
|
+
/**
|
|
146
|
+
* Watches assigned `<slot name="help-text">` nodes for in-place text
|
|
147
|
+
* mutations so the no-IDL-ref fallback `internals.ariaDescription` stays in
|
|
148
|
+
* sync when a framework rewrites `textContent` of an already-assigned node
|
|
149
|
+
* without replacing it. `slotchange` does NOT fire for those mutations, so
|
|
150
|
+
* a separate observer is required. Codex round-23 P2 (Finding B) — mirrors
|
|
151
|
+
* the round-21 P3 label-slot observer pattern.
|
|
152
|
+
* @internal
|
|
153
|
+
*/
|
|
154
|
+
private _helpSlotTextObserver;
|
|
155
|
+
/**
|
|
156
|
+
* Watches assigned `<slot name="error">` nodes for in-place text mutations
|
|
157
|
+
* so the no-IDL-ref fallback `internals.ariaDescription` stays in sync when
|
|
158
|
+
* a framework rewrites `textContent` of an already-assigned node without
|
|
159
|
+
* replacing it. Codex round-23 P2 (Finding B).
|
|
160
|
+
* @internal
|
|
161
|
+
*/
|
|
162
|
+
private _errorSlotTextObserver;
|
|
163
|
+
/**
|
|
164
|
+
* (Re-)installs the mutation observer over the current set of assigned
|
|
165
|
+
* help-text-slot nodes. Codex round-23 P2 (Finding B).
|
|
166
|
+
* @internal
|
|
167
|
+
*/
|
|
168
|
+
private _installHelpSlotTextObserver;
|
|
169
|
+
/**
|
|
170
|
+
* (Re-)installs the mutation observer over the current set of assigned
|
|
171
|
+
* error-slot nodes. Codex round-23 P2 (Finding B).
|
|
172
|
+
* @internal
|
|
173
|
+
*/
|
|
174
|
+
private _installErrorSlotTextObserver;
|
|
175
|
+
/**
|
|
176
|
+
* Handle for the shared IDREF observer. See `installAriaIdrefMirror()`.
|
|
177
|
+
* @internal
|
|
178
|
+
*/
|
|
179
|
+
private _ariaMirror;
|
|
180
|
+
/**
|
|
181
|
+
* Deferred copy of `error` driven through reactive state so the persistent
|
|
182
|
+
* live region can re-announce on transitions without direct DOM mutation.
|
|
183
|
+
* Codex round-1 finding #10.
|
|
184
|
+
* @internal
|
|
185
|
+
*/
|
|
186
|
+
private _announcedError;
|
|
187
|
+
/**
|
|
188
|
+
* Last value of `aria-labelledby` we wrote to the host. Used to distinguish
|
|
189
|
+
* external (consumer) attribute mutations from our own internal augmentation
|
|
190
|
+
* writes when refreshing the host-attribute fallback. Codex round-10 P2:
|
|
191
|
+
* without this guard, an internal mutation observer fire would re-read the
|
|
192
|
+
* already-augmented host attribute as if it were consumer-supplied, causing
|
|
193
|
+
* legend/help/error ids to leak forward as "consumer tokens" forever.
|
|
194
|
+
* @internal
|
|
195
|
+
*/
|
|
196
|
+
private _lastWrittenLabelledBy;
|
|
197
|
+
/** @internal — see `_lastWrittenLabelledBy`. */
|
|
198
|
+
private _lastWrittenDescribedBy;
|
|
199
|
+
/**
|
|
200
|
+
* Most recently observed *consumer-supplied* `aria-labelledby` baseline (the
|
|
201
|
+
* set of tokens the consumer themselves wrote on the host). Refreshed only
|
|
202
|
+
* when the host attribute changes via an external write — internal writes
|
|
203
|
+
* leave the baseline untouched.
|
|
204
|
+
* @internal
|
|
205
|
+
*/
|
|
206
|
+
private _consumerLabelledBy;
|
|
207
|
+
/** @internal — see `_consumerLabelledBy`. */
|
|
208
|
+
private _consumerDescribedBy;
|
|
113
209
|
connectedCallback(): void;
|
|
114
210
|
disconnectedCallback(): void;
|
|
115
211
|
updated(changedProperties: PropertyValues<this>): void;
|
|
212
|
+
/**
|
|
213
|
+
* Mirrors group semantics onto the host via ElementInternals so that
|
|
214
|
+
* consumer-supplied `aria-label`, `aria-labelledby`, and `aria-describedby`
|
|
215
|
+
* on `<hx-checkbox-group>` reach the announced control. Without host-level
|
|
216
|
+
* semantics, the announced node is the shadow `<fieldset>`, which is
|
|
217
|
+
* unreachable from light-DOM IDREFs.
|
|
218
|
+
* @internal
|
|
219
|
+
*/
|
|
220
|
+
private _syncHostAriaSemantics;
|
|
116
221
|
firstUpdated(changedProperties: PropertyValues<this>): void;
|
|
117
222
|
/** @internal */
|
|
118
223
|
private _getCheckboxes;
|
|
@@ -120,8 +225,52 @@ export declare class HelixCheckboxGroup extends HelixCheckboxGroup_base {
|
|
|
120
225
|
private _getCheckedValues;
|
|
121
226
|
/** @internal */
|
|
122
227
|
private _syncCheckboxes;
|
|
123
|
-
/**
|
|
228
|
+
/**
|
|
229
|
+
* Tracks the set of checkboxes most recently flagged with
|
|
230
|
+
* `_groupedSuppress = true` so a child removed from the group can have its
|
|
231
|
+
* suppression cleared and regain stand-alone form participation. Codex
|
|
232
|
+
* round-3 finding #1.
|
|
233
|
+
* @internal
|
|
234
|
+
*/
|
|
235
|
+
private _suppressedChildren;
|
|
236
|
+
/**
|
|
237
|
+
* Centralizes form participation on the group: when an `hx-checkbox` is
|
|
238
|
+
* grouped, the group is the sole form participant. Without this, both the
|
|
239
|
+
* group AND each child would call `setFormValue` for the same name, causing
|
|
240
|
+
* every checked value to submit twice.
|
|
241
|
+
*
|
|
242
|
+
* Codex round-2 finding #1 used `cb.name = ''` as the suppression signal.
|
|
243
|
+
* Codex round-3 finding #1 hardened that: a consumer (or framework binding)
|
|
244
|
+
* that re-set `cb.name = 'foo'` after attach regained form participation
|
|
245
|
+
* because the child's `name` setter re-armed `_updateFormValue()` while no
|
|
246
|
+
* `slotchange` re-fired to re-null the name.
|
|
247
|
+
*
|
|
248
|
+
* The fix is a durable, name-independent kill switch — `_groupedSuppress` —
|
|
249
|
+
* on each child. While the flag is set the child's `_updateFormValue()`
|
|
250
|
+
* short-circuits to `setFormValue(null)` regardless of its `name` value.
|
|
251
|
+
* Children removed from the group have the flag cleared so they regain
|
|
252
|
+
* stand-alone form participation.
|
|
253
|
+
* @internal
|
|
254
|
+
*/
|
|
124
255
|
private _syncCheckboxNames;
|
|
256
|
+
/**
|
|
257
|
+
* Clears `_groupedSuppress` on any checkbox that was previously in this
|
|
258
|
+
* group but has since been removed (re-parented or detached). Called from
|
|
259
|
+
* `_handleSlotChange()` after `_syncCheckboxNames()` re-applies the flag
|
|
260
|
+
* to current children.
|
|
261
|
+
*
|
|
262
|
+
* `previousChildren` is a snapshot captured before slot mutation; any child
|
|
263
|
+
* in that set but not in the current set has left the group and must have
|
|
264
|
+
* its suppression cleared so stand-alone use restores form participation.
|
|
265
|
+
* @internal
|
|
266
|
+
*/
|
|
267
|
+
private _clearSuppressionForRemoved;
|
|
268
|
+
/**
|
|
269
|
+
* Snapshot of children captured before each `slotchange` so removed children
|
|
270
|
+
* can be detected (WeakSet is non-enumerable).
|
|
271
|
+
* @internal
|
|
272
|
+
*/
|
|
273
|
+
private _previousChildren;
|
|
125
274
|
/** @internal */
|
|
126
275
|
private _handleCheckboxChange;
|
|
127
276
|
/** @internal */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hx-checkbox-group.d.ts","sourceRoot":"","sources":["../../../src/components/hx-checkbox-group/hx-checkbox-group.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiB,KAAK,cAAc,EAAE,MAAM,KAAK,CAAC;AACzD,OAAO,4CAA4C,CAAC;AAGpD,OAAO,EAAE,YAAY,EAAmB,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"hx-checkbox-group.d.ts","sourceRoot":"","sources":["../../../src/components/hx-checkbox-group/hx-checkbox-group.ts"],"names":[],"mappings":"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"}
|
|
@@ -16,6 +16,9 @@ declare const HelixColorPicker_base: typeof HelixElement & (new (...args: any[])
|
|
|
16
16
|
* @tag hx-color-picker
|
|
17
17
|
*
|
|
18
18
|
* @slot trigger - Custom trigger element. Default: a color swatch button.
|
|
19
|
+
* @slot label - Visible label projected above the trigger; aggregated text contributes to the host's accessible name when no stronger naming source (aria-labelledby/aria-label/accessible-label/label) is supplied.
|
|
20
|
+
* @slot help-text - Help text rendered below the trigger and joined into the host's announced description channel.
|
|
21
|
+
* @slot error - Error message rendered below help text. When present, marks the trigger as aria-invalid and is announced via a polite live region.
|
|
19
22
|
*
|
|
20
23
|
* @fires {CustomEvent<{value: string}>} hx-input - Dispatched while dragging sliders or grid.
|
|
21
24
|
* @fires {CustomEvent<{value: string}>} hx-change - Dispatched when a color is committed.
|
|
@@ -27,6 +30,9 @@ declare const HelixColorPicker_base: typeof HelixElement & (new (...args: any[])
|
|
|
27
30
|
* @csspart hue-slider - The hue slider track.
|
|
28
31
|
* @csspart opacity-slider - The alpha/opacity slider track.
|
|
29
32
|
* @csspart input - The text input area.
|
|
33
|
+
* @csspart label - The visible label container above the trigger.
|
|
34
|
+
* @csspart help-text - The help-text container rendered below the trigger.
|
|
35
|
+
* @csspart error - The error-message container rendered below help text.
|
|
30
36
|
*
|
|
31
37
|
* @cssprop [--hx-color-picker-z-index=1000] - z-index of the popover panel.
|
|
32
38
|
* @cssprop [--hx-color-picker-width=260px] - Width of the picker panel.
|
|
@@ -162,7 +168,34 @@ export declare class HelixColorPicker extends HelixColorPicker_base {
|
|
|
162
168
|
/** Accessible label for the color picker dialog/panel. */
|
|
163
169
|
labelPicker: string;
|
|
164
170
|
/**
|
|
165
|
-
*
|
|
171
|
+
* Visible label rendered above the trigger. When set this becomes the
|
|
172
|
+
* announced name of the trigger surface unless a stronger source
|
|
173
|
+
* (`aria-labelledby`, `aria-label`, or `accessible-label`) is supplied.
|
|
174
|
+
* @attr label
|
|
175
|
+
*/
|
|
176
|
+
label: string | undefined;
|
|
177
|
+
/**
|
|
178
|
+
* Visually-hidden accessible name. Highest-priority self-naming source —
|
|
179
|
+
* outranks `label`, slotted label content, and the generated trigger label,
|
|
180
|
+
* but defers to consumer `aria-labelledby` (effective) and `aria-label`.
|
|
181
|
+
* @attr accessible-label
|
|
182
|
+
*/
|
|
183
|
+
accessibleLabel: string | undefined;
|
|
184
|
+
/**
|
|
185
|
+
* Help text rendered below the trigger and joined into the host's
|
|
186
|
+
* announced description channel.
|
|
187
|
+
* @attr help-text
|
|
188
|
+
*/
|
|
189
|
+
helpText: string | undefined;
|
|
190
|
+
/**
|
|
191
|
+
* Error message. When non-empty, marks the trigger surface as `aria-invalid`
|
|
192
|
+
* and joins the host's announced description channel via a live alert.
|
|
193
|
+
* @attr error
|
|
194
|
+
*/
|
|
195
|
+
error: string | undefined;
|
|
196
|
+
/**
|
|
197
|
+
* Generates the accessible label for the trigger button when no other
|
|
198
|
+
* naming source is provided.
|
|
166
199
|
* @param color - current color value string
|
|
167
200
|
*/
|
|
168
201
|
labelTrigger: (color: string) => string;
|
|
@@ -181,6 +214,55 @@ export declare class HelixColorPicker extends HelixColorPicker_base {
|
|
|
181
214
|
* @internal
|
|
182
215
|
*/
|
|
183
216
|
private _inputValue;
|
|
217
|
+
/**
|
|
218
|
+
* Whether the platform supports the IDL element-references API on
|
|
219
|
+
* `ElementInternals` (`ariaLabelledByElements` / `ariaDescribedByElements`).
|
|
220
|
+
* Drives the modern (host-canonical) vs. fallback (mirror onto trigger)
|
|
221
|
+
* branches in `_syncHostAriaSemantics()`.
|
|
222
|
+
* @internal
|
|
223
|
+
*/
|
|
224
|
+
private _supportsIdrefRefs;
|
|
225
|
+
/**
|
|
226
|
+
* Test seam for forcing the no-IDL-ref path in synthetic environments.
|
|
227
|
+
* Production code MUST NOT touch this. `null` = use platform detection;
|
|
228
|
+
* `true`/`false` = force the corresponding branch on connect.
|
|
229
|
+
* @internal
|
|
230
|
+
*/
|
|
231
|
+
static __testSupportsIdrefRefsOverride: boolean | null;
|
|
232
|
+
/** Slotted label elements (multi-node aggregation). @internal */
|
|
233
|
+
private _slottedLabelEls;
|
|
234
|
+
/** Aggregated text from slotted label, AccName-flattened. @internal */
|
|
235
|
+
private _labelSlotText;
|
|
236
|
+
/** True when the label slot carries useful text. @internal */
|
|
237
|
+
private _hasLabelSlot;
|
|
238
|
+
/** Aggregated text from slotted help-text, AccName-flattened. @internal */
|
|
239
|
+
private _helpSlotText;
|
|
240
|
+
/** Aggregated text from slotted error, AccName-flattened. @internal */
|
|
241
|
+
private _errorSlotText;
|
|
242
|
+
/** Effective error text exposed in the live region. @internal */
|
|
243
|
+
private _announcedError;
|
|
244
|
+
/** Stable IDs for inner help / error elements. @internal */
|
|
245
|
+
private readonly _instanceId;
|
|
246
|
+
/** @internal */ private readonly _helpId;
|
|
247
|
+
/** @internal */ private readonly _errorId;
|
|
248
|
+
/** Hidden host-level description span ID (synthesized aria-description channel). @internal */
|
|
249
|
+
private readonly _hostDescId;
|
|
250
|
+
/** Fallback aria-* for the trigger button when IDL refs are unsupported. @internal */
|
|
251
|
+
private _fallbackTriggerAriaLabelledBy;
|
|
252
|
+
/** @internal */ private _fallbackTriggerAriaDescribedBy;
|
|
253
|
+
/** @internal */ private _fallbackTriggerAriaLabel;
|
|
254
|
+
/** Cached resolved external description text for the synthesized host span. @internal */
|
|
255
|
+
private _externalDescText;
|
|
256
|
+
/** Handle for the shared IDREF observer. @internal */
|
|
257
|
+
private _ariaMirror;
|
|
258
|
+
/** Mutation observer over the label-slot assigned-node text. @internal */
|
|
259
|
+
private _labelSlotTextObserver;
|
|
260
|
+
/** Mutation observer over the help-slot assigned-node text. @internal */
|
|
261
|
+
private _helpSlotTextObserver;
|
|
262
|
+
/** Mutation observer over the error-slot assigned-node text. @internal */
|
|
263
|
+
private _errorSlotTextObserver;
|
|
264
|
+
/** Mutation observer over external aria-labelledby / aria-describedby targets. @internal */
|
|
265
|
+
private _externalRefsObserver;
|
|
184
266
|
/** Cached reference to the gradient grid element. @internal */
|
|
185
267
|
private _gridEl;
|
|
186
268
|
/** Cached reference to the hue slider element. @internal */
|
|
@@ -225,8 +307,72 @@ export declare class HelixColorPicker extends HelixColorPicker_base {
|
|
|
225
307
|
connectedCallback(): void;
|
|
226
308
|
disconnectedCallback(): void;
|
|
227
309
|
willUpdate(changedProperties: PropertyValues<this>): void;
|
|
310
|
+
firstUpdated(changedProperties: PropertyValues<this>): void;
|
|
311
|
+
updated(changedProperties: PropertyValues<this>): void;
|
|
228
312
|
/** @internal */
|
|
229
313
|
private _syncFromValue;
|
|
314
|
+
/**
|
|
315
|
+
* Synchronous slot-state seed. Mirrors the side effects of the slotchange
|
|
316
|
+
* handlers but is driven by direct `slot.assignedNodes()` reads so we can
|
|
317
|
+
* populate state BEFORE the microtask `slotchange` events fire after the
|
|
318
|
+
* first render.
|
|
319
|
+
* @internal
|
|
320
|
+
*/
|
|
321
|
+
private _seedSlotStateSync;
|
|
322
|
+
/** @internal */
|
|
323
|
+
private _captureLabelSlot;
|
|
324
|
+
/** @internal */
|
|
325
|
+
private _captureHelpSlot;
|
|
326
|
+
/** @internal */
|
|
327
|
+
private _captureErrorSlot;
|
|
328
|
+
/** @internal */
|
|
329
|
+
private _handleLabelSlotChange;
|
|
330
|
+
/** @internal */
|
|
331
|
+
private _handleHelpSlotChange;
|
|
332
|
+
/** @internal */
|
|
333
|
+
private _handleErrorSlotChange;
|
|
334
|
+
/** @internal */
|
|
335
|
+
private _installLabelSlotTextObserver;
|
|
336
|
+
/** @internal */
|
|
337
|
+
private _installHelpSlotTextObserver;
|
|
338
|
+
/** @internal */
|
|
339
|
+
private _installErrorSlotTextObserver;
|
|
340
|
+
/**
|
|
341
|
+
* Watches the elements referenced by `aria-labelledby` / `aria-describedby`
|
|
342
|
+
* for in-place text mutations so the announced name/description stays
|
|
343
|
+
* accurate when consumers rewrite external label text without swapping the
|
|
344
|
+
* referenced node.
|
|
345
|
+
* @internal
|
|
346
|
+
*/
|
|
347
|
+
private _installExternalRefsObserver;
|
|
348
|
+
/**
|
|
349
|
+
* Compute and apply the cross-shadow ARIA contract for the trigger surface.
|
|
350
|
+
*
|
|
351
|
+
* Naming precedence (highest first):
|
|
352
|
+
* 1. consumer `aria-labelledby` (when at least one IDREF resolves)
|
|
353
|
+
* 2. consumer `aria-label`
|
|
354
|
+
* 3. `accessible-label` property
|
|
355
|
+
* 4. `label` property
|
|
356
|
+
* 5. slotted `<slot name="label">` text
|
|
357
|
+
* 6. `labelTrigger(value)` (default)
|
|
358
|
+
*
|
|
359
|
+
* Description channel (joined, deduped):
|
|
360
|
+
* - consumer `aria-describedby` resolved text
|
|
361
|
+
* - `help-text` property + slotted help-text
|
|
362
|
+
* - `error` property + slotted error (when present)
|
|
363
|
+
*
|
|
364
|
+
* Modern path (`_supportsIdrefRefs === true`): host owns the announced
|
|
365
|
+
* surface via `internals.aria*` + IDL refs. Trigger button mirrors only.
|
|
366
|
+
*
|
|
367
|
+
* Fallback path (`_supportsIdrefRefs === false`): trigger button carries
|
|
368
|
+
* the full aria contract via attribute mirrors.
|
|
369
|
+
* @internal
|
|
370
|
+
*/
|
|
371
|
+
private _syncHostAriaSemantics;
|
|
372
|
+
/** @internal */
|
|
373
|
+
private _effectiveHelpText;
|
|
374
|
+
/** @internal */
|
|
375
|
+
private _effectiveErrorText;
|
|
230
376
|
/** @internal */
|
|
231
377
|
protected _onFormDisabled(disabled: boolean): void;
|
|
232
378
|
/** @internal */
|
|
@@ -293,6 +439,22 @@ export declare class HelixColorPicker extends HelixColorPicker_base {
|
|
|
293
439
|
private _renderInput;
|
|
294
440
|
/** @internal */
|
|
295
441
|
private _renderPanel;
|
|
442
|
+
/**
|
|
443
|
+
* Builds the synthesized host-level description span text by joining the
|
|
444
|
+
* external (consumer-resolved) description text with help and error text.
|
|
445
|
+
* The hidden span lives in the shadow root so AT can resolve a single
|
|
446
|
+
* `aria-describedby` token to it without leaving the host's name surface.
|
|
447
|
+
* @internal
|
|
448
|
+
*/
|
|
449
|
+
private _hostDescriptionText;
|
|
450
|
+
/** @internal */
|
|
451
|
+
private _renderHostDescriptionSpan;
|
|
452
|
+
/** @internal */
|
|
453
|
+
private _renderLabelSlot;
|
|
454
|
+
/** @internal */
|
|
455
|
+
private _renderHelpSlot;
|
|
456
|
+
/** @internal */
|
|
457
|
+
private _renderErrorSlot;
|
|
296
458
|
render(): import('lit').TemplateResult<1>;
|
|
297
459
|
}
|
|
298
460
|
declare global {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hx-color-picker.d.ts","sourceRoot":"","sources":["../../../src/components/hx-color-picker/hx-color-picker.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiB,KAAK,cAAc,EAAE,MAAM,KAAK,CAAC;AACzD,OAAO,4CAA4C,CAAC;AACpD,OAAO,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"hx-color-picker.d.ts","sourceRoot":"","sources":["../../../src/components/hx-color-picker/hx-color-picker.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hx-color-picker.styles.d.ts","sourceRoot":"","sources":["../../../src/components/hx-color-picker/hx-color-picker.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,sBAAsB,
|
|
1
|
+
{"version":3,"file":"hx-color-picker.styles.d.ts","sourceRoot":"","sources":["../../../src/components/hx-color-picker/hx-color-picker.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,sBAAsB,yBAqTlC,CAAC"}
|