@watermarkinsights/ripple 5.3.1 → 5.4.0-0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (356) hide show
  1. package/dist/{esm/global-309e423a.js → cjs/app-globals-338dc72a.js} +10 -1
  2. package/dist/cjs/{chartFunctions-0238043b.js → chartFunctions-9c8c61ef.js} +4 -4
  3. package/dist/cjs/{functions-3be85c6d.js → functions-05e7ad5a.js} +104 -7
  4. package/dist/cjs/index-788526f5.js +1851 -0
  5. package/dist/cjs/{intl-567eb9d8.js → intl-2b550151.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/ripple.cjs.js +12 -11
  12. package/dist/cjs/wm-action-menu_2.cjs.entry.js +8 -6
  13. package/dist/cjs/wm-button.cjs.entry.js +5 -4
  14. package/dist/cjs/wm-chart-slice.cjs.entry.js +1 -1
  15. package/dist/cjs/wm-chart.cjs.entry.js +7 -6
  16. package/dist/cjs/wm-date-range.cjs.entry.js +8 -7
  17. package/dist/cjs/wm-datepicker.cjs.entry.js +8 -7
  18. package/dist/cjs/wm-file-list.cjs.entry.js +4 -3
  19. package/dist/cjs/wm-file.cjs.entry.js +5 -4
  20. package/dist/cjs/wm-input.cjs.entry.js +6 -5
  21. package/dist/cjs/wm-line-chart.cjs.entry.js +15 -14
  22. package/dist/cjs/wm-modal-footer.cjs.entry.js +4 -3
  23. package/dist/cjs/wm-modal-header.cjs.entry.js +6 -5
  24. package/dist/cjs/wm-modal.cjs.entry.js +6 -5
  25. package/dist/cjs/wm-navigation_3.cjs.entry.js +13 -10
  26. package/dist/cjs/wm-navigator.cjs.entry.js +4 -3
  27. package/dist/cjs/wm-option_2.cjs.entry.js +10 -8
  28. package/dist/cjs/wm-pagination.cjs.entry.js +5 -4
  29. package/dist/cjs/wm-progress-indicator_3.cjs.entry.js +9 -7
  30. package/dist/cjs/wm-search.cjs.entry.js +7 -6
  31. package/dist/cjs/wm-snackbar.cjs.entry.js +7 -6
  32. package/dist/cjs/wm-tab-item_3.cjs.entry.js +11 -8
  33. package/dist/cjs/wm-tag-input.cjs.entry.js +8 -7
  34. package/dist/cjs/wm-tag-option.cjs.entry.js +2 -2
  35. package/dist/cjs/wm-textarea.cjs.entry.js +6 -5
  36. package/dist/cjs/wm-timepicker.cjs.entry.js +6 -5
  37. package/dist/cjs/wm-toggletip.cjs.entry.js +6 -5
  38. package/dist/cjs/wm-uploader.cjs.entry.js +7 -6
  39. package/dist/cjs/wm-wrapper.cjs.entry.js +1 -1
  40. package/dist/collection/collection-manifest.json +2 -2
  41. package/dist/collection/components/charts/chartFunctions.js +2 -2
  42. package/dist/collection/components/charts/priv-chart-popover/priv-chart-popover.js +2 -2
  43. package/dist/collection/components/charts/wm-chart/wm-chart.js +1 -1
  44. package/dist/collection/components/charts/wm-line-chart/wm-line-chart.js +9 -9
  45. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-indicator.js +1 -1
  46. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.js +1 -1
  47. package/dist/collection/components/datepickers/priv-calendar/priv-calendar.js +2 -2
  48. package/dist/collection/components/datepickers/wm-date-range.js +16 -12
  49. package/dist/collection/components/datepickers/wm-datepicker.js +16 -12
  50. package/dist/collection/components/wm-action-menu/wm-action-menu.js +1 -1
  51. package/dist/collection/components/wm-button/wm-button.js +1 -1
  52. package/dist/collection/components/wm-file/wm-file.js +1 -1
  53. package/dist/collection/components/wm-file-list/wm-file-list.js +1 -1
  54. package/dist/collection/components/wm-input/wm-input.js +1 -1
  55. package/dist/collection/components/wm-menuitem/wm-menuitem.js +1 -1
  56. package/dist/collection/components/wm-modal/wm-modal-footer.js +1 -1
  57. package/dist/collection/components/wm-modal/wm-modal-header.js +1 -1
  58. package/dist/collection/components/wm-modal/wm-modal.js +2 -2
  59. package/dist/collection/components/wm-navigation/wm-navigation-hamburger.js +1 -1
  60. package/dist/collection/components/wm-navigation/wm-navigation-item.js +1 -1
  61. package/dist/collection/components/wm-navigation/wm-navigation.js +2 -2
  62. package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.js +1 -1
  63. package/dist/collection/components/wm-navigator/priv-navigator-item/priv-navigator-item.js +1 -1
  64. package/dist/collection/components/wm-option/wm-option.js +1 -1
  65. package/dist/collection/components/wm-pagination/wm-pagination.js +1 -1
  66. package/dist/collection/components/wm-search/wm-search.js +5 -4
  67. package/dist/collection/components/wm-select/wm-select.js +2 -2
  68. package/dist/collection/components/wm-snackbar/wm-snackbar.js +2 -2
  69. package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.js +1 -1
  70. package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.js +1 -1
  71. package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.js +1 -1
  72. package/dist/collection/components/wm-tag-input/wm-tag-input.js +3 -3
  73. package/dist/collection/components/wm-textarea/wm-textarea.js +1 -1
  74. package/dist/collection/components/wm-timepicker/wm-timepicker.js +11 -8
  75. package/dist/collection/components/wm-toggletip/wm-toggletip.js +2 -2
  76. package/dist/collection/components/wm-uploader/wm-uploader.js +2 -2
  77. package/dist/collection/dev/chart.js +13 -32
  78. package/dist/{cjs/global-41dfa85b.js → esm/app-globals-5fa0b568.js} +7 -2
  79. package/dist/esm/{chartFunctions-036fdb89.js → chartFunctions-a4c41273.js} +4 -4
  80. package/dist/esm/{functions-46843ea0.js → functions-25781571.js} +105 -8
  81. package/dist/esm/index-130e07bb.js +1820 -0
  82. package/dist/esm/{intl-8b8740b9.js → intl-df3d34d1.js} +1 -1
  83. package/dist/esm/loader.js +5 -4
  84. package/dist/esm/polyfills/core-js.js +0 -0
  85. package/dist/esm/polyfills/dom.js +0 -0
  86. package/dist/esm/polyfills/es5-html-element.js +0 -0
  87. package/dist/esm/polyfills/index.js +0 -0
  88. package/dist/esm/polyfills/system.js +0 -0
  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/ripple.js +13 -12
  94. package/dist/esm/wm-action-menu_2.entry.js +8 -6
  95. package/dist/esm/wm-button.entry.js +5 -4
  96. package/dist/esm/wm-chart-slice.entry.js +1 -1
  97. package/dist/esm/wm-chart.entry.js +7 -6
  98. package/dist/esm/wm-date-range.entry.js +8 -7
  99. package/dist/esm/wm-datepicker.entry.js +8 -7
  100. package/dist/esm/wm-file-list.entry.js +4 -3
  101. package/dist/esm/wm-file.entry.js +5 -4
  102. package/dist/esm/wm-input.entry.js +6 -5
  103. package/dist/esm/wm-line-chart.entry.js +15 -14
  104. package/dist/esm/wm-modal-footer.entry.js +4 -3
  105. package/dist/esm/wm-modal-header.entry.js +6 -5
  106. package/dist/esm/wm-modal.entry.js +6 -5
  107. package/dist/esm/wm-navigation_3.entry.js +13 -10
  108. package/dist/esm/wm-navigator.entry.js +4 -3
  109. package/dist/esm/wm-option_2.entry.js +10 -8
  110. package/dist/esm/wm-pagination.entry.js +5 -4
  111. package/dist/esm/wm-progress-indicator_3.entry.js +9 -7
  112. package/dist/esm/wm-search.entry.js +7 -6
  113. package/dist/esm/wm-snackbar.entry.js +7 -6
  114. package/dist/esm/wm-tab-item_3.entry.js +11 -8
  115. package/dist/esm/wm-tag-input.entry.js +8 -7
  116. package/dist/esm/wm-tag-option.entry.js +2 -2
  117. package/dist/esm/wm-textarea.entry.js +6 -5
  118. package/dist/esm/wm-timepicker.entry.js +6 -5
  119. package/dist/esm/wm-toggletip.entry.js +6 -5
  120. package/dist/esm/wm-uploader.entry.js +7 -6
  121. package/dist/esm/wm-wrapper.entry.js +1 -1
  122. package/dist/esm-es5/app-globals-5fa0b568.js +1 -0
  123. package/dist/esm-es5/{chartFunctions-036fdb89.js → chartFunctions-a4c41273.js} +1 -1
  124. package/dist/esm-es5/functions-25781571.js +1 -0
  125. package/dist/esm-es5/index-130e07bb.js +1 -0
  126. package/dist/esm-es5/{intl-8b8740b9.js → intl-df3d34d1.js} +1 -1
  127. package/dist/esm-es5/loader.js +1 -1
  128. package/dist/esm-es5/priv-calendar.entry.js +1 -1
  129. package/dist/esm-es5/priv-chart-popover.entry.js +1 -1
  130. package/dist/esm-es5/priv-navigator-button.entry.js +1 -1
  131. package/dist/esm-es5/priv-navigator-item.entry.js +1 -1
  132. package/dist/esm-es5/ripple.js +1 -1
  133. package/dist/esm-es5/wm-action-menu_2.entry.js +1 -1
  134. package/dist/esm-es5/wm-button.entry.js +1 -1
  135. package/dist/esm-es5/wm-chart-slice.entry.js +1 -1
  136. package/dist/esm-es5/wm-chart.entry.js +1 -1
  137. package/dist/esm-es5/wm-date-range.entry.js +1 -1
  138. package/dist/esm-es5/wm-datepicker.entry.js +1 -1
  139. package/dist/esm-es5/wm-file-list.entry.js +1 -1
  140. package/dist/esm-es5/wm-file.entry.js +1 -1
  141. package/dist/esm-es5/wm-input.entry.js +1 -1
  142. package/dist/esm-es5/wm-line-chart.entry.js +1 -1
  143. package/dist/esm-es5/wm-modal-footer.entry.js +1 -1
  144. package/dist/esm-es5/wm-modal-header.entry.js +1 -1
  145. package/dist/esm-es5/wm-modal.entry.js +1 -1
  146. package/dist/esm-es5/wm-navigation_3.entry.js +1 -1
  147. package/dist/esm-es5/wm-navigator.entry.js +1 -1
  148. package/dist/esm-es5/wm-option_2.entry.js +1 -1
  149. package/dist/esm-es5/wm-pagination.entry.js +1 -1
  150. package/dist/esm-es5/wm-progress-indicator_3.entry.js +1 -1
  151. package/dist/esm-es5/wm-search.entry.js +1 -1
  152. package/dist/esm-es5/wm-snackbar.entry.js +1 -1
  153. package/dist/esm-es5/wm-tab-item_3.entry.js +1 -1
  154. package/dist/esm-es5/wm-tag-input.entry.js +1 -1
  155. package/dist/esm-es5/wm-tag-option.entry.js +1 -1
  156. package/dist/esm-es5/wm-textarea.entry.js +1 -1
  157. package/dist/esm-es5/wm-timepicker.entry.js +1 -1
  158. package/dist/esm-es5/wm-toggletip.entry.js +1 -1
  159. package/dist/esm-es5/wm-uploader.entry.js +1 -1
  160. package/dist/esm-es5/wm-wrapper.entry.js +1 -1
  161. package/dist/loader/cdn.js +1 -2
  162. package/dist/loader/index.cjs.js +1 -2
  163. package/dist/loader/index.d.ts +3 -0
  164. package/dist/loader/index.es2017.js +1 -2
  165. package/dist/loader/index.js +1 -2
  166. package/dist/ripple/{p-5029fcd8.system.entry.js → p-00515e48.system.entry.js} +1 -1
  167. package/dist/ripple/{p-45abd8fe.entry.js → p-041e579b.entry.js} +1 -1
  168. package/dist/ripple/{p-65d26233.system.entry.js → p-043901ab.system.entry.js} +1 -1
  169. package/dist/ripple/p-0af94825.entry.js +1 -0
  170. package/dist/ripple/p-0ff41567.system.entry.js +1 -0
  171. package/dist/ripple/{p-48e09589.entry.js → p-13b1d775.entry.js} +1 -1
  172. package/dist/ripple/p-13fc2164.entry.js +1 -0
  173. package/dist/ripple/p-155224a2.system.entry.js +1 -0
  174. package/dist/ripple/{p-d837c1f5.js → p-1a9e55ae.js} +1 -1
  175. package/dist/ripple/p-1f09134c.entry.js +1 -0
  176. package/dist/ripple/p-298c2675.entry.js +1 -0
  177. package/dist/ripple/p-2d619f83.entry.js +1 -0
  178. package/dist/ripple/{p-cc4a429b.entry.js → p-2e3728f1.entry.js} +1 -1
  179. package/dist/ripple/p-31781d88.system.entry.js +1 -0
  180. package/dist/ripple/p-31d7ecf9.system.entry.js +1 -0
  181. package/dist/ripple/p-341ebafa.entry.js +1 -0
  182. package/dist/ripple/p-3423a9b6.system.entry.js +1 -0
  183. package/dist/ripple/p-376efca9.entry.js +1 -0
  184. package/dist/ripple/p-3b5f4364.system.entry.js +1 -0
  185. package/dist/ripple/p-418ed08c.system.entry.js +1 -0
  186. package/dist/ripple/p-4520ba7b.entry.js +1 -0
  187. package/dist/ripple/p-45f53a78.system.js +1 -0
  188. package/dist/ripple/p-4670ccb4.system.js +1 -0
  189. package/dist/ripple/p-488e1690.entry.js +1 -0
  190. package/dist/ripple/p-4baaf026.entry.js +1 -0
  191. package/dist/ripple/p-5051034b.entry.js +1 -0
  192. package/dist/ripple/p-56766bb2.entry.js +1 -0
  193. package/dist/ripple/p-576f8e7c.js +1 -0
  194. package/dist/ripple/p-5caaf651.system.entry.js +1 -0
  195. package/dist/ripple/p-5ece78e5.system.entry.js +1 -0
  196. package/dist/ripple/{p-42d1c301.entry.js → p-672ae2cb.entry.js} +1 -1
  197. package/dist/ripple/{p-3a44e1c8.entry.js → p-67a7f0b0.entry.js} +1 -1
  198. package/dist/ripple/p-6d0e5159.system.entry.js +1 -0
  199. package/dist/ripple/p-6d56676e.system.entry.js +1 -0
  200. package/dist/ripple/{p-b7ead395.system.entry.js → p-6fe35d1e.system.entry.js} +1 -1
  201. package/dist/ripple/{p-2ba7e68e.system.entry.js → p-7c51092b.system.entry.js} +1 -1
  202. package/dist/ripple/p-7d32497f.system.js +1 -0
  203. package/dist/ripple/p-7eab6bea.system.entry.js +1 -0
  204. package/dist/ripple/p-7fb95b89.entry.js +1 -0
  205. package/dist/ripple/{p-32bf3f5b.system.entry.js → p-823d7b4e.system.entry.js} +1 -1
  206. package/dist/ripple/p-85cbeb7d.system.entry.js +1 -0
  207. package/dist/ripple/p-88cfd58d.js +1 -0
  208. package/dist/ripple/p-8d075bcf.system.entry.js +1 -0
  209. package/dist/ripple/{p-8159cdf5.entry.js → p-8e72de50.entry.js} +1 -1
  210. package/dist/ripple/p-9c723924.system.entry.js +1 -0
  211. package/dist/ripple/{p-510679f8.system.entry.js → p-a1a2f8c9.system.entry.js} +1 -1
  212. package/dist/ripple/p-a62e7532.entry.js +1 -0
  213. package/dist/ripple/{p-1ac66a15.system.js → p-a9d89ac8.system.js} +1 -1
  214. package/dist/ripple/{p-a152cf3a.system.entry.js → p-aab56a37.system.entry.js} +1 -1
  215. package/dist/ripple/{p-79106e23.system.entry.js → p-ac40417b.system.entry.js} +1 -1
  216. package/dist/ripple/p-ad4529d2.entry.js +1 -0
  217. package/dist/ripple/{p-ffb31979.system.entry.js → p-b0c566b5.system.entry.js} +1 -1
  218. package/dist/ripple/p-b7307be6.system.entry.js +1 -0
  219. package/dist/ripple/{p-624a2812.entry.js → p-bee8ab6e.entry.js} +1 -1
  220. package/dist/ripple/p-c2181de0.entry.js +1 -0
  221. package/dist/ripple/{p-d4b209ec.system.js → p-c9141443.system.js} +1 -1
  222. package/dist/ripple/{p-e7a64841.system.entry.js → p-ca35a8b7.system.entry.js} +1 -1
  223. package/dist/ripple/{p-88ebddd7.entry.js → p-cd0cc88d.entry.js} +1 -1
  224. package/dist/ripple/p-cef8a45b.system.js +2 -0
  225. package/dist/ripple/p-d5ba9de1.system.entry.js +1 -0
  226. package/dist/ripple/{p-df1a11f1.system.entry.js → p-d93c51dd.system.entry.js} +1 -1
  227. package/dist/ripple/p-d9da0502.js +2 -0
  228. package/dist/ripple/p-db10990a.entry.js +1 -0
  229. package/dist/ripple/p-de0e138f.system.entry.js +1 -0
  230. package/dist/ripple/p-e2fe86a7.system.entry.js +1 -0
  231. package/dist/ripple/p-e85b1f40.entry.js +1 -0
  232. package/dist/ripple/p-ea0dfadf.system.entry.js +1 -0
  233. package/dist/ripple/p-eb14b354.entry.js +1 -0
  234. package/dist/ripple/p-f17fd62b.entry.js +1 -0
  235. package/dist/ripple/p-f20e8a69.entry.js +1 -0
  236. package/dist/ripple/{p-d79fdf0b.js → p-f54e9ed0.js} +1 -1
  237. package/dist/ripple/p-f836a5e8.entry.js +1 -0
  238. package/dist/ripple/p-fabe4ca4.entry.js +1 -0
  239. package/dist/ripple/p-fbaae34d.system.entry.js +1 -0
  240. package/dist/ripple/{p-a37cf34a.entry.js → p-ff69270a.entry.js} +1 -1
  241. package/dist/ripple/ripple.esm.js +1 -1
  242. package/dist/ripple/ripple.js +1 -1
  243. package/dist/types/stencil-public-runtime.d.ts +3 -10
  244. package/package.json +1 -1
  245. package/dist/cjs/index-e86c28b6.js +0 -2641
  246. package/dist/collection/components/charts/chartFunctions.spec.js +0 -16
  247. package/dist/collection/components/charts/priv-chart-popover/priv-chart-popover.e2e.js +0 -81
  248. package/dist/collection/components/charts/screenshots.e2e.js +0 -96
  249. package/dist/collection/components/charts/wm-chart/wm-chart.e2e.js +0 -213
  250. package/dist/collection/components/charts/wm-chart/wm-chart.spec.js +0 -37
  251. package/dist/collection/components/charts/wm-line-chart/wm-line-chart.e2e.js +0 -176
  252. package/dist/collection/components/charts/wm-line-chart/wm-line-chart.spec.js +0 -163
  253. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.e2e.js +0 -69
  254. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.spec.js +0 -79
  255. package/dist/collection/components/datepickers/priv-calendar/priv-calendar.spec.js +0 -89
  256. package/dist/collection/components/datepickers/wm-date-range.e2e.js +0 -443
  257. package/dist/collection/components/datepickers/wm-date-range.spec.js +0 -22
  258. package/dist/collection/components/datepickers/wm-datepicker.e2e.js +0 -382
  259. package/dist/collection/components/datepickers/wm-datepicker.spec.js +0 -21
  260. package/dist/collection/components/wm-action-menu/wm-action-menu.e2e.js +0 -200
  261. package/dist/collection/components/wm-action-menu/wm-action-menu.spec.js +0 -48
  262. package/dist/collection/components/wm-button/wm-button.e2e.js +0 -55
  263. package/dist/collection/components/wm-button/wm-button.spec.js +0 -74
  264. package/dist/collection/components/wm-file/wm-file.spec.js +0 -194
  265. package/dist/collection/components/wm-file-list/wm-file-list.spec.js +0 -69
  266. package/dist/collection/components/wm-input/wm-input.e2e.js +0 -32
  267. package/dist/collection/components/wm-input/wm-input.spec.js +0 -173
  268. package/dist/collection/components/wm-menuitem/wm-menuitem.e2e.js +0 -23
  269. package/dist/collection/components/wm-menuitem/wm-menuitem.spec.js +0 -54
  270. package/dist/collection/components/wm-modal/wm-modal-footer.spec.js +0 -11
  271. package/dist/collection/components/wm-modal/wm-modal-header.spec.js +0 -8
  272. package/dist/collection/components/wm-modal/wm-modal.e2e.js +0 -104
  273. package/dist/collection/components/wm-modal/wm-modal.spec.js +0 -30
  274. package/dist/collection/components/wm-navigation/wm-navigation.e2e.js +0 -102
  275. package/dist/collection/components/wm-navigation/wm-navigation.spec.js +0 -91
  276. package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.e2e.js +0 -50
  277. package/dist/collection/components/wm-navigator/wm-navigator.e2e.js +0 -209
  278. package/dist/collection/components/wm-navigator/wm-navigator.spec.js +0 -177
  279. package/dist/collection/components/wm-option/wm-option.e2e.js +0 -22
  280. package/dist/collection/components/wm-option/wm-option.spec.js +0 -63
  281. package/dist/collection/components/wm-pagination/wm-pagination.e2e.js +0 -312
  282. package/dist/collection/components/wm-search/wm-search.e2e.js +0 -76
  283. package/dist/collection/components/wm-search/wm-search.spec.js +0 -71
  284. package/dist/collection/components/wm-select/wm-select.e2e.js +0 -521
  285. package/dist/collection/components/wm-select/wm-select.spec.js +0 -271
  286. package/dist/collection/components/wm-snackbar/wm-snackbar.e2e.js +0 -112
  287. package/dist/collection/components/wm-snackbar/wm-snackbar.spec.js +0 -9
  288. package/dist/collection/components/wm-tabs/wm-tabs.e2e.js +0 -91
  289. package/dist/collection/components/wm-tabs/wm-tabs.spec.js +0 -12
  290. package/dist/collection/components/wm-tag-input/wm-tag-input.e2e.js +0 -204
  291. package/dist/collection/components/wm-tag-input/wm-tag-input.spec.js +0 -195
  292. package/dist/collection/components/wm-textarea/wm-textarea.e2e.js +0 -41
  293. package/dist/collection/components/wm-textarea/wm-textarea.spec.js +0 -79
  294. package/dist/collection/components/wm-timepicker/wm-timepicker.e2e.js +0 -163
  295. package/dist/collection/components/wm-timepicker/wm-timepicker.spec.js +0 -147
  296. package/dist/collection/components/wm-toggletip/wm-toggletip.e2e.js +0 -69
  297. package/dist/collection/components/wm-toggletip/wm-toggletip.spec.js +0 -21
  298. package/dist/collection/components/wm-uploader/wm-uploader.e2e.js +0 -70
  299. package/dist/collection/components/wm-uploader/wm-uploader.spec.js +0 -234
  300. package/dist/collection/global/functions.spec.js +0 -126
  301. package/dist/collection/lang/lang.spec.js +0 -20
  302. package/dist/esm/index-558b5a82.js +0 -2610
  303. package/dist/esm-es5/functions-46843ea0.js +0 -1
  304. package/dist/esm-es5/global-309e423a.js +0 -1
  305. package/dist/esm-es5/index-558b5a82.js +0 -1
  306. package/dist/ripple/p-09a31f0c.entry.js +0 -1
  307. package/dist/ripple/p-0aa17cac.entry.js +0 -1
  308. package/dist/ripple/p-0dc51fad.entry.js +0 -1
  309. package/dist/ripple/p-0ea8609b.system.entry.js +0 -1
  310. package/dist/ripple/p-240124b0.system.entry.js +0 -1
  311. package/dist/ripple/p-26fbc7f5.system.entry.js +0 -1
  312. package/dist/ripple/p-294b38ca.system.entry.js +0 -1
  313. package/dist/ripple/p-2b05bf05.entry.js +0 -1
  314. package/dist/ripple/p-311923b2.system.entry.js +0 -1
  315. package/dist/ripple/p-3183bba8.entry.js +0 -1
  316. package/dist/ripple/p-31976813.entry.js +0 -1
  317. package/dist/ripple/p-33679b9d.entry.js +0 -1
  318. package/dist/ripple/p-34b5830f.system.js +0 -1
  319. package/dist/ripple/p-3568472c.entry.js +0 -1
  320. package/dist/ripple/p-359d45dc.entry.js +0 -1
  321. package/dist/ripple/p-4e56f3f5.system.entry.js +0 -1
  322. package/dist/ripple/p-568c595f.js +0 -2
  323. package/dist/ripple/p-591918a4.entry.js +0 -1
  324. package/dist/ripple/p-62a8f09c.entry.js +0 -1
  325. package/dist/ripple/p-734dd52a.system.js +0 -1
  326. package/dist/ripple/p-75ba63ba.entry.js +0 -1
  327. package/dist/ripple/p-7e6f5a1e.system.entry.js +0 -1
  328. package/dist/ripple/p-8029af07.system.entry.js +0 -1
  329. package/dist/ripple/p-822618d7.entry.js +0 -1
  330. package/dist/ripple/p-86d655fb.system.entry.js +0 -1
  331. package/dist/ripple/p-884294c6.entry.js +0 -1
  332. package/dist/ripple/p-8fbddb6c.system.entry.js +0 -1
  333. package/dist/ripple/p-902a54c5.entry.js +0 -1
  334. package/dist/ripple/p-905dd4da.system.entry.js +0 -1
  335. package/dist/ripple/p-a8524a48.entry.js +0 -1
  336. package/dist/ripple/p-ab8d78cc.system.js +0 -2
  337. package/dist/ripple/p-ae43e6e0.js +0 -1
  338. package/dist/ripple/p-bc5e9d24.entry.js +0 -1
  339. package/dist/ripple/p-bf636261.entry.js +0 -1
  340. package/dist/ripple/p-bf80a48c.system.js +0 -1
  341. package/dist/ripple/p-c4b9d46d.entry.js +0 -1
  342. package/dist/ripple/p-c885c7f9.entry.js +0 -1
  343. package/dist/ripple/p-c91b10f3.system.entry.js +0 -1
  344. package/dist/ripple/p-c9543950.system.entry.js +0 -1
  345. package/dist/ripple/p-cacfbaf1.system.entry.js +0 -1
  346. package/dist/ripple/p-ce9a8bd1.entry.js +0 -1
  347. package/dist/ripple/p-d24882a7.system.entry.js +0 -1
  348. package/dist/ripple/p-d33d6e96.system.entry.js +0 -1
  349. package/dist/ripple/p-df2560f3.system.entry.js +0 -1
  350. package/dist/ripple/p-e3bcdde8.system.entry.js +0 -1
  351. package/dist/ripple/p-e3de5bbd.system.entry.js +0 -1
  352. package/dist/ripple/p-e83a98d3.entry.js +0 -1
  353. package/dist/ripple/p-e995f7f0.js +0 -1
  354. package/dist/ripple/p-eaac6bcd.entry.js +0 -1
  355. package/dist/ripple/p-f67fd802.system.entry.js +0 -1
  356. package/dist/ripple/p-fe8d02c3.system.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-3be85c6d.js');
5
+ const index = require('./index-788526f5.js');
6
+ const functions = require('./functions-05e7ad5a.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,19 +441,19 @@ 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": "date-input", ref: (el) => (this.toggleEl = el), "aria-expanded": `${this.isExpanded}`, class: "toggle", id: "toggle" }, index.h("span", { class: "calendar", title: functions.intl.formatMessage({
444
+ return (index.h(index.Host, { key: 'e8d0c88743871493bcaeec068d48ed08f62dbf8c', "aria-busy": "false" }, index.h("div", { key: '012aa6b6f18636b2a55d4ecc6b7e2bd307b04fd0', ref: (d) => (this.wrapperEl = d), class: "wrapper" }, index.h("div", { key: 'f68a445295c7814e5fb115173be6eded33abefc5', class: `range-wrapper ${this.calWidth <= this.availSpace ? "cal" : ""}` }, index.h("div", { key: 'fd65dbfd86ac7f806113326ce94f49c6bae21691', class: "label-wrapper", id: "start-label-wrapper" }, index.h("label", { key: 'f51549404052afb0dd1544357ed2f944483c3af7', 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: 'd282d9ba284721c504b317acb8ce37e2de076c8f', "aria-hidden": "true", class: "required" }, "*")))), index.h("div", { key: 'cbaf22798e7cf3acaf94a4f67177afa7197ca77f', class: "label-wrapper", id: "end-label-wrapper" }, index.h("label", { key: 'fc357775e90200781de3e686eba882c9a66fdb00', id: "endlabel", htmlFor: "end-date-input", class: "label", title: `${this.labelEnd} (${this.dateFormat})` }, this.labelEnd, this.requiredField && (index.h("span", { key: '5783a070decbfb54d88faff089735ca423d74ef6', "aria-hidden": "true", class: "required" }, "*")))), index.h("input", { key: '7f870e1939e080424fb4ebbf0f01f85f2d4a307b', 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: 'f5e41de3464ae45a9d8566d8b02e9d917ced63c2', id: "hyphen" }, "\u00A0-\u00A0"), index.h("input", { key: '65d107a3e0133ee4fe9bbfcbd26c36c75959b026', 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: 'aee8fbed7434ab65b2f3a2bb8a7e227691f722ae', class: "toggle-wrapper", id: "toggle-wrapper" }, this.calWidth <= this.availSpace && (index.h("button", { key: '42575a1737f65a4d01e12e6403175afad1f39fa0', disabled: this.disabled, onClick: this.togglePopup.bind(this), "aria-describedby": "date-input", ref: (el) => (this.toggleEl = el), "aria-expanded": `${this.isExpanded}`, class: "toggle", id: "toggle" }, index.h("span", { key: '7267cb592ea8959f1823b6ed6c2656213bf3ba76', class: "calendar", title: functions.intl.formatMessage({
444
445
  id: "date.calendarView",
445
446
  defaultMessage: "Calendar View",
446
447
  description: "Calendar button",
447
- }) })))), 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({
448
+ }) })))), this.renderCalendars()), index.h("div", { key: 'b4ed550eb26261f2a140998229dc902e72eb8642' }, index.h("div", { key: '98a4a27732bd274be45d451487f1e11ccced0008', id: "live-region", "aria-live": "polite", "aria-relevant": "text", class: "sr-only" }), index.h("div", { key: 'f9749b90e500acf87127d4310f9312023f6982dc', id: "month-title", class: "sr-only" }, functions.intl.formatMessage({
448
449
  id: "date.selectMonth",
449
450
  defaultMessage: "Activate to select a month.",
450
451
  description: "Calendar button",
451
- })), index.h("div", { id: "year-title", class: "sr-only" }, functions.intl.formatMessage({
452
+ })), index.h("div", { key: 'bc2e1261fed2cf3a3a294d19354eb9bf4c627e46', id: "year-title", class: "sr-only" }, functions.intl.formatMessage({
452
453
  id: "date.selectYear",
453
454
  defaultMessage: "Activate to select a year.",
454
455
  description: "Calendar button",
455
- }))), 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" }))));
456
+ }))), index.h("div", { key: 'f82463f10d1a9fb7a4474149c65d535bf4e8b963', id: "error", class: "error" }, this.errorMessage), index.h("div", { key: '7500d9fd2ebb57e01629e4abc8913c5f3766ed60', ref: (el) => (this.liveRegionEl = el), class: "sr-only", "aria-live": "polite", "aria-atomic": "true" }))));
456
457
  }
457
458
  static get delegatesFocus() { return true; }
458
459
  get el() { return index.getElement(this); }
@@ -463,6 +464,6 @@ const DateRange = class {
463
464
  "errorMessage": ["handleErrorMessage"]
464
465
  }; }
465
466
  };
466
- DateRange.style = datepickerCss;
467
+ DateRange.style = WmDateRangeStyle0;
467
468
 
468
469
  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-3be85c6d.js');
5
+ const index = require('./index-788526f5.js');
6
+ const functions = require('./functions-05e7ad5a.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) {
@@ -224,19 +225,19 @@ const DatePicker = class {
224
225
  this.liveRegionEl.textContent = message;
225
226
  }
226
227
  render() {
227
- 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-describedby": "date-input", ref: (el) => (this.toggleEl = el), "aria-expanded": `${this.isExpanded}`, class: "toggle", id: "toggle" }, index.h("span", { class: "calendar", title: functions.intl.formatMessage({
228
+ return (index.h(index.Host, { key: 'c5739ead4cef950a636aa152ff9caa26c0af6ba7', "aria-busy": "false", class: `${this.errorMessage ? "invalid" : ""}` }, index.h("div", { key: '87e16bb8f5ad49a6972a1cbe2c4c853d7d4959c1', ref: (d) => (this.dpWrapperEl = d), class: `wrapper label-${this.labelPosition} ${this.errorMessage ? "invalid" : ""}` }, index.h("div", { key: '42e447e58668e5a88edd7437047bce54a704e5f9', class: "label-wrapper", ref: (e) => (this.labelWrapperEl = e) }, this.labelPosition !== "none" && (index.h("label", { key: 'c803538365fbfd82aff60cb5711b640645018d04', id: "datepickerLabel", htmlFor: "date-input", class: "label", title: `${this.label} (${this.dateFormat})` }, this.label, this.requiredField && (index.h("span", { key: 'fecdbe9851bead9d751458b11af3835fd693b8b6', "aria-hidden": "true", class: "required" }, "*"))))), index.h("div", { key: 'be0620df5dd65aa3521bc2aaa61b881239e2bc2c' }, index.h("div", { key: 'd07d72abb6196ba353efbabe1910c79d25ba6f0e', class: "single-wrapper input" }, index.h("input", { key: '1efbc40afe855b8ae5fc1e45f46598bbec95e021', 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: '790d19d2b945b7f612e02859a7b272b8ddfb474b', class: "container", id: "wm-container" }, index.h("button", { key: 'd68d5a01656a8b923b378ce73e0ddc58f2fdf5b2', disabled: this.disabled, onClick: this.togglePopup.bind(this), "aria-describedby": "date-input", ref: (el) => (this.toggleEl = el), "aria-expanded": `${this.isExpanded}`, class: "toggle", id: "toggle" }, index.h("span", { key: 'ca5412bd92e1cb3fcb416ad44b1faedb348c4a03', class: "calendar", title: functions.intl.formatMessage({
228
229
  id: "date.calendarView",
229
230
  defaultMessage: "Calendar View",
230
231
  description: "Calendar button",
231
- }) })), 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({
232
+ }) })), index.h("div", { key: '63b8992bdd6c18d6ba41961556b8987f4a5a6f59', 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: 'c37920368093dbb3413d71125cc11caa8afd9cad', tabIndex: 0, onFocus: () => this.calEl.focusLastFocusable() }), index.h("priv-calendar", { key: 'c7cba9c54e9a5125fb328886ab7350600ecaf31b', ref: (el) => (this.calEl = el), startDate: this.calendarDate, focusDate: this.calendarDate, class: "inside" }), index.h("div", { key: 'd5b893546196e25eaddf0f3462f0c0e5bfb10cf7', tabIndex: 0, onFocus: () => this.calEl.focusFirstFocusable() })), index.h("div", { key: 'f172e8e33ecb8360ea8bfb079aa135009b053a8e', id: "live-region", "aria-live": "polite", "aria-relevant": "text", class: "sr-only" }), index.h("div", { key: '52d12573fe421d84f2224643a074d1b4af232122', id: "month-title", class: "sr-only" }, functions.intl.formatMessage({
232
233
  id: "date.selectMonth",
233
234
  defaultMessage: "Activate to select a month.",
234
235
  description: "Calendar button",
235
- })), index.h("div", { id: "year-title", class: "sr-only" }, functions.intl.formatMessage({
236
+ })), index.h("div", { key: '0c795cb7c6869d75700b47fce4113f248590caef', id: "year-title", class: "sr-only" }, functions.intl.formatMessage({
236
237
  id: "date.selectYear",
237
238
  defaultMessage: "Activate to select a year.",
238
239
  description: "Calendar button",
239
- })))), 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" })))));
240
+ })))), index.h("div", { key: '4f5913a92b1661108bcb6600afea8e13a84b2379', id: "error", class: "error" }, this.errorMessage), index.h("div", { key: '62836f0a396222d065026a1b277fdd89eb3162cb', ref: (el) => (this.liveRegionEl = el), class: "sr-only", "aria-live": "polite", "aria-atomic": "true" })))));
240
241
  }
241
242
  static get delegatesFocus() { return true; }
242
243
  get el() { return index.getElement(this); }
@@ -246,6 +247,6 @@ const DatePicker = class {
246
247
  "errorMessage": ["announceError"]
247
248
  }; }
248
249
  };
249
- DatePicker.style = datepickerCss;
250
+ DatePicker.style = WmDatepickerStyle0;
250
251
 
251
252
  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: '7517d9199e320a918e7b87501e2a6841d17e70f5', role: "list", class: "list-wrapper" }, index.h("slot", { key: 'c90eaf77aa45b5b146ad71cfa3891cbc0a26ab9a' })));
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-3be85c6d.js');
5
+ const index = require('./index-788526f5.js');
6
+ const functions = require('./functions-05e7ad5a.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: '0943b20ae9ce90cb1687ff3c092622d2169f9c47', 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-3be85c6d.js');
7
- const intl = require('./intl-567eb9d8.js');
5
+ const index = require('./index-788526f5.js');
6
+ const functions = require('./functions-05e7ad5a.js');
7
+ const intl = require('./intl-2b550151.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: '6bff33a353bd632527d8ebd95031db8c8138ae87', class: `wrapper label-${this.labelPosition} ${this.errorMessage ? "invalid" : ""}`, ref: (el) => (this.inputWrapperEl = el) }, index.h("div", { key: 'c04c1edf83bb49604e4ca504abc51e6647d5487c', class: "label-wrapper" }, index.h("label", { key: '35d3cf8433a915d548717e7eac14308b1d7a7490', htmlFor: "inputfield", class: "label" }, this.label, this.characterLimit && (index.h("span", { key: 'a4d9d478d893bde516031f2b0e7097fb17755b28', class: "sr-only" }, " ", intl.globalMessages.getCharacterLimit(this.characterLimit))), this.requiredField && (index.h("span", { key: '7fa0965a9c325e24aac64c522ef354d9bcf841bd', class: "required", "aria-hidden": "true" }, "*")))), index.h("div", { key: '4df1efa5078a5d5a6edfd6538923545d3945a34c', class: "inner-wrapper" }, index.h("div", { key: '0c879dc570054b620eb424e0d660c930e2e580bb', class: "text-after-wrapper" }, index.h("div", { key: '76886618707f4ca0d5e3ef46ccc7a3561569cb8b', class: `inputfield-wrapper ${this.isDisabled ? "disabled" : ""}`, style: this.getInputWidth() }, this.symbolBefore && (index.h("span", { key: 'fe346fecf4fa7f0f030354de9d37ac03af8df5d4', class: "symbol", id: "symbol-before" }, this.symbolBefore)), index.h("input", { key: 'd3ac5033a0aa7e49c2af2a786a3e09d46bec0e51', 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: '948bcf0ca5186a924b7b7e0099fb072ef78658e4', 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: '59ab9c5a6530828b9fbf021de2baa98e0306555b', class: "text-after", id: "text-after" }, this.textAfter))), this.info && (index.h("div", { key: '981aed3eb22a54accce593c1791f496b4641bc1f', id: "info", class: "info" }, this.info)), index.h("div", { key: 'cb8fb8d79193f4505204d4bc1bdc62a52675387f', id: "error", class: "error-message" }, this.errorMessage), index.h("div", { key: 'a319ec8aa8f23c7a51af1de3a65e3778b7cadb67', 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-3be85c6d.js');
7
- const chartFunctions = require('./chartFunctions-0238043b.js');
8
- const intl = require('./intl-567eb9d8.js');
5
+ const index = require('./index-788526f5.js');
6
+ const functions = require('./functions-05e7ad5a.js');
7
+ const chartFunctions = require('./chartFunctions-9c8c61ef.js');
8
+ const intl = require('./intl-2b550151.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-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: '09b1182d96ad0f65ad6e2d865901ca600ef6bdc6', class: `wm-wrapper ${this.infoText ? " footer-text" : ""}` }, index.h("div", { key: '1e8d2e33fb67996cf2e6d3827ad566da2af0121f', class: "wm-info", "aria-live": "polite" }, this.infoText), index.h("div", { key: '3ef4184bbfe126af97339c495c21f78b82f96fbc', class: "wm-button-collection" }, this.secondaryText && (index.h("wm-button", { key: '3eb4cb51d51cf7d7e4d61d16399b036cccfb5825', onClick: () => this.emitParentSecondaryEvent(), id: `wm-secondary-${this.uid}`, ref: (el) => (this.primaryActionDisabled ? (this.lastElement = el) : undefined) }, this.secondaryText)), index.h("wm-button", { key: '449c91c2c7af5810a8f8e3ab64c63a212a2df541', "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-567eb9d8.js');
7
- require('./functions-3be85c6d.js');
5
+ const index = require('./index-788526f5.js');
6
+ const intl = require('./intl-2b550151.js');
7
+ require('./functions-05e7ad5a.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: '5f19057a411235360621a94b35d8bbd0cafeb756' }, index.h("div", { key: 'cd92ce876d1c46693afde4216b07c975505943a0', class: "wm-wrapper" }, index.h("div", { key: '288de703687da76c9c19cb7c9d585291511858af' }, index.h("h2", { key: 'e4336d48cd65b5d2edce772ecede4d55d8742490', class: "title", id: `wm-modal-heading-text-${this.uid}` }, this.heading, index.h("span", { key: '4039bf3b3193af1c15c4fa0d4127965bb4af0fdc', class: "subtitle" }, this.subheading))), index.h("wm-button", { key: 'b745264b5bc4d84ce93d8f71fd6fbea9951481c5', "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-3be85c6d.js');
5
+ const index = require('./index-788526f5.js');
6
+ const functions = require('./functions-05e7ad5a.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: 'f9804007b3075d04567628d467538b268f2005cc', class: `${"wm-" + this.modalType}`, ref: (el) => (this.dialogEl = el), onKeyDown: (ev) => this.handleKeyDown(ev) }, index.h("div", { key: '40c848ef5e791eeaf3fc116764f0007f3e14132d', 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: '8bec0c492699e1544dde7219ec704a5ef3a3b6ee', class: "wm-tooltip" }), index.h("slot", { key: '2646b7ab94b1426e9166fd589680f6e1e401643f' }), index.h("div", { key: 'fddae069851ee02bdda40853a46e9b70bc311c99', 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-3be85c6d.js');
7
- const intl = require('./intl-567eb9d8.js');
5
+ const index = require('./index-788526f5.js');
6
+ const functions = require('./functions-05e7ad5a.js');
7
+ const intl = require('./intl-2b550151.js');
8
8
 
9
9
  const wmNavigationCss = ":host{--wmcolor-navigation-background-hover:var(--wmcolor-interactive-background-hover);--wmcolor-navigation-background-selected:var(--wmcolor-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: '07253bd6d752aa41a1715cf2d28e600b7aae4355', role: "navigation", "aria-expanded": this.ariaExpanded, "aria-label": this.mainNavigationMessage }, this.open ? this.renderOverlay() : "", this.isCollapsible && (index.h("div", { key: 'dbb1d92bad6c1f59f159f63758cc0110e1d6b94b', class: "trapfocus", tabindex: this.open ? 0 : undefined, onFocus: () => this.focusLastItem() })), index.h("div", { key: '93b63fb63bb94b32f25d250836c1d8b98cc20d08', class: "tray" }, index.h("div", { key: '89a4323868c66a84bb4f12921103b150068906bc', class: "toggle-wrapper" }, index.h("wm-button", { key: '0de023f3c6dd6e396adf0a248ca8333095a43359', 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: '1d7b6fc3268583b27b2a0dc46859b6ca1c6d8e52', class: "navlist" }, index.h("slot", { key: '870cf6f8c01dba37611097c836880792ddddefd6' }))), this.isCollapsible && (index.h("div", { key: '2d89c522803c67ea290e054ac2a8040f3f257282', 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: 'b813a9264454c413f65eef5389e394ef1b291317', class: `hamburger ${this.open ? "nav-open" : "nav-closed"}` }, index.h("button", { key: '4e623dd65471a455bc352940ea99a2ed1e10ff63', "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: '6754b962ff1a87cabe636bad94e953c7bbdde09e', 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: '59d24293849944df41c1d904458413e8f201e348', role: "listitem" }, index.h("a", { key: '4e0e4717b961c7020ab19a5564ed8328789c5f34', class: `link ${this.active ? "active" : ""}`, href: this.href, onClick: () => this.wmNavigationItemClicked.emit() }, index.h("div", { key: '8ce442d2d492faba715138bbc7a0e2c2d2bc1a75', class: "icon", "aria-hidden": "true" }, index.h("slot", { key: '898d3ec6a650f7a2e2d59f2c01d777b7d061420c' })), index.h("div", { key: 'e1858a03da5dbb807adbaed86e50cac95f59edc3', 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-3be85c6d.js');
7
+ const functions = require('./functions-05e7ad5a.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-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) {
@@ -325,6 +326,6 @@ const Navigator = class {
325
326
  "products": ["parseData"]
326
327
  }; }
327
328
  };
328
- Navigator.style = wmNavigatorCss;
329
+ Navigator.style = WmNavigatorStyle0;
329
330
 
330
331
  exports.wm_navigator = Navigator;