@watermarkinsights/ripple 5.31.0-alpha.0 → 5.31.0-alpha.1

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 (443) hide show
  1. package/dist/cjs/{app-globals-3f8985a8.js → app-globals-df7ca137.js} +1 -1
  2. package/dist/cjs/app-globals-f310dc82.js +103 -0
  3. package/dist/cjs/loader.cjs.js +1 -1
  4. package/dist/cjs/priv-calendar.cjs.entry.js +2 -2
  5. package/dist/cjs/priv-chart-popover-old.cjs.entry.js +2 -2
  6. package/dist/cjs/priv-chart-popover_2.cjs.entry.js +3 -3
  7. package/dist/cjs/priv-navigator-button.cjs.entry.js +1 -1
  8. package/dist/cjs/priv-navigator-item.cjs.entry.js +1 -1
  9. package/dist/cjs/priv-option-list.cjs.entry.js +1 -1
  10. package/dist/cjs/ripple.cjs.js +1 -1
  11. package/dist/cjs/wm-action-menu_2.cjs.entry.js +5 -4
  12. package/dist/cjs/wm-button.cjs.entry.js +1 -1
  13. package/dist/cjs/wm-chart-bar.cjs.entry.js +1 -1
  14. package/dist/cjs/wm-chart-column.cjs.entry.js +1 -1
  15. package/dist/cjs/wm-chart.cjs.entry.js +1 -1
  16. package/dist/cjs/wm-date-range.cjs.entry.js +22 -6
  17. package/dist/cjs/wm-datepicker.cjs.entry.js +36 -10
  18. package/dist/cjs/wm-file-list.cjs.entry.js +1 -1
  19. package/dist/cjs/wm-file.cjs.entry.js +1 -1
  20. package/dist/cjs/wm-flyout.cjs.entry.js +6 -1
  21. package/dist/cjs/wm-input.cjs.entry.js +1 -1
  22. package/dist/cjs/wm-line-chart.cjs.entry.js +1 -1
  23. package/dist/cjs/wm-modal-pss_3.cjs.entry.js +4 -4
  24. package/dist/cjs/wm-modal_3.cjs.entry.js +19 -4
  25. package/dist/cjs/wm-navigation_3.cjs.entry.js +4 -4
  26. package/dist/cjs/wm-nested-select.cjs.entry.js +3 -3
  27. package/dist/cjs/wm-optgroup.cjs.entry.js +11 -1
  28. package/dist/cjs/wm-option_2.cjs.entry.js +5 -5
  29. package/dist/cjs/wm-pagination.cjs.entry.js +1 -1
  30. package/dist/cjs/wm-progress-indicator_3.cjs.entry.js +2 -2
  31. package/dist/cjs/wm-search.cjs.entry.js +2 -2
  32. package/dist/cjs/wm-snackbar.cjs.entry.js +2 -2
  33. package/dist/cjs/wm-tab-item_3.cjs.entry.js +6 -6
  34. package/dist/cjs/wm-tag-input.cjs.entry.js +2 -2
  35. package/dist/cjs/wm-tag-option.cjs.entry.js +8 -0
  36. package/dist/cjs/wm-textarea.cjs.entry.js +1 -1
  37. package/dist/cjs/wm-timepicker.cjs.entry.js +14 -2
  38. package/dist/cjs/wm-toggletip.cjs.entry.js +3 -3
  39. package/dist/cjs/wm-uploader.cjs.entry.js +2 -2
  40. package/dist/collection/components/charts/priv-chart-popover/priv-chart-popover.js +7 -2
  41. package/dist/collection/components/charts/priv-chart-popover-old/priv-chart-popover-old.js +7 -2
  42. package/dist/collection/components/charts/wm-chart/wm-chart-slice.js +58 -6
  43. package/dist/collection/components/charts/wm-chart/wm-chart.js +139 -13
  44. package/dist/collection/components/charts/wm-chart-bar/wm-chart-bar.js +134 -7
  45. package/dist/collection/components/charts/wm-chart-column/wm-chart-column.js +102 -8
  46. package/dist/collection/components/charts/wm-chart-legend/wm-chart-legend.js +90 -8
  47. package/dist/collection/components/charts/wm-line-chart/wm-line-chart.js +153 -17
  48. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-indicator.js +63 -7
  49. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.js +85 -5
  50. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-slice.js +52 -6
  51. package/dist/collection/components/datepickers/priv-calendar/priv-calendar.js +6 -2
  52. package/dist/collection/components/datepickers/wm-date-range.js +243 -26
  53. package/dist/collection/components/datepickers/wm-datepicker.js +253 -29
  54. package/dist/collection/components/selects/priv-option-list/priv-option-list.js +7 -1
  55. package/dist/collection/components/selects/wm-nested-select/wm-nested-select.js +193 -17
  56. package/dist/collection/components/selects/wm-optgroup/wm-optgroup.js +116 -11
  57. package/dist/collection/components/selects/wm-option/wm-option.js +153 -18
  58. package/dist/collection/components/selects/wm-select/wm-select.js +187 -21
  59. package/dist/collection/components/wm-action-menu/wm-action-menu.js +148 -12
  60. package/dist/collection/components/wm-button/wm-button.js +212 -18
  61. package/dist/collection/components/wm-file/wm-file.js +108 -14
  62. package/dist/collection/components/wm-file-list/wm-file-list.js +74 -2
  63. package/dist/collection/components/wm-flyout/wm-flyout.js +215 -16
  64. package/dist/collection/components/wm-input/wm-input.js +195 -20
  65. package/dist/collection/components/wm-menuitem/wm-menuitem.js +62 -5
  66. package/dist/collection/components/wm-modal/wm-modal-footer.js +63 -6
  67. package/dist/collection/components/wm-modal/wm-modal-header.js +34 -3
  68. package/dist/collection/components/wm-modal/wm-modal.js +181 -14
  69. package/dist/collection/components/wm-modal-pss/wm-modal-pss-footer.js +5 -1
  70. package/dist/collection/components/wm-modal-pss/wm-modal-pss-header.js +5 -1
  71. package/dist/collection/components/wm-modal-pss/wm-modal-pss.js +6 -2
  72. package/dist/collection/components/wm-navigation/wm-navigation-hamburger.js +37 -3
  73. package/dist/collection/components/wm-navigation/wm-navigation-item.js +47 -5
  74. package/dist/collection/components/wm-navigation/wm-navigation.js +54 -4
  75. package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.js +5 -1
  76. package/dist/collection/components/wm-navigator/priv-navigator-item/priv-navigator-item.js +5 -1
  77. package/dist/collection/components/wm-navigator/wm-navigator.js +101 -8
  78. package/dist/collection/components/wm-pagination/wm-pagination.js +106 -9
  79. package/dist/collection/components/wm-search/wm-search.js +182 -16
  80. package/dist/collection/components/wm-snackbar/wm-snackbar.js +96 -5
  81. package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.js +66 -10
  82. package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.js +96 -5
  83. package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.js +42 -6
  84. package/dist/collection/components/wm-tag-input/wm-tag-input.js +205 -17
  85. package/dist/collection/components/wm-tag-input/wm-tag-option/wm-tag-option.js +97 -12
  86. package/dist/collection/components/wm-textarea/wm-textarea.js +116 -13
  87. package/dist/collection/components/wm-timepicker/wm-timepicker.js +190 -16
  88. package/dist/collection/components/wm-toggletip/wm-toggletip.js +87 -8
  89. package/dist/collection/components/wm-uploader/wm-uploader.js +142 -14
  90. package/dist/collection/components/wm-wrapper/wm-wrapper.js +3 -0
  91. package/dist/docs/docs.d.ts +435 -0
  92. package/dist/docs/docs.json +13915 -0
  93. package/dist/docs/props-reference.json +2028 -0
  94. package/dist/docs/skill/index.md +32 -0
  95. package/dist/docs/skill/wm-action-menu.md +93 -0
  96. package/dist/docs/skill/wm-button.md +103 -0
  97. package/dist/docs/skill/wm-chart-bar.md +129 -0
  98. package/dist/docs/skill/wm-chart-column.md +96 -0
  99. package/dist/docs/skill/wm-chart-legend.md +67 -0
  100. package/dist/docs/skill/wm-chart-slice.md +55 -0
  101. package/dist/docs/skill/wm-chart.md +92 -0
  102. package/dist/docs/skill/wm-date-range.md +153 -0
  103. package/dist/docs/skill/wm-datepicker.md +134 -0
  104. package/dist/docs/skill/wm-file-list.md +97 -0
  105. package/dist/docs/skill/wm-file.md +78 -0
  106. package/dist/docs/skill/wm-flyout.md +174 -0
  107. package/dist/docs/skill/wm-input.md +126 -0
  108. package/dist/docs/skill/wm-line-chart.md +108 -0
  109. package/dist/docs/skill/wm-menuitem.md +72 -0
  110. package/dist/docs/skill/wm-modal-footer.md +73 -0
  111. package/dist/docs/skill/wm-modal-header.md +65 -0
  112. package/dist/docs/skill/wm-modal.md +137 -0
  113. package/dist/docs/skill/wm-navigation-hamburger.md +56 -0
  114. package/dist/docs/skill/wm-navigation-item.md +69 -0
  115. package/dist/docs/skill/wm-navigation.md +66 -0
  116. package/dist/docs/skill/wm-navigator.md +91 -0
  117. package/dist/docs/skill/wm-nested-select.md +149 -0
  118. package/dist/docs/skill/wm-optgroup.md +71 -0
  119. package/dist/docs/skill/wm-option.md +68 -0
  120. package/dist/docs/skill/wm-pagination.md +95 -0
  121. package/dist/docs/skill/wm-progress-indicator.md +49 -0
  122. package/dist/docs/skill/wm-progress-monitor.md +93 -0
  123. package/dist/docs/skill/wm-progress-slice.md +41 -0
  124. package/dist/docs/skill/wm-search.md +157 -0
  125. package/dist/docs/skill/wm-select.md +148 -0
  126. package/dist/docs/skill/wm-snackbar.md +101 -0
  127. package/dist/docs/skill/wm-tab-item.md +35 -0
  128. package/dist/docs/skill/wm-tab-list.md +112 -0
  129. package/dist/docs/skill/wm-tab-panel.md +33 -0
  130. package/dist/docs/skill/wm-tag-input.md +165 -0
  131. package/dist/docs/skill/wm-tag-option.md +59 -0
  132. package/dist/docs/skill/wm-textarea.md +94 -0
  133. package/dist/docs/skill/wm-timepicker.md +139 -0
  134. package/dist/docs/skill/wm-toggletip.md +92 -0
  135. package/dist/docs/skill/wm-uploader.md +129 -0
  136. package/dist/docs/skill/wm-wrapper.md +6 -0
  137. package/dist/docs/wm-action-menu.md +111 -0
  138. package/dist/docs/wm-button.md +137 -0
  139. package/dist/docs/wm-chart-bar.md +23 -0
  140. package/dist/docs/wm-chart-column.md +26 -0
  141. package/dist/docs/wm-chart-legend.md +31 -0
  142. package/dist/docs/wm-chart-slice.md +14 -0
  143. package/dist/docs/wm-chart.md +30 -0
  144. package/dist/docs/wm-date-range.md +215 -0
  145. package/dist/docs/wm-datepicker.md +210 -0
  146. package/dist/docs/wm-file-list.md +95 -0
  147. package/dist/docs/wm-file.md +34 -0
  148. package/dist/docs/wm-flyout.md +123 -0
  149. package/dist/docs/wm-input.md +120 -0
  150. package/dist/docs/wm-line-chart.md +32 -0
  151. package/dist/docs/wm-menuitem.md +38 -0
  152. package/dist/docs/wm-modal-footer.md +106 -0
  153. package/dist/docs/wm-modal-header.md +100 -0
  154. package/dist/docs/wm-modal.md +127 -0
  155. package/dist/docs/wm-navigation-hamburger.md +91 -0
  156. package/dist/docs/wm-navigation-item.md +98 -0
  157. package/dist/docs/wm-navigation.md +101 -0
  158. package/dist/docs/wm-navigator.md +99 -0
  159. package/dist/docs/wm-nested-select.md +107 -0
  160. package/dist/docs/wm-optgroup.md +28 -0
  161. package/dist/docs/wm-option.md +24 -0
  162. package/dist/docs/wm-pagination.md +94 -0
  163. package/dist/docs/wm-progress-indicator.md +23 -0
  164. package/dist/docs/wm-progress-monitor.md +27 -0
  165. package/dist/docs/wm-progress-slice.md +16 -0
  166. package/dist/docs/wm-search.md +119 -0
  167. package/dist/docs/wm-select.md +120 -0
  168. package/dist/docs/wm-snackbar.md +87 -0
  169. package/dist/docs/wm-tab-item.md +23 -0
  170. package/dist/docs/wm-tab-list.md +98 -0
  171. package/dist/docs/wm-tab-panel.md +18 -0
  172. package/dist/docs/wm-tag-input.md +123 -0
  173. package/dist/docs/wm-tag-option.md +33 -0
  174. package/dist/docs/wm-textarea.md +101 -0
  175. package/dist/docs/wm-timepicker.md +122 -0
  176. package/dist/docs/wm-toggletip.md +86 -0
  177. package/dist/docs/wm-uploader.md +114 -0
  178. package/dist/docs/wm-wrapper.md +7 -0
  179. package/dist/esm/{app-globals-fbe51289.js → app-globals-0d90343d.js} +1 -1
  180. package/dist/esm/app-globals-466ed44b.js +101 -0
  181. package/dist/esm/loader.js +1 -1
  182. package/dist/esm/priv-calendar.entry.js +2 -2
  183. package/dist/esm/priv-chart-popover-old.entry.js +2 -2
  184. package/dist/esm/priv-chart-popover_2.entry.js +3 -3
  185. package/dist/esm/priv-navigator-button.entry.js +1 -1
  186. package/dist/esm/priv-navigator-item.entry.js +1 -1
  187. package/dist/esm/priv-option-list.entry.js +1 -1
  188. package/dist/esm/ripple.js +1 -1
  189. package/dist/esm/wm-action-menu_2.entry.js +5 -4
  190. package/dist/esm/wm-button.entry.js +1 -1
  191. package/dist/esm/wm-chart-bar.entry.js +1 -1
  192. package/dist/esm/wm-chart-column.entry.js +1 -1
  193. package/dist/esm/wm-chart.entry.js +1 -1
  194. package/dist/esm/wm-date-range.entry.js +22 -6
  195. package/dist/esm/wm-datepicker.entry.js +36 -10
  196. package/dist/esm/wm-file-list.entry.js +1 -1
  197. package/dist/esm/wm-file.entry.js +1 -1
  198. package/dist/esm/wm-flyout.entry.js +6 -1
  199. package/dist/esm/wm-input.entry.js +1 -1
  200. package/dist/esm/wm-line-chart.entry.js +1 -1
  201. package/dist/esm/wm-modal-pss_3.entry.js +4 -4
  202. package/dist/esm/wm-modal_3.entry.js +19 -4
  203. package/dist/esm/wm-navigation_3.entry.js +4 -4
  204. package/dist/esm/wm-nested-select.entry.js +3 -3
  205. package/dist/esm/wm-optgroup.entry.js +11 -1
  206. package/dist/esm/wm-option_2.entry.js +5 -5
  207. package/dist/esm/wm-pagination.entry.js +1 -1
  208. package/dist/esm/wm-progress-indicator_3.entry.js +2 -2
  209. package/dist/esm/wm-search.entry.js +2 -2
  210. package/dist/esm/wm-snackbar.entry.js +2 -2
  211. package/dist/esm/wm-tab-item_3.entry.js +6 -6
  212. package/dist/esm/wm-tag-input.entry.js +2 -2
  213. package/dist/esm/wm-tag-option.entry.js +8 -0
  214. package/dist/esm/wm-textarea.entry.js +1 -1
  215. package/dist/esm/wm-timepicker.entry.js +14 -2
  216. package/dist/esm/wm-toggletip.entry.js +3 -3
  217. package/dist/esm/wm-uploader.entry.js +2 -2
  218. package/dist/esm-es5/app-globals-0d90343d.js +1 -0
  219. package/dist/esm-es5/{app-globals-fbe51289.js → app-globals-466ed44b.js} +1 -1
  220. package/dist/esm-es5/loader.js +1 -1
  221. package/dist/esm-es5/priv-calendar.entry.js +1 -1
  222. package/dist/esm-es5/priv-chart-popover-old.entry.js +1 -1
  223. package/dist/esm-es5/priv-chart-popover_2.entry.js +1 -1
  224. package/dist/esm-es5/priv-navigator-button.entry.js +1 -1
  225. package/dist/esm-es5/priv-navigator-item.entry.js +1 -1
  226. package/dist/esm-es5/priv-option-list.entry.js +1 -1
  227. package/dist/esm-es5/ripple.js +1 -1
  228. package/dist/esm-es5/wm-action-menu_2.entry.js +1 -1
  229. package/dist/esm-es5/wm-button.entry.js +1 -1
  230. package/dist/esm-es5/wm-chart-bar.entry.js +1 -1
  231. package/dist/esm-es5/wm-chart-column.entry.js +1 -1
  232. package/dist/esm-es5/wm-chart.entry.js +1 -1
  233. package/dist/esm-es5/wm-date-range.entry.js +1 -1
  234. package/dist/esm-es5/wm-datepicker.entry.js +1 -1
  235. package/dist/esm-es5/wm-file-list.entry.js +1 -1
  236. package/dist/esm-es5/wm-file.entry.js +1 -1
  237. package/dist/esm-es5/wm-flyout.entry.js +1 -1
  238. package/dist/esm-es5/wm-input.entry.js +1 -1
  239. package/dist/esm-es5/wm-line-chart.entry.js +1 -1
  240. package/dist/esm-es5/wm-modal-pss_3.entry.js +1 -1
  241. package/dist/esm-es5/wm-modal_3.entry.js +1 -1
  242. package/dist/esm-es5/wm-navigation_3.entry.js +1 -1
  243. package/dist/esm-es5/wm-nested-select.entry.js +1 -1
  244. package/dist/esm-es5/wm-optgroup.entry.js +1 -1
  245. package/dist/esm-es5/wm-option_2.entry.js +1 -1
  246. package/dist/esm-es5/wm-pagination.entry.js +1 -1
  247. package/dist/esm-es5/wm-progress-indicator_3.entry.js +1 -1
  248. package/dist/esm-es5/wm-search.entry.js +1 -1
  249. package/dist/esm-es5/wm-snackbar.entry.js +1 -1
  250. package/dist/esm-es5/wm-tab-item_3.entry.js +1 -1
  251. package/dist/esm-es5/wm-tag-input.entry.js +1 -1
  252. package/dist/esm-es5/wm-textarea.entry.js +1 -1
  253. package/dist/esm-es5/wm-timepicker.entry.js +1 -1
  254. package/dist/esm-es5/wm-toggletip.entry.js +1 -1
  255. package/dist/esm-es5/wm-uploader.entry.js +1 -1
  256. package/dist/ripple/{p-1fc894ac.system.entry.js → p-012bd307.system.entry.js} +1 -1
  257. package/dist/ripple/p-03f352dc.entry.js +1 -0
  258. package/dist/ripple/{p-4f53544d.entry.js → p-03ff4f41.entry.js} +1 -1
  259. package/dist/ripple/{p-2a03f658.entry.js → p-045aa27f.entry.js} +1 -1
  260. package/dist/ripple/{p-709d1765.entry.js → p-057ffccb.entry.js} +1 -1
  261. package/dist/ripple/p-06c3dc14.system.entry.js +1 -0
  262. package/dist/ripple/{p-ff6fd274.system.entry.js → p-09a80f59.system.entry.js} +1 -1
  263. package/dist/ripple/{p-3bd8537c.entry.js → p-09fb0a09.entry.js} +1 -1
  264. package/dist/ripple/{p-acac6687.js → p-0a05d3a3.js} +1 -1
  265. package/dist/ripple/{p-3f69041f.entry.js → p-0ab9bac7.entry.js} +1 -1
  266. package/dist/ripple/{p-332a3e3d.system.entry.js → p-1059cdb9.system.entry.js} +1 -1
  267. package/dist/ripple/{p-dbdae848.system.entry.js → p-106a9459.system.entry.js} +1 -1
  268. package/dist/ripple/{p-e1a6ee77.entry.js → p-16381033.entry.js} +1 -1
  269. package/dist/ripple/{p-b11abb0d.system.entry.js → p-181109f0.system.entry.js} +1 -1
  270. package/dist/ripple/{p-bb9f54cf.system.entry.js → p-1855c3b1.system.entry.js} +1 -1
  271. package/dist/ripple/{p-4533241f.entry.js → p-1c25838e.entry.js} +1 -1
  272. package/dist/ripple/{p-fb6aee09.entry.js → p-1f67b172.entry.js} +1 -1
  273. package/dist/ripple/p-1f79c42d.entry.js +1 -0
  274. package/dist/ripple/{p-a3dd5204.system.entry.js → p-22703bcd.system.entry.js} +1 -1
  275. package/dist/ripple/{p-a6aef87d.system.entry.js → p-237388c5.system.entry.js} +1 -1
  276. package/dist/ripple/p-237f5977.system.entry.js +1 -0
  277. package/dist/ripple/{p-5bdd4f8e.system.js → p-25d6cc45.system.js} +1 -1
  278. package/dist/ripple/{p-09d5381c.entry.js → p-299d2d8b.entry.js} +1 -1
  279. package/dist/ripple/{p-e78f9572.system.entry.js → p-2c1d219f.system.entry.js} +1 -1
  280. package/dist/ripple/{p-84e04896.entry.js → p-2dbf9636.entry.js} +1 -1
  281. package/dist/ripple/{p-05dae6a0.entry.js → p-2dc1071a.entry.js} +1 -1
  282. package/dist/ripple/p-2f297bf8.js +1 -0
  283. package/dist/ripple/{p-39bac42a.entry.js → p-3216e2e7.entry.js} +1 -1
  284. package/dist/ripple/p-3252c04b.system.entry.js +1 -0
  285. package/dist/ripple/{p-7ca0bb68.system.entry.js → p-32bac954.system.entry.js} +1 -1
  286. package/dist/ripple/p-33eeaa18.entry.js +1 -0
  287. package/dist/ripple/p-3441da90.entry.js +1 -0
  288. package/dist/ripple/p-3502fd33.system.entry.js +1 -0
  289. package/dist/ripple/{p-f51404f5.entry.js → p-351000b9.entry.js} +1 -1
  290. package/dist/ripple/{p-bf3eef42.entry.js → p-3c0062c5.entry.js} +1 -1
  291. package/dist/ripple/{p-c1abc58e.entry.js → p-3d3836ad.entry.js} +1 -1
  292. package/dist/ripple/p-3f403a64.system.entry.js +1 -0
  293. package/dist/ripple/{p-b974a535.system.entry.js → p-43e8d384.system.entry.js} +1 -1
  294. package/dist/ripple/p-49dc64ba.entry.js +1 -0
  295. package/dist/ripple/{p-9d345fc7.system.entry.js → p-4a942d74.system.entry.js} +1 -1
  296. package/dist/ripple/p-4cc09fa3.system.entry.js +1 -0
  297. package/dist/ripple/p-5177d4fa.entry.js +1 -0
  298. package/dist/ripple/p-51fff3a7.system.entry.js +1 -0
  299. package/dist/ripple/p-54ba0eae.entry.js +1 -0
  300. package/dist/ripple/{p-c04d0eeb.system.entry.js → p-5609bde2.system.entry.js} +1 -1
  301. package/dist/ripple/{p-306f3b47.system.entry.js → p-56e1a71d.system.entry.js} +1 -1
  302. package/dist/ripple/{p-f94af31c.entry.js → p-578b5443.entry.js} +1 -1
  303. package/dist/ripple/p-57901fc3.entry.js +1 -0
  304. package/dist/ripple/{p-463be5be.entry.js → p-57a0cb5f.entry.js} +1 -1
  305. package/dist/ripple/{p-0db033c3.system.entry.js → p-59b3f92b.system.entry.js} +1 -1
  306. package/dist/ripple/{p-a03315ce.entry.js → p-5a533e7c.entry.js} +1 -1
  307. package/dist/ripple/{p-5f092b39.system.entry.js → p-61a0ba92.system.entry.js} +1 -1
  308. package/dist/ripple/{p-6de83c6f.entry.js → p-623b89e0.entry.js} +1 -1
  309. package/dist/ripple/{p-6479b06b.entry.js → p-668c0758.entry.js} +1 -1
  310. package/dist/ripple/p-6a6e98c7.entry.js +1 -0
  311. package/dist/ripple/p-6a7b26a1.system.js +1 -0
  312. package/dist/ripple/{p-b654743f.system.entry.js → p-6c46dd9a.system.entry.js} +1 -1
  313. package/dist/ripple/{p-4e7ae2c5.system.entry.js → p-6ea254d2.system.entry.js} +1 -1
  314. package/dist/ripple/p-6f875608.system.entry.js +1 -0
  315. package/dist/ripple/{p-d05b7cd3.entry.js → p-71a38bd2.entry.js} +1 -1
  316. package/dist/ripple/{p-dab54a9d.entry.js → p-73a2389d.entry.js} +1 -1
  317. package/dist/ripple/p-759d87de.entry.js +1 -0
  318. package/dist/ripple/{p-227b0af9.entry.js → p-75c5ec39.entry.js} +1 -1
  319. package/dist/ripple/{p-ee729037.system.entry.js → p-7bc3b4ee.system.entry.js} +1 -1
  320. package/dist/ripple/p-7c7988a3.entry.js +1 -0
  321. package/dist/ripple/p-81735196.entry.js +1 -0
  322. package/dist/ripple/{p-a0aba3e0.system.entry.js → p-8376699e.system.entry.js} +1 -1
  323. package/dist/ripple/{p-503330c1.system.entry.js → p-865208b7.system.entry.js} +1 -1
  324. package/dist/ripple/{p-28b8a12e.system.entry.js → p-8715d758.system.entry.js} +1 -1
  325. package/dist/ripple/p-8bfb7664.entry.js +1 -0
  326. package/dist/ripple/{p-680f5703.entry.js → p-8deb22bc.entry.js} +1 -1
  327. package/dist/ripple/p-8e32e9de.system.entry.js +1 -0
  328. package/dist/ripple/{p-bdb10d37.entry.js → p-92e3bf68.entry.js} +1 -1
  329. package/dist/ripple/{p-0feaaae9.system.entry.js → p-942b323c.system.entry.js} +1 -1
  330. package/dist/ripple/{p-5173359e.entry.js → p-94fd1dcc.entry.js} +1 -1
  331. package/dist/ripple/p-991455a2.system.entry.js +1 -0
  332. package/dist/ripple/p-99a112c8.system.entry.js +1 -0
  333. package/dist/ripple/p-9a8d91d6.entry.js +1 -0
  334. package/dist/ripple/{p-e0c0e8b0.system.entry.js → p-9afb642d.system.entry.js} +1 -1
  335. package/dist/ripple/{p-e427094b.system.js → p-9c850273.system.js} +1 -1
  336. package/dist/ripple/p-a3f9e257.entry.js +1 -0
  337. package/dist/ripple/p-a5a165c6.system.entry.js +1 -0
  338. package/dist/ripple/p-a5b07241.entry.js +1 -0
  339. package/dist/ripple/p-a7a6cf55.system.entry.js +1 -0
  340. package/dist/ripple/{p-e65f7933.system.entry.js → p-a917ea86.system.entry.js} +1 -1
  341. package/dist/ripple/p-ab5664cd.entry.js +1 -0
  342. package/dist/ripple/{p-cc028323.entry.js → p-acb04e6e.entry.js} +1 -1
  343. package/dist/ripple/p-b2624d8f.system.entry.js +1 -0
  344. package/dist/ripple/p-b5b37960.entry.js +1 -0
  345. package/dist/ripple/{p-f68e4b39.system.entry.js → p-b713b6de.system.entry.js} +1 -1
  346. package/dist/ripple/p-b75e9e5f.entry.js +1 -0
  347. package/dist/ripple/{p-b1924539.system.entry.js → p-b7969fd7.system.entry.js} +1 -1
  348. package/dist/ripple/{p-a7e637a5.system.entry.js → p-b9596bfc.system.entry.js} +1 -1
  349. package/dist/ripple/p-b9d3d967.system.entry.js +1 -0
  350. package/dist/ripple/{p-aafced54.system.entry.js → p-bd365c44.system.entry.js} +1 -1
  351. package/dist/ripple/p-bd9ab5ae.system.entry.js +1 -0
  352. package/dist/ripple/p-c0028f4d.system.entry.js +1 -0
  353. package/dist/ripple/p-c7d3ee52.entry.js +1 -0
  354. package/dist/ripple/p-c8e4e95b.entry.js +1 -0
  355. package/dist/ripple/p-c996ade8.entry.js +1 -0
  356. package/dist/ripple/p-ca8378b0.entry.js +1 -0
  357. package/dist/ripple/{p-bd37dd6f.entry.js → p-cc2176ad.entry.js} +1 -1
  358. package/dist/ripple/{p-54fff8d1.entry.js → p-cd496e63.entry.js} +1 -1
  359. package/dist/ripple/p-d0653c32.entry.js +1 -0
  360. package/dist/ripple/{p-9a5d11cb.entry.js → p-d11e5029.entry.js} +1 -1
  361. package/dist/ripple/p-d3d0b626.entry.js +1 -0
  362. package/dist/ripple/p-d4899263.entry.js +1 -0
  363. package/dist/ripple/p-dc82f194.entry.js +1 -0
  364. package/dist/ripple/{p-a6ef995c.system.entry.js → p-ddfb976f.system.entry.js} +1 -1
  365. package/dist/ripple/{p-ee26ba53.entry.js → p-e1899945.entry.js} +1 -1
  366. package/dist/ripple/p-e26b9711.system.entry.js +1 -0
  367. package/dist/ripple/{p-10aea5ee.system.entry.js → p-e31f597a.system.entry.js} +1 -1
  368. package/dist/ripple/p-e35de3cd.system.entry.js +1 -0
  369. package/dist/ripple/p-e3effa1a.system.entry.js +1 -0
  370. package/dist/ripple/p-e674e6a7.system.entry.js +1 -0
  371. package/dist/ripple/{p-8e6e868a.entry.js → p-e7ffd796.entry.js} +1 -1
  372. package/dist/ripple/p-e800717d.entry.js +1 -0
  373. package/dist/ripple/p-eab35bea.entry.js +1 -0
  374. package/dist/ripple/p-ebdf16fa.system.entry.js +1 -0
  375. package/dist/ripple/p-ed9fc1c1.system.entry.js +1 -0
  376. package/dist/ripple/p-ee33fd7f.system.entry.js +1 -0
  377. package/dist/ripple/p-ee5f43fe.system.entry.js +1 -0
  378. package/dist/ripple/{p-928b3e5e.entry.js → p-f0ee3616.entry.js} +1 -1
  379. package/dist/ripple/{p-02c8bf15.system.entry.js → p-f1215c25.system.entry.js} +1 -1
  380. package/dist/ripple/p-f148ae9d.system.entry.js +1 -0
  381. package/dist/ripple/p-f307aabe.entry.js +1 -0
  382. package/dist/ripple/p-f4f6c904.system.entry.js +1 -0
  383. package/dist/ripple/p-f58833ae.system.entry.js +1 -0
  384. package/dist/ripple/p-f7fc6350.system.js +1 -0
  385. package/dist/ripple/p-f881cdc8.system.entry.js +1 -0
  386. package/dist/ripple/{p-444feb7d.system.entry.js → p-fbb37b4b.system.entry.js} +1 -1
  387. package/dist/ripple/{p-40e8071c.system.entry.js → p-fc905b2f.system.entry.js} +1 -1
  388. package/dist/ripple/ripple.esm.js +1 -1
  389. package/dist/ripple/ripple.js +1 -1
  390. package/dist/types/components/charts/priv-chart-popover/priv-chart-popover.d.ts +5 -0
  391. package/dist/types/components/charts/priv-chart-popover-old/priv-chart-popover-old.d.ts +5 -0
  392. package/dist/types/components/charts/wm-chart/wm-chart-slice.d.ts +52 -0
  393. package/dist/types/components/charts/wm-chart/wm-chart.d.ts +111 -0
  394. package/dist/types/components/charts/wm-chart-bar/wm-chart-bar.d.ts +131 -0
  395. package/dist/types/components/charts/wm-chart-column/wm-chart-column.d.ts +100 -0
  396. package/dist/types/components/charts/wm-chart-legend/wm-chart-legend.d.ts +77 -0
  397. package/dist/types/components/charts/wm-line-chart/wm-line-chart.d.ts +134 -0
  398. package/dist/types/components/charts/wm-progress-monitor/wm-progress-indicator.d.ts +52 -0
  399. package/dist/types/components/charts/wm-progress-monitor/wm-progress-monitor.d.ts +84 -0
  400. package/dist/types/components/charts/wm-progress-monitor/wm-progress-slice.d.ts +44 -0
  401. package/dist/types/components/datepickers/priv-calendar/priv-calendar.d.ts +4 -0
  402. package/dist/types/components/datepickers/wm-date-range.d.ts +186 -0
  403. package/dist/types/components/datepickers/wm-datepicker.d.ts +170 -2
  404. package/dist/types/components/selects/priv-option-list/priv-option-list.d.ts +6 -0
  405. package/dist/types/components/selects/wm-nested-select/wm-nested-select.d.ts +162 -0
  406. package/dist/types/components/selects/wm-optgroup/wm-optgroup.d.ts +87 -0
  407. package/dist/types/components/selects/wm-option/wm-option.d.ts +117 -0
  408. package/dist/types/components/selects/wm-select/wm-select.d.ts +164 -0
  409. package/dist/types/components/wm-action-menu/wm-action-menu.d.ts +122 -0
  410. package/dist/types/components/wm-button/wm-button.d.ts +170 -2
  411. package/dist/types/components/wm-file/wm-file.d.ts +92 -0
  412. package/dist/types/components/wm-file-list/wm-file-list.d.ts +71 -0
  413. package/dist/types/components/wm-flyout/wm-flyout.d.ts +193 -0
  414. package/dist/types/components/wm-input/wm-input.d.ts +158 -0
  415. package/dist/types/components/wm-menuitem/wm-menuitem.d.ts +58 -0
  416. package/dist/types/components/wm-modal/wm-modal-footer.d.ts +54 -0
  417. package/dist/types/components/wm-modal/wm-modal-header.d.ts +30 -0
  418. package/dist/types/components/wm-modal/wm-modal.d.ts +148 -0
  419. package/dist/types/components/wm-modal-pss/wm-modal-pss-footer.d.ts +4 -0
  420. package/dist/types/components/wm-modal-pss/wm-modal-pss-header.d.ts +4 -0
  421. package/dist/types/components/wm-modal-pss/wm-modal-pss.d.ts +4 -0
  422. package/dist/types/components/wm-navigation/wm-navigation-hamburger.d.ts +34 -0
  423. package/dist/types/components/wm-navigation/wm-navigation-item.d.ts +41 -0
  424. package/dist/types/components/wm-navigation/wm-navigation.d.ts +50 -0
  425. package/dist/types/components/wm-navigator/priv-navigator-button/priv-navigator-button.d.ts +4 -0
  426. package/dist/types/components/wm-navigator/priv-navigator-item/priv-navigator-item.d.ts +4 -0
  427. package/dist/types/components/wm-navigator/wm-navigator.d.ts +91 -3
  428. package/dist/types/components/wm-pagination/wm-pagination.d.ts +90 -0
  429. package/dist/types/components/wm-search/wm-search.d.ts +148 -5
  430. package/dist/types/components/wm-snackbar/wm-snackbar.d.ts +94 -0
  431. package/dist/types/components/wm-tabs/wm-tab-item/wm-tab-item.d.ts +43 -2
  432. package/dist/types/components/wm-tabs/wm-tab-list/wm-tab-list.d.ts +93 -0
  433. package/dist/types/components/wm-tabs/wm-tab-panel/wm-tab-panel.d.ts +28 -2
  434. package/dist/types/components/wm-tag-input/wm-tag-input.d.ts +185 -0
  435. package/dist/types/components/wm-tag-input/wm-tag-option/wm-tag-option.d.ts +68 -0
  436. package/dist/types/components/wm-textarea/wm-textarea.d.ts +97 -0
  437. package/dist/types/components/wm-timepicker/wm-timepicker.d.ts +145 -0
  438. package/dist/types/components/wm-toggletip/wm-toggletip.d.ts +74 -0
  439. package/dist/types/components/wm-uploader/wm-uploader.d.ts +128 -0
  440. package/dist/types/components/wm-wrapper/wm-wrapper.d.ts +3 -0
  441. package/dist/types/components.d.ts +10511 -55
  442. package/package.json +2 -2
  443. package/dist/ripple/p-2cf2f73e.entry.js +0 -1
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index-bb947bd5.js');
4
4
 
5
- const version = "5.31.0-alpha.0";
5
+ const version = "5.31.0-alpha.1";
6
6
 
7
7
  // PRINT RIPPLE VERSION IN CONSOLE
8
8
  // test envs return 0 for plugin.length
@@ -0,0 +1,103 @@
1
+ 'use strict';
2
+
3
+ require('./index-bb947bd5.js');
4
+
5
+ const version = "5.30.0";
6
+
7
+ // PRINT RIPPLE VERSION IN CONSOLE
8
+ // test envs return 0 for plugin.length
9
+ // do not print version number there as it causes issues
10
+ if (window.navigator.plugins.length > 0) {
11
+ console.log("%cRipple component library %c%s", "color: #575195; font-weight: bold", "font-weight: bold", version);
12
+ }
13
+ // Dispatching events to track whether user is navigating with keyboard or mouse
14
+ // no longer necessary for keyboard focus indicators (thanks to :focus-visible)
15
+ // but still used in several components for other things (search for isTabbing)
16
+ function wmComponentKeys(ev) {
17
+ if (ev.key == "Tab") {
18
+ var event = new Event("wmUserIsTabbing");
19
+ window.dispatchEvent(event);
20
+ document.querySelector("body").classList.add("wmcl-user-is-tabbing");
21
+ }
22
+ if (ev.key == "ArrowLeft" || ev.key == "ArrowUp" || ev.key == "ArrowRight" || ev.key == "ArrowDown") {
23
+ var event = new Event("wmUserIsKeying");
24
+ window.dispatchEvent(event);
25
+ document.querySelector("body").classList.add("wmcl-user-is-keying");
26
+ }
27
+ }
28
+ function wmComponentMouseDownOnce() {
29
+ var event = new Event("wmUserIsNotTabbing");
30
+ window.dispatchEvent(event);
31
+ document.querySelector("body").classList.remove("wmcl-user-is-tabbing");
32
+ document.querySelector("body").classList.remove("wmcl-user-is-keying");
33
+ }
34
+ window.addEventListener("keydown", wmComponentKeys);
35
+ window.addEventListener("mousedown", wmComponentMouseDownOnce);
36
+ // TOOLTIP
37
+ // Add a tooltip element
38
+ // This allows tooltips to be always at the highest stacking context (always on top)
39
+ // Element is added withing a container to avoid performance impact
40
+ const tooltipContainer = document.createElement("div");
41
+ tooltipContainer.id = "wm-tooltip-container";
42
+ const tooltipEl = document.createElement("div");
43
+ tooltipEl.id = "wm-tooltip";
44
+ tooltipEl.classList.add("wm-tooltip");
45
+ tooltipEl.setAttribute("popover", "manual");
46
+ tooltipEl.setAttribute("aria-hidden", "true");
47
+ const tooltipStyles = document.createElement("style");
48
+ tooltipStyles.textContent = `
49
+ .wm-tooltip {
50
+ position: fixed;
51
+ overflow: hidden;
52
+ pointer-events: none;
53
+ line-height: normal;
54
+ font-family: inherit;
55
+ font-size: 0.875rem;
56
+ text-transform: none;
57
+ font-weight: normal;
58
+ background: var(--wmcolor-tooltip-background);
59
+ color: var(--wmcolor-tooltip-text);
60
+ z-index: 999999;
61
+ max-width: var(--wmTooltipMaxWidth, 13.75rem);
62
+ margin-right: 1.5rem;
63
+ padding: 0.375rem;
64
+ transition-property: opacity;
65
+ transition-delay: 0s;
66
+ opacity: 0;
67
+ inset: unset;
68
+ top: 0;
69
+ left: 0;
70
+ transform: translateZ(0);
71
+ will-change: transform;
72
+ transform: translate(var(--wmTooltipLeft), var(--wmTooltipTop));
73
+ border: none;
74
+ }
75
+
76
+ .wm-tooltip:popover-open {
77
+ opacity: 0;
78
+ }
79
+
80
+ .wm-tooltip.show {
81
+ transition-delay: 500ms;
82
+ opacity: 1;
83
+ }
84
+ `;
85
+ const body = document.querySelector("body");
86
+ if (body) {
87
+ document.head.appendChild(tooltipStyles);
88
+ tooltipContainer.appendChild(tooltipEl);
89
+ body.appendChild(tooltipContainer);
90
+ }
91
+ else {
92
+ document.addEventListener("DOMContentLoaded", () => {
93
+ const body = document.querySelector("body");
94
+ document.head.appendChild(tooltipStyles);
95
+ tooltipContainer.appendChild(tooltipEl);
96
+ body.appendChild(tooltipContainer);
97
+ });
98
+ }
99
+ const globalFn = () => { };
100
+
101
+ const globalScripts = globalFn;
102
+
103
+ exports.globalScripts = globalScripts;
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-bb947bd5.js');
6
- const appGlobals = require('./app-globals-3f8985a8.js');
6
+ const appGlobals = require('./app-globals-df7ca137.js');
7
7
 
8
8
  const defineCustomElements = async (win, options) => {
9
9
  if (typeof window === 'undefined') return undefined;
@@ -564,11 +564,11 @@ const PrivCalendar = class {
564
564
  return (index.h("div", { class: "year-view" }, index.h("div", { "aria-labelledby": "popup-title-year", role: "grid", class: "months" }, index.h("div", { role: "row", class: "month-row" }, functions.calendar_months.slice(0, 3).map((month, index) => this.renderMonth(month, index))), index.h("div", { role: "row", class: "month-row" }, functions.calendar_months.slice(3, 6).map((month, index) => this.renderMonth(month, index + 3))), index.h("div", { role: "row", class: "month-row" }, functions.calendar_months.slice(6, 9).map((month, index) => this.renderMonth(month, index + 6))), index.h("div", { role: "row", class: "month-row" }, functions.calendar_months.slice(9).map((month, index) => this.renderMonth(month, index + 9))))));
565
565
  }
566
566
  render() {
567
- return (index.h(index.Host, { key: 'f0972636a9943cb1b3c6b39f6ba9022359570d88', onMouseOut: (ev) => {
567
+ return (index.h(index.Host, { key: '65ddc7ee3bf4a3b0c775911c9309b827ee6050a7', onMouseOut: (ev) => {
568
568
  // @ts-ignore
569
569
  if (!this.el.parentElement.contains(ev.toElement))
570
570
  this.outOfCal.emit();
571
- }, role: "application", "aria-describedby": `application-${this.uid}` }, index.h("div", { key: 'c4e1b4f973c7b6d3b70174f7086e337d9220716d', class: `popup ${this.view}-view` }, this.renderHeader(), this.view === "month" ? this.renderMonthView() : this.renderYearView()), index.h("div", { key: 'd6738a953df9cd2f713f25ed53b0103b080610bf', id: `application-${this.uid}`, class: "sr-only" }, this.calName, this.calInstructions), index.h("div", { key: 'cc9105d574a254bf2ef986b576bb6028b9e960cc', ref: (el) => (this.liveRegionEl = el), class: "sr-only", "aria-live": "assertive", "aria-atomic": "true" }, this.announcement)));
571
+ }, role: "application", "aria-describedby": `application-${this.uid}` }, index.h("div", { key: 'fbf1f183f6aac61a8c31050a064742524a442f02', class: `popup ${this.view}-view` }, this.renderHeader(), this.view === "month" ? this.renderMonthView() : this.renderYearView()), index.h("div", { key: '2a4b817c5f2be65ef6667c52300740450590bb84', id: `application-${this.uid}`, class: "sr-only" }, this.calName, this.calInstructions), index.h("div", { key: '6737c54bae18f38eb7c1ded31783961d4f04f7ae', ref: (el) => (this.liveRegionEl = el), class: "sr-only", "aria-live": "assertive", "aria-atomic": "true" }, this.announcement)));
572
572
  }
573
573
  get el() { return index.getElement(this); }
574
574
  static get watchers() { return {
@@ -129,11 +129,11 @@ const ChartPopoverOld = class {
129
129
  const titleAffordance = this.sliceDetails &&
130
130
  this.sliceDetails.title &&
131
131
  (this.sliceDetails.title[0] === "-" ? "negative" : this.sliceDetails.title[0] === "+" ? "positive" : "");
132
- return (index.h(index.Host, { key: 'c5c7427fd813574e1634fd1635f864eb641236ec', class: `${((_a = this.sliceDetails) === null || _a === void 0 ? void 0 : _a.buttonText) && this.open ? "has-interactive" : ""}` }, !!this.open && this.sliceDetails ? (index.h("div", { "aria-hidden": "true", class: "popover" }, index.h("h1", { class: `title ${titleAffordance}` }, this.sliceDetails.title), index.h("p", { class: "text" }, this.sliceDetails.text), this.sliceDetails.buttonText ? (
132
+ return (index.h(index.Host, { key: 'ffd6a3d344b02332b04e67a101b0c0aebc4bf829', class: `${((_a = this.sliceDetails) === null || _a === void 0 ? void 0 : _a.buttonText) && this.open ? "has-interactive" : ""}` }, !!this.open && this.sliceDetails ? (index.h("div", { "aria-hidden": "true", class: "popover" }, index.h("h1", { class: `title ${titleAffordance}` }, this.sliceDetails.title), index.h("p", { class: "text" }, this.sliceDetails.text), this.sliceDetails.buttonText ? (
133
133
  // @ts-ignore
134
134
  index.h("button", { tabindex: "-1",
135
135
  // @ts-ignore
136
- focusable: "false", class: "popover-button", onClick: () => this.handleButtonClick() }, index.h("svg", { class: "btn-icon", height: "9", width: "9" }, index.h("path", { fill: "#575195", d: "M0 3.38v2.25h9V3.38H0zM0 0v2.25h4.5V0H0zm6.19 6.75H0V9h6.19V6.75z" })), index.h("span", { class: "button-text" }, this.sliceDetails.buttonText))) : (""))) : (""), index.h("div", { key: '194d04ee3cfcba53718a385abbce61b15836845c', ref: (el) => (this.liveRegion = el), class: "live-region sr-only", "aria-live": "polite", "aria-atomic": "true" }, this.open && this.renderLiveRegion())));
136
+ focusable: "false", class: "popover-button", onClick: () => this.handleButtonClick() }, index.h("svg", { class: "btn-icon", height: "9", width: "9" }, index.h("path", { fill: "#575195", d: "M0 3.38v2.25h9V3.38H0zM0 0v2.25h4.5V0H0zm6.19 6.75H0V9h6.19V6.75z" })), index.h("span", { class: "button-text" }, this.sliceDetails.buttonText))) : (""))) : (""), index.h("div", { key: '41246afef9c521d8db48d7d272835c6829d5a148', ref: (el) => (this.liveRegion = el), class: "live-region sr-only", "aria-live": "polite", "aria-atomic": "true" }, this.open && this.renderLiveRegion())));
137
137
  }
138
138
  get el() { return index.getElement(this); }
139
139
  static get watchers() { return {
@@ -118,9 +118,9 @@ const ChartPopover = class {
118
118
  }
119
119
  render() {
120
120
  const titleAffordance = this.header && (this.header[0] === "-" ? "negative" : this.header[0] === "+" ? "positive" : "");
121
- return (index.h(index.Host, { key: 'ccf8d6d35d85b8c902d1350aa74d75b479c43b3c', class: this.isKeying ? "user-is-keying" : "" }, index.h("div", { key: '1340158d01632a92f6ef8c0a5637bc28e5ce7ea5', ref: (el) => (this.popoverEl = el), popover: "manual", "aria-hidden": "true", class: "popover" }, index.h("h1", { key: 'afb65849a7b7ff30b78f8e78f74bc57824f6acd5', class: `title ${titleAffordance}` }, this.header), index.h("p", { key: '2f523aae12190a62184136fec74b50fed7436f4a', class: "text" }, this.text), this.buttonText ? (index.h("button", { tabindex: "-1",
121
+ return (index.h(index.Host, { key: 'a863ab9a9d4b922fe67492a7139fa64d527f178c', class: this.isKeying ? "user-is-keying" : "" }, index.h("div", { key: '0679e51c1459d5456c0ac037c966a382c33bfd85', ref: (el) => (this.popoverEl = el), popover: "manual", "aria-hidden": "true", class: "popover" }, index.h("h1", { key: '69fb1bd19cb22af5a05dcd7ace7d846947d5f18b', class: `title ${titleAffordance}` }, this.header), index.h("p", { key: '235905a6ad8b3cf5c7114aeb75d326ff442b7dc2', class: "text" }, this.text), this.buttonText ? (index.h("button", { tabindex: "-1",
122
122
  // @ts-ignore
123
- focusable: "false", class: "popover-button", onClick: () => this.handleButtonClick() }, index.h("svg", { class: "btn-icon", height: "9", width: "9" }, index.h("path", { fill: "#575195", d: "M0 3.38v2.25h9V3.38H0zM0 0v2.25h4.5V0H0zm6.19 6.75H0V9h6.19V6.75z" })), index.h("span", { class: "button-text" }, this.buttonText))) : ("")), index.h("div", { key: '15568d7b0bb0dbc6884bf9baaea4b9ae715d33cf', ref: (el) => (this.liveRegionEl = el), class: "live-region sr-only", "aria-live": "polite", "aria-atomic": "true" }, this.announcement)));
123
+ focusable: "false", class: "popover-button", onClick: () => this.handleButtonClick() }, index.h("svg", { class: "btn-icon", height: "9", width: "9" }, index.h("path", { fill: "#575195", d: "M0 3.38v2.25h9V3.38H0zM0 0v2.25h4.5V0H0zm6.19 6.75H0V9h6.19V6.75z" })), index.h("span", { class: "button-text" }, this.buttonText))) : ("")), index.h("div", { key: '6c336c7d464df02267b4da0e3060d7f69cc12177', ref: (el) => (this.liveRegionEl = el), class: "live-region sr-only", "aria-live": "polite", "aria-atomic": "true" }, this.announcement)));
124
124
  }
125
125
  get el() { return index.getElement(this); }
126
126
  static get watchers() { return {
@@ -193,7 +193,7 @@ const ChartLegend = class {
193
193
  return this.processedData.map((item, idx) => (index.h("div", { class: "legend-item", key: item.barLegend, onClick: () => this.handleLegendItemClick(idx), onMouseEnter: () => this.handleLegendItemMouseEnter(idx), onMouseLeave: () => this.handleLegendItemMouseLeave() }, index.h("div", { class: this.getSwatchClassMap(item), style: { "--color": `var(--${item.color})` } }), index.h("div", { class: "label" }, item.barLegend), item.printValue && index.h("span", { class: `print-value` }, "(", item.printValue, ")"))));
194
194
  }
195
195
  render() {
196
- return (index.h(index.Host, { key: '1ba232432e51488144a4320c075db67690e5990b' }, index.h("div", { key: '088cd589e2cd04d168e59bc74b963326fd4fbeff', class: `legend-container --${this.orientation} ${this.printMode ? "print-mode" : ""}`, "aria-hidden": "true" }, this.renderLegendItems())));
196
+ return (index.h(index.Host, { key: '96690631fc06cb059813cf67adfb96a87a89ea03' }, index.h("div", { key: '68afe8f3ed1452d9e031ba8d0c2dbcbe6d57af78', class: `legend-container --${this.orientation} ${this.printMode ? "print-mode" : ""}`, "aria-hidden": "true" }, this.renderLegendItems())));
197
197
  }
198
198
  static get delegatesFocus() { return true; }
199
199
  get el() { return index.getElement(this); }
@@ -19,7 +19,7 @@ const PrivNavigatorButton = class {
19
19
  }
20
20
  render() {
21
21
  const { handleClick, altText } = this;
22
- return (index.h("button", { key: 'adfd184468176b7b9c025b5e4db3c86a1e857b4b', "aria-expanded": this.expanded.toString(), class: "navigator", onClick: handleClick.bind(this), "aria-label": altText }));
22
+ return (index.h("button", { key: '2f94dbb64a96096e852ec572f16264600c7fca8f', "aria-expanded": this.expanded.toString(), class: "navigator", onClick: handleClick.bind(this), "aria-label": altText }));
23
23
  }
24
24
  static get delegatesFocus() { return true; }
25
25
  get el() { return index.getElement(this); }
@@ -26,7 +26,7 @@ const PrivNavigatorItem = class {
26
26
  render() {
27
27
  const selectedClass = this.selected ? "selected" : "";
28
28
  const focusedClass = this.focused ? "focused" : "";
29
- return (index.h("div", { key: 'b79461e5967f3e75c8bb4d4c5e9e66d6b870c84b', class: `navoption ${selectedClass} ${focusedClass}` }, index.h("slot", { key: '35f83b67f08a1d8fdc3aeaeba1acdef45e85fca1' })));
29
+ return (index.h("div", { key: '427929b24dd60459f8269a3d3ee746ac876ff31f', class: `navoption ${selectedClass} ${focusedClass}` }, index.h("slot", { key: '9c67b8bd2282efc3ca77d8805dd3278d3e0b3c4a' })));
30
30
  }
31
31
  get el() { return index.getElement(this); }
32
32
  };
@@ -382,7 +382,7 @@ const PrivOptionList = class {
382
382
  return (index.h("div", { class: "non-options-wrapper" }, this.isInNestedSelect && this.renderReturnBtn(), this.search && this.renderSearchField(), this.visibleSelectAllButton && this.renderSelectAllButton()));
383
383
  }
384
384
  render() {
385
- return (index.h("div", { key: 'd1dc259bbc48591f82a0e44017349513b7e22f60', class: "list-wrapper" }, (this.isInNestedSelect || this.search || this.visibleSelectAllButton) && this.renderNonOptions(), index.h("div", { key: '5ef4cd1533f03e47175ed6112996ba73a138aacd', id: "list", class: "options-wrapper", tabindex: -1, role: "listbox", "aria-multiselectable": this.multiple ? "true" : null, "aria-label": this.optgroupLabel, ref: (el) => (this.listboxEl = el), style: { "--max-height": this.effectiveMaxHeight } }, this.searchTerm && this.filteredOptions.length === 0 && this.renderSearchFailedMessage(), this.multiple && this.renderCloneOptions(), index.h("slot", { key: '53014694e7dc51fbfc4fe6da9abbf0749764b4a1' })), index.h("div", { key: 'f3e1bb6596bd0e656eb045c5a62dad39ee266985', id: "optionlist-announcement", "aria-live": "polite", "aria-atomic": "true", class: "sr-only", ref: (el) => (this.liveRegionEl = el) }, this.announcement)));
385
+ return (index.h("div", { key: 'edfca7bcea21613113e9498ce7f9aa5fc7546ce2', class: "list-wrapper" }, (this.isInNestedSelect || this.search || this.visibleSelectAllButton) && this.renderNonOptions(), index.h("div", { key: '443fbc27fa3f25984f5eaada522a990b6941a5dd', id: "list", class: "options-wrapper", tabindex: -1, role: "listbox", "aria-multiselectable": this.multiple ? "true" : null, "aria-label": this.optgroupLabel, ref: (el) => (this.listboxEl = el), style: { "--max-height": this.effectiveMaxHeight } }, this.searchTerm && this.filteredOptions.length === 0 && this.renderSearchFailedMessage(), this.multiple && this.renderCloneOptions(), index.h("slot", { key: '7f6fb3e4667fcd951e98b7e5466416de817a8e55' })), index.h("div", { key: '8753468e7a2dd5bd17bd1cfdf72d7eac0b4faf6e', id: "optionlist-announcement", "aria-live": "polite", "aria-atomic": "true", class: "sr-only", ref: (el) => (this.liveRegionEl = el) }, this.announcement)));
386
386
  }
387
387
  get el() { return index.getElement(this); }
388
388
  };
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-bb947bd5.js');
6
- const appGlobals = require('./app-globals-3f8985a8.js');
6
+ const appGlobals = require('./app-globals-df7ca137.js');
7
7
 
8
8
  /*
9
9
  Stencil Client Patch Browser v4.21.0 | MIT Licensed | https://stenciljs.com
@@ -347,7 +347,7 @@ const ActionMenu = class {
347
347
  return null;
348
348
  }
349
349
  render() {
350
- return (index.h(index.Host, { key: '089e41398162bb653228788b4317049cde90677a', onBlur: () => this.close(false) }, index.h("div", { key: '8bf71c94ed904f5c4308b30aaba78910622918ec', class: functions.getTextDir() }, index.h("button", { key: 'e907d5dbb4c76d9c1dcc4099b3f79faec27f4bdd', ref: (el) => (this.menubtnEl = el), id: "menubtn", class: `wm-button -${this.internalButtonType}${this.darkMode ? " dark" : ""}${this.isTabbing ? " user-is-tabbing" : ""}`, disabled: this.disabled, "aria-label": this.internalButtonType === "icononly"
350
+ return (index.h(index.Host, { key: '19a7b9bbd017ed6100d605c56d497f99084bdadc', onBlur: () => this.close(false) }, index.h("div", { key: '02352c77a57c3811d5bc66be6eeed8ebdf413aa9', class: functions.getTextDir() }, index.h("button", { key: '070cea3ac5da73352e952b87d342d4b98716346b', ref: (el) => (this.menubtnEl = el), id: "menubtn", class: `wm-button -${this.internalButtonType}${this.darkMode ? " dark" : ""}${this.isTabbing ? " user-is-tabbing" : ""}`, disabled: this.disabled, "aria-label": this.internalButtonType === "icononly"
351
351
  ? this.labelForIdenticalButtons || this.tooltip
352
352
  : this.labelForIdenticalButtons || undefined, "aria-expanded": this.isExpanded ? "true" : "false", "aria-haspopup": "menu", popoverTarget: "menu", popoverTargetAction: "toggle", onMouseEnter: () => this.actionMenuType === "icon" &&
353
353
  functions.showTooltip(this.tooltipPosition || this.horizontalPosition, this.menubtnEl, this.tooltip), onMouseLeave: () => functions.hideTooltip(), onFocus: () => this.isTabbing &&
@@ -355,9 +355,9 @@ const ActionMenu = class {
355
355
  functions.showTooltip(this.tooltipPosition || this.horizontalPosition, this.menubtnEl, this.tooltip), onBlur: (ev) => {
356
356
  functions.hideTooltip();
357
357
  this.handleButtonBlur(ev);
358
- } }, this.actionMenuType === "icon" && (index.h("span", { key: 'bd615c986c40863c73a2ec9f060fc5b596e7d64f', class: "svg-icon svg-more-options", style: { "--icon-size": "24px" } })), this.actionMenuType !== "icon" && index.h("span", { key: '27ad43a2bc951784d313f08b210c1092f2adda55', class: "button-text" }, this.buttonText), (this.actionMenuType === "selector" || this.actionMenuType === "selector-primary") && (index.h("div", { key: '54184d0f5faa1bd80eddc76127d4173f3dacb7ca', class: "selector-icon svg-icon svg-expand-more" }))), index.h("div", { key: '7f34d1d1527b5b65f512fe636aa243ef06c2ae61', class: `dropdown ${this.isExpanded ? "is-open" : ""} ${this.isHidden ? "hidden" : ""} ${this.openUp ? "open-up" : ""} ${this.horizontalPosition}`, id: "menu", popover: "auto", tabindex: -1, role: "menu", ref: (el) => (this.dropdownEl = el),
358
+ } }, this.actionMenuType === "icon" && (index.h("span", { key: '24f876ff7aba8a8f0628c768fd7a3cae4c6b13c1', class: "svg-icon svg-more-options", style: { "--icon-size": "24px" } })), this.actionMenuType !== "icon" && index.h("span", { key: 'dfe646329373fe5839fba003ec15f3345982097e', class: "button-text" }, this.buttonText), (this.actionMenuType === "selector" || this.actionMenuType === "selector-primary") && (index.h("div", { key: '8872e66a185503cd1f6fc298e3fb2e28e67d1ae6', class: "selector-icon svg-icon svg-expand-more" }))), index.h("div", { key: 'a6b8ecffdf3c9886e0b01d4783b22403b2d7c724', class: `dropdown ${this.isExpanded ? "is-open" : ""} ${this.isHidden ? "hidden" : ""} ${this.openUp ? "open-up" : ""} ${this.horizontalPosition}`, id: "menu", popover: "auto", tabindex: -1, role: "menu", ref: (el) => (this.dropdownEl = el),
359
359
  // @ts-ignore -- don't tell typescript but we're in the future
360
- onToggle: (ev) => this.handleToggle(ev) }, index.h("slot", { key: 'de4af1e89a98621b4093089e70f7b0c02b759cb2' })))));
360
+ onToggle: (ev) => this.handleToggle(ev) }, index.h("slot", { key: '3d0b49daa3f5c2c62edb3582a0de2f53888ff2e8' })))));
361
361
  }
362
362
  static get delegatesFocus() { return true; }
363
363
  get el() { return index.getElement(this); }
@@ -381,6 +381,7 @@ const Menuitem = class {
381
381
  this.wmTabKeyPressed = index.createEvent(this, "wmTabKeyPressed", 7);
382
382
  this.wmLetterPressed = index.createEvent(this, "wmLetterPressed", 7);
383
383
  this.wmMenuitemBlurred = index.createEvent(this, "wmMenuitemBlurred", 7);
384
+ this.onClickFunc = null;
384
385
  this.descriptionCharLimit = 100;
385
386
  this.disabled = false;
386
387
  this.icon = undefined;
@@ -474,7 +475,7 @@ const Menuitem = class {
474
475
  }
475
476
  }
476
477
  render() {
477
- return (index.h(index.Host, { key: '3576abf0e512b2088c08a13a9b0da7be22fc4604', tabindex: -1, role: "menuitem", "aria-disabled": this.disabled ? "true" : null }, index.h("div", { key: '5ee18f1dc5bc3ce1498db2038d6e21ed9abeb951', class: "wrapper", "aria-disabled": this.disabled ? "true" : null }, index.h("div", { key: '1eb8c3e8db9dee82803e458dce83ea26314d454f', class: "main-text" }, this.icon && this.renderIcon(), this.el.textContent), this.description ? index.h("div", { class: "description" }, this.description) : "")));
478
+ return (index.h(index.Host, { key: 'ae1d93489feffb5016582d3f1707ce6465b1dcc7', tabindex: -1, role: "menuitem", "aria-disabled": this.disabled ? "true" : null }, index.h("div", { key: '8e06a217bb068a4d612290badbe92e4971483e43', class: "wrapper", "aria-disabled": this.disabled ? "true" : null }, index.h("div", { key: '185d673501208073456b6e943c52fd9b14f91023', class: "main-text" }, this.icon && this.renderIcon(), this.el.textContent), this.description ? index.h("div", { class: "description" }, this.description) : "")));
478
479
  }
479
480
  get el() { return index.getElement(this); }
480
481
  static get watchers() { return {
@@ -265,7 +265,7 @@ const Button = class {
265
265
  }
266
266
  }
267
267
  render() {
268
- return (index.h(index.Host, { key: 'bfc5c1c1b69619258f1a15003de34a9884f5b09e', class: `${this.isDisabled ? "button-disabled" : ""} -${this.buttonType}` }, index.h("button", { key: '647328418473ec98db1fff54403a5915a8354668', id: this.id, class: `${this.buttonClasses}`, disabled: this.isDisabled, ref: (el) => (this.buttonEl = el), "aria-label": this.getAriaLabel(), "aria-expanded": this.isAriaExpanded !== undefined ? this.isAriaExpanded.toString() : undefined, "aria-hasPopup": this.ariaPopup ? "menu" : null, onMouseEnter: (ev) => this.handleMouseEnter(ev), onMouseLeave: () => functions.hideTooltip(), onFocus: (ev) => this.handleFocus(ev), onBlur: () => functions.hideTooltip(), onClick: () => functions.hideTooltip() }, this.icon && this.renderIcon(), !this.buttonType.startsWith("navigational") && !this.buttonType.startsWith("icononly") && (index.h("span", { key: '1f27aeed2c3e7f87d326c6da318f08be083c873e', class: "button-text" }, index.h("slot", { key: '6cce46f476c7d20aa3c48fa1e87edd495398d5c3' }))), (this.buttonType == "selector" || this.buttonType == "selector-primary") && (index.h("div", { key: '305255c0423d2971932f3f8ccc2170075aa4dd53', class: "selector-icon svg-icon svg-expand-more" })))));
268
+ return (index.h(index.Host, { key: '76a5421d00532673476644aae829a5e4c1705b1f', class: `${this.isDisabled ? "button-disabled" : ""} -${this.buttonType}` }, index.h("button", { key: '576012f5b0262fb6ca7dd435e869c4276cc0da06', id: this.id, class: `${this.buttonClasses}`, disabled: this.isDisabled, ref: (el) => (this.buttonEl = el), "aria-label": this.getAriaLabel(), "aria-expanded": this.isAriaExpanded !== undefined ? this.isAriaExpanded.toString() : undefined, "aria-hasPopup": this.ariaPopup ? "menu" : null, onMouseEnter: (ev) => this.handleMouseEnter(ev), onMouseLeave: () => functions.hideTooltip(), onFocus: (ev) => this.handleFocus(ev), onBlur: () => functions.hideTooltip(), onClick: () => functions.hideTooltip() }, this.icon && this.renderIcon(), !this.buttonType.startsWith("navigational") && !this.buttonType.startsWith("icononly") && (index.h("span", { key: '2c6548c3708dc18fec38d43dbf75583a0e254cf0', class: "button-text" }, index.h("slot", { key: '07f076ee9011eb1294315b29cdbb350e8e55270f' }))), (this.buttonType == "selector" || this.buttonType == "selector-primary") && (index.h("div", { key: '0332bc4f94a44c5b973cee95da7065a05803d0b7', class: "selector-icon svg-icon svg-expand-more" })))));
269
269
  }
270
270
  static get delegatesFocus() { return true; }
271
271
  get el() { return index.getElement(this); }
@@ -435,7 +435,7 @@ const ChartBar = class {
435
435
  render() {
436
436
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
437
437
  const rowCount = (this.isGrouped ? this.processedData.size : (_a = this.processedData.get(null)) === null || _a === void 0 ? void 0 : _a.length) || 1; // processedData keys are the group names, ungrouped data belongs under a key of null
438
- return (index.h(index.Host, { key: '6c4e5d5a990eb6b719cf6414bcb08961b265d6f7' }, index.h("div", { key: '348d77ac265b2ad0abac5aadaf117286b4c8b408', class: "popover-wrapper" }, index.h("priv-chart-popover", { key: 'bf6ecf7270d6a5862a65c2820c057946171bf380', ref: (el) => (this.popoverEl = el), onIntChartPopoverToggled: (ev) => this.handlePopoverToggled(ev) })), index.h("div", { key: 'eb2120d0c22302d55ce91c0242cc021586005e41', ref: (el) => (this.componentWrapperEl = el), class: `component-wrapper ${((_b = this.printMode) !== null && _b !== void 0 ? _b : (_c = this.config) === null || _c === void 0 ? void 0 : _c.printMode) ? "print-mode" : ""}`, tabindex: "0", role: "application", onKeyDown: (ev) => this.handleChartKeyDown(ev), onBlur: (ev) => this.handleComponentBlur(ev), "aria-roledescription": intl.chartMessages.interactiveChart, "aria-describedby": "chart-instructions", "aria-label": (_d = this.config) === null || _d === void 0 ? void 0 : _d.label }, ((_f = (_e = this.config) === null || _e === void 0 ? void 0 : _e.showLabel) !== null && _f !== void 0 ? _f : true) && (index.h("label", { key: 'c3c5df95bbe6c59785e3812a3e4a41c1c2c30243', id: "label", class: "label" }, index.h("span", { key: '9c0cbdc44cf7e261b84a2cb466124b3b3f526bff', class: "label-text" }, (_g = this.config) === null || _g === void 0 ? void 0 : _g.label), this.subinfoText ? index.h("span", { class: "subinfo" }, this.subinfoText) : "")), this.showLegend === "top" && this.renderLegend("horizontal"), index.h("div", { key: '2054415ba5137a232b43acdc2776adeb038aa968', class: "chart-wrapper" }, index.h("div", { key: 'b0238719a9e7d271f1c04d1a22acb9784a9283e3', class: "chart-left-side" }, this.showLegend === "left" && this.renderLegend("vertical"), index.h("div", { key: 'fc31958261bd6901ec8a37b6d4327058fbc0cc08', class: "left-axis-label" }, index.h("span", { key: '9d1f9c6976084919bf9c3bc52e4fc05af9d70398', class: "axis-label-text" }, (_h = this.config) === null || _h === void 0 ? void 0 : _h.categoryAxisLabel))), index.h("div", { key: 'cd8f097b5350c41c0db3e0427cebf71b9f77da03', class: "chart-center" }, index.h("div", { key: 'cfb29fb64d81c566c97820a1da2a3988a4e3cea7', class: "chart-area", style: { "--row-count": rowCount.toString() } }, this.processedData && (this.isGrouped ? this.renderGroupLegends() : this.renderBarLegends()), index.h("div", { key: '073309f0b2b5218e0bc4e21c58a9272e40ac376f', class: `bar-area ${this.isKeying ? "user-is-keying" : ""} ${this.isGrouped ? "grouped" : ""}`, ref: (el) => (this.barAreaEl = el) }, this.gridVisible && this.renderGrid(), ((_j = this.config) === null || _j === void 0 ? void 0 : _j.gridMax) != undefined && (this.isGrouped ? this.renderGroupedBars() : this.renderBars()))), index.h("div", { key: '4e455f2332f393cb1ea2ccc75209434f90c3ef74', class: "bottom-axis-label" }, index.h("span", { key: 'db1ef4194c3d544c28270892a2c0b85524685e89', class: "axis-label-text" }, (_k = this.config) === null || _k === void 0 ? void 0 : _k.valueAxisLabel)), this.gridVisible && this.renderXAxis()), index.h("div", { key: '8451642ab2169b7255b82620b9751538c3ecbeda', class: "chart-right-side" }, this.showLegend === "right" && this.renderLegend("vertical"))), this.showLegend === "bottom" && this.renderLegend("horizontal"), chartFunctions.renderInstructionsText())));
438
+ return (index.h(index.Host, { key: 'fee905a779328fdabd70ead14d0be757809a20b7' }, index.h("div", { key: '259b8520be79541071c4e9d322d52253b1f31905', class: "popover-wrapper" }, index.h("priv-chart-popover", { key: '4e67366a3e3328621228faf7b7006cc28ea5d6c6', ref: (el) => (this.popoverEl = el), onIntChartPopoverToggled: (ev) => this.handlePopoverToggled(ev) })), index.h("div", { key: '040f5c7d13fa72d062fa82069f9da9f11aefa01c', ref: (el) => (this.componentWrapperEl = el), class: `component-wrapper ${((_b = this.printMode) !== null && _b !== void 0 ? _b : (_c = this.config) === null || _c === void 0 ? void 0 : _c.printMode) ? "print-mode" : ""}`, tabindex: "0", role: "application", onKeyDown: (ev) => this.handleChartKeyDown(ev), onBlur: (ev) => this.handleComponentBlur(ev), "aria-roledescription": intl.chartMessages.interactiveChart, "aria-describedby": "chart-instructions", "aria-label": (_d = this.config) === null || _d === void 0 ? void 0 : _d.label }, ((_f = (_e = this.config) === null || _e === void 0 ? void 0 : _e.showLabel) !== null && _f !== void 0 ? _f : true) && (index.h("label", { key: '913ee009cdccb63eb97d7b089e47b3a95afbd033', id: "label", class: "label" }, index.h("span", { key: 'df61bc316cd501e9747b88705da29c4dff1e8409', class: "label-text" }, (_g = this.config) === null || _g === void 0 ? void 0 : _g.label), this.subinfoText ? index.h("span", { class: "subinfo" }, this.subinfoText) : "")), this.showLegend === "top" && this.renderLegend("horizontal"), index.h("div", { key: '7e62e9b642f8c9c82a85a0444718688b559df321', class: "chart-wrapper" }, index.h("div", { key: '253dec169ae191463f5bae1762927903e28865b9', class: "chart-left-side" }, this.showLegend === "left" && this.renderLegend("vertical"), index.h("div", { key: 'a334e424f2e6d84f2573958392d998918b108282', class: "left-axis-label" }, index.h("span", { key: '3e5ce3a0e0de6c6681e8128285f9cb68d380c455', class: "axis-label-text" }, (_h = this.config) === null || _h === void 0 ? void 0 : _h.categoryAxisLabel))), index.h("div", { key: '6a8569d3747e99acad477eeaa3d23a8e2cd9e86d', class: "chart-center" }, index.h("div", { key: '9fdd5de7923748a3ece1c878b67345c09ade7b16', class: "chart-area", style: { "--row-count": rowCount.toString() } }, this.processedData && (this.isGrouped ? this.renderGroupLegends() : this.renderBarLegends()), index.h("div", { key: '384233d4f76764d9e58d4512398b58c2e08da6fa', class: `bar-area ${this.isKeying ? "user-is-keying" : ""} ${this.isGrouped ? "grouped" : ""}`, ref: (el) => (this.barAreaEl = el) }, this.gridVisible && this.renderGrid(), ((_j = this.config) === null || _j === void 0 ? void 0 : _j.gridMax) != undefined && (this.isGrouped ? this.renderGroupedBars() : this.renderBars()))), index.h("div", { key: '029ce6b851112ba6f3a0bf02f52003fe33ce3236', class: "bottom-axis-label" }, index.h("span", { key: 'e8e23fbf1446d7e3c6639233ee1bdd95d39be38f', class: "axis-label-text" }, (_k = this.config) === null || _k === void 0 ? void 0 : _k.valueAxisLabel)), this.gridVisible && this.renderXAxis()), index.h("div", { key: '0019f06abd0b37f496960c499d10a12ca616a6bb', class: "chart-right-side" }, this.showLegend === "right" && this.renderLegend("vertical"))), this.showLegend === "bottom" && this.renderLegend("horizontal"), chartFunctions.renderInstructionsText())));
439
439
  }
440
440
  static get delegatesFocus() { return true; }
441
441
  get el() { return index.getElement(this); }
@@ -614,7 +614,7 @@ const ChartColumn = class {
614
614
  // #endregion rendering
615
615
  render() {
616
616
  var _a, _b, _c, _d, _e, _f;
617
- return (index.h(index.Host, { key: 'affae5b48baddd602d0b7a3e52dac3adbc935b4c' }, index.h("div", { key: 'ff850beabb9e006382b815679306826db3f7a72a', class: "popover-wrapper" }, index.h("priv-chart-popover", { key: 'cd5baae81ffc528fd522bcce99c3d77102dd77fd', ref: (el) => (this.popoverEl = el), onIntChartPopoverToggled: (ev) => this.handlePopoverToggled(ev) })), index.h("div", { key: '458977566490ece052ae601d6c567c0a55c194fe', ref: (el) => (this.componentWrapperEl = el), class: `component-wrapper ${((_a = this.printMode) !== null && _a !== void 0 ? _a : (_b = this.config) === null || _b === void 0 ? void 0 : _b.printMode) ? "print-mode" : ""}`, style: this.isPlotWidthLimited ? { "--forced-width": `${this.printWidthPx}px` } : undefined, tabindex: "0", role: "application", onKeyDown: (ev) => this.handleChartKeyDown(ev), onBlur: (ev) => this.handleComponentBlur(ev), "aria-roledescription": intl.chartMessages.interactiveChart, "aria-describedby": "chart-instructions", "aria-label": (_c = this.config) === null || _c === void 0 ? void 0 : _c.label }, ((_e = (_d = this.config) === null || _d === void 0 ? void 0 : _d.showLabel) !== null && _e !== void 0 ? _e : true) && (index.h("label", { key: 'e29c77421f36511d78823c09c915025dd365db41', id: "label", class: "label" }, index.h("span", { key: 'f6ce8537edf910e0d88fbe97e24e38ae6b8f7f0e', class: "label-text" }, (_f = this.config) === null || _f === void 0 ? void 0 : _f.label), this.subinfoText ? index.h("span", { class: "subinfo" }, this.subinfoText) : "")), this.showLegend === "top" && this.renderLegend("horizontal"), index.h("div", { key: '2656655cdcae22b906c3129c1a9d6de52263015b', class: "chart-wrapper" }, index.h("div", { key: 'd141e1d15be6d548c065e7e1872f6b8482d63f19', class: "chart-left-side" }, this.showLegend === "left" && this.renderLegend("vertical")), this.data && this.renderPlotContainers(), index.h("div", { key: '6e28c0075fc0359dc29a2c275789f57ee7698da7', class: "chart-right-side" }, this.showLegend === "right" && this.renderLegend("vertical"))), this.showLegend === "bottom" && this.renderLegend("horizontal"), chartFunctions.renderInstructionsText())));
617
+ return (index.h(index.Host, { key: 'b51ad062997d2af1ef9aa4cc77e69b00417052cc' }, index.h("div", { key: 'e69ca509ec69daf49c384a013cb65929a468dc8b', class: "popover-wrapper" }, index.h("priv-chart-popover", { key: '335e7e4681ce4227e03a83ddd4dd2c1a599fd9b0', ref: (el) => (this.popoverEl = el), onIntChartPopoverToggled: (ev) => this.handlePopoverToggled(ev) })), index.h("div", { key: '2198b8cdb1b1293c4dfb8a18673ec1f941ab252d', ref: (el) => (this.componentWrapperEl = el), class: `component-wrapper ${((_a = this.printMode) !== null && _a !== void 0 ? _a : (_b = this.config) === null || _b === void 0 ? void 0 : _b.printMode) ? "print-mode" : ""}`, style: this.isPlotWidthLimited ? { "--forced-width": `${this.printWidthPx}px` } : undefined, tabindex: "0", role: "application", onKeyDown: (ev) => this.handleChartKeyDown(ev), onBlur: (ev) => this.handleComponentBlur(ev), "aria-roledescription": intl.chartMessages.interactiveChart, "aria-describedby": "chart-instructions", "aria-label": (_c = this.config) === null || _c === void 0 ? void 0 : _c.label }, ((_e = (_d = this.config) === null || _d === void 0 ? void 0 : _d.showLabel) !== null && _e !== void 0 ? _e : true) && (index.h("label", { key: '6a31a705fc24b21eb74df46a440c4e5a70c9d4f4', id: "label", class: "label" }, index.h("span", { key: 'c4b0ab318e570dcc7dfeaab05e4f4e00329de72c', class: "label-text" }, (_f = this.config) === null || _f === void 0 ? void 0 : _f.label), this.subinfoText ? index.h("span", { class: "subinfo" }, this.subinfoText) : "")), this.showLegend === "top" && this.renderLegend("horizontal"), index.h("div", { key: 'e1542b6b9f1e157f1a6e0a02c01a9b66d3954952', class: "chart-wrapper" }, index.h("div", { key: 'dd07a9a03778b3d3665d553e4b581766efbb117d', class: "chart-left-side" }, this.showLegend === "left" && this.renderLegend("vertical")), this.data && this.renderPlotContainers(), index.h("div", { key: '959c73972b14fb2e31a0273364983a61d89405ed', class: "chart-right-side" }, this.showLegend === "right" && this.renderLegend("vertical"))), this.showLegend === "bottom" && this.renderLegend("horizontal"), chartFunctions.renderInstructionsText())));
618
618
  }
619
619
  static get delegatesFocus() { return true; }
620
620
  get el() { return index.getElement(this); }
@@ -153,7 +153,7 @@ const Chart = class {
153
153
  }
154
154
  }
155
155
  render() {
156
- return (index.h(index.Host, { key: '64a6dc03c5a44de1cb06d0ddfa90cf88cf1c467c', onBlur: () => chartFunctions.exitChart.call(this) }, index.h("div", { key: '31b4a39ce530c5e3552b1896feaa081f2e368d1b', ref: (el) => (this.componentWrapperEl = el), class: `component-wrapper ${this.currentChartType} ${this.isTabbing && !this.userIsNavigating ? "user-is-tabbing" : ""} ${this.labelPosition === "left" && this.currentChartType === "bar4" ? "left-label" : ""}`, role: "application", "aria-label": this.ariaLabelText, tabindex: 0, "aria-roledescription": intl.chartMessages.interactiveChart, "aria-describedby": "chart-instructions" }, index.h("label", { key: 'a62e78dd0eb3f50da81cc09137ea5bc7115b7cf4', id: `label-${this.uid}`, class: `label --${this.labelPosition}`, htmlFor: `graphic-${this.uid}` }, index.h("span", { key: '9a7219c06f7ef4a1a59f9b23a15574c65942e6c6', class: "label-text" }, this.label), this.subinfo ? index.h("span", { class: "subinfo" }, this.subinfo) : ""), this.isBar && chartFunctions.renderLegend.call(this, this.currentChartType), this.renderChart(), this.isDoughnut && chartFunctions.renderLegend.call(this, this.currentChartType), index.h("priv-chart-popover-old", { key: 'c561e46795723255b0919e321c4a60f5b58dc021', class: this.isTabbing ? "user-is-tabbing" : "", onIntChartPopoverOpenChanged: (ev) => this.handlePopoverOpenChanged(ev) }), this.isBar && !this.printMode && chartFunctions.renderHiddenValuesMessage()), chartFunctions.renderInstructionsText()));
156
+ return (index.h(index.Host, { key: 'e0a972bc5e47bead2080f995f6ac7622a9508f4e', onBlur: () => chartFunctions.exitChart.call(this) }, index.h("div", { key: 'a9d2e2b8309229208e9432e7756432f8c4ed0585', ref: (el) => (this.componentWrapperEl = el), class: `component-wrapper ${this.currentChartType} ${this.isTabbing && !this.userIsNavigating ? "user-is-tabbing" : ""} ${this.labelPosition === "left" && this.currentChartType === "bar4" ? "left-label" : ""}`, role: "application", "aria-label": this.ariaLabelText, tabindex: 0, "aria-roledescription": intl.chartMessages.interactiveChart, "aria-describedby": "chart-instructions" }, index.h("label", { key: '5a2acae3749eed0ce29ce20a43eff4a1324790bb', id: `label-${this.uid}`, class: `label --${this.labelPosition}`, htmlFor: `graphic-${this.uid}` }, index.h("span", { key: '780eb58732f4ec691ca6623dc4e2e6fb05395faf', class: "label-text" }, this.label), this.subinfo ? index.h("span", { class: "subinfo" }, this.subinfo) : ""), this.isBar && chartFunctions.renderLegend.call(this, this.currentChartType), this.renderChart(), this.isDoughnut && chartFunctions.renderLegend.call(this, this.currentChartType), index.h("priv-chart-popover-old", { key: '266e79755e835272f69e3f6a9d057fe1dab46837', class: this.isTabbing ? "user-is-tabbing" : "", onIntChartPopoverOpenChanged: (ev) => this.handlePopoverOpenChanged(ev) }), this.isBar && !this.printMode && chartFunctions.renderHiddenValuesMessage()), chartFunctions.renderInstructionsText()));
157
157
  }
158
158
  static get delegatesFocus() { return true; }
159
159
  get el() { return index.getElement(this); }
@@ -455,6 +455,16 @@ const DateRange = class {
455
455
  this.startCalEl.hoverDate = this.startCalEl.startDate === ev.detail ? undefined : ev.detail;
456
456
  this.endCalEl.hoverDate = this.endCalEl.startDate === ev.detail ? undefined : ev.detail;
457
457
  }
458
+ /**
459
+ * @description Converts a date string between `"US"` (mm/dd/yyyy), `"INT"` (dd/mm/yyyy),
460
+ * and `"ISO"` (YYYY-MM-DD). Direct US ↔ INT conversion is not supported — route through
461
+ * ISO as an intermediate step.
462
+ * @param inputFormat - Format of the input date string (`"US"`, `"INT"`, or `"ISO"`).
463
+ * @param outputFormat - Desired output format (`"US"`, `"INT"`, or `"ISO"`).
464
+ * @param date - The date string to reformat.
465
+ * @returns The reformatted date string, an empty string if `date` is omitted, or the original
466
+ * string unchanged if it cannot be parsed.
467
+ */
458
468
  async reformatDate(inputFormat, outputFormat, date) {
459
469
  return this._reformatDate(inputFormat, outputFormat, date);
460
470
  }
@@ -492,6 +502,12 @@ const DateRange = class {
492
502
  }
493
503
  }
494
504
  }
505
+ /**
506
+ * @description Validates whether a string is a well-formed, calendar-correct ISO date
507
+ * (YYYY-MM-DD). Accounts for invalid day-of-month values and leap years.
508
+ * @param input - The string to validate.
509
+ * @returns `true` if the string is a valid ISO date, `false` otherwise.
510
+ */
495
511
  async isValidISO(input) {
496
512
  return this._isValidISO(input);
497
513
  }
@@ -541,25 +557,25 @@ const DateRange = class {
541
557
  }
542
558
  render() {
543
559
  var _a, _b, _c, _d;
544
- return (index.h(index.Host, { key: 'd9425370610f8a2b7c45fe6f292c3956a84ff9bd', "aria-busy": "false" }, index.h("div", { key: 'db1104312e47a8c5f83d69a23c248ed4707abf36', ref: (d) => (this.wrapperEl = d), class: "wrapper" }, index.h("div", { key: '4e41eab3d58c2fca4545102e0f56b990af715a37', class: "range-wrapper cal", ref: (el) => (this.anchorEl = el) }, index.h("div", { key: '1a8367a94d56d6478304c17501835e02a83c8a89', class: "label-wrapper", id: "start-label-wrapper" }, index.h("label", { key: '95ca9b13badd5de4bf3256950e266c649ec96e81', id: "startlabel", htmlFor: "start-date-input", class: "label" }, this.labelStart, this.requiredField && (index.h("span", { key: '735e651558ca88cd0ef48da443de1141a3a3b2be', "aria-hidden": "true", class: "required" }, "*")))), index.h("div", { key: '88f0a8721ecff89466b5d4dcc44d35ad67f8f0cb', class: "label-wrapper", id: "end-label-wrapper" }, index.h("label", { key: 'f4bfa9b4e39cb75ca0af56ce75291dc838715964', id: "endlabel", htmlFor: "end-date-input", class: "label" }, this.labelEnd, this.requiredField && (index.h("span", { key: 'cbe940d9ed0b9ee6461b22017440a2640cef07ba', "aria-hidden": "true", class: "required" }, "*")))), index.h("input", { key: 'fdbc07ae0431e0c6205962c6ccfba9ebc65f1231', 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": "date-format-hint error", "aria-label": this.labelStart, "aria-required": this.requiredField ? "true" : null }), index.h("div", { key: 'd5bdc52b7caf0e25b012f0fed4472917e2c637df', id: "hyphen" }, "\u00A0-\u00A0"), index.h("input", { key: '99aa505aabd9950e8b8a9d855d2c4ea697f5c8af', 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": "date-format-hint error", "aria-label": this.labelEnd, "aria-required": this.requiredField ? "true" : null }), index.h("div", { key: 'a3434b13ad539bed778bc337ed04adc30e9acc77', class: "toggle-wrapper", id: "toggle-wrapper" }, this.canOpen && (index.h("button", { key: '7b7beb9c5460609fe9cf5922b23d826c64b9f053', disabled: this.disabled, "aria-describedby": "start-date-input end-date-input", "aria-label": functions.intl.formatMessage({
560
+ return (index.h(index.Host, { key: '576f553f284eef57b1b80d2770ebaaaa486b2a65', "aria-busy": "false" }, index.h("div", { key: 'd1b8749f84940f811277ea0d4cbdf6548f552a21', ref: (d) => (this.wrapperEl = d), class: "wrapper" }, index.h("div", { key: '4879d908500055bbcf9435445a3c3352e08c8239', class: "range-wrapper cal", ref: (el) => (this.anchorEl = el) }, index.h("div", { key: '7659bcc76e110904961a006f57148c8eaf8ad81e', class: "label-wrapper", id: "start-label-wrapper" }, index.h("label", { key: '824d8f9ec6bd3ea6ec29e2670f30b4c2d83955a3', id: "startlabel", htmlFor: "start-date-input", class: "label" }, this.labelStart, this.requiredField && (index.h("span", { key: '8553c682f6a1be43f6a76a97d22ba67447c90c6d', "aria-hidden": "true", class: "required" }, "*")))), index.h("div", { key: 'f8d28e4e6759cb11622d9386873d6419f4de3fdc', class: "label-wrapper", id: "end-label-wrapper" }, index.h("label", { key: '4c3d0bbf5a58a4a0c567041fe51002f897f29592', id: "endlabel", htmlFor: "end-date-input", class: "label" }, this.labelEnd, this.requiredField && (index.h("span", { key: 'aabf372102b5cb425108c3b95caeebe35a7e890d', "aria-hidden": "true", class: "required" }, "*")))), index.h("input", { key: 'e0f084896c043648d79cae89a1aa192395bf61de', 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": "date-format-hint error", "aria-label": this.labelStart, "aria-required": this.requiredField ? "true" : null }), index.h("div", { key: '8dc7e190cfe901e308d2a665f93d7d89f2fea731', id: "hyphen" }, "\u00A0-\u00A0"), index.h("input", { key: 'e354bfaa40907bd99b6d0e152869f170b5f90f4f', 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": "date-format-hint error", "aria-label": this.labelEnd, "aria-required": this.requiredField ? "true" : null }), index.h("div", { key: '75e537ec719c5aaabff86531fa5abf8b72a2d3ef', class: "toggle-wrapper", id: "toggle-wrapper" }, this.canOpen && (index.h("button", { key: '5b65696c08716602b4db77a21c329e5b1b53adf9', disabled: this.disabled, "aria-describedby": "start-date-input end-date-input", "aria-label": functions.intl.formatMessage({
545
561
  id: "date.selectRange",
546
562
  defaultMessage: "Select range",
547
563
  description: "Button text for screen readers.",
548
- }), ref: (el) => (this.toggleEl = el), "aria-expanded": `${this.isExpanded}`, class: "toggle", id: "toggle", popoverTarget: "popup-wrapper", popoverTargetAction: "toggle" }, index.h("span", { key: '7c04850bc3e4c29687f6875d1b77a6baa018fd50', class: "svg-icon svg-date" }), index.h("span", { key: '3abf1b41a3f3787c7e0f9573d092bbe5bbd55875', class: "calendar", title: functions.intl.formatMessage({
564
+ }), ref: (el) => (this.toggleEl = el), "aria-expanded": `${this.isExpanded}`, class: "toggle", id: "toggle", popoverTarget: "popup-wrapper", popoverTargetAction: "toggle" }, index.h("span", { key: '0cc4cbf6dfd6da128d9a33a72e3e89dab812c72a', class: "svg-icon svg-date" }), index.h("span", { key: '9fe596dc14752fa2f505aa6c1ab893ffa1f14b1b', class: "calendar", title: functions.intl.formatMessage({
549
565
  id: "date.calendarView",
550
566
  defaultMessage: "Calendar View",
551
567
  description: "Calendar button",
552
- }) })))), index.h("div", { key: '3f9fe602f2efc97f6cf42c32dab36b42562304b0', class: `popup-wrapper popup-range ${this.startCalEl && this.startCalEl.view}-view ${this.isExpanded ? "is-open" : ""} ${!this.hasAnchor && !this.isExpanded ? "hidden" : ""} ${(_b = (_a = this.fit) === null || _a === void 0 ? void 0 : _a.vertical) !== null && _b !== void 0 ? _b : ""} ${(_d = (_c = this.fit) === null || _c === void 0 ? void 0 : _c.horizontal) !== null && _d !== void 0 ? _d : ""}`, id: "popup-wrapper", ref: (el) => (this.popupEl = el), popover: "auto",
568
+ }) })))), index.h("div", { key: '1b7934722e2b0187ae6424141cc1e08cb5dda8d0', class: `popup-wrapper popup-range ${this.startCalEl && this.startCalEl.view}-view ${this.isExpanded ? "is-open" : ""} ${!this.hasAnchor && !this.isExpanded ? "hidden" : ""} ${(_b = (_a = this.fit) === null || _a === void 0 ? void 0 : _a.vertical) !== null && _b !== void 0 ? _b : ""} ${(_d = (_c = this.fit) === null || _c === void 0 ? void 0 : _c.horizontal) !== null && _d !== void 0 ? _d : ""}`, id: "popup-wrapper", ref: (el) => (this.popupEl = el), popover: "auto",
553
569
  // @ts-ignore -- onToggle is a valid ToggleEvent listener for popover elements
554
- onToggle: (ev) => this.handleToggle(ev) }, index.h("div", { key: '41e4eae0f64600b15b3f56e5002a898f3d8ee571', class: "trapfocus", tabIndex: this.isExpanded ? 0 : undefined, onFocus: () => this.endCalEl.focusLastFocusable() }), index.h("priv-calendar", { key: '207a8f831fa0ff6a7068ac86ba467935ad8cbd5b', ref: (el) => (this.startCalEl = el), onDateFocus: (ev) => this.handleDateFocus(ev) }), index.h("priv-calendar", { key: '05ed5b637ddaaf31658f3db71218098b8b251ae0', ref: (el) => (this.endCalEl = el), onDateFocus: (ev) => this.handleDateFocus(ev) }), index.h("div", { key: 'e2ccb7d837231b42b5464dca90ccbaa09f4484e5', class: "trapfocus", tabIndex: this.isExpanded ? 0 : undefined, onFocus: () => this.startCalEl.focusFirstFocusable() }))), index.h("div", { key: '4b8a0c9b7fceeb552ef3264203f875ec85bc9310' }, index.h("div", { key: '457fd174e68e80c707914c417b9def8e5be39920', id: "live-region", "aria-live": "polite", "aria-relevant": "text", class: "sr-only" }), index.h("div", { key: 'c3d4cb97f2686296956975eb0ece2a8204584b8e', id: "month-title", class: "sr-only" }, functions.intl.formatMessage({
570
+ onToggle: (ev) => this.handleToggle(ev) }, index.h("div", { key: 'cde40c3cdaee6e1641f7062debb2c301850d8967', class: "trapfocus", tabIndex: this.isExpanded ? 0 : undefined, onFocus: () => this.endCalEl.focusLastFocusable() }), index.h("priv-calendar", { key: 'c2f18d3d19fd9fded7c3bda37a521843870aae91', ref: (el) => (this.startCalEl = el), onDateFocus: (ev) => this.handleDateFocus(ev) }), index.h("priv-calendar", { key: '2f99a6e4dadfe42b53fe207871af112bf2780c56', ref: (el) => (this.endCalEl = el), onDateFocus: (ev) => this.handleDateFocus(ev) }), index.h("div", { key: 'df0c41dd0779a7586e666f5b530d7f7d449a54bb', class: "trapfocus", tabIndex: this.isExpanded ? 0 : undefined, onFocus: () => this.startCalEl.focusFirstFocusable() }))), index.h("div", { key: '7f3971b1af72d54ccc07f52531c1d17fecb6d7ab' }, index.h("div", { key: '0bed6cb1cf5f5ada1c926623d8b6dacb5dc34287', id: "live-region", "aria-live": "polite", "aria-relevant": "text", class: "sr-only" }), index.h("div", { key: '237bf9699d0305031f0f0bd04c9d8027c84dc1ed', id: "month-title", class: "sr-only" }, functions.intl.formatMessage({
555
571
  id: "date.selectMonth",
556
572
  defaultMessage: "Activate to select a month.",
557
573
  description: "Calendar button",
558
- })), index.h("div", { key: 'fd5074de67b599f2773080314d82a260b8447113', id: "year-title", class: "sr-only" }, functions.intl.formatMessage({
574
+ })), index.h("div", { key: 'ce586f8192676950d0221ce709b79dba29a956c8', id: "year-title", class: "sr-only" }, functions.intl.formatMessage({
559
575
  id: "date.selectYear",
560
576
  defaultMessage: "Activate to select a year.",
561
577
  description: "Calendar button",
562
- }))), index.h("div", { key: 'efdcc22aa520edec0a59ad6e76c16031d8077d67', id: "error", class: "error" }, this.errorMessage), index.h("span", { key: 'b91c95c15affe4885b41ccf088bb66b00ba881eb', id: "date-format-hint", class: "sr-only" }, this.dateFormat), index.h("div", { key: 'c925b59da3ac2557e796c29ecb35c2218b221f7c', ref: (el) => (this.liveRegionEl = el), class: "sr-only", "aria-live": "polite", "aria-atomic": "true" }))));
578
+ }))), index.h("div", { key: '913aaac21cc36b8172a1b28b45d9d2c9432e623f', id: "error", class: "error" }, this.errorMessage), index.h("span", { key: '066481609119ee85db50856e30b7c2f188bab078', id: "date-format-hint", class: "sr-only" }, this.dateFormat), index.h("div", { key: '77f64053567c3c2a4e2038205a9787a1cfa846b8', ref: (el) => (this.liveRegionEl = el), class: "sr-only", "aria-live": "polite", "aria-atomic": "true" }))));
563
579
  }
564
580
  static get delegatesFocus() { return true; }
565
581
  get el() { return index.getElement(this); }
@@ -110,12 +110,17 @@ const DatePicker = class {
110
110
  }
111
111
  get calendarDate() {
112
112
  let calendarDate = functions.dateToISO(new Date());
113
- const dateFormatUnits = { "mm/dd/yyyy": "US", "dd/mm/yyyy": "INT", "yyyy/mm/dd": "ISO" };
113
+ const dateFormatUnits = {
114
+ "mm/dd/yyyy": "US",
115
+ "dd/mm/yyyy": "INT",
116
+ "yyyy/mm/dd": "ISO",
117
+ };
118
+ const inputFormat = dateFormatUnits[this.dateFormat];
114
119
  if (this.value &&
115
- dateFormatUnits[this.dateFormat] &&
116
- this.isValidIsoInternal(this.reformatDateInternal(dateFormatUnits[this.dateFormat], "ISO", this.value))) {
120
+ inputFormat &&
121
+ this.isValidIsoInternal(this.reformatDateInternal(inputFormat, "ISO", this.value))) {
117
122
  // if component has value, and value can be parsed to valid ISO
118
- calendarDate = this.reformatDateInternal(dateFormatUnits[this.dateFormat], "ISO", this.value);
123
+ calendarDate = this.reformatDateInternal(inputFormat, "ISO", this.value);
119
124
  }
120
125
  else if (this.preselected) {
121
126
  calendarDate = this.preselected;
@@ -256,6 +261,18 @@ const DatePicker = class {
256
261
  this.el.dispatchEvent(changeEvent);
257
262
  this.closePopup(true);
258
263
  }
264
+ /**
265
+ * @description Converts a date string between the supported format tokens: `"US"` (mm/dd/yyyy),
266
+ * `"INT"` (dd/mm/yyyy), and `"ISO"` (YYYY-MM-DD). Direct US ↔ INT conversion is not supported —
267
+ * route through ISO as an intermediate step.
268
+ * @param inputFormat - Format of the input date string.
269
+ * @param outputFormat - Desired output format.
270
+ * @param date - The date string to reformat.
271
+ * @returns The reformatted date string, an empty string if `date` is omitted or falsy, or the
272
+ * original string unchanged if it cannot be parsed.
273
+ * @example reformatDate("US", "ISO", "06/20/1969") // → "1969-06-20"
274
+ * @example reformatDate("ISO", "US", "1969-06-20") // → "06/20/1969"
275
+ */
259
276
  async reformatDate(inputFormat, outputFormat, date) {
260
277
  return this.reformatDateInternal(inputFormat, outputFormat, date);
261
278
  }
@@ -291,6 +308,15 @@ const DatePicker = class {
291
308
  }
292
309
  }
293
310
  }
311
+ /**
312
+ * @description Validates whether a string is a well-formed, calendar-correct ISO date
313
+ * (YYYY-MM-DD). Accounts for invalid day-of-month values and leap years.
314
+ * @param input - The string to validate.
315
+ * @returns `true` if the string is a valid ISO date, `false` otherwise.
316
+ * @example isValidIso("1969-06-20") // → true
317
+ * @example isValidIso("1969-06-33") // → false (day 33 does not exist)
318
+ * @example isValidIso("2023-02-29") // → false (2023 is not a leap year)
319
+ */
294
320
  async isValidIso(input) {
295
321
  return this.isValidIsoInternal(input);
296
322
  }
@@ -340,25 +366,25 @@ const DatePicker = class {
340
366
  }
341
367
  render() {
342
368
  var _a, _b, _c, _d;
343
- return (index.h(index.Host, { key: 'a6bd8346b4de553102719cd281b9dc9413581aae', "aria-busy": "false", class: `${this.errorMessage ? "invalid" : ""}` }, index.h("div", { key: 'eaaf09c6388ac561f612af41cf0b3502b04094b0', ref: (d) => (this.dpWrapperEl = d), class: `wrapper label-${this.labelPosition} ${this.errorMessage ? "invalid" : ""}` }, index.h("div", { key: '4202ea43a96fb7c3b67d4454a3637bf616e332cd', class: "label-wrapper" }, this.labelPosition !== "none" && (index.h("label", { key: '42f8526f8fdb0028e24c514d42091c3fbf15ab60', id: "datepickerLabel", htmlFor: "date-input", class: "label", onMouseEnter: (ev) => this.handleLabelMouseEnter(ev), onMouseLeave: () => functions.hideTooltip() }, this.label)), this.labelPosition !== "none" && this.requiredField && (index.h("div", { key: '88c138a04cc78bac4171fc6458ad9b00778bf490', "aria-hidden": "true", class: "required" }, "*"))), index.h("div", { key: 'de2d78696965e3a10ac3facbeca4a8b473245523' }, index.h("div", { key: '9039a74286b4aa7f1491c02eaab23b321a2aaa45', class: "single-wrapper input", ref: (el) => (this.anchorEl = el) }, index.h("input", { key: '944723e15f67dff099ac5c1f6f03263594300435', 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": "date-format-hint error", "aria-label": this.label, "aria-required": this.requiredField ? "true" : null }), index.h("div", { key: '80ef67580f83dea80bcfc0d57391663e2727d33a', class: "container", id: "wm-container" }, this.canOpen && (index.h("button", { key: '730d2b56439354ce6232dc18d12c38bbc6790ed2', disabled: this.disabled, "aria-label": functions.intl.formatMessage({
369
+ return (index.h(index.Host, { key: 'ec737a3904688317e61939e4ed997c0e4d6fa49d', "aria-busy": "false", class: `${this.errorMessage ? "invalid" : ""}` }, index.h("div", { key: 'ba2baa4d174b1fdb229169cd80ee8f60c308254e', ref: (d) => (this.dpWrapperEl = d), class: `wrapper label-${this.labelPosition} ${this.errorMessage ? "invalid" : ""}` }, index.h("div", { key: '4e196f3d7e9dc1ebc0fdd8d63cd4f9bb2888c3ed', class: "label-wrapper" }, this.labelPosition !== "none" && (index.h("label", { key: 'ad751fc53a81f7ea7edc88ded9a632cab9fabac1', id: "datepickerLabel", htmlFor: "date-input", class: "label", onMouseEnter: (ev) => this.handleLabelMouseEnter(ev), onMouseLeave: () => functions.hideTooltip() }, this.label)), this.labelPosition !== "none" && this.requiredField && (index.h("div", { key: '4226a64b138aa35272fffce46265f82503afc25d', "aria-hidden": "true", class: "required" }, "*"))), index.h("div", { key: '175045b72db00588c9b8031cfbf22a2f77759e77' }, index.h("div", { key: '126b7c096ec657766deedb6bab0107f067c8cdd9', class: "single-wrapper input", ref: (el) => (this.anchorEl = el) }, index.h("input", { key: '36560f575003ffc14e2e363c24e682f8e5805f41', 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": "date-format-hint error", "aria-label": this.label, "aria-required": this.requiredField ? "true" : null }), index.h("div", { key: '097142daa1f08d9a135d2ed25c1161434448e3d7', class: "container", id: "wm-container" }, this.canOpen && (index.h("button", { key: 'ad64f7af5d81e3035b791808e9c9c35a537a86a9', disabled: this.disabled, "aria-label": functions.intl.formatMessage({
344
370
  id: "date.selectDate",
345
371
  defaultMessage: "Select date",
346
372
  description: "Button text for screen readers.",
347
- }), "aria-describedby": "single-date-input", ref: (el) => (this.toggleEl = el), "aria-expanded": `${this.isExpanded}`, class: "toggle", id: "toggle", popoverTarget: "popup-wrapper", popoverTargetAction: "toggle" }, index.h("span", { key: 'd9f4782bbaeea7dbb64c0215e835611f0eecd54a', class: "svg-icon svg-date" }), index.h("span", { key: '2c960fb463c77b71d213c864423869010996ccca', class: "calendar", title: functions.intl.formatMessage({
373
+ }), "aria-describedby": "single-date-input", ref: (el) => (this.toggleEl = el), "aria-expanded": `${this.isExpanded}`, class: "toggle", id: "toggle", popoverTarget: "popup-wrapper", popoverTargetAction: "toggle" }, index.h("span", { key: 'f4860dc16c96322e45dd6f425c1b132bec93edd8', class: "svg-icon svg-date" }), index.h("span", { key: 'b771ffa73b5995cfb5a5a2d15902e8e57a1e9ad6', class: "calendar", title: functions.intl.formatMessage({
348
374
  id: "date.calendarView",
349
375
  defaultMessage: "Calendar View",
350
376
  description: "Calendar button",
351
- }) }))), index.h("div", { key: 'b8d9fc86ac97acc442ffd6f371470b883a75f6ea', class: `popup-wrapper ${this.calEl && this.calEl.view}-view ${this.isExpanded ? "is-open" : ""} ${!this.hasAnchor && !this.isExpanded ? "hidden" : ""} ${(_b = (_a = this.fit) === null || _a === void 0 ? void 0 : _a.vertical) !== null && _b !== void 0 ? _b : ""} ${(_d = (_c = this.fit) === null || _c === void 0 ? void 0 : _c.horizontal) !== null && _d !== void 0 ? _d : ""}`, id: "popup-wrapper", ref: (el) => (this.popupEl = el), popover: "auto",
377
+ }) }))), index.h("div", { key: '27823fcfcb377eea7adf0f725031b67407b8886c', class: `popup-wrapper ${this.calEl && this.calEl.view}-view ${this.isExpanded ? "is-open" : ""} ${!this.hasAnchor && !this.isExpanded ? "hidden" : ""} ${(_b = (_a = this.fit) === null || _a === void 0 ? void 0 : _a.vertical) !== null && _b !== void 0 ? _b : ""} ${(_d = (_c = this.fit) === null || _c === void 0 ? void 0 : _c.horizontal) !== null && _d !== void 0 ? _d : ""}`, id: "popup-wrapper", ref: (el) => (this.popupEl = el), popover: "auto",
352
378
  // @ts-ignore -- onToggle is a valid ToggleEvent listener for popover elements
353
- onToggle: (ev) => this.handleToggle(ev) }, index.h("div", { key: '9e18fa2cd6a00924d714f2fa943047d5f5c50d51', tabIndex: 0, onFocus: () => this.calEl.focusLastFocusable() }), index.h("priv-calendar", { key: 'c7b713840961ab36cb158a28230278c92364efa1', ref: (el) => (this.calEl = el), startDate: this.calendarDate, focusDate: this.calendarDate, class: "inside" }), index.h("div", { key: '64a58c7332b878d4b693a3eec5d07369b9fe43a3', tabIndex: 0, onFocus: () => this.calEl.focusFirstFocusable() })), index.h("div", { key: '1a6e1fc2010106fc59e8827df71a47f894d1fe0a', id: "live-region", "aria-live": "polite", "aria-relevant": "text", class: "sr-only" }), index.h("div", { key: '24b950499b627de0aa82893672a00596cca8362f', id: "month-title", class: "sr-only" }, functions.intl.formatMessage({
379
+ onToggle: (ev) => this.handleToggle(ev) }, index.h("div", { key: '42fb801ee8861ee9d69fd634b01961ca1e751d3b', tabIndex: 0, onFocus: () => this.calEl.focusLastFocusable() }), index.h("priv-calendar", { key: 'f6d60feb67ceb253069e3d81f1bc348a58a7c9e0', ref: (el) => (this.calEl = el), startDate: this.calendarDate, focusDate: this.calendarDate, class: "inside" }), index.h("div", { key: 'a8931fe7482dc487dc19cefd0eac43a6bcb5d2d4', tabIndex: 0, onFocus: () => this.calEl.focusFirstFocusable() })), index.h("div", { key: '7f934d9c1260c7660f9dd819c5a8c235c703e6cd', id: "live-region", "aria-live": "polite", "aria-relevant": "text", class: "sr-only" }), index.h("div", { key: '0db580e9920000ee2438d0a1a3d55c670dca029f', id: "month-title", class: "sr-only" }, functions.intl.formatMessage({
354
380
  id: "date.selectMonth",
355
381
  defaultMessage: "Activate to select a month.",
356
382
  description: "Calendar button",
357
- })), index.h("div", { key: '59ab8ea5db5b823b74dfea8ed6fbcf6cf5665ae4', id: "year-title", class: "sr-only" }, functions.intl.formatMessage({
383
+ })), index.h("div", { key: 'aedeb3b51f4d5178022beb80feb69350019a94e6', id: "year-title", class: "sr-only" }, functions.intl.formatMessage({
358
384
  id: "date.selectYear",
359
385
  defaultMessage: "Activate to select a year.",
360
386
  description: "Calendar button",
361
- })))), index.h("div", { key: '2b1cae481b68914f2b728080b3ca9efd44c7acde', id: "error", class: "error" }, this.errorMessage), index.h("span", { key: 'e9d5b6752fcff1f9352df2a7886ab1dbb14a3e5b', id: "date-format-hint", class: "sr-only" }, this.dateFormat), index.h("div", { key: '59c04dc077de5e9ac8da0ec7f03593778802260f', ref: (el) => (this.liveRegionEl = el), class: "sr-only", "aria-live": "polite", "aria-atomic": "true" })))));
387
+ })))), index.h("div", { key: 'd9b334efcd6a1a8732996af354ebb3732984a9da', id: "error", class: "error" }, this.errorMessage), index.h("span", { key: 'ef309d1f21a4e414bb6230bb29a6e2477faf092b', id: "date-format-hint", class: "sr-only" }, this.dateFormat), index.h("div", { key: 'f5487f9e59eb400483ef96362a549dc52e512404', ref: (el) => (this.liveRegionEl = el), class: "sr-only", "aria-live": "polite", "aria-atomic": "true" })))));
362
388
  }
363
389
  static get delegatesFocus() { return true; }
364
390
  get el() { return index.getElement(this); }
@@ -13,7 +13,7 @@ const FileList = class {
13
13
  this.showInfo = "last-updated";
14
14
  }
15
15
  render() {
16
- return (index.h("div", { key: '85c0c57f99ff0d6b1a3bee24b63724853f37f2b2', role: "list", class: "list-wrapper" }, index.h("slot", { key: 'a05f7e5ebb27e57a23713a7e029c0bdb18d89286' })));
16
+ return (index.h("div", { key: 'c071d6aff339fe632763b226dc5d91b8df4bba25', role: "list", class: "list-wrapper" }, index.h("slot", { key: '46ea0a9a4461767f65a186b8e929bf11daeeef40' })));
17
17
  }
18
18
  static get delegatesFocus() { return true; }
19
19
  get el() { return index.getElement(this); }
@@ -200,7 +200,7 @@ const File = class {
200
200
  return (index.h("div", { class: `file-wrapper` }, index.h("div", { class: `file ${this.errorMessage ? "--error" : ""} ${this.isCondensed ? "condensed" : ""} ${this.isExtraCondensed ? "extra-condensed" : ""}` }, this.renderFileName(), showRightGroup && (index.h("div", { class: "right-group" }, !this.isExtraCondensed && this.renderFileInfo(), this.fileActions !== "" && this.renderFileControls())), this.errorMessage && (index.h("div", { class: "right-group" }, index.h("wm-button", { "permanently-delete": true, "button-type": "textonly", "label-for-identical-buttons": this.generateClearButtonLabel(this.name), onClick: () => this.wmFileErrorCleared.emit() }, this.clearButtonText))), this.progress == 100 && index.h("span", { class: "svg-icon svg-success" })), this.errorMessage && index.h("div", { class: "error-message" }, this.errorMessage)));
201
201
  }
202
202
  render() {
203
- return index.h(index.Host, { key: 'e825957afa878743760074bf8a75afc943432249', role: "listitem" }, this.isUploading ? this.renderFileInProgress() : this.renderFile());
203
+ return index.h(index.Host, { key: 'ab1ef1bbd89e7b604f627fd11db96917cef07821', role: "listitem" }, this.isUploading ? this.renderFileInProgress() : this.renderFile());
204
204
  }
205
205
  static get delegatesFocus() { return true; }
206
206
  get el() { return index.getElement(this); }
@@ -94,6 +94,11 @@ const Flyout = class {
94
94
  setFlyoutWidth() {
95
95
  this.el.style.setProperty("--flyout-width", this.flyoutWidth);
96
96
  }
97
+ /**
98
+ * @description Moves focus to the flyout's heading element. Call this after updating flyout
99
+ * content in a multi-step workflow so screen readers announce the new heading to the user.
100
+ * @returns A promise that resolves once focus has been applied.
101
+ */
97
102
  async focusHeading() {
98
103
  this.headingEl.focus();
99
104
  }
@@ -168,7 +173,7 @@ const Flyout = class {
168
173
  }
169
174
  }
170
175
  render() {
171
- return (index.h(index.Host, { key: 'edef60d2bbbed2d457e1cc1b85aa3f6381084d5b' }, index.h("dialog", { key: 'be1c6a36c8bd59cdf45590402d24ba94271ada78', ref: (el) => (this.dialogEl = el), class: "flyout", "aria-labelledby": "heading", onClose: () => this.wmFlyoutCloseTriggered.emit(), onKeyDown: (ev) => this.handleKeyDown(ev) }, index.h("div", { key: '115b32676ca1215698eeaccac059a1730a65e16b', tabindex: "0", class: "focus-trap", onFocus: () => this.lastFocusableEl.focus(), "aria-hidden": "true" }), this.renderHeader(), index.h("div", { key: '45a0bc9e0c3366d2e35409712cc4f02566659373', class: "flyout-content" }, index.h("slot", { key: '4613ce4d6cac4126bb70ab6b0301b68294f0244f' })), this.renderFooter(), index.h("div", { key: '3646f8d1604cfdbdeb0ce3872431473943978ecb', tabindex: "0", class: "focus-trap", onFocus: () => this.handleEndBookendFocus(), "aria-hidden": "true" }))));
176
+ return (index.h(index.Host, { key: 'eb123498c8c9452cae1d4c204842e45fb99a2aeb' }, index.h("dialog", { key: '17a8b8eea564bee116204049747e0e363e77007e', ref: (el) => (this.dialogEl = el), class: "flyout", "aria-labelledby": "heading", onClose: () => this.wmFlyoutCloseTriggered.emit(), onKeyDown: (ev) => this.handleKeyDown(ev) }, index.h("div", { key: '805423bf1ff579a534f05d10c7cc530f89d69c5f', tabindex: "0", class: "focus-trap", onFocus: () => this.lastFocusableEl.focus(), "aria-hidden": "true" }), this.renderHeader(), index.h("div", { key: 'cf31d451909506f531e753bc30c60bc2d0379870', class: "flyout-content" }, index.h("slot", { key: 'e9717213c3a2b075bb67296f5bff9793ec7c1eb2' })), this.renderFooter(), index.h("div", { key: 'ba7cf122b72c12e960bc606b463a045f38f2c1f6', tabindex: "0", class: "focus-trap", onFocus: () => this.handleEndBookendFocus(), "aria-hidden": "true" }))));
172
177
  }
173
178
  get el() { return index.getElement(this); }
174
179
  static get watchers() { return {