@watermarkinsights/ripple 5.30.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 (444) hide show
  1. package/dist/cjs/app-globals-df7ca137.js +103 -0
  2. package/dist/cjs/loader.cjs.js +1 -1
  3. package/dist/cjs/priv-calendar.cjs.entry.js +27 -27
  4. package/dist/cjs/priv-chart-popover-old.cjs.entry.js +2 -2
  5. package/dist/cjs/priv-chart-popover_2.cjs.entry.js +3 -3
  6. package/dist/cjs/priv-navigator-button.cjs.entry.js +1 -1
  7. package/dist/cjs/priv-navigator-item.cjs.entry.js +1 -1
  8. package/dist/cjs/priv-option-list.cjs.entry.js +1 -1
  9. package/dist/cjs/ripple.cjs.js +1 -1
  10. package/dist/cjs/wm-action-menu_2.cjs.entry.js +5 -4
  11. package/dist/cjs/wm-button.cjs.entry.js +1 -1
  12. package/dist/cjs/wm-chart-bar.cjs.entry.js +1 -1
  13. package/dist/cjs/wm-chart-column.cjs.entry.js +1 -1
  14. package/dist/cjs/wm-chart.cjs.entry.js +1 -1
  15. package/dist/cjs/wm-date-range.cjs.entry.js +25 -9
  16. package/dist/cjs/wm-datepicker.cjs.entry.js +37 -11
  17. package/dist/cjs/wm-file-list.cjs.entry.js +1 -1
  18. package/dist/cjs/wm-file.cjs.entry.js +1 -1
  19. package/dist/cjs/wm-flyout.cjs.entry.js +6 -1
  20. package/dist/cjs/wm-input.cjs.entry.js +1 -1
  21. package/dist/cjs/wm-line-chart.cjs.entry.js +1 -1
  22. package/dist/cjs/wm-modal-pss_3.cjs.entry.js +4 -4
  23. package/dist/cjs/wm-modal_3.cjs.entry.js +19 -4
  24. package/dist/cjs/wm-navigation_3.cjs.entry.js +4 -4
  25. package/dist/cjs/wm-navigator.cjs.entry.js +1 -1
  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.css +47 -47
  52. package/dist/collection/components/datepickers/priv-calendar/priv-calendar.js +33 -29
  53. package/dist/collection/components/datepickers/wm-date-range.js +246 -29
  54. package/dist/collection/components/datepickers/wm-datepicker.js +254 -30
  55. package/dist/collection/components/selects/priv-option-list/priv-option-list.js +7 -1
  56. package/dist/collection/components/selects/wm-nested-select/wm-nested-select.js +193 -17
  57. package/dist/collection/components/selects/wm-optgroup/wm-optgroup.js +116 -11
  58. package/dist/collection/components/selects/wm-option/wm-option.js +153 -18
  59. package/dist/collection/components/selects/wm-select/wm-select.js +187 -21
  60. package/dist/collection/components/wm-action-menu/wm-action-menu.js +148 -12
  61. package/dist/collection/components/wm-button/wm-button.js +212 -18
  62. package/dist/collection/components/wm-file/wm-file.js +108 -14
  63. package/dist/collection/components/wm-file-list/wm-file-list.js +74 -2
  64. package/dist/collection/components/wm-flyout/wm-flyout.js +215 -16
  65. package/dist/collection/components/wm-input/wm-input.js +195 -20
  66. package/dist/collection/components/wm-menuitem/wm-menuitem.js +62 -5
  67. package/dist/collection/components/wm-modal/wm-modal-footer.js +63 -6
  68. package/dist/collection/components/wm-modal/wm-modal-header.js +34 -3
  69. package/dist/collection/components/wm-modal/wm-modal.js +181 -14
  70. package/dist/collection/components/wm-modal-pss/wm-modal-pss-footer.js +5 -1
  71. package/dist/collection/components/wm-modal-pss/wm-modal-pss-header.js +5 -1
  72. package/dist/collection/components/wm-modal-pss/wm-modal-pss.js +6 -2
  73. package/dist/collection/components/wm-navigation/wm-navigation-hamburger.js +37 -3
  74. package/dist/collection/components/wm-navigation/wm-navigation-item.js +47 -5
  75. package/dist/collection/components/wm-navigation/wm-navigation.js +54 -4
  76. package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.js +5 -1
  77. package/dist/collection/components/wm-navigator/priv-navigator-item/priv-navigator-item.js +5 -1
  78. package/dist/collection/components/wm-navigator/wm-navigator.js +102 -9
  79. package/dist/collection/components/wm-pagination/wm-pagination.js +106 -9
  80. package/dist/collection/components/wm-search/wm-search.js +182 -16
  81. package/dist/collection/components/wm-snackbar/wm-snackbar.js +96 -5
  82. package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.js +66 -10
  83. package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.js +96 -5
  84. package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.js +42 -6
  85. package/dist/collection/components/wm-tag-input/wm-tag-input.js +205 -17
  86. package/dist/collection/components/wm-tag-input/wm-tag-option/wm-tag-option.js +97 -12
  87. package/dist/collection/components/wm-textarea/wm-textarea.js +116 -13
  88. package/dist/collection/components/wm-timepicker/wm-timepicker.js +190 -16
  89. package/dist/collection/components/wm-toggletip/wm-toggletip.js +87 -8
  90. package/dist/collection/components/wm-uploader/wm-uploader.js +142 -14
  91. package/dist/collection/components/wm-wrapper/wm-wrapper.js +3 -0
  92. package/dist/collection/global/services/__mocks__/http-service.js +1 -1
  93. package/dist/docs/docs.d.ts +435 -0
  94. package/dist/docs/docs.json +13915 -0
  95. package/dist/docs/props-reference.json +2028 -0
  96. package/dist/docs/skill/index.md +32 -0
  97. package/dist/docs/skill/wm-action-menu.md +93 -0
  98. package/dist/docs/skill/wm-button.md +103 -0
  99. package/dist/docs/skill/wm-chart-bar.md +129 -0
  100. package/dist/docs/skill/wm-chart-column.md +96 -0
  101. package/dist/docs/skill/wm-chart-legend.md +67 -0
  102. package/dist/docs/skill/wm-chart-slice.md +55 -0
  103. package/dist/docs/skill/wm-chart.md +92 -0
  104. package/dist/docs/skill/wm-date-range.md +153 -0
  105. package/dist/docs/skill/wm-datepicker.md +134 -0
  106. package/dist/docs/skill/wm-file-list.md +97 -0
  107. package/dist/docs/skill/wm-file.md +78 -0
  108. package/dist/docs/skill/wm-flyout.md +174 -0
  109. package/dist/docs/skill/wm-input.md +126 -0
  110. package/dist/docs/skill/wm-line-chart.md +108 -0
  111. package/dist/docs/skill/wm-menuitem.md +72 -0
  112. package/dist/docs/skill/wm-modal-footer.md +73 -0
  113. package/dist/docs/skill/wm-modal-header.md +65 -0
  114. package/dist/docs/skill/wm-modal.md +137 -0
  115. package/dist/docs/skill/wm-navigation-hamburger.md +56 -0
  116. package/dist/docs/skill/wm-navigation-item.md +69 -0
  117. package/dist/docs/skill/wm-navigation.md +66 -0
  118. package/dist/docs/skill/wm-navigator.md +91 -0
  119. package/dist/docs/skill/wm-nested-select.md +149 -0
  120. package/dist/docs/skill/wm-optgroup.md +71 -0
  121. package/dist/docs/skill/wm-option.md +68 -0
  122. package/dist/docs/skill/wm-pagination.md +95 -0
  123. package/dist/docs/skill/wm-progress-indicator.md +49 -0
  124. package/dist/docs/skill/wm-progress-monitor.md +93 -0
  125. package/dist/docs/skill/wm-progress-slice.md +41 -0
  126. package/dist/docs/skill/wm-search.md +157 -0
  127. package/dist/docs/skill/wm-select.md +148 -0
  128. package/dist/docs/skill/wm-snackbar.md +101 -0
  129. package/dist/docs/skill/wm-tab-item.md +35 -0
  130. package/dist/docs/skill/wm-tab-list.md +112 -0
  131. package/dist/docs/skill/wm-tab-panel.md +33 -0
  132. package/dist/docs/skill/wm-tag-input.md +165 -0
  133. package/dist/docs/skill/wm-tag-option.md +59 -0
  134. package/dist/docs/skill/wm-textarea.md +94 -0
  135. package/dist/docs/skill/wm-timepicker.md +139 -0
  136. package/dist/docs/skill/wm-toggletip.md +92 -0
  137. package/dist/docs/skill/wm-uploader.md +129 -0
  138. package/dist/docs/skill/wm-wrapper.md +6 -0
  139. package/dist/docs/wm-action-menu.md +111 -0
  140. package/dist/docs/wm-button.md +137 -0
  141. package/dist/docs/wm-chart-bar.md +23 -0
  142. package/dist/docs/wm-chart-column.md +26 -0
  143. package/dist/docs/wm-chart-legend.md +31 -0
  144. package/dist/docs/wm-chart-slice.md +14 -0
  145. package/dist/docs/wm-chart.md +30 -0
  146. package/dist/docs/wm-date-range.md +215 -0
  147. package/dist/docs/wm-datepicker.md +210 -0
  148. package/dist/docs/wm-file-list.md +95 -0
  149. package/dist/docs/wm-file.md +34 -0
  150. package/dist/docs/wm-flyout.md +123 -0
  151. package/dist/docs/wm-input.md +120 -0
  152. package/dist/docs/wm-line-chart.md +32 -0
  153. package/dist/docs/wm-menuitem.md +38 -0
  154. package/dist/docs/wm-modal-footer.md +106 -0
  155. package/dist/docs/wm-modal-header.md +100 -0
  156. package/dist/docs/wm-modal.md +127 -0
  157. package/dist/docs/wm-navigation-hamburger.md +91 -0
  158. package/dist/docs/wm-navigation-item.md +98 -0
  159. package/dist/docs/wm-navigation.md +101 -0
  160. package/dist/docs/wm-navigator.md +99 -0
  161. package/dist/docs/wm-nested-select.md +107 -0
  162. package/dist/docs/wm-optgroup.md +28 -0
  163. package/dist/docs/wm-option.md +24 -0
  164. package/dist/docs/wm-pagination.md +94 -0
  165. package/dist/docs/wm-progress-indicator.md +23 -0
  166. package/dist/docs/wm-progress-monitor.md +27 -0
  167. package/dist/docs/wm-progress-slice.md +16 -0
  168. package/dist/docs/wm-search.md +119 -0
  169. package/dist/docs/wm-select.md +120 -0
  170. package/dist/docs/wm-snackbar.md +87 -0
  171. package/dist/docs/wm-tab-item.md +23 -0
  172. package/dist/docs/wm-tab-list.md +98 -0
  173. package/dist/docs/wm-tab-panel.md +18 -0
  174. package/dist/docs/wm-tag-input.md +123 -0
  175. package/dist/docs/wm-tag-option.md +33 -0
  176. package/dist/docs/wm-textarea.md +101 -0
  177. package/dist/docs/wm-timepicker.md +122 -0
  178. package/dist/docs/wm-toggletip.md +86 -0
  179. package/dist/docs/wm-uploader.md +114 -0
  180. package/dist/docs/wm-wrapper.md +7 -0
  181. package/dist/esm/app-globals-466ed44b.js +101 -0
  182. package/dist/esm/loader.js +1 -1
  183. package/dist/esm/priv-calendar.entry.js +27 -27
  184. package/dist/esm/priv-chart-popover-old.entry.js +2 -2
  185. package/dist/esm/priv-chart-popover_2.entry.js +3 -3
  186. package/dist/esm/priv-navigator-button.entry.js +1 -1
  187. package/dist/esm/priv-navigator-item.entry.js +1 -1
  188. package/dist/esm/priv-option-list.entry.js +1 -1
  189. package/dist/esm/ripple.js +1 -1
  190. package/dist/esm/wm-action-menu_2.entry.js +5 -4
  191. package/dist/esm/wm-button.entry.js +1 -1
  192. package/dist/esm/wm-chart-bar.entry.js +1 -1
  193. package/dist/esm/wm-chart-column.entry.js +1 -1
  194. package/dist/esm/wm-chart.entry.js +1 -1
  195. package/dist/esm/wm-date-range.entry.js +25 -9
  196. package/dist/esm/wm-datepicker.entry.js +37 -11
  197. package/dist/esm/wm-file-list.entry.js +1 -1
  198. package/dist/esm/wm-file.entry.js +1 -1
  199. package/dist/esm/wm-flyout.entry.js +6 -1
  200. package/dist/esm/wm-input.entry.js +1 -1
  201. package/dist/esm/wm-line-chart.entry.js +1 -1
  202. package/dist/esm/wm-modal-pss_3.entry.js +4 -4
  203. package/dist/esm/wm-modal_3.entry.js +19 -4
  204. package/dist/esm/wm-navigation_3.entry.js +4 -4
  205. package/dist/esm/wm-navigator.entry.js +1 -1
  206. package/dist/esm/wm-nested-select.entry.js +3 -3
  207. package/dist/esm/wm-optgroup.entry.js +11 -1
  208. package/dist/esm/wm-option_2.entry.js +5 -5
  209. package/dist/esm/wm-pagination.entry.js +1 -1
  210. package/dist/esm/wm-progress-indicator_3.entry.js +2 -2
  211. package/dist/esm/wm-search.entry.js +2 -2
  212. package/dist/esm/wm-snackbar.entry.js +2 -2
  213. package/dist/esm/wm-tab-item_3.entry.js +6 -6
  214. package/dist/esm/wm-tag-input.entry.js +2 -2
  215. package/dist/esm/wm-tag-option.entry.js +8 -0
  216. package/dist/esm/wm-textarea.entry.js +1 -1
  217. package/dist/esm/wm-timepicker.entry.js +14 -2
  218. package/dist/esm/wm-toggletip.entry.js +3 -3
  219. package/dist/esm/wm-uploader.entry.js +2 -2
  220. package/dist/esm-es5/app-globals-466ed44b.js +1 -0
  221. package/dist/esm-es5/loader.js +1 -1
  222. package/dist/esm-es5/priv-calendar.entry.js +1 -1
  223. package/dist/esm-es5/priv-chart-popover-old.entry.js +1 -1
  224. package/dist/esm-es5/priv-chart-popover_2.entry.js +1 -1
  225. package/dist/esm-es5/priv-navigator-button.entry.js +1 -1
  226. package/dist/esm-es5/priv-navigator-item.entry.js +1 -1
  227. package/dist/esm-es5/priv-option-list.entry.js +1 -1
  228. package/dist/esm-es5/ripple.js +1 -1
  229. package/dist/esm-es5/wm-action-menu_2.entry.js +1 -1
  230. package/dist/esm-es5/wm-button.entry.js +1 -1
  231. package/dist/esm-es5/wm-chart-bar.entry.js +1 -1
  232. package/dist/esm-es5/wm-chart-column.entry.js +1 -1
  233. package/dist/esm-es5/wm-chart.entry.js +1 -1
  234. package/dist/esm-es5/wm-date-range.entry.js +1 -1
  235. package/dist/esm-es5/wm-datepicker.entry.js +1 -1
  236. package/dist/esm-es5/wm-file-list.entry.js +1 -1
  237. package/dist/esm-es5/wm-file.entry.js +1 -1
  238. package/dist/esm-es5/wm-flyout.entry.js +1 -1
  239. package/dist/esm-es5/wm-input.entry.js +1 -1
  240. package/dist/esm-es5/wm-line-chart.entry.js +1 -1
  241. package/dist/esm-es5/wm-modal-pss_3.entry.js +1 -1
  242. package/dist/esm-es5/wm-modal_3.entry.js +1 -1
  243. package/dist/esm-es5/wm-navigation_3.entry.js +1 -1
  244. package/dist/esm-es5/wm-navigator.entry.js +1 -1
  245. package/dist/esm-es5/wm-nested-select.entry.js +1 -1
  246. package/dist/esm-es5/wm-optgroup.entry.js +1 -1
  247. package/dist/esm-es5/wm-option_2.entry.js +1 -1
  248. package/dist/esm-es5/wm-pagination.entry.js +1 -1
  249. package/dist/esm-es5/wm-progress-indicator_3.entry.js +1 -1
  250. package/dist/esm-es5/wm-search.entry.js +1 -1
  251. package/dist/esm-es5/wm-snackbar.entry.js +1 -1
  252. package/dist/esm-es5/wm-tab-item_3.entry.js +1 -1
  253. package/dist/esm-es5/wm-tag-input.entry.js +1 -1
  254. package/dist/esm-es5/wm-textarea.entry.js +1 -1
  255. package/dist/esm-es5/wm-timepicker.entry.js +1 -1
  256. package/dist/esm-es5/wm-toggletip.entry.js +1 -1
  257. package/dist/esm-es5/wm-uploader.entry.js +1 -1
  258. package/dist/ripple/{p-1fc894ac.system.entry.js → p-012bd307.system.entry.js} +1 -1
  259. package/dist/ripple/p-03f352dc.entry.js +1 -0
  260. package/dist/ripple/{p-4f53544d.entry.js → p-03ff4f41.entry.js} +1 -1
  261. package/dist/ripple/{p-2a03f658.entry.js → p-045aa27f.entry.js} +1 -1
  262. package/dist/ripple/{p-709d1765.entry.js → p-057ffccb.entry.js} +1 -1
  263. package/dist/ripple/p-06c3dc14.system.entry.js +1 -0
  264. package/dist/ripple/{p-ff6fd274.system.entry.js → p-09a80f59.system.entry.js} +1 -1
  265. package/dist/ripple/{p-3bd8537c.entry.js → p-09fb0a09.entry.js} +1 -1
  266. package/dist/ripple/p-0a05d3a3.js +1 -0
  267. package/dist/ripple/{p-3f69041f.entry.js → p-0ab9bac7.entry.js} +1 -1
  268. package/dist/ripple/{p-332a3e3d.system.entry.js → p-1059cdb9.system.entry.js} +1 -1
  269. package/dist/ripple/{p-dbdae848.system.entry.js → p-106a9459.system.entry.js} +1 -1
  270. package/dist/ripple/{p-e1a6ee77.entry.js → p-16381033.entry.js} +1 -1
  271. package/dist/ripple/{p-b11abb0d.system.entry.js → p-181109f0.system.entry.js} +1 -1
  272. package/dist/ripple/{p-bb9f54cf.system.entry.js → p-1855c3b1.system.entry.js} +1 -1
  273. package/dist/ripple/{p-4533241f.entry.js → p-1c25838e.entry.js} +1 -1
  274. package/dist/ripple/{p-fb6aee09.entry.js → p-1f67b172.entry.js} +1 -1
  275. package/dist/ripple/{p-a3dd5204.system.entry.js → p-22703bcd.system.entry.js} +1 -1
  276. package/dist/ripple/{p-a6aef87d.system.entry.js → p-237388c5.system.entry.js} +1 -1
  277. package/dist/ripple/p-237f5977.system.entry.js +1 -0
  278. package/dist/ripple/p-25d6cc45.system.js +1 -0
  279. package/dist/ripple/{p-09d5381c.entry.js → p-299d2d8b.entry.js} +1 -1
  280. package/dist/ripple/{p-e78f9572.system.entry.js → p-2c1d219f.system.entry.js} +1 -1
  281. package/dist/ripple/{p-84e04896.entry.js → p-2dbf9636.entry.js} +1 -1
  282. package/dist/ripple/{p-05dae6a0.entry.js → p-2dc1071a.entry.js} +1 -1
  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-3e8bfc68.system.entry.js +1 -0
  293. package/dist/ripple/p-3f403a64.system.entry.js +1 -0
  294. package/dist/ripple/{p-b974a535.system.entry.js → p-43e8d384.system.entry.js} +1 -1
  295. package/dist/ripple/p-49dc64ba.entry.js +1 -0
  296. package/dist/ripple/{p-9d345fc7.system.entry.js → p-4a942d74.system.entry.js} +1 -1
  297. package/dist/ripple/p-4cc09fa3.system.entry.js +1 -0
  298. package/dist/ripple/p-5177d4fa.entry.js +1 -0
  299. package/dist/ripple/p-51fff3a7.system.entry.js +1 -0
  300. package/dist/ripple/p-54ba0eae.entry.js +1 -0
  301. package/dist/ripple/{p-c04d0eeb.system.entry.js → p-5609bde2.system.entry.js} +1 -1
  302. package/dist/ripple/{p-86148143.system.entry.js → p-56e1a71d.system.entry.js} +1 -1
  303. package/dist/ripple/{p-f94af31c.entry.js → p-578b5443.entry.js} +1 -1
  304. package/dist/ripple/p-57901fc3.entry.js +1 -0
  305. package/dist/ripple/{p-463be5be.entry.js → p-57a0cb5f.entry.js} +1 -1
  306. package/dist/ripple/{p-0db033c3.system.entry.js → p-59b3f92b.system.entry.js} +1 -1
  307. package/dist/ripple/p-5a533e7c.entry.js +1 -0
  308. package/dist/ripple/{p-5f092b39.system.entry.js → p-61a0ba92.system.entry.js} +1 -1
  309. package/dist/ripple/{p-6de83c6f.entry.js → p-623b89e0.entry.js} +1 -1
  310. package/dist/ripple/{p-6479b06b.entry.js → p-668c0758.entry.js} +1 -1
  311. package/dist/ripple/p-6a6e98c7.entry.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-9c850273.system.js +1 -0
  336. package/dist/ripple/p-a3f9e257.entry.js +1 -0
  337. package/dist/ripple/p-a5b07241.entry.js +1 -0
  338. package/dist/ripple/{p-d55bd2b9.entry.js → p-a7a6cf55.system.entry.js} +1 -1
  339. package/dist/ripple/{p-6f2d3297.system.entry.js → p-a917ea86.system.entry.js} +1 -1
  340. package/dist/ripple/p-ab5664cd.entry.js +1 -0
  341. package/dist/ripple/{p-cc028323.entry.js → p-acb04e6e.entry.js} +1 -1
  342. package/dist/ripple/p-b2624d8f.system.entry.js +1 -0
  343. package/dist/ripple/p-b5b37960.entry.js +1 -0
  344. package/dist/ripple/p-b713b6de.system.entry.js +1 -0
  345. package/dist/ripple/p-b75e9e5f.entry.js +1 -0
  346. package/dist/ripple/{p-b1924539.system.entry.js → p-b7969fd7.system.entry.js} +1 -1
  347. package/dist/ripple/{p-a7e637a5.system.entry.js → p-b9596bfc.system.entry.js} +1 -1
  348. package/dist/ripple/p-b9d3d967.system.entry.js +1 -0
  349. package/dist/ripple/{p-aafced54.system.entry.js → p-bd365c44.system.entry.js} +1 -1
  350. package/dist/ripple/p-bd9ab5ae.system.entry.js +1 -0
  351. package/dist/ripple/p-c0028f4d.system.entry.js +1 -0
  352. package/dist/ripple/p-c7d3ee52.entry.js +1 -0
  353. package/dist/ripple/p-c8e4e95b.entry.js +1 -0
  354. package/dist/ripple/p-c996ade8.entry.js +1 -0
  355. package/dist/ripple/p-ca8378b0.entry.js +1 -0
  356. package/dist/ripple/{p-bd37dd6f.entry.js → p-cc2176ad.entry.js} +1 -1
  357. package/dist/ripple/p-cd496e63.entry.js +1 -0
  358. package/dist/ripple/p-d0653c32.entry.js +1 -0
  359. package/dist/ripple/{p-9a5d11cb.entry.js → p-d11e5029.entry.js} +1 -1
  360. package/dist/ripple/p-d3d0b626.entry.js +1 -0
  361. package/dist/ripple/p-d4899263.entry.js +1 -0
  362. package/dist/ripple/p-dc82f194.entry.js +1 -0
  363. package/dist/ripple/{p-a6ef995c.system.entry.js → p-ddfb976f.system.entry.js} +1 -1
  364. package/dist/ripple/{p-ee26ba53.entry.js → p-e1899945.entry.js} +1 -1
  365. package/dist/ripple/p-e26b9711.system.entry.js +1 -0
  366. package/dist/ripple/{p-10aea5ee.system.entry.js → p-e31f597a.system.entry.js} +1 -1
  367. package/dist/ripple/p-e35de3cd.system.entry.js +1 -0
  368. package/dist/ripple/p-e3effa1a.system.entry.js +1 -0
  369. package/dist/ripple/p-e674e6a7.system.entry.js +1 -0
  370. package/dist/ripple/{p-8e6e868a.entry.js → p-e7ffd796.entry.js} +1 -1
  371. package/dist/ripple/p-e800717d.entry.js +1 -0
  372. package/dist/ripple/p-eab35bea.entry.js +1 -0
  373. package/dist/ripple/{p-df9d5b14.system.entry.js → p-ebdf16fa.system.entry.js} +1 -1
  374. package/dist/ripple/p-ed9fc1c1.system.entry.js +1 -0
  375. package/dist/ripple/p-eda49f0e.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 -1
  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 +6 -2
  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 +10513 -57
  442. package/package.json +2 -2
  443. package/dist/ripple/p-065b0134.entry.js +0 -1
  444. package/dist/ripple/p-210773eb.entry.js +0 -1
@@ -0,0 +1,27 @@
1
+ # `wm-progress-monitor`
2
+
3
+ Container for one or more wm-progress-indicator elements, each showing binary completion
4
+ progress (e.g. "Completed" vs "Not Completed"). Above the layout breakpoint, indicators
5
+ render as doughnuts in a horizontal row; below it, they collapse into horizontal bars in a
6
+ vertical stack.
7
+
8
+ **Strict constraints:**
9
+ 1. Each wm-progress-indicator must have EXACTLY TWO wm-progress-slice children -- one for
10
+ the "complete" state and one for the "incomplete" state.
11
+ 2. This component is ONLY suitable for binary completion tracking. For more than two states,
12
+ general comparisons, composition breakdowns, or distributions, use wm-chart,
13
+ wm-chart-bar, or wm-chart-column.
14
+
15
+ ## Props
16
+
17
+ | Name | Attribute | Type | Default | Required | Description |
18
+ | ---- | --------- | ---- | ------- | -------- | ----------- |
19
+ | `barLabelsWidth` | `bar-labels-width` | `string \| undefined` | | | |
20
+ | `breakpoint` | `breakpoint` | `number \| string \| undefined` | | | |
21
+ | `groupLegend` | `group-legend` | `string \| undefined` | | | |
22
+
23
+ ## Events
24
+
25
+ | Event | Detail | Bubbles | Description |
26
+ | ----- | ------ | ------- | ----------- |
27
+ | `wmProgressMonitorModeChange` | `any` | ✓ | |
@@ -0,0 +1,16 @@
1
+ # `wm-progress-slice`
2
+
3
+ Data slice for a wm-progress-indicator. Represents one state (complete or incomplete) in
4
+ a binary progress chart. Always used as a direct child of wm-progress-indicator.
5
+
6
+ Each wm-progress-indicator must contain EXACTLY TWO wm-progress-slice elements.
7
+
8
+ ## Props
9
+
10
+ | Name | Attribute | Type | Default | Required | Description |
11
+ | ---- | --------- | ---- | ------- | -------- | ----------- |
12
+ | `amount` | `amount` | `string \| undefined` | | | |
13
+ | `legend` | `legend` | `string \| undefined` | | | |
14
+ | `popoverButtonText` | `popover-button-text` | `string \| undefined` | | | |
15
+ | `popoverText` | `popover-text` | `string \| undefined` | | | |
16
+ | `popoverTitle` | `popover-title` | `string \| undefined` | | | |
@@ -0,0 +1,119 @@
1
+ # `wm-search`
2
+
3
+ Search input for filtering data by query. Two variants: `'basic'` for simple text
4
+ filtering, and `'find'` which adds prev/next result navigation buttons, a result count
5
+ ("x of y results"), and a keyboard-accessible "jump to result" link. The component does
6
+ not filter data itself -- it exposes the user's query and result position via events and
7
+ properties for the application to handle.
8
+
9
+ ## Props
10
+
11
+ | Name | Attribute | Type | Default | Required | Description |
12
+ | ---- | --------- | ---- | ------- | -------- | ----------- |
13
+ | `disabled` | `disabled` | `boolean` | `false` | | |
14
+ | `highlightedId` | `highlighted-id` | `string` | `""` | Required when `search-type="find"`. | |
15
+ | `highlightedName` | `highlighted-name` | `null \| string` | `null` | Required when `search-type="find"`. | |
16
+ | `label` | `label` | `string` | `""` | | |
17
+ | `numResults` | `num-results` | `number` | `0` | | |
18
+ | `placeholder` | `placeholder` | `string` | `""` | | |
19
+ | `searchType` | `search-type` | `"basic" \| "find"` | `"basic"` | | |
20
+ | `value` | `value` | `string` | `""` | | |
21
+
22
+ ## Events
23
+
24
+ | Event | Detail | Bubbles | Description |
25
+ | ----- | ------ | ------- | ----------- |
26
+ | `wmSearchBrowseResults` | `{ position: number; }` | ✓ | |
27
+ | `wmSearchValueChanged` | `{ value: string; }` | ✓ | |
28
+
29
+ ## Methods
30
+
31
+ ### `updateValue(value: string) => Promise<void>`
32
+
33
+ **Parameters**
34
+
35
+ | Name | Type | Description |
36
+ | ---- | ---- | ----------- |
37
+ | `value` | `string` | |
38
+
39
+ **Returns** `Promise<void>`
40
+
41
+ ## Depends On
42
+
43
+ - `wm-button`
44
+
45
+ # wm-search
46
+
47
+ ## Purpose
48
+
49
+ A text input purpose-built for filtering or locating content in real time, with two variants: a basic filter that returns matching results as the user types, and a find variant that lets users step through highlighted matches one at a time.
50
+
51
+ ---
52
+
53
+ ## When to Use
54
+
55
+ - **Instantly filtering a visible dataset as the user types** -- use the basic variant when the user is narrowing down a list, table, or set of cards and expects the content to respond immediately to their query. Ideal for smaller datasets where results update without performance concerns.
56
+ - **Locating and stepping through matches within a page or document** -- when the user needs to jump between individual matches (like a browser's find function), use the find variant, which provides previous/next navigation and an "x of y results" count.
57
+ - **Including search as part of a filter toolbar** -- Search is a valid data input for toolbar and side panel filter patterns when users have a clear idea of what they're looking for and the dataset is large enough that browsing alone is not practical.
58
+ - **Combining search with other filter inputs** -- Search pairs naturally with dropdowns, date pickers, and tag inputs in a toolbar or side panel; it narrows by text while other inputs narrow by category, date, or attribute simultaneously.
59
+
60
+ ---
61
+
62
+ ## Do Not Use For
63
+
64
+ - **Collecting a stored form value** -- Search is not a form input; it filters or locates content dynamically. If the user is typing a value to be saved as data (a name, identifier, or description), use wm-input instead.
65
+ - **Very large datasets with the basic variant without considering performance** -- instant filtering for large datasets may cause performance issues; consider a batch-apply approach with an explicit apply action instead.
66
+ - **Exploratory filtering where users do not have a specific target** -- Search is best when the user has a clear idea of what they want; for browsing by category or attribute, dropdowns and selects are more appropriate.
67
+
68
+ ---
69
+
70
+ ## Related Components
71
+
72
+ - `<wm-input>` -- if the user is typing a value to store as form data rather than to filter visible content, use Input; Search has no form submission semantics.
73
+ - `<wm-select>` with search property -- if the user is searching within a bounded dropdown list of options to make a selection, use Select's built-in search; `<wm-search>` is for filtering page-level content, not for narrowing selectable options.
74
+ - `<wm-tag-input>` -- if the user needs to search and then commit multiple selected values as discrete tags, Tag Input combines search-style filtering with multi-value selection; `<wm-search>` alone has no concept of committed selected values.
75
+
76
+ ---
77
+
78
+ ## Accessibility
79
+
80
+ - Wiring to the change event: Search emits on input (as the user types), not change; wiring to the wrong event means filtering will not respond until the user commits the value, breaking the real-time interaction model.
81
+
82
+ ---
83
+
84
+ ## Variants / Types
85
+
86
+ - `search-type="basic"` -- simple filter that updates results in real time as the user types
87
+ - `search-type="find"` -- search-and-find with previous/next result navigation and a result count display; requires num-results, highlighted-id, and highlighted-name to be kept in sync
88
+
89
+ ---
90
+
91
+ ## Props
92
+
93
+ - `label` -- required for accessibility; the accessible name announced by screen readers
94
+ - `placeholder` -- placeholder text shown when the field is empty
95
+ - `value` -- the current input value; also settable programmatically via updateValue()
96
+ - `searchType` -- "basic" or "find"
97
+ - `numResults` -- the count of matching results; displayed in the UI and announced by screen readers
98
+ - `highlightedId` -- the ID of the currently highlighted result in the find variant
99
+ - `highlightedName` -- the name/label of the currently highlighted result
100
+ - `disabled` -- disables the search input
101
+
102
+ ---
103
+
104
+ ## Events
105
+
106
+ - `wmSearchValueChanged` -- fires as the user types; detail includes { value: string }
107
+ - `wmSearchBrowseResults` -- fires when the user activates previous/next navigation in the find variant; detail includes { position: number }
108
+
109
+ ---
110
+
111
+ ## Methods
112
+
113
+ - `updateValue(value: string)` -- programmatically sets the input value
114
+
115
+ ---
116
+
117
+ ## Code Example
118
+
119
+ *(to be filled in by developer)*
@@ -0,0 +1,120 @@
1
+ # `wm-select`
2
+
3
+ Dropdown list of options that allows single or multi-select. Functionally similar to the
4
+ native HTML `<select>` element but with Ripple styling and richer features including
5
+ multiselect, search filtering, and a Select All control. Composed of a parent wm-select
6
+ element and wm-option children.
7
+
8
+ ## Props
9
+
10
+ | Name | Attribute | Type | Default | Required | Description |
11
+ | ---- | --------- | ---- | ------- | -------- | ----------- |
12
+ | `allSelectedMessage` | `all-selected-message` | `string` | `selectMessages.allSelected` | | |
13
+ | `disabled` | `disabled` | `boolean` | `false` | | |
14
+ | `errorMessage` | `error-message` | `string \| undefined` | | | |
15
+ | `info` | `info` | `string \| undefined` | | | |
16
+ | `label` | `label` | `string \| undefined` | | | |
17
+ | `labelPosition` | `label-position` | `"left" \| "none" \| "top"` | `"top"` | | |
18
+ | `maxHeight` | `max-height` | `string` | `"200px"` | | |
19
+ | `multiple` | `multiple` | `boolean` | `false` | | |
20
+ | `placeholder` | `placeholder` | `string` | `selectMessages.multiPlaceholder` | | |
21
+ | `requiredField` | `required-field` | `boolean` | `false` | | |
22
+ | `search` | `search` | `boolean` | `false` | | |
23
+ | `searchPlaceholder` | `search-placeholder` | `string` | `selectMessages.searchPlaceholder` | | |
24
+ | `selectAll` | `select-all` | `boolean` | `false` | | |
25
+
26
+ ## Events
27
+
28
+ | Event | Detail | Bubbles | Description |
29
+ | ----- | ------ | ------- | ----------- |
30
+ | `wmSelectAllDeselected` | `any` | ✓ | |
31
+ | `wmSelectAllSelected` | `any` | ✓ | |
32
+ | `wmSelectBlurred` | `void` | ✓ | |
33
+ | `wmSelectDidLoad` | `void` | ✓ | |
34
+
35
+ ## Depends On
36
+
37
+ - `priv-option-list`
38
+
39
+ # wm-select
40
+
41
+ ## Purpose
42
+
43
+ A dropdown component that lets users select one or more values from a flat list of options, storing the result as a form field value rather than triggering an action.
44
+
45
+ ---
46
+
47
+ ## When to Use
48
+
49
+ - **Choosing a single value from a known, bounded list** -- when a user needs to pick exactly one option from a fixed set (e.g., selecting a term, role, or status), use the default single-select variant to record that choice as a form value.
50
+ - **Selecting multiple values from a flat list** -- when a user can choose more than one option from an unstructured set, use the multiple property, optionally with select-all for bulk selection convenience.
51
+ - **Filtering a manageable option set by typing** -- when the list has up to 50 options and scanning is impractical, use the search property to let users narrow options by typing rather than scrolling.
52
+ - **Displaying supplementary context alongside options** -- when each option benefits from a short secondary label (e.g., a code, count, or category hint), use the subinfo property on wm-option to show italicized supporting text inline.
53
+
54
+ ---
55
+
56
+ ## Do Not Use For
57
+
58
+ - **Categorized options** -- if the option set has a meaningful group structure, use wm-nested-select instead; Select only supports a single flat list.
59
+ - **Selecting an option that triggers an action** -- if selecting an item should immediately execute something, use wm-action-menu's selector variant, not Select.
60
+ - **More than 50 options in search mode** -- the search variant is intended for 50 or fewer options; beyond that, it creates usability and potential performance problems.
61
+ - **Single Select with no pre-selected option** -- single Select must always have a selected value; if no default exists, the first option must explicitly represent a null state using only approved language ("None", "Select an option", or "--").
62
+
63
+ ---
64
+
65
+ ## Related Components
66
+
67
+ - `<wm-nested-select>` -- if the options have a two-level category structure, use Nested Select; if they are a single flat list, use Select.
68
+ - `<wm-action-menu>` (selector type) -- if picking an option should immediately execute an action rather than record a value, use Action Menu's selector type, not Select.
69
+ - `<wm-tag-input>` -- if the user needs to select or create values displayed as removable tags (e.g., adding people or labels), Tag Input is likely the better fit over multi-select Select.
70
+
71
+ ---
72
+
73
+ ## Accessibility
74
+
75
+ _Not documented_
76
+
77
+ ---
78
+
79
+ ## Variants / Types
80
+
81
+ _None documented_
82
+
83
+ ---
84
+
85
+ ## Props
86
+
87
+ - `label` -- required even when label-position="none"
88
+ - `labelPosition` -- "top", "left", or "none"
89
+ - `multiple` -- enables multi-selection
90
+ - `selectAll` -- adds a bulk-select option; intended for use with multiple
91
+ - `search` -- adds a type-ahead search field to filter options; intended for lists of 50 or fewer options
92
+ - `searchPlaceholder` -- placeholder text for the search input
93
+ - `placeholder` -- placeholder text shown in the trigger when no value is selected
94
+ - `allSelectedMessage` -- message shown in the trigger when all options are selected
95
+ - `info` -- supplementary context shown alongside the label
96
+ - `errorMessage` -- validation error text displayed below the control
97
+ - `requiredField` -- marks the field as required
98
+ - `disabled` -- disables the control and prevents interaction
99
+ - `maxHeight` -- sets the max height of the open dropdown panel
100
+
101
+ ---
102
+
103
+ ## Events
104
+
105
+ - `wmSelectAllDeselected` -- fires when all options are deselected
106
+ - `wmSelectAllSelected` -- fires when all options are selected
107
+ - `wmSelectBlurred` -- fires when the control loses focus
108
+ - `wmSelectDidLoad` -- fires when the component finishes loading
109
+
110
+ ---
111
+
112
+ ## Methods
113
+
114
+ - _None exposed_
115
+
116
+ ---
117
+
118
+ ## Code Example
119
+
120
+ *(to be filled in by developer)*
@@ -0,0 +1,87 @@
1
+ # `wm-snackbar`
2
+
3
+ Toast notification stack that renders transient messages at the bottom of the page.
4
+ Notifications auto-dismiss after 6 seconds unless they include a `link` or `action`, in
5
+ which case they persist until explicitly dismissed or the user tabs past them.
6
+
7
+ ## Props
8
+
9
+ | Name | Attribute | Type | Default | Required | Description |
10
+ | ---- | --------- | ---- | ------- | -------- | ----------- |
11
+ | `notifications` | `notifications` | `string` | `"[]"` | | |
12
+
13
+ ## Events
14
+
15
+ | Event | Detail | Bubbles | Description |
16
+ | ----- | ------ | ------- | ----------- |
17
+ | `wmSnackbarActionTriggered` | `Object` | ✓ | |
18
+ | `wmSnackbarSnackFinished` | `Object` | ✓ | |
19
+
20
+ # wm-snackbar
21
+
22
+ ## Purpose
23
+
24
+ A lightweight, self-dismissing notification that appears at the bottom of the screen to confirm that a user-initiated action completed successfully, without interrupting or blocking the current workflow.
25
+
26
+ ---
27
+
28
+ ## When to Use
29
+
30
+ - **Confirming the successful completion of a user action** -- when a user submits a form, uploads a file, adds or removes an item, or saves changes and the result is not immediately visible on screen, use a Snackbar to close the feedback loop with a brief confirmation message.
31
+ - **Providing a link to the result of a completed action** -- when the action produces something the user might want to navigate to immediately (e.g., a newly created record), use a Snackbar with a link to offer that shortcut without forcing navigation.
32
+ - **Offering a quick undo after an action** -- when a reversible action has just been taken, use a Snackbar with an action button (e.g., "Undo") to give the user a brief window to reverse it without a confirmation step.
33
+ - **Consolidating rapid successive notifications** -- when multiple similar actions fire in quick succession (under 6 seconds), use a single Snackbar summarizing them (e.g., "3 items updated") rather than stacking individual notifications per action.
34
+
35
+ ---
36
+
37
+ ## Do Not Use For
38
+
39
+ - **Actions whose result is immediately visible** -- if the outcome is already visible in the interface (an item appears in a list, a field updates inline), a Snackbar adds noise without adding information; skip it.
40
+ - **Every minor or intuitive action** -- routine, low-stakes interactions do not warrant a notification and will overwhelm users over time if over-triggered.
41
+ - **Essential information or links the user must act on** -- because Snackbars auto-dismiss after 6 seconds, any message or action the user genuinely needs to see should be in a Dialog or banner instead; Snackbar content must always be findable elsewhere in the interface.
42
+ - **Triggering other containers or including more than one link** -- Snackbars should not launch other layout containers or inputs, and are limited to a single link; it is a terminal notification, not a launching point.
43
+
44
+ ---
45
+
46
+ ## Related Components
47
+
48
+ - Dialog -- if the message requires the user to make a decision or acknowledge something before continuing, use Dialog; Snackbar is for passive confirmations that do not require a response.
49
+ - Banner -- if the message is tied to a persistent system status, an error the user must fix, or information that needs to stay visible until resolved, use a banner; Snackbar is for transient, action-completion feedback only.
50
+ - `<wm-toggletip>` -- if contextual information needs to be available on demand near a specific element rather than as a system notification, use Toggletip; Snackbar is not a help or hint mechanism.
51
+
52
+ ---
53
+
54
+ ## Accessibility
55
+
56
+ _Not documented_
57
+
58
+ ---
59
+
60
+ ## Variants / Types
61
+
62
+ _None documented_
63
+
64
+ ---
65
+
66
+ ## Props
67
+
68
+ - `notifications` -- a JSON string of Notification[] objects; this single prop drives all Snackbar content including message text, optional link, optional action button, and display duration
69
+
70
+ ---
71
+
72
+ ## Events
73
+
74
+ - `wmSnackbarActionTriggered` -- fires when the user activates the optional action button (e.g., "Undo")
75
+ - `wmSnackbarSnackFinished` -- fires when a notification has been dismissed (by user or auto-dismiss timeout)
76
+
77
+ ---
78
+
79
+ ## Methods
80
+
81
+ - _None exposed_
82
+
83
+ ---
84
+
85
+ ## Code Example
86
+
87
+ *(to be filled in by developer)*
@@ -0,0 +1,23 @@
1
+ # `wm-tab-item`
2
+
3
+ Individual tab button inside a wm-tab-list. Renders as a link with `role="tab"` and
4
+ manages selection state. Always used as a direct child of wm-tab-list.
5
+
6
+ ## Props
7
+
8
+ | Name | Attribute | Type | Default | Required | Description |
9
+ | ---- | --------- | ---- | ------- | -------- | ----------- |
10
+ | `selected` | `selected` | `boolean` | `false` | | |
11
+ | `tabId` | `tab-id` | `string` | `""` | | |
12
+
13
+ ## Events
14
+
15
+ | Event | Detail | Bubbles | Description |
16
+ | ----- | ------ | ------- | ----------- |
17
+ | `wmTabSelected` | `{ tabId: string; }` | ✓ | |
18
+
19
+ ## Slots
20
+
21
+ | Name | Description |
22
+ | ---- | ----------- |
23
+ | _(default)_ | The visible label text for the tab. |
@@ -0,0 +1,98 @@
1
+ # `wm-tab-list`
2
+
3
+ Tab list container that manages a group of wm-tab-item children and their associated
4
+ wm-tab-panel elements. Handles keyboard navigation, ARIA wiring between tabs and panels,
5
+ horizontal scroll with arrow buttons on overflow, and optional dark theme.
6
+
7
+ ## Props
8
+
9
+ | Name | Attribute | Type | Default | Required | Description |
10
+ | ---- | --------- | ---- | ------- | -------- | ----------- |
11
+ | `customBackground` | `custom-background` | `"" \| "dark" \| undefined` | | | |
12
+ | `selectedTab` | `selected-tab` | `string \| undefined` | | | |
13
+
14
+ ## Slots
15
+
16
+ | Name | Description |
17
+ | ---- | ----------- |
18
+ | _(default)_ | One or more wm-tab-item elements. |
19
+
20
+ ## Depends On
21
+
22
+ - `wm-button`
23
+
24
+ # wm-tab-list + wm-tab-item + wm-tab-panel
25
+
26
+ ## Purpose
27
+
28
+ A within-page navigation pattern that divides related content into labeled sections, letting users switch between views without leaving their current context or navigating to a new page.
29
+
30
+ ---
31
+
32
+ ## When to Use
33
+
34
+ - **Organizing related content into parallel sections within a page** -- when a page or container holds distinct but related content areas that do not all need to be visible at once (e.g., Overview, Details, History on a record page), use Tabs to present them as switchable views with short, clear labels.
35
+ - **Breaking up content within a layout container** -- Tabs are usable inside primary pages, immersive layouts, Flyouts, and side panels; use them whenever a container has enough content variety to warrant sub-sections without adding navigation overhead.
36
+
37
+ ---
38
+
39
+ ## Do Not Use For
40
+
41
+ - **Primary navigation between pages** -- Tabs should not be used as primary navigation; they are for switching sections within a single page or container. Cross-page navigation belongs in wm-navigation.
42
+ - **More tabs than fit in a single row** -- all tabs should be visible on one row; if there are too many, the content should be simplified or a different pattern considered.
43
+ - **Sequential steps that must be completed in order** -- Tabs imply free switching between any section at any time; if the user must complete steps in sequence, a stepper pattern is more appropriate.
44
+
45
+ ---
46
+
47
+ ## Related Components
48
+
49
+ - `<wm-navigation>` -- if the purpose is navigating between separate pages or top-level product areas, use Navigation; Tabs are strictly for switching views within a single page or container context.
50
+ - `<wm-pagination>` -- if the user is moving through pages of a dataset rather than switching between content sections, use Pagination; Tabs are not a data paging mechanism.
51
+ - Stepper pattern -- if the content sections represent sequential steps that must be completed in order, use a stepper; Tabs allow unrestricted movement between sections and carry no sense of progress or completion state.
52
+
53
+ ---
54
+
55
+ ## Accessibility
56
+
57
+ - Controlling which tab is active on initial load: when the application needs to open to a specific tab by default or in response to a URL parameter or state, use selected-tab on wm-tab-list to set the initially active tab declaratively.
58
+ - Conditionally rendering content vs. using discrete panels: when tab content is heavy and should only load when needed, render a single wm-tab-panel and update its content in response to wmTabSelected; when lightweight, give each tab its own wm-tab-panel and swap visibility via the active prop.
59
+ - Containers with unset width: the component determines available space by checking its parent's width; if the container width is unset, it sizes to content and the tab layout will produce unpredictable behavior. The container should almost always be width: 100%.
60
+
61
+ ---
62
+
63
+ ## Variants / Types
64
+
65
+ - `customBackground="dark" (on wm-tab-list)` -- applies a dark background variant to the tab bar
66
+
67
+ ---
68
+
69
+ ## Props
70
+
71
+ - wm-tab-list props:
72
+ - `selectedTab` -- the tabId of the tab that should be active on initial render
73
+ - `customBackground` -- "dark" applies a dark background variant
74
+ - wm-tab-item props:
75
+ - `tabId` -- required; links this tab trigger to its corresponding wm-tab-panel by matching ID
76
+ - `selected` -- marks this tab as the initially selected tab
77
+ - wm-tab-panel props:
78
+ - `tabId` -- required; links this panel to its corresponding wm-tab-item by matching ID
79
+ - `active` -- controls whether this panel's content is visible
80
+ - `CRITICAL: Do NOT put bare <button> elements inside wm-tab-list` -- only wm-tab-item children are valid.
81
+
82
+ ---
83
+
84
+ ## Events
85
+
86
+ - `wmTabSelected (on wm-tab-item)` -- fires when a tab is activated; detail includes { tabId: string }
87
+
88
+ ---
89
+
90
+ ## Methods
91
+
92
+ - _None exposed_
93
+
94
+ ---
95
+
96
+ ## Code Example
97
+
98
+ *(to be filled in by developer)*
@@ -0,0 +1,18 @@
1
+ # `wm-tab-panel`
2
+
3
+ Content panel associated with a wm-tab-item. Shows or hides based on whether its
4
+ `tab-id` matches the selected tab in the parent wm-tab-list. Rendered with
5
+ `role="tabpanel"`. Always used alongside a wm-tab-list.
6
+
7
+ ## Props
8
+
9
+ | Name | Attribute | Type | Default | Required | Description |
10
+ | ---- | --------- | ---- | ------- | -------- | ----------- |
11
+ | `active` | `active` | `boolean` | `false` | | |
12
+ | `tabId` | `tab-id` | `string` | `""` | | |
13
+
14
+ ## Slots
15
+
16
+ | Name | Description |
17
+ | ---- | ----------- |
18
+ | _(default)_ | The panel content to display when this tab is active. |
@@ -0,0 +1,123 @@
1
+ # `wm-tag-input`
2
+
3
+ Input for selecting or creating a list of tags. Two variants: `'dropdown'` (options in a
4
+ filterable list, supports creating new tags) and `'table'` (options in a filterable
5
+ multi-column table). Options are defined as wm-tag-option children. Selected options appear
6
+ as removable tags above the search field.
7
+
8
+ ## Props
9
+
10
+ | Name | Attribute | Type | Default | Required | Description |
11
+ | ---- | --------- | ---- | ------- | -------- | ----------- |
12
+ | `addNew` | `add-new` | `boolean` | `true` | | |
13
+ | `characterLimit` | `character-limit` | `number` | `50` | | |
14
+ | `colHeaders` | `col-headers` | `string` | | ✓ | |
15
+ | `colWidths` | `col-widths` | `string \| undefined` | | | |
16
+ | `colWrap` | `col-wrap` | `string \| undefined` | | | |
17
+ | `errorMessage` | `error-message` | `string \| undefined` | | | |
18
+ | `helpText` | `help-text` | `string \| undefined` | | | |
19
+ | `info` | `info` | `string \| undefined` | | | |
20
+ | `label` | `label` | `string` | | ✓ | |
21
+ | `labelPosition` | `label-position` | `"left" \| "none" \| "top"` | `"top"` | | |
22
+ | `maxTags` | `max-tags` | `number \| undefined` | | | |
23
+ | `placeholder` | `placeholder` | `string \| undefined` | | | |
24
+ | `requiredField` | `required-field` | `boolean` | `false` | | |
25
+ | `tagInputType` | `tag-input-type` | `"dropdown" \| "table"` | `"dropdown"` | | |
26
+
27
+ ## Events
28
+
29
+ | Event | Detail | Bubbles | Description |
30
+ | ----- | ------ | ------- | ----------- |
31
+ | `wmTagInputTagAdded` | `any` | ✓ | |
32
+
33
+ ## Slots
34
+
35
+ | Name | Description |
36
+ | ---- | ----------- |
37
+ | _(default)_ | One or more wm-tag-option children. |
38
+
39
+ # wm-tag-input
40
+
41
+ ## Purpose
42
+
43
+ A multi-value selection input that lets users search for and commit multiple options as removable tags, with a dropdown variant for selecting or creating simple values and a table variant for selecting from richer, multi-column option sets.
44
+
45
+ ---
46
+
47
+ ## When to Use
48
+
49
+ - **Selecting multiple values from a large, searchable list** -- use Tag Input when the option set is too long to scan in a flat multi-select dropdown but users know roughly what they are looking for; best for selecting a few options from a large searchable list.
50
+ - **Allowing users to create new values on the fly** -- when valid values are not fully predefined and users may need to introduce new entries (e.g., new skill labels, keywords, or categories), use the dropdown variant with add-new="true".
51
+ - **Selecting from options that have multiple attributes** -- when each option carries more context than a single label (e.g., a person's name, email, and role), use the table variant to display each option as a multi-column row.
52
+ - **Enforcing a cap on how many values can be selected** -- when the field has a meaningful limit (e.g., "select up to 5 reviewers"), use max-tags to surface a running count and a limit-reached message.
53
+
54
+ ---
55
+
56
+ ## Do Not Use For
57
+
58
+ - **Small, fully known option sets** -- if the list is short and bounded with no need for search or free entry, use wm-select with multiple instead; Tag Input's search and creation overhead adds complexity without benefit.
59
+ - **Single-value fields** -- if only one value can be selected, Tag Input's tag-area model and two-tab-stop structure are unnecessary; use wm-select or wm-input for single-value cases.
60
+
61
+ ---
62
+
63
+ ## Related Components
64
+
65
+ - `<wm-select>` with multiple -- if the option set is small, fully known, and does not benefit from search or free entry, use multi-select Select; Tag Input's extra capabilities add complexity not warranted for simple bounded lists.
66
+ - `<wm-search>` -- if the goal is to filter visible page content as the user types rather than commit selected values to a form, use Search; Tag Input accumulates stored values, not a real-time content filter.
67
+ - `<wm-input>` -- if the user is entering a single free-form string rather than selecting or creating multiple discrete values, use Input; Tag Input is only appropriate when the field holds a collection.
68
+
69
+ ---
70
+
71
+ ## Accessibility
72
+
73
+ - The table variant without ensuring the input field remains visible: the input field must always remain visible while the user interacts; overriding the max-height in a way that hides the input breaks the interaction model.
74
+ - Hard-enforcing a tag count limit via max-tags alone: the component does not enforce max-tags and will still emit events when the limit is reached; the application must implement its own enforcement logic for a truly hard cap.
75
+
76
+ ---
77
+
78
+ ## Variants / Types
79
+
80
+ - `tag-input-type="dropdown"` -- users search for and select from a flat list; supports add-new to allow creation of new values
81
+ - `tag-input-type="table"` -- users select from a multi-column option list; requires col-headers and options use col1-col4 props on wm-tag-option
82
+
83
+ ---
84
+
85
+ ## Props
86
+
87
+ - wm-tag-input props:
88
+ - `label` -- required; accessible name even when label-position="none"
89
+ - `labelPosition` -- "top", "left", or "none"
90
+ - `tagInputType` -- "dropdown" or "table"
91
+ - `addNew` -- when true on the dropdown variant, allows users to commit a typed value that does not exist in the list
92
+ - `maxTags` -- displays a running count and a limit-reached message; informational only -- the application must enforce the hard limit
93
+ - `characterLimit` -- maximum character length for the search field entry
94
+ - `placeholder` -- placeholder text for the search input
95
+ - `colHeaders` -- required for the table variant; comma-separated column headers
96
+ - `colWidths` -- optional column width overrides for the table variant
97
+ - `colWrap` -- controls text wrapping behavior in table columns
98
+ - `info` -- supplementary helper text
99
+ - `helpText` -- additional guidance text
100
+ - `errorMessage` -- validation error text
101
+ - `requiredField` -- marks the field as required
102
+ - wm-tag-option props (child):
103
+ - `selected` -- marks this option as pre-selected when the component loads
104
+ - `locked` -- prevents the user from removing this tag once selected
105
+ - `col1-col4` -- column values for the table variant
106
+
107
+ ---
108
+
109
+ ## Events
110
+
111
+ - `wmTagInputTagAdded` -- fires when a tag is committed (selected from the list or created via add-new)
112
+
113
+ ---
114
+
115
+ ## Methods
116
+
117
+ - _None exposed_
118
+
119
+ ---
120
+
121
+ ## Code Example
122
+
123
+ *(to be filled in by developer)*
@@ -0,0 +1,33 @@
1
+ # `wm-tag-option`
2
+
3
+ Option element for wm-tag-input. Represents a selectable tag in the dropdown list or
4
+ table. Always used as a direct child of wm-tag-input. For the dropdown variant, slotted
5
+ text content is the tag label; for the table variant, use `col1`-`col4` props.
6
+
7
+ ## Props
8
+
9
+ | Name | Attribute | Type | Default | Required | Description |
10
+ | ---- | --------- | ---- | ------- | -------- | ----------- |
11
+ | `col1` | `col1` | `string \| undefined` | | | |
12
+ | `col2` | `col2` | `string \| undefined` | | | |
13
+ | `col3` | `col3` | `string \| undefined` | | | |
14
+ | `col4` | `col4` | `string \| undefined` | | | |
15
+ | `locked` | `locked` | `boolean` | `false` | | |
16
+ | `selected` | `selected` | `boolean` | `false` | | |
17
+
18
+ ## Events
19
+
20
+ | Event | Detail | Bubbles | Description |
21
+ | ----- | ------ | ------- | ----------- |
22
+ | `wmTagOptionDeselected` | `any` | ✓ | |
23
+ | `wmTagOptionSelected` | `any` | ✓ | |
24
+
25
+ ## Methods
26
+
27
+ ### `emitDeselectedEvent() => Promise<void>`
28
+
29
+ **Returns** `Promise<void>` -- A promise that resolves once the event has been emitted.
30
+
31
+ ### `emitSelectedEvent() => Promise<void>`
32
+
33
+ **Returns** `Promise<void>` -- A promise that resolves once the event has been emitted.