@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
|
@@ -29,16 +29,10 @@ export declare class PrivOptionList {
|
|
|
29
29
|
get allOptionEls(): HTMLWmOptionElement[];
|
|
30
30
|
get isInNestedSelect(): boolean;
|
|
31
31
|
get visibleOptionEls(): HTMLWmOptionElement[];
|
|
32
|
-
selectAllMessage: string;
|
|
33
|
-
deselectAllMessage: string;
|
|
34
|
-
allOptionsSelectedMessage: string;
|
|
35
|
-
allOptionsDeselectedMessage: string;
|
|
36
32
|
get filteredOptions(): HTMLWmOptionElement[];
|
|
37
33
|
get selectedOptions(): HTMLWmOptionElement[];
|
|
38
34
|
get visibleSelectAllButton(): boolean;
|
|
39
35
|
get allSelected(): boolean;
|
|
40
|
-
get resultsFoundMessage(): string;
|
|
41
|
-
get noResultsFoundMessage(): string;
|
|
42
36
|
get effectiveMaxHeight(): string;
|
|
43
37
|
debouncedSearch: (this: any) => void;
|
|
44
38
|
debouncedClearKeysSoFar: (this: any) => void;
|
|
@@ -10,6 +10,12 @@ export declare class Pagination {
|
|
|
10
10
|
private totalPages;
|
|
11
11
|
wmPaginationPageClicked: EventEmitter<string>;
|
|
12
12
|
focusCurrentPage: EventEmitter;
|
|
13
|
+
private navigationLabel;
|
|
14
|
+
private nextPageButtonLabel;
|
|
15
|
+
private previousPageButtonLabel;
|
|
16
|
+
private pageButtonLabel;
|
|
17
|
+
private lastPageButtonLabel;
|
|
18
|
+
private currentPageAnnouncement;
|
|
13
19
|
maintainFocusOnNumberChange(el: "previous" | "next" | "prev-arrow" | "next-arrow" | "page"): void;
|
|
14
20
|
debouncedResize: (this: any) => void;
|
|
15
21
|
calculateTotalPages(): void;
|
|
@@ -13,6 +13,7 @@ export declare class Snackbar {
|
|
|
13
13
|
announcement: string;
|
|
14
14
|
wmSnackbarSnackFinished: EventEmitter<Object>;
|
|
15
15
|
wmSnackbarActionTriggered: EventEmitter<Object>;
|
|
16
|
+
private closeSnackMessage;
|
|
16
17
|
componentDidLoad(): void;
|
|
17
18
|
handleSnackMutation(mutationRecord: MutationRecord): void;
|
|
18
19
|
updateSnacks(newValue: string): void;
|
|
@@ -26,6 +26,8 @@ export declare class TagInput {
|
|
|
26
26
|
maxTagsReachedMessage: string;
|
|
27
27
|
tagAreaInstructions: string;
|
|
28
28
|
tagsAddedMessage: string;
|
|
29
|
+
noResultsMessage: string;
|
|
30
|
+
addNewTagMessage(newTagName: string): string;
|
|
29
31
|
wmTagInputTagAdded: EventEmitter;
|
|
30
32
|
private openUp;
|
|
31
33
|
private inModal;
|
|
@@ -54,7 +56,6 @@ export declare class TagInput {
|
|
|
54
56
|
get _focusedCell(): HTMLTableCellElement | undefined;
|
|
55
57
|
get inputActiveDescendantId(): string | null;
|
|
56
58
|
get tagLimitReached(): boolean;
|
|
57
|
-
get noResultsMessage(): string;
|
|
58
59
|
get inputMinimumWidth(): number;
|
|
59
60
|
getTagName(o: HTMLWmTagOptionElement): string;
|
|
60
61
|
isExistingTag(tag: string): boolean;
|
|
@@ -3,6 +3,7 @@ export declare const globalMessages: {
|
|
|
3
3
|
close: string;
|
|
4
4
|
genericError: string;
|
|
5
5
|
hide: string;
|
|
6
|
+
locked: string;
|
|
6
7
|
newWindow: string;
|
|
7
8
|
next: string;
|
|
8
9
|
open: string;
|
|
@@ -36,5 +37,26 @@ export declare const chartMessages: {
|
|
|
36
37
|
export declare const lineChartMessages: {
|
|
37
38
|
instructions: string;
|
|
38
39
|
noData: string;
|
|
40
|
+
highlightQualifier: string;
|
|
39
41
|
getChangeSince: (prevXValue: string) => string;
|
|
42
|
+
getToggleButtonLabel: (itemCount: number) => string;
|
|
43
|
+
getToggleButtonState: (isPressed: boolean) => string;
|
|
44
|
+
getLineFocusAnnouncement: (label: string, lineNumber: number, lineTotal: number, lineLength: number) => string;
|
|
45
|
+
};
|
|
46
|
+
export declare const selectMessages: {
|
|
47
|
+
multiPlaceholder: string;
|
|
48
|
+
singlePlaceholder: string;
|
|
49
|
+
multiClearSelection: string;
|
|
50
|
+
singleClearSelection: string;
|
|
51
|
+
selectionCleared: string;
|
|
52
|
+
searchPlaceholder: string;
|
|
53
|
+
allSelected: string;
|
|
54
|
+
selectAllMessage: string;
|
|
55
|
+
deselectAllMessage: string;
|
|
56
|
+
allOptionsSelectedMessage: string;
|
|
57
|
+
allOptionsDeselectedMessage: string;
|
|
58
|
+
noSearchResults: string;
|
|
59
|
+
optgroupSingleSelectionCount: () => string;
|
|
60
|
+
getOptgroupMultipleSelectionCount: (selectionCount: number) => string;
|
|
61
|
+
getSearchResultsFound: (numResults: number) => string;
|
|
40
62
|
};
|
|
@@ -768,6 +768,7 @@ export declare namespace JSXBase {
|
|
|
768
768
|
hrefLang?: string;
|
|
769
769
|
hreflang?: string;
|
|
770
770
|
media?: string;
|
|
771
|
+
ping?: string;
|
|
771
772
|
rel?: string;
|
|
772
773
|
target?: string;
|
|
773
774
|
referrerPolicy?: ReferrerPolicy;
|
|
@@ -794,7 +795,6 @@ export declare namespace JSXBase {
|
|
|
794
795
|
cite?: string;
|
|
795
796
|
}
|
|
796
797
|
interface ButtonHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
797
|
-
autoFocus?: boolean;
|
|
798
798
|
disabled?: boolean;
|
|
799
799
|
form?: string;
|
|
800
800
|
formAction?: string;
|
|
@@ -921,8 +921,6 @@ export declare namespace JSXBase {
|
|
|
921
921
|
autocapitalize?: string;
|
|
922
922
|
autoComplete?: string;
|
|
923
923
|
autocomplete?: string;
|
|
924
|
-
autoFocus?: boolean;
|
|
925
|
-
autofocus?: boolean | string;
|
|
926
924
|
capture?: string;
|
|
927
925
|
checked?: boolean;
|
|
928
926
|
crossOrigin?: string;
|
|
@@ -979,8 +977,6 @@ export declare namespace JSXBase {
|
|
|
979
977
|
popoverTarget?: string;
|
|
980
978
|
}
|
|
981
979
|
interface KeygenHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
982
|
-
autoFocus?: boolean;
|
|
983
|
-
autofocus?: boolean | string;
|
|
984
980
|
challenge?: string;
|
|
985
981
|
disabled?: boolean;
|
|
986
982
|
form?: string;
|
|
@@ -993,7 +989,6 @@ export declare namespace JSXBase {
|
|
|
993
989
|
interface LabelHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
994
990
|
form?: string;
|
|
995
991
|
htmlFor?: string;
|
|
996
|
-
htmlfor?: string;
|
|
997
992
|
}
|
|
998
993
|
interface LiHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
999
994
|
value?: string | string[] | number;
|
|
@@ -1104,7 +1099,6 @@ export declare namespace JSXBase {
|
|
|
1104
1099
|
interface OutputHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
1105
1100
|
form?: string;
|
|
1106
1101
|
htmlFor?: string;
|
|
1107
|
-
htmlfor?: string;
|
|
1108
1102
|
name?: string;
|
|
1109
1103
|
}
|
|
1110
1104
|
interface ParamHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
@@ -1129,7 +1123,6 @@ export declare namespace JSXBase {
|
|
|
1129
1123
|
type?: string;
|
|
1130
1124
|
}
|
|
1131
1125
|
interface SelectHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
1132
|
-
autoFocus?: boolean;
|
|
1133
1126
|
disabled?: boolean;
|
|
1134
1127
|
form?: string;
|
|
1135
1128
|
multiple?: boolean;
|
|
@@ -1164,8 +1157,6 @@ export declare namespace JSXBase {
|
|
|
1164
1157
|
interface TextareaHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
1165
1158
|
autoComplete?: string;
|
|
1166
1159
|
autocomplete?: string;
|
|
1167
|
-
autoFocus?: boolean;
|
|
1168
|
-
autofocus?: boolean | string;
|
|
1169
1160
|
cols?: number;
|
|
1170
1161
|
disabled?: boolean;
|
|
1171
1162
|
form?: string;
|
|
@@ -1218,6 +1209,8 @@ export declare namespace JSXBase {
|
|
|
1218
1209
|
interface HTMLAttributes<T = HTMLElement> extends DOMAttributes<T> {
|
|
1219
1210
|
innerHTML?: string;
|
|
1220
1211
|
accessKey?: string;
|
|
1212
|
+
autoFocus?: boolean;
|
|
1213
|
+
autofocus?: boolean | string;
|
|
1221
1214
|
class?: string | {
|
|
1222
1215
|
[className: string]: boolean;
|
|
1223
1216
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@watermarkinsights/ripple",
|
|
3
|
-
"version": "5.12.0-
|
|
3
|
+
"version": "5.12.0-13",
|
|
4
4
|
"description": "Ripple Component Library",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"test.watch": "stencil test --spec --e2e --watch",
|
|
27
27
|
"test.watchAll": "stencil test --spec --e2e --watchAll",
|
|
28
28
|
"test.coverage": "stencil test --spec --coverage --collectCoverageFrom='src/**/*.{js,jsx,ts,tsx}'",
|
|
29
|
-
"extract": "formatjs extract ./src/**/*.tsx --out-file ./src/lang/en.json && node ./src/lang/piglatin.js",
|
|
29
|
+
"extract": "formatjs extract './src/global/intl.ts' './src/**/*.tsx' --out-file './src/lang/en.json' && node './src/lang/piglatin.js'",
|
|
30
30
|
"compile": "formatjs compile-folder ./src/lang src/lang/compiled-lang/ --ast",
|
|
31
31
|
"missing": "node ./src/lang/missing.js"
|
|
32
32
|
},
|