@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.
- package/dist/cjs/app-globals-df7ca137.js +103 -0
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/priv-calendar.cjs.entry.js +27 -27
- package/dist/cjs/priv-chart-popover-old.cjs.entry.js +2 -2
- package/dist/cjs/priv-chart-popover_2.cjs.entry.js +3 -3
- package/dist/cjs/priv-navigator-button.cjs.entry.js +1 -1
- package/dist/cjs/priv-navigator-item.cjs.entry.js +1 -1
- package/dist/cjs/priv-option-list.cjs.entry.js +1 -1
- package/dist/cjs/ripple.cjs.js +1 -1
- package/dist/cjs/wm-action-menu_2.cjs.entry.js +5 -4
- package/dist/cjs/wm-button.cjs.entry.js +1 -1
- package/dist/cjs/wm-chart-bar.cjs.entry.js +1 -1
- package/dist/cjs/wm-chart-column.cjs.entry.js +1 -1
- package/dist/cjs/wm-chart.cjs.entry.js +1 -1
- package/dist/cjs/wm-date-range.cjs.entry.js +25 -9
- package/dist/cjs/wm-datepicker.cjs.entry.js +37 -11
- package/dist/cjs/wm-file-list.cjs.entry.js +1 -1
- package/dist/cjs/wm-file.cjs.entry.js +1 -1
- package/dist/cjs/wm-flyout.cjs.entry.js +6 -1
- package/dist/cjs/wm-input.cjs.entry.js +1 -1
- package/dist/cjs/wm-line-chart.cjs.entry.js +1 -1
- package/dist/cjs/wm-modal-pss_3.cjs.entry.js +4 -4
- package/dist/cjs/wm-modal_3.cjs.entry.js +19 -4
- package/dist/cjs/wm-navigation_3.cjs.entry.js +4 -4
- package/dist/cjs/wm-navigator.cjs.entry.js +1 -1
- package/dist/cjs/wm-nested-select.cjs.entry.js +3 -3
- package/dist/cjs/wm-optgroup.cjs.entry.js +11 -1
- package/dist/cjs/wm-option_2.cjs.entry.js +5 -5
- package/dist/cjs/wm-pagination.cjs.entry.js +1 -1
- package/dist/cjs/wm-progress-indicator_3.cjs.entry.js +2 -2
- package/dist/cjs/wm-search.cjs.entry.js +2 -2
- package/dist/cjs/wm-snackbar.cjs.entry.js +2 -2
- package/dist/cjs/wm-tab-item_3.cjs.entry.js +6 -6
- package/dist/cjs/wm-tag-input.cjs.entry.js +2 -2
- package/dist/cjs/wm-tag-option.cjs.entry.js +8 -0
- package/dist/cjs/wm-textarea.cjs.entry.js +1 -1
- package/dist/cjs/wm-timepicker.cjs.entry.js +14 -2
- package/dist/cjs/wm-toggletip.cjs.entry.js +3 -3
- package/dist/cjs/wm-uploader.cjs.entry.js +2 -2
- package/dist/collection/components/charts/priv-chart-popover/priv-chart-popover.js +7 -2
- package/dist/collection/components/charts/priv-chart-popover-old/priv-chart-popover-old.js +7 -2
- package/dist/collection/components/charts/wm-chart/wm-chart-slice.js +58 -6
- package/dist/collection/components/charts/wm-chart/wm-chart.js +139 -13
- package/dist/collection/components/charts/wm-chart-bar/wm-chart-bar.js +134 -7
- package/dist/collection/components/charts/wm-chart-column/wm-chart-column.js +102 -8
- package/dist/collection/components/charts/wm-chart-legend/wm-chart-legend.js +90 -8
- package/dist/collection/components/charts/wm-line-chart/wm-line-chart.js +153 -17
- package/dist/collection/components/charts/wm-progress-monitor/wm-progress-indicator.js +63 -7
- package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.js +85 -5
- package/dist/collection/components/charts/wm-progress-monitor/wm-progress-slice.js +52 -6
- package/dist/collection/components/datepickers/priv-calendar/priv-calendar.css +47 -47
- package/dist/collection/components/datepickers/priv-calendar/priv-calendar.js +33 -29
- package/dist/collection/components/datepickers/wm-date-range.js +246 -29
- package/dist/collection/components/datepickers/wm-datepicker.js +254 -30
- package/dist/collection/components/selects/priv-option-list/priv-option-list.js +7 -1
- package/dist/collection/components/selects/wm-nested-select/wm-nested-select.js +193 -17
- package/dist/collection/components/selects/wm-optgroup/wm-optgroup.js +116 -11
- package/dist/collection/components/selects/wm-option/wm-option.js +153 -18
- package/dist/collection/components/selects/wm-select/wm-select.js +187 -21
- package/dist/collection/components/wm-action-menu/wm-action-menu.js +148 -12
- package/dist/collection/components/wm-button/wm-button.js +212 -18
- package/dist/collection/components/wm-file/wm-file.js +108 -14
- package/dist/collection/components/wm-file-list/wm-file-list.js +74 -2
- package/dist/collection/components/wm-flyout/wm-flyout.js +215 -16
- package/dist/collection/components/wm-input/wm-input.js +195 -20
- package/dist/collection/components/wm-menuitem/wm-menuitem.js +62 -5
- package/dist/collection/components/wm-modal/wm-modal-footer.js +63 -6
- package/dist/collection/components/wm-modal/wm-modal-header.js +34 -3
- package/dist/collection/components/wm-modal/wm-modal.js +181 -14
- package/dist/collection/components/wm-modal-pss/wm-modal-pss-footer.js +5 -1
- package/dist/collection/components/wm-modal-pss/wm-modal-pss-header.js +5 -1
- package/dist/collection/components/wm-modal-pss/wm-modal-pss.js +6 -2
- package/dist/collection/components/wm-navigation/wm-navigation-hamburger.js +37 -3
- package/dist/collection/components/wm-navigation/wm-navigation-item.js +47 -5
- package/dist/collection/components/wm-navigation/wm-navigation.js +54 -4
- package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.js +5 -1
- package/dist/collection/components/wm-navigator/priv-navigator-item/priv-navigator-item.js +5 -1
- package/dist/collection/components/wm-navigator/wm-navigator.js +102 -9
- package/dist/collection/components/wm-pagination/wm-pagination.js +106 -9
- package/dist/collection/components/wm-search/wm-search.js +182 -16
- package/dist/collection/components/wm-snackbar/wm-snackbar.js +96 -5
- package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.js +66 -10
- package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.js +96 -5
- package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.js +42 -6
- package/dist/collection/components/wm-tag-input/wm-tag-input.js +205 -17
- package/dist/collection/components/wm-tag-input/wm-tag-option/wm-tag-option.js +97 -12
- package/dist/collection/components/wm-textarea/wm-textarea.js +116 -13
- package/dist/collection/components/wm-timepicker/wm-timepicker.js +190 -16
- package/dist/collection/components/wm-toggletip/wm-toggletip.js +87 -8
- package/dist/collection/components/wm-uploader/wm-uploader.js +142 -14
- package/dist/collection/components/wm-wrapper/wm-wrapper.js +3 -0
- package/dist/collection/global/services/__mocks__/http-service.js +1 -1
- package/dist/docs/docs.d.ts +435 -0
- package/dist/docs/docs.json +13915 -0
- package/dist/docs/props-reference.json +2028 -0
- package/dist/docs/skill/index.md +32 -0
- package/dist/docs/skill/wm-action-menu.md +93 -0
- package/dist/docs/skill/wm-button.md +103 -0
- package/dist/docs/skill/wm-chart-bar.md +129 -0
- package/dist/docs/skill/wm-chart-column.md +96 -0
- package/dist/docs/skill/wm-chart-legend.md +67 -0
- package/dist/docs/skill/wm-chart-slice.md +55 -0
- package/dist/docs/skill/wm-chart.md +92 -0
- package/dist/docs/skill/wm-date-range.md +153 -0
- package/dist/docs/skill/wm-datepicker.md +134 -0
- package/dist/docs/skill/wm-file-list.md +97 -0
- package/dist/docs/skill/wm-file.md +78 -0
- package/dist/docs/skill/wm-flyout.md +174 -0
- package/dist/docs/skill/wm-input.md +126 -0
- package/dist/docs/skill/wm-line-chart.md +108 -0
- package/dist/docs/skill/wm-menuitem.md +72 -0
- package/dist/docs/skill/wm-modal-footer.md +73 -0
- package/dist/docs/skill/wm-modal-header.md +65 -0
- package/dist/docs/skill/wm-modal.md +137 -0
- package/dist/docs/skill/wm-navigation-hamburger.md +56 -0
- package/dist/docs/skill/wm-navigation-item.md +69 -0
- package/dist/docs/skill/wm-navigation.md +66 -0
- package/dist/docs/skill/wm-navigator.md +91 -0
- package/dist/docs/skill/wm-nested-select.md +149 -0
- package/dist/docs/skill/wm-optgroup.md +71 -0
- package/dist/docs/skill/wm-option.md +68 -0
- package/dist/docs/skill/wm-pagination.md +95 -0
- package/dist/docs/skill/wm-progress-indicator.md +49 -0
- package/dist/docs/skill/wm-progress-monitor.md +93 -0
- package/dist/docs/skill/wm-progress-slice.md +41 -0
- package/dist/docs/skill/wm-search.md +157 -0
- package/dist/docs/skill/wm-select.md +148 -0
- package/dist/docs/skill/wm-snackbar.md +101 -0
- package/dist/docs/skill/wm-tab-item.md +35 -0
- package/dist/docs/skill/wm-tab-list.md +112 -0
- package/dist/docs/skill/wm-tab-panel.md +33 -0
- package/dist/docs/skill/wm-tag-input.md +165 -0
- package/dist/docs/skill/wm-tag-option.md +59 -0
- package/dist/docs/skill/wm-textarea.md +94 -0
- package/dist/docs/skill/wm-timepicker.md +139 -0
- package/dist/docs/skill/wm-toggletip.md +92 -0
- package/dist/docs/skill/wm-uploader.md +129 -0
- package/dist/docs/skill/wm-wrapper.md +6 -0
- package/dist/docs/wm-action-menu.md +111 -0
- package/dist/docs/wm-button.md +137 -0
- package/dist/docs/wm-chart-bar.md +23 -0
- package/dist/docs/wm-chart-column.md +26 -0
- package/dist/docs/wm-chart-legend.md +31 -0
- package/dist/docs/wm-chart-slice.md +14 -0
- package/dist/docs/wm-chart.md +30 -0
- package/dist/docs/wm-date-range.md +215 -0
- package/dist/docs/wm-datepicker.md +210 -0
- package/dist/docs/wm-file-list.md +95 -0
- package/dist/docs/wm-file.md +34 -0
- package/dist/docs/wm-flyout.md +123 -0
- package/dist/docs/wm-input.md +120 -0
- package/dist/docs/wm-line-chart.md +32 -0
- package/dist/docs/wm-menuitem.md +38 -0
- package/dist/docs/wm-modal-footer.md +106 -0
- package/dist/docs/wm-modal-header.md +100 -0
- package/dist/docs/wm-modal.md +127 -0
- package/dist/docs/wm-navigation-hamburger.md +91 -0
- package/dist/docs/wm-navigation-item.md +98 -0
- package/dist/docs/wm-navigation.md +101 -0
- package/dist/docs/wm-navigator.md +99 -0
- package/dist/docs/wm-nested-select.md +107 -0
- package/dist/docs/wm-optgroup.md +28 -0
- package/dist/docs/wm-option.md +24 -0
- package/dist/docs/wm-pagination.md +94 -0
- package/dist/docs/wm-progress-indicator.md +23 -0
- package/dist/docs/wm-progress-monitor.md +27 -0
- package/dist/docs/wm-progress-slice.md +16 -0
- package/dist/docs/wm-search.md +119 -0
- package/dist/docs/wm-select.md +120 -0
- package/dist/docs/wm-snackbar.md +87 -0
- package/dist/docs/wm-tab-item.md +23 -0
- package/dist/docs/wm-tab-list.md +98 -0
- package/dist/docs/wm-tab-panel.md +18 -0
- package/dist/docs/wm-tag-input.md +123 -0
- package/dist/docs/wm-tag-option.md +33 -0
- package/dist/docs/wm-textarea.md +101 -0
- package/dist/docs/wm-timepicker.md +122 -0
- package/dist/docs/wm-toggletip.md +86 -0
- package/dist/docs/wm-uploader.md +114 -0
- package/dist/docs/wm-wrapper.md +7 -0
- package/dist/esm/app-globals-466ed44b.js +101 -0
- package/dist/esm/loader.js +1 -1
- package/dist/esm/priv-calendar.entry.js +27 -27
- package/dist/esm/priv-chart-popover-old.entry.js +2 -2
- package/dist/esm/priv-chart-popover_2.entry.js +3 -3
- package/dist/esm/priv-navigator-button.entry.js +1 -1
- package/dist/esm/priv-navigator-item.entry.js +1 -1
- package/dist/esm/priv-option-list.entry.js +1 -1
- package/dist/esm/ripple.js +1 -1
- package/dist/esm/wm-action-menu_2.entry.js +5 -4
- package/dist/esm/wm-button.entry.js +1 -1
- package/dist/esm/wm-chart-bar.entry.js +1 -1
- package/dist/esm/wm-chart-column.entry.js +1 -1
- package/dist/esm/wm-chart.entry.js +1 -1
- package/dist/esm/wm-date-range.entry.js +25 -9
- package/dist/esm/wm-datepicker.entry.js +37 -11
- package/dist/esm/wm-file-list.entry.js +1 -1
- package/dist/esm/wm-file.entry.js +1 -1
- package/dist/esm/wm-flyout.entry.js +6 -1
- package/dist/esm/wm-input.entry.js +1 -1
- package/dist/esm/wm-line-chart.entry.js +1 -1
- package/dist/esm/wm-modal-pss_3.entry.js +4 -4
- package/dist/esm/wm-modal_3.entry.js +19 -4
- package/dist/esm/wm-navigation_3.entry.js +4 -4
- package/dist/esm/wm-navigator.entry.js +1 -1
- package/dist/esm/wm-nested-select.entry.js +3 -3
- package/dist/esm/wm-optgroup.entry.js +11 -1
- package/dist/esm/wm-option_2.entry.js +5 -5
- package/dist/esm/wm-pagination.entry.js +1 -1
- package/dist/esm/wm-progress-indicator_3.entry.js +2 -2
- package/dist/esm/wm-search.entry.js +2 -2
- package/dist/esm/wm-snackbar.entry.js +2 -2
- package/dist/esm/wm-tab-item_3.entry.js +6 -6
- package/dist/esm/wm-tag-input.entry.js +2 -2
- package/dist/esm/wm-tag-option.entry.js +8 -0
- package/dist/esm/wm-textarea.entry.js +1 -1
- package/dist/esm/wm-timepicker.entry.js +14 -2
- package/dist/esm/wm-toggletip.entry.js +3 -3
- package/dist/esm/wm-uploader.entry.js +2 -2
- package/dist/esm-es5/app-globals-466ed44b.js +1 -0
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/priv-calendar.entry.js +1 -1
- package/dist/esm-es5/priv-chart-popover-old.entry.js +1 -1
- package/dist/esm-es5/priv-chart-popover_2.entry.js +1 -1
- package/dist/esm-es5/priv-navigator-button.entry.js +1 -1
- package/dist/esm-es5/priv-navigator-item.entry.js +1 -1
- package/dist/esm-es5/priv-option-list.entry.js +1 -1
- package/dist/esm-es5/ripple.js +1 -1
- package/dist/esm-es5/wm-action-menu_2.entry.js +1 -1
- package/dist/esm-es5/wm-button.entry.js +1 -1
- package/dist/esm-es5/wm-chart-bar.entry.js +1 -1
- package/dist/esm-es5/wm-chart-column.entry.js +1 -1
- package/dist/esm-es5/wm-chart.entry.js +1 -1
- package/dist/esm-es5/wm-date-range.entry.js +1 -1
- package/dist/esm-es5/wm-datepicker.entry.js +1 -1
- package/dist/esm-es5/wm-file-list.entry.js +1 -1
- package/dist/esm-es5/wm-file.entry.js +1 -1
- package/dist/esm-es5/wm-flyout.entry.js +1 -1
- package/dist/esm-es5/wm-input.entry.js +1 -1
- package/dist/esm-es5/wm-line-chart.entry.js +1 -1
- package/dist/esm-es5/wm-modal-pss_3.entry.js +1 -1
- package/dist/esm-es5/wm-modal_3.entry.js +1 -1
- package/dist/esm-es5/wm-navigation_3.entry.js +1 -1
- package/dist/esm-es5/wm-navigator.entry.js +1 -1
- package/dist/esm-es5/wm-nested-select.entry.js +1 -1
- package/dist/esm-es5/wm-optgroup.entry.js +1 -1
- package/dist/esm-es5/wm-option_2.entry.js +1 -1
- package/dist/esm-es5/wm-pagination.entry.js +1 -1
- package/dist/esm-es5/wm-progress-indicator_3.entry.js +1 -1
- package/dist/esm-es5/wm-search.entry.js +1 -1
- package/dist/esm-es5/wm-snackbar.entry.js +1 -1
- package/dist/esm-es5/wm-tab-item_3.entry.js +1 -1
- package/dist/esm-es5/wm-tag-input.entry.js +1 -1
- package/dist/esm-es5/wm-textarea.entry.js +1 -1
- package/dist/esm-es5/wm-timepicker.entry.js +1 -1
- package/dist/esm-es5/wm-toggletip.entry.js +1 -1
- package/dist/esm-es5/wm-uploader.entry.js +1 -1
- package/dist/ripple/{p-1fc894ac.system.entry.js → p-012bd307.system.entry.js} +1 -1
- package/dist/ripple/p-03f352dc.entry.js +1 -0
- package/dist/ripple/{p-4f53544d.entry.js → p-03ff4f41.entry.js} +1 -1
- package/dist/ripple/{p-2a03f658.entry.js → p-045aa27f.entry.js} +1 -1
- package/dist/ripple/{p-709d1765.entry.js → p-057ffccb.entry.js} +1 -1
- package/dist/ripple/p-06c3dc14.system.entry.js +1 -0
- package/dist/ripple/{p-ff6fd274.system.entry.js → p-09a80f59.system.entry.js} +1 -1
- package/dist/ripple/{p-3bd8537c.entry.js → p-09fb0a09.entry.js} +1 -1
- package/dist/ripple/p-0a05d3a3.js +1 -0
- package/dist/ripple/{p-3f69041f.entry.js → p-0ab9bac7.entry.js} +1 -1
- package/dist/ripple/{p-332a3e3d.system.entry.js → p-1059cdb9.system.entry.js} +1 -1
- package/dist/ripple/{p-dbdae848.system.entry.js → p-106a9459.system.entry.js} +1 -1
- package/dist/ripple/{p-e1a6ee77.entry.js → p-16381033.entry.js} +1 -1
- package/dist/ripple/{p-b11abb0d.system.entry.js → p-181109f0.system.entry.js} +1 -1
- package/dist/ripple/{p-bb9f54cf.system.entry.js → p-1855c3b1.system.entry.js} +1 -1
- package/dist/ripple/{p-4533241f.entry.js → p-1c25838e.entry.js} +1 -1
- package/dist/ripple/{p-fb6aee09.entry.js → p-1f67b172.entry.js} +1 -1
- package/dist/ripple/{p-a3dd5204.system.entry.js → p-22703bcd.system.entry.js} +1 -1
- package/dist/ripple/{p-a6aef87d.system.entry.js → p-237388c5.system.entry.js} +1 -1
- package/dist/ripple/p-237f5977.system.entry.js +1 -0
- package/dist/ripple/p-25d6cc45.system.js +1 -0
- package/dist/ripple/{p-09d5381c.entry.js → p-299d2d8b.entry.js} +1 -1
- package/dist/ripple/{p-e78f9572.system.entry.js → p-2c1d219f.system.entry.js} +1 -1
- package/dist/ripple/{p-84e04896.entry.js → p-2dbf9636.entry.js} +1 -1
- package/dist/ripple/{p-05dae6a0.entry.js → p-2dc1071a.entry.js} +1 -1
- package/dist/ripple/{p-39bac42a.entry.js → p-3216e2e7.entry.js} +1 -1
- package/dist/ripple/p-3252c04b.system.entry.js +1 -0
- package/dist/ripple/{p-7ca0bb68.system.entry.js → p-32bac954.system.entry.js} +1 -1
- package/dist/ripple/p-33eeaa18.entry.js +1 -0
- package/dist/ripple/p-3441da90.entry.js +1 -0
- package/dist/ripple/p-3502fd33.system.entry.js +1 -0
- package/dist/ripple/{p-f51404f5.entry.js → p-351000b9.entry.js} +1 -1
- package/dist/ripple/{p-bf3eef42.entry.js → p-3c0062c5.entry.js} +1 -1
- package/dist/ripple/{p-c1abc58e.entry.js → p-3d3836ad.entry.js} +1 -1
- package/dist/ripple/p-3e8bfc68.system.entry.js +1 -0
- package/dist/ripple/p-3f403a64.system.entry.js +1 -0
- package/dist/ripple/{p-b974a535.system.entry.js → p-43e8d384.system.entry.js} +1 -1
- package/dist/ripple/p-49dc64ba.entry.js +1 -0
- package/dist/ripple/{p-9d345fc7.system.entry.js → p-4a942d74.system.entry.js} +1 -1
- package/dist/ripple/p-4cc09fa3.system.entry.js +1 -0
- package/dist/ripple/p-5177d4fa.entry.js +1 -0
- package/dist/ripple/p-51fff3a7.system.entry.js +1 -0
- package/dist/ripple/p-54ba0eae.entry.js +1 -0
- package/dist/ripple/{p-c04d0eeb.system.entry.js → p-5609bde2.system.entry.js} +1 -1
- package/dist/ripple/{p-86148143.system.entry.js → p-56e1a71d.system.entry.js} +1 -1
- package/dist/ripple/{p-f94af31c.entry.js → p-578b5443.entry.js} +1 -1
- package/dist/ripple/p-57901fc3.entry.js +1 -0
- package/dist/ripple/{p-463be5be.entry.js → p-57a0cb5f.entry.js} +1 -1
- package/dist/ripple/{p-0db033c3.system.entry.js → p-59b3f92b.system.entry.js} +1 -1
- package/dist/ripple/p-5a533e7c.entry.js +1 -0
- package/dist/ripple/{p-5f092b39.system.entry.js → p-61a0ba92.system.entry.js} +1 -1
- package/dist/ripple/{p-6de83c6f.entry.js → p-623b89e0.entry.js} +1 -1
- package/dist/ripple/{p-6479b06b.entry.js → p-668c0758.entry.js} +1 -1
- package/dist/ripple/p-6a6e98c7.entry.js +1 -0
- package/dist/ripple/{p-b654743f.system.entry.js → p-6c46dd9a.system.entry.js} +1 -1
- package/dist/ripple/{p-4e7ae2c5.system.entry.js → p-6ea254d2.system.entry.js} +1 -1
- package/dist/ripple/p-6f875608.system.entry.js +1 -0
- package/dist/ripple/{p-d05b7cd3.entry.js → p-71a38bd2.entry.js} +1 -1
- package/dist/ripple/{p-dab54a9d.entry.js → p-73a2389d.entry.js} +1 -1
- package/dist/ripple/p-759d87de.entry.js +1 -0
- package/dist/ripple/{p-227b0af9.entry.js → p-75c5ec39.entry.js} +1 -1
- package/dist/ripple/{p-ee729037.system.entry.js → p-7bc3b4ee.system.entry.js} +1 -1
- package/dist/ripple/p-7c7988a3.entry.js +1 -0
- package/dist/ripple/p-81735196.entry.js +1 -0
- package/dist/ripple/{p-a0aba3e0.system.entry.js → p-8376699e.system.entry.js} +1 -1
- package/dist/ripple/{p-503330c1.system.entry.js → p-865208b7.system.entry.js} +1 -1
- package/dist/ripple/{p-28b8a12e.system.entry.js → p-8715d758.system.entry.js} +1 -1
- package/dist/ripple/p-8bfb7664.entry.js +1 -0
- package/dist/ripple/{p-680f5703.entry.js → p-8deb22bc.entry.js} +1 -1
- package/dist/ripple/p-8e32e9de.system.entry.js +1 -0
- package/dist/ripple/{p-bdb10d37.entry.js → p-92e3bf68.entry.js} +1 -1
- package/dist/ripple/{p-0feaaae9.system.entry.js → p-942b323c.system.entry.js} +1 -1
- package/dist/ripple/{p-5173359e.entry.js → p-94fd1dcc.entry.js} +1 -1
- package/dist/ripple/p-991455a2.system.entry.js +1 -0
- package/dist/ripple/p-99a112c8.system.entry.js +1 -0
- package/dist/ripple/p-9a8d91d6.entry.js +1 -0
- package/dist/ripple/{p-e0c0e8b0.system.entry.js → p-9afb642d.system.entry.js} +1 -1
- package/dist/ripple/p-9c850273.system.js +1 -0
- package/dist/ripple/p-a3f9e257.entry.js +1 -0
- package/dist/ripple/p-a5b07241.entry.js +1 -0
- package/dist/ripple/{p-d55bd2b9.entry.js → p-a7a6cf55.system.entry.js} +1 -1
- package/dist/ripple/{p-6f2d3297.system.entry.js → p-a917ea86.system.entry.js} +1 -1
- package/dist/ripple/p-ab5664cd.entry.js +1 -0
- package/dist/ripple/{p-cc028323.entry.js → p-acb04e6e.entry.js} +1 -1
- package/dist/ripple/p-b2624d8f.system.entry.js +1 -0
- package/dist/ripple/p-b5b37960.entry.js +1 -0
- package/dist/ripple/p-b713b6de.system.entry.js +1 -0
- package/dist/ripple/p-b75e9e5f.entry.js +1 -0
- package/dist/ripple/{p-b1924539.system.entry.js → p-b7969fd7.system.entry.js} +1 -1
- package/dist/ripple/{p-a7e637a5.system.entry.js → p-b9596bfc.system.entry.js} +1 -1
- package/dist/ripple/p-b9d3d967.system.entry.js +1 -0
- package/dist/ripple/{p-aafced54.system.entry.js → p-bd365c44.system.entry.js} +1 -1
- package/dist/ripple/p-bd9ab5ae.system.entry.js +1 -0
- package/dist/ripple/p-c0028f4d.system.entry.js +1 -0
- package/dist/ripple/p-c7d3ee52.entry.js +1 -0
- package/dist/ripple/p-c8e4e95b.entry.js +1 -0
- package/dist/ripple/p-c996ade8.entry.js +1 -0
- package/dist/ripple/p-ca8378b0.entry.js +1 -0
- package/dist/ripple/{p-bd37dd6f.entry.js → p-cc2176ad.entry.js} +1 -1
- package/dist/ripple/p-cd496e63.entry.js +1 -0
- package/dist/ripple/p-d0653c32.entry.js +1 -0
- package/dist/ripple/{p-9a5d11cb.entry.js → p-d11e5029.entry.js} +1 -1
- package/dist/ripple/p-d3d0b626.entry.js +1 -0
- package/dist/ripple/p-d4899263.entry.js +1 -0
- package/dist/ripple/p-dc82f194.entry.js +1 -0
- package/dist/ripple/{p-a6ef995c.system.entry.js → p-ddfb976f.system.entry.js} +1 -1
- package/dist/ripple/{p-ee26ba53.entry.js → p-e1899945.entry.js} +1 -1
- package/dist/ripple/p-e26b9711.system.entry.js +1 -0
- package/dist/ripple/{p-10aea5ee.system.entry.js → p-e31f597a.system.entry.js} +1 -1
- package/dist/ripple/p-e35de3cd.system.entry.js +1 -0
- package/dist/ripple/p-e3effa1a.system.entry.js +1 -0
- package/dist/ripple/p-e674e6a7.system.entry.js +1 -0
- package/dist/ripple/{p-8e6e868a.entry.js → p-e7ffd796.entry.js} +1 -1
- package/dist/ripple/p-e800717d.entry.js +1 -0
- package/dist/ripple/p-eab35bea.entry.js +1 -0
- package/dist/ripple/{p-df9d5b14.system.entry.js → p-ebdf16fa.system.entry.js} +1 -1
- package/dist/ripple/p-ed9fc1c1.system.entry.js +1 -0
- package/dist/ripple/p-eda49f0e.entry.js +1 -0
- package/dist/ripple/p-ee33fd7f.system.entry.js +1 -0
- package/dist/ripple/p-ee5f43fe.system.entry.js +1 -0
- package/dist/ripple/{p-928b3e5e.entry.js → p-f0ee3616.entry.js} +1 -1
- package/dist/ripple/{p-02c8bf15.system.entry.js → p-f1215c25.system.entry.js} +1 -1
- package/dist/ripple/p-f148ae9d.system.entry.js +1 -0
- package/dist/ripple/p-f307aabe.entry.js +1 -0
- package/dist/ripple/p-f4f6c904.system.entry.js +1 -0
- package/dist/ripple/p-f58833ae.system.entry.js +1 -0
- package/dist/ripple/p-f7fc6350.system.js +1 -1
- package/dist/ripple/p-f881cdc8.system.entry.js +1 -0
- package/dist/ripple/{p-444feb7d.system.entry.js → p-fbb37b4b.system.entry.js} +1 -1
- package/dist/ripple/{p-40e8071c.system.entry.js → p-fc905b2f.system.entry.js} +1 -1
- package/dist/ripple/ripple.esm.js +1 -1
- package/dist/ripple/ripple.js +1 -1
- package/dist/types/components/charts/priv-chart-popover/priv-chart-popover.d.ts +5 -0
- package/dist/types/components/charts/priv-chart-popover-old/priv-chart-popover-old.d.ts +5 -0
- package/dist/types/components/charts/wm-chart/wm-chart-slice.d.ts +52 -0
- package/dist/types/components/charts/wm-chart/wm-chart.d.ts +111 -0
- package/dist/types/components/charts/wm-chart-bar/wm-chart-bar.d.ts +131 -0
- package/dist/types/components/charts/wm-chart-column/wm-chart-column.d.ts +100 -0
- package/dist/types/components/charts/wm-chart-legend/wm-chart-legend.d.ts +77 -0
- package/dist/types/components/charts/wm-line-chart/wm-line-chart.d.ts +134 -0
- package/dist/types/components/charts/wm-progress-monitor/wm-progress-indicator.d.ts +52 -0
- package/dist/types/components/charts/wm-progress-monitor/wm-progress-monitor.d.ts +84 -0
- package/dist/types/components/charts/wm-progress-monitor/wm-progress-slice.d.ts +44 -0
- package/dist/types/components/datepickers/priv-calendar/priv-calendar.d.ts +6 -2
- package/dist/types/components/datepickers/wm-date-range.d.ts +186 -0
- package/dist/types/components/datepickers/wm-datepicker.d.ts +170 -2
- package/dist/types/components/selects/priv-option-list/priv-option-list.d.ts +6 -0
- package/dist/types/components/selects/wm-nested-select/wm-nested-select.d.ts +162 -0
- package/dist/types/components/selects/wm-optgroup/wm-optgroup.d.ts +87 -0
- package/dist/types/components/selects/wm-option/wm-option.d.ts +117 -0
- package/dist/types/components/selects/wm-select/wm-select.d.ts +164 -0
- package/dist/types/components/wm-action-menu/wm-action-menu.d.ts +122 -0
- package/dist/types/components/wm-button/wm-button.d.ts +170 -2
- package/dist/types/components/wm-file/wm-file.d.ts +92 -0
- package/dist/types/components/wm-file-list/wm-file-list.d.ts +71 -0
- package/dist/types/components/wm-flyout/wm-flyout.d.ts +193 -0
- package/dist/types/components/wm-input/wm-input.d.ts +158 -0
- package/dist/types/components/wm-menuitem/wm-menuitem.d.ts +58 -0
- package/dist/types/components/wm-modal/wm-modal-footer.d.ts +54 -0
- package/dist/types/components/wm-modal/wm-modal-header.d.ts +30 -0
- package/dist/types/components/wm-modal/wm-modal.d.ts +148 -0
- package/dist/types/components/wm-modal-pss/wm-modal-pss-footer.d.ts +4 -0
- package/dist/types/components/wm-modal-pss/wm-modal-pss-header.d.ts +4 -0
- package/dist/types/components/wm-modal-pss/wm-modal-pss.d.ts +4 -0
- package/dist/types/components/wm-navigation/wm-navigation-hamburger.d.ts +34 -0
- package/dist/types/components/wm-navigation/wm-navigation-item.d.ts +41 -0
- package/dist/types/components/wm-navigation/wm-navigation.d.ts +50 -0
- package/dist/types/components/wm-navigator/priv-navigator-button/priv-navigator-button.d.ts +4 -0
- package/dist/types/components/wm-navigator/priv-navigator-item/priv-navigator-item.d.ts +4 -0
- package/dist/types/components/wm-navigator/wm-navigator.d.ts +91 -3
- package/dist/types/components/wm-pagination/wm-pagination.d.ts +90 -0
- package/dist/types/components/wm-search/wm-search.d.ts +148 -5
- package/dist/types/components/wm-snackbar/wm-snackbar.d.ts +94 -0
- package/dist/types/components/wm-tabs/wm-tab-item/wm-tab-item.d.ts +43 -2
- package/dist/types/components/wm-tabs/wm-tab-list/wm-tab-list.d.ts +93 -0
- package/dist/types/components/wm-tabs/wm-tab-panel/wm-tab-panel.d.ts +28 -2
- package/dist/types/components/wm-tag-input/wm-tag-input.d.ts +185 -0
- package/dist/types/components/wm-tag-input/wm-tag-option/wm-tag-option.d.ts +68 -0
- package/dist/types/components/wm-textarea/wm-textarea.d.ts +97 -0
- package/dist/types/components/wm-timepicker/wm-timepicker.d.ts +145 -0
- package/dist/types/components/wm-toggletip/wm-toggletip.d.ts +74 -0
- package/dist/types/components/wm-uploader/wm-uploader.d.ts +128 -0
- package/dist/types/components/wm-wrapper/wm-wrapper.d.ts +3 -0
- package/dist/types/components.d.ts +10513 -57
- package/package.json +2 -2
- package/dist/ripple/p-065b0134.entry.js +0 -1
- package/dist/ripple/p-210773eb.entry.js +0 -1
|
@@ -0,0 +1,2028 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"tag": "wm-action-menu",
|
|
4
|
+
"description": "Dropdown interface that displays a list of action items. When closed it shows a text\nbutton, icon button, or selector box depending on action-menu-type. Selecting an item\nexecutes an action and closes the menu. Composed of a parent wm-action-menu element and\none or more wm-menuitem children.",
|
|
5
|
+
"props": [
|
|
6
|
+
{
|
|
7
|
+
"name": "actionMenuType",
|
|
8
|
+
"attribute": "action-menu-type",
|
|
9
|
+
"type": "\"icon\" | \"selector\" | \"selector-primary\" | \"text\"",
|
|
10
|
+
"default": "\"icon\"",
|
|
11
|
+
"required": false
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"name": "buttonText",
|
|
15
|
+
"attribute": "button-text",
|
|
16
|
+
"type": "string | undefined",
|
|
17
|
+
"required": false,
|
|
18
|
+
"conditionallyRequired": "when action-menu-type is 'text', 'selector', or 'selector-primary'"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"name": "darkMode",
|
|
22
|
+
"attribute": "dark-mode",
|
|
23
|
+
"type": "boolean | undefined",
|
|
24
|
+
"required": false
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"name": "disabled",
|
|
28
|
+
"attribute": "disabled",
|
|
29
|
+
"type": "boolean",
|
|
30
|
+
"default": "false",
|
|
31
|
+
"required": false
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "labelForIdenticalButtons",
|
|
35
|
+
"attribute": "label-for-identical-buttons",
|
|
36
|
+
"type": "string | undefined",
|
|
37
|
+
"required": false
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"name": "tooltip",
|
|
41
|
+
"attribute": "tooltip",
|
|
42
|
+
"type": "string | undefined",
|
|
43
|
+
"required": false,
|
|
44
|
+
"conditionallyRequired": "when action-menu-type is 'icon'"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"name": "tooltipPosition",
|
|
48
|
+
"attribute": "tooltip-position",
|
|
49
|
+
"type": "\"bottom\" | \"bottom-left\" | \"bottom-right\" | \"left\" | \"right\" | \"top\" | \"top-left\" | \"top-right\" | undefined",
|
|
50
|
+
"required": false
|
|
51
|
+
}
|
|
52
|
+
]
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"tag": "wm-button",
|
|
56
|
+
"description": "Interactive button element that triggers actions and workflows. Has seven visual\ntypes plus AI variants.",
|
|
57
|
+
"props": [
|
|
58
|
+
{
|
|
59
|
+
"name": "ariaExpandedPassthrough",
|
|
60
|
+
"attribute": "aria-expanded-passthrough",
|
|
61
|
+
"type": "boolean | undefined",
|
|
62
|
+
"required": false
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"name": "ariaLabelPassthrough",
|
|
66
|
+
"attribute": "aria-label-passthrough",
|
|
67
|
+
"type": "string | undefined",
|
|
68
|
+
"required": false
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"name": "buttonType",
|
|
72
|
+
"attribute": "button-type",
|
|
73
|
+
"type": "\"icononly\" | \"icononly-ai\" | \"navigational\" | \"navigational-ai\" | \"pairnegative\" | \"pairpositive\" | \"primary\" | \"primary-ai\" | \"secondary\" | \"secondary-ai\" | \"selector\" | \"selector-primary\" | \"textonly\" | \"textonly-ai\"",
|
|
74
|
+
"default": "\"secondary\"",
|
|
75
|
+
"required": false
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"name": "customBackground",
|
|
79
|
+
"attribute": "custom-background",
|
|
80
|
+
"type": "string | undefined",
|
|
81
|
+
"required": false
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"name": "disabled",
|
|
85
|
+
"attribute": "disabled",
|
|
86
|
+
"type": "boolean",
|
|
87
|
+
"default": "false",
|
|
88
|
+
"required": false
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"name": "icon",
|
|
92
|
+
"attribute": "icon",
|
|
93
|
+
"type": "string | undefined",
|
|
94
|
+
"required": false,
|
|
95
|
+
"conditionallyRequired": "when button-type is 'icononly' or 'navigational' (conditionallyRequired means that the prop is required, but only if the button-type is 'icononly' or 'navigational')"
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"name": "iconFlip",
|
|
99
|
+
"attribute": "icon-flip",
|
|
100
|
+
"type": "\"horizontal\" | \"vertical\" | undefined",
|
|
101
|
+
"required": false
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"name": "iconRotate",
|
|
105
|
+
"attribute": "icon-rotate",
|
|
106
|
+
"type": "number | undefined",
|
|
107
|
+
"required": false
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"name": "iconSize",
|
|
111
|
+
"attribute": "icon-size",
|
|
112
|
+
"type": "string | undefined",
|
|
113
|
+
"required": false
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"name": "isSubmit",
|
|
117
|
+
"attribute": "is-submit",
|
|
118
|
+
"type": "boolean",
|
|
119
|
+
"default": "false",
|
|
120
|
+
"required": false
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"name": "labelForIdenticalButtons",
|
|
124
|
+
"attribute": "label-for-identical-buttons",
|
|
125
|
+
"type": "string | undefined",
|
|
126
|
+
"required": false,
|
|
127
|
+
"conditionallyRequired": "when multiple buttons on the same page share identical visible text or identical tooltips (conditionallyRequired means that the prop is required, but only if multiple buttons on the same page share identical visible text or identical tooltips)"
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"name": "permanentlyDelete",
|
|
131
|
+
"attribute": "permanently-delete",
|
|
132
|
+
"type": "boolean | undefined",
|
|
133
|
+
"default": "false",
|
|
134
|
+
"required": false
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"name": "textWrap",
|
|
138
|
+
"attribute": "text-wrap",
|
|
139
|
+
"type": "boolean",
|
|
140
|
+
"default": "true",
|
|
141
|
+
"required": false
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"name": "tooltip",
|
|
145
|
+
"attribute": "tooltip",
|
|
146
|
+
"type": "string | undefined",
|
|
147
|
+
"required": false,
|
|
148
|
+
"conditionallyRequired": "when button-type is 'icononly' or 'navigational' (conditionallyRequired means that the prop is required, but only if the button-type is 'icononly' or 'navigational')"
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"name": "tooltipPosition",
|
|
152
|
+
"attribute": "tooltip-position",
|
|
153
|
+
"type": "\"bottom\" | \"bottom-left\" | \"bottom-right\" | \"left\" | \"right\" | \"top\" | \"top-left\" | \"top-right\"",
|
|
154
|
+
"default": "\"bottom-right\"",
|
|
155
|
+
"required": false
|
|
156
|
+
}
|
|
157
|
+
]
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"tag": "wm-chart",
|
|
161
|
+
"description": "Composition chart component rendering doughnut or stacked bar charts. Composed of a parent\nwm-chart element and wm-chart-slice children. Has 3 doughnut subtypes and 5 bar subtypes,\neach designed for a specific composition use case.\n\n**Important:** The bar subtypes (`bar2`–`bar7`) are COMPOSITION patterns — they show parts\nof a whole for specific qualitative use cases. They are NOT general-purpose bar charts. For\ngeneral comparison or distribution bar charts, use wm-chart-bar or wm-chart-column instead.",
|
|
162
|
+
"props": [
|
|
163
|
+
{
|
|
164
|
+
"name": "chartType",
|
|
165
|
+
"attribute": "chart-type",
|
|
166
|
+
"type": "\"bar\" | \"bar2\" | \"bar3\" | \"bar4\" | \"bar5\" | \"bar6\" | \"bar7\" | \"doughnut\" | \"doughnut1\" | \"doughnut2\" | \"doughnut3\"",
|
|
167
|
+
"default": "\"doughnut1\"",
|
|
168
|
+
"required": false
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"name": "label",
|
|
172
|
+
"attribute": "label",
|
|
173
|
+
"type": "string | undefined",
|
|
174
|
+
"required": false
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"name": "labelPosition",
|
|
178
|
+
"attribute": "label-position",
|
|
179
|
+
"type": "\"left\" | \"none\" | \"top\"",
|
|
180
|
+
"default": "\"top\"",
|
|
181
|
+
"required": false
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"name": "labelWidth",
|
|
185
|
+
"attribute": "label-width",
|
|
186
|
+
"type": "string",
|
|
187
|
+
"default": "\"150px\"",
|
|
188
|
+
"required": false
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"name": "notStartedColor",
|
|
192
|
+
"attribute": "not-started-color",
|
|
193
|
+
"type": "boolean",
|
|
194
|
+
"default": "false",
|
|
195
|
+
"required": false
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"name": "printMode",
|
|
199
|
+
"attribute": "print-mode",
|
|
200
|
+
"type": "boolean",
|
|
201
|
+
"default": "false",
|
|
202
|
+
"required": false
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"name": "printModeFormat",
|
|
206
|
+
"attribute": "print-mode-format",
|
|
207
|
+
"type": "\"amount\" | \"percentage\"",
|
|
208
|
+
"default": "\"amount\"",
|
|
209
|
+
"required": false
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"name": "showBarLegend",
|
|
213
|
+
"attribute": "show-bar-legend",
|
|
214
|
+
"type": "boolean",
|
|
215
|
+
"default": "false",
|
|
216
|
+
"required": false
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"name": "showGrid",
|
|
220
|
+
"attribute": "show-grid",
|
|
221
|
+
"type": "boolean | undefined",
|
|
222
|
+
"default": "true",
|
|
223
|
+
"required": false
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"name": "showLegend",
|
|
227
|
+
"attribute": "show-legend",
|
|
228
|
+
"type": "boolean",
|
|
229
|
+
"default": "true",
|
|
230
|
+
"required": false
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
"name": "subinfo",
|
|
234
|
+
"attribute": "subinfo",
|
|
235
|
+
"type": "string | undefined",
|
|
236
|
+
"required": false
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"name": "valueFormat",
|
|
240
|
+
"attribute": "value-format",
|
|
241
|
+
"type": "\"amount\" | \"none\" | \"percentage\"",
|
|
242
|
+
"default": "\"none\"",
|
|
243
|
+
"required": false
|
|
244
|
+
}
|
|
245
|
+
]
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"tag": "wm-chart-bar",
|
|
249
|
+
"description": "Renders a horizontal bar chart for comparing values across nominal categories. Data and\nconfiguration are set via JavaScript properties (`chart.config` and `chart.data`) — not\nHTML attributes. Supports single-color, discrete palette, semantic palette, and grouped bars.\n\n**Preferred** over wm-chart's bar subtypes for all comparison and distribution use cases.\nUse this component (or wm-chart-column) instead of `<wm-chart chart-type=\"bar*\">`.",
|
|
250
|
+
"props": [
|
|
251
|
+
{
|
|
252
|
+
"name": "config",
|
|
253
|
+
"type": "undefined | { label: string; showLabel: boolean; valueAxisLabel: string; categoryAxisLabel: string; printMode: boolean; printModeFormat: \"amount\" | \"percentage\"; gridMax: number | \"auto\"; sort?: \"ascending\" | \"descending\" | \"none\" | undefined; showLegend?: \"top\" | \"bottom\" | \"left\" | \"right\" | \"none\" | undefined; showGrid?: boolean | undefined; subinfo?: string | undefined; valueFormat?: \"amount\" | \"percentage\" | \"none\" | undefined; colors?: string | undefined; popoverTitle?: string | undefined; popoverText?: string | undefined; popoverButtonText?: string | undefined; decimalPlaces?: number | undefined; patternMode?: boolean | undefined; }",
|
|
254
|
+
"required": false
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"name": "data",
|
|
258
|
+
"type": "ChartData[] | undefined",
|
|
259
|
+
"required": false
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
"name": "patternMode",
|
|
263
|
+
"attribute": "pattern-mode",
|
|
264
|
+
"type": "boolean | undefined",
|
|
265
|
+
"required": false
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
"name": "printMode",
|
|
269
|
+
"attribute": "print-mode",
|
|
270
|
+
"type": "boolean | undefined",
|
|
271
|
+
"required": false
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
"name": "subinfo",
|
|
275
|
+
"attribute": "subinfo",
|
|
276
|
+
"type": "string | undefined",
|
|
277
|
+
"required": false
|
|
278
|
+
}
|
|
279
|
+
]
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
"tag": "wm-chart-column",
|
|
283
|
+
"description": "Renders a vertical column chart for comparing values across nominal categories or showing\ndistribution across interval/ratio ranges. Data and configuration are set via JavaScript\nproperties (`chart.config` and `chart.data`) — not HTML attributes. Supports single-color,\ndiscrete palette, semantic palette, and grouped columns.\n\n**Preferred** over wm-chart's bar subtypes for comparison and distribution use cases.\nUse this component (or wm-chart-bar) instead of `<wm-chart chart-type=\"bar*\">`. When\ncolumns exceed available width, the chart scrolls horizontally.",
|
|
284
|
+
"props": [
|
|
285
|
+
{
|
|
286
|
+
"name": "config",
|
|
287
|
+
"type": "undefined | { label: string; showLabel: boolean; valueAxisLabel: string; categoryAxisLabel: string; printMode: boolean; printModeFormat: \"amount\" | \"percentage\"; gridMax: number | \"auto\"; sort?: \"ascending\" | \"descending\" | \"none\" | undefined; showLegend?: \"top\" | \"bottom\" | \"left\" | \"right\" | \"none\" | undefined; showGrid?: boolean | undefined; subinfo?: string | undefined; valueFormat?: \"amount\" | \"percentage\" | \"none\" | undefined; colors?: string | undefined; popoverTitle?: string | undefined; popoverText?: string | undefined; popoverButtonText?: string | undefined; decimalPlaces?: number | undefined; patternMode?: boolean | undefined; }",
|
|
288
|
+
"required": false
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"name": "data",
|
|
292
|
+
"type": "ChartData[] | undefined",
|
|
293
|
+
"required": false
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
"name": "patternMode",
|
|
297
|
+
"attribute": "pattern-mode",
|
|
298
|
+
"type": "boolean | undefined",
|
|
299
|
+
"required": false
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"name": "printMode",
|
|
303
|
+
"attribute": "print-mode",
|
|
304
|
+
"type": "boolean | undefined",
|
|
305
|
+
"required": false
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
"name": "printWidth",
|
|
309
|
+
"attribute": "print-width",
|
|
310
|
+
"type": "string | undefined",
|
|
311
|
+
"required": false
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
"name": "subinfo",
|
|
315
|
+
"attribute": "subinfo",
|
|
316
|
+
"type": "string | undefined",
|
|
317
|
+
"required": false
|
|
318
|
+
}
|
|
319
|
+
]
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"tag": "wm-chart-legend",
|
|
323
|
+
"description": "External legend component for wm-chart-bar and wm-chart-column. Retrieves color and label\ndata from one or more charts via element IDs, allowing a single legend to serve multiple\ncharts. Hidden from screen readers — relevant data is announced when the user interacts with\nthe associated chart directly.\n\nFor simple single-chart scenarios, the `config.showLegend` option on wm-chart-bar or\nwm-chart-column renders an internal legend without requiring this element. Use\nwm-chart-legend when sharing one legend across multiple charts or when external placement\nis required.",
|
|
324
|
+
"props": [
|
|
325
|
+
{
|
|
326
|
+
"name": "chartIds",
|
|
327
|
+
"attribute": "chart-ids",
|
|
328
|
+
"type": "string",
|
|
329
|
+
"default": "\"\"",
|
|
330
|
+
"required": false
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"name": "orientation",
|
|
334
|
+
"attribute": "orientation",
|
|
335
|
+
"type": "\"horizontal\" | \"vertical\"",
|
|
336
|
+
"default": "\"horizontal\"",
|
|
337
|
+
"required": false
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
"name": "printMode",
|
|
341
|
+
"attribute": "print-mode",
|
|
342
|
+
"type": "boolean",
|
|
343
|
+
"default": "false",
|
|
344
|
+
"required": false
|
|
345
|
+
}
|
|
346
|
+
]
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
"tag": "wm-chart-slice",
|
|
350
|
+
"description": "Data slice for a wm-chart composition chart. Each slice represents one segment of the whole.\nAlways used as a direct child of wm-chart.",
|
|
351
|
+
"props": [
|
|
352
|
+
{
|
|
353
|
+
"name": "amount",
|
|
354
|
+
"attribute": "amount",
|
|
355
|
+
"type": "string | undefined",
|
|
356
|
+
"required": false
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
"name": "legend",
|
|
360
|
+
"attribute": "legend",
|
|
361
|
+
"type": "string | undefined",
|
|
362
|
+
"required": false
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"name": "popoverButtonText",
|
|
366
|
+
"attribute": "popover-button-text",
|
|
367
|
+
"type": "string | undefined",
|
|
368
|
+
"required": false
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
"name": "popoverText",
|
|
372
|
+
"attribute": "popover-text",
|
|
373
|
+
"type": "string | undefined",
|
|
374
|
+
"required": false
|
|
375
|
+
},
|
|
376
|
+
{
|
|
377
|
+
"name": "popoverTitle",
|
|
378
|
+
"attribute": "popover-title",
|
|
379
|
+
"type": "string | undefined",
|
|
380
|
+
"required": false
|
|
381
|
+
}
|
|
382
|
+
]
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
"tag": "wm-date-range",
|
|
386
|
+
"description": "Two linked date inputs (start and end) with a shared calendar popup for selecting a date\nrange. Users can type or click to set each date. Provides separate error states for start\nand end, and emits distinct blur events for each input. Use instead of two native\n`<input type=\"date\">` elements when a range is required.",
|
|
387
|
+
"props": [
|
|
388
|
+
{
|
|
389
|
+
"name": "dateFormat",
|
|
390
|
+
"attribute": "date-format",
|
|
391
|
+
"type": "string",
|
|
392
|
+
"default": "\"mm/dd/yyyy\"",
|
|
393
|
+
"required": false
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
"name": "disabled",
|
|
397
|
+
"attribute": "disabled",
|
|
398
|
+
"type": "boolean",
|
|
399
|
+
"default": "false",
|
|
400
|
+
"required": false
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
"name": "errorMessage",
|
|
404
|
+
"attribute": "error-message",
|
|
405
|
+
"type": "string | undefined",
|
|
406
|
+
"required": false
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
"name": "invalidEnd",
|
|
410
|
+
"attribute": "invalid-end",
|
|
411
|
+
"type": "boolean",
|
|
412
|
+
"default": "false",
|
|
413
|
+
"required": false
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
"name": "invalidStart",
|
|
417
|
+
"attribute": "invalid-start",
|
|
418
|
+
"type": "boolean",
|
|
419
|
+
"default": "false",
|
|
420
|
+
"required": false
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
"name": "labelEnd",
|
|
424
|
+
"attribute": "label-end",
|
|
425
|
+
"type": "string",
|
|
426
|
+
"default": "\"\"",
|
|
427
|
+
"required": false
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
"name": "labelStart",
|
|
431
|
+
"attribute": "label-start",
|
|
432
|
+
"type": "string",
|
|
433
|
+
"default": "\"\"",
|
|
434
|
+
"required": false
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
"name": "preselected",
|
|
438
|
+
"attribute": "preselected",
|
|
439
|
+
"type": "string | undefined",
|
|
440
|
+
"required": false
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
"name": "requiredField",
|
|
444
|
+
"attribute": "required-field",
|
|
445
|
+
"type": "boolean",
|
|
446
|
+
"default": "false",
|
|
447
|
+
"required": false
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
"name": "valueEnd",
|
|
451
|
+
"attribute": "value-end",
|
|
452
|
+
"type": "string | undefined",
|
|
453
|
+
"default": "\"\"",
|
|
454
|
+
"required": false
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
"name": "valueStart",
|
|
458
|
+
"attribute": "value-start",
|
|
459
|
+
"type": "string | undefined",
|
|
460
|
+
"default": "\"\"",
|
|
461
|
+
"required": false
|
|
462
|
+
}
|
|
463
|
+
]
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
"tag": "wm-datepicker",
|
|
467
|
+
"description": "Date input that lets users type a date or pick one from a calendar popup. Supports\nconfigurable date formats, pre-selection, validation, and full keyboard navigation of the calendar.\nUse instead of native `<input type=\"date\">`.",
|
|
468
|
+
"props": [
|
|
469
|
+
{
|
|
470
|
+
"name": "dateFormat",
|
|
471
|
+
"attribute": "date-format",
|
|
472
|
+
"type": "string",
|
|
473
|
+
"default": "\"mm/dd/yyyy\"",
|
|
474
|
+
"required": false
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
"name": "disabled",
|
|
478
|
+
"attribute": "disabled",
|
|
479
|
+
"type": "boolean",
|
|
480
|
+
"default": "false",
|
|
481
|
+
"required": false
|
|
482
|
+
},
|
|
483
|
+
{
|
|
484
|
+
"name": "errorMessage",
|
|
485
|
+
"attribute": "error-message",
|
|
486
|
+
"type": "string | undefined",
|
|
487
|
+
"required": false
|
|
488
|
+
},
|
|
489
|
+
{
|
|
490
|
+
"name": "label",
|
|
491
|
+
"attribute": "label",
|
|
492
|
+
"type": "string",
|
|
493
|
+
"default": "\"\"",
|
|
494
|
+
"required": false
|
|
495
|
+
},
|
|
496
|
+
{
|
|
497
|
+
"name": "labelPosition",
|
|
498
|
+
"attribute": "label-position",
|
|
499
|
+
"type": "\"left\" | \"none\" | \"top\"",
|
|
500
|
+
"default": "\"top\"",
|
|
501
|
+
"required": false
|
|
502
|
+
},
|
|
503
|
+
{
|
|
504
|
+
"name": "preselected",
|
|
505
|
+
"attribute": "preselected",
|
|
506
|
+
"type": "string | undefined",
|
|
507
|
+
"required": false
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
"name": "requiredField",
|
|
511
|
+
"attribute": "required-field",
|
|
512
|
+
"type": "boolean",
|
|
513
|
+
"default": "false",
|
|
514
|
+
"required": false
|
|
515
|
+
},
|
|
516
|
+
{
|
|
517
|
+
"name": "value",
|
|
518
|
+
"attribute": "value",
|
|
519
|
+
"type": "string | undefined",
|
|
520
|
+
"default": "\"\"",
|
|
521
|
+
"required": false
|
|
522
|
+
}
|
|
523
|
+
]
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
"tag": "wm-file",
|
|
527
|
+
"description": "Displays a single file row with its name, optional metadata, and configurable action buttons\n(preview, download, delete). Adapts responsively — at narrow widths action buttons collapse\ninto an action menu. Used as a child of wm-file-list or wm-uploader.",
|
|
528
|
+
"props": [
|
|
529
|
+
{
|
|
530
|
+
"name": "errorMessage",
|
|
531
|
+
"attribute": "error-message",
|
|
532
|
+
"type": "string | undefined",
|
|
533
|
+
"required": false
|
|
534
|
+
},
|
|
535
|
+
{
|
|
536
|
+
"name": "fileActions",
|
|
537
|
+
"attribute": "file-actions",
|
|
538
|
+
"type": "string",
|
|
539
|
+
"default": "\"download delete\"",
|
|
540
|
+
"required": false
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
"name": "lastUpdated",
|
|
544
|
+
"attribute": "last-updated",
|
|
545
|
+
"type": "string | undefined",
|
|
546
|
+
"required": false
|
|
547
|
+
},
|
|
548
|
+
{
|
|
549
|
+
"name": "name",
|
|
550
|
+
"attribute": "name",
|
|
551
|
+
"type": "string",
|
|
552
|
+
"required": true
|
|
553
|
+
},
|
|
554
|
+
{
|
|
555
|
+
"name": "progress",
|
|
556
|
+
"attribute": "progress",
|
|
557
|
+
"type": "number | undefined",
|
|
558
|
+
"required": false
|
|
559
|
+
},
|
|
560
|
+
{
|
|
561
|
+
"name": "showInfo",
|
|
562
|
+
"attribute": "show-info",
|
|
563
|
+
"type": "\"all\" | \"last-updated\" | \"none\" | \"size\" | \"time\" | \"uploaded-by\" | undefined",
|
|
564
|
+
"default": "\"last-updated\"",
|
|
565
|
+
"required": false
|
|
566
|
+
},
|
|
567
|
+
{
|
|
568
|
+
"name": "size",
|
|
569
|
+
"attribute": "size",
|
|
570
|
+
"type": "string | undefined",
|
|
571
|
+
"required": false
|
|
572
|
+
},
|
|
573
|
+
{
|
|
574
|
+
"name": "type",
|
|
575
|
+
"attribute": "type",
|
|
576
|
+
"type": "string",
|
|
577
|
+
"required": true
|
|
578
|
+
},
|
|
579
|
+
{
|
|
580
|
+
"name": "uploadedBy",
|
|
581
|
+
"attribute": "uploaded-by",
|
|
582
|
+
"type": "string | undefined",
|
|
583
|
+
"required": false
|
|
584
|
+
}
|
|
585
|
+
]
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
"tag": "wm-file-list",
|
|
589
|
+
"description": "Read-only list of files with optional preview and download actions. Visually similar to the\nUploader but with no upload capability. Use when displaying existing files users can view or\ndownload, not when they need to upload new ones.",
|
|
590
|
+
"props": [
|
|
591
|
+
{
|
|
592
|
+
"name": "showInfo",
|
|
593
|
+
"attribute": "show-info",
|
|
594
|
+
"type": "\"all\" | \"last-updated\" | \"none\" | \"size\" | \"uploaded-by\"",
|
|
595
|
+
"default": "\"last-updated\"",
|
|
596
|
+
"required": false
|
|
597
|
+
}
|
|
598
|
+
]
|
|
599
|
+
},
|
|
600
|
+
{
|
|
601
|
+
"tag": "wm-flyout",
|
|
602
|
+
"description": "Slide-in panel that renders over the main content as a modal dialog. Used for detail views,\nmulti-step workflows, and forms that require focus without navigating away from the page.",
|
|
603
|
+
"props": [
|
|
604
|
+
{
|
|
605
|
+
"name": "breadcrumb",
|
|
606
|
+
"attribute": "breadcrumb",
|
|
607
|
+
"type": "string | undefined",
|
|
608
|
+
"required": false
|
|
609
|
+
},
|
|
610
|
+
{
|
|
611
|
+
"name": "elementToFocus",
|
|
612
|
+
"attribute": "element-to-focus",
|
|
613
|
+
"type": "string",
|
|
614
|
+
"default": "\"\"",
|
|
615
|
+
"required": false
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
"name": "eyebrow",
|
|
619
|
+
"attribute": "eyebrow",
|
|
620
|
+
"type": "string | undefined",
|
|
621
|
+
"required": false
|
|
622
|
+
},
|
|
623
|
+
{
|
|
624
|
+
"name": "flyoutWidth",
|
|
625
|
+
"attribute": "flyout-width",
|
|
626
|
+
"type": "string",
|
|
627
|
+
"default": "\"45rem\"",
|
|
628
|
+
"required": false
|
|
629
|
+
},
|
|
630
|
+
{
|
|
631
|
+
"name": "heading",
|
|
632
|
+
"attribute": "heading",
|
|
633
|
+
"type": "string",
|
|
634
|
+
"required": true
|
|
635
|
+
},
|
|
636
|
+
{
|
|
637
|
+
"name": "infoText",
|
|
638
|
+
"attribute": "info-text",
|
|
639
|
+
"type": "string | undefined",
|
|
640
|
+
"required": false
|
|
641
|
+
},
|
|
642
|
+
{
|
|
643
|
+
"name": "open",
|
|
644
|
+
"attribute": "open",
|
|
645
|
+
"type": "boolean",
|
|
646
|
+
"default": "false",
|
|
647
|
+
"required": false
|
|
648
|
+
},
|
|
649
|
+
{
|
|
650
|
+
"name": "primaryText",
|
|
651
|
+
"attribute": "primary-text",
|
|
652
|
+
"type": "string | undefined",
|
|
653
|
+
"required": false
|
|
654
|
+
},
|
|
655
|
+
{
|
|
656
|
+
"name": "secondaryText",
|
|
657
|
+
"attribute": "secondary-text",
|
|
658
|
+
"type": "string | undefined",
|
|
659
|
+
"required": false
|
|
660
|
+
},
|
|
661
|
+
{
|
|
662
|
+
"name": "subheading",
|
|
663
|
+
"attribute": "subheading",
|
|
664
|
+
"type": "string | undefined",
|
|
665
|
+
"required": false
|
|
666
|
+
}
|
|
667
|
+
]
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
"tag": "wm-input",
|
|
671
|
+
"description": "Accessible single-line text input. Supports text and number types, character limits,\nsymbol prefixes/suffixes, and inline info/error messaging. Use instead of a native\n`<input>` in all Watermark UI.",
|
|
672
|
+
"props": [
|
|
673
|
+
{
|
|
674
|
+
"name": "characterLimit",
|
|
675
|
+
"attribute": "character-limit",
|
|
676
|
+
"type": "number | undefined",
|
|
677
|
+
"required": false
|
|
678
|
+
},
|
|
679
|
+
{
|
|
680
|
+
"name": "disabled",
|
|
681
|
+
"attribute": "disabled",
|
|
682
|
+
"type": "boolean",
|
|
683
|
+
"default": "false",
|
|
684
|
+
"required": false
|
|
685
|
+
},
|
|
686
|
+
{
|
|
687
|
+
"name": "errorMessage",
|
|
688
|
+
"attribute": "error-message",
|
|
689
|
+
"type": "string | undefined",
|
|
690
|
+
"required": false
|
|
691
|
+
},
|
|
692
|
+
{
|
|
693
|
+
"name": "info",
|
|
694
|
+
"attribute": "info",
|
|
695
|
+
"type": "string | undefined",
|
|
696
|
+
"required": false
|
|
697
|
+
},
|
|
698
|
+
{
|
|
699
|
+
"name": "inputWidth",
|
|
700
|
+
"attribute": "input-width",
|
|
701
|
+
"type": "string",
|
|
702
|
+
"default": "\"\"",
|
|
703
|
+
"required": false
|
|
704
|
+
},
|
|
705
|
+
{
|
|
706
|
+
"name": "isSubmit",
|
|
707
|
+
"attribute": "is-submit",
|
|
708
|
+
"type": "boolean",
|
|
709
|
+
"default": "false",
|
|
710
|
+
"required": false
|
|
711
|
+
},
|
|
712
|
+
{
|
|
713
|
+
"name": "label",
|
|
714
|
+
"attribute": "label",
|
|
715
|
+
"type": "string",
|
|
716
|
+
"required": true
|
|
717
|
+
},
|
|
718
|
+
{
|
|
719
|
+
"name": "labelPosition",
|
|
720
|
+
"attribute": "label-position",
|
|
721
|
+
"type": "\"left\" | \"none\" | \"top\"",
|
|
722
|
+
"default": "\"top\"",
|
|
723
|
+
"required": false
|
|
724
|
+
},
|
|
725
|
+
{
|
|
726
|
+
"name": "max",
|
|
727
|
+
"attribute": "max",
|
|
728
|
+
"type": "number | undefined",
|
|
729
|
+
"required": false
|
|
730
|
+
},
|
|
731
|
+
{
|
|
732
|
+
"name": "min",
|
|
733
|
+
"attribute": "min",
|
|
734
|
+
"type": "number | undefined",
|
|
735
|
+
"required": false
|
|
736
|
+
},
|
|
737
|
+
{
|
|
738
|
+
"name": "placeholder",
|
|
739
|
+
"attribute": "placeholder",
|
|
740
|
+
"type": "string",
|
|
741
|
+
"default": "\"\"",
|
|
742
|
+
"required": false
|
|
743
|
+
},
|
|
744
|
+
{
|
|
745
|
+
"name": "requiredField",
|
|
746
|
+
"attribute": "required-field",
|
|
747
|
+
"type": "boolean",
|
|
748
|
+
"default": "false",
|
|
749
|
+
"required": false
|
|
750
|
+
},
|
|
751
|
+
{
|
|
752
|
+
"name": "step",
|
|
753
|
+
"attribute": "step",
|
|
754
|
+
"type": "number | undefined",
|
|
755
|
+
"default": "1",
|
|
756
|
+
"required": false
|
|
757
|
+
},
|
|
758
|
+
{
|
|
759
|
+
"name": "symbolAfter",
|
|
760
|
+
"attribute": "symbol-after",
|
|
761
|
+
"type": "string | undefined",
|
|
762
|
+
"required": false
|
|
763
|
+
},
|
|
764
|
+
{
|
|
765
|
+
"name": "symbolBefore",
|
|
766
|
+
"attribute": "symbol-before",
|
|
767
|
+
"type": "string | undefined",
|
|
768
|
+
"required": false
|
|
769
|
+
},
|
|
770
|
+
{
|
|
771
|
+
"name": "textAfter",
|
|
772
|
+
"attribute": "text-after",
|
|
773
|
+
"type": "string | undefined",
|
|
774
|
+
"required": false
|
|
775
|
+
},
|
|
776
|
+
{
|
|
777
|
+
"name": "type",
|
|
778
|
+
"attribute": "type",
|
|
779
|
+
"type": "\"number\" | \"text\"",
|
|
780
|
+
"default": "\"text\"",
|
|
781
|
+
"required": false
|
|
782
|
+
},
|
|
783
|
+
{
|
|
784
|
+
"name": "value",
|
|
785
|
+
"attribute": "value",
|
|
786
|
+
"type": "string",
|
|
787
|
+
"default": "\"\"",
|
|
788
|
+
"required": false
|
|
789
|
+
}
|
|
790
|
+
]
|
|
791
|
+
},
|
|
792
|
+
{
|
|
793
|
+
"tag": "wm-line-chart",
|
|
794
|
+
"description": "Visualizes how data changes over time. Ideal for trend analysis — tracking one or more\nmetrics across chronological intervals such as semesters, academic years, or months.\nSupports up to 7 lines, each differentiated by both color and symbol. Data is set via the\n`line-data` prop (JSON string or object). Minimum width of 562 px; horizontally scrollable\nat smaller viewports.",
|
|
795
|
+
"props": [
|
|
796
|
+
{
|
|
797
|
+
"name": "decimalPlaces",
|
|
798
|
+
"attribute": "decimal-places",
|
|
799
|
+
"type": "number | undefined",
|
|
800
|
+
"required": false
|
|
801
|
+
},
|
|
802
|
+
{
|
|
803
|
+
"name": "description",
|
|
804
|
+
"attribute": "description",
|
|
805
|
+
"type": "string",
|
|
806
|
+
"default": "\"\"",
|
|
807
|
+
"required": false
|
|
808
|
+
},
|
|
809
|
+
{
|
|
810
|
+
"name": "highlightEnd",
|
|
811
|
+
"attribute": "highlight-end",
|
|
812
|
+
"type": "string | undefined",
|
|
813
|
+
"required": false
|
|
814
|
+
},
|
|
815
|
+
{
|
|
816
|
+
"name": "highlightQualifier",
|
|
817
|
+
"attribute": "highlight-qualifier",
|
|
818
|
+
"type": "string",
|
|
819
|
+
"default": "lineChartMessages.highlightQualifier",
|
|
820
|
+
"required": false
|
|
821
|
+
},
|
|
822
|
+
{
|
|
823
|
+
"name": "highlightStart",
|
|
824
|
+
"attribute": "highlight-start",
|
|
825
|
+
"type": "string | undefined",
|
|
826
|
+
"required": false
|
|
827
|
+
},
|
|
828
|
+
{
|
|
829
|
+
"name": "label",
|
|
830
|
+
"attribute": "label",
|
|
831
|
+
"type": "string",
|
|
832
|
+
"required": true
|
|
833
|
+
},
|
|
834
|
+
{
|
|
835
|
+
"name": "labelWidth",
|
|
836
|
+
"attribute": "label-width",
|
|
837
|
+
"type": "string",
|
|
838
|
+
"default": "\"120px\"",
|
|
839
|
+
"required": false
|
|
840
|
+
},
|
|
841
|
+
{
|
|
842
|
+
"name": "lineData",
|
|
843
|
+
"attribute": "line-data",
|
|
844
|
+
"type": "string | { [lineLabel: string]: Line; }",
|
|
845
|
+
"required": true
|
|
846
|
+
},
|
|
847
|
+
{
|
|
848
|
+
"name": "showDeltas",
|
|
849
|
+
"attribute": "show-deltas",
|
|
850
|
+
"type": "boolean",
|
|
851
|
+
"default": "false",
|
|
852
|
+
"required": false
|
|
853
|
+
},
|
|
854
|
+
{
|
|
855
|
+
"name": "showGrid",
|
|
856
|
+
"attribute": "show-grid",
|
|
857
|
+
"type": "boolean",
|
|
858
|
+
"default": "true",
|
|
859
|
+
"required": false
|
|
860
|
+
},
|
|
861
|
+
{
|
|
862
|
+
"name": "spotlightData",
|
|
863
|
+
"type": "SpotlightData | undefined",
|
|
864
|
+
"required": false
|
|
865
|
+
},
|
|
866
|
+
{
|
|
867
|
+
"name": "units",
|
|
868
|
+
"attribute": "units",
|
|
869
|
+
"type": "string",
|
|
870
|
+
"default": "\"null,null\"",
|
|
871
|
+
"required": false
|
|
872
|
+
},
|
|
873
|
+
{
|
|
874
|
+
"name": "visibilityToggles",
|
|
875
|
+
"attribute": "visibility-toggles",
|
|
876
|
+
"type": "boolean",
|
|
877
|
+
"default": "false",
|
|
878
|
+
"required": false
|
|
879
|
+
},
|
|
880
|
+
{
|
|
881
|
+
"name": "xAxisLabel",
|
|
882
|
+
"attribute": "x-axis-label",
|
|
883
|
+
"type": "string",
|
|
884
|
+
"required": true
|
|
885
|
+
},
|
|
886
|
+
{
|
|
887
|
+
"name": "yAxisLabel",
|
|
888
|
+
"attribute": "y-axis-label",
|
|
889
|
+
"type": "string",
|
|
890
|
+
"required": true
|
|
891
|
+
},
|
|
892
|
+
{
|
|
893
|
+
"name": "yRange",
|
|
894
|
+
"attribute": "y-range",
|
|
895
|
+
"type": "string | undefined",
|
|
896
|
+
"required": false
|
|
897
|
+
}
|
|
898
|
+
]
|
|
899
|
+
},
|
|
900
|
+
{
|
|
901
|
+
"tag": "wm-menuitem",
|
|
902
|
+
"description": "A single item within a wm-action-menu dropdown. Always used as a direct child of\nwm-action-menu — never rendered in isolation.",
|
|
903
|
+
"props": [
|
|
904
|
+
{
|
|
905
|
+
"name": "description",
|
|
906
|
+
"attribute": "description",
|
|
907
|
+
"type": "string | undefined",
|
|
908
|
+
"default": "undefined",
|
|
909
|
+
"required": false
|
|
910
|
+
},
|
|
911
|
+
{
|
|
912
|
+
"name": "disabled",
|
|
913
|
+
"attribute": "disabled",
|
|
914
|
+
"type": "boolean",
|
|
915
|
+
"default": "false",
|
|
916
|
+
"required": false
|
|
917
|
+
},
|
|
918
|
+
{
|
|
919
|
+
"name": "icon",
|
|
920
|
+
"attribute": "icon",
|
|
921
|
+
"type": "string | undefined",
|
|
922
|
+
"default": "undefined",
|
|
923
|
+
"required": false
|
|
924
|
+
}
|
|
925
|
+
]
|
|
926
|
+
},
|
|
927
|
+
{
|
|
928
|
+
"tag": "wm-modal",
|
|
929
|
+
"description": "Modal dialog that overlays the page. Renders as a full-bleed `modal` (default) or a\nsmaller centered `dialog`. Content is provided through wm-modal-header, wm-modal-footer,\nand arbitrary slotted children.",
|
|
930
|
+
"props": [
|
|
931
|
+
{
|
|
932
|
+
"name": "elementToFocus",
|
|
933
|
+
"attribute": "element-to-focus",
|
|
934
|
+
"type": "string",
|
|
935
|
+
"default": "\"\"",
|
|
936
|
+
"required": false
|
|
937
|
+
},
|
|
938
|
+
{
|
|
939
|
+
"name": "modalType",
|
|
940
|
+
"attribute": "modal-type",
|
|
941
|
+
"type": "\"dialog\" | \"modal\"",
|
|
942
|
+
"default": "\"modal\"",
|
|
943
|
+
"required": false
|
|
944
|
+
},
|
|
945
|
+
{
|
|
946
|
+
"name": "open",
|
|
947
|
+
"attribute": "open",
|
|
948
|
+
"type": "boolean",
|
|
949
|
+
"default": "false",
|
|
950
|
+
"required": false
|
|
951
|
+
},
|
|
952
|
+
{
|
|
953
|
+
"name": "uid",
|
|
954
|
+
"attribute": "uid",
|
|
955
|
+
"type": "string",
|
|
956
|
+
"required": true
|
|
957
|
+
}
|
|
958
|
+
]
|
|
959
|
+
},
|
|
960
|
+
{
|
|
961
|
+
"tag": "wm-modal-footer",
|
|
962
|
+
"description": "Footer section for a wm-modal. Renders a primary action button, an optional secondary\nbutton, and optional informational text. Button clicks delegate to the parent modal's\n`emitPrimaryEvent()` and `emitSecondaryEvent()` methods, which fire\n`wmModalPrimaryTriggered` and `wmModalSecondaryTriggered` respectively. Always used as a\ndirect child of wm-modal — never rendered in isolation.",
|
|
963
|
+
"props": [
|
|
964
|
+
{
|
|
965
|
+
"name": "deleteStyle",
|
|
966
|
+
"attribute": "delete-style",
|
|
967
|
+
"type": "boolean",
|
|
968
|
+
"default": "false",
|
|
969
|
+
"required": false
|
|
970
|
+
},
|
|
971
|
+
{
|
|
972
|
+
"name": "infoText",
|
|
973
|
+
"attribute": "info-text",
|
|
974
|
+
"type": "string | undefined",
|
|
975
|
+
"default": "\"\"",
|
|
976
|
+
"required": false
|
|
977
|
+
},
|
|
978
|
+
{
|
|
979
|
+
"name": "primaryActionDisabled",
|
|
980
|
+
"attribute": "primary-action-disabled",
|
|
981
|
+
"type": "boolean",
|
|
982
|
+
"default": "false",
|
|
983
|
+
"required": false
|
|
984
|
+
},
|
|
985
|
+
{
|
|
986
|
+
"name": "primaryText",
|
|
987
|
+
"attribute": "primary-text",
|
|
988
|
+
"type": "string | undefined",
|
|
989
|
+
"default": "\"\"",
|
|
990
|
+
"required": false
|
|
991
|
+
},
|
|
992
|
+
{
|
|
993
|
+
"name": "secondaryText",
|
|
994
|
+
"attribute": "secondary-text",
|
|
995
|
+
"type": "string | undefined",
|
|
996
|
+
"default": "\"\"",
|
|
997
|
+
"required": false
|
|
998
|
+
}
|
|
999
|
+
]
|
|
1000
|
+
},
|
|
1001
|
+
{
|
|
1002
|
+
"tag": "wm-modal-header",
|
|
1003
|
+
"description": "Header section for a wm-modal. Renders the modal title, an optional subheading, and the\nclose button. Always used as a direct child of wm-modal — never rendered in isolation.",
|
|
1004
|
+
"props": [
|
|
1005
|
+
{
|
|
1006
|
+
"name": "heading",
|
|
1007
|
+
"attribute": "heading",
|
|
1008
|
+
"type": "string | undefined",
|
|
1009
|
+
"default": "\"\"",
|
|
1010
|
+
"required": false
|
|
1011
|
+
},
|
|
1012
|
+
{
|
|
1013
|
+
"name": "subheading",
|
|
1014
|
+
"attribute": "subheading",
|
|
1015
|
+
"type": "string | undefined",
|
|
1016
|
+
"default": "\"\"",
|
|
1017
|
+
"required": false
|
|
1018
|
+
}
|
|
1019
|
+
]
|
|
1020
|
+
},
|
|
1021
|
+
{
|
|
1022
|
+
"tag": "wm-navigation",
|
|
1023
|
+
"description": "Sidebar navigation that collapses into a hamburger menu on viewports narrower than 1024px.\nContains wm-navigation-item children and works alongside an external wm-navigation-hamburger\ntoggle. Must be placed in the DOM after `<header>` and before `<main>`.",
|
|
1024
|
+
"props": [
|
|
1025
|
+
{
|
|
1026
|
+
"name": "open",
|
|
1027
|
+
"attribute": "open",
|
|
1028
|
+
"type": "boolean",
|
|
1029
|
+
"default": "false",
|
|
1030
|
+
"required": false
|
|
1031
|
+
}
|
|
1032
|
+
]
|
|
1033
|
+
},
|
|
1034
|
+
{
|
|
1035
|
+
"tag": "wm-navigation-hamburger",
|
|
1036
|
+
"description": "Toggle button for the collapsible wm-navigation sidebar. Renders a hamburger/menu icon\nbutton that communicates with wm-navigation via window events. Place immediately before\nthe associated wm-navigation element in the DOM.",
|
|
1037
|
+
"props": [
|
|
1038
|
+
{
|
|
1039
|
+
"name": "navId",
|
|
1040
|
+
"attribute": "nav-id",
|
|
1041
|
+
"type": "string | undefined",
|
|
1042
|
+
"required": false
|
|
1043
|
+
}
|
|
1044
|
+
]
|
|
1045
|
+
},
|
|
1046
|
+
{
|
|
1047
|
+
"tag": "wm-navigation-item",
|
|
1048
|
+
"description": "A single navigation link inside a wm-navigation. Renders as an anchor element with an\noptional icon slot. Always used as a direct child of wm-navigation.",
|
|
1049
|
+
"props": [
|
|
1050
|
+
{
|
|
1051
|
+
"name": "active",
|
|
1052
|
+
"attribute": "active",
|
|
1053
|
+
"type": "boolean | undefined",
|
|
1054
|
+
"required": false
|
|
1055
|
+
},
|
|
1056
|
+
{
|
|
1057
|
+
"name": "href",
|
|
1058
|
+
"attribute": "href",
|
|
1059
|
+
"type": "string | undefined",
|
|
1060
|
+
"required": false
|
|
1061
|
+
},
|
|
1062
|
+
{
|
|
1063
|
+
"name": "text",
|
|
1064
|
+
"attribute": "text",
|
|
1065
|
+
"type": "string | undefined",
|
|
1066
|
+
"required": false
|
|
1067
|
+
}
|
|
1068
|
+
]
|
|
1069
|
+
},
|
|
1070
|
+
{
|
|
1071
|
+
"tag": "wm-navigator",
|
|
1072
|
+
"description": "User account menu that displays the logged-in user's name, email, and a product switcher\nfor navigating between Watermark applications. Renders as a button that opens a dropdown\nlisting available products and a logout option.",
|
|
1073
|
+
"props": [
|
|
1074
|
+
{
|
|
1075
|
+
"name": "authType",
|
|
1076
|
+
"attribute": "auth-type",
|
|
1077
|
+
"type": "number",
|
|
1078
|
+
"default": "1",
|
|
1079
|
+
"required": false,
|
|
1080
|
+
"conditionallyRequired": "when load-from-userinfo is false and products are provided"
|
|
1081
|
+
},
|
|
1082
|
+
{
|
|
1083
|
+
"name": "connectionName",
|
|
1084
|
+
"attribute": "connection-name",
|
|
1085
|
+
"type": "string | undefined",
|
|
1086
|
+
"required": false
|
|
1087
|
+
},
|
|
1088
|
+
{
|
|
1089
|
+
"name": "email",
|
|
1090
|
+
"attribute": "email",
|
|
1091
|
+
"type": "string | undefined",
|
|
1092
|
+
"required": false,
|
|
1093
|
+
"conditionallyRequired": "when load-from-userinfo is false"
|
|
1094
|
+
},
|
|
1095
|
+
{
|
|
1096
|
+
"name": "loadFromUserinfo",
|
|
1097
|
+
"attribute": "load-from-userinfo",
|
|
1098
|
+
"type": "boolean",
|
|
1099
|
+
"default": "false",
|
|
1100
|
+
"required": false
|
|
1101
|
+
},
|
|
1102
|
+
{
|
|
1103
|
+
"name": "logoutUrl",
|
|
1104
|
+
"attribute": "logout-url",
|
|
1105
|
+
"type": "string | undefined",
|
|
1106
|
+
"required": false
|
|
1107
|
+
},
|
|
1108
|
+
{
|
|
1109
|
+
"name": "products",
|
|
1110
|
+
"attribute": "products",
|
|
1111
|
+
"type": "[] | string | undefined",
|
|
1112
|
+
"required": false
|
|
1113
|
+
},
|
|
1114
|
+
{
|
|
1115
|
+
"name": "userName",
|
|
1116
|
+
"attribute": "user-name",
|
|
1117
|
+
"type": "string | undefined",
|
|
1118
|
+
"required": false
|
|
1119
|
+
}
|
|
1120
|
+
]
|
|
1121
|
+
},
|
|
1122
|
+
{
|
|
1123
|
+
"tag": "wm-nested-select",
|
|
1124
|
+
"description": "Dropdown list of grouped options that allows single or multi-select. Like wm-select but\noptions are organized into labeled categories via a two-level hierarchy. Composed of a\nparent wm-nested-select, one or more wm-optgroup children, and wm-option elements inside\neach group.",
|
|
1125
|
+
"props": [
|
|
1126
|
+
{
|
|
1127
|
+
"name": "allSelectedMessage",
|
|
1128
|
+
"attribute": "all-selected-message",
|
|
1129
|
+
"type": "string",
|
|
1130
|
+
"default": "selectMessages.allSelected",
|
|
1131
|
+
"required": false
|
|
1132
|
+
},
|
|
1133
|
+
{
|
|
1134
|
+
"name": "disabled",
|
|
1135
|
+
"attribute": "disabled",
|
|
1136
|
+
"type": "boolean",
|
|
1137
|
+
"default": "false",
|
|
1138
|
+
"required": false
|
|
1139
|
+
},
|
|
1140
|
+
{
|
|
1141
|
+
"name": "errorMessage",
|
|
1142
|
+
"attribute": "error-message",
|
|
1143
|
+
"type": "string | undefined",
|
|
1144
|
+
"required": false
|
|
1145
|
+
},
|
|
1146
|
+
{
|
|
1147
|
+
"name": "label",
|
|
1148
|
+
"attribute": "label",
|
|
1149
|
+
"type": "string | undefined",
|
|
1150
|
+
"required": false
|
|
1151
|
+
},
|
|
1152
|
+
{
|
|
1153
|
+
"name": "labelPosition",
|
|
1154
|
+
"attribute": "label-position",
|
|
1155
|
+
"type": "\"left\" | \"none\" | \"top\"",
|
|
1156
|
+
"default": "\"top\"",
|
|
1157
|
+
"required": false
|
|
1158
|
+
},
|
|
1159
|
+
{
|
|
1160
|
+
"name": "maxHeight",
|
|
1161
|
+
"attribute": "max-height",
|
|
1162
|
+
"type": "string",
|
|
1163
|
+
"default": "\"200px\"",
|
|
1164
|
+
"required": false
|
|
1165
|
+
},
|
|
1166
|
+
{
|
|
1167
|
+
"name": "multiple",
|
|
1168
|
+
"attribute": "multiple",
|
|
1169
|
+
"type": "boolean",
|
|
1170
|
+
"default": "false",
|
|
1171
|
+
"required": false
|
|
1172
|
+
},
|
|
1173
|
+
{
|
|
1174
|
+
"name": "placeholder",
|
|
1175
|
+
"attribute": "placeholder",
|
|
1176
|
+
"type": "string",
|
|
1177
|
+
"default": "this.multiple ? selectMessages.multiPlaceholder : selectMessages.singlePlaceholder",
|
|
1178
|
+
"required": false
|
|
1179
|
+
},
|
|
1180
|
+
{
|
|
1181
|
+
"name": "requiredField",
|
|
1182
|
+
"attribute": "required-field",
|
|
1183
|
+
"type": "boolean",
|
|
1184
|
+
"default": "false",
|
|
1185
|
+
"required": false
|
|
1186
|
+
},
|
|
1187
|
+
{
|
|
1188
|
+
"name": "search",
|
|
1189
|
+
"attribute": "search",
|
|
1190
|
+
"type": "boolean",
|
|
1191
|
+
"default": "false",
|
|
1192
|
+
"required": false
|
|
1193
|
+
},
|
|
1194
|
+
{
|
|
1195
|
+
"name": "searchPlaceholder",
|
|
1196
|
+
"attribute": "search-placeholder",
|
|
1197
|
+
"type": "string",
|
|
1198
|
+
"default": "selectMessages.searchPlaceholder",
|
|
1199
|
+
"required": false
|
|
1200
|
+
},
|
|
1201
|
+
{
|
|
1202
|
+
"name": "selectAll",
|
|
1203
|
+
"attribute": "select-all",
|
|
1204
|
+
"type": "boolean",
|
|
1205
|
+
"default": "false",
|
|
1206
|
+
"required": false
|
|
1207
|
+
}
|
|
1208
|
+
]
|
|
1209
|
+
},
|
|
1210
|
+
{
|
|
1211
|
+
"tag": "wm-optgroup",
|
|
1212
|
+
"description": "Named group of wm-option elements used inside wm-nested-select. Renders as a slide-in\npanel that appears when the user selects the group from the top-level menu.",
|
|
1213
|
+
"props": [
|
|
1214
|
+
{
|
|
1215
|
+
"name": "disabled",
|
|
1216
|
+
"attribute": "disabled",
|
|
1217
|
+
"type": "boolean",
|
|
1218
|
+
"default": "false",
|
|
1219
|
+
"required": false
|
|
1220
|
+
},
|
|
1221
|
+
{
|
|
1222
|
+
"name": "label",
|
|
1223
|
+
"attribute": "label",
|
|
1224
|
+
"type": "string",
|
|
1225
|
+
"required": true
|
|
1226
|
+
}
|
|
1227
|
+
]
|
|
1228
|
+
},
|
|
1229
|
+
{
|
|
1230
|
+
"tag": "wm-option",
|
|
1231
|
+
"description": "Individual selectable item used inside wm-select, wm-nested-select (via wm-optgroup), and\nwm-optgroup. Renders as a listbox option with optional secondary text.",
|
|
1232
|
+
"props": [
|
|
1233
|
+
{
|
|
1234
|
+
"name": "disabled",
|
|
1235
|
+
"attribute": "disabled",
|
|
1236
|
+
"type": "boolean",
|
|
1237
|
+
"default": "false",
|
|
1238
|
+
"required": false
|
|
1239
|
+
},
|
|
1240
|
+
{
|
|
1241
|
+
"name": "selected",
|
|
1242
|
+
"attribute": "selected",
|
|
1243
|
+
"type": "boolean",
|
|
1244
|
+
"default": "false",
|
|
1245
|
+
"required": false
|
|
1246
|
+
},
|
|
1247
|
+
{
|
|
1248
|
+
"name": "subinfo",
|
|
1249
|
+
"attribute": "subinfo",
|
|
1250
|
+
"type": "string | undefined",
|
|
1251
|
+
"default": "undefined",
|
|
1252
|
+
"required": false
|
|
1253
|
+
},
|
|
1254
|
+
{
|
|
1255
|
+
"name": "value",
|
|
1256
|
+
"attribute": "value",
|
|
1257
|
+
"type": "null | string | undefined",
|
|
1258
|
+
"required": false
|
|
1259
|
+
}
|
|
1260
|
+
]
|
|
1261
|
+
},
|
|
1262
|
+
{
|
|
1263
|
+
"tag": "wm-pagination",
|
|
1264
|
+
"description": "Pagination controls for navigating large data sets. Renders a full page-number strip on\nwider viewports and a minimal prev/next/first/last layout on narrow viewports. Does not\nrender at all when the total item count fits on a single page.",
|
|
1265
|
+
"props": [
|
|
1266
|
+
{
|
|
1267
|
+
"name": "currentPage",
|
|
1268
|
+
"attribute": "current-page",
|
|
1269
|
+
"type": "number",
|
|
1270
|
+
"default": "1",
|
|
1271
|
+
"required": false
|
|
1272
|
+
},
|
|
1273
|
+
{
|
|
1274
|
+
"name": "itemsPerPage",
|
|
1275
|
+
"attribute": "items-per-page",
|
|
1276
|
+
"type": "number | undefined",
|
|
1277
|
+
"default": "undefined",
|
|
1278
|
+
"required": false
|
|
1279
|
+
},
|
|
1280
|
+
{
|
|
1281
|
+
"name": "label",
|
|
1282
|
+
"attribute": "label",
|
|
1283
|
+
"type": "string",
|
|
1284
|
+
"default": "\"\"",
|
|
1285
|
+
"required": false
|
|
1286
|
+
},
|
|
1287
|
+
{
|
|
1288
|
+
"name": "totalItems",
|
|
1289
|
+
"attribute": "total-items",
|
|
1290
|
+
"type": "number | undefined",
|
|
1291
|
+
"default": "undefined",
|
|
1292
|
+
"required": false
|
|
1293
|
+
},
|
|
1294
|
+
{
|
|
1295
|
+
"name": "value",
|
|
1296
|
+
"attribute": "value",
|
|
1297
|
+
"type": "number",
|
|
1298
|
+
"default": "1",
|
|
1299
|
+
"required": false
|
|
1300
|
+
}
|
|
1301
|
+
]
|
|
1302
|
+
},
|
|
1303
|
+
{
|
|
1304
|
+
"tag": "wm-progress-indicator",
|
|
1305
|
+
"description": "Single progress indicator used inside a wm-progress-monitor. Renders the binary completion\ndata for one category as either a doughnut chart (wide layout) or a horizontal bar (narrow\nlayout), switching automatically based on the parent monitor's breakpoint.\n\nMust contain EXACTLY TWO wm-progress-slice children — one for the \"complete\" state and one\nfor the \"incomplete\" state.",
|
|
1306
|
+
"props": [
|
|
1307
|
+
{
|
|
1308
|
+
"name": "completionMessage",
|
|
1309
|
+
"attribute": "completion-message",
|
|
1310
|
+
"type": "string | undefined",
|
|
1311
|
+
"required": false
|
|
1312
|
+
},
|
|
1313
|
+
{
|
|
1314
|
+
"name": "label",
|
|
1315
|
+
"attribute": "label",
|
|
1316
|
+
"type": "string | undefined",
|
|
1317
|
+
"required": false
|
|
1318
|
+
},
|
|
1319
|
+
{
|
|
1320
|
+
"name": "printMode",
|
|
1321
|
+
"attribute": "print-mode",
|
|
1322
|
+
"type": "boolean",
|
|
1323
|
+
"default": "false",
|
|
1324
|
+
"required": false
|
|
1325
|
+
},
|
|
1326
|
+
{
|
|
1327
|
+
"name": "printModeFormat",
|
|
1328
|
+
"attribute": "print-mode-format",
|
|
1329
|
+
"type": "\"amount\" | \"percentage\"",
|
|
1330
|
+
"default": "\"amount\"",
|
|
1331
|
+
"required": false
|
|
1332
|
+
},
|
|
1333
|
+
{
|
|
1334
|
+
"name": "showLegend",
|
|
1335
|
+
"attribute": "show-legend",
|
|
1336
|
+
"type": "boolean",
|
|
1337
|
+
"default": "true",
|
|
1338
|
+
"required": false
|
|
1339
|
+
},
|
|
1340
|
+
{
|
|
1341
|
+
"name": "subinfo",
|
|
1342
|
+
"attribute": "subinfo",
|
|
1343
|
+
"type": "string | undefined",
|
|
1344
|
+
"required": false
|
|
1345
|
+
}
|
|
1346
|
+
]
|
|
1347
|
+
},
|
|
1348
|
+
{
|
|
1349
|
+
"tag": "wm-progress-monitor",
|
|
1350
|
+
"description": "Container for one or more wm-progress-indicator elements, each showing binary completion\nprogress (e.g. \"Completed\" vs \"Not Completed\"). Above the layout breakpoint, indicators\nrender as doughnuts in a horizontal row; below it, they collapse into horizontal bars in a\nvertical stack.\n\n**Strict constraints:**\n1. Each wm-progress-indicator must have EXACTLY TWO wm-progress-slice children — one for\n the \"complete\" state and one for the \"incomplete\" state.\n2. This component is ONLY suitable for binary completion tracking. For more than two states,\n general comparisons, composition breakdowns, or distributions, use wm-chart,\n wm-chart-bar, or wm-chart-column.",
|
|
1351
|
+
"props": [
|
|
1352
|
+
{
|
|
1353
|
+
"name": "barLabelsWidth",
|
|
1354
|
+
"attribute": "bar-labels-width",
|
|
1355
|
+
"type": "string | undefined",
|
|
1356
|
+
"required": false
|
|
1357
|
+
},
|
|
1358
|
+
{
|
|
1359
|
+
"name": "breakpoint",
|
|
1360
|
+
"attribute": "breakpoint",
|
|
1361
|
+
"type": "number | string | undefined",
|
|
1362
|
+
"required": false
|
|
1363
|
+
},
|
|
1364
|
+
{
|
|
1365
|
+
"name": "groupLegend",
|
|
1366
|
+
"attribute": "group-legend",
|
|
1367
|
+
"type": "string | undefined",
|
|
1368
|
+
"required": false
|
|
1369
|
+
}
|
|
1370
|
+
]
|
|
1371
|
+
},
|
|
1372
|
+
{
|
|
1373
|
+
"tag": "wm-progress-slice",
|
|
1374
|
+
"description": "Data slice for a wm-progress-indicator. Represents one state (complete or incomplete) in\na binary progress chart. Always used as a direct child of wm-progress-indicator.\n\nEach wm-progress-indicator must contain EXACTLY TWO wm-progress-slice elements.",
|
|
1375
|
+
"props": [
|
|
1376
|
+
{
|
|
1377
|
+
"name": "amount",
|
|
1378
|
+
"attribute": "amount",
|
|
1379
|
+
"type": "string | undefined",
|
|
1380
|
+
"required": false
|
|
1381
|
+
},
|
|
1382
|
+
{
|
|
1383
|
+
"name": "legend",
|
|
1384
|
+
"attribute": "legend",
|
|
1385
|
+
"type": "string | undefined",
|
|
1386
|
+
"required": false
|
|
1387
|
+
},
|
|
1388
|
+
{
|
|
1389
|
+
"name": "popoverButtonText",
|
|
1390
|
+
"attribute": "popover-button-text",
|
|
1391
|
+
"type": "string | undefined",
|
|
1392
|
+
"required": false
|
|
1393
|
+
},
|
|
1394
|
+
{
|
|
1395
|
+
"name": "popoverText",
|
|
1396
|
+
"attribute": "popover-text",
|
|
1397
|
+
"type": "string | undefined",
|
|
1398
|
+
"required": false
|
|
1399
|
+
},
|
|
1400
|
+
{
|
|
1401
|
+
"name": "popoverTitle",
|
|
1402
|
+
"attribute": "popover-title",
|
|
1403
|
+
"type": "string | undefined",
|
|
1404
|
+
"required": false
|
|
1405
|
+
}
|
|
1406
|
+
]
|
|
1407
|
+
},
|
|
1408
|
+
{
|
|
1409
|
+
"tag": "wm-search",
|
|
1410
|
+
"description": "Search input for filtering data by query. Two variants: `'basic'` for simple text\nfiltering, and `'find'` which adds prev/next result navigation buttons, a result count\n(\"x of y results\"), and a keyboard-accessible \"jump to result\" link. The component does\nnot filter data itself — it exposes the user's query and result position via events and\nproperties for the application to handle.",
|
|
1411
|
+
"props": [
|
|
1412
|
+
{
|
|
1413
|
+
"name": "disabled",
|
|
1414
|
+
"attribute": "disabled",
|
|
1415
|
+
"type": "boolean",
|
|
1416
|
+
"default": "false",
|
|
1417
|
+
"required": false
|
|
1418
|
+
},
|
|
1419
|
+
{
|
|
1420
|
+
"name": "highlightedId",
|
|
1421
|
+
"attribute": "highlighted-id",
|
|
1422
|
+
"type": "string",
|
|
1423
|
+
"default": "\"\"",
|
|
1424
|
+
"required": false,
|
|
1425
|
+
"conditionallyRequired": "Required when `search-type=\"find\"`."
|
|
1426
|
+
},
|
|
1427
|
+
{
|
|
1428
|
+
"name": "highlightedName",
|
|
1429
|
+
"attribute": "highlighted-name",
|
|
1430
|
+
"type": "null | string",
|
|
1431
|
+
"default": "null",
|
|
1432
|
+
"required": false,
|
|
1433
|
+
"conditionallyRequired": "Required when `search-type=\"find\"`."
|
|
1434
|
+
},
|
|
1435
|
+
{
|
|
1436
|
+
"name": "label",
|
|
1437
|
+
"attribute": "label",
|
|
1438
|
+
"type": "string",
|
|
1439
|
+
"default": "\"\"",
|
|
1440
|
+
"required": false
|
|
1441
|
+
},
|
|
1442
|
+
{
|
|
1443
|
+
"name": "numResults",
|
|
1444
|
+
"attribute": "num-results",
|
|
1445
|
+
"type": "number",
|
|
1446
|
+
"default": "0",
|
|
1447
|
+
"required": false
|
|
1448
|
+
},
|
|
1449
|
+
{
|
|
1450
|
+
"name": "placeholder",
|
|
1451
|
+
"attribute": "placeholder",
|
|
1452
|
+
"type": "string",
|
|
1453
|
+
"default": "\"\"",
|
|
1454
|
+
"required": false
|
|
1455
|
+
},
|
|
1456
|
+
{
|
|
1457
|
+
"name": "searchType",
|
|
1458
|
+
"attribute": "search-type",
|
|
1459
|
+
"type": "\"basic\" | \"find\"",
|
|
1460
|
+
"default": "\"basic\"",
|
|
1461
|
+
"required": false
|
|
1462
|
+
},
|
|
1463
|
+
{
|
|
1464
|
+
"name": "value",
|
|
1465
|
+
"attribute": "value",
|
|
1466
|
+
"type": "string",
|
|
1467
|
+
"default": "\"\"",
|
|
1468
|
+
"required": false
|
|
1469
|
+
}
|
|
1470
|
+
]
|
|
1471
|
+
},
|
|
1472
|
+
{
|
|
1473
|
+
"tag": "wm-select",
|
|
1474
|
+
"description": "Dropdown list of options that allows single or multi-select. Functionally similar to the\nnative HTML `<select>` element but with Ripple styling and richer features including\nmultiselect, search filtering, and a Select All control. Composed of a parent wm-select\nelement and wm-option children.",
|
|
1475
|
+
"props": [
|
|
1476
|
+
{
|
|
1477
|
+
"name": "allSelectedMessage",
|
|
1478
|
+
"attribute": "all-selected-message",
|
|
1479
|
+
"type": "string",
|
|
1480
|
+
"default": "selectMessages.allSelected",
|
|
1481
|
+
"required": false
|
|
1482
|
+
},
|
|
1483
|
+
{
|
|
1484
|
+
"name": "disabled",
|
|
1485
|
+
"attribute": "disabled",
|
|
1486
|
+
"type": "boolean",
|
|
1487
|
+
"default": "false",
|
|
1488
|
+
"required": false
|
|
1489
|
+
},
|
|
1490
|
+
{
|
|
1491
|
+
"name": "errorMessage",
|
|
1492
|
+
"attribute": "error-message",
|
|
1493
|
+
"type": "string | undefined",
|
|
1494
|
+
"required": false
|
|
1495
|
+
},
|
|
1496
|
+
{
|
|
1497
|
+
"name": "info",
|
|
1498
|
+
"attribute": "info",
|
|
1499
|
+
"type": "string | undefined",
|
|
1500
|
+
"required": false
|
|
1501
|
+
},
|
|
1502
|
+
{
|
|
1503
|
+
"name": "label",
|
|
1504
|
+
"attribute": "label",
|
|
1505
|
+
"type": "string | undefined",
|
|
1506
|
+
"required": false
|
|
1507
|
+
},
|
|
1508
|
+
{
|
|
1509
|
+
"name": "labelPosition",
|
|
1510
|
+
"attribute": "label-position",
|
|
1511
|
+
"type": "\"left\" | \"none\" | \"top\"",
|
|
1512
|
+
"default": "\"top\"",
|
|
1513
|
+
"required": false
|
|
1514
|
+
},
|
|
1515
|
+
{
|
|
1516
|
+
"name": "maxHeight",
|
|
1517
|
+
"attribute": "max-height",
|
|
1518
|
+
"type": "string",
|
|
1519
|
+
"default": "\"200px\"",
|
|
1520
|
+
"required": false
|
|
1521
|
+
},
|
|
1522
|
+
{
|
|
1523
|
+
"name": "multiple",
|
|
1524
|
+
"attribute": "multiple",
|
|
1525
|
+
"type": "boolean",
|
|
1526
|
+
"default": "false",
|
|
1527
|
+
"required": false
|
|
1528
|
+
},
|
|
1529
|
+
{
|
|
1530
|
+
"name": "placeholder",
|
|
1531
|
+
"attribute": "placeholder",
|
|
1532
|
+
"type": "string",
|
|
1533
|
+
"default": "selectMessages.multiPlaceholder",
|
|
1534
|
+
"required": false
|
|
1535
|
+
},
|
|
1536
|
+
{
|
|
1537
|
+
"name": "requiredField",
|
|
1538
|
+
"attribute": "required-field",
|
|
1539
|
+
"type": "boolean",
|
|
1540
|
+
"default": "false",
|
|
1541
|
+
"required": false
|
|
1542
|
+
},
|
|
1543
|
+
{
|
|
1544
|
+
"name": "search",
|
|
1545
|
+
"attribute": "search",
|
|
1546
|
+
"type": "boolean",
|
|
1547
|
+
"default": "false",
|
|
1548
|
+
"required": false
|
|
1549
|
+
},
|
|
1550
|
+
{
|
|
1551
|
+
"name": "searchPlaceholder",
|
|
1552
|
+
"attribute": "search-placeholder",
|
|
1553
|
+
"type": "string",
|
|
1554
|
+
"default": "selectMessages.searchPlaceholder",
|
|
1555
|
+
"required": false
|
|
1556
|
+
},
|
|
1557
|
+
{
|
|
1558
|
+
"name": "selectAll",
|
|
1559
|
+
"attribute": "select-all",
|
|
1560
|
+
"type": "boolean",
|
|
1561
|
+
"default": "false",
|
|
1562
|
+
"required": false
|
|
1563
|
+
}
|
|
1564
|
+
]
|
|
1565
|
+
},
|
|
1566
|
+
{
|
|
1567
|
+
"tag": "wm-snackbar",
|
|
1568
|
+
"description": "Toast notification stack that renders transient messages at the bottom of the page.\nNotifications auto-dismiss after 6 seconds unless they include a `link` or `action`, in\nwhich case they persist until explicitly dismissed or the user tabs past them.",
|
|
1569
|
+
"props": [
|
|
1570
|
+
{
|
|
1571
|
+
"name": "notifications",
|
|
1572
|
+
"attribute": "notifications",
|
|
1573
|
+
"type": "string",
|
|
1574
|
+
"default": "\"[]\"",
|
|
1575
|
+
"required": false
|
|
1576
|
+
}
|
|
1577
|
+
]
|
|
1578
|
+
},
|
|
1579
|
+
{
|
|
1580
|
+
"tag": "wm-tab-item",
|
|
1581
|
+
"description": "Individual tab button inside a wm-tab-list. Renders as a link with `role=\"tab\"` and\nmanages selection state. Always used as a direct child of wm-tab-list.",
|
|
1582
|
+
"props": [
|
|
1583
|
+
{
|
|
1584
|
+
"name": "selected",
|
|
1585
|
+
"attribute": "selected",
|
|
1586
|
+
"type": "boolean",
|
|
1587
|
+
"default": "false",
|
|
1588
|
+
"required": false
|
|
1589
|
+
},
|
|
1590
|
+
{
|
|
1591
|
+
"name": "tabId",
|
|
1592
|
+
"attribute": "tab-id",
|
|
1593
|
+
"type": "string",
|
|
1594
|
+
"default": "\"\"",
|
|
1595
|
+
"required": false
|
|
1596
|
+
}
|
|
1597
|
+
]
|
|
1598
|
+
},
|
|
1599
|
+
{
|
|
1600
|
+
"tag": "wm-tab-list",
|
|
1601
|
+
"description": "Tab list container that manages a group of wm-tab-item children and their associated\nwm-tab-panel elements. Handles keyboard navigation, ARIA wiring between tabs and panels,\nhorizontal scroll with arrow buttons on overflow, and optional dark theme.",
|
|
1602
|
+
"props": [
|
|
1603
|
+
{
|
|
1604
|
+
"name": "customBackground",
|
|
1605
|
+
"attribute": "custom-background",
|
|
1606
|
+
"type": "\"\" | \"dark\" | undefined",
|
|
1607
|
+
"required": false
|
|
1608
|
+
},
|
|
1609
|
+
{
|
|
1610
|
+
"name": "selectedTab",
|
|
1611
|
+
"attribute": "selected-tab",
|
|
1612
|
+
"type": "string | undefined",
|
|
1613
|
+
"required": false
|
|
1614
|
+
}
|
|
1615
|
+
]
|
|
1616
|
+
},
|
|
1617
|
+
{
|
|
1618
|
+
"tag": "wm-tab-panel",
|
|
1619
|
+
"description": "Content panel associated with a wm-tab-item. Shows or hides based on whether its\n`tab-id` matches the selected tab in the parent wm-tab-list. Rendered with\n`role=\"tabpanel\"`. Always used alongside a wm-tab-list.",
|
|
1620
|
+
"props": [
|
|
1621
|
+
{
|
|
1622
|
+
"name": "active",
|
|
1623
|
+
"attribute": "active",
|
|
1624
|
+
"type": "boolean",
|
|
1625
|
+
"default": "false",
|
|
1626
|
+
"required": false
|
|
1627
|
+
},
|
|
1628
|
+
{
|
|
1629
|
+
"name": "tabId",
|
|
1630
|
+
"attribute": "tab-id",
|
|
1631
|
+
"type": "string",
|
|
1632
|
+
"default": "\"\"",
|
|
1633
|
+
"required": false
|
|
1634
|
+
}
|
|
1635
|
+
]
|
|
1636
|
+
},
|
|
1637
|
+
{
|
|
1638
|
+
"tag": "wm-tag-input",
|
|
1639
|
+
"description": "Input for selecting or creating a list of tags. Two variants: `'dropdown'` (options in a\nfilterable list, supports creating new tags) and `'table'` (options in a filterable\nmulti-column table). Options are defined as wm-tag-option children. Selected options appear\nas removable tags above the search field.",
|
|
1640
|
+
"props": [
|
|
1641
|
+
{
|
|
1642
|
+
"name": "addNew",
|
|
1643
|
+
"attribute": "add-new",
|
|
1644
|
+
"type": "boolean",
|
|
1645
|
+
"default": "true",
|
|
1646
|
+
"required": false
|
|
1647
|
+
},
|
|
1648
|
+
{
|
|
1649
|
+
"name": "characterLimit",
|
|
1650
|
+
"attribute": "character-limit",
|
|
1651
|
+
"type": "number",
|
|
1652
|
+
"default": "50",
|
|
1653
|
+
"required": false
|
|
1654
|
+
},
|
|
1655
|
+
{
|
|
1656
|
+
"name": "colHeaders",
|
|
1657
|
+
"attribute": "col-headers",
|
|
1658
|
+
"type": "string",
|
|
1659
|
+
"required": true,
|
|
1660
|
+
"conditionallyRequired": "Required when `tag-input-type=\"table\"`."
|
|
1661
|
+
},
|
|
1662
|
+
{
|
|
1663
|
+
"name": "colWidths",
|
|
1664
|
+
"attribute": "col-widths",
|
|
1665
|
+
"type": "string | undefined",
|
|
1666
|
+
"required": false
|
|
1667
|
+
},
|
|
1668
|
+
{
|
|
1669
|
+
"name": "colWrap",
|
|
1670
|
+
"attribute": "col-wrap",
|
|
1671
|
+
"type": "string | undefined",
|
|
1672
|
+
"required": false
|
|
1673
|
+
},
|
|
1674
|
+
{
|
|
1675
|
+
"name": "errorMessage",
|
|
1676
|
+
"attribute": "error-message",
|
|
1677
|
+
"type": "string | undefined",
|
|
1678
|
+
"required": false
|
|
1679
|
+
},
|
|
1680
|
+
{
|
|
1681
|
+
"name": "helpText",
|
|
1682
|
+
"attribute": "help-text",
|
|
1683
|
+
"type": "string | undefined",
|
|
1684
|
+
"required": false
|
|
1685
|
+
},
|
|
1686
|
+
{
|
|
1687
|
+
"name": "info",
|
|
1688
|
+
"attribute": "info",
|
|
1689
|
+
"type": "string | undefined",
|
|
1690
|
+
"required": false
|
|
1691
|
+
},
|
|
1692
|
+
{
|
|
1693
|
+
"name": "label",
|
|
1694
|
+
"attribute": "label",
|
|
1695
|
+
"type": "string",
|
|
1696
|
+
"required": true
|
|
1697
|
+
},
|
|
1698
|
+
{
|
|
1699
|
+
"name": "labelPosition",
|
|
1700
|
+
"attribute": "label-position",
|
|
1701
|
+
"type": "\"left\" | \"none\" | \"top\"",
|
|
1702
|
+
"default": "\"top\"",
|
|
1703
|
+
"required": false
|
|
1704
|
+
},
|
|
1705
|
+
{
|
|
1706
|
+
"name": "maxTags",
|
|
1707
|
+
"attribute": "max-tags",
|
|
1708
|
+
"type": "number | undefined",
|
|
1709
|
+
"required": false
|
|
1710
|
+
},
|
|
1711
|
+
{
|
|
1712
|
+
"name": "placeholder",
|
|
1713
|
+
"attribute": "placeholder",
|
|
1714
|
+
"type": "string | undefined",
|
|
1715
|
+
"required": false
|
|
1716
|
+
},
|
|
1717
|
+
{
|
|
1718
|
+
"name": "requiredField",
|
|
1719
|
+
"attribute": "required-field",
|
|
1720
|
+
"type": "boolean",
|
|
1721
|
+
"default": "false",
|
|
1722
|
+
"required": false
|
|
1723
|
+
},
|
|
1724
|
+
{
|
|
1725
|
+
"name": "tagInputType",
|
|
1726
|
+
"attribute": "tag-input-type",
|
|
1727
|
+
"type": "\"dropdown\" | \"table\"",
|
|
1728
|
+
"default": "\"dropdown\"",
|
|
1729
|
+
"required": false
|
|
1730
|
+
}
|
|
1731
|
+
]
|
|
1732
|
+
},
|
|
1733
|
+
{
|
|
1734
|
+
"tag": "wm-tag-option",
|
|
1735
|
+
"description": "Option element for wm-tag-input. Represents a selectable tag in the dropdown list or\ntable. Always used as a direct child of wm-tag-input. For the dropdown variant, slotted\ntext content is the tag label; for the table variant, use `col1`–`col4` props.",
|
|
1736
|
+
"props": [
|
|
1737
|
+
{
|
|
1738
|
+
"name": "col1",
|
|
1739
|
+
"attribute": "col1",
|
|
1740
|
+
"type": "string | undefined",
|
|
1741
|
+
"required": false
|
|
1742
|
+
},
|
|
1743
|
+
{
|
|
1744
|
+
"name": "col2",
|
|
1745
|
+
"attribute": "col2",
|
|
1746
|
+
"type": "string | undefined",
|
|
1747
|
+
"required": false
|
|
1748
|
+
},
|
|
1749
|
+
{
|
|
1750
|
+
"name": "col3",
|
|
1751
|
+
"attribute": "col3",
|
|
1752
|
+
"type": "string | undefined",
|
|
1753
|
+
"required": false
|
|
1754
|
+
},
|
|
1755
|
+
{
|
|
1756
|
+
"name": "col4",
|
|
1757
|
+
"attribute": "col4",
|
|
1758
|
+
"type": "string | undefined",
|
|
1759
|
+
"required": false
|
|
1760
|
+
},
|
|
1761
|
+
{
|
|
1762
|
+
"name": "locked",
|
|
1763
|
+
"attribute": "locked",
|
|
1764
|
+
"type": "boolean",
|
|
1765
|
+
"default": "false",
|
|
1766
|
+
"required": false
|
|
1767
|
+
},
|
|
1768
|
+
{
|
|
1769
|
+
"name": "selected",
|
|
1770
|
+
"attribute": "selected",
|
|
1771
|
+
"type": "boolean",
|
|
1772
|
+
"default": "false",
|
|
1773
|
+
"required": false
|
|
1774
|
+
}
|
|
1775
|
+
]
|
|
1776
|
+
},
|
|
1777
|
+
{
|
|
1778
|
+
"tag": "wm-textarea",
|
|
1779
|
+
"description": "Multi-line plain-text editing control with a drag handle for vertical resizing. Shares\nmost functionality with wm-input. Use instead of native `<textarea>` in all Watermark UI.",
|
|
1780
|
+
"props": [
|
|
1781
|
+
{
|
|
1782
|
+
"name": "characterLimit",
|
|
1783
|
+
"attribute": "character-limit",
|
|
1784
|
+
"type": "number | undefined",
|
|
1785
|
+
"required": false
|
|
1786
|
+
},
|
|
1787
|
+
{
|
|
1788
|
+
"name": "disabled",
|
|
1789
|
+
"attribute": "disabled",
|
|
1790
|
+
"type": "boolean",
|
|
1791
|
+
"default": "false",
|
|
1792
|
+
"required": false
|
|
1793
|
+
},
|
|
1794
|
+
{
|
|
1795
|
+
"name": "errorMessage",
|
|
1796
|
+
"attribute": "error-message",
|
|
1797
|
+
"type": "string | undefined",
|
|
1798
|
+
"required": false
|
|
1799
|
+
},
|
|
1800
|
+
{
|
|
1801
|
+
"name": "info",
|
|
1802
|
+
"attribute": "info",
|
|
1803
|
+
"type": "string | undefined",
|
|
1804
|
+
"required": false
|
|
1805
|
+
},
|
|
1806
|
+
{
|
|
1807
|
+
"name": "inputHeight",
|
|
1808
|
+
"attribute": "input-height",
|
|
1809
|
+
"type": "string",
|
|
1810
|
+
"default": "\"\"",
|
|
1811
|
+
"required": false
|
|
1812
|
+
},
|
|
1813
|
+
{
|
|
1814
|
+
"name": "inputWidth",
|
|
1815
|
+
"attribute": "input-width",
|
|
1816
|
+
"type": "string",
|
|
1817
|
+
"default": "\"\"",
|
|
1818
|
+
"required": false
|
|
1819
|
+
},
|
|
1820
|
+
{
|
|
1821
|
+
"name": "label",
|
|
1822
|
+
"attribute": "label",
|
|
1823
|
+
"type": "string",
|
|
1824
|
+
"required": true
|
|
1825
|
+
},
|
|
1826
|
+
{
|
|
1827
|
+
"name": "labelPosition",
|
|
1828
|
+
"attribute": "label-position",
|
|
1829
|
+
"type": "\"left\" | \"none\" | \"top\"",
|
|
1830
|
+
"default": "\"top\"",
|
|
1831
|
+
"required": false
|
|
1832
|
+
},
|
|
1833
|
+
{
|
|
1834
|
+
"name": "placeholder",
|
|
1835
|
+
"attribute": "placeholder",
|
|
1836
|
+
"type": "string",
|
|
1837
|
+
"default": "\"\"",
|
|
1838
|
+
"required": false
|
|
1839
|
+
},
|
|
1840
|
+
{
|
|
1841
|
+
"name": "requiredField",
|
|
1842
|
+
"attribute": "required-field",
|
|
1843
|
+
"type": "boolean",
|
|
1844
|
+
"default": "false",
|
|
1845
|
+
"required": false
|
|
1846
|
+
},
|
|
1847
|
+
{
|
|
1848
|
+
"name": "value",
|
|
1849
|
+
"attribute": "value",
|
|
1850
|
+
"type": "string",
|
|
1851
|
+
"default": "\"\"",
|
|
1852
|
+
"required": false
|
|
1853
|
+
}
|
|
1854
|
+
]
|
|
1855
|
+
},
|
|
1856
|
+
{
|
|
1857
|
+
"tag": "wm-timepicker",
|
|
1858
|
+
"description": "Time input that lets users type a time or pick one from a dropdown list of 15-minute\nintervals. Supports 12-hour and 24-hour display and provides `reformatTime` and\n`isValidTime` utility methods. Use instead of native `<input type=\"time\">`.",
|
|
1859
|
+
"props": [
|
|
1860
|
+
{
|
|
1861
|
+
"name": "disabled",
|
|
1862
|
+
"attribute": "disabled",
|
|
1863
|
+
"type": "boolean",
|
|
1864
|
+
"default": "false",
|
|
1865
|
+
"required": false
|
|
1866
|
+
},
|
|
1867
|
+
{
|
|
1868
|
+
"name": "errorMessage",
|
|
1869
|
+
"attribute": "error-message",
|
|
1870
|
+
"type": "string | undefined",
|
|
1871
|
+
"required": false
|
|
1872
|
+
},
|
|
1873
|
+
{
|
|
1874
|
+
"name": "label",
|
|
1875
|
+
"attribute": "label",
|
|
1876
|
+
"type": "string",
|
|
1877
|
+
"default": "\"\"",
|
|
1878
|
+
"required": false
|
|
1879
|
+
},
|
|
1880
|
+
{
|
|
1881
|
+
"name": "labelPosition",
|
|
1882
|
+
"attribute": "label-position",
|
|
1883
|
+
"type": "\"left\" | \"none\" | \"top\"",
|
|
1884
|
+
"default": "\"top\"",
|
|
1885
|
+
"required": false
|
|
1886
|
+
},
|
|
1887
|
+
{
|
|
1888
|
+
"name": "preselected",
|
|
1889
|
+
"attribute": "preselected",
|
|
1890
|
+
"type": "string | undefined",
|
|
1891
|
+
"required": false
|
|
1892
|
+
},
|
|
1893
|
+
{
|
|
1894
|
+
"name": "requiredField",
|
|
1895
|
+
"attribute": "required-field",
|
|
1896
|
+
"type": "boolean",
|
|
1897
|
+
"default": "false",
|
|
1898
|
+
"required": false
|
|
1899
|
+
},
|
|
1900
|
+
{
|
|
1901
|
+
"name": "value",
|
|
1902
|
+
"attribute": "value",
|
|
1903
|
+
"type": "string",
|
|
1904
|
+
"default": "\"\"",
|
|
1905
|
+
"required": false
|
|
1906
|
+
}
|
|
1907
|
+
]
|
|
1908
|
+
},
|
|
1909
|
+
{
|
|
1910
|
+
"tag": "wm-toggletip",
|
|
1911
|
+
"description": "Toggletip button that shows a small informational panel when clicked. Two visual types:\n`'info'` renders an info icon button; `'ai'` renders an animated AI sparkle icon. The\npanel content is provided via the `tooltip` prop and is announced to screen readers via\nan `aria-live` region.",
|
|
1912
|
+
"props": [
|
|
1913
|
+
{
|
|
1914
|
+
"name": "label",
|
|
1915
|
+
"attribute": "label",
|
|
1916
|
+
"type": "string | undefined",
|
|
1917
|
+
"required": false
|
|
1918
|
+
},
|
|
1919
|
+
{
|
|
1920
|
+
"name": "targetSize",
|
|
1921
|
+
"attribute": "target-size",
|
|
1922
|
+
"type": "\"large\" | \"small\"",
|
|
1923
|
+
"default": "\"small\"",
|
|
1924
|
+
"required": false
|
|
1925
|
+
},
|
|
1926
|
+
{
|
|
1927
|
+
"name": "toggletipType",
|
|
1928
|
+
"attribute": "toggletip-type",
|
|
1929
|
+
"type": "\"ai\" | \"info\"",
|
|
1930
|
+
"default": "\"info\"",
|
|
1931
|
+
"required": false
|
|
1932
|
+
},
|
|
1933
|
+
{
|
|
1934
|
+
"name": "tooltip",
|
|
1935
|
+
"attribute": "tooltip",
|
|
1936
|
+
"type": "string",
|
|
1937
|
+
"required": true
|
|
1938
|
+
},
|
|
1939
|
+
{
|
|
1940
|
+
"name": "tooltipPosition",
|
|
1941
|
+
"attribute": "tooltip-position",
|
|
1942
|
+
"type": "\"bottom\" | \"bottom-left\" | \"bottom-right\" | \"left\" | \"right\" | \"top\" | \"top-left\" | \"top-right\"",
|
|
1943
|
+
"default": "\"bottom-right\"",
|
|
1944
|
+
"required": false
|
|
1945
|
+
}
|
|
1946
|
+
]
|
|
1947
|
+
},
|
|
1948
|
+
{
|
|
1949
|
+
"tag": "wm-uploader",
|
|
1950
|
+
"description": "File upload component for attaching files. Composed of a trigger button and a list of\nwm-file children. Two variants: `'select'` opens the browser file picker; `'drop'` adds a\ndrag-and-drop area. The component emits events when files are selected and when file\nactions are triggered — the application is responsible for validation, upload, and managing\nthe file list. Use wm-file-list instead when displaying files without uploading.",
|
|
1951
|
+
"props": [
|
|
1952
|
+
{
|
|
1953
|
+
"name": "buttonText",
|
|
1954
|
+
"attribute": "button-text",
|
|
1955
|
+
"type": "string",
|
|
1956
|
+
"required": true
|
|
1957
|
+
},
|
|
1958
|
+
{
|
|
1959
|
+
"name": "dropArea",
|
|
1960
|
+
"attribute": "drop-area",
|
|
1961
|
+
"type": "\"component\" | \"page\"",
|
|
1962
|
+
"default": "\"component\"",
|
|
1963
|
+
"required": false
|
|
1964
|
+
},
|
|
1965
|
+
{
|
|
1966
|
+
"name": "errorMessage",
|
|
1967
|
+
"attribute": "error-message",
|
|
1968
|
+
"type": "string | undefined",
|
|
1969
|
+
"required": false
|
|
1970
|
+
},
|
|
1971
|
+
{
|
|
1972
|
+
"name": "fileTypes",
|
|
1973
|
+
"attribute": "file-types",
|
|
1974
|
+
"type": "string",
|
|
1975
|
+
"default": "\"pdf txt log xml doc docx xls xlsx ppt pptx gif jpg jpeg png csv\"",
|
|
1976
|
+
"required": false
|
|
1977
|
+
},
|
|
1978
|
+
{
|
|
1979
|
+
"name": "icon",
|
|
1980
|
+
"attribute": "icon",
|
|
1981
|
+
"type": "string",
|
|
1982
|
+
"required": true
|
|
1983
|
+
},
|
|
1984
|
+
{
|
|
1985
|
+
"name": "label",
|
|
1986
|
+
"attribute": "label",
|
|
1987
|
+
"type": "string | undefined",
|
|
1988
|
+
"required": false
|
|
1989
|
+
},
|
|
1990
|
+
{
|
|
1991
|
+
"name": "maxFiles",
|
|
1992
|
+
"attribute": "max-files",
|
|
1993
|
+
"type": "number | undefined",
|
|
1994
|
+
"required": false
|
|
1995
|
+
},
|
|
1996
|
+
{
|
|
1997
|
+
"name": "maxSize",
|
|
1998
|
+
"attribute": "max-size",
|
|
1999
|
+
"type": "string | undefined",
|
|
2000
|
+
"required": false
|
|
2001
|
+
},
|
|
2002
|
+
{
|
|
2003
|
+
"name": "requiredField",
|
|
2004
|
+
"attribute": "required-field",
|
|
2005
|
+
"type": "boolean | undefined",
|
|
2006
|
+
"required": false
|
|
2007
|
+
},
|
|
2008
|
+
{
|
|
2009
|
+
"name": "showInfo",
|
|
2010
|
+
"attribute": "show-info",
|
|
2011
|
+
"type": "\"none\" | \"size\" | \"time\"",
|
|
2012
|
+
"default": "\"time\"",
|
|
2013
|
+
"required": false
|
|
2014
|
+
},
|
|
2015
|
+
{
|
|
2016
|
+
"name": "uploaderType",
|
|
2017
|
+
"attribute": "uploader-type",
|
|
2018
|
+
"type": "\"drop\" | \"select\"",
|
|
2019
|
+
"default": "\"select\"",
|
|
2020
|
+
"required": false
|
|
2021
|
+
}
|
|
2022
|
+
]
|
|
2023
|
+
},
|
|
2024
|
+
{
|
|
2025
|
+
"tag": "wm-wrapper",
|
|
2026
|
+
"props": []
|
|
2027
|
+
}
|
|
2028
|
+
]
|