@watermarkinsights/ripple 5.3.0-4 → 5.3.0-6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (357) hide show
  1. package/dist/{esm/global-bcdca57d.js → cjs/app-globals-cac97163.js} +10 -1
  2. package/dist/cjs/{chartFunctions-0238043b.js → chartFunctions-86227b27.js} +3 -3
  3. package/dist/cjs/{functions-3be85c6d.js → functions-05e7ad5a.js} +104 -7
  4. package/dist/cjs/index-788526f5.js +1851 -0
  5. package/dist/cjs/{intl-567eb9d8.js → intl-2b550151.js} +1 -1
  6. package/dist/cjs/loader.cjs.js +4 -3
  7. package/dist/cjs/priv-calendar.cjs.entry.js +6 -5
  8. package/dist/cjs/priv-chart-popover.cjs.entry.js +6 -5
  9. package/dist/cjs/priv-navigator-button.cjs.entry.js +4 -3
  10. package/dist/cjs/priv-navigator-item.cjs.entry.js +4 -3
  11. package/dist/cjs/ripple.cjs.js +12 -11
  12. package/dist/cjs/wm-action-menu_2.cjs.entry.js +8 -6
  13. package/dist/cjs/wm-button.cjs.entry.js +5 -4
  14. package/dist/cjs/wm-chart-slice.cjs.entry.js +1 -1
  15. package/dist/cjs/wm-chart.cjs.entry.js +7 -6
  16. package/dist/cjs/wm-date-range.cjs.entry.js +8 -7
  17. package/dist/cjs/wm-datepicker.cjs.entry.js +8 -7
  18. package/dist/cjs/wm-file-list.cjs.entry.js +4 -3
  19. package/dist/cjs/wm-file.cjs.entry.js +5 -4
  20. package/dist/cjs/wm-input.cjs.entry.js +6 -5
  21. package/dist/cjs/wm-line-chart.cjs.entry.js +15 -14
  22. package/dist/cjs/wm-modal-footer.cjs.entry.js +4 -3
  23. package/dist/cjs/wm-modal-header.cjs.entry.js +6 -5
  24. package/dist/cjs/wm-modal.cjs.entry.js +6 -5
  25. package/dist/cjs/wm-navigation_3.cjs.entry.js +13 -10
  26. package/dist/cjs/wm-navigator.cjs.entry.js +4 -3
  27. package/dist/cjs/wm-option_2.cjs.entry.js +10 -8
  28. package/dist/cjs/wm-pagination.cjs.entry.js +5 -4
  29. package/dist/cjs/wm-progress-indicator_3.cjs.entry.js +9 -7
  30. package/dist/cjs/wm-search.cjs.entry.js +7 -6
  31. package/dist/cjs/wm-snackbar.cjs.entry.js +7 -6
  32. package/dist/cjs/wm-tab-item_3.cjs.entry.js +11 -8
  33. package/dist/cjs/wm-tag-input.cjs.entry.js +8 -7
  34. package/dist/cjs/wm-tag-option.cjs.entry.js +2 -2
  35. package/dist/cjs/wm-textarea.cjs.entry.js +6 -5
  36. package/dist/cjs/wm-timepicker.cjs.entry.js +6 -5
  37. package/dist/cjs/wm-toggletip.cjs.entry.js +6 -5
  38. package/dist/cjs/wm-uploader.cjs.entry.js +7 -6
  39. package/dist/cjs/wm-wrapper.cjs.entry.js +1 -1
  40. package/dist/collection/collection-manifest.json +2 -2
  41. package/dist/collection/components/charts/chartFunctions.js +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/priv-calendar/priv-calendar.js +2 -2
  48. package/dist/collection/components/datepickers/wm-date-range.js +16 -12
  49. package/dist/collection/components/datepickers/wm-datepicker.js +16 -12
  50. package/dist/collection/components/wm-action-menu/wm-action-menu.js +1 -1
  51. package/dist/collection/components/wm-button/wm-button.js +1 -1
  52. package/dist/collection/components/wm-file/wm-file.js +1 -1
  53. package/dist/collection/components/wm-file-list/wm-file-list.js +1 -1
  54. package/dist/collection/components/wm-input/wm-input.js +1 -1
  55. package/dist/collection/components/wm-menuitem/wm-menuitem.js +1 -1
  56. package/dist/collection/components/wm-modal/wm-modal-footer.js +1 -1
  57. package/dist/collection/components/wm-modal/wm-modal-header.js +1 -1
  58. package/dist/collection/components/wm-modal/wm-modal.js +2 -2
  59. package/dist/collection/components/wm-navigation/wm-navigation-hamburger.js +1 -1
  60. package/dist/collection/components/wm-navigation/wm-navigation-item.js +1 -1
  61. package/dist/collection/components/wm-navigation/wm-navigation.js +2 -2
  62. package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.js +1 -1
  63. package/dist/collection/components/wm-navigator/priv-navigator-item/priv-navigator-item.js +1 -1
  64. package/dist/collection/components/wm-option/wm-option.js +1 -1
  65. package/dist/collection/components/wm-pagination/wm-pagination.js +1 -1
  66. package/dist/collection/components/wm-search/wm-search.js +5 -4
  67. package/dist/collection/components/wm-select/wm-select.js +2 -2
  68. package/dist/collection/components/wm-snackbar/wm-snackbar.js +2 -2
  69. package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.js +1 -1
  70. package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.js +1 -1
  71. package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.js +1 -1
  72. package/dist/collection/components/wm-tag-input/wm-tag-input.js +3 -3
  73. package/dist/collection/components/wm-textarea/wm-textarea.js +1 -1
  74. package/dist/collection/components/wm-timepicker/wm-timepicker.js +11 -8
  75. package/dist/collection/components/wm-toggletip/wm-toggletip.js +2 -2
  76. package/dist/collection/components/wm-uploader/wm-uploader.js +2 -2
  77. package/dist/{cjs/global-6a36ad09.js → esm/app-globals-ee0c88c8.js} +7 -2
  78. package/dist/esm/{chartFunctions-036fdb89.js → chartFunctions-da985798.js} +3 -3
  79. package/dist/esm/{functions-46843ea0.js → functions-25781571.js} +105 -8
  80. package/dist/esm/index-130e07bb.js +1820 -0
  81. package/dist/esm/{intl-8b8740b9.js → intl-df3d34d1.js} +1 -1
  82. package/dist/esm/loader.js +5 -4
  83. package/dist/esm/polyfills/core-js.js +0 -0
  84. package/dist/esm/polyfills/dom.js +0 -0
  85. package/dist/esm/polyfills/es5-html-element.js +0 -0
  86. package/dist/esm/polyfills/index.js +0 -0
  87. package/dist/esm/polyfills/system.js +0 -0
  88. package/dist/esm/priv-calendar.entry.js +6 -5
  89. package/dist/esm/priv-chart-popover.entry.js +6 -5
  90. package/dist/esm/priv-navigator-button.entry.js +4 -3
  91. package/dist/esm/priv-navigator-item.entry.js +4 -3
  92. package/dist/esm/ripple.js +13 -12
  93. package/dist/esm/wm-action-menu_2.entry.js +8 -6
  94. package/dist/esm/wm-button.entry.js +5 -4
  95. package/dist/esm/wm-chart-slice.entry.js +1 -1
  96. package/dist/esm/wm-chart.entry.js +7 -6
  97. package/dist/esm/wm-date-range.entry.js +8 -7
  98. package/dist/esm/wm-datepicker.entry.js +8 -7
  99. package/dist/esm/wm-file-list.entry.js +4 -3
  100. package/dist/esm/wm-file.entry.js +5 -4
  101. package/dist/esm/wm-input.entry.js +6 -5
  102. package/dist/esm/wm-line-chart.entry.js +15 -14
  103. package/dist/esm/wm-modal-footer.entry.js +4 -3
  104. package/dist/esm/wm-modal-header.entry.js +6 -5
  105. package/dist/esm/wm-modal.entry.js +6 -5
  106. package/dist/esm/wm-navigation_3.entry.js +13 -10
  107. package/dist/esm/wm-navigator.entry.js +4 -3
  108. package/dist/esm/wm-option_2.entry.js +10 -8
  109. package/dist/esm/wm-pagination.entry.js +5 -4
  110. package/dist/esm/wm-progress-indicator_3.entry.js +9 -7
  111. package/dist/esm/wm-search.entry.js +7 -6
  112. package/dist/esm/wm-snackbar.entry.js +7 -6
  113. package/dist/esm/wm-tab-item_3.entry.js +11 -8
  114. package/dist/esm/wm-tag-input.entry.js +8 -7
  115. package/dist/esm/wm-tag-option.entry.js +2 -2
  116. package/dist/esm/wm-textarea.entry.js +6 -5
  117. package/dist/esm/wm-timepicker.entry.js +6 -5
  118. package/dist/esm/wm-toggletip.entry.js +6 -5
  119. package/dist/esm/wm-uploader.entry.js +7 -6
  120. package/dist/esm/wm-wrapper.entry.js +1 -1
  121. package/dist/esm-es5/app-globals-ee0c88c8.js +1 -0
  122. package/dist/esm-es5/{chartFunctions-036fdb89.js → chartFunctions-da985798.js} +1 -1
  123. package/dist/esm-es5/functions-25781571.js +1 -0
  124. package/dist/esm-es5/index-130e07bb.js +1 -0
  125. package/dist/esm-es5/{intl-8b8740b9.js → intl-df3d34d1.js} +1 -1
  126. package/dist/esm-es5/loader.js +1 -1
  127. package/dist/esm-es5/priv-calendar.entry.js +1 -1
  128. package/dist/esm-es5/priv-chart-popover.entry.js +1 -1
  129. package/dist/esm-es5/priv-navigator-button.entry.js +1 -1
  130. package/dist/esm-es5/priv-navigator-item.entry.js +1 -1
  131. package/dist/esm-es5/ripple.js +1 -1
  132. package/dist/esm-es5/wm-action-menu_2.entry.js +1 -1
  133. package/dist/esm-es5/wm-button.entry.js +1 -1
  134. package/dist/esm-es5/wm-chart-slice.entry.js +1 -1
  135. package/dist/esm-es5/wm-chart.entry.js +1 -1
  136. package/dist/esm-es5/wm-date-range.entry.js +1 -1
  137. package/dist/esm-es5/wm-datepicker.entry.js +1 -1
  138. package/dist/esm-es5/wm-file-list.entry.js +1 -1
  139. package/dist/esm-es5/wm-file.entry.js +1 -1
  140. package/dist/esm-es5/wm-input.entry.js +1 -1
  141. package/dist/esm-es5/wm-line-chart.entry.js +1 -1
  142. package/dist/esm-es5/wm-modal-footer.entry.js +1 -1
  143. package/dist/esm-es5/wm-modal-header.entry.js +1 -1
  144. package/dist/esm-es5/wm-modal.entry.js +1 -1
  145. package/dist/esm-es5/wm-navigation_3.entry.js +1 -1
  146. package/dist/esm-es5/wm-navigator.entry.js +1 -1
  147. package/dist/esm-es5/wm-option_2.entry.js +1 -1
  148. package/dist/esm-es5/wm-pagination.entry.js +1 -1
  149. package/dist/esm-es5/wm-progress-indicator_3.entry.js +1 -1
  150. package/dist/esm-es5/wm-search.entry.js +1 -1
  151. package/dist/esm-es5/wm-snackbar.entry.js +1 -1
  152. package/dist/esm-es5/wm-tab-item_3.entry.js +1 -1
  153. package/dist/esm-es5/wm-tag-input.entry.js +1 -1
  154. package/dist/esm-es5/wm-tag-option.entry.js +1 -1
  155. package/dist/esm-es5/wm-textarea.entry.js +1 -1
  156. package/dist/esm-es5/wm-timepicker.entry.js +1 -1
  157. package/dist/esm-es5/wm-toggletip.entry.js +1 -1
  158. package/dist/esm-es5/wm-uploader.entry.js +1 -1
  159. package/dist/esm-es5/wm-wrapper.entry.js +1 -1
  160. package/dist/loader/cdn.js +1 -2
  161. package/dist/loader/index.cjs.js +1 -2
  162. package/dist/loader/index.d.ts +3 -0
  163. package/dist/loader/index.es2017.js +1 -2
  164. package/dist/loader/index.js +1 -2
  165. package/dist/ripple/p-03870456.system.js +1 -0
  166. package/dist/ripple/{p-45abd8fe.entry.js → p-041e579b.entry.js} +1 -1
  167. package/dist/ripple/{p-65d26233.system.entry.js → p-043901ab.system.entry.js} +1 -1
  168. package/dist/ripple/p-0abc9300.entry.js +1 -0
  169. package/dist/ripple/p-0af94825.entry.js +1 -0
  170. package/dist/ripple/p-0ff41567.system.entry.js +1 -0
  171. package/dist/ripple/{p-48e09589.entry.js → p-13b1d775.entry.js} +1 -1
  172. package/dist/ripple/p-13fc2164.entry.js +1 -0
  173. package/dist/ripple/p-155224a2.system.entry.js +1 -0
  174. package/dist/ripple/p-15f8ea28.system.entry.js +1 -0
  175. package/dist/ripple/{p-54922aa3.system.entry.js → p-1ec41ebd.system.entry.js} +1 -1
  176. package/dist/ripple/p-1f09134c.entry.js +1 -0
  177. package/dist/ripple/p-298c2675.entry.js +1 -0
  178. package/dist/ripple/{p-cc4a429b.entry.js → p-2e3728f1.entry.js} +1 -1
  179. package/dist/ripple/p-31781d88.system.entry.js +1 -0
  180. package/dist/ripple/p-31d7ecf9.system.entry.js +1 -0
  181. package/dist/ripple/p-341ebafa.entry.js +1 -0
  182. package/dist/ripple/p-35f209d9.system.entry.js +1 -0
  183. package/dist/ripple/p-376efca9.entry.js +1 -0
  184. package/dist/ripple/p-3b5f4364.system.entry.js +1 -0
  185. package/dist/ripple/p-418ed08c.system.entry.js +1 -0
  186. package/dist/ripple/p-4670ccb4.system.js +1 -0
  187. package/dist/ripple/{p-a37cf34a.entry.js → p-468a0218.entry.js} +1 -1
  188. package/dist/ripple/p-488e1690.entry.js +1 -0
  189. package/dist/ripple/p-4978eebe.entry.js +1 -0
  190. package/dist/ripple/p-4a484903.entry.js +1 -0
  191. package/dist/ripple/p-4b7a444c.system.entry.js +1 -0
  192. package/dist/ripple/p-4baaf026.entry.js +1 -0
  193. package/dist/ripple/p-4c24711f.entry.js +1 -0
  194. package/dist/ripple/p-56766bb2.entry.js +1 -0
  195. package/dist/ripple/p-5caaf651.system.entry.js +1 -0
  196. package/dist/ripple/p-5ece78e5.system.entry.js +1 -0
  197. package/dist/ripple/{p-42d1c301.entry.js → p-672ae2cb.entry.js} +1 -1
  198. package/dist/ripple/{p-3a44e1c8.entry.js → p-67a7f0b0.entry.js} +1 -1
  199. package/dist/ripple/p-68d18e14.system.js +1 -0
  200. package/dist/ripple/p-691ecf14.entry.js +1 -0
  201. package/dist/ripple/p-6d0e5159.system.entry.js +1 -0
  202. package/dist/ripple/p-6d56676e.system.entry.js +1 -0
  203. package/dist/ripple/{p-b7ead395.system.entry.js → p-6fe35d1e.system.entry.js} +1 -1
  204. package/dist/ripple/{p-2ba7e68e.system.entry.js → p-72bdebb5.system.entry.js} +1 -1
  205. package/dist/ripple/{p-d4b209ec.system.js → p-777b8ebc.system.js} +1 -1
  206. package/dist/ripple/{p-ff23d5e2.system.entry.js → p-799d06ad.system.entry.js} +1 -1
  207. package/dist/ripple/p-7eab6bea.system.entry.js +1 -0
  208. package/dist/ripple/p-7fb95b89.entry.js +1 -0
  209. package/dist/ripple/{p-32bf3f5b.system.entry.js → p-823d7b4e.system.entry.js} +1 -1
  210. package/dist/ripple/p-85cbeb7d.system.entry.js +1 -0
  211. package/dist/ripple/p-88cfd58d.js +1 -0
  212. package/dist/ripple/p-8d075bcf.system.entry.js +1 -0
  213. package/dist/ripple/{p-8159cdf5.entry.js → p-8e72de50.entry.js} +1 -1
  214. package/dist/ripple/{p-5029fcd8.system.entry.js → p-9f06ed3b.system.entry.js} +1 -1
  215. package/dist/ripple/p-a047196b.js +1 -0
  216. package/dist/ripple/p-a62e7532.entry.js +1 -0
  217. package/dist/ripple/{p-1ac66a15.system.js → p-a9d89ac8.system.js} +1 -1
  218. package/dist/ripple/{p-a152cf3a.system.entry.js → p-aab56a37.system.entry.js} +1 -1
  219. package/dist/ripple/{p-79106e23.system.entry.js → p-ac40417b.system.entry.js} +1 -1
  220. package/dist/ripple/{p-ffb31979.system.entry.js → p-b0c566b5.system.entry.js} +1 -1
  221. package/dist/ripple/p-b7307be6.system.entry.js +1 -0
  222. package/dist/ripple/{p-624a2812.entry.js → p-bee8ab6e.entry.js} +1 -1
  223. package/dist/ripple/p-c2181de0.entry.js +1 -0
  224. package/dist/ripple/p-ca76dc92.entry.js +1 -0
  225. package/dist/ripple/{p-88ebddd7.entry.js → p-cd0cc88d.entry.js} +1 -1
  226. package/dist/ripple/p-cef8a45b.system.js +2 -0
  227. package/dist/ripple/p-d5ba9de1.system.entry.js +1 -0
  228. package/dist/ripple/{p-df1a11f1.system.entry.js → p-d93c51dd.system.entry.js} +1 -1
  229. package/dist/ripple/p-d9da0502.js +2 -0
  230. package/dist/ripple/p-db10990a.entry.js +1 -0
  231. package/dist/ripple/p-e2fe86a7.system.entry.js +1 -0
  232. package/dist/ripple/p-e85b1f40.entry.js +1 -0
  233. package/dist/ripple/p-ea0dfadf.system.entry.js +1 -0
  234. package/dist/ripple/p-eb14b354.entry.js +1 -0
  235. package/dist/ripple/p-f17fd62b.entry.js +1 -0
  236. package/dist/ripple/{p-d79fdf0b.js → p-f54e9ed0.js} +1 -1
  237. package/dist/ripple/p-fabe4ca4.entry.js +1 -0
  238. package/dist/ripple/p-fbaae34d.system.entry.js +1 -0
  239. package/dist/ripple/{p-d837c1f5.js → p-fcf76854.js} +1 -1
  240. package/dist/ripple/ripple.esm.js +1 -1
  241. package/dist/ripple/ripple.js +1 -1
  242. package/dist/types/components/datepickers/priv-calendar/priv-calendar.d.ts +77 -0
  243. package/dist/types/components/datepickers/wm-date-range.d.ts +73 -0
  244. package/dist/types/stencil-public-runtime.d.ts +3 -10
  245. package/package.json +1 -1
  246. package/dist/cjs/index-e86c28b6.js +0 -2641
  247. package/dist/collection/components/charts/chartFunctions.spec.js +0 -16
  248. package/dist/collection/components/charts/priv-chart-popover/priv-chart-popover.e2e.js +0 -81
  249. package/dist/collection/components/charts/screenshots.e2e.js +0 -96
  250. package/dist/collection/components/charts/wm-chart/wm-chart.e2e.js +0 -213
  251. package/dist/collection/components/charts/wm-chart/wm-chart.spec.js +0 -37
  252. package/dist/collection/components/charts/wm-line-chart/wm-line-chart.e2e.js +0 -176
  253. package/dist/collection/components/charts/wm-line-chart/wm-line-chart.spec.js +0 -163
  254. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.e2e.js +0 -69
  255. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.spec.js +0 -79
  256. package/dist/collection/components/datepickers/priv-calendar/priv-calendar.spec.js +0 -89
  257. package/dist/collection/components/datepickers/wm-date-range.e2e.js +0 -443
  258. package/dist/collection/components/datepickers/wm-date-range.spec.js +0 -22
  259. package/dist/collection/components/datepickers/wm-datepicker.e2e.js +0 -382
  260. package/dist/collection/components/datepickers/wm-datepicker.spec.js +0 -21
  261. package/dist/collection/components/wm-action-menu/wm-action-menu.e2e.js +0 -200
  262. package/dist/collection/components/wm-action-menu/wm-action-menu.spec.js +0 -48
  263. package/dist/collection/components/wm-button/wm-button.e2e.js +0 -55
  264. package/dist/collection/components/wm-button/wm-button.spec.js +0 -74
  265. package/dist/collection/components/wm-file/wm-file.spec.js +0 -194
  266. package/dist/collection/components/wm-file-list/wm-file-list.spec.js +0 -69
  267. package/dist/collection/components/wm-input/wm-input.e2e.js +0 -32
  268. package/dist/collection/components/wm-input/wm-input.spec.js +0 -173
  269. package/dist/collection/components/wm-menuitem/wm-menuitem.e2e.js +0 -23
  270. package/dist/collection/components/wm-menuitem/wm-menuitem.spec.js +0 -54
  271. package/dist/collection/components/wm-modal/wm-modal-footer.spec.js +0 -11
  272. package/dist/collection/components/wm-modal/wm-modal-header.spec.js +0 -8
  273. package/dist/collection/components/wm-modal/wm-modal.e2e.js +0 -104
  274. package/dist/collection/components/wm-modal/wm-modal.spec.js +0 -30
  275. package/dist/collection/components/wm-navigation/wm-navigation.e2e.js +0 -102
  276. package/dist/collection/components/wm-navigation/wm-navigation.spec.js +0 -91
  277. package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.e2e.js +0 -50
  278. package/dist/collection/components/wm-navigator/wm-navigator.e2e.js +0 -209
  279. package/dist/collection/components/wm-navigator/wm-navigator.spec.js +0 -177
  280. package/dist/collection/components/wm-option/wm-option.e2e.js +0 -22
  281. package/dist/collection/components/wm-option/wm-option.spec.js +0 -63
  282. package/dist/collection/components/wm-pagination/wm-pagination.e2e.js +0 -312
  283. package/dist/collection/components/wm-search/wm-search.e2e.js +0 -76
  284. package/dist/collection/components/wm-search/wm-search.spec.js +0 -71
  285. package/dist/collection/components/wm-select/wm-select.e2e.js +0 -521
  286. package/dist/collection/components/wm-select/wm-select.spec.js +0 -271
  287. package/dist/collection/components/wm-snackbar/wm-snackbar.e2e.js +0 -112
  288. package/dist/collection/components/wm-snackbar/wm-snackbar.spec.js +0 -9
  289. package/dist/collection/components/wm-tabs/wm-tabs.e2e.js +0 -91
  290. package/dist/collection/components/wm-tabs/wm-tabs.spec.js +0 -12
  291. package/dist/collection/components/wm-tag-input/wm-tag-input.e2e.js +0 -204
  292. package/dist/collection/components/wm-tag-input/wm-tag-input.spec.js +0 -195
  293. package/dist/collection/components/wm-textarea/wm-textarea.e2e.js +0 -41
  294. package/dist/collection/components/wm-textarea/wm-textarea.spec.js +0 -79
  295. package/dist/collection/components/wm-timepicker/wm-timepicker.e2e.js +0 -163
  296. package/dist/collection/components/wm-timepicker/wm-timepicker.spec.js +0 -147
  297. package/dist/collection/components/wm-toggletip/wm-toggletip.e2e.js +0 -69
  298. package/dist/collection/components/wm-toggletip/wm-toggletip.spec.js +0 -21
  299. package/dist/collection/components/wm-uploader/wm-uploader.e2e.js +0 -70
  300. package/dist/collection/components/wm-uploader/wm-uploader.spec.js +0 -234
  301. package/dist/collection/global/functions.spec.js +0 -126
  302. package/dist/collection/lang/lang.spec.js +0 -20
  303. package/dist/esm/index-558b5a82.js +0 -2610
  304. package/dist/esm-es5/functions-46843ea0.js +0 -1
  305. package/dist/esm-es5/global-bcdca57d.js +0 -1
  306. package/dist/esm-es5/index-558b5a82.js +0 -1
  307. package/dist/ripple/p-09a31f0c.entry.js +0 -1
  308. package/dist/ripple/p-0dc51fad.entry.js +0 -1
  309. package/dist/ripple/p-0ea8609b.system.entry.js +0 -1
  310. package/dist/ripple/p-1c32dc29.system.js +0 -1
  311. package/dist/ripple/p-240124b0.system.entry.js +0 -1
  312. package/dist/ripple/p-26fbc7f5.system.entry.js +0 -1
  313. package/dist/ripple/p-294b38ca.system.entry.js +0 -1
  314. package/dist/ripple/p-2b05bf05.entry.js +0 -1
  315. package/dist/ripple/p-2de2c954.js +0 -1
  316. package/dist/ripple/p-311923b2.system.entry.js +0 -1
  317. package/dist/ripple/p-3183bba8.entry.js +0 -1
  318. package/dist/ripple/p-31976813.entry.js +0 -1
  319. package/dist/ripple/p-33679b9d.entry.js +0 -1
  320. package/dist/ripple/p-34b5830f.system.js +0 -1
  321. package/dist/ripple/p-3568472c.entry.js +0 -1
  322. package/dist/ripple/p-359d45dc.entry.js +0 -1
  323. package/dist/ripple/p-4b0d5b98.entry.js +0 -1
  324. package/dist/ripple/p-4e56f3f5.system.entry.js +0 -1
  325. package/dist/ripple/p-568c595f.js +0 -2
  326. package/dist/ripple/p-591918a4.entry.js +0 -1
  327. package/dist/ripple/p-5b9de05a.system.entry.js +0 -1
  328. package/dist/ripple/p-5d9bccfb.entry.js +0 -1
  329. package/dist/ripple/p-61bcfba6.system.js +0 -1
  330. package/dist/ripple/p-62a8f09c.entry.js +0 -1
  331. package/dist/ripple/p-64e929d6.system.entry.js +0 -1
  332. package/dist/ripple/p-685db40b.entry.js +0 -1
  333. package/dist/ripple/p-7e6f5a1e.system.entry.js +0 -1
  334. package/dist/ripple/p-8029af07.system.entry.js +0 -1
  335. package/dist/ripple/p-822618d7.entry.js +0 -1
  336. package/dist/ripple/p-86d655fb.system.entry.js +0 -1
  337. package/dist/ripple/p-884294c6.entry.js +0 -1
  338. package/dist/ripple/p-8fbddb6c.system.entry.js +0 -1
  339. package/dist/ripple/p-902a54c5.entry.js +0 -1
  340. package/dist/ripple/p-ab8d78cc.system.js +0 -2
  341. package/dist/ripple/p-b516b418.entry.js +0 -1
  342. package/dist/ripple/p-bc5e9d24.entry.js +0 -1
  343. package/dist/ripple/p-c4b9d46d.entry.js +0 -1
  344. package/dist/ripple/p-c885c7f9.entry.js +0 -1
  345. package/dist/ripple/p-c91b10f3.system.entry.js +0 -1
  346. package/dist/ripple/p-c9543950.system.entry.js +0 -1
  347. package/dist/ripple/p-cacfbaf1.system.entry.js +0 -1
  348. package/dist/ripple/p-ce9a8bd1.entry.js +0 -1
  349. package/dist/ripple/p-d24882a7.system.entry.js +0 -1
  350. package/dist/ripple/p-d33d6e96.system.entry.js +0 -1
  351. package/dist/ripple/p-df2560f3.system.entry.js +0 -1
  352. package/dist/ripple/p-e3bcdde8.system.entry.js +0 -1
  353. package/dist/ripple/p-e83a98d3.entry.js +0 -1
  354. package/dist/ripple/p-e995f7f0.js +0 -1
  355. package/dist/ripple/p-eaac6bcd.entry.js +0 -1
  356. package/dist/ripple/p-f67fd802.system.entry.js +0 -1
  357. package/dist/ripple/p-fe8d02c3.system.entry.js +0 -1
@@ -30,7 +30,7 @@ export class ModalFooter {
30
30
  }
31
31
  }
32
32
  render() {
33
- return (h("div", { class: `wm-wrapper ${this.infoText ? " footer-text" : ""}` }, h("div", { class: "wm-info", "aria-live": "polite" }, this.infoText), h("div", { class: "wm-button-collection" }, this.secondaryText && (h("wm-button", { onClick: () => this.emitParentSecondaryEvent(), id: `wm-secondary-${this.uid}`, ref: (el) => (this.primaryActionDisabled ? (this.lastElement = el) : undefined) }, this.secondaryText)), h("wm-button", { "button-type": this.deleteStyle ? "secondary" : "primary", "permanently-delete": this.deleteStyle, onClick: () => this.emitParentPrimaryEvent(), disabled: this.primaryActionDisabled, id: `wm-primary-${this.uid}`, ref: (el) => (!this.primaryActionDisabled ? (this.lastElement = el) : undefined) }, this.primaryText))));
33
+ return (h("div", { key: '09b1182d96ad0f65ad6e2d865901ca600ef6bdc6', class: `wm-wrapper ${this.infoText ? " footer-text" : ""}` }, h("div", { key: '1e8d2e33fb67996cf2e6d3827ad566da2af0121f', class: "wm-info", "aria-live": "polite" }, this.infoText), h("div", { key: '3ef4184bbfe126af97339c495c21f78b82f96fbc', class: "wm-button-collection" }, this.secondaryText && (h("wm-button", { key: '3eb4cb51d51cf7d7e4d61d16399b036cccfb5825', onClick: () => this.emitParentSecondaryEvent(), id: `wm-secondary-${this.uid}`, ref: (el) => (this.primaryActionDisabled ? (this.lastElement = el) : undefined) }, this.secondaryText)), h("wm-button", { key: '449c91c2c7af5810a8f8e3ab64c63a212a2df541', "button-type": this.deleteStyle ? "secondary" : "primary", "permanently-delete": this.deleteStyle, onClick: () => this.emitParentPrimaryEvent(), disabled: this.primaryActionDisabled, id: `wm-primary-${this.uid}`, ref: (el) => (!this.primaryActionDisabled ? (this.lastElement = el) : undefined) }, this.primaryText))));
34
34
  }
35
35
  static get is() { return "wm-modal-footer"; }
36
36
  static get originalStyleUrls() {
@@ -21,7 +21,7 @@ export class ModalHeader {
21
21
  parentModal.emitCloseEvent();
22
22
  }
23
23
  render() {
24
- return (h(Host, null, h("div", { class: "wm-wrapper" }, h("div", null, h("h2", { class: "title", id: `wm-modal-heading-text-${this.uid}` }, this.heading, h("span", { class: "subtitle" }, this.subheading))), h("wm-button", { "button-type": "navigational", icon: "f156", tooltip: globalMessages.close, "tooltip-position": "left", id: `wm-modal-close-${this.uid}`, ref: (el) => (this.closeButtonEl = el), onClick: () => this.emitParentCloseEvent() }))));
24
+ return (h(Host, { key: '5f19057a411235360621a94b35d8bbd0cafeb756' }, h("div", { key: 'cd92ce876d1c46693afde4216b07c975505943a0', class: "wm-wrapper" }, h("div", { key: '288de703687da76c9c19cb7c9d585291511858af' }, h("h2", { key: 'e4336d48cd65b5d2edce772ecede4d55d8742490', class: "title", id: `wm-modal-heading-text-${this.uid}` }, this.heading, h("span", { key: '4039bf3b3193af1c15c4fa0d4127965bb4af0fdc', class: "subtitle" }, this.subheading))), h("wm-button", { key: 'b745264b5bc4d84ce93d8f71fd6fbea9951481c5', "button-type": "navigational", icon: "f156", tooltip: globalMessages.close, "tooltip-position": "left", id: `wm-modal-close-${this.uid}`, ref: (el) => (this.closeButtonEl = el), onClick: () => this.emitParentCloseEvent() }))));
25
25
  }
26
26
  static get is() { return "wm-modal-header"; }
27
27
  static get originalStyleUrls() {
@@ -108,11 +108,11 @@ export class Modal {
108
108
  }
109
109
  }
110
110
  render() {
111
- return (h("dialog", { class: `${"wm-" + this.modalType}`, ref: (el) => (this.dialogEl = el), onKeyDown: (ev) => this.handleKeyDown(ev) }, h("div", { class: "tabtrap sr-only", tabindex: "0", onFocus: (ev) => {
111
+ return (h("dialog", { key: 'f9804007b3075d04567628d467538b268f2005cc', class: `${"wm-" + this.modalType}`, ref: (el) => (this.dialogEl = el), onKeyDown: (ev) => this.handleKeyDown(ev) }, h("div", { key: '40c848ef5e791eeaf3fc116764f0007f3e14132d', class: "tabtrap sr-only", tabindex: "0", onFocus: (ev) => {
112
112
  const focusedFromCloseButton = ev.relatedTarget && ev.relatedTarget == this.closeButtonEl;
113
113
  // no related target means we're coming from outside the page (browser chrome), and first element should be focused instead
114
114
  focusedFromCloseButton ? this.focusLastElement.emit() : this.focusFirstElement.emit();
115
- } }), !this.hasBrowserPopoverSupport && h("div", { class: "wm-tooltip" }), h("slot", null), h("div", { class: "tabtrap sr-only", tabindex: "0", onFocus: () => {
115
+ } }), !this.hasBrowserPopoverSupport && h("div", { key: '8bec0c492699e1544dde7219ec704a5ef3a3b6ee', class: "wm-tooltip" }), h("slot", { key: '2646b7ab94b1426e9166fd589680f6e1e401643f' }), h("div", { key: 'fddae069851ee02bdda40853a46e9b70bc311c99', class: "tabtrap sr-only", tabindex: "0", onFocus: () => {
116
116
  this.focusFirstElement.emit();
117
117
  } })));
118
118
  }
@@ -34,7 +34,7 @@ export class NavigationHamburger {
34
34
  this.wmNavigationHamburgerClicked.emit();
35
35
  }
36
36
  render() {
37
- return (h(Host, { class: `hamburger ${this.open ? "nav-open" : "nav-closed"}` }, h("button", { "aria-expanded": this.open, "aria-label": this.showNavMessage, onMouseEnter: () => showTooltip("right", this.el, this.showNavMessage), onMouseLeave: () => hideTooltip(), onFocus: () => this.isTabbing && showTooltip("right", this.el, this.showNavMessage), onBlur: () => hideTooltip(), onClick: () => this.handleClick() }, h("span", { class: "icon" }))));
37
+ return (h(Host, { key: 'b813a9264454c413f65eef5389e394ef1b291317', class: `hamburger ${this.open ? "nav-open" : "nav-closed"}` }, h("button", { key: '4e623dd65471a455bc352940ea99a2ed1e10ff63', "aria-expanded": this.open, "aria-label": this.showNavMessage, onMouseEnter: () => showTooltip("right", this.el, this.showNavMessage), onMouseLeave: () => hideTooltip(), onFocus: () => this.isTabbing && showTooltip("right", this.el, this.showNavMessage), onBlur: () => hideTooltip(), onClick: () => this.handleClick() }, h("span", { key: '6754b962ff1a87cabe636bad94e953c7bbdde09e', class: "icon" }))));
38
38
  }
39
39
  static get is() { return "wm-navigation-hamburger"; }
40
40
  static get encapsulation() { return "shadow"; }
@@ -6,7 +6,7 @@ export class NavigationItem {
6
6
  this.active = undefined;
7
7
  }
8
8
  render() {
9
- return (h(Host, { role: "listitem" }, h("a", { class: `link ${this.active ? "active" : ""}`, href: this.href, onClick: () => this.wmNavigationItemClicked.emit() }, h("div", { class: "icon", "aria-hidden": "true" }, h("slot", null)), h("div", { class: "text" }, this.text))));
9
+ return (h(Host, { key: '59d24293849944df41c1d904458413e8f201e348', role: "listitem" }, h("a", { key: '4e0e4717b961c7020ab19a5564ed8328789c5f34', class: `link ${this.active ? "active" : ""}`, href: this.href, onClick: () => this.wmNavigationItemClicked.emit() }, h("div", { key: '8ce442d2d492faba715138bbc7a0e2c2d2bc1a75', class: "icon", "aria-hidden": "true" }, h("slot", { key: '898d3ec6a650f7a2e2d59f2c01d777b7d061420c' })), h("div", { key: 'e1858a03da5dbb807adbaed86e50cac95f59edc3', class: "text" }, this.text))));
10
10
  }
11
11
  static get is() { return "wm-navigation-item"; }
12
12
  static get encapsulation() { return "shadow"; }
@@ -96,9 +96,9 @@ export class Navigation {
96
96
  } }));
97
97
  }
98
98
  render() {
99
- return (h(Host, { role: "navigation", "aria-expanded": this.ariaExpanded, "aria-label": this.mainNavigationMessage }, this.open ? this.renderOverlay() : "", this.isCollapsible && (h("div", { class: "trapfocus", tabindex: this.open ? 0 : undefined, onFocus: () => this.focusLastItem() })), h("div", { class: "tray" }, h("div", { class: "toggle-wrapper" }, h("wm-button", { ref: (el) => (this.toggleEl = el), class: "toggle", "button-type": "navigational", icon: this.open ? "f156" : "f35c", "icon-size": "2rem", tooltip: this.open ? globalMessages.close : globalMessages.open, "tooltip-position": "right", tabIndex: this.open ? undefined : -1, onClick: () => {
99
+ return (h(Host, { key: '07253bd6d752aa41a1715cf2d28e600b7aae4355', role: "navigation", "aria-expanded": this.ariaExpanded, "aria-label": this.mainNavigationMessage }, this.open ? this.renderOverlay() : "", this.isCollapsible && (h("div", { key: 'dbb1d92bad6c1f59f159f63758cc0110e1d6b94b', class: "trapfocus", tabindex: this.open ? 0 : undefined, onFocus: () => this.focusLastItem() })), h("div", { key: '93b63fb63bb94b32f25d250836c1d8b98cc20d08', class: "tray" }, h("div", { key: '89a4323868c66a84bb4f12921103b150068906bc', class: "toggle-wrapper" }, h("wm-button", { key: '0de023f3c6dd6e396adf0a248ca8333095a43359', ref: (el) => (this.toggleEl = el), class: "toggle", "button-type": "navigational", icon: this.open ? "f156" : "f35c", "icon-size": "2rem", tooltip: this.open ? globalMessages.close : globalMessages.open, "tooltip-position": "right", tabIndex: this.open ? undefined : -1, onClick: () => {
100
100
  this.open = !this.open;
101
- } })), h("ul", { class: "navlist" }, h("slot", null))), this.isCollapsible && (h("div", { class: "trapfocus", tabindex: this.open ? 0 : undefined, onFocus: () => this.toggleEl.focus() }))));
101
+ } })), h("ul", { key: '1d7b6fc3268583b27b2a0dc46859b6ca1c6d8e52', class: "navlist" }, h("slot", { key: '870cf6f8c01dba37611097c836880792ddddefd6' }))), this.isCollapsible && (h("div", { key: '2d89c522803c67ea290e054ac2a8040f3f257282', class: "trapfocus", tabindex: this.open ? 0 : undefined, onFocus: () => this.toggleEl.focus() }))));
102
102
  }
103
103
  static get is() { return "wm-navigation"; }
104
104
  static get encapsulation() { return "shadow"; }
@@ -9,7 +9,7 @@ export class PrivNavigatorButton {
9
9
  }
10
10
  render() {
11
11
  const { handleClick, altText } = this;
12
- return (h("button", { "aria-expanded": this.expanded.toString(), class: "navigator", onClick: handleClick.bind(this), "aria-label": altText }));
12
+ return (h("button", { key: '29d02e90dbbedea053c4f04cd4d1e9fac50c2efa', "aria-expanded": this.expanded.toString(), class: "navigator", onClick: handleClick.bind(this), "aria-label": altText }));
13
13
  }
14
14
  static get is() { return "priv-navigator-button"; }
15
15
  static get encapsulation() { return "shadow"; }
@@ -16,7 +16,7 @@ export class PrivNavigatorItem {
16
16
  render() {
17
17
  const selectedClass = this.selected ? "selected" : "";
18
18
  const focusedClass = this.focused ? "focused" : "";
19
- return (h("div", { class: `navoption ${selectedClass} ${focusedClass}` }, h("slot", null)));
19
+ return (h("div", { key: '97d4210235097624138fa3ebef82e058c505c506', class: `navoption ${selectedClass} ${focusedClass}` }, h("slot", { key: '5720a27350fed77a8501a20055b59b44ebdc32da' })));
20
20
  }
21
21
  static get is() { return "priv-navigator-item"; }
22
22
  static get encapsulation() { return "shadow"; }
@@ -137,7 +137,7 @@ export class Option {
137
137
  this.parentSelectEl.addEventListener("wmSelectSearchChanged", (ev) => this.handleSearch(ev));
138
138
  }
139
139
  render() {
140
- return (h(Host, { role: "option", tabindex: this.focused ? 0 : -1, class: this.hostClasses }, h("div", { class: `option-wrapper ${this.parentSelectEl.multiple ? "checkbox" : ""}` }, h("span", { class: "option-text", "aria-hidden": "true", ref: (el) => (this.textEl = el) }, this.el.textContent), h("span", { class: "sr-only" }, this.el.textContent)), h("div", { class: "subinfo" }, this.subinfo)));
140
+ return (h(Host, { key: '6d7f92d3b13121ae8ddffb4d8e6028db2171116a', role: "option", tabindex: this.focused ? 0 : -1, class: this.hostClasses }, h("div", { key: 'd0dccae3c763686b420b0bf16d7bf2880b1cdc67', class: `option-wrapper ${this.parentSelectEl.multiple ? "checkbox" : ""}` }, h("span", { key: '6e1fbd0d49be13883048634cd54d19f19256226d', class: "option-text", "aria-hidden": "true", ref: (el) => (this.textEl = el) }, this.el.textContent), h("span", { key: 'f57f7c21e833a1c03f8407eaccb0883ef6b3a79a', class: "sr-only" }, this.el.textContent)), h("div", { key: '1256826e0ddc1e3c48141e8c0f6864b3401cacf7', class: "subinfo" }, this.subinfo)));
141
141
  }
142
142
  static get is() { return "wm-option"; }
143
143
  static get encapsulation() { return "shadow"; }
@@ -151,7 +151,7 @@ export class Pagination {
151
151
  render() {
152
152
  return (
153
153
  // do not render the component if there's only one page
154
- this.totalItems > this.itemsPerPage && (h("nav", { "aria-label": `Pagination Navigation. ${this.getCurrentPagesInView()}. Current page, ${this.currentPage}.` }, this.isLargeSize ? this.renderLarge() : this.renderSmall(), h("div", { id: "status", class: "sr-only", "aria-live": "polite", "aria-relevant": "text", "aria-atomic": "true" }, this.srAnnouncement))));
154
+ this.totalItems > this.itemsPerPage && (h("nav", { key: '5c750d2aa90adcbb709fb5007862401e11e8d23d', "aria-label": `Pagination Navigation. ${this.getCurrentPagesInView()}. Current page, ${this.currentPage}.` }, this.isLargeSize ? this.renderLarge() : this.renderSmall(), h("div", { key: 'be58da3d786e0ed7455b762f4273bbad08755196', id: "status", class: "sr-only", "aria-live": "polite", "aria-relevant": "text", "aria-atomic": "true" }, this.srAnnouncement))));
155
155
  }
156
156
  static get is() { return "wm-pagination"; }
157
157
  static get encapsulation() { return "shadow"; }
@@ -166,10 +166,10 @@ export class Search {
166
166
  * End search and find render helpers
167
167
  */
168
168
  render() {
169
- return (h(Host, null, h("div", { id: "wm-search-wrapper", class: `wm-search-wrapper ${this.searchType}` }, h("input", { disabled: this.isDisabled, id: "wm-search-input", placeholder: this.placeholder, "aria-label": `${this.label ? this.label + ". " : ""}${intl.formatMessage({
169
+ return (h(Host, { key: 'f7ac09fb284f8ef6e62cb879298972e3d52ed472' }, h("div", { key: '357cf8e3e57a90fa9a8ca75b51fcb50a16877476', id: "wm-search-wrapper", class: `wm-search-wrapper ${this.searchType}` }, h("input", { key: 'db65cd0b75b1ace94c30feedb4825512f082e015', disabled: this.isDisabled, id: "wm-search-input", placeholder: this.placeholder, "aria-label": `${this.label ? this.label + ". " : ""}${intl.formatMessage({
170
170
  id: "search.typeToFilterResults",
171
171
  defaultMessage: "Type to filter the results",
172
- })}`, onInput: (ev) => this.updateValue(ev.target.value), onBlur: () => this.handleBlur(), "aria-autocomplete": "none", autocomplete: "off", value: this.value }), h("span", { class: "mdi search-icon" }, String.fromCodePoint(parseInt(`0xf349`))), this.searchType === "find" && this.renderResultsAndBrowseButtons(), 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()));
172
+ })}`, onInput: (ev) => this.updateValue(ev.target.value), onBlur: () => this.handleBlur(), "aria-autocomplete": "none", autocomplete: "off", value: this.value }), h("span", { key: '76d92862fd431394e6eadb3c71b8ad39d33ec0b9', class: "mdi search-icon" }, String.fromCodePoint(parseInt(`0xf349`))), this.searchType === "find" && this.renderResultsAndBrowseButtons(), 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()));
173
173
  }
174
174
  static get is() { return "wm-search"; }
175
175
  static get encapsulation() { return "shadow"; }
@@ -380,8 +380,9 @@ export class Search {
380
380
  "complexType": {
381
381
  "signature": "(value: string) => Promise<void>",
382
382
  "parameters": [{
383
- "tags": [],
384
- "text": ""
383
+ "name": "value",
384
+ "type": "string",
385
+ "docs": ""
385
386
  }],
386
387
  "references": {
387
388
  "Promise": {
@@ -553,9 +553,9 @@ export class Select {
553
553
  ["aria-expanded"]: this.isExpanded ? "true" : "false",
554
554
  onClick: () => (this.isExpanded ? this.close() : this.open()),
555
555
  };
556
- return (h(Host, { onBlur: (ev) => this.handleComponentBlur(ev) }, h("div", { class: `wrapper ${getTextDir()} label-${this.labelPosition} ${this.errorMessage ? "invalid" : ""}` }, h("div", { class: "label-wrapper" }, h("label", { class: "label", id: "label", htmlFor: "selectbtn" }, this.label,
556
+ return (h(Host, { key: 'f099ef79e70921c17419b2ce8a4e917a0579e44f', onBlur: (ev) => this.handleComponentBlur(ev) }, h("div", { key: 'e95c845dd404f5518b69145543113e69a40084a6', class: `wrapper ${getTextDir()} label-${this.labelPosition} ${this.errorMessage ? "invalid" : ""}` }, h("div", { key: '65dfe5aaaa9239efb0553ba1d323f1c5dc93b9fb', class: "label-wrapper" }, h("label", { key: 'ff406b387e0cd09e46e239f1c80477fe2ee80f24', class: "label", id: "label", htmlFor: "selectbtn" }, this.label,
557
557
  // we can't use aria-required or required attributes because it's invalid on the elements we're using (button controlling a listbox)
558
- this.requiredField ? (h("span", { class: "required" }, h("span", { class: "sr-only" }, globalMessages.requiredField), h("span", { "aria-hidden": "true" }, "*"))) : (""))), h("div", { class: "button-wrapper" }, h("button", Object.assign({}, buttonProps, { class: "displayedoption", ref: (el) => (this.buttonEl = el), onBlur: (ev) => this.handleButtonBlur(ev), onFocus: () => this.close() }), h("span", { class: `overflowcontrol ${showSubinfo ? "hassubinfo" : ""}` }, h("span", { class: "button-text" }, this.renderButtonText()), showSubinfo && h("span", { class: "subinfo" }, this.selectedOptions[0].subinfo)), this.renderOverflowCount()), h("div", { class: `dropdown ${this.isExpanded ? "open" : ""} ${this.openUp ? "upwards" : ""}`, ref: (el) => (this.dropdownEl = el) }, this.search && this.renderSearchField(), this.visibleSelectAllButton && this.renderSelectAllButton(), 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(), h("slot", null))), h("div", { id: "error", class: this.errorMessage ? "error-message" : "" }, this.errorMessage), h("div", { id: "announcement", "aria-live": "polite", "aria-atomic": "true", class: "sr-only", ref: (el) => (this.liveRegionEl = el) }, this.announcement)))));
558
+ this.requiredField ? (h("span", { class: "required" }, h("span", { class: "sr-only" }, globalMessages.requiredField), h("span", { "aria-hidden": "true" }, "*"))) : (""))), h("div", { key: '5537fb10791108ac2bda53d3456ec048bb4cc5c4', class: "button-wrapper" }, h("button", Object.assign({ key: '7d54c69839a302ead990f41e961cce05be49f83d' }, buttonProps, { class: "displayedoption", ref: (el) => (this.buttonEl = el), onBlur: (ev) => this.handleButtonBlur(ev), onFocus: () => this.close() }), h("span", { key: 'dcb786709b87be95c28bfcd37cc8459607939f2f', class: `overflowcontrol ${showSubinfo ? "hassubinfo" : ""}` }, h("span", { key: 'b04bbeab1666ebd4538c859356f1a3a33658c1c5', class: "button-text" }, this.renderButtonText()), showSubinfo && h("span", { key: 'c5e9911d91f34c9b7c5becaa9e1127e658fd4607', class: "subinfo" }, this.selectedOptions[0].subinfo)), this.renderOverflowCount()), 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(), 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(), h("slot", { key: 'ff17ced6e94d7b893c407ea00ab7243176973eb5' }))), h("div", { key: 'a09f44fdf4a100f8eab7b5094fced276023812aa', id: "error", class: this.errorMessage ? "error-message" : "" }, this.errorMessage), h("div", { key: '9e55b5fdc2324b77d0a8bcf17650d937760dd941', id: "announcement", "aria-live": "polite", "aria-atomic": "true", class: "sr-only", ref: (el) => (this.liveRegionEl = el) }, this.announcement)))));
559
559
  }
560
560
  static get is() { return "wm-select"; }
561
561
  static get encapsulation() { return "shadow"; }
@@ -141,10 +141,10 @@ export class Snackbar {
141
141
  }, onKeyDown: (ev) => ev.key === "Enter" && this.snackLinkClicked(notification) }, h("span", { "aria-hidden": "true" }, notification.link)))), 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) => showTooltip("bottom", ev.target, globalMessages.close), onMouseLeave: () => hideTooltip(), onFocus: (ev) => this.isTabbing && showTooltip("bottom", ev.target, globalMessages.close), onBlur: () => hideTooltip() })), h("div", { class: "sr-only", tabindex: notification.link ? 0 : -1, onFocus: () => notification.link && this.snackDismissed(notification) })))));
142
142
  }
143
143
  render() {
144
- return (h(Host, null, h("div", { ref: (el) => (this.snackAreaEl = el), class: {
144
+ return (h(Host, { key: '67f36569152cc7f7df8e17a48b72737cf06b2249' }, h("div", { key: '2646611246f9ab87624bb1ad2bad217c364d89e7', ref: (el) => (this.snackAreaEl = el), class: {
145
145
  "list-wrapper": true,
146
146
  "user-is-tabbing": this.isTabbing,
147
- } }, this.renderSnackbars()), h("div", { class: "sr-only", "aria-live": "polite", "aria-atomic": "false", id: `wm-live-region-${this.uid}`, ref: (el) => (this.liveRegionEl = el) }, this.announcement)));
147
+ } }, this.renderSnackbars()), 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)));
148
148
  }
149
149
  static get is() { return "wm-snackbar"; }
150
150
  static get encapsulation() { return "shadow"; }
@@ -40,7 +40,7 @@ export class TabItem {
40
40
  "background-size": `calc(100% - ${bkgSize}${units}) 3px`,
41
41
  };
42
42
  }
43
- return (h(Host, { role: "presentation" }, h("li", { class: "tab-item", role: "presentation" }, 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 }, h("slot", null)))));
43
+ return (h(Host, { key: '0d9c95f25f36cd8e37bdacdfc73c9032ab11f8b9', role: "presentation" }, h("li", { key: '6d83fae63842be52110fdcaf1797767c8defa24e', class: "tab-item", role: "presentation" }, 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 }, h("slot", { key: '3571988e318de8baa6a9d82c464d101f38d12a51' })))));
44
44
  }
45
45
  static get is() { return "wm-tab-item"; }
46
46
  static get encapsulation() { return "shadow"; }
@@ -155,7 +155,7 @@ export class TabList {
155
155
  } }, t.textContent)));
156
156
  }
157
157
  render() {
158
- return h(Host, { class: this.menuLayout ? "menu" : "" }, this.renderMenuOrTabs());
158
+ return h(Host, { key: 'c768cc9153a707b6093d82b387d33df4b67f9adf', class: this.menuLayout ? "menu" : "" }, this.renderMenuOrTabs());
159
159
  }
160
160
  static get is() { return "wm-tab-list"; }
161
161
  static get encapsulation() { return "shadow"; }
@@ -12,7 +12,7 @@ export class TabPanel {
12
12
  this.tabPanelLoaded.emit({ tabId: this.tabId });
13
13
  }
14
14
  render() {
15
- return h(Host, { role: "tabpanel", class: { "tab-hidden": !this.active } });
15
+ return h(Host, { key: '83da2497d78709f8b891e4c3735508b992fc6a90', role: "tabpanel", class: { "tab-hidden": !this.active } });
16
16
  }
17
17
  static get is() { return "wm-tab-panel"; }
18
18
  static get originalStyleUrls() {
@@ -858,12 +858,12 @@ export class TagInput {
858
858
  }
859
859
  }
860
860
  render() {
861
- return (h("div", { class: `wrapper label-${this.labelPosition} ${this.errorMessage ? "invalid" : ""}` }, h("div", { class: "label-wrapper" }, h("label", { class: "label", htmlFor: "input" }, this.label, this.requiredField && (h("span", { class: "required", "aria-hidden": "true" }, "*")))), h("div", { class: `field-wrapper ${this.el.shadowRoot.activeElement === this.inputEl ? "focused" : ""} ${this.errorMessage ? "invalid" : ""}`, ref: (el) => (this.fieldWrapperEl = el) }, h("div", { class: "upper-row" }, h("div", { class: `tags-and-input-wrapper ${this.inModal ? "in-modal" : ""}` }, h("ul", { ref: (el) => (this.tagAreaEl = el), class: `tag-area ${this.taggedOptions.length === 0 && "empty"} ${this.isKeying ? "user-is-keying" : ""}`, role: "listbox", "aria-activedescendant": this.focusedTag ? this.focusedTag.id : null, "aria-orientation": "horizontal", "aria-label": `${this.label} ${this.tagAreaInstructions}`, tabindex: this._tagEls.length > 0 ? 0 : -1, "aria-describedby": `info max-tags`, onFocus: (ev) => this.handleTagAreaFocus(ev), onBlur: (ev) => {
861
+ return (h("div", { key: '33abb5778cad372a77e0d92ec7db591a7cacb216', class: `wrapper label-${this.labelPosition} ${this.errorMessage ? "invalid" : ""}` }, h("div", { key: '83814d7be8f23c6d6d73ac126f6545d6c19fbf50', class: "label-wrapper" }, h("label", { key: 'e404bc94e35dad4c3ca1247c4a59a4ca7d9c472c', class: "label", htmlFor: "input" }, this.label, this.requiredField && (h("span", { key: '07671bf51458668dfc54cbcea7ee557aac20c9dd', class: "required", "aria-hidden": "true" }, "*")))), h("div", { key: '78e36202ba0e55d912532d36dc0c731fd68266ec', class: `field-wrapper ${this.el.shadowRoot.activeElement === this.inputEl ? "focused" : ""} ${this.errorMessage ? "invalid" : ""}`, ref: (el) => (this.fieldWrapperEl = el) }, h("div", { key: '6be8fa1d4586a06c2d72a02e7e5eb186b2ee374a', class: "upper-row" }, h("div", { key: '4fce716703d1ce34be8d1837d14a55a96ee57ce1', class: `tags-and-input-wrapper ${this.inModal ? "in-modal" : ""}` }, h("ul", { key: 'ecb9d7b6a0c92fd5c575b86f71252d96299a50bb', ref: (el) => (this.tagAreaEl = el), class: `tag-area ${this.taggedOptions.length === 0 && "empty"} ${this.isKeying ? "user-is-keying" : ""}`, role: "listbox", "aria-activedescendant": this.focusedTag ? this.focusedTag.id : null, "aria-orientation": "horizontal", "aria-label": `${this.label} ${this.tagAreaInstructions}`, tabindex: this._tagEls.length > 0 ? 0 : -1, "aria-describedby": `info max-tags`, onFocus: (ev) => this.handleTagAreaFocus(ev), onBlur: (ev) => {
862
862
  this.focusedTagIndex = undefined;
863
863
  this.handleBlur(ev);
864
- }, onKeyDown: (ev) => this.handleTagAreaKeyDown(ev) }, this.renderTags()), h("input", { id: "input", class: "input", role: "combobox", ref: (el) => (this.inputEl = el), autocomplete: "off", "aria-required": this.requiredField ? "true" : null, "aria-controls": this.tagInputType, "aria-describedby": `help-text${this.errorMessage ? " error " : ""} max-tags`, "aria-label": `${this.label} ${this.isDropdown ? globalMessages.getCharacterLimit(this.characterLimit) : ""}`, "aria-expanded": this.isDropdown ? this.isExpanded.toString() : null, "aria-activedescendant": this.inputActiveDescendantId, placeholder: this.placeholder, maxLength: this.isDropdown ? this.characterLimit : undefined, onInput: (ev) => this.handleInputChanged(ev), onBlur: (ev) => {
864
+ }, onKeyDown: (ev) => this.handleTagAreaKeyDown(ev) }, this.renderTags()), h("input", { key: 'fb154aee6848ebc5a0b4a89596d2470cdc6ae8cc', id: "input", class: "input", role: "combobox", ref: (el) => (this.inputEl = el), autocomplete: "off", "aria-required": this.requiredField ? "true" : null, "aria-controls": this.tagInputType, "aria-describedby": `help-text${this.errorMessage ? " error " : ""} max-tags`, "aria-label": `${this.label} ${this.isDropdown ? globalMessages.getCharacterLimit(this.characterLimit) : ""}`, "aria-expanded": this.isDropdown ? this.isExpanded.toString() : null, "aria-activedescendant": this.inputActiveDescendantId, placeholder: this.placeholder, maxLength: this.isDropdown ? this.characterLimit : undefined, onInput: (ev) => this.handleInputChanged(ev), onBlur: (ev) => {
865
865
  this.handleBlur(ev);
866
- }, onFocus: () => this.handleInputFocus(), onKeyDown: (ev) => this.handleInputKeyDown(ev) })), this.isDropdown && (h("div", { class: "character-count" }, this.charCount, "/", this.characterLimit))), this.renderTagCounter(), this.isDropdown && this.renderDropdown()), this.info && (h("div", { id: "info", class: "info-text" }, this.info)), h("div", { id: "error" }, this.errorMessage), h("div", { class: "sr-only", "aria-live": "polite", ref: (el) => (this.liveRegionEl = el), "aria-atomic": "true" }, this.liveRegionMessage), this.isTable && this.renderTable()));
866
+ }, onFocus: () => this.handleInputFocus(), onKeyDown: (ev) => this.handleInputKeyDown(ev) })), this.isDropdown && (h("div", { key: 'f17d34cc1dab1e7c37a20d79d65f259aef2db3c3', class: "character-count" }, this.charCount, "/", this.characterLimit))), this.renderTagCounter(), this.isDropdown && this.renderDropdown()), this.info && (h("div", { key: 'ea41b9923c0bd26b0554a76301d0aa488558edc1', id: "info", class: "info-text" }, this.info)), h("div", { key: '9dc002e1b3a97ead65eb8e4fd785dab62a9f4048', id: "error" }, this.errorMessage), h("div", { key: 'b4a72c8d1c58a19d11d6937cd6b26a496f647c30', class: "sr-only", "aria-live": "polite", ref: (el) => (this.liveRegionEl = el), "aria-atomic": "true" }, this.liveRegionMessage), this.isTable && this.renderTable()));
867
867
  }
868
868
  static get is() { return "wm-tag-input"; }
869
869
  static get encapsulation() { return "shadow"; }
@@ -65,7 +65,7 @@ export class Textarea {
65
65
  this.announcement = message;
66
66
  }
67
67
  render() {
68
- return (h("div", { class: `wrapper label-${this.labelPosition} ${this.errorMessage ? "invalid" : ""}` }, h("div", { class: "label-wrapper" }, h("label", { htmlFor: "inputfield", class: "label" }, this.label, this.characterLimit && (h("span", { class: "sr-only" }, " ", globalMessages.getCharacterLimit(this.characterLimit))), this.requiredField && (h("span", { class: "required", "aria-hidden": "true" }, "*")))), h("div", { class: "inner-wrapper" }, h("div", { class: `inputfield-wrapper ${this.errorMessage ? "invalid" : ""}`, style: this.inputWidth ? { width: this.inputWidth } : {} }, h("textarea", { id: "inputfield", disabled: this.isDisabled, "aria-describedby": "info error", onInput: (ev) => this.handleInput(ev), onBlur: () => this.handleBlur(), placeholder: this.placeholder, autocomplete: "off", "aria-required": this.requiredField ? "true" : null, value: this.value, rows: 3, style: { height: this.inputHeight } }), this.characterLimit && typeof this.characterLimit === "number" ? (h("div", { class: `character-count ${this.value.length > this.characterLimit ? "exceeded" : ""}` }, this.charCount, "/", this.characterLimit)) : ("")), this.info && (h("div", { id: "info", class: "info" }, this.info)), h("div", { id: "error", class: "error-message" }, this.errorMessage), h("div", { id: "live-polite", class: "sr-only", "aria-live": "polite", "aria-atomic": "true", ref: (el) => (this.liveRegionEl = el) }, this.announcement))));
68
+ return (h("div", { key: 'a5997b0d5dce20f77941690731ed6ba5cd1d9858', class: `wrapper label-${this.labelPosition} ${this.errorMessage ? "invalid" : ""}` }, h("div", { key: 'aad504a8a1d66943b608d7b3bd835bca3c14cad1', class: "label-wrapper" }, h("label", { key: '4e731d38bc61ff74c8fa8c02a4919c1086fc94d8', htmlFor: "inputfield", class: "label" }, this.label, this.characterLimit && (h("span", { key: '4e57dca225b03c470452c4136e294a2ba2615cf9', class: "sr-only" }, " ", globalMessages.getCharacterLimit(this.characterLimit))), this.requiredField && (h("span", { key: 'f17ef4ee28a329a3655f4a29f736518465a7594d', class: "required", "aria-hidden": "true" }, "*")))), h("div", { key: '695981592b51ff1b27d80018024fa9605dbce6a4', class: "inner-wrapper" }, h("div", { key: '0b0d2659db296f2f83902a7ea0c84b09496be4e3', class: `inputfield-wrapper ${this.errorMessage ? "invalid" : ""}`, style: this.inputWidth ? { width: this.inputWidth } : {} }, h("textarea", { key: '7a7eb761ee1da371a506741fb2a8808c8ad37018', id: "inputfield", disabled: this.isDisabled, "aria-describedby": "info error", onInput: (ev) => this.handleInput(ev), onBlur: () => this.handleBlur(), placeholder: this.placeholder, autocomplete: "off", "aria-required": this.requiredField ? "true" : null, value: this.value, rows: 3, style: { height: this.inputHeight } }), this.characterLimit && typeof this.characterLimit === "number" ? (h("div", { class: `character-count ${this.value.length > this.characterLimit ? "exceeded" : ""}` }, this.charCount, "/", this.characterLimit)) : ("")), this.info && (h("div", { key: '501a8e2e33bc0ce87b02d6c094f20767247fb080', id: "info", class: "info" }, this.info)), h("div", { key: '5d6a559dc433c567fdcf0a2b21fa4d69bfbd2d25', id: "error", class: "error-message" }, this.errorMessage), h("div", { key: 'ee6a8851e53375394b185bf14a77f2c6cca79d2a', id: "live-polite", class: "sr-only", "aria-live": "polite", "aria-atomic": "true", ref: (el) => (this.liveRegionEl = el) }, this.announcement))));
69
69
  }
70
70
  static get is() { return "wm-textarea"; }
71
71
  static get encapsulation() { return "shadow"; }
@@ -275,13 +275,13 @@ export class Timepicker {
275
275
  return this.times.map((time, index) => (h("li", { id: `option${index + 1}`, "data-time": time, role: "option", onClick: () => this.handleOptionClick(time) }, this.reformatTimeInternal("12", time))));
276
276
  }
277
277
  render() {
278
- return (h(Host, { onBlur: () => this.close(false) }, h("div", { class: `wrapper label-${this.labelPosition} ${!!this.errorMessage ? "invalid" : ""}`, ref: (t) => (this.tpWrapper = t) }, h("div", { class: "label-wrapper" }, this.labelPosition !== "none" && (h("label", { id: "label", class: "label", htmlFor: "time-input" }, this.label, this.requiredField && (h("span", { class: "required", "aria-hidden": "true" }, "*"))))), h("div", null, h("div", { class: "inner-wrapper" }, h("input", { id: "time-input", "aria-label": this.label, "aria-describedby": "error", ref: (el) => (this.inputEl = el), onBlur: () => this.handleInputBlur(), onInput: () => (this.value = this.inputEl.value), disabled: this.isDisabled, "aria-required": this.requiredField ? "true" : null, placeholder: this.timeFormat, autocomplete: "off", value: this.value, onFocus: () => this.tpWrapper.classList.add("focus") }), h("button", { id: "btn", ref: (el) => (this.buttonEl = el), disabled: this.isDisabled, "aria-controls": "list", "aria-expanded": this.isExpanded ? "true" : "false", "aria-label": this.buttonAriaLabel, "aria-describedby": "time-input", onClick: () => (this.isExpanded ? this.close() : this.open()),
278
+ return (h(Host, { key: '58694542ea396f6874a0889ac5fdd608477e01f4', onBlur: () => this.close(false) }, h("div", { key: '182422d05a01af98eb1fcf95817cec6ee95a81b9', class: `wrapper label-${this.labelPosition} ${!!this.errorMessage ? "invalid" : ""}`, ref: (t) => (this.tpWrapper = t) }, h("div", { key: 'ac2f32d2e2e35fb5014a5e8c44bdecc3e3963c0e', class: "label-wrapper" }, this.labelPosition !== "none" && (h("label", { key: '6cd54b3142c4ca0a88bf8e22a2074f67f72e1423', id: "label", class: "label", htmlFor: "time-input" }, this.label, this.requiredField && (h("span", { key: '41f2f167ccbfbd81c7d37396f25c22a5db4a5baf', class: "required", "aria-hidden": "true" }, "*"))))), h("div", { key: '9c9f880595e1de671d24b327a47e17e03a056ab6' }, h("div", { key: '7a58504c80378f052e7da86692f53630c15b6837', class: "inner-wrapper" }, h("input", { key: 'df44714cfb58a6ef9e49d548b732f1daa70dddfa', id: "time-input", "aria-label": this.label, "aria-describedby": "error", ref: (el) => (this.inputEl = el), onBlur: () => this.handleInputBlur(), onInput: () => (this.value = this.inputEl.value), disabled: this.isDisabled, "aria-required": this.requiredField ? "true" : null, placeholder: this.timeFormat, autocomplete: "off", value: this.value, onFocus: () => this.tpWrapper.classList.add("focus") }), h("button", { key: '40e964286b360d9c86c54065c2acf6f761ad6a03', id: "btn", ref: (el) => (this.buttonEl = el), disabled: this.isDisabled, "aria-controls": "list", "aria-expanded": this.isExpanded ? "true" : "false", "aria-label": this.buttonAriaLabel, "aria-describedby": "time-input", onClick: () => (this.isExpanded ? this.close() : this.open()),
279
279
  // This addresses an issue in Safari, where clicking buttons does not focus them
280
280
  // if the button does not receive focus when clicked, Timepicker incorrectly emits a blur event
281
281
  onMouseDown: (ev) => {
282
282
  ev.preventDefault();
283
283
  this.buttonEl.focus();
284
- } }, h("span", { class: "clock" })), h("ul", { class: `options ${this.isExpanded ? "open" : ""} ${this.openUp ? "upwards" : ""}`, id: "list", role: "listbox", "aria-labelledby": "label", "aria-describedby": this.isExpanded ? "collapsed" : null, tabindex: -1, ref: (el) => (this.optionsEl = el) }, this.renderOptions())), h("div", { id: "error", class: "error" }, this.errorMessage)), h("div", { id: "live-polite", class: "sr-only", "aria-live": "polite", "aria-atomic": "true", ref: (el) => (this.liveRegionEl = el) }))));
284
+ } }, h("span", { key: 'd6912b075f5ad8396b82b6d8f562e41698cfe62f', class: "clock" })), h("ul", { key: '458b1c42f853567c26a32f6538ed6c6ba629c38f', class: `options ${this.isExpanded ? "open" : ""} ${this.openUp ? "upwards" : ""}`, id: "list", role: "listbox", "aria-labelledby": "label", "aria-describedby": this.isExpanded ? "collapsed" : null, tabindex: -1, ref: (el) => (this.optionsEl = el) }, this.renderOptions())), h("div", { key: '2c561ba815cf53ecb94e21864be52c72fc7b8c13', id: "error", class: "error" }, this.errorMessage)), h("div", { key: '6f216c9a6539cf1800dfe944d762e31dc9c3422e', id: "live-polite", class: "sr-only", "aria-live": "polite", "aria-atomic": "true", ref: (el) => (this.liveRegionEl = el) }))));
285
285
  }
286
286
  static get is() { return "wm-timepicker"; }
287
287
  static get encapsulation() { return "shadow"; }
@@ -468,8 +468,9 @@ export class Timepicker {
468
468
  "complexType": {
469
469
  "signature": "(input: string) => Promise<boolean>",
470
470
  "parameters": [{
471
- "tags": [],
472
- "text": ""
471
+ "name": "input",
472
+ "type": "string",
473
+ "docs": ""
473
474
  }],
474
475
  "references": {
475
476
  "Promise": {
@@ -488,11 +489,13 @@ export class Timepicker {
488
489
  "complexType": {
489
490
  "signature": "(format: \"12\" | \"24\", time: TimeFormat12 | TimeFormat24) => Promise<string>",
490
491
  "parameters": [{
491
- "tags": [],
492
- "text": ""
492
+ "name": "format",
493
+ "type": "\"12\" | \"24\"",
494
+ "docs": ""
493
495
  }, {
494
- "tags": [],
495
- "text": ""
496
+ "name": "time",
497
+ "type": "string",
498
+ "docs": ""
496
499
  }],
497
500
  "references": {
498
501
  "Promise": {
@@ -97,9 +97,9 @@ export class Toggletip {
97
97
  }
98
98
  }
99
99
  render() {
100
- return (h(Host, { class: `size-${this.targetSize}` }, h("button", { class: "button", type: "button", "aria-label": this.label, onClick: () => this.open(),
100
+ return (h(Host, { key: '8f5da43befa9de791cb44afba532182f6df0a81d', class: `size-${this.targetSize}` }, h("button", { key: '81c79d18ff76953fbf9dce6192011085ccb296ba', class: "button", type: "button", "aria-label": this.label, onClick: () => this.open(),
101
101
  // In order to position the tooltip identically to the toggletip, it's presence is determined by these four events
102
- onMouseEnter: () => showTooltip(this.tooltipPosition, this.el, this.tooltipMessage), onMouseLeave: () => hideTooltip(), onFocus: () => showTooltip(this.tooltipPosition, this.el, this.tooltipMessage), onBlur: () => this.handleBlur() }), h("div", { ref: (el) => (this.toggletipEl = el), class: `toggletip ${this.isOpen ? "" : "hidden"} ${this.tooltipPosition}` }, this.tooltip), h("div", { ref: (el) => (this.liveRegionEl = el), class: "live-region sr-only", role: "status", "aria-live": "polite", "aria-atomic": "true" })));
102
+ onMouseEnter: () => showTooltip(this.tooltipPosition, this.el, this.tooltipMessage), onMouseLeave: () => hideTooltip(), onFocus: () => showTooltip(this.tooltipPosition, this.el, this.tooltipMessage), onBlur: () => this.handleBlur() }), h("div", { key: '3b183d1c1624cbadb6b774c55c0debcb99785c6d', ref: (el) => (this.toggletipEl = el), class: `toggletip ${this.isOpen ? "" : "hidden"} ${this.tooltipPosition}` }, this.tooltip), h("div", { key: '45e77332889bdfc552906127f24452ee0c97fe27', ref: (el) => (this.liveRegionEl = el), class: "live-region sr-only", role: "status", "aria-live": "polite", "aria-atomic": "true" })));
103
103
  }
104
104
  static get is() { return "wm-toggletip"; }
105
105
  static get encapsulation() { return "shadow"; }
@@ -195,9 +195,9 @@ export class Uploader {
195
195
  return (h("div", { class: `wrapper ${this.errorMessage ? "invalid" : ""}` }, h("div", { id: "label", class: `label` }, this.label, this.requiredField && (h("span", { class: "required", "aria-hidden": "true" }, "*")))));
196
196
  }
197
197
  render() {
198
- return (h(Host, null, this.label && this.renderLabel(), this.renderHeader(), this.renderListContainer(), h("div", { ref: (el) => (this.assertiveLiveRegionEl = el), class: "live-region sr-only", "aria-live": "assertive" // since it's directly linked to the action the user took, it should be read in priority. With polite, some messages get dismissed in favor of the page title
198
+ return (h(Host, { key: '4f9a5f1221aa84bad9e734bfba6a87f89fcdfd84' }, this.label && this.renderLabel(), this.renderHeader(), this.renderListContainer(), h("div", { key: '59f21688992efe6da96d837efee78d65db18f8d4', ref: (el) => (this.assertiveLiveRegionEl = el), class: "live-region sr-only", "aria-live": "assertive" // since it's directly linked to the action the user took, it should be read in priority. With polite, some messages get dismissed in favor of the page title
199
199
  ,
200
- "aria-atomic": "true" }), h("div", { ref: (el) => (this.politeLiveRegionEl = el), class: "live-region sr-only", "aria-live": "polite", "aria-atomic": "true" })));
200
+ "aria-atomic": "true" }), h("div", { key: '1e68b8375c3d41706c5b84af7485d75f99e35dd9', ref: (el) => (this.politeLiveRegionEl = el), class: "live-region sr-only", "aria-live": "polite", "aria-atomic": "true" })));
201
201
  }
202
202
  static get is() { return "wm-uploader"; }
203
203
  static get encapsulation() { return "shadow"; }
@@ -1,6 +1,6 @@
1
- 'use strict';
1
+ import './index-130e07bb.js';
2
2
 
3
- const version = "5.3.0-4";
3
+ const version = "5.3.0-6";
4
4
 
5
5
  // PRINT RIPPLE VERSION IN CONSOLE
6
6
  // test envs return 0 for plugin.length
@@ -83,3 +83,8 @@ tooltipStyles.textContent = `
83
83
  document.head.appendChild(tooltipStyles);
84
84
  tooltipContainer.appendChild(tooltipEl);
85
85
  document.querySelector("body").appendChild(tooltipContainer);
86
+ const globalFn = () => { };
87
+
88
+ const globalScripts = globalFn;
89
+
90
+ export { globalScripts as g };
@@ -1,5 +1,5 @@
1
- import { h } from './index-558b5a82.js';
2
- import { i as intl, c as safeMultiplyFloat, e as getPosition, f as checkForActiveElInShadow } from './functions-46843ea0.js';
1
+ import { h } from './index-130e07bb.js';
2
+ import { i as intl, c as safeMultiplyFloat, e as getPosition, f as checkForActiveElInShadow } from './functions-25781571.js';
3
3
 
4
4
  const colors = {
5
5
  salmon: "#ff5f4e",
@@ -84,7 +84,7 @@ const allChartsDetails = {
84
84
  bar5: {
85
85
  size: 400,
86
86
  colors: [
87
- colors.gray,
87
+ colors.gray, // this is only used if prop notStartedColor is set
88
88
  colors.lavender,
89
89
  colors.midnight,
90
90
  "#0089e4",