@vonage/vivid 5.24.0 → 5.25.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.
- package/README.md +1 -1
- package/avatar/index.cjs +10 -10
- package/avatar/index.js +4 -3
- package/breadcrumb-item/index.cjs +9 -5
- package/breadcrumb-item/index.js +11 -6
- package/bundled/affix.cjs +1 -1
- package/bundled/affix.js +1 -1
- package/bundled/definition10.cjs +2 -1
- package/bundled/definition10.js +3 -2
- package/bundled/definition11.cjs +4 -4
- package/bundled/definition11.js +4 -3
- package/bundled/definition12.cjs +1 -1
- package/bundled/definition12.js +1 -0
- package/bundled/definition15.cjs +5 -5
- package/bundled/definition15.js +4 -3
- package/bundled/definition17.cjs +7 -7
- package/bundled/definition17.js +22 -109
- package/bundled/definition18.cjs +3 -3
- package/bundled/definition18.js +9 -31
- package/bundled/definition19.cjs +19 -19
- package/bundled/definition19.js +3 -2
- package/bundled/definition21.cjs +8 -8
- package/bundled/definition21.js +5 -4
- package/bundled/definition22.cjs +2 -2
- package/bundled/definition22.js +2 -2
- package/bundled/definition24.cjs +4 -4
- package/bundled/definition24.js +4 -3
- package/bundled/definition25.cjs +3 -3
- package/bundled/definition25.js +32 -28
- package/bundled/definition3.cjs +5 -5
- package/bundled/definition3.js +10 -40
- package/bundled/definition4.cjs +6 -6
- package/bundled/definition4.js +4 -3
- package/bundled/definition6.cjs +11 -11
- package/bundled/definition6.js +4 -3
- package/bundled/definition9.cjs +12 -6
- package/bundled/definition9.js +66 -43
- package/bundled/extractOptions.cjs +1 -1
- package/bundled/extractOptions.js +2 -2
- package/bundled/icon.cjs +1 -0
- package/bundled/icon.js +34 -0
- package/bundled/listbox.cjs +1 -1
- package/bundled/listbox.js +5 -2
- package/bundled/mixins.cjs +8 -8
- package/bundled/mixins.js +4 -3
- package/bundled/optgroup.cjs +1 -0
- package/bundled/optgroup.js +27 -0
- package/bundled/option.cjs +1 -0
- package/bundled/option.js +93 -0
- package/bundled/vivid-element.cjs +1 -1
- package/bundled/vivid-element.js +1 -1
- package/card/index.cjs +22 -22
- package/card/index.js +4 -3
- package/color-picker/index.cjs +18 -18
- package/color-picker/index.js +4 -3
- package/combobox/index.cjs +7 -7
- package/combobox/index.js +4 -2
- package/custom-elements.json +4159 -3847
- package/data-grid/index.cjs +24 -24
- package/data-grid/index.js +4 -3
- package/dial-pad/index.cjs +21 -21
- package/dial-pad/index.js +4 -3
- package/dialog/index.cjs +14 -14
- package/dialog/index.js +4 -3
- package/empty-state/index.cjs +3 -3
- package/empty-state/index.js +4 -3
- package/file-picker/index.cjs +7 -7
- package/file-picker/index.js +4 -3
- package/icon/definition.cjs +2 -1
- package/icon/definition.js +2 -1
- package/index.cjs +148 -141
- package/index.js +41 -37
- package/lib/accordion-item/accordion-item.d.ts +1 -0
- package/lib/combobox/combobox.d.ts +1 -1
- package/lib/components.d.ts +1 -0
- package/lib/dial-pad/dial-pad.d.ts +0 -1
- package/lib/listbox/definition.d.ts +3 -0
- package/lib/listbox/index.d.ts +1 -0
- package/lib/listbox/listbox.d.ts +1302 -0
- package/lib/listbox/listbox.template.d.ts +3 -0
- package/lib/listbox/variations.browser-spec.d.ts +1 -0
- package/lib/menu/menu.d.ts +0 -1
- package/lib/number-field/number-field.d.ts +0 -1
- package/lib/rich-text-editor/rte/features/base.d.ts +1 -0
- package/lib/rich-text-editor/rte/utils/default-textblock.d.ts +2 -2
- package/lib/tag-name-map.d.ts +2 -1
- package/lib/text-field/text-field.d.ts +1 -0
- package/lib/toggletip/toggletip.d.ts +1 -0
- package/lib/tooltip/tooltip.d.ts +1 -0
- package/listbox/definition.cjs +5 -0
- package/listbox/definition.js +2 -0
- package/listbox/index.cjs +11 -0
- package/listbox/index.js +540 -0
- package/nav/definition.cjs +1 -1
- package/nav/definition.js +1 -1
- package/nav-disclosure/definition.cjs +1 -1
- package/nav-disclosure/definition.js +1 -1
- package/nav-disclosure/index.cjs +4 -4
- package/nav-disclosure/index.js +4 -3
- package/nav-item/definition.cjs +1 -1
- package/nav-item/definition.js +1 -1
- package/note/definition.cjs +1 -1
- package/note/definition.js +1 -1
- package/number-field/definition.cjs +1 -1
- package/number-field/definition.js +1 -1
- package/optgroup/definition.cjs +2 -1
- package/optgroup/definition.js +2 -1
- package/option/definition.cjs +2 -1
- package/option/definition.js +2 -1
- package/package.json +8 -7
- package/pagination/definition.cjs +1 -1
- package/pagination/definition.js +1 -1
- package/platform-switch/definition.cjs +1 -1
- package/platform-switch/definition.js +1 -1
- package/popover/definition.cjs +1 -1
- package/popover/definition.js +1 -1
- package/popover/index.cjs +5 -5
- package/popover/index.js +4 -3
- package/progress/definition.cjs +1 -1
- package/progress/definition.js +1 -1
- package/radio/definition.cjs +1 -1
- package/radio/definition.js +1 -1
- package/radio-group/definition.cjs +1 -1
- package/radio-group/definition.js +1 -1
- package/range-slider/definition.cjs +1 -1
- package/range-slider/definition.js +1 -1
- package/rich-text-editor/definition.cjs +1 -1
- package/rich-text-editor/definition.js +1 -1
- package/rich-text-editor/index.cjs +13 -13
- package/rich-text-editor/index.js +22 -19
- package/rich-text-view/definition.cjs +1 -1
- package/rich-text-view/definition.js +1 -1
- package/searchable-select/definition.cjs +1 -1
- package/searchable-select/definition.js +1 -1
- package/searchable-select/index.cjs +23 -23
- package/searchable-select/index.js +10 -7
- package/select/definition.cjs +1 -1
- package/select/definition.js +1 -1
- package/selectable-box/definition.cjs +1 -1
- package/selectable-box/definition.js +1 -1
- package/shared/listbox/commands.d.ts +17 -0
- package/shared/listbox/move.d.ts +6 -0
- package/shared/listbox/options.d.ts +12 -0
- package/shared/listbox/selection.d.ts +28 -0
- package/shared/listbox/state.d.ts +26 -0
- package/shared/listbox/typeahead.d.ts +8 -0
- package/shared/listbox/with-options-filter.d.ts +440 -0
- package/shared/listbox/with-options.d.ts +862 -0
- package/side-drawer/definition.cjs +1 -1
- package/side-drawer/definition.js +1 -1
- package/simple-color-picker/definition.cjs +1 -1
- package/simple-color-picker/definition.js +1 -1
- package/simple-color-picker/index.cjs +6 -6
- package/simple-color-picker/index.js +4 -3
- package/split-button/definition.cjs +1 -1
- package/split-button/definition.js +1 -1
- package/status/definition.cjs +1 -1
- package/status/definition.js +1 -1
- package/switch/definition.cjs +1 -1
- package/switch/definition.js +1 -1
- package/tab/definition.cjs +1 -1
- package/tab/definition.js +1 -1
- package/tab-panel/definition.cjs +1 -1
- package/tab-panel/definition.js +1 -1
- package/table/definition.cjs +1 -1
- package/table/definition.js +1 -1
- package/table/index.cjs +13 -13
- package/table/index.js +4 -3
- package/tabs/definition.cjs +1 -1
- package/tabs/definition.js +1 -1
- package/tag/definition.cjs +1 -1
- package/tag/definition.js +1 -1
- package/tag/index.cjs +11 -11
- package/tag/index.js +4 -3
- package/tag-group/definition.cjs +1 -1
- package/tag-group/definition.js +1 -1
- package/text-area/definition.cjs +1 -1
- package/text-area/definition.js +1 -1
- package/time-picker/definition.cjs +1 -1
- package/time-picker/definition.js +1 -1
- package/tree-item/definition.cjs +1 -1
- package/tree-item/definition.js +1 -1
- package/tree-view/definition.cjs +1 -1
- package/tree-view/definition.js +1 -1
- package/unbundled/affix.cjs +2 -2
- package/unbundled/affix.js +1 -1
- package/unbundled/base-progress.cjs +1 -1
- package/unbundled/base-progress.js +1 -1
- package/unbundled/button.cjs +2 -2
- package/unbundled/button.js +2 -2
- package/unbundled/definition.cjs +2 -65
- package/unbundled/definition.js +4 -61
- package/unbundled/definition11.cjs +4 -3
- package/unbundled/definition11.js +3 -2
- package/unbundled/definition12.cjs +3 -2
- package/unbundled/definition12.js +3 -2
- package/unbundled/definition14.cjs +2 -1
- package/unbundled/definition14.js +2 -1
- package/unbundled/definition17.cjs +9 -4
- package/unbundled/definition17.js +9 -4
- package/unbundled/definition2.cjs +7 -2
- package/unbundled/definition2.js +8 -3
- package/unbundled/definition21.cjs +2 -1
- package/unbundled/definition21.js +2 -1
- package/unbundled/definition23.cjs +2 -1
- package/unbundled/definition23.js +2 -1
- package/unbundled/definition24.cjs +6 -4
- package/unbundled/definition24.js +6 -4
- package/unbundled/definition25.cjs +2 -1
- package/unbundled/definition25.js +2 -1
- package/unbundled/definition26.cjs +7 -4
- package/unbundled/definition26.js +7 -4
- package/unbundled/definition27.cjs +39 -5
- package/unbundled/definition27.js +40 -6
- package/unbundled/definition28.cjs +4 -3
- package/unbundled/definition28.js +4 -3
- package/unbundled/definition29.cjs +5 -168
- package/unbundled/definition29.js +11 -162
- package/unbundled/definition30.cjs +2 -63
- package/unbundled/definition30.js +5 -54
- package/unbundled/definition31.cjs +5 -3
- package/unbundled/definition31.js +5 -3
- package/unbundled/definition32.cjs +2 -1
- package/unbundled/definition32.js +2 -1
- package/unbundled/definition35.cjs +2 -1
- package/unbundled/definition35.js +2 -1
- package/unbundled/definition37.cjs +1 -1
- package/unbundled/definition37.js +1 -1
- package/unbundled/definition39.cjs +1 -1
- package/unbundled/definition39.js +1 -1
- package/unbundled/definition40.cjs +4 -2
- package/unbundled/definition40.js +4 -2
- package/unbundled/definition41.cjs +11 -6
- package/unbundled/definition41.js +11 -6
- package/unbundled/definition42.cjs +5 -4
- package/unbundled/definition42.js +5 -4
- package/unbundled/definition44.cjs +3 -2
- package/unbundled/definition44.js +3 -2
- package/unbundled/definition45.cjs +2 -2
- package/unbundled/definition45.js +2 -2
- package/unbundled/definition49.cjs +583 -79
- package/unbundled/definition49.js +579 -76
- package/unbundled/definition50.cjs +71 -33
- package/unbundled/definition50.js +67 -29
- package/unbundled/definition51.cjs +54 -23
- package/unbundled/definition51.js +52 -18
- package/unbundled/definition52.cjs +23 -39
- package/unbundled/definition52.js +17 -36
- package/unbundled/definition53.cjs +29 -314
- package/unbundled/definition53.js +27 -312
- package/unbundled/definition54.cjs +302 -195
- package/unbundled/definition54.js +298 -191
- package/unbundled/definition55.cjs +210 -40
- package/unbundled/definition55.js +206 -36
- package/unbundled/definition56.cjs +42 -266
- package/unbundled/definition56.js +38 -262
- package/unbundled/definition57.cjs +270 -50
- package/unbundled/definition57.js +267 -46
- package/unbundled/definition58.cjs +48 -146
- package/unbundled/definition58.js +47 -143
- package/unbundled/definition59.cjs +127 -225
- package/unbundled/definition59.js +122 -223
- package/unbundled/definition6.cjs +2 -1
- package/unbundled/definition6.js +2 -1
- package/unbundled/definition60.cjs +199 -418
- package/unbundled/definition60.js +196 -415
- package/unbundled/definition61.cjs +442 -3738
- package/unbundled/definition61.js +432 -3565
- package/unbundled/definition62.cjs +3717 -730
- package/unbundled/definition62.js +3544 -720
- package/unbundled/definition63.cjs +770 -97
- package/unbundled/definition63.js +767 -94
- package/unbundled/definition64.cjs +100 -999
- package/unbundled/definition64.js +98 -994
- package/unbundled/definition65.cjs +991 -93
- package/unbundled/definition65.js +985 -90
- package/unbundled/definition66.cjs +109 -73
- package/unbundled/definition66.js +105 -63
- package/unbundled/definition67.cjs +69 -155
- package/unbundled/definition67.js +60 -152
- package/unbundled/definition68.cjs +155 -119
- package/unbundled/definition68.js +151 -115
- package/unbundled/definition69.cjs +124 -49
- package/unbundled/definition69.js +120 -45
- package/unbundled/definition70.cjs +51 -85
- package/unbundled/definition70.js +50 -81
- package/unbundled/definition71.cjs +91 -19
- package/unbundled/definition71.js +86 -14
- package/unbundled/definition72.cjs +20 -87
- package/unbundled/definition72.js +14 -84
- package/unbundled/definition73.cjs +77 -294
- package/unbundled/definition73.js +72 -217
- package/unbundled/definition74.cjs +289 -311
- package/unbundled/definition74.js +219 -306
- package/unbundled/definition75.cjs +326 -26
- package/unbundled/definition75.js +317 -23
- package/unbundled/definition76.cjs +27 -122
- package/unbundled/definition76.js +22 -118
- package/unbundled/definition77.cjs +105 -232
- package/unbundled/definition77.js +101 -228
- package/unbundled/definition78.cjs +259 -26
- package/unbundled/definition78.js +249 -23
- package/unbundled/definition79.cjs +29 -148
- package/unbundled/definition79.js +27 -133
- package/unbundled/definition80.cjs +118 -173
- package/unbundled/definition80.js +109 -169
- package/unbundled/definition81.cjs +181 -477
- package/unbundled/definition81.js +176 -471
- package/unbundled/definition82.cjs +517 -0
- package/unbundled/definition82.js +497 -0
- package/unbundled/extractOptions.cjs +5 -5
- package/unbundled/extractOptions.js +2 -2
- package/unbundled/icon.cjs +67 -0
- package/unbundled/icon.js +61 -0
- package/unbundled/linkable.cjs +1 -1
- package/unbundled/linkable.js +1 -1
- package/unbundled/listbox.cjs +8 -3
- package/unbundled/listbox.js +7 -2
- package/unbundled/mixins.cjs +2 -1
- package/unbundled/mixins.js +2 -1
- package/unbundled/optgroup.cjs +66 -0
- package/unbundled/optgroup.js +54 -0
- package/unbundled/option.cjs +176 -0
- package/unbundled/option.js +164 -0
- package/unbundled/time-selection-picker.template.cjs +1 -1
- package/unbundled/time-selection-picker.template.js +1 -1
- package/unbundled/vivid-element.cjs +1 -1
- package/unbundled/vivid-element.js +1 -1
- package/video-player/definition.cjs +1 -1
- package/video-player/definition.js +1 -1
- package/vivid.api.json +336 -193
package/listbox/index.js
ADDED
|
@@ -0,0 +1,540 @@
|
|
|
1
|
+
import { A as e, d as t, m as n, p as r, t as i, u as a } from "../bundled/vivid-element.js";
|
|
2
|
+
import { t as o } from "../bundled/slotted.js";
|
|
3
|
+
import { t as s } from "../bundled/when.js";
|
|
4
|
+
import { t as c } from "../bundled/decorate.js";
|
|
5
|
+
import { r as l } from "../bundled/aria-binding-directive.js";
|
|
6
|
+
import { n as u, t as d } from "../bundled/host-semantics.js";
|
|
7
|
+
import { n as f } from "../bundled/option.js";
|
|
8
|
+
import { n as p } from "../bundled/optgroup.js";
|
|
9
|
+
import { t as m } from "../bundled/extractOptions.js";
|
|
10
|
+
//#region src/shared/listbox/with-options-filter.ts
|
|
11
|
+
function h(e, t, n, r) {
|
|
12
|
+
let i = [];
|
|
13
|
+
for (let t of e) {
|
|
14
|
+
t._vvdSearchText = r;
|
|
15
|
+
let e = !r || n(t, r);
|
|
16
|
+
t._isNotMatching = !e, !t.hidden && !t.disabled && e && i.push(t);
|
|
17
|
+
}
|
|
18
|
+
for (let e of t) if (p(e)) {
|
|
19
|
+
let t = Array.from(e.children).some((e) => f(e) && !e._isNotMatching && !e.hidden);
|
|
20
|
+
e.style.display = t ? "" : "none";
|
|
21
|
+
}
|
|
22
|
+
return i;
|
|
23
|
+
}
|
|
24
|
+
var g = (t) => {
|
|
25
|
+
class r extends t {
|
|
26
|
+
constructor(...e) {
|
|
27
|
+
super(...e), this.searchText = "", this._filteredOptions = [];
|
|
28
|
+
}
|
|
29
|
+
_slottedOptionsChanged() {
|
|
30
|
+
super._slottedOptionsChanged(), this._updateFilter();
|
|
31
|
+
}
|
|
32
|
+
searchTextChanged() {
|
|
33
|
+
this._updateFilter();
|
|
34
|
+
}
|
|
35
|
+
optionFilterChanged() {
|
|
36
|
+
this._updateFilter();
|
|
37
|
+
}
|
|
38
|
+
_updateFilter() {
|
|
39
|
+
this._filteredOptions = h(this._slottedOptions, this._slottedElements, this.optionFilter ?? ((e, t) => e.text.toLowerCase().includes(t.toLowerCase())), this.searchText);
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
return c([n({
|
|
43
|
+
attribute: "search-text",
|
|
44
|
+
mode: "fromView"
|
|
45
|
+
})], r.prototype, "searchText", void 0), c([e], r.prototype, "optionFilter", void 0), c([e], r.prototype, "_filteredOptions", void 0), r;
|
|
46
|
+
}, _ = (t) => {
|
|
47
|
+
class n extends t {
|
|
48
|
+
constructor(...e) {
|
|
49
|
+
super(...e), this._slottedElements = [], this.#e = () => {
|
|
50
|
+
this._slottedElementsChanged();
|
|
51
|
+
}, this._slottedOptions = [];
|
|
52
|
+
}
|
|
53
|
+
_slottedElementsChanged() {
|
|
54
|
+
this._slottedOptions = m(this._slottedElements);
|
|
55
|
+
}
|
|
56
|
+
#e;
|
|
57
|
+
connectedCallback() {
|
|
58
|
+
super.connectedCallback(), this.addEventListener("optgroup-change", this.#e);
|
|
59
|
+
}
|
|
60
|
+
disconnectedCallback() {
|
|
61
|
+
super.disconnectedCallback(), this.removeEventListener("optgroup-change", this.#e);
|
|
62
|
+
}
|
|
63
|
+
_slottedOptionsChanged() {
|
|
64
|
+
for (let e of this._slottedOptions) e.id ||= l("option-");
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
return c([e], n.prototype, "_slottedElements", void 0), c([e], n.prototype, "_slottedOptions", void 0), n;
|
|
68
|
+
}, v = r`<slot
|
|
69
|
+
${o({
|
|
70
|
+
filter: ((e) => f(e) || p(e)),
|
|
71
|
+
flatten: !0,
|
|
72
|
+
property: "_slottedElements"
|
|
73
|
+
})}
|
|
74
|
+
>
|
|
75
|
+
</slot>`, y = (e) => {
|
|
76
|
+
let t = e.ctrlKey || e.metaKey;
|
|
77
|
+
return e.shiftKey && t ? "ShiftMod" : e.shiftKey ? "Shift" : t ? "Mod" : null;
|
|
78
|
+
}, b = (e, t, n, r) => {
|
|
79
|
+
if (n.amount === "step" && r === "Mod") return null;
|
|
80
|
+
if (t.selectionMode === "multiple") {
|
|
81
|
+
if (n.amount === "step" && r === "Shift") return {
|
|
82
|
+
action: {
|
|
83
|
+
type: "extend-from-anchor",
|
|
84
|
+
anchorIndex: e.rangeAnchorIndex ?? e.activeIndex
|
|
85
|
+
},
|
|
86
|
+
replaceExisting: !1
|
|
87
|
+
};
|
|
88
|
+
if (n.amount === "limit" && r === "ShiftMod") return {
|
|
89
|
+
action: { type: "select-from-current" },
|
|
90
|
+
replaceExisting: !1
|
|
91
|
+
};
|
|
92
|
+
}
|
|
93
|
+
return t.selectionBehavior === "replace" ? {
|
|
94
|
+
action: { type: "select" },
|
|
95
|
+
replaceExisting: !0
|
|
96
|
+
} : null;
|
|
97
|
+
}, x = (e, t) => t === "Shift" ? {
|
|
98
|
+
action: { type: "select-from-most-recent" },
|
|
99
|
+
replaceExisting: e.selectionBehavior === "replace"
|
|
100
|
+
} : t === "Mod" ? {
|
|
101
|
+
action: { type: "toggle" },
|
|
102
|
+
replaceExisting: !1
|
|
103
|
+
} : e.selectionBehavior === "replace" ? {
|
|
104
|
+
action: { type: "select" },
|
|
105
|
+
replaceExisting: !0
|
|
106
|
+
} : {
|
|
107
|
+
action: { type: "toggle" },
|
|
108
|
+
replaceExisting: !1
|
|
109
|
+
};
|
|
110
|
+
function S(e, t, n, r) {
|
|
111
|
+
let i = new Set(e), [a, o] = [n, r].sort((e, t) => e - t), s = [...e];
|
|
112
|
+
for (let e = a; e <= o; e++) {
|
|
113
|
+
let n = t.selectable.optionValue(e);
|
|
114
|
+
i.has(n) || s.push(n);
|
|
115
|
+
}
|
|
116
|
+
return s;
|
|
117
|
+
}
|
|
118
|
+
function C(e, t, n, r, i) {
|
|
119
|
+
let a = new Set(e), [o, , s] = [
|
|
120
|
+
n,
|
|
121
|
+
r,
|
|
122
|
+
i
|
|
123
|
+
].sort((e, t) => e - t), c = [...e];
|
|
124
|
+
for (let e = o; e <= s; e++) {
|
|
125
|
+
let i = t.selectable.optionValue(e);
|
|
126
|
+
e < n && e < r || e > n && e > r ? a.has(i) && (c = c.filter((e) => e !== i)) : a.has(i) || c.push(i);
|
|
127
|
+
}
|
|
128
|
+
return c;
|
|
129
|
+
}
|
|
130
|
+
function w(e, t) {
|
|
131
|
+
let n = e.values;
|
|
132
|
+
for (let e = n.length - 1; e >= 0; e--) {
|
|
133
|
+
let r = t.selectable.optionIndex(n[e]);
|
|
134
|
+
if (r !== null) return r;
|
|
135
|
+
}
|
|
136
|
+
return null;
|
|
137
|
+
}
|
|
138
|
+
function T(e, t, n) {
|
|
139
|
+
let r = (t) => ({
|
|
140
|
+
...e,
|
|
141
|
+
values: t.values ?? e.values,
|
|
142
|
+
activeIndex: t.activeIndex ?? e.activeIndex,
|
|
143
|
+
rangeAnchorIndex: t.rangeAnchorIndex ?? null
|
|
144
|
+
});
|
|
145
|
+
if (n.type !== "action") return r({});
|
|
146
|
+
let i = e.values, { targetIndex: a, selection: o } = n, s = (e) => t.selectionMode === "single" && e.length > 1 ? [e[e.length - 1]] : t.requiredSelection !== "none" && (e.length === 0 || t.requiredSelection === "selectable" && !e.some((e) => t.selectable.optionIndex(e) !== null)) ? i : e, c = t.selectable.optionValue(a), l = o?.replaceExisting ? [] : i;
|
|
147
|
+
switch (o?.action.type) {
|
|
148
|
+
case void 0: return r({ activeIndex: a });
|
|
149
|
+
case "select": return r({
|
|
150
|
+
activeIndex: a,
|
|
151
|
+
values: s(i.includes(c) ? i : [...l, c])
|
|
152
|
+
});
|
|
153
|
+
case "toggle": return r({
|
|
154
|
+
activeIndex: a,
|
|
155
|
+
values: s(i.includes(c) ? l.filter((e) => e !== c) : [...l, c])
|
|
156
|
+
});
|
|
157
|
+
case "select-from-current": return r({
|
|
158
|
+
activeIndex: a,
|
|
159
|
+
values: s(S(l, t, e.activeIndex, a))
|
|
160
|
+
});
|
|
161
|
+
case "select-from-most-recent": return r({
|
|
162
|
+
activeIndex: a,
|
|
163
|
+
values: s(S(l, t, w(e, t) ?? 0, a))
|
|
164
|
+
});
|
|
165
|
+
case "extend-from-anchor": return r({
|
|
166
|
+
values: s(C(l, t, o.action.anchorIndex, a, e.activeIndex)),
|
|
167
|
+
activeIndex: a,
|
|
168
|
+
rangeAnchorIndex: o.action.anchorIndex
|
|
169
|
+
});
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
//#endregion
|
|
173
|
+
//#region src/shared/listbox/typeahead.ts
|
|
174
|
+
var E = 2e3;
|
|
175
|
+
function D(e, t, n, r) {
|
|
176
|
+
let i = e.typeahead && e.typeahead.lastInputMs > r - E ? e.typeahead : null;
|
|
177
|
+
return n.length === 1 && !(n === " " && !i) ? {
|
|
178
|
+
buffer: (i?.buffer ?? "") + n,
|
|
179
|
+
lastInputMs: r
|
|
180
|
+
} : null;
|
|
181
|
+
}
|
|
182
|
+
function O(e, t, n) {
|
|
183
|
+
if (n.type !== "typeahead") return {
|
|
184
|
+
...e,
|
|
185
|
+
typeahead: null
|
|
186
|
+
};
|
|
187
|
+
let r = n.typeahead;
|
|
188
|
+
for (let i = (e.activeIndex + 1) % t.selectable.numOptions; i !== e.activeIndex; i = (i + 1) % t.selectable.numOptions) if (t.selectable.optionText(i).toLowerCase().startsWith(r.buffer.toLowerCase())) return {
|
|
189
|
+
...T(e, t, {
|
|
190
|
+
type: "action",
|
|
191
|
+
targetIndex: i,
|
|
192
|
+
selection: n.selection
|
|
193
|
+
}),
|
|
194
|
+
typeahead: r
|
|
195
|
+
};
|
|
196
|
+
return {
|
|
197
|
+
...e,
|
|
198
|
+
typeahead: r
|
|
199
|
+
};
|
|
200
|
+
}
|
|
201
|
+
//#endregion
|
|
202
|
+
//#region src/shared/listbox/options.ts
|
|
203
|
+
var k = (e) => ({
|
|
204
|
+
numOptions: e.length,
|
|
205
|
+
optionValue: (t) => e[t].value,
|
|
206
|
+
optionText: (t) => e[t].text,
|
|
207
|
+
optionIndex: (t) => {
|
|
208
|
+
let n = e.findIndex((e) => e.value === t);
|
|
209
|
+
return n === -1 ? null : n;
|
|
210
|
+
},
|
|
211
|
+
isEq: (t) => e === t
|
|
212
|
+
});
|
|
213
|
+
function A(e, t, n) {
|
|
214
|
+
let r = t.filter((e) => e.selected || n.includes(e.value)).map((e) => e.value), i = e.selectionMode === "single" ? 1 : Infinity;
|
|
215
|
+
return N(e, r.slice(0, i), i);
|
|
216
|
+
}
|
|
217
|
+
//#endregion
|
|
218
|
+
//#region src/shared/listbox/state.ts
|
|
219
|
+
function j(e) {
|
|
220
|
+
return "activeIndex" in e;
|
|
221
|
+
}
|
|
222
|
+
function M(e, t, n) {
|
|
223
|
+
let r = n.filter((e) => t.all.optionIndex(e) !== null), i = t.selectionMode === "single" ? 1 : Infinity, a = r.slice(0, i);
|
|
224
|
+
return a = N(t, a, i), {
|
|
225
|
+
...e,
|
|
226
|
+
values: a
|
|
227
|
+
};
|
|
228
|
+
}
|
|
229
|
+
function N(e, t, n) {
|
|
230
|
+
return e.requiredSelection === "none" || e.selectable.numOptions === 0 ? t : t.length === 0 ? [e.selectable.optionValue(0)] : e.requiredSelection === "selectable" && !t.some((t) => e.selectable.optionIndex(t) !== null) ? n === 1 ? [e.selectable.optionValue(0)] : [...t, e.selectable.optionValue(0)] : t;
|
|
231
|
+
}
|
|
232
|
+
function P(e, t, n) {
|
|
233
|
+
let r = A(e, t, n);
|
|
234
|
+
if (e.selectable.numOptions === 0) return F(r);
|
|
235
|
+
let i = 0;
|
|
236
|
+
for (let t of r) {
|
|
237
|
+
let n = e.selectable.optionIndex(t);
|
|
238
|
+
if (n !== null) {
|
|
239
|
+
i = n;
|
|
240
|
+
break;
|
|
241
|
+
}
|
|
242
|
+
}
|
|
243
|
+
return {
|
|
244
|
+
values: r,
|
|
245
|
+
activeIndex: i,
|
|
246
|
+
typeahead: null,
|
|
247
|
+
rangeAnchorIndex: null
|
|
248
|
+
};
|
|
249
|
+
}
|
|
250
|
+
function F(e) {
|
|
251
|
+
return { values: e };
|
|
252
|
+
}
|
|
253
|
+
//#endregion
|
|
254
|
+
//#region src/shared/listbox/move.ts
|
|
255
|
+
function I(e) {
|
|
256
|
+
switch (e) {
|
|
257
|
+
case "Home": return {
|
|
258
|
+
direction: "backward",
|
|
259
|
+
amount: "limit"
|
|
260
|
+
};
|
|
261
|
+
case "End": return {
|
|
262
|
+
direction: "forward",
|
|
263
|
+
amount: "limit"
|
|
264
|
+
};
|
|
265
|
+
case "PageUp": return {
|
|
266
|
+
direction: "backward",
|
|
267
|
+
amount: "page"
|
|
268
|
+
};
|
|
269
|
+
case "PageDown": return {
|
|
270
|
+
direction: "forward",
|
|
271
|
+
amount: "page"
|
|
272
|
+
};
|
|
273
|
+
case "ArrowUp": return {
|
|
274
|
+
direction: "backward",
|
|
275
|
+
amount: "step"
|
|
276
|
+
};
|
|
277
|
+
case "ArrowDown": return {
|
|
278
|
+
direction: "forward",
|
|
279
|
+
amount: "step"
|
|
280
|
+
};
|
|
281
|
+
}
|
|
282
|
+
return null;
|
|
283
|
+
}
|
|
284
|
+
function L(e, t, n, r) {
|
|
285
|
+
let i = {
|
|
286
|
+
backward: 0,
|
|
287
|
+
forward: t - 1
|
|
288
|
+
}, a = {
|
|
289
|
+
backward: -1,
|
|
290
|
+
forward: 1
|
|
291
|
+
}, o = {
|
|
292
|
+
step: 1,
|
|
293
|
+
page: n
|
|
294
|
+
};
|
|
295
|
+
switch (r.amount) {
|
|
296
|
+
case "limit": return i[r.direction];
|
|
297
|
+
case "page":
|
|
298
|
+
case "step": return Math.min(i.forward, Math.max(i.backward, e + a[r.direction] * o[r.amount]));
|
|
299
|
+
}
|
|
300
|
+
}
|
|
301
|
+
//#endregion
|
|
302
|
+
//#region src/shared/listbox/commands.ts
|
|
303
|
+
var R = 10;
|
|
304
|
+
function z(e, t, n, r) {
|
|
305
|
+
if (!j(e)) return null;
|
|
306
|
+
let i = D(e, t, n.key, r);
|
|
307
|
+
if (i) return {
|
|
308
|
+
type: "typeahead",
|
|
309
|
+
typeahead: i,
|
|
310
|
+
selection: t.selectionBehavior === "replace" ? {
|
|
311
|
+
action: { type: "select" },
|
|
312
|
+
replaceExisting: !0
|
|
313
|
+
} : null
|
|
314
|
+
};
|
|
315
|
+
let a = I(n.key);
|
|
316
|
+
return a ? {
|
|
317
|
+
type: "action",
|
|
318
|
+
targetIndex: L(e.activeIndex, t.selectable.numOptions, R, a),
|
|
319
|
+
selection: b(e, t, a, y(n))
|
|
320
|
+
} : n.key === " " ? {
|
|
321
|
+
type: "action",
|
|
322
|
+
targetIndex: e.activeIndex,
|
|
323
|
+
selection: x(t, y(n))
|
|
324
|
+
} : null;
|
|
325
|
+
}
|
|
326
|
+
function B(e, t, n, r) {
|
|
327
|
+
return {
|
|
328
|
+
type: "action",
|
|
329
|
+
targetIndex: r,
|
|
330
|
+
selection: x(t, y(n))
|
|
331
|
+
};
|
|
332
|
+
}
|
|
333
|
+
function V(e, t, n) {
|
|
334
|
+
return e = O(e, t, n), e = T(e, t, n), e;
|
|
335
|
+
}
|
|
336
|
+
//#endregion
|
|
337
|
+
//#region ../../node_modules/.pnpm/compute-scroll-into-view@3.1.1/node_modules/compute-scroll-into-view/dist/index.js
|
|
338
|
+
var H = (e) => typeof e == "object" && !!e && e.nodeType === 1, U = (e, t) => (!t || e !== "hidden") && e !== "visible" && e !== "clip", W = (e, t) => {
|
|
339
|
+
if (e.clientHeight < e.scrollHeight || e.clientWidth < e.scrollWidth) {
|
|
340
|
+
let n = getComputedStyle(e, null);
|
|
341
|
+
return U(n.overflowY, t) || U(n.overflowX, t) || ((e) => {
|
|
342
|
+
let t = ((e) => {
|
|
343
|
+
if (!e.ownerDocument || !e.ownerDocument.defaultView) return null;
|
|
344
|
+
try {
|
|
345
|
+
return e.ownerDocument.defaultView.frameElement;
|
|
346
|
+
} catch {
|
|
347
|
+
return null;
|
|
348
|
+
}
|
|
349
|
+
})(e);
|
|
350
|
+
return !!t && (t.clientHeight < e.scrollHeight || t.clientWidth < e.scrollWidth);
|
|
351
|
+
})(e);
|
|
352
|
+
}
|
|
353
|
+
return !1;
|
|
354
|
+
}, G = (e, t, n, r, i, a, o, s) => a < e && o > t || a > e && o < t ? 0 : a <= e && s <= n || o >= t && s >= n ? a - e - r : o > t && s < n || a < e && s > n ? o - t + i : 0, K = (e) => e.parentElement ?? (e.getRootNode().host || null), q = (e, t) => {
|
|
355
|
+
if (typeof document > "u") return [];
|
|
356
|
+
let { scrollMode: n, block: r, inline: i, boundary: a, skipOverflowHiddenElements: o } = t, s = typeof a == "function" ? a : (e) => e !== a;
|
|
357
|
+
if (!H(e)) throw TypeError("Invalid target");
|
|
358
|
+
let c = document.scrollingElement || document.documentElement, l = [], u = e;
|
|
359
|
+
for (; H(u) && s(u);) {
|
|
360
|
+
if (u = K(u), u === c) {
|
|
361
|
+
l.push(u);
|
|
362
|
+
break;
|
|
363
|
+
}
|
|
364
|
+
u != null && u === document.body && W(u) && !W(document.documentElement) || u != null && W(u, o) && l.push(u);
|
|
365
|
+
}
|
|
366
|
+
let d = window.visualViewport?.width ?? innerWidth, f = window.visualViewport?.height ?? innerHeight, { scrollX: p, scrollY: m } = window, { height: h, width: g, top: _, right: v, bottom: y, left: b } = e.getBoundingClientRect(), { top: x, right: S, bottom: C, left: w } = ((e) => {
|
|
367
|
+
let t = window.getComputedStyle(e);
|
|
368
|
+
return {
|
|
369
|
+
top: parseFloat(t.scrollMarginTop) || 0,
|
|
370
|
+
right: parseFloat(t.scrollMarginRight) || 0,
|
|
371
|
+
bottom: parseFloat(t.scrollMarginBottom) || 0,
|
|
372
|
+
left: parseFloat(t.scrollMarginLeft) || 0
|
|
373
|
+
};
|
|
374
|
+
})(e), T = r === "start" || r === "nearest" ? _ - x : r === "end" ? y + C : _ + h / 2 - x + C, E = i === "center" ? b + g / 2 - w + S : i === "end" ? v + S : b - w, D = [];
|
|
375
|
+
for (let e = 0; e < l.length; e++) {
|
|
376
|
+
let t = l[e], { height: a, width: o, top: s, right: u, bottom: x, left: S } = t.getBoundingClientRect();
|
|
377
|
+
if (n === "if-needed" && _ >= 0 && b >= 0 && y <= f && v <= d && (t === c && !W(t) || _ >= s && y <= x && b >= S && v <= u)) return D;
|
|
378
|
+
let C = getComputedStyle(t), w = parseInt(C.borderLeftWidth, 10), O = parseInt(C.borderTopWidth, 10), k = parseInt(C.borderRightWidth, 10), A = parseInt(C.borderBottomWidth, 10), j = 0, M = 0, N = "offsetWidth" in t ? t.offsetWidth - t.clientWidth - w - k : 0, P = "offsetHeight" in t ? t.offsetHeight - t.clientHeight - O - A : 0, F = "offsetWidth" in t ? t.offsetWidth === 0 ? 0 : o / t.offsetWidth : 0, I = "offsetHeight" in t ? t.offsetHeight === 0 ? 0 : a / t.offsetHeight : 0;
|
|
379
|
+
if (c === t) j = r === "start" ? T : r === "end" ? T - f : r === "nearest" ? G(m, m + f, f, O, A, m + T, m + T + h, h) : T - f / 2, M = i === "start" ? E : i === "center" ? E - d / 2 : i === "end" ? E - d : G(p, p + d, d, w, k, p + E, p + E + g, g), j = Math.max(0, j + m), M = Math.max(0, M + p);
|
|
380
|
+
else {
|
|
381
|
+
j = r === "start" ? T - s - O : r === "end" ? T - x + A + P : r === "nearest" ? G(s, x, a, O, A + P, T, T + h, h) : T - (s + a / 2) + P / 2, M = i === "start" ? E - S - w : i === "center" ? E - (S + o / 2) + N / 2 : i === "end" ? E - u + k + N : G(S, u, o, w, k + N, E, E + g, g);
|
|
382
|
+
let { scrollLeft: e, scrollTop: n } = t;
|
|
383
|
+
j = I === 0 ? 0 : Math.max(0, Math.min(n + j / I, t.scrollHeight - a / I + P)), M = F === 0 ? 0 : Math.max(0, Math.min(e + M / F, t.scrollWidth - o / F + N)), T += n - j, E += e - M;
|
|
384
|
+
}
|
|
385
|
+
D.push({
|
|
386
|
+
el: t,
|
|
387
|
+
top: j,
|
|
388
|
+
left: M
|
|
389
|
+
});
|
|
390
|
+
}
|
|
391
|
+
return D;
|
|
392
|
+
}, J = (e) => !1 === e ? {
|
|
393
|
+
block: "end",
|
|
394
|
+
inline: "nearest"
|
|
395
|
+
} : ((e) => e === Object(e) && Object.keys(e).length !== 0)(e) ? e : {
|
|
396
|
+
block: "start",
|
|
397
|
+
inline: "nearest"
|
|
398
|
+
};
|
|
399
|
+
function Y(e, t) {
|
|
400
|
+
if (!e.isConnected || !((e) => {
|
|
401
|
+
let t = e;
|
|
402
|
+
for (; t && t.parentNode;) {
|
|
403
|
+
if (t.parentNode === document) return !0;
|
|
404
|
+
t = t.parentNode instanceof ShadowRoot ? t.parentNode.host : t.parentNode;
|
|
405
|
+
}
|
|
406
|
+
return !1;
|
|
407
|
+
})(e)) return;
|
|
408
|
+
let n = ((e) => {
|
|
409
|
+
let t = window.getComputedStyle(e);
|
|
410
|
+
return {
|
|
411
|
+
top: parseFloat(t.scrollMarginTop) || 0,
|
|
412
|
+
right: parseFloat(t.scrollMarginRight) || 0,
|
|
413
|
+
bottom: parseFloat(t.scrollMarginBottom) || 0,
|
|
414
|
+
left: parseFloat(t.scrollMarginLeft) || 0
|
|
415
|
+
};
|
|
416
|
+
})(e);
|
|
417
|
+
if (((e) => typeof e == "object" && typeof e.behavior == "function")(t)) return t.behavior(q(e, t));
|
|
418
|
+
let r = typeof t == "boolean" || t == null ? void 0 : t.behavior;
|
|
419
|
+
for (let { el: i, top: a, left: o } of q(e, J(t))) {
|
|
420
|
+
let e = a - n.top + n.bottom, t = o - n.left + n.right;
|
|
421
|
+
i.scroll({
|
|
422
|
+
top: e,
|
|
423
|
+
left: t,
|
|
424
|
+
behavior: r
|
|
425
|
+
});
|
|
426
|
+
}
|
|
427
|
+
}
|
|
428
|
+
//#endregion
|
|
429
|
+
//#region src/lib/listbox/listbox.ts
|
|
430
|
+
var X = (e, t) => JSON.stringify(e) === JSON.stringify(t), Z = class extends g(_(d(i))) {
|
|
431
|
+
constructor(...e) {
|
|
432
|
+
super(...e), this.selectionMode = "single", this.selectionBehavior = "toggle", this.requiredSelection = "none", this._activeDescendantId = null, this.values = [], this._state = F([]), this._ctx = {
|
|
433
|
+
selectionMode: "single",
|
|
434
|
+
selectionBehavior: "toggle",
|
|
435
|
+
requiredSelection: "none",
|
|
436
|
+
selectable: k([]),
|
|
437
|
+
all: k([])
|
|
438
|
+
}, this._externalChangeQueued = !1;
|
|
439
|
+
}
|
|
440
|
+
selectionModeChanged() {
|
|
441
|
+
this._registerExternalChange();
|
|
442
|
+
}
|
|
443
|
+
selectionBehaviorChanged() {
|
|
444
|
+
this._registerExternalChange();
|
|
445
|
+
}
|
|
446
|
+
requiredSelectionChanged() {
|
|
447
|
+
this._registerExternalChange();
|
|
448
|
+
}
|
|
449
|
+
_filteredOptionsChanged() {
|
|
450
|
+
this._registerExternalChange();
|
|
451
|
+
}
|
|
452
|
+
valuesChanged() {
|
|
453
|
+
this._state && !X(this._state.values, this.values) && this._registerExternalChange();
|
|
454
|
+
}
|
|
455
|
+
get value() {
|
|
456
|
+
return this.values[0] ?? null;
|
|
457
|
+
}
|
|
458
|
+
set value(e) {
|
|
459
|
+
this.values = e === null ? [] : [e];
|
|
460
|
+
}
|
|
461
|
+
_registerExternalChange() {
|
|
462
|
+
this._externalChangeQueued || (this._externalChangeQueued = !0, queueMicrotask(() => this._applyPendingExternalChanges()));
|
|
463
|
+
}
|
|
464
|
+
_applyPendingExternalChanges() {
|
|
465
|
+
if (this._externalChangeQueued = !1, !this._ctx.all.isEq(this._slottedOptions) || !this._ctx.selectable.isEq(this._filteredOptions)) {
|
|
466
|
+
this._initializeState();
|
|
467
|
+
return;
|
|
468
|
+
}
|
|
469
|
+
let e = {
|
|
470
|
+
...this._ctx,
|
|
471
|
+
selectionMode: this.selectionMode,
|
|
472
|
+
selectionBehavior: this.selectionBehavior,
|
|
473
|
+
requiredSelection: this.requiredSelection
|
|
474
|
+
};
|
|
475
|
+
this._ctx = e, this._applyNewState(M(this._state, e, this.values));
|
|
476
|
+
}
|
|
477
|
+
_initializeState() {
|
|
478
|
+
if (this._ctx = {
|
|
479
|
+
selectionMode: this.selectionMode,
|
|
480
|
+
selectionBehavior: this.selectionBehavior,
|
|
481
|
+
requiredSelection: this.requiredSelection,
|
|
482
|
+
selectable: k(this._filteredOptions),
|
|
483
|
+
all: k(this._slottedOptions)
|
|
484
|
+
}, !this._slottedOptions?.length) {
|
|
485
|
+
this._state = F([]), this._activeDescendantId = null;
|
|
486
|
+
return;
|
|
487
|
+
}
|
|
488
|
+
this._applyNewState(P(this._ctx, this._slottedOptions, this.values));
|
|
489
|
+
}
|
|
490
|
+
_applyNewState(e) {
|
|
491
|
+
if (j(e)) {
|
|
492
|
+
let t = this._filteredOptions[e.activeIndex];
|
|
493
|
+
this._activeDescendantId = t.id, Y(t, {
|
|
494
|
+
block: "nearest",
|
|
495
|
+
scrollMode: "if-needed"
|
|
496
|
+
});
|
|
497
|
+
} else this._activeDescendantId = null;
|
|
498
|
+
let t = !X(this.values, e.values);
|
|
499
|
+
this._state = e, this.values = [...e.values], this._updateSlottedOptions(), t && this.$emit("change", void 0, {
|
|
500
|
+
bubbles: !1,
|
|
501
|
+
composed: !1
|
|
502
|
+
});
|
|
503
|
+
}
|
|
504
|
+
_updateSlottedOptions() {
|
|
505
|
+
for (let e of this._slottedOptions) e.selected = this.values.includes(e.value), e._highlighted = !!(this._activeDescendantId && e.id === this._activeDescendantId);
|
|
506
|
+
}
|
|
507
|
+
_onKeydown(e) {
|
|
508
|
+
let t = z(this._state, this._ctx, e, Date.now());
|
|
509
|
+
return t ? (this._applyNewState(V(this._state, this._ctx, t)), !1) : !0;
|
|
510
|
+
}
|
|
511
|
+
_onClick(e) {
|
|
512
|
+
let t = e.target.closest("[data-vvd-component=option]"), n = t ? this._filteredOptions.indexOf(t) : -1;
|
|
513
|
+
if (n === -1) return !0;
|
|
514
|
+
let r = this._state;
|
|
515
|
+
return this._applyNewState(V(r, this._ctx, B(r, this._ctx, e, n))), !1;
|
|
516
|
+
}
|
|
517
|
+
};
|
|
518
|
+
//#endregion
|
|
519
|
+
//#region src/lib/listbox/index.ts
|
|
520
|
+
c([n({
|
|
521
|
+
attribute: "selection-mode",
|
|
522
|
+
mode: "fromView"
|
|
523
|
+
})], Z.prototype, "selectionMode", void 0), c([n({
|
|
524
|
+
attribute: "selection-behavior",
|
|
525
|
+
mode: "fromView"
|
|
526
|
+
})], Z.prototype, "selectionBehavior", void 0), c([n({
|
|
527
|
+
attribute: "required-selection",
|
|
528
|
+
mode: "fromView"
|
|
529
|
+
})], Z.prototype, "requiredSelection", void 0), c([e], Z.prototype, "_activeDescendantId", void 0), c([e], Z.prototype, "values", void 0), t(a("listbox", Z, (e) => r`<template
|
|
530
|
+
tabindex="0"
|
|
531
|
+
${u({
|
|
532
|
+
role: "listbox",
|
|
533
|
+
ariaMultiSelectable: (e) => e.selectionMode === "multiple" ? "true" : void 0
|
|
534
|
+
})}
|
|
535
|
+
aria-activedescendant="${(e) => e._activeDescendantId}"
|
|
536
|
+
@click="${(e, t) => e._onClick(t.event)}"
|
|
537
|
+
@keydown="${(e, t) => e._onKeydown(t.event)}"
|
|
538
|
+
>${v}${s((e) => e.searchText !== "" && e._filteredOptions.length === 0, r`<slot name="no-matches"></slot>`)}</template
|
|
539
|
+
>`, [], { styles: ":host{outline:none;flex-direction:column;gap:2px;display:flex}:host(:not(:focus-visible)){--_suppressable-focus-shadow:none;--_suppressable-focus-outline:none;--_suppressable-focus-outline-offset:0}" }))();
|
|
540
|
+
//#endregion
|
package/nav/definition.cjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_definition = require("../unbundled/
|
|
2
|
+
const require_definition = require("../unbundled/definition52.cjs");
|
|
3
3
|
exports.VwcNavElement = require_definition.Nav;
|
|
4
4
|
exports.navDefinition = require_definition.navDefinition;
|
|
5
5
|
exports.registerNav = require_definition.registerNav;
|
package/nav/definition.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as registerNav, r as Nav, t as navDefinition } from "../unbundled/
|
|
1
|
+
import { n as registerNav, r as Nav, t as navDefinition } from "../unbundled/definition52.js";
|
|
2
2
|
export { Nav as VwcNavElement, navDefinition, registerNav };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_definition = require("../unbundled/
|
|
2
|
+
const require_definition = require("../unbundled/definition50.cjs");
|
|
3
3
|
exports.VwcNavDisclosureElement = require_definition.NavDisclosure;
|
|
4
4
|
exports.navDisclosureDefinition = require_definition.navDisclosureDefinition;
|
|
5
5
|
exports.registerNavDisclosure = require_definition.registerNavDisclosure;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as registerNavDisclosure, r as NavDisclosure, t as navDisclosureDefinition } from "../unbundled/
|
|
1
|
+
import { n as registerNavDisclosure, r as NavDisclosure, t as navDisclosureDefinition } from "../unbundled/definition50.js";
|
|
2
2
|
export { NavDisclosure as VwcNavDisclosureElement, navDisclosureDefinition, registerNavDisclosure };
|
package/nav-disclosure/index.cjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
const e=require(`../bundled/vivid-element.cjs`),t=require(`../bundled/ref.cjs`),n=require(`../bundled/decorate.cjs`),r=require(`../bundled/class-names.cjs`),i=require(`../bundled/definition3.cjs`),a=require(`../bundled/
|
|
1
|
+
const e=require(`../bundled/vivid-element.cjs`),t=require(`../bundled/ref.cjs`),n=require(`../bundled/decorate.cjs`),r=require(`../bundled/class-names.cjs`),i=require(`../bundled/definition3.cjs`),a=require(`../bundled/icon.cjs`),o=require(`../bundled/affix.cjs`),s=require(`../bundled/delegates-aria.cjs`);var c=`.control.connotation-cta{--_connotation-color-primary:var(--vvd-nav-disclosure-cta-primary,var(--vvd-color-cta-500));--_connotation-color-primary-text:var(--vvd-nav-disclosure-cta-primary-text,var(--vvd-color-canvas));--_connotation-color-primary-increment:var(--vvd-nav-disclosure-cta-primary-increment,var(--vvd-color-cta-600));--_connotation-color-contrast:var(--vvd-nav-disclosure-cta-contrast,var(--vvd-color-cta-800));--_connotation-color-fierce:var(--vvd-nav-disclosure-cta-fierce,var(--vvd-color-cta-700));--_connotation-color-fierce-primary:var(--vvd-nav-disclosure-cta-fierce-primary,var(--vvd-color-cta-700));--_connotation-color-faint:var(--vvd-nav-disclosure-cta-faint,var(--vvd-color-cta-50));--_connotation-color-firm:var(--vvd-nav-disclosure-cta-firm,var(--vvd-color-cta-600));--_connotation-color-soft:var(--vvd-nav-disclosure-cta-soft,var(--vvd-color-cta-100))}.control:not(.connotation-cta){--_connotation-color-primary:var(--vvd-nav-disclosure-accent-primary,var(--vvd-color-canvas-text));--_connotation-color-primary-text:var(--vvd-nav-disclosure-accent-primary-text,var(--vvd-color-canvas));--_connotation-color-primary-increment:var(--vvd-nav-disclosure-accent-primary-increment,var(--vvd-color-neutral-800));--_connotation-color-contrast:var(--vvd-nav-disclosure-accent-contrast,var(--vvd-color-neutral-800));--_connotation-color-fierce:var(--vvd-nav-disclosure-accent-fierce,var(--vvd-color-neutral-700));--_connotation-color-fierce-primary:var(--vvd-nav-disclosure-accent-fierce-primary,var(--vvd-color-canvas-text));--_connotation-color-faint:var(--vvd-nav-disclosure-accent-faint,var(--vvd-color-neutral-50));--_connotation-color-firm:var(--vvd-nav-disclosure-accent-firm,var(--vvd-color-canvas-text));--_connotation-color-soft:var(--vvd-nav-disclosure-accent-soft,var(--vvd-color-neutral-100))}.control,.control.appearance-ghost-light{--_appearance-color-text:var(--_connotation-color-firm);--_appearance-color-fill:transparent;--_appearance-color-outline:transparent}@media (hover:hover){.control:hover:where(:not(.disabled,:disabled,.readonly)){--_appearance-color-text:var(--_connotation-color-firm);--_appearance-color-fill:var(--_connotation-color-faint);--_appearance-color-outline:transparent}.control:hover:where(:not(.disabled,:disabled,.readonly)).appearance-ghost-light{--_appearance-color-text:var(--_connotation-color-fierce-primary);--_appearance-color-fill:color-mix(in sRGB, var(--_connotation-color-primary), transparent 90%);--_appearance-color-outline:transparent}}.control.hover:where(:not(.disabled,:disabled,.readonly)){--_appearance-color-text:var(--_connotation-color-firm);--_appearance-color-fill:var(--_connotation-color-faint);--_appearance-color-outline:transparent}.control.hover:where(:not(.disabled,:disabled,.readonly)).appearance-ghost-light{--_appearance-color-text:var(--_connotation-color-fierce-primary);--_appearance-color-fill:color-mix(in sRGB, var(--_connotation-color-primary), transparent 90%);--_appearance-color-outline:transparent}.control:active:where(:not(.disabled,:disabled)){--_appearance-color-text:var(--_connotation-color-firm);--_appearance-color-fill:var(--_connotation-color-soft);--_appearance-color-outline:transparent}.control:active:where(:not(.disabled,:disabled)).appearance-ghost-light{--_appearance-color-text:var(--_connotation-color-fierce-primary);--_appearance-color-fill:color-mix(in sRGB, var(--_connotation-color-primary), transparent 80%);--_appearance-color-outline:transparent}.control.active:where(:not(.disabled,:disabled)){--_appearance-color-text:var(--_connotation-color-firm);--_appearance-color-fill:var(--_connotation-color-soft);--_appearance-color-outline:transparent}.control.active:where(:not(.disabled,:disabled)).appearance-ghost-light{--_appearance-color-text:var(--_connotation-color-fierce-primary);--_appearance-color-fill:color-mix(in sRGB, var(--_connotation-color-primary), transparent 80%);--_appearance-color-outline:transparent}.control.selected:where(:not(.disabled,:disabled)){--_appearance-color-text:var(--_connotation-color-primary-text);--_appearance-color-fill:var(--_connotation-color-primary);--_appearance-color-outline:transparent}.control.selected:where(:not(.disabled,:disabled)).appearance-ghost-light{--_appearance-color-text:var(--_connotation-color-primary-text);--_appearance-color-fill:color-mix(in sRGB, var(--_connotation-color-firm), transparent 10%);--_appearance-color-outline:transparent}@media (hover:hover){.control.selected:hover:where(:not(.disabled,:disabled,.readonly)){--_appearance-color-text:var(--_connotation-color-primary-text);--_appearance-color-fill:var(--_connotation-color-primary-increment);--_appearance-color-outline:transparent}.control.selected:hover:where(:not(.disabled,:disabled,.readonly)).appearance-ghost-light{--_appearance-color-text:var(--_connotation-color-primary-text);--_appearance-color-fill:color-mix(in sRGB, var(--_connotation-color-fierce-primary), transparent 20%);--_appearance-color-outline:transparent}}.control.selected.hover:where(:not(.disabled,:disabled,.readonly)){--_appearance-color-text:var(--_connotation-color-primary-text);--_appearance-color-fill:var(--_connotation-color-primary-increment);--_appearance-color-outline:transparent}.control.selected.hover:where(:not(.disabled,:disabled,.readonly)).appearance-ghost-light{--_appearance-color-text:var(--_connotation-color-primary-text);--_appearance-color-fill:color-mix(in sRGB, var(--_connotation-color-fierce-primary), transparent 20%);--_appearance-color-outline:transparent}.control{box-sizing:border-box;background-color:var(--_appearance-color-fill);box-shadow:inset 0 0 0 1px var(--_appearance-color-outline);cursor:pointer;font:var(--vvd-typography-base);hyphens:auto;inline-size:100%;min-block-size:calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density,0), 2)));vertical-align:middle;border-radius:8px;align-items:center;gap:12px;padding-block:10px;padding-inline:16px;text-decoration:none;display:flex}.control.current-closed{color:var(--_appearance-color-text)}@supports not (color:color-mix(in srgb, var(--one-color), var(--second-color))){.control.current-closed{background-color:var(--_connotation-color-primary)}}.control:not(.current-closed){color:var(--vvd-color-canvas-text);--focus-stroke-gap-color:transparent}.control:focus-visible{box-shadow:0 0 0 4px color-mix(in sRGB, var(--focus-stroke-color,var(--vvd-color-cta-500)), transparent 85%), inset 0 0 0 3px var(--focus-stroke-gap-color,currentColor);outline:1px solid var(--focus-stroke-color,var(--vvd-color-cta-500));outline-offset:calc(-1px - var(--focus-inset,0px))}.control{user-select:none}.control .toggleIcon{margin-inline-start:auto}slot[name=icon]{font-size:20px;line-height:1}.content{border-inline-start:1px solid var(--vvd-color-neutral-200);flex-direction:column;gap:4px;margin-block:4px;margin-inline-start:20px;padding-inline-start:12px;display:flex}details>summary{list-style:none}details>summary::-webkit-details-marker{display:none}`,l=class extends o.t(s.t(e.t)){constructor(...e){super(...e),this.open=!1,this.current=!1,this.#e=()=>{this.open=this.details.open,this.$emit(`toggle`,void 0,{bubbles:!1})}}connectedCallback(){super.connectedCallback(),this.details.addEventListener(`toggle`,this.#e),this.details.open=this.open}disconnectedCallback(){super.disconnectedCallback(),this.details.removeEventListener(`toggle`,this.#e)}#e};n.t([e.m],l.prototype,`label`,void 0),n.t([e.m],l.prototype,`appearance`,void 0),n.t([e.m],l.prototype,`connotation`,void 0),n.t([e.m({mode:`boolean`})],l.prototype,`open`,void 0),n.t([e.n({deprecatedPropertyName:`ariaCurrent`,fromDeprecated:e=>!!e,toDeprecated:e=>e?`true`:null}),e.m({attribute:`current`,mode:`boolean`})],l.prototype,`current`,void 0);var u=e.u(`nav-disclosure`,l,n=>{let i=o.a(n),c=n.tagFor(a.t);return e.p`<details class="base" ${t.t(`details`)} ?open=${e=>e.open}>
|
|
2
2
|
<summary class="${e=>r.t(`control`,[`appearance-${e.appearance}`,!!e.appearance],[`connotation-${e.connotation}`,!!e.connotation],[`current-closed selected`,e.current&&!e.open])}"
|
|
3
|
-
${
|
|
3
|
+
${s.n({role:`button`,ariaExpanded:e=>e.open,ariaCurrent:e=>e.open?null:e.current||e.ariaCurrent?`true`:null,ariaControls:`disclosure-content`})}
|
|
4
4
|
>
|
|
5
|
-
${e=>
|
|
5
|
+
${e=>i(e.icon,o.i.Slot)}
|
|
6
6
|
${e=>e.label}
|
|
7
7
|
<slot name="meta"></slot>
|
|
8
8
|
<${c} class="toggleIcon" name=${e=>e.open?`chevron-up-line`:`chevron-down-line`}
|
|
@@ -12,4 +12,4 @@ const e=require(`../bundled/vivid-element.cjs`),t=require(`../bundled/ref.cjs`),
|
|
|
12
12
|
<slot></slot>
|
|
13
13
|
</div>
|
|
14
14
|
</details>
|
|
15
|
-
`},[i.t],{styles:
|
|
15
|
+
`},[i.t],{styles:c});e.d(u)();
|
package/nav-disclosure/index.js
CHANGED
|
@@ -2,7 +2,8 @@ import { d as e, m as t, n, p as r, t as i, u as a } from "../bundled/vivid-elem
|
|
|
2
2
|
import { t as o } from "../bundled/ref.js";
|
|
3
3
|
import { t as s } from "../bundled/decorate.js";
|
|
4
4
|
import { t as c } from "../bundled/class-names.js";
|
|
5
|
-
import {
|
|
5
|
+
import { t as l } from "../bundled/definition3.js";
|
|
6
|
+
import { t as u } from "../bundled/icon.js";
|
|
6
7
|
import { a as d, i as f, t as p } from "../bundled/affix.js";
|
|
7
8
|
import { n as m, t as h } from "../bundled/delegates-aria.js";
|
|
8
9
|
//#region src/lib/nav-disclosure/nav-disclosure.scss?inline
|
|
@@ -30,7 +31,7 @@ s([t], _.prototype, "label", void 0), s([t], _.prototype, "appearance", void 0),
|
|
|
30
31
|
attribute: "current",
|
|
31
32
|
mode: "boolean"
|
|
32
33
|
})], _.prototype, "current", void 0), e(a("nav-disclosure", _, (e) => {
|
|
33
|
-
let t = d(e), n = e.tagFor(
|
|
34
|
+
let t = d(e), n = e.tagFor(u);
|
|
34
35
|
return r`<details class="base" ${o("details")} ?open=${(e) => e.open}>
|
|
35
36
|
<summary class="${(e) => c("control", [`appearance-${e.appearance}`, !!e.appearance], [`connotation-${e.connotation}`, !!e.connotation], ["current-closed selected", e.current && !e.open])}"
|
|
36
37
|
${m({
|
|
@@ -51,5 +52,5 @@ s([t], _.prototype, "label", void 0), s([t], _.prototype, "appearance", void 0),
|
|
|
51
52
|
</div>
|
|
52
53
|
</details>
|
|
53
54
|
`;
|
|
54
|
-
}, [
|
|
55
|
+
}, [l], { styles: g }))();
|
|
55
56
|
//#endregion
|
package/nav-item/definition.cjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_definition = require("../unbundled/
|
|
2
|
+
const require_definition = require("../unbundled/definition51.cjs");
|
|
3
3
|
exports.VwcNavItemElement = require_definition.NavItem;
|
|
4
4
|
exports.navItemDefinition = require_definition.navItemDefinition;
|
|
5
5
|
exports.registerNavItem = require_definition.registerNavItem;
|
package/nav-item/definition.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as registerNavItem, r as NavItem, t as navItemDefinition } from "../unbundled/
|
|
1
|
+
import { n as registerNavItem, r as NavItem, t as navItemDefinition } from "../unbundled/definition51.js";
|
|
2
2
|
export { NavItem as VwcNavItemElement, navItemDefinition, registerNavItem };
|
package/note/definition.cjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_definition = require("../unbundled/
|
|
2
|
+
const require_definition = require("../unbundled/definition53.cjs");
|
|
3
3
|
exports.VwcNoteElement = require_definition.Note;
|
|
4
4
|
exports.noteDefinition = require_definition.noteDefinition;
|
|
5
5
|
exports.registerNote = require_definition.registerNote;
|
package/note/definition.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as registerNote, r as Note, t as noteDefinition } from "../unbundled/
|
|
1
|
+
import { n as registerNote, r as Note, t as noteDefinition } from "../unbundled/definition53.js";
|
|
2
2
|
export { Note as VwcNoteElement, noteDefinition, registerNote };
|