@watermarkinsights/ripple 3.7.0-3 → 3.7.0-4
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-69ca443d.js → global-a1adbace.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 +80 -80
- package/dist/cjs/priv-datepicker.cjs.entry.js +669 -669
- package/dist/cjs/priv-navigator-button.cjs.entry.js +20 -20
- 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 +343 -343
- 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 +476 -476
- package/dist/cjs/wm-datepicker.cjs.entry.js +264 -264
- package/dist/cjs/wm-input.cjs.entry.js +136 -136
- package/dist/cjs/wm-modal-footer.cjs.entry.js +33 -33
- package/dist/cjs/wm-modal-header.cjs.entry.js +35 -35
- package/dist/cjs/wm-modal.cjs.entry.js +163 -163
- 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 +270 -270
- 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 +169 -169
- package/dist/cjs/wm-search.cjs.entry.js +234 -233
- package/dist/cjs/wm-snackbar.cjs.entry.js +172 -172
- package/dist/cjs/wm-tab-item_3.cjs.entry.js +299 -299
- package/dist/cjs/wm-tag-input.cjs.entry.js +572 -572
- package/dist/cjs/wm-timepicker.cjs.entry.js +382 -382
- 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 +64 -64
- 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 +1015 -1015
- package/dist/collection/components/wm-datepicker/wm-datepicker.css +1 -3
- package/dist/collection/components/wm-datepicker/wm-datepicker.js +468 -468
- 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 +459 -459
- 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 -479
- 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 +801 -801
- package/dist/collection/components/wm-timepicker/wm-timepicker.css +2 -4
- package/dist/collection/components/wm-timepicker/wm-timepicker.js +580 -580
- 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-a12289f9.js → global-093289fc.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 +80 -80
- package/dist/esm/priv-datepicker.entry.js +669 -669
- package/dist/esm/priv-navigator-button.entry.js +20 -20
- 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 +343 -343
- 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 +476 -476
- package/dist/esm/wm-datepicker.entry.js +264 -264
- package/dist/esm/wm-input.entry.js +136 -136
- package/dist/esm/wm-modal-footer.entry.js +33 -33
- package/dist/esm/wm-modal-header.entry.js +35 -35
- package/dist/esm/wm-modal.entry.js +163 -163
- 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 +270 -270
- 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 +169 -169
- package/dist/esm/wm-search.entry.js +234 -233
- package/dist/esm/wm-snackbar.entry.js +172 -172
- package/dist/esm/wm-tab-item_3.entry.js +299 -299
- package/dist/esm/wm-tag-input.entry.js +572 -572
- package/dist/esm/wm-timepicker.entry.js +382 -382
- 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-093289fc.js +1 -0
- package/dist/esm-es5/http-service-5d037e16.js +1 -0
- package/dist/esm-es5/index-cd8f9ae2.js +1 -0
- package/dist/esm-es5/index.js +0 -0
- package/dist/esm-es5/interfaces-61c6305b.js +1 -0
- package/dist/esm-es5/loader.js +1 -0
- package/dist/esm-es5/priv-chart-popover.entry.js +1 -0
- package/dist/esm-es5/priv-datepicker.entry.js +1 -0
- package/dist/esm-es5/priv-navigator-button.entry.js +1 -0
- package/dist/esm-es5/priv-navigator-item.entry.js +1 -0
- package/dist/esm-es5/ripple.js +1 -0
- package/dist/esm-es5/wm-action-menu_2.entry.js +1 -0
- package/dist/esm-es5/wm-button.entry.js +1 -0
- package/dist/esm-es5/wm-chart-slice.entry.js +1 -0
- package/dist/esm-es5/wm-chart.entry.js +1 -0
- package/dist/esm-es5/wm-datepicker.entry.js +1 -0
- package/dist/esm-es5/wm-input.entry.js +1 -0
- package/dist/esm-es5/wm-modal-footer.entry.js +1 -0
- package/dist/esm-es5/wm-modal-header.entry.js +1 -0
- package/dist/esm-es5/wm-modal.entry.js +1 -0
- 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 -0
- package/dist/esm-es5/wm-network-uploader.entry.js +1 -0
- package/dist/esm-es5/wm-option_2.entry.js +1 -0
- package/dist/esm-es5/wm-pagination.entry.js +1 -0
- package/dist/esm-es5/wm-search.entry.js +1 -0
- package/dist/esm-es5/wm-snackbar.entry.js +1 -0
- package/dist/esm-es5/wm-tab-item_3.entry.js +1 -0
- package/dist/esm-es5/wm-tag-input.entry.js +1 -0
- package/dist/esm-es5/wm-timepicker.entry.js +1 -0
- package/dist/esm-es5/wm-toggletip.entry.js +1 -0
- package/dist/esm-es5/wm-uploader.entry.js +1 -0
- package/dist/esm-es5/wm-wrapper.entry.js +1 -0
- package/dist/index.js +1 -1
- package/dist/loader/index.d.ts +0 -1
- package/dist/loader/index.js +1 -1
- package/dist/ripple/p-088e3c4c.system.entry.js +1 -0
- package/dist/ripple/p-08b7ec08.system.js +1 -0
- package/dist/ripple/p-15759528.system.entry.js +1 -0
- package/dist/ripple/p-185e1c7a.entry.js +1 -0
- package/dist/ripple/p-20856a2d.system.js +1 -0
- package/dist/ripple/p-21945452.system.entry.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-284a9749.system.entry.js +1 -0
- package/dist/ripple/p-2955443e.entry.js +1 -0
- package/dist/ripple/p-2b526a98.entry.js +1 -0
- package/dist/ripple/p-2f63e022.system.entry.js +1 -0
- package/dist/ripple/p-30cb1ddd.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-45b88169.system.entry.js +1 -0
- 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-4ba1bb62.system.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-4ed98fb1.system.entry.js +1 -0
- package/dist/ripple/p-504579c2.system.entry.js +1 -0
- package/dist/ripple/p-50ea2036.system.js +1 -0
- package/dist/ripple/p-5870835f.entry.js +1 -0
- package/dist/ripple/p-58a1e616.system.entry.js +1 -0
- package/dist/ripple/p-5ce96720.system.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-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-7ca9b82f.entry.js +1 -0
- package/dist/ripple/{p-c296ff27.js → p-7e3d3f8e.js} +1 -1
- package/dist/ripple/p-7ff67db9.entry.js +1 -0
- 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-9a9743f5.system.entry.js +1 -0
- package/dist/ripple/p-9f442b49.system.entry.js +1 -0
- package/dist/ripple/p-a208058a.entry.js +1 -0
- package/dist/ripple/p-a2e08282.system.entry.js +1 -0
- package/dist/ripple/p-a3fcdd9f.entry.js +1 -0
- package/dist/ripple/p-a5177480.system.entry.js +1 -0
- package/dist/ripple/p-a588ae81.entry.js +1 -0
- package/dist/ripple/{p-fd8070fb.js → p-a6d6eae7.js} +0 -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-b542340c.system.entry.js +1 -0
- package/dist/ripple/p-bd82c563.entry.js +1 -0
- package/dist/ripple/p-c19298a5.system.entry.js +1 -0
- package/dist/ripple/p-ce79ccd8.system.entry.js +1 -0
- package/dist/ripple/p-ce81ccb4.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-e758db14.system.entry.js +1 -0
- package/dist/ripple/p-e7619eff.system.entry.js +1 -0
- 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-f2ba1a0f.system.entry.js +1 -0
- package/dist/ripple/p-f92f2d83.entry.js +1 -0
- package/dist/ripple/ripple.esm.js +1 -1
- package/dist/ripple/ripple.js +130 -0
- 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 +8 -8
- package/dist/types/components/wm-chart/wm-chart.d.ts +82 -82
- package/dist/types/components/wm-datepicker/priv-datepicker/priv-datepicker.d.ts +76 -76
- package/dist/types/components/wm-datepicker/wm-datepicker.d.ts +41 -41
- 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/ripple/p-0c488d9d.entry.js +0 -1
- package/dist/ripple/p-0c58f50d.entry.js +0 -1
- package/dist/ripple/p-111f705a.entry.js +0 -1
- package/dist/ripple/p-11c09317.entry.js +0 -1
- package/dist/ripple/p-266e4bc2.entry.js +0 -1
- package/dist/ripple/p-2caeca6b.entry.js +0 -1
- package/dist/ripple/p-30f13477.entry.js +0 -1
- package/dist/ripple/p-4414cb64.entry.js +0 -1
- package/dist/ripple/p-4870d369.entry.js +0 -1
- package/dist/ripple/p-5585f23e.entry.js +0 -1
- package/dist/ripple/p-74438aab.entry.js +0 -1
- package/dist/ripple/p-7d9c18b9.entry.js +0 -1
- package/dist/ripple/p-8a4bac13.entry.js +0 -1
- package/dist/ripple/p-8b0eb05e.entry.js +0 -1
- package/dist/ripple/p-938a5ba4.entry.js +0 -1
- package/dist/ripple/p-99db8501.entry.js +0 -1
- package/dist/ripple/p-9baa3039.js +0 -1
- package/dist/ripple/p-ad73d523.entry.js +0 -1
- package/dist/ripple/p-b5edcf38.js +0 -16
- package/dist/ripple/p-b9656d44.entry.js +0 -1
- package/dist/ripple/p-bc9ca97b.entry.js +0 -1
- package/dist/ripple/p-bd05632b.entry.js +0 -1
- package/dist/ripple/p-c0b0510a.entry.js +0 -1
- package/dist/ripple/p-cd466a5b.entry.js +0 -1
- package/dist/ripple/p-da1435f1.entry.js +0 -1
- package/dist/ripple/p-e3765b8e.entry.js +0 -1
- package/dist/ripple/p-f3569e91.entry.js +0 -1
|
@@ -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 {
|
|
@@ -137,6 +137,17 @@ export namespace Components {
|
|
|
137
137
|
"heading"?: string;
|
|
138
138
|
"subheading"?: string;
|
|
139
139
|
}
|
|
140
|
+
interface WmNavigation {
|
|
141
|
+
"open": boolean;
|
|
142
|
+
}
|
|
143
|
+
interface WmNavigationHamburger {
|
|
144
|
+
"navId"?: string;
|
|
145
|
+
}
|
|
146
|
+
interface WmNavigationItem {
|
|
147
|
+
"active"?: boolean;
|
|
148
|
+
"href"?: string;
|
|
149
|
+
"text"?: string;
|
|
150
|
+
}
|
|
140
151
|
interface WmNavigator {
|
|
141
152
|
"authType": number;
|
|
142
153
|
"connectionName"?: string;
|
|
@@ -369,6 +380,24 @@ declare global {
|
|
|
369
380
|
prototype: HTMLWmModalHeaderElement;
|
|
370
381
|
new (): HTMLWmModalHeaderElement;
|
|
371
382
|
};
|
|
383
|
+
interface HTMLWmNavigationElement extends Components.WmNavigation, HTMLStencilElement {
|
|
384
|
+
}
|
|
385
|
+
var HTMLWmNavigationElement: {
|
|
386
|
+
prototype: HTMLWmNavigationElement;
|
|
387
|
+
new (): HTMLWmNavigationElement;
|
|
388
|
+
};
|
|
389
|
+
interface HTMLWmNavigationHamburgerElement extends Components.WmNavigationHamburger, HTMLStencilElement {
|
|
390
|
+
}
|
|
391
|
+
var HTMLWmNavigationHamburgerElement: {
|
|
392
|
+
prototype: HTMLWmNavigationHamburgerElement;
|
|
393
|
+
new (): HTMLWmNavigationHamburgerElement;
|
|
394
|
+
};
|
|
395
|
+
interface HTMLWmNavigationItemElement extends Components.WmNavigationItem, HTMLStencilElement {
|
|
396
|
+
}
|
|
397
|
+
var HTMLWmNavigationItemElement: {
|
|
398
|
+
prototype: HTMLWmNavigationItemElement;
|
|
399
|
+
new (): HTMLWmNavigationItemElement;
|
|
400
|
+
};
|
|
372
401
|
interface HTMLWmNavigatorElement extends Components.WmNavigator, HTMLStencilElement {
|
|
373
402
|
}
|
|
374
403
|
var HTMLWmNavigatorElement: {
|
|
@@ -474,6 +503,9 @@ declare global {
|
|
|
474
503
|
"wm-modal": HTMLWmModalElement;
|
|
475
504
|
"wm-modal-footer": HTMLWmModalFooterElement;
|
|
476
505
|
"wm-modal-header": HTMLWmModalHeaderElement;
|
|
506
|
+
"wm-navigation": HTMLWmNavigationElement;
|
|
507
|
+
"wm-navigation-hamburger": HTMLWmNavigationHamburgerElement;
|
|
508
|
+
"wm-navigation-item": HTMLWmNavigationItemElement;
|
|
477
509
|
"wm-navigator": HTMLWmNavigatorElement;
|
|
478
510
|
"wm-network-uploader": HTMLWmNetworkUploaderElement;
|
|
479
511
|
"wm-option": HTMLWmOptionElement;
|
|
@@ -526,9 +558,9 @@ declare namespace LocalJSX {
|
|
|
526
558
|
interface PrivNavigatorItem {
|
|
527
559
|
"focused"?: boolean;
|
|
528
560
|
"link"?: string;
|
|
529
|
-
"onKeydownOnNavItem"?: (event: CustomEvent<{
|
|
530
|
-
navItem: HTMLPrivNavigatorItemElement;
|
|
531
|
-
key: string;
|
|
561
|
+
"onKeydownOnNavItem"?: (event: CustomEvent<{
|
|
562
|
+
navItem: HTMLPrivNavigatorItemElement;
|
|
563
|
+
key: string;
|
|
532
564
|
}>) => void;
|
|
533
565
|
"selected"?: boolean;
|
|
534
566
|
}
|
|
@@ -541,13 +573,13 @@ declare namespace LocalJSX {
|
|
|
541
573
|
"onMenuLoaded"?: (event: CustomEvent<any>) => void;
|
|
542
574
|
"onWmActionMenuLoaded"?: (event: CustomEvent<any>) => void;
|
|
543
575
|
"tooltip"?: string;
|
|
544
|
-
"tooltipPosition"?: | "top"
|
|
545
|
-
| "bottom"
|
|
546
|
-
| "left"
|
|
547
|
-
| "right"
|
|
548
|
-
| "bottom-left"
|
|
549
|
-
| "bottom-right"
|
|
550
|
-
| "top-right"
|
|
576
|
+
"tooltipPosition"?: | "top"
|
|
577
|
+
| "bottom"
|
|
578
|
+
| "left"
|
|
579
|
+
| "right"
|
|
580
|
+
| "bottom-left"
|
|
581
|
+
| "bottom-right"
|
|
582
|
+
| "top-right"
|
|
551
583
|
| "top-left";
|
|
552
584
|
}
|
|
553
585
|
interface WmButton {
|
|
@@ -652,6 +684,18 @@ declare namespace LocalJSX {
|
|
|
652
684
|
"heading"?: string;
|
|
653
685
|
"subheading"?: string;
|
|
654
686
|
}
|
|
687
|
+
interface WmNavigation {
|
|
688
|
+
"onWmNavigationStateChanged"?: (event: CustomEvent<any>) => void;
|
|
689
|
+
"open"?: boolean;
|
|
690
|
+
}
|
|
691
|
+
interface WmNavigationHamburger {
|
|
692
|
+
"navId"?: string;
|
|
693
|
+
}
|
|
694
|
+
interface WmNavigationItem {
|
|
695
|
+
"active"?: boolean;
|
|
696
|
+
"href"?: string;
|
|
697
|
+
"text"?: string;
|
|
698
|
+
}
|
|
655
699
|
interface WmNavigator {
|
|
656
700
|
"authType"?: number;
|
|
657
701
|
"connectionName"?: string;
|
|
@@ -753,9 +797,9 @@ declare namespace LocalJSX {
|
|
|
753
797
|
"onWmSnackbarSnackFinished"?: (event: CustomEvent<Object>) => void;
|
|
754
798
|
}
|
|
755
799
|
interface WmTabItem {
|
|
756
|
-
"onKeydownOnTabItem"?: (event: CustomEvent<{
|
|
757
|
-
tabItem: HTMLWmTabItemElement;
|
|
758
|
-
key: string;
|
|
800
|
+
"onKeydownOnTabItem"?: (event: CustomEvent<{
|
|
801
|
+
tabItem: HTMLWmTabItemElement;
|
|
802
|
+
key: string;
|
|
759
803
|
}>) => void;
|
|
760
804
|
"onTabItemLoaded"?: (event: CustomEvent<{ tab: HTMLWmTabItemElement }>) => void;
|
|
761
805
|
"onTabSelected"?: (event: CustomEvent<{ tabId: string }>) => void;
|
|
@@ -813,10 +857,10 @@ declare namespace LocalJSX {
|
|
|
813
857
|
"label"?: string;
|
|
814
858
|
"labelPosition"?: "top" | "left" | "none";
|
|
815
859
|
"onWmTimepickerNewValidValue"?: (event: CustomEvent<{ value: string }>) => void;
|
|
816
|
-
"onWmTimepickerOnChange"?: (event: CustomEvent<{
|
|
817
|
-
// deprecated in favor of wmTimepickerNewValidValue and standard input event
|
|
818
|
-
value: string;
|
|
819
|
-
isValid: boolean;
|
|
860
|
+
"onWmTimepickerOnChange"?: (event: CustomEvent<{
|
|
861
|
+
// deprecated in favor of wmTimepickerNewValidValue and standard input event
|
|
862
|
+
value: string;
|
|
863
|
+
isValid: boolean;
|
|
820
864
|
}>) => void;
|
|
821
865
|
"preventValidation"?: string;
|
|
822
866
|
"requiredField"?: boolean;
|
|
@@ -867,6 +911,9 @@ declare namespace LocalJSX {
|
|
|
867
911
|
"wm-modal": WmModal;
|
|
868
912
|
"wm-modal-footer": WmModalFooter;
|
|
869
913
|
"wm-modal-header": WmModalHeader;
|
|
914
|
+
"wm-navigation": WmNavigation;
|
|
915
|
+
"wm-navigation-hamburger": WmNavigationHamburger;
|
|
916
|
+
"wm-navigation-item": WmNavigationItem;
|
|
870
917
|
"wm-navigator": WmNavigator;
|
|
871
918
|
"wm-network-uploader": WmNetworkUploader;
|
|
872
919
|
"wm-option": WmOption;
|
|
@@ -902,6 +949,9 @@ declare module "@stencil/core" {
|
|
|
902
949
|
"wm-modal": LocalJSX.WmModal & JSXBase.HTMLAttributes<HTMLWmModalElement>;
|
|
903
950
|
"wm-modal-footer": LocalJSX.WmModalFooter & JSXBase.HTMLAttributes<HTMLWmModalFooterElement>;
|
|
904
951
|
"wm-modal-header": LocalJSX.WmModalHeader & JSXBase.HTMLAttributes<HTMLWmModalHeaderElement>;
|
|
952
|
+
"wm-navigation": LocalJSX.WmNavigation & JSXBase.HTMLAttributes<HTMLWmNavigationElement>;
|
|
953
|
+
"wm-navigation-hamburger": LocalJSX.WmNavigationHamburger & JSXBase.HTMLAttributes<HTMLWmNavigationHamburgerElement>;
|
|
954
|
+
"wm-navigation-item": LocalJSX.WmNavigationItem & JSXBase.HTMLAttributes<HTMLWmNavigationItemElement>;
|
|
905
955
|
"wm-navigator": LocalJSX.WmNavigator & JSXBase.HTMLAttributes<HTMLWmNavigatorElement>;
|
|
906
956
|
"wm-network-uploader": LocalJSX.WmNetworkUploader & JSXBase.HTMLAttributes<HTMLWmNetworkUploaderElement>;
|
|
907
957
|
"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 {};
|
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
export declare type Notification = {
|
|
2
|
-
message: string;
|
|
3
|
-
id: string;
|
|
4
|
-
link: string;
|
|
5
|
-
newWindow: boolean;
|
|
6
|
-
};
|
|
7
|
-
export declare type label = string | undefined;
|
|
8
|
-
export declare type CssClassMap = {
|
|
9
|
-
[className: string]: boolean;
|
|
10
|
-
};
|
|
11
|
-
interface IconLabels {
|
|
12
|
-
[index: string]: string;
|
|
13
|
-
}
|
|
14
|
-
export declare type Product = {
|
|
15
|
-
description?: string;
|
|
16
|
-
samlLinkUrl?: string;
|
|
17
|
-
iconUrl: string;
|
|
18
|
-
id: string;
|
|
19
|
-
linkUrl: string;
|
|
20
|
-
name: string;
|
|
21
|
-
};
|
|
22
|
-
export declare type NavigatorPayload = {
|
|
23
|
-
connection_name?: string;
|
|
24
|
-
current_product_id: string;
|
|
25
|
-
email: string;
|
|
26
|
-
logout_url: string;
|
|
27
|
-
products: Product[];
|
|
28
|
-
};
|
|
29
|
-
export declare const iconLabels: IconLabels;
|
|
30
|
-
export declare function getIconCodeFromName(icon: string): string;
|
|
31
|
-
export declare const defaultMode = "planning";
|
|
32
|
-
export declare const getWmMode: (ref?: any) => any;
|
|
33
|
-
export declare type TooltipPosition = "top" | "bottom" | "left" | "right" | "bottom-left" | "bottom-right" | "top-right" | "top-left";
|
|
34
|
-
export {};
|
|
1
|
+
export declare type Notification = {
|
|
2
|
+
message: string;
|
|
3
|
+
id: string;
|
|
4
|
+
link: string;
|
|
5
|
+
newWindow: boolean;
|
|
6
|
+
};
|
|
7
|
+
export declare type label = string | undefined;
|
|
8
|
+
export declare type CssClassMap = {
|
|
9
|
+
[className: string]: boolean;
|
|
10
|
+
};
|
|
11
|
+
interface IconLabels {
|
|
12
|
+
[index: string]: string;
|
|
13
|
+
}
|
|
14
|
+
export declare type Product = {
|
|
15
|
+
description?: string;
|
|
16
|
+
samlLinkUrl?: string;
|
|
17
|
+
iconUrl: string;
|
|
18
|
+
id: string;
|
|
19
|
+
linkUrl: string;
|
|
20
|
+
name: string;
|
|
21
|
+
};
|
|
22
|
+
export declare type NavigatorPayload = {
|
|
23
|
+
connection_name?: string;
|
|
24
|
+
current_product_id: string;
|
|
25
|
+
email: string;
|
|
26
|
+
logout_url: string;
|
|
27
|
+
products: Product[];
|
|
28
|
+
};
|
|
29
|
+
export declare const iconLabels: IconLabels;
|
|
30
|
+
export declare function getIconCodeFromName(icon: string): string;
|
|
31
|
+
export declare const defaultMode = "planning";
|
|
32
|
+
export declare const getWmMode: (ref?: any) => any;
|
|
33
|
+
export declare type TooltipPosition = "top" | "bottom" | "left" | "right" | "bottom-left" | "bottom-right" | "top-right" | "top-left";
|
|
34
|
+
export {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export declare const getRequest: (url: string) => Promise<any>;
|
|
2
|
-
export declare const postRequest: (url: string, payload: any) => Promise<void | {
|
|
3
|
-
url: string;
|
|
4
|
-
}>;
|
|
5
|
-
export declare const deleteRequest: (url: string) => Promise<void>;
|
|
6
|
-
export declare const putRequest: (_url: string, _file: any) => Promise<void>;
|
|
1
|
+
export declare const getRequest: (url: string) => Promise<any>;
|
|
2
|
+
export declare const postRequest: (url: string, payload: any) => Promise<void | {
|
|
3
|
+
url: string;
|
|
4
|
+
}>;
|
|
5
|
+
export declare const deleteRequest: (url: string) => Promise<void>;
|
|
6
|
+
export declare const putRequest: (_url: string, _file: any) => Promise<void>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const getRequest: (url: string) => Promise<any>;
|
|
2
|
-
export declare const postRequest: (url: string, payload: Object) => Promise<any>;
|
|
3
|
-
export declare const deleteRequest: (url: string) => Promise<any>;
|
|
4
|
-
export declare const putRequest: (url: string, file: File, onProgress: Function) => Promise<unknown>;
|
|
1
|
+
export declare const getRequest: (url: string) => Promise<any>;
|
|
2
|
+
export declare const postRequest: (url: string, payload: Object) => Promise<any>;
|
|
3
|
+
export declare const deleteRequest: (url: string) => Promise<any>;
|
|
4
|
+
export declare const putRequest: (url: string, file: File, onProgress: Function) => Promise<unknown>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import en from "./compiled-lang/en.json";
|
|
2
|
-
import fr from "./compiled-lang/fr.json";
|
|
3
|
-
import es from "./compiled-lang/es.json";
|
|
4
|
-
import pig from "./compiled-lang/pig.json";
|
|
5
|
-
export { en, fr, es, pig };
|
|
1
|
+
import en from "./compiled-lang/en.json";
|
|
2
|
+
import fr from "./compiled-lang/fr.json";
|
|
3
|
+
import es from "./compiled-lang/es.json";
|
|
4
|
+
import pig from "./compiled-lang/pig.json";
|
|
5
|
+
export { en, fr, es, pig };
|
|
@@ -666,7 +666,7 @@ export declare namespace JSXBase {
|
|
|
666
666
|
use: JSXBase.SVGAttributes;
|
|
667
667
|
view: JSXBase.SVGAttributes;
|
|
668
668
|
}
|
|
669
|
-
interface SlotAttributes {
|
|
669
|
+
interface SlotAttributes extends JSXAttributes {
|
|
670
670
|
name?: string;
|
|
671
671
|
slot?: string;
|
|
672
672
|
onSlotchange?: (event: Event) => void;
|
|
@@ -1427,9 +1427,7 @@ export declare namespace JSXBase {
|
|
|
1427
1427
|
z?: number | string;
|
|
1428
1428
|
zoomAndPan?: string;
|
|
1429
1429
|
}
|
|
1430
|
-
interface DOMAttributes<T
|
|
1431
|
-
key?: string | number;
|
|
1432
|
-
ref?: (elm?: T) => void;
|
|
1430
|
+
interface DOMAttributes<T> extends JSXAttributes<T> {
|
|
1433
1431
|
slot?: string;
|
|
1434
1432
|
part?: string;
|
|
1435
1433
|
exportparts?: string;
|
|
@@ -1550,6 +1548,10 @@ export declare namespace JSXBase {
|
|
|
1550
1548
|
onTransitionEndCapture?: (event: TransitionEvent) => void;
|
|
1551
1549
|
}
|
|
1552
1550
|
}
|
|
1551
|
+
export interface JSXAttributes<T = Element> {
|
|
1552
|
+
key?: string | number;
|
|
1553
|
+
ref?: (elm?: T) => void;
|
|
1554
|
+
}
|
|
1553
1555
|
export interface CustomElementsDefineOptions {
|
|
1554
1556
|
exclude?: string[];
|
|
1555
1557
|
resourcesUrl?: string;
|