@watermarkinsights/ripple 5.13.1-0 → 5.13.1-alpha.1

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 (456) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +1 -1
  3. package/dist/cjs/{app-globals-12979223.js → app-globals-BEHiDpgR.js} +2 -2
  4. package/dist/cjs/{chartFunctions-5a8c4095.js → chartFunctions-uCzSt0yo.js} +2 -3
  5. package/dist/cjs/{functions-0774d303.js → functions-CqAwq8Fq.js} +232 -185
  6. package/dist/cjs/{index-788526f5.js → index-Cig4P4gJ.js} +540 -345
  7. package/dist/cjs/{intl-4a204fe7.js → intl-BUs7ck9m.js} +1 -1
  8. package/dist/cjs/loader.cjs.js +3 -5
  9. package/dist/cjs/priv-calendar.cjs.entry.js +6 -12
  10. package/dist/cjs/priv-chart-popover.cjs.entry.js +4 -8
  11. package/dist/cjs/priv-navigator-button.cjs.entry.js +2 -5
  12. package/dist/cjs/priv-navigator-item.cjs.entry.js +2 -5
  13. package/dist/cjs/priv-option-list.cjs.entry.js +10 -16
  14. package/dist/cjs/ripple.cjs.js +7 -7
  15. package/dist/cjs/wm-action-menu_2.cjs.entry.js +9 -18
  16. package/dist/cjs/wm-button.cjs.entry.js +8 -16
  17. package/dist/cjs/wm-chart-slice.cjs.entry.js +1 -8
  18. package/dist/cjs/wm-chart.cjs.entry.js +14 -18
  19. package/dist/cjs/wm-date-range.cjs.entry.js +9 -14
  20. package/dist/cjs/wm-datepicker.cjs.entry.js +6 -11
  21. package/dist/cjs/wm-file-list.cjs.entry.js +2 -5
  22. package/dist/cjs/wm-file.cjs.entry.js +5 -15
  23. package/dist/cjs/wm-flyout.cjs.entry.js +5 -16
  24. package/dist/cjs/wm-input.cjs.entry.js +5 -17
  25. package/dist/cjs/wm-line-chart.cjs.entry.js +18 -28
  26. package/dist/cjs/wm-modal-pss_3.cjs.entry.js +8 -14
  27. package/dist/cjs/wm-modal_3.cjs.entry.js +7 -14
  28. package/dist/cjs/wm-navigation_3.cjs.entry.js +9 -18
  29. package/dist/cjs/wm-navigator.cjs.entry.js +17 -15
  30. package/dist/cjs/wm-nested-select.cjs.entry.js +11 -16
  31. package/dist/cjs/wm-optgroup.cjs.entry.js +3 -7
  32. package/dist/cjs/wm-option_2.cjs.entry.js +10 -17
  33. package/dist/cjs/wm-pagination.cjs.entry.js +10 -13
  34. package/dist/cjs/wm-progress-indicator_3.cjs.entry.js +10 -27
  35. package/dist/cjs/wm-search.cjs.entry.js +25 -9
  36. package/dist/cjs/wm-snackbar.cjs.entry.js +8 -10
  37. package/dist/cjs/wm-tab-item_3.cjs.entry.js +20 -16
  38. package/dist/cjs/wm-tag-input.cjs.entry.js +12 -25
  39. package/dist/cjs/wm-tag-option.cjs.entry.js +2 -8
  40. package/dist/cjs/wm-textarea.cjs.entry.js +5 -12
  41. package/dist/cjs/wm-timepicker.cjs.entry.js +9 -14
  42. package/dist/cjs/wm-toggletip.cjs.entry.js +6 -11
  43. package/dist/cjs/wm-uploader.cjs.entry.js +8 -18
  44. package/dist/cjs/wm-wrapper.cjs.entry.js +1 -3
  45. package/dist/collection/collection-manifest.json +2 -7
  46. package/dist/collection/components/charts/priv-chart-popover/priv-chart-popover.css +0 -122
  47. package/dist/collection/components/charts/priv-chart-popover/priv-chart-popover.js +8 -4
  48. package/dist/collection/components/charts/wm-chart/wm-chart-slice.js +15 -12
  49. package/dist/collection/components/charts/wm-chart/wm-chart.css +0 -209
  50. package/dist/collection/components/charts/wm-chart/wm-chart.js +45 -22
  51. package/dist/collection/components/charts/wm-line-chart/wm-line-chart.css +0 -122
  52. package/dist/collection/components/charts/wm-line-chart/wm-line-chart.js +52 -33
  53. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-indicator.css +0 -209
  54. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-indicator.js +23 -16
  55. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.css +0 -138
  56. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.js +9 -6
  57. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-slice.js +15 -12
  58. package/dist/collection/components/datepickers/datepicker.css +0 -122
  59. package/dist/collection/components/datepickers/priv-calendar/priv-calendar.css +0 -122
  60. package/dist/collection/components/datepickers/priv-calendar/priv-calendar.js +21 -12
  61. package/dist/collection/components/datepickers/wm-date-range.js +39 -19
  62. package/dist/collection/components/datepickers/wm-datepicker.js +27 -13
  63. package/dist/collection/components/selects/priv-option-list/priv-option-list.css +0 -122
  64. package/dist/collection/components/selects/priv-option-list/priv-option-list.js +27 -16
  65. package/dist/collection/components/selects/wm-nested-select/wm-nested-select.css +0 -122
  66. package/dist/collection/components/selects/wm-nested-select/wm-nested-select.js +46 -22
  67. package/dist/collection/components/selects/wm-optgroup/wm-optgroup.css +0 -122
  68. package/dist/collection/components/selects/wm-optgroup/wm-optgroup.js +12 -5
  69. package/dist/collection/components/selects/wm-option/wm-option.css +0 -122
  70. package/dist/collection/components/selects/wm-option/wm-option.js +15 -6
  71. package/dist/collection/components/selects/wm-select/wm-select.css +0 -122
  72. package/dist/collection/components/selects/wm-select/wm-select.js +41 -19
  73. package/dist/collection/components/wm-action-menu/wm-action-menu.css +0 -122
  74. package/dist/collection/components/wm-action-menu/wm-action-menu.js +24 -15
  75. package/dist/collection/components/wm-button/wm-button.css +0 -200
  76. package/dist/collection/components/wm-button/wm-button.js +43 -22
  77. package/dist/collection/components/wm-file/wm-file.css +0 -122
  78. package/dist/collection/components/wm-file/wm-file.js +29 -18
  79. package/dist/collection/components/wm-file-list/wm-file-list.css +0 -122
  80. package/dist/collection/components/wm-file-list/wm-file-list.js +3 -1
  81. package/dist/collection/components/wm-flyout/wm-flyout.css +0 -122
  82. package/dist/collection/components/wm-flyout/wm-flyout.js +31 -19
  83. package/dist/collection/components/wm-input/wm-input.css +0 -122
  84. package/dist/collection/components/wm-input/wm-input.js +55 -28
  85. package/dist/collection/components/wm-menuitem/wm-menuitem.css +0 -122
  86. package/dist/collection/components/wm-menuitem/wm-menuitem.js +10 -4
  87. package/dist/collection/components/wm-modal/wm-modal-footer.css +0 -122
  88. package/dist/collection/components/wm-modal/wm-modal-footer.js +15 -5
  89. package/dist/collection/components/wm-modal/wm-modal-header.css +0 -122
  90. package/dist/collection/components/wm-modal/wm-modal-header.js +6 -2
  91. package/dist/collection/components/wm-modal/wm-modal.css +0 -122
  92. package/dist/collection/components/wm-modal/wm-modal.js +13 -7
  93. package/dist/collection/components/wm-modal-pss/wm-modal-pss-footer.css +0 -122
  94. package/dist/collection/components/wm-modal-pss/wm-modal-pss-footer.js +15 -5
  95. package/dist/collection/components/wm-modal-pss/wm-modal-pss-header.css +0 -122
  96. package/dist/collection/components/wm-modal-pss/wm-modal-pss-header.js +6 -2
  97. package/dist/collection/components/wm-modal-pss/wm-modal-pss.css +0 -122
  98. package/dist/collection/components/wm-modal-pss/wm-modal-pss.js +14 -7
  99. package/dist/collection/components/wm-navigation/wm-navigation-hamburger.css +0 -122
  100. package/dist/collection/components/wm-navigation/wm-navigation-hamburger.js +5 -4
  101. package/dist/collection/components/wm-navigation/wm-navigation-item.css +0 -122
  102. package/dist/collection/components/wm-navigation/wm-navigation-item.js +9 -8
  103. package/dist/collection/components/wm-navigation/wm-navigation.css +0 -122
  104. package/dist/collection/components/wm-navigation/wm-navigation.js +4 -2
  105. package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.css +0 -122
  106. package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.js +6 -2
  107. package/dist/collection/components/wm-navigator/priv-navigator-item/priv-navigator-item.css +0 -122
  108. package/dist/collection/components/wm-navigator/priv-navigator-item/priv-navigator-item.js +9 -3
  109. package/dist/collection/components/wm-navigator/wm-navigator.css +0 -122
  110. package/dist/collection/components/wm-navigator/wm-navigator.js +34 -15
  111. package/dist/collection/components/wm-pagination/wm-pagination.css +0 -122
  112. package/dist/collection/components/wm-pagination/wm-pagination.js +21 -11
  113. package/dist/collection/components/wm-search/wm-search.css +0 -122
  114. package/dist/collection/components/wm-search/wm-search.js +45 -10
  115. package/dist/collection/components/wm-snackbar/wm-snackbar.css +0 -122
  116. package/dist/collection/components/wm-snackbar/wm-snackbar.js +7 -4
  117. package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.css +0 -122
  118. package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.js +18 -6
  119. package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.css +0 -122
  120. package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.js +9 -6
  121. package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.css +0 -122
  122. package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.js +12 -2
  123. package/dist/collection/components/wm-tag-input/wm-tag-input.css +0 -122
  124. package/dist/collection/components/wm-tag-input/wm-tag-input.js +50 -32
  125. package/dist/collection/components/wm-tag-input/wm-tag-option/wm-tag-option.js +18 -10
  126. package/dist/collection/components/wm-textarea/wm-textarea.css +0 -122
  127. package/dist/collection/components/wm-textarea/wm-textarea.js +34 -16
  128. package/dist/collection/components/wm-timepicker/wm-timepicker.css +0 -122
  129. package/dist/collection/components/wm-timepicker/wm-timepicker.js +27 -15
  130. package/dist/collection/components/wm-toggletip/wm-toggletip.css +0 -122
  131. package/dist/collection/components/wm-toggletip/wm-toggletip.js +15 -9
  132. package/dist/collection/components/wm-uploader/wm-uploader.css +0 -200
  133. package/dist/collection/components/wm-uploader/wm-uploader.js +37 -22
  134. package/dist/components/index.d.ts +33 -0
  135. package/dist/components/index.js +85 -0
  136. package/dist/components/p-BlQdbOh_.js +294 -0
  137. package/dist/components/p-BvE5BEYe.js +146 -0
  138. package/dist/components/p-BzGDMpdL.js +592 -0
  139. package/dist/{ripple/p-8303bd1e.entry.js → components/p-CLem5EoD.js} +42 -1
  140. package/dist/components/p-CWx2NF6K.js +231 -0
  141. package/dist/components/p-D9GMUh0-.js +231 -0
  142. package/dist/components/p-DCSxoWXP.js +421 -0
  143. package/dist/{ripple/p-e8f5c8cd.entry.js → components/p-DG_w4q3M.js} +196 -1
  144. package/dist/{esm/intl-e0444831.js → components/p-DStPjkvu.js} +1 -1
  145. package/dist/{esm/functions-682e95b4.js → components/p-DdlNyc6u.js} +233 -186
  146. package/dist/components/p-DvXS4oTB.js +49 -0
  147. package/dist/components/p-HPnDWE3g.js +1686 -0
  148. package/dist/{esm/chartFunctions-4095a787.js → components/p-K9lgwbAO.js} +3 -4
  149. package/dist/components/p-e_A35rK5.js +154 -0
  150. package/dist/components/priv-calendar.d.ts +11 -0
  151. package/dist/components/priv-calendar.js +6 -0
  152. package/dist/components/priv-chart-popover.d.ts +11 -0
  153. package/dist/components/priv-chart-popover.js +6 -0
  154. package/dist/components/priv-navigator-button.d.ts +11 -0
  155. package/dist/components/priv-navigator-button.js +6 -0
  156. package/dist/components/priv-navigator-item.d.ts +11 -0
  157. package/dist/components/priv-navigator-item.js +6 -0
  158. package/dist/components/priv-option-list.d.ts +11 -0
  159. package/dist/components/priv-option-list.js +6 -0
  160. package/dist/components/wm-action-menu.d.ts +11 -0
  161. package/dist/components/wm-action-menu.js +6 -0
  162. package/dist/components/wm-button.d.ts +11 -0
  163. package/dist/components/wm-button.js +6 -0
  164. package/dist/components/wm-chart-slice.d.ts +11 -0
  165. package/dist/components/wm-chart-slice.js +41 -0
  166. package/dist/components/wm-chart.d.ts +11 -0
  167. package/dist/components/wm-chart.js +197 -0
  168. package/dist/components/wm-date-range.d.ts +11 -0
  169. package/dist/components/wm-date-range.js +522 -0
  170. package/dist/components/wm-datepicker.d.ts +11 -0
  171. package/dist/components/wm-datepicker.js +287 -0
  172. package/dist/components/wm-file-list.d.ts +11 -0
  173. package/dist/components/wm-file-list.js +38 -0
  174. package/dist/components/wm-file.d.ts +11 -0
  175. package/dist/components/wm-file.js +228 -0
  176. package/dist/components/wm-flyout.d.ts +11 -0
  177. package/dist/components/wm-flyout.js +208 -0
  178. package/dist/components/wm-input.d.ts +11 -0
  179. package/dist/components/wm-input.js +152 -0
  180. package/dist/components/wm-line-chart.d.ts +11 -0
  181. package/dist/components/wm-line-chart.js +497 -0
  182. package/dist/components/wm-menuitem.d.ts +11 -0
  183. package/dist/components/wm-menuitem.js +6 -0
  184. package/dist/components/wm-modal-footer.d.ts +11 -0
  185. package/dist/components/wm-modal-footer.js +73 -0
  186. package/dist/components/wm-modal-header.d.ts +11 -0
  187. package/dist/components/wm-modal-header.js +61 -0
  188. package/dist/components/wm-modal-pss-footer.d.ts +11 -0
  189. package/dist/components/wm-modal-pss-footer.js +69 -0
  190. package/dist/components/wm-modal-pss-header.d.ts +11 -0
  191. package/dist/components/wm-modal-pss-header.js +64 -0
  192. package/dist/components/wm-modal-pss.d.ts +11 -0
  193. package/dist/components/wm-modal-pss.js +162 -0
  194. package/dist/components/wm-modal.d.ts +11 -0
  195. package/dist/components/wm-modal.js +161 -0
  196. package/dist/components/wm-navigation-hamburger.d.ts +11 -0
  197. package/dist/components/wm-navigation-hamburger.js +70 -0
  198. package/dist/components/wm-navigation-item.d.ts +11 -0
  199. package/dist/components/wm-navigation-item.js +40 -0
  200. package/dist/components/wm-navigation.d.ts +11 -0
  201. package/dist/components/wm-navigation.js +144 -0
  202. package/dist/components/wm-navigator.d.ts +11 -0
  203. package/dist/components/wm-navigator.js +369 -0
  204. package/dist/components/wm-nested-select.d.ts +11 -0
  205. package/dist/components/wm-nested-select.js +343 -0
  206. package/dist/components/wm-optgroup.d.ts +11 -0
  207. package/dist/components/wm-optgroup.js +107 -0
  208. package/dist/components/wm-option.d.ts +11 -0
  209. package/dist/components/wm-option.js +6 -0
  210. package/dist/components/wm-pagination.d.ts +11 -0
  211. package/dist/components/wm-pagination.js +251 -0
  212. package/dist/components/wm-progress-indicator.d.ts +11 -0
  213. package/dist/components/wm-progress-indicator.js +144 -0
  214. package/dist/components/wm-progress-monitor.d.ts +11 -0
  215. package/dist/{ripple/p-afa213ca.entry.js → components/wm-progress-monitor.js} +93 -1
  216. package/dist/components/wm-progress-slice.d.ts +11 -0
  217. package/dist/components/wm-progress-slice.js +37 -0
  218. package/dist/components/wm-search.d.ts +11 -0
  219. package/dist/components/wm-search.js +250 -0
  220. package/dist/components/wm-select.d.ts +11 -0
  221. package/dist/components/wm-select.js +6 -0
  222. package/dist/components/wm-snackbar.d.ts +11 -0
  223. package/dist/components/wm-snackbar.js +209 -0
  224. package/dist/components/wm-tab-item.d.ts +11 -0
  225. package/dist/components/wm-tab-item.js +85 -0
  226. package/dist/components/wm-tab-list.d.ts +11 -0
  227. package/dist/components/wm-tab-list.js +217 -0
  228. package/dist/components/wm-tab-panel.d.ts +11 -0
  229. package/dist/components/wm-tab-panel.js +52 -0
  230. package/dist/components/wm-tag-input.d.ts +11 -0
  231. package/dist/components/wm-tag-input.js +919 -0
  232. package/dist/components/wm-tag-option.d.ts +11 -0
  233. package/dist/components/wm-tag-option.js +63 -0
  234. package/dist/components/wm-textarea.d.ts +11 -0
  235. package/dist/components/wm-textarea.js +113 -0
  236. package/dist/components/wm-timepicker.d.ts +11 -0
  237. package/dist/components/wm-timepicker.js +333 -0
  238. package/dist/components/wm-toggletip.d.ts +11 -0
  239. package/dist/{ripple/p-b1e4f8d0.entry.js → components/wm-toggletip.js} +200 -1
  240. package/dist/components/wm-uploader.d.ts +11 -0
  241. package/dist/components/wm-uploader.js +348 -0
  242. package/dist/components/wm-wrapper.d.ts +11 -0
  243. package/dist/components/wm-wrapper.js +34 -0
  244. package/dist/esm/{app-globals-8110c96f.js → app-globals-CAbvPlgr.js} +2 -2
  245. package/dist/esm/chartFunctions-Cmh1Ji0o.js +724 -0
  246. package/dist/esm/functions-C2kwukaR.js +10485 -0
  247. package/dist/esm/{index-130e07bb.js → index-EopL5zo4.js} +539 -324
  248. package/dist/esm/interfaces-COwzv5zO.js +34 -0
  249. package/dist/esm/intl-DeM2tf6d.js +277 -0
  250. package/dist/esm/loader.js +4 -4
  251. package/dist/esm/priv-calendar.entry.js +6 -10
  252. package/dist/esm/priv-chart-popover.entry.js +4 -6
  253. package/dist/esm/priv-navigator-button.entry.js +2 -3
  254. package/dist/esm/priv-navigator-item.entry.js +2 -3
  255. package/dist/esm/priv-option-list.entry.js +10 -14
  256. package/dist/esm/ripple.js +6 -5
  257. package/dist/esm/wm-action-menu_2.entry.js +9 -16
  258. package/dist/esm/wm-button.entry.js +8 -14
  259. package/dist/esm/wm-chart-slice.entry.js +1 -6
  260. package/dist/esm/wm-chart.entry.js +14 -16
  261. package/dist/esm/wm-date-range.entry.js +9 -12
  262. package/dist/esm/wm-datepicker.entry.js +6 -9
  263. package/dist/esm/wm-file-list.entry.js +2 -3
  264. package/dist/esm/wm-file.entry.js +5 -13
  265. package/dist/esm/wm-flyout.entry.js +5 -14
  266. package/dist/esm/wm-input.entry.js +5 -15
  267. package/dist/esm/wm-line-chart.entry.js +18 -26
  268. package/dist/esm/wm-modal-pss_3.entry.js +8 -12
  269. package/dist/esm/wm-modal_3.entry.js +7 -12
  270. package/dist/esm/wm-navigation_3.entry.js +9 -16
  271. package/dist/esm/wm-navigator.entry.js +17 -13
  272. package/dist/esm/wm-nested-select.entry.js +11 -14
  273. package/dist/esm/wm-optgroup.entry.js +3 -5
  274. package/dist/esm/wm-option_2.entry.js +10 -15
  275. package/dist/esm/wm-pagination.entry.js +10 -11
  276. package/dist/esm/wm-progress-indicator_3.entry.js +10 -25
  277. package/dist/esm/wm-search.entry.js +25 -7
  278. package/dist/esm/wm-snackbar.entry.js +8 -8
  279. package/dist/esm/wm-tab-item_3.entry.js +20 -14
  280. package/dist/esm/wm-tag-input.entry.js +12 -23
  281. package/dist/esm/wm-tag-option.entry.js +2 -6
  282. package/dist/esm/wm-textarea.entry.js +5 -10
  283. package/dist/esm/wm-timepicker.entry.js +9 -12
  284. package/dist/esm/wm-toggletip.entry.js +6 -9
  285. package/dist/esm/wm-uploader.entry.js +8 -16
  286. package/dist/esm/wm-wrapper.entry.js +1 -1
  287. package/dist/esm-es5/app-globals-CAbvPlgr.js +1 -0
  288. package/dist/esm-es5/chartFunctions-Cmh1Ji0o.js +1 -0
  289. package/dist/esm-es5/functions-C2kwukaR.js +1 -0
  290. package/dist/esm-es5/index-EopL5zo4.js +1 -0
  291. package/dist/esm-es5/{intl-e0444831.js → intl-DeM2tf6d.js} +1 -1
  292. package/dist/esm-es5/loader.js +1 -1
  293. package/dist/esm-es5/priv-calendar.entry.js +1 -1
  294. package/dist/esm-es5/priv-chart-popover.entry.js +1 -1
  295. package/dist/esm-es5/priv-navigator-button.entry.js +1 -1
  296. package/dist/esm-es5/priv-navigator-item.entry.js +1 -1
  297. package/dist/esm-es5/priv-option-list.entry.js +1 -1
  298. package/dist/esm-es5/ripple.js +1 -1
  299. package/dist/esm-es5/wm-action-menu_2.entry.js +1 -1
  300. package/dist/esm-es5/wm-button.entry.js +1 -1
  301. package/dist/esm-es5/wm-chart-slice.entry.js +1 -1
  302. package/dist/esm-es5/wm-chart.entry.js +1 -1
  303. package/dist/esm-es5/wm-date-range.entry.js +1 -1
  304. package/dist/esm-es5/wm-datepicker.entry.js +1 -1
  305. package/dist/esm-es5/wm-file-list.entry.js +1 -1
  306. package/dist/esm-es5/wm-file.entry.js +1 -1
  307. package/dist/esm-es5/wm-flyout.entry.js +1 -1
  308. package/dist/esm-es5/wm-input.entry.js +1 -1
  309. package/dist/esm-es5/wm-line-chart.entry.js +1 -1
  310. package/dist/esm-es5/wm-modal-pss_3.entry.js +1 -1
  311. package/dist/esm-es5/wm-modal_3.entry.js +1 -1
  312. package/dist/esm-es5/wm-navigation_3.entry.js +1 -1
  313. package/dist/esm-es5/wm-navigator.entry.js +1 -1
  314. package/dist/esm-es5/wm-nested-select.entry.js +1 -1
  315. package/dist/esm-es5/wm-optgroup.entry.js +1 -1
  316. package/dist/esm-es5/wm-option_2.entry.js +1 -1
  317. package/dist/esm-es5/wm-pagination.entry.js +1 -1
  318. package/dist/esm-es5/wm-progress-indicator_3.entry.js +1 -1
  319. package/dist/esm-es5/wm-search.entry.js +1 -1
  320. package/dist/esm-es5/wm-snackbar.entry.js +1 -1
  321. package/dist/esm-es5/wm-tab-item_3.entry.js +1 -1
  322. package/dist/esm-es5/wm-tag-input.entry.js +1 -1
  323. package/dist/esm-es5/wm-tag-option.entry.js +1 -1
  324. package/dist/esm-es5/wm-textarea.entry.js +1 -1
  325. package/dist/esm-es5/wm-timepicker.entry.js +1 -1
  326. package/dist/esm-es5/wm-toggletip.entry.js +1 -1
  327. package/dist/esm-es5/wm-uploader.entry.js +1 -1
  328. package/dist/esm-es5/wm-wrapper.entry.js +1 -1
  329. package/dist/ripple/p-090ee1d9.entry.js +1 -0
  330. package/dist/ripple/p-25e1a9f9.entry.js +1 -0
  331. package/dist/ripple/{p-9d8c5fb4.system.entry.js → p-27ecd83a.system.entry.js} +1 -1
  332. package/dist/ripple/{p-72b88618.system.entry.js → p-2f1ffab1.system.entry.js} +1 -1
  333. package/dist/ripple/{p-e9c4ed97.entry.js → p-3042aae4.entry.js} +1 -1
  334. package/dist/ripple/p-30fb07a2.entry.js +1 -0
  335. package/dist/ripple/{p-199fd014.system.entry.js → p-31b8fe9c.system.entry.js} +1 -1
  336. package/dist/ripple/p-338b089a.entry.js +1 -0
  337. package/dist/ripple/p-340b73a9.system.entry.js +1 -0
  338. package/dist/ripple/p-3611aa0e.entry.js +1 -0
  339. package/dist/ripple/{p-c3ab1c4b.system.entry.js → p-384d9208.system.entry.js} +1 -1
  340. package/dist/ripple/{p-b73936b2.system.entry.js → p-3b0aaa5d.system.entry.js} +1 -1
  341. package/dist/ripple/p-3b828dcd.entry.js +1 -0
  342. package/dist/ripple/{p-ec4c1020.system.entry.js → p-3bee6a44.system.entry.js} +1 -1
  343. package/dist/ripple/p-3c54de9c.entry.js +1 -0
  344. package/dist/ripple/{p-ac241e42.system.entry.js → p-3e5a7fee.system.entry.js} +1 -1
  345. package/dist/ripple/{p-b4a9a118.entry.js → p-4862126f.entry.js} +1 -1
  346. package/dist/ripple/{p-cd0cc88d.entry.js → p-492a8a9f.entry.js} +1 -1
  347. package/dist/ripple/{p-11aef4e8.entry.js → p-49c9063a.entry.js} +1 -1
  348. package/dist/ripple/p-52e54dca.entry.js +1 -0
  349. package/dist/ripple/p-54aeadde.entry.js +1 -0
  350. package/dist/ripple/{p-015af452.system.entry.js → p-61c089e4.system.entry.js} +1 -1
  351. package/dist/ripple/{p-91a8e524.system.entry.js → p-63bb5240.system.entry.js} +1 -1
  352. package/dist/ripple/{p-7360ce37.entry.js → p-64e6e3b7.entry.js} +1 -1
  353. package/dist/ripple/{p-14b3b062.system.entry.js → p-6785cd06.system.entry.js} +1 -1
  354. package/dist/ripple/p-6838c144.entry.js +1 -0
  355. package/dist/ripple/{p-e7ee2171.system.entry.js → p-68705f8f.system.entry.js} +1 -1
  356. package/dist/ripple/{p-932922ed.system.entry.js → p-69d1e480.system.entry.js} +1 -1
  357. package/dist/ripple/{p-d8f0c9b4.system.entry.js → p-6f8eecda.system.entry.js} +1 -1
  358. package/dist/ripple/{p-f2c40a23.system.entry.js → p-74243614.system.entry.js} +1 -1
  359. package/dist/ripple/p-774c49cd.entry.js +1 -0
  360. package/dist/ripple/p-782951b7.system.entry.js +1 -0
  361. package/dist/ripple/p-7aa9c503.entry.js +1 -0
  362. package/dist/ripple/{p-5a564d92.system.entry.js → p-84a4735d.system.entry.js} +1 -1
  363. package/dist/ripple/p-85bdcfc2.entry.js +1 -0
  364. package/dist/ripple/{p-cf77cdd0.system.entry.js → p-86815489.system.entry.js} +1 -1
  365. package/dist/ripple/{p-1d43bc57.system.entry.js → p-8d09ca95.system.entry.js} +1 -1
  366. package/dist/ripple/p-9111db61.entry.js +1 -0
  367. package/dist/ripple/{p-feaa4c19.entry.js → p-957e8a70.entry.js} +1 -1
  368. package/dist/ripple/p-9583f20a.entry.js +1 -0
  369. package/dist/ripple/{p-cd5c59ef.system.entry.js → p-99d53b0e.system.entry.js} +1 -1
  370. package/dist/ripple/{p-55f880af.entry.js → p-9a0216ba.entry.js} +1 -1
  371. package/dist/ripple/{p-7c9bf5f6.system.entry.js → p-9a72e53c.system.entry.js} +1 -1
  372. package/dist/ripple/{p-371c36f5.entry.js → p-9e10d3eb.entry.js} +1 -1
  373. package/dist/ripple/p-C2kwukaR.js +1 -0
  374. package/dist/ripple/p-CG434V5a.system.js +1 -0
  375. package/dist/ripple/p-CPBFbOkl.js +1 -0
  376. package/dist/ripple/p-CTau6pR2.system.js +2 -0
  377. package/dist/ripple/{p-7a08da5c.system.js → p-ClenAAhT.system.js} +1 -1
  378. package/dist/ripple/p-CxDIDZPI.js +1 -0
  379. package/dist/ripple/{p-187c694f.js → p-D7x793ET.js} +1 -1
  380. package/dist/ripple/p-DB8VIjQe.system.js +1 -0
  381. package/dist/ripple/p-DwoNKeBh.system.js +1 -0
  382. package/dist/ripple/p-EopL5zo4.js +2 -0
  383. package/dist/ripple/p-a121c779.entry.js +1 -0
  384. package/dist/ripple/p-a3c4aa31.entry.js +1 -0
  385. package/dist/ripple/p-a46a28c9.entry.js +1 -0
  386. package/dist/ripple/p-a6890863.entry.js +1 -0
  387. package/dist/ripple/{p-bbb37d6e.entry.js → p-a7f2af01.entry.js} +1 -1
  388. package/dist/ripple/{p-7a6f535f.system.entry.js → p-a95f9245.system.entry.js} +1 -1
  389. package/dist/ripple/{p-6439b435.system.entry.js → p-ae58e2d1.system.entry.js} +1 -1
  390. package/dist/ripple/p-b077fe55.system.entry.js +1 -0
  391. package/dist/ripple/{p-61f8a6d4.system.entry.js → p-b0a47a43.system.entry.js} +1 -1
  392. package/dist/ripple/{p-dbd8a6c4.system.entry.js → p-ba6080a6.system.entry.js} +1 -1
  393. package/dist/ripple/p-c0440211.entry.js +1 -0
  394. package/dist/ripple/{p-704bacb9.system.entry.js → p-c78fa8d0.system.entry.js} +1 -1
  395. package/dist/ripple/{p-e12e6b00.system.entry.js → p-cd81d7de.system.entry.js} +1 -1
  396. package/dist/ripple/p-d77338ae.entry.js +1 -0
  397. package/dist/ripple/{p-849384be.system.entry.js → p-d92218e6.system.entry.js} +1 -1
  398. package/dist/ripple/{p-043901ab.system.entry.js → p-da5ad94c.system.entry.js} +1 -1
  399. package/dist/ripple/{p-5642cfb5.system.entry.js → p-dc7feffa.system.entry.js} +1 -1
  400. package/dist/ripple/p-e3fb63fd.entry.js +1 -0
  401. package/dist/ripple/p-e3fc3c6b.entry.js +1 -0
  402. package/dist/ripple/{p-18d6408f.system.entry.js → p-e77d4c21.system.entry.js} +1 -1
  403. package/dist/ripple/{p-31da9108.system.entry.js → p-ea7a4ac1.system.entry.js} +1 -1
  404. package/dist/ripple/p-ec611502.entry.js +1 -0
  405. package/dist/ripple/{p-d1950a60.entry.js → p-edc1b7cb.entry.js} +1 -1
  406. package/dist/ripple/{p-f65448ac.entry.js → p-ee8d7025.entry.js} +1 -1
  407. package/dist/ripple/{p-d4ac08de.system.entry.js → p-fce91d27.system.entry.js} +1 -1
  408. package/dist/ripple/{p-927df284.system.entry.js → p-fe31bd98.system.entry.js} +1 -1
  409. package/dist/ripple/p-wFWSStJ9.system.js +1 -0
  410. package/dist/ripple/ripple.esm.js +1 -1
  411. package/dist/ripple/ripple.js +1 -1
  412. package/dist/types/stencil-public-runtime.d.ts +28 -0
  413. package/package.json +32 -12
  414. package/dist/esm-es5/app-globals-8110c96f.js +0 -1
  415. package/dist/esm-es5/chartFunctions-4095a787.js +0 -1
  416. package/dist/esm-es5/functions-682e95b4.js +0 -1
  417. package/dist/esm-es5/index-130e07bb.js +0 -1
  418. package/dist/loader/package.json +0 -11
  419. package/dist/ripple/p-00baa278.entry.js +0 -1
  420. package/dist/ripple/p-039a53d7.entry.js +0 -1
  421. package/dist/ripple/p-0528bf4d.entry.js +0 -1
  422. package/dist/ripple/p-0d4c017e.system.entry.js +0 -1
  423. package/dist/ripple/p-13b1d775.entry.js +0 -1
  424. package/dist/ripple/p-15712a55.entry.js +0 -1
  425. package/dist/ripple/p-29d32ee5.system.js +0 -1
  426. package/dist/ripple/p-37301ba0.system.js +0 -1
  427. package/dist/ripple/p-43a28379.entry.js +0 -1
  428. package/dist/ripple/p-44577815.entry.js +0 -1
  429. package/dist/ripple/p-45f831ef.entry.js +0 -1
  430. package/dist/ripple/p-5f09e972.entry.js +0 -1
  431. package/dist/ripple/p-6747a274.system.js +0 -1
  432. package/dist/ripple/p-733c7bd5.system.js +0 -1
  433. package/dist/ripple/p-8194ee04.entry.js +0 -1
  434. package/dist/ripple/p-823d7b4e.system.entry.js +0 -1
  435. package/dist/ripple/p-8cd5206a.entry.js +0 -1
  436. package/dist/ripple/p-8dde12bd.entry.js +0 -1
  437. package/dist/ripple/p-95d5618f.js +0 -1
  438. package/dist/ripple/p-9859635f.entry.js +0 -1
  439. package/dist/ripple/p-9e7e5948.system.entry.js +0 -1
  440. package/dist/ripple/p-a02cdb4f.js +0 -1
  441. package/dist/ripple/p-a399fb79.entry.js +0 -1
  442. package/dist/ripple/p-a4c26c21.entry.js +0 -1
  443. package/dist/ripple/p-a685a5fa.entry.js +0 -1
  444. package/dist/ripple/p-a70f8d7a.entry.js +0 -1
  445. package/dist/ripple/p-bb00a18f.js +0 -1
  446. package/dist/ripple/p-cef8a45b.system.js +0 -2
  447. package/dist/ripple/p-d9da0502.js +0 -2
  448. package/dist/ripple/p-dc600a24.entry.js +0 -1
  449. package/dist/ripple/p-dc82b6d2.entry.js +0 -1
  450. package/dist/ripple/p-ee01e771.entry.js +0 -1
  451. /package/dist/cjs/{interfaces-85d78ae9.js → interfaces-C7YbtGnk.js} +0 -0
  452. /package/dist/{esm/interfaces-cc5b177f.js → components/p-COwzv5zO.js} +0 -0
  453. /package/dist/esm-es5/{interfaces-cc5b177f.js → interfaces-COwzv5zO.js} +0 -0
  454. /package/dist/ripple/{p-2732bddd.js → p-COwzv5zO.js} +0 -0
  455. /package/dist/ripple/{p-42fa7a77.system.js → p-ClUp3GkF.system.js} +0 -0
  456. /package/dist/ripple/{p-50ea2036.system.js → p-YWpyar7R.system.js} +0 -0
@@ -1,4 +1,4 @@
1
- const en = {
1
+ var en = {
2
2
  "chart.clickToSeeDetails": [
3
3
  {
4
4
  type: 0,
@@ -1347,7 +1347,7 @@ const en = {
1347
1347
  ]
1348
1348
  };
1349
1349
 
1350
- const fr = {
1350
+ var fr = {
1351
1351
  "chart.clickToSeeDetails": [
1352
1352
  {
1353
1353
  type: 0,
@@ -2199,7 +2199,7 @@ const fr = {
2199
2199
  ]
2200
2200
  };
2201
2201
 
2202
- const es = {
2202
+ var es = {
2203
2203
  "chart.clickToSeeDetails": [
2204
2204
  {
2205
2205
  type: 0,
@@ -3658,7 +3658,7 @@ const es = {
3658
3658
  ]
3659
3659
  };
3660
3660
 
3661
- const pig = {
3661
+ var pig = {
3662
3662
  "chart.clickToSeeDetails": [
3663
3663
  {
3664
3664
  type: 0,
@@ -5007,83 +5007,157 @@ const pig = {
5007
5007
  ]
5008
5008
  };
5009
5009
 
5010
- const lang = /*#__PURE__*/Object.freeze({
5010
+ var lang = /*#__PURE__*/Object.freeze({
5011
5011
  __proto__: null,
5012
5012
  en: en,
5013
- fr: fr,
5014
5013
  es: es,
5014
+ fr: fr,
5015
5015
  pig: pig
5016
5016
  });
5017
5017
 
5018
- /******************************************************************************
5019
- Copyright (c) Microsoft Corporation.
5020
-
5021
- Permission to use, copy, modify, and/or distribute this software for any
5022
- purpose with or without fee is hereby granted.
5023
-
5024
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
5025
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
5026
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
5027
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
5028
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
5029
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
5030
- PERFORMANCE OF THIS SOFTWARE.
5031
- ***************************************************************************** */
5032
- /* global Reflect, Promise, SuppressedError, Symbol, Iterator */
5033
-
5034
- var extendStatics = function(d, b) {
5035
- extendStatics = Object.setPrototypeOf ||
5036
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
5037
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
5038
- return extendStatics(d, b);
5039
- };
5040
-
5041
- function __extends(d, b) {
5042
- if (typeof b !== "function" && b !== null)
5043
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
5044
- extendStatics(d, b);
5045
- function __() { this.constructor = d; }
5046
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
5047
- }
5048
-
5049
- var __assign = function() {
5050
- __assign = Object.assign || function __assign(t) {
5051
- for (var s, i = 1, n = arguments.length; i < n; i++) {
5052
- s = arguments[i];
5053
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
5054
- }
5055
- return t;
5056
- };
5057
- return __assign.apply(this, arguments);
5058
- };
5059
-
5060
- function __rest(s, e) {
5061
- var t = {};
5062
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
5063
- t[p] = s[p];
5064
- if (s != null && typeof Object.getOwnPropertySymbols === "function")
5065
- for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
5066
- if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
5067
- t[p[i]] = s[p[i]];
5068
- }
5069
- return t;
5070
- }
5071
-
5072
- function __spreadArray(to, from, pack) {
5073
- if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
5074
- if (ar || !(i in from)) {
5075
- if (!ar) ar = Array.prototype.slice.call(from, 0, i);
5076
- ar[i] = from[i];
5077
- }
5078
- }
5079
- return to.concat(ar || Array.prototype.slice.call(from));
5080
- }
5081
-
5082
- typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
5083
- var e = new Error(message);
5084
- return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
5018
+ /******************************************************************************
5019
+ Copyright (c) Microsoft Corporation.
5020
+
5021
+ Permission to use, copy, modify, and/or distribute this software for any
5022
+ purpose with or without fee is hereby granted.
5023
+
5024
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
5025
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
5026
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
5027
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
5028
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
5029
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
5030
+ PERFORMANCE OF THIS SOFTWARE.
5031
+ ***************************************************************************** */
5032
+ /* global Reflect, Promise, SuppressedError, Symbol, Iterator */
5033
+
5034
+ var extendStatics = function(d, b) {
5035
+ extendStatics = Object.setPrototypeOf ||
5036
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
5037
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
5038
+ return extendStatics(d, b);
5039
+ };
5040
+
5041
+ function __extends(d, b) {
5042
+ if (typeof b !== "function" && b !== null)
5043
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
5044
+ extendStatics(d, b);
5045
+ function __() { this.constructor = d; }
5046
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
5047
+ }
5048
+
5049
+ var __assign = function() {
5050
+ __assign = Object.assign || function __assign(t) {
5051
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5052
+ s = arguments[i];
5053
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
5054
+ }
5055
+ return t;
5056
+ };
5057
+ return __assign.apply(this, arguments);
5058
+ };
5059
+
5060
+ function __rest(s, e) {
5061
+ var t = {};
5062
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
5063
+ t[p] = s[p];
5064
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
5065
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
5066
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
5067
+ t[p[i]] = s[p[i]];
5068
+ }
5069
+ return t;
5070
+ }
5071
+
5072
+ function __spreadArray(to, from, pack) {
5073
+ if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
5074
+ if (ar || !(i in from)) {
5075
+ if (!ar) ar = Array.prototype.slice.call(from, 0, i);
5076
+ ar[i] = from[i];
5077
+ }
5078
+ }
5079
+ return to.concat(ar || Array.prototype.slice.call(from));
5080
+ }
5081
+
5082
+ typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
5083
+ var e = new Error(message);
5084
+ return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
5085
5085
  };
5086
5086
 
5087
+ //
5088
+ // Main
5089
+ //
5090
+ function memoize(fn, options) {
5091
+ var cache = options && options.cache ? options.cache : cacheDefault;
5092
+ var serializer = options && options.serializer ? options.serializer : serializerDefault;
5093
+ var strategy = options && options.strategy ? options.strategy : strategyDefault;
5094
+ return strategy(fn, {
5095
+ cache: cache,
5096
+ serializer: serializer,
5097
+ });
5098
+ }
5099
+ //
5100
+ // Strategy
5101
+ //
5102
+ function isPrimitive(value) {
5103
+ return (value == null || typeof value === 'number' || typeof value === 'boolean'); // || typeof value === "string" 'unsafe' primitive for our needs
5104
+ }
5105
+ function monadic(fn, cache, serializer, arg) {
5106
+ var cacheKey = isPrimitive(arg) ? arg : serializer(arg);
5107
+ var computedValue = cache.get(cacheKey);
5108
+ if (typeof computedValue === 'undefined') {
5109
+ computedValue = fn.call(this, arg);
5110
+ cache.set(cacheKey, computedValue);
5111
+ }
5112
+ return computedValue;
5113
+ }
5114
+ function variadic(fn, cache, serializer) {
5115
+ var args = Array.prototype.slice.call(arguments, 3);
5116
+ var cacheKey = serializer(args);
5117
+ var computedValue = cache.get(cacheKey);
5118
+ if (typeof computedValue === 'undefined') {
5119
+ computedValue = fn.apply(this, args);
5120
+ cache.set(cacheKey, computedValue);
5121
+ }
5122
+ return computedValue;
5123
+ }
5124
+ function assemble(fn, context, strategy, cache, serialize) {
5125
+ return strategy.bind(context, fn, cache, serialize);
5126
+ }
5127
+ function strategyDefault(fn, options) {
5128
+ var strategy = fn.length === 1 ? monadic : variadic;
5129
+ return assemble(fn, this, strategy, options.cache.create(), options.serializer);
5130
+ }
5131
+ function strategyVariadic(fn, options) {
5132
+ return assemble(fn, this, variadic, options.cache.create(), options.serializer);
5133
+ }
5134
+ //
5135
+ // Serializer
5136
+ //
5137
+ var serializerDefault = function () {
5138
+ return JSON.stringify(arguments);
5139
+ };
5140
+ //
5141
+ // Cache
5142
+ //
5143
+ function ObjectWithoutPrototypeCache() {
5144
+ this.cache = Object.create(null);
5145
+ }
5146
+ ObjectWithoutPrototypeCache.prototype.get = function (key) {
5147
+ return this.cache[key];
5148
+ };
5149
+ ObjectWithoutPrototypeCache.prototype.set = function (key, value) {
5150
+ this.cache[key] = value;
5151
+ };
5152
+ var cacheDefault = {
5153
+ create: function create() {
5154
+ // @ts-ignore
5155
+ return new ObjectWithoutPrototypeCache();
5156
+ },
5157
+ };
5158
+ var strategies = {
5159
+ variadic: strategyVariadic};
5160
+
5087
5161
  var ErrorKind;
5088
5162
  (function (ErrorKind) {
5089
5163
  /** Argument is unclosed (e.g. `{0`) */
@@ -5680,6 +5754,12 @@ var timeData = {
5680
5754
  "H",
5681
5755
  "h"
5682
5756
  ],
5757
+ "419": [
5758
+ "h",
5759
+ "H",
5760
+ "hB",
5761
+ "hb"
5762
+ ],
5683
5763
  "AC": [
5684
5764
  "H",
5685
5765
  "h",
@@ -5728,8 +5808,8 @@ var timeData = {
5728
5808
  "hB"
5729
5809
  ],
5730
5810
  "AR": [
5731
- "H",
5732
5811
  "h",
5812
+ "H",
5733
5813
  "hB",
5734
5814
  "hb"
5735
5815
  ],
@@ -5819,9 +5899,9 @@ var timeData = {
5819
5899
  "H"
5820
5900
  ],
5821
5901
  "BO": [
5902
+ "h",
5822
5903
  "H",
5823
5904
  "hB",
5824
- "h",
5825
5905
  "hb"
5826
5906
  ],
5827
5907
  "BQ": [
@@ -5898,8 +5978,8 @@ var timeData = {
5898
5978
  "hB"
5899
5979
  ],
5900
5980
  "CL": [
5901
- "H",
5902
5981
  "h",
5982
+ "H",
5903
5983
  "hB",
5904
5984
  "hb"
5905
5985
  ],
@@ -5924,14 +6004,14 @@ var timeData = {
5924
6004
  "H"
5925
6005
  ],
5926
6006
  "CR": [
5927
- "H",
5928
6007
  "h",
6008
+ "H",
5929
6009
  "hB",
5930
6010
  "hb"
5931
6011
  ],
5932
6012
  "CU": [
5933
- "H",
5934
6013
  "h",
6014
+ "H",
5935
6015
  "hB",
5936
6016
  "hb"
5937
6017
  ],
@@ -6000,9 +6080,9 @@ var timeData = {
6000
6080
  "hb"
6001
6081
  ],
6002
6082
  "EC": [
6083
+ "h",
6003
6084
  "H",
6004
6085
  "hB",
6005
- "h",
6006
6086
  "hb"
6007
6087
  ],
6008
6088
  "EE": [
@@ -6138,8 +6218,8 @@ var timeData = {
6138
6218
  "hB"
6139
6219
  ],
6140
6220
  "GT": [
6141
- "H",
6142
6221
  "h",
6222
+ "H",
6143
6223
  "hB",
6144
6224
  "hb"
6145
6225
  ],
@@ -6166,8 +6246,8 @@ var timeData = {
6166
6246
  "H"
6167
6247
  ],
6168
6248
  "HN": [
6169
- "H",
6170
6249
  "h",
6250
+ "H",
6171
6251
  "hB",
6172
6252
  "hb"
6173
6253
  ],
@@ -6481,8 +6561,8 @@ var timeData = {
6481
6561
  "hB"
6482
6562
  ],
6483
6563
  "MX": [
6484
- "H",
6485
6564
  "h",
6565
+ "H",
6486
6566
  "hB",
6487
6567
  "hb"
6488
6568
  ],
@@ -6522,8 +6602,8 @@ var timeData = {
6522
6602
  "hB"
6523
6603
  ],
6524
6604
  "NI": [
6525
- "H",
6526
6605
  "h",
6606
+ "H",
6527
6607
  "hB",
6528
6608
  "hb"
6529
6609
  ],
@@ -6571,9 +6651,9 @@ var timeData = {
6571
6651
  "hb"
6572
6652
  ],
6573
6653
  "PE": [
6654
+ "h",
6574
6655
  "H",
6575
6656
  "hB",
6576
- "h",
6577
6657
  "hb"
6578
6658
  ],
6579
6659
  "PF": [
@@ -6631,8 +6711,8 @@ var timeData = {
6631
6711
  "H"
6632
6712
  ],
6633
6713
  "PY": [
6634
- "H",
6635
6714
  "h",
6715
+ "H",
6636
6716
  "hB",
6637
6717
  "hb"
6638
6718
  ],
@@ -6745,8 +6825,8 @@ var timeData = {
6745
6825
  "hB"
6746
6826
  ],
6747
6827
  "SV": [
6748
- "H",
6749
6828
  "h",
6829
+ "H",
6750
6830
  "hB",
6751
6831
  "hb"
6752
6832
  ],
@@ -6868,8 +6948,8 @@ var timeData = {
6868
6948
  "hB"
6869
6949
  ],
6870
6950
  "UY": [
6871
- "H",
6872
6951
  "h",
6952
+ "H",
6873
6953
  "hB",
6874
6954
  "hb"
6875
6955
  ],
@@ -6977,37 +7057,37 @@ var timeData = {
6977
7057
  "H",
6978
7058
  "hB"
6979
7059
  ],
6980
- "es-BO": [
6981
- "H",
7060
+ "en-HK": [
6982
7061
  "h",
6983
- "hB",
6984
- "hb"
7062
+ "hb",
7063
+ "H",
7064
+ "hB"
6985
7065
  ],
6986
- "es-BR": [
7066
+ "en-IL": [
6987
7067
  "H",
6988
7068
  "h",
6989
- "hB",
6990
- "hb"
7069
+ "hb",
7070
+ "hB"
6991
7071
  ],
6992
- "es-EC": [
6993
- "H",
7072
+ "en-MY": [
6994
7073
  "h",
6995
- "hB",
6996
- "hb"
7074
+ "hb",
7075
+ "H",
7076
+ "hB"
6997
7077
  ],
6998
- "es-ES": [
7078
+ "es-BR": [
6999
7079
  "H",
7000
7080
  "h",
7001
7081
  "hB",
7002
7082
  "hb"
7003
7083
  ],
7004
- "es-GQ": [
7084
+ "es-ES": [
7005
7085
  "H",
7006
7086
  "h",
7007
7087
  "hB",
7008
7088
  "hb"
7009
7089
  ],
7010
- "es-PE": [
7090
+ "es-GQ": [
7011
7091
  "H",
7012
7092
  "h",
7013
7093
  "hB",
@@ -8476,85 +8556,6 @@ function parse(message, opts) {
8476
8556
  return result.val;
8477
8557
  }
8478
8558
 
8479
- //
8480
- // Main
8481
- //
8482
- function memoize(fn, options) {
8483
- var cache = options && options.cache ? options.cache : cacheDefault;
8484
- var serializer = options && options.serializer ? options.serializer : serializerDefault;
8485
- var strategy = options && options.strategy ? options.strategy : strategyDefault;
8486
- return strategy(fn, {
8487
- cache: cache,
8488
- serializer: serializer,
8489
- });
8490
- }
8491
- //
8492
- // Strategy
8493
- //
8494
- function isPrimitive(value) {
8495
- return (value == null || typeof value === 'number' || typeof value === 'boolean'); // || typeof value === "string" 'unsafe' primitive for our needs
8496
- }
8497
- function monadic(fn, cache, serializer, arg) {
8498
- var cacheKey = isPrimitive(arg) ? arg : serializer(arg);
8499
- var computedValue = cache.get(cacheKey);
8500
- if (typeof computedValue === 'undefined') {
8501
- computedValue = fn.call(this, arg);
8502
- cache.set(cacheKey, computedValue);
8503
- }
8504
- return computedValue;
8505
- }
8506
- function variadic(fn, cache, serializer) {
8507
- var args = Array.prototype.slice.call(arguments, 3);
8508
- var cacheKey = serializer(args);
8509
- var computedValue = cache.get(cacheKey);
8510
- if (typeof computedValue === 'undefined') {
8511
- computedValue = fn.apply(this, args);
8512
- cache.set(cacheKey, computedValue);
8513
- }
8514
- return computedValue;
8515
- }
8516
- function assemble(fn, context, strategy, cache, serialize) {
8517
- return strategy.bind(context, fn, cache, serialize);
8518
- }
8519
- function strategyDefault(fn, options) {
8520
- var strategy = fn.length === 1 ? monadic : variadic;
8521
- return assemble(fn, this, strategy, options.cache.create(), options.serializer);
8522
- }
8523
- function strategyVariadic(fn, options) {
8524
- return assemble(fn, this, variadic, options.cache.create(), options.serializer);
8525
- }
8526
- function strategyMonadic(fn, options) {
8527
- return assemble(fn, this, monadic, options.cache.create(), options.serializer);
8528
- }
8529
- //
8530
- // Serializer
8531
- //
8532
- var serializerDefault = function () {
8533
- return JSON.stringify(arguments);
8534
- };
8535
- //
8536
- // Cache
8537
- //
8538
- function ObjectWithoutPrototypeCache() {
8539
- this.cache = Object.create(null);
8540
- }
8541
- ObjectWithoutPrototypeCache.prototype.get = function (key) {
8542
- return this.cache[key];
8543
- };
8544
- ObjectWithoutPrototypeCache.prototype.set = function (key, value) {
8545
- this.cache[key] = value;
8546
- };
8547
- var cacheDefault = {
8548
- create: function create() {
8549
- // @ts-ignore
8550
- return new ObjectWithoutPrototypeCache();
8551
- },
8552
- };
8553
- var strategies = {
8554
- variadic: strategyVariadic,
8555
- monadic: strategyMonadic,
8556
- };
8557
-
8558
8559
  var ErrorCode;
8559
8560
  (function (ErrorCode) {
8560
8561
  // When we have a placeholder but no value to format
@@ -8857,8 +8858,8 @@ function createDefaultFormatters(cache) {
8857
8858
  }
8858
8859
  var IntlMessageFormat = /** @class */ (function () {
8859
8860
  function IntlMessageFormat(message, locales, overrideFormats, opts) {
8860
- var _this = this;
8861
8861
  if (locales === void 0) { locales = IntlMessageFormat.defaultLocale; }
8862
+ var _this = this;
8862
8863
  this.formatterCache = {
8863
8864
  number: {},
8864
8865
  dateTime: {},
@@ -9244,16 +9245,62 @@ function getNamedFormat(formats, type, name, onError) {
9244
9245
  onError(new UnsupportedFormatterError("No ".concat(type, " format named: ").concat(name)));
9245
9246
  }
9246
9247
 
9247
- /**
9248
- * Cannot do Math.log(x) / Math.log(10) bc if IEEE floating point issue
9249
- * @param x number
9250
- */
9251
9248
  function invariant(condition, message, Err) {
9252
9249
  if (Err === void 0) { Err = Error; }
9253
9250
  if (!condition) {
9254
9251
  throw new Err(message);
9255
9252
  }
9256
9253
  }
9254
+ memoize(function () {
9255
+ var _a;
9256
+ var args = [];
9257
+ for (var _i = 0; _i < arguments.length; _i++) {
9258
+ args[_i] = arguments[_i];
9259
+ }
9260
+ return new ((_a = Intl.NumberFormat).bind.apply(_a, __spreadArray([void 0], args, false)))();
9261
+ }, {
9262
+ strategy: strategies.variadic,
9263
+ });
9264
+ memoize(function () {
9265
+ var _a;
9266
+ var args = [];
9267
+ for (var _i = 0; _i < arguments.length; _i++) {
9268
+ args[_i] = arguments[_i];
9269
+ }
9270
+ return new ((_a = Intl.DateTimeFormat).bind.apply(_a, __spreadArray([void 0], args, false)))();
9271
+ }, {
9272
+ strategy: strategies.variadic,
9273
+ });
9274
+ memoize(function () {
9275
+ var _a;
9276
+ var args = [];
9277
+ for (var _i = 0; _i < arguments.length; _i++) {
9278
+ args[_i] = arguments[_i];
9279
+ }
9280
+ return new ((_a = Intl.PluralRules).bind.apply(_a, __spreadArray([void 0], args, false)))();
9281
+ }, {
9282
+ strategy: strategies.variadic,
9283
+ });
9284
+ memoize(function () {
9285
+ var _a;
9286
+ var args = [];
9287
+ for (var _i = 0; _i < arguments.length; _i++) {
9288
+ args[_i] = arguments[_i];
9289
+ }
9290
+ return new ((_a = Intl.Locale).bind.apply(_a, __spreadArray([void 0], args, false)))();
9291
+ }, {
9292
+ strategy: strategies.variadic,
9293
+ });
9294
+ memoize(function () {
9295
+ var _a;
9296
+ var args = [];
9297
+ for (var _i = 0; _i < arguments.length; _i++) {
9298
+ args[_i] = arguments[_i];
9299
+ }
9300
+ return new ((_a = Intl.ListFormat).bind.apply(_a, __spreadArray([void 0], args, false)))();
9301
+ }, {
9302
+ strategy: strategies.variadic,
9303
+ });
9257
9304
 
9258
9305
  function setTimeZoneInOptions(opts, timeZone) {
9259
9306
  return Object.keys(opts).reduce(function (all, k) {
@@ -10435,4 +10482,4 @@ const weekdays = [
10435
10482
  intl.formatMessage({ id: "date.saturday", defaultMessage: "Saturday" }),
10436
10483
  ];
10437
10484
 
10438
- export { getTextDir as A, isElOrChild as B, throttle as C, getContextMeasurements as D, dateFind as E, calendar_months as F, findParentWithHiddenOverflow as G, transposeMatrix as H, wrapAround as I, getSmallestSkipInterval as J, calcPercentageInRange as K, makeISO as L, getMonthLength as M, weekdays as N, 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, getLastFocusableDescendant as n, csvToArray as o, snakeCaseToCamelCase as p, getNewIndexToFocus as q, findScrollableParent as r, showTooltip as s, toBool as t, shouldOpenDown as u, shouldShiftRight as v, shouldShiftLeft as w, measureText as x, findNext as y, findPrev as z };
10485
+ export { calcPercentageInRange as A, checkForActiveElInShadow as B, throttle as C, snakeCaseToCamelCase as D, getNewIndexToFocus as E, isElOrChild as F, findScrollableParent as G, safeMultiplyFloat as H, getPosition as I, measureText as J, findNext as K, findPrev as L, shouldOpenDown as M, shouldShiftLeft as N, dateToISO as a, getContextMeasurements as b, dateFind as c, debounce as d, calendar_months as e, findParentWithHiddenOverflow as f, generateId as g, handleDisabledAttribute as h, intl as i, hasRoomRight as j, getMonthLength as k, truncateText as l, makeISO as m, showTooltip as n, hideTooltip as o, shouldShiftRight as p, getTextDir as q, getLastFocusableDescendant as r, shouldOpenUp as s, toBool as t, csvToArray as u, triggerFormSubmit as v, weekdays as w, transposeMatrix as x, wrapAround as y, getSmallestSkipInterval as z };