@watermarkinsights/ripple 5.16.0-alpha.11 → 5.16.0-alpha.12

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 (307) hide show
  1. package/dist/cjs/app-globals-1079ca72.js +92 -0
  2. package/dist/cjs/{chartFunctions-D441_SCy.js → chartFunctions-ce91b2c9.js} +3 -2
  3. package/dist/cjs/{functions-Cv4tH2z-.js → functions-ea3eae05.js} +79 -74
  4. package/dist/cjs/{index-bkpjhWBk.js → index-788526f5.js} +410 -777
  5. package/dist/cjs/{intl-CDsbzEBp.js → intl-ea56dd40.js} +1 -1
  6. package/dist/cjs/loader.cjs.js +5 -3
  7. package/dist/cjs/priv-calendar.cjs.entry.js +12 -6
  8. package/dist/cjs/priv-chart-popover.cjs.entry.js +8 -4
  9. package/dist/cjs/priv-navigator-button.cjs.entry.js +5 -2
  10. package/dist/cjs/priv-navigator-item.cjs.entry.js +5 -2
  11. package/dist/cjs/priv-option-list.cjs.entry.js +16 -10
  12. package/dist/cjs/ripple.cjs.js +7 -7
  13. package/dist/cjs/wm-action-menu_2.cjs.entry.js +18 -9
  14. package/dist/cjs/wm-button.cjs.entry.js +16 -8
  15. package/dist/cjs/wm-chart-slice.cjs.entry.js +8 -1
  16. package/dist/cjs/wm-chart.cjs.entry.js +18 -14
  17. package/dist/cjs/wm-date-range.cjs.entry.js +14 -9
  18. package/dist/cjs/wm-datepicker.cjs.entry.js +11 -6
  19. package/dist/cjs/wm-file-list.cjs.entry.js +5 -2
  20. package/dist/cjs/wm-file.cjs.entry.js +15 -5
  21. package/dist/cjs/wm-flyout.cjs.entry.js +16 -5
  22. package/dist/cjs/wm-input.cjs.entry.js +17 -5
  23. package/dist/cjs/wm-line-chart.cjs.entry.js +28 -18
  24. package/dist/cjs/wm-modal-pss_3.cjs.entry.js +14 -8
  25. package/dist/cjs/wm-modal_3.cjs.entry.js +14 -7
  26. package/dist/cjs/wm-navigation_3.cjs.entry.js +18 -9
  27. package/dist/cjs/wm-navigator.cjs.entry.js +15 -17
  28. package/dist/cjs/wm-nested-select.cjs.entry.js +16 -11
  29. package/dist/cjs/wm-optgroup.cjs.entry.js +7 -3
  30. package/dist/cjs/wm-option_2.cjs.entry.js +17 -10
  31. package/dist/cjs/wm-pagination.cjs.entry.js +13 -10
  32. package/dist/cjs/wm-progress-indicator_3.cjs.entry.js +27 -10
  33. package/dist/cjs/wm-search.cjs.entry.js +9 -25
  34. package/dist/cjs/wm-snackbar.cjs.entry.js +10 -8
  35. package/dist/cjs/wm-tab-item_3.cjs.entry.js +16 -20
  36. package/dist/cjs/wm-tag-input.cjs.entry.js +25 -12
  37. package/dist/cjs/wm-tag-option.cjs.entry.js +8 -2
  38. package/dist/cjs/wm-textarea.cjs.entry.js +12 -5
  39. package/dist/cjs/wm-timepicker.cjs.entry.js +14 -9
  40. package/dist/cjs/wm-toggletip.cjs.entry.js +12 -7
  41. package/dist/cjs/wm-uploader.cjs.entry.js +24 -11
  42. package/dist/cjs/wm-wrapper.cjs.entry.js +3 -1
  43. package/dist/collection/collection-manifest.json +2 -2
  44. package/dist/collection/components/charts/priv-chart-popover/priv-chart-popover.js +4 -8
  45. package/dist/collection/components/charts/wm-chart/wm-chart-slice.js +12 -15
  46. package/dist/collection/components/charts/wm-chart/wm-chart.js +22 -45
  47. package/dist/collection/components/charts/wm-line-chart/wm-line-chart.js +33 -52
  48. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-indicator.js +16 -23
  49. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.js +6 -9
  50. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-slice.js +12 -15
  51. package/dist/collection/components/datepickers/priv-calendar/priv-calendar.js +12 -21
  52. package/dist/collection/components/datepickers/wm-date-range.js +19 -39
  53. package/dist/collection/components/datepickers/wm-datepicker.js +13 -27
  54. package/dist/collection/components/selects/priv-option-list/priv-option-list.js +16 -27
  55. package/dist/collection/components/selects/wm-nested-select/wm-nested-select.js +22 -46
  56. package/dist/collection/components/selects/wm-optgroup/wm-optgroup.js +5 -12
  57. package/dist/collection/components/selects/wm-option/wm-option.js +6 -15
  58. package/dist/collection/components/selects/wm-select/wm-select.js +19 -41
  59. package/dist/collection/components/wm-action-menu/wm-action-menu.js +15 -24
  60. package/dist/collection/components/wm-button/wm-button.js +22 -43
  61. package/dist/collection/components/wm-file/wm-file.js +18 -29
  62. package/dist/collection/components/wm-file-list/wm-file-list.js +1 -3
  63. package/dist/collection/components/wm-flyout/wm-flyout.js +19 -31
  64. package/dist/collection/components/wm-input/wm-input.js +28 -55
  65. package/dist/collection/components/wm-menuitem/wm-menuitem.js +4 -10
  66. package/dist/collection/components/wm-modal/wm-modal-footer.js +5 -15
  67. package/dist/collection/components/wm-modal/wm-modal-header.js +2 -6
  68. package/dist/collection/components/wm-modal/wm-modal.js +7 -13
  69. package/dist/collection/components/wm-modal-pss/wm-modal-pss-footer.js +5 -15
  70. package/dist/collection/components/wm-modal-pss/wm-modal-pss-header.js +2 -6
  71. package/dist/collection/components/wm-modal-pss/wm-modal-pss.js +7 -14
  72. package/dist/collection/components/wm-navigation/wm-navigation-hamburger.js +4 -5
  73. package/dist/collection/components/wm-navigation/wm-navigation-item.js +8 -9
  74. package/dist/collection/components/wm-navigation/wm-navigation.js +2 -4
  75. package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.js +2 -6
  76. package/dist/collection/components/wm-navigator/priv-navigator-item/priv-navigator-item.js +3 -9
  77. package/dist/collection/components/wm-navigator/wm-navigator.js +15 -34
  78. package/dist/collection/components/wm-pagination/wm-pagination.js +11 -21
  79. package/dist/collection/components/wm-search/wm-search.js +10 -45
  80. package/dist/collection/components/wm-snackbar/wm-snackbar.js +4 -7
  81. package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.js +6 -18
  82. package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.js +6 -9
  83. package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.js +2 -12
  84. package/dist/collection/components/wm-tag-input/wm-tag-input.js +32 -50
  85. package/dist/collection/components/wm-tag-input/wm-tag-option/wm-tag-option.js +10 -18
  86. package/dist/collection/components/wm-textarea/wm-textarea.js +16 -34
  87. package/dist/collection/components/wm-timepicker/wm-timepicker.js +15 -27
  88. package/dist/collection/components/wm-toggletip/wm-toggletip.js +11 -19
  89. package/dist/collection/components/wm-uploader/wm-uploader.js +28 -40
  90. package/dist/esm/app-globals-1087214a.js +90 -0
  91. package/dist/esm/{chartFunctions-D1WRRNPk.js → chartFunctions-ebe4f673.js} +4 -3
  92. package/dist/esm/{functions-DT2ztGYg.js → functions-fbf8519f.js} +80 -75
  93. package/dist/esm/{index-BmU89qgm.js → index-130e07bb.js} +406 -774
  94. package/dist/esm/{intl-BnrBfoLu.js → intl-30a9319d.js} +1 -1
  95. package/dist/esm/loader.js +4 -4
  96. package/dist/esm/priv-calendar.entry.js +10 -6
  97. package/dist/esm/priv-chart-popover.entry.js +6 -4
  98. package/dist/esm/priv-navigator-button.entry.js +3 -2
  99. package/dist/esm/priv-navigator-item.entry.js +3 -2
  100. package/dist/esm/priv-option-list.entry.js +14 -10
  101. package/dist/esm/ripple.js +5 -6
  102. package/dist/esm/wm-action-menu_2.entry.js +16 -9
  103. package/dist/esm/wm-button.entry.js +14 -8
  104. package/dist/esm/wm-chart-slice.entry.js +6 -1
  105. package/dist/esm/wm-chart.entry.js +16 -14
  106. package/dist/esm/wm-date-range.entry.js +12 -9
  107. package/dist/esm/wm-datepicker.entry.js +9 -6
  108. package/dist/esm/wm-file-list.entry.js +3 -2
  109. package/dist/esm/wm-file.entry.js +13 -5
  110. package/dist/esm/wm-flyout.entry.js +14 -5
  111. package/dist/esm/wm-input.entry.js +15 -5
  112. package/dist/esm/wm-line-chart.entry.js +26 -18
  113. package/dist/esm/wm-modal-pss_3.entry.js +12 -8
  114. package/dist/esm/wm-modal_3.entry.js +12 -7
  115. package/dist/esm/wm-navigation_3.entry.js +16 -9
  116. package/dist/esm/wm-navigator.entry.js +13 -17
  117. package/dist/esm/wm-nested-select.entry.js +14 -11
  118. package/dist/esm/wm-optgroup.entry.js +5 -3
  119. package/dist/esm/wm-option_2.entry.js +15 -10
  120. package/dist/esm/wm-pagination.entry.js +11 -10
  121. package/dist/esm/wm-progress-indicator_3.entry.js +25 -10
  122. package/dist/esm/wm-search.entry.js +7 -25
  123. package/dist/esm/wm-snackbar.entry.js +8 -8
  124. package/dist/esm/wm-tab-item_3.entry.js +14 -20
  125. package/dist/esm/wm-tag-input.entry.js +23 -12
  126. package/dist/esm/wm-tag-option.entry.js +6 -2
  127. package/dist/esm/wm-textarea.entry.js +10 -5
  128. package/dist/esm/wm-timepicker.entry.js +12 -9
  129. package/dist/esm/wm-toggletip.entry.js +10 -7
  130. package/dist/esm/wm-uploader.entry.js +22 -11
  131. package/dist/esm/wm-wrapper.entry.js +1 -1
  132. package/dist/esm-es5/app-globals-1087214a.js +1 -0
  133. package/dist/esm-es5/chartFunctions-ebe4f673.js +1 -0
  134. package/dist/esm-es5/functions-fbf8519f.js +1 -0
  135. package/dist/esm-es5/index-130e07bb.js +1 -0
  136. package/dist/esm-es5/{intl-BnrBfoLu.js → intl-30a9319d.js} +1 -1
  137. package/dist/esm-es5/loader.js +1 -1
  138. package/dist/esm-es5/priv-calendar.entry.js +1 -1
  139. package/dist/esm-es5/priv-chart-popover.entry.js +1 -1
  140. package/dist/esm-es5/priv-navigator-button.entry.js +1 -1
  141. package/dist/esm-es5/priv-navigator-item.entry.js +1 -1
  142. package/dist/esm-es5/priv-option-list.entry.js +1 -1
  143. package/dist/esm-es5/ripple.js +1 -1
  144. package/dist/esm-es5/wm-action-menu_2.entry.js +1 -1
  145. package/dist/esm-es5/wm-button.entry.js +1 -1
  146. package/dist/esm-es5/wm-chart-slice.entry.js +1 -1
  147. package/dist/esm-es5/wm-chart.entry.js +1 -1
  148. package/dist/esm-es5/wm-date-range.entry.js +1 -1
  149. package/dist/esm-es5/wm-datepicker.entry.js +1 -1
  150. package/dist/esm-es5/wm-file-list.entry.js +1 -1
  151. package/dist/esm-es5/wm-file.entry.js +1 -1
  152. package/dist/esm-es5/wm-flyout.entry.js +1 -1
  153. package/dist/esm-es5/wm-input.entry.js +1 -1
  154. package/dist/esm-es5/wm-line-chart.entry.js +1 -1
  155. package/dist/esm-es5/wm-modal-pss_3.entry.js +1 -1
  156. package/dist/esm-es5/wm-modal_3.entry.js +1 -1
  157. package/dist/esm-es5/wm-navigation_3.entry.js +1 -1
  158. package/dist/esm-es5/wm-navigator.entry.js +1 -1
  159. package/dist/esm-es5/wm-nested-select.entry.js +1 -1
  160. package/dist/esm-es5/wm-optgroup.entry.js +1 -1
  161. package/dist/esm-es5/wm-option_2.entry.js +1 -1
  162. package/dist/esm-es5/wm-pagination.entry.js +1 -1
  163. package/dist/esm-es5/wm-progress-indicator_3.entry.js +1 -1
  164. package/dist/esm-es5/wm-search.entry.js +1 -1
  165. package/dist/esm-es5/wm-snackbar.entry.js +1 -1
  166. package/dist/esm-es5/wm-tab-item_3.entry.js +1 -1
  167. package/dist/esm-es5/wm-tag-input.entry.js +1 -1
  168. package/dist/esm-es5/wm-tag-option.entry.js +1 -1
  169. package/dist/esm-es5/wm-textarea.entry.js +1 -1
  170. package/dist/esm-es5/wm-timepicker.entry.js +1 -1
  171. package/dist/esm-es5/wm-toggletip.entry.js +1 -1
  172. package/dist/esm-es5/wm-uploader.entry.js +1 -1
  173. package/dist/esm-es5/wm-wrapper.entry.js +1 -1
  174. package/dist/loader/package.json +11 -0
  175. package/dist/ripple/p-02951ad1.system.js +1 -0
  176. package/dist/ripple/{p-c889749f.system.entry.js → p-03381d63.system.entry.js} +1 -1
  177. package/dist/ripple/{p-c12eb0fa.system.entry.js → p-043901ab.system.entry.js} +1 -1
  178. package/dist/ripple/{p-2a85a48c.system.entry.js → p-086c2905.system.entry.js} +1 -1
  179. package/dist/ripple/{p-3d83fdec.system.entry.js → p-09f61d38.system.entry.js} +1 -1
  180. package/dist/ripple/p-0d3a26ff.entry.js +1 -0
  181. package/dist/ripple/{p-d14aedd7.entry.js → p-12174831.entry.js} +1 -1
  182. package/dist/ripple/p-13b1d775.entry.js +1 -0
  183. package/dist/ripple/p-13ddc53d.entry.js +1 -0
  184. package/dist/ripple/p-17e93d1b.entry.js +1 -0
  185. package/dist/ripple/{p-628dfdaf.system.entry.js → p-22d9b079.system.entry.js} +1 -1
  186. package/dist/ripple/{p-07cb5512.system.entry.js → p-2a85d4ce.system.entry.js} +1 -1
  187. package/dist/ripple/p-2be53f45.entry.js +1 -0
  188. package/dist/ripple/{p-6ed1a615.system.entry.js → p-2e10a2dc.system.entry.js} +1 -1
  189. package/dist/ripple/{p-a1f70a0a.system.entry.js → p-31d35d2d.system.entry.js} +1 -1
  190. package/dist/ripple/{p-35f0c155.system.entry.js → p-324aed64.system.entry.js} +1 -1
  191. package/dist/ripple/{p-bda8ce77.system.entry.js → p-34808b52.system.entry.js} +1 -1
  192. package/dist/ripple/{p-2269f7f7.system.entry.js → p-42174be5.system.entry.js} +1 -1
  193. package/dist/ripple/p-4436c014.entry.js +1 -0
  194. package/dist/ripple/{p-00cec2a0.system.entry.js → p-4af5ad94.system.entry.js} +1 -1
  195. package/dist/ripple/{p-f47bacb5.entry.js → p-4df89f8f.entry.js} +1 -1
  196. package/dist/ripple/{p-5a10db87.system.entry.js → p-4e97bf26.system.entry.js} +1 -1
  197. package/dist/ripple/p-4f13d03e.entry.js +1 -0
  198. package/dist/ripple/p-535165fc.system.js +1 -0
  199. package/dist/ripple/{p-514af1a7.system.entry.js → p-5405f9d3.system.entry.js} +1 -1
  200. package/dist/ripple/p-55f979d4.system.js +1 -0
  201. package/dist/ripple/p-57bce206.system.js +1 -0
  202. package/dist/ripple/{p-fe71211e.system.entry.js → p-5a5d5833.system.entry.js} +1 -1
  203. package/dist/ripple/p-5b7d56aa.entry.js +1 -0
  204. package/dist/ripple/p-5c0db525.entry.js +1 -0
  205. package/dist/ripple/{p-582e730d.system.entry.js → p-5f9d81df.system.entry.js} +1 -1
  206. package/dist/ripple/p-67109fb1.entry.js +1 -0
  207. package/dist/ripple/{p-98c7683b.system.entry.js → p-6723e469.system.entry.js} +1 -1
  208. package/dist/ripple/{p-2f04ea70.entry.js → p-6b4e1fe9.entry.js} +1 -1
  209. package/dist/ripple/{p-9223a1bf.system.entry.js → p-75ad7567.system.entry.js} +1 -1
  210. package/dist/ripple/{p-6650bcad.entry.js → p-76aef56f.entry.js} +1 -1
  211. package/dist/ripple/{p-e0a1a76d.system.entry.js → p-7b06e308.system.entry.js} +1 -1
  212. package/dist/ripple/{p-120c9c9c.entry.js → p-7c6e0168.entry.js} +1 -1
  213. package/dist/ripple/{p-ec6e0106.system.entry.js → p-80664bf3.system.entry.js} +1 -1
  214. package/dist/ripple/p-823d7b4e.system.entry.js +1 -0
  215. package/dist/ripple/{p-cc9752df.system.entry.js → p-840ad3a3.system.entry.js} +1 -1
  216. package/dist/ripple/{p-f4a19c56.system.entry.js → p-86c752be.system.entry.js} +1 -1
  217. package/dist/ripple/p-8905ad76.entry.js +1 -0
  218. package/dist/ripple/{p-ee8649b3.system.entry.js → p-8a64e2bd.system.entry.js} +1 -1
  219. package/dist/ripple/p-8c2f8f78.entry.js +1 -0
  220. package/dist/ripple/{p-24857d09.entry.js → p-8c33cb29.entry.js} +1 -1
  221. package/dist/ripple/{p-64a308de.system.entry.js → p-8ee90e17.system.entry.js} +1 -1
  222. package/dist/ripple/p-904f4c90.entry.js +1 -0
  223. package/dist/ripple/{p-9e353b52.entry.js → p-924ab54c.entry.js} +1 -1
  224. package/dist/ripple/p-94c6bde9.js +1 -0
  225. package/dist/ripple/p-9627b8a6.entry.js +1 -0
  226. package/dist/ripple/{p-ChCup6OE.js → p-9c6bacb9.js} +1 -1
  227. package/dist/ripple/p-9f2b6c58.entry.js +1 -0
  228. package/dist/ripple/{p-65058356.system.entry.js → p-a424e0a7.system.entry.js} +1 -1
  229. package/dist/ripple/p-b8dd9e8c.entry.js +1 -0
  230. package/dist/ripple/{p-5aeb9091.system.entry.js → p-b9d609fb.system.entry.js} +1 -1
  231. package/dist/ripple/{p-44004383.entry.js → p-be3213fc.entry.js} +1 -1
  232. package/dist/ripple/{p-5ecfe800.entry.js → p-c242e70f.entry.js} +1 -1
  233. package/dist/ripple/{p-72c247fb.system.entry.js → p-c4b48cd4.system.entry.js} +1 -1
  234. package/dist/ripple/p-c6ba7e07.entry.js +1 -0
  235. package/dist/ripple/{p-65c38f2b.entry.js → p-c7a57fc7.entry.js} +1 -1
  236. package/dist/ripple/{p-24a498ec.system.entry.js → p-c8d2c849.system.entry.js} +1 -1
  237. package/dist/ripple/{p-5975c901.system.entry.js → p-c9e9ce61.system.entry.js} +1 -1
  238. package/dist/ripple/{p-cca5dd54.entry.js → p-cd0cc88d.entry.js} +1 -1
  239. package/dist/ripple/p-cef8a45b.system.js +2 -0
  240. package/dist/ripple/p-d210db32.entry.js +1 -0
  241. package/dist/ripple/{p-0fce4df8.system.entry.js → p-d2b60968.system.entry.js} +1 -1
  242. package/dist/ripple/p-d45bcccf.js +1 -0
  243. package/dist/ripple/p-d9da0502.js +2 -0
  244. package/dist/ripple/p-dc7acef5.entry.js +1 -0
  245. package/dist/ripple/p-dd62178f.system.entry.js +1 -0
  246. package/dist/ripple/p-e0d21c51.entry.js +1 -0
  247. package/dist/ripple/{p-LmBQIm9U.system.js → p-e71b1146.system.js} +1 -1
  248. package/dist/ripple/p-e7d03cf5.js +1 -0
  249. package/dist/ripple/p-efe8c61e.entry.js +1 -0
  250. package/dist/ripple/p-f0eae6dc.entry.js +1 -0
  251. package/dist/ripple/p-f0f57f41.system.entry.js +1 -0
  252. package/dist/ripple/{p-12e14668.entry.js → p-f3b31fae.entry.js} +1 -1
  253. package/dist/ripple/p-f46983da.entry.js +1 -0
  254. package/dist/ripple/{p-c72b5e55.system.entry.js → p-f9f9fbae.system.entry.js} +1 -1
  255. package/dist/ripple/{p-d83f36af.system.entry.js → p-fde1212a.system.entry.js} +1 -1
  256. package/dist/ripple/ripple.esm.js +1 -1
  257. package/dist/ripple/ripple.js +1 -1
  258. package/dist/types/components.d.ts +0 -986
  259. package/dist/types/stencil-public-runtime.d.ts +2 -37
  260. package/package.json +2 -2
  261. package/dist/cjs/app-globals-DRIUP2B4.js +0 -7
  262. package/dist/esm/app-globals-C7MKvxOg.js +0 -5
  263. package/dist/esm-es5/app-globals-C7MKvxOg.js +0 -1
  264. package/dist/esm-es5/chartFunctions-D1WRRNPk.js +0 -1
  265. package/dist/esm-es5/functions-DT2ztGYg.js +0 -1
  266. package/dist/esm-es5/index-BmU89qgm.js +0 -1
  267. package/dist/ripple/p-08b265a2.entry.js +0 -1
  268. package/dist/ripple/p-19f43d88.entry.js +0 -1
  269. package/dist/ripple/p-29eb4cc7.entry.js +0 -1
  270. package/dist/ripple/p-423931b7.entry.js +0 -1
  271. package/dist/ripple/p-4adda78c.entry.js +0 -1
  272. package/dist/ripple/p-59030f63.entry.js +0 -1
  273. package/dist/ripple/p-5b523b9f.system.entry.js +0 -1
  274. package/dist/ripple/p-5bb7a993.entry.js +0 -1
  275. package/dist/ripple/p-62520534.entry.js +0 -1
  276. package/dist/ripple/p-64f555f9.entry.js +0 -1
  277. package/dist/ripple/p-81245443.entry.js +0 -1
  278. package/dist/ripple/p-81870134.entry.js +0 -1
  279. package/dist/ripple/p-819382b4.entry.js +0 -1
  280. package/dist/ripple/p-9635519f.entry.js +0 -1
  281. package/dist/ripple/p-9a5a577a.entry.js +0 -1
  282. package/dist/ripple/p-9a9e1d00.entry.js +0 -1
  283. package/dist/ripple/p-B7qucsb3.system.js +0 -1
  284. package/dist/ripple/p-BRUS9KP_.system.js +0 -1
  285. package/dist/ripple/p-BmU89qgm.js +0 -2
  286. package/dist/ripple/p-CLQInGS5.system.js +0 -1
  287. package/dist/ripple/p-CZkA6XrR.js +0 -1
  288. package/dist/ripple/p-D1BYKagG.js +0 -1
  289. package/dist/ripple/p-DT2ztGYg.js +0 -1
  290. package/dist/ripple/p-Dd2F6qzY.system.js +0 -2
  291. package/dist/ripple/p-Dg5uzcYb.system.js +0 -1
  292. package/dist/ripple/p-a0add2dd.entry.js +0 -1
  293. package/dist/ripple/p-a8eff037.system.entry.js +0 -1
  294. package/dist/ripple/p-ac310358.entry.js +0 -1
  295. package/dist/ripple/p-c44cbbea.entry.js +0 -1
  296. package/dist/ripple/p-cb5c1920.entry.js +0 -1
  297. package/dist/ripple/p-d1651848.entry.js +0 -1
  298. package/dist/ripple/p-e01688df.system.entry.js +0 -1
  299. package/dist/ripple/p-f073981c.entry.js +0 -1
  300. package/dist/ripple/p-f4ad21f8.entry.js +0 -1
  301. package/dist/ripple/p-f5ca18bb.entry.js +0 -1
  302. /package/dist/cjs/{interfaces-C7YbtGnk.js → interfaces-85d78ae9.js} +0 -0
  303. /package/dist/esm/{interfaces-COwzv5zO.js → interfaces-cc5b177f.js} +0 -0
  304. /package/dist/esm-es5/{interfaces-COwzv5zO.js → interfaces-cc5b177f.js} +0 -0
  305. /package/dist/ripple/{p-COwzv5zO.js → p-2732bddd.js} +0 -0
  306. /package/dist/ripple/{p-ClUp3GkF.system.js → p-42fa7a77.system.js} +0 -0
  307. /package/dist/ripple/{p-YWpyar7R.system.js → p-50ea2036.system.js} +0 -0
@@ -1,4 +1,4 @@
1
- var en = {
1
+ const en = {
2
2
  "chart.clickToSeeDetails": [
3
3
  {
4
4
  type: 0,
@@ -1353,7 +1353,7 @@ var en = {
1353
1353
  ]
1354
1354
  };
1355
1355
 
1356
- var fr = {
1356
+ const fr = {
1357
1357
  "chart.clickToSeeDetails": [
1358
1358
  {
1359
1359
  type: 0,
@@ -2205,7 +2205,7 @@ var fr = {
2205
2205
  ]
2206
2206
  };
2207
2207
 
2208
- var es = {
2208
+ const es = {
2209
2209
  "chart.clickToSeeDetails": [
2210
2210
  {
2211
2211
  type: 0,
@@ -3664,7 +3664,7 @@ var es = {
3664
3664
  ]
3665
3665
  };
3666
3666
 
3667
- var pig = {
3667
+ const pig = {
3668
3668
  "chart.clickToSeeDetails": [
3669
3669
  {
3670
3670
  type: 0,
@@ -5019,81 +5019,81 @@ var pig = {
5019
5019
  ]
5020
5020
  };
5021
5021
 
5022
- var lang = /*#__PURE__*/Object.freeze({
5022
+ const lang = /*#__PURE__*/Object.freeze({
5023
5023
  __proto__: null,
5024
5024
  en: en,
5025
- es: es,
5026
5025
  fr: fr,
5026
+ es: es,
5027
5027
  pig: pig
5028
5028
  });
5029
5029
 
5030
- /******************************************************************************
5031
- Copyright (c) Microsoft Corporation.
5032
-
5033
- Permission to use, copy, modify, and/or distribute this software for any
5034
- purpose with or without fee is hereby granted.
5035
-
5036
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
5037
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
5038
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
5039
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
5040
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
5041
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
5042
- PERFORMANCE OF THIS SOFTWARE.
5043
- ***************************************************************************** */
5044
- /* global Reflect, Promise, SuppressedError, Symbol, Iterator */
5045
-
5046
- var extendStatics = function(d, b) {
5047
- extendStatics = Object.setPrototypeOf ||
5048
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
5049
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
5050
- return extendStatics(d, b);
5051
- };
5052
-
5053
- function __extends(d, b) {
5054
- if (typeof b !== "function" && b !== null)
5055
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
5056
- extendStatics(d, b);
5057
- function __() { this.constructor = d; }
5058
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
5059
- }
5060
-
5061
- var __assign = function() {
5062
- __assign = Object.assign || function __assign(t) {
5063
- for (var s, i = 1, n = arguments.length; i < n; i++) {
5064
- s = arguments[i];
5065
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
5066
- }
5067
- return t;
5068
- };
5069
- return __assign.apply(this, arguments);
5070
- };
5071
-
5072
- function __rest(s, e) {
5073
- var t = {};
5074
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
5075
- t[p] = s[p];
5076
- if (s != null && typeof Object.getOwnPropertySymbols === "function")
5077
- for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
5078
- if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
5079
- t[p[i]] = s[p[i]];
5080
- }
5081
- return t;
5082
- }
5083
-
5084
- function __spreadArray(to, from, pack) {
5085
- if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
5086
- if (ar || !(i in from)) {
5087
- if (!ar) ar = Array.prototype.slice.call(from, 0, i);
5088
- ar[i] = from[i];
5089
- }
5090
- }
5091
- return to.concat(ar || Array.prototype.slice.call(from));
5092
- }
5093
-
5094
- typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
5095
- var e = new Error(message);
5096
- return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
5030
+ /******************************************************************************
5031
+ Copyright (c) Microsoft Corporation.
5032
+
5033
+ Permission to use, copy, modify, and/or distribute this software for any
5034
+ purpose with or without fee is hereby granted.
5035
+
5036
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
5037
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
5038
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
5039
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
5040
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
5041
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
5042
+ PERFORMANCE OF THIS SOFTWARE.
5043
+ ***************************************************************************** */
5044
+ /* global Reflect, Promise, SuppressedError, Symbol, Iterator */
5045
+
5046
+ var extendStatics = function(d, b) {
5047
+ extendStatics = Object.setPrototypeOf ||
5048
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
5049
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
5050
+ return extendStatics(d, b);
5051
+ };
5052
+
5053
+ function __extends(d, b) {
5054
+ if (typeof b !== "function" && b !== null)
5055
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
5056
+ extendStatics(d, b);
5057
+ function __() { this.constructor = d; }
5058
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
5059
+ }
5060
+
5061
+ var __assign = function() {
5062
+ __assign = Object.assign || function __assign(t) {
5063
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5064
+ s = arguments[i];
5065
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
5066
+ }
5067
+ return t;
5068
+ };
5069
+ return __assign.apply(this, arguments);
5070
+ };
5071
+
5072
+ function __rest(s, e) {
5073
+ var t = {};
5074
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
5075
+ t[p] = s[p];
5076
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
5077
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
5078
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
5079
+ t[p[i]] = s[p[i]];
5080
+ }
5081
+ return t;
5082
+ }
5083
+
5084
+ function __spreadArray(to, from, pack) {
5085
+ if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
5086
+ if (ar || !(i in from)) {
5087
+ if (!ar) ar = Array.prototype.slice.call(from, 0, i);
5088
+ ar[i] = from[i];
5089
+ }
5090
+ }
5091
+ return to.concat(ar || Array.prototype.slice.call(from));
5092
+ }
5093
+
5094
+ typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
5095
+ var e = new Error(message);
5096
+ return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
5097
5097
  };
5098
5098
 
5099
5099
  //
@@ -5143,6 +5143,9 @@ function strategyDefault(fn, options) {
5143
5143
  function strategyVariadic(fn, options) {
5144
5144
  return assemble(fn, this, variadic, options.cache.create(), options.serializer);
5145
5145
  }
5146
+ function strategyMonadic(fn, options) {
5147
+ return assemble(fn, this, monadic, options.cache.create(), options.serializer);
5148
+ }
5146
5149
  //
5147
5150
  // Serializer
5148
5151
  //
@@ -5168,7 +5171,9 @@ var cacheDefault = {
5168
5171
  },
5169
5172
  };
5170
5173
  var strategies = {
5171
- variadic: strategyVariadic};
5174
+ variadic: strategyVariadic,
5175
+ monadic: strategyMonadic,
5176
+ };
5172
5177
 
5173
5178
  var ErrorKind;
5174
5179
  (function (ErrorKind) {
@@ -10580,4 +10585,4 @@ const weekdays = [
10580
10585
  intl.formatMessage({ id: "date.saturday", defaultMessage: "Saturday" }),
10581
10586
  ];
10582
10587
 
10583
- export { dateFind as A, calendar_months as B, findParentWithHiddenOverflow as C, transposeMatrix as D, wrapAround as E, getSmallestSkipInterval as F, calcPercentageInRange as G, isElOrChild as H, getTextDir as I, getMonthLength as J, makeISO as K, weekdays as L, snakeCaseToCamelCase as M, getNewIndexToFocus as N, throttle as O, getPosition as a, handleDisabledAttribute as b, checkForActiveElInShadow as c, showTooltip as d, triggerFormSubmit as e, debounce 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, shouldOpenDown as p, shouldShiftRight as q, shouldShiftLeft as r, safeMultiplyFloat as s, toBool as t, findAllScrollableParents as u, getCumulativeScrollOffset as v, measureText as w, findNext as x, findPrev as y, getContextMeasurements as z };
10588
+ export { findPrev as A, getTextDir as B, isElOrChild as C, throttle as D, getContextMeasurements as E, dateFind as F, calendar_months as G, findParentWithHiddenOverflow as H, transposeMatrix as I, wrapAround as J, getSmallestSkipInterval as K, calcPercentageInRange as L, makeISO as M, getMonthLength as N, weekdays as O, 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, getCumulativeScrollOffset as r, showTooltip as s, toBool as t, findAllScrollableParents as u, shouldOpenDown as v, shouldShiftRight as w, shouldShiftLeft as x, measureText as y, findNext as z };