@vonage/vivid 3.39.0 → 3.41.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/accordion/index.js +2 -2
- package/accordion-item/index.js +2 -2
- package/alert/index.js +7 -5
- package/audio-player/index.js +33 -0
- package/avatar/index.js +2 -2
- package/badge/index.js +2 -2
- package/banner/index.js +9 -5
- package/breadcrumb/index.js +1 -1
- package/breadcrumb-item/index.js +3 -3
- package/button/index.js +5 -4
- package/calendar/index.js +1 -1
- package/calendar-event/index.js +1 -1
- package/card/index.js +4 -3
- package/checkbox/index.js +3 -3
- package/combobox/index.js +9 -7
- package/custom-elements.json +809 -5
- package/data-grid/index.js +3 -2
- package/date-picker/index.js +11 -9
- package/date-range-picker/index.js +11 -9
- package/dialog/index.js +10 -6
- package/divider/index.js +1 -1
- package/elevation/index.js +1 -1
- package/empty-state/index.js +2 -2
- package/fab/index.js +3 -3
- package/file-picker/index.js +6 -5
- package/focus/index.js +1 -1
- package/header/index.js +2 -2
- package/icon/index.js +1 -1
- package/index.js +60 -55
- package/layout/index.js +1 -1
- package/lib/alert/alert.d.ts +3 -1
- package/lib/alert/locale.d.ts +3 -0
- package/lib/audio-player/audio-player.d.ts +17 -0
- package/lib/audio-player/audio-player.template.d.ts +4 -0
- package/lib/audio-player/definition.d.ts +4 -0
- package/lib/audio-player/locale.d.ts +5 -0
- package/lib/banner/banner.d.ts +3 -1
- package/lib/banner/locale.d.ts +3 -0
- package/lib/card/card.d.ts +3 -0
- package/lib/card/card.template.d.ts +1 -1
- package/lib/card/definition.d.ts +1 -0
- package/lib/checkbox/checkbox.d.ts +2 -0
- package/lib/components.d.ts +2 -0
- package/lib/dialog/dialog.d.ts +4 -0
- package/lib/dialog/locale.d.ts +3 -0
- package/lib/enums.d.ts +2 -1
- package/lib/menu/menu.d.ts +1 -0
- package/lib/number-field/locale.d.ts +4 -0
- package/lib/number-field/number-field.d.ts +4 -2
- package/lib/progress/progress.d.ts +1 -0
- package/lib/progress-ring/progress-ring.d.ts +1 -0
- package/lib/radio/radio.d.ts +1 -0
- package/lib/selectable-box/definition.d.ts +3 -0
- package/lib/selectable-box/selectable-box.d.ts +12 -0
- package/lib/selectable-box/selectable-box.template.d.ts +4 -0
- package/lib/slider/definition.d.ts +1 -0
- package/lib/slider/slider.d.ts +5 -0
- package/lib/split-button/locale.d.ts +3 -0
- package/lib/split-button/split-button.d.ts +3 -1
- package/lib/text-area/text-area.d.ts +3 -0
- package/lib/text-field/text-field.d.ts +5 -2
- package/listbox/index.js +5 -4
- package/locales/en-GB.js +21 -0
- package/locales/en-US.js +21 -0
- package/locales/ja-JP.js +21 -0
- package/locales/zh-CN.js +21 -0
- package/menu/index.js +9 -8
- package/menu-item/index.js +3 -3
- package/nav/index.js +1 -1
- package/nav-disclosure/index.js +3 -3
- package/nav-item/index.js +3 -3
- package/note/index.js +2 -2
- package/number-field/index.js +8 -6
- package/option/index.js +3 -3
- package/package.json +1 -1
- package/pagination/index.js +6 -5
- package/popup/index.js +7 -6
- package/progress/index.js +1 -1
- package/progress-ring/index.js +1 -1
- package/radio/index.js +2 -2
- package/radio-group/index.js +2 -2
- package/select/index.js +10 -8
- package/selectable-box/index.js +23 -0
- package/shared/Reflector.js +65 -0
- package/shared/date-picker/calendar/segment.d.ts +21 -0
- package/shared/date-picker/date-picker-base.d.ts +1 -0
- package/shared/definition.js +3 -3
- package/shared/definition10.js +89 -227
- package/shared/definition11.js +151 -29
- package/shared/definition12.js +37 -766
- package/shared/definition13.js +747 -106
- package/shared/definition14.js +122 -192
- package/shared/definition15.js +156 -664
- package/shared/definition16.js +576 -1123
- package/shared/definition17.js +1278 -143
- package/shared/definition18.js +64 -298
- package/shared/definition19.js +358 -211
- package/shared/definition2.js +2 -2
- package/shared/definition20.js +259 -67
- package/shared/definition21.js +66 -58
- package/shared/definition22.js +43 -84
- package/shared/definition23.js +76 -2352
- package/shared/definition24.js +2362 -45
- package/shared/definition25.js +63 -27
- package/shared/definition26.js +24 -51
- package/shared/definition27.js +36 -813
- package/shared/definition28.js +837 -49
- package/shared/definition29.js +52 -89
- package/shared/definition3.js +1 -1
- package/shared/definition30.js +88 -24
- package/shared/definition31.js +25 -12
- package/shared/definition32.js +12 -52
- package/shared/definition33.js +28 -487
- package/shared/definition34.js +442 -197
- package/shared/definition35.js +260 -185
- package/shared/definition36.js +188 -69
- package/shared/definition37.js +72 -52
- package/shared/definition38.js +65 -421
- package/shared/definition39.js +435 -35
- package/shared/definition4.js +44 -16
- package/shared/definition40.js +32 -680
- package/shared/definition41.js +661 -77
- package/shared/definition42.js +103 -555
- package/shared/definition43.js +76 -103
- package/shared/definition44.js +522 -87
- package/shared/definition45.js +133 -22
- package/shared/definition46.js +131 -58
- package/shared/definition47.js +16 -501
- package/shared/definition48.js +69 -23
- package/shared/definition49.js +477 -108
- package/shared/definition5.js +160 -44
- package/shared/definition50.js +25 -271
- package/shared/definition51.js +103 -122
- package/shared/definition52.js +277 -122
- package/shared/definition53.js +274 -103
- package/shared/definition54.js +126 -71
- package/shared/definition55.js +128 -294
- package/shared/definition56.js +91 -13
- package/shared/definition57.js +298 -39
- package/shared/definition58.js +11 -175
- package/shared/definition59.js +47 -0
- package/shared/definition6.js +43 -33
- package/shared/definition60.js +181 -0
- package/shared/definition7.js +39 -105
- package/shared/definition8.js +122 -38
- package/shared/definition9.js +56 -89
- package/shared/enums.js +72 -0
- package/shared/icon.js +2 -2
- package/shared/index2.js +28 -1
- package/shared/key-codes.js +1 -1
- package/shared/key-codes2.js +9 -0
- package/shared/listbox.js +3 -8
- package/shared/localization/Locale.d.ts +12 -0
- package/shared/patterns/form-elements/form-elements.d.ts +6 -6
- package/shared/presentationDate.js +196 -143
- package/shared/radio.js +7 -0
- package/shared/text-field.js +1 -1
- package/shared/utils/Reflector.d.ts +8 -0
- package/shared/utils/randomId.d.ts +1 -0
- package/side-drawer/index.js +1 -1
- package/slider/index.js +3 -3
- package/split-button/index.js +6 -3
- package/style.css +889 -722
- 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.js +3 -3
- package/tab/index.js +3 -3
- package/tab-panel/index.js +1 -1
- package/tabs/index.js +5 -5
- package/tag/index.js +3 -3
- package/tag-group/index.js +1 -1
- package/text-area/index.js +4 -3
- package/text-field/index.js +4 -3
- package/toggletip/index.js +8 -7
- package/tooltip/index.js +8 -7
- package/tree-item/index.js +3 -3
- package/tree-view/index.js +1 -1
- package/vivid.api.json +392 -0
package/data-grid/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { r as registerDataGrid } from '../shared/
|
|
2
|
-
import '../shared/
|
|
1
|
+
import { r as registerDataGrid } from '../shared/definition17.js';
|
|
2
|
+
import '../shared/definition26.js';
|
|
3
3
|
import '../shared/index.js';
|
|
4
4
|
import '../shared/icon.js';
|
|
5
5
|
import '../shared/_has.js';
|
|
@@ -11,5 +11,6 @@ import '../shared/slotted.js';
|
|
|
11
11
|
import '../shared/children.js';
|
|
12
12
|
import '../shared/focus2.js';
|
|
13
13
|
import '../shared/focus.js';
|
|
14
|
+
import '../shared/key-codes2.js';
|
|
14
15
|
|
|
15
16
|
registerDataGrid();
|
package/date-picker/index.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { r as registerDatePicker } from '../shared/
|
|
1
|
+
import { r as registerDatePicker } from '../shared/definition18.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
4
|
-
import '../shared/
|
|
5
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition60.js';
|
|
4
|
+
import '../shared/definition11.js';
|
|
5
|
+
import '../shared/definition26.js';
|
|
6
6
|
import '../shared/icon.js';
|
|
7
7
|
import '../shared/_has.js';
|
|
8
8
|
import '../shared/class-names.js';
|
|
9
9
|
import '../shared/when.js';
|
|
10
|
-
import '../shared/
|
|
10
|
+
import '../shared/definition58.js';
|
|
11
11
|
import '../shared/focus.js';
|
|
12
|
-
import '../shared/
|
|
12
|
+
import '../shared/definition37.js';
|
|
13
13
|
import '../shared/base-progress.js';
|
|
14
14
|
import '../shared/affix.js';
|
|
15
15
|
import '../shared/slotted.js';
|
|
@@ -21,13 +21,15 @@ import '../shared/aria-global.js';
|
|
|
21
21
|
import '../shared/start-end.js';
|
|
22
22
|
import '../shared/ref.js';
|
|
23
23
|
import '../shared/focus2.js';
|
|
24
|
-
import '../shared/
|
|
25
|
-
import '../shared/
|
|
24
|
+
import '../shared/enums.js';
|
|
25
|
+
import '../shared/definition59.js';
|
|
26
|
+
import '../shared/definition53.js';
|
|
26
27
|
import '../shared/index2.js';
|
|
27
28
|
import '../locales/en-US.js';
|
|
29
|
+
import '../shared/Reflector.js';
|
|
28
30
|
import '../shared/text-field2.js';
|
|
29
31
|
import '../shared/text-field.js';
|
|
30
|
-
import '../shared/
|
|
32
|
+
import '../shared/definition21.js';
|
|
31
33
|
import '../shared/aria.js';
|
|
32
34
|
import '../shared/presentationDate.js';
|
|
33
35
|
import '../shared/repeat.js';
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { r as registerDateRangePicker } from '../shared/
|
|
1
|
+
import { r as registerDateRangePicker } from '../shared/definition19.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
4
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition11.js';
|
|
4
|
+
import '../shared/definition26.js';
|
|
5
5
|
import '../shared/icon.js';
|
|
6
6
|
import '../shared/_has.js';
|
|
7
7
|
import '../shared/class-names.js';
|
|
8
8
|
import '../shared/when.js';
|
|
9
|
-
import '../shared/
|
|
9
|
+
import '../shared/definition58.js';
|
|
10
10
|
import '../shared/focus.js';
|
|
11
|
-
import '../shared/
|
|
11
|
+
import '../shared/definition37.js';
|
|
12
12
|
import '../shared/base-progress.js';
|
|
13
13
|
import '../shared/affix.js';
|
|
14
14
|
import '../shared/slotted.js';
|
|
@@ -20,14 +20,16 @@ import '../shared/aria-global.js';
|
|
|
20
20
|
import '../shared/start-end.js';
|
|
21
21
|
import '../shared/ref.js';
|
|
22
22
|
import '../shared/focus2.js';
|
|
23
|
-
import '../shared/
|
|
24
|
-
import '../shared/
|
|
25
|
-
import '../shared/
|
|
23
|
+
import '../shared/enums.js';
|
|
24
|
+
import '../shared/definition60.js';
|
|
25
|
+
import '../shared/definition59.js';
|
|
26
|
+
import '../shared/definition53.js';
|
|
26
27
|
import '../shared/index2.js';
|
|
27
28
|
import '../locales/en-US.js';
|
|
29
|
+
import '../shared/Reflector.js';
|
|
28
30
|
import '../shared/text-field2.js';
|
|
29
31
|
import '../shared/text-field.js';
|
|
30
|
-
import '../shared/
|
|
32
|
+
import '../shared/definition21.js';
|
|
31
33
|
import '../shared/aria.js';
|
|
32
34
|
import '../shared/presentationDate.js';
|
|
33
35
|
import '../shared/repeat.js';
|
package/dialog/index.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { r as registerDialog } from '../shared/
|
|
1
|
+
import { r as registerDialog } from '../shared/definition20.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition26.js';
|
|
4
4
|
import '../shared/icon.js';
|
|
5
5
|
import '../shared/_has.js';
|
|
6
6
|
import '../shared/class-names.js';
|
|
7
7
|
import '../shared/when.js';
|
|
8
|
-
import '../shared/
|
|
9
|
-
import '../shared/
|
|
8
|
+
import '../shared/definition11.js';
|
|
9
|
+
import '../shared/definition58.js';
|
|
10
10
|
import '../shared/focus.js';
|
|
11
|
-
import '../shared/
|
|
11
|
+
import '../shared/definition37.js';
|
|
12
12
|
import '../shared/base-progress.js';
|
|
13
13
|
import '../shared/affix.js';
|
|
14
14
|
import '../shared/slotted.js';
|
|
@@ -20,6 +20,10 @@ import '../shared/aria-global.js';
|
|
|
20
20
|
import '../shared/start-end.js';
|
|
21
21
|
import '../shared/ref.js';
|
|
22
22
|
import '../shared/focus2.js';
|
|
23
|
-
import '../shared/
|
|
23
|
+
import '../shared/enums.js';
|
|
24
|
+
import '../shared/definition59.js';
|
|
25
|
+
import '../shared/index2.js';
|
|
26
|
+
import '../locales/en-US.js';
|
|
27
|
+
import '../shared/localized.js';
|
|
24
28
|
|
|
25
29
|
registerDialog();
|
package/divider/index.js
CHANGED
package/elevation/index.js
CHANGED
package/empty-state/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { r as registerEmptyState } from '../shared/
|
|
1
|
+
import { r as registerEmptyState } from '../shared/definition22.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition26.js';
|
|
4
4
|
import '../shared/icon.js';
|
|
5
5
|
import '../shared/_has.js';
|
|
6
6
|
import '../shared/class-names.js';
|
package/fab/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { r as registerFab } from '../shared/
|
|
1
|
+
import { r as registerFab } from '../shared/definition23.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition26.js';
|
|
4
4
|
import '../shared/icon.js';
|
|
5
5
|
import '../shared/_has.js';
|
|
6
6
|
import '../shared/class-names.js';
|
|
7
7
|
import '../shared/when.js';
|
|
8
|
-
import '../shared/
|
|
8
|
+
import '../shared/definition58.js';
|
|
9
9
|
import '../shared/focus.js';
|
|
10
10
|
import '../shared/affix.js';
|
|
11
11
|
import '../shared/slotted.js';
|
package/file-picker/index.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { r as registerFilePicker } from '../shared/
|
|
1
|
+
import { r as registerFilePicker } from '../shared/definition24.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition26.js';
|
|
4
4
|
import '../shared/icon.js';
|
|
5
5
|
import '../shared/_has.js';
|
|
6
6
|
import '../shared/class-names.js';
|
|
7
7
|
import '../shared/when.js';
|
|
8
|
-
import '../shared/
|
|
8
|
+
import '../shared/definition58.js';
|
|
9
9
|
import '../shared/focus.js';
|
|
10
|
-
import '../shared/
|
|
11
|
-
import '../shared/
|
|
10
|
+
import '../shared/definition11.js';
|
|
11
|
+
import '../shared/definition37.js';
|
|
12
12
|
import '../shared/base-progress.js';
|
|
13
13
|
import '../shared/affix.js';
|
|
14
14
|
import '../shared/slotted.js';
|
|
@@ -20,6 +20,7 @@ import '../shared/aria-global.js';
|
|
|
20
20
|
import '../shared/start-end.js';
|
|
21
21
|
import '../shared/ref.js';
|
|
22
22
|
import '../shared/focus2.js';
|
|
23
|
+
import '../shared/enums.js';
|
|
23
24
|
import '../shared/index2.js';
|
|
24
25
|
import '../locales/en-US.js';
|
|
25
26
|
import '../shared/localized.js';
|
package/focus/index.js
CHANGED
package/header/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { r as registerHeader } from '../shared/
|
|
1
|
+
import { r as registerHeader } from '../shared/definition25.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition59.js';
|
|
4
4
|
import '../shared/class-names.js';
|
|
5
5
|
|
|
6
6
|
registerHeader();
|
package/icon/index.js
CHANGED
package/index.js
CHANGED
|
@@ -2,60 +2,63 @@ export { a as accordionItemDefinition, b as accordionItemRegistries, r as regist
|
|
|
2
2
|
export { a as accordionDefinition, b as accordionRegistries, r as registerAccordion } from './shared/definition2.js';
|
|
3
3
|
export { a as actionGroupDefinition, b as actionGroupRegistries, r as registerActionGroup } from './shared/definition3.js';
|
|
4
4
|
export { a as alertDefinition, b as alertRegistries, r as registerAlert } from './shared/definition4.js';
|
|
5
|
-
export { a as
|
|
6
|
-
export { b as
|
|
7
|
-
export { b as
|
|
8
|
-
export { b as
|
|
9
|
-
export { b as
|
|
10
|
-
export {
|
|
11
|
-
export {
|
|
12
|
-
export { c as
|
|
13
|
-
export { c as
|
|
14
|
-
export { c as
|
|
15
|
-
export { c as
|
|
16
|
-
export {
|
|
17
|
-
export { d as
|
|
18
|
-
export { d as
|
|
19
|
-
export { d as
|
|
20
|
-
export { d as
|
|
21
|
-
export {
|
|
22
|
-
export {
|
|
23
|
-
export { f as
|
|
24
|
-
export {
|
|
25
|
-
export {
|
|
26
|
-
export {
|
|
27
|
-
export {
|
|
28
|
-
export { m as
|
|
29
|
-
export {
|
|
30
|
-
export { n as
|
|
31
|
-
export { n as
|
|
32
|
-
export { n as
|
|
33
|
-
export { n as
|
|
34
|
-
export {
|
|
35
|
-
export {
|
|
36
|
-
export { p as
|
|
37
|
-
export { p as
|
|
38
|
-
export {
|
|
39
|
-
export { r as
|
|
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
|
|
5
|
+
export { a as audioPlayerDefinition, b as audioPlayerRegistries, r as registerAudioPlayer } from './shared/definition5.js';
|
|
6
|
+
export { a as avatarDefinition, b as avatarRegistries, r as registerAvatar } from './shared/definition6.js';
|
|
7
|
+
export { b as badgeDefinition, r as registerBadge } from './shared/definition7.js';
|
|
8
|
+
export { b as bannerDefinition, a as bannerRegistries, r as registerBanner } from './shared/definition8.js';
|
|
9
|
+
export { b as breadcrumbItemDefinition, a as breadcrumbItemRegistries, r as registerBreadcrumbItem } from './shared/definition9.js';
|
|
10
|
+
export { b as breadcrumbDefinition, a as breadcrumbRegistries, r as registerBreadcrumb } from './shared/definition10.js';
|
|
11
|
+
export { b as buttonDefinition, a as buttonRegistries, r as registerButton } from './shared/definition11.js';
|
|
12
|
+
export { c as calendarEventDefinition, a as calendarEventRegistries, r as registerCalendarEvent } from './shared/definition12.js';
|
|
13
|
+
export { c as calendarDefinition, a as calendarRegistries, r as registerCalendar } from './shared/definition13.js';
|
|
14
|
+
export { c as cardDefinition, a as cardRegistries, r as registerCard } from './shared/definition14.js';
|
|
15
|
+
export { c as checkboxDefinition, a as checkboxRegistries, r as registerCheckbox } from './shared/definition15.js';
|
|
16
|
+
export { c as combobox, a as comboboxRegistries, r as registerCombobox } from './shared/definition16.js';
|
|
17
|
+
export { d as dataGrid, b as dataGridCell, c as dataGridElements, a as dataGridRow, r as registerDataGrid } from './shared/definition17.js';
|
|
18
|
+
export { d as datePickerDefinition, a as datePickerRegistries, r as registerDatePicker } from './shared/definition18.js';
|
|
19
|
+
export { d as dateRangePickerDefinition, a as dateRangePickerRegistries, r as registerDateRangePicker } from './shared/definition19.js';
|
|
20
|
+
export { d as dialogDefinition, a as dialogRegistries, r as registerDialog } from './shared/definition20.js';
|
|
21
|
+
export { d as dividerDefinition, a as dividerRegistries, r as registerDivider } from './shared/definition21.js';
|
|
22
|
+
export { e as emptyStateDefinition, a as emptyStateRegistries, r as registerEmptyState } from './shared/definition22.js';
|
|
23
|
+
export { f as fabDefinition, a as fabRegistries, r as registerFab } from './shared/definition23.js';
|
|
24
|
+
export { f as filePickerDefinition, a as filePickerRegistries, r as registerFilePicker } from './shared/definition24.js';
|
|
25
|
+
export { h as headerDefinition, a as headerRegistries, r as registerHeader } from './shared/definition25.js';
|
|
26
|
+
export { i as iconDefinition, a as iconRegistries, r as registerIcon } from './shared/definition26.js';
|
|
27
|
+
export { l as layoutDefinition, a as layoutRegistries, r as registerLayout } from './shared/definition27.js';
|
|
28
|
+
export { m as menuItemDefinition, a as menuItemRegistries, r as registerMenuItem } from './shared/definition28.js';
|
|
29
|
+
export { m as menuDefinition, a as menuRegistries, r as registerMenu } from './shared/definition29.js';
|
|
30
|
+
export { n as navDisclosureDefinition, a as navDisclosureRegistries, r as registerNavDisclosure } from './shared/definition30.js';
|
|
31
|
+
export { n as navItemDefinition, a as navItemRegistries, r as registerNavItem } from './shared/definition31.js';
|
|
32
|
+
export { n as navDefinition, a as navRegistries, r as registerNav } from './shared/definition32.js';
|
|
33
|
+
export { n as noteDefinition, a as noteRegistries, r as registerNote } from './shared/definition33.js';
|
|
34
|
+
export { n as numberFieldDefinition, a as numberFieldRegistries, r as registerNumberField } from './shared/definition34.js';
|
|
35
|
+
export { l as listboxOptionDefinition, a as listboxOptionRegistries, r as registerOption } from './shared/definition35.js';
|
|
36
|
+
export { p as paginationDefinition, a as paginationRegistries, r as registerPagination } from './shared/definition36.js';
|
|
37
|
+
export { p as progressRingDefinition, a as progressRingRegistries, r as registerProgressRing } from './shared/definition37.js';
|
|
38
|
+
export { p as progressDefinition, a as progressRegistries, r as registerProgress } from './shared/definition38.js';
|
|
39
|
+
export { r as radioGroupDefinition, a as radioGroupRegistries, b as registerRadioGroup } from './shared/definition39.js';
|
|
40
|
+
export { r as radioDefinition, a as radioRegistries, b as registerRadio } from './shared/definition40.js';
|
|
41
|
+
export { r as registerSelect, s as selectDefinition, a as selectRegistries } from './shared/definition41.js';
|
|
42
|
+
export { r as registerSelectableBox, s as selectableBoxDefinition, a as selectableBoxRegistries } from './shared/definition42.js';
|
|
43
|
+
export { r as registerSideDrawer, s as sideDrawerDefinition, a as sideDrawerRegistries } from './shared/definition43.js';
|
|
44
|
+
export { r as registerSlider, s as sliderDefinition, a as sliderRegistries } from './shared/definition44.js';
|
|
45
|
+
export { r as registerSplitButton, s as splitButtonDefinition, a as splitButtonRegistries } from './shared/definition45.js';
|
|
46
|
+
export { r as registerSwitch, s as switchDefinition, a as switchRegistries } from './shared/definition46.js';
|
|
47
|
+
export { r as registerTabPanel, t as tabPanelDefinition, a as tabPanelRegistries } from './shared/definition47.js';
|
|
48
|
+
export { r as registerTab, t as tabDefinition, a as tabRegistries } from './shared/definition48.js';
|
|
49
|
+
export { r as registerTabs, t as tabsDefinition, a as tabsRegistries } from './shared/definition49.js';
|
|
50
|
+
export { r as registerTagGroup, t as tagGroupDefinition, a as tagGroupRegistries } from './shared/definition50.js';
|
|
51
|
+
export { r as registerTag, t as tagDefinition } from './shared/definition51.js';
|
|
52
|
+
export { r as registerTextArea, t as textAreaDefinition, a as textAreaRegistries } from './shared/definition52.js';
|
|
53
|
+
export { r as registerTextField, t as textFieldDefinition, a as textFieldRegistries } from './shared/definition53.js';
|
|
54
|
+
export { r as registerToggletip, t as toggletipDefinition, a as toggletipRegistries } from './shared/definition54.js';
|
|
55
|
+
export { r as registerTooltip, t as tooltipDefinition, a as tooltipRegistries } from './shared/definition55.js';
|
|
56
|
+
export { r as registerTreeItem, t as treeItemDefinition, a as treeItemRegistries } from './shared/definition56.js';
|
|
57
|
+
export { r as registerTreeView, t as treeViewDefinition, a as treeViewRegistries } from './shared/definition57.js';
|
|
58
|
+
export { A as Appearance, c as AriaLive, C as Connotation, a as ConnotationDecorative, L as LayoutSize, P as Position, R as Role, S as Shape, b as Size } from './shared/enums.js';
|
|
56
59
|
export { d as designSystem, r as registerFactory } from './shared/index.js';
|
|
57
60
|
export { s as setLocale } from './shared/index2.js';
|
|
58
|
-
import './shared/
|
|
61
|
+
import './shared/definition58.js';
|
|
59
62
|
import './shared/focus.js';
|
|
60
63
|
import './shared/affix.js';
|
|
61
64
|
import './shared/icon.js';
|
|
@@ -69,7 +72,8 @@ import './shared/when.js';
|
|
|
69
72
|
import './shared/key-codes.js';
|
|
70
73
|
import './shared/numbers.js';
|
|
71
74
|
import './shared/class-names.js';
|
|
72
|
-
import './shared/
|
|
75
|
+
import './shared/definition59.js';
|
|
76
|
+
import './shared/localized.js';
|
|
73
77
|
import './shared/button.js';
|
|
74
78
|
import './shared/form-associated.js';
|
|
75
79
|
import './shared/aria-global.js';
|
|
@@ -78,14 +82,14 @@ import './shared/anchor.js';
|
|
|
78
82
|
import './shared/text-anchor.template.js';
|
|
79
83
|
import './shared/calendar-event.js';
|
|
80
84
|
import './shared/repeat.js';
|
|
81
|
-
import './shared/
|
|
85
|
+
import './shared/definition60.js';
|
|
82
86
|
import './shared/text-field.js';
|
|
83
87
|
import './shared/listbox.js';
|
|
88
|
+
import './shared/key-codes2.js';
|
|
84
89
|
import './shared/strings.js';
|
|
85
90
|
import './shared/select.options.js';
|
|
86
91
|
import './shared/children.js';
|
|
87
92
|
import './shared/presentationDate.js';
|
|
88
|
-
import './shared/localized.js';
|
|
89
93
|
import './shared/aria.js';
|
|
90
94
|
import './shared/direction.js';
|
|
91
95
|
import './shared/dom.js';
|
|
@@ -94,5 +98,6 @@ import './shared/text-field2.js';
|
|
|
94
98
|
import './shared/base-progress.js';
|
|
95
99
|
import './shared/radio.js';
|
|
96
100
|
import './shared/aria2.js';
|
|
101
|
+
import './shared/Reflector.js';
|
|
97
102
|
import './shared/tree-item.js';
|
|
98
103
|
import './locales/en-US.js';
|
package/layout/index.js
CHANGED
package/lib/alert/alert.d.ts
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
import { FoundationElement } from '@microsoft/fast-foundation';
|
|
2
2
|
import { Connotation } from '../enums';
|
|
3
|
+
import { Localized } from '../../shared/patterns';
|
|
3
4
|
import { AffixIcon } from '../../shared/patterns/affix';
|
|
4
5
|
export type AlertConnotation = Connotation.Accent | Connotation.Information | Connotation.Success | Connotation.Warning | Connotation.Alert;
|
|
5
6
|
export type AlertPlacement = 'top' | 'top-start' | 'top-end' | 'bottom' | 'bottom-start' | 'bottom-end';
|
|
6
7
|
export declare class Alert extends FoundationElement {
|
|
7
8
|
#private;
|
|
9
|
+
dismissButtonAriaLabel: string | null;
|
|
8
10
|
removable: boolean;
|
|
9
11
|
placement?: AlertPlacement;
|
|
10
12
|
headline?: string;
|
|
@@ -18,5 +20,5 @@ export declare class Alert extends FoundationElement {
|
|
|
18
20
|
disconnectedCallback(): void;
|
|
19
21
|
get conditionedIcon(): string | undefined;
|
|
20
22
|
}
|
|
21
|
-
export interface Alert extends AffixIcon {
|
|
23
|
+
export interface Alert extends Localized, AffixIcon {
|
|
22
24
|
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { FoundationElement } from '@microsoft/fast-foundation';
|
|
2
|
+
import type { Connotation } from '../enums';
|
|
3
|
+
import { Localized } from '../../shared/patterns';
|
|
4
|
+
export type AudioPlayerConnotation = Extract<Connotation, Connotation.Accent | Connotation.CTA>;
|
|
5
|
+
export declare class AudioPlayer extends FoundationElement {
|
|
6
|
+
playButtonAriaLabel: string | null;
|
|
7
|
+
pauseButtonAriaLabel: string | null;
|
|
8
|
+
sliderAriaLabel: string | null;
|
|
9
|
+
connotation?: AudioPlayerConnotation;
|
|
10
|
+
src?: string;
|
|
11
|
+
disabled: boolean;
|
|
12
|
+
notime: boolean;
|
|
13
|
+
connectedCallback(): void;
|
|
14
|
+
disconnectedCallback(): void;
|
|
15
|
+
}
|
|
16
|
+
export interface AudioPlayer extends Localized {
|
|
17
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { ViewTemplate } from '@microsoft/fast-element';
|
|
2
|
+
import type { ElementDefinitionContext, FoundationElementDefinition } from '@microsoft/fast-foundation';
|
|
3
|
+
import { AudioPlayer } from './audio-player';
|
|
4
|
+
export declare const AudioPlayerTemplate: (context: ElementDefinitionContext, definition: FoundationElementDefinition) => ViewTemplate<AudioPlayer>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { FoundationElementDefinition } from '@microsoft/fast-foundation';
|
|
2
|
+
export type { AudioPlayerConnotation } from './audio-player';
|
|
3
|
+
export declare const audioPlayerDefinition: (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
|
+
export declare const registerAudioPlayer: (prefix?: string) => import("@microsoft/fast-foundation").DesignSystem;
|
package/lib/banner/banner.d.ts
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import { FoundationElement } from '@microsoft/fast-foundation';
|
|
2
2
|
import { Connotation } from '../enums';
|
|
3
|
+
import { Localized } from '../../shared/patterns';
|
|
3
4
|
import { AffixIcon } from '../../shared/patterns/affix';
|
|
4
5
|
export type BannerConnotation = Connotation.Information | Connotation.Announcement | Connotation.Success | Connotation.Warning | Connotation.Alert;
|
|
5
6
|
export declare class Banner extends FoundationElement {
|
|
6
7
|
#private;
|
|
8
|
+
dismissButtonAriaLabel: string | null;
|
|
7
9
|
role: string | null;
|
|
8
10
|
actionHref: string | undefined;
|
|
9
11
|
actionText: string | undefined;
|
|
@@ -16,5 +18,5 @@ export declare class Banner extends FoundationElement {
|
|
|
16
18
|
disconnectedCallback(): void;
|
|
17
19
|
remove(): void;
|
|
18
20
|
}
|
|
19
|
-
export interface Banner extends AffixIcon {
|
|
21
|
+
export interface Banner extends Localized, AffixIcon {
|
|
20
22
|
}
|
package/lib/card/card.d.ts
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { FoundationElement } from '@microsoft/fast-foundation';
|
|
2
|
+
import type { Appearance } from '../enums.js';
|
|
3
|
+
export type CardAppearance = Extract<Appearance, Appearance.Elevated | Appearance.Ghost | Appearance.Outlined>;
|
|
2
4
|
export declare class Card extends FoundationElement {
|
|
5
|
+
appearance?: CardAppearance;
|
|
3
6
|
headline?: string;
|
|
4
7
|
subtitle?: string;
|
|
5
8
|
text?: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import type { ViewTemplate } from '@microsoft/fast-element';
|
|
2
2
|
import type { ElementDefinitionContext, FoundationElementDefinition } from '@microsoft/fast-foundation';
|
|
3
3
|
import type { Card } from './card';
|
|
4
|
-
export declare const CardTemplate: (context: ElementDefinitionContext, definition: FoundationElementDefinition) => ViewTemplate<Card>;
|
|
4
|
+
export declare const CardTemplate: (context: ElementDefinitionContext, definition: FoundationElementDefinition, elevationTag: string) => ViewTemplate<Card>;
|
package/lib/card/definition.d.ts
CHANGED
|
@@ -4,6 +4,8 @@ import { type ErrorText, type FormElement, FormElementHelperText, FormElementSuc
|
|
|
4
4
|
export declare const keySpace: ' ';
|
|
5
5
|
export type CheckboxConnotation = Extract<Connotation, Connotation.Accent | Connotation.CTA>;
|
|
6
6
|
export declare class Checkbox extends FoundationCheckbox {
|
|
7
|
+
ariaLabel: string | null;
|
|
8
|
+
tabindex: string | null;
|
|
7
9
|
connotation?: CheckboxConnotation;
|
|
8
10
|
}
|
|
9
11
|
export interface Checkbox extends FormElement, FormElementHelperText, ErrorText, FormElementSuccessText {
|
package/lib/components.d.ts
CHANGED
|
@@ -2,6 +2,7 @@ export * from './accordion-item/definition';
|
|
|
2
2
|
export * from './accordion/definition';
|
|
3
3
|
export * from './action-group/definition';
|
|
4
4
|
export * from './alert/definition';
|
|
5
|
+
export * from './audio-player/definition';
|
|
5
6
|
export * from './avatar/definition';
|
|
6
7
|
export * from './badge/definition';
|
|
7
8
|
export * from './banner/definition';
|
|
@@ -38,6 +39,7 @@ export * from './progress/definition';
|
|
|
38
39
|
export * from './radio-group/definition';
|
|
39
40
|
export * from './radio/definition';
|
|
40
41
|
export * from './select/definition';
|
|
42
|
+
export * from './selectable-box/definition';
|
|
41
43
|
export * from './side-drawer/definition';
|
|
42
44
|
export * from './slider/definition';
|
|
43
45
|
export * from './split-button/definition';
|
package/lib/dialog/dialog.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { FoundationElement } from '@microsoft/fast-foundation';
|
|
2
|
+
import { Localized } from '../../shared/patterns';
|
|
2
3
|
export declare const isDialogSupported: boolean;
|
|
3
4
|
export type IconPlacement = 'top' | 'side';
|
|
4
5
|
export declare class Dialog extends FoundationElement {
|
|
@@ -12,6 +13,7 @@ export declare class Dialog extends FoundationElement {
|
|
|
12
13
|
ariaLabelledBy: string | null;
|
|
13
14
|
ariaLabel: string | null;
|
|
14
15
|
ariaDescribedBy: string | null;
|
|
16
|
+
dismissButtonAriaLabel: string | null;
|
|
15
17
|
set returnValue(value: string);
|
|
16
18
|
get returnValue(): string;
|
|
17
19
|
get modal(): boolean;
|
|
@@ -24,3 +26,5 @@ export declare class Dialog extends FoundationElement {
|
|
|
24
26
|
footerSlottedContent?: HTMLElement[];
|
|
25
27
|
actionItemsSlottedContent?: HTMLElement[];
|
|
26
28
|
}
|
|
29
|
+
export interface Dialog extends Localized {
|
|
30
|
+
}
|
package/lib/enums.d.ts
CHANGED
package/lib/menu/menu.d.ts
CHANGED
|
@@ -10,6 +10,7 @@ export declare class Menu extends FastMenu {
|
|
|
10
10
|
autoDismissChanged(oldValue: boolean, newValue: boolean): void;
|
|
11
11
|
open: boolean;
|
|
12
12
|
openChanged(_: boolean, newValue: boolean): void;
|
|
13
|
+
constructor();
|
|
13
14
|
disconnectedCallback(): void;
|
|
14
15
|
actionItemsSlottedContent?: HTMLElement[];
|
|
15
16
|
}
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
import { NumberField as FastNumberField } from '@microsoft/fast-foundation';
|
|
2
2
|
import type { Appearance, Shape } from '../enums';
|
|
3
|
-
import { type ErrorText, type FormElement, FormElementCharCount, FormElementHelperText, FormElementSuccessText } from '../../shared/patterns';
|
|
3
|
+
import { type ErrorText, type FormElement, FormElementCharCount, FormElementHelperText, FormElementSuccessText, Localized } from '../../shared/patterns';
|
|
4
4
|
import { AffixIcon } from '../../shared/patterns';
|
|
5
5
|
export type NumberFieldAppearance = Extract<Appearance, Appearance.Fieldset | Appearance.Ghost>;
|
|
6
6
|
export type NumberFieldShape = Extract<Shape, Shape.Rounded | Shape.Pill>;
|
|
7
7
|
export declare class NumberField extends FastNumberField {
|
|
8
|
+
incrementButtonAriaLabel: string | null;
|
|
9
|
+
decrementButtonAriaLabel: string | null;
|
|
8
10
|
appearance?: NumberFieldAppearance;
|
|
9
11
|
shape?: NumberFieldShape;
|
|
10
12
|
autoComplete?: string;
|
|
@@ -13,5 +15,5 @@ export declare class NumberField extends FastNumberField {
|
|
|
13
15
|
stepUp(): void;
|
|
14
16
|
stepDown(): void;
|
|
15
17
|
}
|
|
16
|
-
export interface NumberField extends AffixIcon, ErrorText, FormElement, FormElementCharCount, FormElementHelperText, FormElementSuccessText {
|
|
18
|
+
export interface NumberField extends AffixIcon, ErrorText, FormElement, FormElementCharCount, FormElementHelperText, FormElementSuccessText, Localized {
|
|
17
19
|
}
|
|
@@ -3,6 +3,7 @@ import type { Connotation, ConnotationDecorative, Shape } from '../enums';
|
|
|
3
3
|
export type ProgressConnotation = Connotation.Accent | Connotation.Success | Connotation.Alert | Connotation.CTA | ConnotationDecorative.Pacific;
|
|
4
4
|
export type ProgressShape = Shape.Rounded | Shape.Sharp;
|
|
5
5
|
export declare class Progress extends BaseProgress {
|
|
6
|
+
ariaLabel: string | null;
|
|
6
7
|
shape?: ProgressShape;
|
|
7
8
|
connotation?: ProgressConnotation;
|
|
8
9
|
reverse: boolean;
|