@watermarkinsights/ripple 4.0.0-9 → 4.0.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 (217) hide show
  1. package/dist/cjs/{chartFunctions-33cb3097.js → chartFunctions-f5ded027.js} +1 -1
  2. package/dist/cjs/{functions-833ccc83.js → functions-e7db4a26.js} +67 -824
  3. package/dist/cjs/{global-d57c118b.js → global-b33cf49b.js} +1 -1
  4. package/dist/cjs/{intl-ab07bd0b.js → intl-9ef93563.js} +3 -3
  5. package/dist/cjs/loader.cjs.js +3 -3
  6. package/dist/cjs/priv-chart-popover.cjs.entry.js +1 -1
  7. package/dist/cjs/priv-datepicker.cjs.entry.js +1 -1
  8. package/dist/cjs/ripple.cjs.js +3 -3
  9. package/dist/cjs/wm-action-menu_2.cjs.entry.js +2 -2
  10. package/dist/cjs/wm-button.cjs.entry.js +1 -1
  11. package/dist/cjs/wm-chart.cjs.entry.js +4 -4
  12. package/dist/cjs/wm-datepicker.cjs.entry.js +1 -1
  13. package/dist/cjs/wm-file.cjs.entry.js +7 -4
  14. package/dist/cjs/wm-input.cjs.entry.js +4 -9
  15. package/dist/cjs/wm-line-chart.cjs.entry.js +3 -3
  16. package/dist/cjs/wm-modal-header.cjs.entry.js +2 -2
  17. package/dist/cjs/wm-modal.cjs.entry.js +1 -1
  18. package/dist/cjs/wm-navigation_3.cjs.entry.js +2 -2
  19. package/dist/cjs/wm-navigator.cjs.entry.js +1 -1
  20. package/dist/cjs/wm-option_2.cjs.entry.js +68 -119
  21. package/dist/cjs/wm-pagination.cjs.entry.js +1 -1
  22. package/dist/cjs/wm-progress-indicator_3.cjs.entry.js +4 -4
  23. package/dist/cjs/wm-search.cjs.entry.js +2 -2
  24. package/dist/cjs/wm-snackbar.cjs.entry.js +2 -2
  25. package/dist/cjs/wm-tab-item_3.cjs.entry.js +2 -2
  26. package/dist/cjs/wm-tag-input.cjs.entry.js +521 -617
  27. package/dist/cjs/wm-tag-option.cjs.entry.js +43 -0
  28. package/dist/cjs/wm-timepicker.cjs.entry.js +1 -1
  29. package/dist/cjs/wm-toggletip.cjs.entry.js +1 -1
  30. package/dist/cjs/wm-uploader.cjs.entry.js +2 -2
  31. package/dist/collection/collection-manifest.json +3 -3
  32. package/dist/collection/components/charts/wm-chart/wm-chart.css +0 -1
  33. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-indicator.css +0 -1
  34. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.css +9 -1
  35. package/dist/collection/components/wm-file/wm-file.js +23 -3
  36. package/dist/collection/components/wm-file/wm-file.spec.js +83 -34
  37. package/dist/collection/components/wm-file-list/wm-file-list.spec.js +32 -59
  38. package/dist/collection/components/wm-input/wm-input.js +1 -8
  39. package/dist/collection/components/wm-menuitem/wm-menuitem.js +1 -1
  40. package/dist/collection/components/wm-option/wm-option.css +6 -6
  41. package/dist/collection/components/wm-option/wm-option.js +47 -3
  42. package/dist/collection/components/wm-select/wm-select.e2e.js +60 -114
  43. package/dist/collection/components/wm-select/wm-select.js +80 -141
  44. package/dist/collection/components/wm-select/wm-select.spec.js +9 -11
  45. package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.css +0 -1
  46. package/dist/collection/components/wm-tag-input/wm-tag-input.css +19 -22
  47. package/dist/collection/components/wm-tag-input/wm-tag-input.e2e.js +3 -3
  48. package/dist/collection/components/wm-tag-input/wm-tag-input.js +597 -726
  49. package/dist/collection/components/wm-tag-input/wm-tag-option/wm-tag-option.js +241 -0
  50. package/dist/collection/components/wm-uploader/wm-uploader.e2e.js +26 -47
  51. package/dist/collection/components/wm-uploader/wm-uploader.js +3 -3
  52. package/dist/collection/components/wm-uploader/wm-uploader.spec.js +67 -140
  53. package/dist/collection/global/functions.js +22 -10
  54. package/dist/collection/global/intl.js +2 -2
  55. package/dist/collection/lang/lang.spec.js +2 -2
  56. package/dist/esm/{chartFunctions-36eb2d1a.js → chartFunctions-2a4603c6.js} +1 -1
  57. package/dist/esm/{functions-061ab506.js → functions-358a1a02.js} +66 -824
  58. package/dist/esm/{global-509460f7.js → global-ba03a879.js} +1 -1
  59. package/dist/esm/{intl-d698d52f.js → intl-48057c4d.js} +3 -3
  60. package/dist/esm/loader.js +3 -3
  61. package/dist/esm/polyfills/core-js.js +0 -0
  62. package/dist/esm/polyfills/dom.js +0 -0
  63. package/dist/esm/polyfills/es5-html-element.js +0 -0
  64. package/dist/esm/polyfills/index.js +0 -0
  65. package/dist/esm/polyfills/system.js +0 -0
  66. package/dist/esm/priv-chart-popover.entry.js +1 -1
  67. package/dist/esm/priv-datepicker.entry.js +1 -1
  68. package/dist/esm/ripple.js +3 -3
  69. package/dist/esm/wm-action-menu_2.entry.js +2 -2
  70. package/dist/esm/wm-button.entry.js +1 -1
  71. package/dist/esm/wm-chart.entry.js +4 -4
  72. package/dist/esm/wm-datepicker.entry.js +1 -1
  73. package/dist/esm/wm-file.entry.js +7 -4
  74. package/dist/esm/wm-input.entry.js +4 -9
  75. package/dist/esm/wm-line-chart.entry.js +3 -3
  76. package/dist/esm/wm-modal-header.entry.js +2 -2
  77. package/dist/esm/wm-modal.entry.js +1 -1
  78. package/dist/esm/wm-navigation_3.entry.js +2 -2
  79. package/dist/esm/wm-navigator.entry.js +1 -1
  80. package/dist/esm/wm-option_2.entry.js +68 -119
  81. package/dist/esm/wm-pagination.entry.js +1 -1
  82. package/dist/esm/wm-progress-indicator_3.entry.js +4 -4
  83. package/dist/esm/wm-search.entry.js +2 -2
  84. package/dist/esm/wm-snackbar.entry.js +2 -2
  85. package/dist/esm/wm-tab-item_3.entry.js +2 -2
  86. package/dist/esm/wm-tag-input.entry.js +522 -618
  87. package/dist/esm/wm-tag-option.entry.js +39 -0
  88. package/dist/esm/wm-timepicker.entry.js +1 -1
  89. package/dist/esm/wm-toggletip.entry.js +1 -1
  90. package/dist/esm/wm-uploader.entry.js +2 -2
  91. package/dist/esm-es5/{chartFunctions-36eb2d1a.js → chartFunctions-2a4603c6.js} +1 -1
  92. package/dist/esm-es5/functions-358a1a02.js +1 -0
  93. package/dist/esm-es5/global-ba03a879.js +1 -0
  94. package/dist/esm-es5/{intl-d698d52f.js → intl-48057c4d.js} +1 -1
  95. package/dist/esm-es5/loader.js +1 -1
  96. package/dist/esm-es5/priv-chart-popover.entry.js +1 -1
  97. package/dist/esm-es5/priv-datepicker.entry.js +1 -1
  98. package/dist/esm-es5/ripple.js +1 -1
  99. package/dist/esm-es5/wm-action-menu_2.entry.js +1 -1
  100. package/dist/esm-es5/wm-button.entry.js +1 -1
  101. package/dist/esm-es5/wm-chart.entry.js +1 -1
  102. package/dist/esm-es5/wm-datepicker.entry.js +1 -1
  103. package/dist/esm-es5/wm-file.entry.js +1 -1
  104. package/dist/esm-es5/wm-input.entry.js +1 -1
  105. package/dist/esm-es5/wm-line-chart.entry.js +1 -1
  106. package/dist/esm-es5/wm-modal-header.entry.js +1 -1
  107. package/dist/esm-es5/wm-modal.entry.js +1 -1
  108. package/dist/esm-es5/wm-navigation_3.entry.js +1 -1
  109. package/dist/esm-es5/wm-navigator.entry.js +1 -1
  110. package/dist/esm-es5/wm-option_2.entry.js +1 -1
  111. package/dist/esm-es5/wm-pagination.entry.js +1 -1
  112. package/dist/esm-es5/wm-progress-indicator_3.entry.js +1 -1
  113. package/dist/esm-es5/wm-search.entry.js +1 -1
  114. package/dist/esm-es5/wm-snackbar.entry.js +1 -1
  115. package/dist/esm-es5/wm-tab-item_3.entry.js +1 -1
  116. package/dist/esm-es5/wm-tag-input.entry.js +1 -1
  117. package/dist/esm-es5/wm-tag-option.entry.js +1 -0
  118. package/dist/esm-es5/wm-timepicker.entry.js +1 -1
  119. package/dist/esm-es5/wm-toggletip.entry.js +1 -1
  120. package/dist/esm-es5/wm-uploader.entry.js +1 -1
  121. package/dist/ripple/{p-3f159fa3.entry.js → p-05ef4092.entry.js} +1 -1
  122. package/dist/ripple/p-11d629cb.system.entry.js +1 -0
  123. package/dist/ripple/p-126fbcdb.entry.js +1 -0
  124. package/dist/ripple/p-12a140e0.system.entry.js +1 -0
  125. package/dist/ripple/{p-e61e2d7f.entry.js → p-191fafc6.entry.js} +1 -1
  126. package/dist/ripple/p-1ab62a21.system.entry.js +1 -0
  127. package/dist/ripple/{p-d8287161.entry.js → p-1e7e2ca4.entry.js} +1 -1
  128. package/dist/ripple/{p-fef28649.system.entry.js → p-1ee49e28.system.entry.js} +1 -1
  129. package/dist/ripple/{p-e82eae12.entry.js → p-299bf10c.entry.js} +1 -1
  130. package/dist/ripple/{p-c20c248a.entry.js → p-2d6bb6d7.entry.js} +1 -1
  131. package/dist/ripple/{p-a31e736a.entry.js → p-366a9608.entry.js} +1 -1
  132. package/dist/ripple/p-3a20b1ed.system.entry.js +1 -0
  133. package/dist/ripple/p-3bb79457.entry.js +1 -0
  134. package/dist/ripple/{p-1f7a67cc.system.js → p-426fa249.system.js} +1 -1
  135. package/dist/ripple/p-44d4705c.system.js +1 -0
  136. package/dist/ripple/p-492dd748.system.entry.js +1 -0
  137. package/dist/ripple/p-4aa8e2cf.entry.js +1 -0
  138. package/dist/ripple/{p-ff891d67.js → p-52f5ec85.js} +1 -1
  139. package/dist/ripple/{p-484d57e1.entry.js → p-546d5c1d.entry.js} +1 -1
  140. package/dist/ripple/{p-d231aed1.system.entry.js → p-585732f7.system.entry.js} +1 -1
  141. package/dist/ripple/p-6767b009.system.js +1 -0
  142. package/dist/ripple/{p-c6ba5d3d.system.entry.js → p-681c9539.system.entry.js} +1 -1
  143. package/dist/ripple/{p-d2c9264d.entry.js → p-68cade03.entry.js} +1 -1
  144. package/dist/ripple/{p-260fd686.system.entry.js → p-6c27afee.system.entry.js} +1 -1
  145. package/dist/ripple/{p-d108107c.entry.js → p-7740db9a.entry.js} +1 -1
  146. package/dist/ripple/{p-055d1c23.system.entry.js → p-7d005413.system.entry.js} +1 -1
  147. package/dist/ripple/{p-c9830db6.system.entry.js → p-7e2c2c46.system.entry.js} +1 -1
  148. package/dist/ripple/p-7fa84884.system.entry.js +1 -0
  149. package/dist/ripple/{p-9a3d8f0b.system.entry.js → p-8b143e9d.system.entry.js} +1 -1
  150. package/dist/ripple/{p-0790bfed.entry.js → p-8ea235b6.entry.js} +1 -1
  151. package/dist/ripple/{p-4eae76a6.entry.js → p-8fadf5dd.entry.js} +1 -1
  152. package/dist/ripple/{p-8df34bf3.system.entry.js → p-94c65a69.system.entry.js} +1 -1
  153. package/dist/ripple/{p-3bd6839a.entry.js → p-9690de6c.entry.js} +1 -1
  154. package/dist/ripple/p-acb0156f.system.entry.js +1 -0
  155. package/dist/ripple/p-ae7290c2.entry.js +1 -0
  156. package/dist/ripple/{p-030b527a.js → p-aea9a33a.js} +1 -1
  157. package/dist/ripple/p-b6e5408c.js +1 -0
  158. package/dist/ripple/p-b75c0973.system.js +1 -0
  159. package/dist/ripple/{p-21f73fee.system.entry.js → p-b858d526.system.entry.js} +1 -1
  160. package/dist/ripple/{p-40b5b7d1.system.entry.js → p-b92c2e16.system.entry.js} +1 -1
  161. package/dist/ripple/p-be79e95d.entry.js +1 -0
  162. package/dist/ripple/{p-b623fdc8.entry.js → p-bfff12b4.entry.js} +1 -1
  163. package/dist/ripple/{p-68d7cf2b.entry.js → p-c028f29c.entry.js} +1 -1
  164. package/dist/ripple/p-c19ed569.entry.js +1 -0
  165. package/dist/ripple/{p-f42031f5.system.js → p-c3da681d.system.js} +1 -1
  166. package/dist/ripple/{p-9b94467e.entry.js → p-c5105455.entry.js} +1 -1
  167. package/dist/ripple/{p-15457a4b.system.entry.js → p-c86a7f4d.system.entry.js} +1 -1
  168. package/dist/ripple/{p-b9283910.entry.js → p-db58d96b.entry.js} +1 -1
  169. package/dist/ripple/p-dd92850a.js +1 -0
  170. package/dist/ripple/p-e39e6c2b.entry.js +1 -0
  171. package/dist/ripple/{p-a8ea87d1.system.entry.js → p-ec831e59.system.entry.js} +1 -1
  172. package/dist/ripple/{p-f1029090.system.entry.js → p-ee51efe0.system.entry.js} +1 -1
  173. package/dist/ripple/{p-777ced5b.entry.js → p-eec01bbe.entry.js} +1 -1
  174. package/dist/ripple/{p-5ed1b0a2.system.entry.js → p-f339d590.system.entry.js} +1 -1
  175. package/dist/ripple/{p-5b593411.system.entry.js → p-f3407959.system.entry.js} +1 -1
  176. package/dist/ripple/{p-da727af8.system.entry.js → p-f3a374ff.system.entry.js} +1 -1
  177. package/dist/ripple/{p-867b20a9.system.entry.js → p-f43fda55.system.entry.js} +1 -1
  178. package/dist/ripple/ripple.esm.js +1 -1
  179. package/dist/ripple/ripple.js +1 -1
  180. package/dist/types/components/wm-file/wm-file.d.ts +1 -1
  181. package/dist/types/components/wm-input/wm-input.d.ts +0 -1
  182. package/dist/types/components/wm-option/wm-option.d.ts +2 -0
  183. package/dist/types/components/wm-select/wm-select.d.ts +7 -7
  184. package/dist/types/components/wm-tag-input/wm-tag-input.d.ts +65 -85
  185. package/dist/types/components/wm-tag-input/wm-tag-option/wm-tag-option.d.ts +18 -0
  186. package/dist/types/components/wm-uploader/wm-uploader.d.ts +1 -1
  187. package/dist/types/components.d.ts +30 -27
  188. package/dist/types/global/functions.d.ts +2 -1
  189. package/dist/types/global/intl.d.ts +2 -2
  190. package/package.json +1 -1
  191. package/dist/cjs/wm-tag-input-row.cjs.entry.js +0 -23
  192. package/dist/collection/components/wm-tag-input/wm-tag-input-row/wm-tag-input-row.js +0 -122
  193. package/dist/collection/components/wm-tag-input/wm-tag-input.spec.js +0 -1039
  194. package/dist/esm/wm-tag-input-row.entry.js +0 -19
  195. package/dist/esm-es5/functions-061ab506.js +0 -1
  196. package/dist/esm-es5/global-509460f7.js +0 -1
  197. package/dist/esm-es5/wm-tag-input-row.entry.js +0 -1
  198. package/dist/ripple/p-1c3ba701.system.entry.js +0 -1
  199. package/dist/ripple/p-4a8c95b9.system.entry.js +0 -1
  200. package/dist/ripple/p-5f2c09f6.entry.js +0 -1
  201. package/dist/ripple/p-647a4a4a.system.entry.js +0 -1
  202. package/dist/ripple/p-7011accc.entry.js +0 -1
  203. package/dist/ripple/p-707383d5.system.js +0 -1
  204. package/dist/ripple/p-7c2e47bc.system.entry.js +0 -1
  205. package/dist/ripple/p-839d7e0f.system.js +0 -1
  206. package/dist/ripple/p-928cc755.system.entry.js +0 -1
  207. package/dist/ripple/p-9888c825.js +0 -1
  208. package/dist/ripple/p-a5308115.js +0 -1
  209. package/dist/ripple/p-b45a2fc3.entry.js +0 -1
  210. package/dist/ripple/p-b4b57baf.system.entry.js +0 -1
  211. package/dist/ripple/p-c15f29e5.system.js +0 -1
  212. package/dist/ripple/p-d38882eb.entry.js +0 -1
  213. package/dist/ripple/p-d601c5a1.entry.js +0 -1
  214. package/dist/ripple/p-d68678d2.entry.js +0 -1
  215. package/dist/ripple/p-e703d9cd.entry.js +0 -1
  216. package/dist/ripple/p-eb0d569a.system.entry.js +0 -1
  217. package/dist/types/components/wm-tag-input/wm-tag-input-row/wm-tag-input-row.d.ts +0 -11
@@ -84,46 +84,6 @@ const en = {
84
84
  type: 0,
85
85
  value: "Use arrows to select a date in the table. Tab left or right to buttons for selecting previous month, next month, or the month selection table."
86
86
  }
87
- ],
88
- "date.invalidDate": [
89
- {
90
- type: 0,
91
- value: "Please enter a valid date in the format "
92
- },
93
- {
94
- options: {
95
- int: {
96
- value: [
97
- {
98
- type: 0,
99
- value: "dd/mm/yyyy"
100
- }
101
- ]
102
- },
103
- other: {
104
- value: [
105
- {
106
- type: 0,
107
- value: "yyyy/mm/dd"
108
- }
109
- ]
110
- },
111
- us: {
112
- value: [
113
- {
114
- type: 0,
115
- value: "mm/dd/yyyy"
116
- }
117
- ]
118
- }
119
- },
120
- type: 5,
121
- value: "dateFormat"
122
- },
123
- {
124
- type: 0,
125
- value: "."
126
- }
127
87
  ],
128
88
  "date.january": [
129
89
  {
@@ -178,12 +138,6 @@ const en = {
178
138
  type: 0,
179
139
  value: "October"
180
140
  }
181
- ],
182
- "date.requiredDateError": [
183
- {
184
- type: 0,
185
- value: "A date is required."
186
- }
187
141
  ],
188
142
  "date.sa": [
189
143
  {
@@ -354,97 +308,6 @@ const en = {
354
308
  type: 0,
355
309
  value: "Preview"
356
310
  }
357
- ],
358
- "global.characterLimit": [
359
- {
360
- style: null,
361
- type: 2,
362
- value: "limit"
363
- },
364
- {
365
- type: 0,
366
- value: " characters allowed."
367
- }
368
- ],
369
- "global.characterLimitReached": [
370
- {
371
- type: 0,
372
- value: "No additional characters will be entered."
373
- }
374
- ],
375
- "global.charactersEntered": [
376
- {
377
- style: null,
378
- type: 2,
379
- value: "x"
380
- },
381
- {
382
- type: 0,
383
- value: " of "
384
- },
385
- {
386
- style: null,
387
- type: 2,
388
- value: "y"
389
- },
390
- {
391
- type: 0,
392
- value: " characters entered."
393
- }
394
- ],
395
- "global.closeVerb": [
396
- {
397
- type: 0,
398
- value: "Close"
399
- }
400
- ],
401
- "global.genericError": [
402
- {
403
- type: 0,
404
- value: "An error occurred. Please try again."
405
- }
406
- ],
407
- "global.newWindowLink": [
408
- {
409
- type: 0,
410
- value: "Opens in a new window."
411
- }
412
- ],
413
- "global.next": [
414
- {
415
- type: 0,
416
- value: "next"
417
- }
418
- ],
419
- "global.openVerb": [
420
- {
421
- type: 0,
422
- value: "Open"
423
- }
424
- ],
425
- "global.previous": [
426
- {
427
- type: 0,
428
- value: "previous"
429
- }
430
- ],
431
- "global.requiredError": [
432
- {
433
- type: 0,
434
- value: "This field is required."
435
- }
436
- ],
437
- "global.requiredField": [
438
- {
439
- type: 0,
440
- value: "required field"
441
- }
442
- ],
443
- "input.numberError": [
444
- {
445
- type: 0,
446
- value: "Please enter a valid number."
447
- }
448
311
  ],
449
312
  "navigation.mainNavigation": [
450
313
  {
@@ -685,6 +548,12 @@ const en = {
685
548
  type: 0,
686
549
  value: "Select All"
687
550
  }
551
+ ],
552
+ "tagInput.addNewHelpText": [
553
+ {
554
+ type: 0,
555
+ value: "Press the Enter or Comma key to add a new tag."
556
+ }
688
557
  ],
689
558
  "tagInput.existingOptions": [
690
559
  {
@@ -714,18 +583,6 @@ const en = {
714
583
  type: 6,
715
584
  value: "num"
716
585
  }
717
- ],
718
- "tagInput.helpTextCanSelect": [
719
- {
720
- type: 0,
721
- value: "Search and select a tag."
722
- }
723
- ],
724
- "tagInput.helpTextEditable": [
725
- {
726
- type: 0,
727
- value: "Press the Enter or Comma key to add a new tag."
728
- }
729
586
  ],
730
587
  "tagInput.maxTagsReached": [
731
588
  {
@@ -756,6 +613,12 @@ const en = {
756
613
  type: 0,
757
614
  value: "Search and select a tag"
758
615
  }
616
+ ],
617
+ "tagInput.selectionHelpText": [
618
+ {
619
+ type: 0,
620
+ value: "Search and select a tag."
621
+ }
759
622
  ],
760
623
  "tagInput.tagAdded": [
761
624
  {
@@ -786,43 +649,17 @@ const en = {
786
649
  "tagInput.tagRemoved": [
787
650
  {
788
651
  type: 1,
789
- value: "tag"
790
- },
791
- {
792
- type: 0,
793
- value: " removed"
794
- }
795
- ],
796
- "tagInput.tagsAddedCounter": [
797
- {
798
- type: 0,
799
- value: "Tags added: "
800
- },
801
- {
802
- style: null,
803
- type: 2,
804
- value: "x"
805
- },
806
- {
807
- type: 0,
808
- value: "/"
652
+ value: "tagName"
809
653
  },
810
- {
811
- style: null,
812
- type: 2,
813
- value: "y"
814
- }
815
- ],
816
- "time.invalidTime": [
817
654
  {
818
655
  type: 0,
819
- value: "Please enter a valid time."
656
+ value: " removed."
820
657
  }
821
658
  ],
822
- "time.requiredError": [
659
+ "tagInput.tagsAdded": [
823
660
  {
824
661
  type: 0,
825
- value: "A time is required."
662
+ value: "Tags added"
826
663
  }
827
664
  ],
828
665
  "time.selectTime": [
@@ -842,228 +679,6 @@ const en = {
842
679
  type: 0,
843
680
  value: "More information"
844
681
  }
845
- ],
846
- "uploader.acceptedFileTypes": [
847
- {
848
- type: 0,
849
- value: "Accepted file "
850
- },
851
- {
852
- offset: 0,
853
- options: {
854
- "=1": {
855
- value: [
856
- {
857
- type: 0,
858
- value: "type"
859
- }
860
- ]
861
- },
862
- other: {
863
- value: [
864
- {
865
- type: 0,
866
- value: "types"
867
- }
868
- ]
869
- }
870
- },
871
- pluralType: "cardinal",
872
- type: 6,
873
- value: "amount"
874
- },
875
- {
876
- type: 0,
877
- value: ": "
878
- },
879
- {
880
- type: 1,
881
- value: "fileTypes"
882
- }
883
- ],
884
- "uploader.duplicateName": [
885
- {
886
- type: 0,
887
- value: "A file with this name already exists."
888
- }
889
- ],
890
- "uploader.fileCount": [
891
- {
892
- type: 1,
893
- value: "x"
894
- },
895
- {
896
- type: 0,
897
- value: " of "
898
- },
899
- {
900
- type: 1,
901
- value: "y"
902
- },
903
- {
904
- type: 0,
905
- value: " Files"
906
- }
907
- ],
908
- "uploader.fileDeleted": [
909
- {
910
- type: 1,
911
- value: "fileName"
912
- },
913
- {
914
- type: 0,
915
- value: " was deleted."
916
- }
917
- ],
918
- "uploader.fileNotDeleted": [
919
- {
920
- type: 1,
921
- value: "fileName"
922
- },
923
- {
924
- type: 0,
925
- value: " could not be deleted."
926
- }
927
- ],
928
- "uploader.fileTooLarge": [
929
- {
930
- type: 0,
931
- value: "The selected file is too large. Maximum file size is "
932
- },
933
- {
934
- type: 1,
935
- value: "size"
936
- },
937
- {
938
- type: 0,
939
- value: "Mb"
940
- }
941
- ],
942
- "uploader.fileUploadLimitExceeded": [
943
- {
944
- type: 0,
945
- value: "Upload unsuccessful because file selection would exceed the maximum number of files"
946
- }
947
- ],
948
- "uploader.fileUploadLimitReached": [
949
- {
950
- type: 0,
951
- value: "The maximum number of files has been reached"
952
- }
953
- ],
954
- "uploader.filesAdded": [
955
- {
956
- offset: 0,
957
- options: {
958
- one: {
959
- value: [
960
- {
961
- type: 0,
962
- value: "1 file added"
963
- }
964
- ]
965
- },
966
- other: {
967
- value: [
968
- {
969
- type: 7
970
- },
971
- {
972
- type: 0,
973
- value: " files added"
974
- }
975
- ]
976
- }
977
- },
978
- pluralType: "cardinal",
979
- type: 6,
980
- value: "numFiles"
981
- }
982
- ],
983
- "uploader.filesUploading": [
984
- {
985
- offset: 0,
986
- options: {
987
- one: {
988
- value: [
989
- {
990
- type: 0,
991
- value: "1 file uploading"
992
- }
993
- ]
994
- },
995
- other: {
996
- value: [
997
- {
998
- type: 7
999
- },
1000
- {
1001
- type: 0,
1002
- value: " files uploading"
1003
- }
1004
- ]
1005
- }
1006
- },
1007
- pluralType: "cardinal",
1008
- type: 6,
1009
- value: "num"
1010
- }
1011
- ],
1012
- "uploader.finishedUploading": [
1013
- {
1014
- type: 0,
1015
- value: "Finished uploading"
1016
- }
1017
- ],
1018
- "uploader.invalidFileType": [
1019
- {
1020
- type: 0,
1021
- value: "The file type is invalid. Accepted types: "
1022
- },
1023
- {
1024
- type: 1,
1025
- value: "validTypes"
1026
- }
1027
- ],
1028
- "uploader.maxSize": [
1029
- {
1030
- type: 0,
1031
- value: "Maximum file size "
1032
- },
1033
- {
1034
- type: 1,
1035
- value: "maxSize"
1036
- },
1037
- {
1038
- type: 0,
1039
- value: "MB"
1040
- }
1041
- ],
1042
- "uploader.uploadProgress": [
1043
- {
1044
- type: 0,
1045
- value: "Upload progress: "
1046
- },
1047
- {
1048
- type: 1,
1049
- value: "percentage"
1050
- },
1051
- {
1052
- type: 0,
1053
- value: "%"
1054
- }
1055
- ],
1056
- "uploader.waitToUpload": [
1057
- {
1058
- type: 0,
1059
- value: "Please wait for current upload to complete before uploading new files."
1060
- }
1061
- ],
1062
- "uploader.zeroFileSize": [
1063
- {
1064
- type: 0,
1065
- value: "The file must be more than 0 bytes"
1066
- }
1067
682
  ]
1068
683
  };
1069
684
 
@@ -2835,46 +2450,6 @@ const pig = {
2835
2450
  type: 0,
2836
2451
  value: "Useyay arrowsyay otay electsay ayay ateday inyay ethay abletay. Abtay eftlay oryay ightray otay uttonsbay orfay electingsay eviouspray onthmay, extnay onthmay, oryay ethay onthmay electionsay abletay."
2837
2452
  }
2838
- ],
2839
- "date.invalidDate": [
2840
- {
2841
- type: 0,
2842
- value: "Easeplay enteryay ayay alidvay ateday inyay ethay ormatfay "
2843
- },
2844
- {
2845
- options: {
2846
- int: {
2847
- value: [
2848
- {
2849
- type: 0,
2850
- value: "dd/mm/yyyyay"
2851
- }
2852
- ]
2853
- },
2854
- other: {
2855
- value: [
2856
- {
2857
- type: 0,
2858
- value: "yyyy/mm/dday"
2859
- }
2860
- ]
2861
- },
2862
- us: {
2863
- value: [
2864
- {
2865
- type: 0,
2866
- value: "mm/dd/yyyyay"
2867
- }
2868
- ]
2869
- }
2870
- },
2871
- type: 5,
2872
- value: "dateFormat"
2873
- },
2874
- {
2875
- type: 0,
2876
- value: "."
2877
- }
2878
2453
  ],
2879
2454
  "date.january": [
2880
2455
  {
@@ -2929,12 +2504,6 @@ const pig = {
2929
2504
  type: 0,
2930
2505
  value: "Octoberyay"
2931
2506
  }
2932
- ],
2933
- "date.requiredDateError": [
2934
- {
2935
- type: 0,
2936
- value: "Ayay ateday isyay equiredray."
2937
- }
2938
2507
  ],
2939
2508
  "date.sa": [
2940
2509
  {
@@ -3076,125 +2645,34 @@ const pig = {
3076
2645
  value: "Eleteday Ilefay"
3077
2646
  }
3078
2647
  ],
3079
- "file.deleteButtonTooltip": [
3080
- {
3081
- type: 0,
3082
- value: "Eleteday"
3083
- }
3084
- ],
3085
- "file.downloadAction": [
3086
- {
3087
- type: 0,
3088
- value: "Ownloadday Ilefay"
3089
- }
3090
- ],
3091
- "file.downloadButtonTooltip": [
3092
- {
3093
- type: 0,
3094
- value: "Ownloadday"
3095
- }
3096
- ],
3097
- "file.previewAction": [
3098
- {
3099
- type: 0,
3100
- value: "Eviewpray Ilefay"
3101
- }
3102
- ],
3103
- "file.previewButtonTooltip": [
3104
- {
3105
- type: 0,
3106
- value: "Eviewpray"
3107
- }
3108
- ],
3109
- "global.characterLimit": [
3110
- {
3111
- style: null,
3112
- type: 2,
3113
- value: "limit"
3114
- },
3115
- {
3116
- type: 0,
3117
- value: " aracterschay allowedyay."
3118
- }
3119
- ],
3120
- "global.characterLimitReached": [
3121
- {
3122
- type: 0,
3123
- value: "Onay additionalyay aracterschay illway ebay enteredyay."
3124
- }
3125
- ],
3126
- "global.charactersEntered": [
3127
- {
3128
- style: null,
3129
- type: 2,
3130
- value: "x"
3131
- },
3132
- {
3133
- type: 0,
3134
- value: " ofyay "
3135
- },
3136
- {
3137
- style: null,
3138
- type: 2,
3139
- value: "y"
3140
- },
3141
- {
3142
- type: 0,
3143
- value: " aracterschay enteredyay."
3144
- }
3145
- ],
3146
- "global.closeVerb": [
3147
- {
3148
- type: 0,
3149
- value: "Oseclay"
3150
- }
3151
- ],
3152
- "global.genericError": [
3153
- {
3154
- type: 0,
3155
- value: "Anyay erroryay occurredyay. Easeplay tryay againyay."
3156
- }
3157
- ],
3158
- "global.newWindowLink": [
3159
- {
3160
- type: 0,
3161
- value: "Opensyay inyay ayay ewnay indowway."
3162
- }
3163
- ],
3164
- "global.next": [
3165
- {
3166
- type: 0,
3167
- value: "extnay"
3168
- }
3169
- ],
3170
- "global.openVerb": [
2648
+ "file.deleteButtonTooltip": [
3171
2649
  {
3172
2650
  type: 0,
3173
- value: "Openyay"
2651
+ value: "Eleteday"
3174
2652
  }
3175
2653
  ],
3176
- "global.previous": [
2654
+ "file.downloadAction": [
3177
2655
  {
3178
2656
  type: 0,
3179
- value: "eviouspray"
2657
+ value: "Ownloadday Ilefay"
3180
2658
  }
3181
2659
  ],
3182
- "global.requiredError": [
2660
+ "file.downloadButtonTooltip": [
3183
2661
  {
3184
2662
  type: 0,
3185
- value: "Isthay ieldfay isyay equiredray."
2663
+ value: "Ownloadday"
3186
2664
  }
3187
2665
  ],
3188
- "global.requiredField": [
2666
+ "file.previewAction": [
3189
2667
  {
3190
2668
  type: 0,
3191
- value: "equiredray ieldfay"
2669
+ value: "Eviewpray Ilefay"
3192
2670
  }
3193
2671
  ],
3194
- "input.numberError": [
2672
+ "file.previewButtonTooltip": [
3195
2673
  {
3196
2674
  type: 0,
3197
- value: "Easeplay enteryay ayay alidvay umbernay."
2675
+ value: "Eviewpray"
3198
2676
  }
3199
2677
  ],
3200
2678
  "navigation.mainNavigation": [
@@ -3436,6 +2914,12 @@ const pig = {
3436
2914
  type: 0,
3437
2915
  value: "Electsay Allyay"
3438
2916
  }
2917
+ ],
2918
+ "tagInput.addNewHelpText": [
2919
+ {
2920
+ type: 0,
2921
+ value: "Esspray ethay Enteryay oryay Ommacay eykay otay addyay ayay ewnay agtay."
2922
+ }
3439
2923
  ],
3440
2924
  "tagInput.existingOptions": [
3441
2925
  {
@@ -3465,18 +2949,6 @@ const pig = {
3465
2949
  type: 6,
3466
2950
  value: "num"
3467
2951
  }
3468
- ],
3469
- "tagInput.helpTextCanSelect": [
3470
- {
3471
- type: 0,
3472
- value: "Earchsay andyay electsay ayay agtay."
3473
- }
3474
- ],
3475
- "tagInput.helpTextEditable": [
3476
- {
3477
- type: 0,
3478
- value: "Esspray ethay Enteryay oryay Ommacay eykay otay addyay ayay ewnay agtay."
3479
- }
3480
2952
  ],
3481
2953
  "tagInput.maxTagsReached": [
3482
2954
  {
@@ -3507,6 +2979,12 @@ const pig = {
3507
2979
  type: 0,
3508
2980
  value: "Earchsay andyay electsay ayay agtay"
3509
2981
  }
2982
+ ],
2983
+ "tagInput.selectionHelpText": [
2984
+ {
2985
+ type: 0,
2986
+ value: "Earchsay andyay electsay ayay agtay."
2987
+ }
3510
2988
  ],
3511
2989
  "tagInput.tagAdded": [
3512
2990
  {
@@ -3537,43 +3015,17 @@ const pig = {
3537
3015
  "tagInput.tagRemoved": [
3538
3016
  {
3539
3017
  type: 1,
3540
- value: "tag"
3541
- },
3542
- {
3543
- type: 0,
3544
- value: " emovedray"
3545
- }
3546
- ],
3547
- "tagInput.tagsAddedCounter": [
3548
- {
3549
- type: 0,
3550
- value: "Agstay addedyay: "
3551
- },
3552
- {
3553
- style: null,
3554
- type: 2,
3555
- value: "x"
3556
- },
3557
- {
3558
- type: 0,
3559
- value: "/"
3018
+ value: "tagName"
3560
3019
  },
3561
- {
3562
- style: null,
3563
- type: 2,
3564
- value: "y"
3565
- }
3566
- ],
3567
- "time.invalidTime": [
3568
3020
  {
3569
3021
  type: 0,
3570
- value: "Easeplay enteryay ayay alidvay imetay."
3022
+ value: " emovedray."
3571
3023
  }
3572
3024
  ],
3573
- "time.requiredError": [
3025
+ "tagInput.tagsAdded": [
3574
3026
  {
3575
3027
  type: 0,
3576
- value: "Ayay imetay isyay equiredray."
3028
+ value: "Agstay addedyay"
3577
3029
  }
3578
3030
  ],
3579
3031
  "time.selectTime": [
@@ -3593,228 +3045,6 @@ const pig = {
3593
3045
  type: 0,
3594
3046
  value: "Oremay informationyay"
3595
3047
  }
3596
- ],
3597
- "uploader.acceptedFileTypes": [
3598
- {
3599
- type: 0,
3600
- value: "Acceptedyay ilefay "
3601
- },
3602
- {
3603
- offset: 0,
3604
- options: {
3605
- "=1": {
3606
- value: [
3607
- {
3608
- type: 0,
3609
- value: "etypay"
3610
- }
3611
- ]
3612
- },
3613
- other: {
3614
- value: [
3615
- {
3616
- type: 0,
3617
- value: "estypay"
3618
- }
3619
- ]
3620
- }
3621
- },
3622
- pluralType: "cardinal",
3623
- type: 6,
3624
- value: "amount"
3625
- },
3626
- {
3627
- type: 0,
3628
- value: ": "
3629
- },
3630
- {
3631
- type: 1,
3632
- value: "fileTypes"
3633
- }
3634
- ],
3635
- "uploader.duplicateName": [
3636
- {
3637
- type: 0,
3638
- value: "Ayay ilefay ithway isthay amenay alreadyyay existsyay."
3639
- }
3640
- ],
3641
- "uploader.fileCount": [
3642
- {
3643
- type: 1,
3644
- value: "x"
3645
- },
3646
- {
3647
- type: 0,
3648
- value: " ofyay "
3649
- },
3650
- {
3651
- type: 1,
3652
- value: "y"
3653
- },
3654
- {
3655
- type: 0,
3656
- value: " Ilesfay"
3657
- }
3658
- ],
3659
- "uploader.fileDeleted": [
3660
- {
3661
- type: 1,
3662
- value: "fileName"
3663
- },
3664
- {
3665
- type: 0,
3666
- value: " asway eletedday."
3667
- }
3668
- ],
3669
- "uploader.fileNotDeleted": [
3670
- {
3671
- type: 1,
3672
- value: "fileName"
3673
- },
3674
- {
3675
- type: 0,
3676
- value: " ouldcay otnay ebay eletedday."
3677
- }
3678
- ],
3679
- "uploader.fileTooLarge": [
3680
- {
3681
- type: 0,
3682
- value: "Ethay electedsay ilefay isyay ootay argelay. Aximummay ilefay izesay isyay "
3683
- },
3684
- {
3685
- type: 1,
3686
- value: "size"
3687
- },
3688
- {
3689
- type: 0,
3690
- value: "Mbay"
3691
- }
3692
- ],
3693
- "uploader.fileUploadLimitExceeded": [
3694
- {
3695
- type: 0,
3696
- value: "Uploadyay unsuccessfulyay ecausebay ilefay electionsay ouldway exceedyay ethay aximummay umbernay ofyay ilesfay"
3697
- }
3698
- ],
3699
- "uploader.fileUploadLimitReached": [
3700
- {
3701
- type: 0,
3702
- value: "Ethay aximummay umbernay ofyay ilesfay ashay eenbay eachedray"
3703
- }
3704
- ],
3705
- "uploader.filesAdded": [
3706
- {
3707
- offset: 0,
3708
- options: {
3709
- one: {
3710
- value: [
3711
- {
3712
- type: 0,
3713
- value: "1 ilefay addedyay"
3714
- }
3715
- ]
3716
- },
3717
- other: {
3718
- value: [
3719
- {
3720
- type: 7
3721
- },
3722
- {
3723
- type: 0,
3724
- value: " ilesfay addedyay"
3725
- }
3726
- ]
3727
- }
3728
- },
3729
- pluralType: "cardinal",
3730
- type: 6,
3731
- value: "numFiles"
3732
- }
3733
- ],
3734
- "uploader.filesUploading": [
3735
- {
3736
- offset: 0,
3737
- options: {
3738
- one: {
3739
- value: [
3740
- {
3741
- type: 0,
3742
- value: "1 ilefay uploadingyay"
3743
- }
3744
- ]
3745
- },
3746
- other: {
3747
- value: [
3748
- {
3749
- type: 7
3750
- },
3751
- {
3752
- type: 0,
3753
- value: " ilesfay uploadingyay"
3754
- }
3755
- ]
3756
- }
3757
- },
3758
- pluralType: "cardinal",
3759
- type: 6,
3760
- value: "num"
3761
- }
3762
- ],
3763
- "uploader.finishedUploading": [
3764
- {
3765
- type: 0,
3766
- value: "Inishedfay uploadingyay"
3767
- }
3768
- ],
3769
- "uploader.invalidFileType": [
3770
- {
3771
- type: 0,
3772
- value: "Ethay ilefay etypay isyay invalidyay. Acceptedyay estypay: "
3773
- },
3774
- {
3775
- type: 1,
3776
- value: "validTypes"
3777
- }
3778
- ],
3779
- "uploader.maxSize": [
3780
- {
3781
- type: 0,
3782
- value: "Aximummay ilefay izesay "
3783
- },
3784
- {
3785
- type: 1,
3786
- value: "maxSize"
3787
- },
3788
- {
3789
- type: 0,
3790
- value: "MBay"
3791
- }
3792
- ],
3793
- "uploader.uploadProgress": [
3794
- {
3795
- type: 0,
3796
- value: "Uploadyay ogresspray: "
3797
- },
3798
- {
3799
- type: 1,
3800
- value: "percentage"
3801
- },
3802
- {
3803
- type: 0,
3804
- value: "%"
3805
- }
3806
- ],
3807
- "uploader.waitToUpload": [
3808
- {
3809
- type: 0,
3810
- value: "Easeplay aitway orfay urrentcay uploadyay otay ompletecay eforebay uploadingyay ewnay ilesfay."
3811
- }
3812
- ],
3813
- "uploader.zeroFileSize": [
3814
- {
3815
- type: 0,
3816
- value: "Ethay ilefay ustmay ebay oremay anthay 0 esbytay"
3817
- }
3818
3048
  ]
3819
3049
  };
3820
3050
 
@@ -5894,7 +5124,7 @@ function createLocation(start, end) {
5894
5124
  }
5895
5125
  // #region Ponyfills
5896
5126
  // Consolidate these variables up top for easier toggling during debugging
5897
- var hasNativeStartsWith = !!String.prototype.startsWith;
5127
+ var hasNativeStartsWith = !!String.prototype.startsWith && '_a'.startsWith('a', 1);
5898
5128
  var hasNativeFromCodePoint = !!String.fromCodePoint;
5899
5129
  var hasNativeFromEntries = !!Object.fromEntries;
5900
5130
  var hasNativeCodePointAt = !!String.prototype.codePointAt;
@@ -8736,16 +7966,6 @@ function measureText(originEl, placeholderText) {
8736
7966
  document.body.removeChild(measurementEl);
8737
7967
  return boundingClientRect;
8738
7968
  }
8739
- function safeParseJSON(toParse) {
8740
- // JSON.parse will throw an exception if the string provided is not in the proper format
8741
- // instead of the exception, just return null and let other logic check
8742
- try {
8743
- return JSON.parse(toParse);
8744
- }
8745
- catch (e) {
8746
- return null;
8747
- }
8748
- }
8749
7969
  function truncateText(textEl, text, availableSpace, endAmt) {
8750
7970
  const cloneEl = document.createElement("div");
8751
7971
  cloneEl.style.visibility = "hidden";
@@ -8835,12 +8055,36 @@ function handleDisabledAttribute(el, isDisabled) {
8835
8055
  el.removeAttribute("disabled");
8836
8056
  }
8837
8057
  }
8058
+ // get the prev/next element with an option to circle through the list
8059
+ function findPrev(list, item, loop = false) {
8060
+ if (!!list && !item)
8061
+ return list[list.length - 1]; // if list was passed but no item, get the last item
8062
+ if (!list.includes(item))
8063
+ return; // if list is empty or doesn't include item
8064
+ let current = list.indexOf(item);
8065
+ let beforeFirst = loop ? list.length - 1 : 0; // before first item can be first (hard stop) or back to last
8066
+ let prev = current > 0 ? current - 1 : beforeFirst;
8067
+ return list[prev];
8068
+ }
8069
+ function findNext(list, item, loop = false) {
8070
+ if (!!list && !item)
8071
+ return list[0]; // if list was passed but no item, get the first item
8072
+ if (!list.includes(item))
8073
+ return; // if list is empty or doesn't include item
8074
+ let current = list.indexOf(item);
8075
+ const last = list.length - 1;
8076
+ let afterLast = loop ? 0 : last; // after last item can be last (hard stop) or back to first
8077
+ let next = current !== last ? current + 1 : afterLast;
8078
+ return list[next];
8079
+ }
8838
8080
 
8839
8081
  exports.calcPercentageInRange = calcPercentageInRange;
8840
8082
  exports.checkForActiveElInShadow = checkForActiveElInShadow;
8841
8083
  exports.csvToArray = csvToArray;
8842
8084
  exports.debounce = debounce;
8085
+ exports.findNext = findNext;
8843
8086
  exports.findParentWithScrollbar = findParentWithScrollbar;
8087
+ exports.findPrev = findPrev;
8844
8088
  exports.generateId = generateId;
8845
8089
  exports.getNewIndexToFocus = getNewIndexToFocus;
8846
8090
  exports.getPosition = getPosition;
@@ -8851,7 +8095,6 @@ exports.hasRoomRight = hasRoomRight;
8851
8095
  exports.hideTooltip = hideTooltip;
8852
8096
  exports.intl = intl;
8853
8097
  exports.measureText = measureText;
8854
- exports.safeParseJSON = safeParseJSON;
8855
8098
  exports.shouldOpenDown = shouldOpenDown;
8856
8099
  exports.shouldOpenUp = shouldOpenUp;
8857
8100
  exports.shouldShiftLeft = shouldShiftLeft;