@watermarkinsights/ripple 3.8.2 → 3.9.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/chartFunctions-a1dd1291.js +429 -0
- package/dist/cjs/{functions-b90816b8.js → functions-0750b767.js} +506 -532
- package/dist/cjs/{global-cf9485c4.js → global-0a6b313f.js} +60 -60
- package/dist/cjs/{http-service-9e8c4dd5.js → http-service-494d81de.js} +49 -49
- package/dist/cjs/{index-0e7e3668.js → index-98c6524c.js} +69 -96
- package/dist/cjs/{interfaces-30a74c1f.js → interfaces-a3338581.js} +29 -29
- package/dist/cjs/loader.cjs.js +4 -4
- package/dist/cjs/priv-chart-popover.cjs.entry.js +87 -79
- package/dist/cjs/priv-datepicker.cjs.entry.js +659 -659
- 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 +228 -228
- package/dist/cjs/wm-chart-slice.cjs.entry.js +14 -14
- package/dist/cjs/wm-chart.cjs.entry.js +117 -473
- package/dist/cjs/wm-datepicker.cjs.entry.js +267 -267
- 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_3.cjs.entry.js +222 -222
- 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 +487 -487
- package/dist/cjs/wm-pagination.cjs.entry.js +168 -168
- package/dist/cjs/wm-progress-indicator.cjs.entry.js +92 -0
- package/dist/cjs/wm-progress-monitor.cjs.entry.js +57 -0
- package/dist/cjs/wm-progress-slice.cjs.entry.js +17 -0
- 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 +298 -298
- 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 +8 -5
- package/dist/collection/components/{wm-chart → charts}/priv-chart-popover/priv-chart-popover.css +0 -0
- package/dist/collection/components/{wm-chart → charts}/priv-chart-popover/priv-chart-popover.js +258 -232
- package/dist/collection/components/{wm-chart → charts/wm-chart}/wm-chart-slice.js +115 -115
- package/dist/collection/components/charts/wm-chart/wm-chart.css +460 -0
- package/dist/collection/components/charts/wm-chart/wm-chart.js +332 -0
- package/dist/collection/components/charts/wm-progress-monitor/wm-progress-indicator.css +460 -0
- package/dist/collection/components/charts/wm-progress-monitor/wm-progress-indicator.js +199 -0
- package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.css +53 -0
- package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.js +95 -0
- package/dist/collection/components/charts/wm-progress-monitor/wm-progress-slice.js +111 -0
- package/dist/collection/components/wm-action-menu/wm-action-menu.js +460 -460
- package/dist/collection/components/wm-button/wm-button.css +2 -1
- package/dist/collection/components/wm-button/wm-button.js +491 -491
- package/dist/collection/components/wm-datepicker/priv-datepicker/priv-datepicker.css +4 -3
- package/dist/collection/components/wm-datepicker/priv-datepicker/priv-datepicker.js +1024 -1024
- package/dist/collection/components/wm-datepicker/wm-datepicker.css +2 -1
- package/dist/collection/components/wm-datepicker/wm-datepicker.js +471 -471
- package/dist/collection/components/wm-input/wm-input.css +2 -1
- package/dist/collection/components/wm-input/wm-input.js +423 -423
- package/dist/collection/components/wm-menuitem/wm-menuitem.js +444 -444
- package/dist/collection/components/wm-modal/wm-modal-footer.js +141 -141
- package/dist/collection/components/wm-modal/wm-modal-header.js +92 -92
- package/dist/collection/components/wm-modal/wm-modal.js +461 -461
- package/dist/collection/components/wm-navigation/wm-navigation-hamburger.css +2 -1
- package/dist/collection/components/wm-navigation/wm-navigation-hamburger.js +162 -162
- package/dist/collection/components/wm-navigation/wm-navigation-item.js +121 -121
- package/dist/collection/components/wm-navigation/wm-navigation.js +211 -211
- 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.js +114 -114
- package/dist/collection/components/wm-navigator/wm-navigator.js +468 -468
- package/dist/collection/components/wm-option/wm-option.css +3 -2
- package/dist/collection/components/wm-option/wm-option.js +414 -414
- package/dist/collection/components/wm-pagination/wm-pagination.js +368 -368
- package/dist/collection/components/wm-search/wm-search.js +480 -480
- package/dist/collection/components/wm-select/wm-select.css +3 -2
- package/dist/collection/components/wm-select/wm-select.js +718 -718
- package/dist/collection/components/wm-snackbar/wm-snackbar.css +3 -2
- package/dist/collection/components/wm-snackbar/wm-snackbar.js +297 -297
- package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.css +2 -2
- 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.js +330 -330
- 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 +3 -2
- package/dist/collection/components/wm-tag-input/wm-tag-input.js +810 -810
- package/dist/collection/components/wm-timepicker/wm-timepicker.css +3 -2
- package/dist/collection/components/wm-timepicker/wm-timepicker.js +583 -583
- package/dist/collection/components/wm-toggletip/wm-toggletip.css +2 -1
- package/dist/collection/components/wm-toggletip/wm-toggletip.js +241 -241
- package/dist/collection/components/wm-uploader/wm-network-uploader/wm-network-uploader.css +2 -1
- package/dist/collection/components/wm-uploader/wm-network-uploader/wm-network-uploader.js +753 -753
- package/dist/collection/components/wm-uploader/wm-uploader.css +2 -1
- 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/chartFunctions.js +417 -0
- package/dist/collection/global/functions.js +468 -468
- package/dist/collection/global/global.js +67 -67
- 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/chartFunctions-fc11df2b.js +420 -0
- package/dist/esm/{functions-8d09a511.js → functions-b478ef24.js} +506 -532
- package/dist/esm/{global-d1d68bab.js → global-b8be90a6.js} +60 -60
- package/dist/esm/{http-service-5d037e16.js → http-service-3dc3b3e7.js} +49 -49
- package/dist/esm/{index-cd8f9ae2.js → index-d649a861.js} +69 -96
- package/dist/esm/{interfaces-61c6305b.js → interfaces-2b97fab2.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 +87 -79
- package/dist/esm/priv-datepicker.entry.js +659 -659
- 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 +228 -228
- package/dist/esm/wm-chart-slice.entry.js +14 -14
- package/dist/esm/wm-chart.entry.js +117 -473
- package/dist/esm/wm-datepicker.entry.js +267 -267
- 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_3.entry.js +222 -222
- 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 +487 -487
- package/dist/esm/wm-pagination.entry.js +168 -168
- package/dist/esm/wm-progress-indicator.entry.js +88 -0
- package/dist/esm/wm-progress-monitor.entry.js +53 -0
- package/dist/esm/wm-progress-slice.entry.js +13 -0
- 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 +298 -298
- 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/chartFunctions-fc11df2b.js +1 -0
- package/dist/esm-es5/functions-b478ef24.js +15 -0
- package/dist/esm-es5/global-b8be90a6.js +1 -0
- package/dist/esm-es5/{http-service-5d037e16.js → http-service-3dc3b3e7.js} +1 -1
- package/dist/esm-es5/index-d649a861.js +1 -0
- package/dist/esm-es5/{interfaces-61c6305b.js → interfaces-2b97fab2.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_3.entry.js +1 -1
- 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-progress-indicator.entry.js +1 -0
- package/dist/esm-es5/wm-progress-monitor.entry.js +1 -0
- package/dist/esm-es5/wm-progress-slice.entry.js +1 -0
- 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 +1 -0
- package/dist/ripple/p-063bc67c.system.entry.js +1 -0
- package/dist/ripple/{p-504579c2.system.entry.js → p-099df7b7.system.entry.js} +1 -1
- package/dist/ripple/p-0b23a4fe.entry.js +1 -0
- package/dist/ripple/p-1b2c3251.system.entry.js +1 -0
- package/dist/ripple/{p-34e0410e.system.entry.js → p-1b7be30d.system.entry.js} +1 -1
- package/dist/ripple/p-1e2c46f1.entry.js +1 -0
- package/dist/ripple/p-1e7fc028.entry.js +1 -0
- package/dist/ripple/p-2296c2c3.entry.js +1 -0
- package/dist/ripple/p-24cd6213.system.entry.js +1 -0
- package/dist/ripple/p-2587031d.system.entry.js +1 -0
- package/dist/ripple/p-29d527c8.entry.js +1 -0
- package/dist/ripple/p-2b6246d9.entry.js +1 -0
- package/dist/ripple/{p-a5177480.system.entry.js → p-2b63995f.system.entry.js} +1 -1
- package/dist/ripple/p-2b9c54e7.system.entry.js +1 -0
- package/dist/ripple/p-2cc9e6cf.system.entry.js +1 -0
- package/dist/ripple/p-30db4ad7.entry.js +1 -0
- package/dist/ripple/{p-dc0e6d55.system.entry.js → p-30e1daf7.system.entry.js} +1 -1
- package/dist/ripple/p-3388ca40.entry.js +1 -0
- package/dist/ripple/p-34736928.entry.js +1 -0
- package/dist/ripple/p-366e00f9.js +1 -0
- package/dist/ripple/p-36be0612.js +1 -0
- package/dist/ripple/p-3b31eaec.system.js +1 -0
- package/dist/ripple/p-3eb3a1f8.entry.js +1 -0
- package/dist/ripple/{p-888bec42.js → p-43f1298b.js} +0 -0
- package/dist/ripple/p-492ad5d0.system.entry.js +1 -0
- package/dist/ripple/p-4f23cdc6.entry.js +1 -0
- package/dist/ripple/p-50be3b44.js +1 -0
- package/dist/ripple/p-5743d4bc.system.entry.js +1 -0
- package/dist/ripple/p-59963be9.system.entry.js +1 -0
- package/dist/ripple/p-5d6cc9da.system.js +1 -0
- package/dist/ripple/p-5e5f162c.system.entry.js +1 -0
- package/dist/ripple/{p-53caf7e4.system.entry.js → p-647edff3.system.entry.js} +1 -1
- package/dist/ripple/p-6c295beb.entry.js +1 -0
- package/dist/ripple/p-6c751341.entry.js +1 -0
- package/dist/ripple/p-6f9e8fbc.entry.js +1 -0
- package/dist/ripple/p-70ececb5.entry.js +1 -0
- package/dist/ripple/p-7674c9b0.system.entry.js +1 -0
- package/dist/ripple/p-76b96f77.entry.js +1 -0
- package/dist/ripple/p-7a2a0d2e.js +16 -0
- package/dist/ripple/p-7c2b1682.entry.js +1 -0
- package/dist/ripple/p-7f0c64ac.entry.js +1 -0
- package/dist/ripple/p-803f1f22.entry.js +1 -0
- package/dist/ripple/p-84fb34b5.entry.js +1 -0
- package/dist/ripple/p-8a583f84.entry.js +1 -0
- package/dist/ripple/p-8daa2613.system.entry.js +1 -0
- package/dist/ripple/p-935a266f.entry.js +1 -0
- package/dist/ripple/p-9d02957d.system.js +1 -0
- package/dist/ripple/p-a14ac623.entry.js +1 -0
- package/dist/ripple/{p-e758db14.system.entry.js → p-a1511315.system.entry.js} +1 -1
- package/dist/ripple/p-b325c35a.system.entry.js +1 -0
- package/dist/ripple/{p-9a9743f5.system.entry.js → p-bfc1ab2e.system.entry.js} +1 -1
- package/dist/ripple/p-bfe93d8d.system.entry.js +1 -0
- package/dist/ripple/p-c1c7b0b1.system.js +15 -0
- package/dist/ripple/p-c20a179f.system.entry.js +1 -0
- package/dist/ripple/p-c8bbf15e.entry.js +1 -0
- package/dist/ripple/{p-7913283e.system.entry.js → p-cb7d8ade.system.entry.js} +1 -1
- package/dist/ripple/p-cfb62ded.entry.js +1 -0
- package/dist/ripple/p-d12e0f49.system.js +1 -0
- package/dist/ripple/p-d648d193.entry.js +1 -0
- package/dist/ripple/p-d7ff84eb.entry.js +1 -0
- package/dist/ripple/{p-c19298a5.system.entry.js → p-ddf157c8.system.entry.js} +1 -1
- package/dist/ripple/p-e90f6915.system.js +1 -0
- package/dist/ripple/p-ea33bda7.system.entry.js +1 -0
- package/dist/ripple/p-f2566a42.system.entry.js +1 -0
- package/dist/ripple/{p-08b7ec08.system.js → p-f5df5903.system.js} +0 -0
- package/dist/ripple/p-f62fc5ea.system.entry.js +1 -0
- package/dist/ripple/{p-a6d6eae7.js → p-fd8070fb.js} +0 -0
- package/dist/ripple/{p-dcfe93ea.system.entry.js → p-fd9380f2.system.entry.js} +1 -1
- package/dist/ripple/p-fe0abd10.system.entry.js +1 -0
- package/dist/ripple/p-fe2a30d3.entry.js +1 -0
- package/dist/ripple/p-ffbc5db3.entry.js +1 -0
- package/dist/ripple/ripple.esm.js +1 -1
- package/dist/ripple/ripple.js +1 -1
- package/dist/types/components/{wm-chart → charts}/priv-chart-popover/priv-chart-popover.d.ts +27 -23
- package/dist/types/components/{wm-chart → charts/wm-chart}/wm-chart-slice.d.ts +11 -11
- package/dist/types/components/charts/wm-chart/wm-chart.d.ts +35 -0
- package/dist/types/components/charts/wm-progress-monitor/wm-progress-indicator.d.ts +26 -0
- package/dist/types/components/charts/wm-progress-monitor/wm-progress-monitor.d.ts +17 -0
- package/dist/types/components/charts/wm-progress-monitor/wm-progress-slice.d.ts +10 -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 +43 -43
- package/dist/types/components/wm-datepicker/priv-datepicker/priv-datepicker.d.ts +80 -80
- 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 +21 -21
- package/dist/types/components/wm-navigation/wm-navigation-item.d.ts +13 -13
- package/dist/types/components/wm-navigation/wm-navigation.d.ts +30 -30
- 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 +86 -24
- package/dist/types/global/__mocks__/functions.d.ts +6 -6
- package/dist/types/global/chartFunctions.d.ts +28 -0
- package/dist/types/global/functions.d.ts +42 -42
- package/dist/types/global/global.d.ts +1 -1
- package/dist/types/global/interfaces.d.ts +44 -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 +4 -6
- package/package.json +47 -47
- package/dist/collection/components/wm-chart/wm-chart.css +0 -346
- package/dist/collection/components/wm-chart/wm-chart.js +0 -715
- package/dist/esm-es5/functions-8d09a511.js +0 -15
- package/dist/esm-es5/global-d1d68bab.js +0 -1
- package/dist/esm-es5/index-cd8f9ae2.js +0 -1
- package/dist/ripple/p-09508c2d.entry.js +0 -1
- package/dist/ripple/p-0a916c6e.entry.js +0 -1
- package/dist/ripple/p-11a9ce3f.system.js +0 -1
- package/dist/ripple/p-1ef19ec1.entry.js +0 -1
- package/dist/ripple/p-20856a2d.system.js +0 -1
- package/dist/ripple/p-244877c8.entry.js +0 -1
- package/dist/ripple/p-253a08fe.system.js +0 -15
- package/dist/ripple/p-268622b5.system.entry.js +0 -1
- package/dist/ripple/p-27f0d9be.entry.js +0 -1
- package/dist/ripple/p-29d3ca15.system.entry.js +0 -1
- package/dist/ripple/p-2a27dba5.entry.js +0 -1
- package/dist/ripple/p-2b209cf3.js +0 -1
- package/dist/ripple/p-313b6073.system.js +0 -1
- package/dist/ripple/p-38062c39.js +0 -1
- package/dist/ripple/p-39eea6bd.system.entry.js +0 -1
- package/dist/ripple/p-3b6b7618.entry.js +0 -1
- package/dist/ripple/p-3ba3afca.entry.js +0 -1
- package/dist/ripple/p-4de0799d.entry.js +0 -1
- package/dist/ripple/p-56963e2f.system.entry.js +0 -1
- package/dist/ripple/p-597985b9.entry.js +0 -1
- package/dist/ripple/p-5adc422a.entry.js +0 -1
- package/dist/ripple/p-5e0d47b9.system.entry.js +0 -1
- package/dist/ripple/p-67f74636.entry.js +0 -1
- package/dist/ripple/p-69735b23.system.entry.js +0 -1
- package/dist/ripple/p-6c65643e.system.entry.js +0 -1
- package/dist/ripple/p-7484c4e6.system.entry.js +0 -1
- package/dist/ripple/p-764fa608.entry.js +0 -1
- package/dist/ripple/p-81c023a7.entry.js +0 -1
- package/dist/ripple/p-8a0450fd.entry.js +0 -1
- package/dist/ripple/p-8e2cbae6.system.entry.js +0 -1
- package/dist/ripple/p-93b1c864.system.entry.js +0 -1
- package/dist/ripple/p-991abdb9.system.entry.js +0 -1
- package/dist/ripple/p-99d610f9.entry.js +0 -1
- package/dist/ripple/p-a8d66745.js +0 -16
- package/dist/ripple/p-b53962af.entry.js +0 -1
- package/dist/ripple/p-b53cecad.system.entry.js +0 -1
- package/dist/ripple/p-bdbc14ee.system.entry.js +0 -1
- package/dist/ripple/p-bf3c22d9.entry.js +0 -1
- package/dist/ripple/p-c58520e4.entry.js +0 -1
- package/dist/ripple/p-c7660ed9.entry.js +0 -1
- package/dist/ripple/p-c8040acd.system.entry.js +0 -1
- package/dist/ripple/p-c9284e6b.entry.js +0 -1
- package/dist/ripple/p-cd75be7a.entry.js +0 -1
- package/dist/ripple/p-cdd5ce00.entry.js +0 -1
- package/dist/ripple/p-d680d98f.entry.js +0 -1
- package/dist/ripple/p-e597d7bb.system.entry.js +0 -1
- package/dist/ripple/p-e6bcfdd5.entry.js +0 -1
- package/dist/ripple/p-e8761ba1.system.js +0 -1
- package/dist/ripple/p-ef344252.entry.js +0 -1
- package/dist/ripple/p-fc254870.system.entry.js +0 -1
- package/dist/types/components/wm-chart/wm-chart.d.ts +0 -82
|
@@ -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 {
|
|
@@ -190,6 +190,22 @@ export namespace Components {
|
|
|
190
190
|
"totalItems"?: number;
|
|
191
191
|
"value": number;
|
|
192
192
|
}
|
|
193
|
+
interface WmProgressIndicator {
|
|
194
|
+
"completionMessage"?: string;
|
|
195
|
+
"label"?: string;
|
|
196
|
+
"showLegend": boolean;
|
|
197
|
+
"subinfo"?: string;
|
|
198
|
+
}
|
|
199
|
+
interface WmProgressMonitor {
|
|
200
|
+
"breakpoint"?: number | string;
|
|
201
|
+
}
|
|
202
|
+
interface WmProgressSlice {
|
|
203
|
+
"amount"?: string;
|
|
204
|
+
"legend"?: string;
|
|
205
|
+
"popoverButtonText"?: string;
|
|
206
|
+
"popoverText"?: string;
|
|
207
|
+
"popoverTitle"?: string;
|
|
208
|
+
}
|
|
193
209
|
interface WmSearch {
|
|
194
210
|
"disabled": boolean;
|
|
195
211
|
/**
|
|
@@ -426,6 +442,24 @@ declare global {
|
|
|
426
442
|
prototype: HTMLWmPaginationElement;
|
|
427
443
|
new (): HTMLWmPaginationElement;
|
|
428
444
|
};
|
|
445
|
+
interface HTMLWmProgressIndicatorElement extends Components.WmProgressIndicator, HTMLStencilElement {
|
|
446
|
+
}
|
|
447
|
+
var HTMLWmProgressIndicatorElement: {
|
|
448
|
+
prototype: HTMLWmProgressIndicatorElement;
|
|
449
|
+
new (): HTMLWmProgressIndicatorElement;
|
|
450
|
+
};
|
|
451
|
+
interface HTMLWmProgressMonitorElement extends Components.WmProgressMonitor, HTMLStencilElement {
|
|
452
|
+
}
|
|
453
|
+
var HTMLWmProgressMonitorElement: {
|
|
454
|
+
prototype: HTMLWmProgressMonitorElement;
|
|
455
|
+
new (): HTMLWmProgressMonitorElement;
|
|
456
|
+
};
|
|
457
|
+
interface HTMLWmProgressSliceElement extends Components.WmProgressSlice, HTMLStencilElement {
|
|
458
|
+
}
|
|
459
|
+
var HTMLWmProgressSliceElement: {
|
|
460
|
+
prototype: HTMLWmProgressSliceElement;
|
|
461
|
+
new (): HTMLWmProgressSliceElement;
|
|
462
|
+
};
|
|
429
463
|
interface HTMLWmSearchElement extends Components.WmSearch, HTMLStencilElement {
|
|
430
464
|
}
|
|
431
465
|
var HTMLWmSearchElement: {
|
|
@@ -514,6 +548,9 @@ declare global {
|
|
|
514
548
|
"wm-network-uploader": HTMLWmNetworkUploaderElement;
|
|
515
549
|
"wm-option": HTMLWmOptionElement;
|
|
516
550
|
"wm-pagination": HTMLWmPaginationElement;
|
|
551
|
+
"wm-progress-indicator": HTMLWmProgressIndicatorElement;
|
|
552
|
+
"wm-progress-monitor": HTMLWmProgressMonitorElement;
|
|
553
|
+
"wm-progress-slice": HTMLWmProgressSliceElement;
|
|
517
554
|
"wm-search": HTMLWmSearchElement;
|
|
518
555
|
"wm-select": HTMLWmSelectElement;
|
|
519
556
|
"wm-snackbar": HTMLWmSnackbarElement;
|
|
@@ -532,6 +569,7 @@ declare namespace LocalJSX {
|
|
|
532
569
|
"buttonText"?: string;
|
|
533
570
|
"coords"?: { x?: number; y?: number };
|
|
534
571
|
"onWmChartPopoverButtonTriggered"?: (event: CustomEvent<HTMLWmChartSliceElement>) => void;
|
|
572
|
+
"onWmProgressIndicatorButtonTriggered"?: (event: CustomEvent<HTMLWmProgressSliceElement>) => void;
|
|
535
573
|
"open"?: boolean;
|
|
536
574
|
"popoverText"?: string;
|
|
537
575
|
"popoverTitle"?: string;
|
|
@@ -563,9 +601,9 @@ declare namespace LocalJSX {
|
|
|
563
601
|
interface PrivNavigatorItem {
|
|
564
602
|
"focused"?: boolean;
|
|
565
603
|
"link"?: string;
|
|
566
|
-
"onKeydownOnNavItem"?: (event: CustomEvent<{
|
|
567
|
-
navItem: HTMLPrivNavigatorItemElement;
|
|
568
|
-
key: string;
|
|
604
|
+
"onKeydownOnNavItem"?: (event: CustomEvent<{
|
|
605
|
+
navItem: HTMLPrivNavigatorItemElement;
|
|
606
|
+
key: string;
|
|
569
607
|
}>) => void;
|
|
570
608
|
"selected"?: boolean;
|
|
571
609
|
}
|
|
@@ -578,13 +616,13 @@ declare namespace LocalJSX {
|
|
|
578
616
|
"onMenuLoaded"?: (event: CustomEvent<any>) => void;
|
|
579
617
|
"onWmActionMenuLoaded"?: (event: CustomEvent<any>) => void;
|
|
580
618
|
"tooltip"?: string;
|
|
581
|
-
"tooltipPosition"?: | "top"
|
|
582
|
-
| "bottom"
|
|
583
|
-
| "left"
|
|
584
|
-
| "right"
|
|
585
|
-
| "bottom-left"
|
|
586
|
-
| "bottom-right"
|
|
587
|
-
| "top-right"
|
|
619
|
+
"tooltipPosition"?: | "top"
|
|
620
|
+
| "bottom"
|
|
621
|
+
| "left"
|
|
622
|
+
| "right"
|
|
623
|
+
| "bottom-left"
|
|
624
|
+
| "bottom-right"
|
|
625
|
+
| "top-right"
|
|
588
626
|
| "top-left";
|
|
589
627
|
}
|
|
590
628
|
interface WmButton {
|
|
@@ -760,6 +798,24 @@ declare namespace LocalJSX {
|
|
|
760
798
|
"totalItems"?: number;
|
|
761
799
|
"value"?: number;
|
|
762
800
|
}
|
|
801
|
+
interface WmProgressIndicator {
|
|
802
|
+
"completionMessage"?: string;
|
|
803
|
+
"label"?: string;
|
|
804
|
+
"showLegend"?: boolean;
|
|
805
|
+
"subinfo"?: string;
|
|
806
|
+
}
|
|
807
|
+
interface WmProgressMonitor {
|
|
808
|
+
"breakpoint"?: number | string;
|
|
809
|
+
"onWmProgressMonitorModeChange"?: (event: CustomEvent<any>) => void;
|
|
810
|
+
}
|
|
811
|
+
interface WmProgressSlice {
|
|
812
|
+
"amount"?: string;
|
|
813
|
+
"legend"?: string;
|
|
814
|
+
"onWmProgressSliceUpdated"?: (event: CustomEvent<void>) => void;
|
|
815
|
+
"popoverButtonText"?: string;
|
|
816
|
+
"popoverText"?: string;
|
|
817
|
+
"popoverTitle"?: string;
|
|
818
|
+
}
|
|
763
819
|
interface WmSearch {
|
|
764
820
|
"disabled"?: boolean;
|
|
765
821
|
/**
|
|
@@ -808,9 +864,9 @@ declare namespace LocalJSX {
|
|
|
808
864
|
"onWmSnackbarSnackFinished"?: (event: CustomEvent<Object>) => void;
|
|
809
865
|
}
|
|
810
866
|
interface WmTabItem {
|
|
811
|
-
"onKeydownOnTabItem"?: (event: CustomEvent<{
|
|
812
|
-
tabItem: HTMLWmTabItemElement;
|
|
813
|
-
key: string;
|
|
867
|
+
"onKeydownOnTabItem"?: (event: CustomEvent<{
|
|
868
|
+
tabItem: HTMLWmTabItemElement;
|
|
869
|
+
key: string;
|
|
814
870
|
}>) => void;
|
|
815
871
|
"onTabItemLoaded"?: (event: CustomEvent<{ tab: HTMLWmTabItemElement }>) => void;
|
|
816
872
|
"onTabSelected"?: (event: CustomEvent<{ tabId: string }>) => void;
|
|
@@ -868,10 +924,10 @@ declare namespace LocalJSX {
|
|
|
868
924
|
"label"?: string;
|
|
869
925
|
"labelPosition"?: "top" | "left" | "none";
|
|
870
926
|
"onWmTimepickerNewValidValue"?: (event: CustomEvent<{ value: string }>) => void;
|
|
871
|
-
"onWmTimepickerOnChange"?: (event: CustomEvent<{
|
|
872
|
-
// deprecated in favor of wmTimepickerNewValidValue and standard input event
|
|
873
|
-
value: string;
|
|
874
|
-
isValid: boolean;
|
|
927
|
+
"onWmTimepickerOnChange"?: (event: CustomEvent<{
|
|
928
|
+
// deprecated in favor of wmTimepickerNewValidValue and standard input event
|
|
929
|
+
value: string;
|
|
930
|
+
isValid: boolean;
|
|
875
931
|
}>) => void;
|
|
876
932
|
"preventValidation"?: string;
|
|
877
933
|
"requiredField"?: boolean;
|
|
@@ -929,6 +985,9 @@ declare namespace LocalJSX {
|
|
|
929
985
|
"wm-network-uploader": WmNetworkUploader;
|
|
930
986
|
"wm-option": WmOption;
|
|
931
987
|
"wm-pagination": WmPagination;
|
|
988
|
+
"wm-progress-indicator": WmProgressIndicator;
|
|
989
|
+
"wm-progress-monitor": WmProgressMonitor;
|
|
990
|
+
"wm-progress-slice": WmProgressSlice;
|
|
932
991
|
"wm-search": WmSearch;
|
|
933
992
|
"wm-select": WmSelect;
|
|
934
993
|
"wm-snackbar": WmSnackbar;
|
|
@@ -967,6 +1026,9 @@ declare module "@stencil/core" {
|
|
|
967
1026
|
"wm-network-uploader": LocalJSX.WmNetworkUploader & JSXBase.HTMLAttributes<HTMLWmNetworkUploaderElement>;
|
|
968
1027
|
"wm-option": LocalJSX.WmOption & JSXBase.HTMLAttributes<HTMLWmOptionElement>;
|
|
969
1028
|
"wm-pagination": LocalJSX.WmPagination & JSXBase.HTMLAttributes<HTMLWmPaginationElement>;
|
|
1029
|
+
"wm-progress-indicator": LocalJSX.WmProgressIndicator & JSXBase.HTMLAttributes<HTMLWmProgressIndicatorElement>;
|
|
1030
|
+
"wm-progress-monitor": LocalJSX.WmProgressMonitor & JSXBase.HTMLAttributes<HTMLWmProgressMonitorElement>;
|
|
1031
|
+
"wm-progress-slice": LocalJSX.WmProgressSlice & JSXBase.HTMLAttributes<HTMLWmProgressSliceElement>;
|
|
970
1032
|
"wm-search": LocalJSX.WmSearch & JSXBase.HTMLAttributes<HTMLWmSearchElement>;
|
|
971
1033
|
"wm-select": LocalJSX.WmSelect & JSXBase.HTMLAttributes<HTMLWmSelectElement>;
|
|
972
1034
|
"wm-snackbar": LocalJSX.WmSnackbar & JSXBase.HTMLAttributes<HTMLWmSnackbarElement>;
|
|
@@ -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;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { ChartTypes } from "./interfaces";
|
|
2
|
+
export declare const types: ChartTypes;
|
|
3
|
+
export declare function amountToPercent(val: number, total: number, asInt: boolean): number;
|
|
4
|
+
export declare function amountToDegree(val: number, total: number): number;
|
|
5
|
+
export declare function toFixed(number: number): number;
|
|
6
|
+
export declare function polarToCartesian(half: number, radius: number, startAngle: number, endAngle?: number): {
|
|
7
|
+
x1: number;
|
|
8
|
+
y1: number;
|
|
9
|
+
x2: number;
|
|
10
|
+
y2: number;
|
|
11
|
+
x?: undefined;
|
|
12
|
+
y?: undefined;
|
|
13
|
+
} | {
|
|
14
|
+
x: number;
|
|
15
|
+
y: number;
|
|
16
|
+
x1?: undefined;
|
|
17
|
+
y1?: undefined;
|
|
18
|
+
x2?: undefined;
|
|
19
|
+
y2?: undefined;
|
|
20
|
+
};
|
|
21
|
+
export declare function handleSliceClick(this: any, ev: MouseEvent, s: any): void;
|
|
22
|
+
export declare function handleChartKeydown(this: any, ev: KeyboardEvent): void;
|
|
23
|
+
export declare function openPopover(this: any, s: any): void;
|
|
24
|
+
export declare function getData(this: any, chartType: string): Promise<void>;
|
|
25
|
+
export declare function renderDoughnut(this: any, chartType: string): any;
|
|
26
|
+
export declare function renderBar(this: any, chartType: string): any;
|
|
27
|
+
export declare function renderLegend(this: any): any;
|
|
28
|
+
export declare function renderCompletionMessage(this: any): any;
|
|
@@ -1,42 +1,42 @@
|
|
|
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 throttle(fn: any, wait: number): (this: any) => void;
|
|
5
|
-
export declare function debounce(fn: any, wait: number): (this: any) => void;
|
|
6
|
-
export declare function getTextDir(): string;
|
|
7
|
-
export declare function getPosition(el: HTMLElement): {
|
|
8
|
-
x: number;
|
|
9
|
-
y: number;
|
|
10
|
-
};
|
|
11
|
-
export declare function findParentWithScrollbar(el: HTMLElement): HTMLElement | undefined;
|
|
12
|
-
export declare function findParentWithHiddenOverflow(el: HTMLElement): HTMLElement | undefined;
|
|
13
|
-
export declare function getClosableElementMeasurements(fixedEl: HTMLElement, closableEl: HTMLElement): {
|
|
14
|
-
closableElHeight: number;
|
|
15
|
-
closableElWidth: number;
|
|
16
|
-
spaceAbove: number;
|
|
17
|
-
spaceBelow: number;
|
|
18
|
-
spaceLeft: number;
|
|
19
|
-
spaceRight: number;
|
|
20
|
-
};
|
|
21
|
-
export declare function shouldOpenUp(fixedEl: HTMLElement, //the element visible on the page when the component is closed
|
|
22
|
-
closableEl: HTMLElement, //the dropdown/popup/etc that becomes visible when the component is open
|
|
23
|
-
offsetAbove?: number, // if closableEl covers a part of fixedEl, that part should be offset
|
|
24
|
-
offsetBelow?: number): boolean;
|
|
25
|
-
export declare function shouldOpenDown(fixedEl: HTMLElement, //the element visible on the page when the component is closed
|
|
26
|
-
closableEl: HTMLElement, //the dropdown/popup/etc that becomes visible when the component is open
|
|
27
|
-
offsetAbove?: number, // if closableEl covers a part of fixedEl, that part should be offset
|
|
28
|
-
offsetBelow?: number): boolean;
|
|
29
|
-
export declare function shouldShiftRight(fixedEl: HTMLElement, closableEl: HTMLElement): boolean;
|
|
30
|
-
export declare function shouldShiftLeft(fixedEl: HTMLElement, closableEl: HTMLElement): boolean;
|
|
31
|
-
export declare function adjustTooltipPosition(tPos: TooltipPosition, el: HTMLElement, tooltipEl: HTMLElement): TooltipPosition;
|
|
32
|
-
export declare function hasRoomRight(x: any, spaceNeeded: number): boolean;
|
|
33
|
-
export declare function checkForActiveElInShadow(element: HTMLElement): HTMLElement;
|
|
34
|
-
export declare function checkForFocusableElInShadow(element: HTMLElement): HTMLElement;
|
|
35
|
-
export declare function isFocusable(element: any): boolean;
|
|
36
|
-
export declare function getFirstFocusableDescendant(element: HTMLElement): HTMLElement | undefined;
|
|
37
|
-
export declare function hasValidType(file: File, types: string): any;
|
|
38
|
-
export declare function getAcceptedMimeTypesList(acceptedExtensions: string[]): any;
|
|
39
|
-
export declare function snakeCaseToCamelCase(str: string): string;
|
|
40
|
-
export declare function getNewIndexToFocus(currentIndex: number, direction: string, listLength: number): number;
|
|
41
|
-
export declare function isRelatedTarget(ev: FocusEvent, id: string): boolean | null;
|
|
42
|
-
export declare function toBool(val: any): boolean;
|
|
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 throttle(fn: any, wait: number): (this: any) => void;
|
|
5
|
+
export declare function debounce(fn: any, wait: number): (this: any) => void;
|
|
6
|
+
export declare function getTextDir(): string;
|
|
7
|
+
export declare function getPosition(el: HTMLElement): {
|
|
8
|
+
x: number;
|
|
9
|
+
y: number;
|
|
10
|
+
};
|
|
11
|
+
export declare function findParentWithScrollbar(el: HTMLElement): HTMLElement | undefined;
|
|
12
|
+
export declare function findParentWithHiddenOverflow(el: HTMLElement): HTMLElement | undefined;
|
|
13
|
+
export declare function getClosableElementMeasurements(fixedEl: HTMLElement, closableEl: HTMLElement): {
|
|
14
|
+
closableElHeight: number;
|
|
15
|
+
closableElWidth: number;
|
|
16
|
+
spaceAbove: number;
|
|
17
|
+
spaceBelow: number;
|
|
18
|
+
spaceLeft: number;
|
|
19
|
+
spaceRight: number;
|
|
20
|
+
};
|
|
21
|
+
export declare function shouldOpenUp(fixedEl: HTMLElement, //the element visible on the page when the component is closed
|
|
22
|
+
closableEl: HTMLElement, //the dropdown/popup/etc that becomes visible when the component is open
|
|
23
|
+
offsetAbove?: number, // if closableEl covers a part of fixedEl, that part should be offset
|
|
24
|
+
offsetBelow?: number): boolean;
|
|
25
|
+
export declare function shouldOpenDown(fixedEl: HTMLElement, //the element visible on the page when the component is closed
|
|
26
|
+
closableEl: HTMLElement, //the dropdown/popup/etc that becomes visible when the component is open
|
|
27
|
+
offsetAbove?: number, // if closableEl covers a part of fixedEl, that part should be offset
|
|
28
|
+
offsetBelow?: number): boolean;
|
|
29
|
+
export declare function shouldShiftRight(fixedEl: HTMLElement, closableEl: HTMLElement): boolean;
|
|
30
|
+
export declare function shouldShiftLeft(fixedEl: HTMLElement, closableEl: HTMLElement): boolean;
|
|
31
|
+
export declare function adjustTooltipPosition(tPos: TooltipPosition, el: HTMLElement, tooltipEl: HTMLElement): TooltipPosition;
|
|
32
|
+
export declare function hasRoomRight(x: any, spaceNeeded: number): boolean;
|
|
33
|
+
export declare function checkForActiveElInShadow(element: HTMLElement): HTMLElement;
|
|
34
|
+
export declare function checkForFocusableElInShadow(element: HTMLElement): HTMLElement;
|
|
35
|
+
export declare function isFocusable(element: any): boolean;
|
|
36
|
+
export declare function getFirstFocusableDescendant(element: HTMLElement): HTMLElement | undefined;
|
|
37
|
+
export declare function hasValidType(file: File, types: string): any;
|
|
38
|
+
export declare function getAcceptedMimeTypesList(acceptedExtensions: string[]): any;
|
|
39
|
+
export declare function snakeCaseToCamelCase(str: string): string;
|
|
40
|
+
export declare function getNewIndexToFocus(currentIndex: number, direction: string, listLength: number): number;
|
|
41
|
+
export declare function isRelatedTarget(ev: FocusEvent, id: string): boolean | null;
|
|
42
|
+
export declare function toBool(val: any): boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
@@ -1,34 +1,44 @@
|
|
|
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 declare type ChartData = {
|
|
35
|
+
size: number;
|
|
36
|
+
colors: Array<string>;
|
|
37
|
+
thickness?: number;
|
|
38
|
+
padding: number;
|
|
39
|
+
isBar: boolean;
|
|
40
|
+
};
|
|
41
|
+
export declare type ChartTypes = {
|
|
42
|
+
[index: string]: ChartData;
|
|
43
|
+
};
|
|
44
|
+
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 {
|
|
670
670
|
name?: string;
|
|
671
671
|
slot?: string;
|
|
672
672
|
onSlotchange?: (event: Event) => void;
|
|
@@ -1427,7 +1427,9 @@ export declare namespace JSXBase {
|
|
|
1427
1427
|
z?: number | string;
|
|
1428
1428
|
zoomAndPan?: string;
|
|
1429
1429
|
}
|
|
1430
|
-
interface DOMAttributes<T
|
|
1430
|
+
interface DOMAttributes<T = Element> {
|
|
1431
|
+
key?: string | number;
|
|
1432
|
+
ref?: (elm?: T) => void;
|
|
1431
1433
|
slot?: string;
|
|
1432
1434
|
part?: string;
|
|
1433
1435
|
exportparts?: string;
|
|
@@ -1548,10 +1550,6 @@ export declare namespace JSXBase {
|
|
|
1548
1550
|
onTransitionEndCapture?: (event: TransitionEvent) => void;
|
|
1549
1551
|
}
|
|
1550
1552
|
}
|
|
1551
|
-
export interface JSXAttributes<T = Element> {
|
|
1552
|
-
key?: string | number;
|
|
1553
|
-
ref?: (elm?: T) => void;
|
|
1554
|
-
}
|
|
1555
1553
|
export interface CustomElementsDefineOptions {
|
|
1556
1554
|
exclude?: string[];
|
|
1557
1555
|
resourcesUrl?: string;
|