@watermarkinsights/ripple 3.8.0-1 → 3.8.0-2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/dist/cjs/{functions-f0693632.js → functions-edfdd03f.js} +509 -483
- package/dist/cjs/{global-6c69dece.js → global-ffd0392c.js} +65 -65
- package/dist/cjs/{http-service-494d81de.js → http-service-9e8c4dd5.js} +49 -49
- package/dist/cjs/{index-cd179539.js → index-0e7e3668.js} +96 -64
- package/dist/cjs/{interfaces-a3338581.js → interfaces-30a74c1f.js} +29 -29
- package/dist/cjs/loader.cjs.js +4 -4
- package/dist/cjs/priv-chart-popover.cjs.entry.js +79 -79
- package/dist/cjs/priv-datepicker.cjs.entry.js +674 -674
- package/dist/cjs/priv-navigator-button.cjs.entry.js +19 -19
- package/dist/cjs/priv-navigator-item.cjs.entry.js +24 -24
- package/dist/cjs/ripple.cjs.js +4 -4
- package/dist/cjs/wm-action-menu_2.cjs.entry.js +342 -342
- package/dist/cjs/wm-button.cjs.entry.js +238 -238
- package/dist/cjs/wm-chart-slice.cjs.entry.js +14 -14
- package/dist/cjs/wm-chart.cjs.entry.js +475 -475
- package/dist/cjs/wm-datepicker.cjs.entry.js +273 -273
- package/dist/cjs/wm-input.cjs.entry.js +136 -136
- package/dist/cjs/wm-modal-footer.cjs.entry.js +32 -32
- package/dist/cjs/wm-modal-header.cjs.entry.js +35 -35
- package/dist/cjs/wm-modal.cjs.entry.js +164 -164
- package/dist/cjs/wm-navigation-hamburger.cjs.entry.js +56 -0
- package/dist/cjs/wm-navigation-item.cjs.entry.js +31 -0
- package/dist/cjs/wm-navigation.cjs.entry.js +87 -0
- package/dist/cjs/wm-navigator.cjs.entry.js +269 -269
- package/dist/cjs/wm-network-uploader.cjs.entry.js +422 -422
- package/dist/cjs/wm-option_2.cjs.entry.js +497 -497
- package/dist/cjs/wm-pagination.cjs.entry.js +168 -168
- package/dist/cjs/wm-search.cjs.entry.js +233 -233
- package/dist/cjs/wm-snackbar.cjs.entry.js +172 -172
- package/dist/cjs/wm-tab-item_3.cjs.entry.js +297 -297
- package/dist/cjs/wm-tag-input.cjs.entry.js +581 -581
- package/dist/cjs/wm-timepicker.cjs.entry.js +385 -385
- package/dist/cjs/wm-toggletip.cjs.entry.js +126 -126
- package/dist/cjs/wm-uploader.cjs.entry.js +348 -348
- package/dist/cjs/wm-wrapper.cjs.entry.js +13 -13
- package/dist/collection/collection-manifest.json +10 -2
- package/dist/collection/components/wm-action-menu/wm-action-menu.css +0 -1
- package/dist/collection/components/wm-action-menu/wm-action-menu.js +460 -460
- package/dist/collection/components/wm-button/wm-button.css +1 -3
- package/dist/collection/components/wm-button/wm-button.js +503 -503
- package/dist/collection/components/wm-chart/priv-chart-popover/priv-chart-popover.css +0 -1
- package/dist/collection/components/wm-chart/priv-chart-popover/priv-chart-popover.js +232 -232
- package/dist/collection/components/wm-chart/wm-chart-slice.js +115 -115
- package/dist/collection/components/wm-chart/wm-chart.css +0 -1
- package/dist/collection/components/wm-chart/wm-chart.js +718 -718
- package/dist/collection/components/wm-datepicker/priv-datepicker/priv-datepicker.css +3 -5
- package/dist/collection/components/wm-datepicker/priv-datepicker/priv-datepicker.js +1039 -1039
- package/dist/collection/components/wm-datepicker/wm-datepicker.css +1 -3
- package/dist/collection/components/wm-datepicker/wm-datepicker.js +483 -483
- package/dist/collection/components/wm-input/wm-input.css +1 -3
- package/dist/collection/components/wm-input/wm-input.js +423 -423
- package/dist/collection/components/wm-menuitem/wm-menuitem.css +0 -1
- package/dist/collection/components/wm-menuitem/wm-menuitem.js +444 -444
- package/dist/collection/components/wm-modal/wm-modal-footer.css +0 -1
- package/dist/collection/components/wm-modal/wm-modal-footer.js +141 -141
- package/dist/collection/components/wm-modal/wm-modal-header.css +0 -1
- package/dist/collection/components/wm-modal/wm-modal-header.js +92 -92
- package/dist/collection/components/wm-modal/wm-modal.css +0 -1
- package/dist/collection/components/wm-modal/wm-modal.js +461 -461
- package/dist/collection/components/wm-navigation/wm-navigation-hamburger.css +86 -0
- package/dist/collection/components/wm-navigation/wm-navigation-hamburger.js +96 -0
- package/dist/collection/components/wm-navigation/wm-navigation-item.css +85 -0
- package/dist/collection/components/wm-navigation/wm-navigation-item.js +101 -0
- package/dist/collection/components/wm-navigation/wm-navigation.css +117 -0
- package/dist/collection/components/wm-navigation/wm-navigation.js +142 -0
- package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.css +0 -1
- package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.js +97 -97
- package/dist/collection/components/wm-navigator/priv-navigator-item/priv-navigator-item.css +0 -1
- package/dist/collection/components/wm-navigator/priv-navigator-item/priv-navigator-item.js +114 -114
- package/dist/collection/components/wm-navigator/wm-navigator.css +0 -1
- package/dist/collection/components/wm-navigator/wm-navigator.js +468 -468
- package/dist/collection/components/wm-option/wm-option.css +2 -4
- package/dist/collection/components/wm-option/wm-option.js +422 -422
- package/dist/collection/components/wm-pagination/wm-pagination.css +0 -1
- package/dist/collection/components/wm-pagination/wm-pagination.js +368 -368
- package/dist/collection/components/wm-search/wm-search.css +0 -1
- package/dist/collection/components/wm-search/wm-search.js +480 -480
- package/dist/collection/components/wm-select/wm-select.css +2 -4
- package/dist/collection/components/wm-select/wm-select.js +720 -720
- package/dist/collection/components/wm-snackbar/wm-snackbar.css +2 -4
- package/dist/collection/components/wm-snackbar/wm-snackbar.js +297 -297
- package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.css +0 -1
- package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.js +216 -216
- package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.css +0 -1
- package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.js +330 -330
- package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.css +0 -1
- package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.js +104 -104
- package/dist/collection/components/wm-tag-input/wm-tag-input.css +2 -4
- package/dist/collection/components/wm-tag-input/wm-tag-input.js +810 -810
- package/dist/collection/components/wm-timepicker/wm-timepicker.css +2 -4
- package/dist/collection/components/wm-timepicker/wm-timepicker.js +583 -583
- package/dist/collection/components/wm-toggletip/wm-toggletip.css +1 -3
- package/dist/collection/components/wm-toggletip/wm-toggletip.js +241 -241
- package/dist/collection/components/wm-uploader/wm-network-uploader/wm-network-uploader.css +1 -3
- package/dist/collection/components/wm-uploader/wm-network-uploader/wm-network-uploader.js +753 -753
- package/dist/collection/components/wm-uploader/wm-uploader.css +1 -3
- package/dist/collection/components/wm-uploader/wm-uploader.js +748 -748
- package/dist/collection/components/wm-wrapper/wm-wrapper.js +27 -27
- package/dist/collection/dev/scripts.js +20 -20
- package/dist/collection/global/__mocks__/functions.js +6 -6
- package/dist/collection/global/functions.js +445 -445
- package/dist/collection/global/global.js +72 -72
- package/dist/collection/global/interfaces.js +49 -49
- package/dist/collection/global/services/__mocks__/http-service.js +130 -130
- package/dist/collection/global/services/http-service.js +50 -50
- package/dist/collection/lang/lang.js +5 -5
- package/dist/collection/lang/missing.js +39 -39
- package/dist/collection/lang/piglatin.js +93 -93
- package/dist/esm/{functions-cbfc81d1.js → functions-6cd52dcf.js} +509 -483
- package/dist/esm/{global-738cd49c.js → global-51d6ea5f.js} +65 -65
- package/dist/esm/{http-service-3dc3b3e7.js → http-service-5d037e16.js} +49 -49
- package/dist/esm/{index-66f8130e.js → index-cd8f9ae2.js} +96 -64
- package/dist/esm/{interfaces-2b97fab2.js → interfaces-61c6305b.js} +29 -29
- package/dist/esm/loader.js +4 -4
- package/dist/esm/polyfills/core-js.js +0 -0
- package/dist/esm/polyfills/css-shim.js +1 -1
- 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 +79 -79
- package/dist/esm/priv-datepicker.entry.js +674 -674
- package/dist/esm/priv-navigator-button.entry.js +19 -19
- package/dist/esm/priv-navigator-item.entry.js +24 -24
- package/dist/esm/ripple.js +4 -4
- package/dist/esm/wm-action-menu_2.entry.js +342 -342
- package/dist/esm/wm-button.entry.js +238 -238
- package/dist/esm/wm-chart-slice.entry.js +14 -14
- package/dist/esm/wm-chart.entry.js +475 -475
- package/dist/esm/wm-datepicker.entry.js +273 -273
- package/dist/esm/wm-input.entry.js +136 -136
- package/dist/esm/wm-modal-footer.entry.js +32 -32
- package/dist/esm/wm-modal-header.entry.js +35 -35
- package/dist/esm/wm-modal.entry.js +164 -164
- package/dist/esm/wm-navigation-hamburger.entry.js +52 -0
- package/dist/esm/wm-navigation-item.entry.js +27 -0
- package/dist/esm/wm-navigation.entry.js +83 -0
- package/dist/esm/wm-navigator.entry.js +269 -269
- package/dist/esm/wm-network-uploader.entry.js +422 -422
- package/dist/esm/wm-option_2.entry.js +497 -497
- package/dist/esm/wm-pagination.entry.js +168 -168
- package/dist/esm/wm-search.entry.js +233 -233
- package/dist/esm/wm-snackbar.entry.js +172 -172
- package/dist/esm/wm-tab-item_3.entry.js +297 -297
- package/dist/esm/wm-tag-input.entry.js +581 -581
- package/dist/esm/wm-timepicker.entry.js +385 -385
- package/dist/esm/wm-toggletip.entry.js +126 -126
- package/dist/esm/wm-uploader.entry.js +348 -348
- package/dist/esm/wm-wrapper.entry.js +13 -13
- package/dist/esm-es5/functions-6cd52dcf.js +15 -0
- package/dist/esm-es5/{global-738cd49c.js → global-51d6ea5f.js} +1 -1
- package/dist/esm-es5/{http-service-3dc3b3e7.js → http-service-5d037e16.js} +1 -1
- package/dist/esm-es5/index-cd8f9ae2.js +1 -0
- package/dist/esm-es5/{interfaces-2b97fab2.js → interfaces-61c6305b.js} +0 -0
- 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-input.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-hamburger.entry.js +1 -0
- package/dist/esm-es5/wm-navigation-item.entry.js +1 -0
- package/dist/esm-es5/wm-navigation.entry.js +1 -0
- package/dist/esm-es5/wm-navigator.entry.js +1 -1
- package/dist/esm-es5/wm-network-uploader.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-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-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 +0 -1
- package/dist/ripple/p-05b44011.system.entry.js +1 -0
- package/dist/ripple/{p-8d97d1d5.system.entry.js → p-088e3c4c.system.entry.js} +1 -1
- package/dist/ripple/{p-f5df5903.system.js → p-08b7ec08.system.js} +0 -0
- package/dist/ripple/{p-b840acea.system.entry.js → p-15759528.system.entry.js} +1 -1
- package/dist/ripple/p-17fef956.entry.js +1 -0
- package/dist/ripple/{p-85d12cf2.system.entry.js → p-1d7049b5.system.entry.js} +1 -1
- package/dist/ripple/p-20856a2d.system.js +1 -0
- package/dist/ripple/p-2206c8d0.entry.js +1 -0
- package/dist/ripple/p-244877c8.entry.js +1 -0
- package/dist/ripple/{p-366a3db1.system.entry.js → p-284a9749.system.entry.js} +1 -1
- package/dist/ripple/p-2b526a98.entry.js +1 -0
- package/dist/ripple/p-2f63e022.system.entry.js +1 -0
- package/dist/ripple/p-313b6073.system.js +1 -0
- package/dist/ripple/p-323c8fbd.entry.js +1 -0
- package/dist/ripple/p-38062c39.js +1 -0
- package/dist/ripple/p-3ba3afca.entry.js +1 -0
- package/dist/ripple/{p-5ef0d011.system.entry.js → p-45ee5b9d.system.entry.js} +1 -1
- package/dist/ripple/p-48ab9e16.entry.js +1 -0
- package/dist/ripple/p-4999f5dc.entry.js +1 -0
- package/dist/ripple/p-4ab257fe.entry.js +1 -0
- package/dist/ripple/p-4c0de099.system.entry.js +1 -0
- package/dist/ripple/p-4c75587a.system.entry.js +1 -0
- package/dist/ripple/{p-6bc37009.system.entry.js → p-4ed98fb1.system.entry.js} +1 -1
- package/dist/ripple/{p-7bc744bf.system.entry.js → p-504579c2.system.entry.js} +1 -1
- package/dist/ripple/p-58a1e616.system.entry.js +1 -0
- package/dist/ripple/p-5fd47eac.entry.js +1 -0
- package/dist/ripple/p-664c3f62.entry.js +1 -0
- package/dist/ripple/p-6923b8f6.system.js +15 -0
- package/dist/ripple/p-6e5a35ae.system.entry.js +1 -0
- package/dist/ripple/p-741972e8.system.entry.js +1 -0
- package/dist/ripple/p-764fa608.entry.js +1 -0
- package/dist/ripple/p-77bd8d1b.entry.js +1 -0
- package/dist/ripple/p-7ff67db9.entry.js +1 -0
- package/dist/ripple/p-8139cdfe.system.js +1 -0
- package/dist/ripple/{p-11400c80.js → p-83028f2c.js} +1 -1
- package/dist/ripple/p-864b71bf.system.entry.js +1 -0
- package/dist/ripple/p-87b8fddf.entry.js +1 -0
- package/dist/ripple/{p-43f1298b.js → p-888bec42.js} +0 -0
- package/dist/ripple/p-8a0450fd.entry.js +1 -0
- package/dist/ripple/p-9173f673.entry.js +1 -0
- package/dist/ripple/{p-2d49a016.system.entry.js → p-9a9743f5.system.entry.js} +1 -1
- package/dist/ripple/p-9f442b49.system.entry.js +1 -0
- package/dist/ripple/p-a2c2f475.system.entry.js +1 -0
- package/dist/ripple/p-a3fcdd9f.entry.js +1 -0
- package/dist/ripple/{p-b3ce2033.system.entry.js → p-a5177480.system.entry.js} +1 -1
- package/dist/ripple/p-a588ae81.entry.js +1 -0
- package/dist/ripple/{p-fd8070fb.js → p-a6d6eae7.js} +0 -0
- package/dist/ripple/p-a8358b36.entry.js +1 -0
- package/dist/ripple/p-a88d46f9.system.entry.js +1 -0
- package/dist/ripple/p-a8dfec6d.system.entry.js +1 -0
- package/dist/ripple/{p-b2ccbff3.system.js → p-aedd95e6.system.js} +1 -1
- package/dist/ripple/p-b1d25dec.entry.js +1 -0
- package/dist/ripple/p-b542340c.system.entry.js +1 -0
- package/dist/ripple/{p-261ea633.system.entry.js → p-c19298a5.system.entry.js} +1 -1
- package/dist/ripple/p-c401898d.entry.js +1 -0
- package/dist/ripple/p-ce81ccb4.system.entry.js +1 -0
- package/dist/ripple/p-cfa8106a.system.entry.js +1 -0
- package/dist/ripple/p-dadb6c78.js +16 -0
- package/dist/ripple/p-db7f5d60.entry.js +1 -0
- package/dist/ripple/p-dff01b0a.system.entry.js +1 -0
- package/dist/ripple/{p-7a9aac92.system.entry.js → p-e758db14.system.entry.js} +1 -1
- package/dist/ripple/p-ecb6a2e0.entry.js +1 -0
- package/dist/ripple/p-ef344252.entry.js +1 -0
- package/dist/ripple/p-f0dfc5d7.entry.js +1 -0
- package/dist/ripple/{p-90aebfd6.system.entry.js → p-f2ba1a0f.system.entry.js} +1 -1
- package/dist/ripple/p-f92f2d83.entry.js +1 -0
- package/dist/ripple/p-fe0a25c1.entry.js +1 -0
- package/dist/ripple/ripple.esm.js +1 -1
- package/dist/ripple/ripple.js +1 -1
- package/dist/types/components/wm-action-menu/wm-action-menu.d.ts +48 -48
- package/dist/types/components/wm-button/wm-button.d.ts +44 -44
- package/dist/types/components/wm-chart/priv-chart-popover/priv-chart-popover.d.ts +23 -23
- package/dist/types/components/wm-chart/wm-chart-slice.d.ts +11 -11
- package/dist/types/components/wm-chart/wm-chart.d.ts +82 -82
- package/dist/types/components/wm-datepicker/priv-datepicker/priv-datepicker.d.ts +80 -80
- package/dist/types/components/wm-datepicker/wm-datepicker.d.ts +42 -42
- package/dist/types/components/wm-input/wm-input.d.ts +46 -46
- package/dist/types/components/wm-menuitem/wm-menuitem.d.ts +34 -34
- package/dist/types/components/wm-modal/wm-modal-footer.d.ts +15 -15
- package/dist/types/components/wm-modal/wm-modal-header.d.ts +12 -12
- package/dist/types/components/wm-modal/wm-modal.d.ts +41 -41
- package/dist/types/components/wm-navigation/wm-navigation-hamburger.d.ts +13 -0
- package/dist/types/components/wm-navigation/wm-navigation-item.d.ts +10 -0
- package/dist/types/components/wm-navigation/wm-navigation.d.ts +19 -0
- package/dist/types/components/wm-navigator/priv-navigator-button/priv-navigator-button.d.ts +10 -10
- package/dist/types/components/wm-navigator/priv-navigator-item/priv-navigator-item.d.ts +13 -13
- package/dist/types/components/wm-navigator/wm-navigator.d.ts +61 -61
- package/dist/types/components/wm-option/wm-option.d.ts +32 -32
- package/dist/types/components/wm-pagination/wm-pagination.d.ts +32 -32
- package/dist/types/components/wm-search/wm-search.d.ts +86 -86
- package/dist/types/components/wm-select/wm-select.d.ts +66 -66
- package/dist/types/components/wm-snackbar/wm-snackbar.d.ts +35 -35
- package/dist/types/components/wm-tabs/wm-tab-item/wm-tab-item.d.ts +38 -38
- package/dist/types/components/wm-tabs/wm-tab-list/wm-tab-list.d.ts +53 -53
- package/dist/types/components/wm-tabs/wm-tab-panel/wm-tab-panel.d.ts +20 -20
- package/dist/types/components/wm-tag-input/wm-tag-input.d.ts +92 -92
- package/dist/types/components/wm-timepicker/wm-timepicker.d.ts +61 -61
- package/dist/types/components/wm-toggletip/wm-toggletip.d.ts +27 -27
- package/dist/types/components/wm-uploader/wm-network-uploader/wm-network-uploader.d.ts +85 -85
- package/dist/types/components/wm-uploader/wm-uploader.d.ts +80 -80
- package/dist/types/components/wm-wrapper/wm-wrapper.d.ts +7 -7
- package/dist/types/components.d.ts +74 -24
- package/dist/types/global/__mocks__/functions.d.ts +6 -6
- package/dist/types/global/functions.d.ts +40 -40
- package/dist/types/global/global.d.ts +1 -1
- package/dist/types/global/interfaces.d.ts +34 -34
- package/dist/types/global/services/__mocks__/http-service.d.ts +6 -6
- package/dist/types/global/services/http-service.d.ts +4 -4
- package/dist/types/lang/lang.d.ts +5 -5
- package/dist/types/stencil-public-runtime.d.ts +6 -4
- package/package.json +47 -47
- package/dist/esm-es5/functions-cbfc81d1.js +0 -15
- package/dist/esm-es5/index-66f8130e.js +0 -1
- package/dist/ripple/p-0418abd7.system.js +0 -15
- package/dist/ripple/p-065e2ca1.entry.js +0 -1
- package/dist/ripple/p-06627dcf.entry.js +0 -1
- package/dist/ripple/p-08b2262e.system.entry.js +0 -1
- package/dist/ripple/p-09432004.system.entry.js +0 -1
- package/dist/ripple/p-0c58f50d.entry.js +0 -1
- package/dist/ripple/p-0d8bd4ee.entry.js +0 -1
- package/dist/ripple/p-111f705a.entry.js +0 -1
- package/dist/ripple/p-1d899a2d.system.entry.js +0 -1
- package/dist/ripple/p-252e91de.entry.js +0 -1
- package/dist/ripple/p-2cdfb4cc.entry.js +0 -1
- package/dist/ripple/p-2f91e2a6.entry.js +0 -1
- package/dist/ripple/p-39cba5b2.entry.js +0 -1
- package/dist/ripple/p-3e1dd662.entry.js +0 -1
- package/dist/ripple/p-3fb41fe3.system.entry.js +0 -1
- package/dist/ripple/p-5a528af7.entry.js +0 -1
- package/dist/ripple/p-5ad7afc0.entry.js +0 -1
- package/dist/ripple/p-5bd3aa5a.system.entry.js +0 -1
- package/dist/ripple/p-67fcdd5d.entry.js +0 -1
- package/dist/ripple/p-6b4374e3.system.entry.js +0 -1
- package/dist/ripple/p-8afdc986.entry.js +0 -1
- package/dist/ripple/p-8b0eb05e.entry.js +0 -1
- package/dist/ripple/p-8c4c086d.system.js +0 -1
- package/dist/ripple/p-8f05bc58.system.entry.js +0 -1
- package/dist/ripple/p-9276c5e4.entry.js +0 -1
- package/dist/ripple/p-92b6bc97.system.entry.js +0 -1
- package/dist/ripple/p-99548d58.system.js +0 -1
- package/dist/ripple/p-99db8501.entry.js +0 -1
- package/dist/ripple/p-9baa3039.js +0 -1
- package/dist/ripple/p-9d02957d.system.js +0 -1
- package/dist/ripple/p-ae4e95ce.system.entry.js +0 -1
- package/dist/ripple/p-b4e9a8e3.entry.js +0 -1
- package/dist/ripple/p-b5edcf38.js +0 -16
- package/dist/ripple/p-b626f3b9.system.entry.js +0 -1
- package/dist/ripple/p-c3a9a5da.system.entry.js +0 -1
- package/dist/ripple/p-c730ce74.entry.js +0 -1
- package/dist/ripple/p-d0643c9b.entry.js +0 -1
- package/dist/ripple/p-da78496a.entry.js +0 -1
- package/dist/ripple/p-dc196bc2.entry.js +0 -1
- package/dist/ripple/p-deae1a7a.entry.js +0 -1
- package/dist/ripple/p-e06b8ab3.system.entry.js +0 -1
- package/dist/ripple/p-e3bab713.entry.js +0 -1
- package/dist/ripple/p-eed76888.system.entry.js +0 -1
- package/dist/ripple/p-ff5ec153.entry.js +0 -1
|
@@ -1,85 +1,85 @@
|
|
|
1
|
-
import { EventEmitter } from "../../../stencil-public-runtime";
|
|
2
|
-
export interface FileInfo {
|
|
3
|
-
file_name: string;
|
|
4
|
-
file_path?: string;
|
|
5
|
-
mime_type: string;
|
|
6
|
-
updated_at?: string;
|
|
7
|
-
uuid?: string;
|
|
8
|
-
document_uuid?: string;
|
|
9
|
-
}
|
|
10
|
-
interface FileInProgress extends File {
|
|
11
|
-
progress?: number;
|
|
12
|
-
}
|
|
13
|
-
interface ErrorInfo {
|
|
14
|
-
file_name: string;
|
|
15
|
-
message: string;
|
|
16
|
-
}
|
|
17
|
-
interface Notification {
|
|
18
|
-
message: string;
|
|
19
|
-
id: string;
|
|
20
|
-
link: string;
|
|
21
|
-
}
|
|
22
|
-
export declare class NetworkUploader {
|
|
23
|
-
el: HTMLWmNetworkUploaderElement;
|
|
24
|
-
private liveRegion?;
|
|
25
|
-
private inputEl?;
|
|
26
|
-
isTabbing: boolean;
|
|
27
|
-
fileList: FileInfo[];
|
|
28
|
-
inProgressList: FileInProgress[];
|
|
29
|
-
errorList: ErrorInfo[];
|
|
30
|
-
notif?: {
|
|
31
|
-
id: number;
|
|
32
|
-
message: string;
|
|
33
|
-
} | null;
|
|
34
|
-
snackbar: Notification[];
|
|
35
|
-
numFilesInProgress?: number | null;
|
|
36
|
-
private srProgress?;
|
|
37
|
-
getPath: string;
|
|
38
|
-
requestUploadPath: string;
|
|
39
|
-
uploadPath: string;
|
|
40
|
-
requestDownloadPath: string;
|
|
41
|
-
deletePath: string;
|
|
42
|
-
associatedData?: string;
|
|
43
|
-
buttonText: string;
|
|
44
|
-
emptyStateText: string;
|
|
45
|
-
icon: string;
|
|
46
|
-
fileTypes: string;
|
|
47
|
-
maxSize: number;
|
|
48
|
-
maxFiles?: number;
|
|
49
|
-
sortBy: "name" | "date";
|
|
50
|
-
wmNetworkUploaderFilesChanged: EventEmitter<Object[]>;
|
|
51
|
-
private inputId;
|
|
52
|
-
toggleTabbingOn(): void;
|
|
53
|
-
toggleTabbingOff(): void;
|
|
54
|
-
handleUploadProgress(ev: CustomEvent): void;
|
|
55
|
-
handleFinishedSnack(ev: CustomEvent): void;
|
|
56
|
-
setMaxSize(): void;
|
|
57
|
-
uploadNotifications(newNum: number, oldNum: number): void;
|
|
58
|
-
emitFileListEvent(): void;
|
|
59
|
-
formatDate(isoDate: string, locale: string, timezone: string): string;
|
|
60
|
-
isValidSize(size: number): boolean;
|
|
61
|
-
isDuplicate(name: string): FileInfo | undefined;
|
|
62
|
-
isEmpty(): boolean;
|
|
63
|
-
isDisabled(): boolean;
|
|
64
|
-
purgeProgressList(item: FileInfo): void;
|
|
65
|
-
getExistingFiles(): void;
|
|
66
|
-
clearErrors(): void;
|
|
67
|
-
handleFiles(ev: Event): void;
|
|
68
|
-
uploadFile(file: File, i: number): void;
|
|
69
|
-
downloadFile(uuid: string, path: string): void;
|
|
70
|
-
deleteFile(file: FileInfo): void;
|
|
71
|
-
componentWillLoad(): void;
|
|
72
|
-
componentDidLoad(): void;
|
|
73
|
-
renderUploadSvg(): any;
|
|
74
|
-
renderIcon(): any;
|
|
75
|
-
renderNotif(): any;
|
|
76
|
-
renderUploadButton(classes: string): any;
|
|
77
|
-
renderWithItems(): any;
|
|
78
|
-
renderEmptyState(): any;
|
|
79
|
-
renderErrorList(): any;
|
|
80
|
-
renderInProgressList(): any;
|
|
81
|
-
renderFile(item: FileInfo): any;
|
|
82
|
-
renderFileList(): any;
|
|
83
|
-
render(): any;
|
|
84
|
-
}
|
|
85
|
-
export {};
|
|
1
|
+
import { EventEmitter } from "../../../stencil-public-runtime";
|
|
2
|
+
export interface FileInfo {
|
|
3
|
+
file_name: string;
|
|
4
|
+
file_path?: string;
|
|
5
|
+
mime_type: string;
|
|
6
|
+
updated_at?: string;
|
|
7
|
+
uuid?: string;
|
|
8
|
+
document_uuid?: string;
|
|
9
|
+
}
|
|
10
|
+
interface FileInProgress extends File {
|
|
11
|
+
progress?: number;
|
|
12
|
+
}
|
|
13
|
+
interface ErrorInfo {
|
|
14
|
+
file_name: string;
|
|
15
|
+
message: string;
|
|
16
|
+
}
|
|
17
|
+
interface Notification {
|
|
18
|
+
message: string;
|
|
19
|
+
id: string;
|
|
20
|
+
link: string;
|
|
21
|
+
}
|
|
22
|
+
export declare class NetworkUploader {
|
|
23
|
+
el: HTMLWmNetworkUploaderElement;
|
|
24
|
+
private liveRegion?;
|
|
25
|
+
private inputEl?;
|
|
26
|
+
isTabbing: boolean;
|
|
27
|
+
fileList: FileInfo[];
|
|
28
|
+
inProgressList: FileInProgress[];
|
|
29
|
+
errorList: ErrorInfo[];
|
|
30
|
+
notif?: {
|
|
31
|
+
id: number;
|
|
32
|
+
message: string;
|
|
33
|
+
} | null;
|
|
34
|
+
snackbar: Notification[];
|
|
35
|
+
numFilesInProgress?: number | null;
|
|
36
|
+
private srProgress?;
|
|
37
|
+
getPath: string;
|
|
38
|
+
requestUploadPath: string;
|
|
39
|
+
uploadPath: string;
|
|
40
|
+
requestDownloadPath: string;
|
|
41
|
+
deletePath: string;
|
|
42
|
+
associatedData?: string;
|
|
43
|
+
buttonText: string;
|
|
44
|
+
emptyStateText: string;
|
|
45
|
+
icon: string;
|
|
46
|
+
fileTypes: string;
|
|
47
|
+
maxSize: number;
|
|
48
|
+
maxFiles?: number;
|
|
49
|
+
sortBy: "name" | "date";
|
|
50
|
+
wmNetworkUploaderFilesChanged: EventEmitter<Object[]>;
|
|
51
|
+
private inputId;
|
|
52
|
+
toggleTabbingOn(): void;
|
|
53
|
+
toggleTabbingOff(): void;
|
|
54
|
+
handleUploadProgress(ev: CustomEvent): void;
|
|
55
|
+
handleFinishedSnack(ev: CustomEvent): void;
|
|
56
|
+
setMaxSize(): void;
|
|
57
|
+
uploadNotifications(newNum: number, oldNum: number): void;
|
|
58
|
+
emitFileListEvent(): void;
|
|
59
|
+
formatDate(isoDate: string, locale: string, timezone: string): string;
|
|
60
|
+
isValidSize(size: number): boolean;
|
|
61
|
+
isDuplicate(name: string): FileInfo | undefined;
|
|
62
|
+
isEmpty(): boolean;
|
|
63
|
+
isDisabled(): boolean;
|
|
64
|
+
purgeProgressList(item: FileInfo): void;
|
|
65
|
+
getExistingFiles(): void;
|
|
66
|
+
clearErrors(): void;
|
|
67
|
+
handleFiles(ev: Event): void;
|
|
68
|
+
uploadFile(file: File, i: number): void;
|
|
69
|
+
downloadFile(uuid: string, path: string): void;
|
|
70
|
+
deleteFile(file: FileInfo): void;
|
|
71
|
+
componentWillLoad(): void;
|
|
72
|
+
componentDidLoad(): void;
|
|
73
|
+
renderUploadSvg(): any;
|
|
74
|
+
renderIcon(): any;
|
|
75
|
+
renderNotif(): any;
|
|
76
|
+
renderUploadButton(classes: string): any;
|
|
77
|
+
renderWithItems(): any;
|
|
78
|
+
renderEmptyState(): any;
|
|
79
|
+
renderErrorList(): any;
|
|
80
|
+
renderInProgressList(): any;
|
|
81
|
+
renderFile(item: FileInfo): any;
|
|
82
|
+
renderFileList(): any;
|
|
83
|
+
render(): any;
|
|
84
|
+
}
|
|
85
|
+
export {};
|
|
@@ -1,80 +1,80 @@
|
|
|
1
|
-
import { EventEmitter } from "../../stencil-public-runtime";
|
|
2
|
-
interface UploadedFile {
|
|
3
|
-
name: string;
|
|
4
|
-
id: string;
|
|
5
|
-
type: string;
|
|
6
|
-
lastUpdated: string;
|
|
7
|
-
progress?: number;
|
|
8
|
-
}
|
|
9
|
-
interface ErrorFile {
|
|
10
|
-
name: string;
|
|
11
|
-
message: string;
|
|
12
|
-
}
|
|
13
|
-
export declare class Uploader {
|
|
14
|
-
el: HTMLWmUploaderElement;
|
|
15
|
-
private liveRegion?;
|
|
16
|
-
private inputEl?;
|
|
17
|
-
uploaderType: "1" | "2" | null;
|
|
18
|
-
type: "1" | "2" | null;
|
|
19
|
-
get tempUploaderType(): "1" | "2";
|
|
20
|
-
buttonText: string;
|
|
21
|
-
info?: string;
|
|
22
|
-
emptyStateText: string;
|
|
23
|
-
icon: string;
|
|
24
|
-
fileTypes: string;
|
|
25
|
-
maxSize: number;
|
|
26
|
-
maxFiles?: number;
|
|
27
|
-
sortBy: "name" | "date";
|
|
28
|
-
files?: string;
|
|
29
|
-
private fileList;
|
|
30
|
-
filesToUpload: File[];
|
|
31
|
-
isTabbing: boolean;
|
|
32
|
-
rejectedFiles?: string;
|
|
33
|
-
errorList: ErrorFile[];
|
|
34
|
-
notif?: {
|
|
35
|
-
id: number;
|
|
36
|
-
message: string;
|
|
37
|
-
} | null;
|
|
38
|
-
numFilesInProgress?: number | null;
|
|
39
|
-
private srProgress?;
|
|
40
|
-
private inputId;
|
|
41
|
-
wmUploaderFilesSelected: EventEmitter;
|
|
42
|
-
wmFilesSelected: EventEmitter;
|
|
43
|
-
wmUploaderDeleteFile: EventEmitter;
|
|
44
|
-
wmDeleteFile: EventEmitter;
|
|
45
|
-
wmUploaderDownloadFile: EventEmitter;
|
|
46
|
-
wmDownloadFile: EventEmitter;
|
|
47
|
-
toggleTabbingOn(): void;
|
|
48
|
-
toggleTabbingOff(): void;
|
|
49
|
-
handleUploadProgress(ev: CustomEvent): void;
|
|
50
|
-
parseFiles(): void;
|
|
51
|
-
parseRejectedFiles(): void;
|
|
52
|
-
setMaxSize(): void;
|
|
53
|
-
uploadNotifications(newNum: number, oldNum: number): void;
|
|
54
|
-
isValidSize(size: number): boolean;
|
|
55
|
-
isDuplicate(name: string): UploadedFile | undefined;
|
|
56
|
-
isEmpty(): boolean;
|
|
57
|
-
isDisabled(): boolean;
|
|
58
|
-
isItemUploading(item: UploadedFile): boolean;
|
|
59
|
-
clearErrors(): void;
|
|
60
|
-
handleFiles(ev: Event): void;
|
|
61
|
-
downloadFile(file: UploadedFile): void;
|
|
62
|
-
deleteFile(file: UploadedFile): void;
|
|
63
|
-
componentWillLoad(): void;
|
|
64
|
-
componentDidLoad(): void;
|
|
65
|
-
renderUploadSvg(): any;
|
|
66
|
-
renderIcon(): any;
|
|
67
|
-
renderInfo(): any;
|
|
68
|
-
renderNotif(): any;
|
|
69
|
-
renderUploadButton(classes: string): any;
|
|
70
|
-
renderEmptyState(): any;
|
|
71
|
-
renderErrorList(): any;
|
|
72
|
-
renderFileInProgress(item: UploadedFile): any;
|
|
73
|
-
renderFile(item: UploadedFile): any;
|
|
74
|
-
renderFileList(): any;
|
|
75
|
-
renderHeader(): any;
|
|
76
|
-
renderFooter(): any;
|
|
77
|
-
renderWithItems(): any;
|
|
78
|
-
render(): any;
|
|
79
|
-
}
|
|
80
|
-
export {};
|
|
1
|
+
import { EventEmitter } from "../../stencil-public-runtime";
|
|
2
|
+
interface UploadedFile {
|
|
3
|
+
name: string;
|
|
4
|
+
id: string;
|
|
5
|
+
type: string;
|
|
6
|
+
lastUpdated: string;
|
|
7
|
+
progress?: number;
|
|
8
|
+
}
|
|
9
|
+
interface ErrorFile {
|
|
10
|
+
name: string;
|
|
11
|
+
message: string;
|
|
12
|
+
}
|
|
13
|
+
export declare class Uploader {
|
|
14
|
+
el: HTMLWmUploaderElement;
|
|
15
|
+
private liveRegion?;
|
|
16
|
+
private inputEl?;
|
|
17
|
+
uploaderType: "1" | "2" | null;
|
|
18
|
+
type: "1" | "2" | null;
|
|
19
|
+
get tempUploaderType(): "1" | "2";
|
|
20
|
+
buttonText: string;
|
|
21
|
+
info?: string;
|
|
22
|
+
emptyStateText: string;
|
|
23
|
+
icon: string;
|
|
24
|
+
fileTypes: string;
|
|
25
|
+
maxSize: number;
|
|
26
|
+
maxFiles?: number;
|
|
27
|
+
sortBy: "name" | "date";
|
|
28
|
+
files?: string;
|
|
29
|
+
private fileList;
|
|
30
|
+
filesToUpload: File[];
|
|
31
|
+
isTabbing: boolean;
|
|
32
|
+
rejectedFiles?: string;
|
|
33
|
+
errorList: ErrorFile[];
|
|
34
|
+
notif?: {
|
|
35
|
+
id: number;
|
|
36
|
+
message: string;
|
|
37
|
+
} | null;
|
|
38
|
+
numFilesInProgress?: number | null;
|
|
39
|
+
private srProgress?;
|
|
40
|
+
private inputId;
|
|
41
|
+
wmUploaderFilesSelected: EventEmitter;
|
|
42
|
+
wmFilesSelected: EventEmitter;
|
|
43
|
+
wmUploaderDeleteFile: EventEmitter;
|
|
44
|
+
wmDeleteFile: EventEmitter;
|
|
45
|
+
wmUploaderDownloadFile: EventEmitter;
|
|
46
|
+
wmDownloadFile: EventEmitter;
|
|
47
|
+
toggleTabbingOn(): void;
|
|
48
|
+
toggleTabbingOff(): void;
|
|
49
|
+
handleUploadProgress(ev: CustomEvent): void;
|
|
50
|
+
parseFiles(): void;
|
|
51
|
+
parseRejectedFiles(): void;
|
|
52
|
+
setMaxSize(): void;
|
|
53
|
+
uploadNotifications(newNum: number, oldNum: number): void;
|
|
54
|
+
isValidSize(size: number): boolean;
|
|
55
|
+
isDuplicate(name: string): UploadedFile | undefined;
|
|
56
|
+
isEmpty(): boolean;
|
|
57
|
+
isDisabled(): boolean;
|
|
58
|
+
isItemUploading(item: UploadedFile): boolean;
|
|
59
|
+
clearErrors(): void;
|
|
60
|
+
handleFiles(ev: Event): void;
|
|
61
|
+
downloadFile(file: UploadedFile): void;
|
|
62
|
+
deleteFile(file: UploadedFile): void;
|
|
63
|
+
componentWillLoad(): void;
|
|
64
|
+
componentDidLoad(): void;
|
|
65
|
+
renderUploadSvg(): any;
|
|
66
|
+
renderIcon(): any;
|
|
67
|
+
renderInfo(): any;
|
|
68
|
+
renderNotif(): any;
|
|
69
|
+
renderUploadButton(classes: string): any;
|
|
70
|
+
renderEmptyState(): any;
|
|
71
|
+
renderErrorList(): any;
|
|
72
|
+
renderFileInProgress(item: UploadedFile): any;
|
|
73
|
+
renderFile(item: UploadedFile): any;
|
|
74
|
+
renderFileList(): any;
|
|
75
|
+
renderHeader(): any;
|
|
76
|
+
renderFooter(): any;
|
|
77
|
+
renderWithItems(): any;
|
|
78
|
+
render(): any;
|
|
79
|
+
}
|
|
80
|
+
export {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { EventEmitter } from "../../stencil-public-runtime";
|
|
2
|
-
export declare class Wrapper {
|
|
3
|
-
el: any;
|
|
4
|
-
wmWrapperLoaded: EventEmitter<void>;
|
|
5
|
-
componentDidLoad(): void;
|
|
6
|
-
render(): void;
|
|
7
|
-
}
|
|
1
|
+
import { EventEmitter } from "../../stencil-public-runtime";
|
|
2
|
+
export declare class Wrapper {
|
|
3
|
+
el: any;
|
|
4
|
+
wmWrapperLoaded: EventEmitter<void>;
|
|
5
|
+
componentDidLoad(): void;
|
|
6
|
+
render(): void;
|
|
7
|
+
}
|
|
@@ -45,13 +45,13 @@ export namespace Components {
|
|
|
45
45
|
"disabled": boolean;
|
|
46
46
|
"labelForIdenticalButtons"?: string;
|
|
47
47
|
"tooltip"?: string;
|
|
48
|
-
"tooltipPosition"?: | "top"
|
|
49
|
-
| "bottom"
|
|
50
|
-
| "left"
|
|
51
|
-
| "right"
|
|
52
|
-
| "bottom-left"
|
|
53
|
-
| "bottom-right"
|
|
54
|
-
| "top-right"
|
|
48
|
+
"tooltipPosition"?: | "top"
|
|
49
|
+
| "bottom"
|
|
50
|
+
| "left"
|
|
51
|
+
| "right"
|
|
52
|
+
| "bottom-left"
|
|
53
|
+
| "bottom-right"
|
|
54
|
+
| "top-right"
|
|
55
55
|
| "top-left";
|
|
56
56
|
}
|
|
57
57
|
interface WmButton {
|
|
@@ -140,6 +140,17 @@ export namespace Components {
|
|
|
140
140
|
"heading"?: string;
|
|
141
141
|
"subheading"?: string;
|
|
142
142
|
}
|
|
143
|
+
interface WmNavigation {
|
|
144
|
+
"open": boolean;
|
|
145
|
+
}
|
|
146
|
+
interface WmNavigationHamburger {
|
|
147
|
+
"navId"?: string;
|
|
148
|
+
}
|
|
149
|
+
interface WmNavigationItem {
|
|
150
|
+
"active"?: boolean;
|
|
151
|
+
"href"?: string;
|
|
152
|
+
"text"?: string;
|
|
153
|
+
}
|
|
143
154
|
interface WmNavigator {
|
|
144
155
|
"authType": number;
|
|
145
156
|
"connectionName"?: string;
|
|
@@ -372,6 +383,24 @@ declare global {
|
|
|
372
383
|
prototype: HTMLWmModalHeaderElement;
|
|
373
384
|
new (): HTMLWmModalHeaderElement;
|
|
374
385
|
};
|
|
386
|
+
interface HTMLWmNavigationElement extends Components.WmNavigation, HTMLStencilElement {
|
|
387
|
+
}
|
|
388
|
+
var HTMLWmNavigationElement: {
|
|
389
|
+
prototype: HTMLWmNavigationElement;
|
|
390
|
+
new (): HTMLWmNavigationElement;
|
|
391
|
+
};
|
|
392
|
+
interface HTMLWmNavigationHamburgerElement extends Components.WmNavigationHamburger, HTMLStencilElement {
|
|
393
|
+
}
|
|
394
|
+
var HTMLWmNavigationHamburgerElement: {
|
|
395
|
+
prototype: HTMLWmNavigationHamburgerElement;
|
|
396
|
+
new (): HTMLWmNavigationHamburgerElement;
|
|
397
|
+
};
|
|
398
|
+
interface HTMLWmNavigationItemElement extends Components.WmNavigationItem, HTMLStencilElement {
|
|
399
|
+
}
|
|
400
|
+
var HTMLWmNavigationItemElement: {
|
|
401
|
+
prototype: HTMLWmNavigationItemElement;
|
|
402
|
+
new (): HTMLWmNavigationItemElement;
|
|
403
|
+
};
|
|
375
404
|
interface HTMLWmNavigatorElement extends Components.WmNavigator, HTMLStencilElement {
|
|
376
405
|
}
|
|
377
406
|
var HTMLWmNavigatorElement: {
|
|
@@ -477,6 +506,9 @@ declare global {
|
|
|
477
506
|
"wm-modal": HTMLWmModalElement;
|
|
478
507
|
"wm-modal-footer": HTMLWmModalFooterElement;
|
|
479
508
|
"wm-modal-header": HTMLWmModalHeaderElement;
|
|
509
|
+
"wm-navigation": HTMLWmNavigationElement;
|
|
510
|
+
"wm-navigation-hamburger": HTMLWmNavigationHamburgerElement;
|
|
511
|
+
"wm-navigation-item": HTMLWmNavigationItemElement;
|
|
480
512
|
"wm-navigator": HTMLWmNavigatorElement;
|
|
481
513
|
"wm-network-uploader": HTMLWmNetworkUploaderElement;
|
|
482
514
|
"wm-option": HTMLWmOptionElement;
|
|
@@ -530,9 +562,9 @@ declare namespace LocalJSX {
|
|
|
530
562
|
interface PrivNavigatorItem {
|
|
531
563
|
"focused"?: boolean;
|
|
532
564
|
"link"?: string;
|
|
533
|
-
"onKeydownOnNavItem"?: (event: CustomEvent<{
|
|
534
|
-
navItem: HTMLPrivNavigatorItemElement;
|
|
535
|
-
key: string;
|
|
565
|
+
"onKeydownOnNavItem"?: (event: CustomEvent<{
|
|
566
|
+
navItem: HTMLPrivNavigatorItemElement;
|
|
567
|
+
key: string;
|
|
536
568
|
}>) => void;
|
|
537
569
|
"selected"?: boolean;
|
|
538
570
|
}
|
|
@@ -545,13 +577,13 @@ declare namespace LocalJSX {
|
|
|
545
577
|
"onMenuLoaded"?: (event: CustomEvent<any>) => void;
|
|
546
578
|
"onWmActionMenuLoaded"?: (event: CustomEvent<any>) => void;
|
|
547
579
|
"tooltip"?: string;
|
|
548
|
-
"tooltipPosition"?: | "top"
|
|
549
|
-
| "bottom"
|
|
550
|
-
| "left"
|
|
551
|
-
| "right"
|
|
552
|
-
| "bottom-left"
|
|
553
|
-
| "bottom-right"
|
|
554
|
-
| "top-right"
|
|
580
|
+
"tooltipPosition"?: | "top"
|
|
581
|
+
| "bottom"
|
|
582
|
+
| "left"
|
|
583
|
+
| "right"
|
|
584
|
+
| "bottom-left"
|
|
585
|
+
| "bottom-right"
|
|
586
|
+
| "top-right"
|
|
555
587
|
| "top-left";
|
|
556
588
|
}
|
|
557
589
|
interface WmButton {
|
|
@@ -659,6 +691,18 @@ declare namespace LocalJSX {
|
|
|
659
691
|
"heading"?: string;
|
|
660
692
|
"subheading"?: string;
|
|
661
693
|
}
|
|
694
|
+
interface WmNavigation {
|
|
695
|
+
"onWmNavigationStateChanged"?: (event: CustomEvent<any>) => void;
|
|
696
|
+
"open"?: boolean;
|
|
697
|
+
}
|
|
698
|
+
interface WmNavigationHamburger {
|
|
699
|
+
"navId"?: string;
|
|
700
|
+
}
|
|
701
|
+
interface WmNavigationItem {
|
|
702
|
+
"active"?: boolean;
|
|
703
|
+
"href"?: string;
|
|
704
|
+
"text"?: string;
|
|
705
|
+
}
|
|
662
706
|
interface WmNavigator {
|
|
663
707
|
"authType"?: number;
|
|
664
708
|
"connectionName"?: string;
|
|
@@ -760,9 +804,9 @@ declare namespace LocalJSX {
|
|
|
760
804
|
"onWmSnackbarSnackFinished"?: (event: CustomEvent<Object>) => void;
|
|
761
805
|
}
|
|
762
806
|
interface WmTabItem {
|
|
763
|
-
"onKeydownOnTabItem"?: (event: CustomEvent<{
|
|
764
|
-
tabItem: HTMLWmTabItemElement;
|
|
765
|
-
key: string;
|
|
807
|
+
"onKeydownOnTabItem"?: (event: CustomEvent<{
|
|
808
|
+
tabItem: HTMLWmTabItemElement;
|
|
809
|
+
key: string;
|
|
766
810
|
}>) => void;
|
|
767
811
|
"onTabItemLoaded"?: (event: CustomEvent<{ tab: HTMLWmTabItemElement }>) => void;
|
|
768
812
|
"onTabSelected"?: (event: CustomEvent<{ tabId: string }>) => void;
|
|
@@ -820,10 +864,10 @@ declare namespace LocalJSX {
|
|
|
820
864
|
"label"?: string;
|
|
821
865
|
"labelPosition"?: "top" | "left" | "none";
|
|
822
866
|
"onWmTimepickerNewValidValue"?: (event: CustomEvent<{ value: string }>) => void;
|
|
823
|
-
"onWmTimepickerOnChange"?: (event: CustomEvent<{
|
|
824
|
-
// deprecated in favor of wmTimepickerNewValidValue and standard input event
|
|
825
|
-
value: string;
|
|
826
|
-
isValid: boolean;
|
|
867
|
+
"onWmTimepickerOnChange"?: (event: CustomEvent<{
|
|
868
|
+
// deprecated in favor of wmTimepickerNewValidValue and standard input event
|
|
869
|
+
value: string;
|
|
870
|
+
isValid: boolean;
|
|
827
871
|
}>) => void;
|
|
828
872
|
"preventValidation"?: string;
|
|
829
873
|
"requiredField"?: boolean;
|
|
@@ -874,6 +918,9 @@ declare namespace LocalJSX {
|
|
|
874
918
|
"wm-modal": WmModal;
|
|
875
919
|
"wm-modal-footer": WmModalFooter;
|
|
876
920
|
"wm-modal-header": WmModalHeader;
|
|
921
|
+
"wm-navigation": WmNavigation;
|
|
922
|
+
"wm-navigation-hamburger": WmNavigationHamburger;
|
|
923
|
+
"wm-navigation-item": WmNavigationItem;
|
|
877
924
|
"wm-navigator": WmNavigator;
|
|
878
925
|
"wm-network-uploader": WmNetworkUploader;
|
|
879
926
|
"wm-option": WmOption;
|
|
@@ -909,6 +956,9 @@ declare module "@stencil/core" {
|
|
|
909
956
|
"wm-modal": LocalJSX.WmModal & JSXBase.HTMLAttributes<HTMLWmModalElement>;
|
|
910
957
|
"wm-modal-footer": LocalJSX.WmModalFooter & JSXBase.HTMLAttributes<HTMLWmModalFooterElement>;
|
|
911
958
|
"wm-modal-header": LocalJSX.WmModalHeader & JSXBase.HTMLAttributes<HTMLWmModalHeaderElement>;
|
|
959
|
+
"wm-navigation": LocalJSX.WmNavigation & JSXBase.HTMLAttributes<HTMLWmNavigationElement>;
|
|
960
|
+
"wm-navigation-hamburger": LocalJSX.WmNavigationHamburger & JSXBase.HTMLAttributes<HTMLWmNavigationHamburgerElement>;
|
|
961
|
+
"wm-navigation-item": LocalJSX.WmNavigationItem & JSXBase.HTMLAttributes<HTMLWmNavigationItemElement>;
|
|
912
962
|
"wm-navigator": LocalJSX.WmNavigator & JSXBase.HTMLAttributes<HTMLWmNavigatorElement>;
|
|
913
963
|
"wm-network-uploader": LocalJSX.WmNetworkUploader & JSXBase.HTMLAttributes<HTMLWmNetworkUploaderElement>;
|
|
914
964
|
"wm-option": LocalJSX.WmOption & JSXBase.HTMLAttributes<HTMLWmOptionElement>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export declare const generateId: () => string;
|
|
2
|
-
export declare const getTextDir: () => string;
|
|
3
|
-
export declare const intl: {
|
|
4
|
-
formatMessage: (_: string) => string;
|
|
5
|
-
};
|
|
6
|
-
export declare const adjustTooltipPosition: () => string;
|
|
1
|
+
export declare const generateId: () => string;
|
|
2
|
+
export declare const getTextDir: () => string;
|
|
3
|
+
export declare const intl: {
|
|
4
|
+
formatMessage: (_: string) => string;
|
|
5
|
+
};
|
|
6
|
+
export declare const adjustTooltipPosition: () => string;
|
|
@@ -1,40 +1,40 @@
|
|
|
1
|
-
import { TooltipPosition } from "./interfaces";
|
|
2
|
-
export declare const intl: import("@formatjs/intl").IntlShape<string>;
|
|
3
|
-
export declare function generateId(): string;
|
|
4
|
-
export declare function debounce(fn: any, wait: number): (this: any) => void;
|
|
5
|
-
export declare function getTextDir(): string;
|
|
6
|
-
export declare function getPosition(el: HTMLElement): {
|
|
7
|
-
x: number;
|
|
8
|
-
y: number;
|
|
9
|
-
};
|
|
10
|
-
export declare function findParentWithScrollbar(el: HTMLElement): HTMLElement | undefined;
|
|
11
|
-
export declare function findParentWithHiddenOverflow(el: HTMLElement): HTMLElement | undefined;
|
|
12
|
-
export declare function getClosableElementMeasurements(fixedEl: HTMLElement, closableEl: HTMLElement): {
|
|
13
|
-
closableElHeight: number;
|
|
14
|
-
closableElWidth: number;
|
|
15
|
-
spaceAbove: number;
|
|
16
|
-
spaceBelow: number;
|
|
17
|
-
spaceLeft: number;
|
|
18
|
-
spaceRight: number;
|
|
19
|
-
};
|
|
20
|
-
export declare function shouldOpenUp(fixedEl: HTMLElement, //the element visible on the page when the component is closed
|
|
21
|
-
closableEl: HTMLElement, //the dropdown/popup/etc that becomes visible when the component is open
|
|
22
|
-
offsetAbove?: number, // if closableEl covers a part of fixedEl, that part should be offset
|
|
23
|
-
offsetBelow?: number): boolean;
|
|
24
|
-
export declare function shouldOpenDown(fixedEl: HTMLElement, //the element visible on the page when the component is closed
|
|
25
|
-
closableEl: HTMLElement, //the dropdown/popup/etc that becomes visible when the component is open
|
|
26
|
-
offsetAbove?: number, // if closableEl covers a part of fixedEl, that part should be offset
|
|
27
|
-
offsetBelow?: number): boolean;
|
|
28
|
-
export declare function shouldShiftRight(fixedEl: HTMLElement, closableEl: HTMLElement): boolean;
|
|
29
|
-
export declare function shouldShiftLeft(fixedEl: HTMLElement, closableEl: HTMLElement): boolean;
|
|
30
|
-
export declare function adjustTooltipPosition(tPos: TooltipPosition, el: HTMLElement, tooltipEl: HTMLElement): TooltipPosition;
|
|
31
|
-
export declare function hasRoomRight(x: any, spaceNeeded: number): boolean;
|
|
32
|
-
export declare function checkForActiveElInShadow(element: HTMLElement): HTMLElement;
|
|
33
|
-
export declare function checkForFocusableElInShadow(element: HTMLElement): HTMLElement;
|
|
34
|
-
export declare function isFocusable(element: any): boolean;
|
|
35
|
-
export declare function getFirstFocusableDescendant(element: HTMLElement): HTMLElement | undefined;
|
|
36
|
-
export declare function hasValidType(file: File, types: string): any;
|
|
37
|
-
export declare function getAcceptedMimeTypesList(acceptedExtensions: string[]): any;
|
|
38
|
-
export declare function snakeCaseToCamelCase(str: string): string;
|
|
39
|
-
export declare function getNewIndexToFocus(currentIndex: number, direction: string, listLength: number): number;
|
|
40
|
-
export declare function isRelatedTarget(ev: FocusEvent, id: string): boolean | null;
|
|
1
|
+
import { TooltipPosition } from "./interfaces";
|
|
2
|
+
export declare const intl: import("@formatjs/intl").IntlShape<string>;
|
|
3
|
+
export declare function generateId(): string;
|
|
4
|
+
export declare function debounce(fn: any, wait: number): (this: any) => void;
|
|
5
|
+
export declare function getTextDir(): string;
|
|
6
|
+
export declare function getPosition(el: HTMLElement): {
|
|
7
|
+
x: number;
|
|
8
|
+
y: number;
|
|
9
|
+
};
|
|
10
|
+
export declare function findParentWithScrollbar(el: HTMLElement): HTMLElement | undefined;
|
|
11
|
+
export declare function findParentWithHiddenOverflow(el: HTMLElement): HTMLElement | undefined;
|
|
12
|
+
export declare function getClosableElementMeasurements(fixedEl: HTMLElement, closableEl: HTMLElement): {
|
|
13
|
+
closableElHeight: number;
|
|
14
|
+
closableElWidth: number;
|
|
15
|
+
spaceAbove: number;
|
|
16
|
+
spaceBelow: number;
|
|
17
|
+
spaceLeft: number;
|
|
18
|
+
spaceRight: number;
|
|
19
|
+
};
|
|
20
|
+
export declare function shouldOpenUp(fixedEl: HTMLElement, //the element visible on the page when the component is closed
|
|
21
|
+
closableEl: HTMLElement, //the dropdown/popup/etc that becomes visible when the component is open
|
|
22
|
+
offsetAbove?: number, // if closableEl covers a part of fixedEl, that part should be offset
|
|
23
|
+
offsetBelow?: number): boolean;
|
|
24
|
+
export declare function shouldOpenDown(fixedEl: HTMLElement, //the element visible on the page when the component is closed
|
|
25
|
+
closableEl: HTMLElement, //the dropdown/popup/etc that becomes visible when the component is open
|
|
26
|
+
offsetAbove?: number, // if closableEl covers a part of fixedEl, that part should be offset
|
|
27
|
+
offsetBelow?: number): boolean;
|
|
28
|
+
export declare function shouldShiftRight(fixedEl: HTMLElement, closableEl: HTMLElement): boolean;
|
|
29
|
+
export declare function shouldShiftLeft(fixedEl: HTMLElement, closableEl: HTMLElement): boolean;
|
|
30
|
+
export declare function adjustTooltipPosition(tPos: TooltipPosition, el: HTMLElement, tooltipEl: HTMLElement): TooltipPosition;
|
|
31
|
+
export declare function hasRoomRight(x: any, spaceNeeded: number): boolean;
|
|
32
|
+
export declare function checkForActiveElInShadow(element: HTMLElement): HTMLElement;
|
|
33
|
+
export declare function checkForFocusableElInShadow(element: HTMLElement): HTMLElement;
|
|
34
|
+
export declare function isFocusable(element: any): boolean;
|
|
35
|
+
export declare function getFirstFocusableDescendant(element: HTMLElement): HTMLElement | undefined;
|
|
36
|
+
export declare function hasValidType(file: File, types: string): any;
|
|
37
|
+
export declare function getAcceptedMimeTypesList(acceptedExtensions: string[]): any;
|
|
38
|
+
export declare function snakeCaseToCamelCase(str: string): string;
|
|
39
|
+
export declare function getNewIndexToFocus(currentIndex: number, direction: string, listLength: number): number;
|
|
40
|
+
export declare function isRelatedTarget(ev: FocusEvent, id: string): boolean | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|