@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
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
var index = require('./index-bkpjhWBk.js');
|
|
4
|
+
var functions = require('./functions-Cv4tH2z-.js');
|
|
5
5
|
|
|
6
6
|
const colors = {
|
|
7
7
|
salmon: "#ff5f4e",
|
|
8
8
|
cyan: "#19a1a9",
|
|
9
9
|
forest: "#088000",
|
|
10
|
-
sleet: "#7f97ad",
|
|
11
10
|
midnight: "#2e1b46",
|
|
12
11
|
lavender: "#8b86ca",
|
|
13
12
|
periwinkle: "#575195",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
var en = {
|
|
4
4
|
"chart.clickToSeeDetails": [
|
|
5
5
|
{
|
|
6
6
|
type: 0,
|
|
@@ -443,7 +443,7 @@ const en = {
|
|
|
443
443
|
"global.next": [
|
|
444
444
|
{
|
|
445
445
|
type: 0,
|
|
446
|
-
value: "
|
|
446
|
+
value: "Next"
|
|
447
447
|
}
|
|
448
448
|
],
|
|
449
449
|
"global.openVerb": [
|
|
@@ -455,7 +455,7 @@ const en = {
|
|
|
455
455
|
"global.previous": [
|
|
456
456
|
{
|
|
457
457
|
type: 0,
|
|
458
|
-
value: "
|
|
458
|
+
value: "Previous"
|
|
459
459
|
}
|
|
460
460
|
],
|
|
461
461
|
"global.requiredError": [
|
|
@@ -1108,6 +1108,12 @@ const en = {
|
|
|
1108
1108
|
type: 0,
|
|
1109
1109
|
value: "hh:mm"
|
|
1110
1110
|
}
|
|
1111
|
+
],
|
|
1112
|
+
"toggletip.aiTooltip": [
|
|
1113
|
+
{
|
|
1114
|
+
type: 0,
|
|
1115
|
+
value: "Powered by AI"
|
|
1116
|
+
}
|
|
1111
1117
|
],
|
|
1112
1118
|
"toggletip.moreInformation": [
|
|
1113
1119
|
{
|
|
@@ -1349,7 +1355,7 @@ const en = {
|
|
|
1349
1355
|
]
|
|
1350
1356
|
};
|
|
1351
1357
|
|
|
1352
|
-
|
|
1358
|
+
var fr = {
|
|
1353
1359
|
"chart.clickToSeeDetails": [
|
|
1354
1360
|
{
|
|
1355
1361
|
type: 0,
|
|
@@ -2201,7 +2207,7 @@ const fr = {
|
|
|
2201
2207
|
]
|
|
2202
2208
|
};
|
|
2203
2209
|
|
|
2204
|
-
|
|
2210
|
+
var es = {
|
|
2205
2211
|
"chart.clickToSeeDetails": [
|
|
2206
2212
|
{
|
|
2207
2213
|
type: 0,
|
|
@@ -3660,7 +3666,7 @@ const es = {
|
|
|
3660
3666
|
]
|
|
3661
3667
|
};
|
|
3662
3668
|
|
|
3663
|
-
|
|
3669
|
+
var pig = {
|
|
3664
3670
|
"chart.clickToSeeDetails": [
|
|
3665
3671
|
{
|
|
3666
3672
|
type: 0,
|
|
@@ -4103,7 +4109,7 @@ const pig = {
|
|
|
4103
4109
|
"global.next": [
|
|
4104
4110
|
{
|
|
4105
4111
|
type: 0,
|
|
4106
|
-
value: "
|
|
4112
|
+
value: "Extnay"
|
|
4107
4113
|
}
|
|
4108
4114
|
],
|
|
4109
4115
|
"global.openVerb": [
|
|
@@ -4115,7 +4121,7 @@ const pig = {
|
|
|
4115
4121
|
"global.previous": [
|
|
4116
4122
|
{
|
|
4117
4123
|
type: 0,
|
|
4118
|
-
value: "
|
|
4124
|
+
value: "Eviouspray"
|
|
4119
4125
|
}
|
|
4120
4126
|
],
|
|
4121
4127
|
"global.requiredError": [
|
|
@@ -4768,6 +4774,12 @@ const pig = {
|
|
|
4768
4774
|
type: 0,
|
|
4769
4775
|
value: "hh:mmay"
|
|
4770
4776
|
}
|
|
4777
|
+
],
|
|
4778
|
+
"toggletip.aiTooltip": [
|
|
4779
|
+
{
|
|
4780
|
+
type: 0,
|
|
4781
|
+
value: "Oweredpay byay AIyay"
|
|
4782
|
+
}
|
|
4771
4783
|
],
|
|
4772
4784
|
"toggletip.moreInformation": [
|
|
4773
4785
|
{
|
|
@@ -5009,81 +5021,81 @@ const pig = {
|
|
|
5009
5021
|
]
|
|
5010
5022
|
};
|
|
5011
5023
|
|
|
5012
|
-
|
|
5024
|
+
var lang = /*#__PURE__*/Object.freeze({
|
|
5013
5025
|
__proto__: null,
|
|
5014
5026
|
en: en,
|
|
5015
|
-
fr: fr,
|
|
5016
5027
|
es: es,
|
|
5028
|
+
fr: fr,
|
|
5017
5029
|
pig: pig
|
|
5018
5030
|
});
|
|
5019
5031
|
|
|
5020
|
-
/******************************************************************************
|
|
5021
|
-
Copyright (c) Microsoft Corporation.
|
|
5022
|
-
|
|
5023
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
5024
|
-
purpose with or without fee is hereby granted.
|
|
5025
|
-
|
|
5026
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
5027
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
5028
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
5029
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
5030
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
5031
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
5032
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
5033
|
-
***************************************************************************** */
|
|
5034
|
-
/* global Reflect, Promise, SuppressedError, Symbol, Iterator */
|
|
5035
|
-
|
|
5036
|
-
var extendStatics = function(d, b) {
|
|
5037
|
-
|
|
5038
|
-
|
|
5039
|
-
|
|
5040
|
-
|
|
5041
|
-
};
|
|
5042
|
-
|
|
5043
|
-
function __extends(d, b) {
|
|
5044
|
-
|
|
5045
|
-
|
|
5046
|
-
|
|
5047
|
-
|
|
5048
|
-
|
|
5049
|
-
}
|
|
5050
|
-
|
|
5051
|
-
var __assign = function() {
|
|
5052
|
-
|
|
5053
|
-
|
|
5054
|
-
|
|
5055
|
-
|
|
5056
|
-
|
|
5057
|
-
|
|
5058
|
-
|
|
5059
|
-
|
|
5060
|
-
};
|
|
5061
|
-
|
|
5062
|
-
function __rest(s, e) {
|
|
5063
|
-
|
|
5064
|
-
|
|
5065
|
-
|
|
5066
|
-
|
|
5067
|
-
|
|
5068
|
-
|
|
5069
|
-
|
|
5070
|
-
|
|
5071
|
-
|
|
5072
|
-
}
|
|
5073
|
-
|
|
5074
|
-
function __spreadArray(to, from, pack) {
|
|
5075
|
-
|
|
5076
|
-
|
|
5077
|
-
|
|
5078
|
-
|
|
5079
|
-
|
|
5080
|
-
|
|
5081
|
-
|
|
5082
|
-
}
|
|
5083
|
-
|
|
5084
|
-
typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
|
|
5085
|
-
|
|
5086
|
-
|
|
5032
|
+
/******************************************************************************
|
|
5033
|
+
Copyright (c) Microsoft Corporation.
|
|
5034
|
+
|
|
5035
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
5036
|
+
purpose with or without fee is hereby granted.
|
|
5037
|
+
|
|
5038
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
5039
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
5040
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
5041
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
5042
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
5043
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
5044
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
5045
|
+
***************************************************************************** */
|
|
5046
|
+
/* global Reflect, Promise, SuppressedError, Symbol, Iterator */
|
|
5047
|
+
|
|
5048
|
+
var extendStatics = function(d, b) {
|
|
5049
|
+
extendStatics = Object.setPrototypeOf ||
|
|
5050
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
5051
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
5052
|
+
return extendStatics(d, b);
|
|
5053
|
+
};
|
|
5054
|
+
|
|
5055
|
+
function __extends(d, b) {
|
|
5056
|
+
if (typeof b !== "function" && b !== null)
|
|
5057
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
5058
|
+
extendStatics(d, b);
|
|
5059
|
+
function __() { this.constructor = d; }
|
|
5060
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
5061
|
+
}
|
|
5062
|
+
|
|
5063
|
+
var __assign = function() {
|
|
5064
|
+
__assign = Object.assign || function __assign(t) {
|
|
5065
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5066
|
+
s = arguments[i];
|
|
5067
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
5068
|
+
}
|
|
5069
|
+
return t;
|
|
5070
|
+
};
|
|
5071
|
+
return __assign.apply(this, arguments);
|
|
5072
|
+
};
|
|
5073
|
+
|
|
5074
|
+
function __rest(s, e) {
|
|
5075
|
+
var t = {};
|
|
5076
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
5077
|
+
t[p] = s[p];
|
|
5078
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
5079
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
5080
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
5081
|
+
t[p[i]] = s[p[i]];
|
|
5082
|
+
}
|
|
5083
|
+
return t;
|
|
5084
|
+
}
|
|
5085
|
+
|
|
5086
|
+
function __spreadArray(to, from, pack) {
|
|
5087
|
+
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
5088
|
+
if (ar || !(i in from)) {
|
|
5089
|
+
if (!ar) ar = Array.prototype.slice.call(from, 0, i);
|
|
5090
|
+
ar[i] = from[i];
|
|
5091
|
+
}
|
|
5092
|
+
}
|
|
5093
|
+
return to.concat(ar || Array.prototype.slice.call(from));
|
|
5094
|
+
}
|
|
5095
|
+
|
|
5096
|
+
typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
|
|
5097
|
+
var e = new Error(message);
|
|
5098
|
+
return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
|
|
5087
5099
|
};
|
|
5088
5100
|
|
|
5089
5101
|
//
|
|
@@ -5133,9 +5145,6 @@ function strategyDefault(fn, options) {
|
|
|
5133
5145
|
function strategyVariadic(fn, options) {
|
|
5134
5146
|
return assemble(fn, this, variadic, options.cache.create(), options.serializer);
|
|
5135
5147
|
}
|
|
5136
|
-
function strategyMonadic(fn, options) {
|
|
5137
|
-
return assemble(fn, this, monadic, options.cache.create(), options.serializer);
|
|
5138
|
-
}
|
|
5139
5148
|
//
|
|
5140
5149
|
// Serializer
|
|
5141
5150
|
//
|
|
@@ -5161,9 +5170,7 @@ var cacheDefault = {
|
|
|
5161
5170
|
},
|
|
5162
5171
|
};
|
|
5163
5172
|
var strategies = {
|
|
5164
|
-
variadic: strategyVariadic
|
|
5165
|
-
monadic: strategyMonadic,
|
|
5166
|
-
};
|
|
5173
|
+
variadic: strategyVariadic};
|
|
5167
5174
|
|
|
5168
5175
|
var ErrorKind;
|
|
5169
5176
|
(function (ErrorKind) {
|