@vonage/vivid 3.52.0 → 3.54.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 +1 -1
- package/appearance-ui/index.js +1 -1
- package/audio-player/index.cjs +3 -3
- package/audio-player/index.js +3 -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 -5
- package/combobox/index.js +5 -5
- package/custom-elements.json +1162 -99
- package/data-grid/index.cjs +1 -1
- package/data-grid/index.js +1 -1
- package/date-picker/index.cjs +7 -6
- package/date-picker/index.js +7 -6
- package/date-range-picker/index.cjs +7 -6
- package/date-range-picker/index.js +7 -6
- 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 -3
- package/file-picker/index.js +4 -3
- 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 +132 -122
- package/index.js +46 -43
- package/layout/index.cjs +1 -1
- package/layout/index.js +1 -1
- package/lib/appearance-ui/appearance-ui.d.ts +1 -1
- package/lib/audio-player/audio-player.d.ts +4 -0
- package/lib/audio-player/locale.d.ts +2 -0
- package/lib/components.d.ts +2 -0
- package/lib/dial-pad/definition.d.ts +3 -0
- package/lib/dial-pad/dial-pad.d.ts +17 -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 +7 -0
- package/lib/menu/menu.d.ts +1 -0
- package/lib/nav-disclosure/nav-disclosure.d.ts +5 -0
- 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/lib/video-player/vivid-video-svg.d.ts +1 -0
- package/listbox/index.cjs +2 -2
- package/listbox/index.js +2 -2
- package/locales/en-GB.cjs +33 -1
- package/locales/en-GB.js +33 -1
- package/locales/en-US.cjs +201 -1
- package/locales/en-US.js +201 -1
- package/locales/ja-JP.cjs +200 -1
- package/locales/ja-JP.js +200 -1
- package/locales/zh-CN.cjs +202 -1
- package/locales/zh-CN.js +202 -1
- package/menu/index.cjs +6 -6
- package/menu/index.js +6 -6
- package/menu-item/index.cjs +2 -2
- package/menu-item/index.js +2 -2
- 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 -4
- package/number-field/index.js +5 -4
- package/option/index.cjs +2 -2
- package/option/index.js +2 -2
- package/package.json +1 -1
- 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 +2 -2
- package/range-slider/index.js +2 -2
- 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/applyMixinsWithObservables.cjs +15 -0
- package/shared/applyMixinsWithObservables.js +13 -0
- package/shared/definition.cjs +1 -1
- package/shared/definition.js +1 -1
- package/shared/definition11.cjs +3 -3
- package/shared/definition11.js +3 -3
- package/shared/definition14.cjs +2 -2
- package/shared/definition14.js +2 -2
- package/shared/definition15.cjs +8 -9
- package/shared/definition15.js +8 -9
- package/shared/definition16.cjs +3 -3
- package/shared/definition16.js +3 -3
- package/shared/definition17.cjs +2 -2
- package/shared/definition17.js +3 -3
- package/shared/definition18.cjs +3 -3
- package/shared/definition18.js +3 -3
- package/shared/definition19.cjs +3 -3
- package/shared/definition19.js +3 -3
- package/shared/definition20.cjs +196 -224
- package/shared/definition20.js +191 -219
- package/shared/definition21.cjs +264 -67
- package/shared/definition21.js +263 -65
- package/shared/definition22.cjs +66 -57
- package/shared/definition22.js +64 -56
- package/shared/definition23.cjs +42 -76
- package/shared/definition23.js +41 -75
- package/shared/definition24.cjs +70 -2402
- package/shared/definition24.js +69 -2401
- package/shared/definition25.cjs +2402 -46
- package/shared/definition25.js +2401 -45
- package/shared/definition26.cjs +63 -30
- package/shared/definition26.js +62 -29
- package/shared/definition27.cjs +28 -56
- package/shared/definition27.js +27 -55
- package/shared/definition28.cjs +35 -881
- package/shared/definition28.js +34 -879
- package/shared/definition29.cjs +922 -60
- package/shared/definition29.js +922 -61
- package/shared/definition30.cjs +68 -86
- package/shared/definition30.js +67 -85
- package/shared/definition31.cjs +98 -21
- package/shared/definition31.js +98 -21
- package/shared/definition32.cjs +24 -12
- package/shared/definition32.js +23 -11
- package/shared/definition33.cjs +11 -50
- package/shared/definition33.js +10 -49
- package/shared/definition34.cjs +26 -515
- package/shared/definition34.js +26 -515
- package/shared/definition35.cjs +448 -194
- package/shared/definition35.js +448 -192
- package/shared/definition36.cjs +256 -202
- package/shared/definition36.js +253 -201
- package/shared/definition37.cjs +204 -65
- package/shared/definition37.js +203 -63
- package/shared/definition38.cjs +63 -57
- package/shared/definition38.js +60 -55
- package/shared/definition39.cjs +65 -432
- package/shared/definition39.js +64 -431
- package/shared/definition4.cjs +2 -2
- package/shared/definition4.js +2 -2
- package/shared/definition40.cjs +441 -34
- package/shared/definition40.js +438 -31
- package/shared/definition41.cjs +34 -576
- package/shared/definition41.js +33 -575
- package/shared/definition42.cjs +531 -654
- package/shared/definition42.js +531 -654
- package/shared/definition43.cjs +690 -114
- package/shared/definition43.js +689 -113
- package/shared/definition44.cjs +124 -79
- package/shared/definition44.js +122 -77
- package/shared/definition45.cjs +78 -520
- package/shared/definition45.js +77 -518
- package/shared/definition46.cjs +520 -119
- package/shared/definition46.js +518 -118
- package/shared/definition47.cjs +118 -135
- package/shared/definition47.js +117 -134
- package/shared/definition48.cjs +151 -19
- package/shared/definition48.js +150 -18
- package/shared/definition49.cjs +21 -84
- package/shared/definition49.js +20 -83
- package/shared/definition5.cjs +100 -19
- package/shared/definition5.js +100 -19
- package/shared/definition50.cjs +52 -505
- package/shared/definition50.js +51 -504
- package/shared/definition51.cjs +526 -28
- package/shared/definition51.js +525 -27
- package/shared/definition52.cjs +28 -123
- package/shared/definition52.js +26 -122
- package/shared/definition53.cjs +110 -309
- package/shared/definition53.js +110 -308
- package/shared/definition54.cjs +255 -271
- package/shared/definition54.js +255 -271
- package/shared/definition55.cjs +315 -776
- package/shared/definition55.js +314 -775
- package/shared/definition56.cjs +818 -107
- package/shared/definition56.js +817 -106
- package/shared/definition57.cjs +85 -55
- package/shared/definition57.js +84 -54
- package/shared/definition58.cjs +125 -72
- package/shared/definition58.js +124 -71
- package/shared/definition59.cjs +72 -285
- package/shared/definition59.js +73 -286
- package/shared/definition6.cjs +1 -1
- package/shared/definition6.js +1 -1
- package/shared/definition60.cjs +298 -39
- package/shared/definition60.js +297 -38
- package/shared/definition61.cjs +66044 -1687
- package/shared/definition61.js +66043 -1686
- 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 +2 -2
- package/shared/definition7.js +2 -2
- package/shared/definition8.cjs +2 -2
- package/shared/definition8.js +2 -2
- package/shared/definition9.cjs +1 -1
- package/shared/definition9.js +1 -1
- package/shared/enums.cjs +9 -0
- package/shared/enums.js +9 -1
- package/shared/icon.cjs +20 -2
- package/shared/icon.js +21 -3
- package/shared/index2.cjs +73 -37
- package/shared/index2.js +73 -37
- package/shared/key-codes2.js +1 -1
- package/shared/listbox.cjs +1 -1
- package/shared/listbox.js +1 -1
- package/shared/localization/Locale.d.ts +4 -0
- package/shared/patterns/form-elements/form-elements.d.ts +2 -3
- package/shared/presentationDate.cjs +16 -5
- package/shared/presentationDate.js +16 -5
- package/shared/text-anchor.cjs +6 -0
- package/shared/text-anchor.js +6 -0
- package/shared/text-anchor.template.cjs +6 -1
- package/shared/text-anchor.template.js +6 -1
- package/shared/text-field.cjs +1 -1
- package/shared/text-field.js +1 -1
- package/shared/utils/applyMixinsWithObservables.d.ts +1 -0
- package/shared/utils/numberConverter.d.ts +2 -0
- package/side-drawer/index.cjs +1 -1
- package/side-drawer/index.js +1 -1
- package/slider/index.cjs +1 -1
- package/slider/index.js +1 -1
- package/split-button/index.cjs +2 -2
- package/split-button/index.js +2 -2
- 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 +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 -3
- package/text-field/index.js +4 -3
- package/time-picker/index.cjs +8 -7
- package/time-picker/index.js +8 -7
- 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 +332 -0
package/index.cjs
CHANGED
|
@@ -61,6 +61,8 @@ 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
63
|
const definition$W = require('./shared/definition59.cjs');
|
|
64
|
+
const definition$X = require('./shared/definition60.cjs');
|
|
65
|
+
const definition$Y = require('./shared/definition61.cjs');
|
|
64
66
|
const enums = require('./shared/enums.cjs');
|
|
65
67
|
const index$1 = require('./shared/index.cjs');
|
|
66
68
|
const index = require('./shared/index2.cjs');
|
|
@@ -75,7 +77,7 @@ require('./shared/when.cjs');
|
|
|
75
77
|
require('./shared/key-codes.cjs');
|
|
76
78
|
require('./shared/numbers.cjs');
|
|
77
79
|
require('./shared/class-names.cjs');
|
|
78
|
-
require('./shared/
|
|
80
|
+
require('./shared/definition62.cjs');
|
|
79
81
|
require('./shared/localized.cjs');
|
|
80
82
|
require('./shared/button.cjs');
|
|
81
83
|
require('./shared/form-associated.cjs');
|
|
@@ -85,7 +87,8 @@ require('./shared/anchor.cjs');
|
|
|
85
87
|
require('./shared/text-anchor.template.cjs');
|
|
86
88
|
require('./shared/calendar-event.cjs');
|
|
87
89
|
require('./shared/repeat.cjs');
|
|
88
|
-
require('./shared/
|
|
90
|
+
require('./shared/applyMixinsWithObservables.cjs');
|
|
91
|
+
require('./shared/definition63.cjs');
|
|
89
92
|
require('./shared/text-field.cjs');
|
|
90
93
|
require('./shared/listbox.cjs');
|
|
91
94
|
require('./shared/key-codes2.cjs');
|
|
@@ -168,131 +171,138 @@ exports.registerDatePicker = definition$h.registerDatePicker;
|
|
|
168
171
|
exports.dateRangePickerDefinition = definition$i.dateRangePickerDefinition;
|
|
169
172
|
exports.dateRangePickerRegistries = definition$i.dateRangePickerRegistries;
|
|
170
173
|
exports.registerDateRangePicker = definition$i.registerDateRangePicker;
|
|
171
|
-
exports.
|
|
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.
|
|
289
|
-
exports.
|
|
290
|
-
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;
|
|
291
300
|
exports.Appearance = enums.Appearance;
|
|
292
301
|
exports.AriaLive = enums.AriaLive;
|
|
293
302
|
exports.Connotation = enums.Connotation;
|
|
294
303
|
exports.ConnotationDecorative = enums.ConnotationDecorative;
|
|
295
304
|
exports.LayoutSize = enums.LayoutSize;
|
|
305
|
+
exports.MediaSkipBy = enums.MediaSkipBy;
|
|
296
306
|
exports.Position = enums.Position;
|
|
297
307
|
exports.Role = enums.Role;
|
|
298
308
|
exports.Shape = enums.Shape;
|
package/index.js
CHANGED
|
@@ -17,47 +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 { r as
|
|
60
|
-
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';
|
|
61
63
|
export { d as designSystem, r as registerFactory } from './shared/index.js';
|
|
62
64
|
export { s as setLocale } from './shared/index2.js';
|
|
63
65
|
import './shared/affix.js';
|
|
@@ -71,7 +73,7 @@ import './shared/when.js';
|
|
|
71
73
|
import './shared/key-codes.js';
|
|
72
74
|
import './shared/numbers.js';
|
|
73
75
|
import './shared/class-names.js';
|
|
74
|
-
import './shared/
|
|
76
|
+
import './shared/definition62.js';
|
|
75
77
|
import './shared/localized.js';
|
|
76
78
|
import './shared/button.js';
|
|
77
79
|
import './shared/form-associated.js';
|
|
@@ -81,7 +83,8 @@ import './shared/anchor.js';
|
|
|
81
83
|
import './shared/text-anchor.template.js';
|
|
82
84
|
import './shared/calendar-event.js';
|
|
83
85
|
import './shared/repeat.js';
|
|
84
|
-
import './shared/
|
|
86
|
+
import './shared/applyMixinsWithObservables.js';
|
|
87
|
+
import './shared/definition63.js';
|
|
85
88
|
import './shared/text-field.js';
|
|
86
89
|
import './shared/listbox.js';
|
|
87
90
|
import './shared/key-codes2.js';
|
package/layout/index.cjs
CHANGED
package/layout/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { FoundationElement } from '@microsoft/fast-foundation';
|
|
2
2
|
import type { Appearance } from '../enums.js';
|
|
3
|
-
export type AppearanceUIAppearance = Extract<Appearance, Appearance.Filled | Appearance.Ghost | Appearance.Outlined | Appearance.Duotone | Appearance.Fieldset | Appearance.Subtle | Appearance.Listitem>;
|
|
3
|
+
export type AppearanceUIAppearance = Extract<Appearance, Appearance.Filled | Appearance.Ghost | Appearance.GhostLight | Appearance.Outlined | Appearance.Duotone | Appearance.Fieldset | Appearance.Subtle | Appearance.Listitem>;
|
|
4
4
|
export declare class AppearanceUi extends FoundationElement {
|
|
5
5
|
appearance?: AppearanceUIAppearance;
|
|
6
6
|
hovered: boolean;
|
|
@@ -1,15 +1,19 @@
|
|
|
1
1
|
import { FoundationElement } from '@microsoft/fast-foundation';
|
|
2
2
|
import type { Connotation } from '../enums';
|
|
3
|
+
import { MediaSkipBy } from '../enums';
|
|
3
4
|
import { Localized } from '../../shared/patterns';
|
|
4
5
|
export type AudioPlayerConnotation = Extract<Connotation, Connotation.Accent | Connotation.CTA>;
|
|
5
6
|
export declare class AudioPlayer extends FoundationElement {
|
|
6
7
|
playButtonAriaLabel: string | null;
|
|
7
8
|
pauseButtonAriaLabel: string | null;
|
|
8
9
|
sliderAriaLabel: string | null;
|
|
10
|
+
skipForwardButtonAriaLabel: string | null;
|
|
11
|
+
skipBackwardButtonAriaLabel: string | null;
|
|
9
12
|
connotation?: AudioPlayerConnotation;
|
|
10
13
|
src?: string;
|
|
11
14
|
disabled: boolean;
|
|
12
15
|
notime: boolean;
|
|
16
|
+
skipBy?: MediaSkipBy;
|
|
13
17
|
connectedCallback(): void;
|
|
14
18
|
disconnectedCallback(): void;
|
|
15
19
|
}
|
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';
|
|
@@ -57,3 +58,4 @@ export * from './toggletip/definition';
|
|
|
57
58
|
export * from './tooltip/definition';
|
|
58
59
|
export * from './tree-item/definition';
|
|
59
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,17 @@
|
|
|
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
|
+
pending: boolean;
|
|
11
|
+
callActive: boolean;
|
|
12
|
+
noCall: boolean;
|
|
13
|
+
endCallButtonLabel: string | null;
|
|
14
|
+
callButtonLabel: string | null;
|
|
15
|
+
}
|
|
16
|
+
export interface DialPad extends Localized {
|
|
17
|
+
}
|
|
@@ -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
|
@@ -23,6 +23,7 @@ export declare enum Appearance {
|
|
|
23
23
|
Fieldset = "fieldset",
|
|
24
24
|
Subtle = "subtle",
|
|
25
25
|
Ghost = "ghost",
|
|
26
|
+
GhostLight = "ghost-light",
|
|
26
27
|
Listitem = "listitem",
|
|
27
28
|
Elevated = "elevated"
|
|
28
29
|
}
|
|
@@ -62,3 +63,9 @@ export declare enum AriaLive {
|
|
|
62
63
|
Polite = "polite",
|
|
63
64
|
Assertive = "assertive"
|
|
64
65
|
}
|
|
66
|
+
export declare enum MediaSkipBy {
|
|
67
|
+
Zero = "0",
|
|
68
|
+
Five = "5",
|
|
69
|
+
Ten = "10",
|
|
70
|
+
Thirty = "30"
|
|
71
|
+
}
|
package/lib/menu/menu.d.ts
CHANGED
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
import { FoundationElement } from '@microsoft/fast-foundation';
|
|
2
|
+
import { Appearance, Connotation } from '../enums';
|
|
2
3
|
import { AffixIcon } from '../../shared/patterns/affix';
|
|
4
|
+
export type NavDisclosureAppearance = Extract<Appearance, Appearance.Ghost | Appearance.GhostLight>;
|
|
5
|
+
export type NavDisclosureConnotation = Extract<Connotation, Connotation.Accent | Connotation.CTA>;
|
|
3
6
|
export declare class NavDisclosure extends FoundationElement {
|
|
4
7
|
#private;
|
|
5
8
|
details: HTMLDetailsElement;
|
|
6
9
|
label?: string;
|
|
10
|
+
appearance?: NavDisclosureAppearance;
|
|
11
|
+
connotation?: NavDisclosureConnotation;
|
|
7
12
|
open: boolean;
|
|
8
13
|
ariaCurrent: string | null;
|
|
9
14
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
import type { FoundationElementDefinition } from '@microsoft/fast-foundation';
|
|
2
|
+
export type { TextAnchorConnotation, TextAnchorAppearance, } from './text-anchor';
|
|
2
3
|
export declare const textAnchorDefinition: (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
4
|
export declare const registerTextAnchor: (prefix?: string) => import("@microsoft/fast-foundation").DesignSystem;
|
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
import { Anchor } from '@microsoft/fast-foundation';
|
|
2
|
+
import { Appearance, Connotation } from '../enums';
|
|
2
3
|
import { AffixIcon } from '../../shared/patterns/affix';
|
|
4
|
+
export type TextAnchorConnotation = Extract<Connotation, Connotation.Accent | Connotation.CTA>;
|
|
5
|
+
export type TextAnchorAppearance = Extract<Appearance, Appearance.Ghost | Appearance.GhostLight>;
|
|
3
6
|
export declare class TextAnchor extends Anchor {
|
|
4
7
|
text?: string;
|
|
8
|
+
connotation?: TextAnchorConnotation;
|
|
9
|
+
appearance?: TextAnchorAppearance;
|
|
5
10
|
}
|
|
6
11
|
export interface TextAnchor extends AffixIcon {
|
|
7
12
|
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import type { FoundationElementDefinition } from '@microsoft/fast-foundation';
|
|
2
|
+
export declare const videoPlayerDefinition: (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 registerVideoPlayer: (prefix?: string) => import("@microsoft/fast-foundation").DesignSystem;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type VideoPlayerLocale = unknown;
|