@watermarkinsights/ripple 5.3.0-1 → 5.3.0-3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (371) hide show
  1. package/dist/{esm/global-01680477.js → cjs/app-globals-4191e8d6.js} +10 -1
  2. package/dist/cjs/{chartFunctions-246529c5.js → chartFunctions-a8999ce1.js} +3 -3
  3. package/dist/cjs/{functions-be4156cf.js → functions-05e7ad5a.js} +106 -7
  4. package/dist/cjs/index-788526f5.js +1851 -0
  5. package/dist/cjs/{intl-a13884e8.js → intl-2b550151.js} +1 -1
  6. package/dist/cjs/loader.cjs.js +5 -4
  7. package/dist/cjs/priv-calendar.cjs.entry.js +67 -50
  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 +13 -12
  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 +40 -15
  17. package/dist/cjs/wm-datepicker.cjs.entry.js +18 -14
  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 +7 -6
  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 +53 -50
  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 +1 -1
  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/datepicker.css +47 -5
  48. package/dist/collection/components/datepickers/priv-calendar/priv-calendar.css +90 -55
  49. package/dist/collection/components/datepickers/priv-calendar/priv-calendar.js +62 -46
  50. package/dist/collection/components/datepickers/wm-date-range.js +63 -28
  51. package/dist/collection/components/datepickers/wm-datepicker.js +30 -18
  52. package/dist/collection/components/wm-action-menu/wm-action-menu.js +1 -1
  53. package/dist/collection/components/wm-button/wm-button.js +1 -1
  54. package/dist/collection/components/wm-file/wm-file.js +1 -1
  55. package/dist/collection/components/wm-file-list/wm-file-list.js +1 -1
  56. package/dist/collection/components/wm-input/wm-input.js +1 -1
  57. package/dist/collection/components/wm-menuitem/wm-menuitem.js +1 -1
  58. package/dist/collection/components/wm-modal/wm-modal-footer.js +1 -1
  59. package/dist/collection/components/wm-modal/wm-modal-header.js +1 -1
  60. package/dist/collection/components/wm-modal/wm-modal.css +0 -1
  61. package/dist/collection/components/wm-modal/wm-modal.js +2 -2
  62. package/dist/collection/components/wm-navigation/wm-navigation-hamburger.js +1 -1
  63. package/dist/collection/components/wm-navigation/wm-navigation-item.js +1 -1
  64. package/dist/collection/components/wm-navigation/wm-navigation.js +2 -2
  65. package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.js +1 -1
  66. package/dist/collection/components/wm-navigator/priv-navigator-item/priv-navigator-item.js +1 -1
  67. package/dist/collection/components/wm-option/wm-option.js +1 -1
  68. package/dist/collection/components/wm-pagination/wm-pagination.js +1 -1
  69. package/dist/collection/components/wm-search/wm-search.js +5 -4
  70. package/dist/collection/components/wm-select/wm-select.js +2 -2
  71. package/dist/collection/components/wm-snackbar/wm-snackbar.css +37 -43
  72. package/dist/collection/components/wm-snackbar/wm-snackbar.js +48 -46
  73. package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.js +1 -1
  74. package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.js +1 -1
  75. package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.js +1 -1
  76. package/dist/collection/components/wm-tag-input/wm-tag-input.js +3 -3
  77. package/dist/collection/components/wm-textarea/wm-textarea.js +1 -1
  78. package/dist/collection/components/wm-timepicker/wm-timepicker.js +11 -8
  79. package/dist/collection/components/wm-toggletip/wm-toggletip.js +2 -2
  80. package/dist/collection/components/wm-uploader/wm-uploader.js +2 -2
  81. package/dist/collection/dev/modal.js +15 -45
  82. package/dist/collection/dev/snackbar.js +10 -9
  83. package/dist/collection/global/functions.js +1 -1
  84. package/dist/{cjs/global-b5387be9.js → esm/app-globals-bc617542.js} +7 -2
  85. package/dist/esm/{chartFunctions-e2554a36.js → chartFunctions-f4bc4821.js} +3 -3
  86. package/dist/esm/{functions-f65dbb96.js → functions-25781571.js} +105 -8
  87. package/dist/esm/index-130e07bb.js +1820 -0
  88. package/dist/esm/{intl-f7f77de7.js → intl-df3d34d1.js} +1 -1
  89. package/dist/esm/loader.js +6 -5
  90. package/dist/esm/polyfills/core-js.js +0 -0
  91. package/dist/esm/polyfills/dom.js +0 -0
  92. package/dist/esm/polyfills/es5-html-element.js +0 -0
  93. package/dist/esm/polyfills/index.js +0 -0
  94. package/dist/esm/polyfills/system.js +0 -0
  95. package/dist/esm/priv-calendar.entry.js +67 -50
  96. package/dist/esm/priv-chart-popover.entry.js +6 -5
  97. package/dist/esm/priv-navigator-button.entry.js +4 -3
  98. package/dist/esm/priv-navigator-item.entry.js +4 -3
  99. package/dist/esm/ripple.js +14 -13
  100. package/dist/esm/wm-action-menu_2.entry.js +8 -6
  101. package/dist/esm/wm-button.entry.js +5 -4
  102. package/dist/esm/wm-chart-slice.entry.js +1 -1
  103. package/dist/esm/wm-chart.entry.js +7 -6
  104. package/dist/esm/wm-date-range.entry.js +40 -15
  105. package/dist/esm/wm-datepicker.entry.js +18 -14
  106. package/dist/esm/wm-file-list.entry.js +4 -3
  107. package/dist/esm/wm-file.entry.js +5 -4
  108. package/dist/esm/wm-input.entry.js +6 -5
  109. package/dist/esm/wm-line-chart.entry.js +15 -14
  110. package/dist/esm/wm-modal-footer.entry.js +4 -3
  111. package/dist/esm/wm-modal-header.entry.js +6 -5
  112. package/dist/esm/wm-modal.entry.js +7 -6
  113. package/dist/esm/wm-navigation_3.entry.js +13 -10
  114. package/dist/esm/wm-navigator.entry.js +4 -3
  115. package/dist/esm/wm-option_2.entry.js +10 -8
  116. package/dist/esm/wm-pagination.entry.js +5 -4
  117. package/dist/esm/wm-progress-indicator_3.entry.js +9 -7
  118. package/dist/esm/wm-search.entry.js +7 -6
  119. package/dist/esm/wm-snackbar.entry.js +53 -50
  120. package/dist/esm/wm-tab-item_3.entry.js +11 -8
  121. package/dist/esm/wm-tag-input.entry.js +8 -7
  122. package/dist/esm/wm-tag-option.entry.js +2 -2
  123. package/dist/esm/wm-textarea.entry.js +6 -5
  124. package/dist/esm/wm-timepicker.entry.js +6 -5
  125. package/dist/esm/wm-toggletip.entry.js +6 -5
  126. package/dist/esm/wm-uploader.entry.js +7 -6
  127. package/dist/esm/wm-wrapper.entry.js +1 -1
  128. package/dist/esm-es5/app-globals-bc617542.js +1 -0
  129. package/dist/esm-es5/{chartFunctions-e2554a36.js → chartFunctions-f4bc4821.js} +1 -1
  130. package/dist/esm-es5/functions-25781571.js +1 -0
  131. package/dist/esm-es5/index-130e07bb.js +1 -0
  132. package/dist/esm-es5/{intl-f7f77de7.js → intl-df3d34d1.js} +1 -1
  133. package/dist/esm-es5/loader.js +1 -1
  134. package/dist/esm-es5/priv-calendar.entry.js +1 -1
  135. package/dist/esm-es5/priv-chart-popover.entry.js +1 -1
  136. package/dist/esm-es5/priv-navigator-button.entry.js +1 -1
  137. package/dist/esm-es5/priv-navigator-item.entry.js +1 -1
  138. package/dist/esm-es5/ripple.js +1 -1
  139. package/dist/esm-es5/wm-action-menu_2.entry.js +1 -1
  140. package/dist/esm-es5/wm-button.entry.js +1 -1
  141. package/dist/esm-es5/wm-chart-slice.entry.js +1 -1
  142. package/dist/esm-es5/wm-chart.entry.js +1 -1
  143. package/dist/esm-es5/wm-date-range.entry.js +1 -1
  144. package/dist/esm-es5/wm-datepicker.entry.js +1 -1
  145. package/dist/esm-es5/wm-file-list.entry.js +1 -1
  146. package/dist/esm-es5/wm-file.entry.js +1 -1
  147. package/dist/esm-es5/wm-input.entry.js +1 -1
  148. package/dist/esm-es5/wm-line-chart.entry.js +1 -1
  149. package/dist/esm-es5/wm-modal-footer.entry.js +1 -1
  150. package/dist/esm-es5/wm-modal-header.entry.js +1 -1
  151. package/dist/esm-es5/wm-modal.entry.js +1 -1
  152. package/dist/esm-es5/wm-navigation_3.entry.js +1 -1
  153. package/dist/esm-es5/wm-navigator.entry.js +1 -1
  154. package/dist/esm-es5/wm-option_2.entry.js +1 -1
  155. package/dist/esm-es5/wm-pagination.entry.js +1 -1
  156. package/dist/esm-es5/wm-progress-indicator_3.entry.js +1 -1
  157. package/dist/esm-es5/wm-search.entry.js +1 -1
  158. package/dist/esm-es5/wm-snackbar.entry.js +1 -1
  159. package/dist/esm-es5/wm-tab-item_3.entry.js +1 -1
  160. package/dist/esm-es5/wm-tag-input.entry.js +1 -1
  161. package/dist/esm-es5/wm-tag-option.entry.js +1 -1
  162. package/dist/esm-es5/wm-textarea.entry.js +1 -1
  163. package/dist/esm-es5/wm-timepicker.entry.js +1 -1
  164. package/dist/esm-es5/wm-toggletip.entry.js +1 -1
  165. package/dist/esm-es5/wm-uploader.entry.js +1 -1
  166. package/dist/esm-es5/wm-wrapper.entry.js +1 -1
  167. package/dist/loader/cdn.js +1 -2
  168. package/dist/loader/index.cjs.js +1 -2
  169. package/dist/loader/index.d.ts +3 -0
  170. package/dist/loader/index.es2017.js +1 -2
  171. package/dist/loader/index.js +1 -2
  172. package/dist/ripple/{p-4e616347.entry.js → p-041e579b.entry.js} +1 -1
  173. package/dist/ripple/{p-a99b05de.system.entry.js → p-043901ab.system.entry.js} +1 -1
  174. package/dist/ripple/p-0abc9300.entry.js +1 -0
  175. package/dist/ripple/p-0af94825.entry.js +1 -0
  176. package/dist/ripple/p-0ff41567.system.entry.js +1 -0
  177. package/dist/ripple/{p-3a070f35.entry.js → p-13b1d775.entry.js} +1 -1
  178. package/dist/ripple/p-13fc2164.entry.js +1 -0
  179. package/dist/ripple/p-155224a2.system.entry.js +1 -0
  180. package/dist/ripple/p-15f8ea28.system.entry.js +1 -0
  181. package/dist/ripple/p-1c4d2203.system.entry.js +1 -0
  182. package/dist/ripple/p-1f09134c.entry.js +1 -0
  183. package/dist/ripple/p-298c2675.entry.js +1 -0
  184. package/dist/ripple/{p-22e6104e.entry.js → p-2e3728f1.entry.js} +1 -1
  185. package/dist/ripple/{p-3db9e0d8.system.entry.js → p-2f1d2fe3.system.entry.js} +1 -1
  186. package/dist/ripple/p-31781d88.system.entry.js +1 -0
  187. package/dist/ripple/p-31d7ecf9.system.entry.js +1 -0
  188. package/dist/ripple/p-341ebafa.entry.js +1 -0
  189. package/dist/ripple/p-35f209d9.system.entry.js +1 -0
  190. package/dist/ripple/p-376efca9.entry.js +1 -0
  191. package/dist/ripple/p-3b5f4364.system.entry.js +1 -0
  192. package/dist/ripple/p-418ed08c.system.entry.js +1 -0
  193. package/dist/ripple/p-439d0c1f.system.js +1 -0
  194. package/dist/ripple/p-4670ccb4.system.js +1 -0
  195. package/dist/ripple/p-488e1690.entry.js +1 -0
  196. package/dist/ripple/p-4978eebe.entry.js +1 -0
  197. package/dist/ripple/p-4baaf026.entry.js +1 -0
  198. package/dist/ripple/p-4c24711f.entry.js +1 -0
  199. package/dist/ripple/p-56766bb2.entry.js +1 -0
  200. package/dist/ripple/p-5caaf651.system.entry.js +1 -0
  201. package/dist/ripple/p-5ece78e5.system.entry.js +1 -0
  202. package/dist/ripple/{p-8f38dc86.entry.js → p-672ae2cb.entry.js} +1 -1
  203. package/dist/ripple/{p-98120733.entry.js → p-67a7f0b0.entry.js} +1 -1
  204. package/dist/ripple/p-6d0e5159.system.entry.js +1 -0
  205. package/dist/ripple/p-6d56676e.system.entry.js +1 -0
  206. package/dist/ripple/{p-9d8c2a52.system.entry.js → p-6fe35d1e.system.entry.js} +1 -1
  207. package/dist/ripple/{p-19dec591.entry.js → p-75a79896.entry.js} +1 -1
  208. package/dist/ripple/p-799d06ad.system.entry.js +1 -0
  209. package/dist/ripple/p-7eab6bea.system.entry.js +1 -0
  210. package/dist/ripple/p-7fb95b89.entry.js +1 -0
  211. package/dist/ripple/{p-7e56da2e.system.entry.js → p-823d7b4e.system.entry.js} +1 -1
  212. package/dist/ripple/p-85cbeb7d.system.entry.js +1 -0
  213. package/dist/ripple/p-88cfd58d.js +1 -0
  214. package/dist/ripple/p-8d075bcf.system.entry.js +1 -0
  215. package/dist/ripple/{p-79af9baf.entry.js → p-8e72de50.entry.js} +1 -1
  216. package/dist/ripple/p-90c76565.entry.js +1 -0
  217. package/dist/ripple/{p-780d4673.system.entry.js → p-9176672f.system.entry.js} +1 -1
  218. package/dist/ripple/{p-5bbf7fdc.system.js → p-96bd1868.system.js} +1 -1
  219. package/dist/ripple/p-a62e7532.entry.js +1 -0
  220. package/dist/ripple/p-a78001e2.system.js +1 -0
  221. package/dist/ripple/p-a8661c35.system.entry.js +1 -0
  222. package/dist/ripple/{p-ae32eb8d.system.js → p-a9d89ac8.system.js} +1 -1
  223. package/dist/ripple/{p-8081f931.system.entry.js → p-aab56a37.system.entry.js} +1 -1
  224. package/dist/ripple/{p-7a9ffbcb.system.entry.js → p-ac40417b.system.entry.js} +1 -1
  225. package/dist/ripple/{p-bd27ded2.system.entry.js → p-b0c566b5.system.entry.js} +1 -1
  226. package/dist/ripple/p-b7307be6.system.entry.js +1 -0
  227. package/dist/ripple/{p-0b77b2a1.entry.js → p-bee8ab6e.entry.js} +1 -1
  228. package/dist/ripple/p-c2181de0.entry.js +1 -0
  229. package/dist/ripple/{p-25446670.entry.js → p-cd0cc88d.entry.js} +1 -1
  230. package/dist/ripple/p-cef8a45b.system.js +2 -0
  231. package/dist/ripple/p-d5ba9de1.system.entry.js +1 -0
  232. package/dist/ripple/{p-48a6acfa.system.entry.js → p-d93c51dd.system.entry.js} +1 -1
  233. package/dist/ripple/p-d9da0502.js +2 -0
  234. package/dist/ripple/p-db10990a.entry.js +1 -0
  235. package/dist/ripple/p-e2fe86a7.system.entry.js +1 -0
  236. package/dist/ripple/p-e4d8a800.entry.js +1 -0
  237. package/dist/ripple/p-e85b1f40.entry.js +1 -0
  238. package/dist/ripple/p-ea0dfadf.system.entry.js +1 -0
  239. package/dist/ripple/p-eb14b354.entry.js +1 -0
  240. package/dist/ripple/p-f17fd62b.entry.js +1 -0
  241. package/dist/ripple/{p-5b2c1bd1.js → p-f54e9ed0.js} +1 -1
  242. package/dist/ripple/p-f741e7c4.entry.js +1 -0
  243. package/dist/ripple/p-f8250ca9.js +1 -0
  244. package/dist/ripple/p-f8613ec2.js +1 -0
  245. package/dist/ripple/p-fabe4ca4.entry.js +1 -0
  246. package/dist/ripple/p-fbaae34d.system.entry.js +1 -0
  247. package/dist/ripple/ripple.esm.js +1 -1
  248. package/dist/ripple/ripple.js +1 -1
  249. package/dist/types/components/datepickers/priv-calendar/priv-calendar.d.ts +77 -0
  250. package/dist/types/components/datepickers/wm-date-range.d.ts +73 -0
  251. package/dist/types/components/datepickers/wm-datepicker.d.ts +2 -2
  252. package/dist/types/components/wm-snackbar/wm-snackbar.d.ts +5 -4
  253. package/dist/types/components.d.ts +4 -4
  254. package/dist/types/global/functions.d.ts +6 -0
  255. package/dist/types/stencil-public-runtime.d.ts +3 -10
  256. package/package.json +1 -1
  257. package/dist/cjs/index-f8ef86de.js +0 -2582
  258. package/dist/collection/components/charts/chartFunctions.spec.js +0 -16
  259. package/dist/collection/components/charts/priv-chart-popover/priv-chart-popover.e2e.js +0 -81
  260. package/dist/collection/components/charts/screenshots.e2e.js +0 -96
  261. package/dist/collection/components/charts/wm-chart/wm-chart.e2e.js +0 -213
  262. package/dist/collection/components/charts/wm-chart/wm-chart.spec.js +0 -37
  263. package/dist/collection/components/charts/wm-line-chart/wm-line-chart.e2e.js +0 -176
  264. package/dist/collection/components/charts/wm-line-chart/wm-line-chart.spec.js +0 -163
  265. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.e2e.js +0 -69
  266. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.spec.js +0 -79
  267. package/dist/collection/components/datepickers/priv-calendar/priv-calendar.spec.js +0 -89
  268. package/dist/collection/components/datepickers/wm-date-range.e2e.js +0 -443
  269. package/dist/collection/components/datepickers/wm-date-range.spec.js +0 -22
  270. package/dist/collection/components/datepickers/wm-datepicker.e2e.js +0 -382
  271. package/dist/collection/components/datepickers/wm-datepicker.spec.js +0 -21
  272. package/dist/collection/components/wm-action-menu/wm-action-menu.e2e.js +0 -200
  273. package/dist/collection/components/wm-action-menu/wm-action-menu.spec.js +0 -48
  274. package/dist/collection/components/wm-button/wm-button.e2e.js +0 -55
  275. package/dist/collection/components/wm-button/wm-button.spec.js +0 -74
  276. package/dist/collection/components/wm-file/wm-file.spec.js +0 -194
  277. package/dist/collection/components/wm-file-list/wm-file-list.spec.js +0 -69
  278. package/dist/collection/components/wm-input/wm-input.e2e.js +0 -32
  279. package/dist/collection/components/wm-input/wm-input.spec.js +0 -173
  280. package/dist/collection/components/wm-menuitem/wm-menuitem.e2e.js +0 -23
  281. package/dist/collection/components/wm-menuitem/wm-menuitem.spec.js +0 -54
  282. package/dist/collection/components/wm-modal/wm-modal-footer.spec.js +0 -11
  283. package/dist/collection/components/wm-modal/wm-modal-header.spec.js +0 -8
  284. package/dist/collection/components/wm-modal/wm-modal.e2e.js +0 -104
  285. package/dist/collection/components/wm-modal/wm-modal.spec.js +0 -30
  286. package/dist/collection/components/wm-navigation/wm-navigation.e2e.js +0 -102
  287. package/dist/collection/components/wm-navigation/wm-navigation.spec.js +0 -91
  288. package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.e2e.js +0 -50
  289. package/dist/collection/components/wm-navigator/wm-navigator.e2e.js +0 -209
  290. package/dist/collection/components/wm-navigator/wm-navigator.spec.js +0 -177
  291. package/dist/collection/components/wm-option/wm-option.e2e.js +0 -22
  292. package/dist/collection/components/wm-option/wm-option.spec.js +0 -63
  293. package/dist/collection/components/wm-pagination/wm-pagination.e2e.js +0 -312
  294. package/dist/collection/components/wm-search/wm-search.e2e.js +0 -76
  295. package/dist/collection/components/wm-search/wm-search.spec.js +0 -71
  296. package/dist/collection/components/wm-select/wm-select.e2e.js +0 -521
  297. package/dist/collection/components/wm-select/wm-select.spec.js +0 -271
  298. package/dist/collection/components/wm-snackbar/wm-snackbar.e2e.js +0 -112
  299. package/dist/collection/components/wm-snackbar/wm-snackbar.spec.js +0 -9
  300. package/dist/collection/components/wm-tabs/wm-tabs.e2e.js +0 -91
  301. package/dist/collection/components/wm-tabs/wm-tabs.spec.js +0 -12
  302. package/dist/collection/components/wm-tag-input/wm-tag-input.e2e.js +0 -204
  303. package/dist/collection/components/wm-tag-input/wm-tag-input.spec.js +0 -195
  304. package/dist/collection/components/wm-textarea/wm-textarea.e2e.js +0 -41
  305. package/dist/collection/components/wm-textarea/wm-textarea.spec.js +0 -79
  306. package/dist/collection/components/wm-timepicker/wm-timepicker.e2e.js +0 -163
  307. package/dist/collection/components/wm-timepicker/wm-timepicker.spec.js +0 -147
  308. package/dist/collection/components/wm-toggletip/wm-toggletip.e2e.js +0 -69
  309. package/dist/collection/components/wm-toggletip/wm-toggletip.spec.js +0 -21
  310. package/dist/collection/components/wm-uploader/wm-uploader.e2e.js +0 -70
  311. package/dist/collection/components/wm-uploader/wm-uploader.spec.js +0 -234
  312. package/dist/collection/global/functions.spec.js +0 -126
  313. package/dist/collection/lang/lang.spec.js +0 -20
  314. package/dist/esm/index-f164fbca.js +0 -2552
  315. package/dist/esm-es5/functions-f65dbb96.js +0 -1
  316. package/dist/esm-es5/global-01680477.js +0 -1
  317. package/dist/esm-es5/index-f164fbca.js +0 -1
  318. package/dist/ripple/p-04bf6c89.entry.js +0 -1
  319. package/dist/ripple/p-0fe97e85.system.js +0 -2
  320. package/dist/ripple/p-109684b1.entry.js +0 -1
  321. package/dist/ripple/p-11383396.system.entry.js +0 -1
  322. package/dist/ripple/p-1cb6b37e.entry.js +0 -1
  323. package/dist/ripple/p-1cb98f64.entry.js +0 -1
  324. package/dist/ripple/p-2197287c.entry.js +0 -1
  325. package/dist/ripple/p-24d88d8d.system.entry.js +0 -1
  326. package/dist/ripple/p-2bac4b4e.system.entry.js +0 -1
  327. package/dist/ripple/p-30a9ba6e.entry.js +0 -1
  328. package/dist/ripple/p-32cf6907.system.entry.js +0 -1
  329. package/dist/ripple/p-379fe53e.entry.js +0 -1
  330. package/dist/ripple/p-41e8a079.entry.js +0 -1
  331. package/dist/ripple/p-4272aa37.system.js +0 -1
  332. package/dist/ripple/p-45126063.system.entry.js +0 -1
  333. package/dist/ripple/p-4de51706.js +0 -2
  334. package/dist/ripple/p-4ed2e910.system.entry.js +0 -1
  335. package/dist/ripple/p-577ea283.system.entry.js +0 -1
  336. package/dist/ripple/p-5a04c222.entry.js +0 -1
  337. package/dist/ripple/p-5dbad2ff.entry.js +0 -1
  338. package/dist/ripple/p-625aeeec.system.entry.js +0 -1
  339. package/dist/ripple/p-635f40b1.entry.js +0 -1
  340. package/dist/ripple/p-63fabfed.entry.js +0 -1
  341. package/dist/ripple/p-7144d185.system.entry.js +0 -1
  342. package/dist/ripple/p-720b6ab0.entry.js +0 -1
  343. package/dist/ripple/p-7573a2fa.entry.js +0 -1
  344. package/dist/ripple/p-76d2dada.entry.js +0 -1
  345. package/dist/ripple/p-7f4b4071.system.entry.js +0 -1
  346. package/dist/ripple/p-84926b89.system.entry.js +0 -1
  347. package/dist/ripple/p-88406560.system.entry.js +0 -1
  348. package/dist/ripple/p-8fafbba1.js +0 -1
  349. package/dist/ripple/p-92c1ff36.system.entry.js +0 -1
  350. package/dist/ripple/p-9c6d6b26.system.entry.js +0 -1
  351. package/dist/ripple/p-ae8ad491.entry.js +0 -1
  352. package/dist/ripple/p-b0579a2a.system.entry.js +0 -1
  353. package/dist/ripple/p-b0f14557.system.entry.js +0 -1
  354. package/dist/ripple/p-b9ba6546.system.js +0 -1
  355. package/dist/ripple/p-ba751ca4.js +0 -1
  356. package/dist/ripple/p-bbdfb1ec.system.js +0 -1
  357. package/dist/ripple/p-c38f2a00.system.entry.js +0 -1
  358. package/dist/ripple/p-c51293e2.entry.js +0 -1
  359. package/dist/ripple/p-c717d895.entry.js +0 -1
  360. package/dist/ripple/p-c8873e0c.system.entry.js +0 -1
  361. package/dist/ripple/p-ca9d9447.system.entry.js +0 -1
  362. package/dist/ripple/p-cda6c77e.entry.js +0 -1
  363. package/dist/ripple/p-ce5455a3.system.entry.js +0 -1
  364. package/dist/ripple/p-d265a41e.entry.js +0 -1
  365. package/dist/ripple/p-dcfdbd30.entry.js +0 -1
  366. package/dist/ripple/p-ef3fe609.system.entry.js +0 -1
  367. package/dist/ripple/p-f6f29a56.entry.js +0 -1
  368. package/dist/ripple/p-f79a6e32.js +0 -1
  369. package/dist/ripple/p-f93858ad.system.entry.js +0 -1
  370. package/dist/ripple/p-fc7e5296.entry.js +0 -1
  371. package/dist/ripple/p-ff80aadd.system.entry.js +0 -1
@@ -2,11 +2,12 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-f8ef86de.js');
6
- const functions = require('./functions-be4156cf.js');
7
- const intl = require('./intl-a13884e8.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 wmOptionCss = ":host(:not(:last-child)){border-bottom:2px solid;border-color:var(--wmcolor-select-option-border)}:host{display:block;cursor:pointer;position:relative;padding:1.25rem;background:var(--wmcolor-select-option-background);font-family:inherit;list-style:none;color:var(--wmcolor-select-option-text);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}:host:focus,:host.focus{outline:none;background:var(--wmcolor-select-option-background-focus)}:host.icon{color:var(--wmcolor-interactive)}: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}.checkbox: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:\"\\f131\";display:inline-block;margin-right:0.25rem;color:var(--wmcolor-interactive)}:host([aria-selected=true]){background:var(--wmcolor-select-option-background-selected);font-weight:500}:host([aria-selected=true]) .checkbox:before{content:\"\\f132\"}:host([aria-disabled=true]){color:var(--wmcolor-select-option-text-disabled);background:var(--wmcolor-select-option-background-disabled);cursor:default}:host([aria-disabled=true]) .checkbox:before{color:var(--wmcolor-select-option-text-disabled)}:host([aria-disabled=true]) .subinfo{color:var(--wmcolor-select-option-text-disabled)}:host(.multi-option){background:unset}:host(.clone.last){border-bottom:12px solid;border-color:var(--wmcolor-select-option-border)}:host(.hassubinfo){display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;gap:16px}:host(.hidden),:host(.filtered-out){display:none}.subinfo{font-style:italic}.option-wrapper{display:-ms-flexbox;display:flex}.option-text{display:inline-block}::slotted{font-family:inherit}::slotted(i){font-size:0.875rem}::slotted(i):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;display:inline-block;margin-right:0.625rem;pointer-events:none}:host(:focus){outline:none;background:var(--wmcolor-select-option-background-hover)}:host(:hover){background:var(--wmcolor-select-option-background-hover);outline:none}";
10
+ const WmOptionStyle0 = wmOptionCss;
10
11
 
11
12
  const Option = class {
12
13
  constructor(hostRef) {
@@ -158,7 +159,7 @@ const Option = class {
158
159
  this.parentSelectEl.addEventListener("wmSelectSearchChanged", (ev) => this.handleSearch(ev));
159
160
  }
160
161
  render() {
161
- return (index.h(index.Host, { role: "option", tabindex: this.focused ? 0 : -1, class: this.hostClasses }, index.h("div", { class: `option-wrapper ${this.parentSelectEl.multiple ? "checkbox" : ""}` }, index.h("span", { class: "option-text", "aria-hidden": "true", ref: (el) => (this.textEl = el) }, this.el.textContent), index.h("span", { class: "sr-only" }, this.el.textContent)), index.h("div", { class: "subinfo" }, this.subinfo)));
162
+ return (index.h(index.Host, { key: '6d7f92d3b13121ae8ddffb4d8e6028db2171116a', role: "option", tabindex: this.focused ? 0 : -1, class: this.hostClasses }, index.h("div", { key: 'd0dccae3c763686b420b0bf16d7bf2880b1cdc67', class: `option-wrapper ${this.parentSelectEl.multiple ? "checkbox" : ""}` }, index.h("span", { key: '6e1fbd0d49be13883048634cd54d19f19256226d', class: "option-text", "aria-hidden": "true", ref: (el) => (this.textEl = el) }, this.el.textContent), index.h("span", { key: 'f57f7c21e833a1c03f8407eaccb0883ef6b3a79a', class: "sr-only" }, this.el.textContent)), index.h("div", { key: '1256826e0ddc1e3c48141e8c0f6864b3401cacf7', class: "subinfo" }, this.subinfo)));
162
163
  }
163
164
  get el() { return index.getElement(this); }
164
165
  static get watchers() { return {
@@ -166,9 +167,10 @@ const Option = class {
166
167
  "disabled": ["syncAriaDisabled", "updateDisabledOnClick"]
167
168
  }; }
168
169
  };
169
- Option.style = wmOptionCss;
170
+ Option.style = WmOptionStyle0;
170
171
 
171
172
  const wmSelectCss = ":host{--wmcolor-select-background:var(--wmcolor-background);--wmcolor-select-border:var(--wmcolor-input-border);--wmcolor-select-option-background-disabled:var(--wmcolor-option-background-disabled);--wmcolor-select-option-background-focus:var(--wmcolor-option-background-focus);--wmcolor-select-option-background-hover:var(--wmcolor-option-background-hover);--wmcolor-select-option-background-selected:var(--wmcolor-option-background-selected);--wmcolor-select-option-background:var(--wmcolor-option-background);--wmcolor-select-option-border:var(--wmcolor-option-border);--wmcolor-select-option-text-disabled:var(--wmcolor-option-text-disabled);--wmcolor-select-option-text:var(--wmcolor-option-text);--wmcolor-select-search-border:var(--wmcolor-input-border);--wmcolor-select-search-icon:var(--wmcolor-icon-accent);--wmcolor-select-searchresults-text:var(--wmcolor-text);--wmcolor-select-selectall-background:var(--wmcolor-select-option-background);--wmcolor-select-selectall-border:var(--wmcolor-select-option-border);--wmcolor-select-selectall-text:var(--wmcolor-interactive);--wmcolor-select-text:var(--wmcolor-interactive);position:relative;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:inherit}: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}.wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-size:0.875rem}.wrapper .label{display:block;line-height:normal;font-weight:600;white-space:nowrap;margin-bottom:0.25rem}.wrapper .label .required{color:var(--wmcolor-text-required)}.wrapper.label-left{-ms-flex-direction:row;flex-direction:row}.wrapper.label-left .label-wrapper{line-height:2.5rem}.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}.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}.wrapper.invalid .label{color:var(--wmcolor-text-error)}.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] .wrapper.invalid .label:after{margin-left:0;margin-right:0.3125rem}.wrapper.rtl.label-left .label{margin-right:0;margin-left:0.75rem}.wrapper .button-wrapper{position:relative;-ms-flex:1;flex:1;font-size:1.125rem;color:var(--wmcolor-select-text);min-width:8.75rem}.wrapper .button-wrapper .displayedoption{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;border-radius:3px;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;background:var(--wmcolor-select-background);width:100%;border:solid 1px;border-color:var(--wmcolor-select-border);padding:0 1.875rem 0 0.9375rem;cursor:pointer;height:2.5rem;line-height:normal;font-family:inherit;color:var(--wmcolor-select-text);font-weight:400;font-size:0.875rem;text-transform:none;text-align:left}@media only screen and (max-width: 768px){.wrapper .button-wrapper .displayedoption{height:2.75rem}}.wrapper .button-wrapper .displayedoption: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:\"\\f140\";position:absolute;right:0.5625rem;pointer-events:none;font-size:1.12rem}.wrapper .button-wrapper .displayedoption:hover:not(:disabled):not(.-disabled):not(.-raised){background:var(--wmcolor-select-background);text-decoration:none}.wrapper .button-wrapper .displayedoption:active{-ms-transform:scale(1, 1) !important;-webkit-transform:scale(1, 1) !important;transform:scale(1, 1) !important}.wrapper .button-wrapper .displayedoption:focus{outline:none}.wrapper .button-wrapper .displayedoption::-moz-focus-inner{border:0}.wrapper .button-wrapper .displayedoption:focus-visible{outline:3px solid var(--wmcolor-interactive-focus);outline-offset:2px}.wrapper .button-wrapper .displayedoption .overflowcontrol{display:block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;-ms-flex:1;flex:1}.wrapper .button-wrapper .displayedoption .overflowcontrol.hassubinfo{display:-ms-flexbox;display:flex}.wrapper .button-wrapper .displayedoption .overflowcontrol.hassubinfo .button-text{-ms-flex:1;flex:1;text-overflow:ellipsis;overflow:hidden;min-width:0}.wrapper .button-wrapper .displayedoption .overflowcontrol.hassubinfo .subinfo{-ms-flex:none;flex:none;font-style:italic}.wrapper .button-wrapper .displayedoption .overflow-counter{font-weight:bold;margin-left:0.5rem}.wrapper .button-wrapper>.displayedoption[disabled]{color:#6b6b6b;border-color:#8a8a8a;background:#f0f0f0;cursor:default}.wrapper .button-wrapper>.dropdown{-webkit-overflow-scrolling:touch;-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:scale(1, 0);-webkit-transform:scale(1, 0);-moz-transform:scale(1, 0);transform:scale(1, 0);-ms-transform-origin:center top;-webkit-transform-origin:center top;-moz-transform-origin:center top;transform-origin:center top;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;border-radius:3px;position:absolute;top:0;right:0;background:var(--wmcolor-select-option-background);z-index:100;width:100%;font-size:0.875rem}.wrapper .button-wrapper>.dropdown.upwards{top:unset;bottom:calc(100% - 2.5rem);-ms-transform-origin:center bottom;-webkit-transform-origin:center bottom;-moz-transform-origin:center bottom;transform-origin:center bottom}.wrapper .button-wrapper>.dropdown.hidden{visibility:hidden}.wrapper .button-wrapper>.dropdown.open{-ms-transform:scale(1, 1);-webkit-transform:scale(1, 1);-moz-transform:scale(1, 1);transform:scale(1, 1)}.wrapper.invalid .button-wrapper .displayedoption{-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)}.wrapper .error-message{display:block;font-style:italic;color:var(--wmcolor-text-error);font-size:0.875rem;margin-bottom:0.25rem;top:100%;left:0}.wrapper .error-message:not(:empty){margin-top:0.25rem}.options-wrapper{max-height:12.5rem;overflow:auto}.select-all{width:100%;cursor:pointer;padding:1.25rem;border:none;margin:0;border-bottom:2px solid;border-color:var(--wmcolor-select-selectall-border);background:var(--wmcolor-select-selectall-background);font-family:inherit;font-size:inherit;text-align:left;text-align:start;font-weight:500;color:var(--wmcolor-select-selectall-text);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.select-all:hover,.select-all:focus{outline:none;background:#f4f4f4}.search{-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:2px solid;border-color:var(--wmcolor-select-option-border);padding:1.25rem}.search .searchfield-wrapper{-webkit-box-sizing:border-box;box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:2.75rem;width:100%;padding:0 0.75rem;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;border-radius:3px;border:1px solid;border-color:var(--wmcolor-select-search-border)}.search .searchfield-wrapper:focus,.search .searchfield-wrapper.focus{outline:2px solid var(--wmcolor-input-border-focus);border-color:var(--wmcolor-input-border-focus)}.search .searchfield{width:100%;border:none;outline:none;font-family:inherit;font-size:0.875rem;margin-left:0.25rem}.search .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:\"\\f349\";color:var(--wmcolor-select-search-icon);font-size:1.12rem}.search-results-message{padding:1.25rem;color:var(--wmcolor-select-searchresults-text);font-size:0.875rem;font-style:italic}.rtl>.dropdown{-ms-transform-origin:left top;-webkit-transform-origin:left top;-moz-transform-origin:left top;transform-origin:left top;left:0;right:auto}.rtl>.dropdown .option{padding-left:3rem;padding-right:1.25rem}.rtl>.displayedoption{padding:0 0.9375rem 0 1.875rem;text-align:right}.rtl>.displayedoption:before{right:auto;left:0.5625rem}";
173
+ const WmSelectStyle0 = wmSelectCss;
172
174
 
173
175
  const Select = class {
174
176
  constructor(hostRef) {
@@ -727,9 +729,9 @@ const Select = class {
727
729
  ["aria-expanded"]: this.isExpanded ? "true" : "false",
728
730
  onClick: () => (this.isExpanded ? this.close() : this.open()),
729
731
  };
730
- return (index.h(index.Host, { onBlur: (ev) => this.handleComponentBlur(ev) }, index.h("div", { class: `wrapper ${functions.getTextDir()} label-${this.labelPosition} ${this.errorMessage ? "invalid" : ""}` }, index.h("div", { class: "label-wrapper" }, index.h("label", { class: "label", id: "label", htmlFor: "selectbtn" }, this.label,
732
+ return (index.h(index.Host, { key: 'f099ef79e70921c17419b2ce8a4e917a0579e44f', onBlur: (ev) => this.handleComponentBlur(ev) }, index.h("div", { key: 'e95c845dd404f5518b69145543113e69a40084a6', class: `wrapper ${functions.getTextDir()} label-${this.labelPosition} ${this.errorMessage ? "invalid" : ""}` }, index.h("div", { key: '65dfe5aaaa9239efb0553ba1d323f1c5dc93b9fb', class: "label-wrapper" }, index.h("label", { key: 'ff406b387e0cd09e46e239f1c80477fe2ee80f24', class: "label", id: "label", htmlFor: "selectbtn" }, this.label,
731
733
  // we can't use aria-required or required attributes because it's invalid on the elements we're using (button controlling a listbox)
732
- this.requiredField ? (index.h("span", { class: "required" }, index.h("span", { class: "sr-only" }, intl.globalMessages.requiredField), index.h("span", { "aria-hidden": "true" }, "*"))) : (""))), index.h("div", { class: "button-wrapper" }, index.h("button", Object.assign({}, buttonProps, { class: "displayedoption", ref: (el) => (this.buttonEl = el), onBlur: (ev) => this.handleButtonBlur(ev), onFocus: () => this.close() }), index.h("span", { class: `overflowcontrol ${showSubinfo ? "hassubinfo" : ""}` }, index.h("span", { class: "button-text" }, this.renderButtonText()), showSubinfo && index.h("span", { class: "subinfo" }, this.selectedOptions[0].subinfo)), this.renderOverflowCount()), index.h("div", { class: `dropdown ${this.isExpanded ? "open" : ""} ${this.openUp ? "upwards" : ""}`, ref: (el) => (this.dropdownEl = el) }, this.search && this.renderSearchField(), this.visibleSelectAllButton && this.renderSelectAllButton(), index.h("div", { id: "list", class: "options-wrapper", tabindex: -1, role: "listbox", "aria-multiselectable": this.multiple ? "true" : null, "aria-labelledby": "label", ref: (el) => (this.listboxEl = el) }, this.search && this.filteredOptions.length === 0 && this.renderSearchFailedMessage(), this.multiple && this.renderCloneOptions(), index.h("slot", null))), index.h("div", { id: "error", class: this.errorMessage ? "error-message" : "" }, this.errorMessage), index.h("div", { id: "announcement", "aria-live": "polite", "aria-atomic": "true", class: "sr-only", ref: (el) => (this.liveRegionEl = el) }, this.announcement)))));
734
+ this.requiredField ? (index.h("span", { class: "required" }, index.h("span", { class: "sr-only" }, intl.globalMessages.requiredField), index.h("span", { "aria-hidden": "true" }, "*"))) : (""))), index.h("div", { key: '5537fb10791108ac2bda53d3456ec048bb4cc5c4', class: "button-wrapper" }, index.h("button", Object.assign({ key: '7d54c69839a302ead990f41e961cce05be49f83d' }, buttonProps, { class: "displayedoption", ref: (el) => (this.buttonEl = el), onBlur: (ev) => this.handleButtonBlur(ev), onFocus: () => this.close() }), index.h("span", { key: 'dcb786709b87be95c28bfcd37cc8459607939f2f', class: `overflowcontrol ${showSubinfo ? "hassubinfo" : ""}` }, index.h("span", { key: 'b04bbeab1666ebd4538c859356f1a3a33658c1c5', class: "button-text" }, this.renderButtonText()), showSubinfo && index.h("span", { key: 'c5e9911d91f34c9b7c5becaa9e1127e658fd4607', class: "subinfo" }, this.selectedOptions[0].subinfo)), this.renderOverflowCount()), index.h("div", { key: '24c47d439f6b131880a8bffe94c40539fc13d78f', class: `dropdown ${this.isExpanded ? "open" : ""} ${this.openUp ? "upwards" : ""}`, ref: (el) => (this.dropdownEl = el) }, this.search && this.renderSearchField(), this.visibleSelectAllButton && this.renderSelectAllButton(), index.h("div", { key: 'acf189fee5add7d0c6150b44ffd9c0c26e05ade7', id: "list", class: "options-wrapper", tabindex: -1, role: "listbox", "aria-multiselectable": this.multiple ? "true" : null, "aria-labelledby": "label", ref: (el) => (this.listboxEl = el) }, this.search && this.filteredOptions.length === 0 && this.renderSearchFailedMessage(), this.multiple && this.renderCloneOptions(), index.h("slot", { key: 'ff17ced6e94d7b893c407ea00ab7243176973eb5' }))), index.h("div", { key: 'a09f44fdf4a100f8eab7b5094fced276023812aa', id: "error", class: this.errorMessage ? "error-message" : "" }, this.errorMessage), index.h("div", { key: '9e55b5fdc2324b77d0a8bcf17650d937760dd941', id: "announcement", "aria-live": "polite", "aria-atomic": "true", class: "sr-only", ref: (el) => (this.liveRegionEl = el) }, this.announcement)))));
733
735
  }
734
736
  static get delegatesFocus() { return true; }
735
737
  get el() { return index.getElement(this); }
@@ -738,7 +740,7 @@ const Select = class {
738
740
  "disabled": ["handleDisabledChange"]
739
741
  }; }
740
742
  };
741
- Select.style = wmSelectCss;
743
+ Select.style = WmSelectStyle0;
742
744
 
743
745
  exports.wm_option = Option;
744
746
  exports.wm_select = Select;
@@ -2,10 +2,11 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-f8ef86de.js');
6
- const functions = require('./functions-be4156cf.js');
5
+ const index = require('./index-788526f5.js');
6
+ const functions = require('./functions-05e7ad5a.js');
7
7
 
8
8
  const wmPaginationCss = ":host,wm-pagination{--wmcolor-pagination-arrow-disabled:var(--wmcolor-interactive-disabled);--wmcolor-pagination-arrow:var(--wmcolor-interactive);--wmcolor-pagination-arrow:var(--wmcolor-interactive);--wmcolor-pagination-button-text-disabled:var(--wmcolor-interactive-disabled);--wmcolor-pagination-button-text:var(--wmcolor-interactive);--wmcolor-pagination-current-background-hover:var(--wmcolor-interactive-hover);--wmcolor-pagination-current-background:var(--wmcolor-interactive);--wmcolor-pagination-current-text:var(--wmcolor-interactive-text);--wmcolor-pagination-focus:var(--wmcolor-interactive-focus);display:block}nav .largescreen,nav .smallscreen{margin-bottom:0.625rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:flex-end;-ms-flex-pack:flex-end;-webkit-justify-content:flex-end;justify-content:flex-end;font-size:0.875rem}nav .largescreen .pageview,nav .smallscreen .pageview{font-size:0.875rem;margin:0 0.625rem}nav .largescreen .paginationbtn,nav .smallscreen .paginationbtn{position:relative;-ms-transition:none;-webkit-transition:none;-moz-transition:none;transition:none;border:none;color:var(--wmcolor-pagination-button-text);background-color:transparent;margin:0;padding:0;height:2.5rem;width:2.5rem;font-family:inherit;letter-spacing:0.3px;font-size:0.875rem;font-weight:500;cursor:pointer;text-transform:none;border-radius:50%}nav .largescreen .paginationbtn svg *,nav .smallscreen .paginationbtn svg *{fill:var(--wmcolor-pagination-arrow)}nav .largescreen .paginationbtn:hover:not([aria-current=page]):not([disabled]),nav .smallscreen .paginationbtn:hover:not([aria-current=page]):not([disabled]){text-decoration:underline}nav .largescreen .paginationbtn:focus,nav .smallscreen .paginationbtn:focus{outline:none}nav .largescreen .paginationbtn::-moz-focus-inner,nav .smallscreen .paginationbtn::-moz-focus-inner{border:0;outline:none}nav .largescreen .paginationbtn[disabled],nav .smallscreen .paginationbtn[disabled]{color:var(--wmcolor-pagination-button-text-disabled);pointer-events:none}nav .largescreen .paginationbtn[disabled] svg *,nav .smallscreen .paginationbtn[disabled] svg *{fill:var(--wmcolor-pagination-arrow-disabled)}nav .largescreen .previousbtn,nav .smallscreen .previousbtn{margin-right:0.625rem}nav .largescreen .nextbtn,nav .smallscreen .nextbtn{margin-left:0.625rem;margin-right:0}nav .largescreen .previousbtn,nav .largescreen .nextbtn,nav .smallscreen .previousbtn,nav .smallscreen .nextbtn{width:auto !important;border-radius:unset;-ms-transition:none;-webkit-transition:none;-moz-transition:none;transition:none}nav .largescreen .ellipsis,nav .smallscreen .ellipsis{display:inline-block;width:2.5rem;text-align:center}nav .largescreen .paginationbtn:focus-visible,nav .smallscreen .paginationbtn:focus-visible{outline:3px solid var(--wmcolor-interactive-focus);outline-offset:-2px}nav .largescreen .paginationbtn:focus-visible.previousbtn:before,nav .smallscreen .paginationbtn:focus-visible.previousbtn:before{left:0 !important}nav .largescreen .paginationbtn:focus-visible.nextbtn:before,nav .smallscreen .paginationbtn:focus-visible.nextbtn:before{left:0 !important}nav .largescreen .paginationbtn:focus-visible[aria-current=page],nav .largescreen .paginationbtn:focus-visible.previousbtn,nav .largescreen .paginationbtn:focus-visible.nextbtn,nav .smallscreen .paginationbtn:focus-visible[aria-current=page],nav .smallscreen .paginationbtn:focus-visible.previousbtn,nav .smallscreen .paginationbtn:focus-visible.nextbtn{outline-offset:2px}nav .largescreen :focus-visible:not([aria-current=page]).previousbtn:focus:before{width:56px !important}nav .largescreen :focus-visible:not([aria-current=page]).nextbtn:focus:before{width:32px !important}nav .largescreen .paginationbtn[aria-current=page]{-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;border-radius:50%;-webkit-box-shadow:0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);box-shadow:0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);background:var(--wmcolor-pagination-current-background);color:var(--wmcolor-pagination-current-text)}nav .largescreen .paginationbtn[aria-current=page]:hover{background:var(--wmcolor-pagination-current-background-hover)}.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 WmPaginationStyle0 = wmPaginationCss;
9
10
 
10
11
  const Pagination = class {
11
12
  constructor(hostRef) {
@@ -161,7 +162,7 @@ const Pagination = class {
161
162
  render() {
162
163
  return (
163
164
  // do not render the component if there's only one page
164
- this.totalItems > this.itemsPerPage && (index.h("nav", { "aria-label": `Pagination Navigation. ${this.getCurrentPagesInView()}. Current page, ${this.currentPage}.` }, this.isLargeSize ? this.renderLarge() : this.renderSmall(), index.h("div", { id: "status", class: "sr-only", "aria-live": "polite", "aria-relevant": "text", "aria-atomic": "true" }, this.srAnnouncement))));
165
+ this.totalItems > this.itemsPerPage && (index.h("nav", { key: '5c750d2aa90adcbb709fb5007862401e11e8d23d', "aria-label": `Pagination Navigation. ${this.getCurrentPagesInView()}. Current page, ${this.currentPage}.` }, this.isLargeSize ? this.renderLarge() : this.renderSmall(), index.h("div", { key: 'be58da3d786e0ed7455b762f4273bbad08755196', id: "status", class: "sr-only", "aria-live": "polite", "aria-relevant": "text", "aria-atomic": "true" }, this.srAnnouncement))));
165
166
  }
166
167
  static get delegatesFocus() { return true; }
167
168
  get el() { return index.getElement(this); }
@@ -170,6 +171,6 @@ const Pagination = class {
170
171
  "itemsPerPage": ["calculateTotalPages"]
171
172
  }; }
172
173
  };
173
- Pagination.style = wmPaginationCss;
174
+ Pagination.style = WmPaginationStyle0;
174
175
 
175
176
  exports.wm_pagination = Pagination;
@@ -2,11 +2,12 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-f8ef86de.js');
6
- const functions = require('./functions-be4156cf.js');
7
- const chartFunctions = require('./chartFunctions-246529c5.js');
5
+ const index = require('./index-788526f5.js');
6
+ const functions = require('./functions-05e7ad5a.js');
7
+ const chartFunctions = require('./chartFunctions-a8999ce1.js');
8
8
 
9
9
  const wmProgressIndicatorCss = ":host{--wmcolor-chart-label-text-negative:var(--wmcolor-text-negative);--wmcolor-chart-label-text-positive:var(--wmcolor-text-positive);--wmcolor-chart-label-text:var(--wmcolor-text);--wmcolor-chart-subinfo-text:var(--wmcolor-text);--wmcolor-chart-value-text:var(--wmcolor-text);display:block}:host .component-wrapper{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;font-size:0.875rem;position:relative;outline:none;}:host .component-wrapper:focus-visible{outline:3px solid var(--wmcolor-interactive-focus);outline-offset:2px}:host .component-wrapper .label{display:block;margin:0;padding-bottom:0.25rem;font-weight:600;position:relative}:host .component-wrapper .label .subinfo{display:block;font-weight:normal;font-style:italic;bottom:0.25rem;width:100%;color:var(--wmcolor-chart-subinfo-text)}:host .component-wrapper .label.custom-width{width:var(--custom-label-width)}:host .component-wrapper .label.--none{display:none}:host .component-wrapper .doughnut-svg,:host .component-wrapper .inner-stacked-bar-wrapper{overflow:visible}:host .component-wrapper .bar-wrapper{-ms-flex-positive:1;flex-grow:1;width:100%}:host .component-wrapper .bar-wrapper .inner-stacked-bar-wrapper{width:100%}:host .component-wrapper .bar-wrapper .inner-stacked-bar-wrapper .values{display:-ms-flexbox;display:flex;gap:2px;margin-bottom:8px}:host .component-wrapper .bar-wrapper .inner-stacked-bar-wrapper .stacked-bar-segments-wrapper{display:-ms-flexbox;display:flex;gap:2px}:host .component-wrapper .bar-wrapper .inner-stacked-bar-wrapper .stacked-bar-segments-wrapper .stacked-bar-segment{height:30px;cursor:pointer}:host .component-wrapper .segment{print-color-adjust:exact;-webkit-print-color-adjust:exact}:host .component-wrapper .segment.fixed-width{-ms-flex-negative:0;flex-shrink:0}:host .component-wrapper .doughnut-wrapper{-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px}:host .component-wrapper .doughnut-wrapper .doughnut-segment{cursor:pointer}:host .component-wrapper .value-wrapper{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}:host .component-wrapper .value-wrapper .fixed-width{-ms-flex-negative:0;flex-shrink:0}:host .component-wrapper .value-wrapper .value.hidden{visibility:hidden}:host .component-wrapper .faded{opacity:0.3}:host .component-wrapper path:active,:host .component-wrapper path:hover,:host .component-wrapper path:focus,:host .component-wrapper .stacked-bar-segment:active,:host .component-wrapper .stacked-bar-segment:hover,:host .component-wrapper .stacked-bar-segment:focus{outline:none}:host .component-wrapper .stacked-bar-segment:active.stacked-bar-segment:not(:focus-visible),:host .component-wrapper .stacked-bar-segment:hover.stacked-bar-segment:not(:focus-visible),:host .component-wrapper .stacked-bar-segment:focus.stacked-bar-segment:not(:focus-visible){-webkit-box-shadow:0px 0px 6px #333;-moz-box-shadow:0px 0px 6px #333;box-shadow:0px 0px 6px #333}:host .component-wrapper path:active.doughnut-segment:not(:focus-visible),:host .component-wrapper path:hover.doughnut-segment:not(:focus-visible),:host .component-wrapper path:focus.doughnut-segment:not(:focus-visible),:host .component-wrapper .stacked-bar-segment:active.doughnut-segment:not(:focus-visible),:host .component-wrapper .stacked-bar-segment:hover.doughnut-segment:not(:focus-visible),:host .component-wrapper .stacked-bar-segment:focus.doughnut-segment:not(:focus-visible){-webkit-filter:url(#wmHoverDropShadow);filter:url(#wmHoverDropShadow)}:host .component-wrapper path::-moz-focus-inner,:host .component-wrapper .stacked-bar-segment::-moz-focus-inner{border:0;outline:none}:host .component-wrapper .stacked-bar-segment:focus-visible{outline:3px solid var(--wmcolor-interactive-focus);outline-offset:2px;-webkit-box-shadow:0 0 0 7px white;box-shadow:0 0 0 7px white;z-index:1}:host .component-wrapper #kfbg1{stroke:white;stroke-width:10px}:host .component-wrapper #kfstroke{stroke:var(--wmcolor-interactive-focus);stroke-width:6px}:host .component-wrapper #kfbg2{stroke:white;stroke-width:2px}:host .component-wrapper.doughnut{width:300px}:host .component-wrapper.doughnut1 label,:host .component-wrapper.doughnut1 .label-text,:host .component-wrapper.doughnut2 label,:host .component-wrapper.doughnut2 .label-text,:host .component-wrapper.doughnut2b label,:host .component-wrapper.doughnut2b .label-text,:host .component-wrapper.doughnut3 label,:host .component-wrapper.doughnut3 .label-text{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 .component-wrapper.doughnut{-ms-flex-align:center;align-items:center}:host .component-wrapper.doughnut label{text-align:center;width:100%;padding-bottom:1.5rem}:host .component-wrapper.doughnut label .subinfo{position:absolute}:host .component-wrapper.doughnut .completion-message{padding-top:0.625rem}:host .component-wrapper.bar{-ms-flex-align:start;align-items:flex-start}:host .component-wrapper.bar label{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}:host .component-wrapper.bar label .subinfo{position:initial}:host .component-wrapper.bar .chart-wrapper{display:-ms-flexbox;display:flex}:host .component-wrapper.bar .chart-wrapper .single-perc{width:4rem;-ms-flex:none;flex:none;display:-ms-flexbox;display:flex;height:30px;-ms-flex-align:center;align-items:center}:host .component-wrapper.bar .chart-wrapper .inner-stacked-bar-wrapper{-ms-flex:1;flex:1}:host .component-wrapper.bar .chart-wrapper .completion-message{width:100%;text-align:right;margin-top:0.25rem}@media screen and (min-width: 768px){:host .component-wrapper.bar{-ms-flex-direction:row;flex-direction:row}:host .component-wrapper.bar label{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;min-height:30px;width:12rem;text-align:left;padding-right:1.25rem;padding-bottom:0;-ms-flex:none;flex:none}:host .component-wrapper.bar .bar-wrapper{-ms-flex-direction:row-reverse;flex-direction:row-reverse}:host .component-wrapper.bar .bar-wrapper .single-perc{text-align:center;padding-left:0.5rem;-ms-flex-pack:center;justify-content:center}}:host .component-wrapper.bar2,:host .component-wrapper.bar2b,:host .component-wrapper.bar3,:host .component-wrapper.bar4,:host .component-wrapper.bar5{-ms-flex-align:start;align-items:flex-start}:host .component-wrapper.bar2b .inner-stacked-bar-wrapper,:host .component-wrapper.bar4 .inner-stacked-bar-wrapper,:host .component-wrapper.bar5 .inner-stacked-bar-wrapper{height:30px;margin-bottom:0}:host .component-wrapper.bar2b .inner-stacked-bar-wrapper.show-values,:host .component-wrapper.bar4 .inner-stacked-bar-wrapper.show-values,:host .component-wrapper.bar5 .inner-stacked-bar-wrapper.show-values{height:60px;margin-top:0}:host .component-wrapper.bar3 .chart-wrapper{position:relative;height:100px}:host .component-wrapper.bar3 .chart-wrapper .inner-stacked-bar-wrapper{position:absolute;top:35px;left:0;right:0;bottom:0;height:30px}:host .component-wrapper.bar3 .chart-wrapper .axis{position:absolute;top:0;left:0;height:90px;width:100%;overflow:visible;-webkit-transform:translateY(90px);transform:translateY(90px)}:host .component-wrapper.bar3 .chart-wrapper .axis line{stroke:var(--wmcolor-chart-gridline);stroke-width:1px}:host .component-wrapper.bar3 .chart-wrapper .axis text{-webkit-transform:translate(4px, 24px);transform:translate(4px, 24px);text-anchor:middle}:host .component-wrapper.bar3 .hidden-values-warning{margin-top:1.25rem}:host .component-wrapper.bar6,:host .component-wrapper.bar7{--chartPadding:48px;-ms-flex-align:start;align-items:flex-start}:host .component-wrapper.bar6 .chart-wrapper,:host .component-wrapper.bar7 .chart-wrapper{width:100%}:host .component-wrapper.bar6 .chart,:host .component-wrapper.bar7 .chart{position:relative;padding-right:var(--chartPadding)}:host .component-wrapper.bar6 .gridlines,:host .component-wrapper.bar7 .gridlines{position:absolute;left:var(--labelWidth);right:var(--chartPadding);top:0;bottom:0;background-image:linear-gradient(90deg, var(--wmcolor-chart-gridline) 1px, transparent 1px);background-position:-1px;border-left:1px solid var(--wmcolor-chart-gridline);border-bottom:1px solid var(--wmcolor-chart-gridline);background-size:var(--backgroundSize)}:host .component-wrapper.bar6 .rows,:host .component-wrapper.bar7 .rows{display:grid;grid-template-columns:var(--labelWidth) auto;grid-auto-rows:minmax(30px, 1fr);-ms-flex-align:center;align-items:center;position:relative;z-index:1}:host .component-wrapper.bar6 .rows .label,:host .component-wrapper.bar7 .rows .label{font-weight:400;padding:0 0.75rem 0 0;text-align:right;margin:0.75rem 0}:host .component-wrapper.bar6 .rows .label.hidden,:host .component-wrapper.bar7 .rows .label.hidden{visibility:hidden;white-space:nowrap}:host .component-wrapper.bar6 .bar,:host .component-wrapper.bar7 .bar{height:30px;position:relative}:host .component-wrapper.bar6 .bar .value,:host .component-wrapper.bar7 .bar .value{position:absolute;top:50%;right:-0.5rem;-webkit-transform:translate(100%, -50%);transform:translate(100%, -50%)}:host .component-wrapper.bar6 .x-axis,:host .component-wrapper.bar7 .x-axis{margin-left:var(--labelWidth);margin-right:var(--chartPadding);display:-ms-flexbox;display:flex;postion:relative}:host .component-wrapper.bar6 .tick,:host .component-wrapper.bar7 .tick{-ms-flex:1;flex:1;text-align:right}:host .component-wrapper.bar6 .tick span,:host .component-wrapper.bar7 .tick span{-webkit-transform:translateX(50%);transform:translateX(50%);display:inline-block}:host .component-wrapper.bar6 .zero,:host .component-wrapper.bar7 .zero{position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%)}:host .component-wrapper.bar6 .bar:active,:host .component-wrapper.bar6 .bar:hover,:host .component-wrapper.bar6 .bar:focus,:host .component-wrapper.bar7 .bar:active,:host .component-wrapper.bar7 .bar:hover,:host .component-wrapper.bar7 .bar:focus{outline:none}:host .component-wrapper.bar6 .bar:active.bar:not(:focus-visible),:host .component-wrapper.bar6 .bar:hover.bar:not(:focus-visible),:host .component-wrapper.bar6 .bar:focus.bar:not(:focus-visible),:host .component-wrapper.bar7 .bar:active.bar:not(:focus-visible),:host .component-wrapper.bar7 .bar:hover.bar:not(:focus-visible),:host .component-wrapper.bar7 .bar:focus.bar:not(:focus-visible){-webkit-box-shadow:0px 0px 6px #333;-moz-box-shadow:0px 0px 6px #333;box-shadow:0px 0px 6px #333}:host .component-wrapper.bar6 .bar:focus-visible,:host .component-wrapper.bar7 .bar:focus-visible{outline:3px solid var(--wmcolor-interactive-focus);outline-offset:2px;-webkit-box-shadow:0 0 0 7px white;box-shadow:0 0 0 7px white;z-index:1}:host .component-wrapper.left-label{-ms-flex-direction:row;flex-direction:row}:host .component-wrapper.left-label .label{width:12rem;padding-right:1.25rem;-ms-flex:none;flex:none;-ms-flex-item-align:end;align-self:flex-end;min-height:30px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}:host .component-wrapper .hidden-values-warning{font-size:0.75rem;font-style:italic;max-width:100%}:host .component-wrapper .hidden-values-warning.hidden{display:none}@media print{:host .component-wrapper .hidden-values-warning{display:none}}:host #chart-instructions{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 .component-wrapper .legend-wrapper{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;text-align:center}:host .component-wrapper .legend-wrapper .legend{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:center;padding-top:0.25rem;padding-bottom:0.75rem;-webkit-box-sizing:border-box;box-sizing:border-box}:host .component-wrapper .legend-wrapper .legend.bar6{display:none}:host .component-wrapper .legend-wrapper .legend.--top{margin-top:-0.75rem}:host .component-wrapper .legend-wrapper .legend.--top .legend-item{padding-top:0.75rem}:host .component-wrapper .legend-wrapper .legend.--top .legend-color{top:0.75rem}:host .component-wrapper .legend-wrapper .legend.--bottom{margin-bottom:-0.75rem}:host .component-wrapper .legend-wrapper .legend.--bottom .legend-item{padding-bottom:0.75rem}:host .component-wrapper .legend-wrapper .legend.--bottom .legend-color{top:-0.75rem}:host .component-wrapper .legend-wrapper .legend .legend-item{position:relative}:host .component-wrapper .legend-wrapper .legend .legend-item.faded{opacity:0.3}:host .component-wrapper .legend-wrapper .legend .legend-item:not(:last-of-type){padding-right:1.25rem}:host .component-wrapper .legend-wrapper .legend .legend-text{font-size:0.875rem;padding-left:1rem;line-height:1}:host .component-wrapper .legend-wrapper .legend .legend-color{position:absolute;left:0;bottom:0;margin:auto;width:0.6875rem;height:0.6875rem;print-color-adjust:exact;-webkit-print-color-adjust:exact}:host .component-wrapper .legend-wrapper .legend .print-value{display:none}:host .component-wrapper .legend-wrapper .legend .print-value.force-visible{display:unset}@media print{:host .component-wrapper .legend-wrapper .legend .print-value{display:unset}}:host .component-wrapper .legend-wrapper .legend.bar3{padding-bottom:1.25rem}";
10
+ const WmProgressIndicatorStyle0 = wmProgressIndicatorCss;
10
11
 
11
12
  const ProgressIndicator = class {
12
13
  constructor(hostRef) {
@@ -98,7 +99,7 @@ const ProgressIndicator = class {
98
99
  }
99
100
  }
100
101
  render() {
101
- return (index.h(index.Host, { onBlur: () => chartFunctions.exitChart.call(this) }, index.h("div", { ref: (el) => (this.componentWrapperEl = el), class: `component-wrapper ${this.mode} ${this.isTabbing && !this.userIsNavigating ? "user-is-tabbing" : ""}`, role: "application", "aria-label": this.ariaLabelText, tabindex: "0", "aria-roledescription": this.chartRoleDescription, "aria-describedby": `chart-instructions` }, index.h("label", { id: `label-${this.uid}`, class: `label ${this.barLabelsWidth && this.mode === "bar" ? "custom-width" : ""}`, style: { "--custom-label-width": this.barLabelsWidth }, htmlFor: `graphic-${this.uid}` }, index.h("span", { class: "label-text" }, this.label), this.subinfo ? index.h("span", { class: "subinfo" }, this.subinfo) : ""), this.mode && this.renderBarOrDoughnut(), this.mode === "doughnut" ? chartFunctions.renderLegend.call(this, this.mode) : "", index.h("priv-chart-popover", { class: this.isTabbing ? "user-is-tabbing" : "", onIntChartPopoverOpenChanged: (ev) => this.handlePopoverOpenChanged(ev) }), this.mode === "doughnut" ? chartFunctions.renderCompletionMessage.call(this) : ""), chartFunctions.renderInstructionsText()));
102
+ return (index.h(index.Host, { key: '16620db2087213bc753d2d757c7790a41670b1ab', onBlur: () => chartFunctions.exitChart.call(this) }, index.h("div", { key: 'c676d6afdd78059bff7ae59f8ee275886e5bf22a', ref: (el) => (this.componentWrapperEl = el), class: `component-wrapper ${this.mode} ${this.isTabbing && !this.userIsNavigating ? "user-is-tabbing" : ""}`, role: "application", "aria-label": this.ariaLabelText, tabindex: "0", "aria-roledescription": this.chartRoleDescription, "aria-describedby": `chart-instructions` }, index.h("label", { key: '1b863341957baf0839d36be915d0aa632d03873f', id: `label-${this.uid}`, class: `label ${this.barLabelsWidth && this.mode === "bar" ? "custom-width" : ""}`, style: { "--custom-label-width": this.barLabelsWidth }, htmlFor: `graphic-${this.uid}` }, index.h("span", { key: 'be37ff1bc3863b7603944139fd78a0d7a6884e46', class: "label-text" }, this.label), this.subinfo ? index.h("span", { class: "subinfo" }, this.subinfo) : ""), this.mode && this.renderBarOrDoughnut(), this.mode === "doughnut" ? chartFunctions.renderLegend.call(this, this.mode) : "", index.h("priv-chart-popover", { key: '8541969e643c69fd8e0090f69efd7c038ea1e2ea', class: this.isTabbing ? "user-is-tabbing" : "", onIntChartPopoverOpenChanged: (ev) => this.handlePopoverOpenChanged(ev) }), this.mode === "doughnut" ? chartFunctions.renderCompletionMessage.call(this) : ""), chartFunctions.renderInstructionsText()));
102
103
  }
103
104
  static get delegatesFocus() { return true; }
104
105
  get el() { return index.getElement(this); }
@@ -106,9 +107,10 @@ const ProgressIndicator = class {
106
107
  "mode": ["handleModeUpdate"]
107
108
  }; }
108
109
  };
109
- ProgressIndicator.style = wmProgressIndicatorCss;
110
+ ProgressIndicator.style = WmProgressIndicatorStyle0;
110
111
 
111
112
  const wmProgressMonitorCss = ":host .legend-wrapper{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;text-align:center}:host .legend-wrapper .legend{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:center;padding-top:0.25rem;padding-bottom:0.75rem;-webkit-box-sizing:border-box;box-sizing:border-box}:host .legend-wrapper .legend.bar6{display:none}:host .legend-wrapper .legend.--top{margin-top:-0.75rem}:host .legend-wrapper .legend.--top .legend-item{padding-top:0.75rem}:host .legend-wrapper .legend.--top .legend-color{top:0.75rem}:host .legend-wrapper .legend.--bottom{margin-bottom:-0.75rem}:host .legend-wrapper .legend.--bottom .legend-item{padding-bottom:0.75rem}:host .legend-wrapper .legend.--bottom .legend-color{top:-0.75rem}:host .legend-wrapper .legend .legend-item{position:relative}:host .legend-wrapper .legend .legend-item.faded{opacity:0.3}:host .legend-wrapper .legend .legend-item:not(:last-of-type){padding-right:1.25rem}:host .legend-wrapper .legend .legend-text{font-size:0.875rem;padding-left:1rem;line-height:1}:host .legend-wrapper .legend .legend-color{position:absolute;left:0;bottom:0;margin:auto;width:0.6875rem;height:0.6875rem;print-color-adjust:exact;-webkit-print-color-adjust:exact}:host .legend-wrapper .legend .print-value{display:none}:host .legend-wrapper .legend .print-value.force-visible{display:unset}@media print{:host .legend-wrapper .legend .print-value{display:unset}}:host .legend-wrapper .legend.bar3{padding-bottom:1.25rem}:host{display:-ms-flexbox;display:flex}:host .legend-wrapper{-ms-flex-align:start;align-items:flex-start}:host(.row){-ms-flex-direction:row;flex-direction:row}:host(.column){-ms-flex-direction:column;flex-direction:column}:host(.column) .legend-wrapper{margin-bottom:2rem}:host(.column) .legend-wrapper .legend{padding-bottom:0}:host(.column) ::slotted(wm-progress-indicator:not(:last-of-type)){margin-bottom:2.5rem}";
113
+ const WmProgressMonitorStyle0 = wmProgressMonitorCss;
112
114
 
113
115
  const ProgressMonitor = class {
114
116
  constructor(hostRef) {
@@ -170,12 +172,12 @@ const ProgressMonitor = class {
170
172
  }))));
171
173
  }
172
174
  render() {
173
- return (index.h(index.Host, { class: this.mode === "doughnut" ? "row" : "column" }, this.modeInitialized && this.groupLegend && this.mode === "bar" && this.renderLegend(), this.modeInitialized && index.h("slot", null)));
175
+ return (index.h(index.Host, { key: '6b654a2da62f9ca402ba16163e1d1497c5c99be8', class: this.mode === "doughnut" ? "row" : "column" }, this.modeInitialized && this.groupLegend && this.mode === "bar" && this.renderLegend(), this.modeInitialized && index.h("slot", { key: 'd3b70aa0e0c409bc0bcf2d6b20ad2b9c44c8eb11' })));
174
176
  }
175
177
  static get delegatesFocus() { return true; }
176
178
  get el() { return index.getElement(this); }
177
179
  };
178
- ProgressMonitor.style = wmProgressMonitorCss;
180
+ ProgressMonitor.style = WmProgressMonitorStyle0;
179
181
 
180
182
  const ProgressSlice = class {
181
183
  constructor(hostRef) {
@@ -2,11 +2,12 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-f8ef86de.js');
6
- const functions = require('./functions-be4156cf.js');
7
- const intl = require('./intl-a13884e8.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 wmSearchCss = ":host{--wmcolor-search-background:var(--wmcolor-input-background);--wmcolor-search-border:var(--wmcolor-input-border);--wmcolor-search-jump-text-focus:var(--wmcolor-interactive-focus);--wmcolor-search-jump-text:var(--wmcolor-button-text-textonly);width:100%;font-size:0.875rem}:host *{-webkit-box-sizing:border-box;box-sizing:border-box}:host .wm-search-wrapper{border-radius:3px;position:relative;border:1px solid var(--wmcolor-search-border);display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}:host .wm-search-wrapper .search-icon{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;font-size:1.12rem;position:absolute;left:0.4375rem}:host .wm-search-wrapper input{border:none;height:40px;padding:0 1.75rem;background:var(--wmcolor-search-background);overflow:visible;width:100%;-ms-flex:1;flex:1;font-family:inherit}:host .wm-search-wrapper:focus-within{outline:2px solid var(--wmcolor-input-border-focus);border-color:var(--wmcolor-input-border-focus)}:host .wm-search-wrapper:focus-within input{outline:none}:host .find{min-height:3rem}:host .find input{padding:16px 8px 16px 28px}:host .find .wm-find-elements{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start;padding-right:16px}:host .find .wm-find-elements wm-button+wm-button{margin-left:0.25rem}:host .find .wm-find-elements .results{margin-right:0.5rem;font-style:italic}: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}:host .jump-results{all:unset;color:var(--wmcolor-search-jump-text);text-decoration:none;font-weight:500;font-size:0.875rem;display:inline-block;margin:8px 0}:host .jump-results:focus-visible{outline:3px solid var(--wmcolor-interactive-focus);outline-offset:2px}";
10
+ const WmSearchStyle0 = wmSearchCss;
10
11
 
11
12
  const Search = class {
12
13
  constructor(hostRef) {
@@ -176,10 +177,10 @@ const Search = class {
176
177
  * End search and find render helpers
177
178
  */
178
179
  render() {
179
- return (index.h(index.Host, null, index.h("div", { id: "wm-search-wrapper", class: `wm-search-wrapper ${this.searchType}` }, index.h("input", { disabled: this.isDisabled, id: "wm-search-input", placeholder: this.placeholder, "aria-label": `${this.label ? this.label + ". " : ""}${functions.intl.formatMessage({
180
+ return (index.h(index.Host, { key: 'f7ac09fb284f8ef6e62cb879298972e3d52ed472' }, index.h("div", { key: '357cf8e3e57a90fa9a8ca75b51fcb50a16877476', id: "wm-search-wrapper", class: `wm-search-wrapper ${this.searchType}` }, index.h("input", { key: 'db65cd0b75b1ace94c30feedb4825512f082e015', disabled: this.isDisabled, id: "wm-search-input", placeholder: this.placeholder, "aria-label": `${this.label ? this.label + ". " : ""}${functions.intl.formatMessage({
180
181
  id: "search.typeToFilterResults",
181
182
  defaultMessage: "Type to filter the results",
182
- })}`, onInput: (ev) => this.updateValue(ev.target.value), onBlur: () => this.handleBlur(), "aria-autocomplete": "none", autocomplete: "off", value: this.value }), index.h("span", { class: "mdi search-icon" }, String.fromCodePoint(parseInt(`0xf349`))), this.searchType === "find" && this.renderResultsAndBrowseButtons(), index.h("div", { id: "wm-search-live", class: "sr-only", "aria-live": "polite", "aria-atomic": "true", ref: (el) => (this.resultsLiveRegion = el) }, this.announcement)), this.searchType === "find" && this.renderJumpToLink()));
183
+ })}`, onInput: (ev) => this.updateValue(ev.target.value), onBlur: () => this.handleBlur(), "aria-autocomplete": "none", autocomplete: "off", value: this.value }), index.h("span", { key: '76d92862fd431394e6eadb3c71b8ad39d33ec0b9', class: "mdi search-icon" }, String.fromCodePoint(parseInt(`0xf349`))), this.searchType === "find" && this.renderResultsAndBrowseButtons(), index.h("div", { key: '54ff42dd8bf9d13e2f15db19aef39a592622beb3', id: "wm-search-live", class: "sr-only", "aria-live": "polite", "aria-atomic": "true", ref: (el) => (this.resultsLiveRegion = el) }, this.announcement)), this.searchType === "find" && this.renderJumpToLink()));
183
184
  }
184
185
  static get delegatesFocus() { return true; }
185
186
  get el() { return index.getElement(this); }
@@ -188,6 +189,6 @@ const Search = class {
188
189
  "disabled": ["handleDisabledChange"]
189
190
  }; }
190
191
  };
191
- Search.style = wmSearchCss;
192
+ Search.style = WmSearchStyle0;
192
193
 
193
194
  exports.wm_search = Search;
@@ -2,11 +2,12 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-f8ef86de.js');
6
- const functions = require('./functions-be4156cf.js');
7
- const intl = require('./intl-a13884e8.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
- const wmSnackbarCss = ":host{--wmcolor-snackbar-background:var(--wmcolor-background-dark);--wmcolor-snackbar-close-background-hover:var(--wmcolor-button-background-navigational-hover-ondark);--wmcolor-snackbar-close-background:var(--wmcolor-button-background-navigational-ondark);--wmcolor-snackbar-close-icon-hover:var(--wmcolor-button-icon-navigational-hover-ondark);--wmcolor-snackbar-close-icon:var(--wmcolor-button-icon-navigational-ondark);--wmcolor-snackbar-text:var(--wmcolor-text-ondark)}:host *{-webkit-box-sizing:border-box;box-sizing:border-box;margin:unset}:host .wm-snackbars{position:fixed;bottom:0;left:1.25rem;right:1.25rem;padding:0.25rem 0.625rem 1.875rem;z-index:2001;max-width:35.5rem;max-height:17.5rem;-webkit-overflow-scrolling:touch;overflow:auto}:host .wm-snackbars.empty{-ms-transition:all 0.25s 0ms cubic-bezier(0.4, 0, 1, 1);-webkit-transition:all 0.25s 0ms cubic-bezier(0.4, 0, 1, 1);-moz-transition:all 0.25s 0ms cubic-bezier(0.4, 0, 1, 1);transition:all 0.25s 0ms cubic-bezier(0.4, 0, 1, 1);padding-top:0;padding-bottom:0}:host .wm-snackbars .wm-snack-wrapper{width:100%;height:100%}:host .wm-snackbars .wm-snack-wrapper:not(:last-child){margin-bottom:1.25rem}:host .wm-snackbars .wm-snack-wrapper .wm-snackbar{-webkit-box-shadow:0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2);-moz-box-shadow:0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2);box-shadow:0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-ms-transition:all 0.25s 0ms cubic-bezier(0.4, 0, 1, 1);-webkit-transition:all 0.25s 0ms cubic-bezier(0.4, 0, 1, 1);-moz-transition:all 0.25s 0ms cubic-bezier(0.4, 0, 1, 1);transition:all 0.25s 0ms cubic-bezier(0.4, 0, 1, 1);font-size:0.875rem;color:var(--wmcolor-snackbar-text);padding:0.9375rem 1.875rem;background:var(--wmcolor-snackbar-background);opacity:0;left:0;position:relative;font-family:inherit}:host .wm-snackbars .wm-snack-wrapper .wm-snackbar.grow{-webkit-animation:grow 0.25s;animation:grow 0.25s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes grow{0%{opacity:0;-webkit-transform:scale(0.9);transform:scale(0.9)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes grow{0%{opacity:0;-webkit-transform:scale(0.9);transform:scale(0.9)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}:host .wm-snackbars .wm-snack-wrapper .wm-snackbar .link{letter-spacing:0;text-transform:none;font-size:0.875rem;border:none;padding-left:0;padding-right:0;height:auto;border-radius:0;line-height:1;margin-right:1rem;text-decoration:none;font-weight:600;cursor:pointer}:host .wm-snackbars .wm-snack-wrapper .wm-snackbar .link.new-window::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;display:inline;content:\"\\f3cc\";margin-left:0.25rem}:host .wm-snackbars .wm-snack-wrapper .wm-snackbar .link:hover{text-decoration:underline}:host .wm-snackbars .wm-snack-wrapper .wm-snackbar .link:focus{outline:none;border:none}:host .wm-snackbars .wm-snack-wrapper .wm-snackbar .link::-moz-focus-inner{border:0;outline:none}:host .wm-snackbars .wm-snack-wrapper .wm-snackbar:not(:last-child){margin-bottom:1.25rem}:host .wm-snackbars .wm-snack-wrapper .wm-snackbar.active:not(button){opacity:1}:host .wm-snackbars .wm-snack-wrapper .wm-snackbar .wm-snackbarmsg{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;width:100%;position:relative;padding:0}:host .wm-snackbars .wm-snack-wrapper .wm-snackbar .wm-snackbarmsg .msgtext{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:12px;width:100%;-ms-flex-align:center;align-items:center}:host .wm-snackbars .wm-snack-wrapper .wm-snackbar .wm-snackbarmsg .msgtext .msg{display:block;-ms-flex:0 0 0px;flex:0 0 0;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}:host .wm-snackbars .wm-snack-wrapper .wm-snackbar .wm-snackbarmsg .msgtext .msg.long{min-width:216px;-ms-flex:1 0 0px;flex:1 0 0}:host .wm-snackbars .wm-snack-wrapper .wm-snackbar .wm-snackbarmsg .msgtext .link{display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto}:host .wm-snackbars .wm-snack-wrapper .wm-snackbar .wm-snackbarmsg .msgtext .link span{display:block;white-space:nowrap}:host .wm-snackbars .wm-snack-wrapper .wm-snackbar .wm-snackbarmsg .closesnack{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;border-radius:50%;background-color:var(--wmcolor-snackbar-close-background);color:var(--wmcolor-snackbar-close-icon);cursor:pointer;border:none;font-size:1rem;padding:0;height:auto;line-height:1;min-width:2.75rem;min-height:2.75rem;text-align:center;letter-spacing:normal}:host .wm-snackbars .wm-snack-wrapper .wm-snackbar .wm-snackbarmsg .closesnack: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:\"\\f156\";font-size:1.12rem}:host .wm-snackbars .wm-snack-wrapper .wm-snackbar .wm-snackbarmsg .closesnack:hover{background-color:var(--wmcolor-snackbar-close-background-hover);color:var(--wmcolor-snackbar-close-icon-hover)}:host .wm-snackbars .wm-snack-wrapper .wm-snackbar .wm-snackbarmsg .closesnack:focus{outline:none}:host .wm-snackbars .wm-snack-wrapper .wm-snackbar .wm-snackbarmsg .closesnack::-moz-focus-inner{border:0;outline:none}:host .wm-snackbars .wm-snack-wrapper .wm-snackbar .wm-snackbarmsg .closesnack:active{-ms-transform:scale(0.9, 0.9);-webkit-transform:scale(0.9, 0.9);-moz-transform:scale(0.9, 0.9);transform:scale(0.9, 0.9)}:host .wm-snackbars .wm-snack-wrapper .wm-snackbar .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}: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;top:0;left:0}.user-is-tabbing .wm-snack-wrapper .wm-snackbar .wm-snackbarmsg .closesnack:focus:not(:active){outline:3px solid var(--wmcolor-interactive-focus);outline-offset:0}.user-is-tabbing .wm-snack-wrapper .wm-snackbar .wm-snackbarmsg .closesnack:focus:not(:active)>.tooltip{clip:auto;width:auto;height:auto;opacity:1;-webkit-transition:opacity 500ms 500ms;transition:opacity 500ms 500ms;padding:0.375rem;top:2.75rem;left:2.75rem;white-space:nowrap;-webkit-transform:translateX(-50%);transform:translateX(-50%)}@media screen and (min-width: 48rem){.user-is-tabbing .wm-snack-wrapper .wm-snackbar .wm-snackbarmsg .closesnack:focus:not(:active)>.tooltip{top:2.0625rem;left:auto}}.user-is-tabbing .wm-snack-wrapper .wm-snackbar .wm-snackbarmsg .link:focus:not(:active){outline:3px solid var(--wmcolor-interactive-focus);outline-offset:2px}";
9
+ const wmSnackbarCss = ":host{--wmcolor-snackbar-background:var(--wmcolor-background-dark);--wmcolor-snackbar-close-background-hover:var(--wmcolor-button-background-navigational-hover-ondark);--wmcolor-snackbar-close-background:var(--wmcolor-button-background-navigational-ondark);--wmcolor-snackbar-close-icon-hover:var(--wmcolor-button-icon-navigational-hover-ondark);--wmcolor-snackbar-close-icon:var(--wmcolor-button-icon-navigational-ondark);--wmcolor-snackbar-text:var(--wmcolor-text-ondark);position:fixed;bottom:0;left:1.25rem;right:1.25rem;z-index:2001}:host *{-webkit-box-sizing:border-box;box-sizing:border-box;margin:unset}:host .list-wrapper{-webkit-overflow-scrolling:touch;max-width:35.5rem;max-height:17.5rem;overflow:auto;padding:0.25rem 0.625rem 1.875rem;display:-ms-flexbox;display:flex;-ms-flex-direction:column-reverse;flex-direction:column-reverse;gap:1.25rem}:host .wm-snack-wrapper{width:100%;height:100%}:host .wm-snack-wrapper .wm-snackbar{-webkit-box-shadow:0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2);-moz-box-shadow:0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2);box-shadow:0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-ms-transition:all 0.25s 0ms cubic-bezier(0.4, 0, 1, 1);-webkit-transition:all 0.25s 0ms cubic-bezier(0.4, 0, 1, 1);-moz-transition:all 0.25s 0ms cubic-bezier(0.4, 0, 1, 1);transition:all 0.25s 0ms cubic-bezier(0.4, 0, 1, 1);font-size:0.875rem;color:var(--wmcolor-snackbar-text);padding:4px 16px;min-height:3.75rem;background:var(--wmcolor-snackbar-background);opacity:0;left:0;position:relative;font-family:inherit}:host .wm-snack-wrapper .wm-snackbar.grow{-webkit-animation:grow 0.25s;animation:grow 0.25s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes grow{0%{opacity:0;-webkit-transform:scale(0.9);transform:scale(0.9)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes grow{0%{opacity:0;-webkit-transform:scale(0.9);transform:scale(0.9)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}:host .wm-snack-wrapper .wm-snackbar .link{letter-spacing:0;text-transform:none;font-size:0.875rem;border:none;padding-left:0;padding-right:0;height:auto;border-radius:0;line-height:1;margin-right:1rem;text-decoration:none;font-weight:600;cursor:pointer}:host .wm-snack-wrapper .wm-snackbar .link.new-window::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;display:inline;content:\"\\f3cc\";margin-left:0.25rem}:host .wm-snack-wrapper .wm-snackbar .link:hover{text-decoration:underline}:host .wm-snack-wrapper .wm-snackbar .link:focus{outline:none;border:none}:host .wm-snack-wrapper .wm-snackbar .link::-moz-focus-inner{border:0;outline:none}:host .wm-snack-wrapper .wm-snackbar:not(:last-child){margin-bottom:1.25rem}:host .wm-snack-wrapper .wm-snackbar.active:not(button){opacity:1}:host .wm-snack-wrapper .wm-snackbar .wm-snackbarmsg{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;width:100%;position:relative;padding:0}:host .wm-snack-wrapper .wm-snackbar .wm-snackbarmsg .msgtext{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:12px;width:100%;-ms-flex-align:center;align-items:center}:host .wm-snack-wrapper .wm-snackbar .wm-snackbarmsg .msgtext .msg{display:block;-ms-flex:0 0 0px;flex:0 0 0;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}:host .wm-snack-wrapper .wm-snackbar .wm-snackbarmsg .msgtext .msg.long{min-width:216px;-ms-flex:1 0 0px;flex:1 0 0}:host .wm-snack-wrapper .wm-snackbar .wm-snackbarmsg .msgtext .link{display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto}:host .wm-snack-wrapper .wm-snackbar .wm-snackbarmsg .msgtext .link span{display:block;white-space:nowrap}:host .wm-snack-wrapper .wm-snackbar .wm-snackbarmsg .closesnack{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;border-radius:50%;background-color:var(--wmcolor-snackbar-close-background);color:var(--wmcolor-snackbar-close-icon);cursor:pointer;border:none;font-size:1rem;padding:0;height:auto;line-height:1;min-width:2.75rem;min-height:2.75rem;text-align:center;letter-spacing:normal}:host .wm-snack-wrapper .wm-snackbar .wm-snackbarmsg .closesnack: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:\"\\f156\";font-size:1.12rem}:host .wm-snack-wrapper .wm-snackbar .wm-snackbarmsg .closesnack:hover{background-color:var(--wmcolor-snackbar-close-background-hover);color:var(--wmcolor-snackbar-close-icon-hover)}:host .wm-snack-wrapper .wm-snackbar .wm-snackbarmsg .closesnack:focus{outline:none}:host .wm-snack-wrapper .wm-snackbar .wm-snackbarmsg .closesnack::-moz-focus-inner{border:0;outline:none}:host .wm-snack-wrapper .wm-snackbar .wm-snackbarmsg .closesnack:active{-ms-transform:scale(0.9, 0.9);-webkit-transform:scale(0.9, 0.9);-moz-transform:scale(0.9, 0.9);transform:scale(0.9, 0.9)}:host .wm-snack-wrapper .wm-snackbar .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}: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;top:0;left:0}.user-is-tabbing .wm-snack-wrapper .wm-snackbar .wm-snackbarmsg .closesnack:focus:not(:active){outline:3px solid var(--wmcolor-interactive-focus);outline-offset:0}.user-is-tabbing .wm-snack-wrapper .wm-snackbar .wm-snackbarmsg .closesnack:focus:not(:active)>.tooltip{clip:auto;width:auto;height:auto;opacity:1;-webkit-transition:opacity 500ms 500ms;transition:opacity 500ms 500ms;padding:0.375rem;top:2.75rem;left:2.75rem;white-space:nowrap;-webkit-transform:translateX(-50%);transform:translateX(-50%)}@media screen and (min-width: 48rem){.user-is-tabbing .wm-snack-wrapper .wm-snackbar .wm-snackbarmsg .closesnack:focus:not(:active)>.tooltip{top:2.0625rem;left:auto}}.user-is-tabbing .wm-snack-wrapper .wm-snackbar .wm-snackbarmsg .link:focus:not(:active){outline:3px solid var(--wmcolor-interactive-focus);outline-offset:2px}";
10
+ const WmSnackbarStyle0 = wmSnackbarCss;
10
11
 
11
12
  const Snackbar = class {
12
13
  constructor(hostRef) {
@@ -21,28 +22,16 @@ const Snackbar = class {
21
22
  this.isTabbing = false;
22
23
  this.announcement = "";
23
24
  }
24
- refreshUpdatedNotifications(prevNotifications) {
25
- let updatedIDs = [];
26
- prevNotifications.forEach((prevNotification) => {
27
- this.parsedNotifications.forEach((newNotification) => {
28
- if (newNotification.id == prevNotification.id && newNotification.message != prevNotification.message) {
29
- updatedIDs.push(newNotification.id);
30
- }
31
- });
32
- });
33
- updatedIDs.forEach((updatedID) => {
34
- const updatedNotification = this.parsedNotifications.filter((n) => n.id == updatedID)[0];
35
- const notifEl = this.el.shadowRoot.querySelector(`#snack-${updatedID}`);
36
- if (notifEl) {
37
- notifEl.classList.remove("grow");
38
- window.requestAnimationFrame(() => {
39
- notifEl.classList.add("grow");
40
- });
41
- }
42
- this.stopTimer(updatedNotification);
43
- const newTimer = window.setTimeout(() => this.snackExpired(updatedNotification.id), 6000);
44
- this.timers = Object.assign({ [updatedNotification.id]: newTimer }, this.timers);
45
- });
25
+ componentDidLoad() {
26
+ const snackObserver = new MutationObserver((snackMutations) => snackMutations.forEach((mutationRecord) => this.handleSnackMutation(mutationRecord)));
27
+ snackObserver.observe(this.snackAreaEl, { childList: true });
28
+ }
29
+ handleSnackMutation(mutationRecord) {
30
+ const addedSnacks = Array.from(mutationRecord.addedNodes);
31
+ if (addedSnacks.length > 0) {
32
+ addedSnacks.forEach((s) => s.querySelector(".wm-snackbar").classList.add("grow"));
33
+ addedSnacks[0].scrollIntoView();
34
+ }
46
35
  }
47
36
  updateSnacks(newValue) {
48
37
  const prevParsedNotifications = [...this.parsedNotifications];
@@ -64,23 +53,38 @@ const Snackbar = class {
64
53
  });
65
54
  }
66
55
  }
67
- this.sizeMessage();
56
+ this.setMinWidths();
68
57
  }
69
- toggleTabbingOn() {
70
- this.isTabbing = true;
71
- }
72
- toggleTabbingOff() {
73
- this.isTabbing = false;
58
+ refreshUpdatedNotifications(prevNotifications) {
59
+ let updatedNotifications = [];
60
+ prevNotifications.forEach((prevNotification) => {
61
+ this.parsedNotifications.forEach((newNotification) => {
62
+ if (newNotification.id == prevNotification.id && newNotification.message != prevNotification.message) {
63
+ updatedNotifications.push(newNotification);
64
+ }
65
+ });
66
+ });
67
+ updatedNotifications.forEach((updatedNotification) => {
68
+ const notifEl = this.el.shadowRoot.querySelector(`#snack-${updatedNotification.id}`);
69
+ if (notifEl) {
70
+ notifEl.classList.remove("grow");
71
+ window.requestAnimationFrame(() => notifEl.classList.add("grow"));
72
+ }
73
+ this.stopTimer(updatedNotification);
74
+ const newTimer = window.setTimeout(() => this.snackExpired(updatedNotification.id), 6000);
75
+ this.timers = Object.assign({ [updatedNotification.id]: newTimer }, this.timers);
76
+ this.announce(`${updatedNotification.message} ${this.isTabbing ? "" : updatedNotification.link}`);
77
+ });
74
78
  }
75
79
  checkForTabbing(ev) {
76
80
  if (ev.key === "Tab") {
77
- this.toggleTabbingOn();
81
+ this.isTabbing = true;
78
82
  }
79
83
  }
80
84
  // Workaround for screenreader's triggering click event on "enter"
81
85
  // This is why we manually handle this.isTabbing instead of listening to wmUserIsTabbing
82
86
  handleMouse() {
83
- this.toggleTabbingOff();
87
+ this.isTabbing = false;
84
88
  }
85
89
  snackDismissed(notification) {
86
90
  this.endSnack(notification);
@@ -92,9 +96,9 @@ const Snackbar = class {
92
96
  }
93
97
  //Remove snack from notification list once timer runs out
94
98
  snackExpired(expiredID) {
95
- const expiredNotifications = this.parsedNotifications.filter((n) => n.id == expiredID);
96
- if (expiredNotifications.length > 0) {
97
- this.endSnack(expiredNotifications[0]);
99
+ const expiredNotification = this.parsedNotifications.find((n) => n.id == expiredID);
100
+ if (expiredNotification) {
101
+ this.endSnack(expiredNotification);
98
102
  }
99
103
  }
100
104
  endSnack(notification) {
@@ -124,13 +128,7 @@ const Snackbar = class {
124
128
  delete this.timers[notification.id];
125
129
  }
126
130
  }
127
- announce(message) {
128
- if (this.liveRegionEl.textContent === message) {
129
- message += "\u00A0";
130
- }
131
- this.announcement = message;
132
- }
133
- sizeMessage() {
131
+ setMinWidths() {
134
132
  // wait for render to get updated scrollWidth
135
133
  requestAnimationFrame(() => {
136
134
  const msgEls = this.el.shadowRoot.querySelectorAll(".msg");
@@ -142,23 +140,28 @@ const Snackbar = class {
142
140
  });
143
141
  });
144
142
  }
143
+ announce(message) {
144
+ if (this.liveRegionEl.textContent === message) {
145
+ message += "\u00A0";
146
+ }
147
+ this.announcement = message;
148
+ }
145
149
  renderSnackbars() {
146
- return this.parsedNotifications.map((notification) => (index.h("div", { class: "wm-snack-wrapper" }, index.h("div", { id: `snack-${notification.id}`, class: "wm-snackbar active neutral grow" }, index.h("div", { class: "sr-only", tabindex: notification.link ? 0 : -1, onFocus: () => notification.link && this.snackDismissed(notification) }), index.h("div", { class: "wm-snackbarmsg" }, index.h("div", { class: "msgtext" }, index.h("span", { class: "msg" }, notification.message), notification.link && (index.h("a", { id: `action-${notification.id}`, class: `link ${notification.newWindow ? "new-window" : ""}`, "aria-label": `Click to ${notification.link}...${notification.newWindow ? " " + intl.globalMessages.newWindow : ""}`, tabindex: 0, onClick: () => {
150
+ return [...this.parsedNotifications].reverse().map((notification) => (index.h("div", { class: "wm-snack-wrapper" }, index.h("div", { id: `snack-${notification.id}`, class: "wm-snackbar active neutral" }, index.h("div", { class: "sr-only", tabindex: notification.link ? 0 : -1, onFocus: () => notification.link && this.snackDismissed(notification) }), index.h("div", { class: "wm-snackbarmsg" }, index.h("div", { class: "msgtext" }, index.h("span", { class: "msg" }, notification.message), notification.link && (index.h("a", { id: `action-${notification.id}`, class: `link ${notification.newWindow ? "new-window" : ""}`, "aria-label": `Click to ${notification.link}...${notification.newWindow ? " " + intl.globalMessages.newWindow : ""}`, tabindex: 0, onClick: () => {
147
151
  this.snackLinkClicked(notification);
148
152
  }, onKeyDown: (ev) => ev.key === "Enter" && this.snackLinkClicked(notification) }, index.h("span", { "aria-hidden": "true" }, notification.link)))), index.h("button", { id: `close-button-${notification.id}`, "aria-label": "Close this notification", class: "closesnack", tabindex: notification.link ? 0 : -1, onClick: () => this.snackDismissed(notification), onMouseEnter: (ev) => functions.showTooltip("bottom", ev.target, intl.globalMessages.close), onMouseLeave: () => functions.hideTooltip(), onFocus: (ev) => this.isTabbing && functions.showTooltip("bottom", ev.target, intl.globalMessages.close), onBlur: () => functions.hideTooltip() })), index.h("div", { class: "sr-only", tabindex: notification.link ? 0 : -1, onFocus: () => notification.link && this.snackDismissed(notification) })))));
149
153
  }
150
154
  render() {
151
- return (index.h("div", { class: {
152
- "wm-snackbars": true,
153
- empty: this.parsedNotifications.length === 0,
155
+ return (index.h(index.Host, { key: '67f36569152cc7f7df8e17a48b72737cf06b2249' }, index.h("div", { key: '2646611246f9ab87624bb1ad2bad217c364d89e7', ref: (el) => (this.snackAreaEl = el), class: {
156
+ "list-wrapper": true,
154
157
  "user-is-tabbing": this.isTabbing,
155
- } }, index.h("div", { class: "sr-only", "aria-live": "polite", "aria-atomic": "false", id: `wm-live-region-${this.uid}`, ref: (el) => (this.liveRegionEl = el) }, this.announcement), this.renderSnackbars()));
158
+ } }, this.renderSnackbars()), index.h("div", { key: '26284c415d2be1b8e944d7c2830c8eada5030fe3', class: "sr-only", "aria-live": "polite", "aria-atomic": "false", id: `wm-live-region-${this.uid}`, ref: (el) => (this.liveRegionEl = el) }, this.announcement)));
156
159
  }
157
160
  get el() { return index.getElement(this); }
158
161
  static get watchers() { return {
159
162
  "notifications": ["updateSnacks"]
160
163
  }; }
161
164
  };
162
- Snackbar.style = wmSnackbarCss;
165
+ Snackbar.style = WmSnackbarStyle0;
163
166
 
164
167
  exports.wm_snackbar = Snackbar;
@@ -2,10 +2,11 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-f8ef86de.js');
6
- const functions = require('./functions-be4156cf.js');
5
+ const index = require('./index-788526f5.js');
6
+ const functions = require('./functions-05e7ad5a.js');
7
7
 
8
8
  const wmTabItemCss = ":host{display:-ms-flexbox;display:flex;font-family:inherit;-ms-flex-item-align:stretch;align-self:stretch}:host *{-webkit-box-sizing:border-box;box-sizing:border-box}:host.hide{display:none}.tab-item{display:-ms-flexbox;display:flex;-ms-flex-item-align:stretch;align-self:stretch;list-style-type:none}.tab-item .tab{-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;border-radius:0;color:var(--wmcolor-tab-text);text-decoration:none;letter-spacing:0.7px;font-size:0.875rem;font-weight:500;opacity:1;position:relative;text-transform:uppercase;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding-inline:1.5rem}.tab-item .tab[aria-selected=true]{font-weight:700;opacity:1;text-decoration:underline;text-decoration-thickness:3px;text-underline-offset:16px}.tab-item .tab[aria-selected=true].dark{color:var(--wmcolor-tab-text-ondark)}.tab-item .tab,.tab-item .tab:hover,.tab-item .tab:active{outline:none}.tab-item .tab:focus{outline:none}.tab-item .tab.dark:not([aria-selected=true]){opacity:0.8;color:var(--wmcolor-tab-text-ondark)}.tab-item .tab:focus-visible{outline:3px solid var(--wmcolor-interactive-focus);outline-offset:-3px}";
9
+ const WmTabItemStyle0 = wmTabItemCss;
9
10
 
10
11
  const TabItem = class {
11
12
  constructor(hostRef) {
@@ -52,14 +53,15 @@ const TabItem = class {
52
53
  "background-size": `calc(100% - ${bkgSize}${units}) 3px`,
53
54
  };
54
55
  }
55
- return (index.h(index.Host, { role: "presentation" }, index.h("li", { class: "tab-item", role: "presentation" }, index.h("a", { class: `tab ${classes}`, style: styles, role: "tab", ref: (el) => (this.linkEl = el), onClick: this.tabClicked, id: `tab-link-${this.tabId}`, onKeyDown: (ev) => this.tabPressed(ev), "aria-selected": this.selected ? "true" : "false", tabindex: this.selected ? 0 : -1 }, index.h("slot", null)))));
56
+ return (index.h(index.Host, { key: '0d9c95f25f36cd8e37bdacdfc73c9032ab11f8b9', role: "presentation" }, index.h("li", { key: '6d83fae63842be52110fdcaf1797767c8defa24e', class: "tab-item", role: "presentation" }, index.h("a", { key: '399e8aa507afa3b70b925969c9fd4508345098fb', class: `tab ${classes}`, style: styles, role: "tab", ref: (el) => (this.linkEl = el), onClick: this.tabClicked, id: `tab-link-${this.tabId}`, onKeyDown: (ev) => this.tabPressed(ev), "aria-selected": this.selected ? "true" : "false", tabindex: this.selected ? 0 : -1 }, index.h("slot", { key: '3571988e318de8baa6a9d82c464d101f38d12a51' })))));
56
57
  }
57
58
  static get delegatesFocus() { return true; }
58
59
  get el() { return index.getElement(this); }
59
60
  };
60
- TabItem.style = wmTabItemCss;
61
+ TabItem.style = WmTabItemStyle0;
61
62
 
62
63
  const wmTabListCss = ":host{--wmcolor-tab-background:var(--wmcolor-background-transparent);--wmcolor-tab-background-dark:var(--wmcolor-background-dark);--wmcolor-tab-text-ondark:var(--wmcolor-interactive-ondark);--wmcolor-tab-text:var(--wmcolor-interactive);position:relative;white-space:nowrap;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;display:block}:host *{-webkit-box-sizing:border-box;box-sizing:border-box}:host .tabcontainer{background:var(--wmcolor-tab-background);margin:0;width:100%;height:4.0625rem;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;padding:0}:host .tabcontainer.dark{background:var(--wmcolor-tab-background-dark);margin:0}:host wm-select{padding:0.375rem 0}";
64
+ const WmTabListStyle0 = wmTabListCss;
63
65
 
64
66
  const TabList = class {
65
67
  constructor(hostRef) {
@@ -218,7 +220,7 @@ const TabList = class {
218
220
  } }, t.textContent)));
219
221
  }
220
222
  render() {
221
- return index.h(index.Host, { class: this.menuLayout ? "menu" : "" }, this.renderMenuOrTabs());
223
+ return index.h(index.Host, { key: 'c768cc9153a707b6093d82b387d33df4b67f9adf', class: this.menuLayout ? "menu" : "" }, this.renderMenuOrTabs());
222
224
  }
223
225
  static get delegatesFocus() { return true; }
224
226
  get el() { return index.getElement(this); }
@@ -226,9 +228,10 @@ const TabList = class {
226
228
  "selectedTab": ["setSelected"]
227
229
  }; }
228
230
  };
229
- TabList.style = wmTabListCss;
231
+ TabList.style = WmTabListStyle0;
230
232
 
231
233
  const wmTabPanelCss = "wm-tab-panel{visibility:inherit}wm-tab-panel.tab-hidden{display:none}wm-tab-panel:active{outline:none}wm-tab-panel:focus{outline:none}wm-tab-panel.user-is-tabbing:focus{outline:-webkit-focus-ring-color auto 5px}";
234
+ const WmTabPanelStyle0 = wmTabPanelCss;
232
235
 
233
236
  const TabPanel = class {
234
237
  constructor(hostRef) {
@@ -244,11 +247,11 @@ const TabPanel = class {
244
247
  this.tabPanelLoaded.emit({ tabId: this.tabId });
245
248
  }
246
249
  render() {
247
- return index.h(index.Host, { role: "tabpanel", class: { "tab-hidden": !this.active } });
250
+ return index.h(index.Host, { key: '83da2497d78709f8b891e4c3735508b992fc6a90', role: "tabpanel", class: { "tab-hidden": !this.active } });
248
251
  }
249
252
  get el() { return index.getElement(this); }
250
253
  };
251
- TabPanel.style = wmTabPanelCss;
254
+ TabPanel.style = WmTabPanelStyle0;
252
255
 
253
256
  exports.wm_tab_item = TabItem;
254
257
  exports.wm_tab_list = TabList;