@watermarkinsights/ripple 5.11.0 → 5.12.0-0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (350) hide show
  1. package/dist/{esm/global-03298ea6.js → cjs/app-globals-3cfb5688.js} +10 -1
  2. package/dist/cjs/{chartFunctions-b47a5431.js → chartFunctions-7314b414.js} +3 -3
  3. package/dist/cjs/{functions-e24249e6.js → functions-5ac8a62f.js} +104 -7
  4. package/dist/cjs/index-788526f5.js +1859 -0
  5. package/dist/cjs/{intl-a70cf8c2.js → intl-07aaf53c.js} +1 -1
  6. package/dist/cjs/loader.cjs.js +5 -4
  7. package/dist/cjs/priv-calendar.cjs.entry.js +6 -5
  8. package/dist/cjs/priv-chart-popover.cjs.entry.js +6 -5
  9. package/dist/cjs/priv-navigator-button.cjs.entry.js +4 -3
  10. package/dist/cjs/priv-navigator-item.cjs.entry.js +4 -3
  11. package/dist/cjs/priv-option-list.cjs.entry.js +5 -4
  12. package/dist/cjs/ripple.cjs.js +13 -12
  13. package/dist/cjs/wm-action-menu_2.cjs.entry.js +8 -6
  14. package/dist/cjs/wm-button.cjs.entry.js +5 -4
  15. package/dist/cjs/wm-chart-slice.cjs.entry.js +1 -1
  16. package/dist/cjs/wm-chart.cjs.entry.js +7 -6
  17. package/dist/cjs/wm-date-range.cjs.entry.js +9 -8
  18. package/dist/cjs/wm-datepicker.cjs.entry.js +9 -8
  19. package/dist/cjs/wm-file-list.cjs.entry.js +4 -3
  20. package/dist/cjs/wm-file.cjs.entry.js +5 -4
  21. package/dist/cjs/wm-input.cjs.entry.js +6 -5
  22. package/dist/cjs/wm-line-chart.cjs.entry.js +15 -14
  23. package/dist/cjs/wm-modal-pss_3.cjs.entry.js +13 -10
  24. package/dist/cjs/wm-modal_3.cjs.entry.js +13 -10
  25. package/dist/cjs/wm-navigation_3.cjs.entry.js +13 -10
  26. package/dist/cjs/wm-navigator.cjs.entry.js +4 -3
  27. package/dist/cjs/wm-nested-select.cjs.entry.js +8 -7
  28. package/dist/cjs/wm-optgroup.cjs.entry.js +5 -4
  29. package/dist/cjs/wm-option_2.cjs.entry.js +10 -8
  30. package/dist/cjs/wm-pagination.cjs.entry.js +5 -4
  31. package/dist/cjs/wm-progress-indicator_3.cjs.entry.js +9 -7
  32. package/dist/cjs/wm-search.cjs.entry.js +7 -6
  33. package/dist/cjs/wm-snackbar.cjs.entry.js +7 -6
  34. package/dist/cjs/wm-tab-item_3.cjs.entry.js +11 -8
  35. package/dist/cjs/wm-tag-input.cjs.entry.js +8 -7
  36. package/dist/cjs/wm-tag-option.cjs.entry.js +2 -2
  37. package/dist/cjs/wm-textarea.cjs.entry.js +6 -5
  38. package/dist/cjs/wm-timepicker.cjs.entry.js +6 -5
  39. package/dist/cjs/wm-toggletip.cjs.entry.js +62 -36
  40. package/dist/cjs/wm-uploader.cjs.entry.js +7 -6
  41. package/dist/cjs/wm-wrapper.cjs.entry.js +1 -1
  42. package/dist/collection/collection-manifest.json +2 -2
  43. package/dist/collection/components/charts/chartFunctions.js +1 -1
  44. package/dist/collection/components/charts/priv-chart-popover/priv-chart-popover.js +2 -2
  45. package/dist/collection/components/charts/wm-chart/wm-chart.js +1 -1
  46. package/dist/collection/components/charts/wm-line-chart/wm-line-chart.js +9 -9
  47. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-indicator.js +1 -1
  48. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.js +1 -1
  49. package/dist/collection/components/datepickers/priv-calendar/priv-calendar.js +2 -2
  50. package/dist/collection/components/datepickers/wm-date-range.js +17 -13
  51. package/dist/collection/components/datepickers/wm-datepicker.js +17 -13
  52. package/dist/collection/components/selects/priv-option-list/priv-option-list.js +7 -5
  53. package/dist/collection/components/selects/wm-nested-select/wm-nested-select.js +3 -3
  54. package/dist/collection/components/selects/wm-optgroup/wm-optgroup.js +1 -1
  55. package/dist/collection/components/selects/wm-option/wm-option.js +1 -1
  56. package/dist/collection/components/selects/wm-select/wm-select.js +2 -2
  57. package/dist/collection/components/wm-action-menu/wm-action-menu.js +1 -1
  58. package/dist/collection/components/wm-button/wm-button.js +1 -1
  59. package/dist/collection/components/wm-file/wm-file.js +1 -1
  60. package/dist/collection/components/wm-file-list/wm-file-list.js +1 -1
  61. package/dist/collection/components/wm-input/wm-input.js +1 -1
  62. package/dist/collection/components/wm-menuitem/wm-menuitem.js +1 -1
  63. package/dist/collection/components/wm-modal/wm-modal-footer.js +1 -1
  64. package/dist/collection/components/wm-modal/wm-modal-header.js +1 -1
  65. package/dist/collection/components/wm-modal/wm-modal.js +2 -2
  66. package/dist/collection/components/wm-modal-pss/wm-modal-pss-footer.js +1 -1
  67. package/dist/collection/components/wm-modal-pss/wm-modal-pss-header.js +1 -1
  68. package/dist/collection/components/wm-modal-pss/wm-modal-pss.js +2 -2
  69. package/dist/collection/components/wm-navigation/wm-navigation-hamburger.js +1 -1
  70. package/dist/collection/components/wm-navigation/wm-navigation-item.js +1 -1
  71. package/dist/collection/components/wm-navigation/wm-navigation.js +2 -2
  72. package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.js +1 -1
  73. package/dist/collection/components/wm-navigator/priv-navigator-item/priv-navigator-item.js +1 -1
  74. package/dist/collection/components/wm-pagination/wm-pagination.js +1 -1
  75. package/dist/collection/components/wm-search/wm-search.js +5 -4
  76. package/dist/collection/components/wm-snackbar/wm-snackbar.js +2 -2
  77. package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.js +1 -1
  78. package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.js +1 -1
  79. package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.js +1 -1
  80. package/dist/collection/components/wm-tag-input/wm-tag-input.js +3 -3
  81. package/dist/collection/components/wm-textarea/wm-textarea.js +1 -1
  82. package/dist/collection/components/wm-timepicker/wm-timepicker.js +11 -8
  83. package/dist/collection/components/wm-toggletip/wm-toggletip.css +107 -34
  84. package/dist/collection/components/wm-toggletip/wm-toggletip.js +62 -37
  85. package/dist/collection/components/wm-uploader/wm-uploader.js +2 -2
  86. package/dist/{cjs/global-c1e0f0f6.js → esm/app-globals-8867159c.js} +7 -2
  87. package/dist/esm/{chartFunctions-d2ecde7f.js → chartFunctions-ef4089f9.js} +3 -3
  88. package/dist/esm/{functions-8800c690.js → functions-a3c016ae.js} +105 -8
  89. package/dist/esm/index-130e07bb.js +1828 -0
  90. package/dist/esm/{intl-cf443c87.js → intl-66ad4bcd.js} +1 -1
  91. package/dist/esm/loader.js +6 -5
  92. package/dist/esm/priv-calendar.entry.js +6 -5
  93. package/dist/esm/priv-chart-popover.entry.js +6 -5
  94. package/dist/esm/priv-navigator-button.entry.js +4 -3
  95. package/dist/esm/priv-navigator-item.entry.js +4 -3
  96. package/dist/esm/priv-option-list.entry.js +5 -4
  97. package/dist/esm/ripple.js +14 -13
  98. package/dist/esm/wm-action-menu_2.entry.js +8 -6
  99. package/dist/esm/wm-button.entry.js +5 -4
  100. package/dist/esm/wm-chart-slice.entry.js +1 -1
  101. package/dist/esm/wm-chart.entry.js +7 -6
  102. package/dist/esm/wm-date-range.entry.js +9 -8
  103. package/dist/esm/wm-datepicker.entry.js +9 -8
  104. package/dist/esm/wm-file-list.entry.js +4 -3
  105. package/dist/esm/wm-file.entry.js +5 -4
  106. package/dist/esm/wm-input.entry.js +6 -5
  107. package/dist/esm/wm-line-chart.entry.js +15 -14
  108. package/dist/esm/wm-modal-pss_3.entry.js +13 -10
  109. package/dist/esm/wm-modal_3.entry.js +13 -10
  110. package/dist/esm/wm-navigation_3.entry.js +13 -10
  111. package/dist/esm/wm-navigator.entry.js +4 -3
  112. package/dist/esm/wm-nested-select.entry.js +8 -7
  113. package/dist/esm/wm-optgroup.entry.js +5 -4
  114. package/dist/esm/wm-option_2.entry.js +10 -8
  115. package/dist/esm/wm-pagination.entry.js +5 -4
  116. package/dist/esm/wm-progress-indicator_3.entry.js +9 -7
  117. package/dist/esm/wm-search.entry.js +7 -6
  118. package/dist/esm/wm-snackbar.entry.js +7 -6
  119. package/dist/esm/wm-tab-item_3.entry.js +11 -8
  120. package/dist/esm/wm-tag-input.entry.js +8 -7
  121. package/dist/esm/wm-tag-option.entry.js +2 -2
  122. package/dist/esm/wm-textarea.entry.js +6 -5
  123. package/dist/esm/wm-timepicker.entry.js +6 -5
  124. package/dist/esm/wm-toggletip.entry.js +62 -36
  125. package/dist/esm/wm-uploader.entry.js +7 -6
  126. package/dist/esm/wm-wrapper.entry.js +1 -1
  127. package/dist/esm-es5/app-globals-8867159c.js +1 -0
  128. package/dist/esm-es5/{chartFunctions-d2ecde7f.js → chartFunctions-ef4089f9.js} +1 -1
  129. package/dist/esm-es5/functions-a3c016ae.js +1 -0
  130. package/dist/esm-es5/index-130e07bb.js +1 -0
  131. package/dist/esm-es5/{intl-cf443c87.js → intl-66ad4bcd.js} +1 -1
  132. package/dist/esm-es5/loader.js +1 -1
  133. package/dist/esm-es5/priv-calendar.entry.js +1 -1
  134. package/dist/esm-es5/priv-chart-popover.entry.js +1 -1
  135. package/dist/esm-es5/priv-navigator-button.entry.js +1 -1
  136. package/dist/esm-es5/priv-navigator-item.entry.js +1 -1
  137. package/dist/esm-es5/priv-option-list.entry.js +1 -1
  138. package/dist/esm-es5/ripple.js +1 -1
  139. package/dist/esm-es5/wm-action-menu_2.entry.js +1 -1
  140. package/dist/esm-es5/wm-button.entry.js +1 -1
  141. package/dist/esm-es5/wm-chart-slice.entry.js +1 -1
  142. package/dist/esm-es5/wm-chart.entry.js +1 -1
  143. package/dist/esm-es5/wm-date-range.entry.js +1 -1
  144. package/dist/esm-es5/wm-datepicker.entry.js +1 -1
  145. package/dist/esm-es5/wm-file-list.entry.js +1 -1
  146. package/dist/esm-es5/wm-file.entry.js +1 -1
  147. package/dist/esm-es5/wm-input.entry.js +1 -1
  148. package/dist/esm-es5/wm-line-chart.entry.js +1 -1
  149. package/dist/esm-es5/wm-modal-pss_3.entry.js +1 -1
  150. package/dist/esm-es5/wm-modal_3.entry.js +1 -1
  151. package/dist/esm-es5/wm-navigation_3.entry.js +1 -1
  152. package/dist/esm-es5/wm-navigator.entry.js +1 -1
  153. package/dist/esm-es5/wm-nested-select.entry.js +1 -1
  154. package/dist/esm-es5/wm-optgroup.entry.js +1 -1
  155. package/dist/esm-es5/wm-option_2.entry.js +1 -1
  156. package/dist/esm-es5/wm-pagination.entry.js +1 -1
  157. package/dist/esm-es5/wm-progress-indicator_3.entry.js +1 -1
  158. package/dist/esm-es5/wm-search.entry.js +1 -1
  159. package/dist/esm-es5/wm-snackbar.entry.js +1 -1
  160. package/dist/esm-es5/wm-tab-item_3.entry.js +1 -1
  161. package/dist/esm-es5/wm-tag-input.entry.js +1 -1
  162. package/dist/esm-es5/wm-tag-option.entry.js +1 -1
  163. package/dist/esm-es5/wm-textarea.entry.js +1 -1
  164. package/dist/esm-es5/wm-timepicker.entry.js +1 -1
  165. package/dist/esm-es5/wm-toggletip.entry.js +1 -1
  166. package/dist/esm-es5/wm-uploader.entry.js +1 -1
  167. package/dist/esm-es5/wm-wrapper.entry.js +1 -1
  168. package/dist/loader/cdn.js +1 -2
  169. package/dist/loader/index.cjs.js +1 -2
  170. package/dist/loader/index.d.ts +3 -0
  171. package/dist/loader/index.es2017.js +1 -2
  172. package/dist/loader/index.js +1 -2
  173. package/dist/ripple/{p-3322823d.system.js → p-0204a0fe.system.js} +1 -1
  174. package/dist/ripple/p-03071693.js +1 -0
  175. package/dist/ripple/{p-65d26233.system.entry.js → p-043901ab.system.entry.js} +1 -1
  176. package/dist/ripple/{p-e2c6052b.system.entry.js → p-0d18809d.system.entry.js} +1 -1
  177. package/dist/ripple/{p-c2b5d9e5.entry.js → p-120bc89b.entry.js} +1 -1
  178. package/dist/ripple/{p-48e09589.entry.js → p-13b1d775.entry.js} +1 -1
  179. package/dist/ripple/{p-68e04222.entry.js → p-1403e680.entry.js} +1 -1
  180. package/dist/ripple/p-1419b29f.entry.js +1 -0
  181. package/dist/ripple/{p-704be1e8.system.entry.js → p-146bc712.system.entry.js} +1 -1
  182. package/dist/ripple/{p-1a71d867.system.entry.js → p-165b5d3d.system.entry.js} +1 -1
  183. package/dist/ripple/p-16ec9711.system.entry.js +1 -0
  184. package/dist/ripple/p-1804d8dd.entry.js +1 -0
  185. package/dist/ripple/{p-878fd4af.system.entry.js → p-19c4e55f.system.entry.js} +1 -1
  186. package/dist/ripple/{p-7478303e.entry.js → p-1abd114f.entry.js} +1 -1
  187. package/dist/ripple/p-1dc791dd.system.js +1 -0
  188. package/dist/ripple/p-1dd1ce52.entry.js +1 -0
  189. package/dist/ripple/{p-59bb36fc.entry.js → p-1ec431e6.entry.js} +1 -1
  190. package/dist/ripple/p-24b23624.entry.js +1 -0
  191. package/dist/ripple/p-27b22d31.entry.js +1 -0
  192. package/dist/ripple/{p-608f69c1.system.entry.js → p-28d6a7b4.system.entry.js} +1 -1
  193. package/dist/ripple/{p-a04ef164.system.entry.js → p-3376581a.system.entry.js} +1 -1
  194. package/dist/ripple/{p-460e9ef3.system.entry.js → p-391f300f.system.entry.js} +1 -1
  195. package/dist/ripple/{p-e71ee9f4.system.js → p-3a2b3dcd.system.js} +1 -1
  196. package/dist/ripple/{p-5415aaf9.system.entry.js → p-45a2ea03.system.entry.js} +1 -1
  197. package/dist/ripple/{p-7e0fc193.system.entry.js → p-47f21da9.system.entry.js} +1 -1
  198. package/dist/ripple/p-4a5e7fd4.entry.js +1 -0
  199. package/dist/ripple/p-5429827a.entry.js +1 -0
  200. package/dist/ripple/{p-702252ba.entry.js → p-5c62e26d.entry.js} +1 -1
  201. package/dist/ripple/{p-366920dc.js → p-5e5524a1.js} +1 -1
  202. package/dist/ripple/{p-d57e8196.entry.js → p-5eaa2392.entry.js} +1 -1
  203. package/dist/ripple/{p-1a4b6b02.system.entry.js → p-658f146a.system.entry.js} +1 -1
  204. package/dist/ripple/{p-ce44ba70.entry.js → p-688f175a.entry.js} +1 -1
  205. package/dist/ripple/{p-0ba2e506.system.entry.js → p-6be11c03.system.entry.js} +1 -1
  206. package/dist/ripple/{p-c7e30eb0.system.entry.js → p-6fafc1f1.system.entry.js} +1 -1
  207. package/dist/ripple/p-708640d3.system.js +1 -0
  208. package/dist/ripple/{p-544925c2.entry.js → p-724c9ebf.entry.js} +1 -1
  209. package/dist/ripple/p-7271dbdd.system.entry.js +1 -0
  210. package/dist/ripple/{p-2b21c6f5.system.entry.js → p-7649cbfe.system.entry.js} +1 -1
  211. package/dist/ripple/p-76f9acec.entry.js +1 -0
  212. package/dist/ripple/{p-710c6115.js → p-78faed97.js} +1 -1
  213. package/dist/ripple/{p-4743176d.system.entry.js → p-79ad7be0.system.entry.js} +1 -1
  214. package/dist/ripple/{p-7cf5993c.system.entry.js → p-7c4757c8.system.entry.js} +1 -1
  215. package/dist/ripple/{p-0e36d5b8.system.entry.js → p-7d0c9c6a.system.entry.js} +1 -1
  216. package/dist/ripple/p-7d212e00.js +1 -0
  217. package/dist/ripple/{p-79d4f14b.system.entry.js → p-7f2bd4c9.system.entry.js} +1 -1
  218. package/dist/ripple/p-7f8a93dc.entry.js +1 -0
  219. package/dist/ripple/p-7fa67af6.entry.js +1 -0
  220. package/dist/ripple/{p-32bf3f5b.system.entry.js → p-823d7b4e.system.entry.js} +1 -1
  221. package/dist/ripple/{p-de272ae7.system.entry.js → p-89121330.system.entry.js} +1 -1
  222. package/dist/ripple/p-8a596bc9.entry.js +1 -0
  223. package/dist/ripple/p-93b1503a.entry.js +1 -0
  224. package/dist/ripple/p-a2171118.entry.js +1 -0
  225. package/dist/ripple/{p-9d461de5.entry.js → p-a2b40881.entry.js} +1 -1
  226. package/dist/ripple/{p-58668e84.system.entry.js → p-a538aa2b.system.entry.js} +1 -1
  227. package/dist/ripple/p-a8f1f6ce.entry.js +1 -0
  228. package/dist/ripple/{p-b976c84b.entry.js → p-add4b737.entry.js} +1 -1
  229. package/dist/ripple/{p-f6eff655.system.entry.js → p-ba0614f5.system.entry.js} +1 -1
  230. package/dist/ripple/{p-b5971475.system.entry.js → p-bd9fb348.system.entry.js} +1 -1
  231. package/dist/ripple/p-be92ae6c.entry.js +1 -0
  232. package/dist/ripple/{p-b5c371aa.system.entry.js → p-c2e95216.system.entry.js} +1 -1
  233. package/dist/ripple/{p-f779ec68.system.entry.js → p-c59f9246.system.entry.js} +1 -1
  234. package/dist/ripple/{p-88ebddd7.entry.js → p-cd0cc88d.entry.js} +1 -1
  235. package/dist/ripple/p-cef8a45b.system.js +2 -0
  236. package/dist/ripple/p-d8c6b2f0.system.entry.js +1 -0
  237. package/dist/ripple/p-d9da0502.js +2 -0
  238. package/dist/ripple/{p-ddcbb694.system.entry.js → p-dcf62788.system.entry.js} +1 -1
  239. package/dist/ripple/p-ddd6addd.entry.js +1 -0
  240. package/dist/ripple/p-df1c9682.entry.js +1 -0
  241. package/dist/ripple/p-e13f558e.entry.js +1 -0
  242. package/dist/ripple/{p-f22e26b6.system.entry.js → p-e19ff8fc.system.entry.js} +1 -1
  243. package/dist/ripple/p-e9032dfc.entry.js +1 -0
  244. package/dist/ripple/p-ecd07575.system.js +1 -0
  245. package/dist/ripple/p-ed9031a2.entry.js +1 -0
  246. package/dist/ripple/{p-3f40f06b.system.entry.js → p-ef6be458.system.entry.js} +1 -1
  247. package/dist/ripple/{p-bd547650.system.entry.js → p-ef91a9d6.system.entry.js} +1 -1
  248. package/dist/ripple/{p-a2936bcb.system.entry.js → p-f2578643.system.entry.js} +1 -1
  249. package/dist/ripple/p-f850a628.entry.js +1 -0
  250. package/dist/ripple/p-f9182339.system.entry.js +1 -0
  251. package/dist/ripple/p-f9a71cf6.entry.js +1 -0
  252. package/dist/ripple/ripple.esm.js +1 -1
  253. package/dist/ripple/ripple.js +1 -1
  254. package/dist/types/components/wm-toggletip/wm-toggletip.d.ts +6 -3
  255. package/dist/types/stencil-public-runtime.d.ts +3 -10
  256. package/package.json +1 -1
  257. package/dist/cjs/index-e86c28b6.js +0 -2649
  258. package/dist/collection/components/charts/chartFunctions.spec.js +0 -16
  259. package/dist/collection/components/charts/priv-chart-popover/priv-chart-popover.e2e.js +0 -81
  260. package/dist/collection/components/charts/screenshots.e2e.js +0 -96
  261. package/dist/collection/components/charts/wm-chart/wm-chart.e2e.js +0 -213
  262. package/dist/collection/components/charts/wm-chart/wm-chart.spec.js +0 -37
  263. package/dist/collection/components/charts/wm-line-chart/wm-line-chart.e2e.js +0 -176
  264. package/dist/collection/components/charts/wm-line-chart/wm-line-chart.spec.js +0 -163
  265. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.e2e.js +0 -69
  266. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.spec.js +0 -79
  267. package/dist/collection/components/datepickers/priv-calendar/priv-calendar.spec.js +0 -89
  268. package/dist/collection/components/datepickers/wm-date-range.e2e.js +0 -443
  269. package/dist/collection/components/datepickers/wm-date-range.spec.js +0 -22
  270. package/dist/collection/components/datepickers/wm-datepicker.e2e.js +0 -382
  271. package/dist/collection/components/datepickers/wm-datepicker.spec.js +0 -21
  272. package/dist/collection/components/selects/wm-option/wm-option.e2e.js +0 -22
  273. package/dist/collection/components/selects/wm-option/wm-option.spec.js +0 -63
  274. package/dist/collection/components/selects/wm-select/wm-select.e2e.js +0 -521
  275. package/dist/collection/components/selects/wm-select/wm-select.spec.js +0 -271
  276. package/dist/collection/components/wm-action-menu/wm-action-menu.e2e.js +0 -200
  277. package/dist/collection/components/wm-action-menu/wm-action-menu.spec.js +0 -48
  278. package/dist/collection/components/wm-button/wm-button.e2e.js +0 -55
  279. package/dist/collection/components/wm-button/wm-button.spec.js +0 -74
  280. package/dist/collection/components/wm-file/wm-file.spec.js +0 -194
  281. package/dist/collection/components/wm-file-list/wm-file-list.spec.js +0 -69
  282. package/dist/collection/components/wm-input/wm-input.e2e.js +0 -32
  283. package/dist/collection/components/wm-input/wm-input.spec.js +0 -173
  284. package/dist/collection/components/wm-menuitem/wm-menuitem.e2e.js +0 -23
  285. package/dist/collection/components/wm-menuitem/wm-menuitem.spec.js +0 -54
  286. package/dist/collection/components/wm-modal/wm-modal-footer.spec.js +0 -11
  287. package/dist/collection/components/wm-modal/wm-modal-header.spec.js +0 -8
  288. package/dist/collection/components/wm-modal/wm-modal.e2e.js +0 -104
  289. package/dist/collection/components/wm-modal/wm-modal.spec.js +0 -30
  290. package/dist/collection/components/wm-navigation/wm-navigation.e2e.js +0 -102
  291. package/dist/collection/components/wm-navigation/wm-navigation.spec.js +0 -91
  292. package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.e2e.js +0 -50
  293. package/dist/collection/components/wm-navigator/wm-navigator.e2e.js +0 -209
  294. package/dist/collection/components/wm-navigator/wm-navigator.spec.js +0 -177
  295. package/dist/collection/components/wm-pagination/wm-pagination.e2e.js +0 -312
  296. package/dist/collection/components/wm-search/wm-search.e2e.js +0 -76
  297. package/dist/collection/components/wm-search/wm-search.spec.js +0 -71
  298. package/dist/collection/components/wm-snackbar/wm-snackbar.e2e.js +0 -112
  299. package/dist/collection/components/wm-snackbar/wm-snackbar.spec.js +0 -9
  300. package/dist/collection/components/wm-tabs/wm-tabs.e2e.js +0 -91
  301. package/dist/collection/components/wm-tabs/wm-tabs.spec.js +0 -12
  302. package/dist/collection/components/wm-tag-input/wm-tag-input.e2e.js +0 -204
  303. package/dist/collection/components/wm-tag-input/wm-tag-input.spec.js +0 -195
  304. package/dist/collection/components/wm-textarea/wm-textarea.e2e.js +0 -41
  305. package/dist/collection/components/wm-textarea/wm-textarea.spec.js +0 -79
  306. package/dist/collection/components/wm-timepicker/wm-timepicker.e2e.js +0 -163
  307. package/dist/collection/components/wm-timepicker/wm-timepicker.spec.js +0 -147
  308. package/dist/collection/components/wm-toggletip/wm-toggletip.e2e.js +0 -69
  309. package/dist/collection/components/wm-toggletip/wm-toggletip.spec.js +0 -21
  310. package/dist/collection/components/wm-uploader/wm-uploader.e2e.js +0 -70
  311. package/dist/collection/components/wm-uploader/wm-uploader.spec.js +0 -234
  312. package/dist/collection/global/functions.spec.js +0 -126
  313. package/dist/collection/lang/lang.spec.js +0 -20
  314. package/dist/esm/index-558b5a82.js +0 -2618
  315. package/dist/esm-es5/functions-8800c690.js +0 -1
  316. package/dist/esm-es5/global-03298ea6.js +0 -1
  317. package/dist/esm-es5/index-558b5a82.js +0 -1
  318. package/dist/ripple/p-159c4e96.entry.js +0 -1
  319. package/dist/ripple/p-1fce9f27.entry.js +0 -1
  320. package/dist/ripple/p-22cfff23.entry.js +0 -1
  321. package/dist/ripple/p-32507c13.system.entry.js +0 -1
  322. package/dist/ripple/p-39e26322.entry.js +0 -1
  323. package/dist/ripple/p-3fa38234.entry.js +0 -1
  324. package/dist/ripple/p-44f426ad.entry.js +0 -1
  325. package/dist/ripple/p-4de728e1.entry.js +0 -1
  326. package/dist/ripple/p-4ff87702.system.entry.js +0 -1
  327. package/dist/ripple/p-568c595f.js +0 -2
  328. package/dist/ripple/p-5e9c9f0d.entry.js +0 -1
  329. package/dist/ripple/p-64b1e73b.entry.js +0 -1
  330. package/dist/ripple/p-6c3ed244.system.js +0 -1
  331. package/dist/ripple/p-6e72a06c.entry.js +0 -1
  332. package/dist/ripple/p-79043436.entry.js +0 -1
  333. package/dist/ripple/p-797d65b7.entry.js +0 -1
  334. package/dist/ripple/p-8254e7a2.js +0 -1
  335. package/dist/ripple/p-828d2094.system.js +0 -1
  336. package/dist/ripple/p-8cd8f784.entry.js +0 -1
  337. package/dist/ripple/p-8d72d140.entry.js +0 -1
  338. package/dist/ripple/p-94495341.entry.js +0 -1
  339. package/dist/ripple/p-94717864.entry.js +0 -1
  340. package/dist/ripple/p-9eaa0acb.system.entry.js +0 -1
  341. package/dist/ripple/p-a69425b0.entry.js +0 -1
  342. package/dist/ripple/p-ab8d78cc.system.js +0 -2
  343. package/dist/ripple/p-adc254e6.entry.js +0 -1
  344. package/dist/ripple/p-b02048a9.entry.js +0 -1
  345. package/dist/ripple/p-b2706394.entry.js +0 -1
  346. package/dist/ripple/p-bfc1065f.system.entry.js +0 -1
  347. package/dist/ripple/p-dc77d98a.entry.js +0 -1
  348. package/dist/ripple/p-eca78c2b.js +0 -1
  349. package/dist/ripple/p-edd87140.system.js +0 -1
  350. package/dist/ripple/p-f5bc8926.entry.js +0 -1
@@ -810,6 +810,8 @@
810
810
 
811
811
  :host {
812
812
  --button-size: 16px;
813
+ --offset-x: 0px;
814
+ --offset-y: 0px;
813
815
  }
814
816
 
815
817
  :host(.size-small) {
@@ -853,6 +855,7 @@
853
855
  align-items: center;
854
856
  position: relative;
855
857
  cursor: pointer;
858
+ anchor-name: --button;
856
859
  }
857
860
  :host .button .svg-info {
858
861
  color: var(--wmcolor-toggletip-icon-background);
@@ -895,12 +898,25 @@
895
898
  position: absolute;
896
899
  max-width: 13.75rem;
897
900
  width: max-content;
901
+ overflow: visible;
902
+ inset: auto;
903
+ margin: 0;
898
904
  padding: 0.5rem 0.75rem;
905
+ border: none;
899
906
  border-radius: 0.1875rem;
900
907
  background: var(--wmcolor-toggletip-background);
901
908
  color: var(--wmcolor-toggletip-text);
902
- font-size: 14px;
903
- z-index: 30;
909
+ font-size: 0.875rem;
910
+ position-anchor: --button;
911
+ }
912
+ :host .toggletip.hidden {
913
+ visibility: hidden;
914
+ }
915
+ :host .toggletip.top {
916
+ position-area: block-start center;
917
+ }
918
+ :host .toggletip.top.small {
919
+ translate: 0 -0.75rem;
904
920
  }
905
921
  :host .toggletip.top:before {
906
922
  content: "";
@@ -917,6 +933,12 @@
917
933
  margin-left: -0.375rem;
918
934
  left: 50%;
919
935
  }
936
+ :host .toggletip.bottom {
937
+ position-area: block-end center;
938
+ }
939
+ :host .toggletip.bottom.small {
940
+ translate: 0 0.75rem;
941
+ }
920
942
  :host .toggletip.bottom:before {
921
943
  content: "";
922
944
  position: absolute;
@@ -932,6 +954,12 @@
932
954
  margin-left: -0.375rem;
933
955
  left: 50%;
934
956
  }
957
+ :host .toggletip.right {
958
+ position-area: center inline-end;
959
+ }
960
+ :host .toggletip.right.small {
961
+ translate: 0.75rem 0;
962
+ }
935
963
  :host .toggletip.right:before {
936
964
  content: "";
937
965
  position: absolute;
@@ -948,6 +976,12 @@
948
976
  top: calc(50% - 6px);
949
977
  left: -0.1875rem;
950
978
  }
979
+ :host .toggletip.left {
980
+ position-area: center inline-start;
981
+ }
982
+ :host .toggletip.left.small {
983
+ translate: -0.75rem 0;
984
+ }
951
985
  :host .toggletip.left:before {
952
986
  content: "";
953
987
  position: absolute;
@@ -964,6 +998,15 @@
964
998
  top: calc(50% - 6px);
965
999
  right: -0.1875rem;
966
1000
  }
1001
+ :host .toggletip.bottom-right {
1002
+ position-area: end;
1003
+ }
1004
+ :host .toggletip.bottom-right.small {
1005
+ translate: -1.75rem 0.75rem;
1006
+ }
1007
+ :host .toggletip.bottom-right.large {
1008
+ translate: -2.5rem 0;
1009
+ }
967
1010
  :host .toggletip.bottom-right:before {
968
1011
  content: "";
969
1012
  position: absolute;
@@ -981,6 +1024,15 @@
981
1024
  margin-left: unset;
982
1025
  left: 0.875rem;
983
1026
  }
1027
+ :host .toggletip.bottom-left {
1028
+ position-area: block-end inline-start;
1029
+ }
1030
+ :host .toggletip.bottom-left.small {
1031
+ translate: 1.75rem 0.75rem;
1032
+ }
1033
+ :host .toggletip.bottom-left.large {
1034
+ translate: 2.5rem 0;
1035
+ }
984
1036
  :host .toggletip.bottom-left:before {
985
1037
  content: "";
986
1038
  position: absolute;
@@ -999,6 +1051,15 @@
999
1051
  margin-left: unset;
1000
1052
  right: 0.875rem;
1001
1053
  }
1054
+ :host .toggletip.top-right {
1055
+ position-area: block-start inline-end;
1056
+ }
1057
+ :host .toggletip.top-right.small {
1058
+ translate: -1.75rem -0.75rem;
1059
+ }
1060
+ :host .toggletip.top-right.large {
1061
+ translate: -2.5rem 0;
1062
+ }
1002
1063
  :host .toggletip.top-right:before {
1003
1064
  content: "";
1004
1065
  position: absolute;
@@ -1016,6 +1077,15 @@
1016
1077
  margin-left: unset;
1017
1078
  left: 0.875rem;
1018
1079
  }
1080
+ :host .toggletip.top-left {
1081
+ position-area: start;
1082
+ }
1083
+ :host .toggletip.top-left.small {
1084
+ translate: 1.75rem -0.75rem;
1085
+ }
1086
+ :host .toggletip.top-left.large {
1087
+ translate: 2.5rem 0;
1088
+ }
1019
1089
  :host .toggletip.top-left:before {
1020
1090
  content: "";
1021
1091
  position: absolute;
@@ -1034,38 +1104,6 @@
1034
1104
  margin-left: unset;
1035
1105
  right: 0.875rem;
1036
1106
  }
1037
- :host .toggletip.hidden {
1038
- transform: scale(0, 0) !important;
1039
- visibility: hidden;
1040
- }
1041
- :host .toggletip {
1042
- top: calc(var(--button-size) / 2);
1043
- left: calc(var(--button-size) / 2);
1044
- }
1045
- :host .toggletip.top {
1046
- transform: translate(-50%, calc(-100% - 18px));
1047
- }
1048
- :host .toggletip.bottom {
1049
- transform: translate(-50%, 18px);
1050
- }
1051
- :host .toggletip.right {
1052
- transform: translate(18px, -50%);
1053
- }
1054
- :host .toggletip.left {
1055
- transform: translate(calc(-100% - 18px), -50%);
1056
- }
1057
- :host .toggletip.bottom-right {
1058
- transform: translate(-20px, 18px);
1059
- }
1060
- :host .toggletip.bottom-left {
1061
- transform: translate(calc(-100% + 20px), 18px);
1062
- }
1063
- :host .toggletip.top-right {
1064
- transform: translate(-20px, calc(-100% - 18px));
1065
- }
1066
- :host .toggletip.top-left {
1067
- transform: translate(calc(-100% + 20px), calc(-100% - 18px));
1068
- }
1069
1107
  :host .sr-only {
1070
1108
  position: absolute !important;
1071
1109
  width: 1px !important;
@@ -1077,4 +1115,39 @@
1077
1115
  clip-path: inset(50%) !important;
1078
1116
  white-space: nowrap !important;
1079
1117
  margin: -1px !important;
1118
+ }
1119
+
1120
+ @supports not (top: anchor(bottom)) {
1121
+ :host {
1122
+ display: flex;
1123
+ align-items: center;
1124
+ justify-content: center;
1125
+ }
1126
+ :host .toggletip {
1127
+ z-index: 30;
1128
+ }
1129
+ :host .toggletip.top.small, :host .toggletip.top.large {
1130
+ translate: var(--offset-x) calc(-50% - 1.25rem + var(--offset-y));
1131
+ }
1132
+ :host .toggletip.bottom.small, :host .toggletip.bottom.large {
1133
+ translate: var(--offset-x) calc(50% + 1.25rem + var(--offset-y));
1134
+ }
1135
+ :host .toggletip.right.small, :host .toggletip.right.large {
1136
+ translate: calc(50% + 1.25rem + var(--offset-x)) var(--offset-y);
1137
+ }
1138
+ :host .toggletip.left.small, :host .toggletip.left.large {
1139
+ translate: calc(-50% - 1.25rem + var(--offset-x)) var(--offset-y);
1140
+ }
1141
+ :host .toggletip.bottom-right.small, :host .toggletip.bottom-right.large {
1142
+ translate: calc(50% - 1.25rem + var(--offset-x)) calc(50% + 1.25rem + var(--offset-y));
1143
+ }
1144
+ :host .toggletip.bottom-left.small, :host .toggletip.bottom-left.large {
1145
+ translate: calc(-50% + 1.25rem + var(--offset-x)) calc(50% + 1.25rem + var(--offset-y));
1146
+ }
1147
+ :host .toggletip.top-right.small, :host .toggletip.top-right.large {
1148
+ translate: calc(50% - 1.25rem + var(--offset-x)) calc(-50% - 1.25rem + var(--offset-y));
1149
+ }
1150
+ :host .toggletip.top-left.small, :host .toggletip.top-left.large {
1151
+ translate: calc(-50% + 1.25rem + var(--offset-x)) calc(-50% - 1.25rem + var(--offset-y));
1152
+ }
1080
1153
  }
@@ -1,16 +1,47 @@
1
1
  import { Host, h } from "@stencil/core";
2
- import { showTooltip, hideTooltip, shouldOpenUp, shouldOpenDown, shouldShiftLeft, shouldShiftRight, intl, } from "../../global/functions";
2
+ import { showTooltip, hideTooltip, shouldOpenUp, shouldOpenDown, shouldShiftLeft, shouldShiftRight, intl, debounce, findScrollableParent, } from "../../global/functions";
3
3
  export class Toggletip {
4
4
  constructor() {
5
5
  this.tooltipMessage = intl.formatMessage({
6
6
  id: "toggletip.moreInformation",
7
7
  defaultMessage: "More information",
8
8
  });
9
+ this.debouncedReveal = debounce(() => {
10
+ if (this.scrollableParent) {
11
+ this.el.style.setProperty("--offset-x", "-" + this.scrollableParent.scrollLeft + "px");
12
+ this.el.style.setProperty("--offset-y", "-" + this.scrollableParent.scrollTop + "px");
13
+ }
14
+ this.isHidden = false;
15
+ }, 100);
9
16
  this.label = undefined;
10
17
  this.tooltip = undefined;
11
18
  this.tooltipPosition = "bottom-right";
12
19
  this.targetSize = "small";
13
- this.isOpen = false;
20
+ this.isHidden = true;
21
+ }
22
+ get isOpen() {
23
+ return this.toggletipEl.matches(":popover-open");
24
+ }
25
+ get toggletipPosition() {
26
+ // prop tooltipPosition is unfortunately named. It's the position of the toggletip.
27
+ // it needs to be adjusted when too close to the edge of the screen, hence this getter
28
+ let position = this.tooltipPosition;
29
+ // toggletip position
30
+ // Vertical
31
+ if (position.includes("bottom") && shouldOpenUp(this.el, this.toggletipEl.clientHeight)) {
32
+ position = position.replace("bottom", "top");
33
+ }
34
+ else if (position.includes("top") && shouldOpenDown(this.el, this.toggletipEl.clientHeight)) {
35
+ position = position.replace("top", "bottom");
36
+ }
37
+ // Horizontal
38
+ if (position.includes("left") && shouldShiftRight(this.el, this.toggletipEl.clientWidth)) {
39
+ position = position.replace("left", "right");
40
+ }
41
+ else if (position.includes("right") && shouldShiftLeft(this.el, this.toggletipEl.clientWidth)) {
42
+ position = position.replace("right", "left");
43
+ }
44
+ return position;
14
45
  }
15
46
  componentWillLoad() {
16
47
  const validTooltipPlacement = [
@@ -33,18 +64,32 @@ export class Toggletip {
33
64
  console.error(`wm-toggletip: tooltip-position has an invalid value of "${this.tooltipPosition}", make sure to use one of the following values: ${validTooltipPlacement}`);
34
65
  }
35
66
  }
67
+ componentDidLoad() {
68
+ if (!CSS.supports("top", "anchor(bottom)")) {
69
+ this.scrollableParent = findScrollableParent(this.el);
70
+ if (!!this.scrollableParent) {
71
+ this.scrollableParent.addEventListener("scroll", () => {
72
+ if (this.isOpen) {
73
+ if (!this.isHidden)
74
+ this.isHidden = true;
75
+ this.debouncedReveal();
76
+ }
77
+ });
78
+ }
79
+ }
80
+ }
36
81
  handleKeydown(ev) {
37
82
  switch (ev.key) {
38
83
  case "Escape":
39
84
  ev.preventDefault();
40
85
  if (this.isOpen) {
41
86
  ev.stopPropagation(); // prevent closing modal if within one
42
- this.close();
87
+ this.toggletipEl.hidePopover();
43
88
  }
44
89
  break;
45
90
  case "Tab":
46
91
  if (this.isOpen) {
47
- this.close();
92
+ this.toggletipEl.hidePopover();
48
93
  }
49
94
  }
50
95
  }
@@ -55,24 +100,20 @@ export class Toggletip {
55
100
  // Re-announce if clicking any part of the component while open
56
101
  this.announceToggletip();
57
102
  }
58
- else {
59
- this.close();
60
- }
61
103
  }
62
104
  }
63
105
  open() {
64
106
  hideTooltip();
65
- this.setToggletipPosition(this.tooltipPosition, this.el, this.toggletipEl.clientHeight, this.toggletipEl.clientWidth);
66
- this.isOpen = true;
107
+ requestAnimationFrame(() => {
108
+ this.toggletipEl.classList.add(this.toggletipPosition);
109
+ this.toggletipEl.classList.remove("hidden");
110
+ });
111
+ this.isHidden = false;
67
112
  this.announceToggletip();
68
113
  }
69
- close() {
70
- this.isOpen = false;
71
- hideTooltip();
72
- }
73
114
  handleBlur() {
74
115
  hideTooltip();
75
- // clear liveregion on blur to prevent old announcement text from being picked up by screen readers
116
+ // clear live region on blur to prevent old announcement text from being picked up by screen readers
76
117
  this.liveRegionEl.innerHTML = "";
77
118
  }
78
119
  announceToggletip() {
@@ -81,26 +122,10 @@ export class Toggletip {
81
122
  this.liveRegionEl.innerHTML = this.tooltip;
82
123
  }, 10);
83
124
  }
84
- setToggletipPosition(pos, el, toggletipHeight, toggletipWidth) {
85
- // Vertical
86
- if (pos.includes("bottom") && shouldOpenUp(el, toggletipHeight)) {
87
- pos = pos.replace("bottom", "top");
88
- }
89
- else if (pos.includes("top") && shouldOpenDown(el, toggletipHeight)) {
90
- pos = pos.replace("top", "bottom");
91
- }
92
- // Horizontal
93
- if (pos.includes("left") && shouldShiftRight(el, toggletipWidth)) {
94
- pos = pos.replace("left", "right");
95
- }
96
- else if (pos.includes("right") && shouldShiftLeft(el, toggletipWidth)) {
97
- pos = pos.replace("right", "left");
98
- }
99
- }
100
125
  render() {
101
- return (h(Host, { class: `size-${this.targetSize}` }, h("button", { class: "button", type: "button", "aria-label": this.label, onClick: () => this.open(),
102
- // In order to position the tooltip identically to the toggletip, it's presence is determined by these four events
103
- onMouseEnter: () => showTooltip(this.tooltipPosition, this.el, this.tooltipMessage), onMouseLeave: () => hideTooltip(), onFocus: () => showTooltip(this.tooltipPosition, this.el, this.tooltipMessage), onBlur: () => this.handleBlur() }, h("div", { class: "svg-icon svg-info" })), h("div", { ref: (el) => (this.toggletipEl = el), class: `toggletip ${this.isOpen ? "" : "hidden"} ${this.tooltipPosition}` }, this.tooltip), h("div", { ref: (el) => (this.liveRegionEl = el), class: "live-region sr-only", role: "status", "aria-live": "polite", "aria-atomic": "true" })));
126
+ return (h(Host, { key: '81f4f0152027234db543e64a8182bd8a8975334c', class: `size-${this.targetSize}` }, h("button", { key: '5c15ac121b9e321f0f5e230e5d9a31ef86a19d3c', class: "button", type: "button", "aria-label": this.label, popoverTarget: "toggletip", popoverTargetAction: "toggle", onClick: () => this.open(),
127
+ // In order to position the tooltip identically to the toggletip, its presence is determined by these four events
128
+ onMouseEnter: () => showTooltip(this.toggletipPosition, this.el, this.tooltipMessage), onMouseLeave: () => hideTooltip(), onFocus: () => showTooltip(this.toggletipPosition, this.el, this.tooltipMessage), onBlur: () => this.handleBlur() }, h("div", { key: '4995a0cbbfb87d3356c83efe2a47e656ed8ec6e6', class: "svg-icon svg-info" })), h("div", { key: '359fbc7d7fb4c59e8b44863d6d72dbb69ad8d6ff', popover: "", ref: (el) => (this.toggletipEl = el), class: `toggletip ${this.targetSize} ${this.isHidden ? "hidden" : ""}`, id: "toggletip" }, this.tooltip), h("div", { key: 'f638f702d011b9e72baf8385b450a0932adc448c', ref: (el) => (this.liveRegionEl = el), class: "live-region sr-only", role: "status", "aria-live": "polite", "aria-atomic": "true" })));
104
129
  }
105
130
  static get is() { return "wm-toggletip"; }
106
131
  static get encapsulation() { return "shadow"; }
@@ -136,7 +161,7 @@ export class Toggletip {
136
161
  },
137
162
  "tooltip": {
138
163
  "type": "string",
139
- "mutable": true,
164
+ "mutable": false,
140
165
  "complexType": {
141
166
  "original": "string",
142
167
  "resolved": "string",
@@ -153,7 +178,7 @@ export class Toggletip {
153
178
  },
154
179
  "tooltipPosition": {
155
180
  "type": "string",
156
- "mutable": true,
181
+ "mutable": false,
157
182
  "complexType": {
158
183
  "original": "TooltipPlacement",
159
184
  "resolved": "\"bottom\" | \"bottom-left\" | \"bottom-right\" | \"left\" | \"right\" | \"top\" | \"top-left\" | \"top-right\"",
@@ -172,7 +197,7 @@ export class Toggletip {
172
197
  "text": ""
173
198
  },
174
199
  "attribute": "tooltip-position",
175
- "reflect": true,
200
+ "reflect": false,
176
201
  "defaultValue": "\"bottom-right\""
177
202
  },
178
203
  "targetSize": {
@@ -197,7 +222,7 @@ export class Toggletip {
197
222
  }
198
223
  static get states() {
199
224
  return {
200
- "isOpen": {}
225
+ "isHidden": {}
201
226
  };
202
227
  }
203
228
  static get elementRef() { return "el"; }
@@ -300,9 +300,9 @@ export class Uploader {
300
300
  return (h("div", { class: `drop-area -${this.dropArea}`, ref: (el) => (this.dropAreaEl = el), onDragEnter: (ev) => this.handleDragEnter(ev), onDragOver: (ev) => this.handleDragOver(ev), onDragLeave: (ev) => this.handleDragLeave(ev), onDrop: (ev) => this.handleDrop(ev) }, this.dropArea == "page" && (h("div", { ref: (el) => (this.dropOverlayEl = el), class: "drop-overlay", popover: "manual" }, h("span", { class: "upload-arrow" }), h("span", null, "Drop to Upload")))));
301
301
  }
302
302
  render() {
303
- return (h(Host, { class: `-${this.dropArea}` }, this.uploaderType == "drop" && this.renderDropArea(), this.label && this.renderLabel(), this.renderHeader(), this.renderListContainer(), h("div", { ref: (el) => (this.assertiveLiveRegionEl = el), class: "live-region sr-only", "aria-live": "assertive" // since it's directly linked to the action the user took, it should be read in priority. With polite, some messages get dismissed in favor of the page title
303
+ return (h(Host, { key: '05fa03d63ba14665a196bece2c82eabb4882ba82', class: `-${this.dropArea}` }, this.uploaderType == "drop" && this.renderDropArea(), this.label && this.renderLabel(), this.renderHeader(), this.renderListContainer(), h("div", { key: 'fd2c2779cc8f5e8aab480fdb68ac0e482905785d', ref: (el) => (this.assertiveLiveRegionEl = el), class: "live-region sr-only", "aria-live": "assertive" // since it's directly linked to the action the user took, it should be read in priority. With polite, some messages get dismissed in favor of the page title
304
304
  ,
305
- "aria-atomic": "true" }), h("div", { ref: (el) => (this.politeLiveRegionEl = el), class: "live-region sr-only", "aria-live": "polite", "aria-atomic": "true" })));
305
+ "aria-atomic": "true" }), h("div", { key: '2a5c1d00d2a98bd40fa9ac8dbc248209cca470ba', ref: (el) => (this.politeLiveRegionEl = el), class: "live-region sr-only", "aria-live": "polite", "aria-atomic": "true" })));
306
306
  }
307
307
  static get is() { return "wm-uploader"; }
308
308
  static get encapsulation() { return "shadow"; }
@@ -1,6 +1,6 @@
1
- 'use strict';
1
+ import './index-130e07bb.js';
2
2
 
3
- const version = "5.11.0";
3
+ const version = "5.12.0-0";
4
4
 
5
5
  // PRINT RIPPLE VERSION IN CONSOLE
6
6
  // test envs return 0 for plugin.length
@@ -83,3 +83,8 @@ tooltipStyles.textContent = `
83
83
  document.head.appendChild(tooltipStyles);
84
84
  tooltipContainer.appendChild(tooltipEl);
85
85
  document.querySelector("body").appendChild(tooltipContainer);
86
+ const globalFn = () => { };
87
+
88
+ const globalScripts = globalFn;
89
+
90
+ export { globalScripts as g };
@@ -1,5 +1,5 @@
1
- import { h } from './index-558b5a82.js';
2
- import { i as intl, c as checkForActiveElInShadow, e as safeMultiplyFloat, f as getPosition } from './functions-8800c690.js';
1
+ import { h } from './index-130e07bb.js';
2
+ import { i as intl, c as checkForActiveElInShadow, e as safeMultiplyFloat, f as getPosition } from './functions-a3c016ae.js';
3
3
 
4
4
  const colors = {
5
5
  salmon: "#ff5f4e",
@@ -69,7 +69,7 @@ const allChartsDetails = {
69
69
  bar5: {
70
70
  size: 400,
71
71
  colors: [
72
- colors.gray,
72
+ colors.gray, // this is only used if prop notStartedColor is set
73
73
  colors.lavender,
74
74
  colors.midnight,
75
75
  "#0089e4",