@watermarkinsights/ripple 5.7.0-4 → 5.7.0-6

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 (380) hide show
  1. package/dist/{esm/global-66b17eed.js → cjs/app-globals-b78b1f4d.js} +10 -1
  2. package/dist/cjs/{chartFunctions-995023b1.js → chartFunctions-d2a1f4c7.js} +3 -3
  3. package/dist/cjs/{functions-e24249e6.js → functions-5ac8a62f.js} +104 -7
  4. package/dist/cjs/index-788526f5.js +1863 -0
  5. package/dist/cjs/{intl-5aeba788.js → intl-57d1cfd1.js} +1 -1
  6. package/dist/cjs/loader.cjs.js +5 -4
  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 +18 -5
  12. package/dist/cjs/ripple.cjs.js +13 -12
  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-footer.cjs.entry.js +4 -3
  24. package/dist/cjs/wm-modal-header.cjs.entry.js +6 -5
  25. package/dist/cjs/wm-modal.cjs.entry.js +6 -5
  26. package/dist/cjs/wm-navigation_3.cjs.entry.js +13 -10
  27. package/dist/cjs/wm-navigator.cjs.entry.js +4 -3
  28. package/dist/cjs/wm-nested-select.cjs.entry.js +19 -12
  29. package/dist/cjs/wm-optgroup.cjs.entry.js +8 -7
  30. package/dist/cjs/wm-option_2.cjs.entry.js +10 -8
  31. package/dist/cjs/wm-pagination.cjs.entry.js +5 -4
  32. package/dist/cjs/wm-progress-indicator_3.cjs.entry.js +9 -7
  33. package/dist/cjs/wm-search.cjs.entry.js +7 -6
  34. package/dist/cjs/wm-snackbar.cjs.entry.js +7 -6
  35. package/dist/cjs/wm-tab-item_3.cjs.entry.js +11 -8
  36. package/dist/cjs/wm-tag-input.cjs.entry.js +8 -7
  37. package/dist/cjs/wm-tag-option.cjs.entry.js +2 -2
  38. package/dist/cjs/wm-textarea.cjs.entry.js +6 -5
  39. package/dist/cjs/wm-timepicker.cjs.entry.js +6 -5
  40. package/dist/cjs/wm-toggletip.cjs.entry.js +6 -5
  41. package/dist/cjs/wm-uploader.cjs.entry.js +7 -6
  42. package/dist/cjs/wm-wrapper.cjs.entry.js +1 -1
  43. package/dist/collection/collection-manifest.json +2 -2
  44. package/dist/collection/components/charts/chartFunctions.js +1 -1
  45. package/dist/collection/components/charts/priv-chart-popover/priv-chart-popover.js +2 -2
  46. package/dist/collection/components/charts/wm-chart/wm-chart.js +1 -1
  47. package/dist/collection/components/charts/wm-line-chart/wm-line-chart.js +9 -9
  48. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-indicator.js +1 -1
  49. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.js +1 -1
  50. package/dist/collection/components/datepickers/priv-calendar/priv-calendar.js +2 -2
  51. package/dist/collection/components/datepickers/wm-date-range.js +17 -13
  52. package/dist/collection/components/datepickers/wm-datepicker.js +17 -13
  53. package/dist/collection/components/selects/priv-option-list/priv-option-list.css +5 -0
  54. package/dist/collection/components/selects/priv-option-list/priv-option-list.js +54 -5
  55. package/dist/collection/components/selects/wm-nested-select/wm-nested-select.css +2 -2
  56. package/dist/collection/components/selects/wm-nested-select/wm-nested-select.js +31 -7
  57. package/dist/collection/components/selects/wm-optgroup/wm-optgroup.js +4 -4
  58. package/dist/collection/components/selects/wm-option/wm-option.js +1 -1
  59. package/dist/collection/components/selects/wm-select/wm-select.js +2 -2
  60. package/dist/collection/components/wm-action-menu/wm-action-menu.js +1 -1
  61. package/dist/collection/components/wm-button/wm-button.js +1 -1
  62. package/dist/collection/components/wm-file/wm-file.js +1 -1
  63. package/dist/collection/components/wm-file-list/wm-file-list.js +1 -1
  64. package/dist/collection/components/wm-input/wm-input.js +1 -1
  65. package/dist/collection/components/wm-menuitem/wm-menuitem.js +1 -1
  66. package/dist/collection/components/wm-modal/wm-modal-footer.js +1 -1
  67. package/dist/collection/components/wm-modal/wm-modal-header.js +1 -1
  68. package/dist/collection/components/wm-modal/wm-modal.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.js +2 -2
  84. package/dist/collection/components/wm-uploader/wm-uploader.js +2 -2
  85. package/dist/{cjs/global-8ecf126f.js → esm/app-globals-079cb2f3.js} +7 -2
  86. package/dist/esm/{chartFunctions-dfcb1edf.js → chartFunctions-6666ced3.js} +3 -3
  87. package/dist/esm/{functions-b791a892.js → functions-03966124.js} +105 -8
  88. package/dist/esm/index-130e07bb.js +1832 -0
  89. package/dist/esm/{intl-f2f7ce8b.js → intl-2fa0087c.js} +1 -1
  90. package/dist/esm/loader.js +6 -5
  91. package/dist/esm/priv-calendar.entry.js +6 -5
  92. package/dist/esm/priv-chart-popover.entry.js +6 -5
  93. package/dist/esm/priv-navigator-button.entry.js +4 -3
  94. package/dist/esm/priv-navigator-item.entry.js +4 -3
  95. package/dist/esm/priv-option-list.entry.js +18 -5
  96. package/dist/esm/ripple.js +14 -13
  97. package/dist/esm/wm-action-menu_2.entry.js +8 -6
  98. package/dist/esm/wm-button.entry.js +5 -4
  99. package/dist/esm/wm-chart-slice.entry.js +1 -1
  100. package/dist/esm/wm-chart.entry.js +7 -6
  101. package/dist/esm/wm-date-range.entry.js +9 -8
  102. package/dist/esm/wm-datepicker.entry.js +9 -8
  103. package/dist/esm/wm-file-list.entry.js +4 -3
  104. package/dist/esm/wm-file.entry.js +5 -4
  105. package/dist/esm/wm-input.entry.js +6 -5
  106. package/dist/esm/wm-line-chart.entry.js +15 -14
  107. package/dist/esm/wm-modal-footer.entry.js +4 -3
  108. package/dist/esm/wm-modal-header.entry.js +6 -5
  109. package/dist/esm/wm-modal.entry.js +6 -5
  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 +19 -12
  113. package/dist/esm/wm-optgroup.entry.js +8 -7
  114. package/dist/esm/wm-option_2.entry.js +10 -8
  115. package/dist/esm/wm-pagination.entry.js +5 -4
  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 +6 -5
  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-079cb2f3.js +1 -0
  128. package/dist/esm-es5/{chartFunctions-dfcb1edf.js → chartFunctions-6666ced3.js} +1 -1
  129. package/dist/esm-es5/functions-03966124.js +1 -0
  130. package/dist/esm-es5/index-130e07bb.js +1 -0
  131. package/dist/esm-es5/{intl-f2f7ce8b.js → intl-2fa0087c.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-footer.entry.js +1 -1
  150. package/dist/esm-es5/wm-modal-header.entry.js +1 -1
  151. package/dist/esm-es5/wm-modal.entry.js +1 -1
  152. package/dist/esm-es5/wm-navigation_3.entry.js +1 -1
  153. package/dist/esm-es5/wm-navigator.entry.js +1 -1
  154. package/dist/esm-es5/wm-nested-select.entry.js +1 -1
  155. package/dist/esm-es5/wm-optgroup.entry.js +1 -1
  156. package/dist/esm-es5/wm-option_2.entry.js +1 -1
  157. package/dist/esm-es5/wm-pagination.entry.js +1 -1
  158. package/dist/esm-es5/wm-progress-indicator_3.entry.js +1 -1
  159. package/dist/esm-es5/wm-search.entry.js +1 -1
  160. package/dist/esm-es5/wm-snackbar.entry.js +1 -1
  161. package/dist/esm-es5/wm-tab-item_3.entry.js +1 -1
  162. package/dist/esm-es5/wm-tag-input.entry.js +1 -1
  163. package/dist/esm-es5/wm-tag-option.entry.js +1 -1
  164. package/dist/esm-es5/wm-textarea.entry.js +1 -1
  165. package/dist/esm-es5/wm-timepicker.entry.js +1 -1
  166. package/dist/esm-es5/wm-toggletip.entry.js +1 -1
  167. package/dist/esm-es5/wm-uploader.entry.js +1 -1
  168. package/dist/esm-es5/wm-wrapper.entry.js +1 -1
  169. package/dist/loader/cdn.js +1 -2
  170. package/dist/loader/index.cjs.js +1 -2
  171. package/dist/loader/index.d.ts +3 -0
  172. package/dist/loader/index.es2017.js +1 -2
  173. package/dist/loader/index.js +1 -2
  174. package/dist/ripple/{p-65d26233.system.entry.js → p-043901ab.system.entry.js} +1 -1
  175. package/dist/ripple/p-04c5af17.entry.js +1 -0
  176. package/dist/ripple/{p-828adbf1.system.js → p-094883e1.system.js} +1 -1
  177. package/dist/ripple/{p-48e09589.entry.js → p-13b1d775.entry.js} +1 -1
  178. package/dist/ripple/p-16eb5075.entry.js +1 -0
  179. package/dist/ripple/p-17825edb.entry.js +1 -0
  180. package/dist/ripple/p-19c85f03.system.entry.js +1 -0
  181. package/dist/ripple/p-2261e8d4.entry.js +1 -0
  182. package/dist/ripple/p-2903ce15.system.entry.js +1 -0
  183. package/dist/ripple/p-2a3d94a9.system.entry.js +1 -0
  184. package/dist/ripple/{p-e687176d.entry.js → p-2c70503a.entry.js} +1 -1
  185. package/dist/ripple/p-39484b51.system.entry.js +1 -0
  186. package/dist/ripple/p-3e7e6493.system.entry.js +1 -0
  187. package/dist/ripple/p-3eae2cff.system.entry.js +1 -0
  188. package/dist/ripple/p-43598413.js +1 -0
  189. package/dist/ripple/p-43c7c26e.entry.js +1 -0
  190. package/dist/ripple/p-45393c61.system.entry.js +1 -0
  191. package/dist/ripple/p-4d0daa27.system.js +1 -0
  192. package/dist/ripple/p-4f2be0ea.entry.js +1 -0
  193. package/dist/ripple/{p-c2e00d4a.system.entry.js → p-4fa245d4.system.entry.js} +1 -1
  194. package/dist/ripple/{p-505eca1c.system.entry.js → p-506a85c0.system.entry.js} +1 -1
  195. package/dist/ripple/p-54ee24ab.system.entry.js +1 -0
  196. package/dist/ripple/p-580a6225.system.entry.js +1 -0
  197. package/dist/ripple/{p-db9657eb.system.entry.js → p-60206085.system.entry.js} +1 -1
  198. package/dist/ripple/{p-c853e185.system.entry.js → p-6028695a.system.entry.js} +1 -1
  199. package/dist/ripple/{p-fa4f1030.system.entry.js → p-664dc79d.system.entry.js} +1 -1
  200. package/dist/ripple/{p-a3c01e10.system.entry.js → p-68434694.system.entry.js} +1 -1
  201. package/dist/ripple/p-6b84c512.entry.js +1 -0
  202. package/dist/ripple/p-6e50bb9a.entry.js +1 -0
  203. package/dist/ripple/p-76df7747.system.entry.js +1 -0
  204. package/dist/ripple/{p-72165bd2.entry.js → p-772db278.entry.js} +1 -1
  205. package/dist/ripple/{p-eddbcb21.js → p-785fda3d.js} +1 -1
  206. package/dist/ripple/p-7c2846e4.system.entry.js +1 -0
  207. package/dist/ripple/p-7f162296.system.entry.js +1 -0
  208. package/dist/ripple/p-7fba9e61.system.entry.js +1 -0
  209. package/dist/ripple/p-81ce5578.entry.js +1 -0
  210. package/dist/ripple/{p-32bf3f5b.system.entry.js → p-823d7b4e.system.entry.js} +1 -1
  211. package/dist/ripple/p-877d35f8.system.entry.js +1 -0
  212. package/dist/ripple/p-8933fa3d.system.entry.js +1 -0
  213. package/dist/ripple/p-a6466fd1.entry.js +1 -0
  214. package/dist/ripple/p-aa52069c.entry.js +1 -0
  215. package/dist/ripple/p-ae2b2056.entry.js +1 -0
  216. package/dist/ripple/p-afa807a5.entry.js +1 -0
  217. package/dist/ripple/{p-45f9ad09.entry.js → p-b47aa85a.entry.js} +1 -1
  218. package/dist/ripple/{p-21d372ed.js → p-b4e4479b.js} +1 -1
  219. package/dist/ripple/p-b5276c34.entry.js +1 -0
  220. package/dist/ripple/p-b5e7db7f.system.entry.js +1 -0
  221. package/dist/ripple/{p-81c2df85.system.js → p-b8a3612c.system.js} +1 -1
  222. package/dist/ripple/p-b8dbae16.entry.js +1 -0
  223. package/dist/ripple/p-ba2fe2c3.system.entry.js +1 -0
  224. package/dist/ripple/p-baca1589.entry.js +1 -0
  225. package/dist/ripple/p-bae209b8.system.entry.js +1 -0
  226. package/dist/ripple/p-bf033357.entry.js +1 -0
  227. package/dist/ripple/p-c0ccce22.system.entry.js +1 -0
  228. package/dist/ripple/p-c499cfaf.entry.js +1 -0
  229. package/dist/ripple/p-c61b29cd.system.entry.js +1 -0
  230. package/dist/ripple/p-c83bc1e9.entry.js +1 -0
  231. package/dist/ripple/{p-88ebddd7.entry.js → p-cd0cc88d.entry.js} +1 -1
  232. package/dist/ripple/p-cef8a45b.system.js +2 -0
  233. package/dist/ripple/p-d307a2d5.system.entry.js +1 -0
  234. package/dist/ripple/p-d9da0502.js +2 -0
  235. package/dist/ripple/{p-5300b15d.entry.js → p-da3e143d.entry.js} +1 -1
  236. package/dist/ripple/p-db706578.system.js +1 -0
  237. package/dist/ripple/{p-c1e3c2fb.entry.js → p-dba15615.entry.js} +1 -1
  238. package/dist/ripple/p-dd23c135.entry.js +1 -0
  239. package/dist/ripple/p-ded71900.entry.js +1 -0
  240. package/dist/ripple/p-dfcf2302.system.js +1 -0
  241. package/dist/ripple/{p-3e415c49.system.entry.js → p-e1a3db79.system.entry.js} +1 -1
  242. package/dist/ripple/p-e27dcd81.system.entry.js +1 -0
  243. package/dist/ripple/{p-ca971eac.system.entry.js → p-e2910f91.system.entry.js} +1 -1
  244. package/dist/ripple/p-e5f7fbe7.js +1 -0
  245. package/dist/ripple/p-e6e1cd8b.entry.js +1 -0
  246. package/dist/ripple/p-ed2f0946.entry.js +1 -0
  247. package/dist/ripple/p-f3aa0c90.entry.js +1 -0
  248. package/dist/ripple/{p-5a9e3108.system.entry.js → p-f573e60c.system.entry.js} +1 -1
  249. package/dist/ripple/p-f6752b25.system.entry.js +1 -0
  250. package/dist/ripple/p-f78d5bc3.entry.js +1 -0
  251. package/dist/ripple/p-faae9ebb.entry.js +1 -0
  252. package/dist/ripple/{p-5284791c.entry.js → p-fc04e749.entry.js} +1 -1
  253. package/dist/ripple/p-fde96980.system.entry.js +1 -0
  254. package/dist/ripple/p-fe6522b9.entry.js +1 -0
  255. package/dist/ripple/ripple.esm.js +1 -1
  256. package/dist/ripple/ripple.js +1 -1
  257. package/dist/types/components/selects/priv-option-list/priv-option-list.d.ts +3 -0
  258. package/dist/types/components/selects/wm-nested-select/wm-nested-select.d.ts +1 -1
  259. package/dist/types/components.d.ts +6 -0
  260. package/dist/types/stencil-public-runtime.d.ts +3 -10
  261. package/package.json +1 -1
  262. package/dist/cjs/index-e86c28b6.js +0 -2653
  263. package/dist/collection/components/charts/chartFunctions.spec.js +0 -16
  264. package/dist/collection/components/charts/priv-chart-popover/priv-chart-popover.e2e.js +0 -81
  265. package/dist/collection/components/charts/screenshots.e2e.js +0 -96
  266. package/dist/collection/components/charts/wm-chart/wm-chart.e2e.js +0 -213
  267. package/dist/collection/components/charts/wm-chart/wm-chart.spec.js +0 -37
  268. package/dist/collection/components/charts/wm-line-chart/wm-line-chart.e2e.js +0 -176
  269. package/dist/collection/components/charts/wm-line-chart/wm-line-chart.spec.js +0 -163
  270. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.e2e.js +0 -69
  271. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.spec.js +0 -79
  272. package/dist/collection/components/datepickers/priv-calendar/priv-calendar.spec.js +0 -89
  273. package/dist/collection/components/datepickers/wm-date-range.e2e.js +0 -443
  274. package/dist/collection/components/datepickers/wm-date-range.spec.js +0 -22
  275. package/dist/collection/components/datepickers/wm-datepicker.e2e.js +0 -382
  276. package/dist/collection/components/datepickers/wm-datepicker.spec.js +0 -21
  277. package/dist/collection/components/selects/wm-option/wm-option.e2e.js +0 -22
  278. package/dist/collection/components/selects/wm-option/wm-option.spec.js +0 -63
  279. package/dist/collection/components/selects/wm-select/wm-select.e2e.js +0 -521
  280. package/dist/collection/components/selects/wm-select/wm-select.spec.js +0 -271
  281. package/dist/collection/components/wm-action-menu/wm-action-menu.e2e.js +0 -200
  282. package/dist/collection/components/wm-action-menu/wm-action-menu.spec.js +0 -48
  283. package/dist/collection/components/wm-button/wm-button.e2e.js +0 -55
  284. package/dist/collection/components/wm-button/wm-button.spec.js +0 -74
  285. package/dist/collection/components/wm-file/wm-file.spec.js +0 -194
  286. package/dist/collection/components/wm-file-list/wm-file-list.spec.js +0 -69
  287. package/dist/collection/components/wm-input/wm-input.e2e.js +0 -32
  288. package/dist/collection/components/wm-input/wm-input.spec.js +0 -173
  289. package/dist/collection/components/wm-menuitem/wm-menuitem.e2e.js +0 -23
  290. package/dist/collection/components/wm-menuitem/wm-menuitem.spec.js +0 -54
  291. package/dist/collection/components/wm-modal/wm-modal-footer.spec.js +0 -11
  292. package/dist/collection/components/wm-modal/wm-modal-header.spec.js +0 -8
  293. package/dist/collection/components/wm-modal/wm-modal.e2e.js +0 -104
  294. package/dist/collection/components/wm-modal/wm-modal.spec.js +0 -30
  295. package/dist/collection/components/wm-navigation/wm-navigation.e2e.js +0 -102
  296. package/dist/collection/components/wm-navigation/wm-navigation.spec.js +0 -91
  297. package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.e2e.js +0 -50
  298. package/dist/collection/components/wm-navigator/wm-navigator.e2e.js +0 -209
  299. package/dist/collection/components/wm-navigator/wm-navigator.spec.js +0 -177
  300. package/dist/collection/components/wm-pagination/wm-pagination.e2e.js +0 -312
  301. package/dist/collection/components/wm-search/wm-search.e2e.js +0 -76
  302. package/dist/collection/components/wm-search/wm-search.spec.js +0 -71
  303. package/dist/collection/components/wm-snackbar/wm-snackbar.e2e.js +0 -112
  304. package/dist/collection/components/wm-snackbar/wm-snackbar.spec.js +0 -9
  305. package/dist/collection/components/wm-tabs/wm-tabs.e2e.js +0 -91
  306. package/dist/collection/components/wm-tabs/wm-tabs.spec.js +0 -12
  307. package/dist/collection/components/wm-tag-input/wm-tag-input.e2e.js +0 -204
  308. package/dist/collection/components/wm-tag-input/wm-tag-input.spec.js +0 -195
  309. package/dist/collection/components/wm-textarea/wm-textarea.e2e.js +0 -41
  310. package/dist/collection/components/wm-textarea/wm-textarea.spec.js +0 -79
  311. package/dist/collection/components/wm-timepicker/wm-timepicker.e2e.js +0 -163
  312. package/dist/collection/components/wm-timepicker/wm-timepicker.spec.js +0 -147
  313. package/dist/collection/components/wm-toggletip/wm-toggletip.e2e.js +0 -69
  314. package/dist/collection/components/wm-toggletip/wm-toggletip.spec.js +0 -21
  315. package/dist/collection/components/wm-uploader/wm-uploader.e2e.js +0 -70
  316. package/dist/collection/components/wm-uploader/wm-uploader.spec.js +0 -234
  317. package/dist/collection/global/functions.spec.js +0 -126
  318. package/dist/collection/lang/lang.spec.js +0 -20
  319. package/dist/esm/index-558b5a82.js +0 -2622
  320. package/dist/esm-es5/functions-b791a892.js +0 -1
  321. package/dist/esm-es5/global-66b17eed.js +0 -1
  322. package/dist/esm-es5/index-558b5a82.js +0 -1
  323. package/dist/ripple/p-021ff5fa.system.entry.js +0 -1
  324. package/dist/ripple/p-0837dad0.js +0 -1
  325. package/dist/ripple/p-09ca1555.system.entry.js +0 -1
  326. package/dist/ripple/p-0b1c6965.system.entry.js +0 -1
  327. package/dist/ripple/p-1389302e.system.entry.js +0 -1
  328. package/dist/ripple/p-13f51c06.entry.js +0 -1
  329. package/dist/ripple/p-149a22bf.entry.js +0 -1
  330. package/dist/ripple/p-16f65bf4.js +0 -1
  331. package/dist/ripple/p-1c170fb3.entry.js +0 -1
  332. package/dist/ripple/p-1e625a5e.entry.js +0 -1
  333. package/dist/ripple/p-215793a4.entry.js +0 -1
  334. package/dist/ripple/p-236af552.entry.js +0 -1
  335. package/dist/ripple/p-294b38ca.system.entry.js +0 -1
  336. package/dist/ripple/p-2e79fa49.entry.js +0 -1
  337. package/dist/ripple/p-30b905eb.system.entry.js +0 -1
  338. package/dist/ripple/p-311923b2.system.entry.js +0 -1
  339. package/dist/ripple/p-313a2a19.system.js +0 -1
  340. package/dist/ripple/p-3568472c.entry.js +0 -1
  341. package/dist/ripple/p-371b813b.system.entry.js +0 -1
  342. package/dist/ripple/p-3d50db36.entry.js +0 -1
  343. package/dist/ripple/p-3deaf4d9.system.entry.js +0 -1
  344. package/dist/ripple/p-41550baa.entry.js +0 -1
  345. package/dist/ripple/p-493a03e1.system.entry.js +0 -1
  346. package/dist/ripple/p-50388b6f.system.entry.js +0 -1
  347. package/dist/ripple/p-568c595f.js +0 -2
  348. package/dist/ripple/p-6cc07645.system.entry.js +0 -1
  349. package/dist/ripple/p-6d129ef8.system.entry.js +0 -1
  350. package/dist/ripple/p-70350a03.system.entry.js +0 -1
  351. package/dist/ripple/p-725230dd.system.entry.js +0 -1
  352. package/dist/ripple/p-749597da.system.entry.js +0 -1
  353. package/dist/ripple/p-83be63f6.entry.js +0 -1
  354. package/dist/ripple/p-84603f1f.system.entry.js +0 -1
  355. package/dist/ripple/p-84ba5b74.entry.js +0 -1
  356. package/dist/ripple/p-902a54c5.entry.js +0 -1
  357. package/dist/ripple/p-94c124cc.entry.js +0 -1
  358. package/dist/ripple/p-a0ecb6d7.system.entry.js +0 -1
  359. package/dist/ripple/p-a162c9be.entry.js +0 -1
  360. package/dist/ripple/p-ab8d78cc.system.js +0 -2
  361. package/dist/ripple/p-ade3d9a9.entry.js +0 -1
  362. package/dist/ripple/p-ae82b3d2.system.js +0 -1
  363. package/dist/ripple/p-aea13873.entry.js +0 -1
  364. package/dist/ripple/p-b01f9998.system.entry.js +0 -1
  365. package/dist/ripple/p-b9dbf1f4.entry.js +0 -1
  366. package/dist/ripple/p-c47fab48.entry.js +0 -1
  367. package/dist/ripple/p-c885c7f9.entry.js +0 -1
  368. package/dist/ripple/p-c9543950.system.entry.js +0 -1
  369. package/dist/ripple/p-cad0c5f9.system.entry.js +0 -1
  370. package/dist/ripple/p-dab8c0c7.entry.js +0 -1
  371. package/dist/ripple/p-defd5814.entry.js +0 -1
  372. package/dist/ripple/p-df157138.entry.js +0 -1
  373. package/dist/ripple/p-e081fdc2.system.entry.js +0 -1
  374. package/dist/ripple/p-ecd317f3.system.js +0 -1
  375. package/dist/ripple/p-ed1f6b8d.system.entry.js +0 -1
  376. package/dist/ripple/p-f2101a0d.entry.js +0 -1
  377. package/dist/ripple/p-f24572f5.entry.js +0 -1
  378. package/dist/ripple/p-f40e1468.system.entry.js +0 -1
  379. package/dist/ripple/p-f90e4094.entry.js +0 -1
  380. package/dist/ripple/p-ff1ed90f.entry.js +0 -1
@@ -34,7 +34,7 @@ export class NavigationHamburger {
34
34
  this.wmNavigationHamburgerClicked.emit();
35
35
  }
36
36
  render() {
37
- return (h(Host, { class: `hamburger ${this.open ? "nav-open" : "nav-closed"}` }, h("button", { "aria-expanded": this.open, "aria-label": this.showNavMessage, onMouseEnter: () => showTooltip("right", this.el, this.showNavMessage), onMouseLeave: () => hideTooltip(), onFocus: () => this.isTabbing && showTooltip("right", this.el, this.showNavMessage), onBlur: () => hideTooltip(), onClick: () => this.handleClick() }, h("span", { class: "icon" }))));
37
+ return (h(Host, { key: 'fc402d0497dde80e6cf677a1d68a6be907581d87', class: `hamburger ${this.open ? "nav-open" : "nav-closed"}` }, h("button", { key: '98f00ce032096525b6a8bc657ebf74ad0b9de422', "aria-expanded": this.open, "aria-label": this.showNavMessage, onMouseEnter: () => showTooltip("right", this.el, this.showNavMessage), onMouseLeave: () => hideTooltip(), onFocus: () => this.isTabbing && showTooltip("right", this.el, this.showNavMessage), onBlur: () => hideTooltip(), onClick: () => this.handleClick() }, h("span", { key: 'b7a05af3f723c2d19c2dcf58d5e10660bd461382', class: "icon" }))));
38
38
  }
39
39
  static get is() { return "wm-navigation-hamburger"; }
40
40
  static get encapsulation() { return "shadow"; }
@@ -6,7 +6,7 @@ export class NavigationItem {
6
6
  this.active = undefined;
7
7
  }
8
8
  render() {
9
- return (h(Host, { role: "listitem" }, h("a", { class: `link ${this.active ? "active" : ""}`, href: this.href, onClick: () => this.wmNavigationItemClicked.emit() }, h("div", { class: "icon", "aria-hidden": "true" }, h("slot", null)), h("div", { class: "text" }, this.text))));
9
+ return (h(Host, { key: '8f21a176308fc0052df4c37e6ce10a56ce36714a', role: "listitem" }, h("a", { key: 'e0bc653ff770e9e5c7b8c05931ef59ae866ef5b0', class: `link ${this.active ? "active" : ""}`, href: this.href, onClick: () => this.wmNavigationItemClicked.emit() }, h("div", { key: 'ee3b371175474cefdc4d3aa0dd78221807f8d36e', class: "icon", "aria-hidden": "true" }, h("slot", { key: 'a35caf3cc9befad2e9a7cf6b52612c11708ab93b' })), h("div", { key: 'c8ca711e000f7ea73ace37e8bf173b2fca94406a', class: "text" }, this.text))));
10
10
  }
11
11
  static get is() { return "wm-navigation-item"; }
12
12
  static get encapsulation() { return "shadow"; }
@@ -96,9 +96,9 @@ export class Navigation {
96
96
  } }));
97
97
  }
98
98
  render() {
99
- return (h(Host, { role: "navigation", "aria-expanded": this.ariaExpanded, "aria-label": this.mainNavigationMessage }, this.open ? this.renderOverlay() : "", this.isCollapsible && (h("div", { class: "trapfocus", tabindex: this.open ? 0 : undefined, onFocus: () => this.focusLastItem() })), h("div", { class: "tray" }, h("div", { class: "toggle-wrapper" }, h("wm-button", { ref: (el) => (this.toggleEl = el), class: "toggle", "button-type": "navigational", icon: this.open ? "f156" : "f35c", "icon-size": "2rem", tooltip: this.open ? globalMessages.close : globalMessages.open, "tooltip-position": "right", tabIndex: this.open ? undefined : -1, onClick: () => {
99
+ return (h(Host, { key: 'b8fa3d19d2d5c3bbc1d10b36012567be01955f4e', role: "navigation", "aria-expanded": this.ariaExpanded, "aria-label": this.mainNavigationMessage }, this.open ? this.renderOverlay() : "", this.isCollapsible && (h("div", { key: '8661122685c09698703f7037d2f73676c13a930f', class: "trapfocus", tabindex: this.open ? 0 : undefined, onFocus: () => this.focusLastItem() })), h("div", { key: '6d9f020d21e9c05bcc0a439f2939869267318d9d', class: "tray" }, h("div", { key: 'c497fd99f9ec90b352405f562d1c7d492d8af6f5', class: "toggle-wrapper" }, h("wm-button", { key: '5544c0479873097961737a85dda7c9f03f60edd0', ref: (el) => (this.toggleEl = el), class: "toggle", "button-type": "navigational", icon: this.open ? "f156" : "f35c", "icon-size": "2rem", tooltip: this.open ? globalMessages.close : globalMessages.open, "tooltip-position": "right", tabIndex: this.open ? undefined : -1, onClick: () => {
100
100
  this.open = !this.open;
101
- } })), h("ul", { class: "navlist" }, h("slot", null))), this.isCollapsible && (h("div", { class: "trapfocus", tabindex: this.open ? 0 : undefined, onFocus: () => this.toggleEl.focus() }))));
101
+ } })), h("ul", { key: '921967fa3b818a6487b311d1413801caa936817b', class: "navlist" }, h("slot", { key: 'c71b593320116c6bad5091e6ad4c6247f28084b5' }))), this.isCollapsible && (h("div", { key: 'c8f0cb0b0649546939a31ce9ffebd8b6a5452e8d', class: "trapfocus", tabindex: this.open ? 0 : undefined, onFocus: () => this.toggleEl.focus() }))));
102
102
  }
103
103
  static get is() { return "wm-navigation"; }
104
104
  static get encapsulation() { return "shadow"; }
@@ -9,7 +9,7 @@ export class PrivNavigatorButton {
9
9
  }
10
10
  render() {
11
11
  const { handleClick, altText } = this;
12
- return (h("button", { "aria-expanded": this.expanded.toString(), class: "navigator", onClick: handleClick.bind(this), "aria-label": altText }));
12
+ return (h("button", { key: '01b41071516d6a26e1dd34ba20f4fd5d882c44fc', "aria-expanded": this.expanded.toString(), class: "navigator", onClick: handleClick.bind(this), "aria-label": altText }));
13
13
  }
14
14
  static get is() { return "priv-navigator-button"; }
15
15
  static get encapsulation() { return "shadow"; }
@@ -16,7 +16,7 @@ export class PrivNavigatorItem {
16
16
  render() {
17
17
  const selectedClass = this.selected ? "selected" : "";
18
18
  const focusedClass = this.focused ? "focused" : "";
19
- return (h("div", { class: `navoption ${selectedClass} ${focusedClass}` }, h("slot", null)));
19
+ return (h("div", { key: '98b77c7265e7ea4af63397419df3e40494c56811', class: `navoption ${selectedClass} ${focusedClass}` }, h("slot", { key: '8c00f002215db527b3ad294d342802c9524dec68' })));
20
20
  }
21
21
  static get is() { return "priv-navigator-item"; }
22
22
  static get encapsulation() { return "shadow"; }
@@ -151,7 +151,7 @@ export class Pagination {
151
151
  render() {
152
152
  return (
153
153
  // do not render the component if there's only one page
154
- this.totalItems > this.itemsPerPage && (h("nav", { "aria-label": `Pagination Navigation. ${this.getCurrentPagesInView()}. Current page, ${this.currentPage}.` }, this.isLargeSize ? this.renderLarge() : this.renderSmall(), h("div", { id: "status", class: "sr-only", "aria-live": "polite", "aria-relevant": "text", "aria-atomic": "true" }, this.srAnnouncement))));
154
+ this.totalItems > this.itemsPerPage && (h("nav", { key: '5598c56f54538470610f0419794e6e86f9fa9075', "aria-label": `Pagination Navigation. ${this.getCurrentPagesInView()}. Current page, ${this.currentPage}.` }, this.isLargeSize ? this.renderLarge() : this.renderSmall(), h("div", { key: '931fe5f130389e998837fd3f98d0311d2a147095', id: "status", class: "sr-only", "aria-live": "polite", "aria-relevant": "text", "aria-atomic": "true" }, this.srAnnouncement))));
155
155
  }
156
156
  static get is() { return "wm-pagination"; }
157
157
  static get encapsulation() { return "shadow"; }
@@ -166,10 +166,10 @@ export class Search {
166
166
  * End search and find render helpers
167
167
  */
168
168
  render() {
169
- return (h(Host, null, h("div", { id: "wm-search-wrapper", class: `wm-search-wrapper ${this.searchType}` }, h("input", { disabled: this.isDisabled, id: "wm-search-input", placeholder: this.placeholder, "aria-label": `${this.label ? this.label + ". " : ""}${intl.formatMessage({
169
+ return (h(Host, { key: '2c251f4f12069241343caacc2127c8c06260fc65' }, h("div", { key: '0a30850044b4707b06e671db14963dc98077af83', id: "wm-search-wrapper", class: `wm-search-wrapper ${this.searchType}` }, h("input", { key: '3f22650a996906a42a2dbf11029ee96fbd2458aa', disabled: this.isDisabled, id: "wm-search-input", placeholder: this.placeholder, "aria-label": `${this.label ? this.label + ". " : ""}${intl.formatMessage({
170
170
  id: "search.typeToFilterResults",
171
171
  defaultMessage: "Type to filter the results",
172
- })}`, onInput: (ev) => this.updateValue(ev.target.value), onBlur: () => this.handleBlur(), "aria-autocomplete": "none", autocomplete: "off", value: this.value }), h("span", { class: "mdi search-icon" }, String.fromCodePoint(parseInt(`0xf349`))), this.searchType === "find" && this.renderResultsAndBrowseButtons(), h("div", { id: "wm-search-live", class: "sr-only", "aria-live": "polite", "aria-atomic": "true", ref: (el) => (this.resultsLiveRegion = el) }, this.announcement)), this.searchType === "find" && this.renderJumpToLink()));
172
+ })}`, onInput: (ev) => this.updateValue(ev.target.value), onBlur: () => this.handleBlur(), "aria-autocomplete": "none", autocomplete: "off", value: this.value }), h("span", { key: 'aabc53d0a664b5b69432670a8a4f7bdddeaa08b7', class: "mdi search-icon" }, String.fromCodePoint(parseInt(`0xf349`))), this.searchType === "find" && this.renderResultsAndBrowseButtons(), h("div", { key: '8c622ee7546f24e9c0b7e8cc024b50badb5adb2b', id: "wm-search-live", class: "sr-only", "aria-live": "polite", "aria-atomic": "true", ref: (el) => (this.resultsLiveRegion = el) }, this.announcement)), this.searchType === "find" && this.renderJumpToLink()));
173
173
  }
174
174
  static get is() { return "wm-search"; }
175
175
  static get encapsulation() { return "shadow"; }
@@ -380,8 +380,9 @@ export class Search {
380
380
  "complexType": {
381
381
  "signature": "(value: string) => Promise<void>",
382
382
  "parameters": [{
383
- "tags": [],
384
- "text": ""
383
+ "name": "value",
384
+ "type": "string",
385
+ "docs": ""
385
386
  }],
386
387
  "references": {
387
388
  "Promise": {
@@ -150,11 +150,11 @@ export class Snackbar {
150
150
  }, onKeyDown: (ev) => ev.key === "Enter" && this.snackLinkClicked(notification) }, h("span", { "aria-hidden": "true" }, notification.link)))), h("button", { id: `close-button-${notification.id}`, "aria-label": "Close this notification", class: "closesnack", tabindex: notification.link ? 0 : -1, onClick: () => this.snackDismissed(notification), onMouseEnter: (ev) => showTooltip("bottom", ev.target, globalMessages.close), onMouseLeave: () => hideTooltip(), onFocus: (ev) => this.isTabbing && showTooltip("bottom", ev.target, globalMessages.close), onBlur: () => hideTooltip() })), h("div", { class: "sr-only", tabindex: notification.link ? 0 : -1, onFocus: () => notification.link && this.snackDismissed(notification) })))));
151
151
  }
152
152
  render() {
153
- return (h(Host, null, h("div", { ref: (el) => (this.snackAreaEl = el), class: {
153
+ return (h(Host, { key: 'f011ca2167934ad38a3b92e494e5405255c7c0d2' }, h("div", { key: 'd9f8242623624809a0b55cc58fa71eaea19c09a2', ref: (el) => (this.snackAreaEl = el), class: {
154
154
  "list-wrapper": true,
155
155
  "user-is-tabbing": this.isTabbing,
156
156
  empty: this.parsedNotifications.length == 0,
157
- } }, this.renderSnackbars()), h("div", { class: "sr-only", "aria-live": "polite", "aria-atomic": "false", id: `wm-live-region-${this.uid}`, ref: (el) => (this.liveRegionEl = el) }, this.announcement)));
157
+ } }, this.renderSnackbars()), h("div", { key: '94a065228d53362a9e401bef3998c2509c2a9466', class: "sr-only", "aria-live": "polite", "aria-atomic": "false", id: `wm-live-region-${this.uid}`, ref: (el) => (this.liveRegionEl = el) }, this.announcement)));
158
158
  }
159
159
  static get is() { return "wm-snackbar"; }
160
160
  static get encapsulation() { return "shadow"; }
@@ -40,7 +40,7 @@ export class TabItem {
40
40
  "background-size": `calc(100% - ${bkgSize}${units}) 3px`,
41
41
  };
42
42
  }
43
- return (h(Host, { role: "presentation" }, h("li", { class: "tab-item", role: "presentation" }, h("a", { class: `tab ${classes}`, style: styles, role: "tab", ref: (el) => (this.linkEl = el), onClick: this.tabClicked, id: `tab-link-${this.tabId}`, onKeyDown: (ev) => this.tabPressed(ev), "aria-selected": this.selected ? "true" : "false", tabindex: this.selected ? 0 : -1 }, h("slot", null)))));
43
+ return (h(Host, { key: '1b5e2a436f666efdb4832313e9744f0cec64fd06', role: "presentation" }, h("li", { key: '1d976f2d8e997c35f850a1d3f81287e8a05cf6c5', class: "tab-item", role: "presentation" }, h("a", { key: 'a7b9d235329558637bce4e3d281b0fdd4acc012b', class: `tab ${classes}`, style: styles, role: "tab", ref: (el) => (this.linkEl = el), onClick: this.tabClicked, id: `tab-link-${this.tabId}`, onKeyDown: (ev) => this.tabPressed(ev), "aria-selected": this.selected ? "true" : "false", tabindex: this.selected ? 0 : -1 }, h("slot", { key: '20b2a2a40de1935499717243115c6c7abd174a15' })))));
44
44
  }
45
45
  static get is() { return "wm-tab-item"; }
46
46
  static get encapsulation() { return "shadow"; }
@@ -155,7 +155,7 @@ export class TabList {
155
155
  } }, t.textContent)));
156
156
  }
157
157
  render() {
158
- return h(Host, { class: this.menuLayout ? "menu" : "" }, this.renderMenuOrTabs());
158
+ return h(Host, { key: 'b5d5af9934cc164eaee24486d742fc84d0938cc4', class: this.menuLayout ? "menu" : "" }, this.renderMenuOrTabs());
159
159
  }
160
160
  static get is() { return "wm-tab-list"; }
161
161
  static get encapsulation() { return "shadow"; }
@@ -12,7 +12,7 @@ export class TabPanel {
12
12
  this.tabPanelLoaded.emit({ tabId: this.tabId });
13
13
  }
14
14
  render() {
15
- return h(Host, { role: "tabpanel", class: { "tab-hidden": !this.active } });
15
+ return h(Host, { key: '360eaf2a3b7ff884dc965da4858c81db5deb9fac', role: "tabpanel", class: { "tab-hidden": !this.active } });
16
16
  }
17
17
  static get is() { return "wm-tab-panel"; }
18
18
  static get originalStyleUrls() {
@@ -858,12 +858,12 @@ export class TagInput {
858
858
  }
859
859
  }
860
860
  render() {
861
- return (h("div", { class: `wrapper label-${this.labelPosition} ${this.errorMessage ? "invalid" : ""}` }, h("div", { class: "label-wrapper" }, h("label", { class: "label", htmlFor: "input" }, this.label, this.requiredField && (h("span", { class: "required", "aria-hidden": "true" }, "*")))), h("div", { class: `field-wrapper ${this.el.shadowRoot.activeElement === this.inputEl ? "focused" : ""} ${this.errorMessage ? "invalid" : ""}`, ref: (el) => (this.fieldWrapperEl = el) }, h("div", { class: "upper-row" }, h("div", { class: `tags-and-input-wrapper ${this.inModal ? "in-modal" : ""}` }, h("ul", { ref: (el) => (this.tagAreaEl = el), class: `tag-area ${this.taggedOptions.length === 0 && "empty"} ${this.isKeying ? "user-is-keying" : ""}`, role: "listbox", "aria-activedescendant": this.focusedTag ? this.focusedTag.id : null, "aria-orientation": "horizontal", "aria-label": `${this.label} ${this.tagAreaInstructions}`, tabindex: this._tagEls.length > 0 ? 0 : -1, "aria-describedby": `info max-tags`, onFocus: (ev) => this.handleTagAreaFocus(ev), onBlur: (ev) => {
861
+ return (h("div", { key: 'b309b4df4697e0403b40896eda41d68b65b3155b', class: `wrapper label-${this.labelPosition} ${this.errorMessage ? "invalid" : ""}` }, h("div", { key: 'dfba80379dcb6db4a3ffc49ad01153e3407b704c', class: "label-wrapper" }, h("label", { key: 'cfa0c452b41a258defc49ea9957bf2ba8d3b05d8', class: "label", htmlFor: "input" }, this.label, this.requiredField && (h("span", { key: '8a23dec0adcbc0589fe849a6533586c25d57421b', class: "required", "aria-hidden": "true" }, "*")))), h("div", { key: '6f8d837fba73454d6859f4dbdf2c25e351b691bc', class: `field-wrapper ${this.el.shadowRoot.activeElement === this.inputEl ? "focused" : ""} ${this.errorMessage ? "invalid" : ""}`, ref: (el) => (this.fieldWrapperEl = el) }, h("div", { key: 'c36525991a3214b9ede94473f8d7b43f776bb3d3', class: "upper-row" }, h("div", { key: '122cb5fec9c3c4135fcf38d39ead53a1295793a1', class: `tags-and-input-wrapper ${this.inModal ? "in-modal" : ""}` }, h("ul", { key: '08c2bd6159ce137734d499fa4fc0231c994d5591', ref: (el) => (this.tagAreaEl = el), class: `tag-area ${this.taggedOptions.length === 0 && "empty"} ${this.isKeying ? "user-is-keying" : ""}`, role: "listbox", "aria-activedescendant": this.focusedTag ? this.focusedTag.id : null, "aria-orientation": "horizontal", "aria-label": `${this.label} ${this.tagAreaInstructions}`, tabindex: this._tagEls.length > 0 ? 0 : -1, "aria-describedby": `info max-tags`, onFocus: (ev) => this.handleTagAreaFocus(ev), onBlur: (ev) => {
862
862
  this.focusedTagIndex = undefined;
863
863
  this.handleBlur(ev);
864
- }, onKeyDown: (ev) => this.handleTagAreaKeyDown(ev) }, this.renderTags()), h("input", { id: "input", class: "input", role: "combobox", ref: (el) => (this.inputEl = el), autocomplete: "off", "aria-required": this.requiredField ? "true" : null, "aria-controls": this.tagInputType, "aria-describedby": `help-text${this.errorMessage ? " error " : ""} max-tags`, "aria-label": `${this.label} ${this.isDropdown ? globalMessages.getCharacterLimit(this.characterLimit) : ""}`, "aria-expanded": this.isDropdown ? this.isExpanded.toString() : null, "aria-activedescendant": this.inputActiveDescendantId, placeholder: this.placeholder, maxLength: this.isDropdown ? this.characterLimit : undefined, onInput: (ev) => this.handleInputChanged(ev), onBlur: (ev) => {
864
+ }, onKeyDown: (ev) => this.handleTagAreaKeyDown(ev) }, this.renderTags()), h("input", { key: 'd40758c985a40ff517416ab1b06859ddae17fc6f', id: "input", class: "input", role: "combobox", ref: (el) => (this.inputEl = el), autocomplete: "off", "aria-required": this.requiredField ? "true" : null, "aria-controls": this.tagInputType, "aria-describedby": `help-text${this.errorMessage ? " error " : ""} max-tags`, "aria-label": `${this.label} ${this.isDropdown ? globalMessages.getCharacterLimit(this.characterLimit) : ""}`, "aria-expanded": this.isDropdown ? this.isExpanded.toString() : null, "aria-activedescendant": this.inputActiveDescendantId, placeholder: this.placeholder, maxLength: this.isDropdown ? this.characterLimit : undefined, onInput: (ev) => this.handleInputChanged(ev), onBlur: (ev) => {
865
865
  this.handleBlur(ev);
866
- }, onFocus: () => this.handleInputFocus(), onKeyDown: (ev) => this.handleInputKeyDown(ev) })), this.isDropdown && (h("div", { class: "character-count" }, this.charCount, "/", this.characterLimit))), this.renderTagCounter(), this.isDropdown && this.renderDropdown()), this.info && (h("div", { id: "info", class: "info-text" }, this.info)), h("div", { id: "error" }, this.errorMessage), h("div", { class: "sr-only", "aria-live": "polite", ref: (el) => (this.liveRegionEl = el), "aria-atomic": "true" }, this.liveRegionMessage), this.isTable && this.renderTable()));
866
+ }, onFocus: () => this.handleInputFocus(), onKeyDown: (ev) => this.handleInputKeyDown(ev) })), this.isDropdown && (h("div", { key: 'a40fa254989586242f1f4caaedc45c6f0a9c06b8', class: "character-count" }, this.charCount, "/", this.characterLimit))), this.renderTagCounter(), this.isDropdown && this.renderDropdown()), this.info && (h("div", { key: '06f9aefd2182a3fee81b7ae37072593ca6f3f7f6', id: "info", class: "info-text" }, this.info)), h("div", { key: '8cea9a190c92e37924819ca1086762ca8e0298be', id: "error" }, this.errorMessage), h("div", { key: '43ccc1abb56e1c98962cfa345f89f65d5f352f33', class: "sr-only", "aria-live": "polite", ref: (el) => (this.liveRegionEl = el), "aria-atomic": "true" }, this.liveRegionMessage), this.isTable && this.renderTable()));
867
867
  }
868
868
  static get is() { return "wm-tag-input"; }
869
869
  static get encapsulation() { return "shadow"; }
@@ -65,7 +65,7 @@ export class Textarea {
65
65
  this.announcement = message;
66
66
  }
67
67
  render() {
68
- return (h("div", { class: `wrapper label-${this.labelPosition} ${this.errorMessage ? "invalid" : ""}` }, h("div", { class: "label-wrapper" }, h("label", { htmlFor: "inputfield", class: "label" }, this.label, this.characterLimit && (h("span", { class: "sr-only" }, " ", globalMessages.getCharacterLimit(this.characterLimit))), this.requiredField && (h("span", { class: "required", "aria-hidden": "true" }, "*")))), h("div", { class: "inner-wrapper" }, h("div", { class: `inputfield-wrapper ${this.errorMessage ? "invalid" : ""}`, style: this.inputWidth ? { width: this.inputWidth } : {} }, h("textarea", { id: "inputfield", disabled: this.isDisabled, "aria-describedby": "info error", onInput: (ev) => this.handleInput(ev), onBlur: () => this.handleBlur(), placeholder: this.placeholder, autocomplete: "off", "aria-required": this.requiredField ? "true" : null, value: this.value, rows: 3, style: { height: this.inputHeight } }), this.characterLimit && typeof this.characterLimit === "number" ? (h("div", { class: `character-count ${this.value.length > this.characterLimit ? "exceeded" : ""}` }, this.charCount, "/", this.characterLimit)) : ("")), this.info && (h("div", { id: "info", class: "info" }, this.info)), h("div", { id: "error", class: "error-message" }, this.errorMessage), h("div", { id: "live-polite", class: "sr-only", "aria-live": "polite", "aria-atomic": "true", ref: (el) => (this.liveRegionEl = el) }, this.announcement))));
68
+ return (h("div", { key: '5963390ed89f6ee8ff44fc80f92e2f0cfdfccd4a', class: `wrapper label-${this.labelPosition} ${this.errorMessage ? "invalid" : ""}` }, h("div", { key: 'fadf8f236da33a546ce0f69b443eec24f45cba62', class: "label-wrapper" }, h("label", { key: 'bbfb68383d2bb386a9b47618ef656839ff995937', htmlFor: "inputfield", class: "label" }, this.label, this.characterLimit && (h("span", { key: '3853f22c7d743c8445b89deb8b8586c1aa69a0ac', class: "sr-only" }, " ", globalMessages.getCharacterLimit(this.characterLimit))), this.requiredField && (h("span", { key: 'b7dcd67f1f1127bb87ed33ecfa055453f408e8ea', class: "required", "aria-hidden": "true" }, "*")))), h("div", { key: 'f6c424bf2c62f2919b149c7cc2822276a5a234de', class: "inner-wrapper" }, h("div", { key: 'cc0291740374560f67a7421bb1d5a06ab1c0bc24', class: `inputfield-wrapper ${this.errorMessage ? "invalid" : ""}`, style: this.inputWidth ? { width: this.inputWidth } : {} }, h("textarea", { key: '0c5e8a59627837930badbb00eaf5b92c95c3b4cd', id: "inputfield", disabled: this.isDisabled, "aria-describedby": "info error", onInput: (ev) => this.handleInput(ev), onBlur: () => this.handleBlur(), placeholder: this.placeholder, autocomplete: "off", "aria-required": this.requiredField ? "true" : null, value: this.value, rows: 3, style: { height: this.inputHeight } }), this.characterLimit && typeof this.characterLimit === "number" ? (h("div", { class: `character-count ${this.value.length > this.characterLimit ? "exceeded" : ""}` }, this.charCount, "/", this.characterLimit)) : ("")), this.info && (h("div", { key: '542379c9da8a8b149090e7506aee6323f8cff191', id: "info", class: "info" }, this.info)), h("div", { key: '6b9e201401dc9d4c70a64b1582fd778b773e308f', id: "error", class: "error-message" }, this.errorMessage), h("div", { key: '51dd3c3fb3159605ea226acbb6d895ea5ec6ba51', id: "live-polite", class: "sr-only", "aria-live": "polite", "aria-atomic": "true", ref: (el) => (this.liveRegionEl = el) }, this.announcement))));
69
69
  }
70
70
  static get is() { return "wm-textarea"; }
71
71
  static get encapsulation() { return "shadow"; }
@@ -275,13 +275,13 @@ export class Timepicker {
275
275
  return this.times.map((time, index) => (h("li", { id: `option${index + 1}`, "data-time": time, role: "option", onClick: () => this.handleOptionClick(time) }, this.reformatTimeInternal("12", time))));
276
276
  }
277
277
  render() {
278
- return (h(Host, { onBlur: () => this.close(false) }, h("div", { class: `wrapper label-${this.labelPosition} ${!!this.errorMessage ? "invalid" : ""}`, ref: (t) => (this.tpWrapper = t) }, h("div", { class: "label-wrapper" }, this.labelPosition !== "none" && (h("label", { id: "label", class: "label", htmlFor: "time-input" }, this.label, this.requiredField && (h("span", { class: "required", "aria-hidden": "true" }, "*"))))), h("div", null, h("div", { class: "inner-wrapper" }, h("input", { id: "time-input", "aria-label": this.label, "aria-describedby": "error", ref: (el) => (this.inputEl = el), onBlur: () => this.handleInputBlur(), onInput: () => (this.value = this.inputEl.value), disabled: this.isDisabled, "aria-required": this.requiredField ? "true" : null, placeholder: this.timeFormat, autocomplete: "off", value: this.value, onFocus: () => this.tpWrapper.classList.add("focus") }), h("button", { id: "btn", ref: (el) => (this.buttonEl = el), disabled: this.isDisabled, "aria-controls": "list", "aria-expanded": this.isExpanded ? "true" : "false", "aria-label": this.buttonAriaLabel, "aria-describedby": "time-input", onClick: () => (this.isExpanded ? this.close() : this.open()),
278
+ return (h(Host, { key: '5c8f9748f8a901a11cc20a1dae82fde6ec194e2e', onBlur: () => this.close(false) }, h("div", { key: '5140bc789915dcde7ea687d4f2c776313d37c0c4', class: `wrapper label-${this.labelPosition} ${!!this.errorMessage ? "invalid" : ""}`, ref: (t) => (this.tpWrapper = t) }, h("div", { key: 'ba0646d03ff3fe372a543dc037602589d69542ab', class: "label-wrapper" }, this.labelPosition !== "none" && (h("label", { key: '35cefe7af8160f9cff853081d09e0f2ed2ec0818', id: "label", class: "label", htmlFor: "time-input" }, this.label, this.requiredField && (h("span", { key: '796d6688c9613a5937d1a25f0a90abd01b9b608d', class: "required", "aria-hidden": "true" }, "*"))))), h("div", { key: '40a6067268b07d070a79ef32b9417e2a13ae934d' }, h("div", { key: '4a4fe825d9dbc2239541a36235675ed0f7116791', class: "inner-wrapper" }, h("input", { key: 'b8db0b9d23f4889306027e1c1c8e174a2b14dfb9', id: "time-input", "aria-label": this.label, "aria-describedby": "error", ref: (el) => (this.inputEl = el), onBlur: () => this.handleInputBlur(), onInput: () => (this.value = this.inputEl.value), disabled: this.isDisabled, "aria-required": this.requiredField ? "true" : null, placeholder: this.timeFormat, autocomplete: "off", value: this.value, onFocus: () => this.tpWrapper.classList.add("focus") }), h("button", { key: '6edc54612e7c50e29e8189bd96fdeb4f25b4ed22', id: "btn", ref: (el) => (this.buttonEl = el), disabled: this.isDisabled, "aria-controls": "list", "aria-expanded": this.isExpanded ? "true" : "false", "aria-label": this.buttonAriaLabel, "aria-describedby": "time-input", onClick: () => (this.isExpanded ? this.close() : this.open()),
279
279
  // This addresses an issue in Safari, where clicking buttons does not focus them
280
280
  // if the button does not receive focus when clicked, Timepicker incorrectly emits a blur event
281
281
  onMouseDown: (ev) => {
282
282
  ev.preventDefault();
283
283
  this.buttonEl.focus();
284
- } }, h("span", { class: "clock" })), h("ul", { class: `options ${this.isExpanded ? "open" : ""} ${this.openUp ? "upwards" : ""}`, id: "list", role: "listbox", "aria-labelledby": "label", "aria-describedby": this.isExpanded ? "collapsed" : null, tabindex: -1, ref: (el) => (this.optionsEl = el) }, this.renderOptions())), h("div", { id: "error", class: "error" }, this.errorMessage)), h("div", { id: "live-polite", class: "sr-only", "aria-live": "polite", "aria-atomic": "true", ref: (el) => (this.liveRegionEl = el) }))));
284
+ } }, h("span", { key: 'd00fb627c3ffbe5a2d7459ea7f50a77af9c3de5a', class: "clock" })), h("ul", { key: '48af13c75b0776df9f77d585b4a20051cd66d96e', class: `options ${this.isExpanded ? "open" : ""} ${this.openUp ? "upwards" : ""}`, id: "list", role: "listbox", "aria-labelledby": "label", "aria-describedby": this.isExpanded ? "collapsed" : null, tabindex: -1, ref: (el) => (this.optionsEl = el) }, this.renderOptions())), h("div", { key: '6bf8d7d5991dad08ebd3c4b524a6cb0ecf0218c8', id: "error", class: "error" }, this.errorMessage)), h("div", { key: '79ffebc4a0f3b987bd45c68453175ad33bdbdebc', id: "live-polite", class: "sr-only", "aria-live": "polite", "aria-atomic": "true", ref: (el) => (this.liveRegionEl = el) }))));
285
285
  }
286
286
  static get is() { return "wm-timepicker"; }
287
287
  static get encapsulation() { return "shadow"; }
@@ -468,8 +468,9 @@ export class Timepicker {
468
468
  "complexType": {
469
469
  "signature": "(input: string) => Promise<boolean>",
470
470
  "parameters": [{
471
- "tags": [],
472
- "text": ""
471
+ "name": "input",
472
+ "type": "string",
473
+ "docs": ""
473
474
  }],
474
475
  "references": {
475
476
  "Promise": {
@@ -488,11 +489,13 @@ export class Timepicker {
488
489
  "complexType": {
489
490
  "signature": "(format: \"12\" | \"24\", time: TimeFormat12 | TimeFormat24) => Promise<string>",
490
491
  "parameters": [{
491
- "tags": [],
492
- "text": ""
492
+ "name": "format",
493
+ "type": "\"12\" | \"24\"",
494
+ "docs": ""
493
495
  }, {
494
- "tags": [],
495
- "text": ""
496
+ "name": "time",
497
+ "type": "string",
498
+ "docs": ""
496
499
  }],
497
500
  "references": {
498
501
  "Promise": {
@@ -97,9 +97,9 @@ export class Toggletip {
97
97
  }
98
98
  }
99
99
  render() {
100
- return (h(Host, { class: `size-${this.targetSize}` }, h("button", { class: "button", type: "button", "aria-label": this.label, onClick: () => this.open(),
100
+ return (h(Host, { key: '58ff678917d75890b31e5f9d509f5d4a6325d137', class: `size-${this.targetSize}` }, h("button", { key: 'e015f73d4c4687f9e2d304da3a70e3ec73feeff5', class: "button", type: "button", "aria-label": this.label, onClick: () => this.open(),
101
101
  // In order to position the tooltip identically to the toggletip, it's presence is determined by these four events
102
- onMouseEnter: () => showTooltip(this.tooltipPosition, this.el, this.tooltipMessage), onMouseLeave: () => hideTooltip(), onFocus: () => showTooltip(this.tooltipPosition, this.el, this.tooltipMessage), onBlur: () => this.handleBlur() }), h("div", { ref: (el) => (this.toggletipEl = el), class: `toggletip ${this.isOpen ? "" : "hidden"} ${this.tooltipPosition}` }, this.tooltip), h("div", { ref: (el) => (this.liveRegionEl = el), class: "live-region sr-only", role: "status", "aria-live": "polite", "aria-atomic": "true" })));
102
+ onMouseEnter: () => showTooltip(this.tooltipPosition, this.el, this.tooltipMessage), onMouseLeave: () => hideTooltip(), onFocus: () => showTooltip(this.tooltipPosition, this.el, this.tooltipMessage), onBlur: () => this.handleBlur() }), h("div", { key: 'c2b790944b02e405f344d2044ff8ec709138877a', ref: (el) => (this.toggletipEl = el), class: `toggletip ${this.isOpen ? "" : "hidden"} ${this.tooltipPosition}` }, this.tooltip), h("div", { key: '90025118489a397a87b185f09109b817d308e9bd', ref: (el) => (this.liveRegionEl = el), class: "live-region sr-only", role: "status", "aria-live": "polite", "aria-atomic": "true" })));
103
103
  }
104
104
  static get is() { return "wm-toggletip"; }
105
105
  static get encapsulation() { return "shadow"; }
@@ -195,9 +195,9 @@ export class Uploader {
195
195
  return (h("div", { class: `wrapper ${this.errorMessage ? "invalid" : ""}` }, h("div", { id: "label", class: `label` }, this.label, this.requiredField && (h("span", { class: "required", "aria-hidden": "true" }, "*")))));
196
196
  }
197
197
  render() {
198
- return (h(Host, null, 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
198
+ return (h(Host, { key: 'd95df838970c9e94e3ffd6676ebbd38c3d516057' }, this.label && this.renderLabel(), this.renderHeader(), this.renderListContainer(), h("div", { key: '938bce832e6579487ab05b22cfcd98114e57c245', 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
199
199
  ,
200
- "aria-atomic": "true" }), h("div", { ref: (el) => (this.politeLiveRegionEl = el), class: "live-region sr-only", "aria-live": "polite", "aria-atomic": "true" })));
200
+ "aria-atomic": "true" }), h("div", { key: 'd4ae7a43d016b7ed25d42a1167c79d48ef12583e', ref: (el) => (this.politeLiveRegionEl = el), class: "live-region sr-only", "aria-live": "polite", "aria-atomic": "true" })));
201
201
  }
202
202
  static get is() { return "wm-uploader"; }
203
203
  static get encapsulation() { return "shadow"; }
@@ -1,6 +1,6 @@
1
- 'use strict';
1
+ import './index-130e07bb.js';
2
2
 
3
- const version = "5.7.0-4";
3
+ const version = "5.7.0-6";
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 safeMultiplyFloat, e as getPosition, f as checkForActiveElInShadow } from './functions-b791a892.js';
1
+ import { h } from './index-130e07bb.js';
2
+ import { i as intl, c as safeMultiplyFloat, e as getPosition, f as checkForActiveElInShadow } from './functions-03966124.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",
@@ -3088,7 +3088,7 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
3088
3088
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
3089
3089
  PERFORMANCE OF THIS SOFTWARE.
3090
3090
  ***************************************************************************** */
3091
- /* global Reflect, Promise, SuppressedError, Symbol */
3091
+ /* global Reflect, Promise, SuppressedError, Symbol, Iterator */
3092
3092
 
3093
3093
  var extendStatics = function(d, b) {
3094
3094
  extendStatics = Object.setPrototypeOf ||
@@ -3344,7 +3344,7 @@ function parseDateTimeSkeleton(skeleton) {
3344
3344
  throw new RangeError('`D/F/g` (day) patterns are not supported, use `d` instead');
3345
3345
  // Weekday
3346
3346
  case 'E':
3347
- result.weekday = len === 4 ? 'short' : len === 5 ? 'narrow' : 'short';
3347
+ result.weekday = len === 4 ? 'long' : len === 5 ? 'narrow' : 'short';
3348
3348
  break;
3349
3349
  case 'e':
3350
3350
  if (len < 4) {
@@ -3402,7 +3402,7 @@ function parseDateTimeSkeleton(skeleton) {
3402
3402
  result.timeZoneName = len < 4 ? 'short' : 'long';
3403
3403
  break;
3404
3404
  case 'Z': // 1..3, 4, 5: The ISO8601 varios formats
3405
- case 'O': // 1, 4: miliseconds in day short, long
3405
+ case 'O': // 1, 4: milliseconds in day short, long
3406
3406
  case 'v': // 1, 4: generic non-location format
3407
3407
  case 'V': // 1, 2, 3, 4: time zone ID or city
3408
3408
  case 'X': // 1, 2, 3, 4: The ISO8601 varios formats
@@ -3633,6 +3633,27 @@ function parseNumberSkeleton(tokens) {
3633
3633
  case 'scale':
3634
3634
  result.scale = parseFloat(token.options[0]);
3635
3635
  continue;
3636
+ case 'rounding-mode-floor':
3637
+ result.roundingMode = 'floor';
3638
+ continue;
3639
+ case 'rounding-mode-ceiling':
3640
+ result.roundingMode = 'ceil';
3641
+ continue;
3642
+ case 'rounding-mode-down':
3643
+ result.roundingMode = 'trunc';
3644
+ continue;
3645
+ case 'rounding-mode-up':
3646
+ result.roundingMode = 'expand';
3647
+ continue;
3648
+ case 'rounding-mode-half-even':
3649
+ result.roundingMode = 'halfEven';
3650
+ continue;
3651
+ case 'rounding-mode-half-down':
3652
+ result.roundingMode = 'halfTrunc';
3653
+ continue;
3654
+ case 'rounding-mode-half-up':
3655
+ result.roundingMode = 'halfExpand';
3656
+ continue;
3636
3657
  // https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#integer-width
3637
3658
  case 'integer-width':
3638
3659
  if (token.options.length > 1) {
@@ -3832,6 +3853,10 @@ var timeData = {
3832
3853
  "hb",
3833
3854
  "H"
3834
3855
  ],
3856
+ "BI": [
3857
+ "H",
3858
+ "h"
3859
+ ],
3835
3860
  "BJ": [
3836
3861
  "H",
3837
3862
  "hB"
@@ -3881,6 +3906,10 @@ var timeData = {
3881
3906
  "hb",
3882
3907
  "hB"
3883
3908
  ],
3909
+ "BY": [
3910
+ "H",
3911
+ "h"
3912
+ ],
3884
3913
  "BZ": [
3885
3914
  "H",
3886
3915
  "h",
@@ -3969,6 +3998,10 @@ var timeData = {
3969
3998
  "H",
3970
3999
  "hB"
3971
4000
  ],
4001
+ "CW": [
4002
+ "H",
4003
+ "hB"
4004
+ ],
3972
4005
  "CX": [
3973
4006
  "H",
3974
4007
  "h",
@@ -4084,6 +4117,10 @@ var timeData = {
4084
4117
  "H",
4085
4118
  "hB"
4086
4119
  ],
4120
+ "FO": [
4121
+ "H",
4122
+ "h"
4123
+ ],
4087
4124
  "FR": [
4088
4125
  "H",
4089
4126
  "hB"
@@ -4129,6 +4166,10 @@ var timeData = {
4129
4166
  "hb",
4130
4167
  "hB"
4131
4168
  ],
4169
+ "GL": [
4170
+ "H",
4171
+ "h"
4172
+ ],
4132
4173
  "GM": [
4133
4174
  "h",
4134
4175
  "hb",
@@ -4193,6 +4234,10 @@ var timeData = {
4193
4234
  "H",
4194
4235
  "hB"
4195
4236
  ],
4237
+ "HU": [
4238
+ "H",
4239
+ "h"
4240
+ ],
4196
4241
  "IC": [
4197
4242
  "H",
4198
4243
  "h",
@@ -4265,8 +4310,8 @@ var timeData = {
4265
4310
  ],
4266
4311
  "JP": [
4267
4312
  "H",
4268
- "h",
4269
- "K"
4313
+ "K",
4314
+ "h"
4270
4315
  ],
4271
4316
  "KE": [
4272
4317
  "hB",
@@ -4417,6 +4462,10 @@ var timeData = {
4417
4462
  "H",
4418
4463
  "hB"
4419
4464
  ],
4465
+ "MG": [
4466
+ "H",
4467
+ "h"
4468
+ ],
4420
4469
  "MH": [
4421
4470
  "h",
4422
4471
  "hb",
@@ -4472,6 +4521,18 @@ var timeData = {
4472
4521
  "hb",
4473
4522
  "hB"
4474
4523
  ],
4524
+ "MT": [
4525
+ "H",
4526
+ "h"
4527
+ ],
4528
+ "MU": [
4529
+ "H",
4530
+ "h"
4531
+ ],
4532
+ "MV": [
4533
+ "H",
4534
+ "h"
4535
+ ],
4475
4536
  "MW": [
4476
4537
  "h",
4477
4538
  "hb",
@@ -4529,6 +4590,10 @@ var timeData = {
4529
4590
  "H",
4530
4591
  "hB"
4531
4592
  ],
4593
+ "NO": [
4594
+ "H",
4595
+ "h"
4596
+ ],
4532
4597
  "NP": [
4533
4598
  "H",
4534
4599
  "h",
@@ -4590,6 +4655,10 @@ var timeData = {
4590
4655
  "hB",
4591
4656
  "H"
4592
4657
  ],
4658
+ "PL": [
4659
+ "H",
4660
+ "h"
4661
+ ],
4593
4662
  "PM": [
4594
4663
  "H",
4595
4664
  "hB"
@@ -4648,6 +4717,10 @@ var timeData = {
4648
4717
  "RU": [
4649
4718
  "H"
4650
4719
  ],
4720
+ "RW": [
4721
+ "H",
4722
+ "h"
4723
+ ],
4651
4724
  "SA": [
4652
4725
  "h",
4653
4726
  "hB",
@@ -4780,12 +4853,24 @@ var timeData = {
4780
4853
  "H",
4781
4854
  "hB"
4782
4855
  ],
4856
+ "TH": [
4857
+ "H",
4858
+ "h"
4859
+ ],
4860
+ "TJ": [
4861
+ "H",
4862
+ "h"
4863
+ ],
4783
4864
  "TL": [
4784
4865
  "H",
4785
4866
  "hB",
4786
4867
  "hb",
4787
4868
  "h"
4788
4869
  ],
4870
+ "TM": [
4871
+ "H",
4872
+ "h"
4873
+ ],
4789
4874
  "TN": [
4790
4875
  "h",
4791
4876
  "hB",
@@ -4881,6 +4966,10 @@ var timeData = {
4881
4966
  "H",
4882
4967
  "hB"
4883
4968
  ],
4969
+ "VN": [
4970
+ "H",
4971
+ "h"
4972
+ ],
4884
4973
  "VU": [
4885
4974
  "h",
4886
4975
  "H"
@@ -4920,6 +5009,10 @@ var timeData = {
4920
5009
  "H",
4921
5010
  "hB"
4922
5011
  ],
5012
+ "ZW": [
5013
+ "H",
5014
+ "h"
5015
+ ],
4923
5016
  "af-ZA": [
4924
5017
  "H",
4925
5018
  "h",
@@ -6823,8 +6916,8 @@ function createDefaultFormatters(cache) {
6823
6916
  }
6824
6917
  var IntlMessageFormat = /** @class */ (function () {
6825
6918
  function IntlMessageFormat(message, locales, overrideFormats, opts) {
6826
- if (locales === void 0) { locales = IntlMessageFormat.defaultLocale; }
6827
6919
  var _this = this;
6920
+ if (locales === void 0) { locales = IntlMessageFormat.defaultLocale; }
6828
6921
  this.formatterCache = {
6829
6922
  number: {},
6830
6923
  dateTime: {},
@@ -7561,7 +7654,6 @@ function formatRelativeTime(config, getRelativeTimeFormat, value, unit, options)
7561
7654
  var NUMBER_FORMAT_OPTIONS = [
7562
7655
  'style',
7563
7656
  'currency',
7564
- 'currencyDisplay',
7565
7657
  'unit',
7566
7658
  'unitDisplay',
7567
7659
  'useGrouping',
@@ -7579,6 +7671,11 @@ var NUMBER_FORMAT_OPTIONS = [
7579
7671
  'unit',
7580
7672
  'unitDisplay',
7581
7673
  'numberingSystem',
7674
+ // ES2023 NumberFormat
7675
+ 'trailingZeroDisplay',
7676
+ 'roundingPriority',
7677
+ 'roundingIncrement',
7678
+ 'roundingMode',
7582
7679
  ];
7583
7680
  function getFormatter(_a, getNumberFormat, options) {
7584
7681
  var locale = _a.locale, formats = _a.formats, onError = _a.onError;
@@ -8322,4 +8419,4 @@ const weekdays = [
8322
8419
  intl.formatMessage({ id: "date.saturday", defaultMessage: "Saturday" }),
8323
8420
  ];
8324
8421
 
8325
- export { throttle as A, getContextMeasurements as B, dateFind as C, calendar_months as D, findParentWithHiddenOverflow as E, transposeMatrix as F, wrapAround as G, getSmallestSkipInterval as H, calcPercentageInRange as I, makeISO as J, weekdays as K, getMonthLength as L, findScrollableParent as M, handleDisabledAttribute as a, triggerFormSubmit as b, safeMultiplyFloat as c, debounce as d, getPosition as e, checkForActiveElInShadow 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, shouldOpenDown as p, shouldShiftRight as q, shouldShiftLeft as r, showTooltip as s, toBool as t, measureText as u, findNext as v, findPrev as w, csvToArray as x, getTextDir as y, isElOrChild as z };
8422
+ export { throttle as A, getContextMeasurements as B, dateFind as C, calendar_months as D, findParentWithHiddenOverflow as E, transposeMatrix as F, wrapAround as G, getSmallestSkipInterval as H, calcPercentageInRange as I, makeISO as J, getMonthLength as K, weekdays as L, findScrollableParent as M, handleDisabledAttribute as a, triggerFormSubmit as b, safeMultiplyFloat as c, debounce as d, getPosition as e, checkForActiveElInShadow 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, shouldOpenDown as p, shouldShiftRight as q, shouldShiftLeft as r, showTooltip as s, toBool as t, measureText as u, findNext as v, findPrev as w, csvToArray as x, getTextDir as y, isElOrChild as z };