@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,34 +1,35 @@
|
|
|
1
1
|
import { Appearance, Shape } from '../enums';
|
|
2
|
-
import
|
|
3
|
-
import
|
|
2
|
+
import { ListboxOption } from '../option/option';
|
|
3
|
+
import { ExtractFromEnum } from '../../shared/utils/enums';
|
|
4
4
|
import { VividElement } from '../../shared/foundation/vivid-element/vivid-element';
|
|
5
5
|
export type SearchableSelectAppearance = ExtractFromEnum<Appearance, Appearance.Fieldset | Appearance.Ghost>;
|
|
6
6
|
export type SearchableSelectShape = ExtractFromEnum<Shape, Shape.Rounded | Shape.Pill>;
|
|
7
7
|
declare const SearchableSelect_base: {
|
|
8
8
|
new (...args: any[]): {
|
|
9
|
-
_contextualHelpSlottedContent?: HTMLElement[]
|
|
10
|
-
|
|
9
|
+
_contextualHelpSlottedContent?: HTMLElement[];
|
|
10
|
+
get _hasContextualHelp(): boolean;
|
|
11
11
|
_isFromContextualHelp(e: Event): boolean;
|
|
12
|
-
label?: string
|
|
12
|
+
label?: string;
|
|
13
13
|
errorValidationMessage: string;
|
|
14
14
|
forceErrorDisplay: boolean;
|
|
15
15
|
hasBeenTouched: boolean;
|
|
16
16
|
connectedCallback: (() => void) & (() => void) & (() => void);
|
|
17
|
-
"__#
|
|
17
|
+
"__#private@#handleInvalidEvent": () => void;
|
|
18
18
|
disconnectedCallback: (() => void) & (() => void) & (() => void);
|
|
19
19
|
formResetCallback: (() => void) & (() => void);
|
|
20
|
-
validate: (() => void) & ((anchor?: HTMLElement
|
|
21
|
-
proxy: import(
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
20
|
+
validate: (() => void) & ((anchor?: HTMLElement) => void);
|
|
21
|
+
proxy: import('../../shared/foundation/form-associated/form-associated').ProxyElement;
|
|
22
|
+
get validity(): ValidityState;
|
|
23
|
+
get form(): HTMLFormElement | null;
|
|
24
|
+
get validationMessage(): string;
|
|
25
|
+
get willValidate(): boolean;
|
|
26
|
+
get labels(): ReadonlyArray<Node>;
|
|
27
27
|
dirtyValue: boolean;
|
|
28
|
-
proxySlot?: HTMLSlotElement
|
|
28
|
+
proxySlot?: HTMLSlotElement;
|
|
29
29
|
value: string;
|
|
30
30
|
valueChanged(_previous: string, _next: string): void;
|
|
31
|
-
currentValue: string;
|
|
31
|
+
get currentValue(): string;
|
|
32
|
+
set currentValue(value: string);
|
|
32
33
|
initialValue: string;
|
|
33
34
|
initialValueChanged(_previous: string, _next: string): void;
|
|
34
35
|
disabled: boolean;
|
|
@@ -37,25 +38,26 @@ declare const SearchableSelect_base: {
|
|
|
37
38
|
nameChanged(_previous: string, _next: string): void;
|
|
38
39
|
required: boolean;
|
|
39
40
|
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
40
|
-
|
|
41
|
+
get elementInternals(): ElementInternals | null;
|
|
41
42
|
proxyEventsToBlock: string[];
|
|
42
43
|
checkValidity(): boolean;
|
|
43
44
|
reportValidity(): boolean;
|
|
44
|
-
setValidity(flags: ValidityStateFlags, message?: string
|
|
45
|
+
setValidity(flags: ValidityStateFlags, message?: string, anchor?: HTMLElement): void;
|
|
45
46
|
formDisabledCallback(disabled: boolean): void;
|
|
46
47
|
proxyInitialized: boolean;
|
|
47
48
|
attachProxy(): void;
|
|
48
49
|
detachProxy(): void;
|
|
49
|
-
setFormValue(value:
|
|
50
|
+
setFormValue(value: File | string | FormData | null, state?: File | string | FormData | null): void;
|
|
50
51
|
_keypressHandler(e: KeyboardEvent): void;
|
|
51
52
|
stopPropagation(e: Event): void;
|
|
52
|
-
_vividAriaBehaviour: import(
|
|
53
|
-
readonly $fastController: import(
|
|
54
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
53
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
54
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
55
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
55
56
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
56
57
|
accessKey: string;
|
|
57
58
|
readonly accessKeyLabel: string;
|
|
58
59
|
autocapitalize: string;
|
|
60
|
+
autocorrect: boolean;
|
|
59
61
|
dir: string;
|
|
60
62
|
draggable: boolean;
|
|
61
63
|
hidden: boolean;
|
|
@@ -68,30 +70,39 @@ declare const SearchableSelect_base: {
|
|
|
68
70
|
readonly offsetTop: number;
|
|
69
71
|
readonly offsetWidth: number;
|
|
70
72
|
outerText: string;
|
|
73
|
+
popover: string | null;
|
|
71
74
|
spellcheck: boolean;
|
|
72
75
|
title: string;
|
|
73
76
|
translate: boolean;
|
|
77
|
+
writingSuggestions: string;
|
|
74
78
|
attachInternals(): ElementInternals;
|
|
75
79
|
click(): void;
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
+
hidePopover(): void;
|
|
81
|
+
showPopover(): void;
|
|
82
|
+
togglePopover(options?: boolean): boolean;
|
|
83
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
84
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
85
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
86
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
80
87
|
readonly attributes: NamedNodeMap;
|
|
81
|
-
|
|
88
|
+
get classList(): DOMTokenList;
|
|
89
|
+
set classList(value: string);
|
|
82
90
|
className: string;
|
|
83
91
|
readonly clientHeight: number;
|
|
84
92
|
readonly clientLeft: number;
|
|
85
93
|
readonly clientTop: number;
|
|
86
94
|
readonly clientWidth: number;
|
|
95
|
+
readonly currentCSSZoom: number;
|
|
87
96
|
id: string;
|
|
97
|
+
innerHTML: string;
|
|
88
98
|
readonly localName: string;
|
|
89
99
|
readonly namespaceURI: string | null;
|
|
90
100
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
91
101
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
92
102
|
outerHTML: string;
|
|
93
103
|
readonly ownerDocument: Document;
|
|
94
|
-
|
|
104
|
+
get part(): DOMTokenList;
|
|
105
|
+
set part(value: string);
|
|
95
106
|
readonly prefix: string | null;
|
|
96
107
|
readonly scrollHeight: number;
|
|
97
108
|
scrollLeft: number;
|
|
@@ -101,11 +112,12 @@ declare const SearchableSelect_base: {
|
|
|
101
112
|
slot: string;
|
|
102
113
|
readonly tagName: string;
|
|
103
114
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
104
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
105
|
-
closest<
|
|
106
|
-
closest<
|
|
107
|
-
closest<
|
|
115
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
116
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
117
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
118
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
108
119
|
closest<E extends Element = Element>(selectors: string): E | null;
|
|
120
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
109
121
|
getAttribute(qualifiedName: string): string | null;
|
|
110
122
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
111
123
|
getAttributeNames(): string[];
|
|
@@ -114,43 +126,47 @@ declare const SearchableSelect_base: {
|
|
|
114
126
|
getBoundingClientRect(): DOMRect;
|
|
115
127
|
getClientRects(): DOMRectList;
|
|
116
128
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
117
|
-
getElementsByTagName<
|
|
118
|
-
getElementsByTagName<
|
|
119
|
-
getElementsByTagName<
|
|
120
|
-
getElementsByTagName<
|
|
129
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
130
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
131
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
132
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
121
133
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
122
134
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
123
135
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
124
136
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
125
137
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
138
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
126
139
|
hasAttribute(qualifiedName: string): boolean;
|
|
127
140
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
128
141
|
hasAttributes(): boolean;
|
|
129
142
|
hasPointerCapture(pointerId: number): boolean;
|
|
130
143
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
131
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
144
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
132
145
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
133
146
|
matches(selectors: string): boolean;
|
|
134
147
|
releasePointerCapture(pointerId: number): void;
|
|
135
148
|
removeAttribute(qualifiedName: string): void;
|
|
136
149
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
137
150
|
removeAttributeNode(attr: Attr): Attr;
|
|
138
|
-
requestFullscreen(options?: FullscreenOptions
|
|
139
|
-
requestPointerLock(): void
|
|
140
|
-
scroll(options?: ScrollToOptions
|
|
151
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
152
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
153
|
+
scroll(options?: ScrollToOptions): void;
|
|
141
154
|
scroll(x: number, y: number): void;
|
|
142
|
-
scrollBy(options?: ScrollToOptions
|
|
155
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
143
156
|
scrollBy(x: number, y: number): void;
|
|
144
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
145
|
-
scrollTo(options?: ScrollToOptions
|
|
157
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
158
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
146
159
|
scrollTo(x: number, y: number): void;
|
|
147
160
|
setAttribute(qualifiedName: string, value: string): void;
|
|
148
161
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
149
162
|
setAttributeNode(attr: Attr): Attr | null;
|
|
150
163
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
164
|
+
setHTMLUnsafe(html: string): void;
|
|
151
165
|
setPointerCapture(pointerId: number): void;
|
|
152
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
166
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
153
167
|
webkitMatchesSelector(selectors: string): boolean;
|
|
168
|
+
get textContent(): string;
|
|
169
|
+
set textContent(value: string | null);
|
|
154
170
|
readonly baseURI: string;
|
|
155
171
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
156
172
|
readonly firstChild: ChildNode | null;
|
|
@@ -163,22 +179,21 @@ declare const SearchableSelect_base: {
|
|
|
163
179
|
readonly parentElement: HTMLElement | null;
|
|
164
180
|
readonly parentNode: ParentNode | null;
|
|
165
181
|
readonly previousSibling: ChildNode | null;
|
|
166
|
-
textContent: string | null;
|
|
167
182
|
appendChild<T extends Node>(node: T): T;
|
|
168
|
-
cloneNode(
|
|
183
|
+
cloneNode(subtree?: boolean): Node;
|
|
169
184
|
compareDocumentPosition(other: Node): number;
|
|
170
185
|
contains(other: Node | null): boolean;
|
|
171
|
-
getRootNode(options?: GetRootNodeOptions
|
|
186
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
172
187
|
hasChildNodes(): boolean;
|
|
173
|
-
insertBefore<
|
|
188
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
174
189
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
175
190
|
isEqualNode(otherNode: Node | null): boolean;
|
|
176
191
|
isSameNode(otherNode: Node | null): boolean;
|
|
177
192
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
178
193
|
lookupPrefix(namespace: string | null): string | null;
|
|
179
194
|
normalize(): void;
|
|
180
|
-
removeChild<
|
|
181
|
-
replaceChild<
|
|
195
|
+
removeChild<T extends Node>(child: T): T;
|
|
196
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
182
197
|
readonly ELEMENT_NODE: 1;
|
|
183
198
|
readonly ATTRIBUTE_NODE: 2;
|
|
184
199
|
readonly TEXT_NODE: 3;
|
|
@@ -198,35 +213,49 @@ declare const SearchableSelect_base: {
|
|
|
198
213
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
199
214
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
200
215
|
dispatchEvent(event: Event): boolean;
|
|
216
|
+
ariaActiveDescendantElement: Element | null;
|
|
201
217
|
ariaAtomic: string | null;
|
|
202
218
|
ariaAutoComplete: string | null;
|
|
219
|
+
ariaBrailleLabel: string | null;
|
|
220
|
+
ariaBrailleRoleDescription: string | null;
|
|
203
221
|
ariaBusy: string | null;
|
|
204
222
|
ariaChecked: string | null;
|
|
205
223
|
ariaColCount: string | null;
|
|
206
224
|
ariaColIndex: string | null;
|
|
225
|
+
ariaColIndexText: string | null;
|
|
207
226
|
ariaColSpan: string | null;
|
|
227
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
208
228
|
ariaCurrent: string | null;
|
|
229
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
230
|
+
ariaDescription: string | null;
|
|
231
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
209
232
|
ariaDisabled: string | null;
|
|
233
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
210
234
|
ariaExpanded: string | null;
|
|
235
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
211
236
|
ariaHasPopup: string | null;
|
|
212
237
|
ariaHidden: string | null;
|
|
213
238
|
ariaInvalid: string | null;
|
|
214
239
|
ariaKeyShortcuts: string | null;
|
|
215
240
|
ariaLabel: string | null;
|
|
241
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
216
242
|
ariaLevel: string | null;
|
|
217
243
|
ariaLive: string | null;
|
|
218
244
|
ariaModal: string | null;
|
|
219
245
|
ariaMultiLine: string | null;
|
|
220
246
|
ariaMultiSelectable: string | null;
|
|
221
247
|
ariaOrientation: string | null;
|
|
248
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
222
249
|
ariaPlaceholder: string | null;
|
|
223
250
|
ariaPosInSet: string | null;
|
|
224
251
|
ariaPressed: string | null;
|
|
225
252
|
ariaReadOnly: string | null;
|
|
253
|
+
ariaRelevant: string | null;
|
|
226
254
|
ariaRequired: string | null;
|
|
227
255
|
ariaRoleDescription: string | null;
|
|
228
256
|
ariaRowCount: string | null;
|
|
229
257
|
ariaRowIndex: string | null;
|
|
258
|
+
ariaRowIndexText: string | null;
|
|
230
259
|
ariaRowSpan: string | null;
|
|
231
260
|
ariaSelected: string | null;
|
|
232
261
|
ariaSetSize: string | null;
|
|
@@ -236,34 +265,35 @@ declare const SearchableSelect_base: {
|
|
|
236
265
|
ariaValueNow: string | null;
|
|
237
266
|
ariaValueText: string | null;
|
|
238
267
|
role: string | null;
|
|
239
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
240
|
-
getAnimations(options?: GetAnimationsOptions
|
|
241
|
-
after(...nodes: (
|
|
242
|
-
before(...nodes: (
|
|
268
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
269
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
270
|
+
after(...nodes: (Node | string)[]): void;
|
|
271
|
+
before(...nodes: (Node | string)[]): void;
|
|
243
272
|
remove(): void;
|
|
244
|
-
replaceWith(...nodes: (
|
|
245
|
-
innerHTML: string;
|
|
273
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
246
274
|
readonly nextElementSibling: Element | null;
|
|
247
275
|
readonly previousElementSibling: Element | null;
|
|
248
276
|
readonly childElementCount: number;
|
|
249
277
|
readonly children: HTMLCollection;
|
|
250
278
|
readonly firstElementChild: Element | null;
|
|
251
279
|
readonly lastElementChild: Element | null;
|
|
252
|
-
append(...nodes: (
|
|
253
|
-
prepend(...nodes: (
|
|
254
|
-
querySelector<
|
|
255
|
-
querySelector<
|
|
256
|
-
querySelector<
|
|
257
|
-
querySelector<
|
|
258
|
-
querySelector<
|
|
259
|
-
querySelectorAll<
|
|
260
|
-
querySelectorAll<
|
|
261
|
-
querySelectorAll<
|
|
262
|
-
querySelectorAll<
|
|
263
|
-
querySelectorAll<
|
|
264
|
-
replaceChildren(...nodes: (
|
|
280
|
+
append(...nodes: (Node | string)[]): void;
|
|
281
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
282
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
283
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
284
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
285
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
286
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
287
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
288
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
289
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
290
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
291
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
292
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
265
293
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
266
|
-
readonly
|
|
294
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
295
|
+
get style(): CSSStyleDeclaration;
|
|
296
|
+
set style(cssText: string);
|
|
267
297
|
contentEditable: string;
|
|
268
298
|
enterKeyHint: string;
|
|
269
299
|
inputMode: string;
|
|
@@ -273,16 +303,20 @@ declare const SearchableSelect_base: {
|
|
|
273
303
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
274
304
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
275
305
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
276
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
306
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
277
307
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
308
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
309
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
278
310
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
279
311
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
280
312
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
281
313
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
282
314
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
283
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
315
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
284
316
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
285
|
-
|
|
317
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
318
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
319
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
286
320
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
287
321
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
288
322
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -329,12 +363,14 @@ declare const SearchableSelect_base: {
|
|
|
329
363
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
330
364
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
331
365
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
366
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
332
367
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
333
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
368
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
334
369
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
335
370
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
336
371
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
337
372
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
373
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
338
374
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
339
375
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
340
376
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -346,7 +382,7 @@ declare const SearchableSelect_base: {
|
|
|
346
382
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
347
383
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
348
384
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
349
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
385
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
350
386
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
351
387
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
352
388
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -364,14 +400,10 @@ declare const SearchableSelect_base: {
|
|
|
364
400
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
365
401
|
autofocus: boolean;
|
|
366
402
|
readonly dataset: DOMStringMap;
|
|
367
|
-
nonce?: string
|
|
403
|
+
nonce?: string;
|
|
368
404
|
tabIndex: number;
|
|
369
405
|
blur(): void;
|
|
370
|
-
focus(options?: FocusOptions
|
|
371
|
-
ariaColIndexText: string | null;
|
|
372
|
-
ariaDescription: string | null;
|
|
373
|
-
ariaRowIndexText: string | null;
|
|
374
|
-
ariaRelevant: string | null;
|
|
406
|
+
focus(options?: FocusOptions): void;
|
|
375
407
|
roleChanged(prev: string | null, next: string | null): void;
|
|
376
408
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
377
409
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -414,7 +446,7 @@ declare const SearchableSelect_base: {
|
|
|
414
446
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
415
447
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
416
448
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
417
|
-
"__#
|
|
449
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
418
450
|
newPropertyName: string;
|
|
419
451
|
deprecatedPropertyName: string;
|
|
420
452
|
fromDeprecated: (v: any) => any;
|
|
@@ -423,24 +455,25 @@ declare const SearchableSelect_base: {
|
|
|
423
455
|
};
|
|
424
456
|
} & {
|
|
425
457
|
new (...args: any[]): {
|
|
426
|
-
helperText?: string
|
|
427
|
-
_helperTextSlottedContent?: HTMLElement[]
|
|
428
|
-
|
|
458
|
+
helperText?: string;
|
|
459
|
+
_helperTextSlottedContent?: HTMLElement[];
|
|
460
|
+
get _feedbackDescribedBy(): string;
|
|
429
461
|
_internalFeedback(): {
|
|
430
|
-
type: import(
|
|
462
|
+
type: import('../../shared/feedback/feedback-message').FeedbackType;
|
|
431
463
|
message: string;
|
|
432
464
|
};
|
|
433
465
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
434
|
-
_getFeedbackTemplate(ctx: import(
|
|
466
|
+
_getFeedbackTemplate(ctx: import('../../shared/design-system/defineVividComponent').VividElementDefinitionContext): import('@microsoft/fast-element').ViewTemplate<any, any>;
|
|
435
467
|
connectedCallback(): void;
|
|
436
|
-
_vividAriaBehaviour: import(
|
|
437
|
-
readonly $fastController: import(
|
|
438
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
468
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
469
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
470
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
439
471
|
disconnectedCallback(): void;
|
|
440
472
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
441
473
|
accessKey: string;
|
|
442
474
|
readonly accessKeyLabel: string;
|
|
443
475
|
autocapitalize: string;
|
|
476
|
+
autocorrect: boolean;
|
|
444
477
|
dir: string;
|
|
445
478
|
draggable: boolean;
|
|
446
479
|
hidden: boolean;
|
|
@@ -453,30 +486,39 @@ declare const SearchableSelect_base: {
|
|
|
453
486
|
readonly offsetTop: number;
|
|
454
487
|
readonly offsetWidth: number;
|
|
455
488
|
outerText: string;
|
|
489
|
+
popover: string | null;
|
|
456
490
|
spellcheck: boolean;
|
|
457
491
|
title: string;
|
|
458
492
|
translate: boolean;
|
|
493
|
+
writingSuggestions: string;
|
|
459
494
|
attachInternals(): ElementInternals;
|
|
460
495
|
click(): void;
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
496
|
+
hidePopover(): void;
|
|
497
|
+
showPopover(): void;
|
|
498
|
+
togglePopover(options?: boolean): boolean;
|
|
499
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
500
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
501
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
502
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
465
503
|
readonly attributes: NamedNodeMap;
|
|
466
|
-
|
|
504
|
+
get classList(): DOMTokenList;
|
|
505
|
+
set classList(value: string);
|
|
467
506
|
className: string;
|
|
468
507
|
readonly clientHeight: number;
|
|
469
508
|
readonly clientLeft: number;
|
|
470
509
|
readonly clientTop: number;
|
|
471
510
|
readonly clientWidth: number;
|
|
511
|
+
readonly currentCSSZoom: number;
|
|
472
512
|
id: string;
|
|
513
|
+
innerHTML: string;
|
|
473
514
|
readonly localName: string;
|
|
474
515
|
readonly namespaceURI: string | null;
|
|
475
516
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
476
517
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
477
518
|
outerHTML: string;
|
|
478
519
|
readonly ownerDocument: Document;
|
|
479
|
-
|
|
520
|
+
get part(): DOMTokenList;
|
|
521
|
+
set part(value: string);
|
|
480
522
|
readonly prefix: string | null;
|
|
481
523
|
readonly scrollHeight: number;
|
|
482
524
|
scrollLeft: number;
|
|
@@ -486,11 +528,12 @@ declare const SearchableSelect_base: {
|
|
|
486
528
|
slot: string;
|
|
487
529
|
readonly tagName: string;
|
|
488
530
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
489
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
490
|
-
closest<
|
|
491
|
-
closest<
|
|
492
|
-
closest<
|
|
493
|
-
closest<
|
|
531
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
532
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
533
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
534
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
535
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
536
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
494
537
|
getAttribute(qualifiedName: string): string | null;
|
|
495
538
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
496
539
|
getAttributeNames(): string[];
|
|
@@ -499,43 +542,47 @@ declare const SearchableSelect_base: {
|
|
|
499
542
|
getBoundingClientRect(): DOMRect;
|
|
500
543
|
getClientRects(): DOMRectList;
|
|
501
544
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
502
|
-
getElementsByTagName<
|
|
503
|
-
getElementsByTagName<
|
|
504
|
-
getElementsByTagName<
|
|
505
|
-
getElementsByTagName<
|
|
545
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
546
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
547
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
548
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
506
549
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
507
550
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
508
551
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
509
552
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
510
553
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
554
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
511
555
|
hasAttribute(qualifiedName: string): boolean;
|
|
512
556
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
513
557
|
hasAttributes(): boolean;
|
|
514
558
|
hasPointerCapture(pointerId: number): boolean;
|
|
515
559
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
516
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
560
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
517
561
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
518
562
|
matches(selectors: string): boolean;
|
|
519
563
|
releasePointerCapture(pointerId: number): void;
|
|
520
564
|
removeAttribute(qualifiedName: string): void;
|
|
521
565
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
522
566
|
removeAttributeNode(attr: Attr): Attr;
|
|
523
|
-
requestFullscreen(options?: FullscreenOptions
|
|
524
|
-
requestPointerLock(): void
|
|
525
|
-
scroll(options?: ScrollToOptions
|
|
567
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
568
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
569
|
+
scroll(options?: ScrollToOptions): void;
|
|
526
570
|
scroll(x: number, y: number): void;
|
|
527
|
-
scrollBy(options?: ScrollToOptions
|
|
571
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
528
572
|
scrollBy(x: number, y: number): void;
|
|
529
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
530
|
-
scrollTo(options?: ScrollToOptions
|
|
573
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
574
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
531
575
|
scrollTo(x: number, y: number): void;
|
|
532
576
|
setAttribute(qualifiedName: string, value: string): void;
|
|
533
577
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
534
578
|
setAttributeNode(attr: Attr): Attr | null;
|
|
535
579
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
580
|
+
setHTMLUnsafe(html: string): void;
|
|
536
581
|
setPointerCapture(pointerId: number): void;
|
|
537
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
582
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
538
583
|
webkitMatchesSelector(selectors: string): boolean;
|
|
584
|
+
get textContent(): string;
|
|
585
|
+
set textContent(value: string | null);
|
|
539
586
|
readonly baseURI: string;
|
|
540
587
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
541
588
|
readonly firstChild: ChildNode | null;
|
|
@@ -548,22 +595,21 @@ declare const SearchableSelect_base: {
|
|
|
548
595
|
readonly parentElement: HTMLElement | null;
|
|
549
596
|
readonly parentNode: ParentNode | null;
|
|
550
597
|
readonly previousSibling: ChildNode | null;
|
|
551
|
-
textContent: string | null;
|
|
552
598
|
appendChild<T extends Node>(node: T): T;
|
|
553
|
-
cloneNode(
|
|
599
|
+
cloneNode(subtree?: boolean): Node;
|
|
554
600
|
compareDocumentPosition(other: Node): number;
|
|
555
601
|
contains(other: Node | null): boolean;
|
|
556
|
-
getRootNode(options?: GetRootNodeOptions
|
|
602
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
557
603
|
hasChildNodes(): boolean;
|
|
558
|
-
insertBefore<
|
|
604
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
559
605
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
560
606
|
isEqualNode(otherNode: Node | null): boolean;
|
|
561
607
|
isSameNode(otherNode: Node | null): boolean;
|
|
562
608
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
563
609
|
lookupPrefix(namespace: string | null): string | null;
|
|
564
610
|
normalize(): void;
|
|
565
|
-
removeChild<
|
|
566
|
-
replaceChild<
|
|
611
|
+
removeChild<T extends Node>(child: T): T;
|
|
612
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
567
613
|
readonly ELEMENT_NODE: 1;
|
|
568
614
|
readonly ATTRIBUTE_NODE: 2;
|
|
569
615
|
readonly TEXT_NODE: 3;
|
|
@@ -583,35 +629,49 @@ declare const SearchableSelect_base: {
|
|
|
583
629
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
584
630
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
585
631
|
dispatchEvent(event: Event): boolean;
|
|
632
|
+
ariaActiveDescendantElement: Element | null;
|
|
586
633
|
ariaAtomic: string | null;
|
|
587
634
|
ariaAutoComplete: string | null;
|
|
635
|
+
ariaBrailleLabel: string | null;
|
|
636
|
+
ariaBrailleRoleDescription: string | null;
|
|
588
637
|
ariaBusy: string | null;
|
|
589
638
|
ariaChecked: string | null;
|
|
590
639
|
ariaColCount: string | null;
|
|
591
640
|
ariaColIndex: string | null;
|
|
641
|
+
ariaColIndexText: string | null;
|
|
592
642
|
ariaColSpan: string | null;
|
|
643
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
593
644
|
ariaCurrent: string | null;
|
|
645
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
646
|
+
ariaDescription: string | null;
|
|
647
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
594
648
|
ariaDisabled: string | null;
|
|
649
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
595
650
|
ariaExpanded: string | null;
|
|
651
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
596
652
|
ariaHasPopup: string | null;
|
|
597
653
|
ariaHidden: string | null;
|
|
598
654
|
ariaInvalid: string | null;
|
|
599
655
|
ariaKeyShortcuts: string | null;
|
|
600
656
|
ariaLabel: string | null;
|
|
657
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
601
658
|
ariaLevel: string | null;
|
|
602
659
|
ariaLive: string | null;
|
|
603
660
|
ariaModal: string | null;
|
|
604
661
|
ariaMultiLine: string | null;
|
|
605
662
|
ariaMultiSelectable: string | null;
|
|
606
663
|
ariaOrientation: string | null;
|
|
664
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
607
665
|
ariaPlaceholder: string | null;
|
|
608
666
|
ariaPosInSet: string | null;
|
|
609
667
|
ariaPressed: string | null;
|
|
610
668
|
ariaReadOnly: string | null;
|
|
669
|
+
ariaRelevant: string | null;
|
|
611
670
|
ariaRequired: string | null;
|
|
612
671
|
ariaRoleDescription: string | null;
|
|
613
672
|
ariaRowCount: string | null;
|
|
614
673
|
ariaRowIndex: string | null;
|
|
674
|
+
ariaRowIndexText: string | null;
|
|
615
675
|
ariaRowSpan: string | null;
|
|
616
676
|
ariaSelected: string | null;
|
|
617
677
|
ariaSetSize: string | null;
|
|
@@ -621,34 +681,35 @@ declare const SearchableSelect_base: {
|
|
|
621
681
|
ariaValueNow: string | null;
|
|
622
682
|
ariaValueText: string | null;
|
|
623
683
|
role: string | null;
|
|
624
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
625
|
-
getAnimations(options?: GetAnimationsOptions
|
|
626
|
-
after(...nodes: (
|
|
627
|
-
before(...nodes: (
|
|
684
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
685
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
686
|
+
after(...nodes: (Node | string)[]): void;
|
|
687
|
+
before(...nodes: (Node | string)[]): void;
|
|
628
688
|
remove(): void;
|
|
629
|
-
replaceWith(...nodes: (
|
|
630
|
-
innerHTML: string;
|
|
689
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
631
690
|
readonly nextElementSibling: Element | null;
|
|
632
691
|
readonly previousElementSibling: Element | null;
|
|
633
692
|
readonly childElementCount: number;
|
|
634
693
|
readonly children: HTMLCollection;
|
|
635
694
|
readonly firstElementChild: Element | null;
|
|
636
695
|
readonly lastElementChild: Element | null;
|
|
637
|
-
append(...nodes: (
|
|
638
|
-
prepend(...nodes: (
|
|
639
|
-
querySelector<
|
|
640
|
-
querySelector<
|
|
641
|
-
querySelector<
|
|
642
|
-
querySelector<
|
|
643
|
-
querySelector<
|
|
644
|
-
querySelectorAll<
|
|
645
|
-
querySelectorAll<
|
|
646
|
-
querySelectorAll<
|
|
647
|
-
querySelectorAll<
|
|
648
|
-
querySelectorAll<
|
|
649
|
-
replaceChildren(...nodes: (
|
|
696
|
+
append(...nodes: (Node | string)[]): void;
|
|
697
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
698
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
699
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
700
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
701
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
702
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
703
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
704
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
705
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
706
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
707
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
708
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
650
709
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
651
|
-
readonly
|
|
710
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
711
|
+
get style(): CSSStyleDeclaration;
|
|
712
|
+
set style(cssText: string);
|
|
652
713
|
contentEditable: string;
|
|
653
714
|
enterKeyHint: string;
|
|
654
715
|
inputMode: string;
|
|
@@ -658,16 +719,20 @@ declare const SearchableSelect_base: {
|
|
|
658
719
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
659
720
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
660
721
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
661
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
722
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
662
723
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
724
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
725
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
663
726
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
664
727
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
665
728
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
666
729
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
667
730
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
668
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
731
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
669
732
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
670
|
-
|
|
733
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
734
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
735
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
671
736
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
672
737
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
673
738
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -714,12 +779,14 @@ declare const SearchableSelect_base: {
|
|
|
714
779
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
715
780
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
716
781
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
782
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
717
783
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
718
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
784
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
719
785
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
720
786
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
721
787
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
722
788
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
789
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
723
790
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
724
791
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
725
792
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -731,7 +798,7 @@ declare const SearchableSelect_base: {
|
|
|
731
798
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
732
799
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
733
800
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
734
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
801
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
735
802
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
736
803
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
737
804
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -749,14 +816,10 @@ declare const SearchableSelect_base: {
|
|
|
749
816
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
750
817
|
autofocus: boolean;
|
|
751
818
|
readonly dataset: DOMStringMap;
|
|
752
|
-
nonce?: string
|
|
819
|
+
nonce?: string;
|
|
753
820
|
tabIndex: number;
|
|
754
821
|
blur(): void;
|
|
755
|
-
focus(options?: FocusOptions
|
|
756
|
-
ariaColIndexText: string | null;
|
|
757
|
-
ariaDescription: string | null;
|
|
758
|
-
ariaRowIndexText: string | null;
|
|
759
|
-
ariaRelevant: string | null;
|
|
822
|
+
focus(options?: FocusOptions): void;
|
|
760
823
|
roleChanged(prev: string | null, next: string | null): void;
|
|
761
824
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
762
825
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -799,7 +862,7 @@ declare const SearchableSelect_base: {
|
|
|
799
862
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
800
863
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
801
864
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
802
|
-
"__#
|
|
865
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
803
866
|
newPropertyName: string;
|
|
804
867
|
deprecatedPropertyName: string;
|
|
805
868
|
fromDeprecated: (v: any) => any;
|
|
@@ -808,32 +871,33 @@ declare const SearchableSelect_base: {
|
|
|
808
871
|
};
|
|
809
872
|
} & {
|
|
810
873
|
new (...args: any[]): {
|
|
811
|
-
errorText?: string
|
|
874
|
+
errorText?: string;
|
|
812
875
|
errorTextChanged(_: string, newErrorText: string | undefined): void;
|
|
813
|
-
"__#
|
|
814
|
-
"__#
|
|
815
|
-
"__#
|
|
816
|
-
"__#
|
|
817
|
-
label?: string
|
|
876
|
+
"__#private@#blockValidateCalls": boolean;
|
|
877
|
+
"__#private@#originalValidateFn": () => void;
|
|
878
|
+
"__#private@#forceCustomError"(errorMessage: string): void;
|
|
879
|
+
"__#private@#clearCustomErrorAndRevalidate"(): void;
|
|
880
|
+
label?: string;
|
|
818
881
|
errorValidationMessage: string;
|
|
819
882
|
forceErrorDisplay: boolean;
|
|
820
883
|
hasBeenTouched: boolean;
|
|
821
884
|
connectedCallback: (() => void) & (() => void) & (() => void);
|
|
822
|
-
"__#
|
|
885
|
+
"__#private@#handleInvalidEvent": () => void;
|
|
823
886
|
disconnectedCallback: (() => void) & (() => void) & (() => void);
|
|
824
887
|
formResetCallback: (() => void) & (() => void);
|
|
825
|
-
validate: (() => void) & ((anchor?: HTMLElement
|
|
826
|
-
proxy: import(
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
888
|
+
validate: (() => void) & ((anchor?: HTMLElement) => void);
|
|
889
|
+
proxy: import('../../shared/foundation/form-associated/form-associated').ProxyElement;
|
|
890
|
+
get validity(): ValidityState;
|
|
891
|
+
get form(): HTMLFormElement | null;
|
|
892
|
+
get validationMessage(): string;
|
|
893
|
+
get willValidate(): boolean;
|
|
894
|
+
get labels(): ReadonlyArray<Node>;
|
|
832
895
|
dirtyValue: boolean;
|
|
833
|
-
proxySlot?: HTMLSlotElement
|
|
896
|
+
proxySlot?: HTMLSlotElement;
|
|
834
897
|
value: string;
|
|
835
898
|
valueChanged(_previous: string, _next: string): void;
|
|
836
|
-
currentValue: string;
|
|
899
|
+
get currentValue(): string;
|
|
900
|
+
set currentValue(value: string);
|
|
837
901
|
initialValue: string;
|
|
838
902
|
initialValueChanged(_previous: string, _next: string): void;
|
|
839
903
|
disabled: boolean;
|
|
@@ -842,25 +906,26 @@ declare const SearchableSelect_base: {
|
|
|
842
906
|
nameChanged(_previous: string, _next: string): void;
|
|
843
907
|
required: boolean;
|
|
844
908
|
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
845
|
-
|
|
909
|
+
get elementInternals(): ElementInternals | null;
|
|
846
910
|
proxyEventsToBlock: string[];
|
|
847
911
|
checkValidity(): boolean;
|
|
848
912
|
reportValidity(): boolean;
|
|
849
|
-
setValidity(flags: ValidityStateFlags, message?: string
|
|
913
|
+
setValidity(flags: ValidityStateFlags, message?: string, anchor?: HTMLElement): void;
|
|
850
914
|
formDisabledCallback(disabled: boolean): void;
|
|
851
915
|
proxyInitialized: boolean;
|
|
852
916
|
attachProxy(): void;
|
|
853
917
|
detachProxy(): void;
|
|
854
|
-
setFormValue(value:
|
|
918
|
+
setFormValue(value: File | string | FormData | null, state?: File | string | FormData | null): void;
|
|
855
919
|
_keypressHandler(e: KeyboardEvent): void;
|
|
856
920
|
stopPropagation(e: Event): void;
|
|
857
|
-
_vividAriaBehaviour: import(
|
|
858
|
-
readonly $fastController: import(
|
|
859
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
921
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
922
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
923
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
860
924
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
861
925
|
accessKey: string;
|
|
862
926
|
readonly accessKeyLabel: string;
|
|
863
927
|
autocapitalize: string;
|
|
928
|
+
autocorrect: boolean;
|
|
864
929
|
dir: string;
|
|
865
930
|
draggable: boolean;
|
|
866
931
|
hidden: boolean;
|
|
@@ -873,30 +938,39 @@ declare const SearchableSelect_base: {
|
|
|
873
938
|
readonly offsetTop: number;
|
|
874
939
|
readonly offsetWidth: number;
|
|
875
940
|
outerText: string;
|
|
941
|
+
popover: string | null;
|
|
876
942
|
spellcheck: boolean;
|
|
877
943
|
title: string;
|
|
878
944
|
translate: boolean;
|
|
945
|
+
writingSuggestions: string;
|
|
879
946
|
attachInternals(): ElementInternals;
|
|
880
947
|
click(): void;
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
948
|
+
hidePopover(): void;
|
|
949
|
+
showPopover(): void;
|
|
950
|
+
togglePopover(options?: boolean): boolean;
|
|
951
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
952
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
953
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
954
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
885
955
|
readonly attributes: NamedNodeMap;
|
|
886
|
-
|
|
956
|
+
get classList(): DOMTokenList;
|
|
957
|
+
set classList(value: string);
|
|
887
958
|
className: string;
|
|
888
959
|
readonly clientHeight: number;
|
|
889
960
|
readonly clientLeft: number;
|
|
890
961
|
readonly clientTop: number;
|
|
891
962
|
readonly clientWidth: number;
|
|
963
|
+
readonly currentCSSZoom: number;
|
|
892
964
|
id: string;
|
|
965
|
+
innerHTML: string;
|
|
893
966
|
readonly localName: string;
|
|
894
967
|
readonly namespaceURI: string | null;
|
|
895
968
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
896
969
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
897
970
|
outerHTML: string;
|
|
898
971
|
readonly ownerDocument: Document;
|
|
899
|
-
|
|
972
|
+
get part(): DOMTokenList;
|
|
973
|
+
set part(value: string);
|
|
900
974
|
readonly prefix: string | null;
|
|
901
975
|
readonly scrollHeight: number;
|
|
902
976
|
scrollLeft: number;
|
|
@@ -906,11 +980,12 @@ declare const SearchableSelect_base: {
|
|
|
906
980
|
slot: string;
|
|
907
981
|
readonly tagName: string;
|
|
908
982
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
909
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
910
|
-
closest<
|
|
911
|
-
closest<
|
|
912
|
-
closest<
|
|
913
|
-
closest<
|
|
983
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
984
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
985
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
986
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
987
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
988
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
914
989
|
getAttribute(qualifiedName: string): string | null;
|
|
915
990
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
916
991
|
getAttributeNames(): string[];
|
|
@@ -919,43 +994,47 @@ declare const SearchableSelect_base: {
|
|
|
919
994
|
getBoundingClientRect(): DOMRect;
|
|
920
995
|
getClientRects(): DOMRectList;
|
|
921
996
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
922
|
-
getElementsByTagName<
|
|
923
|
-
getElementsByTagName<
|
|
924
|
-
getElementsByTagName<
|
|
925
|
-
getElementsByTagName<
|
|
997
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
998
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
999
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
1000
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
926
1001
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
927
1002
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
928
1003
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
929
1004
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
930
1005
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
1006
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
931
1007
|
hasAttribute(qualifiedName: string): boolean;
|
|
932
1008
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
933
1009
|
hasAttributes(): boolean;
|
|
934
1010
|
hasPointerCapture(pointerId: number): boolean;
|
|
935
1011
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
936
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
1012
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
937
1013
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
938
1014
|
matches(selectors: string): boolean;
|
|
939
1015
|
releasePointerCapture(pointerId: number): void;
|
|
940
1016
|
removeAttribute(qualifiedName: string): void;
|
|
941
1017
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
942
1018
|
removeAttributeNode(attr: Attr): Attr;
|
|
943
|
-
requestFullscreen(options?: FullscreenOptions
|
|
944
|
-
requestPointerLock(): void
|
|
945
|
-
scroll(options?: ScrollToOptions
|
|
1019
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
1020
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
1021
|
+
scroll(options?: ScrollToOptions): void;
|
|
946
1022
|
scroll(x: number, y: number): void;
|
|
947
|
-
scrollBy(options?: ScrollToOptions
|
|
1023
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
948
1024
|
scrollBy(x: number, y: number): void;
|
|
949
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
950
|
-
scrollTo(options?: ScrollToOptions
|
|
1025
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
1026
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
951
1027
|
scrollTo(x: number, y: number): void;
|
|
952
1028
|
setAttribute(qualifiedName: string, value: string): void;
|
|
953
1029
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
954
1030
|
setAttributeNode(attr: Attr): Attr | null;
|
|
955
1031
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
1032
|
+
setHTMLUnsafe(html: string): void;
|
|
956
1033
|
setPointerCapture(pointerId: number): void;
|
|
957
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
1034
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
958
1035
|
webkitMatchesSelector(selectors: string): boolean;
|
|
1036
|
+
get textContent(): string;
|
|
1037
|
+
set textContent(value: string | null);
|
|
959
1038
|
readonly baseURI: string;
|
|
960
1039
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
961
1040
|
readonly firstChild: ChildNode | null;
|
|
@@ -968,22 +1047,21 @@ declare const SearchableSelect_base: {
|
|
|
968
1047
|
readonly parentElement: HTMLElement | null;
|
|
969
1048
|
readonly parentNode: ParentNode | null;
|
|
970
1049
|
readonly previousSibling: ChildNode | null;
|
|
971
|
-
textContent: string | null;
|
|
972
1050
|
appendChild<T extends Node>(node: T): T;
|
|
973
|
-
cloneNode(
|
|
1051
|
+
cloneNode(subtree?: boolean): Node;
|
|
974
1052
|
compareDocumentPosition(other: Node): number;
|
|
975
1053
|
contains(other: Node | null): boolean;
|
|
976
|
-
getRootNode(options?: GetRootNodeOptions
|
|
1054
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
977
1055
|
hasChildNodes(): boolean;
|
|
978
|
-
insertBefore<
|
|
1056
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
979
1057
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
980
1058
|
isEqualNode(otherNode: Node | null): boolean;
|
|
981
1059
|
isSameNode(otherNode: Node | null): boolean;
|
|
982
1060
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
983
1061
|
lookupPrefix(namespace: string | null): string | null;
|
|
984
1062
|
normalize(): void;
|
|
985
|
-
removeChild<
|
|
986
|
-
replaceChild<
|
|
1063
|
+
removeChild<T extends Node>(child: T): T;
|
|
1064
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
987
1065
|
readonly ELEMENT_NODE: 1;
|
|
988
1066
|
readonly ATTRIBUTE_NODE: 2;
|
|
989
1067
|
readonly TEXT_NODE: 3;
|
|
@@ -1003,35 +1081,49 @@ declare const SearchableSelect_base: {
|
|
|
1003
1081
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
1004
1082
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
1005
1083
|
dispatchEvent(event: Event): boolean;
|
|
1084
|
+
ariaActiveDescendantElement: Element | null;
|
|
1006
1085
|
ariaAtomic: string | null;
|
|
1007
1086
|
ariaAutoComplete: string | null;
|
|
1087
|
+
ariaBrailleLabel: string | null;
|
|
1088
|
+
ariaBrailleRoleDescription: string | null;
|
|
1008
1089
|
ariaBusy: string | null;
|
|
1009
1090
|
ariaChecked: string | null;
|
|
1010
1091
|
ariaColCount: string | null;
|
|
1011
1092
|
ariaColIndex: string | null;
|
|
1093
|
+
ariaColIndexText: string | null;
|
|
1012
1094
|
ariaColSpan: string | null;
|
|
1095
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
1013
1096
|
ariaCurrent: string | null;
|
|
1097
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
1098
|
+
ariaDescription: string | null;
|
|
1099
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
1014
1100
|
ariaDisabled: string | null;
|
|
1101
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
1015
1102
|
ariaExpanded: string | null;
|
|
1103
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
1016
1104
|
ariaHasPopup: string | null;
|
|
1017
1105
|
ariaHidden: string | null;
|
|
1018
1106
|
ariaInvalid: string | null;
|
|
1019
1107
|
ariaKeyShortcuts: string | null;
|
|
1020
1108
|
ariaLabel: string | null;
|
|
1109
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
1021
1110
|
ariaLevel: string | null;
|
|
1022
1111
|
ariaLive: string | null;
|
|
1023
1112
|
ariaModal: string | null;
|
|
1024
1113
|
ariaMultiLine: string | null;
|
|
1025
1114
|
ariaMultiSelectable: string | null;
|
|
1026
1115
|
ariaOrientation: string | null;
|
|
1116
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
1027
1117
|
ariaPlaceholder: string | null;
|
|
1028
1118
|
ariaPosInSet: string | null;
|
|
1029
1119
|
ariaPressed: string | null;
|
|
1030
1120
|
ariaReadOnly: string | null;
|
|
1121
|
+
ariaRelevant: string | null;
|
|
1031
1122
|
ariaRequired: string | null;
|
|
1032
1123
|
ariaRoleDescription: string | null;
|
|
1033
1124
|
ariaRowCount: string | null;
|
|
1034
1125
|
ariaRowIndex: string | null;
|
|
1126
|
+
ariaRowIndexText: string | null;
|
|
1035
1127
|
ariaRowSpan: string | null;
|
|
1036
1128
|
ariaSelected: string | null;
|
|
1037
1129
|
ariaSetSize: string | null;
|
|
@@ -1041,34 +1133,35 @@ declare const SearchableSelect_base: {
|
|
|
1041
1133
|
ariaValueNow: string | null;
|
|
1042
1134
|
ariaValueText: string | null;
|
|
1043
1135
|
role: string | null;
|
|
1044
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
1045
|
-
getAnimations(options?: GetAnimationsOptions
|
|
1046
|
-
after(...nodes: (
|
|
1047
|
-
before(...nodes: (
|
|
1136
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
1137
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
1138
|
+
after(...nodes: (Node | string)[]): void;
|
|
1139
|
+
before(...nodes: (Node | string)[]): void;
|
|
1048
1140
|
remove(): void;
|
|
1049
|
-
replaceWith(...nodes: (
|
|
1050
|
-
innerHTML: string;
|
|
1141
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
1051
1142
|
readonly nextElementSibling: Element | null;
|
|
1052
1143
|
readonly previousElementSibling: Element | null;
|
|
1053
1144
|
readonly childElementCount: number;
|
|
1054
1145
|
readonly children: HTMLCollection;
|
|
1055
1146
|
readonly firstElementChild: Element | null;
|
|
1056
1147
|
readonly lastElementChild: Element | null;
|
|
1057
|
-
append(...nodes: (
|
|
1058
|
-
prepend(...nodes: (
|
|
1059
|
-
querySelector<
|
|
1060
|
-
querySelector<
|
|
1061
|
-
querySelector<
|
|
1062
|
-
querySelector<
|
|
1063
|
-
querySelector<
|
|
1064
|
-
querySelectorAll<
|
|
1065
|
-
querySelectorAll<
|
|
1066
|
-
querySelectorAll<
|
|
1067
|
-
querySelectorAll<
|
|
1068
|
-
querySelectorAll<
|
|
1069
|
-
replaceChildren(...nodes: (
|
|
1148
|
+
append(...nodes: (Node | string)[]): void;
|
|
1149
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
1150
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
1151
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
1152
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
1153
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
1154
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
1155
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
1156
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
1157
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
1158
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
1159
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
1160
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
1070
1161
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
1071
|
-
readonly
|
|
1162
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
1163
|
+
get style(): CSSStyleDeclaration;
|
|
1164
|
+
set style(cssText: string);
|
|
1072
1165
|
contentEditable: string;
|
|
1073
1166
|
enterKeyHint: string;
|
|
1074
1167
|
inputMode: string;
|
|
@@ -1078,16 +1171,20 @@ declare const SearchableSelect_base: {
|
|
|
1078
1171
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1079
1172
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1080
1173
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1081
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
1174
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1082
1175
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
1176
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1177
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1083
1178
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1084
1179
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1085
1180
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1086
1181
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1087
1182
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1088
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
1183
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1089
1184
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1090
|
-
|
|
1185
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1186
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1187
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1091
1188
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1092
1189
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1093
1190
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -1134,12 +1231,14 @@ declare const SearchableSelect_base: {
|
|
|
1134
1231
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1135
1232
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1136
1233
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1234
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1137
1235
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1138
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
1236
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
1139
1237
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1140
1238
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1141
1239
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1142
1240
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1241
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1143
1242
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
1144
1243
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1145
1244
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -1151,7 +1250,7 @@ declare const SearchableSelect_base: {
|
|
|
1151
1250
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
1152
1251
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1153
1252
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1154
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
1253
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1155
1254
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1156
1255
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1157
1256
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -1169,14 +1268,10 @@ declare const SearchableSelect_base: {
|
|
|
1169
1268
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
1170
1269
|
autofocus: boolean;
|
|
1171
1270
|
readonly dataset: DOMStringMap;
|
|
1172
|
-
nonce?: string
|
|
1271
|
+
nonce?: string;
|
|
1173
1272
|
tabIndex: number;
|
|
1174
1273
|
blur(): void;
|
|
1175
|
-
focus(options?: FocusOptions
|
|
1176
|
-
ariaColIndexText: string | null;
|
|
1177
|
-
ariaDescription: string | null;
|
|
1178
|
-
ariaRowIndexText: string | null;
|
|
1179
|
-
ariaRelevant: string | null;
|
|
1274
|
+
focus(options?: FocusOptions): void;
|
|
1180
1275
|
roleChanged(prev: string | null, next: string | null): void;
|
|
1181
1276
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
1182
1277
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -1219,7 +1314,7 @@ declare const SearchableSelect_base: {
|
|
|
1219
1314
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
1220
1315
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
1221
1316
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
1222
|
-
"__#
|
|
1317
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
1223
1318
|
newPropertyName: string;
|
|
1224
1319
|
deprecatedPropertyName: string;
|
|
1225
1320
|
fromDeprecated: (v: any) => any;
|
|
@@ -1228,16 +1323,17 @@ declare const SearchableSelect_base: {
|
|
|
1228
1323
|
};
|
|
1229
1324
|
} & {
|
|
1230
1325
|
new (...args: any[]): {
|
|
1231
|
-
successText?: string
|
|
1326
|
+
successText?: string;
|
|
1232
1327
|
connectedCallback(): void;
|
|
1233
|
-
_vividAriaBehaviour: import(
|
|
1234
|
-
readonly $fastController: import(
|
|
1235
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
1328
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
1329
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
1330
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
1236
1331
|
disconnectedCallback(): void;
|
|
1237
1332
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
1238
1333
|
accessKey: string;
|
|
1239
1334
|
readonly accessKeyLabel: string;
|
|
1240
1335
|
autocapitalize: string;
|
|
1336
|
+
autocorrect: boolean;
|
|
1241
1337
|
dir: string;
|
|
1242
1338
|
draggable: boolean;
|
|
1243
1339
|
hidden: boolean;
|
|
@@ -1250,30 +1346,39 @@ declare const SearchableSelect_base: {
|
|
|
1250
1346
|
readonly offsetTop: number;
|
|
1251
1347
|
readonly offsetWidth: number;
|
|
1252
1348
|
outerText: string;
|
|
1349
|
+
popover: string | null;
|
|
1253
1350
|
spellcheck: boolean;
|
|
1254
1351
|
title: string;
|
|
1255
1352
|
translate: boolean;
|
|
1353
|
+
writingSuggestions: string;
|
|
1256
1354
|
attachInternals(): ElementInternals;
|
|
1257
1355
|
click(): void;
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1356
|
+
hidePopover(): void;
|
|
1357
|
+
showPopover(): void;
|
|
1358
|
+
togglePopover(options?: boolean): boolean;
|
|
1359
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1360
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1361
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1362
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1262
1363
|
readonly attributes: NamedNodeMap;
|
|
1263
|
-
|
|
1364
|
+
get classList(): DOMTokenList;
|
|
1365
|
+
set classList(value: string);
|
|
1264
1366
|
className: string;
|
|
1265
1367
|
readonly clientHeight: number;
|
|
1266
1368
|
readonly clientLeft: number;
|
|
1267
1369
|
readonly clientTop: number;
|
|
1268
1370
|
readonly clientWidth: number;
|
|
1371
|
+
readonly currentCSSZoom: number;
|
|
1269
1372
|
id: string;
|
|
1373
|
+
innerHTML: string;
|
|
1270
1374
|
readonly localName: string;
|
|
1271
1375
|
readonly namespaceURI: string | null;
|
|
1272
1376
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
1273
1377
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
1274
1378
|
outerHTML: string;
|
|
1275
1379
|
readonly ownerDocument: Document;
|
|
1276
|
-
|
|
1380
|
+
get part(): DOMTokenList;
|
|
1381
|
+
set part(value: string);
|
|
1277
1382
|
readonly prefix: string | null;
|
|
1278
1383
|
readonly scrollHeight: number;
|
|
1279
1384
|
scrollLeft: number;
|
|
@@ -1283,11 +1388,12 @@ declare const SearchableSelect_base: {
|
|
|
1283
1388
|
slot: string;
|
|
1284
1389
|
readonly tagName: string;
|
|
1285
1390
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1286
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
1287
|
-
closest<
|
|
1288
|
-
closest<
|
|
1289
|
-
closest<
|
|
1290
|
-
closest<
|
|
1391
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
1392
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
1393
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
1394
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
1395
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
1396
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
1291
1397
|
getAttribute(qualifiedName: string): string | null;
|
|
1292
1398
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
1293
1399
|
getAttributeNames(): string[];
|
|
@@ -1296,43 +1402,47 @@ declare const SearchableSelect_base: {
|
|
|
1296
1402
|
getBoundingClientRect(): DOMRect;
|
|
1297
1403
|
getClientRects(): DOMRectList;
|
|
1298
1404
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
1299
|
-
getElementsByTagName<
|
|
1300
|
-
getElementsByTagName<
|
|
1301
|
-
getElementsByTagName<
|
|
1302
|
-
getElementsByTagName<
|
|
1405
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
1406
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
1407
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
1408
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
1303
1409
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1304
1410
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1305
1411
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
1306
1412
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
1307
1413
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
1414
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
1308
1415
|
hasAttribute(qualifiedName: string): boolean;
|
|
1309
1416
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
1310
1417
|
hasAttributes(): boolean;
|
|
1311
1418
|
hasPointerCapture(pointerId: number): boolean;
|
|
1312
1419
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
1313
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
1420
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
1314
1421
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
1315
1422
|
matches(selectors: string): boolean;
|
|
1316
1423
|
releasePointerCapture(pointerId: number): void;
|
|
1317
1424
|
removeAttribute(qualifiedName: string): void;
|
|
1318
1425
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
1319
1426
|
removeAttributeNode(attr: Attr): Attr;
|
|
1320
|
-
requestFullscreen(options?: FullscreenOptions
|
|
1321
|
-
requestPointerLock(): void
|
|
1322
|
-
scroll(options?: ScrollToOptions
|
|
1427
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
1428
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
1429
|
+
scroll(options?: ScrollToOptions): void;
|
|
1323
1430
|
scroll(x: number, y: number): void;
|
|
1324
|
-
scrollBy(options?: ScrollToOptions
|
|
1431
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
1325
1432
|
scrollBy(x: number, y: number): void;
|
|
1326
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
1327
|
-
scrollTo(options?: ScrollToOptions
|
|
1433
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
1434
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
1328
1435
|
scrollTo(x: number, y: number): void;
|
|
1329
1436
|
setAttribute(qualifiedName: string, value: string): void;
|
|
1330
1437
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
1331
1438
|
setAttributeNode(attr: Attr): Attr | null;
|
|
1332
1439
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
1440
|
+
setHTMLUnsafe(html: string): void;
|
|
1333
1441
|
setPointerCapture(pointerId: number): void;
|
|
1334
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
1442
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
1335
1443
|
webkitMatchesSelector(selectors: string): boolean;
|
|
1444
|
+
get textContent(): string;
|
|
1445
|
+
set textContent(value: string | null);
|
|
1336
1446
|
readonly baseURI: string;
|
|
1337
1447
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
1338
1448
|
readonly firstChild: ChildNode | null;
|
|
@@ -1345,22 +1455,21 @@ declare const SearchableSelect_base: {
|
|
|
1345
1455
|
readonly parentElement: HTMLElement | null;
|
|
1346
1456
|
readonly parentNode: ParentNode | null;
|
|
1347
1457
|
readonly previousSibling: ChildNode | null;
|
|
1348
|
-
textContent: string | null;
|
|
1349
1458
|
appendChild<T extends Node>(node: T): T;
|
|
1350
|
-
cloneNode(
|
|
1459
|
+
cloneNode(subtree?: boolean): Node;
|
|
1351
1460
|
compareDocumentPosition(other: Node): number;
|
|
1352
1461
|
contains(other: Node | null): boolean;
|
|
1353
|
-
getRootNode(options?: GetRootNodeOptions
|
|
1462
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
1354
1463
|
hasChildNodes(): boolean;
|
|
1355
|
-
insertBefore<
|
|
1464
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
1356
1465
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
1357
1466
|
isEqualNode(otherNode: Node | null): boolean;
|
|
1358
1467
|
isSameNode(otherNode: Node | null): boolean;
|
|
1359
1468
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
1360
1469
|
lookupPrefix(namespace: string | null): string | null;
|
|
1361
1470
|
normalize(): void;
|
|
1362
|
-
removeChild<
|
|
1363
|
-
replaceChild<
|
|
1471
|
+
removeChild<T extends Node>(child: T): T;
|
|
1472
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
1364
1473
|
readonly ELEMENT_NODE: 1;
|
|
1365
1474
|
readonly ATTRIBUTE_NODE: 2;
|
|
1366
1475
|
readonly TEXT_NODE: 3;
|
|
@@ -1380,35 +1489,49 @@ declare const SearchableSelect_base: {
|
|
|
1380
1489
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
1381
1490
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
1382
1491
|
dispatchEvent(event: Event): boolean;
|
|
1492
|
+
ariaActiveDescendantElement: Element | null;
|
|
1383
1493
|
ariaAtomic: string | null;
|
|
1384
1494
|
ariaAutoComplete: string | null;
|
|
1495
|
+
ariaBrailleLabel: string | null;
|
|
1496
|
+
ariaBrailleRoleDescription: string | null;
|
|
1385
1497
|
ariaBusy: string | null;
|
|
1386
1498
|
ariaChecked: string | null;
|
|
1387
1499
|
ariaColCount: string | null;
|
|
1388
1500
|
ariaColIndex: string | null;
|
|
1501
|
+
ariaColIndexText: string | null;
|
|
1389
1502
|
ariaColSpan: string | null;
|
|
1503
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
1390
1504
|
ariaCurrent: string | null;
|
|
1505
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
1506
|
+
ariaDescription: string | null;
|
|
1507
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
1391
1508
|
ariaDisabled: string | null;
|
|
1509
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
1392
1510
|
ariaExpanded: string | null;
|
|
1511
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
1393
1512
|
ariaHasPopup: string | null;
|
|
1394
1513
|
ariaHidden: string | null;
|
|
1395
1514
|
ariaInvalid: string | null;
|
|
1396
1515
|
ariaKeyShortcuts: string | null;
|
|
1397
1516
|
ariaLabel: string | null;
|
|
1517
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
1398
1518
|
ariaLevel: string | null;
|
|
1399
1519
|
ariaLive: string | null;
|
|
1400
1520
|
ariaModal: string | null;
|
|
1401
1521
|
ariaMultiLine: string | null;
|
|
1402
1522
|
ariaMultiSelectable: string | null;
|
|
1403
1523
|
ariaOrientation: string | null;
|
|
1524
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
1404
1525
|
ariaPlaceholder: string | null;
|
|
1405
1526
|
ariaPosInSet: string | null;
|
|
1406
1527
|
ariaPressed: string | null;
|
|
1407
1528
|
ariaReadOnly: string | null;
|
|
1529
|
+
ariaRelevant: string | null;
|
|
1408
1530
|
ariaRequired: string | null;
|
|
1409
1531
|
ariaRoleDescription: string | null;
|
|
1410
1532
|
ariaRowCount: string | null;
|
|
1411
1533
|
ariaRowIndex: string | null;
|
|
1534
|
+
ariaRowIndexText: string | null;
|
|
1412
1535
|
ariaRowSpan: string | null;
|
|
1413
1536
|
ariaSelected: string | null;
|
|
1414
1537
|
ariaSetSize: string | null;
|
|
@@ -1418,34 +1541,35 @@ declare const SearchableSelect_base: {
|
|
|
1418
1541
|
ariaValueNow: string | null;
|
|
1419
1542
|
ariaValueText: string | null;
|
|
1420
1543
|
role: string | null;
|
|
1421
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
1422
|
-
getAnimations(options?: GetAnimationsOptions
|
|
1423
|
-
after(...nodes: (
|
|
1424
|
-
before(...nodes: (
|
|
1544
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
1545
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
1546
|
+
after(...nodes: (Node | string)[]): void;
|
|
1547
|
+
before(...nodes: (Node | string)[]): void;
|
|
1425
1548
|
remove(): void;
|
|
1426
|
-
replaceWith(...nodes: (
|
|
1427
|
-
innerHTML: string;
|
|
1549
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
1428
1550
|
readonly nextElementSibling: Element | null;
|
|
1429
1551
|
readonly previousElementSibling: Element | null;
|
|
1430
1552
|
readonly childElementCount: number;
|
|
1431
1553
|
readonly children: HTMLCollection;
|
|
1432
1554
|
readonly firstElementChild: Element | null;
|
|
1433
1555
|
readonly lastElementChild: Element | null;
|
|
1434
|
-
append(...nodes: (
|
|
1435
|
-
prepend(...nodes: (
|
|
1436
|
-
querySelector<
|
|
1437
|
-
querySelector<
|
|
1438
|
-
querySelector<
|
|
1439
|
-
querySelector<
|
|
1440
|
-
querySelector<
|
|
1441
|
-
querySelectorAll<
|
|
1442
|
-
querySelectorAll<
|
|
1443
|
-
querySelectorAll<
|
|
1444
|
-
querySelectorAll<
|
|
1445
|
-
querySelectorAll<
|
|
1446
|
-
replaceChildren(...nodes: (
|
|
1556
|
+
append(...nodes: (Node | string)[]): void;
|
|
1557
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
1558
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
1559
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
1560
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
1561
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
1562
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
1563
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
1564
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
1565
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
1566
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
1567
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
1568
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
1447
1569
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
1448
|
-
readonly
|
|
1570
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
1571
|
+
get style(): CSSStyleDeclaration;
|
|
1572
|
+
set style(cssText: string);
|
|
1449
1573
|
contentEditable: string;
|
|
1450
1574
|
enterKeyHint: string;
|
|
1451
1575
|
inputMode: string;
|
|
@@ -1455,16 +1579,20 @@ declare const SearchableSelect_base: {
|
|
|
1455
1579
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1456
1580
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1457
1581
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1458
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
1582
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1459
1583
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
1584
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1585
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1460
1586
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1461
1587
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1462
1588
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1463
1589
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1464
1590
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1465
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
1591
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1466
1592
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1467
|
-
|
|
1593
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1594
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1595
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1468
1596
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1469
1597
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1470
1598
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -1511,12 +1639,14 @@ declare const SearchableSelect_base: {
|
|
|
1511
1639
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1512
1640
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1513
1641
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1642
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1514
1643
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1515
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
1644
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
1516
1645
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1517
1646
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1518
1647
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1519
1648
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1649
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1520
1650
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
1521
1651
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1522
1652
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -1528,7 +1658,7 @@ declare const SearchableSelect_base: {
|
|
|
1528
1658
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
1529
1659
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1530
1660
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1531
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
1661
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1532
1662
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1533
1663
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1534
1664
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -1546,14 +1676,10 @@ declare const SearchableSelect_base: {
|
|
|
1546
1676
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
1547
1677
|
autofocus: boolean;
|
|
1548
1678
|
readonly dataset: DOMStringMap;
|
|
1549
|
-
nonce?: string
|
|
1679
|
+
nonce?: string;
|
|
1550
1680
|
tabIndex: number;
|
|
1551
1681
|
blur(): void;
|
|
1552
|
-
focus(options?: FocusOptions
|
|
1553
|
-
ariaColIndexText: string | null;
|
|
1554
|
-
ariaDescription: string | null;
|
|
1555
|
-
ariaRowIndexText: string | null;
|
|
1556
|
-
ariaRelevant: string | null;
|
|
1682
|
+
focus(options?: FocusOptions): void;
|
|
1557
1683
|
roleChanged(prev: string | null, next: string | null): void;
|
|
1558
1684
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
1559
1685
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -1596,7 +1722,7 @@ declare const SearchableSelect_base: {
|
|
|
1596
1722
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
1597
1723
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
1598
1724
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
1599
|
-
"__#
|
|
1725
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
1600
1726
|
newPropertyName: string;
|
|
1601
1727
|
deprecatedPropertyName: string;
|
|
1602
1728
|
fromDeprecated: (v: any) => any;
|
|
@@ -1605,26 +1731,27 @@ declare const SearchableSelect_base: {
|
|
|
1605
1731
|
};
|
|
1606
1732
|
} & {
|
|
1607
1733
|
new (...args: any[]): {
|
|
1608
|
-
label?: string
|
|
1734
|
+
label?: string;
|
|
1609
1735
|
errorValidationMessage: string;
|
|
1610
1736
|
forceErrorDisplay: boolean;
|
|
1611
1737
|
hasBeenTouched: boolean;
|
|
1612
1738
|
connectedCallback(): void;
|
|
1613
|
-
"__#
|
|
1739
|
+
"__#private@#handleInvalidEvent": () => void;
|
|
1614
1740
|
disconnectedCallback(): void;
|
|
1615
1741
|
formResetCallback(): void;
|
|
1616
1742
|
validate(): void;
|
|
1617
|
-
proxy: import(
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1743
|
+
proxy: import('../../shared/foundation/form-associated/form-associated').ProxyElement;
|
|
1744
|
+
get validity(): ValidityState;
|
|
1745
|
+
get form(): HTMLFormElement | null;
|
|
1746
|
+
get validationMessage(): string;
|
|
1747
|
+
get willValidate(): boolean;
|
|
1748
|
+
get labels(): ReadonlyArray<Node>;
|
|
1623
1749
|
dirtyValue: boolean;
|
|
1624
|
-
proxySlot?: HTMLSlotElement
|
|
1750
|
+
proxySlot?: HTMLSlotElement;
|
|
1625
1751
|
value: string;
|
|
1626
1752
|
valueChanged(_previous: string, _next: string): void;
|
|
1627
|
-
currentValue: string;
|
|
1753
|
+
get currentValue(): string;
|
|
1754
|
+
set currentValue(value: string);
|
|
1628
1755
|
initialValue: string;
|
|
1629
1756
|
initialValueChanged(_previous: string, _next: string): void;
|
|
1630
1757
|
disabled: boolean;
|
|
@@ -1633,25 +1760,26 @@ declare const SearchableSelect_base: {
|
|
|
1633
1760
|
nameChanged(_previous: string, _next: string): void;
|
|
1634
1761
|
required: boolean;
|
|
1635
1762
|
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
1636
|
-
|
|
1763
|
+
get elementInternals(): ElementInternals | null;
|
|
1637
1764
|
proxyEventsToBlock: string[];
|
|
1638
1765
|
checkValidity(): boolean;
|
|
1639
1766
|
reportValidity(): boolean;
|
|
1640
|
-
setValidity(flags: ValidityStateFlags, message?: string
|
|
1767
|
+
setValidity(flags: ValidityStateFlags, message?: string, anchor?: HTMLElement): void;
|
|
1641
1768
|
formDisabledCallback(disabled: boolean): void;
|
|
1642
1769
|
proxyInitialized: boolean;
|
|
1643
1770
|
attachProxy(): void;
|
|
1644
1771
|
detachProxy(): void;
|
|
1645
|
-
setFormValue(value:
|
|
1772
|
+
setFormValue(value: File | string | FormData | null, state?: File | string | FormData | null): void;
|
|
1646
1773
|
_keypressHandler(e: KeyboardEvent): void;
|
|
1647
1774
|
stopPropagation(e: Event): void;
|
|
1648
|
-
_vividAriaBehaviour: import(
|
|
1649
|
-
readonly $fastController: import(
|
|
1650
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
1775
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
1776
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
1777
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
1651
1778
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
1652
1779
|
accessKey: string;
|
|
1653
1780
|
readonly accessKeyLabel: string;
|
|
1654
1781
|
autocapitalize: string;
|
|
1782
|
+
autocorrect: boolean;
|
|
1655
1783
|
dir: string;
|
|
1656
1784
|
draggable: boolean;
|
|
1657
1785
|
hidden: boolean;
|
|
@@ -1664,30 +1792,39 @@ declare const SearchableSelect_base: {
|
|
|
1664
1792
|
readonly offsetTop: number;
|
|
1665
1793
|
readonly offsetWidth: number;
|
|
1666
1794
|
outerText: string;
|
|
1795
|
+
popover: string | null;
|
|
1667
1796
|
spellcheck: boolean;
|
|
1668
1797
|
title: string;
|
|
1669
1798
|
translate: boolean;
|
|
1799
|
+
writingSuggestions: string;
|
|
1670
1800
|
attachInternals(): ElementInternals;
|
|
1671
1801
|
click(): void;
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1802
|
+
hidePopover(): void;
|
|
1803
|
+
showPopover(): void;
|
|
1804
|
+
togglePopover(options?: boolean): boolean;
|
|
1805
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1806
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1807
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1808
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1676
1809
|
readonly attributes: NamedNodeMap;
|
|
1677
|
-
|
|
1810
|
+
get classList(): DOMTokenList;
|
|
1811
|
+
set classList(value: string);
|
|
1678
1812
|
className: string;
|
|
1679
1813
|
readonly clientHeight: number;
|
|
1680
1814
|
readonly clientLeft: number;
|
|
1681
1815
|
readonly clientTop: number;
|
|
1682
1816
|
readonly clientWidth: number;
|
|
1817
|
+
readonly currentCSSZoom: number;
|
|
1683
1818
|
id: string;
|
|
1819
|
+
innerHTML: string;
|
|
1684
1820
|
readonly localName: string;
|
|
1685
1821
|
readonly namespaceURI: string | null;
|
|
1686
1822
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
1687
1823
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
1688
1824
|
outerHTML: string;
|
|
1689
1825
|
readonly ownerDocument: Document;
|
|
1690
|
-
|
|
1826
|
+
get part(): DOMTokenList;
|
|
1827
|
+
set part(value: string);
|
|
1691
1828
|
readonly prefix: string | null;
|
|
1692
1829
|
readonly scrollHeight: number;
|
|
1693
1830
|
scrollLeft: number;
|
|
@@ -1697,11 +1834,12 @@ declare const SearchableSelect_base: {
|
|
|
1697
1834
|
slot: string;
|
|
1698
1835
|
readonly tagName: string;
|
|
1699
1836
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1700
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
1701
|
-
closest<
|
|
1702
|
-
closest<
|
|
1703
|
-
closest<
|
|
1704
|
-
closest<
|
|
1837
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
1838
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
1839
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
1840
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
1841
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
1842
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
1705
1843
|
getAttribute(qualifiedName: string): string | null;
|
|
1706
1844
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
1707
1845
|
getAttributeNames(): string[];
|
|
@@ -1710,43 +1848,47 @@ declare const SearchableSelect_base: {
|
|
|
1710
1848
|
getBoundingClientRect(): DOMRect;
|
|
1711
1849
|
getClientRects(): DOMRectList;
|
|
1712
1850
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
1713
|
-
getElementsByTagName<
|
|
1714
|
-
getElementsByTagName<
|
|
1715
|
-
getElementsByTagName<
|
|
1716
|
-
getElementsByTagName<
|
|
1851
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
1852
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
1853
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
1854
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
1717
1855
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1718
1856
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1719
1857
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
1720
1858
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
1721
1859
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
1860
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
1722
1861
|
hasAttribute(qualifiedName: string): boolean;
|
|
1723
1862
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
1724
1863
|
hasAttributes(): boolean;
|
|
1725
1864
|
hasPointerCapture(pointerId: number): boolean;
|
|
1726
1865
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
1727
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
1866
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
1728
1867
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
1729
1868
|
matches(selectors: string): boolean;
|
|
1730
1869
|
releasePointerCapture(pointerId: number): void;
|
|
1731
1870
|
removeAttribute(qualifiedName: string): void;
|
|
1732
1871
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
1733
1872
|
removeAttributeNode(attr: Attr): Attr;
|
|
1734
|
-
requestFullscreen(options?: FullscreenOptions
|
|
1735
|
-
requestPointerLock(): void
|
|
1736
|
-
scroll(options?: ScrollToOptions
|
|
1873
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
1874
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
1875
|
+
scroll(options?: ScrollToOptions): void;
|
|
1737
1876
|
scroll(x: number, y: number): void;
|
|
1738
|
-
scrollBy(options?: ScrollToOptions
|
|
1877
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
1739
1878
|
scrollBy(x: number, y: number): void;
|
|
1740
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
1741
|
-
scrollTo(options?: ScrollToOptions
|
|
1879
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
1880
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
1742
1881
|
scrollTo(x: number, y: number): void;
|
|
1743
1882
|
setAttribute(qualifiedName: string, value: string): void;
|
|
1744
1883
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
1745
1884
|
setAttributeNode(attr: Attr): Attr | null;
|
|
1746
1885
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
1886
|
+
setHTMLUnsafe(html: string): void;
|
|
1747
1887
|
setPointerCapture(pointerId: number): void;
|
|
1748
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
1888
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
1749
1889
|
webkitMatchesSelector(selectors: string): boolean;
|
|
1890
|
+
get textContent(): string;
|
|
1891
|
+
set textContent(value: string | null);
|
|
1750
1892
|
readonly baseURI: string;
|
|
1751
1893
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
1752
1894
|
readonly firstChild: ChildNode | null;
|
|
@@ -1759,22 +1901,21 @@ declare const SearchableSelect_base: {
|
|
|
1759
1901
|
readonly parentElement: HTMLElement | null;
|
|
1760
1902
|
readonly parentNode: ParentNode | null;
|
|
1761
1903
|
readonly previousSibling: ChildNode | null;
|
|
1762
|
-
textContent: string | null;
|
|
1763
1904
|
appendChild<T extends Node>(node: T): T;
|
|
1764
|
-
cloneNode(
|
|
1905
|
+
cloneNode(subtree?: boolean): Node;
|
|
1765
1906
|
compareDocumentPosition(other: Node): number;
|
|
1766
1907
|
contains(other: Node | null): boolean;
|
|
1767
|
-
getRootNode(options?: GetRootNodeOptions
|
|
1908
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
1768
1909
|
hasChildNodes(): boolean;
|
|
1769
|
-
insertBefore<
|
|
1910
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
1770
1911
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
1771
1912
|
isEqualNode(otherNode: Node | null): boolean;
|
|
1772
1913
|
isSameNode(otherNode: Node | null): boolean;
|
|
1773
1914
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
1774
1915
|
lookupPrefix(namespace: string | null): string | null;
|
|
1775
1916
|
normalize(): void;
|
|
1776
|
-
removeChild<
|
|
1777
|
-
replaceChild<
|
|
1917
|
+
removeChild<T extends Node>(child: T): T;
|
|
1918
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
1778
1919
|
readonly ELEMENT_NODE: 1;
|
|
1779
1920
|
readonly ATTRIBUTE_NODE: 2;
|
|
1780
1921
|
readonly TEXT_NODE: 3;
|
|
@@ -1794,35 +1935,49 @@ declare const SearchableSelect_base: {
|
|
|
1794
1935
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
1795
1936
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
1796
1937
|
dispatchEvent(event: Event): boolean;
|
|
1938
|
+
ariaActiveDescendantElement: Element | null;
|
|
1797
1939
|
ariaAtomic: string | null;
|
|
1798
1940
|
ariaAutoComplete: string | null;
|
|
1941
|
+
ariaBrailleLabel: string | null;
|
|
1942
|
+
ariaBrailleRoleDescription: string | null;
|
|
1799
1943
|
ariaBusy: string | null;
|
|
1800
1944
|
ariaChecked: string | null;
|
|
1801
1945
|
ariaColCount: string | null;
|
|
1802
1946
|
ariaColIndex: string | null;
|
|
1947
|
+
ariaColIndexText: string | null;
|
|
1803
1948
|
ariaColSpan: string | null;
|
|
1949
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
1804
1950
|
ariaCurrent: string | null;
|
|
1951
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
1952
|
+
ariaDescription: string | null;
|
|
1953
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
1805
1954
|
ariaDisabled: string | null;
|
|
1955
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
1806
1956
|
ariaExpanded: string | null;
|
|
1957
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
1807
1958
|
ariaHasPopup: string | null;
|
|
1808
1959
|
ariaHidden: string | null;
|
|
1809
1960
|
ariaInvalid: string | null;
|
|
1810
1961
|
ariaKeyShortcuts: string | null;
|
|
1811
1962
|
ariaLabel: string | null;
|
|
1963
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
1812
1964
|
ariaLevel: string | null;
|
|
1813
1965
|
ariaLive: string | null;
|
|
1814
1966
|
ariaModal: string | null;
|
|
1815
1967
|
ariaMultiLine: string | null;
|
|
1816
1968
|
ariaMultiSelectable: string | null;
|
|
1817
1969
|
ariaOrientation: string | null;
|
|
1970
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
1818
1971
|
ariaPlaceholder: string | null;
|
|
1819
1972
|
ariaPosInSet: string | null;
|
|
1820
1973
|
ariaPressed: string | null;
|
|
1821
1974
|
ariaReadOnly: string | null;
|
|
1975
|
+
ariaRelevant: string | null;
|
|
1822
1976
|
ariaRequired: string | null;
|
|
1823
1977
|
ariaRoleDescription: string | null;
|
|
1824
1978
|
ariaRowCount: string | null;
|
|
1825
1979
|
ariaRowIndex: string | null;
|
|
1980
|
+
ariaRowIndexText: string | null;
|
|
1826
1981
|
ariaRowSpan: string | null;
|
|
1827
1982
|
ariaSelected: string | null;
|
|
1828
1983
|
ariaSetSize: string | null;
|
|
@@ -1832,34 +1987,35 @@ declare const SearchableSelect_base: {
|
|
|
1832
1987
|
ariaValueNow: string | null;
|
|
1833
1988
|
ariaValueText: string | null;
|
|
1834
1989
|
role: string | null;
|
|
1835
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
1836
|
-
getAnimations(options?: GetAnimationsOptions
|
|
1837
|
-
after(...nodes: (
|
|
1838
|
-
before(...nodes: (
|
|
1990
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
1991
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
1992
|
+
after(...nodes: (Node | string)[]): void;
|
|
1993
|
+
before(...nodes: (Node | string)[]): void;
|
|
1839
1994
|
remove(): void;
|
|
1840
|
-
replaceWith(...nodes: (
|
|
1841
|
-
innerHTML: string;
|
|
1995
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
1842
1996
|
readonly nextElementSibling: Element | null;
|
|
1843
1997
|
readonly previousElementSibling: Element | null;
|
|
1844
1998
|
readonly childElementCount: number;
|
|
1845
1999
|
readonly children: HTMLCollection;
|
|
1846
2000
|
readonly firstElementChild: Element | null;
|
|
1847
2001
|
readonly lastElementChild: Element | null;
|
|
1848
|
-
append(...nodes: (
|
|
1849
|
-
prepend(...nodes: (
|
|
1850
|
-
querySelector<
|
|
1851
|
-
querySelector<
|
|
1852
|
-
querySelector<
|
|
1853
|
-
querySelector<
|
|
1854
|
-
querySelector<
|
|
1855
|
-
querySelectorAll<
|
|
1856
|
-
querySelectorAll<
|
|
1857
|
-
querySelectorAll<
|
|
1858
|
-
querySelectorAll<
|
|
1859
|
-
querySelectorAll<
|
|
1860
|
-
replaceChildren(...nodes: (
|
|
2002
|
+
append(...nodes: (Node | string)[]): void;
|
|
2003
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
2004
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
2005
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
2006
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
2007
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
2008
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
2009
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
2010
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
2011
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
2012
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
2013
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
2014
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
1861
2015
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
1862
|
-
readonly
|
|
2016
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
2017
|
+
get style(): CSSStyleDeclaration;
|
|
2018
|
+
set style(cssText: string);
|
|
1863
2019
|
contentEditable: string;
|
|
1864
2020
|
enterKeyHint: string;
|
|
1865
2021
|
inputMode: string;
|
|
@@ -1869,16 +2025,20 @@ declare const SearchableSelect_base: {
|
|
|
1869
2025
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1870
2026
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1871
2027
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1872
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
2028
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1873
2029
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
2030
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2031
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1874
2032
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1875
2033
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1876
2034
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1877
2035
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1878
2036
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1879
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
2037
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1880
2038
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1881
|
-
|
|
2039
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2040
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2041
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1882
2042
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1883
2043
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1884
2044
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -1925,12 +2085,14 @@ declare const SearchableSelect_base: {
|
|
|
1925
2085
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1926
2086
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1927
2087
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2088
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1928
2089
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1929
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
2090
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
1930
2091
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1931
2092
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1932
2093
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1933
2094
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2095
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1934
2096
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
1935
2097
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1936
2098
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -1942,7 +2104,7 @@ declare const SearchableSelect_base: {
|
|
|
1942
2104
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
1943
2105
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1944
2106
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1945
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
2107
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1946
2108
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1947
2109
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1948
2110
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -1960,14 +2122,10 @@ declare const SearchableSelect_base: {
|
|
|
1960
2122
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
1961
2123
|
autofocus: boolean;
|
|
1962
2124
|
readonly dataset: DOMStringMap;
|
|
1963
|
-
nonce?: string
|
|
2125
|
+
nonce?: string;
|
|
1964
2126
|
tabIndex: number;
|
|
1965
2127
|
blur(): void;
|
|
1966
|
-
focus(options?: FocusOptions
|
|
1967
|
-
ariaColIndexText: string | null;
|
|
1968
|
-
ariaDescription: string | null;
|
|
1969
|
-
ariaRowIndexText: string | null;
|
|
1970
|
-
ariaRelevant: string | null;
|
|
2128
|
+
focus(options?: FocusOptions): void;
|
|
1971
2129
|
roleChanged(prev: string | null, next: string | null): void;
|
|
1972
2130
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
1973
2131
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -2010,7 +2168,7 @@ declare const SearchableSelect_base: {
|
|
|
2010
2168
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
2011
2169
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
2012
2170
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
2013
|
-
"__#
|
|
2171
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
2014
2172
|
newPropertyName: string;
|
|
2015
2173
|
deprecatedPropertyName: string;
|
|
2016
2174
|
fromDeprecated: (v: any) => any;
|
|
@@ -2021,13 +2179,14 @@ declare const SearchableSelect_base: {
|
|
|
2021
2179
|
new (...args: any[]): {
|
|
2022
2180
|
_vividAriaBehaviour: "delegate";
|
|
2023
2181
|
connectedCallback(): void;
|
|
2024
|
-
readonly $fastController: import(
|
|
2025
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
2182
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
2183
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
2026
2184
|
disconnectedCallback(): void;
|
|
2027
2185
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
2028
2186
|
accessKey: string;
|
|
2029
2187
|
readonly accessKeyLabel: string;
|
|
2030
2188
|
autocapitalize: string;
|
|
2189
|
+
autocorrect: boolean;
|
|
2031
2190
|
dir: string;
|
|
2032
2191
|
draggable: boolean;
|
|
2033
2192
|
hidden: boolean;
|
|
@@ -2040,30 +2199,39 @@ declare const SearchableSelect_base: {
|
|
|
2040
2199
|
readonly offsetTop: number;
|
|
2041
2200
|
readonly offsetWidth: number;
|
|
2042
2201
|
outerText: string;
|
|
2202
|
+
popover: string | null;
|
|
2043
2203
|
spellcheck: boolean;
|
|
2044
2204
|
title: string;
|
|
2045
2205
|
translate: boolean;
|
|
2206
|
+
writingSuggestions: string;
|
|
2046
2207
|
attachInternals(): ElementInternals;
|
|
2047
2208
|
click(): void;
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2209
|
+
hidePopover(): void;
|
|
2210
|
+
showPopover(): void;
|
|
2211
|
+
togglePopover(options?: boolean): boolean;
|
|
2212
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2213
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
2214
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2215
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
2052
2216
|
readonly attributes: NamedNodeMap;
|
|
2053
|
-
|
|
2217
|
+
get classList(): DOMTokenList;
|
|
2218
|
+
set classList(value: string);
|
|
2054
2219
|
className: string;
|
|
2055
2220
|
readonly clientHeight: number;
|
|
2056
2221
|
readonly clientLeft: number;
|
|
2057
2222
|
readonly clientTop: number;
|
|
2058
2223
|
readonly clientWidth: number;
|
|
2224
|
+
readonly currentCSSZoom: number;
|
|
2059
2225
|
id: string;
|
|
2226
|
+
innerHTML: string;
|
|
2060
2227
|
readonly localName: string;
|
|
2061
2228
|
readonly namespaceURI: string | null;
|
|
2062
2229
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
2063
2230
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
2064
2231
|
outerHTML: string;
|
|
2065
2232
|
readonly ownerDocument: Document;
|
|
2066
|
-
|
|
2233
|
+
get part(): DOMTokenList;
|
|
2234
|
+
set part(value: string);
|
|
2067
2235
|
readonly prefix: string | null;
|
|
2068
2236
|
readonly scrollHeight: number;
|
|
2069
2237
|
scrollLeft: number;
|
|
@@ -2073,11 +2241,12 @@ declare const SearchableSelect_base: {
|
|
|
2073
2241
|
slot: string;
|
|
2074
2242
|
readonly tagName: string;
|
|
2075
2243
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
2076
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
2077
|
-
closest<
|
|
2078
|
-
closest<
|
|
2079
|
-
closest<
|
|
2080
|
-
closest<
|
|
2244
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
2245
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
2246
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
2247
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
2248
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
2249
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
2081
2250
|
getAttribute(qualifiedName: string): string | null;
|
|
2082
2251
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
2083
2252
|
getAttributeNames(): string[];
|
|
@@ -2086,43 +2255,47 @@ declare const SearchableSelect_base: {
|
|
|
2086
2255
|
getBoundingClientRect(): DOMRect;
|
|
2087
2256
|
getClientRects(): DOMRectList;
|
|
2088
2257
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
2089
|
-
getElementsByTagName<
|
|
2090
|
-
getElementsByTagName<
|
|
2091
|
-
getElementsByTagName<
|
|
2092
|
-
getElementsByTagName<
|
|
2258
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
2259
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
2260
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
2261
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
2093
2262
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
2094
2263
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
2095
2264
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
2096
2265
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
2097
2266
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
2267
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
2098
2268
|
hasAttribute(qualifiedName: string): boolean;
|
|
2099
2269
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
2100
2270
|
hasAttributes(): boolean;
|
|
2101
2271
|
hasPointerCapture(pointerId: number): boolean;
|
|
2102
2272
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
2103
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
2273
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
2104
2274
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
2105
2275
|
matches(selectors: string): boolean;
|
|
2106
2276
|
releasePointerCapture(pointerId: number): void;
|
|
2107
2277
|
removeAttribute(qualifiedName: string): void;
|
|
2108
2278
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
2109
2279
|
removeAttributeNode(attr: Attr): Attr;
|
|
2110
|
-
requestFullscreen(options?: FullscreenOptions
|
|
2111
|
-
requestPointerLock(): void
|
|
2112
|
-
scroll(options?: ScrollToOptions
|
|
2280
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
2281
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
2282
|
+
scroll(options?: ScrollToOptions): void;
|
|
2113
2283
|
scroll(x: number, y: number): void;
|
|
2114
|
-
scrollBy(options?: ScrollToOptions
|
|
2284
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
2115
2285
|
scrollBy(x: number, y: number): void;
|
|
2116
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
2117
|
-
scrollTo(options?: ScrollToOptions
|
|
2286
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
2287
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
2118
2288
|
scrollTo(x: number, y: number): void;
|
|
2119
2289
|
setAttribute(qualifiedName: string, value: string): void;
|
|
2120
2290
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
2121
2291
|
setAttributeNode(attr: Attr): Attr | null;
|
|
2122
2292
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
2293
|
+
setHTMLUnsafe(html: string): void;
|
|
2123
2294
|
setPointerCapture(pointerId: number): void;
|
|
2124
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
2295
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
2125
2296
|
webkitMatchesSelector(selectors: string): boolean;
|
|
2297
|
+
get textContent(): string;
|
|
2298
|
+
set textContent(value: string | null);
|
|
2126
2299
|
readonly baseURI: string;
|
|
2127
2300
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
2128
2301
|
readonly firstChild: ChildNode | null;
|
|
@@ -2135,22 +2308,21 @@ declare const SearchableSelect_base: {
|
|
|
2135
2308
|
readonly parentElement: HTMLElement | null;
|
|
2136
2309
|
readonly parentNode: ParentNode | null;
|
|
2137
2310
|
readonly previousSibling: ChildNode | null;
|
|
2138
|
-
textContent: string | null;
|
|
2139
2311
|
appendChild<T extends Node>(node: T): T;
|
|
2140
|
-
cloneNode(
|
|
2312
|
+
cloneNode(subtree?: boolean): Node;
|
|
2141
2313
|
compareDocumentPosition(other: Node): number;
|
|
2142
2314
|
contains(other: Node | null): boolean;
|
|
2143
|
-
getRootNode(options?: GetRootNodeOptions
|
|
2315
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
2144
2316
|
hasChildNodes(): boolean;
|
|
2145
|
-
insertBefore<
|
|
2317
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
2146
2318
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
2147
2319
|
isEqualNode(otherNode: Node | null): boolean;
|
|
2148
2320
|
isSameNode(otherNode: Node | null): boolean;
|
|
2149
2321
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
2150
2322
|
lookupPrefix(namespace: string | null): string | null;
|
|
2151
2323
|
normalize(): void;
|
|
2152
|
-
removeChild<
|
|
2153
|
-
replaceChild<
|
|
2324
|
+
removeChild<T extends Node>(child: T): T;
|
|
2325
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
2154
2326
|
readonly ELEMENT_NODE: 1;
|
|
2155
2327
|
readonly ATTRIBUTE_NODE: 2;
|
|
2156
2328
|
readonly TEXT_NODE: 3;
|
|
@@ -2170,35 +2342,49 @@ declare const SearchableSelect_base: {
|
|
|
2170
2342
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
2171
2343
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
2172
2344
|
dispatchEvent(event: Event): boolean;
|
|
2345
|
+
ariaActiveDescendantElement: Element | null;
|
|
2173
2346
|
ariaAtomic: string | null;
|
|
2174
2347
|
ariaAutoComplete: string | null;
|
|
2348
|
+
ariaBrailleLabel: string | null;
|
|
2349
|
+
ariaBrailleRoleDescription: string | null;
|
|
2175
2350
|
ariaBusy: string | null;
|
|
2176
2351
|
ariaChecked: string | null;
|
|
2177
2352
|
ariaColCount: string | null;
|
|
2178
2353
|
ariaColIndex: string | null;
|
|
2354
|
+
ariaColIndexText: string | null;
|
|
2179
2355
|
ariaColSpan: string | null;
|
|
2356
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
2180
2357
|
ariaCurrent: string | null;
|
|
2358
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
2359
|
+
ariaDescription: string | null;
|
|
2360
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
2181
2361
|
ariaDisabled: string | null;
|
|
2362
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
2182
2363
|
ariaExpanded: string | null;
|
|
2364
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
2183
2365
|
ariaHasPopup: string | null;
|
|
2184
2366
|
ariaHidden: string | null;
|
|
2185
2367
|
ariaInvalid: string | null;
|
|
2186
2368
|
ariaKeyShortcuts: string | null;
|
|
2187
2369
|
ariaLabel: string | null;
|
|
2370
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
2188
2371
|
ariaLevel: string | null;
|
|
2189
2372
|
ariaLive: string | null;
|
|
2190
2373
|
ariaModal: string | null;
|
|
2191
2374
|
ariaMultiLine: string | null;
|
|
2192
2375
|
ariaMultiSelectable: string | null;
|
|
2193
2376
|
ariaOrientation: string | null;
|
|
2377
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
2194
2378
|
ariaPlaceholder: string | null;
|
|
2195
2379
|
ariaPosInSet: string | null;
|
|
2196
2380
|
ariaPressed: string | null;
|
|
2197
2381
|
ariaReadOnly: string | null;
|
|
2382
|
+
ariaRelevant: string | null;
|
|
2198
2383
|
ariaRequired: string | null;
|
|
2199
2384
|
ariaRoleDescription: string | null;
|
|
2200
2385
|
ariaRowCount: string | null;
|
|
2201
2386
|
ariaRowIndex: string | null;
|
|
2387
|
+
ariaRowIndexText: string | null;
|
|
2202
2388
|
ariaRowSpan: string | null;
|
|
2203
2389
|
ariaSelected: string | null;
|
|
2204
2390
|
ariaSetSize: string | null;
|
|
@@ -2208,34 +2394,35 @@ declare const SearchableSelect_base: {
|
|
|
2208
2394
|
ariaValueNow: string | null;
|
|
2209
2395
|
ariaValueText: string | null;
|
|
2210
2396
|
role: string | null;
|
|
2211
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
2212
|
-
getAnimations(options?: GetAnimationsOptions
|
|
2213
|
-
after(...nodes: (
|
|
2214
|
-
before(...nodes: (
|
|
2397
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
2398
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
2399
|
+
after(...nodes: (Node | string)[]): void;
|
|
2400
|
+
before(...nodes: (Node | string)[]): void;
|
|
2215
2401
|
remove(): void;
|
|
2216
|
-
replaceWith(...nodes: (
|
|
2217
|
-
innerHTML: string;
|
|
2402
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
2218
2403
|
readonly nextElementSibling: Element | null;
|
|
2219
2404
|
readonly previousElementSibling: Element | null;
|
|
2220
2405
|
readonly childElementCount: number;
|
|
2221
2406
|
readonly children: HTMLCollection;
|
|
2222
2407
|
readonly firstElementChild: Element | null;
|
|
2223
2408
|
readonly lastElementChild: Element | null;
|
|
2224
|
-
append(...nodes: (
|
|
2225
|
-
prepend(...nodes: (
|
|
2226
|
-
querySelector<
|
|
2227
|
-
querySelector<
|
|
2228
|
-
querySelector<
|
|
2229
|
-
querySelector<
|
|
2230
|
-
querySelector<
|
|
2231
|
-
querySelectorAll<
|
|
2232
|
-
querySelectorAll<
|
|
2233
|
-
querySelectorAll<
|
|
2234
|
-
querySelectorAll<
|
|
2235
|
-
querySelectorAll<
|
|
2236
|
-
replaceChildren(...nodes: (
|
|
2409
|
+
append(...nodes: (Node | string)[]): void;
|
|
2410
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
2411
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
2412
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
2413
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
2414
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
2415
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
2416
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
2417
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
2418
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
2419
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
2420
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
2421
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
2237
2422
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
2238
|
-
readonly
|
|
2423
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
2424
|
+
get style(): CSSStyleDeclaration;
|
|
2425
|
+
set style(cssText: string);
|
|
2239
2426
|
contentEditable: string;
|
|
2240
2427
|
enterKeyHint: string;
|
|
2241
2428
|
inputMode: string;
|
|
@@ -2245,16 +2432,20 @@ declare const SearchableSelect_base: {
|
|
|
2245
2432
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2246
2433
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2247
2434
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2248
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
2435
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2249
2436
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
2437
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2438
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
2250
2439
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
2251
2440
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2252
2441
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2253
2442
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2254
2443
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2255
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
2444
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2256
2445
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2257
|
-
|
|
2446
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2447
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2448
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2258
2449
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
2259
2450
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2260
2451
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -2301,12 +2492,14 @@ declare const SearchableSelect_base: {
|
|
|
2301
2492
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2302
2493
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2303
2494
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2495
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2304
2496
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2305
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
2497
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
2306
2498
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2307
2499
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2308
2500
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
2309
2501
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2502
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2310
2503
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
2311
2504
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2312
2505
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -2318,7 +2511,7 @@ declare const SearchableSelect_base: {
|
|
|
2318
2511
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
2319
2512
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2320
2513
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2321
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
2514
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
2322
2515
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2323
2516
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2324
2517
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -2336,14 +2529,10 @@ declare const SearchableSelect_base: {
|
|
|
2336
2529
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
2337
2530
|
autofocus: boolean;
|
|
2338
2531
|
readonly dataset: DOMStringMap;
|
|
2339
|
-
nonce?: string
|
|
2532
|
+
nonce?: string;
|
|
2340
2533
|
tabIndex: number;
|
|
2341
2534
|
blur(): void;
|
|
2342
|
-
focus(options?: FocusOptions
|
|
2343
|
-
ariaColIndexText: string | null;
|
|
2344
|
-
ariaDescription: string | null;
|
|
2345
|
-
ariaRowIndexText: string | null;
|
|
2346
|
-
ariaRelevant: string | null;
|
|
2535
|
+
focus(options?: FocusOptions): void;
|
|
2347
2536
|
roleChanged(prev: string | null, next: string | null): void;
|
|
2348
2537
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
2349
2538
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -2386,7 +2575,7 @@ declare const SearchableSelect_base: {
|
|
|
2386
2575
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
2387
2576
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
2388
2577
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
2389
|
-
"__#
|
|
2578
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
2390
2579
|
newPropertyName: string;
|
|
2391
2580
|
deprecatedPropertyName: string;
|
|
2392
2581
|
fromDeprecated: (v: any) => any;
|
|
@@ -2396,17 +2585,18 @@ declare const SearchableSelect_base: {
|
|
|
2396
2585
|
} & {
|
|
2397
2586
|
new (...args: any[]): {
|
|
2398
2587
|
iconTrailing: boolean;
|
|
2399
|
-
icon?: string
|
|
2400
|
-
iconSlottedContent?: HTMLElement[]
|
|
2588
|
+
icon?: string;
|
|
2589
|
+
iconSlottedContent?: HTMLElement[];
|
|
2401
2590
|
connectedCallback(): void;
|
|
2402
|
-
_vividAriaBehaviour: import(
|
|
2403
|
-
readonly $fastController: import(
|
|
2404
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
2591
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
2592
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
2593
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
2405
2594
|
disconnectedCallback(): void;
|
|
2406
2595
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
2407
2596
|
accessKey: string;
|
|
2408
2597
|
readonly accessKeyLabel: string;
|
|
2409
2598
|
autocapitalize: string;
|
|
2599
|
+
autocorrect: boolean;
|
|
2410
2600
|
dir: string;
|
|
2411
2601
|
draggable: boolean;
|
|
2412
2602
|
hidden: boolean;
|
|
@@ -2419,30 +2609,39 @@ declare const SearchableSelect_base: {
|
|
|
2419
2609
|
readonly offsetTop: number;
|
|
2420
2610
|
readonly offsetWidth: number;
|
|
2421
2611
|
outerText: string;
|
|
2612
|
+
popover: string | null;
|
|
2422
2613
|
spellcheck: boolean;
|
|
2423
2614
|
title: string;
|
|
2424
2615
|
translate: boolean;
|
|
2616
|
+
writingSuggestions: string;
|
|
2425
2617
|
attachInternals(): ElementInternals;
|
|
2426
2618
|
click(): void;
|
|
2427
|
-
|
|
2428
|
-
|
|
2429
|
-
|
|
2430
|
-
|
|
2619
|
+
hidePopover(): void;
|
|
2620
|
+
showPopover(): void;
|
|
2621
|
+
togglePopover(options?: boolean): boolean;
|
|
2622
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2623
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
2624
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2625
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
2431
2626
|
readonly attributes: NamedNodeMap;
|
|
2432
|
-
|
|
2627
|
+
get classList(): DOMTokenList;
|
|
2628
|
+
set classList(value: string);
|
|
2433
2629
|
className: string;
|
|
2434
2630
|
readonly clientHeight: number;
|
|
2435
2631
|
readonly clientLeft: number;
|
|
2436
2632
|
readonly clientTop: number;
|
|
2437
2633
|
readonly clientWidth: number;
|
|
2634
|
+
readonly currentCSSZoom: number;
|
|
2438
2635
|
id: string;
|
|
2636
|
+
innerHTML: string;
|
|
2439
2637
|
readonly localName: string;
|
|
2440
2638
|
readonly namespaceURI: string | null;
|
|
2441
2639
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
2442
2640
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
2443
2641
|
outerHTML: string;
|
|
2444
2642
|
readonly ownerDocument: Document;
|
|
2445
|
-
|
|
2643
|
+
get part(): DOMTokenList;
|
|
2644
|
+
set part(value: string);
|
|
2446
2645
|
readonly prefix: string | null;
|
|
2447
2646
|
readonly scrollHeight: number;
|
|
2448
2647
|
scrollLeft: number;
|
|
@@ -2452,11 +2651,12 @@ declare const SearchableSelect_base: {
|
|
|
2452
2651
|
slot: string;
|
|
2453
2652
|
readonly tagName: string;
|
|
2454
2653
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
2455
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
2456
|
-
closest<
|
|
2457
|
-
closest<
|
|
2458
|
-
closest<
|
|
2459
|
-
closest<
|
|
2654
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
2655
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
2656
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
2657
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
2658
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
2659
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
2460
2660
|
getAttribute(qualifiedName: string): string | null;
|
|
2461
2661
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
2462
2662
|
getAttributeNames(): string[];
|
|
@@ -2465,43 +2665,47 @@ declare const SearchableSelect_base: {
|
|
|
2465
2665
|
getBoundingClientRect(): DOMRect;
|
|
2466
2666
|
getClientRects(): DOMRectList;
|
|
2467
2667
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
2468
|
-
getElementsByTagName<
|
|
2469
|
-
getElementsByTagName<
|
|
2470
|
-
getElementsByTagName<
|
|
2471
|
-
getElementsByTagName<
|
|
2668
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
2669
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
2670
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
2671
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
2472
2672
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
2473
2673
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
2474
2674
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
2475
2675
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
2476
2676
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
2677
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
2477
2678
|
hasAttribute(qualifiedName: string): boolean;
|
|
2478
2679
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
2479
2680
|
hasAttributes(): boolean;
|
|
2480
2681
|
hasPointerCapture(pointerId: number): boolean;
|
|
2481
2682
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
2482
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
2683
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
2483
2684
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
2484
2685
|
matches(selectors: string): boolean;
|
|
2485
2686
|
releasePointerCapture(pointerId: number): void;
|
|
2486
2687
|
removeAttribute(qualifiedName: string): void;
|
|
2487
2688
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
2488
2689
|
removeAttributeNode(attr: Attr): Attr;
|
|
2489
|
-
requestFullscreen(options?: FullscreenOptions
|
|
2490
|
-
requestPointerLock(): void
|
|
2491
|
-
scroll(options?: ScrollToOptions
|
|
2690
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
2691
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
2692
|
+
scroll(options?: ScrollToOptions): void;
|
|
2492
2693
|
scroll(x: number, y: number): void;
|
|
2493
|
-
scrollBy(options?: ScrollToOptions
|
|
2694
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
2494
2695
|
scrollBy(x: number, y: number): void;
|
|
2495
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
2496
|
-
scrollTo(options?: ScrollToOptions
|
|
2696
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
2697
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
2497
2698
|
scrollTo(x: number, y: number): void;
|
|
2498
2699
|
setAttribute(qualifiedName: string, value: string): void;
|
|
2499
2700
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
2500
2701
|
setAttributeNode(attr: Attr): Attr | null;
|
|
2501
2702
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
2703
|
+
setHTMLUnsafe(html: string): void;
|
|
2502
2704
|
setPointerCapture(pointerId: number): void;
|
|
2503
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
2705
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
2504
2706
|
webkitMatchesSelector(selectors: string): boolean;
|
|
2707
|
+
get textContent(): string;
|
|
2708
|
+
set textContent(value: string | null);
|
|
2505
2709
|
readonly baseURI: string;
|
|
2506
2710
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
2507
2711
|
readonly firstChild: ChildNode | null;
|
|
@@ -2514,22 +2718,21 @@ declare const SearchableSelect_base: {
|
|
|
2514
2718
|
readonly parentElement: HTMLElement | null;
|
|
2515
2719
|
readonly parentNode: ParentNode | null;
|
|
2516
2720
|
readonly previousSibling: ChildNode | null;
|
|
2517
|
-
textContent: string | null;
|
|
2518
2721
|
appendChild<T extends Node>(node: T): T;
|
|
2519
|
-
cloneNode(
|
|
2722
|
+
cloneNode(subtree?: boolean): Node;
|
|
2520
2723
|
compareDocumentPosition(other: Node): number;
|
|
2521
2724
|
contains(other: Node | null): boolean;
|
|
2522
|
-
getRootNode(options?: GetRootNodeOptions
|
|
2725
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
2523
2726
|
hasChildNodes(): boolean;
|
|
2524
|
-
insertBefore<
|
|
2727
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
2525
2728
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
2526
2729
|
isEqualNode(otherNode: Node | null): boolean;
|
|
2527
2730
|
isSameNode(otherNode: Node | null): boolean;
|
|
2528
2731
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
2529
2732
|
lookupPrefix(namespace: string | null): string | null;
|
|
2530
2733
|
normalize(): void;
|
|
2531
|
-
removeChild<
|
|
2532
|
-
replaceChild<
|
|
2734
|
+
removeChild<T extends Node>(child: T): T;
|
|
2735
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
2533
2736
|
readonly ELEMENT_NODE: 1;
|
|
2534
2737
|
readonly ATTRIBUTE_NODE: 2;
|
|
2535
2738
|
readonly TEXT_NODE: 3;
|
|
@@ -2549,35 +2752,49 @@ declare const SearchableSelect_base: {
|
|
|
2549
2752
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
2550
2753
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
2551
2754
|
dispatchEvent(event: Event): boolean;
|
|
2755
|
+
ariaActiveDescendantElement: Element | null;
|
|
2552
2756
|
ariaAtomic: string | null;
|
|
2553
2757
|
ariaAutoComplete: string | null;
|
|
2758
|
+
ariaBrailleLabel: string | null;
|
|
2759
|
+
ariaBrailleRoleDescription: string | null;
|
|
2554
2760
|
ariaBusy: string | null;
|
|
2555
2761
|
ariaChecked: string | null;
|
|
2556
2762
|
ariaColCount: string | null;
|
|
2557
2763
|
ariaColIndex: string | null;
|
|
2764
|
+
ariaColIndexText: string | null;
|
|
2558
2765
|
ariaColSpan: string | null;
|
|
2766
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
2559
2767
|
ariaCurrent: string | null;
|
|
2768
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
2769
|
+
ariaDescription: string | null;
|
|
2770
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
2560
2771
|
ariaDisabled: string | null;
|
|
2772
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
2561
2773
|
ariaExpanded: string | null;
|
|
2774
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
2562
2775
|
ariaHasPopup: string | null;
|
|
2563
2776
|
ariaHidden: string | null;
|
|
2564
2777
|
ariaInvalid: string | null;
|
|
2565
2778
|
ariaKeyShortcuts: string | null;
|
|
2566
2779
|
ariaLabel: string | null;
|
|
2780
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
2567
2781
|
ariaLevel: string | null;
|
|
2568
2782
|
ariaLive: string | null;
|
|
2569
2783
|
ariaModal: string | null;
|
|
2570
2784
|
ariaMultiLine: string | null;
|
|
2571
2785
|
ariaMultiSelectable: string | null;
|
|
2572
2786
|
ariaOrientation: string | null;
|
|
2787
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
2573
2788
|
ariaPlaceholder: string | null;
|
|
2574
2789
|
ariaPosInSet: string | null;
|
|
2575
2790
|
ariaPressed: string | null;
|
|
2576
2791
|
ariaReadOnly: string | null;
|
|
2792
|
+
ariaRelevant: string | null;
|
|
2577
2793
|
ariaRequired: string | null;
|
|
2578
2794
|
ariaRoleDescription: string | null;
|
|
2579
2795
|
ariaRowCount: string | null;
|
|
2580
2796
|
ariaRowIndex: string | null;
|
|
2797
|
+
ariaRowIndexText: string | null;
|
|
2581
2798
|
ariaRowSpan: string | null;
|
|
2582
2799
|
ariaSelected: string | null;
|
|
2583
2800
|
ariaSetSize: string | null;
|
|
@@ -2587,34 +2804,35 @@ declare const SearchableSelect_base: {
|
|
|
2587
2804
|
ariaValueNow: string | null;
|
|
2588
2805
|
ariaValueText: string | null;
|
|
2589
2806
|
role: string | null;
|
|
2590
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
2591
|
-
getAnimations(options?: GetAnimationsOptions
|
|
2592
|
-
after(...nodes: (
|
|
2593
|
-
before(...nodes: (
|
|
2807
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
2808
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
2809
|
+
after(...nodes: (Node | string)[]): void;
|
|
2810
|
+
before(...nodes: (Node | string)[]): void;
|
|
2594
2811
|
remove(): void;
|
|
2595
|
-
replaceWith(...nodes: (
|
|
2596
|
-
innerHTML: string;
|
|
2812
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
2597
2813
|
readonly nextElementSibling: Element | null;
|
|
2598
2814
|
readonly previousElementSibling: Element | null;
|
|
2599
2815
|
readonly childElementCount: number;
|
|
2600
2816
|
readonly children: HTMLCollection;
|
|
2601
2817
|
readonly firstElementChild: Element | null;
|
|
2602
2818
|
readonly lastElementChild: Element | null;
|
|
2603
|
-
append(...nodes: (
|
|
2604
|
-
prepend(...nodes: (
|
|
2605
|
-
querySelector<
|
|
2606
|
-
querySelector<
|
|
2607
|
-
querySelector<
|
|
2608
|
-
querySelector<
|
|
2609
|
-
querySelector<
|
|
2610
|
-
querySelectorAll<
|
|
2611
|
-
querySelectorAll<
|
|
2612
|
-
querySelectorAll<
|
|
2613
|
-
querySelectorAll<
|
|
2614
|
-
querySelectorAll<
|
|
2615
|
-
replaceChildren(...nodes: (
|
|
2819
|
+
append(...nodes: (Node | string)[]): void;
|
|
2820
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
2821
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
2822
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
2823
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
2824
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
2825
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
2826
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
2827
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
2828
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
2829
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
2830
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
2831
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
2616
2832
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
2617
|
-
readonly
|
|
2833
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
2834
|
+
get style(): CSSStyleDeclaration;
|
|
2835
|
+
set style(cssText: string);
|
|
2618
2836
|
contentEditable: string;
|
|
2619
2837
|
enterKeyHint: string;
|
|
2620
2838
|
inputMode: string;
|
|
@@ -2624,16 +2842,20 @@ declare const SearchableSelect_base: {
|
|
|
2624
2842
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2625
2843
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2626
2844
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2627
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
2845
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2628
2846
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
2847
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2848
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
2629
2849
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
2630
2850
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2631
2851
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2632
2852
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2633
2853
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2634
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
2854
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2635
2855
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2636
|
-
|
|
2856
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2857
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2858
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2637
2859
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
2638
2860
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2639
2861
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -2680,12 +2902,14 @@ declare const SearchableSelect_base: {
|
|
|
2680
2902
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2681
2903
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2682
2904
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2905
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2683
2906
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2684
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
2907
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
2685
2908
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2686
2909
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2687
2910
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
2688
2911
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2912
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2689
2913
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
2690
2914
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2691
2915
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -2697,7 +2921,7 @@ declare const SearchableSelect_base: {
|
|
|
2697
2921
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
2698
2922
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2699
2923
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2700
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
2924
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
2701
2925
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2702
2926
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2703
2927
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -2715,14 +2939,10 @@ declare const SearchableSelect_base: {
|
|
|
2715
2939
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
2716
2940
|
autofocus: boolean;
|
|
2717
2941
|
readonly dataset: DOMStringMap;
|
|
2718
|
-
nonce?: string
|
|
2942
|
+
nonce?: string;
|
|
2719
2943
|
tabIndex: number;
|
|
2720
2944
|
blur(): void;
|
|
2721
|
-
focus(options?: FocusOptions
|
|
2722
|
-
ariaColIndexText: string | null;
|
|
2723
|
-
ariaDescription: string | null;
|
|
2724
|
-
ariaRowIndexText: string | null;
|
|
2725
|
-
ariaRelevant: string | null;
|
|
2945
|
+
focus(options?: FocusOptions): void;
|
|
2726
2946
|
roleChanged(prev: string | null, next: string | null): void;
|
|
2727
2947
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
2728
2948
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -2765,7 +2985,7 @@ declare const SearchableSelect_base: {
|
|
|
2765
2985
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
2766
2986
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
2767
2987
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
2768
|
-
"__#
|
|
2988
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
2769
2989
|
newPropertyName: string;
|
|
2770
2990
|
deprecatedPropertyName: string;
|
|
2771
2991
|
fromDeprecated: (v: any) => any;
|
|
@@ -2774,16 +2994,17 @@ declare const SearchableSelect_base: {
|
|
|
2774
2994
|
};
|
|
2775
2995
|
} & {
|
|
2776
2996
|
new (...args: any[]): {
|
|
2777
|
-
|
|
2997
|
+
get locale(): import('../../shared/localization/Locale').Locale;
|
|
2778
2998
|
connectedCallback(): void;
|
|
2779
|
-
_vividAriaBehaviour: import(
|
|
2780
|
-
readonly $fastController: import(
|
|
2781
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
2999
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
3000
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
3001
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
2782
3002
|
disconnectedCallback(): void;
|
|
2783
3003
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
2784
3004
|
accessKey: string;
|
|
2785
3005
|
readonly accessKeyLabel: string;
|
|
2786
3006
|
autocapitalize: string;
|
|
3007
|
+
autocorrect: boolean;
|
|
2787
3008
|
dir: string;
|
|
2788
3009
|
draggable: boolean;
|
|
2789
3010
|
hidden: boolean;
|
|
@@ -2796,30 +3017,39 @@ declare const SearchableSelect_base: {
|
|
|
2796
3017
|
readonly offsetTop: number;
|
|
2797
3018
|
readonly offsetWidth: number;
|
|
2798
3019
|
outerText: string;
|
|
3020
|
+
popover: string | null;
|
|
2799
3021
|
spellcheck: boolean;
|
|
2800
3022
|
title: string;
|
|
2801
3023
|
translate: boolean;
|
|
3024
|
+
writingSuggestions: string;
|
|
2802
3025
|
attachInternals(): ElementInternals;
|
|
2803
3026
|
click(): void;
|
|
2804
|
-
|
|
2805
|
-
|
|
2806
|
-
|
|
2807
|
-
|
|
3027
|
+
hidePopover(): void;
|
|
3028
|
+
showPopover(): void;
|
|
3029
|
+
togglePopover(options?: boolean): boolean;
|
|
3030
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3031
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
3032
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
3033
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
2808
3034
|
readonly attributes: NamedNodeMap;
|
|
2809
|
-
|
|
3035
|
+
get classList(): DOMTokenList;
|
|
3036
|
+
set classList(value: string);
|
|
2810
3037
|
className: string;
|
|
2811
3038
|
readonly clientHeight: number;
|
|
2812
3039
|
readonly clientLeft: number;
|
|
2813
3040
|
readonly clientTop: number;
|
|
2814
3041
|
readonly clientWidth: number;
|
|
3042
|
+
readonly currentCSSZoom: number;
|
|
2815
3043
|
id: string;
|
|
3044
|
+
innerHTML: string;
|
|
2816
3045
|
readonly localName: string;
|
|
2817
3046
|
readonly namespaceURI: string | null;
|
|
2818
3047
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
2819
3048
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
2820
3049
|
outerHTML: string;
|
|
2821
3050
|
readonly ownerDocument: Document;
|
|
2822
|
-
|
|
3051
|
+
get part(): DOMTokenList;
|
|
3052
|
+
set part(value: string);
|
|
2823
3053
|
readonly prefix: string | null;
|
|
2824
3054
|
readonly scrollHeight: number;
|
|
2825
3055
|
scrollLeft: number;
|
|
@@ -2829,11 +3059,12 @@ declare const SearchableSelect_base: {
|
|
|
2829
3059
|
slot: string;
|
|
2830
3060
|
readonly tagName: string;
|
|
2831
3061
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
2832
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
2833
|
-
closest<
|
|
2834
|
-
closest<
|
|
2835
|
-
closest<
|
|
2836
|
-
closest<
|
|
3062
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
3063
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
3064
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
3065
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
3066
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
3067
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
2837
3068
|
getAttribute(qualifiedName: string): string | null;
|
|
2838
3069
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
2839
3070
|
getAttributeNames(): string[];
|
|
@@ -2842,43 +3073,47 @@ declare const SearchableSelect_base: {
|
|
|
2842
3073
|
getBoundingClientRect(): DOMRect;
|
|
2843
3074
|
getClientRects(): DOMRectList;
|
|
2844
3075
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
2845
|
-
getElementsByTagName<
|
|
2846
|
-
getElementsByTagName<
|
|
2847
|
-
getElementsByTagName<
|
|
2848
|
-
getElementsByTagName<
|
|
3076
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
3077
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
3078
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
3079
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
2849
3080
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
2850
3081
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
2851
3082
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
2852
3083
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
2853
3084
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
3085
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
2854
3086
|
hasAttribute(qualifiedName: string): boolean;
|
|
2855
3087
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
2856
3088
|
hasAttributes(): boolean;
|
|
2857
3089
|
hasPointerCapture(pointerId: number): boolean;
|
|
2858
3090
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
2859
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
3091
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
2860
3092
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
2861
3093
|
matches(selectors: string): boolean;
|
|
2862
3094
|
releasePointerCapture(pointerId: number): void;
|
|
2863
3095
|
removeAttribute(qualifiedName: string): void;
|
|
2864
3096
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
2865
3097
|
removeAttributeNode(attr: Attr): Attr;
|
|
2866
|
-
requestFullscreen(options?: FullscreenOptions
|
|
2867
|
-
requestPointerLock(): void
|
|
2868
|
-
scroll(options?: ScrollToOptions
|
|
3098
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
3099
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
3100
|
+
scroll(options?: ScrollToOptions): void;
|
|
2869
3101
|
scroll(x: number, y: number): void;
|
|
2870
|
-
scrollBy(options?: ScrollToOptions
|
|
3102
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
2871
3103
|
scrollBy(x: number, y: number): void;
|
|
2872
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
2873
|
-
scrollTo(options?: ScrollToOptions
|
|
3104
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
3105
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
2874
3106
|
scrollTo(x: number, y: number): void;
|
|
2875
3107
|
setAttribute(qualifiedName: string, value: string): void;
|
|
2876
3108
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
2877
3109
|
setAttributeNode(attr: Attr): Attr | null;
|
|
2878
3110
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
3111
|
+
setHTMLUnsafe(html: string): void;
|
|
2879
3112
|
setPointerCapture(pointerId: number): void;
|
|
2880
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
3113
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
2881
3114
|
webkitMatchesSelector(selectors: string): boolean;
|
|
3115
|
+
get textContent(): string;
|
|
3116
|
+
set textContent(value: string | null);
|
|
2882
3117
|
readonly baseURI: string;
|
|
2883
3118
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
2884
3119
|
readonly firstChild: ChildNode | null;
|
|
@@ -2891,22 +3126,21 @@ declare const SearchableSelect_base: {
|
|
|
2891
3126
|
readonly parentElement: HTMLElement | null;
|
|
2892
3127
|
readonly parentNode: ParentNode | null;
|
|
2893
3128
|
readonly previousSibling: ChildNode | null;
|
|
2894
|
-
textContent: string | null;
|
|
2895
3129
|
appendChild<T extends Node>(node: T): T;
|
|
2896
|
-
cloneNode(
|
|
3130
|
+
cloneNode(subtree?: boolean): Node;
|
|
2897
3131
|
compareDocumentPosition(other: Node): number;
|
|
2898
3132
|
contains(other: Node | null): boolean;
|
|
2899
|
-
getRootNode(options?: GetRootNodeOptions
|
|
3133
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
2900
3134
|
hasChildNodes(): boolean;
|
|
2901
|
-
insertBefore<
|
|
3135
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
2902
3136
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
2903
3137
|
isEqualNode(otherNode: Node | null): boolean;
|
|
2904
3138
|
isSameNode(otherNode: Node | null): boolean;
|
|
2905
3139
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
2906
3140
|
lookupPrefix(namespace: string | null): string | null;
|
|
2907
3141
|
normalize(): void;
|
|
2908
|
-
removeChild<
|
|
2909
|
-
replaceChild<
|
|
3142
|
+
removeChild<T extends Node>(child: T): T;
|
|
3143
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
2910
3144
|
readonly ELEMENT_NODE: 1;
|
|
2911
3145
|
readonly ATTRIBUTE_NODE: 2;
|
|
2912
3146
|
readonly TEXT_NODE: 3;
|
|
@@ -2926,35 +3160,49 @@ declare const SearchableSelect_base: {
|
|
|
2926
3160
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
2927
3161
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
2928
3162
|
dispatchEvent(event: Event): boolean;
|
|
3163
|
+
ariaActiveDescendantElement: Element | null;
|
|
2929
3164
|
ariaAtomic: string | null;
|
|
2930
3165
|
ariaAutoComplete: string | null;
|
|
3166
|
+
ariaBrailleLabel: string | null;
|
|
3167
|
+
ariaBrailleRoleDescription: string | null;
|
|
2931
3168
|
ariaBusy: string | null;
|
|
2932
3169
|
ariaChecked: string | null;
|
|
2933
3170
|
ariaColCount: string | null;
|
|
2934
3171
|
ariaColIndex: string | null;
|
|
3172
|
+
ariaColIndexText: string | null;
|
|
2935
3173
|
ariaColSpan: string | null;
|
|
3174
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
2936
3175
|
ariaCurrent: string | null;
|
|
3176
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
3177
|
+
ariaDescription: string | null;
|
|
3178
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
2937
3179
|
ariaDisabled: string | null;
|
|
3180
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
2938
3181
|
ariaExpanded: string | null;
|
|
3182
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
2939
3183
|
ariaHasPopup: string | null;
|
|
2940
3184
|
ariaHidden: string | null;
|
|
2941
3185
|
ariaInvalid: string | null;
|
|
2942
3186
|
ariaKeyShortcuts: string | null;
|
|
2943
3187
|
ariaLabel: string | null;
|
|
3188
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
2944
3189
|
ariaLevel: string | null;
|
|
2945
3190
|
ariaLive: string | null;
|
|
2946
3191
|
ariaModal: string | null;
|
|
2947
3192
|
ariaMultiLine: string | null;
|
|
2948
3193
|
ariaMultiSelectable: string | null;
|
|
2949
3194
|
ariaOrientation: string | null;
|
|
3195
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
2950
3196
|
ariaPlaceholder: string | null;
|
|
2951
3197
|
ariaPosInSet: string | null;
|
|
2952
3198
|
ariaPressed: string | null;
|
|
2953
3199
|
ariaReadOnly: string | null;
|
|
3200
|
+
ariaRelevant: string | null;
|
|
2954
3201
|
ariaRequired: string | null;
|
|
2955
3202
|
ariaRoleDescription: string | null;
|
|
2956
3203
|
ariaRowCount: string | null;
|
|
2957
3204
|
ariaRowIndex: string | null;
|
|
3205
|
+
ariaRowIndexText: string | null;
|
|
2958
3206
|
ariaRowSpan: string | null;
|
|
2959
3207
|
ariaSelected: string | null;
|
|
2960
3208
|
ariaSetSize: string | null;
|
|
@@ -2964,34 +3212,35 @@ declare const SearchableSelect_base: {
|
|
|
2964
3212
|
ariaValueNow: string | null;
|
|
2965
3213
|
ariaValueText: string | null;
|
|
2966
3214
|
role: string | null;
|
|
2967
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
2968
|
-
getAnimations(options?: GetAnimationsOptions
|
|
2969
|
-
after(...nodes: (
|
|
2970
|
-
before(...nodes: (
|
|
3215
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
3216
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
3217
|
+
after(...nodes: (Node | string)[]): void;
|
|
3218
|
+
before(...nodes: (Node | string)[]): void;
|
|
2971
3219
|
remove(): void;
|
|
2972
|
-
replaceWith(...nodes: (
|
|
2973
|
-
innerHTML: string;
|
|
3220
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
2974
3221
|
readonly nextElementSibling: Element | null;
|
|
2975
3222
|
readonly previousElementSibling: Element | null;
|
|
2976
3223
|
readonly childElementCount: number;
|
|
2977
3224
|
readonly children: HTMLCollection;
|
|
2978
3225
|
readonly firstElementChild: Element | null;
|
|
2979
3226
|
readonly lastElementChild: Element | null;
|
|
2980
|
-
append(...nodes: (
|
|
2981
|
-
prepend(...nodes: (
|
|
2982
|
-
querySelector<
|
|
2983
|
-
querySelector<
|
|
2984
|
-
querySelector<
|
|
2985
|
-
querySelector<
|
|
2986
|
-
querySelector<
|
|
2987
|
-
querySelectorAll<
|
|
2988
|
-
querySelectorAll<
|
|
2989
|
-
querySelectorAll<
|
|
2990
|
-
querySelectorAll<
|
|
2991
|
-
querySelectorAll<
|
|
2992
|
-
replaceChildren(...nodes: (
|
|
3227
|
+
append(...nodes: (Node | string)[]): void;
|
|
3228
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
3229
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
3230
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
3231
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
3232
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
3233
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
3234
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
3235
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
3236
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
3237
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
3238
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
3239
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
2993
3240
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
2994
|
-
readonly
|
|
3241
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
3242
|
+
get style(): CSSStyleDeclaration;
|
|
3243
|
+
set style(cssText: string);
|
|
2995
3244
|
contentEditable: string;
|
|
2996
3245
|
enterKeyHint: string;
|
|
2997
3246
|
inputMode: string;
|
|
@@ -3001,16 +3250,20 @@ declare const SearchableSelect_base: {
|
|
|
3001
3250
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
3002
3251
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
3003
3252
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
3004
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
3253
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3005
3254
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
3255
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3256
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
3006
3257
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
3007
3258
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3008
3259
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3009
3260
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3010
3261
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3011
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
3262
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3012
3263
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3013
|
-
|
|
3264
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3265
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3266
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3014
3267
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
3015
3268
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3016
3269
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -3057,12 +3310,14 @@ declare const SearchableSelect_base: {
|
|
|
3057
3310
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3058
3311
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3059
3312
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3313
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3060
3314
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3061
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
3315
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
3062
3316
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3063
3317
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3064
3318
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
3065
3319
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3320
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3066
3321
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
3067
3322
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3068
3323
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -3074,7 +3329,7 @@ declare const SearchableSelect_base: {
|
|
|
3074
3329
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
3075
3330
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3076
3331
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3077
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
3332
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
3078
3333
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
3079
3334
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
3080
3335
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -3092,14 +3347,10 @@ declare const SearchableSelect_base: {
|
|
|
3092
3347
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
3093
3348
|
autofocus: boolean;
|
|
3094
3349
|
readonly dataset: DOMStringMap;
|
|
3095
|
-
nonce?: string
|
|
3350
|
+
nonce?: string;
|
|
3096
3351
|
tabIndex: number;
|
|
3097
3352
|
blur(): void;
|
|
3098
|
-
focus(options?: FocusOptions
|
|
3099
|
-
ariaColIndexText: string | null;
|
|
3100
|
-
ariaDescription: string | null;
|
|
3101
|
-
ariaRowIndexText: string | null;
|
|
3102
|
-
ariaRelevant: string | null;
|
|
3353
|
+
focus(options?: FocusOptions): void;
|
|
3103
3354
|
roleChanged(prev: string | null, next: string | null): void;
|
|
3104
3355
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
3105
3356
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -3142,7 +3393,7 @@ declare const SearchableSelect_base: {
|
|
|
3142
3393
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
3143
3394
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
3144
3395
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
3145
|
-
"__#
|
|
3396
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
3146
3397
|
newPropertyName: string;
|
|
3147
3398
|
deprecatedPropertyName: string;
|
|
3148
3399
|
fromDeprecated: (v: any) => any;
|
|
@@ -3151,17 +3402,18 @@ declare const SearchableSelect_base: {
|
|
|
3151
3402
|
};
|
|
3152
3403
|
} & {
|
|
3153
3404
|
new (...args: any[]): {
|
|
3154
|
-
proxy: import(
|
|
3155
|
-
|
|
3156
|
-
|
|
3157
|
-
|
|
3158
|
-
|
|
3159
|
-
|
|
3405
|
+
proxy: import('../../shared/foundation/form-associated/form-associated').ProxyElement;
|
|
3406
|
+
get validity(): ValidityState;
|
|
3407
|
+
get form(): HTMLFormElement | null;
|
|
3408
|
+
get validationMessage(): string;
|
|
3409
|
+
get willValidate(): boolean;
|
|
3410
|
+
get labels(): ReadonlyArray<Node>;
|
|
3160
3411
|
dirtyValue: boolean;
|
|
3161
|
-
proxySlot?: HTMLSlotElement
|
|
3412
|
+
proxySlot?: HTMLSlotElement;
|
|
3162
3413
|
value: string;
|
|
3163
3414
|
valueChanged(_previous: string, _next: string): void;
|
|
3164
|
-
currentValue: string;
|
|
3415
|
+
get currentValue(): string;
|
|
3416
|
+
set currentValue(value: string);
|
|
3165
3417
|
initialValue: string;
|
|
3166
3418
|
initialValueChanged(_previous: string, _next: string): void;
|
|
3167
3419
|
disabled: boolean;
|
|
@@ -3170,29 +3422,30 @@ declare const SearchableSelect_base: {
|
|
|
3170
3422
|
nameChanged(_previous: string, _next: string): void;
|
|
3171
3423
|
required: boolean;
|
|
3172
3424
|
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
3173
|
-
|
|
3425
|
+
get elementInternals(): ElementInternals | null;
|
|
3174
3426
|
proxyEventsToBlock: string[];
|
|
3175
3427
|
connectedCallback(): void;
|
|
3176
3428
|
disconnectedCallback(): void;
|
|
3177
3429
|
checkValidity(): boolean;
|
|
3178
3430
|
reportValidity(): boolean;
|
|
3179
|
-
setValidity(flags: ValidityStateFlags, message?: string
|
|
3431
|
+
setValidity(flags: ValidityStateFlags, message?: string, anchor?: HTMLElement): void;
|
|
3180
3432
|
formDisabledCallback(disabled: boolean): void;
|
|
3181
3433
|
formResetCallback(): void;
|
|
3182
3434
|
proxyInitialized: boolean;
|
|
3183
3435
|
attachProxy(): void;
|
|
3184
3436
|
detachProxy(): void;
|
|
3185
|
-
validate(anchor?: HTMLElement
|
|
3186
|
-
setFormValue(value:
|
|
3437
|
+
validate(anchor?: HTMLElement): void;
|
|
3438
|
+
setFormValue(value: File | string | FormData | null, state?: File | string | FormData | null): void;
|
|
3187
3439
|
_keypressHandler(e: KeyboardEvent): void;
|
|
3188
3440
|
stopPropagation(e: Event): void;
|
|
3189
|
-
_vividAriaBehaviour: import(
|
|
3190
|
-
readonly $fastController: import(
|
|
3191
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
3441
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
3442
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
3443
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
3192
3444
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
3193
3445
|
accessKey: string;
|
|
3194
3446
|
readonly accessKeyLabel: string;
|
|
3195
3447
|
autocapitalize: string;
|
|
3448
|
+
autocorrect: boolean;
|
|
3196
3449
|
dir: string;
|
|
3197
3450
|
draggable: boolean;
|
|
3198
3451
|
hidden: boolean;
|
|
@@ -3205,30 +3458,39 @@ declare const SearchableSelect_base: {
|
|
|
3205
3458
|
readonly offsetTop: number;
|
|
3206
3459
|
readonly offsetWidth: number;
|
|
3207
3460
|
outerText: string;
|
|
3461
|
+
popover: string | null;
|
|
3208
3462
|
spellcheck: boolean;
|
|
3209
3463
|
title: string;
|
|
3210
3464
|
translate: boolean;
|
|
3465
|
+
writingSuggestions: string;
|
|
3211
3466
|
attachInternals(): ElementInternals;
|
|
3212
3467
|
click(): void;
|
|
3213
|
-
|
|
3214
|
-
|
|
3215
|
-
|
|
3216
|
-
|
|
3468
|
+
hidePopover(): void;
|
|
3469
|
+
showPopover(): void;
|
|
3470
|
+
togglePopover(options?: boolean): boolean;
|
|
3471
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3472
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
3473
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
3474
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
3217
3475
|
readonly attributes: NamedNodeMap;
|
|
3218
|
-
|
|
3476
|
+
get classList(): DOMTokenList;
|
|
3477
|
+
set classList(value: string);
|
|
3219
3478
|
className: string;
|
|
3220
3479
|
readonly clientHeight: number;
|
|
3221
3480
|
readonly clientLeft: number;
|
|
3222
3481
|
readonly clientTop: number;
|
|
3223
3482
|
readonly clientWidth: number;
|
|
3483
|
+
readonly currentCSSZoom: number;
|
|
3224
3484
|
id: string;
|
|
3485
|
+
innerHTML: string;
|
|
3225
3486
|
readonly localName: string;
|
|
3226
3487
|
readonly namespaceURI: string | null;
|
|
3227
3488
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
3228
3489
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
3229
3490
|
outerHTML: string;
|
|
3230
3491
|
readonly ownerDocument: Document;
|
|
3231
|
-
|
|
3492
|
+
get part(): DOMTokenList;
|
|
3493
|
+
set part(value: string);
|
|
3232
3494
|
readonly prefix: string | null;
|
|
3233
3495
|
readonly scrollHeight: number;
|
|
3234
3496
|
scrollLeft: number;
|
|
@@ -3238,11 +3500,12 @@ declare const SearchableSelect_base: {
|
|
|
3238
3500
|
slot: string;
|
|
3239
3501
|
readonly tagName: string;
|
|
3240
3502
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
3241
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
3242
|
-
closest<
|
|
3243
|
-
closest<
|
|
3244
|
-
closest<
|
|
3245
|
-
closest<
|
|
3503
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
3504
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
3505
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
3506
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
3507
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
3508
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
3246
3509
|
getAttribute(qualifiedName: string): string | null;
|
|
3247
3510
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
3248
3511
|
getAttributeNames(): string[];
|
|
@@ -3251,43 +3514,47 @@ declare const SearchableSelect_base: {
|
|
|
3251
3514
|
getBoundingClientRect(): DOMRect;
|
|
3252
3515
|
getClientRects(): DOMRectList;
|
|
3253
3516
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
3254
|
-
getElementsByTagName<
|
|
3255
|
-
getElementsByTagName<
|
|
3256
|
-
getElementsByTagName<
|
|
3257
|
-
getElementsByTagName<
|
|
3517
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
3518
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
3519
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
3520
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
3258
3521
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
3259
3522
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
3260
3523
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
3261
3524
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
3262
3525
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
3526
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
3263
3527
|
hasAttribute(qualifiedName: string): boolean;
|
|
3264
3528
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
3265
3529
|
hasAttributes(): boolean;
|
|
3266
3530
|
hasPointerCapture(pointerId: number): boolean;
|
|
3267
3531
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
3268
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
3532
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
3269
3533
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
3270
3534
|
matches(selectors: string): boolean;
|
|
3271
3535
|
releasePointerCapture(pointerId: number): void;
|
|
3272
3536
|
removeAttribute(qualifiedName: string): void;
|
|
3273
3537
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
3274
3538
|
removeAttributeNode(attr: Attr): Attr;
|
|
3275
|
-
requestFullscreen(options?: FullscreenOptions
|
|
3276
|
-
requestPointerLock(): void
|
|
3277
|
-
scroll(options?: ScrollToOptions
|
|
3539
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
3540
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
3541
|
+
scroll(options?: ScrollToOptions): void;
|
|
3278
3542
|
scroll(x: number, y: number): void;
|
|
3279
|
-
scrollBy(options?: ScrollToOptions
|
|
3543
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
3280
3544
|
scrollBy(x: number, y: number): void;
|
|
3281
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
3282
|
-
scrollTo(options?: ScrollToOptions
|
|
3545
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
3546
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
3283
3547
|
scrollTo(x: number, y: number): void;
|
|
3284
3548
|
setAttribute(qualifiedName: string, value: string): void;
|
|
3285
3549
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
3286
3550
|
setAttributeNode(attr: Attr): Attr | null;
|
|
3287
3551
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
3552
|
+
setHTMLUnsafe(html: string): void;
|
|
3288
3553
|
setPointerCapture(pointerId: number): void;
|
|
3289
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
3554
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
3290
3555
|
webkitMatchesSelector(selectors: string): boolean;
|
|
3556
|
+
get textContent(): string;
|
|
3557
|
+
set textContent(value: string | null);
|
|
3291
3558
|
readonly baseURI: string;
|
|
3292
3559
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
3293
3560
|
readonly firstChild: ChildNode | null;
|
|
@@ -3300,22 +3567,21 @@ declare const SearchableSelect_base: {
|
|
|
3300
3567
|
readonly parentElement: HTMLElement | null;
|
|
3301
3568
|
readonly parentNode: ParentNode | null;
|
|
3302
3569
|
readonly previousSibling: ChildNode | null;
|
|
3303
|
-
textContent: string | null;
|
|
3304
3570
|
appendChild<T extends Node>(node: T): T;
|
|
3305
|
-
cloneNode(
|
|
3571
|
+
cloneNode(subtree?: boolean): Node;
|
|
3306
3572
|
compareDocumentPosition(other: Node): number;
|
|
3307
3573
|
contains(other: Node | null): boolean;
|
|
3308
|
-
getRootNode(options?: GetRootNodeOptions
|
|
3574
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
3309
3575
|
hasChildNodes(): boolean;
|
|
3310
|
-
insertBefore<
|
|
3576
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
3311
3577
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
3312
3578
|
isEqualNode(otherNode: Node | null): boolean;
|
|
3313
3579
|
isSameNode(otherNode: Node | null): boolean;
|
|
3314
3580
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
3315
3581
|
lookupPrefix(namespace: string | null): string | null;
|
|
3316
3582
|
normalize(): void;
|
|
3317
|
-
removeChild<
|
|
3318
|
-
replaceChild<
|
|
3583
|
+
removeChild<T extends Node>(child: T): T;
|
|
3584
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
3319
3585
|
readonly ELEMENT_NODE: 1;
|
|
3320
3586
|
readonly ATTRIBUTE_NODE: 2;
|
|
3321
3587
|
readonly TEXT_NODE: 3;
|
|
@@ -3335,35 +3601,49 @@ declare const SearchableSelect_base: {
|
|
|
3335
3601
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
3336
3602
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
3337
3603
|
dispatchEvent(event: Event): boolean;
|
|
3604
|
+
ariaActiveDescendantElement: Element | null;
|
|
3338
3605
|
ariaAtomic: string | null;
|
|
3339
3606
|
ariaAutoComplete: string | null;
|
|
3607
|
+
ariaBrailleLabel: string | null;
|
|
3608
|
+
ariaBrailleRoleDescription: string | null;
|
|
3340
3609
|
ariaBusy: string | null;
|
|
3341
3610
|
ariaChecked: string | null;
|
|
3342
3611
|
ariaColCount: string | null;
|
|
3343
3612
|
ariaColIndex: string | null;
|
|
3613
|
+
ariaColIndexText: string | null;
|
|
3344
3614
|
ariaColSpan: string | null;
|
|
3615
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
3345
3616
|
ariaCurrent: string | null;
|
|
3617
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
3618
|
+
ariaDescription: string | null;
|
|
3619
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
3346
3620
|
ariaDisabled: string | null;
|
|
3621
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
3347
3622
|
ariaExpanded: string | null;
|
|
3623
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
3348
3624
|
ariaHasPopup: string | null;
|
|
3349
3625
|
ariaHidden: string | null;
|
|
3350
3626
|
ariaInvalid: string | null;
|
|
3351
3627
|
ariaKeyShortcuts: string | null;
|
|
3352
3628
|
ariaLabel: string | null;
|
|
3629
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
3353
3630
|
ariaLevel: string | null;
|
|
3354
3631
|
ariaLive: string | null;
|
|
3355
3632
|
ariaModal: string | null;
|
|
3356
3633
|
ariaMultiLine: string | null;
|
|
3357
3634
|
ariaMultiSelectable: string | null;
|
|
3358
3635
|
ariaOrientation: string | null;
|
|
3636
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
3359
3637
|
ariaPlaceholder: string | null;
|
|
3360
3638
|
ariaPosInSet: string | null;
|
|
3361
3639
|
ariaPressed: string | null;
|
|
3362
3640
|
ariaReadOnly: string | null;
|
|
3641
|
+
ariaRelevant: string | null;
|
|
3363
3642
|
ariaRequired: string | null;
|
|
3364
3643
|
ariaRoleDescription: string | null;
|
|
3365
3644
|
ariaRowCount: string | null;
|
|
3366
3645
|
ariaRowIndex: string | null;
|
|
3646
|
+
ariaRowIndexText: string | null;
|
|
3367
3647
|
ariaRowSpan: string | null;
|
|
3368
3648
|
ariaSelected: string | null;
|
|
3369
3649
|
ariaSetSize: string | null;
|
|
@@ -3373,34 +3653,35 @@ declare const SearchableSelect_base: {
|
|
|
3373
3653
|
ariaValueNow: string | null;
|
|
3374
3654
|
ariaValueText: string | null;
|
|
3375
3655
|
role: string | null;
|
|
3376
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
3377
|
-
getAnimations(options?: GetAnimationsOptions
|
|
3378
|
-
after(...nodes: (
|
|
3379
|
-
before(...nodes: (
|
|
3656
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
3657
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
3658
|
+
after(...nodes: (Node | string)[]): void;
|
|
3659
|
+
before(...nodes: (Node | string)[]): void;
|
|
3380
3660
|
remove(): void;
|
|
3381
|
-
replaceWith(...nodes: (
|
|
3382
|
-
innerHTML: string;
|
|
3661
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
3383
3662
|
readonly nextElementSibling: Element | null;
|
|
3384
3663
|
readonly previousElementSibling: Element | null;
|
|
3385
3664
|
readonly childElementCount: number;
|
|
3386
3665
|
readonly children: HTMLCollection;
|
|
3387
3666
|
readonly firstElementChild: Element | null;
|
|
3388
3667
|
readonly lastElementChild: Element | null;
|
|
3389
|
-
append(...nodes: (
|
|
3390
|
-
prepend(...nodes: (
|
|
3391
|
-
querySelector<
|
|
3392
|
-
querySelector<
|
|
3393
|
-
querySelector<
|
|
3394
|
-
querySelector<
|
|
3395
|
-
querySelector<
|
|
3396
|
-
querySelectorAll<
|
|
3397
|
-
querySelectorAll<
|
|
3398
|
-
querySelectorAll<
|
|
3399
|
-
querySelectorAll<
|
|
3400
|
-
querySelectorAll<
|
|
3401
|
-
replaceChildren(...nodes: (
|
|
3668
|
+
append(...nodes: (Node | string)[]): void;
|
|
3669
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
3670
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
3671
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
3672
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
3673
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
3674
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
3675
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
3676
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
3677
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
3678
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
3679
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
3680
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
3402
3681
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
3403
|
-
readonly
|
|
3682
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
3683
|
+
get style(): CSSStyleDeclaration;
|
|
3684
|
+
set style(cssText: string);
|
|
3404
3685
|
contentEditable: string;
|
|
3405
3686
|
enterKeyHint: string;
|
|
3406
3687
|
inputMode: string;
|
|
@@ -3410,16 +3691,20 @@ declare const SearchableSelect_base: {
|
|
|
3410
3691
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
3411
3692
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
3412
3693
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
3413
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
3694
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3414
3695
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
3696
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3697
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
3415
3698
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
3416
3699
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3417
3700
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3418
3701
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3419
3702
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3420
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
3703
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3421
3704
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3422
|
-
|
|
3705
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3706
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3707
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3423
3708
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
3424
3709
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3425
3710
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -3466,12 +3751,14 @@ declare const SearchableSelect_base: {
|
|
|
3466
3751
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3467
3752
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3468
3753
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3754
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3469
3755
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3470
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
3756
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
3471
3757
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3472
3758
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3473
3759
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
3474
3760
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3761
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3475
3762
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
3476
3763
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3477
3764
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -3483,7 +3770,7 @@ declare const SearchableSelect_base: {
|
|
|
3483
3770
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
3484
3771
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3485
3772
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3486
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
3773
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
3487
3774
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
3488
3775
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
3489
3776
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -3501,14 +3788,10 @@ declare const SearchableSelect_base: {
|
|
|
3501
3788
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
3502
3789
|
autofocus: boolean;
|
|
3503
3790
|
readonly dataset: DOMStringMap;
|
|
3504
|
-
nonce?: string
|
|
3791
|
+
nonce?: string;
|
|
3505
3792
|
tabIndex: number;
|
|
3506
3793
|
blur(): void;
|
|
3507
|
-
focus(options?: FocusOptions
|
|
3508
|
-
ariaColIndexText: string | null;
|
|
3509
|
-
ariaDescription: string | null;
|
|
3510
|
-
ariaRowIndexText: string | null;
|
|
3511
|
-
ariaRelevant: string | null;
|
|
3794
|
+
focus(options?: FocusOptions): void;
|
|
3512
3795
|
roleChanged(prev: string | null, next: string | null): void;
|
|
3513
3796
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
3514
3797
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -3551,14 +3834,14 @@ declare const SearchableSelect_base: {
|
|
|
3551
3834
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
3552
3835
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
3553
3836
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
3554
|
-
"__#
|
|
3837
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
3555
3838
|
newPropertyName: string;
|
|
3556
3839
|
deprecatedPropertyName: string;
|
|
3557
3840
|
fromDeprecated: (v: any) => any;
|
|
3558
3841
|
toDeprecated?: ((v: any) => any) | undefined;
|
|
3559
3842
|
}): void;
|
|
3560
3843
|
};
|
|
3561
|
-
|
|
3844
|
+
get formAssociated(): boolean;
|
|
3562
3845
|
} & typeof VividElement;
|
|
3563
3846
|
export declare class SearchableSelect extends SearchableSelect_base {
|
|
3564
3847
|
#private;
|