@vonage/vivid 3.36.0 → 3.38.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 +3 -4
- package/accordion-item/index.js +3 -2
- package/alert/index.js +5 -4
- package/avatar/index.js +1 -1
- package/badge/index.js +2 -1
- package/banner/index.js +4 -3
- package/breadcrumb/index.js +0 -1
- package/breadcrumb-item/index.js +3 -2
- package/button/index.js +4 -3
- package/card/index.js +2 -3
- package/checkbox/index.js +3 -4
- package/combobox/index.js +7 -8
- package/custom-elements.json +386 -758
- package/data-grid/index.js +2 -3
- package/date-picker/index.js +10 -9
- package/date-range-picker/index.js +36 -0
- package/dialog/index.js +6 -7
- package/divider/index.js +1 -1
- package/elevation/index.js +1 -1
- package/empty-state/index.js +2 -3
- package/fab/index.js +4 -3
- package/file-picker/index.js +6 -4
- package/focus/index.js +1 -1
- package/header/index.js +2 -2
- package/icon/index.js +1 -1
- package/index.js +44 -42
- package/layout/index.js +1 -1
- package/lib/components.d.ts +1 -0
- package/lib/date-picker/date-picker.d.ts +5 -15
- package/lib/date-range-picker/date-range-picker.d.ts +16 -0
- package/lib/date-range-picker/definition.d.ts +3 -0
- package/lib/file-picker/file-picker.d.ts +8 -5
- package/lib/file-picker/file-picker.form-associated.d.ts +10 -0
- package/lib/file-picker/locale.d.ts +6 -0
- package/lib/number-field/number-field.d.ts +6 -2
- package/lib/tag-group/tag-group.d.ts +1 -0
- package/lib/tree-item/tree-item.template.d.ts +1 -1
- package/listbox/index.js +4 -5
- package/locales/en-GB.js +27 -3
- package/locales/en-US.js +27 -3
- package/locales/ja-JP.js +25 -1
- package/locales/zh-CN.js +25 -1
- package/menu/index.js +8 -9
- package/menu-item/index.js +4 -5
- package/nav/index.js +1 -1
- package/nav-disclosure/index.js +4 -3
- package/nav-item/index.js +4 -3
- package/note/index.js +3 -2
- package/number-field/index.js +6 -5
- package/option/index.js +4 -3
- package/package.json +1 -1
- package/pagination/index.js +5 -5
- package/popup/index.js +6 -5
- 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 -3
- package/select/index.js +8 -9
- package/shared/affix.js +5 -1
- package/shared/apply-mixins.js +1 -1
- package/shared/children.js +2 -2
- package/shared/date-picker/calendar/dateRange.d.ts +5 -0
- package/shared/date-picker/calendar/presentationDateRange.d.ts +5 -0
- package/shared/date-picker/date-picker-base.d.ts +20 -0
- package/shared/date-picker/date-picker-base.form-associated.d.ts +10 -0
- package/shared/date-picker/date-picker-base.template.d.ts +4 -0
- package/{lib → shared}/date-picker/locale.d.ts +6 -0
- package/shared/definition.js +5 -5
- package/shared/definition10.js +9 -14
- package/shared/definition11.js +1 -1
- package/shared/definition12.js +1 -1
- package/shared/definition13.js +3 -3
- package/shared/definition14.js +3 -3
- package/shared/definition15.js +5 -5
- package/shared/definition16.js +4 -5
- package/shared/definition17.js +59 -6016
- package/shared/definition18.js +350 -213
- package/shared/definition19.js +251 -67
- package/shared/definition2.js +2 -3
- package/shared/definition20.js +66 -58
- package/shared/definition21.js +43 -83
- package/shared/definition22.js +75 -2298
- package/shared/definition23.js +2361 -45
- package/shared/definition24.js +63 -27
- package/shared/definition25.js +24 -51
- package/shared/definition26.js +36 -806
- package/shared/definition27.js +820 -49
- package/shared/definition28.js +52 -89
- package/shared/definition29.js +88 -24
- package/shared/definition3.js +1 -1
- package/shared/definition30.js +25 -12
- package/shared/definition31.js +12 -53
- package/shared/definition32.js +29 -441
- package/shared/definition33.js +427 -197
- package/shared/definition34.js +260 -174
- package/shared/definition35.js +187 -69
- package/shared/definition36.js +68 -55
- package/shared/definition37.js +61 -422
- package/shared/definition38.js +435 -35
- package/shared/definition39.js +30 -679
- package/shared/definition4.js +3 -3
- package/shared/definition40.js +661 -77
- package/shared/definition41.js +77 -557
- package/shared/definition42.js +559 -106
- package/shared/definition43.js +105 -136
- package/shared/definition44.js +153 -17
- package/shared/definition45.js +16 -79
- package/shared/definition46.js +53 -475
- package/shared/definition47.js +506 -20
- package/shared/definition48.js +22 -121
- package/shared/definition49.js +115 -262
- package/shared/definition5.js +2 -2
- package/shared/definition50.js +248 -120
- package/shared/definition51.js +139 -123
- package/shared/definition52.js +84 -74
- package/shared/definition53.js +114 -70
- package/shared/definition54.js +81 -292
- package/shared/definition55.js +302 -13
- package/shared/definition56.js +11 -41
- package/shared/definition57.js +20 -154
- package/shared/definition58.js +181 -0
- package/shared/definition6.js +5 -5
- package/shared/definition7.js +4 -4
- package/shared/definition8.js +3 -3
- package/shared/definition9.js +1 -2
- package/shared/index.js +1 -1
- package/shared/index2.js +1 -1
- package/shared/listbox.js +1 -1
- package/shared/localization/Locale.d.ts +3 -1
- package/shared/localized.js +9 -0
- package/shared/patterns/affix.d.ts +3 -1
- package/shared/presentationDate.js +6133 -0
- package/shared/ref.js +1 -1
- package/shared/slotted.js +73 -3
- package/shared/text-anchor.template.js +4 -4
- package/shared/text-field.js +1 -1
- package/side-drawer/index.js +1 -1
- package/slider/index.js +2 -2
- package/split-button/index.js +4 -3
- package/style.css +265 -197
- package/styles/core/all.css +44 -13
- package/styles/core/theme.css +1 -1
- package/styles/core/typography.css +44 -13
- 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 +4 -3
- package/tab/index.js +4 -3
- package/tab-panel/index.js +1 -1
- package/tabs/index.js +6 -7
- package/tag/index.js +4 -3
- package/tag-group/index.js +1 -1
- package/text-anchor/index.js +1 -0
- package/text-area/index.js +4 -3
- package/text-field/index.js +4 -5
- package/toggletip/index.js +7 -6
- package/tooltip/index.js +7 -6
- package/tree-item/index.js +4 -5
- package/tree-view/index.js +1 -2
- package/vivid.api.json +105 -0
- package/lib/date-picker/date-picker.template.d.ts +0 -4
- package/shared/node-observation.js +0 -74
- /package/{lib → shared}/date-picker/calendar/calendarGrid.d.ts +0 -0
- /package/{lib → shared}/date-picker/calendar/dateStr.d.ts +0 -0
- /package/{lib → shared}/date-picker/calendar/month.d.ts +0 -0
- /package/{lib → shared}/date-picker/calendar/monthPickerGrid.d.ts +0 -0
- /package/{lib → shared}/date-picker/calendar/presentationDate.d.ts +0 -0
- /package/{lib → shared}/date-picker/calendar/year.d.ts +0 -0
package/styles/core/all.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 13 Oct 2023 14:45:50 GMT
|
|
4
4
|
*/
|
|
5
5
|
.vvd-root {
|
|
6
6
|
color-scheme: var(--vvd-color-scheme);
|
|
@@ -26,13 +26,33 @@
|
|
|
26
26
|
-webkit-font-smoothing: antialiased; /* apply font anti-aliasing for Webkit on OSX */
|
|
27
27
|
-moz-osx-font-smoothing: grayscale; /* apply font anti-aliasing for Firefox on OSX */
|
|
28
28
|
}
|
|
29
|
-
.vvd-root p,
|
|
29
|
+
.vvd-root p,
|
|
30
|
+
.vvd-root .font-base {
|
|
30
31
|
font: var(--vvd-typography-base);
|
|
31
32
|
margin-block: 16px;
|
|
32
33
|
}
|
|
33
|
-
.vvd-root p.tight,
|
|
34
|
+
.vvd-root p.tight,
|
|
35
|
+
.vvd-root .font-base.tight {
|
|
34
36
|
margin-block: 0;
|
|
35
37
|
}
|
|
38
|
+
.vvd-root .font-base-bold {
|
|
39
|
+
font: var(--vvd-typography-base-bold);
|
|
40
|
+
}
|
|
41
|
+
.vvd-root .font-base-condensed {
|
|
42
|
+
font: var(--vvd-typography-base-condensed);
|
|
43
|
+
}
|
|
44
|
+
.vvd-root .font-base-condensed-bold {
|
|
45
|
+
font: var(--vvd-typography-base-condensed-bold);
|
|
46
|
+
}
|
|
47
|
+
.vvd-root .font-base-extended {
|
|
48
|
+
font: var(--vvd-typography-base-extended);
|
|
49
|
+
}
|
|
50
|
+
.vvd-root .font-base-extended-bold {
|
|
51
|
+
font: var(--vvd-typography-base-extended-bold);
|
|
52
|
+
}
|
|
53
|
+
.vvd-root .font-base-code {
|
|
54
|
+
font: var(--vvd-typography-base-code);
|
|
55
|
+
}
|
|
36
56
|
.vvd-root b, .vvd-root strong {
|
|
37
57
|
font: var(--vvd-typography-base-bold);
|
|
38
58
|
}
|
|
@@ -53,38 +73,49 @@
|
|
|
53
73
|
.vvd-root .subtitle.tight {
|
|
54
74
|
margin-block: 0;
|
|
55
75
|
}
|
|
56
|
-
.vvd-root h1,
|
|
76
|
+
.vvd-root h1,
|
|
77
|
+
.vvd-root .heading1 {
|
|
57
78
|
font: var(--vvd-typography-heading-1);
|
|
58
79
|
margin-block: 32px;
|
|
59
80
|
}
|
|
60
|
-
.vvd-root h1.tight,
|
|
81
|
+
.vvd-root h1.tight,
|
|
82
|
+
.vvd-root .heading1.tight {
|
|
61
83
|
margin-block: 0;
|
|
62
84
|
}
|
|
63
|
-
.vvd-root h2,
|
|
85
|
+
.vvd-root h2,
|
|
86
|
+
.vvd-root .heading2 {
|
|
64
87
|
font: var(--vvd-typography-heading-2);
|
|
65
88
|
margin-block: 32px;
|
|
66
89
|
}
|
|
67
|
-
.vvd-root h2.tight,
|
|
90
|
+
.vvd-root h2.tight,
|
|
91
|
+
.vvd-root .heading2.tight {
|
|
68
92
|
margin-block: 0;
|
|
69
93
|
}
|
|
70
|
-
.vvd-root h3,
|
|
94
|
+
.vvd-root h3,
|
|
95
|
+
.vvd-root .heading3 {
|
|
71
96
|
font: var(--vvd-typography-heading-3);
|
|
72
97
|
margin-block: 24px;
|
|
73
98
|
}
|
|
74
|
-
.vvd-root h3.tight,
|
|
99
|
+
.vvd-root h3.tight,
|
|
100
|
+
.vvd-root .heading3.tight {
|
|
75
101
|
margin-block: 0;
|
|
76
102
|
}
|
|
77
|
-
.vvd-root h4,
|
|
103
|
+
.vvd-root h4,
|
|
104
|
+
.vvd-root .heading4 {
|
|
78
105
|
font: var(--vvd-typography-heading-4);
|
|
79
106
|
margin-block: 24px;
|
|
80
107
|
}
|
|
81
|
-
.vvd-root h4.tight,
|
|
108
|
+
.vvd-root h4.tight,
|
|
109
|
+
.vvd-root .heading4.tight {
|
|
82
110
|
margin-block: 0;
|
|
83
111
|
}
|
|
84
|
-
.vvd-root small,
|
|
112
|
+
.vvd-root small,
|
|
113
|
+
.vvd-root figcaption {
|
|
85
114
|
font: var(--vvd-typography-base-condensed);
|
|
86
115
|
}
|
|
87
|
-
.vvd-root small b, .vvd-root small strong,
|
|
116
|
+
.vvd-root small b, .vvd-root small strong,
|
|
117
|
+
.vvd-root figcaption b,
|
|
118
|
+
.vvd-root figcaption strong {
|
|
88
119
|
font: var(--vvd-typography-base-condensed-bold);
|
|
89
120
|
}
|
|
90
121
|
.vvd-root sub,
|
package/styles/core/theme.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 13 Oct 2023 14:45:50 GMT
|
|
4
4
|
*/
|
|
5
5
|
.vvd-root:root {
|
|
6
6
|
--vvd-size-font-scale-base: 1rem;
|
|
@@ -20,13 +20,33 @@
|
|
|
20
20
|
-webkit-font-smoothing: antialiased; /* apply font anti-aliasing for Webkit on OSX */
|
|
21
21
|
-moz-osx-font-smoothing: grayscale; /* apply font anti-aliasing for Firefox on OSX */
|
|
22
22
|
}
|
|
23
|
-
.vvd-root p,
|
|
23
|
+
.vvd-root p,
|
|
24
|
+
.vvd-root .font-base {
|
|
24
25
|
font: var(--vvd-typography-base);
|
|
25
26
|
margin-block: 16px;
|
|
26
27
|
}
|
|
27
|
-
.vvd-root p.tight,
|
|
28
|
+
.vvd-root p.tight,
|
|
29
|
+
.vvd-root .font-base.tight {
|
|
28
30
|
margin-block: 0;
|
|
29
31
|
}
|
|
32
|
+
.vvd-root .font-base-bold {
|
|
33
|
+
font: var(--vvd-typography-base-bold);
|
|
34
|
+
}
|
|
35
|
+
.vvd-root .font-base-condensed {
|
|
36
|
+
font: var(--vvd-typography-base-condensed);
|
|
37
|
+
}
|
|
38
|
+
.vvd-root .font-base-condensed-bold {
|
|
39
|
+
font: var(--vvd-typography-base-condensed-bold);
|
|
40
|
+
}
|
|
41
|
+
.vvd-root .font-base-extended {
|
|
42
|
+
font: var(--vvd-typography-base-extended);
|
|
43
|
+
}
|
|
44
|
+
.vvd-root .font-base-extended-bold {
|
|
45
|
+
font: var(--vvd-typography-base-extended-bold);
|
|
46
|
+
}
|
|
47
|
+
.vvd-root .font-base-code {
|
|
48
|
+
font: var(--vvd-typography-base-code);
|
|
49
|
+
}
|
|
30
50
|
.vvd-root b, .vvd-root strong {
|
|
31
51
|
font: var(--vvd-typography-base-bold);
|
|
32
52
|
}
|
|
@@ -47,38 +67,49 @@
|
|
|
47
67
|
.vvd-root .subtitle.tight {
|
|
48
68
|
margin-block: 0;
|
|
49
69
|
}
|
|
50
|
-
.vvd-root h1,
|
|
70
|
+
.vvd-root h1,
|
|
71
|
+
.vvd-root .heading1 {
|
|
51
72
|
font: var(--vvd-typography-heading-1);
|
|
52
73
|
margin-block: 32px;
|
|
53
74
|
}
|
|
54
|
-
.vvd-root h1.tight,
|
|
75
|
+
.vvd-root h1.tight,
|
|
76
|
+
.vvd-root .heading1.tight {
|
|
55
77
|
margin-block: 0;
|
|
56
78
|
}
|
|
57
|
-
.vvd-root h2,
|
|
79
|
+
.vvd-root h2,
|
|
80
|
+
.vvd-root .heading2 {
|
|
58
81
|
font: var(--vvd-typography-heading-2);
|
|
59
82
|
margin-block: 32px;
|
|
60
83
|
}
|
|
61
|
-
.vvd-root h2.tight,
|
|
84
|
+
.vvd-root h2.tight,
|
|
85
|
+
.vvd-root .heading2.tight {
|
|
62
86
|
margin-block: 0;
|
|
63
87
|
}
|
|
64
|
-
.vvd-root h3,
|
|
88
|
+
.vvd-root h3,
|
|
89
|
+
.vvd-root .heading3 {
|
|
65
90
|
font: var(--vvd-typography-heading-3);
|
|
66
91
|
margin-block: 24px;
|
|
67
92
|
}
|
|
68
|
-
.vvd-root h3.tight,
|
|
93
|
+
.vvd-root h3.tight,
|
|
94
|
+
.vvd-root .heading3.tight {
|
|
69
95
|
margin-block: 0;
|
|
70
96
|
}
|
|
71
|
-
.vvd-root h4,
|
|
97
|
+
.vvd-root h4,
|
|
98
|
+
.vvd-root .heading4 {
|
|
72
99
|
font: var(--vvd-typography-heading-4);
|
|
73
100
|
margin-block: 24px;
|
|
74
101
|
}
|
|
75
|
-
.vvd-root h4.tight,
|
|
102
|
+
.vvd-root h4.tight,
|
|
103
|
+
.vvd-root .heading4.tight {
|
|
76
104
|
margin-block: 0;
|
|
77
105
|
}
|
|
78
|
-
.vvd-root small,
|
|
106
|
+
.vvd-root small,
|
|
107
|
+
.vvd-root figcaption {
|
|
79
108
|
font: var(--vvd-typography-base-condensed);
|
|
80
109
|
}
|
|
81
|
-
.vvd-root small b, .vvd-root small strong,
|
|
110
|
+
.vvd-root small b, .vvd-root small strong,
|
|
111
|
+
.vvd-root figcaption b,
|
|
112
|
+
.vvd-root figcaption strong {
|
|
82
113
|
font: var(--vvd-typography-base-condensed-bold);
|
|
83
114
|
}
|
|
84
115
|
.vvd-root sub,
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 13 Oct 2023 14:45:50 GMT
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* Do not edit directly
|
|
7
|
-
* Generated on
|
|
7
|
+
* Generated on Fri, 13 Oct 2023 14:45:50 GMT
|
|
8
8
|
*/
|
|
9
9
|
/**
|
|
10
10
|
* Do not edit directly
|
|
11
|
-
* Generated on
|
|
11
|
+
* Generated on Fri, 13 Oct 2023 14:45:50 GMT
|
|
12
12
|
*/
|
|
13
13
|
/**
|
|
14
14
|
* Do not edit directly
|
|
15
|
-
* Generated on
|
|
15
|
+
* Generated on Fri, 13 Oct 2023 14:45:50 GMT
|
|
16
16
|
*/
|
|
17
17
|
@property --vvd-size-density {
|
|
18
18
|
syntax: "<integer>";
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 13 Oct 2023 14:45:50 GMT
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* Do not edit directly
|
|
7
|
-
* Generated on
|
|
7
|
+
* Generated on Fri, 13 Oct 2023 14:45:50 GMT
|
|
8
8
|
*/
|
|
9
9
|
/**
|
|
10
10
|
* Do not edit directly
|
|
11
|
-
* Generated on
|
|
11
|
+
* Generated on Fri, 13 Oct 2023 14:45:50 GMT
|
|
12
12
|
*/
|
|
13
13
|
/**
|
|
14
14
|
* Do not edit directly
|
|
15
|
-
* Generated on
|
|
15
|
+
* Generated on Fri, 13 Oct 2023 14:45:50 GMT
|
|
16
16
|
*/
|
|
17
17
|
@property --vvd-size-density {
|
|
18
18
|
syntax: "<integer>";
|
package/switch/index.js
CHANGED
|
@@ -1,15 +1,16 @@
|
|
|
1
|
-
import { r as registerSwitch } from '../shared/
|
|
1
|
+
import { r as registerSwitch } from '../shared/definition44.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition25.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/focus.js';
|
|
10
10
|
import '../shared/form-associated.js';
|
|
11
11
|
import '../shared/key-codes.js';
|
|
12
12
|
import '../shared/affix.js';
|
|
13
|
+
import '../shared/slotted.js';
|
|
13
14
|
import '../shared/focus2.js';
|
|
14
15
|
import '../shared/index2.js';
|
|
15
16
|
import '../locales/en-US.js';
|
package/tab/index.js
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
|
-
import { r as registerTab } from '../shared/
|
|
1
|
+
import { r as registerTab } from '../shared/definition46.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition25.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/focus.js';
|
|
10
10
|
import '../shared/affix.js';
|
|
11
|
+
import '../shared/slotted.js';
|
|
11
12
|
import '../shared/apply-mixins.js';
|
|
12
13
|
import '../shared/focus2.js';
|
|
13
14
|
|
package/tab-panel/index.js
CHANGED
package/tabs/index.js
CHANGED
|
@@ -1,23 +1,22 @@
|
|
|
1
|
-
import { r as registerTabs } from '../shared/
|
|
1
|
+
import { r as registerTabs } from '../shared/definition47.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
4
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition46.js';
|
|
4
|
+
import '../shared/definition25.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/definition56.js';
|
|
10
10
|
import '../shared/focus.js';
|
|
11
11
|
import '../shared/affix.js';
|
|
12
|
+
import '../shared/slotted.js';
|
|
12
13
|
import '../shared/apply-mixins.js';
|
|
13
14
|
import '../shared/focus2.js';
|
|
14
|
-
import '../shared/
|
|
15
|
+
import '../shared/definition45.js';
|
|
15
16
|
import '../shared/start-end.js';
|
|
16
17
|
import '../shared/ref.js';
|
|
17
18
|
import '../shared/key-codes.js';
|
|
18
19
|
import '../shared/strings.js';
|
|
19
20
|
import '../shared/numbers.js';
|
|
20
|
-
import '../shared/slotted.js';
|
|
21
|
-
import '../shared/node-observation.js';
|
|
22
21
|
|
|
23
22
|
registerTabs();
|
package/tag/index.js
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
|
-
import { r as registerTag } from '../shared/
|
|
1
|
+
import { r as registerTag } from '../shared/definition49.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition25.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/focus.js';
|
|
10
10
|
import '../shared/affix.js';
|
|
11
|
+
import '../shared/slotted.js';
|
|
11
12
|
import '../shared/apply-mixins.js';
|
|
12
13
|
import '../shared/focus2.js';
|
|
13
14
|
|
package/tag-group/index.js
CHANGED
package/text-anchor/index.js
CHANGED
|
@@ -4,6 +4,7 @@ import { t as textAnchorTemplate } from '../shared/text-anchor.template.js';
|
|
|
4
4
|
import '../shared/affix.js';
|
|
5
5
|
import '../shared/icon.js';
|
|
6
6
|
import '../shared/_has.js';
|
|
7
|
+
import '../shared/slotted.js';
|
|
7
8
|
import '../shared/anchor.js';
|
|
8
9
|
import '../shared/apply-mixins.js';
|
|
9
10
|
import '../shared/aria-global.js';
|
package/text-area/index.js
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
|
-
import { r as registerTextArea } from '../shared/
|
|
1
|
+
import { r as registerTextArea } from '../shared/definition50.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition25.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/focus.js';
|
|
10
10
|
import '../shared/affix.js';
|
|
11
|
+
import '../shared/slotted.js';
|
|
11
12
|
import '../shared/index2.js';
|
|
12
13
|
import '../locales/en-US.js';
|
|
13
14
|
import '../shared/text-field2.js';
|
package/text-field/index.js
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
|
-
import { r as registerTextField } from '../shared/
|
|
1
|
+
import { r as registerTextField } from '../shared/definition51.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition56.js';
|
|
4
4
|
import '../shared/focus.js';
|
|
5
|
-
import '../shared/
|
|
5
|
+
import '../shared/definition25.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
10
|
import '../shared/affix.js';
|
|
11
|
+
import '../shared/slotted.js';
|
|
11
12
|
import '../shared/index2.js';
|
|
12
13
|
import '../locales/en-US.js';
|
|
13
14
|
import '../shared/text-field2.js';
|
|
@@ -19,7 +20,5 @@ import '../shared/start-end.js';
|
|
|
19
20
|
import '../shared/ref.js';
|
|
20
21
|
import '../shared/text-field.js';
|
|
21
22
|
import '../shared/focus2.js';
|
|
22
|
-
import '../shared/slotted.js';
|
|
23
|
-
import '../shared/node-observation.js';
|
|
24
23
|
|
|
25
24
|
registerTextField();
|
package/toggletip/index.js
CHANGED
|
@@ -1,17 +1,18 @@
|
|
|
1
|
-
import { r as registerToggletip } from '../shared/
|
|
1
|
+
import { r as registerToggletip } from '../shared/definition52.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition58.js';
|
|
4
4
|
import '../shared/definition10.js';
|
|
5
|
-
import '../shared/
|
|
5
|
+
import '../shared/definition25.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/definition56.js';
|
|
11
11
|
import '../shared/focus.js';
|
|
12
|
-
import '../shared/
|
|
12
|
+
import '../shared/definition36.js';
|
|
13
13
|
import '../shared/base-progress.js';
|
|
14
14
|
import '../shared/affix.js';
|
|
15
|
+
import '../shared/slotted.js';
|
|
15
16
|
import '../shared/button.js';
|
|
16
17
|
import '../shared/apply-mixins.js';
|
|
17
18
|
import '../shared/form-associated.js';
|
|
@@ -20,6 +21,6 @@ import '../shared/aria-global.js';
|
|
|
20
21
|
import '../shared/start-end.js';
|
|
21
22
|
import '../shared/ref.js';
|
|
22
23
|
import '../shared/focus2.js';
|
|
23
|
-
import '../shared/
|
|
24
|
+
import '../shared/definition57.js';
|
|
24
25
|
|
|
25
26
|
registerToggletip();
|
package/tooltip/index.js
CHANGED
|
@@ -1,17 +1,18 @@
|
|
|
1
|
-
import { r as registerTooltip } from '../shared/
|
|
1
|
+
import { r as registerTooltip } from '../shared/definition53.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition58.js';
|
|
4
4
|
import '../shared/definition10.js';
|
|
5
|
-
import '../shared/
|
|
5
|
+
import '../shared/definition25.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/definition56.js';
|
|
11
11
|
import '../shared/focus.js';
|
|
12
|
-
import '../shared/
|
|
12
|
+
import '../shared/definition36.js';
|
|
13
13
|
import '../shared/base-progress.js';
|
|
14
14
|
import '../shared/affix.js';
|
|
15
|
+
import '../shared/slotted.js';
|
|
15
16
|
import '../shared/button.js';
|
|
16
17
|
import '../shared/apply-mixins.js';
|
|
17
18
|
import '../shared/form-associated.js';
|
|
@@ -20,6 +21,6 @@ import '../shared/aria-global.js';
|
|
|
20
21
|
import '../shared/start-end.js';
|
|
21
22
|
import '../shared/ref.js';
|
|
22
23
|
import '../shared/focus2.js';
|
|
23
|
-
import '../shared/
|
|
24
|
+
import '../shared/definition57.js';
|
|
24
25
|
|
|
25
26
|
registerTooltip();
|
package/tree-item/index.js
CHANGED
|
@@ -1,21 +1,20 @@
|
|
|
1
|
-
import { r as registerTreeItem } from '../shared/
|
|
1
|
+
import { r as registerTreeItem } from '../shared/definition54.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition25.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/focus.js';
|
|
10
10
|
import '../shared/affix.js';
|
|
11
|
+
import '../shared/slotted.js';
|
|
11
12
|
import '../shared/tree-item.js';
|
|
12
13
|
import '../shared/start-end.js';
|
|
13
14
|
import '../shared/ref.js';
|
|
14
15
|
import '../shared/apply-mixins.js';
|
|
15
16
|
import '../shared/dom.js';
|
|
16
17
|
import '../shared/focus2.js';
|
|
17
|
-
import '../shared/node-observation.js';
|
|
18
18
|
import '../shared/children.js';
|
|
19
|
-
import '../shared/slotted.js';
|
|
20
19
|
|
|
21
20
|
registerTreeItem();
|
package/tree-view/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as registerTreeView } from '../shared/
|
|
1
|
+
import { r as registerTreeView } from '../shared/definition55.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
3
|
import '../shared/tree-item.js';
|
|
4
4
|
import '../shared/start-end.js';
|
|
@@ -7,7 +7,6 @@ import '../shared/apply-mixins.js';
|
|
|
7
7
|
import '../shared/dom.js';
|
|
8
8
|
import '../shared/key-codes.js';
|
|
9
9
|
import '../shared/slotted.js';
|
|
10
|
-
import '../shared/node-observation.js';
|
|
11
10
|
import '../shared/class-names.js';
|
|
12
11
|
|
|
13
12
|
registerTreeView();
|
package/vivid.api.json
CHANGED
|
@@ -2418,6 +2418,83 @@
|
|
|
2418
2418
|
"endIndex": 14
|
|
2419
2419
|
}
|
|
2420
2420
|
},
|
|
2421
|
+
{
|
|
2422
|
+
"kind": "Variable",
|
|
2423
|
+
"canonicalReference": "@vonage/vivid!dateRangePickerDefinition:var",
|
|
2424
|
+
"docComment": "",
|
|
2425
|
+
"excerptTokens": [
|
|
2426
|
+
{
|
|
2427
|
+
"kind": "Content",
|
|
2428
|
+
"text": "dateRangePickerDefinition: "
|
|
2429
|
+
},
|
|
2430
|
+
{
|
|
2431
|
+
"kind": "Content",
|
|
2432
|
+
"text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
|
|
2433
|
+
},
|
|
2434
|
+
{
|
|
2435
|
+
"kind": "Reference",
|
|
2436
|
+
"text": "OverrideFoundationElementDefinition",
|
|
2437
|
+
"canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
|
|
2438
|
+
},
|
|
2439
|
+
{
|
|
2440
|
+
"kind": "Content",
|
|
2441
|
+
"text": "<"
|
|
2442
|
+
},
|
|
2443
|
+
{
|
|
2444
|
+
"kind": "Reference",
|
|
2445
|
+
"text": "FoundationElementDefinition",
|
|
2446
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
2447
|
+
},
|
|
2448
|
+
{
|
|
2449
|
+
"kind": "Content",
|
|
2450
|
+
"text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
|
|
2451
|
+
},
|
|
2452
|
+
{
|
|
2453
|
+
"kind": "Reference",
|
|
2454
|
+
"text": "FoundationElementRegistry",
|
|
2455
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
|
|
2456
|
+
},
|
|
2457
|
+
{
|
|
2458
|
+
"kind": "Content",
|
|
2459
|
+
"text": "<"
|
|
2460
|
+
},
|
|
2461
|
+
{
|
|
2462
|
+
"kind": "Reference",
|
|
2463
|
+
"text": "FoundationElementDefinition",
|
|
2464
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
2465
|
+
},
|
|
2466
|
+
{
|
|
2467
|
+
"kind": "Content",
|
|
2468
|
+
"text": ", import(\"@microsoft/fast-element\")."
|
|
2469
|
+
},
|
|
2470
|
+
{
|
|
2471
|
+
"kind": "Reference",
|
|
2472
|
+
"text": "Constructable",
|
|
2473
|
+
"canonicalReference": "@microsoft/fast-element!Constructable:type"
|
|
2474
|
+
},
|
|
2475
|
+
{
|
|
2476
|
+
"kind": "Content",
|
|
2477
|
+
"text": "<import(\"@microsoft/fast-foundation\")."
|
|
2478
|
+
},
|
|
2479
|
+
{
|
|
2480
|
+
"kind": "Reference",
|
|
2481
|
+
"text": "FoundationElement",
|
|
2482
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
|
|
2483
|
+
},
|
|
2484
|
+
{
|
|
2485
|
+
"kind": "Content",
|
|
2486
|
+
"text": ">>"
|
|
2487
|
+
}
|
|
2488
|
+
],
|
|
2489
|
+
"fileUrlPath": "../../dist/libs/components/lib/date-range-picker/definition.d.ts",
|
|
2490
|
+
"isReadonly": true,
|
|
2491
|
+
"releaseTag": "Public",
|
|
2492
|
+
"name": "dateRangePickerDefinition",
|
|
2493
|
+
"variableTypeTokenRange": {
|
|
2494
|
+
"startIndex": 1,
|
|
2495
|
+
"endIndex": 14
|
|
2496
|
+
}
|
|
2497
|
+
},
|
|
2421
2498
|
{
|
|
2422
2499
|
"kind": "Variable",
|
|
2423
2500
|
"canonicalReference": "@vonage/vivid!designSystem:var",
|
|
@@ -5410,6 +5487,34 @@
|
|
|
5410
5487
|
"endIndex": 3
|
|
5411
5488
|
}
|
|
5412
5489
|
},
|
|
5490
|
+
{
|
|
5491
|
+
"kind": "Variable",
|
|
5492
|
+
"canonicalReference": "@vonage/vivid!registerDateRangePicker:var",
|
|
5493
|
+
"docComment": "",
|
|
5494
|
+
"excerptTokens": [
|
|
5495
|
+
{
|
|
5496
|
+
"kind": "Content",
|
|
5497
|
+
"text": "registerDateRangePicker: "
|
|
5498
|
+
},
|
|
5499
|
+
{
|
|
5500
|
+
"kind": "Content",
|
|
5501
|
+
"text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
|
|
5502
|
+
},
|
|
5503
|
+
{
|
|
5504
|
+
"kind": "Reference",
|
|
5505
|
+
"text": "DesignSystem",
|
|
5506
|
+
"canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
|
|
5507
|
+
}
|
|
5508
|
+
],
|
|
5509
|
+
"fileUrlPath": "../../dist/libs/components/lib/date-range-picker/definition.d.ts",
|
|
5510
|
+
"isReadonly": true,
|
|
5511
|
+
"releaseTag": "Public",
|
|
5512
|
+
"name": "registerDateRangePicker",
|
|
5513
|
+
"variableTypeTokenRange": {
|
|
5514
|
+
"startIndex": 1,
|
|
5515
|
+
"endIndex": 3
|
|
5516
|
+
}
|
|
5517
|
+
},
|
|
5413
5518
|
{
|
|
5414
5519
|
"kind": "Variable",
|
|
5415
5520
|
"canonicalReference": "@vonage/vivid!registerDialog:var",
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import type { ViewTemplate } from '@microsoft/fast-element';
|
|
2
|
-
import type { ElementDefinitionContext, FoundationElementDefinition } from '@microsoft/fast-foundation';
|
|
3
|
-
import type { DatePicker } from './date-picker';
|
|
4
|
-
export declare const DatePickerTemplate: (context: ElementDefinitionContext, definition: FoundationElementDefinition) => ViewTemplate<DatePicker>;
|