@watermarkinsights/ripple 5.13.1-0 → 5.13.1-alpha.1
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/LICENSE +21 -0
- package/README.md +1 -1
- package/dist/cjs/{app-globals-12979223.js → app-globals-BEHiDpgR.js} +2 -2
- package/dist/cjs/{chartFunctions-5a8c4095.js → chartFunctions-uCzSt0yo.js} +2 -3
- package/dist/cjs/{functions-0774d303.js → functions-CqAwq8Fq.js} +232 -185
- package/dist/cjs/{index-788526f5.js → index-Cig4P4gJ.js} +540 -345
- package/dist/cjs/{intl-4a204fe7.js → intl-BUs7ck9m.js} +1 -1
- 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 +2 -5
- package/dist/cjs/priv-navigator-item.cjs.entry.js +2 -5
- 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 +9 -18
- package/dist/cjs/wm-button.cjs.entry.js +8 -16
- 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 +9 -14
- package/dist/cjs/wm-datepicker.cjs.entry.js +6 -11
- package/dist/cjs/wm-file-list.cjs.entry.js +2 -5
- package/dist/cjs/wm-file.cjs.entry.js +5 -15
- package/dist/cjs/wm-flyout.cjs.entry.js +5 -16
- package/dist/cjs/wm-input.cjs.entry.js +5 -17
- package/dist/cjs/wm-line-chart.cjs.entry.js +18 -28
- package/dist/cjs/wm-modal-pss_3.cjs.entry.js +8 -14
- package/dist/cjs/wm-modal_3.cjs.entry.js +7 -14
- package/dist/cjs/wm-navigation_3.cjs.entry.js +9 -18
- package/dist/cjs/wm-navigator.cjs.entry.js +17 -15
- package/dist/cjs/wm-nested-select.cjs.entry.js +11 -16
- package/dist/cjs/wm-optgroup.cjs.entry.js +3 -7
- package/dist/cjs/wm-option_2.cjs.entry.js +10 -17
- package/dist/cjs/wm-pagination.cjs.entry.js +10 -13
- package/dist/cjs/wm-progress-indicator_3.cjs.entry.js +10 -27
- package/dist/cjs/wm-search.cjs.entry.js +25 -9
- package/dist/cjs/wm-snackbar.cjs.entry.js +8 -10
- package/dist/cjs/wm-tab-item_3.cjs.entry.js +20 -16
- package/dist/cjs/wm-tag-input.cjs.entry.js +12 -25
- package/dist/cjs/wm-tag-option.cjs.entry.js +2 -8
- package/dist/cjs/wm-textarea.cjs.entry.js +5 -12
- package/dist/cjs/wm-timepicker.cjs.entry.js +9 -14
- package/dist/cjs/wm-toggletip.cjs.entry.js +6 -11
- package/dist/cjs/wm-uploader.cjs.entry.js +8 -18
- package/dist/cjs/wm-wrapper.cjs.entry.js +1 -3
- package/dist/collection/collection-manifest.json +2 -7
- package/dist/collection/components/charts/priv-chart-popover/priv-chart-popover.css +0 -122
- 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.css +0 -209
- package/dist/collection/components/charts/wm-chart/wm-chart.js +45 -22
- package/dist/collection/components/charts/wm-line-chart/wm-line-chart.css +0 -122
- 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.css +0 -209
- 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.css +0 -138
- 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 +0 -122
- package/dist/collection/components/datepickers/priv-calendar/priv-calendar.css +0 -122
- 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 +27 -13
- package/dist/collection/components/selects/priv-option-list/priv-option-list.css +0 -122
- 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 +0 -122
- package/dist/collection/components/selects/wm-nested-select/wm-nested-select.js +46 -22
- package/dist/collection/components/selects/wm-optgroup/wm-optgroup.css +0 -122
- package/dist/collection/components/selects/wm-optgroup/wm-optgroup.js +12 -5
- package/dist/collection/components/selects/wm-option/wm-option.css +0 -122
- package/dist/collection/components/selects/wm-option/wm-option.js +15 -6
- package/dist/collection/components/selects/wm-select/wm-select.css +0 -122
- package/dist/collection/components/selects/wm-select/wm-select.js +41 -19
- package/dist/collection/components/wm-action-menu/wm-action-menu.css +0 -122
- package/dist/collection/components/wm-action-menu/wm-action-menu.js +24 -15
- package/dist/collection/components/wm-button/wm-button.css +0 -200
- package/dist/collection/components/wm-button/wm-button.js +43 -22
- package/dist/collection/components/wm-file/wm-file.css +0 -122
- package/dist/collection/components/wm-file/wm-file.js +29 -18
- package/dist/collection/components/wm-file-list/wm-file-list.css +0 -122
- package/dist/collection/components/wm-file-list/wm-file-list.js +3 -1
- package/dist/collection/components/wm-flyout/wm-flyout.css +0 -122
- package/dist/collection/components/wm-flyout/wm-flyout.js +31 -19
- package/dist/collection/components/wm-input/wm-input.css +0 -122
- package/dist/collection/components/wm-input/wm-input.js +55 -28
- package/dist/collection/components/wm-menuitem/wm-menuitem.css +0 -122
- package/dist/collection/components/wm-menuitem/wm-menuitem.js +10 -4
- package/dist/collection/components/wm-modal/wm-modal-footer.css +0 -122
- package/dist/collection/components/wm-modal/wm-modal-footer.js +15 -5
- package/dist/collection/components/wm-modal/wm-modal-header.css +0 -122
- package/dist/collection/components/wm-modal/wm-modal-header.js +6 -2
- package/dist/collection/components/wm-modal/wm-modal.css +0 -122
- package/dist/collection/components/wm-modal/wm-modal.js +13 -7
- package/dist/collection/components/wm-modal-pss/wm-modal-pss-footer.css +0 -122
- package/dist/collection/components/wm-modal-pss/wm-modal-pss-footer.js +15 -5
- package/dist/collection/components/wm-modal-pss/wm-modal-pss-header.css +0 -122
- package/dist/collection/components/wm-modal-pss/wm-modal-pss-header.js +6 -2
- package/dist/collection/components/wm-modal-pss/wm-modal-pss.css +0 -122
- package/dist/collection/components/wm-modal-pss/wm-modal-pss.js +14 -7
- package/dist/collection/components/wm-navigation/wm-navigation-hamburger.css +0 -122
- package/dist/collection/components/wm-navigation/wm-navigation-hamburger.js +5 -4
- package/dist/collection/components/wm-navigation/wm-navigation-item.css +0 -122
- package/dist/collection/components/wm-navigation/wm-navigation-item.js +9 -8
- package/dist/collection/components/wm-navigation/wm-navigation.css +0 -122
- package/dist/collection/components/wm-navigation/wm-navigation.js +4 -2
- package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.css +0 -122
- package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.js +6 -2
- package/dist/collection/components/wm-navigator/priv-navigator-item/priv-navigator-item.css +0 -122
- package/dist/collection/components/wm-navigator/priv-navigator-item/priv-navigator-item.js +9 -3
- package/dist/collection/components/wm-navigator/wm-navigator.css +0 -122
- package/dist/collection/components/wm-navigator/wm-navigator.js +34 -15
- package/dist/collection/components/wm-pagination/wm-pagination.css +0 -122
- package/dist/collection/components/wm-pagination/wm-pagination.js +21 -11
- package/dist/collection/components/wm-search/wm-search.css +0 -122
- package/dist/collection/components/wm-search/wm-search.js +45 -10
- package/dist/collection/components/wm-snackbar/wm-snackbar.css +0 -122
- package/dist/collection/components/wm-snackbar/wm-snackbar.js +7 -4
- package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.css +0 -122
- package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.js +18 -6
- package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.css +0 -122
- package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.js +9 -6
- package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.css +0 -122
- package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.js +12 -2
- package/dist/collection/components/wm-tag-input/wm-tag-input.css +0 -122
- package/dist/collection/components/wm-tag-input/wm-tag-input.js +50 -32
- 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 +0 -122
- package/dist/collection/components/wm-textarea/wm-textarea.js +34 -16
- package/dist/collection/components/wm-timepicker/wm-timepicker.css +0 -122
- package/dist/collection/components/wm-timepicker/wm-timepicker.js +27 -15
- package/dist/collection/components/wm-toggletip/wm-toggletip.css +0 -122
- package/dist/collection/components/wm-toggletip/wm-toggletip.js +15 -9
- package/dist/collection/components/wm-uploader/wm-uploader.css +0 -200
- package/dist/collection/components/wm-uploader/wm-uploader.js +37 -22
- package/dist/components/index.d.ts +33 -0
- package/dist/components/index.js +85 -0
- package/dist/components/p-BlQdbOh_.js +294 -0
- package/dist/components/p-BvE5BEYe.js +146 -0
- package/dist/components/p-BzGDMpdL.js +592 -0
- package/dist/{ripple/p-8303bd1e.entry.js → components/p-CLem5EoD.js} +42 -1
- package/dist/components/p-CWx2NF6K.js +231 -0
- package/dist/components/p-D9GMUh0-.js +231 -0
- package/dist/components/p-DCSxoWXP.js +421 -0
- package/dist/{ripple/p-e8f5c8cd.entry.js → components/p-DG_w4q3M.js} +196 -1
- package/dist/{esm/intl-e0444831.js → components/p-DStPjkvu.js} +1 -1
- package/dist/{esm/functions-682e95b4.js → components/p-DdlNyc6u.js} +233 -186
- package/dist/components/p-DvXS4oTB.js +49 -0
- package/dist/components/p-HPnDWE3g.js +1686 -0
- package/dist/{esm/chartFunctions-4095a787.js → components/p-K9lgwbAO.js} +3 -4
- package/dist/components/p-e_A35rK5.js +154 -0
- package/dist/components/priv-calendar.d.ts +11 -0
- package/dist/components/priv-calendar.js +6 -0
- package/dist/components/priv-chart-popover.d.ts +11 -0
- package/dist/components/priv-chart-popover.js +6 -0
- package/dist/components/priv-navigator-button.d.ts +11 -0
- package/dist/components/priv-navigator-button.js +6 -0
- package/dist/components/priv-navigator-item.d.ts +11 -0
- package/dist/components/priv-navigator-item.js +6 -0
- package/dist/components/priv-option-list.d.ts +11 -0
- package/dist/components/priv-option-list.js +6 -0
- package/dist/components/wm-action-menu.d.ts +11 -0
- package/dist/components/wm-action-menu.js +6 -0
- package/dist/components/wm-button.d.ts +11 -0
- package/dist/components/wm-button.js +6 -0
- package/dist/components/wm-chart-slice.d.ts +11 -0
- package/dist/components/wm-chart-slice.js +41 -0
- package/dist/components/wm-chart.d.ts +11 -0
- package/dist/components/wm-chart.js +197 -0
- package/dist/components/wm-date-range.d.ts +11 -0
- package/dist/components/wm-date-range.js +522 -0
- package/dist/components/wm-datepicker.d.ts +11 -0
- package/dist/components/wm-datepicker.js +287 -0
- package/dist/components/wm-file-list.d.ts +11 -0
- package/dist/components/wm-file-list.js +38 -0
- package/dist/components/wm-file.d.ts +11 -0
- package/dist/components/wm-file.js +228 -0
- package/dist/components/wm-flyout.d.ts +11 -0
- package/dist/components/wm-flyout.js +208 -0
- package/dist/components/wm-input.d.ts +11 -0
- package/dist/components/wm-input.js +152 -0
- package/dist/components/wm-line-chart.d.ts +11 -0
- package/dist/components/wm-line-chart.js +497 -0
- package/dist/components/wm-menuitem.d.ts +11 -0
- package/dist/components/wm-menuitem.js +6 -0
- package/dist/components/wm-modal-footer.d.ts +11 -0
- package/dist/components/wm-modal-footer.js +73 -0
- package/dist/components/wm-modal-header.d.ts +11 -0
- package/dist/components/wm-modal-header.js +61 -0
- package/dist/components/wm-modal-pss-footer.d.ts +11 -0
- package/dist/components/wm-modal-pss-footer.js +69 -0
- package/dist/components/wm-modal-pss-header.d.ts +11 -0
- package/dist/components/wm-modal-pss-header.js +64 -0
- package/dist/components/wm-modal-pss.d.ts +11 -0
- package/dist/components/wm-modal-pss.js +162 -0
- package/dist/components/wm-modal.d.ts +11 -0
- package/dist/components/wm-modal.js +161 -0
- package/dist/components/wm-navigation-hamburger.d.ts +11 -0
- package/dist/components/wm-navigation-hamburger.js +70 -0
- package/dist/components/wm-navigation-item.d.ts +11 -0
- package/dist/components/wm-navigation-item.js +40 -0
- package/dist/components/wm-navigation.d.ts +11 -0
- package/dist/components/wm-navigation.js +144 -0
- package/dist/components/wm-navigator.d.ts +11 -0
- package/dist/components/wm-navigator.js +369 -0
- package/dist/components/wm-nested-select.d.ts +11 -0
- package/dist/components/wm-nested-select.js +343 -0
- package/dist/components/wm-optgroup.d.ts +11 -0
- package/dist/components/wm-optgroup.js +107 -0
- package/dist/components/wm-option.d.ts +11 -0
- package/dist/components/wm-option.js +6 -0
- package/dist/components/wm-pagination.d.ts +11 -0
- package/dist/components/wm-pagination.js +251 -0
- package/dist/components/wm-progress-indicator.d.ts +11 -0
- package/dist/components/wm-progress-indicator.js +144 -0
- package/dist/components/wm-progress-monitor.d.ts +11 -0
- package/dist/{ripple/p-afa213ca.entry.js → components/wm-progress-monitor.js} +93 -1
- package/dist/components/wm-progress-slice.d.ts +11 -0
- package/dist/components/wm-progress-slice.js +37 -0
- package/dist/components/wm-search.d.ts +11 -0
- package/dist/components/wm-search.js +250 -0
- package/dist/components/wm-select.d.ts +11 -0
- package/dist/components/wm-select.js +6 -0
- package/dist/components/wm-snackbar.d.ts +11 -0
- package/dist/components/wm-snackbar.js +209 -0
- package/dist/components/wm-tab-item.d.ts +11 -0
- package/dist/components/wm-tab-item.js +85 -0
- package/dist/components/wm-tab-list.d.ts +11 -0
- package/dist/components/wm-tab-list.js +217 -0
- package/dist/components/wm-tab-panel.d.ts +11 -0
- package/dist/components/wm-tab-panel.js +52 -0
- package/dist/components/wm-tag-input.d.ts +11 -0
- package/dist/components/wm-tag-input.js +919 -0
- package/dist/components/wm-tag-option.d.ts +11 -0
- package/dist/components/wm-tag-option.js +63 -0
- package/dist/components/wm-textarea.d.ts +11 -0
- package/dist/components/wm-textarea.js +113 -0
- package/dist/components/wm-timepicker.d.ts +11 -0
- package/dist/components/wm-timepicker.js +333 -0
- package/dist/components/wm-toggletip.d.ts +11 -0
- package/dist/{ripple/p-b1e4f8d0.entry.js → components/wm-toggletip.js} +200 -1
- package/dist/components/wm-uploader.d.ts +11 -0
- package/dist/components/wm-uploader.js +348 -0
- package/dist/components/wm-wrapper.d.ts +11 -0
- package/dist/components/wm-wrapper.js +34 -0
- package/dist/esm/{app-globals-8110c96f.js → app-globals-CAbvPlgr.js} +2 -2
- package/dist/esm/chartFunctions-Cmh1Ji0o.js +724 -0
- package/dist/esm/functions-C2kwukaR.js +10485 -0
- package/dist/esm/{index-130e07bb.js → index-EopL5zo4.js} +539 -324
- package/dist/esm/interfaces-COwzv5zO.js +34 -0
- package/dist/esm/intl-DeM2tf6d.js +277 -0
- 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 +2 -3
- package/dist/esm/priv-navigator-item.entry.js +2 -3
- 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 +9 -16
- package/dist/esm/wm-button.entry.js +8 -14
- 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 +9 -12
- package/dist/esm/wm-datepicker.entry.js +6 -9
- package/dist/esm/wm-file-list.entry.js +2 -3
- package/dist/esm/wm-file.entry.js +5 -13
- package/dist/esm/wm-flyout.entry.js +5 -14
- package/dist/esm/wm-input.entry.js +5 -15
- package/dist/esm/wm-line-chart.entry.js +18 -26
- package/dist/esm/wm-modal-pss_3.entry.js +8 -12
- package/dist/esm/wm-modal_3.entry.js +7 -12
- package/dist/esm/wm-navigation_3.entry.js +9 -16
- package/dist/esm/wm-navigator.entry.js +17 -13
- package/dist/esm/wm-nested-select.entry.js +11 -14
- package/dist/esm/wm-optgroup.entry.js +3 -5
- package/dist/esm/wm-option_2.entry.js +10 -15
- package/dist/esm/wm-pagination.entry.js +10 -11
- package/dist/esm/wm-progress-indicator_3.entry.js +10 -25
- package/dist/esm/wm-search.entry.js +25 -7
- package/dist/esm/wm-snackbar.entry.js +8 -8
- package/dist/esm/wm-tab-item_3.entry.js +20 -14
- package/dist/esm/wm-tag-input.entry.js +12 -23
- package/dist/esm/wm-tag-option.entry.js +2 -6
- package/dist/esm/wm-textarea.entry.js +5 -10
- package/dist/esm/wm-timepicker.entry.js +9 -12
- package/dist/esm/wm-toggletip.entry.js +6 -9
- package/dist/esm/wm-uploader.entry.js +8 -16
- package/dist/esm/wm-wrapper.entry.js +1 -1
- package/dist/esm-es5/app-globals-CAbvPlgr.js +1 -0
- package/dist/esm-es5/chartFunctions-Cmh1Ji0o.js +1 -0
- package/dist/esm-es5/functions-C2kwukaR.js +1 -0
- package/dist/esm-es5/index-EopL5zo4.js +1 -0
- package/dist/esm-es5/{intl-e0444831.js → intl-DeM2tf6d.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-090ee1d9.entry.js +1 -0
- package/dist/ripple/p-25e1a9f9.entry.js +1 -0
- package/dist/ripple/{p-9d8c5fb4.system.entry.js → p-27ecd83a.system.entry.js} +1 -1
- package/dist/ripple/{p-72b88618.system.entry.js → p-2f1ffab1.system.entry.js} +1 -1
- package/dist/ripple/{p-e9c4ed97.entry.js → p-3042aae4.entry.js} +1 -1
- package/dist/ripple/p-30fb07a2.entry.js +1 -0
- package/dist/ripple/{p-199fd014.system.entry.js → p-31b8fe9c.system.entry.js} +1 -1
- package/dist/ripple/p-338b089a.entry.js +1 -0
- package/dist/ripple/p-340b73a9.system.entry.js +1 -0
- package/dist/ripple/p-3611aa0e.entry.js +1 -0
- package/dist/ripple/{p-c3ab1c4b.system.entry.js → p-384d9208.system.entry.js} +1 -1
- package/dist/ripple/{p-b73936b2.system.entry.js → p-3b0aaa5d.system.entry.js} +1 -1
- package/dist/ripple/p-3b828dcd.entry.js +1 -0
- package/dist/ripple/{p-ec4c1020.system.entry.js → p-3bee6a44.system.entry.js} +1 -1
- package/dist/ripple/p-3c54de9c.entry.js +1 -0
- package/dist/ripple/{p-ac241e42.system.entry.js → p-3e5a7fee.system.entry.js} +1 -1
- package/dist/ripple/{p-b4a9a118.entry.js → p-4862126f.entry.js} +1 -1
- package/dist/ripple/{p-cd0cc88d.entry.js → p-492a8a9f.entry.js} +1 -1
- package/dist/ripple/{p-11aef4e8.entry.js → p-49c9063a.entry.js} +1 -1
- package/dist/ripple/p-52e54dca.entry.js +1 -0
- package/dist/ripple/p-54aeadde.entry.js +1 -0
- package/dist/ripple/{p-015af452.system.entry.js → p-61c089e4.system.entry.js} +1 -1
- package/dist/ripple/{p-91a8e524.system.entry.js → p-63bb5240.system.entry.js} +1 -1
- package/dist/ripple/{p-7360ce37.entry.js → p-64e6e3b7.entry.js} +1 -1
- package/dist/ripple/{p-14b3b062.system.entry.js → p-6785cd06.system.entry.js} +1 -1
- package/dist/ripple/p-6838c144.entry.js +1 -0
- package/dist/ripple/{p-e7ee2171.system.entry.js → p-68705f8f.system.entry.js} +1 -1
- package/dist/ripple/{p-932922ed.system.entry.js → p-69d1e480.system.entry.js} +1 -1
- package/dist/ripple/{p-d8f0c9b4.system.entry.js → p-6f8eecda.system.entry.js} +1 -1
- package/dist/ripple/{p-f2c40a23.system.entry.js → p-74243614.system.entry.js} +1 -1
- package/dist/ripple/p-774c49cd.entry.js +1 -0
- package/dist/ripple/p-782951b7.system.entry.js +1 -0
- package/dist/ripple/p-7aa9c503.entry.js +1 -0
- package/dist/ripple/{p-5a564d92.system.entry.js → p-84a4735d.system.entry.js} +1 -1
- package/dist/ripple/p-85bdcfc2.entry.js +1 -0
- package/dist/ripple/{p-cf77cdd0.system.entry.js → p-86815489.system.entry.js} +1 -1
- package/dist/ripple/{p-1d43bc57.system.entry.js → p-8d09ca95.system.entry.js} +1 -1
- package/dist/ripple/p-9111db61.entry.js +1 -0
- package/dist/ripple/{p-feaa4c19.entry.js → p-957e8a70.entry.js} +1 -1
- package/dist/ripple/p-9583f20a.entry.js +1 -0
- package/dist/ripple/{p-cd5c59ef.system.entry.js → p-99d53b0e.system.entry.js} +1 -1
- package/dist/ripple/{p-55f880af.entry.js → p-9a0216ba.entry.js} +1 -1
- package/dist/ripple/{p-7c9bf5f6.system.entry.js → p-9a72e53c.system.entry.js} +1 -1
- package/dist/ripple/{p-371c36f5.entry.js → p-9e10d3eb.entry.js} +1 -1
- package/dist/ripple/p-C2kwukaR.js +1 -0
- package/dist/ripple/p-CG434V5a.system.js +1 -0
- package/dist/ripple/p-CPBFbOkl.js +1 -0
- package/dist/ripple/p-CTau6pR2.system.js +2 -0
- package/dist/ripple/{p-7a08da5c.system.js → p-ClenAAhT.system.js} +1 -1
- package/dist/ripple/p-CxDIDZPI.js +1 -0
- package/dist/ripple/{p-187c694f.js → p-D7x793ET.js} +1 -1
- package/dist/ripple/p-DB8VIjQe.system.js +1 -0
- package/dist/ripple/p-DwoNKeBh.system.js +1 -0
- package/dist/ripple/p-EopL5zo4.js +2 -0
- package/dist/ripple/p-a121c779.entry.js +1 -0
- package/dist/ripple/p-a3c4aa31.entry.js +1 -0
- package/dist/ripple/p-a46a28c9.entry.js +1 -0
- package/dist/ripple/p-a6890863.entry.js +1 -0
- package/dist/ripple/{p-bbb37d6e.entry.js → p-a7f2af01.entry.js} +1 -1
- package/dist/ripple/{p-7a6f535f.system.entry.js → p-a95f9245.system.entry.js} +1 -1
- package/dist/ripple/{p-6439b435.system.entry.js → p-ae58e2d1.system.entry.js} +1 -1
- package/dist/ripple/p-b077fe55.system.entry.js +1 -0
- package/dist/ripple/{p-61f8a6d4.system.entry.js → p-b0a47a43.system.entry.js} +1 -1
- package/dist/ripple/{p-dbd8a6c4.system.entry.js → p-ba6080a6.system.entry.js} +1 -1
- package/dist/ripple/p-c0440211.entry.js +1 -0
- package/dist/ripple/{p-704bacb9.system.entry.js → p-c78fa8d0.system.entry.js} +1 -1
- package/dist/ripple/{p-e12e6b00.system.entry.js → p-cd81d7de.system.entry.js} +1 -1
- package/dist/ripple/p-d77338ae.entry.js +1 -0
- package/dist/ripple/{p-849384be.system.entry.js → p-d92218e6.system.entry.js} +1 -1
- package/dist/ripple/{p-043901ab.system.entry.js → p-da5ad94c.system.entry.js} +1 -1
- package/dist/ripple/{p-5642cfb5.system.entry.js → p-dc7feffa.system.entry.js} +1 -1
- package/dist/ripple/p-e3fb63fd.entry.js +1 -0
- package/dist/ripple/p-e3fc3c6b.entry.js +1 -0
- package/dist/ripple/{p-18d6408f.system.entry.js → p-e77d4c21.system.entry.js} +1 -1
- package/dist/ripple/{p-31da9108.system.entry.js → p-ea7a4ac1.system.entry.js} +1 -1
- package/dist/ripple/p-ec611502.entry.js +1 -0
- package/dist/ripple/{p-d1950a60.entry.js → p-edc1b7cb.entry.js} +1 -1
- package/dist/ripple/{p-f65448ac.entry.js → p-ee8d7025.entry.js} +1 -1
- package/dist/ripple/{p-d4ac08de.system.entry.js → p-fce91d27.system.entry.js} +1 -1
- package/dist/ripple/{p-927df284.system.entry.js → p-fe31bd98.system.entry.js} +1 -1
- package/dist/ripple/p-wFWSStJ9.system.js +1 -0
- package/dist/ripple/ripple.esm.js +1 -1
- package/dist/ripple/ripple.js +1 -1
- package/dist/types/stencil-public-runtime.d.ts +28 -0
- package/package.json +32 -12
- package/dist/esm-es5/app-globals-8110c96f.js +0 -1
- package/dist/esm-es5/chartFunctions-4095a787.js +0 -1
- package/dist/esm-es5/functions-682e95b4.js +0 -1
- package/dist/esm-es5/index-130e07bb.js +0 -1
- package/dist/loader/package.json +0 -11
- package/dist/ripple/p-00baa278.entry.js +0 -1
- package/dist/ripple/p-039a53d7.entry.js +0 -1
- package/dist/ripple/p-0528bf4d.entry.js +0 -1
- package/dist/ripple/p-0d4c017e.system.entry.js +0 -1
- package/dist/ripple/p-13b1d775.entry.js +0 -1
- package/dist/ripple/p-15712a55.entry.js +0 -1
- package/dist/ripple/p-29d32ee5.system.js +0 -1
- package/dist/ripple/p-37301ba0.system.js +0 -1
- package/dist/ripple/p-43a28379.entry.js +0 -1
- package/dist/ripple/p-44577815.entry.js +0 -1
- package/dist/ripple/p-45f831ef.entry.js +0 -1
- package/dist/ripple/p-5f09e972.entry.js +0 -1
- package/dist/ripple/p-6747a274.system.js +0 -1
- package/dist/ripple/p-733c7bd5.system.js +0 -1
- package/dist/ripple/p-8194ee04.entry.js +0 -1
- package/dist/ripple/p-823d7b4e.system.entry.js +0 -1
- package/dist/ripple/p-8cd5206a.entry.js +0 -1
- package/dist/ripple/p-8dde12bd.entry.js +0 -1
- package/dist/ripple/p-95d5618f.js +0 -1
- package/dist/ripple/p-9859635f.entry.js +0 -1
- package/dist/ripple/p-9e7e5948.system.entry.js +0 -1
- package/dist/ripple/p-a02cdb4f.js +0 -1
- package/dist/ripple/p-a399fb79.entry.js +0 -1
- package/dist/ripple/p-a4c26c21.entry.js +0 -1
- package/dist/ripple/p-a685a5fa.entry.js +0 -1
- package/dist/ripple/p-a70f8d7a.entry.js +0 -1
- package/dist/ripple/p-bb00a18f.js +0 -1
- package/dist/ripple/p-cef8a45b.system.js +0 -2
- package/dist/ripple/p-d9da0502.js +0 -2
- package/dist/ripple/p-dc600a24.entry.js +0 -1
- package/dist/ripple/p-dc82b6d2.entry.js +0 -1
- package/dist/ripple/p-ee01e771.entry.js +0 -1
- /package/dist/cjs/{interfaces-85d78ae9.js → interfaces-C7YbtGnk.js} +0 -0
- /package/dist/{esm/interfaces-cc5b177f.js → components/p-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,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
var en = {
|
|
2
2
|
"chart.clickToSeeDetails": [
|
|
3
3
|
{
|
|
4
4
|
type: 0,
|
|
@@ -1347,7 +1347,7 @@ const en = {
|
|
|
1347
1347
|
]
|
|
1348
1348
|
};
|
|
1349
1349
|
|
|
1350
|
-
|
|
1350
|
+
var fr = {
|
|
1351
1351
|
"chart.clickToSeeDetails": [
|
|
1352
1352
|
{
|
|
1353
1353
|
type: 0,
|
|
@@ -2199,7 +2199,7 @@ const fr = {
|
|
|
2199
2199
|
]
|
|
2200
2200
|
};
|
|
2201
2201
|
|
|
2202
|
-
|
|
2202
|
+
var es = {
|
|
2203
2203
|
"chart.clickToSeeDetails": [
|
|
2204
2204
|
{
|
|
2205
2205
|
type: 0,
|
|
@@ -3658,7 +3658,7 @@ const es = {
|
|
|
3658
3658
|
]
|
|
3659
3659
|
};
|
|
3660
3660
|
|
|
3661
|
-
|
|
3661
|
+
var pig = {
|
|
3662
3662
|
"chart.clickToSeeDetails": [
|
|
3663
3663
|
{
|
|
3664
3664
|
type: 0,
|
|
@@ -5007,83 +5007,157 @@ const pig = {
|
|
|
5007
5007
|
]
|
|
5008
5008
|
};
|
|
5009
5009
|
|
|
5010
|
-
|
|
5010
|
+
var lang = /*#__PURE__*/Object.freeze({
|
|
5011
5011
|
__proto__: null,
|
|
5012
5012
|
en: en,
|
|
5013
|
-
fr: fr,
|
|
5014
5013
|
es: es,
|
|
5014
|
+
fr: fr,
|
|
5015
5015
|
pig: pig
|
|
5016
5016
|
});
|
|
5017
5017
|
|
|
5018
|
-
/******************************************************************************
|
|
5019
|
-
Copyright (c) Microsoft Corporation.
|
|
5020
|
-
|
|
5021
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
5022
|
-
purpose with or without fee is hereby granted.
|
|
5023
|
-
|
|
5024
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
5025
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
5026
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
5027
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
5028
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
5029
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
5030
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
5031
|
-
***************************************************************************** */
|
|
5032
|
-
/* global Reflect, Promise, SuppressedError, Symbol, Iterator */
|
|
5033
|
-
|
|
5034
|
-
var extendStatics = function(d, b) {
|
|
5035
|
-
|
|
5036
|
-
|
|
5037
|
-
|
|
5038
|
-
|
|
5039
|
-
};
|
|
5040
|
-
|
|
5041
|
-
function __extends(d, b) {
|
|
5042
|
-
|
|
5043
|
-
|
|
5044
|
-
|
|
5045
|
-
|
|
5046
|
-
|
|
5047
|
-
}
|
|
5048
|
-
|
|
5049
|
-
var __assign = function() {
|
|
5050
|
-
|
|
5051
|
-
|
|
5052
|
-
|
|
5053
|
-
|
|
5054
|
-
|
|
5055
|
-
|
|
5056
|
-
|
|
5057
|
-
|
|
5058
|
-
};
|
|
5059
|
-
|
|
5060
|
-
function __rest(s, e) {
|
|
5061
|
-
|
|
5062
|
-
|
|
5063
|
-
|
|
5064
|
-
|
|
5065
|
-
|
|
5066
|
-
|
|
5067
|
-
|
|
5068
|
-
|
|
5069
|
-
|
|
5070
|
-
}
|
|
5071
|
-
|
|
5072
|
-
function __spreadArray(to, from, pack) {
|
|
5073
|
-
|
|
5074
|
-
|
|
5075
|
-
|
|
5076
|
-
|
|
5077
|
-
|
|
5078
|
-
|
|
5079
|
-
|
|
5080
|
-
}
|
|
5081
|
-
|
|
5082
|
-
typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
|
|
5083
|
-
|
|
5084
|
-
|
|
5018
|
+
/******************************************************************************
|
|
5019
|
+
Copyright (c) Microsoft Corporation.
|
|
5020
|
+
|
|
5021
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
5022
|
+
purpose with or without fee is hereby granted.
|
|
5023
|
+
|
|
5024
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
5025
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
5026
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
5027
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
5028
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
5029
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
5030
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
5031
|
+
***************************************************************************** */
|
|
5032
|
+
/* global Reflect, Promise, SuppressedError, Symbol, Iterator */
|
|
5033
|
+
|
|
5034
|
+
var extendStatics = function(d, b) {
|
|
5035
|
+
extendStatics = Object.setPrototypeOf ||
|
|
5036
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
5037
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
5038
|
+
return extendStatics(d, b);
|
|
5039
|
+
};
|
|
5040
|
+
|
|
5041
|
+
function __extends(d, b) {
|
|
5042
|
+
if (typeof b !== "function" && b !== null)
|
|
5043
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
5044
|
+
extendStatics(d, b);
|
|
5045
|
+
function __() { this.constructor = d; }
|
|
5046
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
5047
|
+
}
|
|
5048
|
+
|
|
5049
|
+
var __assign = function() {
|
|
5050
|
+
__assign = Object.assign || function __assign(t) {
|
|
5051
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5052
|
+
s = arguments[i];
|
|
5053
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
5054
|
+
}
|
|
5055
|
+
return t;
|
|
5056
|
+
};
|
|
5057
|
+
return __assign.apply(this, arguments);
|
|
5058
|
+
};
|
|
5059
|
+
|
|
5060
|
+
function __rest(s, e) {
|
|
5061
|
+
var t = {};
|
|
5062
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
5063
|
+
t[p] = s[p];
|
|
5064
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
5065
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
5066
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
5067
|
+
t[p[i]] = s[p[i]];
|
|
5068
|
+
}
|
|
5069
|
+
return t;
|
|
5070
|
+
}
|
|
5071
|
+
|
|
5072
|
+
function __spreadArray(to, from, pack) {
|
|
5073
|
+
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
5074
|
+
if (ar || !(i in from)) {
|
|
5075
|
+
if (!ar) ar = Array.prototype.slice.call(from, 0, i);
|
|
5076
|
+
ar[i] = from[i];
|
|
5077
|
+
}
|
|
5078
|
+
}
|
|
5079
|
+
return to.concat(ar || Array.prototype.slice.call(from));
|
|
5080
|
+
}
|
|
5081
|
+
|
|
5082
|
+
typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
|
|
5083
|
+
var e = new Error(message);
|
|
5084
|
+
return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
|
|
5085
5085
|
};
|
|
5086
5086
|
|
|
5087
|
+
//
|
|
5088
|
+
// Main
|
|
5089
|
+
//
|
|
5090
|
+
function memoize(fn, options) {
|
|
5091
|
+
var cache = options && options.cache ? options.cache : cacheDefault;
|
|
5092
|
+
var serializer = options && options.serializer ? options.serializer : serializerDefault;
|
|
5093
|
+
var strategy = options && options.strategy ? options.strategy : strategyDefault;
|
|
5094
|
+
return strategy(fn, {
|
|
5095
|
+
cache: cache,
|
|
5096
|
+
serializer: serializer,
|
|
5097
|
+
});
|
|
5098
|
+
}
|
|
5099
|
+
//
|
|
5100
|
+
// Strategy
|
|
5101
|
+
//
|
|
5102
|
+
function isPrimitive(value) {
|
|
5103
|
+
return (value == null || typeof value === 'number' || typeof value === 'boolean'); // || typeof value === "string" 'unsafe' primitive for our needs
|
|
5104
|
+
}
|
|
5105
|
+
function monadic(fn, cache, serializer, arg) {
|
|
5106
|
+
var cacheKey = isPrimitive(arg) ? arg : serializer(arg);
|
|
5107
|
+
var computedValue = cache.get(cacheKey);
|
|
5108
|
+
if (typeof computedValue === 'undefined') {
|
|
5109
|
+
computedValue = fn.call(this, arg);
|
|
5110
|
+
cache.set(cacheKey, computedValue);
|
|
5111
|
+
}
|
|
5112
|
+
return computedValue;
|
|
5113
|
+
}
|
|
5114
|
+
function variadic(fn, cache, serializer) {
|
|
5115
|
+
var args = Array.prototype.slice.call(arguments, 3);
|
|
5116
|
+
var cacheKey = serializer(args);
|
|
5117
|
+
var computedValue = cache.get(cacheKey);
|
|
5118
|
+
if (typeof computedValue === 'undefined') {
|
|
5119
|
+
computedValue = fn.apply(this, args);
|
|
5120
|
+
cache.set(cacheKey, computedValue);
|
|
5121
|
+
}
|
|
5122
|
+
return computedValue;
|
|
5123
|
+
}
|
|
5124
|
+
function assemble(fn, context, strategy, cache, serialize) {
|
|
5125
|
+
return strategy.bind(context, fn, cache, serialize);
|
|
5126
|
+
}
|
|
5127
|
+
function strategyDefault(fn, options) {
|
|
5128
|
+
var strategy = fn.length === 1 ? monadic : variadic;
|
|
5129
|
+
return assemble(fn, this, strategy, options.cache.create(), options.serializer);
|
|
5130
|
+
}
|
|
5131
|
+
function strategyVariadic(fn, options) {
|
|
5132
|
+
return assemble(fn, this, variadic, options.cache.create(), options.serializer);
|
|
5133
|
+
}
|
|
5134
|
+
//
|
|
5135
|
+
// Serializer
|
|
5136
|
+
//
|
|
5137
|
+
var serializerDefault = function () {
|
|
5138
|
+
return JSON.stringify(arguments);
|
|
5139
|
+
};
|
|
5140
|
+
//
|
|
5141
|
+
// Cache
|
|
5142
|
+
//
|
|
5143
|
+
function ObjectWithoutPrototypeCache() {
|
|
5144
|
+
this.cache = Object.create(null);
|
|
5145
|
+
}
|
|
5146
|
+
ObjectWithoutPrototypeCache.prototype.get = function (key) {
|
|
5147
|
+
return this.cache[key];
|
|
5148
|
+
};
|
|
5149
|
+
ObjectWithoutPrototypeCache.prototype.set = function (key, value) {
|
|
5150
|
+
this.cache[key] = value;
|
|
5151
|
+
};
|
|
5152
|
+
var cacheDefault = {
|
|
5153
|
+
create: function create() {
|
|
5154
|
+
// @ts-ignore
|
|
5155
|
+
return new ObjectWithoutPrototypeCache();
|
|
5156
|
+
},
|
|
5157
|
+
};
|
|
5158
|
+
var strategies = {
|
|
5159
|
+
variadic: strategyVariadic};
|
|
5160
|
+
|
|
5087
5161
|
var ErrorKind;
|
|
5088
5162
|
(function (ErrorKind) {
|
|
5089
5163
|
/** Argument is unclosed (e.g. `{0`) */
|
|
@@ -5680,6 +5754,12 @@ var timeData = {
|
|
|
5680
5754
|
"H",
|
|
5681
5755
|
"h"
|
|
5682
5756
|
],
|
|
5757
|
+
"419": [
|
|
5758
|
+
"h",
|
|
5759
|
+
"H",
|
|
5760
|
+
"hB",
|
|
5761
|
+
"hb"
|
|
5762
|
+
],
|
|
5683
5763
|
"AC": [
|
|
5684
5764
|
"H",
|
|
5685
5765
|
"h",
|
|
@@ -5728,8 +5808,8 @@ var timeData = {
|
|
|
5728
5808
|
"hB"
|
|
5729
5809
|
],
|
|
5730
5810
|
"AR": [
|
|
5731
|
-
"H",
|
|
5732
5811
|
"h",
|
|
5812
|
+
"H",
|
|
5733
5813
|
"hB",
|
|
5734
5814
|
"hb"
|
|
5735
5815
|
],
|
|
@@ -5819,9 +5899,9 @@ var timeData = {
|
|
|
5819
5899
|
"H"
|
|
5820
5900
|
],
|
|
5821
5901
|
"BO": [
|
|
5902
|
+
"h",
|
|
5822
5903
|
"H",
|
|
5823
5904
|
"hB",
|
|
5824
|
-
"h",
|
|
5825
5905
|
"hb"
|
|
5826
5906
|
],
|
|
5827
5907
|
"BQ": [
|
|
@@ -5898,8 +5978,8 @@ var timeData = {
|
|
|
5898
5978
|
"hB"
|
|
5899
5979
|
],
|
|
5900
5980
|
"CL": [
|
|
5901
|
-
"H",
|
|
5902
5981
|
"h",
|
|
5982
|
+
"H",
|
|
5903
5983
|
"hB",
|
|
5904
5984
|
"hb"
|
|
5905
5985
|
],
|
|
@@ -5924,14 +6004,14 @@ var timeData = {
|
|
|
5924
6004
|
"H"
|
|
5925
6005
|
],
|
|
5926
6006
|
"CR": [
|
|
5927
|
-
"H",
|
|
5928
6007
|
"h",
|
|
6008
|
+
"H",
|
|
5929
6009
|
"hB",
|
|
5930
6010
|
"hb"
|
|
5931
6011
|
],
|
|
5932
6012
|
"CU": [
|
|
5933
|
-
"H",
|
|
5934
6013
|
"h",
|
|
6014
|
+
"H",
|
|
5935
6015
|
"hB",
|
|
5936
6016
|
"hb"
|
|
5937
6017
|
],
|
|
@@ -6000,9 +6080,9 @@ var timeData = {
|
|
|
6000
6080
|
"hb"
|
|
6001
6081
|
],
|
|
6002
6082
|
"EC": [
|
|
6083
|
+
"h",
|
|
6003
6084
|
"H",
|
|
6004
6085
|
"hB",
|
|
6005
|
-
"h",
|
|
6006
6086
|
"hb"
|
|
6007
6087
|
],
|
|
6008
6088
|
"EE": [
|
|
@@ -6138,8 +6218,8 @@ var timeData = {
|
|
|
6138
6218
|
"hB"
|
|
6139
6219
|
],
|
|
6140
6220
|
"GT": [
|
|
6141
|
-
"H",
|
|
6142
6221
|
"h",
|
|
6222
|
+
"H",
|
|
6143
6223
|
"hB",
|
|
6144
6224
|
"hb"
|
|
6145
6225
|
],
|
|
@@ -6166,8 +6246,8 @@ var timeData = {
|
|
|
6166
6246
|
"H"
|
|
6167
6247
|
],
|
|
6168
6248
|
"HN": [
|
|
6169
|
-
"H",
|
|
6170
6249
|
"h",
|
|
6250
|
+
"H",
|
|
6171
6251
|
"hB",
|
|
6172
6252
|
"hb"
|
|
6173
6253
|
],
|
|
@@ -6481,8 +6561,8 @@ var timeData = {
|
|
|
6481
6561
|
"hB"
|
|
6482
6562
|
],
|
|
6483
6563
|
"MX": [
|
|
6484
|
-
"H",
|
|
6485
6564
|
"h",
|
|
6565
|
+
"H",
|
|
6486
6566
|
"hB",
|
|
6487
6567
|
"hb"
|
|
6488
6568
|
],
|
|
@@ -6522,8 +6602,8 @@ var timeData = {
|
|
|
6522
6602
|
"hB"
|
|
6523
6603
|
],
|
|
6524
6604
|
"NI": [
|
|
6525
|
-
"H",
|
|
6526
6605
|
"h",
|
|
6606
|
+
"H",
|
|
6527
6607
|
"hB",
|
|
6528
6608
|
"hb"
|
|
6529
6609
|
],
|
|
@@ -6571,9 +6651,9 @@ var timeData = {
|
|
|
6571
6651
|
"hb"
|
|
6572
6652
|
],
|
|
6573
6653
|
"PE": [
|
|
6654
|
+
"h",
|
|
6574
6655
|
"H",
|
|
6575
6656
|
"hB",
|
|
6576
|
-
"h",
|
|
6577
6657
|
"hb"
|
|
6578
6658
|
],
|
|
6579
6659
|
"PF": [
|
|
@@ -6631,8 +6711,8 @@ var timeData = {
|
|
|
6631
6711
|
"H"
|
|
6632
6712
|
],
|
|
6633
6713
|
"PY": [
|
|
6634
|
-
"H",
|
|
6635
6714
|
"h",
|
|
6715
|
+
"H",
|
|
6636
6716
|
"hB",
|
|
6637
6717
|
"hb"
|
|
6638
6718
|
],
|
|
@@ -6745,8 +6825,8 @@ var timeData = {
|
|
|
6745
6825
|
"hB"
|
|
6746
6826
|
],
|
|
6747
6827
|
"SV": [
|
|
6748
|
-
"H",
|
|
6749
6828
|
"h",
|
|
6829
|
+
"H",
|
|
6750
6830
|
"hB",
|
|
6751
6831
|
"hb"
|
|
6752
6832
|
],
|
|
@@ -6868,8 +6948,8 @@ var timeData = {
|
|
|
6868
6948
|
"hB"
|
|
6869
6949
|
],
|
|
6870
6950
|
"UY": [
|
|
6871
|
-
"H",
|
|
6872
6951
|
"h",
|
|
6952
|
+
"H",
|
|
6873
6953
|
"hB",
|
|
6874
6954
|
"hb"
|
|
6875
6955
|
],
|
|
@@ -6977,37 +7057,37 @@ var timeData = {
|
|
|
6977
7057
|
"H",
|
|
6978
7058
|
"hB"
|
|
6979
7059
|
],
|
|
6980
|
-
"
|
|
6981
|
-
"H",
|
|
7060
|
+
"en-HK": [
|
|
6982
7061
|
"h",
|
|
6983
|
-
"
|
|
6984
|
-
"
|
|
7062
|
+
"hb",
|
|
7063
|
+
"H",
|
|
7064
|
+
"hB"
|
|
6985
7065
|
],
|
|
6986
|
-
"
|
|
7066
|
+
"en-IL": [
|
|
6987
7067
|
"H",
|
|
6988
7068
|
"h",
|
|
6989
|
-
"
|
|
6990
|
-
"
|
|
7069
|
+
"hb",
|
|
7070
|
+
"hB"
|
|
6991
7071
|
],
|
|
6992
|
-
"
|
|
6993
|
-
"H",
|
|
7072
|
+
"en-MY": [
|
|
6994
7073
|
"h",
|
|
6995
|
-
"
|
|
6996
|
-
"
|
|
7074
|
+
"hb",
|
|
7075
|
+
"H",
|
|
7076
|
+
"hB"
|
|
6997
7077
|
],
|
|
6998
|
-
"es-
|
|
7078
|
+
"es-BR": [
|
|
6999
7079
|
"H",
|
|
7000
7080
|
"h",
|
|
7001
7081
|
"hB",
|
|
7002
7082
|
"hb"
|
|
7003
7083
|
],
|
|
7004
|
-
"es-
|
|
7084
|
+
"es-ES": [
|
|
7005
7085
|
"H",
|
|
7006
7086
|
"h",
|
|
7007
7087
|
"hB",
|
|
7008
7088
|
"hb"
|
|
7009
7089
|
],
|
|
7010
|
-
"es-
|
|
7090
|
+
"es-GQ": [
|
|
7011
7091
|
"H",
|
|
7012
7092
|
"h",
|
|
7013
7093
|
"hB",
|
|
@@ -8476,85 +8556,6 @@ function parse(message, opts) {
|
|
|
8476
8556
|
return result.val;
|
|
8477
8557
|
}
|
|
8478
8558
|
|
|
8479
|
-
//
|
|
8480
|
-
// Main
|
|
8481
|
-
//
|
|
8482
|
-
function memoize(fn, options) {
|
|
8483
|
-
var cache = options && options.cache ? options.cache : cacheDefault;
|
|
8484
|
-
var serializer = options && options.serializer ? options.serializer : serializerDefault;
|
|
8485
|
-
var strategy = options && options.strategy ? options.strategy : strategyDefault;
|
|
8486
|
-
return strategy(fn, {
|
|
8487
|
-
cache: cache,
|
|
8488
|
-
serializer: serializer,
|
|
8489
|
-
});
|
|
8490
|
-
}
|
|
8491
|
-
//
|
|
8492
|
-
// Strategy
|
|
8493
|
-
//
|
|
8494
|
-
function isPrimitive(value) {
|
|
8495
|
-
return (value == null || typeof value === 'number' || typeof value === 'boolean'); // || typeof value === "string" 'unsafe' primitive for our needs
|
|
8496
|
-
}
|
|
8497
|
-
function monadic(fn, cache, serializer, arg) {
|
|
8498
|
-
var cacheKey = isPrimitive(arg) ? arg : serializer(arg);
|
|
8499
|
-
var computedValue = cache.get(cacheKey);
|
|
8500
|
-
if (typeof computedValue === 'undefined') {
|
|
8501
|
-
computedValue = fn.call(this, arg);
|
|
8502
|
-
cache.set(cacheKey, computedValue);
|
|
8503
|
-
}
|
|
8504
|
-
return computedValue;
|
|
8505
|
-
}
|
|
8506
|
-
function variadic(fn, cache, serializer) {
|
|
8507
|
-
var args = Array.prototype.slice.call(arguments, 3);
|
|
8508
|
-
var cacheKey = serializer(args);
|
|
8509
|
-
var computedValue = cache.get(cacheKey);
|
|
8510
|
-
if (typeof computedValue === 'undefined') {
|
|
8511
|
-
computedValue = fn.apply(this, args);
|
|
8512
|
-
cache.set(cacheKey, computedValue);
|
|
8513
|
-
}
|
|
8514
|
-
return computedValue;
|
|
8515
|
-
}
|
|
8516
|
-
function assemble(fn, context, strategy, cache, serialize) {
|
|
8517
|
-
return strategy.bind(context, fn, cache, serialize);
|
|
8518
|
-
}
|
|
8519
|
-
function strategyDefault(fn, options) {
|
|
8520
|
-
var strategy = fn.length === 1 ? monadic : variadic;
|
|
8521
|
-
return assemble(fn, this, strategy, options.cache.create(), options.serializer);
|
|
8522
|
-
}
|
|
8523
|
-
function strategyVariadic(fn, options) {
|
|
8524
|
-
return assemble(fn, this, variadic, options.cache.create(), options.serializer);
|
|
8525
|
-
}
|
|
8526
|
-
function strategyMonadic(fn, options) {
|
|
8527
|
-
return assemble(fn, this, monadic, options.cache.create(), options.serializer);
|
|
8528
|
-
}
|
|
8529
|
-
//
|
|
8530
|
-
// Serializer
|
|
8531
|
-
//
|
|
8532
|
-
var serializerDefault = function () {
|
|
8533
|
-
return JSON.stringify(arguments);
|
|
8534
|
-
};
|
|
8535
|
-
//
|
|
8536
|
-
// Cache
|
|
8537
|
-
//
|
|
8538
|
-
function ObjectWithoutPrototypeCache() {
|
|
8539
|
-
this.cache = Object.create(null);
|
|
8540
|
-
}
|
|
8541
|
-
ObjectWithoutPrototypeCache.prototype.get = function (key) {
|
|
8542
|
-
return this.cache[key];
|
|
8543
|
-
};
|
|
8544
|
-
ObjectWithoutPrototypeCache.prototype.set = function (key, value) {
|
|
8545
|
-
this.cache[key] = value;
|
|
8546
|
-
};
|
|
8547
|
-
var cacheDefault = {
|
|
8548
|
-
create: function create() {
|
|
8549
|
-
// @ts-ignore
|
|
8550
|
-
return new ObjectWithoutPrototypeCache();
|
|
8551
|
-
},
|
|
8552
|
-
};
|
|
8553
|
-
var strategies = {
|
|
8554
|
-
variadic: strategyVariadic,
|
|
8555
|
-
monadic: strategyMonadic,
|
|
8556
|
-
};
|
|
8557
|
-
|
|
8558
8559
|
var ErrorCode;
|
|
8559
8560
|
(function (ErrorCode) {
|
|
8560
8561
|
// When we have a placeholder but no value to format
|
|
@@ -8857,8 +8858,8 @@ function createDefaultFormatters(cache) {
|
|
|
8857
8858
|
}
|
|
8858
8859
|
var IntlMessageFormat = /** @class */ (function () {
|
|
8859
8860
|
function IntlMessageFormat(message, locales, overrideFormats, opts) {
|
|
8860
|
-
var _this = this;
|
|
8861
8861
|
if (locales === void 0) { locales = IntlMessageFormat.defaultLocale; }
|
|
8862
|
+
var _this = this;
|
|
8862
8863
|
this.formatterCache = {
|
|
8863
8864
|
number: {},
|
|
8864
8865
|
dateTime: {},
|
|
@@ -9244,16 +9245,62 @@ function getNamedFormat(formats, type, name, onError) {
|
|
|
9244
9245
|
onError(new UnsupportedFormatterError("No ".concat(type, " format named: ").concat(name)));
|
|
9245
9246
|
}
|
|
9246
9247
|
|
|
9247
|
-
/**
|
|
9248
|
-
* Cannot do Math.log(x) / Math.log(10) bc if IEEE floating point issue
|
|
9249
|
-
* @param x number
|
|
9250
|
-
*/
|
|
9251
9248
|
function invariant(condition, message, Err) {
|
|
9252
9249
|
if (Err === void 0) { Err = Error; }
|
|
9253
9250
|
if (!condition) {
|
|
9254
9251
|
throw new Err(message);
|
|
9255
9252
|
}
|
|
9256
9253
|
}
|
|
9254
|
+
memoize(function () {
|
|
9255
|
+
var _a;
|
|
9256
|
+
var args = [];
|
|
9257
|
+
for (var _i = 0; _i < arguments.length; _i++) {
|
|
9258
|
+
args[_i] = arguments[_i];
|
|
9259
|
+
}
|
|
9260
|
+
return new ((_a = Intl.NumberFormat).bind.apply(_a, __spreadArray([void 0], args, false)))();
|
|
9261
|
+
}, {
|
|
9262
|
+
strategy: strategies.variadic,
|
|
9263
|
+
});
|
|
9264
|
+
memoize(function () {
|
|
9265
|
+
var _a;
|
|
9266
|
+
var args = [];
|
|
9267
|
+
for (var _i = 0; _i < arguments.length; _i++) {
|
|
9268
|
+
args[_i] = arguments[_i];
|
|
9269
|
+
}
|
|
9270
|
+
return new ((_a = Intl.DateTimeFormat).bind.apply(_a, __spreadArray([void 0], args, false)))();
|
|
9271
|
+
}, {
|
|
9272
|
+
strategy: strategies.variadic,
|
|
9273
|
+
});
|
|
9274
|
+
memoize(function () {
|
|
9275
|
+
var _a;
|
|
9276
|
+
var args = [];
|
|
9277
|
+
for (var _i = 0; _i < arguments.length; _i++) {
|
|
9278
|
+
args[_i] = arguments[_i];
|
|
9279
|
+
}
|
|
9280
|
+
return new ((_a = Intl.PluralRules).bind.apply(_a, __spreadArray([void 0], args, false)))();
|
|
9281
|
+
}, {
|
|
9282
|
+
strategy: strategies.variadic,
|
|
9283
|
+
});
|
|
9284
|
+
memoize(function () {
|
|
9285
|
+
var _a;
|
|
9286
|
+
var args = [];
|
|
9287
|
+
for (var _i = 0; _i < arguments.length; _i++) {
|
|
9288
|
+
args[_i] = arguments[_i];
|
|
9289
|
+
}
|
|
9290
|
+
return new ((_a = Intl.Locale).bind.apply(_a, __spreadArray([void 0], args, false)))();
|
|
9291
|
+
}, {
|
|
9292
|
+
strategy: strategies.variadic,
|
|
9293
|
+
});
|
|
9294
|
+
memoize(function () {
|
|
9295
|
+
var _a;
|
|
9296
|
+
var args = [];
|
|
9297
|
+
for (var _i = 0; _i < arguments.length; _i++) {
|
|
9298
|
+
args[_i] = arguments[_i];
|
|
9299
|
+
}
|
|
9300
|
+
return new ((_a = Intl.ListFormat).bind.apply(_a, __spreadArray([void 0], args, false)))();
|
|
9301
|
+
}, {
|
|
9302
|
+
strategy: strategies.variadic,
|
|
9303
|
+
});
|
|
9257
9304
|
|
|
9258
9305
|
function setTimeZoneInOptions(opts, timeZone) {
|
|
9259
9306
|
return Object.keys(opts).reduce(function (all, k) {
|
|
@@ -10435,4 +10482,4 @@ const weekdays = [
|
|
|
10435
10482
|
intl.formatMessage({ id: "date.saturday", defaultMessage: "Saturday" }),
|
|
10436
10483
|
];
|
|
10437
10484
|
|
|
10438
|
-
export {
|
|
10485
|
+
export { calcPercentageInRange as A, checkForActiveElInShadow as B, throttle as C, snakeCaseToCamelCase as D, getNewIndexToFocus as E, isElOrChild as F, findScrollableParent as G, safeMultiplyFloat as H, getPosition as I, measureText as J, findNext as K, findPrev as L, shouldOpenDown as M, shouldShiftLeft as N, dateToISO as a, getContextMeasurements as b, dateFind as c, debounce as d, calendar_months as e, findParentWithHiddenOverflow as f, generateId as g, handleDisabledAttribute as h, intl as i, hasRoomRight as j, getMonthLength as k, truncateText as l, makeISO as m, showTooltip as n, hideTooltip as o, shouldShiftRight as p, getTextDir as q, getLastFocusableDescendant as r, shouldOpenUp as s, toBool as t, csvToArray as u, triggerFormSubmit as v, weekdays as w, transposeMatrix as x, wrapAround as y, getSmallestSkipInterval as z };
|