@vonage/vivid 3.54.0 → 3.56.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/accordion/index.cjs +0 -14
- package/accordion/index.js +0 -14
- package/accordion-item/index.cjs +0 -11
- package/accordion-item/index.js +0 -11
- package/action-group/index.cjs +0 -2
- package/action-group/index.js +0 -2
- package/alert/index.cjs +0 -23
- package/alert/index.js +0 -23
- package/appearance-ui/index.cjs +11 -12
- package/appearance-ui/index.js +11 -12
- package/audio-player/index.cjs +0 -28
- package/audio-player/index.js +0 -28
- package/avatar/index.cjs +0 -6
- package/avatar/index.js +0 -6
- package/badge/index.cjs +0 -9
- package/badge/index.js +0 -9
- package/banner/index.cjs +0 -22
- package/banner/index.js +0 -22
- package/breadcrumb/index.cjs +0 -8
- package/breadcrumb/index.js +0 -8
- package/breadcrumb-item/index.cjs +0 -15
- package/breadcrumb-item/index.js +0 -15
- package/button/index.cjs +0 -18
- package/button/index.js +0 -18
- package/calendar/index.cjs +0 -4
- package/calendar/index.js +0 -4
- package/calendar-event/index.cjs +0 -4
- package/calendar-event/index.js +0 -4
- package/card/index.cjs +0 -9
- package/card/index.js +0 -9
- package/checkbox/index.cjs +0 -14
- package/checkbox/index.js +0 -14
- package/combobox/index.cjs +0 -31
- package/combobox/index.js +0 -31
- package/custom-elements.json +169 -141
- package/data-grid/index.cjs +0 -11
- package/data-grid/index.js +0 -11
- package/date-picker/index.cjs +0 -34
- package/date-picker/index.js +0 -34
- package/date-range-picker/index.cjs +0 -34
- package/date-range-picker/index.js +0 -34
- package/dial-pad/index.cjs +0 -28
- package/dial-pad/index.js +0 -28
- package/dialog/index.cjs +0 -23
- package/dialog/index.js +0 -23
- package/divider/index.cjs +0 -3
- package/divider/index.js +0 -3
- package/elevation/index.cjs +0 -2
- package/elevation/index.js +0 -2
- package/empty-state/index.cjs +0 -7
- package/empty-state/index.js +0 -7
- package/fab/index.cjs +0 -15
- package/fab/index.js +0 -15
- package/file-picker/index.cjs +0 -23
- package/file-picker/index.js +0 -23
- package/header/index.cjs +0 -3
- package/header/index.js +0 -3
- package/icon/index.cjs +0 -5
- package/icon/index.js +0 -5
- package/index.cjs +0 -44
- package/index.js +0 -44
- package/layout/index.cjs +0 -2
- package/layout/index.js +0 -2
- package/lib/button/button.d.ts +1 -1
- package/lib/combobox/combobox.d.ts +1 -0
- package/lib/dial-pad/dial-pad.d.ts +1 -0
- package/lib/menu/menu.d.ts +1 -3
- package/lib/slider/slider.d.ts +4 -0
- package/listbox/index.cjs +1 -15
- package/listbox/index.js +1 -15
- package/locales/de-DE.cjs +329 -0
- package/locales/de-DE.d.ts +3 -0
- package/locales/de-DE.js +327 -0
- package/locales/en-GB.cjs +4 -0
- package/locales/en-GB.js +4 -0
- package/locales/en-US.cjs +4 -0
- package/locales/en-US.js +4 -0
- package/locales/ja-JP.cjs +4 -0
- package/locales/ja-JP.js +4 -0
- package/locales/zh-CN.cjs +4 -0
- package/locales/zh-CN.js +4 -0
- package/menu/index.cjs +0 -25
- package/menu/index.js +0 -25
- package/menu-item/index.cjs +0 -15
- package/menu-item/index.js +0 -15
- package/nav/index.cjs +0 -1
- package/nav/index.js +0 -1
- package/nav-disclosure/index.cjs +0 -10
- package/nav-disclosure/index.js +0 -10
- package/nav-item/index.cjs +0 -15
- package/nav-item/index.js +0 -15
- package/note/index.cjs +0 -11
- package/note/index.js +0 -11
- package/number-field/index.cjs +0 -26
- package/number-field/index.js +0 -26
- package/option/index.cjs +0 -13
- package/option/index.js +0 -13
- package/package.json +1 -1
- package/pagination/index.cjs +0 -21
- package/pagination/index.js +0 -21
- package/popup/index.cjs +0 -20
- package/popup/index.js +0 -20
- package/progress/index.cjs +0 -4
- package/progress/index.js +0 -4
- package/progress-ring/index.cjs +0 -4
- package/progress-ring/index.js +0 -4
- package/radio/index.cjs +0 -6
- package/radio/index.js +0 -6
- package/radio-group/index.cjs +0 -9
- package/radio-group/index.js +0 -9
- package/range-slider/index.cjs +0 -17
- package/range-slider/index.js +0 -17
- package/select/index.cjs +0 -31
- package/select/index.js +0 -31
- package/selectable-box/index.cjs +0 -18
- package/selectable-box/index.js +0 -18
- package/shared/affix.cjs +6 -7
- package/shared/affix.js +6 -7
- package/shared/anchored.cjs +39 -46
- package/shared/anchored.js +39 -46
- package/shared/calendar-event.cjs +10 -11
- package/shared/calendar-event.js +10 -11
- package/shared/definition.cjs +8 -9
- package/shared/definition.js +8 -9
- package/shared/definition10.cjs +1 -1
- package/shared/definition10.js +1 -1
- package/shared/definition11.cjs +20 -21
- package/shared/definition11.js +20 -21
- package/shared/definition12.cjs +1 -1
- package/shared/definition12.js +1 -1
- package/shared/definition13.cjs +9 -14
- package/shared/definition13.js +9 -14
- package/shared/definition14.cjs +13 -14
- package/shared/definition14.js +13 -14
- package/shared/definition15.cjs +1 -1
- package/shared/definition15.js +1 -1
- package/shared/definition16.cjs +16 -3
- package/shared/definition16.js +16 -3
- package/shared/definition17.cjs +155 -166
- package/shared/definition17.js +155 -166
- package/shared/definition19.cjs +2 -2
- package/shared/definition19.js +2 -2
- package/shared/definition2.cjs +1 -1
- package/shared/definition2.js +1 -1
- package/shared/definition20.cjs +22 -19
- package/shared/definition20.js +22 -19
- package/shared/definition21.cjs +17 -18
- package/shared/definition21.js +17 -18
- package/shared/definition22.cjs +2 -2
- package/shared/definition22.js +2 -2
- package/shared/definition23.cjs +7 -8
- package/shared/definition23.js +7 -8
- package/shared/definition24.cjs +7 -8
- package/shared/definition24.js +7 -8
- package/shared/definition25.cjs +29 -4
- package/shared/definition25.js +29 -4
- package/shared/definition26.cjs +6 -7
- package/shared/definition26.js +6 -7
- package/shared/definition27.cjs +2 -2
- package/shared/definition27.js +2 -2
- package/shared/definition28.cjs +9 -10
- package/shared/definition28.js +9 -10
- package/shared/definition29.cjs +23 -49
- package/shared/definition29.js +23 -49
- package/shared/definition3.cjs +9 -10
- package/shared/definition3.js +9 -10
- package/shared/definition30.cjs +4 -2
- package/shared/definition30.js +4 -2
- package/shared/definition31.cjs +9 -10
- package/shared/definition31.js +9 -10
- package/shared/definition32.cjs +1 -1
- package/shared/definition32.js +1 -1
- package/shared/definition33.cjs +1 -1
- package/shared/definition33.js +1 -1
- package/shared/definition34.cjs +6 -7
- package/shared/definition34.js +6 -7
- package/shared/definition35.cjs +1 -1
- package/shared/definition35.js +1 -1
- package/shared/definition36.cjs +6 -7
- package/shared/definition36.js +6 -7
- package/shared/definition37.cjs +1 -1
- package/shared/definition37.js +1 -1
- package/shared/definition38.cjs +7 -8
- package/shared/definition38.js +7 -8
- package/shared/definition39.cjs +8 -9
- package/shared/definition39.js +8 -9
- package/shared/definition4.cjs +14 -15
- package/shared/definition4.js +14 -15
- package/shared/definition40.cjs +7 -8
- package/shared/definition40.js +7 -8
- package/shared/definition41.cjs +1 -1
- package/shared/definition41.js +1 -1
- package/shared/definition42.cjs +4 -4
- package/shared/definition42.js +4 -4
- package/shared/definition43.cjs +1 -1
- package/shared/definition43.js +1 -1
- package/shared/definition44.cjs +11 -12
- package/shared/definition44.js +11 -12
- package/shared/definition45.cjs +8 -9
- package/shared/definition45.js +8 -9
- package/shared/definition46.cjs +18 -10
- package/shared/definition46.js +18 -10
- package/shared/definition47.cjs +15 -16
- package/shared/definition47.js +15 -16
- package/shared/definition48.cjs +6 -7
- package/shared/definition48.js +6 -7
- package/shared/definition5.cjs +37 -35
- package/shared/definition5.js +37 -35
- package/shared/definition50.cjs +9 -10
- package/shared/definition50.js +9 -10
- package/shared/definition51.cjs +8 -9
- package/shared/definition51.js +8 -9
- package/shared/definition52.cjs +5 -6
- package/shared/definition52.js +5 -6
- package/shared/definition53.cjs +12 -13
- package/shared/definition53.js +12 -13
- package/shared/definition54.cjs +2 -2
- package/shared/definition54.js +2 -2
- package/shared/definition55.cjs +1 -11
- package/shared/definition55.js +1 -11
- package/shared/definition56.cjs +1 -1
- package/shared/definition56.js +1 -1
- package/shared/definition57.cjs +1 -1
- package/shared/definition57.js +1 -1
- package/shared/definition58.cjs +1 -1
- package/shared/definition58.js +1 -1
- package/shared/definition59.cjs +5 -6
- package/shared/definition59.js +5 -6
- package/shared/definition6.cjs +10 -11
- package/shared/definition6.js +10 -11
- package/shared/definition60.cjs +1 -1
- package/shared/definition60.js +1 -1
- package/shared/definition61.cjs +11 -15
- package/shared/definition61.js +11 -15
- package/shared/definition62.cjs +6 -7
- package/shared/definition62.js +6 -7
- package/shared/definition63.cjs +11 -15
- package/shared/definition63.js +11 -15
- package/shared/definition7.cjs +8 -9
- package/shared/definition7.js +8 -9
- package/shared/definition8.cjs +13 -14
- package/shared/definition8.js +13 -14
- package/shared/definition9.cjs +5 -6
- package/shared/definition9.js +5 -6
- package/shared/icon.cjs +4 -8
- package/shared/icon.js +4 -8
- package/shared/index.cjs +38 -19
- package/shared/index.js +38 -19
- package/shared/index2.cjs +16 -19
- package/shared/index2.js +16 -19
- package/shared/listbox.cjs +6 -7
- package/shared/listbox.js +6 -7
- package/shared/localization/Locale.d.ts +4 -0
- package/shared/presentationDate.cjs +40 -50
- package/shared/presentationDate.js +40 -50
- package/shared/radio.cjs +6 -7
- package/shared/radio.js +6 -7
- package/shared/slider.template.cjs +1 -1
- package/shared/slider.template.js +1 -1
- package/shared/text-anchor.cjs +6 -7
- package/shared/text-anchor.js +6 -7
- package/shared/text-field.cjs +1 -1
- package/shared/text-field.js +1 -1
- package/side-drawer/index.cjs +0 -3
- package/side-drawer/index.js +0 -3
- package/slider/index.cjs +0 -10
- package/slider/index.js +0 -10
- package/split-button/index.cjs +0 -13
- package/split-button/index.js +0 -13
- package/styles/core/all.css +1 -1
- package/styles/core/theme.css +1 -1
- package/styles/core/typography.css +1 -1
- package/styles/tokens/theme-dark.css +4 -4
- package/styles/tokens/theme-light.css +4 -4
- package/styles/tokens/vivid-2-compat.css +1 -1
- package/switch/index.cjs +0 -8
- package/switch/index.js +0 -8
- package/tab/index.cjs +0 -9
- package/tab/index.js +0 -9
- package/tab-panel/index.cjs +0 -1
- package/tab-panel/index.js +0 -1
- package/tabs/index.cjs +0 -16
- package/tabs/index.js +0 -16
- package/tag/index.cjs +0 -9
- package/tag/index.js +0 -9
- package/tag-group/index.cjs +0 -2
- package/tag-group/index.js +0 -2
- package/text-anchor/index.cjs +0 -10
- package/text-anchor/index.js +0 -10
- package/text-area/index.cjs +0 -19
- package/text-area/index.js +0 -19
- package/text-field/index.cjs +0 -20
- package/text-field/index.js +0 -20
- package/time-picker/index.cjs +0 -31
- package/time-picker/index.js +0 -31
- package/toggletip/index.cjs +0 -22
- package/toggletip/index.js +0 -22
- package/tooltip/index.cjs +0 -22
- package/tooltip/index.js +0 -22
- package/tree-item/index.cjs +0 -14
- package/tree-item/index.js +0 -14
- package/tree-view/index.cjs +0 -9
- package/tree-view/index.js +0 -9
- package/video-player/index.cjs +0 -12
- package/video-player/index.js +0 -12
- package/vivid.api.json +10 -1
package/custom-elements.json
CHANGED
|
@@ -2,6 +2,96 @@
|
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
3
|
"readme": "",
|
|
4
4
|
"modules": [
|
|
5
|
+
{
|
|
6
|
+
"kind": "javascript-module",
|
|
7
|
+
"path": "libs/components/src/lib/accordion/accordion.ts",
|
|
8
|
+
"declarations": [
|
|
9
|
+
{
|
|
10
|
+
"kind": "class",
|
|
11
|
+
"description": "",
|
|
12
|
+
"name": "Accordion",
|
|
13
|
+
"slots": [
|
|
14
|
+
{
|
|
15
|
+
"description": "Default slot.",
|
|
16
|
+
"name": ""
|
|
17
|
+
}
|
|
18
|
+
],
|
|
19
|
+
"members": [
|
|
20
|
+
{
|
|
21
|
+
"kind": "field",
|
|
22
|
+
"name": "expandmode",
|
|
23
|
+
"type": {
|
|
24
|
+
"text": "AccordionExpandMode"
|
|
25
|
+
},
|
|
26
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
27
|
+
"privacy": "public"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"kind": "method",
|
|
31
|
+
"name": "closeAll",
|
|
32
|
+
"return": {
|
|
33
|
+
"type": {
|
|
34
|
+
"text": "void"
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
],
|
|
39
|
+
"superclass": {
|
|
40
|
+
"name": "FastAccordion",
|
|
41
|
+
"package": "@microsoft/fast-foundation"
|
|
42
|
+
},
|
|
43
|
+
"vividComponent": {
|
|
44
|
+
"public": true,
|
|
45
|
+
"name": "accordion"
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
],
|
|
49
|
+
"exports": [
|
|
50
|
+
{
|
|
51
|
+
"kind": "js",
|
|
52
|
+
"name": "Accordion",
|
|
53
|
+
"declaration": {
|
|
54
|
+
"name": "Accordion",
|
|
55
|
+
"module": "libs/components/src/lib/accordion/accordion.ts"
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
]
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"kind": "javascript-module",
|
|
62
|
+
"path": "libs/components/src/lib/accordion/definition.ts",
|
|
63
|
+
"declarations": [
|
|
64
|
+
{
|
|
65
|
+
"kind": "variable",
|
|
66
|
+
"name": "registerAccordion",
|
|
67
|
+
"description": "Registers the accordion elements with the design system.",
|
|
68
|
+
"parameters": [
|
|
69
|
+
{
|
|
70
|
+
"description": "the prefix to use for the component name",
|
|
71
|
+
"name": "prefix"
|
|
72
|
+
}
|
|
73
|
+
]
|
|
74
|
+
}
|
|
75
|
+
],
|
|
76
|
+
"exports": [
|
|
77
|
+
{
|
|
78
|
+
"kind": "js",
|
|
79
|
+
"name": "AccordionExpandMode",
|
|
80
|
+
"declaration": {
|
|
81
|
+
"name": "AccordionExpandMode",
|
|
82
|
+
"package": "@microsoft/fast-foundation"
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"kind": "js",
|
|
87
|
+
"name": "registerAccordion",
|
|
88
|
+
"declaration": {
|
|
89
|
+
"name": "registerAccordion",
|
|
90
|
+
"module": "libs/components/src/lib/accordion/definition.ts"
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
]
|
|
94
|
+
},
|
|
5
95
|
{
|
|
6
96
|
"kind": "javascript-module",
|
|
7
97
|
"path": "libs/components/src/lib/accordion-item/accordion-item.ts",
|
|
@@ -154,96 +244,6 @@
|
|
|
154
244
|
}
|
|
155
245
|
]
|
|
156
246
|
},
|
|
157
|
-
{
|
|
158
|
-
"kind": "javascript-module",
|
|
159
|
-
"path": "libs/components/src/lib/accordion/accordion.ts",
|
|
160
|
-
"declarations": [
|
|
161
|
-
{
|
|
162
|
-
"kind": "class",
|
|
163
|
-
"description": "",
|
|
164
|
-
"name": "Accordion",
|
|
165
|
-
"slots": [
|
|
166
|
-
{
|
|
167
|
-
"description": "Default slot.",
|
|
168
|
-
"name": ""
|
|
169
|
-
}
|
|
170
|
-
],
|
|
171
|
-
"members": [
|
|
172
|
-
{
|
|
173
|
-
"kind": "field",
|
|
174
|
-
"name": "expandmode",
|
|
175
|
-
"type": {
|
|
176
|
-
"text": "AccordionExpandMode"
|
|
177
|
-
},
|
|
178
|
-
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
179
|
-
"privacy": "public"
|
|
180
|
-
},
|
|
181
|
-
{
|
|
182
|
-
"kind": "method",
|
|
183
|
-
"name": "closeAll",
|
|
184
|
-
"return": {
|
|
185
|
-
"type": {
|
|
186
|
-
"text": "void"
|
|
187
|
-
}
|
|
188
|
-
}
|
|
189
|
-
}
|
|
190
|
-
],
|
|
191
|
-
"superclass": {
|
|
192
|
-
"name": "FastAccordion",
|
|
193
|
-
"package": "@microsoft/fast-foundation"
|
|
194
|
-
},
|
|
195
|
-
"vividComponent": {
|
|
196
|
-
"public": true,
|
|
197
|
-
"name": "accordion"
|
|
198
|
-
}
|
|
199
|
-
}
|
|
200
|
-
],
|
|
201
|
-
"exports": [
|
|
202
|
-
{
|
|
203
|
-
"kind": "js",
|
|
204
|
-
"name": "Accordion",
|
|
205
|
-
"declaration": {
|
|
206
|
-
"name": "Accordion",
|
|
207
|
-
"module": "libs/components/src/lib/accordion/accordion.ts"
|
|
208
|
-
}
|
|
209
|
-
}
|
|
210
|
-
]
|
|
211
|
-
},
|
|
212
|
-
{
|
|
213
|
-
"kind": "javascript-module",
|
|
214
|
-
"path": "libs/components/src/lib/accordion/definition.ts",
|
|
215
|
-
"declarations": [
|
|
216
|
-
{
|
|
217
|
-
"kind": "variable",
|
|
218
|
-
"name": "registerAccordion",
|
|
219
|
-
"description": "Registers the accordion elements with the design system.",
|
|
220
|
-
"parameters": [
|
|
221
|
-
{
|
|
222
|
-
"description": "the prefix to use for the component name",
|
|
223
|
-
"name": "prefix"
|
|
224
|
-
}
|
|
225
|
-
]
|
|
226
|
-
}
|
|
227
|
-
],
|
|
228
|
-
"exports": [
|
|
229
|
-
{
|
|
230
|
-
"kind": "js",
|
|
231
|
-
"name": "AccordionExpandMode",
|
|
232
|
-
"declaration": {
|
|
233
|
-
"name": "AccordionExpandMode",
|
|
234
|
-
"package": "@microsoft/fast-foundation"
|
|
235
|
-
}
|
|
236
|
-
},
|
|
237
|
-
{
|
|
238
|
-
"kind": "js",
|
|
239
|
-
"name": "registerAccordion",
|
|
240
|
-
"declaration": {
|
|
241
|
-
"name": "registerAccordion",
|
|
242
|
-
"module": "libs/components/src/lib/accordion/definition.ts"
|
|
243
|
-
}
|
|
244
|
-
}
|
|
245
|
-
]
|
|
246
|
-
},
|
|
247
247
|
{
|
|
248
248
|
"kind": "javascript-module",
|
|
249
249
|
"path": "libs/components/src/lib/action-group/action-group.ts",
|
|
@@ -2708,6 +2708,10 @@
|
|
|
2708
2708
|
"name": "--vvd-button-cta-faint",
|
|
2709
2709
|
"default": "var(--vvd-color-cta-50)"
|
|
2710
2710
|
},
|
|
2711
|
+
{
|
|
2712
|
+
"name": "--vvd-button-cta-fierce-primary",
|
|
2713
|
+
"default": "var(--vvd-color-cta-700)"
|
|
2714
|
+
},
|
|
2711
2715
|
{
|
|
2712
2716
|
"name": "--vvd-button-success-primary",
|
|
2713
2717
|
"default": "var(--vvd-color-success-500)"
|
|
@@ -2740,6 +2744,10 @@
|
|
|
2740
2744
|
"name": "--vvd-button-success-faint",
|
|
2741
2745
|
"default": "var(--vvd-color-success-50)"
|
|
2742
2746
|
},
|
|
2747
|
+
{
|
|
2748
|
+
"name": "--vvd-button-success-fierce-primary",
|
|
2749
|
+
"default": "var(--vvd-color-success-700)"
|
|
2750
|
+
},
|
|
2743
2751
|
{
|
|
2744
2752
|
"name": "--vvd-button-alert-primary",
|
|
2745
2753
|
"default": "var(--vvd-color-alert-500)"
|
|
@@ -2772,6 +2780,10 @@
|
|
|
2772
2780
|
"name": "--vvd-button-alert-faint",
|
|
2773
2781
|
"default": "var(--vvd-color-alert-50)"
|
|
2774
2782
|
},
|
|
2783
|
+
{
|
|
2784
|
+
"name": "--vvd-button-alert-fierce-primary",
|
|
2785
|
+
"default": "var(--vvd-color-alert-700)"
|
|
2786
|
+
},
|
|
2775
2787
|
{
|
|
2776
2788
|
"name": "--vvd-button-accent-primary",
|
|
2777
2789
|
"default": "var(--vvd-color-canvas-text)"
|
|
@@ -2803,6 +2815,10 @@
|
|
|
2803
2815
|
{
|
|
2804
2816
|
"name": "--vvd-button-accent-faint",
|
|
2805
2817
|
"default": "var(--vvd-color-neutral-50)"
|
|
2818
|
+
},
|
|
2819
|
+
{
|
|
2820
|
+
"name": "--vvd-button-accent-fierce-primary",
|
|
2821
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
2806
2822
|
}
|
|
2807
2823
|
],
|
|
2808
2824
|
"slots": [
|
|
@@ -4127,20 +4143,6 @@
|
|
|
4127
4143
|
"kind": "class",
|
|
4128
4144
|
"description": "",
|
|
4129
4145
|
"name": "Combobox",
|
|
4130
|
-
"cssProperties": [
|
|
4131
|
-
{
|
|
4132
|
-
"name": "--vvd-combobox-accent-intermediate",
|
|
4133
|
-
"default": "var(--vvd-color-neutral-500)"
|
|
4134
|
-
},
|
|
4135
|
-
{
|
|
4136
|
-
"name": "--vvd-combobox-accent-primary",
|
|
4137
|
-
"default": "var(--vvd-color-canvas-text)"
|
|
4138
|
-
},
|
|
4139
|
-
{
|
|
4140
|
-
"name": "--vvd-combobox-accent-soft",
|
|
4141
|
-
"default": "var(--vvd-color-neutral-100)"
|
|
4142
|
-
}
|
|
4143
|
-
],
|
|
4144
4146
|
"slots": [
|
|
4145
4147
|
{
|
|
4146
4148
|
"description": "Default slot.",
|
|
@@ -4156,6 +4158,16 @@
|
|
|
4156
4158
|
},
|
|
4157
4159
|
"description": "the placement of the combobox\n\nHTML Attribute: string"
|
|
4158
4160
|
},
|
|
4161
|
+
{
|
|
4162
|
+
"kind": "field",
|
|
4163
|
+
"name": "fixedDropdown",
|
|
4164
|
+
"type": {
|
|
4165
|
+
"text": "boolean"
|
|
4166
|
+
},
|
|
4167
|
+
"default": "false",
|
|
4168
|
+
"description": "Whether the dropdown is using a fixed positioning strategy.",
|
|
4169
|
+
"privacy": "public"
|
|
4170
|
+
},
|
|
4159
4171
|
{
|
|
4160
4172
|
"kind": "field",
|
|
4161
4173
|
"name": "_popup",
|
|
@@ -4179,6 +4191,15 @@
|
|
|
4179
4191
|
},
|
|
4180
4192
|
"description": "the placement of the combobox\n\nHTML Attribute: string",
|
|
4181
4193
|
"fieldName": "placement"
|
|
4194
|
+
},
|
|
4195
|
+
{
|
|
4196
|
+
"name": "fixed-dropdown",
|
|
4197
|
+
"type": {
|
|
4198
|
+
"text": "boolean"
|
|
4199
|
+
},
|
|
4200
|
+
"default": "false",
|
|
4201
|
+
"description": "Whether the dropdown is using a fixed positioning strategy.",
|
|
4202
|
+
"fieldName": "fixedDropdown"
|
|
4182
4203
|
}
|
|
4183
4204
|
],
|
|
4184
4205
|
"superclass": {
|
|
@@ -5992,6 +6013,16 @@
|
|
|
5992
6013
|
"description": "Indicates the no-call state of the dial-pad.",
|
|
5993
6014
|
"privacy": "public"
|
|
5994
6015
|
},
|
|
6016
|
+
{
|
|
6017
|
+
"kind": "field",
|
|
6018
|
+
"name": "noInput",
|
|
6019
|
+
"type": {
|
|
6020
|
+
"text": "boolean"
|
|
6021
|
+
},
|
|
6022
|
+
"default": "false",
|
|
6023
|
+
"description": "Indicates the no-input state of the dial-pad.",
|
|
6024
|
+
"privacy": "public"
|
|
6025
|
+
},
|
|
5995
6026
|
{
|
|
5996
6027
|
"kind": "field",
|
|
5997
6028
|
"name": "endCallButtonLabel",
|
|
@@ -6112,6 +6143,15 @@
|
|
|
6112
6143
|
"description": "Indicates the no-call state of the dial-pad.",
|
|
6113
6144
|
"fieldName": "noCall"
|
|
6114
6145
|
},
|
|
6146
|
+
{
|
|
6147
|
+
"name": "no-input",
|
|
6148
|
+
"type": {
|
|
6149
|
+
"text": "boolean"
|
|
6150
|
+
},
|
|
6151
|
+
"default": "false",
|
|
6152
|
+
"description": "Indicates the no-input state of the dial-pad.",
|
|
6153
|
+
"fieldName": "noInput"
|
|
6154
|
+
},
|
|
6115
6155
|
{
|
|
6116
6156
|
"name": "end-call-button-label",
|
|
6117
6157
|
"type": {
|
|
@@ -7254,6 +7294,18 @@
|
|
|
7254
7294
|
}
|
|
7255
7295
|
}
|
|
7256
7296
|
},
|
|
7297
|
+
{
|
|
7298
|
+
"kind": "method",
|
|
7299
|
+
"name": "#formatNumbersInMessage",
|
|
7300
|
+
"parameters": [
|
|
7301
|
+
{
|
|
7302
|
+
"name": "message",
|
|
7303
|
+
"type": {
|
|
7304
|
+
"text": "string"
|
|
7305
|
+
}
|
|
7306
|
+
}
|
|
7307
|
+
]
|
|
7308
|
+
},
|
|
7257
7309
|
{
|
|
7258
7310
|
"kind": "field",
|
|
7259
7311
|
"name": "autoDiscover",
|
|
@@ -8173,22 +8225,9 @@
|
|
|
8173
8225
|
"text": "boolean"
|
|
8174
8226
|
},
|
|
8175
8227
|
"default": "false",
|
|
8176
|
-
"description": "indicates whether the menu will automatically close when
|
|
8228
|
+
"description": "indicates whether the menu will automatically close when focus moves away from it.",
|
|
8177
8229
|
"privacy": "public"
|
|
8178
8230
|
},
|
|
8179
|
-
{
|
|
8180
|
-
"kind": "method",
|
|
8181
|
-
"name": "autoDismissChanged",
|
|
8182
|
-
"parameters": [
|
|
8183
|
-
{
|
|
8184
|
-
"name": "oldValue",
|
|
8185
|
-
"optional": true,
|
|
8186
|
-
"type": {
|
|
8187
|
-
"text": "boolean"
|
|
8188
|
-
}
|
|
8189
|
-
}
|
|
8190
|
-
]
|
|
8191
|
-
},
|
|
8192
8231
|
{
|
|
8193
8232
|
"kind": "field",
|
|
8194
8233
|
"name": "open",
|
|
@@ -8265,24 +8304,7 @@
|
|
|
8265
8304
|
},
|
|
8266
8305
|
{
|
|
8267
8306
|
"kind": "field",
|
|
8268
|
-
"name": "
|
|
8269
|
-
"privacy": "private"
|
|
8270
|
-
},
|
|
8271
|
-
{
|
|
8272
|
-
"kind": "field",
|
|
8273
|
-
"name": "#wasOpenBeforeClick",
|
|
8274
|
-
"privacy": "private",
|
|
8275
|
-
"default": "new WeakMap<Event, boolean>()"
|
|
8276
|
-
},
|
|
8277
|
-
{
|
|
8278
|
-
"kind": "field",
|
|
8279
|
-
"name": "#onClickOutsideCapture",
|
|
8280
|
-
"privacy": "private"
|
|
8281
|
-
},
|
|
8282
|
-
{
|
|
8283
|
-
"kind": "field",
|
|
8284
|
-
"name": "#onClickOutside",
|
|
8285
|
-
"privacy": "private"
|
|
8307
|
+
"name": "_onFocusout"
|
|
8286
8308
|
},
|
|
8287
8309
|
{
|
|
8288
8310
|
"kind": "field",
|
|
@@ -8341,7 +8363,7 @@
|
|
|
8341
8363
|
"text": "boolean"
|
|
8342
8364
|
},
|
|
8343
8365
|
"default": "false",
|
|
8344
|
-
"description": "indicates whether the menu will automatically close when
|
|
8366
|
+
"description": "indicates whether the menu will automatically close when focus moves away from it.",
|
|
8345
8367
|
"fieldName": "autoDismiss"
|
|
8346
8368
|
},
|
|
8347
8369
|
{
|
|
@@ -10969,10 +10991,7 @@
|
|
|
10969
10991
|
},
|
|
10970
10992
|
{
|
|
10971
10993
|
"name": "emitEvents",
|
|
10972
|
-
"default": "true"
|
|
10973
|
-
"type": {
|
|
10974
|
-
"text": "boolean"
|
|
10975
|
-
}
|
|
10994
|
+
"default": "true"
|
|
10976
10995
|
}
|
|
10977
10996
|
]
|
|
10978
10997
|
},
|
|
@@ -12115,6 +12134,15 @@
|
|
|
12115
12134
|
},
|
|
12116
12135
|
"description": "slider connotation",
|
|
12117
12136
|
"privacy": "public"
|
|
12137
|
+
},
|
|
12138
|
+
{
|
|
12139
|
+
"kind": "field",
|
|
12140
|
+
"name": "valueTextFormatter",
|
|
12141
|
+
"type": {
|
|
12142
|
+
"text": "(value: string) => string"
|
|
12143
|
+
},
|
|
12144
|
+
"description": "Custom function that generates a string for the component's \"aria-valuetext\" attribute based on the current value.",
|
|
12145
|
+
"privacy": "public"
|
|
12118
12146
|
}
|
|
12119
12147
|
],
|
|
12120
12148
|
"attributes": [
|
package/data-grid/index.cjs
CHANGED
|
@@ -1,16 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
const definition = require('../shared/definition17.cjs');
|
|
4
|
-
require('../shared/definition27.cjs');
|
|
5
|
-
require('../shared/index.cjs');
|
|
6
|
-
require('../shared/icon.cjs');
|
|
7
|
-
require('../shared/_has.cjs');
|
|
8
|
-
require('../shared/class-names.cjs');
|
|
9
|
-
require('../shared/when.cjs');
|
|
10
|
-
require('../shared/key-codes.cjs');
|
|
11
|
-
require('../shared/repeat.cjs');
|
|
12
|
-
require('../shared/slotted.cjs');
|
|
13
|
-
require('../shared/children.cjs');
|
|
14
|
-
require('../shared/key-codes2.cjs');
|
|
15
4
|
|
|
16
5
|
definition.registerDataGrid();
|
package/data-grid/index.js
CHANGED
|
@@ -1,14 +1,3 @@
|
|
|
1
1
|
import { r as registerDataGrid } from '../shared/definition17.js';
|
|
2
|
-
import '../shared/definition27.js';
|
|
3
|
-
import '../shared/index.js';
|
|
4
|
-
import '../shared/icon.js';
|
|
5
|
-
import '../shared/_has.js';
|
|
6
|
-
import '../shared/class-names.js';
|
|
7
|
-
import '../shared/when.js';
|
|
8
|
-
import '../shared/key-codes.js';
|
|
9
|
-
import '../shared/repeat.js';
|
|
10
|
-
import '../shared/slotted.js';
|
|
11
|
-
import '../shared/children.js';
|
|
12
|
-
import '../shared/key-codes2.js';
|
|
13
2
|
|
|
14
3
|
registerDataGrid();
|
package/date-picker/index.cjs
CHANGED
|
@@ -1,39 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
const definition = require('../shared/definition18.cjs');
|
|
4
|
-
require('../shared/index.cjs');
|
|
5
|
-
require('../shared/definition63.cjs');
|
|
6
|
-
require('../shared/definition11.cjs');
|
|
7
|
-
require('../shared/definition27.cjs');
|
|
8
|
-
require('../shared/icon.cjs');
|
|
9
|
-
require('../shared/_has.cjs');
|
|
10
|
-
require('../shared/class-names.cjs');
|
|
11
|
-
require('../shared/when.cjs');
|
|
12
|
-
require('../shared/definition38.cjs');
|
|
13
|
-
require('../shared/base-progress.cjs');
|
|
14
|
-
require('../shared/affix.cjs');
|
|
15
|
-
require('../shared/slotted.cjs');
|
|
16
|
-
require('../shared/button.cjs');
|
|
17
|
-
require('../shared/apply-mixins.cjs');
|
|
18
|
-
require('../shared/form-associated.cjs');
|
|
19
|
-
require('../shared/key-codes.cjs');
|
|
20
|
-
require('../shared/aria-global.cjs');
|
|
21
|
-
require('../shared/start-end.cjs');
|
|
22
|
-
require('../shared/ref.cjs');
|
|
23
|
-
require('../shared/enums.cjs');
|
|
24
|
-
require('../shared/definition62.cjs');
|
|
25
|
-
require('../shared/definition55.cjs');
|
|
26
|
-
require('../shared/index2.cjs');
|
|
27
|
-
require('../locales/en-US.cjs');
|
|
28
|
-
require('../shared/Reflector.cjs');
|
|
29
|
-
require('../shared/applyMixinsWithObservables.cjs');
|
|
30
|
-
require('../shared/text-field2.cjs');
|
|
31
|
-
require('../shared/text-field.cjs');
|
|
32
|
-
require('../shared/definition22.cjs');
|
|
33
|
-
require('../shared/aria.cjs');
|
|
34
|
-
require('../shared/presentationDate.cjs');
|
|
35
|
-
require('../shared/repeat.cjs');
|
|
36
|
-
require('../shared/localized.cjs');
|
|
37
|
-
require('../shared/trapped-focus.cjs');
|
|
38
4
|
|
|
39
5
|
definition.registerDatePicker();
|
package/date-picker/index.js
CHANGED
|
@@ -1,37 +1,3 @@
|
|
|
1
1
|
import { r as registerDatePicker } from '../shared/definition18.js';
|
|
2
|
-
import '../shared/index.js';
|
|
3
|
-
import '../shared/definition63.js';
|
|
4
|
-
import '../shared/definition11.js';
|
|
5
|
-
import '../shared/definition27.js';
|
|
6
|
-
import '../shared/icon.js';
|
|
7
|
-
import '../shared/_has.js';
|
|
8
|
-
import '../shared/class-names.js';
|
|
9
|
-
import '../shared/when.js';
|
|
10
|
-
import '../shared/definition38.js';
|
|
11
|
-
import '../shared/base-progress.js';
|
|
12
|
-
import '../shared/affix.js';
|
|
13
|
-
import '../shared/slotted.js';
|
|
14
|
-
import '../shared/button.js';
|
|
15
|
-
import '../shared/apply-mixins.js';
|
|
16
|
-
import '../shared/form-associated.js';
|
|
17
|
-
import '../shared/key-codes.js';
|
|
18
|
-
import '../shared/aria-global.js';
|
|
19
|
-
import '../shared/start-end.js';
|
|
20
|
-
import '../shared/ref.js';
|
|
21
|
-
import '../shared/enums.js';
|
|
22
|
-
import '../shared/definition62.js';
|
|
23
|
-
import '../shared/definition55.js';
|
|
24
|
-
import '../shared/index2.js';
|
|
25
|
-
import '../locales/en-US.js';
|
|
26
|
-
import '../shared/Reflector.js';
|
|
27
|
-
import '../shared/applyMixinsWithObservables.js';
|
|
28
|
-
import '../shared/text-field2.js';
|
|
29
|
-
import '../shared/text-field.js';
|
|
30
|
-
import '../shared/definition22.js';
|
|
31
|
-
import '../shared/aria.js';
|
|
32
|
-
import '../shared/presentationDate.js';
|
|
33
|
-
import '../shared/repeat.js';
|
|
34
|
-
import '../shared/localized.js';
|
|
35
|
-
import '../shared/trapped-focus.js';
|
|
36
2
|
|
|
37
3
|
registerDatePicker();
|
|
@@ -1,39 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
const definition = require('../shared/definition19.cjs');
|
|
4
|
-
require('../shared/index.cjs');
|
|
5
|
-
require('../shared/definition11.cjs');
|
|
6
|
-
require('../shared/definition27.cjs');
|
|
7
|
-
require('../shared/icon.cjs');
|
|
8
|
-
require('../shared/_has.cjs');
|
|
9
|
-
require('../shared/class-names.cjs');
|
|
10
|
-
require('../shared/when.cjs');
|
|
11
|
-
require('../shared/definition38.cjs');
|
|
12
|
-
require('../shared/base-progress.cjs');
|
|
13
|
-
require('../shared/affix.cjs');
|
|
14
|
-
require('../shared/slotted.cjs');
|
|
15
|
-
require('../shared/button.cjs');
|
|
16
|
-
require('../shared/apply-mixins.cjs');
|
|
17
|
-
require('../shared/form-associated.cjs');
|
|
18
|
-
require('../shared/key-codes.cjs');
|
|
19
|
-
require('../shared/aria-global.cjs');
|
|
20
|
-
require('../shared/start-end.cjs');
|
|
21
|
-
require('../shared/ref.cjs');
|
|
22
|
-
require('../shared/enums.cjs');
|
|
23
|
-
require('../shared/definition63.cjs');
|
|
24
|
-
require('../shared/definition62.cjs');
|
|
25
|
-
require('../shared/definition55.cjs');
|
|
26
|
-
require('../shared/index2.cjs');
|
|
27
|
-
require('../locales/en-US.cjs');
|
|
28
|
-
require('../shared/Reflector.cjs');
|
|
29
|
-
require('../shared/applyMixinsWithObservables.cjs');
|
|
30
|
-
require('../shared/text-field2.cjs');
|
|
31
|
-
require('../shared/text-field.cjs');
|
|
32
|
-
require('../shared/definition22.cjs');
|
|
33
|
-
require('../shared/aria.cjs');
|
|
34
|
-
require('../shared/presentationDate.cjs');
|
|
35
|
-
require('../shared/repeat.cjs');
|
|
36
|
-
require('../shared/localized.cjs');
|
|
37
|
-
require('../shared/trapped-focus.cjs');
|
|
38
4
|
|
|
39
5
|
definition.registerDateRangePicker();
|
|
@@ -1,37 +1,3 @@
|
|
|
1
1
|
import { r as registerDateRangePicker } from '../shared/definition19.js';
|
|
2
|
-
import '../shared/index.js';
|
|
3
|
-
import '../shared/definition11.js';
|
|
4
|
-
import '../shared/definition27.js';
|
|
5
|
-
import '../shared/icon.js';
|
|
6
|
-
import '../shared/_has.js';
|
|
7
|
-
import '../shared/class-names.js';
|
|
8
|
-
import '../shared/when.js';
|
|
9
|
-
import '../shared/definition38.js';
|
|
10
|
-
import '../shared/base-progress.js';
|
|
11
|
-
import '../shared/affix.js';
|
|
12
|
-
import '../shared/slotted.js';
|
|
13
|
-
import '../shared/button.js';
|
|
14
|
-
import '../shared/apply-mixins.js';
|
|
15
|
-
import '../shared/form-associated.js';
|
|
16
|
-
import '../shared/key-codes.js';
|
|
17
|
-
import '../shared/aria-global.js';
|
|
18
|
-
import '../shared/start-end.js';
|
|
19
|
-
import '../shared/ref.js';
|
|
20
|
-
import '../shared/enums.js';
|
|
21
|
-
import '../shared/definition63.js';
|
|
22
|
-
import '../shared/definition62.js';
|
|
23
|
-
import '../shared/definition55.js';
|
|
24
|
-
import '../shared/index2.js';
|
|
25
|
-
import '../locales/en-US.js';
|
|
26
|
-
import '../shared/Reflector.js';
|
|
27
|
-
import '../shared/applyMixinsWithObservables.js';
|
|
28
|
-
import '../shared/text-field2.js';
|
|
29
|
-
import '../shared/text-field.js';
|
|
30
|
-
import '../shared/definition22.js';
|
|
31
|
-
import '../shared/aria.js';
|
|
32
|
-
import '../shared/presentationDate.js';
|
|
33
|
-
import '../shared/repeat.js';
|
|
34
|
-
import '../shared/localized.js';
|
|
35
|
-
import '../shared/trapped-focus.js';
|
|
36
2
|
|
|
37
3
|
registerDateRangePicker();
|
package/dial-pad/index.cjs
CHANGED
|
@@ -1,33 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
const definition = require('../shared/definition20.cjs');
|
|
4
|
-
require('../shared/index.cjs');
|
|
5
|
-
require('../shared/definition11.cjs');
|
|
6
|
-
require('../shared/definition27.cjs');
|
|
7
|
-
require('../shared/icon.cjs');
|
|
8
|
-
require('../shared/_has.cjs');
|
|
9
|
-
require('../shared/class-names.cjs');
|
|
10
|
-
require('../shared/when.cjs');
|
|
11
|
-
require('../shared/definition38.cjs');
|
|
12
|
-
require('../shared/base-progress.cjs');
|
|
13
|
-
require('../shared/affix.cjs');
|
|
14
|
-
require('../shared/slotted.cjs');
|
|
15
|
-
require('../shared/button.cjs');
|
|
16
|
-
require('../shared/apply-mixins.cjs');
|
|
17
|
-
require('../shared/form-associated.cjs');
|
|
18
|
-
require('../shared/key-codes.cjs');
|
|
19
|
-
require('../shared/aria-global.cjs');
|
|
20
|
-
require('../shared/start-end.cjs');
|
|
21
|
-
require('../shared/ref.cjs');
|
|
22
|
-
require('../shared/enums.cjs');
|
|
23
|
-
require('../shared/definition55.cjs');
|
|
24
|
-
require('../shared/index2.cjs');
|
|
25
|
-
require('../locales/en-US.cjs');
|
|
26
|
-
require('../shared/Reflector.cjs');
|
|
27
|
-
require('../shared/applyMixinsWithObservables.cjs');
|
|
28
|
-
require('../shared/text-field2.cjs');
|
|
29
|
-
require('../shared/text-field.cjs');
|
|
30
|
-
require('../shared/localized.cjs');
|
|
31
|
-
require('../shared/key-codes2.cjs');
|
|
32
4
|
|
|
33
5
|
definition.registerDialPad();
|
package/dial-pad/index.js
CHANGED
|
@@ -1,31 +1,3 @@
|
|
|
1
1
|
import { r as registerDialPad } from '../shared/definition20.js';
|
|
2
|
-
import '../shared/index.js';
|
|
3
|
-
import '../shared/definition11.js';
|
|
4
|
-
import '../shared/definition27.js';
|
|
5
|
-
import '../shared/icon.js';
|
|
6
|
-
import '../shared/_has.js';
|
|
7
|
-
import '../shared/class-names.js';
|
|
8
|
-
import '../shared/when.js';
|
|
9
|
-
import '../shared/definition38.js';
|
|
10
|
-
import '../shared/base-progress.js';
|
|
11
|
-
import '../shared/affix.js';
|
|
12
|
-
import '../shared/slotted.js';
|
|
13
|
-
import '../shared/button.js';
|
|
14
|
-
import '../shared/apply-mixins.js';
|
|
15
|
-
import '../shared/form-associated.js';
|
|
16
|
-
import '../shared/key-codes.js';
|
|
17
|
-
import '../shared/aria-global.js';
|
|
18
|
-
import '../shared/start-end.js';
|
|
19
|
-
import '../shared/ref.js';
|
|
20
|
-
import '../shared/enums.js';
|
|
21
|
-
import '../shared/definition55.js';
|
|
22
|
-
import '../shared/index2.js';
|
|
23
|
-
import '../locales/en-US.js';
|
|
24
|
-
import '../shared/Reflector.js';
|
|
25
|
-
import '../shared/applyMixinsWithObservables.js';
|
|
26
|
-
import '../shared/text-field2.js';
|
|
27
|
-
import '../shared/text-field.js';
|
|
28
|
-
import '../shared/localized.js';
|
|
29
|
-
import '../shared/key-codes2.js';
|
|
30
2
|
|
|
31
3
|
registerDialPad();
|