@watermarkinsights/ripple 5.16.0-alpha.1 → 5.16.0-alpha.11
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-DRIUP2B4.js +7 -0
- package/dist/cjs/{chartFunctions-439c6fd4.js → chartFunctions-D441_SCy.js} +2 -3
- package/dist/cjs/{functions-dd27bda3.js → functions-Cv4tH2z-.js} +90 -83
- package/dist/cjs/{index-788526f5.js → index-bkpjhWBk.js} +777 -410
- package/dist/cjs/{intl-6d72b4a0.js → intl-CDsbzEBp.js} +3 -3
- package/dist/cjs/loader.cjs.js +3 -5
- package/dist/cjs/priv-calendar.cjs.entry.js +6 -12
- package/dist/cjs/priv-chart-popover.cjs.entry.js +4 -8
- package/dist/cjs/priv-navigator-button.cjs.entry.js +3 -6
- package/dist/cjs/priv-navigator-item.cjs.entry.js +3 -6
- package/dist/cjs/priv-option-list.cjs.entry.js +10 -16
- package/dist/cjs/ripple.cjs.js +7 -7
- package/dist/cjs/wm-action-menu_2.cjs.entry.js +11 -20
- package/dist/cjs/wm-button.cjs.entry.js +9 -17
- package/dist/cjs/wm-chart-slice.cjs.entry.js +1 -8
- package/dist/cjs/wm-chart.cjs.entry.js +14 -18
- package/dist/cjs/wm-date-range.cjs.entry.js +10 -15
- package/dist/cjs/wm-datepicker.cjs.entry.js +18 -17
- package/dist/cjs/wm-file-list.cjs.entry.js +3 -6
- package/dist/cjs/wm-file.cjs.entry.js +6 -16
- package/dist/cjs/wm-flyout.cjs.entry.js +6 -17
- package/dist/cjs/wm-input.cjs.entry.js +13 -19
- package/dist/cjs/wm-line-chart.cjs.entry.js +18 -28
- package/dist/cjs/wm-modal-pss_3.cjs.entry.js +12 -18
- package/dist/cjs/wm-modal_3.cjs.entry.js +12 -19
- package/dist/cjs/wm-navigation_3.cjs.entry.js +13 -22
- package/dist/cjs/wm-navigator.cjs.entry.js +17 -15
- package/dist/cjs/wm-nested-select.cjs.entry.js +21 -20
- package/dist/cjs/wm-optgroup.cjs.entry.js +3 -7
- package/dist/cjs/wm-option_2.cjs.entry.js +19 -20
- package/dist/cjs/wm-pagination.cjs.entry.js +11 -14
- package/dist/cjs/wm-progress-indicator_3.cjs.entry.js +10 -27
- package/dist/cjs/wm-search.cjs.entry.js +27 -11
- package/dist/cjs/wm-snackbar.cjs.entry.js +10 -12
- package/dist/cjs/wm-tab-item_3.cjs.entry.js +23 -19
- package/dist/cjs/wm-tag-input.cjs.entry.js +42 -48
- package/dist/cjs/wm-tag-option.cjs.entry.js +2 -8
- package/dist/cjs/wm-textarea.cjs.entry.js +13 -14
- package/dist/cjs/wm-timepicker.cjs.entry.js +18 -17
- package/dist/cjs/wm-toggletip.cjs.entry.js +9 -14
- package/dist/cjs/wm-uploader.cjs.entry.js +18 -22
- package/dist/cjs/wm-wrapper.cjs.entry.js +1 -3
- package/dist/collection/collection-manifest.json +2 -2
- package/dist/collection/components/charts/priv-chart-popover/priv-chart-popover.js +8 -4
- package/dist/collection/components/charts/wm-chart/wm-chart-slice.js +15 -12
- package/dist/collection/components/charts/wm-chart/wm-chart.js +45 -22
- package/dist/collection/components/charts/wm-line-chart/wm-line-chart.js +52 -33
- package/dist/collection/components/charts/wm-progress-monitor/wm-progress-indicator.js +23 -16
- package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.js +9 -6
- package/dist/collection/components/charts/wm-progress-monitor/wm-progress-slice.js +15 -12
- package/dist/collection/components/datepickers/datepicker.css +15 -9
- package/dist/collection/components/datepickers/priv-calendar/priv-calendar.js +21 -12
- package/dist/collection/components/datepickers/wm-date-range.js +39 -19
- package/dist/collection/components/datepickers/wm-datepicker.js +39 -19
- package/dist/collection/components/selects/priv-option-list/priv-option-list.js +27 -16
- package/dist/collection/components/selects/wm-nested-select/wm-nested-select.css +15 -9
- package/dist/collection/components/selects/wm-nested-select/wm-nested-select.js +56 -26
- package/dist/collection/components/selects/wm-optgroup/wm-optgroup.js +12 -5
- package/dist/collection/components/selects/wm-option/wm-option.js +15 -6
- package/dist/collection/components/selects/wm-select/wm-select.css +15 -9
- package/dist/collection/components/selects/wm-select/wm-select.js +50 -22
- package/dist/collection/components/wm-action-menu/wm-action-menu.js +25 -16
- package/dist/collection/components/wm-button/wm-button.js +44 -23
- package/dist/collection/components/wm-file/wm-file.js +30 -19
- package/dist/collection/components/wm-file-list/wm-file-list.js +4 -2
- package/dist/collection/components/wm-flyout/wm-flyout.js +32 -20
- package/dist/collection/components/wm-input/wm-input.css +15 -9
- package/dist/collection/components/wm-input/wm-input.js +63 -30
- package/dist/collection/components/wm-menuitem/wm-menuitem.js +11 -5
- package/dist/collection/components/wm-modal/wm-modal-footer.js +16 -6
- package/dist/collection/components/wm-modal/wm-modal-header.js +7 -3
- package/dist/collection/components/wm-modal/wm-modal.css +1 -1
- package/dist/collection/components/wm-modal/wm-modal.js +15 -9
- package/dist/collection/components/wm-modal-pss/wm-modal-pss-footer.js +16 -6
- package/dist/collection/components/wm-modal-pss/wm-modal-pss-header.js +7 -3
- package/dist/collection/components/wm-modal-pss/wm-modal-pss.js +16 -9
- package/dist/collection/components/wm-navigation/wm-navigation-hamburger.js +6 -5
- package/dist/collection/components/wm-navigation/wm-navigation-item.js +10 -9
- package/dist/collection/components/wm-navigation/wm-navigation.js +6 -4
- package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.js +7 -3
- package/dist/collection/components/wm-navigator/priv-navigator-item/priv-navigator-item.js +10 -4
- package/dist/collection/components/wm-navigator/wm-navigator.js +34 -15
- package/dist/collection/components/wm-pagination/wm-pagination.js +22 -12
- package/dist/collection/components/wm-search/wm-search.js +47 -12
- package/dist/collection/components/wm-snackbar/wm-snackbar.js +9 -6
- package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.js +19 -7
- package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.js +10 -7
- package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.js +13 -3
- package/dist/collection/components/wm-tag-input/wm-tag-input.css +23 -17
- package/dist/collection/components/wm-tag-input/wm-tag-input.js +79 -54
- package/dist/collection/components/wm-tag-input/wm-tag-option/wm-tag-option.js +18 -10
- package/dist/collection/components/wm-textarea/wm-textarea.css +15 -9
- package/dist/collection/components/wm-textarea/wm-textarea.js +42 -18
- package/dist/collection/components/wm-timepicker/wm-timepicker.css +15 -9
- package/dist/collection/components/wm-timepicker/wm-timepicker.js +36 -18
- package/dist/collection/components/wm-toggletip/wm-toggletip.js +21 -13
- package/dist/collection/components/wm-uploader/wm-uploader.css +21 -10
- package/dist/collection/components/wm-uploader/wm-uploader.js +47 -26
- package/dist/collection/global/intl.js +2 -2
- package/dist/esm/app-globals-C7MKvxOg.js +5 -0
- package/dist/esm/{chartFunctions-6749593d.js → chartFunctions-D1WRRNPk.js} +3 -4
- package/dist/esm/{functions-dabfd76f.js → functions-DT2ztGYg.js} +91 -84
- package/dist/esm/{index-130e07bb.js → index-BmU89qgm.js} +774 -406
- package/dist/esm/{intl-43676e71.js → intl-BnrBfoLu.js} +3 -3
- package/dist/esm/loader.js +4 -4
- package/dist/esm/priv-calendar.entry.js +6 -10
- package/dist/esm/priv-chart-popover.entry.js +4 -6
- package/dist/esm/priv-navigator-button.entry.js +3 -4
- package/dist/esm/priv-navigator-item.entry.js +3 -4
- package/dist/esm/priv-option-list.entry.js +10 -14
- package/dist/esm/ripple.js +6 -5
- package/dist/esm/wm-action-menu_2.entry.js +11 -18
- package/dist/esm/wm-button.entry.js +9 -15
- package/dist/esm/wm-chart-slice.entry.js +1 -6
- package/dist/esm/wm-chart.entry.js +14 -16
- package/dist/esm/wm-date-range.entry.js +10 -13
- package/dist/esm/wm-datepicker.entry.js +18 -15
- package/dist/esm/wm-file-list.entry.js +3 -4
- package/dist/esm/wm-file.entry.js +6 -14
- package/dist/esm/wm-flyout.entry.js +6 -15
- package/dist/esm/wm-input.entry.js +13 -17
- package/dist/esm/wm-line-chart.entry.js +18 -26
- package/dist/esm/wm-modal-pss_3.entry.js +12 -16
- package/dist/esm/wm-modal_3.entry.js +12 -17
- package/dist/esm/wm-navigation_3.entry.js +13 -20
- package/dist/esm/wm-navigator.entry.js +17 -13
- package/dist/esm/wm-nested-select.entry.js +21 -18
- package/dist/esm/wm-optgroup.entry.js +3 -5
- package/dist/esm/wm-option_2.entry.js +19 -18
- package/dist/esm/wm-pagination.entry.js +11 -12
- package/dist/esm/wm-progress-indicator_3.entry.js +10 -25
- package/dist/esm/wm-search.entry.js +27 -9
- package/dist/esm/wm-snackbar.entry.js +10 -10
- package/dist/esm/wm-tab-item_3.entry.js +23 -17
- package/dist/esm/wm-tag-input.entry.js +42 -46
- package/dist/esm/wm-tag-option.entry.js +2 -6
- package/dist/esm/wm-textarea.entry.js +13 -12
- package/dist/esm/wm-timepicker.entry.js +18 -15
- package/dist/esm/wm-toggletip.entry.js +9 -12
- package/dist/esm/wm-uploader.entry.js +18 -20
- package/dist/esm/wm-wrapper.entry.js +1 -1
- package/dist/esm-es5/app-globals-C7MKvxOg.js +1 -0
- package/dist/esm-es5/chartFunctions-D1WRRNPk.js +1 -0
- package/dist/esm-es5/functions-DT2ztGYg.js +1 -0
- package/dist/esm-es5/index-BmU89qgm.js +1 -0
- package/dist/esm-es5/{intl-43676e71.js → intl-BnrBfoLu.js} +1 -1
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/priv-calendar.entry.js +1 -1
- package/dist/esm-es5/priv-chart-popover.entry.js +1 -1
- package/dist/esm-es5/priv-navigator-button.entry.js +1 -1
- package/dist/esm-es5/priv-navigator-item.entry.js +1 -1
- package/dist/esm-es5/priv-option-list.entry.js +1 -1
- package/dist/esm-es5/ripple.js +1 -1
- package/dist/esm-es5/wm-action-menu_2.entry.js +1 -1
- package/dist/esm-es5/wm-button.entry.js +1 -1
- package/dist/esm-es5/wm-chart-slice.entry.js +1 -1
- package/dist/esm-es5/wm-chart.entry.js +1 -1
- package/dist/esm-es5/wm-date-range.entry.js +1 -1
- package/dist/esm-es5/wm-datepicker.entry.js +1 -1
- package/dist/esm-es5/wm-file-list.entry.js +1 -1
- package/dist/esm-es5/wm-file.entry.js +1 -1
- package/dist/esm-es5/wm-flyout.entry.js +1 -1
- package/dist/esm-es5/wm-input.entry.js +1 -1
- package/dist/esm-es5/wm-line-chart.entry.js +1 -1
- package/dist/esm-es5/wm-modal-pss_3.entry.js +1 -1
- package/dist/esm-es5/wm-modal_3.entry.js +1 -1
- package/dist/esm-es5/wm-navigation_3.entry.js +1 -1
- package/dist/esm-es5/wm-navigator.entry.js +1 -1
- package/dist/esm-es5/wm-nested-select.entry.js +1 -1
- package/dist/esm-es5/wm-optgroup.entry.js +1 -1
- package/dist/esm-es5/wm-option_2.entry.js +1 -1
- package/dist/esm-es5/wm-pagination.entry.js +1 -1
- package/dist/esm-es5/wm-progress-indicator_3.entry.js +1 -1
- package/dist/esm-es5/wm-search.entry.js +1 -1
- package/dist/esm-es5/wm-snackbar.entry.js +1 -1
- package/dist/esm-es5/wm-tab-item_3.entry.js +1 -1
- package/dist/esm-es5/wm-tag-input.entry.js +1 -1
- package/dist/esm-es5/wm-tag-option.entry.js +1 -1
- package/dist/esm-es5/wm-textarea.entry.js +1 -1
- package/dist/esm-es5/wm-timepicker.entry.js +1 -1
- package/dist/esm-es5/wm-toggletip.entry.js +1 -1
- package/dist/esm-es5/wm-uploader.entry.js +1 -1
- package/dist/esm-es5/wm-wrapper.entry.js +1 -1
- package/dist/ripple/{p-c7d71181.system.entry.js → p-00cec2a0.system.entry.js} +1 -1
- package/dist/ripple/{p-1955c66a.system.entry.js → p-07cb5512.system.entry.js} +1 -1
- package/dist/ripple/p-08b265a2.entry.js +1 -0
- package/dist/ripple/{p-12d6ab73.system.entry.js → p-0fce4df8.system.entry.js} +1 -1
- package/dist/ripple/{p-59591401.entry.js → p-120c9c9c.entry.js} +1 -1
- package/dist/ripple/{p-57c25b63.entry.js → p-12e14668.entry.js} +1 -1
- package/dist/ripple/p-19f43d88.entry.js +1 -0
- package/dist/ripple/{p-b23c6351.system.entry.js → p-2269f7f7.system.entry.js} +1 -1
- package/dist/ripple/{p-4fb4deb9.entry.js → p-24857d09.entry.js} +1 -1
- package/dist/ripple/{p-89479d02.system.entry.js → p-24a498ec.system.entry.js} +1 -1
- package/dist/ripple/p-29eb4cc7.entry.js +1 -0
- package/dist/ripple/{p-4c2a044d.system.entry.js → p-2a85a48c.system.entry.js} +1 -1
- package/dist/ripple/{p-97ffaa7d.entry.js → p-2f04ea70.entry.js} +1 -1
- package/dist/ripple/{p-f9fa1506.system.entry.js → p-35f0c155.system.entry.js} +1 -1
- package/dist/ripple/p-3d83fdec.system.entry.js +1 -0
- package/dist/ripple/p-423931b7.entry.js +1 -0
- package/dist/ripple/p-44004383.entry.js +1 -0
- package/dist/ripple/p-4adda78c.entry.js +1 -0
- package/dist/ripple/{p-fe71ec64.system.entry.js → p-514af1a7.system.entry.js} +1 -1
- package/dist/ripple/{p-61f9987d.system.entry.js → p-582e730d.system.entry.js} +1 -1
- package/dist/ripple/p-59030f63.entry.js +1 -0
- package/dist/ripple/{p-9b2281e2.system.entry.js → p-5975c901.system.entry.js} +1 -1
- package/dist/ripple/{p-091fbc50.system.entry.js → p-5a10db87.system.entry.js} +1 -1
- package/dist/ripple/{p-72ed488e.system.entry.js → p-5aeb9091.system.entry.js} +1 -1
- package/dist/ripple/p-5b523b9f.system.entry.js +1 -0
- package/dist/ripple/p-5bb7a993.entry.js +1 -0
- package/dist/ripple/{p-74f103dd.entry.js → p-5ecfe800.entry.js} +1 -1
- package/dist/ripple/p-62520534.entry.js +1 -0
- package/dist/ripple/{p-c699aec8.system.entry.js → p-628dfdaf.system.entry.js} +1 -1
- package/dist/ripple/{p-36fd8aed.system.entry.js → p-64a308de.system.entry.js} +1 -1
- package/dist/ripple/p-64f555f9.entry.js +1 -0
- package/dist/ripple/{p-92a50b38.system.entry.js → p-65058356.system.entry.js} +1 -1
- package/dist/ripple/{p-6a082957.entry.js → p-65c38f2b.entry.js} +1 -1
- package/dist/ripple/{p-9328023c.entry.js → p-6650bcad.entry.js} +1 -1
- package/dist/ripple/{p-30236be3.system.entry.js → p-6ed1a615.system.entry.js} +1 -1
- package/dist/ripple/{p-c53f5914.entry.js → p-72c247fb.system.entry.js} +1 -1
- package/dist/ripple/p-81245443.entry.js +1 -0
- package/dist/ripple/p-81870134.entry.js +1 -0
- package/dist/ripple/{p-2f7ca1a7.system.entry.js → p-819382b4.entry.js} +1 -1
- package/dist/ripple/{p-4e6b0a6e.system.entry.js → p-9223a1bf.system.entry.js} +1 -1
- package/dist/ripple/p-9635519f.entry.js +1 -0
- package/dist/ripple/{p-f8995a5e.system.entry.js → p-98c7683b.system.entry.js} +1 -1
- package/dist/ripple/p-9a5a577a.entry.js +1 -0
- package/dist/ripple/p-9a9e1d00.entry.js +1 -0
- package/dist/ripple/{p-f3df715f.entry.js → p-9e353b52.entry.js} +1 -1
- package/dist/ripple/p-B7qucsb3.system.js +1 -0
- package/dist/ripple/p-BRUS9KP_.system.js +1 -0
- package/dist/ripple/p-BmU89qgm.js +2 -0
- package/dist/ripple/p-CLQInGS5.system.js +1 -0
- package/dist/ripple/p-CZkA6XrR.js +1 -0
- package/dist/ripple/{p-49a347e1.js → p-ChCup6OE.js} +1 -1
- package/dist/ripple/p-D1BYKagG.js +1 -0
- package/dist/ripple/p-DT2ztGYg.js +1 -0
- package/dist/ripple/p-Dd2F6qzY.system.js +2 -0
- package/dist/ripple/p-Dg5uzcYb.system.js +1 -0
- package/dist/ripple/{p-ba399879.system.js → p-LmBQIm9U.system.js} +1 -1
- package/dist/ripple/p-a0add2dd.entry.js +1 -0
- package/dist/ripple/p-a1f70a0a.system.entry.js +1 -0
- package/dist/ripple/p-a8eff037.system.entry.js +1 -0
- package/dist/ripple/p-ac310358.entry.js +1 -0
- package/dist/ripple/{p-b01f9572.system.entry.js → p-bda8ce77.system.entry.js} +1 -1
- package/dist/ripple/{p-043901ab.system.entry.js → p-c12eb0fa.system.entry.js} +1 -1
- package/dist/ripple/p-c44cbbea.entry.js +1 -0
- package/dist/ripple/p-c72b5e55.system.entry.js +1 -0
- package/dist/ripple/{p-ceac4dea.system.entry.js → p-c889749f.system.entry.js} +1 -1
- package/dist/ripple/p-cb5c1920.entry.js +1 -0
- package/dist/ripple/{p-0bb576c5.system.entry.js → p-cc9752df.system.entry.js} +1 -1
- package/dist/ripple/{p-cd0cc88d.entry.js → p-cca5dd54.entry.js} +1 -1
- package/dist/ripple/p-d14aedd7.entry.js +1 -0
- package/dist/ripple/p-d1651848.entry.js +1 -0
- package/dist/ripple/{p-2823d02b.system.entry.js → p-d83f36af.system.entry.js} +1 -1
- package/dist/ripple/p-e01688df.system.entry.js +1 -0
- package/dist/ripple/p-e0a1a76d.system.entry.js +1 -0
- package/dist/ripple/{p-8ec2e944.system.entry.js → p-ec6e0106.system.entry.js} +1 -1
- package/dist/ripple/{p-bc4976e6.entry.js → p-ee8649b3.system.entry.js} +1 -1
- package/dist/ripple/p-f073981c.entry.js +1 -0
- package/dist/ripple/{p-a5fb4171.system.entry.js → p-f47bacb5.entry.js} +1 -1
- package/dist/ripple/{p-c4896784.system.entry.js → p-f4a19c56.system.entry.js} +1 -1
- package/dist/ripple/p-f4ad21f8.entry.js +1 -0
- package/dist/ripple/p-f5ca18bb.entry.js +1 -0
- package/dist/ripple/{p-fe93b6b9.system.entry.js → p-fe71211e.system.entry.js} +1 -1
- package/dist/ripple/ripple.esm.js +1 -1
- package/dist/ripple/ripple.js +1 -1
- package/dist/types/components/datepickers/wm-datepicker.d.ts +1 -0
- package/dist/types/components/selects/wm-nested-select/wm-nested-select.d.ts +1 -0
- package/dist/types/components/selects/wm-select/wm-select.d.ts +1 -0
- package/dist/types/components/wm-input/wm-input.d.ts +1 -0
- package/dist/types/components/wm-tag-input/wm-tag-input.d.ts +1 -0
- package/dist/types/components/wm-textarea/wm-textarea.d.ts +1 -0
- package/dist/types/components/wm-timepicker/wm-timepicker.d.ts +1 -0
- package/dist/types/components/wm-uploader/wm-uploader.d.ts +1 -0
- package/dist/types/components.d.ts +986 -0
- package/dist/types/stencil-public-runtime.d.ts +37 -2
- package/package.json +2 -2
- package/dist/cjs/app-globals-f56991b7.js +0 -92
- package/dist/esm/app-globals-cc7a1bd5.js +0 -90
- package/dist/esm-es5/app-globals-cc7a1bd5.js +0 -1
- package/dist/esm-es5/chartFunctions-6749593d.js +0 -1
- package/dist/esm-es5/functions-dabfd76f.js +0 -1
- package/dist/esm-es5/index-130e07bb.js +0 -1
- package/dist/loader/package.json +0 -11
- package/dist/ripple/p-0189929d.entry.js +0 -1
- package/dist/ripple/p-0c89b82c.entry.js +0 -1
- package/dist/ripple/p-12ac8f93.js +0 -1
- package/dist/ripple/p-13b1d775.entry.js +0 -1
- package/dist/ripple/p-144ce232.entry.js +0 -1
- package/dist/ripple/p-1497ccfc.entry.js +0 -1
- package/dist/ripple/p-1a3037aa.entry.js +0 -1
- package/dist/ripple/p-22b55b6f.entry.js +0 -1
- package/dist/ripple/p-257d2d5c.entry.js +0 -1
- package/dist/ripple/p-30201dc9.entry.js +0 -1
- package/dist/ripple/p-36d2b888.entry.js +0 -1
- package/dist/ripple/p-3f98056c.js +0 -1
- package/dist/ripple/p-41120a33.system.js +0 -1
- package/dist/ripple/p-492aa9fe.system.entry.js +0 -1
- package/dist/ripple/p-4a29bb8c.entry.js +0 -1
- package/dist/ripple/p-4cebf2d7.entry.js +0 -1
- package/dist/ripple/p-56d54fe6.system.entry.js +0 -1
- package/dist/ripple/p-5cff41e0.entry.js +0 -1
- package/dist/ripple/p-5ef786db.system.entry.js +0 -1
- package/dist/ripple/p-6a03a172.entry.js +0 -1
- package/dist/ripple/p-6abc1227.entry.js +0 -1
- package/dist/ripple/p-6d12cfb7.system.entry.js +0 -1
- package/dist/ripple/p-81ce2697.entry.js +0 -1
- package/dist/ripple/p-823d7b4e.system.entry.js +0 -1
- package/dist/ripple/p-89316785.system.js +0 -1
- package/dist/ripple/p-8a569d3b.entry.js +0 -1
- package/dist/ripple/p-8f987f71.entry.js +0 -1
- package/dist/ripple/p-92cb12d3.entry.js +0 -1
- package/dist/ripple/p-94f776eb.entry.js +0 -1
- package/dist/ripple/p-a2c8937d.js +0 -1
- package/dist/ripple/p-b34552b0.system.entry.js +0 -1
- package/dist/ripple/p-b39ab477.entry.js +0 -1
- package/dist/ripple/p-bb9f6920.entry.js +0 -1
- package/dist/ripple/p-bd48c50a.entry.js +0 -1
- package/dist/ripple/p-c1aa877a.system.js +0 -1
- package/dist/ripple/p-c31e1379.entry.js +0 -1
- package/dist/ripple/p-cef8a45b.system.js +0 -2
- package/dist/ripple/p-d333d851.system.entry.js +0 -1
- package/dist/ripple/p-d9da0502.js +0 -2
- package/dist/ripple/p-e59a48a6.system.js +0 -1
- /package/dist/cjs/{interfaces-85d78ae9.js → interfaces-C7YbtGnk.js} +0 -0
- /package/dist/esm/{interfaces-cc5b177f.js → interfaces-COwzv5zO.js} +0 -0
- /package/dist/esm-es5/{interfaces-cc5b177f.js → interfaces-COwzv5zO.js} +0 -0
- /package/dist/ripple/{p-2732bddd.js → p-COwzv5zO.js} +0 -0
- /package/dist/ripple/{p-42fa7a77.system.js → p-ClUp3GkF.system.js} +0 -0
- /package/dist/ripple/{p-50ea2036.system.js → p-YWpyar7R.system.js} +0 -0
|
@@ -3,22 +3,17 @@ 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;
|
|
6
11
|
this.uid = generateId();
|
|
7
12
|
// @ts-ignore-- TS warns this is unused, but its needed in the chartFunctions
|
|
8
13
|
this.slicesDetails = [];
|
|
9
14
|
this.debouncedUpdate = debounce(async () => {
|
|
10
15
|
forceUpdate(this.el);
|
|
11
16
|
}, 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;
|
|
22
17
|
}
|
|
23
18
|
get popoverEl() {
|
|
24
19
|
return this.el.shadowRoot.querySelector("priv-chart-popover");
|
|
@@ -114,6 +109,7 @@ export class ProgressIndicator {
|
|
|
114
109
|
return {
|
|
115
110
|
"label": {
|
|
116
111
|
"type": "string",
|
|
112
|
+
"attribute": "label",
|
|
117
113
|
"mutable": false,
|
|
118
114
|
"complexType": {
|
|
119
115
|
"original": "string",
|
|
@@ -126,11 +122,13 @@ export class ProgressIndicator {
|
|
|
126
122
|
"tags": [],
|
|
127
123
|
"text": ""
|
|
128
124
|
},
|
|
129
|
-
"
|
|
125
|
+
"getter": false,
|
|
126
|
+
"setter": false,
|
|
130
127
|
"reflect": false
|
|
131
128
|
},
|
|
132
129
|
"subinfo": {
|
|
133
130
|
"type": "string",
|
|
131
|
+
"attribute": "subinfo",
|
|
134
132
|
"mutable": false,
|
|
135
133
|
"complexType": {
|
|
136
134
|
"original": "string",
|
|
@@ -143,11 +141,13 @@ export class ProgressIndicator {
|
|
|
143
141
|
"tags": [],
|
|
144
142
|
"text": ""
|
|
145
143
|
},
|
|
146
|
-
"
|
|
144
|
+
"getter": false,
|
|
145
|
+
"setter": false,
|
|
147
146
|
"reflect": false
|
|
148
147
|
},
|
|
149
148
|
"completionMessage": {
|
|
150
149
|
"type": "string",
|
|
150
|
+
"attribute": "completion-message",
|
|
151
151
|
"mutable": false,
|
|
152
152
|
"complexType": {
|
|
153
153
|
"original": "string",
|
|
@@ -160,11 +160,13 @@ export class ProgressIndicator {
|
|
|
160
160
|
"tags": [],
|
|
161
161
|
"text": ""
|
|
162
162
|
},
|
|
163
|
-
"
|
|
163
|
+
"getter": false,
|
|
164
|
+
"setter": false,
|
|
164
165
|
"reflect": false
|
|
165
166
|
},
|
|
166
167
|
"showLegend": {
|
|
167
168
|
"type": "boolean",
|
|
169
|
+
"attribute": "show-legend",
|
|
168
170
|
"mutable": false,
|
|
169
171
|
"complexType": {
|
|
170
172
|
"original": "boolean",
|
|
@@ -177,12 +179,14 @@ export class ProgressIndicator {
|
|
|
177
179
|
"tags": [],
|
|
178
180
|
"text": ""
|
|
179
181
|
},
|
|
180
|
-
"
|
|
182
|
+
"getter": false,
|
|
183
|
+
"setter": false,
|
|
181
184
|
"reflect": false,
|
|
182
185
|
"defaultValue": "true"
|
|
183
186
|
},
|
|
184
187
|
"printMode": {
|
|
185
188
|
"type": "boolean",
|
|
189
|
+
"attribute": "print-mode",
|
|
186
190
|
"mutable": false,
|
|
187
191
|
"complexType": {
|
|
188
192
|
"original": "boolean",
|
|
@@ -195,12 +199,14 @@ export class ProgressIndicator {
|
|
|
195
199
|
"tags": [],
|
|
196
200
|
"text": ""
|
|
197
201
|
},
|
|
198
|
-
"
|
|
202
|
+
"getter": false,
|
|
203
|
+
"setter": false,
|
|
199
204
|
"reflect": false,
|
|
200
205
|
"defaultValue": "false"
|
|
201
206
|
},
|
|
202
207
|
"printModeFormat": {
|
|
203
208
|
"type": "string",
|
|
209
|
+
"attribute": "print-mode-format",
|
|
204
210
|
"mutable": false,
|
|
205
211
|
"complexType": {
|
|
206
212
|
"original": "\"amount\" | \"percentage\"",
|
|
@@ -213,7 +219,8 @@ export class ProgressIndicator {
|
|
|
213
219
|
"tags": [],
|
|
214
220
|
"text": ""
|
|
215
221
|
},
|
|
216
|
-
"
|
|
222
|
+
"getter": false,
|
|
223
|
+
"setter": false,
|
|
217
224
|
"reflect": false,
|
|
218
225
|
"defaultValue": "\"amount\""
|
|
219
226
|
}
|
|
@@ -6,9 +6,6 @@ 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;
|
|
12
9
|
}
|
|
13
10
|
get parsedBreakpoint() {
|
|
14
11
|
const asNumber = this.parseToNum(this.breakpoint || this.el.children.length);
|
|
@@ -78,6 +75,7 @@ export class ProgressMonitor {
|
|
|
78
75
|
return {
|
|
79
76
|
"breakpoint": {
|
|
80
77
|
"type": "any",
|
|
78
|
+
"attribute": "breakpoint",
|
|
81
79
|
"mutable": false,
|
|
82
80
|
"complexType": {
|
|
83
81
|
"original": "number | string",
|
|
@@ -90,11 +88,13 @@ export class ProgressMonitor {
|
|
|
90
88
|
"tags": [],
|
|
91
89
|
"text": ""
|
|
92
90
|
},
|
|
93
|
-
"
|
|
91
|
+
"getter": false,
|
|
92
|
+
"setter": false,
|
|
94
93
|
"reflect": false
|
|
95
94
|
},
|
|
96
95
|
"groupLegend": {
|
|
97
96
|
"type": "string",
|
|
97
|
+
"attribute": "group-legend",
|
|
98
98
|
"mutable": false,
|
|
99
99
|
"complexType": {
|
|
100
100
|
"original": "string",
|
|
@@ -107,11 +107,13 @@ export class ProgressMonitor {
|
|
|
107
107
|
"tags": [],
|
|
108
108
|
"text": ""
|
|
109
109
|
},
|
|
110
|
-
"
|
|
110
|
+
"getter": false,
|
|
111
|
+
"setter": false,
|
|
111
112
|
"reflect": false
|
|
112
113
|
},
|
|
113
114
|
"barLabelsWidth": {
|
|
114
115
|
"type": "string",
|
|
116
|
+
"attribute": "bar-labels-width",
|
|
115
117
|
"mutable": false,
|
|
116
118
|
"complexType": {
|
|
117
119
|
"original": "string",
|
|
@@ -124,7 +126,8 @@ export class ProgressMonitor {
|
|
|
124
126
|
"tags": [],
|
|
125
127
|
"text": ""
|
|
126
128
|
},
|
|
127
|
-
"
|
|
129
|
+
"getter": false,
|
|
130
|
+
"setter": false,
|
|
128
131
|
"reflect": false
|
|
129
132
|
}
|
|
130
133
|
};
|
|
@@ -1,11 +1,4 @@
|
|
|
1
1
|
export class ProgressSlice {
|
|
2
|
-
constructor() {
|
|
3
|
-
this.legend = undefined;
|
|
4
|
-
this.amount = undefined;
|
|
5
|
-
this.popoverTitle = undefined;
|
|
6
|
-
this.popoverText = undefined;
|
|
7
|
-
this.popoverButtonText = undefined;
|
|
8
|
-
}
|
|
9
2
|
componentDidUpdate() {
|
|
10
3
|
this.wmProgressSliceUpdated.emit();
|
|
11
4
|
}
|
|
@@ -15,6 +8,7 @@ export class ProgressSlice {
|
|
|
15
8
|
return {
|
|
16
9
|
"legend": {
|
|
17
10
|
"type": "string",
|
|
11
|
+
"attribute": "legend",
|
|
18
12
|
"mutable": false,
|
|
19
13
|
"complexType": {
|
|
20
14
|
"original": "string",
|
|
@@ -27,11 +21,13 @@ export class ProgressSlice {
|
|
|
27
21
|
"tags": [],
|
|
28
22
|
"text": ""
|
|
29
23
|
},
|
|
30
|
-
"
|
|
24
|
+
"getter": false,
|
|
25
|
+
"setter": false,
|
|
31
26
|
"reflect": false
|
|
32
27
|
},
|
|
33
28
|
"amount": {
|
|
34
29
|
"type": "string",
|
|
30
|
+
"attribute": "amount",
|
|
35
31
|
"mutable": false,
|
|
36
32
|
"complexType": {
|
|
37
33
|
"original": "string",
|
|
@@ -44,11 +40,13 @@ export class ProgressSlice {
|
|
|
44
40
|
"tags": [],
|
|
45
41
|
"text": ""
|
|
46
42
|
},
|
|
47
|
-
"
|
|
43
|
+
"getter": false,
|
|
44
|
+
"setter": false,
|
|
48
45
|
"reflect": false
|
|
49
46
|
},
|
|
50
47
|
"popoverTitle": {
|
|
51
48
|
"type": "string",
|
|
49
|
+
"attribute": "popover-title",
|
|
52
50
|
"mutable": false,
|
|
53
51
|
"complexType": {
|
|
54
52
|
"original": "string",
|
|
@@ -61,11 +59,13 @@ export class ProgressSlice {
|
|
|
61
59
|
"tags": [],
|
|
62
60
|
"text": ""
|
|
63
61
|
},
|
|
64
|
-
"
|
|
62
|
+
"getter": false,
|
|
63
|
+
"setter": false,
|
|
65
64
|
"reflect": false
|
|
66
65
|
},
|
|
67
66
|
"popoverText": {
|
|
68
67
|
"type": "string",
|
|
68
|
+
"attribute": "popover-text",
|
|
69
69
|
"mutable": false,
|
|
70
70
|
"complexType": {
|
|
71
71
|
"original": "string",
|
|
@@ -78,11 +78,13 @@ export class ProgressSlice {
|
|
|
78
78
|
"tags": [],
|
|
79
79
|
"text": ""
|
|
80
80
|
},
|
|
81
|
-
"
|
|
81
|
+
"getter": false,
|
|
82
|
+
"setter": false,
|
|
82
83
|
"reflect": false
|
|
83
84
|
},
|
|
84
85
|
"popoverButtonText": {
|
|
85
86
|
"type": "string",
|
|
87
|
+
"attribute": "popover-button-text",
|
|
86
88
|
"mutable": false,
|
|
87
89
|
"complexType": {
|
|
88
90
|
"original": "string",
|
|
@@ -95,7 +97,8 @@ export class ProgressSlice {
|
|
|
95
97
|
"tags": [],
|
|
96
98
|
"text": ""
|
|
97
99
|
},
|
|
98
|
-
"
|
|
100
|
+
"getter": false,
|
|
101
|
+
"setter": false,
|
|
99
102
|
"reflect": false
|
|
100
103
|
}
|
|
101
104
|
};
|
|
@@ -892,21 +892,28 @@
|
|
|
892
892
|
flex-direction: column;
|
|
893
893
|
font-size: 0.875rem;
|
|
894
894
|
}
|
|
895
|
+
:host .wrapper .label-wrapper {
|
|
896
|
+
display: flex;
|
|
897
|
+
}
|
|
895
898
|
:host .wrapper .label {
|
|
896
|
-
display: block;
|
|
899
|
+
display: inline-block;
|
|
897
900
|
line-height: normal;
|
|
898
901
|
font-weight: 600;
|
|
899
902
|
white-space: nowrap;
|
|
903
|
+
overflow: hidden;
|
|
904
|
+
text-overflow: ellipsis;
|
|
900
905
|
margin-bottom: 0.25rem;
|
|
901
906
|
}
|
|
902
|
-
:host .wrapper .
|
|
907
|
+
:host .wrapper .required {
|
|
908
|
+
display: inline-block;
|
|
903
909
|
color: var(--wmcolor-text-required);
|
|
904
910
|
}
|
|
905
911
|
:host .wrapper.label-left {
|
|
906
912
|
flex-direction: row;
|
|
907
913
|
}
|
|
908
914
|
:host .wrapper.label-left .label-wrapper {
|
|
909
|
-
|
|
915
|
+
height: fit-content;
|
|
916
|
+
margin-right: 0.75rem;
|
|
910
917
|
}
|
|
911
918
|
:host .wrapper.label-left .label-wrapper .label {
|
|
912
919
|
display: flex;
|
|
@@ -914,7 +921,6 @@
|
|
|
914
921
|
min-height: 2.5rem;
|
|
915
922
|
white-space: normal;
|
|
916
923
|
margin-bottom: 0;
|
|
917
|
-
margin-right: 0.75rem;
|
|
918
924
|
}
|
|
919
925
|
:host .wrapper.label-none label {
|
|
920
926
|
position: absolute !important;
|
|
@@ -928,11 +934,11 @@
|
|
|
928
934
|
white-space: nowrap !important;
|
|
929
935
|
margin: -1px !important;
|
|
930
936
|
}
|
|
931
|
-
:host .wrapper.invalid .label {
|
|
937
|
+
:host .wrapper.invalid .label-wrapper {
|
|
932
938
|
color: var(--wmcolor-text-error);
|
|
933
939
|
position: relative;
|
|
934
940
|
}
|
|
935
|
-
:host .wrapper.invalid .label:after {
|
|
941
|
+
:host .wrapper.invalid .label-wrapper:after {
|
|
936
942
|
content: "";
|
|
937
943
|
display: block;
|
|
938
944
|
background-color: var(--icon-fill, currentColor);
|
|
@@ -941,14 +947,14 @@
|
|
|
941
947
|
-webkit-mask-size: 100%;
|
|
942
948
|
mask-size: 100%;
|
|
943
949
|
}
|
|
944
|
-
:host .wrapper.invalid .label:after {
|
|
950
|
+
:host .wrapper.invalid .label-wrapper:after {
|
|
945
951
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M13 14H11V9H13M13 18H11V16H13M1 21H23L12 2L1 21Z'/%3E%3C/svg%3E%0A");
|
|
946
952
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M13 14H11V9H13M13 18H11V16H13M1 21H23L12 2L1 21Z'/%3E%3C/svg%3E%0A");
|
|
947
953
|
}
|
|
948
|
-
:host .wrapper.invalid .label:after {
|
|
954
|
+
:host .wrapper.invalid .label-wrapper:after {
|
|
949
955
|
display: inline-block;
|
|
950
956
|
margin-inline-start: 0.25rem;
|
|
951
|
-
|
|
957
|
+
align-self: center;
|
|
952
958
|
flex-shrink: 0;
|
|
953
959
|
transform: translateY(-1px);
|
|
954
960
|
}
|
|
@@ -3,6 +3,9 @@ import { intl, dateFind, getMonthLength, makeISO, calendar_months, weekdays } fr
|
|
|
3
3
|
export class PrivCalendar {
|
|
4
4
|
constructor() {
|
|
5
5
|
this.today = this.dateToISO(new Date());
|
|
6
|
+
this.disabled = false;
|
|
7
|
+
this.view = "day";
|
|
8
|
+
this.focusDate = this.today; // ISO date
|
|
6
9
|
this.calType = "single";
|
|
7
10
|
this.calName = "";
|
|
8
11
|
this.calInstructions = intl.formatMessage({
|
|
@@ -163,12 +166,6 @@ export class PrivCalendar {
|
|
|
163
166
|
this.handleDateClick(ev.target);
|
|
164
167
|
}, onMouseOver: () => this.cellHovered.emit(date), "data-month": dateFind.month.asString(date), "data-year": dateFind.year.asString(date), onBlur: (ev) => ev.stopPropagation(), tabIndex: isFocused ? 0 : -1 }, dayOfDate));
|
|
165
168
|
};
|
|
166
|
-
this.disabled = false;
|
|
167
|
-
this.view = "day";
|
|
168
|
-
this.focusDate = this.today;
|
|
169
|
-
this.startDate = undefined;
|
|
170
|
-
this.endDate = undefined;
|
|
171
|
-
this.hoverDate = undefined;
|
|
172
169
|
}
|
|
173
170
|
setCalName() {
|
|
174
171
|
const cals = this.el.parentElement.querySelectorAll("priv-calendar");
|
|
@@ -565,6 +562,7 @@ export class PrivCalendar {
|
|
|
565
562
|
return {
|
|
566
563
|
"disabled": {
|
|
567
564
|
"type": "boolean",
|
|
565
|
+
"attribute": "disabled",
|
|
568
566
|
"mutable": false,
|
|
569
567
|
"complexType": {
|
|
570
568
|
"original": "boolean",
|
|
@@ -577,12 +575,14 @@ export class PrivCalendar {
|
|
|
577
575
|
"tags": [],
|
|
578
576
|
"text": ""
|
|
579
577
|
},
|
|
580
|
-
"
|
|
578
|
+
"getter": false,
|
|
579
|
+
"setter": false,
|
|
581
580
|
"reflect": false,
|
|
582
581
|
"defaultValue": "false"
|
|
583
582
|
},
|
|
584
583
|
"view": {
|
|
585
584
|
"type": "string",
|
|
585
|
+
"attribute": "view",
|
|
586
586
|
"mutable": true,
|
|
587
587
|
"complexType": {
|
|
588
588
|
"original": "string",
|
|
@@ -595,12 +595,14 @@ export class PrivCalendar {
|
|
|
595
595
|
"tags": [],
|
|
596
596
|
"text": ""
|
|
597
597
|
},
|
|
598
|
-
"
|
|
598
|
+
"getter": false,
|
|
599
|
+
"setter": false,
|
|
599
600
|
"reflect": false,
|
|
600
601
|
"defaultValue": "\"day\""
|
|
601
602
|
},
|
|
602
603
|
"focusDate": {
|
|
603
604
|
"type": "string",
|
|
605
|
+
"attribute": "focus-date",
|
|
604
606
|
"mutable": true,
|
|
605
607
|
"complexType": {
|
|
606
608
|
"original": "string",
|
|
@@ -613,12 +615,14 @@ export class PrivCalendar {
|
|
|
613
615
|
"tags": [],
|
|
614
616
|
"text": ""
|
|
615
617
|
},
|
|
616
|
-
"
|
|
618
|
+
"getter": false,
|
|
619
|
+
"setter": false,
|
|
617
620
|
"reflect": false,
|
|
618
621
|
"defaultValue": "this.today"
|
|
619
622
|
},
|
|
620
623
|
"startDate": {
|
|
621
624
|
"type": "string",
|
|
625
|
+
"attribute": "start-date",
|
|
622
626
|
"mutable": false,
|
|
623
627
|
"complexType": {
|
|
624
628
|
"original": "string",
|
|
@@ -631,11 +635,13 @@ export class PrivCalendar {
|
|
|
631
635
|
"tags": [],
|
|
632
636
|
"text": ""
|
|
633
637
|
},
|
|
634
|
-
"
|
|
638
|
+
"getter": false,
|
|
639
|
+
"setter": false,
|
|
635
640
|
"reflect": false
|
|
636
641
|
},
|
|
637
642
|
"endDate": {
|
|
638
643
|
"type": "string",
|
|
644
|
+
"attribute": "end-date",
|
|
639
645
|
"mutable": false,
|
|
640
646
|
"complexType": {
|
|
641
647
|
"original": "string",
|
|
@@ -648,11 +654,13 @@ export class PrivCalendar {
|
|
|
648
654
|
"tags": [],
|
|
649
655
|
"text": ""
|
|
650
656
|
},
|
|
651
|
-
"
|
|
657
|
+
"getter": false,
|
|
658
|
+
"setter": false,
|
|
652
659
|
"reflect": false
|
|
653
660
|
},
|
|
654
661
|
"hoverDate": {
|
|
655
662
|
"type": "string",
|
|
663
|
+
"attribute": "hover-date",
|
|
656
664
|
"mutable": false,
|
|
657
665
|
"complexType": {
|
|
658
666
|
"original": "string",
|
|
@@ -665,7 +673,8 @@ export class PrivCalendar {
|
|
|
665
673
|
"tags": [],
|
|
666
674
|
"text": ""
|
|
667
675
|
},
|
|
668
|
-
"
|
|
676
|
+
"getter": false,
|
|
677
|
+
"setter": false,
|
|
669
678
|
"reflect": false
|
|
670
679
|
}
|
|
671
680
|
};
|
|
@@ -2,24 +2,22 @@ import { h, Host, Fragment, } from "@stencil/core";
|
|
|
2
2
|
import { intl, dateFind, toBool, handleDisabledAttribute, getContextMeasurements, findParentWithHiddenOverflow, dateToISO, shouldOpenUp, calendar_months, } from "../../global/functions";
|
|
3
3
|
export class DateRange {
|
|
4
4
|
constructor() {
|
|
5
|
-
this.openUp = false;
|
|
6
|
-
this.calWidth = 681; // 673 + 8px of room
|
|
7
|
-
this.popupClicked = false;
|
|
8
|
-
this.toggleButtonClicked = false;
|
|
9
|
-
this.formats = { "mm/dd/yyyy": "US", "dd/mm/yyyy": "INT", "yyyy/mm/dd": "ISO" };
|
|
10
5
|
this.dateFormat = "mm/dd/yyyy";
|
|
11
6
|
this.disabled = false;
|
|
12
|
-
this.errorMessage = undefined;
|
|
13
7
|
this.invalidStart = false;
|
|
14
8
|
this.invalidEnd = false;
|
|
15
9
|
this.labelStart = "";
|
|
16
10
|
this.labelEnd = "";
|
|
17
|
-
this.preselected = undefined;
|
|
18
11
|
this.requiredField = false;
|
|
19
|
-
this.valueStart = "";
|
|
12
|
+
this.valueStart = ""; // in user format (INT, US...)
|
|
20
13
|
this.valueEnd = "";
|
|
14
|
+
this.openUp = false;
|
|
15
|
+
this.calWidth = 681; // 673 + 8px of room
|
|
21
16
|
this.availSpace = 0;
|
|
17
|
+
this.popupClicked = false;
|
|
18
|
+
this.toggleButtonClicked = false;
|
|
22
19
|
this.isExpanded = false;
|
|
20
|
+
this.formats = { "mm/dd/yyyy": "US", "dd/mm/yyyy": "INT", "yyyy/mm/dd": "ISO" };
|
|
23
21
|
}
|
|
24
22
|
get _disabled() {
|
|
25
23
|
// string "false" needs to be treated as bool False because react wrappers convert bool to string.
|
|
@@ -475,6 +473,7 @@ export class DateRange {
|
|
|
475
473
|
return {
|
|
476
474
|
"dateFormat": {
|
|
477
475
|
"type": "string",
|
|
476
|
+
"attribute": "date-format",
|
|
478
477
|
"mutable": false,
|
|
479
478
|
"complexType": {
|
|
480
479
|
"original": "string",
|
|
@@ -487,12 +486,14 @@ export class DateRange {
|
|
|
487
486
|
"tags": [],
|
|
488
487
|
"text": ""
|
|
489
488
|
},
|
|
490
|
-
"
|
|
489
|
+
"getter": false,
|
|
490
|
+
"setter": false,
|
|
491
491
|
"reflect": false,
|
|
492
492
|
"defaultValue": "\"mm/dd/yyyy\""
|
|
493
493
|
},
|
|
494
494
|
"disabled": {
|
|
495
495
|
"type": "boolean",
|
|
496
|
+
"attribute": "disabled",
|
|
496
497
|
"mutable": false,
|
|
497
498
|
"complexType": {
|
|
498
499
|
"original": "boolean",
|
|
@@ -505,12 +506,14 @@ export class DateRange {
|
|
|
505
506
|
"tags": [],
|
|
506
507
|
"text": ""
|
|
507
508
|
},
|
|
508
|
-
"
|
|
509
|
+
"getter": false,
|
|
510
|
+
"setter": false,
|
|
509
511
|
"reflect": false,
|
|
510
512
|
"defaultValue": "false"
|
|
511
513
|
},
|
|
512
514
|
"errorMessage": {
|
|
513
515
|
"type": "string",
|
|
516
|
+
"attribute": "error-message",
|
|
514
517
|
"mutable": false,
|
|
515
518
|
"complexType": {
|
|
516
519
|
"original": "string",
|
|
@@ -523,11 +526,13 @@ export class DateRange {
|
|
|
523
526
|
"tags": [],
|
|
524
527
|
"text": ""
|
|
525
528
|
},
|
|
526
|
-
"
|
|
529
|
+
"getter": false,
|
|
530
|
+
"setter": false,
|
|
527
531
|
"reflect": true
|
|
528
532
|
},
|
|
529
533
|
"invalidStart": {
|
|
530
534
|
"type": "boolean",
|
|
535
|
+
"attribute": "invalid-start",
|
|
531
536
|
"mutable": false,
|
|
532
537
|
"complexType": {
|
|
533
538
|
"original": "boolean",
|
|
@@ -540,12 +545,14 @@ export class DateRange {
|
|
|
540
545
|
"tags": [],
|
|
541
546
|
"text": ""
|
|
542
547
|
},
|
|
543
|
-
"
|
|
548
|
+
"getter": false,
|
|
549
|
+
"setter": false,
|
|
544
550
|
"reflect": false,
|
|
545
551
|
"defaultValue": "false"
|
|
546
552
|
},
|
|
547
553
|
"invalidEnd": {
|
|
548
554
|
"type": "boolean",
|
|
555
|
+
"attribute": "invalid-end",
|
|
549
556
|
"mutable": false,
|
|
550
557
|
"complexType": {
|
|
551
558
|
"original": "boolean",
|
|
@@ -558,12 +565,14 @@ export class DateRange {
|
|
|
558
565
|
"tags": [],
|
|
559
566
|
"text": ""
|
|
560
567
|
},
|
|
561
|
-
"
|
|
568
|
+
"getter": false,
|
|
569
|
+
"setter": false,
|
|
562
570
|
"reflect": false,
|
|
563
571
|
"defaultValue": "false"
|
|
564
572
|
},
|
|
565
573
|
"labelStart": {
|
|
566
574
|
"type": "string",
|
|
575
|
+
"attribute": "label-start",
|
|
567
576
|
"mutable": false,
|
|
568
577
|
"complexType": {
|
|
569
578
|
"original": "string",
|
|
@@ -576,12 +585,14 @@ export class DateRange {
|
|
|
576
585
|
"tags": [],
|
|
577
586
|
"text": ""
|
|
578
587
|
},
|
|
579
|
-
"
|
|
588
|
+
"getter": false,
|
|
589
|
+
"setter": false,
|
|
580
590
|
"reflect": false,
|
|
581
591
|
"defaultValue": "\"\""
|
|
582
592
|
},
|
|
583
593
|
"labelEnd": {
|
|
584
594
|
"type": "string",
|
|
595
|
+
"attribute": "label-end",
|
|
585
596
|
"mutable": false,
|
|
586
597
|
"complexType": {
|
|
587
598
|
"original": "string",
|
|
@@ -594,12 +605,14 @@ export class DateRange {
|
|
|
594
605
|
"tags": [],
|
|
595
606
|
"text": ""
|
|
596
607
|
},
|
|
597
|
-
"
|
|
608
|
+
"getter": false,
|
|
609
|
+
"setter": false,
|
|
598
610
|
"reflect": false,
|
|
599
611
|
"defaultValue": "\"\""
|
|
600
612
|
},
|
|
601
613
|
"preselected": {
|
|
602
614
|
"type": "string",
|
|
615
|
+
"attribute": "preselected",
|
|
603
616
|
"mutable": false,
|
|
604
617
|
"complexType": {
|
|
605
618
|
"original": "string",
|
|
@@ -612,11 +625,13 @@ export class DateRange {
|
|
|
612
625
|
"tags": [],
|
|
613
626
|
"text": ""
|
|
614
627
|
},
|
|
615
|
-
"
|
|
628
|
+
"getter": false,
|
|
629
|
+
"setter": false,
|
|
616
630
|
"reflect": false
|
|
617
631
|
},
|
|
618
632
|
"requiredField": {
|
|
619
633
|
"type": "boolean",
|
|
634
|
+
"attribute": "required-field",
|
|
620
635
|
"mutable": false,
|
|
621
636
|
"complexType": {
|
|
622
637
|
"original": "boolean",
|
|
@@ -629,12 +644,14 @@ export class DateRange {
|
|
|
629
644
|
"tags": [],
|
|
630
645
|
"text": ""
|
|
631
646
|
},
|
|
632
|
-
"
|
|
647
|
+
"getter": false,
|
|
648
|
+
"setter": false,
|
|
633
649
|
"reflect": false,
|
|
634
650
|
"defaultValue": "false"
|
|
635
651
|
},
|
|
636
652
|
"valueStart": {
|
|
637
653
|
"type": "string",
|
|
654
|
+
"attribute": "value-start",
|
|
638
655
|
"mutable": true,
|
|
639
656
|
"complexType": {
|
|
640
657
|
"original": "string",
|
|
@@ -647,12 +664,14 @@ export class DateRange {
|
|
|
647
664
|
"tags": [],
|
|
648
665
|
"text": ""
|
|
649
666
|
},
|
|
650
|
-
"
|
|
667
|
+
"getter": false,
|
|
668
|
+
"setter": false,
|
|
651
669
|
"reflect": false,
|
|
652
670
|
"defaultValue": "\"\""
|
|
653
671
|
},
|
|
654
672
|
"valueEnd": {
|
|
655
673
|
"type": "string",
|
|
674
|
+
"attribute": "value-end",
|
|
656
675
|
"mutable": true,
|
|
657
676
|
"complexType": {
|
|
658
677
|
"original": "string",
|
|
@@ -665,7 +684,8 @@ export class DateRange {
|
|
|
665
684
|
"tags": [],
|
|
666
685
|
"text": ""
|
|
667
686
|
},
|
|
668
|
-
"
|
|
687
|
+
"getter": false,
|
|
688
|
+
"setter": false,
|
|
669
689
|
"reflect": false,
|
|
670
690
|
"defaultValue": "\"\""
|
|
671
691
|
}
|