@vonage/vivid 3.52.0 → 3.54.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/README.md +1 -1
- package/accordion/index.cjs +1 -1
- package/accordion/index.js +1 -1
- package/accordion-item/index.cjs +1 -1
- package/accordion-item/index.js +1 -1
- package/alert/index.cjs +3 -3
- package/alert/index.js +3 -3
- package/appearance-ui/index.cjs +1 -1
- package/appearance-ui/index.js +1 -1
- package/audio-player/index.cjs +3 -3
- package/audio-player/index.js +3 -3
- package/avatar/index.cjs +1 -1
- package/avatar/index.js +1 -1
- package/badge/index.cjs +1 -1
- package/badge/index.js +1 -1
- package/banner/index.cjs +2 -2
- package/banner/index.js +2 -2
- package/breadcrumb-item/index.cjs +1 -1
- package/breadcrumb-item/index.js +1 -1
- package/button/index.cjs +2 -2
- package/button/index.js +2 -2
- package/card/index.cjs +2 -2
- package/card/index.js +2 -2
- package/checkbox/index.cjs +3 -2
- package/checkbox/index.js +3 -2
- package/combobox/index.cjs +5 -5
- package/combobox/index.js +5 -5
- package/custom-elements.json +1162 -99
- package/data-grid/index.cjs +1 -1
- package/data-grid/index.js +1 -1
- package/date-picker/index.cjs +7 -6
- package/date-picker/index.js +7 -6
- package/date-range-picker/index.cjs +7 -6
- package/date-range-picker/index.js +7 -6
- package/dial-pad/index.cjs +33 -0
- package/dial-pad/index.js +31 -0
- package/dialog/index.cjs +4 -4
- package/dialog/index.js +4 -4
- package/divider/index.cjs +1 -1
- package/divider/index.js +1 -1
- package/elevation/index.cjs +1 -1
- package/elevation/index.js +1 -1
- package/empty-state/index.cjs +2 -2
- package/empty-state/index.js +2 -2
- package/fab/index.cjs +2 -2
- package/fab/index.js +2 -2
- package/file-picker/index.cjs +4 -3
- package/file-picker/index.js +4 -3
- package/header/index.cjs +2 -2
- package/header/index.js +2 -2
- package/icon/index.cjs +1 -1
- package/icon/index.js +1 -1
- package/index.cjs +132 -122
- package/index.js +46 -43
- package/layout/index.cjs +1 -1
- package/layout/index.js +1 -1
- package/lib/appearance-ui/appearance-ui.d.ts +1 -1
- package/lib/audio-player/audio-player.d.ts +4 -0
- package/lib/audio-player/locale.d.ts +2 -0
- package/lib/components.d.ts +2 -0
- package/lib/dial-pad/definition.d.ts +3 -0
- package/lib/dial-pad/dial-pad.d.ts +17 -0
- package/lib/dial-pad/dial-pad.template.d.ts +4 -0
- package/lib/dial-pad/locale.d.ts +18 -0
- package/lib/enums.d.ts +7 -0
- package/lib/menu/menu.d.ts +1 -0
- package/lib/nav-disclosure/nav-disclosure.d.ts +5 -0
- package/lib/text-anchor/definition.d.ts +1 -0
- package/lib/text-anchor/text-anchor.d.ts +5 -0
- package/lib/video-player/definition.d.ts +3 -0
- package/lib/video-player/locale.d.ts +1 -0
- package/lib/video-player/video-player.d.ts +17 -0
- package/lib/video-player/video-player.template.d.ts +4 -0
- package/lib/video-player/vivid-video-svg.d.ts +1 -0
- package/listbox/index.cjs +2 -2
- package/listbox/index.js +2 -2
- package/locales/en-GB.cjs +33 -1
- package/locales/en-GB.js +33 -1
- package/locales/en-US.cjs +201 -1
- package/locales/en-US.js +201 -1
- package/locales/ja-JP.cjs +200 -1
- package/locales/ja-JP.js +200 -1
- package/locales/zh-CN.cjs +202 -1
- package/locales/zh-CN.js +202 -1
- package/menu/index.cjs +6 -6
- package/menu/index.js +6 -6
- package/menu-item/index.cjs +2 -2
- package/menu-item/index.js +2 -2
- package/nav/index.cjs +1 -1
- package/nav/index.js +1 -1
- package/nav-disclosure/index.cjs +2 -2
- package/nav-disclosure/index.js +2 -2
- package/nav-item/index.cjs +2 -2
- package/nav-item/index.js +2 -2
- package/note/index.cjs +2 -2
- package/note/index.js +2 -2
- package/number-field/index.cjs +5 -4
- package/number-field/index.js +5 -4
- package/option/index.cjs +2 -2
- package/option/index.js +2 -2
- package/package.json +1 -1
- package/pagination/index.cjs +3 -3
- package/pagination/index.js +3 -3
- package/popup/index.cjs +4 -4
- package/popup/index.js +4 -4
- package/progress/index.cjs +1 -1
- package/progress/index.js +1 -1
- package/progress-ring/index.cjs +1 -1
- package/progress-ring/index.js +1 -1
- package/radio/index.cjs +1 -1
- package/radio/index.js +1 -1
- package/radio-group/index.cjs +1 -1
- package/radio-group/index.js +1 -1
- package/range-slider/index.cjs +2 -2
- package/range-slider/index.js +2 -2
- package/select/index.cjs +7 -6
- package/select/index.js +7 -6
- package/selectable-box/index.cjs +5 -4
- package/selectable-box/index.js +5 -4
- package/shared/applyMixinsWithObservables.cjs +15 -0
- package/shared/applyMixinsWithObservables.js +13 -0
- package/shared/definition.cjs +1 -1
- package/shared/definition.js +1 -1
- package/shared/definition11.cjs +3 -3
- package/shared/definition11.js +3 -3
- package/shared/definition14.cjs +2 -2
- package/shared/definition14.js +2 -2
- package/shared/definition15.cjs +8 -9
- package/shared/definition15.js +8 -9
- package/shared/definition16.cjs +3 -3
- package/shared/definition16.js +3 -3
- package/shared/definition17.cjs +2 -2
- package/shared/definition17.js +3 -3
- package/shared/definition18.cjs +3 -3
- package/shared/definition18.js +3 -3
- package/shared/definition19.cjs +3 -3
- package/shared/definition19.js +3 -3
- package/shared/definition20.cjs +196 -224
- package/shared/definition20.js +191 -219
- package/shared/definition21.cjs +264 -67
- package/shared/definition21.js +263 -65
- package/shared/definition22.cjs +66 -57
- package/shared/definition22.js +64 -56
- package/shared/definition23.cjs +42 -76
- package/shared/definition23.js +41 -75
- package/shared/definition24.cjs +70 -2402
- package/shared/definition24.js +69 -2401
- package/shared/definition25.cjs +2402 -46
- package/shared/definition25.js +2401 -45
- package/shared/definition26.cjs +63 -30
- package/shared/definition26.js +62 -29
- package/shared/definition27.cjs +28 -56
- package/shared/definition27.js +27 -55
- package/shared/definition28.cjs +35 -881
- package/shared/definition28.js +34 -879
- package/shared/definition29.cjs +922 -60
- package/shared/definition29.js +922 -61
- package/shared/definition30.cjs +68 -86
- package/shared/definition30.js +67 -85
- package/shared/definition31.cjs +98 -21
- package/shared/definition31.js +98 -21
- package/shared/definition32.cjs +24 -12
- package/shared/definition32.js +23 -11
- package/shared/definition33.cjs +11 -50
- package/shared/definition33.js +10 -49
- package/shared/definition34.cjs +26 -515
- package/shared/definition34.js +26 -515
- package/shared/definition35.cjs +448 -194
- package/shared/definition35.js +448 -192
- package/shared/definition36.cjs +256 -202
- package/shared/definition36.js +253 -201
- package/shared/definition37.cjs +204 -65
- package/shared/definition37.js +203 -63
- package/shared/definition38.cjs +63 -57
- package/shared/definition38.js +60 -55
- package/shared/definition39.cjs +65 -432
- package/shared/definition39.js +64 -431
- package/shared/definition4.cjs +2 -2
- package/shared/definition4.js +2 -2
- package/shared/definition40.cjs +441 -34
- package/shared/definition40.js +438 -31
- package/shared/definition41.cjs +34 -576
- package/shared/definition41.js +33 -575
- package/shared/definition42.cjs +531 -654
- package/shared/definition42.js +531 -654
- package/shared/definition43.cjs +690 -114
- package/shared/definition43.js +689 -113
- package/shared/definition44.cjs +124 -79
- package/shared/definition44.js +122 -77
- package/shared/definition45.cjs +78 -520
- package/shared/definition45.js +77 -518
- package/shared/definition46.cjs +520 -119
- package/shared/definition46.js +518 -118
- package/shared/definition47.cjs +118 -135
- package/shared/definition47.js +117 -134
- package/shared/definition48.cjs +151 -19
- package/shared/definition48.js +150 -18
- package/shared/definition49.cjs +21 -84
- package/shared/definition49.js +20 -83
- package/shared/definition5.cjs +100 -19
- package/shared/definition5.js +100 -19
- package/shared/definition50.cjs +52 -505
- package/shared/definition50.js +51 -504
- package/shared/definition51.cjs +526 -28
- package/shared/definition51.js +525 -27
- package/shared/definition52.cjs +28 -123
- package/shared/definition52.js +26 -122
- package/shared/definition53.cjs +110 -309
- package/shared/definition53.js +110 -308
- package/shared/definition54.cjs +255 -271
- package/shared/definition54.js +255 -271
- package/shared/definition55.cjs +315 -776
- package/shared/definition55.js +314 -775
- package/shared/definition56.cjs +818 -107
- package/shared/definition56.js +817 -106
- package/shared/definition57.cjs +85 -55
- package/shared/definition57.js +84 -54
- package/shared/definition58.cjs +125 -72
- package/shared/definition58.js +124 -71
- package/shared/definition59.cjs +72 -285
- package/shared/definition59.js +73 -286
- package/shared/definition6.cjs +1 -1
- package/shared/definition6.js +1 -1
- package/shared/definition60.cjs +298 -39
- package/shared/definition60.js +297 -38
- package/shared/definition61.cjs +66044 -1687
- package/shared/definition61.js +66043 -1686
- package/shared/definition62.cjs +50 -0
- package/shared/definition62.js +46 -0
- package/shared/definition63.cjs +1828 -0
- package/shared/definition63.js +1824 -0
- package/shared/definition7.cjs +2 -2
- package/shared/definition7.js +2 -2
- package/shared/definition8.cjs +2 -2
- package/shared/definition8.js +2 -2
- package/shared/definition9.cjs +1 -1
- package/shared/definition9.js +1 -1
- package/shared/enums.cjs +9 -0
- package/shared/enums.js +9 -1
- package/shared/icon.cjs +20 -2
- package/shared/icon.js +21 -3
- package/shared/index2.cjs +73 -37
- package/shared/index2.js +73 -37
- package/shared/key-codes2.js +1 -1
- package/shared/listbox.cjs +1 -1
- package/shared/listbox.js +1 -1
- package/shared/localization/Locale.d.ts +4 -0
- package/shared/patterns/form-elements/form-elements.d.ts +2 -3
- package/shared/presentationDate.cjs +16 -5
- package/shared/presentationDate.js +16 -5
- package/shared/text-anchor.cjs +6 -0
- package/shared/text-anchor.js +6 -0
- package/shared/text-anchor.template.cjs +6 -1
- package/shared/text-anchor.template.js +6 -1
- package/shared/text-field.cjs +1 -1
- package/shared/text-field.js +1 -1
- package/shared/utils/applyMixinsWithObservables.d.ts +1 -0
- package/shared/utils/numberConverter.d.ts +2 -0
- package/side-drawer/index.cjs +1 -1
- package/side-drawer/index.js +1 -1
- package/slider/index.cjs +1 -1
- package/slider/index.js +1 -1
- package/split-button/index.cjs +2 -2
- package/split-button/index.js +2 -2
- 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.cjs +2 -2
- package/switch/index.js +2 -2
- package/tab/index.cjs +2 -2
- package/tab/index.js +2 -2
- package/tab-panel/index.cjs +1 -1
- package/tab-panel/index.js +1 -1
- package/tabs/index.cjs +4 -4
- package/tabs/index.js +4 -4
- package/tag/index.cjs +2 -2
- package/tag/index.js +2 -2
- package/tag-group/index.cjs +1 -1
- package/tag-group/index.js +1 -1
- package/text-area/index.cjs +4 -3
- package/text-area/index.js +4 -3
- package/text-field/index.cjs +4 -3
- package/text-field/index.js +4 -3
- package/time-picker/index.cjs +8 -7
- package/time-picker/index.js +8 -7
- package/toggletip/index.cjs +5 -5
- package/toggletip/index.js +5 -5
- package/tooltip/index.cjs +5 -5
- package/tooltip/index.js +5 -5
- package/tree-item/index.cjs +2 -2
- package/tree-item/index.js +2 -2
- package/tree-view/index.cjs +1 -1
- package/tree-view/index.js +1 -1
- package/video-player/index.cjs +17 -0
- package/video-player/index.js +15 -0
- package/vivid.api.json +332 -0
package/text-field/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { r as registerTextField } from '../shared/
|
|
1
|
+
import { r as registerTextField } from '../shared/definition55.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition27.js';
|
|
4
4
|
import '../shared/icon.js';
|
|
5
5
|
import '../shared/_has.js';
|
|
6
6
|
import '../shared/class-names.js';
|
|
@@ -10,8 +10,9 @@ import '../shared/slotted.js';
|
|
|
10
10
|
import '../shared/index2.js';
|
|
11
11
|
import '../locales/en-US.js';
|
|
12
12
|
import '../shared/Reflector.js';
|
|
13
|
-
import '../shared/
|
|
13
|
+
import '../shared/applyMixinsWithObservables.js';
|
|
14
14
|
import '../shared/apply-mixins.js';
|
|
15
|
+
import '../shared/text-field2.js';
|
|
15
16
|
import '../shared/form-associated.js';
|
|
16
17
|
import '../shared/key-codes.js';
|
|
17
18
|
import '../shared/aria-global.js';
|
package/time-picker/index.cjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const definition = require('../shared/
|
|
3
|
+
const definition = require('../shared/definition56.cjs');
|
|
4
4
|
require('../shared/index.cjs');
|
|
5
|
-
require('../shared/
|
|
6
|
-
require('../shared/
|
|
5
|
+
require('../shared/definition55.cjs');
|
|
6
|
+
require('../shared/definition27.cjs');
|
|
7
7
|
require('../shared/icon.cjs');
|
|
8
8
|
require('../shared/_has.cjs');
|
|
9
9
|
require('../shared/class-names.cjs');
|
|
@@ -13,21 +13,22 @@ require('../shared/slotted.cjs');
|
|
|
13
13
|
require('../shared/index2.cjs');
|
|
14
14
|
require('../locales/en-US.cjs');
|
|
15
15
|
require('../shared/Reflector.cjs');
|
|
16
|
-
require('../shared/
|
|
16
|
+
require('../shared/applyMixinsWithObservables.cjs');
|
|
17
17
|
require('../shared/apply-mixins.cjs');
|
|
18
|
+
require('../shared/text-field2.cjs');
|
|
18
19
|
require('../shared/form-associated.cjs');
|
|
19
20
|
require('../shared/key-codes.cjs');
|
|
20
21
|
require('../shared/aria-global.cjs');
|
|
21
22
|
require('../shared/start-end.cjs');
|
|
22
23
|
require('../shared/ref.cjs');
|
|
23
24
|
require('../shared/text-field.cjs');
|
|
24
|
-
require('../shared/
|
|
25
|
+
require('../shared/definition63.cjs');
|
|
25
26
|
require('../shared/definition11.cjs');
|
|
26
|
-
require('../shared/
|
|
27
|
+
require('../shared/definition38.cjs');
|
|
27
28
|
require('../shared/base-progress.cjs');
|
|
28
29
|
require('../shared/button.cjs');
|
|
29
30
|
require('../shared/enums.cjs');
|
|
30
|
-
require('../shared/
|
|
31
|
+
require('../shared/definition62.cjs');
|
|
31
32
|
require('../shared/localized.cjs');
|
|
32
33
|
require('../shared/trapped-focus.cjs');
|
|
33
34
|
require('../shared/repeat.cjs');
|
package/time-picker/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { r as registerTimePicker } from '../shared/
|
|
1
|
+
import { r as registerTimePicker } from '../shared/definition56.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
4
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition55.js';
|
|
4
|
+
import '../shared/definition27.js';
|
|
5
5
|
import '../shared/icon.js';
|
|
6
6
|
import '../shared/_has.js';
|
|
7
7
|
import '../shared/class-names.js';
|
|
@@ -11,21 +11,22 @@ import '../shared/slotted.js';
|
|
|
11
11
|
import '../shared/index2.js';
|
|
12
12
|
import '../locales/en-US.js';
|
|
13
13
|
import '../shared/Reflector.js';
|
|
14
|
-
import '../shared/
|
|
14
|
+
import '../shared/applyMixinsWithObservables.js';
|
|
15
15
|
import '../shared/apply-mixins.js';
|
|
16
|
+
import '../shared/text-field2.js';
|
|
16
17
|
import '../shared/form-associated.js';
|
|
17
18
|
import '../shared/key-codes.js';
|
|
18
19
|
import '../shared/aria-global.js';
|
|
19
20
|
import '../shared/start-end.js';
|
|
20
21
|
import '../shared/ref.js';
|
|
21
22
|
import '../shared/text-field.js';
|
|
22
|
-
import '../shared/
|
|
23
|
+
import '../shared/definition63.js';
|
|
23
24
|
import '../shared/definition11.js';
|
|
24
|
-
import '../shared/
|
|
25
|
+
import '../shared/definition38.js';
|
|
25
26
|
import '../shared/base-progress.js';
|
|
26
27
|
import '../shared/button.js';
|
|
27
28
|
import '../shared/enums.js';
|
|
28
|
-
import '../shared/
|
|
29
|
+
import '../shared/definition62.js';
|
|
29
30
|
import '../shared/localized.js';
|
|
30
31
|
import '../shared/trapped-focus.js';
|
|
31
32
|
import '../shared/repeat.js';
|
package/toggletip/index.cjs
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const definition = require('../shared/
|
|
3
|
+
const definition = require('../shared/definition57.cjs');
|
|
4
4
|
require('../shared/index.cjs');
|
|
5
|
-
require('../shared/
|
|
5
|
+
require('../shared/definition63.cjs');
|
|
6
6
|
require('../shared/definition11.cjs');
|
|
7
|
-
require('../shared/
|
|
7
|
+
require('../shared/definition27.cjs');
|
|
8
8
|
require('../shared/icon.cjs');
|
|
9
9
|
require('../shared/_has.cjs');
|
|
10
10
|
require('../shared/class-names.cjs');
|
|
11
11
|
require('../shared/when.cjs');
|
|
12
|
-
require('../shared/
|
|
12
|
+
require('../shared/definition38.cjs');
|
|
13
13
|
require('../shared/base-progress.cjs');
|
|
14
14
|
require('../shared/affix.cjs');
|
|
15
15
|
require('../shared/slotted.cjs');
|
|
@@ -21,7 +21,7 @@ require('../shared/aria-global.cjs');
|
|
|
21
21
|
require('../shared/start-end.cjs');
|
|
22
22
|
require('../shared/ref.cjs');
|
|
23
23
|
require('../shared/enums.cjs');
|
|
24
|
-
require('../shared/
|
|
24
|
+
require('../shared/definition62.cjs');
|
|
25
25
|
require('../shared/anchored.cjs');
|
|
26
26
|
|
|
27
27
|
definition.registerToggletip();
|
package/toggletip/index.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { r as registerToggletip } from '../shared/
|
|
1
|
+
import { r as registerToggletip } from '../shared/definition57.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition63.js';
|
|
4
4
|
import '../shared/definition11.js';
|
|
5
|
-
import '../shared/
|
|
5
|
+
import '../shared/definition27.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/definition38.js';
|
|
11
11
|
import '../shared/base-progress.js';
|
|
12
12
|
import '../shared/affix.js';
|
|
13
13
|
import '../shared/slotted.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/enums.js';
|
|
22
|
-
import '../shared/
|
|
22
|
+
import '../shared/definition62.js';
|
|
23
23
|
import '../shared/anchored.js';
|
|
24
24
|
|
|
25
25
|
registerToggletip();
|
package/tooltip/index.cjs
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const definition = require('../shared/
|
|
3
|
+
const definition = require('../shared/definition58.cjs');
|
|
4
4
|
require('../shared/index.cjs');
|
|
5
|
-
require('../shared/
|
|
5
|
+
require('../shared/definition63.cjs');
|
|
6
6
|
require('../shared/definition11.cjs');
|
|
7
|
-
require('../shared/
|
|
7
|
+
require('../shared/definition27.cjs');
|
|
8
8
|
require('../shared/icon.cjs');
|
|
9
9
|
require('../shared/_has.cjs');
|
|
10
10
|
require('../shared/class-names.cjs');
|
|
11
11
|
require('../shared/when.cjs');
|
|
12
|
-
require('../shared/
|
|
12
|
+
require('../shared/definition38.cjs');
|
|
13
13
|
require('../shared/base-progress.cjs');
|
|
14
14
|
require('../shared/affix.cjs');
|
|
15
15
|
require('../shared/slotted.cjs');
|
|
@@ -21,7 +21,7 @@ require('../shared/aria-global.cjs');
|
|
|
21
21
|
require('../shared/start-end.cjs');
|
|
22
22
|
require('../shared/ref.cjs');
|
|
23
23
|
require('../shared/enums.cjs');
|
|
24
|
-
require('../shared/
|
|
24
|
+
require('../shared/definition62.cjs');
|
|
25
25
|
require('../shared/anchored.cjs');
|
|
26
26
|
|
|
27
27
|
definition.registerTooltip();
|
package/tooltip/index.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { r as registerTooltip } from '../shared/
|
|
1
|
+
import { r as registerTooltip } from '../shared/definition58.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition63.js';
|
|
4
4
|
import '../shared/definition11.js';
|
|
5
|
-
import '../shared/
|
|
5
|
+
import '../shared/definition27.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/definition38.js';
|
|
11
11
|
import '../shared/base-progress.js';
|
|
12
12
|
import '../shared/affix.js';
|
|
13
13
|
import '../shared/slotted.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/enums.js';
|
|
22
|
-
import '../shared/
|
|
22
|
+
import '../shared/definition62.js';
|
|
23
23
|
import '../shared/anchored.js';
|
|
24
24
|
|
|
25
25
|
registerTooltip();
|
package/tree-item/index.cjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const definition = require('../shared/
|
|
3
|
+
const definition = require('../shared/definition59.cjs');
|
|
4
4
|
require('../shared/index.cjs');
|
|
5
|
-
require('../shared/
|
|
5
|
+
require('../shared/definition27.cjs');
|
|
6
6
|
require('../shared/icon.cjs');
|
|
7
7
|
require('../shared/_has.cjs');
|
|
8
8
|
require('../shared/class-names.cjs');
|
package/tree-item/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { r as registerTreeItem } from '../shared/
|
|
1
|
+
import { r as registerTreeItem } from '../shared/definition59.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition27.js';
|
|
4
4
|
import '../shared/icon.js';
|
|
5
5
|
import '../shared/_has.js';
|
|
6
6
|
import '../shared/class-names.js';
|
package/tree-view/index.cjs
CHANGED
package/tree-view/index.js
CHANGED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
const definition = require('../shared/definition61.cjs');
|
|
4
|
+
require('../shared/index.cjs');
|
|
5
|
+
require('../shared/enums.cjs');
|
|
6
|
+
require('../shared/affix.cjs');
|
|
7
|
+
require('../shared/icon.cjs');
|
|
8
|
+
require('../shared/_has.cjs');
|
|
9
|
+
require('../shared/slotted.cjs');
|
|
10
|
+
require('../shared/index2.cjs');
|
|
11
|
+
require('../shared/class-names.cjs');
|
|
12
|
+
require('../shared/when.cjs');
|
|
13
|
+
require('../locales/en-US.cjs');
|
|
14
|
+
require('../shared/localized.cjs');
|
|
15
|
+
require('../shared/apply-mixins.cjs');
|
|
16
|
+
|
|
17
|
+
definition.registerVideoPlayer();
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { r as registerVideoPlayer } from '../shared/definition61.js';
|
|
2
|
+
import '../shared/index.js';
|
|
3
|
+
import '../shared/enums.js';
|
|
4
|
+
import '../shared/affix.js';
|
|
5
|
+
import '../shared/icon.js';
|
|
6
|
+
import '../shared/_has.js';
|
|
7
|
+
import '../shared/slotted.js';
|
|
8
|
+
import '../shared/index2.js';
|
|
9
|
+
import '../shared/class-names.js';
|
|
10
|
+
import '../shared/when.js';
|
|
11
|
+
import '../locales/en-US.js';
|
|
12
|
+
import '../shared/localized.js';
|
|
13
|
+
import '../shared/apply-mixins.js';
|
|
14
|
+
|
|
15
|
+
registerVideoPlayer();
|
package/vivid.api.json
CHANGED
|
@@ -494,6 +494,27 @@
|
|
|
494
494
|
"releaseTag": "Public",
|
|
495
495
|
"name": "Ghost"
|
|
496
496
|
},
|
|
497
|
+
{
|
|
498
|
+
"kind": "EnumMember",
|
|
499
|
+
"canonicalReference": "@vonage/vivid!Appearance.GhostLight:member",
|
|
500
|
+
"docComment": "",
|
|
501
|
+
"excerptTokens": [
|
|
502
|
+
{
|
|
503
|
+
"kind": "Content",
|
|
504
|
+
"text": "GhostLight = "
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
"kind": "Content",
|
|
508
|
+
"text": "\"ghost-light\""
|
|
509
|
+
}
|
|
510
|
+
],
|
|
511
|
+
"initializerTokenRange": {
|
|
512
|
+
"startIndex": 1,
|
|
513
|
+
"endIndex": 2
|
|
514
|
+
},
|
|
515
|
+
"releaseTag": "Public",
|
|
516
|
+
"name": "GhostLight"
|
|
517
|
+
},
|
|
497
518
|
{
|
|
498
519
|
"kind": "EnumMember",
|
|
499
520
|
"canonicalReference": "@vonage/vivid!Appearance.Listitem:member",
|
|
@@ -2753,6 +2774,83 @@
|
|
|
2753
2774
|
"endIndex": 2
|
|
2754
2775
|
}
|
|
2755
2776
|
},
|
|
2777
|
+
{
|
|
2778
|
+
"kind": "Variable",
|
|
2779
|
+
"canonicalReference": "@vonage/vivid!dialPadDefinition:var",
|
|
2780
|
+
"docComment": "",
|
|
2781
|
+
"excerptTokens": [
|
|
2782
|
+
{
|
|
2783
|
+
"kind": "Content",
|
|
2784
|
+
"text": "dialPadDefinition: "
|
|
2785
|
+
},
|
|
2786
|
+
{
|
|
2787
|
+
"kind": "Content",
|
|
2788
|
+
"text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
|
|
2789
|
+
},
|
|
2790
|
+
{
|
|
2791
|
+
"kind": "Reference",
|
|
2792
|
+
"text": "OverrideFoundationElementDefinition",
|
|
2793
|
+
"canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
|
|
2794
|
+
},
|
|
2795
|
+
{
|
|
2796
|
+
"kind": "Content",
|
|
2797
|
+
"text": "<"
|
|
2798
|
+
},
|
|
2799
|
+
{
|
|
2800
|
+
"kind": "Reference",
|
|
2801
|
+
"text": "FoundationElementDefinition",
|
|
2802
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
2803
|
+
},
|
|
2804
|
+
{
|
|
2805
|
+
"kind": "Content",
|
|
2806
|
+
"text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
|
|
2807
|
+
},
|
|
2808
|
+
{
|
|
2809
|
+
"kind": "Reference",
|
|
2810
|
+
"text": "FoundationElementRegistry",
|
|
2811
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
|
|
2812
|
+
},
|
|
2813
|
+
{
|
|
2814
|
+
"kind": "Content",
|
|
2815
|
+
"text": "<"
|
|
2816
|
+
},
|
|
2817
|
+
{
|
|
2818
|
+
"kind": "Reference",
|
|
2819
|
+
"text": "FoundationElementDefinition",
|
|
2820
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
2821
|
+
},
|
|
2822
|
+
{
|
|
2823
|
+
"kind": "Content",
|
|
2824
|
+
"text": ", import(\"@microsoft/fast-element\")."
|
|
2825
|
+
},
|
|
2826
|
+
{
|
|
2827
|
+
"kind": "Reference",
|
|
2828
|
+
"text": "Constructable",
|
|
2829
|
+
"canonicalReference": "@microsoft/fast-element!Constructable:type"
|
|
2830
|
+
},
|
|
2831
|
+
{
|
|
2832
|
+
"kind": "Content",
|
|
2833
|
+
"text": "<import(\"@microsoft/fast-foundation\")."
|
|
2834
|
+
},
|
|
2835
|
+
{
|
|
2836
|
+
"kind": "Reference",
|
|
2837
|
+
"text": "FoundationElement",
|
|
2838
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
|
|
2839
|
+
},
|
|
2840
|
+
{
|
|
2841
|
+
"kind": "Content",
|
|
2842
|
+
"text": ">>"
|
|
2843
|
+
}
|
|
2844
|
+
],
|
|
2845
|
+
"fileUrlPath": "../../dist/libs/components/lib/dial-pad/definition.d.ts",
|
|
2846
|
+
"isReadonly": true,
|
|
2847
|
+
"releaseTag": "Public",
|
|
2848
|
+
"name": "dialPadDefinition",
|
|
2849
|
+
"variableTypeTokenRange": {
|
|
2850
|
+
"startIndex": 1,
|
|
2851
|
+
"endIndex": 14
|
|
2852
|
+
}
|
|
2853
|
+
},
|
|
2756
2854
|
{
|
|
2757
2855
|
"kind": "Variable",
|
|
2758
2856
|
"canonicalReference": "@vonage/vivid!emptyStateDefinition:var",
|
|
@@ -3675,6 +3773,107 @@
|
|
|
3675
3773
|
"endIndex": 14
|
|
3676
3774
|
}
|
|
3677
3775
|
},
|
|
3776
|
+
{
|
|
3777
|
+
"kind": "Enum",
|
|
3778
|
+
"canonicalReference": "@vonage/vivid!MediaSkipBy:enum",
|
|
3779
|
+
"docComment": "",
|
|
3780
|
+
"excerptTokens": [
|
|
3781
|
+
{
|
|
3782
|
+
"kind": "Content",
|
|
3783
|
+
"text": "export declare enum MediaSkipBy "
|
|
3784
|
+
}
|
|
3785
|
+
],
|
|
3786
|
+
"fileUrlPath": "../../dist/libs/components/lib/enums.d.ts",
|
|
3787
|
+
"releaseTag": "Public",
|
|
3788
|
+
"name": "MediaSkipBy",
|
|
3789
|
+
"preserveMemberOrder": false,
|
|
3790
|
+
"members": [
|
|
3791
|
+
{
|
|
3792
|
+
"kind": "EnumMember",
|
|
3793
|
+
"canonicalReference": "@vonage/vivid!MediaSkipBy.Five:member",
|
|
3794
|
+
"docComment": "",
|
|
3795
|
+
"excerptTokens": [
|
|
3796
|
+
{
|
|
3797
|
+
"kind": "Content",
|
|
3798
|
+
"text": "Five = "
|
|
3799
|
+
},
|
|
3800
|
+
{
|
|
3801
|
+
"kind": "Content",
|
|
3802
|
+
"text": "\"5\""
|
|
3803
|
+
}
|
|
3804
|
+
],
|
|
3805
|
+
"initializerTokenRange": {
|
|
3806
|
+
"startIndex": 1,
|
|
3807
|
+
"endIndex": 2
|
|
3808
|
+
},
|
|
3809
|
+
"releaseTag": "Public",
|
|
3810
|
+
"name": "Five"
|
|
3811
|
+
},
|
|
3812
|
+
{
|
|
3813
|
+
"kind": "EnumMember",
|
|
3814
|
+
"canonicalReference": "@vonage/vivid!MediaSkipBy.Ten:member",
|
|
3815
|
+
"docComment": "",
|
|
3816
|
+
"excerptTokens": [
|
|
3817
|
+
{
|
|
3818
|
+
"kind": "Content",
|
|
3819
|
+
"text": "Ten = "
|
|
3820
|
+
},
|
|
3821
|
+
{
|
|
3822
|
+
"kind": "Content",
|
|
3823
|
+
"text": "\"10\""
|
|
3824
|
+
}
|
|
3825
|
+
],
|
|
3826
|
+
"initializerTokenRange": {
|
|
3827
|
+
"startIndex": 1,
|
|
3828
|
+
"endIndex": 2
|
|
3829
|
+
},
|
|
3830
|
+
"releaseTag": "Public",
|
|
3831
|
+
"name": "Ten"
|
|
3832
|
+
},
|
|
3833
|
+
{
|
|
3834
|
+
"kind": "EnumMember",
|
|
3835
|
+
"canonicalReference": "@vonage/vivid!MediaSkipBy.Thirty:member",
|
|
3836
|
+
"docComment": "",
|
|
3837
|
+
"excerptTokens": [
|
|
3838
|
+
{
|
|
3839
|
+
"kind": "Content",
|
|
3840
|
+
"text": "Thirty = "
|
|
3841
|
+
},
|
|
3842
|
+
{
|
|
3843
|
+
"kind": "Content",
|
|
3844
|
+
"text": "\"30\""
|
|
3845
|
+
}
|
|
3846
|
+
],
|
|
3847
|
+
"initializerTokenRange": {
|
|
3848
|
+
"startIndex": 1,
|
|
3849
|
+
"endIndex": 2
|
|
3850
|
+
},
|
|
3851
|
+
"releaseTag": "Public",
|
|
3852
|
+
"name": "Thirty"
|
|
3853
|
+
},
|
|
3854
|
+
{
|
|
3855
|
+
"kind": "EnumMember",
|
|
3856
|
+
"canonicalReference": "@vonage/vivid!MediaSkipBy.Zero:member",
|
|
3857
|
+
"docComment": "",
|
|
3858
|
+
"excerptTokens": [
|
|
3859
|
+
{
|
|
3860
|
+
"kind": "Content",
|
|
3861
|
+
"text": "Zero = "
|
|
3862
|
+
},
|
|
3863
|
+
{
|
|
3864
|
+
"kind": "Content",
|
|
3865
|
+
"text": "\"0\""
|
|
3866
|
+
}
|
|
3867
|
+
],
|
|
3868
|
+
"initializerTokenRange": {
|
|
3869
|
+
"startIndex": 1,
|
|
3870
|
+
"endIndex": 2
|
|
3871
|
+
},
|
|
3872
|
+
"releaseTag": "Public",
|
|
3873
|
+
"name": "Zero"
|
|
3874
|
+
}
|
|
3875
|
+
]
|
|
3876
|
+
},
|
|
3678
3877
|
{
|
|
3679
3878
|
"kind": "Variable",
|
|
3680
3879
|
"canonicalReference": "@vonage/vivid!menuDefinition:var",
|
|
@@ -5869,6 +6068,34 @@
|
|
|
5869
6068
|
"endIndex": 3
|
|
5870
6069
|
}
|
|
5871
6070
|
},
|
|
6071
|
+
{
|
|
6072
|
+
"kind": "Variable",
|
|
6073
|
+
"canonicalReference": "@vonage/vivid!registerDialPad:var",
|
|
6074
|
+
"docComment": "",
|
|
6075
|
+
"excerptTokens": [
|
|
6076
|
+
{
|
|
6077
|
+
"kind": "Content",
|
|
6078
|
+
"text": "registerDialPad: "
|
|
6079
|
+
},
|
|
6080
|
+
{
|
|
6081
|
+
"kind": "Content",
|
|
6082
|
+
"text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
|
|
6083
|
+
},
|
|
6084
|
+
{
|
|
6085
|
+
"kind": "Reference",
|
|
6086
|
+
"text": "DesignSystem",
|
|
6087
|
+
"canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
|
|
6088
|
+
}
|
|
6089
|
+
],
|
|
6090
|
+
"fileUrlPath": "../../dist/libs/components/lib/dial-pad/definition.d.ts",
|
|
6091
|
+
"isReadonly": true,
|
|
6092
|
+
"releaseTag": "Public",
|
|
6093
|
+
"name": "registerDialPad",
|
|
6094
|
+
"variableTypeTokenRange": {
|
|
6095
|
+
"startIndex": 1,
|
|
6096
|
+
"endIndex": 3
|
|
6097
|
+
}
|
|
6098
|
+
},
|
|
5872
6099
|
{
|
|
5873
6100
|
"kind": "Variable",
|
|
5874
6101
|
"canonicalReference": "@vonage/vivid!registerDivider:var",
|
|
@@ -6989,6 +7216,34 @@
|
|
|
6989
7216
|
"endIndex": 3
|
|
6990
7217
|
}
|
|
6991
7218
|
},
|
|
7219
|
+
{
|
|
7220
|
+
"kind": "Variable",
|
|
7221
|
+
"canonicalReference": "@vonage/vivid!registerVideoPlayer:var",
|
|
7222
|
+
"docComment": "",
|
|
7223
|
+
"excerptTokens": [
|
|
7224
|
+
{
|
|
7225
|
+
"kind": "Content",
|
|
7226
|
+
"text": "registerVideoPlayer: "
|
|
7227
|
+
},
|
|
7228
|
+
{
|
|
7229
|
+
"kind": "Content",
|
|
7230
|
+
"text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
|
|
7231
|
+
},
|
|
7232
|
+
{
|
|
7233
|
+
"kind": "Reference",
|
|
7234
|
+
"text": "DesignSystem",
|
|
7235
|
+
"canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
|
|
7236
|
+
}
|
|
7237
|
+
],
|
|
7238
|
+
"fileUrlPath": "../../dist/libs/components/lib/video-player/definition.d.ts",
|
|
7239
|
+
"isReadonly": true,
|
|
7240
|
+
"releaseTag": "Public",
|
|
7241
|
+
"name": "registerVideoPlayer",
|
|
7242
|
+
"variableTypeTokenRange": {
|
|
7243
|
+
"startIndex": 1,
|
|
7244
|
+
"endIndex": 3
|
|
7245
|
+
}
|
|
7246
|
+
},
|
|
6992
7247
|
{
|
|
6993
7248
|
"kind": "Enum",
|
|
6994
7249
|
"canonicalReference": "@vonage/vivid!Role:enum",
|
|
@@ -9757,6 +10012,83 @@
|
|
|
9757
10012
|
"startIndex": 1,
|
|
9758
10013
|
"endIndex": 14
|
|
9759
10014
|
}
|
|
10015
|
+
},
|
|
10016
|
+
{
|
|
10017
|
+
"kind": "Variable",
|
|
10018
|
+
"canonicalReference": "@vonage/vivid!videoPlayerDefinition:var",
|
|
10019
|
+
"docComment": "",
|
|
10020
|
+
"excerptTokens": [
|
|
10021
|
+
{
|
|
10022
|
+
"kind": "Content",
|
|
10023
|
+
"text": "videoPlayerDefinition: "
|
|
10024
|
+
},
|
|
10025
|
+
{
|
|
10026
|
+
"kind": "Content",
|
|
10027
|
+
"text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
|
|
10028
|
+
},
|
|
10029
|
+
{
|
|
10030
|
+
"kind": "Reference",
|
|
10031
|
+
"text": "OverrideFoundationElementDefinition",
|
|
10032
|
+
"canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
|
|
10033
|
+
},
|
|
10034
|
+
{
|
|
10035
|
+
"kind": "Content",
|
|
10036
|
+
"text": "<"
|
|
10037
|
+
},
|
|
10038
|
+
{
|
|
10039
|
+
"kind": "Reference",
|
|
10040
|
+
"text": "FoundationElementDefinition",
|
|
10041
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
10042
|
+
},
|
|
10043
|
+
{
|
|
10044
|
+
"kind": "Content",
|
|
10045
|
+
"text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
|
|
10046
|
+
},
|
|
10047
|
+
{
|
|
10048
|
+
"kind": "Reference",
|
|
10049
|
+
"text": "FoundationElementRegistry",
|
|
10050
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
|
|
10051
|
+
},
|
|
10052
|
+
{
|
|
10053
|
+
"kind": "Content",
|
|
10054
|
+
"text": "<"
|
|
10055
|
+
},
|
|
10056
|
+
{
|
|
10057
|
+
"kind": "Reference",
|
|
10058
|
+
"text": "FoundationElementDefinition",
|
|
10059
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
10060
|
+
},
|
|
10061
|
+
{
|
|
10062
|
+
"kind": "Content",
|
|
10063
|
+
"text": ", import(\"@microsoft/fast-element\")."
|
|
10064
|
+
},
|
|
10065
|
+
{
|
|
10066
|
+
"kind": "Reference",
|
|
10067
|
+
"text": "Constructable",
|
|
10068
|
+
"canonicalReference": "@microsoft/fast-element!Constructable:type"
|
|
10069
|
+
},
|
|
10070
|
+
{
|
|
10071
|
+
"kind": "Content",
|
|
10072
|
+
"text": "<import(\"@microsoft/fast-foundation\")."
|
|
10073
|
+
},
|
|
10074
|
+
{
|
|
10075
|
+
"kind": "Reference",
|
|
10076
|
+
"text": "FoundationElement",
|
|
10077
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
|
|
10078
|
+
},
|
|
10079
|
+
{
|
|
10080
|
+
"kind": "Content",
|
|
10081
|
+
"text": ">>"
|
|
10082
|
+
}
|
|
10083
|
+
],
|
|
10084
|
+
"fileUrlPath": "../../dist/libs/components/lib/video-player/definition.d.ts",
|
|
10085
|
+
"isReadonly": true,
|
|
10086
|
+
"releaseTag": "Public",
|
|
10087
|
+
"name": "videoPlayerDefinition",
|
|
10088
|
+
"variableTypeTokenRange": {
|
|
10089
|
+
"startIndex": 1,
|
|
10090
|
+
"endIndex": 14
|
|
10091
|
+
}
|
|
9760
10092
|
}
|
|
9761
10093
|
]
|
|
9762
10094
|
}
|