@vonage/vivid 3.51.0 → 3.53.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/accordion/index.cjs +1 -1
- package/accordion/index.js +1 -1
- package/accordion-item/index.cjs +1 -1
- package/accordion-item/index.js +1 -1
- package/alert/index.cjs +3 -3
- package/alert/index.js +3 -3
- package/appearance-ui/index.cjs +19 -11
- package/appearance-ui/index.js +19 -11
- package/audio-player/index.cjs +4 -3
- package/audio-player/index.js +4 -3
- package/avatar/index.cjs +1 -1
- package/avatar/index.js +1 -1
- package/badge/index.cjs +1 -1
- package/badge/index.js +1 -1
- package/banner/index.cjs +2 -2
- package/banner/index.js +2 -2
- package/breadcrumb-item/index.cjs +1 -1
- package/breadcrumb-item/index.js +1 -1
- package/button/index.cjs +2 -2
- package/button/index.js +2 -2
- package/card/index.cjs +2 -2
- package/card/index.js +2 -2
- package/checkbox/index.cjs +3 -2
- package/checkbox/index.js +3 -2
- package/combobox/index.cjs +5 -8
- package/combobox/index.js +5 -8
- package/custom-elements.json +2310 -769
- package/data-grid/index.cjs +1 -1
- package/data-grid/index.js +1 -1
- package/date-picker/index.cjs +7 -9
- package/date-picker/index.js +7 -9
- package/date-range-picker/index.cjs +7 -9
- package/date-range-picker/index.js +7 -9
- package/dial-pad/index.cjs +33 -0
- package/dial-pad/index.js +31 -0
- package/dialog/index.cjs +4 -4
- package/dialog/index.js +4 -4
- package/divider/index.cjs +1 -1
- package/divider/index.js +1 -1
- package/elevation/index.cjs +1 -1
- package/elevation/index.js +1 -1
- package/empty-state/index.cjs +2 -2
- package/empty-state/index.js +2 -2
- package/fab/index.cjs +2 -2
- package/fab/index.js +2 -2
- package/file-picker/index.cjs +4 -5
- package/file-picker/index.js +4 -5
- package/header/index.cjs +2 -2
- package/header/index.js +2 -2
- package/icon/index.cjs +1 -1
- package/icon/index.js +1 -1
- package/index.cjs +135 -123
- package/index.js +48 -46
- package/layout/index.cjs +1 -1
- package/layout/index.js +1 -1
- package/lib/avatar/definition.d.ts +1 -1
- package/lib/button/button.d.ts +1 -0
- package/lib/button/definition.d.ts +1 -1
- package/lib/calendar-event/definition.d.ts +1 -1
- package/lib/components.d.ts +3 -0
- package/lib/dial-pad/definition.d.ts +3 -0
- package/lib/dial-pad/dial-pad.d.ts +14 -0
- package/lib/dial-pad/dial-pad.template.d.ts +4 -0
- package/lib/dial-pad/locale.d.ts +18 -0
- package/lib/enums.d.ts +6 -0
- package/lib/layout/definition.d.ts +1 -1
- package/lib/menu-item/menu-item.d.ts +3 -0
- package/lib/range-slider/definition.d.ts +3 -0
- package/lib/range-slider/locale.d.ts +4 -0
- package/lib/range-slider/range-slider.d.ts +32 -0
- package/lib/range-slider/range-slider.form-associated.d.ts +10 -0
- package/lib/range-slider/range-slider.template.d.ts +4 -0
- package/lib/range-slider/utils/lerp.d.ts +2 -0
- package/lib/range-slider/utils/roundToStepValue.d.ts +1 -0
- package/lib/slider/slider.template.d.ts +1 -0
- package/lib/split-button/definition.d.ts +1 -1
- package/lib/text-anchor/definition.d.ts +1 -0
- package/lib/text-anchor/text-anchor.d.ts +5 -0
- package/lib/video-player/definition.d.ts +3 -0
- package/lib/video-player/locale.d.ts +1 -0
- package/lib/video-player/video-player.d.ts +17 -0
- package/lib/video-player/video-player.template.d.ts +4 -0
- package/listbox/index.cjs +25 -24
- package/listbox/index.js +25 -24
- package/locales/en-GB.cjs +34 -0
- package/locales/en-GB.js +34 -0
- package/locales/en-US.cjs +202 -0
- package/locales/en-US.js +202 -0
- package/locales/ja-JP.cjs +202 -1
- package/locales/ja-JP.js +202 -1
- package/locales/zh-CN.cjs +203 -0
- package/locales/zh-CN.js +203 -0
- package/menu/index.cjs +7 -7
- package/menu/index.js +7 -7
- package/menu-item/index.cjs +4 -4
- package/menu-item/index.js +4 -4
- package/nav/index.cjs +1 -1
- package/nav/index.js +1 -1
- package/nav-disclosure/index.cjs +2 -2
- package/nav-disclosure/index.js +2 -2
- package/nav-item/index.cjs +2 -2
- package/nav-item/index.js +2 -2
- package/note/index.cjs +2 -2
- package/note/index.js +2 -2
- package/number-field/index.cjs +5 -6
- package/number-field/index.js +5 -6
- package/option/index.cjs +2 -2
- package/option/index.js +2 -2
- package/package.json +34 -34
- package/pagination/index.cjs +3 -3
- package/pagination/index.js +3 -3
- package/popup/index.cjs +4 -4
- package/popup/index.js +4 -4
- package/progress/index.cjs +1 -1
- package/progress/index.js +1 -1
- package/progress-ring/index.cjs +1 -1
- package/progress-ring/index.js +1 -1
- package/radio/index.cjs +1 -1
- package/radio/index.js +1 -1
- package/radio-group/index.cjs +1 -1
- package/radio-group/index.js +1 -1
- package/range-slider/index.cjs +22 -0
- package/range-slider/index.js +20 -0
- package/select/index.cjs +7 -6
- package/select/index.js +7 -6
- package/selectable-box/index.cjs +5 -4
- package/selectable-box/index.js +5 -4
- package/shared/Reflector.cjs +5 -1
- package/shared/Reflector.js +5 -1
- package/shared/affix.cjs +11 -4
- package/shared/affix.js +12 -4
- package/shared/anchored.cjs +8 -2
- package/shared/anchored.js +8 -2
- package/shared/applyMixinsWithObservables.cjs +15 -0
- package/shared/applyMixinsWithObservables.js +13 -0
- package/shared/definition.cjs +9 -4
- package/shared/definition.js +9 -4
- package/shared/definition10.cjs +5 -5
- package/shared/definition10.js +5 -5
- package/shared/definition11.cjs +77 -49
- package/shared/definition11.js +78 -50
- package/shared/definition12.cjs +12 -14
- package/shared/definition12.js +12 -14
- package/shared/definition13.cjs +118 -75
- package/shared/definition13.js +118 -75
- package/shared/definition14.cjs +34 -33
- package/shared/definition14.js +34 -33
- package/shared/definition15.cjs +24 -12
- package/shared/definition15.js +24 -12
- package/shared/definition16.cjs +38 -43
- package/shared/definition16.js +38 -43
- package/shared/definition17.cjs +126 -66
- package/shared/definition17.js +127 -67
- package/shared/definition18.cjs +31 -15
- package/shared/definition18.js +31 -15
- package/shared/definition19.cjs +117 -81
- package/shared/definition19.js +117 -81
- package/shared/definition2.cjs +10 -5
- package/shared/definition2.js +10 -5
- package/shared/definition20.cjs +187 -227
- package/shared/definition20.js +183 -223
- package/shared/definition21.cjs +262 -69
- package/shared/definition21.js +261 -67
- package/shared/definition22.cjs +66 -61
- package/shared/definition22.js +64 -60
- package/shared/definition23.cjs +42 -77
- package/shared/definition23.js +41 -76
- package/shared/definition24.cjs +65 -2350
- package/shared/definition24.js +64 -2349
- package/shared/definition25.cjs +2402 -48
- package/shared/definition25.js +2401 -47
- package/shared/definition26.cjs +62 -28
- package/shared/definition26.js +61 -27
- package/shared/definition27.cjs +28 -54
- package/shared/definition27.js +27 -53
- package/shared/definition28.cjs +39 -819
- package/shared/definition28.js +38 -817
- package/shared/definition29.cjs +893 -54
- package/shared/definition29.js +893 -55
- package/shared/definition3.cjs +7 -10
- package/shared/definition3.js +7 -10
- package/shared/definition30.cjs +69 -85
- package/shared/definition30.js +68 -84
- package/shared/definition31.cjs +86 -23
- package/shared/definition31.js +86 -23
- package/shared/definition32.cjs +24 -14
- package/shared/definition32.js +23 -13
- package/shared/definition33.cjs +11 -53
- package/shared/definition33.js +10 -52
- package/shared/definition34.cjs +28 -500
- package/shared/definition34.js +28 -500
- package/shared/definition35.cjs +447 -194
- package/shared/definition35.js +447 -192
- package/shared/definition36.cjs +258 -188
- package/shared/definition36.js +255 -187
- package/shared/definition37.cjs +204 -78
- package/shared/definition37.js +203 -76
- package/shared/definition38.cjs +55 -51
- package/shared/definition38.js +52 -49
- package/shared/definition39.cjs +65 -423
- package/shared/definition39.js +64 -422
- package/shared/definition4.cjs +24 -12
- package/shared/definition4.js +24 -12
- package/shared/definition40.cjs +447 -35
- package/shared/definition40.js +444 -32
- package/shared/definition41.cjs +35 -678
- package/shared/definition41.js +34 -677
- package/shared/definition42.cjs +544 -99
- package/shared/definition42.js +543 -98
- package/shared/definition43.cjs +696 -77
- package/shared/definition43.js +695 -76
- package/shared/definition44.cjs +113 -563
- package/shared/definition44.js +112 -561
- package/shared/definition45.cjs +77 -117
- package/shared/definition45.js +75 -115
- package/shared/definition46.cjs +474 -86
- package/shared/definition46.js +474 -87
- package/shared/definition47.cjs +140 -23
- package/shared/definition47.js +139 -22
- package/shared/definition48.cjs +132 -57
- package/shared/definition48.js +131 -56
- package/shared/definition49.cjs +18 -524
- package/shared/definition49.js +17 -523
- package/shared/definition5.cjs +20 -17
- package/shared/definition5.js +20 -17
- package/shared/definition50.cjs +73 -25
- package/shared/definition50.js +72 -24
- package/shared/definition51.cjs +506 -99
- package/shared/definition51.js +505 -99
- package/shared/definition52.cjs +29 -277
- package/shared/definition52.js +28 -276
- package/shared/definition53.cjs +97 -256
- package/shared/definition53.js +97 -255
- package/shared/definition54.cjs +287 -769
- package/shared/definition54.js +287 -769
- package/shared/definition55.cjs +305 -105
- package/shared/definition55.js +304 -104
- package/shared/definition56.cjs +841 -81
- package/shared/definition56.js +840 -80
- package/shared/definition57.cjs +153 -69
- package/shared/definition57.js +152 -68
- package/shared/definition58.cjs +138 -299
- package/shared/definition58.js +137 -298
- package/shared/definition59.cjs +72 -27
- package/shared/definition59.js +71 -26
- package/shared/definition6.cjs +4 -5
- package/shared/definition6.js +4 -5
- package/shared/definition60.cjs +279 -1780
- package/shared/definition60.js +278 -1779
- package/shared/definition61.cjs +65870 -11
- package/shared/definition61.js +65869 -11
- package/shared/definition62.cjs +50 -0
- package/shared/definition62.js +46 -0
- package/shared/definition63.cjs +1828 -0
- package/shared/definition63.js +1824 -0
- package/shared/definition7.cjs +8 -6
- package/shared/definition7.js +8 -6
- package/shared/definition8.cjs +27 -20
- package/shared/definition8.js +27 -20
- package/shared/definition9.cjs +7 -10
- package/shared/definition9.js +7 -10
- package/shared/enums.cjs +8 -0
- package/shared/enums.js +8 -1
- package/shared/icon.cjs +7 -2
- package/shared/icon.js +7 -2
- package/shared/index2.cjs +67 -38
- package/shared/index2.js +67 -38
- package/shared/key-codes2.cjs +8 -0
- package/shared/key-codes2.js +5 -1
- package/shared/listbox.cjs +1 -1
- package/shared/listbox.js +1 -1
- package/shared/localization/Locale.d.ts +6 -0
- package/shared/patterns/form-elements/form-elements.d.ts +2 -3
- package/shared/patterns/index.d.ts +0 -1
- package/shared/presentationDate.cjs +140 -81
- package/shared/presentationDate.js +140 -81
- package/shared/slider.template.cjs +71 -0
- package/shared/slider.template.js +67 -0
- package/shared/text-anchor.cjs +6 -0
- package/shared/text-anchor.js +6 -0
- package/shared/text-anchor.template.cjs +33 -33
- package/shared/text-anchor.template.js +33 -33
- package/shared/text-field.cjs +1 -1
- package/shared/text-field.js +1 -1
- package/shared/utils/applyMixinsWithObservables.d.ts +1 -0
- package/side-drawer/index.cjs +1 -1
- package/side-drawer/index.js +1 -1
- package/slider/index.cjs +2 -1
- package/slider/index.js +2 -1
- package/split-button/index.cjs +2 -2
- package/split-button/index.js +2 -2
- package/style.css +1 -0
- package/styles/core/all.css +1 -1
- package/styles/core/theme.css +1 -1
- package/styles/core/typography.css +1 -1
- package/styles/fonts/spezia-variable.css +39 -13
- package/styles/tokens/theme-dark.css +4 -4
- package/styles/tokens/theme-light.css +4 -4
- package/styles/tokens/vivid-2-compat.css +4 -2
- package/switch/index.cjs +2 -2
- package/switch/index.js +2 -2
- package/tab/index.cjs +2 -2
- package/tab/index.js +2 -2
- package/tab-panel/index.cjs +1 -1
- package/tab-panel/index.js +1 -1
- package/tabs/index.cjs +4 -4
- package/tabs/index.js +4 -4
- package/tag/index.cjs +2 -2
- package/tag/index.js +2 -2
- package/tag-group/index.cjs +1 -1
- package/tag-group/index.js +1 -1
- package/text-area/index.cjs +4 -3
- package/text-area/index.js +4 -3
- package/text-field/index.cjs +4 -6
- package/text-field/index.js +4 -6
- package/time-picker/index.cjs +8 -10
- package/time-picker/index.js +8 -10
- package/toggletip/index.cjs +5 -5
- package/toggletip/index.js +5 -5
- package/tooltip/index.cjs +5 -5
- package/tooltip/index.js +5 -5
- package/tree-item/index.cjs +2 -2
- package/tree-item/index.js +2 -2
- package/tree-view/index.cjs +1 -1
- package/tree-view/index.js +1 -1
- package/video-player/index.cjs +17 -0
- package/video-player/index.js +15 -0
- package/vivid.api.json +428 -1
- package/focus/index.cjs +0 -7
- package/focus/index.js +0 -5
- package/lib/focus/definition.d.ts +0 -3
- package/lib/focus/focus.d.ts +0 -3
- package/lib/focus/focus.template.d.ts +0 -4
- package/lib/popup/popup.d.ts +0 -21
- package/shared/focus.cjs +0 -8
- package/shared/focus.js +0 -6
- package/shared/focus2.cjs +0 -11
- package/shared/focus2.js +0 -9
- package/shared/patterns/focus.d.ts +0 -3
package/index.cjs
CHANGED
|
@@ -60,6 +60,9 @@ const definition$S = require('./shared/definition55.cjs');
|
|
|
60
60
|
const definition$T = require('./shared/definition56.cjs');
|
|
61
61
|
const definition$U = require('./shared/definition57.cjs');
|
|
62
62
|
const definition$V = require('./shared/definition58.cjs');
|
|
63
|
+
const definition$W = require('./shared/definition59.cjs');
|
|
64
|
+
const definition$X = require('./shared/definition60.cjs');
|
|
65
|
+
const definition$Y = require('./shared/definition61.cjs');
|
|
63
66
|
const enums = require('./shared/enums.cjs');
|
|
64
67
|
const index$1 = require('./shared/index.cjs');
|
|
65
68
|
const index = require('./shared/index2.cjs');
|
|
@@ -74,7 +77,7 @@ require('./shared/when.cjs');
|
|
|
74
77
|
require('./shared/key-codes.cjs');
|
|
75
78
|
require('./shared/numbers.cjs');
|
|
76
79
|
require('./shared/class-names.cjs');
|
|
77
|
-
require('./shared/
|
|
80
|
+
require('./shared/definition62.cjs');
|
|
78
81
|
require('./shared/localized.cjs');
|
|
79
82
|
require('./shared/button.cjs');
|
|
80
83
|
require('./shared/form-associated.cjs');
|
|
@@ -84,27 +87,26 @@ require('./shared/anchor.cjs');
|
|
|
84
87
|
require('./shared/text-anchor.template.cjs');
|
|
85
88
|
require('./shared/calendar-event.cjs');
|
|
86
89
|
require('./shared/repeat.cjs');
|
|
87
|
-
require('./shared/
|
|
88
|
-
require('./shared/
|
|
89
|
-
require('./shared/focus.cjs');
|
|
90
|
+
require('./shared/applyMixinsWithObservables.cjs');
|
|
91
|
+
require('./shared/definition63.cjs');
|
|
90
92
|
require('./shared/text-field.cjs');
|
|
91
93
|
require('./shared/listbox.cjs');
|
|
92
94
|
require('./shared/key-codes2.cjs');
|
|
93
95
|
require('./shared/strings.cjs');
|
|
94
96
|
require('./shared/select.options.cjs');
|
|
95
|
-
require('./shared/focus2.cjs');
|
|
96
97
|
require('./shared/children.cjs');
|
|
97
98
|
require('./shared/presentationDate.cjs');
|
|
98
99
|
require('./shared/trapped-focus.cjs');
|
|
99
100
|
require('./shared/aria.cjs');
|
|
100
|
-
require('./shared/direction.cjs');
|
|
101
101
|
require('./shared/anchored.cjs');
|
|
102
|
+
require('./shared/direction.cjs');
|
|
102
103
|
require('./shared/dom.cjs');
|
|
103
104
|
require('./shared/text-anchor.cjs');
|
|
104
105
|
require('./shared/text-field2.cjs');
|
|
105
106
|
require('./shared/base-progress.cjs');
|
|
106
107
|
require('./shared/radio.cjs');
|
|
107
108
|
require('./shared/aria2.cjs');
|
|
109
|
+
require('./shared/slider.template.cjs');
|
|
108
110
|
require('./shared/Reflector.cjs');
|
|
109
111
|
require('./shared/tree-item.cjs');
|
|
110
112
|
require('./locales/en-US.cjs');
|
|
@@ -169,128 +171,138 @@ exports.registerDatePicker = definition$h.registerDatePicker;
|
|
|
169
171
|
exports.dateRangePickerDefinition = definition$i.dateRangePickerDefinition;
|
|
170
172
|
exports.dateRangePickerRegistries = definition$i.dateRangePickerRegistries;
|
|
171
173
|
exports.registerDateRangePicker = definition$i.registerDateRangePicker;
|
|
172
|
-
exports.
|
|
173
|
-
exports.
|
|
174
|
-
exports.
|
|
175
|
-
exports.
|
|
176
|
-
exports.
|
|
177
|
-
exports.
|
|
178
|
-
exports.
|
|
179
|
-
exports.
|
|
180
|
-
exports.
|
|
181
|
-
exports.
|
|
182
|
-
exports.
|
|
183
|
-
exports.
|
|
184
|
-
exports.
|
|
185
|
-
exports.
|
|
186
|
-
exports.
|
|
187
|
-
exports.
|
|
188
|
-
exports.
|
|
189
|
-
exports.
|
|
190
|
-
exports.
|
|
191
|
-
exports.
|
|
192
|
-
exports.
|
|
193
|
-
exports.
|
|
194
|
-
exports.
|
|
195
|
-
exports.
|
|
196
|
-
exports.
|
|
197
|
-
exports.
|
|
198
|
-
exports.
|
|
199
|
-
exports.
|
|
200
|
-
exports.
|
|
201
|
-
exports.
|
|
202
|
-
exports.
|
|
203
|
-
exports.
|
|
204
|
-
exports.
|
|
205
|
-
exports.
|
|
206
|
-
exports.
|
|
207
|
-
exports.
|
|
208
|
-
exports.
|
|
209
|
-
exports.
|
|
210
|
-
exports.
|
|
211
|
-
exports.
|
|
212
|
-
exports.
|
|
213
|
-
exports.
|
|
214
|
-
exports.
|
|
215
|
-
exports.
|
|
216
|
-
exports.
|
|
217
|
-
exports.
|
|
218
|
-
exports.
|
|
219
|
-
exports.
|
|
220
|
-
exports.
|
|
221
|
-
exports.
|
|
222
|
-
exports.
|
|
223
|
-
exports.
|
|
224
|
-
exports.
|
|
225
|
-
exports.
|
|
226
|
-
exports.
|
|
227
|
-
exports.
|
|
228
|
-
exports.
|
|
229
|
-
exports.
|
|
230
|
-
exports.
|
|
231
|
-
exports.
|
|
232
|
-
exports.
|
|
233
|
-
exports.
|
|
234
|
-
exports.
|
|
235
|
-
exports.
|
|
236
|
-
exports.
|
|
237
|
-
exports.
|
|
238
|
-
exports.
|
|
239
|
-
exports.
|
|
240
|
-
exports.
|
|
241
|
-
exports.
|
|
242
|
-
exports.
|
|
243
|
-
exports.
|
|
244
|
-
exports.
|
|
245
|
-
exports.
|
|
246
|
-
exports.
|
|
247
|
-
exports.
|
|
248
|
-
exports.
|
|
249
|
-
exports.
|
|
250
|
-
exports.
|
|
251
|
-
exports.
|
|
252
|
-
exports.
|
|
253
|
-
exports.
|
|
254
|
-
exports.
|
|
255
|
-
exports.
|
|
256
|
-
exports.
|
|
257
|
-
exports.
|
|
258
|
-
exports.
|
|
259
|
-
exports.
|
|
260
|
-
exports.
|
|
261
|
-
exports.
|
|
262
|
-
exports.
|
|
263
|
-
exports.
|
|
264
|
-
exports.
|
|
265
|
-
exports.
|
|
266
|
-
exports.
|
|
267
|
-
exports.
|
|
268
|
-
exports.
|
|
269
|
-
exports.
|
|
270
|
-
exports.
|
|
271
|
-
exports.
|
|
272
|
-
exports.
|
|
273
|
-
exports.
|
|
274
|
-
exports.
|
|
275
|
-
exports.
|
|
276
|
-
exports.
|
|
277
|
-
exports.
|
|
278
|
-
exports.
|
|
279
|
-
exports.
|
|
280
|
-
exports.
|
|
281
|
-
exports.
|
|
282
|
-
exports.
|
|
283
|
-
exports.
|
|
284
|
-
exports.
|
|
285
|
-
exports.
|
|
286
|
-
exports.
|
|
287
|
-
exports.
|
|
288
|
-
exports.
|
|
174
|
+
exports.dialPadDefinition = definition$j.dialPadDefinition;
|
|
175
|
+
exports.dialPadRegistries = definition$j.dialPadRegistries;
|
|
176
|
+
exports.registerDialPad = definition$j.registerDialPad;
|
|
177
|
+
exports.dialogDefinition = definition$k.dialogDefinition;
|
|
178
|
+
exports.dialogRegistries = definition$k.dialogRegistries;
|
|
179
|
+
exports.registerDialog = definition$k.registerDialog;
|
|
180
|
+
exports.dividerDefinition = definition$l.dividerDefinition;
|
|
181
|
+
exports.dividerRegistries = definition$l.dividerRegistries;
|
|
182
|
+
exports.registerDivider = definition$l.registerDivider;
|
|
183
|
+
exports.emptyStateDefinition = definition$m.emptyStateDefinition;
|
|
184
|
+
exports.emptyStateRegistries = definition$m.emptyStateRegistries;
|
|
185
|
+
exports.registerEmptyState = definition$m.registerEmptyState;
|
|
186
|
+
exports.fabDefinition = definition$n.fabDefinition;
|
|
187
|
+
exports.fabRegistries = definition$n.fabRegistries;
|
|
188
|
+
exports.registerFab = definition$n.registerFab;
|
|
189
|
+
exports.filePickerDefinition = definition$o.filePickerDefinition;
|
|
190
|
+
exports.filePickerRegistries = definition$o.filePickerRegistries;
|
|
191
|
+
exports.registerFilePicker = definition$o.registerFilePicker;
|
|
192
|
+
exports.headerDefinition = definition$p.headerDefinition;
|
|
193
|
+
exports.headerRegistries = definition$p.headerRegistries;
|
|
194
|
+
exports.registerHeader = definition$p.registerHeader;
|
|
195
|
+
exports.iconDefinition = definition$q.iconDefinition;
|
|
196
|
+
exports.iconRegistries = definition$q.iconRegistries;
|
|
197
|
+
exports.registerIcon = definition$q.registerIcon;
|
|
198
|
+
exports.layoutDefinition = definition$r.layoutDefinition;
|
|
199
|
+
exports.layoutRegistries = definition$r.layoutRegistries;
|
|
200
|
+
exports.registerLayout = definition$r.registerLayout;
|
|
201
|
+
exports.MenuItemRole = definition$s.MenuItemRole;
|
|
202
|
+
exports.menuItemDefinition = definition$s.menuItemDefinition;
|
|
203
|
+
exports.menuItemRegistries = definition$s.menuItemRegistries;
|
|
204
|
+
exports.registerMenuItem = definition$s.registerMenuItem;
|
|
205
|
+
exports.menuDefinition = definition$t.menuDefinition;
|
|
206
|
+
exports.menuRegistries = definition$t.menuRegistries;
|
|
207
|
+
exports.registerMenu = definition$t.registerMenu;
|
|
208
|
+
exports.navDisclosureDefinition = definition$u.navDisclosureDefinition;
|
|
209
|
+
exports.navDisclosureRegistries = definition$u.navDisclosureRegistries;
|
|
210
|
+
exports.registerNavDisclosure = definition$u.registerNavDisclosure;
|
|
211
|
+
exports.navItemDefinition = definition$v.navItemDefinition;
|
|
212
|
+
exports.navItemRegistries = definition$v.navItemRegistries;
|
|
213
|
+
exports.registerNavItem = definition$v.registerNavItem;
|
|
214
|
+
exports.navDefinition = definition$w.navDefinition;
|
|
215
|
+
exports.navRegistries = definition$w.navRegistries;
|
|
216
|
+
exports.registerNav = definition$w.registerNav;
|
|
217
|
+
exports.noteDefinition = definition$x.noteDefinition;
|
|
218
|
+
exports.noteRegistries = definition$x.noteRegistries;
|
|
219
|
+
exports.registerNote = definition$x.registerNote;
|
|
220
|
+
exports.numberFieldDefinition = definition$y.numberFieldDefinition;
|
|
221
|
+
exports.numberFieldRegistries = definition$y.numberFieldRegistries;
|
|
222
|
+
exports.registerNumberField = definition$y.registerNumberField;
|
|
223
|
+
exports.listboxOptionDefinition = definition$z.listboxOptionDefinition;
|
|
224
|
+
exports.listboxOptionRegistries = definition$z.listboxOptionRegistries;
|
|
225
|
+
exports.registerOption = definition$z.registerOption;
|
|
226
|
+
exports.paginationDefinition = definition$A.paginationDefinition;
|
|
227
|
+
exports.paginationRegistries = definition$A.paginationRegistries;
|
|
228
|
+
exports.registerPagination = definition$A.registerPagination;
|
|
229
|
+
exports.progressRingDefinition = definition$B.progressRingDefinition;
|
|
230
|
+
exports.progressRingRegistries = definition$B.progressRingRegistries;
|
|
231
|
+
exports.registerProgressRing = definition$B.registerProgressRing;
|
|
232
|
+
exports.progressDefinition = definition$C.progressDefinition;
|
|
233
|
+
exports.progressRegistries = definition$C.progressRegistries;
|
|
234
|
+
exports.registerProgress = definition$C.registerProgress;
|
|
235
|
+
exports.radioGroupDefinition = definition$D.radioGroupDefinition;
|
|
236
|
+
exports.radioGroupRegistries = definition$D.radioGroupRegistries;
|
|
237
|
+
exports.registerRadioGroup = definition$D.registerRadioGroup;
|
|
238
|
+
exports.radioDefinition = definition$E.radioDefinition;
|
|
239
|
+
exports.radioRegistries = definition$E.radioRegistries;
|
|
240
|
+
exports.registerRadio = definition$E.registerRadio;
|
|
241
|
+
exports.rangeSliderDefinition = definition$F.rangeSliderDefinition;
|
|
242
|
+
exports.rangeSliderRegistries = definition$F.rangeSliderRegistries;
|
|
243
|
+
exports.registerRangeSlider = definition$F.registerRangeSlider;
|
|
244
|
+
exports.registerSelect = definition$G.registerSelect;
|
|
245
|
+
exports.selectDefinition = definition$G.selectDefinition;
|
|
246
|
+
exports.selectRegistries = definition$G.selectRegistries;
|
|
247
|
+
exports.registerSelectableBox = definition$H.registerSelectableBox;
|
|
248
|
+
exports.selectableBoxDefinition = definition$H.selectableBoxDefinition;
|
|
249
|
+
exports.selectableBoxRegistries = definition$H.selectableBoxRegistries;
|
|
250
|
+
exports.registerSideDrawer = definition$I.registerSideDrawer;
|
|
251
|
+
exports.sideDrawerDefinition = definition$I.sideDrawerDefinition;
|
|
252
|
+
exports.sideDrawerRegistries = definition$I.sideDrawerRegistries;
|
|
253
|
+
exports.registerSlider = definition$J.registerSlider;
|
|
254
|
+
exports.sliderDefinition = definition$J.sliderDefinition;
|
|
255
|
+
exports.sliderRegistries = definition$J.sliderRegistries;
|
|
256
|
+
exports.registerSplitButton = definition$K.registerSplitButton;
|
|
257
|
+
exports.splitButtonDefinition = definition$K.splitButtonDefinition;
|
|
258
|
+
exports.splitButtonRegistries = definition$K.splitButtonRegistries;
|
|
259
|
+
exports.registerSwitch = definition$L.registerSwitch;
|
|
260
|
+
exports.switchDefinition = definition$L.switchDefinition;
|
|
261
|
+
exports.switchRegistries = definition$L.switchRegistries;
|
|
262
|
+
exports.registerTabPanel = definition$M.registerTabPanel;
|
|
263
|
+
exports.tabPanelDefinition = definition$M.tabPanelDefinition;
|
|
264
|
+
exports.tabPanelRegistries = definition$M.tabPanelRegistries;
|
|
265
|
+
exports.registerTab = definition$N.registerTab;
|
|
266
|
+
exports.tabDefinition = definition$N.tabDefinition;
|
|
267
|
+
exports.tabRegistries = definition$N.tabRegistries;
|
|
268
|
+
exports.registerTabs = definition$O.registerTabs;
|
|
269
|
+
exports.tabsDefinition = definition$O.tabsDefinition;
|
|
270
|
+
exports.tabsRegistries = definition$O.tabsRegistries;
|
|
271
|
+
exports.registerTagGroup = definition$P.registerTagGroup;
|
|
272
|
+
exports.tagGroupDefinition = definition$P.tagGroupDefinition;
|
|
273
|
+
exports.tagGroupRegistries = definition$P.tagGroupRegistries;
|
|
274
|
+
exports.registerTag = definition$Q.registerTag;
|
|
275
|
+
exports.tagDefinition = definition$Q.tagDefinition;
|
|
276
|
+
exports.registerTextArea = definition$R.registerTextArea;
|
|
277
|
+
exports.textAreaDefinition = definition$R.textAreaDefinition;
|
|
278
|
+
exports.textAreaRegistries = definition$R.textAreaRegistries;
|
|
279
|
+
exports.registerTextField = definition$S.registerTextField;
|
|
280
|
+
exports.textFieldDefinition = definition$S.textFieldDefinition;
|
|
281
|
+
exports.textFieldRegistries = definition$S.textFieldRegistries;
|
|
282
|
+
exports.registerTimePicker = definition$T.registerTimePicker;
|
|
283
|
+
exports.timePickerDefinition = definition$T.timePickerDefinition;
|
|
284
|
+
exports.timePickerRegistries = definition$T.timePickerRegistries;
|
|
285
|
+
exports.registerToggletip = definition$U.registerToggletip;
|
|
286
|
+
exports.toggletipDefinition = definition$U.toggletipDefinition;
|
|
287
|
+
exports.toggletipRegistries = definition$U.toggletipRegistries;
|
|
288
|
+
exports.registerTooltip = definition$V.registerTooltip;
|
|
289
|
+
exports.tooltipDefinition = definition$V.tooltipDefinition;
|
|
290
|
+
exports.tooltipRegistries = definition$V.tooltipRegistries;
|
|
291
|
+
exports.registerTreeItem = definition$W.registerTreeItem;
|
|
292
|
+
exports.treeItemDefinition = definition$W.treeItemDefinition;
|
|
293
|
+
exports.treeItemRegistries = definition$W.treeItemRegistries;
|
|
294
|
+
exports.registerTreeView = definition$X.registerTreeView;
|
|
295
|
+
exports.treeViewDefinition = definition$X.treeViewDefinition;
|
|
296
|
+
exports.treeViewRegistries = definition$X.treeViewRegistries;
|
|
297
|
+
exports.registerVideoPlayer = definition$Y.registerVideoPlayer;
|
|
298
|
+
exports.videoPlayerDefinition = definition$Y.videoPlayerDefinition;
|
|
299
|
+
exports.videoPlayerRegistries = definition$Y.videoPlayerRegistries;
|
|
289
300
|
exports.Appearance = enums.Appearance;
|
|
290
301
|
exports.AriaLive = enums.AriaLive;
|
|
291
302
|
exports.Connotation = enums.Connotation;
|
|
292
303
|
exports.ConnotationDecorative = enums.ConnotationDecorative;
|
|
293
304
|
exports.LayoutSize = enums.LayoutSize;
|
|
305
|
+
exports.MediaSkipBy = enums.MediaSkipBy;
|
|
294
306
|
exports.Position = enums.Position;
|
|
295
307
|
exports.Role = enums.Role;
|
|
296
308
|
exports.Shape = enums.Shape;
|
package/index.js
CHANGED
|
@@ -17,46 +17,49 @@ export { c as combobox, a as comboboxRegistries, r as registerCombobox } from '.
|
|
|
17
17
|
export { d as dataGrid, b as dataGridCell, c as dataGridElements, a as dataGridRow, r as registerDataGrid } from './shared/definition17.js';
|
|
18
18
|
export { d as datePickerDefinition, a as datePickerRegistries, r as registerDatePicker } from './shared/definition18.js';
|
|
19
19
|
export { d as dateRangePickerDefinition, a as dateRangePickerRegistries, r as registerDateRangePicker } from './shared/definition19.js';
|
|
20
|
-
export { d as
|
|
21
|
-
export { d as
|
|
22
|
-
export {
|
|
23
|
-
export {
|
|
24
|
-
export { f as
|
|
25
|
-
export {
|
|
26
|
-
export {
|
|
27
|
-
export {
|
|
28
|
-
export {
|
|
29
|
-
export { m as
|
|
30
|
-
export {
|
|
31
|
-
export { n as
|
|
32
|
-
export { n as
|
|
33
|
-
export { n as
|
|
34
|
-
export { n as
|
|
35
|
-
export {
|
|
36
|
-
export {
|
|
37
|
-
export { p as
|
|
38
|
-
export { p as
|
|
39
|
-
export {
|
|
40
|
-
export { r as
|
|
41
|
-
export { r as
|
|
42
|
-
export { r as
|
|
43
|
-
export { r as
|
|
44
|
-
export { r as
|
|
45
|
-
export { r as
|
|
46
|
-
export { r as
|
|
47
|
-
export { r as
|
|
48
|
-
export { r as
|
|
49
|
-
export { r as
|
|
50
|
-
export { r as
|
|
51
|
-
export { r as
|
|
52
|
-
export { r as
|
|
53
|
-
export { r as
|
|
54
|
-
export { r as
|
|
55
|
-
export { r as
|
|
56
|
-
export { r as
|
|
57
|
-
export { r as
|
|
58
|
-
export { r as
|
|
59
|
-
export {
|
|
20
|
+
export { d as dialPadDefinition, a as dialPadRegistries, r as registerDialPad } from './shared/definition20.js';
|
|
21
|
+
export { d as dialogDefinition, a as dialogRegistries, r as registerDialog } from './shared/definition21.js';
|
|
22
|
+
export { d as dividerDefinition, a as dividerRegistries, r as registerDivider } from './shared/definition22.js';
|
|
23
|
+
export { e as emptyStateDefinition, a as emptyStateRegistries, r as registerEmptyState } from './shared/definition23.js';
|
|
24
|
+
export { f as fabDefinition, a as fabRegistries, r as registerFab } from './shared/definition24.js';
|
|
25
|
+
export { f as filePickerDefinition, a as filePickerRegistries, r as registerFilePicker } from './shared/definition25.js';
|
|
26
|
+
export { h as headerDefinition, a as headerRegistries, r as registerHeader } from './shared/definition26.js';
|
|
27
|
+
export { i as iconDefinition, a as iconRegistries, r as registerIcon } from './shared/definition27.js';
|
|
28
|
+
export { l as layoutDefinition, a as layoutRegistries, r as registerLayout } from './shared/definition28.js';
|
|
29
|
+
export { M as MenuItemRole, m as menuItemDefinition, a as menuItemRegistries, r as registerMenuItem } from './shared/definition29.js';
|
|
30
|
+
export { m as menuDefinition, a as menuRegistries, r as registerMenu } from './shared/definition30.js';
|
|
31
|
+
export { n as navDisclosureDefinition, a as navDisclosureRegistries, r as registerNavDisclosure } from './shared/definition31.js';
|
|
32
|
+
export { n as navItemDefinition, a as navItemRegistries, r as registerNavItem } from './shared/definition32.js';
|
|
33
|
+
export { n as navDefinition, a as navRegistries, r as registerNav } from './shared/definition33.js';
|
|
34
|
+
export { n as noteDefinition, a as noteRegistries, r as registerNote } from './shared/definition34.js';
|
|
35
|
+
export { n as numberFieldDefinition, a as numberFieldRegistries, r as registerNumberField } from './shared/definition35.js';
|
|
36
|
+
export { l as listboxOptionDefinition, a as listboxOptionRegistries, r as registerOption } from './shared/definition36.js';
|
|
37
|
+
export { p as paginationDefinition, a as paginationRegistries, r as registerPagination } from './shared/definition37.js';
|
|
38
|
+
export { p as progressRingDefinition, a as progressRingRegistries, r as registerProgressRing } from './shared/definition38.js';
|
|
39
|
+
export { p as progressDefinition, a as progressRegistries, r as registerProgress } from './shared/definition39.js';
|
|
40
|
+
export { r as radioGroupDefinition, a as radioGroupRegistries, b as registerRadioGroup } from './shared/definition40.js';
|
|
41
|
+
export { r as radioDefinition, a as radioRegistries, b as registerRadio } from './shared/definition41.js';
|
|
42
|
+
export { r as rangeSliderDefinition, a as rangeSliderRegistries, b as registerRangeSlider } from './shared/definition42.js';
|
|
43
|
+
export { r as registerSelect, s as selectDefinition, a as selectRegistries } from './shared/definition43.js';
|
|
44
|
+
export { r as registerSelectableBox, s as selectableBoxDefinition, a as selectableBoxRegistries } from './shared/definition44.js';
|
|
45
|
+
export { r as registerSideDrawer, s as sideDrawerDefinition, a as sideDrawerRegistries } from './shared/definition45.js';
|
|
46
|
+
export { r as registerSlider, s as sliderDefinition, a as sliderRegistries } from './shared/definition46.js';
|
|
47
|
+
export { r as registerSplitButton, s as splitButtonDefinition, a as splitButtonRegistries } from './shared/definition47.js';
|
|
48
|
+
export { r as registerSwitch, s as switchDefinition, a as switchRegistries } from './shared/definition48.js';
|
|
49
|
+
export { r as registerTabPanel, t as tabPanelDefinition, a as tabPanelRegistries } from './shared/definition49.js';
|
|
50
|
+
export { r as registerTab, t as tabDefinition, a as tabRegistries } from './shared/definition50.js';
|
|
51
|
+
export { r as registerTabs, t as tabsDefinition, a as tabsRegistries } from './shared/definition51.js';
|
|
52
|
+
export { r as registerTagGroup, t as tagGroupDefinition, a as tagGroupRegistries } from './shared/definition52.js';
|
|
53
|
+
export { r as registerTag, t as tagDefinition } from './shared/definition53.js';
|
|
54
|
+
export { r as registerTextArea, t as textAreaDefinition, a as textAreaRegistries } from './shared/definition54.js';
|
|
55
|
+
export { r as registerTextField, t as textFieldDefinition, a as textFieldRegistries } from './shared/definition55.js';
|
|
56
|
+
export { r as registerTimePicker, t as timePickerDefinition, a as timePickerRegistries } from './shared/definition56.js';
|
|
57
|
+
export { r as registerToggletip, t as toggletipDefinition, a as toggletipRegistries } from './shared/definition57.js';
|
|
58
|
+
export { r as registerTooltip, t as tooltipDefinition, a as tooltipRegistries } from './shared/definition58.js';
|
|
59
|
+
export { r as registerTreeItem, t as treeItemDefinition, a as treeItemRegistries } from './shared/definition59.js';
|
|
60
|
+
export { r as registerTreeView, t as treeViewDefinition, a as treeViewRegistries } from './shared/definition60.js';
|
|
61
|
+
export { r as registerVideoPlayer, v as videoPlayerDefinition, a as videoPlayerRegistries } from './shared/definition61.js';
|
|
62
|
+
export { A as Appearance, c as AriaLive, C as Connotation, a as ConnotationDecorative, L as LayoutSize, M as MediaSkipBy, P as Position, R as Role, S as Shape, b as Size, T as TabsSize } from './shared/enums.js';
|
|
60
63
|
export { d as designSystem, r as registerFactory } from './shared/index.js';
|
|
61
64
|
export { s as setLocale } from './shared/index2.js';
|
|
62
65
|
import './shared/affix.js';
|
|
@@ -70,7 +73,7 @@ import './shared/when.js';
|
|
|
70
73
|
import './shared/key-codes.js';
|
|
71
74
|
import './shared/numbers.js';
|
|
72
75
|
import './shared/class-names.js';
|
|
73
|
-
import './shared/
|
|
76
|
+
import './shared/definition62.js';
|
|
74
77
|
import './shared/localized.js';
|
|
75
78
|
import './shared/button.js';
|
|
76
79
|
import './shared/form-associated.js';
|
|
@@ -80,27 +83,26 @@ import './shared/anchor.js';
|
|
|
80
83
|
import './shared/text-anchor.template.js';
|
|
81
84
|
import './shared/calendar-event.js';
|
|
82
85
|
import './shared/repeat.js';
|
|
83
|
-
import './shared/
|
|
84
|
-
import './shared/
|
|
85
|
-
import './shared/focus.js';
|
|
86
|
+
import './shared/applyMixinsWithObservables.js';
|
|
87
|
+
import './shared/definition63.js';
|
|
86
88
|
import './shared/text-field.js';
|
|
87
89
|
import './shared/listbox.js';
|
|
88
90
|
import './shared/key-codes2.js';
|
|
89
91
|
import './shared/strings.js';
|
|
90
92
|
import './shared/select.options.js';
|
|
91
|
-
import './shared/focus2.js';
|
|
92
93
|
import './shared/children.js';
|
|
93
94
|
import './shared/presentationDate.js';
|
|
94
95
|
import './shared/trapped-focus.js';
|
|
95
96
|
import './shared/aria.js';
|
|
96
|
-
import './shared/direction.js';
|
|
97
97
|
import './shared/anchored.js';
|
|
98
|
+
import './shared/direction.js';
|
|
98
99
|
import './shared/dom.js';
|
|
99
100
|
import './shared/text-anchor.js';
|
|
100
101
|
import './shared/text-field2.js';
|
|
101
102
|
import './shared/base-progress.js';
|
|
102
103
|
import './shared/radio.js';
|
|
103
104
|
import './shared/aria2.js';
|
|
105
|
+
import './shared/slider.template.js';
|
|
104
106
|
import './shared/Reflector.js';
|
|
105
107
|
import './shared/tree-item.js';
|
|
106
108
|
import './locales/en-US.js';
|
package/layout/index.cjs
CHANGED
package/layout/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export type { AvatarConnotation, AvatarShape, AvatarAppearance, AvatarSize } from './avatar';
|
|
1
|
+
export type { AvatarConnotation, AvatarShape, AvatarAppearance, AvatarSize, } from './avatar';
|
|
2
2
|
export declare const registerAvatar: (prefix?: string) => import("@microsoft/fast-foundation").DesignSystem;
|
package/lib/button/button.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export type { ButtonAppearance, ButtonConnotation, ButtonShape, ButtonSize } from './button';
|
|
1
|
+
export type { ButtonAppearance, ButtonConnotation, ButtonShape, ButtonSize, } from './button';
|
|
2
2
|
export declare const registerButton: (prefix?: string) => import("@microsoft/fast-foundation").DesignSystem;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export type { CalendarEventAppearance, CalendarEventConnotation } from './calendar-event';
|
|
1
|
+
export type { CalendarEventAppearance, CalendarEventConnotation, } from './calendar-event';
|
|
2
2
|
export declare const registerCalendarEvent: (prefix?: string) => import("@microsoft/fast-foundation").DesignSystem;
|
package/lib/components.d.ts
CHANGED
|
@@ -17,6 +17,7 @@ export * from './combobox/definition';
|
|
|
17
17
|
export * from './data-grid/definition';
|
|
18
18
|
export * from './date-picker/definition';
|
|
19
19
|
export * from './date-range-picker/definition';
|
|
20
|
+
export * from './dial-pad/definition';
|
|
20
21
|
export * from './dialog/definition';
|
|
21
22
|
export * from './divider/definition';
|
|
22
23
|
export * from './empty-state/definition';
|
|
@@ -38,6 +39,7 @@ export * from './progress-ring/definition';
|
|
|
38
39
|
export * from './progress/definition';
|
|
39
40
|
export * from './radio-group/definition';
|
|
40
41
|
export * from './radio/definition';
|
|
42
|
+
export * from './range-slider/definition';
|
|
41
43
|
export * from './select/definition';
|
|
42
44
|
export * from './selectable-box/definition';
|
|
43
45
|
export * from './side-drawer/definition';
|
|
@@ -56,3 +58,4 @@ export * from './toggletip/definition';
|
|
|
56
58
|
export * from './tooltip/definition';
|
|
57
59
|
export * from './tree-item/definition';
|
|
58
60
|
export * from './tree-view/definition';
|
|
61
|
+
export * from './video-player/definition';
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import type { FoundationElementDefinition } from '@microsoft/fast-foundation';
|
|
2
|
+
export declare const dialPadDefinition: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<FoundationElementDefinition> | undefined) => import("@microsoft/fast-foundation").FoundationElementRegistry<FoundationElementDefinition, import("@microsoft/fast-element").Constructable<import("@microsoft/fast-foundation").FoundationElement>>;
|
|
3
|
+
export declare const registerDialPad: (prefix?: string) => import("@microsoft/fast-foundation").DesignSystem;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { FoundationElement } from '@microsoft/fast-foundation';
|
|
2
|
+
import { Localized } from '../../shared/patterns';
|
|
3
|
+
export declare class DialPad extends FoundationElement {
|
|
4
|
+
helperText: string | null;
|
|
5
|
+
placeholder: string | null;
|
|
6
|
+
value: string;
|
|
7
|
+
valueChanged(_oldValue: string, newValue: string): void;
|
|
8
|
+
pattern: string;
|
|
9
|
+
disabled: boolean;
|
|
10
|
+
callActive: boolean;
|
|
11
|
+
noCall: boolean;
|
|
12
|
+
}
|
|
13
|
+
export interface DialPad extends Localized {
|
|
14
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ViewTemplate } from '@microsoft/fast-element';
|
|
2
|
+
import type { ElementDefinitionContext, FoundationElementDefinition } from '@microsoft/fast-foundation';
|
|
3
|
+
import type { DialPad } from './dial-pad';
|
|
4
|
+
export declare const DialPadTemplate: (context: ElementDefinitionContext, definition: FoundationElementDefinition) => ViewTemplate<DialPad>;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export interface DialPadLocale {
|
|
2
|
+
inputLabel: string;
|
|
3
|
+
deleteButtonLabel: string;
|
|
4
|
+
callButtonLabel: string;
|
|
5
|
+
endCallButtonLabel: string;
|
|
6
|
+
digitOneLabel: string;
|
|
7
|
+
digitTwoLabel: string;
|
|
8
|
+
digitThreeLabel: string;
|
|
9
|
+
digitFourLabel: string;
|
|
10
|
+
digitFiveLabel: string;
|
|
11
|
+
digitSixLabel: string;
|
|
12
|
+
digitSevenLabel: string;
|
|
13
|
+
digitEightLabel: string;
|
|
14
|
+
digitNineLabel: string;
|
|
15
|
+
digitAsteriskLabel: string;
|
|
16
|
+
digitZeroLabel: string;
|
|
17
|
+
digitHashtagLabel: string;
|
|
18
|
+
}
|
package/lib/enums.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import type { FoundationElementDefinition } from '@microsoft/fast-foundation';
|
|
2
|
-
export type { AUTO_SIZING, ColumnBasis, ColumnSpacing, RowSpacing, Gutters } from './layout';
|
|
2
|
+
export type { AUTO_SIZING, ColumnBasis, ColumnSpacing, RowSpacing, Gutters, } from './layout';
|
|
3
3
|
export declare const layoutDefinition: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<FoundationElementDefinition> | undefined) => import("@microsoft/fast-foundation").FoundationElementRegistry<FoundationElementDefinition, import("@microsoft/fast-element").Constructable<import("@microsoft/fast-foundation").FoundationElement>>;
|
|
4
4
|
export declare const registerLayout: (prefix?: string) => import("@microsoft/fast-foundation").DesignSystem;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { MenuItem as FastMenuItem } from '@microsoft/fast-foundation';
|
|
2
2
|
import { AffixIcon } from '../../shared/patterns/affix';
|
|
3
|
+
import { Connotation } from '../enums';
|
|
3
4
|
export declare const MenuItemRole: {
|
|
4
5
|
readonly presentation: "presentation";
|
|
5
6
|
readonly menuitem: "menuitem";
|
|
@@ -10,10 +11,12 @@ export declare enum CheckAppearance {
|
|
|
10
11
|
Normal = "normal",
|
|
11
12
|
TickOnly = "tick-only"
|
|
12
13
|
}
|
|
14
|
+
export type MenuItemConnotation = Extract<Connotation, Connotation.CTA | Connotation.Accent>;
|
|
13
15
|
export declare class MenuItem extends FastMenuItem {
|
|
14
16
|
#private;
|
|
15
17
|
text?: string;
|
|
16
18
|
textSecondary?: string;
|
|
19
|
+
connotation?: MenuItemConnotation;
|
|
17
20
|
checkTrailing: boolean;
|
|
18
21
|
checkedAppearance?: CheckAppearance;
|
|
19
22
|
trailingMetaSlottedContent?: HTMLElement[];
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import type { FoundationElementDefinition } from '@microsoft/fast-foundation';
|
|
2
|
+
export declare const rangeSliderDefinition: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<FoundationElementDefinition> | undefined) => import("@microsoft/fast-foundation").FoundationElementRegistry<FoundationElementDefinition, import("@microsoft/fast-element").Constructable<import("@microsoft/fast-foundation").FoundationElement>>;
|
|
3
|
+
export declare const registerRangeSlider: (prefix?: string) => import("@microsoft/fast-foundation").DesignSystem;
|