@watermarkinsights/ripple 5.12.0-11 → 5.12.0-13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{esm/global-c1827d25.js → cjs/app-globals-f7b7659e.js} +10 -1
- package/dist/cjs/{chartFunctions-0436714f.js → chartFunctions-1e1d3cae.js} +3 -3
- package/dist/cjs/{functions-e24249e6.js → functions-4f353093.js} +1684 -273
- package/dist/cjs/index-788526f5.js +1859 -0
- package/dist/cjs/{intl-a70cf8c2.js → intl-f7c9452b.js} +104 -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 +15 -51
- 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 +22 -10
- 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 +5 -4
- package/dist/cjs/wm-input.cjs.entry.js +6 -5
- package/dist/cjs/wm-line-chart.cjs.entry.js +19 -17
- 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 +17 -55
- package/dist/cjs/wm-optgroup.cjs.entry.js +5 -4
- package/dist/cjs/wm-option_2.cjs.entry.js +13 -23
- package/dist/cjs/wm-pagination.cjs.entry.js +66 -13
- 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 +14 -8
- package/dist/cjs/wm-tab-item_3.cjs.entry.js +17 -9
- package/dist/cjs/wm-tag-input.cjs.entry.js +30 -23
- 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 +7 -6
- 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 +14 -13
- 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 +30 -15
- package/dist/collection/components/datepickers/wm-datepicker.js +17 -13
- package/dist/collection/components/selects/priv-option-list/priv-option-list.js +18 -53
- package/dist/collection/components/selects/wm-nested-select/wm-nested-select.js +17 -56
- 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 +10 -22
- 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.js +1 -1
- 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 +1 -1
- package/dist/collection/components/wm-pagination/wm-pagination.js +63 -11
- package/dist/collection/components/wm-search/wm-search.js +5 -4
- package/dist/collection/components/wm-snackbar/wm-snackbar.js +10 -5
- 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 +8 -3
- 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 +25 -19
- 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.css +0 -1
- 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/global/intl.js +102 -0
- package/dist/collection/lang/piglatin.js +9 -1
- package/dist/{cjs/global-da3d372b.js → esm/app-globals-abcdae09.js} +7 -2
- package/dist/esm/{chartFunctions-7a2b7a90.js → chartFunctions-4cfa7410.js} +3 -3
- package/dist/esm/{functions-899cea51.js → functions-9e8253e7.js} +1685 -274
- package/dist/esm/index-130e07bb.js +1828 -0
- package/dist/esm/{intl-87b9b541.js → intl-d78f158c.js} +104 -2
- package/dist/esm/loader.js +5 -4
- 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 +15 -51
- 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 +22 -10
- 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 +5 -4
- package/dist/esm/wm-input.entry.js +6 -5
- package/dist/esm/wm-line-chart.entry.js +19 -17
- 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 +17 -55
- package/dist/esm/wm-optgroup.entry.js +5 -4
- package/dist/esm/wm-option_2.entry.js +13 -23
- package/dist/esm/wm-pagination.entry.js +66 -13
- 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 +14 -8
- package/dist/esm/wm-tab-item_3.entry.js +17 -9
- package/dist/esm/wm-tag-input.entry.js +30 -23
- 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 +7 -6
- package/dist/esm/wm-uploader.entry.js +7 -6
- package/dist/esm/wm-wrapper.entry.js +1 -1
- package/dist/esm-es5/app-globals-abcdae09.js +1 -0
- package/dist/esm-es5/{chartFunctions-7a2b7a90.js → chartFunctions-4cfa7410.js} +1 -1
- package/dist/esm-es5/functions-9e8253e7.js +1 -0
- package/dist/esm-es5/index-130e07bb.js +1 -0
- package/dist/esm-es5/intl-d78f158c.js +1 -0
- 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-65d26233.system.entry.js → p-043901ab.system.entry.js} +1 -1
- package/dist/ripple/{p-555091aa.system.entry.js → p-0a6cbbce.system.entry.js} +1 -1
- package/dist/ripple/{p-48e09589.entry.js → p-13b1d775.entry.js} +1 -1
- package/dist/ripple/p-142e4c2d.entry.js +1 -0
- package/dist/ripple/{p-1a71d867.system.entry.js → p-165b5d3d.system.entry.js} +1 -1
- package/dist/ripple/p-1a5b91c1.entry.js +1 -0
- package/dist/ripple/{p-bda32fc9.system.entry.js → p-1f5f9e07.system.entry.js} +1 -1
- package/dist/ripple/p-236247d1.entry.js +1 -0
- package/dist/ripple/{p-6c7e754c.js → p-2fa21bed.js} +1 -1
- package/dist/ripple/{p-a04ef164.system.entry.js → p-3376581a.system.entry.js} +1 -1
- package/dist/ripple/{p-39436e07.system.entry.js → p-39abb5e4.system.entry.js} +1 -1
- package/dist/ripple/{p-ce219de1.system.entry.js → p-3d520a26.system.entry.js} +1 -1
- package/dist/ripple/p-41ce71aa.system.js +1 -0
- package/dist/ripple/{p-68e04222.entry.js → p-45c4fc87.entry.js} +1 -1
- package/dist/ripple/p-4d29bcf8.entry.js +1 -0
- package/dist/ripple/p-56d386b7.system.entry.js +1 -0
- package/dist/ripple/{p-29bc2e29.entry.js → p-5c62e26d.entry.js} +1 -1
- package/dist/ripple/{p-b22b8da5.system.entry.js → p-629f5f7d.system.entry.js} +1 -1
- package/dist/ripple/p-6354858c.system.entry.js +1 -0
- package/dist/ripple/{p-b027e0e7.entry.js → p-63f9a56d.entry.js} +1 -1
- package/dist/ripple/{p-1a4b6b02.system.entry.js → p-658f146a.system.entry.js} +1 -1
- package/dist/ripple/{p-50ba37b9.entry.js → p-68bd4288.entry.js} +1 -1
- package/dist/ripple/p-70aa314c.entry.js +1 -0
- package/dist/ripple/p-75656013.entry.js +1 -0
- package/dist/ripple/{p-e9177cb5.entry.js → p-76f9acec.entry.js} +1 -1
- package/dist/ripple/p-77b420a9.entry.js +1 -0
- package/dist/ripple/p-7b75564f.entry.js +1 -0
- package/dist/ripple/p-7bdacaba.entry.js +1 -0
- package/dist/ripple/{p-1a6699ee.entry.js → p-7c306fa3.entry.js} +1 -1
- package/dist/ripple/{p-639011da.system.entry.js → p-7c4fa135.system.entry.js} +1 -1
- package/dist/ripple/{p-32bf3f5b.system.entry.js → p-823d7b4e.system.entry.js} +1 -1
- package/dist/ripple/{p-63faf802.system.entry.js → p-83839da3.system.entry.js} +1 -1
- package/dist/ripple/p-86457680.js +1 -0
- package/dist/ripple/p-86ee3a1c.system.entry.js +1 -0
- package/dist/ripple/{p-4392f369.system.entry.js → p-8ad6cfa7.system.entry.js} +1 -1
- package/dist/ripple/{p-3703934b.system.js → p-8afa85d7.system.js} +1 -1
- package/dist/ripple/p-91427f79.system.js +1 -0
- package/dist/ripple/p-933bdedf.entry.js +1 -0
- package/dist/ripple/{p-f3b7781a.system.entry.js → p-9345ff24.system.entry.js} +1 -1
- package/dist/ripple/p-93649ba1.entry.js +1 -0
- package/dist/ripple/{p-a94b1ea9.entry.js → p-988dc626.entry.js} +1 -1
- package/dist/ripple/p-9973d3c4.entry.js +1 -0
- package/dist/ripple/{p-08cae940.system.entry.js → p-9d1301b5.system.entry.js} +1 -1
- package/dist/ripple/{p-c850c123.system.entry.js → p-9fa2a154.system.entry.js} +1 -1
- package/dist/ripple/{p-e27499cc.entry.js → p-a2535dde.entry.js} +1 -1
- package/dist/ripple/{p-8a555fea.system.entry.js → p-a32c32a5.system.entry.js} +1 -1
- package/dist/ripple/p-a3b005be.entry.js +1 -0
- package/dist/ripple/{p-00daed0d.system.entry.js → p-a5647b5c.system.entry.js} +1 -1
- package/dist/ripple/{p-ab7a7407.entry.js → p-a7252c5d.entry.js} +1 -1
- package/dist/ripple/p-a766c2d9.js +1 -0
- package/dist/ripple/{p-c32d42ff.system.entry.js → p-aad4c911.system.entry.js} +1 -1
- package/dist/ripple/{p-49faa27e.system.entry.js → p-b57307fb.system.entry.js} +1 -1
- package/dist/ripple/{p-5567f97d.system.entry.js → p-b85b90df.system.entry.js} +1 -1
- package/dist/ripple/p-b9fd87cf.system.entry.js +1 -0
- package/dist/ripple/p-bdc1ca1c.entry.js +1 -0
- package/dist/ripple/p-bf95dc5f.js +1 -0
- package/dist/ripple/p-c508b49a.system.js +1 -0
- package/dist/ripple/{p-0b779f0c.system.entry.js → p-c53f75cd.system.entry.js} +1 -1
- package/dist/ripple/{p-dbca5668.system.entry.js → p-c5500fcd.system.entry.js} +1 -1
- package/dist/ripple/{p-930a43cd.system.entry.js → p-c9c0614b.system.entry.js} +1 -1
- package/dist/ripple/p-cb60f6cc.entry.js +1 -0
- package/dist/ripple/{p-3f3dadc5.system.entry.js → p-cce8e977.system.entry.js} +1 -1
- 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-d03e0e35.system.entry.js +1 -0
- package/dist/ripple/{p-66b8e9a0.entry.js → p-d2de817b.entry.js} +1 -1
- package/dist/ripple/{p-94cf5830.system.entry.js → p-d9b5f378.system.entry.js} +1 -1
- package/dist/ripple/p-d9da0502.js +2 -0
- package/dist/ripple/{p-9609af5c.system.entry.js → p-db2d9e78.system.entry.js} +1 -1
- package/dist/ripple/p-dc86a666.system.js +1 -0
- package/dist/ripple/p-ded3327c.entry.js +1 -0
- package/dist/ripple/{p-f594d6e1.entry.js → p-deec276d.entry.js} +1 -1
- package/dist/ripple/p-e2cf5473.entry.js +1 -0
- package/dist/ripple/{p-17a72fc6.system.entry.js → p-edca689f.system.entry.js} +1 -1
- package/dist/ripple/p-f1528c80.entry.js +1 -0
- package/dist/ripple/p-f26a2a38.entry.js +1 -0
- package/dist/ripple/{p-f6ec10c6.entry.js → p-f5380902.entry.js} +1 -1
- package/dist/ripple/p-f9a71cf6.entry.js +1 -0
- package/dist/ripple/{p-08c0a003.system.entry.js → p-fde28903.system.entry.js} +1 -1
- package/dist/ripple/ripple.esm.js +1 -1
- package/dist/ripple/ripple.js +1 -1
- package/dist/types/components/selects/priv-option-list/priv-option-list.d.ts +0 -6
- package/dist/types/components/wm-pagination/wm-pagination.d.ts +6 -0
- package/dist/types/components/wm-snackbar/wm-snackbar.d.ts +1 -0
- package/dist/types/components/wm-tabs/wm-tab-list/wm-tab-list.d.ts +1 -0
- package/dist/types/components/wm-tag-input/wm-tag-input.d.ts +2 -1
- package/dist/types/global/intl.d.ts +22 -0
- package/dist/types/stencil-public-runtime.d.ts +3 -10
- package/package.json +2 -2
- 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-899cea51.js +0 -1
- package/dist/esm-es5/global-c1827d25.js +0 -1
- package/dist/esm-es5/index-558b5a82.js +0 -1
- package/dist/esm-es5/intl-87b9b541.js +0 -1
- package/dist/ripple/p-15778b2d.entry.js +0 -1
- package/dist/ripple/p-1fcea04c.entry.js +0 -1
- package/dist/ripple/p-20cb733d.js +0 -1
- package/dist/ripple/p-2d0b6f97.entry.js +0 -1
- package/dist/ripple/p-338f476b.entry.js +0 -1
- package/dist/ripple/p-3ffd83ff.entry.js +0 -1
- package/dist/ripple/p-466c31d7.entry.js +0 -1
- package/dist/ripple/p-47285fc5.system.entry.js +0 -1
- package/dist/ripple/p-4b6ef736.system.js +0 -1
- package/dist/ripple/p-529bf080.system.js +0 -1
- package/dist/ripple/p-568c595f.js +0 -2
- package/dist/ripple/p-56f88847.system.entry.js +0 -1
- package/dist/ripple/p-688b090d.entry.js +0 -1
- package/dist/ripple/p-69d44bc5.js +0 -1
- package/dist/ripple/p-7dc6ea5b.system.js +0 -1
- package/dist/ripple/p-8fcd6f3e.system.entry.js +0 -1
- package/dist/ripple/p-90f4a160.entry.js +0 -1
- package/dist/ripple/p-92b3a061.system.js +0 -1
- package/dist/ripple/p-94495341.entry.js +0 -1
- package/dist/ripple/p-9479898e.entry.js +0 -1
- package/dist/ripple/p-98c0893f.system.entry.js +0 -1
- package/dist/ripple/p-98f95d71.entry.js +0 -1
- package/dist/ripple/p-a7709012.entry.js +0 -1
- package/dist/ripple/p-ab8d78cc.system.js +0 -2
- package/dist/ripple/p-adc254e6.entry.js +0 -1
- package/dist/ripple/p-b7577799.entry.js +0 -1
- package/dist/ripple/p-bfe5815c.system.entry.js +0 -1
- package/dist/ripple/p-c0deae46.entry.js +0 -1
- package/dist/ripple/p-d1da356b.entry.js +0 -1
- package/dist/ripple/p-dd566933.entry.js +0 -1
- package/dist/ripple/p-e917500f.entry.js +0 -1
- package/dist/ripple/p-f0645532.entry.js +0 -1
- package/dist/ripple/p-f8192441.js +0 -1
- package/dist/ripple/p-fa0dcbe4.entry.js +0 -1
|
@@ -162,9 +162,9 @@ export class Toggletip {
|
|
|
162
162
|
}, 10);
|
|
163
163
|
}
|
|
164
164
|
render() {
|
|
165
|
-
return (h(Host, { class: `size-${this.targetSize}` }, h("button", { class: "button", type: "button", "aria-label": this.label, popoverTarget: "toggletip", popoverTargetAction: "toggle", onClick: () => this.open(),
|
|
165
|
+
return (h(Host, { key: 'b515bcbf26c9848d6bac1b9865c445bf7d38fb51', class: `size-${this.targetSize}` }, h("button", { key: '803eac8a3732cf04cd5a4e6fad460faee04f7f68', class: "button", type: "button", "aria-label": this.label, popoverTarget: "toggletip", popoverTargetAction: "toggle", onClick: () => this.open(),
|
|
166
166
|
// In order to position the tooltip identically to the toggletip, its presence is determined by these four events
|
|
167
|
-
onMouseEnter: () => !this.isOpen && showTooltip(this.toggletipPosition, this.el, this.tooltipMessage), onMouseLeave: () => hideTooltip(), onFocus: () => !this.isOpen && showTooltip(this.toggletipPosition, this.el, this.tooltipMessage), onBlur: () => this.handleBlur() }, h("div", { class: "svg-icon svg-info" })), h("div", { popover: "", ref: (el) => (this.toggletipEl = el), class: `toggletip ${this.targetSize} ${this.isHidden ? "hidden" : ""}`, id: "toggletip" }, this.tooltip), h("div", { ref: (el) => (this.liveRegionEl = el), class: "live-region sr-only", role: "status", "aria-live": "polite", "aria-atomic": "true" })));
|
|
167
|
+
onMouseEnter: () => !this.isOpen && showTooltip(this.toggletipPosition, this.el, this.tooltipMessage), onMouseLeave: () => hideTooltip(), onFocus: () => !this.isOpen && showTooltip(this.toggletipPosition, this.el, this.tooltipMessage), onBlur: () => this.handleBlur() }, h("div", { key: 'c3bd15da06234bd1e8d3238e0e8cdd9bf8653473', class: "svg-icon svg-info" })), h("div", { key: '75a94cb1f55130dc8e6b0376ca7fdfbf2678f0d8', popover: "", ref: (el) => (this.toggletipEl = el), class: `toggletip ${this.targetSize} ${this.isHidden ? "hidden" : ""}`, id: "toggletip" }, this.tooltip), h("div", { key: 'f86c3e78eba66ca25c5d2f47e38ee81a09fe6d4c', ref: (el) => (this.liveRegionEl = el), class: "live-region sr-only", role: "status", "aria-live": "polite", "aria-atomic": "true" })));
|
|
168
168
|
}
|
|
169
169
|
static get is() { return "wm-toggletip"; }
|
|
170
170
|
static get encapsulation() { return "shadow"; }
|
|
@@ -300,9 +300,9 @@ export class Uploader {
|
|
|
300
300
|
return (h("div", { class: `drop-area -${this.dropArea}`, ref: (el) => (this.dropAreaEl = el), onDragEnter: (ev) => this.handleDragEnter(ev), onDragOver: (ev) => this.handleDragOver(ev), onDragLeave: (ev) => this.handleDragLeave(ev), onDrop: (ev) => this.handleDrop(ev) }, this.dropArea == "page" && (h("div", { ref: (el) => (this.dropOverlayEl = el), class: "drop-overlay", popover: "manual" }, h("span", { class: "upload-arrow" }), h("span", null, "Drop to Upload")))));
|
|
301
301
|
}
|
|
302
302
|
render() {
|
|
303
|
-
return (h(Host, { class: `-${this.dropArea}` }, this.uploaderType == "drop" && this.renderDropArea(), this.label && this.renderLabel(), this.renderHeader(), this.renderListContainer(), h("div", { 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
|
|
303
|
+
return (h(Host, { key: '05fa03d63ba14665a196bece2c82eabb4882ba82', class: `-${this.dropArea}` }, this.uploaderType == "drop" && this.renderDropArea(), this.label && this.renderLabel(), this.renderHeader(), this.renderListContainer(), h("div", { key: 'fd2c2779cc8f5e8aab480fdb68ac0e482905785d', 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
|
|
304
304
|
,
|
|
305
|
-
"aria-atomic": "true" }), h("div", { ref: (el) => (this.politeLiveRegionEl = el), class: "live-region sr-only", "aria-live": "polite", "aria-atomic": "true" })));
|
|
305
|
+
"aria-atomic": "true" }), h("div", { key: '2a5c1d00d2a98bd40fa9ac8dbc248209cca470ba', ref: (el) => (this.politeLiveRegionEl = el), class: "live-region sr-only", "aria-live": "polite", "aria-atomic": "true" })));
|
|
306
306
|
}
|
|
307
307
|
static get is() { return "wm-uploader"; }
|
|
308
308
|
static get encapsulation() { return "shadow"; }
|
|
@@ -19,6 +19,11 @@ export const globalMessages = {
|
|
|
19
19
|
defaultMessage: "Hide",
|
|
20
20
|
description: "For a button, to hide something",
|
|
21
21
|
}),
|
|
22
|
+
locked: intl.formatMessage({
|
|
23
|
+
id: "global.locked",
|
|
24
|
+
defaultMessage: "locked",
|
|
25
|
+
description: "For an interactive element, indicating its state cannot be changed",
|
|
26
|
+
}),
|
|
22
27
|
newWindow: intl.formatMessage({
|
|
23
28
|
id: "global.newWindowLink",
|
|
24
29
|
defaultMessage: "Opens in a new window.",
|
|
@@ -159,6 +164,11 @@ export const lineChartMessages = {
|
|
|
159
164
|
defaultMessage: "No Data",
|
|
160
165
|
description: "Message displayed when a data point has missing data",
|
|
161
166
|
}),
|
|
167
|
+
highlightQualifier: intl.formatMessage({
|
|
168
|
+
id: "linechart.highlightQualifier",
|
|
169
|
+
defaultMessage: "highlighted",
|
|
170
|
+
description: "Descriptor for highlighted areas of a chart",
|
|
171
|
+
}),
|
|
162
172
|
// -------------------------------------------------------------------------- //
|
|
163
173
|
// Functions //
|
|
164
174
|
// -------------------------------------------------------------------------- //
|
|
@@ -169,4 +179,96 @@ export const lineChartMessages = {
|
|
|
169
179
|
}, {
|
|
170
180
|
time: prevXValue,
|
|
171
181
|
}),
|
|
182
|
+
getToggleButtonLabel: (itemCount) => intl.formatMessage({
|
|
183
|
+
id: "linechart.toggleButtonLabel",
|
|
184
|
+
defaultMessage: "Toggle line visibility, list with {itemCount} items",
|
|
185
|
+
}, {
|
|
186
|
+
itemCount: itemCount,
|
|
187
|
+
}),
|
|
188
|
+
getToggleButtonState: (isPressed) => intl.formatMessage({
|
|
189
|
+
id: "linechart.toggleButtonState",
|
|
190
|
+
defaultMessage: "toggle {isPressed, select, true {pressed} other {}}",
|
|
191
|
+
description: "Descriptor and state for a toggle button UI element",
|
|
192
|
+
}, {
|
|
193
|
+
isPressed: isPressed,
|
|
194
|
+
}),
|
|
195
|
+
getLineFocusAnnouncement: (label, lineNumber, lineTotal, lineLength) => intl.formatMessage({
|
|
196
|
+
id: "linechart.getLineFocusAnnouncement",
|
|
197
|
+
defaultMessage: `{label}, line {lineNumber} of {lineTotal} with {lineLength} data points`,
|
|
198
|
+
}, {
|
|
199
|
+
label: label,
|
|
200
|
+
lineNumber: lineNumber,
|
|
201
|
+
lineTotal: lineTotal,
|
|
202
|
+
lineLength: lineLength,
|
|
203
|
+
}),
|
|
204
|
+
};
|
|
205
|
+
export const selectMessages = {
|
|
206
|
+
multiPlaceholder: intl.formatMessage({
|
|
207
|
+
id: "select.multiPlaceholder",
|
|
208
|
+
defaultMessage: "Make a selection",
|
|
209
|
+
}),
|
|
210
|
+
singlePlaceholder: intl.formatMessage({
|
|
211
|
+
id: "select.singlePlaceholder",
|
|
212
|
+
defaultMessage: "Select an Option",
|
|
213
|
+
}),
|
|
214
|
+
multiClearSelection: intl.formatMessage({
|
|
215
|
+
id: "select.multiClearSelection",
|
|
216
|
+
defaultMessage: "Clear all Selections",
|
|
217
|
+
description: "Clear as in remove. Use imperative",
|
|
218
|
+
}),
|
|
219
|
+
singleClearSelection: intl.formatMessage({
|
|
220
|
+
id: "select.singleClearSelection",
|
|
221
|
+
defaultMessage: "Clear Selection",
|
|
222
|
+
description: "Clear as in remove. Use imperative",
|
|
223
|
+
}),
|
|
224
|
+
selectionCleared: intl.formatMessage({
|
|
225
|
+
id: "select.selectionCleared",
|
|
226
|
+
defaultMessage: "Selection cleared",
|
|
227
|
+
}),
|
|
228
|
+
searchPlaceholder: intl.formatMessage({
|
|
229
|
+
id: "select.searchPlaceholder",
|
|
230
|
+
defaultMessage: "Search",
|
|
231
|
+
description: "Appears in a search field UI element",
|
|
232
|
+
}),
|
|
233
|
+
allSelected: intl.formatMessage({
|
|
234
|
+
id: "select.allSelected",
|
|
235
|
+
defaultMessage: "All selected",
|
|
236
|
+
description: "Indicates all possible options have been selected",
|
|
237
|
+
}),
|
|
238
|
+
selectAllMessage: intl.formatMessage({
|
|
239
|
+
id: "select.selectAll",
|
|
240
|
+
defaultMessage: "Select All",
|
|
241
|
+
}),
|
|
242
|
+
deselectAllMessage: intl.formatMessage({
|
|
243
|
+
id: "select.deselectAll",
|
|
244
|
+
defaultMessage: "Deselect All",
|
|
245
|
+
}),
|
|
246
|
+
allOptionsSelectedMessage: intl.formatMessage({
|
|
247
|
+
id: "select.allOptionsSelected",
|
|
248
|
+
defaultMessage: "All options selected",
|
|
249
|
+
}),
|
|
250
|
+
allOptionsDeselectedMessage: intl.formatMessage({
|
|
251
|
+
id: "select.allOptionsDeselected",
|
|
252
|
+
defaultMessage: "All options deselected",
|
|
253
|
+
}),
|
|
254
|
+
noSearchResults: intl.formatMessage({
|
|
255
|
+
id: "select.noSearchResults",
|
|
256
|
+
defaultMessage: "No results found. Please try your search again.",
|
|
257
|
+
}),
|
|
258
|
+
optgroupSingleSelectionCount: () => intl.formatMessage({
|
|
259
|
+
id: "select.optgroupSingleSelectionCount",
|
|
260
|
+
defaultMessage: "Item Selected",
|
|
261
|
+
description: "Item refers to an option in a list",
|
|
262
|
+
}),
|
|
263
|
+
// -------------------------------------------------------------------------- //
|
|
264
|
+
// Functions //
|
|
265
|
+
// -------------------------------------------------------------------------- //
|
|
266
|
+
getOptgroupMultipleSelectionCount: (selectionCount) => intl.formatMessage({
|
|
267
|
+
id: "select.optgroupMultipleSelectionCount",
|
|
268
|
+
defaultMessage: "{numberSelected} selected",
|
|
269
|
+
}, { numberSelected: selectionCount }),
|
|
270
|
+
getSearchResultsFound: (numResults) => intl.formatMessage({
|
|
271
|
+
id: "select.searchResultsFound",
|
|
272
|
+
defaultMessage: "{numberResults, plural, one {1 option found} other {# options found}}",
|
|
273
|
+
}, { numberResults: numResults }),
|
|
172
274
|
};
|
|
@@ -83,11 +83,19 @@ function pigLatinize(word) {
|
|
|
83
83
|
return specialKBefore + word + specialKAfter;
|
|
84
84
|
}
|
|
85
85
|
|
|
86
|
+
function pigifyIgnoringTags(word) {
|
|
87
|
+
const tagPattern = /<\/?[^>]+>/g;
|
|
88
|
+
|
|
89
|
+
const strippedText = word.replace(tagPattern, "");
|
|
90
|
+
const pigifiedText = pigLatinize(strippedText);
|
|
91
|
+
return word.replace(strippedText, pigifiedText);
|
|
92
|
+
}
|
|
93
|
+
|
|
86
94
|
function translateSentence(string) {
|
|
87
95
|
let words = string.split(" ");
|
|
88
96
|
return words
|
|
89
97
|
.reduce((acc, word) => {
|
|
90
|
-
return acc + " " +
|
|
98
|
+
return acc + " " + pigifyIgnoringTags(word);
|
|
91
99
|
}, "")
|
|
92
100
|
.substring(1); // rm leading space
|
|
93
101
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
import './index-130e07bb.js';
|
|
2
2
|
|
|
3
|
-
const version = "5.12.0-
|
|
3
|
+
const version = "5.12.0-13";
|
|
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-9e8253e7.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",
|