@watermarkinsights/ripple 5.10.0-10 → 5.10.0-12
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/README.md +3 -3
- package/dist/{esm/global-22b7c9ea.js → cjs/app-globals-c41df7a3.js} +10 -1
- package/dist/cjs/{chartFunctions-75178263.js → chartFunctions-a3a08880.js} +4 -4
- package/dist/cjs/{functions-e24249e6.js → functions-5ac8a62f.js} +104 -7
- package/dist/cjs/index-788526f5.js +1859 -0
- package/dist/cjs/{intl-5aeba788.js → intl-57d1cfd1.js} +1 -1
- package/dist/cjs/loader.cjs.js +4 -3
- package/dist/cjs/priv-calendar.cjs.entry.js +7 -6
- package/dist/cjs/priv-chart-popover.cjs.entry.js +7 -6
- package/dist/cjs/priv-navigator-button.cjs.entry.js +5 -4
- package/dist/cjs/priv-navigator-item.cjs.entry.js +5 -4
- package/dist/cjs/priv-option-list.cjs.entry.js +6 -5
- package/dist/cjs/ripple.cjs.js +12 -11
- package/dist/cjs/wm-action-menu_2.cjs.entry.js +10 -8
- package/dist/cjs/wm-button.cjs.entry.js +6 -5
- package/dist/cjs/wm-chart-slice.cjs.entry.js +1 -1
- package/dist/cjs/wm-chart.cjs.entry.js +8 -7
- package/dist/cjs/wm-date-range.cjs.entry.js +10 -9
- package/dist/cjs/wm-datepicker.cjs.entry.js +10 -9
- package/dist/cjs/wm-file-list.cjs.entry.js +5 -4
- package/dist/cjs/wm-file.cjs.entry.js +10 -7
- package/dist/cjs/wm-input.cjs.entry.js +7 -6
- package/dist/cjs/wm-line-chart.cjs.entry.js +16 -15
- package/dist/cjs/wm-modal-pss_3.cjs.entry.js +16 -13
- package/dist/cjs/wm-modal_3.cjs.entry.js +16 -13
- package/dist/cjs/wm-navigation_3.cjs.entry.js +16 -13
- package/dist/cjs/wm-navigator.cjs.entry.js +5 -4
- package/dist/cjs/wm-nested-select.cjs.entry.js +9 -8
- package/dist/cjs/wm-optgroup.cjs.entry.js +6 -5
- package/dist/cjs/wm-option_2.cjs.entry.js +12 -10
- package/dist/cjs/wm-pagination.cjs.entry.js +6 -5
- package/dist/cjs/wm-progress-indicator_3.cjs.entry.js +11 -9
- package/dist/cjs/wm-search.cjs.entry.js +8 -7
- package/dist/cjs/wm-snackbar.cjs.entry.js +8 -7
- package/dist/cjs/wm-tab-item_3.cjs.entry.js +14 -11
- package/dist/cjs/wm-tag-input.cjs.entry.js +9 -8
- package/dist/cjs/wm-tag-option.cjs.entry.js +2 -2
- package/dist/cjs/wm-textarea.cjs.entry.js +7 -6
- package/dist/cjs/wm-timepicker.cjs.entry.js +7 -6
- package/dist/cjs/wm-toggletip.cjs.entry.js +7 -6
- package/dist/cjs/wm-uploader.cjs.entry.js +8 -7
- package/dist/cjs/wm-wrapper.cjs.entry.js +1 -1
- package/dist/collection/collection-manifest.json +2 -2
- package/dist/collection/components/charts/chartFunctions.js +2 -2
- package/dist/collection/components/charts/priv-chart-popover/priv-chart-popover.css +185 -1
- package/dist/collection/components/charts/priv-chart-popover/priv-chart-popover.js +2 -2
- package/dist/collection/components/charts/wm-chart/wm-chart.css +185 -1
- package/dist/collection/components/charts/wm-chart/wm-chart.js +1 -1
- package/dist/collection/components/charts/wm-line-chart/wm-line-chart.css +185 -1
- package/dist/collection/components/charts/wm-line-chart/wm-line-chart.js +9 -9
- package/dist/collection/components/charts/wm-progress-monitor/wm-progress-indicator.css +185 -1
- package/dist/collection/components/charts/wm-progress-monitor/wm-progress-indicator.js +1 -1
- package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.css +185 -1
- package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.js +1 -1
- package/dist/collection/components/datepickers/datepicker.css +185 -1
- package/dist/collection/components/datepickers/priv-calendar/priv-calendar.css +185 -1
- package/dist/collection/components/datepickers/priv-calendar/priv-calendar.js +2 -2
- package/dist/collection/components/datepickers/wm-date-range.js +17 -13
- package/dist/collection/components/datepickers/wm-datepicker.js +17 -13
- package/dist/collection/components/selects/priv-option-list/priv-option-list.css +185 -1
- package/dist/collection/components/selects/priv-option-list/priv-option-list.js +7 -5
- package/dist/collection/components/selects/wm-nested-select/wm-nested-select.css +185 -1
- package/dist/collection/components/selects/wm-nested-select/wm-nested-select.js +3 -3
- package/dist/collection/components/selects/wm-optgroup/wm-optgroup.css +185 -1
- package/dist/collection/components/selects/wm-optgroup/wm-optgroup.js +1 -1
- package/dist/collection/components/selects/wm-option/wm-option.css +185 -1
- package/dist/collection/components/selects/wm-option/wm-option.js +1 -1
- package/dist/collection/components/selects/wm-select/wm-select.css +185 -1
- package/dist/collection/components/selects/wm-select/wm-select.js +2 -2
- package/dist/collection/components/wm-action-menu/wm-action-menu.css +185 -1
- package/dist/collection/components/wm-action-menu/wm-action-menu.js +1 -1
- package/dist/collection/components/wm-button/wm-button.css +186 -2
- package/dist/collection/components/wm-button/wm-button.js +1 -1
- package/dist/collection/components/wm-file/wm-file.css +197 -7
- package/dist/collection/components/wm-file/wm-file.js +5 -3
- package/dist/collection/components/wm-file-list/wm-file-list.css +185 -1
- package/dist/collection/components/wm-file-list/wm-file-list.js +1 -1
- package/dist/collection/components/wm-input/wm-input.css +185 -1
- package/dist/collection/components/wm-input/wm-input.js +1 -1
- package/dist/collection/components/wm-menuitem/wm-menuitem.css +185 -1
- package/dist/collection/components/wm-menuitem/wm-menuitem.js +1 -1
- package/dist/collection/components/wm-modal/wm-modal-footer.css +185 -1
- package/dist/collection/components/wm-modal/wm-modal-footer.js +1 -1
- package/dist/collection/components/wm-modal/wm-modal-header.css +185 -1
- package/dist/collection/components/wm-modal/wm-modal-header.js +1 -1
- package/dist/collection/components/wm-modal/wm-modal.css +185 -1
- package/dist/collection/components/wm-modal/wm-modal.js +2 -2
- package/dist/collection/components/wm-modal-pss/wm-modal-pss-footer.css +185 -1
- package/dist/collection/components/wm-modal-pss/wm-modal-pss-footer.js +1 -1
- package/dist/collection/components/wm-modal-pss/wm-modal-pss-header.css +185 -1
- package/dist/collection/components/wm-modal-pss/wm-modal-pss-header.js +1 -1
- package/dist/collection/components/wm-modal-pss/wm-modal-pss.css +185 -1
- package/dist/collection/components/wm-modal-pss/wm-modal-pss.js +2 -2
- package/dist/collection/components/wm-navigation/wm-navigation-hamburger.css +185 -1
- package/dist/collection/components/wm-navigation/wm-navigation-hamburger.js +1 -1
- package/dist/collection/components/wm-navigation/wm-navigation-item.css +185 -1
- package/dist/collection/components/wm-navigation/wm-navigation-item.js +1 -1
- package/dist/collection/components/wm-navigation/wm-navigation.css +185 -1
- package/dist/collection/components/wm-navigation/wm-navigation.js +2 -2
- package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.css +185 -1
- package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.js +1 -1
- package/dist/collection/components/wm-navigator/priv-navigator-item/priv-navigator-item.css +185 -1
- package/dist/collection/components/wm-navigator/priv-navigator-item/priv-navigator-item.js +2 -2
- package/dist/collection/components/wm-navigator/wm-navigator.css +185 -1
- package/dist/collection/components/wm-pagination/wm-pagination.css +185 -1
- package/dist/collection/components/wm-pagination/wm-pagination.js +1 -1
- package/dist/collection/components/wm-search/wm-search.css +185 -1
- package/dist/collection/components/wm-search/wm-search.js +5 -4
- package/dist/collection/components/wm-snackbar/wm-snackbar.css +185 -1
- package/dist/collection/components/wm-snackbar/wm-snackbar.js +2 -2
- package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.css +185 -1
- package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.js +1 -1
- package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.css +185 -1
- package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.js +1 -1
- package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.css +185 -1
- package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.js +1 -1
- package/dist/collection/components/wm-tag-input/wm-tag-input.css +185 -1
- package/dist/collection/components/wm-tag-input/wm-tag-input.js +3 -3
- package/dist/collection/components/wm-textarea/wm-textarea.css +185 -1
- package/dist/collection/components/wm-textarea/wm-textarea.js +1 -1
- package/dist/collection/components/wm-timepicker/wm-timepicker.css +185 -1
- package/dist/collection/components/wm-timepicker/wm-timepicker.js +11 -8
- package/dist/collection/components/wm-toggletip/wm-toggletip.css +185 -1
- package/dist/collection/components/wm-toggletip/wm-toggletip.js +2 -2
- package/dist/collection/components/wm-uploader/wm-uploader.css +186 -2
- package/dist/collection/components/wm-uploader/wm-uploader.js +2 -2
- package/dist/collection/lang/missing.js +43 -43
- package/dist/collection/lang/piglatin.js +93 -93
- package/dist/{cjs/global-b5ff0a3f.js → esm/app-globals-b230941a.js} +7 -2
- package/dist/esm/{chartFunctions-3f5f0c99.js → chartFunctions-21d5a3d3.js} +4 -4
- package/dist/esm/{functions-8800c690.js → functions-f39e6177.js} +105 -8
- package/dist/esm/index-130e07bb.js +1828 -0
- package/dist/esm/{intl-b110ca8d.js → intl-dda73e98.js} +1 -1
- package/dist/esm/loader.js +5 -4
- package/dist/esm/polyfills/core-js.js +0 -0
- package/dist/esm/polyfills/dom.js +0 -0
- package/dist/esm/polyfills/es5-html-element.js +0 -0
- package/dist/esm/polyfills/index.js +0 -0
- package/dist/esm/polyfills/system.js +0 -0
- package/dist/esm/priv-calendar.entry.js +7 -6
- package/dist/esm/priv-chart-popover.entry.js +7 -6
- package/dist/esm/priv-navigator-button.entry.js +5 -4
- package/dist/esm/priv-navigator-item.entry.js +5 -4
- package/dist/esm/priv-option-list.entry.js +6 -5
- package/dist/esm/ripple.js +13 -12
- package/dist/esm/wm-action-menu_2.entry.js +10 -8
- package/dist/esm/wm-button.entry.js +6 -5
- package/dist/esm/wm-chart-slice.entry.js +1 -1
- package/dist/esm/wm-chart.entry.js +8 -7
- package/dist/esm/wm-date-range.entry.js +10 -9
- package/dist/esm/wm-datepicker.entry.js +10 -9
- package/dist/esm/wm-file-list.entry.js +5 -4
- package/dist/esm/wm-file.entry.js +10 -7
- package/dist/esm/wm-input.entry.js +7 -6
- package/dist/esm/wm-line-chart.entry.js +16 -15
- package/dist/esm/wm-modal-pss_3.entry.js +16 -13
- package/dist/esm/wm-modal_3.entry.js +16 -13
- package/dist/esm/wm-navigation_3.entry.js +16 -13
- package/dist/esm/wm-navigator.entry.js +5 -4
- package/dist/esm/wm-nested-select.entry.js +9 -8
- package/dist/esm/wm-optgroup.entry.js +6 -5
- package/dist/esm/wm-option_2.entry.js +12 -10
- package/dist/esm/wm-pagination.entry.js +6 -5
- package/dist/esm/wm-progress-indicator_3.entry.js +11 -9
- package/dist/esm/wm-search.entry.js +8 -7
- package/dist/esm/wm-snackbar.entry.js +8 -7
- package/dist/esm/wm-tab-item_3.entry.js +14 -11
- package/dist/esm/wm-tag-input.entry.js +9 -8
- package/dist/esm/wm-tag-option.entry.js +2 -2
- package/dist/esm/wm-textarea.entry.js +7 -6
- package/dist/esm/wm-timepicker.entry.js +7 -6
- package/dist/esm/wm-toggletip.entry.js +7 -6
- package/dist/esm/wm-uploader.entry.js +8 -7
- package/dist/esm/wm-wrapper.entry.js +1 -1
- package/dist/esm-es5/app-globals-b230941a.js +1 -0
- package/dist/esm-es5/chartFunctions-21d5a3d3.js +1 -0
- package/dist/esm-es5/functions-f39e6177.js +1 -0
- package/dist/esm-es5/index-130e07bb.js +1 -0
- package/dist/esm-es5/{intl-b110ca8d.js → intl-dda73e98.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-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/cdn.js +1 -2
- package/dist/loader/index.cjs.js +1 -2
- package/dist/loader/index.d.ts +3 -0
- package/dist/loader/index.es2017.js +1 -2
- package/dist/loader/index.js +1 -2
- package/dist/ripple/p-0116c06f.system.entry.js +1 -0
- package/dist/ripple/{p-65d26233.system.entry.js → p-043901ab.system.entry.js} +1 -1
- package/dist/ripple/p-0558fa69.entry.js +1 -0
- package/dist/ripple/p-05d0870f.system.entry.js +1 -0
- package/dist/ripple/p-08c4309d.system.entry.js +1 -0
- package/dist/ripple/p-0ddd48d5.entry.js +1 -0
- package/dist/ripple/p-0fe77e41.system.entry.js +1 -0
- package/dist/ripple/{p-48e09589.entry.js → p-13b1d775.entry.js} +1 -1
- package/dist/ripple/p-13e6a586.system.entry.js +1 -0
- package/dist/ripple/p-1541cd19.system.entry.js +1 -0
- package/dist/ripple/p-1f3f00b8.system.entry.js +1 -0
- package/dist/ripple/p-250ea363.entry.js +1 -0
- package/dist/ripple/p-252368d5.system.js +1 -0
- package/dist/ripple/p-29092365.entry.js +1 -0
- package/dist/ripple/p-2b88f7d3.system.entry.js +1 -0
- package/dist/ripple/p-2c705607.system.entry.js +1 -0
- package/dist/ripple/p-2f42d180.entry.js +1 -0
- package/dist/ripple/p-35171bd6.entry.js +1 -0
- package/dist/ripple/p-35b75b38.entry.js +1 -0
- package/dist/ripple/p-37b044c7.system.js +1 -0
- package/dist/ripple/p-3ae96f51.entry.js +1 -0
- package/dist/ripple/p-3c3cdda6.entry.js +1 -0
- package/dist/ripple/p-3f486eed.system.js +1 -0
- package/dist/ripple/p-4017b95c.entry.js +1 -0
- package/dist/ripple/p-406e850e.system.entry.js +1 -0
- package/dist/ripple/p-4087fc4b.entry.js +1 -0
- package/dist/ripple/p-4b878492.system.js +1 -0
- package/dist/ripple/p-54dd8a8f.entry.js +1 -0
- package/dist/ripple/p-5f001d42.entry.js +1 -0
- package/dist/ripple/p-65447b58.js +1 -0
- package/dist/ripple/p-6f1b3eb3.entry.js +1 -0
- package/dist/ripple/{p-02dc1562.js → p-73ce9af7.js} +1 -1
- package/dist/ripple/{p-b976c84b.entry.js → p-76d248e6.entry.js} +1 -1
- package/dist/ripple/p-77535286.system.entry.js +1 -0
- package/dist/ripple/p-7a25c9eb.entry.js +1 -0
- package/dist/ripple/p-7c7164d3.entry.js +1 -0
- package/dist/ripple/p-7c82beac.entry.js +1 -0
- package/dist/ripple/p-7d912ebb.entry.js +1 -0
- package/dist/ripple/{p-32bf3f5b.system.entry.js → p-823d7b4e.system.entry.js} +1 -1
- package/dist/ripple/p-82ae0450.system.entry.js +1 -0
- package/dist/ripple/p-82af03a4.entry.js +1 -0
- package/dist/ripple/p-82c2e91a.system.entry.js +1 -0
- package/dist/ripple/p-85f0743c.system.entry.js +1 -0
- package/dist/ripple/p-876fa7a1.system.entry.js +1 -0
- package/dist/ripple/p-881bff45.entry.js +1 -0
- package/dist/ripple/p-89a2db02.js +1 -0
- package/dist/ripple/p-927496a7.entry.js +1 -0
- package/dist/ripple/p-9d548987.system.entry.js +1 -0
- package/dist/ripple/p-9db300ae.system.entry.js +1 -0
- package/dist/ripple/p-a3854e5e.entry.js +1 -0
- package/dist/ripple/p-a5446fb7.system.entry.js +1 -0
- package/dist/ripple/p-a60311b7.system.entry.js +1 -0
- package/dist/ripple/p-aa959479.system.entry.js +1 -0
- package/dist/ripple/p-acafdd58.entry.js +1 -0
- package/dist/ripple/{p-ee31c799.system.js → p-b0dddc8b.system.js} +1 -1
- package/dist/ripple/p-ba2b362c.entry.js +1 -0
- package/dist/ripple/p-ba74727e.system.entry.js +1 -0
- package/dist/ripple/p-c0b71c0e.system.entry.js +1 -0
- package/dist/ripple/{p-4743176d.system.entry.js → p-c34c9cbb.system.entry.js} +1 -1
- package/dist/ripple/p-c7af6305.entry.js +1 -0
- package/dist/ripple/p-c7bc65ae.entry.js +1 -0
- package/dist/ripple/{p-88ebddd7.entry.js → p-cd0cc88d.entry.js} +1 -1
- package/dist/ripple/p-cef8a45b.system.js +2 -0
- package/dist/ripple/p-cf6bbca0.system.entry.js +1 -0
- package/dist/ripple/p-d0e4ad8c.entry.js +1 -0
- package/dist/ripple/p-d3c94e4e.entry.js +1 -0
- package/dist/ripple/p-d5d008e0.entry.js +1 -0
- package/dist/ripple/p-d944f0a7.system.entry.js +1 -0
- package/dist/ripple/p-d9da0502.js +2 -0
- package/dist/ripple/p-deb70809.system.entry.js +1 -0
- package/dist/ripple/p-e4910316.system.entry.js +1 -0
- package/dist/ripple/p-e84aa8e5.system.entry.js +1 -0
- package/dist/ripple/p-e9210de5.system.entry.js +1 -0
- package/dist/ripple/p-eb887718.entry.js +1 -0
- package/dist/ripple/p-f180efb2.system.entry.js +1 -0
- package/dist/ripple/p-f41ab9ea.js +1 -0
- package/dist/ripple/p-f4676ccb.system.entry.js +1 -0
- package/dist/ripple/p-f97bc521.entry.js +1 -0
- package/dist/ripple/p-fc525284.system.entry.js +1 -0
- package/dist/ripple/ripple.css +1 -1
- package/dist/ripple/ripple.esm.js +1 -1
- package/dist/ripple/ripple.js +1 -1
- package/dist/types/components.d.ts +6 -6
- package/dist/types/stencil-public-runtime.d.ts +3 -10
- package/package.json +1 -1
- package/dist/cjs/index-e86c28b6.js +0 -2649
- package/dist/collection/components/charts/chartFunctions.spec.js +0 -16
- package/dist/collection/components/charts/priv-chart-popover/priv-chart-popover.e2e.js +0 -81
- package/dist/collection/components/charts/screenshots.e2e.js +0 -96
- package/dist/collection/components/charts/wm-chart/wm-chart.e2e.js +0 -213
- package/dist/collection/components/charts/wm-chart/wm-chart.spec.js +0 -37
- package/dist/collection/components/charts/wm-line-chart/wm-line-chart.e2e.js +0 -176
- package/dist/collection/components/charts/wm-line-chart/wm-line-chart.spec.js +0 -163
- package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.e2e.js +0 -69
- package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.spec.js +0 -79
- package/dist/collection/components/datepickers/priv-calendar/priv-calendar.spec.js +0 -89
- package/dist/collection/components/datepickers/wm-date-range.e2e.js +0 -443
- package/dist/collection/components/datepickers/wm-date-range.spec.js +0 -22
- package/dist/collection/components/datepickers/wm-datepicker.e2e.js +0 -382
- package/dist/collection/components/datepickers/wm-datepicker.spec.js +0 -21
- package/dist/collection/components/selects/wm-option/wm-option.e2e.js +0 -22
- package/dist/collection/components/selects/wm-option/wm-option.spec.js +0 -63
- package/dist/collection/components/selects/wm-select/wm-select.e2e.js +0 -521
- package/dist/collection/components/selects/wm-select/wm-select.spec.js +0 -271
- package/dist/collection/components/wm-action-menu/wm-action-menu.e2e.js +0 -200
- package/dist/collection/components/wm-action-menu/wm-action-menu.spec.js +0 -48
- package/dist/collection/components/wm-button/wm-button.e2e.js +0 -55
- package/dist/collection/components/wm-button/wm-button.spec.js +0 -74
- package/dist/collection/components/wm-file/wm-file.spec.js +0 -194
- package/dist/collection/components/wm-file-list/wm-file-list.spec.js +0 -69
- package/dist/collection/components/wm-input/wm-input.e2e.js +0 -32
- package/dist/collection/components/wm-input/wm-input.spec.js +0 -173
- package/dist/collection/components/wm-menuitem/wm-menuitem.e2e.js +0 -23
- package/dist/collection/components/wm-menuitem/wm-menuitem.spec.js +0 -54
- package/dist/collection/components/wm-modal/wm-modal-footer.spec.js +0 -11
- package/dist/collection/components/wm-modal/wm-modal-header.spec.js +0 -8
- package/dist/collection/components/wm-modal/wm-modal.e2e.js +0 -104
- package/dist/collection/components/wm-modal/wm-modal.spec.js +0 -30
- package/dist/collection/components/wm-navigation/wm-navigation.e2e.js +0 -102
- package/dist/collection/components/wm-navigation/wm-navigation.spec.js +0 -91
- package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.e2e.js +0 -50
- package/dist/collection/components/wm-navigator/wm-navigator.e2e.js +0 -209
- package/dist/collection/components/wm-navigator/wm-navigator.spec.js +0 -177
- package/dist/collection/components/wm-pagination/wm-pagination.e2e.js +0 -312
- package/dist/collection/components/wm-search/wm-search.e2e.js +0 -76
- package/dist/collection/components/wm-search/wm-search.spec.js +0 -71
- package/dist/collection/components/wm-snackbar/wm-snackbar.e2e.js +0 -112
- package/dist/collection/components/wm-snackbar/wm-snackbar.spec.js +0 -9
- package/dist/collection/components/wm-tabs/wm-tabs.e2e.js +0 -91
- package/dist/collection/components/wm-tabs/wm-tabs.spec.js +0 -12
- package/dist/collection/components/wm-tag-input/wm-tag-input.e2e.js +0 -204
- package/dist/collection/components/wm-tag-input/wm-tag-input.spec.js +0 -195
- package/dist/collection/components/wm-textarea/wm-textarea.e2e.js +0 -41
- package/dist/collection/components/wm-textarea/wm-textarea.spec.js +0 -79
- package/dist/collection/components/wm-timepicker/wm-timepicker.e2e.js +0 -163
- package/dist/collection/components/wm-timepicker/wm-timepicker.spec.js +0 -147
- package/dist/collection/components/wm-toggletip/wm-toggletip.e2e.js +0 -69
- package/dist/collection/components/wm-toggletip/wm-toggletip.spec.js +0 -21
- package/dist/collection/components/wm-uploader/wm-uploader.e2e.js +0 -70
- package/dist/collection/components/wm-uploader/wm-uploader.spec.js +0 -234
- package/dist/collection/global/functions.spec.js +0 -126
- package/dist/collection/lang/lang.spec.js +0 -20
- package/dist/esm/index-558b5a82.js +0 -2618
- package/dist/esm-es5/chartFunctions-3f5f0c99.js +0 -1
- package/dist/esm-es5/functions-8800c690.js +0 -1
- package/dist/esm-es5/global-22b7c9ea.js +0 -1
- package/dist/esm-es5/index-558b5a82.js +0 -1
- package/dist/ripple/p-04c6d049.entry.js +0 -1
- package/dist/ripple/p-0aded1ad.system.entry.js +0 -1
- package/dist/ripple/p-10cfa4f1.system.entry.js +0 -1
- package/dist/ripple/p-1465e576.system.entry.js +0 -1
- package/dist/ripple/p-1bd2cb0c.system.entry.js +0 -1
- package/dist/ripple/p-214ae691.entry.js +0 -1
- package/dist/ripple/p-2b783e04.entry.js +0 -1
- package/dist/ripple/p-2f49268a.entry.js +0 -1
- package/dist/ripple/p-32867e2e.entry.js +0 -1
- package/dist/ripple/p-3a9a98ff.entry.js +0 -1
- package/dist/ripple/p-3e854aad.system.entry.js +0 -1
- package/dist/ripple/p-40ce8220.system.entry.js +0 -1
- package/dist/ripple/p-414032d3.entry.js +0 -1
- package/dist/ripple/p-41476faa.system.entry.js +0 -1
- package/dist/ripple/p-42bc7675.system.js +0 -1
- package/dist/ripple/p-43f68b56.system.entry.js +0 -1
- package/dist/ripple/p-4bde7781.js +0 -1
- package/dist/ripple/p-4de1777b.system.entry.js +0 -1
- package/dist/ripple/p-50010933.entry.js +0 -1
- package/dist/ripple/p-50c2bb00.entry.js +0 -1
- package/dist/ripple/p-568c595f.js +0 -2
- package/dist/ripple/p-56cdd9af.system.entry.js +0 -1
- package/dist/ripple/p-5a216138.system.entry.js +0 -1
- package/dist/ripple/p-63c226a0.system.entry.js +0 -1
- package/dist/ripple/p-64461414.entry.js +0 -1
- package/dist/ripple/p-6832410b.entry.js +0 -1
- package/dist/ripple/p-6a47a797.entry.js +0 -1
- package/dist/ripple/p-6ec29925.js +0 -1
- package/dist/ripple/p-6f18ff34.entry.js +0 -1
- package/dist/ripple/p-73e4e23a.entry.js +0 -1
- package/dist/ripple/p-78176eec.system.entry.js +0 -1
- package/dist/ripple/p-7985f04b.entry.js +0 -1
- package/dist/ripple/p-7ea2523a.system.entry.js +0 -1
- package/dist/ripple/p-84bde80d.system.entry.js +0 -1
- package/dist/ripple/p-85962691.entry.js +0 -1
- package/dist/ripple/p-98cc1aae.system.entry.js +0 -1
- package/dist/ripple/p-a118292d.entry.js +0 -1
- package/dist/ripple/p-a7e55fb6.entry.js +0 -1
- package/dist/ripple/p-a8156c34.system.js +0 -1
- package/dist/ripple/p-a9bdc8ed.entry.js +0 -1
- package/dist/ripple/p-ab254e2b.entry.js +0 -1
- package/dist/ripple/p-ab8d78cc.system.js +0 -2
- package/dist/ripple/p-b2c2245e.entry.js +0 -1
- package/dist/ripple/p-b75b811f.entry.js +0 -1
- package/dist/ripple/p-b77706d6.entry.js +0 -1
- package/dist/ripple/p-b80a3bf5.entry.js +0 -1
- package/dist/ripple/p-bca4b4b6.system.entry.js +0 -1
- package/dist/ripple/p-be22192b.system.entry.js +0 -1
- package/dist/ripple/p-cf2a23e8.system.entry.js +0 -1
- package/dist/ripple/p-cfff64c2.system.js +0 -1
- package/dist/ripple/p-d3eb9335.entry.js +0 -1
- package/dist/ripple/p-d412aa02.system.entry.js +0 -1
- package/dist/ripple/p-d6da12dc.system.entry.js +0 -1
- package/dist/ripple/p-deb96326.entry.js +0 -1
- package/dist/ripple/p-dee79f8c.system.entry.js +0 -1
- package/dist/ripple/p-df253834.system.entry.js +0 -1
- package/dist/ripple/p-e14233fd.entry.js +0 -1
- package/dist/ripple/p-e2530233.system.entry.js +0 -1
- package/dist/ripple/p-e77ac9d0.entry.js +0 -1
- package/dist/ripple/p-e963cbc7.system.entry.js +0 -1
- package/dist/ripple/p-ebe2b432.system.entry.js +0 -1
- package/dist/ripple/p-eca78c2b.js +0 -1
- package/dist/ripple/p-ecd3ac6e.system.entry.js +0 -1
- package/dist/ripple/p-edd87140.system.js +0 -1
- package/dist/ripple/p-f14d1a31.system.entry.js +0 -1
- package/dist/ripple/p-f1a400a3.system.entry.js +0 -1
- package/dist/ripple/p-f394a24f.entry.js +0 -1
- package/dist/ripple/p-f42e1ea9.entry.js +0 -1
- package/dist/ripple/p-faad130f.entry.js +0 -1
- package/dist/ripple/p-fb3d7911.system.entry.js +0 -1
- package/dist/ripple/p-ff0dba4e.system.entry.js +0 -1
|
@@ -3088,7 +3088,7 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
|
3088
3088
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
3089
3089
|
PERFORMANCE OF THIS SOFTWARE.
|
|
3090
3090
|
***************************************************************************** */
|
|
3091
|
-
/* global Reflect, Promise, SuppressedError, Symbol */
|
|
3091
|
+
/* global Reflect, Promise, SuppressedError, Symbol, Iterator */
|
|
3092
3092
|
|
|
3093
3093
|
var extendStatics = function(d, b) {
|
|
3094
3094
|
extendStatics = Object.setPrototypeOf ||
|
|
@@ -3344,7 +3344,7 @@ function parseDateTimeSkeleton(skeleton) {
|
|
|
3344
3344
|
throw new RangeError('`D/F/g` (day) patterns are not supported, use `d` instead');
|
|
3345
3345
|
// Weekday
|
|
3346
3346
|
case 'E':
|
|
3347
|
-
result.weekday = len === 4 ? '
|
|
3347
|
+
result.weekday = len === 4 ? 'long' : len === 5 ? 'narrow' : 'short';
|
|
3348
3348
|
break;
|
|
3349
3349
|
case 'e':
|
|
3350
3350
|
if (len < 4) {
|
|
@@ -3402,7 +3402,7 @@ function parseDateTimeSkeleton(skeleton) {
|
|
|
3402
3402
|
result.timeZoneName = len < 4 ? 'short' : 'long';
|
|
3403
3403
|
break;
|
|
3404
3404
|
case 'Z': // 1..3, 4, 5: The ISO8601 varios formats
|
|
3405
|
-
case 'O': // 1, 4:
|
|
3405
|
+
case 'O': // 1, 4: milliseconds in day short, long
|
|
3406
3406
|
case 'v': // 1, 4: generic non-location format
|
|
3407
3407
|
case 'V': // 1, 2, 3, 4: time zone ID or city
|
|
3408
3408
|
case 'X': // 1, 2, 3, 4: The ISO8601 varios formats
|
|
@@ -3633,6 +3633,27 @@ function parseNumberSkeleton(tokens) {
|
|
|
3633
3633
|
case 'scale':
|
|
3634
3634
|
result.scale = parseFloat(token.options[0]);
|
|
3635
3635
|
continue;
|
|
3636
|
+
case 'rounding-mode-floor':
|
|
3637
|
+
result.roundingMode = 'floor';
|
|
3638
|
+
continue;
|
|
3639
|
+
case 'rounding-mode-ceiling':
|
|
3640
|
+
result.roundingMode = 'ceil';
|
|
3641
|
+
continue;
|
|
3642
|
+
case 'rounding-mode-down':
|
|
3643
|
+
result.roundingMode = 'trunc';
|
|
3644
|
+
continue;
|
|
3645
|
+
case 'rounding-mode-up':
|
|
3646
|
+
result.roundingMode = 'expand';
|
|
3647
|
+
continue;
|
|
3648
|
+
case 'rounding-mode-half-even':
|
|
3649
|
+
result.roundingMode = 'halfEven';
|
|
3650
|
+
continue;
|
|
3651
|
+
case 'rounding-mode-half-down':
|
|
3652
|
+
result.roundingMode = 'halfTrunc';
|
|
3653
|
+
continue;
|
|
3654
|
+
case 'rounding-mode-half-up':
|
|
3655
|
+
result.roundingMode = 'halfExpand';
|
|
3656
|
+
continue;
|
|
3636
3657
|
// https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#integer-width
|
|
3637
3658
|
case 'integer-width':
|
|
3638
3659
|
if (token.options.length > 1) {
|
|
@@ -3832,6 +3853,10 @@ var timeData = {
|
|
|
3832
3853
|
"hb",
|
|
3833
3854
|
"H"
|
|
3834
3855
|
],
|
|
3856
|
+
"BI": [
|
|
3857
|
+
"H",
|
|
3858
|
+
"h"
|
|
3859
|
+
],
|
|
3835
3860
|
"BJ": [
|
|
3836
3861
|
"H",
|
|
3837
3862
|
"hB"
|
|
@@ -3881,6 +3906,10 @@ var timeData = {
|
|
|
3881
3906
|
"hb",
|
|
3882
3907
|
"hB"
|
|
3883
3908
|
],
|
|
3909
|
+
"BY": [
|
|
3910
|
+
"H",
|
|
3911
|
+
"h"
|
|
3912
|
+
],
|
|
3884
3913
|
"BZ": [
|
|
3885
3914
|
"H",
|
|
3886
3915
|
"h",
|
|
@@ -3969,6 +3998,10 @@ var timeData = {
|
|
|
3969
3998
|
"H",
|
|
3970
3999
|
"hB"
|
|
3971
4000
|
],
|
|
4001
|
+
"CW": [
|
|
4002
|
+
"H",
|
|
4003
|
+
"hB"
|
|
4004
|
+
],
|
|
3972
4005
|
"CX": [
|
|
3973
4006
|
"H",
|
|
3974
4007
|
"h",
|
|
@@ -4084,6 +4117,10 @@ var timeData = {
|
|
|
4084
4117
|
"H",
|
|
4085
4118
|
"hB"
|
|
4086
4119
|
],
|
|
4120
|
+
"FO": [
|
|
4121
|
+
"H",
|
|
4122
|
+
"h"
|
|
4123
|
+
],
|
|
4087
4124
|
"FR": [
|
|
4088
4125
|
"H",
|
|
4089
4126
|
"hB"
|
|
@@ -4129,6 +4166,10 @@ var timeData = {
|
|
|
4129
4166
|
"hb",
|
|
4130
4167
|
"hB"
|
|
4131
4168
|
],
|
|
4169
|
+
"GL": [
|
|
4170
|
+
"H",
|
|
4171
|
+
"h"
|
|
4172
|
+
],
|
|
4132
4173
|
"GM": [
|
|
4133
4174
|
"h",
|
|
4134
4175
|
"hb",
|
|
@@ -4193,6 +4234,10 @@ var timeData = {
|
|
|
4193
4234
|
"H",
|
|
4194
4235
|
"hB"
|
|
4195
4236
|
],
|
|
4237
|
+
"HU": [
|
|
4238
|
+
"H",
|
|
4239
|
+
"h"
|
|
4240
|
+
],
|
|
4196
4241
|
"IC": [
|
|
4197
4242
|
"H",
|
|
4198
4243
|
"h",
|
|
@@ -4265,8 +4310,8 @@ var timeData = {
|
|
|
4265
4310
|
],
|
|
4266
4311
|
"JP": [
|
|
4267
4312
|
"H",
|
|
4268
|
-
"
|
|
4269
|
-
"
|
|
4313
|
+
"K",
|
|
4314
|
+
"h"
|
|
4270
4315
|
],
|
|
4271
4316
|
"KE": [
|
|
4272
4317
|
"hB",
|
|
@@ -4417,6 +4462,10 @@ var timeData = {
|
|
|
4417
4462
|
"H",
|
|
4418
4463
|
"hB"
|
|
4419
4464
|
],
|
|
4465
|
+
"MG": [
|
|
4466
|
+
"H",
|
|
4467
|
+
"h"
|
|
4468
|
+
],
|
|
4420
4469
|
"MH": [
|
|
4421
4470
|
"h",
|
|
4422
4471
|
"hb",
|
|
@@ -4472,6 +4521,18 @@ var timeData = {
|
|
|
4472
4521
|
"hb",
|
|
4473
4522
|
"hB"
|
|
4474
4523
|
],
|
|
4524
|
+
"MT": [
|
|
4525
|
+
"H",
|
|
4526
|
+
"h"
|
|
4527
|
+
],
|
|
4528
|
+
"MU": [
|
|
4529
|
+
"H",
|
|
4530
|
+
"h"
|
|
4531
|
+
],
|
|
4532
|
+
"MV": [
|
|
4533
|
+
"H",
|
|
4534
|
+
"h"
|
|
4535
|
+
],
|
|
4475
4536
|
"MW": [
|
|
4476
4537
|
"h",
|
|
4477
4538
|
"hb",
|
|
@@ -4529,6 +4590,10 @@ var timeData = {
|
|
|
4529
4590
|
"H",
|
|
4530
4591
|
"hB"
|
|
4531
4592
|
],
|
|
4593
|
+
"NO": [
|
|
4594
|
+
"H",
|
|
4595
|
+
"h"
|
|
4596
|
+
],
|
|
4532
4597
|
"NP": [
|
|
4533
4598
|
"H",
|
|
4534
4599
|
"h",
|
|
@@ -4590,6 +4655,10 @@ var timeData = {
|
|
|
4590
4655
|
"hB",
|
|
4591
4656
|
"H"
|
|
4592
4657
|
],
|
|
4658
|
+
"PL": [
|
|
4659
|
+
"H",
|
|
4660
|
+
"h"
|
|
4661
|
+
],
|
|
4593
4662
|
"PM": [
|
|
4594
4663
|
"H",
|
|
4595
4664
|
"hB"
|
|
@@ -4648,6 +4717,10 @@ var timeData = {
|
|
|
4648
4717
|
"RU": [
|
|
4649
4718
|
"H"
|
|
4650
4719
|
],
|
|
4720
|
+
"RW": [
|
|
4721
|
+
"H",
|
|
4722
|
+
"h"
|
|
4723
|
+
],
|
|
4651
4724
|
"SA": [
|
|
4652
4725
|
"h",
|
|
4653
4726
|
"hB",
|
|
@@ -4780,12 +4853,24 @@ var timeData = {
|
|
|
4780
4853
|
"H",
|
|
4781
4854
|
"hB"
|
|
4782
4855
|
],
|
|
4856
|
+
"TH": [
|
|
4857
|
+
"H",
|
|
4858
|
+
"h"
|
|
4859
|
+
],
|
|
4860
|
+
"TJ": [
|
|
4861
|
+
"H",
|
|
4862
|
+
"h"
|
|
4863
|
+
],
|
|
4783
4864
|
"TL": [
|
|
4784
4865
|
"H",
|
|
4785
4866
|
"hB",
|
|
4786
4867
|
"hb",
|
|
4787
4868
|
"h"
|
|
4788
4869
|
],
|
|
4870
|
+
"TM": [
|
|
4871
|
+
"H",
|
|
4872
|
+
"h"
|
|
4873
|
+
],
|
|
4789
4874
|
"TN": [
|
|
4790
4875
|
"h",
|
|
4791
4876
|
"hB",
|
|
@@ -4881,6 +4966,10 @@ var timeData = {
|
|
|
4881
4966
|
"H",
|
|
4882
4967
|
"hB"
|
|
4883
4968
|
],
|
|
4969
|
+
"VN": [
|
|
4970
|
+
"H",
|
|
4971
|
+
"h"
|
|
4972
|
+
],
|
|
4884
4973
|
"VU": [
|
|
4885
4974
|
"h",
|
|
4886
4975
|
"H"
|
|
@@ -4920,6 +5009,10 @@ var timeData = {
|
|
|
4920
5009
|
"H",
|
|
4921
5010
|
"hB"
|
|
4922
5011
|
],
|
|
5012
|
+
"ZW": [
|
|
5013
|
+
"H",
|
|
5014
|
+
"h"
|
|
5015
|
+
],
|
|
4923
5016
|
"af-ZA": [
|
|
4924
5017
|
"H",
|
|
4925
5018
|
"h",
|
|
@@ -6823,8 +6916,8 @@ function createDefaultFormatters(cache) {
|
|
|
6823
6916
|
}
|
|
6824
6917
|
var IntlMessageFormat = /** @class */ (function () {
|
|
6825
6918
|
function IntlMessageFormat(message, locales, overrideFormats, opts) {
|
|
6826
|
-
if (locales === void 0) { locales = IntlMessageFormat.defaultLocale; }
|
|
6827
6919
|
var _this = this;
|
|
6920
|
+
if (locales === void 0) { locales = IntlMessageFormat.defaultLocale; }
|
|
6828
6921
|
this.formatterCache = {
|
|
6829
6922
|
number: {},
|
|
6830
6923
|
dateTime: {},
|
|
@@ -7561,7 +7654,6 @@ function formatRelativeTime(config, getRelativeTimeFormat, value, unit, options)
|
|
|
7561
7654
|
var NUMBER_FORMAT_OPTIONS = [
|
|
7562
7655
|
'style',
|
|
7563
7656
|
'currency',
|
|
7564
|
-
'currencyDisplay',
|
|
7565
7657
|
'unit',
|
|
7566
7658
|
'unitDisplay',
|
|
7567
7659
|
'useGrouping',
|
|
@@ -7579,6 +7671,11 @@ var NUMBER_FORMAT_OPTIONS = [
|
|
|
7579
7671
|
'unit',
|
|
7580
7672
|
'unitDisplay',
|
|
7581
7673
|
'numberingSystem',
|
|
7674
|
+
// ES2023 NumberFormat
|
|
7675
|
+
'trailingZeroDisplay',
|
|
7676
|
+
'roundingPriority',
|
|
7677
|
+
'roundingIncrement',
|
|
7678
|
+
'roundingMode',
|
|
7582
7679
|
];
|
|
7583
7680
|
function getFormatter(_a, getNumberFormat, options) {
|
|
7584
7681
|
var locale = _a.locale, formats = _a.formats, onError = _a.onError;
|
|
@@ -8322,4 +8419,4 @@ const weekdays = [
|
|
|
8322
8419
|
intl.formatMessage({ id: "date.saturday", defaultMessage: "Saturday" }),
|
|
8323
8420
|
];
|
|
8324
8421
|
|
|
8325
|
-
export { throttle as A, getContextMeasurements as B, dateFind as C, calendar_months as D, findParentWithHiddenOverflow as E, transposeMatrix as F, wrapAround as G, getSmallestSkipInterval as H, calcPercentageInRange as I, makeISO as J,
|
|
8422
|
+
export { throttle as A, getContextMeasurements as B, dateFind as C, calendar_months as D, findParentWithHiddenOverflow as E, transposeMatrix as F, wrapAround as G, getSmallestSkipInterval as H, calcPercentageInRange as I, makeISO as J, getMonthLength as K, weekdays as L, findScrollableParent as M, handleDisabledAttribute as a, triggerFormSubmit as b, checkForActiveElInShadow as c, debounce as d, safeMultiplyFloat as e, getPosition as f, generateId as g, hideTooltip as h, intl as i, dateToISO as j, shouldOpenUp as k, hasRoomRight as l, truncateText as m, snakeCaseToCamelCase as n, getNewIndexToFocus as o, shouldOpenDown as p, shouldShiftRight as q, shouldShiftLeft as r, showTooltip as s, toBool as t, measureText as u, findNext as v, findPrev as w, csvToArray as x, getTextDir as y, isElOrChild as z };
|