@vonage/vivid 3.26.0 → 3.28.2
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 +4 -1
- package/accordion/index.js +0 -2
- package/accordion-item/index.js +0 -2
- package/alert/index.js +0 -2
- package/avatar/index.js +0 -2
- package/badge/index.js +0 -2
- package/banner/index.js +0 -2
- package/breadcrumb-item/index.js +0 -2
- package/button/index.js +0 -2
- package/calendar/index.js +0 -1
- package/calendar-event/index.js +0 -2
- package/card/index.js +0 -2
- package/checkbox/index.js +0 -2
- package/combobox/index.js +0 -3
- package/custom-elements.json +440 -51
- package/data-grid/index.js +1 -5
- package/dialog/index.js +0 -2
- package/empty-state/index.js +0 -2
- package/fab/index.js +0 -2
- package/file-picker/index.js +24 -0
- package/header/index.js +1 -1
- package/icon/index.js +0 -2
- package/index.d.ts +3 -3
- package/index.js +31 -35
- package/layout/index.js +1 -1
- package/lib/accordion/accordion.d.ts +5 -5
- package/lib/accordion/accordion.template.d.ts +3 -3
- package/lib/accordion/definition.d.ts +2 -2
- package/lib/accordion/index.d.ts +1 -1
- package/lib/accordion-item/accordion-item.d.ts +12 -12
- package/lib/accordion-item/accordion-item.template.d.ts +4 -4
- package/lib/accordion-item/definition.d.ts +1 -1
- package/lib/accordion-item/index.d.ts +1 -1
- package/lib/action-group/action-group.d.ts +11 -11
- package/lib/action-group/action-group.template.d.ts +4 -4
- package/lib/action-group/definition.d.ts +2 -2
- package/lib/action-group/index.d.ts +1 -1
- package/lib/alert/alert.d.ts +22 -22
- package/lib/alert/alert.template.d.ts +4 -4
- package/lib/alert/definition.d.ts +2 -2
- package/lib/alert/index.d.ts +1 -1
- package/lib/avatar/avatar.d.ts +14 -14
- package/lib/avatar/avatar.template.d.ts +4 -4
- package/lib/avatar/definition.d.ts +2 -2
- package/lib/avatar/index.d.ts +1 -1
- package/lib/badge/badge.d.ts +14 -14
- package/lib/badge/badge.template.d.ts +4 -4
- package/lib/badge/definition.d.ts +4 -4
- package/lib/badge/index.d.ts +1 -1
- package/lib/banner/banner.d.ts +20 -20
- package/lib/banner/banner.template.d.ts +4 -4
- package/lib/banner/definition.d.ts +2 -2
- package/lib/banner/index.d.ts +1 -1
- package/lib/breadcrumb/breadcrumb.d.ts +3 -3
- package/lib/breadcrumb/breadcrumb.template.d.ts +4 -4
- package/lib/breadcrumb/definition.d.ts +1 -1
- package/lib/breadcrumb/index.d.ts +1 -1
- package/lib/breadcrumb-item/breadcrumb-item.d.ts +5 -5
- package/lib/breadcrumb-item/breadcrumb-item.template.d.ts +4 -4
- package/lib/breadcrumb-item/definition.d.ts +1 -1
- package/lib/breadcrumb-item/index.d.ts +1 -1
- package/lib/button/button.d.ts +18 -18
- package/lib/button/button.template.d.ts +4 -4
- package/lib/button/definition.d.ts +2 -2
- package/lib/button/index.d.ts +1 -1
- package/lib/calendar/calendar.d.ts +13 -13
- package/lib/calendar/calendar.template.d.ts +4 -4
- package/lib/calendar/definition.d.ts +1 -1
- package/lib/calendar/helpers/calendar.date-functions.d.ts +2 -2
- package/lib/calendar/helpers/calendar.event-context.d.ts +6 -6
- package/lib/calendar/helpers/calendar.keyboard-interactions.d.ts +9 -9
- package/lib/calendar/index.d.ts +1 -1
- package/lib/calendar-event/calendar-event.d.ts +13 -13
- package/lib/calendar-event/calendar-event.template.d.ts +4 -4
- package/lib/calendar-event/definition.d.ts +2 -2
- package/lib/calendar-event/index.d.ts +1 -1
- package/lib/card/card.d.ts +10 -10
- package/lib/card/card.template.d.ts +4 -4
- package/lib/card/definition.d.ts +1 -1
- package/lib/card/index.d.ts +1 -1
- package/lib/checkbox/checkbox.d.ts +10 -11
- package/lib/checkbox/checkbox.template.d.ts +4 -4
- package/lib/checkbox/definition.d.ts +1 -1
- package/lib/checkbox/index.d.ts +1 -1
- package/lib/combobox/combobox.d.ts +12 -13
- package/lib/combobox/combobox.template.d.ts +4 -4
- package/lib/combobox/definition.d.ts +3 -4
- package/lib/combobox/index.d.ts +1 -1
- package/lib/components.d.ts +52 -52
- package/lib/data-grid/data-grid-cell.d.ts +22 -22
- package/lib/data-grid/data-grid-cell.template.d.ts +4 -4
- package/lib/data-grid/data-grid-row.d.ts +4 -4
- package/lib/data-grid/data-grid-row.template.d.ts +3 -3
- package/lib/data-grid/data-grid.d.ts +20 -20
- package/lib/data-grid/data-grid.options.d.ts +38 -38
- package/lib/data-grid/data-grid.template.d.ts +3 -3
- package/lib/data-grid/definition.d.ts +6 -6
- package/lib/data-grid/index.d.ts +1 -1
- package/lib/dialog/definition.d.ts +2 -2
- package/lib/dialog/dialog.d.ts +26 -26
- package/lib/dialog/dialog.template.d.ts +4 -4
- package/lib/dialog/index.d.ts +1 -1
- package/lib/divider/definition.d.ts +1 -1
- package/lib/divider/divider.d.ts +3 -3
- package/lib/divider/divider.template.d.ts +4 -4
- package/lib/divider/index.d.ts +1 -1
- package/lib/elevation/definition.d.ts +1 -1
- package/lib/elevation/elevation.d.ts +5 -5
- package/lib/elevation/elevation.template.d.ts +4 -4
- package/lib/elevation/index.d.ts +1 -1
- package/lib/empty-state/definition.d.ts +3 -3
- package/lib/empty-state/empty-state.d.ts +5 -5
- package/lib/empty-state/empty-state.template.d.ts +4 -4
- package/lib/empty-state/index.d.ts +1 -1
- package/lib/enums.d.ts +60 -60
- package/lib/fab/definition.d.ts +4 -4
- package/lib/fab/fab.d.ts +12 -12
- package/lib/fab/fab.template.d.ts +4 -4
- package/lib/fab/index.d.ts +1 -1
- package/lib/file-picker/definition.d.ts +3 -0
- package/lib/file-picker/file-picker.d.ts +22 -0
- package/lib/file-picker/file-picker.template.d.ts +4 -0
- package/lib/file-picker/index.d.ts +1 -0
- package/lib/focus/definition.d.ts +3 -3
- package/lib/focus/focus.d.ts +3 -3
- package/lib/focus/focus.template.d.ts +4 -4
- package/lib/focus/index.d.ts +1 -1
- package/lib/header/definition.d.ts +3 -3
- package/lib/header/header.d.ts +5 -5
- package/lib/header/header.template.d.ts +4 -4
- package/lib/header/index.d.ts +1 -1
- package/lib/icon/definition.d.ts +4 -4
- package/lib/icon/icon.d.ts +12 -12
- package/lib/icon/icon.placeholder.d.ts +1 -1
- package/lib/icon/icon.template.d.ts +4 -4
- package/lib/icon/index.d.ts +1 -1
- package/lib/layout/definition.d.ts +4 -4
- package/lib/layout/index.d.ts +1 -1
- package/lib/layout/layout.d.ts +17 -17
- package/lib/layout/layout.template.d.ts +4 -4
- package/lib/listbox/definition.d.ts +4 -4
- package/lib/listbox/index.d.ts +1 -1
- package/lib/listbox/listbox.d.ts +6 -6
- package/lib/listbox/listbox.template.d.ts +4 -4
- package/lib/menu/definition.d.ts +12 -12
- package/lib/menu/index.d.ts +1 -1
- package/lib/menu/menu.d.ts +16 -14
- package/lib/menu/menu.template.d.ts +3 -3
- package/lib/menu-item/definition.d.ts +3 -3
- package/lib/menu-item/index.d.ts +1 -1
- package/lib/menu-item/menu-item.d.ts +14 -14
- package/lib/menu-item/menu-item.template.d.ts +4 -4
- package/lib/nav/definition.d.ts +3 -3
- package/lib/nav/index.d.ts +1 -1
- package/lib/nav/nav.d.ts +3 -3
- package/lib/nav/nav.template.d.ts +4 -4
- package/lib/nav-disclosure/definition.d.ts +3 -3
- package/lib/nav-disclosure/index.d.ts +1 -1
- package/lib/nav-disclosure/nav-disclosure.d.ts +10 -10
- package/lib/nav-disclosure/nav-disclosure.template.d.ts +4 -4
- package/lib/nav-item/definition.d.ts +3 -3
- package/lib/nav-item/index.d.ts +1 -1
- package/lib/nav-item/nav-item.d.ts +7 -7
- package/lib/nav-item/nav-item.template.d.ts +4 -4
- package/lib/note/definition.d.ts +4 -4
- package/lib/note/index.d.ts +1 -1
- package/lib/note/note.d.ts +10 -10
- package/lib/note/note.template.d.ts +4 -4
- package/lib/number-field/definition.d.ts +5 -5
- package/lib/number-field/index.d.ts +1 -1
- package/lib/number-field/number-field.d.ts +13 -13
- package/lib/number-field/number-field.template.d.ts +4 -4
- package/lib/option/definition.d.ts +3 -3
- package/lib/option/index.d.ts +1 -1
- package/lib/option/option.d.ts +12 -12
- package/lib/option/option.template.d.ts +4 -4
- package/lib/pagination/definition.d.ts +3 -3
- package/lib/pagination/index.d.ts +1 -1
- package/lib/pagination/pagination.d.ts +18 -18
- package/lib/pagination/pagination.template.d.ts +4 -4
- package/lib/popup/definition.d.ts +5 -5
- package/lib/popup/index.d.ts +1 -1
- package/lib/popup/popup.d.ts +21 -21
- package/lib/popup/popup.template.d.ts +4 -4
- package/lib/progress/definition.d.ts +4 -4
- package/lib/progress/index.d.ts +1 -1
- package/lib/progress/progress.d.ts +9 -9
- package/lib/progress/progress.template.d.ts +5 -5
- package/lib/progress-ring/definition.d.ts +4 -4
- package/lib/progress-ring/index.d.ts +1 -1
- package/lib/progress-ring/progress-ring.d.ts +7 -7
- package/lib/progress-ring/progress-ring.template.d.ts +4 -4
- package/lib/radio/definition.d.ts +3 -3
- package/lib/radio/index.d.ts +1 -1
- package/lib/radio/radio.d.ts +7 -7
- package/lib/radio/radio.template.d.ts +4 -4
- package/lib/radio-group/definition.d.ts +11 -11
- package/lib/radio-group/index.d.ts +1 -1
- package/lib/radio-group/radio-group.d.ts +4 -4
- package/lib/radio-group/radio-group.template.d.ts +4 -4
- package/lib/select/definition.d.ts +4 -4
- package/lib/select/index.d.ts +1 -1
- package/lib/select/select.d.ts +17 -18
- package/lib/select/select.template.d.ts +4 -4
- package/lib/side-drawer/definition.d.ts +3 -3
- package/lib/side-drawer/index.d.ts +1 -1
- package/lib/side-drawer/side-drawer.d.ts +9 -9
- package/lib/side-drawer/side-drawer.template.d.ts +4 -4
- package/lib/slider/definition.d.ts +3 -3
- package/lib/slider/index.d.ts +1 -1
- package/lib/slider/slider.d.ts +4 -4
- package/lib/slider/slider.template.d.ts +4 -4
- package/lib/switch/definition.d.ts +4 -4
- package/lib/switch/index.d.ts +1 -1
- package/lib/switch/switch.d.ts +7 -7
- package/lib/switch/switch.template.d.ts +4 -4
- package/lib/tab/definition.d.ts +4 -4
- package/lib/tab/index.d.ts +1 -1
- package/lib/tab/tab.d.ts +14 -14
- package/lib/tab/tab.template.d.ts +3 -3
- package/lib/tab-panel/definition.d.ts +3 -3
- package/lib/tab-panel/index.d.ts +1 -1
- package/lib/tab-panel/tab-panel.d.ts +3 -3
- package/lib/tab-panel/tab-panel.template.d.ts +2 -2
- package/lib/tabs/definition.d.ts +3 -3
- package/lib/tabs/index.d.ts +1 -1
- package/lib/tabs/tabs.d.ts +15 -15
- package/lib/tabs/tabs.template.d.ts +2 -2
- package/lib/tag/definition.d.ts +4 -4
- package/lib/tag/index.d.ts +1 -1
- package/lib/tag/tag.d.ts +22 -22
- package/lib/tag/tag.template.d.ts +4 -4
- package/lib/tag-group/definition.d.ts +3 -3
- package/lib/tag-group/index.d.ts +1 -1
- package/lib/tag-group/tag-group.d.ts +3 -3
- package/lib/tag-group/tag-group.template.d.ts +4 -4
- package/lib/text-anchor/definition.d.ts +3 -3
- package/lib/text-anchor/index.d.ts +1 -1
- package/lib/text-anchor/text-anchor.d.ts +7 -7
- package/lib/text-anchor/text-anchor.template.d.ts +4 -4
- package/lib/text-area/definition.d.ts +4 -4
- package/lib/text-area/index.d.ts +1 -1
- package/lib/text-area/text-area.d.ts +8 -9
- package/lib/text-area/text-area.template.d.ts +4 -4
- package/lib/text-field/definition.d.ts +4 -4
- package/lib/text-field/index.d.ts +1 -1
- package/lib/text-field/text-field.d.ts +13 -14
- package/lib/text-field/text-field.template.d.ts +4 -4
- package/lib/toggletip/definition.d.ts +3 -3
- package/lib/toggletip/index.d.ts +1 -1
- package/lib/toggletip/toggletip.d.ts +15 -15
- package/lib/toggletip/toggletip.template.d.ts +4 -4
- package/lib/tooltip/definition.d.ts +3 -3
- package/lib/tooltip/index.d.ts +1 -1
- package/lib/tooltip/tooltip.d.ts +14 -14
- package/lib/tooltip/tooltip.template.d.ts +4 -4
- package/lib/tree-item/definition.d.ts +3 -3
- package/lib/tree-item/index.d.ts +1 -1
- package/lib/tree-item/tree-item.d.ts +7 -7
- package/lib/tree-item/tree-item.template.d.ts +4 -4
- package/lib/tree-view/definition.d.ts +3 -3
- package/lib/tree-view/index.d.ts +1 -1
- package/lib/tree-view/tree-view.d.ts +3 -3
- package/lib/tree-view/tree-view.template.d.ts +2 -2
- package/listbox/index.js +17 -21
- package/menu/index.js +2 -5
- package/menu-item/index.js +1 -4
- package/nav/index.js +1 -1
- package/nav-disclosure/index.js +1 -3
- package/nav-item/index.js +1 -3
- package/note/index.js +1 -3
- package/number-field/index.js +1 -4
- package/option/index.js +0 -2
- package/package.json +10 -8
- package/pagination/index.js +2 -6
- package/popup/index.js +0 -3
- package/progress/index.js +1 -1
- package/radio/index.js +1 -1
- package/radio-group/index.js +3 -3
- package/select/index.js +1 -4
- package/shared/affix.js +2 -5
- package/shared/anchor.js +2 -1
- package/shared/apply-mixins.js +1 -1
- package/shared/definition.js +7 -9
- package/shared/definition10.js +13 -17
- package/shared/definition11.js +6 -9
- package/shared/definition12.js +16 -18
- package/shared/definition13.js +6 -8
- package/shared/definition14.js +7 -12
- package/shared/definition15.js +43 -52
- package/shared/definition16.js +8 -71
- package/shared/definition17.js +36 -45
- package/shared/definition18.js +19 -24
- package/shared/definition19.js +45 -49
- package/shared/definition2.js +24 -28
- package/shared/definition20.js +390 -281
- package/shared/definition21.js +12 -16
- package/shared/definition22.js +82 -168
- package/shared/definition23.js +35 -41
- package/shared/definition24.js +6 -8
- package/shared/definition25.js +10 -14
- package/shared/definition26.js +40 -42
- package/shared/definition27.js +2285 -48
- package/shared/definition28.js +46 -38
- package/shared/definition29.js +38 -370
- package/shared/definition3.js +5 -9
- package/shared/definition30.js +348 -302
- package/shared/definition31.js +365 -14
- package/shared/definition32.js +12 -71
- package/shared/definition33.js +63 -26
- package/shared/definition34.js +24 -40
- package/shared/definition35.js +32 -436
- package/shared/definition36.js +428 -217
- package/shared/definition37.js +175 -77
- package/shared/definition38.js +50 -34
- package/shared/definition39.js +36 -430
- package/shared/definition4.js +3 -5
- package/shared/definition40.js +358 -589
- package/shared/definition41.js +644 -75
- package/shared/definition42.js +70 -587
- package/shared/definition43.js +503 -84
- package/shared/definition44.js +124 -52
- package/shared/definition45.js +57 -19
- package/shared/definition46.js +17 -487
- package/shared/definition47.js +477 -102
- package/shared/definition48.js +109 -19
- package/shared/definition49.js +17 -276
- package/shared/definition5.js +7 -8
- package/shared/definition50.js +253 -101
- package/shared/definition51.js +114 -629
- package/shared/definition52.js +92 -85
- package/shared/definition53.js +112 -70
- package/shared/definition54.js +65 -294
- package/shared/definition55.js +303 -0
- package/shared/definition6.js +17 -23
- package/shared/definition7.js +44 -47
- package/shared/definition8.js +3 -5
- package/shared/definition9.js +13 -17
- package/shared/design-system/index.d.ts +3 -3
- package/shared/focus2.js +1 -3
- package/shared/form-associated.js +1 -1
- package/shared/form-elements.js +16 -20
- package/shared/icon.js +2 -1171
- package/shared/index.js +41 -1549
- package/shared/listbox.js +1 -1
- package/shared/patterns/affix.d.ts +9 -9
- package/shared/patterns/focus.d.ts +3 -3
- package/shared/patterns/form-elements/form-elements.d.ts +57 -57
- package/shared/patterns/form-elements/index.d.ts +1 -1
- package/shared/patterns/index.d.ts +3 -3
- package/shared/repeat.js +1 -1
- package/shared/text-anchor.template.js +38 -40
- package/shared/text-field.js +1 -1
- package/shared/text-field2.js +1 -1
- package/shared/when.js +19 -5
- package/side-drawer/index.js +1 -1
- package/slider/index.js +1 -4
- 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 +17 -17
- package/styles/tokens/theme-light.css +17 -17
- package/switch/index.js +1 -3
- package/tab/index.js +1 -3
- package/tab-panel/index.js +1 -1
- package/tabs/index.js +3 -5
- package/tag/index.js +1 -3
- package/tag-group/index.js +1 -1
- package/text-anchor/index.js +0 -2
- package/text-area/index.js +1 -3
- package/text-field/index.js +1 -3
- package/toggletip/index.js +1 -5
- package/tooltip/index.js +1 -4
- package/tree-item/index.js +2 -4
- package/tree-view/index.js +1 -1
- package/vivid.api.json +210 -848
- package/shared/es.object.assign.js +0 -68
- package/shared/es.regexp.to-string.js +0 -61
- package/shared/es.string.includes.js +0 -83
- package/shared/string-trim.js +0 -40
- package/shared/to-string.js +0 -51
package/custom-elements.json
CHANGED
|
@@ -297,8 +297,9 @@
|
|
|
297
297
|
"kind": "field",
|
|
298
298
|
"name": "role",
|
|
299
299
|
"type": {
|
|
300
|
-
"text": "string |
|
|
301
|
-
}
|
|
300
|
+
"text": "string | null"
|
|
301
|
+
},
|
|
302
|
+
"default": "null"
|
|
302
303
|
},
|
|
303
304
|
{
|
|
304
305
|
"kind": "field",
|
|
@@ -337,8 +338,9 @@
|
|
|
337
338
|
{
|
|
338
339
|
"name": "role",
|
|
339
340
|
"type": {
|
|
340
|
-
"text": "string |
|
|
341
|
+
"text": "string | null"
|
|
341
342
|
},
|
|
343
|
+
"default": "null",
|
|
342
344
|
"fieldName": "role"
|
|
343
345
|
},
|
|
344
346
|
{
|
|
@@ -1347,6 +1349,14 @@
|
|
|
1347
1349
|
}
|
|
1348
1350
|
],
|
|
1349
1351
|
"members": [
|
|
1352
|
+
{
|
|
1353
|
+
"kind": "field",
|
|
1354
|
+
"name": "role",
|
|
1355
|
+
"type": {
|
|
1356
|
+
"text": "string | null"
|
|
1357
|
+
},
|
|
1358
|
+
"default": "null"
|
|
1359
|
+
},
|
|
1350
1360
|
{
|
|
1351
1361
|
"kind": "field",
|
|
1352
1362
|
"name": "actionHref",
|
|
@@ -1376,13 +1386,6 @@
|
|
|
1376
1386
|
"text": "any"
|
|
1377
1387
|
}
|
|
1378
1388
|
},
|
|
1379
|
-
{
|
|
1380
|
-
"kind": "field",
|
|
1381
|
-
"name": "role",
|
|
1382
|
-
"type": {
|
|
1383
|
-
"text": "string | undefined"
|
|
1384
|
-
}
|
|
1385
|
-
},
|
|
1386
1389
|
{
|
|
1387
1390
|
"kind": "field",
|
|
1388
1391
|
"name": "text",
|
|
@@ -1423,6 +1426,14 @@
|
|
|
1423
1426
|
}
|
|
1424
1427
|
],
|
|
1425
1428
|
"attributes": [
|
|
1429
|
+
{
|
|
1430
|
+
"name": "role",
|
|
1431
|
+
"type": {
|
|
1432
|
+
"text": "string | null"
|
|
1433
|
+
},
|
|
1434
|
+
"default": "null",
|
|
1435
|
+
"fieldName": "role"
|
|
1436
|
+
},
|
|
1426
1437
|
{
|
|
1427
1438
|
"name": "action-href",
|
|
1428
1439
|
"type": {
|
|
@@ -1451,13 +1462,6 @@
|
|
|
1451
1462
|
},
|
|
1452
1463
|
"fieldName": "ariaLive"
|
|
1453
1464
|
},
|
|
1454
|
-
{
|
|
1455
|
-
"name": "role",
|
|
1456
|
-
"type": {
|
|
1457
|
-
"text": "string | undefined"
|
|
1458
|
-
},
|
|
1459
|
-
"fieldName": "role"
|
|
1460
|
-
},
|
|
1461
1465
|
{
|
|
1462
1466
|
"name": "text",
|
|
1463
1467
|
"type": {
|
|
@@ -4366,6 +4370,299 @@
|
|
|
4366
4370
|
}
|
|
4367
4371
|
]
|
|
4368
4372
|
},
|
|
4373
|
+
{
|
|
4374
|
+
"kind": "javascript-module",
|
|
4375
|
+
"path": "libs/components/src/lib/file-picker/definition.ts",
|
|
4376
|
+
"declarations": [
|
|
4377
|
+
{
|
|
4378
|
+
"kind": "variable",
|
|
4379
|
+
"name": "filePickerDefinition"
|
|
4380
|
+
},
|
|
4381
|
+
{
|
|
4382
|
+
"kind": "variable",
|
|
4383
|
+
"name": "registerFilePicker",
|
|
4384
|
+
"description": "Registers the file-picker element with the design system.",
|
|
4385
|
+
"parameters": [
|
|
4386
|
+
{
|
|
4387
|
+
"description": "the prefix to use for the component name",
|
|
4388
|
+
"name": "prefix"
|
|
4389
|
+
}
|
|
4390
|
+
]
|
|
4391
|
+
}
|
|
4392
|
+
],
|
|
4393
|
+
"exports": [
|
|
4394
|
+
{
|
|
4395
|
+
"kind": "js",
|
|
4396
|
+
"name": "filePickerDefinition",
|
|
4397
|
+
"declaration": {
|
|
4398
|
+
"name": "filePickerDefinition",
|
|
4399
|
+
"module": "libs/components/src/lib/file-picker/definition.ts"
|
|
4400
|
+
}
|
|
4401
|
+
},
|
|
4402
|
+
{
|
|
4403
|
+
"kind": "js",
|
|
4404
|
+
"name": "registerFilePicker",
|
|
4405
|
+
"declaration": {
|
|
4406
|
+
"name": "registerFilePicker",
|
|
4407
|
+
"module": "libs/components/src/lib/file-picker/definition.ts"
|
|
4408
|
+
}
|
|
4409
|
+
}
|
|
4410
|
+
]
|
|
4411
|
+
},
|
|
4412
|
+
{
|
|
4413
|
+
"kind": "javascript-module",
|
|
4414
|
+
"path": "libs/components/src/lib/file-picker/file-picker.ts",
|
|
4415
|
+
"declarations": [
|
|
4416
|
+
{
|
|
4417
|
+
"kind": "class",
|
|
4418
|
+
"description": "File-picker component",
|
|
4419
|
+
"name": "FilePicker",
|
|
4420
|
+
"members": [
|
|
4421
|
+
{
|
|
4422
|
+
"kind": "field",
|
|
4423
|
+
"name": "#dropzone",
|
|
4424
|
+
"privacy": "private",
|
|
4425
|
+
"type": {
|
|
4426
|
+
"text": "Dropzone | undefined"
|
|
4427
|
+
}
|
|
4428
|
+
},
|
|
4429
|
+
{
|
|
4430
|
+
"kind": "field",
|
|
4431
|
+
"name": "files",
|
|
4432
|
+
"type": {
|
|
4433
|
+
"text": "File[]"
|
|
4434
|
+
},
|
|
4435
|
+
"description": "Files that have been added to the file picker and passed validation.",
|
|
4436
|
+
"privacy": "public",
|
|
4437
|
+
"readonly": true
|
|
4438
|
+
},
|
|
4439
|
+
{
|
|
4440
|
+
"kind": "field",
|
|
4441
|
+
"name": "label",
|
|
4442
|
+
"type": {
|
|
4443
|
+
"text": "string | undefined"
|
|
4444
|
+
},
|
|
4445
|
+
"description": "Indicates the file picker's label.",
|
|
4446
|
+
"privacy": "public"
|
|
4447
|
+
},
|
|
4448
|
+
{
|
|
4449
|
+
"kind": "field",
|
|
4450
|
+
"name": "maxFiles",
|
|
4451
|
+
"type": {
|
|
4452
|
+
"text": "number | undefined"
|
|
4453
|
+
},
|
|
4454
|
+
"description": "The max files that can be selected.",
|
|
4455
|
+
"privacy": "public"
|
|
4456
|
+
},
|
|
4457
|
+
{
|
|
4458
|
+
"kind": "method",
|
|
4459
|
+
"name": "maxFilesChanged",
|
|
4460
|
+
"return": {
|
|
4461
|
+
"type": {
|
|
4462
|
+
"text": "void"
|
|
4463
|
+
}
|
|
4464
|
+
},
|
|
4465
|
+
"parameters": [
|
|
4466
|
+
{
|
|
4467
|
+
"name": "_oldValue",
|
|
4468
|
+
"type": {
|
|
4469
|
+
"text": "number"
|
|
4470
|
+
}
|
|
4471
|
+
},
|
|
4472
|
+
{
|
|
4473
|
+
"name": "newValue",
|
|
4474
|
+
"type": {
|
|
4475
|
+
"text": "number"
|
|
4476
|
+
}
|
|
4477
|
+
}
|
|
4478
|
+
]
|
|
4479
|
+
},
|
|
4480
|
+
{
|
|
4481
|
+
"kind": "field",
|
|
4482
|
+
"name": "maxFileSize",
|
|
4483
|
+
"type": {
|
|
4484
|
+
"text": "number"
|
|
4485
|
+
},
|
|
4486
|
+
"default": "256",
|
|
4487
|
+
"description": "The max file size that can be selected.",
|
|
4488
|
+
"privacy": "public"
|
|
4489
|
+
},
|
|
4490
|
+
{
|
|
4491
|
+
"kind": "method",
|
|
4492
|
+
"name": "maxFileSizeChanged",
|
|
4493
|
+
"return": {
|
|
4494
|
+
"type": {
|
|
4495
|
+
"text": "void"
|
|
4496
|
+
}
|
|
4497
|
+
},
|
|
4498
|
+
"parameters": [
|
|
4499
|
+
{
|
|
4500
|
+
"name": "_oldValue",
|
|
4501
|
+
"type": {
|
|
4502
|
+
"text": "number"
|
|
4503
|
+
}
|
|
4504
|
+
},
|
|
4505
|
+
{
|
|
4506
|
+
"name": "newValue",
|
|
4507
|
+
"type": {
|
|
4508
|
+
"text": "number"
|
|
4509
|
+
}
|
|
4510
|
+
}
|
|
4511
|
+
]
|
|
4512
|
+
},
|
|
4513
|
+
{
|
|
4514
|
+
"kind": "field",
|
|
4515
|
+
"name": "accept",
|
|
4516
|
+
"type": {
|
|
4517
|
+
"text": "string | undefined"
|
|
4518
|
+
},
|
|
4519
|
+
"description": "List of accepted files types",
|
|
4520
|
+
"privacy": "public"
|
|
4521
|
+
},
|
|
4522
|
+
{
|
|
4523
|
+
"kind": "method",
|
|
4524
|
+
"name": "acceptChanged",
|
|
4525
|
+
"return": {
|
|
4526
|
+
"type": {
|
|
4527
|
+
"text": "void"
|
|
4528
|
+
}
|
|
4529
|
+
},
|
|
4530
|
+
"parameters": [
|
|
4531
|
+
{
|
|
4532
|
+
"name": "_oldValue",
|
|
4533
|
+
"type": {
|
|
4534
|
+
"text": "string"
|
|
4535
|
+
}
|
|
4536
|
+
},
|
|
4537
|
+
{
|
|
4538
|
+
"name": "newValue",
|
|
4539
|
+
"type": {
|
|
4540
|
+
"text": "string"
|
|
4541
|
+
}
|
|
4542
|
+
}
|
|
4543
|
+
]
|
|
4544
|
+
},
|
|
4545
|
+
{
|
|
4546
|
+
"kind": "field",
|
|
4547
|
+
"name": "size",
|
|
4548
|
+
"type": {
|
|
4549
|
+
"text": "FileUploaderSize | undefined"
|
|
4550
|
+
},
|
|
4551
|
+
"description": "The size the file-uploader should have.",
|
|
4552
|
+
"privacy": "public"
|
|
4553
|
+
},
|
|
4554
|
+
{
|
|
4555
|
+
"kind": "field",
|
|
4556
|
+
"name": "buttonTag",
|
|
4557
|
+
"type": {
|
|
4558
|
+
"text": "string"
|
|
4559
|
+
},
|
|
4560
|
+
"privacy": "private",
|
|
4561
|
+
"default": "'vwc-button'",
|
|
4562
|
+
"description": "Used internally to hold the tag that button is registered at."
|
|
4563
|
+
},
|
|
4564
|
+
{
|
|
4565
|
+
"kind": "method",
|
|
4566
|
+
"name": "#chooseFile",
|
|
4567
|
+
"return": {
|
|
4568
|
+
"type": {
|
|
4569
|
+
"text": "void"
|
|
4570
|
+
}
|
|
4571
|
+
}
|
|
4572
|
+
},
|
|
4573
|
+
{
|
|
4574
|
+
"kind": "method",
|
|
4575
|
+
"name": "#updateHiddenFileInput",
|
|
4576
|
+
"return": {
|
|
4577
|
+
"type": {
|
|
4578
|
+
"text": "void"
|
|
4579
|
+
}
|
|
4580
|
+
}
|
|
4581
|
+
},
|
|
4582
|
+
{
|
|
4583
|
+
"kind": "method",
|
|
4584
|
+
"name": "#handleFilesChanged",
|
|
4585
|
+
"return": {
|
|
4586
|
+
"type": {
|
|
4587
|
+
"text": "void"
|
|
4588
|
+
}
|
|
4589
|
+
}
|
|
4590
|
+
},
|
|
4591
|
+
{
|
|
4592
|
+
"kind": "field",
|
|
4593
|
+
"name": "autoDiscover",
|
|
4594
|
+
"type": {
|
|
4595
|
+
"text": "boolean"
|
|
4596
|
+
},
|
|
4597
|
+
"default": "false"
|
|
4598
|
+
}
|
|
4599
|
+
],
|
|
4600
|
+
"events": [
|
|
4601
|
+
{
|
|
4602
|
+
"description": "Emitted when a file is added or removed.",
|
|
4603
|
+
"name": "change"
|
|
4604
|
+
}
|
|
4605
|
+
],
|
|
4606
|
+
"attributes": [
|
|
4607
|
+
{
|
|
4608
|
+
"name": "label",
|
|
4609
|
+
"type": {
|
|
4610
|
+
"text": "string | undefined"
|
|
4611
|
+
},
|
|
4612
|
+
"description": "Indicates the file picker's label.",
|
|
4613
|
+
"fieldName": "label"
|
|
4614
|
+
},
|
|
4615
|
+
{
|
|
4616
|
+
"name": "max-files",
|
|
4617
|
+
"type": {
|
|
4618
|
+
"text": "number | undefined"
|
|
4619
|
+
},
|
|
4620
|
+
"description": "The max files that can be selected.",
|
|
4621
|
+
"fieldName": "maxFiles"
|
|
4622
|
+
},
|
|
4623
|
+
{
|
|
4624
|
+
"name": "max-file-size",
|
|
4625
|
+
"type": {
|
|
4626
|
+
"text": "number"
|
|
4627
|
+
},
|
|
4628
|
+
"default": "256",
|
|
4629
|
+
"description": "The max file size that can be selected.",
|
|
4630
|
+
"fieldName": "maxFileSize"
|
|
4631
|
+
},
|
|
4632
|
+
{
|
|
4633
|
+
"name": "accept",
|
|
4634
|
+
"type": {
|
|
4635
|
+
"text": "string | undefined"
|
|
4636
|
+
},
|
|
4637
|
+
"description": "List of accepted files types",
|
|
4638
|
+
"fieldName": "accept"
|
|
4639
|
+
},
|
|
4640
|
+
{
|
|
4641
|
+
"name": "size",
|
|
4642
|
+
"type": {
|
|
4643
|
+
"text": "FileUploaderSize | undefined"
|
|
4644
|
+
},
|
|
4645
|
+
"description": "The size the file-uploader should have.",
|
|
4646
|
+
"fieldName": "size"
|
|
4647
|
+
}
|
|
4648
|
+
],
|
|
4649
|
+
"superclass": {
|
|
4650
|
+
"name": "FoundationElement",
|
|
4651
|
+
"package": "@microsoft/fast-foundation"
|
|
4652
|
+
}
|
|
4653
|
+
}
|
|
4654
|
+
],
|
|
4655
|
+
"exports": [
|
|
4656
|
+
{
|
|
4657
|
+
"kind": "js",
|
|
4658
|
+
"name": "FilePicker",
|
|
4659
|
+
"declaration": {
|
|
4660
|
+
"name": "FilePicker",
|
|
4661
|
+
"module": "libs/components/src/lib/file-picker/file-picker.ts"
|
|
4662
|
+
}
|
|
4663
|
+
}
|
|
4664
|
+
]
|
|
4665
|
+
},
|
|
4369
4666
|
{
|
|
4370
4667
|
"kind": "javascript-module",
|
|
4371
4668
|
"path": "libs/components/src/lib/focus/definition.ts",
|
|
@@ -5145,25 +5442,25 @@
|
|
|
5145
5442
|
"members": [
|
|
5146
5443
|
{
|
|
5147
5444
|
"kind": "field",
|
|
5148
|
-
"name": "#
|
|
5149
|
-
"privacy": "private"
|
|
5150
|
-
},
|
|
5151
|
-
{
|
|
5152
|
-
"kind": "field",
|
|
5153
|
-
"name": "_popup",
|
|
5445
|
+
"name": "#observer",
|
|
5446
|
+
"privacy": "private",
|
|
5154
5447
|
"type": {
|
|
5155
|
-
"text": "
|
|
5448
|
+
"text": "MutationObserver | undefined"
|
|
5156
5449
|
}
|
|
5157
5450
|
},
|
|
5158
5451
|
{
|
|
5159
5452
|
"kind": "field",
|
|
5160
|
-
"name": "
|
|
5453
|
+
"name": "#anchorEl",
|
|
5454
|
+
"privacy": "private",
|
|
5161
5455
|
"type": {
|
|
5162
|
-
"text": "
|
|
5456
|
+
"text": "HTMLElement | null"
|
|
5163
5457
|
},
|
|
5164
|
-
"default": "
|
|
5165
|
-
|
|
5166
|
-
|
|
5458
|
+
"default": "null"
|
|
5459
|
+
},
|
|
5460
|
+
{
|
|
5461
|
+
"kind": "field",
|
|
5462
|
+
"name": "#observeMissingAnchor",
|
|
5463
|
+
"privacy": "private"
|
|
5167
5464
|
},
|
|
5168
5465
|
{
|
|
5169
5466
|
"kind": "field",
|
|
@@ -5171,18 +5468,43 @@
|
|
|
5171
5468
|
"type": {
|
|
5172
5469
|
"text": "Placement | undefined"
|
|
5173
5470
|
},
|
|
5174
|
-
"
|
|
5471
|
+
"default": "'bottom'",
|
|
5472
|
+
"description": "placement of the menu",
|
|
5175
5473
|
"privacy": "public"
|
|
5176
5474
|
},
|
|
5177
5475
|
{
|
|
5178
5476
|
"kind": "field",
|
|
5179
5477
|
"name": "anchor",
|
|
5180
5478
|
"type": {
|
|
5181
|
-
"text": "
|
|
5479
|
+
"text": "AnchorType"
|
|
5182
5480
|
},
|
|
5183
|
-
"
|
|
5481
|
+
"default": "''",
|
|
5482
|
+
"description": "id or direct reference to the menu's anchor element",
|
|
5184
5483
|
"privacy": "public"
|
|
5185
5484
|
},
|
|
5485
|
+
{
|
|
5486
|
+
"kind": "method",
|
|
5487
|
+
"name": "anchorChanged",
|
|
5488
|
+
"return": {
|
|
5489
|
+
"type": {
|
|
5490
|
+
"text": "void"
|
|
5491
|
+
}
|
|
5492
|
+
},
|
|
5493
|
+
"parameters": [
|
|
5494
|
+
{
|
|
5495
|
+
"name": "_",
|
|
5496
|
+
"type": {
|
|
5497
|
+
"text": "AnchorType"
|
|
5498
|
+
}
|
|
5499
|
+
},
|
|
5500
|
+
{
|
|
5501
|
+
"name": "newValue",
|
|
5502
|
+
"type": {
|
|
5503
|
+
"text": "AnchorType"
|
|
5504
|
+
}
|
|
5505
|
+
}
|
|
5506
|
+
]
|
|
5507
|
+
},
|
|
5186
5508
|
{
|
|
5187
5509
|
"kind": "field",
|
|
5188
5510
|
"name": "autoDismiss",
|
|
@@ -5195,50 +5517,103 @@
|
|
|
5195
5517
|
},
|
|
5196
5518
|
{
|
|
5197
5519
|
"kind": "method",
|
|
5198
|
-
"name": "
|
|
5520
|
+
"name": "autoDismissChanged",
|
|
5521
|
+
"return": {
|
|
5522
|
+
"type": {
|
|
5523
|
+
"text": "void"
|
|
5524
|
+
}
|
|
5525
|
+
},
|
|
5199
5526
|
"parameters": [
|
|
5200
5527
|
{
|
|
5201
|
-
"name": "
|
|
5528
|
+
"name": "oldValue",
|
|
5202
5529
|
"type": {
|
|
5203
|
-
"text": "
|
|
5530
|
+
"text": "boolean"
|
|
5204
5531
|
}
|
|
5205
5532
|
},
|
|
5206
5533
|
{
|
|
5207
|
-
"name": "
|
|
5534
|
+
"name": "newValue",
|
|
5208
5535
|
"type": {
|
|
5209
|
-
"text": "
|
|
5536
|
+
"text": "boolean"
|
|
5210
5537
|
}
|
|
5211
5538
|
}
|
|
5212
5539
|
]
|
|
5213
5540
|
},
|
|
5214
5541
|
{
|
|
5215
|
-
"kind": "
|
|
5216
|
-
"name": "
|
|
5217
|
-
}
|
|
5218
|
-
],
|
|
5219
|
-
"attributes": [
|
|
5220
|
-
{
|
|
5542
|
+
"kind": "field",
|
|
5543
|
+
"name": "open",
|
|
5221
5544
|
"type": {
|
|
5222
5545
|
"text": "boolean"
|
|
5223
5546
|
},
|
|
5224
5547
|
"default": "false",
|
|
5225
5548
|
"description": "indicates whether the menu is open",
|
|
5226
|
-
"
|
|
5549
|
+
"privacy": "public"
|
|
5227
5550
|
},
|
|
5228
5551
|
{
|
|
5229
|
-
"
|
|
5552
|
+
"kind": "method",
|
|
5553
|
+
"name": "openChanged",
|
|
5554
|
+
"return": {
|
|
5555
|
+
"type": {
|
|
5556
|
+
"text": "void"
|
|
5557
|
+
}
|
|
5558
|
+
}
|
|
5559
|
+
},
|
|
5560
|
+
{
|
|
5561
|
+
"kind": "method",
|
|
5562
|
+
"name": "#setupAnchor",
|
|
5563
|
+
"parameters": [
|
|
5564
|
+
{
|
|
5565
|
+
"name": "a",
|
|
5566
|
+
"type": {
|
|
5567
|
+
"text": "HTMLElement"
|
|
5568
|
+
}
|
|
5569
|
+
}
|
|
5570
|
+
]
|
|
5571
|
+
},
|
|
5572
|
+
{
|
|
5573
|
+
"kind": "method",
|
|
5574
|
+
"name": "#cleanupAnchor",
|
|
5575
|
+
"parameters": [
|
|
5576
|
+
{
|
|
5577
|
+
"name": "a",
|
|
5578
|
+
"type": {
|
|
5579
|
+
"text": "HTMLElement"
|
|
5580
|
+
}
|
|
5581
|
+
}
|
|
5582
|
+
]
|
|
5583
|
+
},
|
|
5584
|
+
{
|
|
5585
|
+
"kind": "field",
|
|
5586
|
+
"name": "#openIfClosed",
|
|
5587
|
+
"privacy": "private"
|
|
5588
|
+
},
|
|
5589
|
+
{
|
|
5590
|
+
"kind": "field",
|
|
5591
|
+
"name": "#closeOnClickOutside",
|
|
5592
|
+
"privacy": "private"
|
|
5593
|
+
},
|
|
5594
|
+
{
|
|
5595
|
+
"kind": "field",
|
|
5596
|
+
"name": "actionItemsSlottedContent",
|
|
5597
|
+
"type": {
|
|
5598
|
+
"text": "HTMLElement[] | undefined"
|
|
5599
|
+
}
|
|
5600
|
+
}
|
|
5601
|
+
],
|
|
5602
|
+
"attributes": [
|
|
5603
|
+
{
|
|
5230
5604
|
"type": {
|
|
5231
5605
|
"text": "Placement | undefined"
|
|
5232
5606
|
},
|
|
5233
|
-
"
|
|
5607
|
+
"default": "'bottom'",
|
|
5608
|
+
"description": "placement of the menu",
|
|
5234
5609
|
"fieldName": "placement"
|
|
5235
5610
|
},
|
|
5236
5611
|
{
|
|
5237
|
-
"name": "anchor",
|
|
5238
5612
|
"type": {
|
|
5239
|
-
"text": "
|
|
5613
|
+
"text": "AnchorType"
|
|
5240
5614
|
},
|
|
5241
|
-
"
|
|
5615
|
+
"default": "''",
|
|
5616
|
+
"description": "id or direct reference to the menu's anchor element",
|
|
5242
5617
|
"fieldName": "anchor"
|
|
5243
5618
|
},
|
|
5244
5619
|
{
|
|
@@ -5249,6 +5624,14 @@
|
|
|
5249
5624
|
"default": "false",
|
|
5250
5625
|
"description": "indicates whether the menu will automatically close when\nthe user clicks outside the menu",
|
|
5251
5626
|
"fieldName": "autoDismiss"
|
|
5627
|
+
},
|
|
5628
|
+
{
|
|
5629
|
+
"type": {
|
|
5630
|
+
"text": "boolean"
|
|
5631
|
+
},
|
|
5632
|
+
"default": "false",
|
|
5633
|
+
"description": "indicates whether the menu is open",
|
|
5634
|
+
"fieldName": "open"
|
|
5252
5635
|
}
|
|
5253
5636
|
],
|
|
5254
5637
|
"superclass": {
|
|
@@ -5316,9 +5699,9 @@
|
|
|
5316
5699
|
"kind": "variable",
|
|
5317
5700
|
"name": "MenuItemRole",
|
|
5318
5701
|
"type": {
|
|
5319
|
-
"text": "{...FastMenuItemRole
|
|
5702
|
+
"text": "{\n\t...FastMenuItemRole,\n\tpresentation: 'presentation',\n}"
|
|
5320
5703
|
},
|
|
5321
|
-
"default": "{...FastMenuItemRole
|
|
5704
|
+
"default": "{\n\t...FastMenuItemRole,\n\tpresentation: 'presentation',\n}"
|
|
5322
5705
|
},
|
|
5323
5706
|
{
|
|
5324
5707
|
"kind": "class",
|
|
@@ -5354,6 +5737,12 @@
|
|
|
5354
5737
|
"default": "var(--vvd-color-neutral-200)"
|
|
5355
5738
|
}
|
|
5356
5739
|
],
|
|
5740
|
+
"slots": [
|
|
5741
|
+
{
|
|
5742
|
+
"description": "Assign nodes to the `meta` slot to set a badge or an additional icon.",
|
|
5743
|
+
"name": "meta"
|
|
5744
|
+
}
|
|
5745
|
+
],
|
|
5357
5746
|
"members": [
|
|
5358
5747
|
{
|
|
5359
5748
|
"kind": "field",
|
package/data-grid/index.js
CHANGED
|
@@ -1,14 +1,10 @@
|
|
|
1
1
|
import { r as registerDataGrid } from '../shared/definition22.js';
|
|
2
|
-
import '../shared/index.js';
|
|
3
2
|
import '../shared/definition3.js';
|
|
3
|
+
import '../shared/index.js';
|
|
4
4
|
import '../shared/icon.js';
|
|
5
|
-
import '../shared/to-string.js';
|
|
6
|
-
import '../shared/string-trim.js';
|
|
7
5
|
import '../shared/_has.js';
|
|
8
6
|
import '../shared/class-names.js';
|
|
9
7
|
import '../shared/when.js';
|
|
10
|
-
import '../shared/es.string.includes.js';
|
|
11
|
-
import '../shared/es.regexp.to-string.js';
|
|
12
8
|
import '../shared/key-codes.js';
|
|
13
9
|
import '../shared/repeat.js';
|
|
14
10
|
import '../shared/node-observation.js';
|
package/dialog/index.js
CHANGED
|
@@ -2,8 +2,6 @@ import { r as registerDialog } from '../shared/definition23.js';
|
|
|
2
2
|
import '../shared/index.js';
|
|
3
3
|
import '../shared/definition3.js';
|
|
4
4
|
import '../shared/icon.js';
|
|
5
|
-
import '../shared/to-string.js';
|
|
6
|
-
import '../shared/string-trim.js';
|
|
7
5
|
import '../shared/_has.js';
|
|
8
6
|
import '../shared/class-names.js';
|
|
9
7
|
import '../shared/when.js';
|
package/empty-state/index.js
CHANGED
|
@@ -2,8 +2,6 @@ import { r as registerEmptyState } from '../shared/definition25.js';
|
|
|
2
2
|
import '../shared/index.js';
|
|
3
3
|
import '../shared/definition3.js';
|
|
4
4
|
import '../shared/icon.js';
|
|
5
|
-
import '../shared/to-string.js';
|
|
6
|
-
import '../shared/string-trim.js';
|
|
7
5
|
import '../shared/_has.js';
|
|
8
6
|
import '../shared/class-names.js';
|
|
9
7
|
import '../shared/when.js';
|
package/fab/index.js
CHANGED
|
@@ -2,8 +2,6 @@ import { r as registerFab } from '../shared/definition26.js';
|
|
|
2
2
|
import '../shared/index.js';
|
|
3
3
|
import '../shared/definition3.js';
|
|
4
4
|
import '../shared/icon.js';
|
|
5
|
-
import '../shared/to-string.js';
|
|
6
|
-
import '../shared/string-trim.js';
|
|
7
5
|
import '../shared/_has.js';
|
|
8
6
|
import '../shared/class-names.js';
|
|
9
7
|
import '../shared/when.js';
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { r as registerFilePicker } from '../shared/definition27.js';
|
|
2
|
+
import '../shared/index.js';
|
|
3
|
+
import '../shared/definition3.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/definition4.js';
|
|
9
|
+
import '../shared/focus.js';
|
|
10
|
+
import '../shared/definition7.js';
|
|
11
|
+
import '../shared/definition9.js';
|
|
12
|
+
import '../shared/base-progress.js';
|
|
13
|
+
import '../shared/affix.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/focus2.js';
|
|
22
|
+
import '../shared/form-elements.js';
|
|
23
|
+
|
|
24
|
+
registerFilePicker();
|