@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
@@ -82,46 +82,6 @@ const en = {
82
82
  type: 0,
83
83
  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."
84
84
  }
85
- ],
86
- "date.invalidDate": [
87
- {
88
- type: 0,
89
- value: "Please enter a valid date in the format "
90
- },
91
- {
92
- options: {
93
- int: {
94
- value: [
95
- {
96
- type: 0,
97
- value: "dd/mm/yyyy"
98
- }
99
- ]
100
- },
101
- other: {
102
- value: [
103
- {
104
- type: 0,
105
- value: "yyyy/mm/dd"
106
- }
107
- ]
108
- },
109
- us: {
110
- value: [
111
- {
112
- type: 0,
113
- value: "mm/dd/yyyy"
114
- }
115
- ]
116
- }
117
- },
118
- type: 5,
119
- value: "dateFormat"
120
- },
121
- {
122
- type: 0,
123
- value: "."
124
- }
125
85
  ],
126
86
  "date.january": [
127
87
  {
@@ -176,12 +136,6 @@ const en = {
176
136
  type: 0,
177
137
  value: "October"
178
138
  }
179
- ],
180
- "date.requiredDateError": [
181
- {
182
- type: 0,
183
- value: "A date is required."
184
- }
185
139
  ],
186
140
  "date.sa": [
187
141
  {
@@ -352,97 +306,6 @@ const en = {
352
306
  type: 0,
353
307
  value: "Preview"
354
308
  }
355
- ],
356
- "global.characterLimit": [
357
- {
358
- style: null,
359
- type: 2,
360
- value: "limit"
361
- },
362
- {
363
- type: 0,
364
- value: " characters allowed."
365
- }
366
- ],
367
- "global.characterLimitReached": [
368
- {
369
- type: 0,
370
- value: "No additional characters will be entered."
371
- }
372
- ],
373
- "global.charactersEntered": [
374
- {
375
- style: null,
376
- type: 2,
377
- value: "x"
378
- },
379
- {
380
- type: 0,
381
- value: " of "
382
- },
383
- {
384
- style: null,
385
- type: 2,
386
- value: "y"
387
- },
388
- {
389
- type: 0,
390
- value: " characters entered."
391
- }
392
- ],
393
- "global.closeVerb": [
394
- {
395
- type: 0,
396
- value: "Close"
397
- }
398
- ],
399
- "global.genericError": [
400
- {
401
- type: 0,
402
- value: "An error occurred. Please try again."
403
- }
404
- ],
405
- "global.newWindowLink": [
406
- {
407
- type: 0,
408
- value: "Opens in a new window."
409
- }
410
- ],
411
- "global.next": [
412
- {
413
- type: 0,
414
- value: "next"
415
- }
416
- ],
417
- "global.openVerb": [
418
- {
419
- type: 0,
420
- value: "Open"
421
- }
422
- ],
423
- "global.previous": [
424
- {
425
- type: 0,
426
- value: "previous"
427
- }
428
- ],
429
- "global.requiredError": [
430
- {
431
- type: 0,
432
- value: "This field is required."
433
- }
434
- ],
435
- "global.requiredField": [
436
- {
437
- type: 0,
438
- value: "required field"
439
- }
440
- ],
441
- "input.numberError": [
442
- {
443
- type: 0,
444
- value: "Please enter a valid number."
445
- }
446
309
  ],
447
310
  "navigation.mainNavigation": [
448
311
  {
@@ -683,6 +546,12 @@ const en = {
683
546
  type: 0,
684
547
  value: "Select All"
685
548
  }
549
+ ],
550
+ "tagInput.addNewHelpText": [
551
+ {
552
+ type: 0,
553
+ value: "Press the Enter or Comma key to add a new tag."
554
+ }
686
555
  ],
687
556
  "tagInput.existingOptions": [
688
557
  {
@@ -712,18 +581,6 @@ const en = {
712
581
  type: 6,
713
582
  value: "num"
714
583
  }
715
- ],
716
- "tagInput.helpTextCanSelect": [
717
- {
718
- type: 0,
719
- value: "Search and select a tag."
720
- }
721
- ],
722
- "tagInput.helpTextEditable": [
723
- {
724
- type: 0,
725
- value: "Press the Enter or Comma key to add a new tag."
726
- }
727
584
  ],
728
585
  "tagInput.maxTagsReached": [
729
586
  {
@@ -754,6 +611,12 @@ const en = {
754
611
  type: 0,
755
612
  value: "Search and select a tag"
756
613
  }
614
+ ],
615
+ "tagInput.selectionHelpText": [
616
+ {
617
+ type: 0,
618
+ value: "Search and select a tag."
619
+ }
757
620
  ],
758
621
  "tagInput.tagAdded": [
759
622
  {
@@ -784,43 +647,17 @@ const en = {
784
647
  "tagInput.tagRemoved": [
785
648
  {
786
649
  type: 1,
787
- value: "tag"
788
- },
789
- {
790
- type: 0,
791
- value: " removed"
792
- }
793
- ],
794
- "tagInput.tagsAddedCounter": [
795
- {
796
- type: 0,
797
- value: "Tags added: "
798
- },
799
- {
800
- style: null,
801
- type: 2,
802
- value: "x"
803
- },
804
- {
805
- type: 0,
806
- value: "/"
650
+ value: "tagName"
807
651
  },
808
- {
809
- style: null,
810
- type: 2,
811
- value: "y"
812
- }
813
- ],
814
- "time.invalidTime": [
815
652
  {
816
653
  type: 0,
817
- value: "Please enter a valid time."
654
+ value: " removed."
818
655
  }
819
656
  ],
820
- "time.requiredError": [
657
+ "tagInput.tagsAdded": [
821
658
  {
822
659
  type: 0,
823
- value: "A time is required."
660
+ value: "Tags added"
824
661
  }
825
662
  ],
826
663
  "time.selectTime": [
@@ -840,228 +677,6 @@ const en = {
840
677
  type: 0,
841
678
  value: "More information"
842
679
  }
843
- ],
844
- "uploader.acceptedFileTypes": [
845
- {
846
- type: 0,
847
- value: "Accepted file "
848
- },
849
- {
850
- offset: 0,
851
- options: {
852
- "=1": {
853
- value: [
854
- {
855
- type: 0,
856
- value: "type"
857
- }
858
- ]
859
- },
860
- other: {
861
- value: [
862
- {
863
- type: 0,
864
- value: "types"
865
- }
866
- ]
867
- }
868
- },
869
- pluralType: "cardinal",
870
- type: 6,
871
- value: "amount"
872
- },
873
- {
874
- type: 0,
875
- value: ": "
876
- },
877
- {
878
- type: 1,
879
- value: "fileTypes"
880
- }
881
- ],
882
- "uploader.duplicateName": [
883
- {
884
- type: 0,
885
- value: "A file with this name already exists."
886
- }
887
- ],
888
- "uploader.fileCount": [
889
- {
890
- type: 1,
891
- value: "x"
892
- },
893
- {
894
- type: 0,
895
- value: " of "
896
- },
897
- {
898
- type: 1,
899
- value: "y"
900
- },
901
- {
902
- type: 0,
903
- value: " Files"
904
- }
905
- ],
906
- "uploader.fileDeleted": [
907
- {
908
- type: 1,
909
- value: "fileName"
910
- },
911
- {
912
- type: 0,
913
- value: " was deleted."
914
- }
915
- ],
916
- "uploader.fileNotDeleted": [
917
- {
918
- type: 1,
919
- value: "fileName"
920
- },
921
- {
922
- type: 0,
923
- value: " could not be deleted."
924
- }
925
- ],
926
- "uploader.fileTooLarge": [
927
- {
928
- type: 0,
929
- value: "The selected file is too large. Maximum file size is "
930
- },
931
- {
932
- type: 1,
933
- value: "size"
934
- },
935
- {
936
- type: 0,
937
- value: "Mb"
938
- }
939
- ],
940
- "uploader.fileUploadLimitExceeded": [
941
- {
942
- type: 0,
943
- value: "Upload unsuccessful because file selection would exceed the maximum number of files"
944
- }
945
- ],
946
- "uploader.fileUploadLimitReached": [
947
- {
948
- type: 0,
949
- value: "The maximum number of files has been reached"
950
- }
951
- ],
952
- "uploader.filesAdded": [
953
- {
954
- offset: 0,
955
- options: {
956
- one: {
957
- value: [
958
- {
959
- type: 0,
960
- value: "1 file added"
961
- }
962
- ]
963
- },
964
- other: {
965
- value: [
966
- {
967
- type: 7
968
- },
969
- {
970
- type: 0,
971
- value: " files added"
972
- }
973
- ]
974
- }
975
- },
976
- pluralType: "cardinal",
977
- type: 6,
978
- value: "numFiles"
979
- }
980
- ],
981
- "uploader.filesUploading": [
982
- {
983
- offset: 0,
984
- options: {
985
- one: {
986
- value: [
987
- {
988
- type: 0,
989
- value: "1 file uploading"
990
- }
991
- ]
992
- },
993
- other: {
994
- value: [
995
- {
996
- type: 7
997
- },
998
- {
999
- type: 0,
1000
- value: " files uploading"
1001
- }
1002
- ]
1003
- }
1004
- },
1005
- pluralType: "cardinal",
1006
- type: 6,
1007
- value: "num"
1008
- }
1009
- ],
1010
- "uploader.finishedUploading": [
1011
- {
1012
- type: 0,
1013
- value: "Finished uploading"
1014
- }
1015
- ],
1016
- "uploader.invalidFileType": [
1017
- {
1018
- type: 0,
1019
- value: "The file type is invalid. Accepted types: "
1020
- },
1021
- {
1022
- type: 1,
1023
- value: "validTypes"
1024
- }
1025
- ],
1026
- "uploader.maxSize": [
1027
- {
1028
- type: 0,
1029
- value: "Maximum file size "
1030
- },
1031
- {
1032
- type: 1,
1033
- value: "maxSize"
1034
- },
1035
- {
1036
- type: 0,
1037
- value: "MB"
1038
- }
1039
- ],
1040
- "uploader.uploadProgress": [
1041
- {
1042
- type: 0,
1043
- value: "Upload progress: "
1044
- },
1045
- {
1046
- type: 1,
1047
- value: "percentage"
1048
- },
1049
- {
1050
- type: 0,
1051
- value: "%"
1052
- }
1053
- ],
1054
- "uploader.waitToUpload": [
1055
- {
1056
- type: 0,
1057
- value: "Please wait for current upload to complete before uploading new files."
1058
- }
1059
- ],
1060
- "uploader.zeroFileSize": [
1061
- {
1062
- type: 0,
1063
- value: "The file must be more than 0 bytes"
1064
- }
1065
680
  ]
1066
681
  };
1067
682
 
@@ -2833,46 +2448,6 @@ const pig = {
2833
2448
  type: 0,
2834
2449
  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."
2835
2450
  }
2836
- ],
2837
- "date.invalidDate": [
2838
- {
2839
- type: 0,
2840
- value: "Easeplay enteryay ayay alidvay ateday inyay ethay ormatfay "
2841
- },
2842
- {
2843
- options: {
2844
- int: {
2845
- value: [
2846
- {
2847
- type: 0,
2848
- value: "dd/mm/yyyyay"
2849
- }
2850
- ]
2851
- },
2852
- other: {
2853
- value: [
2854
- {
2855
- type: 0,
2856
- value: "yyyy/mm/dday"
2857
- }
2858
- ]
2859
- },
2860
- us: {
2861
- value: [
2862
- {
2863
- type: 0,
2864
- value: "mm/dd/yyyyay"
2865
- }
2866
- ]
2867
- }
2868
- },
2869
- type: 5,
2870
- value: "dateFormat"
2871
- },
2872
- {
2873
- type: 0,
2874
- value: "."
2875
- }
2876
2451
  ],
2877
2452
  "date.january": [
2878
2453
  {
@@ -2927,12 +2502,6 @@ const pig = {
2927
2502
  type: 0,
2928
2503
  value: "Octoberyay"
2929
2504
  }
2930
- ],
2931
- "date.requiredDateError": [
2932
- {
2933
- type: 0,
2934
- value: "Ayay ateday isyay equiredray."
2935
- }
2936
2505
  ],
2937
2506
  "date.sa": [
2938
2507
  {
@@ -3074,125 +2643,34 @@ const pig = {
3074
2643
  value: "Eleteday Ilefay"
3075
2644
  }
3076
2645
  ],
3077
- "file.deleteButtonTooltip": [
3078
- {
3079
- type: 0,
3080
- value: "Eleteday"
3081
- }
3082
- ],
3083
- "file.downloadAction": [
3084
- {
3085
- type: 0,
3086
- value: "Ownloadday Ilefay"
3087
- }
3088
- ],
3089
- "file.downloadButtonTooltip": [
3090
- {
3091
- type: 0,
3092
- value: "Ownloadday"
3093
- }
3094
- ],
3095
- "file.previewAction": [
3096
- {
3097
- type: 0,
3098
- value: "Eviewpray Ilefay"
3099
- }
3100
- ],
3101
- "file.previewButtonTooltip": [
3102
- {
3103
- type: 0,
3104
- value: "Eviewpray"
3105
- }
3106
- ],
3107
- "global.characterLimit": [
3108
- {
3109
- style: null,
3110
- type: 2,
3111
- value: "limit"
3112
- },
3113
- {
3114
- type: 0,
3115
- value: " aracterschay allowedyay."
3116
- }
3117
- ],
3118
- "global.characterLimitReached": [
3119
- {
3120
- type: 0,
3121
- value: "Onay additionalyay aracterschay illway ebay enteredyay."
3122
- }
3123
- ],
3124
- "global.charactersEntered": [
3125
- {
3126
- style: null,
3127
- type: 2,
3128
- value: "x"
3129
- },
3130
- {
3131
- type: 0,
3132
- value: " ofyay "
3133
- },
3134
- {
3135
- style: null,
3136
- type: 2,
3137
- value: "y"
3138
- },
3139
- {
3140
- type: 0,
3141
- value: " aracterschay enteredyay."
3142
- }
3143
- ],
3144
- "global.closeVerb": [
3145
- {
3146
- type: 0,
3147
- value: "Oseclay"
3148
- }
3149
- ],
3150
- "global.genericError": [
3151
- {
3152
- type: 0,
3153
- value: "Anyay erroryay occurredyay. Easeplay tryay againyay."
3154
- }
3155
- ],
3156
- "global.newWindowLink": [
3157
- {
3158
- type: 0,
3159
- value: "Opensyay inyay ayay ewnay indowway."
3160
- }
3161
- ],
3162
- "global.next": [
3163
- {
3164
- type: 0,
3165
- value: "extnay"
3166
- }
3167
- ],
3168
- "global.openVerb": [
2646
+ "file.deleteButtonTooltip": [
3169
2647
  {
3170
2648
  type: 0,
3171
- value: "Openyay"
2649
+ value: "Eleteday"
3172
2650
  }
3173
2651
  ],
3174
- "global.previous": [
2652
+ "file.downloadAction": [
3175
2653
  {
3176
2654
  type: 0,
3177
- value: "eviouspray"
2655
+ value: "Ownloadday Ilefay"
3178
2656
  }
3179
2657
  ],
3180
- "global.requiredError": [
2658
+ "file.downloadButtonTooltip": [
3181
2659
  {
3182
2660
  type: 0,
3183
- value: "Isthay ieldfay isyay equiredray."
2661
+ value: "Ownloadday"
3184
2662
  }
3185
2663
  ],
3186
- "global.requiredField": [
2664
+ "file.previewAction": [
3187
2665
  {
3188
2666
  type: 0,
3189
- value: "equiredray ieldfay"
2667
+ value: "Eviewpray Ilefay"
3190
2668
  }
3191
2669
  ],
3192
- "input.numberError": [
2670
+ "file.previewButtonTooltip": [
3193
2671
  {
3194
2672
  type: 0,
3195
- value: "Easeplay enteryay ayay alidvay umbernay."
2673
+ value: "Eviewpray"
3196
2674
  }
3197
2675
  ],
3198
2676
  "navigation.mainNavigation": [
@@ -3434,6 +2912,12 @@ const pig = {
3434
2912
  type: 0,
3435
2913
  value: "Electsay Allyay"
3436
2914
  }
2915
+ ],
2916
+ "tagInput.addNewHelpText": [
2917
+ {
2918
+ type: 0,
2919
+ value: "Esspray ethay Enteryay oryay Ommacay eykay otay addyay ayay ewnay agtay."
2920
+ }
3437
2921
  ],
3438
2922
  "tagInput.existingOptions": [
3439
2923
  {
@@ -3463,18 +2947,6 @@ const pig = {
3463
2947
  type: 6,
3464
2948
  value: "num"
3465
2949
  }
3466
- ],
3467
- "tagInput.helpTextCanSelect": [
3468
- {
3469
- type: 0,
3470
- value: "Earchsay andyay electsay ayay agtay."
3471
- }
3472
- ],
3473
- "tagInput.helpTextEditable": [
3474
- {
3475
- type: 0,
3476
- value: "Esspray ethay Enteryay oryay Ommacay eykay otay addyay ayay ewnay agtay."
3477
- }
3478
2950
  ],
3479
2951
  "tagInput.maxTagsReached": [
3480
2952
  {
@@ -3505,6 +2977,12 @@ const pig = {
3505
2977
  type: 0,
3506
2978
  value: "Earchsay andyay electsay ayay agtay"
3507
2979
  }
2980
+ ],
2981
+ "tagInput.selectionHelpText": [
2982
+ {
2983
+ type: 0,
2984
+ value: "Earchsay andyay electsay ayay agtay."
2985
+ }
3508
2986
  ],
3509
2987
  "tagInput.tagAdded": [
3510
2988
  {
@@ -3535,43 +3013,17 @@ const pig = {
3535
3013
  "tagInput.tagRemoved": [
3536
3014
  {
3537
3015
  type: 1,
3538
- value: "tag"
3539
- },
3540
- {
3541
- type: 0,
3542
- value: " emovedray"
3543
- }
3544
- ],
3545
- "tagInput.tagsAddedCounter": [
3546
- {
3547
- type: 0,
3548
- value: "Agstay addedyay: "
3549
- },
3550
- {
3551
- style: null,
3552
- type: 2,
3553
- value: "x"
3554
- },
3555
- {
3556
- type: 0,
3557
- value: "/"
3016
+ value: "tagName"
3558
3017
  },
3559
- {
3560
- style: null,
3561
- type: 2,
3562
- value: "y"
3563
- }
3564
- ],
3565
- "time.invalidTime": [
3566
3018
  {
3567
3019
  type: 0,
3568
- value: "Easeplay enteryay ayay alidvay imetay."
3020
+ value: " emovedray."
3569
3021
  }
3570
3022
  ],
3571
- "time.requiredError": [
3023
+ "tagInput.tagsAdded": [
3572
3024
  {
3573
3025
  type: 0,
3574
- value: "Ayay imetay isyay equiredray."
3026
+ value: "Agstay addedyay"
3575
3027
  }
3576
3028
  ],
3577
3029
  "time.selectTime": [
@@ -3591,228 +3043,6 @@ const pig = {
3591
3043
  type: 0,
3592
3044
  value: "Oremay informationyay"
3593
3045
  }
3594
- ],
3595
- "uploader.acceptedFileTypes": [
3596
- {
3597
- type: 0,
3598
- value: "Acceptedyay ilefay "
3599
- },
3600
- {
3601
- offset: 0,
3602
- options: {
3603
- "=1": {
3604
- value: [
3605
- {
3606
- type: 0,
3607
- value: "etypay"
3608
- }
3609
- ]
3610
- },
3611
- other: {
3612
- value: [
3613
- {
3614
- type: 0,
3615
- value: "estypay"
3616
- }
3617
- ]
3618
- }
3619
- },
3620
- pluralType: "cardinal",
3621
- type: 6,
3622
- value: "amount"
3623
- },
3624
- {
3625
- type: 0,
3626
- value: ": "
3627
- },
3628
- {
3629
- type: 1,
3630
- value: "fileTypes"
3631
- }
3632
- ],
3633
- "uploader.duplicateName": [
3634
- {
3635
- type: 0,
3636
- value: "Ayay ilefay ithway isthay amenay alreadyyay existsyay."
3637
- }
3638
- ],
3639
- "uploader.fileCount": [
3640
- {
3641
- type: 1,
3642
- value: "x"
3643
- },
3644
- {
3645
- type: 0,
3646
- value: " ofyay "
3647
- },
3648
- {
3649
- type: 1,
3650
- value: "y"
3651
- },
3652
- {
3653
- type: 0,
3654
- value: " Ilesfay"
3655
- }
3656
- ],
3657
- "uploader.fileDeleted": [
3658
- {
3659
- type: 1,
3660
- value: "fileName"
3661
- },
3662
- {
3663
- type: 0,
3664
- value: " asway eletedday."
3665
- }
3666
- ],
3667
- "uploader.fileNotDeleted": [
3668
- {
3669
- type: 1,
3670
- value: "fileName"
3671
- },
3672
- {
3673
- type: 0,
3674
- value: " ouldcay otnay ebay eletedday."
3675
- }
3676
- ],
3677
- "uploader.fileTooLarge": [
3678
- {
3679
- type: 0,
3680
- value: "Ethay electedsay ilefay isyay ootay argelay. Aximummay ilefay izesay isyay "
3681
- },
3682
- {
3683
- type: 1,
3684
- value: "size"
3685
- },
3686
- {
3687
- type: 0,
3688
- value: "Mbay"
3689
- }
3690
- ],
3691
- "uploader.fileUploadLimitExceeded": [
3692
- {
3693
- type: 0,
3694
- value: "Uploadyay unsuccessfulyay ecausebay ilefay electionsay ouldway exceedyay ethay aximummay umbernay ofyay ilesfay"
3695
- }
3696
- ],
3697
- "uploader.fileUploadLimitReached": [
3698
- {
3699
- type: 0,
3700
- value: "Ethay aximummay umbernay ofyay ilesfay ashay eenbay eachedray"
3701
- }
3702
- ],
3703
- "uploader.filesAdded": [
3704
- {
3705
- offset: 0,
3706
- options: {
3707
- one: {
3708
- value: [
3709
- {
3710
- type: 0,
3711
- value: "1 ilefay addedyay"
3712
- }
3713
- ]
3714
- },
3715
- other: {
3716
- value: [
3717
- {
3718
- type: 7
3719
- },
3720
- {
3721
- type: 0,
3722
- value: " ilesfay addedyay"
3723
- }
3724
- ]
3725
- }
3726
- },
3727
- pluralType: "cardinal",
3728
- type: 6,
3729
- value: "numFiles"
3730
- }
3731
- ],
3732
- "uploader.filesUploading": [
3733
- {
3734
- offset: 0,
3735
- options: {
3736
- one: {
3737
- value: [
3738
- {
3739
- type: 0,
3740
- value: "1 ilefay uploadingyay"
3741
- }
3742
- ]
3743
- },
3744
- other: {
3745
- value: [
3746
- {
3747
- type: 7
3748
- },
3749
- {
3750
- type: 0,
3751
- value: " ilesfay uploadingyay"
3752
- }
3753
- ]
3754
- }
3755
- },
3756
- pluralType: "cardinal",
3757
- type: 6,
3758
- value: "num"
3759
- }
3760
- ],
3761
- "uploader.finishedUploading": [
3762
- {
3763
- type: 0,
3764
- value: "Inishedfay uploadingyay"
3765
- }
3766
- ],
3767
- "uploader.invalidFileType": [
3768
- {
3769
- type: 0,
3770
- value: "Ethay ilefay etypay isyay invalidyay. Acceptedyay estypay: "
3771
- },
3772
- {
3773
- type: 1,
3774
- value: "validTypes"
3775
- }
3776
- ],
3777
- "uploader.maxSize": [
3778
- {
3779
- type: 0,
3780
- value: "Aximummay ilefay izesay "
3781
- },
3782
- {
3783
- type: 1,
3784
- value: "maxSize"
3785
- },
3786
- {
3787
- type: 0,
3788
- value: "MBay"
3789
- }
3790
- ],
3791
- "uploader.uploadProgress": [
3792
- {
3793
- type: 0,
3794
- value: "Uploadyay ogresspray: "
3795
- },
3796
- {
3797
- type: 1,
3798
- value: "percentage"
3799
- },
3800
- {
3801
- type: 0,
3802
- value: "%"
3803
- }
3804
- ],
3805
- "uploader.waitToUpload": [
3806
- {
3807
- type: 0,
3808
- value: "Easeplay aitway orfay urrentcay uploadyay otay ompletecay eforebay uploadingyay ewnay ilesfay."
3809
- }
3810
- ],
3811
- "uploader.zeroFileSize": [
3812
- {
3813
- type: 0,
3814
- value: "Ethay ilefay ustmay ebay oremay anthay 0 esbytay"
3815
- }
3816
3046
  ]
3817
3047
  };
3818
3048
 
@@ -5892,7 +5122,7 @@ function createLocation(start, end) {
5892
5122
  }
5893
5123
  // #region Ponyfills
5894
5124
  // Consolidate these variables up top for easier toggling during debugging
5895
- var hasNativeStartsWith = !!String.prototype.startsWith;
5125
+ var hasNativeStartsWith = !!String.prototype.startsWith && '_a'.startsWith('a', 1);
5896
5126
  var hasNativeFromCodePoint = !!String.fromCodePoint;
5897
5127
  var hasNativeFromEntries = !!Object.fromEntries;
5898
5128
  var hasNativeCodePointAt = !!String.prototype.codePointAt;
@@ -8734,16 +7964,6 @@ function measureText(originEl, placeholderText) {
8734
7964
  document.body.removeChild(measurementEl);
8735
7965
  return boundingClientRect;
8736
7966
  }
8737
- function safeParseJSON(toParse) {
8738
- // JSON.parse will throw an exception if the string provided is not in the proper format
8739
- // instead of the exception, just return null and let other logic check
8740
- try {
8741
- return JSON.parse(toParse);
8742
- }
8743
- catch (e) {
8744
- return null;
8745
- }
8746
- }
8747
7967
  function truncateText(textEl, text, availableSpace, endAmt) {
8748
7968
  const cloneEl = document.createElement("div");
8749
7969
  cloneEl.style.visibility = "hidden";
@@ -8833,5 +8053,27 @@ function handleDisabledAttribute(el, isDisabled) {
8833
8053
  el.removeAttribute("disabled");
8834
8054
  }
8835
8055
  }
8056
+ // get the prev/next element with an option to circle through the list
8057
+ function findPrev(list, item, loop = false) {
8058
+ if (!!list && !item)
8059
+ return list[list.length - 1]; // if list was passed but no item, get the last item
8060
+ if (!list.includes(item))
8061
+ return; // if list is empty or doesn't include item
8062
+ let current = list.indexOf(item);
8063
+ let beforeFirst = loop ? list.length - 1 : 0; // before first item can be first (hard stop) or back to last
8064
+ let prev = current > 0 ? current - 1 : beforeFirst;
8065
+ return list[prev];
8066
+ }
8067
+ function findNext(list, item, loop = false) {
8068
+ if (!!list && !item)
8069
+ return list[0]; // if list was passed but no item, get the first item
8070
+ if (!list.includes(item))
8071
+ return; // if list is empty or doesn't include item
8072
+ let current = list.indexOf(item);
8073
+ const last = list.length - 1;
8074
+ let afterLast = loop ? 0 : last; // after last item can be last (hard stop) or back to first
8075
+ let next = current !== last ? current + 1 : afterLast;
8076
+ return list[next];
8077
+ }
8836
8078
 
8837
- export { calcPercentageInRange as A, hasRoomRight as B, handleDisabledAttribute as a, triggerFormSubmit as b, checkForActiveElInShadow as c, debounce as d, getPosition as e, findParentWithScrollbar as f, generateId as g, hideTooltip as h, intl as i, truncateText as j, snakeCaseToCamelCase as k, getNewIndexToFocus as l, shouldOpenUp as m, shouldOpenDown as n, shouldShiftRight as o, shouldShiftLeft as p, csvToArray as q, safeParseJSON as r, showTooltip as s, toBool as t, measureText as u, getTextDir as v, throttle as w, transposeMatrix as x, wrapAround as y, getSmallestSkipInterval as z };
8079
+ export { getSmallestSkipInterval as A, calcPercentageInRange as B, hasRoomRight as C, handleDisabledAttribute as a, triggerFormSubmit as b, checkForActiveElInShadow as c, debounce as d, getPosition as e, findParentWithScrollbar as f, generateId as g, hideTooltip as h, intl as i, truncateText as j, snakeCaseToCamelCase as k, getNewIndexToFocus as l, shouldOpenUp as m, shouldOpenDown as n, shouldShiftRight as o, shouldShiftLeft as p, measureText as q, findNext as r, showTooltip as s, toBool as t, findPrev as u, csvToArray as v, getTextDir as w, throttle as x, transposeMatrix as y, wrapAround as z };