@watermarkinsights/ripple 5.10.0-11 → 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-07352c64.js → cjs/app-globals-c41df7a3.js} +10 -1
- package/dist/cjs/{chartFunctions-c4046c7a.js → chartFunctions-a3a08880.js} +3 -3
- 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 +6 -5
- package/dist/cjs/priv-chart-popover.cjs.entry.js +6 -5
- package/dist/cjs/priv-navigator-button.cjs.entry.js +4 -3
- package/dist/cjs/priv-navigator-item.cjs.entry.js +4 -3
- package/dist/cjs/priv-option-list.cjs.entry.js +5 -4
- package/dist/cjs/ripple.cjs.js +12 -11
- package/dist/cjs/wm-action-menu_2.cjs.entry.js +8 -6
- package/dist/cjs/wm-button.cjs.entry.js +5 -4
- package/dist/cjs/wm-chart-slice.cjs.entry.js +1 -1
- package/dist/cjs/wm-chart.cjs.entry.js +7 -6
- package/dist/cjs/wm-date-range.cjs.entry.js +9 -8
- package/dist/cjs/wm-datepicker.cjs.entry.js +9 -8
- package/dist/cjs/wm-file-list.cjs.entry.js +4 -3
- package/dist/cjs/wm-file.cjs.entry.js +10 -7
- package/dist/cjs/wm-input.cjs.entry.js +6 -5
- package/dist/cjs/wm-line-chart.cjs.entry.js +15 -14
- package/dist/cjs/wm-modal-pss_3.cjs.entry.js +13 -10
- package/dist/cjs/wm-modal_3.cjs.entry.js +13 -10
- package/dist/cjs/wm-navigation_3.cjs.entry.js +13 -10
- package/dist/cjs/wm-navigator.cjs.entry.js +4 -3
- package/dist/cjs/wm-nested-select.cjs.entry.js +8 -7
- package/dist/cjs/wm-optgroup.cjs.entry.js +5 -4
- package/dist/cjs/wm-option_2.cjs.entry.js +10 -8
- package/dist/cjs/wm-pagination.cjs.entry.js +5 -4
- package/dist/cjs/wm-progress-indicator_3.cjs.entry.js +9 -7
- package/dist/cjs/wm-search.cjs.entry.js +7 -6
- package/dist/cjs/wm-snackbar.cjs.entry.js +7 -6
- package/dist/cjs/wm-tab-item_3.cjs.entry.js +11 -8
- package/dist/cjs/wm-tag-input.cjs.entry.js +8 -7
- package/dist/cjs/wm-tag-option.cjs.entry.js +2 -2
- package/dist/cjs/wm-textarea.cjs.entry.js +6 -5
- package/dist/cjs/wm-timepicker.cjs.entry.js +6 -5
- package/dist/cjs/wm-toggletip.cjs.entry.js +6 -5
- package/dist/cjs/wm-uploader.cjs.entry.js +7 -6
- 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/priv-chart-popover/priv-chart-popover.js +2 -2
- package/dist/collection/components/charts/wm-chart/wm-chart.js +1 -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.js +1 -1
- package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.js +1 -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.js +7 -5
- package/dist/collection/components/selects/wm-nested-select/wm-nested-select.js +3 -3
- package/dist/collection/components/selects/wm-optgroup/wm-optgroup.js +1 -1
- package/dist/collection/components/selects/wm-option/wm-option.js +1 -1
- package/dist/collection/components/selects/wm-select/wm-select.js +2 -2
- package/dist/collection/components/wm-action-menu/wm-action-menu.js +1 -1
- package/dist/collection/components/wm-button/wm-button.js +1 -1
- package/dist/collection/components/wm-file/wm-file.css +12 -6
- package/dist/collection/components/wm-file/wm-file.js +5 -3
- package/dist/collection/components/wm-file-list/wm-file-list.js +1 -1
- package/dist/collection/components/wm-input/wm-input.js +1 -1
- package/dist/collection/components/wm-menuitem/wm-menuitem.js +1 -1
- package/dist/collection/components/wm-modal/wm-modal-footer.js +1 -1
- package/dist/collection/components/wm-modal/wm-modal-header.js +1 -1
- package/dist/collection/components/wm-modal/wm-modal.js +2 -2
- 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.js +1 -1
- package/dist/collection/components/wm-modal-pss/wm-modal-pss.js +2 -2
- 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.js +2 -2
- 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 +2 -2
- package/dist/collection/components/wm-pagination/wm-pagination.js +1 -1
- package/dist/collection/components/wm-search/wm-search.js +5 -4
- package/dist/collection/components/wm-snackbar/wm-snackbar.js +2 -2
- 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-tag-input/wm-tag-input.js +3 -3
- package/dist/collection/components/wm-textarea/wm-textarea.js +1 -1
- package/dist/collection/components/wm-timepicker/wm-timepicker.js +11 -8
- package/dist/collection/components/wm-toggletip/wm-toggletip.js +2 -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-cb3446fa.js → esm/app-globals-b230941a.js} +7 -2
- package/dist/esm/{chartFunctions-5555bab0.js → chartFunctions-21d5a3d3.js} +3 -3
- 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 +6 -5
- package/dist/esm/priv-chart-popover.entry.js +6 -5
- package/dist/esm/priv-navigator-button.entry.js +4 -3
- package/dist/esm/priv-navigator-item.entry.js +4 -3
- package/dist/esm/priv-option-list.entry.js +5 -4
- package/dist/esm/ripple.js +13 -12
- package/dist/esm/wm-action-menu_2.entry.js +8 -6
- package/dist/esm/wm-button.entry.js +5 -4
- package/dist/esm/wm-chart-slice.entry.js +1 -1
- package/dist/esm/wm-chart.entry.js +7 -6
- package/dist/esm/wm-date-range.entry.js +9 -8
- package/dist/esm/wm-datepicker.entry.js +9 -8
- package/dist/esm/wm-file-list.entry.js +4 -3
- package/dist/esm/wm-file.entry.js +10 -7
- package/dist/esm/wm-input.entry.js +6 -5
- package/dist/esm/wm-line-chart.entry.js +15 -14
- package/dist/esm/wm-modal-pss_3.entry.js +13 -10
- package/dist/esm/wm-modal_3.entry.js +13 -10
- package/dist/esm/wm-navigation_3.entry.js +13 -10
- package/dist/esm/wm-navigator.entry.js +4 -3
- package/dist/esm/wm-nested-select.entry.js +8 -7
- package/dist/esm/wm-optgroup.entry.js +5 -4
- package/dist/esm/wm-option_2.entry.js +10 -8
- package/dist/esm/wm-pagination.entry.js +5 -4
- package/dist/esm/wm-progress-indicator_3.entry.js +9 -7
- package/dist/esm/wm-search.entry.js +7 -6
- package/dist/esm/wm-snackbar.entry.js +7 -6
- package/dist/esm/wm-tab-item_3.entry.js +11 -8
- package/dist/esm/wm-tag-input.entry.js +8 -7
- package/dist/esm/wm-tag-option.entry.js +2 -2
- package/dist/esm/wm-textarea.entry.js +6 -5
- package/dist/esm/wm-timepicker.entry.js +6 -5
- package/dist/esm/wm-toggletip.entry.js +6 -5
- package/dist/esm/wm-uploader.entry.js +7 -6
- package/dist/esm/wm-wrapper.entry.js +1 -1
- package/dist/esm-es5/app-globals-b230941a.js +1 -0
- package/dist/esm-es5/{chartFunctions-5555bab0.js → chartFunctions-21d5a3d3.js} +1 -1
- 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-ba32e2a3.system.entry.js → p-0116c06f.system.entry.js} +1 -1
- 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-786ce588.system.entry.js → p-05d0870f.system.entry.js} +1 -1
- package/dist/ripple/{p-c4459739.system.entry.js → p-08c4309d.system.entry.js} +1 -1
- package/dist/ripple/p-0ddd48d5.entry.js +1 -0
- package/dist/ripple/{p-97f73303.system.entry.js → p-0fe77e41.system.entry.js} +1 -1
- 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-ea0978e8.system.entry.js → p-1541cd19.system.entry.js} +1 -1
- 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-ac5b9632.system.entry.js → p-2b88f7d3.system.entry.js} +1 -1
- package/dist/ripple/{p-43d1396a.system.entry.js → p-2c705607.system.entry.js} +1 -1
- package/dist/ripple/p-2f42d180.entry.js +1 -0
- package/dist/ripple/p-35171bd6.entry.js +1 -0
- package/dist/ripple/{p-cad67180.entry.js → p-35b75b38.entry.js} +1 -1
- package/dist/ripple/{p-2ce69098.system.js → p-37b044c7.system.js} +1 -1
- 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-5b6eb3e6.system.entry.js → p-406e850e.system.entry.js} +1 -1
- package/dist/ripple/p-4087fc4b.entry.js +1 -0
- package/dist/ripple/p-4b878492.system.js +1 -0
- package/dist/ripple/{p-dbc7cb15.entry.js → p-54dd8a8f.entry.js} +1 -1
- 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-8ca9fa42.system.entry.js → p-77535286.system.entry.js} +1 -1
- package/dist/ripple/p-7a25c9eb.entry.js +1 -0
- package/dist/ripple/{p-8b6c2bf7.entry.js → p-7c7164d3.entry.js} +1 -1
- 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-840c7934.system.entry.js → p-82c2e91a.system.entry.js} +1 -1
- package/dist/ripple/{p-e96caf0a.system.entry.js → p-85f0743c.system.entry.js} +1 -1
- package/dist/ripple/{p-8c5c5a69.system.entry.js → p-876fa7a1.system.entry.js} +1 -1
- package/dist/ripple/p-881bff45.entry.js +1 -0
- package/dist/ripple/p-89a2db02.js +1 -0
- package/dist/ripple/{p-8a42d7b0.entry.js → p-927496a7.entry.js} +1 -1
- package/dist/ripple/{p-5864d9a3.system.entry.js → p-9d548987.system.entry.js} +1 -1
- package/dist/ripple/p-9db300ae.system.entry.js +1 -0
- package/dist/ripple/p-a3854e5e.entry.js +1 -0
- package/dist/ripple/{p-c03150a9.system.entry.js → p-a5446fb7.system.entry.js} +1 -1
- package/dist/ripple/{p-9b7893e0.system.entry.js → p-a60311b7.system.entry.js} +1 -1
- package/dist/ripple/{p-2512cd8b.system.entry.js → p-aa959479.system.entry.js} +1 -1
- 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-279afdc2.entry.js → p-ba2b362c.entry.js} +1 -1
- package/dist/ripple/{p-03e458b2.system.entry.js → p-ba74727e.system.entry.js} +1 -1
- package/dist/ripple/{p-491e5d5e.system.entry.js → p-c0b71c0e.system.entry.js} +1 -1
- package/dist/ripple/{p-4743176d.system.entry.js → p-c34c9cbb.system.entry.js} +1 -1
- package/dist/ripple/{p-3120dc46.entry.js → p-c7af6305.entry.js} +1 -1
- 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-315940ce.system.entry.js → p-cf6bbca0.system.entry.js} +1 -1
- 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-0f06d6f4.system.entry.js → p-d944f0a7.system.entry.js} +1 -1
- package/dist/ripple/p-d9da0502.js +2 -0
- package/dist/ripple/{p-2a8fbf47.system.entry.js → p-deb70809.system.entry.js} +1 -1
- package/dist/ripple/{p-dcd49afe.system.entry.js → p-e4910316.system.entry.js} +1 -1
- package/dist/ripple/p-e84aa8e5.system.entry.js +1 -0
- package/dist/ripple/{p-0dc00d95.system.entry.js → p-e9210de5.system.entry.js} +1 -1
- package/dist/ripple/{p-6c875151.entry.js → p-eb887718.entry.js} +1 -1
- package/dist/ripple/{p-2c35ef3a.system.entry.js → p-f180efb2.system.entry.js} +1 -1
- package/dist/ripple/{p-599dd035.js → p-f41ab9ea.js} +1 -1
- package/dist/ripple/{p-a20a90e3.system.entry.js → p-f4676ccb.system.entry.js} +1 -1
- package/dist/ripple/p-f97bc521.entry.js +1 -0
- package/dist/ripple/{p-58ef50b2.system.entry.js → p-fc525284.system.entry.js} +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/functions-8800c690.js +0 -1
- package/dist/esm-es5/global-07352c64.js +0 -1
- package/dist/esm-es5/index-558b5a82.js +0 -1
- package/dist/ripple/p-12b17582.system.js +0 -1
- package/dist/ripple/p-1362721e.entry.js +0 -1
- package/dist/ripple/p-19676563.system.js +0 -1
- package/dist/ripple/p-2ec64015.entry.js +0 -1
- package/dist/ripple/p-37f571b9.entry.js +0 -1
- package/dist/ripple/p-3ea10ca9.system.entry.js +0 -1
- package/dist/ripple/p-410e4097.entry.js +0 -1
- package/dist/ripple/p-43e315a2.entry.js +0 -1
- package/dist/ripple/p-4470702e.system.entry.js +0 -1
- package/dist/ripple/p-4c3b5139.entry.js +0 -1
- package/dist/ripple/p-5426a368.system.entry.js +0 -1
- package/dist/ripple/p-568c595f.js +0 -2
- package/dist/ripple/p-732d7a84.entry.js +0 -1
- package/dist/ripple/p-7f04b2d3.system.entry.js +0 -1
- package/dist/ripple/p-84baf37b.entry.js +0 -1
- package/dist/ripple/p-9410d7ee.entry.js +0 -1
- package/dist/ripple/p-9da90a7f.entry.js +0 -1
- package/dist/ripple/p-a6df3a2e.entry.js +0 -1
- package/dist/ripple/p-ab8d78cc.system.js +0 -2
- package/dist/ripple/p-b5f9c424.entry.js +0 -1
- package/dist/ripple/p-b78ae5d6.system.entry.js +0 -1
- package/dist/ripple/p-c35002ec.entry.js +0 -1
- package/dist/ripple/p-c37f0d34.entry.js +0 -1
- package/dist/ripple/p-c8f2c6eb.entry.js +0 -1
- package/dist/ripple/p-cded592f.entry.js +0 -1
- package/dist/ripple/p-d2d99a1d.entry.js +0 -1
- package/dist/ripple/p-d9006015.entry.js +0 -1
- package/dist/ripple/p-dfc7c5f6.entry.js +0 -1
- package/dist/ripple/p-e13c9fc2.js +0 -1
- package/dist/ripple/p-e4cc7edf.entry.js +0 -1
- package/dist/ripple/p-e648e2fe.entry.js +0 -1
- package/dist/ripple/p-ebc1df66.entry.js +0 -1
- package/dist/ripple/p-eca78c2b.js +0 -1
- package/dist/ripple/p-ed7dffc6.entry.js +0 -1
- package/dist/ripple/p-edd87140.system.js +0 -1
- package/dist/ripple/p-f61b6d90.entry.js +0 -1
|
@@ -166,10 +166,10 @@ export class Search {
|
|
|
166
166
|
* End search and find render helpers
|
|
167
167
|
*/
|
|
168
168
|
render() {
|
|
169
|
-
return (h(Host,
|
|
169
|
+
return (h(Host, { key: 'd5a43f8f31d5905f64db7ab92465bd79a38fac2a' }, h("div", { key: 'a775c1f1d3c0fec2661b74d82eb32f9919e1d8c8', id: "wm-search-wrapper", class: `wm-search-wrapper ${this.searchType}` }, h("input", { key: '8102a634e8063cd736acd7d821f5807270b92cd3', disabled: this.isDisabled, id: "wm-search-input", placeholder: this.placeholder, "aria-label": `${this.label ? this.label + ". " : ""}${intl.formatMessage({
|
|
170
170
|
id: "search.typeToFilterResults",
|
|
171
171
|
defaultMessage: "Type to filter the results",
|
|
172
|
-
})}`, onInput: (ev) => this.updateValue(ev.target.value), onBlur: () => this.handleBlur(), "aria-autocomplete": "none", autocomplete: "off", value: this.value }), h("span", { class: "mdi search-icon" }, String.fromCodePoint(parseInt(`0xf349`))), this.searchType === "find" && this.renderResultsAndBrowseButtons(), h("div", { id: "wm-search-live", class: "sr-only", "aria-live": "polite", "aria-atomic": "true", ref: (el) => (this.resultsLiveRegion = el) }, this.announcement)), this.searchType === "find" && this.renderJumpToLink()));
|
|
172
|
+
})}`, onInput: (ev) => this.updateValue(ev.target.value), onBlur: () => this.handleBlur(), "aria-autocomplete": "none", autocomplete: "off", value: this.value }), h("span", { key: '60a6363bc26e1f3f029aa37ebd84034ba42d2045', class: "mdi search-icon" }, String.fromCodePoint(parseInt(`0xf349`))), this.searchType === "find" && this.renderResultsAndBrowseButtons(), h("div", { key: '8c8608879655285e7c99246f38f08a7c974c47d6', id: "wm-search-live", class: "sr-only", "aria-live": "polite", "aria-atomic": "true", ref: (el) => (this.resultsLiveRegion = el) }, this.announcement)), this.searchType === "find" && this.renderJumpToLink()));
|
|
173
173
|
}
|
|
174
174
|
static get is() { return "wm-search"; }
|
|
175
175
|
static get encapsulation() { return "shadow"; }
|
|
@@ -380,8 +380,9 @@ export class Search {
|
|
|
380
380
|
"complexType": {
|
|
381
381
|
"signature": "(value: string) => Promise<void>",
|
|
382
382
|
"parameters": [{
|
|
383
|
-
"
|
|
384
|
-
"
|
|
383
|
+
"name": "value",
|
|
384
|
+
"type": "string",
|
|
385
|
+
"docs": ""
|
|
385
386
|
}],
|
|
386
387
|
"references": {
|
|
387
388
|
"Promise": {
|
|
@@ -150,11 +150,11 @@ export class Snackbar {
|
|
|
150
150
|
}, onKeyDown: (ev) => ev.key === "Enter" && this.snackLinkClicked(notification) }, h("span", { "aria-hidden": "true" }, notification.link)))), h("button", { id: `close-button-${notification.id}`, "aria-label": "Close this notification", class: "closesnack", tabindex: notification.link ? 0 : -1, onClick: () => this.snackDismissed(notification), onMouseEnter: (ev) => showTooltip("bottom", ev.target, globalMessages.close), onMouseLeave: () => hideTooltip(), onFocus: (ev) => this.isTabbing && showTooltip("bottom", ev.target, globalMessages.close), onBlur: () => hideTooltip() })), h("div", { class: "sr-only", tabindex: notification.link ? 0 : -1, onFocus: () => notification.link && this.snackDismissed(notification) })))));
|
|
151
151
|
}
|
|
152
152
|
render() {
|
|
153
|
-
return (h(Host,
|
|
153
|
+
return (h(Host, { key: 'dbcda39e1aca0ea8d69ef62a73920b2dddc1021b' }, h("div", { key: '1c2d2ef390bf95546dd14ff3156b913e0a0600d0', ref: (el) => (this.snackAreaEl = el), class: {
|
|
154
154
|
"list-wrapper": true,
|
|
155
155
|
"user-is-tabbing": this.isTabbing,
|
|
156
156
|
empty: this.parsedNotifications.length == 0,
|
|
157
|
-
} }, this.renderSnackbars()), h("div", { class: "sr-only", "aria-live": "polite", "aria-atomic": "false", id: `wm-live-region-${this.uid}`, ref: (el) => (this.liveRegionEl = el) }, this.announcement)));
|
|
157
|
+
} }, this.renderSnackbars()), h("div", { key: 'e8fd9b90fc6959f6395b93cfaf9a73163f19774f', class: "sr-only", "aria-live": "polite", "aria-atomic": "false", id: `wm-live-region-${this.uid}`, ref: (el) => (this.liveRegionEl = el) }, this.announcement)));
|
|
158
158
|
}
|
|
159
159
|
static get is() { return "wm-snackbar"; }
|
|
160
160
|
static get encapsulation() { return "shadow"; }
|
|
@@ -40,7 +40,7 @@ export class TabItem {
|
|
|
40
40
|
"background-size": `calc(100% - ${bkgSize}${units}) 3px`,
|
|
41
41
|
};
|
|
42
42
|
}
|
|
43
|
-
return (h(Host, { role: "presentation" }, h("li", { class: "tab-item", role: "presentation" }, h("a", { class: `tab ${classes}`, style: styles, role: "tab", ref: (el) => (this.linkEl = el), onClick: this.tabClicked, id: `tab-link-${this.tabId}`, onKeyDown: (ev) => this.tabPressed(ev), "aria-selected": this.selected ? "true" : "false", tabindex: this.selected ? 0 : -1 }, h("slot",
|
|
43
|
+
return (h(Host, { key: '83d102ead6be366a5df7db1b09676663d10223e2', role: "presentation" }, h("li", { key: '5dcaaa390f1b89053846e8f04f2d39fe7aea3ef1', class: "tab-item", role: "presentation" }, h("a", { key: '3fd649665a1e2c21bd9976391f00e720bf80143b', class: `tab ${classes}`, style: styles, role: "tab", ref: (el) => (this.linkEl = el), onClick: this.tabClicked, id: `tab-link-${this.tabId}`, onKeyDown: (ev) => this.tabPressed(ev), "aria-selected": this.selected ? "true" : "false", tabindex: this.selected ? 0 : -1 }, h("slot", { key: '0c445bd57df211dda6d8bdbb14f6ad9d9a93562c' })))));
|
|
44
44
|
}
|
|
45
45
|
static get is() { return "wm-tab-item"; }
|
|
46
46
|
static get encapsulation() { return "shadow"; }
|
|
@@ -155,7 +155,7 @@ export class TabList {
|
|
|
155
155
|
} }, t.textContent)));
|
|
156
156
|
}
|
|
157
157
|
render() {
|
|
158
|
-
return h(Host, { class: this.menuLayout ? "menu" : "" }, this.renderMenuOrTabs());
|
|
158
|
+
return h(Host, { key: 'da8982b1541bc45f8ef76f4815984edd8f19c9c5', class: this.menuLayout ? "menu" : "" }, this.renderMenuOrTabs());
|
|
159
159
|
}
|
|
160
160
|
static get is() { return "wm-tab-list"; }
|
|
161
161
|
static get encapsulation() { return "shadow"; }
|
|
@@ -12,7 +12,7 @@ export class TabPanel {
|
|
|
12
12
|
this.tabPanelLoaded.emit({ tabId: this.tabId });
|
|
13
13
|
}
|
|
14
14
|
render() {
|
|
15
|
-
return h(Host, { role: "tabpanel", class: { "tab-hidden": !this.active } });
|
|
15
|
+
return h(Host, { key: 'd1c7bf358d9184f22e47b718a69fa1ec7a052e22', role: "tabpanel", class: { "tab-hidden": !this.active } });
|
|
16
16
|
}
|
|
17
17
|
static get is() { return "wm-tab-panel"; }
|
|
18
18
|
static get originalStyleUrls() {
|
|
@@ -858,12 +858,12 @@ export class TagInput {
|
|
|
858
858
|
}
|
|
859
859
|
}
|
|
860
860
|
render() {
|
|
861
|
-
return (h("div", { class: `wrapper label-${this.labelPosition} ${this.errorMessage ? "invalid" : ""}` }, h("div", { class: "label-wrapper" }, h("label", { class: "label", htmlFor: "input" }, this.label, this.requiredField && (h("span", { class: "required", "aria-hidden": "true" }, "*")))), h("div", { class: `field-wrapper ${this.el.shadowRoot.activeElement === this.inputEl ? "focused" : ""} ${this.errorMessage ? "invalid" : ""}`, ref: (el) => (this.fieldWrapperEl = el) }, h("div", { class: "upper-row" }, h("div", { class: `tags-and-input-wrapper ${this.inModal ? "in-modal" : ""}` }, h("ul", { ref: (el) => (this.tagAreaEl = el), class: `tag-area ${this.taggedOptions.length === 0 && "empty"} ${this.isKeying ? "user-is-keying" : ""}`, role: "listbox", "aria-activedescendant": this.focusedTag ? this.focusedTag.id : null, "aria-orientation": "horizontal", "aria-label": `${this.label} ${this.tagAreaInstructions}`, tabindex: this._tagEls.length > 0 ? 0 : -1, "aria-describedby": `info max-tags`, onFocus: (ev) => this.handleTagAreaFocus(ev), onBlur: (ev) => {
|
|
861
|
+
return (h("div", { key: '51341c91480a0bd8775351040958472ca3b8e6f4', class: `wrapper label-${this.labelPosition} ${this.errorMessage ? "invalid" : ""}` }, h("div", { key: 'd5093793857d3acaa0804a04ad4700fbf7f7fb86', class: "label-wrapper" }, h("label", { key: 'c93f0345c518adb313f8f5327059075023184c56', class: "label", htmlFor: "input" }, this.label, this.requiredField && (h("span", { key: '9f869a28e6527a81de52187dc8c08c27dba9963b', class: "required", "aria-hidden": "true" }, "*")))), h("div", { key: '181fb132ea36b1d4110350d33c4a2f4d05af068c', class: `field-wrapper ${this.el.shadowRoot.activeElement === this.inputEl ? "focused" : ""} ${this.errorMessage ? "invalid" : ""}`, ref: (el) => (this.fieldWrapperEl = el) }, h("div", { key: '77467753c43ff806af4ac24471fafe4f7eef8e9d', class: "upper-row" }, h("div", { key: '59f80d6730140201dc2f3e9d4f314536fa63cd1e', class: `tags-and-input-wrapper ${this.inModal ? "in-modal" : ""}` }, h("ul", { key: 'ee08bc08d3758af611737d1a161d7966d10c5dae', ref: (el) => (this.tagAreaEl = el), class: `tag-area ${this.taggedOptions.length === 0 && "empty"} ${this.isKeying ? "user-is-keying" : ""}`, role: "listbox", "aria-activedescendant": this.focusedTag ? this.focusedTag.id : null, "aria-orientation": "horizontal", "aria-label": `${this.label} ${this.tagAreaInstructions}`, tabindex: this._tagEls.length > 0 ? 0 : -1, "aria-describedby": `info max-tags`, onFocus: (ev) => this.handleTagAreaFocus(ev), onBlur: (ev) => {
|
|
862
862
|
this.focusedTagIndex = undefined;
|
|
863
863
|
this.handleBlur(ev);
|
|
864
|
-
}, onKeyDown: (ev) => this.handleTagAreaKeyDown(ev) }, this.renderTags()), h("input", { id: "input", class: "input", role: "combobox", ref: (el) => (this.inputEl = el), autocomplete: "off", "aria-required": this.requiredField ? "true" : null, "aria-controls": this.tagInputType, "aria-describedby": `help-text${this.errorMessage ? " error " : ""} max-tags`, "aria-label": `${this.label} ${this.isDropdown ? globalMessages.getCharacterLimit(this.characterLimit) : ""}`, "aria-expanded": this.isDropdown ? this.isExpanded.toString() : null, "aria-activedescendant": this.inputActiveDescendantId, placeholder: this.placeholder, maxLength: this.isDropdown ? this.characterLimit : undefined, onInput: (ev) => this.handleInputChanged(ev), onBlur: (ev) => {
|
|
864
|
+
}, onKeyDown: (ev) => this.handleTagAreaKeyDown(ev) }, this.renderTags()), h("input", { key: '6b5e4f09d0b3de33a0c049cc0f1331c0d3c2a680', id: "input", class: "input", role: "combobox", ref: (el) => (this.inputEl = el), autocomplete: "off", "aria-required": this.requiredField ? "true" : null, "aria-controls": this.tagInputType, "aria-describedby": `help-text${this.errorMessage ? " error " : ""} max-tags`, "aria-label": `${this.label} ${this.isDropdown ? globalMessages.getCharacterLimit(this.characterLimit) : ""}`, "aria-expanded": this.isDropdown ? this.isExpanded.toString() : null, "aria-activedescendant": this.inputActiveDescendantId, placeholder: this.placeholder, maxLength: this.isDropdown ? this.characterLimit : undefined, onInput: (ev) => this.handleInputChanged(ev), onBlur: (ev) => {
|
|
865
865
|
this.handleBlur(ev);
|
|
866
|
-
}, onFocus: () => this.handleInputFocus(), onKeyDown: (ev) => this.handleInputKeyDown(ev) })), this.isDropdown && (h("div", { class: "character-count" }, this.charCount, "/", this.characterLimit))), this.renderTagCounter(), this.isDropdown && this.renderDropdown()), this.info && (h("div", { id: "info", class: "info-text" }, this.info)), h("div", { id: "error" }, this.errorMessage), h("div", { class: "sr-only", "aria-live": "polite", ref: (el) => (this.liveRegionEl = el), "aria-atomic": "true" }, this.liveRegionMessage), this.isTable && this.renderTable()));
|
|
866
|
+
}, onFocus: () => this.handleInputFocus(), onKeyDown: (ev) => this.handleInputKeyDown(ev) })), this.isDropdown && (h("div", { key: '5fec93cbea741cab80bdad46097f3b2ed7538d8d', class: "character-count" }, this.charCount, "/", this.characterLimit))), this.renderTagCounter(), this.isDropdown && this.renderDropdown()), this.info && (h("div", { key: 'cc343e8be2c9ad89b7187b4fef79f18c6ac30cda', id: "info", class: "info-text" }, this.info)), h("div", { key: '0079bb76abad9795adf09ca24d5a51e001506ea1', id: "error" }, this.errorMessage), h("div", { key: 'a1d74cef536f2431ef9c3e3c1ae127f6b45faf23', class: "sr-only", "aria-live": "polite", ref: (el) => (this.liveRegionEl = el), "aria-atomic": "true" }, this.liveRegionMessage), this.isTable && this.renderTable()));
|
|
867
867
|
}
|
|
868
868
|
static get is() { return "wm-tag-input"; }
|
|
869
869
|
static get encapsulation() { return "shadow"; }
|
|
@@ -65,7 +65,7 @@ export class Textarea {
|
|
|
65
65
|
this.announcement = message;
|
|
66
66
|
}
|
|
67
67
|
render() {
|
|
68
|
-
return (h("div", { class: `wrapper label-${this.labelPosition} ${this.errorMessage ? "invalid" : ""}` }, h("div", { class: "label-wrapper" }, h("label", { htmlFor: "inputfield", class: "label" }, this.label, this.characterLimit && (h("span", { class: "sr-only" }, " ", globalMessages.getCharacterLimit(this.characterLimit))), this.requiredField && (h("span", { class: "required", "aria-hidden": "true" }, "*")))), h("div", { class: "inner-wrapper" }, h("div", { class: `inputfield-wrapper ${this.errorMessage ? "invalid" : ""}`, style: this.inputWidth ? { width: this.inputWidth } : {} }, h("textarea", { id: "inputfield", disabled: this.isDisabled, "aria-describedby": "info error", onInput: (ev) => this.handleInput(ev), onBlur: () => this.handleBlur(), placeholder: this.placeholder, autocomplete: "off", "aria-required": this.requiredField ? "true" : null, value: this.value, rows: 3, style: { height: this.inputHeight } }), this.characterLimit && typeof this.characterLimit === "number" ? (h("div", { class: `character-count ${this.value.length > this.characterLimit ? "exceeded" : ""}` }, this.charCount, "/", this.characterLimit)) : ("")), this.info && (h("div", { id: "info", class: "info" }, this.info)), h("div", { id: "error", class: "error-message" }, this.errorMessage), h("div", { id: "live-polite", class: "sr-only", "aria-live": "polite", "aria-atomic": "true", ref: (el) => (this.liveRegionEl = el) }, this.announcement))));
|
|
68
|
+
return (h("div", { key: 'da640972074f4fc3559d5f96d38b67ca6e318344', class: `wrapper label-${this.labelPosition} ${this.errorMessage ? "invalid" : ""}` }, h("div", { key: 'e94d0f36b0b3227b373ed28249836de792c1eab6', class: "label-wrapper" }, h("label", { key: 'cb23b31a548b758fedf30d48921ea5a9dc6d448a', htmlFor: "inputfield", class: "label" }, this.label, this.characterLimit && (h("span", { key: '7ff30e1c193960fda58d12d7dd86d1d24c410a29', class: "sr-only" }, " ", globalMessages.getCharacterLimit(this.characterLimit))), this.requiredField && (h("span", { key: '497e378c7f6276a8bf19055385caac60689bc0d7', class: "required", "aria-hidden": "true" }, "*")))), h("div", { key: '9a8ff59bb09e83999547ed1f4f2206eef4050a05', class: "inner-wrapper" }, h("div", { key: '6359e4f7919a6414b49d146b98cedc5bcdc44e4d', class: `inputfield-wrapper ${this.errorMessage ? "invalid" : ""}`, style: this.inputWidth ? { width: this.inputWidth } : {} }, h("textarea", { key: '411f5b3abbd1a0dcde085b5b18b0738ea7f0929f', id: "inputfield", disabled: this.isDisabled, "aria-describedby": "info error", onInput: (ev) => this.handleInput(ev), onBlur: () => this.handleBlur(), placeholder: this.placeholder, autocomplete: "off", "aria-required": this.requiredField ? "true" : null, value: this.value, rows: 3, style: { height: this.inputHeight } }), this.characterLimit && typeof this.characterLimit === "number" ? (h("div", { class: `character-count ${this.value.length > this.characterLimit ? "exceeded" : ""}` }, this.charCount, "/", this.characterLimit)) : ("")), this.info && (h("div", { key: 'aa2ce03ed1a2ff9731b898c7bc1e71741f3bd780', id: "info", class: "info" }, this.info)), h("div", { key: 'd90b9eca7192178d8267ddaa6ff4d7879d15f349', id: "error", class: "error-message" }, this.errorMessage), h("div", { key: 'f226ad7a61e0f7cfef69f98bcc1b03ee75fa06c8', id: "live-polite", class: "sr-only", "aria-live": "polite", "aria-atomic": "true", ref: (el) => (this.liveRegionEl = el) }, this.announcement))));
|
|
69
69
|
}
|
|
70
70
|
static get is() { return "wm-textarea"; }
|
|
71
71
|
static get encapsulation() { return "shadow"; }
|
|
@@ -275,13 +275,13 @@ export class Timepicker {
|
|
|
275
275
|
return this.times.map((time, index) => (h("li", { id: `option${index + 1}`, "data-time": time, role: "option", onClick: () => this.handleOptionClick(time) }, this.reformatTimeInternal("12", time))));
|
|
276
276
|
}
|
|
277
277
|
render() {
|
|
278
|
-
return (h(Host, { onBlur: () => this.close(false) }, h("div", { class: `wrapper label-${this.labelPosition} ${!!this.errorMessage ? "invalid" : ""}`, ref: (t) => (this.tpWrapper = t) }, h("div", { class: "label-wrapper" }, this.labelPosition !== "none" && (h("label", { id: "label", class: "label", htmlFor: "time-input" }, this.label, this.requiredField && (h("span", { class: "required", "aria-hidden": "true" }, "*"))))), h("div",
|
|
278
|
+
return (h(Host, { key: '11b0fa37194a8dca577356f3e72ec3fc6f0de547', onBlur: () => this.close(false) }, h("div", { key: 'c85ae469c1b7fe7c3ff468b324a6c3d1a00a4e7d', class: `wrapper label-${this.labelPosition} ${!!this.errorMessage ? "invalid" : ""}`, ref: (t) => (this.tpWrapper = t) }, h("div", { key: '3de175cb20e3c901d31a326509e5d274777477d7', class: "label-wrapper" }, this.labelPosition !== "none" && (h("label", { key: '7c91c9e9ec8bc451bf532299ddd684adb7f72d72', id: "label", class: "label", htmlFor: "time-input" }, this.label, this.requiredField && (h("span", { key: '62f5a8c7da6adf689ebb82f018377f1028c32655', class: "required", "aria-hidden": "true" }, "*"))))), h("div", { key: 'bba20dccd397fa27041e75408f8729009ccac1e3' }, h("div", { key: '1f6817a1824d28853e18318510cbf1ba728461dc', class: "inner-wrapper" }, h("input", { key: '61a50f796ac97435ed47f1d0aeca0d21dc524cf5', id: "time-input", "aria-label": this.label, "aria-describedby": "error", ref: (el) => (this.inputEl = el), onBlur: () => this.handleInputBlur(), onInput: () => (this.value = this.inputEl.value), disabled: this.isDisabled, "aria-required": this.requiredField ? "true" : null, placeholder: this.timeFormat, autocomplete: "off", value: this.value, onFocus: () => this.tpWrapper.classList.add("focus") }), h("button", { key: 'eae83dd641e52e2cc830d64d80e97a152702bb23', id: "btn", ref: (el) => (this.buttonEl = el), disabled: this.isDisabled, "aria-controls": "list", "aria-expanded": this.isExpanded ? "true" : "false", "aria-label": this.buttonAriaLabel, "aria-describedby": "time-input", onClick: () => (this.isExpanded ? this.close() : this.open()),
|
|
279
279
|
// This addresses an issue in Safari, where clicking buttons does not focus them
|
|
280
280
|
// if the button does not receive focus when clicked, Timepicker incorrectly emits a blur event
|
|
281
281
|
onMouseDown: (ev) => {
|
|
282
282
|
ev.preventDefault();
|
|
283
283
|
this.buttonEl.focus();
|
|
284
|
-
} }, h("span", { class: "clock" })), h("ul", { class: `options ${this.isExpanded ? "open" : ""} ${this.openUp ? "upwards" : ""}`, id: "list", role: "listbox", "aria-labelledby": "label", "aria-describedby": this.isExpanded ? "collapsed" : null, tabindex: -1, ref: (el) => (this.optionsEl = el) }, this.renderOptions())), h("div", { id: "error", class: "error" }, this.errorMessage)), h("div", { id: "live-polite", class: "sr-only", "aria-live": "polite", "aria-atomic": "true", ref: (el) => (this.liveRegionEl = el) }))));
|
|
284
|
+
} }, h("span", { key: '6d366b29839c557e11bbb0d1d8a342d7137fe833', class: "clock" })), h("ul", { key: '87ba66e6e7e04d84b9acdf078cdd5823c974b813', class: `options ${this.isExpanded ? "open" : ""} ${this.openUp ? "upwards" : ""}`, id: "list", role: "listbox", "aria-labelledby": "label", "aria-describedby": this.isExpanded ? "collapsed" : null, tabindex: -1, ref: (el) => (this.optionsEl = el) }, this.renderOptions())), h("div", { key: '16cbeeb38724745408322a1beb4ea24887111671', id: "error", class: "error" }, this.errorMessage)), h("div", { key: '845915faa2094776443e6f5930f910a29689d0b1', id: "live-polite", class: "sr-only", "aria-live": "polite", "aria-atomic": "true", ref: (el) => (this.liveRegionEl = el) }))));
|
|
285
285
|
}
|
|
286
286
|
static get is() { return "wm-timepicker"; }
|
|
287
287
|
static get encapsulation() { return "shadow"; }
|
|
@@ -468,8 +468,9 @@ export class Timepicker {
|
|
|
468
468
|
"complexType": {
|
|
469
469
|
"signature": "(input: string) => Promise<boolean>",
|
|
470
470
|
"parameters": [{
|
|
471
|
-
"
|
|
472
|
-
"
|
|
471
|
+
"name": "input",
|
|
472
|
+
"type": "string",
|
|
473
|
+
"docs": ""
|
|
473
474
|
}],
|
|
474
475
|
"references": {
|
|
475
476
|
"Promise": {
|
|
@@ -488,11 +489,13 @@ export class Timepicker {
|
|
|
488
489
|
"complexType": {
|
|
489
490
|
"signature": "(format: \"12\" | \"24\", time: TimeFormat12 | TimeFormat24) => Promise<string>",
|
|
490
491
|
"parameters": [{
|
|
491
|
-
"
|
|
492
|
-
"
|
|
492
|
+
"name": "format",
|
|
493
|
+
"type": "\"12\" | \"24\"",
|
|
494
|
+
"docs": ""
|
|
493
495
|
}, {
|
|
494
|
-
"
|
|
495
|
-
"
|
|
496
|
+
"name": "time",
|
|
497
|
+
"type": "string",
|
|
498
|
+
"docs": ""
|
|
496
499
|
}],
|
|
497
500
|
"references": {
|
|
498
501
|
"Promise": {
|
|
@@ -97,9 +97,9 @@ export class Toggletip {
|
|
|
97
97
|
}
|
|
98
98
|
}
|
|
99
99
|
render() {
|
|
100
|
-
return (h(Host, { class: `size-${this.targetSize}` }, h("button", { class: "button", type: "button", "aria-label": this.label, onClick: () => this.open(),
|
|
100
|
+
return (h(Host, { key: 'b8b9f19c7c86b2bd241eb38720dc35d556f12d19', class: `size-${this.targetSize}` }, h("button", { key: 'cc509ec78b94f3a9d1652283a6251d312074e9f7', class: "button", type: "button", "aria-label": this.label, onClick: () => this.open(),
|
|
101
101
|
// In order to position the tooltip identically to the toggletip, it's presence is determined by these four events
|
|
102
|
-
onMouseEnter: () => showTooltip(this.tooltipPosition, this.el, this.tooltipMessage), onMouseLeave: () => hideTooltip(), onFocus: () => showTooltip(this.tooltipPosition, this.el, this.tooltipMessage), onBlur: () => this.handleBlur() }), h("div", { ref: (el) => (this.toggletipEl = el), class: `toggletip ${this.isOpen ? "" : "hidden"} ${this.tooltipPosition}` }, this.tooltip), h("div", { ref: (el) => (this.liveRegionEl = el), class: "live-region sr-only", role: "status", "aria-live": "polite", "aria-atomic": "true" })));
|
|
102
|
+
onMouseEnter: () => showTooltip(this.tooltipPosition, this.el, this.tooltipMessage), onMouseLeave: () => hideTooltip(), onFocus: () => showTooltip(this.tooltipPosition, this.el, this.tooltipMessage), onBlur: () => this.handleBlur() }), h("div", { key: '0a76a514a36d6191ba5155a1edf612472921f4b1', ref: (el) => (this.toggletipEl = el), class: `toggletip ${this.isOpen ? "" : "hidden"} ${this.tooltipPosition}` }, this.tooltip), h("div", { key: '326b3966acf74bcced38af38c9f74bfa78753b4e', ref: (el) => (this.liveRegionEl = el), class: "live-region sr-only", role: "status", "aria-live": "polite", "aria-atomic": "true" })));
|
|
103
103
|
}
|
|
104
104
|
static get is() { return "wm-toggletip"; }
|
|
105
105
|
static get encapsulation() { return "shadow"; }
|
|
@@ -206,9 +206,9 @@ export class Uploader {
|
|
|
206
206
|
return (h("div", { class: `wrapper ${this.errorMessage ? "invalid" : ""}` }, h("div", { id: "label", class: `label` }, this.label, this.requiredField && (h("span", { class: "required", "aria-hidden": "true" }, "*")))));
|
|
207
207
|
}
|
|
208
208
|
render() {
|
|
209
|
-
return (h(Host,
|
|
209
|
+
return (h(Host, { key: '46d82b5386359d17221f7b7376dbbafcdd245543' }, this.label && this.renderLabel(), this.renderHeader(), this.renderListContainer(), h("div", { key: 'b7f938f7da392db21554228ab4f104a2116ecb44', ref: (el) => (this.assertiveLiveRegionEl = el), class: "live-region sr-only", "aria-live": "assertive" // since it's directly linked to the action the user took, it should be read in priority. With polite, some messages get dismissed in favor of the page title
|
|
210
210
|
,
|
|
211
|
-
"aria-atomic": "true" }), h("div", { ref: (el) => (this.politeLiveRegionEl = el), class: "live-region sr-only", "aria-live": "polite", "aria-atomic": "true" })));
|
|
211
|
+
"aria-atomic": "true" }), h("div", { key: '1b0a6f5340262caed883ac70a38f76e80f6c0d5c', ref: (el) => (this.politeLiveRegionEl = el), class: "live-region sr-only", "aria-live": "polite", "aria-atomic": "true" })));
|
|
212
212
|
}
|
|
213
213
|
static get is() { return "wm-uploader"; }
|
|
214
214
|
static get encapsulation() { return "shadow"; }
|
|
@@ -1,43 +1,43 @@
|
|
|
1
|
-
/* This script is useful when we translate internally, so we know which keys to translate.
|
|
2
|
-
* Currently Martin Maugeais translates to French and Kristian Manrique to Spanish.
|
|
3
|
-
* This script should be run with `npm run missing`. It may fail otherwise, as fs paths are relative to project root.
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
const fs = require("fs");
|
|
7
|
-
const en = require("./en.json");
|
|
8
|
-
const fr = require("./fr.json");
|
|
9
|
-
const es = require("./es.json");
|
|
10
|
-
|
|
11
|
-
const keys = Object.keys(en);
|
|
12
|
-
|
|
13
|
-
let missingFR = {};
|
|
14
|
-
let missingES = {};
|
|
15
|
-
|
|
16
|
-
keys.map((key) => {
|
|
17
|
-
if (!fr[key]) {
|
|
18
|
-
missingFR[key] = en[key];
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
if (!es[key]) {
|
|
22
|
-
missingES[key] = en[key];
|
|
23
|
-
}
|
|
24
|
-
});
|
|
25
|
-
|
|
26
|
-
const dataFR = JSON.stringify(missingFR, null, 2);
|
|
27
|
-
const dataES = JSON.stringify(missingES, null, 2);
|
|
28
|
-
|
|
29
|
-
const totalMissingFR = Object.entries(missingFR).length;
|
|
30
|
-
if (totalMissingFR > 0) {
|
|
31
|
-
fs.writeFile("src/lang/missingTranslationsFR.json", dataFR, (err) => {
|
|
32
|
-
!!err && console.log(err);
|
|
33
|
-
});
|
|
34
|
-
console.log(`${totalMissingFR} french translations missing. See src/lang/missingTranslationsFR.json`);
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
const totalMissingES = Object.entries(missingES).length;
|
|
38
|
-
if (totalMissingES > 0) {
|
|
39
|
-
fs.writeFile("src/lang/missingTranslationsES.json", dataES, (err) => {
|
|
40
|
-
!!err && console.log(err);
|
|
41
|
-
});
|
|
42
|
-
console.log(`${totalMissingES} spanish translations missing. See src/lang/missingTranslationsES.json`);
|
|
43
|
-
}
|
|
1
|
+
/* This script is useful when we translate internally, so we know which keys to translate.
|
|
2
|
+
* Currently Martin Maugeais translates to French and Kristian Manrique to Spanish.
|
|
3
|
+
* This script should be run with `npm run missing`. It may fail otherwise, as fs paths are relative to project root.
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
const fs = require("fs");
|
|
7
|
+
const en = require("./en.json");
|
|
8
|
+
const fr = require("./fr.json");
|
|
9
|
+
const es = require("./es.json");
|
|
10
|
+
|
|
11
|
+
const keys = Object.keys(en);
|
|
12
|
+
|
|
13
|
+
let missingFR = {};
|
|
14
|
+
let missingES = {};
|
|
15
|
+
|
|
16
|
+
keys.map((key) => {
|
|
17
|
+
if (!fr[key]) {
|
|
18
|
+
missingFR[key] = en[key];
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
if (!es[key]) {
|
|
22
|
+
missingES[key] = en[key];
|
|
23
|
+
}
|
|
24
|
+
});
|
|
25
|
+
|
|
26
|
+
const dataFR = JSON.stringify(missingFR, null, 2);
|
|
27
|
+
const dataES = JSON.stringify(missingES, null, 2);
|
|
28
|
+
|
|
29
|
+
const totalMissingFR = Object.entries(missingFR).length;
|
|
30
|
+
if (totalMissingFR > 0) {
|
|
31
|
+
fs.writeFile("src/lang/missingTranslationsFR.json", dataFR, (err) => {
|
|
32
|
+
!!err && console.log(err);
|
|
33
|
+
});
|
|
34
|
+
console.log(`${totalMissingFR} french translations missing. See src/lang/missingTranslationsFR.json`);
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
const totalMissingES = Object.entries(missingES).length;
|
|
38
|
+
if (totalMissingES > 0) {
|
|
39
|
+
fs.writeFile("src/lang/missingTranslationsES.json", dataES, (err) => {
|
|
40
|
+
!!err && console.log(err);
|
|
41
|
+
});
|
|
42
|
+
console.log(`${totalMissingES} spanish translations missing. See src/lang/missingTranslationsES.json`);
|
|
43
|
+
}
|
|
@@ -1,93 +1,93 @@
|
|
|
1
|
-
const fs = require("fs");
|
|
2
|
-
const en = require("./en.json");
|
|
3
|
-
|
|
4
|
-
const pig = {};
|
|
5
|
-
Object.keys(en).map((k) => {
|
|
6
|
-
let string = en[k].defaultMessage;
|
|
7
|
-
const interpStart = string.indexOf("{");
|
|
8
|
-
const interpEnd = string.lastIndexOf("}") + 1;
|
|
9
|
-
|
|
10
|
-
// if there is an interpolation pattern
|
|
11
|
-
if (interpStart >= 0 && interpEnd > 2) {
|
|
12
|
-
let translInterp = translateSentence(string.slice(0, interpStart));
|
|
13
|
-
|
|
14
|
-
const interp = string.slice(interpStart, interpEnd);
|
|
15
|
-
// what's inside the braces shouldn't be translated
|
|
16
|
-
// unless it's in nested translated, and so on
|
|
17
|
-
// we can set flags to cut the string into pieces
|
|
18
|
-
// which should or should not be translated
|
|
19
|
-
const flags = [];
|
|
20
|
-
for (x = 0; x < interp.length; x++) {
|
|
21
|
-
if (interp[x] == "{") {
|
|
22
|
-
flags.push(x);
|
|
23
|
-
} else if (interp[x] == "}") {
|
|
24
|
-
flags.push(x);
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
splits = flags.map((_, i) => {
|
|
29
|
-
if (i < flags.length) return interp.slice(flags[i], flags[i + 1]);
|
|
30
|
-
});
|
|
31
|
-
|
|
32
|
-
splits.map((split, i) => {
|
|
33
|
-
translInterp += i % 2 ? translateSentence(split) : split; // only translate even ones (the odd ones are params)
|
|
34
|
-
});
|
|
35
|
-
|
|
36
|
-
translInterp += translateSentence(string.slice(interpEnd, string.length));
|
|
37
|
-
|
|
38
|
-
const dm = { defaultMessage: translInterp };
|
|
39
|
-
pig[k] = dm;
|
|
40
|
-
} else {
|
|
41
|
-
const dm = { defaultMessage: translateSentence(string) };
|
|
42
|
-
pig[k] = dm;
|
|
43
|
-
}
|
|
44
|
-
});
|
|
45
|
-
data = JSON.stringify(pig, null, 2);
|
|
46
|
-
|
|
47
|
-
fs.writeFile("src/lang/pig.json", data, (err) => {
|
|
48
|
-
!!err && console.log(err);
|
|
49
|
-
});
|
|
50
|
-
|
|
51
|
-
function pigLatinize(word) {
|
|
52
|
-
const isVowel = (char) => ["a", "e", "i", "o", "u"].includes(char.toLowerCase());
|
|
53
|
-
const isLetter = (char) => RegExp(/^\p{L}/, "u").test(char);
|
|
54
|
-
|
|
55
|
-
const firstLetter = Array.from(word).reduce((l, char, i) => (isLetter(char) && l < 0 ? i : l), -1);
|
|
56
|
-
|
|
57
|
-
const lastLetter = Array.from(word).reduce((l, char, i) => (isLetter(char) ? i : l), -1);
|
|
58
|
-
|
|
59
|
-
if (firstLetter == -1 && lastLetter == -1) return word; // only special chars, don't translate
|
|
60
|
-
|
|
61
|
-
const specialKBefore = word.slice(0, firstLetter) || "";
|
|
62
|
-
const specialKAfter = word.slice(lastLetter + 1, word.length + 1) || "";
|
|
63
|
-
word = word.slice(firstLetter, lastLetter + 1) || "";
|
|
64
|
-
|
|
65
|
-
if (word) {
|
|
66
|
-
if (isVowel(word[0])) {
|
|
67
|
-
word += "yay";
|
|
68
|
-
} else {
|
|
69
|
-
const firstVowel = Array.from(word).reduce((firstV, char, i) => {
|
|
70
|
-
return isVowel(char) && firstV < 0 ? i : firstV;
|
|
71
|
-
}, -1);
|
|
72
|
-
if (word[0] == word[0].toUpperCase()) {
|
|
73
|
-
word =
|
|
74
|
-
word.substring(firstVowel, firstVowel + 1).toUpperCase() +
|
|
75
|
-
word.substring(firstVowel + 1, word.length) +
|
|
76
|
-
word.substring(0, firstVowel).toLowerCase() +
|
|
77
|
-
"ay";
|
|
78
|
-
} else {
|
|
79
|
-
word = word.substring(firstVowel, word.length) + word.substring(0, firstVowel) + "ay";
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
return specialKBefore + word + specialKAfter;
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
function translateSentence(string) {
|
|
87
|
-
let words = string.split(" ");
|
|
88
|
-
return words
|
|
89
|
-
.reduce((acc, word) => {
|
|
90
|
-
return acc + " " + pigLatinize(word);
|
|
91
|
-
}, "")
|
|
92
|
-
.substring(1); // rm leading space
|
|
93
|
-
}
|
|
1
|
+
const fs = require("fs");
|
|
2
|
+
const en = require("./en.json");
|
|
3
|
+
|
|
4
|
+
const pig = {};
|
|
5
|
+
Object.keys(en).map((k) => {
|
|
6
|
+
let string = en[k].defaultMessage;
|
|
7
|
+
const interpStart = string.indexOf("{");
|
|
8
|
+
const interpEnd = string.lastIndexOf("}") + 1;
|
|
9
|
+
|
|
10
|
+
// if there is an interpolation pattern
|
|
11
|
+
if (interpStart >= 0 && interpEnd > 2) {
|
|
12
|
+
let translInterp = translateSentence(string.slice(0, interpStart));
|
|
13
|
+
|
|
14
|
+
const interp = string.slice(interpStart, interpEnd);
|
|
15
|
+
// what's inside the braces shouldn't be translated
|
|
16
|
+
// unless it's in nested translated, and so on
|
|
17
|
+
// we can set flags to cut the string into pieces
|
|
18
|
+
// which should or should not be translated
|
|
19
|
+
const flags = [];
|
|
20
|
+
for (x = 0; x < interp.length; x++) {
|
|
21
|
+
if (interp[x] == "{") {
|
|
22
|
+
flags.push(x);
|
|
23
|
+
} else if (interp[x] == "}") {
|
|
24
|
+
flags.push(x);
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
splits = flags.map((_, i) => {
|
|
29
|
+
if (i < flags.length) return interp.slice(flags[i], flags[i + 1]);
|
|
30
|
+
});
|
|
31
|
+
|
|
32
|
+
splits.map((split, i) => {
|
|
33
|
+
translInterp += i % 2 ? translateSentence(split) : split; // only translate even ones (the odd ones are params)
|
|
34
|
+
});
|
|
35
|
+
|
|
36
|
+
translInterp += translateSentence(string.slice(interpEnd, string.length));
|
|
37
|
+
|
|
38
|
+
const dm = { defaultMessage: translInterp };
|
|
39
|
+
pig[k] = dm;
|
|
40
|
+
} else {
|
|
41
|
+
const dm = { defaultMessage: translateSentence(string) };
|
|
42
|
+
pig[k] = dm;
|
|
43
|
+
}
|
|
44
|
+
});
|
|
45
|
+
data = JSON.stringify(pig, null, 2);
|
|
46
|
+
|
|
47
|
+
fs.writeFile("src/lang/pig.json", data, (err) => {
|
|
48
|
+
!!err && console.log(err);
|
|
49
|
+
});
|
|
50
|
+
|
|
51
|
+
function pigLatinize(word) {
|
|
52
|
+
const isVowel = (char) => ["a", "e", "i", "o", "u"].includes(char.toLowerCase());
|
|
53
|
+
const isLetter = (char) => RegExp(/^\p{L}/, "u").test(char);
|
|
54
|
+
|
|
55
|
+
const firstLetter = Array.from(word).reduce((l, char, i) => (isLetter(char) && l < 0 ? i : l), -1);
|
|
56
|
+
|
|
57
|
+
const lastLetter = Array.from(word).reduce((l, char, i) => (isLetter(char) ? i : l), -1);
|
|
58
|
+
|
|
59
|
+
if (firstLetter == -1 && lastLetter == -1) return word; // only special chars, don't translate
|
|
60
|
+
|
|
61
|
+
const specialKBefore = word.slice(0, firstLetter) || "";
|
|
62
|
+
const specialKAfter = word.slice(lastLetter + 1, word.length + 1) || "";
|
|
63
|
+
word = word.slice(firstLetter, lastLetter + 1) || "";
|
|
64
|
+
|
|
65
|
+
if (word) {
|
|
66
|
+
if (isVowel(word[0])) {
|
|
67
|
+
word += "yay";
|
|
68
|
+
} else {
|
|
69
|
+
const firstVowel = Array.from(word).reduce((firstV, char, i) => {
|
|
70
|
+
return isVowel(char) && firstV < 0 ? i : firstV;
|
|
71
|
+
}, -1);
|
|
72
|
+
if (word[0] == word[0].toUpperCase()) {
|
|
73
|
+
word =
|
|
74
|
+
word.substring(firstVowel, firstVowel + 1).toUpperCase() +
|
|
75
|
+
word.substring(firstVowel + 1, word.length) +
|
|
76
|
+
word.substring(0, firstVowel).toLowerCase() +
|
|
77
|
+
"ay";
|
|
78
|
+
} else {
|
|
79
|
+
word = word.substring(firstVowel, word.length) + word.substring(0, firstVowel) + "ay";
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
return specialKBefore + word + specialKAfter;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
function translateSentence(string) {
|
|
87
|
+
let words = string.split(" ");
|
|
88
|
+
return words
|
|
89
|
+
.reduce((acc, word) => {
|
|
90
|
+
return acc + " " + pigLatinize(word);
|
|
91
|
+
}, "")
|
|
92
|
+
.substring(1); // rm leading space
|
|
93
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
import './index-130e07bb.js';
|
|
2
2
|
|
|
3
|
-
const version = "5.10.0-
|
|
3
|
+
const version = "5.10.0-12";
|
|
4
4
|
|
|
5
5
|
// PRINT RIPPLE VERSION IN CONSOLE
|
|
6
6
|
// test envs return 0 for plugin.length
|
|
@@ -83,3 +83,8 @@ tooltipStyles.textContent = `
|
|
|
83
83
|
document.head.appendChild(tooltipStyles);
|
|
84
84
|
tooltipContainer.appendChild(tooltipEl);
|
|
85
85
|
document.querySelector("body").appendChild(tooltipContainer);
|
|
86
|
+
const globalFn = () => { };
|
|
87
|
+
|
|
88
|
+
const globalScripts = globalFn;
|
|
89
|
+
|
|
90
|
+
export { globalScripts as g };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { h } from './index-
|
|
2
|
-
import { i as intl, c as checkForActiveElInShadow, e as safeMultiplyFloat, f as getPosition } from './functions-
|
|
1
|
+
import { h } from './index-130e07bb.js';
|
|
2
|
+
import { i as intl, c as checkForActiveElInShadow, e as safeMultiplyFloat, f as getPosition } from './functions-f39e6177.js';
|
|
3
3
|
|
|
4
4
|
const colors = {
|
|
5
5
|
salmon: "#ff5f4e",
|
|
@@ -69,7 +69,7 @@ const allChartsDetails = {
|
|
|
69
69
|
bar5: {
|
|
70
70
|
size: 400,
|
|
71
71
|
colors: [
|
|
72
|
-
colors.gray,
|
|
72
|
+
colors.gray, // this is only used if prop notStartedColor is set
|
|
73
73
|
colors.lavender,
|
|
74
74
|
colors.midnight,
|
|
75
75
|
"#0089e4",
|