@watermarkinsights/ripple 5.16.0-alpha.1 → 5.16.0-alpha.11
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-DRIUP2B4.js +7 -0
- package/dist/cjs/{chartFunctions-439c6fd4.js → chartFunctions-D441_SCy.js} +2 -3
- package/dist/cjs/{functions-dd27bda3.js → functions-Cv4tH2z-.js} +90 -83
- package/dist/cjs/{index-788526f5.js → index-bkpjhWBk.js} +777 -410
- package/dist/cjs/{intl-6d72b4a0.js → intl-CDsbzEBp.js} +3 -3
- package/dist/cjs/loader.cjs.js +3 -5
- package/dist/cjs/priv-calendar.cjs.entry.js +6 -12
- package/dist/cjs/priv-chart-popover.cjs.entry.js +4 -8
- package/dist/cjs/priv-navigator-button.cjs.entry.js +3 -6
- package/dist/cjs/priv-navigator-item.cjs.entry.js +3 -6
- package/dist/cjs/priv-option-list.cjs.entry.js +10 -16
- package/dist/cjs/ripple.cjs.js +7 -7
- package/dist/cjs/wm-action-menu_2.cjs.entry.js +11 -20
- package/dist/cjs/wm-button.cjs.entry.js +9 -17
- package/dist/cjs/wm-chart-slice.cjs.entry.js +1 -8
- package/dist/cjs/wm-chart.cjs.entry.js +14 -18
- package/dist/cjs/wm-date-range.cjs.entry.js +10 -15
- package/dist/cjs/wm-datepicker.cjs.entry.js +18 -17
- package/dist/cjs/wm-file-list.cjs.entry.js +3 -6
- package/dist/cjs/wm-file.cjs.entry.js +6 -16
- package/dist/cjs/wm-flyout.cjs.entry.js +6 -17
- package/dist/cjs/wm-input.cjs.entry.js +13 -19
- package/dist/cjs/wm-line-chart.cjs.entry.js +18 -28
- package/dist/cjs/wm-modal-pss_3.cjs.entry.js +12 -18
- package/dist/cjs/wm-modal_3.cjs.entry.js +12 -19
- package/dist/cjs/wm-navigation_3.cjs.entry.js +13 -22
- package/dist/cjs/wm-navigator.cjs.entry.js +17 -15
- package/dist/cjs/wm-nested-select.cjs.entry.js +21 -20
- package/dist/cjs/wm-optgroup.cjs.entry.js +3 -7
- package/dist/cjs/wm-option_2.cjs.entry.js +19 -20
- package/dist/cjs/wm-pagination.cjs.entry.js +11 -14
- package/dist/cjs/wm-progress-indicator_3.cjs.entry.js +10 -27
- package/dist/cjs/wm-search.cjs.entry.js +27 -11
- package/dist/cjs/wm-snackbar.cjs.entry.js +10 -12
- package/dist/cjs/wm-tab-item_3.cjs.entry.js +23 -19
- package/dist/cjs/wm-tag-input.cjs.entry.js +42 -48
- package/dist/cjs/wm-tag-option.cjs.entry.js +2 -8
- package/dist/cjs/wm-textarea.cjs.entry.js +13 -14
- package/dist/cjs/wm-timepicker.cjs.entry.js +18 -17
- package/dist/cjs/wm-toggletip.cjs.entry.js +9 -14
- package/dist/cjs/wm-uploader.cjs.entry.js +18 -22
- package/dist/cjs/wm-wrapper.cjs.entry.js +1 -3
- package/dist/collection/collection-manifest.json +2 -2
- package/dist/collection/components/charts/priv-chart-popover/priv-chart-popover.js +8 -4
- package/dist/collection/components/charts/wm-chart/wm-chart-slice.js +15 -12
- package/dist/collection/components/charts/wm-chart/wm-chart.js +45 -22
- package/dist/collection/components/charts/wm-line-chart/wm-line-chart.js +52 -33
- package/dist/collection/components/charts/wm-progress-monitor/wm-progress-indicator.js +23 -16
- package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.js +9 -6
- package/dist/collection/components/charts/wm-progress-monitor/wm-progress-slice.js +15 -12
- package/dist/collection/components/datepickers/datepicker.css +15 -9
- package/dist/collection/components/datepickers/priv-calendar/priv-calendar.js +21 -12
- package/dist/collection/components/datepickers/wm-date-range.js +39 -19
- package/dist/collection/components/datepickers/wm-datepicker.js +39 -19
- package/dist/collection/components/selects/priv-option-list/priv-option-list.js +27 -16
- package/dist/collection/components/selects/wm-nested-select/wm-nested-select.css +15 -9
- package/dist/collection/components/selects/wm-nested-select/wm-nested-select.js +56 -26
- package/dist/collection/components/selects/wm-optgroup/wm-optgroup.js +12 -5
- package/dist/collection/components/selects/wm-option/wm-option.js +15 -6
- package/dist/collection/components/selects/wm-select/wm-select.css +15 -9
- package/dist/collection/components/selects/wm-select/wm-select.js +50 -22
- package/dist/collection/components/wm-action-menu/wm-action-menu.js +25 -16
- package/dist/collection/components/wm-button/wm-button.js +44 -23
- package/dist/collection/components/wm-file/wm-file.js +30 -19
- package/dist/collection/components/wm-file-list/wm-file-list.js +4 -2
- package/dist/collection/components/wm-flyout/wm-flyout.js +32 -20
- package/dist/collection/components/wm-input/wm-input.css +15 -9
- package/dist/collection/components/wm-input/wm-input.js +63 -30
- package/dist/collection/components/wm-menuitem/wm-menuitem.js +11 -5
- package/dist/collection/components/wm-modal/wm-modal-footer.js +16 -6
- package/dist/collection/components/wm-modal/wm-modal-header.js +7 -3
- package/dist/collection/components/wm-modal/wm-modal.css +1 -1
- package/dist/collection/components/wm-modal/wm-modal.js +15 -9
- package/dist/collection/components/wm-modal-pss/wm-modal-pss-footer.js +16 -6
- package/dist/collection/components/wm-modal-pss/wm-modal-pss-header.js +7 -3
- package/dist/collection/components/wm-modal-pss/wm-modal-pss.js +16 -9
- package/dist/collection/components/wm-navigation/wm-navigation-hamburger.js +6 -5
- package/dist/collection/components/wm-navigation/wm-navigation-item.js +10 -9
- package/dist/collection/components/wm-navigation/wm-navigation.js +6 -4
- package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.js +7 -3
- package/dist/collection/components/wm-navigator/priv-navigator-item/priv-navigator-item.js +10 -4
- package/dist/collection/components/wm-navigator/wm-navigator.js +34 -15
- package/dist/collection/components/wm-pagination/wm-pagination.js +22 -12
- package/dist/collection/components/wm-search/wm-search.js +47 -12
- package/dist/collection/components/wm-snackbar/wm-snackbar.js +9 -6
- package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.js +19 -7
- package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.js +10 -7
- package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.js +13 -3
- package/dist/collection/components/wm-tag-input/wm-tag-input.css +23 -17
- package/dist/collection/components/wm-tag-input/wm-tag-input.js +79 -54
- package/dist/collection/components/wm-tag-input/wm-tag-option/wm-tag-option.js +18 -10
- package/dist/collection/components/wm-textarea/wm-textarea.css +15 -9
- package/dist/collection/components/wm-textarea/wm-textarea.js +42 -18
- package/dist/collection/components/wm-timepicker/wm-timepicker.css +15 -9
- package/dist/collection/components/wm-timepicker/wm-timepicker.js +36 -18
- package/dist/collection/components/wm-toggletip/wm-toggletip.js +21 -13
- package/dist/collection/components/wm-uploader/wm-uploader.css +21 -10
- package/dist/collection/components/wm-uploader/wm-uploader.js +47 -26
- package/dist/collection/global/intl.js +2 -2
- package/dist/esm/app-globals-C7MKvxOg.js +5 -0
- package/dist/esm/{chartFunctions-6749593d.js → chartFunctions-D1WRRNPk.js} +3 -4
- package/dist/esm/{functions-dabfd76f.js → functions-DT2ztGYg.js} +91 -84
- package/dist/esm/{index-130e07bb.js → index-BmU89qgm.js} +774 -406
- package/dist/esm/{intl-43676e71.js → intl-BnrBfoLu.js} +3 -3
- package/dist/esm/loader.js +4 -4
- package/dist/esm/priv-calendar.entry.js +6 -10
- package/dist/esm/priv-chart-popover.entry.js +4 -6
- package/dist/esm/priv-navigator-button.entry.js +3 -4
- package/dist/esm/priv-navigator-item.entry.js +3 -4
- package/dist/esm/priv-option-list.entry.js +10 -14
- package/dist/esm/ripple.js +6 -5
- package/dist/esm/wm-action-menu_2.entry.js +11 -18
- package/dist/esm/wm-button.entry.js +9 -15
- package/dist/esm/wm-chart-slice.entry.js +1 -6
- package/dist/esm/wm-chart.entry.js +14 -16
- package/dist/esm/wm-date-range.entry.js +10 -13
- package/dist/esm/wm-datepicker.entry.js +18 -15
- package/dist/esm/wm-file-list.entry.js +3 -4
- package/dist/esm/wm-file.entry.js +6 -14
- package/dist/esm/wm-flyout.entry.js +6 -15
- package/dist/esm/wm-input.entry.js +13 -17
- package/dist/esm/wm-line-chart.entry.js +18 -26
- package/dist/esm/wm-modal-pss_3.entry.js +12 -16
- package/dist/esm/wm-modal_3.entry.js +12 -17
- package/dist/esm/wm-navigation_3.entry.js +13 -20
- package/dist/esm/wm-navigator.entry.js +17 -13
- package/dist/esm/wm-nested-select.entry.js +21 -18
- package/dist/esm/wm-optgroup.entry.js +3 -5
- package/dist/esm/wm-option_2.entry.js +19 -18
- package/dist/esm/wm-pagination.entry.js +11 -12
- package/dist/esm/wm-progress-indicator_3.entry.js +10 -25
- package/dist/esm/wm-search.entry.js +27 -9
- package/dist/esm/wm-snackbar.entry.js +10 -10
- package/dist/esm/wm-tab-item_3.entry.js +23 -17
- package/dist/esm/wm-tag-input.entry.js +42 -46
- package/dist/esm/wm-tag-option.entry.js +2 -6
- package/dist/esm/wm-textarea.entry.js +13 -12
- package/dist/esm/wm-timepicker.entry.js +18 -15
- package/dist/esm/wm-toggletip.entry.js +9 -12
- package/dist/esm/wm-uploader.entry.js +18 -20
- package/dist/esm/wm-wrapper.entry.js +1 -1
- package/dist/esm-es5/app-globals-C7MKvxOg.js +1 -0
- package/dist/esm-es5/chartFunctions-D1WRRNPk.js +1 -0
- package/dist/esm-es5/functions-DT2ztGYg.js +1 -0
- package/dist/esm-es5/index-BmU89qgm.js +1 -0
- package/dist/esm-es5/{intl-43676e71.js → intl-BnrBfoLu.js} +1 -1
- 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.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-slice.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-tag-option.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/esm-es5/wm-wrapper.entry.js +1 -1
- package/dist/ripple/{p-c7d71181.system.entry.js → p-00cec2a0.system.entry.js} +1 -1
- package/dist/ripple/{p-1955c66a.system.entry.js → p-07cb5512.system.entry.js} +1 -1
- package/dist/ripple/p-08b265a2.entry.js +1 -0
- package/dist/ripple/{p-12d6ab73.system.entry.js → p-0fce4df8.system.entry.js} +1 -1
- package/dist/ripple/{p-59591401.entry.js → p-120c9c9c.entry.js} +1 -1
- package/dist/ripple/{p-57c25b63.entry.js → p-12e14668.entry.js} +1 -1
- package/dist/ripple/p-19f43d88.entry.js +1 -0
- package/dist/ripple/{p-b23c6351.system.entry.js → p-2269f7f7.system.entry.js} +1 -1
- package/dist/ripple/{p-4fb4deb9.entry.js → p-24857d09.entry.js} +1 -1
- package/dist/ripple/{p-89479d02.system.entry.js → p-24a498ec.system.entry.js} +1 -1
- package/dist/ripple/p-29eb4cc7.entry.js +1 -0
- package/dist/ripple/{p-4c2a044d.system.entry.js → p-2a85a48c.system.entry.js} +1 -1
- package/dist/ripple/{p-97ffaa7d.entry.js → p-2f04ea70.entry.js} +1 -1
- package/dist/ripple/{p-f9fa1506.system.entry.js → p-35f0c155.system.entry.js} +1 -1
- package/dist/ripple/p-3d83fdec.system.entry.js +1 -0
- package/dist/ripple/p-423931b7.entry.js +1 -0
- package/dist/ripple/p-44004383.entry.js +1 -0
- package/dist/ripple/p-4adda78c.entry.js +1 -0
- package/dist/ripple/{p-fe71ec64.system.entry.js → p-514af1a7.system.entry.js} +1 -1
- package/dist/ripple/{p-61f9987d.system.entry.js → p-582e730d.system.entry.js} +1 -1
- package/dist/ripple/p-59030f63.entry.js +1 -0
- package/dist/ripple/{p-9b2281e2.system.entry.js → p-5975c901.system.entry.js} +1 -1
- package/dist/ripple/{p-091fbc50.system.entry.js → p-5a10db87.system.entry.js} +1 -1
- package/dist/ripple/{p-72ed488e.system.entry.js → p-5aeb9091.system.entry.js} +1 -1
- package/dist/ripple/p-5b523b9f.system.entry.js +1 -0
- package/dist/ripple/p-5bb7a993.entry.js +1 -0
- package/dist/ripple/{p-74f103dd.entry.js → p-5ecfe800.entry.js} +1 -1
- package/dist/ripple/p-62520534.entry.js +1 -0
- package/dist/ripple/{p-c699aec8.system.entry.js → p-628dfdaf.system.entry.js} +1 -1
- package/dist/ripple/{p-36fd8aed.system.entry.js → p-64a308de.system.entry.js} +1 -1
- package/dist/ripple/p-64f555f9.entry.js +1 -0
- package/dist/ripple/{p-92a50b38.system.entry.js → p-65058356.system.entry.js} +1 -1
- package/dist/ripple/{p-6a082957.entry.js → p-65c38f2b.entry.js} +1 -1
- package/dist/ripple/{p-9328023c.entry.js → p-6650bcad.entry.js} +1 -1
- package/dist/ripple/{p-30236be3.system.entry.js → p-6ed1a615.system.entry.js} +1 -1
- package/dist/ripple/{p-c53f5914.entry.js → p-72c247fb.system.entry.js} +1 -1
- package/dist/ripple/p-81245443.entry.js +1 -0
- package/dist/ripple/p-81870134.entry.js +1 -0
- package/dist/ripple/{p-2f7ca1a7.system.entry.js → p-819382b4.entry.js} +1 -1
- package/dist/ripple/{p-4e6b0a6e.system.entry.js → p-9223a1bf.system.entry.js} +1 -1
- package/dist/ripple/p-9635519f.entry.js +1 -0
- package/dist/ripple/{p-f8995a5e.system.entry.js → p-98c7683b.system.entry.js} +1 -1
- package/dist/ripple/p-9a5a577a.entry.js +1 -0
- package/dist/ripple/p-9a9e1d00.entry.js +1 -0
- package/dist/ripple/{p-f3df715f.entry.js → p-9e353b52.entry.js} +1 -1
- package/dist/ripple/p-B7qucsb3.system.js +1 -0
- package/dist/ripple/p-BRUS9KP_.system.js +1 -0
- package/dist/ripple/p-BmU89qgm.js +2 -0
- package/dist/ripple/p-CLQInGS5.system.js +1 -0
- package/dist/ripple/p-CZkA6XrR.js +1 -0
- package/dist/ripple/{p-49a347e1.js → p-ChCup6OE.js} +1 -1
- package/dist/ripple/p-D1BYKagG.js +1 -0
- package/dist/ripple/p-DT2ztGYg.js +1 -0
- package/dist/ripple/p-Dd2F6qzY.system.js +2 -0
- package/dist/ripple/p-Dg5uzcYb.system.js +1 -0
- package/dist/ripple/{p-ba399879.system.js → p-LmBQIm9U.system.js} +1 -1
- package/dist/ripple/p-a0add2dd.entry.js +1 -0
- package/dist/ripple/p-a1f70a0a.system.entry.js +1 -0
- package/dist/ripple/p-a8eff037.system.entry.js +1 -0
- package/dist/ripple/p-ac310358.entry.js +1 -0
- package/dist/ripple/{p-b01f9572.system.entry.js → p-bda8ce77.system.entry.js} +1 -1
- package/dist/ripple/{p-043901ab.system.entry.js → p-c12eb0fa.system.entry.js} +1 -1
- package/dist/ripple/p-c44cbbea.entry.js +1 -0
- package/dist/ripple/p-c72b5e55.system.entry.js +1 -0
- package/dist/ripple/{p-ceac4dea.system.entry.js → p-c889749f.system.entry.js} +1 -1
- package/dist/ripple/p-cb5c1920.entry.js +1 -0
- package/dist/ripple/{p-0bb576c5.system.entry.js → p-cc9752df.system.entry.js} +1 -1
- package/dist/ripple/{p-cd0cc88d.entry.js → p-cca5dd54.entry.js} +1 -1
- package/dist/ripple/p-d14aedd7.entry.js +1 -0
- package/dist/ripple/p-d1651848.entry.js +1 -0
- package/dist/ripple/{p-2823d02b.system.entry.js → p-d83f36af.system.entry.js} +1 -1
- package/dist/ripple/p-e01688df.system.entry.js +1 -0
- package/dist/ripple/p-e0a1a76d.system.entry.js +1 -0
- package/dist/ripple/{p-8ec2e944.system.entry.js → p-ec6e0106.system.entry.js} +1 -1
- package/dist/ripple/{p-bc4976e6.entry.js → p-ee8649b3.system.entry.js} +1 -1
- package/dist/ripple/p-f073981c.entry.js +1 -0
- package/dist/ripple/{p-a5fb4171.system.entry.js → p-f47bacb5.entry.js} +1 -1
- package/dist/ripple/{p-c4896784.system.entry.js → p-f4a19c56.system.entry.js} +1 -1
- package/dist/ripple/p-f4ad21f8.entry.js +1 -0
- package/dist/ripple/p-f5ca18bb.entry.js +1 -0
- package/dist/ripple/{p-fe93b6b9.system.entry.js → p-fe71211e.system.entry.js} +1 -1
- package/dist/ripple/ripple.esm.js +1 -1
- package/dist/ripple/ripple.js +1 -1
- package/dist/types/components/datepickers/wm-datepicker.d.ts +1 -0
- package/dist/types/components/selects/wm-nested-select/wm-nested-select.d.ts +1 -0
- package/dist/types/components/selects/wm-select/wm-select.d.ts +1 -0
- package/dist/types/components/wm-input/wm-input.d.ts +1 -0
- package/dist/types/components/wm-tag-input/wm-tag-input.d.ts +1 -0
- package/dist/types/components/wm-textarea/wm-textarea.d.ts +1 -0
- package/dist/types/components/wm-timepicker/wm-timepicker.d.ts +1 -0
- package/dist/types/components/wm-uploader/wm-uploader.d.ts +1 -0
- package/dist/types/components.d.ts +986 -0
- package/dist/types/stencil-public-runtime.d.ts +37 -2
- package/package.json +2 -2
- package/dist/cjs/app-globals-f56991b7.js +0 -92
- package/dist/esm/app-globals-cc7a1bd5.js +0 -90
- package/dist/esm-es5/app-globals-cc7a1bd5.js +0 -1
- package/dist/esm-es5/chartFunctions-6749593d.js +0 -1
- package/dist/esm-es5/functions-dabfd76f.js +0 -1
- package/dist/esm-es5/index-130e07bb.js +0 -1
- package/dist/loader/package.json +0 -11
- package/dist/ripple/p-0189929d.entry.js +0 -1
- package/dist/ripple/p-0c89b82c.entry.js +0 -1
- package/dist/ripple/p-12ac8f93.js +0 -1
- package/dist/ripple/p-13b1d775.entry.js +0 -1
- package/dist/ripple/p-144ce232.entry.js +0 -1
- package/dist/ripple/p-1497ccfc.entry.js +0 -1
- package/dist/ripple/p-1a3037aa.entry.js +0 -1
- package/dist/ripple/p-22b55b6f.entry.js +0 -1
- package/dist/ripple/p-257d2d5c.entry.js +0 -1
- package/dist/ripple/p-30201dc9.entry.js +0 -1
- package/dist/ripple/p-36d2b888.entry.js +0 -1
- package/dist/ripple/p-3f98056c.js +0 -1
- package/dist/ripple/p-41120a33.system.js +0 -1
- package/dist/ripple/p-492aa9fe.system.entry.js +0 -1
- package/dist/ripple/p-4a29bb8c.entry.js +0 -1
- package/dist/ripple/p-4cebf2d7.entry.js +0 -1
- package/dist/ripple/p-56d54fe6.system.entry.js +0 -1
- package/dist/ripple/p-5cff41e0.entry.js +0 -1
- package/dist/ripple/p-5ef786db.system.entry.js +0 -1
- package/dist/ripple/p-6a03a172.entry.js +0 -1
- package/dist/ripple/p-6abc1227.entry.js +0 -1
- package/dist/ripple/p-6d12cfb7.system.entry.js +0 -1
- package/dist/ripple/p-81ce2697.entry.js +0 -1
- package/dist/ripple/p-823d7b4e.system.entry.js +0 -1
- package/dist/ripple/p-89316785.system.js +0 -1
- package/dist/ripple/p-8a569d3b.entry.js +0 -1
- package/dist/ripple/p-8f987f71.entry.js +0 -1
- package/dist/ripple/p-92cb12d3.entry.js +0 -1
- package/dist/ripple/p-94f776eb.entry.js +0 -1
- package/dist/ripple/p-a2c8937d.js +0 -1
- package/dist/ripple/p-b34552b0.system.entry.js +0 -1
- package/dist/ripple/p-b39ab477.entry.js +0 -1
- package/dist/ripple/p-bb9f6920.entry.js +0 -1
- package/dist/ripple/p-bd48c50a.entry.js +0 -1
- package/dist/ripple/p-c1aa877a.system.js +0 -1
- package/dist/ripple/p-c31e1379.entry.js +0 -1
- package/dist/ripple/p-cef8a45b.system.js +0 -2
- package/dist/ripple/p-d333d851.system.entry.js +0 -1
- package/dist/ripple/p-d9da0502.js +0 -2
- package/dist/ripple/p-e59a48a6.system.js +0 -1
- /package/dist/cjs/{interfaces-85d78ae9.js → interfaces-C7YbtGnk.js} +0 -0
- /package/dist/esm/{interfaces-cc5b177f.js → interfaces-COwzv5zO.js} +0 -0
- /package/dist/esm-es5/{interfaces-cc5b177f.js → interfaces-COwzv5zO.js} +0 -0
- /package/dist/ripple/{p-2732bddd.js → p-COwzv5zO.js} +0 -0
- /package/dist/ripple/{p-42fa7a77.system.js → p-ClUp3GkF.system.js} +0 -0
- /package/dist/ripple/{p-50ea2036.system.js → p-YWpyar7R.system.js} +0 -0
|
@@ -1,18 +1,16 @@
|
|
|
1
1
|
import { h, Host } from "@stencil/core";
|
|
2
|
-
import { intl, toBool, handleDisabledAttribute, hasRoomRight, shouldOpenUp, dateToISO } from "../../global/functions";
|
|
2
|
+
import { intl, toBool, handleDisabledAttribute, hasRoomRight, shouldOpenUp, dateToISO, showTooltip, hideTooltip } from "../../global/functions";
|
|
3
3
|
export class DatePicker {
|
|
4
4
|
constructor() {
|
|
5
|
-
this.openUp = false;
|
|
6
|
-
this.popupClicked = false;
|
|
7
|
-
this.toggleButtonClicked = false;
|
|
8
5
|
this.value = "";
|
|
9
6
|
this.disabled = false;
|
|
10
7
|
this.dateFormat = "mm/dd/yyyy";
|
|
11
|
-
this.errorMessage = undefined;
|
|
12
8
|
this.labelPosition = "top";
|
|
13
9
|
this.label = "";
|
|
14
10
|
this.requiredField = false;
|
|
15
|
-
this.
|
|
11
|
+
this.openUp = false;
|
|
12
|
+
this.popupClicked = false;
|
|
13
|
+
this.toggleButtonClicked = false;
|
|
16
14
|
this.isExpanded = false;
|
|
17
15
|
}
|
|
18
16
|
get isDisabled() {
|
|
@@ -97,6 +95,12 @@ export class DatePicker {
|
|
|
97
95
|
const event = new CustomEvent("change");
|
|
98
96
|
this.el.dispatchEvent(event);
|
|
99
97
|
}
|
|
98
|
+
handleLabelMouseEnter(ev) {
|
|
99
|
+
const labelEl = ev.target;
|
|
100
|
+
if (labelEl.scrollWidth > labelEl.clientWidth) {
|
|
101
|
+
showTooltip("right", ev.target, this.label);
|
|
102
|
+
}
|
|
103
|
+
}
|
|
100
104
|
handleKey(ev) {
|
|
101
105
|
if (ev.key === "Escape" && this.isExpanded) {
|
|
102
106
|
ev.preventDefault();
|
|
@@ -212,23 +216,23 @@ export class DatePicker {
|
|
|
212
216
|
this.liveRegionEl.textContent = message;
|
|
213
217
|
}
|
|
214
218
|
render() {
|
|
215
|
-
return (h(Host, { key: '
|
|
219
|
+
return (h(Host, { key: 'a39778334c75f23ba1899c09be30532159690702', "aria-busy": "false", class: `${this.errorMessage ? "invalid" : ""}` }, h("div", { key: '6ee4980b6e71aee501d915f3c4dbbb3fbaf22734', ref: (d) => (this.dpWrapperEl = d), class: `wrapper label-${this.labelPosition} ${this.errorMessage ? "invalid" : ""}` }, h("div", { key: 'a3d835b3dbb22d46ad8b0bf4fb99c37655294739', class: "label-wrapper", ref: (e) => (this.labelWrapperEl = e) }, this.labelPosition !== "none" && (h("label", { key: '9a103f811a1cc1aec926e226bd5d74025a9722b7', id: "datepickerLabel", htmlFor: "date-input", class: "label", title: `${this.label} (${this.dateFormat})`, onMouseEnter: (ev) => this.handleLabelMouseEnter(ev), onMouseLeave: () => hideTooltip() }, this.label)), this.labelPosition !== "none" && this.requiredField && (h("div", { key: '670aee88b2b537798b586adc7514bd707292ef30', "aria-hidden": "true", class: "required" }, "*"))), h("div", { key: '5df7831267c9cc092485cdace4b6e0cf635aa436' }, h("div", { key: 'c1b475da0779513a06ef7c38dcfbde9a63fcfa55', class: "single-wrapper input" }, h("input", { key: '51f641e88d0a25894cb9b33c7bf5c0ba720a4767', disabled: this.isDisabled, type: "text", id: "single-date-input", class: "date-input", name: "date", placeholder: this.dateFormat, value: this.value, onFocus: () => this.handleInputFocus(), onInput: (ev) => this.handleInput(ev), onBlur: () => this.handleInputBlur(), onChange: () => this.handleInputChange(), ref: (input) => (this.inputEl = input), "aria-describedby": "error", "aria-label": this.label, "aria-required": this.requiredField ? "true" : null }), h("div", { key: 'b319f80dc709f9e9521adbbf3d5031d918d095d2', class: "container", id: "wm-container" }, h("button", { key: '0db3bd1fcce0f0633959eeadc5d7571bcbce45d2', disabled: this.disabled, onClick: this.togglePopup.bind(this), "aria-label": intl.formatMessage({
|
|
216
220
|
id: "date.selectDate",
|
|
217
221
|
defaultMessage: "Select date",
|
|
218
222
|
description: "Button text for screen readers.",
|
|
219
|
-
}), "aria-describedby": "single-date-input", ref: (el) => (this.toggleEl = el), "aria-expanded": `${this.isExpanded}`, class: "toggle", id: "toggle" }, h("span", { key: '
|
|
223
|
+
}), "aria-describedby": "single-date-input", ref: (el) => (this.toggleEl = el), "aria-expanded": `${this.isExpanded}`, class: "toggle", id: "toggle" }, h("span", { key: '4d8d16c3ea0974d6481f7fa3b4ad39de90f6dce9', class: "svg-icon svg-date" }), h("span", { key: '37f0b3146399bb1935445fe0f2f153dc87a77aa8', class: "calendar", title: intl.formatMessage({
|
|
220
224
|
id: "date.calendarView",
|
|
221
225
|
defaultMessage: "Calendar View",
|
|
222
226
|
description: "Calendar button",
|
|
223
|
-
}) })), h("div", { key: '
|
|
227
|
+
}) })), h("div", { key: 'f89faa98af2d531bf0f24446ad25b57b209b37ed', class: `popup-wrapper ${this.calEl && this.calEl.view}-view ${this.openUp ? "expand-upwards" : ""}`, id: "popup-wrapper", ref: (el) => (this.popupEl = el), onClick: () => (this.popupClicked = true) }, h("div", { key: 'c77b6b59dd6e9920b6c34e13d87dd103d4410c33', tabIndex: 0, onFocus: () => this.calEl.focusLastFocusable() }), h("priv-calendar", { key: '97bf11cc5619baaf7f673f5889e70a3f021f42fa', ref: (el) => (this.calEl = el), startDate: this.calendarDate, focusDate: this.calendarDate, class: "inside" }), h("div", { key: 'a78912a544b826d5c32ed29979ee01c1354c8151', tabIndex: 0, onFocus: () => this.calEl.focusFirstFocusable() })), h("div", { key: '6c2e4c630b6e90d721eb5c37bf09be1ec3edac02', id: "live-region", "aria-live": "polite", "aria-relevant": "text", class: "sr-only" }), h("div", { key: '28049bae95cbebe75888cc5c13c2886a0da11918', id: "month-title", class: "sr-only" }, intl.formatMessage({
|
|
224
228
|
id: "date.selectMonth",
|
|
225
229
|
defaultMessage: "Activate to select a month.",
|
|
226
230
|
description: "Calendar button",
|
|
227
|
-
})), h("div", { key: '
|
|
231
|
+
})), h("div", { key: 'e018b23145de450cb77fade79734c714ea78d06c', id: "year-title", class: "sr-only" }, intl.formatMessage({
|
|
228
232
|
id: "date.selectYear",
|
|
229
233
|
defaultMessage: "Activate to select a year.",
|
|
230
234
|
description: "Calendar button",
|
|
231
|
-
})))), h("div", { key: '
|
|
235
|
+
})))), h("div", { key: '88a57912e4573d3b76bdbc108bb77c680b30422d', id: "error", class: "error" }, this.errorMessage), h("div", { key: '665e1a5e3a697d34a8e102baf101a137647a4584', ref: (el) => (this.liveRegionEl = el), class: "sr-only", "aria-live": "polite", "aria-atomic": "true" })))));
|
|
232
236
|
}
|
|
233
237
|
static get is() { return "wm-datepicker"; }
|
|
234
238
|
static get encapsulation() { return "shadow"; }
|
|
@@ -247,6 +251,7 @@ export class DatePicker {
|
|
|
247
251
|
return {
|
|
248
252
|
"value": {
|
|
249
253
|
"type": "string",
|
|
254
|
+
"attribute": "value",
|
|
250
255
|
"mutable": true,
|
|
251
256
|
"complexType": {
|
|
252
257
|
"original": "string",
|
|
@@ -259,12 +264,14 @@ export class DatePicker {
|
|
|
259
264
|
"tags": [],
|
|
260
265
|
"text": ""
|
|
261
266
|
},
|
|
262
|
-
"
|
|
267
|
+
"getter": false,
|
|
268
|
+
"setter": false,
|
|
263
269
|
"reflect": false,
|
|
264
270
|
"defaultValue": "\"\""
|
|
265
271
|
},
|
|
266
272
|
"disabled": {
|
|
267
273
|
"type": "boolean",
|
|
274
|
+
"attribute": "disabled",
|
|
268
275
|
"mutable": false,
|
|
269
276
|
"complexType": {
|
|
270
277
|
"original": "boolean",
|
|
@@ -277,12 +284,14 @@ export class DatePicker {
|
|
|
277
284
|
"tags": [],
|
|
278
285
|
"text": ""
|
|
279
286
|
},
|
|
280
|
-
"
|
|
287
|
+
"getter": false,
|
|
288
|
+
"setter": false,
|
|
281
289
|
"reflect": false,
|
|
282
290
|
"defaultValue": "false"
|
|
283
291
|
},
|
|
284
292
|
"dateFormat": {
|
|
285
293
|
"type": "string",
|
|
294
|
+
"attribute": "date-format",
|
|
286
295
|
"mutable": false,
|
|
287
296
|
"complexType": {
|
|
288
297
|
"original": "string",
|
|
@@ -295,12 +304,14 @@ export class DatePicker {
|
|
|
295
304
|
"tags": [],
|
|
296
305
|
"text": ""
|
|
297
306
|
},
|
|
298
|
-
"
|
|
307
|
+
"getter": false,
|
|
308
|
+
"setter": false,
|
|
299
309
|
"reflect": false,
|
|
300
310
|
"defaultValue": "\"mm/dd/yyyy\""
|
|
301
311
|
},
|
|
302
312
|
"errorMessage": {
|
|
303
313
|
"type": "string",
|
|
314
|
+
"attribute": "error-message",
|
|
304
315
|
"mutable": false,
|
|
305
316
|
"complexType": {
|
|
306
317
|
"original": "string",
|
|
@@ -313,11 +324,13 @@ export class DatePicker {
|
|
|
313
324
|
"tags": [],
|
|
314
325
|
"text": ""
|
|
315
326
|
},
|
|
316
|
-
"
|
|
327
|
+
"getter": false,
|
|
328
|
+
"setter": false,
|
|
317
329
|
"reflect": true
|
|
318
330
|
},
|
|
319
331
|
"labelPosition": {
|
|
320
332
|
"type": "string",
|
|
333
|
+
"attribute": "label-position",
|
|
321
334
|
"mutable": false,
|
|
322
335
|
"complexType": {
|
|
323
336
|
"original": "\"top\" | \"left\" | \"none\"",
|
|
@@ -330,12 +343,14 @@ export class DatePicker {
|
|
|
330
343
|
"tags": [],
|
|
331
344
|
"text": ""
|
|
332
345
|
},
|
|
333
|
-
"
|
|
346
|
+
"getter": false,
|
|
347
|
+
"setter": false,
|
|
334
348
|
"reflect": false,
|
|
335
349
|
"defaultValue": "\"top\""
|
|
336
350
|
},
|
|
337
351
|
"label": {
|
|
338
352
|
"type": "string",
|
|
353
|
+
"attribute": "label",
|
|
339
354
|
"mutable": false,
|
|
340
355
|
"complexType": {
|
|
341
356
|
"original": "string",
|
|
@@ -348,12 +363,14 @@ export class DatePicker {
|
|
|
348
363
|
"tags": [],
|
|
349
364
|
"text": ""
|
|
350
365
|
},
|
|
351
|
-
"
|
|
366
|
+
"getter": false,
|
|
367
|
+
"setter": false,
|
|
352
368
|
"reflect": false,
|
|
353
369
|
"defaultValue": "\"\""
|
|
354
370
|
},
|
|
355
371
|
"requiredField": {
|
|
356
372
|
"type": "boolean",
|
|
373
|
+
"attribute": "required-field",
|
|
357
374
|
"mutable": false,
|
|
358
375
|
"complexType": {
|
|
359
376
|
"original": "boolean",
|
|
@@ -366,12 +383,14 @@ export class DatePicker {
|
|
|
366
383
|
"tags": [],
|
|
367
384
|
"text": ""
|
|
368
385
|
},
|
|
369
|
-
"
|
|
386
|
+
"getter": false,
|
|
387
|
+
"setter": false,
|
|
370
388
|
"reflect": false,
|
|
371
389
|
"defaultValue": "false"
|
|
372
390
|
},
|
|
373
391
|
"preselected": {
|
|
374
392
|
"type": "string",
|
|
393
|
+
"attribute": "preselected",
|
|
375
394
|
"mutable": false,
|
|
376
395
|
"complexType": {
|
|
377
396
|
"original": "string",
|
|
@@ -384,7 +403,8 @@ export class DatePicker {
|
|
|
384
403
|
"tags": [],
|
|
385
404
|
"text": ""
|
|
386
405
|
},
|
|
387
|
-
"
|
|
406
|
+
"getter": false,
|
|
407
|
+
"setter": false,
|
|
388
408
|
"reflect": false
|
|
389
409
|
}
|
|
390
410
|
};
|
|
@@ -3,6 +3,12 @@ import { debounce, isElOrChild } from "../../../global/functions";
|
|
|
3
3
|
import { selectMessages } from "../../../global/intl";
|
|
4
4
|
export class PrivOptionList {
|
|
5
5
|
constructor() {
|
|
6
|
+
this.multiple = false;
|
|
7
|
+
this.search = false;
|
|
8
|
+
this.selectAll = false;
|
|
9
|
+
this.upwardsHeightLimit = null;
|
|
10
|
+
this.announcement = "";
|
|
11
|
+
this.searchTerm = "";
|
|
6
12
|
this.searchIndex = 0;
|
|
7
13
|
this.keysSoFar = "";
|
|
8
14
|
this.debouncedSearch = debounce(() => {
|
|
@@ -18,15 +24,6 @@ export class PrivOptionList {
|
|
|
18
24
|
this.debouncedClearKeysSoFar = debounce(() => {
|
|
19
25
|
this.keysSoFar = "";
|
|
20
26
|
}, 500);
|
|
21
|
-
this.multiple = false;
|
|
22
|
-
this.search = false;
|
|
23
|
-
this.selectAll = false;
|
|
24
|
-
this.searchPlaceholder = undefined;
|
|
25
|
-
this.optgroupLabel = undefined;
|
|
26
|
-
this.maxHeight = undefined;
|
|
27
|
-
this.upwardsHeightLimit = null;
|
|
28
|
-
this.announcement = "";
|
|
29
|
-
this.searchTerm = "";
|
|
30
27
|
}
|
|
31
28
|
get childOptions() {
|
|
32
29
|
return Array.from(this.el.getRootNode().host.querySelectorAll("wm-option"));
|
|
@@ -386,6 +383,7 @@ export class PrivOptionList {
|
|
|
386
383
|
return {
|
|
387
384
|
"multiple": {
|
|
388
385
|
"type": "boolean",
|
|
386
|
+
"attribute": "multiple",
|
|
389
387
|
"mutable": false,
|
|
390
388
|
"complexType": {
|
|
391
389
|
"original": "boolean",
|
|
@@ -398,12 +396,14 @@ export class PrivOptionList {
|
|
|
398
396
|
"tags": [],
|
|
399
397
|
"text": ""
|
|
400
398
|
},
|
|
401
|
-
"
|
|
399
|
+
"getter": false,
|
|
400
|
+
"setter": false,
|
|
402
401
|
"reflect": false,
|
|
403
402
|
"defaultValue": "false"
|
|
404
403
|
},
|
|
405
404
|
"search": {
|
|
406
405
|
"type": "boolean",
|
|
406
|
+
"attribute": "search",
|
|
407
407
|
"mutable": false,
|
|
408
408
|
"complexType": {
|
|
409
409
|
"original": "boolean",
|
|
@@ -416,12 +416,14 @@ export class PrivOptionList {
|
|
|
416
416
|
"tags": [],
|
|
417
417
|
"text": ""
|
|
418
418
|
},
|
|
419
|
-
"
|
|
419
|
+
"getter": false,
|
|
420
|
+
"setter": false,
|
|
420
421
|
"reflect": false,
|
|
421
422
|
"defaultValue": "false"
|
|
422
423
|
},
|
|
423
424
|
"selectAll": {
|
|
424
425
|
"type": "boolean",
|
|
426
|
+
"attribute": "select-all",
|
|
425
427
|
"mutable": false,
|
|
426
428
|
"complexType": {
|
|
427
429
|
"original": "boolean",
|
|
@@ -434,12 +436,14 @@ export class PrivOptionList {
|
|
|
434
436
|
"tags": [],
|
|
435
437
|
"text": ""
|
|
436
438
|
},
|
|
437
|
-
"
|
|
439
|
+
"getter": false,
|
|
440
|
+
"setter": false,
|
|
438
441
|
"reflect": false,
|
|
439
442
|
"defaultValue": "false"
|
|
440
443
|
},
|
|
441
444
|
"searchPlaceholder": {
|
|
442
445
|
"type": "string",
|
|
446
|
+
"attribute": "search-placeholder",
|
|
443
447
|
"mutable": false,
|
|
444
448
|
"complexType": {
|
|
445
449
|
"original": "string",
|
|
@@ -452,11 +456,13 @@ export class PrivOptionList {
|
|
|
452
456
|
"tags": [],
|
|
453
457
|
"text": ""
|
|
454
458
|
},
|
|
455
|
-
"
|
|
459
|
+
"getter": false,
|
|
460
|
+
"setter": false,
|
|
456
461
|
"reflect": false
|
|
457
462
|
},
|
|
458
463
|
"optgroupLabel": {
|
|
459
464
|
"type": "string",
|
|
465
|
+
"attribute": "optgroup-label",
|
|
460
466
|
"mutable": false,
|
|
461
467
|
"complexType": {
|
|
462
468
|
"original": "string",
|
|
@@ -469,11 +475,13 @@ export class PrivOptionList {
|
|
|
469
475
|
"tags": [],
|
|
470
476
|
"text": ""
|
|
471
477
|
},
|
|
472
|
-
"
|
|
478
|
+
"getter": false,
|
|
479
|
+
"setter": false,
|
|
473
480
|
"reflect": false
|
|
474
481
|
},
|
|
475
482
|
"maxHeight": {
|
|
476
483
|
"type": "string",
|
|
484
|
+
"attribute": "max-height",
|
|
477
485
|
"mutable": false,
|
|
478
486
|
"complexType": {
|
|
479
487
|
"original": "string",
|
|
@@ -486,11 +494,13 @@ export class PrivOptionList {
|
|
|
486
494
|
"tags": [],
|
|
487
495
|
"text": ""
|
|
488
496
|
},
|
|
489
|
-
"
|
|
497
|
+
"getter": false,
|
|
498
|
+
"setter": false,
|
|
490
499
|
"reflect": false
|
|
491
500
|
},
|
|
492
501
|
"upwardsHeightLimit": {
|
|
493
502
|
"type": "number",
|
|
503
|
+
"attribute": "upwards-height-limit",
|
|
494
504
|
"mutable": false,
|
|
495
505
|
"complexType": {
|
|
496
506
|
"original": "number | null",
|
|
@@ -503,7 +513,8 @@ export class PrivOptionList {
|
|
|
503
513
|
"tags": [],
|
|
504
514
|
"text": ""
|
|
505
515
|
},
|
|
506
|
-
"
|
|
516
|
+
"getter": false,
|
|
517
|
+
"setter": false,
|
|
507
518
|
"reflect": false,
|
|
508
519
|
"defaultValue": "null"
|
|
509
520
|
}
|
|
@@ -879,21 +879,28 @@
|
|
|
879
879
|
flex-direction: column;
|
|
880
880
|
font-size: 0.875rem;
|
|
881
881
|
}
|
|
882
|
+
.wrapper .label-wrapper {
|
|
883
|
+
display: flex;
|
|
884
|
+
}
|
|
882
885
|
.wrapper .label {
|
|
883
|
-
display: block;
|
|
886
|
+
display: inline-block;
|
|
884
887
|
line-height: normal;
|
|
885
888
|
font-weight: 600;
|
|
886
889
|
white-space: nowrap;
|
|
890
|
+
overflow: hidden;
|
|
891
|
+
text-overflow: ellipsis;
|
|
887
892
|
margin-bottom: 0.25rem;
|
|
888
893
|
}
|
|
889
|
-
.wrapper .
|
|
894
|
+
.wrapper .required {
|
|
895
|
+
display: inline-block;
|
|
890
896
|
color: var(--wmcolor-text-required);
|
|
891
897
|
}
|
|
892
898
|
.wrapper.label-left {
|
|
893
899
|
flex-direction: row;
|
|
894
900
|
}
|
|
895
901
|
.wrapper.label-left .label-wrapper {
|
|
896
|
-
|
|
902
|
+
height: fit-content;
|
|
903
|
+
margin-right: 0.75rem;
|
|
897
904
|
}
|
|
898
905
|
.wrapper.label-left .label-wrapper .label {
|
|
899
906
|
display: flex;
|
|
@@ -901,7 +908,6 @@
|
|
|
901
908
|
min-height: 2.5rem;
|
|
902
909
|
white-space: normal;
|
|
903
910
|
margin-bottom: 0;
|
|
904
|
-
margin-right: 0.75rem;
|
|
905
911
|
}
|
|
906
912
|
.wrapper.label-none label {
|
|
907
913
|
position: absolute !important;
|
|
@@ -915,11 +921,11 @@
|
|
|
915
921
|
white-space: nowrap !important;
|
|
916
922
|
margin: -1px !important;
|
|
917
923
|
}
|
|
918
|
-
.wrapper.invalid .label {
|
|
924
|
+
.wrapper.invalid .label-wrapper {
|
|
919
925
|
color: var(--wmcolor-text-error);
|
|
920
926
|
position: relative;
|
|
921
927
|
}
|
|
922
|
-
.wrapper.invalid .label:after {
|
|
928
|
+
.wrapper.invalid .label-wrapper:after {
|
|
923
929
|
content: "";
|
|
924
930
|
display: block;
|
|
925
931
|
background-color: var(--icon-fill, currentColor);
|
|
@@ -928,14 +934,14 @@
|
|
|
928
934
|
-webkit-mask-size: 100%;
|
|
929
935
|
mask-size: 100%;
|
|
930
936
|
}
|
|
931
|
-
.wrapper.invalid .label:after {
|
|
937
|
+
.wrapper.invalid .label-wrapper:after {
|
|
932
938
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M13 14H11V9H13M13 18H11V16H13M1 21H23L12 2L1 21Z'/%3E%3C/svg%3E%0A");
|
|
933
939
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M13 14H11V9H13M13 18H11V16H13M1 21H23L12 2L1 21Z'/%3E%3C/svg%3E%0A");
|
|
934
940
|
}
|
|
935
|
-
.wrapper.invalid .label:after {
|
|
941
|
+
.wrapper.invalid .label-wrapper:after {
|
|
936
942
|
display: inline-block;
|
|
937
943
|
margin-inline-start: 0.25rem;
|
|
938
|
-
|
|
944
|
+
align-self: center;
|
|
939
945
|
flex-shrink: 0;
|
|
940
946
|
transform: translateY(-1px);
|
|
941
947
|
}
|