@watermarkinsights/ripple 5.7.0-7 → 5.7.0-8

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 (386) hide show
  1. package/dist/{esm/global-099ddc86.js → cjs/app-globals-1f689ab3.js} +10 -1
  2. package/dist/cjs/{chartFunctions-995023b1.js → chartFunctions-d2a1f4c7.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-5aeba788.js → intl-57d1cfd1.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 +216 -0
  24. package/dist/cjs/{wm-modal.cjs.entry.js → wm-modal_3.cjs.entry.js} +81 -5
  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 +6 -5
  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 +19 -7
  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.css +61 -0
  67. package/dist/collection/components/wm-modal-pss/wm-modal-pss-footer.js +138 -0
  68. package/dist/collection/components/wm-modal-pss/wm-modal-pss-header.css +55 -0
  69. package/dist/collection/components/wm-modal-pss/wm-modal-pss-header.js +81 -0
  70. package/dist/collection/components/wm-modal-pss/wm-modal-pss.css +134 -0
  71. package/dist/collection/components/wm-modal-pss/wm-modal-pss.js +361 -0
  72. package/dist/collection/components/wm-navigation/wm-navigation-hamburger.js +1 -1
  73. package/dist/collection/components/wm-navigation/wm-navigation-item.js +1 -1
  74. package/dist/collection/components/wm-navigation/wm-navigation.js +2 -2
  75. package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.js +1 -1
  76. package/dist/collection/components/wm-navigator/priv-navigator-item/priv-navigator-item.js +1 -1
  77. package/dist/collection/components/wm-pagination/wm-pagination.js +1 -1
  78. package/dist/collection/components/wm-search/wm-search.js +5 -4
  79. package/dist/collection/components/wm-snackbar/wm-snackbar.js +2 -2
  80. package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.js +1 -1
  81. package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.js +1 -1
  82. package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.js +1 -1
  83. package/dist/collection/components/wm-tag-input/wm-tag-input.js +3 -3
  84. package/dist/collection/components/wm-textarea/wm-textarea.js +1 -1
  85. package/dist/collection/components/wm-timepicker/wm-timepicker.js +11 -8
  86. package/dist/collection/components/wm-toggletip/wm-toggletip.js +2 -2
  87. package/dist/collection/components/wm-uploader/wm-uploader.js +2 -2
  88. package/dist/{cjs/global-4e6e41e7.js → esm/app-globals-0f27630e.js} +7 -2
  89. package/dist/esm/{chartFunctions-dfcb1edf.js → chartFunctions-6666ced3.js} +3 -3
  90. package/dist/esm/{functions-b791a892.js → functions-03966124.js} +105 -8
  91. package/dist/esm/index-130e07bb.js +1828 -0
  92. package/dist/esm/{intl-f2f7ce8b.js → intl-2fa0087c.js} +1 -1
  93. package/dist/esm/loader.js +6 -5
  94. package/dist/esm/priv-calendar.entry.js +6 -5
  95. package/dist/esm/priv-chart-popover.entry.js +6 -5
  96. package/dist/esm/priv-navigator-button.entry.js +4 -3
  97. package/dist/esm/priv-navigator-item.entry.js +4 -3
  98. package/dist/esm/priv-option-list.entry.js +5 -4
  99. package/dist/esm/ripple.js +14 -13
  100. package/dist/esm/wm-action-menu_2.entry.js +8 -6
  101. package/dist/esm/wm-button.entry.js +5 -4
  102. package/dist/esm/wm-chart-slice.entry.js +1 -1
  103. package/dist/esm/wm-chart.entry.js +7 -6
  104. package/dist/esm/wm-date-range.entry.js +9 -8
  105. package/dist/esm/wm-datepicker.entry.js +9 -8
  106. package/dist/esm/wm-file-list.entry.js +4 -3
  107. package/dist/esm/wm-file.entry.js +5 -4
  108. package/dist/esm/wm-input.entry.js +6 -5
  109. package/dist/esm/wm-line-chart.entry.js +15 -14
  110. package/dist/esm/wm-modal-pss_3.entry.js +210 -0
  111. package/dist/esm/{wm-modal.entry.js → wm-modal_3.entry.js} +80 -6
  112. package/dist/esm/wm-navigation_3.entry.js +13 -10
  113. package/dist/esm/wm-navigator.entry.js +4 -3
  114. package/dist/esm/wm-nested-select.entry.js +8 -7
  115. package/dist/esm/wm-optgroup.entry.js +5 -4
  116. package/dist/esm/wm-option_2.entry.js +10 -8
  117. package/dist/esm/wm-pagination.entry.js +5 -4
  118. package/dist/esm/wm-progress-indicator_3.entry.js +9 -7
  119. package/dist/esm/wm-search.entry.js +7 -6
  120. package/dist/esm/wm-snackbar.entry.js +7 -6
  121. package/dist/esm/wm-tab-item_3.entry.js +11 -8
  122. package/dist/esm/wm-tag-input.entry.js +8 -7
  123. package/dist/esm/wm-tag-option.entry.js +2 -2
  124. package/dist/esm/wm-textarea.entry.js +6 -5
  125. package/dist/esm/wm-timepicker.entry.js +6 -5
  126. package/dist/esm/wm-toggletip.entry.js +6 -5
  127. package/dist/esm/wm-uploader.entry.js +7 -6
  128. package/dist/esm/wm-wrapper.entry.js +1 -1
  129. package/dist/esm-es5/app-globals-0f27630e.js +1 -0
  130. package/dist/esm-es5/{chartFunctions-dfcb1edf.js → chartFunctions-6666ced3.js} +1 -1
  131. package/dist/esm-es5/functions-03966124.js +1 -0
  132. package/dist/esm-es5/index-130e07bb.js +1 -0
  133. package/dist/esm-es5/{intl-f2f7ce8b.js → intl-2fa0087c.js} +1 -1
  134. package/dist/esm-es5/loader.js +1 -1
  135. package/dist/esm-es5/priv-calendar.entry.js +1 -1
  136. package/dist/esm-es5/priv-chart-popover.entry.js +1 -1
  137. package/dist/esm-es5/priv-navigator-button.entry.js +1 -1
  138. package/dist/esm-es5/priv-navigator-item.entry.js +1 -1
  139. package/dist/esm-es5/priv-option-list.entry.js +1 -1
  140. package/dist/esm-es5/ripple.js +1 -1
  141. package/dist/esm-es5/wm-action-menu_2.entry.js +1 -1
  142. package/dist/esm-es5/wm-button.entry.js +1 -1
  143. package/dist/esm-es5/wm-chart-slice.entry.js +1 -1
  144. package/dist/esm-es5/wm-chart.entry.js +1 -1
  145. package/dist/esm-es5/wm-date-range.entry.js +1 -1
  146. package/dist/esm-es5/wm-datepicker.entry.js +1 -1
  147. package/dist/esm-es5/wm-file-list.entry.js +1 -1
  148. package/dist/esm-es5/wm-file.entry.js +1 -1
  149. package/dist/esm-es5/wm-input.entry.js +1 -1
  150. package/dist/esm-es5/wm-line-chart.entry.js +1 -1
  151. package/dist/esm-es5/wm-modal-pss_3.entry.js +1 -0
  152. package/dist/esm-es5/wm-modal_3.entry.js +1 -0
  153. package/dist/esm-es5/wm-navigation_3.entry.js +1 -1
  154. package/dist/esm-es5/wm-navigator.entry.js +1 -1
  155. package/dist/esm-es5/wm-nested-select.entry.js +1 -1
  156. package/dist/esm-es5/wm-optgroup.entry.js +1 -1
  157. package/dist/esm-es5/wm-option_2.entry.js +1 -1
  158. package/dist/esm-es5/wm-pagination.entry.js +1 -1
  159. package/dist/esm-es5/wm-progress-indicator_3.entry.js +1 -1
  160. package/dist/esm-es5/wm-search.entry.js +1 -1
  161. package/dist/esm-es5/wm-snackbar.entry.js +1 -1
  162. package/dist/esm-es5/wm-tab-item_3.entry.js +1 -1
  163. package/dist/esm-es5/wm-tag-input.entry.js +1 -1
  164. package/dist/esm-es5/wm-tag-option.entry.js +1 -1
  165. package/dist/esm-es5/wm-textarea.entry.js +1 -1
  166. package/dist/esm-es5/wm-timepicker.entry.js +1 -1
  167. package/dist/esm-es5/wm-toggletip.entry.js +1 -1
  168. package/dist/esm-es5/wm-uploader.entry.js +1 -1
  169. package/dist/esm-es5/wm-wrapper.entry.js +1 -1
  170. package/dist/loader/cdn.js +1 -2
  171. package/dist/loader/index.cjs.js +1 -2
  172. package/dist/loader/index.d.ts +3 -0
  173. package/dist/loader/index.es2017.js +1 -2
  174. package/dist/loader/index.js +1 -2
  175. package/dist/ripple/{p-65d26233.system.entry.js → p-043901ab.system.entry.js} +1 -1
  176. package/dist/ripple/p-04c5af17.entry.js +1 -0
  177. package/dist/ripple/{p-828adbf1.system.js → p-094883e1.system.js} +1 -1
  178. package/dist/ripple/{p-a3c01e10.system.entry.js → p-0ba0c194.system.entry.js} +1 -1
  179. package/dist/ripple/p-1073ab75.system.entry.js +1 -0
  180. package/dist/ripple/p-1344f4d2.entry.js +1 -0
  181. package/dist/ripple/{p-48e09589.entry.js → p-13b1d775.entry.js} +1 -1
  182. package/dist/ripple/p-202cc2fe.system.js +1 -0
  183. package/dist/ripple/p-2261e8d4.entry.js +1 -0
  184. package/dist/ripple/p-2300c07b.entry.js +1 -0
  185. package/dist/ripple/{p-3e415c49.system.entry.js → p-236ee735.system.entry.js} +1 -1
  186. package/dist/ripple/{p-505eca1c.system.entry.js → p-26e42263.system.entry.js} +1 -1
  187. package/dist/ripple/p-2716532e.system.entry.js +1 -0
  188. package/dist/ripple/p-2903ce15.system.entry.js +1 -0
  189. package/dist/ripple/{p-e687176d.entry.js → p-2c70503a.entry.js} +1 -1
  190. package/dist/ripple/p-30f148a7.entry.js +1 -0
  191. package/dist/ripple/p-39484b51.system.entry.js +1 -0
  192. package/dist/ripple/p-3e7e6493.system.entry.js +1 -0
  193. package/dist/ripple/{p-72165bd2.entry.js → p-4b29da45.entry.js} +1 -1
  194. package/dist/ripple/{p-c2e00d4a.system.entry.js → p-4fa245d4.system.entry.js} +1 -1
  195. package/dist/ripple/p-4fae07d6.entry.js +1 -0
  196. package/dist/ripple/{p-5284791c.entry.js → p-524f0531.entry.js} +1 -1
  197. package/dist/ripple/p-563f37e8.entry.js +1 -0
  198. package/dist/ripple/p-5a2431e1.system.entry.js +1 -0
  199. package/dist/ripple/{p-db9657eb.system.entry.js → p-60206085.system.entry.js} +1 -1
  200. package/dist/ripple/p-60cb3adc.entry.js +1 -0
  201. package/dist/ripple/p-618b27e6.entry.js +1 -0
  202. package/dist/ripple/p-62bb8827.system.entry.js +1 -0
  203. package/dist/ripple/{p-fa4f1030.system.entry.js → p-664dc79d.system.entry.js} +1 -1
  204. package/dist/ripple/p-695391a9.system.entry.js +1 -0
  205. package/dist/ripple/{p-c853e185.system.entry.js → p-6bb9402a.system.entry.js} +1 -1
  206. package/dist/ripple/p-6d9acebc.system.entry.js +1 -0
  207. package/dist/ripple/p-7136efd0.entry.js +1 -0
  208. package/dist/ripple/{p-eddbcb21.js → p-785fda3d.js} +1 -1
  209. package/dist/ripple/p-79979fb1.entry.js +1 -0
  210. package/dist/ripple/p-7c2846e4.system.entry.js +1 -0
  211. package/dist/ripple/p-7f162296.system.entry.js +1 -0
  212. package/dist/ripple/p-7fba9e61.system.entry.js +1 -0
  213. package/dist/ripple/{p-32bf3f5b.system.entry.js → p-823d7b4e.system.entry.js} +1 -1
  214. package/dist/ripple/p-877d35f8.system.entry.js +1 -0
  215. package/dist/ripple/p-89a862ae.system.entry.js +1 -0
  216. package/dist/ripple/p-8ef8c943.system.entry.js +1 -0
  217. package/dist/ripple/p-9062cb9a.entry.js +1 -0
  218. package/dist/ripple/{p-f90e4094.entry.js → p-9511f0c3.entry.js} +1 -1
  219. package/dist/ripple/p-a6466fd1.entry.js +1 -0
  220. package/dist/ripple/p-ae2b2056.entry.js +1 -0
  221. package/dist/ripple/p-afa807a5.entry.js +1 -0
  222. package/dist/ripple/{p-45f9ad09.entry.js → p-b47aa85a.entry.js} +1 -1
  223. package/dist/ripple/{p-21d372ed.js → p-b4e4479b.js} +1 -1
  224. package/dist/ripple/p-b5e7db7f.system.entry.js +1 -0
  225. package/dist/ripple/{p-81c2df85.system.js → p-b8a3612c.system.js} +1 -1
  226. package/dist/ripple/p-b8e97d05.system.js +1 -0
  227. package/dist/ripple/p-b9a8d85b.entry.js +1 -0
  228. package/dist/ripple/p-bbcc61cf.entry.js +1 -0
  229. package/dist/ripple/p-c0ccce22.system.entry.js +1 -0
  230. package/dist/ripple/p-c499cfaf.entry.js +1 -0
  231. package/dist/ripple/p-c61b29cd.system.entry.js +1 -0
  232. package/dist/ripple/p-c94976c8.system.entry.js +1 -0
  233. package/dist/ripple/{p-88ebddd7.entry.js → p-cd0cc88d.entry.js} +1 -1
  234. package/dist/ripple/p-cef8a45b.system.js +2 -0
  235. package/dist/ripple/p-d307a2d5.system.entry.js +1 -0
  236. package/dist/ripple/p-d9da0502.js +2 -0
  237. package/dist/ripple/{p-5300b15d.entry.js → p-da3e143d.entry.js} +1 -1
  238. package/dist/ripple/{p-c1e3c2fb.entry.js → p-dba15615.entry.js} +1 -1
  239. package/dist/ripple/p-dd23c135.entry.js +1 -0
  240. package/dist/ripple/p-ded71900.entry.js +1 -0
  241. package/dist/ripple/p-dfcf2302.system.js +1 -0
  242. package/dist/ripple/{p-ca971eac.system.entry.js → p-e2910f91.system.entry.js} +1 -1
  243. package/dist/ripple/p-e4c40125.js +1 -0
  244. package/dist/ripple/p-e5f7fbe7.js +1 -0
  245. package/dist/ripple/p-eaf16578.system.entry.js +1 -0
  246. package/dist/ripple/p-ed2f0946.entry.js +1 -0
  247. package/dist/ripple/{p-5a9e3108.system.entry.js → p-f573e60c.system.entry.js} +1 -1
  248. package/dist/ripple/p-f78d5bc3.entry.js +1 -0
  249. package/dist/ripple/p-f9df9765.system.entry.js +1 -0
  250. package/dist/ripple/p-faae9ebb.entry.js +1 -0
  251. package/dist/ripple/p-fada6923.entry.js +1 -0
  252. package/dist/ripple/p-fe6522b9.entry.js +1 -0
  253. package/dist/ripple/p-ff74ec46.system.entry.js +1 -0
  254. package/dist/ripple/ripple.esm.js +1 -1
  255. package/dist/ripple/ripple.js +1 -1
  256. package/dist/types/components/wm-modal-pss/wm-modal-pss-footer.d.ts +14 -0
  257. package/dist/types/components/wm-modal-pss/wm-modal-pss-header.d.ts +10 -0
  258. package/dist/types/components/wm-modal-pss/wm-modal-pss.d.ts +33 -0
  259. package/dist/types/components.d.ts +88 -0
  260. package/dist/types/stencil-public-runtime.d.ts +3 -10
  261. package/package.json +1 -1
  262. package/dist/cjs/index-e86c28b6.js +0 -2653
  263. package/dist/cjs/wm-modal-footer.cjs.entry.js +0 -47
  264. package/dist/cjs/wm-modal-header.cjs.entry.js +0 -39
  265. package/dist/collection/components/charts/chartFunctions.spec.js +0 -16
  266. package/dist/collection/components/charts/priv-chart-popover/priv-chart-popover.e2e.js +0 -81
  267. package/dist/collection/components/charts/screenshots.e2e.js +0 -96
  268. package/dist/collection/components/charts/wm-chart/wm-chart.e2e.js +0 -213
  269. package/dist/collection/components/charts/wm-chart/wm-chart.spec.js +0 -37
  270. package/dist/collection/components/charts/wm-line-chart/wm-line-chart.e2e.js +0 -176
  271. package/dist/collection/components/charts/wm-line-chart/wm-line-chart.spec.js +0 -163
  272. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.e2e.js +0 -69
  273. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.spec.js +0 -79
  274. package/dist/collection/components/datepickers/priv-calendar/priv-calendar.spec.js +0 -89
  275. package/dist/collection/components/datepickers/wm-date-range.e2e.js +0 -443
  276. package/dist/collection/components/datepickers/wm-date-range.spec.js +0 -22
  277. package/dist/collection/components/datepickers/wm-datepicker.e2e.js +0 -382
  278. package/dist/collection/components/datepickers/wm-datepicker.spec.js +0 -21
  279. package/dist/collection/components/selects/wm-option/wm-option.e2e.js +0 -22
  280. package/dist/collection/components/selects/wm-option/wm-option.spec.js +0 -63
  281. package/dist/collection/components/selects/wm-select/wm-select.e2e.js +0 -521
  282. package/dist/collection/components/selects/wm-select/wm-select.spec.js +0 -271
  283. package/dist/collection/components/wm-action-menu/wm-action-menu.e2e.js +0 -200
  284. package/dist/collection/components/wm-action-menu/wm-action-menu.spec.js +0 -48
  285. package/dist/collection/components/wm-button/wm-button.e2e.js +0 -55
  286. package/dist/collection/components/wm-button/wm-button.spec.js +0 -74
  287. package/dist/collection/components/wm-file/wm-file.spec.js +0 -194
  288. package/dist/collection/components/wm-file-list/wm-file-list.spec.js +0 -69
  289. package/dist/collection/components/wm-input/wm-input.e2e.js +0 -32
  290. package/dist/collection/components/wm-input/wm-input.spec.js +0 -173
  291. package/dist/collection/components/wm-menuitem/wm-menuitem.e2e.js +0 -23
  292. package/dist/collection/components/wm-menuitem/wm-menuitem.spec.js +0 -54
  293. package/dist/collection/components/wm-modal/wm-modal-footer.spec.js +0 -11
  294. package/dist/collection/components/wm-modal/wm-modal-header.spec.js +0 -8
  295. package/dist/collection/components/wm-modal/wm-modal.e2e.js +0 -104
  296. package/dist/collection/components/wm-modal/wm-modal.spec.js +0 -30
  297. package/dist/collection/components/wm-navigation/wm-navigation.e2e.js +0 -102
  298. package/dist/collection/components/wm-navigation/wm-navigation.spec.js +0 -91
  299. package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.e2e.js +0 -50
  300. package/dist/collection/components/wm-navigator/wm-navigator.e2e.js +0 -209
  301. package/dist/collection/components/wm-navigator/wm-navigator.spec.js +0 -177
  302. package/dist/collection/components/wm-pagination/wm-pagination.e2e.js +0 -312
  303. package/dist/collection/components/wm-search/wm-search.e2e.js +0 -76
  304. package/dist/collection/components/wm-search/wm-search.spec.js +0 -71
  305. package/dist/collection/components/wm-snackbar/wm-snackbar.e2e.js +0 -112
  306. package/dist/collection/components/wm-snackbar/wm-snackbar.spec.js +0 -9
  307. package/dist/collection/components/wm-tabs/wm-tabs.e2e.js +0 -91
  308. package/dist/collection/components/wm-tabs/wm-tabs.spec.js +0 -12
  309. package/dist/collection/components/wm-tag-input/wm-tag-input.e2e.js +0 -204
  310. package/dist/collection/components/wm-tag-input/wm-tag-input.spec.js +0 -195
  311. package/dist/collection/components/wm-textarea/wm-textarea.e2e.js +0 -41
  312. package/dist/collection/components/wm-textarea/wm-textarea.spec.js +0 -79
  313. package/dist/collection/components/wm-timepicker/wm-timepicker.e2e.js +0 -163
  314. package/dist/collection/components/wm-timepicker/wm-timepicker.spec.js +0 -147
  315. package/dist/collection/components/wm-toggletip/wm-toggletip.e2e.js +0 -69
  316. package/dist/collection/components/wm-toggletip/wm-toggletip.spec.js +0 -21
  317. package/dist/collection/components/wm-uploader/wm-uploader.e2e.js +0 -70
  318. package/dist/collection/components/wm-uploader/wm-uploader.spec.js +0 -234
  319. package/dist/collection/global/functions.spec.js +0 -126
  320. package/dist/collection/lang/lang.spec.js +0 -20
  321. package/dist/esm/index-558b5a82.js +0 -2622
  322. package/dist/esm/wm-modal-footer.entry.js +0 -43
  323. package/dist/esm/wm-modal-header.entry.js +0 -35
  324. package/dist/esm-es5/functions-b791a892.js +0 -1
  325. package/dist/esm-es5/global-099ddc86.js +0 -1
  326. package/dist/esm-es5/index-558b5a82.js +0 -1
  327. package/dist/esm-es5/wm-modal-footer.entry.js +0 -1
  328. package/dist/esm-es5/wm-modal-header.entry.js +0 -1
  329. package/dist/esm-es5/wm-modal.entry.js +0 -1
  330. package/dist/ripple/p-021ff5fa.system.entry.js +0 -1
  331. package/dist/ripple/p-0b1c6965.system.entry.js +0 -1
  332. package/dist/ripple/p-1389302e.system.entry.js +0 -1
  333. package/dist/ripple/p-13f51c06.entry.js +0 -1
  334. package/dist/ripple/p-149a22bf.entry.js +0 -1
  335. package/dist/ripple/p-16f65bf4.js +0 -1
  336. package/dist/ripple/p-1c170fb3.entry.js +0 -1
  337. package/dist/ripple/p-1e625a5e.entry.js +0 -1
  338. package/dist/ripple/p-215793a4.entry.js +0 -1
  339. package/dist/ripple/p-226fe4e0.entry.js +0 -1
  340. package/dist/ripple/p-22930de9.system.entry.js +0 -1
  341. package/dist/ripple/p-236af552.entry.js +0 -1
  342. package/dist/ripple/p-294b38ca.system.entry.js +0 -1
  343. package/dist/ripple/p-2e79fa49.entry.js +0 -1
  344. package/dist/ripple/p-2f664fdd.entry.js +0 -1
  345. package/dist/ripple/p-30b905eb.system.entry.js +0 -1
  346. package/dist/ripple/p-311923b2.system.entry.js +0 -1
  347. package/dist/ripple/p-320d06aa.js +0 -1
  348. package/dist/ripple/p-3568472c.entry.js +0 -1
  349. package/dist/ripple/p-3d50db36.entry.js +0 -1
  350. package/dist/ripple/p-3deaf4d9.system.entry.js +0 -1
  351. package/dist/ripple/p-41550baa.entry.js +0 -1
  352. package/dist/ripple/p-4d956340.system.entry.js +0 -1
  353. package/dist/ripple/p-50388b6f.system.entry.js +0 -1
  354. package/dist/ripple/p-568c595f.js +0 -2
  355. package/dist/ripple/p-6cc07645.system.entry.js +0 -1
  356. package/dist/ripple/p-6d129ef8.system.entry.js +0 -1
  357. package/dist/ripple/p-725230dd.system.entry.js +0 -1
  358. package/dist/ripple/p-749597da.system.entry.js +0 -1
  359. package/dist/ripple/p-7c338485.entry.js +0 -1
  360. package/dist/ripple/p-83be63f6.entry.js +0 -1
  361. package/dist/ripple/p-84603f1f.system.entry.js +0 -1
  362. package/dist/ripple/p-84ba5b74.entry.js +0 -1
  363. package/dist/ripple/p-902a54c5.entry.js +0 -1
  364. package/dist/ripple/p-a0ecb6d7.system.entry.js +0 -1
  365. package/dist/ripple/p-ab8d78cc.system.js +0 -2
  366. package/dist/ripple/p-ad7c9d21.entry.js +0 -1
  367. package/dist/ripple/p-ade3d9a9.entry.js +0 -1
  368. package/dist/ripple/p-ae82b3d2.system.js +0 -1
  369. package/dist/ripple/p-aea13873.entry.js +0 -1
  370. package/dist/ripple/p-b01f9998.system.entry.js +0 -1
  371. package/dist/ripple/p-b3a2bc1b.system.entry.js +0 -1
  372. package/dist/ripple/p-b9dbf1f4.entry.js +0 -1
  373. package/dist/ripple/p-c269536e.system.js +0 -1
  374. package/dist/ripple/p-c47fab48.entry.js +0 -1
  375. package/dist/ripple/p-c885c7f9.entry.js +0 -1
  376. package/dist/ripple/p-c9543950.system.entry.js +0 -1
  377. package/dist/ripple/p-cad0c5f9.system.entry.js +0 -1
  378. package/dist/ripple/p-dcc367a9.system.js +0 -1
  379. package/dist/ripple/p-df157138.entry.js +0 -1
  380. package/dist/ripple/p-e081fdc2.system.entry.js +0 -1
  381. package/dist/ripple/p-ed1f6b8d.system.entry.js +0 -1
  382. package/dist/ripple/p-f2101a0d.entry.js +0 -1
  383. package/dist/ripple/p-f24572f5.entry.js +0 -1
  384. package/dist/ripple/p-f40e1468.system.entry.js +0 -1
  385. package/dist/ripple/p-f4bcee58.system.entry.js +0 -1
  386. package/dist/ripple/p-ff1ed90f.entry.js +0 -1
@@ -190,7 +190,7 @@ export class ActionMenu {
190
190
  return null;
191
191
  }
192
192
  render() {
193
- return (h(Host, { onBlur: () => this.close(false) }, h("div", { class: getTextDir() }, h("wm-button", { "button-type": this.internalButtonType, tooltip: this.tooltip, "custom-background": this.darkMode ? "dark" : undefined, "label-for-identical-buttons": this.labelForIdenticalButtons, icon: this.actionMenuType === "icon" ? "f1d9" : "", iconSize: this.actionMenuType === "icon" ? "24px" : undefined, id: "menubtn", onClick: () => (this.isExpanded ? this.close() : this.open()), onBlur: (ev) => this.handleButtonBlur(ev), disabled: this.disabled, ref: (el) => (this.wmButtonEl = el), "tooltip-position": this.tooltipPosition || this.horizontalPosition, "aria-haspopup": "true", "aria-expanded": this.isExpanded ? "true" : "false", "aria-controls": "menu" }, this.buttonText), h("div", { class: `dropdown ${this.openUp ? "open-up" : ""} ${this.horizontalPosition} ${this.isExpanded ? "open" : ""} hidden`, id: "menu", tabindex: -1, role: "menu", ref: (el) => (this.itemsEl = el) }, h("slot", null)))));
193
+ return (h(Host, { key: 'b75950ee267a98f778d177cbaed7a41de95e8379', onBlur: () => this.close(false) }, h("div", { key: '8b97b76a8f778b3aaf118eff3964a8aad40c143d', class: getTextDir() }, h("wm-button", { key: 'be740593e2363de51c3885ff854a0cba54b749ad', "button-type": this.internalButtonType, tooltip: this.tooltip, "custom-background": this.darkMode ? "dark" : undefined, "label-for-identical-buttons": this.labelForIdenticalButtons, icon: this.actionMenuType === "icon" ? "f1d9" : "", iconSize: this.actionMenuType === "icon" ? "24px" : undefined, id: "menubtn", onClick: () => (this.isExpanded ? this.close() : this.open()), onBlur: (ev) => this.handleButtonBlur(ev), disabled: this.disabled, ref: (el) => (this.wmButtonEl = el), "tooltip-position": this.tooltipPosition || this.horizontalPosition, "aria-haspopup": "true", "aria-expanded": this.isExpanded ? "true" : "false", "aria-controls": "menu" }, this.buttonText), h("div", { key: 'ce93ba5b4b5b0e9212bbc29d967c9aa2e064620c', class: `dropdown ${this.openUp ? "open-up" : ""} ${this.horizontalPosition} ${this.isExpanded ? "open" : ""} hidden`, id: "menu", tabindex: -1, role: "menu", ref: (el) => (this.itemsEl = el) }, h("slot", { key: 'fd67977302dfed4bc95cd1b376271bd1dcda7695' })))));
194
194
  }
195
195
  static get is() { return "wm-action-menu"; }
196
196
  static get encapsulation() { return "shadow"; }
@@ -166,7 +166,7 @@ export class Button {
166
166
  }
167
167
  }
168
168
  render() {
169
- return (h(Host, { class: `${this.isDisabled ? "button-disabled" : ""} -${this.buttonType}` }, h("button", { id: this.id, class: `${this.buttonClasses}`, disabled: this.isDisabled, ref: (el) => (this.buttonEl = el), "aria-label": this.getAriaLabel(), "aria-hasPopup": this.ariaPopup ? "menu" : null, onMouseEnter: (ev) => this.handleMouseEnter(ev), onMouseLeave: () => hideTooltip(), onFocus: (ev) => this.handleFocus(ev), onBlur: () => hideTooltip(), onClick: () => hideTooltip() }, this.icon && (h("span", { class: "mdi", style: this.iconStyles, "aria-hidden": "true" }, String.fromCodePoint(parseInt(`0x${this.icon}`)))), h("span", { class: "button-text" }, h("slot", null)))));
169
+ return (h(Host, { key: 'b1ed71ecca544fba862d06d0c8f2775a086bdb3c', class: `${this.isDisabled ? "button-disabled" : ""} -${this.buttonType}` }, h("button", { key: '2bc05b2b393abbbc78b1b852c32a9bdc01d23c5c', id: this.id, class: `${this.buttonClasses}`, disabled: this.isDisabled, ref: (el) => (this.buttonEl = el), "aria-label": this.getAriaLabel(), "aria-hasPopup": this.ariaPopup ? "menu" : null, onMouseEnter: (ev) => this.handleMouseEnter(ev), onMouseLeave: () => hideTooltip(), onFocus: (ev) => this.handleFocus(ev), onBlur: () => hideTooltip(), onClick: () => hideTooltip() }, this.icon && (h("span", { key: '1ed7a2664f9d1e8e85e70fe4c563207e4b4ba2e2', class: "mdi", style: this.iconStyles, "aria-hidden": "true" }, String.fromCodePoint(parseInt(`0x${this.icon}`)))), h("span", { key: '32f73514ebe4e3ff91ad85073391878a3a35c036', class: "button-text" }, h("slot", { key: 'a34897ad0e0a883371c9545e2657548e4013e2d0' })))));
170
170
  }
171
171
  static get is() { return "wm-button"; }
172
172
  static get encapsulation() { return "shadow"; }
@@ -168,7 +168,7 @@ export class File {
168
168
  return (h("div", { class: `file-wrapper ${this.progress === 100 ? "checked" : ""}` }, h("div", { class: `file ${this.errorMessage ? "--error" : ""}` }, this.renderFileName(), !this.errorMessage && (h("div", { class: `right-group ${this.isCondensed ? "condensed" : ""}` }, this.renderFileInfo(), this.fileActions !== "" && this.renderFileControls())), this.errorMessage && (h("wm-button", { "permanently-delete": true, "button-type": "textonly", "label-for-identical-buttons": this.generateClearButtonLabel(this.name), onClick: () => this.wmFileErrorCleared.emit() }, this.clearButtonText))), this.errorMessage && h("div", { class: "error-message" }, this.errorMessage)));
169
169
  }
170
170
  render() {
171
- return h(Host, { role: "listitem" }, this.isUploading ? this.renderFileInProgress() : this.renderFile());
171
+ return h(Host, { key: '8529291be433de9ec130478379b338332a60c8aa', role: "listitem" }, this.isUploading ? this.renderFileInProgress() : this.renderFile());
172
172
  }
173
173
  static get is() { return "wm-file"; }
174
174
  static get encapsulation() { return "shadow"; }
@@ -4,7 +4,7 @@ export class FileList {
4
4
  this.showInfo = "last-updated";
5
5
  }
6
6
  render() {
7
- return (h("div", { role: "list", class: "list-wrapper" }, h("slot", null)));
7
+ return (h("div", { key: 'fcb41e7c2690ba176bdfe8439f13589d61f9c307', role: "list", class: "list-wrapper" }, h("slot", { key: '5263cd37c2f18f0d9d381ecd291a304b1bb190d3' })));
8
8
  }
9
9
  static get is() { return "wm-file-list"; }
10
10
  static get encapsulation() { return "shadow"; }
@@ -101,7 +101,7 @@ export class Input {
101
101
  : `info error`;
102
102
  }
103
103
  render() {
104
- return (h("div", { class: `wrapper label-${this.labelPosition} ${this.errorMessage ? "invalid" : ""}`, ref: (el) => (this.inputWrapperEl = el) }, h("div", { class: "label-wrapper" }, h("label", { htmlFor: "inputfield", class: "label" }, this.label, this.characterLimit && (h("span", { class: "sr-only" }, " ", globalMessages.getCharacterLimit(this.characterLimit))), this.requiredField && (h("span", { class: "required", "aria-hidden": "true" }, "*")))), h("div", { class: "inner-wrapper" }, h("div", { class: "text-after-wrapper" }, h("div", { class: `inputfield-wrapper ${this.isDisabled ? "disabled" : ""}`, style: this.getInputWidth() }, this.symbolBefore && (h("span", { class: "symbol", id: "symbol-before" }, this.symbolBefore)), h("input", { ref: (el) => (this.inputEl = el), id: "inputfield", disabled: this.isDisabled, "aria-describedby": this.descriptors(), onInput: (ev) => this.handleInput(ev), onKeyDown: (ev) => this.handleKeyDown(ev), onBlur: () => this.handleBlur(), onFocus: () => this.handleFocus(), placeholder: this.placeholder, autocomplete: "off", "aria-required": this.requiredField ? "true" : null, maxLength: this.characterLimit || undefined, type: this.type, step: this.step, max: this.max, min: this.min, value: this.el.value }), this.symbolAfter && (h("span", { class: "symbol", id: "symbol-after" }, this.symbolAfter)), this.characterLimit && typeof this.characterLimit === "number" ? (h("div", { class: "character-count" }, this.charCount, "/", this.characterLimit)) : ("")), this.textAfter && (h("span", { class: "text-after", id: "text-after" }, this.textAfter))), this.info && (h("div", { id: "info", class: "info" }, this.info)), h("div", { id: "error", class: "error-message" }, this.errorMessage), h("div", { class: "sr-only", "aria-live": "polite", "aria-atomic": "true", ref: (el) => (this.liveRegionEl = el) }, this.announcement))));
104
+ return (h("div", { key: 'a4ed30774991347ed2527ed0d39cd81e735705b4', class: `wrapper label-${this.labelPosition} ${this.errorMessage ? "invalid" : ""}`, ref: (el) => (this.inputWrapperEl = el) }, h("div", { key: 'ef4543a1bbfbd87eee99dd858a8998035ee6c4cd', class: "label-wrapper" }, h("label", { key: 'c48b54495c1b4794b204bb24ee6e7be1eb1e7615', htmlFor: "inputfield", class: "label" }, this.label, this.characterLimit && (h("span", { key: '0d83432f4e7b6969cc488337a4fc7292ac3572fc', class: "sr-only" }, " ", globalMessages.getCharacterLimit(this.characterLimit))), this.requiredField && (h("span", { key: '9c54222eb2d2688999cb368a99ba4d1eb51bf24b', class: "required", "aria-hidden": "true" }, "*")))), h("div", { key: 'ce599f26b4a6eca9df812957d9415a29b35d5f82', class: "inner-wrapper" }, h("div", { key: 'c8f6a0e3ed7ad4f3e9573a8d35ab77c29b223f98', class: "text-after-wrapper" }, h("div", { key: '284be94dbaece4b71797c16c9ebf343ea67b7bbe', class: `inputfield-wrapper ${this.isDisabled ? "disabled" : ""}`, style: this.getInputWidth() }, this.symbolBefore && (h("span", { key: 'cc6e6accf64b363a97251caef699b3846353d45a', class: "symbol", id: "symbol-before" }, this.symbolBefore)), h("input", { key: 'ffac59d6adf8f5c924d0bc923cdfd8621c7f6973', ref: (el) => (this.inputEl = el), id: "inputfield", disabled: this.isDisabled, "aria-describedby": this.descriptors(), onInput: (ev) => this.handleInput(ev), onKeyDown: (ev) => this.handleKeyDown(ev), onBlur: () => this.handleBlur(), onFocus: () => this.handleFocus(), placeholder: this.placeholder, autocomplete: "off", "aria-required": this.requiredField ? "true" : null, maxLength: this.characterLimit || undefined, type: this.type, step: this.step, max: this.max, min: this.min, value: this.el.value }), this.symbolAfter && (h("span", { key: '83a12456be6c94a4f12ab3fd546aa9ba2cf52a1c', class: "symbol", id: "symbol-after" }, this.symbolAfter)), this.characterLimit && typeof this.characterLimit === "number" ? (h("div", { class: "character-count" }, this.charCount, "/", this.characterLimit)) : ("")), this.textAfter && (h("span", { key: '237c5fdd1887de92654d7f6d3a44b4c3e91c9655', class: "text-after", id: "text-after" }, this.textAfter))), this.info && (h("div", { key: 'cab125b1888b27a3afcadc1f6bb9270fa824200e', id: "info", class: "info" }, this.info)), h("div", { key: '3fd688e066f97f2a0bc6f2019eace1a610c3e423', id: "error", class: "error-message" }, this.errorMessage), h("div", { key: '5eae388fe6ab62c780634d9584a3989b1386930e', class: "sr-only", "aria-live": "polite", "aria-atomic": "true", ref: (el) => (this.liveRegionEl = el) }, this.announcement))));
105
105
  }
106
106
  static get is() { return "wm-input"; }
107
107
  static get encapsulation() { return "shadow"; }
@@ -88,7 +88,7 @@ export class Menuitem {
88
88
  }
89
89
  }
90
90
  render() {
91
- return (h(Host, { tabindex: -1, role: "menuitem", "aria-disabled": this.disabled ? "true" : null }, h("div", { class: "wrapper", "aria-disabled": this.disabled ? "true" : null }, h("span", { ref: (el) => (this.iconEl = el) }), this.el.textContent, this.description ? h("div", { class: "description" }, this.description) : "")));
91
+ return (h(Host, { key: 'eb00ddaeac66fa383ea823bc6d3e0e4d39ed38eb', tabindex: -1, role: "menuitem", "aria-disabled": this.disabled ? "true" : null }, h("div", { key: '49dcdbd9cafce775bba1f5833521d798f1943c29', class: "wrapper", "aria-disabled": this.disabled ? "true" : null }, h("span", { key: '02c6fd810be4c8376754d0b1acb68020a7b49f4c', ref: (el) => (this.iconEl = el) }), this.el.textContent, this.description ? h("div", { class: "description" }, this.description) : "")));
92
92
  }
93
93
  static get is() { return "wm-menuitem"; }
94
94
  static get encapsulation() { return "shadow"; }
@@ -30,7 +30,7 @@ export class ModalFooter {
30
30
  }
31
31
  }
32
32
  render() {
33
- return (h("div", { class: `wm-wrapper ${this.infoText ? " footer-text" : ""}` }, h("div", { class: "wm-info", "aria-live": "polite" }, this.infoText), h("div", { class: "wm-button-collection" }, this.secondaryText && (h("wm-button", { onClick: () => this.emitParentSecondaryEvent(), id: `wm-secondary-${this.uid}`, ref: (el) => (this.primaryActionDisabled ? (this.lastElement = el) : undefined) }, this.secondaryText)), h("wm-button", { "button-type": this.deleteStyle ? "secondary" : "primary", "permanently-delete": this.deleteStyle, onClick: () => this.emitParentPrimaryEvent(), disabled: this.primaryActionDisabled, id: `wm-primary-${this.uid}`, ref: (el) => (!this.primaryActionDisabled ? (this.lastElement = el) : undefined) }, this.primaryText))));
33
+ return (h("div", { key: '38b6b1759d4bdb628259acbf229a1d634df2dbf5', class: `wm-wrapper ${this.infoText ? " footer-text" : ""}` }, h("div", { key: '4259692e664739723e3895e8ec8d00ef00ef79f0', class: "wm-info", "aria-live": "polite" }, this.infoText), h("div", { key: '6ffea66fdfd257e754a9012e9471848037e92a52', class: "wm-button-collection" }, this.secondaryText && (h("wm-button", { key: '679eef458298304564cd365f15c8253796158ed8', onClick: () => this.emitParentSecondaryEvent(), id: `wm-secondary-${this.uid}`, ref: (el) => (this.primaryActionDisabled ? (this.lastElement = el) : undefined) }, this.secondaryText)), h("wm-button", { key: 'a6e02b671dbfbacba79aa483b8d6ab8dc9232166', "button-type": this.deleteStyle ? "secondary" : "primary", "permanently-delete": this.deleteStyle, onClick: () => this.emitParentPrimaryEvent(), disabled: this.primaryActionDisabled, id: `wm-primary-${this.uid}`, ref: (el) => (!this.primaryActionDisabled ? (this.lastElement = el) : undefined) }, this.primaryText))));
34
34
  }
35
35
  static get is() { return "wm-modal-footer"; }
36
36
  static get originalStyleUrls() {
@@ -21,7 +21,7 @@ export class ModalHeader {
21
21
  parentModal.emitCloseEvent();
22
22
  }
23
23
  render() {
24
- return (h(Host, null, h("div", { class: "wm-wrapper" }, h("div", null, h("h2", { class: "title", id: `wm-modal-heading-text-${this.uid}` }, this.heading, h("span", { class: "subtitle" }, this.subheading))), h("wm-button", { "button-type": "navigational", icon: "f156", tooltip: globalMessages.close, "tooltip-position": "left", id: `wm-modal-close-${this.uid}`, ref: (el) => (this.closeButtonEl = el), onClick: () => this.emitParentCloseEvent() }))));
24
+ return (h(Host, { key: 'f178a3e4b95a12286b3364efbebe22b3a389f24c' }, h("div", { key: '8a6589a653e28aa5eb926f50695fe129c57548d6', class: "wm-wrapper" }, h("div", { key: '33ca649393f628c8ab5160c5e11e208812dad450' }, h("h2", { key: 'e171bcaa0424e97401db3002bbc3ebaf9c66458d', class: "title", id: `wm-modal-heading-text-${this.uid}` }, this.heading, h("span", { key: 'aacf128010d3416ca788d2110240991dcf36fd17', class: "subtitle" }, this.subheading))), h("wm-button", { key: '1a7342cd0ed7aa024b52af067ec9ed33c7a63b04', "button-type": "navigational", icon: "f156", tooltip: globalMessages.close, "tooltip-position": "left", id: `wm-modal-close-${this.uid}`, ref: (el) => (this.closeButtonEl = el), onClick: () => this.emitParentCloseEvent() }))));
25
25
  }
26
26
  static get is() { return "wm-modal-header"; }
27
27
  static get originalStyleUrls() {
@@ -108,11 +108,11 @@ export class Modal {
108
108
  }
109
109
  }
110
110
  render() {
111
- return (h("dialog", { class: `${"wm-" + this.modalType}`, ref: (el) => (this.dialogEl = el), onKeyDown: (ev) => this.handleKeyDown(ev) }, h("div", { class: "tabtrap sr-only", tabindex: "0", onFocus: (ev) => {
111
+ return (h("dialog", { key: '013cab28a1dba3a63ab8c350bfac543520254e63', class: `${"wm-" + this.modalType}`, ref: (el) => (this.dialogEl = el), onKeyDown: (ev) => this.handleKeyDown(ev) }, h("div", { key: '0bedae272d1154b61fbd7ebac59020d6c5b6b3b9', class: "tabtrap sr-only", tabindex: "0", onFocus: (ev) => {
112
112
  const focusedFromCloseButton = ev.relatedTarget && ev.relatedTarget == this.closeButtonEl;
113
113
  // no related target means we're coming from outside the page (browser chrome), and first element should be focused instead
114
114
  focusedFromCloseButton ? this.focusLastElement.emit() : this.focusFirstElement.emit();
115
- } }), !this.hasBrowserPopoverSupport && h("div", { class: "wm-tooltip" }), h("slot", null), h("div", { class: "tabtrap sr-only", tabindex: "0", onFocus: () => {
115
+ } }), !this.hasBrowserPopoverSupport && h("div", { key: '732a9e8edb3302a2d17dd9af6c8bf65ce73fc5d1', class: "wm-tooltip" }), h("slot", { key: '0ee3e5372886db1eb3f814d3f72d422771bbce27' }), h("div", { key: '197477a1dd69b1f5d2cb910fd01e1b3b247bafda', class: "tabtrap sr-only", tabindex: "0", onFocus: () => {
116
116
  this.focusFirstElement.emit();
117
117
  } })));
118
118
  }
@@ -0,0 +1,61 @@
1
+ /* --------------------------------------
2
+ 1. Box-shadow
3
+ -------------------------------------- */
4
+ /* --------------------------------------
5
+ 2. Border-radius
6
+ -------------------------------------- */
7
+ /* --------------------------------------
8
+ 3. Transforms
9
+ -------------------------------------- */
10
+ /* --------------------------------------
11
+ 4. Button Focus
12
+ -------------------------------------- */
13
+ /* --------------------------------------
14
+ 5. Flex
15
+ -------------------------------------- */
16
+ /* --------------------------------------
17
+ 7. Screen Reader Only
18
+ -------------------------------------- */
19
+ /* --------------------------------------
20
+ 8. Label styles
21
+ this mixin includes all the styles for the label
22
+ + flex rules on the parent container to switch between top and left position
23
+ + srOnly when label is hidden
24
+ Assumes the following markup:
25
+ div.wrapper[.label-left.invalid] > div.label-wrapper > label.label > span.required
26
+ .wrapper is for the flex rules
27
+ .label-wrapper is to set the height of the label when positioned left so it's the same height as
28
+ the input. It can't be done directly on .label because of possible line wrapping.
29
+ When the label is on top there's no line wrapping at all to ensure proper alignment of inlined elements
30
+ (they can't be aligned on the baseline because of possible description text and error message)
31
+ -------------------------------------- */
32
+ wm-modal-pss-footer {
33
+ border-radius: 0px 0px 5px 5px;
34
+ margin-top: -1px;
35
+ }
36
+ wm-modal-pss-footer .wm-wrapper {
37
+ display: flex;
38
+ justify-content: space-between;
39
+ align-items: center;
40
+ }
41
+ @media only screen and (max-width: 650px) {
42
+ wm-modal-pss-footer .wm-wrapper.footer-text {
43
+ flex-direction: column;
44
+ align-items: flex-start;
45
+ }
46
+ }
47
+ wm-modal-pss-footer .wm-wrapper wm-button + wm-button {
48
+ margin-left: 1rem;
49
+ }
50
+ wm-modal-pss-footer .wm-wrapper .wm-info {
51
+ font-size: 0.875rem;
52
+ font-style: italic;
53
+ }
54
+ @media only screen and (max-width: 650px) {
55
+ wm-modal-pss-footer .wm-wrapper .wm-info {
56
+ padding-bottom: 0.625rem;
57
+ }
58
+ }
59
+ wm-modal-pss-footer .wm-wrapper .wm-info:focus {
60
+ outline: none;
61
+ }
@@ -0,0 +1,138 @@
1
+ import { h } from "@stencil/core";
2
+ export class ModalFooter {
3
+ constructor() {
4
+ this.secondaryText = "";
5
+ this.primaryText = "";
6
+ this.infoText = "";
7
+ this.primaryActionDisabled = false;
8
+ this.deleteStyle = false;
9
+ }
10
+ componentWillLoad() {
11
+ this.uid = this.el.parentElement.uid;
12
+ // Trap focus when user shift+tabs past first element in modal
13
+ // NB @Listen doesn't allow to listen on a specific element (the parent modal)
14
+ // if we listen to the whole doc each modal on the page reacts to every event
15
+ this.el.parentElement.addEventListener("focusLastElement", () => {
16
+ this.lastElement.focus();
17
+ });
18
+ }
19
+ emitParentPrimaryEvent() {
20
+ const parentModal = this.el.parentElement;
21
+ //@ts-ignore
22
+ parentModal.emitPrimaryEvent();
23
+ }
24
+ emitParentSecondaryEvent() {
25
+ const parentModal = this.el.parentElement;
26
+ //@ts-ignore
27
+ parentModal.emitSecondaryEvent();
28
+ }
29
+ render() {
30
+ return (h("div", { key: '51a2d057d08fee9eb7cb20610b44b5bd9d3300a1', class: `wm-wrapper ${this.infoText ? " footer-text" : ""}` }, h("div", { key: '18b9805744abd577708add4f5c1d6bc0149927fb', class: "wm-info", "aria-live": "polite" }, this.infoText), h("div", { key: 'a449547065cb247a50f859ca5a4a82f070c06399', class: "wm-button-collection" }, this.secondaryText && (h("wm-button", { key: 'd1733ed5fe143f2e65433a667a40694fd5dbad43', onClick: () => this.emitParentSecondaryEvent(), id: `wm-secondary-${this.uid}`, ref: (el) => (this.primaryActionDisabled ? (this.lastElement = el) : null) }, this.secondaryText)), h("wm-button", { key: '2177e7af952bd16fa6cb4cf23dbf2acf18445ebc', "button-type": this.deleteStyle ? "secondary" : "primary", "permanently-delete": this.deleteStyle, onClick: () => this.emitParentPrimaryEvent(), disabled: this.primaryActionDisabled, id: `wm-primary-${this.uid}`, ref: (el) => (!this.primaryActionDisabled ? (this.lastElement = el) : null) }, this.primaryText))));
31
+ }
32
+ static get is() { return "wm-modal-pss-footer"; }
33
+ static get originalStyleUrls() {
34
+ return {
35
+ "$": ["wm-modal-pss-footer.scss"]
36
+ };
37
+ }
38
+ static get styleUrls() {
39
+ return {
40
+ "$": ["wm-modal-pss-footer.css"]
41
+ };
42
+ }
43
+ static get properties() {
44
+ return {
45
+ "secondaryText": {
46
+ "type": "string",
47
+ "mutable": false,
48
+ "complexType": {
49
+ "original": "string",
50
+ "resolved": "string | undefined",
51
+ "references": {}
52
+ },
53
+ "required": false,
54
+ "optional": true,
55
+ "docs": {
56
+ "tags": [],
57
+ "text": ""
58
+ },
59
+ "attribute": "secondary-text",
60
+ "reflect": false,
61
+ "defaultValue": "\"\""
62
+ },
63
+ "primaryText": {
64
+ "type": "string",
65
+ "mutable": false,
66
+ "complexType": {
67
+ "original": "string",
68
+ "resolved": "string | undefined",
69
+ "references": {}
70
+ },
71
+ "required": false,
72
+ "optional": true,
73
+ "docs": {
74
+ "tags": [],
75
+ "text": ""
76
+ },
77
+ "attribute": "primary-text",
78
+ "reflect": false,
79
+ "defaultValue": "\"\""
80
+ },
81
+ "infoText": {
82
+ "type": "string",
83
+ "mutable": false,
84
+ "complexType": {
85
+ "original": "string",
86
+ "resolved": "string | undefined",
87
+ "references": {}
88
+ },
89
+ "required": false,
90
+ "optional": true,
91
+ "docs": {
92
+ "tags": [],
93
+ "text": ""
94
+ },
95
+ "attribute": "info-text",
96
+ "reflect": false,
97
+ "defaultValue": "\"\""
98
+ },
99
+ "primaryActionDisabled": {
100
+ "type": "boolean",
101
+ "mutable": false,
102
+ "complexType": {
103
+ "original": "boolean",
104
+ "resolved": "boolean",
105
+ "references": {}
106
+ },
107
+ "required": false,
108
+ "optional": false,
109
+ "docs": {
110
+ "tags": [],
111
+ "text": ""
112
+ },
113
+ "attribute": "primary-action-disabled",
114
+ "reflect": false,
115
+ "defaultValue": "false"
116
+ },
117
+ "deleteStyle": {
118
+ "type": "boolean",
119
+ "mutable": false,
120
+ "complexType": {
121
+ "original": "boolean",
122
+ "resolved": "boolean",
123
+ "references": {}
124
+ },
125
+ "required": false,
126
+ "optional": false,
127
+ "docs": {
128
+ "tags": [],
129
+ "text": ""
130
+ },
131
+ "attribute": "delete-style",
132
+ "reflect": false,
133
+ "defaultValue": "false"
134
+ }
135
+ };
136
+ }
137
+ static get elementRef() { return "el"; }
138
+ }
@@ -0,0 +1,55 @@
1
+ /* --------------------------------------
2
+ 1. Box-shadow
3
+ -------------------------------------- */
4
+ /* --------------------------------------
5
+ 2. Border-radius
6
+ -------------------------------------- */
7
+ /* --------------------------------------
8
+ 3. Transforms
9
+ -------------------------------------- */
10
+ /* --------------------------------------
11
+ 4. Button Focus
12
+ -------------------------------------- */
13
+ /* --------------------------------------
14
+ 5. Flex
15
+ -------------------------------------- */
16
+ /* --------------------------------------
17
+ 7. Screen Reader Only
18
+ -------------------------------------- */
19
+ /* --------------------------------------
20
+ 8. Label styles
21
+ this mixin includes all the styles for the label
22
+ + flex rules on the parent container to switch between top and left position
23
+ + srOnly when label is hidden
24
+ Assumes the following markup:
25
+ div.wrapper[.label-left.invalid] > div.label-wrapper > label.label > span.required
26
+ .wrapper is for the flex rules
27
+ .label-wrapper is to set the height of the label when positioned left so it's the same height as
28
+ the input. It can't be done directly on .label because of possible line wrapping.
29
+ When the label is on top there's no line wrapping at all to ensure proper alignment of inlined elements
30
+ (they can't be aligned on the baseline because of possible description text and error message)
31
+ -------------------------------------- */
32
+ wm-modal-pss-header {
33
+ border-radius: 5px 5px 0 0px;
34
+ margin-bottom: -1px;
35
+ }
36
+ wm-modal-pss-header .wm-wrapper {
37
+ display: flex;
38
+ justify-content: space-between;
39
+ align-items: center;
40
+ }
41
+ wm-modal-pss-header .wm-wrapper .title {
42
+ margin: 0;
43
+ font-weight: 600;
44
+ font-size: 1.125rem;
45
+ color: var(--wmcolor-modal-heading);
46
+ line-height: normal;
47
+ }
48
+ wm-modal-pss-header .wm-wrapper .title .subtitle {
49
+ display: block;
50
+ font-size: 0.875rem;
51
+ font-weight: normal;
52
+ }
53
+ wm-modal-pss-header .wm-wrapper .title:focus {
54
+ outline: none;
55
+ }
@@ -0,0 +1,81 @@
1
+ import { h, Host } from "@stencil/core";
2
+ export class ModalHeader {
3
+ constructor() {
4
+ this.heading = "";
5
+ this.subheading = "";
6
+ }
7
+ componentWillLoad() {
8
+ this.uid = this.el.parentElement.uid;
9
+ // Trap focus when user tabs past last element in modal
10
+ // NB @Listen doesn't allow to listen on a specific element (the parent modal)
11
+ // if we listen to the whole doc each modal on the page reacts to every event
12
+ this.el.parentElement.addEventListener("focusFirstElement", () => {
13
+ this.closeButtonEl.focus();
14
+ });
15
+ }
16
+ emitParentCloseEvent() {
17
+ const parentModal = this.el.parentElement;
18
+ //@ts-ignore
19
+ parentModal.emitCloseEvent();
20
+ }
21
+ // @Listen("click")
22
+ // directFocusOnClick() {
23
+ // this.headingElement.tabIndex = 0;
24
+ // this.headingElement.focus();
25
+ // }
26
+ render() {
27
+ return (h(Host, { key: '2b2dda4dcd73e99ead055334998d5ef97ea60df4' }, h("div", { key: '8a1f05da81b4663558e962f7b540fac35e2bbfa3', class: "wm-wrapper" }, h("div", { key: '2948adf911680be5ba5a4beb317ddd57303a9a15' }, h("h2", { key: 'f1068bac6d9692a6368f5662bbcde1aad83c3317', class: "title", id: `wm-modal-heading-text-${this.uid}` }, this.heading, h("span", { key: '9452c69404d41425a2bce3fbe15e457fc773a640', class: "subtitle" }, this.subheading))), h("wm-button", { key: '1961750a256f7ad40f8d06345994479b0e3ed541', "button-type": "navigational", icon: "f156", tooltip: "Close", "tooltip-position": "left", id: `wm-modal-close-${this.uid}`, ref: (el) => (this.closeButtonEl = el), onClick: () => this.emitParentCloseEvent() }))));
28
+ }
29
+ static get is() { return "wm-modal-pss-header"; }
30
+ static get originalStyleUrls() {
31
+ return {
32
+ "$": ["wm-modal-pss-header.scss"]
33
+ };
34
+ }
35
+ static get styleUrls() {
36
+ return {
37
+ "$": ["wm-modal-pss-header.css"]
38
+ };
39
+ }
40
+ static get properties() {
41
+ return {
42
+ "heading": {
43
+ "type": "string",
44
+ "mutable": false,
45
+ "complexType": {
46
+ "original": "string",
47
+ "resolved": "string | undefined",
48
+ "references": {}
49
+ },
50
+ "required": false,
51
+ "optional": true,
52
+ "docs": {
53
+ "tags": [],
54
+ "text": ""
55
+ },
56
+ "attribute": "heading",
57
+ "reflect": false,
58
+ "defaultValue": "\"\""
59
+ },
60
+ "subheading": {
61
+ "type": "string",
62
+ "mutable": false,
63
+ "complexType": {
64
+ "original": "string",
65
+ "resolved": "string | undefined",
66
+ "references": {}
67
+ },
68
+ "required": false,
69
+ "optional": true,
70
+ "docs": {
71
+ "tags": [],
72
+ "text": ""
73
+ },
74
+ "attribute": "subheading",
75
+ "reflect": false,
76
+ "defaultValue": "\"\""
77
+ }
78
+ };
79
+ }
80
+ static get elementRef() { return "el"; }
81
+ }
@@ -0,0 +1,134 @@
1
+ /* --------------------------------------
2
+ 1. Box-shadow
3
+ -------------------------------------- */
4
+ /* --------------------------------------
5
+ 2. Border-radius
6
+ -------------------------------------- */
7
+ /* --------------------------------------
8
+ 3. Transforms
9
+ -------------------------------------- */
10
+ /* --------------------------------------
11
+ 4. Button Focus
12
+ -------------------------------------- */
13
+ /* --------------------------------------
14
+ 5. Flex
15
+ -------------------------------------- */
16
+ /* --------------------------------------
17
+ 7. Screen Reader Only
18
+ -------------------------------------- */
19
+ /* --------------------------------------
20
+ 8. Label styles
21
+ this mixin includes all the styles for the label
22
+ + flex rules on the parent container to switch between top and left position
23
+ + srOnly when label is hidden
24
+ Assumes the following markup:
25
+ div.wrapper[.label-left.invalid] > div.label-wrapper > label.label > span.required
26
+ .wrapper is for the flex rules
27
+ .label-wrapper is to set the height of the label when positioned left so it's the same height as
28
+ the input. It can't be done directly on .label because of possible line wrapping.
29
+ When the label is on top there's no line wrapping at all to ensure proper alignment of inlined elements
30
+ (they can't be aligned on the baseline because of possible description text and error message)
31
+ -------------------------------------- */
32
+ wm-modal-pss {
33
+ --wmcolor-modal-background: var(--wmcolor-background);
34
+ --wmcolor-modal-border: var(--wmcolor-border);
35
+ --wmcolor-modal-heading: var(--wmcolor-text);
36
+ --wmcolor-modal-overlay: var(--wmcolor-overlay);
37
+ display: flex;
38
+ justify-content: center;
39
+ align-items: center;
40
+ flex-direction: column;
41
+ position: fixed;
42
+ top: 50%;
43
+ left: 50%;
44
+ transform: translate(-50%, -50%);
45
+ z-index: 2001;
46
+ width: 80vw;
47
+ max-width: 750px;
48
+ max-height: 80vh;
49
+ box-shadow: 0px 11px 15px 0px rgba(0, 0, 0, 0.2), 0px 9px 46px 8px rgba(0, 0, 0, 0.12), 0px 24px 38px 3px rgba(0, 0, 0, 0.14);
50
+ }
51
+ wm-modal-pss * {
52
+ box-sizing: border-box;
53
+ }
54
+ wm-modal-pss > * {
55
+ width: 80vw;
56
+ max-width: 750px;
57
+ background: var(--wmcolor-modal-background);
58
+ }
59
+ wm-modal-pss > *:focus {
60
+ outline: none;
61
+ }
62
+ wm-modal-pss wm-modal-pss-header,
63
+ wm-modal-pss wm-modal-pss-footer {
64
+ padding: 20px 30px;
65
+ }
66
+ wm-modal-pss wm-modal-pss-header {
67
+ z-index: 2003;
68
+ }
69
+ wm-modal-pss wm-modal-pss-footer {
70
+ z-index: 2003;
71
+ }
72
+ wm-modal-pss > :not(wm-modal-pss-header):not(wm-modal-pss-footer) {
73
+ max-height: calc(80vh - 166px);
74
+ z-index: 2002;
75
+ }
76
+ wm-modal-pss.wm-modal wm-modal-pss-header {
77
+ border-bottom: 1px solid var(--wmcolor-modal-border);
78
+ }
79
+ wm-modal-pss.wm-modal wm-modal-pss-footer {
80
+ border-top: 1px solid var(--wmcolor-modal-border);
81
+ }
82
+ @media only screen and (max-width: 768px) {
83
+ wm-modal-pss.wm-modal {
84
+ height: 100%;
85
+ max-height: none;
86
+ max-width: none;
87
+ width: 100vw;
88
+ }
89
+ wm-modal-pss.wm-modal > * {
90
+ max-width: none;
91
+ width: 100vw;
92
+ }
93
+ wm-modal-pss.wm-modal > *:not(wm-modal-pss-header):not(wm-modal-pss-footer) {
94
+ max-height: none;
95
+ height: calc(100vh - 166px);
96
+ }
97
+ }
98
+ wm-modal-pss.wm-dialog > :not(wm-modal-pss-header):not(wm-modal-pss-footer) {
99
+ padding: 0 30px 20px 30px;
100
+ font-size: 0.875rem;
101
+ border: none;
102
+ }
103
+ wm-modal-pss .overlay {
104
+ width: 100vw;
105
+ height: 100vh;
106
+ max-width: none;
107
+ max-height: none;
108
+ position: fixed !important;
109
+ top: -1;
110
+ bottom: 1;
111
+ left: -1;
112
+ right: 1;
113
+ transform: translate(0%, 0%);
114
+ background-color: var(--wmcolor-modal-overlay);
115
+ transition: opacity 0.5s ease-out;
116
+ z-index: 2000;
117
+ }
118
+ wm-modal-pss.hide {
119
+ visibility: hidden;
120
+ }
121
+ wm-modal-pss .sr-only {
122
+ position: absolute !important;
123
+ width: 1px !important;
124
+ height: 1px !important;
125
+ padding: 0 !important;
126
+ border: 0 !important;
127
+ overflow: hidden !important;
128
+ clip: rect(0, 0, 0, 0) !important;
129
+ clip-path: inset(50%) !important;
130
+ white-space: nowrap !important;
131
+ margin: -1px !important;
132
+ top: 0;
133
+ left: 0;
134
+ }