@vonage/vivid 3.52.0 → 3.54.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (299) 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/appearance-ui/index.cjs +1 -1
  9. package/appearance-ui/index.js +1 -1
  10. package/audio-player/index.cjs +3 -3
  11. package/audio-player/index.js +3 -3
  12. package/avatar/index.cjs +1 -1
  13. package/avatar/index.js +1 -1
  14. package/badge/index.cjs +1 -1
  15. package/badge/index.js +1 -1
  16. package/banner/index.cjs +2 -2
  17. package/banner/index.js +2 -2
  18. package/breadcrumb-item/index.cjs +1 -1
  19. package/breadcrumb-item/index.js +1 -1
  20. package/button/index.cjs +2 -2
  21. package/button/index.js +2 -2
  22. package/card/index.cjs +2 -2
  23. package/card/index.js +2 -2
  24. package/checkbox/index.cjs +3 -2
  25. package/checkbox/index.js +3 -2
  26. package/combobox/index.cjs +5 -5
  27. package/combobox/index.js +5 -5
  28. package/custom-elements.json +1162 -99
  29. package/data-grid/index.cjs +1 -1
  30. package/data-grid/index.js +1 -1
  31. package/date-picker/index.cjs +7 -6
  32. package/date-picker/index.js +7 -6
  33. package/date-range-picker/index.cjs +7 -6
  34. package/date-range-picker/index.js +7 -6
  35. package/dial-pad/index.cjs +33 -0
  36. package/dial-pad/index.js +31 -0
  37. package/dialog/index.cjs +4 -4
  38. package/dialog/index.js +4 -4
  39. package/divider/index.cjs +1 -1
  40. package/divider/index.js +1 -1
  41. package/elevation/index.cjs +1 -1
  42. package/elevation/index.js +1 -1
  43. package/empty-state/index.cjs +2 -2
  44. package/empty-state/index.js +2 -2
  45. package/fab/index.cjs +2 -2
  46. package/fab/index.js +2 -2
  47. package/file-picker/index.cjs +4 -3
  48. package/file-picker/index.js +4 -3
  49. package/header/index.cjs +2 -2
  50. package/header/index.js +2 -2
  51. package/icon/index.cjs +1 -1
  52. package/icon/index.js +1 -1
  53. package/index.cjs +132 -122
  54. package/index.js +46 -43
  55. package/layout/index.cjs +1 -1
  56. package/layout/index.js +1 -1
  57. package/lib/appearance-ui/appearance-ui.d.ts +1 -1
  58. package/lib/audio-player/audio-player.d.ts +4 -0
  59. package/lib/audio-player/locale.d.ts +2 -0
  60. package/lib/components.d.ts +2 -0
  61. package/lib/dial-pad/definition.d.ts +3 -0
  62. package/lib/dial-pad/dial-pad.d.ts +17 -0
  63. package/lib/dial-pad/dial-pad.template.d.ts +4 -0
  64. package/lib/dial-pad/locale.d.ts +18 -0
  65. package/lib/enums.d.ts +7 -0
  66. package/lib/menu/menu.d.ts +1 -0
  67. package/lib/nav-disclosure/nav-disclosure.d.ts +5 -0
  68. package/lib/text-anchor/definition.d.ts +1 -0
  69. package/lib/text-anchor/text-anchor.d.ts +5 -0
  70. package/lib/video-player/definition.d.ts +3 -0
  71. package/lib/video-player/locale.d.ts +1 -0
  72. package/lib/video-player/video-player.d.ts +17 -0
  73. package/lib/video-player/video-player.template.d.ts +4 -0
  74. package/lib/video-player/vivid-video-svg.d.ts +1 -0
  75. package/listbox/index.cjs +2 -2
  76. package/listbox/index.js +2 -2
  77. package/locales/en-GB.cjs +33 -1
  78. package/locales/en-GB.js +33 -1
  79. package/locales/en-US.cjs +201 -1
  80. package/locales/en-US.js +201 -1
  81. package/locales/ja-JP.cjs +200 -1
  82. package/locales/ja-JP.js +200 -1
  83. package/locales/zh-CN.cjs +202 -1
  84. package/locales/zh-CN.js +202 -1
  85. package/menu/index.cjs +6 -6
  86. package/menu/index.js +6 -6
  87. package/menu-item/index.cjs +2 -2
  88. package/menu-item/index.js +2 -2
  89. package/nav/index.cjs +1 -1
  90. package/nav/index.js +1 -1
  91. package/nav-disclosure/index.cjs +2 -2
  92. package/nav-disclosure/index.js +2 -2
  93. package/nav-item/index.cjs +2 -2
  94. package/nav-item/index.js +2 -2
  95. package/note/index.cjs +2 -2
  96. package/note/index.js +2 -2
  97. package/number-field/index.cjs +5 -4
  98. package/number-field/index.js +5 -4
  99. package/option/index.cjs +2 -2
  100. package/option/index.js +2 -2
  101. package/package.json +1 -1
  102. package/pagination/index.cjs +3 -3
  103. package/pagination/index.js +3 -3
  104. package/popup/index.cjs +4 -4
  105. package/popup/index.js +4 -4
  106. package/progress/index.cjs +1 -1
  107. package/progress/index.js +1 -1
  108. package/progress-ring/index.cjs +1 -1
  109. package/progress-ring/index.js +1 -1
  110. package/radio/index.cjs +1 -1
  111. package/radio/index.js +1 -1
  112. package/radio-group/index.cjs +1 -1
  113. package/radio-group/index.js +1 -1
  114. package/range-slider/index.cjs +2 -2
  115. package/range-slider/index.js +2 -2
  116. package/select/index.cjs +7 -6
  117. package/select/index.js +7 -6
  118. package/selectable-box/index.cjs +5 -4
  119. package/selectable-box/index.js +5 -4
  120. package/shared/applyMixinsWithObservables.cjs +15 -0
  121. package/shared/applyMixinsWithObservables.js +13 -0
  122. package/shared/definition.cjs +1 -1
  123. package/shared/definition.js +1 -1
  124. package/shared/definition11.cjs +3 -3
  125. package/shared/definition11.js +3 -3
  126. package/shared/definition14.cjs +2 -2
  127. package/shared/definition14.js +2 -2
  128. package/shared/definition15.cjs +8 -9
  129. package/shared/definition15.js +8 -9
  130. package/shared/definition16.cjs +3 -3
  131. package/shared/definition16.js +3 -3
  132. package/shared/definition17.cjs +2 -2
  133. package/shared/definition17.js +3 -3
  134. package/shared/definition18.cjs +3 -3
  135. package/shared/definition18.js +3 -3
  136. package/shared/definition19.cjs +3 -3
  137. package/shared/definition19.js +3 -3
  138. package/shared/definition20.cjs +196 -224
  139. package/shared/definition20.js +191 -219
  140. package/shared/definition21.cjs +264 -67
  141. package/shared/definition21.js +263 -65
  142. package/shared/definition22.cjs +66 -57
  143. package/shared/definition22.js +64 -56
  144. package/shared/definition23.cjs +42 -76
  145. package/shared/definition23.js +41 -75
  146. package/shared/definition24.cjs +70 -2402
  147. package/shared/definition24.js +69 -2401
  148. package/shared/definition25.cjs +2402 -46
  149. package/shared/definition25.js +2401 -45
  150. package/shared/definition26.cjs +63 -30
  151. package/shared/definition26.js +62 -29
  152. package/shared/definition27.cjs +28 -56
  153. package/shared/definition27.js +27 -55
  154. package/shared/definition28.cjs +35 -881
  155. package/shared/definition28.js +34 -879
  156. package/shared/definition29.cjs +922 -60
  157. package/shared/definition29.js +922 -61
  158. package/shared/definition30.cjs +68 -86
  159. package/shared/definition30.js +67 -85
  160. package/shared/definition31.cjs +98 -21
  161. package/shared/definition31.js +98 -21
  162. package/shared/definition32.cjs +24 -12
  163. package/shared/definition32.js +23 -11
  164. package/shared/definition33.cjs +11 -50
  165. package/shared/definition33.js +10 -49
  166. package/shared/definition34.cjs +26 -515
  167. package/shared/definition34.js +26 -515
  168. package/shared/definition35.cjs +448 -194
  169. package/shared/definition35.js +448 -192
  170. package/shared/definition36.cjs +256 -202
  171. package/shared/definition36.js +253 -201
  172. package/shared/definition37.cjs +204 -65
  173. package/shared/definition37.js +203 -63
  174. package/shared/definition38.cjs +63 -57
  175. package/shared/definition38.js +60 -55
  176. package/shared/definition39.cjs +65 -432
  177. package/shared/definition39.js +64 -431
  178. package/shared/definition4.cjs +2 -2
  179. package/shared/definition4.js +2 -2
  180. package/shared/definition40.cjs +441 -34
  181. package/shared/definition40.js +438 -31
  182. package/shared/definition41.cjs +34 -576
  183. package/shared/definition41.js +33 -575
  184. package/shared/definition42.cjs +531 -654
  185. package/shared/definition42.js +531 -654
  186. package/shared/definition43.cjs +690 -114
  187. package/shared/definition43.js +689 -113
  188. package/shared/definition44.cjs +124 -79
  189. package/shared/definition44.js +122 -77
  190. package/shared/definition45.cjs +78 -520
  191. package/shared/definition45.js +77 -518
  192. package/shared/definition46.cjs +520 -119
  193. package/shared/definition46.js +518 -118
  194. package/shared/definition47.cjs +118 -135
  195. package/shared/definition47.js +117 -134
  196. package/shared/definition48.cjs +151 -19
  197. package/shared/definition48.js +150 -18
  198. package/shared/definition49.cjs +21 -84
  199. package/shared/definition49.js +20 -83
  200. package/shared/definition5.cjs +100 -19
  201. package/shared/definition5.js +100 -19
  202. package/shared/definition50.cjs +52 -505
  203. package/shared/definition50.js +51 -504
  204. package/shared/definition51.cjs +526 -28
  205. package/shared/definition51.js +525 -27
  206. package/shared/definition52.cjs +28 -123
  207. package/shared/definition52.js +26 -122
  208. package/shared/definition53.cjs +110 -309
  209. package/shared/definition53.js +110 -308
  210. package/shared/definition54.cjs +255 -271
  211. package/shared/definition54.js +255 -271
  212. package/shared/definition55.cjs +315 -776
  213. package/shared/definition55.js +314 -775
  214. package/shared/definition56.cjs +818 -107
  215. package/shared/definition56.js +817 -106
  216. package/shared/definition57.cjs +85 -55
  217. package/shared/definition57.js +84 -54
  218. package/shared/definition58.cjs +125 -72
  219. package/shared/definition58.js +124 -71
  220. package/shared/definition59.cjs +72 -285
  221. package/shared/definition59.js +73 -286
  222. package/shared/definition6.cjs +1 -1
  223. package/shared/definition6.js +1 -1
  224. package/shared/definition60.cjs +298 -39
  225. package/shared/definition60.js +297 -38
  226. package/shared/definition61.cjs +66044 -1687
  227. package/shared/definition61.js +66043 -1686
  228. package/shared/definition62.cjs +50 -0
  229. package/shared/definition62.js +46 -0
  230. package/shared/definition63.cjs +1828 -0
  231. package/shared/definition63.js +1824 -0
  232. package/shared/definition7.cjs +2 -2
  233. package/shared/definition7.js +2 -2
  234. package/shared/definition8.cjs +2 -2
  235. package/shared/definition8.js +2 -2
  236. package/shared/definition9.cjs +1 -1
  237. package/shared/definition9.js +1 -1
  238. package/shared/enums.cjs +9 -0
  239. package/shared/enums.js +9 -1
  240. package/shared/icon.cjs +20 -2
  241. package/shared/icon.js +21 -3
  242. package/shared/index2.cjs +73 -37
  243. package/shared/index2.js +73 -37
  244. package/shared/key-codes2.js +1 -1
  245. package/shared/listbox.cjs +1 -1
  246. package/shared/listbox.js +1 -1
  247. package/shared/localization/Locale.d.ts +4 -0
  248. package/shared/patterns/form-elements/form-elements.d.ts +2 -3
  249. package/shared/presentationDate.cjs +16 -5
  250. package/shared/presentationDate.js +16 -5
  251. package/shared/text-anchor.cjs +6 -0
  252. package/shared/text-anchor.js +6 -0
  253. package/shared/text-anchor.template.cjs +6 -1
  254. package/shared/text-anchor.template.js +6 -1
  255. package/shared/text-field.cjs +1 -1
  256. package/shared/text-field.js +1 -1
  257. package/shared/utils/applyMixinsWithObservables.d.ts +1 -0
  258. package/shared/utils/numberConverter.d.ts +2 -0
  259. package/side-drawer/index.cjs +1 -1
  260. package/side-drawer/index.js +1 -1
  261. package/slider/index.cjs +1 -1
  262. package/slider/index.js +1 -1
  263. package/split-button/index.cjs +2 -2
  264. package/split-button/index.js +2 -2
  265. package/styles/core/all.css +1 -1
  266. package/styles/core/theme.css +1 -1
  267. package/styles/core/typography.css +1 -1
  268. package/styles/tokens/theme-dark.css +4 -4
  269. package/styles/tokens/theme-light.css +4 -4
  270. package/styles/tokens/vivid-2-compat.css +1 -1
  271. package/switch/index.cjs +2 -2
  272. package/switch/index.js +2 -2
  273. package/tab/index.cjs +2 -2
  274. package/tab/index.js +2 -2
  275. package/tab-panel/index.cjs +1 -1
  276. package/tab-panel/index.js +1 -1
  277. package/tabs/index.cjs +4 -4
  278. package/tabs/index.js +4 -4
  279. package/tag/index.cjs +2 -2
  280. package/tag/index.js +2 -2
  281. package/tag-group/index.cjs +1 -1
  282. package/tag-group/index.js +1 -1
  283. package/text-area/index.cjs +4 -3
  284. package/text-area/index.js +4 -3
  285. package/text-field/index.cjs +4 -3
  286. package/text-field/index.js +4 -3
  287. package/time-picker/index.cjs +8 -7
  288. package/time-picker/index.js +8 -7
  289. package/toggletip/index.cjs +5 -5
  290. package/toggletip/index.js +5 -5
  291. package/tooltip/index.cjs +5 -5
  292. package/tooltip/index.js +5 -5
  293. package/tree-item/index.cjs +2 -2
  294. package/tree-item/index.js +2 -2
  295. package/tree-view/index.cjs +1 -1
  296. package/tree-view/index.js +1 -1
  297. package/video-player/index.cjs +17 -0
  298. package/video-player/index.js +15 -0
  299. package/vivid.api.json +332 -0
@@ -0,0 +1,17 @@
1
+ import { FoundationElement } from '@microsoft/fast-foundation';
2
+ import { MediaSkipBy } from '../enums';
3
+ import { Localized } from '../../shared/patterns';
4
+ export declare const DEFAULT_PLAYBACK_RATES = "0.5, 1, 1.5, 2";
5
+ export declare class VideoPlayer extends FoundationElement {
6
+ #private;
7
+ poster?: string;
8
+ src?: string;
9
+ autoplay: boolean;
10
+ loop: boolean;
11
+ playbackRates: string;
12
+ skipBy: MediaSkipBy;
13
+ connectedCallback(): void;
14
+ disconnectedCallback(): void;
15
+ }
16
+ export interface VideoPlayer extends Localized {
17
+ }
@@ -0,0 +1,4 @@
1
+ import type { ViewTemplate } from '@microsoft/fast-element';
2
+ import type { ElementDefinitionContext, FoundationElementDefinition } from '@microsoft/fast-foundation';
3
+ import { VideoPlayer } from './video-player';
4
+ export declare const VideoPlayerTemplate: (context: ElementDefinitionContext, definition: FoundationElementDefinition) => ViewTemplate<VideoPlayer>;
@@ -0,0 +1 @@
1
+ export declare function renderSvgIcons(): import("@microsoft/fast-element").ViewTemplate<any, any>;
package/listbox/index.cjs CHANGED
@@ -1,11 +1,11 @@
1
1
  'use strict';
2
2
 
3
3
  const index = require('../shared/index.cjs');
4
- const definition = require('../shared/definition35.cjs');
4
+ const definition = require('../shared/definition36.cjs');
5
5
  const listbox = require('../shared/listbox.cjs');
6
6
  const slotted = require('../shared/slotted.cjs');
7
7
  const classNames = require('../shared/class-names.cjs');
8
- require('../shared/definition26.cjs');
8
+ require('../shared/definition27.cjs');
9
9
  require('../shared/icon.cjs');
10
10
  require('../shared/_has.cjs');
11
11
  require('../shared/when.cjs');
package/listbox/index.js CHANGED
@@ -1,9 +1,9 @@
1
1
  import { h as html, r as registerFactory } from '../shared/index.js';
2
- import { a as listboxOptionRegistries } from '../shared/definition35.js';
2
+ import { a as listboxOptionRegistries } from '../shared/definition36.js';
3
3
  import { L as ListboxElement, a as Listbox } from '../shared/listbox.js';
4
4
  import { s as slotted } from '../shared/slotted.js';
5
5
  import { c as classNames } from '../shared/class-names.js';
6
- import '../shared/definition26.js';
6
+ import '../shared/definition27.js';
7
7
  import '../shared/icon.js';
8
8
  import '../shared/_has.js';
9
9
  import '../shared/when.js';
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: {
@@ -98,7 +109,9 @@ const enGB = {
98
109
  audioPlayer: {
99
110
  playButtonLabel: "Play",
100
111
  pauseButtonLabel: "Pause",
101
- sliderLabel: "Audio progress bar"
112
+ sliderLabel: "Audio progress bar",
113
+ skipForwardButton: "Skip Forward",
114
+ skipBackwardButton: "Skip Backward"
102
115
  },
103
116
  alert: {
104
117
  dismissButtonLabel: "Close"
@@ -116,9 +129,28 @@ const enGB = {
116
129
  splitButton: {
117
130
  showMoreActionsLabel: "Show more actions"
118
131
  },
132
+ videoPlayer: videoPlayerLocale,
119
133
  rangeSlider: {
120
134
  startThumbLabel: "min",
121
135
  endThumbLabel: "max"
136
+ },
137
+ dialPad: {
138
+ inputLabel: "Phone number",
139
+ deleteButtonLabel: "Delete",
140
+ callButtonLabel: "Call",
141
+ endCallButtonLabel: "End call",
142
+ digitOneLabel: "1",
143
+ digitTwoLabel: "2 ABC",
144
+ digitThreeLabel: "3 DEF",
145
+ digitFourLabel: "4 GHI",
146
+ digitFiveLabel: "5 JKL",
147
+ digitSixLabel: "6 MNO",
148
+ digitSevenLabel: "7 PQRS",
149
+ digitEightLabel: "8 TUV",
150
+ digitNineLabel: "9 WXYZ",
151
+ digitAsteriskLabel: "*",
152
+ digitZeroLabel: "0",
153
+ digitHashtagLabel: "#"
122
154
  }
123
155
  };
124
156
 
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: {
@@ -96,7 +107,9 @@ const enGB = {
96
107
  audioPlayer: {
97
108
  playButtonLabel: "Play",
98
109
  pauseButtonLabel: "Pause",
99
- sliderLabel: "Audio progress bar"
110
+ sliderLabel: "Audio progress bar",
111
+ skipForwardButton: "Skip Forward",
112
+ skipBackwardButton: "Skip Backward"
100
113
  },
101
114
  alert: {
102
115
  dismissButtonLabel: "Close"
@@ -114,9 +127,28 @@ const enGB = {
114
127
  splitButton: {
115
128
  showMoreActionsLabel: "Show more actions"
116
129
  },
130
+ videoPlayer: videoPlayerLocale,
117
131
  rangeSlider: {
118
132
  startThumbLabel: "min",
119
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: "#"
120
152
  }
121
153
  };
122
154
 
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: {
@@ -98,7 +277,9 @@ const enUS = {
98
277
  audioPlayer: {
99
278
  playButtonLabel: "Play",
100
279
  pauseButtonLabel: "Pause",
101
- sliderLabel: "Audio progress bar"
280
+ sliderLabel: "Audio progress bar",
281
+ skipForwardButton: "Skip Forward",
282
+ skipBackwardButton: "Skip Backward"
102
283
  },
103
284
  alert: {
104
285
  dismissButtonLabel: "Close"
@@ -116,9 +297,28 @@ const enUS = {
116
297
  splitButton: {
117
298
  showMoreActionsLabel: "Show more actions"
118
299
  },
300
+ videoPlayer: videoPlayerLocale,
119
301
  rangeSlider: {
120
302
  startThumbLabel: "min",
121
303
  endThumbLabel: "max"
304
+ },
305
+ dialPad: {
306
+ inputLabel: "Phone number",
307
+ deleteButtonLabel: "Delete",
308
+ callButtonLabel: "Call",
309
+ endCallButtonLabel: "End call",
310
+ digitOneLabel: "1",
311
+ digitTwoLabel: "2 ABC",
312
+ digitThreeLabel: "3 DEF",
313
+ digitFourLabel: "4 GHI",
314
+ digitFiveLabel: "5 JKL",
315
+ digitSixLabel: "6 MNO",
316
+ digitSevenLabel: "7 PQRS",
317
+ digitEightLabel: "8 TUV",
318
+ digitNineLabel: "9 WXYZ",
319
+ digitAsteriskLabel: "*",
320
+ digitZeroLabel: "0",
321
+ digitHashtagLabel: "#"
122
322
  }
123
323
  };
124
324
 
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: {
@@ -96,7 +275,9 @@ const enUS = {
96
275
  audioPlayer: {
97
276
  playButtonLabel: "Play",
98
277
  pauseButtonLabel: "Pause",
99
- sliderLabel: "Audio progress bar"
278
+ sliderLabel: "Audio progress bar",
279
+ skipForwardButton: "Skip Forward",
280
+ skipBackwardButton: "Skip Backward"
100
281
  },
101
282
  alert: {
102
283
  dismissButtonLabel: "Close"
@@ -114,9 +295,28 @@ const enUS = {
114
295
  splitButton: {
115
296
  showMoreActionsLabel: "Show more actions"
116
297
  },
298
+ videoPlayer: videoPlayerLocale,
117
299
  rangeSlider: {
118
300
  startThumbLabel: "min",
119
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: "#"
120
320
  }
121
321
  };
122
322