@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
|
@@ -3,6 +3,12 @@ import { csvToArray, debounce, hideTooltip, intl, measureText, shouldOpenUp, sho
|
|
|
3
3
|
import { globalMessages } from "../../global/intl";
|
|
4
4
|
export class TagInput {
|
|
5
5
|
constructor() {
|
|
6
|
+
this.labelPosition = "top";
|
|
7
|
+
this.requiredField = false;
|
|
8
|
+
this.tagInputType = "dropdown";
|
|
9
|
+
// dropdown variant
|
|
10
|
+
this.addNew = true;
|
|
11
|
+
this.characterLimit = 50;
|
|
6
12
|
this.addNewHelpText = intl.formatMessage({
|
|
7
13
|
id: "tagInput.addNewHelpText",
|
|
8
14
|
defaultMessage: "Press the Enter or Comma key to add a new tag.",
|
|
@@ -34,28 +40,12 @@ export class TagInput {
|
|
|
34
40
|
});
|
|
35
41
|
this.openUp = false;
|
|
36
42
|
this.inModal = false;
|
|
37
|
-
this.debouncedUpdate = debounce(() => forceUpdate(this.el), 30);
|
|
38
|
-
this.label = undefined;
|
|
39
|
-
this.errorMessage = undefined;
|
|
40
|
-
this.info = undefined;
|
|
41
|
-
this.labelPosition = "top";
|
|
42
|
-
this.maxTags = undefined;
|
|
43
|
-
this.placeholder = undefined;
|
|
44
|
-
this.requiredField = false;
|
|
45
|
-
this.tagInputType = "dropdown";
|
|
46
|
-
this.helpText = undefined;
|
|
47
|
-
this.addNew = true;
|
|
48
|
-
this.characterLimit = 50;
|
|
49
|
-
this.colHeaders = undefined;
|
|
50
|
-
this.colWidths = undefined;
|
|
51
|
-
this.colWrap = undefined;
|
|
52
43
|
this.isKeying = false;
|
|
53
44
|
this.isExpanded = false;
|
|
54
45
|
this.liveRegionMessage = "";
|
|
55
|
-
this.focusedOption = undefined;
|
|
56
46
|
this.focusedColumn = 0;
|
|
57
|
-
this.
|
|
58
|
-
this.
|
|
47
|
+
this.tagsList = []; // options to render as tags. This needs the be kept in state as tags should be shown in the order they are added
|
|
48
|
+
this.debouncedUpdate = debounce(() => forceUpdate(this.el), 30);
|
|
59
49
|
}
|
|
60
50
|
addNewTagMessage(newTagName) {
|
|
61
51
|
return intl.formatMessage({
|
|
@@ -459,6 +449,7 @@ export class TagInput {
|
|
|
459
449
|
case "Escape":
|
|
460
450
|
if (this.isDropdown && this.isExpanded) {
|
|
461
451
|
ev.preventDefault();
|
|
452
|
+
ev.stopPropagation();
|
|
462
453
|
this.closeDropdown();
|
|
463
454
|
}
|
|
464
455
|
break;
|
|
@@ -469,9 +460,9 @@ export class TagInput {
|
|
|
469
460
|
}
|
|
470
461
|
}
|
|
471
462
|
handleInputFocus() {
|
|
463
|
+
this.clearOptionFocus();
|
|
472
464
|
if (this.isDropdown) {
|
|
473
465
|
this.openDropdown();
|
|
474
|
-
this.clearOptionFocus();
|
|
475
466
|
}
|
|
476
467
|
}
|
|
477
468
|
handleInputChanged(ev) {
|
|
@@ -616,6 +607,12 @@ export class TagInput {
|
|
|
616
607
|
}
|
|
617
608
|
}
|
|
618
609
|
}
|
|
610
|
+
handleLabelMouseEnter(ev) {
|
|
611
|
+
const labelEl = ev.target;
|
|
612
|
+
if (labelEl.scrollWidth > labelEl.clientWidth) {
|
|
613
|
+
showTooltip("right", ev.target, this.label);
|
|
614
|
+
}
|
|
615
|
+
}
|
|
619
616
|
handleTagAreaFocus(ev) {
|
|
620
617
|
if (this.isDropdown) {
|
|
621
618
|
this.closeDropdown();
|
|
@@ -632,6 +629,55 @@ export class TagInput {
|
|
|
632
629
|
}
|
|
633
630
|
}
|
|
634
631
|
}
|
|
632
|
+
handleTableWrapperFocus() {
|
|
633
|
+
// Forward focus to first focusable table row when container receives focus
|
|
634
|
+
// First try filtered options, then fall back to all options
|
|
635
|
+
let targetOptions = this.filteredOptionEls;
|
|
636
|
+
if (targetOptions.length === 0) {
|
|
637
|
+
targetOptions = this.optionEls;
|
|
638
|
+
}
|
|
639
|
+
if (targetOptions.length > 0) {
|
|
640
|
+
const firstOption = targetOptions[0];
|
|
641
|
+
const firstRow = this.elFromTagOption(firstOption);
|
|
642
|
+
if (firstRow) {
|
|
643
|
+
this.focusOption(firstRow);
|
|
644
|
+
return;
|
|
645
|
+
}
|
|
646
|
+
}
|
|
647
|
+
}
|
|
648
|
+
handleTableWrapperKeyDown(ev) {
|
|
649
|
+
// Override browser's default scrolling behavior and delegate to our navigation
|
|
650
|
+
switch (ev.key) {
|
|
651
|
+
case "ArrowDown":
|
|
652
|
+
ev.preventDefault();
|
|
653
|
+
this.handleInputArrowDown();
|
|
654
|
+
break;
|
|
655
|
+
case "ArrowUp":
|
|
656
|
+
ev.preventDefault();
|
|
657
|
+
this.handleInputArrowUp();
|
|
658
|
+
break;
|
|
659
|
+
case "ArrowLeft":
|
|
660
|
+
ev.preventDefault();
|
|
661
|
+
this.focusPrevCell();
|
|
662
|
+
break;
|
|
663
|
+
case "ArrowRight":
|
|
664
|
+
ev.preventDefault();
|
|
665
|
+
this.focusNextCell();
|
|
666
|
+
break;
|
|
667
|
+
case "Enter":
|
|
668
|
+
ev.preventDefault();
|
|
669
|
+
this.handleInputEnter();
|
|
670
|
+
break;
|
|
671
|
+
case "Escape":
|
|
672
|
+
ev.preventDefault();
|
|
673
|
+
ev.stopPropagation();
|
|
674
|
+
// Focus back to input as a safe fallback
|
|
675
|
+
if (this.inputEl) {
|
|
676
|
+
this.inputEl.focus();
|
|
677
|
+
}
|
|
678
|
+
break;
|
|
679
|
+
}
|
|
680
|
+
}
|
|
635
681
|
focusPrevCell() {
|
|
636
682
|
if (this.focusedOption) {
|
|
637
683
|
if (this.focusedColumn > 0) {
|
|
@@ -788,7 +834,13 @@ export class TagInput {
|
|
|
788
834
|
!optionAlreadyExists && (h("li", { ref: (el) => (this.addNewButton = el), id: "add-new-btn", class: "add-new-btn", onClick: () => this.addTags(inputValue) }, this.addNewTagMessage(inputValue))));
|
|
789
835
|
}
|
|
790
836
|
renderTable() {
|
|
791
|
-
return (h("div", { class:
|
|
837
|
+
return (h("div", { class: `table-wrapper ${this.isKeying ? "user-is-keying" : ""}`, onScroll: () => this.dismissTooltip(),
|
|
838
|
+
// browsers will make this container tabbable if it scrolls
|
|
839
|
+
// this handler will forward focus to the appropriate element within the table...
|
|
840
|
+
onFocus: () => this.handleTableWrapperFocus(),
|
|
841
|
+
// ...and for consistency, the table, whether it scrolls or not, should be tabbable
|
|
842
|
+
// as long as it's not empty
|
|
843
|
+
tabindex: this.filteredOptionEls.length ? "0" : undefined, onKeyDown: (ev) => this.handleTableWrapperKeyDown(ev) }, h("table", { id: "table", role: "grid", class: `${this.colWidths ? "fixed-widths" : ""}`, "aria-label": this.label, "aria-multiselectable": "true" }, this.renderTableHeaders(), this.filteredOptionEls.length ? (this.filteredOptionEls.map((o) => this.renderTableRow(o))) : (h("div", { class: "no-results" }, this.noResultsMessage)))));
|
|
792
844
|
}
|
|
793
845
|
renderTableHeaders() {
|
|
794
846
|
return (h("tr", { class: "headers", role: "row" }, csvToArray(this.colHeaders).map((header, idx) => {
|
|
@@ -864,12 +916,12 @@ export class TagInput {
|
|
|
864
916
|
}
|
|
865
917
|
}
|
|
866
918
|
render() {
|
|
867
|
-
return (h("div", { key: '
|
|
919
|
+
return (h("div", { key: 'da4fae0604edc5cd9bc7724967b86d29f2022f98', class: `wrapper label-${this.labelPosition} ${this.errorMessage ? "invalid" : ""}` }, h("div", { key: 'e0a85a87c35585625ba0f6afcc5828a6da335f94', class: "label-wrapper" }, h("label", { key: '96b7f0453c064abaec364997778a1e09ce8d1d73', class: "label", htmlFor: "input", onMouseEnter: (ev) => this.handleLabelMouseEnter(ev), onMouseLeave: () => hideTooltip() }, this.label), this.requiredField && (h("div", { key: '6c0fab88d092e7a8b4bba0c7422b8e8bb2abb0c3', class: "required", "aria-hidden": "true" }, "*"))), h("div", { key: '92cb4eec063d59b7e00085f2fbeec71e1a5f101f', class: `field-wrapper ${this.el.shadowRoot.activeElement === this.inputEl ? "focused" : ""} ${this.errorMessage ? "invalid" : ""}`, ref: (el) => (this.fieldWrapperEl = el) }, h("div", { key: '50aedc08e2a887cab27eb6b1743e656dd266bff5', class: "upper-row" }, h("div", { key: '4c37ae703e3055e8d6c975ff482259f0fa8652f3', class: "svg-icon svg-search" }), h("div", { key: '8e2542afd89ad63091d0f114d159e9fbeb4b5168', class: `tags-and-input-wrapper ${this.inModal ? "in-modal" : ""}` }, h("ul", { key: '7d1923e7e26f7f0580f6db07a8c0bb9e0b91ddd2', ref: (el) => (this.tagAreaEl = el), class: `tag-area ${this.taggedOptions.length === 0 && "empty"} ${this.isKeying ? "user-is-keying" : ""}`, role: "listbox", "aria-activedescendant": this.focusedTag ? this.focusedTag.id : null, "aria-orientation": "horizontal", "aria-label": `${this.label} ${this.tagAreaInstructions}`, tabindex: this._tagEls.length > 0 ? 0 : -1, "aria-describedby": `info max-tags`, onFocus: (ev) => this.handleTagAreaFocus(ev), onBlur: (ev) => {
|
|
868
920
|
this.focusedTagIndex = undefined;
|
|
869
921
|
this.handleBlur(ev);
|
|
870
|
-
}, onKeyDown: (ev) => this.handleTagAreaKeyDown(ev) }, this.renderTags()), h("input", { key: '
|
|
922
|
+
}, onKeyDown: (ev) => this.handleTagAreaKeyDown(ev) }, this.renderTags()), h("input", { key: '7e157fb49f0398fa7c04cb52d502b9c9fb49940b', id: "input", class: "input", role: "combobox", ref: (el) => (this.inputEl = el), autocomplete: "off", "aria-required": this.requiredField ? "true" : null, "aria-controls": this.tagInputType, "aria-describedby": `help-text${this.errorMessage ? " error " : ""} max-tags`, "aria-label": `${this.label} ${this.isDropdown ? globalMessages.getCharacterLimit(this.characterLimit) : ""}`, "aria-expanded": this.isDropdown ? this.isExpanded.toString() : null, "aria-activedescendant": this.inputActiveDescendantId, placeholder: this.placeholder, maxLength: this.isDropdown ? this.characterLimit : undefined, onInput: (ev) => this.handleInputChanged(ev), onBlur: (ev) => {
|
|
871
923
|
this.handleBlur(ev);
|
|
872
|
-
}, onFocus: () => this.handleInputFocus(), onKeyDown: (ev) => this.handleInputKeyDown(ev) })), this.isDropdown && (h("div", { key: '
|
|
924
|
+
}, onFocus: () => this.handleInputFocus(), onKeyDown: (ev) => this.handleInputKeyDown(ev) })), this.isDropdown && (h("div", { key: 'b1d9146b38bb147be3604654577ffae68bc1627b', class: "character-count" }, this.charCount, "/", this.characterLimit))), this.renderTagCounter(), this.isDropdown && this.renderDropdown()), this.info && (h("div", { key: '993aefd066e3d11ff106e6ee6e7da09c0a4ccafc', id: "info", class: "info-text" }, this.info)), h("div", { key: 'e962129e9720eea0f8c8b38236e1931ee1031a3d', id: "error" }, this.errorMessage), h("div", { key: '7cf6b126c7e38f5205562fb4326922903fef4081', class: "sr-only", "aria-live": "polite", ref: (el) => (this.liveRegionEl = el), "aria-atomic": "true" }, this.liveRegionMessage), this.isTable && this.renderTable()));
|
|
873
925
|
}
|
|
874
926
|
static get is() { return "wm-tag-input"; }
|
|
875
927
|
static get encapsulation() { return "shadow"; }
|
|
@@ -888,6 +940,7 @@ export class TagInput {
|
|
|
888
940
|
return {
|
|
889
941
|
"label": {
|
|
890
942
|
"type": "string",
|
|
943
|
+
"attribute": "label",
|
|
891
944
|
"mutable": false,
|
|
892
945
|
"complexType": {
|
|
893
946
|
"original": "string",
|
|
@@ -900,11 +953,13 @@ export class TagInput {
|
|
|
900
953
|
"tags": [],
|
|
901
954
|
"text": ""
|
|
902
955
|
},
|
|
903
|
-
"
|
|
956
|
+
"getter": false,
|
|
957
|
+
"setter": false,
|
|
904
958
|
"reflect": false
|
|
905
959
|
},
|
|
906
960
|
"errorMessage": {
|
|
907
961
|
"type": "string",
|
|
962
|
+
"attribute": "error-message",
|
|
908
963
|
"mutable": false,
|
|
909
964
|
"complexType": {
|
|
910
965
|
"original": "string",
|
|
@@ -917,11 +972,13 @@ export class TagInput {
|
|
|
917
972
|
"tags": [],
|
|
918
973
|
"text": ""
|
|
919
974
|
},
|
|
920
|
-
"
|
|
975
|
+
"getter": false,
|
|
976
|
+
"setter": false,
|
|
921
977
|
"reflect": false
|
|
922
978
|
},
|
|
923
979
|
"info": {
|
|
924
980
|
"type": "string",
|
|
981
|
+
"attribute": "info",
|
|
925
982
|
"mutable": false,
|
|
926
983
|
"complexType": {
|
|
927
984
|
"original": "string",
|
|
@@ -934,11 +991,13 @@ export class TagInput {
|
|
|
934
991
|
"tags": [],
|
|
935
992
|
"text": ""
|
|
936
993
|
},
|
|
937
|
-
"
|
|
994
|
+
"getter": false,
|
|
995
|
+
"setter": false,
|
|
938
996
|
"reflect": false
|
|
939
997
|
},
|
|
940
998
|
"labelPosition": {
|
|
941
999
|
"type": "string",
|
|
1000
|
+
"attribute": "label-position",
|
|
942
1001
|
"mutable": false,
|
|
943
1002
|
"complexType": {
|
|
944
1003
|
"original": "\"top\" | \"left\" | \"none\"",
|
|
@@ -951,12 +1010,14 @@ export class TagInput {
|
|
|
951
1010
|
"tags": [],
|
|
952
1011
|
"text": ""
|
|
953
1012
|
},
|
|
954
|
-
"
|
|
1013
|
+
"getter": false,
|
|
1014
|
+
"setter": false,
|
|
955
1015
|
"reflect": false,
|
|
956
1016
|
"defaultValue": "\"top\""
|
|
957
1017
|
},
|
|
958
1018
|
"maxTags": {
|
|
959
1019
|
"type": "number",
|
|
1020
|
+
"attribute": "max-tags",
|
|
960
1021
|
"mutable": false,
|
|
961
1022
|
"complexType": {
|
|
962
1023
|
"original": "number",
|
|
@@ -969,11 +1030,13 @@ export class TagInput {
|
|
|
969
1030
|
"tags": [],
|
|
970
1031
|
"text": ""
|
|
971
1032
|
},
|
|
972
|
-
"
|
|
1033
|
+
"getter": false,
|
|
1034
|
+
"setter": false,
|
|
973
1035
|
"reflect": false
|
|
974
1036
|
},
|
|
975
1037
|
"placeholder": {
|
|
976
1038
|
"type": "string",
|
|
1039
|
+
"attribute": "placeholder",
|
|
977
1040
|
"mutable": true,
|
|
978
1041
|
"complexType": {
|
|
979
1042
|
"original": "string",
|
|
@@ -986,11 +1049,13 @@ export class TagInput {
|
|
|
986
1049
|
"tags": [],
|
|
987
1050
|
"text": ""
|
|
988
1051
|
},
|
|
989
|
-
"
|
|
1052
|
+
"getter": false,
|
|
1053
|
+
"setter": false,
|
|
990
1054
|
"reflect": false
|
|
991
1055
|
},
|
|
992
1056
|
"requiredField": {
|
|
993
1057
|
"type": "boolean",
|
|
1058
|
+
"attribute": "required-field",
|
|
994
1059
|
"mutable": false,
|
|
995
1060
|
"complexType": {
|
|
996
1061
|
"original": "boolean",
|
|
@@ -1003,12 +1068,14 @@ export class TagInput {
|
|
|
1003
1068
|
"tags": [],
|
|
1004
1069
|
"text": ""
|
|
1005
1070
|
},
|
|
1006
|
-
"
|
|
1071
|
+
"getter": false,
|
|
1072
|
+
"setter": false,
|
|
1007
1073
|
"reflect": false,
|
|
1008
1074
|
"defaultValue": "false"
|
|
1009
1075
|
},
|
|
1010
1076
|
"tagInputType": {
|
|
1011
1077
|
"type": "string",
|
|
1078
|
+
"attribute": "tag-input-type",
|
|
1012
1079
|
"mutable": false,
|
|
1013
1080
|
"complexType": {
|
|
1014
1081
|
"original": "\"dropdown\" | \"table\"",
|
|
@@ -1021,12 +1088,14 @@ export class TagInput {
|
|
|
1021
1088
|
"tags": [],
|
|
1022
1089
|
"text": ""
|
|
1023
1090
|
},
|
|
1024
|
-
"
|
|
1091
|
+
"getter": false,
|
|
1092
|
+
"setter": false,
|
|
1025
1093
|
"reflect": false,
|
|
1026
1094
|
"defaultValue": "\"dropdown\""
|
|
1027
1095
|
},
|
|
1028
1096
|
"helpText": {
|
|
1029
1097
|
"type": "string",
|
|
1098
|
+
"attribute": "help-text",
|
|
1030
1099
|
"mutable": false,
|
|
1031
1100
|
"complexType": {
|
|
1032
1101
|
"original": "string",
|
|
@@ -1039,11 +1108,13 @@ export class TagInput {
|
|
|
1039
1108
|
"tags": [],
|
|
1040
1109
|
"text": ""
|
|
1041
1110
|
},
|
|
1042
|
-
"
|
|
1111
|
+
"getter": false,
|
|
1112
|
+
"setter": false,
|
|
1043
1113
|
"reflect": false
|
|
1044
1114
|
},
|
|
1045
1115
|
"addNew": {
|
|
1046
1116
|
"type": "boolean",
|
|
1117
|
+
"attribute": "add-new",
|
|
1047
1118
|
"mutable": false,
|
|
1048
1119
|
"complexType": {
|
|
1049
1120
|
"original": "boolean",
|
|
@@ -1056,12 +1127,14 @@ export class TagInput {
|
|
|
1056
1127
|
"tags": [],
|
|
1057
1128
|
"text": ""
|
|
1058
1129
|
},
|
|
1059
|
-
"
|
|
1130
|
+
"getter": false,
|
|
1131
|
+
"setter": false,
|
|
1060
1132
|
"reflect": false,
|
|
1061
1133
|
"defaultValue": "true"
|
|
1062
1134
|
},
|
|
1063
1135
|
"characterLimit": {
|
|
1064
1136
|
"type": "number",
|
|
1137
|
+
"attribute": "character-limit",
|
|
1065
1138
|
"mutable": false,
|
|
1066
1139
|
"complexType": {
|
|
1067
1140
|
"original": "number",
|
|
@@ -1074,12 +1147,14 @@ export class TagInput {
|
|
|
1074
1147
|
"tags": [],
|
|
1075
1148
|
"text": ""
|
|
1076
1149
|
},
|
|
1077
|
-
"
|
|
1150
|
+
"getter": false,
|
|
1151
|
+
"setter": false,
|
|
1078
1152
|
"reflect": false,
|
|
1079
1153
|
"defaultValue": "50"
|
|
1080
1154
|
},
|
|
1081
1155
|
"colHeaders": {
|
|
1082
1156
|
"type": "string",
|
|
1157
|
+
"attribute": "col-headers",
|
|
1083
1158
|
"mutable": false,
|
|
1084
1159
|
"complexType": {
|
|
1085
1160
|
"original": "string",
|
|
@@ -1092,11 +1167,13 @@ export class TagInput {
|
|
|
1092
1167
|
"tags": [],
|
|
1093
1168
|
"text": ""
|
|
1094
1169
|
},
|
|
1095
|
-
"
|
|
1170
|
+
"getter": false,
|
|
1171
|
+
"setter": false,
|
|
1096
1172
|
"reflect": false
|
|
1097
1173
|
},
|
|
1098
1174
|
"colWidths": {
|
|
1099
1175
|
"type": "string",
|
|
1176
|
+
"attribute": "col-widths",
|
|
1100
1177
|
"mutable": false,
|
|
1101
1178
|
"complexType": {
|
|
1102
1179
|
"original": "string",
|
|
@@ -1109,11 +1186,13 @@ export class TagInput {
|
|
|
1109
1186
|
"tags": [],
|
|
1110
1187
|
"text": ""
|
|
1111
1188
|
},
|
|
1112
|
-
"
|
|
1189
|
+
"getter": false,
|
|
1190
|
+
"setter": false,
|
|
1113
1191
|
"reflect": false
|
|
1114
1192
|
},
|
|
1115
1193
|
"colWrap": {
|
|
1116
1194
|
"type": "string",
|
|
1195
|
+
"attribute": "col-wrap",
|
|
1117
1196
|
"mutable": false,
|
|
1118
1197
|
"complexType": {
|
|
1119
1198
|
"original": "string",
|
|
@@ -1126,7 +1205,8 @@ export class TagInput {
|
|
|
1126
1205
|
"tags": [],
|
|
1127
1206
|
"text": ""
|
|
1128
1207
|
},
|
|
1129
|
-
"
|
|
1208
|
+
"getter": false,
|
|
1209
|
+
"setter": false,
|
|
1130
1210
|
"reflect": false
|
|
1131
1211
|
}
|
|
1132
1212
|
};
|
|
@@ -3,10 +3,6 @@ export class TagOption {
|
|
|
3
3
|
constructor() {
|
|
4
4
|
this.selected = false;
|
|
5
5
|
this.locked = false;
|
|
6
|
-
this.col1 = undefined;
|
|
7
|
-
this.col2 = undefined;
|
|
8
|
-
this.col3 = undefined;
|
|
9
|
-
this.col4 = undefined;
|
|
10
6
|
}
|
|
11
7
|
async emitSelectedEvent() {
|
|
12
8
|
this.wmTagOptionSelected.emit();
|
|
@@ -28,6 +24,7 @@ export class TagOption {
|
|
|
28
24
|
return {
|
|
29
25
|
"selected": {
|
|
30
26
|
"type": "boolean",
|
|
27
|
+
"attribute": "selected",
|
|
31
28
|
"mutable": true,
|
|
32
29
|
"complexType": {
|
|
33
30
|
"original": "boolean",
|
|
@@ -40,12 +37,14 @@ export class TagOption {
|
|
|
40
37
|
"tags": [],
|
|
41
38
|
"text": ""
|
|
42
39
|
},
|
|
43
|
-
"
|
|
40
|
+
"getter": false,
|
|
41
|
+
"setter": false,
|
|
44
42
|
"reflect": true,
|
|
45
43
|
"defaultValue": "false"
|
|
46
44
|
},
|
|
47
45
|
"locked": {
|
|
48
46
|
"type": "boolean",
|
|
47
|
+
"attribute": "locked",
|
|
49
48
|
"mutable": false,
|
|
50
49
|
"complexType": {
|
|
51
50
|
"original": "boolean",
|
|
@@ -58,12 +57,14 @@ export class TagOption {
|
|
|
58
57
|
"tags": [],
|
|
59
58
|
"text": ""
|
|
60
59
|
},
|
|
61
|
-
"
|
|
60
|
+
"getter": false,
|
|
61
|
+
"setter": false,
|
|
62
62
|
"reflect": false,
|
|
63
63
|
"defaultValue": "false"
|
|
64
64
|
},
|
|
65
65
|
"col1": {
|
|
66
66
|
"type": "string",
|
|
67
|
+
"attribute": "col1",
|
|
67
68
|
"mutable": false,
|
|
68
69
|
"complexType": {
|
|
69
70
|
"original": "string",
|
|
@@ -76,11 +77,13 @@ export class TagOption {
|
|
|
76
77
|
"tags": [],
|
|
77
78
|
"text": ""
|
|
78
79
|
},
|
|
79
|
-
"
|
|
80
|
+
"getter": false,
|
|
81
|
+
"setter": false,
|
|
80
82
|
"reflect": false
|
|
81
83
|
},
|
|
82
84
|
"col2": {
|
|
83
85
|
"type": "string",
|
|
86
|
+
"attribute": "col2",
|
|
84
87
|
"mutable": false,
|
|
85
88
|
"complexType": {
|
|
86
89
|
"original": "string",
|
|
@@ -93,11 +96,13 @@ export class TagOption {
|
|
|
93
96
|
"tags": [],
|
|
94
97
|
"text": ""
|
|
95
98
|
},
|
|
96
|
-
"
|
|
99
|
+
"getter": false,
|
|
100
|
+
"setter": false,
|
|
97
101
|
"reflect": false
|
|
98
102
|
},
|
|
99
103
|
"col3": {
|
|
100
104
|
"type": "string",
|
|
105
|
+
"attribute": "col3",
|
|
101
106
|
"mutable": false,
|
|
102
107
|
"complexType": {
|
|
103
108
|
"original": "string",
|
|
@@ -110,11 +115,13 @@ export class TagOption {
|
|
|
110
115
|
"tags": [],
|
|
111
116
|
"text": ""
|
|
112
117
|
},
|
|
113
|
-
"
|
|
118
|
+
"getter": false,
|
|
119
|
+
"setter": false,
|
|
114
120
|
"reflect": false
|
|
115
121
|
},
|
|
116
122
|
"col4": {
|
|
117
123
|
"type": "string",
|
|
124
|
+
"attribute": "col4",
|
|
118
125
|
"mutable": false,
|
|
119
126
|
"complexType": {
|
|
120
127
|
"original": "string",
|
|
@@ -127,7 +134,8 @@ export class TagOption {
|
|
|
127
134
|
"tags": [],
|
|
128
135
|
"text": ""
|
|
129
136
|
},
|
|
130
|
-
"
|
|
137
|
+
"getter": false,
|
|
138
|
+
"setter": false,
|
|
131
139
|
"reflect": false
|
|
132
140
|
}
|
|
133
141
|
};
|
|
@@ -869,21 +869,28 @@
|
|
|
869
869
|
flex-direction: column;
|
|
870
870
|
font-size: 0.875rem;
|
|
871
871
|
}
|
|
872
|
+
:host .wrapper .label-wrapper {
|
|
873
|
+
display: flex;
|
|
874
|
+
}
|
|
872
875
|
:host .wrapper .label {
|
|
873
|
-
display: block;
|
|
876
|
+
display: inline-block;
|
|
874
877
|
line-height: normal;
|
|
875
878
|
font-weight: 600;
|
|
876
879
|
white-space: nowrap;
|
|
880
|
+
overflow: hidden;
|
|
881
|
+
text-overflow: ellipsis;
|
|
877
882
|
margin-bottom: 0.25rem;
|
|
878
883
|
}
|
|
879
|
-
:host .wrapper .
|
|
884
|
+
:host .wrapper .required {
|
|
885
|
+
display: inline-block;
|
|
880
886
|
color: var(--wmcolor-text-required);
|
|
881
887
|
}
|
|
882
888
|
:host .wrapper.label-left {
|
|
883
889
|
flex-direction: row;
|
|
884
890
|
}
|
|
885
891
|
:host .wrapper.label-left .label-wrapper {
|
|
886
|
-
|
|
892
|
+
height: fit-content;
|
|
893
|
+
margin-right: 0.75rem;
|
|
887
894
|
}
|
|
888
895
|
:host .wrapper.label-left .label-wrapper .label {
|
|
889
896
|
display: flex;
|
|
@@ -891,7 +898,6 @@
|
|
|
891
898
|
min-height: 2.5rem;
|
|
892
899
|
white-space: normal;
|
|
893
900
|
margin-bottom: 0;
|
|
894
|
-
margin-right: 0.75rem;
|
|
895
901
|
}
|
|
896
902
|
:host .wrapper.label-none label {
|
|
897
903
|
position: absolute !important;
|
|
@@ -905,11 +911,11 @@
|
|
|
905
911
|
white-space: nowrap !important;
|
|
906
912
|
margin: -1px !important;
|
|
907
913
|
}
|
|
908
|
-
:host .wrapper.invalid .label {
|
|
914
|
+
:host .wrapper.invalid .label-wrapper {
|
|
909
915
|
color: var(--wmcolor-text-error);
|
|
910
916
|
position: relative;
|
|
911
917
|
}
|
|
912
|
-
:host .wrapper.invalid .label:after {
|
|
918
|
+
:host .wrapper.invalid .label-wrapper:after {
|
|
913
919
|
content: "";
|
|
914
920
|
display: block;
|
|
915
921
|
background-color: var(--icon-fill, currentColor);
|
|
@@ -918,14 +924,14 @@
|
|
|
918
924
|
-webkit-mask-size: 100%;
|
|
919
925
|
mask-size: 100%;
|
|
920
926
|
}
|
|
921
|
-
:host .wrapper.invalid .label:after {
|
|
927
|
+
:host .wrapper.invalid .label-wrapper:after {
|
|
922
928
|
-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");
|
|
923
929
|
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");
|
|
924
930
|
}
|
|
925
|
-
:host .wrapper.invalid .label:after {
|
|
931
|
+
:host .wrapper.invalid .label-wrapper:after {
|
|
926
932
|
display: inline-block;
|
|
927
933
|
margin-inline-start: 0.25rem;
|
|
928
|
-
|
|
934
|
+
align-self: center;
|
|
929
935
|
flex-shrink: 0;
|
|
930
936
|
transform: translateY(-1px);
|
|
931
937
|
}
|