@watermarkinsights/ripple 0.0.0 → 0.0.1
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/LICENSE +21 -0
- package/README.md +1 -1
- package/dist/components/index.d.ts +33 -0
- package/dist/components/priv-calendar.d.ts +11 -0
- package/dist/components/priv-chart-popover.d.ts +11 -0
- package/dist/components/priv-navigator-button.d.ts +11 -0
- package/dist/components/priv-navigator-item.d.ts +11 -0
- package/dist/components/priv-option-list.d.ts +11 -0
- package/dist/components/wm-action-menu.d.ts +11 -0
- package/dist/components/wm-button.d.ts +11 -0
- package/dist/components/wm-chart-slice.d.ts +11 -0
- package/dist/components/wm-chart.d.ts +11 -0
- package/dist/components/wm-date-range.d.ts +11 -0
- package/dist/components/wm-datepicker.d.ts +11 -0
- package/dist/components/wm-file-list.d.ts +11 -0
- package/dist/components/wm-file.d.ts +11 -0
- package/dist/components/wm-flyout.d.ts +11 -0
- package/dist/components/wm-input.d.ts +11 -0
- package/dist/components/wm-line-chart.d.ts +11 -0
- package/dist/components/wm-menuitem.d.ts +11 -0
- package/dist/components/wm-modal-footer.d.ts +11 -0
- package/dist/components/wm-modal-header.d.ts +11 -0
- package/dist/components/wm-modal-pss-footer.d.ts +11 -0
- package/dist/components/wm-modal-pss-header.d.ts +11 -0
- package/dist/components/wm-modal-pss.d.ts +11 -0
- package/dist/components/wm-modal.d.ts +11 -0
- package/dist/components/wm-navigation-hamburger.d.ts +11 -0
- package/dist/components/wm-navigation-item.d.ts +11 -0
- package/dist/components/wm-navigation.d.ts +11 -0
- package/dist/components/wm-navigator.d.ts +11 -0
- package/dist/components/wm-nested-select.d.ts +11 -0
- package/dist/components/wm-optgroup.d.ts +11 -0
- package/dist/components/wm-option.d.ts +11 -0
- package/dist/components/wm-pagination.d.ts +11 -0
- package/dist/components/wm-progress-indicator.d.ts +11 -0
- package/dist/components/wm-progress-monitor.d.ts +11 -0
- package/dist/components/wm-progress-slice.d.ts +11 -0
- package/dist/components/wm-search.d.ts +11 -0
- package/dist/components/wm-select.d.ts +11 -0
- package/dist/components/wm-snackbar.d.ts +11 -0
- package/dist/components/wm-tab-item.d.ts +11 -0
- package/dist/components/wm-tab-list.d.ts +11 -0
- package/dist/components/wm-tab-panel.d.ts +11 -0
- package/dist/components/wm-tag-input.d.ts +11 -0
- package/dist/components/wm-tag-option.d.ts +11 -0
- package/dist/components/wm-textarea.d.ts +11 -0
- package/dist/components/wm-timepicker.d.ts +11 -0
- package/dist/components/wm-toggletip.d.ts +11 -0
- package/dist/components/wm-uploader.d.ts +11 -0
- package/dist/components/wm-wrapper.d.ts +11 -0
- package/dist/ripple/app-globals-B7cOtGhY.js +170 -0
- package/dist/ripple/chartFunctions-CmeM8Tyx.js +725 -0
- package/dist/ripple/functions-DVLl0rH_.js +18108 -0
- package/dist/ripple/index-CU5QNCKv.js +4167 -0
- package/dist/ripple/index.esm.js +1 -0
- package/dist/ripple/interfaces-CrANcZM9.js +53 -0
- package/dist/ripple/intl-7p27BJSM.js +277 -0
- package/dist/ripple/priv-calendar.entry.js +566 -0
- package/dist/ripple/priv-chart-popover.entry.js +134 -0
- package/dist/ripple/priv-navigator-button.entry.js +24 -0
- package/dist/ripple/priv-navigator-item.entry.js +30 -0
- package/dist/ripple/priv-option-list.entry.js +385 -0
- package/dist/ripple/ripple.esm.js +48 -0
- package/dist/ripple/wm-action-menu.entry.js +201 -0
- package/dist/ripple/wm-button.entry.js +197 -0
- package/dist/ripple/wm-chart-slice.entry.js +18 -0
- package/dist/ripple/wm-chart.entry.js +157 -0
- package/dist/ripple/wm-date-range.entry.js +477 -0
- package/dist/ripple/wm-datepicker.entry.js +247 -0
- package/dist/ripple/wm-file-list.entry.js +18 -0
- package/dist/ripple/wm-file.entry.js +182 -0
- package/dist/ripple/wm-flyout.entry.js +167 -0
- package/dist/ripple/wm-input.entry.js +111 -0
- package/dist/ripple/wm-line-chart.entry.js +449 -0
- package/dist/ripple/wm-menuitem.entry.js +125 -0
- package/dist/ripple/wm-modal-footer.entry.js +44 -0
- package/dist/ripple/wm-modal-header.entry.js +36 -0
- package/dist/ripple/wm-modal-pss-footer.entry.js +40 -0
- package/dist/ripple/wm-modal-pss-header.entry.js +39 -0
- package/dist/ripple/wm-modal-pss.entry.js +135 -0
- package/dist/ripple/wm-modal.entry.js +133 -0
- package/dist/ripple/wm-navigation-hamburger.entry.js +48 -0
- package/dist/ripple/wm-navigation-item.entry.js +18 -0
- package/dist/ripple/wm-navigation.entry.js +116 -0
- package/dist/ripple/wm-navigator.entry.js +368 -0
- package/dist/ripple/wm-nested-select.entry.js +308 -0
- package/dist/ripple/wm-optgroup.entry.js +68 -0
- package/dist/ripple/wm-option.entry.js +171 -0
- package/dist/ripple/wm-pagination.entry.js +223 -0
- package/dist/ripple/wm-progress-indicator.entry.js +107 -0
- package/dist/ripple/wm-progress-monitor.entry.js +71 -0
- package/dist/ripple/wm-progress-slice.entry.js +13 -0
- package/dist/ripple/wm-search.entry.js +208 -0
- package/dist/ripple/wm-select.entry.js +249 -0
- package/dist/ripple/wm-snackbar.entry.js +185 -0
- package/dist/ripple/wm-tab-item.entry.js +63 -0
- package/dist/ripple/wm-tab-list.entry.js +175 -0
- package/dist/ripple/wm-tab-panel.entry.js +32 -0
- package/dist/ripple/wm-tag-input.entry.js +877 -0
- package/dist/ripple/wm-tag-option.entry.js +35 -0
- package/dist/ripple/wm-textarea.entry.js +79 -0
- package/dist/ripple/wm-timepicker.entry.js +300 -0
- package/dist/ripple/wm-toggletip.entry.js +176 -0
- package/dist/ripple/wm-uploader.entry.js +313 -0
- package/dist/ripple/wm-wrapper.entry.js +17 -0
- package/dist/types/components/charts/chartFunctions.d.ts +41 -0
- package/dist/types/components/charts/priv-chart-popover/priv-chart-popover.d.ts +26 -0
- package/dist/types/components/charts/wm-chart/wm-chart-slice.d.ts +11 -0
- package/dist/types/components/charts/wm-chart/wm-chart.d.ts +44 -0
- package/dist/types/components/charts/wm-line-chart/wm-line-chart.d.ts +77 -0
- package/dist/types/components/charts/wm-progress-monitor/wm-progress-indicator.d.ts +34 -0
- package/dist/types/components/charts/wm-progress-monitor/wm-progress-monitor.d.ts +22 -0
- package/dist/types/components/charts/wm-progress-monitor/wm-progress-slice.d.ts +10 -0
- package/dist/types/components/datepickers/priv-calendar/priv-calendar.d.ts +77 -0
- package/dist/types/components/datepickers/wm-date-range.d.ts +73 -0
- package/dist/types/components/datepickers/wm-datepicker.d.ts +49 -0
- package/dist/types/components/selects/priv-option-list/priv-option-list.d.ts +71 -0
- package/dist/types/components/selects/wm-nested-select/wm-nested-select.d.ts +61 -0
- package/dist/types/components/selects/wm-optgroup/wm-optgroup.d.ts +21 -0
- package/dist/types/components/selects/wm-option/wm-option.d.ts +40 -0
- package/dist/types/components/selects/wm-select/wm-select.d.ts +55 -0
- package/dist/types/components/wm-action-menu/wm-action-menu.d.ts +40 -40
- package/dist/types/components/wm-button/wm-button.d.ts +38 -34
- package/dist/types/components/wm-file/wm-file.d.ts +45 -0
- package/dist/types/components/wm-file-list/wm-file-list.d.ts +5 -0
- package/dist/types/components/wm-flyout/wm-flyout.d.ts +47 -0
- package/dist/types/components/wm-input/wm-input.d.ts +49 -28
- package/dist/types/components/wm-menuitem/wm-menuitem.d.ts +26 -27
- package/dist/types/components/wm-modal/wm-modal-footer.d.ts +12 -13
- package/dist/types/components/wm-modal/wm-modal-header.d.ts +8 -10
- package/dist/types/components/wm-modal/wm-modal.d.ts +27 -31
- package/dist/types/components/wm-modal-pss/wm-modal-pss-footer.d.ts +14 -0
- package/dist/types/components/wm-modal-pss/wm-modal-pss-header.d.ts +10 -0
- package/dist/types/components/wm-modal-pss/wm-modal-pss.d.ts +33 -0
- package/dist/types/components/wm-navigation/wm-navigation-hamburger.d.ts +16 -0
- package/dist/types/components/wm-navigation/wm-navigation-item.d.ts +9 -0
- package/dist/types/components/wm-navigation/wm-navigation.d.ts +23 -0
- package/dist/types/components/wm-navigator/priv-navigator-button/priv-navigator-button.d.ts +6 -7
- package/dist/types/components/wm-navigator/priv-navigator-item/priv-navigator-item.d.ts +10 -10
- package/dist/types/components/wm-navigator/wm-navigator.d.ts +55 -57
- package/dist/types/components/wm-pagination/wm-pagination.d.ts +30 -28
- package/dist/types/components/wm-search/wm-search.d.ts +71 -75
- package/dist/types/components/wm-snackbar/wm-snackbar.d.ts +28 -28
- package/dist/types/components/wm-tabs/wm-tab-item/wm-tab-item.d.ts +28 -31
- package/dist/types/components/wm-tabs/wm-tab-list/wm-tab-list.d.ts +38 -47
- package/dist/types/components/wm-tabs/wm-tab-panel/wm-tab-panel.d.ts +14 -16
- package/dist/types/components/wm-tag-input/wm-tag-input.d.ts +117 -80
- package/dist/types/components/wm-tag-input/wm-tag-option/wm-tag-option.d.ts +18 -0
- package/dist/types/components/wm-textarea/wm-textarea.d.ts +30 -0
- package/dist/types/components/wm-timepicker/wm-timepicker.d.ts +48 -55
- package/dist/types/components/wm-toggletip/wm-toggletip.d.ts +24 -23
- package/dist/types/components/wm-uploader/wm-uploader.d.ts +63 -72
- package/dist/types/components/wm-wrapper/wm-wrapper.d.ts +4 -4
- package/dist/types/components.d.ts +1364 -207
- package/dist/types/global/__mocks__/functions.d.ts +2 -1
- package/dist/types/global/functions.d.ts +62 -10
- package/dist/types/global/interfaces.d.ts +95 -23
- package/dist/types/global/intl.d.ts +62 -0
- package/dist/types/global/services/__mocks__/http-service.d.ts +1 -1
- package/dist/types/stencil-public-runtime.d.ts +366 -219
- package/package.json +43 -24
- package/dist/cjs/app-globals-6b0c6e80.js +0 -110
- package/dist/cjs/app-globals-f1dd8fda.js +0 -47
- package/dist/cjs/componentlibrary.cjs.js +0 -20
- package/dist/cjs/css-shim-a7379e2b.js +0 -6
- package/dist/cjs/dom-3e7d9c3b.js +0 -75
- package/dist/cjs/functions-65513c61.js +0 -8360
- package/dist/cjs/functions-f2333f02.js +0 -6129
- package/dist/cjs/global-6849642d.js +0 -38
- package/dist/cjs/http-service-494d81de.js +0 -57
- package/dist/cjs/http-service-9e8c4dd5.js +0 -57
- package/dist/cjs/index-298ebef1.js +0 -2976
- package/dist/cjs/index.cjs.js +0 -2
- package/dist/cjs/interfaces-a3338581.js +0 -35
- package/dist/cjs/interfaces-b2beb752.js +0 -54
- package/dist/cjs/loader.cjs.js +0 -22
- package/dist/cjs/priv-chart-popover.cjs.entry.js +0 -89
- package/dist/cjs/priv-datepicker.cjs.entry.js +0 -672
- package/dist/cjs/priv-navigator-button.cjs.entry.js +0 -29
- package/dist/cjs/priv-navigator-item.cjs.entry.js +0 -34
- package/dist/cjs/shadow-css-09555044.js +0 -391
- package/dist/cjs/wm-action-menu.cjs.entry.js +0 -206
- package/dist/cjs/wm-action-menu_2.cjs.entry.js +0 -318
- package/dist/cjs/wm-button.cjs.entry.js +0 -152
- package/dist/cjs/wm-chart-slice.cjs.entry.js +0 -22
- package/dist/cjs/wm-chart.cjs.entry.js +0 -508
- package/dist/cjs/wm-datepicker.cjs.entry.js +0 -262
- package/dist/cjs/wm-input.cjs.entry.js +0 -110
- package/dist/cjs/wm-menuitem.cjs.entry.js +0 -118
- package/dist/cjs/wm-modal-footer.cjs.entry.js +0 -43
- package/dist/cjs/wm-modal-header.cjs.entry.js +0 -45
- package/dist/cjs/wm-modal.cjs.entry.js +0 -149
- package/dist/cjs/wm-navigator.cjs.entry.js +0 -279
- package/dist/cjs/wm-network-uploader.cjs.entry.js +0 -431
- package/dist/cjs/wm-option.cjs.entry.js +0 -123
- package/dist/cjs/wm-option_2.cjs.entry.js +0 -483
- package/dist/cjs/wm-pagination.cjs.entry.js +0 -176
- package/dist/cjs/wm-search.cjs.entry.js +0 -231
- package/dist/cjs/wm-select.cjs.entry.js +0 -366
- package/dist/cjs/wm-snackbar.cjs.entry.js +0 -160
- package/dist/cjs/wm-tab-item.cjs.entry.js +0 -82
- package/dist/cjs/wm-tab-item_3.cjs.entry.js +0 -316
- package/dist/cjs/wm-tab-list.cjs.entry.js +0 -205
- package/dist/cjs/wm-tab-panel.cjs.entry.js +0 -42
- package/dist/cjs/wm-tag-input.cjs.entry.js +0 -513
- package/dist/cjs/wm-timepicker.cjs.entry.js +0 -386
- package/dist/cjs/wm-toggletip.cjs.entry.js +0 -128
- package/dist/cjs/wm-uploader.cjs.entry.js +0 -342
- package/dist/cjs/wm-wrapper.cjs.entry.js +0 -21
- package/dist/collection/collection-manifest.json +0 -131
- package/dist/collection/components/wm-action-menu/wm-action-menu.css +0 -122
- package/dist/collection/components/wm-action-menu/wm-action-menu.js +0 -392
- package/dist/collection/components/wm-button/wm-button.css +0 -572
- package/dist/collection/components/wm-button/wm-button.js +0 -365
- package/dist/collection/components/wm-chart/priv-chart-popover/priv-chart-popover.css +0 -132
- package/dist/collection/components/wm-chart/priv-chart-popover/priv-chart-popover.js +0 -232
- package/dist/collection/components/wm-chart/wm-chart-slice.js +0 -64
- package/dist/collection/components/wm-chart/wm-chart.css +0 -337
- package/dist/collection/components/wm-chart/wm-chart.js +0 -710
- package/dist/collection/components/wm-datepicker/priv-datepicker/priv-datepicker.css +0 -365
- package/dist/collection/components/wm-datepicker/priv-datepicker/priv-datepicker.js +0 -1003
- package/dist/collection/components/wm-datepicker/wm-datepicker.css +0 -211
- package/dist/collection/components/wm-datepicker/wm-datepicker.js +0 -445
- package/dist/collection/components/wm-input/wm-input.css +0 -220
- package/dist/collection/components/wm-input/wm-input.js +0 -302
- package/dist/collection/components/wm-menuitem/wm-menuitem.css +0 -118
- package/dist/collection/components/wm-menuitem/wm-menuitem.js +0 -411
- package/dist/collection/components/wm-modal/wm-modal-footer.css +0 -84
- package/dist/collection/components/wm-modal/wm-modal-footer.js +0 -159
- package/dist/collection/components/wm-modal/wm-modal-header.css +0 -78
- package/dist/collection/components/wm-modal/wm-modal-header.js +0 -109
- package/dist/collection/components/wm-modal/wm-modal.css +0 -155
- package/dist/collection/components/wm-modal/wm-modal.js +0 -356
- package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.css +0 -94
- package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.js +0 -97
- package/dist/collection/components/wm-navigator/priv-navigator-item/priv-navigator-item.css +0 -67
- package/dist/collection/components/wm-navigator/priv-navigator-item/priv-navigator-item.js +0 -114
- package/dist/collection/components/wm-navigator/wm-navigator.css +0 -137
- package/dist/collection/components/wm-navigator/wm-navigator.js +0 -468
- package/dist/collection/components/wm-option/wm-option.css +0 -162
- package/dist/collection/components/wm-option/wm-option.js +0 -394
- package/dist/collection/components/wm-pagination/wm-pagination.css +0 -217
- package/dist/collection/components/wm-pagination/wm-pagination.js +0 -348
- package/dist/collection/components/wm-search/wm-search.css +0 -155
- package/dist/collection/components/wm-search/wm-search.js +0 -439
- package/dist/collection/components/wm-select/wm-select.css +0 -315
- package/dist/collection/components/wm-select/wm-select.js +0 -676
- package/dist/collection/components/wm-snackbar/wm-snackbar.css +0 -331
- package/dist/collection/components/wm-snackbar/wm-snackbar.js +0 -240
- package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.css +0 -104
- package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.js +0 -202
- package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.css +0 -73
- package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.js +0 -315
- package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.css +0 -57
- package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.js +0 -104
- package/dist/collection/components/wm-tag-input/wm-tag-input.css +0 -408
- package/dist/collection/components/wm-tag-input/wm-tag-input.js +0 -707
- package/dist/collection/components/wm-timepicker/wm-timepicker.css +0 -370
- package/dist/collection/components/wm-timepicker/wm-timepicker.js +0 -567
- package/dist/collection/components/wm-toggletip/wm-toggletip.css +0 -350
- package/dist/collection/components/wm-toggletip/wm-toggletip.js +0 -217
- package/dist/collection/components/wm-uploader/wm-network-uploader/wm-network-uploader.css +0 -642
- package/dist/collection/components/wm-uploader/wm-network-uploader/wm-network-uploader.js +0 -753
- package/dist/collection/components/wm-uploader/wm-uploader.css +0 -666
- package/dist/collection/components/wm-uploader/wm-uploader.js +0 -673
- package/dist/collection/components/wm-wrapper/wm-wrapper.js +0 -27
- package/dist/collection/dev/scripts.js +0 -20
- package/dist/collection/global/__mocks__/functions.js +0 -5
- package/dist/collection/global/functions.js +0 -420
- package/dist/collection/global/global.js +0 -39
- package/dist/collection/global/interfaces.js +0 -49
- package/dist/collection/global/services/__mocks__/http-service.js +0 -130
- package/dist/collection/global/services/http-service.js +0 -50
- package/dist/collection/lang/lang.js +0 -5
- package/dist/collection/lang/piglatin.js +0 -93
- package/dist/componentlibrary/app-globals-18876ad3.js +0 -45
- package/dist/componentlibrary/app-globals-307a1083.js +0 -108
- package/dist/componentlibrary/componentlibrary.css +0 -84
- package/dist/componentlibrary/componentlibrary.esm.js +0 -1
- package/dist/componentlibrary/css-shim-bbdf0cc6.js +0 -4
- package/dist/componentlibrary/dom-1f98a75f.js +0 -73
- package/dist/componentlibrary/functions-316c1b23.js +0 -8340
- package/dist/componentlibrary/http-service-5d037e16.js +0 -52
- package/dist/componentlibrary/index-d5997567.js +0 -2938
- package/dist/componentlibrary/index.esm.js +0 -0
- package/dist/componentlibrary/interfaces-50753346.js +0 -51
- package/dist/componentlibrary/p-01bdfed8.js +0 -16
- package/dist/componentlibrary/p-0ca70ed4.entry.js +0 -1
- package/dist/componentlibrary/p-126bde92.entry.js +0 -1
- package/dist/componentlibrary/p-12a67d93.entry.js +0 -1
- package/dist/componentlibrary/p-188deaf5.entry.js +0 -1
- package/dist/componentlibrary/p-2514df6f.entry.js +0 -1
- package/dist/componentlibrary/p-269b8a5f.entry.js +0 -1
- package/dist/componentlibrary/p-35e57079.entry.js +0 -1
- package/dist/componentlibrary/p-414e20f7.entry.js +0 -1
- package/dist/componentlibrary/p-43f1298b.js +0 -1
- package/dist/componentlibrary/p-4d387ec6.entry.js +0 -1
- package/dist/componentlibrary/p-59ba81d6.entry.js +0 -1
- package/dist/componentlibrary/p-5e3cbec8.entry.js +0 -1
- package/dist/componentlibrary/p-5e81e830.entry.js +0 -1
- package/dist/componentlibrary/p-64ff5040.js +0 -1
- package/dist/componentlibrary/p-68a871d3.entry.js +0 -1
- package/dist/componentlibrary/p-996a7395.entry.js +0 -1
- package/dist/componentlibrary/p-9b460452.entry.js +0 -1
- package/dist/componentlibrary/p-a416e410.entry.js +0 -1
- package/dist/componentlibrary/p-d550a94f.entry.js +0 -1
- package/dist/componentlibrary/p-e4735c23.entry.js +0 -1
- package/dist/componentlibrary/p-e725f388.entry.js +0 -1
- package/dist/componentlibrary/p-e9532ae5.entry.js +0 -1
- package/dist/componentlibrary/p-edf6f848.entry.js +0 -1
- package/dist/componentlibrary/p-fd8070fb.js +0 -1
- package/dist/componentlibrary/priv-chart-popover.entry.js +0 -85
- package/dist/componentlibrary/priv-datepicker.entry.js +0 -668
- package/dist/componentlibrary/priv-navigator-button.entry.js +0 -25
- package/dist/componentlibrary/priv-navigator-item.entry.js +0 -30
- package/dist/componentlibrary/shadow-css-67b66845.js +0 -389
- package/dist/componentlibrary/wm-action-menu.entry.js +0 -202
- package/dist/componentlibrary/wm-button.entry.js +0 -148
- package/dist/componentlibrary/wm-chart-slice.entry.js +0 -18
- package/dist/componentlibrary/wm-chart.entry.js +0 -504
- package/dist/componentlibrary/wm-datepicker.entry.js +0 -258
- package/dist/componentlibrary/wm-input.entry.js +0 -106
- package/dist/componentlibrary/wm-menuitem.entry.js +0 -114
- package/dist/componentlibrary/wm-modal-footer.entry.js +0 -39
- package/dist/componentlibrary/wm-modal-header.entry.js +0 -41
- package/dist/componentlibrary/wm-modal.entry.js +0 -145
- package/dist/componentlibrary/wm-navigator.entry.js +0 -275
- package/dist/componentlibrary/wm-network-uploader.entry.js +0 -427
- package/dist/componentlibrary/wm-option.entry.js +0 -119
- package/dist/componentlibrary/wm-pagination.entry.js +0 -172
- package/dist/componentlibrary/wm-search.entry.js +0 -227
- package/dist/componentlibrary/wm-select.entry.js +0 -362
- package/dist/componentlibrary/wm-snackbar.entry.js +0 -156
- package/dist/componentlibrary/wm-tab-item.entry.js +0 -78
- package/dist/componentlibrary/wm-tab-list.entry.js +0 -201
- package/dist/componentlibrary/wm-tab-panel.entry.js +0 -38
- package/dist/componentlibrary/wm-tag-input.entry.js +0 -509
- package/dist/componentlibrary/wm-timepicker.entry.js +0 -382
- package/dist/componentlibrary/wm-toggletip.entry.js +0 -124
- package/dist/componentlibrary/wm-uploader.entry.js +0 -338
- package/dist/componentlibrary/wm-wrapper.entry.js +0 -17
- package/dist/esm/app-globals-18876ad3.js +0 -45
- package/dist/esm/app-globals-307a1083.js +0 -108
- package/dist/esm/componentlibrary.js +0 -18
- package/dist/esm/css-shim-bbdf0cc6.js +0 -4
- package/dist/esm/dom-1f98a75f.js +0 -73
- package/dist/esm/functions-316c1b23.js +0 -8340
- package/dist/esm/functions-60034bf7.js +0 -6109
- package/dist/esm/global-430cb201.js +0 -36
- package/dist/esm/http-service-3dc3b3e7.js +0 -52
- package/dist/esm/http-service-5d037e16.js +0 -52
- package/dist/esm/index-d5997567.js +0 -2938
- package/dist/esm/index.js +0 -1
- package/dist/esm/interfaces-2b97fab2.js +0 -32
- package/dist/esm/interfaces-50753346.js +0 -51
- package/dist/esm/loader.js +0 -18
- package/dist/esm/polyfills/core-js.js +0 -11
- package/dist/esm/polyfills/css-shim.js +0 -1
- package/dist/esm/polyfills/dom.js +0 -79
- package/dist/esm/polyfills/es5-html-element.js +0 -1
- package/dist/esm/polyfills/index.js +0 -34
- package/dist/esm/polyfills/system.js +0 -6
- package/dist/esm/priv-chart-popover.entry.js +0 -85
- package/dist/esm/priv-datepicker.entry.js +0 -668
- package/dist/esm/priv-navigator-button.entry.js +0 -25
- package/dist/esm/priv-navigator-item.entry.js +0 -30
- package/dist/esm/shadow-css-67b66845.js +0 -389
- package/dist/esm/wm-action-menu.entry.js +0 -202
- package/dist/esm/wm-action-menu_2.entry.js +0 -313
- package/dist/esm/wm-button.entry.js +0 -148
- package/dist/esm/wm-chart-slice.entry.js +0 -18
- package/dist/esm/wm-chart.entry.js +0 -504
- package/dist/esm/wm-datepicker.entry.js +0 -258
- package/dist/esm/wm-input.entry.js +0 -106
- package/dist/esm/wm-menuitem.entry.js +0 -114
- package/dist/esm/wm-modal-footer.entry.js +0 -39
- package/dist/esm/wm-modal-header.entry.js +0 -41
- package/dist/esm/wm-modal.entry.js +0 -145
- package/dist/esm/wm-navigator.entry.js +0 -275
- package/dist/esm/wm-network-uploader.entry.js +0 -427
- package/dist/esm/wm-option.entry.js +0 -119
- package/dist/esm/wm-option_2.entry.js +0 -478
- package/dist/esm/wm-pagination.entry.js +0 -172
- package/dist/esm/wm-search.entry.js +0 -227
- package/dist/esm/wm-select.entry.js +0 -362
- package/dist/esm/wm-snackbar.entry.js +0 -156
- package/dist/esm/wm-tab-item.entry.js +0 -78
- package/dist/esm/wm-tab-item_3.entry.js +0 -310
- package/dist/esm/wm-tab-list.entry.js +0 -201
- package/dist/esm/wm-tab-panel.entry.js +0 -38
- package/dist/esm/wm-tag-input.entry.js +0 -509
- package/dist/esm/wm-timepicker.entry.js +0 -382
- package/dist/esm/wm-toggletip.entry.js +0 -124
- package/dist/esm/wm-uploader.entry.js +0 -338
- package/dist/esm/wm-wrapper.entry.js +0 -17
- package/dist/index.cjs.js +0 -1
- package/dist/index.js +0 -1
- package/dist/loader/cdn.js +0 -3
- package/dist/loader/index.cjs.js +0 -3
- package/dist/loader/index.d.ts +0 -13
- package/dist/loader/index.es2017.js +0 -3
- package/dist/loader/index.js +0 -4
- package/dist/loader/package.json +0 -10
- package/dist/types/components/wm-chart/priv-chart-popover/priv-chart-popover.d.ts +0 -23
- package/dist/types/components/wm-chart/wm-chart-slice.d.ts +0 -8
- package/dist/types/components/wm-chart/wm-chart.d.ts +0 -77
- package/dist/types/components/wm-datepicker/priv-datepicker/priv-datepicker.d.ts +0 -75
- package/dist/types/components/wm-datepicker/wm-datepicker.d.ts +0 -39
- package/dist/types/components/wm-option/wm-option.d.ts +0 -28
- package/dist/types/components/wm-select/wm-select.d.ts +0 -63
- package/dist/types/components/wm-uploader/wm-network-uploader/wm-network-uploader.d.ts +0 -85
|
@@ -5,42 +5,52 @@
|
|
|
5
5
|
* It contains typing information for all components that exist in this project.
|
|
6
6
|
*/
|
|
7
7
|
import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
|
|
8
|
-
import {
|
|
8
|
+
import { ChartType, SliceDetails, TimeFormat12, TimeFormat24, TooltipPlacement, validButtonTypes } from "./global/interfaces";
|
|
9
|
+
export { ChartType, SliceDetails, TimeFormat12, TimeFormat24, TooltipPlacement, validButtonTypes } from "./global/interfaces";
|
|
9
10
|
export namespace Components {
|
|
10
|
-
interface
|
|
11
|
-
"buttonText"?: string;
|
|
12
|
-
"coords": { x?: number; y?: number };
|
|
13
|
-
"open": boolean;
|
|
14
|
-
"popoverText"?: string;
|
|
15
|
-
"popoverTitle"?: string;
|
|
16
|
-
"sliceRef"?: HTMLWmChartSliceElement;
|
|
17
|
-
}
|
|
18
|
-
interface PrivDatepicker {
|
|
19
|
-
"date": Date;
|
|
20
|
-
"dayInFocus": number;
|
|
11
|
+
interface PrivCalendar {
|
|
21
12
|
"disabled": boolean;
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
13
|
+
"endDate"?: string;
|
|
14
|
+
"focusCell": () => Promise<void>;
|
|
15
|
+
"focusDate": string;
|
|
16
|
+
"focusFirstFocusable": () => Promise<void>;
|
|
17
|
+
"focusLastFocusable": () => Promise<void>;
|
|
18
|
+
"hoverDate"?: string;
|
|
19
|
+
"startDate"?: string;
|
|
28
20
|
"view": string;
|
|
29
|
-
|
|
21
|
+
}
|
|
22
|
+
interface PrivChartPopover {
|
|
23
|
+
"open": boolean;
|
|
24
|
+
"sliceDetails"?: SliceDetails;
|
|
30
25
|
}
|
|
31
26
|
interface PrivNavigatorButton {
|
|
32
27
|
"altText": string;
|
|
33
28
|
"expanded": boolean;
|
|
34
|
-
"isTabbing": boolean;
|
|
35
29
|
}
|
|
36
30
|
interface PrivNavigatorItem {
|
|
37
31
|
"focused": boolean;
|
|
38
32
|
"link": string;
|
|
39
33
|
"selected": boolean;
|
|
40
34
|
}
|
|
35
|
+
interface PrivOptionList {
|
|
36
|
+
"clearSearch": () => Promise<void>;
|
|
37
|
+
"focusOption": (option: HTMLElement) => Promise<void>;
|
|
38
|
+
"handleChildChange": () => Promise<void>;
|
|
39
|
+
"handleInitialFocus": (optionToSelect?: "next" | "previous") => Promise<void>;
|
|
40
|
+
"maxHeight": string;
|
|
41
|
+
"multiple": boolean;
|
|
42
|
+
"optgroupLabel"?: string;
|
|
43
|
+
"search": boolean;
|
|
44
|
+
"searchPlaceholder"?: string;
|
|
45
|
+
"selectAll": boolean;
|
|
46
|
+
"unfocusAll": () => Promise<void>;
|
|
47
|
+
"updateOptionVisibility": () => Promise<void>;
|
|
48
|
+
"upwardsHeightLimit": number | null;
|
|
49
|
+
}
|
|
41
50
|
interface WmActionMenu {
|
|
51
|
+
"actionMenuType": "icon" | "text" | "selector" | "selector-primary";
|
|
42
52
|
"buttonText"?: string;
|
|
43
|
-
"
|
|
53
|
+
"darkMode"?: boolean;
|
|
44
54
|
"disabled": boolean;
|
|
45
55
|
"labelForIdenticalButtons"?: string;
|
|
46
56
|
"tooltip"?: string;
|
|
@@ -54,65 +64,142 @@ export namespace Components {
|
|
|
54
64
|
| "top-left";
|
|
55
65
|
}
|
|
56
66
|
interface WmButton {
|
|
57
|
-
"
|
|
67
|
+
"buttonType": validButtonTypes;
|
|
58
68
|
"customBackground"?: string;
|
|
59
69
|
"disabled": boolean;
|
|
60
70
|
"icon"?: string;
|
|
71
|
+
"iconFlip"?: "horizontal" | "vertical";
|
|
72
|
+
"iconRotate"?: number;
|
|
61
73
|
"iconSize"?: string;
|
|
74
|
+
"isSubmit": boolean;
|
|
62
75
|
"labelForIdenticalButtons"?: string;
|
|
63
76
|
"permanentlyDelete"?: boolean;
|
|
64
77
|
"textWrap": boolean;
|
|
65
78
|
"tooltip"?: string;
|
|
66
|
-
"tooltipPosition":
|
|
79
|
+
"tooltipPosition": TooltipPlacement;
|
|
67
80
|
}
|
|
68
81
|
interface WmChart {
|
|
69
|
-
"chartType":
|
|
70
|
-
"completionMessage"?: string;
|
|
82
|
+
"chartType": ChartType;
|
|
71
83
|
"label"?: string;
|
|
84
|
+
"labelPosition": "left" | "top" | "none";
|
|
85
|
+
"labelWidth": string;
|
|
72
86
|
"notStartedColor": boolean;
|
|
87
|
+
"printMode": boolean;
|
|
88
|
+
"printModeFormat": "percentage" | "amount";
|
|
89
|
+
"showBarLegend": boolean;
|
|
90
|
+
"showGrid"?: boolean;
|
|
73
91
|
"showLegend": boolean;
|
|
74
|
-
"showValues"?: "percentage" | "amount";
|
|
75
92
|
"subinfo"?: string;
|
|
93
|
+
"valueFormat": "percentage" | "amount" | "none";
|
|
76
94
|
}
|
|
77
95
|
interface WmChartSlice {
|
|
78
96
|
"amount"?: string;
|
|
79
97
|
"legend"?: string;
|
|
98
|
+
"popoverButtonText"?: string;
|
|
99
|
+
"popoverText"?: string;
|
|
100
|
+
"popoverTitle"?: string;
|
|
101
|
+
}
|
|
102
|
+
interface WmDateRange {
|
|
103
|
+
"dateFormat": string;
|
|
104
|
+
"disabled": boolean;
|
|
105
|
+
"errorMessage"?: string;
|
|
106
|
+
"invalidEnd": boolean;
|
|
107
|
+
"invalidStart": boolean;
|
|
108
|
+
"isValidISO": (input?: string) => Promise<boolean>;
|
|
109
|
+
"labelEnd": string;
|
|
110
|
+
"labelStart": string;
|
|
111
|
+
"preselected"?: string;
|
|
112
|
+
"reformatDate": (inputFormat: string, outputFormat: string, date?: string) => Promise<string>;
|
|
113
|
+
"requiredField": boolean;
|
|
114
|
+
"valueEnd"?: string;
|
|
115
|
+
"valueStart"?: string;
|
|
80
116
|
}
|
|
81
117
|
interface WmDatepicker {
|
|
82
118
|
"dateFormat": string;
|
|
83
119
|
"disabled": boolean;
|
|
84
|
-
"errorMessage"
|
|
120
|
+
"errorMessage"?: string;
|
|
121
|
+
"isValidIso": (input?: string) => Promise<boolean>;
|
|
85
122
|
"label": string;
|
|
86
123
|
"labelPosition": "top" | "left" | "none";
|
|
87
|
-
"
|
|
124
|
+
"preselected"?: string;
|
|
125
|
+
"reformatDate": (inputFormat: string, outputFormat: string, date?: string) => Promise<string>;
|
|
88
126
|
"requiredField": boolean;
|
|
89
127
|
"value"?: string;
|
|
90
128
|
}
|
|
129
|
+
interface WmFile {
|
|
130
|
+
"errorMessage"?: string;
|
|
131
|
+
"fileActions": string;
|
|
132
|
+
"lastUpdated"?: string;
|
|
133
|
+
"name": string;
|
|
134
|
+
"progress"?: number;
|
|
135
|
+
"showInfo"?: "time" | "last-updated" | "size" | "uploaded-by" | "all" | "none";
|
|
136
|
+
"size"?: string;
|
|
137
|
+
"type": string;
|
|
138
|
+
"uploadedBy"?: string;
|
|
139
|
+
}
|
|
140
|
+
interface WmFileList {
|
|
141
|
+
"showInfo": "size" | "last-updated" | "uploaded-by" | "all" | "none";
|
|
142
|
+
}
|
|
143
|
+
interface WmFlyout {
|
|
144
|
+
"breadcrumb"?: string;
|
|
145
|
+
"elementToFocus": "primary" | "secondary" | string;
|
|
146
|
+
"eyebrow"?: string;
|
|
147
|
+
"flyoutWidth": string;
|
|
148
|
+
"focusHeading": () => Promise<void>;
|
|
149
|
+
"heading": string;
|
|
150
|
+
"infoText"?: string;
|
|
151
|
+
"open": boolean;
|
|
152
|
+
"primaryText"?: string;
|
|
153
|
+
"secondaryText"?: string;
|
|
154
|
+
"subheading"?: string;
|
|
155
|
+
}
|
|
91
156
|
interface WmInput {
|
|
92
157
|
"characterLimit"?: number;
|
|
93
158
|
"disabled": boolean;
|
|
94
159
|
"errorMessage"?: string;
|
|
95
160
|
"info"?: string;
|
|
161
|
+
"inputWidth": string;
|
|
162
|
+
"isSubmit": boolean;
|
|
96
163
|
"label": string;
|
|
97
164
|
"labelPosition": "top" | "left" | "none";
|
|
165
|
+
"max"?: number;
|
|
166
|
+
"min"?: number;
|
|
98
167
|
"placeholder": string;
|
|
99
|
-
"preventValidation"?: string;
|
|
100
168
|
"requiredField": boolean;
|
|
169
|
+
"step"?: number;
|
|
170
|
+
"symbolAfter"?: string;
|
|
171
|
+
"symbolBefore"?: string;
|
|
172
|
+
"textAfter"?: string;
|
|
173
|
+
"type": "number" | "text";
|
|
101
174
|
"value": string;
|
|
102
175
|
}
|
|
176
|
+
interface WmLineChart {
|
|
177
|
+
"description": string;
|
|
178
|
+
"highlightEnd"?: string;
|
|
179
|
+
"highlightQualifier": string;
|
|
180
|
+
"highlightStart"?: string;
|
|
181
|
+
"label": string;
|
|
182
|
+
"labelWidth": string;
|
|
183
|
+
"lineData": string;
|
|
184
|
+
"showDeltas": boolean;
|
|
185
|
+
"units": string;
|
|
186
|
+
"visibilityToggles": boolean;
|
|
187
|
+
"xAxisLabel": string;
|
|
188
|
+
"yAxisLabel": string;
|
|
189
|
+
"yRange"?: string;
|
|
190
|
+
}
|
|
103
191
|
interface WmMenuitem {
|
|
104
192
|
"description"?: string;
|
|
105
193
|
"disabled": boolean;
|
|
106
|
-
"focused": boolean;
|
|
107
194
|
"icon"?: string;
|
|
108
195
|
}
|
|
109
196
|
interface WmModal {
|
|
110
|
-
"elementToFocus": string;
|
|
197
|
+
"elementToFocus": "primary" | "secondary" | string;
|
|
111
198
|
"emitCloseEvent": () => Promise<void>;
|
|
112
199
|
"emitPrimaryEvent": () => Promise<void>;
|
|
113
200
|
"emitSecondaryEvent": () => Promise<void>;
|
|
114
|
-
"
|
|
115
|
-
"
|
|
201
|
+
"modalType": "modal" | "dialog";
|
|
202
|
+
"open": boolean;
|
|
116
203
|
"uid": string;
|
|
117
204
|
}
|
|
118
205
|
interface WmModalFooter {
|
|
@@ -121,13 +208,42 @@ export namespace Components {
|
|
|
121
208
|
"primaryActionDisabled": boolean;
|
|
122
209
|
"primaryText"?: string;
|
|
123
210
|
"secondaryText"?: string;
|
|
124
|
-
"uid": string;
|
|
125
211
|
}
|
|
126
212
|
interface WmModalHeader {
|
|
127
213
|
"heading"?: string;
|
|
128
214
|
"subheading"?: string;
|
|
215
|
+
}
|
|
216
|
+
interface WmModalPss {
|
|
217
|
+
"elementToFocus": "primary" | "secondary" | string;
|
|
218
|
+
"emitCloseEvent": () => Promise<void>;
|
|
219
|
+
"emitPrimaryEvent": () => Promise<void>;
|
|
220
|
+
"emitSecondaryEvent": () => Promise<void>;
|
|
221
|
+
"modalType": "modal" | "dialog";
|
|
222
|
+
"open": boolean;
|
|
129
223
|
"uid": string;
|
|
130
224
|
}
|
|
225
|
+
interface WmModalPssFooter {
|
|
226
|
+
"deleteStyle": boolean;
|
|
227
|
+
"infoText"?: string;
|
|
228
|
+
"primaryActionDisabled": boolean;
|
|
229
|
+
"primaryText"?: string;
|
|
230
|
+
"secondaryText"?: string;
|
|
231
|
+
}
|
|
232
|
+
interface WmModalPssHeader {
|
|
233
|
+
"heading"?: string;
|
|
234
|
+
"subheading"?: string;
|
|
235
|
+
}
|
|
236
|
+
interface WmNavigation {
|
|
237
|
+
"open": boolean;
|
|
238
|
+
}
|
|
239
|
+
interface WmNavigationHamburger {
|
|
240
|
+
"navId"?: string;
|
|
241
|
+
}
|
|
242
|
+
interface WmNavigationItem {
|
|
243
|
+
"active"?: boolean;
|
|
244
|
+
"href"?: string;
|
|
245
|
+
"text"?: string;
|
|
246
|
+
}
|
|
131
247
|
interface WmNavigator {
|
|
132
248
|
"authType": number;
|
|
133
249
|
"connectionName"?: string;
|
|
@@ -137,20 +253,28 @@ export namespace Components {
|
|
|
137
253
|
"products"?: string | [];
|
|
138
254
|
"userName"?: string;
|
|
139
255
|
}
|
|
140
|
-
interface
|
|
141
|
-
"
|
|
142
|
-
"
|
|
143
|
-
"
|
|
144
|
-
"
|
|
145
|
-
"
|
|
146
|
-
"
|
|
147
|
-
"
|
|
148
|
-
"
|
|
149
|
-
"
|
|
150
|
-
"
|
|
151
|
-
"
|
|
152
|
-
"
|
|
153
|
-
"
|
|
256
|
+
interface WmNestedSelect {
|
|
257
|
+
"allSelectedMessage": string;
|
|
258
|
+
"constrainedMaxHeight": string;
|
|
259
|
+
"disabled": boolean;
|
|
260
|
+
"errorMessage"?: string;
|
|
261
|
+
"label"?: string;
|
|
262
|
+
"labelPosition": "top" | "left" | "none";
|
|
263
|
+
"maxHeight": string;
|
|
264
|
+
"multiple": boolean;
|
|
265
|
+
"placeholder": string;
|
|
266
|
+
"requiredField": boolean;
|
|
267
|
+
"search": boolean;
|
|
268
|
+
"searchPlaceholder": string;
|
|
269
|
+
"selectAll": boolean;
|
|
270
|
+
}
|
|
271
|
+
interface WmOptgroup {
|
|
272
|
+
"disabled": boolean;
|
|
273
|
+
"emitDeselection": () => Promise<void>;
|
|
274
|
+
"handleChildChange": () => Promise<void>;
|
|
275
|
+
"isExpanded": boolean;
|
|
276
|
+
"label": string;
|
|
277
|
+
"multiple": boolean;
|
|
154
278
|
}
|
|
155
279
|
interface WmOption {
|
|
156
280
|
"disabled": boolean;
|
|
@@ -161,11 +285,31 @@ export namespace Components {
|
|
|
161
285
|
}
|
|
162
286
|
interface WmPagination {
|
|
163
287
|
"currentPage": number;
|
|
164
|
-
"
|
|
288
|
+
"isLargeSize": boolean;
|
|
165
289
|
"itemsPerPage"?: number;
|
|
166
290
|
"totalItems"?: number;
|
|
167
291
|
"value": number;
|
|
168
292
|
}
|
|
293
|
+
interface WmProgressIndicator {
|
|
294
|
+
"completionMessage"?: string;
|
|
295
|
+
"label"?: string;
|
|
296
|
+
"printMode": boolean;
|
|
297
|
+
"printModeFormat": "amount" | "percentage";
|
|
298
|
+
"showLegend": boolean;
|
|
299
|
+
"subinfo"?: string;
|
|
300
|
+
}
|
|
301
|
+
interface WmProgressMonitor {
|
|
302
|
+
"barLabelsWidth"?: string;
|
|
303
|
+
"breakpoint"?: number | string;
|
|
304
|
+
"groupLegend"?: string;
|
|
305
|
+
}
|
|
306
|
+
interface WmProgressSlice {
|
|
307
|
+
"amount"?: string;
|
|
308
|
+
"legend"?: string;
|
|
309
|
+
"popoverButtonText"?: string;
|
|
310
|
+
"popoverText"?: string;
|
|
311
|
+
"popoverTitle"?: string;
|
|
312
|
+
}
|
|
169
313
|
interface WmSearch {
|
|
170
314
|
"disabled": boolean;
|
|
171
315
|
/**
|
|
@@ -189,14 +333,16 @@ export namespace Components {
|
|
|
189
333
|
interface WmSelect {
|
|
190
334
|
"allSelectedMessage": string;
|
|
191
335
|
"disabled": boolean;
|
|
192
|
-
"errorMessage"
|
|
193
|
-
"invalid": boolean;
|
|
336
|
+
"errorMessage"?: string;
|
|
194
337
|
"label"?: string;
|
|
195
338
|
"labelPosition": "top" | "left" | "none";
|
|
196
|
-
"maxHeight"
|
|
339
|
+
"maxHeight": string;
|
|
197
340
|
"multiple": boolean;
|
|
198
341
|
"placeholder": string;
|
|
199
342
|
"requiredField": boolean;
|
|
343
|
+
"search": boolean;
|
|
344
|
+
"searchPlaceholder": string;
|
|
345
|
+
"selectAll": boolean;
|
|
200
346
|
}
|
|
201
347
|
interface WmSnackbar {
|
|
202
348
|
"notifications": string;
|
|
@@ -213,10 +359,6 @@ export namespace Components {
|
|
|
213
359
|
"tabId": string;
|
|
214
360
|
}
|
|
215
361
|
interface WmTabList {
|
|
216
|
-
/**
|
|
217
|
-
* Delegates control to the component, which will listen for the tabSelected event, update the display of the tab panels, and update the selected tab on display. When set to false, the app must listen for the event and update the selectedTab attribute. Offers more control for devs, who may want to control when data loads or run other functions when tabs are switched.
|
|
218
|
-
*/
|
|
219
|
-
"controllerEnabled": boolean;
|
|
220
362
|
"customBackground"?: "dark" | "";
|
|
221
363
|
"customPadding"?: string;
|
|
222
364
|
"selectedTab"?: string;
|
|
@@ -234,70 +376,336 @@ export namespace Components {
|
|
|
234
376
|
interface WmTagInput {
|
|
235
377
|
"addNew": boolean;
|
|
236
378
|
"characterLimit": number;
|
|
379
|
+
"colHeaders": string;
|
|
380
|
+
"colWidths"?: string;
|
|
381
|
+
"colWrap"?: string;
|
|
382
|
+
"errorMessage"?: string;
|
|
383
|
+
"helpText"?: string;
|
|
237
384
|
"info"?: string;
|
|
238
385
|
"label": string;
|
|
239
386
|
"labelPosition": "top" | "left" | "none";
|
|
240
|
-
"
|
|
387
|
+
"maxTags"?: number;
|
|
241
388
|
"placeholder"?: string;
|
|
242
|
-
"
|
|
389
|
+
"requiredField": boolean;
|
|
390
|
+
"tagInputType": "dropdown" | "table";
|
|
391
|
+
}
|
|
392
|
+
interface WmTagOption {
|
|
393
|
+
"col1"?: string;
|
|
394
|
+
"col2"?: string;
|
|
395
|
+
"col3"?: string;
|
|
396
|
+
"col4"?: string;
|
|
397
|
+
"emitDeselectedEvent": () => Promise<void>;
|
|
398
|
+
"emitSelectedEvent": () => Promise<void>;
|
|
399
|
+
"locked": boolean;
|
|
400
|
+
"selected": boolean;
|
|
401
|
+
}
|
|
402
|
+
interface WmTextarea {
|
|
403
|
+
"characterLimit"?: number;
|
|
404
|
+
"disabled": boolean;
|
|
405
|
+
"errorMessage"?: string;
|
|
406
|
+
"info"?: string;
|
|
407
|
+
"inputHeight": string;
|
|
408
|
+
"inputWidth": string;
|
|
409
|
+
"label": string;
|
|
410
|
+
"labelPosition": "top" | "left" | "none";
|
|
411
|
+
"placeholder": string;
|
|
412
|
+
"requiredField": boolean;
|
|
413
|
+
"value": string;
|
|
243
414
|
}
|
|
244
415
|
interface WmTimepicker {
|
|
245
416
|
"disabled": boolean;
|
|
246
|
-
"errorMessage"?: string
|
|
417
|
+
"errorMessage"?: string;
|
|
418
|
+
"isValidTime": (input: string) => Promise<boolean>;
|
|
247
419
|
"label": string;
|
|
248
420
|
"labelPosition": "top" | "left" | "none";
|
|
249
|
-
"
|
|
421
|
+
"preselected"?: string;
|
|
422
|
+
"reformatTime": (format: "12" | "24", time: TimeFormat12 | TimeFormat24) => Promise<string>;
|
|
250
423
|
"requiredField": boolean;
|
|
251
424
|
"value": string;
|
|
252
425
|
}
|
|
253
426
|
interface WmToggletip {
|
|
254
427
|
"label"?: string;
|
|
255
|
-
"
|
|
256
|
-
"
|
|
428
|
+
"targetSize": "small" | "large";
|
|
429
|
+
"tooltip": string;
|
|
430
|
+
"tooltipPosition": TooltipPlacement;
|
|
257
431
|
}
|
|
258
432
|
interface WmUploader {
|
|
259
433
|
"buttonText": string;
|
|
260
|
-
"
|
|
434
|
+
"dropArea": "component" | "page";
|
|
435
|
+
"errorMessage"?: string;
|
|
261
436
|
"fileTypes": string;
|
|
262
|
-
"files"?: string;
|
|
263
|
-
"filesToUpload": File[];
|
|
264
437
|
"icon": string;
|
|
265
|
-
"
|
|
438
|
+
"label"?: string;
|
|
266
439
|
"maxFiles"?: number;
|
|
267
|
-
"maxSize"
|
|
268
|
-
"
|
|
269
|
-
"
|
|
270
|
-
"
|
|
440
|
+
"maxSize"?: string;
|
|
441
|
+
"requiredField"?: boolean;
|
|
442
|
+
"showInfo": "size" | "time" | "none";
|
|
443
|
+
"uploaderType": "select" | "drop";
|
|
271
444
|
}
|
|
272
445
|
interface WmWrapper {
|
|
273
446
|
}
|
|
274
447
|
}
|
|
448
|
+
export interface PrivCalendarCustomEvent<T> extends CustomEvent<T> {
|
|
449
|
+
detail: T;
|
|
450
|
+
target: HTMLPrivCalendarElement;
|
|
451
|
+
}
|
|
452
|
+
export interface PrivChartPopoverCustomEvent<T> extends CustomEvent<T> {
|
|
453
|
+
detail: T;
|
|
454
|
+
target: HTMLPrivChartPopoverElement;
|
|
455
|
+
}
|
|
456
|
+
export interface PrivNavigatorButtonCustomEvent<T> extends CustomEvent<T> {
|
|
457
|
+
detail: T;
|
|
458
|
+
target: HTMLPrivNavigatorButtonElement;
|
|
459
|
+
}
|
|
460
|
+
export interface PrivNavigatorItemCustomEvent<T> extends CustomEvent<T> {
|
|
461
|
+
detail: T;
|
|
462
|
+
target: HTMLPrivNavigatorItemElement;
|
|
463
|
+
}
|
|
464
|
+
export interface PrivOptionListCustomEvent<T> extends CustomEvent<T> {
|
|
465
|
+
detail: T;
|
|
466
|
+
target: HTMLPrivOptionListElement;
|
|
467
|
+
}
|
|
468
|
+
export interface WmActionMenuCustomEvent<T> extends CustomEvent<T> {
|
|
469
|
+
detail: T;
|
|
470
|
+
target: HTMLWmActionMenuElement;
|
|
471
|
+
}
|
|
472
|
+
export interface WmChartSliceCustomEvent<T> extends CustomEvent<T> {
|
|
473
|
+
detail: T;
|
|
474
|
+
target: HTMLWmChartSliceElement;
|
|
475
|
+
}
|
|
476
|
+
export interface WmDateRangeCustomEvent<T> extends CustomEvent<T> {
|
|
477
|
+
detail: T;
|
|
478
|
+
target: HTMLWmDateRangeElement;
|
|
479
|
+
}
|
|
480
|
+
export interface WmDatepickerCustomEvent<T> extends CustomEvent<T> {
|
|
481
|
+
detail: T;
|
|
482
|
+
target: HTMLWmDatepickerElement;
|
|
483
|
+
}
|
|
484
|
+
export interface WmFileCustomEvent<T> extends CustomEvent<T> {
|
|
485
|
+
detail: T;
|
|
486
|
+
target: HTMLWmFileElement;
|
|
487
|
+
}
|
|
488
|
+
export interface WmFlyoutCustomEvent<T> extends CustomEvent<T> {
|
|
489
|
+
detail: T;
|
|
490
|
+
target: HTMLWmFlyoutElement;
|
|
491
|
+
}
|
|
492
|
+
export interface WmInputCustomEvent<T> extends CustomEvent<T> {
|
|
493
|
+
detail: T;
|
|
494
|
+
target: HTMLWmInputElement;
|
|
495
|
+
}
|
|
496
|
+
export interface WmMenuitemCustomEvent<T> extends CustomEvent<T> {
|
|
497
|
+
detail: T;
|
|
498
|
+
target: HTMLWmMenuitemElement;
|
|
499
|
+
}
|
|
500
|
+
export interface WmModalCustomEvent<T> extends CustomEvent<T> {
|
|
501
|
+
detail: T;
|
|
502
|
+
target: HTMLWmModalElement;
|
|
503
|
+
}
|
|
504
|
+
export interface WmModalPssCustomEvent<T> extends CustomEvent<T> {
|
|
505
|
+
detail: T;
|
|
506
|
+
target: HTMLWmModalPssElement;
|
|
507
|
+
}
|
|
508
|
+
export interface WmNavigationCustomEvent<T> extends CustomEvent<T> {
|
|
509
|
+
detail: T;
|
|
510
|
+
target: HTMLWmNavigationElement;
|
|
511
|
+
}
|
|
512
|
+
export interface WmNavigationHamburgerCustomEvent<T> extends CustomEvent<T> {
|
|
513
|
+
detail: T;
|
|
514
|
+
target: HTMLWmNavigationHamburgerElement;
|
|
515
|
+
}
|
|
516
|
+
export interface WmNavigationItemCustomEvent<T> extends CustomEvent<T> {
|
|
517
|
+
detail: T;
|
|
518
|
+
target: HTMLWmNavigationItemElement;
|
|
519
|
+
}
|
|
520
|
+
export interface WmNavigatorCustomEvent<T> extends CustomEvent<T> {
|
|
521
|
+
detail: T;
|
|
522
|
+
target: HTMLWmNavigatorElement;
|
|
523
|
+
}
|
|
524
|
+
export interface WmNestedSelectCustomEvent<T> extends CustomEvent<T> {
|
|
525
|
+
detail: T;
|
|
526
|
+
target: HTMLWmNestedSelectElement;
|
|
527
|
+
}
|
|
528
|
+
export interface WmOptgroupCustomEvent<T> extends CustomEvent<T> {
|
|
529
|
+
detail: T;
|
|
530
|
+
target: HTMLWmOptgroupElement;
|
|
531
|
+
}
|
|
532
|
+
export interface WmOptionCustomEvent<T> extends CustomEvent<T> {
|
|
533
|
+
detail: T;
|
|
534
|
+
target: HTMLWmOptionElement;
|
|
535
|
+
}
|
|
536
|
+
export interface WmPaginationCustomEvent<T> extends CustomEvent<T> {
|
|
537
|
+
detail: T;
|
|
538
|
+
target: HTMLWmPaginationElement;
|
|
539
|
+
}
|
|
540
|
+
export interface WmProgressMonitorCustomEvent<T> extends CustomEvent<T> {
|
|
541
|
+
detail: T;
|
|
542
|
+
target: HTMLWmProgressMonitorElement;
|
|
543
|
+
}
|
|
544
|
+
export interface WmProgressSliceCustomEvent<T> extends CustomEvent<T> {
|
|
545
|
+
detail: T;
|
|
546
|
+
target: HTMLWmProgressSliceElement;
|
|
547
|
+
}
|
|
548
|
+
export interface WmSearchCustomEvent<T> extends CustomEvent<T> {
|
|
549
|
+
detail: T;
|
|
550
|
+
target: HTMLWmSearchElement;
|
|
551
|
+
}
|
|
552
|
+
export interface WmSelectCustomEvent<T> extends CustomEvent<T> {
|
|
553
|
+
detail: T;
|
|
554
|
+
target: HTMLWmSelectElement;
|
|
555
|
+
}
|
|
556
|
+
export interface WmSnackbarCustomEvent<T> extends CustomEvent<T> {
|
|
557
|
+
detail: T;
|
|
558
|
+
target: HTMLWmSnackbarElement;
|
|
559
|
+
}
|
|
560
|
+
export interface WmTabItemCustomEvent<T> extends CustomEvent<T> {
|
|
561
|
+
detail: T;
|
|
562
|
+
target: HTMLWmTabItemElement;
|
|
563
|
+
}
|
|
564
|
+
export interface WmTabListCustomEvent<T> extends CustomEvent<T> {
|
|
565
|
+
detail: T;
|
|
566
|
+
target: HTMLWmTabListElement;
|
|
567
|
+
}
|
|
568
|
+
export interface WmTabPanelCustomEvent<T> extends CustomEvent<T> {
|
|
569
|
+
detail: T;
|
|
570
|
+
target: HTMLWmTabPanelElement;
|
|
571
|
+
}
|
|
572
|
+
export interface WmTagInputCustomEvent<T> extends CustomEvent<T> {
|
|
573
|
+
detail: T;
|
|
574
|
+
target: HTMLWmTagInputElement;
|
|
575
|
+
}
|
|
576
|
+
export interface WmTagOptionCustomEvent<T> extends CustomEvent<T> {
|
|
577
|
+
detail: T;
|
|
578
|
+
target: HTMLWmTagOptionElement;
|
|
579
|
+
}
|
|
580
|
+
export interface WmTextareaCustomEvent<T> extends CustomEvent<T> {
|
|
581
|
+
detail: T;
|
|
582
|
+
target: HTMLWmTextareaElement;
|
|
583
|
+
}
|
|
584
|
+
export interface WmTimepickerCustomEvent<T> extends CustomEvent<T> {
|
|
585
|
+
detail: T;
|
|
586
|
+
target: HTMLWmTimepickerElement;
|
|
587
|
+
}
|
|
588
|
+
export interface WmUploaderCustomEvent<T> extends CustomEvent<T> {
|
|
589
|
+
detail: T;
|
|
590
|
+
target: HTMLWmUploaderElement;
|
|
591
|
+
}
|
|
592
|
+
export interface WmWrapperCustomEvent<T> extends CustomEvent<T> {
|
|
593
|
+
detail: T;
|
|
594
|
+
target: HTMLWmWrapperElement;
|
|
595
|
+
}
|
|
275
596
|
declare global {
|
|
597
|
+
interface HTMLPrivCalendarElementEventMap {
|
|
598
|
+
"cellTriggered": { cal: HTMLPrivCalendarElement; cell: HTMLElement };
|
|
599
|
+
"cellHovered": string;
|
|
600
|
+
"outOfCal": string;
|
|
601
|
+
"popupBlurred": { relatedTarget: EventTarget | null };
|
|
602
|
+
"dateFocus": any;
|
|
603
|
+
}
|
|
604
|
+
interface HTMLPrivCalendarElement extends Components.PrivCalendar, HTMLStencilElement {
|
|
605
|
+
addEventListener<K extends keyof HTMLPrivCalendarElementEventMap>(type: K, listener: (this: HTMLPrivCalendarElement, ev: PrivCalendarCustomEvent<HTMLPrivCalendarElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
606
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
607
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
608
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
609
|
+
removeEventListener<K extends keyof HTMLPrivCalendarElementEventMap>(type: K, listener: (this: HTMLPrivCalendarElement, ev: PrivCalendarCustomEvent<HTMLPrivCalendarElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
610
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
611
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
612
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
613
|
+
}
|
|
614
|
+
var HTMLPrivCalendarElement: {
|
|
615
|
+
prototype: HTMLPrivCalendarElement;
|
|
616
|
+
new (): HTMLPrivCalendarElement;
|
|
617
|
+
};
|
|
618
|
+
interface HTMLPrivChartPopoverElementEventMap {
|
|
619
|
+
"wmChartPopoverButtonTriggered": HTMLWmChartSliceElement;
|
|
620
|
+
"wmProgressIndicatorButtonTriggered": HTMLWmProgressSliceElement;
|
|
621
|
+
"intChartPopoverOpenChanged": boolean;
|
|
622
|
+
}
|
|
276
623
|
interface HTMLPrivChartPopoverElement extends Components.PrivChartPopover, HTMLStencilElement {
|
|
624
|
+
addEventListener<K extends keyof HTMLPrivChartPopoverElementEventMap>(type: K, listener: (this: HTMLPrivChartPopoverElement, ev: PrivChartPopoverCustomEvent<HTMLPrivChartPopoverElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
625
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
626
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
627
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
628
|
+
removeEventListener<K extends keyof HTMLPrivChartPopoverElementEventMap>(type: K, listener: (this: HTMLPrivChartPopoverElement, ev: PrivChartPopoverCustomEvent<HTMLPrivChartPopoverElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
629
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
630
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
631
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
277
632
|
}
|
|
278
633
|
var HTMLPrivChartPopoverElement: {
|
|
279
634
|
prototype: HTMLPrivChartPopoverElement;
|
|
280
635
|
new (): HTMLPrivChartPopoverElement;
|
|
281
636
|
};
|
|
282
|
-
interface
|
|
637
|
+
interface HTMLPrivNavigatorButtonElementEventMap {
|
|
638
|
+
"buttonActivated": any;
|
|
283
639
|
}
|
|
284
|
-
var HTMLPrivDatepickerElement: {
|
|
285
|
-
prototype: HTMLPrivDatepickerElement;
|
|
286
|
-
new (): HTMLPrivDatepickerElement;
|
|
287
|
-
};
|
|
288
640
|
interface HTMLPrivNavigatorButtonElement extends Components.PrivNavigatorButton, HTMLStencilElement {
|
|
641
|
+
addEventListener<K extends keyof HTMLPrivNavigatorButtonElementEventMap>(type: K, listener: (this: HTMLPrivNavigatorButtonElement, ev: PrivNavigatorButtonCustomEvent<HTMLPrivNavigatorButtonElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
642
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
643
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
644
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
645
|
+
removeEventListener<K extends keyof HTMLPrivNavigatorButtonElementEventMap>(type: K, listener: (this: HTMLPrivNavigatorButtonElement, ev: PrivNavigatorButtonCustomEvent<HTMLPrivNavigatorButtonElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
646
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
647
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
648
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
289
649
|
}
|
|
290
650
|
var HTMLPrivNavigatorButtonElement: {
|
|
291
651
|
prototype: HTMLPrivNavigatorButtonElement;
|
|
292
652
|
new (): HTMLPrivNavigatorButtonElement;
|
|
293
653
|
};
|
|
654
|
+
interface HTMLPrivNavigatorItemElementEventMap {
|
|
655
|
+
"keydownOnNavItem": {
|
|
656
|
+
navItem: HTMLPrivNavigatorItemElement;
|
|
657
|
+
key: string;
|
|
658
|
+
};
|
|
659
|
+
}
|
|
294
660
|
interface HTMLPrivNavigatorItemElement extends Components.PrivNavigatorItem, HTMLStencilElement {
|
|
661
|
+
addEventListener<K extends keyof HTMLPrivNavigatorItemElementEventMap>(type: K, listener: (this: HTMLPrivNavigatorItemElement, ev: PrivNavigatorItemCustomEvent<HTMLPrivNavigatorItemElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
662
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
663
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
664
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
665
|
+
removeEventListener<K extends keyof HTMLPrivNavigatorItemElementEventMap>(type: K, listener: (this: HTMLPrivNavigatorItemElement, ev: PrivNavigatorItemCustomEvent<HTMLPrivNavigatorItemElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
666
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
667
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
668
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
295
669
|
}
|
|
296
670
|
var HTMLPrivNavigatorItemElement: {
|
|
297
671
|
prototype: HTMLPrivNavigatorItemElement;
|
|
298
672
|
new (): HTMLPrivNavigatorItemElement;
|
|
299
673
|
};
|
|
674
|
+
interface HTMLPrivOptionListElementEventMap {
|
|
675
|
+
"optionListSearchChanged": Object;
|
|
676
|
+
"optionListCloseRequested": any;
|
|
677
|
+
"optionListAllSelected": any;
|
|
678
|
+
"optionListAllDeselected": any;
|
|
679
|
+
"wmEscKeyPressed": any;
|
|
680
|
+
"wmKeyLeftPressed": any;
|
|
681
|
+
}
|
|
682
|
+
interface HTMLPrivOptionListElement extends Components.PrivOptionList, HTMLStencilElement {
|
|
683
|
+
addEventListener<K extends keyof HTMLPrivOptionListElementEventMap>(type: K, listener: (this: HTMLPrivOptionListElement, ev: PrivOptionListCustomEvent<HTMLPrivOptionListElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
684
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
685
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
686
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
687
|
+
removeEventListener<K extends keyof HTMLPrivOptionListElementEventMap>(type: K, listener: (this: HTMLPrivOptionListElement, ev: PrivOptionListCustomEvent<HTMLPrivOptionListElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
688
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
689
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
690
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
691
|
+
}
|
|
692
|
+
var HTMLPrivOptionListElement: {
|
|
693
|
+
prototype: HTMLPrivOptionListElement;
|
|
694
|
+
new (): HTMLPrivOptionListElement;
|
|
695
|
+
};
|
|
696
|
+
interface HTMLWmActionMenuElementEventMap {
|
|
697
|
+
"wmActionMenuLoaded": any;
|
|
698
|
+
"menuLoaded": any;
|
|
699
|
+
}
|
|
300
700
|
interface HTMLWmActionMenuElement extends Components.WmActionMenu, HTMLStencilElement {
|
|
701
|
+
addEventListener<K extends keyof HTMLWmActionMenuElementEventMap>(type: K, listener: (this: HTMLWmActionMenuElement, ev: WmActionMenuCustomEvent<HTMLWmActionMenuElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
702
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
703
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
704
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
705
|
+
removeEventListener<K extends keyof HTMLWmActionMenuElementEventMap>(type: K, listener: (this: HTMLWmActionMenuElement, ev: WmActionMenuCustomEvent<HTMLWmActionMenuElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
706
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
707
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
708
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
301
709
|
}
|
|
302
710
|
var HTMLWmActionMenuElement: {
|
|
303
711
|
prototype: HTMLWmActionMenuElement;
|
|
@@ -315,31 +723,172 @@ declare global {
|
|
|
315
723
|
prototype: HTMLWmChartElement;
|
|
316
724
|
new (): HTMLWmChartElement;
|
|
317
725
|
};
|
|
726
|
+
interface HTMLWmChartSliceElementEventMap {
|
|
727
|
+
"wmChartSliceUpdated": void;
|
|
728
|
+
}
|
|
318
729
|
interface HTMLWmChartSliceElement extends Components.WmChartSlice, HTMLStencilElement {
|
|
730
|
+
addEventListener<K extends keyof HTMLWmChartSliceElementEventMap>(type: K, listener: (this: HTMLWmChartSliceElement, ev: WmChartSliceCustomEvent<HTMLWmChartSliceElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
731
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
732
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
733
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
734
|
+
removeEventListener<K extends keyof HTMLWmChartSliceElementEventMap>(type: K, listener: (this: HTMLWmChartSliceElement, ev: WmChartSliceCustomEvent<HTMLWmChartSliceElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
735
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
736
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
737
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
319
738
|
}
|
|
320
739
|
var HTMLWmChartSliceElement: {
|
|
321
740
|
prototype: HTMLWmChartSliceElement;
|
|
322
741
|
new (): HTMLWmChartSliceElement;
|
|
323
742
|
};
|
|
743
|
+
interface HTMLWmDateRangeElementEventMap {
|
|
744
|
+
"wmRangeSelection": any;
|
|
745
|
+
"wmStartInputBlur": any;
|
|
746
|
+
"wmEndInputBlur": any;
|
|
747
|
+
}
|
|
748
|
+
interface HTMLWmDateRangeElement extends Components.WmDateRange, HTMLStencilElement {
|
|
749
|
+
addEventListener<K extends keyof HTMLWmDateRangeElementEventMap>(type: K, listener: (this: HTMLWmDateRangeElement, ev: WmDateRangeCustomEvent<HTMLWmDateRangeElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
750
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
751
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
752
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
753
|
+
removeEventListener<K extends keyof HTMLWmDateRangeElementEventMap>(type: K, listener: (this: HTMLWmDateRangeElement, ev: WmDateRangeCustomEvent<HTMLWmDateRangeElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
754
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
755
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
756
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
757
|
+
}
|
|
758
|
+
var HTMLWmDateRangeElement: {
|
|
759
|
+
prototype: HTMLWmDateRangeElement;
|
|
760
|
+
new (): HTMLWmDateRangeElement;
|
|
761
|
+
};
|
|
762
|
+
interface HTMLWmDatepickerElementEventMap {
|
|
763
|
+
"wmDatepickerDateSelected": any;
|
|
764
|
+
"wmDatepickerInputBlurred": any;
|
|
765
|
+
}
|
|
324
766
|
interface HTMLWmDatepickerElement extends Components.WmDatepicker, HTMLStencilElement {
|
|
767
|
+
addEventListener<K extends keyof HTMLWmDatepickerElementEventMap>(type: K, listener: (this: HTMLWmDatepickerElement, ev: WmDatepickerCustomEvent<HTMLWmDatepickerElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
768
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
769
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
770
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
771
|
+
removeEventListener<K extends keyof HTMLWmDatepickerElementEventMap>(type: K, listener: (this: HTMLWmDatepickerElement, ev: WmDatepickerCustomEvent<HTMLWmDatepickerElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
772
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
773
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
774
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
325
775
|
}
|
|
326
776
|
var HTMLWmDatepickerElement: {
|
|
327
777
|
prototype: HTMLWmDatepickerElement;
|
|
328
778
|
new (): HTMLWmDatepickerElement;
|
|
329
779
|
};
|
|
780
|
+
interface HTMLWmFileElementEventMap {
|
|
781
|
+
"wmFilePreview": any;
|
|
782
|
+
"wmFileDownload": any;
|
|
783
|
+
"wmFileDelete": any;
|
|
784
|
+
"wmFileErrorCleared": any;
|
|
785
|
+
}
|
|
786
|
+
interface HTMLWmFileElement extends Components.WmFile, HTMLStencilElement {
|
|
787
|
+
addEventListener<K extends keyof HTMLWmFileElementEventMap>(type: K, listener: (this: HTMLWmFileElement, ev: WmFileCustomEvent<HTMLWmFileElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
788
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
789
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
790
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
791
|
+
removeEventListener<K extends keyof HTMLWmFileElementEventMap>(type: K, listener: (this: HTMLWmFileElement, ev: WmFileCustomEvent<HTMLWmFileElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
792
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
793
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
794
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
795
|
+
}
|
|
796
|
+
var HTMLWmFileElement: {
|
|
797
|
+
prototype: HTMLWmFileElement;
|
|
798
|
+
new (): HTMLWmFileElement;
|
|
799
|
+
};
|
|
800
|
+
interface HTMLWmFileListElement extends Components.WmFileList, HTMLStencilElement {
|
|
801
|
+
}
|
|
802
|
+
var HTMLWmFileListElement: {
|
|
803
|
+
prototype: HTMLWmFileListElement;
|
|
804
|
+
new (): HTMLWmFileListElement;
|
|
805
|
+
};
|
|
806
|
+
interface HTMLWmFlyoutElementEventMap {
|
|
807
|
+
"wmFlyoutCloseTriggered": void;
|
|
808
|
+
"wmFlyoutPrimaryTriggered": void;
|
|
809
|
+
"wmFlyoutSecondaryTriggered": void;
|
|
810
|
+
"wmFlyoutBreadcrumbClicked": { breadcrumb: string; index: number };
|
|
811
|
+
}
|
|
812
|
+
interface HTMLWmFlyoutElement extends Components.WmFlyout, HTMLStencilElement {
|
|
813
|
+
addEventListener<K extends keyof HTMLWmFlyoutElementEventMap>(type: K, listener: (this: HTMLWmFlyoutElement, ev: WmFlyoutCustomEvent<HTMLWmFlyoutElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
814
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
815
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
816
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
817
|
+
removeEventListener<K extends keyof HTMLWmFlyoutElementEventMap>(type: K, listener: (this: HTMLWmFlyoutElement, ev: WmFlyoutCustomEvent<HTMLWmFlyoutElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
818
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
819
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
820
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
821
|
+
}
|
|
822
|
+
var HTMLWmFlyoutElement: {
|
|
823
|
+
prototype: HTMLWmFlyoutElement;
|
|
824
|
+
new (): HTMLWmFlyoutElement;
|
|
825
|
+
};
|
|
826
|
+
interface HTMLWmInputElementEventMap {
|
|
827
|
+
"wmInputValueChanged": { value: string };
|
|
828
|
+
}
|
|
330
829
|
interface HTMLWmInputElement extends Components.WmInput, HTMLStencilElement {
|
|
830
|
+
addEventListener<K extends keyof HTMLWmInputElementEventMap>(type: K, listener: (this: HTMLWmInputElement, ev: WmInputCustomEvent<HTMLWmInputElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
831
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
832
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
833
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
834
|
+
removeEventListener<K extends keyof HTMLWmInputElementEventMap>(type: K, listener: (this: HTMLWmInputElement, ev: WmInputCustomEvent<HTMLWmInputElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
835
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
836
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
837
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
331
838
|
}
|
|
332
839
|
var HTMLWmInputElement: {
|
|
333
840
|
prototype: HTMLWmInputElement;
|
|
334
841
|
new (): HTMLWmInputElement;
|
|
335
842
|
};
|
|
843
|
+
interface HTMLWmLineChartElement extends Components.WmLineChart, HTMLStencilElement {
|
|
844
|
+
}
|
|
845
|
+
var HTMLWmLineChartElement: {
|
|
846
|
+
prototype: HTMLWmLineChartElement;
|
|
847
|
+
new (): HTMLWmLineChartElement;
|
|
848
|
+
};
|
|
849
|
+
interface HTMLWmMenuitemElementEventMap {
|
|
850
|
+
"wmMenuitemClicked": HTMLWmMenuitemElement;
|
|
851
|
+
"wmKeyUpPressed": HTMLWmMenuitemElement;
|
|
852
|
+
"wmKeyDownPressed": HTMLWmMenuitemElement;
|
|
853
|
+
"wmEscKeyPressed": HTMLWmMenuitemElement;
|
|
854
|
+
"wmHomeKeyPressed": HTMLWmMenuitemElement;
|
|
855
|
+
"wmEndKeyPressed": HTMLWmMenuitemElement;
|
|
856
|
+
"wmPageDownItems": HTMLWmMenuitemElement;
|
|
857
|
+
"wmPageUpItems": HTMLWmMenuitemElement;
|
|
858
|
+
"wmTabKeyPressed": HTMLWmMenuitemElement;
|
|
859
|
+
"wmLetterPressed": any;
|
|
860
|
+
"wmMenuitemBlurred": { relatedTarget: EventTarget | null };
|
|
861
|
+
}
|
|
336
862
|
interface HTMLWmMenuitemElement extends Components.WmMenuitem, HTMLStencilElement {
|
|
863
|
+
addEventListener<K extends keyof HTMLWmMenuitemElementEventMap>(type: K, listener: (this: HTMLWmMenuitemElement, ev: WmMenuitemCustomEvent<HTMLWmMenuitemElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
864
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
865
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
866
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
867
|
+
removeEventListener<K extends keyof HTMLWmMenuitemElementEventMap>(type: K, listener: (this: HTMLWmMenuitemElement, ev: WmMenuitemCustomEvent<HTMLWmMenuitemElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
868
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
869
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
870
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
337
871
|
}
|
|
338
872
|
var HTMLWmMenuitemElement: {
|
|
339
873
|
prototype: HTMLWmMenuitemElement;
|
|
340
874
|
new (): HTMLWmMenuitemElement;
|
|
341
875
|
};
|
|
876
|
+
interface HTMLWmModalElementEventMap {
|
|
877
|
+
"focusLastElement": any;
|
|
878
|
+
"focusFirstElement": any;
|
|
879
|
+
"wmModalCloseTriggered": any;
|
|
880
|
+
"wmModalPrimaryTriggered": any;
|
|
881
|
+
"wmModalSecondaryTriggered": any;
|
|
882
|
+
}
|
|
342
883
|
interface HTMLWmModalElement extends Components.WmModal, HTMLStencilElement {
|
|
884
|
+
addEventListener<K extends keyof HTMLWmModalElementEventMap>(type: K, listener: (this: HTMLWmModalElement, ev: WmModalCustomEvent<HTMLWmModalElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
885
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
886
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
887
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
888
|
+
removeEventListener<K extends keyof HTMLWmModalElementEventMap>(type: K, listener: (this: HTMLWmModalElement, ev: WmModalCustomEvent<HTMLWmModalElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
889
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
890
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
891
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
343
892
|
}
|
|
344
893
|
var HTMLWmModalElement: {
|
|
345
894
|
prototype: HTMLWmModalElement;
|
|
@@ -357,73 +906,409 @@ declare global {
|
|
|
357
906
|
prototype: HTMLWmModalHeaderElement;
|
|
358
907
|
new (): HTMLWmModalHeaderElement;
|
|
359
908
|
};
|
|
909
|
+
interface HTMLWmModalPssElementEventMap {
|
|
910
|
+
"focusLastElement": any;
|
|
911
|
+
"focusFirstElement": any;
|
|
912
|
+
"wmModalCloseTriggered": any;
|
|
913
|
+
"wmModalPrimaryTriggered": any;
|
|
914
|
+
"wmModalSecondaryTriggered": any;
|
|
915
|
+
}
|
|
916
|
+
interface HTMLWmModalPssElement extends Components.WmModalPss, HTMLStencilElement {
|
|
917
|
+
addEventListener<K extends keyof HTMLWmModalPssElementEventMap>(type: K, listener: (this: HTMLWmModalPssElement, ev: WmModalPssCustomEvent<HTMLWmModalPssElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
918
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
919
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
920
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
921
|
+
removeEventListener<K extends keyof HTMLWmModalPssElementEventMap>(type: K, listener: (this: HTMLWmModalPssElement, ev: WmModalPssCustomEvent<HTMLWmModalPssElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
922
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
923
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
924
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
925
|
+
}
|
|
926
|
+
var HTMLWmModalPssElement: {
|
|
927
|
+
prototype: HTMLWmModalPssElement;
|
|
928
|
+
new (): HTMLWmModalPssElement;
|
|
929
|
+
};
|
|
930
|
+
interface HTMLWmModalPssFooterElement extends Components.WmModalPssFooter, HTMLStencilElement {
|
|
931
|
+
}
|
|
932
|
+
var HTMLWmModalPssFooterElement: {
|
|
933
|
+
prototype: HTMLWmModalPssFooterElement;
|
|
934
|
+
new (): HTMLWmModalPssFooterElement;
|
|
935
|
+
};
|
|
936
|
+
interface HTMLWmModalPssHeaderElement extends Components.WmModalPssHeader, HTMLStencilElement {
|
|
937
|
+
}
|
|
938
|
+
var HTMLWmModalPssHeaderElement: {
|
|
939
|
+
prototype: HTMLWmModalPssHeaderElement;
|
|
940
|
+
new (): HTMLWmModalPssHeaderElement;
|
|
941
|
+
};
|
|
942
|
+
interface HTMLWmNavigationElementEventMap {
|
|
943
|
+
"wmNavigationStateChanged": any;
|
|
944
|
+
}
|
|
945
|
+
interface HTMLWmNavigationElement extends Components.WmNavigation, HTMLStencilElement {
|
|
946
|
+
addEventListener<K extends keyof HTMLWmNavigationElementEventMap>(type: K, listener: (this: HTMLWmNavigationElement, ev: WmNavigationCustomEvent<HTMLWmNavigationElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
947
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
948
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
949
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
950
|
+
removeEventListener<K extends keyof HTMLWmNavigationElementEventMap>(type: K, listener: (this: HTMLWmNavigationElement, ev: WmNavigationCustomEvent<HTMLWmNavigationElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
951
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
952
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
953
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
954
|
+
}
|
|
955
|
+
var HTMLWmNavigationElement: {
|
|
956
|
+
prototype: HTMLWmNavigationElement;
|
|
957
|
+
new (): HTMLWmNavigationElement;
|
|
958
|
+
};
|
|
959
|
+
interface HTMLWmNavigationHamburgerElementEventMap {
|
|
960
|
+
"wmNavigationHamburgerClicked": any;
|
|
961
|
+
}
|
|
962
|
+
interface HTMLWmNavigationHamburgerElement extends Components.WmNavigationHamburger, HTMLStencilElement {
|
|
963
|
+
addEventListener<K extends keyof HTMLWmNavigationHamburgerElementEventMap>(type: K, listener: (this: HTMLWmNavigationHamburgerElement, ev: WmNavigationHamburgerCustomEvent<HTMLWmNavigationHamburgerElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
964
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
965
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
966
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
967
|
+
removeEventListener<K extends keyof HTMLWmNavigationHamburgerElementEventMap>(type: K, listener: (this: HTMLWmNavigationHamburgerElement, ev: WmNavigationHamburgerCustomEvent<HTMLWmNavigationHamburgerElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
968
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
969
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
970
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
971
|
+
}
|
|
972
|
+
var HTMLWmNavigationHamburgerElement: {
|
|
973
|
+
prototype: HTMLWmNavigationHamburgerElement;
|
|
974
|
+
new (): HTMLWmNavigationHamburgerElement;
|
|
975
|
+
};
|
|
976
|
+
interface HTMLWmNavigationItemElementEventMap {
|
|
977
|
+
"wmNavigationItemClicked": any;
|
|
978
|
+
}
|
|
979
|
+
interface HTMLWmNavigationItemElement extends Components.WmNavigationItem, HTMLStencilElement {
|
|
980
|
+
addEventListener<K extends keyof HTMLWmNavigationItemElementEventMap>(type: K, listener: (this: HTMLWmNavigationItemElement, ev: WmNavigationItemCustomEvent<HTMLWmNavigationItemElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
981
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
982
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
983
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
984
|
+
removeEventListener<K extends keyof HTMLWmNavigationItemElementEventMap>(type: K, listener: (this: HTMLWmNavigationItemElement, ev: WmNavigationItemCustomEvent<HTMLWmNavigationItemElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
985
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
986
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
987
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
988
|
+
}
|
|
989
|
+
var HTMLWmNavigationItemElement: {
|
|
990
|
+
prototype: HTMLWmNavigationItemElement;
|
|
991
|
+
new (): HTMLWmNavigationItemElement;
|
|
992
|
+
};
|
|
993
|
+
interface HTMLWmNavigatorElementEventMap {
|
|
994
|
+
"wmNavigatorLogout": any;
|
|
995
|
+
}
|
|
360
996
|
interface HTMLWmNavigatorElement extends Components.WmNavigator, HTMLStencilElement {
|
|
997
|
+
addEventListener<K extends keyof HTMLWmNavigatorElementEventMap>(type: K, listener: (this: HTMLWmNavigatorElement, ev: WmNavigatorCustomEvent<HTMLWmNavigatorElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
998
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
999
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1000
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1001
|
+
removeEventListener<K extends keyof HTMLWmNavigatorElementEventMap>(type: K, listener: (this: HTMLWmNavigatorElement, ev: WmNavigatorCustomEvent<HTMLWmNavigatorElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1002
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1003
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1004
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
361
1005
|
}
|
|
362
1006
|
var HTMLWmNavigatorElement: {
|
|
363
1007
|
prototype: HTMLWmNavigatorElement;
|
|
364
1008
|
new (): HTMLWmNavigatorElement;
|
|
365
1009
|
};
|
|
366
|
-
interface
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
1010
|
+
interface HTMLWmNestedSelectElementEventMap {
|
|
1011
|
+
"wmNestedSelectBlurred": void;
|
|
1012
|
+
}
|
|
1013
|
+
interface HTMLWmNestedSelectElement extends Components.WmNestedSelect, HTMLStencilElement {
|
|
1014
|
+
addEventListener<K extends keyof HTMLWmNestedSelectElementEventMap>(type: K, listener: (this: HTMLWmNestedSelectElement, ev: WmNestedSelectCustomEvent<HTMLWmNestedSelectElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1015
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1016
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1017
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1018
|
+
removeEventListener<K extends keyof HTMLWmNestedSelectElementEventMap>(type: K, listener: (this: HTMLWmNestedSelectElement, ev: WmNestedSelectCustomEvent<HTMLWmNestedSelectElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1019
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1020
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1021
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1022
|
+
}
|
|
1023
|
+
var HTMLWmNestedSelectElement: {
|
|
1024
|
+
prototype: HTMLWmNestedSelectElement;
|
|
1025
|
+
new (): HTMLWmNestedSelectElement;
|
|
1026
|
+
};
|
|
1027
|
+
interface HTMLWmOptgroupElementEventMap {
|
|
1028
|
+
"wmOptgroupAllSelected": any;
|
|
1029
|
+
"wmOptgroupAllDeselected": any;
|
|
1030
|
+
"optgroupExpanded": any;
|
|
1031
|
+
"optgroupHidden": any;
|
|
1032
|
+
}
|
|
1033
|
+
interface HTMLWmOptgroupElement extends Components.WmOptgroup, HTMLStencilElement {
|
|
1034
|
+
addEventListener<K extends keyof HTMLWmOptgroupElementEventMap>(type: K, listener: (this: HTMLWmOptgroupElement, ev: WmOptgroupCustomEvent<HTMLWmOptgroupElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1035
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1036
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1037
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1038
|
+
removeEventListener<K extends keyof HTMLWmOptgroupElementEventMap>(type: K, listener: (this: HTMLWmOptgroupElement, ev: WmOptgroupCustomEvent<HTMLWmOptgroupElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1039
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1040
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1041
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1042
|
+
}
|
|
1043
|
+
var HTMLWmOptgroupElement: {
|
|
1044
|
+
prototype: HTMLWmOptgroupElement;
|
|
1045
|
+
new (): HTMLWmOptgroupElement;
|
|
371
1046
|
};
|
|
1047
|
+
interface HTMLWmOptionElementEventMap {
|
|
1048
|
+
"wmOptionSelected": HTMLWmOptionElement;
|
|
1049
|
+
"wmOptionDeselected": HTMLWmOptionElement;
|
|
1050
|
+
"intCloneClicked": HTMLWmOptionElement;
|
|
1051
|
+
"wmKeyUpPressed": HTMLWmOptionElement;
|
|
1052
|
+
"wmKeyDownPressed": HTMLWmOptionElement;
|
|
1053
|
+
"wmKeyLeftPressed": any;
|
|
1054
|
+
"wmEscKeyPressed": HTMLWmOptionElement;
|
|
1055
|
+
"wmHomeKeyPressed": HTMLWmOptionElement;
|
|
1056
|
+
"wmEndKeyPressed": HTMLWmOptionElement;
|
|
1057
|
+
"wmEnterKeyPressed": HTMLWmOptionElement;
|
|
1058
|
+
"wmLetterPressed": { optionEl: HTMLElement; letter: string };
|
|
1059
|
+
"wmOptionBlurred": { relatedTarget: EventTarget | null };
|
|
1060
|
+
}
|
|
372
1061
|
interface HTMLWmOptionElement extends Components.WmOption, HTMLStencilElement {
|
|
1062
|
+
addEventListener<K extends keyof HTMLWmOptionElementEventMap>(type: K, listener: (this: HTMLWmOptionElement, ev: WmOptionCustomEvent<HTMLWmOptionElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1063
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1064
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1065
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1066
|
+
removeEventListener<K extends keyof HTMLWmOptionElementEventMap>(type: K, listener: (this: HTMLWmOptionElement, ev: WmOptionCustomEvent<HTMLWmOptionElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1067
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1068
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1069
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
373
1070
|
}
|
|
374
1071
|
var HTMLWmOptionElement: {
|
|
375
1072
|
prototype: HTMLWmOptionElement;
|
|
376
1073
|
new (): HTMLWmOptionElement;
|
|
377
1074
|
};
|
|
1075
|
+
interface HTMLWmPaginationElementEventMap {
|
|
1076
|
+
"wmPaginationPageClicked": string;
|
|
1077
|
+
"focusCurrentPage": any;
|
|
1078
|
+
}
|
|
378
1079
|
interface HTMLWmPaginationElement extends Components.WmPagination, HTMLStencilElement {
|
|
1080
|
+
addEventListener<K extends keyof HTMLWmPaginationElementEventMap>(type: K, listener: (this: HTMLWmPaginationElement, ev: WmPaginationCustomEvent<HTMLWmPaginationElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1081
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1082
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1083
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1084
|
+
removeEventListener<K extends keyof HTMLWmPaginationElementEventMap>(type: K, listener: (this: HTMLWmPaginationElement, ev: WmPaginationCustomEvent<HTMLWmPaginationElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1085
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1086
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1087
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
379
1088
|
}
|
|
380
1089
|
var HTMLWmPaginationElement: {
|
|
381
1090
|
prototype: HTMLWmPaginationElement;
|
|
382
1091
|
new (): HTMLWmPaginationElement;
|
|
383
1092
|
};
|
|
1093
|
+
interface HTMLWmProgressIndicatorElement extends Components.WmProgressIndicator, HTMLStencilElement {
|
|
1094
|
+
}
|
|
1095
|
+
var HTMLWmProgressIndicatorElement: {
|
|
1096
|
+
prototype: HTMLWmProgressIndicatorElement;
|
|
1097
|
+
new (): HTMLWmProgressIndicatorElement;
|
|
1098
|
+
};
|
|
1099
|
+
interface HTMLWmProgressMonitorElementEventMap {
|
|
1100
|
+
"wmProgressMonitorModeChange": any;
|
|
1101
|
+
}
|
|
1102
|
+
interface HTMLWmProgressMonitorElement extends Components.WmProgressMonitor, HTMLStencilElement {
|
|
1103
|
+
addEventListener<K extends keyof HTMLWmProgressMonitorElementEventMap>(type: K, listener: (this: HTMLWmProgressMonitorElement, ev: WmProgressMonitorCustomEvent<HTMLWmProgressMonitorElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1104
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1105
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1106
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1107
|
+
removeEventListener<K extends keyof HTMLWmProgressMonitorElementEventMap>(type: K, listener: (this: HTMLWmProgressMonitorElement, ev: WmProgressMonitorCustomEvent<HTMLWmProgressMonitorElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1108
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1109
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1110
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1111
|
+
}
|
|
1112
|
+
var HTMLWmProgressMonitorElement: {
|
|
1113
|
+
prototype: HTMLWmProgressMonitorElement;
|
|
1114
|
+
new (): HTMLWmProgressMonitorElement;
|
|
1115
|
+
};
|
|
1116
|
+
interface HTMLWmProgressSliceElementEventMap {
|
|
1117
|
+
"wmProgressSliceUpdated": void;
|
|
1118
|
+
}
|
|
1119
|
+
interface HTMLWmProgressSliceElement extends Components.WmProgressSlice, HTMLStencilElement {
|
|
1120
|
+
addEventListener<K extends keyof HTMLWmProgressSliceElementEventMap>(type: K, listener: (this: HTMLWmProgressSliceElement, ev: WmProgressSliceCustomEvent<HTMLWmProgressSliceElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1121
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1122
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1123
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1124
|
+
removeEventListener<K extends keyof HTMLWmProgressSliceElementEventMap>(type: K, listener: (this: HTMLWmProgressSliceElement, ev: WmProgressSliceCustomEvent<HTMLWmProgressSliceElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1125
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1126
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1127
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1128
|
+
}
|
|
1129
|
+
var HTMLWmProgressSliceElement: {
|
|
1130
|
+
prototype: HTMLWmProgressSliceElement;
|
|
1131
|
+
new (): HTMLWmProgressSliceElement;
|
|
1132
|
+
};
|
|
1133
|
+
interface HTMLWmSearchElementEventMap {
|
|
1134
|
+
"wmSearchBrowseResults": { position: number };
|
|
1135
|
+
"wmSearchValueChanged": { value: string };
|
|
1136
|
+
}
|
|
384
1137
|
interface HTMLWmSearchElement extends Components.WmSearch, HTMLStencilElement {
|
|
1138
|
+
addEventListener<K extends keyof HTMLWmSearchElementEventMap>(type: K, listener: (this: HTMLWmSearchElement, ev: WmSearchCustomEvent<HTMLWmSearchElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1139
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1140
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1141
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1142
|
+
removeEventListener<K extends keyof HTMLWmSearchElementEventMap>(type: K, listener: (this: HTMLWmSearchElement, ev: WmSearchCustomEvent<HTMLWmSearchElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1143
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1144
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1145
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
385
1146
|
}
|
|
386
1147
|
var HTMLWmSearchElement: {
|
|
387
1148
|
prototype: HTMLWmSearchElement;
|
|
388
1149
|
new (): HTMLWmSearchElement;
|
|
389
1150
|
};
|
|
1151
|
+
interface HTMLWmSelectElementEventMap {
|
|
1152
|
+
"wmSelectDidLoad": void;
|
|
1153
|
+
"wmSelectBlurred": void;
|
|
1154
|
+
"wmSelectAllSelected": any;
|
|
1155
|
+
"wmSelectAllDeselected": any;
|
|
1156
|
+
}
|
|
390
1157
|
interface HTMLWmSelectElement extends Components.WmSelect, HTMLStencilElement {
|
|
1158
|
+
addEventListener<K extends keyof HTMLWmSelectElementEventMap>(type: K, listener: (this: HTMLWmSelectElement, ev: WmSelectCustomEvent<HTMLWmSelectElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1159
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1160
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1161
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1162
|
+
removeEventListener<K extends keyof HTMLWmSelectElementEventMap>(type: K, listener: (this: HTMLWmSelectElement, ev: WmSelectCustomEvent<HTMLWmSelectElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1163
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1164
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1165
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
391
1166
|
}
|
|
392
1167
|
var HTMLWmSelectElement: {
|
|
393
1168
|
prototype: HTMLWmSelectElement;
|
|
394
1169
|
new (): HTMLWmSelectElement;
|
|
395
1170
|
};
|
|
1171
|
+
interface HTMLWmSnackbarElementEventMap {
|
|
1172
|
+
"wmSnackbarSnackFinished": Object;
|
|
1173
|
+
"wmSnackbarActionTriggered": Object;
|
|
1174
|
+
}
|
|
396
1175
|
interface HTMLWmSnackbarElement extends Components.WmSnackbar, HTMLStencilElement {
|
|
1176
|
+
addEventListener<K extends keyof HTMLWmSnackbarElementEventMap>(type: K, listener: (this: HTMLWmSnackbarElement, ev: WmSnackbarCustomEvent<HTMLWmSnackbarElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1177
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1178
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1179
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1180
|
+
removeEventListener<K extends keyof HTMLWmSnackbarElementEventMap>(type: K, listener: (this: HTMLWmSnackbarElement, ev: WmSnackbarCustomEvent<HTMLWmSnackbarElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1181
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1182
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1183
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
397
1184
|
}
|
|
398
1185
|
var HTMLWmSnackbarElement: {
|
|
399
1186
|
prototype: HTMLWmSnackbarElement;
|
|
400
1187
|
new (): HTMLWmSnackbarElement;
|
|
401
1188
|
};
|
|
1189
|
+
interface HTMLWmTabItemElementEventMap {
|
|
1190
|
+
"wmTabSelected": { tabId: string };
|
|
1191
|
+
"keydownOnTabItem": {
|
|
1192
|
+
tabItem: HTMLWmTabItemElement;
|
|
1193
|
+
key: string;
|
|
1194
|
+
};
|
|
1195
|
+
"tabItemLoaded": { tab: HTMLWmTabItemElement };
|
|
1196
|
+
}
|
|
402
1197
|
interface HTMLWmTabItemElement extends Components.WmTabItem, HTMLStencilElement {
|
|
1198
|
+
addEventListener<K extends keyof HTMLWmTabItemElementEventMap>(type: K, listener: (this: HTMLWmTabItemElement, ev: WmTabItemCustomEvent<HTMLWmTabItemElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1199
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1200
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1201
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1202
|
+
removeEventListener<K extends keyof HTMLWmTabItemElementEventMap>(type: K, listener: (this: HTMLWmTabItemElement, ev: WmTabItemCustomEvent<HTMLWmTabItemElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1203
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1204
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1205
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
403
1206
|
}
|
|
404
1207
|
var HTMLWmTabItemElement: {
|
|
405
1208
|
prototype: HTMLWmTabItemElement;
|
|
406
1209
|
new (): HTMLWmTabItemElement;
|
|
407
1210
|
};
|
|
1211
|
+
interface HTMLWmTabListElementEventMap {
|
|
1212
|
+
"wmTabSelected": { tabId: string };
|
|
1213
|
+
}
|
|
408
1214
|
interface HTMLWmTabListElement extends Components.WmTabList, HTMLStencilElement {
|
|
1215
|
+
addEventListener<K extends keyof HTMLWmTabListElementEventMap>(type: K, listener: (this: HTMLWmTabListElement, ev: WmTabListCustomEvent<HTMLWmTabListElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1216
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1217
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1218
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1219
|
+
removeEventListener<K extends keyof HTMLWmTabListElementEventMap>(type: K, listener: (this: HTMLWmTabListElement, ev: WmTabListCustomEvent<HTMLWmTabListElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1220
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1221
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1222
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
409
1223
|
}
|
|
410
1224
|
var HTMLWmTabListElement: {
|
|
411
1225
|
prototype: HTMLWmTabListElement;
|
|
412
1226
|
new (): HTMLWmTabListElement;
|
|
413
1227
|
};
|
|
1228
|
+
interface HTMLWmTabPanelElementEventMap {
|
|
1229
|
+
"tabPanelLoaded": { tabId: string };
|
|
1230
|
+
}
|
|
414
1231
|
interface HTMLWmTabPanelElement extends Components.WmTabPanel, HTMLStencilElement {
|
|
1232
|
+
addEventListener<K extends keyof HTMLWmTabPanelElementEventMap>(type: K, listener: (this: HTMLWmTabPanelElement, ev: WmTabPanelCustomEvent<HTMLWmTabPanelElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1233
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1234
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1235
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1236
|
+
removeEventListener<K extends keyof HTMLWmTabPanelElementEventMap>(type: K, listener: (this: HTMLWmTabPanelElement, ev: WmTabPanelCustomEvent<HTMLWmTabPanelElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1237
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1238
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1239
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
415
1240
|
}
|
|
416
1241
|
var HTMLWmTabPanelElement: {
|
|
417
1242
|
prototype: HTMLWmTabPanelElement;
|
|
418
1243
|
new (): HTMLWmTabPanelElement;
|
|
419
1244
|
};
|
|
1245
|
+
interface HTMLWmTagInputElementEventMap {
|
|
1246
|
+
"wmTagInputTagAdded": any;
|
|
1247
|
+
}
|
|
420
1248
|
interface HTMLWmTagInputElement extends Components.WmTagInput, HTMLStencilElement {
|
|
1249
|
+
addEventListener<K extends keyof HTMLWmTagInputElementEventMap>(type: K, listener: (this: HTMLWmTagInputElement, ev: WmTagInputCustomEvent<HTMLWmTagInputElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1250
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1251
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1252
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1253
|
+
removeEventListener<K extends keyof HTMLWmTagInputElementEventMap>(type: K, listener: (this: HTMLWmTagInputElement, ev: WmTagInputCustomEvent<HTMLWmTagInputElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1254
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1255
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1256
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
421
1257
|
}
|
|
422
1258
|
var HTMLWmTagInputElement: {
|
|
423
1259
|
prototype: HTMLWmTagInputElement;
|
|
424
1260
|
new (): HTMLWmTagInputElement;
|
|
425
1261
|
};
|
|
1262
|
+
interface HTMLWmTagOptionElementEventMap {
|
|
1263
|
+
"privTagOptionSelected": void;
|
|
1264
|
+
"privTagOptionDeselected": void;
|
|
1265
|
+
"wmTagOptionSelected": any;
|
|
1266
|
+
"wmTagOptionDeselected": any;
|
|
1267
|
+
}
|
|
1268
|
+
interface HTMLWmTagOptionElement extends Components.WmTagOption, HTMLStencilElement {
|
|
1269
|
+
addEventListener<K extends keyof HTMLWmTagOptionElementEventMap>(type: K, listener: (this: HTMLWmTagOptionElement, ev: WmTagOptionCustomEvent<HTMLWmTagOptionElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1270
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1271
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1272
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1273
|
+
removeEventListener<K extends keyof HTMLWmTagOptionElementEventMap>(type: K, listener: (this: HTMLWmTagOptionElement, ev: WmTagOptionCustomEvent<HTMLWmTagOptionElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1274
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1275
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1276
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1277
|
+
}
|
|
1278
|
+
var HTMLWmTagOptionElement: {
|
|
1279
|
+
prototype: HTMLWmTagOptionElement;
|
|
1280
|
+
new (): HTMLWmTagOptionElement;
|
|
1281
|
+
};
|
|
1282
|
+
interface HTMLWmTextareaElementEventMap {
|
|
1283
|
+
"wmTextareaValueChanged": { value: string };
|
|
1284
|
+
}
|
|
1285
|
+
interface HTMLWmTextareaElement extends Components.WmTextarea, HTMLStencilElement {
|
|
1286
|
+
addEventListener<K extends keyof HTMLWmTextareaElementEventMap>(type: K, listener: (this: HTMLWmTextareaElement, ev: WmTextareaCustomEvent<HTMLWmTextareaElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1287
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1288
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1289
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1290
|
+
removeEventListener<K extends keyof HTMLWmTextareaElementEventMap>(type: K, listener: (this: HTMLWmTextareaElement, ev: WmTextareaCustomEvent<HTMLWmTextareaElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1291
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1292
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1293
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1294
|
+
}
|
|
1295
|
+
var HTMLWmTextareaElement: {
|
|
1296
|
+
prototype: HTMLWmTextareaElement;
|
|
1297
|
+
new (): HTMLWmTextareaElement;
|
|
1298
|
+
};
|
|
1299
|
+
interface HTMLWmTimepickerElementEventMap {
|
|
1300
|
+
"wmTimepickerInputBlurred": any;
|
|
1301
|
+
"wmTimepickerTimeSelected": any;
|
|
1302
|
+
}
|
|
426
1303
|
interface HTMLWmTimepickerElement extends Components.WmTimepicker, HTMLStencilElement {
|
|
1304
|
+
addEventListener<K extends keyof HTMLWmTimepickerElementEventMap>(type: K, listener: (this: HTMLWmTimepickerElement, ev: WmTimepickerCustomEvent<HTMLWmTimepickerElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1305
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1306
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1307
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1308
|
+
removeEventListener<K extends keyof HTMLWmTimepickerElementEventMap>(type: K, listener: (this: HTMLWmTimepickerElement, ev: WmTimepickerCustomEvent<HTMLWmTimepickerElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1309
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1310
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1311
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
427
1312
|
}
|
|
428
1313
|
var HTMLWmTimepickerElement: {
|
|
429
1314
|
prototype: HTMLWmTimepickerElement;
|
|
@@ -435,37 +1320,75 @@ declare global {
|
|
|
435
1320
|
prototype: HTMLWmToggletipElement;
|
|
436
1321
|
new (): HTMLWmToggletipElement;
|
|
437
1322
|
};
|
|
1323
|
+
interface HTMLWmUploaderElementEventMap {
|
|
1324
|
+
"wmUploaderFilesSelected": File[];
|
|
1325
|
+
}
|
|
438
1326
|
interface HTMLWmUploaderElement extends Components.WmUploader, HTMLStencilElement {
|
|
1327
|
+
addEventListener<K extends keyof HTMLWmUploaderElementEventMap>(type: K, listener: (this: HTMLWmUploaderElement, ev: WmUploaderCustomEvent<HTMLWmUploaderElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1328
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1329
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1330
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1331
|
+
removeEventListener<K extends keyof HTMLWmUploaderElementEventMap>(type: K, listener: (this: HTMLWmUploaderElement, ev: WmUploaderCustomEvent<HTMLWmUploaderElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1332
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1333
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1334
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
439
1335
|
}
|
|
440
1336
|
var HTMLWmUploaderElement: {
|
|
441
1337
|
prototype: HTMLWmUploaderElement;
|
|
442
1338
|
new (): HTMLWmUploaderElement;
|
|
443
1339
|
};
|
|
1340
|
+
interface HTMLWmWrapperElementEventMap {
|
|
1341
|
+
"wmWrapperLoaded": void;
|
|
1342
|
+
}
|
|
444
1343
|
interface HTMLWmWrapperElement extends Components.WmWrapper, HTMLStencilElement {
|
|
1344
|
+
addEventListener<K extends keyof HTMLWmWrapperElementEventMap>(type: K, listener: (this: HTMLWmWrapperElement, ev: WmWrapperCustomEvent<HTMLWmWrapperElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1345
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1346
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1347
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1348
|
+
removeEventListener<K extends keyof HTMLWmWrapperElementEventMap>(type: K, listener: (this: HTMLWmWrapperElement, ev: WmWrapperCustomEvent<HTMLWmWrapperElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1349
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1350
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1351
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
445
1352
|
}
|
|
446
1353
|
var HTMLWmWrapperElement: {
|
|
447
1354
|
prototype: HTMLWmWrapperElement;
|
|
448
1355
|
new (): HTMLWmWrapperElement;
|
|
449
1356
|
};
|
|
450
1357
|
interface HTMLElementTagNameMap {
|
|
1358
|
+
"priv-calendar": HTMLPrivCalendarElement;
|
|
451
1359
|
"priv-chart-popover": HTMLPrivChartPopoverElement;
|
|
452
|
-
"priv-datepicker": HTMLPrivDatepickerElement;
|
|
453
1360
|
"priv-navigator-button": HTMLPrivNavigatorButtonElement;
|
|
454
1361
|
"priv-navigator-item": HTMLPrivNavigatorItemElement;
|
|
1362
|
+
"priv-option-list": HTMLPrivOptionListElement;
|
|
455
1363
|
"wm-action-menu": HTMLWmActionMenuElement;
|
|
456
1364
|
"wm-button": HTMLWmButtonElement;
|
|
457
1365
|
"wm-chart": HTMLWmChartElement;
|
|
458
1366
|
"wm-chart-slice": HTMLWmChartSliceElement;
|
|
1367
|
+
"wm-date-range": HTMLWmDateRangeElement;
|
|
459
1368
|
"wm-datepicker": HTMLWmDatepickerElement;
|
|
1369
|
+
"wm-file": HTMLWmFileElement;
|
|
1370
|
+
"wm-file-list": HTMLWmFileListElement;
|
|
1371
|
+
"wm-flyout": HTMLWmFlyoutElement;
|
|
460
1372
|
"wm-input": HTMLWmInputElement;
|
|
1373
|
+
"wm-line-chart": HTMLWmLineChartElement;
|
|
461
1374
|
"wm-menuitem": HTMLWmMenuitemElement;
|
|
462
1375
|
"wm-modal": HTMLWmModalElement;
|
|
463
1376
|
"wm-modal-footer": HTMLWmModalFooterElement;
|
|
464
1377
|
"wm-modal-header": HTMLWmModalHeaderElement;
|
|
1378
|
+
"wm-modal-pss": HTMLWmModalPssElement;
|
|
1379
|
+
"wm-modal-pss-footer": HTMLWmModalPssFooterElement;
|
|
1380
|
+
"wm-modal-pss-header": HTMLWmModalPssHeaderElement;
|
|
1381
|
+
"wm-navigation": HTMLWmNavigationElement;
|
|
1382
|
+
"wm-navigation-hamburger": HTMLWmNavigationHamburgerElement;
|
|
1383
|
+
"wm-navigation-item": HTMLWmNavigationItemElement;
|
|
465
1384
|
"wm-navigator": HTMLWmNavigatorElement;
|
|
466
|
-
"wm-
|
|
1385
|
+
"wm-nested-select": HTMLWmNestedSelectElement;
|
|
1386
|
+
"wm-optgroup": HTMLWmOptgroupElement;
|
|
467
1387
|
"wm-option": HTMLWmOptionElement;
|
|
468
1388
|
"wm-pagination": HTMLWmPaginationElement;
|
|
1389
|
+
"wm-progress-indicator": HTMLWmProgressIndicatorElement;
|
|
1390
|
+
"wm-progress-monitor": HTMLWmProgressMonitorElement;
|
|
1391
|
+
"wm-progress-slice": HTMLWmProgressSliceElement;
|
|
469
1392
|
"wm-search": HTMLWmSearchElement;
|
|
470
1393
|
"wm-select": HTMLWmSelectElement;
|
|
471
1394
|
"wm-snackbar": HTMLWmSnackbarElement;
|
|
@@ -473,6 +1396,8 @@ declare global {
|
|
|
473
1396
|
"wm-tab-list": HTMLWmTabListElement;
|
|
474
1397
|
"wm-tab-panel": HTMLWmTabPanelElement;
|
|
475
1398
|
"wm-tag-input": HTMLWmTagInputElement;
|
|
1399
|
+
"wm-tag-option": HTMLWmTagOptionElement;
|
|
1400
|
+
"wm-textarea": HTMLWmTextareaElement;
|
|
476
1401
|
"wm-timepicker": HTMLWmTimepickerElement;
|
|
477
1402
|
"wm-toggletip": HTMLWmToggletipElement;
|
|
478
1403
|
"wm-uploader": HTMLWmUploaderElement;
|
|
@@ -480,52 +1405,63 @@ declare global {
|
|
|
480
1405
|
}
|
|
481
1406
|
}
|
|
482
1407
|
declare namespace LocalJSX {
|
|
483
|
-
interface
|
|
484
|
-
"buttonText"?: string;
|
|
485
|
-
"coords"?: { x?: number; y?: number };
|
|
486
|
-
"onWmChartPopoverButtonTriggered"?: (event: CustomEvent<HTMLWmChartSliceElement>) => void;
|
|
487
|
-
"open"?: boolean;
|
|
488
|
-
"popoverText"?: string;
|
|
489
|
-
"popoverTitle"?: string;
|
|
490
|
-
"sliceRef"?: HTMLWmChartSliceElement;
|
|
491
|
-
}
|
|
492
|
-
interface PrivDatepicker {
|
|
493
|
-
"date"?: Date;
|
|
494
|
-
"dayInFocus"?: number;
|
|
1408
|
+
interface PrivCalendar {
|
|
495
1409
|
"disabled"?: boolean;
|
|
496
|
-
"
|
|
497
|
-
"
|
|
498
|
-
"
|
|
499
|
-
"
|
|
500
|
-
"
|
|
501
|
-
"
|
|
502
|
-
"
|
|
503
|
-
"
|
|
504
|
-
"
|
|
1410
|
+
"endDate"?: string;
|
|
1411
|
+
"focusDate"?: string;
|
|
1412
|
+
"hoverDate"?: string;
|
|
1413
|
+
"onCellHovered"?: (event: PrivCalendarCustomEvent<string>) => void;
|
|
1414
|
+
"onCellTriggered"?: (event: PrivCalendarCustomEvent<{ cal: HTMLPrivCalendarElement; cell: HTMLElement }>) => void;
|
|
1415
|
+
"onDateFocus"?: (event: PrivCalendarCustomEvent<any>) => void;
|
|
1416
|
+
"onOutOfCal"?: (event: PrivCalendarCustomEvent<string>) => void;
|
|
1417
|
+
"onPopupBlurred"?: (event: PrivCalendarCustomEvent<{ relatedTarget: EventTarget | null }>) => void;
|
|
1418
|
+
"startDate"?: string;
|
|
505
1419
|
"view"?: string;
|
|
506
|
-
|
|
1420
|
+
}
|
|
1421
|
+
interface PrivChartPopover {
|
|
1422
|
+
"onIntChartPopoverOpenChanged"?: (event: PrivChartPopoverCustomEvent<boolean>) => void;
|
|
1423
|
+
"onWmChartPopoverButtonTriggered"?: (event: PrivChartPopoverCustomEvent<HTMLWmChartSliceElement>) => void;
|
|
1424
|
+
"onWmProgressIndicatorButtonTriggered"?: (event: PrivChartPopoverCustomEvent<HTMLWmProgressSliceElement>) => void;
|
|
1425
|
+
"open"?: boolean;
|
|
1426
|
+
"sliceDetails"?: SliceDetails;
|
|
507
1427
|
}
|
|
508
1428
|
interface PrivNavigatorButton {
|
|
509
1429
|
"altText"?: string;
|
|
510
1430
|
"expanded"?: boolean;
|
|
511
|
-
"
|
|
512
|
-
"onButtonActivated"?: (event: CustomEvent<any>) => void;
|
|
1431
|
+
"onButtonActivated"?: (event: PrivNavigatorButtonCustomEvent<any>) => void;
|
|
513
1432
|
}
|
|
514
1433
|
interface PrivNavigatorItem {
|
|
515
1434
|
"focused"?: boolean;
|
|
516
1435
|
"link"?: string;
|
|
517
|
-
"onKeydownOnNavItem"?: (event:
|
|
1436
|
+
"onKeydownOnNavItem"?: (event: PrivNavigatorItemCustomEvent<{
|
|
518
1437
|
navItem: HTMLPrivNavigatorItemElement;
|
|
519
1438
|
key: string;
|
|
520
1439
|
}>) => void;
|
|
521
1440
|
"selected"?: boolean;
|
|
522
1441
|
}
|
|
1442
|
+
interface PrivOptionList {
|
|
1443
|
+
"maxHeight": string;
|
|
1444
|
+
"multiple"?: boolean;
|
|
1445
|
+
"onOptionListAllDeselected"?: (event: PrivOptionListCustomEvent<any>) => void;
|
|
1446
|
+
"onOptionListAllSelected"?: (event: PrivOptionListCustomEvent<any>) => void;
|
|
1447
|
+
"onOptionListCloseRequested"?: (event: PrivOptionListCustomEvent<any>) => void;
|
|
1448
|
+
"onOptionListSearchChanged"?: (event: PrivOptionListCustomEvent<Object>) => void;
|
|
1449
|
+
"onWmEscKeyPressed"?: (event: PrivOptionListCustomEvent<any>) => void;
|
|
1450
|
+
"onWmKeyLeftPressed"?: (event: PrivOptionListCustomEvent<any>) => void;
|
|
1451
|
+
"optgroupLabel"?: string;
|
|
1452
|
+
"search"?: boolean;
|
|
1453
|
+
"searchPlaceholder"?: string;
|
|
1454
|
+
"selectAll"?: boolean;
|
|
1455
|
+
"upwardsHeightLimit"?: number | null;
|
|
1456
|
+
}
|
|
523
1457
|
interface WmActionMenu {
|
|
1458
|
+
"actionMenuType"?: "icon" | "text" | "selector" | "selector-primary";
|
|
524
1459
|
"buttonText"?: string;
|
|
525
|
-
"
|
|
1460
|
+
"darkMode"?: boolean;
|
|
526
1461
|
"disabled"?: boolean;
|
|
527
1462
|
"labelForIdenticalButtons"?: string;
|
|
528
|
-
"onMenuLoaded"?: (event:
|
|
1463
|
+
"onMenuLoaded"?: (event: WmActionMenuCustomEvent<any>) => void;
|
|
1464
|
+
"onWmActionMenuLoaded"?: (event: WmActionMenuCustomEvent<any>) => void;
|
|
529
1465
|
"tooltip"?: string;
|
|
530
1466
|
"tooltipPosition"?: | "top"
|
|
531
1467
|
| "bottom"
|
|
@@ -537,30 +1473,57 @@ declare namespace LocalJSX {
|
|
|
537
1473
|
| "top-left";
|
|
538
1474
|
}
|
|
539
1475
|
interface WmButton {
|
|
540
|
-
"
|
|
1476
|
+
"buttonType"?: validButtonTypes;
|
|
541
1477
|
"customBackground"?: string;
|
|
542
1478
|
"disabled"?: boolean;
|
|
543
1479
|
"icon"?: string;
|
|
1480
|
+
"iconFlip"?: "horizontal" | "vertical";
|
|
1481
|
+
"iconRotate"?: number;
|
|
544
1482
|
"iconSize"?: string;
|
|
1483
|
+
"isSubmit"?: boolean;
|
|
545
1484
|
"labelForIdenticalButtons"?: string;
|
|
546
1485
|
"permanentlyDelete"?: boolean;
|
|
547
1486
|
"textWrap"?: boolean;
|
|
548
1487
|
"tooltip"?: string;
|
|
549
|
-
"tooltipPosition"?:
|
|
1488
|
+
"tooltipPosition"?: TooltipPlacement;
|
|
550
1489
|
}
|
|
551
1490
|
interface WmChart {
|
|
552
|
-
"chartType"?:
|
|
553
|
-
"completionMessage"?: string;
|
|
1491
|
+
"chartType"?: ChartType;
|
|
554
1492
|
"label"?: string;
|
|
1493
|
+
"labelPosition"?: "left" | "top" | "none";
|
|
1494
|
+
"labelWidth"?: string;
|
|
555
1495
|
"notStartedColor"?: boolean;
|
|
1496
|
+
"printMode"?: boolean;
|
|
1497
|
+
"printModeFormat"?: "percentage" | "amount";
|
|
1498
|
+
"showBarLegend"?: boolean;
|
|
1499
|
+
"showGrid"?: boolean;
|
|
556
1500
|
"showLegend"?: boolean;
|
|
557
|
-
"showValues"?: "percentage" | "amount";
|
|
558
1501
|
"subinfo"?: string;
|
|
1502
|
+
"valueFormat"?: "percentage" | "amount" | "none";
|
|
559
1503
|
}
|
|
560
1504
|
interface WmChartSlice {
|
|
561
1505
|
"amount"?: string;
|
|
562
1506
|
"legend"?: string;
|
|
563
|
-
"onWmChartSliceUpdated"?: (event:
|
|
1507
|
+
"onWmChartSliceUpdated"?: (event: WmChartSliceCustomEvent<void>) => void;
|
|
1508
|
+
"popoverButtonText"?: string;
|
|
1509
|
+
"popoverText"?: string;
|
|
1510
|
+
"popoverTitle"?: string;
|
|
1511
|
+
}
|
|
1512
|
+
interface WmDateRange {
|
|
1513
|
+
"dateFormat"?: string;
|
|
1514
|
+
"disabled"?: boolean;
|
|
1515
|
+
"errorMessage"?: string;
|
|
1516
|
+
"invalidEnd"?: boolean;
|
|
1517
|
+
"invalidStart"?: boolean;
|
|
1518
|
+
"labelEnd"?: string;
|
|
1519
|
+
"labelStart"?: string;
|
|
1520
|
+
"onWmEndInputBlur"?: (event: WmDateRangeCustomEvent<any>) => void;
|
|
1521
|
+
"onWmRangeSelection"?: (event: WmDateRangeCustomEvent<any>) => void;
|
|
1522
|
+
"onWmStartInputBlur"?: (event: WmDateRangeCustomEvent<any>) => void;
|
|
1523
|
+
"preselected"?: string;
|
|
1524
|
+
"requiredField"?: boolean;
|
|
1525
|
+
"valueEnd"?: string;
|
|
1526
|
+
"valueStart"?: string;
|
|
564
1527
|
}
|
|
565
1528
|
interface WmDatepicker {
|
|
566
1529
|
"dateFormat"?: string;
|
|
@@ -568,47 +1531,107 @@ declare namespace LocalJSX {
|
|
|
568
1531
|
"errorMessage"?: string;
|
|
569
1532
|
"label"?: string;
|
|
570
1533
|
"labelPosition"?: "top" | "left" | "none";
|
|
571
|
-
"
|
|
1534
|
+
"onWmDatepickerDateSelected"?: (event: WmDatepickerCustomEvent<any>) => void;
|
|
1535
|
+
"onWmDatepickerInputBlurred"?: (event: WmDatepickerCustomEvent<any>) => void;
|
|
1536
|
+
"preselected"?: string;
|
|
572
1537
|
"requiredField"?: boolean;
|
|
573
1538
|
"value"?: string;
|
|
574
1539
|
}
|
|
1540
|
+
interface WmFile {
|
|
1541
|
+
"errorMessage"?: string;
|
|
1542
|
+
"fileActions"?: string;
|
|
1543
|
+
"lastUpdated"?: string;
|
|
1544
|
+
"name": string;
|
|
1545
|
+
"onWmFileDelete"?: (event: WmFileCustomEvent<any>) => void;
|
|
1546
|
+
"onWmFileDownload"?: (event: WmFileCustomEvent<any>) => void;
|
|
1547
|
+
"onWmFileErrorCleared"?: (event: WmFileCustomEvent<any>) => void;
|
|
1548
|
+
"onWmFilePreview"?: (event: WmFileCustomEvent<any>) => void;
|
|
1549
|
+
"progress"?: number;
|
|
1550
|
+
"showInfo"?: "time" | "last-updated" | "size" | "uploaded-by" | "all" | "none";
|
|
1551
|
+
"size"?: string;
|
|
1552
|
+
"type": string;
|
|
1553
|
+
"uploadedBy"?: string;
|
|
1554
|
+
}
|
|
1555
|
+
interface WmFileList {
|
|
1556
|
+
"showInfo"?: "size" | "last-updated" | "uploaded-by" | "all" | "none";
|
|
1557
|
+
}
|
|
1558
|
+
interface WmFlyout {
|
|
1559
|
+
"breadcrumb"?: string;
|
|
1560
|
+
"elementToFocus"?: "primary" | "secondary" | string;
|
|
1561
|
+
"eyebrow"?: string;
|
|
1562
|
+
"flyoutWidth"?: string;
|
|
1563
|
+
"heading": string;
|
|
1564
|
+
"infoText"?: string;
|
|
1565
|
+
"onWmFlyoutBreadcrumbClicked"?: (event: WmFlyoutCustomEvent<{ breadcrumb: string; index: number }>) => void;
|
|
1566
|
+
"onWmFlyoutCloseTriggered"?: (event: WmFlyoutCustomEvent<void>) => void;
|
|
1567
|
+
"onWmFlyoutPrimaryTriggered"?: (event: WmFlyoutCustomEvent<void>) => void;
|
|
1568
|
+
"onWmFlyoutSecondaryTriggered"?: (event: WmFlyoutCustomEvent<void>) => void;
|
|
1569
|
+
"open"?: boolean;
|
|
1570
|
+
"primaryText"?: string;
|
|
1571
|
+
"secondaryText"?: string;
|
|
1572
|
+
"subheading"?: string;
|
|
1573
|
+
}
|
|
575
1574
|
interface WmInput {
|
|
576
1575
|
"characterLimit"?: number;
|
|
577
1576
|
"disabled"?: boolean;
|
|
578
1577
|
"errorMessage"?: string;
|
|
579
1578
|
"info"?: string;
|
|
1579
|
+
"inputWidth"?: string;
|
|
1580
|
+
"isSubmit"?: boolean;
|
|
580
1581
|
"label": string;
|
|
581
1582
|
"labelPosition"?: "top" | "left" | "none";
|
|
1583
|
+
"max"?: number;
|
|
1584
|
+
"min"?: number;
|
|
1585
|
+
"onWmInputValueChanged"?: (event: WmInputCustomEvent<{ value: string }>) => void;
|
|
582
1586
|
"placeholder"?: string;
|
|
583
|
-
"preventValidation"?: string;
|
|
584
1587
|
"requiredField"?: boolean;
|
|
1588
|
+
"step"?: number;
|
|
1589
|
+
"symbolAfter"?: string;
|
|
1590
|
+
"symbolBefore"?: string;
|
|
1591
|
+
"textAfter"?: string;
|
|
1592
|
+
"type"?: "number" | "text";
|
|
585
1593
|
"value"?: string;
|
|
586
1594
|
}
|
|
1595
|
+
interface WmLineChart {
|
|
1596
|
+
"description"?: string;
|
|
1597
|
+
"highlightEnd"?: string;
|
|
1598
|
+
"highlightQualifier"?: string;
|
|
1599
|
+
"highlightStart"?: string;
|
|
1600
|
+
"label": string;
|
|
1601
|
+
"labelWidth"?: string;
|
|
1602
|
+
"lineData": string;
|
|
1603
|
+
"showDeltas"?: boolean;
|
|
1604
|
+
"units"?: string;
|
|
1605
|
+
"visibilityToggles"?: boolean;
|
|
1606
|
+
"xAxisLabel": string;
|
|
1607
|
+
"yAxisLabel": string;
|
|
1608
|
+
"yRange"?: string;
|
|
1609
|
+
}
|
|
587
1610
|
interface WmMenuitem {
|
|
588
1611
|
"description"?: string;
|
|
589
1612
|
"disabled"?: boolean;
|
|
590
|
-
"focused"?: boolean;
|
|
591
1613
|
"icon"?: string;
|
|
592
|
-
"onWmEndKeyPressed"?: (event:
|
|
593
|
-
"onWmEscKeyPressed"?: (event:
|
|
594
|
-
"onWmHomeKeyPressed"?: (event:
|
|
595
|
-
"onWmKeyDownPressed"?: (event:
|
|
596
|
-
"onWmKeyUpPressed"?: (event:
|
|
597
|
-
"onWmLetterPressed"?: (event:
|
|
598
|
-
"
|
|
599
|
-
"
|
|
600
|
-
"
|
|
601
|
-
"
|
|
1614
|
+
"onWmEndKeyPressed"?: (event: WmMenuitemCustomEvent<HTMLWmMenuitemElement>) => void;
|
|
1615
|
+
"onWmEscKeyPressed"?: (event: WmMenuitemCustomEvent<HTMLWmMenuitemElement>) => void;
|
|
1616
|
+
"onWmHomeKeyPressed"?: (event: WmMenuitemCustomEvent<HTMLWmMenuitemElement>) => void;
|
|
1617
|
+
"onWmKeyDownPressed"?: (event: WmMenuitemCustomEvent<HTMLWmMenuitemElement>) => void;
|
|
1618
|
+
"onWmKeyUpPressed"?: (event: WmMenuitemCustomEvent<HTMLWmMenuitemElement>) => void;
|
|
1619
|
+
"onWmLetterPressed"?: (event: WmMenuitemCustomEvent<any>) => void;
|
|
1620
|
+
"onWmMenuitemBlurred"?: (event: WmMenuitemCustomEvent<{ relatedTarget: EventTarget | null }>) => void;
|
|
1621
|
+
"onWmMenuitemClicked"?: (event: WmMenuitemCustomEvent<HTMLWmMenuitemElement>) => void;
|
|
1622
|
+
"onWmPageDownItems"?: (event: WmMenuitemCustomEvent<HTMLWmMenuitemElement>) => void;
|
|
1623
|
+
"onWmPageUpItems"?: (event: WmMenuitemCustomEvent<HTMLWmMenuitemElement>) => void;
|
|
1624
|
+
"onWmTabKeyPressed"?: (event: WmMenuitemCustomEvent<HTMLWmMenuitemElement>) => void;
|
|
602
1625
|
}
|
|
603
1626
|
interface WmModal {
|
|
604
|
-
"elementToFocus"?: string;
|
|
605
|
-
"
|
|
606
|
-
"
|
|
607
|
-
"
|
|
608
|
-
"
|
|
609
|
-
"
|
|
610
|
-
"
|
|
611
|
-
"
|
|
1627
|
+
"elementToFocus"?: "primary" | "secondary" | string;
|
|
1628
|
+
"modalType"?: "modal" | "dialog";
|
|
1629
|
+
"onFocusFirstElement"?: (event: WmModalCustomEvent<any>) => void;
|
|
1630
|
+
"onFocusLastElement"?: (event: WmModalCustomEvent<any>) => void;
|
|
1631
|
+
"onWmModalCloseTriggered"?: (event: WmModalCustomEvent<any>) => void;
|
|
1632
|
+
"onWmModalPrimaryTriggered"?: (event: WmModalCustomEvent<any>) => void;
|
|
1633
|
+
"onWmModalSecondaryTriggered"?: (event: WmModalCustomEvent<any>) => void;
|
|
1634
|
+
"open"?: boolean;
|
|
612
1635
|
"uid": string;
|
|
613
1636
|
}
|
|
614
1637
|
interface WmModalFooter {
|
|
@@ -617,64 +1640,133 @@ declare namespace LocalJSX {
|
|
|
617
1640
|
"primaryActionDisabled"?: boolean;
|
|
618
1641
|
"primaryText"?: string;
|
|
619
1642
|
"secondaryText"?: string;
|
|
620
|
-
"uid": string;
|
|
621
1643
|
}
|
|
622
1644
|
interface WmModalHeader {
|
|
623
1645
|
"heading"?: string;
|
|
624
1646
|
"subheading"?: string;
|
|
1647
|
+
}
|
|
1648
|
+
interface WmModalPss {
|
|
1649
|
+
"elementToFocus"?: "primary" | "secondary" | string;
|
|
1650
|
+
"modalType"?: "modal" | "dialog";
|
|
1651
|
+
"onFocusFirstElement"?: (event: WmModalPssCustomEvent<any>) => void;
|
|
1652
|
+
"onFocusLastElement"?: (event: WmModalPssCustomEvent<any>) => void;
|
|
1653
|
+
"onWmModalCloseTriggered"?: (event: WmModalPssCustomEvent<any>) => void;
|
|
1654
|
+
"onWmModalPrimaryTriggered"?: (event: WmModalPssCustomEvent<any>) => void;
|
|
1655
|
+
"onWmModalSecondaryTriggered"?: (event: WmModalPssCustomEvent<any>) => void;
|
|
1656
|
+
"open"?: boolean;
|
|
625
1657
|
"uid": string;
|
|
626
1658
|
}
|
|
1659
|
+
interface WmModalPssFooter {
|
|
1660
|
+
"deleteStyle"?: boolean;
|
|
1661
|
+
"infoText"?: string;
|
|
1662
|
+
"primaryActionDisabled"?: boolean;
|
|
1663
|
+
"primaryText"?: string;
|
|
1664
|
+
"secondaryText"?: string;
|
|
1665
|
+
}
|
|
1666
|
+
interface WmModalPssHeader {
|
|
1667
|
+
"heading"?: string;
|
|
1668
|
+
"subheading"?: string;
|
|
1669
|
+
}
|
|
1670
|
+
interface WmNavigation {
|
|
1671
|
+
"onWmNavigationStateChanged"?: (event: WmNavigationCustomEvent<any>) => void;
|
|
1672
|
+
"open"?: boolean;
|
|
1673
|
+
}
|
|
1674
|
+
interface WmNavigationHamburger {
|
|
1675
|
+
"navId"?: string;
|
|
1676
|
+
"onWmNavigationHamburgerClicked"?: (event: WmNavigationHamburgerCustomEvent<any>) => void;
|
|
1677
|
+
}
|
|
1678
|
+
interface WmNavigationItem {
|
|
1679
|
+
"active"?: boolean;
|
|
1680
|
+
"href"?: string;
|
|
1681
|
+
"onWmNavigationItemClicked"?: (event: WmNavigationItemCustomEvent<any>) => void;
|
|
1682
|
+
"text"?: string;
|
|
1683
|
+
}
|
|
627
1684
|
interface WmNavigator {
|
|
628
1685
|
"authType"?: number;
|
|
629
1686
|
"connectionName"?: string;
|
|
630
1687
|
"email"?: string;
|
|
631
1688
|
"loadFromUserinfo"?: boolean;
|
|
632
1689
|
"logoutUrl"?: string;
|
|
633
|
-
"onWmNavigatorLogout"?: (event:
|
|
1690
|
+
"onWmNavigatorLogout"?: (event: WmNavigatorCustomEvent<any>) => void;
|
|
634
1691
|
"products"?: string | [];
|
|
635
1692
|
"userName"?: string;
|
|
636
1693
|
}
|
|
637
|
-
interface
|
|
638
|
-
"
|
|
639
|
-
"
|
|
640
|
-
"
|
|
641
|
-
"
|
|
642
|
-
"
|
|
643
|
-
"
|
|
644
|
-
"
|
|
645
|
-
"
|
|
646
|
-
"
|
|
647
|
-
"
|
|
648
|
-
"
|
|
649
|
-
"
|
|
650
|
-
"
|
|
651
|
-
"
|
|
1694
|
+
interface WmNestedSelect {
|
|
1695
|
+
"allSelectedMessage"?: string;
|
|
1696
|
+
"constrainedMaxHeight"?: string;
|
|
1697
|
+
"disabled"?: boolean;
|
|
1698
|
+
"errorMessage"?: string;
|
|
1699
|
+
"label"?: string;
|
|
1700
|
+
"labelPosition"?: "top" | "left" | "none";
|
|
1701
|
+
"maxHeight"?: string;
|
|
1702
|
+
"multiple"?: boolean;
|
|
1703
|
+
"onWmNestedSelectBlurred"?: (event: WmNestedSelectCustomEvent<void>) => void;
|
|
1704
|
+
"placeholder"?: string;
|
|
1705
|
+
"requiredField"?: boolean;
|
|
1706
|
+
"search"?: boolean;
|
|
1707
|
+
"searchPlaceholder"?: string;
|
|
1708
|
+
"selectAll"?: boolean;
|
|
1709
|
+
}
|
|
1710
|
+
interface WmOptgroup {
|
|
1711
|
+
"disabled"?: boolean;
|
|
1712
|
+
"isExpanded"?: boolean;
|
|
1713
|
+
"label": string;
|
|
1714
|
+
"multiple"?: boolean;
|
|
1715
|
+
"onOptgroupExpanded"?: (event: WmOptgroupCustomEvent<any>) => void;
|
|
1716
|
+
"onOptgroupHidden"?: (event: WmOptgroupCustomEvent<any>) => void;
|
|
1717
|
+
"onWmOptgroupAllDeselected"?: (event: WmOptgroupCustomEvent<any>) => void;
|
|
1718
|
+
"onWmOptgroupAllSelected"?: (event: WmOptgroupCustomEvent<any>) => void;
|
|
652
1719
|
}
|
|
653
1720
|
interface WmOption {
|
|
654
1721
|
"disabled"?: boolean;
|
|
655
1722
|
"focused"?: boolean;
|
|
656
|
-
"
|
|
657
|
-
"
|
|
658
|
-
"
|
|
659
|
-
"
|
|
660
|
-
"
|
|
661
|
-
"
|
|
662
|
-
"
|
|
663
|
-
"
|
|
664
|
-
"
|
|
1723
|
+
"onIntCloneClicked"?: (event: WmOptionCustomEvent<HTMLWmOptionElement>) => void;
|
|
1724
|
+
"onWmEndKeyPressed"?: (event: WmOptionCustomEvent<HTMLWmOptionElement>) => void;
|
|
1725
|
+
"onWmEnterKeyPressed"?: (event: WmOptionCustomEvent<HTMLWmOptionElement>) => void;
|
|
1726
|
+
"onWmEscKeyPressed"?: (event: WmOptionCustomEvent<HTMLWmOptionElement>) => void;
|
|
1727
|
+
"onWmHomeKeyPressed"?: (event: WmOptionCustomEvent<HTMLWmOptionElement>) => void;
|
|
1728
|
+
"onWmKeyDownPressed"?: (event: WmOptionCustomEvent<HTMLWmOptionElement>) => void;
|
|
1729
|
+
"onWmKeyLeftPressed"?: (event: WmOptionCustomEvent<any>) => void;
|
|
1730
|
+
"onWmKeyUpPressed"?: (event: WmOptionCustomEvent<HTMLWmOptionElement>) => void;
|
|
1731
|
+
"onWmLetterPressed"?: (event: WmOptionCustomEvent<{ optionEl: HTMLElement; letter: string }>) => void;
|
|
1732
|
+
"onWmOptionBlurred"?: (event: WmOptionCustomEvent<{ relatedTarget: EventTarget | null }>) => void;
|
|
1733
|
+
"onWmOptionDeselected"?: (event: WmOptionCustomEvent<HTMLWmOptionElement>) => void;
|
|
1734
|
+
"onWmOptionSelected"?: (event: WmOptionCustomEvent<HTMLWmOptionElement>) => void;
|
|
665
1735
|
"selected"?: boolean;
|
|
666
1736
|
"subinfo"?: string;
|
|
667
1737
|
"value"?: string | null;
|
|
668
1738
|
}
|
|
669
1739
|
interface WmPagination {
|
|
670
1740
|
"currentPage"?: number;
|
|
671
|
-
"
|
|
1741
|
+
"isLargeSize"?: boolean;
|
|
672
1742
|
"itemsPerPage"?: number;
|
|
673
|
-
"onFocusCurrentPage"?: (event:
|
|
674
|
-
"
|
|
1743
|
+
"onFocusCurrentPage"?: (event: WmPaginationCustomEvent<any>) => void;
|
|
1744
|
+
"onWmPaginationPageClicked"?: (event: WmPaginationCustomEvent<string>) => void;
|
|
675
1745
|
"totalItems"?: number;
|
|
676
1746
|
"value"?: number;
|
|
677
1747
|
}
|
|
1748
|
+
interface WmProgressIndicator {
|
|
1749
|
+
"completionMessage"?: string;
|
|
1750
|
+
"label"?: string;
|
|
1751
|
+
"printMode"?: boolean;
|
|
1752
|
+
"printModeFormat"?: "amount" | "percentage";
|
|
1753
|
+
"showLegend"?: boolean;
|
|
1754
|
+
"subinfo"?: string;
|
|
1755
|
+
}
|
|
1756
|
+
interface WmProgressMonitor {
|
|
1757
|
+
"barLabelsWidth"?: string;
|
|
1758
|
+
"breakpoint"?: number | string;
|
|
1759
|
+
"groupLegend"?: string;
|
|
1760
|
+
"onWmProgressMonitorModeChange"?: (event: WmProgressMonitorCustomEvent<any>) => void;
|
|
1761
|
+
}
|
|
1762
|
+
interface WmProgressSlice {
|
|
1763
|
+
"amount"?: string;
|
|
1764
|
+
"legend"?: string;
|
|
1765
|
+
"onWmProgressSliceUpdated"?: (event: WmProgressSliceCustomEvent<void>) => void;
|
|
1766
|
+
"popoverButtonText"?: string;
|
|
1767
|
+
"popoverText"?: string;
|
|
1768
|
+
"popoverTitle"?: string;
|
|
1769
|
+
}
|
|
678
1770
|
interface WmSearch {
|
|
679
1771
|
"disabled"?: boolean;
|
|
680
1772
|
/**
|
|
@@ -687,7 +1779,8 @@ declare namespace LocalJSX {
|
|
|
687
1779
|
/**
|
|
688
1780
|
* Emitted when the buttons in the search-and-find variant are pressed.
|
|
689
1781
|
*/
|
|
690
|
-
"
|
|
1782
|
+
"onWmSearchBrowseResults"?: (event: WmSearchCustomEvent<{ position: number }>) => void;
|
|
1783
|
+
"onWmSearchValueChanged"?: (event: WmSearchCustomEvent<{ value: string }>) => void;
|
|
691
1784
|
/**
|
|
692
1785
|
* Props required for both variants.
|
|
693
1786
|
*/
|
|
@@ -702,28 +1795,32 @@ declare namespace LocalJSX {
|
|
|
702
1795
|
"allSelectedMessage"?: string;
|
|
703
1796
|
"disabled"?: boolean;
|
|
704
1797
|
"errorMessage"?: string;
|
|
705
|
-
"invalid"?: boolean;
|
|
706
1798
|
"label"?: string;
|
|
707
1799
|
"labelPosition"?: "top" | "left" | "none";
|
|
708
1800
|
"maxHeight"?: string;
|
|
709
1801
|
"multiple"?: boolean;
|
|
710
|
-
"
|
|
711
|
-
"
|
|
1802
|
+
"onWmSelectAllDeselected"?: (event: WmSelectCustomEvent<any>) => void;
|
|
1803
|
+
"onWmSelectAllSelected"?: (event: WmSelectCustomEvent<any>) => void;
|
|
1804
|
+
"onWmSelectBlurred"?: (event: WmSelectCustomEvent<void>) => void;
|
|
1805
|
+
"onWmSelectDidLoad"?: (event: WmSelectCustomEvent<void>) => void;
|
|
712
1806
|
"placeholder"?: string;
|
|
713
1807
|
"requiredField"?: boolean;
|
|
1808
|
+
"search"?: boolean;
|
|
1809
|
+
"searchPlaceholder"?: string;
|
|
1810
|
+
"selectAll"?: boolean;
|
|
714
1811
|
}
|
|
715
1812
|
interface WmSnackbar {
|
|
716
1813
|
"notifications"?: string;
|
|
717
|
-
"
|
|
718
|
-
"
|
|
1814
|
+
"onWmSnackbarActionTriggered"?: (event: WmSnackbarCustomEvent<Object>) => void;
|
|
1815
|
+
"onWmSnackbarSnackFinished"?: (event: WmSnackbarCustomEvent<Object>) => void;
|
|
719
1816
|
}
|
|
720
1817
|
interface WmTabItem {
|
|
721
|
-
"onKeydownOnTabItem"?: (event:
|
|
1818
|
+
"onKeydownOnTabItem"?: (event: WmTabItemCustomEvent<{
|
|
722
1819
|
tabItem: HTMLWmTabItemElement;
|
|
723
1820
|
key: string;
|
|
724
1821
|
}>) => void;
|
|
725
|
-
"onTabItemLoaded"?: (event:
|
|
726
|
-
"
|
|
1822
|
+
"onTabItemLoaded"?: (event: WmTabItemCustomEvent<{ tab: HTMLWmTabItemElement }>) => void;
|
|
1823
|
+
"onWmTabSelected"?: (event: WmTabItemCustomEvent<{ tabId: string }>) => void;
|
|
727
1824
|
/**
|
|
728
1825
|
* Indicates whether the tab is currently active
|
|
729
1826
|
*/
|
|
@@ -735,16 +1832,12 @@ declare namespace LocalJSX {
|
|
|
735
1832
|
"tabId"?: string;
|
|
736
1833
|
}
|
|
737
1834
|
interface WmTabList {
|
|
738
|
-
/**
|
|
739
|
-
* Delegates control to the component, which will listen for the tabSelected event, update the display of the tab panels, and update the selected tab on display. When set to false, the app must listen for the event and update the selectedTab attribute. Offers more control for devs, who may want to control when data loads or run other functions when tabs are switched.
|
|
740
|
-
*/
|
|
741
|
-
"controllerEnabled"?: boolean;
|
|
742
1835
|
"customBackground"?: "dark" | "";
|
|
743
1836
|
"customPadding"?: string;
|
|
744
1837
|
/**
|
|
745
1838
|
* Emitted by wm-select options when tabs have the menu format
|
|
746
1839
|
*/
|
|
747
|
-
"
|
|
1840
|
+
"onWmTabSelected"?: (event: WmTabListCustomEvent<{ tabId: string }>) => void;
|
|
748
1841
|
"selectedTab"?: string;
|
|
749
1842
|
}
|
|
750
1843
|
interface WmTabPanel {
|
|
@@ -752,7 +1845,7 @@ declare namespace LocalJSX {
|
|
|
752
1845
|
* Indicates whether the panel should be displayed or not.
|
|
753
1846
|
*/
|
|
754
1847
|
"active"?: boolean;
|
|
755
|
-
"onTabPanelLoaded"?: (event:
|
|
1848
|
+
"onTabPanelLoaded"?: (event: WmTabPanelCustomEvent<{ tabId: string }>) => void;
|
|
756
1849
|
/**
|
|
757
1850
|
* The id of the panel, linked to a tabItem in the tablist.
|
|
758
1851
|
*/
|
|
@@ -761,71 +1854,115 @@ declare namespace LocalJSX {
|
|
|
761
1854
|
interface WmTagInput {
|
|
762
1855
|
"addNew"?: boolean;
|
|
763
1856
|
"characterLimit"?: number;
|
|
1857
|
+
"colHeaders": string;
|
|
1858
|
+
"colWidths"?: string;
|
|
1859
|
+
"colWrap"?: string;
|
|
1860
|
+
"errorMessage"?: string;
|
|
1861
|
+
"helpText"?: string;
|
|
1862
|
+
"info"?: string;
|
|
1863
|
+
"label": string;
|
|
1864
|
+
"labelPosition"?: "top" | "left" | "none";
|
|
1865
|
+
"maxTags"?: number;
|
|
1866
|
+
"onWmTagInputTagAdded"?: (event: WmTagInputCustomEvent<any>) => void;
|
|
1867
|
+
"placeholder"?: string;
|
|
1868
|
+
"requiredField"?: boolean;
|
|
1869
|
+
"tagInputType"?: "dropdown" | "table";
|
|
1870
|
+
}
|
|
1871
|
+
interface WmTagOption {
|
|
1872
|
+
"col1"?: string;
|
|
1873
|
+
"col2"?: string;
|
|
1874
|
+
"col3"?: string;
|
|
1875
|
+
"col4"?: string;
|
|
1876
|
+
"locked"?: boolean;
|
|
1877
|
+
"onPrivTagOptionDeselected"?: (event: WmTagOptionCustomEvent<void>) => void;
|
|
1878
|
+
"onPrivTagOptionSelected"?: (event: WmTagOptionCustomEvent<void>) => void;
|
|
1879
|
+
"onWmTagOptionDeselected"?: (event: WmTagOptionCustomEvent<any>) => void;
|
|
1880
|
+
"onWmTagOptionSelected"?: (event: WmTagOptionCustomEvent<any>) => void;
|
|
1881
|
+
"selected"?: boolean;
|
|
1882
|
+
}
|
|
1883
|
+
interface WmTextarea {
|
|
1884
|
+
"characterLimit"?: number;
|
|
1885
|
+
"disabled"?: boolean;
|
|
1886
|
+
"errorMessage"?: string;
|
|
764
1887
|
"info"?: string;
|
|
1888
|
+
"inputHeight"?: string;
|
|
1889
|
+
"inputWidth"?: string;
|
|
765
1890
|
"label": string;
|
|
766
1891
|
"labelPosition"?: "top" | "left" | "none";
|
|
767
|
-
"
|
|
768
|
-
"options"?: string;
|
|
1892
|
+
"onWmTextareaValueChanged"?: (event: WmTextareaCustomEvent<{ value: string }>) => void;
|
|
769
1893
|
"placeholder"?: string;
|
|
770
|
-
"
|
|
1894
|
+
"requiredField"?: boolean;
|
|
1895
|
+
"value"?: string;
|
|
771
1896
|
}
|
|
772
1897
|
interface WmTimepicker {
|
|
773
1898
|
"disabled"?: boolean;
|
|
774
|
-
"errorMessage"?: string
|
|
1899
|
+
"errorMessage"?: string;
|
|
775
1900
|
"label"?: string;
|
|
776
1901
|
"labelPosition"?: "top" | "left" | "none";
|
|
777
|
-
"
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
}>) => void;
|
|
781
|
-
"preventValidation"?: string;
|
|
1902
|
+
"onWmTimepickerInputBlurred"?: (event: WmTimepickerCustomEvent<any>) => void;
|
|
1903
|
+
"onWmTimepickerTimeSelected"?: (event: WmTimepickerCustomEvent<any>) => void;
|
|
1904
|
+
"preselected"?: string;
|
|
782
1905
|
"requiredField"?: boolean;
|
|
783
1906
|
"value"?: string;
|
|
784
1907
|
}
|
|
785
1908
|
interface WmToggletip {
|
|
786
1909
|
"label"?: string;
|
|
787
|
-
"
|
|
788
|
-
"
|
|
1910
|
+
"targetSize"?: "small" | "large";
|
|
1911
|
+
"tooltip": string;
|
|
1912
|
+
"tooltipPosition"?: TooltipPlacement;
|
|
789
1913
|
}
|
|
790
1914
|
interface WmUploader {
|
|
791
1915
|
"buttonText": string;
|
|
792
|
-
"
|
|
1916
|
+
"dropArea"?: "component" | "page";
|
|
1917
|
+
"errorMessage"?: string;
|
|
793
1918
|
"fileTypes"?: string;
|
|
794
|
-
"files"?: string;
|
|
795
|
-
"filesToUpload"?: File[];
|
|
796
1919
|
"icon": string;
|
|
797
|
-
"
|
|
1920
|
+
"label"?: string;
|
|
798
1921
|
"maxFiles"?: number;
|
|
799
|
-
"maxSize"?:
|
|
800
|
-
"
|
|
801
|
-
"
|
|
802
|
-
"
|
|
803
|
-
"
|
|
804
|
-
"sortBy"?: "name" | "date";
|
|
805
|
-
"type"?: "1" | "2";
|
|
1922
|
+
"maxSize"?: string;
|
|
1923
|
+
"onWmUploaderFilesSelected"?: (event: WmUploaderCustomEvent<File[]>) => void;
|
|
1924
|
+
"requiredField"?: boolean;
|
|
1925
|
+
"showInfo"?: "size" | "time" | "none";
|
|
1926
|
+
"uploaderType"?: "select" | "drop";
|
|
806
1927
|
}
|
|
807
1928
|
interface WmWrapper {
|
|
808
|
-
"onWmWrapperLoaded"?: (event:
|
|
1929
|
+
"onWmWrapperLoaded"?: (event: WmWrapperCustomEvent<void>) => void;
|
|
809
1930
|
}
|
|
810
1931
|
interface IntrinsicElements {
|
|
1932
|
+
"priv-calendar": PrivCalendar;
|
|
811
1933
|
"priv-chart-popover": PrivChartPopover;
|
|
812
|
-
"priv-datepicker": PrivDatepicker;
|
|
813
1934
|
"priv-navigator-button": PrivNavigatorButton;
|
|
814
1935
|
"priv-navigator-item": PrivNavigatorItem;
|
|
1936
|
+
"priv-option-list": PrivOptionList;
|
|
815
1937
|
"wm-action-menu": WmActionMenu;
|
|
816
1938
|
"wm-button": WmButton;
|
|
817
1939
|
"wm-chart": WmChart;
|
|
818
1940
|
"wm-chart-slice": WmChartSlice;
|
|
1941
|
+
"wm-date-range": WmDateRange;
|
|
819
1942
|
"wm-datepicker": WmDatepicker;
|
|
1943
|
+
"wm-file": WmFile;
|
|
1944
|
+
"wm-file-list": WmFileList;
|
|
1945
|
+
"wm-flyout": WmFlyout;
|
|
820
1946
|
"wm-input": WmInput;
|
|
1947
|
+
"wm-line-chart": WmLineChart;
|
|
821
1948
|
"wm-menuitem": WmMenuitem;
|
|
822
1949
|
"wm-modal": WmModal;
|
|
823
1950
|
"wm-modal-footer": WmModalFooter;
|
|
824
1951
|
"wm-modal-header": WmModalHeader;
|
|
1952
|
+
"wm-modal-pss": WmModalPss;
|
|
1953
|
+
"wm-modal-pss-footer": WmModalPssFooter;
|
|
1954
|
+
"wm-modal-pss-header": WmModalPssHeader;
|
|
1955
|
+
"wm-navigation": WmNavigation;
|
|
1956
|
+
"wm-navigation-hamburger": WmNavigationHamburger;
|
|
1957
|
+
"wm-navigation-item": WmNavigationItem;
|
|
825
1958
|
"wm-navigator": WmNavigator;
|
|
826
|
-
"wm-
|
|
1959
|
+
"wm-nested-select": WmNestedSelect;
|
|
1960
|
+
"wm-optgroup": WmOptgroup;
|
|
827
1961
|
"wm-option": WmOption;
|
|
828
1962
|
"wm-pagination": WmPagination;
|
|
1963
|
+
"wm-progress-indicator": WmProgressIndicator;
|
|
1964
|
+
"wm-progress-monitor": WmProgressMonitor;
|
|
1965
|
+
"wm-progress-slice": WmProgressSlice;
|
|
829
1966
|
"wm-search": WmSearch;
|
|
830
1967
|
"wm-select": WmSelect;
|
|
831
1968
|
"wm-snackbar": WmSnackbar;
|
|
@@ -833,6 +1970,8 @@ declare namespace LocalJSX {
|
|
|
833
1970
|
"wm-tab-list": WmTabList;
|
|
834
1971
|
"wm-tab-panel": WmTabPanel;
|
|
835
1972
|
"wm-tag-input": WmTagInput;
|
|
1973
|
+
"wm-tag-option": WmTagOption;
|
|
1974
|
+
"wm-textarea": WmTextarea;
|
|
836
1975
|
"wm-timepicker": WmTimepicker;
|
|
837
1976
|
"wm-toggletip": WmToggletip;
|
|
838
1977
|
"wm-uploader": WmUploader;
|
|
@@ -843,24 +1982,40 @@ export { LocalJSX as JSX };
|
|
|
843
1982
|
declare module "@stencil/core" {
|
|
844
1983
|
export namespace JSX {
|
|
845
1984
|
interface IntrinsicElements {
|
|
1985
|
+
"priv-calendar": LocalJSX.PrivCalendar & JSXBase.HTMLAttributes<HTMLPrivCalendarElement>;
|
|
846
1986
|
"priv-chart-popover": LocalJSX.PrivChartPopover & JSXBase.HTMLAttributes<HTMLPrivChartPopoverElement>;
|
|
847
|
-
"priv-datepicker": LocalJSX.PrivDatepicker & JSXBase.HTMLAttributes<HTMLPrivDatepickerElement>;
|
|
848
1987
|
"priv-navigator-button": LocalJSX.PrivNavigatorButton & JSXBase.HTMLAttributes<HTMLPrivNavigatorButtonElement>;
|
|
849
1988
|
"priv-navigator-item": LocalJSX.PrivNavigatorItem & JSXBase.HTMLAttributes<HTMLPrivNavigatorItemElement>;
|
|
1989
|
+
"priv-option-list": LocalJSX.PrivOptionList & JSXBase.HTMLAttributes<HTMLPrivOptionListElement>;
|
|
850
1990
|
"wm-action-menu": LocalJSX.WmActionMenu & JSXBase.HTMLAttributes<HTMLWmActionMenuElement>;
|
|
851
1991
|
"wm-button": LocalJSX.WmButton & JSXBase.HTMLAttributes<HTMLWmButtonElement>;
|
|
852
1992
|
"wm-chart": LocalJSX.WmChart & JSXBase.HTMLAttributes<HTMLWmChartElement>;
|
|
853
1993
|
"wm-chart-slice": LocalJSX.WmChartSlice & JSXBase.HTMLAttributes<HTMLWmChartSliceElement>;
|
|
1994
|
+
"wm-date-range": LocalJSX.WmDateRange & JSXBase.HTMLAttributes<HTMLWmDateRangeElement>;
|
|
854
1995
|
"wm-datepicker": LocalJSX.WmDatepicker & JSXBase.HTMLAttributes<HTMLWmDatepickerElement>;
|
|
1996
|
+
"wm-file": LocalJSX.WmFile & JSXBase.HTMLAttributes<HTMLWmFileElement>;
|
|
1997
|
+
"wm-file-list": LocalJSX.WmFileList & JSXBase.HTMLAttributes<HTMLWmFileListElement>;
|
|
1998
|
+
"wm-flyout": LocalJSX.WmFlyout & JSXBase.HTMLAttributes<HTMLWmFlyoutElement>;
|
|
855
1999
|
"wm-input": LocalJSX.WmInput & JSXBase.HTMLAttributes<HTMLWmInputElement>;
|
|
2000
|
+
"wm-line-chart": LocalJSX.WmLineChart & JSXBase.HTMLAttributes<HTMLWmLineChartElement>;
|
|
856
2001
|
"wm-menuitem": LocalJSX.WmMenuitem & JSXBase.HTMLAttributes<HTMLWmMenuitemElement>;
|
|
857
2002
|
"wm-modal": LocalJSX.WmModal & JSXBase.HTMLAttributes<HTMLWmModalElement>;
|
|
858
2003
|
"wm-modal-footer": LocalJSX.WmModalFooter & JSXBase.HTMLAttributes<HTMLWmModalFooterElement>;
|
|
859
2004
|
"wm-modal-header": LocalJSX.WmModalHeader & JSXBase.HTMLAttributes<HTMLWmModalHeaderElement>;
|
|
2005
|
+
"wm-modal-pss": LocalJSX.WmModalPss & JSXBase.HTMLAttributes<HTMLWmModalPssElement>;
|
|
2006
|
+
"wm-modal-pss-footer": LocalJSX.WmModalPssFooter & JSXBase.HTMLAttributes<HTMLWmModalPssFooterElement>;
|
|
2007
|
+
"wm-modal-pss-header": LocalJSX.WmModalPssHeader & JSXBase.HTMLAttributes<HTMLWmModalPssHeaderElement>;
|
|
2008
|
+
"wm-navigation": LocalJSX.WmNavigation & JSXBase.HTMLAttributes<HTMLWmNavigationElement>;
|
|
2009
|
+
"wm-navigation-hamburger": LocalJSX.WmNavigationHamburger & JSXBase.HTMLAttributes<HTMLWmNavigationHamburgerElement>;
|
|
2010
|
+
"wm-navigation-item": LocalJSX.WmNavigationItem & JSXBase.HTMLAttributes<HTMLWmNavigationItemElement>;
|
|
860
2011
|
"wm-navigator": LocalJSX.WmNavigator & JSXBase.HTMLAttributes<HTMLWmNavigatorElement>;
|
|
861
|
-
"wm-
|
|
2012
|
+
"wm-nested-select": LocalJSX.WmNestedSelect & JSXBase.HTMLAttributes<HTMLWmNestedSelectElement>;
|
|
2013
|
+
"wm-optgroup": LocalJSX.WmOptgroup & JSXBase.HTMLAttributes<HTMLWmOptgroupElement>;
|
|
862
2014
|
"wm-option": LocalJSX.WmOption & JSXBase.HTMLAttributes<HTMLWmOptionElement>;
|
|
863
2015
|
"wm-pagination": LocalJSX.WmPagination & JSXBase.HTMLAttributes<HTMLWmPaginationElement>;
|
|
2016
|
+
"wm-progress-indicator": LocalJSX.WmProgressIndicator & JSXBase.HTMLAttributes<HTMLWmProgressIndicatorElement>;
|
|
2017
|
+
"wm-progress-monitor": LocalJSX.WmProgressMonitor & JSXBase.HTMLAttributes<HTMLWmProgressMonitorElement>;
|
|
2018
|
+
"wm-progress-slice": LocalJSX.WmProgressSlice & JSXBase.HTMLAttributes<HTMLWmProgressSliceElement>;
|
|
864
2019
|
"wm-search": LocalJSX.WmSearch & JSXBase.HTMLAttributes<HTMLWmSearchElement>;
|
|
865
2020
|
"wm-select": LocalJSX.WmSelect & JSXBase.HTMLAttributes<HTMLWmSelectElement>;
|
|
866
2021
|
"wm-snackbar": LocalJSX.WmSnackbar & JSXBase.HTMLAttributes<HTMLWmSnackbarElement>;
|
|
@@ -868,6 +2023,8 @@ declare module "@stencil/core" {
|
|
|
868
2023
|
"wm-tab-list": LocalJSX.WmTabList & JSXBase.HTMLAttributes<HTMLWmTabListElement>;
|
|
869
2024
|
"wm-tab-panel": LocalJSX.WmTabPanel & JSXBase.HTMLAttributes<HTMLWmTabPanelElement>;
|
|
870
2025
|
"wm-tag-input": LocalJSX.WmTagInput & JSXBase.HTMLAttributes<HTMLWmTagInputElement>;
|
|
2026
|
+
"wm-tag-option": LocalJSX.WmTagOption & JSXBase.HTMLAttributes<HTMLWmTagOptionElement>;
|
|
2027
|
+
"wm-textarea": LocalJSX.WmTextarea & JSXBase.HTMLAttributes<HTMLWmTextareaElement>;
|
|
871
2028
|
"wm-timepicker": LocalJSX.WmTimepicker & JSXBase.HTMLAttributes<HTMLWmTimepickerElement>;
|
|
872
2029
|
"wm-toggletip": LocalJSX.WmToggletip & JSXBase.HTMLAttributes<HTMLWmToggletipElement>;
|
|
873
2030
|
"wm-uploader": LocalJSX.WmUploader & JSXBase.HTMLAttributes<HTMLWmUploaderElement>;
|