@watermarkinsights/ripple 5.7.0-10 → 5.7.0-12

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 (378) hide show
  1. package/dist/{esm/global-687694e4.js → cjs/app-globals-4843dce4.js} +10 -1
  2. package/dist/cjs/{chartFunctions-995023b1.js → chartFunctions-d2a1f4c7.js} +3 -3
  3. package/dist/cjs/{functions-e24249e6.js → functions-5ac8a62f.js} +104 -7
  4. package/dist/cjs/index-788526f5.js +1859 -0
  5. package/dist/cjs/{intl-5aeba788.js → intl-57d1cfd1.js} +1 -1
  6. package/dist/cjs/loader.cjs.js +4 -3
  7. package/dist/cjs/priv-calendar.cjs.entry.js +6 -5
  8. package/dist/cjs/priv-chart-popover.cjs.entry.js +6 -5
  9. package/dist/cjs/priv-navigator-button.cjs.entry.js +4 -3
  10. package/dist/cjs/priv-navigator-item.cjs.entry.js +4 -3
  11. package/dist/cjs/priv-option-list.cjs.entry.js +18 -6
  12. package/dist/cjs/ripple.cjs.js +12 -11
  13. package/dist/cjs/wm-action-menu_2.cjs.entry.js +8 -6
  14. package/dist/cjs/wm-button.cjs.entry.js +5 -4
  15. package/dist/cjs/wm-chart-slice.cjs.entry.js +1 -1
  16. package/dist/cjs/wm-chart.cjs.entry.js +7 -6
  17. package/dist/cjs/wm-date-range.cjs.entry.js +9 -8
  18. package/dist/cjs/wm-datepicker.cjs.entry.js +9 -8
  19. package/dist/cjs/wm-file-list.cjs.entry.js +4 -3
  20. package/dist/cjs/wm-file.cjs.entry.js +5 -4
  21. package/dist/cjs/wm-input.cjs.entry.js +6 -5
  22. package/dist/cjs/wm-line-chart.cjs.entry.js +15 -14
  23. package/dist/cjs/wm-modal-pss_3.cjs.entry.js +31 -27
  24. package/dist/cjs/wm-modal_3.cjs.entry.js +13 -10
  25. package/dist/cjs/wm-navigation_3.cjs.entry.js +13 -10
  26. package/dist/cjs/wm-navigator.cjs.entry.js +4 -3
  27. package/dist/cjs/wm-nested-select.cjs.entry.js +8 -7
  28. package/dist/cjs/wm-optgroup.cjs.entry.js +5 -4
  29. package/dist/cjs/wm-option_2.cjs.entry.js +10 -8
  30. package/dist/cjs/wm-pagination.cjs.entry.js +5 -4
  31. package/dist/cjs/wm-progress-indicator_3.cjs.entry.js +9 -7
  32. package/dist/cjs/wm-search.cjs.entry.js +7 -6
  33. package/dist/cjs/wm-snackbar.cjs.entry.js +7 -6
  34. package/dist/cjs/wm-tab-item_3.cjs.entry.js +11 -8
  35. package/dist/cjs/wm-tag-input.cjs.entry.js +8 -7
  36. package/dist/cjs/wm-tag-option.cjs.entry.js +2 -2
  37. package/dist/cjs/wm-textarea.cjs.entry.js +6 -5
  38. package/dist/cjs/wm-timepicker.cjs.entry.js +6 -5
  39. package/dist/cjs/wm-toggletip.cjs.entry.js +6 -5
  40. package/dist/cjs/wm-uploader.cjs.entry.js +7 -6
  41. package/dist/cjs/wm-wrapper.cjs.entry.js +1 -1
  42. package/dist/collection/collection-manifest.json +2 -2
  43. package/dist/collection/components/charts/chartFunctions.js +1 -1
  44. package/dist/collection/components/charts/priv-chart-popover/priv-chart-popover.js +2 -2
  45. package/dist/collection/components/charts/wm-chart/wm-chart.js +1 -1
  46. package/dist/collection/components/charts/wm-line-chart/wm-line-chart.js +9 -9
  47. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-indicator.js +1 -1
  48. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.js +1 -1
  49. package/dist/collection/components/datepickers/priv-calendar/priv-calendar.js +2 -2
  50. package/dist/collection/components/datepickers/wm-date-range.js +17 -13
  51. package/dist/collection/components/datepickers/wm-datepicker.js +17 -13
  52. package/dist/collection/components/selects/priv-option-list/priv-option-list.css +9 -0
  53. package/dist/collection/components/selects/priv-option-list/priv-option-list.js +19 -6
  54. package/dist/collection/components/selects/wm-nested-select/wm-nested-select.js +3 -3
  55. package/dist/collection/components/selects/wm-optgroup/wm-optgroup.js +1 -1
  56. package/dist/collection/components/selects/wm-option/wm-option.js +1 -1
  57. package/dist/collection/components/selects/wm-select/wm-select.js +2 -2
  58. package/dist/collection/components/wm-action-menu/wm-action-menu.js +1 -1
  59. package/dist/collection/components/wm-button/wm-button.js +1 -1
  60. package/dist/collection/components/wm-file/wm-file.js +1 -1
  61. package/dist/collection/components/wm-file-list/wm-file-list.js +1 -1
  62. package/dist/collection/components/wm-input/wm-input.js +1 -1
  63. package/dist/collection/components/wm-menuitem/wm-menuitem.js +1 -1
  64. package/dist/collection/components/wm-modal/wm-modal-footer.js +1 -1
  65. package/dist/collection/components/wm-modal/wm-modal-header.js +1 -1
  66. package/dist/collection/components/wm-modal/wm-modal.js +2 -2
  67. package/dist/collection/components/wm-modal-pss/wm-modal-pss-footer.css +12 -0
  68. package/dist/collection/components/wm-modal-pss/wm-modal-pss-footer.js +2 -2
  69. package/dist/collection/components/wm-modal-pss/wm-modal-pss-header.css +12 -0
  70. package/dist/collection/components/wm-modal-pss/wm-modal-pss-header.js +3 -2
  71. package/dist/collection/components/wm-modal-pss/wm-modal-pss.css +16 -2
  72. package/dist/collection/components/wm-modal-pss/wm-modal-pss.js +14 -13
  73. package/dist/collection/components/wm-navigation/wm-navigation-hamburger.js +1 -1
  74. package/dist/collection/components/wm-navigation/wm-navigation-item.js +1 -1
  75. package/dist/collection/components/wm-navigation/wm-navigation.js +2 -2
  76. package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.js +1 -1
  77. package/dist/collection/components/wm-navigator/priv-navigator-item/priv-navigator-item.js +1 -1
  78. package/dist/collection/components/wm-pagination/wm-pagination.js +1 -1
  79. package/dist/collection/components/wm-search/wm-search.js +5 -4
  80. package/dist/collection/components/wm-snackbar/wm-snackbar.js +2 -2
  81. package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.js +1 -1
  82. package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.js +1 -1
  83. package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.js +1 -1
  84. package/dist/collection/components/wm-tag-input/wm-tag-input.js +3 -3
  85. package/dist/collection/components/wm-textarea/wm-textarea.js +1 -1
  86. package/dist/collection/components/wm-timepicker/wm-timepicker.js +11 -8
  87. package/dist/collection/components/wm-toggletip/wm-toggletip.js +2 -2
  88. package/dist/collection/components/wm-uploader/wm-uploader.js +2 -2
  89. package/dist/collection/dev/pss-modal.js +8 -0
  90. package/dist/collection/dev/scripts.js +12 -15
  91. package/dist/{cjs/global-d1944ab2.js → esm/app-globals-f82e2e43.js} +7 -2
  92. package/dist/esm/{chartFunctions-dfcb1edf.js → chartFunctions-580870de.js} +3 -3
  93. package/dist/esm/{functions-b791a892.js → functions-f39e6177.js} +105 -8
  94. package/dist/esm/index-130e07bb.js +1828 -0
  95. package/dist/esm/{intl-f2f7ce8b.js → intl-dda73e98.js} +1 -1
  96. package/dist/esm/loader.js +5 -4
  97. package/dist/esm/priv-calendar.entry.js +6 -5
  98. package/dist/esm/priv-chart-popover.entry.js +6 -5
  99. package/dist/esm/priv-navigator-button.entry.js +4 -3
  100. package/dist/esm/priv-navigator-item.entry.js +4 -3
  101. package/dist/esm/priv-option-list.entry.js +18 -6
  102. package/dist/esm/ripple.js +13 -12
  103. package/dist/esm/wm-action-menu_2.entry.js +8 -6
  104. package/dist/esm/wm-button.entry.js +5 -4
  105. package/dist/esm/wm-chart-slice.entry.js +1 -1
  106. package/dist/esm/wm-chart.entry.js +7 -6
  107. package/dist/esm/wm-date-range.entry.js +9 -8
  108. package/dist/esm/wm-datepicker.entry.js +9 -8
  109. package/dist/esm/wm-file-list.entry.js +4 -3
  110. package/dist/esm/wm-file.entry.js +5 -4
  111. package/dist/esm/wm-input.entry.js +6 -5
  112. package/dist/esm/wm-line-chart.entry.js +15 -14
  113. package/dist/esm/wm-modal-pss_3.entry.js +29 -25
  114. package/dist/esm/wm-modal_3.entry.js +13 -10
  115. package/dist/esm/wm-navigation_3.entry.js +13 -10
  116. package/dist/esm/wm-navigator.entry.js +4 -3
  117. package/dist/esm/wm-nested-select.entry.js +8 -7
  118. package/dist/esm/wm-optgroup.entry.js +5 -4
  119. package/dist/esm/wm-option_2.entry.js +10 -8
  120. package/dist/esm/wm-pagination.entry.js +5 -4
  121. package/dist/esm/wm-progress-indicator_3.entry.js +9 -7
  122. package/dist/esm/wm-search.entry.js +7 -6
  123. package/dist/esm/wm-snackbar.entry.js +7 -6
  124. package/dist/esm/wm-tab-item_3.entry.js +11 -8
  125. package/dist/esm/wm-tag-input.entry.js +8 -7
  126. package/dist/esm/wm-tag-option.entry.js +2 -2
  127. package/dist/esm/wm-textarea.entry.js +6 -5
  128. package/dist/esm/wm-timepicker.entry.js +6 -5
  129. package/dist/esm/wm-toggletip.entry.js +6 -5
  130. package/dist/esm/wm-uploader.entry.js +7 -6
  131. package/dist/esm/wm-wrapper.entry.js +1 -1
  132. package/dist/esm-es5/app-globals-f82e2e43.js +1 -0
  133. package/dist/esm-es5/{chartFunctions-dfcb1edf.js → chartFunctions-580870de.js} +1 -1
  134. package/dist/esm-es5/functions-f39e6177.js +1 -0
  135. package/dist/esm-es5/index-130e07bb.js +1 -0
  136. package/dist/esm-es5/{intl-f2f7ce8b.js → intl-dda73e98.js} +1 -1
  137. package/dist/esm-es5/loader.js +1 -1
  138. package/dist/esm-es5/priv-calendar.entry.js +1 -1
  139. package/dist/esm-es5/priv-chart-popover.entry.js +1 -1
  140. package/dist/esm-es5/priv-navigator-button.entry.js +1 -1
  141. package/dist/esm-es5/priv-navigator-item.entry.js +1 -1
  142. package/dist/esm-es5/priv-option-list.entry.js +1 -1
  143. package/dist/esm-es5/ripple.js +1 -1
  144. package/dist/esm-es5/wm-action-menu_2.entry.js +1 -1
  145. package/dist/esm-es5/wm-button.entry.js +1 -1
  146. package/dist/esm-es5/wm-chart-slice.entry.js +1 -1
  147. package/dist/esm-es5/wm-chart.entry.js +1 -1
  148. package/dist/esm-es5/wm-date-range.entry.js +1 -1
  149. package/dist/esm-es5/wm-datepicker.entry.js +1 -1
  150. package/dist/esm-es5/wm-file-list.entry.js +1 -1
  151. package/dist/esm-es5/wm-file.entry.js +1 -1
  152. package/dist/esm-es5/wm-input.entry.js +1 -1
  153. package/dist/esm-es5/wm-line-chart.entry.js +1 -1
  154. package/dist/esm-es5/wm-modal-pss_3.entry.js +1 -1
  155. package/dist/esm-es5/wm-modal_3.entry.js +1 -1
  156. package/dist/esm-es5/wm-navigation_3.entry.js +1 -1
  157. package/dist/esm-es5/wm-navigator.entry.js +1 -1
  158. package/dist/esm-es5/wm-nested-select.entry.js +1 -1
  159. package/dist/esm-es5/wm-optgroup.entry.js +1 -1
  160. package/dist/esm-es5/wm-option_2.entry.js +1 -1
  161. package/dist/esm-es5/wm-pagination.entry.js +1 -1
  162. package/dist/esm-es5/wm-progress-indicator_3.entry.js +1 -1
  163. package/dist/esm-es5/wm-search.entry.js +1 -1
  164. package/dist/esm-es5/wm-snackbar.entry.js +1 -1
  165. package/dist/esm-es5/wm-tab-item_3.entry.js +1 -1
  166. package/dist/esm-es5/wm-tag-input.entry.js +1 -1
  167. package/dist/esm-es5/wm-tag-option.entry.js +1 -1
  168. package/dist/esm-es5/wm-textarea.entry.js +1 -1
  169. package/dist/esm-es5/wm-timepicker.entry.js +1 -1
  170. package/dist/esm-es5/wm-toggletip.entry.js +1 -1
  171. package/dist/esm-es5/wm-uploader.entry.js +1 -1
  172. package/dist/esm-es5/wm-wrapper.entry.js +1 -1
  173. package/dist/loader/cdn.js +1 -2
  174. package/dist/loader/index.cjs.js +1 -2
  175. package/dist/loader/index.d.ts +3 -0
  176. package/dist/loader/index.es2017.js +1 -2
  177. package/dist/loader/index.js +1 -2
  178. package/dist/ripple/{p-65d26233.system.entry.js → p-043901ab.system.entry.js} +1 -1
  179. package/dist/ripple/p-07728274.system.entry.js +1 -0
  180. package/dist/ripple/{p-c1e3c2fb.entry.js → p-08f8d514.entry.js} +1 -1
  181. package/dist/ripple/{p-db9657eb.system.entry.js → p-09a2b674.system.entry.js} +1 -1
  182. package/dist/ripple/p-0a34fcb5.entry.js +1 -0
  183. package/dist/ripple/{p-c853e185.system.entry.js → p-0ddae2a9.system.entry.js} +1 -1
  184. package/dist/ripple/p-0e2a22ae.system.entry.js +1 -0
  185. package/dist/ripple/{p-48e09589.entry.js → p-13b1d775.entry.js} +1 -1
  186. package/dist/ripple/p-1db0e425.system.entry.js +1 -0
  187. package/dist/ripple/p-25876f66.system.entry.js +1 -0
  188. package/dist/ripple/{p-c2e00d4a.system.entry.js → p-26f0e002.system.entry.js} +1 -1
  189. package/dist/ripple/{p-eddbcb21.js → p-28f57d27.js} +1 -1
  190. package/dist/ripple/p-29d4515a.system.entry.js +1 -0
  191. package/dist/ripple/p-302fdc48.system.js +1 -0
  192. package/dist/ripple/p-3f486eed.system.js +1 -0
  193. package/dist/ripple/p-43328b55.entry.js +1 -0
  194. package/dist/ripple/p-45ecb7c2.system.entry.js +1 -0
  195. package/dist/ripple/p-46423187.entry.js +1 -0
  196. package/dist/ripple/p-47ae626d.entry.js +1 -0
  197. package/dist/ripple/p-4c4f6975.system.entry.js +1 -0
  198. package/dist/ripple/p-5012dbbd.system.entry.js +1 -0
  199. package/dist/ripple/p-582f31de.entry.js +1 -0
  200. package/dist/ripple/p-59062511.entry.js +1 -0
  201. package/dist/ripple/p-5e8e65a4.entry.js +1 -0
  202. package/dist/ripple/{p-5284791c.entry.js → p-5eac85ef.entry.js} +1 -1
  203. package/dist/ripple/p-5edde9c7.system.entry.js +1 -0
  204. package/dist/ripple/p-611ae855.entry.js +1 -0
  205. package/dist/ripple/{p-f90e4094.entry.js → p-6353196c.entry.js} +1 -1
  206. package/dist/ripple/p-640ad470.system.entry.js +1 -0
  207. package/dist/ripple/p-65817387.entry.js +1 -0
  208. package/dist/ripple/p-66c550ee.system.entry.js +1 -0
  209. package/dist/ripple/{p-e687176d.entry.js → p-695915d1.entry.js} +1 -1
  210. package/dist/ripple/p-6a44fb2e.system.entry.js +1 -0
  211. package/dist/ripple/{p-5a9e3108.system.entry.js → p-7373746a.system.entry.js} +1 -1
  212. package/dist/ripple/{p-21d372ed.js → p-73ce9af7.js} +1 -1
  213. package/dist/ripple/{p-5300b15d.entry.js → p-76d248e6.entry.js} +1 -1
  214. package/dist/ripple/p-78f2e1a4.entry.js +1 -0
  215. package/dist/ripple/{p-828adbf1.system.js → p-80893d2c.system.js} +1 -1
  216. package/dist/ripple/{p-32bf3f5b.system.entry.js → p-823d7b4e.system.entry.js} +1 -1
  217. package/dist/ripple/p-84ba26d4.entry.js +1 -0
  218. package/dist/ripple/p-88351f28.entry.js +1 -0
  219. package/dist/ripple/p-89a2db02.js +1 -0
  220. package/dist/ripple/p-8c5a6222.system.entry.js +1 -0
  221. package/dist/ripple/p-8f5755ba.system.entry.js +1 -0
  222. package/dist/ripple/{p-0b1c6965.system.entry.js → p-9673d4bb.system.entry.js} +1 -1
  223. package/dist/ripple/p-98722601.system.entry.js +1 -0
  224. package/dist/ripple/{p-45f9ad09.entry.js → p-98df2c1b.entry.js} +1 -1
  225. package/dist/ripple/p-9fce2ede.entry.js +1 -0
  226. package/dist/ripple/p-a792027f.system.entry.js +1 -0
  227. package/dist/ripple/{p-a3c01e10.system.entry.js → p-aacc2eb4.system.entry.js} +1 -1
  228. package/dist/ripple/p-aae2d577.entry.js +1 -0
  229. package/dist/ripple/p-ab4a5b31.system.entry.js +1 -0
  230. package/dist/ripple/p-abb112f9.entry.js +1 -0
  231. package/dist/ripple/{p-ca971eac.system.entry.js → p-abcabbcd.system.entry.js} +1 -1
  232. package/dist/ripple/p-ad7c0be3.entry.js +1 -0
  233. package/dist/ripple/p-b0888c07.entry.js +1 -0
  234. package/dist/ripple/{p-81c2df85.system.js → p-b0dddc8b.system.js} +1 -1
  235. package/dist/ripple/p-bd3d8207.entry.js +1 -0
  236. package/dist/ripple/p-be03eb42.entry.js +1 -0
  237. package/dist/ripple/p-c1861e9f.js +1 -0
  238. package/dist/ripple/p-c1f0c657.entry.js +1 -0
  239. package/dist/ripple/{p-fa4f1030.system.entry.js → p-c34c9cbb.system.entry.js} +1 -1
  240. package/dist/ripple/p-c497187e.entry.js +1 -0
  241. package/dist/ripple/p-c8ecf28b.system.entry.js +1 -0
  242. package/dist/ripple/{p-88ebddd7.entry.js → p-cd0cc88d.entry.js} +1 -1
  243. package/dist/ripple/{p-505eca1c.system.entry.js → p-ce5548d8.system.entry.js} +1 -1
  244. package/dist/ripple/p-cef8a45b.system.js +2 -0
  245. package/dist/ripple/p-d60c6330.system.entry.js +1 -0
  246. package/dist/ripple/p-d9da0502.js +2 -0
  247. package/dist/ripple/p-dbc96051.entry.js +1 -0
  248. package/dist/ripple/p-df694f7b.system.entry.js +1 -0
  249. package/dist/ripple/p-e11f755d.system.js +1 -0
  250. package/dist/ripple/p-e364d638.entry.js +1 -0
  251. package/dist/ripple/{p-72165bd2.entry.js → p-e803fb5c.entry.js} +1 -1
  252. package/dist/ripple/p-e883a4e2.entry.js +1 -0
  253. package/dist/ripple/p-f096fd7b.entry.js +1 -0
  254. package/dist/ripple/{p-3e415c49.system.entry.js → p-f5e126a7.system.entry.js} +1 -1
  255. package/dist/ripple/p-fdcdcf81.system.entry.js +1 -0
  256. package/dist/ripple/p-ffddb512.system.entry.js +1 -0
  257. package/dist/ripple/ripple.esm.js +1 -1
  258. package/dist/ripple/ripple.js +1 -1
  259. package/dist/types/components/wm-modal-pss/wm-modal-pss-footer.d.ts +1 -1
  260. package/dist/types/components/wm-modal-pss/wm-modal-pss-header.d.ts +1 -1
  261. package/dist/types/components/wm-modal-pss/wm-modal-pss.d.ts +33 -0
  262. package/dist/types/stencil-public-runtime.d.ts +3 -10
  263. package/package.json +1 -1
  264. package/dist/cjs/index-e86c28b6.js +0 -2649
  265. package/dist/collection/components/charts/chartFunctions.spec.js +0 -16
  266. package/dist/collection/components/charts/priv-chart-popover/priv-chart-popover.e2e.js +0 -81
  267. package/dist/collection/components/charts/screenshots.e2e.js +0 -96
  268. package/dist/collection/components/charts/wm-chart/wm-chart.e2e.js +0 -213
  269. package/dist/collection/components/charts/wm-chart/wm-chart.spec.js +0 -37
  270. package/dist/collection/components/charts/wm-line-chart/wm-line-chart.e2e.js +0 -176
  271. package/dist/collection/components/charts/wm-line-chart/wm-line-chart.spec.js +0 -163
  272. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.e2e.js +0 -69
  273. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.spec.js +0 -79
  274. package/dist/collection/components/datepickers/priv-calendar/priv-calendar.spec.js +0 -89
  275. package/dist/collection/components/datepickers/wm-date-range.e2e.js +0 -443
  276. package/dist/collection/components/datepickers/wm-date-range.spec.js +0 -22
  277. package/dist/collection/components/datepickers/wm-datepicker.e2e.js +0 -382
  278. package/dist/collection/components/datepickers/wm-datepicker.spec.js +0 -21
  279. package/dist/collection/components/selects/wm-option/wm-option.e2e.js +0 -22
  280. package/dist/collection/components/selects/wm-option/wm-option.spec.js +0 -63
  281. package/dist/collection/components/selects/wm-select/wm-select.e2e.js +0 -521
  282. package/dist/collection/components/selects/wm-select/wm-select.spec.js +0 -271
  283. package/dist/collection/components/wm-action-menu/wm-action-menu.e2e.js +0 -200
  284. package/dist/collection/components/wm-action-menu/wm-action-menu.spec.js +0 -48
  285. package/dist/collection/components/wm-button/wm-button.e2e.js +0 -55
  286. package/dist/collection/components/wm-button/wm-button.spec.js +0 -74
  287. package/dist/collection/components/wm-file/wm-file.spec.js +0 -194
  288. package/dist/collection/components/wm-file-list/wm-file-list.spec.js +0 -69
  289. package/dist/collection/components/wm-input/wm-input.e2e.js +0 -32
  290. package/dist/collection/components/wm-input/wm-input.spec.js +0 -173
  291. package/dist/collection/components/wm-menuitem/wm-menuitem.e2e.js +0 -23
  292. package/dist/collection/components/wm-menuitem/wm-menuitem.spec.js +0 -54
  293. package/dist/collection/components/wm-modal/wm-modal-footer.spec.js +0 -11
  294. package/dist/collection/components/wm-modal/wm-modal-header.spec.js +0 -8
  295. package/dist/collection/components/wm-modal/wm-modal.e2e.js +0 -104
  296. package/dist/collection/components/wm-modal/wm-modal.spec.js +0 -30
  297. package/dist/collection/components/wm-navigation/wm-navigation.e2e.js +0 -102
  298. package/dist/collection/components/wm-navigation/wm-navigation.spec.js +0 -91
  299. package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.e2e.js +0 -50
  300. package/dist/collection/components/wm-navigator/wm-navigator.e2e.js +0 -209
  301. package/dist/collection/components/wm-navigator/wm-navigator.spec.js +0 -177
  302. package/dist/collection/components/wm-pagination/wm-pagination.e2e.js +0 -312
  303. package/dist/collection/components/wm-search/wm-search.e2e.js +0 -76
  304. package/dist/collection/components/wm-search/wm-search.spec.js +0 -71
  305. package/dist/collection/components/wm-snackbar/wm-snackbar.e2e.js +0 -112
  306. package/dist/collection/components/wm-snackbar/wm-snackbar.spec.js +0 -9
  307. package/dist/collection/components/wm-tabs/wm-tabs.e2e.js +0 -91
  308. package/dist/collection/components/wm-tabs/wm-tabs.spec.js +0 -12
  309. package/dist/collection/components/wm-tag-input/wm-tag-input.e2e.js +0 -204
  310. package/dist/collection/components/wm-tag-input/wm-tag-input.spec.js +0 -195
  311. package/dist/collection/components/wm-textarea/wm-textarea.e2e.js +0 -41
  312. package/dist/collection/components/wm-textarea/wm-textarea.spec.js +0 -79
  313. package/dist/collection/components/wm-timepicker/wm-timepicker.e2e.js +0 -163
  314. package/dist/collection/components/wm-timepicker/wm-timepicker.spec.js +0 -147
  315. package/dist/collection/components/wm-toggletip/wm-toggletip.e2e.js +0 -69
  316. package/dist/collection/components/wm-toggletip/wm-toggletip.spec.js +0 -21
  317. package/dist/collection/components/wm-uploader/wm-uploader.e2e.js +0 -70
  318. package/dist/collection/components/wm-uploader/wm-uploader.spec.js +0 -234
  319. package/dist/collection/global/functions.spec.js +0 -126
  320. package/dist/collection/lang/lang.spec.js +0 -20
  321. package/dist/esm/index-558b5a82.js +0 -2618
  322. package/dist/esm-es5/functions-b791a892.js +0 -1
  323. package/dist/esm-es5/global-687694e4.js +0 -1
  324. package/dist/esm-es5/index-558b5a82.js +0 -1
  325. package/dist/ripple/p-012cab20.entry.js +0 -1
  326. package/dist/ripple/p-021ff5fa.system.entry.js +0 -1
  327. package/dist/ripple/p-02deae76.entry.js +0 -1
  328. package/dist/ripple/p-1389302e.system.entry.js +0 -1
  329. package/dist/ripple/p-149a22bf.entry.js +0 -1
  330. package/dist/ripple/p-16f65bf4.js +0 -1
  331. package/dist/ripple/p-1d18d9d2.system.entry.js +0 -1
  332. package/dist/ripple/p-1e625a5e.entry.js +0 -1
  333. package/dist/ripple/p-215793a4.entry.js +0 -1
  334. package/dist/ripple/p-226fe4e0.entry.js +0 -1
  335. package/dist/ripple/p-236af552.entry.js +0 -1
  336. package/dist/ripple/p-2e79fa49.entry.js +0 -1
  337. package/dist/ripple/p-30b905eb.system.entry.js +0 -1
  338. package/dist/ripple/p-311923b2.system.entry.js +0 -1
  339. package/dist/ripple/p-3d50db36.entry.js +0 -1
  340. package/dist/ripple/p-3deaf4d9.system.entry.js +0 -1
  341. package/dist/ripple/p-41550baa.entry.js +0 -1
  342. package/dist/ripple/p-568c595f.js +0 -2
  343. package/dist/ripple/p-6cc07645.system.entry.js +0 -1
  344. package/dist/ripple/p-6d129ef8.system.entry.js +0 -1
  345. package/dist/ripple/p-6e725656.system.entry.js +0 -1
  346. package/dist/ripple/p-6fdfe9f4.system.entry.js +0 -1
  347. package/dist/ripple/p-725230dd.system.entry.js +0 -1
  348. package/dist/ripple/p-749597da.system.entry.js +0 -1
  349. package/dist/ripple/p-77e48f61.system.entry.js +0 -1
  350. package/dist/ripple/p-83be63f6.entry.js +0 -1
  351. package/dist/ripple/p-84ba5b74.entry.js +0 -1
  352. package/dist/ripple/p-902a54c5.entry.js +0 -1
  353. package/dist/ripple/p-a0ecb6d7.system.entry.js +0 -1
  354. package/dist/ripple/p-ab8d78cc.system.js +0 -2
  355. package/dist/ripple/p-ad1bdcd6.js +0 -1
  356. package/dist/ripple/p-add3ab3d.system.js +0 -1
  357. package/dist/ripple/p-ade3d9a9.entry.js +0 -1
  358. package/dist/ripple/p-ae82b3d2.system.js +0 -1
  359. package/dist/ripple/p-aea13873.entry.js +0 -1
  360. package/dist/ripple/p-b01f9998.system.entry.js +0 -1
  361. package/dist/ripple/p-b9dbf1f4.entry.js +0 -1
  362. package/dist/ripple/p-bf7d98d8.entry.js +0 -1
  363. package/dist/ripple/p-c47fab48.entry.js +0 -1
  364. package/dist/ripple/p-c885c7f9.entry.js +0 -1
  365. package/dist/ripple/p-c9543950.system.entry.js +0 -1
  366. package/dist/ripple/p-ca397ba6.system.js +0 -1
  367. package/dist/ripple/p-cad0c5f9.system.entry.js +0 -1
  368. package/dist/ripple/p-cff5d7e9.system.entry.js +0 -1
  369. package/dist/ripple/p-df157138.entry.js +0 -1
  370. package/dist/ripple/p-e081fdc2.system.entry.js +0 -1
  371. package/dist/ripple/p-ed1f6b8d.system.entry.js +0 -1
  372. package/dist/ripple/p-f13b034e.entry.js +0 -1
  373. package/dist/ripple/p-f2101a0d.entry.js +0 -1
  374. package/dist/ripple/p-f24572f5.entry.js +0 -1
  375. package/dist/ripple/p-f3f4620c.entry.js +0 -1
  376. package/dist/ripple/p-f40e1468.system.entry.js +0 -1
  377. package/dist/ripple/p-f4bcee58.system.entry.js +0 -1
  378. package/dist/ripple/p-ff1ed90f.entry.js +0 -1
@@ -59,7 +59,7 @@ export class ProgressMonitor {
59
59
  }))));
60
60
  }
61
61
  render() {
62
- return (h(Host, { class: this.mode === "doughnut" ? "row" : "column" }, this.modeInitialized && this.groupLegend && this.mode === "bar" && this.renderLegend(), this.modeInitialized && h("slot", null)));
62
+ return (h(Host, { key: '6b654a2da62f9ca402ba16163e1d1497c5c99be8', class: this.mode === "doughnut" ? "row" : "column" }, this.modeInitialized && this.groupLegend && this.mode === "bar" && this.renderLegend(), this.modeInitialized && h("slot", { key: 'd3b70aa0e0c409bc0bcf2d6b20ad2b9c44c8eb11' })));
63
63
  }
64
64
  static get is() { return "wm-progress-monitor"; }
65
65
  static get encapsulation() { return "shadow"; }
@@ -544,11 +544,11 @@ export class PrivCalendar {
544
544
  }), class: "header-btn arw-btn" }, h("span", { class: "mdi" }, "\uF142"))), h("div", { "aria-labelledby": "popup-title-year", role: "grid", class: "months" }, h("div", { role: "row", class: "month-row" }, calendar_months.slice(0, 3).map((month, index) => this.renderMonth(month, index))), h("div", { role: "row", class: "month-row" }, calendar_months.slice(3, 6).map((month, index) => this.renderMonth(month, index + 3))), h("div", { role: "row", class: "month-row" }, calendar_months.slice(6, 9).map((month, index) => this.renderMonth(month, index + 6))), h("div", { role: "row", class: "month-row" }, calendar_months.slice(9).map((month, index) => this.renderMonth(month, index + 9))))));
545
545
  }
546
546
  render() {
547
- return (h(Host, { onMouseOut: (ev) => {
547
+ return (h(Host, { key: 'bf3b27c085d62d04e59c469103af514a5652ca39', onMouseOut: (ev) => {
548
548
  // @ts-ignore
549
549
  if (!this.el.parentElement.contains(ev.toElement))
550
550
  this.outOfCal.emit();
551
- }, role: "application", "aria-describedby": "application" }, this.view === "day" ? this.renderDayView() : this.renderMonthView(), h("div", { id: "application", class: "sr-only" }, this.calName, this.calInstructions)));
551
+ }, role: "application", "aria-describedby": "application" }, this.view === "day" ? this.renderDayView() : this.renderMonthView(), h("div", { key: '3433d2109b066f3e3446cc6d8c486a5e303d6939', id: "application", class: "sr-only" }, this.calName, this.calInstructions)));
552
552
  }
553
553
  static get is() { return "priv-calendar"; }
554
554
  static get originalStyleUrls() {
@@ -429,23 +429,23 @@ export class DateRange {
429
429
  }
430
430
  }
431
431
  render() {
432
- return (h(Host, { "aria-busy": "false" }, h("div", { ref: (d) => (this.wrapperEl = d), class: "wrapper" }, h("div", { class: `range-wrapper ${this.calWidth <= this.availSpace ? "cal" : ""}` }, h("div", { class: "label-wrapper", id: "start-label-wrapper" }, h("label", { ref: (e) => (this.labelEl = e), id: "startlabel", htmlFor: "start-date-input", class: "label", title: `${this.labelStart} (${this.dateFormat})` }, this.labelStart, this.requiredField && (h("span", { "aria-hidden": "true", class: "required" }, "*")))), h("div", { class: "label-wrapper", id: "end-label-wrapper" }, h("label", { id: "endlabel", htmlFor: "end-date-input", class: "label", title: `${this.labelEnd} (${this.dateFormat})` }, this.labelEnd, this.requiredField && (h("span", { "aria-hidden": "true", class: "required" }, "*")))), h("input", { disabled: this._disabled, type: "text", id: "start-date-input", class: `date-input input ${this.invalidStart ? "invalid" : ""}`, name: "start-date", placeholder: this.dateFormat, value: this.valueStart, onFocus: () => this.handleFocus(), onInput: (ev) => this.handleStartInput(ev), onBlur: () => this.handleStartInputBlur(), ref: (input) => (this.startInputEl = input), "aria-describedby": "error", "aria-label": this.labelStart, "aria-required": this.requiredField ? "true" : null }), h("div", { id: "hyphen" }, "\u00A0-\u00A0"), h("input", { disabled: this._disabled, type: "text", id: "end-date-input", class: `date-input input ${this.invalidEnd ? "invalid" : ""}`, name: "end-date", placeholder: this.dateFormat, value: this.valueEnd, onFocus: () => this.handleFocus(), onInput: (ev) => this.handleEndInput(ev), onBlur: () => this.handleEndInputBlur(), ref: (input) => (this.endInputEl = input), "aria-describedby": "error", "aria-label": this.labelEnd, "aria-required": this.requiredField ? "true" : null }), h("div", { class: "toggle-wrapper", id: "toggle-wrapper" }, this.calWidth <= this.availSpace && (h("button", { disabled: this.disabled, onClick: this.togglePopup.bind(this), "aria-describedby": "start-date-input end-date-input", "aria-label": intl.formatMessage({
432
+ return (h(Host, { key: 'ffe68e278952d867cd9d1bf4945a91a9218aff41', "aria-busy": "false" }, h("div", { key: '256076b4ecb500f80bde6a0f4b74e0e090a8ebba', ref: (d) => (this.wrapperEl = d), class: "wrapper" }, h("div", { key: '1a16aee3f2c90b120fea6c3de7853a5f58f95c2b', class: `range-wrapper ${this.calWidth <= this.availSpace ? "cal" : ""}` }, h("div", { key: '2bf81bc7b7820b71820fa903f612247deb6b8592', class: "label-wrapper", id: "start-label-wrapper" }, h("label", { key: '09e8a0ee78eb5f19f6a3e94ce8c2bfefaff4a909', ref: (e) => (this.labelEl = e), id: "startlabel", htmlFor: "start-date-input", class: "label", title: `${this.labelStart} (${this.dateFormat})` }, this.labelStart, this.requiredField && (h("span", { key: '0deb9d862a52d6b044572a06645408805be1126e', "aria-hidden": "true", class: "required" }, "*")))), h("div", { key: 'ec5368e1736f8b83290238b483965aab0f9f3945', class: "label-wrapper", id: "end-label-wrapper" }, h("label", { key: '6cb070abde6ce9064a030c408894f29af6118984', id: "endlabel", htmlFor: "end-date-input", class: "label", title: `${this.labelEnd} (${this.dateFormat})` }, this.labelEnd, this.requiredField && (h("span", { key: 'e4def58969ee10495955c76ff6df4af0b721d98b', "aria-hidden": "true", class: "required" }, "*")))), h("input", { key: '141c909bdeae5c05fc5ca24bfe3f62c756c59bb1', disabled: this._disabled, type: "text", id: "start-date-input", class: `date-input input ${this.invalidStart ? "invalid" : ""}`, name: "start-date", placeholder: this.dateFormat, value: this.valueStart, onFocus: () => this.handleFocus(), onInput: (ev) => this.handleStartInput(ev), onBlur: () => this.handleStartInputBlur(), ref: (input) => (this.startInputEl = input), "aria-describedby": "error", "aria-label": this.labelStart, "aria-required": this.requiredField ? "true" : null }), h("div", { key: '71e1f4d5bfac5687c6c0dc78b0c7bf0e23963932', id: "hyphen" }, "\u00A0-\u00A0"), h("input", { key: '66da2b524e10f19471dfe98e8088f29223fcf1e5', disabled: this._disabled, type: "text", id: "end-date-input", class: `date-input input ${this.invalidEnd ? "invalid" : ""}`, name: "end-date", placeholder: this.dateFormat, value: this.valueEnd, onFocus: () => this.handleFocus(), onInput: (ev) => this.handleEndInput(ev), onBlur: () => this.handleEndInputBlur(), ref: (input) => (this.endInputEl = input), "aria-describedby": "error", "aria-label": this.labelEnd, "aria-required": this.requiredField ? "true" : null }), h("div", { key: 'd13e35362381766550f1555db5bc86043f29ae55', class: "toggle-wrapper", id: "toggle-wrapper" }, this.calWidth <= this.availSpace && (h("button", { key: '083f289ad53ef80ebf5bcb04f28cb85f4bf1cce6', disabled: this.disabled, onClick: this.togglePopup.bind(this), "aria-describedby": "start-date-input end-date-input", "aria-label": intl.formatMessage({
433
433
  id: "date.selectRange",
434
434
  defaultMessage: "Select range",
435
435
  description: "Button text for screen readers.",
436
- }), ref: (el) => (this.toggleEl = el), "aria-expanded": `${this.isExpanded}`, class: "toggle", id: "toggle" }, h("span", { class: "calendar", title: intl.formatMessage({
436
+ }), ref: (el) => (this.toggleEl = el), "aria-expanded": `${this.isExpanded}`, class: "toggle", id: "toggle" }, h("span", { key: 'c127dd1ac1f883218997250dc0455d2cd67b4e54', class: "calendar", title: intl.formatMessage({
437
437
  id: "date.calendarView",
438
438
  defaultMessage: "Calendar View",
439
439
  description: "Calendar button",
440
- }) })))), this.renderCalendars()), h("div", null, h("div", { id: "live-region", "aria-live": "polite", "aria-relevant": "text", class: "sr-only" }), h("div", { id: "month-title", class: "sr-only" }, intl.formatMessage({
440
+ }) })))), this.renderCalendars()), h("div", { key: 'f73ab32bcf2cebc82a8afd9129a1d3fcf9e0bc2b' }, h("div", { key: '2d7f933a92f36483ecfd801c4ae17bf7baa92c71', id: "live-region", "aria-live": "polite", "aria-relevant": "text", class: "sr-only" }), h("div", { key: 'ca4fd9da247934ff4644b099c883fed0158d0c86', id: "month-title", class: "sr-only" }, intl.formatMessage({
441
441
  id: "date.selectMonth",
442
442
  defaultMessage: "Activate to select a month.",
443
443
  description: "Calendar button",
444
- })), h("div", { id: "year-title", class: "sr-only" }, intl.formatMessage({
444
+ })), h("div", { key: '22d83e68a09a15072afcc3368fdf957838a5da1f', id: "year-title", class: "sr-only" }, intl.formatMessage({
445
445
  id: "date.selectYear",
446
446
  defaultMessage: "Activate to select a year.",
447
447
  description: "Calendar button",
448
- }))), h("div", { id: "error", class: "error" }, this.errorMessage), h("div", { ref: (el) => (this.liveRegionEl = el), class: "sr-only", "aria-live": "polite", "aria-atomic": "true" }))));
448
+ }))), h("div", { key: '6fbc73d0c1d280133b445c9fd4acd14a1be673e0', id: "error", class: "error" }, this.errorMessage), h("div", { key: '4dac5d364845b7a4c656db95e0aae877b902692b', ref: (el) => (this.liveRegionEl = el), class: "sr-only", "aria-live": "polite", "aria-atomic": "true" }))));
449
449
  }
450
450
  static get is() { return "wm-date-range"; }
451
451
  static get encapsulation() { return "shadow"; }
@@ -720,14 +720,17 @@ export class DateRange {
720
720
  "complexType": {
721
721
  "signature": "(inputFormat: string, outputFormat: string, date?: string) => Promise<string>",
722
722
  "parameters": [{
723
- "tags": [],
724
- "text": ""
723
+ "name": "inputFormat",
724
+ "type": "string",
725
+ "docs": ""
725
726
  }, {
726
- "tags": [],
727
- "text": ""
727
+ "name": "outputFormat",
728
+ "type": "string",
729
+ "docs": ""
728
730
  }, {
729
- "tags": [],
730
- "text": ""
731
+ "name": "date",
732
+ "type": "string | undefined",
733
+ "docs": ""
731
734
  }],
732
735
  "references": {
733
736
  "Promise": {
@@ -746,8 +749,9 @@ export class DateRange {
746
749
  "complexType": {
747
750
  "signature": "(input?: string) => Promise<boolean>",
748
751
  "parameters": [{
749
- "tags": [],
750
- "text": ""
752
+ "name": "input",
753
+ "type": "string | undefined",
754
+ "docs": ""
751
755
  }],
752
756
  "references": {
753
757
  "Promise": {
@@ -212,23 +212,23 @@ export class DatePicker {
212
212
  this.liveRegionEl.textContent = message;
213
213
  }
214
214
  render() {
215
- return (h(Host, { "aria-busy": "false", class: `${this.errorMessage ? "invalid" : ""}` }, h("div", { ref: (d) => (this.dpWrapperEl = d), class: `wrapper label-${this.labelPosition} ${this.errorMessage ? "invalid" : ""}` }, h("div", { class: "label-wrapper", ref: (e) => (this.labelWrapperEl = e) }, this.labelPosition !== "none" && (h("label", { id: "datepickerLabel", htmlFor: "date-input", class: "label", title: `${this.label} (${this.dateFormat})` }, this.label, this.requiredField && (h("span", { "aria-hidden": "true", class: "required" }, "*"))))), h("div", null, h("div", { class: "single-wrapper input" }, h("input", { disabled: this.isDisabled, type: "text", id: "single-date-input", class: "date-input", name: "date", placeholder: this.dateFormat, value: this.value, onFocus: () => this.handleInputFocus(), onInput: (ev) => this.handleInput(ev), onBlur: () => this.handleInputBlur(), onChange: () => this.handleInputChange(), ref: (input) => (this.inputEl = input), "aria-describedby": "error", "aria-label": this.label, "aria-required": this.requiredField ? "true" : null }), h("div", { class: "container", id: "wm-container" }, h("button", { disabled: this.disabled, onClick: this.togglePopup.bind(this), "aria-label": intl.formatMessage({
215
+ return (h(Host, { key: 'daac54e642a4c00b37dff5167cf0fd3322b98874', "aria-busy": "false", class: `${this.errorMessage ? "invalid" : ""}` }, h("div", { key: '0633196770bcd3965a8fe60ecd1972653ed3e25c', ref: (d) => (this.dpWrapperEl = d), class: `wrapper label-${this.labelPosition} ${this.errorMessage ? "invalid" : ""}` }, h("div", { key: 'ba80e128d0345635d90c4641c508d05eb4d3794e', class: "label-wrapper", ref: (e) => (this.labelWrapperEl = e) }, this.labelPosition !== "none" && (h("label", { key: '4905e937c7e6249537c5ed43f77331883d006794', id: "datepickerLabel", htmlFor: "date-input", class: "label", title: `${this.label} (${this.dateFormat})` }, this.label, this.requiredField && (h("span", { key: '637e35c7f255629aa75cf177822154a1e6e6e7b3', "aria-hidden": "true", class: "required" }, "*"))))), h("div", { key: '8676b6e03022cd8787d0a77a0b3e6c4dd8419b59' }, h("div", { key: 'e9f24478e3beb32f38ef65aff197d7872e1f3d67', class: "single-wrapper input" }, h("input", { key: '4661fedeafd62c45e1aec2aad699faede4d750b6', disabled: this.isDisabled, type: "text", id: "single-date-input", class: "date-input", name: "date", placeholder: this.dateFormat, value: this.value, onFocus: () => this.handleInputFocus(), onInput: (ev) => this.handleInput(ev), onBlur: () => this.handleInputBlur(), onChange: () => this.handleInputChange(), ref: (input) => (this.inputEl = input), "aria-describedby": "error", "aria-label": this.label, "aria-required": this.requiredField ? "true" : null }), h("div", { key: '0a2afc12a5e44bcb8a9deb92c7171945c67289f4', class: "container", id: "wm-container" }, h("button", { key: 'b6b63ef23dee93ff470de4d5a5d2769086bcb808', disabled: this.disabled, onClick: this.togglePopup.bind(this), "aria-label": intl.formatMessage({
216
216
  id: "date.selectDate",
217
217
  defaultMessage: "Select date",
218
218
  description: "Button text for screen readers.",
219
- }), "aria-describedby": "single-date-input", ref: (el) => (this.toggleEl = el), "aria-expanded": `${this.isExpanded}`, class: "toggle", id: "toggle" }, h("span", { class: "calendar", title: intl.formatMessage({
219
+ }), "aria-describedby": "single-date-input", ref: (el) => (this.toggleEl = el), "aria-expanded": `${this.isExpanded}`, class: "toggle", id: "toggle" }, h("span", { key: 'debb3ae89f32960a7a269b9f6c951f5bb7bfd874', class: "calendar", title: intl.formatMessage({
220
220
  id: "date.calendarView",
221
221
  defaultMessage: "Calendar View",
222
222
  description: "Calendar button",
223
- }) })), h("div", { class: `popup-wrapper ${this.calEl && this.calEl.view}-view ${this.openUp ? "expand-upwards" : ""}`, id: "popup-wrapper", ref: (el) => (this.popupEl = el), onClick: () => (this.popupClicked = true) }, h("div", { tabIndex: 0, onFocus: () => this.calEl.focusLastFocusable() }), h("priv-calendar", { ref: (el) => (this.calEl = el), startDate: this.calendarDate, focusDate: this.calendarDate, class: "inside" }), h("div", { tabIndex: 0, onFocus: () => this.calEl.focusFirstFocusable() })), h("div", { id: "live-region", "aria-live": "polite", "aria-relevant": "text", class: "sr-only" }), h("div", { id: "month-title", class: "sr-only" }, intl.formatMessage({
223
+ }) })), h("div", { key: '87ff9723a2960d5725f5f731dcc0d30719a8bb09', class: `popup-wrapper ${this.calEl && this.calEl.view}-view ${this.openUp ? "expand-upwards" : ""}`, id: "popup-wrapper", ref: (el) => (this.popupEl = el), onClick: () => (this.popupClicked = true) }, h("div", { key: '989a9bc4bd537394bfb2fe1ecd83311bb57187d4', tabIndex: 0, onFocus: () => this.calEl.focusLastFocusable() }), h("priv-calendar", { key: '3253b7e256dc7137aae2c4c2a79099e0093ecc65', ref: (el) => (this.calEl = el), startDate: this.calendarDate, focusDate: this.calendarDate, class: "inside" }), h("div", { key: '9cacded01a3163bebd249d6ed4601ca9a6c3dfd0', tabIndex: 0, onFocus: () => this.calEl.focusFirstFocusable() })), h("div", { key: 'fe890d55779f0619bc6c144d1fd47cc2cb26fe04', id: "live-region", "aria-live": "polite", "aria-relevant": "text", class: "sr-only" }), h("div", { key: '71e28a0c1aaa2c1ddce511bfbf0d9cf6794382ab', id: "month-title", class: "sr-only" }, intl.formatMessage({
224
224
  id: "date.selectMonth",
225
225
  defaultMessage: "Activate to select a month.",
226
226
  description: "Calendar button",
227
- })), h("div", { id: "year-title", class: "sr-only" }, intl.formatMessage({
227
+ })), h("div", { key: '2df13fae273fd2186e35d50ab58d888b45bf0b40', id: "year-title", class: "sr-only" }, intl.formatMessage({
228
228
  id: "date.selectYear",
229
229
  defaultMessage: "Activate to select a year.",
230
230
  description: "Calendar button",
231
- })))), h("div", { id: "error", class: "error" }, this.errorMessage), h("div", { ref: (el) => (this.liveRegionEl = el), class: "sr-only", "aria-live": "polite", "aria-atomic": "true" })))));
231
+ })))), h("div", { key: '71ca47b61c3ffd7e19c273ae3e4c68a7f3ef1afd', id: "error", class: "error" }, this.errorMessage), h("div", { key: '5adc31a91d03cd34d01e48a88617481051905341', ref: (el) => (this.liveRegionEl = el), class: "sr-only", "aria-live": "polite", "aria-atomic": "true" })))));
232
232
  }
233
233
  static get is() { return "wm-datepicker"; }
234
234
  static get encapsulation() { return "shadow"; }
@@ -433,14 +433,17 @@ export class DatePicker {
433
433
  "complexType": {
434
434
  "signature": "(inputFormat: string, outputFormat: string, date?: string) => Promise<string>",
435
435
  "parameters": [{
436
- "tags": [],
437
- "text": ""
436
+ "name": "inputFormat",
437
+ "type": "string",
438
+ "docs": ""
438
439
  }, {
439
- "tags": [],
440
- "text": ""
440
+ "name": "outputFormat",
441
+ "type": "string",
442
+ "docs": ""
441
443
  }, {
442
- "tags": [],
443
- "text": ""
444
+ "name": "date",
445
+ "type": "string | undefined",
446
+ "docs": ""
444
447
  }],
445
448
  "references": {
446
449
  "Promise": {
@@ -459,8 +462,9 @@ export class DatePicker {
459
462
  "complexType": {
460
463
  "signature": "(input?: string) => Promise<boolean>",
461
464
  "parameters": [{
462
- "tags": [],
463
- "text": ""
465
+ "name": "input",
466
+ "type": "string | undefined",
467
+ "docs": ""
464
468
  }],
465
469
  "references": {
466
470
  "Promise": {
@@ -144,4 +144,13 @@
144
144
  pointer-events: none;
145
145
  padding-right: 0.5rem;
146
146
  font-size: 1.28rem;
147
+ }
148
+ .return-btn .return-btn-label {
149
+ display: flex;
150
+ flex-grow: 1;
151
+ justify-content: space-between;
152
+ }
153
+ .return-btn .return-btn-label .selection-count {
154
+ font-weight: 400;
155
+ font-style: italic;
147
156
  }
@@ -369,10 +369,21 @@ export class PrivOptionList {
369
369
  this.announcement = message;
370
370
  }
371
371
  renderReturnBtn() {
372
+ const selectionCount = this.childOptions.filter((o) => o.selected).length;
373
+ const singleSelectionCountMessage = intl.formatMessage({
374
+ id: "select.optgroupSingleSelectionCount",
375
+ defaultMessage: "Item Selected",
376
+ description: "Text indicating number of selected in a group, where only a single selection is possible.",
377
+ }, { numSelected: selectionCount });
378
+ const multipleSelectionCountMessage = intl.formatMessage({
379
+ id: "select.optgroupMultipleSelectionCount",
380
+ defaultMessage: "{numSelected} Selected",
381
+ description: "Text indicating number of selected in a group, where multiple selections are possible.",
382
+ }, { numSelected: selectionCount });
372
383
  return (h("button", { ref: (el) => (this.returnBtnEl = el), id: "return-btn", class: "return-btn", onKeyDown: (ev) => this.handleKeyDown(ev), onClick: () => {
373
384
  //@ts-ignore -- Check out this one weird trick TypeScript doesn't want you to know about
374
385
  this.el.getRootNode().host.isExpanded = false;
375
- } }, this.optgroupLabel));
386
+ } }, h("div", { class: "return-btn-label" }, this.optgroupLabel, selectionCount > 0 && (h("span", { class: "selection-count" }, this.multiple ? multipleSelectionCountMessage : singleSelectionCountMessage)))));
376
387
  }
377
388
  renderSearchField() {
378
389
  return (h("div", { class: "search" }, h("div", { class: "searchfield-wrapper", ref: (el) => (this.searchFieldWrapperEl = el) }, h("div", { class: "icon" }), h("input", { ref: (el) => (this.searchFieldEl = el), class: "searchfield", role: "combobox", "aria-controls": "list",
@@ -395,7 +406,7 @@ export class PrivOptionList {
395
406
  return (h("div", { class: "non-options-wrapper" }, this.isInNestedSelect && this.renderReturnBtn(), this.search && this.renderSearchField(), this.visibleSelectAllButton && this.renderSelectAllButton()));
396
407
  }
397
408
  render() {
398
- return (h("div", { class: "list-wrapper" }, (this.isInNestedSelect || this.search || this.visibleSelectAllButton) && this.renderNonOptions(), 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), style: { "--max-height": this.effectiveMaxHeight } }, this.searchTerm && this.filteredOptions.length === 0 && this.renderSearchFailedMessage(), this.multiple && this.renderCloneOptions(), h("slot", null)), h("div", { id: "optionlist-announcement", "aria-live": "polite", "aria-atomic": "true", class: "sr-only", ref: (el) => (this.liveRegionEl = el) }, this.announcement)));
409
+ return (h("div", { key: '28c02863c7c01cbbe56fa4e82166526ddd7f8891', class: "list-wrapper" }, (this.isInNestedSelect || this.search || this.visibleSelectAllButton) && this.renderNonOptions(), h("div", { key: '091f207da308fc76ec1d8e5867572d959183a78f', id: "list", class: "options-wrapper", tabindex: -1, role: "listbox", "aria-multiselectable": this.multiple ? "true" : null, "aria-labelledby": "label", ref: (el) => (this.listboxEl = el), style: { "--max-height": this.effectiveMaxHeight } }, this.searchTerm && this.filteredOptions.length === 0 && this.renderSearchFailedMessage(), this.multiple && this.renderCloneOptions(), h("slot", { key: '1c2567fcbaab7f48c98258526e3878319c618c8d' })), h("div", { key: 'd235fc36a5862b755dd03583b59166aeab77073f', id: "optionlist-announcement", "aria-live": "polite", "aria-atomic": "true", class: "sr-only", ref: (el) => (this.liveRegionEl = el) }, this.announcement)));
399
410
  }
400
411
  static get is() { return "priv-option-list"; }
401
412
  static get originalStyleUrls() {
@@ -679,8 +690,9 @@ export class PrivOptionList {
679
690
  "complexType": {
680
691
  "signature": "(option: HTMLElement) => Promise<void>",
681
692
  "parameters": [{
682
- "tags": [],
683
- "text": ""
693
+ "name": "option",
694
+ "type": "HTMLElement",
695
+ "docs": ""
684
696
  }],
685
697
  "references": {
686
698
  "Promise": {
@@ -703,8 +715,9 @@ export class PrivOptionList {
703
715
  "complexType": {
704
716
  "signature": "(optionToSelect?: \"next\" | \"previous\") => Promise<void>",
705
717
  "parameters": [{
706
- "tags": [],
707
- "text": ""
718
+ "name": "optionToSelect",
719
+ "type": "\"next\" | \"previous\" | undefined",
720
+ "docs": ""
708
721
  }],
709
722
  "references": {
710
723
  "Promise": {
@@ -325,16 +325,16 @@ export class NestedSelect {
325
325
  this.isExpanded ? this.close() : this.open();
326
326
  },
327
327
  };
328
- 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,
328
+ return (h(Host, { key: '8bdf715eb33f279241d9fa4debd96e3777f5ef2f', onBlur: (ev) => this.handleComponentBlur(ev) }, h("div", { key: 'd632942807cfaa8c57848020609eaf24fd50427e', class: `wrapper ${getTextDir()} label-${this.labelPosition} ${this.errorMessage ? "invalid" : ""}` }, h("div", { key: 'b19dd38ca4fdd2b64747d97ae7aec68875e335c1', class: "label-wrapper" }, h("label", { key: '472bbf0c26a75710ee9902cddd309fe2a69cf6f5', class: "label", id: "label", htmlFor: "selectbtn" }, this.label,
329
329
  // we can't use aria-required or required attributes because it's invalid on the elements we're using (button controlling a listbox)
330
- 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 ${this.isExpanded ? "expanded" : ""}`, ref: (el) => (this.buttonEl = el), onBlur: (ev) => this.handleButtonBlur(ev) }), h("span", { class: "overflowcontrol" }, h("span", { class: "button-text" }, this.renderButtonText())), this.renderOverflowCount(), h("div", { ref: (el) => (this.measurementAreaEl = el), class: "measurement-area", "aria-hidden": "true" })), h("div", { class: `dropdown ${this.openUp ? "upwards" : ""}`, ref: (el) => (this.dropdownEl = el) }, h("div", { ref: (el) => (this.menuEl = el), class: "menu", style: { "--max-height": this.constrainedMaxHeight }, tabIndex: -1 }, this.renderClearSelectionButton(), this.optgroupEls.map((optgroupEl) => {
330
+ this.requiredField ? (h("span", { class: "required" }, h("span", { class: "sr-only" }, globalMessages.requiredField), h("span", { "aria-hidden": "true" }, "*"))) : (""))), h("div", { key: 'f56d978780837c31b8e67b300b745ea26584771c', class: "button-wrapper" }, h("button", Object.assign({ key: '637868c4663e9612f37670f2fced8998c1f33cba' }, buttonProps, { class: `displayedoption ${this.isExpanded ? "expanded" : ""}`, ref: (el) => (this.buttonEl = el), onBlur: (ev) => this.handleButtonBlur(ev) }), h("span", { key: '146835dda07e7de2ee39b69bfc022608fa9d1fea', class: "overflowcontrol" }, h("span", { key: '5bc94cd32e40c500830259d7d663665b6853d3e6', class: "button-text" }, this.renderButtonText())), this.renderOverflowCount(), h("div", { key: '36df1e4a0dff30cc1ac83f93a2fc17fa1c7b2a8c', ref: (el) => (this.measurementAreaEl = el), class: "measurement-area", "aria-hidden": "true" })), h("div", { key: '5a7226c6ecd53fd942d42d2968aae238b39e3190', class: `dropdown ${this.openUp ? "upwards" : ""}`, ref: (el) => (this.dropdownEl = el) }, h("div", { key: '028926e42fcec4f043455638c7eabf5d68418a00', ref: (el) => (this.menuEl = el), class: "menu", style: { "--max-height": this.constrainedMaxHeight }, tabIndex: -1 }, this.renderClearSelectionButton(), this.optgroupEls.map((optgroupEl) => {
331
331
  return (h("button", { class: `menuitem group-btn ${optgroupEl.disabled ? "disabled" : ""}`, role: "menuitem", "data-label": optgroupEl.label, tabindex: -1, "aria-disabled": optgroupEl.disabled, onClick: () => {
332
332
  if (!optgroupEl.disabled) {
333
333
  optgroupEl.isExpanded = !optgroupEl.isExpanded;
334
334
  forceUpdate(this.el);
335
335
  }
336
336
  }, onKeyDown: (ev) => this.handleMenuitemKeydown(ev) }, h("span", null, optgroupEl.label), this.renderSelectionCount(optgroupEl), optgroupEl.disabled && h("div", { class: "disabled-indication" }, "Disabled")));
337
- })), h("div", { ref: (el) => (this.optListWrapperEl = el), class: "option-list-wrapper hidden" }, h("slot", null))), h("div", { id: "error", class: this.errorMessage ? "error-message" : "" }, this.errorMessage))), h("div", { id: "nestedselect-announcement", "aria-live": "assertive", "aria-atomic": "true", class: "sr-only", ref: (el) => (this.liveRegionEl = el) }, this.announcement)));
337
+ })), h("div", { key: '7c2b858066e8f2003851fc667f9e22a6ac19c913', ref: (el) => (this.optListWrapperEl = el), class: "option-list-wrapper hidden" }, h("slot", { key: '60998f73f97192b7f8b6f38bae4029b6463b91b8' }))), h("div", { key: 'f07a3ce9db1a2f1afb202628abcdfdeec6dad9c3', id: "error", class: this.errorMessage ? "error-message" : "" }, this.errorMessage))), h("div", { key: 'c27bfdca0fe25bd8f582ebb400f1c8c3d85d92c5', id: "nestedselect-announcement", "aria-live": "assertive", "aria-atomic": "true", class: "sr-only", ref: (el) => (this.liveRegionEl = el) }, this.announcement)));
338
338
  }
339
339
  static get is() { return "wm-nested-select"; }
340
340
  static get encapsulation() { return "shadow"; }
@@ -48,7 +48,7 @@ export class Optgroup {
48
48
  handleDisabledAttribute(this.el, this.isDisabled);
49
49
  }
50
50
  render() {
51
- return (h(Host, null, h("div", { class: `list-wrapper` }, h("priv-option-list", { ref: (el) => (this.optionListEl = el), multiple: this.parentNestedSelect.multiple, search: this.parentNestedSelect.search, maxHeight: this.parentNestedSelect.constrainedMaxHeight, searchPlaceholder: this.parentNestedSelect.searchPlaceholder, optgroupLabel: this.label, selectAll: this.parentNestedSelect.selectAll, onOptionListAllSelected: () => this.wmOptgroupAllSelected.emit(), onOptionListAllDeselected: () => this.wmOptgroupAllDeselected.emit() }, h("slot", null)))));
51
+ return (h(Host, { key: 'c7346999bce1b73df8266dc227ae49234ec3fa11' }, h("div", { key: 'f89b86707366f8e05b9b772d9669481478d62f31', class: `list-wrapper` }, h("priv-option-list", { key: '4319602bb92d901947bb1d7b1f0cc4c3c2bb49ce', ref: (el) => (this.optionListEl = el), multiple: this.parentNestedSelect.multiple, search: this.parentNestedSelect.search, maxHeight: this.parentNestedSelect.constrainedMaxHeight, searchPlaceholder: this.parentNestedSelect.searchPlaceholder, optgroupLabel: this.label, selectAll: this.parentNestedSelect.selectAll, onOptionListAllSelected: () => this.wmOptgroupAllSelected.emit(), onOptionListAllDeselected: () => this.wmOptgroupAllDeselected.emit() }, h("slot", { key: 'bbb9dd15cf69b940b2febd4ce7096d67f8bd65ab' })))));
52
52
  }
53
53
  static get is() { return "wm-optgroup"; }
54
54
  static get encapsulation() { return "shadow"; }
@@ -143,7 +143,7 @@ export class Option {
143
143
  this.parentOptionList.addEventListener("optionListSearchChanged", (ev) => this.handleSearch(ev));
144
144
  }
145
145
  render() {
146
- return (h(Host, { role: "option", tabindex: this.focused ? 0 : -1, class: this.hostClasses }, h("div", { class: `option-wrapper ${this.parentOptionList.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)));
146
+ return (h(Host, { key: '3eb0ac742c4deec426e3892c918c87a99c16e221', role: "option", tabindex: this.focused ? 0 : -1, class: this.hostClasses }, h("div", { key: '67f56f7490a5dd2e4245c1db1144fb5574cf9d0c', class: `option-wrapper ${this.parentOptionList.multiple ? "checkbox" : ""}` }, h("span", { key: '4aa932174fa6e483c079cc078bfa10b0a0e6cf58', class: "option-text", "aria-hidden": "true", ref: (el) => (this.textEl = el) }, this.el.textContent), h("span", { key: '2f9bfcefb78a1807cd5cc945cd2cc9c09250bab0', class: "sr-only" }, this.el.textContent)), h("div", { key: '7a205ace75eec0fb2b61e8aa7f5b168c2ce6e02a', class: "subinfo" }, this.subinfo)));
147
147
  }
148
148
  static get is() { return "wm-option"; }
149
149
  static get encapsulation() { return "shadow"; }
@@ -240,9 +240,9 @@ export class Select {
240
240
  ["aria-expanded"]: this.isExpanded ? "true" : "false",
241
241
  onClick: () => (this.isExpanded ? this.close() : this.open()),
242
242
  };
243
- 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,
243
+ return (h(Host, { key: '57a0002f9efb461adcd1e92c0f837de821bbe20b', onBlur: (ev) => this.handleComponentBlur(ev) }, h("div", { key: '76afb691d241e6fae015e66f765402526a04028b', class: `wrapper ${getTextDir()} label-${this.labelPosition} ${this.errorMessage ? "invalid" : ""}` }, h("div", { key: '0a9b4fabb41e2dbfd363c6bb2a6cc9d7b7a994de', class: "label-wrapper" }, h("label", { key: '7f16c73d8a2ba013017379f476b84b3b196a3e8a', class: "label", id: "label", htmlFor: "selectbtn" }, this.label,
244
244
  // we can't use aria-required or required attributes because it's invalid on the elements we're using (button controlling a listbox)
245
- 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", { ref: (el) => (this.measurementAreaEl = el), class: "measurement-area", "aria-hidden": "true" })), h("div", { class: `dropdown ${this.isExpanded ? "open" : ""} ${this.openUp ? "upwards" : ""}`, ref: (el) => (this.dropdownEl = el) }, h("priv-option-list", { ref: (el) => (this.optionListEl = el), multiple: this.multiple, search: this.search, selectAll: this.selectAll, maxHeight: this.maxHeight, searchPlaceholder: this.searchPlaceholder, onOptionListCloseRequested: () => this.close(), onOptionListAllSelected: () => this.wmSelectAllSelected.emit(), onOptionListAllDeselected: () => this.wmSelectAllDeselected.emit() }, 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)))));
245
+ this.requiredField ? (h("span", { class: "required" }, h("span", { class: "sr-only" }, globalMessages.requiredField), h("span", { "aria-hidden": "true" }, "*"))) : (""))), h("div", { key: 'f56117aaf4d57f2ff9d87131993ffb9032948f75', class: "button-wrapper" }, h("button", Object.assign({ key: 'c370944426c3336451acd0263a5077d71e813176' }, buttonProps, { class: "displayedoption", ref: (el) => (this.buttonEl = el), onBlur: (ev) => this.handleButtonBlur(ev), onFocus: () => this.close() }), h("span", { key: '0094f77d57cf492f2eefd69006c333c0f023ecf5', class: `overflowcontrol ${showSubinfo ? "hassubinfo" : ""}` }, h("span", { key: 'a36e478206e7a569b90eede0560cdb3d71df61d9', class: "button-text" }, this.renderButtonText()), showSubinfo && h("span", { key: '8dea29a1d76d94bed35862f71d8bf4478074b575', class: "subinfo" }, this.selectedOptions[0].subinfo)), this.renderOverflowCount(), h("div", { key: '23e51e2a19ac848a03cd3620ee7de3c80cf78324', ref: (el) => (this.measurementAreaEl = el), class: "measurement-area", "aria-hidden": "true" })), h("div", { key: '585dc33ce18742750e02ef1d6839966bf3d54557', class: `dropdown ${this.isExpanded ? "open" : ""} ${this.openUp ? "upwards" : ""}`, ref: (el) => (this.dropdownEl = el) }, h("priv-option-list", { key: 'c9cae74eed5c767d895902732a85763246684d24', ref: (el) => (this.optionListEl = el), multiple: this.multiple, search: this.search, selectAll: this.selectAll, maxHeight: this.maxHeight, searchPlaceholder: this.searchPlaceholder, onOptionListCloseRequested: () => this.close(), onOptionListAllSelected: () => this.wmSelectAllSelected.emit(), onOptionListAllDeselected: () => this.wmSelectAllDeselected.emit() }, h("slot", { key: 'ed0e326878981f5d809acf8fd5df378b8ce3555f' }))), h("div", { key: '0e904a4fc0ac111b2ad0d1b311de8710b494f144', id: "error", class: this.errorMessage ? "error-message" : "" }, this.errorMessage), h("div", { key: 'edc0db9c385616fd51fcd70ae5fea961eac84ccf', id: "announcement", "aria-live": "polite", "aria-atomic": "true", class: "sr-only", ref: (el) => (this.liveRegionEl = el) }, this.announcement)))));
246
246
  }
247
247
  static get is() { return "wm-select"; }
248
248
  static get encapsulation() { return "shadow"; }
@@ -190,7 +190,7 @@ export class ActionMenu {
190
190
  return null;
191
191
  }
192
192
  render() {
193
- return (h(Host, { onBlur: () => this.close(false) }, h("div", { class: getTextDir() }, h("wm-button", { "button-type": this.internalButtonType, tooltip: this.tooltip, "custom-background": this.darkMode ? "dark" : undefined, "label-for-identical-buttons": this.labelForIdenticalButtons, icon: this.actionMenuType === "icon" ? "f1d9" : "", iconSize: this.actionMenuType === "icon" ? "24px" : undefined, id: "menubtn", onClick: () => (this.isExpanded ? this.close() : this.open()), onBlur: (ev) => this.handleButtonBlur(ev), disabled: this.disabled, ref: (el) => (this.wmButtonEl = el), "tooltip-position": this.tooltipPosition || this.horizontalPosition, "aria-haspopup": "true", "aria-expanded": this.isExpanded ? "true" : "false", "aria-controls": "menu" }, this.buttonText), h("div", { class: `dropdown ${this.openUp ? "open-up" : ""} ${this.horizontalPosition} ${this.isExpanded ? "open" : ""} hidden`, id: "menu", tabindex: -1, role: "menu", ref: (el) => (this.itemsEl = el) }, h("slot", null)))));
193
+ return (h(Host, { key: '36e8155b6296f8ff6e311de6c2c2069398b5da23', onBlur: () => this.close(false) }, h("div", { key: 'aa3a2fbdf09dd977d396b85f340bf7a675a97651', class: getTextDir() }, h("wm-button", { key: '634a8db4b695741c3c4903e3804b601ca2d27e88', "button-type": this.internalButtonType, tooltip: this.tooltip, "custom-background": this.darkMode ? "dark" : undefined, "label-for-identical-buttons": this.labelForIdenticalButtons, icon: this.actionMenuType === "icon" ? "f1d9" : "", iconSize: this.actionMenuType === "icon" ? "24px" : undefined, id: "menubtn", onClick: () => (this.isExpanded ? this.close() : this.open()), onBlur: (ev) => this.handleButtonBlur(ev), disabled: this.disabled, ref: (el) => (this.wmButtonEl = el), "tooltip-position": this.tooltipPosition || this.horizontalPosition, "aria-haspopup": "true", "aria-expanded": this.isExpanded ? "true" : "false", "aria-controls": "menu" }, this.buttonText), h("div", { key: '7e2c9491304f64e432ac4c996aa8651f81969a3a', class: `dropdown ${this.openUp ? "open-up" : ""} ${this.horizontalPosition} ${this.isExpanded ? "open" : ""} hidden`, id: "menu", tabindex: -1, role: "menu", ref: (el) => (this.itemsEl = el) }, h("slot", { key: '17f025a5c4a9bfcbb2471044aa9b27750f16d4a0' })))));
194
194
  }
195
195
  static get is() { return "wm-action-menu"; }
196
196
  static get encapsulation() { return "shadow"; }
@@ -166,7 +166,7 @@ export class Button {
166
166
  }
167
167
  }
168
168
  render() {
169
- return (h(Host, { class: `${this.isDisabled ? "button-disabled" : ""} -${this.buttonType}` }, h("button", { id: this.id, class: `${this.buttonClasses}`, disabled: this.isDisabled, ref: (el) => (this.buttonEl = el), "aria-label": this.getAriaLabel(), "aria-hasPopup": this.ariaPopup ? "menu" : null, onMouseEnter: (ev) => this.handleMouseEnter(ev), onMouseLeave: () => hideTooltip(), onFocus: (ev) => this.handleFocus(ev), onBlur: () => hideTooltip(), onClick: () => hideTooltip() }, this.icon && (h("span", { class: "mdi", style: this.iconStyles, "aria-hidden": "true" }, String.fromCodePoint(parseInt(`0x${this.icon}`)))), h("span", { class: "button-text" }, h("slot", null)))));
169
+ return (h(Host, { key: 'ab360b887c5b6cea15d8d8c0570e6b7332f142d4', class: `${this.isDisabled ? "button-disabled" : ""} -${this.buttonType}` }, h("button", { key: 'fa13b830bda965a4d95baf582b2e00ddc459fc85', id: this.id, class: `${this.buttonClasses}`, disabled: this.isDisabled, ref: (el) => (this.buttonEl = el), "aria-label": this.getAriaLabel(), "aria-hasPopup": this.ariaPopup ? "menu" : null, onMouseEnter: (ev) => this.handleMouseEnter(ev), onMouseLeave: () => hideTooltip(), onFocus: (ev) => this.handleFocus(ev), onBlur: () => hideTooltip(), onClick: () => hideTooltip() }, this.icon && (h("span", { key: 'a792022b13963d98ecde4938a9262d5b513a7cbb', class: "mdi", style: this.iconStyles, "aria-hidden": "true" }, String.fromCodePoint(parseInt(`0x${this.icon}`)))), h("span", { key: '68815a9a150d156a5f80e3f3070d70cd1ce02ef1', class: "button-text" }, h("slot", { key: 'ae9bec3c1577d042e372033cf391af6ae05fb310' })))));
170
170
  }
171
171
  static get is() { return "wm-button"; }
172
172
  static get encapsulation() { return "shadow"; }
@@ -168,7 +168,7 @@ export class File {
168
168
  return (h("div", { class: `file-wrapper ${this.progress === 100 ? "checked" : ""}` }, h("div", { class: `file ${this.errorMessage ? "--error" : ""}` }, this.renderFileName(), !this.errorMessage && (h("div", { class: `right-group ${this.isCondensed ? "condensed" : ""}` }, this.renderFileInfo(), this.fileActions !== "" && this.renderFileControls())), this.errorMessage && (h("wm-button", { "permanently-delete": true, "button-type": "textonly", "label-for-identical-buttons": this.generateClearButtonLabel(this.name), onClick: () => this.wmFileErrorCleared.emit() }, this.clearButtonText))), this.errorMessage && h("div", { class: "error-message" }, this.errorMessage)));
169
169
  }
170
170
  render() {
171
- return h(Host, { role: "listitem" }, this.isUploading ? this.renderFileInProgress() : this.renderFile());
171
+ return h(Host, { key: '52a959f4c66f10815ef4f19f39f77a77dedb0da2', role: "listitem" }, this.isUploading ? this.renderFileInProgress() : this.renderFile());
172
172
  }
173
173
  static get is() { return "wm-file"; }
174
174
  static get encapsulation() { return "shadow"; }
@@ -4,7 +4,7 @@ export class FileList {
4
4
  this.showInfo = "last-updated";
5
5
  }
6
6
  render() {
7
- return (h("div", { role: "list", class: "list-wrapper" }, h("slot", null)));
7
+ return (h("div", { key: '16fa7f9a1af582a79c5f5ddf08fd790d0d168d09', role: "list", class: "list-wrapper" }, h("slot", { key: '8cbe213b542e89fec9cd0f169a74703195480f0a' })));
8
8
  }
9
9
  static get is() { return "wm-file-list"; }
10
10
  static get encapsulation() { return "shadow"; }
@@ -101,7 +101,7 @@ export class Input {
101
101
  : `info error`;
102
102
  }
103
103
  render() {
104
- return (h("div", { class: `wrapper label-${this.labelPosition} ${this.errorMessage ? "invalid" : ""}`, ref: (el) => (this.inputWrapperEl = el) }, h("div", { class: "label-wrapper" }, h("label", { htmlFor: "inputfield", class: "label" }, this.label, this.characterLimit && (h("span", { class: "sr-only" }, " ", globalMessages.getCharacterLimit(this.characterLimit))), this.requiredField && (h("span", { class: "required", "aria-hidden": "true" }, "*")))), h("div", { class: "inner-wrapper" }, h("div", { class: "text-after-wrapper" }, h("div", { class: `inputfield-wrapper ${this.isDisabled ? "disabled" : ""}`, style: this.getInputWidth() }, this.symbolBefore && (h("span", { class: "symbol", id: "symbol-before" }, this.symbolBefore)), h("input", { ref: (el) => (this.inputEl = el), id: "inputfield", disabled: this.isDisabled, "aria-describedby": this.descriptors(), onInput: (ev) => this.handleInput(ev), onKeyDown: (ev) => this.handleKeyDown(ev), onBlur: () => this.handleBlur(), onFocus: () => this.handleFocus(), placeholder: this.placeholder, autocomplete: "off", "aria-required": this.requiredField ? "true" : null, maxLength: this.characterLimit || undefined, type: this.type, step: this.step, max: this.max, min: this.min, value: this.el.value }), this.symbolAfter && (h("span", { class: "symbol", id: "symbol-after" }, this.symbolAfter)), this.characterLimit && typeof this.characterLimit === "number" ? (h("div", { class: "character-count" }, this.charCount, "/", this.characterLimit)) : ("")), this.textAfter && (h("span", { class: "text-after", id: "text-after" }, this.textAfter))), this.info && (h("div", { id: "info", class: "info" }, this.info)), h("div", { id: "error", class: "error-message" }, this.errorMessage), h("div", { class: "sr-only", "aria-live": "polite", "aria-atomic": "true", ref: (el) => (this.liveRegionEl = el) }, this.announcement))));
104
+ return (h("div", { key: 'e219826e8ec52669b73b16e66d82deea84b7f593', class: `wrapper label-${this.labelPosition} ${this.errorMessage ? "invalid" : ""}`, ref: (el) => (this.inputWrapperEl = el) }, h("div", { key: '8cfc4c4afc56d5348f8a9745af5901abda97a2c3', class: "label-wrapper" }, h("label", { key: 'df2108c3e02502f163dba71fe37bb03d10c65adc', htmlFor: "inputfield", class: "label" }, this.label, this.characterLimit && (h("span", { key: 'e6d62de3abd1720bf2c91f8aa0ba7b762bd9b418', class: "sr-only" }, " ", globalMessages.getCharacterLimit(this.characterLimit))), this.requiredField && (h("span", { key: 'd51f417e80cf759ceebd0f72d3865e4286b83b3b', class: "required", "aria-hidden": "true" }, "*")))), h("div", { key: 'b9fb3a468a29d210577c25cfc4196a1f50e991a9', class: "inner-wrapper" }, h("div", { key: 'f322c7ca4ed76d24ae5c1ca594f8966201fb7be3', class: "text-after-wrapper" }, h("div", { key: 'a345cef67eec1b1b5ed925c3dcf565ae058f866e', class: `inputfield-wrapper ${this.isDisabled ? "disabled" : ""}`, style: this.getInputWidth() }, this.symbolBefore && (h("span", { key: '0ebd25a2b64eef53206ced6400d9cffc5e01ff8f', class: "symbol", id: "symbol-before" }, this.symbolBefore)), h("input", { key: '3352d1aaa1d9883acdd130da7dfa6306c1dd931e', ref: (el) => (this.inputEl = el), id: "inputfield", disabled: this.isDisabled, "aria-describedby": this.descriptors(), onInput: (ev) => this.handleInput(ev), onKeyDown: (ev) => this.handleKeyDown(ev), onBlur: () => this.handleBlur(), onFocus: () => this.handleFocus(), placeholder: this.placeholder, autocomplete: "off", "aria-required": this.requiredField ? "true" : null, maxLength: this.characterLimit || undefined, type: this.type, step: this.step, max: this.max, min: this.min, value: this.el.value }), this.symbolAfter && (h("span", { key: '41ced18e37742c56e8d32467a0d53f82e1de218f', class: "symbol", id: "symbol-after" }, this.symbolAfter)), this.characterLimit && typeof this.characterLimit === "number" ? (h("div", { class: "character-count" }, this.charCount, "/", this.characterLimit)) : ("")), this.textAfter && (h("span", { key: 'e0f3768910badbdc340ff85cb09ae33fd70e58af', class: "text-after", id: "text-after" }, this.textAfter))), this.info && (h("div", { key: '0ac67602b46c7a78ec24ed8ea3ee2addb77fbaed', id: "info", class: "info" }, this.info)), h("div", { key: '3395da0c425661c8a47cad02ff79f71f42306384', id: "error", class: "error-message" }, this.errorMessage), h("div", { key: '93c2b68809b48d4c24f826aa1236096a042f1b48', class: "sr-only", "aria-live": "polite", "aria-atomic": "true", ref: (el) => (this.liveRegionEl = el) }, this.announcement))));
105
105
  }
106
106
  static get is() { return "wm-input"; }
107
107
  static get encapsulation() { return "shadow"; }
@@ -88,7 +88,7 @@ export class Menuitem {
88
88
  }
89
89
  }
90
90
  render() {
91
- return (h(Host, { tabindex: -1, role: "menuitem", "aria-disabled": this.disabled ? "true" : null }, h("div", { class: "wrapper", "aria-disabled": this.disabled ? "true" : null }, h("span", { ref: (el) => (this.iconEl = el) }), this.el.textContent, this.description ? h("div", { class: "description" }, this.description) : "")));
91
+ return (h(Host, { key: 'dc713fad41c438ef0336867a8e927bf5793562fc', tabindex: -1, role: "menuitem", "aria-disabled": this.disabled ? "true" : null }, h("div", { key: '9b16603a6f2b3198a637c19323fb2eec2171b9c2', class: "wrapper", "aria-disabled": this.disabled ? "true" : null }, h("span", { key: 'df046b65c272e86ca97b5f2e6f0a9a96e3f440ec', ref: (el) => (this.iconEl = el) }), this.el.textContent, this.description ? h("div", { class: "description" }, this.description) : "")));
92
92
  }
93
93
  static get is() { return "wm-menuitem"; }
94
94
  static get encapsulation() { return "shadow"; }
@@ -30,7 +30,7 @@ export class ModalFooter {
30
30
  }
31
31
  }
32
32
  render() {
33
- return (h("div", { class: `wm-wrapper ${this.infoText ? " footer-text" : ""}` }, h("div", { class: "wm-info", "aria-live": "polite" }, this.infoText), h("div", { class: "wm-button-collection" }, this.secondaryText && (h("wm-button", { onClick: () => this.emitParentSecondaryEvent(), id: `wm-secondary-${this.uid}`, ref: (el) => (this.primaryActionDisabled ? (this.lastElement = el) : undefined) }, this.secondaryText)), h("wm-button", { "button-type": this.deleteStyle ? "secondary" : "primary", "permanently-delete": this.deleteStyle, onClick: () => this.emitParentPrimaryEvent(), disabled: this.primaryActionDisabled, id: `wm-primary-${this.uid}`, ref: (el) => (!this.primaryActionDisabled ? (this.lastElement = el) : undefined) }, this.primaryText))));
33
+ return (h("div", { key: 'fcab9bf51c04e1c6680f0b5635f338705daab829', class: `wm-wrapper ${this.infoText ? " footer-text" : ""}` }, h("div", { key: '5cdfa4070e2af06c78f8062923d8d509d12dbf1d', class: "wm-info", "aria-live": "polite" }, this.infoText), h("div", { key: '9b847da98bbbeca796813b425c6d93a4ef626bbd', class: "wm-button-collection" }, this.secondaryText && (h("wm-button", { key: '5772825b7b1f4b4b1697c94736fd4fdb0cafcf05', onClick: () => this.emitParentSecondaryEvent(), id: `wm-secondary-${this.uid}`, ref: (el) => (this.primaryActionDisabled ? (this.lastElement = el) : undefined) }, this.secondaryText)), h("wm-button", { key: 'e0dfda545546554ccd69f87ca7942e088221fc6d', "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: 'd615e7f289613e055b77649f62e01d5ef07d9e6c' }, h("div", { key: 'aaa1a5b7c93630b1823be79330c7910396aa9a62', class: "wm-wrapper" }, h("div", { key: '3a61969fa7f93abe36d6c43b2666d79502a46b9a' }, h("h2", { key: 'f4dc78f8b93366e52c926cb38fa32dc50465c8e9', class: "title", id: `wm-modal-heading-text-${this.uid}` }, this.heading, h("span", { key: '952fbf090e7daf20da93c2ddbb7b5176e0e2bfb2', class: "subtitle" }, this.subheading))), h("wm-button", { key: 'ff6ed6186951ccdbbd71d0c7ae8ed97f8281b8e9', "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: '7f5afe302e7867b63e5a3e828acf1fa4804f8a02', class: `${"wm-" + this.modalType}`, ref: (el) => (this.dialogEl = el), onKeyDown: (ev) => this.handleKeyDown(ev) }, h("div", { key: '8a59b95b23e5c7b8f2f49c0a4bdcec8cd8adf172', 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: 'f84cf008487d2394fbe61c395d887095609b6544', class: "wm-tooltip" }), h("slot", { key: 'a05e895506ddfe777f94273c7e0e213bdcd9f153' }), h("div", { key: '457e5597fbba3d3ef1385ab24b18362657a81d05', class: "tabtrap sr-only", tabindex: "0", onFocus: () => {
116
116
  this.focusFirstElement.emit();
117
117
  } })));
118
118
  }
@@ -30,12 +30,24 @@
30
30
  (they can't be aligned on the baseline because of possible description text and error message)
31
31
  -------------------------------------- */
32
32
  wm-modal-pss-footer {
33
+ -webkit-border-radius: 0px 0px 5px 5px;
34
+ -moz-border-radius: 0px 0px 5px 5px;
35
+ -ms-border-radius: 0px 0px 5px 5px;
33
36
  border-radius: 0px 0px 5px 5px;
34
37
  margin-top: -1px;
35
38
  }
36
39
  wm-modal-pss-footer .wm-wrapper {
40
+ display: -webkit-box;
41
+ display: -webkit-flex;
42
+ display: -ms-flexbox;
37
43
  display: flex;
44
+ -webkit-box-pack: justify;
45
+ -ms-flex-pack: justify;
46
+ -webkit-justify-content: space-between;
38
47
  justify-content: space-between;
48
+ -webkit-box-align: center;
49
+ -webkit-align-items: center;
50
+ -ms-flex-align: center;
39
51
  align-items: center;
40
52
  }
41
53
  @media only screen and (max-width: 650px) {
@@ -1,5 +1,5 @@
1
1
  import { h } from "@stencil/core";
2
- export class ModalFooter {
2
+ export class ModalPssFooter {
3
3
  constructor() {
4
4
  this.secondaryText = "";
5
5
  this.primaryText = "";
@@ -27,7 +27,7 @@ export class ModalFooter {
27
27
  parentModal.emitSecondaryEvent();
28
28
  }
29
29
  render() {
30
- 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) : null) }, 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) : null) }, this.primaryText))));
30
+ return (h("div", { key: 'fd15e13b05f9e0674a445032a977e1a0e66c6c2c', class: `wm-wrapper ${this.infoText ? " footer-text" : ""}` }, h("div", { key: '3d1647513210275f9c21cc6628de572d9762e735', class: "wm-info", "aria-live": "polite" }, this.infoText), h("div", { key: '6932a4e853c6d089717fc5077fc80632509df20a', class: "wm-button-collection" }, this.secondaryText && (h("wm-button", { key: '3589ebfff9731c263682a2c522c952457cf7d5c0', onClick: () => this.emitParentSecondaryEvent(), id: `wm-secondary-${this.uid}`, ref: (el) => (this.primaryActionDisabled ? (this.lastElement = el) : null) }, this.secondaryText)), h("wm-button", { key: '6dd855605985ddfee0c5e25c6cf2e4109da40e4b', "button-type": this.deleteStyle ? "secondary" : "primary", "permanently-delete": this.deleteStyle, onClick: () => this.emitParentPrimaryEvent(), disabled: this.primaryActionDisabled, id: `wm-primary-${this.uid}`, ref: (el) => (!this.primaryActionDisabled ? (this.lastElement = el) : null) }, this.primaryText))));
31
31
  }
32
32
  static get is() { return "wm-modal-pss-footer"; }
33
33
  static get originalStyleUrls() {
@@ -30,12 +30,24 @@
30
30
  (they can't be aligned on the baseline because of possible description text and error message)
31
31
  -------------------------------------- */
32
32
  wm-modal-pss-header {
33
+ -webkit-border-radius: 5px 5px 0 0px;
34
+ -moz-border-radius: 5px 5px 0 0px;
35
+ -ms-border-radius: 5px 5px 0 0px;
33
36
  border-radius: 5px 5px 0 0px;
34
37
  margin-bottom: -1px;
35
38
  }
36
39
  wm-modal-pss-header .wm-wrapper {
40
+ display: -webkit-box;
41
+ display: -webkit-flex;
42
+ display: -ms-flexbox;
37
43
  display: flex;
44
+ -webkit-box-pack: justify;
45
+ -ms-flex-pack: justify;
46
+ -webkit-justify-content: space-between;
38
47
  justify-content: space-between;
48
+ -webkit-box-align: center;
49
+ -webkit-align-items: center;
50
+ -ms-flex-align: center;
39
51
  align-items: center;
40
52
  }
41
53
  wm-modal-pss-header .wm-wrapper .title {
@@ -1,5 +1,6 @@
1
1
  import { h, Host } from "@stencil/core";
2
- export class ModalHeader {
2
+ import { globalMessages } from "../../global/intl";
3
+ export class ModalPssHeader {
3
4
  constructor() {
4
5
  this.heading = "";
5
6
  this.subheading = "";
@@ -24,7 +25,7 @@ export class ModalHeader {
24
25
  // this.headingElement.focus();
25
26
  // }
26
27
  render() {
27
- 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: "Close", "tooltip-position": "left", id: `wm-modal-close-${this.uid}`, ref: (el) => (this.closeButtonEl = el), onClick: () => this.emitParentCloseEvent() }))));
28
+ return (h(Host, { key: '3e126dd6f86d4a312e82cf75fd5e129ed9760b18' }, h("div", { key: '1978120a54a62722b26c6c0f3c1d5c5150abc5d7', class: "wm-wrapper" }, h("div", { key: '07e41cb87c58da13e58d0fd34663b415a5733c3f' }, h("h2", { key: 'c748a8b6f33726483e9184c4715368ca14fe0ea4', class: "title", id: `wm-modal-heading-text-${this.uid}` }, this.heading, h("span", { key: 'c75c70cbc97e763984667fa1457ca92fa828280f', class: "subtitle" }, this.subheading))), h("wm-button", { key: '7ad88c30a4bcdc44ce420cb181ef5e9cdaaabe41', "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() }))));
28
29
  }
29
30
  static get is() { return "wm-modal-pss-header"; }
30
31
  static get originalStyleUrls() {