@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
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2019 Ionic
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md CHANGED
@@ -1,3 +1,3 @@
1
1
  # Ripple
2
2
  Ripple is Watermark's component library.
3
- ripple.watermarkinsights.com/
3
+ https://ripple.watermarkinsights.com/
@@ -1,8 +1,8 @@
1
1
  'use strict';
2
2
 
3
- require('./index-788526f5.js');
3
+ require('./index-Cig4P4gJ.js');
4
4
 
5
- const version = "5.13.1-0";
5
+ const version = "5.13.1-alpha.1";
6
6
 
7
7
  // PRINT RIPPLE VERSION IN CONSOLE
8
8
  // test envs return 0 for plugin.length
@@ -1,13 +1,12 @@
1
1
  'use strict';
2
2
 
3
- const index = require('./index-788526f5.js');
4
- const functions = require('./functions-0774d303.js');
3
+ var index = require('./index-Cig4P4gJ.js');
4
+ var functions = require('./functions-CqAwq8Fq.js');
5
5
 
6
6
  const colors = {
7
7
  salmon: "#ff5f4e",
8
8
  cyan: "#19a1a9",
9
9
  forest: "#088000",
10
- sleet: "#7f97ad",
11
10
  midnight: "#2e1b46",
12
11
  lavender: "#8b86ca",
13
12
  periwinkle: "#575195",
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- const en = {
3
+ var en = {
4
4
  "chart.clickToSeeDetails": [
5
5
  {
6
6
  type: 0,
@@ -1349,7 +1349,7 @@ const en = {
1349
1349
  ]
1350
1350
  };
1351
1351
 
1352
- const fr = {
1352
+ var fr = {
1353
1353
  "chart.clickToSeeDetails": [
1354
1354
  {
1355
1355
  type: 0,
@@ -2201,7 +2201,7 @@ const fr = {
2201
2201
  ]
2202
2202
  };
2203
2203
 
2204
- const es = {
2204
+ var es = {
2205
2205
  "chart.clickToSeeDetails": [
2206
2206
  {
2207
2207
  type: 0,
@@ -3660,7 +3660,7 @@ const es = {
3660
3660
  ]
3661
3661
  };
3662
3662
 
3663
- const pig = {
3663
+ var pig = {
3664
3664
  "chart.clickToSeeDetails": [
3665
3665
  {
3666
3666
  type: 0,
@@ -5009,83 +5009,157 @@ const pig = {
5009
5009
  ]
5010
5010
  };
5011
5011
 
5012
- const lang = /*#__PURE__*/Object.freeze({
5012
+ var lang = /*#__PURE__*/Object.freeze({
5013
5013
  __proto__: null,
5014
5014
  en: en,
5015
- fr: fr,
5016
5015
  es: es,
5016
+ fr: fr,
5017
5017
  pig: pig
5018
5018
  });
5019
5019
 
5020
- /******************************************************************************
5021
- Copyright (c) Microsoft Corporation.
5022
-
5023
- Permission to use, copy, modify, and/or distribute this software for any
5024
- purpose with or without fee is hereby granted.
5025
-
5026
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
5027
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
5028
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
5029
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
5030
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
5031
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
5032
- PERFORMANCE OF THIS SOFTWARE.
5033
- ***************************************************************************** */
5034
- /* global Reflect, Promise, SuppressedError, Symbol, Iterator */
5035
-
5036
- var extendStatics = function(d, b) {
5037
- extendStatics = Object.setPrototypeOf ||
5038
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
5039
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
5040
- return extendStatics(d, b);
5041
- };
5042
-
5043
- function __extends(d, b) {
5044
- if (typeof b !== "function" && b !== null)
5045
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
5046
- extendStatics(d, b);
5047
- function __() { this.constructor = d; }
5048
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
5049
- }
5050
-
5051
- var __assign = function() {
5052
- __assign = Object.assign || function __assign(t) {
5053
- for (var s, i = 1, n = arguments.length; i < n; i++) {
5054
- s = arguments[i];
5055
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
5056
- }
5057
- return t;
5058
- };
5059
- return __assign.apply(this, arguments);
5060
- };
5061
-
5062
- function __rest(s, e) {
5063
- var t = {};
5064
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
5065
- t[p] = s[p];
5066
- if (s != null && typeof Object.getOwnPropertySymbols === "function")
5067
- for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
5068
- if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
5069
- t[p[i]] = s[p[i]];
5070
- }
5071
- return t;
5072
- }
5073
-
5074
- function __spreadArray(to, from, pack) {
5075
- if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
5076
- if (ar || !(i in from)) {
5077
- if (!ar) ar = Array.prototype.slice.call(from, 0, i);
5078
- ar[i] = from[i];
5079
- }
5080
- }
5081
- return to.concat(ar || Array.prototype.slice.call(from));
5082
- }
5083
-
5084
- typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
5085
- var e = new Error(message);
5086
- return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
5020
+ /******************************************************************************
5021
+ Copyright (c) Microsoft Corporation.
5022
+
5023
+ Permission to use, copy, modify, and/or distribute this software for any
5024
+ purpose with or without fee is hereby granted.
5025
+
5026
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
5027
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
5028
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
5029
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
5030
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
5031
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
5032
+ PERFORMANCE OF THIS SOFTWARE.
5033
+ ***************************************************************************** */
5034
+ /* global Reflect, Promise, SuppressedError, Symbol, Iterator */
5035
+
5036
+ var extendStatics = function(d, b) {
5037
+ extendStatics = Object.setPrototypeOf ||
5038
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
5039
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
5040
+ return extendStatics(d, b);
5041
+ };
5042
+
5043
+ function __extends(d, b) {
5044
+ if (typeof b !== "function" && b !== null)
5045
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
5046
+ extendStatics(d, b);
5047
+ function __() { this.constructor = d; }
5048
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
5049
+ }
5050
+
5051
+ var __assign = function() {
5052
+ __assign = Object.assign || function __assign(t) {
5053
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5054
+ s = arguments[i];
5055
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
5056
+ }
5057
+ return t;
5058
+ };
5059
+ return __assign.apply(this, arguments);
5060
+ };
5061
+
5062
+ function __rest(s, e) {
5063
+ var t = {};
5064
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
5065
+ t[p] = s[p];
5066
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
5067
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
5068
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
5069
+ t[p[i]] = s[p[i]];
5070
+ }
5071
+ return t;
5072
+ }
5073
+
5074
+ function __spreadArray(to, from, pack) {
5075
+ if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
5076
+ if (ar || !(i in from)) {
5077
+ if (!ar) ar = Array.prototype.slice.call(from, 0, i);
5078
+ ar[i] = from[i];
5079
+ }
5080
+ }
5081
+ return to.concat(ar || Array.prototype.slice.call(from));
5082
+ }
5083
+
5084
+ typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
5085
+ var e = new Error(message);
5086
+ return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
5087
5087
  };
5088
5088
 
5089
+ //
5090
+ // Main
5091
+ //
5092
+ function memoize(fn, options) {
5093
+ var cache = options && options.cache ? options.cache : cacheDefault;
5094
+ var serializer = options && options.serializer ? options.serializer : serializerDefault;
5095
+ var strategy = options && options.strategy ? options.strategy : strategyDefault;
5096
+ return strategy(fn, {
5097
+ cache: cache,
5098
+ serializer: serializer,
5099
+ });
5100
+ }
5101
+ //
5102
+ // Strategy
5103
+ //
5104
+ function isPrimitive(value) {
5105
+ return (value == null || typeof value === 'number' || typeof value === 'boolean'); // || typeof value === "string" 'unsafe' primitive for our needs
5106
+ }
5107
+ function monadic(fn, cache, serializer, arg) {
5108
+ var cacheKey = isPrimitive(arg) ? arg : serializer(arg);
5109
+ var computedValue = cache.get(cacheKey);
5110
+ if (typeof computedValue === 'undefined') {
5111
+ computedValue = fn.call(this, arg);
5112
+ cache.set(cacheKey, computedValue);
5113
+ }
5114
+ return computedValue;
5115
+ }
5116
+ function variadic(fn, cache, serializer) {
5117
+ var args = Array.prototype.slice.call(arguments, 3);
5118
+ var cacheKey = serializer(args);
5119
+ var computedValue = cache.get(cacheKey);
5120
+ if (typeof computedValue === 'undefined') {
5121
+ computedValue = fn.apply(this, args);
5122
+ cache.set(cacheKey, computedValue);
5123
+ }
5124
+ return computedValue;
5125
+ }
5126
+ function assemble(fn, context, strategy, cache, serialize) {
5127
+ return strategy.bind(context, fn, cache, serialize);
5128
+ }
5129
+ function strategyDefault(fn, options) {
5130
+ var strategy = fn.length === 1 ? monadic : variadic;
5131
+ return assemble(fn, this, strategy, options.cache.create(), options.serializer);
5132
+ }
5133
+ function strategyVariadic(fn, options) {
5134
+ return assemble(fn, this, variadic, options.cache.create(), options.serializer);
5135
+ }
5136
+ //
5137
+ // Serializer
5138
+ //
5139
+ var serializerDefault = function () {
5140
+ return JSON.stringify(arguments);
5141
+ };
5142
+ //
5143
+ // Cache
5144
+ //
5145
+ function ObjectWithoutPrototypeCache() {
5146
+ this.cache = Object.create(null);
5147
+ }
5148
+ ObjectWithoutPrototypeCache.prototype.get = function (key) {
5149
+ return this.cache[key];
5150
+ };
5151
+ ObjectWithoutPrototypeCache.prototype.set = function (key, value) {
5152
+ this.cache[key] = value;
5153
+ };
5154
+ var cacheDefault = {
5155
+ create: function create() {
5156
+ // @ts-ignore
5157
+ return new ObjectWithoutPrototypeCache();
5158
+ },
5159
+ };
5160
+ var strategies = {
5161
+ variadic: strategyVariadic};
5162
+
5089
5163
  var ErrorKind;
5090
5164
  (function (ErrorKind) {
5091
5165
  /** Argument is unclosed (e.g. `{0`) */
@@ -5682,6 +5756,12 @@ var timeData = {
5682
5756
  "H",
5683
5757
  "h"
5684
5758
  ],
5759
+ "419": [
5760
+ "h",
5761
+ "H",
5762
+ "hB",
5763
+ "hb"
5764
+ ],
5685
5765
  "AC": [
5686
5766
  "H",
5687
5767
  "h",
@@ -5730,8 +5810,8 @@ var timeData = {
5730
5810
  "hB"
5731
5811
  ],
5732
5812
  "AR": [
5733
- "H",
5734
5813
  "h",
5814
+ "H",
5735
5815
  "hB",
5736
5816
  "hb"
5737
5817
  ],
@@ -5821,9 +5901,9 @@ var timeData = {
5821
5901
  "H"
5822
5902
  ],
5823
5903
  "BO": [
5904
+ "h",
5824
5905
  "H",
5825
5906
  "hB",
5826
- "h",
5827
5907
  "hb"
5828
5908
  ],
5829
5909
  "BQ": [
@@ -5900,8 +5980,8 @@ var timeData = {
5900
5980
  "hB"
5901
5981
  ],
5902
5982
  "CL": [
5903
- "H",
5904
5983
  "h",
5984
+ "H",
5905
5985
  "hB",
5906
5986
  "hb"
5907
5987
  ],
@@ -5926,14 +6006,14 @@ var timeData = {
5926
6006
  "H"
5927
6007
  ],
5928
6008
  "CR": [
5929
- "H",
5930
6009
  "h",
6010
+ "H",
5931
6011
  "hB",
5932
6012
  "hb"
5933
6013
  ],
5934
6014
  "CU": [
5935
- "H",
5936
6015
  "h",
6016
+ "H",
5937
6017
  "hB",
5938
6018
  "hb"
5939
6019
  ],
@@ -6002,9 +6082,9 @@ var timeData = {
6002
6082
  "hb"
6003
6083
  ],
6004
6084
  "EC": [
6085
+ "h",
6005
6086
  "H",
6006
6087
  "hB",
6007
- "h",
6008
6088
  "hb"
6009
6089
  ],
6010
6090
  "EE": [
@@ -6140,8 +6220,8 @@ var timeData = {
6140
6220
  "hB"
6141
6221
  ],
6142
6222
  "GT": [
6143
- "H",
6144
6223
  "h",
6224
+ "H",
6145
6225
  "hB",
6146
6226
  "hb"
6147
6227
  ],
@@ -6168,8 +6248,8 @@ var timeData = {
6168
6248
  "H"
6169
6249
  ],
6170
6250
  "HN": [
6171
- "H",
6172
6251
  "h",
6252
+ "H",
6173
6253
  "hB",
6174
6254
  "hb"
6175
6255
  ],
@@ -6483,8 +6563,8 @@ var timeData = {
6483
6563
  "hB"
6484
6564
  ],
6485
6565
  "MX": [
6486
- "H",
6487
6566
  "h",
6567
+ "H",
6488
6568
  "hB",
6489
6569
  "hb"
6490
6570
  ],
@@ -6524,8 +6604,8 @@ var timeData = {
6524
6604
  "hB"
6525
6605
  ],
6526
6606
  "NI": [
6527
- "H",
6528
6607
  "h",
6608
+ "H",
6529
6609
  "hB",
6530
6610
  "hb"
6531
6611
  ],
@@ -6573,9 +6653,9 @@ var timeData = {
6573
6653
  "hb"
6574
6654
  ],
6575
6655
  "PE": [
6656
+ "h",
6576
6657
  "H",
6577
6658
  "hB",
6578
- "h",
6579
6659
  "hb"
6580
6660
  ],
6581
6661
  "PF": [
@@ -6633,8 +6713,8 @@ var timeData = {
6633
6713
  "H"
6634
6714
  ],
6635
6715
  "PY": [
6636
- "H",
6637
6716
  "h",
6717
+ "H",
6638
6718
  "hB",
6639
6719
  "hb"
6640
6720
  ],
@@ -6747,8 +6827,8 @@ var timeData = {
6747
6827
  "hB"
6748
6828
  ],
6749
6829
  "SV": [
6750
- "H",
6751
6830
  "h",
6831
+ "H",
6752
6832
  "hB",
6753
6833
  "hb"
6754
6834
  ],
@@ -6870,8 +6950,8 @@ var timeData = {
6870
6950
  "hB"
6871
6951
  ],
6872
6952
  "UY": [
6873
- "H",
6874
6953
  "h",
6954
+ "H",
6875
6955
  "hB",
6876
6956
  "hb"
6877
6957
  ],
@@ -6979,37 +7059,37 @@ var timeData = {
6979
7059
  "H",
6980
7060
  "hB"
6981
7061
  ],
6982
- "es-BO": [
6983
- "H",
7062
+ "en-HK": [
6984
7063
  "h",
6985
- "hB",
6986
- "hb"
7064
+ "hb",
7065
+ "H",
7066
+ "hB"
6987
7067
  ],
6988
- "es-BR": [
7068
+ "en-IL": [
6989
7069
  "H",
6990
7070
  "h",
6991
- "hB",
6992
- "hb"
7071
+ "hb",
7072
+ "hB"
6993
7073
  ],
6994
- "es-EC": [
6995
- "H",
7074
+ "en-MY": [
6996
7075
  "h",
6997
- "hB",
6998
- "hb"
7076
+ "hb",
7077
+ "H",
7078
+ "hB"
6999
7079
  ],
7000
- "es-ES": [
7080
+ "es-BR": [
7001
7081
  "H",
7002
7082
  "h",
7003
7083
  "hB",
7004
7084
  "hb"
7005
7085
  ],
7006
- "es-GQ": [
7086
+ "es-ES": [
7007
7087
  "H",
7008
7088
  "h",
7009
7089
  "hB",
7010
7090
  "hb"
7011
7091
  ],
7012
- "es-PE": [
7092
+ "es-GQ": [
7013
7093
  "H",
7014
7094
  "h",
7015
7095
  "hB",
@@ -8478,85 +8558,6 @@ function parse(message, opts) {
8478
8558
  return result.val;
8479
8559
  }
8480
8560
 
8481
- //
8482
- // Main
8483
- //
8484
- function memoize(fn, options) {
8485
- var cache = options && options.cache ? options.cache : cacheDefault;
8486
- var serializer = options && options.serializer ? options.serializer : serializerDefault;
8487
- var strategy = options && options.strategy ? options.strategy : strategyDefault;
8488
- return strategy(fn, {
8489
- cache: cache,
8490
- serializer: serializer,
8491
- });
8492
- }
8493
- //
8494
- // Strategy
8495
- //
8496
- function isPrimitive(value) {
8497
- return (value == null || typeof value === 'number' || typeof value === 'boolean'); // || typeof value === "string" 'unsafe' primitive for our needs
8498
- }
8499
- function monadic(fn, cache, serializer, arg) {
8500
- var cacheKey = isPrimitive(arg) ? arg : serializer(arg);
8501
- var computedValue = cache.get(cacheKey);
8502
- if (typeof computedValue === 'undefined') {
8503
- computedValue = fn.call(this, arg);
8504
- cache.set(cacheKey, computedValue);
8505
- }
8506
- return computedValue;
8507
- }
8508
- function variadic(fn, cache, serializer) {
8509
- var args = Array.prototype.slice.call(arguments, 3);
8510
- var cacheKey = serializer(args);
8511
- var computedValue = cache.get(cacheKey);
8512
- if (typeof computedValue === 'undefined') {
8513
- computedValue = fn.apply(this, args);
8514
- cache.set(cacheKey, computedValue);
8515
- }
8516
- return computedValue;
8517
- }
8518
- function assemble(fn, context, strategy, cache, serialize) {
8519
- return strategy.bind(context, fn, cache, serialize);
8520
- }
8521
- function strategyDefault(fn, options) {
8522
- var strategy = fn.length === 1 ? monadic : variadic;
8523
- return assemble(fn, this, strategy, options.cache.create(), options.serializer);
8524
- }
8525
- function strategyVariadic(fn, options) {
8526
- return assemble(fn, this, variadic, options.cache.create(), options.serializer);
8527
- }
8528
- function strategyMonadic(fn, options) {
8529
- return assemble(fn, this, monadic, options.cache.create(), options.serializer);
8530
- }
8531
- //
8532
- // Serializer
8533
- //
8534
- var serializerDefault = function () {
8535
- return JSON.stringify(arguments);
8536
- };
8537
- //
8538
- // Cache
8539
- //
8540
- function ObjectWithoutPrototypeCache() {
8541
- this.cache = Object.create(null);
8542
- }
8543
- ObjectWithoutPrototypeCache.prototype.get = function (key) {
8544
- return this.cache[key];
8545
- };
8546
- ObjectWithoutPrototypeCache.prototype.set = function (key, value) {
8547
- this.cache[key] = value;
8548
- };
8549
- var cacheDefault = {
8550
- create: function create() {
8551
- // @ts-ignore
8552
- return new ObjectWithoutPrototypeCache();
8553
- },
8554
- };
8555
- var strategies = {
8556
- variadic: strategyVariadic,
8557
- monadic: strategyMonadic,
8558
- };
8559
-
8560
8561
  var ErrorCode;
8561
8562
  (function (ErrorCode) {
8562
8563
  // When we have a placeholder but no value to format
@@ -8859,8 +8860,8 @@ function createDefaultFormatters(cache) {
8859
8860
  }
8860
8861
  var IntlMessageFormat = /** @class */ (function () {
8861
8862
  function IntlMessageFormat(message, locales, overrideFormats, opts) {
8862
- var _this = this;
8863
8863
  if (locales === void 0) { locales = IntlMessageFormat.defaultLocale; }
8864
+ var _this = this;
8864
8865
  this.formatterCache = {
8865
8866
  number: {},
8866
8867
  dateTime: {},
@@ -9246,16 +9247,62 @@ function getNamedFormat(formats, type, name, onError) {
9246
9247
  onError(new UnsupportedFormatterError("No ".concat(type, " format named: ").concat(name)));
9247
9248
  }
9248
9249
 
9249
- /**
9250
- * Cannot do Math.log(x) / Math.log(10) bc if IEEE floating point issue
9251
- * @param x number
9252
- */
9253
9250
  function invariant(condition, message, Err) {
9254
9251
  if (Err === void 0) { Err = Error; }
9255
9252
  if (!condition) {
9256
9253
  throw new Err(message);
9257
9254
  }
9258
9255
  }
9256
+ memoize(function () {
9257
+ var _a;
9258
+ var args = [];
9259
+ for (var _i = 0; _i < arguments.length; _i++) {
9260
+ args[_i] = arguments[_i];
9261
+ }
9262
+ return new ((_a = Intl.NumberFormat).bind.apply(_a, __spreadArray([void 0], args, false)))();
9263
+ }, {
9264
+ strategy: strategies.variadic,
9265
+ });
9266
+ memoize(function () {
9267
+ var _a;
9268
+ var args = [];
9269
+ for (var _i = 0; _i < arguments.length; _i++) {
9270
+ args[_i] = arguments[_i];
9271
+ }
9272
+ return new ((_a = Intl.DateTimeFormat).bind.apply(_a, __spreadArray([void 0], args, false)))();
9273
+ }, {
9274
+ strategy: strategies.variadic,
9275
+ });
9276
+ memoize(function () {
9277
+ var _a;
9278
+ var args = [];
9279
+ for (var _i = 0; _i < arguments.length; _i++) {
9280
+ args[_i] = arguments[_i];
9281
+ }
9282
+ return new ((_a = Intl.PluralRules).bind.apply(_a, __spreadArray([void 0], args, false)))();
9283
+ }, {
9284
+ strategy: strategies.variadic,
9285
+ });
9286
+ memoize(function () {
9287
+ var _a;
9288
+ var args = [];
9289
+ for (var _i = 0; _i < arguments.length; _i++) {
9290
+ args[_i] = arguments[_i];
9291
+ }
9292
+ return new ((_a = Intl.Locale).bind.apply(_a, __spreadArray([void 0], args, false)))();
9293
+ }, {
9294
+ strategy: strategies.variadic,
9295
+ });
9296
+ memoize(function () {
9297
+ var _a;
9298
+ var args = [];
9299
+ for (var _i = 0; _i < arguments.length; _i++) {
9300
+ args[_i] = arguments[_i];
9301
+ }
9302
+ return new ((_a = Intl.ListFormat).bind.apply(_a, __spreadArray([void 0], args, false)))();
9303
+ }, {
9304
+ strategy: strategies.variadic,
9305
+ });
9259
9306
 
9260
9307
  function setTimeZoneInOptions(opts, timeZone) {
9261
9308
  return Object.keys(opts).reduce(function (all, k) {