@watermarkinsights/ripple 5.7.0-8 → 5.7.0
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/{chartFunctions-d2a1f4c7.js → chartFunctions-995023b1.js} +3 -3
- package/dist/cjs/{functions-5ac8a62f.js → functions-e24249e6.js} +7 -104
- package/dist/{esm/app-globals-0f27630e.js → cjs/global-eddf4e56.js} +2 -7
- package/dist/cjs/index-e86c28b6.js +2649 -0
- package/dist/cjs/{intl-57d1cfd1.js → intl-5aeba788.js} +1 -1
- package/dist/cjs/loader.cjs.js +4 -5
- package/dist/cjs/priv-calendar.cjs.entry.js +5 -6
- package/dist/cjs/priv-chart-popover.cjs.entry.js +5 -6
- package/dist/cjs/priv-navigator-button.cjs.entry.js +3 -4
- package/dist/cjs/priv-navigator-item.cjs.entry.js +3 -4
- package/dist/cjs/priv-option-list.cjs.entry.js +21 -7
- package/dist/cjs/ripple.cjs.js +12 -13
- package/dist/cjs/wm-action-menu_2.cjs.entry.js +6 -8
- package/dist/cjs/wm-button.cjs.entry.js +4 -5
- package/dist/cjs/wm-chart-slice.cjs.entry.js +1 -1
- package/dist/cjs/wm-chart.cjs.entry.js +6 -7
- package/dist/cjs/wm-date-range.cjs.entry.js +8 -9
- package/dist/cjs/wm-datepicker.cjs.entry.js +8 -9
- package/dist/cjs/wm-file-list.cjs.entry.js +3 -4
- package/dist/cjs/wm-file.cjs.entry.js +4 -5
- package/dist/cjs/wm-input.cjs.entry.js +5 -6
- package/dist/cjs/wm-line-chart.cjs.entry.js +14 -15
- package/dist/cjs/wm-modal-pss_3.cjs.entry.js +28 -30
- package/dist/cjs/wm-modal_3.cjs.entry.js +10 -13
- package/dist/cjs/wm-navigation_3.cjs.entry.js +10 -13
- package/dist/cjs/wm-navigator.cjs.entry.js +3 -4
- package/dist/cjs/wm-nested-select.cjs.entry.js +29 -21
- package/dist/cjs/wm-optgroup.cjs.entry.js +4 -5
- package/dist/cjs/wm-option_2.cjs.entry.js +9 -11
- package/dist/cjs/wm-pagination.cjs.entry.js +4 -5
- package/dist/cjs/wm-progress-indicator_3.cjs.entry.js +7 -9
- package/dist/cjs/wm-search.cjs.entry.js +6 -7
- package/dist/cjs/wm-snackbar.cjs.entry.js +6 -7
- package/dist/cjs/wm-tab-item_3.cjs.entry.js +8 -11
- package/dist/cjs/wm-tag-input.cjs.entry.js +7 -8
- package/dist/cjs/wm-tag-option.cjs.entry.js +2 -2
- package/dist/cjs/wm-textarea.cjs.entry.js +5 -6
- package/dist/cjs/wm-timepicker.cjs.entry.js +5 -6
- package/dist/cjs/wm-toggletip.cjs.entry.js +5 -6
- package/dist/cjs/wm-uploader.cjs.entry.js +6 -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 +1 -1
- package/dist/collection/components/charts/chartFunctions.spec.js +16 -0
- package/dist/collection/components/charts/priv-chart-popover/priv-chart-popover.e2e.js +81 -0
- package/dist/collection/components/charts/priv-chart-popover/priv-chart-popover.js +2 -2
- package/dist/collection/components/charts/screenshots.e2e.js +96 -0
- package/dist/collection/components/charts/wm-chart/wm-chart.e2e.js +213 -0
- package/dist/collection/components/charts/wm-chart/wm-chart.js +1 -1
- package/dist/collection/components/charts/wm-chart/wm-chart.spec.js +37 -0
- package/dist/collection/components/charts/wm-line-chart/wm-line-chart.e2e.js +176 -0
- package/dist/collection/components/charts/wm-line-chart/wm-line-chart.js +9 -9
- package/dist/collection/components/charts/wm-line-chart/wm-line-chart.spec.js +163 -0
- 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.e2e.js +69 -0
- package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.js +1 -1
- package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.spec.js +79 -0
- package/dist/collection/components/datepickers/priv-calendar/priv-calendar.js +2 -2
- package/dist/collection/components/datepickers/priv-calendar/priv-calendar.spec.js +89 -0
- package/dist/collection/components/datepickers/wm-date-range.e2e.js +443 -0
- package/dist/collection/components/datepickers/wm-date-range.js +13 -17
- package/dist/collection/components/datepickers/wm-date-range.spec.js +22 -0
- package/dist/collection/components/datepickers/wm-datepicker.e2e.js +382 -0
- package/dist/collection/components/datepickers/wm-datepicker.js +13 -17
- package/dist/collection/components/datepickers/wm-datepicker.spec.js +21 -0
- package/dist/collection/components/selects/priv-option-list/priv-option-list.css +26 -6
- package/dist/collection/components/selects/priv-option-list/priv-option-list.js +21 -8
- package/dist/collection/components/selects/wm-nested-select/wm-nested-select.css +5 -5
- package/dist/collection/components/selects/wm-nested-select/wm-nested-select.js +26 -16
- package/dist/collection/components/selects/wm-optgroup/wm-optgroup.js +1 -1
- package/dist/collection/components/selects/wm-option/wm-option.e2e.js +22 -0
- package/dist/collection/components/selects/wm-option/wm-option.js +1 -1
- package/dist/collection/components/selects/wm-option/wm-option.spec.js +63 -0
- package/dist/collection/components/selects/wm-select/wm-select.css +3 -3
- package/dist/collection/components/selects/wm-select/wm-select.e2e.js +521 -0
- package/dist/collection/components/selects/wm-select/wm-select.js +2 -2
- package/dist/collection/components/selects/wm-select/wm-select.spec.js +271 -0
- package/dist/collection/components/wm-action-menu/wm-action-menu.e2e.js +200 -0
- package/dist/collection/components/wm-action-menu/wm-action-menu.js +1 -1
- package/dist/collection/components/wm-action-menu/wm-action-menu.spec.js +48 -0
- package/dist/collection/components/wm-button/wm-button.e2e.js +55 -0
- package/dist/collection/components/wm-button/wm-button.js +1 -1
- package/dist/collection/components/wm-button/wm-button.spec.js +74 -0
- package/dist/collection/components/wm-file/wm-file.js +1 -1
- package/dist/collection/components/wm-file/wm-file.spec.js +194 -0
- package/dist/collection/components/wm-file-list/wm-file-list.js +1 -1
- package/dist/collection/components/wm-file-list/wm-file-list.spec.js +69 -0
- package/dist/collection/components/wm-input/wm-input.e2e.js +32 -0
- package/dist/collection/components/wm-input/wm-input.js +1 -1
- package/dist/collection/components/wm-input/wm-input.spec.js +173 -0
- package/dist/collection/components/wm-menuitem/wm-menuitem.e2e.js +23 -0
- package/dist/collection/components/wm-menuitem/wm-menuitem.js +1 -1
- package/dist/collection/components/wm-menuitem/wm-menuitem.spec.js +54 -0
- package/dist/collection/components/wm-modal/wm-modal-footer.js +1 -1
- package/dist/collection/components/wm-modal/wm-modal-footer.spec.js +11 -0
- package/dist/collection/components/wm-modal/wm-modal-header.js +1 -1
- package/dist/collection/components/wm-modal/wm-modal-header.spec.js +8 -0
- package/dist/collection/components/wm-modal/wm-modal.e2e.js +104 -0
- package/dist/collection/components/wm-modal/wm-modal.js +2 -2
- package/dist/collection/components/wm-modal/wm-modal.spec.js +30 -0
- package/dist/collection/components/wm-modal-pss/wm-modal-pss-footer.css +12 -0
- package/dist/collection/components/wm-modal-pss/wm-modal-pss-footer.js +2 -2
- package/dist/collection/components/wm-modal-pss/wm-modal-pss-header.css +12 -0
- package/dist/collection/components/wm-modal-pss/wm-modal-pss-header.js +3 -2
- package/dist/collection/components/wm-modal-pss/wm-modal-pss.css +16 -2
- package/dist/collection/components/wm-modal-pss/wm-modal-pss.js +14 -13
- package/dist/collection/components/wm-navigation/wm-navigation-hamburger.js +1 -1
- package/dist/collection/components/wm-navigation/wm-navigation-item.js +1 -1
- package/dist/collection/components/wm-navigation/wm-navigation.e2e.js +102 -0
- package/dist/collection/components/wm-navigation/wm-navigation.js +2 -2
- package/dist/collection/components/wm-navigation/wm-navigation.spec.js +91 -0
- package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.e2e.js +50 -0
- 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.js +1 -1
- package/dist/collection/components/wm-navigator/wm-navigator.e2e.js +209 -0
- package/dist/collection/components/wm-navigator/wm-navigator.spec.js +177 -0
- package/dist/collection/components/wm-pagination/wm-pagination.e2e.js +312 -0
- package/dist/collection/components/wm-pagination/wm-pagination.js +1 -1
- package/dist/collection/components/wm-search/wm-search.e2e.js +76 -0
- package/dist/collection/components/wm-search/wm-search.js +4 -5
- package/dist/collection/components/wm-search/wm-search.spec.js +71 -0
- package/dist/collection/components/wm-snackbar/wm-snackbar.e2e.js +112 -0
- package/dist/collection/components/wm-snackbar/wm-snackbar.js +2 -2
- package/dist/collection/components/wm-snackbar/wm-snackbar.spec.js +9 -0
- 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.js +1 -1
- package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.js +1 -1
- package/dist/collection/components/wm-tabs/wm-tabs.e2e.js +91 -0
- package/dist/collection/components/wm-tabs/wm-tabs.spec.js +12 -0
- package/dist/collection/components/wm-tag-input/wm-tag-input.e2e.js +204 -0
- package/dist/collection/components/wm-tag-input/wm-tag-input.js +3 -3
- package/dist/collection/components/wm-tag-input/wm-tag-input.spec.js +195 -0
- package/dist/collection/components/wm-textarea/wm-textarea.e2e.js +41 -0
- package/dist/collection/components/wm-textarea/wm-textarea.js +1 -1
- package/dist/collection/components/wm-textarea/wm-textarea.spec.js +79 -0
- package/dist/collection/components/wm-timepicker/wm-timepicker.e2e.js +163 -0
- package/dist/collection/components/wm-timepicker/wm-timepicker.js +8 -11
- package/dist/collection/components/wm-timepicker/wm-timepicker.spec.js +147 -0
- package/dist/collection/components/wm-toggletip/wm-toggletip.e2e.js +69 -0
- package/dist/collection/components/wm-toggletip/wm-toggletip.js +2 -2
- package/dist/collection/components/wm-toggletip/wm-toggletip.spec.js +21 -0
- package/dist/collection/components/wm-uploader/wm-uploader.e2e.js +70 -0
- package/dist/collection/components/wm-uploader/wm-uploader.js +2 -2
- package/dist/collection/components/wm-uploader/wm-uploader.spec.js +234 -0
- package/dist/collection/dev/pss-modal.js +8 -0
- package/dist/collection/dev/scripts.js +12 -15
- package/dist/collection/global/functions.spec.js +126 -0
- package/dist/collection/lang/lang.spec.js +20 -0
- package/dist/esm/{chartFunctions-6666ced3.js → chartFunctions-34f19953.js} +3 -3
- package/dist/esm/{functions-03966124.js → functions-8800c690.js} +8 -105
- package/dist/{cjs/app-globals-1f689ab3.js → esm/global-e7316cfe.js} +1 -10
- package/dist/esm/index-558b5a82.js +2618 -0
- package/dist/esm/{intl-2fa0087c.js → intl-b110ca8d.js} +1 -1
- package/dist/esm/loader.js +5 -6
- package/dist/esm/priv-calendar.entry.js +5 -6
- package/dist/esm/priv-chart-popover.entry.js +5 -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 +21 -7
- package/dist/esm/ripple.js +13 -14
- package/dist/esm/wm-action-menu_2.entry.js +6 -8
- package/dist/esm/wm-button.entry.js +4 -5
- package/dist/esm/wm-chart-slice.entry.js +1 -1
- package/dist/esm/wm-chart.entry.js +6 -7
- package/dist/esm/wm-date-range.entry.js +8 -9
- package/dist/esm/wm-datepicker.entry.js +8 -9
- package/dist/esm/wm-file-list.entry.js +3 -4
- package/dist/esm/wm-file.entry.js +4 -5
- package/dist/esm/wm-input.entry.js +5 -6
- package/dist/esm/wm-line-chart.entry.js +14 -15
- package/dist/esm/wm-modal-pss_3.entry.js +26 -28
- package/dist/esm/wm-modal_3.entry.js +10 -13
- package/dist/esm/wm-navigation_3.entry.js +10 -13
- package/dist/esm/wm-navigator.entry.js +3 -4
- package/dist/esm/wm-nested-select.entry.js +29 -21
- package/dist/esm/wm-optgroup.entry.js +4 -5
- package/dist/esm/wm-option_2.entry.js +9 -11
- package/dist/esm/wm-pagination.entry.js +4 -5
- package/dist/esm/wm-progress-indicator_3.entry.js +7 -9
- package/dist/esm/wm-search.entry.js +6 -7
- package/dist/esm/wm-snackbar.entry.js +6 -7
- package/dist/esm/wm-tab-item_3.entry.js +8 -11
- package/dist/esm/wm-tag-input.entry.js +7 -8
- package/dist/esm/wm-tag-option.entry.js +2 -2
- package/dist/esm/wm-textarea.entry.js +5 -6
- package/dist/esm/wm-timepicker.entry.js +5 -6
- package/dist/esm/wm-toggletip.entry.js +5 -6
- package/dist/esm/wm-uploader.entry.js +6 -7
- package/dist/esm/wm-wrapper.entry.js +1 -1
- package/dist/esm-es5/{chartFunctions-6666ced3.js → chartFunctions-34f19953.js} +1 -1
- package/dist/esm-es5/functions-8800c690.js +1 -0
- package/dist/esm-es5/global-e7316cfe.js +1 -0
- package/dist/esm-es5/index-558b5a82.js +1 -0
- package/dist/esm-es5/{intl-2fa0087c.js → intl-b110ca8d.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 +2 -1
- package/dist/loader/index.cjs.js +2 -1
- package/dist/loader/index.d.ts +0 -3
- package/dist/loader/index.es2017.js +2 -1
- package/dist/loader/index.js +2 -1
- package/dist/ripple/p-021ff5fa.system.entry.js +1 -0
- package/dist/ripple/{p-b4e4479b.js → p-02dc1562.js} +1 -1
- package/dist/ripple/{p-e2910f91.system.entry.js → p-037bf5c7.system.entry.js} +1 -1
- package/dist/ripple/p-04d5e7d7.entry.js +1 -0
- package/dist/ripple/p-0eea8fd3.system.entry.js +1 -0
- package/dist/ripple/p-0faf7ef9.system.entry.js +1 -0
- package/dist/ripple/p-10745cf2.system.js +1 -0
- package/dist/ripple/{p-b47aa85a.entry.js → p-13cc92e7.entry.js} +1 -1
- package/dist/ripple/p-1618709f.entry.js +1 -0
- package/dist/ripple/p-1c7201d1.entry.js +1 -0
- package/dist/ripple/{p-6bb9402a.system.entry.js → p-2520d947.system.entry.js} +1 -1
- package/dist/ripple/p-29f41fea.system.entry.js +1 -0
- package/dist/ripple/p-2c028fe2.entry.js +1 -0
- package/dist/ripple/{p-236ee735.system.entry.js → p-2f565d7a.system.entry.js} +1 -1
- package/dist/ripple/p-311923b2.system.entry.js +1 -0
- package/dist/ripple/p-31b587a3.entry.js +1 -0
- package/dist/ripple/p-3212fd0e.entry.js +1 -0
- package/dist/ripple/{p-823d7b4e.system.entry.js → p-32bf3f5b.system.entry.js} +1 -1
- package/dist/ripple/p-34d80f95.entry.js +1 -0
- package/dist/ripple/p-37649315.entry.js +1 -0
- package/dist/ripple/p-38509918.system.entry.js +1 -0
- package/dist/ripple/p-3aca84d7.entry.js +1 -0
- package/dist/ripple/p-3bb1f795.system.entry.js +1 -0
- package/dist/ripple/{p-094883e1.system.js → p-4378b6b9.system.js} +1 -1
- package/dist/ripple/p-43b03ad8.system.entry.js +1 -0
- package/dist/ripple/{p-664dc79d.system.entry.js → p-4743176d.system.entry.js} +1 -1
- package/dist/ripple/{p-13b1d775.entry.js → p-48e09589.entry.js} +1 -1
- package/dist/ripple/{p-4fa245d4.system.entry.js → p-4c5606da.system.entry.js} +1 -1
- package/dist/ripple/p-5360487b.js +1 -0
- package/dist/ripple/p-54d7688a.entry.js +1 -0
- package/dist/ripple/p-568c595f.js +2 -0
- package/dist/ripple/{p-785fda3d.js → p-5943c8b1.js} +1 -1
- package/dist/ripple/p-5ea1c7a6.entry.js +1 -0
- package/dist/ripple/p-5eb02aa9.system.entry.js +1 -0
- package/dist/ripple/p-6025efee.system.entry.js +1 -0
- package/dist/ripple/{p-043901ab.system.entry.js → p-65d26233.system.entry.js} +1 -1
- package/dist/ripple/p-6692b5a6.entry.js +1 -0
- package/dist/ripple/{p-60206085.system.entry.js → p-6a4c59e0.system.entry.js} +1 -1
- package/dist/ripple/{p-524f0531.entry.js → p-6ad695a5.entry.js} +1 -1
- package/dist/ripple/p-6d2122b9.entry.js +1 -0
- package/dist/ripple/p-6eb50cc3.system.entry.js +1 -0
- package/dist/ripple/p-72c22a55.entry.js +1 -0
- package/dist/ripple/{p-26e42263.system.entry.js → p-7906a797.system.entry.js} +1 -1
- package/dist/ripple/p-7b982ba8.system.entry.js +1 -0
- package/dist/ripple/p-7e4866c3.entry.js +1 -0
- package/dist/ripple/p-870cf4ef.entry.js +1 -0
- package/dist/ripple/{p-cd0cc88d.entry.js → p-88ebddd7.entry.js} +1 -1
- package/dist/ripple/p-8f217fb1.entry.js +1 -0
- package/dist/ripple/p-90261a03.system.entry.js +1 -0
- package/dist/ripple/p-902a54c5.entry.js +1 -0
- package/dist/ripple/p-9a2cf94c.system.entry.js +1 -0
- package/dist/ripple/p-9fccdac8.system.entry.js +1 -0
- package/dist/ripple/p-a4061c96.system.js +1 -0
- package/dist/ripple/p-ab8d78cc.system.js +2 -0
- package/dist/ripple/p-ade3d9a9.entry.js +1 -0
- package/dist/ripple/p-ae4c8481.system.entry.js +1 -0
- package/dist/ripple/{p-dba15615.entry.js → p-b01d022f.entry.js} +1 -1
- package/dist/ripple/p-b0e099f8.entry.js +1 -0
- package/dist/ripple/p-b19ea29e.entry.js +1 -0
- package/dist/ripple/{p-2c70503a.entry.js → p-b3114a58.entry.js} +1 -1
- package/dist/ripple/{p-da3e143d.entry.js → p-b976c84b.entry.js} +1 -1
- package/dist/ripple/p-c2657183.entry.js +1 -0
- package/dist/ripple/{p-0ba0c194.system.entry.js → p-c39a3951.system.entry.js} +1 -1
- package/dist/ripple/p-c885c7f9.entry.js +1 -0
- package/dist/ripple/p-c9543950.system.entry.js +1 -0
- package/dist/ripple/p-cbd2473d.system.entry.js +1 -0
- package/dist/ripple/p-cedfcf23.entry.js +1 -0
- package/dist/ripple/p-d824406e.system.entry.js +1 -0
- package/dist/ripple/p-dd26ae24.system.entry.js +1 -0
- package/dist/ripple/p-dd76bf0a.system.entry.js +1 -0
- package/dist/ripple/p-e28671cd.system.entry.js +1 -0
- package/dist/ripple/{p-4b29da45.entry.js → p-e4ff7200.entry.js} +1 -1
- package/dist/ripple/p-e53b6f7c.entry.js +1 -0
- package/dist/ripple/p-eca78c2b.js +1 -0
- package/dist/ripple/p-edd87140.system.js +1 -0
- package/dist/ripple/{p-b8a3612c.system.js → p-ee31c799.system.js} +1 -1
- package/dist/ripple/{p-9511f0c3.entry.js → p-f05e38b1.entry.js} +1 -1
- package/dist/ripple/p-f367f027.system.entry.js +1 -0
- package/dist/ripple/{p-f573e60c.system.entry.js → p-f9d26f8b.system.entry.js} +1 -1
- package/dist/ripple/ripple.esm.js +1 -1
- package/dist/ripple/ripple.js +1 -1
- package/dist/types/components/selects/priv-option-list/priv-option-list.d.ts +1 -0
- package/dist/types/components/selects/wm-nested-select/wm-nested-select.d.ts +3 -0
- package/dist/types/components/wm-modal-pss/wm-modal-pss-footer.d.ts +1 -1
- package/dist/types/components/wm-modal-pss/wm-modal-pss-header.d.ts +1 -1
- package/dist/types/components/wm-modal-pss/wm-modal-pss.d.ts +1 -1
- package/dist/types/stencil-public-runtime.d.ts +10 -3
- package/package.json +1 -1
- package/dist/cjs/index-788526f5.js +0 -1859
- package/dist/esm/index-130e07bb.js +0 -1828
- package/dist/esm-es5/app-globals-0f27630e.js +0 -1
- package/dist/esm-es5/functions-03966124.js +0 -1
- package/dist/esm-es5/index-130e07bb.js +0 -1
- package/dist/ripple/p-04c5af17.entry.js +0 -1
- package/dist/ripple/p-1073ab75.system.entry.js +0 -1
- package/dist/ripple/p-1344f4d2.entry.js +0 -1
- package/dist/ripple/p-202cc2fe.system.js +0 -1
- package/dist/ripple/p-2261e8d4.entry.js +0 -1
- package/dist/ripple/p-2300c07b.entry.js +0 -1
- package/dist/ripple/p-2716532e.system.entry.js +0 -1
- package/dist/ripple/p-2903ce15.system.entry.js +0 -1
- package/dist/ripple/p-30f148a7.entry.js +0 -1
- package/dist/ripple/p-39484b51.system.entry.js +0 -1
- package/dist/ripple/p-3e7e6493.system.entry.js +0 -1
- package/dist/ripple/p-4fae07d6.entry.js +0 -1
- package/dist/ripple/p-563f37e8.entry.js +0 -1
- package/dist/ripple/p-5a2431e1.system.entry.js +0 -1
- package/dist/ripple/p-60cb3adc.entry.js +0 -1
- package/dist/ripple/p-618b27e6.entry.js +0 -1
- package/dist/ripple/p-62bb8827.system.entry.js +0 -1
- package/dist/ripple/p-695391a9.system.entry.js +0 -1
- package/dist/ripple/p-6d9acebc.system.entry.js +0 -1
- package/dist/ripple/p-7136efd0.entry.js +0 -1
- package/dist/ripple/p-79979fb1.entry.js +0 -1
- package/dist/ripple/p-7c2846e4.system.entry.js +0 -1
- package/dist/ripple/p-7f162296.system.entry.js +0 -1
- package/dist/ripple/p-7fba9e61.system.entry.js +0 -1
- package/dist/ripple/p-877d35f8.system.entry.js +0 -1
- package/dist/ripple/p-89a862ae.system.entry.js +0 -1
- package/dist/ripple/p-8ef8c943.system.entry.js +0 -1
- package/dist/ripple/p-9062cb9a.entry.js +0 -1
- package/dist/ripple/p-a6466fd1.entry.js +0 -1
- package/dist/ripple/p-ae2b2056.entry.js +0 -1
- package/dist/ripple/p-afa807a5.entry.js +0 -1
- package/dist/ripple/p-b5e7db7f.system.entry.js +0 -1
- package/dist/ripple/p-b8e97d05.system.js +0 -1
- package/dist/ripple/p-b9a8d85b.entry.js +0 -1
- package/dist/ripple/p-bbcc61cf.entry.js +0 -1
- package/dist/ripple/p-c0ccce22.system.entry.js +0 -1
- package/dist/ripple/p-c499cfaf.entry.js +0 -1
- package/dist/ripple/p-c61b29cd.system.entry.js +0 -1
- package/dist/ripple/p-c94976c8.system.entry.js +0 -1
- package/dist/ripple/p-cef8a45b.system.js +0 -2
- package/dist/ripple/p-d307a2d5.system.entry.js +0 -1
- package/dist/ripple/p-d9da0502.js +0 -2
- package/dist/ripple/p-dd23c135.entry.js +0 -1
- package/dist/ripple/p-ded71900.entry.js +0 -1
- package/dist/ripple/p-dfcf2302.system.js +0 -1
- package/dist/ripple/p-e4c40125.js +0 -1
- package/dist/ripple/p-e5f7fbe7.js +0 -1
- package/dist/ripple/p-eaf16578.system.entry.js +0 -1
- package/dist/ripple/p-ed2f0946.entry.js +0 -1
- package/dist/ripple/p-f78d5bc3.entry.js +0 -1
- package/dist/ripple/p-f9df9765.system.entry.js +0 -1
- package/dist/ripple/p-faae9ebb.entry.js +0 -1
- package/dist/ripple/p-fada6923.entry.js +0 -1
- package/dist/ripple/p-fe6522b9.entry.js +0 -1
- package/dist/ripple/p-ff74ec46.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 */
|
|
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 ? 'short' : 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: miliseconds 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,27 +3633,6 @@ 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;
|
|
3657
3636
|
// https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#integer-width
|
|
3658
3637
|
case 'integer-width':
|
|
3659
3638
|
if (token.options.length > 1) {
|
|
@@ -3853,10 +3832,6 @@ var timeData = {
|
|
|
3853
3832
|
"hb",
|
|
3854
3833
|
"H"
|
|
3855
3834
|
],
|
|
3856
|
-
"BI": [
|
|
3857
|
-
"H",
|
|
3858
|
-
"h"
|
|
3859
|
-
],
|
|
3860
3835
|
"BJ": [
|
|
3861
3836
|
"H",
|
|
3862
3837
|
"hB"
|
|
@@ -3906,10 +3881,6 @@ var timeData = {
|
|
|
3906
3881
|
"hb",
|
|
3907
3882
|
"hB"
|
|
3908
3883
|
],
|
|
3909
|
-
"BY": [
|
|
3910
|
-
"H",
|
|
3911
|
-
"h"
|
|
3912
|
-
],
|
|
3913
3884
|
"BZ": [
|
|
3914
3885
|
"H",
|
|
3915
3886
|
"h",
|
|
@@ -3998,10 +3969,6 @@ var timeData = {
|
|
|
3998
3969
|
"H",
|
|
3999
3970
|
"hB"
|
|
4000
3971
|
],
|
|
4001
|
-
"CW": [
|
|
4002
|
-
"H",
|
|
4003
|
-
"hB"
|
|
4004
|
-
],
|
|
4005
3972
|
"CX": [
|
|
4006
3973
|
"H",
|
|
4007
3974
|
"h",
|
|
@@ -4117,10 +4084,6 @@ var timeData = {
|
|
|
4117
4084
|
"H",
|
|
4118
4085
|
"hB"
|
|
4119
4086
|
],
|
|
4120
|
-
"FO": [
|
|
4121
|
-
"H",
|
|
4122
|
-
"h"
|
|
4123
|
-
],
|
|
4124
4087
|
"FR": [
|
|
4125
4088
|
"H",
|
|
4126
4089
|
"hB"
|
|
@@ -4166,10 +4129,6 @@ var timeData = {
|
|
|
4166
4129
|
"hb",
|
|
4167
4130
|
"hB"
|
|
4168
4131
|
],
|
|
4169
|
-
"GL": [
|
|
4170
|
-
"H",
|
|
4171
|
-
"h"
|
|
4172
|
-
],
|
|
4173
4132
|
"GM": [
|
|
4174
4133
|
"h",
|
|
4175
4134
|
"hb",
|
|
@@ -4234,10 +4193,6 @@ var timeData = {
|
|
|
4234
4193
|
"H",
|
|
4235
4194
|
"hB"
|
|
4236
4195
|
],
|
|
4237
|
-
"HU": [
|
|
4238
|
-
"H",
|
|
4239
|
-
"h"
|
|
4240
|
-
],
|
|
4241
4196
|
"IC": [
|
|
4242
4197
|
"H",
|
|
4243
4198
|
"h",
|
|
@@ -4310,8 +4265,8 @@ var timeData = {
|
|
|
4310
4265
|
],
|
|
4311
4266
|
"JP": [
|
|
4312
4267
|
"H",
|
|
4313
|
-
"
|
|
4314
|
-
"
|
|
4268
|
+
"h",
|
|
4269
|
+
"K"
|
|
4315
4270
|
],
|
|
4316
4271
|
"KE": [
|
|
4317
4272
|
"hB",
|
|
@@ -4462,10 +4417,6 @@ var timeData = {
|
|
|
4462
4417
|
"H",
|
|
4463
4418
|
"hB"
|
|
4464
4419
|
],
|
|
4465
|
-
"MG": [
|
|
4466
|
-
"H",
|
|
4467
|
-
"h"
|
|
4468
|
-
],
|
|
4469
4420
|
"MH": [
|
|
4470
4421
|
"h",
|
|
4471
4422
|
"hb",
|
|
@@ -4521,18 +4472,6 @@ var timeData = {
|
|
|
4521
4472
|
"hb",
|
|
4522
4473
|
"hB"
|
|
4523
4474
|
],
|
|
4524
|
-
"MT": [
|
|
4525
|
-
"H",
|
|
4526
|
-
"h"
|
|
4527
|
-
],
|
|
4528
|
-
"MU": [
|
|
4529
|
-
"H",
|
|
4530
|
-
"h"
|
|
4531
|
-
],
|
|
4532
|
-
"MV": [
|
|
4533
|
-
"H",
|
|
4534
|
-
"h"
|
|
4535
|
-
],
|
|
4536
4475
|
"MW": [
|
|
4537
4476
|
"h",
|
|
4538
4477
|
"hb",
|
|
@@ -4590,10 +4529,6 @@ var timeData = {
|
|
|
4590
4529
|
"H",
|
|
4591
4530
|
"hB"
|
|
4592
4531
|
],
|
|
4593
|
-
"NO": [
|
|
4594
|
-
"H",
|
|
4595
|
-
"h"
|
|
4596
|
-
],
|
|
4597
4532
|
"NP": [
|
|
4598
4533
|
"H",
|
|
4599
4534
|
"h",
|
|
@@ -4655,10 +4590,6 @@ var timeData = {
|
|
|
4655
4590
|
"hB",
|
|
4656
4591
|
"H"
|
|
4657
4592
|
],
|
|
4658
|
-
"PL": [
|
|
4659
|
-
"H",
|
|
4660
|
-
"h"
|
|
4661
|
-
],
|
|
4662
4593
|
"PM": [
|
|
4663
4594
|
"H",
|
|
4664
4595
|
"hB"
|
|
@@ -4717,10 +4648,6 @@ var timeData = {
|
|
|
4717
4648
|
"RU": [
|
|
4718
4649
|
"H"
|
|
4719
4650
|
],
|
|
4720
|
-
"RW": [
|
|
4721
|
-
"H",
|
|
4722
|
-
"h"
|
|
4723
|
-
],
|
|
4724
4651
|
"SA": [
|
|
4725
4652
|
"h",
|
|
4726
4653
|
"hB",
|
|
@@ -4853,24 +4780,12 @@ var timeData = {
|
|
|
4853
4780
|
"H",
|
|
4854
4781
|
"hB"
|
|
4855
4782
|
],
|
|
4856
|
-
"TH": [
|
|
4857
|
-
"H",
|
|
4858
|
-
"h"
|
|
4859
|
-
],
|
|
4860
|
-
"TJ": [
|
|
4861
|
-
"H",
|
|
4862
|
-
"h"
|
|
4863
|
-
],
|
|
4864
4783
|
"TL": [
|
|
4865
4784
|
"H",
|
|
4866
4785
|
"hB",
|
|
4867
4786
|
"hb",
|
|
4868
4787
|
"h"
|
|
4869
4788
|
],
|
|
4870
|
-
"TM": [
|
|
4871
|
-
"H",
|
|
4872
|
-
"h"
|
|
4873
|
-
],
|
|
4874
4789
|
"TN": [
|
|
4875
4790
|
"h",
|
|
4876
4791
|
"hB",
|
|
@@ -4966,10 +4881,6 @@ var timeData = {
|
|
|
4966
4881
|
"H",
|
|
4967
4882
|
"hB"
|
|
4968
4883
|
],
|
|
4969
|
-
"VN": [
|
|
4970
|
-
"H",
|
|
4971
|
-
"h"
|
|
4972
|
-
],
|
|
4973
4884
|
"VU": [
|
|
4974
4885
|
"h",
|
|
4975
4886
|
"H"
|
|
@@ -5009,10 +4920,6 @@ var timeData = {
|
|
|
5009
4920
|
"H",
|
|
5010
4921
|
"hB"
|
|
5011
4922
|
],
|
|
5012
|
-
"ZW": [
|
|
5013
|
-
"H",
|
|
5014
|
-
"h"
|
|
5015
|
-
],
|
|
5016
4923
|
"af-ZA": [
|
|
5017
4924
|
"H",
|
|
5018
4925
|
"h",
|
|
@@ -6916,8 +6823,8 @@ function createDefaultFormatters(cache) {
|
|
|
6916
6823
|
}
|
|
6917
6824
|
var IntlMessageFormat = /** @class */ (function () {
|
|
6918
6825
|
function IntlMessageFormat(message, locales, overrideFormats, opts) {
|
|
6919
|
-
var _this = this;
|
|
6920
6826
|
if (locales === void 0) { locales = IntlMessageFormat.defaultLocale; }
|
|
6827
|
+
var _this = this;
|
|
6921
6828
|
this.formatterCache = {
|
|
6922
6829
|
number: {},
|
|
6923
6830
|
dateTime: {},
|
|
@@ -7654,6 +7561,7 @@ function formatRelativeTime(config, getRelativeTimeFormat, value, unit, options)
|
|
|
7654
7561
|
var NUMBER_FORMAT_OPTIONS = [
|
|
7655
7562
|
'style',
|
|
7656
7563
|
'currency',
|
|
7564
|
+
'currencyDisplay',
|
|
7657
7565
|
'unit',
|
|
7658
7566
|
'unitDisplay',
|
|
7659
7567
|
'useGrouping',
|
|
@@ -7671,11 +7579,6 @@ var NUMBER_FORMAT_OPTIONS = [
|
|
|
7671
7579
|
'unit',
|
|
7672
7580
|
'unitDisplay',
|
|
7673
7581
|
'numberingSystem',
|
|
7674
|
-
// ES2023 NumberFormat
|
|
7675
|
-
'trailingZeroDisplay',
|
|
7676
|
-
'roundingPriority',
|
|
7677
|
-
'roundingIncrement',
|
|
7678
|
-
'roundingMode',
|
|
7679
7582
|
];
|
|
7680
7583
|
function getFormatter(_a, getNumberFormat, options) {
|
|
7681
7584
|
var locale = _a.locale, formats = _a.formats, onError = _a.onError;
|
|
@@ -8419,4 +8322,4 @@ const weekdays = [
|
|
|
8419
8322
|
intl.formatMessage({ id: "date.saturday", defaultMessage: "Saturday" }),
|
|
8420
8323
|
];
|
|
8421
8324
|
|
|
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,
|
|
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, weekdays as K, getMonthLength 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 };
|
|
@@ -1,8 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
require('./index-788526f5.js');
|
|
4
|
-
|
|
5
|
-
const version = "5.7.0-8";
|
|
1
|
+
const version = "5.7.0";
|
|
6
2
|
|
|
7
3
|
// PRINT RIPPLE VERSION IN CONSOLE
|
|
8
4
|
// test envs return 0 for plugin.length
|
|
@@ -85,8 +81,3 @@ tooltipStyles.textContent = `
|
|
|
85
81
|
document.head.appendChild(tooltipStyles);
|
|
86
82
|
tooltipContainer.appendChild(tooltipEl);
|
|
87
83
|
document.querySelector("body").appendChild(tooltipContainer);
|
|
88
|
-
const globalFn = () => { };
|
|
89
|
-
|
|
90
|
-
const globalScripts = globalFn;
|
|
91
|
-
|
|
92
|
-
exports.globalScripts = globalScripts;
|