@watermarkinsights/ripple 5.16.0-alpha.0 → 5.16.0-alpha.10
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-C-IAhycr.js +7 -0
- package/dist/cjs/{chartFunctions-439c6fd4.js → chartFunctions-C8PCmGmn.js} +2 -3
- package/dist/cjs/{functions-dd27bda3.js → functions-DfuY5Jtp.js} +74 -79
- package/dist/cjs/{index-788526f5.js → index-DwhNqnaT.js} +777 -410
- package/dist/cjs/{intl-6d72b4a0.js → intl-Bl-0Yn5n.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 +80 -31
- 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 -40
- 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.css +0 -31
- 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.css +0 -31
- 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.css +0 -31
- package/dist/collection/components/wm-pagination/wm-pagination.js +22 -12
- package/dist/collection/components/wm-search/wm-search.css +0 -31
- package/dist/collection/components/wm-search/wm-search.js +47 -12
- package/dist/collection/components/wm-snackbar/wm-snackbar.css +0 -31
- 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 +26 -17
- package/dist/collection/components/wm-tag-input/wm-tag-input.js +117 -37
- 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 -40
- 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 -41
- package/dist/collection/components/wm-uploader/wm-uploader.js +47 -26
- package/dist/collection/global/intl.js +2 -2
- package/dist/esm/app-globals-CrcR41XQ.js +5 -0
- package/dist/esm/{chartFunctions-6749593d.js → chartFunctions-BocRhQ0T.js} +3 -4
- package/dist/esm/{functions-dabfd76f.js → functions-B9BrPorY.js} +75 -80
- package/dist/esm/{index-130e07bb.js → index-C20glyTb.js} +774 -406
- package/dist/esm/{intl-43676e71.js → intl-D-bH9lQF.js} +3 -3
- package/dist/esm/loader.js +4 -4
- package/dist/esm/polyfills/core-js.js +0 -0
- package/dist/esm/polyfills/dom.js +0 -0
- package/dist/esm/polyfills/es5-html-element.js +0 -0
- package/dist/esm/polyfills/index.js +0 -0
- package/dist/esm/polyfills/system.js +0 -0
- 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 +80 -29
- 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-CrcR41XQ.js +1 -0
- package/dist/esm-es5/chartFunctions-BocRhQ0T.js +1 -0
- package/dist/esm-es5/functions-B9BrPorY.js +1 -0
- package/dist/esm-es5/index-C20glyTb.js +1 -0
- package/dist/esm-es5/{intl-43676e71.js → intl-D-bH9lQF.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-03e28e65.system.entry.js +1 -0
- package/dist/ripple/{p-f3df715f.entry.js → p-0616bd1c.entry.js} +1 -1
- package/dist/ripple/p-088a84b6.entry.js +1 -0
- package/dist/ripple/p-09116c34.entry.js +1 -0
- package/dist/ripple/{p-59591401.entry.js → p-0a9f8d0d.entry.js} +1 -1
- package/dist/ripple/{p-97ffaa7d.entry.js → p-1a96dc5e.entry.js} +1 -1
- package/dist/ripple/{p-b01f9572.system.entry.js → p-1b8f9ff1.system.entry.js} +1 -1
- package/dist/ripple/p-21728198.entry.js +1 -0
- package/dist/ripple/p-25227bec.entry.js +1 -0
- package/dist/ripple/p-264fb4fc.entry.js +1 -0
- package/dist/ripple/{p-61f9987d.system.entry.js → p-27c1933e.system.entry.js} +1 -1
- package/dist/ripple/p-27de107e.entry.js +1 -0
- package/dist/ripple/p-338835e6.entry.js +1 -0
- package/dist/ripple/p-3678e285.entry.js +1 -0
- package/dist/ripple/p-384f6dc8.entry.js +1 -0
- package/dist/ripple/{p-a5fb4171.system.entry.js → p-3fa20b7a.entry.js} +1 -1
- package/dist/ripple/{p-74f103dd.entry.js → p-476e2913.entry.js} +1 -1
- package/dist/ripple/{p-c699aec8.system.entry.js → p-4a50f797.system.entry.js} +1 -1
- package/dist/ripple/p-5026b7e8.entry.js +1 -0
- package/dist/ripple/{p-9b2281e2.system.entry.js → p-5166de03.system.entry.js} +1 -1
- package/dist/ripple/{p-bc4976e6.entry.js → p-5827cae3.system.entry.js} +1 -1
- package/dist/ripple/{p-65c8ef31.system.entry.js → p-59f7cfd7.system.entry.js} +1 -1
- package/dist/ripple/{p-b23c6351.system.entry.js → p-5a728ced.system.entry.js} +1 -1
- package/dist/ripple/p-5c8e802a.system.entry.js +1 -0
- package/dist/ripple/{p-cd0cc88d.entry.js → p-5cc5b46b.entry.js} +1 -1
- package/dist/ripple/{p-2f7ca1a7.system.entry.js → p-6c66e270.entry.js} +1 -1
- package/dist/ripple/p-6ffa9bfc.entry.js +1 -0
- package/dist/ripple/{p-043901ab.system.entry.js → p-70cdc5ce.system.entry.js} +1 -1
- package/dist/ripple/p-719b7087.system.entry.js +1 -0
- package/dist/ripple/{p-fe93b6b9.system.entry.js → p-734d06dc.system.entry.js} +1 -1
- package/dist/ripple/{p-4fb4deb9.entry.js → p-757b04eb.entry.js} +1 -1
- package/dist/ripple/{p-0bb576c5.system.entry.js → p-7ea000d6.system.entry.js} +1 -1
- package/dist/ripple/{p-30236be3.system.entry.js → p-81783193.system.entry.js} +1 -1
- package/dist/ripple/{p-36fd8aed.system.entry.js → p-82a66121.system.entry.js} +1 -1
- package/dist/ripple/p-85afd9bf.system.entry.js +1 -0
- package/dist/ripple/p-8eWf5O5Z.system.js +1 -0
- package/dist/ripple/p-90d11417.system.entry.js +1 -0
- package/dist/ripple/p-979cd9f4.entry.js +1 -0
- package/dist/ripple/p-B0uE_ID-.system.js +2 -0
- package/dist/ripple/p-B9BrPorY.js +1 -0
- package/dist/ripple/p-BOTV28v8.system.js +1 -0
- package/dist/ripple/{p-ba399879.system.js → p-BVUnLeDz.system.js} +1 -1
- package/dist/ripple/p-Bboe1S7O.js +1 -0
- package/dist/ripple/p-C20glyTb.js +2 -0
- package/dist/ripple/p-CKTNcFzW.system.js +1 -0
- package/dist/ripple/{p-49a347e1.js → p-DAuKYO5n.js} +1 -1
- package/dist/ripple/p-D_issjBT.system.js +1 -0
- package/dist/ripple/p-a1cd3c29.entry.js +1 -0
- package/dist/ripple/p-a634e9f5.entry.js +1 -0
- package/dist/ripple/p-b0653ac3.entry.js +1 -0
- package/dist/ripple/{p-89479d02.system.entry.js → p-b140b04d.system.entry.js} +1 -1
- package/dist/ripple/p-b2433a3c.system.entry.js +1 -0
- package/dist/ripple/{p-091fbc50.system.entry.js → p-b2604e2b.system.entry.js} +1 -1
- package/dist/ripple/{p-72ed488e.system.entry.js → p-b593e93c.system.entry.js} +1 -1
- package/dist/ripple/{p-9328023c.entry.js → p-c164a1cb.entry.js} +1 -1
- package/dist/ripple/p-c344e3c0.entry.js +1 -0
- package/dist/ripple/{p-1955c66a.system.entry.js → p-caef27f1.system.entry.js} +1 -1
- package/dist/ripple/{p-f8995a5e.system.entry.js → p-cf3defe6.system.entry.js} +1 -1
- package/dist/ripple/{p-4c2a044d.system.entry.js → p-d11e4c6e.system.entry.js} +1 -1
- package/dist/ripple/{p-c7d71181.system.entry.js → p-d17bf683.system.entry.js} +1 -1
- package/dist/ripple/{p-fe71ec64.system.entry.js → p-d1ea5d4c.system.entry.js} +1 -1
- package/dist/ripple/{p-c53f5914.entry.js → p-d293be99.system.entry.js} +1 -1
- package/dist/ripple/p-d3bc9393.entry.js +1 -0
- package/dist/ripple/{p-4e6b0a6e.system.entry.js → p-d3d5306c.system.entry.js} +1 -1
- package/dist/ripple/p-d5232e7d.entry.js +1 -0
- package/dist/ripple/{p-6a082957.entry.js → p-d61938ca.entry.js} +1 -1
- package/dist/ripple/p-dECFx5ly.js +1 -0
- package/dist/ripple/p-dc3e43aa.entry.js +1 -0
- package/dist/ripple/{p-57c25b63.entry.js → p-dca6cfbd.entry.js} +1 -1
- package/dist/ripple/{p-f9fa1506.system.entry.js → p-de4c51e2.system.entry.js} +1 -1
- package/dist/ripple/{p-8ec2e944.system.entry.js → p-e2e2929f.system.entry.js} +1 -1
- package/dist/ripple/p-e63b30bd.system.entry.js +1 -0
- package/dist/ripple/{p-2823d02b.system.entry.js → p-e6e4e23a.system.entry.js} +1 -1
- package/dist/ripple/p-e9b67596.entry.js +1 -0
- package/dist/ripple/p-ebd318c6.entry.js +1 -0
- package/dist/ripple/p-ee0e88ed.entry.js +1 -0
- package/dist/ripple/{p-92a50b38.system.entry.js → p-ef56fc5a.system.entry.js} +1 -1
- package/dist/ripple/{p-12d6ab73.system.entry.js → p-f878d184.system.entry.js} +1 -1
- package/dist/ripple/{p-c4896784.system.entry.js → p-fb4367a8.system.entry.js} +1 -1
- package/dist/ripple/p-fc35bcf9.entry.js +1 -0
- package/dist/ripple/p-ffd7de48.entry.js +1 -0
- 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 +3 -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-ff5fd9b0.js +0 -92
- package/dist/esm/app-globals-c63b9640.js +0 -90
- package/dist/esm-es5/app-globals-c63b9640.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-1396ff75.entry.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-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-a05f29f0.system.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-c31e1379.entry.js +0 -1
- package/dist/ripple/p-c879e152.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-fd6a59f5.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,20 +1,12 @@
|
|
|
1
1
|
import { h, Host, forceUpdate } from "@stencil/core";
|
|
2
|
-
import { getContextMeasurements, getTextDir, isElOrChild, shouldOpenUp, toBool } from "../../../global/functions";
|
|
2
|
+
import { getContextMeasurements, getTextDir, isElOrChild, shouldOpenUp, toBool, showTooltip, hideTooltip } from "../../../global/functions";
|
|
3
3
|
import { globalMessages, selectMessages } from "../../../global/intl";
|
|
4
4
|
export class NestedSelect {
|
|
5
5
|
constructor() {
|
|
6
|
-
this.openUp = false;
|
|
7
|
-
this.overflowCount = 0;
|
|
8
|
-
this.displayedOptions = [];
|
|
9
|
-
this.clearSelectionMessage = this.multiple
|
|
10
|
-
? selectMessages.multiClearSelection
|
|
11
|
-
: selectMessages.singleClearSelection;
|
|
12
6
|
this.disabled = false;
|
|
13
7
|
this.maxHeight = "200px";
|
|
14
|
-
this.label = undefined;
|
|
15
8
|
this.labelPosition = "top";
|
|
16
9
|
this.requiredField = false;
|
|
17
|
-
this.errorMessage = undefined;
|
|
18
10
|
this.multiple = false;
|
|
19
11
|
this.search = false;
|
|
20
12
|
this.selectAll = false;
|
|
@@ -24,7 +16,13 @@ export class NestedSelect {
|
|
|
24
16
|
this.isExpanded = false;
|
|
25
17
|
this.showClearSelectionButton = false;
|
|
26
18
|
this.announcement = "";
|
|
27
|
-
this.
|
|
19
|
+
this.openUp = false;
|
|
20
|
+
this.constrainedMaxHeight = this.maxHeight; // internal, limits the upwards maxheight of the dropdown if it decides to open upwards but there is not enough room
|
|
21
|
+
this.overflowCount = 0;
|
|
22
|
+
this.displayedOptions = [];
|
|
23
|
+
this.clearSelectionMessage = this.multiple
|
|
24
|
+
? selectMessages.multiClearSelection
|
|
25
|
+
: selectMessages.singleClearSelection;
|
|
28
26
|
}
|
|
29
27
|
get isDisabled() {
|
|
30
28
|
// string "false" needs to be treated as bool False because react wrappers convert bool to string.
|
|
@@ -217,6 +215,12 @@ export class NestedSelect {
|
|
|
217
215
|
this.wmNestedSelectBlurred.emit();
|
|
218
216
|
}
|
|
219
217
|
}
|
|
218
|
+
handleLabelMouseEnter(ev) {
|
|
219
|
+
const labelEl = ev.target;
|
|
220
|
+
if (labelEl.scrollWidth > labelEl.clientWidth) {
|
|
221
|
+
showTooltip("right", ev.target, this.label);
|
|
222
|
+
}
|
|
223
|
+
}
|
|
220
224
|
handleOptgroupExpanded() {
|
|
221
225
|
this.menuEl.classList.add("hidden");
|
|
222
226
|
this.optListWrapperEl.classList.remove("hidden");
|
|
@@ -286,16 +290,16 @@ export class NestedSelect {
|
|
|
286
290
|
this.isExpanded ? this.close() : this.open();
|
|
287
291
|
},
|
|
288
292
|
};
|
|
289
|
-
return (h(Host, { key: '
|
|
293
|
+
return (h(Host, { key: '5f959093568bc000490f93b887bc0c6cea467c39', onBlur: (ev) => this.handleComponentBlur(ev) }, h("div", { key: 'a83e7570a7cfeb417728d4e94cadcd7b44c4a52c', class: `wrapper ${getTextDir()} label-${this.labelPosition} ${this.errorMessage ? "invalid" : ""}` }, h("div", { key: '880400f61bc3c1ab3bcbc3bb2d414f05af37c20b', class: "label-wrapper" }, h("label", { key: '776e280c3535923d6c39d4d345c50d2b552b25e6', class: "label", id: "label", htmlFor: "selectbtn", onMouseEnter: (ev) => this.handleLabelMouseEnter(ev), onMouseLeave: () => hideTooltip() }, this.label),
|
|
290
294
|
// we can't use aria-required because the listbox is in a sub-component and it is not announced
|
|
291
|
-
this.requiredField ? (h("span", { class: "required" }, h("span", { class: "sr-only" }, globalMessages.requiredField), h("span", { "aria-hidden": "true" }, "*"))) : (""))
|
|
295
|
+
this.requiredField ? (h("span", { class: "required" }, h("span", { class: "sr-only" }, globalMessages.requiredField), h("span", { "aria-hidden": "true" }, "*"))) : ("")), h("div", { key: 'e9d9fba2781c3c0abf101d4027c3f48e585dcdb4', class: "button-wrapper" }, h("button", Object.assign({ key: 'c40510c5476a961a5ec60e8f6cf1eb8fb68e236d' }, buttonProps, { class: "displayedoption", ref: (el) => (this.buttonEl = el), onBlur: (ev) => this.handleButtonBlur(ev) }), h("span", { key: '466733e138ca9162ca35cc145ac2b15600d9a381', class: "overflowcontrol" }, h("span", { key: 'b4e2134d076ab22c5baaa87f8fbe5bb022ee822f', class: "button-text" }, this.renderButtonText())), h("div", { key: '05b13a8f7aef21c663f408d48488843fa8da8be9', class: `expand-icon svg-icon ${this.isExpanded ? "svg-expand-less" : "svg-expand-more"}` }), this.renderOverflowCount(), h("div", { key: '16d82a9457d895a592890d874f8dc7245478fb73', ref: (el) => (this.measurementAreaEl = el), class: "measurement-area", "aria-hidden": "true" })), h("div", { key: '4b0375b2acef34d7607c3fa23d741843d3005017', class: `dropdown ${this.openUp ? "upwards" : ""}`, ref: (el) => (this.dropdownEl = el) }, h("div", { key: '52ecc936ebdb87eae9bb2de5551c075bc75bb2fc', ref: (el) => (this.menuEl = el), class: "menu", style: { "--max-height": this.constrainedMaxHeight }, tabIndex: -1 }, this.renderClearSelectionButton(), this.optgroupEls.map((optgroupEl) => {
|
|
292
296
|
return (h("button", { class: `menuitem group-btn ${optgroupEl.disabled ? "disabled" : ""}`, role: "menuitem", "data-label": optgroupEl.label, tabindex: -1, "aria-disabled": optgroupEl.disabled, onClick: () => {
|
|
293
297
|
if (!optgroupEl.disabled) {
|
|
294
298
|
optgroupEl.isExpanded = !optgroupEl.isExpanded;
|
|
295
299
|
forceUpdate(this.el);
|
|
296
300
|
}
|
|
297
301
|
}, onKeyDown: (ev) => this.handleMenuitemKeydown(ev) }, h("div", { class: "option-text" }, h("span", null, optgroupEl.label), this.renderSelectionCount(optgroupEl), optgroupEl.disabled && h("div", { class: "disabled-indication" }, "Disabled")), h("div", { class: "svg-icon svg-next" })));
|
|
298
|
-
})), h("div", { key: '
|
|
302
|
+
})), h("div", { key: '3861f21a5798af5cabbcdc37dd06b41db59a450f', ref: (el) => (this.optListWrapperEl = el), class: "option-list-wrapper hidden" }, h("slot", { key: '1e9c15552d06669d790b8490d84da4855a0c841d' }))), h("div", { key: 'ca12e1f32d3d8e57bc562538d3959d7fc8f78575', id: "error", class: this.errorMessage ? "error-message" : "" }, this.errorMessage))), h("div", { key: 'd9d2aa31d14f78158a69aadb981df4063dcc9c82', id: "nestedselect-announcement", "aria-live": "assertive", "aria-atomic": "true", class: "sr-only", ref: (el) => (this.liveRegionEl = el) }, this.announcement)));
|
|
299
303
|
}
|
|
300
304
|
static get is() { return "wm-nested-select"; }
|
|
301
305
|
static get encapsulation() { return "shadow"; }
|
|
@@ -314,6 +318,7 @@ export class NestedSelect {
|
|
|
314
318
|
return {
|
|
315
319
|
"disabled": {
|
|
316
320
|
"type": "boolean",
|
|
321
|
+
"attribute": "disabled",
|
|
317
322
|
"mutable": false,
|
|
318
323
|
"complexType": {
|
|
319
324
|
"original": "boolean",
|
|
@@ -326,12 +331,14 @@ export class NestedSelect {
|
|
|
326
331
|
"tags": [],
|
|
327
332
|
"text": ""
|
|
328
333
|
},
|
|
329
|
-
"
|
|
334
|
+
"getter": false,
|
|
335
|
+
"setter": false,
|
|
330
336
|
"reflect": true,
|
|
331
337
|
"defaultValue": "false"
|
|
332
338
|
},
|
|
333
339
|
"maxHeight": {
|
|
334
340
|
"type": "string",
|
|
341
|
+
"attribute": "max-height",
|
|
335
342
|
"mutable": false,
|
|
336
343
|
"complexType": {
|
|
337
344
|
"original": "string",
|
|
@@ -344,12 +351,14 @@ export class NestedSelect {
|
|
|
344
351
|
"tags": [],
|
|
345
352
|
"text": ""
|
|
346
353
|
},
|
|
347
|
-
"
|
|
354
|
+
"getter": false,
|
|
355
|
+
"setter": false,
|
|
348
356
|
"reflect": false,
|
|
349
357
|
"defaultValue": "\"200px\""
|
|
350
358
|
},
|
|
351
359
|
"label": {
|
|
352
360
|
"type": "string",
|
|
361
|
+
"attribute": "label",
|
|
353
362
|
"mutable": true,
|
|
354
363
|
"complexType": {
|
|
355
364
|
"original": "string",
|
|
@@ -362,11 +371,13 @@ export class NestedSelect {
|
|
|
362
371
|
"tags": [],
|
|
363
372
|
"text": ""
|
|
364
373
|
},
|
|
365
|
-
"
|
|
374
|
+
"getter": false,
|
|
375
|
+
"setter": false,
|
|
366
376
|
"reflect": false
|
|
367
377
|
},
|
|
368
378
|
"labelPosition": {
|
|
369
379
|
"type": "string",
|
|
380
|
+
"attribute": "label-position",
|
|
370
381
|
"mutable": false,
|
|
371
382
|
"complexType": {
|
|
372
383
|
"original": "\"top\" | \"left\" | \"none\"",
|
|
@@ -379,12 +390,14 @@ export class NestedSelect {
|
|
|
379
390
|
"tags": [],
|
|
380
391
|
"text": ""
|
|
381
392
|
},
|
|
382
|
-
"
|
|
393
|
+
"getter": false,
|
|
394
|
+
"setter": false,
|
|
383
395
|
"reflect": false,
|
|
384
396
|
"defaultValue": "\"top\""
|
|
385
397
|
},
|
|
386
398
|
"requiredField": {
|
|
387
399
|
"type": "boolean",
|
|
400
|
+
"attribute": "required-field",
|
|
388
401
|
"mutable": false,
|
|
389
402
|
"complexType": {
|
|
390
403
|
"original": "boolean",
|
|
@@ -397,12 +410,14 @@ export class NestedSelect {
|
|
|
397
410
|
"tags": [],
|
|
398
411
|
"text": ""
|
|
399
412
|
},
|
|
400
|
-
"
|
|
413
|
+
"getter": false,
|
|
414
|
+
"setter": false,
|
|
401
415
|
"reflect": false,
|
|
402
416
|
"defaultValue": "false"
|
|
403
417
|
},
|
|
404
418
|
"errorMessage": {
|
|
405
419
|
"type": "string",
|
|
420
|
+
"attribute": "error-message",
|
|
406
421
|
"mutable": true,
|
|
407
422
|
"complexType": {
|
|
408
423
|
"original": "string",
|
|
@@ -415,11 +430,13 @@ export class NestedSelect {
|
|
|
415
430
|
"tags": [],
|
|
416
431
|
"text": ""
|
|
417
432
|
},
|
|
418
|
-
"
|
|
433
|
+
"getter": false,
|
|
434
|
+
"setter": false,
|
|
419
435
|
"reflect": false
|
|
420
436
|
},
|
|
421
437
|
"multiple": {
|
|
422
438
|
"type": "boolean",
|
|
439
|
+
"attribute": "multiple",
|
|
423
440
|
"mutable": false,
|
|
424
441
|
"complexType": {
|
|
425
442
|
"original": "boolean",
|
|
@@ -432,12 +449,14 @@ export class NestedSelect {
|
|
|
432
449
|
"tags": [],
|
|
433
450
|
"text": ""
|
|
434
451
|
},
|
|
435
|
-
"
|
|
452
|
+
"getter": false,
|
|
453
|
+
"setter": false,
|
|
436
454
|
"reflect": false,
|
|
437
455
|
"defaultValue": "false"
|
|
438
456
|
},
|
|
439
457
|
"search": {
|
|
440
458
|
"type": "boolean",
|
|
459
|
+
"attribute": "search",
|
|
441
460
|
"mutable": false,
|
|
442
461
|
"complexType": {
|
|
443
462
|
"original": "boolean",
|
|
@@ -450,12 +469,14 @@ export class NestedSelect {
|
|
|
450
469
|
"tags": [],
|
|
451
470
|
"text": ""
|
|
452
471
|
},
|
|
453
|
-
"
|
|
472
|
+
"getter": false,
|
|
473
|
+
"setter": false,
|
|
454
474
|
"reflect": false,
|
|
455
475
|
"defaultValue": "false"
|
|
456
476
|
},
|
|
457
477
|
"selectAll": {
|
|
458
478
|
"type": "boolean",
|
|
479
|
+
"attribute": "select-all",
|
|
459
480
|
"mutable": false,
|
|
460
481
|
"complexType": {
|
|
461
482
|
"original": "boolean",
|
|
@@ -468,12 +489,14 @@ export class NestedSelect {
|
|
|
468
489
|
"tags": [],
|
|
469
490
|
"text": ""
|
|
470
491
|
},
|
|
471
|
-
"
|
|
492
|
+
"getter": false,
|
|
493
|
+
"setter": false,
|
|
472
494
|
"reflect": false,
|
|
473
495
|
"defaultValue": "false"
|
|
474
496
|
},
|
|
475
497
|
"placeholder": {
|
|
476
498
|
"type": "string",
|
|
499
|
+
"attribute": "placeholder",
|
|
477
500
|
"mutable": false,
|
|
478
501
|
"complexType": {
|
|
479
502
|
"original": "string",
|
|
@@ -486,12 +509,14 @@ export class NestedSelect {
|
|
|
486
509
|
"tags": [],
|
|
487
510
|
"text": ""
|
|
488
511
|
},
|
|
489
|
-
"
|
|
512
|
+
"getter": false,
|
|
513
|
+
"setter": false,
|
|
490
514
|
"reflect": false,
|
|
491
515
|
"defaultValue": "this.multiple ? selectMessages.multiPlaceholder : selectMessages.singlePlaceholder"
|
|
492
516
|
},
|
|
493
517
|
"searchPlaceholder": {
|
|
494
518
|
"type": "string",
|
|
519
|
+
"attribute": "search-placeholder",
|
|
495
520
|
"mutable": false,
|
|
496
521
|
"complexType": {
|
|
497
522
|
"original": "string",
|
|
@@ -504,12 +529,14 @@ export class NestedSelect {
|
|
|
504
529
|
"tags": [],
|
|
505
530
|
"text": ""
|
|
506
531
|
},
|
|
507
|
-
"
|
|
532
|
+
"getter": false,
|
|
533
|
+
"setter": false,
|
|
508
534
|
"reflect": false,
|
|
509
535
|
"defaultValue": "selectMessages.searchPlaceholder"
|
|
510
536
|
},
|
|
511
537
|
"allSelectedMessage": {
|
|
512
538
|
"type": "string",
|
|
539
|
+
"attribute": "all-selected-message",
|
|
513
540
|
"mutable": false,
|
|
514
541
|
"complexType": {
|
|
515
542
|
"original": "string",
|
|
@@ -522,12 +549,14 @@ export class NestedSelect {
|
|
|
522
549
|
"tags": [],
|
|
523
550
|
"text": ""
|
|
524
551
|
},
|
|
525
|
-
"
|
|
552
|
+
"getter": false,
|
|
553
|
+
"setter": false,
|
|
526
554
|
"reflect": false,
|
|
527
555
|
"defaultValue": "selectMessages.allSelected"
|
|
528
556
|
},
|
|
529
557
|
"constrainedMaxHeight": {
|
|
530
558
|
"type": "string",
|
|
559
|
+
"attribute": "constrained-max-height",
|
|
531
560
|
"mutable": true,
|
|
532
561
|
"complexType": {
|
|
533
562
|
"original": "string",
|
|
@@ -540,7 +569,8 @@ export class NestedSelect {
|
|
|
540
569
|
"tags": [],
|
|
541
570
|
"text": ""
|
|
542
571
|
},
|
|
543
|
-
"
|
|
572
|
+
"getter": false,
|
|
573
|
+
"setter": false,
|
|
544
574
|
"reflect": false,
|
|
545
575
|
"defaultValue": "this.maxHeight"
|
|
546
576
|
}
|
|
@@ -2,7 +2,6 @@ import { h, Host } from "@stencil/core";
|
|
|
2
2
|
import { handleDisabledAttribute, toBool } from "../../../global/functions";
|
|
3
3
|
export class Optgroup {
|
|
4
4
|
constructor() {
|
|
5
|
-
this.label = undefined;
|
|
6
5
|
this.isExpanded = false;
|
|
7
6
|
this.multiple = false;
|
|
8
7
|
this.disabled = false;
|
|
@@ -67,6 +66,7 @@ export class Optgroup {
|
|
|
67
66
|
return {
|
|
68
67
|
"label": {
|
|
69
68
|
"type": "string",
|
|
69
|
+
"attribute": "label",
|
|
70
70
|
"mutable": false,
|
|
71
71
|
"complexType": {
|
|
72
72
|
"original": "string",
|
|
@@ -79,11 +79,13 @@ export class Optgroup {
|
|
|
79
79
|
"tags": [],
|
|
80
80
|
"text": ""
|
|
81
81
|
},
|
|
82
|
-
"
|
|
82
|
+
"getter": false,
|
|
83
|
+
"setter": false,
|
|
83
84
|
"reflect": false
|
|
84
85
|
},
|
|
85
86
|
"isExpanded": {
|
|
86
87
|
"type": "boolean",
|
|
88
|
+
"attribute": "is-expanded",
|
|
87
89
|
"mutable": true,
|
|
88
90
|
"complexType": {
|
|
89
91
|
"original": "boolean",
|
|
@@ -96,12 +98,14 @@ export class Optgroup {
|
|
|
96
98
|
"tags": [],
|
|
97
99
|
"text": ""
|
|
98
100
|
},
|
|
99
|
-
"
|
|
101
|
+
"getter": false,
|
|
102
|
+
"setter": false,
|
|
100
103
|
"reflect": false,
|
|
101
104
|
"defaultValue": "false"
|
|
102
105
|
},
|
|
103
106
|
"multiple": {
|
|
104
107
|
"type": "boolean",
|
|
108
|
+
"attribute": "multiple",
|
|
105
109
|
"mutable": true,
|
|
106
110
|
"complexType": {
|
|
107
111
|
"original": "boolean",
|
|
@@ -114,12 +118,14 @@ export class Optgroup {
|
|
|
114
118
|
"tags": [],
|
|
115
119
|
"text": ""
|
|
116
120
|
},
|
|
117
|
-
"
|
|
121
|
+
"getter": false,
|
|
122
|
+
"setter": false,
|
|
118
123
|
"reflect": false,
|
|
119
124
|
"defaultValue": "false"
|
|
120
125
|
},
|
|
121
126
|
"disabled": {
|
|
122
127
|
"type": "boolean",
|
|
128
|
+
"attribute": "disabled",
|
|
123
129
|
"mutable": false,
|
|
124
130
|
"complexType": {
|
|
125
131
|
"original": "boolean",
|
|
@@ -132,7 +138,8 @@ export class Optgroup {
|
|
|
132
138
|
"tags": [],
|
|
133
139
|
"text": ""
|
|
134
140
|
},
|
|
135
|
-
"
|
|
141
|
+
"getter": false,
|
|
142
|
+
"setter": false,
|
|
136
143
|
"reflect": false,
|
|
137
144
|
"defaultValue": "false"
|
|
138
145
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { h, Host } from "@stencil/core";
|
|
2
2
|
export class Option {
|
|
3
3
|
constructor() {
|
|
4
|
-
this.value = undefined;
|
|
5
4
|
this.subinfo = undefined;
|
|
6
5
|
this.disabled = false;
|
|
7
6
|
this.selected = false;
|
|
@@ -161,6 +160,7 @@ export class Option {
|
|
|
161
160
|
return {
|
|
162
161
|
"value": {
|
|
163
162
|
"type": "string",
|
|
163
|
+
"attribute": "value",
|
|
164
164
|
"mutable": false,
|
|
165
165
|
"complexType": {
|
|
166
166
|
"original": "string | null",
|
|
@@ -173,11 +173,13 @@ export class Option {
|
|
|
173
173
|
"tags": [],
|
|
174
174
|
"text": ""
|
|
175
175
|
},
|
|
176
|
-
"
|
|
176
|
+
"getter": false,
|
|
177
|
+
"setter": false,
|
|
177
178
|
"reflect": false
|
|
178
179
|
},
|
|
179
180
|
"subinfo": {
|
|
180
181
|
"type": "string",
|
|
182
|
+
"attribute": "subinfo",
|
|
181
183
|
"mutable": true,
|
|
182
184
|
"complexType": {
|
|
183
185
|
"original": "string",
|
|
@@ -190,12 +192,14 @@ export class Option {
|
|
|
190
192
|
"tags": [],
|
|
191
193
|
"text": ""
|
|
192
194
|
},
|
|
193
|
-
"
|
|
195
|
+
"getter": false,
|
|
196
|
+
"setter": false,
|
|
194
197
|
"reflect": false,
|
|
195
198
|
"defaultValue": "undefined"
|
|
196
199
|
},
|
|
197
200
|
"disabled": {
|
|
198
201
|
"type": "boolean",
|
|
202
|
+
"attribute": "disabled",
|
|
199
203
|
"mutable": false,
|
|
200
204
|
"complexType": {
|
|
201
205
|
"original": "boolean",
|
|
@@ -208,12 +212,14 @@ export class Option {
|
|
|
208
212
|
"tags": [],
|
|
209
213
|
"text": ""
|
|
210
214
|
},
|
|
211
|
-
"
|
|
215
|
+
"getter": false,
|
|
216
|
+
"setter": false,
|
|
212
217
|
"reflect": true,
|
|
213
218
|
"defaultValue": "false"
|
|
214
219
|
},
|
|
215
220
|
"selected": {
|
|
216
221
|
"type": "boolean",
|
|
222
|
+
"attribute": "selected",
|
|
217
223
|
"mutable": false,
|
|
218
224
|
"complexType": {
|
|
219
225
|
"original": "boolean",
|
|
@@ -226,12 +232,14 @@ export class Option {
|
|
|
226
232
|
"tags": [],
|
|
227
233
|
"text": ""
|
|
228
234
|
},
|
|
229
|
-
"
|
|
235
|
+
"getter": false,
|
|
236
|
+
"setter": false,
|
|
230
237
|
"reflect": true,
|
|
231
238
|
"defaultValue": "false"
|
|
232
239
|
},
|
|
233
240
|
"focused": {
|
|
234
241
|
"type": "boolean",
|
|
242
|
+
"attribute": "focused",
|
|
235
243
|
"mutable": false,
|
|
236
244
|
"complexType": {
|
|
237
245
|
"original": "boolean",
|
|
@@ -244,7 +252,8 @@ export class Option {
|
|
|
244
252
|
"tags": [],
|
|
245
253
|
"text": ""
|
|
246
254
|
},
|
|
247
|
-
"
|
|
255
|
+
"getter": false,
|
|
256
|
+
"setter": false,
|
|
248
257
|
"reflect": false,
|
|
249
258
|
"defaultValue": "false"
|
|
250
259
|
}
|
|
@@ -891,21 +891,28 @@
|
|
|
891
891
|
flex-direction: column;
|
|
892
892
|
font-size: 0.875rem;
|
|
893
893
|
}
|
|
894
|
+
.wrapper .label-wrapper {
|
|
895
|
+
display: flex;
|
|
896
|
+
}
|
|
894
897
|
.wrapper .label {
|
|
895
|
-
display: block;
|
|
898
|
+
display: inline-block;
|
|
896
899
|
line-height: normal;
|
|
897
900
|
font-weight: 600;
|
|
898
901
|
white-space: nowrap;
|
|
902
|
+
overflow: hidden;
|
|
903
|
+
text-overflow: ellipsis;
|
|
899
904
|
margin-bottom: 0.25rem;
|
|
900
905
|
}
|
|
901
|
-
.wrapper .
|
|
906
|
+
.wrapper .required {
|
|
907
|
+
display: inline-block;
|
|
902
908
|
color: var(--wmcolor-text-required);
|
|
903
909
|
}
|
|
904
910
|
.wrapper.label-left {
|
|
905
911
|
flex-direction: row;
|
|
906
912
|
}
|
|
907
913
|
.wrapper.label-left .label-wrapper {
|
|
908
|
-
|
|
914
|
+
height: fit-content;
|
|
915
|
+
margin-right: 0.75rem;
|
|
909
916
|
}
|
|
910
917
|
.wrapper.label-left .label-wrapper .label {
|
|
911
918
|
display: flex;
|
|
@@ -913,7 +920,6 @@
|
|
|
913
920
|
min-height: 2.5rem;
|
|
914
921
|
white-space: normal;
|
|
915
922
|
margin-bottom: 0;
|
|
916
|
-
margin-right: 0.75rem;
|
|
917
923
|
}
|
|
918
924
|
.wrapper.label-none label {
|
|
919
925
|
position: absolute !important;
|
|
@@ -927,11 +933,11 @@
|
|
|
927
933
|
white-space: nowrap !important;
|
|
928
934
|
margin: -1px !important;
|
|
929
935
|
}
|
|
930
|
-
.wrapper.invalid .label {
|
|
936
|
+
.wrapper.invalid .label-wrapper {
|
|
931
937
|
color: var(--wmcolor-text-error);
|
|
932
938
|
position: relative;
|
|
933
939
|
}
|
|
934
|
-
.wrapper.invalid .label:after {
|
|
940
|
+
.wrapper.invalid .label-wrapper:after {
|
|
935
941
|
content: "";
|
|
936
942
|
display: block;
|
|
937
943
|
background-color: var(--icon-fill, currentColor);
|
|
@@ -940,14 +946,14 @@
|
|
|
940
946
|
-webkit-mask-size: 100%;
|
|
941
947
|
mask-size: 100%;
|
|
942
948
|
}
|
|
943
|
-
.wrapper.invalid .label:after {
|
|
949
|
+
.wrapper.invalid .label-wrapper:after {
|
|
944
950
|
-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");
|
|
945
951
|
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");
|
|
946
952
|
}
|
|
947
|
-
.wrapper.invalid .label:after {
|
|
953
|
+
.wrapper.invalid .label-wrapper:after {
|
|
948
954
|
display: inline-block;
|
|
949
955
|
margin-inline-start: 0.25rem;
|
|
950
|
-
|
|
956
|
+
align-self: center;
|
|
951
957
|
flex-shrink: 0;
|
|
952
958
|
transform: translateY(-1px);
|
|
953
959
|
}
|