@watermarkinsights/ripple 5.31.0-alpha.2 → 5.31.0-alpha.3

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 (306) hide show
  1. package/dist/cjs/{app-globals-f310dc82.js → app-globals-3f8985a8.js} +1 -1
  2. package/dist/cjs/app-globals-99bea3b4.js +158 -0
  3. package/dist/cjs/app-globals-bb5d9637.js +103 -0
  4. package/dist/cjs/app-globals-bbf82dcc.js +161 -0
  5. package/dist/cjs/chartFunctions-351edf56.js +906 -0
  6. package/dist/cjs/chartFunctions-9cd2b447.js +906 -0
  7. package/dist/cjs/functions-05cd64e3.js +10682 -0
  8. package/dist/cjs/functions-cf96746b.js +18301 -0
  9. package/dist/cjs/index-3bd2f5bf.js +3266 -0
  10. package/dist/cjs/interfaces-082b6d42.js +72 -0
  11. package/dist/cjs/interfaces-85840d5d.js +91 -0
  12. package/dist/cjs/intl-140f6bea.js +283 -0
  13. package/dist/cjs/intl-e322cf64.js +283 -0
  14. package/dist/cjs/loader.cjs.js +1 -1
  15. package/dist/cjs/priv-chart-popover.cjs.entry.js +131 -0
  16. package/dist/cjs/ripple.cjs.js +1 -1
  17. package/dist/cjs/shadow-css-7c4dbc43.js +334 -0
  18. package/dist/cjs/wm-action-menu.cjs.entry.js +365 -0
  19. package/dist/cjs/wm-chart-legend.cjs.entry.js +77 -0
  20. package/dist/cjs/wm-menuitem.cjs.entry.js +127 -0
  21. package/dist/cjs/wm-modal-footer.cjs.entry.js +48 -0
  22. package/dist/cjs/wm-modal-header.cjs.entry.js +40 -0
  23. package/dist/cjs/wm-modal-pss-footer.cjs.entry.js +44 -0
  24. package/dist/cjs/wm-modal-pss-header.cjs.entry.js +43 -0
  25. package/dist/cjs/wm-modal-pss.cjs.entry.js +143 -0
  26. package/dist/cjs/wm-modal.cjs.entry.js +160 -0
  27. package/dist/cjs/wm-navigation-hamburger.cjs.entry.js +53 -0
  28. package/dist/cjs/wm-navigation-item.cjs.entry.js +25 -0
  29. package/dist/cjs/wm-navigation.cjs.entry.js +120 -0
  30. package/dist/cjs/wm-option.cjs.entry.js +176 -0
  31. package/dist/cjs/wm-progress-indicator.cjs.entry.js +116 -0
  32. package/dist/cjs/wm-progress-monitor.cjs.entry.js +78 -0
  33. package/dist/cjs/wm-progress-slice.cjs.entry.js +22 -0
  34. package/dist/cjs/wm-select.cjs.entry.js +363 -0
  35. package/dist/cjs/wm-tab-item.cjs.entry.js +51 -0
  36. package/dist/cjs/wm-tab-list.cjs.entry.js +286 -0
  37. package/dist/cjs/wm-tab-panel.cjs.entry.js +30 -0
  38. package/dist/cjs/wm-toggletip.cjs.entry.js +5 -5
  39. package/dist/collection/components/wm-toggletip/wm-toggletip.js +6 -7
  40. package/dist/docs/docs.json +2 -2
  41. package/dist/docs/skill/wm-toggletip.md +1 -2
  42. package/dist/esm/app-globals-14e8fc38.js +159 -0
  43. package/dist/esm/app-globals-6ea0c4a8.js +156 -0
  44. package/dist/esm/{app-globals-0d90343d.js → app-globals-baf4966d.js} +1 -1
  45. package/dist/esm/app-globals-fbe51289.js +101 -0
  46. package/dist/esm/chartFunctions-295d929a.js +881 -0
  47. package/dist/esm/chartFunctions-6dc5067e.js +881 -0
  48. package/dist/esm/functions-1b74608e.js +18259 -0
  49. package/dist/esm/functions-438e60c4.js +10640 -0
  50. package/dist/esm/index-a4aa0209.js +3230 -0
  51. package/dist/esm/interfaces-09fe24c4.js +67 -0
  52. package/dist/esm/interfaces-9b4bfae2.js +86 -0
  53. package/dist/esm/intl-25f6dfb9.js +277 -0
  54. package/dist/esm/intl-af9ab0c5.js +277 -0
  55. package/dist/esm/loader.js +1 -1
  56. package/dist/esm/priv-chart-popover.entry.js +127 -0
  57. package/dist/esm/ripple.js +1 -1
  58. package/dist/esm/shadow-css-7ad5caf8.js +332 -0
  59. package/dist/esm/wm-action-menu.entry.js +361 -0
  60. package/dist/esm/wm-chart-legend.entry.js +73 -0
  61. package/dist/esm/wm-menuitem.entry.js +123 -0
  62. package/dist/esm/wm-modal-footer.entry.js +44 -0
  63. package/dist/esm/wm-modal-header.entry.js +36 -0
  64. package/dist/esm/wm-modal-pss-footer.entry.js +40 -0
  65. package/dist/esm/wm-modal-pss-header.entry.js +39 -0
  66. package/dist/esm/wm-modal-pss.entry.js +139 -0
  67. package/dist/esm/wm-modal.entry.js +156 -0
  68. package/dist/esm/wm-navigation-hamburger.entry.js +49 -0
  69. package/dist/esm/wm-navigation-item.entry.js +21 -0
  70. package/dist/esm/wm-navigation.entry.js +116 -0
  71. package/dist/esm/wm-option.entry.js +172 -0
  72. package/dist/esm/wm-progress-indicator.entry.js +112 -0
  73. package/dist/esm/wm-progress-monitor.entry.js +74 -0
  74. package/dist/esm/wm-progress-slice.entry.js +18 -0
  75. package/dist/esm/wm-select.entry.js +359 -0
  76. package/dist/esm/wm-tab-item.entry.js +47 -0
  77. package/dist/esm/wm-tab-list.entry.js +282 -0
  78. package/dist/esm/wm-tab-panel.entry.js +26 -0
  79. package/dist/esm/wm-toggletip.entry.js +5 -5
  80. package/dist/esm-es5/app-globals-baf4966d.js +1 -0
  81. package/dist/esm-es5/app-globals-fbe51289.js +1 -0
  82. package/dist/esm-es5/chartFunctions-295d929a.js +1 -0
  83. package/dist/esm-es5/functions-438e60c4.js +1 -0
  84. package/dist/esm-es5/interfaces-09fe24c4.js +1 -0
  85. package/dist/esm-es5/intl-25f6dfb9.js +1 -0
  86. package/dist/esm-es5/loader.js +1 -1
  87. package/dist/esm-es5/ripple.js +1 -1
  88. package/dist/esm-es5/wm-toggletip.entry.js +1 -1
  89. package/dist/ripple/app-globals-14e8fc38.js +159 -0
  90. package/dist/ripple/app-globals-674ed33a.system.js +1 -0
  91. package/dist/ripple/app-globals-6ea0c4a8.js +156 -0
  92. package/dist/ripple/app-globals-9a6e44cc.system.js +1 -0
  93. package/dist/ripple/chartFunctions-3a2854e5.system.js +1 -0
  94. package/dist/ripple/chartFunctions-6dc5067e.js +881 -0
  95. package/dist/ripple/functions-1b74608e.js +18259 -0
  96. package/dist/ripple/functions-44e66424.system.js +1 -0
  97. package/dist/ripple/index-a4aa0209.js +3017 -0
  98. package/dist/ripple/index-c1f8b17a.system.js +2 -0
  99. package/dist/ripple/index.system.js +3 -0
  100. package/dist/ripple/interfaces-5905bd2e.system.js +1 -0
  101. package/dist/ripple/interfaces-9b4bfae2.js +86 -0
  102. package/dist/ripple/intl-54e71657.system.js +1 -0
  103. package/dist/ripple/intl-af9ab0c5.js +277 -0
  104. package/dist/ripple/{p-8c1dea23.system.entry.js → p-02c8bf15.system.entry.js} +1 -1
  105. package/dist/ripple/{p-377ca118.entry.js → p-05dae6a0.entry.js} +1 -1
  106. package/dist/ripple/p-09a44b14.system.entry.js +1 -0
  107. package/dist/ripple/{p-177c248d.entry.js → p-09d5381c.entry.js} +1 -1
  108. package/dist/ripple/p-0cdda327.js +1 -0
  109. package/dist/ripple/{p-85e5a2ef.system.entry.js → p-0db033c3.system.entry.js} +1 -1
  110. package/dist/ripple/{p-114eeef7.system.entry.js → p-0feaaae9.system.entry.js} +1 -1
  111. package/dist/ripple/{p-237b9ade.system.entry.js → p-10aea5ee.system.entry.js} +1 -1
  112. package/dist/ripple/p-131d57c3.entry.js +1 -0
  113. package/dist/ripple/p-178ba906.js +1 -0
  114. package/dist/ripple/p-1f051611.system.js +1 -0
  115. package/dist/ripple/p-1fc894ac.system.entry.js +1 -0
  116. package/dist/ripple/{p-d90849d8.entry.js → p-227b0af9.entry.js} +1 -1
  117. package/dist/ripple/p-26f2c47b.system.js +1 -0
  118. package/dist/ripple/{p-66152ad5.system.entry.js → p-28b8a12e.system.entry.js} +1 -1
  119. package/dist/ripple/{p-5bcc465d.entry.js → p-2a03f658.entry.js} +1 -1
  120. package/dist/ripple/p-2cf2f73e.entry.js +1 -0
  121. package/dist/ripple/p-306f3b47.system.entry.js +1 -0
  122. package/dist/ripple/{p-ac1683dc.system.entry.js → p-332a3e3d.system.entry.js} +1 -1
  123. package/dist/ripple/{p-a9a20398.entry.js → p-39bac42a.entry.js} +1 -1
  124. package/dist/ripple/{p-d1f04ee8.entry.js → p-3bd8537c.entry.js} +1 -1
  125. package/dist/ripple/{p-5e96eaf7.system.entry.js → p-3e8bfc68.system.entry.js} +1 -1
  126. package/dist/ripple/p-3f5576b8.system.entry.js +1 -0
  127. package/dist/ripple/{p-f288148b.entry.js → p-3f69041f.entry.js} +1 -1
  128. package/dist/ripple/p-40e8071c.system.entry.js +1 -0
  129. package/dist/ripple/{p-ebef63ec.system.entry.js → p-444feb7d.system.entry.js} +1 -1
  130. package/dist/ripple/{p-c9822c77.entry.js → p-4533241f.entry.js} +1 -1
  131. package/dist/ripple/{p-053c9d53.entry.js → p-463be5be.entry.js} +1 -1
  132. package/dist/ripple/{p-721ecba8.system.entry.js → p-4e7ae2c5.system.entry.js} +1 -1
  133. package/dist/ripple/p-4f53544d.entry.js +1 -0
  134. package/dist/ripple/{p-04e6ea9c.system.entry.js → p-503330c1.system.entry.js} +1 -1
  135. package/dist/ripple/{p-4ff46307.entry.js → p-5173359e.entry.js} +1 -1
  136. package/dist/ripple/p-54fff8d1.entry.js +1 -0
  137. package/dist/ripple/p-5afc108c.js +1 -0
  138. package/dist/ripple/p-5bdd4f8e.system.js +1 -0
  139. package/dist/ripple/{p-48ed48d4.system.entry.js → p-5f092b39.system.entry.js} +1 -1
  140. package/dist/ripple/p-6279fb39.system.js +1 -0
  141. package/dist/ripple/{p-1efc8c25.entry.js → p-6479b06b.entry.js} +1 -1
  142. package/dist/ripple/{p-e87089e5.entry.js → p-680f5703.entry.js} +1 -1
  143. package/dist/ripple/{p-4cb5807d.entry.js → p-6de83c6f.entry.js} +1 -1
  144. package/dist/ripple/{p-dcfdf265.entry.js → p-709d1765.entry.js} +1 -1
  145. package/dist/ripple/{p-d68527b6.system.entry.js → p-7ca0bb68.system.entry.js} +1 -1
  146. package/dist/ripple/p-84e04896.entry.js +1 -0
  147. package/dist/ripple/{p-34755f95.entry.js → p-8e6e868a.entry.js} +1 -1
  148. package/dist/ripple/p-928b3e5e.entry.js +1 -0
  149. package/dist/ripple/p-956cb6a9.system.js +1 -0
  150. package/dist/ripple/p-9a5d11cb.entry.js +1 -0
  151. package/dist/ripple/{p-9cf98efe.system.entry.js → p-9d345fc7.system.entry.js} +1 -1
  152. package/dist/ripple/{p-f7fc6350.system.js → p-9f13a0f7.system.js} +1 -1
  153. package/dist/ripple/p-a03315ce.entry.js +1 -0
  154. package/dist/ripple/{p-471f1dc5.system.entry.js → p-a0aba3e0.system.entry.js} +1 -1
  155. package/dist/ripple/{p-f5afa781.system.entry.js → p-a3dd5204.system.entry.js} +1 -1
  156. package/dist/ripple/p-a6aef87d.system.entry.js +1 -0
  157. package/dist/ripple/{p-63c94399.system.entry.js → p-a6ef995c.system.entry.js} +1 -1
  158. package/dist/ripple/p-a7e637a5.system.entry.js +1 -0
  159. package/dist/ripple/p-aafced54.system.entry.js +1 -0
  160. package/dist/ripple/p-acac6687.js +1 -0
  161. package/dist/ripple/{p-1d71e253.system.entry.js → p-b11abb0d.system.entry.js} +1 -1
  162. package/dist/ripple/{p-d457692c.system.entry.js → p-b1924539.system.entry.js} +1 -1
  163. package/dist/ripple/{p-d0cf4ccc.system.entry.js → p-b654743f.system.entry.js} +1 -1
  164. package/dist/ripple/p-b974a535.system.entry.js +1 -0
  165. package/dist/ripple/{p-6a5c1a8c.system.entry.js → p-bb9f54cf.system.entry.js} +1 -1
  166. package/dist/ripple/p-bd37dd6f.entry.js +1 -0
  167. package/dist/ripple/{p-8f80d300.entry.js → p-bdb10d37.entry.js} +1 -1
  168. package/dist/ripple/{p-4d85b8d3.entry.js → p-bf3eef42.entry.js} +1 -1
  169. package/dist/ripple/p-bff5c1d5.js +1 -0
  170. package/dist/ripple/{p-723b7b1e.system.entry.js → p-c04d0eeb.system.entry.js} +1 -1
  171. package/dist/ripple/{p-6b4e3edc.entry.js → p-c1abc58e.entry.js} +1 -1
  172. package/dist/ripple/p-c7bd2b6b.js +1 -0
  173. package/dist/ripple/p-cc028323.entry.js +1 -0
  174. package/dist/ripple/p-d05b7cd3.entry.js +1 -0
  175. package/dist/ripple/{p-019b2974.entry.js → p-dab54a9d.entry.js} +1 -1
  176. package/dist/ripple/{p-439d588b.system.entry.js → p-dbdae848.system.entry.js} +1 -1
  177. package/dist/ripple/{p-7d51738b.system.entry.js → p-e0c0e8b0.system.entry.js} +1 -1
  178. package/dist/ripple/p-e1a6ee77.entry.js +1 -0
  179. package/dist/ripple/p-e427094b.system.js +1 -0
  180. package/dist/ripple/{p-e3986d43.system.entry.js → p-e65f7933.system.entry.js} +1 -1
  181. package/dist/ripple/p-e6704efd.system.js +1 -0
  182. package/dist/ripple/{p-e3e1848b.system.entry.js → p-e78f9572.system.entry.js} +1 -1
  183. package/dist/ripple/p-eda49f0e.entry.js +1 -0
  184. package/dist/ripple/{p-845c4a55.entry.js → p-ee26ba53.entry.js} +1 -1
  185. package/dist/ripple/{p-a7ee35c7.system.entry.js → p-ee729037.system.entry.js} +1 -1
  186. package/dist/ripple/{p-c6bdcbbc.entry.js → p-f51404f5.entry.js} +1 -1
  187. package/dist/ripple/{p-da8bc55d.system.entry.js → p-f68e4b39.system.entry.js} +1 -1
  188. package/dist/ripple/p-f77f1c50.entry.js +1 -0
  189. package/dist/ripple/{p-b466d6c3.entry.js → p-f94af31c.entry.js} +1 -1
  190. package/dist/ripple/{p-bf22f7d3.entry.js → p-fb6aee09.entry.js} +1 -1
  191. package/dist/ripple/{p-e4037ff0.system.entry.js → p-ff6fd274.system.entry.js} +1 -1
  192. package/dist/ripple/priv-calendar.entry.js +575 -0
  193. package/dist/ripple/priv-calendar.system.entry.js +1 -0
  194. package/dist/ripple/priv-chart-popover-old.entry.js +141 -0
  195. package/dist/ripple/priv-chart-popover-old.system.entry.js +1 -0
  196. package/dist/ripple/priv-chart-popover.entry.js +127 -0
  197. package/dist/ripple/priv-chart-popover.system.entry.js +1 -0
  198. package/dist/ripple/priv-navigator-button.entry.js +24 -0
  199. package/dist/ripple/priv-navigator-button.system.entry.js +1 -0
  200. package/dist/ripple/priv-navigator-item.entry.js +30 -0
  201. package/dist/ripple/priv-navigator-item.system.entry.js +1 -0
  202. package/dist/ripple/priv-option-list.entry.js +385 -0
  203. package/dist/ripple/priv-option-list.system.entry.js +1 -0
  204. package/dist/ripple/ripple.esm.js +1 -1
  205. package/dist/ripple/ripple.js +1 -1
  206. package/dist/ripple/ripple.system.js +1 -0
  207. package/dist/ripple/shadow-css-52666f6a.system.js +12 -0
  208. package/dist/ripple/shadow-css-7ad5caf8.js +332 -0
  209. package/dist/ripple/wm-action-menu.entry.js +361 -0
  210. package/dist/ripple/wm-action-menu.system.entry.js +1 -0
  211. package/dist/ripple/wm-button.entry.js +275 -0
  212. package/dist/ripple/wm-button.system.entry.js +1 -0
  213. package/dist/ripple/{p-a39da382.entry.js → wm-chart-bar.entry.js} +444 -1
  214. package/dist/ripple/wm-chart-bar.system.entry.js +1 -0
  215. package/dist/ripple/wm-chart-column.entry.js +624 -0
  216. package/dist/ripple/wm-chart-column.system.entry.js +1 -0
  217. package/dist/ripple/wm-chart-legend.entry.js +73 -0
  218. package/dist/ripple/{p-683372ca.entry.js → wm-chart-legend.system.entry.js} +1 -1
  219. package/dist/ripple/wm-chart-slice.entry.js +23 -0
  220. package/dist/ripple/wm-chart-slice.system.entry.js +1 -0
  221. package/dist/ripple/wm-chart.entry.js +158 -0
  222. package/dist/ripple/wm-chart.system.entry.js +1 -0
  223. package/dist/ripple/wm-date-range.entry.js +586 -0
  224. package/dist/ripple/wm-date-range.system.entry.js +1 -0
  225. package/dist/ripple/wm-datepicker.entry.js +394 -0
  226. package/dist/ripple/wm-datepicker.system.entry.js +1 -0
  227. package/dist/ripple/wm-file-list.entry.js +18 -0
  228. package/dist/ripple/wm-file-list.system.entry.js +1 -0
  229. package/dist/ripple/wm-file.entry.js +205 -0
  230. package/dist/ripple/wm-file.system.entry.js +1 -0
  231. package/dist/ripple/wm-flyout.entry.js +181 -0
  232. package/dist/ripple/wm-flyout.system.entry.js +1 -0
  233. package/dist/ripple/wm-input.entry.js +126 -0
  234. package/dist/ripple/wm-input.system.entry.js +1 -0
  235. package/dist/ripple/wm-line-chart.entry.js +536 -0
  236. package/dist/ripple/wm-line-chart.system.entry.js +1 -0
  237. package/dist/ripple/wm-menuitem.entry.js +123 -0
  238. package/dist/ripple/wm-menuitem.system.entry.js +1 -0
  239. package/dist/ripple/wm-modal-footer.entry.js +44 -0
  240. package/dist/ripple/wm-modal-footer.system.entry.js +1 -0
  241. package/dist/ripple/wm-modal-header.entry.js +36 -0
  242. package/dist/ripple/wm-modal-header.system.entry.js +1 -0
  243. package/dist/ripple/wm-modal-pss-footer.entry.js +40 -0
  244. package/dist/ripple/wm-modal-pss-footer.system.entry.js +1 -0
  245. package/dist/ripple/wm-modal-pss-header.entry.js +39 -0
  246. package/dist/ripple/wm-modal-pss-header.system.entry.js +1 -0
  247. package/dist/ripple/wm-modal-pss.entry.js +139 -0
  248. package/dist/ripple/wm-modal-pss.system.entry.js +1 -0
  249. package/dist/ripple/wm-modal.entry.js +156 -0
  250. package/dist/ripple/wm-modal.system.entry.js +1 -0
  251. package/dist/ripple/wm-navigation-hamburger.entry.js +49 -0
  252. package/dist/ripple/wm-navigation-hamburger.system.entry.js +1 -0
  253. package/dist/ripple/wm-navigation-item.entry.js +21 -0
  254. package/dist/ripple/wm-navigation-item.system.entry.js +1 -0
  255. package/dist/ripple/wm-navigation.entry.js +116 -0
  256. package/dist/ripple/wm-navigation.system.entry.js +1 -0
  257. package/dist/ripple/wm-navigator.entry.js +370 -0
  258. package/dist/ripple/wm-navigator.system.entry.js +1 -0
  259. package/dist/ripple/wm-nested-select.entry.js +315 -0
  260. package/dist/ripple/wm-nested-select.system.entry.js +1 -0
  261. package/dist/ripple/wm-optgroup.entry.js +79 -0
  262. package/dist/ripple/wm-optgroup.system.entry.js +1 -0
  263. package/dist/ripple/wm-option.entry.js +172 -0
  264. package/dist/ripple/wm-option.system.entry.js +1 -0
  265. package/dist/ripple/wm-pagination.entry.js +224 -0
  266. package/dist/ripple/wm-pagination.system.entry.js +1 -0
  267. package/dist/ripple/wm-progress-indicator.entry.js +112 -0
  268. package/dist/ripple/wm-progress-indicator.system.entry.js +1 -0
  269. package/dist/ripple/wm-progress-monitor.entry.js +74 -0
  270. package/dist/ripple/wm-progress-monitor.system.entry.js +1 -0
  271. package/dist/ripple/wm-progress-slice.entry.js +18 -0
  272. package/dist/ripple/wm-progress-slice.system.entry.js +1 -0
  273. package/dist/ripple/wm-search.entry.js +191 -0
  274. package/dist/ripple/wm-search.system.entry.js +1 -0
  275. package/dist/ripple/wm-select.entry.js +359 -0
  276. package/dist/ripple/wm-select.system.entry.js +1 -0
  277. package/dist/ripple/wm-snackbar.entry.js +171 -0
  278. package/dist/ripple/wm-snackbar.system.entry.js +1 -0
  279. package/dist/ripple/wm-tab-item.entry.js +47 -0
  280. package/dist/ripple/wm-tab-item.system.entry.js +1 -0
  281. package/dist/ripple/wm-tab-list.entry.js +282 -0
  282. package/dist/ripple/wm-tab-list.system.entry.js +1 -0
  283. package/dist/ripple/wm-tab-panel.entry.js +26 -0
  284. package/dist/ripple/wm-tab-panel.system.entry.js +1 -0
  285. package/dist/ripple/wm-tag-input.entry.js +955 -0
  286. package/dist/ripple/wm-tag-input.system.entry.js +1 -0
  287. package/dist/ripple/wm-tag-option.entry.js +47 -0
  288. package/dist/ripple/wm-tag-option.system.entry.js +1 -0
  289. package/dist/ripple/wm-textarea.entry.js +89 -0
  290. package/dist/ripple/wm-textarea.system.entry.js +1 -0
  291. package/dist/ripple/wm-timepicker.entry.js +320 -0
  292. package/dist/ripple/wm-timepicker.system.entry.js +1 -0
  293. package/dist/ripple/wm-toggletip.entry.js +247 -0
  294. package/dist/ripple/wm-toggletip.system.entry.js +1 -0
  295. package/dist/ripple/{p-858bd668.entry.js → wm-uploader.entry.js} +336 -1
  296. package/dist/ripple/wm-uploader.system.entry.js +1 -0
  297. package/dist/ripple/wm-wrapper.entry.js +17 -0
  298. package/dist/ripple/wm-wrapper.system.entry.js +1 -0
  299. package/dist/types/components/wm-toggletip/wm-toggletip.d.ts +1 -2
  300. package/dist/types/components.d.ts +4 -8
  301. package/package.json +2 -2
  302. package/dist/esm-es5/app-globals-0d90343d.js +0 -1
  303. package/dist/ripple/p-2f297bf8.js +0 -1
  304. package/dist/ripple/p-6a7b26a1.system.js +0 -1
  305. package/dist/ripple/p-e651d0e9.entry.js +0 -1
  306. package/dist/ripple/p-ee960296.entry.js +0 -1
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index-bb947bd5.js');
4
4
 
5
- const version = "5.30.0";
5
+ const version = "5.31.0-alpha.0";
6
6
 
7
7
  // PRINT RIPPLE VERSION IN CONSOLE
8
8
  // test envs return 0 for plugin.length
@@ -0,0 +1,158 @@
1
+ 'use strict';
2
+
3
+ const index = require('./index-3bd2f5bf.js');
4
+
5
+ const name = "@watermarkinsights/ripple";
6
+ const version = "5.30.0";
7
+ const description = "Ripple Component Library";
8
+ const module$1 = "dist/index.js";
9
+ const main = "dist/index.cjs.js";
10
+ const types = "dist/types/components.d.ts";
11
+ const collection = "dist/collection/collection-manifest.json";
12
+ const files = [
13
+ "dist/"
14
+ ];
15
+ const es2017 = "dist/esm/index.mjs";
16
+ const es2015 = "dist/esm/index.mjs";
17
+ const scripts = {
18
+ build: "stencil build",
19
+ start: "stencil build --dev --watch --serve",
20
+ test: "stencil test --spec --e2e",
21
+ "test.snapshot": "stencil test --spec --e2e -u",
22
+ "test.watch": "stencil test --spec --e2e --watch",
23
+ "test.watchAll": "stencil test --spec --e2e --watchAll",
24
+ "test.coverage": "stencil test --spec --coverage --collectCoverageFrom='src/**/*.{js,jsx,ts,tsx}'",
25
+ extract: "formatjs extract './src/global/intl.ts' './src/**/*.tsx' --out-file './src/lang/en.json' && node './src/lang/piglatin.js'",
26
+ compile: "formatjs compile-folder ./src/lang src/lang/compiled-lang/ --ast",
27
+ missing: "node ./src/lang/missing.js"
28
+ };
29
+ const dependencies = {
30
+ "@formatjs/intl": "^2.10.4"
31
+ };
32
+ const devDependencies = {
33
+ "@axe-core/puppeteer": "^4.9.1",
34
+ "@formatjs/cli": "^6.2.12",
35
+ "@stencil/core": "^4.20.0",
36
+ "@stencil/react-output-target": "0.5.3",
37
+ "@stencil/sass": "^3.0.12",
38
+ "@types/jest": "^29.5.12",
39
+ jest: "^29.7.0"
40
+ };
41
+ const _package = {
42
+ name: name,
43
+ version: version,
44
+ description: description,
45
+ module: module$1,
46
+ main: main,
47
+ types: types,
48
+ collection: collection,
49
+ files: files,
50
+ es2017: es2017,
51
+ es2015: es2015,
52
+ scripts: scripts,
53
+ dependencies: dependencies,
54
+ devDependencies: devDependencies
55
+ };
56
+
57
+ // PRINT RIPPLE VERSION IN CONSOLE
58
+ // test envs return 0 for plugin.length
59
+ // do not print version number there as it causes issues
60
+ if (window.navigator.plugins.length > 0) {
61
+ console.log("%cRipple component library %c%s", "color: #575195; font-weight: bold", "font-weight: bold", version);
62
+ }
63
+ // Dispatching events to track whether user is navigating with keyboard or mouse
64
+ // no longer necessary for keyboard focus indicators (thanks to :focus-visible)
65
+ // but still used in several components for other things (search for isTabbing)
66
+ function wmComponentKeys(ev) {
67
+ if (ev.key == "Tab") {
68
+ var event = new Event("wmUserIsTabbing");
69
+ window.dispatchEvent(event);
70
+ document.querySelector("body").classList.add("wmcl-user-is-tabbing");
71
+ }
72
+ if (ev.key == "ArrowLeft" || ev.key == "ArrowUp" || ev.key == "ArrowRight" || ev.key == "ArrowDown") {
73
+ var event = new Event("wmUserIsKeying");
74
+ window.dispatchEvent(event);
75
+ document.querySelector("body").classList.add("wmcl-user-is-keying");
76
+ }
77
+ }
78
+ function wmComponentMouseDownOnce() {
79
+ var event = new Event("wmUserIsNotTabbing");
80
+ window.dispatchEvent(event);
81
+ document.querySelector("body").classList.remove("wmcl-user-is-tabbing");
82
+ document.querySelector("body").classList.remove("wmcl-user-is-keying");
83
+ }
84
+ window.addEventListener("keydown", wmComponentKeys);
85
+ window.addEventListener("mousedown", wmComponentMouseDownOnce);
86
+ // MODES (FOR PRODUCT-SPECIFIC STYLING)
87
+ //Checks for mode attribute explicitly set on the document. If "mode" is set on component, it will override the global mode. Falls back to default (Planning styles)
88
+ index.setMode((elm) => {
89
+ return elm.getAttribute("mode") || document.documentElement.getAttribute("mode") || "planning";
90
+ });
91
+ // TOOLTIP
92
+ // Add a tooltip element
93
+ // This allows tooltips to be always at the highest stacking context (always on top)
94
+ // Element is added withing a container to avoid performance impact
95
+ const tooltipContainer = document.createElement("div");
96
+ tooltipContainer.id = "wm-tooltip-container";
97
+ const tooltipEl = document.createElement("div");
98
+ tooltipEl.id = "wm-tooltip";
99
+ tooltipEl.classList.add("wm-tooltip");
100
+ tooltipEl.setAttribute("popover", "manual");
101
+ tooltipEl.setAttribute("aria-hidden", "true");
102
+ const tooltipStyles = document.createElement("style");
103
+ tooltipStyles.textContent = `
104
+ .wm-tooltip {
105
+ position: fixed;
106
+ overflow: hidden;
107
+ pointer-events: none;
108
+ line-height: normal;
109
+ font-family: inherit;
110
+ font-size: 0.875rem;
111
+ text-transform: none;
112
+ font-weight: normal;
113
+ background: var(--wmcolor-tooltip-background);
114
+ color: var(--wmcolor-tooltip-text);
115
+ z-index: 999999;
116
+ max-width: var(--wmTooltipMaxWidth, 13.75rem);
117
+ margin-right: 1.5rem;
118
+ padding: 0.375rem;
119
+ transition-property: opacity;
120
+ transition-delay: 0s;
121
+ opacity: 0;
122
+ inset: unset;
123
+ top: 0;
124
+ left: 0;
125
+ transform: translateZ(0);
126
+ will-change: transform;
127
+ transform: translate(var(--wmTooltipLeft), var(--wmTooltipTop));
128
+ border: none;
129
+ }
130
+
131
+ .wm-tooltip:popover-open {
132
+ opacity: 0;
133
+ }
134
+
135
+ .wm-tooltip.show {
136
+ transition-delay: 500ms;
137
+ opacity: 1;
138
+ }
139
+ `;
140
+ const body = document.querySelector("body");
141
+ if (body) {
142
+ document.head.appendChild(tooltipStyles);
143
+ tooltipContainer.appendChild(tooltipEl);
144
+ body.appendChild(tooltipContainer);
145
+ }
146
+ else {
147
+ document.addEventListener("DOMContentLoaded", () => {
148
+ const body = document.querySelector("body");
149
+ document.head.appendChild(tooltipStyles);
150
+ tooltipContainer.appendChild(tooltipEl);
151
+ body.appendChild(tooltipContainer);
152
+ });
153
+ }
154
+ const globalFn = () => { };
155
+
156
+ const globalScripts = globalFn;
157
+
158
+ exports.globalScripts = globalScripts;
@@ -0,0 +1,103 @@
1
+ 'use strict';
2
+
3
+ require('./index-bb947bd5.js');
4
+
5
+ const version = "5.31.0-alpha.3";
6
+
7
+ // PRINT RIPPLE VERSION IN CONSOLE
8
+ // test envs return 0 for plugin.length
9
+ // do not print version number there as it causes issues
10
+ if (window.navigator.plugins.length > 0) {
11
+ console.log("%cRipple component library %c%s", "color: #575195; font-weight: bold", "font-weight: bold", version);
12
+ }
13
+ // Dispatching events to track whether user is navigating with keyboard or mouse
14
+ // no longer necessary for keyboard focus indicators (thanks to :focus-visible)
15
+ // but still used in several components for other things (search for isTabbing)
16
+ function wmComponentKeys(ev) {
17
+ if (ev.key == "Tab") {
18
+ var event = new Event("wmUserIsTabbing");
19
+ window.dispatchEvent(event);
20
+ document.querySelector("body").classList.add("wmcl-user-is-tabbing");
21
+ }
22
+ if (ev.key == "ArrowLeft" || ev.key == "ArrowUp" || ev.key == "ArrowRight" || ev.key == "ArrowDown") {
23
+ var event = new Event("wmUserIsKeying");
24
+ window.dispatchEvent(event);
25
+ document.querySelector("body").classList.add("wmcl-user-is-keying");
26
+ }
27
+ }
28
+ function wmComponentMouseDownOnce() {
29
+ var event = new Event("wmUserIsNotTabbing");
30
+ window.dispatchEvent(event);
31
+ document.querySelector("body").classList.remove("wmcl-user-is-tabbing");
32
+ document.querySelector("body").classList.remove("wmcl-user-is-keying");
33
+ }
34
+ window.addEventListener("keydown", wmComponentKeys);
35
+ window.addEventListener("mousedown", wmComponentMouseDownOnce);
36
+ // TOOLTIP
37
+ // Add a tooltip element
38
+ // This allows tooltips to be always at the highest stacking context (always on top)
39
+ // Element is added withing a container to avoid performance impact
40
+ const tooltipContainer = document.createElement("div");
41
+ tooltipContainer.id = "wm-tooltip-container";
42
+ const tooltipEl = document.createElement("div");
43
+ tooltipEl.id = "wm-tooltip";
44
+ tooltipEl.classList.add("wm-tooltip");
45
+ tooltipEl.setAttribute("popover", "manual");
46
+ tooltipEl.setAttribute("aria-hidden", "true");
47
+ const tooltipStyles = document.createElement("style");
48
+ tooltipStyles.textContent = `
49
+ .wm-tooltip {
50
+ position: fixed;
51
+ overflow: hidden;
52
+ pointer-events: none;
53
+ line-height: normal;
54
+ font-family: inherit;
55
+ font-size: 0.875rem;
56
+ text-transform: none;
57
+ font-weight: normal;
58
+ background: var(--wmcolor-tooltip-background);
59
+ color: var(--wmcolor-tooltip-text);
60
+ z-index: 999999;
61
+ max-width: var(--wmTooltipMaxWidth, 13.75rem);
62
+ margin-right: 1.5rem;
63
+ padding: 0.375rem;
64
+ transition-property: opacity;
65
+ transition-delay: 0s;
66
+ opacity: 0;
67
+ inset: unset;
68
+ top: 0;
69
+ left: 0;
70
+ transform: translateZ(0);
71
+ will-change: transform;
72
+ transform: translate(var(--wmTooltipLeft), var(--wmTooltipTop));
73
+ border: none;
74
+ }
75
+
76
+ .wm-tooltip:popover-open {
77
+ opacity: 0;
78
+ }
79
+
80
+ .wm-tooltip.show {
81
+ transition-delay: 500ms;
82
+ opacity: 1;
83
+ }
84
+ `;
85
+ const body = document.querySelector("body");
86
+ if (body) {
87
+ document.head.appendChild(tooltipStyles);
88
+ tooltipContainer.appendChild(tooltipEl);
89
+ body.appendChild(tooltipContainer);
90
+ }
91
+ else {
92
+ document.addEventListener("DOMContentLoaded", () => {
93
+ const body = document.querySelector("body");
94
+ document.head.appendChild(tooltipStyles);
95
+ tooltipContainer.appendChild(tooltipEl);
96
+ body.appendChild(tooltipContainer);
97
+ });
98
+ }
99
+ const globalFn = () => { };
100
+
101
+ const globalScripts = globalFn;
102
+
103
+ exports.globalScripts = globalScripts;
@@ -0,0 +1,161 @@
1
+ 'use strict';
2
+
3
+ const index = require('./index-3bd2f5bf.js');
4
+
5
+ const name = "@watermarkinsights/ripple";
6
+ const version = "5.30.0";
7
+ const description = "Ripple Component Library";
8
+ const module$1 = "dist/index.js";
9
+ const main = "dist/index.cjs.js";
10
+ const types = "dist/types/components.d.ts";
11
+ const collection = "dist/collection/collection-manifest.json";
12
+ const files = [
13
+ "dist/"
14
+ ];
15
+ const es2017 = "dist/esm/index.mjs";
16
+ const es2015 = "dist/esm/index.mjs";
17
+ const scripts = {
18
+ build: "stencil build",
19
+ start: "stencil build --dev --watch --serve",
20
+ test: "stencil test --spec --e2e",
21
+ "test.snapshot": "stencil test --spec --e2e -u",
22
+ "test.watch": "stencil test --spec --e2e --watch",
23
+ "test.watchAll": "stencil test --spec --e2e --watchAll",
24
+ "test.coverage": "stencil test --spec --coverage --collectCoverageFrom='src/**/*.{js,jsx,ts,tsx}'",
25
+ extract: "formatjs extract './src/global/intl.ts' './src/**/*.tsx' --out-file './src/lang/en.json' && node './src/lang/piglatin.js'",
26
+ compile: "formatjs compile-folder ./src/lang src/lang/compiled-lang/ --ast",
27
+ missing: "node ./src/lang/missing.js"
28
+ };
29
+ const dependencies = {
30
+ "@formatjs/intl": "^2.10.4"
31
+ };
32
+ const devDependencies = {
33
+ "@axe-core/puppeteer": "^4.9.1",
34
+ "@formatjs/cli": "^6.2.12",
35
+ "@stencil/core": "^4.20.0",
36
+ "@stencil/react-output-target": "0.5.3",
37
+ "@stencil/sass": "^3.0.12",
38
+ "@types/jest": "^29.5.12",
39
+ jest: "^29.7.0"
40
+ };
41
+ const _package = {
42
+ name: name,
43
+ version: version,
44
+ description: description,
45
+ module: module$1,
46
+ main: main,
47
+ types: types,
48
+ collection: collection,
49
+ files: files,
50
+ es2017: es2017,
51
+ es2015: es2015,
52
+ scripts: scripts,
53
+ dependencies: dependencies,
54
+ devDependencies: devDependencies
55
+ };
56
+
57
+ // PRINT RIPPLE VERSION IN CONSOLE
58
+ // test envs return 0 for plugin.length
59
+ // do not print version number there as it causes issues
60
+ if (window.navigator.plugins.length > 0) {
61
+ console.log("%cRipple component library %c%s", "color: #575195; font-weight: bold", "font-weight: bold", version);
62
+ }
63
+ // Dispatching events to track whether user is navigating with keyboard or mouse
64
+ // no longer necessary for keyboard focus indicators (thanks to :focus-visible)
65
+ // but still used in several components for other things (search for isTabbing)
66
+ function wmComponentKeys(ev) {
67
+ if (ev.key == "Tab") {
68
+ var event = new Event("wmUserIsTabbing");
69
+ window.dispatchEvent(event);
70
+ document.querySelector("body").classList.add("wmcl-user-is-tabbing");
71
+ }
72
+ if (ev.key == "ArrowLeft" || ev.key == "ArrowUp" || ev.key == "ArrowRight" || ev.key == "ArrowDown") {
73
+ var event = new Event("wmUserIsKeying");
74
+ window.dispatchEvent(event);
75
+ document.querySelector("body").classList.add("wmcl-user-is-keying");
76
+ }
77
+ }
78
+ function wmComponentMouseDownOnce() {
79
+ var event = new Event("wmUserIsNotTabbing");
80
+ window.dispatchEvent(event);
81
+ document.querySelector("body").classList.remove("wmcl-user-is-tabbing");
82
+ document.querySelector("body").classList.remove("wmcl-user-is-keying");
83
+ }
84
+ window.addEventListener("keydown", wmComponentKeys);
85
+ window.addEventListener("mousedown", wmComponentMouseDownOnce);
86
+ // MODES (FOR PRODUCT-SPECIFIC STYLING)
87
+ //Checks for mode attribute explicitly set on the document. If "mode" is set on component, it will override the global mode. Falls back to default (Planning styles)
88
+ // Guard handles the case where the bundler inlines this script before the Stencil runtime defines setMode.
89
+ if (typeof index.setMode === "function") {
90
+ index.setMode((elm) => {
91
+ return elm.getAttribute("mode") || document.documentElement.getAttribute("mode") || "planning";
92
+ });
93
+ }
94
+ // TOOLTIP
95
+ // Add a tooltip element
96
+ // This allows tooltips to be always at the highest stacking context (always on top)
97
+ // Element is added withing a container to avoid performance impact
98
+ const tooltipContainer = document.createElement("div");
99
+ tooltipContainer.id = "wm-tooltip-container";
100
+ const tooltipEl = document.createElement("div");
101
+ tooltipEl.id = "wm-tooltip";
102
+ tooltipEl.classList.add("wm-tooltip");
103
+ tooltipEl.setAttribute("popover", "manual");
104
+ tooltipEl.setAttribute("aria-hidden", "true");
105
+ const tooltipStyles = document.createElement("style");
106
+ tooltipStyles.textContent = `
107
+ .wm-tooltip {
108
+ position: fixed;
109
+ overflow: hidden;
110
+ pointer-events: none;
111
+ line-height: normal;
112
+ font-family: inherit;
113
+ font-size: 0.875rem;
114
+ text-transform: none;
115
+ font-weight: normal;
116
+ background: var(--wmcolor-tooltip-background);
117
+ color: var(--wmcolor-tooltip-text);
118
+ z-index: 999999;
119
+ max-width: var(--wmTooltipMaxWidth, 13.75rem);
120
+ margin-right: 1.5rem;
121
+ padding: 0.375rem;
122
+ transition-property: opacity;
123
+ transition-delay: 0s;
124
+ opacity: 0;
125
+ inset: unset;
126
+ top: 0;
127
+ left: 0;
128
+ transform: translateZ(0);
129
+ will-change: transform;
130
+ transform: translate(var(--wmTooltipLeft), var(--wmTooltipTop));
131
+ border: none;
132
+ }
133
+
134
+ .wm-tooltip:popover-open {
135
+ opacity: 0;
136
+ }
137
+
138
+ .wm-tooltip.show {
139
+ transition-delay: 500ms;
140
+ opacity: 1;
141
+ }
142
+ `;
143
+ const body = document.querySelector("body");
144
+ if (body) {
145
+ document.head.appendChild(tooltipStyles);
146
+ tooltipContainer.appendChild(tooltipEl);
147
+ body.appendChild(tooltipContainer);
148
+ }
149
+ else {
150
+ document.addEventListener("DOMContentLoaded", () => {
151
+ const body = document.querySelector("body");
152
+ document.head.appendChild(tooltipStyles);
153
+ tooltipContainer.appendChild(tooltipEl);
154
+ body.appendChild(tooltipContainer);
155
+ });
156
+ }
157
+ const globalFn = () => { };
158
+
159
+ const globalScripts = globalFn;
160
+
161
+ exports.globalScripts = globalScripts;