@vonage/vivid 3.32.0 → 3.35.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 +256 -18
- 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/avatar/avatar.d.ts +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/progress-ring/progress-ring.d.ts +1 -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 +6106 -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/vivid.api.json +10 -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
|
@@ -752,6 +752,10 @@
|
|
|
752
752
|
"name": "--vvd-avatar-cta-pale",
|
|
753
753
|
"default": "var(--vvd-color-cta-300)"
|
|
754
754
|
},
|
|
755
|
+
{
|
|
756
|
+
"name": "--vvd-avatar-cta-soft",
|
|
757
|
+
"default": "var(--vvd-color-cta-100)"
|
|
758
|
+
},
|
|
755
759
|
{
|
|
756
760
|
"name": "--vvd-avatar-accent-primary",
|
|
757
761
|
"default": "var(--vvd-color-canvas-text)"
|
|
@@ -771,6 +775,10 @@
|
|
|
771
775
|
{
|
|
772
776
|
"name": "--vvd-avatar-accent-pale",
|
|
773
777
|
"default": "var(--vvd-color-neutral-300)"
|
|
778
|
+
},
|
|
779
|
+
{
|
|
780
|
+
"name": "--vvd-avatar-accent-soft",
|
|
781
|
+
"default": "var(--vvd-color-neutral-100)"
|
|
774
782
|
}
|
|
775
783
|
],
|
|
776
784
|
"slots": [
|
|
@@ -3650,6 +3658,26 @@
|
|
|
3650
3658
|
"description": "The error-text text of the date-picker.",
|
|
3651
3659
|
"privacy": "public"
|
|
3652
3660
|
},
|
|
3661
|
+
{
|
|
3662
|
+
"kind": "field",
|
|
3663
|
+
"name": "min",
|
|
3664
|
+
"type": {
|
|
3665
|
+
"text": "DateStr | null"
|
|
3666
|
+
},
|
|
3667
|
+
"default": "null",
|
|
3668
|
+
"description": "The earliest accepted date of the date-picker.",
|
|
3669
|
+
"privacy": "public"
|
|
3670
|
+
},
|
|
3671
|
+
{
|
|
3672
|
+
"kind": "field",
|
|
3673
|
+
"name": "max",
|
|
3674
|
+
"type": {
|
|
3675
|
+
"text": "DateStr | null"
|
|
3676
|
+
},
|
|
3677
|
+
"default": "null",
|
|
3678
|
+
"description": "The latest accepted date of the date-picker.",
|
|
3679
|
+
"privacy": "public"
|
|
3680
|
+
},
|
|
3653
3681
|
{
|
|
3654
3682
|
"kind": "field",
|
|
3655
3683
|
"name": "value",
|
|
@@ -3692,6 +3720,34 @@
|
|
|
3692
3720
|
"description": "Whether the date-picker is readonly.",
|
|
3693
3721
|
"privacy": "public"
|
|
3694
3722
|
},
|
|
3723
|
+
{
|
|
3724
|
+
"kind": "method",
|
|
3725
|
+
"name": "#getFocusableEls"
|
|
3726
|
+
},
|
|
3727
|
+
{
|
|
3728
|
+
"kind": "method",
|
|
3729
|
+
"name": "#isMonthAfterValidRange",
|
|
3730
|
+
"parameters": [
|
|
3731
|
+
{
|
|
3732
|
+
"name": "month",
|
|
3733
|
+
"type": {
|
|
3734
|
+
"text": "Month"
|
|
3735
|
+
}
|
|
3736
|
+
}
|
|
3737
|
+
]
|
|
3738
|
+
},
|
|
3739
|
+
{
|
|
3740
|
+
"kind": "method",
|
|
3741
|
+
"name": "#isMonthBeforeValidRange",
|
|
3742
|
+
"parameters": [
|
|
3743
|
+
{
|
|
3744
|
+
"name": "month",
|
|
3745
|
+
"type": {
|
|
3746
|
+
"text": "Month"
|
|
3747
|
+
}
|
|
3748
|
+
}
|
|
3749
|
+
]
|
|
3750
|
+
},
|
|
3695
3751
|
{
|
|
3696
3752
|
"kind": "field",
|
|
3697
3753
|
"name": "#dismissOnClickOutside",
|
|
@@ -3746,6 +3802,22 @@
|
|
|
3746
3802
|
"description": "The error-text text of the date-picker.",
|
|
3747
3803
|
"fieldName": "errorText"
|
|
3748
3804
|
},
|
|
3805
|
+
{
|
|
3806
|
+
"type": {
|
|
3807
|
+
"text": "DateStr | null"
|
|
3808
|
+
},
|
|
3809
|
+
"default": "null",
|
|
3810
|
+
"description": "The earliest accepted date of the date-picker.",
|
|
3811
|
+
"fieldName": "min"
|
|
3812
|
+
},
|
|
3813
|
+
{
|
|
3814
|
+
"type": {
|
|
3815
|
+
"text": "DateStr | null"
|
|
3816
|
+
},
|
|
3817
|
+
"default": "null",
|
|
3818
|
+
"description": "The latest accepted date of the date-picker.",
|
|
3819
|
+
"fieldName": "max"
|
|
3820
|
+
},
|
|
3749
3821
|
{
|
|
3750
3822
|
"type": {
|
|
3751
3823
|
"text": "DateStr | null"
|
|
@@ -5177,14 +5249,6 @@
|
|
|
5177
5249
|
"kind": "javascript-module",
|
|
5178
5250
|
"path": "libs/components/src/lib/icon/icon.ts",
|
|
5179
5251
|
"declarations": [
|
|
5180
|
-
{
|
|
5181
|
-
"kind": "variable",
|
|
5182
|
-
"name": "ICON_SET_VERSION",
|
|
5183
|
-
"type": {
|
|
5184
|
-
"text": "string"
|
|
5185
|
-
},
|
|
5186
|
-
"default": "'4.2.3'"
|
|
5187
|
-
},
|
|
5188
5252
|
{
|
|
5189
5253
|
"kind": "class",
|
|
5190
5254
|
"description": "",
|
|
@@ -5298,14 +5362,6 @@
|
|
|
5298
5362
|
}
|
|
5299
5363
|
],
|
|
5300
5364
|
"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
5365
|
{
|
|
5310
5366
|
"kind": "js",
|
|
5311
5367
|
"name": "Icon",
|
|
@@ -5605,6 +5661,60 @@
|
|
|
5605
5661
|
},
|
|
5606
5662
|
"description": "The appearance the listbox should have.",
|
|
5607
5663
|
"privacy": "public"
|
|
5664
|
+
},
|
|
5665
|
+
{
|
|
5666
|
+
"kind": "field",
|
|
5667
|
+
"name": "orientation",
|
|
5668
|
+
"type": {
|
|
5669
|
+
"text": "'horizontal' | 'vertical' | undefined"
|
|
5670
|
+
},
|
|
5671
|
+
"description": "The direction the listbox options should flow.",
|
|
5672
|
+
"privacy": "public"
|
|
5673
|
+
},
|
|
5674
|
+
{
|
|
5675
|
+
"kind": "method",
|
|
5676
|
+
"name": "orientationChanged",
|
|
5677
|
+
"return": {
|
|
5678
|
+
"type": {
|
|
5679
|
+
"text": "void"
|
|
5680
|
+
}
|
|
5681
|
+
}
|
|
5682
|
+
},
|
|
5683
|
+
{
|
|
5684
|
+
"kind": "field",
|
|
5685
|
+
"name": "shape",
|
|
5686
|
+
"type": {
|
|
5687
|
+
"text": "ListboxShape | undefined"
|
|
5688
|
+
},
|
|
5689
|
+
"description": "The shape the listbox should have.",
|
|
5690
|
+
"privacy": "public"
|
|
5691
|
+
},
|
|
5692
|
+
{
|
|
5693
|
+
"kind": "method",
|
|
5694
|
+
"name": "slottedOptionsChanged",
|
|
5695
|
+
"parameters": [
|
|
5696
|
+
{
|
|
5697
|
+
"name": "prev",
|
|
5698
|
+
"type": {
|
|
5699
|
+
"text": "Element[] | undefined"
|
|
5700
|
+
}
|
|
5701
|
+
},
|
|
5702
|
+
{
|
|
5703
|
+
"name": "next",
|
|
5704
|
+
"type": {
|
|
5705
|
+
"text": "Element[]"
|
|
5706
|
+
}
|
|
5707
|
+
}
|
|
5708
|
+
]
|
|
5709
|
+
},
|
|
5710
|
+
{
|
|
5711
|
+
"kind": "method",
|
|
5712
|
+
"name": "#disableSlottedChildren",
|
|
5713
|
+
"return": {
|
|
5714
|
+
"type": {
|
|
5715
|
+
"text": "void"
|
|
5716
|
+
}
|
|
5717
|
+
}
|
|
5608
5718
|
}
|
|
5609
5719
|
],
|
|
5610
5720
|
"attributes": [
|
|
@@ -5615,6 +5725,22 @@
|
|
|
5615
5725
|
},
|
|
5616
5726
|
"description": "The appearance the listbox should have.",
|
|
5617
5727
|
"fieldName": "appearance"
|
|
5728
|
+
},
|
|
5729
|
+
{
|
|
5730
|
+
"name": "orientation",
|
|
5731
|
+
"type": {
|
|
5732
|
+
"text": "'horizontal' | 'vertical' | undefined"
|
|
5733
|
+
},
|
|
5734
|
+
"description": "The direction the listbox options should flow.",
|
|
5735
|
+
"fieldName": "orientation"
|
|
5736
|
+
},
|
|
5737
|
+
{
|
|
5738
|
+
"name": "shape",
|
|
5739
|
+
"type": {
|
|
5740
|
+
"text": "ListboxShape | undefined"
|
|
5741
|
+
},
|
|
5742
|
+
"description": "The shape the listbox should have.",
|
|
5743
|
+
"fieldName": "shape"
|
|
5618
5744
|
}
|
|
5619
5745
|
],
|
|
5620
5746
|
"superclass": {
|
|
@@ -7829,7 +7955,7 @@
|
|
|
7829
7955
|
"kind": "field",
|
|
7830
7956
|
"name": "size",
|
|
7831
7957
|
"type": {
|
|
7832
|
-
"text": "-5 | -4 | -3 | -2 | -1 | 0 | 1 | 2 | 3 | 4 | 5 | undefined"
|
|
7958
|
+
"text": "-6 | -5 | -4 | -3 | -2 | -1 | 0 | 1 | 2 | 3 | 4 | 5 | undefined"
|
|
7833
7959
|
}
|
|
7834
7960
|
}
|
|
7835
7961
|
],
|
|
@@ -7844,7 +7970,7 @@
|
|
|
7844
7970
|
{
|
|
7845
7971
|
"name": "size",
|
|
7846
7972
|
"type": {
|
|
7847
|
-
"text": "-5 | -4 | -3 | -2 | -1 | 0 | 1 | 2 | 3 | 4 | 5 | undefined"
|
|
7973
|
+
"text": "-6 | -5 | -4 | -3 | -2 | -1 | 0 | 1 | 2 | 3 | 4 | 5 | undefined"
|
|
7848
7974
|
},
|
|
7849
7975
|
"fieldName": "size"
|
|
7850
7976
|
}
|
|
@@ -10471,6 +10597,16 @@
|
|
|
10471
10597
|
"default": "var(--vvd-color-neutral-100)"
|
|
10472
10598
|
}
|
|
10473
10599
|
],
|
|
10600
|
+
"slots": [
|
|
10601
|
+
{
|
|
10602
|
+
"description": "Used to add action items to the start of the text-field.",
|
|
10603
|
+
"name": "leading-action-items"
|
|
10604
|
+
},
|
|
10605
|
+
{
|
|
10606
|
+
"description": "Used to add action items to the end of the text-field.",
|
|
10607
|
+
"name": "action-items"
|
|
10608
|
+
}
|
|
10609
|
+
],
|
|
10474
10610
|
"members": [
|
|
10475
10611
|
{
|
|
10476
10612
|
"kind": "field",
|
|
@@ -10492,6 +10628,13 @@
|
|
|
10492
10628
|
"type": {
|
|
10493
10629
|
"text": "string | undefined"
|
|
10494
10630
|
}
|
|
10631
|
+
},
|
|
10632
|
+
{
|
|
10633
|
+
"kind": "field",
|
|
10634
|
+
"name": "leadingActionItemsSlottedContent",
|
|
10635
|
+
"type": {
|
|
10636
|
+
"text": "HTMLElement[] | undefined"
|
|
10637
|
+
}
|
|
10495
10638
|
}
|
|
10496
10639
|
],
|
|
10497
10640
|
"attributes": [
|
|
@@ -11343,6 +11486,29 @@
|
|
|
11343
11486
|
}
|
|
11344
11487
|
]
|
|
11345
11488
|
},
|
|
11489
|
+
{
|
|
11490
|
+
"kind": "function",
|
|
11491
|
+
"name": "compareDateStr",
|
|
11492
|
+
"return": {
|
|
11493
|
+
"type": {
|
|
11494
|
+
"text": "number"
|
|
11495
|
+
}
|
|
11496
|
+
},
|
|
11497
|
+
"parameters": [
|
|
11498
|
+
{
|
|
11499
|
+
"name": "a",
|
|
11500
|
+
"type": {
|
|
11501
|
+
"text": "DateStr"
|
|
11502
|
+
}
|
|
11503
|
+
},
|
|
11504
|
+
{
|
|
11505
|
+
"name": "b",
|
|
11506
|
+
"type": {
|
|
11507
|
+
"text": "DateStr"
|
|
11508
|
+
}
|
|
11509
|
+
}
|
|
11510
|
+
]
|
|
11511
|
+
},
|
|
11346
11512
|
{
|
|
11347
11513
|
"kind": "function",
|
|
11348
11514
|
"name": "isValidDateStr",
|
|
@@ -11394,6 +11560,14 @@
|
|
|
11394
11560
|
"module": "libs/components/src/lib/date-picker/calendar/dateStr.ts"
|
|
11395
11561
|
}
|
|
11396
11562
|
},
|
|
11563
|
+
{
|
|
11564
|
+
"kind": "js",
|
|
11565
|
+
"name": "compareDateStr",
|
|
11566
|
+
"declaration": {
|
|
11567
|
+
"name": "compareDateStr",
|
|
11568
|
+
"module": "libs/components/src/lib/date-picker/calendar/dateStr.ts"
|
|
11569
|
+
}
|
|
11570
|
+
},
|
|
11397
11571
|
{
|
|
11398
11572
|
"kind": "js",
|
|
11399
11573
|
"name": "isValidDateStr",
|
|
@@ -11463,6 +11637,29 @@
|
|
|
11463
11637
|
}
|
|
11464
11638
|
]
|
|
11465
11639
|
},
|
|
11640
|
+
{
|
|
11641
|
+
"kind": "function",
|
|
11642
|
+
"name": "compareMonths",
|
|
11643
|
+
"return": {
|
|
11644
|
+
"type": {
|
|
11645
|
+
"text": "number"
|
|
11646
|
+
}
|
|
11647
|
+
},
|
|
11648
|
+
"parameters": [
|
|
11649
|
+
{
|
|
11650
|
+
"name": "a",
|
|
11651
|
+
"type": {
|
|
11652
|
+
"text": "Month"
|
|
11653
|
+
}
|
|
11654
|
+
},
|
|
11655
|
+
{
|
|
11656
|
+
"name": "b",
|
|
11657
|
+
"type": {
|
|
11658
|
+
"text": "Month"
|
|
11659
|
+
}
|
|
11660
|
+
}
|
|
11661
|
+
]
|
|
11662
|
+
},
|
|
11466
11663
|
{
|
|
11467
11664
|
"kind": "function",
|
|
11468
11665
|
"name": "areMonthsEqual",
|
|
@@ -11529,6 +11726,14 @@
|
|
|
11529
11726
|
"module": "libs/components/src/lib/date-picker/calendar/month.ts"
|
|
11530
11727
|
}
|
|
11531
11728
|
},
|
|
11729
|
+
{
|
|
11730
|
+
"kind": "js",
|
|
11731
|
+
"name": "compareMonths",
|
|
11732
|
+
"declaration": {
|
|
11733
|
+
"name": "compareMonths",
|
|
11734
|
+
"module": "libs/components/src/lib/date-picker/calendar/month.ts"
|
|
11735
|
+
}
|
|
11736
|
+
},
|
|
11532
11737
|
{
|
|
11533
11738
|
"kind": "js",
|
|
11534
11739
|
"name": "areMonthsEqual",
|
|
@@ -11672,6 +11877,39 @@
|
|
|
11672
11877
|
}
|
|
11673
11878
|
}
|
|
11674
11879
|
]
|
|
11880
|
+
},
|
|
11881
|
+
{
|
|
11882
|
+
"kind": "javascript-module",
|
|
11883
|
+
"path": "libs/components/src/lib/date-picker/calendar/year.ts",
|
|
11884
|
+
"declarations": [
|
|
11885
|
+
{
|
|
11886
|
+
"kind": "function",
|
|
11887
|
+
"name": "yearOfDate",
|
|
11888
|
+
"return": {
|
|
11889
|
+
"type": {
|
|
11890
|
+
"text": "number"
|
|
11891
|
+
}
|
|
11892
|
+
},
|
|
11893
|
+
"parameters": [
|
|
11894
|
+
{
|
|
11895
|
+
"name": "dateStr",
|
|
11896
|
+
"type": {
|
|
11897
|
+
"text": "DateStr"
|
|
11898
|
+
}
|
|
11899
|
+
}
|
|
11900
|
+
]
|
|
11901
|
+
}
|
|
11902
|
+
],
|
|
11903
|
+
"exports": [
|
|
11904
|
+
{
|
|
11905
|
+
"kind": "js",
|
|
11906
|
+
"name": "yearOfDate",
|
|
11907
|
+
"declaration": {
|
|
11908
|
+
"name": "yearOfDate",
|
|
11909
|
+
"module": "libs/components/src/lib/date-picker/calendar/year.ts"
|
|
11910
|
+
}
|
|
11911
|
+
}
|
|
11912
|
+
]
|
|
11675
11913
|
}
|
|
11676
11914
|
]
|
|
11677
11915
|
}
|
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';
|