@watermarkinsights/ripple 4.1.0 → 4.2.0-0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/chartFunctions-cecf8134.js +600 -0
- package/dist/cjs/{functions-d50fc2d0.js → functions-4208c444.js} +366 -438
- package/dist/cjs/{global-7b06bd7a.js → global-38728020.js} +24 -24
- package/dist/cjs/{index-fae02cd7.js → index-f8ef86de.js} +436 -150
- package/dist/cjs/interfaces-ad9e80a6.js +38 -0
- package/dist/cjs/intl-3fafc6d1.js +179 -0
- package/dist/cjs/loader.cjs.js +4 -13
- package/dist/cjs/priv-chart-popover.cjs.entry.js +85 -85
- package/dist/cjs/priv-datepicker.cjs.entry.js +637 -637
- package/dist/cjs/priv-navigator-button.cjs.entry.js +18 -18
- package/dist/cjs/priv-navigator-item.cjs.entry.js +21 -21
- package/dist/cjs/ripple.cjs.js +4 -7
- package/dist/cjs/wm-action-menu_2.cjs.entry.js +314 -314
- package/dist/cjs/wm-button.cjs.entry.js +174 -174
- package/dist/cjs/wm-chart-slice.cjs.entry.js +17 -17
- package/dist/cjs/wm-chart.cjs.entry.js +164 -164
- package/dist/cjs/wm-datepicker.cjs.entry.js +160 -160
- package/dist/cjs/wm-file-list.cjs.entry.js +10 -10
- package/dist/cjs/wm-file.cjs.entry.js +178 -178
- package/dist/cjs/wm-input.cjs.entry.js +102 -102
- package/dist/cjs/wm-line-chart.cjs.entry.js +448 -448
- package/dist/cjs/wm-modal-footer.cjs.entry.js +27 -27
- package/dist/cjs/wm-modal-header.cjs.entry.js +21 -21
- package/dist/cjs/wm-modal.cjs.entry.js +92 -92
- package/dist/cjs/wm-navigation_3.cjs.entry.js +179 -179
- package/dist/cjs/wm-navigator.cjs.entry.js +251 -251
- package/dist/cjs/wm-option_2.cjs.entry.js +710 -710
- package/dist/cjs/wm-pagination.cjs.entry.js +169 -169
- package/dist/cjs/wm-progress-indicator_3.cjs.entry.js +151 -151
- package/dist/cjs/wm-search.cjs.entry.js +192 -192
- package/dist/cjs/wm-snackbar.cjs.entry.js +114 -114
- package/dist/cjs/wm-tab-item_3.cjs.entry.js +247 -247
- package/dist/cjs/wm-tag-input.cjs.entry.js +849 -849
- package/dist/cjs/wm-tag-option.cjs.entry.js +33 -33
- package/dist/cjs/wm-timepicker.cjs.entry.js +270 -270
- package/dist/cjs/wm-toggletip.cjs.entry.js +99 -99
- package/dist/cjs/wm-uploader.cjs.entry.js +198 -198
- package/dist/cjs/wm-wrapper.cjs.entry.js +12 -12
- package/dist/collection/collection-manifest.json +41 -41
- package/dist/collection/components/charts/chartFunctions.js +456 -456
- package/dist/collection/components/charts/chartFunctions.spec.js +13 -13
- package/dist/collection/components/charts/priv-chart-popover/priv-chart-popover.e2e.js +73 -73
- package/dist/collection/components/charts/priv-chart-popover/priv-chart-popover.js +257 -254
- package/dist/collection/components/charts/screenshots.e2e.js +30 -30
- package/dist/collection/components/charts/wm-chart/wm-chart-slice.js +121 -121
- package/dist/collection/components/charts/wm-chart/wm-chart.e2e.js +160 -160
- package/dist/collection/components/charts/wm-chart/wm-chart.js +382 -381
- package/dist/collection/components/charts/wm-chart/wm-chart.spec.js +26 -26
- package/dist/collection/components/charts/wm-line-chart/wm-line-chart.css +1 -2
- package/dist/collection/components/charts/wm-line-chart/wm-line-chart.e2e.js +138 -138
- package/dist/collection/components/charts/wm-line-chart/wm-line-chart.js +717 -717
- package/dist/collection/components/charts/wm-line-chart/wm-line-chart.spec.js +106 -106
- package/dist/collection/components/charts/wm-progress-monitor/wm-progress-indicator.js +202 -202
- package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.e2e.js +54 -54
- package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.js +136 -136
- package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.spec.js +31 -31
- package/dist/collection/components/charts/wm-progress-monitor/wm-progress-slice.js +119 -119
- package/dist/collection/components/wm-action-menu/wm-action-menu.e2e.js +187 -187
- package/dist/collection/components/wm-action-menu/wm-action-menu.js +435 -435
- package/dist/collection/components/wm-action-menu/wm-action-menu.spec.js +35 -35
- package/dist/collection/components/wm-button/wm-button.e2e.js +58 -58
- package/dist/collection/components/wm-button/wm-button.js +454 -452
- package/dist/collection/components/wm-button/wm-button.spec.js +63 -63
- package/dist/collection/components/wm-datepicker/priv-datepicker/priv-datepicker.js +943 -939
- package/dist/collection/components/wm-datepicker/priv-datepicker/priv-datepicker.spec.js +71 -71
- package/dist/collection/components/wm-datepicker/wm-datepicker.css +1 -2
- package/dist/collection/components/wm-datepicker/wm-datepicker.e2e.js +359 -359
- package/dist/collection/components/wm-datepicker/wm-datepicker.js +415 -413
- package/dist/collection/components/wm-datepicker/wm-datepicker.spec.js +13 -13
- package/dist/collection/components/wm-file/wm-file.js +380 -380
- package/dist/collection/components/wm-file/wm-file.spec.js +107 -107
- package/dist/collection/components/wm-file-list/wm-file-list.js +42 -42
- package/dist/collection/components/wm-file-list/wm-file-list.spec.js +47 -47
- package/dist/collection/components/wm-input/wm-input.e2e.js +26 -26
- package/dist/collection/components/wm-input/wm-input.js +453 -453
- package/dist/collection/components/wm-input/wm-input.spec.js +168 -168
- package/dist/collection/components/wm-menuitem/wm-menuitem.e2e.js +18 -18
- package/dist/collection/components/wm-menuitem/wm-menuitem.js +446 -436
- package/dist/collection/components/wm-menuitem/wm-menuitem.spec.js +46 -46
- package/dist/collection/components/wm-modal/wm-modal-footer.js +130 -130
- package/dist/collection/components/wm-modal/wm-modal-footer.spec.js +8 -8
- package/dist/collection/components/wm-modal/wm-modal-header.js +68 -68
- package/dist/collection/components/wm-modal/wm-modal-header.spec.js +5 -5
- package/dist/collection/components/wm-modal/wm-modal.e2e.js +65 -65
- package/dist/collection/components/wm-modal/wm-modal.js +299 -296
- package/dist/collection/components/wm-modal/wm-modal.spec.js +22 -22
- package/dist/collection/components/wm-navigation/wm-navigation-hamburger.css +0 -1
- package/dist/collection/components/wm-navigation/wm-navigation-hamburger.js +112 -112
- package/dist/collection/components/wm-navigation/wm-navigation-item.js +125 -125
- package/dist/collection/components/wm-navigation/wm-navigation.css +0 -2
- package/dist/collection/components/wm-navigation/wm-navigation.e2e.js +86 -86
- package/dist/collection/components/wm-navigation/wm-navigation.js +209 -209
- package/dist/collection/components/wm-navigation/wm-navigation.spec.js +79 -79
- package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.e2e.js +30 -30
- package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.js +103 -103
- package/dist/collection/components/wm-navigator/priv-navigator-item/priv-navigator-item.js +119 -118
- package/dist/collection/components/wm-navigator/wm-navigator.e2e.js +180 -180
- package/dist/collection/components/wm-navigator/wm-navigator.js +454 -454
- package/dist/collection/components/wm-navigator/wm-navigator.spec.js +153 -153
- package/dist/collection/components/wm-option/wm-option.e2e.js +19 -19
- package/dist/collection/components/wm-option/wm-option.js +474 -463
- package/dist/collection/components/wm-option/wm-option.spec.js +39 -39
- package/dist/collection/components/wm-pagination/wm-pagination.e2e.js +301 -301
- package/dist/collection/components/wm-pagination/wm-pagination.js +327 -327
- package/dist/collection/components/wm-search/wm-search.e2e.js +69 -69
- package/dist/collection/components/wm-search/wm-search.js +415 -414
- package/dist/collection/components/wm-search/wm-search.spec.js +64 -64
- package/dist/collection/components/wm-select/wm-select.e2e.js +443 -443
- package/dist/collection/components/wm-select/wm-select.js +967 -966
- package/dist/collection/components/wm-select/wm-select.spec.js +250 -250
- package/dist/collection/components/wm-snackbar/wm-snackbar.e2e.js +114 -114
- package/dist/collection/components/wm-snackbar/wm-snackbar.js +209 -207
- package/dist/collection/components/wm-snackbar/wm-snackbar.spec.js +4 -4
- package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.js +190 -188
- package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.js +261 -261
- package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.js +104 -104
- package/dist/collection/components/wm-tabs/wm-tabs.e2e.js +79 -79
- package/dist/collection/components/wm-tabs/wm-tabs.spec.js +6 -6
- package/dist/collection/components/wm-tag-input/wm-tag-input.css +2 -4
- package/dist/collection/components/wm-tag-input/wm-tag-input.e2e.js +168 -168
- package/dist/collection/components/wm-tag-input/wm-tag-input.js +1159 -1159
- package/dist/collection/components/wm-tag-input/wm-tag-input.spec.js +147 -147
- package/dist/collection/components/wm-tag-input/wm-tag-option/wm-tag-option.js +236 -234
- package/dist/collection/components/wm-timepicker/wm-timepicker.css +1 -2
- package/dist/collection/components/wm-timepicker/wm-timepicker.e2e.js +147 -147
- package/dist/collection/components/wm-timepicker/wm-timepicker.js +531 -527
- package/dist/collection/components/wm-timepicker/wm-timepicker.spec.js +151 -151
- package/dist/collection/components/wm-toggletip/wm-toggletip.e2e.js +61 -61
- package/dist/collection/components/wm-toggletip/wm-toggletip.js +209 -208
- package/dist/collection/components/wm-toggletip/wm-toggletip.spec.js +16 -16
- package/dist/collection/components/wm-uploader/wm-uploader.e2e.js +56 -56
- package/dist/collection/components/wm-uploader/wm-uploader.js +423 -422
- package/dist/collection/components/wm-uploader/wm-uploader.spec.js +149 -149
- package/dist/collection/components/wm-wrapper/wm-wrapper.js +26 -26
- package/dist/collection/global/__mocks__/functions.js +1 -1
- package/dist/collection/global/functions.js +510 -510
- package/dist/collection/global/functions.spec.js +123 -123
- package/dist/collection/global/global.js +16 -16
- package/dist/collection/global/interfaces.js +39 -39
- package/dist/collection/global/intl.js +162 -162
- package/dist/collection/global/services/__mocks__/http-service.js +112 -112
- package/dist/collection/global/services/http-service.js +41 -41
- package/dist/collection/global/themes/default.js +4 -4
- package/dist/collection/global/themes/neutral.js +4 -4
- package/dist/collection/lang/lang.spec.js +13 -13
- package/dist/esm/chartFunctions-23173fce.js +584 -0
- package/dist/esm/{functions-37912d9a.js → functions-d0e70094.js} +366 -438
- package/dist/esm/{global-dda1229f.js → global-462b022e.js} +24 -24
- package/dist/esm/{index-7e11ea42.js → index-f164fbca.js} +436 -150
- package/dist/esm/interfaces-9b75fb61.js +35 -0
- package/dist/esm/intl-05c9e0c9.js +174 -0
- package/dist/esm/loader.js +5 -14
- 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-chart-popover.entry.js +85 -85
- package/dist/esm/priv-datepicker.entry.js +637 -637
- package/dist/esm/priv-navigator-button.entry.js +18 -18
- package/dist/esm/priv-navigator-item.entry.js +21 -21
- package/dist/esm/ripple.js +5 -8
- package/dist/esm/wm-action-menu_2.entry.js +314 -314
- package/dist/esm/wm-button.entry.js +174 -174
- package/dist/esm/wm-chart-slice.entry.js +17 -17
- package/dist/esm/wm-chart.entry.js +164 -164
- package/dist/esm/wm-datepicker.entry.js +160 -160
- package/dist/esm/wm-file-list.entry.js +10 -10
- package/dist/esm/wm-file.entry.js +178 -178
- package/dist/esm/wm-input.entry.js +102 -102
- package/dist/esm/wm-line-chart.entry.js +448 -448
- package/dist/esm/wm-modal-footer.entry.js +27 -27
- package/dist/esm/wm-modal-header.entry.js +21 -21
- package/dist/esm/wm-modal.entry.js +92 -92
- package/dist/esm/wm-navigation_3.entry.js +179 -179
- package/dist/esm/wm-navigator.entry.js +251 -251
- package/dist/esm/wm-option_2.entry.js +710 -710
- package/dist/esm/wm-pagination.entry.js +169 -169
- package/dist/esm/wm-progress-indicator_3.entry.js +151 -151
- package/dist/esm/wm-search.entry.js +192 -192
- package/dist/esm/wm-snackbar.entry.js +114 -114
- package/dist/esm/wm-tab-item_3.entry.js +247 -247
- package/dist/esm/wm-tag-input.entry.js +849 -849
- package/dist/esm/wm-tag-option.entry.js +33 -33
- package/dist/esm/wm-timepicker.entry.js +270 -270
- package/dist/esm/wm-toggletip.entry.js +99 -99
- package/dist/esm/wm-uploader.entry.js +198 -198
- package/dist/esm/wm-wrapper.entry.js +12 -12
- package/dist/esm-es5/chartFunctions-23173fce.js +1 -0
- package/dist/esm-es5/functions-d0e70094.js +1 -0
- package/dist/esm-es5/global-462b022e.js +1 -0
- package/dist/esm-es5/index-f164fbca.js +2 -0
- package/dist/esm-es5/{intl-c9ccf883.js → intl-05c9e0c9.js} +1 -1
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/priv-chart-popover.entry.js +1 -1
- package/dist/esm-es5/priv-datepicker.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/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-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-footer.entry.js +1 -1
- package/dist/esm-es5/wm-modal-header.entry.js +1 -1
- package/dist/esm-es5/wm-modal.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-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-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/index.d.ts +1 -1
- package/dist/ripple/{p-6f261fe7.js → p-05d4e49b.js} +1 -1
- package/dist/ripple/{p-a1e95b05.system.entry.js → p-06776596.system.entry.js} +1 -1
- package/dist/ripple/{p-cfcbc874.system.entry.js → p-067d7922.system.entry.js} +1 -1
- package/dist/ripple/p-09d62ddd.entry.js +1 -0
- package/dist/ripple/{p-8fe6f4fb.system.entry.js → p-0ecbf569.system.entry.js} +1 -1
- package/dist/ripple/p-0fe97e85.system.js +2 -0
- package/dist/ripple/{p-ca665973.js → p-13ca30d8.js} +1 -1
- package/dist/ripple/{p-8f3f903f.system.js → p-1402cfa2.system.js} +1 -1
- package/dist/ripple/p-1453ea51.system.entry.js +1 -0
- package/dist/ripple/{p-ff9ad862.entry.js → p-153701f9.entry.js} +1 -1
- package/dist/ripple/p-1cc91907.system.js +1 -0
- package/dist/ripple/{p-c4c51f4e.entry.js → p-1d8b0039.entry.js} +1 -1
- package/dist/ripple/{p-a7ed3c09.system.entry.js → p-1fa2a756.system.entry.js} +1 -1
- package/dist/ripple/{p-a52c5a1c.entry.js → p-25446670.entry.js} +1 -1
- package/dist/ripple/p-26602428.system.js +1 -0
- package/dist/ripple/{p-5dd927be.entry.js → p-27f47edc.entry.js} +1 -1
- package/dist/ripple/{p-bfd23b35.system.entry.js → p-2c834d27.system.entry.js} +1 -1
- package/dist/ripple/p-30b17818.system.entry.js +1 -0
- package/dist/ripple/{p-0631be01.system.entry.js → p-3446852f.system.entry.js} +1 -1
- package/dist/ripple/{p-6839dccc.entry.js → p-350fe5da.entry.js} +1 -1
- package/dist/ripple/{p-16621250.system.entry.js → p-3583d113.system.entry.js} +1 -1
- package/dist/ripple/{p-c5a28c1a.system.entry.js → p-361cc8fc.system.entry.js} +1 -1
- package/dist/ripple/{p-19773c40.entry.js → p-3a070f35.entry.js} +1 -1
- package/dist/ripple/p-3af72848.js +1 -0
- package/dist/ripple/p-3deccefa.system.js +1 -0
- package/dist/ripple/{p-51cd641d.entry.js → p-42ebfcfa.entry.js} +1 -1
- package/dist/ripple/{p-01bbec05.entry.js → p-43e2a49a.entry.js} +1 -1
- package/dist/ripple/{p-9c9245fe.system.entry.js → p-473ff44e.system.entry.js} +1 -1
- package/dist/ripple/{p-6177c551.entry.js → p-49118468.entry.js} +1 -1
- package/dist/ripple/p-4de51706.js +2 -0
- package/dist/ripple/{p-3c80bf67.entry.js → p-58174f4e.entry.js} +1 -1
- package/dist/ripple/{p-5129be7b.system.entry.js → p-5a4d9897.system.entry.js} +1 -1
- package/dist/ripple/{p-74bcedc4.entry.js → p-5a921e55.entry.js} +1 -1
- package/dist/ripple/{p-aab1af2b.system.entry.js → p-633cd89a.system.entry.js} +1 -1
- package/dist/ripple/{p-355cd806.entry.js → p-63f75d43.entry.js} +1 -1
- package/dist/ripple/{p-e8756afa.system.entry.js → p-67d48c33.system.entry.js} +1 -1
- package/dist/ripple/{p-da07b171.system.entry.js → p-7a8816d9.system.entry.js} +1 -1
- package/dist/ripple/{p-8ea68cb3.system.entry.js → p-7e56da2e.system.entry.js} +1 -1
- package/dist/ripple/{p-deb4f5a2.entry.js → p-7e8daaac.entry.js} +1 -1
- package/dist/ripple/{p-e37dac07.system.entry.js → p-8133ee44.system.entry.js} +1 -1
- package/dist/ripple/p-88406560.system.entry.js +1 -0
- package/dist/ripple/{p-e5dfdc72.entry.js → p-8b83de0a.entry.js} +1 -1
- package/dist/ripple/{p-e99e75a1.entry.js → p-8cace32f.entry.js} +1 -1
- package/dist/ripple/{p-311591fc.entry.js → p-8d4734ad.entry.js} +1 -1
- package/dist/ripple/p-8f76a838.system.entry.js +1 -0
- package/dist/ripple/{p-c9040294.system.entry.js → p-91ad0233.system.entry.js} +1 -1
- package/dist/ripple/{p-1f015ce9.entry.js → p-9e25bfd5.entry.js} +1 -1
- package/dist/ripple/{p-3578d8f6.system.js → p-9fecbc8a.system.js} +1 -1
- package/dist/ripple/{p-faaa5098.entry.js → p-a69c37e0.entry.js} +1 -1
- package/dist/ripple/{p-faa463cf.entry.js → p-a82a8931.entry.js} +1 -1
- package/dist/ripple/p-a99b05de.system.entry.js +1 -0
- package/dist/ripple/{p-6c0a0ec5.entry.js → p-aadf8c59.entry.js} +1 -1
- package/dist/ripple/{p-1c213447.system.entry.js → p-aba5a00e.system.entry.js} +1 -1
- package/dist/ripple/{p-98b755a8.entry.js → p-ad6dc751.entry.js} +1 -1
- package/dist/ripple/{p-28633a89.entry.js → p-b253d2fc.entry.js} +1 -1
- package/dist/ripple/{p-12dbd4cd.system.entry.js → p-b4d862e1.system.entry.js} +1 -1
- package/dist/ripple/{p-b67c7a37.entry.js → p-b56e0d1e.entry.js} +1 -1
- package/dist/ripple/{p-432a5232.system.entry.js → p-bdd4f919.system.entry.js} +1 -1
- package/dist/ripple/p-c18b398c.system.js +1 -0
- package/dist/ripple/{p-4e0f0dd3.entry.js → p-c249063c.entry.js} +1 -1
- package/dist/ripple/{p-0d9f70ab.entry.js → p-c717d895.entry.js} +1 -1
- package/dist/ripple/{p-6efcfc36.system.entry.js → p-c96a5c94.system.entry.js} +1 -1
- package/dist/ripple/p-cb674aad.js +1 -0
- package/dist/ripple/{p-4ae98602.system.entry.js → p-ceced3d9.system.entry.js} +1 -1
- package/dist/ripple/{p-739aa070.system.entry.js → p-d3f9d028.system.entry.js} +1 -1
- package/dist/ripple/{p-7962f562.entry.js → p-de349bee.entry.js} +1 -1
- package/dist/ripple/{p-dcea4066.entry.js → p-e24ddae1.entry.js} +1 -1
- package/dist/ripple/p-e66bbd87.system.entry.js +1 -0
- package/dist/ripple/{p-375b5ad7.system.entry.js → p-e8b58666.system.entry.js} +1 -1
- package/dist/ripple/{p-eb9be321.system.entry.js → p-f1a92576.system.entry.js} +1 -1
- package/dist/ripple/{p-1bc519df.entry.js → p-f711c914.entry.js} +1 -1
- package/dist/ripple/{p-03bfc773.entry.js → p-f7aa5a73.entry.js} +1 -1
- package/dist/ripple/ripple.esm.js +1 -1
- package/dist/ripple/ripple.js +16 -20
- package/dist/types/components/charts/chartFunctions.d.ts +13 -13
- package/dist/types/components/charts/priv-chart-popover/priv-chart-popover.d.ts +24 -24
- package/dist/types/components/charts/wm-chart/wm-chart-slice.d.ts +8 -8
- package/dist/types/components/charts/wm-chart/wm-chart.d.ts +39 -39
- package/dist/types/components/charts/wm-line-chart/wm-line-chart.d.ts +73 -73
- package/dist/types/components/charts/wm-progress-monitor/wm-progress-indicator.d.ts +26 -26
- package/dist/types/components/charts/wm-progress-monitor/wm-progress-monitor.d.ts +17 -17
- package/dist/types/components/charts/wm-progress-monitor/wm-progress-slice.d.ts +7 -7
- package/dist/types/components/wm-action-menu/wm-action-menu.d.ts +43 -43
- package/dist/types/components/wm-button/wm-button.d.ts +40 -40
- package/dist/types/components/wm-datepicker/priv-datepicker/priv-datepicker.d.ts +76 -76
- package/dist/types/components/wm-datepicker/wm-datepicker.d.ts +31 -31
- package/dist/types/components/wm-file/wm-file.d.ts +40 -40
- package/dist/types/components/wm-file-list/wm-file-list.d.ts +3 -3
- package/dist/types/components/wm-input/wm-input.d.ts +46 -46
- package/dist/types/components/wm-menuitem/wm-menuitem.d.ts +31 -31
- package/dist/types/components/wm-modal/wm-modal-footer.d.ts +11 -11
- package/dist/types/components/wm-modal/wm-modal-header.d.ts +7 -7
- package/dist/types/components/wm-modal/wm-modal.d.ts +24 -24
- package/dist/types/components/wm-navigation/wm-navigation-hamburger.d.ts +13 -13
- package/dist/types/components/wm-navigation/wm-navigation-item.d.ts +10 -10
- package/dist/types/components/wm-navigation/wm-navigation.d.ts +23 -23
- package/dist/types/components/wm-navigator/priv-navigator-button/priv-navigator-button.d.ts +7 -7
- package/dist/types/components/wm-navigator/priv-navigator-item/priv-navigator-item.d.ts +10 -10
- package/dist/types/components/wm-navigator/wm-navigator.d.ts +57 -57
- package/dist/types/components/wm-option/wm-option.d.ts +36 -36
- package/dist/types/components/wm-pagination/wm-pagination.d.ts +27 -27
- package/dist/types/components/wm-search/wm-search.d.ts +73 -73
- package/dist/types/components/wm-select/wm-select.d.ts +99 -99
- package/dist/types/components/wm-snackbar/wm-snackbar.d.ts +24 -24
- package/dist/types/components/wm-tabs/wm-tab-item/wm-tab-item.d.ts +30 -30
- package/dist/types/components/wm-tabs/wm-tab-list/wm-tab-list.d.ts +41 -41
- package/dist/types/components/wm-tabs/wm-tab-panel/wm-tab-panel.d.ts +16 -16
- package/dist/types/components/wm-tag-input/wm-tag-input.d.ts +114 -114
- package/dist/types/components/wm-tag-input/wm-tag-option/wm-tag-option.d.ts +15 -15
- package/dist/types/components/wm-timepicker/wm-timepicker.d.ts +48 -48
- package/dist/types/components/wm-toggletip/wm-toggletip.d.ts +20 -20
- package/dist/types/components/wm-uploader/wm-uploader.d.ts +47 -47
- package/dist/types/components/wm-wrapper/wm-wrapper.d.ts +4 -4
- package/dist/types/components.d.ts +382 -0
- package/dist/types/global/__mocks__/functions.d.ts +1 -1
- package/dist/types/global/functions.d.ts +4 -4
- package/dist/types/global/interfaces.d.ts +49 -49
- package/dist/types/global/intl.d.ts +31 -31
- package/dist/types/global/services/__mocks__/http-service.d.ts +1 -1
- package/dist/types/stencil-public-runtime.d.ts +46 -5
- package/package.json +8 -9
- package/dist/cjs/chartFunctions-75a17e36.js +0 -600
- package/dist/cjs/interfaces-245d7bff.js +0 -38
- package/dist/cjs/intl-f2685d0f.js +0 -179
- package/dist/esm/chartFunctions-a6f7d624.js +0 -584
- package/dist/esm/interfaces-89cad2fc.js +0 -35
- package/dist/esm/intl-c9ccf883.js +0 -174
- package/dist/esm/polyfills/css-shim.js +0 -1
- package/dist/esm-es5/chartFunctions-a6f7d624.js +0 -1
- package/dist/esm-es5/functions-37912d9a.js +0 -1
- package/dist/esm-es5/global-dda1229f.js +0 -1
- package/dist/esm-es5/index-7e11ea42.js +0 -2
- package/dist/ripple/p-16363e1c.system.entry.js +0 -1
- package/dist/ripple/p-1df5e482.entry.js +0 -1
- package/dist/ripple/p-30bf24f8.system.js +0 -2
- package/dist/ripple/p-3248c0fa.system.entry.js +0 -1
- package/dist/ripple/p-403d2397.js +0 -1
- package/dist/ripple/p-56d64283.system.entry.js +0 -1
- package/dist/ripple/p-6210d34f.system.entry.js +0 -1
- package/dist/ripple/p-7f514768.system.js +0 -1
- package/dist/ripple/p-959fd0c1.system.js +0 -1
- package/dist/ripple/p-a5cd65c4.system.js +0 -1
- package/dist/ripple/p-b5bedd63.js +0 -2
- package/dist/ripple/p-ba7764e2.js +0 -1
- package/dist/ripple/p-e4cb82d0.system.entry.js +0 -1
- package/dist/ripple/p-f8411a8a.system.entry.js +0 -1
- package/dist/ripple/p-fd7ae778.system.js +0 -1
- /package/dist/esm-es5/{interfaces-89cad2fc.js → interfaces-9b75fb61.js} +0 -0
- /package/dist/ripple/{p-c0c111fd.js → p-196eb2f3.js} +0 -0
|
@@ -5,8 +5,8 @@ export declare function throttle(fn: any, wait: number): (this: any) => void;
|
|
|
5
5
|
export declare function debounce(fn: any, wait: number): (this: any) => void;
|
|
6
6
|
export declare function getTextDir(): string;
|
|
7
7
|
export declare function getPosition(el: HTMLElement): {
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
x: number;
|
|
9
|
+
y: number;
|
|
10
10
|
};
|
|
11
11
|
export declare function findParentWithScrollbar(el: HTMLElement): HTMLElement | undefined;
|
|
12
12
|
export declare function findParentWithHiddenOverflow(el: HTMLElement): HTMLElement | undefined;
|
|
@@ -40,8 +40,8 @@ export declare function transposeMatrix(originalMatrix: any[][]): any[][];
|
|
|
40
40
|
export declare function wrapAround(currentIdx: number, step: number, endIdx: number): number;
|
|
41
41
|
export declare function skipByInterval(list: any[], skipInterval: number): any[];
|
|
42
42
|
export declare function getSmallestSkipInterval(list: any[], maxLength: number): {
|
|
43
|
-
|
|
44
|
-
|
|
43
|
+
skipInterval: number;
|
|
44
|
+
skippedList: any[];
|
|
45
45
|
};
|
|
46
46
|
export declare function calcPercentageInRange(value: number, rangeLowest: number, rangeHighest: number): number;
|
|
47
47
|
export declare function triggerFormSubmit(formEl: HTMLFormElement): void;
|
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
export type Notification = {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
message: string;
|
|
3
|
+
id: string;
|
|
4
|
+
link: string;
|
|
5
|
+
newWindow: boolean;
|
|
6
6
|
};
|
|
7
7
|
export type label = string | undefined;
|
|
8
8
|
export type CssClassMap = {
|
|
9
|
-
|
|
9
|
+
[className: string]: boolean;
|
|
10
10
|
};
|
|
11
11
|
interface IconLabels {
|
|
12
|
-
|
|
12
|
+
[index: string]: string;
|
|
13
13
|
}
|
|
14
14
|
export type Product = {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
15
|
+
description?: string;
|
|
16
|
+
samlLinkUrl?: string;
|
|
17
|
+
iconUrl: string;
|
|
18
|
+
id: string;
|
|
19
|
+
linkUrl: string;
|
|
20
|
+
name: string;
|
|
21
21
|
};
|
|
22
22
|
export type NavigatorPayload = {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
23
|
+
connection_name?: string;
|
|
24
|
+
current_product_id: string;
|
|
25
|
+
email: string;
|
|
26
|
+
logout_url: string;
|
|
27
|
+
products: Product[];
|
|
28
28
|
};
|
|
29
29
|
export type validButtonTypes = "primary" | "secondary" | "textonly" | "icononly" | "navigational" | "selector" | "selector-primary" | "pairpositive" | "pairnegative";
|
|
30
30
|
export declare const iconLabels: IconLabels;
|
|
@@ -34,52 +34,52 @@ export declare const getWmMode: (ref?: any) => any;
|
|
|
34
34
|
export type TooltipPlacement = "top" | "bottom" | "left" | "right" | "bottom-left" | "bottom-right" | "top-right" | "top-left";
|
|
35
35
|
export type SliceElement = SVGElement | HTMLElement;
|
|
36
36
|
export type SliceDetails = {
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
37
|
+
amount: number;
|
|
38
|
+
perc: number;
|
|
39
|
+
legend: string | null;
|
|
40
|
+
color: string;
|
|
41
|
+
offset: number;
|
|
42
|
+
id: string;
|
|
43
|
+
title: string | null;
|
|
44
|
+
text: string | null;
|
|
45
|
+
buttonText: string | null;
|
|
46
|
+
sliceRef: Element;
|
|
47
|
+
inSmallCluster: boolean;
|
|
48
|
+
coords?: {
|
|
49
|
+
x: number;
|
|
50
|
+
y: number;
|
|
51
|
+
};
|
|
52
52
|
};
|
|
53
53
|
export type ChartDetails = {
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
54
|
+
size: number;
|
|
55
|
+
colors: Array<string>;
|
|
56
|
+
thickness?: number;
|
|
57
|
+
padding: number;
|
|
58
|
+
category: "doughnut" | "stackedBar" | "simpleBar";
|
|
59
59
|
};
|
|
60
60
|
export type ChartType = "doughnut" | "bar" | "doughnut1" | "doughnut2" | "doughnut2b" | "doughnut3" | "bar2" | "bar2b" | "bar3" | "bar4" | "bar5" | "bar6" | "bar7";
|
|
61
61
|
export type LegendItem = {
|
|
62
|
-
|
|
63
|
-
|
|
62
|
+
key: string;
|
|
63
|
+
color: string;
|
|
64
64
|
};
|
|
65
65
|
export type LineChartData = {
|
|
66
|
-
|
|
66
|
+
[lineLabel: string]: Line;
|
|
67
67
|
};
|
|
68
68
|
export type Line = {
|
|
69
|
-
|
|
69
|
+
[xValue: string]: YValue;
|
|
70
70
|
};
|
|
71
71
|
export type YValue = number | null;
|
|
72
72
|
export type DataPointDetails = {
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
73
|
+
lineLabel: string;
|
|
74
|
+
xValue: string;
|
|
75
|
+
yValue: YValue;
|
|
76
|
+
xPositionPercent: number;
|
|
77
|
+
yPositionPercent: number | null;
|
|
78
|
+
highlighted: boolean;
|
|
79
79
|
};
|
|
80
80
|
export type LineStyle = {
|
|
81
|
-
|
|
82
|
-
|
|
81
|
+
color: string;
|
|
82
|
+
icon: string;
|
|
83
83
|
};
|
|
84
84
|
export type TimeFormat24 = string;
|
|
85
85
|
export type TimeFormat12 = string;
|
|
@@ -1,39 +1,39 @@
|
|
|
1
1
|
export declare const globalMessages: {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
2
|
+
characterLimitReached: string;
|
|
3
|
+
close: string;
|
|
4
|
+
genericError: string;
|
|
5
|
+
hide: string;
|
|
6
|
+
newWindow: string;
|
|
7
|
+
next: string;
|
|
8
|
+
open: string;
|
|
9
|
+
previous: string;
|
|
10
|
+
requiredError: string;
|
|
11
|
+
requiredField: string;
|
|
12
|
+
show: string;
|
|
13
|
+
getCharactersEntered: (charCount: number, charLimit: number) => string;
|
|
14
|
+
getCharacterLimit: (characterLimit: number) => string;
|
|
15
15
|
};
|
|
16
16
|
export declare const uploaderMessages: {
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
17
|
+
duplicateName: string;
|
|
18
|
+
fileLimitExceeded: string;
|
|
19
|
+
fileLimitReached: string;
|
|
20
|
+
finishedUploading: string;
|
|
21
|
+
waitToUpload: string;
|
|
22
|
+
zeroFileSize: string;
|
|
23
|
+
getAcceptedFileTypes: (validTypes: string, amount: number) => string;
|
|
24
|
+
getFilesAdded: (numFiles: number) => string;
|
|
25
|
+
getFileCount: (fileListLength: number, maxFiles: number) => string;
|
|
26
|
+
getFileTooLarge: (maxSize: string) => string;
|
|
27
|
+
getFilesUploading: (numFilesUploading: number) => string;
|
|
28
|
+
getInvalidFileType: (validTypes: string) => string;
|
|
29
|
+
getMaxSize: (maxSize: string) => string;
|
|
30
|
+
getUploadProgress: (percentage: number) => string;
|
|
31
31
|
};
|
|
32
32
|
export declare const chartMessages: {
|
|
33
|
-
|
|
33
|
+
interactiveChart: string;
|
|
34
34
|
};
|
|
35
35
|
export declare const lineChartMessages: {
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
36
|
+
instructions: string;
|
|
37
|
+
noData: string;
|
|
38
|
+
getChangeSince: (prevXValue: string) => string;
|
|
39
39
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const getRequest: (url: string) => Promise<any>;
|
|
2
2
|
export declare const postRequest: (url: string, payload: any) => Promise<void | {
|
|
3
|
-
|
|
3
|
+
url: string;
|
|
4
4
|
}>;
|
|
5
5
|
export declare const deleteRequest: (url: string) => Promise<void>;
|
|
6
6
|
export declare const putRequest: (_url: string, _file: any) => Promise<void>;
|
|
@@ -3,6 +3,16 @@ export interface ComponentDecorator {
|
|
|
3
3
|
(opts?: ComponentOptions): ClassDecorator;
|
|
4
4
|
}
|
|
5
5
|
export interface ComponentOptions {
|
|
6
|
+
/**
|
|
7
|
+
* When set to `true` this component will be form-associated. See
|
|
8
|
+
* https://stenciljs.com/docs/next/form-associated documentation on how to
|
|
9
|
+
* build form-associated Stencil components that integrate into forms like
|
|
10
|
+
* native browser elements such as `<input>` and `<textarea>`.
|
|
11
|
+
*
|
|
12
|
+
* The {@link AttachInternals} decorator allows for access to the
|
|
13
|
+
* `ElementInternals` object to modify the associated form.
|
|
14
|
+
*/
|
|
15
|
+
formAssociated?: boolean;
|
|
6
16
|
/**
|
|
7
17
|
* Tag name of the web component. Ideally, the tag name must be globally unique,
|
|
8
18
|
* so it's recommended to choose an unique prefix for all your components within the same collection.
|
|
@@ -62,7 +72,7 @@ export interface PropOptions {
|
|
|
62
72
|
/**
|
|
63
73
|
* The name of the associated DOM attribute.
|
|
64
74
|
* Stencil uses different heuristics to determine the default name of the attribute,
|
|
65
|
-
* but using this property, you can override the default
|
|
75
|
+
* but using this property, you can override the default behavior.
|
|
66
76
|
*/
|
|
67
77
|
attribute?: string | null;
|
|
68
78
|
/**
|
|
@@ -107,6 +117,9 @@ export interface EventOptions {
|
|
|
107
117
|
*/
|
|
108
118
|
composed?: boolean;
|
|
109
119
|
}
|
|
120
|
+
export interface AttachInternalsDecorator {
|
|
121
|
+
(): PropertyDecorator;
|
|
122
|
+
}
|
|
110
123
|
export interface ListenDecorator {
|
|
111
124
|
(eventName: string, opts?: ListenOptions): CustomMethodDecorator<any>;
|
|
112
125
|
}
|
|
@@ -128,7 +141,7 @@ export interface ListenOptions {
|
|
|
128
141
|
* By default, Stencil uses several heuristics to determine if
|
|
129
142
|
* it must attach a `passive` event listener or not.
|
|
130
143
|
*
|
|
131
|
-
* Using the `passive` option can be used to change the default
|
|
144
|
+
* Using the `passive` option can be used to change the default behavior.
|
|
132
145
|
* Please see https://developers.google.com/web/updates/2016/06/passive-event-listeners for further information.
|
|
133
146
|
*/
|
|
134
147
|
passive?: boolean;
|
|
@@ -175,6 +188,12 @@ export declare const Element: ElementDecorator;
|
|
|
175
188
|
* https://stenciljs.com/docs/events
|
|
176
189
|
*/
|
|
177
190
|
export declare const Event: EventDecorator;
|
|
191
|
+
/**
|
|
192
|
+
* If the `formAssociated` option is set in options passed to the
|
|
193
|
+
* `@Component()` decorator then this decorator may be used to get access to the
|
|
194
|
+
* `ElementInternals` instance associated with the component.
|
|
195
|
+
*/
|
|
196
|
+
export declare const AttachInternals: AttachInternalsDecorator;
|
|
178
197
|
/**
|
|
179
198
|
* The `Listen()` decorator is for listening DOM events, including the ones
|
|
180
199
|
* dispatched from `@Events()`.
|
|
@@ -432,7 +451,7 @@ export interface QueueApi {
|
|
|
432
451
|
/**
|
|
433
452
|
* Host
|
|
434
453
|
*/
|
|
435
|
-
interface HostAttributes {
|
|
454
|
+
export interface HostAttributes {
|
|
436
455
|
class?: string | {
|
|
437
456
|
[className: string]: boolean;
|
|
438
457
|
};
|
|
@@ -471,7 +490,7 @@ export interface FunctionalUtilities {
|
|
|
471
490
|
/**
|
|
472
491
|
* Utility for reading the children of a functional component at runtime.
|
|
473
492
|
* Since the Stencil runtime uses a different interface for children it is
|
|
474
|
-
* not
|
|
493
|
+
* not recommended to read the children directly, and is preferable to use
|
|
475
494
|
* this utility to, for instance, perform a side effect for each child.
|
|
476
495
|
*/
|
|
477
496
|
forEach: (children: VNode[], cb: (vnode: ChildNode, index: number, array: ChildNode[]) => void) => void;
|
|
@@ -791,6 +810,9 @@ export declare namespace JSXBase {
|
|
|
791
810
|
name?: string;
|
|
792
811
|
type?: string;
|
|
793
812
|
value?: string | string[] | number;
|
|
813
|
+
popoverTargetAction?: string;
|
|
814
|
+
popoverTargetElement?: Element | null;
|
|
815
|
+
popoverTarget?: string;
|
|
794
816
|
}
|
|
795
817
|
interface CanvasHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
796
818
|
height?: number | string;
|
|
@@ -872,6 +894,8 @@ export declare namespace JSXBase {
|
|
|
872
894
|
}
|
|
873
895
|
interface ImgHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
874
896
|
alt?: string;
|
|
897
|
+
crossOrigin?: string;
|
|
898
|
+
crossorigin?: string;
|
|
875
899
|
decoding?: 'async' | 'auto' | 'sync';
|
|
876
900
|
importance?: 'low' | 'auto' | 'high';
|
|
877
901
|
height?: number | string;
|
|
@@ -930,6 +954,8 @@ export declare namespace JSXBase {
|
|
|
930
954
|
minlength?: number | string;
|
|
931
955
|
multiple?: boolean;
|
|
932
956
|
name?: string;
|
|
957
|
+
onSelect?: (event: Event) => void;
|
|
958
|
+
onselect?: (event: Event) => void;
|
|
933
959
|
pattern?: string;
|
|
934
960
|
placeholder?: string;
|
|
935
961
|
readOnly?: boolean;
|
|
@@ -948,6 +974,9 @@ export declare namespace JSXBase {
|
|
|
948
974
|
webkitdirectory?: boolean;
|
|
949
975
|
webkitEntries?: any;
|
|
950
976
|
width?: number | string;
|
|
977
|
+
popoverTargetAction?: string;
|
|
978
|
+
popoverTargetElement?: Element | null;
|
|
979
|
+
popoverTarget?: string;
|
|
951
980
|
}
|
|
952
981
|
interface KeygenHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
953
982
|
autoFocus?: boolean;
|
|
@@ -1111,11 +1140,13 @@ export declare namespace JSXBase {
|
|
|
1111
1140
|
autocomplete?: string;
|
|
1112
1141
|
}
|
|
1113
1142
|
interface SourceHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
1143
|
+
height?: number;
|
|
1114
1144
|
media?: string;
|
|
1115
1145
|
sizes?: string;
|
|
1116
1146
|
src?: string;
|
|
1117
1147
|
srcSet?: string;
|
|
1118
1148
|
type?: string;
|
|
1149
|
+
width?: number;
|
|
1119
1150
|
}
|
|
1120
1151
|
interface StyleHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
1121
1152
|
media?: string;
|
|
@@ -1143,6 +1174,8 @@ export declare namespace JSXBase {
|
|
|
1143
1174
|
minLength?: number;
|
|
1144
1175
|
minlength?: number | string;
|
|
1145
1176
|
name?: string;
|
|
1177
|
+
onSelect?: (event: Event) => void;
|
|
1178
|
+
onselect?: (event: Event) => void;
|
|
1146
1179
|
placeholder?: string;
|
|
1147
1180
|
readOnly?: boolean;
|
|
1148
1181
|
readonly?: boolean | string;
|
|
@@ -1196,6 +1229,7 @@ export declare namespace JSXBase {
|
|
|
1196
1229
|
draggable?: boolean;
|
|
1197
1230
|
hidden?: boolean;
|
|
1198
1231
|
id?: string;
|
|
1232
|
+
inert?: boolean;
|
|
1199
1233
|
lang?: string;
|
|
1200
1234
|
spellcheck?: 'true' | 'false' | any;
|
|
1201
1235
|
style?: {
|
|
@@ -1204,6 +1238,7 @@ export declare namespace JSXBase {
|
|
|
1204
1238
|
tabIndex?: number;
|
|
1205
1239
|
tabindex?: number | string;
|
|
1206
1240
|
title?: string;
|
|
1241
|
+
popover?: string | null;
|
|
1207
1242
|
inputMode?: string;
|
|
1208
1243
|
inputmode?: string;
|
|
1209
1244
|
enterKeyHint?: string;
|
|
@@ -1289,7 +1324,7 @@ export declare namespace JSXBase {
|
|
|
1289
1324
|
clipPathUnits?: number | string;
|
|
1290
1325
|
'clip-rule'?: number | string;
|
|
1291
1326
|
'color-interpolation'?: number | string;
|
|
1292
|
-
'color-interpolation-filters'?: 'auto' | '
|
|
1327
|
+
'color-interpolation-filters'?: 'auto' | 'sRGB' | 'linearRGB';
|
|
1293
1328
|
'color-profile'?: number | string;
|
|
1294
1329
|
'color-rendering'?: number | string;
|
|
1295
1330
|
contentScriptType?: number | string;
|
|
@@ -1619,8 +1654,14 @@ export declare namespace JSXBase {
|
|
|
1619
1654
|
onAnimationEndCapture?: (event: AnimationEvent) => void;
|
|
1620
1655
|
onAnimationIteration?: (event: AnimationEvent) => void;
|
|
1621
1656
|
onAnimationIterationCapture?: (event: AnimationEvent) => void;
|
|
1657
|
+
onTransitionCancel?: (event: TransitionEvent) => void;
|
|
1658
|
+
onTransitionCancelCapture?: (event: TransitionEvent) => void;
|
|
1622
1659
|
onTransitionEnd?: (event: TransitionEvent) => void;
|
|
1623
1660
|
onTransitionEndCapture?: (event: TransitionEvent) => void;
|
|
1661
|
+
onTransitionRun?: (event: TransitionEvent) => void;
|
|
1662
|
+
onTransitionRunCapture?: (event: TransitionEvent) => void;
|
|
1663
|
+
onTransitionStart?: (event: TransitionEvent) => void;
|
|
1664
|
+
onTransitionStartCapture?: (event: TransitionEvent) => void;
|
|
1624
1665
|
}
|
|
1625
1666
|
}
|
|
1626
1667
|
export interface JSXAttributes<T = Element> {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@watermarkinsights/ripple",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.2.0-0",
|
|
4
4
|
"description": "Ripple Component Library",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -34,13 +34,12 @@
|
|
|
34
34
|
"@formatjs/intl": "^2.6.5"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@axe-core/puppeteer": "^4.
|
|
38
|
-
"@formatjs/cli": "^6.
|
|
39
|
-
"@stencil/core": "^
|
|
40
|
-
"@stencil/react-output-target": "^0.
|
|
41
|
-
"@stencil/sass": "^
|
|
42
|
-
"@types/jest": "^
|
|
43
|
-
"
|
|
44
|
-
"jest": "^27.0.3"
|
|
37
|
+
"@axe-core/puppeteer": "^4.8.1",
|
|
38
|
+
"@formatjs/cli": "^6.2.4",
|
|
39
|
+
"@stencil/core": "^4.8.0",
|
|
40
|
+
"@stencil/react-output-target": "^0.5.3",
|
|
41
|
+
"@stencil/sass": "^3.0.7",
|
|
42
|
+
"@types/jest": "^29.5.10",
|
|
43
|
+
"jest": "^29.7.0"
|
|
45
44
|
}
|
|
46
45
|
}
|