@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/locales/ja-JP.js
CHANGED
|
@@ -1,24 +1,58 @@
|
|
|
1
1
|
const jaJP = {
|
|
2
2
|
datePicker: {
|
|
3
3
|
months: {
|
|
4
|
-
name: [
|
|
5
|
-
|
|
4
|
+
name: [
|
|
5
|
+
"1月",
|
|
6
|
+
"2月",
|
|
7
|
+
"3月",
|
|
8
|
+
"4月",
|
|
9
|
+
"5月",
|
|
10
|
+
"6月",
|
|
11
|
+
"7月",
|
|
12
|
+
"8月",
|
|
13
|
+
"9月",
|
|
14
|
+
"10月",
|
|
15
|
+
"11月",
|
|
16
|
+
"12月"
|
|
17
|
+
],
|
|
18
|
+
shorthand: [
|
|
19
|
+
"1月",
|
|
20
|
+
"2月",
|
|
21
|
+
"3月",
|
|
22
|
+
"4月",
|
|
23
|
+
"5月",
|
|
24
|
+
"6月",
|
|
25
|
+
"7月",
|
|
26
|
+
"8月",
|
|
27
|
+
"9月",
|
|
28
|
+
"10月",
|
|
29
|
+
"11月",
|
|
30
|
+
"12月"
|
|
31
|
+
]
|
|
6
32
|
},
|
|
7
33
|
weekdays: {
|
|
8
|
-
name: [
|
|
9
|
-
|
|
34
|
+
name: [
|
|
35
|
+
"日曜日",
|
|
36
|
+
"月曜日",
|
|
37
|
+
"火曜日",
|
|
38
|
+
"水曜日",
|
|
39
|
+
"木曜日",
|
|
40
|
+
"金曜日",
|
|
41
|
+
"土曜日"
|
|
42
|
+
],
|
|
43
|
+
shorthand: ["日", "月", "火", "水", "木", "金", "土"]
|
|
10
44
|
},
|
|
11
45
|
firstDayOfWeek: 0,
|
|
12
|
-
dateFormat:
|
|
13
|
-
dateFormatPlaceholder:
|
|
14
|
-
chooseDateLabel:
|
|
15
|
-
prevYearLabel:
|
|
16
|
-
prevMonthLabel:
|
|
17
|
-
nextMonthLabel:
|
|
18
|
-
nextYearLabel:
|
|
19
|
-
clearLabel:
|
|
20
|
-
okLabel:
|
|
21
|
-
invalidDateError:
|
|
46
|
+
dateFormat: "yyyy年MM月dd日",
|
|
47
|
+
dateFormatPlaceholder: "YYYY年MM月DD日",
|
|
48
|
+
chooseDateLabel: "日付を選択",
|
|
49
|
+
prevYearLabel: "前年",
|
|
50
|
+
prevMonthLabel: "前月",
|
|
51
|
+
nextMonthLabel: "次月",
|
|
52
|
+
nextYearLabel: "翌年",
|
|
53
|
+
clearLabel: "クリア",
|
|
54
|
+
okLabel: "OK",
|
|
55
|
+
invalidDateError: "有効な日付を入力してください。"
|
|
22
56
|
}
|
|
23
57
|
};
|
|
24
58
|
|
package/locales/zh-CN.js
CHANGED
|
@@ -1,24 +1,58 @@
|
|
|
1
1
|
const zhCN = {
|
|
2
2
|
datePicker: {
|
|
3
3
|
months: {
|
|
4
|
-
name: [
|
|
5
|
-
|
|
4
|
+
name: [
|
|
5
|
+
"一月",
|
|
6
|
+
"二月",
|
|
7
|
+
"三月",
|
|
8
|
+
"四月",
|
|
9
|
+
"五月",
|
|
10
|
+
"六月",
|
|
11
|
+
"七月",
|
|
12
|
+
"八月",
|
|
13
|
+
"九月",
|
|
14
|
+
"十月",
|
|
15
|
+
"十一月",
|
|
16
|
+
"十二月"
|
|
17
|
+
],
|
|
18
|
+
shorthand: [
|
|
19
|
+
"一月",
|
|
20
|
+
"二月",
|
|
21
|
+
"三月",
|
|
22
|
+
"四月",
|
|
23
|
+
"五月",
|
|
24
|
+
"六月",
|
|
25
|
+
"七月",
|
|
26
|
+
"八月",
|
|
27
|
+
"九月",
|
|
28
|
+
"十月",
|
|
29
|
+
"十一月",
|
|
30
|
+
"十二月"
|
|
31
|
+
]
|
|
6
32
|
},
|
|
7
33
|
weekdays: {
|
|
8
|
-
name: [
|
|
9
|
-
|
|
34
|
+
name: [
|
|
35
|
+
"星期日",
|
|
36
|
+
"星期一",
|
|
37
|
+
"星期二",
|
|
38
|
+
"星期三",
|
|
39
|
+
"星期四",
|
|
40
|
+
"星期五",
|
|
41
|
+
"星期六"
|
|
42
|
+
],
|
|
43
|
+
shorthand: ["日", "一", "二", "三", "四", "五", "六"]
|
|
10
44
|
},
|
|
11
45
|
firstDayOfWeek: 1,
|
|
12
|
-
dateFormat:
|
|
13
|
-
dateFormatPlaceholder:
|
|
14
|
-
chooseDateLabel:
|
|
15
|
-
prevYearLabel:
|
|
16
|
-
prevMonthLabel:
|
|
17
|
-
nextMonthLabel:
|
|
18
|
-
nextYearLabel:
|
|
19
|
-
clearLabel:
|
|
20
|
-
okLabel:
|
|
21
|
-
invalidDateError:
|
|
46
|
+
dateFormat: "yyyy年MM月dd日",
|
|
47
|
+
dateFormatPlaceholder: "YYYY年MM月DD日",
|
|
48
|
+
chooseDateLabel: "选择日期",
|
|
49
|
+
prevYearLabel: "上一年",
|
|
50
|
+
prevMonthLabel: "上个月",
|
|
51
|
+
nextMonthLabel: "下个月",
|
|
52
|
+
nextYearLabel: "下一年",
|
|
53
|
+
clearLabel: "清除",
|
|
54
|
+
okLabel: "确定",
|
|
55
|
+
invalidDateError: "请输入有效的日期。"
|
|
22
56
|
}
|
|
23
57
|
};
|
|
24
58
|
|
package/menu/index.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { r as registerMenu } from '../shared/
|
|
1
|
+
import { r as registerMenu } from '../shared/definition27.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,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/definition26.js';
|
|
25
25
|
import '../shared/direction.js';
|
|
26
26
|
import '../shared/slotted.js';
|
|
27
27
|
import '../shared/node-observation.js';
|
package/menu-item/index.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { r as registerMenuItem } from '../shared/definition26.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
14
|
import '../shared/direction.js';
|
|
14
|
-
import '../shared/apply-mixins.js';
|
|
15
15
|
import '../shared/key-codes.js';
|
|
16
16
|
import '../shared/focus2.js';
|
|
17
17
|
import '../shared/slotted.js';
|
package/nav/index.js
CHANGED
package/nav-disclosure/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { r as registerNavDisclosure } from '../shared/
|
|
1
|
+
import { r as registerNavDisclosure } from '../shared/definition28.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/apply-mixins.js';
|
package/nav-item/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { r as registerNavItem } from '../shared/
|
|
1
|
+
import { r as registerNavItem } from '../shared/definition29.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/text-anchor.js';
|
package/note/index.js
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
|
-
import { r as registerNote } from '../shared/
|
|
1
|
+
import { r as registerNote } from '../shared/definition31.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
8
|
import '../shared/affix.js';
|
|
9
|
-
import '../shared/focus.js';
|
|
10
9
|
import '../shared/index2.js';
|
|
11
10
|
import '../locales/en-US.js';
|
|
12
11
|
import '../shared/apply-mixins.js';
|
package/number-field/index.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { r as registerNumberField } from '../shared/
|
|
1
|
+
import { r as registerNumberField } from '../shared/definition32.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/definition19.js';
|
|
23
23
|
import '../shared/aria.js';
|
|
24
24
|
import '../shared/index2.js';
|
|
25
25
|
import '../locales/en-US.js';
|
package/option/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { r as registerOption } from '../shared/
|
|
1
|
+
import { r as registerOption } from '../shared/definition33.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/aria-global.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.34.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"module": "./index.js",
|
|
6
6
|
"main": "./index.js",
|
|
@@ -14,19 +14,5 @@
|
|
|
14
14
|
"bugs": {
|
|
15
15
|
"url": "https://github.com/Vonage/vivid-3/issues"
|
|
16
16
|
},
|
|
17
|
-
"license": "Apache-2.0"
|
|
18
|
-
"types": "./src/index.d.ts",
|
|
19
|
-
"dependencies": {
|
|
20
|
-
"@floating-ui/dom": "1.4.5",
|
|
21
|
-
"@microsoft/fast-element": "1.12.0",
|
|
22
|
-
"@microsoft/fast-foundation": "2.49.0",
|
|
23
|
-
"@microsoft/fast-web-utilities": "6.0.0",
|
|
24
|
-
"date-fns": "2.30.0",
|
|
25
|
-
"dialog-polyfill": "0.5.6",
|
|
26
|
-
"dropzone": "6.0.0-beta.2",
|
|
27
|
-
"promise": "7.3.1",
|
|
28
|
-
"ramda": "0.28.0",
|
|
29
|
-
"rollup-plugin-postcss": "4.0.2"
|
|
30
|
-
},
|
|
31
|
-
"peerDependencies": {}
|
|
17
|
+
"license": "Apache-2.0"
|
|
32
18
|
}
|
package/pagination/index.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { r as registerPagination } from '../shared/
|
|
2
|
-
import '../shared/
|
|
1
|
+
import { r as registerPagination } from '../shared/definition34.js';
|
|
2
|
+
import '../shared/definition10.js';
|
|
3
3
|
import '../shared/index.js';
|
|
4
|
-
import '../shared/
|
|
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/popup/index.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { r as registerPopup } from '../shared/
|
|
1
|
+
import { r as registerPopup } from '../shared/definition57.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,6 +19,6 @@ 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
|
|
|
24
24
|
registerPopup();
|
package/progress/index.js
CHANGED
package/progress-ring/index.js
CHANGED
package/radio/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { b as registerRadio } from '../shared/definition38.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition55.js';
|
|
4
4
|
import '../shared/focus.js';
|
|
5
5
|
import '../shared/radio.js';
|
|
6
6
|
import '../shared/form-associated.js';
|
package/radio-group/index.js
CHANGED
package/select/index.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { r as registerSelect } from '../shared/
|
|
1
|
+
import { r as registerSelect } from '../shared/definition39.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition55.js';
|
|
4
4
|
import '../shared/focus.js';
|
|
5
|
-
import '../shared/
|
|
6
|
-
import '../shared/
|
|
7
|
-
import '../shared/
|
|
5
|
+
import '../shared/definition57.js';
|
|
6
|
+
import '../shared/definition10.js';
|
|
7
|
+
import '../shared/definition24.js';
|
|
8
8
|
import '../shared/icon.js';
|
|
9
9
|
import '../shared/_has.js';
|
|
10
10
|
import '../shared/class-names.js';
|
|
11
11
|
import '../shared/when.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/shared/affix.js
CHANGED
|
@@ -1,21 +1,37 @@
|
|
|
1
|
-
import { _ as __decorate, a as attr, b as __metadata, h as html } from './index.js';
|
|
2
1
|
import { I as Icon } from './icon.js';
|
|
2
|
+
import { a as attr, h as html } from './index.js';
|
|
3
3
|
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
var __defProp = Object.defineProperty;
|
|
5
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
6
|
+
var __decorateClass = (decorators, target, key, kind) => {
|
|
7
|
+
var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc(target, key) : target;
|
|
8
|
+
for (var i = decorators.length - 1, decorator; i >= 0; i--)
|
|
9
|
+
if (decorator = decorators[i])
|
|
10
|
+
result = (kind ? decorator(target, key, result) : decorator(result)) || result;
|
|
11
|
+
if (kind && result)
|
|
12
|
+
__defProp(target, key, result);
|
|
13
|
+
return result;
|
|
14
|
+
};
|
|
15
|
+
class AffixIcon {
|
|
16
|
+
}
|
|
17
|
+
__decorateClass([
|
|
18
|
+
attr
|
|
19
|
+
], AffixIcon.prototype, "icon", 2);
|
|
6
20
|
class AffixIconWithTrailing extends AffixIcon {
|
|
7
21
|
constructor() {
|
|
8
22
|
super(...arguments);
|
|
9
23
|
this.iconTrailing = false;
|
|
10
24
|
}
|
|
11
25
|
}
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
26
|
+
__decorateClass([
|
|
27
|
+
attr({
|
|
28
|
+
mode: "boolean",
|
|
29
|
+
attribute: "icon-trailing"
|
|
30
|
+
})
|
|
31
|
+
], AffixIconWithTrailing.prototype, "iconTrailing", 2);
|
|
16
32
|
const affixIconTemplateFactory = (context, withWrapper = true) => {
|
|
17
33
|
const iconTag = context.tagFor(Icon);
|
|
18
|
-
return icon => {
|
|
34
|
+
return (icon) => {
|
|
19
35
|
if (!icon) {
|
|
20
36
|
return null;
|
|
21
37
|
}
|
|
@@ -24,4 +40,4 @@ const affixIconTemplateFactory = (context, withWrapper = true) => {
|
|
|
24
40
|
};
|
|
25
41
|
};
|
|
26
42
|
|
|
27
|
-
export {
|
|
43
|
+
export { AffixIcon as A, affixIconTemplateFactory as a, AffixIconWithTrailing as b };
|
package/shared/apply-mixins.js
CHANGED
|
@@ -8,7 +8,7 @@ import { S as StartEnd } from './start-end.js';
|
|
|
8
8
|
*
|
|
9
9
|
* @public
|
|
10
10
|
*/
|
|
11
|
-
class BreadcrumbItem extends Anchor {
|
|
11
|
+
let BreadcrumbItem$1 = class BreadcrumbItem extends Anchor {
|
|
12
12
|
constructor() {
|
|
13
13
|
super(...arguments);
|
|
14
14
|
/**
|
|
@@ -16,10 +16,10 @@ class BreadcrumbItem extends Anchor {
|
|
|
16
16
|
*/
|
|
17
17
|
this.separator = true;
|
|
18
18
|
}
|
|
19
|
-
}
|
|
19
|
+
};
|
|
20
20
|
__decorate([
|
|
21
21
|
observable
|
|
22
|
-
], BreadcrumbItem.prototype, "separator", void 0);
|
|
23
|
-
applyMixins(BreadcrumbItem, StartEnd, DelegatesARIALink);
|
|
22
|
+
], BreadcrumbItem$1.prototype, "separator", void 0);
|
|
23
|
+
applyMixins(BreadcrumbItem$1, StartEnd, DelegatesARIALink);
|
|
24
24
|
|
|
25
|
-
export { BreadcrumbItem as B };
|
|
25
|
+
export { BreadcrumbItem$1 as B };
|
package/shared/button.js
CHANGED
|
@@ -30,7 +30,7 @@ class FormAssociatedButton extends FormAssociated(_Button) {
|
|
|
30
30
|
*
|
|
31
31
|
* @public
|
|
32
32
|
*/
|
|
33
|
-
class Button extends FormAssociatedButton {
|
|
33
|
+
let Button$1 = class Button extends FormAssociatedButton {
|
|
34
34
|
constructor() {
|
|
35
35
|
super(...arguments);
|
|
36
36
|
/**
|
|
@@ -153,34 +153,34 @@ class Button extends FormAssociatedButton {
|
|
|
153
153
|
});
|
|
154
154
|
}
|
|
155
155
|
}
|
|
156
|
-
}
|
|
156
|
+
};
|
|
157
157
|
__decorate([
|
|
158
158
|
attr({ mode: "boolean" })
|
|
159
|
-
], Button.prototype, "autofocus", void 0);
|
|
159
|
+
], Button$1.prototype, "autofocus", void 0);
|
|
160
160
|
__decorate([
|
|
161
161
|
attr({ attribute: "form" })
|
|
162
|
-
], Button.prototype, "formId", void 0);
|
|
162
|
+
], Button$1.prototype, "formId", void 0);
|
|
163
163
|
__decorate([
|
|
164
164
|
attr
|
|
165
|
-
], Button.prototype, "formaction", void 0);
|
|
165
|
+
], Button$1.prototype, "formaction", void 0);
|
|
166
166
|
__decorate([
|
|
167
167
|
attr
|
|
168
|
-
], Button.prototype, "formenctype", void 0);
|
|
168
|
+
], Button$1.prototype, "formenctype", void 0);
|
|
169
169
|
__decorate([
|
|
170
170
|
attr
|
|
171
|
-
], Button.prototype, "formmethod", void 0);
|
|
171
|
+
], Button$1.prototype, "formmethod", void 0);
|
|
172
172
|
__decorate([
|
|
173
173
|
attr({ mode: "boolean" })
|
|
174
|
-
], Button.prototype, "formnovalidate", void 0);
|
|
174
|
+
], Button$1.prototype, "formnovalidate", void 0);
|
|
175
175
|
__decorate([
|
|
176
176
|
attr
|
|
177
|
-
], Button.prototype, "formtarget", void 0);
|
|
177
|
+
], Button$1.prototype, "formtarget", void 0);
|
|
178
178
|
__decorate([
|
|
179
179
|
attr
|
|
180
|
-
], Button.prototype, "type", void 0);
|
|
180
|
+
], Button$1.prototype, "type", void 0);
|
|
181
181
|
__decorate([
|
|
182
182
|
observable
|
|
183
|
-
], Button.prototype, "defaultSlottedContent", void 0);
|
|
183
|
+
], Button$1.prototype, "defaultSlottedContent", void 0);
|
|
184
184
|
/**
|
|
185
185
|
* Includes ARIA states and properties relating to the ARIA button role
|
|
186
186
|
*
|
|
@@ -195,6 +195,6 @@ __decorate([
|
|
|
195
195
|
attr({ attribute: "aria-pressed" })
|
|
196
196
|
], DelegatesARIAButton.prototype, "ariaPressed", void 0);
|
|
197
197
|
applyMixins(DelegatesARIAButton, ARIAGlobalStatesAndProperties);
|
|
198
|
-
applyMixins(Button, StartEnd, DelegatesARIAButton);
|
|
198
|
+
applyMixins(Button$1, StartEnd, DelegatesARIAButton);
|
|
199
199
|
|
|
200
|
-
export { Button as B };
|
|
200
|
+
export { Button$1 as B };
|