@watermarkinsights/ripple 5.13.1-alpha.4 → 5.14.0-alpha.2
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-EFussBpV.js → app-globals-5211e147.js} +2 -2
- package/dist/cjs/{chartFunctions-uCzSt0yo.js → chartFunctions-781589c1.js} +3 -2
- package/dist/cjs/{functions-CqAwq8Fq.js → functions-c7404c42.js} +79 -74
- package/dist/cjs/{index-Cig4P4gJ.js → index-788526f5.js} +345 -540
- package/dist/cjs/{intl-BUs7ck9m.js → intl-88adb57d.js} +1 -1
- package/dist/cjs/loader.cjs.js +5 -3
- package/dist/cjs/priv-calendar.cjs.entry.js +12 -6
- package/dist/cjs/priv-chart-popover.cjs.entry.js +8 -4
- package/dist/cjs/priv-navigator-button.cjs.entry.js +5 -2
- package/dist/cjs/priv-navigator-item.cjs.entry.js +5 -2
- package/dist/cjs/priv-option-list.cjs.entry.js +16 -10
- package/dist/cjs/ripple.cjs.js +7 -7
- package/dist/cjs/wm-action-menu_2.cjs.entry.js +18 -9
- package/dist/cjs/wm-button.cjs.entry.js +16 -8
- package/dist/cjs/wm-chart-slice.cjs.entry.js +8 -1
- package/dist/cjs/wm-chart.cjs.entry.js +18 -14
- package/dist/cjs/wm-date-range.cjs.entry.js +14 -9
- package/dist/cjs/wm-datepicker.cjs.entry.js +11 -6
- package/dist/cjs/wm-file-list.cjs.entry.js +5 -2
- package/dist/cjs/wm-file.cjs.entry.js +15 -5
- package/dist/cjs/wm-flyout.cjs.entry.js +16 -5
- package/dist/cjs/wm-input.cjs.entry.js +17 -5
- package/dist/cjs/wm-line-chart.cjs.entry.js +28 -18
- package/dist/cjs/wm-modal-pss_3.cjs.entry.js +14 -8
- package/dist/cjs/wm-modal_3.cjs.entry.js +14 -7
- package/dist/cjs/wm-navigation_3.cjs.entry.js +18 -9
- package/dist/cjs/wm-navigator.cjs.entry.js +15 -17
- package/dist/cjs/wm-nested-select.cjs.entry.js +16 -11
- package/dist/cjs/wm-optgroup.cjs.entry.js +7 -3
- package/dist/cjs/wm-option_2.cjs.entry.js +17 -10
- package/dist/cjs/wm-pagination.cjs.entry.js +13 -10
- package/dist/cjs/wm-progress-indicator_3.cjs.entry.js +27 -10
- package/dist/cjs/wm-search.cjs.entry.js +9 -25
- package/dist/cjs/wm-snackbar.cjs.entry.js +10 -8
- package/dist/cjs/wm-tab-item_3.cjs.entry.js +16 -20
- package/dist/cjs/wm-tag-input.cjs.entry.js +25 -12
- package/dist/cjs/wm-tag-option.cjs.entry.js +8 -2
- package/dist/cjs/wm-textarea.cjs.entry.js +12 -5
- package/dist/cjs/wm-timepicker.cjs.entry.js +14 -9
- package/dist/cjs/wm-toggletip.cjs.entry.js +11 -6
- package/dist/cjs/wm-uploader.cjs.entry.js +18 -8
- package/dist/cjs/wm-wrapper.cjs.entry.js +3 -1
- package/dist/collection/collection-manifest.json +7 -2
- package/dist/collection/components/charts/priv-chart-popover/priv-chart-popover.js +4 -8
- package/dist/collection/components/charts/wm-chart/wm-chart-slice.js +12 -15
- package/dist/collection/components/charts/wm-chart/wm-chart.js +22 -45
- package/dist/collection/components/charts/wm-line-chart/wm-line-chart.js +33 -52
- package/dist/collection/components/charts/wm-progress-monitor/wm-progress-indicator.js +16 -23
- package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.js +6 -9
- package/dist/collection/components/charts/wm-progress-monitor/wm-progress-slice.js +12 -15
- package/dist/collection/components/datepickers/priv-calendar/priv-calendar.js +12 -21
- package/dist/collection/components/datepickers/wm-date-range.js +19 -39
- package/dist/collection/components/datepickers/wm-datepicker.js +13 -27
- package/dist/collection/components/selects/priv-option-list/priv-option-list.js +16 -27
- package/dist/collection/components/selects/wm-nested-select/wm-nested-select.js +22 -46
- package/dist/collection/components/selects/wm-optgroup/wm-optgroup.js +5 -12
- package/dist/collection/components/selects/wm-option/wm-option.js +6 -15
- package/dist/collection/components/selects/wm-select/wm-select.js +19 -41
- package/dist/collection/components/wm-action-menu/wm-action-menu.js +15 -24
- package/dist/collection/components/wm-button/wm-button.js +22 -43
- package/dist/collection/components/wm-file/wm-file.js +18 -29
- package/dist/collection/components/wm-file-list/wm-file-list.js +1 -3
- package/dist/collection/components/wm-flyout/wm-flyout.js +19 -31
- package/dist/collection/components/wm-input/wm-input.js +28 -55
- package/dist/collection/components/wm-menuitem/wm-menuitem.js +4 -10
- package/dist/collection/components/wm-modal/wm-modal-footer.js +5 -15
- package/dist/collection/components/wm-modal/wm-modal-header.js +2 -6
- package/dist/collection/components/wm-modal/wm-modal.js +7 -13
- package/dist/collection/components/wm-modal-pss/wm-modal-pss-footer.js +5 -15
- package/dist/collection/components/wm-modal-pss/wm-modal-pss-header.js +2 -6
- package/dist/collection/components/wm-modal-pss/wm-modal-pss.js +7 -14
- package/dist/collection/components/wm-navigation/wm-navigation-hamburger.js +4 -5
- package/dist/collection/components/wm-navigation/wm-navigation-item.js +8 -9
- package/dist/collection/components/wm-navigation/wm-navigation.js +2 -4
- package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.js +2 -6
- package/dist/collection/components/wm-navigator/priv-navigator-item/priv-navigator-item.js +3 -9
- package/dist/collection/components/wm-navigator/wm-navigator.js +15 -34
- package/dist/collection/components/wm-pagination/wm-pagination.js +11 -21
- package/dist/collection/components/wm-search/wm-search.js +10 -45
- package/dist/collection/components/wm-snackbar/wm-snackbar.js +4 -7
- package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.js +6 -18
- package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.js +6 -9
- package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.js +2 -12
- package/dist/collection/components/wm-tag-input/wm-tag-input.js +32 -50
- package/dist/collection/components/wm-tag-input/wm-tag-option/wm-tag-option.js +10 -18
- package/dist/collection/components/wm-textarea/wm-textarea.js +16 -34
- package/dist/collection/components/wm-timepicker/wm-timepicker.js +15 -27
- package/dist/collection/components/wm-toggletip/wm-toggletip.js +9 -15
- package/dist/collection/components/wm-uploader/wm-uploader.js +22 -37
- package/dist/esm/{app-globals-D6Ly8ONe.js → app-globals-d8f7adb9.js} +2 -2
- package/dist/{components/p-K9lgwbAO.js → esm/chartFunctions-246aabf9.js} +4 -3
- package/dist/{components/p-DdlNyc6u.js → esm/functions-aad18286.js} +80 -75
- package/dist/esm/{index-EopL5zo4.js → index-130e07bb.js} +324 -539
- package/dist/{components/p-DStPjkvu.js → esm/intl-c8686c73.js} +1 -1
- package/dist/esm/loader.js +4 -4
- package/dist/esm/priv-calendar.entry.js +10 -6
- package/dist/esm/priv-chart-popover.entry.js +6 -4
- package/dist/esm/priv-navigator-button.entry.js +3 -2
- package/dist/esm/priv-navigator-item.entry.js +3 -2
- package/dist/esm/priv-option-list.entry.js +14 -10
- package/dist/esm/ripple.js +5 -6
- package/dist/esm/wm-action-menu_2.entry.js +16 -9
- package/dist/esm/wm-button.entry.js +14 -8
- package/dist/esm/wm-chart-slice.entry.js +6 -1
- package/dist/esm/wm-chart.entry.js +16 -14
- package/dist/esm/wm-date-range.entry.js +12 -9
- package/dist/esm/wm-datepicker.entry.js +9 -6
- package/dist/esm/wm-file-list.entry.js +3 -2
- package/dist/esm/wm-file.entry.js +13 -5
- package/dist/esm/wm-flyout.entry.js +14 -5
- package/dist/esm/wm-input.entry.js +15 -5
- package/dist/esm/wm-line-chart.entry.js +26 -18
- package/dist/esm/wm-modal-pss_3.entry.js +12 -8
- package/dist/esm/wm-modal_3.entry.js +12 -7
- package/dist/esm/wm-navigation_3.entry.js +16 -9
- package/dist/esm/wm-navigator.entry.js +13 -17
- package/dist/esm/wm-nested-select.entry.js +14 -11
- package/dist/esm/wm-optgroup.entry.js +5 -3
- package/dist/esm/wm-option_2.entry.js +15 -10
- package/dist/esm/wm-pagination.entry.js +11 -10
- package/dist/esm/wm-progress-indicator_3.entry.js +25 -10
- package/dist/esm/wm-search.entry.js +7 -25
- package/dist/esm/wm-snackbar.entry.js +8 -8
- package/dist/esm/wm-tab-item_3.entry.js +14 -20
- package/dist/esm/wm-tag-input.entry.js +23 -12
- package/dist/esm/wm-tag-option.entry.js +6 -2
- package/dist/esm/wm-textarea.entry.js +10 -5
- package/dist/esm/wm-timepicker.entry.js +12 -9
- package/dist/esm/wm-toggletip.entry.js +9 -6
- package/dist/esm/wm-uploader.entry.js +16 -8
- package/dist/esm/wm-wrapper.entry.js +1 -1
- package/dist/esm-es5/{app-globals-D6Ly8ONe.js → app-globals-d8f7adb9.js} +1 -1
- package/dist/esm-es5/chartFunctions-246aabf9.js +1 -0
- package/dist/esm-es5/functions-aad18286.js +1 -0
- package/dist/esm-es5/index-130e07bb.js +1 -0
- package/dist/esm-es5/{intl-DeM2tf6d.js → intl-c8686c73.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/loader/package.json +11 -0
- package/dist/ripple/p-02634e13.entry.js +1 -0
- package/dist/ripple/{p-da5ad94c.system.entry.js → p-043901ab.system.entry.js} +1 -1
- package/dist/ripple/p-0494eb2c.system.js +1 -0
- package/dist/ripple/{p-b0a47a43.system.entry.js → p-07318072.system.entry.js} +1 -1
- package/dist/ripple/p-07a4b825.entry.js +1 -0
- package/dist/ripple/{p-61c089e4.system.entry.js → p-0a4a2582.system.entry.js} +1 -1
- package/dist/ripple/{p-ee8d7025.entry.js → p-0be3f364.entry.js} +1 -1
- package/dist/ripple/{p-69d1e480.system.entry.js → p-1111367a.system.entry.js} +1 -1
- package/dist/ripple/p-13b1d775.entry.js +1 -0
- package/dist/ripple/{p-3b0aaa5d.system.entry.js → p-1a0c51ee.system.entry.js} +1 -1
- package/dist/ripple/p-2785c796.entry.js +1 -0
- package/dist/ripple/{p-6785cd06.system.entry.js → p-2af01e17.system.entry.js} +1 -1
- package/dist/ripple/{p-6f8eecda.system.entry.js → p-2c954741.system.entry.js} +1 -1
- package/dist/ripple/{p-86815489.system.entry.js → p-2e8211ba.system.entry.js} +1 -1
- package/dist/ripple/{p-dc7feffa.system.entry.js → p-366193d0.system.entry.js} +1 -1
- package/dist/ripple/p-496564b3.entry.js +1 -0
- package/dist/ripple/{p-31b8fe9c.system.entry.js → p-4eaab96c.system.entry.js} +1 -1
- package/dist/ripple/p-501aa9b9.entry.js +1 -0
- package/dist/ripple/{p-8d09ca95.system.entry.js → p-58361d0e.system.entry.js} +1 -1
- package/dist/ripple/{p-27ecd83a.system.entry.js → p-5acc08cd.system.entry.js} +1 -1
- package/dist/ripple/p-6646cbd7.system.js +1 -0
- package/dist/{components/p-CLem5EoD.js → ripple/p-66e539e2.entry.js} +1 -42
- package/dist/ripple/p-678483ca.entry.js +1 -0
- package/dist/ripple/{p-c78fa8d0.system.entry.js → p-67f7aa48.system.entry.js} +1 -1
- package/dist/ripple/p-68b63f21.entry.js +1 -0
- package/dist/ripple/p-6b41644b.entry.js +1 -0
- package/dist/ripple/{p-9e10d3eb.entry.js → p-6d0b3395.entry.js} +1 -1
- package/dist/ripple/{p-68705f8f.system.entry.js → p-6d99517c.system.entry.js} +1 -1
- package/dist/ripple/{p-ClenAAhT.system.js → p-6e7c833c.system.js} +1 -1
- package/dist/ripple/p-703841a3.entry.js +1 -0
- package/dist/ripple/{p-ba6080a6.system.entry.js → p-70c6d33e.system.entry.js} +1 -1
- package/dist/ripple/{p-D7x793ET.js → p-723254b6.js} +1 -1
- package/dist/ripple/p-73081234.entry.js +1 -0
- package/dist/ripple/{p-64e6e3b7.entry.js → p-7360ce37.entry.js} +1 -1
- package/dist/ripple/{p-a95f9245.system.entry.js → p-7a6f535f.system.entry.js} +1 -1
- package/dist/ripple/p-823d7b4e.system.entry.js +1 -0
- package/dist/ripple/{p-3bee6a44.system.entry.js → p-86bd3990.system.entry.js} +1 -1
- package/dist/ripple/{p-d92218e6.system.entry.js → p-8cd81897.system.entry.js} +1 -1
- package/dist/ripple/{p-edc1b7cb.entry.js → p-91785165.entry.js} +1 -1
- package/dist/ripple/p-936e4fc3.entry.js +1 -0
- package/dist/ripple/{p-fe31bd98.system.entry.js → p-948173a2.system.entry.js} +1 -1
- package/dist/ripple/{p-49c9063a.entry.js → p-94ef3015.entry.js} +1 -1
- package/dist/ripple/{p-63bb5240.system.entry.js → p-9bfe715c.system.entry.js} +1 -1
- package/dist/ripple/p-a58ae308.system.entry.js +1 -0
- package/dist/ripple/p-a5bdcf1b.entry.js +1 -0
- package/dist/ripple/p-a81d3859.entry.js +1 -0
- package/dist/ripple/{p-957e8a70.entry.js → p-b254cdce.entry.js} +1 -1
- package/dist/ripple/p-b26f4852.entry.js +1 -0
- package/dist/{components/p-DG_w4q3M.js → ripple/p-b55bb2ab.entry.js} +1 -196
- package/dist/{components/wm-progress-monitor.js → ripple/p-b65b9b4c.entry.js} +1 -93
- package/dist/ripple/{p-a7f2af01.entry.js → p-bbb37d6e.entry.js} +1 -1
- package/dist/ripple/p-bf8e69a3.js +1 -0
- package/dist/ripple/p-c234c194.system.js +1 -0
- package/dist/ripple/{p-384d9208.system.entry.js → p-c3ab1c4b.system.entry.js} +1 -1
- package/dist/ripple/p-c4984ca1.system.js +1 -0
- package/dist/ripple/p-c8ef0086.entry.js +1 -0
- package/dist/ripple/p-c94ce42f.js +1 -0
- package/dist/ripple/{p-9a0216ba.entry.js → p-ca6bf276.entry.js} +1 -1
- package/dist/ripple/{p-74243614.system.entry.js → p-cbfb44b5.system.entry.js} +1 -1
- package/dist/ripple/{p-492a8a9f.entry.js → p-cd0cc88d.entry.js} +1 -1
- package/dist/ripple/{p-99d53b0e.system.entry.js → p-cd5c59ef.system.entry.js} +1 -1
- package/dist/ripple/p-cef8a45b.system.js +2 -0
- package/dist/ripple/{p-3e5a7fee.system.entry.js → p-d332cc27.system.entry.js} +1 -1
- package/dist/ripple/{p-ea7a4ac1.system.entry.js → p-d3adbf48.system.entry.js} +1 -1
- package/dist/ripple/{p-ae58e2d1.system.entry.js → p-d4f082db.system.entry.js} +1 -1
- package/dist/{components/wm-toggletip.js → ripple/p-d837c7d4.entry.js} +1 -200
- package/dist/ripple/p-d9da0502.js +2 -0
- package/dist/ripple/{p-0MnNQzHy.js → p-dd680e24.js} +1 -1
- package/dist/ripple/{p-9a72e53c.system.entry.js → p-de13b15f.system.entry.js} +1 -1
- package/dist/ripple/{p-2f1ffab1.system.entry.js → p-de5b5ff0.system.entry.js} +1 -1
- package/dist/ripple/p-e156c0c2.entry.js +1 -0
- package/dist/ripple/{p-fce91d27.system.entry.js → p-e455876c.system.entry.js} +1 -1
- package/dist/ripple/{p-3042aae4.entry.js → p-e9c4ed97.entry.js} +1 -1
- package/dist/ripple/p-eb74d85f.entry.js +1 -0
- package/dist/ripple/p-ed5dfa29.entry.js +1 -0
- package/dist/ripple/{p-84a4735d.system.entry.js → p-ee4026e0.system.entry.js} +1 -1
- package/dist/ripple/{p-4862126f.entry.js → p-f1b36057.entry.js} +1 -1
- package/dist/ripple/{p-e77d4c21.system.entry.js → p-f37094fe.system.entry.js} +1 -1
- package/dist/ripple/p-f912ce26.system.entry.js +1 -0
- package/dist/ripple/p-fadea131.entry.js +1 -0
- package/dist/ripple/{p-cd81d7de.system.entry.js → p-ff650269.system.entry.js} +1 -1
- package/dist/ripple/ripple.esm.js +1 -1
- package/dist/ripple/ripple.js +1 -1
- package/dist/types/stencil-public-runtime.d.ts +0 -28
- package/package.json +6 -23
- package/dist/components/index.d.ts +0 -33
- package/dist/components/index.js +0 -85
- package/dist/components/p-BlQdbOh_.js +0 -294
- package/dist/components/p-BvE5BEYe.js +0 -146
- package/dist/components/p-BzGDMpdL.js +0 -592
- package/dist/components/p-CWx2NF6K.js +0 -231
- package/dist/components/p-D9GMUh0-.js +0 -231
- package/dist/components/p-DCSxoWXP.js +0 -421
- package/dist/components/p-DvXS4oTB.js +0 -49
- package/dist/components/p-HPnDWE3g.js +0 -1686
- package/dist/components/p-e_A35rK5.js +0 -154
- package/dist/components/priv-calendar.d.ts +0 -11
- package/dist/components/priv-calendar.js +0 -6
- package/dist/components/priv-chart-popover.d.ts +0 -11
- package/dist/components/priv-chart-popover.js +0 -6
- package/dist/components/priv-navigator-button.d.ts +0 -11
- package/dist/components/priv-navigator-button.js +0 -6
- package/dist/components/priv-navigator-item.d.ts +0 -11
- package/dist/components/priv-navigator-item.js +0 -6
- package/dist/components/priv-option-list.d.ts +0 -11
- package/dist/components/priv-option-list.js +0 -6
- package/dist/components/wm-action-menu.d.ts +0 -11
- package/dist/components/wm-action-menu.js +0 -6
- package/dist/components/wm-button.d.ts +0 -11
- package/dist/components/wm-button.js +0 -6
- package/dist/components/wm-chart-slice.d.ts +0 -11
- package/dist/components/wm-chart-slice.js +0 -41
- package/dist/components/wm-chart.d.ts +0 -11
- package/dist/components/wm-chart.js +0 -197
- package/dist/components/wm-date-range.d.ts +0 -11
- package/dist/components/wm-date-range.js +0 -522
- package/dist/components/wm-datepicker.d.ts +0 -11
- package/dist/components/wm-datepicker.js +0 -287
- package/dist/components/wm-file-list.d.ts +0 -11
- package/dist/components/wm-file-list.js +0 -38
- package/dist/components/wm-file.d.ts +0 -11
- package/dist/components/wm-file.js +0 -228
- package/dist/components/wm-flyout.d.ts +0 -11
- package/dist/components/wm-flyout.js +0 -208
- package/dist/components/wm-input.d.ts +0 -11
- package/dist/components/wm-input.js +0 -152
- package/dist/components/wm-line-chart.d.ts +0 -11
- package/dist/components/wm-line-chart.js +0 -497
- package/dist/components/wm-menuitem.d.ts +0 -11
- package/dist/components/wm-menuitem.js +0 -6
- package/dist/components/wm-modal-footer.d.ts +0 -11
- package/dist/components/wm-modal-footer.js +0 -73
- package/dist/components/wm-modal-header.d.ts +0 -11
- package/dist/components/wm-modal-header.js +0 -61
- package/dist/components/wm-modal-pss-footer.d.ts +0 -11
- package/dist/components/wm-modal-pss-footer.js +0 -69
- package/dist/components/wm-modal-pss-header.d.ts +0 -11
- package/dist/components/wm-modal-pss-header.js +0 -64
- package/dist/components/wm-modal-pss.d.ts +0 -11
- package/dist/components/wm-modal-pss.js +0 -162
- package/dist/components/wm-modal.d.ts +0 -11
- package/dist/components/wm-modal.js +0 -161
- package/dist/components/wm-navigation-hamburger.d.ts +0 -11
- package/dist/components/wm-navigation-hamburger.js +0 -70
- package/dist/components/wm-navigation-item.d.ts +0 -11
- package/dist/components/wm-navigation-item.js +0 -40
- package/dist/components/wm-navigation.d.ts +0 -11
- package/dist/components/wm-navigation.js +0 -144
- package/dist/components/wm-navigator.d.ts +0 -11
- package/dist/components/wm-navigator.js +0 -369
- package/dist/components/wm-nested-select.d.ts +0 -11
- package/dist/components/wm-nested-select.js +0 -343
- package/dist/components/wm-optgroup.d.ts +0 -11
- package/dist/components/wm-optgroup.js +0 -107
- package/dist/components/wm-option.d.ts +0 -11
- package/dist/components/wm-option.js +0 -6
- package/dist/components/wm-pagination.d.ts +0 -11
- package/dist/components/wm-pagination.js +0 -251
- package/dist/components/wm-progress-indicator.d.ts +0 -11
- package/dist/components/wm-progress-indicator.js +0 -144
- package/dist/components/wm-progress-monitor.d.ts +0 -11
- package/dist/components/wm-progress-slice.d.ts +0 -11
- package/dist/components/wm-progress-slice.js +0 -37
- package/dist/components/wm-search.d.ts +0 -11
- package/dist/components/wm-search.js +0 -250
- package/dist/components/wm-select.d.ts +0 -11
- package/dist/components/wm-select.js +0 -6
- package/dist/components/wm-snackbar.d.ts +0 -11
- package/dist/components/wm-snackbar.js +0 -209
- package/dist/components/wm-tab-item.d.ts +0 -11
- package/dist/components/wm-tab-item.js +0 -85
- package/dist/components/wm-tab-list.d.ts +0 -11
- package/dist/components/wm-tab-list.js +0 -217
- package/dist/components/wm-tab-panel.d.ts +0 -11
- package/dist/components/wm-tab-panel.js +0 -52
- package/dist/components/wm-tag-input.d.ts +0 -11
- package/dist/components/wm-tag-input.js +0 -919
- package/dist/components/wm-tag-option.d.ts +0 -11
- package/dist/components/wm-tag-option.js +0 -63
- package/dist/components/wm-textarea.d.ts +0 -11
- package/dist/components/wm-textarea.js +0 -113
- package/dist/components/wm-timepicker.d.ts +0 -11
- package/dist/components/wm-timepicker.js +0 -333
- package/dist/components/wm-toggletip.d.ts +0 -11
- package/dist/components/wm-uploader.d.ts +0 -11
- package/dist/components/wm-uploader.js +0 -348
- package/dist/components/wm-wrapper.d.ts +0 -11
- package/dist/components/wm-wrapper.js +0 -34
- package/dist/esm/chartFunctions-Cmh1Ji0o.js +0 -724
- package/dist/esm/functions-C2kwukaR.js +0 -10485
- package/dist/esm/interfaces-COwzv5zO.js +0 -34
- package/dist/esm/intl-DeM2tf6d.js +0 -277
- package/dist/esm-es5/chartFunctions-Cmh1Ji0o.js +0 -1
- package/dist/esm-es5/functions-C2kwukaR.js +0 -1
- package/dist/esm-es5/index-EopL5zo4.js +0 -1
- package/dist/ripple/p-090ee1d9.entry.js +0 -1
- package/dist/ripple/p-25e1a9f9.entry.js +0 -1
- package/dist/ripple/p-30fb07a2.entry.js +0 -1
- package/dist/ripple/p-338b089a.entry.js +0 -1
- package/dist/ripple/p-340b73a9.system.entry.js +0 -1
- package/dist/ripple/p-3611aa0e.entry.js +0 -1
- package/dist/ripple/p-3b828dcd.entry.js +0 -1
- package/dist/ripple/p-3c54de9c.entry.js +0 -1
- package/dist/ripple/p-52e54dca.entry.js +0 -1
- package/dist/ripple/p-54aeadde.entry.js +0 -1
- package/dist/ripple/p-6838c144.entry.js +0 -1
- package/dist/ripple/p-774c49cd.entry.js +0 -1
- package/dist/ripple/p-782951b7.system.entry.js +0 -1
- package/dist/ripple/p-7aa9c503.entry.js +0 -1
- package/dist/ripple/p-85bdcfc2.entry.js +0 -1
- package/dist/ripple/p-9111db61.entry.js +0 -1
- package/dist/ripple/p-9583f20a.entry.js +0 -1
- package/dist/ripple/p-BzeVid5V.system.js +0 -1
- package/dist/ripple/p-C2kwukaR.js +0 -1
- package/dist/ripple/p-CG434V5a.system.js +0 -1
- package/dist/ripple/p-CTau6pR2.system.js +0 -2
- package/dist/ripple/p-CxDIDZPI.js +0 -1
- package/dist/ripple/p-EopL5zo4.js +0 -2
- package/dist/ripple/p-a121c779.entry.js +0 -1
- package/dist/ripple/p-a3c4aa31.entry.js +0 -1
- package/dist/ripple/p-a46a28c9.entry.js +0 -1
- package/dist/ripple/p-a6890863.entry.js +0 -1
- package/dist/ripple/p-b077fe55.system.entry.js +0 -1
- package/dist/ripple/p-c0440211.entry.js +0 -1
- package/dist/ripple/p-d77338ae.entry.js +0 -1
- package/dist/ripple/p-e3fb63fd.entry.js +0 -1
- package/dist/ripple/p-e3fc3c6b.entry.js +0 -1
- package/dist/ripple/p-ec611502.entry.js +0 -1
- package/dist/ripple/p-rcj5tIF6.system.js +0 -1
- package/dist/ripple/p-wFWSStJ9.system.js +0 -1
- /package/dist/cjs/{interfaces-C7YbtGnk.js → interfaces-85d78ae9.js} +0 -0
- /package/dist/{components/p-COwzv5zO.js → esm/interfaces-cc5b177f.js} +0 -0
- /package/dist/esm-es5/{interfaces-COwzv5zO.js → interfaces-cc5b177f.js} +0 -0
- /package/dist/ripple/{p-COwzv5zO.js → p-2732bddd.js} +0 -0
- /package/dist/ripple/{p-ClUp3GkF.system.js → p-42fa7a77.system.js} +0 -0
- /package/dist/ripple/{p-YWpyar7R.system.js → p-50ea2036.system.js} +0 -0
|
@@ -2,12 +2,6 @@ import { h, Host } from "@stencil/core";
|
|
|
2
2
|
import { intl, shouldOpenUp, toBool, handleDisabledAttribute } from "../../global/functions";
|
|
3
3
|
export class Timepicker {
|
|
4
4
|
constructor() {
|
|
5
|
-
this.disabled = false;
|
|
6
|
-
this.value = "";
|
|
7
|
-
this.label = "";
|
|
8
|
-
this.labelPosition = "top";
|
|
9
|
-
this.requiredField = false;
|
|
10
|
-
this.isExpanded = false;
|
|
11
5
|
this.twelveHrValid = /^(0?[0-9]|1[0-2])\s*:?\s*([0-5][0-9])?\s?(a|p|am|pm)?$/i;
|
|
12
6
|
this.twentyFourHrValid = /^(0?[0-9]|1[0-9]|2[0-4])\s*:?\s*([0-5][0-9])?$/;
|
|
13
7
|
this.timeFormat = "hh:mm";
|
|
@@ -18,6 +12,14 @@ export class Timepicker {
|
|
|
18
12
|
defaultMessage: "Select time",
|
|
19
13
|
description: "Button text for screen readers.",
|
|
20
14
|
});
|
|
15
|
+
this.disabled = false;
|
|
16
|
+
this.value = "";
|
|
17
|
+
this.errorMessage = undefined;
|
|
18
|
+
this.label = "";
|
|
19
|
+
this.labelPosition = "top";
|
|
20
|
+
this.requiredField = false;
|
|
21
|
+
this.preselected = undefined;
|
|
22
|
+
this.isExpanded = false;
|
|
21
23
|
}
|
|
22
24
|
get selectedOption() {
|
|
23
25
|
return this.optionsList.filter((option) => option.tabIndex === 0)[0];
|
|
@@ -298,7 +300,6 @@ export class Timepicker {
|
|
|
298
300
|
return {
|
|
299
301
|
"disabled": {
|
|
300
302
|
"type": "boolean",
|
|
301
|
-
"attribute": "disabled",
|
|
302
303
|
"mutable": false,
|
|
303
304
|
"complexType": {
|
|
304
305
|
"original": "boolean",
|
|
@@ -311,14 +312,12 @@ export class Timepicker {
|
|
|
311
312
|
"tags": [],
|
|
312
313
|
"text": ""
|
|
313
314
|
},
|
|
314
|
-
"
|
|
315
|
-
"setter": false,
|
|
315
|
+
"attribute": "disabled",
|
|
316
316
|
"reflect": false,
|
|
317
317
|
"defaultValue": "false"
|
|
318
318
|
},
|
|
319
319
|
"value": {
|
|
320
320
|
"type": "string",
|
|
321
|
-
"attribute": "value",
|
|
322
321
|
"mutable": true,
|
|
323
322
|
"complexType": {
|
|
324
323
|
"original": "string",
|
|
@@ -331,14 +330,12 @@ export class Timepicker {
|
|
|
331
330
|
"tags": [],
|
|
332
331
|
"text": ""
|
|
333
332
|
},
|
|
334
|
-
"
|
|
335
|
-
"setter": false,
|
|
333
|
+
"attribute": "value",
|
|
336
334
|
"reflect": false,
|
|
337
335
|
"defaultValue": "\"\""
|
|
338
336
|
},
|
|
339
337
|
"errorMessage": {
|
|
340
338
|
"type": "string",
|
|
341
|
-
"attribute": "error-message",
|
|
342
339
|
"mutable": false,
|
|
343
340
|
"complexType": {
|
|
344
341
|
"original": "string",
|
|
@@ -351,13 +348,11 @@ export class Timepicker {
|
|
|
351
348
|
"tags": [],
|
|
352
349
|
"text": ""
|
|
353
350
|
},
|
|
354
|
-
"
|
|
355
|
-
"setter": false,
|
|
351
|
+
"attribute": "error-message",
|
|
356
352
|
"reflect": false
|
|
357
353
|
},
|
|
358
354
|
"label": {
|
|
359
355
|
"type": "string",
|
|
360
|
-
"attribute": "label",
|
|
361
356
|
"mutable": false,
|
|
362
357
|
"complexType": {
|
|
363
358
|
"original": "string",
|
|
@@ -370,14 +365,12 @@ export class Timepicker {
|
|
|
370
365
|
"tags": [],
|
|
371
366
|
"text": ""
|
|
372
367
|
},
|
|
373
|
-
"
|
|
374
|
-
"setter": false,
|
|
368
|
+
"attribute": "label",
|
|
375
369
|
"reflect": false,
|
|
376
370
|
"defaultValue": "\"\""
|
|
377
371
|
},
|
|
378
372
|
"labelPosition": {
|
|
379
373
|
"type": "string",
|
|
380
|
-
"attribute": "label-position",
|
|
381
374
|
"mutable": false,
|
|
382
375
|
"complexType": {
|
|
383
376
|
"original": "\"top\" | \"left\" | \"none\"",
|
|
@@ -390,14 +383,12 @@ export class Timepicker {
|
|
|
390
383
|
"tags": [],
|
|
391
384
|
"text": ""
|
|
392
385
|
},
|
|
393
|
-
"
|
|
394
|
-
"setter": false,
|
|
386
|
+
"attribute": "label-position",
|
|
395
387
|
"reflect": false,
|
|
396
388
|
"defaultValue": "\"top\""
|
|
397
389
|
},
|
|
398
390
|
"requiredField": {
|
|
399
391
|
"type": "boolean",
|
|
400
|
-
"attribute": "required-field",
|
|
401
392
|
"mutable": false,
|
|
402
393
|
"complexType": {
|
|
403
394
|
"original": "boolean",
|
|
@@ -410,14 +401,12 @@ export class Timepicker {
|
|
|
410
401
|
"tags": [],
|
|
411
402
|
"text": ""
|
|
412
403
|
},
|
|
413
|
-
"
|
|
414
|
-
"setter": false,
|
|
404
|
+
"attribute": "required-field",
|
|
415
405
|
"reflect": false,
|
|
416
406
|
"defaultValue": "false"
|
|
417
407
|
},
|
|
418
408
|
"preselected": {
|
|
419
409
|
"type": "string",
|
|
420
|
-
"attribute": "preselected",
|
|
421
410
|
"mutable": false,
|
|
422
411
|
"complexType": {
|
|
423
412
|
"original": "string",
|
|
@@ -430,8 +419,7 @@ export class Timepicker {
|
|
|
430
419
|
"tags": [],
|
|
431
420
|
"text": ""
|
|
432
421
|
},
|
|
433
|
-
"
|
|
434
|
-
"setter": false,
|
|
422
|
+
"attribute": "preselected",
|
|
435
423
|
"reflect": false
|
|
436
424
|
}
|
|
437
425
|
};
|
|
@@ -2,9 +2,6 @@ import { Host, h } from "@stencil/core";
|
|
|
2
2
|
import { showTooltip, hideTooltip, shouldOpenUp, shouldOpenDown, shouldShiftLeft, shouldShiftRight, intl, debounce, findScrollableParent, } from "../../global/functions";
|
|
3
3
|
export class Toggletip {
|
|
4
4
|
constructor() {
|
|
5
|
-
this.tooltipPosition = "bottom-right";
|
|
6
|
-
this.targetSize = "small";
|
|
7
|
-
this.isHidden = true; // initially toggletip is hidden so it can be measured and replaced before it is displayed. It is also hidden while the user is scrolling in browsers that don't fully implement the popover API (as of this day FF and Safari don't know about anchor())
|
|
8
5
|
this.tooltipMessage = intl.formatMessage({
|
|
9
6
|
id: "toggletip.moreInformation",
|
|
10
7
|
defaultMessage: "More information",
|
|
@@ -19,6 +16,11 @@ export class Toggletip {
|
|
|
19
16
|
this.debouncedResize = debounce(() => {
|
|
20
17
|
this.scrollableParent = findScrollableParent(this.el);
|
|
21
18
|
}, 200);
|
|
19
|
+
this.label = undefined;
|
|
20
|
+
this.tooltip = undefined;
|
|
21
|
+
this.tooltipPosition = "bottom-right";
|
|
22
|
+
this.targetSize = "small";
|
|
23
|
+
this.isHidden = true;
|
|
22
24
|
}
|
|
23
25
|
get isOpen() {
|
|
24
26
|
return this.toggletipEl.matches(":popover-open");
|
|
@@ -181,7 +183,6 @@ export class Toggletip {
|
|
|
181
183
|
return {
|
|
182
184
|
"label": {
|
|
183
185
|
"type": "string",
|
|
184
|
-
"attribute": "label",
|
|
185
186
|
"mutable": false,
|
|
186
187
|
"complexType": {
|
|
187
188
|
"original": "string",
|
|
@@ -194,13 +195,11 @@ export class Toggletip {
|
|
|
194
195
|
"tags": [],
|
|
195
196
|
"text": ""
|
|
196
197
|
},
|
|
197
|
-
"
|
|
198
|
-
"setter": false,
|
|
198
|
+
"attribute": "label",
|
|
199
199
|
"reflect": false
|
|
200
200
|
},
|
|
201
201
|
"tooltip": {
|
|
202
202
|
"type": "string",
|
|
203
|
-
"attribute": "tooltip",
|
|
204
203
|
"mutable": false,
|
|
205
204
|
"complexType": {
|
|
206
205
|
"original": "string",
|
|
@@ -213,13 +212,11 @@ export class Toggletip {
|
|
|
213
212
|
"tags": [],
|
|
214
213
|
"text": ""
|
|
215
214
|
},
|
|
216
|
-
"
|
|
217
|
-
"setter": false,
|
|
215
|
+
"attribute": "tooltip",
|
|
218
216
|
"reflect": false
|
|
219
217
|
},
|
|
220
218
|
"tooltipPosition": {
|
|
221
219
|
"type": "string",
|
|
222
|
-
"attribute": "tooltip-position",
|
|
223
220
|
"mutable": false,
|
|
224
221
|
"complexType": {
|
|
225
222
|
"original": "TooltipPlacement",
|
|
@@ -238,14 +235,12 @@ export class Toggletip {
|
|
|
238
235
|
"tags": [],
|
|
239
236
|
"text": ""
|
|
240
237
|
},
|
|
241
|
-
"
|
|
242
|
-
"setter": false,
|
|
238
|
+
"attribute": "tooltip-position",
|
|
243
239
|
"reflect": false,
|
|
244
240
|
"defaultValue": "\"bottom-right\""
|
|
245
241
|
},
|
|
246
242
|
"targetSize": {
|
|
247
243
|
"type": "string",
|
|
248
|
-
"attribute": "target-size",
|
|
249
244
|
"mutable": false,
|
|
250
245
|
"complexType": {
|
|
251
246
|
"original": "\"small\" | \"large\"",
|
|
@@ -258,8 +253,7 @@ export class Toggletip {
|
|
|
258
253
|
"tags": [],
|
|
259
254
|
"text": ""
|
|
260
255
|
},
|
|
261
|
-
"
|
|
262
|
-
"setter": false,
|
|
256
|
+
"attribute": "target-size",
|
|
263
257
|
"reflect": false,
|
|
264
258
|
"defaultValue": "\"small\""
|
|
265
259
|
}
|
|
@@ -3,16 +3,23 @@ import { uploaderMessages } from "../../global/intl";
|
|
|
3
3
|
import { intl } 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;
|
|
6
10
|
this.uploaderType = "select";
|
|
7
11
|
this.dropArea = "component";
|
|
12
|
+
this.buttonText = undefined;
|
|
13
|
+
this.icon = undefined;
|
|
8
14
|
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;
|
|
9
19
|
this.showInfo = "time";
|
|
10
20
|
this.isTabbing = false;
|
|
11
|
-
this.notif = "";
|
|
21
|
+
this.notif = "";
|
|
12
22
|
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 = "";
|
|
16
23
|
}
|
|
17
24
|
get isDisabled() {
|
|
18
25
|
// disable if is the uploader is maxed out or if something is uploading
|
|
@@ -314,7 +321,6 @@ export class Uploader {
|
|
|
314
321
|
return {
|
|
315
322
|
"label": {
|
|
316
323
|
"type": "string",
|
|
317
|
-
"attribute": "label",
|
|
318
324
|
"mutable": false,
|
|
319
325
|
"complexType": {
|
|
320
326
|
"original": "string",
|
|
@@ -327,13 +333,11 @@ export class Uploader {
|
|
|
327
333
|
"tags": [],
|
|
328
334
|
"text": ""
|
|
329
335
|
},
|
|
330
|
-
"
|
|
331
|
-
"setter": false,
|
|
336
|
+
"attribute": "label",
|
|
332
337
|
"reflect": false
|
|
333
338
|
},
|
|
334
339
|
"uploaderType": {
|
|
335
340
|
"type": "string",
|
|
336
|
-
"attribute": "uploader-type",
|
|
337
341
|
"mutable": false,
|
|
338
342
|
"complexType": {
|
|
339
343
|
"original": "\"select\" | \"drop\"",
|
|
@@ -346,14 +350,12 @@ export class Uploader {
|
|
|
346
350
|
"tags": [],
|
|
347
351
|
"text": ""
|
|
348
352
|
},
|
|
349
|
-
"
|
|
350
|
-
"setter": false,
|
|
353
|
+
"attribute": "uploader-type",
|
|
351
354
|
"reflect": false,
|
|
352
355
|
"defaultValue": "\"select\""
|
|
353
356
|
},
|
|
354
357
|
"dropArea": {
|
|
355
358
|
"type": "string",
|
|
356
|
-
"attribute": "drop-area",
|
|
357
359
|
"mutable": false,
|
|
358
360
|
"complexType": {
|
|
359
361
|
"original": "\"component\" | \"page\"",
|
|
@@ -366,14 +368,12 @@ export class Uploader {
|
|
|
366
368
|
"tags": [],
|
|
367
369
|
"text": ""
|
|
368
370
|
},
|
|
369
|
-
"
|
|
370
|
-
"setter": false,
|
|
371
|
+
"attribute": "drop-area",
|
|
371
372
|
"reflect": false,
|
|
372
373
|
"defaultValue": "\"component\""
|
|
373
374
|
},
|
|
374
375
|
"buttonText": {
|
|
375
376
|
"type": "string",
|
|
376
|
-
"attribute": "button-text",
|
|
377
377
|
"mutable": false,
|
|
378
378
|
"complexType": {
|
|
379
379
|
"original": "string",
|
|
@@ -386,13 +386,11 @@ export class Uploader {
|
|
|
386
386
|
"tags": [],
|
|
387
387
|
"text": ""
|
|
388
388
|
},
|
|
389
|
-
"
|
|
390
|
-
"setter": false,
|
|
389
|
+
"attribute": "button-text",
|
|
391
390
|
"reflect": false
|
|
392
391
|
},
|
|
393
392
|
"icon": {
|
|
394
393
|
"type": "string",
|
|
395
|
-
"attribute": "icon",
|
|
396
394
|
"mutable": false,
|
|
397
395
|
"complexType": {
|
|
398
396
|
"original": "string",
|
|
@@ -405,13 +403,11 @@ export class Uploader {
|
|
|
405
403
|
"tags": [],
|
|
406
404
|
"text": ""
|
|
407
405
|
},
|
|
408
|
-
"
|
|
409
|
-
"setter": false,
|
|
406
|
+
"attribute": "icon",
|
|
410
407
|
"reflect": false
|
|
411
408
|
},
|
|
412
409
|
"fileTypes": {
|
|
413
410
|
"type": "string",
|
|
414
|
-
"attribute": "file-types",
|
|
415
411
|
"mutable": false,
|
|
416
412
|
"complexType": {
|
|
417
413
|
"original": "string",
|
|
@@ -424,14 +420,12 @@ export class Uploader {
|
|
|
424
420
|
"tags": [],
|
|
425
421
|
"text": ""
|
|
426
422
|
},
|
|
427
|
-
"
|
|
428
|
-
"setter": false,
|
|
423
|
+
"attribute": "file-types",
|
|
429
424
|
"reflect": false,
|
|
430
425
|
"defaultValue": "\"pdf txt log xml doc docx xls xlsx ppt pptx gif jpg jpeg png csv\""
|
|
431
426
|
},
|
|
432
427
|
"maxSize": {
|
|
433
428
|
"type": "string",
|
|
434
|
-
"attribute": "max-size",
|
|
435
429
|
"mutable": false,
|
|
436
430
|
"complexType": {
|
|
437
431
|
"original": "string",
|
|
@@ -444,13 +438,11 @@ export class Uploader {
|
|
|
444
438
|
"tags": [],
|
|
445
439
|
"text": ""
|
|
446
440
|
},
|
|
447
|
-
"
|
|
448
|
-
"setter": false,
|
|
441
|
+
"attribute": "max-size",
|
|
449
442
|
"reflect": false
|
|
450
443
|
},
|
|
451
444
|
"maxFiles": {
|
|
452
445
|
"type": "number",
|
|
453
|
-
"attribute": "max-files",
|
|
454
446
|
"mutable": false,
|
|
455
447
|
"complexType": {
|
|
456
448
|
"original": "number",
|
|
@@ -463,13 +455,11 @@ export class Uploader {
|
|
|
463
455
|
"tags": [],
|
|
464
456
|
"text": ""
|
|
465
457
|
},
|
|
466
|
-
"
|
|
467
|
-
"setter": false,
|
|
458
|
+
"attribute": "max-files",
|
|
468
459
|
"reflect": false
|
|
469
460
|
},
|
|
470
461
|
"errorMessage": {
|
|
471
462
|
"type": "string",
|
|
472
|
-
"attribute": "error-message",
|
|
473
463
|
"mutable": false,
|
|
474
464
|
"complexType": {
|
|
475
465
|
"original": "string",
|
|
@@ -482,13 +472,11 @@ export class Uploader {
|
|
|
482
472
|
"tags": [],
|
|
483
473
|
"text": ""
|
|
484
474
|
},
|
|
485
|
-
"
|
|
486
|
-
"setter": false,
|
|
475
|
+
"attribute": "error-message",
|
|
487
476
|
"reflect": false
|
|
488
477
|
},
|
|
489
478
|
"requiredField": {
|
|
490
479
|
"type": "boolean",
|
|
491
|
-
"attribute": "required-field",
|
|
492
480
|
"mutable": false,
|
|
493
481
|
"complexType": {
|
|
494
482
|
"original": "boolean",
|
|
@@ -501,13 +489,11 @@ export class Uploader {
|
|
|
501
489
|
"tags": [],
|
|
502
490
|
"text": ""
|
|
503
491
|
},
|
|
504
|
-
"
|
|
505
|
-
"setter": false,
|
|
492
|
+
"attribute": "required-field",
|
|
506
493
|
"reflect": false
|
|
507
494
|
},
|
|
508
495
|
"showInfo": {
|
|
509
496
|
"type": "string",
|
|
510
|
-
"attribute": "show-info",
|
|
511
497
|
"mutable": false,
|
|
512
498
|
"complexType": {
|
|
513
499
|
"original": "\"size\" | \"time\" | \"none\"",
|
|
@@ -520,8 +506,7 @@ export class Uploader {
|
|
|
520
506
|
"tags": [],
|
|
521
507
|
"text": ""
|
|
522
508
|
},
|
|
523
|
-
"
|
|
524
|
-
"setter": false,
|
|
509
|
+
"attribute": "show-info",
|
|
525
510
|
"reflect": false,
|
|
526
511
|
"defaultValue": "\"time\""
|
|
527
512
|
}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import { h } from './
|
|
2
|
-
import { i as intl,
|
|
1
|
+
import { h } from './index-130e07bb.js';
|
|
2
|
+
import { i as intl, c as checkForActiveElInShadow, e as safeMultiplyFloat, f as getPosition } from './functions-aad18286.js';
|
|
3
3
|
|
|
4
4
|
const colors = {
|
|
5
5
|
salmon: "#ff5f4e",
|
|
6
6
|
cyan: "#19a1a9",
|
|
7
7
|
forest: "#088000",
|
|
8
|
+
sleet: "#7f97ad",
|
|
8
9
|
midnight: "#2e1b46",
|
|
9
10
|
lavender: "#8b86ca",
|
|
10
11
|
periwinkle: "#575195",
|
|
@@ -721,4 +722,4 @@ function renderHiddenValuesMessage() {
|
|
|
721
722
|
seeDetailsMessage));
|
|
722
723
|
}
|
|
723
724
|
|
|
724
|
-
export { allChartsDetails as a, renderSimpleBar as b, renderStackedBar as c, renderDoughnut as d, renderInstructionsText as e, renderLegend as f, getDetails as g, handleChartKeydown as h, renderHiddenValuesMessage as i,
|
|
725
|
+
export { allChartsDetails as a, renderSimpleBar as b, renderStackedBar as c, renderDoughnut as d, renderInstructionsText as e, renderLegend as f, getDetails as g, handleChartKeydown as h, renderHiddenValuesMessage as i, exitChart as j, amountToPercent as k, renderCompletionMessage as l, renderLegendItem as m, abbrNumber as n, getInterval as o, removeSegmentInfoHighlight as r };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
const en = {
|
|
2
2
|
"chart.clickToSeeDetails": [
|
|
3
3
|
{
|
|
4
4
|
type: 0,
|
|
@@ -1347,7 +1347,7 @@ var en = {
|
|
|
1347
1347
|
]
|
|
1348
1348
|
};
|
|
1349
1349
|
|
|
1350
|
-
|
|
1350
|
+
const fr = {
|
|
1351
1351
|
"chart.clickToSeeDetails": [
|
|
1352
1352
|
{
|
|
1353
1353
|
type: 0,
|
|
@@ -2199,7 +2199,7 @@ var fr = {
|
|
|
2199
2199
|
]
|
|
2200
2200
|
};
|
|
2201
2201
|
|
|
2202
|
-
|
|
2202
|
+
const es = {
|
|
2203
2203
|
"chart.clickToSeeDetails": [
|
|
2204
2204
|
{
|
|
2205
2205
|
type: 0,
|
|
@@ -3658,7 +3658,7 @@ var es = {
|
|
|
3658
3658
|
]
|
|
3659
3659
|
};
|
|
3660
3660
|
|
|
3661
|
-
|
|
3661
|
+
const pig = {
|
|
3662
3662
|
"chart.clickToSeeDetails": [
|
|
3663
3663
|
{
|
|
3664
3664
|
type: 0,
|
|
@@ -5007,81 +5007,81 @@ var pig = {
|
|
|
5007
5007
|
]
|
|
5008
5008
|
};
|
|
5009
5009
|
|
|
5010
|
-
|
|
5010
|
+
const lang = /*#__PURE__*/Object.freeze({
|
|
5011
5011
|
__proto__: null,
|
|
5012
5012
|
en: en,
|
|
5013
|
-
es: es,
|
|
5014
5013
|
fr: fr,
|
|
5014
|
+
es: es,
|
|
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,6 +5131,9 @@ 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
|
+
}
|
|
5134
5137
|
//
|
|
5135
5138
|
// Serializer
|
|
5136
5139
|
//
|
|
@@ -5156,7 +5159,9 @@ var cacheDefault = {
|
|
|
5156
5159
|
},
|
|
5157
5160
|
};
|
|
5158
5161
|
var strategies = {
|
|
5159
|
-
variadic: strategyVariadic
|
|
5162
|
+
variadic: strategyVariadic,
|
|
5163
|
+
monadic: strategyMonadic,
|
|
5164
|
+
};
|
|
5160
5165
|
|
|
5161
5166
|
var ErrorKind;
|
|
5162
5167
|
(function (ErrorKind) {
|
|
@@ -10482,4 +10487,4 @@ const weekdays = [
|
|
|
10482
10487
|
intl.formatMessage({ id: "date.saturday", defaultMessage: "Saturday" }),
|
|
10483
10488
|
];
|
|
10484
10489
|
|
|
10485
|
-
export {
|
|
10490
|
+
export { getTextDir as A, isElOrChild as B, throttle as C, getContextMeasurements as D, dateFind as E, calendar_months as F, findParentWithHiddenOverflow as G, transposeMatrix as H, wrapAround as I, getSmallestSkipInterval as J, calcPercentageInRange as K, makeISO as L, getMonthLength as M, weekdays as N, handleDisabledAttribute as a, triggerFormSubmit as b, checkForActiveElInShadow as c, debounce as d, safeMultiplyFloat as e, getPosition 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, snakeCaseToCamelCase as p, getNewIndexToFocus as q, findScrollableParent as r, showTooltip as s, toBool as t, shouldOpenDown as u, shouldShiftRight as v, shouldShiftLeft as w, measureText as x, findNext as y, findPrev as z };
|