@vonage/vivid 3.52.0 → 3.53.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/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 +717 -4
- 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/components.d.ts +2 -0
- package/lib/dial-pad/definition.d.ts +3 -0
- package/lib/dial-pad/dial-pad.d.ts +14 -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 +6 -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/listbox/index.cjs +2 -2
- package/listbox/index.js +2 -2
- package/locales/en-GB.cjs +30 -0
- package/locales/en-GB.js +30 -0
- package/locales/en-US.cjs +198 -0
- package/locales/en-US.js +198 -0
- package/locales/ja-JP.cjs +197 -0
- package/locales/ja-JP.js +197 -0
- package/locales/zh-CN.cjs +199 -0
- package/locales/zh-CN.js +199 -0
- 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 +186 -227
- package/shared/definition20.js +181 -222
- 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 +893 -60
- package/shared/definition29.js +893 -61
- package/shared/definition30.cjs +68 -86
- package/shared/definition30.js +67 -85
- package/shared/definition31.cjs +86 -21
- package/shared/definition31.js +86 -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 +1 -1
- package/shared/definition5.js +1 -1
- 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 +262 -791
- package/shared/definition55.js +261 -790
- 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 +65739 -1688
- package/shared/definition61.js +65738 -1687
- 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 +8 -0
- package/shared/enums.js +8 -1
- package/shared/index2.cjs +66 -37
- package/shared/index2.js +66 -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/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/style.css +1 -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.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 +311 -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
|
@@ -2753,6 +2753,83 @@
|
|
|
2753
2753
|
"endIndex": 2
|
|
2754
2754
|
}
|
|
2755
2755
|
},
|
|
2756
|
+
{
|
|
2757
|
+
"kind": "Variable",
|
|
2758
|
+
"canonicalReference": "@vonage/vivid!dialPadDefinition:var",
|
|
2759
|
+
"docComment": "",
|
|
2760
|
+
"excerptTokens": [
|
|
2761
|
+
{
|
|
2762
|
+
"kind": "Content",
|
|
2763
|
+
"text": "dialPadDefinition: "
|
|
2764
|
+
},
|
|
2765
|
+
{
|
|
2766
|
+
"kind": "Content",
|
|
2767
|
+
"text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
|
|
2768
|
+
},
|
|
2769
|
+
{
|
|
2770
|
+
"kind": "Reference",
|
|
2771
|
+
"text": "OverrideFoundationElementDefinition",
|
|
2772
|
+
"canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
|
|
2773
|
+
},
|
|
2774
|
+
{
|
|
2775
|
+
"kind": "Content",
|
|
2776
|
+
"text": "<"
|
|
2777
|
+
},
|
|
2778
|
+
{
|
|
2779
|
+
"kind": "Reference",
|
|
2780
|
+
"text": "FoundationElementDefinition",
|
|
2781
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
2782
|
+
},
|
|
2783
|
+
{
|
|
2784
|
+
"kind": "Content",
|
|
2785
|
+
"text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
|
|
2786
|
+
},
|
|
2787
|
+
{
|
|
2788
|
+
"kind": "Reference",
|
|
2789
|
+
"text": "FoundationElementRegistry",
|
|
2790
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
|
|
2791
|
+
},
|
|
2792
|
+
{
|
|
2793
|
+
"kind": "Content",
|
|
2794
|
+
"text": "<"
|
|
2795
|
+
},
|
|
2796
|
+
{
|
|
2797
|
+
"kind": "Reference",
|
|
2798
|
+
"text": "FoundationElementDefinition",
|
|
2799
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
2800
|
+
},
|
|
2801
|
+
{
|
|
2802
|
+
"kind": "Content",
|
|
2803
|
+
"text": ", import(\"@microsoft/fast-element\")."
|
|
2804
|
+
},
|
|
2805
|
+
{
|
|
2806
|
+
"kind": "Reference",
|
|
2807
|
+
"text": "Constructable",
|
|
2808
|
+
"canonicalReference": "@microsoft/fast-element!Constructable:type"
|
|
2809
|
+
},
|
|
2810
|
+
{
|
|
2811
|
+
"kind": "Content",
|
|
2812
|
+
"text": "<import(\"@microsoft/fast-foundation\")."
|
|
2813
|
+
},
|
|
2814
|
+
{
|
|
2815
|
+
"kind": "Reference",
|
|
2816
|
+
"text": "FoundationElement",
|
|
2817
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
|
|
2818
|
+
},
|
|
2819
|
+
{
|
|
2820
|
+
"kind": "Content",
|
|
2821
|
+
"text": ">>"
|
|
2822
|
+
}
|
|
2823
|
+
],
|
|
2824
|
+
"fileUrlPath": "../../dist/libs/components/lib/dial-pad/definition.d.ts",
|
|
2825
|
+
"isReadonly": true,
|
|
2826
|
+
"releaseTag": "Public",
|
|
2827
|
+
"name": "dialPadDefinition",
|
|
2828
|
+
"variableTypeTokenRange": {
|
|
2829
|
+
"startIndex": 1,
|
|
2830
|
+
"endIndex": 14
|
|
2831
|
+
}
|
|
2832
|
+
},
|
|
2756
2833
|
{
|
|
2757
2834
|
"kind": "Variable",
|
|
2758
2835
|
"canonicalReference": "@vonage/vivid!emptyStateDefinition:var",
|
|
@@ -3675,6 +3752,107 @@
|
|
|
3675
3752
|
"endIndex": 14
|
|
3676
3753
|
}
|
|
3677
3754
|
},
|
|
3755
|
+
{
|
|
3756
|
+
"kind": "Enum",
|
|
3757
|
+
"canonicalReference": "@vonage/vivid!MediaSkipBy:enum",
|
|
3758
|
+
"docComment": "",
|
|
3759
|
+
"excerptTokens": [
|
|
3760
|
+
{
|
|
3761
|
+
"kind": "Content",
|
|
3762
|
+
"text": "export declare enum MediaSkipBy "
|
|
3763
|
+
}
|
|
3764
|
+
],
|
|
3765
|
+
"fileUrlPath": "../../dist/libs/components/lib/enums.d.ts",
|
|
3766
|
+
"releaseTag": "Public",
|
|
3767
|
+
"name": "MediaSkipBy",
|
|
3768
|
+
"preserveMemberOrder": false,
|
|
3769
|
+
"members": [
|
|
3770
|
+
{
|
|
3771
|
+
"kind": "EnumMember",
|
|
3772
|
+
"canonicalReference": "@vonage/vivid!MediaSkipBy.Five:member",
|
|
3773
|
+
"docComment": "",
|
|
3774
|
+
"excerptTokens": [
|
|
3775
|
+
{
|
|
3776
|
+
"kind": "Content",
|
|
3777
|
+
"text": "Five = "
|
|
3778
|
+
},
|
|
3779
|
+
{
|
|
3780
|
+
"kind": "Content",
|
|
3781
|
+
"text": "\"5\""
|
|
3782
|
+
}
|
|
3783
|
+
],
|
|
3784
|
+
"initializerTokenRange": {
|
|
3785
|
+
"startIndex": 1,
|
|
3786
|
+
"endIndex": 2
|
|
3787
|
+
},
|
|
3788
|
+
"releaseTag": "Public",
|
|
3789
|
+
"name": "Five"
|
|
3790
|
+
},
|
|
3791
|
+
{
|
|
3792
|
+
"kind": "EnumMember",
|
|
3793
|
+
"canonicalReference": "@vonage/vivid!MediaSkipBy.Ten:member",
|
|
3794
|
+
"docComment": "",
|
|
3795
|
+
"excerptTokens": [
|
|
3796
|
+
{
|
|
3797
|
+
"kind": "Content",
|
|
3798
|
+
"text": "Ten = "
|
|
3799
|
+
},
|
|
3800
|
+
{
|
|
3801
|
+
"kind": "Content",
|
|
3802
|
+
"text": "\"10\""
|
|
3803
|
+
}
|
|
3804
|
+
],
|
|
3805
|
+
"initializerTokenRange": {
|
|
3806
|
+
"startIndex": 1,
|
|
3807
|
+
"endIndex": 2
|
|
3808
|
+
},
|
|
3809
|
+
"releaseTag": "Public",
|
|
3810
|
+
"name": "Ten"
|
|
3811
|
+
},
|
|
3812
|
+
{
|
|
3813
|
+
"kind": "EnumMember",
|
|
3814
|
+
"canonicalReference": "@vonage/vivid!MediaSkipBy.Thirty:member",
|
|
3815
|
+
"docComment": "",
|
|
3816
|
+
"excerptTokens": [
|
|
3817
|
+
{
|
|
3818
|
+
"kind": "Content",
|
|
3819
|
+
"text": "Thirty = "
|
|
3820
|
+
},
|
|
3821
|
+
{
|
|
3822
|
+
"kind": "Content",
|
|
3823
|
+
"text": "\"30\""
|
|
3824
|
+
}
|
|
3825
|
+
],
|
|
3826
|
+
"initializerTokenRange": {
|
|
3827
|
+
"startIndex": 1,
|
|
3828
|
+
"endIndex": 2
|
|
3829
|
+
},
|
|
3830
|
+
"releaseTag": "Public",
|
|
3831
|
+
"name": "Thirty"
|
|
3832
|
+
},
|
|
3833
|
+
{
|
|
3834
|
+
"kind": "EnumMember",
|
|
3835
|
+
"canonicalReference": "@vonage/vivid!MediaSkipBy.Zero:member",
|
|
3836
|
+
"docComment": "",
|
|
3837
|
+
"excerptTokens": [
|
|
3838
|
+
{
|
|
3839
|
+
"kind": "Content",
|
|
3840
|
+
"text": "Zero = "
|
|
3841
|
+
},
|
|
3842
|
+
{
|
|
3843
|
+
"kind": "Content",
|
|
3844
|
+
"text": "\"0\""
|
|
3845
|
+
}
|
|
3846
|
+
],
|
|
3847
|
+
"initializerTokenRange": {
|
|
3848
|
+
"startIndex": 1,
|
|
3849
|
+
"endIndex": 2
|
|
3850
|
+
},
|
|
3851
|
+
"releaseTag": "Public",
|
|
3852
|
+
"name": "Zero"
|
|
3853
|
+
}
|
|
3854
|
+
]
|
|
3855
|
+
},
|
|
3678
3856
|
{
|
|
3679
3857
|
"kind": "Variable",
|
|
3680
3858
|
"canonicalReference": "@vonage/vivid!menuDefinition:var",
|
|
@@ -5869,6 +6047,34 @@
|
|
|
5869
6047
|
"endIndex": 3
|
|
5870
6048
|
}
|
|
5871
6049
|
},
|
|
6050
|
+
{
|
|
6051
|
+
"kind": "Variable",
|
|
6052
|
+
"canonicalReference": "@vonage/vivid!registerDialPad:var",
|
|
6053
|
+
"docComment": "",
|
|
6054
|
+
"excerptTokens": [
|
|
6055
|
+
{
|
|
6056
|
+
"kind": "Content",
|
|
6057
|
+
"text": "registerDialPad: "
|
|
6058
|
+
},
|
|
6059
|
+
{
|
|
6060
|
+
"kind": "Content",
|
|
6061
|
+
"text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
|
|
6062
|
+
},
|
|
6063
|
+
{
|
|
6064
|
+
"kind": "Reference",
|
|
6065
|
+
"text": "DesignSystem",
|
|
6066
|
+
"canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
|
|
6067
|
+
}
|
|
6068
|
+
],
|
|
6069
|
+
"fileUrlPath": "../../dist/libs/components/lib/dial-pad/definition.d.ts",
|
|
6070
|
+
"isReadonly": true,
|
|
6071
|
+
"releaseTag": "Public",
|
|
6072
|
+
"name": "registerDialPad",
|
|
6073
|
+
"variableTypeTokenRange": {
|
|
6074
|
+
"startIndex": 1,
|
|
6075
|
+
"endIndex": 3
|
|
6076
|
+
}
|
|
6077
|
+
},
|
|
5872
6078
|
{
|
|
5873
6079
|
"kind": "Variable",
|
|
5874
6080
|
"canonicalReference": "@vonage/vivid!registerDivider:var",
|
|
@@ -6989,6 +7195,34 @@
|
|
|
6989
7195
|
"endIndex": 3
|
|
6990
7196
|
}
|
|
6991
7197
|
},
|
|
7198
|
+
{
|
|
7199
|
+
"kind": "Variable",
|
|
7200
|
+
"canonicalReference": "@vonage/vivid!registerVideoPlayer:var",
|
|
7201
|
+
"docComment": "",
|
|
7202
|
+
"excerptTokens": [
|
|
7203
|
+
{
|
|
7204
|
+
"kind": "Content",
|
|
7205
|
+
"text": "registerVideoPlayer: "
|
|
7206
|
+
},
|
|
7207
|
+
{
|
|
7208
|
+
"kind": "Content",
|
|
7209
|
+
"text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
|
|
7210
|
+
},
|
|
7211
|
+
{
|
|
7212
|
+
"kind": "Reference",
|
|
7213
|
+
"text": "DesignSystem",
|
|
7214
|
+
"canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
|
|
7215
|
+
}
|
|
7216
|
+
],
|
|
7217
|
+
"fileUrlPath": "../../dist/libs/components/lib/video-player/definition.d.ts",
|
|
7218
|
+
"isReadonly": true,
|
|
7219
|
+
"releaseTag": "Public",
|
|
7220
|
+
"name": "registerVideoPlayer",
|
|
7221
|
+
"variableTypeTokenRange": {
|
|
7222
|
+
"startIndex": 1,
|
|
7223
|
+
"endIndex": 3
|
|
7224
|
+
}
|
|
7225
|
+
},
|
|
6992
7226
|
{
|
|
6993
7227
|
"kind": "Enum",
|
|
6994
7228
|
"canonicalReference": "@vonage/vivid!Role:enum",
|
|
@@ -9757,6 +9991,83 @@
|
|
|
9757
9991
|
"startIndex": 1,
|
|
9758
9992
|
"endIndex": 14
|
|
9759
9993
|
}
|
|
9994
|
+
},
|
|
9995
|
+
{
|
|
9996
|
+
"kind": "Variable",
|
|
9997
|
+
"canonicalReference": "@vonage/vivid!videoPlayerDefinition:var",
|
|
9998
|
+
"docComment": "",
|
|
9999
|
+
"excerptTokens": [
|
|
10000
|
+
{
|
|
10001
|
+
"kind": "Content",
|
|
10002
|
+
"text": "videoPlayerDefinition: "
|
|
10003
|
+
},
|
|
10004
|
+
{
|
|
10005
|
+
"kind": "Content",
|
|
10006
|
+
"text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
|
|
10007
|
+
},
|
|
10008
|
+
{
|
|
10009
|
+
"kind": "Reference",
|
|
10010
|
+
"text": "OverrideFoundationElementDefinition",
|
|
10011
|
+
"canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
|
|
10012
|
+
},
|
|
10013
|
+
{
|
|
10014
|
+
"kind": "Content",
|
|
10015
|
+
"text": "<"
|
|
10016
|
+
},
|
|
10017
|
+
{
|
|
10018
|
+
"kind": "Reference",
|
|
10019
|
+
"text": "FoundationElementDefinition",
|
|
10020
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
10021
|
+
},
|
|
10022
|
+
{
|
|
10023
|
+
"kind": "Content",
|
|
10024
|
+
"text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
|
|
10025
|
+
},
|
|
10026
|
+
{
|
|
10027
|
+
"kind": "Reference",
|
|
10028
|
+
"text": "FoundationElementRegistry",
|
|
10029
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
|
|
10030
|
+
},
|
|
10031
|
+
{
|
|
10032
|
+
"kind": "Content",
|
|
10033
|
+
"text": "<"
|
|
10034
|
+
},
|
|
10035
|
+
{
|
|
10036
|
+
"kind": "Reference",
|
|
10037
|
+
"text": "FoundationElementDefinition",
|
|
10038
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
10039
|
+
},
|
|
10040
|
+
{
|
|
10041
|
+
"kind": "Content",
|
|
10042
|
+
"text": ", import(\"@microsoft/fast-element\")."
|
|
10043
|
+
},
|
|
10044
|
+
{
|
|
10045
|
+
"kind": "Reference",
|
|
10046
|
+
"text": "Constructable",
|
|
10047
|
+
"canonicalReference": "@microsoft/fast-element!Constructable:type"
|
|
10048
|
+
},
|
|
10049
|
+
{
|
|
10050
|
+
"kind": "Content",
|
|
10051
|
+
"text": "<import(\"@microsoft/fast-foundation\")."
|
|
10052
|
+
},
|
|
10053
|
+
{
|
|
10054
|
+
"kind": "Reference",
|
|
10055
|
+
"text": "FoundationElement",
|
|
10056
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
|
|
10057
|
+
},
|
|
10058
|
+
{
|
|
10059
|
+
"kind": "Content",
|
|
10060
|
+
"text": ">>"
|
|
10061
|
+
}
|
|
10062
|
+
],
|
|
10063
|
+
"fileUrlPath": "../../dist/libs/components/lib/video-player/definition.d.ts",
|
|
10064
|
+
"isReadonly": true,
|
|
10065
|
+
"releaseTag": "Public",
|
|
10066
|
+
"name": "videoPlayerDefinition",
|
|
10067
|
+
"variableTypeTokenRange": {
|
|
10068
|
+
"startIndex": 1,
|
|
10069
|
+
"endIndex": 14
|
|
10070
|
+
}
|
|
9760
10071
|
}
|
|
9761
10072
|
]
|
|
9762
10073
|
}
|