@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
|
@@ -1543,37 +1543,6 @@
|
|
|
1543
1543
|
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='M12,2C17.53,2 22,6.47 22,12C22,17.53 17.53,22 12,22C6.47,22 2,17.53 2,12C2,6.47 6.47,2 12,2M15.59,7L12,10.59L8.41,7L7,8.41L10.59,12L7,15.59L8.41,17L12,13.41L15.59,17L17,15.59L13.41,12L17,8.41L15.59,7Z'/%3E%3C/svg%3E%0A");
|
|
1544
1544
|
}
|
|
1545
1545
|
|
|
1546
|
-
/* --------------------------------------
|
|
1547
|
-
1. Box-shadow
|
|
1548
|
-
-------------------------------------- */
|
|
1549
|
-
/* --------------------------------------
|
|
1550
|
-
2. Border-radius
|
|
1551
|
-
-------------------------------------- */
|
|
1552
|
-
/* --------------------------------------
|
|
1553
|
-
3. Transforms
|
|
1554
|
-
-------------------------------------- */
|
|
1555
|
-
/* --------------------------------------
|
|
1556
|
-
4. Button Focus
|
|
1557
|
-
-------------------------------------- */
|
|
1558
|
-
/* --------------------------------------
|
|
1559
|
-
5. Flex
|
|
1560
|
-
-------------------------------------- */
|
|
1561
|
-
/* --------------------------------------
|
|
1562
|
-
7. Screen Reader Only
|
|
1563
|
-
-------------------------------------- */
|
|
1564
|
-
/* --------------------------------------
|
|
1565
|
-
8. Label styles
|
|
1566
|
-
this mixin includes all the styles for the label
|
|
1567
|
-
+ flex rules on the parent container to switch between top and left position
|
|
1568
|
-
+ srOnly when label is hidden
|
|
1569
|
-
Assumes the following markup:
|
|
1570
|
-
div.wrapper[.label-left.invalid] > div.label-wrapper > label.label > span.required
|
|
1571
|
-
.wrapper is for the flex rules
|
|
1572
|
-
.label-wrapper is to set the height of the label when positioned left so it's the same height as
|
|
1573
|
-
the input. It can't be done directly on .label because of possible line wrapping.
|
|
1574
|
-
When the label is on top there's no line wrapping at all to ensure proper alignment of inlined elements
|
|
1575
|
-
(they can't be aligned on the baseline because of possible description text and error message)
|
|
1576
|
-
-------------------------------------- */
|
|
1577
1546
|
:host {
|
|
1578
1547
|
display: block;
|
|
1579
1548
|
position: relative;
|
|
@@ -1605,6 +1574,10 @@
|
|
|
1605
1574
|
block-size: 100%;
|
|
1606
1575
|
-webkit-mask-size: 100%;
|
|
1607
1576
|
mask-size: 100%;
|
|
1577
|
+
-webkit-mask-repeat: no-repeat;
|
|
1578
|
+
mask-repeat: no-repeat;
|
|
1579
|
+
-webkit-mask-position: center;
|
|
1580
|
+
mask-position: center;
|
|
1608
1581
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M14 11V14H2V11H0V14C0 15.1 0.9 16 2 16H14C15.1 16 16 15.1 16 14V11H14ZM3 5L4.41 6.41L7 3.83V12H9V3.83L11.59 6.41L13 5L8 0L3 5Z'/%3E%3C/svg%3E%0A");
|
|
1609
1582
|
mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M14 11V14H2V11H0V14C0 15.1 0.9 16 2 16H14C15.1 16 16 15.1 16 14V11H14ZM3 5L4.41 6.41L7 3.83V12H9V3.83L11.59 6.41L13 5L8 0L3 5Z'/%3E%3C/svg%3E%0A");
|
|
1610
1583
|
}
|
|
@@ -1666,21 +1639,28 @@
|
|
|
1666
1639
|
flex-direction: column;
|
|
1667
1640
|
font-size: 0.875rem;
|
|
1668
1641
|
}
|
|
1642
|
+
.wrapper .label-wrapper {
|
|
1643
|
+
display: flex;
|
|
1644
|
+
}
|
|
1669
1645
|
.wrapper .label {
|
|
1670
|
-
display: block;
|
|
1646
|
+
display: inline-block;
|
|
1671
1647
|
line-height: normal;
|
|
1672
1648
|
font-weight: 600;
|
|
1673
1649
|
white-space: nowrap;
|
|
1650
|
+
overflow: hidden;
|
|
1651
|
+
text-overflow: ellipsis;
|
|
1674
1652
|
margin-bottom: 0.25rem;
|
|
1675
1653
|
}
|
|
1676
|
-
.wrapper .
|
|
1654
|
+
.wrapper .required {
|
|
1655
|
+
display: inline-block;
|
|
1677
1656
|
color: var(--wmcolor-text-required);
|
|
1678
1657
|
}
|
|
1679
1658
|
.wrapper.label-left {
|
|
1680
1659
|
flex-direction: row;
|
|
1681
1660
|
}
|
|
1682
1661
|
.wrapper.label-left .label-wrapper {
|
|
1683
|
-
|
|
1662
|
+
height: fit-content;
|
|
1663
|
+
margin-right: 0.75rem;
|
|
1684
1664
|
}
|
|
1685
1665
|
.wrapper.label-left .label-wrapper .label {
|
|
1686
1666
|
display: flex;
|
|
@@ -1688,7 +1668,6 @@
|
|
|
1688
1668
|
min-height: 2.5rem;
|
|
1689
1669
|
white-space: normal;
|
|
1690
1670
|
margin-bottom: 0;
|
|
1691
|
-
margin-right: 0.75rem;
|
|
1692
1671
|
}
|
|
1693
1672
|
.wrapper.label-none label {
|
|
1694
1673
|
position: absolute !important;
|
|
@@ -1702,11 +1681,11 @@
|
|
|
1702
1681
|
white-space: nowrap !important;
|
|
1703
1682
|
margin: -1px !important;
|
|
1704
1683
|
}
|
|
1705
|
-
.wrapper.invalid .label {
|
|
1684
|
+
.wrapper.invalid .label-wrapper {
|
|
1706
1685
|
color: var(--wmcolor-text-error);
|
|
1707
1686
|
position: relative;
|
|
1708
1687
|
}
|
|
1709
|
-
.wrapper.invalid .label:after {
|
|
1688
|
+
.wrapper.invalid .label-wrapper:after {
|
|
1710
1689
|
content: "";
|
|
1711
1690
|
display: block;
|
|
1712
1691
|
background-color: var(--icon-fill, currentColor);
|
|
@@ -1715,14 +1694,14 @@
|
|
|
1715
1694
|
-webkit-mask-size: 100%;
|
|
1716
1695
|
mask-size: 100%;
|
|
1717
1696
|
}
|
|
1718
|
-
.wrapper.invalid .label:after {
|
|
1697
|
+
.wrapper.invalid .label-wrapper:after {
|
|
1719
1698
|
-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");
|
|
1720
1699
|
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");
|
|
1721
1700
|
}
|
|
1722
|
-
.wrapper.invalid .label:after {
|
|
1701
|
+
.wrapper.invalid .label-wrapper:after {
|
|
1723
1702
|
display: inline-block;
|
|
1724
1703
|
margin-inline-start: 0.25rem;
|
|
1725
|
-
|
|
1704
|
+
align-self: center;
|
|
1726
1705
|
flex-shrink: 0;
|
|
1727
1706
|
transform: translateY(-1px);
|
|
1728
1707
|
}
|
|
@@ -1746,7 +1725,6 @@
|
|
|
1746
1725
|
border-radius: 8px;
|
|
1747
1726
|
border: 2px dashed var(--wmcolor-border-dark);
|
|
1748
1727
|
background: var(--wmcolor-background);
|
|
1749
|
-
min-inline-size: 21.375rem;
|
|
1750
1728
|
inline-size: 100%;
|
|
1751
1729
|
display: flex;
|
|
1752
1730
|
flex-direction: column;
|
|
@@ -1765,6 +1743,7 @@
|
|
|
1765
1743
|
display: flex;
|
|
1766
1744
|
align-items: center;
|
|
1767
1745
|
gap: 0.5rem;
|
|
1746
|
+
padding: 0.5rem;
|
|
1768
1747
|
}
|
|
1769
1748
|
.-drop .prompt .upload-arrow {
|
|
1770
1749
|
inline-size: 1rem;
|
|
@@ -1776,6 +1755,7 @@
|
|
|
1776
1755
|
font-size: 0.875rem;
|
|
1777
1756
|
transition: none;
|
|
1778
1757
|
inline-size: fit-content;
|
|
1758
|
+
text-align: center;
|
|
1779
1759
|
}
|
|
1780
1760
|
.-drop .prompt .default-text {
|
|
1781
1761
|
display: unset;
|
|
@@ -1,25 +1,18 @@
|
|
|
1
1
|
import { h, Host, forceUpdate, } from "@stencil/core";
|
|
2
2
|
import { uploaderMessages } from "../../global/intl";
|
|
3
|
-
import { intl } from "../../global/functions";
|
|
3
|
+
import { intl, hideTooltip, showTooltip } from "../../global/functions";
|
|
4
4
|
export class Uploader {
|
|
5
5
|
constructor() {
|
|
6
|
-
this.batchCount = 0; // used to calculate the aggregate upload progress
|
|
7
|
-
this.prevUploadCount = 0; // comparison to determine whether or not to announce updated count
|
|
8
|
-
this.fileIdToDelete = "";
|
|
9
|
-
this.label = undefined;
|
|
10
6
|
this.uploaderType = "select";
|
|
11
7
|
this.dropArea = "component";
|
|
12
|
-
this.buttonText = undefined;
|
|
13
|
-
this.icon = undefined;
|
|
14
8
|
this.fileTypes = "pdf txt log xml doc docx xls xlsx ppt pptx gif jpg jpeg png csv";
|
|
15
|
-
this.maxSize = undefined;
|
|
16
|
-
this.maxFiles = undefined;
|
|
17
|
-
this.errorMessage = undefined;
|
|
18
|
-
this.requiredField = undefined;
|
|
19
9
|
this.showInfo = "time";
|
|
20
10
|
this.isTabbing = false;
|
|
21
|
-
this.notif = "";
|
|
11
|
+
this.notif = ""; // for upload notifications
|
|
22
12
|
this.isCondensed = false;
|
|
13
|
+
this.batchCount = 0; // used to calculate the aggregate upload progress
|
|
14
|
+
this.prevUploadCount = 0; // comparison to determine whether or not to announce updated count
|
|
15
|
+
this.fileIdToDelete = "";
|
|
23
16
|
}
|
|
24
17
|
get isDisabled() {
|
|
25
18
|
// disable if is the uploader is maxed out or if something is uploading
|
|
@@ -232,6 +225,12 @@ export class Uploader {
|
|
|
232
225
|
this.uploadButtonEl.value = ""; // reset to ensure that onChange is triggered when the same file is selected a second time
|
|
233
226
|
}
|
|
234
227
|
}
|
|
228
|
+
handleLabelMouseEnter(ev) {
|
|
229
|
+
const labelEl = ev.target;
|
|
230
|
+
if (labelEl.scrollWidth > labelEl.clientWidth) {
|
|
231
|
+
showTooltip("right", labelEl, this.label);
|
|
232
|
+
}
|
|
233
|
+
}
|
|
235
234
|
announce(message, liveRegionEl) {
|
|
236
235
|
if (liveRegionEl.textContent === message) {
|
|
237
236
|
message += "\u00A0";
|
|
@@ -294,15 +293,15 @@ export class Uploader {
|
|
|
294
293
|
return (h("div", { class: `list-container ${hasNewlyUploadedFiles ? "checkmark-spacer" : ""}` }, h("ul", { class: "file-list" }, h("slot", null))));
|
|
295
294
|
}
|
|
296
295
|
renderLabel() {
|
|
297
|
-
return (h("div", { class: `wrapper ${this.errorMessage ? "invalid" : ""}` }, h("div", { id: "label", class: `label
|
|
296
|
+
return (h("div", { class: `wrapper ${this.errorMessage ? "invalid" : ""}` }, h("div", { class: "label-wrapper" }, h("div", { id: "label", class: `label`, onMouseEnter: (ev) => this.handleLabelMouseEnter(ev), onMouseLeave: () => hideTooltip() }, this.label), this.requiredField && (h("div", { class: "required", "aria-hidden": "true" }, "*")))));
|
|
298
297
|
}
|
|
299
298
|
renderDropArea() {
|
|
300
299
|
return (h("div", { class: `drop-area -${this.dropArea}`, ref: (el) => (this.dropAreaEl = el), onDragEnter: (ev) => this.handleDragEnter(ev), onDragOver: (ev) => this.handleDragOver(ev), onDragLeave: (ev) => this.handleDragLeave(ev), onDrop: (ev) => this.handleDrop(ev) }, this.dropArea == "page" && (h("div", { ref: (el) => (this.dropOverlayEl = el), class: "drop-overlay", popover: "manual" }, h("span", { class: "upload-arrow" }), h("span", null, "Drop to Upload")))));
|
|
301
300
|
}
|
|
302
301
|
render() {
|
|
303
|
-
return (h(Host, { key: '
|
|
302
|
+
return (h(Host, { key: '80063eb0604b5921b8b3df54db97f9cd02b04851', class: `-${this.dropArea}` }, this.uploaderType == "drop" && this.renderDropArea(), this.label && this.renderLabel(), this.renderHeader(), this.renderListContainer(), h("div", { key: 'd9a54dbd010eecb135879700d44e16268c1f56ba', ref: (el) => (this.assertiveLiveRegionEl = el), class: "live-region sr-only", "aria-live": "assertive" // since it's directly linked to the action the user took, it should be read in priority. With polite, some messages get dismissed in favor of the page title
|
|
304
303
|
,
|
|
305
|
-
"aria-atomic": "true" }), h("div", { key: '
|
|
304
|
+
"aria-atomic": "true" }), h("div", { key: '07ab092da14b6aa0b93e80e5d68cd119bc62e10d', ref: (el) => (this.politeLiveRegionEl = el), class: "live-region sr-only", "aria-live": "polite", "aria-atomic": "true" })));
|
|
306
305
|
}
|
|
307
306
|
static get is() { return "wm-uploader"; }
|
|
308
307
|
static get encapsulation() { return "shadow"; }
|
|
@@ -321,6 +320,7 @@ export class Uploader {
|
|
|
321
320
|
return {
|
|
322
321
|
"label": {
|
|
323
322
|
"type": "string",
|
|
323
|
+
"attribute": "label",
|
|
324
324
|
"mutable": false,
|
|
325
325
|
"complexType": {
|
|
326
326
|
"original": "string",
|
|
@@ -333,11 +333,13 @@ export class Uploader {
|
|
|
333
333
|
"tags": [],
|
|
334
334
|
"text": ""
|
|
335
335
|
},
|
|
336
|
-
"
|
|
336
|
+
"getter": false,
|
|
337
|
+
"setter": false,
|
|
337
338
|
"reflect": false
|
|
338
339
|
},
|
|
339
340
|
"uploaderType": {
|
|
340
341
|
"type": "string",
|
|
342
|
+
"attribute": "uploader-type",
|
|
341
343
|
"mutable": false,
|
|
342
344
|
"complexType": {
|
|
343
345
|
"original": "\"select\" | \"drop\"",
|
|
@@ -350,12 +352,14 @@ export class Uploader {
|
|
|
350
352
|
"tags": [],
|
|
351
353
|
"text": ""
|
|
352
354
|
},
|
|
353
|
-
"
|
|
355
|
+
"getter": false,
|
|
356
|
+
"setter": false,
|
|
354
357
|
"reflect": false,
|
|
355
358
|
"defaultValue": "\"select\""
|
|
356
359
|
},
|
|
357
360
|
"dropArea": {
|
|
358
361
|
"type": "string",
|
|
362
|
+
"attribute": "drop-area",
|
|
359
363
|
"mutable": false,
|
|
360
364
|
"complexType": {
|
|
361
365
|
"original": "\"component\" | \"page\"",
|
|
@@ -368,12 +372,14 @@ export class Uploader {
|
|
|
368
372
|
"tags": [],
|
|
369
373
|
"text": ""
|
|
370
374
|
},
|
|
371
|
-
"
|
|
375
|
+
"getter": false,
|
|
376
|
+
"setter": false,
|
|
372
377
|
"reflect": false,
|
|
373
378
|
"defaultValue": "\"component\""
|
|
374
379
|
},
|
|
375
380
|
"buttonText": {
|
|
376
381
|
"type": "string",
|
|
382
|
+
"attribute": "button-text",
|
|
377
383
|
"mutable": false,
|
|
378
384
|
"complexType": {
|
|
379
385
|
"original": "string",
|
|
@@ -386,11 +392,13 @@ export class Uploader {
|
|
|
386
392
|
"tags": [],
|
|
387
393
|
"text": ""
|
|
388
394
|
},
|
|
389
|
-
"
|
|
395
|
+
"getter": false,
|
|
396
|
+
"setter": false,
|
|
390
397
|
"reflect": false
|
|
391
398
|
},
|
|
392
399
|
"icon": {
|
|
393
400
|
"type": "string",
|
|
401
|
+
"attribute": "icon",
|
|
394
402
|
"mutable": false,
|
|
395
403
|
"complexType": {
|
|
396
404
|
"original": "string",
|
|
@@ -403,11 +411,13 @@ export class Uploader {
|
|
|
403
411
|
"tags": [],
|
|
404
412
|
"text": ""
|
|
405
413
|
},
|
|
406
|
-
"
|
|
414
|
+
"getter": false,
|
|
415
|
+
"setter": false,
|
|
407
416
|
"reflect": false
|
|
408
417
|
},
|
|
409
418
|
"fileTypes": {
|
|
410
419
|
"type": "string",
|
|
420
|
+
"attribute": "file-types",
|
|
411
421
|
"mutable": false,
|
|
412
422
|
"complexType": {
|
|
413
423
|
"original": "string",
|
|
@@ -420,12 +430,14 @@ export class Uploader {
|
|
|
420
430
|
"tags": [],
|
|
421
431
|
"text": ""
|
|
422
432
|
},
|
|
423
|
-
"
|
|
433
|
+
"getter": false,
|
|
434
|
+
"setter": false,
|
|
424
435
|
"reflect": false,
|
|
425
436
|
"defaultValue": "\"pdf txt log xml doc docx xls xlsx ppt pptx gif jpg jpeg png csv\""
|
|
426
437
|
},
|
|
427
438
|
"maxSize": {
|
|
428
439
|
"type": "string",
|
|
440
|
+
"attribute": "max-size",
|
|
429
441
|
"mutable": false,
|
|
430
442
|
"complexType": {
|
|
431
443
|
"original": "string",
|
|
@@ -438,11 +450,13 @@ export class Uploader {
|
|
|
438
450
|
"tags": [],
|
|
439
451
|
"text": ""
|
|
440
452
|
},
|
|
441
|
-
"
|
|
453
|
+
"getter": false,
|
|
454
|
+
"setter": false,
|
|
442
455
|
"reflect": false
|
|
443
456
|
},
|
|
444
457
|
"maxFiles": {
|
|
445
458
|
"type": "number",
|
|
459
|
+
"attribute": "max-files",
|
|
446
460
|
"mutable": false,
|
|
447
461
|
"complexType": {
|
|
448
462
|
"original": "number",
|
|
@@ -455,11 +469,13 @@ export class Uploader {
|
|
|
455
469
|
"tags": [],
|
|
456
470
|
"text": ""
|
|
457
471
|
},
|
|
458
|
-
"
|
|
472
|
+
"getter": false,
|
|
473
|
+
"setter": false,
|
|
459
474
|
"reflect": false
|
|
460
475
|
},
|
|
461
476
|
"errorMessage": {
|
|
462
477
|
"type": "string",
|
|
478
|
+
"attribute": "error-message",
|
|
463
479
|
"mutable": false,
|
|
464
480
|
"complexType": {
|
|
465
481
|
"original": "string",
|
|
@@ -472,11 +488,13 @@ export class Uploader {
|
|
|
472
488
|
"tags": [],
|
|
473
489
|
"text": ""
|
|
474
490
|
},
|
|
475
|
-
"
|
|
491
|
+
"getter": false,
|
|
492
|
+
"setter": false,
|
|
476
493
|
"reflect": false
|
|
477
494
|
},
|
|
478
495
|
"requiredField": {
|
|
479
496
|
"type": "boolean",
|
|
497
|
+
"attribute": "required-field",
|
|
480
498
|
"mutable": false,
|
|
481
499
|
"complexType": {
|
|
482
500
|
"original": "boolean",
|
|
@@ -489,11 +507,13 @@ export class Uploader {
|
|
|
489
507
|
"tags": [],
|
|
490
508
|
"text": ""
|
|
491
509
|
},
|
|
492
|
-
"
|
|
510
|
+
"getter": false,
|
|
511
|
+
"setter": false,
|
|
493
512
|
"reflect": false
|
|
494
513
|
},
|
|
495
514
|
"showInfo": {
|
|
496
515
|
"type": "string",
|
|
516
|
+
"attribute": "show-info",
|
|
497
517
|
"mutable": false,
|
|
498
518
|
"complexType": {
|
|
499
519
|
"original": "\"size\" | \"time\" | \"none\"",
|
|
@@ -506,7 +526,8 @@ export class Uploader {
|
|
|
506
526
|
"tags": [],
|
|
507
527
|
"text": ""
|
|
508
528
|
},
|
|
509
|
-
"
|
|
529
|
+
"getter": false,
|
|
530
|
+
"setter": false,
|
|
510
531
|
"reflect": false,
|
|
511
532
|
"defaultValue": "\"time\""
|
|
512
533
|
}
|
|
@@ -31,7 +31,7 @@ export const globalMessages = {
|
|
|
31
31
|
}),
|
|
32
32
|
next: intl.formatMessage({
|
|
33
33
|
id: "global.next",
|
|
34
|
-
defaultMessage: "
|
|
34
|
+
defaultMessage: "Next",
|
|
35
35
|
description: "Button text, indicating an action leading to a 'next' state",
|
|
36
36
|
}),
|
|
37
37
|
open: intl.formatMessage({
|
|
@@ -41,7 +41,7 @@ export const globalMessages = {
|
|
|
41
41
|
}),
|
|
42
42
|
previous: intl.formatMessage({
|
|
43
43
|
id: "global.previous",
|
|
44
|
-
defaultMessage: "
|
|
44
|
+
defaultMessage: "Previous",
|
|
45
45
|
description: "Button text, indicating an action leading to a 'previous' state",
|
|
46
46
|
}),
|
|
47
47
|
requiredError: intl.formatMessage({
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import { h } from './index-
|
|
2
|
-
import { i as intl,
|
|
1
|
+
import { h } from './index-C20glyTb.js';
|
|
2
|
+
import { i as intl, s as safeMultiplyFloat, c as checkForActiveElInShadow, a as getPosition } from './functions-B9BrPorY.js';
|
|
3
3
|
|
|
4
4
|
const colors = {
|
|
5
5
|
salmon: "#ff5f4e",
|
|
6
6
|
cyan: "#19a1a9",
|
|
7
7
|
forest: "#088000",
|
|
8
|
-
sleet: "#7f97ad",
|
|
9
8
|
midnight: "#2e1b46",
|
|
10
9
|
lavender: "#8b86ca",
|
|
11
10
|
periwinkle: "#575195",
|
|
@@ -722,4 +721,4 @@ function renderHiddenValuesMessage() {
|
|
|
722
721
|
seeDetailsMessage));
|
|
723
722
|
}
|
|
724
723
|
|
|
725
|
-
export { allChartsDetails as a,
|
|
724
|
+
export { allChartsDetails as a, amountToPercent as b, renderSimpleBar as c, renderStackedBar as d, renderDoughnut as e, renderInstructionsText as f, getDetails as g, handleChartKeydown as h, renderLegend as i, renderHiddenValuesMessage as j, exitChart as k, getInterval as l, abbrNumber as m, renderCompletionMessage as n, renderLegendItem as o, removeSegmentInfoHighlight as r };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
var en = {
|
|
2
2
|
"chart.clickToSeeDetails": [
|
|
3
3
|
{
|
|
4
4
|
type: 0,
|
|
@@ -1347,7 +1347,7 @@ const en = {
|
|
|
1347
1347
|
]
|
|
1348
1348
|
};
|
|
1349
1349
|
|
|
1350
|
-
|
|
1350
|
+
var fr = {
|
|
1351
1351
|
"chart.clickToSeeDetails": [
|
|
1352
1352
|
{
|
|
1353
1353
|
type: 0,
|
|
@@ -2199,7 +2199,7 @@ const fr = {
|
|
|
2199
2199
|
]
|
|
2200
2200
|
};
|
|
2201
2201
|
|
|
2202
|
-
|
|
2202
|
+
var es = {
|
|
2203
2203
|
"chart.clickToSeeDetails": [
|
|
2204
2204
|
{
|
|
2205
2205
|
type: 0,
|
|
@@ -3658,7 +3658,7 @@ const es = {
|
|
|
3658
3658
|
]
|
|
3659
3659
|
};
|
|
3660
3660
|
|
|
3661
|
-
|
|
3661
|
+
var pig = {
|
|
3662
3662
|
"chart.clickToSeeDetails": [
|
|
3663
3663
|
{
|
|
3664
3664
|
type: 0,
|
|
@@ -5007,81 +5007,81 @@ const pig = {
|
|
|
5007
5007
|
]
|
|
5008
5008
|
};
|
|
5009
5009
|
|
|
5010
|
-
|
|
5010
|
+
var lang = /*#__PURE__*/Object.freeze({
|
|
5011
5011
|
__proto__: null,
|
|
5012
5012
|
en: en,
|
|
5013
|
-
fr: fr,
|
|
5014
5013
|
es: es,
|
|
5014
|
+
fr: fr,
|
|
5015
5015
|
pig: pig
|
|
5016
5016
|
});
|
|
5017
5017
|
|
|
5018
|
-
/******************************************************************************
|
|
5019
|
-
Copyright (c) Microsoft Corporation.
|
|
5020
|
-
|
|
5021
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
5022
|
-
purpose with or without fee is hereby granted.
|
|
5023
|
-
|
|
5024
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
5025
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
5026
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
5027
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
5028
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
5029
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
5030
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
5031
|
-
***************************************************************************** */
|
|
5032
|
-
/* global Reflect, Promise, SuppressedError, Symbol, Iterator */
|
|
5033
|
-
|
|
5034
|
-
var extendStatics = function(d, b) {
|
|
5035
|
-
|
|
5036
|
-
|
|
5037
|
-
|
|
5038
|
-
|
|
5039
|
-
};
|
|
5040
|
-
|
|
5041
|
-
function __extends(d, b) {
|
|
5042
|
-
|
|
5043
|
-
|
|
5044
|
-
|
|
5045
|
-
|
|
5046
|
-
|
|
5047
|
-
}
|
|
5048
|
-
|
|
5049
|
-
var __assign = function() {
|
|
5050
|
-
|
|
5051
|
-
|
|
5052
|
-
|
|
5053
|
-
|
|
5054
|
-
|
|
5055
|
-
|
|
5056
|
-
|
|
5057
|
-
|
|
5058
|
-
};
|
|
5059
|
-
|
|
5060
|
-
function __rest(s, e) {
|
|
5061
|
-
|
|
5062
|
-
|
|
5063
|
-
|
|
5064
|
-
|
|
5065
|
-
|
|
5066
|
-
|
|
5067
|
-
|
|
5068
|
-
|
|
5069
|
-
|
|
5070
|
-
}
|
|
5071
|
-
|
|
5072
|
-
function __spreadArray(to, from, pack) {
|
|
5073
|
-
|
|
5074
|
-
|
|
5075
|
-
|
|
5076
|
-
|
|
5077
|
-
|
|
5078
|
-
|
|
5079
|
-
|
|
5080
|
-
}
|
|
5081
|
-
|
|
5082
|
-
typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
|
|
5083
|
-
|
|
5084
|
-
|
|
5018
|
+
/******************************************************************************
|
|
5019
|
+
Copyright (c) Microsoft Corporation.
|
|
5020
|
+
|
|
5021
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
5022
|
+
purpose with or without fee is hereby granted.
|
|
5023
|
+
|
|
5024
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
5025
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
5026
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
5027
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
5028
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
5029
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
5030
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
5031
|
+
***************************************************************************** */
|
|
5032
|
+
/* global Reflect, Promise, SuppressedError, Symbol, Iterator */
|
|
5033
|
+
|
|
5034
|
+
var extendStatics = function(d, b) {
|
|
5035
|
+
extendStatics = Object.setPrototypeOf ||
|
|
5036
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
5037
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
5038
|
+
return extendStatics(d, b);
|
|
5039
|
+
};
|
|
5040
|
+
|
|
5041
|
+
function __extends(d, b) {
|
|
5042
|
+
if (typeof b !== "function" && b !== null)
|
|
5043
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
5044
|
+
extendStatics(d, b);
|
|
5045
|
+
function __() { this.constructor = d; }
|
|
5046
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
5047
|
+
}
|
|
5048
|
+
|
|
5049
|
+
var __assign = function() {
|
|
5050
|
+
__assign = Object.assign || function __assign(t) {
|
|
5051
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5052
|
+
s = arguments[i];
|
|
5053
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
5054
|
+
}
|
|
5055
|
+
return t;
|
|
5056
|
+
};
|
|
5057
|
+
return __assign.apply(this, arguments);
|
|
5058
|
+
};
|
|
5059
|
+
|
|
5060
|
+
function __rest(s, e) {
|
|
5061
|
+
var t = {};
|
|
5062
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
5063
|
+
t[p] = s[p];
|
|
5064
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
5065
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
5066
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
5067
|
+
t[p[i]] = s[p[i]];
|
|
5068
|
+
}
|
|
5069
|
+
return t;
|
|
5070
|
+
}
|
|
5071
|
+
|
|
5072
|
+
function __spreadArray(to, from, pack) {
|
|
5073
|
+
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
5074
|
+
if (ar || !(i in from)) {
|
|
5075
|
+
if (!ar) ar = Array.prototype.slice.call(from, 0, i);
|
|
5076
|
+
ar[i] = from[i];
|
|
5077
|
+
}
|
|
5078
|
+
}
|
|
5079
|
+
return to.concat(ar || Array.prototype.slice.call(from));
|
|
5080
|
+
}
|
|
5081
|
+
|
|
5082
|
+
typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
|
|
5083
|
+
var e = new Error(message);
|
|
5084
|
+
return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
|
|
5085
5085
|
};
|
|
5086
5086
|
|
|
5087
5087
|
//
|
|
@@ -5131,9 +5131,6 @@ function strategyDefault(fn, options) {
|
|
|
5131
5131
|
function strategyVariadic(fn, options) {
|
|
5132
5132
|
return assemble(fn, this, variadic, options.cache.create(), options.serializer);
|
|
5133
5133
|
}
|
|
5134
|
-
function strategyMonadic(fn, options) {
|
|
5135
|
-
return assemble(fn, this, monadic, options.cache.create(), options.serializer);
|
|
5136
|
-
}
|
|
5137
5134
|
//
|
|
5138
5135
|
// Serializer
|
|
5139
5136
|
//
|
|
@@ -5159,9 +5156,7 @@ var cacheDefault = {
|
|
|
5159
5156
|
},
|
|
5160
5157
|
};
|
|
5161
5158
|
var strategies = {
|
|
5162
|
-
variadic: strategyVariadic
|
|
5163
|
-
monadic: strategyMonadic,
|
|
5164
|
-
};
|
|
5159
|
+
variadic: strategyVariadic};
|
|
5165
5160
|
|
|
5166
5161
|
var ErrorKind;
|
|
5167
5162
|
(function (ErrorKind) {
|
|
@@ -10573,4 +10568,4 @@ const weekdays = [
|
|
|
10573
10568
|
intl.formatMessage({ id: "date.saturday", defaultMessage: "Saturday" }),
|
|
10574
10569
|
];
|
|
10575
10570
|
|
|
10576
|
-
export {
|
|
10571
|
+
export { dateFind as A, calendar_months as B, findParentWithHiddenOverflow as C, transposeMatrix as D, wrapAround as E, getSmallestSkipInterval as F, calcPercentageInRange as G, isElOrChild as H, getTextDir as I, getMonthLength as J, makeISO as K, weekdays as L, snakeCaseToCamelCase as M, getNewIndexToFocus as N, throttle as O, getPosition as a, handleDisabledAttribute as b, checkForActiveElInShadow as c, showTooltip as d, triggerFormSubmit as e, debounce as f, generateId as g, hideTooltip as h, intl as i, dateToISO as j, shouldOpenUp as k, hasRoomRight as l, truncateText as m, getLastFocusableDescendant as n, csvToArray as o, shouldOpenDown as p, shouldShiftRight as q, shouldShiftLeft as r, safeMultiplyFloat as s, toBool as t, findAllScrollableParents as u, getCumulativeScrollOffset as v, measureText as w, findNext as x, findPrev as y, getContextMeasurements as z };
|