@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,31 @@
|
|
|
1
|
+
# `wm-chart-legend`
|
|
2
|
+
|
|
3
|
+
External legend component for wm-chart-bar and wm-chart-column. Retrieves color and label
|
|
4
|
+
data from one or more charts via element IDs, allowing a single legend to serve multiple
|
|
5
|
+
charts. Hidden from screen readers -- relevant data is announced when the user interacts with
|
|
6
|
+
the associated chart directly.
|
|
7
|
+
|
|
8
|
+
For simple single-chart scenarios, the `config.showLegend` option on wm-chart-bar or
|
|
9
|
+
wm-chart-column renders an internal legend without requiring this element. Use
|
|
10
|
+
wm-chart-legend when sharing one legend across multiple charts or when external placement
|
|
11
|
+
is required.
|
|
12
|
+
|
|
13
|
+
## Props
|
|
14
|
+
|
|
15
|
+
| Name | Attribute | Type | Default | Required | Description |
|
|
16
|
+
| ---- | --------- | ---- | ------- | -------- | ----------- |
|
|
17
|
+
| `chartIds` | `chart-ids` | `string` | `""` | | |
|
|
18
|
+
| `orientation` | `orientation` | `"horizontal" \| "vertical"` | `"horizontal"` | | |
|
|
19
|
+
| `printMode` | `print-mode` | `boolean` | `false` | | |
|
|
20
|
+
|
|
21
|
+
## Events
|
|
22
|
+
|
|
23
|
+
| Event | Detail | Bubbles | Description |
|
|
24
|
+
| ----- | ------ | ------- | ----------- |
|
|
25
|
+
| `wmLegendItemClick` | `{ idx: number; }` | ✓ | |
|
|
26
|
+
| `wmLegendItemHover` | `{ idx: number; }` | ✓ | |
|
|
27
|
+
|
|
28
|
+
## Used By
|
|
29
|
+
|
|
30
|
+
- `wm-chart-bar`
|
|
31
|
+
- `wm-chart-column`
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# `wm-chart-slice`
|
|
2
|
+
|
|
3
|
+
Data slice for a wm-chart composition chart. Each slice represents one segment of the whole.
|
|
4
|
+
Always used as a direct child of wm-chart.
|
|
5
|
+
|
|
6
|
+
## Props
|
|
7
|
+
|
|
8
|
+
| Name | Attribute | Type | Default | Required | Description |
|
|
9
|
+
| ---- | --------- | ---- | ------- | -------- | ----------- |
|
|
10
|
+
| `amount` | `amount` | `string \| undefined` | | | |
|
|
11
|
+
| `legend` | `legend` | `string \| undefined` | | | |
|
|
12
|
+
| `popoverButtonText` | `popover-button-text` | `string \| undefined` | | | |
|
|
13
|
+
| `popoverText` | `popover-text` | `string \| undefined` | | | |
|
|
14
|
+
| `popoverTitle` | `popover-title` | `string \| undefined` | | | |
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
# `wm-chart`
|
|
2
|
+
|
|
3
|
+
Composition chart component rendering doughnut or stacked bar charts. Composed of a parent
|
|
4
|
+
wm-chart element and wm-chart-slice children. Has 3 doughnut subtypes and 5 bar subtypes,
|
|
5
|
+
each designed for a specific composition use case.
|
|
6
|
+
|
|
7
|
+
**Important:** The bar subtypes (`bar2`-`bar7`) are COMPOSITION patterns -- they show parts
|
|
8
|
+
of a whole for specific qualitative use cases. They are NOT general-purpose bar charts. For
|
|
9
|
+
general comparison or distribution bar charts, use wm-chart-bar or wm-chart-column instead.
|
|
10
|
+
|
|
11
|
+
## Props
|
|
12
|
+
|
|
13
|
+
| Name | Attribute | Type | Default | Required | Description |
|
|
14
|
+
| ---- | --------- | ---- | ------- | -------- | ----------- |
|
|
15
|
+
| `chartType` | `chart-type` | `"bar" \| "bar2" \| "bar3" \| "bar4" \| "bar5" \| "bar6" \| "bar7" \| "doughnut" \| "doughnut1" \| "doughnut2" \| "doughnut3"` | `"doughnut1"` | | |
|
|
16
|
+
| `label` | `label` | `string \| undefined` | | | |
|
|
17
|
+
| `labelPosition` | `label-position` | `"left" \| "none" \| "top"` | `"top"` | | |
|
|
18
|
+
| `labelWidth` | `label-width` | `string` | `"150px"` | | |
|
|
19
|
+
| `notStartedColor` | `not-started-color` | `boolean` | `false` | | |
|
|
20
|
+
| `printMode` | `print-mode` | `boolean` | `false` | | |
|
|
21
|
+
| `printModeFormat` | `print-mode-format` | `"amount" \| "percentage"` | `"amount"` | | |
|
|
22
|
+
| `showBarLegend` | `show-bar-legend` | `boolean` | `false` | | |
|
|
23
|
+
| `showGrid` | `show-grid` | `boolean \| undefined` | `true` | | |
|
|
24
|
+
| `showLegend` | `show-legend` | `boolean` | `true` | | |
|
|
25
|
+
| `subinfo` | `subinfo` | `string \| undefined` | | | |
|
|
26
|
+
| `valueFormat` | `value-format` | `"amount" \| "none" \| "percentage"` | `"none"` | | |
|
|
27
|
+
|
|
28
|
+
## Depends On
|
|
29
|
+
|
|
30
|
+
- `priv-chart-popover-old`
|
|
@@ -0,0 +1,215 @@
|
|
|
1
|
+
# `wm-date-range`
|
|
2
|
+
|
|
3
|
+
Two linked date inputs (start and end) with a shared calendar popup for selecting a date
|
|
4
|
+
range. Users can type or click to set each date. Provides separate error states for start
|
|
5
|
+
and end, and emits distinct blur events for each input. Use instead of two native
|
|
6
|
+
`<input type="date">` elements when a range is required.
|
|
7
|
+
|
|
8
|
+
## Props
|
|
9
|
+
|
|
10
|
+
| Name | Attribute | Type | Default | Required | Description |
|
|
11
|
+
| ---- | --------- | ---- | ------- | -------- | ----------- |
|
|
12
|
+
| `dateFormat` | `date-format` | `string` | `"mm/dd/yyyy"` | | |
|
|
13
|
+
| `disabled` | `disabled` | `boolean` | `false` | | |
|
|
14
|
+
| `errorMessage` | `error-message` | `string \| undefined` | | | |
|
|
15
|
+
| `invalidEnd` | `invalid-end` | `boolean` | `false` | | |
|
|
16
|
+
| `invalidStart` | `invalid-start` | `boolean` | `false` | | |
|
|
17
|
+
| `labelEnd` | `label-end` | `string` | `""` | | |
|
|
18
|
+
| `labelStart` | `label-start` | `string` | `""` | | |
|
|
19
|
+
| `preselected` | `preselected` | `string \| undefined` | | | |
|
|
20
|
+
| `requiredField` | `required-field` | `boolean` | `false` | | |
|
|
21
|
+
| `valueEnd` | `value-end` | `string \| undefined` | `""` | | |
|
|
22
|
+
| `valueStart` | `value-start` | `string \| undefined` | `""` | | |
|
|
23
|
+
|
|
24
|
+
## Events
|
|
25
|
+
|
|
26
|
+
| Event | Detail | Bubbles | Description |
|
|
27
|
+
| ----- | ------ | ------- | ----------- |
|
|
28
|
+
| `wmEndInputBlur` | `any` | ✓ | |
|
|
29
|
+
| `wmRangeSelection` | `any` | ✓ | |
|
|
30
|
+
| `wmStartInputBlur` | `any` | ✓ | |
|
|
31
|
+
|
|
32
|
+
## Methods
|
|
33
|
+
|
|
34
|
+
### `isValidISO(input?: string) => Promise<boolean>`
|
|
35
|
+
|
|
36
|
+
**Parameters**
|
|
37
|
+
|
|
38
|
+
| Name | Type | Description |
|
|
39
|
+
| ---- | ---- | ----------- |
|
|
40
|
+
| `input` | `string \| undefined` | - The string to validate. |
|
|
41
|
+
|
|
42
|
+
**Returns** `Promise<boolean>` -- `true` if the string is a valid ISO date, `false` otherwise.
|
|
43
|
+
|
|
44
|
+
### `reformatDate(inputFormat: string, outputFormat: string, date?: string) => Promise<string>`
|
|
45
|
+
|
|
46
|
+
**Parameters**
|
|
47
|
+
|
|
48
|
+
| Name | Type | Description |
|
|
49
|
+
| ---- | ---- | ----------- |
|
|
50
|
+
| `inputFormat` | `string` | - Format of the input date string (`"US"`, `"INT"`, or `"ISO"`). |
|
|
51
|
+
| `outputFormat` | `string` | - Desired output format (`"US"`, `"INT"`, or `"ISO"`). |
|
|
52
|
+
| `date` | `string \| undefined` | - The date string to reformat. |
|
|
53
|
+
|
|
54
|
+
**Returns** `Promise<string>` -- The reformatted date string, an empty string if `date` is omitted, or the original
|
|
55
|
+
string unchanged if it cannot be parsed.
|
|
56
|
+
|
|
57
|
+
## Depends On
|
|
58
|
+
|
|
59
|
+
- `priv-calendar`
|
|
60
|
+
|
|
61
|
+
# wm-date-range
|
|
62
|
+
|
|
63
|
+
## Purpose
|
|
64
|
+
|
|
65
|
+
A paired date input that lets users specify both a start and end date by typing or using a shared calendar popup. The two values are treated as a single, related range.
|
|
66
|
+
|
|
67
|
+
---
|
|
68
|
+
|
|
69
|
+
## When to Use
|
|
70
|
+
|
|
71
|
+
- **Collecting a bounded time period with a start and end** -- when a user needs to define a window of time (a reporting period, an enrollment window, a project timeline), use Date Range to capture both boundary dates as a single, semantically linked input rather than two independent Datepickers.
|
|
72
|
+
- **Filtering data by a date range** -- when a user is narrowing results by a time window (e.g., "show records between these two dates"), Date Range provides the right interaction model with a shared calendar that highlights the selected span visually.
|
|
73
|
+
- **Enforcing range integrity at the form level** -- when the application needs to validate that the start date precedes the end date, Date Range exposes the right blur events and standardized error messages to handle all range validation scenarios consistently.
|
|
74
|
+
- **Allowing range selection via a shared calendar popup** -- when users benefit from seeing both dates in context on a calendar, Date Range's shared popup highlights the full selected range, which two independent Datepickers cannot do.
|
|
75
|
+
|
|
76
|
+
---
|
|
77
|
+
|
|
78
|
+
## Do Not Use For
|
|
79
|
+
|
|
80
|
+
- **Two separate dates that happen to be related** -- if the two dates are logically a range, use Date Range; two independent Datepickers have no shared calendar, no range highlighting, and no built-in mechanism to enforce that start precedes end.
|
|
81
|
+
- **Selecting a single point in time** -- if the user is selecting one date rather than a span, use wm-datepicker; Date Range always manages two values and two validation states, which is unnecessary overhead for a single date.
|
|
82
|
+
|
|
83
|
+
---
|
|
84
|
+
|
|
85
|
+
## Related Components
|
|
86
|
+
|
|
87
|
+
- `<wm-datepicker>` -- if only a single date is needed rather than a start-and-end pair, use Datepicker; Date Range always manages two values and is only appropriate when both are required together.
|
|
88
|
+
- `<wm-timepicker>` -- if the range also needs to capture times of day, Date Range has no time input; pair it with Timepicker fields for the start and end times separately.
|
|
89
|
+
- `<wm-select>` -- if the user is choosing from a predefined list of named time periods (e.g., "Q1 2025", "Fall Semester") rather than specifying arbitrary dates, Select is more appropriate; Date Range is for open-ended date entry.
|
|
90
|
+
|
|
91
|
+
---
|
|
92
|
+
|
|
93
|
+
## Accessibility
|
|
94
|
+
|
|
95
|
+
- Validating on every keystroke: all validations should be performed on blur, not while the user is still typing; premature validation fires errors before the user has finished entering a value.
|
|
96
|
+
- Clearing errors on blur: errors should be cleared when the field is focused again, not when it blurs; reversing this produces confusing behavior where errors appear and disappear at unexpected moments.
|
|
97
|
+
|
|
98
|
+
---
|
|
99
|
+
|
|
100
|
+
## Variants / Types
|
|
101
|
+
|
|
102
|
+
_None documented_
|
|
103
|
+
|
|
104
|
+
---
|
|
105
|
+
|
|
106
|
+
## Props
|
|
107
|
+
|
|
108
|
+
- `labelStart` -- required; the accessible label for the start date input
|
|
109
|
+
- `labelEnd` -- required; the accessible label for the end date input
|
|
110
|
+
- `dateFormat` -- specifies the expected date format for both inputs
|
|
111
|
+
- `preselected` -- a date string used to pre-position the calendar when it opens
|
|
112
|
+
- `valueStart` -- the current start date value
|
|
113
|
+
- `valueEnd` -- the current end date value
|
|
114
|
+
- `invalidStart` -- marks the start date input as invalid; triggers error styling
|
|
115
|
+
- `invalidEnd` -- marks the end date input as invalid; triggers error styling
|
|
116
|
+
- `errorMessage` -- validation error text displayed below the component
|
|
117
|
+
- `requiredField` -- marks both fields as required
|
|
118
|
+
- `disabled` -- disables both inputs and the calendar button
|
|
119
|
+
|
|
120
|
+
---
|
|
121
|
+
|
|
122
|
+
## Events
|
|
123
|
+
|
|
124
|
+
- `wmRangeSelection` -- fires when the user completes a range selection in the calendar
|
|
125
|
+
- `wmStartInputBlur` -- fires when the start date input loses focus; trigger start date validation here
|
|
126
|
+
- `wmEndInputBlur` -- fires when the end date input loses focus; trigger end date and range integrity validation here
|
|
127
|
+
|
|
128
|
+
---
|
|
129
|
+
|
|
130
|
+
## Methods
|
|
131
|
+
|
|
132
|
+
- `reformatDate(inputFormat, outputFormat, date?)` -- converts a date string between formats
|
|
133
|
+
- `isValidISO(input?)` -- returns whether the provided date string is a valid ISO date
|
|
134
|
+
|
|
135
|
+
---
|
|
136
|
+
|
|
137
|
+
## Code Example
|
|
138
|
+
|
|
139
|
+
*(to be filled in by developer)*
|
|
140
|
+
|
|
141
|
+
# wm-datepicker
|
|
142
|
+
|
|
143
|
+
## Purpose
|
|
144
|
+
|
|
145
|
+
A form input that lets users specify a single date either by typing it directly into a text field or by selecting it from a calendar popup.
|
|
146
|
+
|
|
147
|
+
---
|
|
148
|
+
|
|
149
|
+
## When to Use
|
|
150
|
+
|
|
151
|
+
- **Collecting a single date value in a form** -- when a user needs to provide one specific date (a due date, start date, birth date, submission deadline), Datepicker is the standard input, offering both typed entry for speed and a calendar popup for browsing.
|
|
152
|
+
|
|
153
|
+
---
|
|
154
|
+
|
|
155
|
+
## Do Not Use For
|
|
156
|
+
|
|
157
|
+
- **Selecting a start and end date together** -- if the input represents a range, use wm-date-range instead; Datepicker only captures a single date and has no concept of a paired second value.
|
|
158
|
+
- **Inputs where time is also required** -- Datepicker captures dates only; if the user also needs to specify a time, pair it with wm-timepicker rather than expecting Datepicker to handle both.
|
|
159
|
+
|
|
160
|
+
---
|
|
161
|
+
|
|
162
|
+
## Related Components
|
|
163
|
+
|
|
164
|
+
- `<wm-date-range>` -- if the user needs to select both a start and end date together, use Date Range; Datepicker is for a single date only.
|
|
165
|
+
- `<wm-timepicker>` -- if a time of day is also required alongside the date, pair Datepicker with Timepicker; Datepicker has no time input capability.
|
|
166
|
+
- `<wm-input>` -- if the value being collected looks like a date but has no need for calendar navigation or date validation (e.g., a free-form year field), a plain Input may be sufficient; Datepicker is warranted when the calendar picker or date validation utilities add genuine value.
|
|
167
|
+
|
|
168
|
+
---
|
|
169
|
+
|
|
170
|
+
## Accessibility
|
|
171
|
+
|
|
172
|
+
- Accepting dates in a specific format: when the application requires a particular date format (e.g., international vs. US ordering), use the date-format property to communicate the expected format via the placeholder and screen reader messages, reducing input errors.
|
|
173
|
+
- Pre-focusing the calendar on a relevant date: when a default or suggested date exists (e.g., today, the start of a term), use the preselected property to open the calendar already positioned at that date, reducing navigation for the user.
|
|
174
|
+
- Validating a date entry externally: when the application needs to check whether a user-entered date is valid before saving, the component exposes isValidIso and reformatDate methods to support format conversion and validation without requiring custom parsing logic.
|
|
175
|
+
- Do not omit the label when hiding the visual label: the label is required for accessibility even when label-position="none"; omitting it leaves the field without a name for screen reader users.
|
|
176
|
+
- Conditional DOM rendering to show/hide the component: because the component manages its own calendar popup state, removing and re-adding it from the DOM can cause unexpected behavior; control visibility through other means.
|
|
177
|
+
|
|
178
|
+
---
|
|
179
|
+
|
|
180
|
+
## Variants / Types
|
|
181
|
+
|
|
182
|
+
_None documented_
|
|
183
|
+
|
|
184
|
+
---
|
|
185
|
+
|
|
186
|
+
## Props
|
|
187
|
+
|
|
188
|
+
- `label` -- required for accessibility even when label-position="none"
|
|
189
|
+
- `labelPosition` -- "top", "left", or "none"
|
|
190
|
+
- `dateFormat` -- specifies the expected date format (e.g., MM/DD/YYYY)
|
|
191
|
+
- `preselected` -- a date string used to pre-position the calendar when it opens; does not set the field value
|
|
192
|
+
- `value` -- the current date value of the input
|
|
193
|
+
- `errorMessage` -- validation error text displayed below the field
|
|
194
|
+
- `requiredField` -- marks the field as required
|
|
195
|
+
- `disabled` -- disables the input and calendar button
|
|
196
|
+
|
|
197
|
+
---
|
|
198
|
+
|
|
199
|
+
## Events
|
|
200
|
+
|
|
201
|
+
- `wmDatepickerDateSelected` -- fires when the user selects a date or types a complete valid date
|
|
202
|
+
- `wmDatepickerInputBlurred` -- fires when the input loses focus
|
|
203
|
+
|
|
204
|
+
---
|
|
205
|
+
|
|
206
|
+
## Methods
|
|
207
|
+
|
|
208
|
+
- `reformatDate(inputFormat, outputFormat, date?)` -- converts a date string between formats
|
|
209
|
+
- `isValidIso(input?)` -- returns whether the current or provided date string is a valid ISO date
|
|
210
|
+
|
|
211
|
+
---
|
|
212
|
+
|
|
213
|
+
## Code Example
|
|
214
|
+
|
|
215
|
+
*(to be filled in by developer)*
|
|
@@ -0,0 +1,210 @@
|
|
|
1
|
+
# `wm-datepicker`
|
|
2
|
+
|
|
3
|
+
Date input that lets users type a date or pick one from a calendar popup. Supports
|
|
4
|
+
configurable date formats, pre-selection, validation, and full keyboard navigation of the calendar.
|
|
5
|
+
Use instead of native `<input type="date">`.
|
|
6
|
+
|
|
7
|
+
## Props
|
|
8
|
+
|
|
9
|
+
| Name | Attribute | Type | Default | Required | Description |
|
|
10
|
+
| ---- | --------- | ---- | ------- | -------- | ----------- |
|
|
11
|
+
| `dateFormat` | `date-format` | `string` | `"mm/dd/yyyy"` | | |
|
|
12
|
+
| `disabled` | `disabled` | `boolean` | `false` | | |
|
|
13
|
+
| `errorMessage` | `error-message` | `string \| undefined` | | | |
|
|
14
|
+
| `label` | `label` | `string` | `""` | | |
|
|
15
|
+
| `labelPosition` | `label-position` | `"left" \| "none" \| "top"` | `"top"` | | |
|
|
16
|
+
| `preselected` | `preselected` | `string \| undefined` | | | |
|
|
17
|
+
| `requiredField` | `required-field` | `boolean` | `false` | | |
|
|
18
|
+
| `value` | `value` | `string \| undefined` | `""` | | |
|
|
19
|
+
|
|
20
|
+
## Events
|
|
21
|
+
|
|
22
|
+
| Event | Detail | Bubbles | Description |
|
|
23
|
+
| ----- | ------ | ------- | ----------- |
|
|
24
|
+
| `wmDatepickerDateSelected` | `any` | ✓ | |
|
|
25
|
+
| `wmDatepickerInputBlurred` | `any` | ✓ | |
|
|
26
|
+
|
|
27
|
+
## Methods
|
|
28
|
+
|
|
29
|
+
### `isValidIso(input?: string) => Promise<boolean>`
|
|
30
|
+
|
|
31
|
+
**Parameters**
|
|
32
|
+
|
|
33
|
+
| Name | Type | Description |
|
|
34
|
+
| ---- | ---- | ----------- |
|
|
35
|
+
| `input` | `string \| undefined` | - The string to validate. |
|
|
36
|
+
|
|
37
|
+
**Returns** `Promise<boolean>` -- `true` if the string is a valid ISO date, `false` otherwise.
|
|
38
|
+
|
|
39
|
+
### `reformatDate(inputFormat: "US" | "INT" | "ISO", outputFormat: "US" | "INT" | "ISO", date?: string) => Promise<string>`
|
|
40
|
+
|
|
41
|
+
**Parameters**
|
|
42
|
+
|
|
43
|
+
| Name | Type | Description |
|
|
44
|
+
| ---- | ---- | ----------- |
|
|
45
|
+
| `inputFormat` | `"US" \| "INT" \| "ISO"` | - Format of the input date string. |
|
|
46
|
+
| `outputFormat` | `"US" \| "INT" \| "ISO"` | - Desired output format. |
|
|
47
|
+
| `date` | `string \| undefined` | - The date string to reformat. |
|
|
48
|
+
|
|
49
|
+
**Returns** `Promise<string>` -- The reformatted date string, an empty string if `date` is omitted or falsy, or the
|
|
50
|
+
original string unchanged if it cannot be parsed.
|
|
51
|
+
|
|
52
|
+
## Depends On
|
|
53
|
+
|
|
54
|
+
- `priv-calendar`
|
|
55
|
+
|
|
56
|
+
# wm-date-range
|
|
57
|
+
|
|
58
|
+
## Purpose
|
|
59
|
+
|
|
60
|
+
A paired date input that lets users specify both a start and end date by typing or using a shared calendar popup. The two values are treated as a single, related range.
|
|
61
|
+
|
|
62
|
+
---
|
|
63
|
+
|
|
64
|
+
## When to Use
|
|
65
|
+
|
|
66
|
+
- **Collecting a bounded time period with a start and end** -- when a user needs to define a window of time (a reporting period, an enrollment window, a project timeline), use Date Range to capture both boundary dates as a single, semantically linked input rather than two independent Datepickers.
|
|
67
|
+
- **Filtering data by a date range** -- when a user is narrowing results by a time window (e.g., "show records between these two dates"), Date Range provides the right interaction model with a shared calendar that highlights the selected span visually.
|
|
68
|
+
- **Enforcing range integrity at the form level** -- when the application needs to validate that the start date precedes the end date, Date Range exposes the right blur events and standardized error messages to handle all range validation scenarios consistently.
|
|
69
|
+
- **Allowing range selection via a shared calendar popup** -- when users benefit from seeing both dates in context on a calendar, Date Range's shared popup highlights the full selected range, which two independent Datepickers cannot do.
|
|
70
|
+
|
|
71
|
+
---
|
|
72
|
+
|
|
73
|
+
## Do Not Use For
|
|
74
|
+
|
|
75
|
+
- **Two separate dates that happen to be related** -- if the two dates are logically a range, use Date Range; two independent Datepickers have no shared calendar, no range highlighting, and no built-in mechanism to enforce that start precedes end.
|
|
76
|
+
- **Selecting a single point in time** -- if the user is selecting one date rather than a span, use wm-datepicker; Date Range always manages two values and two validation states, which is unnecessary overhead for a single date.
|
|
77
|
+
|
|
78
|
+
---
|
|
79
|
+
|
|
80
|
+
## Related Components
|
|
81
|
+
|
|
82
|
+
- `<wm-datepicker>` -- if only a single date is needed rather than a start-and-end pair, use Datepicker; Date Range always manages two values and is only appropriate when both are required together.
|
|
83
|
+
- `<wm-timepicker>` -- if the range also needs to capture times of day, Date Range has no time input; pair it with Timepicker fields for the start and end times separately.
|
|
84
|
+
- `<wm-select>` -- if the user is choosing from a predefined list of named time periods (e.g., "Q1 2025", "Fall Semester") rather than specifying arbitrary dates, Select is more appropriate; Date Range is for open-ended date entry.
|
|
85
|
+
|
|
86
|
+
---
|
|
87
|
+
|
|
88
|
+
## Accessibility
|
|
89
|
+
|
|
90
|
+
- Validating on every keystroke: all validations should be performed on blur, not while the user is still typing; premature validation fires errors before the user has finished entering a value.
|
|
91
|
+
- Clearing errors on blur: errors should be cleared when the field is focused again, not when it blurs; reversing this produces confusing behavior where errors appear and disappear at unexpected moments.
|
|
92
|
+
|
|
93
|
+
---
|
|
94
|
+
|
|
95
|
+
## Variants / Types
|
|
96
|
+
|
|
97
|
+
_None documented_
|
|
98
|
+
|
|
99
|
+
---
|
|
100
|
+
|
|
101
|
+
## Props
|
|
102
|
+
|
|
103
|
+
- `labelStart` -- required; the accessible label for the start date input
|
|
104
|
+
- `labelEnd` -- required; the accessible label for the end date input
|
|
105
|
+
- `dateFormat` -- specifies the expected date format for both inputs
|
|
106
|
+
- `preselected` -- a date string used to pre-position the calendar when it opens
|
|
107
|
+
- `valueStart` -- the current start date value
|
|
108
|
+
- `valueEnd` -- the current end date value
|
|
109
|
+
- `invalidStart` -- marks the start date input as invalid; triggers error styling
|
|
110
|
+
- `invalidEnd` -- marks the end date input as invalid; triggers error styling
|
|
111
|
+
- `errorMessage` -- validation error text displayed below the component
|
|
112
|
+
- `requiredField` -- marks both fields as required
|
|
113
|
+
- `disabled` -- disables both inputs and the calendar button
|
|
114
|
+
|
|
115
|
+
---
|
|
116
|
+
|
|
117
|
+
## Events
|
|
118
|
+
|
|
119
|
+
- `wmRangeSelection` -- fires when the user completes a range selection in the calendar
|
|
120
|
+
- `wmStartInputBlur` -- fires when the start date input loses focus; trigger start date validation here
|
|
121
|
+
- `wmEndInputBlur` -- fires when the end date input loses focus; trigger end date and range integrity validation here
|
|
122
|
+
|
|
123
|
+
---
|
|
124
|
+
|
|
125
|
+
## Methods
|
|
126
|
+
|
|
127
|
+
- `reformatDate(inputFormat, outputFormat, date?)` -- converts a date string between formats
|
|
128
|
+
- `isValidISO(input?)` -- returns whether the provided date string is a valid ISO date
|
|
129
|
+
|
|
130
|
+
---
|
|
131
|
+
|
|
132
|
+
## Code Example
|
|
133
|
+
|
|
134
|
+
*(to be filled in by developer)*
|
|
135
|
+
|
|
136
|
+
# wm-datepicker
|
|
137
|
+
|
|
138
|
+
## Purpose
|
|
139
|
+
|
|
140
|
+
A form input that lets users specify a single date either by typing it directly into a text field or by selecting it from a calendar popup.
|
|
141
|
+
|
|
142
|
+
---
|
|
143
|
+
|
|
144
|
+
## When to Use
|
|
145
|
+
|
|
146
|
+
- **Collecting a single date value in a form** -- when a user needs to provide one specific date (a due date, start date, birth date, submission deadline), Datepicker is the standard input, offering both typed entry for speed and a calendar popup for browsing.
|
|
147
|
+
|
|
148
|
+
---
|
|
149
|
+
|
|
150
|
+
## Do Not Use For
|
|
151
|
+
|
|
152
|
+
- **Selecting a start and end date together** -- if the input represents a range, use wm-date-range instead; Datepicker only captures a single date and has no concept of a paired second value.
|
|
153
|
+
- **Inputs where time is also required** -- Datepicker captures dates only; if the user also needs to specify a time, pair it with wm-timepicker rather than expecting Datepicker to handle both.
|
|
154
|
+
|
|
155
|
+
---
|
|
156
|
+
|
|
157
|
+
## Related Components
|
|
158
|
+
|
|
159
|
+
- `<wm-date-range>` -- if the user needs to select both a start and end date together, use Date Range; Datepicker is for a single date only.
|
|
160
|
+
- `<wm-timepicker>` -- if a time of day is also required alongside the date, pair Datepicker with Timepicker; Datepicker has no time input capability.
|
|
161
|
+
- `<wm-input>` -- if the value being collected looks like a date but has no need for calendar navigation or date validation (e.g., a free-form year field), a plain Input may be sufficient; Datepicker is warranted when the calendar picker or date validation utilities add genuine value.
|
|
162
|
+
|
|
163
|
+
---
|
|
164
|
+
|
|
165
|
+
## Accessibility
|
|
166
|
+
|
|
167
|
+
- Accepting dates in a specific format: when the application requires a particular date format (e.g., international vs. US ordering), use the date-format property to communicate the expected format via the placeholder and screen reader messages, reducing input errors.
|
|
168
|
+
- Pre-focusing the calendar on a relevant date: when a default or suggested date exists (e.g., today, the start of a term), use the preselected property to open the calendar already positioned at that date, reducing navigation for the user.
|
|
169
|
+
- Validating a date entry externally: when the application needs to check whether a user-entered date is valid before saving, the component exposes isValidIso and reformatDate methods to support format conversion and validation without requiring custom parsing logic.
|
|
170
|
+
- Do not omit the label when hiding the visual label: the label is required for accessibility even when label-position="none"; omitting it leaves the field without a name for screen reader users.
|
|
171
|
+
- Conditional DOM rendering to show/hide the component: because the component manages its own calendar popup state, removing and re-adding it from the DOM can cause unexpected behavior; control visibility through other means.
|
|
172
|
+
|
|
173
|
+
---
|
|
174
|
+
|
|
175
|
+
## Variants / Types
|
|
176
|
+
|
|
177
|
+
_None documented_
|
|
178
|
+
|
|
179
|
+
---
|
|
180
|
+
|
|
181
|
+
## Props
|
|
182
|
+
|
|
183
|
+
- `label` -- required for accessibility even when label-position="none"
|
|
184
|
+
- `labelPosition` -- "top", "left", or "none"
|
|
185
|
+
- `dateFormat` -- specifies the expected date format (e.g., MM/DD/YYYY)
|
|
186
|
+
- `preselected` -- a date string used to pre-position the calendar when it opens; does not set the field value
|
|
187
|
+
- `value` -- the current date value of the input
|
|
188
|
+
- `errorMessage` -- validation error text displayed below the field
|
|
189
|
+
- `requiredField` -- marks the field as required
|
|
190
|
+
- `disabled` -- disables the input and calendar button
|
|
191
|
+
|
|
192
|
+
---
|
|
193
|
+
|
|
194
|
+
## Events
|
|
195
|
+
|
|
196
|
+
- `wmDatepickerDateSelected` -- fires when the user selects a date or types a complete valid date
|
|
197
|
+
- `wmDatepickerInputBlurred` -- fires when the input loses focus
|
|
198
|
+
|
|
199
|
+
---
|
|
200
|
+
|
|
201
|
+
## Methods
|
|
202
|
+
|
|
203
|
+
- `reformatDate(inputFormat, outputFormat, date?)` -- converts a date string between formats
|
|
204
|
+
- `isValidIso(input?)` -- returns whether the current or provided date string is a valid ISO date
|
|
205
|
+
|
|
206
|
+
---
|
|
207
|
+
|
|
208
|
+
## Code Example
|
|
209
|
+
|
|
210
|
+
*(to be filled in by developer)*
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
# `wm-file-list`
|
|
2
|
+
|
|
3
|
+
Read-only list of files with optional preview and download actions. Visually similar to the
|
|
4
|
+
Uploader but with no upload capability. Use when displaying existing files users can view or
|
|
5
|
+
download, not when they need to upload new ones.
|
|
6
|
+
|
|
7
|
+
## Props
|
|
8
|
+
|
|
9
|
+
| Name | Attribute | Type | Default | Required | Description |
|
|
10
|
+
| ---- | --------- | ---- | ------- | -------- | ----------- |
|
|
11
|
+
| `showInfo` | `show-info` | `"all" \| "last-updated" \| "none" \| "size" \| "uploaded-by"` | `"last-updated"` | | |
|
|
12
|
+
|
|
13
|
+
## Slots
|
|
14
|
+
|
|
15
|
+
| Name | Description |
|
|
16
|
+
| ---- | ----------- |
|
|
17
|
+
| _(default)_ | One or more wm-file child elements. |
|
|
18
|
+
|
|
19
|
+
# wm-file-list
|
|
20
|
+
|
|
21
|
+
## Purpose
|
|
22
|
+
|
|
23
|
+
A read-only display component that presents a list of existing files with their metadata and per-file actions (preview, download, delete), distinct from the Uploader in that it surfaces files already in the system rather than accepting new ones.
|
|
24
|
+
|
|
25
|
+
---
|
|
26
|
+
|
|
27
|
+
## When to Use
|
|
28
|
+
|
|
29
|
+
- **Displaying files already associated with a record** -- when a page or form needs to show files that have previously been uploaded or attached (e.g., supporting documents on a profile, attachments on a submission), use File List to surface them with consistent metadata and actions.
|
|
30
|
+
- **Allowing users to download or preview existing files** -- when the user's relationship to the files is read-access (they need to open or save a file but not replace it), use File List with file-actions="preview download" on each wm-file.
|
|
31
|
+
- **Surfacing file-level error states** -- when a specific file in the list has failed validation or processing, use the error-message property on the individual wm-file to communicate the problem at the file level rather than at the form level.
|
|
32
|
+
|
|
33
|
+
---
|
|
34
|
+
|
|
35
|
+
## Do Not Use For
|
|
36
|
+
|
|
37
|
+
- **Accepting new file uploads** -- File List is explicitly read-only and has no upload mechanism; if users need to add files, use wm-uploader instead, and pair it with File List to show what has already been uploaded.
|
|
38
|
+
- **Empty states** -- File List has no empty state handling built in; if the list may be empty and that state needs a message or call to action, the surrounding page must handle that.
|
|
39
|
+
- **General-purpose lists of records** -- File List is purpose-built for files with extensions, metadata, and file-specific actions; it is not a substitute for a generic list or table of records.
|
|
40
|
+
|
|
41
|
+
---
|
|
42
|
+
|
|
43
|
+
## Related Components
|
|
44
|
+
|
|
45
|
+
- `<wm-uploader>` -- if users need to add new files, use Uploader; File List is strictly for displaying and acting on files that already exist. The two are commonly paired: Uploader to add, File List to review what has been added.
|
|
46
|
+
|
|
47
|
+
---
|
|
48
|
+
|
|
49
|
+
## Accessibility
|
|
50
|
+
|
|
51
|
+
_Not documented_
|
|
52
|
+
|
|
53
|
+
---
|
|
54
|
+
|
|
55
|
+
## Variants / Types
|
|
56
|
+
|
|
57
|
+
_None documented_
|
|
58
|
+
|
|
59
|
+
---
|
|
60
|
+
|
|
61
|
+
## Props
|
|
62
|
+
|
|
63
|
+
- wm-file-list props:
|
|
64
|
+
- `showInfo` -- controls which metadata columns are shown: "size", "last-updated", "uploaded-by", "all", or "none"
|
|
65
|
+
- `wm-file props (child` -- one per file):
|
|
66
|
+
- `name` -- required; the file's display name
|
|
67
|
+
- `type` -- required; the file's MIME type or extension
|
|
68
|
+
- `showInfo` -- overrides the parent list's showInfo for this individual file
|
|
69
|
+
- `fileActions` -- space-separated string of actions available on this file (e.g., "preview download delete")
|
|
70
|
+
- `progress` -- upload progress as a number 0-100; renders a progress bar when set
|
|
71
|
+
- `errorMessage` -- error text scoped to this individual file
|
|
72
|
+
- `size` -- display string for the file size (e.g., "2.4 MB")
|
|
73
|
+
- `lastUpdated` -- display string for the last updated timestamp
|
|
74
|
+
- `uploadedBy` -- display string for the name of the user who uploaded the file
|
|
75
|
+
|
|
76
|
+
---
|
|
77
|
+
|
|
78
|
+
## Events
|
|
79
|
+
|
|
80
|
+
- `wmFilePreview` -- fires when the user activates the preview action
|
|
81
|
+
- `wmFileDownload` -- fires when the user activates the download action
|
|
82
|
+
- `wmFileDelete` -- fires when the user activates the delete action
|
|
83
|
+
- `wmFileErrorCleared` -- fires when the user dismisses a file-level error
|
|
84
|
+
|
|
85
|
+
---
|
|
86
|
+
|
|
87
|
+
## Methods
|
|
88
|
+
|
|
89
|
+
- _None exposed_
|
|
90
|
+
|
|
91
|
+
---
|
|
92
|
+
|
|
93
|
+
## Code Example
|
|
94
|
+
|
|
95
|
+
*(to be filled in by developer)*
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# `wm-file`
|
|
2
|
+
|
|
3
|
+
Displays a single file row with its name, optional metadata, and configurable action buttons
|
|
4
|
+
(preview, download, delete). Adapts responsively -- at narrow widths action buttons collapse
|
|
5
|
+
into an action menu. Used as a child of wm-file-list or wm-uploader.
|
|
6
|
+
|
|
7
|
+
## Props
|
|
8
|
+
|
|
9
|
+
| Name | Attribute | Type | Default | Required | Description |
|
|
10
|
+
| ---- | --------- | ---- | ------- | -------- | ----------- |
|
|
11
|
+
| `errorMessage` | `error-message` | `string \| undefined` | | | |
|
|
12
|
+
| `fileActions` | `file-actions` | `string` | `"download delete"` | | |
|
|
13
|
+
| `lastUpdated` | `last-updated` | `string \| undefined` | | | |
|
|
14
|
+
| `name` | `name` | `string` | | ✓ | |
|
|
15
|
+
| `progress` | `progress` | `number \| undefined` | | | |
|
|
16
|
+
| `showInfo` | `show-info` | `"all" \| "last-updated" \| "none" \| "size" \| "time" \| "uploaded-by" \| undefined` | `"last-updated"` | | |
|
|
17
|
+
| `size` | `size` | `string \| undefined` | | | |
|
|
18
|
+
| `type` | `type` | `string` | | ✓ | |
|
|
19
|
+
| `uploadedBy` | `uploaded-by` | `string \| undefined` | | | |
|
|
20
|
+
|
|
21
|
+
## Events
|
|
22
|
+
|
|
23
|
+
| Event | Detail | Bubbles | Description |
|
|
24
|
+
| ----- | ------ | ------- | ----------- |
|
|
25
|
+
| `wmFileDelete` | `any` | ✓ | |
|
|
26
|
+
| `wmFileDownload` | `any` | ✓ | |
|
|
27
|
+
| `wmFileErrorCleared` | `any` | ✓ | |
|
|
28
|
+
| `wmFilePreview` | `any` | ✓ | |
|
|
29
|
+
|
|
30
|
+
## Depends On
|
|
31
|
+
|
|
32
|
+
- `wm-menuitem`
|
|
33
|
+
- `wm-action-menu`
|
|
34
|
+
- `wm-button`
|