@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
|
@@ -5,8 +5,17 @@ import { amountToPercent, exitChart, getDetails, handleChartKeydown, renderStack
|
|
|
5
5
|
import { chartMessages } from "../../../global/intl";
|
|
6
6
|
export class Chart {
|
|
7
7
|
constructor() {
|
|
8
|
+
this.uid = generateId();
|
|
9
|
+
// @ts-ignore-- TS warns this is unused, but its needed in chartFunctions
|
|
10
|
+
this.slicesDetails = [];
|
|
11
|
+
this.debouncedSliceUpdate = debounce(async () => {
|
|
12
|
+
await getDetails.call(this, this.currentChartType);
|
|
13
|
+
forceUpdate(this.el);
|
|
14
|
+
}, 100);
|
|
8
15
|
this.chartType = "doughnut1";
|
|
16
|
+
this.label = undefined;
|
|
9
17
|
this.labelWidth = "150px";
|
|
18
|
+
this.subinfo = undefined;
|
|
10
19
|
this.valueFormat = "none";
|
|
11
20
|
this.showGrid = true;
|
|
12
21
|
this.showLegend = true;
|
|
@@ -14,18 +23,10 @@ export class Chart {
|
|
|
14
23
|
this.notStartedColor = false;
|
|
15
24
|
this.printMode = false;
|
|
16
25
|
this.printModeFormat = "amount";
|
|
17
|
-
// left labels are a temporary solution for the lack of a stacked bar chart and is undocumented
|
|
18
|
-
// it only works with bar4 and should be used without a legend
|
|
19
26
|
this.labelPosition = "top";
|
|
20
27
|
this.isTabbing = false;
|
|
21
28
|
this.userIsNavigating = false;
|
|
22
|
-
this.
|
|
23
|
-
// @ts-ignore-- TS warns this is unused, but its needed in chartFunctions
|
|
24
|
-
this.slicesDetails = [];
|
|
25
|
-
this.debouncedSliceUpdate = debounce(async () => {
|
|
26
|
-
await getDetails.call(this, this.currentChartType);
|
|
27
|
-
forceUpdate(this.el);
|
|
28
|
-
}, 100);
|
|
29
|
+
this.focusedSliceId = undefined;
|
|
29
30
|
}
|
|
30
31
|
get popoverEl() {
|
|
31
32
|
return this.el.shadowRoot.querySelector("priv-chart-popover");
|
|
@@ -163,7 +164,6 @@ export class Chart {
|
|
|
163
164
|
return {
|
|
164
165
|
"chartType": {
|
|
165
166
|
"type": "string",
|
|
166
|
-
"attribute": "chart-type",
|
|
167
167
|
"mutable": false,
|
|
168
168
|
"complexType": {
|
|
169
169
|
"original": "ChartType",
|
|
@@ -182,14 +182,12 @@ export class Chart {
|
|
|
182
182
|
"tags": [],
|
|
183
183
|
"text": ""
|
|
184
184
|
},
|
|
185
|
-
"
|
|
186
|
-
"setter": false,
|
|
185
|
+
"attribute": "chart-type",
|
|
187
186
|
"reflect": false,
|
|
188
187
|
"defaultValue": "\"doughnut1\""
|
|
189
188
|
},
|
|
190
189
|
"label": {
|
|
191
190
|
"type": "string",
|
|
192
|
-
"attribute": "label",
|
|
193
191
|
"mutable": false,
|
|
194
192
|
"complexType": {
|
|
195
193
|
"original": "string",
|
|
@@ -202,13 +200,11 @@ export class Chart {
|
|
|
202
200
|
"tags": [],
|
|
203
201
|
"text": ""
|
|
204
202
|
},
|
|
205
|
-
"
|
|
206
|
-
"setter": false,
|
|
203
|
+
"attribute": "label",
|
|
207
204
|
"reflect": false
|
|
208
205
|
},
|
|
209
206
|
"labelWidth": {
|
|
210
207
|
"type": "string",
|
|
211
|
-
"attribute": "label-width",
|
|
212
208
|
"mutable": false,
|
|
213
209
|
"complexType": {
|
|
214
210
|
"original": "string",
|
|
@@ -221,14 +217,12 @@ export class Chart {
|
|
|
221
217
|
"tags": [],
|
|
222
218
|
"text": ""
|
|
223
219
|
},
|
|
224
|
-
"
|
|
225
|
-
"setter": false,
|
|
220
|
+
"attribute": "label-width",
|
|
226
221
|
"reflect": false,
|
|
227
222
|
"defaultValue": "\"150px\""
|
|
228
223
|
},
|
|
229
224
|
"subinfo": {
|
|
230
225
|
"type": "string",
|
|
231
|
-
"attribute": "subinfo",
|
|
232
226
|
"mutable": false,
|
|
233
227
|
"complexType": {
|
|
234
228
|
"original": "string",
|
|
@@ -241,13 +235,11 @@ export class Chart {
|
|
|
241
235
|
"tags": [],
|
|
242
236
|
"text": ""
|
|
243
237
|
},
|
|
244
|
-
"
|
|
245
|
-
"setter": false,
|
|
238
|
+
"attribute": "subinfo",
|
|
246
239
|
"reflect": false
|
|
247
240
|
},
|
|
248
241
|
"valueFormat": {
|
|
249
242
|
"type": "string",
|
|
250
|
-
"attribute": "value-format",
|
|
251
243
|
"mutable": false,
|
|
252
244
|
"complexType": {
|
|
253
245
|
"original": "\"percentage\" | \"amount\" | \"none\"",
|
|
@@ -260,14 +252,12 @@ export class Chart {
|
|
|
260
252
|
"tags": [],
|
|
261
253
|
"text": ""
|
|
262
254
|
},
|
|
263
|
-
"
|
|
264
|
-
"setter": false,
|
|
255
|
+
"attribute": "value-format",
|
|
265
256
|
"reflect": false,
|
|
266
257
|
"defaultValue": "\"none\""
|
|
267
258
|
},
|
|
268
259
|
"showGrid": {
|
|
269
260
|
"type": "boolean",
|
|
270
|
-
"attribute": "show-grid",
|
|
271
261
|
"mutable": false,
|
|
272
262
|
"complexType": {
|
|
273
263
|
"original": "boolean",
|
|
@@ -280,14 +270,12 @@ export class Chart {
|
|
|
280
270
|
"tags": [],
|
|
281
271
|
"text": ""
|
|
282
272
|
},
|
|
283
|
-
"
|
|
284
|
-
"setter": false,
|
|
273
|
+
"attribute": "show-grid",
|
|
285
274
|
"reflect": false,
|
|
286
275
|
"defaultValue": "true"
|
|
287
276
|
},
|
|
288
277
|
"showLegend": {
|
|
289
278
|
"type": "boolean",
|
|
290
|
-
"attribute": "show-legend",
|
|
291
279
|
"mutable": false,
|
|
292
280
|
"complexType": {
|
|
293
281
|
"original": "boolean",
|
|
@@ -300,14 +288,12 @@ export class Chart {
|
|
|
300
288
|
"tags": [],
|
|
301
289
|
"text": ""
|
|
302
290
|
},
|
|
303
|
-
"
|
|
304
|
-
"setter": false,
|
|
291
|
+
"attribute": "show-legend",
|
|
305
292
|
"reflect": false,
|
|
306
293
|
"defaultValue": "true"
|
|
307
294
|
},
|
|
308
295
|
"showBarLegend": {
|
|
309
296
|
"type": "boolean",
|
|
310
|
-
"attribute": "show-bar-legend",
|
|
311
297
|
"mutable": false,
|
|
312
298
|
"complexType": {
|
|
313
299
|
"original": "boolean",
|
|
@@ -320,14 +306,12 @@ export class Chart {
|
|
|
320
306
|
"tags": [],
|
|
321
307
|
"text": ""
|
|
322
308
|
},
|
|
323
|
-
"
|
|
324
|
-
"setter": false,
|
|
309
|
+
"attribute": "show-bar-legend",
|
|
325
310
|
"reflect": false,
|
|
326
311
|
"defaultValue": "false"
|
|
327
312
|
},
|
|
328
313
|
"notStartedColor": {
|
|
329
314
|
"type": "boolean",
|
|
330
|
-
"attribute": "not-started-color",
|
|
331
315
|
"mutable": false,
|
|
332
316
|
"complexType": {
|
|
333
317
|
"original": "boolean",
|
|
@@ -340,14 +324,12 @@ export class Chart {
|
|
|
340
324
|
"tags": [],
|
|
341
325
|
"text": ""
|
|
342
326
|
},
|
|
343
|
-
"
|
|
344
|
-
"setter": false,
|
|
327
|
+
"attribute": "not-started-color",
|
|
345
328
|
"reflect": false,
|
|
346
329
|
"defaultValue": "false"
|
|
347
330
|
},
|
|
348
331
|
"printMode": {
|
|
349
332
|
"type": "boolean",
|
|
350
|
-
"attribute": "print-mode",
|
|
351
333
|
"mutable": false,
|
|
352
334
|
"complexType": {
|
|
353
335
|
"original": "boolean",
|
|
@@ -360,14 +342,12 @@ export class Chart {
|
|
|
360
342
|
"tags": [],
|
|
361
343
|
"text": ""
|
|
362
344
|
},
|
|
363
|
-
"
|
|
364
|
-
"setter": false,
|
|
345
|
+
"attribute": "print-mode",
|
|
365
346
|
"reflect": false,
|
|
366
347
|
"defaultValue": "false"
|
|
367
348
|
},
|
|
368
349
|
"printModeFormat": {
|
|
369
350
|
"type": "string",
|
|
370
|
-
"attribute": "print-mode-format",
|
|
371
351
|
"mutable": false,
|
|
372
352
|
"complexType": {
|
|
373
353
|
"original": "\"percentage\" | \"amount\"",
|
|
@@ -380,14 +360,12 @@ export class Chart {
|
|
|
380
360
|
"tags": [],
|
|
381
361
|
"text": ""
|
|
382
362
|
},
|
|
383
|
-
"
|
|
384
|
-
"setter": false,
|
|
363
|
+
"attribute": "print-mode-format",
|
|
385
364
|
"reflect": false,
|
|
386
365
|
"defaultValue": "\"amount\""
|
|
387
366
|
},
|
|
388
367
|
"labelPosition": {
|
|
389
368
|
"type": "string",
|
|
390
|
-
"attribute": "label-position",
|
|
391
369
|
"mutable": false,
|
|
392
370
|
"complexType": {
|
|
393
371
|
"original": "\"left\" | \"top\" | \"none\"",
|
|
@@ -400,8 +378,7 @@ export class Chart {
|
|
|
400
378
|
"tags": [],
|
|
401
379
|
"text": ""
|
|
402
380
|
},
|
|
403
|
-
"
|
|
404
|
-
"setter": false,
|
|
381
|
+
"attribute": "label-position",
|
|
405
382
|
"reflect": false,
|
|
406
383
|
"defaultValue": "\"top\""
|
|
407
384
|
}
|
|
@@ -4,19 +4,6 @@ import { abbrNumber, getInterval } from "../chartFunctions";
|
|
|
4
4
|
import { chartMessages, globalMessages, lineChartMessages } from "../../../global/intl";
|
|
5
5
|
export class LineChart {
|
|
6
6
|
constructor() {
|
|
7
|
-
this.description = "";
|
|
8
|
-
this.units = "null,null";
|
|
9
|
-
this.labelWidth = "120px";
|
|
10
|
-
this.highlightQualifier = lineChartMessages.highlightQualifier;
|
|
11
|
-
this.visibilityToggles = false;
|
|
12
|
-
this.showDeltas = false;
|
|
13
|
-
this.parsedLineData = {};
|
|
14
|
-
this.popoverIndex = -1;
|
|
15
|
-
this.focusedLine = -1;
|
|
16
|
-
this.hiddenLines = [];
|
|
17
|
-
this.isTabbing = false;
|
|
18
|
-
this.intervalSkip = 0;
|
|
19
|
-
this.announcement = "";
|
|
20
7
|
this.minTickWidth = 120;
|
|
21
8
|
this.popoverData = [];
|
|
22
9
|
this.dataPointMatrix = [];
|
|
@@ -35,6 +22,26 @@ export class LineChart {
|
|
|
35
22
|
this.debouncedResize = debounce(async () => {
|
|
36
23
|
this.displayedXIntervals = this.determineDisplayedXIntervals();
|
|
37
24
|
}, 100);
|
|
25
|
+
this.label = undefined;
|
|
26
|
+
this.description = "";
|
|
27
|
+
this.xAxisLabel = undefined;
|
|
28
|
+
this.yAxisLabel = undefined;
|
|
29
|
+
this.lineData = undefined;
|
|
30
|
+
this.units = "null,null";
|
|
31
|
+
this.labelWidth = "120px";
|
|
32
|
+
this.highlightQualifier = lineChartMessages.highlightQualifier;
|
|
33
|
+
this.highlightStart = undefined;
|
|
34
|
+
this.highlightEnd = undefined;
|
|
35
|
+
this.visibilityToggles = false;
|
|
36
|
+
this.showDeltas = false;
|
|
37
|
+
this.yRange = undefined;
|
|
38
|
+
this.parsedLineData = {};
|
|
39
|
+
this.popoverIndex = -1;
|
|
40
|
+
this.focusedLine = -1;
|
|
41
|
+
this.hiddenLines = [];
|
|
42
|
+
this.isTabbing = false;
|
|
43
|
+
this.intervalSkip = 0;
|
|
44
|
+
this.announcement = "";
|
|
38
45
|
}
|
|
39
46
|
parseData() {
|
|
40
47
|
this.parsedLineData = JSON.parse(this.lineData);
|
|
@@ -450,7 +457,6 @@ export class LineChart {
|
|
|
450
457
|
return {
|
|
451
458
|
"label": {
|
|
452
459
|
"type": "string",
|
|
453
|
-
"attribute": "label",
|
|
454
460
|
"mutable": false,
|
|
455
461
|
"complexType": {
|
|
456
462
|
"original": "string",
|
|
@@ -463,13 +469,11 @@ export class LineChart {
|
|
|
463
469
|
"tags": [],
|
|
464
470
|
"text": ""
|
|
465
471
|
},
|
|
466
|
-
"
|
|
467
|
-
"setter": false,
|
|
472
|
+
"attribute": "label",
|
|
468
473
|
"reflect": false
|
|
469
474
|
},
|
|
470
475
|
"description": {
|
|
471
476
|
"type": "string",
|
|
472
|
-
"attribute": "description",
|
|
473
477
|
"mutable": false,
|
|
474
478
|
"complexType": {
|
|
475
479
|
"original": "string",
|
|
@@ -482,14 +486,12 @@ export class LineChart {
|
|
|
482
486
|
"tags": [],
|
|
483
487
|
"text": ""
|
|
484
488
|
},
|
|
485
|
-
"
|
|
486
|
-
"setter": false,
|
|
489
|
+
"attribute": "description",
|
|
487
490
|
"reflect": false,
|
|
488
491
|
"defaultValue": "\"\""
|
|
489
492
|
},
|
|
490
493
|
"xAxisLabel": {
|
|
491
494
|
"type": "string",
|
|
492
|
-
"attribute": "x-axis-label",
|
|
493
495
|
"mutable": false,
|
|
494
496
|
"complexType": {
|
|
495
497
|
"original": "string",
|
|
@@ -502,13 +504,11 @@ export class LineChart {
|
|
|
502
504
|
"tags": [],
|
|
503
505
|
"text": ""
|
|
504
506
|
},
|
|
505
|
-
"
|
|
506
|
-
"setter": false,
|
|
507
|
+
"attribute": "x-axis-label",
|
|
507
508
|
"reflect": false
|
|
508
509
|
},
|
|
509
510
|
"yAxisLabel": {
|
|
510
511
|
"type": "string",
|
|
511
|
-
"attribute": "y-axis-label",
|
|
512
512
|
"mutable": false,
|
|
513
513
|
"complexType": {
|
|
514
514
|
"original": "string",
|
|
@@ -521,13 +521,11 @@ export class LineChart {
|
|
|
521
521
|
"tags": [],
|
|
522
522
|
"text": ""
|
|
523
523
|
},
|
|
524
|
-
"
|
|
525
|
-
"setter": false,
|
|
524
|
+
"attribute": "y-axis-label",
|
|
526
525
|
"reflect": false
|
|
527
526
|
},
|
|
528
527
|
"lineData": {
|
|
529
528
|
"type": "string",
|
|
530
|
-
"attribute": "line-data",
|
|
531
529
|
"mutable": false,
|
|
532
530
|
"complexType": {
|
|
533
531
|
"original": "string",
|
|
@@ -540,13 +538,11 @@ export class LineChart {
|
|
|
540
538
|
"tags": [],
|
|
541
539
|
"text": ""
|
|
542
540
|
},
|
|
543
|
-
"
|
|
544
|
-
"setter": false,
|
|
541
|
+
"attribute": "line-data",
|
|
545
542
|
"reflect": true
|
|
546
543
|
},
|
|
547
544
|
"units": {
|
|
548
545
|
"type": "string",
|
|
549
|
-
"attribute": "units",
|
|
550
546
|
"mutable": false,
|
|
551
547
|
"complexType": {
|
|
552
548
|
"original": "string",
|
|
@@ -559,14 +555,12 @@ export class LineChart {
|
|
|
559
555
|
"tags": [],
|
|
560
556
|
"text": ""
|
|
561
557
|
},
|
|
562
|
-
"
|
|
563
|
-
"setter": false,
|
|
558
|
+
"attribute": "units",
|
|
564
559
|
"reflect": false,
|
|
565
560
|
"defaultValue": "\"null,null\""
|
|
566
561
|
},
|
|
567
562
|
"labelWidth": {
|
|
568
563
|
"type": "string",
|
|
569
|
-
"attribute": "label-width",
|
|
570
564
|
"mutable": false,
|
|
571
565
|
"complexType": {
|
|
572
566
|
"original": "string",
|
|
@@ -579,14 +573,12 @@ export class LineChart {
|
|
|
579
573
|
"tags": [],
|
|
580
574
|
"text": ""
|
|
581
575
|
},
|
|
582
|
-
"
|
|
583
|
-
"setter": false,
|
|
576
|
+
"attribute": "label-width",
|
|
584
577
|
"reflect": false,
|
|
585
578
|
"defaultValue": "\"120px\""
|
|
586
579
|
},
|
|
587
580
|
"highlightQualifier": {
|
|
588
581
|
"type": "string",
|
|
589
|
-
"attribute": "highlight-qualifier",
|
|
590
582
|
"mutable": false,
|
|
591
583
|
"complexType": {
|
|
592
584
|
"original": "string",
|
|
@@ -599,14 +591,12 @@ export class LineChart {
|
|
|
599
591
|
"tags": [],
|
|
600
592
|
"text": ""
|
|
601
593
|
},
|
|
602
|
-
"
|
|
603
|
-
"setter": false,
|
|
594
|
+
"attribute": "highlight-qualifier",
|
|
604
595
|
"reflect": false,
|
|
605
596
|
"defaultValue": "lineChartMessages.highlightQualifier"
|
|
606
597
|
},
|
|
607
598
|
"highlightStart": {
|
|
608
599
|
"type": "string",
|
|
609
|
-
"attribute": "highlight-start",
|
|
610
600
|
"mutable": false,
|
|
611
601
|
"complexType": {
|
|
612
602
|
"original": "string",
|
|
@@ -619,13 +609,11 @@ export class LineChart {
|
|
|
619
609
|
"tags": [],
|
|
620
610
|
"text": ""
|
|
621
611
|
},
|
|
622
|
-
"
|
|
623
|
-
"setter": false,
|
|
612
|
+
"attribute": "highlight-start",
|
|
624
613
|
"reflect": false
|
|
625
614
|
},
|
|
626
615
|
"highlightEnd": {
|
|
627
616
|
"type": "string",
|
|
628
|
-
"attribute": "highlight-end",
|
|
629
617
|
"mutable": false,
|
|
630
618
|
"complexType": {
|
|
631
619
|
"original": "string",
|
|
@@ -638,13 +626,11 @@ export class LineChart {
|
|
|
638
626
|
"tags": [],
|
|
639
627
|
"text": ""
|
|
640
628
|
},
|
|
641
|
-
"
|
|
642
|
-
"setter": false,
|
|
629
|
+
"attribute": "highlight-end",
|
|
643
630
|
"reflect": false
|
|
644
631
|
},
|
|
645
632
|
"visibilityToggles": {
|
|
646
633
|
"type": "boolean",
|
|
647
|
-
"attribute": "visibility-toggles",
|
|
648
634
|
"mutable": false,
|
|
649
635
|
"complexType": {
|
|
650
636
|
"original": "boolean",
|
|
@@ -657,14 +643,12 @@ export class LineChart {
|
|
|
657
643
|
"tags": [],
|
|
658
644
|
"text": ""
|
|
659
645
|
},
|
|
660
|
-
"
|
|
661
|
-
"setter": false,
|
|
646
|
+
"attribute": "visibility-toggles",
|
|
662
647
|
"reflect": false,
|
|
663
648
|
"defaultValue": "false"
|
|
664
649
|
},
|
|
665
650
|
"showDeltas": {
|
|
666
651
|
"type": "boolean",
|
|
667
|
-
"attribute": "show-deltas",
|
|
668
652
|
"mutable": false,
|
|
669
653
|
"complexType": {
|
|
670
654
|
"original": "boolean",
|
|
@@ -677,14 +661,12 @@ export class LineChart {
|
|
|
677
661
|
"tags": [],
|
|
678
662
|
"text": ""
|
|
679
663
|
},
|
|
680
|
-
"
|
|
681
|
-
"setter": false,
|
|
664
|
+
"attribute": "show-deltas",
|
|
682
665
|
"reflect": false,
|
|
683
666
|
"defaultValue": "false"
|
|
684
667
|
},
|
|
685
668
|
"yRange": {
|
|
686
669
|
"type": "string",
|
|
687
|
-
"attribute": "y-range",
|
|
688
670
|
"mutable": false,
|
|
689
671
|
"complexType": {
|
|
690
672
|
"original": "string",
|
|
@@ -697,8 +679,7 @@ export class LineChart {
|
|
|
697
679
|
"tags": [],
|
|
698
680
|
"text": ""
|
|
699
681
|
},
|
|
700
|
-
"
|
|
701
|
-
"setter": false,
|
|
682
|
+
"attribute": "y-range",
|
|
702
683
|
"reflect": false
|
|
703
684
|
}
|
|
704
685
|
};
|
|
@@ -3,17 +3,22 @@ import { debounce, generateId, intl } from "../../../global/functions";
|
|
|
3
3
|
import { exitChart, getDetails, handleChartKeydown, renderStackedBar, renderCompletionMessage, renderDoughnut, renderInstructionsText, renderLegend, allChartsDetails, removeSegmentInfoHighlight, } from "../chartFunctions";
|
|
4
4
|
export class ProgressIndicator {
|
|
5
5
|
constructor() {
|
|
6
|
-
this.showLegend = true;
|
|
7
|
-
this.printMode = false;
|
|
8
|
-
this.printModeFormat = "amount";
|
|
9
|
-
this.isTabbing = false;
|
|
10
|
-
this.userIsNavigating = false;
|
|
11
6
|
this.uid = generateId();
|
|
12
7
|
// @ts-ignore-- TS warns this is unused, but its needed in the chartFunctions
|
|
13
8
|
this.slicesDetails = [];
|
|
14
9
|
this.debouncedUpdate = debounce(async () => {
|
|
15
10
|
forceUpdate(this.el);
|
|
16
11
|
}, 10);
|
|
12
|
+
this.label = undefined;
|
|
13
|
+
this.subinfo = undefined;
|
|
14
|
+
this.completionMessage = undefined;
|
|
15
|
+
this.showLegend = true;
|
|
16
|
+
this.printMode = false;
|
|
17
|
+
this.printModeFormat = "amount";
|
|
18
|
+
this.isTabbing = false;
|
|
19
|
+
this.mode = undefined;
|
|
20
|
+
this.userIsNavigating = false;
|
|
21
|
+
this.focusedSliceId = undefined;
|
|
17
22
|
}
|
|
18
23
|
get popoverEl() {
|
|
19
24
|
return this.el.shadowRoot.querySelector("priv-chart-popover");
|
|
@@ -109,7 +114,6 @@ export class ProgressIndicator {
|
|
|
109
114
|
return {
|
|
110
115
|
"label": {
|
|
111
116
|
"type": "string",
|
|
112
|
-
"attribute": "label",
|
|
113
117
|
"mutable": false,
|
|
114
118
|
"complexType": {
|
|
115
119
|
"original": "string",
|
|
@@ -122,13 +126,11 @@ export class ProgressIndicator {
|
|
|
122
126
|
"tags": [],
|
|
123
127
|
"text": ""
|
|
124
128
|
},
|
|
125
|
-
"
|
|
126
|
-
"setter": false,
|
|
129
|
+
"attribute": "label",
|
|
127
130
|
"reflect": false
|
|
128
131
|
},
|
|
129
132
|
"subinfo": {
|
|
130
133
|
"type": "string",
|
|
131
|
-
"attribute": "subinfo",
|
|
132
134
|
"mutable": false,
|
|
133
135
|
"complexType": {
|
|
134
136
|
"original": "string",
|
|
@@ -141,13 +143,11 @@ export class ProgressIndicator {
|
|
|
141
143
|
"tags": [],
|
|
142
144
|
"text": ""
|
|
143
145
|
},
|
|
144
|
-
"
|
|
145
|
-
"setter": false,
|
|
146
|
+
"attribute": "subinfo",
|
|
146
147
|
"reflect": false
|
|
147
148
|
},
|
|
148
149
|
"completionMessage": {
|
|
149
150
|
"type": "string",
|
|
150
|
-
"attribute": "completion-message",
|
|
151
151
|
"mutable": false,
|
|
152
152
|
"complexType": {
|
|
153
153
|
"original": "string",
|
|
@@ -160,13 +160,11 @@ export class ProgressIndicator {
|
|
|
160
160
|
"tags": [],
|
|
161
161
|
"text": ""
|
|
162
162
|
},
|
|
163
|
-
"
|
|
164
|
-
"setter": false,
|
|
163
|
+
"attribute": "completion-message",
|
|
165
164
|
"reflect": false
|
|
166
165
|
},
|
|
167
166
|
"showLegend": {
|
|
168
167
|
"type": "boolean",
|
|
169
|
-
"attribute": "show-legend",
|
|
170
168
|
"mutable": false,
|
|
171
169
|
"complexType": {
|
|
172
170
|
"original": "boolean",
|
|
@@ -179,14 +177,12 @@ export class ProgressIndicator {
|
|
|
179
177
|
"tags": [],
|
|
180
178
|
"text": ""
|
|
181
179
|
},
|
|
182
|
-
"
|
|
183
|
-
"setter": false,
|
|
180
|
+
"attribute": "show-legend",
|
|
184
181
|
"reflect": false,
|
|
185
182
|
"defaultValue": "true"
|
|
186
183
|
},
|
|
187
184
|
"printMode": {
|
|
188
185
|
"type": "boolean",
|
|
189
|
-
"attribute": "print-mode",
|
|
190
186
|
"mutable": false,
|
|
191
187
|
"complexType": {
|
|
192
188
|
"original": "boolean",
|
|
@@ -199,14 +195,12 @@ export class ProgressIndicator {
|
|
|
199
195
|
"tags": [],
|
|
200
196
|
"text": ""
|
|
201
197
|
},
|
|
202
|
-
"
|
|
203
|
-
"setter": false,
|
|
198
|
+
"attribute": "print-mode",
|
|
204
199
|
"reflect": false,
|
|
205
200
|
"defaultValue": "false"
|
|
206
201
|
},
|
|
207
202
|
"printModeFormat": {
|
|
208
203
|
"type": "string",
|
|
209
|
-
"attribute": "print-mode-format",
|
|
210
204
|
"mutable": false,
|
|
211
205
|
"complexType": {
|
|
212
206
|
"original": "\"amount\" | \"percentage\"",
|
|
@@ -219,8 +213,7 @@ export class ProgressIndicator {
|
|
|
219
213
|
"tags": [],
|
|
220
214
|
"text": ""
|
|
221
215
|
},
|
|
222
|
-
"
|
|
223
|
-
"setter": false,
|
|
216
|
+
"attribute": "print-mode-format",
|
|
224
217
|
"reflect": false,
|
|
225
218
|
"defaultValue": "\"amount\""
|
|
226
219
|
}
|
|
@@ -6,6 +6,9 @@ export class ProgressMonitor {
|
|
|
6
6
|
this.doughnutWidth = 300;
|
|
7
7
|
this.modeInitialized = false;
|
|
8
8
|
this.debouncedUpdate = debounce(() => forceUpdate(this.el), 50);
|
|
9
|
+
this.breakpoint = undefined;
|
|
10
|
+
this.groupLegend = undefined;
|
|
11
|
+
this.barLabelsWidth = undefined;
|
|
9
12
|
}
|
|
10
13
|
get parsedBreakpoint() {
|
|
11
14
|
const asNumber = this.parseToNum(this.breakpoint || this.el.children.length);
|
|
@@ -75,7 +78,6 @@ export class ProgressMonitor {
|
|
|
75
78
|
return {
|
|
76
79
|
"breakpoint": {
|
|
77
80
|
"type": "any",
|
|
78
|
-
"attribute": "breakpoint",
|
|
79
81
|
"mutable": false,
|
|
80
82
|
"complexType": {
|
|
81
83
|
"original": "number | string",
|
|
@@ -88,13 +90,11 @@ export class ProgressMonitor {
|
|
|
88
90
|
"tags": [],
|
|
89
91
|
"text": ""
|
|
90
92
|
},
|
|
91
|
-
"
|
|
92
|
-
"setter": false,
|
|
93
|
+
"attribute": "breakpoint",
|
|
93
94
|
"reflect": false
|
|
94
95
|
},
|
|
95
96
|
"groupLegend": {
|
|
96
97
|
"type": "string",
|
|
97
|
-
"attribute": "group-legend",
|
|
98
98
|
"mutable": false,
|
|
99
99
|
"complexType": {
|
|
100
100
|
"original": "string",
|
|
@@ -107,13 +107,11 @@ export class ProgressMonitor {
|
|
|
107
107
|
"tags": [],
|
|
108
108
|
"text": ""
|
|
109
109
|
},
|
|
110
|
-
"
|
|
111
|
-
"setter": false,
|
|
110
|
+
"attribute": "group-legend",
|
|
112
111
|
"reflect": false
|
|
113
112
|
},
|
|
114
113
|
"barLabelsWidth": {
|
|
115
114
|
"type": "string",
|
|
116
|
-
"attribute": "bar-labels-width",
|
|
117
115
|
"mutable": false,
|
|
118
116
|
"complexType": {
|
|
119
117
|
"original": "string",
|
|
@@ -126,8 +124,7 @@ export class ProgressMonitor {
|
|
|
126
124
|
"tags": [],
|
|
127
125
|
"text": ""
|
|
128
126
|
},
|
|
129
|
-
"
|
|
130
|
-
"setter": false,
|
|
127
|
+
"attribute": "bar-labels-width",
|
|
131
128
|
"reflect": false
|
|
132
129
|
}
|
|
133
130
|
};
|