@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.
Files changed (289) hide show
  1. package/README.md +1 -1
  2. package/accordion/index.cjs +1 -1
  3. package/accordion/index.js +1 -1
  4. package/accordion-item/index.cjs +1 -1
  5. package/accordion-item/index.js +1 -1
  6. package/alert/index.cjs +3 -3
  7. package/alert/index.js +3 -3
  8. package/audio-player/index.cjs +3 -3
  9. package/audio-player/index.js +3 -3
  10. package/avatar/index.cjs +1 -1
  11. package/avatar/index.js +1 -1
  12. package/badge/index.cjs +1 -1
  13. package/badge/index.js +1 -1
  14. package/banner/index.cjs +2 -2
  15. package/banner/index.js +2 -2
  16. package/breadcrumb-item/index.cjs +1 -1
  17. package/breadcrumb-item/index.js +1 -1
  18. package/button/index.cjs +2 -2
  19. package/button/index.js +2 -2
  20. package/card/index.cjs +2 -2
  21. package/card/index.js +2 -2
  22. package/checkbox/index.cjs +3 -2
  23. package/checkbox/index.js +3 -2
  24. package/combobox/index.cjs +5 -5
  25. package/combobox/index.js +5 -5
  26. package/custom-elements.json +717 -4
  27. package/data-grid/index.cjs +1 -1
  28. package/data-grid/index.js +1 -1
  29. package/date-picker/index.cjs +7 -6
  30. package/date-picker/index.js +7 -6
  31. package/date-range-picker/index.cjs +7 -6
  32. package/date-range-picker/index.js +7 -6
  33. package/dial-pad/index.cjs +33 -0
  34. package/dial-pad/index.js +31 -0
  35. package/dialog/index.cjs +4 -4
  36. package/dialog/index.js +4 -4
  37. package/divider/index.cjs +1 -1
  38. package/divider/index.js +1 -1
  39. package/elevation/index.cjs +1 -1
  40. package/elevation/index.js +1 -1
  41. package/empty-state/index.cjs +2 -2
  42. package/empty-state/index.js +2 -2
  43. package/fab/index.cjs +2 -2
  44. package/fab/index.js +2 -2
  45. package/file-picker/index.cjs +4 -3
  46. package/file-picker/index.js +4 -3
  47. package/header/index.cjs +2 -2
  48. package/header/index.js +2 -2
  49. package/icon/index.cjs +1 -1
  50. package/icon/index.js +1 -1
  51. package/index.cjs +132 -122
  52. package/index.js +46 -43
  53. package/layout/index.cjs +1 -1
  54. package/layout/index.js +1 -1
  55. package/lib/components.d.ts +2 -0
  56. package/lib/dial-pad/definition.d.ts +3 -0
  57. package/lib/dial-pad/dial-pad.d.ts +14 -0
  58. package/lib/dial-pad/dial-pad.template.d.ts +4 -0
  59. package/lib/dial-pad/locale.d.ts +18 -0
  60. package/lib/enums.d.ts +6 -0
  61. package/lib/text-anchor/definition.d.ts +1 -0
  62. package/lib/text-anchor/text-anchor.d.ts +5 -0
  63. package/lib/video-player/definition.d.ts +3 -0
  64. package/lib/video-player/locale.d.ts +1 -0
  65. package/lib/video-player/video-player.d.ts +17 -0
  66. package/lib/video-player/video-player.template.d.ts +4 -0
  67. package/listbox/index.cjs +2 -2
  68. package/listbox/index.js +2 -2
  69. package/locales/en-GB.cjs +30 -0
  70. package/locales/en-GB.js +30 -0
  71. package/locales/en-US.cjs +198 -0
  72. package/locales/en-US.js +198 -0
  73. package/locales/ja-JP.cjs +197 -0
  74. package/locales/ja-JP.js +197 -0
  75. package/locales/zh-CN.cjs +199 -0
  76. package/locales/zh-CN.js +199 -0
  77. package/menu/index.cjs +6 -6
  78. package/menu/index.js +6 -6
  79. package/menu-item/index.cjs +2 -2
  80. package/menu-item/index.js +2 -2
  81. package/nav/index.cjs +1 -1
  82. package/nav/index.js +1 -1
  83. package/nav-disclosure/index.cjs +2 -2
  84. package/nav-disclosure/index.js +2 -2
  85. package/nav-item/index.cjs +2 -2
  86. package/nav-item/index.js +2 -2
  87. package/note/index.cjs +2 -2
  88. package/note/index.js +2 -2
  89. package/number-field/index.cjs +5 -4
  90. package/number-field/index.js +5 -4
  91. package/option/index.cjs +2 -2
  92. package/option/index.js +2 -2
  93. package/package.json +1 -1
  94. package/pagination/index.cjs +3 -3
  95. package/pagination/index.js +3 -3
  96. package/popup/index.cjs +4 -4
  97. package/popup/index.js +4 -4
  98. package/progress/index.cjs +1 -1
  99. package/progress/index.js +1 -1
  100. package/progress-ring/index.cjs +1 -1
  101. package/progress-ring/index.js +1 -1
  102. package/radio/index.cjs +1 -1
  103. package/radio/index.js +1 -1
  104. package/radio-group/index.cjs +1 -1
  105. package/radio-group/index.js +1 -1
  106. package/range-slider/index.cjs +2 -2
  107. package/range-slider/index.js +2 -2
  108. package/select/index.cjs +7 -6
  109. package/select/index.js +7 -6
  110. package/selectable-box/index.cjs +5 -4
  111. package/selectable-box/index.js +5 -4
  112. package/shared/applyMixinsWithObservables.cjs +15 -0
  113. package/shared/applyMixinsWithObservables.js +13 -0
  114. package/shared/definition.cjs +1 -1
  115. package/shared/definition.js +1 -1
  116. package/shared/definition11.cjs +3 -3
  117. package/shared/definition11.js +3 -3
  118. package/shared/definition14.cjs +2 -2
  119. package/shared/definition14.js +2 -2
  120. package/shared/definition15.cjs +8 -9
  121. package/shared/definition15.js +8 -9
  122. package/shared/definition16.cjs +3 -3
  123. package/shared/definition16.js +3 -3
  124. package/shared/definition17.cjs +2 -2
  125. package/shared/definition17.js +3 -3
  126. package/shared/definition18.cjs +3 -3
  127. package/shared/definition18.js +3 -3
  128. package/shared/definition19.cjs +3 -3
  129. package/shared/definition19.js +3 -3
  130. package/shared/definition20.cjs +186 -227
  131. package/shared/definition20.js +181 -222
  132. package/shared/definition21.cjs +264 -67
  133. package/shared/definition21.js +263 -65
  134. package/shared/definition22.cjs +66 -57
  135. package/shared/definition22.js +64 -56
  136. package/shared/definition23.cjs +42 -76
  137. package/shared/definition23.js +41 -75
  138. package/shared/definition24.cjs +70 -2402
  139. package/shared/definition24.js +69 -2401
  140. package/shared/definition25.cjs +2402 -46
  141. package/shared/definition25.js +2401 -45
  142. package/shared/definition26.cjs +63 -30
  143. package/shared/definition26.js +62 -29
  144. package/shared/definition27.cjs +28 -56
  145. package/shared/definition27.js +27 -55
  146. package/shared/definition28.cjs +35 -881
  147. package/shared/definition28.js +34 -879
  148. package/shared/definition29.cjs +893 -60
  149. package/shared/definition29.js +893 -61
  150. package/shared/definition30.cjs +68 -86
  151. package/shared/definition30.js +67 -85
  152. package/shared/definition31.cjs +86 -21
  153. package/shared/definition31.js +86 -21
  154. package/shared/definition32.cjs +24 -12
  155. package/shared/definition32.js +23 -11
  156. package/shared/definition33.cjs +11 -50
  157. package/shared/definition33.js +10 -49
  158. package/shared/definition34.cjs +26 -515
  159. package/shared/definition34.js +26 -515
  160. package/shared/definition35.cjs +448 -194
  161. package/shared/definition35.js +448 -192
  162. package/shared/definition36.cjs +256 -202
  163. package/shared/definition36.js +253 -201
  164. package/shared/definition37.cjs +204 -65
  165. package/shared/definition37.js +203 -63
  166. package/shared/definition38.cjs +63 -57
  167. package/shared/definition38.js +60 -55
  168. package/shared/definition39.cjs +65 -432
  169. package/shared/definition39.js +64 -431
  170. package/shared/definition4.cjs +2 -2
  171. package/shared/definition4.js +2 -2
  172. package/shared/definition40.cjs +441 -34
  173. package/shared/definition40.js +438 -31
  174. package/shared/definition41.cjs +34 -576
  175. package/shared/definition41.js +33 -575
  176. package/shared/definition42.cjs +531 -654
  177. package/shared/definition42.js +531 -654
  178. package/shared/definition43.cjs +690 -114
  179. package/shared/definition43.js +689 -113
  180. package/shared/definition44.cjs +124 -79
  181. package/shared/definition44.js +122 -77
  182. package/shared/definition45.cjs +78 -520
  183. package/shared/definition45.js +77 -518
  184. package/shared/definition46.cjs +520 -119
  185. package/shared/definition46.js +518 -118
  186. package/shared/definition47.cjs +118 -135
  187. package/shared/definition47.js +117 -134
  188. package/shared/definition48.cjs +151 -19
  189. package/shared/definition48.js +150 -18
  190. package/shared/definition49.cjs +21 -84
  191. package/shared/definition49.js +20 -83
  192. package/shared/definition5.cjs +1 -1
  193. package/shared/definition5.js +1 -1
  194. package/shared/definition50.cjs +52 -505
  195. package/shared/definition50.js +51 -504
  196. package/shared/definition51.cjs +526 -28
  197. package/shared/definition51.js +525 -27
  198. package/shared/definition52.cjs +28 -123
  199. package/shared/definition52.js +26 -122
  200. package/shared/definition53.cjs +110 -309
  201. package/shared/definition53.js +110 -308
  202. package/shared/definition54.cjs +255 -271
  203. package/shared/definition54.js +255 -271
  204. package/shared/definition55.cjs +262 -791
  205. package/shared/definition55.js +261 -790
  206. package/shared/definition56.cjs +818 -107
  207. package/shared/definition56.js +817 -106
  208. package/shared/definition57.cjs +85 -55
  209. package/shared/definition57.js +84 -54
  210. package/shared/definition58.cjs +125 -72
  211. package/shared/definition58.js +124 -71
  212. package/shared/definition59.cjs +72 -285
  213. package/shared/definition59.js +73 -286
  214. package/shared/definition6.cjs +1 -1
  215. package/shared/definition6.js +1 -1
  216. package/shared/definition60.cjs +298 -39
  217. package/shared/definition60.js +297 -38
  218. package/shared/definition61.cjs +65739 -1688
  219. package/shared/definition61.js +65738 -1687
  220. package/shared/definition62.cjs +50 -0
  221. package/shared/definition62.js +46 -0
  222. package/shared/definition63.cjs +1828 -0
  223. package/shared/definition63.js +1824 -0
  224. package/shared/definition7.cjs +2 -2
  225. package/shared/definition7.js +2 -2
  226. package/shared/definition8.cjs +2 -2
  227. package/shared/definition8.js +2 -2
  228. package/shared/definition9.cjs +1 -1
  229. package/shared/definition9.js +1 -1
  230. package/shared/enums.cjs +8 -0
  231. package/shared/enums.js +8 -1
  232. package/shared/index2.cjs +66 -37
  233. package/shared/index2.js +66 -37
  234. package/shared/key-codes2.js +1 -1
  235. package/shared/listbox.cjs +1 -1
  236. package/shared/listbox.js +1 -1
  237. package/shared/localization/Locale.d.ts +4 -0
  238. package/shared/patterns/form-elements/form-elements.d.ts +2 -3
  239. package/shared/presentationDate.cjs +16 -5
  240. package/shared/presentationDate.js +16 -5
  241. package/shared/text-anchor.cjs +6 -0
  242. package/shared/text-anchor.js +6 -0
  243. package/shared/text-anchor.template.cjs +6 -1
  244. package/shared/text-anchor.template.js +6 -1
  245. package/shared/text-field.cjs +1 -1
  246. package/shared/text-field.js +1 -1
  247. package/shared/utils/applyMixinsWithObservables.d.ts +1 -0
  248. package/side-drawer/index.cjs +1 -1
  249. package/side-drawer/index.js +1 -1
  250. package/slider/index.cjs +1 -1
  251. package/slider/index.js +1 -1
  252. package/split-button/index.cjs +2 -2
  253. package/split-button/index.js +2 -2
  254. package/style.css +1 -0
  255. package/styles/core/all.css +1 -1
  256. package/styles/core/theme.css +1 -1
  257. package/styles/core/typography.css +1 -1
  258. package/styles/tokens/theme-dark.css +4 -4
  259. package/styles/tokens/theme-light.css +4 -4
  260. package/styles/tokens/vivid-2-compat.css +1 -1
  261. package/switch/index.cjs +2 -2
  262. package/switch/index.js +2 -2
  263. package/tab/index.cjs +2 -2
  264. package/tab/index.js +2 -2
  265. package/tab-panel/index.cjs +1 -1
  266. package/tab-panel/index.js +1 -1
  267. package/tabs/index.cjs +4 -4
  268. package/tabs/index.js +4 -4
  269. package/tag/index.cjs +2 -2
  270. package/tag/index.js +2 -2
  271. package/tag-group/index.cjs +1 -1
  272. package/tag-group/index.js +1 -1
  273. package/text-area/index.cjs +4 -3
  274. package/text-area/index.js +4 -3
  275. package/text-field/index.cjs +4 -3
  276. package/text-field/index.js +4 -3
  277. package/time-picker/index.cjs +8 -7
  278. package/time-picker/index.js +8 -7
  279. package/toggletip/index.cjs +5 -5
  280. package/toggletip/index.js +5 -5
  281. package/tooltip/index.cjs +5 -5
  282. package/tooltip/index.js +5 -5
  283. package/tree-item/index.cjs +2 -2
  284. package/tree-item/index.js +2 -2
  285. package/tree-view/index.cjs +1 -1
  286. package/tree-view/index.js +1 -1
  287. package/video-player/index.cjs +17 -0
  288. package/video-player/index.js +15 -0
  289. 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