@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
|
@@ -3,6 +3,16 @@ export interface ComponentDecorator {
|
|
|
3
3
|
(opts?: ComponentOptions): ClassDecorator;
|
|
4
4
|
}
|
|
5
5
|
export interface ComponentOptions {
|
|
6
|
+
/**
|
|
7
|
+
* When set to `true` this component will be form-associated. See
|
|
8
|
+
* https://stenciljs.com/docs/next/form-associated documentation on how to
|
|
9
|
+
* build form-associated Stencil components that integrate into forms like
|
|
10
|
+
* native browser elements such as `<input>` and `<textarea>`.
|
|
11
|
+
*
|
|
12
|
+
* The {@link AttachInternals} decorator allows for access to the
|
|
13
|
+
* `ElementInternals` object to modify the associated form.
|
|
14
|
+
*/
|
|
15
|
+
formAssociated?: boolean;
|
|
6
16
|
/**
|
|
7
17
|
* Tag name of the web component. Ideally, the tag name must be globally unique,
|
|
8
18
|
* so it's recommended to choose an unique prefix for all your components within the same collection.
|
|
@@ -62,7 +72,7 @@ export interface PropOptions {
|
|
|
62
72
|
/**
|
|
63
73
|
* The name of the associated DOM attribute.
|
|
64
74
|
* Stencil uses different heuristics to determine the default name of the attribute,
|
|
65
|
-
* but using this property, you can override the default
|
|
75
|
+
* but using this property, you can override the default behavior.
|
|
66
76
|
*/
|
|
67
77
|
attribute?: string | null;
|
|
68
78
|
/**
|
|
@@ -107,6 +117,9 @@ export interface EventOptions {
|
|
|
107
117
|
*/
|
|
108
118
|
composed?: boolean;
|
|
109
119
|
}
|
|
120
|
+
export interface AttachInternalsDecorator {
|
|
121
|
+
(): PropertyDecorator;
|
|
122
|
+
}
|
|
110
123
|
export interface ListenDecorator {
|
|
111
124
|
(eventName: string, opts?: ListenOptions): CustomMethodDecorator<any>;
|
|
112
125
|
}
|
|
@@ -128,12 +141,12 @@ export interface ListenOptions {
|
|
|
128
141
|
* By default, Stencil uses several heuristics to determine if
|
|
129
142
|
* it must attach a `passive` event listener or not.
|
|
130
143
|
*
|
|
131
|
-
* Using the `passive` option can be used to change the default
|
|
144
|
+
* Using the `passive` option can be used to change the default behavior.
|
|
132
145
|
* Please see https://developers.google.com/web/updates/2016/06/passive-event-listeners for further information.
|
|
133
146
|
*/
|
|
134
147
|
passive?: boolean;
|
|
135
148
|
}
|
|
136
|
-
export
|
|
149
|
+
export type ListenTargetOptions = 'body' | 'document' | 'window';
|
|
137
150
|
export interface StateDecorator {
|
|
138
151
|
(): PropertyDecorator;
|
|
139
152
|
}
|
|
@@ -175,6 +188,12 @@ export declare const Element: ElementDecorator;
|
|
|
175
188
|
* https://stenciljs.com/docs/events
|
|
176
189
|
*/
|
|
177
190
|
export declare const Event: EventDecorator;
|
|
191
|
+
/**
|
|
192
|
+
* If the `formAssociated` option is set in options passed to the
|
|
193
|
+
* `@Component()` decorator then this decorator may be used to get access to the
|
|
194
|
+
* `ElementInternals` instance associated with the component.
|
|
195
|
+
*/
|
|
196
|
+
export declare const AttachInternals: AttachInternalsDecorator;
|
|
178
197
|
/**
|
|
179
198
|
* The `Listen()` decorator is for listening DOM events, including the ones
|
|
180
199
|
* dispatched from `@Events()`.
|
|
@@ -214,21 +233,52 @@ export declare const State: StateDecorator;
|
|
|
214
233
|
* https://stenciljs.com/docs/reactive-data#watch-decorator
|
|
215
234
|
*/
|
|
216
235
|
export declare const Watch: WatchDecorator;
|
|
217
|
-
export
|
|
218
|
-
export
|
|
236
|
+
export type ResolutionHandler = (elm: HTMLElement) => string | undefined | null;
|
|
237
|
+
export type ErrorHandler = (err: any, element?: HTMLElement) => void;
|
|
219
238
|
/**
|
|
220
239
|
* `setMode()` is used for libraries which provide multiple "modes" for styles.
|
|
221
240
|
*/
|
|
222
241
|
export declare const setMode: (handler: ResolutionHandler) => void;
|
|
223
242
|
/**
|
|
224
|
-
* getMode
|
|
243
|
+
* `getMode()` is used for libraries which provide multiple "modes" for styles.
|
|
244
|
+
* @param ref a reference to the node to get styles for
|
|
245
|
+
* @returns the current mode or undefined, if not found
|
|
225
246
|
*/
|
|
226
247
|
export declare function getMode<T = string | undefined>(ref: any): T;
|
|
248
|
+
export declare function setPlatformHelpers(helpers: {
|
|
249
|
+
jmp?: (c: any) => any;
|
|
250
|
+
raf?: (c: any) => number;
|
|
251
|
+
ael?: (el: any, eventName: string, listener: any, options: any) => void;
|
|
252
|
+
rel?: (el: any, eventName: string, listener: any, options: any) => void;
|
|
253
|
+
ce?: (eventName: string, opts?: any) => any;
|
|
254
|
+
}): void;
|
|
227
255
|
/**
|
|
228
256
|
* Get the base path to where the assets can be found. Use `setAssetPath(path)`
|
|
229
257
|
* if the path needs to be customized.
|
|
258
|
+
* @param path the path to use in calculating the asset path. this value will be
|
|
259
|
+
* used in conjunction with the base asset path
|
|
260
|
+
* @returns the base path
|
|
230
261
|
*/
|
|
231
262
|
export declare function getAssetPath(path: string): string;
|
|
263
|
+
/**
|
|
264
|
+
* Method to render a virtual DOM tree to a container element.
|
|
265
|
+
*
|
|
266
|
+
* @example
|
|
267
|
+
* ```tsx
|
|
268
|
+
* import { render } from '@stencil/core';
|
|
269
|
+
*
|
|
270
|
+
* const vnode = (
|
|
271
|
+
* <div>
|
|
272
|
+
* <h1>Hello, world!</h1>
|
|
273
|
+
* </div>
|
|
274
|
+
* );
|
|
275
|
+
* render(vnode, document.body);
|
|
276
|
+
* ```
|
|
277
|
+
*
|
|
278
|
+
* @param vnode - The virtual DOM tree to render
|
|
279
|
+
* @param container - The container element to render the virtual DOM tree to
|
|
280
|
+
*/
|
|
281
|
+
export declare function render(vnode: VNode, container: Element): void;
|
|
232
282
|
/**
|
|
233
283
|
* Used to manually set the base path where assets can be found. For lazy-loaded
|
|
234
284
|
* builds the asset path is automatically set and assets copied to the correct
|
|
@@ -239,22 +289,38 @@ export declare function getAssetPath(path: string): string;
|
|
|
239
289
|
* `setAssetPath(document.currentScript.src)`, or using a bundler's replace plugin to
|
|
240
290
|
* dynamically set the path at build time, such as `setAssetPath(process.env.ASSET_PATH)`.
|
|
241
291
|
* But do note that this configuration depends on how your script is bundled, or lack of
|
|
242
|
-
*
|
|
292
|
+
* bundling, and where your assets can be loaded from. Additionally custom bundling
|
|
243
293
|
* will have to ensure the static assets are copied to its build directory.
|
|
294
|
+
* @param path the asset path to set
|
|
295
|
+
* @returns the set path
|
|
244
296
|
*/
|
|
245
297
|
export declare function setAssetPath(path: string): string;
|
|
246
298
|
/**
|
|
247
|
-
*
|
|
299
|
+
* Used to specify a nonce value that corresponds with an application's
|
|
300
|
+
* [Content Security Policy (CSP)](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP).
|
|
301
|
+
* When set, the nonce will be added to all dynamically created script and style tags at runtime.
|
|
302
|
+
* Alternatively, the nonce value can be set on a `meta` tag in the DOM head
|
|
303
|
+
* (<meta name="csp-nonce" content="{ nonce value here }" />) and will result in the same behavior.
|
|
304
|
+
* @param nonce The value to be used for the nonce attribute.
|
|
305
|
+
*/
|
|
306
|
+
export declare function setNonce(nonce: string): void;
|
|
307
|
+
/**
|
|
308
|
+
* Retrieve a Stencil element for a given reference
|
|
309
|
+
* @param ref the ref to get the Stencil element for
|
|
310
|
+
* @returns a reference to the element
|
|
248
311
|
*/
|
|
249
312
|
export declare function getElement(ref: any): HTMLStencilElement;
|
|
250
313
|
/**
|
|
251
314
|
* Schedules a new render of the given instance or element even if no state changed.
|
|
252
315
|
*
|
|
253
|
-
* Notice `forceUpdate()` is not
|
|
316
|
+
* Notice `forceUpdate()` is not synchronous and might perform the DOM render in the next frame.
|
|
317
|
+
*
|
|
318
|
+
* @param ref the node/element to force the re-render of
|
|
254
319
|
*/
|
|
255
320
|
export declare function forceUpdate(ref: any): void;
|
|
256
321
|
/**
|
|
257
322
|
* getRenderingRef
|
|
323
|
+
* @returns the rendering ref
|
|
258
324
|
*/
|
|
259
325
|
export declare function getRenderingRef(): any;
|
|
260
326
|
export interface HTMLStencilElement extends HTMLElement {
|
|
@@ -265,6 +331,8 @@ export interface HTMLStencilElement extends HTMLElement {
|
|
|
265
331
|
* in the best moment to perform DOM mutation without causing layout thrashing.
|
|
266
332
|
*
|
|
267
333
|
* For further information: https://developers.google.com/web/fundamentals/performance/rendering/avoid-large-complex-layouts-and-layout-thrashing
|
|
334
|
+
*
|
|
335
|
+
* @param task the DOM-write to schedule
|
|
268
336
|
*/
|
|
269
337
|
export declare function writeTask(task: RafCallback): void;
|
|
270
338
|
/**
|
|
@@ -272,6 +340,8 @@ export declare function writeTask(task: RafCallback): void;
|
|
|
272
340
|
* in the best moment to perform DOM reads without causing layout thrashing.
|
|
273
341
|
*
|
|
274
342
|
* For further information: https://developers.google.com/web/fundamentals/performance/rendering/avoid-large-complex-layouts-and-layout-thrashing
|
|
343
|
+
*
|
|
344
|
+
* @param task the DOM-read to schedule
|
|
275
345
|
*/
|
|
276
346
|
export declare function readTask(task: RafCallback): void;
|
|
277
347
|
/**
|
|
@@ -400,7 +470,7 @@ export interface QueueApi {
|
|
|
400
470
|
/**
|
|
401
471
|
* Host
|
|
402
472
|
*/
|
|
403
|
-
interface HostAttributes {
|
|
473
|
+
export interface HostAttributes {
|
|
404
474
|
class?: string | {
|
|
405
475
|
[className: string]: boolean;
|
|
406
476
|
};
|
|
@@ -410,13 +480,57 @@ interface HostAttributes {
|
|
|
410
480
|
ref?: (el: HTMLElement | null) => void;
|
|
411
481
|
[prop: string]: any;
|
|
412
482
|
}
|
|
483
|
+
/**
|
|
484
|
+
* Utilities for working with functional Stencil components. An object
|
|
485
|
+
* conforming to this interface is passed by the Stencil runtime as the third
|
|
486
|
+
* argument to a functional component, allowing component authors to work with
|
|
487
|
+
* features like children.
|
|
488
|
+
*
|
|
489
|
+
* The children of a functional component will be passed as the second
|
|
490
|
+
* argument, so a functional component which uses these utils to transform its
|
|
491
|
+
* children might look like the following:
|
|
492
|
+
*
|
|
493
|
+
* ```ts
|
|
494
|
+
* export const AddClass: FunctionalComponent = (_, children, utils) => (
|
|
495
|
+
* utils.map(children, child => ({
|
|
496
|
+
* ...child,
|
|
497
|
+
* vattrs: {
|
|
498
|
+
* ...child.vattrs,
|
|
499
|
+
* class: `${child.vattrs.class} add-class`
|
|
500
|
+
* }
|
|
501
|
+
* }))
|
|
502
|
+
* );
|
|
503
|
+
* ```
|
|
504
|
+
*
|
|
505
|
+
* For more see the Stencil documentation, here:
|
|
506
|
+
* https://stenciljs.com/docs/functional-components
|
|
507
|
+
*/
|
|
413
508
|
export interface FunctionalUtilities {
|
|
509
|
+
/**
|
|
510
|
+
* Utility for reading the children of a functional component at runtime.
|
|
511
|
+
* Since the Stencil runtime uses a different interface for children it is
|
|
512
|
+
* not recommended to read the children directly, and is preferable to use
|
|
513
|
+
* this utility to, for instance, perform a side effect for each child.
|
|
514
|
+
*/
|
|
414
515
|
forEach: (children: VNode[], cb: (vnode: ChildNode, index: number, array: ChildNode[]) => void) => void;
|
|
516
|
+
/**
|
|
517
|
+
* Utility for transforming the children of a functional component. Given an
|
|
518
|
+
* array of children and a callback this will return a list of the results of
|
|
519
|
+
* passing each child to the supplied callback.
|
|
520
|
+
*/
|
|
415
521
|
map: (children: VNode[], cb: (vnode: ChildNode, index: number, array: ChildNode[]) => ChildNode) => VNode[];
|
|
416
522
|
}
|
|
417
523
|
export interface FunctionalComponent<T = {}> {
|
|
418
524
|
(props: T, children: VNode[], utils: FunctionalUtilities): VNode | VNode[];
|
|
419
525
|
}
|
|
526
|
+
/**
|
|
527
|
+
* A Child VDOM node
|
|
528
|
+
*
|
|
529
|
+
* This has most of the same properties as {@link VNode} but friendlier names
|
|
530
|
+
* (i.e. `vtag` instead of `$tag$`, `vchildren` instead of `$children$`) in
|
|
531
|
+
* order to provide a friendlier public interface for users of the
|
|
532
|
+
* {@link FunctionalUtilities}).
|
|
533
|
+
*/
|
|
420
534
|
export interface ChildNode {
|
|
421
535
|
vtag?: string | number | Function;
|
|
422
536
|
vkey?: string | number;
|
|
@@ -463,6 +577,9 @@ export declare function h(sel: any, children: Array<VNode | undefined | null>):
|
|
|
463
577
|
export declare function h(sel: any, data: VNodeData | null, text: string): VNode;
|
|
464
578
|
export declare function h(sel: any, data: VNodeData | null, children: Array<VNode | undefined | null>): VNode;
|
|
465
579
|
export declare function h(sel: any, data: VNodeData | null, children: VNode): VNode;
|
|
580
|
+
/**
|
|
581
|
+
* A virtual DOM node
|
|
582
|
+
*/
|
|
466
583
|
export interface VNode {
|
|
467
584
|
$flags$: number;
|
|
468
585
|
$tag$: string | number | Function;
|
|
@@ -659,7 +776,7 @@ export declare namespace JSXBase {
|
|
|
659
776
|
use: JSXBase.SVGAttributes;
|
|
660
777
|
view: JSXBase.SVGAttributes;
|
|
661
778
|
}
|
|
662
|
-
interface SlotAttributes {
|
|
779
|
+
interface SlotAttributes extends JSXAttributes {
|
|
663
780
|
name?: string;
|
|
664
781
|
slot?: string;
|
|
665
782
|
onSlotchange?: (event: Event) => void;
|
|
@@ -670,8 +787,10 @@ export declare namespace JSXBase {
|
|
|
670
787
|
hrefLang?: string;
|
|
671
788
|
hreflang?: string;
|
|
672
789
|
media?: string;
|
|
790
|
+
ping?: string;
|
|
673
791
|
rel?: string;
|
|
674
792
|
target?: string;
|
|
793
|
+
referrerPolicy?: ReferrerPolicy;
|
|
675
794
|
}
|
|
676
795
|
interface AudioHTMLAttributes<T> extends MediaHTMLAttributes<T> {
|
|
677
796
|
}
|
|
@@ -695,7 +814,6 @@ export declare namespace JSXBase {
|
|
|
695
814
|
cite?: string;
|
|
696
815
|
}
|
|
697
816
|
interface ButtonHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
698
|
-
autoFocus?: boolean;
|
|
699
817
|
disabled?: boolean;
|
|
700
818
|
form?: string;
|
|
701
819
|
formAction?: string;
|
|
@@ -711,6 +829,9 @@ export declare namespace JSXBase {
|
|
|
711
829
|
name?: string;
|
|
712
830
|
type?: string;
|
|
713
831
|
value?: string | string[] | number;
|
|
832
|
+
popoverTargetAction?: string;
|
|
833
|
+
popoverTargetElement?: Element | null;
|
|
834
|
+
popoverTarget?: string;
|
|
714
835
|
}
|
|
715
836
|
interface CanvasHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
716
837
|
height?: number | string;
|
|
@@ -724,6 +845,7 @@ export declare namespace JSXBase {
|
|
|
724
845
|
}
|
|
725
846
|
interface DetailsHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
726
847
|
open?: boolean;
|
|
848
|
+
name?: string;
|
|
727
849
|
onToggle?: (event: Event) => void;
|
|
728
850
|
}
|
|
729
851
|
interface DelHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
@@ -732,6 +854,7 @@ export declare namespace JSXBase {
|
|
|
732
854
|
datetime?: string;
|
|
733
855
|
}
|
|
734
856
|
interface DialogHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
857
|
+
onCancel?: (event: Event) => void;
|
|
735
858
|
onClose?: (event: Event) => void;
|
|
736
859
|
open?: boolean;
|
|
737
860
|
returnValue?: string;
|
|
@@ -791,6 +914,8 @@ export declare namespace JSXBase {
|
|
|
791
914
|
}
|
|
792
915
|
interface ImgHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
793
916
|
alt?: string;
|
|
917
|
+
crossOrigin?: string;
|
|
918
|
+
crossorigin?: string;
|
|
794
919
|
decoding?: 'async' | 'auto' | 'sync';
|
|
795
920
|
importance?: 'low' | 'auto' | 'high';
|
|
796
921
|
height?: number | string;
|
|
@@ -812,12 +937,10 @@ export declare namespace JSXBase {
|
|
|
812
937
|
accept?: string;
|
|
813
938
|
allowdirs?: boolean;
|
|
814
939
|
alt?: string;
|
|
815
|
-
autoCapitalize?:
|
|
816
|
-
autocapitalize?:
|
|
940
|
+
autoCapitalize?: string;
|
|
941
|
+
autocapitalize?: string;
|
|
817
942
|
autoComplete?: string;
|
|
818
943
|
autocomplete?: string;
|
|
819
|
-
autoFocus?: boolean;
|
|
820
|
-
autofocus?: boolean | string;
|
|
821
944
|
capture?: string;
|
|
822
945
|
checked?: boolean;
|
|
823
946
|
crossOrigin?: string;
|
|
@@ -849,6 +972,8 @@ export declare namespace JSXBase {
|
|
|
849
972
|
minlength?: number | string;
|
|
850
973
|
multiple?: boolean;
|
|
851
974
|
name?: string;
|
|
975
|
+
onSelect?: (event: Event) => void;
|
|
976
|
+
onselect?: (event: Event) => void;
|
|
852
977
|
pattern?: string;
|
|
853
978
|
placeholder?: string;
|
|
854
979
|
readOnly?: boolean;
|
|
@@ -867,10 +992,11 @@ export declare namespace JSXBase {
|
|
|
867
992
|
webkitdirectory?: boolean;
|
|
868
993
|
webkitEntries?: any;
|
|
869
994
|
width?: number | string;
|
|
995
|
+
popoverTargetAction?: string;
|
|
996
|
+
popoverTargetElement?: Element | null;
|
|
997
|
+
popoverTarget?: string;
|
|
870
998
|
}
|
|
871
999
|
interface KeygenHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
872
|
-
autoFocus?: boolean;
|
|
873
|
-
autofocus?: boolean | string;
|
|
874
1000
|
challenge?: string;
|
|
875
1001
|
disabled?: boolean;
|
|
876
1002
|
form?: string;
|
|
@@ -883,7 +1009,6 @@ export declare namespace JSXBase {
|
|
|
883
1009
|
interface LabelHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
884
1010
|
form?: string;
|
|
885
1011
|
htmlFor?: string;
|
|
886
|
-
htmlfor?: string;
|
|
887
1012
|
}
|
|
888
1013
|
interface LiHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
889
1014
|
value?: string | string[] | number;
|
|
@@ -910,6 +1035,8 @@ export declare namespace JSXBase {
|
|
|
910
1035
|
autoPlay?: boolean;
|
|
911
1036
|
autoplay?: boolean | string;
|
|
912
1037
|
controls?: boolean;
|
|
1038
|
+
controlslist?: 'nodownload' | 'nofullscreen' | 'noremoteplayback';
|
|
1039
|
+
controlsList?: 'nodownload' | 'nofullscreen' | 'noremoteplayback';
|
|
913
1040
|
crossOrigin?: string;
|
|
914
1041
|
crossorigin?: string;
|
|
915
1042
|
loop?: boolean;
|
|
@@ -994,7 +1121,6 @@ export declare namespace JSXBase {
|
|
|
994
1121
|
interface OutputHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
995
1122
|
form?: string;
|
|
996
1123
|
htmlFor?: string;
|
|
997
|
-
htmlfor?: string;
|
|
998
1124
|
name?: string;
|
|
999
1125
|
}
|
|
1000
1126
|
interface ParamHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
@@ -1019,7 +1145,6 @@ export declare namespace JSXBase {
|
|
|
1019
1145
|
type?: string;
|
|
1020
1146
|
}
|
|
1021
1147
|
interface SelectHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
1022
|
-
autoFocus?: boolean;
|
|
1023
1148
|
disabled?: boolean;
|
|
1024
1149
|
form?: string;
|
|
1025
1150
|
multiple?: boolean;
|
|
@@ -1030,11 +1155,13 @@ export declare namespace JSXBase {
|
|
|
1030
1155
|
autocomplete?: string;
|
|
1031
1156
|
}
|
|
1032
1157
|
interface SourceHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
1158
|
+
height?: number;
|
|
1033
1159
|
media?: string;
|
|
1034
1160
|
sizes?: string;
|
|
1035
1161
|
src?: string;
|
|
1036
1162
|
srcSet?: string;
|
|
1037
1163
|
type?: string;
|
|
1164
|
+
width?: number;
|
|
1038
1165
|
}
|
|
1039
1166
|
interface StyleHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
1040
1167
|
media?: string;
|
|
@@ -1050,8 +1177,8 @@ export declare namespace JSXBase {
|
|
|
1050
1177
|
summary?: string;
|
|
1051
1178
|
}
|
|
1052
1179
|
interface TextareaHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
1053
|
-
|
|
1054
|
-
|
|
1180
|
+
autoComplete?: string;
|
|
1181
|
+
autocomplete?: string;
|
|
1055
1182
|
cols?: number;
|
|
1056
1183
|
disabled?: boolean;
|
|
1057
1184
|
form?: string;
|
|
@@ -1060,6 +1187,8 @@ export declare namespace JSXBase {
|
|
|
1060
1187
|
minLength?: number;
|
|
1061
1188
|
minlength?: number | string;
|
|
1062
1189
|
name?: string;
|
|
1190
|
+
onSelect?: (event: Event) => void;
|
|
1191
|
+
onselect?: (event: Event) => void;
|
|
1063
1192
|
placeholder?: string;
|
|
1064
1193
|
readOnly?: boolean;
|
|
1065
1194
|
readonly?: boolean | string;
|
|
@@ -1102,6 +1231,8 @@ export declare namespace JSXBase {
|
|
|
1102
1231
|
interface HTMLAttributes<T = HTMLElement> extends DOMAttributes<T> {
|
|
1103
1232
|
innerHTML?: string;
|
|
1104
1233
|
accessKey?: string;
|
|
1234
|
+
autoFocus?: boolean;
|
|
1235
|
+
autofocus?: boolean | string;
|
|
1105
1236
|
class?: string | {
|
|
1106
1237
|
[className: string]: boolean;
|
|
1107
1238
|
};
|
|
@@ -1113,6 +1244,7 @@ export declare namespace JSXBase {
|
|
|
1113
1244
|
draggable?: boolean;
|
|
1114
1245
|
hidden?: boolean;
|
|
1115
1246
|
id?: string;
|
|
1247
|
+
inert?: boolean;
|
|
1116
1248
|
lang?: string;
|
|
1117
1249
|
spellcheck?: 'true' | 'false' | any;
|
|
1118
1250
|
style?: {
|
|
@@ -1121,6 +1253,7 @@ export declare namespace JSXBase {
|
|
|
1121
1253
|
tabIndex?: number;
|
|
1122
1254
|
tabindex?: number | string;
|
|
1123
1255
|
title?: string;
|
|
1256
|
+
popover?: string | null;
|
|
1124
1257
|
inputMode?: string;
|
|
1125
1258
|
inputmode?: string;
|
|
1126
1259
|
enterKeyHint?: string;
|
|
@@ -1137,8 +1270,8 @@ export declare namespace JSXBase {
|
|
|
1137
1270
|
resource?: string;
|
|
1138
1271
|
typeof?: string;
|
|
1139
1272
|
vocab?: string;
|
|
1140
|
-
autoCapitalize?:
|
|
1141
|
-
autocapitalize?:
|
|
1273
|
+
autoCapitalize?: string;
|
|
1274
|
+
autocapitalize?: string;
|
|
1142
1275
|
autoCorrect?: string;
|
|
1143
1276
|
autocorrect?: string;
|
|
1144
1277
|
autoSave?: string;
|
|
@@ -1159,87 +1292,87 @@ export declare namespace JSXBase {
|
|
|
1159
1292
|
unselectable?: boolean;
|
|
1160
1293
|
}
|
|
1161
1294
|
interface SVGAttributes<T = SVGElement> extends DOMAttributes<T> {
|
|
1162
|
-
|
|
1295
|
+
class?: string | {
|
|
1163
1296
|
[className: string]: boolean;
|
|
1164
1297
|
};
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1298
|
+
color?: string;
|
|
1299
|
+
height?: number | string;
|
|
1300
|
+
id?: string;
|
|
1301
|
+
lang?: string;
|
|
1302
|
+
max?: number | string;
|
|
1303
|
+
media?: string;
|
|
1304
|
+
method?: string;
|
|
1305
|
+
min?: number | string;
|
|
1306
|
+
name?: string;
|
|
1307
|
+
style?: {
|
|
1175
1308
|
[key: string]: string | undefined;
|
|
1176
1309
|
};
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1310
|
+
target?: string;
|
|
1311
|
+
type?: string;
|
|
1312
|
+
width?: number | string;
|
|
1313
|
+
role?: string;
|
|
1314
|
+
tabindex?: number;
|
|
1182
1315
|
'accent-height'?: number | string;
|
|
1183
|
-
|
|
1184
|
-
|
|
1316
|
+
accumulate?: 'none' | 'sum';
|
|
1317
|
+
additive?: 'replace' | 'sum';
|
|
1185
1318
|
'alignment-baseline'?: 'auto' | 'baseline' | 'before-edge' | 'text-before-edge' | 'middle' | 'central' | 'after-edge' | 'text-after-edge' | 'ideographic' | 'alphabetic' | 'hanging' | 'mathematical' | 'inherit';
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1319
|
+
allowReorder?: 'no' | 'yes';
|
|
1320
|
+
alphabetic?: number | string;
|
|
1321
|
+
amplitude?: number | string;
|
|
1189
1322
|
'arabic-form'?: 'initial' | 'medial' | 'terminal' | 'isolated';
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1323
|
+
ascent?: number | string;
|
|
1324
|
+
attributeName?: string;
|
|
1325
|
+
attributeType?: string;
|
|
1326
|
+
autoReverse?: number | string;
|
|
1327
|
+
azimuth?: number | string;
|
|
1328
|
+
baseFrequency?: number | string;
|
|
1196
1329
|
'baseline-shift'?: number | string;
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1330
|
+
baseProfile?: number | string;
|
|
1331
|
+
bbox?: number | string;
|
|
1332
|
+
begin?: number | string;
|
|
1333
|
+
bias?: number | string;
|
|
1334
|
+
by?: number | string;
|
|
1335
|
+
calcMode?: number | string;
|
|
1203
1336
|
'cap-height'?: number | string;
|
|
1204
|
-
|
|
1337
|
+
clip?: number | string;
|
|
1205
1338
|
'clip-path'?: string;
|
|
1206
|
-
|
|
1339
|
+
clipPathUnits?: number | string;
|
|
1207
1340
|
'clip-rule'?: number | string;
|
|
1208
1341
|
'color-interpolation'?: number | string;
|
|
1209
|
-
'color-interpolation-filters'?: 'auto' | '
|
|
1342
|
+
'color-interpolation-filters'?: 'auto' | 'sRGB' | 'linearRGB';
|
|
1210
1343
|
'color-profile'?: number | string;
|
|
1211
1344
|
'color-rendering'?: number | string;
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1345
|
+
contentScriptType?: number | string;
|
|
1346
|
+
contentStyleType?: number | string;
|
|
1347
|
+
cursor?: number | string;
|
|
1348
|
+
cx?: number | string;
|
|
1349
|
+
cy?: number | string;
|
|
1350
|
+
d?: string;
|
|
1351
|
+
decelerate?: number | string;
|
|
1352
|
+
descent?: number | string;
|
|
1353
|
+
diffuseConstant?: number | string;
|
|
1354
|
+
direction?: number | string;
|
|
1355
|
+
display?: number | string;
|
|
1356
|
+
divisor?: number | string;
|
|
1224
1357
|
'dominant-baseline'?: number | string;
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1358
|
+
dur?: number | string;
|
|
1359
|
+
dx?: number | string;
|
|
1360
|
+
dy?: number | string;
|
|
1228
1361
|
'edge-mode'?: number | string;
|
|
1229
|
-
|
|
1362
|
+
elevation?: number | string;
|
|
1230
1363
|
'enable-background'?: number | string;
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1364
|
+
end?: number | string;
|
|
1365
|
+
exponent?: number | string;
|
|
1366
|
+
externalResourcesRequired?: number | string;
|
|
1367
|
+
fill?: string;
|
|
1235
1368
|
'fill-opacity'?: number | string;
|
|
1236
1369
|
'fill-rule'?: 'nonzero' | 'evenodd' | 'inherit';
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1370
|
+
filter?: string;
|
|
1371
|
+
filterRes?: number | string;
|
|
1372
|
+
filterUnits?: number | string;
|
|
1240
1373
|
'flood-color'?: number | string;
|
|
1241
1374
|
'flood-opacity'?: number | string;
|
|
1242
|
-
|
|
1375
|
+
focusable?: number | string;
|
|
1243
1376
|
'font-family'?: string;
|
|
1244
1377
|
'font-size'?: number | string;
|
|
1245
1378
|
'font-size-adjust'?: number | string;
|
|
@@ -1247,113 +1380,113 @@ export declare namespace JSXBase {
|
|
|
1247
1380
|
'font-style'?: number | string;
|
|
1248
1381
|
'font-variant'?: number | string;
|
|
1249
1382
|
'font-weight'?: number | string;
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1383
|
+
format?: number | string;
|
|
1384
|
+
from?: number | string;
|
|
1385
|
+
fx?: number | string;
|
|
1386
|
+
fy?: number | string;
|
|
1387
|
+
g1?: number | string;
|
|
1388
|
+
g2?: number | string;
|
|
1256
1389
|
'glyph-name'?: number | string;
|
|
1257
1390
|
'glyph-orientation-horizontal'?: number | string;
|
|
1258
1391
|
'glyph-orientation-vertical'?: number | string;
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1392
|
+
glyphRef?: number | string;
|
|
1393
|
+
gradientTransform?: string;
|
|
1394
|
+
gradientUnits?: string;
|
|
1395
|
+
hanging?: number | string;
|
|
1263
1396
|
'horiz-adv-x'?: number | string;
|
|
1264
1397
|
'horiz-origin-x'?: number | string;
|
|
1265
|
-
|
|
1266
|
-
|
|
1398
|
+
href?: string;
|
|
1399
|
+
ideographic?: number | string;
|
|
1267
1400
|
'image-rendering'?: number | string;
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1401
|
+
in2?: number | string;
|
|
1402
|
+
in?: string;
|
|
1403
|
+
intercept?: number | string;
|
|
1404
|
+
k1?: number | string;
|
|
1405
|
+
k2?: number | string;
|
|
1406
|
+
k3?: number | string;
|
|
1407
|
+
k4?: number | string;
|
|
1408
|
+
k?: number | string;
|
|
1409
|
+
kernelMatrix?: number | string;
|
|
1410
|
+
kernelUnitLength?: number | string;
|
|
1411
|
+
kerning?: number | string;
|
|
1412
|
+
keyPoints?: number | string;
|
|
1413
|
+
keySplines?: number | string;
|
|
1414
|
+
keyTimes?: number | string;
|
|
1415
|
+
lengthAdjust?: number | string;
|
|
1283
1416
|
'letter-spacing'?: number | string;
|
|
1284
1417
|
'lighting-color'?: number | string;
|
|
1285
|
-
|
|
1286
|
-
|
|
1418
|
+
limitingConeAngle?: number | string;
|
|
1419
|
+
local?: number | string;
|
|
1287
1420
|
'marker-end'?: string;
|
|
1288
|
-
|
|
1421
|
+
markerHeight?: number | string;
|
|
1289
1422
|
'marker-mid'?: string;
|
|
1290
1423
|
'marker-start'?: string;
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1424
|
+
markerUnits?: number | string;
|
|
1425
|
+
markerWidth?: number | string;
|
|
1426
|
+
mask?: string;
|
|
1427
|
+
maskContentUnits?: number | string;
|
|
1428
|
+
maskUnits?: number | string;
|
|
1429
|
+
mathematical?: number | string;
|
|
1430
|
+
mode?: number | string;
|
|
1431
|
+
numOctaves?: number | string;
|
|
1432
|
+
offset?: number | string;
|
|
1433
|
+
opacity?: number | string;
|
|
1434
|
+
operator?: number | string;
|
|
1435
|
+
order?: number | string;
|
|
1436
|
+
orient?: number | string;
|
|
1437
|
+
orientation?: number | string;
|
|
1438
|
+
origin?: number | string;
|
|
1439
|
+
overflow?: number | string;
|
|
1307
1440
|
'overline-position'?: number | string;
|
|
1308
1441
|
'overline-thickness'?: number | string;
|
|
1309
1442
|
'paint-order'?: number | string;
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1443
|
+
panose1?: number | string;
|
|
1444
|
+
pathLength?: number | string;
|
|
1445
|
+
patternContentUnits?: string;
|
|
1446
|
+
patternTransform?: number | string;
|
|
1447
|
+
patternUnits?: string;
|
|
1315
1448
|
'pointer-events'?: number | string;
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1449
|
+
points?: string;
|
|
1450
|
+
pointsAtX?: number | string;
|
|
1451
|
+
pointsAtY?: number | string;
|
|
1452
|
+
pointsAtZ?: number | string;
|
|
1453
|
+
preserveAlpha?: number | string;
|
|
1454
|
+
preserveAspectRatio?: string;
|
|
1455
|
+
primitiveUnits?: number | string;
|
|
1456
|
+
r?: number | string;
|
|
1457
|
+
radius?: number | string;
|
|
1458
|
+
refX?: number | string;
|
|
1459
|
+
refY?: number | string;
|
|
1327
1460
|
'rendering-intent'?: number | string;
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1461
|
+
repeatCount?: number | string;
|
|
1462
|
+
repeatDur?: number | string;
|
|
1463
|
+
requiredextensions?: number | string;
|
|
1464
|
+
requiredFeatures?: number | string;
|
|
1465
|
+
restart?: number | string;
|
|
1466
|
+
result?: string;
|
|
1467
|
+
rotate?: number | string;
|
|
1468
|
+
rx?: number | string;
|
|
1469
|
+
ry?: number | string;
|
|
1470
|
+
scale?: number | string;
|
|
1471
|
+
seed?: number | string;
|
|
1339
1472
|
'shape-rendering'?: number | string;
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1473
|
+
slope?: number | string;
|
|
1474
|
+
spacing?: number | string;
|
|
1475
|
+
specularConstant?: number | string;
|
|
1476
|
+
specularExponent?: number | string;
|
|
1477
|
+
speed?: number | string;
|
|
1478
|
+
spreadMethod?: string;
|
|
1479
|
+
startOffset?: number | string;
|
|
1480
|
+
stdDeviation?: number | string;
|
|
1481
|
+
stemh?: number | string;
|
|
1482
|
+
stemv?: number | string;
|
|
1483
|
+
stitchTiles?: number | string;
|
|
1351
1484
|
'stop-color'?: string;
|
|
1352
1485
|
'stop-opacity'?: number | string;
|
|
1353
1486
|
'strikethrough-position'?: number | string;
|
|
1354
1487
|
'strikethrough-thickness'?: number | string;
|
|
1355
|
-
|
|
1356
|
-
|
|
1488
|
+
string?: number | string;
|
|
1489
|
+
stroke?: string;
|
|
1357
1490
|
'stroke-dasharray'?: string | number;
|
|
1358
1491
|
'stroke-dashoffset'?: string | number;
|
|
1359
1492
|
'stroke-linecap'?: 'butt' | 'round' | 'square' | 'inherit';
|
|
@@ -1361,67 +1494,65 @@ export declare namespace JSXBase {
|
|
|
1361
1494
|
'stroke-miterlimit'?: string;
|
|
1362
1495
|
'stroke-opacity'?: number | string;
|
|
1363
1496
|
'stroke-width'?: number | string;
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1497
|
+
surfaceScale?: number | string;
|
|
1498
|
+
systemLanguage?: number | string;
|
|
1499
|
+
tableValues?: number | string;
|
|
1500
|
+
targetX?: number | string;
|
|
1501
|
+
targetY?: number | string;
|
|
1369
1502
|
'text-anchor'?: string;
|
|
1370
1503
|
'text-decoration'?: number | string;
|
|
1371
|
-
|
|
1504
|
+
textLength?: number | string;
|
|
1372
1505
|
'text-rendering'?: number | string;
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1506
|
+
to?: number | string;
|
|
1507
|
+
transform?: string;
|
|
1508
|
+
u1?: number | string;
|
|
1509
|
+
u2?: number | string;
|
|
1377
1510
|
'underline-position'?: number | string;
|
|
1378
1511
|
'underline-thickness'?: number | string;
|
|
1379
|
-
|
|
1512
|
+
unicode?: number | string;
|
|
1380
1513
|
'unicode-bidi'?: number | string;
|
|
1381
1514
|
'unicode-range'?: number | string;
|
|
1382
1515
|
'units-per-em'?: number | string;
|
|
1383
1516
|
'v-alphabetic'?: number | string;
|
|
1384
|
-
|
|
1517
|
+
values?: string;
|
|
1385
1518
|
'vector-effect'?: number | string;
|
|
1386
|
-
|
|
1519
|
+
version?: string;
|
|
1387
1520
|
'vert-adv-y'?: number | string;
|
|
1388
1521
|
'vert-origin-x'?: number | string;
|
|
1389
1522
|
'vert-origin-y'?: number | string;
|
|
1390
1523
|
'v-hanging'?: number | string;
|
|
1391
1524
|
'v-ideographic'?: number | string;
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1525
|
+
viewBox?: string;
|
|
1526
|
+
viewTarget?: number | string;
|
|
1527
|
+
visibility?: number | string;
|
|
1395
1528
|
'v-mathematical'?: number | string;
|
|
1396
|
-
|
|
1529
|
+
widths?: number | string;
|
|
1397
1530
|
'word-spacing'?: number | string;
|
|
1398
1531
|
'writing-mode'?: number | string;
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1532
|
+
x1?: number | string;
|
|
1533
|
+
x2?: number | string;
|
|
1534
|
+
x?: number | string;
|
|
1402
1535
|
'x-channel-selector'?: string;
|
|
1403
1536
|
'x-height'?: number | string;
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1537
|
+
xlinkActuate?: string;
|
|
1538
|
+
xlinkArcrole?: string;
|
|
1539
|
+
xlinkHref?: string;
|
|
1540
|
+
xlinkRole?: string;
|
|
1541
|
+
xlinkShow?: string;
|
|
1542
|
+
xlinkTitle?: string;
|
|
1543
|
+
xlinkType?: string;
|
|
1544
|
+
xmlBase?: string;
|
|
1545
|
+
xmlLang?: string;
|
|
1546
|
+
xmlns?: string;
|
|
1547
|
+
xmlSpace?: string;
|
|
1548
|
+
y1?: number | string;
|
|
1549
|
+
y2?: number | string;
|
|
1550
|
+
y?: number | string;
|
|
1551
|
+
yChannelSelector?: string;
|
|
1552
|
+
z?: number | string;
|
|
1553
|
+
zoomAndPan?: string;
|
|
1421
1554
|
}
|
|
1422
|
-
interface DOMAttributes<T
|
|
1423
|
-
key?: string | number;
|
|
1424
|
-
ref?: (elm?: T) => void;
|
|
1555
|
+
interface DOMAttributes<T> extends JSXAttributes<T> {
|
|
1425
1556
|
slot?: string;
|
|
1426
1557
|
part?: string;
|
|
1427
1558
|
exportparts?: string;
|
|
@@ -1431,12 +1562,12 @@ export declare namespace JSXBase {
|
|
|
1431
1562
|
onCutCapture?: (event: ClipboardEvent) => void;
|
|
1432
1563
|
onPaste?: (event: ClipboardEvent) => void;
|
|
1433
1564
|
onPasteCapture?: (event: ClipboardEvent) => void;
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1565
|
+
onCompositionend?: (event: CompositionEvent) => void;
|
|
1566
|
+
onCompositionendCapture?: (event: CompositionEvent) => void;
|
|
1567
|
+
onCompositionstart?: (event: CompositionEvent) => void;
|
|
1568
|
+
onCompositionstartCapture?: (event: CompositionEvent) => void;
|
|
1569
|
+
onCompositionupdate?: (event: CompositionEvent) => void;
|
|
1570
|
+
onCompositionupdateCapture?: (event: CompositionEvent) => void;
|
|
1440
1571
|
onFocus?: (event: FocusEvent) => void;
|
|
1441
1572
|
onFocusCapture?: (event: FocusEvent) => void;
|
|
1442
1573
|
onFocusin?: (event: FocusEvent) => void;
|
|
@@ -1447,14 +1578,18 @@ export declare namespace JSXBase {
|
|
|
1447
1578
|
onBlurCapture?: (event: FocusEvent) => void;
|
|
1448
1579
|
onChange?: (event: Event) => void;
|
|
1449
1580
|
onChangeCapture?: (event: Event) => void;
|
|
1450
|
-
onInput?: (event:
|
|
1451
|
-
onInputCapture?: (event:
|
|
1581
|
+
onInput?: (event: InputEvent) => void;
|
|
1582
|
+
onInputCapture?: (event: InputEvent) => void;
|
|
1452
1583
|
onReset?: (event: Event) => void;
|
|
1453
1584
|
onResetCapture?: (event: Event) => void;
|
|
1454
1585
|
onSubmit?: (event: Event) => void;
|
|
1455
1586
|
onSubmitCapture?: (event: Event) => void;
|
|
1456
1587
|
onInvalid?: (event: Event) => void;
|
|
1457
1588
|
onInvalidCapture?: (event: Event) => void;
|
|
1589
|
+
onBeforeToggle?: (event: Event) => void;
|
|
1590
|
+
onBeforeToggleCapture?: (event: Event) => void;
|
|
1591
|
+
onToggle?: (event: Event) => void;
|
|
1592
|
+
onToggleCapture?: (event: Event) => void;
|
|
1458
1593
|
onLoad?: (event: Event) => void;
|
|
1459
1594
|
onLoadCapture?: (event: Event) => void;
|
|
1460
1595
|
onError?: (event: Event) => void;
|
|
@@ -1538,10 +1673,22 @@ export declare namespace JSXBase {
|
|
|
1538
1673
|
onAnimationEndCapture?: (event: AnimationEvent) => void;
|
|
1539
1674
|
onAnimationIteration?: (event: AnimationEvent) => void;
|
|
1540
1675
|
onAnimationIterationCapture?: (event: AnimationEvent) => void;
|
|
1676
|
+
onTransitionCancel?: (event: TransitionEvent) => void;
|
|
1677
|
+
onTransitionCancelCapture?: (event: TransitionEvent) => void;
|
|
1541
1678
|
onTransitionEnd?: (event: TransitionEvent) => void;
|
|
1542
1679
|
onTransitionEndCapture?: (event: TransitionEvent) => void;
|
|
1680
|
+
onTransitionRun?: (event: TransitionEvent) => void;
|
|
1681
|
+
onTransitionRunCapture?: (event: TransitionEvent) => void;
|
|
1682
|
+
onTransitionStart?: (event: TransitionEvent) => void;
|
|
1683
|
+
onTransitionStartCapture?: (event: TransitionEvent) => void;
|
|
1684
|
+
[key: `aria-${string}`]: string | boolean | undefined;
|
|
1685
|
+
[key: `aria${string}`]: string | boolean | undefined;
|
|
1543
1686
|
}
|
|
1544
1687
|
}
|
|
1688
|
+
export interface JSXAttributes<T = Element> {
|
|
1689
|
+
key?: string | number;
|
|
1690
|
+
ref?: (elm?: T) => void;
|
|
1691
|
+
}
|
|
1545
1692
|
export interface CustomElementsDefineOptions {
|
|
1546
1693
|
exclude?: string[];
|
|
1547
1694
|
resourcesUrl?: string;
|