@vonage/vivid 5.12.0 → 5.14.0
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/bundled/definition19.cjs +63 -44
- package/bundled/definition19.js +322 -246
- package/bundled/definition2.cjs +1 -1
- package/bundled/definition2.js +1 -1
- package/bundled/localized.cjs +1 -1
- package/bundled/localized.js +16 -13
- package/bundled/slottable-request.cjs +4 -4
- package/bundled/slottable-request.js +70 -70
- package/bundled/vivid-element.cjs +1 -1
- package/bundled/vivid-element.js +1 -1
- package/custom-elements.json +2640 -2580
- package/data-grid/definition.cjs +37 -13
- package/data-grid/definition.js +37 -13
- package/data-grid/index.cjs +38 -32
- package/data-grid/index.js +201 -178
- package/icon/definition.cjs +1 -1
- package/icon/definition.js +1 -1
- package/lib/accordion/accordion.template.d.ts +2 -2
- package/lib/accordion/index.d.ts +1 -0
- package/lib/accordion-item/accordion-item.d.ts +98 -67
- package/lib/accordion-item/accordion-item.template.d.ts +3 -3
- package/lib/accordion-item/index.d.ts +1 -0
- package/lib/action-group/action-group.d.ts +95 -64
- package/lib/action-group/action-group.template.d.ts +2 -2
- package/lib/action-group/index.d.ts +1 -0
- package/lib/alert/alert.d.ts +192 -130
- package/lib/alert/alert.template.d.ts +3 -3
- package/lib/alert/index.d.ts +1 -0
- package/lib/audio-player/audio-player.d.ts +97 -67
- package/lib/audio-player/audio-player.template.d.ts +2 -2
- package/lib/audio-player/index.d.ts +1 -0
- package/lib/avatar/avatar.d.ts +105 -117
- package/lib/avatar/avatar.template.d.ts +1 -1
- package/lib/avatar/index.d.ts +1 -0
- package/lib/badge/badge.d.ts +98 -67
- package/lib/badge/badge.template.d.ts +3 -3
- package/lib/badge/index.d.ts +1 -0
- package/lib/banner/banner.d.ts +286 -193
- package/lib/banner/banner.template.d.ts +3 -3
- package/lib/banner/index.d.ts +1 -0
- package/lib/breadcrumb/breadcrumb.d.ts +93 -62
- package/lib/breadcrumb/breadcrumb.template.d.ts +2 -2
- package/lib/breadcrumb/index.d.ts +1 -0
- package/lib/breadcrumb-item/breadcrumb-item.d.ts +103 -115
- package/lib/breadcrumb-item/breadcrumb-item.template.d.ts +3 -3
- package/lib/breadcrumb-item/index.d.ts +1 -0
- package/lib/button/button.d.ts +297 -247
- package/lib/button/button.template.d.ts +3 -3
- package/lib/button/index.d.ts +1 -0
- package/lib/calendar/calendar.d.ts +2 -2
- package/lib/calendar/calendar.template.d.ts +2 -2
- package/lib/calendar/helpers/calendar.event-context.d.ts +1 -1
- package/lib/calendar/helpers/calendar.keyboard-interactions.d.ts +1 -1
- package/lib/calendar/index.d.ts +1 -0
- package/lib/calendar-event/calendar-event.d.ts +95 -64
- package/lib/calendar-event/calendar-event.template.d.ts +2 -2
- package/lib/calendar-event/index.d.ts +1 -0
- package/lib/card/card.d.ts +105 -117
- package/lib/card/card.template.d.ts +2 -2
- package/lib/card/index.d.ts +1 -0
- package/lib/checkbox/checkbox.d.ts +628 -437
- package/lib/checkbox/checkbox.template.d.ts +3 -3
- package/lib/checkbox/index.d.ts +1 -0
- package/lib/color-picker/color-picker.d.ts +726 -506
- package/lib/color-picker/color-picker.template.d.ts +2 -2
- package/lib/color-picker/definition.d.ts +1 -1
- package/lib/color-picker/index.d.ts +1 -0
- package/lib/combobox/combobox.d.ts +741 -520
- package/lib/combobox/combobox.template.d.ts +3 -3
- package/lib/combobox/index.d.ts +1 -0
- package/lib/contextual-help/contextual-help.d.ts +1 -1
- package/lib/contextual-help/contextual-help.template.d.ts +3 -3
- package/lib/contextual-help/index.d.ts +1 -0
- package/lib/country/country-code-to-flag-icon.d.ts +1 -1
- package/lib/country/country.template.d.ts +3 -3
- package/lib/country/index.d.ts +1 -0
- package/lib/data-grid/data-grid-cell.d.ts +190 -128
- package/lib/data-grid/data-grid-cell.template.d.ts +3 -3
- package/lib/data-grid/data-grid-row.d.ts +95 -64
- package/lib/data-grid/data-grid-row.template.d.ts +3 -3
- package/lib/data-grid/data-grid.d.ts +1 -1
- package/lib/data-grid/data-grid.template.d.ts +3 -3
- package/lib/data-grid/index.d.ts +1 -0
- package/lib/data-grid/locale.d.ts +1 -1
- package/lib/date-picker/date-picker.d.ts +1045 -792
- package/lib/date-picker/date-picker.template.d.ts +2 -2
- package/lib/date-picker/index.d.ts +1 -0
- package/lib/date-range-picker/date-range-picker.d.ts +538 -411
- package/lib/date-range-picker/date-range-picker.template.d.ts +2 -2
- package/lib/date-range-picker/index.d.ts +1 -0
- package/lib/date-time-picker/date-time-picker.d.ts +1026 -772
- package/lib/date-time-picker/date-time-picker.template.d.ts +2 -2
- package/lib/date-time-picker/index.d.ts +1 -0
- package/lib/dial-pad/dial-pad.d.ts +95 -64
- package/lib/dial-pad/dial-pad.template.d.ts +2 -2
- package/lib/dial-pad/index.d.ts +1 -0
- package/lib/dialog/dialog.d.ts +189 -127
- package/lib/dialog/dialog.template.d.ts +3 -3
- package/lib/dialog/index.d.ts +1 -0
- package/lib/divider/divider.d.ts +94 -63
- package/lib/divider/divider.template.d.ts +2 -2
- package/lib/divider/index.d.ts +1 -0
- package/lib/elevation/elevation.template.d.ts +2 -2
- package/lib/elevation/index.d.ts +1 -0
- package/lib/empty-state/empty-state.d.ts +2 -2
- package/lib/empty-state/empty-state.template.d.ts +3 -3
- package/lib/empty-state/index.d.ts +1 -0
- package/lib/fab/fab.d.ts +98 -67
- package/lib/fab/fab.template.d.ts +3 -3
- package/lib/fab/index.d.ts +1 -0
- package/lib/file-picker/__mocks__/data-transfer.d.ts +21 -0
- package/lib/file-picker/file-picker.d.ts +736 -515
- package/lib/file-picker/file-picker.template.d.ts +3 -3
- package/lib/file-picker/index.d.ts +1 -0
- package/lib/header/header.d.ts +93 -62
- package/lib/header/header.template.d.ts +3 -3
- package/lib/header/index.d.ts +1 -0
- package/lib/icon/icon.d.ts +2 -2
- package/lib/icon/icon.template.d.ts +3 -3
- package/lib/icon/index.d.ts +1 -0
- package/lib/layout/index.d.ts +1 -0
- package/lib/layout/layout.d.ts +2 -2
- package/lib/layout/layout.template.d.ts +2 -2
- package/lib/menu/index.d.ts +1 -0
- package/lib/menu/menu.d.ts +195 -133
- package/lib/menu/menu.template.d.ts +3 -3
- package/lib/menu-item/index.d.ts +1 -0
- package/lib/menu-item/menu-item.d.ts +191 -129
- package/lib/menu-item/menu-item.template.d.ts +2 -2
- package/lib/nav/index.d.ts +1 -0
- package/lib/nav/nav.d.ts +93 -62
- package/lib/nav/nav.template.d.ts +2 -2
- package/lib/nav-disclosure/index.d.ts +1 -0
- package/lib/nav-disclosure/nav-disclosure.d.ts +191 -129
- package/lib/nav-disclosure/nav-disclosure.template.d.ts +3 -3
- package/lib/nav-item/index.d.ts +1 -0
- package/lib/nav-item/nav-item.d.ts +200 -181
- package/lib/nav-item/nav-item.template.d.ts +3 -3
- package/lib/note/index.d.ts +1 -0
- package/lib/note/note.d.ts +97 -66
- package/lib/note/note.template.d.ts +3 -3
- package/lib/number-field/index.d.ts +1 -0
- package/lib/number-field/number-field.d.ts +929 -646
- package/lib/number-field/number-field.template.d.ts +3 -3
- package/lib/option/index.d.ts +1 -0
- package/lib/option/option.d.ts +191 -129
- package/lib/option/option.template.d.ts +3 -3
- package/lib/pagination/index.d.ts +1 -0
- package/lib/pagination/pagination.d.ts +98 -67
- package/lib/pagination/pagination.template.d.ts +3 -3
- package/lib/popover/definition.d.ts +1 -1
- package/lib/popover/index.d.ts +1 -0
- package/lib/popover/popover.d.ts +190 -128
- package/lib/popover/popover.template.d.ts +2 -2
- package/lib/popup/index.d.ts +1 -0
- package/lib/popup/popup.d.ts +1 -1
- package/lib/popup/popup.template.d.ts +3 -3
- package/lib/progress/index.d.ts +1 -0
- package/lib/progress/progress.d.ts +94 -63
- package/lib/progress/progress.template.d.ts +2 -2
- package/lib/progress-ring/index.d.ts +1 -0
- package/lib/progress-ring/progress-ring.d.ts +94 -63
- package/lib/progress-ring/progress-ring.template.d.ts +2 -2
- package/lib/radio/index.d.ts +1 -0
- package/lib/radio/radio.d.ts +340 -242
- package/lib/radio/radio.template.d.ts +2 -2
- package/lib/radio-group/index.d.ts +1 -0
- package/lib/radio-group/radio-group.d.ts +99 -68
- package/lib/radio-group/radio-group.template.d.ts +3 -3
- package/lib/range-slider/index.d.ts +1 -0
- package/lib/range-slider/range-slider.d.ts +313 -218
- package/lib/range-slider/range-slider.template.d.ts +3 -3
- package/lib/rich-text-editor/definition.d.ts +1 -1
- package/lib/rich-text-editor/index.d.ts +1 -0
- package/lib/rich-text-editor/popover.d.ts +1 -1
- package/lib/rich-text-editor/rich-text-editor.d.ts +99 -68
- package/lib/rich-text-editor/rich-text-editor.template.d.ts +2 -2
- package/lib/rich-text-editor/rte/__tests__/async-generator.d.ts +5 -0
- package/lib/rich-text-editor/rte/__tests__/doc-factories.d.ts +106 -0
- package/lib/rich-text-editor/rte/__tests__/font-sizes.d.ts +2 -0
- package/lib/rich-text-editor/rte/__tests__/promise.d.ts +5 -0
- package/lib/rich-text-editor/rte/__tests__/test-utils.d.ts +68 -0
- package/lib/rich-text-editor/rte/config.d.ts +4 -4
- package/lib/rich-text-editor/rte/feature.d.ts +10 -12
- package/lib/rich-text-editor/rte/features/alignment.d.ts +19 -0
- package/lib/rich-text-editor/rte/features/atom.d.ts +9 -0
- package/lib/rich-text-editor/rte/features/base.d.ts +33 -0
- package/lib/rich-text-editor/rte/features/bold.d.ts +17 -0
- package/lib/rich-text-editor/rte/features/drop-handler.d.ts +21 -0
- package/lib/rich-text-editor/rte/features/file-handler.d.ts +25 -0
- package/lib/rich-text-editor/rte/features/font-size-picker.d.ts +46 -0
- package/lib/rich-text-editor/rte/features/hard-break.d.ts +10 -0
- package/lib/rich-text-editor/rte/features/inline-image.d.ts +43 -0
- package/lib/rich-text-editor/rte/features/input-rule.d.ts +10 -0
- package/lib/rich-text-editor/rte/features/internal/basic-text-blocks.d.ts +6 -6
- package/lib/rich-text-editor/rte/features/internal/core.d.ts +37 -0
- package/lib/rich-text-editor/rte/features/internal/cursor-fix.d.ts +16 -0
- package/lib/rich-text-editor/rte/features/internal/foreign-html.d.ts +1 -1
- package/lib/rich-text-editor/rte/features/internal/history.d.ts +2 -2
- package/lib/rich-text-editor/rte/features/internal/input-rules.d.ts +4 -4
- package/lib/rich-text-editor/rte/features/italic.d.ts +17 -0
- package/lib/rich-text-editor/rte/features/link.d.ts +33 -0
- package/lib/rich-text-editor/rte/features/list.d.ts +24 -0
- package/lib/rich-text-editor/rte/features/monospace.d.ts +22 -0
- package/lib/rich-text-editor/rte/features/placeholder.d.ts +23 -0
- package/lib/rich-text-editor/rte/features/strikethrough.d.ts +17 -0
- package/lib/rich-text-editor/rte/features/suggest.d.ts +14 -0
- package/lib/rich-text-editor/rte/features/text-block-picker.d.ts +18 -0
- package/lib/rich-text-editor/rte/features/text-color-picker.d.ts +31 -0
- package/lib/rich-text-editor/rte/features/toolbar-button.d.ts +13 -0
- package/lib/rich-text-editor/rte/features/toolbar.d.ts +37 -0
- package/lib/rich-text-editor/rte/features/underline.d.ts +17 -0
- package/lib/rich-text-editor/rte/html-parser.d.ts +3 -3
- package/lib/rich-text-editor/rte/html-serializer.d.ts +3 -3
- package/lib/rich-text-editor/rte/instance.d.ts +8 -7
- package/lib/rich-text-editor/rte/public-interface.d.ts +13 -0
- package/lib/rich-text-editor/rte/utils/default-textblock.d.ts +2 -2
- package/lib/rich-text-editor/rte/utils/feature-state.d.ts +1 -1
- package/lib/rich-text-editor/rte/utils/text-before-cursor.d.ts +1 -1
- package/lib/rich-text-editor/rte/utils/ui.d.ts +8 -8
- package/lib/rich-text-editor/rte/view.d.ts +3 -6
- package/lib/rich-text-view/definition.d.ts +1 -1
- package/lib/rich-text-view/index.d.ts +2 -0
- package/lib/rich-text-view/rich-text-view.d.ts +1 -1
- package/lib/rich-text-view/rich-text-view.template.d.ts +2 -2
- package/lib/searchable-select/index.d.ts +1 -0
- package/lib/searchable-select/option-tag.d.ts +96 -65
- package/lib/searchable-select/option-tag.template.d.ts +3 -3
- package/lib/searchable-select/searchable-select.d.ts +929 -646
- package/lib/searchable-select/searchable-select.template.d.ts +3 -3
- package/lib/select/index.d.ts +1 -0
- package/lib/select/locale.d.ts +3 -0
- package/lib/select/select.d.ts +1240 -579
- package/lib/select/select.template.d.ts +3 -3
- package/lib/selectable-box/index.d.ts +1 -0
- package/lib/selectable-box/selectable-box.d.ts +94 -63
- package/lib/selectable-box/selectable-box.template.d.ts +2 -2
- package/lib/side-drawer/index.d.ts +1 -0
- package/lib/side-drawer/side-drawer.template.d.ts +2 -2
- package/lib/simple-color-picker/definition.d.ts +1 -1
- package/lib/simple-color-picker/index.d.ts +1 -0
- package/lib/simple-color-picker/simple-color-picker.d.ts +216 -153
- package/lib/simple-color-picker/simple-color-picker.template.d.ts +2 -2
- package/lib/slider/index.d.ts +1 -0
- package/lib/slider/slider.d.ts +299 -205
- package/lib/slider/slider.template.d.ts +4 -4
- package/lib/split-button/index.d.ts +1 -0
- package/lib/split-button/split-button.d.ts +288 -195
- package/lib/split-button/split-button.template.d.ts +3 -3
- package/lib/status/index.d.ts +1 -0
- package/lib/status/status.d.ts +98 -67
- package/lib/status/status.template.d.ts +3 -3
- package/lib/switch/index.d.ts +1 -0
- package/lib/switch/switch.d.ts +207 -142
- package/lib/switch/switch.template.d.ts +2 -2
- package/lib/tab/index.d.ts +1 -0
- package/lib/tab/tab.d.ts +288 -195
- package/lib/tab/tab.template.d.ts +3 -3
- package/lib/tab-panel/index.d.ts +1 -0
- package/lib/tab-panel/tab-panel.d.ts +93 -62
- package/lib/tab-panel/tab-panel.template.d.ts +2 -2
- package/lib/table/index.d.ts +1 -0
- package/lib/table/table-body.template.d.ts +3 -3
- package/lib/table/table-cell.d.ts +93 -62
- package/lib/table/table-cell.template.d.ts +3 -3
- package/lib/table/table-head.template.d.ts +3 -3
- package/lib/table/table-header-cell.d.ts +93 -62
- package/lib/table/table-header-cell.template.d.ts +3 -3
- package/lib/table/table-row.d.ts +93 -62
- package/lib/table/table-row.template.d.ts +3 -3
- package/lib/table/table.template.d.ts +3 -3
- package/lib/tabs/index.d.ts +1 -0
- package/lib/tabs/tabs.d.ts +2 -2
- package/lib/tabs/tabs.template.d.ts +2 -2
- package/lib/tag/index.d.ts +1 -0
- package/lib/tag/tag.d.ts +288 -195
- package/lib/tag/tag.template.d.ts +3 -3
- package/lib/tag-group/index.d.ts +1 -0
- package/lib/tag-group/tag-group.d.ts +93 -62
- package/lib/tag-group/tag-group.template.d.ts +2 -2
- package/lib/tag-name-map.d.ts +1 -1
- package/lib/text-area/index.d.ts +1 -0
- package/lib/text-area/text-area.d.ts +832 -581
- package/lib/text-area/text-area.template.d.ts +3 -3
- package/lib/text-field/index.d.ts +1 -0
- package/lib/text-field/text-field.d.ts +931 -649
- package/lib/text-field/text-field.template.d.ts +3 -3
- package/lib/time-picker/index.d.ts +1 -0
- package/lib/time-picker/time-picker.d.ts +486 -359
- package/lib/time-picker/time-picker.template.d.ts +3 -3
- package/lib/toggletip/index.d.ts +1 -0
- package/lib/toggletip/toggletip.d.ts +197 -135
- package/lib/toggletip/toggletip.template.d.ts +3 -3
- package/lib/tooltip/index.d.ts +1 -0
- package/lib/tooltip/tooltip.d.ts +101 -70
- package/lib/tooltip/tooltip.template.d.ts +3 -3
- package/lib/tree-item/index.d.ts +1 -0
- package/lib/tree-item/tree-item.d.ts +190 -128
- package/lib/tree-item/tree-item.template.d.ts +3 -3
- package/lib/tree-view/index.d.ts +1 -0
- package/lib/tree-view/tree-view.d.ts +93 -62
- package/lib/tree-view/tree-view.template.d.ts +2 -2
- package/lib/video-player/index.d.ts +1 -0
- package/lib/video-player/video-player.d.ts +96 -65
- package/lib/video-player/video-player.template.d.ts +1 -1
- package/lib/video-player/vivid-video-svg.d.ts +1 -1
- package/lib/visually-hidden/definition.d.ts +1 -1
- package/lib/visually-hidden/index.d.ts +1 -0
- package/lib/visually-hidden/visually-hidden.template.d.ts +1 -1
- package/locales/de-DE.cjs +3 -0
- package/locales/de-DE.d.ts +1 -1
- package/locales/de-DE.js +3 -0
- package/locales/en-GB.cjs +3 -0
- package/locales/en-GB.d.ts +1 -1
- package/locales/en-GB.js +3 -0
- package/locales/en-US.cjs +3 -0
- package/locales/en-US.d.ts +1 -1
- package/locales/en-US.js +3 -0
- package/locales/ja-JP.cjs +3 -0
- package/locales/ja-JP.d.ts +1 -1
- package/locales/ja-JP.js +3 -0
- package/locales/zh-CN.cjs +3 -0
- package/locales/zh-CN.d.ts +1 -1
- package/locales/zh-CN.js +3 -0
- package/package.json +6 -6
- package/rich-text-editor/definition.cjs +2 -4
- package/rich-text-editor/definition.js +3 -5
- package/rich-text-editor/index.cjs +7 -7
- package/rich-text-editor/index.js +975 -977
- package/rich-text-view/index.js +1 -1
- package/select/definition.cjs +104 -5
- package/select/definition.js +104 -5
- package/shared/aria/aria-change-subscription.d.ts +1 -1
- package/shared/aria/aria-mixin.d.ts +94 -63
- package/shared/aria/attribute-removal.d.ts +1 -1
- package/shared/aria/delegate-aria-behavior.d.ts +2 -2
- package/shared/aria/delegates-aria.d.ts +96 -65
- package/shared/aria/host-semantics-behavior.d.ts +2 -2
- package/shared/aria/host-semantics.d.ts +97 -66
- package/shared/color-picker/base-color-picker.d.ts +114 -82
- package/shared/datetime/dateRange.d.ts +1 -1
- package/shared/datetime/dateTimeStr.d.ts +4 -4
- package/shared/datetime/month.d.ts +1 -1
- package/shared/datetime/presentationDate.d.ts +2 -2
- package/shared/datetime/presentationDateRange.d.ts +2 -2
- package/shared/datetime/presentationDateTime.d.ts +2 -2
- package/shared/datetime/presentationTime.d.ts +1 -1
- package/shared/datetime/year.d.ts +1 -1
- package/shared/deprecation/replaced-props.d.ts +95 -60
- package/shared/design-system/createRegisterFunction.d.ts +1 -1
- package/shared/design-system/defineVividComponent.d.ts +1 -1
- package/shared/feedback/feedback-message.d.ts +96 -65
- package/shared/feedback/mixins.d.ts +200 -138
- package/shared/foundation/button/button.d.ts +202 -139
- package/shared/foundation/button/button.template.d.ts +2 -2
- package/shared/foundation/form-associated/form-associated.d.ts +213 -147
- package/shared/foundation/listbox/listbox.d.ts +1 -1
- package/shared/foundation/test-utilities/fixture.d.ts +18 -0
- package/shared/foundation/vivid-element/vivid-element.d.ts +194 -131
- package/shared/localization/Locale.d.ts +31 -29
- package/shared/localization/index.d.ts +1 -1
- package/shared/patterns/affix.d.ts +195 -133
- package/shared/patterns/anchored.d.ts +202 -140
- package/shared/patterns/char-count/char-count.d.ts +99 -68
- package/shared/patterns/chevron.d.ts +2 -2
- package/shared/patterns/form-elements/form-element.d.ts +114 -488
- package/shared/patterns/form-elements/with-contextual-help.d.ts +117 -903
- package/shared/patterns/form-elements/with-error-text.d.ts +120 -906
- package/shared/patterns/form-elements/with-success-text.d.ts +97 -66
- package/shared/patterns/linkable.d.ts +106 -117
- package/shared/patterns/localized.d.ts +197 -135
- package/shared/patterns/trapped-focus.d.ts +95 -64
- package/shared/picker-field/mixins/calendar-picker.d.ts +251 -188
- package/shared/picker-field/mixins/calendar-picker.template.d.ts +271 -208
- package/shared/picker-field/mixins/calendar-segments/calendarGrid.d.ts +3 -3
- package/shared/picker-field/mixins/calendar-segments/monthPickerGrid.d.ts +2 -2
- package/shared/picker-field/mixins/calendar-segments/segment.d.ts +2 -2
- package/shared/picker-field/mixins/inline-time-picker/columns.d.ts +2 -2
- package/shared/picker-field/mixins/inline-time-picker/index.d.ts +1 -0
- package/shared/picker-field/mixins/inline-time-picker/inline-time-picker.d.ts +95 -64
- package/shared/picker-field/mixins/inline-time-picker/inline-time-picker.template.d.ts +3 -3
- package/shared/picker-field/mixins/inline-time-picker/picker-option.d.ts +1 -1
- package/shared/picker-field/mixins/min-max-calendar-picker.d.ts +277 -1102
- package/shared/picker-field/mixins/single-date-picker.d.ts +274 -1953
- package/shared/picker-field/mixins/single-value-picker.d.ts +236 -173
- package/shared/picker-field/mixins/time-selection-picker.d.ts +257 -1046
- package/shared/picker-field/mixins/time-selection-picker.template.d.ts +486 -360
- package/shared/picker-field/picker-field.d.ts +735 -514
- package/shared/picker-field/picker-field.template.d.ts +2 -2
- package/shared/templating/attribute-binding-behaviour.d.ts +1 -1
- package/shared/templating/render-in-light-dom.d.ts +2 -2
- package/shared/utils/closest-of-type.d.ts +2 -0
- package/shared/utils/direct-children-of-type.d.ts +2 -0
- package/shared/utils/dom-traversal-types.d.ts +3 -0
- package/shared/utils/first-of-type.d.ts +2 -0
- package/shared/utils/last-of-type.d.ts +2 -0
- package/shared/utils/nested-children-of-type.d.ts +2 -0
- package/shared/utils/next-of-type.d.ts +2 -0
- package/shared/utils/numberConverter.d.ts +1 -1
- package/shared/utils/prev-of-type.d.ts +2 -0
- package/shared/utils/promise.d.ts +2 -2
- package/shared/utils/siblings-of-type.d.ts +2 -0
- package/styles/core/all.css +2 -2
- package/styles/core/theme.css +2 -2
- package/styles/core/typography.css +1 -1
- package/styles/tokens/theme-dark.css +4 -4
- package/styles/tokens/theme-light.css +4 -4
- package/styles/tokens/vivid-2-compat.css +1 -1
- package/unbundled/slottable-request.cjs +7 -5
- package/unbundled/slottable-request.js +7 -6
- package/unbundled/vivid-element.cjs +1 -1
- package/unbundled/vivid-element.js +1 -1
- package/vivid.api.json +727 -38
package/lib/select/select.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
1
|
+
import { Appearance, Shape, Size } from '../enums';
|
|
2
|
+
import { ListboxOption } from '../option/option';
|
|
3
3
|
import { Listbox } from '../../shared/foundation/listbox/listbox';
|
|
4
|
-
import
|
|
4
|
+
import { ExtractFromEnum } from '../../shared/utils/enums';
|
|
5
5
|
export type SelectAppearance = ExtractFromEnum<Appearance, Appearance.Fieldset | Appearance.Ghost>;
|
|
6
6
|
export type SelectShape = ExtractFromEnum<Shape, Shape.Rounded | Shape.Pill>;
|
|
7
7
|
export type SelectSize = ExtractFromEnum<Size, Size.Condensed | Size.Normal>;
|
|
@@ -9,25 +9,26 @@ declare const Select_base: {
|
|
|
9
9
|
new (...args: any[]): {
|
|
10
10
|
_slottedHelperTextIds: string[];
|
|
11
11
|
_helperTextSlottedContentChanged(_: HTMLElement[], newContent: HTMLElement[]): void;
|
|
12
|
-
|
|
12
|
+
get _feedbackDescribedBy(): string;
|
|
13
13
|
_feedbackId: string;
|
|
14
|
-
_getFeedbackTemplate(ctx: import(
|
|
15
|
-
helperText?: string
|
|
16
|
-
_helperTextSlottedContent?: HTMLElement[]
|
|
14
|
+
_getFeedbackTemplate(ctx: import('../../shared/design-system/defineVividComponent').VividElementDefinitionContext): import('@microsoft/fast-element').ViewTemplate<any, any>;
|
|
15
|
+
helperText?: string;
|
|
16
|
+
_helperTextSlottedContent?: HTMLElement[];
|
|
17
17
|
_internalFeedback(): {
|
|
18
|
-
type: import(
|
|
18
|
+
type: import('../../shared/feedback/feedback-message').FeedbackType;
|
|
19
19
|
message: string;
|
|
20
20
|
};
|
|
21
21
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
22
22
|
connectedCallback(): void;
|
|
23
|
-
_vividAriaBehaviour: import(
|
|
24
|
-
readonly $fastController: import(
|
|
25
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
23
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
24
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
25
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
26
26
|
disconnectedCallback(): void;
|
|
27
27
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
28
28
|
accessKey: string;
|
|
29
29
|
readonly accessKeyLabel: string;
|
|
30
30
|
autocapitalize: string;
|
|
31
|
+
autocorrect: boolean;
|
|
31
32
|
dir: string;
|
|
32
33
|
draggable: boolean;
|
|
33
34
|
hidden: boolean;
|
|
@@ -40,30 +41,39 @@ declare const Select_base: {
|
|
|
40
41
|
readonly offsetTop: number;
|
|
41
42
|
readonly offsetWidth: number;
|
|
42
43
|
outerText: string;
|
|
44
|
+
popover: string | null;
|
|
43
45
|
spellcheck: boolean;
|
|
44
46
|
title: string;
|
|
45
47
|
translate: boolean;
|
|
48
|
+
writingSuggestions: string;
|
|
46
49
|
attachInternals(): ElementInternals;
|
|
47
50
|
click(): void;
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
51
|
+
hidePopover(): void;
|
|
52
|
+
showPopover(): void;
|
|
53
|
+
togglePopover(options?: boolean): boolean;
|
|
54
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
55
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
56
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
57
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
52
58
|
readonly attributes: NamedNodeMap;
|
|
53
|
-
|
|
59
|
+
get classList(): DOMTokenList;
|
|
60
|
+
set classList(value: string);
|
|
54
61
|
className: string;
|
|
55
62
|
readonly clientHeight: number;
|
|
56
63
|
readonly clientLeft: number;
|
|
57
64
|
readonly clientTop: number;
|
|
58
65
|
readonly clientWidth: number;
|
|
66
|
+
readonly currentCSSZoom: number;
|
|
59
67
|
id: string;
|
|
68
|
+
innerHTML: string;
|
|
60
69
|
readonly localName: string;
|
|
61
70
|
readonly namespaceURI: string | null;
|
|
62
71
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
63
72
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
64
73
|
outerHTML: string;
|
|
65
74
|
readonly ownerDocument: Document;
|
|
66
|
-
|
|
75
|
+
get part(): DOMTokenList;
|
|
76
|
+
set part(value: string);
|
|
67
77
|
readonly prefix: string | null;
|
|
68
78
|
readonly scrollHeight: number;
|
|
69
79
|
scrollLeft: number;
|
|
@@ -73,11 +83,12 @@ declare const Select_base: {
|
|
|
73
83
|
slot: string;
|
|
74
84
|
readonly tagName: string;
|
|
75
85
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
76
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
77
|
-
closest<
|
|
78
|
-
closest<
|
|
79
|
-
closest<
|
|
86
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
87
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
88
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
89
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
80
90
|
closest<E extends Element = Element>(selectors: string): E | null;
|
|
91
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
81
92
|
getAttribute(qualifiedName: string): string | null;
|
|
82
93
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
83
94
|
getAttributeNames(): string[];
|
|
@@ -86,43 +97,47 @@ declare const Select_base: {
|
|
|
86
97
|
getBoundingClientRect(): DOMRect;
|
|
87
98
|
getClientRects(): DOMRectList;
|
|
88
99
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
89
|
-
getElementsByTagName<
|
|
90
|
-
getElementsByTagName<
|
|
91
|
-
getElementsByTagName<
|
|
92
|
-
getElementsByTagName<
|
|
100
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
101
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
102
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
103
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
93
104
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
94
105
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
95
106
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
96
107
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
97
108
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
109
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
98
110
|
hasAttribute(qualifiedName: string): boolean;
|
|
99
111
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
100
112
|
hasAttributes(): boolean;
|
|
101
113
|
hasPointerCapture(pointerId: number): boolean;
|
|
102
114
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
103
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
115
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
104
116
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
105
117
|
matches(selectors: string): boolean;
|
|
106
118
|
releasePointerCapture(pointerId: number): void;
|
|
107
119
|
removeAttribute(qualifiedName: string): void;
|
|
108
120
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
109
121
|
removeAttributeNode(attr: Attr): Attr;
|
|
110
|
-
requestFullscreen(options?: FullscreenOptions
|
|
111
|
-
requestPointerLock(): void
|
|
112
|
-
scroll(options?: ScrollToOptions
|
|
122
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
123
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
124
|
+
scroll(options?: ScrollToOptions): void;
|
|
113
125
|
scroll(x: number, y: number): void;
|
|
114
|
-
scrollBy(options?: ScrollToOptions
|
|
126
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
115
127
|
scrollBy(x: number, y: number): void;
|
|
116
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
117
|
-
scrollTo(options?: ScrollToOptions
|
|
128
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
129
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
118
130
|
scrollTo(x: number, y: number): void;
|
|
119
131
|
setAttribute(qualifiedName: string, value: string): void;
|
|
120
132
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
121
133
|
setAttributeNode(attr: Attr): Attr | null;
|
|
122
134
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
135
|
+
setHTMLUnsafe(html: string): void;
|
|
123
136
|
setPointerCapture(pointerId: number): void;
|
|
124
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
137
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
125
138
|
webkitMatchesSelector(selectors: string): boolean;
|
|
139
|
+
get textContent(): string;
|
|
140
|
+
set textContent(value: string | null);
|
|
126
141
|
readonly baseURI: string;
|
|
127
142
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
128
143
|
readonly firstChild: ChildNode | null;
|
|
@@ -135,22 +150,21 @@ declare const Select_base: {
|
|
|
135
150
|
readonly parentElement: HTMLElement | null;
|
|
136
151
|
readonly parentNode: ParentNode | null;
|
|
137
152
|
readonly previousSibling: ChildNode | null;
|
|
138
|
-
textContent: string | null;
|
|
139
153
|
appendChild<T extends Node>(node: T): T;
|
|
140
|
-
cloneNode(
|
|
154
|
+
cloneNode(subtree?: boolean): Node;
|
|
141
155
|
compareDocumentPosition(other: Node): number;
|
|
142
156
|
contains(other: Node | null): boolean;
|
|
143
|
-
getRootNode(options?: GetRootNodeOptions
|
|
157
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
144
158
|
hasChildNodes(): boolean;
|
|
145
|
-
insertBefore<
|
|
159
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
146
160
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
147
161
|
isEqualNode(otherNode: Node | null): boolean;
|
|
148
162
|
isSameNode(otherNode: Node | null): boolean;
|
|
149
163
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
150
164
|
lookupPrefix(namespace: string | null): string | null;
|
|
151
165
|
normalize(): void;
|
|
152
|
-
removeChild<
|
|
153
|
-
replaceChild<
|
|
166
|
+
removeChild<T extends Node>(child: T): T;
|
|
167
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
154
168
|
readonly ELEMENT_NODE: 1;
|
|
155
169
|
readonly ATTRIBUTE_NODE: 2;
|
|
156
170
|
readonly TEXT_NODE: 3;
|
|
@@ -170,35 +184,49 @@ declare const Select_base: {
|
|
|
170
184
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
171
185
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
172
186
|
dispatchEvent(event: Event): boolean;
|
|
187
|
+
ariaActiveDescendantElement: Element | null;
|
|
173
188
|
ariaAtomic: string | null;
|
|
174
189
|
ariaAutoComplete: string | null;
|
|
190
|
+
ariaBrailleLabel: string | null;
|
|
191
|
+
ariaBrailleRoleDescription: string | null;
|
|
175
192
|
ariaBusy: string | null;
|
|
176
193
|
ariaChecked: string | null;
|
|
177
194
|
ariaColCount: string | null;
|
|
178
195
|
ariaColIndex: string | null;
|
|
196
|
+
ariaColIndexText: string | null;
|
|
179
197
|
ariaColSpan: string | null;
|
|
198
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
180
199
|
ariaCurrent: string | null;
|
|
200
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
201
|
+
ariaDescription: string | null;
|
|
202
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
181
203
|
ariaDisabled: string | null;
|
|
204
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
182
205
|
ariaExpanded: string | null;
|
|
206
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
183
207
|
ariaHasPopup: string | null;
|
|
184
208
|
ariaHidden: string | null;
|
|
185
209
|
ariaInvalid: string | null;
|
|
186
210
|
ariaKeyShortcuts: string | null;
|
|
187
211
|
ariaLabel: string | null;
|
|
212
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
188
213
|
ariaLevel: string | null;
|
|
189
214
|
ariaLive: string | null;
|
|
190
215
|
ariaModal: string | null;
|
|
191
216
|
ariaMultiLine: string | null;
|
|
192
217
|
ariaMultiSelectable: string | null;
|
|
193
218
|
ariaOrientation: string | null;
|
|
219
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
194
220
|
ariaPlaceholder: string | null;
|
|
195
221
|
ariaPosInSet: string | null;
|
|
196
222
|
ariaPressed: string | null;
|
|
197
223
|
ariaReadOnly: string | null;
|
|
224
|
+
ariaRelevant: string | null;
|
|
198
225
|
ariaRequired: string | null;
|
|
199
226
|
ariaRoleDescription: string | null;
|
|
200
227
|
ariaRowCount: string | null;
|
|
201
228
|
ariaRowIndex: string | null;
|
|
229
|
+
ariaRowIndexText: string | null;
|
|
202
230
|
ariaRowSpan: string | null;
|
|
203
231
|
ariaSelected: string | null;
|
|
204
232
|
ariaSetSize: string | null;
|
|
@@ -208,34 +236,35 @@ declare const Select_base: {
|
|
|
208
236
|
ariaValueNow: string | null;
|
|
209
237
|
ariaValueText: string | null;
|
|
210
238
|
role: string | null;
|
|
211
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
212
|
-
getAnimations(options?: GetAnimationsOptions
|
|
213
|
-
after(...nodes: (
|
|
214
|
-
before(...nodes: (
|
|
239
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
240
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
241
|
+
after(...nodes: (Node | string)[]): void;
|
|
242
|
+
before(...nodes: (Node | string)[]): void;
|
|
215
243
|
remove(): void;
|
|
216
|
-
replaceWith(...nodes: (
|
|
217
|
-
innerHTML: string;
|
|
244
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
218
245
|
readonly nextElementSibling: Element | null;
|
|
219
246
|
readonly previousElementSibling: Element | null;
|
|
220
247
|
readonly childElementCount: number;
|
|
221
248
|
readonly children: HTMLCollection;
|
|
222
249
|
readonly firstElementChild: Element | null;
|
|
223
250
|
readonly lastElementChild: Element | null;
|
|
224
|
-
append(...nodes: (
|
|
225
|
-
prepend(...nodes: (
|
|
226
|
-
querySelector<
|
|
227
|
-
querySelector<
|
|
228
|
-
querySelector<
|
|
229
|
-
querySelector<
|
|
230
|
-
querySelector<
|
|
231
|
-
querySelectorAll<
|
|
232
|
-
querySelectorAll<
|
|
233
|
-
querySelectorAll<
|
|
234
|
-
querySelectorAll<
|
|
235
|
-
querySelectorAll<
|
|
236
|
-
replaceChildren(...nodes: (
|
|
251
|
+
append(...nodes: (Node | string)[]): void;
|
|
252
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
253
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
254
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
255
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
256
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
257
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
258
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
259
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
260
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
261
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
262
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
263
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
237
264
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
238
|
-
readonly
|
|
265
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
266
|
+
get style(): CSSStyleDeclaration;
|
|
267
|
+
set style(cssText: string);
|
|
239
268
|
contentEditable: string;
|
|
240
269
|
enterKeyHint: string;
|
|
241
270
|
inputMode: string;
|
|
@@ -245,16 +274,20 @@ declare const Select_base: {
|
|
|
245
274
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
246
275
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
247
276
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
248
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
277
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
249
278
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
279
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
280
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
250
281
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
251
282
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
252
283
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
253
284
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
254
285
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
255
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
286
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
256
287
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
257
|
-
|
|
288
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
289
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
290
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
258
291
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
259
292
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
260
293
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -301,12 +334,14 @@ declare const Select_base: {
|
|
|
301
334
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
302
335
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
303
336
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
337
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
304
338
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
305
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
339
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
306
340
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
307
341
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
308
342
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
309
343
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
344
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
310
345
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
311
346
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
312
347
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -318,7 +353,7 @@ declare const Select_base: {
|
|
|
318
353
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
319
354
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
320
355
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
321
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
356
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
322
357
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
323
358
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
324
359
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -336,14 +371,10 @@ declare const Select_base: {
|
|
|
336
371
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
337
372
|
autofocus: boolean;
|
|
338
373
|
readonly dataset: DOMStringMap;
|
|
339
|
-
nonce?: string
|
|
374
|
+
nonce?: string;
|
|
340
375
|
tabIndex: number;
|
|
341
376
|
blur(): void;
|
|
342
|
-
focus(options?: FocusOptions
|
|
343
|
-
ariaColIndexText: string | null;
|
|
344
|
-
ariaDescription: string | null;
|
|
345
|
-
ariaRowIndexText: string | null;
|
|
346
|
-
ariaRelevant: string | null;
|
|
377
|
+
focus(options?: FocusOptions): void;
|
|
347
378
|
roleChanged(prev: string | null, next: string | null): void;
|
|
348
379
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
349
380
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -386,7 +417,7 @@ declare const Select_base: {
|
|
|
386
417
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
387
418
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
388
419
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
389
|
-
"__#
|
|
420
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
390
421
|
newPropertyName: string;
|
|
391
422
|
deprecatedPropertyName: string;
|
|
392
423
|
fromDeprecated: (v: any) => any;
|
|
@@ -395,29 +426,30 @@ declare const Select_base: {
|
|
|
395
426
|
};
|
|
396
427
|
} & {
|
|
397
428
|
new (...args: any[]): {
|
|
398
|
-
_contextualHelpSlottedContent?: HTMLElement[]
|
|
399
|
-
|
|
429
|
+
_contextualHelpSlottedContent?: HTMLElement[];
|
|
430
|
+
get _hasContextualHelp(): boolean;
|
|
400
431
|
_isFromContextualHelp(e: Event): boolean;
|
|
401
|
-
label?: string
|
|
432
|
+
label?: string;
|
|
402
433
|
errorValidationMessage: string;
|
|
403
434
|
forceErrorDisplay: boolean;
|
|
404
435
|
hasBeenTouched: boolean;
|
|
405
436
|
connectedCallback: (() => void) & (() => void) & (() => void);
|
|
406
|
-
"__#
|
|
437
|
+
"__#private@#handleInvalidEvent": () => void;
|
|
407
438
|
disconnectedCallback: (() => void) & (() => void) & (() => void);
|
|
408
439
|
formResetCallback: (() => void) & (() => void);
|
|
409
|
-
validate: (() => void) & ((anchor?: HTMLElement
|
|
410
|
-
proxy: import(
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
440
|
+
validate: (() => void) & ((anchor?: HTMLElement) => void);
|
|
441
|
+
proxy: import('../../shared/foundation/form-associated/form-associated').ProxyElement;
|
|
442
|
+
get validity(): ValidityState;
|
|
443
|
+
get form(): HTMLFormElement | null;
|
|
444
|
+
get validationMessage(): string;
|
|
445
|
+
get willValidate(): boolean;
|
|
446
|
+
get labels(): ReadonlyArray<Node>;
|
|
416
447
|
dirtyValue: boolean;
|
|
417
|
-
proxySlot?: HTMLSlotElement
|
|
448
|
+
proxySlot?: HTMLSlotElement;
|
|
418
449
|
value: string;
|
|
419
450
|
valueChanged(_previous: string, _next: string): void;
|
|
420
|
-
currentValue: string;
|
|
451
|
+
get currentValue(): string;
|
|
452
|
+
set currentValue(value: string);
|
|
421
453
|
initialValue: string;
|
|
422
454
|
initialValueChanged(_previous: string, _next: string): void;
|
|
423
455
|
disabled: boolean;
|
|
@@ -426,25 +458,26 @@ declare const Select_base: {
|
|
|
426
458
|
nameChanged(_previous: string, _next: string): void;
|
|
427
459
|
required: boolean;
|
|
428
460
|
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
429
|
-
|
|
461
|
+
get elementInternals(): ElementInternals | null;
|
|
430
462
|
proxyEventsToBlock: string[];
|
|
431
463
|
checkValidity(): boolean;
|
|
432
464
|
reportValidity(): boolean;
|
|
433
|
-
setValidity(flags: ValidityStateFlags, message?: string
|
|
465
|
+
setValidity(flags: ValidityStateFlags, message?: string, anchor?: HTMLElement): void;
|
|
434
466
|
formDisabledCallback(disabled: boolean): void;
|
|
435
467
|
proxyInitialized: boolean;
|
|
436
468
|
attachProxy(): void;
|
|
437
469
|
detachProxy(): void;
|
|
438
|
-
setFormValue(value:
|
|
470
|
+
setFormValue(value: File | string | FormData | null, state?: File | string | FormData | null): void;
|
|
439
471
|
_keypressHandler(e: KeyboardEvent): void;
|
|
440
472
|
stopPropagation(e: Event): void;
|
|
441
|
-
_vividAriaBehaviour: import(
|
|
442
|
-
readonly $fastController: import(
|
|
443
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
473
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
474
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
475
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
444
476
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
445
477
|
accessKey: string;
|
|
446
478
|
readonly accessKeyLabel: string;
|
|
447
479
|
autocapitalize: string;
|
|
480
|
+
autocorrect: boolean;
|
|
448
481
|
dir: string;
|
|
449
482
|
draggable: boolean;
|
|
450
483
|
hidden: boolean;
|
|
@@ -457,30 +490,39 @@ declare const Select_base: {
|
|
|
457
490
|
readonly offsetTop: number;
|
|
458
491
|
readonly offsetWidth: number;
|
|
459
492
|
outerText: string;
|
|
493
|
+
popover: string | null;
|
|
460
494
|
spellcheck: boolean;
|
|
461
495
|
title: string;
|
|
462
496
|
translate: boolean;
|
|
497
|
+
writingSuggestions: string;
|
|
463
498
|
attachInternals(): ElementInternals;
|
|
464
499
|
click(): void;
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
500
|
+
hidePopover(): void;
|
|
501
|
+
showPopover(): void;
|
|
502
|
+
togglePopover(options?: boolean): boolean;
|
|
503
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
504
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
505
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
506
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
469
507
|
readonly attributes: NamedNodeMap;
|
|
470
|
-
|
|
508
|
+
get classList(): DOMTokenList;
|
|
509
|
+
set classList(value: string);
|
|
471
510
|
className: string;
|
|
472
511
|
readonly clientHeight: number;
|
|
473
512
|
readonly clientLeft: number;
|
|
474
513
|
readonly clientTop: number;
|
|
475
514
|
readonly clientWidth: number;
|
|
515
|
+
readonly currentCSSZoom: number;
|
|
476
516
|
id: string;
|
|
517
|
+
innerHTML: string;
|
|
477
518
|
readonly localName: string;
|
|
478
519
|
readonly namespaceURI: string | null;
|
|
479
520
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
480
521
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
481
522
|
outerHTML: string;
|
|
482
523
|
readonly ownerDocument: Document;
|
|
483
|
-
|
|
524
|
+
get part(): DOMTokenList;
|
|
525
|
+
set part(value: string);
|
|
484
526
|
readonly prefix: string | null;
|
|
485
527
|
readonly scrollHeight: number;
|
|
486
528
|
scrollLeft: number;
|
|
@@ -490,11 +532,12 @@ declare const Select_base: {
|
|
|
490
532
|
slot: string;
|
|
491
533
|
readonly tagName: string;
|
|
492
534
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
493
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
494
|
-
closest<
|
|
495
|
-
closest<
|
|
496
|
-
closest<
|
|
497
|
-
closest<
|
|
535
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
536
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
537
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
538
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
539
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
540
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
498
541
|
getAttribute(qualifiedName: string): string | null;
|
|
499
542
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
500
543
|
getAttributeNames(): string[];
|
|
@@ -503,43 +546,47 @@ declare const Select_base: {
|
|
|
503
546
|
getBoundingClientRect(): DOMRect;
|
|
504
547
|
getClientRects(): DOMRectList;
|
|
505
548
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
506
|
-
getElementsByTagName<
|
|
507
|
-
getElementsByTagName<
|
|
508
|
-
getElementsByTagName<
|
|
509
|
-
getElementsByTagName<
|
|
549
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
550
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
551
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
552
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
510
553
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
511
554
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
512
555
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
513
556
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
514
557
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
558
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
515
559
|
hasAttribute(qualifiedName: string): boolean;
|
|
516
560
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
517
561
|
hasAttributes(): boolean;
|
|
518
562
|
hasPointerCapture(pointerId: number): boolean;
|
|
519
563
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
520
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
564
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
521
565
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
522
566
|
matches(selectors: string): boolean;
|
|
523
567
|
releasePointerCapture(pointerId: number): void;
|
|
524
568
|
removeAttribute(qualifiedName: string): void;
|
|
525
569
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
526
570
|
removeAttributeNode(attr: Attr): Attr;
|
|
527
|
-
requestFullscreen(options?: FullscreenOptions
|
|
528
|
-
requestPointerLock(): void
|
|
529
|
-
scroll(options?: ScrollToOptions
|
|
571
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
572
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
573
|
+
scroll(options?: ScrollToOptions): void;
|
|
530
574
|
scroll(x: number, y: number): void;
|
|
531
|
-
scrollBy(options?: ScrollToOptions
|
|
575
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
532
576
|
scrollBy(x: number, y: number): void;
|
|
533
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
534
|
-
scrollTo(options?: ScrollToOptions
|
|
577
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
578
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
535
579
|
scrollTo(x: number, y: number): void;
|
|
536
580
|
setAttribute(qualifiedName: string, value: string): void;
|
|
537
581
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
538
582
|
setAttributeNode(attr: Attr): Attr | null;
|
|
539
583
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
584
|
+
setHTMLUnsafe(html: string): void;
|
|
540
585
|
setPointerCapture(pointerId: number): void;
|
|
541
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
586
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
542
587
|
webkitMatchesSelector(selectors: string): boolean;
|
|
588
|
+
get textContent(): string;
|
|
589
|
+
set textContent(value: string | null);
|
|
543
590
|
readonly baseURI: string;
|
|
544
591
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
545
592
|
readonly firstChild: ChildNode | null;
|
|
@@ -552,22 +599,21 @@ declare const Select_base: {
|
|
|
552
599
|
readonly parentElement: HTMLElement | null;
|
|
553
600
|
readonly parentNode: ParentNode | null;
|
|
554
601
|
readonly previousSibling: ChildNode | null;
|
|
555
|
-
textContent: string | null;
|
|
556
602
|
appendChild<T extends Node>(node: T): T;
|
|
557
|
-
cloneNode(
|
|
603
|
+
cloneNode(subtree?: boolean): Node;
|
|
558
604
|
compareDocumentPosition(other: Node): number;
|
|
559
605
|
contains(other: Node | null): boolean;
|
|
560
|
-
getRootNode(options?: GetRootNodeOptions
|
|
606
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
561
607
|
hasChildNodes(): boolean;
|
|
562
|
-
insertBefore<
|
|
608
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
563
609
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
564
610
|
isEqualNode(otherNode: Node | null): boolean;
|
|
565
611
|
isSameNode(otherNode: Node | null): boolean;
|
|
566
612
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
567
613
|
lookupPrefix(namespace: string | null): string | null;
|
|
568
614
|
normalize(): void;
|
|
569
|
-
removeChild<
|
|
570
|
-
replaceChild<
|
|
615
|
+
removeChild<T extends Node>(child: T): T;
|
|
616
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
571
617
|
readonly ELEMENT_NODE: 1;
|
|
572
618
|
readonly ATTRIBUTE_NODE: 2;
|
|
573
619
|
readonly TEXT_NODE: 3;
|
|
@@ -587,35 +633,49 @@ declare const Select_base: {
|
|
|
587
633
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
588
634
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
589
635
|
dispatchEvent(event: Event): boolean;
|
|
636
|
+
ariaActiveDescendantElement: Element | null;
|
|
590
637
|
ariaAtomic: string | null;
|
|
591
638
|
ariaAutoComplete: string | null;
|
|
639
|
+
ariaBrailleLabel: string | null;
|
|
640
|
+
ariaBrailleRoleDescription: string | null;
|
|
592
641
|
ariaBusy: string | null;
|
|
593
642
|
ariaChecked: string | null;
|
|
594
643
|
ariaColCount: string | null;
|
|
595
644
|
ariaColIndex: string | null;
|
|
645
|
+
ariaColIndexText: string | null;
|
|
596
646
|
ariaColSpan: string | null;
|
|
647
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
597
648
|
ariaCurrent: string | null;
|
|
649
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
650
|
+
ariaDescription: string | null;
|
|
651
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
598
652
|
ariaDisabled: string | null;
|
|
653
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
599
654
|
ariaExpanded: string | null;
|
|
655
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
600
656
|
ariaHasPopup: string | null;
|
|
601
657
|
ariaHidden: string | null;
|
|
602
658
|
ariaInvalid: string | null;
|
|
603
659
|
ariaKeyShortcuts: string | null;
|
|
604
660
|
ariaLabel: string | null;
|
|
661
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
605
662
|
ariaLevel: string | null;
|
|
606
663
|
ariaLive: string | null;
|
|
607
664
|
ariaModal: string | null;
|
|
608
665
|
ariaMultiLine: string | null;
|
|
609
666
|
ariaMultiSelectable: string | null;
|
|
610
667
|
ariaOrientation: string | null;
|
|
668
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
611
669
|
ariaPlaceholder: string | null;
|
|
612
670
|
ariaPosInSet: string | null;
|
|
613
671
|
ariaPressed: string | null;
|
|
614
672
|
ariaReadOnly: string | null;
|
|
673
|
+
ariaRelevant: string | null;
|
|
615
674
|
ariaRequired: string | null;
|
|
616
675
|
ariaRoleDescription: string | null;
|
|
617
676
|
ariaRowCount: string | null;
|
|
618
677
|
ariaRowIndex: string | null;
|
|
678
|
+
ariaRowIndexText: string | null;
|
|
619
679
|
ariaRowSpan: string | null;
|
|
620
680
|
ariaSelected: string | null;
|
|
621
681
|
ariaSetSize: string | null;
|
|
@@ -625,34 +685,35 @@ declare const Select_base: {
|
|
|
625
685
|
ariaValueNow: string | null;
|
|
626
686
|
ariaValueText: string | null;
|
|
627
687
|
role: string | null;
|
|
628
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
629
|
-
getAnimations(options?: GetAnimationsOptions
|
|
630
|
-
after(...nodes: (
|
|
631
|
-
before(...nodes: (
|
|
688
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
689
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
690
|
+
after(...nodes: (Node | string)[]): void;
|
|
691
|
+
before(...nodes: (Node | string)[]): void;
|
|
632
692
|
remove(): void;
|
|
633
|
-
replaceWith(...nodes: (
|
|
634
|
-
innerHTML: string;
|
|
693
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
635
694
|
readonly nextElementSibling: Element | null;
|
|
636
695
|
readonly previousElementSibling: Element | null;
|
|
637
696
|
readonly childElementCount: number;
|
|
638
697
|
readonly children: HTMLCollection;
|
|
639
698
|
readonly firstElementChild: Element | null;
|
|
640
699
|
readonly lastElementChild: Element | null;
|
|
641
|
-
append(...nodes: (
|
|
642
|
-
prepend(...nodes: (
|
|
643
|
-
querySelector<
|
|
644
|
-
querySelector<
|
|
645
|
-
querySelector<
|
|
646
|
-
querySelector<
|
|
647
|
-
querySelector<
|
|
648
|
-
querySelectorAll<
|
|
649
|
-
querySelectorAll<
|
|
650
|
-
querySelectorAll<
|
|
651
|
-
querySelectorAll<
|
|
652
|
-
querySelectorAll<
|
|
653
|
-
replaceChildren(...nodes: (
|
|
700
|
+
append(...nodes: (Node | string)[]): void;
|
|
701
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
702
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
703
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
704
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
705
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
706
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
707
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
708
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
709
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
710
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
711
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
712
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
654
713
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
655
|
-
readonly
|
|
714
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
715
|
+
get style(): CSSStyleDeclaration;
|
|
716
|
+
set style(cssText: string);
|
|
656
717
|
contentEditable: string;
|
|
657
718
|
enterKeyHint: string;
|
|
658
719
|
inputMode: string;
|
|
@@ -662,16 +723,20 @@ declare const Select_base: {
|
|
|
662
723
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
663
724
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
664
725
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
665
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
726
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
666
727
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
728
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
729
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
667
730
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
668
731
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
669
732
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
670
733
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
671
734
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
672
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
735
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
673
736
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
674
|
-
|
|
737
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
738
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
739
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
675
740
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
676
741
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
677
742
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -718,12 +783,14 @@ declare const Select_base: {
|
|
|
718
783
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
719
784
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
720
785
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
786
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
721
787
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
722
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
788
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
723
789
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
724
790
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
725
791
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
726
792
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
793
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
727
794
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
728
795
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
729
796
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -735,7 +802,7 @@ declare const Select_base: {
|
|
|
735
802
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
736
803
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
737
804
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
738
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
805
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
739
806
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
740
807
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
741
808
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -753,14 +820,10 @@ declare const Select_base: {
|
|
|
753
820
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
754
821
|
autofocus: boolean;
|
|
755
822
|
readonly dataset: DOMStringMap;
|
|
756
|
-
nonce?: string
|
|
823
|
+
nonce?: string;
|
|
757
824
|
tabIndex: number;
|
|
758
825
|
blur(): void;
|
|
759
|
-
focus(options?: FocusOptions
|
|
760
|
-
ariaColIndexText: string | null;
|
|
761
|
-
ariaDescription: string | null;
|
|
762
|
-
ariaRowIndexText: string | null;
|
|
763
|
-
ariaRelevant: string | null;
|
|
826
|
+
focus(options?: FocusOptions): void;
|
|
764
827
|
roleChanged(prev: string | null, next: string | null): void;
|
|
765
828
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
766
829
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -803,7 +866,7 @@ declare const Select_base: {
|
|
|
803
866
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
804
867
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
805
868
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
806
|
-
"__#
|
|
869
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
807
870
|
newPropertyName: string;
|
|
808
871
|
deprecatedPropertyName: string;
|
|
809
872
|
fromDeprecated: (v: any) => any;
|
|
@@ -812,32 +875,33 @@ declare const Select_base: {
|
|
|
812
875
|
};
|
|
813
876
|
} & {
|
|
814
877
|
new (...args: any[]): {
|
|
815
|
-
errorText?: string
|
|
878
|
+
errorText?: string;
|
|
816
879
|
errorTextChanged(_: string, newErrorText: string | undefined): void;
|
|
817
|
-
"__#
|
|
818
|
-
"__#
|
|
819
|
-
"__#
|
|
820
|
-
"__#
|
|
821
|
-
label?: string
|
|
880
|
+
"__#private@#blockValidateCalls": boolean;
|
|
881
|
+
"__#private@#originalValidateFn": () => void;
|
|
882
|
+
"__#private@#forceCustomError"(errorMessage: string): void;
|
|
883
|
+
"__#private@#clearCustomErrorAndRevalidate"(): void;
|
|
884
|
+
label?: string;
|
|
822
885
|
errorValidationMessage: string;
|
|
823
886
|
forceErrorDisplay: boolean;
|
|
824
887
|
hasBeenTouched: boolean;
|
|
825
888
|
connectedCallback: (() => void) & (() => void) & (() => void);
|
|
826
|
-
"__#
|
|
889
|
+
"__#private@#handleInvalidEvent": () => void;
|
|
827
890
|
disconnectedCallback: (() => void) & (() => void) & (() => void);
|
|
828
891
|
formResetCallback: (() => void) & (() => void);
|
|
829
|
-
validate: (() => void) & ((anchor?: HTMLElement
|
|
830
|
-
proxy: import(
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
892
|
+
validate: (() => void) & ((anchor?: HTMLElement) => void);
|
|
893
|
+
proxy: import('../../shared/foundation/form-associated/form-associated').ProxyElement;
|
|
894
|
+
get validity(): ValidityState;
|
|
895
|
+
get form(): HTMLFormElement | null;
|
|
896
|
+
get validationMessage(): string;
|
|
897
|
+
get willValidate(): boolean;
|
|
898
|
+
get labels(): ReadonlyArray<Node>;
|
|
836
899
|
dirtyValue: boolean;
|
|
837
|
-
proxySlot?: HTMLSlotElement
|
|
900
|
+
proxySlot?: HTMLSlotElement;
|
|
838
901
|
value: string;
|
|
839
902
|
valueChanged(_previous: string, _next: string): void;
|
|
840
|
-
currentValue: string;
|
|
903
|
+
get currentValue(): string;
|
|
904
|
+
set currentValue(value: string);
|
|
841
905
|
initialValue: string;
|
|
842
906
|
initialValueChanged(_previous: string, _next: string): void;
|
|
843
907
|
disabled: boolean;
|
|
@@ -846,25 +910,26 @@ declare const Select_base: {
|
|
|
846
910
|
nameChanged(_previous: string, _next: string): void;
|
|
847
911
|
required: boolean;
|
|
848
912
|
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
849
|
-
|
|
913
|
+
get elementInternals(): ElementInternals | null;
|
|
850
914
|
proxyEventsToBlock: string[];
|
|
851
915
|
checkValidity(): boolean;
|
|
852
916
|
reportValidity(): boolean;
|
|
853
|
-
setValidity(flags: ValidityStateFlags, message?: string
|
|
917
|
+
setValidity(flags: ValidityStateFlags, message?: string, anchor?: HTMLElement): void;
|
|
854
918
|
formDisabledCallback(disabled: boolean): void;
|
|
855
919
|
proxyInitialized: boolean;
|
|
856
920
|
attachProxy(): void;
|
|
857
921
|
detachProxy(): void;
|
|
858
|
-
setFormValue(value:
|
|
922
|
+
setFormValue(value: File | string | FormData | null, state?: File | string | FormData | null): void;
|
|
859
923
|
_keypressHandler(e: KeyboardEvent): void;
|
|
860
924
|
stopPropagation(e: Event): void;
|
|
861
|
-
_vividAriaBehaviour: import(
|
|
862
|
-
readonly $fastController: import(
|
|
863
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
925
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
926
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
927
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
864
928
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
865
929
|
accessKey: string;
|
|
866
930
|
readonly accessKeyLabel: string;
|
|
867
931
|
autocapitalize: string;
|
|
932
|
+
autocorrect: boolean;
|
|
868
933
|
dir: string;
|
|
869
934
|
draggable: boolean;
|
|
870
935
|
hidden: boolean;
|
|
@@ -877,30 +942,39 @@ declare const Select_base: {
|
|
|
877
942
|
readonly offsetTop: number;
|
|
878
943
|
readonly offsetWidth: number;
|
|
879
944
|
outerText: string;
|
|
945
|
+
popover: string | null;
|
|
880
946
|
spellcheck: boolean;
|
|
881
947
|
title: string;
|
|
882
948
|
translate: boolean;
|
|
949
|
+
writingSuggestions: string;
|
|
883
950
|
attachInternals(): ElementInternals;
|
|
884
951
|
click(): void;
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
952
|
+
hidePopover(): void;
|
|
953
|
+
showPopover(): void;
|
|
954
|
+
togglePopover(options?: boolean): boolean;
|
|
955
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
956
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
957
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
958
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
889
959
|
readonly attributes: NamedNodeMap;
|
|
890
|
-
|
|
960
|
+
get classList(): DOMTokenList;
|
|
961
|
+
set classList(value: string);
|
|
891
962
|
className: string;
|
|
892
963
|
readonly clientHeight: number;
|
|
893
964
|
readonly clientLeft: number;
|
|
894
965
|
readonly clientTop: number;
|
|
895
966
|
readonly clientWidth: number;
|
|
967
|
+
readonly currentCSSZoom: number;
|
|
896
968
|
id: string;
|
|
969
|
+
innerHTML: string;
|
|
897
970
|
readonly localName: string;
|
|
898
971
|
readonly namespaceURI: string | null;
|
|
899
972
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
900
973
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
901
974
|
outerHTML: string;
|
|
902
975
|
readonly ownerDocument: Document;
|
|
903
|
-
|
|
976
|
+
get part(): DOMTokenList;
|
|
977
|
+
set part(value: string);
|
|
904
978
|
readonly prefix: string | null;
|
|
905
979
|
readonly scrollHeight: number;
|
|
906
980
|
scrollLeft: number;
|
|
@@ -910,11 +984,12 @@ declare const Select_base: {
|
|
|
910
984
|
slot: string;
|
|
911
985
|
readonly tagName: string;
|
|
912
986
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
913
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
914
|
-
closest<
|
|
915
|
-
closest<
|
|
916
|
-
closest<
|
|
917
|
-
closest<
|
|
987
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
988
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
989
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
990
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
991
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
992
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
918
993
|
getAttribute(qualifiedName: string): string | null;
|
|
919
994
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
920
995
|
getAttributeNames(): string[];
|
|
@@ -923,43 +998,47 @@ declare const Select_base: {
|
|
|
923
998
|
getBoundingClientRect(): DOMRect;
|
|
924
999
|
getClientRects(): DOMRectList;
|
|
925
1000
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
926
|
-
getElementsByTagName<
|
|
927
|
-
getElementsByTagName<
|
|
928
|
-
getElementsByTagName<
|
|
929
|
-
getElementsByTagName<
|
|
1001
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
1002
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
1003
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
1004
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
930
1005
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
931
1006
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
932
1007
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
933
1008
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
934
1009
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
1010
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
935
1011
|
hasAttribute(qualifiedName: string): boolean;
|
|
936
1012
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
937
1013
|
hasAttributes(): boolean;
|
|
938
1014
|
hasPointerCapture(pointerId: number): boolean;
|
|
939
1015
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
940
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
1016
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
941
1017
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
942
1018
|
matches(selectors: string): boolean;
|
|
943
1019
|
releasePointerCapture(pointerId: number): void;
|
|
944
1020
|
removeAttribute(qualifiedName: string): void;
|
|
945
1021
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
946
1022
|
removeAttributeNode(attr: Attr): Attr;
|
|
947
|
-
requestFullscreen(options?: FullscreenOptions
|
|
948
|
-
requestPointerLock(): void
|
|
949
|
-
scroll(options?: ScrollToOptions
|
|
1023
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
1024
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
1025
|
+
scroll(options?: ScrollToOptions): void;
|
|
950
1026
|
scroll(x: number, y: number): void;
|
|
951
|
-
scrollBy(options?: ScrollToOptions
|
|
1027
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
952
1028
|
scrollBy(x: number, y: number): void;
|
|
953
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
954
|
-
scrollTo(options?: ScrollToOptions
|
|
1029
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
1030
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
955
1031
|
scrollTo(x: number, y: number): void;
|
|
956
1032
|
setAttribute(qualifiedName: string, value: string): void;
|
|
957
1033
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
958
1034
|
setAttributeNode(attr: Attr): Attr | null;
|
|
959
1035
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
1036
|
+
setHTMLUnsafe(html: string): void;
|
|
960
1037
|
setPointerCapture(pointerId: number): void;
|
|
961
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
1038
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
962
1039
|
webkitMatchesSelector(selectors: string): boolean;
|
|
1040
|
+
get textContent(): string;
|
|
1041
|
+
set textContent(value: string | null);
|
|
963
1042
|
readonly baseURI: string;
|
|
964
1043
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
965
1044
|
readonly firstChild: ChildNode | null;
|
|
@@ -972,22 +1051,21 @@ declare const Select_base: {
|
|
|
972
1051
|
readonly parentElement: HTMLElement | null;
|
|
973
1052
|
readonly parentNode: ParentNode | null;
|
|
974
1053
|
readonly previousSibling: ChildNode | null;
|
|
975
|
-
textContent: string | null;
|
|
976
1054
|
appendChild<T extends Node>(node: T): T;
|
|
977
|
-
cloneNode(
|
|
1055
|
+
cloneNode(subtree?: boolean): Node;
|
|
978
1056
|
compareDocumentPosition(other: Node): number;
|
|
979
1057
|
contains(other: Node | null): boolean;
|
|
980
|
-
getRootNode(options?: GetRootNodeOptions
|
|
1058
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
981
1059
|
hasChildNodes(): boolean;
|
|
982
|
-
insertBefore<
|
|
1060
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
983
1061
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
984
1062
|
isEqualNode(otherNode: Node | null): boolean;
|
|
985
1063
|
isSameNode(otherNode: Node | null): boolean;
|
|
986
1064
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
987
1065
|
lookupPrefix(namespace: string | null): string | null;
|
|
988
1066
|
normalize(): void;
|
|
989
|
-
removeChild<
|
|
990
|
-
replaceChild<
|
|
1067
|
+
removeChild<T extends Node>(child: T): T;
|
|
1068
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
991
1069
|
readonly ELEMENT_NODE: 1;
|
|
992
1070
|
readonly ATTRIBUTE_NODE: 2;
|
|
993
1071
|
readonly TEXT_NODE: 3;
|
|
@@ -1007,35 +1085,49 @@ declare const Select_base: {
|
|
|
1007
1085
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
1008
1086
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
1009
1087
|
dispatchEvent(event: Event): boolean;
|
|
1088
|
+
ariaActiveDescendantElement: Element | null;
|
|
1010
1089
|
ariaAtomic: string | null;
|
|
1011
1090
|
ariaAutoComplete: string | null;
|
|
1091
|
+
ariaBrailleLabel: string | null;
|
|
1092
|
+
ariaBrailleRoleDescription: string | null;
|
|
1012
1093
|
ariaBusy: string | null;
|
|
1013
1094
|
ariaChecked: string | null;
|
|
1014
1095
|
ariaColCount: string | null;
|
|
1015
1096
|
ariaColIndex: string | null;
|
|
1097
|
+
ariaColIndexText: string | null;
|
|
1016
1098
|
ariaColSpan: string | null;
|
|
1099
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
1017
1100
|
ariaCurrent: string | null;
|
|
1101
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
1102
|
+
ariaDescription: string | null;
|
|
1103
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
1018
1104
|
ariaDisabled: string | null;
|
|
1105
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
1019
1106
|
ariaExpanded: string | null;
|
|
1107
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
1020
1108
|
ariaHasPopup: string | null;
|
|
1021
1109
|
ariaHidden: string | null;
|
|
1022
1110
|
ariaInvalid: string | null;
|
|
1023
1111
|
ariaKeyShortcuts: string | null;
|
|
1024
1112
|
ariaLabel: string | null;
|
|
1113
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
1025
1114
|
ariaLevel: string | null;
|
|
1026
1115
|
ariaLive: string | null;
|
|
1027
1116
|
ariaModal: string | null;
|
|
1028
1117
|
ariaMultiLine: string | null;
|
|
1029
1118
|
ariaMultiSelectable: string | null;
|
|
1030
1119
|
ariaOrientation: string | null;
|
|
1120
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
1031
1121
|
ariaPlaceholder: string | null;
|
|
1032
1122
|
ariaPosInSet: string | null;
|
|
1033
1123
|
ariaPressed: string | null;
|
|
1034
1124
|
ariaReadOnly: string | null;
|
|
1125
|
+
ariaRelevant: string | null;
|
|
1035
1126
|
ariaRequired: string | null;
|
|
1036
1127
|
ariaRoleDescription: string | null;
|
|
1037
1128
|
ariaRowCount: string | null;
|
|
1038
1129
|
ariaRowIndex: string | null;
|
|
1130
|
+
ariaRowIndexText: string | null;
|
|
1039
1131
|
ariaRowSpan: string | null;
|
|
1040
1132
|
ariaSelected: string | null;
|
|
1041
1133
|
ariaSetSize: string | null;
|
|
@@ -1045,34 +1137,35 @@ declare const Select_base: {
|
|
|
1045
1137
|
ariaValueNow: string | null;
|
|
1046
1138
|
ariaValueText: string | null;
|
|
1047
1139
|
role: string | null;
|
|
1048
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
1049
|
-
getAnimations(options?: GetAnimationsOptions
|
|
1050
|
-
after(...nodes: (
|
|
1051
|
-
before(...nodes: (
|
|
1140
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
1141
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
1142
|
+
after(...nodes: (Node | string)[]): void;
|
|
1143
|
+
before(...nodes: (Node | string)[]): void;
|
|
1052
1144
|
remove(): void;
|
|
1053
|
-
replaceWith(...nodes: (
|
|
1054
|
-
innerHTML: string;
|
|
1145
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
1055
1146
|
readonly nextElementSibling: Element | null;
|
|
1056
1147
|
readonly previousElementSibling: Element | null;
|
|
1057
1148
|
readonly childElementCount: number;
|
|
1058
1149
|
readonly children: HTMLCollection;
|
|
1059
1150
|
readonly firstElementChild: Element | null;
|
|
1060
1151
|
readonly lastElementChild: Element | null;
|
|
1061
|
-
append(...nodes: (
|
|
1062
|
-
prepend(...nodes: (
|
|
1063
|
-
querySelector<
|
|
1064
|
-
querySelector<
|
|
1065
|
-
querySelector<
|
|
1066
|
-
querySelector<
|
|
1067
|
-
querySelector<
|
|
1068
|
-
querySelectorAll<
|
|
1069
|
-
querySelectorAll<
|
|
1070
|
-
querySelectorAll<
|
|
1071
|
-
querySelectorAll<
|
|
1072
|
-
querySelectorAll<
|
|
1073
|
-
replaceChildren(...nodes: (
|
|
1152
|
+
append(...nodes: (Node | string)[]): void;
|
|
1153
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
1154
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
1155
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
1156
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
1157
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
1158
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
1159
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
1160
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
1161
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
1162
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
1163
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
1164
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
1074
1165
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
1075
|
-
readonly
|
|
1166
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
1167
|
+
get style(): CSSStyleDeclaration;
|
|
1168
|
+
set style(cssText: string);
|
|
1076
1169
|
contentEditable: string;
|
|
1077
1170
|
enterKeyHint: string;
|
|
1078
1171
|
inputMode: string;
|
|
@@ -1082,16 +1175,20 @@ declare const Select_base: {
|
|
|
1082
1175
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1083
1176
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1084
1177
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1085
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
1178
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1086
1179
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
1180
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1181
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1087
1182
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1088
1183
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1089
1184
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1090
1185
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1091
1186
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1092
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
1187
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1093
1188
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1094
|
-
|
|
1189
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1190
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1191
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1095
1192
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1096
1193
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1097
1194
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -1138,12 +1235,14 @@ declare const Select_base: {
|
|
|
1138
1235
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1139
1236
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1140
1237
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1238
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1141
1239
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1142
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
1240
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
1143
1241
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1144
1242
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1145
1243
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1146
1244
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1245
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1147
1246
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
1148
1247
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1149
1248
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -1155,7 +1254,7 @@ declare const Select_base: {
|
|
|
1155
1254
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
1156
1255
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1157
1256
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1158
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
1257
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1159
1258
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1160
1259
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1161
1260
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -1173,14 +1272,10 @@ declare const Select_base: {
|
|
|
1173
1272
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
1174
1273
|
autofocus: boolean;
|
|
1175
1274
|
readonly dataset: DOMStringMap;
|
|
1176
|
-
nonce?: string
|
|
1275
|
+
nonce?: string;
|
|
1177
1276
|
tabIndex: number;
|
|
1178
1277
|
blur(): void;
|
|
1179
|
-
focus(options?: FocusOptions
|
|
1180
|
-
ariaColIndexText: string | null;
|
|
1181
|
-
ariaDescription: string | null;
|
|
1182
|
-
ariaRowIndexText: string | null;
|
|
1183
|
-
ariaRelevant: string | null;
|
|
1278
|
+
focus(options?: FocusOptions): void;
|
|
1184
1279
|
roleChanged(prev: string | null, next: string | null): void;
|
|
1185
1280
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
1186
1281
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -1223,7 +1318,7 @@ declare const Select_base: {
|
|
|
1223
1318
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
1224
1319
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
1225
1320
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
1226
|
-
"__#
|
|
1321
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
1227
1322
|
newPropertyName: string;
|
|
1228
1323
|
deprecatedPropertyName: string;
|
|
1229
1324
|
fromDeprecated: (v: any) => any;
|
|
@@ -1232,16 +1327,17 @@ declare const Select_base: {
|
|
|
1232
1327
|
};
|
|
1233
1328
|
} & {
|
|
1234
1329
|
new (...args: any[]): {
|
|
1235
|
-
successText?: string
|
|
1330
|
+
successText?: string;
|
|
1236
1331
|
connectedCallback(): void;
|
|
1237
|
-
_vividAriaBehaviour: import(
|
|
1238
|
-
readonly $fastController: import(
|
|
1239
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
1332
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
1333
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
1334
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
1240
1335
|
disconnectedCallback(): void;
|
|
1241
1336
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
1242
1337
|
accessKey: string;
|
|
1243
1338
|
readonly accessKeyLabel: string;
|
|
1244
1339
|
autocapitalize: string;
|
|
1340
|
+
autocorrect: boolean;
|
|
1245
1341
|
dir: string;
|
|
1246
1342
|
draggable: boolean;
|
|
1247
1343
|
hidden: boolean;
|
|
@@ -1254,30 +1350,39 @@ declare const Select_base: {
|
|
|
1254
1350
|
readonly offsetTop: number;
|
|
1255
1351
|
readonly offsetWidth: number;
|
|
1256
1352
|
outerText: string;
|
|
1353
|
+
popover: string | null;
|
|
1257
1354
|
spellcheck: boolean;
|
|
1258
1355
|
title: string;
|
|
1259
1356
|
translate: boolean;
|
|
1357
|
+
writingSuggestions: string;
|
|
1260
1358
|
attachInternals(): ElementInternals;
|
|
1261
1359
|
click(): void;
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1360
|
+
hidePopover(): void;
|
|
1361
|
+
showPopover(): void;
|
|
1362
|
+
togglePopover(options?: boolean): boolean;
|
|
1363
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1364
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1365
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1366
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1266
1367
|
readonly attributes: NamedNodeMap;
|
|
1267
|
-
|
|
1368
|
+
get classList(): DOMTokenList;
|
|
1369
|
+
set classList(value: string);
|
|
1268
1370
|
className: string;
|
|
1269
1371
|
readonly clientHeight: number;
|
|
1270
1372
|
readonly clientLeft: number;
|
|
1271
1373
|
readonly clientTop: number;
|
|
1272
1374
|
readonly clientWidth: number;
|
|
1375
|
+
readonly currentCSSZoom: number;
|
|
1273
1376
|
id: string;
|
|
1377
|
+
innerHTML: string;
|
|
1274
1378
|
readonly localName: string;
|
|
1275
1379
|
readonly namespaceURI: string | null;
|
|
1276
1380
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
1277
1381
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
1278
1382
|
outerHTML: string;
|
|
1279
1383
|
readonly ownerDocument: Document;
|
|
1280
|
-
|
|
1384
|
+
get part(): DOMTokenList;
|
|
1385
|
+
set part(value: string);
|
|
1281
1386
|
readonly prefix: string | null;
|
|
1282
1387
|
readonly scrollHeight: number;
|
|
1283
1388
|
scrollLeft: number;
|
|
@@ -1287,11 +1392,12 @@ declare const Select_base: {
|
|
|
1287
1392
|
slot: string;
|
|
1288
1393
|
readonly tagName: string;
|
|
1289
1394
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1290
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
1291
|
-
closest<
|
|
1292
|
-
closest<
|
|
1293
|
-
closest<
|
|
1294
|
-
closest<
|
|
1395
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
1396
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
1397
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
1398
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
1399
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
1400
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
1295
1401
|
getAttribute(qualifiedName: string): string | null;
|
|
1296
1402
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
1297
1403
|
getAttributeNames(): string[];
|
|
@@ -1300,43 +1406,47 @@ declare const Select_base: {
|
|
|
1300
1406
|
getBoundingClientRect(): DOMRect;
|
|
1301
1407
|
getClientRects(): DOMRectList;
|
|
1302
1408
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
1303
|
-
getElementsByTagName<
|
|
1304
|
-
getElementsByTagName<
|
|
1305
|
-
getElementsByTagName<
|
|
1306
|
-
getElementsByTagName<
|
|
1409
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
1410
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
1411
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
1412
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
1307
1413
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1308
1414
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1309
1415
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
1310
1416
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
1311
1417
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
1418
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
1312
1419
|
hasAttribute(qualifiedName: string): boolean;
|
|
1313
1420
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
1314
1421
|
hasAttributes(): boolean;
|
|
1315
1422
|
hasPointerCapture(pointerId: number): boolean;
|
|
1316
1423
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
1317
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
1424
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
1318
1425
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
1319
1426
|
matches(selectors: string): boolean;
|
|
1320
1427
|
releasePointerCapture(pointerId: number): void;
|
|
1321
1428
|
removeAttribute(qualifiedName: string): void;
|
|
1322
1429
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
1323
1430
|
removeAttributeNode(attr: Attr): Attr;
|
|
1324
|
-
requestFullscreen(options?: FullscreenOptions
|
|
1325
|
-
requestPointerLock(): void
|
|
1326
|
-
scroll(options?: ScrollToOptions
|
|
1431
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
1432
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
1433
|
+
scroll(options?: ScrollToOptions): void;
|
|
1327
1434
|
scroll(x: number, y: number): void;
|
|
1328
|
-
scrollBy(options?: ScrollToOptions
|
|
1435
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
1329
1436
|
scrollBy(x: number, y: number): void;
|
|
1330
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
1331
|
-
scrollTo(options?: ScrollToOptions
|
|
1437
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
1438
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
1332
1439
|
scrollTo(x: number, y: number): void;
|
|
1333
1440
|
setAttribute(qualifiedName: string, value: string): void;
|
|
1334
1441
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
1335
1442
|
setAttributeNode(attr: Attr): Attr | null;
|
|
1336
1443
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
1444
|
+
setHTMLUnsafe(html: string): void;
|
|
1337
1445
|
setPointerCapture(pointerId: number): void;
|
|
1338
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
1446
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
1339
1447
|
webkitMatchesSelector(selectors: string): boolean;
|
|
1448
|
+
get textContent(): string;
|
|
1449
|
+
set textContent(value: string | null);
|
|
1340
1450
|
readonly baseURI: string;
|
|
1341
1451
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
1342
1452
|
readonly firstChild: ChildNode | null;
|
|
@@ -1349,22 +1459,21 @@ declare const Select_base: {
|
|
|
1349
1459
|
readonly parentElement: HTMLElement | null;
|
|
1350
1460
|
readonly parentNode: ParentNode | null;
|
|
1351
1461
|
readonly previousSibling: ChildNode | null;
|
|
1352
|
-
textContent: string | null;
|
|
1353
1462
|
appendChild<T extends Node>(node: T): T;
|
|
1354
|
-
cloneNode(
|
|
1463
|
+
cloneNode(subtree?: boolean): Node;
|
|
1355
1464
|
compareDocumentPosition(other: Node): number;
|
|
1356
1465
|
contains(other: Node | null): boolean;
|
|
1357
|
-
getRootNode(options?: GetRootNodeOptions
|
|
1466
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
1358
1467
|
hasChildNodes(): boolean;
|
|
1359
|
-
insertBefore<
|
|
1468
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
1360
1469
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
1361
1470
|
isEqualNode(otherNode: Node | null): boolean;
|
|
1362
1471
|
isSameNode(otherNode: Node | null): boolean;
|
|
1363
1472
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
1364
1473
|
lookupPrefix(namespace: string | null): string | null;
|
|
1365
1474
|
normalize(): void;
|
|
1366
|
-
removeChild<
|
|
1367
|
-
replaceChild<
|
|
1475
|
+
removeChild<T extends Node>(child: T): T;
|
|
1476
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
1368
1477
|
readonly ELEMENT_NODE: 1;
|
|
1369
1478
|
readonly ATTRIBUTE_NODE: 2;
|
|
1370
1479
|
readonly TEXT_NODE: 3;
|
|
@@ -1384,35 +1493,49 @@ declare const Select_base: {
|
|
|
1384
1493
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
1385
1494
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
1386
1495
|
dispatchEvent(event: Event): boolean;
|
|
1496
|
+
ariaActiveDescendantElement: Element | null;
|
|
1387
1497
|
ariaAtomic: string | null;
|
|
1388
1498
|
ariaAutoComplete: string | null;
|
|
1499
|
+
ariaBrailleLabel: string | null;
|
|
1500
|
+
ariaBrailleRoleDescription: string | null;
|
|
1389
1501
|
ariaBusy: string | null;
|
|
1390
1502
|
ariaChecked: string | null;
|
|
1391
1503
|
ariaColCount: string | null;
|
|
1392
1504
|
ariaColIndex: string | null;
|
|
1505
|
+
ariaColIndexText: string | null;
|
|
1393
1506
|
ariaColSpan: string | null;
|
|
1507
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
1394
1508
|
ariaCurrent: string | null;
|
|
1509
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
1510
|
+
ariaDescription: string | null;
|
|
1511
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
1395
1512
|
ariaDisabled: string | null;
|
|
1513
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
1396
1514
|
ariaExpanded: string | null;
|
|
1515
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
1397
1516
|
ariaHasPopup: string | null;
|
|
1398
1517
|
ariaHidden: string | null;
|
|
1399
1518
|
ariaInvalid: string | null;
|
|
1400
1519
|
ariaKeyShortcuts: string | null;
|
|
1401
1520
|
ariaLabel: string | null;
|
|
1521
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
1402
1522
|
ariaLevel: string | null;
|
|
1403
1523
|
ariaLive: string | null;
|
|
1404
1524
|
ariaModal: string | null;
|
|
1405
1525
|
ariaMultiLine: string | null;
|
|
1406
1526
|
ariaMultiSelectable: string | null;
|
|
1407
1527
|
ariaOrientation: string | null;
|
|
1528
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
1408
1529
|
ariaPlaceholder: string | null;
|
|
1409
1530
|
ariaPosInSet: string | null;
|
|
1410
1531
|
ariaPressed: string | null;
|
|
1411
1532
|
ariaReadOnly: string | null;
|
|
1533
|
+
ariaRelevant: string | null;
|
|
1412
1534
|
ariaRequired: string | null;
|
|
1413
1535
|
ariaRoleDescription: string | null;
|
|
1414
1536
|
ariaRowCount: string | null;
|
|
1415
1537
|
ariaRowIndex: string | null;
|
|
1538
|
+
ariaRowIndexText: string | null;
|
|
1416
1539
|
ariaRowSpan: string | null;
|
|
1417
1540
|
ariaSelected: string | null;
|
|
1418
1541
|
ariaSetSize: string | null;
|
|
@@ -1422,34 +1545,35 @@ declare const Select_base: {
|
|
|
1422
1545
|
ariaValueNow: string | null;
|
|
1423
1546
|
ariaValueText: string | null;
|
|
1424
1547
|
role: string | null;
|
|
1425
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
1426
|
-
getAnimations(options?: GetAnimationsOptions
|
|
1427
|
-
after(...nodes: (
|
|
1428
|
-
before(...nodes: (
|
|
1548
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
1549
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
1550
|
+
after(...nodes: (Node | string)[]): void;
|
|
1551
|
+
before(...nodes: (Node | string)[]): void;
|
|
1429
1552
|
remove(): void;
|
|
1430
|
-
replaceWith(...nodes: (
|
|
1431
|
-
innerHTML: string;
|
|
1553
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
1432
1554
|
readonly nextElementSibling: Element | null;
|
|
1433
1555
|
readonly previousElementSibling: Element | null;
|
|
1434
1556
|
readonly childElementCount: number;
|
|
1435
1557
|
readonly children: HTMLCollection;
|
|
1436
1558
|
readonly firstElementChild: Element | null;
|
|
1437
1559
|
readonly lastElementChild: Element | null;
|
|
1438
|
-
append(...nodes: (
|
|
1439
|
-
prepend(...nodes: (
|
|
1440
|
-
querySelector<
|
|
1441
|
-
querySelector<
|
|
1442
|
-
querySelector<
|
|
1443
|
-
querySelector<
|
|
1444
|
-
querySelector<
|
|
1445
|
-
querySelectorAll<
|
|
1446
|
-
querySelectorAll<
|
|
1447
|
-
querySelectorAll<
|
|
1448
|
-
querySelectorAll<
|
|
1449
|
-
querySelectorAll<
|
|
1450
|
-
replaceChildren(...nodes: (
|
|
1560
|
+
append(...nodes: (Node | string)[]): void;
|
|
1561
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
1562
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
1563
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
1564
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
1565
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
1566
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
1567
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
1568
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
1569
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
1570
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
1571
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
1572
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
1451
1573
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
1452
|
-
readonly
|
|
1574
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
1575
|
+
get style(): CSSStyleDeclaration;
|
|
1576
|
+
set style(cssText: string);
|
|
1453
1577
|
contentEditable: string;
|
|
1454
1578
|
enterKeyHint: string;
|
|
1455
1579
|
inputMode: string;
|
|
@@ -1459,16 +1583,20 @@ declare const Select_base: {
|
|
|
1459
1583
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1460
1584
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1461
1585
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1462
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
1586
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1463
1587
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
1588
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1589
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1464
1590
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1465
1591
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1466
1592
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1467
1593
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1468
1594
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1469
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
1595
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1470
1596
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1471
|
-
|
|
1597
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1598
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1599
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1472
1600
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1473
1601
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1474
1602
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -1515,12 +1643,14 @@ declare const Select_base: {
|
|
|
1515
1643
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1516
1644
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1517
1645
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1646
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1518
1647
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1519
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
1648
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
1520
1649
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1521
1650
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1522
1651
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1523
1652
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1653
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1524
1654
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
1525
1655
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1526
1656
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -1532,7 +1662,7 @@ declare const Select_base: {
|
|
|
1532
1662
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
1533
1663
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1534
1664
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1535
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
1665
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1536
1666
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1537
1667
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1538
1668
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -1550,14 +1680,418 @@ declare const Select_base: {
|
|
|
1550
1680
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
1551
1681
|
autofocus: boolean;
|
|
1552
1682
|
readonly dataset: DOMStringMap;
|
|
1553
|
-
nonce?: string
|
|
1683
|
+
nonce?: string;
|
|
1554
1684
|
tabIndex: number;
|
|
1555
1685
|
blur(): void;
|
|
1556
|
-
focus(options?: FocusOptions
|
|
1686
|
+
focus(options?: FocusOptions): void;
|
|
1687
|
+
roleChanged(prev: string | null, next: string | null): void;
|
|
1688
|
+
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
1689
|
+
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
1690
|
+
ariaBusyChanged(prev: string | null, next: string | null): void;
|
|
1691
|
+
ariaCheckedChanged(prev: string | null, next: string | null): void;
|
|
1692
|
+
ariaColCountChanged(prev: string | null, next: string | null): void;
|
|
1693
|
+
ariaColIndexChanged(prev: string | null, next: string | null): void;
|
|
1694
|
+
ariaColIndexTextChanged(prev: string | null, next: string | null): void;
|
|
1695
|
+
ariaColSpanChanged(prev: string | null, next: string | null): void;
|
|
1696
|
+
ariaCurrentChanged(prev: string | null, next: string | null): void;
|
|
1697
|
+
ariaDescriptionChanged(prev: string | null, next: string | null): void;
|
|
1698
|
+
ariaDisabledChanged(prev: string | null, next: string | null): void;
|
|
1699
|
+
ariaExpandedChanged(prev: string | null, next: string | null): void;
|
|
1700
|
+
ariaHasPopupChanged(prev: string | null, next: string | null): void;
|
|
1701
|
+
ariaHiddenChanged(prev: string | null, next: string | null): void;
|
|
1702
|
+
ariaInvalidChanged(prev: string | null, next: string | null): void;
|
|
1703
|
+
ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
|
|
1704
|
+
ariaLabelChanged(prev: string | null, next: string | null): void;
|
|
1705
|
+
ariaLevelChanged(prev: string | null, next: string | null): void;
|
|
1706
|
+
ariaLiveChanged(prev: string | null, next: string | null): void;
|
|
1707
|
+
ariaModalChanged(prev: string | null, next: string | null): void;
|
|
1708
|
+
ariaMultiLineChanged(prev: string | null, next: string | null): void;
|
|
1709
|
+
ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
|
|
1710
|
+
ariaOrientationChanged(prev: string | null, next: string | null): void;
|
|
1711
|
+
ariaPlaceholderChanged(prev: string | null, next: string | null): void;
|
|
1712
|
+
ariaPosInSetChanged(prev: string | null, next: string | null): void;
|
|
1713
|
+
ariaPressedChanged(prev: string | null, next: string | null): void;
|
|
1714
|
+
ariaReadOnlyChanged(prev: string | null, next: string | null): void;
|
|
1715
|
+
ariaRequiredChanged(prev: string | null, next: string | null): void;
|
|
1716
|
+
ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
|
|
1717
|
+
ariaRowCountChanged(prev: string | null, next: string | null): void;
|
|
1718
|
+
ariaRowIndexChanged(prev: string | null, next: string | null): void;
|
|
1719
|
+
ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
|
|
1720
|
+
ariaRowSpanChanged(prev: string | null, next: string | null): void;
|
|
1721
|
+
ariaSelectedChanged(prev: string | null, next: string | null): void;
|
|
1722
|
+
ariaSetSizeChanged(prev: string | null, next: string | null): void;
|
|
1723
|
+
ariaSortChanged(prev: string | null, next: string | null): void;
|
|
1724
|
+
ariaValueMaxChanged(prev: string | null, next: string | null): void;
|
|
1725
|
+
ariaValueMinChanged(prev: string | null, next: string | null): void;
|
|
1726
|
+
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
1727
|
+
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
1728
|
+
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
1729
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
1730
|
+
newPropertyName: string;
|
|
1731
|
+
deprecatedPropertyName: string;
|
|
1732
|
+
fromDeprecated: (v: any) => any;
|
|
1733
|
+
toDeprecated?: ((v: any) => any) | undefined;
|
|
1734
|
+
}): void;
|
|
1735
|
+
};
|
|
1736
|
+
} & {
|
|
1737
|
+
new (...args: any[]): {
|
|
1738
|
+
get locale(): import('../../shared/localization/Locale').Locale;
|
|
1739
|
+
connectedCallback(): void;
|
|
1740
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
1741
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
1742
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
1743
|
+
disconnectedCallback(): void;
|
|
1744
|
+
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
1745
|
+
accessKey: string;
|
|
1746
|
+
readonly accessKeyLabel: string;
|
|
1747
|
+
autocapitalize: string;
|
|
1748
|
+
autocorrect: boolean;
|
|
1749
|
+
dir: string;
|
|
1750
|
+
draggable: boolean;
|
|
1751
|
+
hidden: boolean;
|
|
1752
|
+
inert: boolean;
|
|
1753
|
+
innerText: string;
|
|
1754
|
+
lang: string;
|
|
1755
|
+
readonly offsetHeight: number;
|
|
1756
|
+
readonly offsetLeft: number;
|
|
1757
|
+
readonly offsetParent: Element | null;
|
|
1758
|
+
readonly offsetTop: number;
|
|
1759
|
+
readonly offsetWidth: number;
|
|
1760
|
+
outerText: string;
|
|
1761
|
+
popover: string | null;
|
|
1762
|
+
spellcheck: boolean;
|
|
1763
|
+
title: string;
|
|
1764
|
+
translate: boolean;
|
|
1765
|
+
writingSuggestions: string;
|
|
1766
|
+
attachInternals(): ElementInternals;
|
|
1767
|
+
click(): void;
|
|
1768
|
+
hidePopover(): void;
|
|
1769
|
+
showPopover(): void;
|
|
1770
|
+
togglePopover(options?: boolean): boolean;
|
|
1771
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1772
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1773
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1774
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1775
|
+
readonly attributes: NamedNodeMap;
|
|
1776
|
+
get classList(): DOMTokenList;
|
|
1777
|
+
set classList(value: string);
|
|
1778
|
+
className: string;
|
|
1779
|
+
readonly clientHeight: number;
|
|
1780
|
+
readonly clientLeft: number;
|
|
1781
|
+
readonly clientTop: number;
|
|
1782
|
+
readonly clientWidth: number;
|
|
1783
|
+
readonly currentCSSZoom: number;
|
|
1784
|
+
id: string;
|
|
1785
|
+
innerHTML: string;
|
|
1786
|
+
readonly localName: string;
|
|
1787
|
+
readonly namespaceURI: string | null;
|
|
1788
|
+
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
1789
|
+
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
1790
|
+
outerHTML: string;
|
|
1791
|
+
readonly ownerDocument: Document;
|
|
1792
|
+
get part(): DOMTokenList;
|
|
1793
|
+
set part(value: string);
|
|
1794
|
+
readonly prefix: string | null;
|
|
1795
|
+
readonly scrollHeight: number;
|
|
1796
|
+
scrollLeft: number;
|
|
1797
|
+
scrollTop: number;
|
|
1798
|
+
readonly scrollWidth: number;
|
|
1799
|
+
readonly shadowRoot: ShadowRoot | null;
|
|
1800
|
+
slot: string;
|
|
1801
|
+
readonly tagName: string;
|
|
1802
|
+
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1803
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
1804
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
1805
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
1806
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
1807
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
1808
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
1809
|
+
getAttribute(qualifiedName: string): string | null;
|
|
1810
|
+
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
1811
|
+
getAttributeNames(): string[];
|
|
1812
|
+
getAttributeNode(qualifiedName: string): Attr | null;
|
|
1813
|
+
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
1814
|
+
getBoundingClientRect(): DOMRect;
|
|
1815
|
+
getClientRects(): DOMRectList;
|
|
1816
|
+
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
1817
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
1818
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
1819
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
1820
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
1821
|
+
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1822
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1823
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
1824
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
1825
|
+
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
1826
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
1827
|
+
hasAttribute(qualifiedName: string): boolean;
|
|
1828
|
+
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
1829
|
+
hasAttributes(): boolean;
|
|
1830
|
+
hasPointerCapture(pointerId: number): boolean;
|
|
1831
|
+
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
1832
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
1833
|
+
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
1834
|
+
matches(selectors: string): boolean;
|
|
1835
|
+
releasePointerCapture(pointerId: number): void;
|
|
1836
|
+
removeAttribute(qualifiedName: string): void;
|
|
1837
|
+
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
1838
|
+
removeAttributeNode(attr: Attr): Attr;
|
|
1839
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
1840
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
1841
|
+
scroll(options?: ScrollToOptions): void;
|
|
1842
|
+
scroll(x: number, y: number): void;
|
|
1843
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
1844
|
+
scrollBy(x: number, y: number): void;
|
|
1845
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
1846
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
1847
|
+
scrollTo(x: number, y: number): void;
|
|
1848
|
+
setAttribute(qualifiedName: string, value: string): void;
|
|
1849
|
+
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
1850
|
+
setAttributeNode(attr: Attr): Attr | null;
|
|
1851
|
+
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
1852
|
+
setHTMLUnsafe(html: string): void;
|
|
1853
|
+
setPointerCapture(pointerId: number): void;
|
|
1854
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
1855
|
+
webkitMatchesSelector(selectors: string): boolean;
|
|
1856
|
+
get textContent(): string;
|
|
1857
|
+
set textContent(value: string | null);
|
|
1858
|
+
readonly baseURI: string;
|
|
1859
|
+
readonly childNodes: NodeListOf<ChildNode>;
|
|
1860
|
+
readonly firstChild: ChildNode | null;
|
|
1861
|
+
readonly isConnected: boolean;
|
|
1862
|
+
readonly lastChild: ChildNode | null;
|
|
1863
|
+
readonly nextSibling: ChildNode | null;
|
|
1864
|
+
readonly nodeName: string;
|
|
1865
|
+
readonly nodeType: number;
|
|
1866
|
+
nodeValue: string | null;
|
|
1867
|
+
readonly parentElement: HTMLElement | null;
|
|
1868
|
+
readonly parentNode: ParentNode | null;
|
|
1869
|
+
readonly previousSibling: ChildNode | null;
|
|
1870
|
+
appendChild<T extends Node>(node: T): T;
|
|
1871
|
+
cloneNode(subtree?: boolean): Node;
|
|
1872
|
+
compareDocumentPosition(other: Node): number;
|
|
1873
|
+
contains(other: Node | null): boolean;
|
|
1874
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
1875
|
+
hasChildNodes(): boolean;
|
|
1876
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
1877
|
+
isDefaultNamespace(namespace: string | null): boolean;
|
|
1878
|
+
isEqualNode(otherNode: Node | null): boolean;
|
|
1879
|
+
isSameNode(otherNode: Node | null): boolean;
|
|
1880
|
+
lookupNamespaceURI(prefix: string | null): string | null;
|
|
1881
|
+
lookupPrefix(namespace: string | null): string | null;
|
|
1882
|
+
normalize(): void;
|
|
1883
|
+
removeChild<T extends Node>(child: T): T;
|
|
1884
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
1885
|
+
readonly ELEMENT_NODE: 1;
|
|
1886
|
+
readonly ATTRIBUTE_NODE: 2;
|
|
1887
|
+
readonly TEXT_NODE: 3;
|
|
1888
|
+
readonly CDATA_SECTION_NODE: 4;
|
|
1889
|
+
readonly ENTITY_REFERENCE_NODE: 5;
|
|
1890
|
+
readonly ENTITY_NODE: 6;
|
|
1891
|
+
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
1892
|
+
readonly COMMENT_NODE: 8;
|
|
1893
|
+
readonly DOCUMENT_NODE: 9;
|
|
1894
|
+
readonly DOCUMENT_TYPE_NODE: 10;
|
|
1895
|
+
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
1896
|
+
readonly NOTATION_NODE: 12;
|
|
1897
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
1898
|
+
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
1899
|
+
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
1900
|
+
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
1901
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
1902
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
1903
|
+
dispatchEvent(event: Event): boolean;
|
|
1904
|
+
ariaActiveDescendantElement: Element | null;
|
|
1905
|
+
ariaAtomic: string | null;
|
|
1906
|
+
ariaAutoComplete: string | null;
|
|
1907
|
+
ariaBrailleLabel: string | null;
|
|
1908
|
+
ariaBrailleRoleDescription: string | null;
|
|
1909
|
+
ariaBusy: string | null;
|
|
1910
|
+
ariaChecked: string | null;
|
|
1911
|
+
ariaColCount: string | null;
|
|
1912
|
+
ariaColIndex: string | null;
|
|
1557
1913
|
ariaColIndexText: string | null;
|
|
1914
|
+
ariaColSpan: string | null;
|
|
1915
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
1916
|
+
ariaCurrent: string | null;
|
|
1917
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
1558
1918
|
ariaDescription: string | null;
|
|
1559
|
-
|
|
1919
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
1920
|
+
ariaDisabled: string | null;
|
|
1921
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
1922
|
+
ariaExpanded: string | null;
|
|
1923
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
1924
|
+
ariaHasPopup: string | null;
|
|
1925
|
+
ariaHidden: string | null;
|
|
1926
|
+
ariaInvalid: string | null;
|
|
1927
|
+
ariaKeyShortcuts: string | null;
|
|
1928
|
+
ariaLabel: string | null;
|
|
1929
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
1930
|
+
ariaLevel: string | null;
|
|
1931
|
+
ariaLive: string | null;
|
|
1932
|
+
ariaModal: string | null;
|
|
1933
|
+
ariaMultiLine: string | null;
|
|
1934
|
+
ariaMultiSelectable: string | null;
|
|
1935
|
+
ariaOrientation: string | null;
|
|
1936
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
1937
|
+
ariaPlaceholder: string | null;
|
|
1938
|
+
ariaPosInSet: string | null;
|
|
1939
|
+
ariaPressed: string | null;
|
|
1940
|
+
ariaReadOnly: string | null;
|
|
1560
1941
|
ariaRelevant: string | null;
|
|
1942
|
+
ariaRequired: string | null;
|
|
1943
|
+
ariaRoleDescription: string | null;
|
|
1944
|
+
ariaRowCount: string | null;
|
|
1945
|
+
ariaRowIndex: string | null;
|
|
1946
|
+
ariaRowIndexText: string | null;
|
|
1947
|
+
ariaRowSpan: string | null;
|
|
1948
|
+
ariaSelected: string | null;
|
|
1949
|
+
ariaSetSize: string | null;
|
|
1950
|
+
ariaSort: string | null;
|
|
1951
|
+
ariaValueMax: string | null;
|
|
1952
|
+
ariaValueMin: string | null;
|
|
1953
|
+
ariaValueNow: string | null;
|
|
1954
|
+
ariaValueText: string | null;
|
|
1955
|
+
role: string | null;
|
|
1956
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
1957
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
1958
|
+
after(...nodes: (Node | string)[]): void;
|
|
1959
|
+
before(...nodes: (Node | string)[]): void;
|
|
1960
|
+
remove(): void;
|
|
1961
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
1962
|
+
readonly nextElementSibling: Element | null;
|
|
1963
|
+
readonly previousElementSibling: Element | null;
|
|
1964
|
+
readonly childElementCount: number;
|
|
1965
|
+
readonly children: HTMLCollection;
|
|
1966
|
+
readonly firstElementChild: Element | null;
|
|
1967
|
+
readonly lastElementChild: Element | null;
|
|
1968
|
+
append(...nodes: (Node | string)[]): void;
|
|
1969
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
1970
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
1971
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
1972
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
1973
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
1974
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
1975
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
1976
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
1977
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
1978
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
1979
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
1980
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
1981
|
+
readonly assignedSlot: HTMLSlotElement | null;
|
|
1982
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
1983
|
+
get style(): CSSStyleDeclaration;
|
|
1984
|
+
set style(cssText: string);
|
|
1985
|
+
contentEditable: string;
|
|
1986
|
+
enterKeyHint: string;
|
|
1987
|
+
inputMode: string;
|
|
1988
|
+
readonly isContentEditable: boolean;
|
|
1989
|
+
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1990
|
+
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1991
|
+
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1992
|
+
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1993
|
+
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1994
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1995
|
+
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
1996
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1997
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1998
|
+
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1999
|
+
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2000
|
+
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2001
|
+
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2002
|
+
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2003
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2004
|
+
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2005
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2006
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2007
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2008
|
+
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
2009
|
+
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2010
|
+
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
2011
|
+
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2012
|
+
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
2013
|
+
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
2014
|
+
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
2015
|
+
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
2016
|
+
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
2017
|
+
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
2018
|
+
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
2019
|
+
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2020
|
+
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2021
|
+
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2022
|
+
onerror: OnErrorEventHandler;
|
|
2023
|
+
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
2024
|
+
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
2025
|
+
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2026
|
+
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2027
|
+
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2028
|
+
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
2029
|
+
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
2030
|
+
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
2031
|
+
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2032
|
+
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2033
|
+
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2034
|
+
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2035
|
+
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2036
|
+
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2037
|
+
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2038
|
+
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2039
|
+
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2040
|
+
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2041
|
+
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2042
|
+
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2043
|
+
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
2044
|
+
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2045
|
+
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2046
|
+
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2047
|
+
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2048
|
+
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2049
|
+
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2050
|
+
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2051
|
+
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2052
|
+
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2053
|
+
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2054
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2055
|
+
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2056
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
2057
|
+
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2058
|
+
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2059
|
+
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
2060
|
+
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2061
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2062
|
+
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
2063
|
+
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2064
|
+
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2065
|
+
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2066
|
+
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2067
|
+
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2068
|
+
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2069
|
+
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2070
|
+
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
2071
|
+
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2072
|
+
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2073
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
2074
|
+
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2075
|
+
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2076
|
+
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2077
|
+
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2078
|
+
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
2079
|
+
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
2080
|
+
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
2081
|
+
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
2082
|
+
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2083
|
+
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2084
|
+
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2085
|
+
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2086
|
+
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2087
|
+
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2088
|
+
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
2089
|
+
autofocus: boolean;
|
|
2090
|
+
readonly dataset: DOMStringMap;
|
|
2091
|
+
nonce?: string;
|
|
2092
|
+
tabIndex: number;
|
|
2093
|
+
blur(): void;
|
|
2094
|
+
focus(options?: FocusOptions): void;
|
|
1561
2095
|
roleChanged(prev: string | null, next: string | null): void;
|
|
1562
2096
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
1563
2097
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -1600,7 +2134,7 @@ declare const Select_base: {
|
|
|
1600
2134
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
1601
2135
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
1602
2136
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
1603
|
-
"__#
|
|
2137
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
1604
2138
|
newPropertyName: string;
|
|
1605
2139
|
deprecatedPropertyName: string;
|
|
1606
2140
|
fromDeprecated: (v: any) => any;
|
|
@@ -1609,26 +2143,27 @@ declare const Select_base: {
|
|
|
1609
2143
|
};
|
|
1610
2144
|
} & {
|
|
1611
2145
|
new (...args: any[]): {
|
|
1612
|
-
label?: string
|
|
2146
|
+
label?: string;
|
|
1613
2147
|
errorValidationMessage: string;
|
|
1614
2148
|
forceErrorDisplay: boolean;
|
|
1615
2149
|
hasBeenTouched: boolean;
|
|
1616
2150
|
connectedCallback(): void;
|
|
1617
|
-
"__#
|
|
2151
|
+
"__#private@#handleInvalidEvent": () => void;
|
|
1618
2152
|
disconnectedCallback(): void;
|
|
1619
2153
|
formResetCallback(): void;
|
|
1620
2154
|
validate(): void;
|
|
1621
|
-
proxy: import(
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
2155
|
+
proxy: import('../../shared/foundation/form-associated/form-associated').ProxyElement;
|
|
2156
|
+
get validity(): ValidityState;
|
|
2157
|
+
get form(): HTMLFormElement | null;
|
|
2158
|
+
get validationMessage(): string;
|
|
2159
|
+
get willValidate(): boolean;
|
|
2160
|
+
get labels(): ReadonlyArray<Node>;
|
|
1627
2161
|
dirtyValue: boolean;
|
|
1628
|
-
proxySlot?: HTMLSlotElement
|
|
2162
|
+
proxySlot?: HTMLSlotElement;
|
|
1629
2163
|
value: string;
|
|
1630
2164
|
valueChanged(_previous: string, _next: string): void;
|
|
1631
|
-
currentValue: string;
|
|
2165
|
+
get currentValue(): string;
|
|
2166
|
+
set currentValue(value: string);
|
|
1632
2167
|
initialValue: string;
|
|
1633
2168
|
initialValueChanged(_previous: string, _next: string): void;
|
|
1634
2169
|
disabled: boolean;
|
|
@@ -1637,25 +2172,26 @@ declare const Select_base: {
|
|
|
1637
2172
|
nameChanged(_previous: string, _next: string): void;
|
|
1638
2173
|
required: boolean;
|
|
1639
2174
|
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
1640
|
-
|
|
2175
|
+
get elementInternals(): ElementInternals | null;
|
|
1641
2176
|
proxyEventsToBlock: string[];
|
|
1642
2177
|
checkValidity(): boolean;
|
|
1643
2178
|
reportValidity(): boolean;
|
|
1644
|
-
setValidity(flags: ValidityStateFlags, message?: string
|
|
2179
|
+
setValidity(flags: ValidityStateFlags, message?: string, anchor?: HTMLElement): void;
|
|
1645
2180
|
formDisabledCallback(disabled: boolean): void;
|
|
1646
2181
|
proxyInitialized: boolean;
|
|
1647
2182
|
attachProxy(): void;
|
|
1648
2183
|
detachProxy(): void;
|
|
1649
|
-
setFormValue(value:
|
|
2184
|
+
setFormValue(value: File | string | FormData | null, state?: File | string | FormData | null): void;
|
|
1650
2185
|
_keypressHandler(e: KeyboardEvent): void;
|
|
1651
2186
|
stopPropagation(e: Event): void;
|
|
1652
|
-
_vividAriaBehaviour: import(
|
|
1653
|
-
readonly $fastController: import(
|
|
1654
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
2187
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
2188
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
2189
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
1655
2190
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
1656
2191
|
accessKey: string;
|
|
1657
2192
|
readonly accessKeyLabel: string;
|
|
1658
2193
|
autocapitalize: string;
|
|
2194
|
+
autocorrect: boolean;
|
|
1659
2195
|
dir: string;
|
|
1660
2196
|
draggable: boolean;
|
|
1661
2197
|
hidden: boolean;
|
|
@@ -1668,30 +2204,39 @@ declare const Select_base: {
|
|
|
1668
2204
|
readonly offsetTop: number;
|
|
1669
2205
|
readonly offsetWidth: number;
|
|
1670
2206
|
outerText: string;
|
|
2207
|
+
popover: string | null;
|
|
1671
2208
|
spellcheck: boolean;
|
|
1672
2209
|
title: string;
|
|
1673
2210
|
translate: boolean;
|
|
2211
|
+
writingSuggestions: string;
|
|
1674
2212
|
attachInternals(): ElementInternals;
|
|
1675
2213
|
click(): void;
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
2214
|
+
hidePopover(): void;
|
|
2215
|
+
showPopover(): void;
|
|
2216
|
+
togglePopover(options?: boolean): boolean;
|
|
2217
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2218
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
2219
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2220
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1680
2221
|
readonly attributes: NamedNodeMap;
|
|
1681
|
-
|
|
2222
|
+
get classList(): DOMTokenList;
|
|
2223
|
+
set classList(value: string);
|
|
1682
2224
|
className: string;
|
|
1683
2225
|
readonly clientHeight: number;
|
|
1684
2226
|
readonly clientLeft: number;
|
|
1685
2227
|
readonly clientTop: number;
|
|
1686
2228
|
readonly clientWidth: number;
|
|
2229
|
+
readonly currentCSSZoom: number;
|
|
1687
2230
|
id: string;
|
|
2231
|
+
innerHTML: string;
|
|
1688
2232
|
readonly localName: string;
|
|
1689
2233
|
readonly namespaceURI: string | null;
|
|
1690
2234
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
1691
2235
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
1692
2236
|
outerHTML: string;
|
|
1693
2237
|
readonly ownerDocument: Document;
|
|
1694
|
-
|
|
2238
|
+
get part(): DOMTokenList;
|
|
2239
|
+
set part(value: string);
|
|
1695
2240
|
readonly prefix: string | null;
|
|
1696
2241
|
readonly scrollHeight: number;
|
|
1697
2242
|
scrollLeft: number;
|
|
@@ -1701,11 +2246,12 @@ declare const Select_base: {
|
|
|
1701
2246
|
slot: string;
|
|
1702
2247
|
readonly tagName: string;
|
|
1703
2248
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1704
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
1705
|
-
closest<
|
|
1706
|
-
closest<
|
|
1707
|
-
closest<
|
|
1708
|
-
closest<
|
|
2249
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
2250
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
2251
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
2252
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
2253
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
2254
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
1709
2255
|
getAttribute(qualifiedName: string): string | null;
|
|
1710
2256
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
1711
2257
|
getAttributeNames(): string[];
|
|
@@ -1714,43 +2260,47 @@ declare const Select_base: {
|
|
|
1714
2260
|
getBoundingClientRect(): DOMRect;
|
|
1715
2261
|
getClientRects(): DOMRectList;
|
|
1716
2262
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
1717
|
-
getElementsByTagName<
|
|
1718
|
-
getElementsByTagName<
|
|
1719
|
-
getElementsByTagName<
|
|
1720
|
-
getElementsByTagName<
|
|
2263
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
2264
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
2265
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
2266
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
1721
2267
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1722
2268
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1723
2269
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
1724
2270
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
1725
2271
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
2272
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
1726
2273
|
hasAttribute(qualifiedName: string): boolean;
|
|
1727
2274
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
1728
2275
|
hasAttributes(): boolean;
|
|
1729
2276
|
hasPointerCapture(pointerId: number): boolean;
|
|
1730
2277
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
1731
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
2278
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
1732
2279
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
1733
2280
|
matches(selectors: string): boolean;
|
|
1734
2281
|
releasePointerCapture(pointerId: number): void;
|
|
1735
2282
|
removeAttribute(qualifiedName: string): void;
|
|
1736
2283
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
1737
2284
|
removeAttributeNode(attr: Attr): Attr;
|
|
1738
|
-
requestFullscreen(options?: FullscreenOptions
|
|
1739
|
-
requestPointerLock(): void
|
|
1740
|
-
scroll(options?: ScrollToOptions
|
|
2285
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
2286
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
2287
|
+
scroll(options?: ScrollToOptions): void;
|
|
1741
2288
|
scroll(x: number, y: number): void;
|
|
1742
|
-
scrollBy(options?: ScrollToOptions
|
|
2289
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
1743
2290
|
scrollBy(x: number, y: number): void;
|
|
1744
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
1745
|
-
scrollTo(options?: ScrollToOptions
|
|
2291
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
2292
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
1746
2293
|
scrollTo(x: number, y: number): void;
|
|
1747
2294
|
setAttribute(qualifiedName: string, value: string): void;
|
|
1748
2295
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
1749
2296
|
setAttributeNode(attr: Attr): Attr | null;
|
|
1750
2297
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
2298
|
+
setHTMLUnsafe(html: string): void;
|
|
1751
2299
|
setPointerCapture(pointerId: number): void;
|
|
1752
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
2300
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
1753
2301
|
webkitMatchesSelector(selectors: string): boolean;
|
|
2302
|
+
get textContent(): string;
|
|
2303
|
+
set textContent(value: string | null);
|
|
1754
2304
|
readonly baseURI: string;
|
|
1755
2305
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
1756
2306
|
readonly firstChild: ChildNode | null;
|
|
@@ -1763,22 +2313,21 @@ declare const Select_base: {
|
|
|
1763
2313
|
readonly parentElement: HTMLElement | null;
|
|
1764
2314
|
readonly parentNode: ParentNode | null;
|
|
1765
2315
|
readonly previousSibling: ChildNode | null;
|
|
1766
|
-
textContent: string | null;
|
|
1767
2316
|
appendChild<T extends Node>(node: T): T;
|
|
1768
|
-
cloneNode(
|
|
2317
|
+
cloneNode(subtree?: boolean): Node;
|
|
1769
2318
|
compareDocumentPosition(other: Node): number;
|
|
1770
2319
|
contains(other: Node | null): boolean;
|
|
1771
|
-
getRootNode(options?: GetRootNodeOptions
|
|
2320
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
1772
2321
|
hasChildNodes(): boolean;
|
|
1773
|
-
insertBefore<
|
|
2322
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
1774
2323
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
1775
2324
|
isEqualNode(otherNode: Node | null): boolean;
|
|
1776
2325
|
isSameNode(otherNode: Node | null): boolean;
|
|
1777
2326
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
1778
2327
|
lookupPrefix(namespace: string | null): string | null;
|
|
1779
2328
|
normalize(): void;
|
|
1780
|
-
removeChild<
|
|
1781
|
-
replaceChild<
|
|
2329
|
+
removeChild<T extends Node>(child: T): T;
|
|
2330
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
1782
2331
|
readonly ELEMENT_NODE: 1;
|
|
1783
2332
|
readonly ATTRIBUTE_NODE: 2;
|
|
1784
2333
|
readonly TEXT_NODE: 3;
|
|
@@ -1798,35 +2347,49 @@ declare const Select_base: {
|
|
|
1798
2347
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
1799
2348
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
1800
2349
|
dispatchEvent(event: Event): boolean;
|
|
2350
|
+
ariaActiveDescendantElement: Element | null;
|
|
1801
2351
|
ariaAtomic: string | null;
|
|
1802
2352
|
ariaAutoComplete: string | null;
|
|
2353
|
+
ariaBrailleLabel: string | null;
|
|
2354
|
+
ariaBrailleRoleDescription: string | null;
|
|
1803
2355
|
ariaBusy: string | null;
|
|
1804
2356
|
ariaChecked: string | null;
|
|
1805
2357
|
ariaColCount: string | null;
|
|
1806
2358
|
ariaColIndex: string | null;
|
|
2359
|
+
ariaColIndexText: string | null;
|
|
1807
2360
|
ariaColSpan: string | null;
|
|
2361
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
1808
2362
|
ariaCurrent: string | null;
|
|
2363
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
2364
|
+
ariaDescription: string | null;
|
|
2365
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
1809
2366
|
ariaDisabled: string | null;
|
|
2367
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
1810
2368
|
ariaExpanded: string | null;
|
|
2369
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
1811
2370
|
ariaHasPopup: string | null;
|
|
1812
2371
|
ariaHidden: string | null;
|
|
1813
2372
|
ariaInvalid: string | null;
|
|
1814
2373
|
ariaKeyShortcuts: string | null;
|
|
1815
2374
|
ariaLabel: string | null;
|
|
2375
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
1816
2376
|
ariaLevel: string | null;
|
|
1817
2377
|
ariaLive: string | null;
|
|
1818
2378
|
ariaModal: string | null;
|
|
1819
2379
|
ariaMultiLine: string | null;
|
|
1820
2380
|
ariaMultiSelectable: string | null;
|
|
1821
2381
|
ariaOrientation: string | null;
|
|
2382
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
1822
2383
|
ariaPlaceholder: string | null;
|
|
1823
2384
|
ariaPosInSet: string | null;
|
|
1824
2385
|
ariaPressed: string | null;
|
|
1825
2386
|
ariaReadOnly: string | null;
|
|
2387
|
+
ariaRelevant: string | null;
|
|
1826
2388
|
ariaRequired: string | null;
|
|
1827
2389
|
ariaRoleDescription: string | null;
|
|
1828
2390
|
ariaRowCount: string | null;
|
|
1829
2391
|
ariaRowIndex: string | null;
|
|
2392
|
+
ariaRowIndexText: string | null;
|
|
1830
2393
|
ariaRowSpan: string | null;
|
|
1831
2394
|
ariaSelected: string | null;
|
|
1832
2395
|
ariaSetSize: string | null;
|
|
@@ -1836,34 +2399,35 @@ declare const Select_base: {
|
|
|
1836
2399
|
ariaValueNow: string | null;
|
|
1837
2400
|
ariaValueText: string | null;
|
|
1838
2401
|
role: string | null;
|
|
1839
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
1840
|
-
getAnimations(options?: GetAnimationsOptions
|
|
1841
|
-
after(...nodes: (
|
|
1842
|
-
before(...nodes: (
|
|
2402
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
2403
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
2404
|
+
after(...nodes: (Node | string)[]): void;
|
|
2405
|
+
before(...nodes: (Node | string)[]): void;
|
|
1843
2406
|
remove(): void;
|
|
1844
|
-
replaceWith(...nodes: (
|
|
1845
|
-
innerHTML: string;
|
|
2407
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
1846
2408
|
readonly nextElementSibling: Element | null;
|
|
1847
2409
|
readonly previousElementSibling: Element | null;
|
|
1848
2410
|
readonly childElementCount: number;
|
|
1849
2411
|
readonly children: HTMLCollection;
|
|
1850
2412
|
readonly firstElementChild: Element | null;
|
|
1851
2413
|
readonly lastElementChild: Element | null;
|
|
1852
|
-
append(...nodes: (
|
|
1853
|
-
prepend(...nodes: (
|
|
1854
|
-
querySelector<
|
|
1855
|
-
querySelector<
|
|
1856
|
-
querySelector<
|
|
1857
|
-
querySelector<
|
|
1858
|
-
querySelector<
|
|
1859
|
-
querySelectorAll<
|
|
1860
|
-
querySelectorAll<
|
|
1861
|
-
querySelectorAll<
|
|
1862
|
-
querySelectorAll<
|
|
1863
|
-
querySelectorAll<
|
|
1864
|
-
replaceChildren(...nodes: (
|
|
2414
|
+
append(...nodes: (Node | string)[]): void;
|
|
2415
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
2416
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
2417
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
2418
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
2419
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
2420
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
2421
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
2422
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
2423
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
2424
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
2425
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
2426
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
1865
2427
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
1866
|
-
readonly
|
|
2428
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
2429
|
+
get style(): CSSStyleDeclaration;
|
|
2430
|
+
set style(cssText: string);
|
|
1867
2431
|
contentEditable: string;
|
|
1868
2432
|
enterKeyHint: string;
|
|
1869
2433
|
inputMode: string;
|
|
@@ -1873,16 +2437,20 @@ declare const Select_base: {
|
|
|
1873
2437
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1874
2438
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1875
2439
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1876
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
2440
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1877
2441
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
2442
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2443
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1878
2444
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1879
2445
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1880
2446
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1881
2447
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1882
2448
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1883
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
2449
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1884
2450
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1885
|
-
|
|
2451
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2452
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2453
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1886
2454
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1887
2455
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1888
2456
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -1929,12 +2497,14 @@ declare const Select_base: {
|
|
|
1929
2497
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1930
2498
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1931
2499
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2500
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1932
2501
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1933
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
2502
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
1934
2503
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1935
2504
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1936
2505
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1937
2506
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2507
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1938
2508
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
1939
2509
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1940
2510
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -1946,7 +2516,7 @@ declare const Select_base: {
|
|
|
1946
2516
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
1947
2517
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1948
2518
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1949
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
2519
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1950
2520
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1951
2521
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1952
2522
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -1964,14 +2534,10 @@ declare const Select_base: {
|
|
|
1964
2534
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
1965
2535
|
autofocus: boolean;
|
|
1966
2536
|
readonly dataset: DOMStringMap;
|
|
1967
|
-
nonce?: string
|
|
2537
|
+
nonce?: string;
|
|
1968
2538
|
tabIndex: number;
|
|
1969
2539
|
blur(): void;
|
|
1970
|
-
focus(options?: FocusOptions
|
|
1971
|
-
ariaColIndexText: string | null;
|
|
1972
|
-
ariaDescription: string | null;
|
|
1973
|
-
ariaRowIndexText: string | null;
|
|
1974
|
-
ariaRelevant: string | null;
|
|
2540
|
+
focus(options?: FocusOptions): void;
|
|
1975
2541
|
roleChanged(prev: string | null, next: string | null): void;
|
|
1976
2542
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
1977
2543
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -2014,7 +2580,7 @@ declare const Select_base: {
|
|
|
2014
2580
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
2015
2581
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
2016
2582
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
2017
|
-
"__#
|
|
2583
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
2018
2584
|
newPropertyName: string;
|
|
2019
2585
|
deprecatedPropertyName: string;
|
|
2020
2586
|
fromDeprecated: (v: any) => any;
|
|
@@ -2025,13 +2591,14 @@ declare const Select_base: {
|
|
|
2025
2591
|
new (...args: any[]): {
|
|
2026
2592
|
_vividAriaBehaviour: "host";
|
|
2027
2593
|
connectedCallback(): void;
|
|
2028
|
-
readonly $fastController: import(
|
|
2029
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
2594
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
2595
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
2030
2596
|
disconnectedCallback(): void;
|
|
2031
2597
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
2032
2598
|
accessKey: string;
|
|
2033
2599
|
readonly accessKeyLabel: string;
|
|
2034
2600
|
autocapitalize: string;
|
|
2601
|
+
autocorrect: boolean;
|
|
2035
2602
|
dir: string;
|
|
2036
2603
|
draggable: boolean;
|
|
2037
2604
|
hidden: boolean;
|
|
@@ -2044,30 +2611,39 @@ declare const Select_base: {
|
|
|
2044
2611
|
readonly offsetTop: number;
|
|
2045
2612
|
readonly offsetWidth: number;
|
|
2046
2613
|
outerText: string;
|
|
2614
|
+
popover: string | null;
|
|
2047
2615
|
spellcheck: boolean;
|
|
2048
2616
|
title: string;
|
|
2049
2617
|
translate: boolean;
|
|
2618
|
+
writingSuggestions: string;
|
|
2050
2619
|
attachInternals(): ElementInternals;
|
|
2051
2620
|
click(): void;
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2621
|
+
hidePopover(): void;
|
|
2622
|
+
showPopover(): void;
|
|
2623
|
+
togglePopover(options?: boolean): boolean;
|
|
2624
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2625
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
2626
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2627
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
2056
2628
|
readonly attributes: NamedNodeMap;
|
|
2057
|
-
|
|
2629
|
+
get classList(): DOMTokenList;
|
|
2630
|
+
set classList(value: string);
|
|
2058
2631
|
className: string;
|
|
2059
2632
|
readonly clientHeight: number;
|
|
2060
2633
|
readonly clientLeft: number;
|
|
2061
2634
|
readonly clientTop: number;
|
|
2062
2635
|
readonly clientWidth: number;
|
|
2636
|
+
readonly currentCSSZoom: number;
|
|
2063
2637
|
id: string;
|
|
2638
|
+
innerHTML: string;
|
|
2064
2639
|
readonly localName: string;
|
|
2065
2640
|
readonly namespaceURI: string | null;
|
|
2066
2641
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
2067
2642
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
2068
2643
|
outerHTML: string;
|
|
2069
2644
|
readonly ownerDocument: Document;
|
|
2070
|
-
|
|
2645
|
+
get part(): DOMTokenList;
|
|
2646
|
+
set part(value: string);
|
|
2071
2647
|
readonly prefix: string | null;
|
|
2072
2648
|
readonly scrollHeight: number;
|
|
2073
2649
|
scrollLeft: number;
|
|
@@ -2077,11 +2653,12 @@ declare const Select_base: {
|
|
|
2077
2653
|
slot: string;
|
|
2078
2654
|
readonly tagName: string;
|
|
2079
2655
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
2080
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
2081
|
-
closest<
|
|
2082
|
-
closest<
|
|
2083
|
-
closest<
|
|
2084
|
-
closest<
|
|
2656
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
2657
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
2658
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
2659
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
2660
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
2661
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
2085
2662
|
getAttribute(qualifiedName: string): string | null;
|
|
2086
2663
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
2087
2664
|
getAttributeNames(): string[];
|
|
@@ -2090,43 +2667,47 @@ declare const Select_base: {
|
|
|
2090
2667
|
getBoundingClientRect(): DOMRect;
|
|
2091
2668
|
getClientRects(): DOMRectList;
|
|
2092
2669
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
2093
|
-
getElementsByTagName<
|
|
2094
|
-
getElementsByTagName<
|
|
2095
|
-
getElementsByTagName<
|
|
2096
|
-
getElementsByTagName<
|
|
2670
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
2671
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
2672
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
2673
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
2097
2674
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
2098
2675
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
2099
2676
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
2100
2677
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
2101
2678
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
2679
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
2102
2680
|
hasAttribute(qualifiedName: string): boolean;
|
|
2103
2681
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
2104
2682
|
hasAttributes(): boolean;
|
|
2105
2683
|
hasPointerCapture(pointerId: number): boolean;
|
|
2106
2684
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
2107
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
2685
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
2108
2686
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
2109
2687
|
matches(selectors: string): boolean;
|
|
2110
2688
|
releasePointerCapture(pointerId: number): void;
|
|
2111
2689
|
removeAttribute(qualifiedName: string): void;
|
|
2112
2690
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
2113
2691
|
removeAttributeNode(attr: Attr): Attr;
|
|
2114
|
-
requestFullscreen(options?: FullscreenOptions
|
|
2115
|
-
requestPointerLock(): void
|
|
2116
|
-
scroll(options?: ScrollToOptions
|
|
2692
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
2693
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
2694
|
+
scroll(options?: ScrollToOptions): void;
|
|
2117
2695
|
scroll(x: number, y: number): void;
|
|
2118
|
-
scrollBy(options?: ScrollToOptions
|
|
2696
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
2119
2697
|
scrollBy(x: number, y: number): void;
|
|
2120
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
2121
|
-
scrollTo(options?: ScrollToOptions
|
|
2698
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
2699
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
2122
2700
|
scrollTo(x: number, y: number): void;
|
|
2123
2701
|
setAttribute(qualifiedName: string, value: string): void;
|
|
2124
2702
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
2125
2703
|
setAttributeNode(attr: Attr): Attr | null;
|
|
2126
2704
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
2705
|
+
setHTMLUnsafe(html: string): void;
|
|
2127
2706
|
setPointerCapture(pointerId: number): void;
|
|
2128
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
2707
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
2129
2708
|
webkitMatchesSelector(selectors: string): boolean;
|
|
2709
|
+
get textContent(): string;
|
|
2710
|
+
set textContent(value: string | null);
|
|
2130
2711
|
readonly baseURI: string;
|
|
2131
2712
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
2132
2713
|
readonly firstChild: ChildNode | null;
|
|
@@ -2139,22 +2720,21 @@ declare const Select_base: {
|
|
|
2139
2720
|
readonly parentElement: HTMLElement | null;
|
|
2140
2721
|
readonly parentNode: ParentNode | null;
|
|
2141
2722
|
readonly previousSibling: ChildNode | null;
|
|
2142
|
-
textContent: string | null;
|
|
2143
2723
|
appendChild<T extends Node>(node: T): T;
|
|
2144
|
-
cloneNode(
|
|
2724
|
+
cloneNode(subtree?: boolean): Node;
|
|
2145
2725
|
compareDocumentPosition(other: Node): number;
|
|
2146
2726
|
contains(other: Node | null): boolean;
|
|
2147
|
-
getRootNode(options?: GetRootNodeOptions
|
|
2727
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
2148
2728
|
hasChildNodes(): boolean;
|
|
2149
|
-
insertBefore<
|
|
2729
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
2150
2730
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
2151
2731
|
isEqualNode(otherNode: Node | null): boolean;
|
|
2152
2732
|
isSameNode(otherNode: Node | null): boolean;
|
|
2153
2733
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
2154
2734
|
lookupPrefix(namespace: string | null): string | null;
|
|
2155
2735
|
normalize(): void;
|
|
2156
|
-
removeChild<
|
|
2157
|
-
replaceChild<
|
|
2736
|
+
removeChild<T extends Node>(child: T): T;
|
|
2737
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
2158
2738
|
readonly ELEMENT_NODE: 1;
|
|
2159
2739
|
readonly ATTRIBUTE_NODE: 2;
|
|
2160
2740
|
readonly TEXT_NODE: 3;
|
|
@@ -2174,35 +2754,49 @@ declare const Select_base: {
|
|
|
2174
2754
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
2175
2755
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
2176
2756
|
dispatchEvent(event: Event): boolean;
|
|
2757
|
+
ariaActiveDescendantElement: Element | null;
|
|
2177
2758
|
ariaAtomic: string | null;
|
|
2178
2759
|
ariaAutoComplete: string | null;
|
|
2760
|
+
ariaBrailleLabel: string | null;
|
|
2761
|
+
ariaBrailleRoleDescription: string | null;
|
|
2179
2762
|
ariaBusy: string | null;
|
|
2180
2763
|
ariaChecked: string | null;
|
|
2181
2764
|
ariaColCount: string | null;
|
|
2182
2765
|
ariaColIndex: string | null;
|
|
2766
|
+
ariaColIndexText: string | null;
|
|
2183
2767
|
ariaColSpan: string | null;
|
|
2768
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
2184
2769
|
ariaCurrent: string | null;
|
|
2770
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
2771
|
+
ariaDescription: string | null;
|
|
2772
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
2185
2773
|
ariaDisabled: string | null;
|
|
2774
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
2186
2775
|
ariaExpanded: string | null;
|
|
2776
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
2187
2777
|
ariaHasPopup: string | null;
|
|
2188
2778
|
ariaHidden: string | null;
|
|
2189
2779
|
ariaInvalid: string | null;
|
|
2190
2780
|
ariaKeyShortcuts: string | null;
|
|
2191
2781
|
ariaLabel: string | null;
|
|
2782
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
2192
2783
|
ariaLevel: string | null;
|
|
2193
2784
|
ariaLive: string | null;
|
|
2194
2785
|
ariaModal: string | null;
|
|
2195
2786
|
ariaMultiLine: string | null;
|
|
2196
2787
|
ariaMultiSelectable: string | null;
|
|
2197
2788
|
ariaOrientation: string | null;
|
|
2789
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
2198
2790
|
ariaPlaceholder: string | null;
|
|
2199
2791
|
ariaPosInSet: string | null;
|
|
2200
2792
|
ariaPressed: string | null;
|
|
2201
2793
|
ariaReadOnly: string | null;
|
|
2794
|
+
ariaRelevant: string | null;
|
|
2202
2795
|
ariaRequired: string | null;
|
|
2203
2796
|
ariaRoleDescription: string | null;
|
|
2204
2797
|
ariaRowCount: string | null;
|
|
2205
2798
|
ariaRowIndex: string | null;
|
|
2799
|
+
ariaRowIndexText: string | null;
|
|
2206
2800
|
ariaRowSpan: string | null;
|
|
2207
2801
|
ariaSelected: string | null;
|
|
2208
2802
|
ariaSetSize: string | null;
|
|
@@ -2212,34 +2806,35 @@ declare const Select_base: {
|
|
|
2212
2806
|
ariaValueNow: string | null;
|
|
2213
2807
|
ariaValueText: string | null;
|
|
2214
2808
|
role: string | null;
|
|
2215
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
2216
|
-
getAnimations(options?: GetAnimationsOptions
|
|
2217
|
-
after(...nodes: (
|
|
2218
|
-
before(...nodes: (
|
|
2809
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
2810
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
2811
|
+
after(...nodes: (Node | string)[]): void;
|
|
2812
|
+
before(...nodes: (Node | string)[]): void;
|
|
2219
2813
|
remove(): void;
|
|
2220
|
-
replaceWith(...nodes: (
|
|
2221
|
-
innerHTML: string;
|
|
2814
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
2222
2815
|
readonly nextElementSibling: Element | null;
|
|
2223
2816
|
readonly previousElementSibling: Element | null;
|
|
2224
2817
|
readonly childElementCount: number;
|
|
2225
2818
|
readonly children: HTMLCollection;
|
|
2226
2819
|
readonly firstElementChild: Element | null;
|
|
2227
2820
|
readonly lastElementChild: Element | null;
|
|
2228
|
-
append(...nodes: (
|
|
2229
|
-
prepend(...nodes: (
|
|
2230
|
-
querySelector<
|
|
2231
|
-
querySelector<
|
|
2232
|
-
querySelector<
|
|
2233
|
-
querySelector<
|
|
2234
|
-
querySelector<
|
|
2235
|
-
querySelectorAll<
|
|
2236
|
-
querySelectorAll<
|
|
2237
|
-
querySelectorAll<
|
|
2238
|
-
querySelectorAll<
|
|
2239
|
-
querySelectorAll<
|
|
2240
|
-
replaceChildren(...nodes: (
|
|
2821
|
+
append(...nodes: (Node | string)[]): void;
|
|
2822
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
2823
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
2824
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
2825
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
2826
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
2827
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
2828
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
2829
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
2830
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
2831
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
2832
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
2833
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
2241
2834
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
2242
|
-
readonly
|
|
2835
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
2836
|
+
get style(): CSSStyleDeclaration;
|
|
2837
|
+
set style(cssText: string);
|
|
2243
2838
|
contentEditable: string;
|
|
2244
2839
|
enterKeyHint: string;
|
|
2245
2840
|
inputMode: string;
|
|
@@ -2249,16 +2844,20 @@ declare const Select_base: {
|
|
|
2249
2844
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2250
2845
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2251
2846
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2252
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
2847
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2253
2848
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
2849
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2850
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
2254
2851
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
2255
2852
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2256
2853
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2257
2854
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2258
2855
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2259
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
2856
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2260
2857
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2261
|
-
|
|
2858
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2859
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2860
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2262
2861
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
2263
2862
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2264
2863
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -2305,12 +2904,14 @@ declare const Select_base: {
|
|
|
2305
2904
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2306
2905
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2307
2906
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2907
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2308
2908
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2309
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
2909
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
2310
2910
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2311
2911
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2312
2912
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
2313
2913
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2914
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2314
2915
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
2315
2916
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2316
2917
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -2322,7 +2923,7 @@ declare const Select_base: {
|
|
|
2322
2923
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
2323
2924
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2324
2925
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2325
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
2926
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
2326
2927
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2327
2928
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2328
2929
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -2340,14 +2941,10 @@ declare const Select_base: {
|
|
|
2340
2941
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
2341
2942
|
autofocus: boolean;
|
|
2342
2943
|
readonly dataset: DOMStringMap;
|
|
2343
|
-
nonce?: string
|
|
2944
|
+
nonce?: string;
|
|
2344
2945
|
tabIndex: number;
|
|
2345
2946
|
blur(): void;
|
|
2346
|
-
focus(options?: FocusOptions
|
|
2347
|
-
ariaColIndexText: string | null;
|
|
2348
|
-
ariaDescription: string | null;
|
|
2349
|
-
ariaRowIndexText: string | null;
|
|
2350
|
-
ariaRelevant: string | null;
|
|
2947
|
+
focus(options?: FocusOptions): void;
|
|
2351
2948
|
roleChanged(prev: string | null, next: string | null): void;
|
|
2352
2949
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
2353
2950
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -2390,7 +2987,7 @@ declare const Select_base: {
|
|
|
2390
2987
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
2391
2988
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
2392
2989
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
2393
|
-
"__#
|
|
2990
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
2394
2991
|
newPropertyName: string;
|
|
2395
2992
|
deprecatedPropertyName: string;
|
|
2396
2993
|
fromDeprecated: (v: any) => any;
|
|
@@ -2400,17 +2997,18 @@ declare const Select_base: {
|
|
|
2400
2997
|
} & {
|
|
2401
2998
|
new (...args: any[]): {
|
|
2402
2999
|
iconTrailing: boolean;
|
|
2403
|
-
icon?: string
|
|
2404
|
-
iconSlottedContent?: HTMLElement[]
|
|
3000
|
+
icon?: string;
|
|
3001
|
+
iconSlottedContent?: HTMLElement[];
|
|
2405
3002
|
connectedCallback(): void;
|
|
2406
|
-
_vividAriaBehaviour: import(
|
|
2407
|
-
readonly $fastController: import(
|
|
2408
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
3003
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
3004
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
3005
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
2409
3006
|
disconnectedCallback(): void;
|
|
2410
3007
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
2411
3008
|
accessKey: string;
|
|
2412
3009
|
readonly accessKeyLabel: string;
|
|
2413
3010
|
autocapitalize: string;
|
|
3011
|
+
autocorrect: boolean;
|
|
2414
3012
|
dir: string;
|
|
2415
3013
|
draggable: boolean;
|
|
2416
3014
|
hidden: boolean;
|
|
@@ -2423,30 +3021,39 @@ declare const Select_base: {
|
|
|
2423
3021
|
readonly offsetTop: number;
|
|
2424
3022
|
readonly offsetWidth: number;
|
|
2425
3023
|
outerText: string;
|
|
3024
|
+
popover: string | null;
|
|
2426
3025
|
spellcheck: boolean;
|
|
2427
3026
|
title: string;
|
|
2428
3027
|
translate: boolean;
|
|
3028
|
+
writingSuggestions: string;
|
|
2429
3029
|
attachInternals(): ElementInternals;
|
|
2430
3030
|
click(): void;
|
|
2431
|
-
|
|
2432
|
-
|
|
2433
|
-
|
|
2434
|
-
|
|
3031
|
+
hidePopover(): void;
|
|
3032
|
+
showPopover(): void;
|
|
3033
|
+
togglePopover(options?: boolean): boolean;
|
|
3034
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3035
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
3036
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
3037
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
2435
3038
|
readonly attributes: NamedNodeMap;
|
|
2436
|
-
|
|
3039
|
+
get classList(): DOMTokenList;
|
|
3040
|
+
set classList(value: string);
|
|
2437
3041
|
className: string;
|
|
2438
3042
|
readonly clientHeight: number;
|
|
2439
3043
|
readonly clientLeft: number;
|
|
2440
3044
|
readonly clientTop: number;
|
|
2441
3045
|
readonly clientWidth: number;
|
|
3046
|
+
readonly currentCSSZoom: number;
|
|
2442
3047
|
id: string;
|
|
3048
|
+
innerHTML: string;
|
|
2443
3049
|
readonly localName: string;
|
|
2444
3050
|
readonly namespaceURI: string | null;
|
|
2445
3051
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
2446
3052
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
2447
3053
|
outerHTML: string;
|
|
2448
3054
|
readonly ownerDocument: Document;
|
|
2449
|
-
|
|
3055
|
+
get part(): DOMTokenList;
|
|
3056
|
+
set part(value: string);
|
|
2450
3057
|
readonly prefix: string | null;
|
|
2451
3058
|
readonly scrollHeight: number;
|
|
2452
3059
|
scrollLeft: number;
|
|
@@ -2456,11 +3063,12 @@ declare const Select_base: {
|
|
|
2456
3063
|
slot: string;
|
|
2457
3064
|
readonly tagName: string;
|
|
2458
3065
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
2459
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
2460
|
-
closest<
|
|
2461
|
-
closest<
|
|
2462
|
-
closest<
|
|
2463
|
-
closest<
|
|
3066
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
3067
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
3068
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
3069
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
3070
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
3071
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
2464
3072
|
getAttribute(qualifiedName: string): string | null;
|
|
2465
3073
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
2466
3074
|
getAttributeNames(): string[];
|
|
@@ -2469,43 +3077,47 @@ declare const Select_base: {
|
|
|
2469
3077
|
getBoundingClientRect(): DOMRect;
|
|
2470
3078
|
getClientRects(): DOMRectList;
|
|
2471
3079
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
2472
|
-
getElementsByTagName<
|
|
2473
|
-
getElementsByTagName<
|
|
2474
|
-
getElementsByTagName<
|
|
2475
|
-
getElementsByTagName<
|
|
3080
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
3081
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
3082
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
3083
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
2476
3084
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
2477
3085
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
2478
3086
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
2479
3087
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
2480
3088
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
3089
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
2481
3090
|
hasAttribute(qualifiedName: string): boolean;
|
|
2482
3091
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
2483
3092
|
hasAttributes(): boolean;
|
|
2484
3093
|
hasPointerCapture(pointerId: number): boolean;
|
|
2485
3094
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
2486
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
3095
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
2487
3096
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
2488
3097
|
matches(selectors: string): boolean;
|
|
2489
3098
|
releasePointerCapture(pointerId: number): void;
|
|
2490
3099
|
removeAttribute(qualifiedName: string): void;
|
|
2491
3100
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
2492
3101
|
removeAttributeNode(attr: Attr): Attr;
|
|
2493
|
-
requestFullscreen(options?: FullscreenOptions
|
|
2494
|
-
requestPointerLock(): void
|
|
2495
|
-
scroll(options?: ScrollToOptions
|
|
3102
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
3103
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
3104
|
+
scroll(options?: ScrollToOptions): void;
|
|
2496
3105
|
scroll(x: number, y: number): void;
|
|
2497
|
-
scrollBy(options?: ScrollToOptions
|
|
3106
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
2498
3107
|
scrollBy(x: number, y: number): void;
|
|
2499
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
2500
|
-
scrollTo(options?: ScrollToOptions
|
|
3108
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
3109
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
2501
3110
|
scrollTo(x: number, y: number): void;
|
|
2502
3111
|
setAttribute(qualifiedName: string, value: string): void;
|
|
2503
3112
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
2504
3113
|
setAttributeNode(attr: Attr): Attr | null;
|
|
2505
3114
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
3115
|
+
setHTMLUnsafe(html: string): void;
|
|
2506
3116
|
setPointerCapture(pointerId: number): void;
|
|
2507
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
3117
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
2508
3118
|
webkitMatchesSelector(selectors: string): boolean;
|
|
3119
|
+
get textContent(): string;
|
|
3120
|
+
set textContent(value: string | null);
|
|
2509
3121
|
readonly baseURI: string;
|
|
2510
3122
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
2511
3123
|
readonly firstChild: ChildNode | null;
|
|
@@ -2518,22 +3130,21 @@ declare const Select_base: {
|
|
|
2518
3130
|
readonly parentElement: HTMLElement | null;
|
|
2519
3131
|
readonly parentNode: ParentNode | null;
|
|
2520
3132
|
readonly previousSibling: ChildNode | null;
|
|
2521
|
-
textContent: string | null;
|
|
2522
3133
|
appendChild<T extends Node>(node: T): T;
|
|
2523
|
-
cloneNode(
|
|
3134
|
+
cloneNode(subtree?: boolean): Node;
|
|
2524
3135
|
compareDocumentPosition(other: Node): number;
|
|
2525
3136
|
contains(other: Node | null): boolean;
|
|
2526
|
-
getRootNode(options?: GetRootNodeOptions
|
|
3137
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
2527
3138
|
hasChildNodes(): boolean;
|
|
2528
|
-
insertBefore<
|
|
3139
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
2529
3140
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
2530
3141
|
isEqualNode(otherNode: Node | null): boolean;
|
|
2531
3142
|
isSameNode(otherNode: Node | null): boolean;
|
|
2532
3143
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
2533
3144
|
lookupPrefix(namespace: string | null): string | null;
|
|
2534
3145
|
normalize(): void;
|
|
2535
|
-
removeChild<
|
|
2536
|
-
replaceChild<
|
|
3146
|
+
removeChild<T extends Node>(child: T): T;
|
|
3147
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
2537
3148
|
readonly ELEMENT_NODE: 1;
|
|
2538
3149
|
readonly ATTRIBUTE_NODE: 2;
|
|
2539
3150
|
readonly TEXT_NODE: 3;
|
|
@@ -2553,35 +3164,49 @@ declare const Select_base: {
|
|
|
2553
3164
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
2554
3165
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
2555
3166
|
dispatchEvent(event: Event): boolean;
|
|
3167
|
+
ariaActiveDescendantElement: Element | null;
|
|
2556
3168
|
ariaAtomic: string | null;
|
|
2557
3169
|
ariaAutoComplete: string | null;
|
|
3170
|
+
ariaBrailleLabel: string | null;
|
|
3171
|
+
ariaBrailleRoleDescription: string | null;
|
|
2558
3172
|
ariaBusy: string | null;
|
|
2559
3173
|
ariaChecked: string | null;
|
|
2560
3174
|
ariaColCount: string | null;
|
|
2561
3175
|
ariaColIndex: string | null;
|
|
3176
|
+
ariaColIndexText: string | null;
|
|
2562
3177
|
ariaColSpan: string | null;
|
|
3178
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
2563
3179
|
ariaCurrent: string | null;
|
|
3180
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
3181
|
+
ariaDescription: string | null;
|
|
3182
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
2564
3183
|
ariaDisabled: string | null;
|
|
3184
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
2565
3185
|
ariaExpanded: string | null;
|
|
3186
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
2566
3187
|
ariaHasPopup: string | null;
|
|
2567
3188
|
ariaHidden: string | null;
|
|
2568
3189
|
ariaInvalid: string | null;
|
|
2569
3190
|
ariaKeyShortcuts: string | null;
|
|
2570
3191
|
ariaLabel: string | null;
|
|
3192
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
2571
3193
|
ariaLevel: string | null;
|
|
2572
3194
|
ariaLive: string | null;
|
|
2573
3195
|
ariaModal: string | null;
|
|
2574
3196
|
ariaMultiLine: string | null;
|
|
2575
3197
|
ariaMultiSelectable: string | null;
|
|
2576
3198
|
ariaOrientation: string | null;
|
|
3199
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
2577
3200
|
ariaPlaceholder: string | null;
|
|
2578
3201
|
ariaPosInSet: string | null;
|
|
2579
3202
|
ariaPressed: string | null;
|
|
2580
3203
|
ariaReadOnly: string | null;
|
|
3204
|
+
ariaRelevant: string | null;
|
|
2581
3205
|
ariaRequired: string | null;
|
|
2582
3206
|
ariaRoleDescription: string | null;
|
|
2583
3207
|
ariaRowCount: string | null;
|
|
2584
3208
|
ariaRowIndex: string | null;
|
|
3209
|
+
ariaRowIndexText: string | null;
|
|
2585
3210
|
ariaRowSpan: string | null;
|
|
2586
3211
|
ariaSelected: string | null;
|
|
2587
3212
|
ariaSetSize: string | null;
|
|
@@ -2591,34 +3216,35 @@ declare const Select_base: {
|
|
|
2591
3216
|
ariaValueNow: string | null;
|
|
2592
3217
|
ariaValueText: string | null;
|
|
2593
3218
|
role: string | null;
|
|
2594
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
2595
|
-
getAnimations(options?: GetAnimationsOptions
|
|
2596
|
-
after(...nodes: (
|
|
2597
|
-
before(...nodes: (
|
|
3219
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
3220
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
3221
|
+
after(...nodes: (Node | string)[]): void;
|
|
3222
|
+
before(...nodes: (Node | string)[]): void;
|
|
2598
3223
|
remove(): void;
|
|
2599
|
-
replaceWith(...nodes: (
|
|
2600
|
-
innerHTML: string;
|
|
3224
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
2601
3225
|
readonly nextElementSibling: Element | null;
|
|
2602
3226
|
readonly previousElementSibling: Element | null;
|
|
2603
3227
|
readonly childElementCount: number;
|
|
2604
3228
|
readonly children: HTMLCollection;
|
|
2605
3229
|
readonly firstElementChild: Element | null;
|
|
2606
3230
|
readonly lastElementChild: Element | null;
|
|
2607
|
-
append(...nodes: (
|
|
2608
|
-
prepend(...nodes: (
|
|
2609
|
-
querySelector<
|
|
2610
|
-
querySelector<
|
|
2611
|
-
querySelector<
|
|
2612
|
-
querySelector<
|
|
2613
|
-
querySelector<
|
|
2614
|
-
querySelectorAll<
|
|
2615
|
-
querySelectorAll<
|
|
2616
|
-
querySelectorAll<
|
|
2617
|
-
querySelectorAll<
|
|
2618
|
-
querySelectorAll<
|
|
2619
|
-
replaceChildren(...nodes: (
|
|
3231
|
+
append(...nodes: (Node | string)[]): void;
|
|
3232
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
3233
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
3234
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
3235
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
3236
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
3237
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
3238
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
3239
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
3240
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
3241
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
3242
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
3243
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
2620
3244
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
2621
|
-
readonly
|
|
3245
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
3246
|
+
get style(): CSSStyleDeclaration;
|
|
3247
|
+
set style(cssText: string);
|
|
2622
3248
|
contentEditable: string;
|
|
2623
3249
|
enterKeyHint: string;
|
|
2624
3250
|
inputMode: string;
|
|
@@ -2628,16 +3254,20 @@ declare const Select_base: {
|
|
|
2628
3254
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2629
3255
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2630
3256
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2631
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
3257
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2632
3258
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
3259
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3260
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
2633
3261
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
2634
3262
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2635
3263
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2636
3264
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2637
3265
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2638
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
3266
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2639
3267
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2640
|
-
|
|
3268
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3269
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3270
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2641
3271
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
2642
3272
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2643
3273
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -2684,12 +3314,14 @@ declare const Select_base: {
|
|
|
2684
3314
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2685
3315
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2686
3316
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3317
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2687
3318
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2688
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
3319
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
2689
3320
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2690
3321
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2691
3322
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
2692
3323
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3324
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2693
3325
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
2694
3326
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2695
3327
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -2701,7 +3333,7 @@ declare const Select_base: {
|
|
|
2701
3333
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
2702
3334
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2703
3335
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2704
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
3336
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
2705
3337
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2706
3338
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2707
3339
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -2719,14 +3351,10 @@ declare const Select_base: {
|
|
|
2719
3351
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
2720
3352
|
autofocus: boolean;
|
|
2721
3353
|
readonly dataset: DOMStringMap;
|
|
2722
|
-
nonce?: string
|
|
3354
|
+
nonce?: string;
|
|
2723
3355
|
tabIndex: number;
|
|
2724
3356
|
blur(): void;
|
|
2725
|
-
focus(options?: FocusOptions
|
|
2726
|
-
ariaColIndexText: string | null;
|
|
2727
|
-
ariaDescription: string | null;
|
|
2728
|
-
ariaRowIndexText: string | null;
|
|
2729
|
-
ariaRelevant: string | null;
|
|
3357
|
+
focus(options?: FocusOptions): void;
|
|
2730
3358
|
roleChanged(prev: string | null, next: string | null): void;
|
|
2731
3359
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
2732
3360
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -2769,7 +3397,7 @@ declare const Select_base: {
|
|
|
2769
3397
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
2770
3398
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
2771
3399
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
2772
|
-
"__#
|
|
3400
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
2773
3401
|
newPropertyName: string;
|
|
2774
3402
|
deprecatedPropertyName: string;
|
|
2775
3403
|
fromDeprecated: (v: any) => any;
|
|
@@ -2778,17 +3406,18 @@ declare const Select_base: {
|
|
|
2778
3406
|
};
|
|
2779
3407
|
} & {
|
|
2780
3408
|
new (...args: any[]): {
|
|
2781
|
-
proxy: import(
|
|
2782
|
-
|
|
2783
|
-
|
|
2784
|
-
|
|
2785
|
-
|
|
2786
|
-
|
|
3409
|
+
proxy: import('../../shared/foundation/form-associated/form-associated').ProxyElement;
|
|
3410
|
+
get validity(): ValidityState;
|
|
3411
|
+
get form(): HTMLFormElement | null;
|
|
3412
|
+
get validationMessage(): string;
|
|
3413
|
+
get willValidate(): boolean;
|
|
3414
|
+
get labels(): ReadonlyArray<Node>;
|
|
2787
3415
|
dirtyValue: boolean;
|
|
2788
|
-
proxySlot?: HTMLSlotElement
|
|
3416
|
+
proxySlot?: HTMLSlotElement;
|
|
2789
3417
|
value: string;
|
|
2790
3418
|
valueChanged(_previous: string, _next: string): void;
|
|
2791
|
-
currentValue: string;
|
|
3419
|
+
get currentValue(): string;
|
|
3420
|
+
set currentValue(value: string);
|
|
2792
3421
|
initialValue: string;
|
|
2793
3422
|
initialValueChanged(_previous: string, _next: string): void;
|
|
2794
3423
|
disabled: boolean;
|
|
@@ -2797,29 +3426,30 @@ declare const Select_base: {
|
|
|
2797
3426
|
nameChanged(_previous: string, _next: string): void;
|
|
2798
3427
|
required: boolean;
|
|
2799
3428
|
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
2800
|
-
|
|
3429
|
+
get elementInternals(): ElementInternals | null;
|
|
2801
3430
|
proxyEventsToBlock: string[];
|
|
2802
3431
|
connectedCallback(): void;
|
|
2803
3432
|
disconnectedCallback(): void;
|
|
2804
3433
|
checkValidity(): boolean;
|
|
2805
3434
|
reportValidity(): boolean;
|
|
2806
|
-
setValidity(flags: ValidityStateFlags, message?: string
|
|
3435
|
+
setValidity(flags: ValidityStateFlags, message?: string, anchor?: HTMLElement): void;
|
|
2807
3436
|
formDisabledCallback(disabled: boolean): void;
|
|
2808
3437
|
formResetCallback(): void;
|
|
2809
3438
|
proxyInitialized: boolean;
|
|
2810
3439
|
attachProxy(): void;
|
|
2811
3440
|
detachProxy(): void;
|
|
2812
|
-
validate(anchor?: HTMLElement
|
|
2813
|
-
setFormValue(value:
|
|
3441
|
+
validate(anchor?: HTMLElement): void;
|
|
3442
|
+
setFormValue(value: File | string | FormData | null, state?: File | string | FormData | null): void;
|
|
2814
3443
|
_keypressHandler(e: KeyboardEvent): void;
|
|
2815
3444
|
stopPropagation(e: Event): void;
|
|
2816
|
-
_vividAriaBehaviour: import(
|
|
2817
|
-
readonly $fastController: import(
|
|
2818
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
3445
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
3446
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
3447
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
2819
3448
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
2820
3449
|
accessKey: string;
|
|
2821
3450
|
readonly accessKeyLabel: string;
|
|
2822
3451
|
autocapitalize: string;
|
|
3452
|
+
autocorrect: boolean;
|
|
2823
3453
|
dir: string;
|
|
2824
3454
|
draggable: boolean;
|
|
2825
3455
|
hidden: boolean;
|
|
@@ -2832,30 +3462,39 @@ declare const Select_base: {
|
|
|
2832
3462
|
readonly offsetTop: number;
|
|
2833
3463
|
readonly offsetWidth: number;
|
|
2834
3464
|
outerText: string;
|
|
3465
|
+
popover: string | null;
|
|
2835
3466
|
spellcheck: boolean;
|
|
2836
3467
|
title: string;
|
|
2837
3468
|
translate: boolean;
|
|
3469
|
+
writingSuggestions: string;
|
|
2838
3470
|
attachInternals(): ElementInternals;
|
|
2839
3471
|
click(): void;
|
|
2840
|
-
|
|
2841
|
-
|
|
2842
|
-
|
|
2843
|
-
|
|
3472
|
+
hidePopover(): void;
|
|
3473
|
+
showPopover(): void;
|
|
3474
|
+
togglePopover(options?: boolean): boolean;
|
|
3475
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3476
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
3477
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
3478
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
2844
3479
|
readonly attributes: NamedNodeMap;
|
|
2845
|
-
|
|
3480
|
+
get classList(): DOMTokenList;
|
|
3481
|
+
set classList(value: string);
|
|
2846
3482
|
className: string;
|
|
2847
3483
|
readonly clientHeight: number;
|
|
2848
3484
|
readonly clientLeft: number;
|
|
2849
3485
|
readonly clientTop: number;
|
|
2850
3486
|
readonly clientWidth: number;
|
|
3487
|
+
readonly currentCSSZoom: number;
|
|
2851
3488
|
id: string;
|
|
3489
|
+
innerHTML: string;
|
|
2852
3490
|
readonly localName: string;
|
|
2853
3491
|
readonly namespaceURI: string | null;
|
|
2854
3492
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
2855
3493
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
2856
3494
|
outerHTML: string;
|
|
2857
3495
|
readonly ownerDocument: Document;
|
|
2858
|
-
|
|
3496
|
+
get part(): DOMTokenList;
|
|
3497
|
+
set part(value: string);
|
|
2859
3498
|
readonly prefix: string | null;
|
|
2860
3499
|
readonly scrollHeight: number;
|
|
2861
3500
|
scrollLeft: number;
|
|
@@ -2865,11 +3504,12 @@ declare const Select_base: {
|
|
|
2865
3504
|
slot: string;
|
|
2866
3505
|
readonly tagName: string;
|
|
2867
3506
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
2868
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
2869
|
-
closest<
|
|
2870
|
-
closest<
|
|
2871
|
-
closest<
|
|
2872
|
-
closest<
|
|
3507
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
3508
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
3509
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
3510
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
3511
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
3512
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
2873
3513
|
getAttribute(qualifiedName: string): string | null;
|
|
2874
3514
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
2875
3515
|
getAttributeNames(): string[];
|
|
@@ -2878,43 +3518,47 @@ declare const Select_base: {
|
|
|
2878
3518
|
getBoundingClientRect(): DOMRect;
|
|
2879
3519
|
getClientRects(): DOMRectList;
|
|
2880
3520
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
2881
|
-
getElementsByTagName<
|
|
2882
|
-
getElementsByTagName<
|
|
2883
|
-
getElementsByTagName<
|
|
2884
|
-
getElementsByTagName<
|
|
3521
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
3522
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
3523
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
3524
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
2885
3525
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
2886
3526
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
2887
3527
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
2888
3528
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
2889
3529
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
3530
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
2890
3531
|
hasAttribute(qualifiedName: string): boolean;
|
|
2891
3532
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
2892
3533
|
hasAttributes(): boolean;
|
|
2893
3534
|
hasPointerCapture(pointerId: number): boolean;
|
|
2894
3535
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
2895
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
3536
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
2896
3537
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
2897
3538
|
matches(selectors: string): boolean;
|
|
2898
3539
|
releasePointerCapture(pointerId: number): void;
|
|
2899
3540
|
removeAttribute(qualifiedName: string): void;
|
|
2900
3541
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
2901
3542
|
removeAttributeNode(attr: Attr): Attr;
|
|
2902
|
-
requestFullscreen(options?: FullscreenOptions
|
|
2903
|
-
requestPointerLock(): void
|
|
2904
|
-
scroll(options?: ScrollToOptions
|
|
3543
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
3544
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
3545
|
+
scroll(options?: ScrollToOptions): void;
|
|
2905
3546
|
scroll(x: number, y: number): void;
|
|
2906
|
-
scrollBy(options?: ScrollToOptions
|
|
3547
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
2907
3548
|
scrollBy(x: number, y: number): void;
|
|
2908
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
2909
|
-
scrollTo(options?: ScrollToOptions
|
|
3549
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
3550
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
2910
3551
|
scrollTo(x: number, y: number): void;
|
|
2911
3552
|
setAttribute(qualifiedName: string, value: string): void;
|
|
2912
3553
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
2913
3554
|
setAttributeNode(attr: Attr): Attr | null;
|
|
2914
3555
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
3556
|
+
setHTMLUnsafe(html: string): void;
|
|
2915
3557
|
setPointerCapture(pointerId: number): void;
|
|
2916
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
3558
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
2917
3559
|
webkitMatchesSelector(selectors: string): boolean;
|
|
3560
|
+
get textContent(): string;
|
|
3561
|
+
set textContent(value: string | null);
|
|
2918
3562
|
readonly baseURI: string;
|
|
2919
3563
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
2920
3564
|
readonly firstChild: ChildNode | null;
|
|
@@ -2927,22 +3571,21 @@ declare const Select_base: {
|
|
|
2927
3571
|
readonly parentElement: HTMLElement | null;
|
|
2928
3572
|
readonly parentNode: ParentNode | null;
|
|
2929
3573
|
readonly previousSibling: ChildNode | null;
|
|
2930
|
-
textContent: string | null;
|
|
2931
3574
|
appendChild<T extends Node>(node: T): T;
|
|
2932
|
-
cloneNode(
|
|
3575
|
+
cloneNode(subtree?: boolean): Node;
|
|
2933
3576
|
compareDocumentPosition(other: Node): number;
|
|
2934
3577
|
contains(other: Node | null): boolean;
|
|
2935
|
-
getRootNode(options?: GetRootNodeOptions
|
|
3578
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
2936
3579
|
hasChildNodes(): boolean;
|
|
2937
|
-
insertBefore<
|
|
3580
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
2938
3581
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
2939
3582
|
isEqualNode(otherNode: Node | null): boolean;
|
|
2940
3583
|
isSameNode(otherNode: Node | null): boolean;
|
|
2941
3584
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
2942
3585
|
lookupPrefix(namespace: string | null): string | null;
|
|
2943
3586
|
normalize(): void;
|
|
2944
|
-
removeChild<
|
|
2945
|
-
replaceChild<
|
|
3587
|
+
removeChild<T extends Node>(child: T): T;
|
|
3588
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
2946
3589
|
readonly ELEMENT_NODE: 1;
|
|
2947
3590
|
readonly ATTRIBUTE_NODE: 2;
|
|
2948
3591
|
readonly TEXT_NODE: 3;
|
|
@@ -2962,35 +3605,49 @@ declare const Select_base: {
|
|
|
2962
3605
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
2963
3606
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
2964
3607
|
dispatchEvent(event: Event): boolean;
|
|
3608
|
+
ariaActiveDescendantElement: Element | null;
|
|
2965
3609
|
ariaAtomic: string | null;
|
|
2966
3610
|
ariaAutoComplete: string | null;
|
|
3611
|
+
ariaBrailleLabel: string | null;
|
|
3612
|
+
ariaBrailleRoleDescription: string | null;
|
|
2967
3613
|
ariaBusy: string | null;
|
|
2968
3614
|
ariaChecked: string | null;
|
|
2969
3615
|
ariaColCount: string | null;
|
|
2970
3616
|
ariaColIndex: string | null;
|
|
3617
|
+
ariaColIndexText: string | null;
|
|
2971
3618
|
ariaColSpan: string | null;
|
|
3619
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
2972
3620
|
ariaCurrent: string | null;
|
|
3621
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
3622
|
+
ariaDescription: string | null;
|
|
3623
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
2973
3624
|
ariaDisabled: string | null;
|
|
3625
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
2974
3626
|
ariaExpanded: string | null;
|
|
3627
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
2975
3628
|
ariaHasPopup: string | null;
|
|
2976
3629
|
ariaHidden: string | null;
|
|
2977
3630
|
ariaInvalid: string | null;
|
|
2978
3631
|
ariaKeyShortcuts: string | null;
|
|
2979
3632
|
ariaLabel: string | null;
|
|
3633
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
2980
3634
|
ariaLevel: string | null;
|
|
2981
3635
|
ariaLive: string | null;
|
|
2982
3636
|
ariaModal: string | null;
|
|
2983
3637
|
ariaMultiLine: string | null;
|
|
2984
3638
|
ariaMultiSelectable: string | null;
|
|
2985
3639
|
ariaOrientation: string | null;
|
|
3640
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
2986
3641
|
ariaPlaceholder: string | null;
|
|
2987
3642
|
ariaPosInSet: string | null;
|
|
2988
3643
|
ariaPressed: string | null;
|
|
2989
3644
|
ariaReadOnly: string | null;
|
|
3645
|
+
ariaRelevant: string | null;
|
|
2990
3646
|
ariaRequired: string | null;
|
|
2991
3647
|
ariaRoleDescription: string | null;
|
|
2992
3648
|
ariaRowCount: string | null;
|
|
2993
3649
|
ariaRowIndex: string | null;
|
|
3650
|
+
ariaRowIndexText: string | null;
|
|
2994
3651
|
ariaRowSpan: string | null;
|
|
2995
3652
|
ariaSelected: string | null;
|
|
2996
3653
|
ariaSetSize: string | null;
|
|
@@ -3000,34 +3657,35 @@ declare const Select_base: {
|
|
|
3000
3657
|
ariaValueNow: string | null;
|
|
3001
3658
|
ariaValueText: string | null;
|
|
3002
3659
|
role: string | null;
|
|
3003
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
3004
|
-
getAnimations(options?: GetAnimationsOptions
|
|
3005
|
-
after(...nodes: (
|
|
3006
|
-
before(...nodes: (
|
|
3660
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
3661
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
3662
|
+
after(...nodes: (Node | string)[]): void;
|
|
3663
|
+
before(...nodes: (Node | string)[]): void;
|
|
3007
3664
|
remove(): void;
|
|
3008
|
-
replaceWith(...nodes: (
|
|
3009
|
-
innerHTML: string;
|
|
3665
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
3010
3666
|
readonly nextElementSibling: Element | null;
|
|
3011
3667
|
readonly previousElementSibling: Element | null;
|
|
3012
3668
|
readonly childElementCount: number;
|
|
3013
3669
|
readonly children: HTMLCollection;
|
|
3014
3670
|
readonly firstElementChild: Element | null;
|
|
3015
3671
|
readonly lastElementChild: Element | null;
|
|
3016
|
-
append(...nodes: (
|
|
3017
|
-
prepend(...nodes: (
|
|
3018
|
-
querySelector<
|
|
3019
|
-
querySelector<
|
|
3020
|
-
querySelector<
|
|
3021
|
-
querySelector<
|
|
3022
|
-
querySelector<
|
|
3023
|
-
querySelectorAll<
|
|
3024
|
-
querySelectorAll<
|
|
3025
|
-
querySelectorAll<
|
|
3026
|
-
querySelectorAll<
|
|
3027
|
-
querySelectorAll<
|
|
3028
|
-
replaceChildren(...nodes: (
|
|
3672
|
+
append(...nodes: (Node | string)[]): void;
|
|
3673
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
3674
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
3675
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
3676
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
3677
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
3678
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
3679
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
3680
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
3681
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
3682
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
3683
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
3684
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
3029
3685
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
3030
|
-
readonly
|
|
3686
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
3687
|
+
get style(): CSSStyleDeclaration;
|
|
3688
|
+
set style(cssText: string);
|
|
3031
3689
|
contentEditable: string;
|
|
3032
3690
|
enterKeyHint: string;
|
|
3033
3691
|
inputMode: string;
|
|
@@ -3037,16 +3695,20 @@ declare const Select_base: {
|
|
|
3037
3695
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
3038
3696
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
3039
3697
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
3040
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
3698
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3041
3699
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
3700
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3701
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
3042
3702
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
3043
3703
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3044
3704
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3045
3705
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3046
3706
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3047
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
3707
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3048
3708
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3049
|
-
|
|
3709
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3710
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3711
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3050
3712
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
3051
3713
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3052
3714
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -3093,12 +3755,14 @@ declare const Select_base: {
|
|
|
3093
3755
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3094
3756
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3095
3757
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3758
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3096
3759
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3097
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
3760
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
3098
3761
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3099
3762
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3100
3763
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
3101
3764
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3765
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3102
3766
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
3103
3767
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3104
3768
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -3110,7 +3774,7 @@ declare const Select_base: {
|
|
|
3110
3774
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
3111
3775
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3112
3776
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3113
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
3777
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
3114
3778
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
3115
3779
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
3116
3780
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -3128,14 +3792,10 @@ declare const Select_base: {
|
|
|
3128
3792
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
3129
3793
|
autofocus: boolean;
|
|
3130
3794
|
readonly dataset: DOMStringMap;
|
|
3131
|
-
nonce?: string
|
|
3795
|
+
nonce?: string;
|
|
3132
3796
|
tabIndex: number;
|
|
3133
3797
|
blur(): void;
|
|
3134
|
-
focus(options?: FocusOptions
|
|
3135
|
-
ariaColIndexText: string | null;
|
|
3136
|
-
ariaDescription: string | null;
|
|
3137
|
-
ariaRowIndexText: string | null;
|
|
3138
|
-
ariaRelevant: string | null;
|
|
3798
|
+
focus(options?: FocusOptions): void;
|
|
3139
3799
|
roleChanged(prev: string | null, next: string | null): void;
|
|
3140
3800
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
3141
3801
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -3178,14 +3838,14 @@ declare const Select_base: {
|
|
|
3178
3838
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
3179
3839
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
3180
3840
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
3181
|
-
"__#
|
|
3841
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
3182
3842
|
newPropertyName: string;
|
|
3183
3843
|
deprecatedPropertyName: string;
|
|
3184
3844
|
fromDeprecated: (v: any) => any;
|
|
3185
3845
|
toDeprecated?: ((v: any) => any) | undefined;
|
|
3186
3846
|
}): void;
|
|
3187
3847
|
};
|
|
3188
|
-
|
|
3848
|
+
get formAssociated(): boolean;
|
|
3189
3849
|
} & typeof Listbox;
|
|
3190
3850
|
export declare class Select extends Select_base {
|
|
3191
3851
|
multiple: boolean;
|
|
@@ -3202,5 +3862,6 @@ export declare class Select extends Select_base {
|
|
|
3202
3862
|
_newDefaultSelectedIndex(prev: ListboxOption[], next: ListboxOption[], currentSelectIndex: number): number | null;
|
|
3203
3863
|
_isDefaultSelected(option: ListboxOption): boolean;
|
|
3204
3864
|
formResetCallback(): void;
|
|
3865
|
+
clearable: boolean;
|
|
3205
3866
|
}
|
|
3206
3867
|
export {};
|