@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/locales/en-GB.cjs
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
const Color = "Colour";
|
|
4
|
+
const enGB$1 = {
|
|
5
|
+
Color: Color
|
|
6
|
+
};
|
|
7
|
+
|
|
8
|
+
const videoPlayerLocale = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
9
|
+
__proto__: null,
|
|
10
|
+
Color,
|
|
11
|
+
default: enGB$1
|
|
12
|
+
}, Symbol.toStringTag, { value: 'Module' }));
|
|
13
|
+
|
|
3
14
|
const enGB = {
|
|
4
15
|
datePicker: {
|
|
5
16
|
months: {
|
|
@@ -116,9 +127,28 @@ const enGB = {
|
|
|
116
127
|
splitButton: {
|
|
117
128
|
showMoreActionsLabel: "Show more actions"
|
|
118
129
|
},
|
|
130
|
+
videoPlayer: videoPlayerLocale,
|
|
119
131
|
rangeSlider: {
|
|
120
132
|
startThumbLabel: "min",
|
|
121
133
|
endThumbLabel: "max"
|
|
134
|
+
},
|
|
135
|
+
dialPad: {
|
|
136
|
+
inputLabel: "Phone number",
|
|
137
|
+
deleteButtonLabel: "Delete",
|
|
138
|
+
callButtonLabel: "Call",
|
|
139
|
+
endCallButtonLabel: "End call",
|
|
140
|
+
digitOneLabel: "1",
|
|
141
|
+
digitTwoLabel: "2 ABC",
|
|
142
|
+
digitThreeLabel: "3 DEF",
|
|
143
|
+
digitFourLabel: "4 GHI",
|
|
144
|
+
digitFiveLabel: "5 JKL",
|
|
145
|
+
digitSixLabel: "6 MNO",
|
|
146
|
+
digitSevenLabel: "7 PQRS",
|
|
147
|
+
digitEightLabel: "8 TUV",
|
|
148
|
+
digitNineLabel: "9 WXYZ",
|
|
149
|
+
digitAsteriskLabel: "*",
|
|
150
|
+
digitZeroLabel: "0",
|
|
151
|
+
digitHashtagLabel: "#"
|
|
122
152
|
}
|
|
123
153
|
};
|
|
124
154
|
|
package/locales/en-GB.js
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
const Color = "Colour";
|
|
2
|
+
const enGB$1 = {
|
|
3
|
+
Color: Color
|
|
4
|
+
};
|
|
5
|
+
|
|
6
|
+
const videoPlayerLocale = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
7
|
+
__proto__: null,
|
|
8
|
+
Color,
|
|
9
|
+
default: enGB$1
|
|
10
|
+
}, Symbol.toStringTag, { value: 'Module' }));
|
|
11
|
+
|
|
1
12
|
const enGB = {
|
|
2
13
|
datePicker: {
|
|
3
14
|
months: {
|
|
@@ -114,9 +125,28 @@ const enGB = {
|
|
|
114
125
|
splitButton: {
|
|
115
126
|
showMoreActionsLabel: "Show more actions"
|
|
116
127
|
},
|
|
128
|
+
videoPlayer: videoPlayerLocale,
|
|
117
129
|
rangeSlider: {
|
|
118
130
|
startThumbLabel: "min",
|
|
119
131
|
endThumbLabel: "max"
|
|
132
|
+
},
|
|
133
|
+
dialPad: {
|
|
134
|
+
inputLabel: "Phone number",
|
|
135
|
+
deleteButtonLabel: "Delete",
|
|
136
|
+
callButtonLabel: "Call",
|
|
137
|
+
endCallButtonLabel: "End call",
|
|
138
|
+
digitOneLabel: "1",
|
|
139
|
+
digitTwoLabel: "2 ABC",
|
|
140
|
+
digitThreeLabel: "3 DEF",
|
|
141
|
+
digitFourLabel: "4 GHI",
|
|
142
|
+
digitFiveLabel: "5 JKL",
|
|
143
|
+
digitSixLabel: "6 MNO",
|
|
144
|
+
digitSevenLabel: "7 PQRS",
|
|
145
|
+
digitEightLabel: "8 TUV",
|
|
146
|
+
digitNineLabel: "9 WXYZ",
|
|
147
|
+
digitAsteriskLabel: "*",
|
|
148
|
+
digitZeroLabel: "0",
|
|
149
|
+
digitHashtagLabel: "#"
|
|
120
150
|
}
|
|
121
151
|
};
|
|
122
152
|
|
package/locales/en-US.cjs
CHANGED
|
@@ -1,5 +1,184 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
const Play = "Play";
|
|
4
|
+
const Pause = "Pause";
|
|
5
|
+
const Replay = "Replay";
|
|
6
|
+
const Duration = "Duration";
|
|
7
|
+
const LIVE = "LIVE";
|
|
8
|
+
const Loaded = "Loaded";
|
|
9
|
+
const Progress = "Progress";
|
|
10
|
+
const Fullscreen = "Fullscreen";
|
|
11
|
+
const Mute = "Mute";
|
|
12
|
+
const Unmute = "Unmute";
|
|
13
|
+
const Subtitles = "Subtitles";
|
|
14
|
+
const Captions = "Captions";
|
|
15
|
+
const Chapters = "Chapters";
|
|
16
|
+
const Descriptions = "Descriptions";
|
|
17
|
+
const Close = "Close";
|
|
18
|
+
const Text = "Text";
|
|
19
|
+
const White = "White";
|
|
20
|
+
const Black = "Black";
|
|
21
|
+
const Red = "Red";
|
|
22
|
+
const Green = "Green";
|
|
23
|
+
const Blue = "Blue";
|
|
24
|
+
const Yellow = "Yellow";
|
|
25
|
+
const Magenta = "Magenta";
|
|
26
|
+
const Cyan = "Cyan";
|
|
27
|
+
const Background = "Background";
|
|
28
|
+
const Window = "Window";
|
|
29
|
+
const Transparent = "Transparent";
|
|
30
|
+
const Opaque = "Opaque";
|
|
31
|
+
const None = "None";
|
|
32
|
+
const Raised = "Raised";
|
|
33
|
+
const Depressed = "Depressed";
|
|
34
|
+
const Uniform = "Uniform";
|
|
35
|
+
const Casual = "Casual";
|
|
36
|
+
const Script = "Script";
|
|
37
|
+
const Reset = "Reset";
|
|
38
|
+
const Done = "Done";
|
|
39
|
+
const Color = "Color";
|
|
40
|
+
const Opacity = "Opacity";
|
|
41
|
+
const en = {
|
|
42
|
+
"Audio Player": "Audio Player",
|
|
43
|
+
"Video Player": "Video Player",
|
|
44
|
+
Play: Play,
|
|
45
|
+
Pause: Pause,
|
|
46
|
+
Replay: Replay,
|
|
47
|
+
"Current Time": "Current Time",
|
|
48
|
+
Duration: Duration,
|
|
49
|
+
"Remaining Time": "Remaining Time",
|
|
50
|
+
"Stream Type": "Stream Type",
|
|
51
|
+
LIVE: LIVE,
|
|
52
|
+
"Seek to live, currently behind live": "Seek to live, currently behind live",
|
|
53
|
+
"Seek to live, currently playing live": "Seek to live, currently playing live",
|
|
54
|
+
Loaded: Loaded,
|
|
55
|
+
Progress: Progress,
|
|
56
|
+
"Progress Bar": "Progress Bar",
|
|
57
|
+
"progress bar timing: currentTime={1} duration={2}": "{1} of {2}",
|
|
58
|
+
Fullscreen: Fullscreen,
|
|
59
|
+
"Exit Fullscreen": "Exit Fullscreen",
|
|
60
|
+
Mute: Mute,
|
|
61
|
+
Unmute: Unmute,
|
|
62
|
+
"Playback Rate": "Playback Rate",
|
|
63
|
+
Subtitles: Subtitles,
|
|
64
|
+
"subtitles off": "subtitles off",
|
|
65
|
+
Captions: Captions,
|
|
66
|
+
"captions off": "captions off",
|
|
67
|
+
Chapters: Chapters,
|
|
68
|
+
Descriptions: Descriptions,
|
|
69
|
+
"descriptions off": "descriptions off",
|
|
70
|
+
"Audio Track": "Audio Track",
|
|
71
|
+
"Volume Level": "Volume Level",
|
|
72
|
+
"You aborted the media playback": "You aborted the media playback",
|
|
73
|
+
"A network error caused the media download to fail part-way.": "A network error caused the media download to fail part-way.",
|
|
74
|
+
"The media could not be loaded, either because the server or network failed or because the format is not supported.": "The media could not be loaded, either because the server or network failed or because the format is not supported.",
|
|
75
|
+
"The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "The media playback was aborted due to a corruption problem or because the media used features your browser did not support.",
|
|
76
|
+
"No compatible source was found for this media.": "No compatible source was found for this media.",
|
|
77
|
+
"The media is encrypted and we do not have the keys to decrypt it.": "The media is encrypted and we do not have the keys to decrypt it.",
|
|
78
|
+
"Play Video": "Play Video",
|
|
79
|
+
Close: Close,
|
|
80
|
+
"Close Modal Dialog": "Close Modal Dialog",
|
|
81
|
+
"Modal Window": "Modal Window",
|
|
82
|
+
"This is a modal window": "This is a modal window",
|
|
83
|
+
"This modal can be closed by pressing the Escape key or activating the close button.": "This modal can be closed by pressing the Escape key or activating the close button.",
|
|
84
|
+
", opens captions settings dialog": ", opens captions settings dialog",
|
|
85
|
+
", opens subtitles settings dialog": ", opens subtitles settings dialog",
|
|
86
|
+
", opens descriptions settings dialog": ", opens descriptions settings dialog",
|
|
87
|
+
", selected": ", selected",
|
|
88
|
+
"captions settings": "captions settings",
|
|
89
|
+
"subtitles settings": "subtitles settings",
|
|
90
|
+
"descriptions settings": "descriptions settings",
|
|
91
|
+
Text: Text,
|
|
92
|
+
White: White,
|
|
93
|
+
Black: Black,
|
|
94
|
+
Red: Red,
|
|
95
|
+
Green: Green,
|
|
96
|
+
Blue: Blue,
|
|
97
|
+
Yellow: Yellow,
|
|
98
|
+
Magenta: Magenta,
|
|
99
|
+
Cyan: Cyan,
|
|
100
|
+
Background: Background,
|
|
101
|
+
Window: Window,
|
|
102
|
+
Transparent: Transparent,
|
|
103
|
+
"Semi-Transparent": "Semi-Transparent",
|
|
104
|
+
Opaque: Opaque,
|
|
105
|
+
"Font Size": "Font Size",
|
|
106
|
+
"Text Edge Style": "Text Edge Style",
|
|
107
|
+
None: None,
|
|
108
|
+
Raised: Raised,
|
|
109
|
+
Depressed: Depressed,
|
|
110
|
+
Uniform: Uniform,
|
|
111
|
+
"Drop shadow": "Drop shadow",
|
|
112
|
+
"Font Family": "Font Family",
|
|
113
|
+
"Proportional Sans-Serif": "Proportional Sans-Serif",
|
|
114
|
+
"Monospace Sans-Serif": "Monospace Sans-Serif",
|
|
115
|
+
"Proportional Serif": "Proportional Serif",
|
|
116
|
+
"Monospace Serif": "Monospace Serif",
|
|
117
|
+
Casual: Casual,
|
|
118
|
+
Script: Script,
|
|
119
|
+
"Small Caps": "Small Caps",
|
|
120
|
+
Reset: Reset,
|
|
121
|
+
"restore all settings to the default values": "restore all settings to the default values",
|
|
122
|
+
Done: Done,
|
|
123
|
+
"Caption Settings Dialog": "Caption Settings Dialog",
|
|
124
|
+
"Beginning of dialog window. Escape will cancel and close the window.": "Beginning of dialog window. Escape will cancel and close the window.",
|
|
125
|
+
"End of dialog window.": "End of dialog window.",
|
|
126
|
+
"{1} is loading.": "{1} is loading.",
|
|
127
|
+
"Exit Picture-in-Picture": "Exit Picture-in-Picture",
|
|
128
|
+
"Picture-in-Picture": "Picture-in-Picture",
|
|
129
|
+
"No content": "No content",
|
|
130
|
+
Color: Color,
|
|
131
|
+
Opacity: Opacity,
|
|
132
|
+
"Text Background": "Text Background",
|
|
133
|
+
"Caption Area Background": "Caption Area Background",
|
|
134
|
+
"Playing in Picture-in-Picture": "Playing in Picture-in-Picture",
|
|
135
|
+
"Skip backward {1} seconds": "Skip backward {1} seconds",
|
|
136
|
+
"Skip forward {1} seconds": "Skip forward {1} seconds"
|
|
137
|
+
};
|
|
138
|
+
|
|
139
|
+
const videoPlayerLocale = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
140
|
+
__proto__: null,
|
|
141
|
+
Background,
|
|
142
|
+
Black,
|
|
143
|
+
Blue,
|
|
144
|
+
Captions,
|
|
145
|
+
Casual,
|
|
146
|
+
Chapters,
|
|
147
|
+
Close,
|
|
148
|
+
Color,
|
|
149
|
+
Cyan,
|
|
150
|
+
Depressed,
|
|
151
|
+
Descriptions,
|
|
152
|
+
Done,
|
|
153
|
+
Duration,
|
|
154
|
+
Fullscreen,
|
|
155
|
+
Green,
|
|
156
|
+
LIVE,
|
|
157
|
+
Loaded,
|
|
158
|
+
Magenta,
|
|
159
|
+
Mute,
|
|
160
|
+
None,
|
|
161
|
+
Opacity,
|
|
162
|
+
Opaque,
|
|
163
|
+
Pause,
|
|
164
|
+
Play,
|
|
165
|
+
Progress,
|
|
166
|
+
Raised,
|
|
167
|
+
Red,
|
|
168
|
+
Replay,
|
|
169
|
+
Reset,
|
|
170
|
+
Script,
|
|
171
|
+
Subtitles,
|
|
172
|
+
Text,
|
|
173
|
+
Transparent,
|
|
174
|
+
Uniform,
|
|
175
|
+
Unmute,
|
|
176
|
+
White,
|
|
177
|
+
Window,
|
|
178
|
+
Yellow,
|
|
179
|
+
default: en
|
|
180
|
+
}, Symbol.toStringTag, { value: 'Module' }));
|
|
181
|
+
|
|
3
182
|
const enUS = {
|
|
4
183
|
datePicker: {
|
|
5
184
|
months: {
|
|
@@ -116,9 +295,28 @@ const enUS = {
|
|
|
116
295
|
splitButton: {
|
|
117
296
|
showMoreActionsLabel: "Show more actions"
|
|
118
297
|
},
|
|
298
|
+
videoPlayer: videoPlayerLocale,
|
|
119
299
|
rangeSlider: {
|
|
120
300
|
startThumbLabel: "min",
|
|
121
301
|
endThumbLabel: "max"
|
|
302
|
+
},
|
|
303
|
+
dialPad: {
|
|
304
|
+
inputLabel: "Phone number",
|
|
305
|
+
deleteButtonLabel: "Delete",
|
|
306
|
+
callButtonLabel: "Call",
|
|
307
|
+
endCallButtonLabel: "End call",
|
|
308
|
+
digitOneLabel: "1",
|
|
309
|
+
digitTwoLabel: "2 ABC",
|
|
310
|
+
digitThreeLabel: "3 DEF",
|
|
311
|
+
digitFourLabel: "4 GHI",
|
|
312
|
+
digitFiveLabel: "5 JKL",
|
|
313
|
+
digitSixLabel: "6 MNO",
|
|
314
|
+
digitSevenLabel: "7 PQRS",
|
|
315
|
+
digitEightLabel: "8 TUV",
|
|
316
|
+
digitNineLabel: "9 WXYZ",
|
|
317
|
+
digitAsteriskLabel: "*",
|
|
318
|
+
digitZeroLabel: "0",
|
|
319
|
+
digitHashtagLabel: "#"
|
|
122
320
|
}
|
|
123
321
|
};
|
|
124
322
|
|
package/locales/en-US.js
CHANGED
|
@@ -1,3 +1,182 @@
|
|
|
1
|
+
const Play = "Play";
|
|
2
|
+
const Pause = "Pause";
|
|
3
|
+
const Replay = "Replay";
|
|
4
|
+
const Duration = "Duration";
|
|
5
|
+
const LIVE = "LIVE";
|
|
6
|
+
const Loaded = "Loaded";
|
|
7
|
+
const Progress = "Progress";
|
|
8
|
+
const Fullscreen = "Fullscreen";
|
|
9
|
+
const Mute = "Mute";
|
|
10
|
+
const Unmute = "Unmute";
|
|
11
|
+
const Subtitles = "Subtitles";
|
|
12
|
+
const Captions = "Captions";
|
|
13
|
+
const Chapters = "Chapters";
|
|
14
|
+
const Descriptions = "Descriptions";
|
|
15
|
+
const Close = "Close";
|
|
16
|
+
const Text = "Text";
|
|
17
|
+
const White = "White";
|
|
18
|
+
const Black = "Black";
|
|
19
|
+
const Red = "Red";
|
|
20
|
+
const Green = "Green";
|
|
21
|
+
const Blue = "Blue";
|
|
22
|
+
const Yellow = "Yellow";
|
|
23
|
+
const Magenta = "Magenta";
|
|
24
|
+
const Cyan = "Cyan";
|
|
25
|
+
const Background = "Background";
|
|
26
|
+
const Window = "Window";
|
|
27
|
+
const Transparent = "Transparent";
|
|
28
|
+
const Opaque = "Opaque";
|
|
29
|
+
const None = "None";
|
|
30
|
+
const Raised = "Raised";
|
|
31
|
+
const Depressed = "Depressed";
|
|
32
|
+
const Uniform = "Uniform";
|
|
33
|
+
const Casual = "Casual";
|
|
34
|
+
const Script = "Script";
|
|
35
|
+
const Reset = "Reset";
|
|
36
|
+
const Done = "Done";
|
|
37
|
+
const Color = "Color";
|
|
38
|
+
const Opacity = "Opacity";
|
|
39
|
+
const en = {
|
|
40
|
+
"Audio Player": "Audio Player",
|
|
41
|
+
"Video Player": "Video Player",
|
|
42
|
+
Play: Play,
|
|
43
|
+
Pause: Pause,
|
|
44
|
+
Replay: Replay,
|
|
45
|
+
"Current Time": "Current Time",
|
|
46
|
+
Duration: Duration,
|
|
47
|
+
"Remaining Time": "Remaining Time",
|
|
48
|
+
"Stream Type": "Stream Type",
|
|
49
|
+
LIVE: LIVE,
|
|
50
|
+
"Seek to live, currently behind live": "Seek to live, currently behind live",
|
|
51
|
+
"Seek to live, currently playing live": "Seek to live, currently playing live",
|
|
52
|
+
Loaded: Loaded,
|
|
53
|
+
Progress: Progress,
|
|
54
|
+
"Progress Bar": "Progress Bar",
|
|
55
|
+
"progress bar timing: currentTime={1} duration={2}": "{1} of {2}",
|
|
56
|
+
Fullscreen: Fullscreen,
|
|
57
|
+
"Exit Fullscreen": "Exit Fullscreen",
|
|
58
|
+
Mute: Mute,
|
|
59
|
+
Unmute: Unmute,
|
|
60
|
+
"Playback Rate": "Playback Rate",
|
|
61
|
+
Subtitles: Subtitles,
|
|
62
|
+
"subtitles off": "subtitles off",
|
|
63
|
+
Captions: Captions,
|
|
64
|
+
"captions off": "captions off",
|
|
65
|
+
Chapters: Chapters,
|
|
66
|
+
Descriptions: Descriptions,
|
|
67
|
+
"descriptions off": "descriptions off",
|
|
68
|
+
"Audio Track": "Audio Track",
|
|
69
|
+
"Volume Level": "Volume Level",
|
|
70
|
+
"You aborted the media playback": "You aborted the media playback",
|
|
71
|
+
"A network error caused the media download to fail part-way.": "A network error caused the media download to fail part-way.",
|
|
72
|
+
"The media could not be loaded, either because the server or network failed or because the format is not supported.": "The media could not be loaded, either because the server or network failed or because the format is not supported.",
|
|
73
|
+
"The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "The media playback was aborted due to a corruption problem or because the media used features your browser did not support.",
|
|
74
|
+
"No compatible source was found for this media.": "No compatible source was found for this media.",
|
|
75
|
+
"The media is encrypted and we do not have the keys to decrypt it.": "The media is encrypted and we do not have the keys to decrypt it.",
|
|
76
|
+
"Play Video": "Play Video",
|
|
77
|
+
Close: Close,
|
|
78
|
+
"Close Modal Dialog": "Close Modal Dialog",
|
|
79
|
+
"Modal Window": "Modal Window",
|
|
80
|
+
"This is a modal window": "This is a modal window",
|
|
81
|
+
"This modal can be closed by pressing the Escape key or activating the close button.": "This modal can be closed by pressing the Escape key or activating the close button.",
|
|
82
|
+
", opens captions settings dialog": ", opens captions settings dialog",
|
|
83
|
+
", opens subtitles settings dialog": ", opens subtitles settings dialog",
|
|
84
|
+
", opens descriptions settings dialog": ", opens descriptions settings dialog",
|
|
85
|
+
", selected": ", selected",
|
|
86
|
+
"captions settings": "captions settings",
|
|
87
|
+
"subtitles settings": "subtitles settings",
|
|
88
|
+
"descriptions settings": "descriptions settings",
|
|
89
|
+
Text: Text,
|
|
90
|
+
White: White,
|
|
91
|
+
Black: Black,
|
|
92
|
+
Red: Red,
|
|
93
|
+
Green: Green,
|
|
94
|
+
Blue: Blue,
|
|
95
|
+
Yellow: Yellow,
|
|
96
|
+
Magenta: Magenta,
|
|
97
|
+
Cyan: Cyan,
|
|
98
|
+
Background: Background,
|
|
99
|
+
Window: Window,
|
|
100
|
+
Transparent: Transparent,
|
|
101
|
+
"Semi-Transparent": "Semi-Transparent",
|
|
102
|
+
Opaque: Opaque,
|
|
103
|
+
"Font Size": "Font Size",
|
|
104
|
+
"Text Edge Style": "Text Edge Style",
|
|
105
|
+
None: None,
|
|
106
|
+
Raised: Raised,
|
|
107
|
+
Depressed: Depressed,
|
|
108
|
+
Uniform: Uniform,
|
|
109
|
+
"Drop shadow": "Drop shadow",
|
|
110
|
+
"Font Family": "Font Family",
|
|
111
|
+
"Proportional Sans-Serif": "Proportional Sans-Serif",
|
|
112
|
+
"Monospace Sans-Serif": "Monospace Sans-Serif",
|
|
113
|
+
"Proportional Serif": "Proportional Serif",
|
|
114
|
+
"Monospace Serif": "Monospace Serif",
|
|
115
|
+
Casual: Casual,
|
|
116
|
+
Script: Script,
|
|
117
|
+
"Small Caps": "Small Caps",
|
|
118
|
+
Reset: Reset,
|
|
119
|
+
"restore all settings to the default values": "restore all settings to the default values",
|
|
120
|
+
Done: Done,
|
|
121
|
+
"Caption Settings Dialog": "Caption Settings Dialog",
|
|
122
|
+
"Beginning of dialog window. Escape will cancel and close the window.": "Beginning of dialog window. Escape will cancel and close the window.",
|
|
123
|
+
"End of dialog window.": "End of dialog window.",
|
|
124
|
+
"{1} is loading.": "{1} is loading.",
|
|
125
|
+
"Exit Picture-in-Picture": "Exit Picture-in-Picture",
|
|
126
|
+
"Picture-in-Picture": "Picture-in-Picture",
|
|
127
|
+
"No content": "No content",
|
|
128
|
+
Color: Color,
|
|
129
|
+
Opacity: Opacity,
|
|
130
|
+
"Text Background": "Text Background",
|
|
131
|
+
"Caption Area Background": "Caption Area Background",
|
|
132
|
+
"Playing in Picture-in-Picture": "Playing in Picture-in-Picture",
|
|
133
|
+
"Skip backward {1} seconds": "Skip backward {1} seconds",
|
|
134
|
+
"Skip forward {1} seconds": "Skip forward {1} seconds"
|
|
135
|
+
};
|
|
136
|
+
|
|
137
|
+
const videoPlayerLocale = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
138
|
+
__proto__: null,
|
|
139
|
+
Background,
|
|
140
|
+
Black,
|
|
141
|
+
Blue,
|
|
142
|
+
Captions,
|
|
143
|
+
Casual,
|
|
144
|
+
Chapters,
|
|
145
|
+
Close,
|
|
146
|
+
Color,
|
|
147
|
+
Cyan,
|
|
148
|
+
Depressed,
|
|
149
|
+
Descriptions,
|
|
150
|
+
Done,
|
|
151
|
+
Duration,
|
|
152
|
+
Fullscreen,
|
|
153
|
+
Green,
|
|
154
|
+
LIVE,
|
|
155
|
+
Loaded,
|
|
156
|
+
Magenta,
|
|
157
|
+
Mute,
|
|
158
|
+
None,
|
|
159
|
+
Opacity,
|
|
160
|
+
Opaque,
|
|
161
|
+
Pause,
|
|
162
|
+
Play,
|
|
163
|
+
Progress,
|
|
164
|
+
Raised,
|
|
165
|
+
Red,
|
|
166
|
+
Replay,
|
|
167
|
+
Reset,
|
|
168
|
+
Script,
|
|
169
|
+
Subtitles,
|
|
170
|
+
Text,
|
|
171
|
+
Transparent,
|
|
172
|
+
Uniform,
|
|
173
|
+
Unmute,
|
|
174
|
+
White,
|
|
175
|
+
Window,
|
|
176
|
+
Yellow,
|
|
177
|
+
default: en
|
|
178
|
+
}, Symbol.toStringTag, { value: 'Module' }));
|
|
179
|
+
|
|
1
180
|
const enUS = {
|
|
2
181
|
datePicker: {
|
|
3
182
|
months: {
|
|
@@ -114,9 +293,28 @@ const enUS = {
|
|
|
114
293
|
splitButton: {
|
|
115
294
|
showMoreActionsLabel: "Show more actions"
|
|
116
295
|
},
|
|
296
|
+
videoPlayer: videoPlayerLocale,
|
|
117
297
|
rangeSlider: {
|
|
118
298
|
startThumbLabel: "min",
|
|
119
299
|
endThumbLabel: "max"
|
|
300
|
+
},
|
|
301
|
+
dialPad: {
|
|
302
|
+
inputLabel: "Phone number",
|
|
303
|
+
deleteButtonLabel: "Delete",
|
|
304
|
+
callButtonLabel: "Call",
|
|
305
|
+
endCallButtonLabel: "End call",
|
|
306
|
+
digitOneLabel: "1",
|
|
307
|
+
digitTwoLabel: "2 ABC",
|
|
308
|
+
digitThreeLabel: "3 DEF",
|
|
309
|
+
digitFourLabel: "4 GHI",
|
|
310
|
+
digitFiveLabel: "5 JKL",
|
|
311
|
+
digitSixLabel: "6 MNO",
|
|
312
|
+
digitSevenLabel: "7 PQRS",
|
|
313
|
+
digitEightLabel: "8 TUV",
|
|
314
|
+
digitNineLabel: "9 WXYZ",
|
|
315
|
+
digitAsteriskLabel: "*",
|
|
316
|
+
digitZeroLabel: "0",
|
|
317
|
+
digitHashtagLabel: "#"
|
|
120
318
|
}
|
|
121
319
|
};
|
|
122
320
|
|