@watermarkinsights/ripple 5.16.0-alpha.1 → 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 +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-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/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-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-ceac4dea.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 +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
|
@@ -895,21 +895,28 @@
|
|
|
895
895
|
flex-direction: column;
|
|
896
896
|
font-size: 0.875rem;
|
|
897
897
|
}
|
|
898
|
+
:host .wrapper .label-wrapper {
|
|
899
|
+
display: flex;
|
|
900
|
+
}
|
|
898
901
|
:host .wrapper .label {
|
|
899
|
-
display: block;
|
|
902
|
+
display: inline-block;
|
|
900
903
|
line-height: normal;
|
|
901
904
|
font-weight: 600;
|
|
902
905
|
white-space: nowrap;
|
|
906
|
+
overflow: hidden;
|
|
907
|
+
text-overflow: ellipsis;
|
|
903
908
|
margin-bottom: 0.25rem;
|
|
904
909
|
}
|
|
905
|
-
:host .wrapper .
|
|
910
|
+
:host .wrapper .required {
|
|
911
|
+
display: inline-block;
|
|
906
912
|
color: var(--wmcolor-text-required);
|
|
907
913
|
}
|
|
908
914
|
:host .wrapper.label-left {
|
|
909
915
|
flex-direction: row;
|
|
910
916
|
}
|
|
911
917
|
:host .wrapper.label-left .label-wrapper {
|
|
912
|
-
|
|
918
|
+
height: fit-content;
|
|
919
|
+
margin-right: 0.75rem;
|
|
913
920
|
}
|
|
914
921
|
:host .wrapper.label-left .label-wrapper .label {
|
|
915
922
|
display: flex;
|
|
@@ -917,7 +924,6 @@
|
|
|
917
924
|
min-height: 2.5rem;
|
|
918
925
|
white-space: normal;
|
|
919
926
|
margin-bottom: 0;
|
|
920
|
-
margin-right: 0.75rem;
|
|
921
927
|
}
|
|
922
928
|
:host .wrapper.label-none label {
|
|
923
929
|
position: absolute !important;
|
|
@@ -931,11 +937,11 @@
|
|
|
931
937
|
white-space: nowrap !important;
|
|
932
938
|
margin: -1px !important;
|
|
933
939
|
}
|
|
934
|
-
:host .wrapper.invalid .label {
|
|
940
|
+
:host .wrapper.invalid .label-wrapper {
|
|
935
941
|
color: var(--wmcolor-text-error);
|
|
936
942
|
position: relative;
|
|
937
943
|
}
|
|
938
|
-
:host .wrapper.invalid .label:after {
|
|
944
|
+
:host .wrapper.invalid .label-wrapper:after {
|
|
939
945
|
content: "";
|
|
940
946
|
display: block;
|
|
941
947
|
background-color: var(--icon-fill, currentColor);
|
|
@@ -944,14 +950,14 @@
|
|
|
944
950
|
-webkit-mask-size: 100%;
|
|
945
951
|
mask-size: 100%;
|
|
946
952
|
}
|
|
947
|
-
:host .wrapper.invalid .label:after {
|
|
953
|
+
:host .wrapper.invalid .label-wrapper:after {
|
|
948
954
|
-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");
|
|
949
955
|
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");
|
|
950
956
|
}
|
|
951
|
-
:host .wrapper.invalid .label:after {
|
|
957
|
+
:host .wrapper.invalid .label-wrapper:after {
|
|
952
958
|
display: inline-block;
|
|
953
959
|
margin-inline-start: 0.25rem;
|
|
954
|
-
|
|
960
|
+
align-self: center;
|
|
955
961
|
flex-shrink: 0;
|
|
956
962
|
transform: translateY(-1px);
|
|
957
963
|
}
|
|
@@ -1258,10 +1264,6 @@
|
|
|
1258
1264
|
box-shadow: inset 0 0 0 1px var(--wmcolor-taginput-row-border-selected);
|
|
1259
1265
|
font-weight: 500;
|
|
1260
1266
|
}
|
|
1261
|
-
:host .table-wrapper tr.focused {
|
|
1262
|
-
background-color: var(--wmcolor-taginput-row-background-focus);
|
|
1263
|
-
box-shadow: none;
|
|
1264
|
-
}
|
|
1265
1267
|
:host .table-wrapper tr:hover:not(.locked) {
|
|
1266
1268
|
background-color: var(--wmcolor-taginput-row-background-hover);
|
|
1267
1269
|
box-shadow: none;
|
|
@@ -1274,21 +1276,25 @@
|
|
|
1274
1276
|
color: var(--wmcolor-taginput-tag-text);
|
|
1275
1277
|
margin-inline-end: 0.5rem;
|
|
1276
1278
|
}
|
|
1279
|
+
:host .table-wrapper.user-is-keying:focus-visible tr.focused {
|
|
1280
|
+
background-color: var(--wmcolor-taginput-row-background-focus);
|
|
1281
|
+
box-shadow: none;
|
|
1282
|
+
}
|
|
1277
1283
|
:host .table-wrapper td {
|
|
1278
1284
|
height: 3.75rem;
|
|
1279
1285
|
vertical-align: middle;
|
|
1280
1286
|
padding: 0 1.5rem;
|
|
1281
1287
|
cursor: pointer;
|
|
1282
1288
|
}
|
|
1283
|
-
:host .table-wrapper td.focused {
|
|
1284
|
-
outline: 3px solid var(--wmcolor-interactive-focus);
|
|
1285
|
-
outline-offset: -3px;
|
|
1286
|
-
}
|
|
1287
1289
|
:host .table-wrapper td .cell-content-wrapper.trunc {
|
|
1288
1290
|
white-space: nowrap;
|
|
1289
1291
|
overflow: hidden;
|
|
1290
1292
|
text-overflow: ellipsis;
|
|
1291
1293
|
}
|
|
1294
|
+
:host .table-wrapper.user-is-keying:focus-visible td.focused {
|
|
1295
|
+
outline: 3px solid var(--wmcolor-interactive-focus);
|
|
1296
|
+
outline-offset: -3px;
|
|
1297
|
+
}
|
|
1292
1298
|
:host .description {
|
|
1293
1299
|
display: none;
|
|
1294
1300
|
}
|
|
@@ -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;
|
|
@@ -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();
|
|
@@ -634,24 +631,17 @@ export class TagInput {
|
|
|
634
631
|
}
|
|
635
632
|
handleTableWrapperFocus() {
|
|
636
633
|
// Forward focus to first focusable table row when container receives focus
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
return; // Successfully handled focus
|
|
649
|
-
}
|
|
650
|
-
}
|
|
651
|
-
// Fallback: if we can't find any options or rows, keep focus on input
|
|
652
|
-
// This prevents focus from going to body
|
|
653
|
-
if (this.inputEl) {
|
|
654
|
-
this.inputEl.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;
|
|
655
645
|
}
|
|
656
646
|
}
|
|
657
647
|
}
|
|
@@ -680,6 +670,7 @@ export class TagInput {
|
|
|
680
670
|
break;
|
|
681
671
|
case "Escape":
|
|
682
672
|
ev.preventDefault();
|
|
673
|
+
ev.stopPropagation();
|
|
683
674
|
// Focus back to input as a safe fallback
|
|
684
675
|
if (this.inputEl) {
|
|
685
676
|
this.inputEl.focus();
|
|
@@ -843,7 +834,13 @@ export class TagInput {
|
|
|
843
834
|
!optionAlreadyExists && (h("li", { ref: (el) => (this.addNewButton = el), id: "add-new-btn", class: "add-new-btn", onClick: () => this.addTags(inputValue) }, this.addNewTagMessage(inputValue))));
|
|
844
835
|
}
|
|
845
836
|
renderTable() {
|
|
846
|
-
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)))));
|
|
847
844
|
}
|
|
848
845
|
renderTableHeaders() {
|
|
849
846
|
return (h("tr", { class: "headers", role: "row" }, csvToArray(this.colHeaders).map((header, idx) => {
|
|
@@ -919,12 +916,12 @@ export class TagInput {
|
|
|
919
916
|
}
|
|
920
917
|
}
|
|
921
918
|
render() {
|
|
922
|
-
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) => {
|
|
923
920
|
this.focusedTagIndex = undefined;
|
|
924
921
|
this.handleBlur(ev);
|
|
925
|
-
}, 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) => {
|
|
926
923
|
this.handleBlur(ev);
|
|
927
|
-
}, 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()));
|
|
928
925
|
}
|
|
929
926
|
static get is() { return "wm-tag-input"; }
|
|
930
927
|
static get encapsulation() { return "shadow"; }
|
|
@@ -943,6 +940,7 @@ export class TagInput {
|
|
|
943
940
|
return {
|
|
944
941
|
"label": {
|
|
945
942
|
"type": "string",
|
|
943
|
+
"attribute": "label",
|
|
946
944
|
"mutable": false,
|
|
947
945
|
"complexType": {
|
|
948
946
|
"original": "string",
|
|
@@ -955,11 +953,13 @@ export class TagInput {
|
|
|
955
953
|
"tags": [],
|
|
956
954
|
"text": ""
|
|
957
955
|
},
|
|
958
|
-
"
|
|
956
|
+
"getter": false,
|
|
957
|
+
"setter": false,
|
|
959
958
|
"reflect": false
|
|
960
959
|
},
|
|
961
960
|
"errorMessage": {
|
|
962
961
|
"type": "string",
|
|
962
|
+
"attribute": "error-message",
|
|
963
963
|
"mutable": false,
|
|
964
964
|
"complexType": {
|
|
965
965
|
"original": "string",
|
|
@@ -972,11 +972,13 @@ export class TagInput {
|
|
|
972
972
|
"tags": [],
|
|
973
973
|
"text": ""
|
|
974
974
|
},
|
|
975
|
-
"
|
|
975
|
+
"getter": false,
|
|
976
|
+
"setter": false,
|
|
976
977
|
"reflect": false
|
|
977
978
|
},
|
|
978
979
|
"info": {
|
|
979
980
|
"type": "string",
|
|
981
|
+
"attribute": "info",
|
|
980
982
|
"mutable": false,
|
|
981
983
|
"complexType": {
|
|
982
984
|
"original": "string",
|
|
@@ -989,11 +991,13 @@ export class TagInput {
|
|
|
989
991
|
"tags": [],
|
|
990
992
|
"text": ""
|
|
991
993
|
},
|
|
992
|
-
"
|
|
994
|
+
"getter": false,
|
|
995
|
+
"setter": false,
|
|
993
996
|
"reflect": false
|
|
994
997
|
},
|
|
995
998
|
"labelPosition": {
|
|
996
999
|
"type": "string",
|
|
1000
|
+
"attribute": "label-position",
|
|
997
1001
|
"mutable": false,
|
|
998
1002
|
"complexType": {
|
|
999
1003
|
"original": "\"top\" | \"left\" | \"none\"",
|
|
@@ -1006,12 +1010,14 @@ export class TagInput {
|
|
|
1006
1010
|
"tags": [],
|
|
1007
1011
|
"text": ""
|
|
1008
1012
|
},
|
|
1009
|
-
"
|
|
1013
|
+
"getter": false,
|
|
1014
|
+
"setter": false,
|
|
1010
1015
|
"reflect": false,
|
|
1011
1016
|
"defaultValue": "\"top\""
|
|
1012
1017
|
},
|
|
1013
1018
|
"maxTags": {
|
|
1014
1019
|
"type": "number",
|
|
1020
|
+
"attribute": "max-tags",
|
|
1015
1021
|
"mutable": false,
|
|
1016
1022
|
"complexType": {
|
|
1017
1023
|
"original": "number",
|
|
@@ -1024,11 +1030,13 @@ export class TagInput {
|
|
|
1024
1030
|
"tags": [],
|
|
1025
1031
|
"text": ""
|
|
1026
1032
|
},
|
|
1027
|
-
"
|
|
1033
|
+
"getter": false,
|
|
1034
|
+
"setter": false,
|
|
1028
1035
|
"reflect": false
|
|
1029
1036
|
},
|
|
1030
1037
|
"placeholder": {
|
|
1031
1038
|
"type": "string",
|
|
1039
|
+
"attribute": "placeholder",
|
|
1032
1040
|
"mutable": true,
|
|
1033
1041
|
"complexType": {
|
|
1034
1042
|
"original": "string",
|
|
@@ -1041,11 +1049,13 @@ export class TagInput {
|
|
|
1041
1049
|
"tags": [],
|
|
1042
1050
|
"text": ""
|
|
1043
1051
|
},
|
|
1044
|
-
"
|
|
1052
|
+
"getter": false,
|
|
1053
|
+
"setter": false,
|
|
1045
1054
|
"reflect": false
|
|
1046
1055
|
},
|
|
1047
1056
|
"requiredField": {
|
|
1048
1057
|
"type": "boolean",
|
|
1058
|
+
"attribute": "required-field",
|
|
1049
1059
|
"mutable": false,
|
|
1050
1060
|
"complexType": {
|
|
1051
1061
|
"original": "boolean",
|
|
@@ -1058,12 +1068,14 @@ export class TagInput {
|
|
|
1058
1068
|
"tags": [],
|
|
1059
1069
|
"text": ""
|
|
1060
1070
|
},
|
|
1061
|
-
"
|
|
1071
|
+
"getter": false,
|
|
1072
|
+
"setter": false,
|
|
1062
1073
|
"reflect": false,
|
|
1063
1074
|
"defaultValue": "false"
|
|
1064
1075
|
},
|
|
1065
1076
|
"tagInputType": {
|
|
1066
1077
|
"type": "string",
|
|
1078
|
+
"attribute": "tag-input-type",
|
|
1067
1079
|
"mutable": false,
|
|
1068
1080
|
"complexType": {
|
|
1069
1081
|
"original": "\"dropdown\" | \"table\"",
|
|
@@ -1076,12 +1088,14 @@ export class TagInput {
|
|
|
1076
1088
|
"tags": [],
|
|
1077
1089
|
"text": ""
|
|
1078
1090
|
},
|
|
1079
|
-
"
|
|
1091
|
+
"getter": false,
|
|
1092
|
+
"setter": false,
|
|
1080
1093
|
"reflect": false,
|
|
1081
1094
|
"defaultValue": "\"dropdown\""
|
|
1082
1095
|
},
|
|
1083
1096
|
"helpText": {
|
|
1084
1097
|
"type": "string",
|
|
1098
|
+
"attribute": "help-text",
|
|
1085
1099
|
"mutable": false,
|
|
1086
1100
|
"complexType": {
|
|
1087
1101
|
"original": "string",
|
|
@@ -1094,11 +1108,13 @@ export class TagInput {
|
|
|
1094
1108
|
"tags": [],
|
|
1095
1109
|
"text": ""
|
|
1096
1110
|
},
|
|
1097
|
-
"
|
|
1111
|
+
"getter": false,
|
|
1112
|
+
"setter": false,
|
|
1098
1113
|
"reflect": false
|
|
1099
1114
|
},
|
|
1100
1115
|
"addNew": {
|
|
1101
1116
|
"type": "boolean",
|
|
1117
|
+
"attribute": "add-new",
|
|
1102
1118
|
"mutable": false,
|
|
1103
1119
|
"complexType": {
|
|
1104
1120
|
"original": "boolean",
|
|
@@ -1111,12 +1127,14 @@ export class TagInput {
|
|
|
1111
1127
|
"tags": [],
|
|
1112
1128
|
"text": ""
|
|
1113
1129
|
},
|
|
1114
|
-
"
|
|
1130
|
+
"getter": false,
|
|
1131
|
+
"setter": false,
|
|
1115
1132
|
"reflect": false,
|
|
1116
1133
|
"defaultValue": "true"
|
|
1117
1134
|
},
|
|
1118
1135
|
"characterLimit": {
|
|
1119
1136
|
"type": "number",
|
|
1137
|
+
"attribute": "character-limit",
|
|
1120
1138
|
"mutable": false,
|
|
1121
1139
|
"complexType": {
|
|
1122
1140
|
"original": "number",
|
|
@@ -1129,12 +1147,14 @@ export class TagInput {
|
|
|
1129
1147
|
"tags": [],
|
|
1130
1148
|
"text": ""
|
|
1131
1149
|
},
|
|
1132
|
-
"
|
|
1150
|
+
"getter": false,
|
|
1151
|
+
"setter": false,
|
|
1133
1152
|
"reflect": false,
|
|
1134
1153
|
"defaultValue": "50"
|
|
1135
1154
|
},
|
|
1136
1155
|
"colHeaders": {
|
|
1137
1156
|
"type": "string",
|
|
1157
|
+
"attribute": "col-headers",
|
|
1138
1158
|
"mutable": false,
|
|
1139
1159
|
"complexType": {
|
|
1140
1160
|
"original": "string",
|
|
@@ -1147,11 +1167,13 @@ export class TagInput {
|
|
|
1147
1167
|
"tags": [],
|
|
1148
1168
|
"text": ""
|
|
1149
1169
|
},
|
|
1150
|
-
"
|
|
1170
|
+
"getter": false,
|
|
1171
|
+
"setter": false,
|
|
1151
1172
|
"reflect": false
|
|
1152
1173
|
},
|
|
1153
1174
|
"colWidths": {
|
|
1154
1175
|
"type": "string",
|
|
1176
|
+
"attribute": "col-widths",
|
|
1155
1177
|
"mutable": false,
|
|
1156
1178
|
"complexType": {
|
|
1157
1179
|
"original": "string",
|
|
@@ -1164,11 +1186,13 @@ export class TagInput {
|
|
|
1164
1186
|
"tags": [],
|
|
1165
1187
|
"text": ""
|
|
1166
1188
|
},
|
|
1167
|
-
"
|
|
1189
|
+
"getter": false,
|
|
1190
|
+
"setter": false,
|
|
1168
1191
|
"reflect": false
|
|
1169
1192
|
},
|
|
1170
1193
|
"colWrap": {
|
|
1171
1194
|
"type": "string",
|
|
1195
|
+
"attribute": "col-wrap",
|
|
1172
1196
|
"mutable": false,
|
|
1173
1197
|
"complexType": {
|
|
1174
1198
|
"original": "string",
|
|
@@ -1181,7 +1205,8 @@ export class TagInput {
|
|
|
1181
1205
|
"tags": [],
|
|
1182
1206
|
"text": ""
|
|
1183
1207
|
},
|
|
1184
|
-
"
|
|
1208
|
+
"getter": false,
|
|
1209
|
+
"setter": false,
|
|
1185
1210
|
"reflect": false
|
|
1186
1211
|
}
|
|
1187
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
|
}
|