@vonage/vivid 5.12.0 → 5.15.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/base-color-picker.js +2 -2
- 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 +17 -13
- package/bundled/slottable-request.cjs +4 -4
- package/bundled/slottable-request.js +71 -70
- package/bundled/vivid-element.cjs +1 -1
- package/bundled/vivid-element.js +1 -1
- package/custom-elements.json +2540 -2206
- 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/index.cjs +1 -0
- package/index.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/exports.d.ts +1 -0
- 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/keyboard-shortcuts.d.ts +16 -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 +10 -8
- 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 +51 -24
- package/rich-text-editor/definition.js +52 -26
- package/rich-text-editor/index.cjs +7 -7
- package/rich-text-editor/index.js +1255 -1237
- 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/base-color-picker.cjs +2 -2
- package/unbundled/base-color-picker.js +2 -2
- package/unbundled/localized.cjs +1 -0
- package/unbundled/localized.js +1 -0
- package/unbundled/slottable-request.cjs +8 -5
- package/unbundled/slottable-request.js +8 -6
- package/unbundled/vivid-element.cjs +1 -1
- package/unbundled/vivid-element.js +1 -1
- package/vivid.api.json +759 -38
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
1
|
+
import { Popup } from '../popup/popup';
|
|
2
|
+
import { Appearance, Shape, Size } from '../enums';
|
|
3
|
+
import { ListboxOption } from '../option/option';
|
|
4
|
+
import { ExtractFromEnum } from '../../shared/utils/enums';
|
|
5
5
|
import { Listbox } from '../../shared/foundation/listbox/listbox';
|
|
6
6
|
import { ComboboxAutocomplete } from './combobox.options';
|
|
7
7
|
export type PopupPlacement = 'top' | 'bottom';
|
|
@@ -10,29 +10,30 @@ export type ComboboxShape = ExtractFromEnum<Shape, Shape.Rounded | Shape.Pill>;
|
|
|
10
10
|
export type ComboboxSize = ExtractFromEnum<Size, Size.Condensed | Size.Normal>;
|
|
11
11
|
declare const Combobox_base: {
|
|
12
12
|
new (...args: any[]): {
|
|
13
|
-
_contextualHelpSlottedContent?: HTMLElement[]
|
|
14
|
-
|
|
13
|
+
_contextualHelpSlottedContent?: HTMLElement[];
|
|
14
|
+
get _hasContextualHelp(): boolean;
|
|
15
15
|
_isFromContextualHelp(e: Event): boolean;
|
|
16
|
-
label?: string
|
|
16
|
+
label?: string;
|
|
17
17
|
errorValidationMessage: string;
|
|
18
18
|
forceErrorDisplay: boolean;
|
|
19
19
|
hasBeenTouched: boolean;
|
|
20
20
|
connectedCallback: (() => void) & (() => void) & (() => void);
|
|
21
|
-
"__#
|
|
21
|
+
"__#private@#handleInvalidEvent": () => void;
|
|
22
22
|
disconnectedCallback: (() => void) & (() => void) & (() => void);
|
|
23
23
|
formResetCallback: (() => void) & (() => void);
|
|
24
|
-
validate: (() => void) & ((anchor?: HTMLElement
|
|
25
|
-
proxy: import(
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
24
|
+
validate: (() => void) & ((anchor?: HTMLElement) => void);
|
|
25
|
+
proxy: import('../../shared/foundation/form-associated/form-associated').ProxyElement;
|
|
26
|
+
get validity(): ValidityState;
|
|
27
|
+
get form(): HTMLFormElement | null;
|
|
28
|
+
get validationMessage(): string;
|
|
29
|
+
get willValidate(): boolean;
|
|
30
|
+
get labels(): ReadonlyArray<Node>;
|
|
31
31
|
dirtyValue: boolean;
|
|
32
|
-
proxySlot?: HTMLSlotElement
|
|
32
|
+
proxySlot?: HTMLSlotElement;
|
|
33
33
|
value: string;
|
|
34
34
|
valueChanged(_previous: string, _next: string): void;
|
|
35
|
-
currentValue: string;
|
|
35
|
+
get currentValue(): string;
|
|
36
|
+
set currentValue(value: string);
|
|
36
37
|
initialValue: string;
|
|
37
38
|
initialValueChanged(_previous: string, _next: string): void;
|
|
38
39
|
disabled: boolean;
|
|
@@ -41,25 +42,26 @@ declare const Combobox_base: {
|
|
|
41
42
|
nameChanged(_previous: string, _next: string): void;
|
|
42
43
|
required: boolean;
|
|
43
44
|
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
44
|
-
|
|
45
|
+
get elementInternals(): ElementInternals | null;
|
|
45
46
|
proxyEventsToBlock: string[];
|
|
46
47
|
checkValidity(): boolean;
|
|
47
48
|
reportValidity(): boolean;
|
|
48
|
-
setValidity(flags: ValidityStateFlags, message?: string
|
|
49
|
+
setValidity(flags: ValidityStateFlags, message?: string, anchor?: HTMLElement): void;
|
|
49
50
|
formDisabledCallback(disabled: boolean): void;
|
|
50
51
|
proxyInitialized: boolean;
|
|
51
52
|
attachProxy(): void;
|
|
52
53
|
detachProxy(): void;
|
|
53
|
-
setFormValue(value:
|
|
54
|
+
setFormValue(value: File | string | FormData | null, state?: File | string | FormData | null): void;
|
|
54
55
|
_keypressHandler(e: KeyboardEvent): void;
|
|
55
56
|
stopPropagation(e: Event): void;
|
|
56
|
-
_vividAriaBehaviour: import(
|
|
57
|
-
readonly $fastController: import(
|
|
58
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
57
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
58
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
59
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
59
60
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
60
61
|
accessKey: string;
|
|
61
62
|
readonly accessKeyLabel: string;
|
|
62
63
|
autocapitalize: string;
|
|
64
|
+
autocorrect: boolean;
|
|
63
65
|
dir: string;
|
|
64
66
|
draggable: boolean;
|
|
65
67
|
hidden: boolean;
|
|
@@ -72,30 +74,39 @@ declare const Combobox_base: {
|
|
|
72
74
|
readonly offsetTop: number;
|
|
73
75
|
readonly offsetWidth: number;
|
|
74
76
|
outerText: string;
|
|
77
|
+
popover: string | null;
|
|
75
78
|
spellcheck: boolean;
|
|
76
79
|
title: string;
|
|
77
80
|
translate: boolean;
|
|
81
|
+
writingSuggestions: string;
|
|
78
82
|
attachInternals(): ElementInternals;
|
|
79
83
|
click(): void;
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
+
hidePopover(): void;
|
|
85
|
+
showPopover(): void;
|
|
86
|
+
togglePopover(options?: boolean): boolean;
|
|
87
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
88
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
89
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
90
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
84
91
|
readonly attributes: NamedNodeMap;
|
|
85
|
-
|
|
92
|
+
get classList(): DOMTokenList;
|
|
93
|
+
set classList(value: string);
|
|
86
94
|
className: string;
|
|
87
95
|
readonly clientHeight: number;
|
|
88
96
|
readonly clientLeft: number;
|
|
89
97
|
readonly clientTop: number;
|
|
90
98
|
readonly clientWidth: number;
|
|
99
|
+
readonly currentCSSZoom: number;
|
|
91
100
|
id: string;
|
|
101
|
+
innerHTML: string;
|
|
92
102
|
readonly localName: string;
|
|
93
103
|
readonly namespaceURI: string | null;
|
|
94
104
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
95
105
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
96
106
|
outerHTML: string;
|
|
97
107
|
readonly ownerDocument: Document;
|
|
98
|
-
|
|
108
|
+
get part(): DOMTokenList;
|
|
109
|
+
set part(value: string);
|
|
99
110
|
readonly prefix: string | null;
|
|
100
111
|
readonly scrollHeight: number;
|
|
101
112
|
scrollLeft: number;
|
|
@@ -105,11 +116,12 @@ declare const Combobox_base: {
|
|
|
105
116
|
slot: string;
|
|
106
117
|
readonly tagName: string;
|
|
107
118
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
108
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
109
|
-
closest<
|
|
110
|
-
closest<
|
|
111
|
-
closest<
|
|
119
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
120
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
121
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
122
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
112
123
|
closest<E extends Element = Element>(selectors: string): E | null;
|
|
124
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
113
125
|
getAttribute(qualifiedName: string): string | null;
|
|
114
126
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
115
127
|
getAttributeNames(): string[];
|
|
@@ -118,43 +130,47 @@ declare const Combobox_base: {
|
|
|
118
130
|
getBoundingClientRect(): DOMRect;
|
|
119
131
|
getClientRects(): DOMRectList;
|
|
120
132
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
121
|
-
getElementsByTagName<
|
|
122
|
-
getElementsByTagName<
|
|
123
|
-
getElementsByTagName<
|
|
124
|
-
getElementsByTagName<
|
|
133
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
134
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
135
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
136
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
125
137
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
126
138
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
127
139
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
128
140
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
129
141
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
142
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
130
143
|
hasAttribute(qualifiedName: string): boolean;
|
|
131
144
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
132
145
|
hasAttributes(): boolean;
|
|
133
146
|
hasPointerCapture(pointerId: number): boolean;
|
|
134
147
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
135
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
148
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
136
149
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
137
150
|
matches(selectors: string): boolean;
|
|
138
151
|
releasePointerCapture(pointerId: number): void;
|
|
139
152
|
removeAttribute(qualifiedName: string): void;
|
|
140
153
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
141
154
|
removeAttributeNode(attr: Attr): Attr;
|
|
142
|
-
requestFullscreen(options?: FullscreenOptions
|
|
143
|
-
requestPointerLock(): void
|
|
144
|
-
scroll(options?: ScrollToOptions
|
|
155
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
156
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
157
|
+
scroll(options?: ScrollToOptions): void;
|
|
145
158
|
scroll(x: number, y: number): void;
|
|
146
|
-
scrollBy(options?: ScrollToOptions
|
|
159
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
147
160
|
scrollBy(x: number, y: number): void;
|
|
148
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
149
|
-
scrollTo(options?: ScrollToOptions
|
|
161
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
162
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
150
163
|
scrollTo(x: number, y: number): void;
|
|
151
164
|
setAttribute(qualifiedName: string, value: string): void;
|
|
152
165
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
153
166
|
setAttributeNode(attr: Attr): Attr | null;
|
|
154
167
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
168
|
+
setHTMLUnsafe(html: string): void;
|
|
155
169
|
setPointerCapture(pointerId: number): void;
|
|
156
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
170
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
157
171
|
webkitMatchesSelector(selectors: string): boolean;
|
|
172
|
+
get textContent(): string;
|
|
173
|
+
set textContent(value: string | null);
|
|
158
174
|
readonly baseURI: string;
|
|
159
175
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
160
176
|
readonly firstChild: ChildNode | null;
|
|
@@ -167,22 +183,21 @@ declare const Combobox_base: {
|
|
|
167
183
|
readonly parentElement: HTMLElement | null;
|
|
168
184
|
readonly parentNode: ParentNode | null;
|
|
169
185
|
readonly previousSibling: ChildNode | null;
|
|
170
|
-
textContent: string | null;
|
|
171
186
|
appendChild<T extends Node>(node: T): T;
|
|
172
|
-
cloneNode(
|
|
187
|
+
cloneNode(subtree?: boolean): Node;
|
|
173
188
|
compareDocumentPosition(other: Node): number;
|
|
174
189
|
contains(other: Node | null): boolean;
|
|
175
|
-
getRootNode(options?: GetRootNodeOptions
|
|
190
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
176
191
|
hasChildNodes(): boolean;
|
|
177
|
-
insertBefore<
|
|
192
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
178
193
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
179
194
|
isEqualNode(otherNode: Node | null): boolean;
|
|
180
195
|
isSameNode(otherNode: Node | null): boolean;
|
|
181
196
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
182
197
|
lookupPrefix(namespace: string | null): string | null;
|
|
183
198
|
normalize(): void;
|
|
184
|
-
removeChild<
|
|
185
|
-
replaceChild<
|
|
199
|
+
removeChild<T extends Node>(child: T): T;
|
|
200
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
186
201
|
readonly ELEMENT_NODE: 1;
|
|
187
202
|
readonly ATTRIBUTE_NODE: 2;
|
|
188
203
|
readonly TEXT_NODE: 3;
|
|
@@ -202,35 +217,49 @@ declare const Combobox_base: {
|
|
|
202
217
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
203
218
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
204
219
|
dispatchEvent(event: Event): boolean;
|
|
220
|
+
ariaActiveDescendantElement: Element | null;
|
|
205
221
|
ariaAtomic: string | null;
|
|
206
222
|
ariaAutoComplete: string | null;
|
|
223
|
+
ariaBrailleLabel: string | null;
|
|
224
|
+
ariaBrailleRoleDescription: string | null;
|
|
207
225
|
ariaBusy: string | null;
|
|
208
226
|
ariaChecked: string | null;
|
|
209
227
|
ariaColCount: string | null;
|
|
210
228
|
ariaColIndex: string | null;
|
|
229
|
+
ariaColIndexText: string | null;
|
|
211
230
|
ariaColSpan: string | null;
|
|
231
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
212
232
|
ariaCurrent: string | null;
|
|
233
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
234
|
+
ariaDescription: string | null;
|
|
235
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
213
236
|
ariaDisabled: string | null;
|
|
237
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
214
238
|
ariaExpanded: string | null;
|
|
239
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
215
240
|
ariaHasPopup: string | null;
|
|
216
241
|
ariaHidden: string | null;
|
|
217
242
|
ariaInvalid: string | null;
|
|
218
243
|
ariaKeyShortcuts: string | null;
|
|
219
244
|
ariaLabel: string | null;
|
|
245
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
220
246
|
ariaLevel: string | null;
|
|
221
247
|
ariaLive: string | null;
|
|
222
248
|
ariaModal: string | null;
|
|
223
249
|
ariaMultiLine: string | null;
|
|
224
250
|
ariaMultiSelectable: string | null;
|
|
225
251
|
ariaOrientation: string | null;
|
|
252
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
226
253
|
ariaPlaceholder: string | null;
|
|
227
254
|
ariaPosInSet: string | null;
|
|
228
255
|
ariaPressed: string | null;
|
|
229
256
|
ariaReadOnly: string | null;
|
|
257
|
+
ariaRelevant: string | null;
|
|
230
258
|
ariaRequired: string | null;
|
|
231
259
|
ariaRoleDescription: string | null;
|
|
232
260
|
ariaRowCount: string | null;
|
|
233
261
|
ariaRowIndex: string | null;
|
|
262
|
+
ariaRowIndexText: string | null;
|
|
234
263
|
ariaRowSpan: string | null;
|
|
235
264
|
ariaSelected: string | null;
|
|
236
265
|
ariaSetSize: string | null;
|
|
@@ -240,34 +269,35 @@ declare const Combobox_base: {
|
|
|
240
269
|
ariaValueNow: string | null;
|
|
241
270
|
ariaValueText: string | null;
|
|
242
271
|
role: string | null;
|
|
243
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
244
|
-
getAnimations(options?: GetAnimationsOptions
|
|
245
|
-
after(...nodes: (
|
|
246
|
-
before(...nodes: (
|
|
272
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
273
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
274
|
+
after(...nodes: (Node | string)[]): void;
|
|
275
|
+
before(...nodes: (Node | string)[]): void;
|
|
247
276
|
remove(): void;
|
|
248
|
-
replaceWith(...nodes: (
|
|
249
|
-
innerHTML: string;
|
|
277
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
250
278
|
readonly nextElementSibling: Element | null;
|
|
251
279
|
readonly previousElementSibling: Element | null;
|
|
252
280
|
readonly childElementCount: number;
|
|
253
281
|
readonly children: HTMLCollection;
|
|
254
282
|
readonly firstElementChild: Element | null;
|
|
255
283
|
readonly lastElementChild: Element | null;
|
|
256
|
-
append(...nodes: (
|
|
257
|
-
prepend(...nodes: (
|
|
258
|
-
querySelector<
|
|
259
|
-
querySelector<
|
|
260
|
-
querySelector<
|
|
261
|
-
querySelector<
|
|
262
|
-
querySelector<
|
|
263
|
-
querySelectorAll<
|
|
264
|
-
querySelectorAll<
|
|
265
|
-
querySelectorAll<
|
|
266
|
-
querySelectorAll<
|
|
267
|
-
querySelectorAll<
|
|
268
|
-
replaceChildren(...nodes: (
|
|
284
|
+
append(...nodes: (Node | string)[]): void;
|
|
285
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
286
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
287
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
288
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
289
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
290
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
291
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
292
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
293
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
294
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
295
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
296
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
269
297
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
270
|
-
readonly
|
|
298
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
299
|
+
get style(): CSSStyleDeclaration;
|
|
300
|
+
set style(cssText: string);
|
|
271
301
|
contentEditable: string;
|
|
272
302
|
enterKeyHint: string;
|
|
273
303
|
inputMode: string;
|
|
@@ -277,16 +307,20 @@ declare const Combobox_base: {
|
|
|
277
307
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
278
308
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
279
309
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
280
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
310
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
281
311
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
312
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
313
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
282
314
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
283
315
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
284
316
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
285
317
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
286
318
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
287
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
319
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
288
320
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
289
|
-
|
|
321
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
322
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
323
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
290
324
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
291
325
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
292
326
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -333,12 +367,14 @@ declare const Combobox_base: {
|
|
|
333
367
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
334
368
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
335
369
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
370
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
336
371
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
337
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
372
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
338
373
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
339
374
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
340
375
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
341
376
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
377
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
342
378
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
343
379
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
344
380
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -350,7 +386,7 @@ declare const Combobox_base: {
|
|
|
350
386
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
351
387
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
352
388
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
353
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
389
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
354
390
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
355
391
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
356
392
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -368,14 +404,10 @@ declare const Combobox_base: {
|
|
|
368
404
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
369
405
|
autofocus: boolean;
|
|
370
406
|
readonly dataset: DOMStringMap;
|
|
371
|
-
nonce?: string
|
|
407
|
+
nonce?: string;
|
|
372
408
|
tabIndex: number;
|
|
373
409
|
blur(): void;
|
|
374
|
-
focus(options?: FocusOptions
|
|
375
|
-
ariaColIndexText: string | null;
|
|
376
|
-
ariaDescription: string | null;
|
|
377
|
-
ariaRowIndexText: string | null;
|
|
378
|
-
ariaRelevant: string | null;
|
|
410
|
+
focus(options?: FocusOptions): void;
|
|
379
411
|
roleChanged(prev: string | null, next: string | null): void;
|
|
380
412
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
381
413
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -418,7 +450,7 @@ declare const Combobox_base: {
|
|
|
418
450
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
419
451
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
420
452
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
421
|
-
"__#
|
|
453
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
422
454
|
newPropertyName: string;
|
|
423
455
|
deprecatedPropertyName: string;
|
|
424
456
|
fromDeprecated: (v: any) => any;
|
|
@@ -427,24 +459,25 @@ declare const Combobox_base: {
|
|
|
427
459
|
};
|
|
428
460
|
} & {
|
|
429
461
|
new (...args: any[]): {
|
|
430
|
-
helperText?: string
|
|
431
|
-
_helperTextSlottedContent?: HTMLElement[]
|
|
432
|
-
|
|
462
|
+
helperText?: string;
|
|
463
|
+
_helperTextSlottedContent?: HTMLElement[];
|
|
464
|
+
get _feedbackDescribedBy(): string;
|
|
433
465
|
_internalFeedback(): {
|
|
434
|
-
type: import(
|
|
466
|
+
type: import('../../shared/feedback/feedback-message').FeedbackType;
|
|
435
467
|
message: string;
|
|
436
468
|
};
|
|
437
469
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
438
|
-
_getFeedbackTemplate(ctx: import(
|
|
470
|
+
_getFeedbackTemplate(ctx: import('../../shared/design-system/defineVividComponent').VividElementDefinitionContext): import('@microsoft/fast-element').ViewTemplate<any, any>;
|
|
439
471
|
connectedCallback(): void;
|
|
440
|
-
_vividAriaBehaviour: import(
|
|
441
|
-
readonly $fastController: import(
|
|
442
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
472
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
473
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
474
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
443
475
|
disconnectedCallback(): 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 Combobox_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 Combobox_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 Combobox_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 Combobox_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 Combobox_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 Combobox_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 Combobox_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 Combobox_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 Combobox_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 Combobox_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 Combobox_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 Combobox_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 Combobox_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 Combobox_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 Combobox_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 Combobox_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 Combobox_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 Combobox_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 Combobox_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 Combobox_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 Combobox_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 Combobox_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 Combobox_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 Combobox_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 Combobox_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 Combobox_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 Combobox_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 Combobox_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 Combobox_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 Combobox_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 Combobox_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 Combobox_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 Combobox_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 Combobox_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,10 @@ declare const Combobox_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
|
|
1557
|
-
ariaColIndexText: string | null;
|
|
1558
|
-
ariaDescription: string | null;
|
|
1559
|
-
ariaRowIndexText: string | null;
|
|
1560
|
-
ariaRelevant: string | null;
|
|
1686
|
+
focus(options?: FocusOptions): void;
|
|
1561
1687
|
roleChanged(prev: string | null, next: string | null): void;
|
|
1562
1688
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
1563
1689
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -1600,7 +1726,7 @@ declare const Combobox_base: {
|
|
|
1600
1726
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
1601
1727
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
1602
1728
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
1603
|
-
"__#
|
|
1729
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
1604
1730
|
newPropertyName: string;
|
|
1605
1731
|
deprecatedPropertyName: string;
|
|
1606
1732
|
fromDeprecated: (v: any) => any;
|
|
@@ -1609,26 +1735,27 @@ declare const Combobox_base: {
|
|
|
1609
1735
|
};
|
|
1610
1736
|
} & {
|
|
1611
1737
|
new (...args: any[]): {
|
|
1612
|
-
label?: string
|
|
1738
|
+
label?: string;
|
|
1613
1739
|
errorValidationMessage: string;
|
|
1614
1740
|
forceErrorDisplay: boolean;
|
|
1615
1741
|
hasBeenTouched: boolean;
|
|
1616
1742
|
connectedCallback(): void;
|
|
1617
|
-
"__#
|
|
1743
|
+
"__#private@#handleInvalidEvent": () => void;
|
|
1618
1744
|
disconnectedCallback(): void;
|
|
1619
1745
|
formResetCallback(): void;
|
|
1620
1746
|
validate(): void;
|
|
1621
|
-
proxy: import(
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1747
|
+
proxy: import('../../shared/foundation/form-associated/form-associated').ProxyElement;
|
|
1748
|
+
get validity(): ValidityState;
|
|
1749
|
+
get form(): HTMLFormElement | null;
|
|
1750
|
+
get validationMessage(): string;
|
|
1751
|
+
get willValidate(): boolean;
|
|
1752
|
+
get labels(): ReadonlyArray<Node>;
|
|
1627
1753
|
dirtyValue: boolean;
|
|
1628
|
-
proxySlot?: HTMLSlotElement
|
|
1754
|
+
proxySlot?: HTMLSlotElement;
|
|
1629
1755
|
value: string;
|
|
1630
1756
|
valueChanged(_previous: string, _next: string): void;
|
|
1631
|
-
currentValue: string;
|
|
1757
|
+
get currentValue(): string;
|
|
1758
|
+
set currentValue(value: string);
|
|
1632
1759
|
initialValue: string;
|
|
1633
1760
|
initialValueChanged(_previous: string, _next: string): void;
|
|
1634
1761
|
disabled: boolean;
|
|
@@ -1637,25 +1764,26 @@ declare const Combobox_base: {
|
|
|
1637
1764
|
nameChanged(_previous: string, _next: string): void;
|
|
1638
1765
|
required: boolean;
|
|
1639
1766
|
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
1640
|
-
|
|
1767
|
+
get elementInternals(): ElementInternals | null;
|
|
1641
1768
|
proxyEventsToBlock: string[];
|
|
1642
1769
|
checkValidity(): boolean;
|
|
1643
1770
|
reportValidity(): boolean;
|
|
1644
|
-
setValidity(flags: ValidityStateFlags, message?: string
|
|
1771
|
+
setValidity(flags: ValidityStateFlags, message?: string, anchor?: HTMLElement): void;
|
|
1645
1772
|
formDisabledCallback(disabled: boolean): void;
|
|
1646
1773
|
proxyInitialized: boolean;
|
|
1647
1774
|
attachProxy(): void;
|
|
1648
1775
|
detachProxy(): void;
|
|
1649
|
-
setFormValue(value:
|
|
1776
|
+
setFormValue(value: File | string | FormData | null, state?: File | string | FormData | null): void;
|
|
1650
1777
|
_keypressHandler(e: KeyboardEvent): void;
|
|
1651
1778
|
stopPropagation(e: Event): void;
|
|
1652
|
-
_vividAriaBehaviour: import(
|
|
1653
|
-
readonly $fastController: import(
|
|
1654
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
1779
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
1780
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
1781
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
1655
1782
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
1656
1783
|
accessKey: string;
|
|
1657
1784
|
readonly accessKeyLabel: string;
|
|
1658
1785
|
autocapitalize: string;
|
|
1786
|
+
autocorrect: boolean;
|
|
1659
1787
|
dir: string;
|
|
1660
1788
|
draggable: boolean;
|
|
1661
1789
|
hidden: boolean;
|
|
@@ -1668,30 +1796,39 @@ declare const Combobox_base: {
|
|
|
1668
1796
|
readonly offsetTop: number;
|
|
1669
1797
|
readonly offsetWidth: number;
|
|
1670
1798
|
outerText: string;
|
|
1799
|
+
popover: string | null;
|
|
1671
1800
|
spellcheck: boolean;
|
|
1672
1801
|
title: string;
|
|
1673
1802
|
translate: boolean;
|
|
1803
|
+
writingSuggestions: string;
|
|
1674
1804
|
attachInternals(): ElementInternals;
|
|
1675
1805
|
click(): void;
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1806
|
+
hidePopover(): void;
|
|
1807
|
+
showPopover(): void;
|
|
1808
|
+
togglePopover(options?: boolean): boolean;
|
|
1809
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1810
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1811
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1812
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1680
1813
|
readonly attributes: NamedNodeMap;
|
|
1681
|
-
|
|
1814
|
+
get classList(): DOMTokenList;
|
|
1815
|
+
set classList(value: string);
|
|
1682
1816
|
className: string;
|
|
1683
1817
|
readonly clientHeight: number;
|
|
1684
1818
|
readonly clientLeft: number;
|
|
1685
1819
|
readonly clientTop: number;
|
|
1686
1820
|
readonly clientWidth: number;
|
|
1821
|
+
readonly currentCSSZoom: number;
|
|
1687
1822
|
id: string;
|
|
1823
|
+
innerHTML: string;
|
|
1688
1824
|
readonly localName: string;
|
|
1689
1825
|
readonly namespaceURI: string | null;
|
|
1690
1826
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
1691
1827
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
1692
1828
|
outerHTML: string;
|
|
1693
1829
|
readonly ownerDocument: Document;
|
|
1694
|
-
|
|
1830
|
+
get part(): DOMTokenList;
|
|
1831
|
+
set part(value: string);
|
|
1695
1832
|
readonly prefix: string | null;
|
|
1696
1833
|
readonly scrollHeight: number;
|
|
1697
1834
|
scrollLeft: number;
|
|
@@ -1701,11 +1838,12 @@ declare const Combobox_base: {
|
|
|
1701
1838
|
slot: string;
|
|
1702
1839
|
readonly tagName: string;
|
|
1703
1840
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1704
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
1705
|
-
closest<
|
|
1706
|
-
closest<
|
|
1707
|
-
closest<
|
|
1708
|
-
closest<
|
|
1841
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
1842
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
1843
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
1844
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
1845
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
1846
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
1709
1847
|
getAttribute(qualifiedName: string): string | null;
|
|
1710
1848
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
1711
1849
|
getAttributeNames(): string[];
|
|
@@ -1714,43 +1852,47 @@ declare const Combobox_base: {
|
|
|
1714
1852
|
getBoundingClientRect(): DOMRect;
|
|
1715
1853
|
getClientRects(): DOMRectList;
|
|
1716
1854
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
1717
|
-
getElementsByTagName<
|
|
1718
|
-
getElementsByTagName<
|
|
1719
|
-
getElementsByTagName<
|
|
1720
|
-
getElementsByTagName<
|
|
1855
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
1856
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
1857
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
1858
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
1721
1859
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1722
1860
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1723
1861
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
1724
1862
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
1725
1863
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
1864
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
1726
1865
|
hasAttribute(qualifiedName: string): boolean;
|
|
1727
1866
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
1728
1867
|
hasAttributes(): boolean;
|
|
1729
1868
|
hasPointerCapture(pointerId: number): boolean;
|
|
1730
1869
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
1731
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
1870
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
1732
1871
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
1733
1872
|
matches(selectors: string): boolean;
|
|
1734
1873
|
releasePointerCapture(pointerId: number): void;
|
|
1735
1874
|
removeAttribute(qualifiedName: string): void;
|
|
1736
1875
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
1737
1876
|
removeAttributeNode(attr: Attr): Attr;
|
|
1738
|
-
requestFullscreen(options?: FullscreenOptions
|
|
1739
|
-
requestPointerLock(): void
|
|
1740
|
-
scroll(options?: ScrollToOptions
|
|
1877
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
1878
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
1879
|
+
scroll(options?: ScrollToOptions): void;
|
|
1741
1880
|
scroll(x: number, y: number): void;
|
|
1742
|
-
scrollBy(options?: ScrollToOptions
|
|
1881
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
1743
1882
|
scrollBy(x: number, y: number): void;
|
|
1744
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
1745
|
-
scrollTo(options?: ScrollToOptions
|
|
1883
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
1884
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
1746
1885
|
scrollTo(x: number, y: number): void;
|
|
1747
1886
|
setAttribute(qualifiedName: string, value: string): void;
|
|
1748
1887
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
1749
1888
|
setAttributeNode(attr: Attr): Attr | null;
|
|
1750
1889
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
1890
|
+
setHTMLUnsafe(html: string): void;
|
|
1751
1891
|
setPointerCapture(pointerId: number): void;
|
|
1752
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
1892
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
1753
1893
|
webkitMatchesSelector(selectors: string): boolean;
|
|
1894
|
+
get textContent(): string;
|
|
1895
|
+
set textContent(value: string | null);
|
|
1754
1896
|
readonly baseURI: string;
|
|
1755
1897
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
1756
1898
|
readonly firstChild: ChildNode | null;
|
|
@@ -1763,22 +1905,21 @@ declare const Combobox_base: {
|
|
|
1763
1905
|
readonly parentElement: HTMLElement | null;
|
|
1764
1906
|
readonly parentNode: ParentNode | null;
|
|
1765
1907
|
readonly previousSibling: ChildNode | null;
|
|
1766
|
-
textContent: string | null;
|
|
1767
1908
|
appendChild<T extends Node>(node: T): T;
|
|
1768
|
-
cloneNode(
|
|
1909
|
+
cloneNode(subtree?: boolean): Node;
|
|
1769
1910
|
compareDocumentPosition(other: Node): number;
|
|
1770
1911
|
contains(other: Node | null): boolean;
|
|
1771
|
-
getRootNode(options?: GetRootNodeOptions
|
|
1912
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
1772
1913
|
hasChildNodes(): boolean;
|
|
1773
|
-
insertBefore<
|
|
1914
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
1774
1915
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
1775
1916
|
isEqualNode(otherNode: Node | null): boolean;
|
|
1776
1917
|
isSameNode(otherNode: Node | null): boolean;
|
|
1777
1918
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
1778
1919
|
lookupPrefix(namespace: string | null): string | null;
|
|
1779
1920
|
normalize(): void;
|
|
1780
|
-
removeChild<
|
|
1781
|
-
replaceChild<
|
|
1921
|
+
removeChild<T extends Node>(child: T): T;
|
|
1922
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
1782
1923
|
readonly ELEMENT_NODE: 1;
|
|
1783
1924
|
readonly ATTRIBUTE_NODE: 2;
|
|
1784
1925
|
readonly TEXT_NODE: 3;
|
|
@@ -1798,35 +1939,49 @@ declare const Combobox_base: {
|
|
|
1798
1939
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
1799
1940
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
1800
1941
|
dispatchEvent(event: Event): boolean;
|
|
1942
|
+
ariaActiveDescendantElement: Element | null;
|
|
1801
1943
|
ariaAtomic: string | null;
|
|
1802
1944
|
ariaAutoComplete: string | null;
|
|
1945
|
+
ariaBrailleLabel: string | null;
|
|
1946
|
+
ariaBrailleRoleDescription: string | null;
|
|
1803
1947
|
ariaBusy: string | null;
|
|
1804
1948
|
ariaChecked: string | null;
|
|
1805
1949
|
ariaColCount: string | null;
|
|
1806
1950
|
ariaColIndex: string | null;
|
|
1951
|
+
ariaColIndexText: string | null;
|
|
1807
1952
|
ariaColSpan: string | null;
|
|
1953
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
1808
1954
|
ariaCurrent: string | null;
|
|
1955
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
1956
|
+
ariaDescription: string | null;
|
|
1957
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
1809
1958
|
ariaDisabled: string | null;
|
|
1959
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
1810
1960
|
ariaExpanded: string | null;
|
|
1961
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
1811
1962
|
ariaHasPopup: string | null;
|
|
1812
1963
|
ariaHidden: string | null;
|
|
1813
1964
|
ariaInvalid: string | null;
|
|
1814
1965
|
ariaKeyShortcuts: string | null;
|
|
1815
1966
|
ariaLabel: string | null;
|
|
1967
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
1816
1968
|
ariaLevel: string | null;
|
|
1817
1969
|
ariaLive: string | null;
|
|
1818
1970
|
ariaModal: string | null;
|
|
1819
1971
|
ariaMultiLine: string | null;
|
|
1820
1972
|
ariaMultiSelectable: string | null;
|
|
1821
1973
|
ariaOrientation: string | null;
|
|
1974
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
1822
1975
|
ariaPlaceholder: string | null;
|
|
1823
1976
|
ariaPosInSet: string | null;
|
|
1824
1977
|
ariaPressed: string | null;
|
|
1825
1978
|
ariaReadOnly: string | null;
|
|
1979
|
+
ariaRelevant: string | null;
|
|
1826
1980
|
ariaRequired: string | null;
|
|
1827
1981
|
ariaRoleDescription: string | null;
|
|
1828
1982
|
ariaRowCount: string | null;
|
|
1829
1983
|
ariaRowIndex: string | null;
|
|
1984
|
+
ariaRowIndexText: string | null;
|
|
1830
1985
|
ariaRowSpan: string | null;
|
|
1831
1986
|
ariaSelected: string | null;
|
|
1832
1987
|
ariaSetSize: string | null;
|
|
@@ -1836,34 +1991,35 @@ declare const Combobox_base: {
|
|
|
1836
1991
|
ariaValueNow: string | null;
|
|
1837
1992
|
ariaValueText: string | null;
|
|
1838
1993
|
role: string | null;
|
|
1839
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
1840
|
-
getAnimations(options?: GetAnimationsOptions
|
|
1841
|
-
after(...nodes: (
|
|
1842
|
-
before(...nodes: (
|
|
1994
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
1995
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
1996
|
+
after(...nodes: (Node | string)[]): void;
|
|
1997
|
+
before(...nodes: (Node | string)[]): void;
|
|
1843
1998
|
remove(): void;
|
|
1844
|
-
replaceWith(...nodes: (
|
|
1845
|
-
innerHTML: string;
|
|
1999
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
1846
2000
|
readonly nextElementSibling: Element | null;
|
|
1847
2001
|
readonly previousElementSibling: Element | null;
|
|
1848
2002
|
readonly childElementCount: number;
|
|
1849
2003
|
readonly children: HTMLCollection;
|
|
1850
2004
|
readonly firstElementChild: Element | null;
|
|
1851
2005
|
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: (
|
|
2006
|
+
append(...nodes: (Node | string)[]): void;
|
|
2007
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
2008
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
2009
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
2010
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
2011
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
2012
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
2013
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
2014
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
2015
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
2016
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
2017
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
2018
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
1865
2019
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
1866
|
-
readonly
|
|
2020
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
2021
|
+
get style(): CSSStyleDeclaration;
|
|
2022
|
+
set style(cssText: string);
|
|
1867
2023
|
contentEditable: string;
|
|
1868
2024
|
enterKeyHint: string;
|
|
1869
2025
|
inputMode: string;
|
|
@@ -1873,16 +2029,20 @@ declare const Combobox_base: {
|
|
|
1873
2029
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1874
2030
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1875
2031
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1876
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
2032
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1877
2033
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
2034
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2035
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1878
2036
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1879
2037
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1880
2038
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1881
2039
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1882
2040
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1883
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
2041
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1884
2042
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1885
|
-
|
|
2043
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2044
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2045
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1886
2046
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1887
2047
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1888
2048
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -1929,12 +2089,14 @@ declare const Combobox_base: {
|
|
|
1929
2089
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1930
2090
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1931
2091
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2092
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1932
2093
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1933
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
2094
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
1934
2095
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1935
2096
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1936
2097
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1937
2098
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2099
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1938
2100
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
1939
2101
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1940
2102
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -1946,7 +2108,7 @@ declare const Combobox_base: {
|
|
|
1946
2108
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
1947
2109
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1948
2110
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1949
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
2111
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1950
2112
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1951
2113
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1952
2114
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -1964,14 +2126,10 @@ declare const Combobox_base: {
|
|
|
1964
2126
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
1965
2127
|
autofocus: boolean;
|
|
1966
2128
|
readonly dataset: DOMStringMap;
|
|
1967
|
-
nonce?: string
|
|
2129
|
+
nonce?: string;
|
|
1968
2130
|
tabIndex: number;
|
|
1969
2131
|
blur(): void;
|
|
1970
|
-
focus(options?: FocusOptions
|
|
1971
|
-
ariaColIndexText: string | null;
|
|
1972
|
-
ariaDescription: string | null;
|
|
1973
|
-
ariaRowIndexText: string | null;
|
|
1974
|
-
ariaRelevant: string | null;
|
|
2132
|
+
focus(options?: FocusOptions): void;
|
|
1975
2133
|
roleChanged(prev: string | null, next: string | null): void;
|
|
1976
2134
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
1977
2135
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -2014,7 +2172,7 @@ declare const Combobox_base: {
|
|
|
2014
2172
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
2015
2173
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
2016
2174
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
2017
|
-
"__#
|
|
2175
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
2018
2176
|
newPropertyName: string;
|
|
2019
2177
|
deprecatedPropertyName: string;
|
|
2020
2178
|
fromDeprecated: (v: any) => any;
|
|
@@ -2023,17 +2181,18 @@ declare const Combobox_base: {
|
|
|
2023
2181
|
};
|
|
2024
2182
|
} & {
|
|
2025
2183
|
new (...args: any[]): {
|
|
2026
|
-
icon?: string
|
|
2027
|
-
iconSlottedContent?: HTMLElement[]
|
|
2184
|
+
icon?: string;
|
|
2185
|
+
iconSlottedContent?: HTMLElement[];
|
|
2028
2186
|
connectedCallback(): void;
|
|
2029
|
-
_vividAriaBehaviour: import(
|
|
2030
|
-
readonly $fastController: import(
|
|
2031
|
-
$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;
|
|
2032
2190
|
disconnectedCallback(): void;
|
|
2033
2191
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
2034
2192
|
accessKey: string;
|
|
2035
2193
|
readonly accessKeyLabel: string;
|
|
2036
2194
|
autocapitalize: string;
|
|
2195
|
+
autocorrect: boolean;
|
|
2037
2196
|
dir: string;
|
|
2038
2197
|
draggable: boolean;
|
|
2039
2198
|
hidden: boolean;
|
|
@@ -2046,30 +2205,39 @@ declare const Combobox_base: {
|
|
|
2046
2205
|
readonly offsetTop: number;
|
|
2047
2206
|
readonly offsetWidth: number;
|
|
2048
2207
|
outerText: string;
|
|
2208
|
+
popover: string | null;
|
|
2049
2209
|
spellcheck: boolean;
|
|
2050
2210
|
title: string;
|
|
2051
2211
|
translate: boolean;
|
|
2212
|
+
writingSuggestions: string;
|
|
2052
2213
|
attachInternals(): ElementInternals;
|
|
2053
2214
|
click(): void;
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2215
|
+
hidePopover(): void;
|
|
2216
|
+
showPopover(): void;
|
|
2217
|
+
togglePopover(options?: boolean): boolean;
|
|
2218
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2219
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
2220
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2221
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
2058
2222
|
readonly attributes: NamedNodeMap;
|
|
2059
|
-
|
|
2223
|
+
get classList(): DOMTokenList;
|
|
2224
|
+
set classList(value: string);
|
|
2060
2225
|
className: string;
|
|
2061
2226
|
readonly clientHeight: number;
|
|
2062
2227
|
readonly clientLeft: number;
|
|
2063
2228
|
readonly clientTop: number;
|
|
2064
2229
|
readonly clientWidth: number;
|
|
2230
|
+
readonly currentCSSZoom: number;
|
|
2065
2231
|
id: string;
|
|
2232
|
+
innerHTML: string;
|
|
2066
2233
|
readonly localName: string;
|
|
2067
2234
|
readonly namespaceURI: string | null;
|
|
2068
2235
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
2069
2236
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
2070
2237
|
outerHTML: string;
|
|
2071
2238
|
readonly ownerDocument: Document;
|
|
2072
|
-
|
|
2239
|
+
get part(): DOMTokenList;
|
|
2240
|
+
set part(value: string);
|
|
2073
2241
|
readonly prefix: string | null;
|
|
2074
2242
|
readonly scrollHeight: number;
|
|
2075
2243
|
scrollLeft: number;
|
|
@@ -2079,11 +2247,12 @@ declare const Combobox_base: {
|
|
|
2079
2247
|
slot: string;
|
|
2080
2248
|
readonly tagName: string;
|
|
2081
2249
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
2082
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
2083
|
-
closest<
|
|
2084
|
-
closest<
|
|
2085
|
-
closest<
|
|
2086
|
-
closest<
|
|
2250
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
2251
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
2252
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
2253
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
2254
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
2255
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
2087
2256
|
getAttribute(qualifiedName: string): string | null;
|
|
2088
2257
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
2089
2258
|
getAttributeNames(): string[];
|
|
@@ -2092,43 +2261,47 @@ declare const Combobox_base: {
|
|
|
2092
2261
|
getBoundingClientRect(): DOMRect;
|
|
2093
2262
|
getClientRects(): DOMRectList;
|
|
2094
2263
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
2095
|
-
getElementsByTagName<
|
|
2096
|
-
getElementsByTagName<
|
|
2097
|
-
getElementsByTagName<
|
|
2098
|
-
getElementsByTagName<
|
|
2264
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
2265
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
2266
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
2267
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
2099
2268
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
2100
2269
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
2101
2270
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
2102
2271
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
2103
2272
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
2273
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
2104
2274
|
hasAttribute(qualifiedName: string): boolean;
|
|
2105
2275
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
2106
2276
|
hasAttributes(): boolean;
|
|
2107
2277
|
hasPointerCapture(pointerId: number): boolean;
|
|
2108
2278
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
2109
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
2279
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
2110
2280
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
2111
2281
|
matches(selectors: string): boolean;
|
|
2112
2282
|
releasePointerCapture(pointerId: number): void;
|
|
2113
2283
|
removeAttribute(qualifiedName: string): void;
|
|
2114
2284
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
2115
2285
|
removeAttributeNode(attr: Attr): Attr;
|
|
2116
|
-
requestFullscreen(options?: FullscreenOptions
|
|
2117
|
-
requestPointerLock(): void
|
|
2118
|
-
scroll(options?: ScrollToOptions
|
|
2286
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
2287
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
2288
|
+
scroll(options?: ScrollToOptions): void;
|
|
2119
2289
|
scroll(x: number, y: number): void;
|
|
2120
|
-
scrollBy(options?: ScrollToOptions
|
|
2290
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
2121
2291
|
scrollBy(x: number, y: number): void;
|
|
2122
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
2123
|
-
scrollTo(options?: ScrollToOptions
|
|
2292
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
2293
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
2124
2294
|
scrollTo(x: number, y: number): void;
|
|
2125
2295
|
setAttribute(qualifiedName: string, value: string): void;
|
|
2126
2296
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
2127
2297
|
setAttributeNode(attr: Attr): Attr | null;
|
|
2128
2298
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
2299
|
+
setHTMLUnsafe(html: string): void;
|
|
2129
2300
|
setPointerCapture(pointerId: number): void;
|
|
2130
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
2301
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
2131
2302
|
webkitMatchesSelector(selectors: string): boolean;
|
|
2303
|
+
get textContent(): string;
|
|
2304
|
+
set textContent(value: string | null);
|
|
2132
2305
|
readonly baseURI: string;
|
|
2133
2306
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
2134
2307
|
readonly firstChild: ChildNode | null;
|
|
@@ -2141,22 +2314,21 @@ declare const Combobox_base: {
|
|
|
2141
2314
|
readonly parentElement: HTMLElement | null;
|
|
2142
2315
|
readonly parentNode: ParentNode | null;
|
|
2143
2316
|
readonly previousSibling: ChildNode | null;
|
|
2144
|
-
textContent: string | null;
|
|
2145
2317
|
appendChild<T extends Node>(node: T): T;
|
|
2146
|
-
cloneNode(
|
|
2318
|
+
cloneNode(subtree?: boolean): Node;
|
|
2147
2319
|
compareDocumentPosition(other: Node): number;
|
|
2148
2320
|
contains(other: Node | null): boolean;
|
|
2149
|
-
getRootNode(options?: GetRootNodeOptions
|
|
2321
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
2150
2322
|
hasChildNodes(): boolean;
|
|
2151
|
-
insertBefore<
|
|
2323
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
2152
2324
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
2153
2325
|
isEqualNode(otherNode: Node | null): boolean;
|
|
2154
2326
|
isSameNode(otherNode: Node | null): boolean;
|
|
2155
2327
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
2156
2328
|
lookupPrefix(namespace: string | null): string | null;
|
|
2157
2329
|
normalize(): void;
|
|
2158
|
-
removeChild<
|
|
2159
|
-
replaceChild<
|
|
2330
|
+
removeChild<T extends Node>(child: T): T;
|
|
2331
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
2160
2332
|
readonly ELEMENT_NODE: 1;
|
|
2161
2333
|
readonly ATTRIBUTE_NODE: 2;
|
|
2162
2334
|
readonly TEXT_NODE: 3;
|
|
@@ -2176,35 +2348,49 @@ declare const Combobox_base: {
|
|
|
2176
2348
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
2177
2349
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
2178
2350
|
dispatchEvent(event: Event): boolean;
|
|
2351
|
+
ariaActiveDescendantElement: Element | null;
|
|
2179
2352
|
ariaAtomic: string | null;
|
|
2180
2353
|
ariaAutoComplete: string | null;
|
|
2354
|
+
ariaBrailleLabel: string | null;
|
|
2355
|
+
ariaBrailleRoleDescription: string | null;
|
|
2181
2356
|
ariaBusy: string | null;
|
|
2182
2357
|
ariaChecked: string | null;
|
|
2183
2358
|
ariaColCount: string | null;
|
|
2184
2359
|
ariaColIndex: string | null;
|
|
2360
|
+
ariaColIndexText: string | null;
|
|
2185
2361
|
ariaColSpan: string | null;
|
|
2362
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
2186
2363
|
ariaCurrent: string | null;
|
|
2364
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
2365
|
+
ariaDescription: string | null;
|
|
2366
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
2187
2367
|
ariaDisabled: string | null;
|
|
2368
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
2188
2369
|
ariaExpanded: string | null;
|
|
2370
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
2189
2371
|
ariaHasPopup: string | null;
|
|
2190
2372
|
ariaHidden: string | null;
|
|
2191
2373
|
ariaInvalid: string | null;
|
|
2192
2374
|
ariaKeyShortcuts: string | null;
|
|
2193
2375
|
ariaLabel: string | null;
|
|
2376
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
2194
2377
|
ariaLevel: string | null;
|
|
2195
2378
|
ariaLive: string | null;
|
|
2196
2379
|
ariaModal: string | null;
|
|
2197
2380
|
ariaMultiLine: string | null;
|
|
2198
2381
|
ariaMultiSelectable: string | null;
|
|
2199
2382
|
ariaOrientation: string | null;
|
|
2383
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
2200
2384
|
ariaPlaceholder: string | null;
|
|
2201
2385
|
ariaPosInSet: string | null;
|
|
2202
2386
|
ariaPressed: string | null;
|
|
2203
2387
|
ariaReadOnly: string | null;
|
|
2388
|
+
ariaRelevant: string | null;
|
|
2204
2389
|
ariaRequired: string | null;
|
|
2205
2390
|
ariaRoleDescription: string | null;
|
|
2206
2391
|
ariaRowCount: string | null;
|
|
2207
2392
|
ariaRowIndex: string | null;
|
|
2393
|
+
ariaRowIndexText: string | null;
|
|
2208
2394
|
ariaRowSpan: string | null;
|
|
2209
2395
|
ariaSelected: string | null;
|
|
2210
2396
|
ariaSetSize: string | null;
|
|
@@ -2214,34 +2400,35 @@ declare const Combobox_base: {
|
|
|
2214
2400
|
ariaValueNow: string | null;
|
|
2215
2401
|
ariaValueText: string | null;
|
|
2216
2402
|
role: string | null;
|
|
2217
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
2218
|
-
getAnimations(options?: GetAnimationsOptions
|
|
2219
|
-
after(...nodes: (
|
|
2220
|
-
before(...nodes: (
|
|
2403
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
2404
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
2405
|
+
after(...nodes: (Node | string)[]): void;
|
|
2406
|
+
before(...nodes: (Node | string)[]): void;
|
|
2221
2407
|
remove(): void;
|
|
2222
|
-
replaceWith(...nodes: (
|
|
2223
|
-
innerHTML: string;
|
|
2408
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
2224
2409
|
readonly nextElementSibling: Element | null;
|
|
2225
2410
|
readonly previousElementSibling: Element | null;
|
|
2226
2411
|
readonly childElementCount: number;
|
|
2227
2412
|
readonly children: HTMLCollection;
|
|
2228
2413
|
readonly firstElementChild: Element | null;
|
|
2229
2414
|
readonly lastElementChild: Element | null;
|
|
2230
|
-
append(...nodes: (
|
|
2231
|
-
prepend(...nodes: (
|
|
2232
|
-
querySelector<
|
|
2233
|
-
querySelector<
|
|
2234
|
-
querySelector<
|
|
2235
|
-
querySelector<
|
|
2236
|
-
querySelector<
|
|
2237
|
-
querySelectorAll<
|
|
2238
|
-
querySelectorAll<
|
|
2239
|
-
querySelectorAll<
|
|
2240
|
-
querySelectorAll<
|
|
2241
|
-
querySelectorAll<
|
|
2242
|
-
replaceChildren(...nodes: (
|
|
2415
|
+
append(...nodes: (Node | string)[]): void;
|
|
2416
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
2417
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
2418
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
2419
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
2420
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
2421
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
2422
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
2423
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
2424
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
2425
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
2426
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
2427
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
2243
2428
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
2244
|
-
readonly
|
|
2429
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
2430
|
+
get style(): CSSStyleDeclaration;
|
|
2431
|
+
set style(cssText: string);
|
|
2245
2432
|
contentEditable: string;
|
|
2246
2433
|
enterKeyHint: string;
|
|
2247
2434
|
inputMode: string;
|
|
@@ -2251,16 +2438,20 @@ declare const Combobox_base: {
|
|
|
2251
2438
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2252
2439
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2253
2440
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2254
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
2441
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2255
2442
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
2443
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2444
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
2256
2445
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
2257
2446
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2258
2447
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2259
2448
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2260
2449
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2261
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
2450
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2262
2451
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2263
|
-
|
|
2452
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2453
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2454
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2264
2455
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
2265
2456
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2266
2457
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -2307,12 +2498,14 @@ declare const Combobox_base: {
|
|
|
2307
2498
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2308
2499
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2309
2500
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2501
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2310
2502
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2311
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
2503
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
2312
2504
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2313
2505
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2314
2506
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
2315
2507
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2508
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2316
2509
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
2317
2510
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2318
2511
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -2324,7 +2517,7 @@ declare const Combobox_base: {
|
|
|
2324
2517
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
2325
2518
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2326
2519
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2327
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
2520
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
2328
2521
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2329
2522
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2330
2523
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -2342,14 +2535,10 @@ declare const Combobox_base: {
|
|
|
2342
2535
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
2343
2536
|
autofocus: boolean;
|
|
2344
2537
|
readonly dataset: DOMStringMap;
|
|
2345
|
-
nonce?: string
|
|
2538
|
+
nonce?: string;
|
|
2346
2539
|
tabIndex: number;
|
|
2347
2540
|
blur(): void;
|
|
2348
|
-
focus(options?: FocusOptions
|
|
2349
|
-
ariaColIndexText: string | null;
|
|
2350
|
-
ariaDescription: string | null;
|
|
2351
|
-
ariaRowIndexText: string | null;
|
|
2352
|
-
ariaRelevant: string | null;
|
|
2541
|
+
focus(options?: FocusOptions): void;
|
|
2353
2542
|
roleChanged(prev: string | null, next: string | null): void;
|
|
2354
2543
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
2355
2544
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -2392,7 +2581,7 @@ declare const Combobox_base: {
|
|
|
2392
2581
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
2393
2582
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
2394
2583
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
2395
|
-
"__#
|
|
2584
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
2396
2585
|
newPropertyName: string;
|
|
2397
2586
|
deprecatedPropertyName: string;
|
|
2398
2587
|
fromDeprecated: (v: any) => any;
|
|
@@ -2401,17 +2590,18 @@ declare const Combobox_base: {
|
|
|
2401
2590
|
};
|
|
2402
2591
|
} & {
|
|
2403
2592
|
new (...args: any[]): {
|
|
2404
|
-
proxy: import(
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
|
|
2593
|
+
proxy: import('../../shared/foundation/form-associated/form-associated').ProxyElement;
|
|
2594
|
+
get validity(): ValidityState;
|
|
2595
|
+
get form(): HTMLFormElement | null;
|
|
2596
|
+
get validationMessage(): string;
|
|
2597
|
+
get willValidate(): boolean;
|
|
2598
|
+
get labels(): ReadonlyArray<Node>;
|
|
2410
2599
|
dirtyValue: boolean;
|
|
2411
|
-
proxySlot?: HTMLSlotElement
|
|
2600
|
+
proxySlot?: HTMLSlotElement;
|
|
2412
2601
|
value: string;
|
|
2413
2602
|
valueChanged(_previous: string, _next: string): void;
|
|
2414
|
-
currentValue: string;
|
|
2603
|
+
get currentValue(): string;
|
|
2604
|
+
set currentValue(value: string);
|
|
2415
2605
|
initialValue: string;
|
|
2416
2606
|
initialValueChanged(_previous: string, _next: string): void;
|
|
2417
2607
|
disabled: boolean;
|
|
@@ -2420,29 +2610,30 @@ declare const Combobox_base: {
|
|
|
2420
2610
|
nameChanged(_previous: string, _next: string): void;
|
|
2421
2611
|
required: boolean;
|
|
2422
2612
|
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
2423
|
-
|
|
2613
|
+
get elementInternals(): ElementInternals | null;
|
|
2424
2614
|
proxyEventsToBlock: string[];
|
|
2425
2615
|
connectedCallback(): void;
|
|
2426
2616
|
disconnectedCallback(): void;
|
|
2427
2617
|
checkValidity(): boolean;
|
|
2428
2618
|
reportValidity(): boolean;
|
|
2429
|
-
setValidity(flags: ValidityStateFlags, message?: string
|
|
2619
|
+
setValidity(flags: ValidityStateFlags, message?: string, anchor?: HTMLElement): void;
|
|
2430
2620
|
formDisabledCallback(disabled: boolean): void;
|
|
2431
2621
|
formResetCallback(): void;
|
|
2432
2622
|
proxyInitialized: boolean;
|
|
2433
2623
|
attachProxy(): void;
|
|
2434
2624
|
detachProxy(): void;
|
|
2435
|
-
validate(anchor?: HTMLElement
|
|
2436
|
-
setFormValue(value:
|
|
2625
|
+
validate(anchor?: HTMLElement): void;
|
|
2626
|
+
setFormValue(value: File | string | FormData | null, state?: File | string | FormData | null): void;
|
|
2437
2627
|
_keypressHandler(e: KeyboardEvent): void;
|
|
2438
2628
|
stopPropagation(e: Event): void;
|
|
2439
|
-
_vividAriaBehaviour: import(
|
|
2440
|
-
readonly $fastController: import(
|
|
2441
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
2629
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
2630
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
2631
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
2442
2632
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
2443
2633
|
accessKey: string;
|
|
2444
2634
|
readonly accessKeyLabel: string;
|
|
2445
2635
|
autocapitalize: string;
|
|
2636
|
+
autocorrect: boolean;
|
|
2446
2637
|
dir: string;
|
|
2447
2638
|
draggable: boolean;
|
|
2448
2639
|
hidden: boolean;
|
|
@@ -2455,30 +2646,39 @@ declare const Combobox_base: {
|
|
|
2455
2646
|
readonly offsetTop: number;
|
|
2456
2647
|
readonly offsetWidth: number;
|
|
2457
2648
|
outerText: string;
|
|
2649
|
+
popover: string | null;
|
|
2458
2650
|
spellcheck: boolean;
|
|
2459
2651
|
title: string;
|
|
2460
2652
|
translate: boolean;
|
|
2653
|
+
writingSuggestions: string;
|
|
2461
2654
|
attachInternals(): ElementInternals;
|
|
2462
2655
|
click(): void;
|
|
2463
|
-
|
|
2464
|
-
|
|
2465
|
-
|
|
2466
|
-
|
|
2656
|
+
hidePopover(): void;
|
|
2657
|
+
showPopover(): void;
|
|
2658
|
+
togglePopover(options?: boolean): boolean;
|
|
2659
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2660
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
2661
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2662
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
2467
2663
|
readonly attributes: NamedNodeMap;
|
|
2468
|
-
|
|
2664
|
+
get classList(): DOMTokenList;
|
|
2665
|
+
set classList(value: string);
|
|
2469
2666
|
className: string;
|
|
2470
2667
|
readonly clientHeight: number;
|
|
2471
2668
|
readonly clientLeft: number;
|
|
2472
2669
|
readonly clientTop: number;
|
|
2473
2670
|
readonly clientWidth: number;
|
|
2671
|
+
readonly currentCSSZoom: number;
|
|
2474
2672
|
id: string;
|
|
2673
|
+
innerHTML: string;
|
|
2475
2674
|
readonly localName: string;
|
|
2476
2675
|
readonly namespaceURI: string | null;
|
|
2477
2676
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
2478
2677
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
2479
2678
|
outerHTML: string;
|
|
2480
2679
|
readonly ownerDocument: Document;
|
|
2481
|
-
|
|
2680
|
+
get part(): DOMTokenList;
|
|
2681
|
+
set part(value: string);
|
|
2482
2682
|
readonly prefix: string | null;
|
|
2483
2683
|
readonly scrollHeight: number;
|
|
2484
2684
|
scrollLeft: number;
|
|
@@ -2488,11 +2688,12 @@ declare const Combobox_base: {
|
|
|
2488
2688
|
slot: string;
|
|
2489
2689
|
readonly tagName: string;
|
|
2490
2690
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
2491
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
2492
|
-
closest<
|
|
2493
|
-
closest<
|
|
2494
|
-
closest<
|
|
2495
|
-
closest<
|
|
2691
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
2692
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
2693
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
2694
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
2695
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
2696
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
2496
2697
|
getAttribute(qualifiedName: string): string | null;
|
|
2497
2698
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
2498
2699
|
getAttributeNames(): string[];
|
|
@@ -2501,43 +2702,47 @@ declare const Combobox_base: {
|
|
|
2501
2702
|
getBoundingClientRect(): DOMRect;
|
|
2502
2703
|
getClientRects(): DOMRectList;
|
|
2503
2704
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
2504
|
-
getElementsByTagName<
|
|
2505
|
-
getElementsByTagName<
|
|
2506
|
-
getElementsByTagName<
|
|
2507
|
-
getElementsByTagName<
|
|
2705
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
2706
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
2707
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
2708
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
2508
2709
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
2509
2710
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
2510
2711
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
2511
2712
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
2512
2713
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
2714
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
2513
2715
|
hasAttribute(qualifiedName: string): boolean;
|
|
2514
2716
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
2515
2717
|
hasAttributes(): boolean;
|
|
2516
2718
|
hasPointerCapture(pointerId: number): boolean;
|
|
2517
2719
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
2518
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
2720
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
2519
2721
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
2520
2722
|
matches(selectors: string): boolean;
|
|
2521
2723
|
releasePointerCapture(pointerId: number): void;
|
|
2522
2724
|
removeAttribute(qualifiedName: string): void;
|
|
2523
2725
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
2524
2726
|
removeAttributeNode(attr: Attr): Attr;
|
|
2525
|
-
requestFullscreen(options?: FullscreenOptions
|
|
2526
|
-
requestPointerLock(): void
|
|
2527
|
-
scroll(options?: ScrollToOptions
|
|
2727
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
2728
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
2729
|
+
scroll(options?: ScrollToOptions): void;
|
|
2528
2730
|
scroll(x: number, y: number): void;
|
|
2529
|
-
scrollBy(options?: ScrollToOptions
|
|
2731
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
2530
2732
|
scrollBy(x: number, y: number): void;
|
|
2531
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
2532
|
-
scrollTo(options?: ScrollToOptions
|
|
2733
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
2734
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
2533
2735
|
scrollTo(x: number, y: number): void;
|
|
2534
2736
|
setAttribute(qualifiedName: string, value: string): void;
|
|
2535
2737
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
2536
2738
|
setAttributeNode(attr: Attr): Attr | null;
|
|
2537
2739
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
2740
|
+
setHTMLUnsafe(html: string): void;
|
|
2538
2741
|
setPointerCapture(pointerId: number): void;
|
|
2539
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
2742
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
2540
2743
|
webkitMatchesSelector(selectors: string): boolean;
|
|
2744
|
+
get textContent(): string;
|
|
2745
|
+
set textContent(value: string | null);
|
|
2541
2746
|
readonly baseURI: string;
|
|
2542
2747
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
2543
2748
|
readonly firstChild: ChildNode | null;
|
|
@@ -2550,22 +2755,21 @@ declare const Combobox_base: {
|
|
|
2550
2755
|
readonly parentElement: HTMLElement | null;
|
|
2551
2756
|
readonly parentNode: ParentNode | null;
|
|
2552
2757
|
readonly previousSibling: ChildNode | null;
|
|
2553
|
-
textContent: string | null;
|
|
2554
2758
|
appendChild<T extends Node>(node: T): T;
|
|
2555
|
-
cloneNode(
|
|
2759
|
+
cloneNode(subtree?: boolean): Node;
|
|
2556
2760
|
compareDocumentPosition(other: Node): number;
|
|
2557
2761
|
contains(other: Node | null): boolean;
|
|
2558
|
-
getRootNode(options?: GetRootNodeOptions
|
|
2762
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
2559
2763
|
hasChildNodes(): boolean;
|
|
2560
|
-
insertBefore<
|
|
2764
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
2561
2765
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
2562
2766
|
isEqualNode(otherNode: Node | null): boolean;
|
|
2563
2767
|
isSameNode(otherNode: Node | null): boolean;
|
|
2564
2768
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
2565
2769
|
lookupPrefix(namespace: string | null): string | null;
|
|
2566
2770
|
normalize(): void;
|
|
2567
|
-
removeChild<
|
|
2568
|
-
replaceChild<
|
|
2771
|
+
removeChild<T extends Node>(child: T): T;
|
|
2772
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
2569
2773
|
readonly ELEMENT_NODE: 1;
|
|
2570
2774
|
readonly ATTRIBUTE_NODE: 2;
|
|
2571
2775
|
readonly TEXT_NODE: 3;
|
|
@@ -2585,35 +2789,49 @@ declare const Combobox_base: {
|
|
|
2585
2789
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
2586
2790
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
2587
2791
|
dispatchEvent(event: Event): boolean;
|
|
2792
|
+
ariaActiveDescendantElement: Element | null;
|
|
2588
2793
|
ariaAtomic: string | null;
|
|
2589
2794
|
ariaAutoComplete: string | null;
|
|
2795
|
+
ariaBrailleLabel: string | null;
|
|
2796
|
+
ariaBrailleRoleDescription: string | null;
|
|
2590
2797
|
ariaBusy: string | null;
|
|
2591
2798
|
ariaChecked: string | null;
|
|
2592
2799
|
ariaColCount: string | null;
|
|
2593
2800
|
ariaColIndex: string | null;
|
|
2801
|
+
ariaColIndexText: string | null;
|
|
2594
2802
|
ariaColSpan: string | null;
|
|
2803
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
2595
2804
|
ariaCurrent: string | null;
|
|
2805
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
2806
|
+
ariaDescription: string | null;
|
|
2807
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
2596
2808
|
ariaDisabled: string | null;
|
|
2809
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
2597
2810
|
ariaExpanded: string | null;
|
|
2811
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
2598
2812
|
ariaHasPopup: string | null;
|
|
2599
2813
|
ariaHidden: string | null;
|
|
2600
2814
|
ariaInvalid: string | null;
|
|
2601
2815
|
ariaKeyShortcuts: string | null;
|
|
2602
2816
|
ariaLabel: string | null;
|
|
2817
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
2603
2818
|
ariaLevel: string | null;
|
|
2604
2819
|
ariaLive: string | null;
|
|
2605
2820
|
ariaModal: string | null;
|
|
2606
2821
|
ariaMultiLine: string | null;
|
|
2607
2822
|
ariaMultiSelectable: string | null;
|
|
2608
2823
|
ariaOrientation: string | null;
|
|
2824
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
2609
2825
|
ariaPlaceholder: string | null;
|
|
2610
2826
|
ariaPosInSet: string | null;
|
|
2611
2827
|
ariaPressed: string | null;
|
|
2612
2828
|
ariaReadOnly: string | null;
|
|
2829
|
+
ariaRelevant: string | null;
|
|
2613
2830
|
ariaRequired: string | null;
|
|
2614
2831
|
ariaRoleDescription: string | null;
|
|
2615
2832
|
ariaRowCount: string | null;
|
|
2616
2833
|
ariaRowIndex: string | null;
|
|
2834
|
+
ariaRowIndexText: string | null;
|
|
2617
2835
|
ariaRowSpan: string | null;
|
|
2618
2836
|
ariaSelected: string | null;
|
|
2619
2837
|
ariaSetSize: string | null;
|
|
@@ -2623,34 +2841,35 @@ declare const Combobox_base: {
|
|
|
2623
2841
|
ariaValueNow: string | null;
|
|
2624
2842
|
ariaValueText: string | null;
|
|
2625
2843
|
role: string | null;
|
|
2626
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
2627
|
-
getAnimations(options?: GetAnimationsOptions
|
|
2628
|
-
after(...nodes: (
|
|
2629
|
-
before(...nodes: (
|
|
2844
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
2845
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
2846
|
+
after(...nodes: (Node | string)[]): void;
|
|
2847
|
+
before(...nodes: (Node | string)[]): void;
|
|
2630
2848
|
remove(): void;
|
|
2631
|
-
replaceWith(...nodes: (
|
|
2632
|
-
innerHTML: string;
|
|
2849
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
2633
2850
|
readonly nextElementSibling: Element | null;
|
|
2634
2851
|
readonly previousElementSibling: Element | null;
|
|
2635
2852
|
readonly childElementCount: number;
|
|
2636
2853
|
readonly children: HTMLCollection;
|
|
2637
2854
|
readonly firstElementChild: Element | null;
|
|
2638
2855
|
readonly lastElementChild: Element | null;
|
|
2639
|
-
append(...nodes: (
|
|
2640
|
-
prepend(...nodes: (
|
|
2641
|
-
querySelector<
|
|
2642
|
-
querySelector<
|
|
2643
|
-
querySelector<
|
|
2644
|
-
querySelector<
|
|
2645
|
-
querySelector<
|
|
2646
|
-
querySelectorAll<
|
|
2647
|
-
querySelectorAll<
|
|
2648
|
-
querySelectorAll<
|
|
2649
|
-
querySelectorAll<
|
|
2650
|
-
querySelectorAll<
|
|
2651
|
-
replaceChildren(...nodes: (
|
|
2856
|
+
append(...nodes: (Node | string)[]): void;
|
|
2857
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
2858
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
2859
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
2860
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
2861
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
2862
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
2863
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
2864
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
2865
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
2866
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
2867
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
2868
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
2652
2869
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
2653
|
-
readonly
|
|
2870
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
2871
|
+
get style(): CSSStyleDeclaration;
|
|
2872
|
+
set style(cssText: string);
|
|
2654
2873
|
contentEditable: string;
|
|
2655
2874
|
enterKeyHint: string;
|
|
2656
2875
|
inputMode: string;
|
|
@@ -2660,16 +2879,20 @@ declare const Combobox_base: {
|
|
|
2660
2879
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2661
2880
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2662
2881
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2663
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
2882
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2664
2883
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
2884
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2885
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
2665
2886
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
2666
2887
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2667
2888
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2668
2889
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2669
2890
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2670
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
2891
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2671
2892
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2672
|
-
|
|
2893
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2894
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2895
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2673
2896
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
2674
2897
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2675
2898
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -2716,12 +2939,14 @@ declare const Combobox_base: {
|
|
|
2716
2939
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2717
2940
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2718
2941
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2942
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2719
2943
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2720
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
2944
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
2721
2945
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2722
2946
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2723
2947
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
2724
2948
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2949
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2725
2950
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
2726
2951
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2727
2952
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -2733,7 +2958,7 @@ declare const Combobox_base: {
|
|
|
2733
2958
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
2734
2959
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2735
2960
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2736
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
2961
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
2737
2962
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2738
2963
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2739
2964
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -2751,14 +2976,10 @@ declare const Combobox_base: {
|
|
|
2751
2976
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
2752
2977
|
autofocus: boolean;
|
|
2753
2978
|
readonly dataset: DOMStringMap;
|
|
2754
|
-
nonce?: string
|
|
2979
|
+
nonce?: string;
|
|
2755
2980
|
tabIndex: number;
|
|
2756
2981
|
blur(): void;
|
|
2757
|
-
focus(options?: FocusOptions
|
|
2758
|
-
ariaColIndexText: string | null;
|
|
2759
|
-
ariaDescription: string | null;
|
|
2760
|
-
ariaRowIndexText: string | null;
|
|
2761
|
-
ariaRelevant: string | null;
|
|
2982
|
+
focus(options?: FocusOptions): void;
|
|
2762
2983
|
roleChanged(prev: string | null, next: string | null): void;
|
|
2763
2984
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
2764
2985
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -2801,14 +3022,14 @@ declare const Combobox_base: {
|
|
|
2801
3022
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
2802
3023
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
2803
3024
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
2804
|
-
"__#
|
|
3025
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
2805
3026
|
newPropertyName: string;
|
|
2806
3027
|
deprecatedPropertyName: string;
|
|
2807
3028
|
fromDeprecated: (v: any) => any;
|
|
2808
3029
|
toDeprecated?: ((v: any) => any) | undefined;
|
|
2809
3030
|
}): void;
|
|
2810
3031
|
};
|
|
2811
|
-
|
|
3032
|
+
get formAssociated(): boolean;
|
|
2812
3033
|
} & typeof Listbox;
|
|
2813
3034
|
export declare class Combobox extends Combobox_base {
|
|
2814
3035
|
autocomplete: ComboboxAutocomplete | undefined;
|