@vonage/vivid 3.32.0 → 3.34.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 +5 -5
- package/accordion-item/index.js +4 -4
- package/action-group/index.js +1 -1
- package/alert/index.js +6 -6
- package/avatar/index.js +2 -2
- package/badge/index.js +2 -2
- package/banner/index.js +5 -5
- package/breadcrumb/index.js +1 -1
- package/breadcrumb-item/index.js +3 -3
- package/button/index.js +4 -4
- package/calendar/index.js +1 -1
- package/calendar-event/index.js +1 -1
- package/card/index.js +3 -3
- package/checkbox/index.js +5 -3
- package/combobox/index.js +8 -8
- package/custom-elements.json +246 -16
- package/data-grid/index.js +2 -2
- package/date-picker/index.js +9 -9
- package/dialog/index.js +6 -6
- package/divider/index.js +1 -1
- package/elevation/index.js +1 -1
- package/empty-state/index.js +2 -2
- package/fab/index.js +4 -4
- package/file-picker/index.js +5 -5
- package/focus/index.js +1 -1
- package/header/index.js +2 -2
- package/icon/index.js +1 -1
- package/index.js +59 -59
- package/layout/index.js +1 -1
- package/lib/calendar/calendar.d.ts +1 -1
- package/lib/date-picker/calendar/dateStr.d.ts +1 -0
- package/lib/date-picker/calendar/month.d.ts +1 -0
- package/lib/date-picker/calendar/year.d.ts +2 -0
- package/lib/date-picker/date-picker.d.ts +2 -0
- package/lib/icon/icon.d.ts +0 -1
- package/lib/listbox/listbox.d.ts +9 -1
- package/lib/text-field/text-field.d.ts +1 -0
- package/listbox/index.js +20 -16
- package/locales/en-GB.js +48 -14
- package/locales/en-US.js +48 -14
- package/locales/ja-JP.js +48 -14
- package/locales/zh-CN.js +48 -14
- package/menu/index.js +8 -8
- package/menu-item/index.js +4 -4
- 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 -3
- package/number-field/index.js +6 -6
- package/option/index.js +3 -3
- package/package.json +2 -16
- package/pagination/index.js +5 -5
- package/popup/index.js +6 -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 +1 -1
- package/select/index.js +8 -8
- package/shared/affix.js +25 -9
- package/shared/apply-mixins.js +1 -1
- package/shared/breadcrumb-item.js +5 -5
- package/shared/button.js +13 -13
- package/shared/calendar-event.js +36 -16
- package/shared/definition.js +133 -194
- package/shared/definition10.js +225 -40
- package/shared/definition11.js +36 -32
- package/shared/definition12.js +763 -98
- package/shared/definition13.js +125 -89
- package/shared/definition14.js +207 -27
- package/shared/definition15.js +710 -731
- package/shared/definition16.js +1289 -47
- package/shared/definition17.js +6113 -93
- package/shared/definition18.js +242 -164
- package/shared/definition19.js +47 -692
- package/shared/definition2.js +199 -117
- package/shared/definition20.js +59 -1671
- package/shared/definition21.js +95 -255
- package/shared/definition22.js +2218 -1167
- package/shared/definition23.js +61 -5784
- package/shared/definition24.js +28 -117
- package/shared/definition25.js +52 -66
- package/shared/definition26.js +391 -214
- package/shared/definition27.js +441 -34
- package/shared/definition28.js +85 -73
- package/shared/definition29.js +21 -2283
- package/shared/definition3.js +61 -24
- package/shared/definition30.js +13 -49
- package/shared/definition31.js +54 -39
- package/shared/definition32.js +413 -375
- package/shared/definition33.js +223 -304
- package/shared/definition34.js +197 -13
- package/shared/definition35.js +88 -73
- package/shared/definition36.js +75 -25
- package/shared/definition37.js +434 -34
- package/shared/definition38.js +32 -432
- package/shared/definition39.js +677 -187
- package/shared/definition4.js +157 -12
- package/shared/definition40.js +95 -48
- package/shared/definition41.js +577 -31
- package/shared/definition42.js +126 -424
- package/shared/definition43.js +114 -618
- package/shared/definition44.js +24 -80
- package/shared/definition45.js +71 -543
- package/shared/definition46.js +499 -92
- package/shared/definition47.js +19 -133
- package/shared/definition48.js +129 -52
- package/shared/definition49.js +281 -17
- package/shared/definition5.js +71 -36
- package/shared/definition50.js +153 -484
- package/shared/definition51.js +131 -98
- package/shared/definition52.js +131 -16
- package/shared/definition53.js +80 -264
- package/shared/definition54.js +293 -118
- package/shared/definition55.js +12 -117
- package/shared/definition56.js +39 -68
- package/shared/definition57.js +166 -288
- package/shared/definition6.js +56 -111
- package/shared/definition7.js +120 -195
- package/shared/definition8.js +58 -23
- package/shared/definition9.js +92 -66
- package/shared/focus.js +2 -1
- package/shared/focus2.js +1 -1
- package/shared/form-associated.js +2 -2
- package/shared/icon.js +48 -27
- package/shared/index.js +7 -27
- package/shared/index2.js +108 -80
- package/shared/key-codes.js +1 -1
- package/shared/listbox.js +88 -11
- package/shared/patterns/form-elements/form-elements.d.ts +4 -4
- package/shared/radio.js +23 -7
- package/shared/repeat.js +1 -1
- package/shared/text-anchor.js +21 -4
- package/shared/text-anchor.template.js +37 -40
- package/shared/text-field.js +2 -2
- package/shared/text-field2.js +15 -15
- package/shared/tree-item.js +12 -12
- package/side-drawer/index.js +1 -1
- package/slider/index.js +2 -2
- package/split-button/index.js +3 -3
- package/style.css +6097 -0
- 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-anchor/index.js +1 -1
- package/text-area/index.js +3 -3
- package/text-field/index.js +3 -3
- package/toggletip/index.js +7 -7
- package/tooltip/index.js +7 -7
- package/tree-item/index.js +3 -3
- package/tree-view/index.js +1 -1
- package/lib/accordion/index.d.ts +0 -1
- package/lib/accordion-item/index.d.ts +0 -1
- package/lib/action-group/index.d.ts +0 -1
- package/lib/alert/index.d.ts +0 -1
- package/lib/avatar/index.d.ts +0 -1
- package/lib/badge/index.d.ts +0 -1
- package/lib/banner/index.d.ts +0 -1
- package/lib/breadcrumb/index.d.ts +0 -1
- package/lib/breadcrumb-item/index.d.ts +0 -1
- package/lib/button/index.d.ts +0 -1
- package/lib/calendar/index.d.ts +0 -1
- package/lib/calendar-event/index.d.ts +0 -1
- package/lib/card/index.d.ts +0 -1
- package/lib/checkbox/index.d.ts +0 -1
- package/lib/combobox/index.d.ts +0 -1
- package/lib/data-grid/index.d.ts +0 -1
- package/lib/date-picker/index.d.ts +0 -1
- package/lib/dialog/index.d.ts +0 -1
- package/lib/divider/index.d.ts +0 -1
- package/lib/elevation/index.d.ts +0 -1
- package/lib/empty-state/index.d.ts +0 -1
- package/lib/fab/index.d.ts +0 -1
- package/lib/file-picker/index.d.ts +0 -1
- package/lib/focus/index.d.ts +0 -1
- package/lib/header/index.d.ts +0 -1
- package/lib/icon/index.d.ts +0 -1
- package/lib/layout/index.d.ts +0 -1
- package/lib/listbox/index.d.ts +0 -1
- package/lib/menu/index.d.ts +0 -1
- package/lib/menu-item/index.d.ts +0 -1
- package/lib/nav/index.d.ts +0 -1
- package/lib/nav-disclosure/index.d.ts +0 -1
- package/lib/nav-item/index.d.ts +0 -1
- package/lib/note/index.d.ts +0 -1
- package/lib/number-field/index.d.ts +0 -1
- package/lib/option/index.d.ts +0 -1
- package/lib/pagination/index.d.ts +0 -1
- package/lib/popup/index.d.ts +0 -1
- package/lib/progress/index.d.ts +0 -1
- package/lib/progress-ring/index.d.ts +0 -1
- package/lib/radio/index.d.ts +0 -1
- package/lib/radio-group/index.d.ts +0 -1
- package/lib/select/index.d.ts +0 -1
- package/lib/side-drawer/index.d.ts +0 -1
- package/lib/slider/index.d.ts +0 -1
- package/lib/split-button/index.d.ts +0 -1
- package/lib/switch/index.d.ts +0 -1
- package/lib/tab/index.d.ts +0 -1
- package/lib/tab-panel/index.d.ts +0 -1
- package/lib/tabs/index.d.ts +0 -1
- package/lib/tag/index.d.ts +0 -1
- package/lib/tag-group/index.d.ts +0 -1
- package/lib/text-anchor/index.d.ts +0 -1
- package/lib/text-area/index.d.ts +0 -1
- package/lib/text-field/index.d.ts +0 -1
- package/lib/toggletip/index.d.ts +0 -1
- package/lib/tooltip/index.d.ts +0 -1
- package/lib/tree-item/index.d.ts +0 -1
- package/lib/tree-view/index.d.ts +0 -1
package/accordion/index.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { r as registerAccordion } from '../shared/
|
|
1
|
+
import { r as registerAccordion } from '../shared/definition2.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
4
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition.js';
|
|
4
|
+
import '../shared/definition24.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/definition55.js';
|
|
10
10
|
import '../shared/focus.js';
|
|
11
11
|
import '../shared/affix.js';
|
|
12
|
+
import '../shared/apply-mixins.js';
|
|
12
13
|
import '../shared/start-end.js';
|
|
13
14
|
import '../shared/ref.js';
|
|
14
|
-
import '../shared/apply-mixins.js';
|
|
15
15
|
import '../shared/focus2.js';
|
|
16
16
|
import '../shared/key-codes.js';
|
|
17
17
|
import '../shared/numbers.js';
|
package/accordion-item/index.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { r as registerAccordionItem } from '../shared/
|
|
1
|
+
import { r as registerAccordionItem } from '../shared/definition.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition24.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/definition55.js';
|
|
9
9
|
import '../shared/focus.js';
|
|
10
10
|
import '../shared/affix.js';
|
|
11
|
+
import '../shared/apply-mixins.js';
|
|
11
12
|
import '../shared/start-end.js';
|
|
12
13
|
import '../shared/ref.js';
|
|
13
|
-
import '../shared/apply-mixins.js';
|
|
14
14
|
import '../shared/focus2.js';
|
|
15
15
|
|
|
16
16
|
registerAccordionItem();
|
package/action-group/index.js
CHANGED
package/alert/index.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { r as registerAlert } from '../shared/
|
|
1
|
+
import { r as registerAlert } from '../shared/definition4.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
4
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition10.js';
|
|
4
|
+
import '../shared/definition24.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/definition55.js';
|
|
10
10
|
import '../shared/focus.js';
|
|
11
|
-
import '../shared/
|
|
11
|
+
import '../shared/definition35.js';
|
|
12
12
|
import '../shared/base-progress.js';
|
|
13
13
|
import '../shared/affix.js';
|
|
14
14
|
import '../shared/button.js';
|
|
@@ -19,7 +19,7 @@ import '../shared/aria-global.js';
|
|
|
19
19
|
import '../shared/start-end.js';
|
|
20
20
|
import '../shared/ref.js';
|
|
21
21
|
import '../shared/focus2.js';
|
|
22
|
-
import '../shared/
|
|
22
|
+
import '../shared/definition56.js';
|
|
23
23
|
import '../shared/index2.js';
|
|
24
24
|
import '../locales/en-US.js';
|
|
25
25
|
|
package/avatar/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { r as registerAvatar } from '../shared/
|
|
1
|
+
import { r as registerAvatar } from '../shared/definition5.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition24.js';
|
|
4
4
|
import '../shared/icon.js';
|
|
5
5
|
import '../shared/_has.js';
|
|
6
6
|
import '../shared/class-names.js';
|
package/badge/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { r as registerBadge } from '../shared/
|
|
1
|
+
import { r as registerBadge } from '../shared/definition6.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition24.js';
|
|
4
4
|
import '../shared/icon.js';
|
|
5
5
|
import '../shared/_has.js';
|
|
6
6
|
import '../shared/class-names.js';
|
package/banner/index.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { r as registerBanner } from '../shared/
|
|
1
|
+
import { r as registerBanner } from '../shared/definition7.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
4
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition10.js';
|
|
4
|
+
import '../shared/definition24.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/definition55.js';
|
|
10
10
|
import '../shared/focus.js';
|
|
11
|
-
import '../shared/
|
|
11
|
+
import '../shared/definition35.js';
|
|
12
12
|
import '../shared/base-progress.js';
|
|
13
13
|
import '../shared/affix.js';
|
|
14
14
|
import '../shared/button.js';
|
package/breadcrumb/index.js
CHANGED
package/breadcrumb-item/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { r as registerBreadcrumbItem } from '../shared/
|
|
1
|
+
import { r as registerBreadcrumbItem } from '../shared/definition8.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition24.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/definition55.js';
|
|
9
9
|
import '../shared/focus.js';
|
|
10
10
|
import '../shared/breadcrumb-item.js';
|
|
11
11
|
import '../shared/anchor.js';
|
package/button/index.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { r as registerButton } from '../shared/
|
|
1
|
+
import { r as registerButton } from '../shared/definition10.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition24.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/definition55.js';
|
|
9
9
|
import '../shared/focus.js';
|
|
10
|
-
import '../shared/
|
|
10
|
+
import '../shared/definition35.js';
|
|
11
11
|
import '../shared/base-progress.js';
|
|
12
12
|
import '../shared/affix.js';
|
|
13
13
|
import '../shared/button.js';
|
package/calendar/index.js
CHANGED
package/calendar-event/index.js
CHANGED
package/card/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { r as registerCard } from '../shared/
|
|
1
|
+
import { r as registerCard } from '../shared/definition13.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition24.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/definition56.js';
|
|
9
9
|
import '../shared/slotted.js';
|
|
10
10
|
import '../shared/node-observation.js';
|
|
11
11
|
|
package/checkbox/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { r as registerCheckbox } from '../shared/
|
|
1
|
+
import { r as registerCheckbox } from '../shared/definition14.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition24.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/definition55.js';
|
|
9
9
|
import '../shared/focus.js';
|
|
10
10
|
import '../shared/affix.js';
|
|
11
11
|
import '../shared/index2.js';
|
|
@@ -14,5 +14,7 @@ import '../shared/form-associated.js';
|
|
|
14
14
|
import '../shared/key-codes.js';
|
|
15
15
|
import '../shared/apply-mixins.js';
|
|
16
16
|
import '../shared/focus2.js';
|
|
17
|
+
import '../shared/slotted.js';
|
|
18
|
+
import '../shared/node-observation.js';
|
|
17
19
|
|
|
18
20
|
registerCheckbox();
|
package/combobox/index.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { r as registerCombobox } from '../shared/
|
|
1
|
+
import { r as registerCombobox } from '../shared/definition15.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition24.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/
|
|
10
|
-
import '../shared/
|
|
8
|
+
import '../shared/definition57.js';
|
|
9
|
+
import '../shared/definition10.js';
|
|
10
|
+
import '../shared/definition55.js';
|
|
11
11
|
import '../shared/focus.js';
|
|
12
|
-
import '../shared/
|
|
12
|
+
import '../shared/definition35.js';
|
|
13
13
|
import '../shared/base-progress.js';
|
|
14
14
|
import '../shared/affix.js';
|
|
15
15
|
import '../shared/button.js';
|
|
@@ -20,8 +20,8 @@ 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/
|
|
23
|
+
import '../shared/definition56.js';
|
|
24
|
+
import '../shared/definition33.js';
|
|
25
25
|
import '../shared/dom.js';
|
|
26
26
|
import '../shared/index2.js';
|
|
27
27
|
import '../locales/en-US.js';
|
package/custom-elements.json
CHANGED
|
@@ -3650,6 +3650,26 @@
|
|
|
3650
3650
|
"description": "The error-text text of the date-picker.",
|
|
3651
3651
|
"privacy": "public"
|
|
3652
3652
|
},
|
|
3653
|
+
{
|
|
3654
|
+
"kind": "field",
|
|
3655
|
+
"name": "min",
|
|
3656
|
+
"type": {
|
|
3657
|
+
"text": "DateStr | null"
|
|
3658
|
+
},
|
|
3659
|
+
"default": "null",
|
|
3660
|
+
"description": "The earliest accepted date of the date-picker.",
|
|
3661
|
+
"privacy": "public"
|
|
3662
|
+
},
|
|
3663
|
+
{
|
|
3664
|
+
"kind": "field",
|
|
3665
|
+
"name": "max",
|
|
3666
|
+
"type": {
|
|
3667
|
+
"text": "DateStr | null"
|
|
3668
|
+
},
|
|
3669
|
+
"default": "null",
|
|
3670
|
+
"description": "The latest accepted date of the date-picker.",
|
|
3671
|
+
"privacy": "public"
|
|
3672
|
+
},
|
|
3653
3673
|
{
|
|
3654
3674
|
"kind": "field",
|
|
3655
3675
|
"name": "value",
|
|
@@ -3692,6 +3712,34 @@
|
|
|
3692
3712
|
"description": "Whether the date-picker is readonly.",
|
|
3693
3713
|
"privacy": "public"
|
|
3694
3714
|
},
|
|
3715
|
+
{
|
|
3716
|
+
"kind": "method",
|
|
3717
|
+
"name": "#getFocusableEls"
|
|
3718
|
+
},
|
|
3719
|
+
{
|
|
3720
|
+
"kind": "method",
|
|
3721
|
+
"name": "#isMonthAfterValidRange",
|
|
3722
|
+
"parameters": [
|
|
3723
|
+
{
|
|
3724
|
+
"name": "month",
|
|
3725
|
+
"type": {
|
|
3726
|
+
"text": "Month"
|
|
3727
|
+
}
|
|
3728
|
+
}
|
|
3729
|
+
]
|
|
3730
|
+
},
|
|
3731
|
+
{
|
|
3732
|
+
"kind": "method",
|
|
3733
|
+
"name": "#isMonthBeforeValidRange",
|
|
3734
|
+
"parameters": [
|
|
3735
|
+
{
|
|
3736
|
+
"name": "month",
|
|
3737
|
+
"type": {
|
|
3738
|
+
"text": "Month"
|
|
3739
|
+
}
|
|
3740
|
+
}
|
|
3741
|
+
]
|
|
3742
|
+
},
|
|
3695
3743
|
{
|
|
3696
3744
|
"kind": "field",
|
|
3697
3745
|
"name": "#dismissOnClickOutside",
|
|
@@ -3746,6 +3794,22 @@
|
|
|
3746
3794
|
"description": "The error-text text of the date-picker.",
|
|
3747
3795
|
"fieldName": "errorText"
|
|
3748
3796
|
},
|
|
3797
|
+
{
|
|
3798
|
+
"type": {
|
|
3799
|
+
"text": "DateStr | null"
|
|
3800
|
+
},
|
|
3801
|
+
"default": "null",
|
|
3802
|
+
"description": "The earliest accepted date of the date-picker.",
|
|
3803
|
+
"fieldName": "min"
|
|
3804
|
+
},
|
|
3805
|
+
{
|
|
3806
|
+
"type": {
|
|
3807
|
+
"text": "DateStr | null"
|
|
3808
|
+
},
|
|
3809
|
+
"default": "null",
|
|
3810
|
+
"description": "The latest accepted date of the date-picker.",
|
|
3811
|
+
"fieldName": "max"
|
|
3812
|
+
},
|
|
3749
3813
|
{
|
|
3750
3814
|
"type": {
|
|
3751
3815
|
"text": "DateStr | null"
|
|
@@ -5177,14 +5241,6 @@
|
|
|
5177
5241
|
"kind": "javascript-module",
|
|
5178
5242
|
"path": "libs/components/src/lib/icon/icon.ts",
|
|
5179
5243
|
"declarations": [
|
|
5180
|
-
{
|
|
5181
|
-
"kind": "variable",
|
|
5182
|
-
"name": "ICON_SET_VERSION",
|
|
5183
|
-
"type": {
|
|
5184
|
-
"text": "string"
|
|
5185
|
-
},
|
|
5186
|
-
"default": "'4.2.3'"
|
|
5187
|
-
},
|
|
5188
5244
|
{
|
|
5189
5245
|
"kind": "class",
|
|
5190
5246
|
"description": "",
|
|
@@ -5298,14 +5354,6 @@
|
|
|
5298
5354
|
}
|
|
5299
5355
|
],
|
|
5300
5356
|
"exports": [
|
|
5301
|
-
{
|
|
5302
|
-
"kind": "js",
|
|
5303
|
-
"name": "ICON_SET_VERSION",
|
|
5304
|
-
"declaration": {
|
|
5305
|
-
"name": "ICON_SET_VERSION",
|
|
5306
|
-
"module": "libs/components/src/lib/icon/icon.ts"
|
|
5307
|
-
}
|
|
5308
|
-
},
|
|
5309
5357
|
{
|
|
5310
5358
|
"kind": "js",
|
|
5311
5359
|
"name": "Icon",
|
|
@@ -5605,6 +5653,60 @@
|
|
|
5605
5653
|
},
|
|
5606
5654
|
"description": "The appearance the listbox should have.",
|
|
5607
5655
|
"privacy": "public"
|
|
5656
|
+
},
|
|
5657
|
+
{
|
|
5658
|
+
"kind": "field",
|
|
5659
|
+
"name": "orientation",
|
|
5660
|
+
"type": {
|
|
5661
|
+
"text": "'horizontal' | 'vertical' | undefined"
|
|
5662
|
+
},
|
|
5663
|
+
"description": "The direction the listbox options should flow.",
|
|
5664
|
+
"privacy": "public"
|
|
5665
|
+
},
|
|
5666
|
+
{
|
|
5667
|
+
"kind": "method",
|
|
5668
|
+
"name": "orientationChanged",
|
|
5669
|
+
"return": {
|
|
5670
|
+
"type": {
|
|
5671
|
+
"text": "void"
|
|
5672
|
+
}
|
|
5673
|
+
}
|
|
5674
|
+
},
|
|
5675
|
+
{
|
|
5676
|
+
"kind": "field",
|
|
5677
|
+
"name": "shape",
|
|
5678
|
+
"type": {
|
|
5679
|
+
"text": "ListboxShape | undefined"
|
|
5680
|
+
},
|
|
5681
|
+
"description": "The shape the listbox should have.",
|
|
5682
|
+
"privacy": "public"
|
|
5683
|
+
},
|
|
5684
|
+
{
|
|
5685
|
+
"kind": "method",
|
|
5686
|
+
"name": "slottedOptionsChanged",
|
|
5687
|
+
"parameters": [
|
|
5688
|
+
{
|
|
5689
|
+
"name": "prev",
|
|
5690
|
+
"type": {
|
|
5691
|
+
"text": "Element[] | undefined"
|
|
5692
|
+
}
|
|
5693
|
+
},
|
|
5694
|
+
{
|
|
5695
|
+
"name": "next",
|
|
5696
|
+
"type": {
|
|
5697
|
+
"text": "Element[]"
|
|
5698
|
+
}
|
|
5699
|
+
}
|
|
5700
|
+
]
|
|
5701
|
+
},
|
|
5702
|
+
{
|
|
5703
|
+
"kind": "method",
|
|
5704
|
+
"name": "#disableSlottedChildren",
|
|
5705
|
+
"return": {
|
|
5706
|
+
"type": {
|
|
5707
|
+
"text": "void"
|
|
5708
|
+
}
|
|
5709
|
+
}
|
|
5608
5710
|
}
|
|
5609
5711
|
],
|
|
5610
5712
|
"attributes": [
|
|
@@ -5615,6 +5717,22 @@
|
|
|
5615
5717
|
},
|
|
5616
5718
|
"description": "The appearance the listbox should have.",
|
|
5617
5719
|
"fieldName": "appearance"
|
|
5720
|
+
},
|
|
5721
|
+
{
|
|
5722
|
+
"name": "orientation",
|
|
5723
|
+
"type": {
|
|
5724
|
+
"text": "'horizontal' | 'vertical' | undefined"
|
|
5725
|
+
},
|
|
5726
|
+
"description": "The direction the listbox options should flow.",
|
|
5727
|
+
"fieldName": "orientation"
|
|
5728
|
+
},
|
|
5729
|
+
{
|
|
5730
|
+
"name": "shape",
|
|
5731
|
+
"type": {
|
|
5732
|
+
"text": "ListboxShape | undefined"
|
|
5733
|
+
},
|
|
5734
|
+
"description": "The shape the listbox should have.",
|
|
5735
|
+
"fieldName": "shape"
|
|
5618
5736
|
}
|
|
5619
5737
|
],
|
|
5620
5738
|
"superclass": {
|
|
@@ -10471,6 +10589,16 @@
|
|
|
10471
10589
|
"default": "var(--vvd-color-neutral-100)"
|
|
10472
10590
|
}
|
|
10473
10591
|
],
|
|
10592
|
+
"slots": [
|
|
10593
|
+
{
|
|
10594
|
+
"description": "Used to add action items to the start of the text-field.",
|
|
10595
|
+
"name": "leading-action-items"
|
|
10596
|
+
},
|
|
10597
|
+
{
|
|
10598
|
+
"description": "Used to add action items to the end of the text-field.",
|
|
10599
|
+
"name": "action-items"
|
|
10600
|
+
}
|
|
10601
|
+
],
|
|
10474
10602
|
"members": [
|
|
10475
10603
|
{
|
|
10476
10604
|
"kind": "field",
|
|
@@ -10492,6 +10620,13 @@
|
|
|
10492
10620
|
"type": {
|
|
10493
10621
|
"text": "string | undefined"
|
|
10494
10622
|
}
|
|
10623
|
+
},
|
|
10624
|
+
{
|
|
10625
|
+
"kind": "field",
|
|
10626
|
+
"name": "leadingActionItemsSlottedContent",
|
|
10627
|
+
"type": {
|
|
10628
|
+
"text": "HTMLElement[] | undefined"
|
|
10629
|
+
}
|
|
10495
10630
|
}
|
|
10496
10631
|
],
|
|
10497
10632
|
"attributes": [
|
|
@@ -11343,6 +11478,29 @@
|
|
|
11343
11478
|
}
|
|
11344
11479
|
]
|
|
11345
11480
|
},
|
|
11481
|
+
{
|
|
11482
|
+
"kind": "function",
|
|
11483
|
+
"name": "compareDateStr",
|
|
11484
|
+
"return": {
|
|
11485
|
+
"type": {
|
|
11486
|
+
"text": "number"
|
|
11487
|
+
}
|
|
11488
|
+
},
|
|
11489
|
+
"parameters": [
|
|
11490
|
+
{
|
|
11491
|
+
"name": "a",
|
|
11492
|
+
"type": {
|
|
11493
|
+
"text": "DateStr"
|
|
11494
|
+
}
|
|
11495
|
+
},
|
|
11496
|
+
{
|
|
11497
|
+
"name": "b",
|
|
11498
|
+
"type": {
|
|
11499
|
+
"text": "DateStr"
|
|
11500
|
+
}
|
|
11501
|
+
}
|
|
11502
|
+
]
|
|
11503
|
+
},
|
|
11346
11504
|
{
|
|
11347
11505
|
"kind": "function",
|
|
11348
11506
|
"name": "isValidDateStr",
|
|
@@ -11394,6 +11552,14 @@
|
|
|
11394
11552
|
"module": "libs/components/src/lib/date-picker/calendar/dateStr.ts"
|
|
11395
11553
|
}
|
|
11396
11554
|
},
|
|
11555
|
+
{
|
|
11556
|
+
"kind": "js",
|
|
11557
|
+
"name": "compareDateStr",
|
|
11558
|
+
"declaration": {
|
|
11559
|
+
"name": "compareDateStr",
|
|
11560
|
+
"module": "libs/components/src/lib/date-picker/calendar/dateStr.ts"
|
|
11561
|
+
}
|
|
11562
|
+
},
|
|
11397
11563
|
{
|
|
11398
11564
|
"kind": "js",
|
|
11399
11565
|
"name": "isValidDateStr",
|
|
@@ -11463,6 +11629,29 @@
|
|
|
11463
11629
|
}
|
|
11464
11630
|
]
|
|
11465
11631
|
},
|
|
11632
|
+
{
|
|
11633
|
+
"kind": "function",
|
|
11634
|
+
"name": "compareMonths",
|
|
11635
|
+
"return": {
|
|
11636
|
+
"type": {
|
|
11637
|
+
"text": "number"
|
|
11638
|
+
}
|
|
11639
|
+
},
|
|
11640
|
+
"parameters": [
|
|
11641
|
+
{
|
|
11642
|
+
"name": "a",
|
|
11643
|
+
"type": {
|
|
11644
|
+
"text": "Month"
|
|
11645
|
+
}
|
|
11646
|
+
},
|
|
11647
|
+
{
|
|
11648
|
+
"name": "b",
|
|
11649
|
+
"type": {
|
|
11650
|
+
"text": "Month"
|
|
11651
|
+
}
|
|
11652
|
+
}
|
|
11653
|
+
]
|
|
11654
|
+
},
|
|
11466
11655
|
{
|
|
11467
11656
|
"kind": "function",
|
|
11468
11657
|
"name": "areMonthsEqual",
|
|
@@ -11529,6 +11718,14 @@
|
|
|
11529
11718
|
"module": "libs/components/src/lib/date-picker/calendar/month.ts"
|
|
11530
11719
|
}
|
|
11531
11720
|
},
|
|
11721
|
+
{
|
|
11722
|
+
"kind": "js",
|
|
11723
|
+
"name": "compareMonths",
|
|
11724
|
+
"declaration": {
|
|
11725
|
+
"name": "compareMonths",
|
|
11726
|
+
"module": "libs/components/src/lib/date-picker/calendar/month.ts"
|
|
11727
|
+
}
|
|
11728
|
+
},
|
|
11532
11729
|
{
|
|
11533
11730
|
"kind": "js",
|
|
11534
11731
|
"name": "areMonthsEqual",
|
|
@@ -11672,6 +11869,39 @@
|
|
|
11672
11869
|
}
|
|
11673
11870
|
}
|
|
11674
11871
|
]
|
|
11872
|
+
},
|
|
11873
|
+
{
|
|
11874
|
+
"kind": "javascript-module",
|
|
11875
|
+
"path": "libs/components/src/lib/date-picker/calendar/year.ts",
|
|
11876
|
+
"declarations": [
|
|
11877
|
+
{
|
|
11878
|
+
"kind": "function",
|
|
11879
|
+
"name": "yearOfDate",
|
|
11880
|
+
"return": {
|
|
11881
|
+
"type": {
|
|
11882
|
+
"text": "number"
|
|
11883
|
+
}
|
|
11884
|
+
},
|
|
11885
|
+
"parameters": [
|
|
11886
|
+
{
|
|
11887
|
+
"name": "dateStr",
|
|
11888
|
+
"type": {
|
|
11889
|
+
"text": "DateStr"
|
|
11890
|
+
}
|
|
11891
|
+
}
|
|
11892
|
+
]
|
|
11893
|
+
}
|
|
11894
|
+
],
|
|
11895
|
+
"exports": [
|
|
11896
|
+
{
|
|
11897
|
+
"kind": "js",
|
|
11898
|
+
"name": "yearOfDate",
|
|
11899
|
+
"declaration": {
|
|
11900
|
+
"name": "yearOfDate",
|
|
11901
|
+
"module": "libs/components/src/lib/date-picker/calendar/year.ts"
|
|
11902
|
+
}
|
|
11903
|
+
}
|
|
11904
|
+
]
|
|
11675
11905
|
}
|
|
11676
11906
|
]
|
|
11677
11907
|
}
|
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/definition16.js';
|
|
2
|
+
import '../shared/definition24.js';
|
|
3
3
|
import '../shared/index.js';
|
|
4
4
|
import '../shared/icon.js';
|
|
5
5
|
import '../shared/_has.js';
|
package/date-picker/index.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { r as registerDatePicker } from '../shared/
|
|
1
|
+
import { r as registerDatePicker } from '../shared/definition17.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
4
|
-
import '../shared/
|
|
5
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition57.js';
|
|
4
|
+
import '../shared/definition10.js';
|
|
5
|
+
import '../shared/definition24.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/definition55.js';
|
|
11
11
|
import '../shared/focus.js';
|
|
12
|
-
import '../shared/
|
|
12
|
+
import '../shared/definition35.js';
|
|
13
13
|
import '../shared/base-progress.js';
|
|
14
14
|
import '../shared/affix.js';
|
|
15
15
|
import '../shared/button.js';
|
|
@@ -20,15 +20,15 @@ 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/
|
|
23
|
+
import '../shared/definition56.js';
|
|
24
|
+
import '../shared/definition50.js';
|
|
25
25
|
import '../shared/index2.js';
|
|
26
26
|
import '../locales/en-US.js';
|
|
27
27
|
import '../shared/text-field2.js';
|
|
28
28
|
import '../shared/text-field.js';
|
|
29
29
|
import '../shared/slotted.js';
|
|
30
30
|
import '../shared/node-observation.js';
|
|
31
|
-
import '../shared/
|
|
31
|
+
import '../shared/definition19.js';
|
|
32
32
|
import '../shared/aria.js';
|
|
33
33
|
import '../shared/repeat.js';
|
|
34
34
|
|