@watermarkinsights/ripple 5.12.0-12 → 5.12.0-13

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 (348) hide show
  1. package/dist/{esm/global-20d1dc7b.js → cjs/app-globals-f7b7659e.js} +10 -1
  2. package/dist/cjs/{chartFunctions-a1981e06.js → chartFunctions-1e1d3cae.js} +3 -3
  3. package/dist/cjs/{functions-4b187487.js → functions-4f353093.js} +104 -7
  4. package/dist/cjs/index-788526f5.js +1859 -0
  5. package/dist/cjs/{intl-7fd0760e.js → intl-f7c9452b.js} +1 -1
  6. package/dist/cjs/loader.cjs.js +4 -3
  7. package/dist/cjs/priv-calendar.cjs.entry.js +6 -5
  8. package/dist/cjs/priv-chart-popover.cjs.entry.js +6 -5
  9. package/dist/cjs/priv-navigator-button.cjs.entry.js +4 -3
  10. package/dist/cjs/priv-navigator-item.cjs.entry.js +4 -3
  11. package/dist/cjs/priv-option-list.cjs.entry.js +6 -5
  12. package/dist/cjs/ripple.cjs.js +12 -11
  13. package/dist/cjs/wm-action-menu_2.cjs.entry.js +8 -6
  14. package/dist/cjs/wm-button.cjs.entry.js +5 -4
  15. package/dist/cjs/wm-chart-slice.cjs.entry.js +1 -1
  16. package/dist/cjs/wm-chart.cjs.entry.js +7 -6
  17. package/dist/cjs/wm-date-range.cjs.entry.js +9 -8
  18. package/dist/cjs/wm-datepicker.cjs.entry.js +9 -8
  19. package/dist/cjs/wm-file-list.cjs.entry.js +4 -3
  20. package/dist/cjs/wm-file.cjs.entry.js +5 -4
  21. package/dist/cjs/wm-input.cjs.entry.js +6 -5
  22. package/dist/cjs/wm-line-chart.cjs.entry.js +15 -14
  23. package/dist/cjs/wm-modal-pss_3.cjs.entry.js +13 -10
  24. package/dist/cjs/wm-modal_3.cjs.entry.js +13 -10
  25. package/dist/cjs/wm-navigation_3.cjs.entry.js +13 -10
  26. package/dist/cjs/wm-navigator.cjs.entry.js +4 -3
  27. package/dist/cjs/wm-nested-select.cjs.entry.js +8 -7
  28. package/dist/cjs/wm-optgroup.cjs.entry.js +5 -4
  29. package/dist/cjs/wm-option_2.cjs.entry.js +10 -8
  30. package/dist/cjs/wm-pagination.cjs.entry.js +6 -5
  31. package/dist/cjs/wm-progress-indicator_3.cjs.entry.js +9 -7
  32. package/dist/cjs/wm-search.cjs.entry.js +7 -6
  33. package/dist/cjs/wm-snackbar.cjs.entry.js +7 -6
  34. package/dist/cjs/wm-tab-item_3.cjs.entry.js +11 -8
  35. package/dist/cjs/wm-tag-input.cjs.entry.js +8 -7
  36. package/dist/cjs/wm-tag-option.cjs.entry.js +2 -2
  37. package/dist/cjs/wm-textarea.cjs.entry.js +6 -5
  38. package/dist/cjs/wm-timepicker.cjs.entry.js +6 -5
  39. package/dist/cjs/wm-toggletip.cjs.entry.js +7 -6
  40. package/dist/cjs/wm-uploader.cjs.entry.js +7 -6
  41. package/dist/cjs/wm-wrapper.cjs.entry.js +1 -1
  42. package/dist/collection/collection-manifest.json +2 -2
  43. package/dist/collection/components/charts/chartFunctions.js +1 -1
  44. package/dist/collection/components/charts/priv-chart-popover/priv-chart-popover.js +2 -2
  45. package/dist/collection/components/charts/wm-chart/wm-chart.js +1 -1
  46. package/dist/collection/components/charts/wm-line-chart/wm-line-chart.js +9 -9
  47. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-indicator.js +1 -1
  48. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.js +1 -1
  49. package/dist/collection/components/datepickers/priv-calendar/priv-calendar.js +2 -2
  50. package/dist/collection/components/datepickers/wm-date-range.js +17 -13
  51. package/dist/collection/components/datepickers/wm-datepicker.js +17 -13
  52. package/dist/collection/components/selects/priv-option-list/priv-option-list.js +7 -5
  53. package/dist/collection/components/selects/wm-nested-select/wm-nested-select.js +3 -3
  54. package/dist/collection/components/selects/wm-optgroup/wm-optgroup.js +1 -1
  55. package/dist/collection/components/selects/wm-option/wm-option.js +1 -1
  56. package/dist/collection/components/selects/wm-select/wm-select.js +2 -2
  57. package/dist/collection/components/wm-action-menu/wm-action-menu.js +1 -1
  58. package/dist/collection/components/wm-button/wm-button.js +1 -1
  59. package/dist/collection/components/wm-file/wm-file.js +1 -1
  60. package/dist/collection/components/wm-file-list/wm-file-list.js +1 -1
  61. package/dist/collection/components/wm-input/wm-input.js +1 -1
  62. package/dist/collection/components/wm-menuitem/wm-menuitem.js +1 -1
  63. package/dist/collection/components/wm-modal/wm-modal-footer.js +1 -1
  64. package/dist/collection/components/wm-modal/wm-modal-header.js +1 -1
  65. package/dist/collection/components/wm-modal/wm-modal.js +2 -2
  66. package/dist/collection/components/wm-modal-pss/wm-modal-pss-footer.js +1 -1
  67. package/dist/collection/components/wm-modal-pss/wm-modal-pss-header.js +1 -1
  68. package/dist/collection/components/wm-modal-pss/wm-modal-pss.js +2 -2
  69. package/dist/collection/components/wm-navigation/wm-navigation-hamburger.js +1 -1
  70. package/dist/collection/components/wm-navigation/wm-navigation-item.js +1 -1
  71. package/dist/collection/components/wm-navigation/wm-navigation.js +2 -2
  72. package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.js +1 -1
  73. package/dist/collection/components/wm-navigator/priv-navigator-item/priv-navigator-item.js +1 -1
  74. package/dist/collection/components/wm-pagination/wm-pagination.js +1 -1
  75. package/dist/collection/components/wm-search/wm-search.js +5 -4
  76. package/dist/collection/components/wm-snackbar/wm-snackbar.js +2 -2
  77. package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.js +1 -1
  78. package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.js +1 -1
  79. package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.js +1 -1
  80. package/dist/collection/components/wm-tag-input/wm-tag-input.js +3 -3
  81. package/dist/collection/components/wm-textarea/wm-textarea.js +1 -1
  82. package/dist/collection/components/wm-timepicker/wm-timepicker.js +11 -8
  83. package/dist/collection/components/wm-toggletip/wm-toggletip.css +0 -1
  84. package/dist/collection/components/wm-toggletip/wm-toggletip.js +2 -2
  85. package/dist/collection/components/wm-uploader/wm-uploader.js +2 -2
  86. package/dist/{cjs/global-a84891eb.js → esm/app-globals-abcdae09.js} +7 -2
  87. package/dist/esm/{chartFunctions-9099c7e9.js → chartFunctions-4cfa7410.js} +3 -3
  88. package/dist/esm/{functions-00e1916b.js → functions-9e8253e7.js} +105 -8
  89. package/dist/esm/index-130e07bb.js +1828 -0
  90. package/dist/esm/{intl-a6f16883.js → intl-d78f158c.js} +1 -1
  91. package/dist/esm/loader.js +5 -4
  92. package/dist/esm/priv-calendar.entry.js +6 -5
  93. package/dist/esm/priv-chart-popover.entry.js +6 -5
  94. package/dist/esm/priv-navigator-button.entry.js +4 -3
  95. package/dist/esm/priv-navigator-item.entry.js +4 -3
  96. package/dist/esm/priv-option-list.entry.js +6 -5
  97. package/dist/esm/ripple.js +13 -12
  98. package/dist/esm/wm-action-menu_2.entry.js +8 -6
  99. package/dist/esm/wm-button.entry.js +5 -4
  100. package/dist/esm/wm-chart-slice.entry.js +1 -1
  101. package/dist/esm/wm-chart.entry.js +7 -6
  102. package/dist/esm/wm-date-range.entry.js +9 -8
  103. package/dist/esm/wm-datepicker.entry.js +9 -8
  104. package/dist/esm/wm-file-list.entry.js +4 -3
  105. package/dist/esm/wm-file.entry.js +5 -4
  106. package/dist/esm/wm-input.entry.js +6 -5
  107. package/dist/esm/wm-line-chart.entry.js +15 -14
  108. package/dist/esm/wm-modal-pss_3.entry.js +13 -10
  109. package/dist/esm/wm-modal_3.entry.js +13 -10
  110. package/dist/esm/wm-navigation_3.entry.js +13 -10
  111. package/dist/esm/wm-navigator.entry.js +4 -3
  112. package/dist/esm/wm-nested-select.entry.js +8 -7
  113. package/dist/esm/wm-optgroup.entry.js +5 -4
  114. package/dist/esm/wm-option_2.entry.js +10 -8
  115. package/dist/esm/wm-pagination.entry.js +6 -5
  116. package/dist/esm/wm-progress-indicator_3.entry.js +9 -7
  117. package/dist/esm/wm-search.entry.js +7 -6
  118. package/dist/esm/wm-snackbar.entry.js +7 -6
  119. package/dist/esm/wm-tab-item_3.entry.js +11 -8
  120. package/dist/esm/wm-tag-input.entry.js +8 -7
  121. package/dist/esm/wm-tag-option.entry.js +2 -2
  122. package/dist/esm/wm-textarea.entry.js +6 -5
  123. package/dist/esm/wm-timepicker.entry.js +6 -5
  124. package/dist/esm/wm-toggletip.entry.js +7 -6
  125. package/dist/esm/wm-uploader.entry.js +7 -6
  126. package/dist/esm/wm-wrapper.entry.js +1 -1
  127. package/dist/esm-es5/app-globals-abcdae09.js +1 -0
  128. package/dist/esm-es5/{chartFunctions-9099c7e9.js → chartFunctions-4cfa7410.js} +1 -1
  129. package/dist/esm-es5/functions-9e8253e7.js +1 -0
  130. package/dist/esm-es5/index-130e07bb.js +1 -0
  131. package/dist/esm-es5/{intl-a6f16883.js → intl-d78f158c.js} +1 -1
  132. package/dist/esm-es5/loader.js +1 -1
  133. package/dist/esm-es5/priv-calendar.entry.js +1 -1
  134. package/dist/esm-es5/priv-chart-popover.entry.js +1 -1
  135. package/dist/esm-es5/priv-navigator-button.entry.js +1 -1
  136. package/dist/esm-es5/priv-navigator-item.entry.js +1 -1
  137. package/dist/esm-es5/priv-option-list.entry.js +1 -1
  138. package/dist/esm-es5/ripple.js +1 -1
  139. package/dist/esm-es5/wm-action-menu_2.entry.js +1 -1
  140. package/dist/esm-es5/wm-button.entry.js +1 -1
  141. package/dist/esm-es5/wm-chart-slice.entry.js +1 -1
  142. package/dist/esm-es5/wm-chart.entry.js +1 -1
  143. package/dist/esm-es5/wm-date-range.entry.js +1 -1
  144. package/dist/esm-es5/wm-datepicker.entry.js +1 -1
  145. package/dist/esm-es5/wm-file-list.entry.js +1 -1
  146. package/dist/esm-es5/wm-file.entry.js +1 -1
  147. package/dist/esm-es5/wm-input.entry.js +1 -1
  148. package/dist/esm-es5/wm-line-chart.entry.js +1 -1
  149. package/dist/esm-es5/wm-modal-pss_3.entry.js +1 -1
  150. package/dist/esm-es5/wm-modal_3.entry.js +1 -1
  151. package/dist/esm-es5/wm-navigation_3.entry.js +1 -1
  152. package/dist/esm-es5/wm-navigator.entry.js +1 -1
  153. package/dist/esm-es5/wm-nested-select.entry.js +1 -1
  154. package/dist/esm-es5/wm-optgroup.entry.js +1 -1
  155. package/dist/esm-es5/wm-option_2.entry.js +1 -1
  156. package/dist/esm-es5/wm-pagination.entry.js +1 -1
  157. package/dist/esm-es5/wm-progress-indicator_3.entry.js +1 -1
  158. package/dist/esm-es5/wm-search.entry.js +1 -1
  159. package/dist/esm-es5/wm-snackbar.entry.js +1 -1
  160. package/dist/esm-es5/wm-tab-item_3.entry.js +1 -1
  161. package/dist/esm-es5/wm-tag-input.entry.js +1 -1
  162. package/dist/esm-es5/wm-tag-option.entry.js +1 -1
  163. package/dist/esm-es5/wm-textarea.entry.js +1 -1
  164. package/dist/esm-es5/wm-timepicker.entry.js +1 -1
  165. package/dist/esm-es5/wm-toggletip.entry.js +1 -1
  166. package/dist/esm-es5/wm-uploader.entry.js +1 -1
  167. package/dist/esm-es5/wm-wrapper.entry.js +1 -1
  168. package/dist/loader/cdn.js +1 -2
  169. package/dist/loader/index.cjs.js +1 -2
  170. package/dist/loader/index.d.ts +3 -0
  171. package/dist/loader/index.es2017.js +1 -2
  172. package/dist/loader/index.js +1 -2
  173. package/dist/ripple/{p-65d26233.system.entry.js → p-043901ab.system.entry.js} +1 -1
  174. package/dist/ripple/{p-a880d9a0.system.entry.js → p-0a6cbbce.system.entry.js} +1 -1
  175. package/dist/ripple/{p-48e09589.entry.js → p-13b1d775.entry.js} +1 -1
  176. package/dist/ripple/p-142e4c2d.entry.js +1 -0
  177. package/dist/ripple/{p-1a71d867.system.entry.js → p-165b5d3d.system.entry.js} +1 -1
  178. package/dist/ripple/p-1a5b91c1.entry.js +1 -0
  179. package/dist/ripple/{p-fa09191b.system.entry.js → p-1f5f9e07.system.entry.js} +1 -1
  180. package/dist/ripple/p-236247d1.entry.js +1 -0
  181. package/dist/ripple/{p-5f5fe905.js → p-2fa21bed.js} +1 -1
  182. package/dist/ripple/{p-a04ef164.system.entry.js → p-3376581a.system.entry.js} +1 -1
  183. package/dist/ripple/{p-00e4af22.system.entry.js → p-39abb5e4.system.entry.js} +1 -1
  184. package/dist/ripple/{p-68fddfaa.system.entry.js → p-3d520a26.system.entry.js} +1 -1
  185. package/dist/ripple/{p-cc813406.system.js → p-41ce71aa.system.js} +1 -1
  186. package/dist/ripple/{p-68e04222.entry.js → p-45c4fc87.entry.js} +1 -1
  187. package/dist/ripple/{p-54d6f0f9.entry.js → p-4d29bcf8.entry.js} +1 -1
  188. package/dist/ripple/p-56d386b7.system.entry.js +1 -0
  189. package/dist/ripple/p-5c62e26d.entry.js +1 -0
  190. package/dist/ripple/{p-335c03d3.system.entry.js → p-629f5f7d.system.entry.js} +1 -1
  191. package/dist/ripple/{p-20a8f732.system.entry.js → p-6354858c.system.entry.js} +1 -1
  192. package/dist/ripple/p-63f9a56d.entry.js +1 -0
  193. package/dist/ripple/{p-1a4b6b02.system.entry.js → p-658f146a.system.entry.js} +1 -1
  194. package/dist/ripple/{p-363b534b.entry.js → p-68bd4288.entry.js} +1 -1
  195. package/dist/ripple/p-70aa314c.entry.js +1 -0
  196. package/dist/ripple/p-75656013.entry.js +1 -0
  197. package/dist/ripple/{p-89810563.entry.js → p-76f9acec.entry.js} +1 -1
  198. package/dist/ripple/p-77b420a9.entry.js +1 -0
  199. package/dist/ripple/p-7b75564f.entry.js +1 -0
  200. package/dist/ripple/p-7bdacaba.entry.js +1 -0
  201. package/dist/ripple/p-7c306fa3.entry.js +1 -0
  202. package/dist/ripple/{p-0d89d63c.system.entry.js → p-7c4fa135.system.entry.js} +1 -1
  203. package/dist/ripple/{p-32bf3f5b.system.entry.js → p-823d7b4e.system.entry.js} +1 -1
  204. package/dist/ripple/{p-e8c22f01.system.entry.js → p-83839da3.system.entry.js} +1 -1
  205. package/dist/ripple/p-86457680.js +1 -0
  206. package/dist/ripple/{p-56aeee6e.system.entry.js → p-86ee3a1c.system.entry.js} +1 -1
  207. package/dist/ripple/{p-1c8f550f.system.entry.js → p-8ad6cfa7.system.entry.js} +1 -1
  208. package/dist/ripple/{p-2f37f3ee.system.js → p-8afa85d7.system.js} +1 -1
  209. package/dist/ripple/p-91427f79.system.js +1 -0
  210. package/dist/ripple/p-933bdedf.entry.js +1 -0
  211. package/dist/ripple/{p-7b7e1eb5.system.entry.js → p-9345ff24.system.entry.js} +1 -1
  212. package/dist/ripple/p-93649ba1.entry.js +1 -0
  213. package/dist/ripple/{p-da68c87c.entry.js → p-988dc626.entry.js} +1 -1
  214. package/dist/ripple/p-9973d3c4.entry.js +1 -0
  215. package/dist/ripple/{p-f5c40e9e.system.entry.js → p-9d1301b5.system.entry.js} +1 -1
  216. package/dist/ripple/{p-522ecb7d.system.entry.js → p-9fa2a154.system.entry.js} +1 -1
  217. package/dist/ripple/{p-8c1d27a7.entry.js → p-a2535dde.entry.js} +1 -1
  218. package/dist/ripple/{p-a78bb423.system.entry.js → p-a32c32a5.system.entry.js} +1 -1
  219. package/dist/ripple/p-a3b005be.entry.js +1 -0
  220. package/dist/ripple/{p-c8cf09a2.system.entry.js → p-a5647b5c.system.entry.js} +1 -1
  221. package/dist/ripple/{p-9b848151.entry.js → p-a7252c5d.entry.js} +1 -1
  222. package/dist/ripple/{p-1fac5bf9.js → p-a766c2d9.js} +1 -1
  223. package/dist/ripple/{p-694903e6.system.entry.js → p-aad4c911.system.entry.js} +1 -1
  224. package/dist/ripple/{p-28119645.system.entry.js → p-b57307fb.system.entry.js} +1 -1
  225. package/dist/ripple/{p-c53f3704.system.entry.js → p-b85b90df.system.entry.js} +1 -1
  226. package/dist/ripple/p-b9fd87cf.system.entry.js +1 -0
  227. package/dist/ripple/p-bdc1ca1c.entry.js +1 -0
  228. package/dist/ripple/p-bf95dc5f.js +1 -0
  229. package/dist/ripple/p-c508b49a.system.js +1 -0
  230. package/dist/ripple/{p-6524c53e.system.entry.js → p-c53f75cd.system.entry.js} +1 -1
  231. package/dist/ripple/{p-3a231f4b.system.entry.js → p-c5500fcd.system.entry.js} +1 -1
  232. package/dist/ripple/{p-d20a0f0c.system.entry.js → p-c9c0614b.system.entry.js} +1 -1
  233. package/dist/ripple/p-cb60f6cc.entry.js +1 -0
  234. package/dist/ripple/{p-8f836507.system.entry.js → p-cce8e977.system.entry.js} +1 -1
  235. package/dist/ripple/{p-88ebddd7.entry.js → p-cd0cc88d.entry.js} +1 -1
  236. package/dist/ripple/p-cef8a45b.system.js +2 -0
  237. package/dist/ripple/{p-ddef82fa.system.entry.js → p-d03e0e35.system.entry.js} +1 -1
  238. package/dist/ripple/{p-3d4bb85f.entry.js → p-d2de817b.entry.js} +1 -1
  239. package/dist/ripple/{p-7b6a65f8.system.entry.js → p-d9b5f378.system.entry.js} +1 -1
  240. package/dist/ripple/p-d9da0502.js +2 -0
  241. package/dist/ripple/{p-9ab3c088.system.entry.js → p-db2d9e78.system.entry.js} +1 -1
  242. package/dist/ripple/p-dc86a666.system.js +1 -0
  243. package/dist/ripple/p-ded3327c.entry.js +1 -0
  244. package/dist/ripple/p-deec276d.entry.js +1 -0
  245. package/dist/ripple/p-e2cf5473.entry.js +1 -0
  246. package/dist/ripple/{p-39f79d71.system.entry.js → p-edca689f.system.entry.js} +1 -1
  247. package/dist/ripple/p-f1528c80.entry.js +1 -0
  248. package/dist/ripple/p-f26a2a38.entry.js +1 -0
  249. package/dist/ripple/{p-8e9c24f3.entry.js → p-f5380902.entry.js} +1 -1
  250. package/dist/ripple/p-f9a71cf6.entry.js +1 -0
  251. package/dist/ripple/{p-1a4b7504.system.entry.js → p-fde28903.system.entry.js} +1 -1
  252. package/dist/ripple/ripple.esm.js +1 -1
  253. package/dist/ripple/ripple.js +1 -1
  254. package/dist/types/stencil-public-runtime.d.ts +3 -10
  255. package/package.json +1 -1
  256. package/dist/cjs/index-e86c28b6.js +0 -2649
  257. package/dist/collection/components/charts/chartFunctions.spec.js +0 -16
  258. package/dist/collection/components/charts/priv-chart-popover/priv-chart-popover.e2e.js +0 -81
  259. package/dist/collection/components/charts/screenshots.e2e.js +0 -96
  260. package/dist/collection/components/charts/wm-chart/wm-chart.e2e.js +0 -213
  261. package/dist/collection/components/charts/wm-chart/wm-chart.spec.js +0 -37
  262. package/dist/collection/components/charts/wm-line-chart/wm-line-chart.e2e.js +0 -176
  263. package/dist/collection/components/charts/wm-line-chart/wm-line-chart.spec.js +0 -163
  264. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.e2e.js +0 -69
  265. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.spec.js +0 -79
  266. package/dist/collection/components/datepickers/priv-calendar/priv-calendar.spec.js +0 -89
  267. package/dist/collection/components/datepickers/wm-date-range.e2e.js +0 -443
  268. package/dist/collection/components/datepickers/wm-date-range.spec.js +0 -22
  269. package/dist/collection/components/datepickers/wm-datepicker.e2e.js +0 -382
  270. package/dist/collection/components/datepickers/wm-datepicker.spec.js +0 -21
  271. package/dist/collection/components/selects/wm-option/wm-option.e2e.js +0 -22
  272. package/dist/collection/components/selects/wm-option/wm-option.spec.js +0 -63
  273. package/dist/collection/components/selects/wm-select/wm-select.e2e.js +0 -521
  274. package/dist/collection/components/selects/wm-select/wm-select.spec.js +0 -271
  275. package/dist/collection/components/wm-action-menu/wm-action-menu.e2e.js +0 -200
  276. package/dist/collection/components/wm-action-menu/wm-action-menu.spec.js +0 -48
  277. package/dist/collection/components/wm-button/wm-button.e2e.js +0 -55
  278. package/dist/collection/components/wm-button/wm-button.spec.js +0 -74
  279. package/dist/collection/components/wm-file/wm-file.spec.js +0 -194
  280. package/dist/collection/components/wm-file-list/wm-file-list.spec.js +0 -69
  281. package/dist/collection/components/wm-input/wm-input.e2e.js +0 -32
  282. package/dist/collection/components/wm-input/wm-input.spec.js +0 -173
  283. package/dist/collection/components/wm-menuitem/wm-menuitem.e2e.js +0 -23
  284. package/dist/collection/components/wm-menuitem/wm-menuitem.spec.js +0 -54
  285. package/dist/collection/components/wm-modal/wm-modal-footer.spec.js +0 -11
  286. package/dist/collection/components/wm-modal/wm-modal-header.spec.js +0 -8
  287. package/dist/collection/components/wm-modal/wm-modal.e2e.js +0 -104
  288. package/dist/collection/components/wm-modal/wm-modal.spec.js +0 -30
  289. package/dist/collection/components/wm-navigation/wm-navigation.e2e.js +0 -102
  290. package/dist/collection/components/wm-navigation/wm-navigation.spec.js +0 -91
  291. package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.e2e.js +0 -50
  292. package/dist/collection/components/wm-navigator/wm-navigator.e2e.js +0 -209
  293. package/dist/collection/components/wm-navigator/wm-navigator.spec.js +0 -177
  294. package/dist/collection/components/wm-pagination/wm-pagination.e2e.js +0 -312
  295. package/dist/collection/components/wm-search/wm-search.e2e.js +0 -76
  296. package/dist/collection/components/wm-search/wm-search.spec.js +0 -71
  297. package/dist/collection/components/wm-snackbar/wm-snackbar.e2e.js +0 -112
  298. package/dist/collection/components/wm-snackbar/wm-snackbar.spec.js +0 -9
  299. package/dist/collection/components/wm-tabs/wm-tabs.e2e.js +0 -91
  300. package/dist/collection/components/wm-tabs/wm-tabs.spec.js +0 -12
  301. package/dist/collection/components/wm-tag-input/wm-tag-input.e2e.js +0 -204
  302. package/dist/collection/components/wm-tag-input/wm-tag-input.spec.js +0 -195
  303. package/dist/collection/components/wm-textarea/wm-textarea.e2e.js +0 -41
  304. package/dist/collection/components/wm-textarea/wm-textarea.spec.js +0 -79
  305. package/dist/collection/components/wm-timepicker/wm-timepicker.e2e.js +0 -163
  306. package/dist/collection/components/wm-timepicker/wm-timepicker.spec.js +0 -147
  307. package/dist/collection/components/wm-toggletip/wm-toggletip.e2e.js +0 -69
  308. package/dist/collection/components/wm-toggletip/wm-toggletip.spec.js +0 -21
  309. package/dist/collection/components/wm-uploader/wm-uploader.e2e.js +0 -70
  310. package/dist/collection/components/wm-uploader/wm-uploader.spec.js +0 -234
  311. package/dist/collection/global/functions.spec.js +0 -126
  312. package/dist/collection/lang/lang.spec.js +0 -20
  313. package/dist/esm/index-558b5a82.js +0 -2618
  314. package/dist/esm-es5/functions-00e1916b.js +0 -1
  315. package/dist/esm-es5/global-20d1dc7b.js +0 -1
  316. package/dist/esm-es5/index-558b5a82.js +0 -1
  317. package/dist/ripple/p-05ae54d7.entry.js +0 -1
  318. package/dist/ripple/p-06bf8746.system.js +0 -1
  319. package/dist/ripple/p-118c47eb.system.entry.js +0 -1
  320. package/dist/ripple/p-1a951dfb.entry.js +0 -1
  321. package/dist/ripple/p-1f751b87.js +0 -1
  322. package/dist/ripple/p-249b56fb.entry.js +0 -1
  323. package/dist/ripple/p-249d13a1.system.entry.js +0 -1
  324. package/dist/ripple/p-26906899.entry.js +0 -1
  325. package/dist/ripple/p-4228de00.entry.js +0 -1
  326. package/dist/ripple/p-568c595f.js +0 -2
  327. package/dist/ripple/p-5e6a4f70.system.js +0 -1
  328. package/dist/ripple/p-617c2c75.entry.js +0 -1
  329. package/dist/ripple/p-6834a6d3.entry.js +0 -1
  330. package/dist/ripple/p-8acdee87.system.js +0 -1
  331. package/dist/ripple/p-94495341.entry.js +0 -1
  332. package/dist/ripple/p-9872623b.entry.js +0 -1
  333. package/dist/ripple/p-9aedd599.entry.js +0 -1
  334. package/dist/ripple/p-ab8d78cc.system.js +0 -2
  335. package/dist/ripple/p-adc254e6.entry.js +0 -1
  336. package/dist/ripple/p-b165d61a.entry.js +0 -1
  337. package/dist/ripple/p-b39377c7.entry.js +0 -1
  338. package/dist/ripple/p-b9bca547.entry.js +0 -1
  339. package/dist/ripple/p-bae2c236.entry.js +0 -1
  340. package/dist/ripple/p-c56ff16f.entry.js +0 -1
  341. package/dist/ripple/p-cbdceb6e.entry.js +0 -1
  342. package/dist/ripple/p-d6111226.entry.js +0 -1
  343. package/dist/ripple/p-dba66df1.js +0 -1
  344. package/dist/ripple/p-dee6d5a3.entry.js +0 -1
  345. package/dist/ripple/p-e55d5371.entry.js +0 -1
  346. package/dist/ripple/p-f555831b.entry.js +0 -1
  347. package/dist/ripple/p-f9cade98.entry.js +0 -1
  348. package/dist/ripple/p-fdfca58b.entry.js +0 -1
@@ -300,9 +300,9 @@ export class Uploader {
300
300
  return (h("div", { class: `drop-area -${this.dropArea}`, ref: (el) => (this.dropAreaEl = el), onDragEnter: (ev) => this.handleDragEnter(ev), onDragOver: (ev) => this.handleDragOver(ev), onDragLeave: (ev) => this.handleDragLeave(ev), onDrop: (ev) => this.handleDrop(ev) }, this.dropArea == "page" && (h("div", { ref: (el) => (this.dropOverlayEl = el), class: "drop-overlay", popover: "manual" }, h("span", { class: "upload-arrow" }), h("span", null, "Drop to Upload")))));
301
301
  }
302
302
  render() {
303
- return (h(Host, { class: `-${this.dropArea}` }, this.uploaderType == "drop" && this.renderDropArea(), this.label && this.renderLabel(), this.renderHeader(), this.renderListContainer(), h("div", { ref: (el) => (this.assertiveLiveRegionEl = el), class: "live-region sr-only", "aria-live": "assertive" // since it's directly linked to the action the user took, it should be read in priority. With polite, some messages get dismissed in favor of the page title
303
+ return (h(Host, { key: '05fa03d63ba14665a196bece2c82eabb4882ba82', class: `-${this.dropArea}` }, this.uploaderType == "drop" && this.renderDropArea(), this.label && this.renderLabel(), this.renderHeader(), this.renderListContainer(), h("div", { key: 'fd2c2779cc8f5e8aab480fdb68ac0e482905785d', ref: (el) => (this.assertiveLiveRegionEl = el), class: "live-region sr-only", "aria-live": "assertive" // since it's directly linked to the action the user took, it should be read in priority. With polite, some messages get dismissed in favor of the page title
304
304
  ,
305
- "aria-atomic": "true" }), h("div", { ref: (el) => (this.politeLiveRegionEl = el), class: "live-region sr-only", "aria-live": "polite", "aria-atomic": "true" })));
305
+ "aria-atomic": "true" }), h("div", { key: '2a5c1d00d2a98bd40fa9ac8dbc248209cca470ba', ref: (el) => (this.politeLiveRegionEl = el), class: "live-region sr-only", "aria-live": "polite", "aria-atomic": "true" })));
306
306
  }
307
307
  static get is() { return "wm-uploader"; }
308
308
  static get encapsulation() { return "shadow"; }
@@ -1,6 +1,6 @@
1
- 'use strict';
1
+ import './index-130e07bb.js';
2
2
 
3
- const version = "5.12.0-12";
3
+ const version = "5.12.0-13";
4
4
 
5
5
  // PRINT RIPPLE VERSION IN CONSOLE
6
6
  // test envs return 0 for plugin.length
@@ -83,3 +83,8 @@ tooltipStyles.textContent = `
83
83
  document.head.appendChild(tooltipStyles);
84
84
  tooltipContainer.appendChild(tooltipEl);
85
85
  document.querySelector("body").appendChild(tooltipContainer);
86
+ const globalFn = () => { };
87
+
88
+ const globalScripts = globalFn;
89
+
90
+ export { globalScripts as g };
@@ -1,5 +1,5 @@
1
- import { h } from './index-558b5a82.js';
2
- import { i as intl, c as checkForActiveElInShadow, e as safeMultiplyFloat, f as getPosition } from './functions-00e1916b.js';
1
+ import { h } from './index-130e07bb.js';
2
+ import { i as intl, c as checkForActiveElInShadow, e as safeMultiplyFloat, f as getPosition } from './functions-9e8253e7.js';
3
3
 
4
4
  const colors = {
5
5
  salmon: "#ff5f4e",
@@ -69,7 +69,7 @@ const allChartsDetails = {
69
69
  bar5: {
70
70
  size: 400,
71
71
  colors: [
72
- colors.gray,
72
+ colors.gray, // this is only used if prop notStartedColor is set
73
73
  colors.lavender,
74
74
  colors.midnight,
75
75
  "#0089e4",
@@ -4402,7 +4402,7 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
4402
4402
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
4403
4403
  PERFORMANCE OF THIS SOFTWARE.
4404
4404
  ***************************************************************************** */
4405
- /* global Reflect, Promise, SuppressedError, Symbol */
4405
+ /* global Reflect, Promise, SuppressedError, Symbol, Iterator */
4406
4406
 
4407
4407
  var extendStatics = function(d, b) {
4408
4408
  extendStatics = Object.setPrototypeOf ||
@@ -4658,7 +4658,7 @@ function parseDateTimeSkeleton(skeleton) {
4658
4658
  throw new RangeError('`D/F/g` (day) patterns are not supported, use `d` instead');
4659
4659
  // Weekday
4660
4660
  case 'E':
4661
- result.weekday = len === 4 ? 'short' : len === 5 ? 'narrow' : 'short';
4661
+ result.weekday = len === 4 ? 'long' : len === 5 ? 'narrow' : 'short';
4662
4662
  break;
4663
4663
  case 'e':
4664
4664
  if (len < 4) {
@@ -4716,7 +4716,7 @@ function parseDateTimeSkeleton(skeleton) {
4716
4716
  result.timeZoneName = len < 4 ? 'short' : 'long';
4717
4717
  break;
4718
4718
  case 'Z': // 1..3, 4, 5: The ISO8601 varios formats
4719
- case 'O': // 1, 4: miliseconds in day short, long
4719
+ case 'O': // 1, 4: milliseconds in day short, long
4720
4720
  case 'v': // 1, 4: generic non-location format
4721
4721
  case 'V': // 1, 2, 3, 4: time zone ID or city
4722
4722
  case 'X': // 1, 2, 3, 4: The ISO8601 varios formats
@@ -4947,6 +4947,27 @@ function parseNumberSkeleton(tokens) {
4947
4947
  case 'scale':
4948
4948
  result.scale = parseFloat(token.options[0]);
4949
4949
  continue;
4950
+ case 'rounding-mode-floor':
4951
+ result.roundingMode = 'floor';
4952
+ continue;
4953
+ case 'rounding-mode-ceiling':
4954
+ result.roundingMode = 'ceil';
4955
+ continue;
4956
+ case 'rounding-mode-down':
4957
+ result.roundingMode = 'trunc';
4958
+ continue;
4959
+ case 'rounding-mode-up':
4960
+ result.roundingMode = 'expand';
4961
+ continue;
4962
+ case 'rounding-mode-half-even':
4963
+ result.roundingMode = 'halfEven';
4964
+ continue;
4965
+ case 'rounding-mode-half-down':
4966
+ result.roundingMode = 'halfTrunc';
4967
+ continue;
4968
+ case 'rounding-mode-half-up':
4969
+ result.roundingMode = 'halfExpand';
4970
+ continue;
4950
4971
  // https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#integer-width
4951
4972
  case 'integer-width':
4952
4973
  if (token.options.length > 1) {
@@ -5146,6 +5167,10 @@ var timeData = {
5146
5167
  "hb",
5147
5168
  "H"
5148
5169
  ],
5170
+ "BI": [
5171
+ "H",
5172
+ "h"
5173
+ ],
5149
5174
  "BJ": [
5150
5175
  "H",
5151
5176
  "hB"
@@ -5195,6 +5220,10 @@ var timeData = {
5195
5220
  "hb",
5196
5221
  "hB"
5197
5222
  ],
5223
+ "BY": [
5224
+ "H",
5225
+ "h"
5226
+ ],
5198
5227
  "BZ": [
5199
5228
  "H",
5200
5229
  "h",
@@ -5283,6 +5312,10 @@ var timeData = {
5283
5312
  "H",
5284
5313
  "hB"
5285
5314
  ],
5315
+ "CW": [
5316
+ "H",
5317
+ "hB"
5318
+ ],
5286
5319
  "CX": [
5287
5320
  "H",
5288
5321
  "h",
@@ -5398,6 +5431,10 @@ var timeData = {
5398
5431
  "H",
5399
5432
  "hB"
5400
5433
  ],
5434
+ "FO": [
5435
+ "H",
5436
+ "h"
5437
+ ],
5401
5438
  "FR": [
5402
5439
  "H",
5403
5440
  "hB"
@@ -5443,6 +5480,10 @@ var timeData = {
5443
5480
  "hb",
5444
5481
  "hB"
5445
5482
  ],
5483
+ "GL": [
5484
+ "H",
5485
+ "h"
5486
+ ],
5446
5487
  "GM": [
5447
5488
  "h",
5448
5489
  "hb",
@@ -5507,6 +5548,10 @@ var timeData = {
5507
5548
  "H",
5508
5549
  "hB"
5509
5550
  ],
5551
+ "HU": [
5552
+ "H",
5553
+ "h"
5554
+ ],
5510
5555
  "IC": [
5511
5556
  "H",
5512
5557
  "h",
@@ -5579,8 +5624,8 @@ var timeData = {
5579
5624
  ],
5580
5625
  "JP": [
5581
5626
  "H",
5582
- "h",
5583
- "K"
5627
+ "K",
5628
+ "h"
5584
5629
  ],
5585
5630
  "KE": [
5586
5631
  "hB",
@@ -5731,6 +5776,10 @@ var timeData = {
5731
5776
  "H",
5732
5777
  "hB"
5733
5778
  ],
5779
+ "MG": [
5780
+ "H",
5781
+ "h"
5782
+ ],
5734
5783
  "MH": [
5735
5784
  "h",
5736
5785
  "hb",
@@ -5786,6 +5835,18 @@ var timeData = {
5786
5835
  "hb",
5787
5836
  "hB"
5788
5837
  ],
5838
+ "MT": [
5839
+ "H",
5840
+ "h"
5841
+ ],
5842
+ "MU": [
5843
+ "H",
5844
+ "h"
5845
+ ],
5846
+ "MV": [
5847
+ "H",
5848
+ "h"
5849
+ ],
5789
5850
  "MW": [
5790
5851
  "h",
5791
5852
  "hb",
@@ -5843,6 +5904,10 @@ var timeData = {
5843
5904
  "H",
5844
5905
  "hB"
5845
5906
  ],
5907
+ "NO": [
5908
+ "H",
5909
+ "h"
5910
+ ],
5846
5911
  "NP": [
5847
5912
  "H",
5848
5913
  "h",
@@ -5904,6 +5969,10 @@ var timeData = {
5904
5969
  "hB",
5905
5970
  "H"
5906
5971
  ],
5972
+ "PL": [
5973
+ "H",
5974
+ "h"
5975
+ ],
5907
5976
  "PM": [
5908
5977
  "H",
5909
5978
  "hB"
@@ -5962,6 +6031,10 @@ var timeData = {
5962
6031
  "RU": [
5963
6032
  "H"
5964
6033
  ],
6034
+ "RW": [
6035
+ "H",
6036
+ "h"
6037
+ ],
5965
6038
  "SA": [
5966
6039
  "h",
5967
6040
  "hB",
@@ -6094,12 +6167,24 @@ var timeData = {
6094
6167
  "H",
6095
6168
  "hB"
6096
6169
  ],
6170
+ "TH": [
6171
+ "H",
6172
+ "h"
6173
+ ],
6174
+ "TJ": [
6175
+ "H",
6176
+ "h"
6177
+ ],
6097
6178
  "TL": [
6098
6179
  "H",
6099
6180
  "hB",
6100
6181
  "hb",
6101
6182
  "h"
6102
6183
  ],
6184
+ "TM": [
6185
+ "H",
6186
+ "h"
6187
+ ],
6103
6188
  "TN": [
6104
6189
  "h",
6105
6190
  "hB",
@@ -6195,6 +6280,10 @@ var timeData = {
6195
6280
  "H",
6196
6281
  "hB"
6197
6282
  ],
6283
+ "VN": [
6284
+ "H",
6285
+ "h"
6286
+ ],
6198
6287
  "VU": [
6199
6288
  "h",
6200
6289
  "H"
@@ -6234,6 +6323,10 @@ var timeData = {
6234
6323
  "H",
6235
6324
  "hB"
6236
6325
  ],
6326
+ "ZW": [
6327
+ "H",
6328
+ "h"
6329
+ ],
6237
6330
  "af-ZA": [
6238
6331
  "H",
6239
6332
  "h",
@@ -8137,8 +8230,8 @@ function createDefaultFormatters(cache) {
8137
8230
  }
8138
8231
  var IntlMessageFormat = /** @class */ (function () {
8139
8232
  function IntlMessageFormat(message, locales, overrideFormats, opts) {
8140
- if (locales === void 0) { locales = IntlMessageFormat.defaultLocale; }
8141
8233
  var _this = this;
8234
+ if (locales === void 0) { locales = IntlMessageFormat.defaultLocale; }
8142
8235
  this.formatterCache = {
8143
8236
  number: {},
8144
8237
  dateTime: {},
@@ -8875,7 +8968,6 @@ function formatRelativeTime(config, getRelativeTimeFormat, value, unit, options)
8875
8968
  var NUMBER_FORMAT_OPTIONS = [
8876
8969
  'style',
8877
8970
  'currency',
8878
- 'currencyDisplay',
8879
8971
  'unit',
8880
8972
  'unitDisplay',
8881
8973
  'useGrouping',
@@ -8893,6 +8985,11 @@ var NUMBER_FORMAT_OPTIONS = [
8893
8985
  'unit',
8894
8986
  'unitDisplay',
8895
8987
  'numberingSystem',
8988
+ // ES2023 NumberFormat
8989
+ 'trailingZeroDisplay',
8990
+ 'roundingPriority',
8991
+ 'roundingIncrement',
8992
+ 'roundingMode',
8896
8993
  ];
8897
8994
  function getFormatter(_a, getNumberFormat, options) {
8898
8995
  var locale = _a.locale, formats = _a.formats, onError = _a.onError;
@@ -9636,4 +9733,4 @@ const weekdays = [
9636
9733
  intl.formatMessage({ id: "date.saturday", defaultMessage: "Saturday" }),
9637
9734
  ];
9638
9735
 
9639
- export { isElOrChild as A, throttle as B, getContextMeasurements as C, dateFind as D, calendar_months as E, findParentWithHiddenOverflow as F, transposeMatrix as G, wrapAround as H, getSmallestSkipInterval as I, calcPercentageInRange as J, makeISO as K, weekdays as L, getMonthLength as M, handleDisabledAttribute as a, triggerFormSubmit as b, checkForActiveElInShadow as c, debounce as d, safeMultiplyFloat as e, getPosition as f, generateId as g, hideTooltip as h, intl as i, dateToISO as j, shouldOpenUp as k, hasRoomRight as l, truncateText as m, snakeCaseToCamelCase as n, getNewIndexToFocus as o, findScrollableParent as p, shouldOpenDown as q, shouldShiftRight as r, showTooltip as s, toBool as t, shouldShiftLeft as u, measureText as v, findNext as w, findPrev as x, csvToArray as y, getTextDir as z };
9736
+ export { isElOrChild as A, throttle as B, getContextMeasurements as C, dateFind as D, calendar_months as E, findParentWithHiddenOverflow as F, transposeMatrix as G, wrapAround as H, getSmallestSkipInterval as I, calcPercentageInRange as J, makeISO as K, getMonthLength as L, weekdays as M, handleDisabledAttribute as a, triggerFormSubmit as b, checkForActiveElInShadow as c, debounce as d, safeMultiplyFloat as e, getPosition as f, generateId as g, hideTooltip as h, intl as i, dateToISO as j, shouldOpenUp as k, hasRoomRight as l, truncateText as m, snakeCaseToCamelCase as n, getNewIndexToFocus as o, findScrollableParent as p, shouldOpenDown as q, shouldShiftRight as r, showTooltip as s, toBool as t, shouldShiftLeft as u, measureText as v, findNext as w, findPrev as x, csvToArray as y, getTextDir as z };