@watermarkinsights/ripple 5.11.0-9 → 5.12.0-0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (359) hide show
  1. package/dist/{esm/global-0b62026b.js → cjs/app-globals-3cfb5688.js} +10 -1
  2. package/dist/cjs/{chartFunctions-b47a5431.js → chartFunctions-7314b414.js} +3 -3
  3. package/dist/cjs/{functions-e24249e6.js → functions-5ac8a62f.js} +104 -7
  4. package/dist/cjs/index-788526f5.js +1859 -0
  5. package/dist/cjs/{intl-a70cf8c2.js → intl-07aaf53c.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 +5 -4
  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 +10 -9
  18. package/dist/cjs/wm-datepicker.cjs.entry.js +10 -9
  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 +7 -6
  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 +9 -8
  28. package/dist/cjs/wm-optgroup.cjs.entry.js +5 -4
  29. package/dist/cjs/wm-option_2.cjs.entry.js +12 -10
  30. package/dist/cjs/wm-pagination.cjs.entry.js +5 -4
  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 +9 -8
  36. package/dist/cjs/wm-tag-option.cjs.entry.js +2 -2
  37. package/dist/cjs/wm-textarea.cjs.entry.js +7 -6
  38. package/dist/cjs/wm-timepicker.cjs.entry.js +7 -6
  39. package/dist/cjs/wm-toggletip.cjs.entry.js +62 -36
  40. package/dist/cjs/wm-uploader.cjs.entry.js +8 -7
  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/datepicker.css +3 -0
  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.js +7 -5
  54. package/dist/collection/components/selects/wm-nested-select/wm-nested-select.css +3 -0
  55. package/dist/collection/components/selects/wm-nested-select/wm-nested-select.js +3 -3
  56. package/dist/collection/components/selects/wm-optgroup/wm-optgroup.js +1 -1
  57. package/dist/collection/components/selects/wm-option/wm-option.css +1 -0
  58. package/dist/collection/components/selects/wm-option/wm-option.js +1 -1
  59. package/dist/collection/components/selects/wm-select/wm-select.css +3 -0
  60. package/dist/collection/components/selects/wm-select/wm-select.js +2 -2
  61. package/dist/collection/components/wm-action-menu/wm-action-menu.js +1 -1
  62. package/dist/collection/components/wm-button/wm-button.js +1 -1
  63. package/dist/collection/components/wm-file/wm-file.js +1 -1
  64. package/dist/collection/components/wm-file-list/wm-file-list.js +1 -1
  65. package/dist/collection/components/wm-input/wm-input.css +3 -0
  66. package/dist/collection/components/wm-input/wm-input.js +1 -1
  67. package/dist/collection/components/wm-menuitem/wm-menuitem.js +1 -1
  68. package/dist/collection/components/wm-modal/wm-modal-footer.js +1 -1
  69. package/dist/collection/components/wm-modal/wm-modal-header.js +1 -1
  70. package/dist/collection/components/wm-modal/wm-modal.js +2 -2
  71. package/dist/collection/components/wm-modal-pss/wm-modal-pss-footer.js +1 -1
  72. package/dist/collection/components/wm-modal-pss/wm-modal-pss-header.js +1 -1
  73. package/dist/collection/components/wm-modal-pss/wm-modal-pss.js +2 -2
  74. package/dist/collection/components/wm-navigation/wm-navigation-hamburger.js +1 -1
  75. package/dist/collection/components/wm-navigation/wm-navigation-item.js +1 -1
  76. package/dist/collection/components/wm-navigation/wm-navigation.js +2 -2
  77. package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.js +1 -1
  78. package/dist/collection/components/wm-navigator/priv-navigator-item/priv-navigator-item.js +1 -1
  79. package/dist/collection/components/wm-pagination/wm-pagination.js +1 -1
  80. package/dist/collection/components/wm-search/wm-search.js +5 -4
  81. package/dist/collection/components/wm-snackbar/wm-snackbar.js +2 -2
  82. package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.js +1 -1
  83. package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.js +1 -1
  84. package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.js +1 -1
  85. package/dist/collection/components/wm-tag-input/wm-tag-input.css +3 -0
  86. package/dist/collection/components/wm-tag-input/wm-tag-input.js +3 -3
  87. package/dist/collection/components/wm-textarea/wm-textarea.css +3 -0
  88. package/dist/collection/components/wm-textarea/wm-textarea.js +1 -1
  89. package/dist/collection/components/wm-timepicker/wm-timepicker.css +3 -0
  90. package/dist/collection/components/wm-timepicker/wm-timepicker.js +11 -8
  91. package/dist/collection/components/wm-toggletip/wm-toggletip.css +107 -34
  92. package/dist/collection/components/wm-toggletip/wm-toggletip.js +62 -37
  93. package/dist/collection/components/wm-uploader/wm-uploader.css +3 -0
  94. package/dist/collection/components/wm-uploader/wm-uploader.js +2 -2
  95. package/dist/{cjs/global-cfead82d.js → esm/app-globals-8867159c.js} +7 -2
  96. package/dist/esm/{chartFunctions-d2ecde7f.js → chartFunctions-ef4089f9.js} +3 -3
  97. package/dist/esm/{functions-8800c690.js → functions-a3c016ae.js} +105 -8
  98. package/dist/esm/index-130e07bb.js +1828 -0
  99. package/dist/esm/{intl-cf443c87.js → intl-66ad4bcd.js} +1 -1
  100. package/dist/esm/loader.js +6 -5
  101. package/dist/esm/priv-calendar.entry.js +6 -5
  102. package/dist/esm/priv-chart-popover.entry.js +6 -5
  103. package/dist/esm/priv-navigator-button.entry.js +4 -3
  104. package/dist/esm/priv-navigator-item.entry.js +4 -3
  105. package/dist/esm/priv-option-list.entry.js +5 -4
  106. package/dist/esm/ripple.js +14 -13
  107. package/dist/esm/wm-action-menu_2.entry.js +8 -6
  108. package/dist/esm/wm-button.entry.js +5 -4
  109. package/dist/esm/wm-chart-slice.entry.js +1 -1
  110. package/dist/esm/wm-chart.entry.js +7 -6
  111. package/dist/esm/wm-date-range.entry.js +10 -9
  112. package/dist/esm/wm-datepicker.entry.js +10 -9
  113. package/dist/esm/wm-file-list.entry.js +4 -3
  114. package/dist/esm/wm-file.entry.js +5 -4
  115. package/dist/esm/wm-input.entry.js +7 -6
  116. package/dist/esm/wm-line-chart.entry.js +15 -14
  117. package/dist/esm/wm-modal-pss_3.entry.js +13 -10
  118. package/dist/esm/wm-modal_3.entry.js +13 -10
  119. package/dist/esm/wm-navigation_3.entry.js +13 -10
  120. package/dist/esm/wm-navigator.entry.js +4 -3
  121. package/dist/esm/wm-nested-select.entry.js +9 -8
  122. package/dist/esm/wm-optgroup.entry.js +5 -4
  123. package/dist/esm/wm-option_2.entry.js +12 -10
  124. package/dist/esm/wm-pagination.entry.js +5 -4
  125. package/dist/esm/wm-progress-indicator_3.entry.js +9 -7
  126. package/dist/esm/wm-search.entry.js +7 -6
  127. package/dist/esm/wm-snackbar.entry.js +7 -6
  128. package/dist/esm/wm-tab-item_3.entry.js +11 -8
  129. package/dist/esm/wm-tag-input.entry.js +9 -8
  130. package/dist/esm/wm-tag-option.entry.js +2 -2
  131. package/dist/esm/wm-textarea.entry.js +7 -6
  132. package/dist/esm/wm-timepicker.entry.js +7 -6
  133. package/dist/esm/wm-toggletip.entry.js +62 -36
  134. package/dist/esm/wm-uploader.entry.js +8 -7
  135. package/dist/esm/wm-wrapper.entry.js +1 -1
  136. package/dist/esm-es5/app-globals-8867159c.js +1 -0
  137. package/dist/esm-es5/{chartFunctions-d2ecde7f.js → chartFunctions-ef4089f9.js} +1 -1
  138. package/dist/esm-es5/functions-a3c016ae.js +1 -0
  139. package/dist/esm-es5/index-130e07bb.js +1 -0
  140. package/dist/esm-es5/{intl-cf443c87.js → intl-66ad4bcd.js} +1 -1
  141. package/dist/esm-es5/loader.js +1 -1
  142. package/dist/esm-es5/priv-calendar.entry.js +1 -1
  143. package/dist/esm-es5/priv-chart-popover.entry.js +1 -1
  144. package/dist/esm-es5/priv-navigator-button.entry.js +1 -1
  145. package/dist/esm-es5/priv-navigator-item.entry.js +1 -1
  146. package/dist/esm-es5/priv-option-list.entry.js +1 -1
  147. package/dist/esm-es5/ripple.js +1 -1
  148. package/dist/esm-es5/wm-action-menu_2.entry.js +1 -1
  149. package/dist/esm-es5/wm-button.entry.js +1 -1
  150. package/dist/esm-es5/wm-chart-slice.entry.js +1 -1
  151. package/dist/esm-es5/wm-chart.entry.js +1 -1
  152. package/dist/esm-es5/wm-date-range.entry.js +1 -1
  153. package/dist/esm-es5/wm-datepicker.entry.js +1 -1
  154. package/dist/esm-es5/wm-file-list.entry.js +1 -1
  155. package/dist/esm-es5/wm-file.entry.js +1 -1
  156. package/dist/esm-es5/wm-input.entry.js +1 -1
  157. package/dist/esm-es5/wm-line-chart.entry.js +1 -1
  158. package/dist/esm-es5/wm-modal-pss_3.entry.js +1 -1
  159. package/dist/esm-es5/wm-modal_3.entry.js +1 -1
  160. package/dist/esm-es5/wm-navigation_3.entry.js +1 -1
  161. package/dist/esm-es5/wm-navigator.entry.js +1 -1
  162. package/dist/esm-es5/wm-nested-select.entry.js +1 -1
  163. package/dist/esm-es5/wm-optgroup.entry.js +1 -1
  164. package/dist/esm-es5/wm-option_2.entry.js +1 -1
  165. package/dist/esm-es5/wm-pagination.entry.js +1 -1
  166. package/dist/esm-es5/wm-progress-indicator_3.entry.js +1 -1
  167. package/dist/esm-es5/wm-search.entry.js +1 -1
  168. package/dist/esm-es5/wm-snackbar.entry.js +1 -1
  169. package/dist/esm-es5/wm-tab-item_3.entry.js +1 -1
  170. package/dist/esm-es5/wm-tag-input.entry.js +1 -1
  171. package/dist/esm-es5/wm-tag-option.entry.js +1 -1
  172. package/dist/esm-es5/wm-textarea.entry.js +1 -1
  173. package/dist/esm-es5/wm-timepicker.entry.js +1 -1
  174. package/dist/esm-es5/wm-toggletip.entry.js +1 -1
  175. package/dist/esm-es5/wm-uploader.entry.js +1 -1
  176. package/dist/esm-es5/wm-wrapper.entry.js +1 -1
  177. package/dist/loader/cdn.js +1 -2
  178. package/dist/loader/index.cjs.js +1 -2
  179. package/dist/loader/index.d.ts +3 -0
  180. package/dist/loader/index.es2017.js +1 -2
  181. package/dist/loader/index.js +1 -2
  182. package/dist/ripple/{p-3322823d.system.js → p-0204a0fe.system.js} +1 -1
  183. package/dist/ripple/p-03071693.js +1 -0
  184. package/dist/ripple/{p-65d26233.system.entry.js → p-043901ab.system.entry.js} +1 -1
  185. package/dist/ripple/{p-e2c6052b.system.entry.js → p-0d18809d.system.entry.js} +1 -1
  186. package/dist/ripple/{p-9dd401f8.entry.js → p-120bc89b.entry.js} +1 -1
  187. package/dist/ripple/{p-48e09589.entry.js → p-13b1d775.entry.js} +1 -1
  188. package/dist/ripple/{p-68e04222.entry.js → p-1403e680.entry.js} +1 -1
  189. package/dist/ripple/p-1419b29f.entry.js +1 -0
  190. package/dist/ripple/{p-704be1e8.system.entry.js → p-146bc712.system.entry.js} +1 -1
  191. package/dist/ripple/{p-1a71d867.system.entry.js → p-165b5d3d.system.entry.js} +1 -1
  192. package/dist/ripple/p-16ec9711.system.entry.js +1 -0
  193. package/dist/ripple/p-1804d8dd.entry.js +1 -0
  194. package/dist/ripple/{p-878fd4af.system.entry.js → p-19c4e55f.system.entry.js} +1 -1
  195. package/dist/ripple/{p-7478303e.entry.js → p-1abd114f.entry.js} +1 -1
  196. package/dist/ripple/p-1dc791dd.system.js +1 -0
  197. package/dist/ripple/p-1dd1ce52.entry.js +1 -0
  198. package/dist/ripple/{p-55e9e0cb.entry.js → p-1ec431e6.entry.js} +1 -1
  199. package/dist/ripple/p-24b23624.entry.js +1 -0
  200. package/dist/ripple/p-27b22d31.entry.js +1 -0
  201. package/dist/ripple/{p-608f69c1.system.entry.js → p-28d6a7b4.system.entry.js} +1 -1
  202. package/dist/ripple/{p-a04ef164.system.entry.js → p-3376581a.system.entry.js} +1 -1
  203. package/dist/ripple/{p-a9a22fe9.system.entry.js → p-391f300f.system.entry.js} +1 -1
  204. package/dist/ripple/{p-e71ee9f4.system.js → p-3a2b3dcd.system.js} +1 -1
  205. package/dist/ripple/{p-5415aaf9.system.entry.js → p-45a2ea03.system.entry.js} +1 -1
  206. package/dist/ripple/{p-d57e8196.entry.js → p-47f21da9.system.entry.js} +1 -1
  207. package/dist/ripple/p-4a5e7fd4.entry.js +1 -0
  208. package/dist/ripple/p-5429827a.entry.js +1 -0
  209. package/dist/ripple/{p-e9b8a6a9.entry.js → p-5c62e26d.entry.js} +1 -1
  210. package/dist/ripple/{p-366920dc.js → p-5e5524a1.js} +1 -1
  211. package/dist/ripple/{p-b52742ca.system.entry.js → p-5eaa2392.entry.js} +1 -1
  212. package/dist/ripple/{p-1a4b6b02.system.entry.js → p-658f146a.system.entry.js} +1 -1
  213. package/dist/ripple/{p-ce44ba70.entry.js → p-688f175a.entry.js} +1 -1
  214. package/dist/ripple/{p-0ba2e506.system.entry.js → p-6be11c03.system.entry.js} +1 -1
  215. package/dist/ripple/{p-c7e30eb0.system.entry.js → p-6fafc1f1.system.entry.js} +1 -1
  216. package/dist/ripple/p-708640d3.system.js +1 -0
  217. package/dist/ripple/{p-544925c2.entry.js → p-724c9ebf.entry.js} +1 -1
  218. package/dist/ripple/p-7271dbdd.system.entry.js +1 -0
  219. package/dist/ripple/{p-2b21c6f5.system.entry.js → p-7649cbfe.system.entry.js} +1 -1
  220. package/dist/ripple/p-76f9acec.entry.js +1 -0
  221. package/dist/ripple/{p-710c6115.js → p-78faed97.js} +1 -1
  222. package/dist/ripple/{p-4743176d.system.entry.js → p-79ad7be0.system.entry.js} +1 -1
  223. package/dist/ripple/{p-7cf5993c.system.entry.js → p-7c4757c8.system.entry.js} +1 -1
  224. package/dist/ripple/{p-0e36d5b8.system.entry.js → p-7d0c9c6a.system.entry.js} +1 -1
  225. package/dist/ripple/p-7d212e00.js +1 -0
  226. package/dist/ripple/{p-d6e58820.system.entry.js → p-7f2bd4c9.system.entry.js} +1 -1
  227. package/dist/ripple/p-7f8a93dc.entry.js +1 -0
  228. package/dist/ripple/p-7fa67af6.entry.js +1 -0
  229. package/dist/ripple/{p-32bf3f5b.system.entry.js → p-823d7b4e.system.entry.js} +1 -1
  230. package/dist/ripple/{p-de272ae7.system.entry.js → p-89121330.system.entry.js} +1 -1
  231. package/dist/ripple/p-8a596bc9.entry.js +1 -0
  232. package/dist/ripple/p-93b1503a.entry.js +1 -0
  233. package/dist/ripple/p-a2171118.entry.js +1 -0
  234. package/dist/ripple/{p-9d461de5.entry.js → p-a2b40881.entry.js} +1 -1
  235. package/dist/ripple/{p-58668e84.system.entry.js → p-a538aa2b.system.entry.js} +1 -1
  236. package/dist/ripple/p-a8f1f6ce.entry.js +1 -0
  237. package/dist/ripple/{p-b976c84b.entry.js → p-add4b737.entry.js} +1 -1
  238. package/dist/ripple/{p-f6eff655.system.entry.js → p-ba0614f5.system.entry.js} +1 -1
  239. package/dist/ripple/{p-21b87733.system.entry.js → p-bd9fb348.system.entry.js} +1 -1
  240. package/dist/ripple/p-be92ae6c.entry.js +1 -0
  241. package/dist/ripple/{p-ba6705f0.system.entry.js → p-c2e95216.system.entry.js} +1 -1
  242. package/dist/ripple/{p-f779ec68.system.entry.js → p-c59f9246.system.entry.js} +1 -1
  243. package/dist/ripple/{p-88ebddd7.entry.js → p-cd0cc88d.entry.js} +1 -1
  244. package/dist/ripple/p-cef8a45b.system.js +2 -0
  245. package/dist/ripple/p-d8c6b2f0.system.entry.js +1 -0
  246. package/dist/ripple/p-d9da0502.js +2 -0
  247. package/dist/ripple/{p-ddcbb694.system.entry.js → p-dcf62788.system.entry.js} +1 -1
  248. package/dist/ripple/p-ddd6addd.entry.js +1 -0
  249. package/dist/ripple/p-df1c9682.entry.js +1 -0
  250. package/dist/ripple/p-e13f558e.entry.js +1 -0
  251. package/dist/ripple/{p-915289ac.system.entry.js → p-e19ff8fc.system.entry.js} +1 -1
  252. package/dist/ripple/p-e9032dfc.entry.js +1 -0
  253. package/dist/ripple/p-ecd07575.system.js +1 -0
  254. package/dist/ripple/p-ed9031a2.entry.js +1 -0
  255. package/dist/ripple/{p-6b014a04.system.entry.js → p-ef6be458.system.entry.js} +1 -1
  256. package/dist/ripple/{p-55d837e7.system.entry.js → p-ef91a9d6.system.entry.js} +1 -1
  257. package/dist/ripple/{p-a1fa6df5.system.entry.js → p-f2578643.system.entry.js} +1 -1
  258. package/dist/ripple/p-f850a628.entry.js +1 -0
  259. package/dist/ripple/p-f9182339.system.entry.js +1 -0
  260. package/dist/ripple/p-f9a71cf6.entry.js +1 -0
  261. package/dist/ripple/ripple.esm.js +1 -1
  262. package/dist/ripple/ripple.js +1 -1
  263. package/dist/types/components/wm-toggletip/wm-toggletip.d.ts +6 -3
  264. package/dist/types/stencil-public-runtime.d.ts +3 -10
  265. package/package.json +1 -1
  266. package/dist/cjs/index-e86c28b6.js +0 -2649
  267. package/dist/collection/components/charts/chartFunctions.spec.js +0 -16
  268. package/dist/collection/components/charts/priv-chart-popover/priv-chart-popover.e2e.js +0 -81
  269. package/dist/collection/components/charts/screenshots.e2e.js +0 -96
  270. package/dist/collection/components/charts/wm-chart/wm-chart.e2e.js +0 -213
  271. package/dist/collection/components/charts/wm-chart/wm-chart.spec.js +0 -37
  272. package/dist/collection/components/charts/wm-line-chart/wm-line-chart.e2e.js +0 -176
  273. package/dist/collection/components/charts/wm-line-chart/wm-line-chart.spec.js +0 -163
  274. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.e2e.js +0 -69
  275. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.spec.js +0 -79
  276. package/dist/collection/components/datepickers/priv-calendar/priv-calendar.spec.js +0 -89
  277. package/dist/collection/components/datepickers/wm-date-range.e2e.js +0 -443
  278. package/dist/collection/components/datepickers/wm-date-range.spec.js +0 -22
  279. package/dist/collection/components/datepickers/wm-datepicker.e2e.js +0 -382
  280. package/dist/collection/components/datepickers/wm-datepicker.spec.js +0 -21
  281. package/dist/collection/components/selects/wm-option/wm-option.e2e.js +0 -22
  282. package/dist/collection/components/selects/wm-option/wm-option.spec.js +0 -63
  283. package/dist/collection/components/selects/wm-select/wm-select.e2e.js +0 -521
  284. package/dist/collection/components/selects/wm-select/wm-select.spec.js +0 -271
  285. package/dist/collection/components/wm-action-menu/wm-action-menu.e2e.js +0 -200
  286. package/dist/collection/components/wm-action-menu/wm-action-menu.spec.js +0 -48
  287. package/dist/collection/components/wm-button/wm-button.e2e.js +0 -55
  288. package/dist/collection/components/wm-button/wm-button.spec.js +0 -74
  289. package/dist/collection/components/wm-file/wm-file.spec.js +0 -194
  290. package/dist/collection/components/wm-file-list/wm-file-list.spec.js +0 -69
  291. package/dist/collection/components/wm-input/wm-input.e2e.js +0 -32
  292. package/dist/collection/components/wm-input/wm-input.spec.js +0 -173
  293. package/dist/collection/components/wm-menuitem/wm-menuitem.e2e.js +0 -23
  294. package/dist/collection/components/wm-menuitem/wm-menuitem.spec.js +0 -54
  295. package/dist/collection/components/wm-modal/wm-modal-footer.spec.js +0 -11
  296. package/dist/collection/components/wm-modal/wm-modal-header.spec.js +0 -8
  297. package/dist/collection/components/wm-modal/wm-modal.e2e.js +0 -104
  298. package/dist/collection/components/wm-modal/wm-modal.spec.js +0 -30
  299. package/dist/collection/components/wm-navigation/wm-navigation.e2e.js +0 -102
  300. package/dist/collection/components/wm-navigation/wm-navigation.spec.js +0 -91
  301. package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.e2e.js +0 -50
  302. package/dist/collection/components/wm-navigator/wm-navigator.e2e.js +0 -209
  303. package/dist/collection/components/wm-navigator/wm-navigator.spec.js +0 -177
  304. package/dist/collection/components/wm-pagination/wm-pagination.e2e.js +0 -312
  305. package/dist/collection/components/wm-search/wm-search.e2e.js +0 -76
  306. package/dist/collection/components/wm-search/wm-search.spec.js +0 -71
  307. package/dist/collection/components/wm-snackbar/wm-snackbar.e2e.js +0 -112
  308. package/dist/collection/components/wm-snackbar/wm-snackbar.spec.js +0 -9
  309. package/dist/collection/components/wm-tabs/wm-tabs.e2e.js +0 -91
  310. package/dist/collection/components/wm-tabs/wm-tabs.spec.js +0 -12
  311. package/dist/collection/components/wm-tag-input/wm-tag-input.e2e.js +0 -204
  312. package/dist/collection/components/wm-tag-input/wm-tag-input.spec.js +0 -195
  313. package/dist/collection/components/wm-textarea/wm-textarea.e2e.js +0 -41
  314. package/dist/collection/components/wm-textarea/wm-textarea.spec.js +0 -79
  315. package/dist/collection/components/wm-timepicker/wm-timepicker.e2e.js +0 -163
  316. package/dist/collection/components/wm-timepicker/wm-timepicker.spec.js +0 -147
  317. package/dist/collection/components/wm-toggletip/wm-toggletip.e2e.js +0 -69
  318. package/dist/collection/components/wm-toggletip/wm-toggletip.spec.js +0 -21
  319. package/dist/collection/components/wm-uploader/wm-uploader.e2e.js +0 -70
  320. package/dist/collection/components/wm-uploader/wm-uploader.spec.js +0 -234
  321. package/dist/collection/global/functions.spec.js +0 -126
  322. package/dist/collection/lang/lang.spec.js +0 -20
  323. package/dist/esm/index-558b5a82.js +0 -2618
  324. package/dist/esm-es5/functions-8800c690.js +0 -1
  325. package/dist/esm-es5/global-0b62026b.js +0 -1
  326. package/dist/esm-es5/index-558b5a82.js +0 -1
  327. package/dist/ripple/p-159c4e96.entry.js +0 -1
  328. package/dist/ripple/p-1b6e0f20.system.js +0 -1
  329. package/dist/ripple/p-1c486c10.entry.js +0 -1
  330. package/dist/ripple/p-1fce9f27.entry.js +0 -1
  331. package/dist/ripple/p-32507c13.system.entry.js +0 -1
  332. package/dist/ripple/p-39e26322.entry.js +0 -1
  333. package/dist/ripple/p-417ee34d.entry.js +0 -1
  334. package/dist/ripple/p-44f426ad.entry.js +0 -1
  335. package/dist/ripple/p-4de728e1.entry.js +0 -1
  336. package/dist/ripple/p-4ff87702.system.entry.js +0 -1
  337. package/dist/ripple/p-568c595f.js +0 -2
  338. package/dist/ripple/p-5e9c9f0d.entry.js +0 -1
  339. package/dist/ripple/p-64b1e73b.entry.js +0 -1
  340. package/dist/ripple/p-74b56394.entry.js +0 -1
  341. package/dist/ripple/p-79043436.entry.js +0 -1
  342. package/dist/ripple/p-797d65b7.entry.js +0 -1
  343. package/dist/ripple/p-8d72d140.entry.js +0 -1
  344. package/dist/ripple/p-94495341.entry.js +0 -1
  345. package/dist/ripple/p-94717864.entry.js +0 -1
  346. package/dist/ripple/p-9eaa0acb.system.entry.js +0 -1
  347. package/dist/ripple/p-a69425b0.entry.js +0 -1
  348. package/dist/ripple/p-ab8d78cc.system.js +0 -2
  349. package/dist/ripple/p-adc254e6.entry.js +0 -1
  350. package/dist/ripple/p-b02048a9.entry.js +0 -1
  351. package/dist/ripple/p-bab9379d.js +0 -1
  352. package/dist/ripple/p-bc52ce59.entry.js +0 -1
  353. package/dist/ripple/p-bfc1065f.system.entry.js +0 -1
  354. package/dist/ripple/p-c699a3a7.system.js +0 -1
  355. package/dist/ripple/p-d585c49a.entry.js +0 -1
  356. package/dist/ripple/p-dc77d98a.entry.js +0 -1
  357. package/dist/ripple/p-dd01bd48.entry.js +0 -1
  358. package/dist/ripple/p-eca78c2b.js +0 -1
  359. package/dist/ripple/p-edd87140.system.js +0 -1
@@ -1,16 +1,47 @@
1
1
  import { Host, h } from "@stencil/core";
2
- import { showTooltip, hideTooltip, shouldOpenUp, shouldOpenDown, shouldShiftLeft, shouldShiftRight, intl, } from "../../global/functions";
2
+ import { showTooltip, hideTooltip, shouldOpenUp, shouldOpenDown, shouldShiftLeft, shouldShiftRight, intl, debounce, findScrollableParent, } from "../../global/functions";
3
3
  export class Toggletip {
4
4
  constructor() {
5
5
  this.tooltipMessage = intl.formatMessage({
6
6
  id: "toggletip.moreInformation",
7
7
  defaultMessage: "More information",
8
8
  });
9
+ this.debouncedReveal = debounce(() => {
10
+ if (this.scrollableParent) {
11
+ this.el.style.setProperty("--offset-x", "-" + this.scrollableParent.scrollLeft + "px");
12
+ this.el.style.setProperty("--offset-y", "-" + this.scrollableParent.scrollTop + "px");
13
+ }
14
+ this.isHidden = false;
15
+ }, 100);
9
16
  this.label = undefined;
10
17
  this.tooltip = undefined;
11
18
  this.tooltipPosition = "bottom-right";
12
19
  this.targetSize = "small";
13
- this.isOpen = false;
20
+ this.isHidden = true;
21
+ }
22
+ get isOpen() {
23
+ return this.toggletipEl.matches(":popover-open");
24
+ }
25
+ get toggletipPosition() {
26
+ // prop tooltipPosition is unfortunately named. It's the position of the toggletip.
27
+ // it needs to be adjusted when too close to the edge of the screen, hence this getter
28
+ let position = this.tooltipPosition;
29
+ // toggletip position
30
+ // Vertical
31
+ if (position.includes("bottom") && shouldOpenUp(this.el, this.toggletipEl.clientHeight)) {
32
+ position = position.replace("bottom", "top");
33
+ }
34
+ else if (position.includes("top") && shouldOpenDown(this.el, this.toggletipEl.clientHeight)) {
35
+ position = position.replace("top", "bottom");
36
+ }
37
+ // Horizontal
38
+ if (position.includes("left") && shouldShiftRight(this.el, this.toggletipEl.clientWidth)) {
39
+ position = position.replace("left", "right");
40
+ }
41
+ else if (position.includes("right") && shouldShiftLeft(this.el, this.toggletipEl.clientWidth)) {
42
+ position = position.replace("right", "left");
43
+ }
44
+ return position;
14
45
  }
15
46
  componentWillLoad() {
16
47
  const validTooltipPlacement = [
@@ -33,18 +64,32 @@ export class Toggletip {
33
64
  console.error(`wm-toggletip: tooltip-position has an invalid value of "${this.tooltipPosition}", make sure to use one of the following values: ${validTooltipPlacement}`);
34
65
  }
35
66
  }
67
+ componentDidLoad() {
68
+ if (!CSS.supports("top", "anchor(bottom)")) {
69
+ this.scrollableParent = findScrollableParent(this.el);
70
+ if (!!this.scrollableParent) {
71
+ this.scrollableParent.addEventListener("scroll", () => {
72
+ if (this.isOpen) {
73
+ if (!this.isHidden)
74
+ this.isHidden = true;
75
+ this.debouncedReveal();
76
+ }
77
+ });
78
+ }
79
+ }
80
+ }
36
81
  handleKeydown(ev) {
37
82
  switch (ev.key) {
38
83
  case "Escape":
39
84
  ev.preventDefault();
40
85
  if (this.isOpen) {
41
86
  ev.stopPropagation(); // prevent closing modal if within one
42
- this.close();
87
+ this.toggletipEl.hidePopover();
43
88
  }
44
89
  break;
45
90
  case "Tab":
46
91
  if (this.isOpen) {
47
- this.close();
92
+ this.toggletipEl.hidePopover();
48
93
  }
49
94
  }
50
95
  }
@@ -55,24 +100,20 @@ export class Toggletip {
55
100
  // Re-announce if clicking any part of the component while open
56
101
  this.announceToggletip();
57
102
  }
58
- else {
59
- this.close();
60
- }
61
103
  }
62
104
  }
63
105
  open() {
64
106
  hideTooltip();
65
- this.setToggletipPosition(this.tooltipPosition, this.el, this.toggletipEl.clientHeight, this.toggletipEl.clientWidth);
66
- this.isOpen = true;
107
+ requestAnimationFrame(() => {
108
+ this.toggletipEl.classList.add(this.toggletipPosition);
109
+ this.toggletipEl.classList.remove("hidden");
110
+ });
111
+ this.isHidden = false;
67
112
  this.announceToggletip();
68
113
  }
69
- close() {
70
- this.isOpen = false;
71
- hideTooltip();
72
- }
73
114
  handleBlur() {
74
115
  hideTooltip();
75
- // clear liveregion on blur to prevent old announcement text from being picked up by screen readers
116
+ // clear live region on blur to prevent old announcement text from being picked up by screen readers
76
117
  this.liveRegionEl.innerHTML = "";
77
118
  }
78
119
  announceToggletip() {
@@ -81,26 +122,10 @@ export class Toggletip {
81
122
  this.liveRegionEl.innerHTML = this.tooltip;
82
123
  }, 10);
83
124
  }
84
- setToggletipPosition(pos, el, toggletipHeight, toggletipWidth) {
85
- // Vertical
86
- if (pos.includes("bottom") && shouldOpenUp(el, toggletipHeight)) {
87
- pos = pos.replace("bottom", "top");
88
- }
89
- else if (pos.includes("top") && shouldOpenDown(el, toggletipHeight)) {
90
- pos = pos.replace("top", "bottom");
91
- }
92
- // Horizontal
93
- if (pos.includes("left") && shouldShiftRight(el, toggletipWidth)) {
94
- pos = pos.replace("left", "right");
95
- }
96
- else if (pos.includes("right") && shouldShiftLeft(el, toggletipWidth)) {
97
- pos = pos.replace("right", "left");
98
- }
99
- }
100
125
  render() {
101
- return (h(Host, { class: `size-${this.targetSize}` }, h("button", { class: "button", type: "button", "aria-label": this.label, onClick: () => this.open(),
102
- // In order to position the tooltip identically to the toggletip, it's presence is determined by these four events
103
- onMouseEnter: () => showTooltip(this.tooltipPosition, this.el, this.tooltipMessage), onMouseLeave: () => hideTooltip(), onFocus: () => showTooltip(this.tooltipPosition, this.el, this.tooltipMessage), onBlur: () => this.handleBlur() }, h("div", { class: "svg-icon svg-info" })), 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" })));
126
+ return (h(Host, { key: '81f4f0152027234db543e64a8182bd8a8975334c', class: `size-${this.targetSize}` }, h("button", { key: '5c15ac121b9e321f0f5e230e5d9a31ef86a19d3c', class: "button", type: "button", "aria-label": this.label, popoverTarget: "toggletip", popoverTargetAction: "toggle", onClick: () => this.open(),
127
+ // In order to position the tooltip identically to the toggletip, its presence is determined by these four events
128
+ onMouseEnter: () => showTooltip(this.toggletipPosition, this.el, this.tooltipMessage), onMouseLeave: () => hideTooltip(), onFocus: () => showTooltip(this.toggletipPosition, this.el, this.tooltipMessage), onBlur: () => this.handleBlur() }, h("div", { key: '4995a0cbbfb87d3356c83efe2a47e656ed8ec6e6', class: "svg-icon svg-info" })), h("div", { key: '359fbc7d7fb4c59e8b44863d6d72dbb69ad8d6ff', popover: "", ref: (el) => (this.toggletipEl = el), class: `toggletip ${this.targetSize} ${this.isHidden ? "hidden" : ""}`, id: "toggletip" }, this.tooltip), h("div", { key: 'f638f702d011b9e72baf8385b450a0932adc448c', ref: (el) => (this.liveRegionEl = el), class: "live-region sr-only", role: "status", "aria-live": "polite", "aria-atomic": "true" })));
104
129
  }
105
130
  static get is() { return "wm-toggletip"; }
106
131
  static get encapsulation() { return "shadow"; }
@@ -136,7 +161,7 @@ export class Toggletip {
136
161
  },
137
162
  "tooltip": {
138
163
  "type": "string",
139
- "mutable": true,
164
+ "mutable": false,
140
165
  "complexType": {
141
166
  "original": "string",
142
167
  "resolved": "string",
@@ -153,7 +178,7 @@ export class Toggletip {
153
178
  },
154
179
  "tooltipPosition": {
155
180
  "type": "string",
156
- "mutable": true,
181
+ "mutable": false,
157
182
  "complexType": {
158
183
  "original": "TooltipPlacement",
159
184
  "resolved": "\"bottom\" | \"bottom-left\" | \"bottom-right\" | \"left\" | \"right\" | \"top\" | \"top-left\" | \"top-right\"",
@@ -172,7 +197,7 @@ export class Toggletip {
172
197
  "text": ""
173
198
  },
174
199
  "attribute": "tooltip-position",
175
- "reflect": true,
200
+ "reflect": false,
176
201
  "defaultValue": "\"bottom-right\""
177
202
  },
178
203
  "targetSize": {
@@ -197,7 +222,7 @@ export class Toggletip {
197
222
  }
198
223
  static get states() {
199
224
  return {
200
- "isOpen": {}
225
+ "isHidden": {}
201
226
  };
202
227
  }
203
228
  static get elementRef() { return "el"; }
@@ -1372,6 +1372,9 @@
1372
1372
  .wrapper.invalid .label:after {
1373
1373
  display: inline-block;
1374
1374
  margin-inline-start: 0.25rem;
1375
+ vertical-align: middle;
1376
+ flex-shrink: 0;
1377
+ transform: translateY(-1px);
1375
1378
  }
1376
1379
  .wrapper.rtl.label-left .label {
1377
1380
  margin-right: 0;
@@ -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.11.0-9";
3
+ const version = "5.12.0-0";
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-8800c690.js';
1
+ import { h } from './index-130e07bb.js';
2
+ import { i as intl, c as checkForActiveElInShadow, e as safeMultiplyFloat, f as getPosition } from './functions-a3c016ae.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, 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, 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 { 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, shouldOpenDown as p, shouldShiftRight as q, shouldShiftLeft as r, showTooltip as s, toBool as t, findScrollableParent as u, measureText as v, findNext as w, findPrev as x, csvToArray as y, getTextDir as z };