@watermarkinsights/ripple 5.7.0-5 → 5.7.0-6

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 (375) hide show
  1. package/dist/{esm/global-f0d5062d.js → cjs/app-globals-b78b1f4d.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 +1863 -0
  5. package/dist/cjs/{intl-5aeba788.js → intl-57d1cfd1.js} +1 -1
  6. package/dist/cjs/loader.cjs.js +4 -3
  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 +12 -11
  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-footer.cjs.entry.js +4 -3
  24. package/dist/cjs/wm-modal-header.cjs.entry.js +6 -5
  25. package/dist/cjs/wm-modal.cjs.entry.js +6 -5
  26. package/dist/cjs/wm-navigation_3.cjs.entry.js +13 -10
  27. package/dist/cjs/wm-navigator.cjs.entry.js +4 -3
  28. package/dist/cjs/wm-nested-select.cjs.entry.js +8 -7
  29. package/dist/cjs/wm-optgroup.cjs.entry.js +5 -4
  30. package/dist/cjs/wm-option_2.cjs.entry.js +10 -8
  31. package/dist/cjs/wm-pagination.cjs.entry.js +5 -4
  32. package/dist/cjs/wm-progress-indicator_3.cjs.entry.js +9 -7
  33. package/dist/cjs/wm-search.cjs.entry.js +7 -6
  34. package/dist/cjs/wm-snackbar.cjs.entry.js +7 -6
  35. package/dist/cjs/wm-tab-item_3.cjs.entry.js +11 -8
  36. package/dist/cjs/wm-tag-input.cjs.entry.js +8 -7
  37. package/dist/cjs/wm-tag-option.cjs.entry.js +2 -2
  38. package/dist/cjs/wm-textarea.cjs.entry.js +6 -5
  39. package/dist/cjs/wm-timepicker.cjs.entry.js +6 -5
  40. package/dist/cjs/wm-toggletip.cjs.entry.js +6 -5
  41. package/dist/cjs/wm-uploader.cjs.entry.js +7 -6
  42. package/dist/cjs/wm-wrapper.cjs.entry.js +1 -1
  43. package/dist/collection/collection-manifest.json +2 -2
  44. package/dist/collection/components/charts/chartFunctions.js +1 -1
  45. package/dist/collection/components/charts/priv-chart-popover/priv-chart-popover.js +2 -2
  46. package/dist/collection/components/charts/wm-chart/wm-chart.js +1 -1
  47. package/dist/collection/components/charts/wm-line-chart/wm-line-chart.js +9 -9
  48. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-indicator.js +1 -1
  49. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.js +1 -1
  50. package/dist/collection/components/datepickers/priv-calendar/priv-calendar.js +2 -2
  51. package/dist/collection/components/datepickers/wm-date-range.js +17 -13
  52. package/dist/collection/components/datepickers/wm-datepicker.js +17 -13
  53. package/dist/collection/components/selects/priv-option-list/priv-option-list.js +7 -5
  54. package/dist/collection/components/selects/wm-nested-select/wm-nested-select.js +3 -3
  55. package/dist/collection/components/selects/wm-optgroup/wm-optgroup.js +1 -1
  56. package/dist/collection/components/selects/wm-option/wm-option.js +1 -1
  57. package/dist/collection/components/selects/wm-select/wm-select.js +2 -2
  58. package/dist/collection/components/wm-action-menu/wm-action-menu.js +1 -1
  59. package/dist/collection/components/wm-button/wm-button.js +1 -1
  60. package/dist/collection/components/wm-file/wm-file.js +1 -1
  61. package/dist/collection/components/wm-file-list/wm-file-list.js +1 -1
  62. package/dist/collection/components/wm-input/wm-input.js +1 -1
  63. package/dist/collection/components/wm-menuitem/wm-menuitem.js +1 -1
  64. package/dist/collection/components/wm-modal/wm-modal-footer.js +1 -1
  65. package/dist/collection/components/wm-modal/wm-modal-header.js +1 -1
  66. package/dist/collection/components/wm-modal/wm-modal.js +2 -2
  67. package/dist/collection/components/wm-navigation/wm-navigation-hamburger.js +1 -1
  68. package/dist/collection/components/wm-navigation/wm-navigation-item.js +1 -1
  69. package/dist/collection/components/wm-navigation/wm-navigation.js +2 -2
  70. package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.js +1 -1
  71. package/dist/collection/components/wm-navigator/priv-navigator-item/priv-navigator-item.js +1 -1
  72. package/dist/collection/components/wm-pagination/wm-pagination.js +1 -1
  73. package/dist/collection/components/wm-search/wm-search.js +5 -4
  74. package/dist/collection/components/wm-snackbar/wm-snackbar.js +2 -2
  75. package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.js +1 -1
  76. package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.js +1 -1
  77. package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.js +1 -1
  78. package/dist/collection/components/wm-tag-input/wm-tag-input.js +3 -3
  79. package/dist/collection/components/wm-textarea/wm-textarea.js +1 -1
  80. package/dist/collection/components/wm-timepicker/wm-timepicker.js +11 -8
  81. package/dist/collection/components/wm-toggletip/wm-toggletip.js +2 -2
  82. package/dist/collection/components/wm-uploader/wm-uploader.js +2 -2
  83. package/dist/{cjs/global-5f3aed27.js → esm/app-globals-079cb2f3.js} +7 -2
  84. package/dist/esm/{chartFunctions-dfcb1edf.js → chartFunctions-6666ced3.js} +3 -3
  85. package/dist/esm/{functions-b791a892.js → functions-03966124.js} +105 -8
  86. package/dist/esm/index-130e07bb.js +1832 -0
  87. package/dist/esm/{intl-f2f7ce8b.js → intl-2fa0087c.js} +1 -1
  88. package/dist/esm/loader.js +5 -4
  89. package/dist/esm/priv-calendar.entry.js +6 -5
  90. package/dist/esm/priv-chart-popover.entry.js +6 -5
  91. package/dist/esm/priv-navigator-button.entry.js +4 -3
  92. package/dist/esm/priv-navigator-item.entry.js +4 -3
  93. package/dist/esm/priv-option-list.entry.js +5 -4
  94. package/dist/esm/ripple.js +13 -12
  95. package/dist/esm/wm-action-menu_2.entry.js +8 -6
  96. package/dist/esm/wm-button.entry.js +5 -4
  97. package/dist/esm/wm-chart-slice.entry.js +1 -1
  98. package/dist/esm/wm-chart.entry.js +7 -6
  99. package/dist/esm/wm-date-range.entry.js +9 -8
  100. package/dist/esm/wm-datepicker.entry.js +9 -8
  101. package/dist/esm/wm-file-list.entry.js +4 -3
  102. package/dist/esm/wm-file.entry.js +5 -4
  103. package/dist/esm/wm-input.entry.js +6 -5
  104. package/dist/esm/wm-line-chart.entry.js +15 -14
  105. package/dist/esm/wm-modal-footer.entry.js +4 -3
  106. package/dist/esm/wm-modal-header.entry.js +6 -5
  107. package/dist/esm/wm-modal.entry.js +6 -5
  108. package/dist/esm/wm-navigation_3.entry.js +13 -10
  109. package/dist/esm/wm-navigator.entry.js +4 -3
  110. package/dist/esm/wm-nested-select.entry.js +8 -7
  111. package/dist/esm/wm-optgroup.entry.js +5 -4
  112. package/dist/esm/wm-option_2.entry.js +10 -8
  113. package/dist/esm/wm-pagination.entry.js +5 -4
  114. package/dist/esm/wm-progress-indicator_3.entry.js +9 -7
  115. package/dist/esm/wm-search.entry.js +7 -6
  116. package/dist/esm/wm-snackbar.entry.js +7 -6
  117. package/dist/esm/wm-tab-item_3.entry.js +11 -8
  118. package/dist/esm/wm-tag-input.entry.js +8 -7
  119. package/dist/esm/wm-tag-option.entry.js +2 -2
  120. package/dist/esm/wm-textarea.entry.js +6 -5
  121. package/dist/esm/wm-timepicker.entry.js +6 -5
  122. package/dist/esm/wm-toggletip.entry.js +6 -5
  123. package/dist/esm/wm-uploader.entry.js +7 -6
  124. package/dist/esm/wm-wrapper.entry.js +1 -1
  125. package/dist/esm-es5/app-globals-079cb2f3.js +1 -0
  126. package/dist/esm-es5/{chartFunctions-dfcb1edf.js → chartFunctions-6666ced3.js} +1 -1
  127. package/dist/esm-es5/functions-03966124.js +1 -0
  128. package/dist/esm-es5/index-130e07bb.js +1 -0
  129. package/dist/esm-es5/{intl-f2f7ce8b.js → intl-2fa0087c.js} +1 -1
  130. package/dist/esm-es5/loader.js +1 -1
  131. package/dist/esm-es5/priv-calendar.entry.js +1 -1
  132. package/dist/esm-es5/priv-chart-popover.entry.js +1 -1
  133. package/dist/esm-es5/priv-navigator-button.entry.js +1 -1
  134. package/dist/esm-es5/priv-navigator-item.entry.js +1 -1
  135. package/dist/esm-es5/priv-option-list.entry.js +1 -1
  136. package/dist/esm-es5/ripple.js +1 -1
  137. package/dist/esm-es5/wm-action-menu_2.entry.js +1 -1
  138. package/dist/esm-es5/wm-button.entry.js +1 -1
  139. package/dist/esm-es5/wm-chart-slice.entry.js +1 -1
  140. package/dist/esm-es5/wm-chart.entry.js +1 -1
  141. package/dist/esm-es5/wm-date-range.entry.js +1 -1
  142. package/dist/esm-es5/wm-datepicker.entry.js +1 -1
  143. package/dist/esm-es5/wm-file-list.entry.js +1 -1
  144. package/dist/esm-es5/wm-file.entry.js +1 -1
  145. package/dist/esm-es5/wm-input.entry.js +1 -1
  146. package/dist/esm-es5/wm-line-chart.entry.js +1 -1
  147. package/dist/esm-es5/wm-modal-footer.entry.js +1 -1
  148. package/dist/esm-es5/wm-modal-header.entry.js +1 -1
  149. package/dist/esm-es5/wm-modal.entry.js +1 -1
  150. package/dist/esm-es5/wm-navigation_3.entry.js +1 -1
  151. package/dist/esm-es5/wm-navigator.entry.js +1 -1
  152. package/dist/esm-es5/wm-nested-select.entry.js +1 -1
  153. package/dist/esm-es5/wm-optgroup.entry.js +1 -1
  154. package/dist/esm-es5/wm-option_2.entry.js +1 -1
  155. package/dist/esm-es5/wm-pagination.entry.js +1 -1
  156. package/dist/esm-es5/wm-progress-indicator_3.entry.js +1 -1
  157. package/dist/esm-es5/wm-search.entry.js +1 -1
  158. package/dist/esm-es5/wm-snackbar.entry.js +1 -1
  159. package/dist/esm-es5/wm-tab-item_3.entry.js +1 -1
  160. package/dist/esm-es5/wm-tag-input.entry.js +1 -1
  161. package/dist/esm-es5/wm-tag-option.entry.js +1 -1
  162. package/dist/esm-es5/wm-textarea.entry.js +1 -1
  163. package/dist/esm-es5/wm-timepicker.entry.js +1 -1
  164. package/dist/esm-es5/wm-toggletip.entry.js +1 -1
  165. package/dist/esm-es5/wm-uploader.entry.js +1 -1
  166. package/dist/esm-es5/wm-wrapper.entry.js +1 -1
  167. package/dist/loader/cdn.js +1 -2
  168. package/dist/loader/index.cjs.js +1 -2
  169. package/dist/loader/index.d.ts +3 -0
  170. package/dist/loader/index.es2017.js +1 -2
  171. package/dist/loader/index.js +1 -2
  172. package/dist/ripple/{p-65d26233.system.entry.js → p-043901ab.system.entry.js} +1 -1
  173. package/dist/ripple/p-04c5af17.entry.js +1 -0
  174. package/dist/ripple/{p-828adbf1.system.js → p-094883e1.system.js} +1 -1
  175. package/dist/ripple/{p-48e09589.entry.js → p-13b1d775.entry.js} +1 -1
  176. package/dist/ripple/p-16eb5075.entry.js +1 -0
  177. package/dist/ripple/p-17825edb.entry.js +1 -0
  178. package/dist/ripple/p-19c85f03.system.entry.js +1 -0
  179. package/dist/ripple/p-2261e8d4.entry.js +1 -0
  180. package/dist/ripple/p-2903ce15.system.entry.js +1 -0
  181. package/dist/ripple/p-2a3d94a9.system.entry.js +1 -0
  182. package/dist/ripple/{p-e687176d.entry.js → p-2c70503a.entry.js} +1 -1
  183. package/dist/ripple/p-39484b51.system.entry.js +1 -0
  184. package/dist/ripple/p-3e7e6493.system.entry.js +1 -0
  185. package/dist/ripple/p-3eae2cff.system.entry.js +1 -0
  186. package/dist/ripple/p-43598413.js +1 -0
  187. package/dist/ripple/p-43c7c26e.entry.js +1 -0
  188. package/dist/ripple/p-45393c61.system.entry.js +1 -0
  189. package/dist/ripple/p-4d0daa27.system.js +1 -0
  190. package/dist/ripple/p-4f2be0ea.entry.js +1 -0
  191. package/dist/ripple/{p-c2e00d4a.system.entry.js → p-4fa245d4.system.entry.js} +1 -1
  192. package/dist/ripple/{p-505eca1c.system.entry.js → p-506a85c0.system.entry.js} +1 -1
  193. package/dist/ripple/p-54ee24ab.system.entry.js +1 -0
  194. package/dist/ripple/p-580a6225.system.entry.js +1 -0
  195. package/dist/ripple/{p-db9657eb.system.entry.js → p-60206085.system.entry.js} +1 -1
  196. package/dist/ripple/{p-c853e185.system.entry.js → p-6028695a.system.entry.js} +1 -1
  197. package/dist/ripple/{p-fa4f1030.system.entry.js → p-664dc79d.system.entry.js} +1 -1
  198. package/dist/ripple/{p-a3c01e10.system.entry.js → p-68434694.system.entry.js} +1 -1
  199. package/dist/ripple/p-6b84c512.entry.js +1 -0
  200. package/dist/ripple/p-6e50bb9a.entry.js +1 -0
  201. package/dist/ripple/p-76df7747.system.entry.js +1 -0
  202. package/dist/ripple/{p-72165bd2.entry.js → p-772db278.entry.js} +1 -1
  203. package/dist/ripple/{p-eddbcb21.js → p-785fda3d.js} +1 -1
  204. package/dist/ripple/p-7c2846e4.system.entry.js +1 -0
  205. package/dist/ripple/p-7f162296.system.entry.js +1 -0
  206. package/dist/ripple/p-7fba9e61.system.entry.js +1 -0
  207. package/dist/ripple/p-81ce5578.entry.js +1 -0
  208. package/dist/ripple/{p-32bf3f5b.system.entry.js → p-823d7b4e.system.entry.js} +1 -1
  209. package/dist/ripple/p-877d35f8.system.entry.js +1 -0
  210. package/dist/ripple/p-8933fa3d.system.entry.js +1 -0
  211. package/dist/ripple/p-a6466fd1.entry.js +1 -0
  212. package/dist/ripple/p-aa52069c.entry.js +1 -0
  213. package/dist/ripple/p-ae2b2056.entry.js +1 -0
  214. package/dist/ripple/p-afa807a5.entry.js +1 -0
  215. package/dist/ripple/{p-45f9ad09.entry.js → p-b47aa85a.entry.js} +1 -1
  216. package/dist/ripple/{p-21d372ed.js → p-b4e4479b.js} +1 -1
  217. package/dist/ripple/p-b5276c34.entry.js +1 -0
  218. package/dist/ripple/p-b5e7db7f.system.entry.js +1 -0
  219. package/dist/ripple/{p-81c2df85.system.js → p-b8a3612c.system.js} +1 -1
  220. package/dist/ripple/p-b8dbae16.entry.js +1 -0
  221. package/dist/ripple/p-ba2fe2c3.system.entry.js +1 -0
  222. package/dist/ripple/p-baca1589.entry.js +1 -0
  223. package/dist/ripple/p-bae209b8.system.entry.js +1 -0
  224. package/dist/ripple/p-bf033357.entry.js +1 -0
  225. package/dist/ripple/p-c0ccce22.system.entry.js +1 -0
  226. package/dist/ripple/p-c499cfaf.entry.js +1 -0
  227. package/dist/ripple/p-c61b29cd.system.entry.js +1 -0
  228. package/dist/ripple/p-c83bc1e9.entry.js +1 -0
  229. package/dist/ripple/{p-88ebddd7.entry.js → p-cd0cc88d.entry.js} +1 -1
  230. package/dist/ripple/p-cef8a45b.system.js +2 -0
  231. package/dist/ripple/p-d307a2d5.system.entry.js +1 -0
  232. package/dist/ripple/p-d9da0502.js +2 -0
  233. package/dist/ripple/{p-5300b15d.entry.js → p-da3e143d.entry.js} +1 -1
  234. package/dist/ripple/p-db706578.system.js +1 -0
  235. package/dist/ripple/{p-c1e3c2fb.entry.js → p-dba15615.entry.js} +1 -1
  236. package/dist/ripple/p-dd23c135.entry.js +1 -0
  237. package/dist/ripple/p-ded71900.entry.js +1 -0
  238. package/dist/ripple/p-dfcf2302.system.js +1 -0
  239. package/dist/ripple/{p-3e415c49.system.entry.js → p-e1a3db79.system.entry.js} +1 -1
  240. package/dist/ripple/p-e27dcd81.system.entry.js +1 -0
  241. package/dist/ripple/{p-ca971eac.system.entry.js → p-e2910f91.system.entry.js} +1 -1
  242. package/dist/ripple/p-e5f7fbe7.js +1 -0
  243. package/dist/ripple/p-e6e1cd8b.entry.js +1 -0
  244. package/dist/ripple/p-ed2f0946.entry.js +1 -0
  245. package/dist/ripple/p-f3aa0c90.entry.js +1 -0
  246. package/dist/ripple/{p-5a9e3108.system.entry.js → p-f573e60c.system.entry.js} +1 -1
  247. package/dist/ripple/p-f6752b25.system.entry.js +1 -0
  248. package/dist/ripple/p-f78d5bc3.entry.js +1 -0
  249. package/dist/ripple/p-faae9ebb.entry.js +1 -0
  250. package/dist/ripple/{p-5284791c.entry.js → p-fc04e749.entry.js} +1 -1
  251. package/dist/ripple/p-fde96980.system.entry.js +1 -0
  252. package/dist/ripple/p-fe6522b9.entry.js +1 -0
  253. package/dist/ripple/ripple.esm.js +1 -1
  254. package/dist/ripple/ripple.js +1 -1
  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 -2653
  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 -2622
  315. package/dist/esm-es5/functions-b791a892.js +0 -1
  316. package/dist/esm-es5/global-f0d5062d.js +0 -1
  317. package/dist/esm-es5/index-558b5a82.js +0 -1
  318. package/dist/ripple/p-021ff5fa.system.entry.js +0 -1
  319. package/dist/ripple/p-0b1c6965.system.entry.js +0 -1
  320. package/dist/ripple/p-134c0c34.entry.js +0 -1
  321. package/dist/ripple/p-1389302e.system.entry.js +0 -1
  322. package/dist/ripple/p-13f51c06.entry.js +0 -1
  323. package/dist/ripple/p-149a22bf.entry.js +0 -1
  324. package/dist/ripple/p-16f65bf4.js +0 -1
  325. package/dist/ripple/p-1c170fb3.entry.js +0 -1
  326. package/dist/ripple/p-1e625a5e.entry.js +0 -1
  327. package/dist/ripple/p-1ee83607.js +0 -1
  328. package/dist/ripple/p-215793a4.entry.js +0 -1
  329. package/dist/ripple/p-226fe4e0.entry.js +0 -1
  330. package/dist/ripple/p-236af552.entry.js +0 -1
  331. package/dist/ripple/p-24051ba4.system.js +0 -1
  332. package/dist/ripple/p-294b38ca.system.entry.js +0 -1
  333. package/dist/ripple/p-2e79fa49.entry.js +0 -1
  334. package/dist/ripple/p-2f664fdd.entry.js +0 -1
  335. package/dist/ripple/p-30b905eb.system.entry.js +0 -1
  336. package/dist/ripple/p-311923b2.system.entry.js +0 -1
  337. package/dist/ripple/p-3568472c.entry.js +0 -1
  338. package/dist/ripple/p-3d50db36.entry.js +0 -1
  339. package/dist/ripple/p-3deaf4d9.system.entry.js +0 -1
  340. package/dist/ripple/p-41550baa.entry.js +0 -1
  341. package/dist/ripple/p-4d956340.system.entry.js +0 -1
  342. package/dist/ripple/p-50388b6f.system.entry.js +0 -1
  343. package/dist/ripple/p-568c595f.js +0 -2
  344. package/dist/ripple/p-6cc07645.system.entry.js +0 -1
  345. package/dist/ripple/p-6d129ef8.system.entry.js +0 -1
  346. package/dist/ripple/p-725230dd.system.entry.js +0 -1
  347. package/dist/ripple/p-749597da.system.entry.js +0 -1
  348. package/dist/ripple/p-83be63f6.entry.js +0 -1
  349. package/dist/ripple/p-84603f1f.system.entry.js +0 -1
  350. package/dist/ripple/p-84ba5b74.entry.js +0 -1
  351. package/dist/ripple/p-902a54c5.entry.js +0 -1
  352. package/dist/ripple/p-a0ecb6d7.system.entry.js +0 -1
  353. package/dist/ripple/p-a65f8259.entry.js +0 -1
  354. package/dist/ripple/p-ab8d78cc.system.js +0 -2
  355. package/dist/ripple/p-ade3d9a9.entry.js +0 -1
  356. package/dist/ripple/p-ae82b3d2.system.js +0 -1
  357. package/dist/ripple/p-aea13873.entry.js +0 -1
  358. package/dist/ripple/p-b01f9998.system.entry.js +0 -1
  359. package/dist/ripple/p-b9dbf1f4.entry.js +0 -1
  360. package/dist/ripple/p-c21221b4.system.entry.js +0 -1
  361. package/dist/ripple/p-c47fab48.entry.js +0 -1
  362. package/dist/ripple/p-c885c7f9.entry.js +0 -1
  363. package/dist/ripple/p-c9543950.system.entry.js +0 -1
  364. package/dist/ripple/p-cab9cadd.system.entry.js +0 -1
  365. package/dist/ripple/p-cad0c5f9.system.entry.js +0 -1
  366. package/dist/ripple/p-df157138.entry.js +0 -1
  367. package/dist/ripple/p-e081fdc2.system.entry.js +0 -1
  368. package/dist/ripple/p-ed1f6b8d.system.entry.js +0 -1
  369. package/dist/ripple/p-f2101a0d.entry.js +0 -1
  370. package/dist/ripple/p-f24572f5.entry.js +0 -1
  371. package/dist/ripple/p-f40e1468.system.entry.js +0 -1
  372. package/dist/ripple/p-f4bcee58.system.entry.js +0 -1
  373. package/dist/ripple/p-f6eb20b6.system.js +0 -1
  374. package/dist/ripple/p-f90e4094.entry.js +0 -1
  375. package/dist/ripple/p-ff1ed90f.entry.js +0 -1
@@ -2,10 +2,11 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-e86c28b6.js');
6
- const functions = require('./functions-e24249e6.js');
5
+ const index = require('./index-788526f5.js');
6
+ const functions = require('./functions-5ac8a62f.js');
7
7
 
8
8
  const datepickerCss = ":host{--wmcolor-datepicker-background:var(--wmcolor-background);--wmcolor-datepicker-day-background-hover:var(--wmcolor-interactive-background-hover);--wmcolor-datepicker-day-background-selected:var(--wmcolor-interactive);--wmcolor-datepicker-day-text-outside:var(--wmcolor-interactive-disabled);--wmcolor-datepicker-day-text-selected:var(--wmcolor-interactive-text-selected);--wmcolor-datepicker-day-text:var(--wmcolor-text);--wmcolor-datepicker-input-background-disabled:var(--wmcolor-input-background-disabled);--wmcolor-datepicker-input-background:var(--wmcolor-input-background);--wmcolor-datepicker-input-border:var(--wmcolor-input-border);--wmcolor-datepicker-input-text-disabled:var(--wmcolor-input-text-disabled);--wmcolor-datepicker-input-text:var(--wmcolor-input-text);--wmcolor-datepicker-month-background-hover:var(--wmcolor-interactive-background-hover);--wmcolor-datepicker-month-background-selected:var(--wmcolor-interactive);--wmcolor-datepicker-month-background:var(--wmcolor-text);--wmcolor-datepicker-month-border:var(--wmcolor-border-light);--wmcolor-datepicker-month-text-selected:var(--wmcolor-text-ondark);--wmcolor-datepicker-month-text:var(--wmcolor-interactive);--wmcolor-datepicker-navigation-background-hover:var(--wmcolor-button-background-navigational-hover);--wmcolor-datepicker-navigation-background:var(--wmcolor-button-background-navigational);--wmcolor-datepicker-navigation-text:var(--wmcolor-button-icon-navigational);--wmcolor-datepicker-selector-background:var(--wmcolor-button-background-secondary);--wmcolor-datepicker-selector-border:var(--wmcolor-button-border-secondary);--wmcolor-datepicker-selector-text:var(--wmcolor-button-text-secondary);--wmcolor-datepicker-toggle-background-disabled:var(--wmcolor-input-background-disabled);--wmcolor-datepicker-toggle-background-hover:var(--wmcolor-interactive-background-hover);--wmcolor-datepicker-toggle-background:var(--wmcolor-input-background);--wmcolor-datepicker-toggle-icon-disabled:var(--wmcolor-interactive-disabled);--wmcolor-datepicker-toggle-icon:var(--wmcolor-interactive);--wmcolor-datepicker-weekdays-background:var(--wmcolor-table-header-background);--wmcolor-datepicker-weekdays-text:var(--wmcolor-text);font-family:inherit}:host *{-webkit-box-sizing:border-box;box-sizing:border-box}:host .wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-size:0.875rem}:host .wrapper .label{display:block;line-height:normal;font-weight:600;white-space:nowrap;margin-bottom:0.25rem}:host .wrapper .label .required{color:var(--wmcolor-text-required)}:host .wrapper.label-left{-ms-flex-direction:row;flex-direction:row}:host .wrapper.label-left .label-wrapper{line-height:2.5rem}:host .wrapper.label-left .label-wrapper .label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:2.5rem;white-space:normal;margin-bottom:0;margin-right:0.75rem}:host .wrapper.label-none label{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;border:0 !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;white-space:nowrap !important;margin:-1px !important}:host .wrapper.invalid .label{color:var(--wmcolor-text-error)}:host .wrapper.invalid .label:after{display:inline-block;font:normal normal normal 24px/1 \"Material Design Icons\";font-size:inherit;text-rendering:auto;line-height:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:\"\\f026\";margin-left:0.3125rem}[dir=RTL] :host .wrapper.invalid .label:after{margin-left:0;margin-right:0.3125rem}:host .wrapper.rtl.label-left .label{margin-right:0;margin-left:0.75rem}:host .wrapper{position:relative}:host .wrapper .single-wrapper,:host .wrapper .range-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;position:relative}:host .wrapper .date-input{border-radius:3px;color:var(--wmcolor-datepicker-input-text);font-size:0.875rem;padding:0.625rem 0.9375rem 0.5rem;min-width:0;-ms-flex:1;flex:1;margin:0;background-color:var(--wmcolor-datepicker-input-background)}:host .wrapper .date-input:disabled{background-color:var(--wmcolor-datepicker-input-background-disabled);color:var(--wmcolor-datepicker-input-text-disabled)}:host .wrapper .date-input:focus{outline:none}:host .wrapper .input{height:2.5rem;border:1px solid var(--wmcolor-datepicker-input-border);-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;border-radius:3px;max-width:236px;}:host .wrapper #single-date-input{height:100%;border:none;border-radius:3px;-webkit-margin-end:3px;margin-inline-end:3px}:host .wrapper .range-wrapper{max-width:257px;display:grid;grid-template-rows:minmax(21px, 1fr) 38px;grid-template-columns:120px 17px 120px;grid-template-areas:\"start-label-wrapper . end-label-wrapper\" \"start-date-input hyphen end-date-input\"}:host .wrapper .range-wrapper #start-label-wrapper{grid-area:start-label-wrapper}:host .wrapper .range-wrapper #end-label-wrapper{grid-area:end-label-wrapper}:host .wrapper .range-wrapper #start-date-input{grid-area:start-date-input}:host .wrapper .range-wrapper #hyphen{grid-area:hyphen}:host .wrapper .range-wrapper #end-date-input{grid-area:end-date-input}:host .wrapper .range-wrapper .label{text-wrap:wrap}:host .wrapper .range-wrapper.cal{max-width:305px;-webkit-column-gap:4px;-moz-column-gap:4px;column-gap:4px;grid-template-columns:120px 17px 120px 36px;grid-template-areas:\"start-label-wrapper . end-label-wrapper .\" \"start-date-input hyphen end-date-input toggle-wrapper\"}:host .wrapper .range-wrapper.cal #toggle-wrapper{grid-area:toggle-wrapper}:host .wrapper #start-date-input,:host .wrapper #end-date-input{max-width:120px}:host .wrapper #start-date-input:focus,:host .wrapper #end-date-input:focus{outline:2px solid var(--wmcolor-input-border-focus);border-color:var(--wmcolor-input-border-focus)}:host .wrapper.invalid .input,:host .wrapper .date-input.invalid{-webkit-box-shadow:0 0 0 1px var(--wmcolor-input-border-error);-moz-box-shadow:0 0 0 1px var(--wmcolor-input-border-error);box-shadow:0 0 0 1px var(--wmcolor-input-border-error);border-color:var(--wmcolor-input-border-error)}:host .wrapper .error{display:block;font-style:italic;color:var(--wmcolor-text-error);font-size:0.875rem;margin-bottom:4px;top:100%;left:0}:host .wrapper .error:not(:empty){margin-top:0.25rem}:host .wrapper.focus #single-date-input{outline:2px solid var(--wmcolor-input-border-focus);border-color:var(--wmcolor-input-border-focus)}.sr-only{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;border:0 !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;white-space:nowrap !important;margin:-1px !important}";
9
+ const WmDateRangeStyle0 = datepickerCss;
9
10
 
10
11
  const DateRange = class {
11
12
  constructor(hostRef) {
@@ -440,23 +441,23 @@ const DateRange = class {
440
441
  }
441
442
  }
442
443
  render() {
443
- return (index.h(index.Host, { "aria-busy": "false" }, index.h("div", { ref: (d) => (this.wrapperEl = d), class: "wrapper" }, index.h("div", { class: `range-wrapper ${this.calWidth <= this.availSpace ? "cal" : ""}` }, index.h("div", { class: "label-wrapper", id: "start-label-wrapper" }, index.h("label", { ref: (e) => (this.labelEl = e), id: "startlabel", htmlFor: "start-date-input", class: "label", title: `${this.labelStart} (${this.dateFormat})` }, this.labelStart, this.requiredField && (index.h("span", { "aria-hidden": "true", class: "required" }, "*")))), index.h("div", { class: "label-wrapper", id: "end-label-wrapper" }, index.h("label", { id: "endlabel", htmlFor: "end-date-input", class: "label", title: `${this.labelEnd} (${this.dateFormat})` }, this.labelEnd, this.requiredField && (index.h("span", { "aria-hidden": "true", class: "required" }, "*")))), index.h("input", { disabled: this._disabled, type: "text", id: "start-date-input", class: `date-input input ${this.invalidStart ? "invalid" : ""}`, name: "start-date", placeholder: this.dateFormat, value: this.valueStart, onFocus: () => this.handleFocus(), onInput: (ev) => this.handleStartInput(ev), onBlur: () => this.handleStartInputBlur(), ref: (input) => (this.startInputEl = input), "aria-describedby": "error", "aria-label": this.labelStart, "aria-required": this.requiredField ? "true" : null }), index.h("div", { id: "hyphen" }, "\u00A0-\u00A0"), index.h("input", { disabled: this._disabled, type: "text", id: "end-date-input", class: `date-input input ${this.invalidEnd ? "invalid" : ""}`, name: "end-date", placeholder: this.dateFormat, value: this.valueEnd, onFocus: () => this.handleFocus(), onInput: (ev) => this.handleEndInput(ev), onBlur: () => this.handleEndInputBlur(), ref: (input) => (this.endInputEl = input), "aria-describedby": "error", "aria-label": this.labelEnd, "aria-required": this.requiredField ? "true" : null }), index.h("div", { class: "toggle-wrapper", id: "toggle-wrapper" }, this.calWidth <= this.availSpace && (index.h("button", { disabled: this.disabled, onClick: this.togglePopup.bind(this), "aria-describedby": "start-date-input end-date-input", "aria-label": functions.intl.formatMessage({
444
+ return (index.h(index.Host, { key: 'ffe68e278952d867cd9d1bf4945a91a9218aff41', "aria-busy": "false" }, index.h("div", { key: '256076b4ecb500f80bde6a0f4b74e0e090a8ebba', ref: (d) => (this.wrapperEl = d), class: "wrapper" }, index.h("div", { key: '1a16aee3f2c90b120fea6c3de7853a5f58f95c2b', class: `range-wrapper ${this.calWidth <= this.availSpace ? "cal" : ""}` }, index.h("div", { key: '2bf81bc7b7820b71820fa903f612247deb6b8592', class: "label-wrapper", id: "start-label-wrapper" }, index.h("label", { key: '09e8a0ee78eb5f19f6a3e94ce8c2bfefaff4a909', ref: (e) => (this.labelEl = e), id: "startlabel", htmlFor: "start-date-input", class: "label", title: `${this.labelStart} (${this.dateFormat})` }, this.labelStart, this.requiredField && (index.h("span", { key: '0deb9d862a52d6b044572a06645408805be1126e', "aria-hidden": "true", class: "required" }, "*")))), index.h("div", { key: 'ec5368e1736f8b83290238b483965aab0f9f3945', class: "label-wrapper", id: "end-label-wrapper" }, index.h("label", { key: '6cb070abde6ce9064a030c408894f29af6118984', id: "endlabel", htmlFor: "end-date-input", class: "label", title: `${this.labelEnd} (${this.dateFormat})` }, this.labelEnd, this.requiredField && (index.h("span", { key: 'e4def58969ee10495955c76ff6df4af0b721d98b', "aria-hidden": "true", class: "required" }, "*")))), index.h("input", { key: '141c909bdeae5c05fc5ca24bfe3f62c756c59bb1', disabled: this._disabled, type: "text", id: "start-date-input", class: `date-input input ${this.invalidStart ? "invalid" : ""}`, name: "start-date", placeholder: this.dateFormat, value: this.valueStart, onFocus: () => this.handleFocus(), onInput: (ev) => this.handleStartInput(ev), onBlur: () => this.handleStartInputBlur(), ref: (input) => (this.startInputEl = input), "aria-describedby": "error", "aria-label": this.labelStart, "aria-required": this.requiredField ? "true" : null }), index.h("div", { key: '71e1f4d5bfac5687c6c0dc78b0c7bf0e23963932', id: "hyphen" }, "\u00A0-\u00A0"), index.h("input", { key: '66da2b524e10f19471dfe98e8088f29223fcf1e5', disabled: this._disabled, type: "text", id: "end-date-input", class: `date-input input ${this.invalidEnd ? "invalid" : ""}`, name: "end-date", placeholder: this.dateFormat, value: this.valueEnd, onFocus: () => this.handleFocus(), onInput: (ev) => this.handleEndInput(ev), onBlur: () => this.handleEndInputBlur(), ref: (input) => (this.endInputEl = input), "aria-describedby": "error", "aria-label": this.labelEnd, "aria-required": this.requiredField ? "true" : null }), index.h("div", { key: 'd13e35362381766550f1555db5bc86043f29ae55', class: "toggle-wrapper", id: "toggle-wrapper" }, this.calWidth <= this.availSpace && (index.h("button", { key: '083f289ad53ef80ebf5bcb04f28cb85f4bf1cce6', disabled: this.disabled, onClick: this.togglePopup.bind(this), "aria-describedby": "start-date-input end-date-input", "aria-label": functions.intl.formatMessage({
444
445
  id: "date.selectRange",
445
446
  defaultMessage: "Select range",
446
447
  description: "Button text for screen readers.",
447
- }), ref: (el) => (this.toggleEl = el), "aria-expanded": `${this.isExpanded}`, class: "toggle", id: "toggle" }, index.h("span", { class: "calendar", title: functions.intl.formatMessage({
448
+ }), ref: (el) => (this.toggleEl = el), "aria-expanded": `${this.isExpanded}`, class: "toggle", id: "toggle" }, index.h("span", { key: 'c127dd1ac1f883218997250dc0455d2cd67b4e54', class: "calendar", title: functions.intl.formatMessage({
448
449
  id: "date.calendarView",
449
450
  defaultMessage: "Calendar View",
450
451
  description: "Calendar button",
451
- }) })))), this.renderCalendars()), index.h("div", null, index.h("div", { id: "live-region", "aria-live": "polite", "aria-relevant": "text", class: "sr-only" }), index.h("div", { id: "month-title", class: "sr-only" }, functions.intl.formatMessage({
452
+ }) })))), this.renderCalendars()), index.h("div", { key: 'f73ab32bcf2cebc82a8afd9129a1d3fcf9e0bc2b' }, index.h("div", { key: '2d7f933a92f36483ecfd801c4ae17bf7baa92c71', id: "live-region", "aria-live": "polite", "aria-relevant": "text", class: "sr-only" }), index.h("div", { key: 'ca4fd9da247934ff4644b099c883fed0158d0c86', id: "month-title", class: "sr-only" }, functions.intl.formatMessage({
452
453
  id: "date.selectMonth",
453
454
  defaultMessage: "Activate to select a month.",
454
455
  description: "Calendar button",
455
- })), index.h("div", { id: "year-title", class: "sr-only" }, functions.intl.formatMessage({
456
+ })), index.h("div", { key: '22d83e68a09a15072afcc3368fdf957838a5da1f', id: "year-title", class: "sr-only" }, functions.intl.formatMessage({
456
457
  id: "date.selectYear",
457
458
  defaultMessage: "Activate to select a year.",
458
459
  description: "Calendar button",
459
- }))), index.h("div", { id: "error", class: "error" }, this.errorMessage), index.h("div", { ref: (el) => (this.liveRegionEl = el), class: "sr-only", "aria-live": "polite", "aria-atomic": "true" }))));
460
+ }))), index.h("div", { key: '6fbc73d0c1d280133b445c9fd4acd14a1be673e0', id: "error", class: "error" }, this.errorMessage), index.h("div", { key: '4dac5d364845b7a4c656db95e0aae877b902692b', ref: (el) => (this.liveRegionEl = el), class: "sr-only", "aria-live": "polite", "aria-atomic": "true" }))));
460
461
  }
461
462
  static get delegatesFocus() { return true; }
462
463
  get el() { return index.getElement(this); }
@@ -467,6 +468,6 @@ const DateRange = class {
467
468
  "errorMessage": ["handleErrorMessage"]
468
469
  }; }
469
470
  };
470
- DateRange.style = datepickerCss;
471
+ DateRange.style = WmDateRangeStyle0;
471
472
 
472
473
  exports.wm_date_range = DateRange;
@@ -2,10 +2,11 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-e86c28b6.js');
6
- const functions = require('./functions-e24249e6.js');
5
+ const index = require('./index-788526f5.js');
6
+ const functions = require('./functions-5ac8a62f.js');
7
7
 
8
8
  const datepickerCss = ":host{--wmcolor-datepicker-background:var(--wmcolor-background);--wmcolor-datepicker-day-background-hover:var(--wmcolor-interactive-background-hover);--wmcolor-datepicker-day-background-selected:var(--wmcolor-interactive);--wmcolor-datepicker-day-text-outside:var(--wmcolor-interactive-disabled);--wmcolor-datepicker-day-text-selected:var(--wmcolor-interactive-text-selected);--wmcolor-datepicker-day-text:var(--wmcolor-text);--wmcolor-datepicker-input-background-disabled:var(--wmcolor-input-background-disabled);--wmcolor-datepicker-input-background:var(--wmcolor-input-background);--wmcolor-datepicker-input-border:var(--wmcolor-input-border);--wmcolor-datepicker-input-text-disabled:var(--wmcolor-input-text-disabled);--wmcolor-datepicker-input-text:var(--wmcolor-input-text);--wmcolor-datepicker-month-background-hover:var(--wmcolor-interactive-background-hover);--wmcolor-datepicker-month-background-selected:var(--wmcolor-interactive);--wmcolor-datepicker-month-background:var(--wmcolor-text);--wmcolor-datepicker-month-border:var(--wmcolor-border-light);--wmcolor-datepicker-month-text-selected:var(--wmcolor-text-ondark);--wmcolor-datepicker-month-text:var(--wmcolor-interactive);--wmcolor-datepicker-navigation-background-hover:var(--wmcolor-button-background-navigational-hover);--wmcolor-datepicker-navigation-background:var(--wmcolor-button-background-navigational);--wmcolor-datepicker-navigation-text:var(--wmcolor-button-icon-navigational);--wmcolor-datepicker-selector-background:var(--wmcolor-button-background-secondary);--wmcolor-datepicker-selector-border:var(--wmcolor-button-border-secondary);--wmcolor-datepicker-selector-text:var(--wmcolor-button-text-secondary);--wmcolor-datepicker-toggle-background-disabled:var(--wmcolor-input-background-disabled);--wmcolor-datepicker-toggle-background-hover:var(--wmcolor-interactive-background-hover);--wmcolor-datepicker-toggle-background:var(--wmcolor-input-background);--wmcolor-datepicker-toggle-icon-disabled:var(--wmcolor-interactive-disabled);--wmcolor-datepicker-toggle-icon:var(--wmcolor-interactive);--wmcolor-datepicker-weekdays-background:var(--wmcolor-table-header-background);--wmcolor-datepicker-weekdays-text:var(--wmcolor-text);font-family:inherit}:host *{-webkit-box-sizing:border-box;box-sizing:border-box}:host .wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-size:0.875rem}:host .wrapper .label{display:block;line-height:normal;font-weight:600;white-space:nowrap;margin-bottom:0.25rem}:host .wrapper .label .required{color:var(--wmcolor-text-required)}:host .wrapper.label-left{-ms-flex-direction:row;flex-direction:row}:host .wrapper.label-left .label-wrapper{line-height:2.5rem}:host .wrapper.label-left .label-wrapper .label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:2.5rem;white-space:normal;margin-bottom:0;margin-right:0.75rem}:host .wrapper.label-none label{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;border:0 !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;white-space:nowrap !important;margin:-1px !important}:host .wrapper.invalid .label{color:var(--wmcolor-text-error)}:host .wrapper.invalid .label:after{display:inline-block;font:normal normal normal 24px/1 \"Material Design Icons\";font-size:inherit;text-rendering:auto;line-height:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:\"\\f026\";margin-left:0.3125rem}[dir=RTL] :host .wrapper.invalid .label:after{margin-left:0;margin-right:0.3125rem}:host .wrapper.rtl.label-left .label{margin-right:0;margin-left:0.75rem}:host .wrapper{position:relative}:host .wrapper .single-wrapper,:host .wrapper .range-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;position:relative}:host .wrapper .date-input{border-radius:3px;color:var(--wmcolor-datepicker-input-text);font-size:0.875rem;padding:0.625rem 0.9375rem 0.5rem;min-width:0;-ms-flex:1;flex:1;margin:0;background-color:var(--wmcolor-datepicker-input-background)}:host .wrapper .date-input:disabled{background-color:var(--wmcolor-datepicker-input-background-disabled);color:var(--wmcolor-datepicker-input-text-disabled)}:host .wrapper .date-input:focus{outline:none}:host .wrapper .input{height:2.5rem;border:1px solid var(--wmcolor-datepicker-input-border);-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;border-radius:3px;max-width:236px;}:host .wrapper #single-date-input{height:100%;border:none;border-radius:3px;-webkit-margin-end:3px;margin-inline-end:3px}:host .wrapper .range-wrapper{max-width:257px;display:grid;grid-template-rows:minmax(21px, 1fr) 38px;grid-template-columns:120px 17px 120px;grid-template-areas:\"start-label-wrapper . end-label-wrapper\" \"start-date-input hyphen end-date-input\"}:host .wrapper .range-wrapper #start-label-wrapper{grid-area:start-label-wrapper}:host .wrapper .range-wrapper #end-label-wrapper{grid-area:end-label-wrapper}:host .wrapper .range-wrapper #start-date-input{grid-area:start-date-input}:host .wrapper .range-wrapper #hyphen{grid-area:hyphen}:host .wrapper .range-wrapper #end-date-input{grid-area:end-date-input}:host .wrapper .range-wrapper .label{text-wrap:wrap}:host .wrapper .range-wrapper.cal{max-width:305px;-webkit-column-gap:4px;-moz-column-gap:4px;column-gap:4px;grid-template-columns:120px 17px 120px 36px;grid-template-areas:\"start-label-wrapper . end-label-wrapper .\" \"start-date-input hyphen end-date-input toggle-wrapper\"}:host .wrapper .range-wrapper.cal #toggle-wrapper{grid-area:toggle-wrapper}:host .wrapper #start-date-input,:host .wrapper #end-date-input{max-width:120px}:host .wrapper #start-date-input:focus,:host .wrapper #end-date-input:focus{outline:2px solid var(--wmcolor-input-border-focus);border-color:var(--wmcolor-input-border-focus)}:host .wrapper.invalid .input,:host .wrapper .date-input.invalid{-webkit-box-shadow:0 0 0 1px var(--wmcolor-input-border-error);-moz-box-shadow:0 0 0 1px var(--wmcolor-input-border-error);box-shadow:0 0 0 1px var(--wmcolor-input-border-error);border-color:var(--wmcolor-input-border-error)}:host .wrapper .error{display:block;font-style:italic;color:var(--wmcolor-text-error);font-size:0.875rem;margin-bottom:4px;top:100%;left:0}:host .wrapper .error:not(:empty){margin-top:0.25rem}:host .wrapper.focus #single-date-input{outline:2px solid var(--wmcolor-input-border-focus);border-color:var(--wmcolor-input-border-focus)}.sr-only{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;border:0 !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;white-space:nowrap !important;margin:-1px !important}";
9
+ const WmDatepickerStyle0 = datepickerCss;
9
10
 
10
11
  const DatePicker = class {
11
12
  constructor(hostRef) {
@@ -222,23 +223,23 @@ const DatePicker = class {
222
223
  this.liveRegionEl.textContent = message;
223
224
  }
224
225
  render() {
225
- return (index.h(index.Host, { "aria-busy": "false", class: `${this.errorMessage ? "invalid" : ""}` }, index.h("div", { ref: (d) => (this.dpWrapperEl = d), class: `wrapper label-${this.labelPosition} ${this.errorMessage ? "invalid" : ""}` }, index.h("div", { class: "label-wrapper", ref: (e) => (this.labelWrapperEl = e) }, this.labelPosition !== "none" && (index.h("label", { id: "datepickerLabel", htmlFor: "date-input", class: "label", title: `${this.label} (${this.dateFormat})` }, this.label, this.requiredField && (index.h("span", { "aria-hidden": "true", class: "required" }, "*"))))), index.h("div", null, index.h("div", { class: "single-wrapper input" }, index.h("input", { disabled: this.isDisabled, type: "text", id: "single-date-input", class: "date-input", name: "date", placeholder: this.dateFormat, value: this.value, onFocus: () => this.handleInputFocus(), onInput: (ev) => this.handleInput(ev), onBlur: () => this.handleInputBlur(), onChange: () => this.handleInputChange(), ref: (input) => (this.inputEl = input), "aria-describedby": "error", "aria-label": this.label, "aria-required": this.requiredField ? "true" : null }), index.h("div", { class: "container", id: "wm-container" }, index.h("button", { disabled: this.disabled, onClick: this.togglePopup.bind(this), "aria-label": functions.intl.formatMessage({
226
+ return (index.h(index.Host, { key: 'daac54e642a4c00b37dff5167cf0fd3322b98874', "aria-busy": "false", class: `${this.errorMessage ? "invalid" : ""}` }, index.h("div", { key: '0633196770bcd3965a8fe60ecd1972653ed3e25c', ref: (d) => (this.dpWrapperEl = d), class: `wrapper label-${this.labelPosition} ${this.errorMessage ? "invalid" : ""}` }, index.h("div", { key: 'ba80e128d0345635d90c4641c508d05eb4d3794e', class: "label-wrapper", ref: (e) => (this.labelWrapperEl = e) }, this.labelPosition !== "none" && (index.h("label", { key: '4905e937c7e6249537c5ed43f77331883d006794', id: "datepickerLabel", htmlFor: "date-input", class: "label", title: `${this.label} (${this.dateFormat})` }, this.label, this.requiredField && (index.h("span", { key: '637e35c7f255629aa75cf177822154a1e6e6e7b3', "aria-hidden": "true", class: "required" }, "*"))))), index.h("div", { key: '8676b6e03022cd8787d0a77a0b3e6c4dd8419b59' }, index.h("div", { key: 'e9f24478e3beb32f38ef65aff197d7872e1f3d67', class: "single-wrapper input" }, index.h("input", { key: '4661fedeafd62c45e1aec2aad699faede4d750b6', disabled: this.isDisabled, type: "text", id: "single-date-input", class: "date-input", name: "date", placeholder: this.dateFormat, value: this.value, onFocus: () => this.handleInputFocus(), onInput: (ev) => this.handleInput(ev), onBlur: () => this.handleInputBlur(), onChange: () => this.handleInputChange(), ref: (input) => (this.inputEl = input), "aria-describedby": "error", "aria-label": this.label, "aria-required": this.requiredField ? "true" : null }), index.h("div", { key: '0a2afc12a5e44bcb8a9deb92c7171945c67289f4', class: "container", id: "wm-container" }, index.h("button", { key: 'b6b63ef23dee93ff470de4d5a5d2769086bcb808', disabled: this.disabled, onClick: this.togglePopup.bind(this), "aria-label": functions.intl.formatMessage({
226
227
  id: "date.selectDate",
227
228
  defaultMessage: "Select date",
228
229
  description: "Button text for screen readers.",
229
- }), "aria-describedby": "single-date-input", ref: (el) => (this.toggleEl = el), "aria-expanded": `${this.isExpanded}`, class: "toggle", id: "toggle" }, index.h("span", { class: "calendar", title: functions.intl.formatMessage({
230
+ }), "aria-describedby": "single-date-input", ref: (el) => (this.toggleEl = el), "aria-expanded": `${this.isExpanded}`, class: "toggle", id: "toggle" }, index.h("span", { key: 'debb3ae89f32960a7a269b9f6c951f5bb7bfd874', class: "calendar", title: functions.intl.formatMessage({
230
231
  id: "date.calendarView",
231
232
  defaultMessage: "Calendar View",
232
233
  description: "Calendar button",
233
- }) })), index.h("div", { class: `popup-wrapper ${this.calEl && this.calEl.view}-view ${this.openUp ? "expand-upwards" : ""}`, id: "popup-wrapper", ref: (el) => (this.popupEl = el), onClick: () => (this.popupClicked = true) }, index.h("div", { tabIndex: 0, onFocus: () => this.calEl.focusLastFocusable() }), index.h("priv-calendar", { ref: (el) => (this.calEl = el), startDate: this.calendarDate, focusDate: this.calendarDate, class: "inside" }), index.h("div", { tabIndex: 0, onFocus: () => this.calEl.focusFirstFocusable() })), index.h("div", { id: "live-region", "aria-live": "polite", "aria-relevant": "text", class: "sr-only" }), index.h("div", { id: "month-title", class: "sr-only" }, functions.intl.formatMessage({
234
+ }) })), index.h("div", { key: '87ff9723a2960d5725f5f731dcc0d30719a8bb09', class: `popup-wrapper ${this.calEl && this.calEl.view}-view ${this.openUp ? "expand-upwards" : ""}`, id: "popup-wrapper", ref: (el) => (this.popupEl = el), onClick: () => (this.popupClicked = true) }, index.h("div", { key: '989a9bc4bd537394bfb2fe1ecd83311bb57187d4', tabIndex: 0, onFocus: () => this.calEl.focusLastFocusable() }), index.h("priv-calendar", { key: '3253b7e256dc7137aae2c4c2a79099e0093ecc65', ref: (el) => (this.calEl = el), startDate: this.calendarDate, focusDate: this.calendarDate, class: "inside" }), index.h("div", { key: '9cacded01a3163bebd249d6ed4601ca9a6c3dfd0', tabIndex: 0, onFocus: () => this.calEl.focusFirstFocusable() })), index.h("div", { key: 'fe890d55779f0619bc6c144d1fd47cc2cb26fe04', id: "live-region", "aria-live": "polite", "aria-relevant": "text", class: "sr-only" }), index.h("div", { key: '71e28a0c1aaa2c1ddce511bfbf0d9cf6794382ab', id: "month-title", class: "sr-only" }, functions.intl.formatMessage({
234
235
  id: "date.selectMonth",
235
236
  defaultMessage: "Activate to select a month.",
236
237
  description: "Calendar button",
237
- })), index.h("div", { id: "year-title", class: "sr-only" }, functions.intl.formatMessage({
238
+ })), index.h("div", { key: '2df13fae273fd2186e35d50ab58d888b45bf0b40', id: "year-title", class: "sr-only" }, functions.intl.formatMessage({
238
239
  id: "date.selectYear",
239
240
  defaultMessage: "Activate to select a year.",
240
241
  description: "Calendar button",
241
- })))), index.h("div", { id: "error", class: "error" }, this.errorMessage), index.h("div", { ref: (el) => (this.liveRegionEl = el), class: "sr-only", "aria-live": "polite", "aria-atomic": "true" })))));
242
+ })))), index.h("div", { key: '71ca47b61c3ffd7e19c273ae3e4c68a7f3ef1afd', id: "error", class: "error" }, this.errorMessage), index.h("div", { key: '5adc31a91d03cd34d01e48a88617481051905341', ref: (el) => (this.liveRegionEl = el), class: "sr-only", "aria-live": "polite", "aria-atomic": "true" })))));
242
243
  }
243
244
  static get delegatesFocus() { return true; }
244
245
  get el() { return index.getElement(this); }
@@ -248,6 +249,6 @@ const DatePicker = class {
248
249
  "errorMessage": ["announceError"]
249
250
  }; }
250
251
  };
251
- DatePicker.style = datepickerCss;
252
+ DatePicker.style = WmDatepickerStyle0;
252
253
 
253
254
  exports.wm_datepicker = DatePicker;
@@ -2,9 +2,10 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-e86c28b6.js');
5
+ const index = require('./index-788526f5.js');
6
6
 
7
7
  const wmFileListCss = ":host{display:block}.list-wrapper{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:0.5rem}";
8
+ const WmFileListStyle0 = wmFileListCss;
8
9
 
9
10
  const FileList = class {
10
11
  constructor(hostRef) {
@@ -12,11 +13,11 @@ const FileList = class {
12
13
  this.showInfo = "last-updated";
13
14
  }
14
15
  render() {
15
- return (index.h("div", { role: "list", class: "list-wrapper" }, index.h("slot", null)));
16
+ return (index.h("div", { key: 'fcb41e7c2690ba176bdfe8439f13589d61f9c307', role: "list", class: "list-wrapper" }, index.h("slot", { key: '5263cd37c2f18f0d9d381ecd291a304b1bb190d3' })));
16
17
  }
17
18
  static get delegatesFocus() { return true; }
18
19
  get el() { return index.getElement(this); }
19
20
  };
20
- FileList.style = wmFileListCss;
21
+ FileList.style = WmFileListStyle0;
21
22
 
22
23
  exports.wm_file_list = FileList;
@@ -2,10 +2,11 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-e86c28b6.js');
6
- const functions = require('./functions-e24249e6.js');
5
+ const index = require('./index-788526f5.js');
6
+ const functions = require('./functions-5ac8a62f.js');
7
7
 
8
8
  const wmFileCss = ":host{--wmcolor-file-background-error:var(--wmcolor-background-error);--wmcolor-file-background:var(--wmcolor-background-readonly);--wmcolor-file-border-error:var(--wmcolor-border-error);--wmcolor-file-border:var(--wmcolor-border);--wmcolor-file-checkmark-icon:var(--wmcolor-positive);--wmcolor-file-progress:var(--wmcolor-progress);display:block;width:100%}.file-wrapper{font-size:0.875rem;position:relative;list-style:none}.file-wrapper .file{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;border-radius:3px;min-height:3.5rem;padding:0.5rem 1.25rem;position:relative;background:var(--wmcolor-file-background);border:1px solid var(--wmcolor-file-border);display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}.file-wrapper .file .filename{display:inline-block;white-space:nowrap}.file-wrapper .file .left-group{overflow:hidden;min-width:5.3125rem;-ms-flex-positive:1;flex-grow:1}.file-wrapper .file .right-group{display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:end;-ms-flex-align:center;align-items:center;gap:1rem;min-width:0;padding-left:5rem}.file-wrapper .file .right-group.condensed{padding-left:2.5rem}.file-wrapper .file .right-group .file-controls{display:-ms-flexbox;display:flex;gap:1rem}.file-wrapper .file .right-group .file-info{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:end;align-items:end;gap:0.25rem;text-align:right;min-width:8.5rem;max-width:450px;-ms-flex:1;flex:1}.file-wrapper .file .right-group .file-info .uploader-name{max-width:100%;overflow-wrap:break-word}.file-wrapper .file.--error{border:1px solid var(--wmcolor-file-border-error);background-color:var(--wmcolor-file-background-error);height:3.75rem}.file-wrapper.checked .file:after{display:inline-block;font:normal normal normal 24px/1 \"Material Design Icons\";font-size:inherit;text-rendering:auto;line-height:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:\"\\f133\";position:absolute;right:-44px;color:var(--wmcolor-file-checkmark-icon);font-size:28px;line-height:1}.name-wrapper{overflow:hidden}.progress{position:absolute;left:0;top:0;right:0;height:8px}.error-message{display:block;font-style:italic;color:var(--wmcolor-text-error);font-size:0.875rem}.error-message:not(:empty){margin-top:0.25rem}.sr-only{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;border:0 !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;white-space:nowrap !important;margin:-1px !important}";
9
+ const WmFileStyle0 = wmFileCss;
9
10
 
10
11
  const File = class {
11
12
  constructor(hostRef) {
@@ -180,11 +181,11 @@ const File = class {
180
181
  return (index.h("div", { class: `file-wrapper ${this.progress === 100 ? "checked" : ""}` }, index.h("div", { class: `file ${this.errorMessage ? "--error" : ""}` }, this.renderFileName(), !this.errorMessage && (index.h("div", { class: `right-group ${this.isCondensed ? "condensed" : ""}` }, this.renderFileInfo(), this.fileActions !== "" && this.renderFileControls())), this.errorMessage && (index.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 && index.h("div", { class: "error-message" }, this.errorMessage)));
181
182
  }
182
183
  render() {
183
- return index.h(index.Host, { role: "listitem" }, this.isUploading ? this.renderFileInProgress() : this.renderFile());
184
+ return index.h(index.Host, { key: '8529291be433de9ec130478379b338332a60c8aa', role: "listitem" }, this.isUploading ? this.renderFileInProgress() : this.renderFile());
184
185
  }
185
186
  static get delegatesFocus() { return true; }
186
187
  get el() { return index.getElement(this); }
187
188
  };
188
- File.style = wmFileCss;
189
+ File.style = WmFileStyle0;
189
190
 
190
191
  exports.wm_file = File;
@@ -2,11 +2,12 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-e86c28b6.js');
6
- const functions = require('./functions-e24249e6.js');
7
- const intl = require('./intl-5aeba788.js');
5
+ const index = require('./index-788526f5.js');
6
+ const functions = require('./functions-5ac8a62f.js');
7
+ const intl = require('./intl-57d1cfd1.js');
8
8
 
9
9
  const wmInputCss = ":host{font-family:inherit;width:100%}:host *{-webkit-box-sizing:border-box;box-sizing:border-box}:host .wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-size:0.875rem}:host .wrapper .label{display:block;line-height:normal;font-weight:600;white-space:nowrap;margin-bottom:0.25rem}:host .wrapper .label .required{color:var(--wmcolor-text-required)}:host .wrapper.label-left{-ms-flex-direction:row;flex-direction:row}:host .wrapper.label-left .label-wrapper{line-height:2.5rem}:host .wrapper.label-left .label-wrapper .label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:2.5rem;white-space:normal;margin-bottom:0;margin-right:0.75rem}:host .wrapper.label-none label{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;border:0 !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;white-space:nowrap !important;margin:-1px !important}:host .wrapper.invalid .label{color:var(--wmcolor-text-error)}:host .wrapper.invalid .label:after{display:inline-block;font:normal normal normal 24px/1 \"Material Design Icons\";font-size:inherit;text-rendering:auto;line-height:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:\"\\f026\";margin-left:0.3125rem}[dir=RTL] :host .wrapper.invalid .label:after{margin-left:0;margin-right:0.3125rem}:host .wrapper.rtl.label-left .label{margin-right:0;margin-left:0.75rem}:host .wrapper .inner-wrapper{width:100%}:host .wrapper .text-after-wrapper{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px}:host .wrapper .text-after{-ms-flex:0 1 fit-content;flex:0 1 fit-content}:host .wrapper .inputfield-wrapper{height:2.5rem;min-width:6.25rem;border:1px solid var(--wmcolor-input-border);-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;border-radius:3px;display:-ms-flexbox;display:flex}:host .wrapper .inputfield-wrapper.disabled{background-color:var(--wmcolor-input-background-disabled);color:var(--wmcolor-input-text-disabled)}:host .wrapper .inputfield-wrapper.disabled .symbol{background:none}:host .wrapper .symbol{display:-ms-flexbox;display:flex;background-color:var(--wmcolor-input-unit-background);-ms-flex:0 0 44px;flex:0 0 44px;padding-inline:8px;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}:host .wrapper .character-count{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;min-width:5rem;background-color:var(--wmcolor-input-charcount-background);font-size:0.875rem;font-weight:500;-ms-flex-item-align:stretch;align-self:stretch}:host .wrapper input{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;border-radius:3px;border:none;font-family:inherit;font-size:0.875rem;height:100%;-ms-flex:1;flex:1;padding:0.75rem 1rem;width:100%}:host .wrapper input:focus{outline:none}:host .wrapper input[type=number]{padding-right:0}:host .wrapper .info{font-style:italic;line-height:100%;margin:4px 0}:host .wrapper.invalid .inputfield-wrapper{-webkit-box-shadow:0 0 0 1px var(--wmcolor-input-border-error);-moz-box-shadow:0 0 0 1px var(--wmcolor-input-border-error);box-shadow:0 0 0 1px var(--wmcolor-input-border-error);border-color:var(--wmcolor-input-border-error)}:host .wrapper.invalid .error-message{display:block;font-style:italic;color:var(--wmcolor-text-error);font-size:0.875rem;line-height:100%}:host .wrapper.invalid .error-message:not(:empty){margin-top:0.25rem}:host .wrapper:focus .inputfield-wrapper,:host .wrapper.focus .inputfield-wrapper{outline:2px solid var(--wmcolor-input-border-focus);border-color:var(--wmcolor-input-border-focus)}:host .sr-only{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;border:0 !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;white-space:nowrap !important;margin:-1px !important}";
10
+ const WmInputStyle0 = wmInputCss;
10
11
 
11
12
  const Input = class {
12
13
  constructor(hostRef) {
@@ -110,7 +111,7 @@ const Input = class {
110
111
  : `info error`;
111
112
  }
112
113
  render() {
113
- return (index.h("div", { class: `wrapper label-${this.labelPosition} ${this.errorMessage ? "invalid" : ""}`, ref: (el) => (this.inputWrapperEl = el) }, index.h("div", { class: "label-wrapper" }, index.h("label", { htmlFor: "inputfield", class: "label" }, this.label, this.characterLimit && (index.h("span", { class: "sr-only" }, " ", intl.globalMessages.getCharacterLimit(this.characterLimit))), this.requiredField && (index.h("span", { class: "required", "aria-hidden": "true" }, "*")))), index.h("div", { class: "inner-wrapper" }, index.h("div", { class: "text-after-wrapper" }, index.h("div", { class: `inputfield-wrapper ${this.isDisabled ? "disabled" : ""}`, style: this.getInputWidth() }, this.symbolBefore && (index.h("span", { class: "symbol", id: "symbol-before" }, this.symbolBefore)), index.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 && (index.h("span", { class: "symbol", id: "symbol-after" }, this.symbolAfter)), this.characterLimit && typeof this.characterLimit === "number" ? (index.h("div", { class: "character-count" }, this.charCount, "/", this.characterLimit)) : ("")), this.textAfter && (index.h("span", { class: "text-after", id: "text-after" }, this.textAfter))), this.info && (index.h("div", { id: "info", class: "info" }, this.info)), index.h("div", { id: "error", class: "error-message" }, this.errorMessage), index.h("div", { class: "sr-only", "aria-live": "polite", "aria-atomic": "true", ref: (el) => (this.liveRegionEl = el) }, this.announcement))));
114
+ return (index.h("div", { key: 'a4ed30774991347ed2527ed0d39cd81e735705b4', class: `wrapper label-${this.labelPosition} ${this.errorMessage ? "invalid" : ""}`, ref: (el) => (this.inputWrapperEl = el) }, index.h("div", { key: 'ef4543a1bbfbd87eee99dd858a8998035ee6c4cd', class: "label-wrapper" }, index.h("label", { key: 'c48b54495c1b4794b204bb24ee6e7be1eb1e7615', htmlFor: "inputfield", class: "label" }, this.label, this.characterLimit && (index.h("span", { key: '0d83432f4e7b6969cc488337a4fc7292ac3572fc', class: "sr-only" }, " ", intl.globalMessages.getCharacterLimit(this.characterLimit))), this.requiredField && (index.h("span", { key: '9c54222eb2d2688999cb368a99ba4d1eb51bf24b', class: "required", "aria-hidden": "true" }, "*")))), index.h("div", { key: 'ce599f26b4a6eca9df812957d9415a29b35d5f82', class: "inner-wrapper" }, index.h("div", { key: 'c8f6a0e3ed7ad4f3e9573a8d35ab77c29b223f98', class: "text-after-wrapper" }, index.h("div", { key: '284be94dbaece4b71797c16c9ebf343ea67b7bbe', class: `inputfield-wrapper ${this.isDisabled ? "disabled" : ""}`, style: this.getInputWidth() }, this.symbolBefore && (index.h("span", { key: 'cc6e6accf64b363a97251caef699b3846353d45a', class: "symbol", id: "symbol-before" }, this.symbolBefore)), index.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 && (index.h("span", { key: '83a12456be6c94a4f12ab3fd546aa9ba2cf52a1c', class: "symbol", id: "symbol-after" }, this.symbolAfter)), this.characterLimit && typeof this.characterLimit === "number" ? (index.h("div", { class: "character-count" }, this.charCount, "/", this.characterLimit)) : ("")), this.textAfter && (index.h("span", { key: '237c5fdd1887de92654d7f6d3a44b4c3e91c9655', class: "text-after", id: "text-after" }, this.textAfter))), this.info && (index.h("div", { key: 'cab125b1888b27a3afcadc1f6bb9270fa824200e', id: "info", class: "info" }, this.info)), index.h("div", { key: '3fd688e066f97f2a0bc6f2019eace1a610c3e423', id: "error", class: "error-message" }, this.errorMessage), index.h("div", { key: '5eae388fe6ab62c780634d9584a3989b1386930e', class: "sr-only", "aria-live": "polite", "aria-atomic": "true", ref: (el) => (this.liveRegionEl = el) }, this.announcement))));
114
115
  }
115
116
  static get delegatesFocus() { return true; }
116
117
  get el() { return index.getElement(this); }
@@ -119,6 +120,6 @@ const Input = class {
119
120
  "errorMessage": ["announceError"]
120
121
  }; }
121
122
  };
122
- Input.style = wmInputCss;
123
+ Input.style = WmInputStyle0;
123
124
 
124
125
  exports.wm_input = Input;
@@ -2,12 +2,13 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-e86c28b6.js');
6
- const functions = require('./functions-e24249e6.js');
7
- const chartFunctions = require('./chartFunctions-995023b1.js');
8
- const intl = require('./intl-5aeba788.js');
5
+ const index = require('./index-788526f5.js');
6
+ const functions = require('./functions-5ac8a62f.js');
7
+ const chartFunctions = require('./chartFunctions-d2a1f4c7.js');
8
+ const intl = require('./intl-57d1cfd1.js');
9
9
 
10
10
  const wmLineChartCss = ":host{--wmcolor-linechart-currentposition:var(--wmcolor-lavender);--wmcolor-linechart-delta-text-negative:var(--wmcolor-text-negative);--wmcolor-linechart-delta-text-positive:var(--wmcolor-text-positive);--wmcolor-linechart-gridline:var(--wmcolor-chart-gridline);--wmcolor-linechart-highlight-background:var(--wmcolor-interactive-background-highlight);--wmcolor-linechart-popover-background:var(--wmcolor-chart-popover-background);display:block;height:500px;width:100%;font-size:14px;overflow-y:visible;overflow-x:auto}:host .component-wrapper{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:562px;width:100%;height:100%;outline:none}:host .icon{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;position:relative;color:var(--iconColor);-webkit-transform:var(--translation, unset);transform:var(--translation, unset)}:host .icon:before{display:inline-block;font:normal normal normal 24px/1 \"Material Design Icons\";font-size:inherit;text-rendering:auto;line-height:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:var(--icon);padding:0 3px;z-index:1}:host .icon:after{color:white;position:absolute;left:3px;-webkit-transform:scale(180%);transform:scale(180%);display:inline-block;font:normal normal normal 24px/1 \"Material Design Icons\";font-size:inherit;text-rendering:auto;line-height:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:var(--icon);z-index:0}:host .legend{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px 16px;margin-top:4px;margin-bottom:16px}:host .legend .legend-label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;cursor:default;font-weight:600}:host .legend .legend-label.faded{opacity:0.3}:host .legend .legend-label .icon{margin-right:4px}:host .legend .visibility-toggle{margin-left:4px}:host .chart-wrapper{position:relative;-ms-flex-positive:1;flex-grow:1;display:grid;grid-template-columns:auto auto 1fr;grid-template-rows:1fr auto auto;margin-right:16px}:host .chart-label{font-size:14px;font-weight:600}:host .chart-label.--y-axis{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:var(--labelWidth);align-self:center;margin-right:16px;grid-area:1/1/2/2;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}:host .chart-label.--x-axis{margin-top:16px;text-align:center;grid-area:3/3/4/4}:host .y-intervals{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between;grid-area:1/2/2/3;margin-right:4px}:host .y-intervals .y-interval{text-align:right}:host .x-intervals{display:grid;grid-template-columns:var(--columns);grid-area:2/3/3/4;line-height:1;margin-top:4px}:host .x-intervals .x-interval{text-align:center}:host .x-intervals .x-interval:first-child{text-align:left}:host .x-intervals .x-interval:last-child{text-align:right}:host .x-intervals .x-interval.hidden{visibility:hidden}:host .plot-area{position:relative;grid-area:1/3/2/4;background-image:linear-gradient(90deg, var(--wmcolor-linechart-gridline) 1px, transparent 1px);border-bottom:1px solid var(--wmcolor-linechart-gridline);background-size:var(--backgroundSize)}:host .plot-area.right-border{border-right:1px solid var(--wmcolor-linechart-gridline)}:host .line{position:absolute;width:100%;height:100%}:host .line .icon{position:absolute;-webkit-transform:var(--translation);transform:var(--translation);left:var(--xPosition);top:var(--yPosition);z-index:1}:host .line .icon:focus{z-index:2;outline:none}:host .line .icon:focus:before{outline:3px solid var(--wmcolor-interactive-focus);outline-offset:0;border-radius:3px}:host .line .line-svg{height:100%;width:100%}:host .line.faded{opacity:0.3}:host .line.focused{z-index:1}:host .line.hidden{visibility:hidden}:host .hover-area-wrapper{position:absolute;width:100%;height:100%;top:0;left:0;display:grid;grid-template-rows:1fr;grid-template-columns:var(--columns)}:host .hover-indicator{-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;height:100%;width:2px;border:1px solid var(--wmcolor-linechart-currentposition);-webkit-transform:translateX(-50%);transform:translateX(-50%);left:var(--xPosition);grid-column:3/4;grid-row:1/2;pointer-events:none}:host .popover{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:400px;background-color:var(--wmcolor-linechart-popover-background);position:absolute;top:var(--topPosition, 0);left:var(--leftPosition, unset);right:var(--rightPosition, unset);padding:16px;border-radius:5px;-webkit-box-shadow:0px 2px 10px 0px rgba(0, 0, 0, 0.09);box-shadow:0px 2px 10px 0px rgba(0, 0, 0, 0.09);-webkit-transform:translateY(-50%);transform:translateY(-50%);line-height:1;z-index:3;grid-column:3/4;grid-row:1/2;pointer-events:none;-webkit-box-sizing:border-box;box-sizing:border-box}:host .popover .title{font-size:16px;font-weight:600}:host .popover .comparison-title{font-style:italic;margin-top:4px}:host .popover .unit{font-size:12px;font-weight:600}:host .popover .unit.--x{margin-left:4px}:host .popover .popover-table{margin-top:16px}:host .popover .popover-table .popover-row{line-height:1}:host .popover .popover-table .popover-row:not(:last-child) td{padding-bottom:8px}:host .popover .popover-table .popover-row .row-label{font-weight:600;padding-right:16px;overflow-wrap:anywhere}:host .popover .popover-table .popover-row .row-label .icon{margin-right:4px}:host .popover .popover-table .popover-row .row-value,:host .popover .popover-table .popover-row .delta{text-align:right;white-space:nowrap}:host .popover .popover-table .popover-row .delta{padding-left:12px;font-weight:600}:host .popover .popover-table .popover-row .delta.--positive{color:var(--wmcolor-linechart-delta-text-positive)}:host .popover .popover-table .popover-row .delta.--negative{color:var(--wmcolor-linechart-delta-text-negative)}:host .highlight{position:absolute;height:100%;background-color:color-mix(in srgb, var(--wmcolor-linechart-highlight-background) 60%, transparent);left:var(--startPercentage);right:var(--endPercentage)}:host .sr-only{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;border:0 !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;white-space:nowrap !important;margin:-1px !important}";
11
+ const WmLineChartStyle0 = wmLineChartCss;
11
12
 
12
13
  const LineChart = class {
13
14
  constructor(hostRef) {
@@ -20,12 +21,12 @@ const LineChart = class {
20
21
  this.displayedXIntervals = [];
21
22
  this.yIntervals = [];
22
23
  this.lineStyles = [
23
- { color: "#8b86ca", icon: "f536" },
24
- { color: "#2e1b46", icon: "f12f" },
25
- { color: "#0089e4", icon: "f763" },
26
- { color: "#088000", icon: "f4ce" },
27
- { color: "#ea8500", icon: "f70a" },
28
- { color: "#d54f41", icon: "f536" },
24
+ { color: "#8b86ca", icon: "f536" }, // lavender, triangle
25
+ { color: "#2e1b46", icon: "f12f" }, // midnight, circle
26
+ { color: "#0089e4", icon: "f763" }, // blue, square
27
+ { color: "#088000", icon: "f4ce" }, // forest, star
28
+ { color: "#ea8500", icon: "f70a" }, // orange, rhombus
29
+ { color: "#d54f41", icon: "f536" }, // red, upside down triangle
29
30
  { color: "#146ca9", icon: "f6ff" }, // blue, upside down triangle
30
31
  ];
31
32
  this.debouncedResize = functions.debounce(async () => {
@@ -421,7 +422,7 @@ const LineChart = class {
421
422
  popoverStyle = {
422
423
  "--leftPosition": `0%`,
423
424
  "--topPosition": "0%",
424
- maxWidth: Math.min(this.el.clientWidth - 2, 400) + "px",
425
+ maxWidth: Math.min(this.el.clientWidth - 2, 400) + "px", // take up no more max-width than is visually available
425
426
  transform: `translateX(calc(${displaceLeft}))`, // align with left edge of component
426
427
  };
427
428
  }
@@ -461,9 +462,9 @@ const LineChart = class {
461
462
  return index.h("div", { class: "highlight", style: highlightStyle });
462
463
  }
463
464
  render() {
464
- return (index.h(index.Host, { onBlur: () => this.resetDataPointFocus(), onMouseLeave: () => (this.popoverIndex = -1) }, index.h("div", { class: "component-wrapper", role: "application", "aria-roledescription": intl.chartMessages.interactiveChart, "aria-label": this.label, "aria-describedby": "chart-description" }, this.renderLegend(), index.h("div", { class: "chart-wrapper" }, index.h("div", { class: "chart-label --y-axis", style: { "--labelWidth": this.labelWidth } }, this.yAxisLabel, this.parsedUnits[1] && ` (${this.parsedUnits[1]})`), this.renderYIntervals(), index.h("div", { ref: (el) => (this.plotAreaEl = el), class: `plot-area ${this.hasPartialInterval ? "" : "right-border"}`, style: {
465
+ return (index.h(index.Host, { key: '9817eea8765cce513a0848cd222a6409c8f1f912', onBlur: () => this.resetDataPointFocus(), onMouseLeave: () => (this.popoverIndex = -1) }, index.h("div", { key: '60de41437bb425483be4b5a24fc2468c8e8f8d4e', class: "component-wrapper", role: "application", "aria-roledescription": intl.chartMessages.interactiveChart, "aria-label": this.label, "aria-describedby": "chart-description" }, this.renderLegend(), index.h("div", { key: '2029ed03f09b8c133ee430f7b1d70c9dded326f3', class: "chart-wrapper" }, index.h("div", { key: '4e9123177b8c02cf1fef010d370b2b1a23b2015c', class: "chart-label --y-axis", style: { "--labelWidth": this.labelWidth } }, this.yAxisLabel, this.parsedUnits[1] && ` (${this.parsedUnits[1]})`), this.renderYIntervals(), index.h("div", { key: '3cbe51169818095cd830e7b8099d3a10980e3cf2', ref: (el) => (this.plotAreaEl = el), class: `plot-area ${this.hasPartialInterval ? "" : "right-border"}`, style: {
465
466
  "--backgroundSize": `${this.dataPointMatrix[0][this.xIntervals.indexOf(this.displayedXIntervals[1])].xPositionPercent}%`,
466
- } }, this.highlightStart && this.renderHighlight(), this.renderData(), this.renderHoverAreas()), this.popoverIndex !== -1 && this.renderHoverIndicator(), this.popoverIndex !== -1 && this.renderPopover(), this.renderXIntervals(), index.h("div", { class: "chart-label --x-axis" }, this.xAxisLabel, this.parsedUnits[0] && ` (${this.parsedUnits[0]})`)), index.h("div", { id: "chart-description", class: "sr-only" }, `${intl.lineChartMessages.instructions} ${this.description}`), index.h("div", { ref: (el) => (this.liveRegionEl = el), "aria-live": "polite", class: "sr-only" }, this.announcement))));
467
+ } }, this.highlightStart && this.renderHighlight(), this.renderData(), this.renderHoverAreas()), this.popoverIndex !== -1 && this.renderHoverIndicator(), this.popoverIndex !== -1 && this.renderPopover(), this.renderXIntervals(), index.h("div", { key: 'dad130dfb9063769dd36316cb060c90a8f1c8cb8', class: "chart-label --x-axis" }, this.xAxisLabel, this.parsedUnits[0] && ` (${this.parsedUnits[0]})`)), index.h("div", { key: 'bb4ffc7fbae6ab63e6f3e16c1d7e8a98c382e243', id: "chart-description", class: "sr-only" }, `${intl.lineChartMessages.instructions} ${this.description}`), index.h("div", { key: 'de40d0eecd0db387912b45fb2b4576b37e3876aa', ref: (el) => (this.liveRegionEl = el), "aria-live": "polite", class: "sr-only" }, this.announcement))));
467
468
  }
468
469
  get el() { return index.getElement(this); }
469
470
  static get watchers() { return {
@@ -471,6 +472,6 @@ const LineChart = class {
471
472
  "intervalSkip": ["handleIntervalSkip"]
472
473
  }; }
473
474
  };
474
- LineChart.style = wmLineChartCss;
475
+ LineChart.style = WmLineChartStyle0;
475
476
 
476
477
  exports.wm_line_chart = LineChart;
@@ -2,9 +2,10 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-e86c28b6.js');
5
+ const index = require('./index-788526f5.js');
6
6
 
7
7
  const wmModalFooterCss = "wm-modal-footer{display:block;-webkit-border-radius:0px 0px 5px 5px;-moz-border-radius:0px 0px 5px 5px;-ms-border-radius:0px 0px 5px 5px;border-radius:0px 0px 5px 5px}wm-modal-footer .wm-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 650px){wm-modal-footer .wm-wrapper.footer-text{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start}}wm-modal-footer .wm-wrapper wm-button+wm-button{margin-left:1rem}wm-modal-footer .wm-wrapper .wm-info{font-size:0.875rem;font-style:italic}@media only screen and (max-width: 650px){wm-modal-footer .wm-wrapper .wm-info{padding-bottom:0.625rem}}wm-modal-footer .wm-wrapper .wm-info:focus{outline:none}";
8
+ const WmModalFooterStyle0 = wmModalFooterCss;
8
9
 
9
10
  const ModalFooter = class {
10
11
  constructor(hostRef) {
@@ -38,10 +39,10 @@ const ModalFooter = class {
38
39
  }
39
40
  }
40
41
  render() {
41
- return (index.h("div", { class: `wm-wrapper ${this.infoText ? " footer-text" : ""}` }, index.h("div", { class: "wm-info", "aria-live": "polite" }, this.infoText), index.h("div", { class: "wm-button-collection" }, this.secondaryText && (index.h("wm-button", { onClick: () => this.emitParentSecondaryEvent(), id: `wm-secondary-${this.uid}`, ref: (el) => (this.primaryActionDisabled ? (this.lastElement = el) : undefined) }, this.secondaryText)), index.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))));
42
+ return (index.h("div", { key: '38b6b1759d4bdb628259acbf229a1d634df2dbf5', class: `wm-wrapper ${this.infoText ? " footer-text" : ""}` }, index.h("div", { key: '4259692e664739723e3895e8ec8d00ef00ef79f0', class: "wm-info", "aria-live": "polite" }, this.infoText), index.h("div", { key: '6ffea66fdfd257e754a9012e9471848037e92a52', class: "wm-button-collection" }, this.secondaryText && (index.h("wm-button", { key: '679eef458298304564cd365f15c8253796158ed8', onClick: () => this.emitParentSecondaryEvent(), id: `wm-secondary-${this.uid}`, ref: (el) => (this.primaryActionDisabled ? (this.lastElement = el) : undefined) }, this.secondaryText)), index.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))));
42
43
  }
43
44
  get el() { return index.getElement(this); }
44
45
  };
45
- ModalFooter.style = wmModalFooterCss;
46
+ ModalFooter.style = WmModalFooterStyle0;
46
47
 
47
48
  exports.wm_modal_footer = ModalFooter;
@@ -2,11 +2,12 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-e86c28b6.js');
6
- const intl = require('./intl-5aeba788.js');
7
- require('./functions-e24249e6.js');
5
+ const index = require('./index-788526f5.js');
6
+ const intl = require('./intl-57d1cfd1.js');
7
+ require('./functions-5ac8a62f.js');
8
8
 
9
9
  const wmModalHeaderCss = "wm-modal-header{display:block;-webkit-border-radius:5px 5px 0 0px;-moz-border-radius:5px 5px 0 0px;-ms-border-radius:5px 5px 0 0px;border-radius:5px 5px 0 0px}wm-modal-header .wm-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}wm-modal-header .wm-wrapper .title{margin:0;font-weight:600;font-size:1.125rem;color:var(--wmcolor-modal-heading);line-height:normal}wm-modal-header .wm-wrapper .title .subtitle{display:block;font-size:0.875rem;font-weight:normal}wm-modal-header .wm-wrapper .title:focus{outline:none}";
10
+ const WmModalHeaderStyle0 = wmModalHeaderCss;
10
11
 
11
12
  const ModalHeader = class {
12
13
  constructor(hostRef) {
@@ -30,10 +31,10 @@ const ModalHeader = class {
30
31
  parentModal.emitCloseEvent();
31
32
  }
32
33
  render() {
33
- return (index.h(index.Host, null, index.h("div", { class: "wm-wrapper" }, index.h("div", null, index.h("h2", { class: "title", id: `wm-modal-heading-text-${this.uid}` }, this.heading, index.h("span", { class: "subtitle" }, this.subheading))), index.h("wm-button", { "button-type": "navigational", icon: "f156", tooltip: intl.globalMessages.close, "tooltip-position": "left", id: `wm-modal-close-${this.uid}`, ref: (el) => (this.closeButtonEl = el), onClick: () => this.emitParentCloseEvent() }))));
34
+ return (index.h(index.Host, { key: 'f178a3e4b95a12286b3364efbebe22b3a389f24c' }, index.h("div", { key: '8a6589a653e28aa5eb926f50695fe129c57548d6', class: "wm-wrapper" }, index.h("div", { key: '33ca649393f628c8ab5160c5e11e208812dad450' }, index.h("h2", { key: 'e171bcaa0424e97401db3002bbc3ebaf9c66458d', class: "title", id: `wm-modal-heading-text-${this.uid}` }, this.heading, index.h("span", { key: 'aacf128010d3416ca788d2110240991dcf36fd17', class: "subtitle" }, this.subheading))), index.h("wm-button", { key: '1a7342cd0ed7aa024b52af067ec9ed33c7a63b04', "button-type": "navigational", icon: "f156", tooltip: intl.globalMessages.close, "tooltip-position": "left", id: `wm-modal-close-${this.uid}`, ref: (el) => (this.closeButtonEl = el), onClick: () => this.emitParentCloseEvent() }))));
34
35
  }
35
36
  get el() { return index.getElement(this); }
36
37
  };
37
- ModalHeader.style = wmModalHeaderCss;
38
+ ModalHeader.style = WmModalHeaderStyle0;
38
39
 
39
40
  exports.wm_modal_header = ModalHeader;
@@ -2,10 +2,11 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-e86c28b6.js');
6
- const functions = require('./functions-e24249e6.js');
5
+ const index = require('./index-788526f5.js');
6
+ const functions = require('./functions-5ac8a62f.js');
7
7
 
8
8
  const wmModalCss = "wm-modal{--wmcolor-modal-background:var(--wmcolor-background);--wmcolor-modal-border:var(--wmcolor-border);--wmcolor-modal-heading:var(--wmcolor-text);--wmcolor-modal-overlay:var(--wmcolor-overlay)}wm-modal *{-webkit-box-sizing:border-box;box-sizing:border-box}wm-modal dialog{color:inherit;padding:0;width:80vw;max-width:750px;max-height:80vh;-webkit-border-radius:5px 5px 5px 5px;-moz-border-radius:5px 5px 5px 5px;-ms-border-radius:5px 5px 5px 5px;border-radius:5px 5px 5px 5px;border:none;background:var(--wmcolor-modal-background)}wm-modal dialog>:not(wm-modal-header):not(wm-modal-footer){max-height:calc(80vh - 166px)}wm-modal dialog::-webkit-backdrop{background:rgba(25, 25, 25, 0.4)}wm-modal dialog::-ms-backdrop{background:rgba(25, 25, 25, 0.4)}wm-modal dialog::backdrop{background:rgba(25, 25, 25, 0.4)}wm-modal dialog[open]{-webkit-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);-moz-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);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)}wm-modal dialog.wm-modal>wm-modal-header{border-bottom:1px solid var(--wmcolor-modal-border)}wm-modal dialog.wm-modal>wm-modal-footer{border-top:1px solid var(--wmcolor-modal-border)}@media only screen and (max-width: 768px){wm-modal dialog.wm-modal{height:100%;max-height:none;max-width:none;width:100vw}wm-modal dialog.wm-modal>*{max-width:none;width:100vw}wm-modal dialog.wm-modal>*:not(wm-modal-header):not(wm-modal-footer){max-height:none;height:calc(100vh - 166px)}}wm-modal dialog.wm-dialog>:not(wm-modal-header):not(wm-modal-footer):not(.wm-tooltip){padding:0 1.875rem 1.25rem 1.875rem;font-size:0.875rem;border:none}wm-modal wm-modal-header,wm-modal wm-modal-footer{padding:1.25rem 1.875rem;width:100%}wm-modal .sr-only{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;border:0 !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;white-space:nowrap !important;margin:-1px !important;top:0;left:0}";
9
+ const WmModalStyle0 = wmModalCss;
9
10
 
10
11
  const Modal = class {
11
12
  constructor(hostRef) {
@@ -121,11 +122,11 @@ const Modal = class {
121
122
  }
122
123
  }
123
124
  render() {
124
- return (index.h("dialog", { class: `${"wm-" + this.modalType}`, ref: (el) => (this.dialogEl = el), onKeyDown: (ev) => this.handleKeyDown(ev) }, index.h("div", { class: "tabtrap sr-only", tabindex: "0", onFocus: (ev) => {
125
+ return (index.h("dialog", { key: '013cab28a1dba3a63ab8c350bfac543520254e63', class: `${"wm-" + this.modalType}`, ref: (el) => (this.dialogEl = el), onKeyDown: (ev) => this.handleKeyDown(ev) }, index.h("div", { key: '0bedae272d1154b61fbd7ebac59020d6c5b6b3b9', class: "tabtrap sr-only", tabindex: "0", onFocus: (ev) => {
125
126
  const focusedFromCloseButton = ev.relatedTarget && ev.relatedTarget == this.closeButtonEl;
126
127
  // no related target means we're coming from outside the page (browser chrome), and first element should be focused instead
127
128
  focusedFromCloseButton ? this.focusLastElement.emit() : this.focusFirstElement.emit();
128
- } }), !this.hasBrowserPopoverSupport && index.h("div", { class: "wm-tooltip" }), index.h("slot", null), index.h("div", { class: "tabtrap sr-only", tabindex: "0", onFocus: () => {
129
+ } }), !this.hasBrowserPopoverSupport && index.h("div", { key: '732a9e8edb3302a2d17dd9af6c8bf65ce73fc5d1', class: "wm-tooltip" }), index.h("slot", { key: '0ee3e5372886db1eb3f814d3f72d422771bbce27' }), index.h("div", { key: '197477a1dd69b1f5d2cb910fd01e1b3b247bafda', class: "tabtrap sr-only", tabindex: "0", onFocus: () => {
129
130
  this.focusFirstElement.emit();
130
131
  } })));
131
132
  }
@@ -134,6 +135,6 @@ const Modal = class {
134
135
  "open": ["toggleModal"]
135
136
  }; }
136
137
  };
137
- Modal.style = wmModalCss;
138
+ Modal.style = WmModalStyle0;
138
139
 
139
140
  exports.wm_modal = Modal;
@@ -2,11 +2,12 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-e86c28b6.js');
6
- const functions = require('./functions-e24249e6.js');
7
- const intl = require('./intl-5aeba788.js');
5
+ const index = require('./index-788526f5.js');
6
+ const functions = require('./functions-5ac8a62f.js');
7
+ const intl = require('./intl-57d1cfd1.js');
8
8
 
9
9
  const wmNavigationCss = ":host{--wmcolor-navigation-background-hover:var(--wmcolor-interactive-background-hover);--wmcolor-navigation-background-selected:var(--wmcolor-interactive-background-selected);--wmcolor-navigation-background:var(--wmcolor-background);--wmcolor-navigation-border-selected:var(--wmcolor-interactive);--wmcolor-navigation-focus:var(--wmcolor-interactive-focus);--wmcolor-navigation-icon-selected:var(--wmcolor-interactive);--wmcolor-navigation-icon:var(--wmcolor-icon);--wmcolor-navigation-text-selected:var(--wmcolor-interactive);z-index:10}:host([aria-expanded=true]){z-index:5000}.tray{-webkit-box-shadow:0 0 14px 0 rgba(0, 0, 0, 0.14);-moz-box-shadow:0 0 14px 0 rgba(0, 0, 0, 0.14);box-shadow:0 0 14px 0 rgba(0, 0, 0, 0.14);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:7.5625rem;background-color:var(--wmcolor-navigation-background);overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;font-size:0.875rem;height:100%}.navlist{margin:0;padding:0}.toggle-wrapper{display:none}@media screen and (max-width: 1023px){.tray{-ms-transition:transform 0.33s ease;-webkit-transition:transform 0.33s ease;-moz-transition:transform 0.33s ease;-webkit-transition:-webkit-transform 0.33s ease;transition:-webkit-transform 0.33s ease;transition:transform 0.33s ease;transition:transform 0.33s ease, -webkit-transform 0.33s ease;position:fixed;top:0;bottom:0;left:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.tray ul{visibility:hidden}.tray .toggle-wrapper{display:inline-block;min-height:5rem;width:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}:host([aria-expanded=true]) .tray{-webkit-transform:translateX(0);transform:translateX(0)}:host([aria-expanded=true]) .tray ul{visibility:visible}.overlay{width:100vw;height:100vh;max-width:none;max-height:none;position:fixed !important;top:0;bottom:0;left:0;right:0;-webkit-transform:translate(0%, 0%);transform:translate(0%, 0%);background-color:rgba(25, 25, 25, 0.4);-ms-transition:opacity 0.5s ease-out;-webkit-transition:opacity 0.5s ease-out;-moz-transition:opacity 0.5s ease-out;transition:opacity 0.5s ease-out}}";
10
+ const WmNavigationStyle0 = wmNavigationCss;
10
11
 
11
12
  const Navigation = class {
12
13
  constructor(hostRef) {
@@ -105,9 +106,9 @@ const Navigation = class {
105
106
  } }));
106
107
  }
107
108
  render() {
108
- return (index.h(index.Host, { role: "navigation", "aria-expanded": this.ariaExpanded, "aria-label": this.mainNavigationMessage }, this.open ? this.renderOverlay() : "", this.isCollapsible && (index.h("div", { class: "trapfocus", tabindex: this.open ? 0 : undefined, onFocus: () => this.focusLastItem() })), index.h("div", { class: "tray" }, index.h("div", { class: "toggle-wrapper" }, index.h("wm-button", { ref: (el) => (this.toggleEl = el), class: "toggle", "button-type": "navigational", icon: this.open ? "f156" : "f35c", "icon-size": "2rem", tooltip: this.open ? intl.globalMessages.close : intl.globalMessages.open, "tooltip-position": "right", tabIndex: this.open ? undefined : -1, onClick: () => {
109
+ return (index.h(index.Host, { key: 'b8fa3d19d2d5c3bbc1d10b36012567be01955f4e', role: "navigation", "aria-expanded": this.ariaExpanded, "aria-label": this.mainNavigationMessage }, this.open ? this.renderOverlay() : "", this.isCollapsible && (index.h("div", { key: '8661122685c09698703f7037d2f73676c13a930f', class: "trapfocus", tabindex: this.open ? 0 : undefined, onFocus: () => this.focusLastItem() })), index.h("div", { key: '6d9f020d21e9c05bcc0a439f2939869267318d9d', class: "tray" }, index.h("div", { key: 'c497fd99f9ec90b352405f562d1c7d492d8af6f5', class: "toggle-wrapper" }, index.h("wm-button", { key: '5544c0479873097961737a85dda7c9f03f60edd0', ref: (el) => (this.toggleEl = el), class: "toggle", "button-type": "navigational", icon: this.open ? "f156" : "f35c", "icon-size": "2rem", tooltip: this.open ? intl.globalMessages.close : intl.globalMessages.open, "tooltip-position": "right", tabIndex: this.open ? undefined : -1, onClick: () => {
109
110
  this.open = !this.open;
110
- } })), index.h("ul", { class: "navlist" }, index.h("slot", null))), this.isCollapsible && (index.h("div", { class: "trapfocus", tabindex: this.open ? 0 : undefined, onFocus: () => this.toggleEl.focus() }))));
111
+ } })), index.h("ul", { key: '921967fa3b818a6487b311d1413801caa936817b', class: "navlist" }, index.h("slot", { key: 'c71b593320116c6bad5091e6ad4c6247f28084b5' }))), this.isCollapsible && (index.h("div", { key: 'c8f0cb0b0649546939a31ce9ffebd8b6a5452e8d', class: "trapfocus", tabindex: this.open ? 0 : undefined, onFocus: () => this.toggleEl.focus() }))));
111
112
  }
112
113
  static get delegatesFocus() { return true; }
113
114
  get el() { return index.getElement(this); }
@@ -115,9 +116,10 @@ const Navigation = class {
115
116
  "open": ["handleStateChange"]
116
117
  }; }
117
118
  };
118
- Navigation.style = wmNavigationCss;
119
+ Navigation.style = WmNavigationStyle0;
119
120
 
120
121
  const wmNavigationHamburgerCss = "button{--wmcolor-navigation-hamburger-background-hover:var(--wmcolor-interactive-background-hover);--wmcolor-navigation-hamburger-icon:var(--wmcolor-interactive);display:none;width:100%;height:100%;border:none;-webkit-box-shadow:none;box-shadow:none;-webkit-transition:background-color 500ms cubic-bezier(0.4, 0, 0.2, 1);transition:background-color 500ms cubic-bezier(0.4, 0, 0.2, 1);background-color:transparent;outline:none;padding:0}button:focus-visible{outline:3px solid var(--wmcolor-interactive-focus);outline-offset:0}button:hover{background-color:var(--wmcolor-navigation-hamburger-background-hover)}.icon:before{display:inline-block;font:normal normal normal 24px/1 \"Material Design Icons\";font-size:inherit;text-rendering:auto;line-height:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:\"\\f35c\";font-size:1.5rem;color:var(--wmcolor-navigation-hamburger-icon)}@media screen and (max-width: 1023px){:host{width:3.75rem;height:3.75rem}button{display:initial}}";
122
+ const WmNavigationHamburgerStyle0 = wmNavigationHamburgerCss;
121
123
 
122
124
  const NavigationHamburger = class {
123
125
  constructor(hostRef) {
@@ -155,14 +157,15 @@ const NavigationHamburger = class {
155
157
  this.wmNavigationHamburgerClicked.emit();
156
158
  }
157
159
  render() {
158
- return (index.h(index.Host, { class: `hamburger ${this.open ? "nav-open" : "nav-closed"}` }, index.h("button", { "aria-expanded": this.open, "aria-label": this.showNavMessage, onMouseEnter: () => functions.showTooltip("right", this.el, this.showNavMessage), onMouseLeave: () => functions.hideTooltip(), onFocus: () => this.isTabbing && functions.showTooltip("right", this.el, this.showNavMessage), onBlur: () => functions.hideTooltip(), onClick: () => this.handleClick() }, index.h("span", { class: "icon" }))));
160
+ return (index.h(index.Host, { key: 'fc402d0497dde80e6cf677a1d68a6be907581d87', class: `hamburger ${this.open ? "nav-open" : "nav-closed"}` }, index.h("button", { key: '98f00ce032096525b6a8bc657ebf74ad0b9de422', "aria-expanded": this.open, "aria-label": this.showNavMessage, onMouseEnter: () => functions.showTooltip("right", this.el, this.showNavMessage), onMouseLeave: () => functions.hideTooltip(), onFocus: () => this.isTabbing && functions.showTooltip("right", this.el, this.showNavMessage), onBlur: () => functions.hideTooltip(), onClick: () => this.handleClick() }, index.h("span", { key: 'b7a05af3f723c2d19c2dcf58d5e10660bd461382', class: "icon" }))));
159
161
  }
160
162
  static get delegatesFocus() { return true; }
161
163
  get el() { return index.getElement(this); }
162
164
  };
163
- NavigationHamburger.style = wmNavigationHamburgerCss;
165
+ NavigationHamburger.style = WmNavigationHamburgerStyle0;
164
166
 
165
167
  const wmNavigationItemCss = ".link{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;color:inherit;text-decoration:none;min-height:4.5rem;text-align:center;padding:1.25rem 0.5rem;font-weight:500;outline:none;position:relative;background:var(--wmcolor-navigation-background)}.link:hover{background-color:var(--wmcolor-navigation-background-hover)}.link .icon{font-size:1.375rem;color:var(--wmcolor-navigation-icon)}.link .text{font-size:0.875rem}.link:focus-visible{outline:3px solid var(--wmcolor-interactive-focus);outline-offset:-3px}.link.active{background-color:var(--wmcolor-navigation-background-selected)}.link.active:before{content:\"\";background-color:var(--wmcolor-navigation-border-selected);position:absolute;height:100%;width:5px;left:0}.link.active .text{color:var(--wmcolor-navigation-text-selected)}.link.active .icon{color:var(--wmcolor-navigation-icon-selected)}";
168
+ const WmNavigationItemStyle0 = wmNavigationItemCss;
166
169
 
167
170
  const NavigationItem = class {
168
171
  constructor(hostRef) {
@@ -173,12 +176,12 @@ const NavigationItem = class {
173
176
  this.active = undefined;
174
177
  }
175
178
  render() {
176
- return (index.h(index.Host, { role: "listitem" }, index.h("a", { class: `link ${this.active ? "active" : ""}`, href: this.href, onClick: () => this.wmNavigationItemClicked.emit() }, index.h("div", { class: "icon", "aria-hidden": "true" }, index.h("slot", null)), index.h("div", { class: "text" }, this.text))));
179
+ return (index.h(index.Host, { key: '8f21a176308fc0052df4c37e6ce10a56ce36714a', role: "listitem" }, index.h("a", { key: 'e0bc653ff770e9e5c7b8c05931ef59ae866ef5b0', class: `link ${this.active ? "active" : ""}`, href: this.href, onClick: () => this.wmNavigationItemClicked.emit() }, index.h("div", { key: 'ee3b371175474cefdc4d3aa0dd78221807f8d36e', class: "icon", "aria-hidden": "true" }, index.h("slot", { key: 'a35caf3cc9befad2e9a7cf6b52612c11708ab93b' })), index.h("div", { key: 'c8ca711e000f7ea73ace37e8bf173b2fca94406a', class: "text" }, this.text))));
177
180
  }
178
181
  static get delegatesFocus() { return true; }
179
182
  get el() { return index.getElement(this); }
180
183
  };
181
- NavigationItem.style = wmNavigationItemCss;
184
+ NavigationItem.style = WmNavigationItemStyle0;
182
185
 
183
186
  exports.wm_navigation = Navigation;
184
187
  exports.wm_navigation_hamburger = NavigationHamburger;
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-e86c28b6.js');
5
+ const index = require('./index-788526f5.js');
6
6
  const interfaces = require('./interfaces-85d78ae9.js');
7
- const functions = require('./functions-e24249e6.js');
7
+ const functions = require('./functions-5ac8a62f.js');
8
8
 
9
9
  const getRequest = async (url) => {
10
10
  const response = await fetch(url);
@@ -17,6 +17,7 @@ const getRequest = async (url) => {
17
17
  };
18
18
 
19
19
  const wmNavigatorCss = ":host{--wmcolor-navigator-background:var(--wmcolor-background);--wmcolor-navigator-header-background:var(--wmcolor-brand-dark);--wmcolor-navigator-header-text:var(--wmcolor-text-ondark);--wmcolor-navigator-item-background-selected:var(--wmcolor-interactive-background-selected);--wmcolor-navigator-item-background-focus:var(--wmcolor-interactive-background-focus);--wmcolor-navigator-item-background-hover:var(--wmcolor-interactive-background-hover);--wmcolor-navigator-item-background:var(--wmcolor-background);--wmcolor-navigator-item-border:var(--wmcolor-border);--wmcolor-navigator-item-text:var(--wmcolor-text);--wmcolor-navigator-user-background:var(--wmcolor-background-readonly);min-width:0;position:relative;display:inline-block}:host .wrapper{overflow:auto;font-size:1.125rem;min-width:13.125rem;width:auto;max-height:80vh;text-align:left;position:absolute;z-index:50;top:100%;right:20px;left:auto;background:var(--wmcolor-navigator-background);letter-spacing:normal;-webkit-box-shadow:0 4px 15px 0 rgba(0, 0, 0, 0.2);-moz-box-shadow:0 4px 15px 0 rgba(0, 0, 0, 0.2);box-shadow:0 4px 15px 0 rgba(0, 0, 0, 0.2);-ms-transition:transform 0.25s ease;-webkit-transition:transform 0.25s ease;-moz-transition:transform 0.25s ease;-webkit-transition:-webkit-transform 0.25s ease;transition:-webkit-transform 0.25s ease;transition:transform 0.25s ease;transition:transform 0.25s ease, -webkit-transform 0.25s ease;-ms-transform-origin:center top;-webkit-transform-origin:center top;-moz-transform-origin:center top;transform-origin:center top;-ms-transform:scale(1, 1);-webkit-transform:scale(1, 1);-moz-transform:scale(1, 1);transform:scale(1, 1)}:host .wrapper .user{background:var(--wmcolor-navigator-user-background);padding:0.625rem 1.25rem;font-size:0.875rem}:host .wrapper .user p{margin:0}:host .wrapper .user p:first-child{font-weight:700;text-transform:capitalize}:host .wrapper h2{background:var(--wmcolor-navigator-header-background);color:var(--wmcolor-navigator-header-text);font-weight:700;margin:0;padding:0.625rem 1.25rem;font-size:0.875rem}:host .wrapper [role=listbox]{list-style:none;margin:0;padding-left:0}:host .wrapper.hide{-ms-transform:scale(1, 0);-webkit-transform:scale(1, 0);-moz-transform:scale(1, 0);transform:scale(1, 0)}:host .wrapper.right{right:auto;left:20px}:host img{-webkit-transform:scale(0.8);transform:scale(0.8);-webkit-transform-origin:left center;transform-origin:left center;display:block}:host .logout{text-align:center;text-transform:capitalize}priv-navigator-item:focus{outline:none}";
20
+ const WmNavigatorStyle0 = wmNavigatorCss;
20
21
 
21
22
  const Navigator = class {
22
23
  constructor(hostRef) {
@@ -321,6 +322,6 @@ const Navigator = class {
321
322
  "products": ["parseData"]
322
323
  }; }
323
324
  };
324
- Navigator.style = wmNavigatorCss;
325
+ Navigator.style = WmNavigatorStyle0;
325
326
 
326
327
  exports.wm_navigator = Navigator;