@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,29 +1,30 @@
|
|
|
1
1
|
import { VividElement } from '../foundation/vivid-element/vivid-element';
|
|
2
2
|
declare const PickerField_base: {
|
|
3
3
|
new (...args: any[]): {
|
|
4
|
-
_contextualHelpSlottedContent?: HTMLElement[]
|
|
5
|
-
|
|
4
|
+
_contextualHelpSlottedContent?: HTMLElement[];
|
|
5
|
+
get _hasContextualHelp(): boolean;
|
|
6
6
|
_isFromContextualHelp(e: Event): boolean;
|
|
7
|
-
label?: string
|
|
7
|
+
label?: string;
|
|
8
8
|
errorValidationMessage: string;
|
|
9
9
|
forceErrorDisplay: boolean;
|
|
10
10
|
hasBeenTouched: boolean;
|
|
11
11
|
connectedCallback: (() => void) & (() => void) & (() => void);
|
|
12
|
-
"__#
|
|
12
|
+
"__#private@#handleInvalidEvent": () => void;
|
|
13
13
|
disconnectedCallback: (() => void) & (() => void) & (() => void);
|
|
14
14
|
formResetCallback: (() => void) & (() => void);
|
|
15
|
-
validate: (() => void) & ((anchor?: HTMLElement
|
|
16
|
-
proxy: import(
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
15
|
+
validate: (() => void) & ((anchor?: HTMLElement) => void);
|
|
16
|
+
proxy: import('../foundation/form-associated/form-associated').ProxyElement;
|
|
17
|
+
get validity(): ValidityState;
|
|
18
|
+
get form(): HTMLFormElement | null;
|
|
19
|
+
get validationMessage(): string;
|
|
20
|
+
get willValidate(): boolean;
|
|
21
|
+
get labels(): ReadonlyArray<Node>;
|
|
22
22
|
dirtyValue: boolean;
|
|
23
|
-
proxySlot?: HTMLSlotElement
|
|
23
|
+
proxySlot?: HTMLSlotElement;
|
|
24
24
|
value: string;
|
|
25
25
|
valueChanged(_previous: string, _next: string): void;
|
|
26
|
-
currentValue: string;
|
|
26
|
+
get currentValue(): string;
|
|
27
|
+
set currentValue(value: string);
|
|
27
28
|
initialValue: string;
|
|
28
29
|
initialValueChanged(_previous: string, _next: string): void;
|
|
29
30
|
disabled: boolean;
|
|
@@ -32,25 +33,26 @@ declare const PickerField_base: {
|
|
|
32
33
|
nameChanged(_previous: string, _next: string): void;
|
|
33
34
|
required: boolean;
|
|
34
35
|
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
35
|
-
|
|
36
|
+
get elementInternals(): ElementInternals | null;
|
|
36
37
|
proxyEventsToBlock: string[];
|
|
37
38
|
checkValidity(): boolean;
|
|
38
39
|
reportValidity(): boolean;
|
|
39
|
-
setValidity(flags: ValidityStateFlags, message?: string
|
|
40
|
+
setValidity(flags: ValidityStateFlags, message?: string, anchor?: HTMLElement): void;
|
|
40
41
|
formDisabledCallback(disabled: boolean): void;
|
|
41
42
|
proxyInitialized: boolean;
|
|
42
43
|
attachProxy(): void;
|
|
43
44
|
detachProxy(): void;
|
|
44
|
-
setFormValue(value:
|
|
45
|
+
setFormValue(value: File | string | FormData | null, state?: File | string | FormData | null): void;
|
|
45
46
|
_keypressHandler(e: KeyboardEvent): void;
|
|
46
47
|
stopPropagation(e: Event): void;
|
|
47
|
-
_vividAriaBehaviour: import(
|
|
48
|
-
readonly $fastController: import(
|
|
49
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
48
|
+
_vividAriaBehaviour: import('../aria/aria-mixin').VividAriaBehaviour;
|
|
49
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
50
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
50
51
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
51
52
|
accessKey: string;
|
|
52
53
|
readonly accessKeyLabel: string;
|
|
53
54
|
autocapitalize: string;
|
|
55
|
+
autocorrect: boolean;
|
|
54
56
|
dir: string;
|
|
55
57
|
draggable: boolean;
|
|
56
58
|
hidden: boolean;
|
|
@@ -63,30 +65,39 @@ declare const PickerField_base: {
|
|
|
63
65
|
readonly offsetTop: number;
|
|
64
66
|
readonly offsetWidth: number;
|
|
65
67
|
outerText: string;
|
|
68
|
+
popover: string | null;
|
|
66
69
|
spellcheck: boolean;
|
|
67
70
|
title: string;
|
|
68
71
|
translate: boolean;
|
|
72
|
+
writingSuggestions: string;
|
|
69
73
|
attachInternals(): ElementInternals;
|
|
70
74
|
click(): void;
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
+
hidePopover(): void;
|
|
76
|
+
showPopover(): void;
|
|
77
|
+
togglePopover(options?: boolean): boolean;
|
|
78
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
79
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
80
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
81
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
75
82
|
readonly attributes: NamedNodeMap;
|
|
76
|
-
|
|
83
|
+
get classList(): DOMTokenList;
|
|
84
|
+
set classList(value: string);
|
|
77
85
|
className: string;
|
|
78
86
|
readonly clientHeight: number;
|
|
79
87
|
readonly clientLeft: number;
|
|
80
88
|
readonly clientTop: number;
|
|
81
89
|
readonly clientWidth: number;
|
|
90
|
+
readonly currentCSSZoom: number;
|
|
82
91
|
id: string;
|
|
92
|
+
innerHTML: string;
|
|
83
93
|
readonly localName: string;
|
|
84
94
|
readonly namespaceURI: string | null;
|
|
85
95
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
86
96
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
87
97
|
outerHTML: string;
|
|
88
98
|
readonly ownerDocument: Document;
|
|
89
|
-
|
|
99
|
+
get part(): DOMTokenList;
|
|
100
|
+
set part(value: string);
|
|
90
101
|
readonly prefix: string | null;
|
|
91
102
|
readonly scrollHeight: number;
|
|
92
103
|
scrollLeft: number;
|
|
@@ -96,11 +107,12 @@ declare const PickerField_base: {
|
|
|
96
107
|
slot: string;
|
|
97
108
|
readonly tagName: string;
|
|
98
109
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
99
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
100
|
-
closest<
|
|
101
|
-
closest<
|
|
102
|
-
closest<
|
|
110
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
111
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
112
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
113
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
103
114
|
closest<E extends Element = Element>(selectors: string): E | null;
|
|
115
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
104
116
|
getAttribute(qualifiedName: string): string | null;
|
|
105
117
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
106
118
|
getAttributeNames(): string[];
|
|
@@ -109,43 +121,47 @@ declare const PickerField_base: {
|
|
|
109
121
|
getBoundingClientRect(): DOMRect;
|
|
110
122
|
getClientRects(): DOMRectList;
|
|
111
123
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
112
|
-
getElementsByTagName<
|
|
113
|
-
getElementsByTagName<
|
|
114
|
-
getElementsByTagName<
|
|
115
|
-
getElementsByTagName<
|
|
124
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
125
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
126
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
127
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
116
128
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
117
129
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
118
130
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
119
131
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
120
132
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
133
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
121
134
|
hasAttribute(qualifiedName: string): boolean;
|
|
122
135
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
123
136
|
hasAttributes(): boolean;
|
|
124
137
|
hasPointerCapture(pointerId: number): boolean;
|
|
125
138
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
126
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
139
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
127
140
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
128
141
|
matches(selectors: string): boolean;
|
|
129
142
|
releasePointerCapture(pointerId: number): void;
|
|
130
143
|
removeAttribute(qualifiedName: string): void;
|
|
131
144
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
132
145
|
removeAttributeNode(attr: Attr): Attr;
|
|
133
|
-
requestFullscreen(options?: FullscreenOptions
|
|
134
|
-
requestPointerLock(): void
|
|
135
|
-
scroll(options?: ScrollToOptions
|
|
146
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
147
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
148
|
+
scroll(options?: ScrollToOptions): void;
|
|
136
149
|
scroll(x: number, y: number): void;
|
|
137
|
-
scrollBy(options?: ScrollToOptions
|
|
150
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
138
151
|
scrollBy(x: number, y: number): void;
|
|
139
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
140
|
-
scrollTo(options?: ScrollToOptions
|
|
152
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
153
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
141
154
|
scrollTo(x: number, y: number): void;
|
|
142
155
|
setAttribute(qualifiedName: string, value: string): void;
|
|
143
156
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
144
157
|
setAttributeNode(attr: Attr): Attr | null;
|
|
145
158
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
159
|
+
setHTMLUnsafe(html: string): void;
|
|
146
160
|
setPointerCapture(pointerId: number): void;
|
|
147
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
161
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
148
162
|
webkitMatchesSelector(selectors: string): boolean;
|
|
163
|
+
get textContent(): string;
|
|
164
|
+
set textContent(value: string | null);
|
|
149
165
|
readonly baseURI: string;
|
|
150
166
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
151
167
|
readonly firstChild: ChildNode | null;
|
|
@@ -158,22 +174,21 @@ declare const PickerField_base: {
|
|
|
158
174
|
readonly parentElement: HTMLElement | null;
|
|
159
175
|
readonly parentNode: ParentNode | null;
|
|
160
176
|
readonly previousSibling: ChildNode | null;
|
|
161
|
-
textContent: string | null;
|
|
162
177
|
appendChild<T extends Node>(node: T): T;
|
|
163
|
-
cloneNode(
|
|
178
|
+
cloneNode(subtree?: boolean): Node;
|
|
164
179
|
compareDocumentPosition(other: Node): number;
|
|
165
180
|
contains(other: Node | null): boolean;
|
|
166
|
-
getRootNode(options?: GetRootNodeOptions
|
|
181
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
167
182
|
hasChildNodes(): boolean;
|
|
168
|
-
insertBefore<
|
|
183
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
169
184
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
170
185
|
isEqualNode(otherNode: Node | null): boolean;
|
|
171
186
|
isSameNode(otherNode: Node | null): boolean;
|
|
172
187
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
173
188
|
lookupPrefix(namespace: string | null): string | null;
|
|
174
189
|
normalize(): void;
|
|
175
|
-
removeChild<
|
|
176
|
-
replaceChild<
|
|
190
|
+
removeChild<T extends Node>(child: T): T;
|
|
191
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
177
192
|
readonly ELEMENT_NODE: 1;
|
|
178
193
|
readonly ATTRIBUTE_NODE: 2;
|
|
179
194
|
readonly TEXT_NODE: 3;
|
|
@@ -193,35 +208,49 @@ declare const PickerField_base: {
|
|
|
193
208
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
194
209
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
195
210
|
dispatchEvent(event: Event): boolean;
|
|
211
|
+
ariaActiveDescendantElement: Element | null;
|
|
196
212
|
ariaAtomic: string | null;
|
|
197
213
|
ariaAutoComplete: string | null;
|
|
214
|
+
ariaBrailleLabel: string | null;
|
|
215
|
+
ariaBrailleRoleDescription: string | null;
|
|
198
216
|
ariaBusy: string | null;
|
|
199
217
|
ariaChecked: string | null;
|
|
200
218
|
ariaColCount: string | null;
|
|
201
219
|
ariaColIndex: string | null;
|
|
220
|
+
ariaColIndexText: string | null;
|
|
202
221
|
ariaColSpan: string | null;
|
|
222
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
203
223
|
ariaCurrent: string | null;
|
|
224
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
225
|
+
ariaDescription: string | null;
|
|
226
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
204
227
|
ariaDisabled: string | null;
|
|
228
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
205
229
|
ariaExpanded: string | null;
|
|
230
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
206
231
|
ariaHasPopup: string | null;
|
|
207
232
|
ariaHidden: string | null;
|
|
208
233
|
ariaInvalid: string | null;
|
|
209
234
|
ariaKeyShortcuts: string | null;
|
|
210
235
|
ariaLabel: string | null;
|
|
236
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
211
237
|
ariaLevel: string | null;
|
|
212
238
|
ariaLive: string | null;
|
|
213
239
|
ariaModal: string | null;
|
|
214
240
|
ariaMultiLine: string | null;
|
|
215
241
|
ariaMultiSelectable: string | null;
|
|
216
242
|
ariaOrientation: string | null;
|
|
243
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
217
244
|
ariaPlaceholder: string | null;
|
|
218
245
|
ariaPosInSet: string | null;
|
|
219
246
|
ariaPressed: string | null;
|
|
220
247
|
ariaReadOnly: string | null;
|
|
248
|
+
ariaRelevant: string | null;
|
|
221
249
|
ariaRequired: string | null;
|
|
222
250
|
ariaRoleDescription: string | null;
|
|
223
251
|
ariaRowCount: string | null;
|
|
224
252
|
ariaRowIndex: string | null;
|
|
253
|
+
ariaRowIndexText: string | null;
|
|
225
254
|
ariaRowSpan: string | null;
|
|
226
255
|
ariaSelected: string | null;
|
|
227
256
|
ariaSetSize: string | null;
|
|
@@ -231,34 +260,35 @@ declare const PickerField_base: {
|
|
|
231
260
|
ariaValueNow: string | null;
|
|
232
261
|
ariaValueText: string | null;
|
|
233
262
|
role: string | null;
|
|
234
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
235
|
-
getAnimations(options?: GetAnimationsOptions
|
|
236
|
-
after(...nodes: (
|
|
237
|
-
before(...nodes: (
|
|
263
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
264
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
265
|
+
after(...nodes: (Node | string)[]): void;
|
|
266
|
+
before(...nodes: (Node | string)[]): void;
|
|
238
267
|
remove(): void;
|
|
239
|
-
replaceWith(...nodes: (
|
|
240
|
-
innerHTML: string;
|
|
268
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
241
269
|
readonly nextElementSibling: Element | null;
|
|
242
270
|
readonly previousElementSibling: Element | null;
|
|
243
271
|
readonly childElementCount: number;
|
|
244
272
|
readonly children: HTMLCollection;
|
|
245
273
|
readonly firstElementChild: Element | null;
|
|
246
274
|
readonly lastElementChild: Element | null;
|
|
247
|
-
append(...nodes: (
|
|
248
|
-
prepend(...nodes: (
|
|
249
|
-
querySelector<
|
|
250
|
-
querySelector<
|
|
251
|
-
querySelector<
|
|
252
|
-
querySelector<
|
|
253
|
-
querySelector<
|
|
254
|
-
querySelectorAll<
|
|
255
|
-
querySelectorAll<
|
|
256
|
-
querySelectorAll<
|
|
257
|
-
querySelectorAll<
|
|
258
|
-
querySelectorAll<
|
|
259
|
-
replaceChildren(...nodes: (
|
|
275
|
+
append(...nodes: (Node | string)[]): void;
|
|
276
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
277
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
278
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
279
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
280
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
281
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
282
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
283
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
284
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
285
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
286
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
287
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
260
288
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
261
|
-
readonly
|
|
289
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
290
|
+
get style(): CSSStyleDeclaration;
|
|
291
|
+
set style(cssText: string);
|
|
262
292
|
contentEditable: string;
|
|
263
293
|
enterKeyHint: string;
|
|
264
294
|
inputMode: string;
|
|
@@ -268,16 +298,20 @@ declare const PickerField_base: {
|
|
|
268
298
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
269
299
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
270
300
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
271
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
301
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
272
302
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
303
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
304
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
273
305
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
274
306
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
275
307
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
276
308
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
277
309
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
278
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
310
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
279
311
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
280
|
-
|
|
312
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
313
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
314
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
281
315
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
282
316
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
283
317
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -324,12 +358,14 @@ declare const PickerField_base: {
|
|
|
324
358
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
325
359
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
326
360
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
361
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
327
362
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
328
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
363
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
329
364
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
330
365
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
331
366
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
332
367
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
368
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
333
369
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
334
370
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
335
371
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -341,7 +377,7 @@ declare const PickerField_base: {
|
|
|
341
377
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
342
378
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
343
379
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
344
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
380
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
345
381
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
346
382
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
347
383
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -359,14 +395,10 @@ declare const PickerField_base: {
|
|
|
359
395
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
360
396
|
autofocus: boolean;
|
|
361
397
|
readonly dataset: DOMStringMap;
|
|
362
|
-
nonce?: string
|
|
398
|
+
nonce?: string;
|
|
363
399
|
tabIndex: number;
|
|
364
400
|
blur(): void;
|
|
365
|
-
focus(options?: FocusOptions
|
|
366
|
-
ariaColIndexText: string | null;
|
|
367
|
-
ariaDescription: string | null;
|
|
368
|
-
ariaRowIndexText: string | null;
|
|
369
|
-
ariaRelevant: string | null;
|
|
401
|
+
focus(options?: FocusOptions): void;
|
|
370
402
|
roleChanged(prev: string | null, next: string | null): void;
|
|
371
403
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
372
404
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -409,7 +441,7 @@ declare const PickerField_base: {
|
|
|
409
441
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
410
442
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
411
443
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
412
|
-
"__#
|
|
444
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
413
445
|
newPropertyName: string;
|
|
414
446
|
deprecatedPropertyName: string;
|
|
415
447
|
fromDeprecated: (v: any) => any;
|
|
@@ -418,24 +450,25 @@ declare const PickerField_base: {
|
|
|
418
450
|
};
|
|
419
451
|
} & {
|
|
420
452
|
new (...args: any[]): {
|
|
421
|
-
helperText?: string
|
|
422
|
-
_helperTextSlottedContent?: HTMLElement[]
|
|
423
|
-
|
|
453
|
+
helperText?: string;
|
|
454
|
+
_helperTextSlottedContent?: HTMLElement[];
|
|
455
|
+
get _feedbackDescribedBy(): string;
|
|
424
456
|
_internalFeedback(): {
|
|
425
|
-
type: import(
|
|
457
|
+
type: import('../feedback/feedback-message').FeedbackType;
|
|
426
458
|
message: string;
|
|
427
459
|
};
|
|
428
460
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
429
|
-
_getFeedbackTemplate(ctx: import(
|
|
461
|
+
_getFeedbackTemplate(ctx: import('../design-system/defineVividComponent').VividElementDefinitionContext): import('@microsoft/fast-element').ViewTemplate<any, any>;
|
|
430
462
|
connectedCallback(): void;
|
|
431
|
-
_vividAriaBehaviour: import(
|
|
432
|
-
readonly $fastController: import(
|
|
433
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
463
|
+
_vividAriaBehaviour: import('../aria/aria-mixin').VividAriaBehaviour;
|
|
464
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
465
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
434
466
|
disconnectedCallback(): void;
|
|
435
467
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
436
468
|
accessKey: string;
|
|
437
469
|
readonly accessKeyLabel: string;
|
|
438
470
|
autocapitalize: string;
|
|
471
|
+
autocorrect: boolean;
|
|
439
472
|
dir: string;
|
|
440
473
|
draggable: boolean;
|
|
441
474
|
hidden: boolean;
|
|
@@ -448,30 +481,39 @@ declare const PickerField_base: {
|
|
|
448
481
|
readonly offsetTop: number;
|
|
449
482
|
readonly offsetWidth: number;
|
|
450
483
|
outerText: string;
|
|
484
|
+
popover: string | null;
|
|
451
485
|
spellcheck: boolean;
|
|
452
486
|
title: string;
|
|
453
487
|
translate: boolean;
|
|
488
|
+
writingSuggestions: string;
|
|
454
489
|
attachInternals(): ElementInternals;
|
|
455
490
|
click(): void;
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
491
|
+
hidePopover(): void;
|
|
492
|
+
showPopover(): void;
|
|
493
|
+
togglePopover(options?: boolean): boolean;
|
|
494
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
495
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
496
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
497
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
460
498
|
readonly attributes: NamedNodeMap;
|
|
461
|
-
|
|
499
|
+
get classList(): DOMTokenList;
|
|
500
|
+
set classList(value: string);
|
|
462
501
|
className: string;
|
|
463
502
|
readonly clientHeight: number;
|
|
464
503
|
readonly clientLeft: number;
|
|
465
504
|
readonly clientTop: number;
|
|
466
505
|
readonly clientWidth: number;
|
|
506
|
+
readonly currentCSSZoom: number;
|
|
467
507
|
id: string;
|
|
508
|
+
innerHTML: string;
|
|
468
509
|
readonly localName: string;
|
|
469
510
|
readonly namespaceURI: string | null;
|
|
470
511
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
471
512
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
472
513
|
outerHTML: string;
|
|
473
514
|
readonly ownerDocument: Document;
|
|
474
|
-
|
|
515
|
+
get part(): DOMTokenList;
|
|
516
|
+
set part(value: string);
|
|
475
517
|
readonly prefix: string | null;
|
|
476
518
|
readonly scrollHeight: number;
|
|
477
519
|
scrollLeft: number;
|
|
@@ -481,11 +523,12 @@ declare const PickerField_base: {
|
|
|
481
523
|
slot: string;
|
|
482
524
|
readonly tagName: string;
|
|
483
525
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
484
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
485
|
-
closest<
|
|
486
|
-
closest<
|
|
487
|
-
closest<
|
|
488
|
-
closest<
|
|
526
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
527
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
528
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
529
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
530
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
531
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
489
532
|
getAttribute(qualifiedName: string): string | null;
|
|
490
533
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
491
534
|
getAttributeNames(): string[];
|
|
@@ -494,43 +537,47 @@ declare const PickerField_base: {
|
|
|
494
537
|
getBoundingClientRect(): DOMRect;
|
|
495
538
|
getClientRects(): DOMRectList;
|
|
496
539
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
497
|
-
getElementsByTagName<
|
|
498
|
-
getElementsByTagName<
|
|
499
|
-
getElementsByTagName<
|
|
500
|
-
getElementsByTagName<
|
|
540
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
541
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
542
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
543
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
501
544
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
502
545
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
503
546
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
504
547
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
505
548
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
549
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
506
550
|
hasAttribute(qualifiedName: string): boolean;
|
|
507
551
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
508
552
|
hasAttributes(): boolean;
|
|
509
553
|
hasPointerCapture(pointerId: number): boolean;
|
|
510
554
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
511
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
555
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
512
556
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
513
557
|
matches(selectors: string): boolean;
|
|
514
558
|
releasePointerCapture(pointerId: number): void;
|
|
515
559
|
removeAttribute(qualifiedName: string): void;
|
|
516
560
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
517
561
|
removeAttributeNode(attr: Attr): Attr;
|
|
518
|
-
requestFullscreen(options?: FullscreenOptions
|
|
519
|
-
requestPointerLock(): void
|
|
520
|
-
scroll(options?: ScrollToOptions
|
|
562
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
563
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
564
|
+
scroll(options?: ScrollToOptions): void;
|
|
521
565
|
scroll(x: number, y: number): void;
|
|
522
|
-
scrollBy(options?: ScrollToOptions
|
|
566
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
523
567
|
scrollBy(x: number, y: number): void;
|
|
524
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
525
|
-
scrollTo(options?: ScrollToOptions
|
|
568
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
569
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
526
570
|
scrollTo(x: number, y: number): void;
|
|
527
571
|
setAttribute(qualifiedName: string, value: string): void;
|
|
528
572
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
529
573
|
setAttributeNode(attr: Attr): Attr | null;
|
|
530
574
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
575
|
+
setHTMLUnsafe(html: string): void;
|
|
531
576
|
setPointerCapture(pointerId: number): void;
|
|
532
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
577
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
533
578
|
webkitMatchesSelector(selectors: string): boolean;
|
|
579
|
+
get textContent(): string;
|
|
580
|
+
set textContent(value: string | null);
|
|
534
581
|
readonly baseURI: string;
|
|
535
582
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
536
583
|
readonly firstChild: ChildNode | null;
|
|
@@ -543,22 +590,21 @@ declare const PickerField_base: {
|
|
|
543
590
|
readonly parentElement: HTMLElement | null;
|
|
544
591
|
readonly parentNode: ParentNode | null;
|
|
545
592
|
readonly previousSibling: ChildNode | null;
|
|
546
|
-
textContent: string | null;
|
|
547
593
|
appendChild<T extends Node>(node: T): T;
|
|
548
|
-
cloneNode(
|
|
594
|
+
cloneNode(subtree?: boolean): Node;
|
|
549
595
|
compareDocumentPosition(other: Node): number;
|
|
550
596
|
contains(other: Node | null): boolean;
|
|
551
|
-
getRootNode(options?: GetRootNodeOptions
|
|
597
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
552
598
|
hasChildNodes(): boolean;
|
|
553
|
-
insertBefore<
|
|
599
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
554
600
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
555
601
|
isEqualNode(otherNode: Node | null): boolean;
|
|
556
602
|
isSameNode(otherNode: Node | null): boolean;
|
|
557
603
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
558
604
|
lookupPrefix(namespace: string | null): string | null;
|
|
559
605
|
normalize(): void;
|
|
560
|
-
removeChild<
|
|
561
|
-
replaceChild<
|
|
606
|
+
removeChild<T extends Node>(child: T): T;
|
|
607
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
562
608
|
readonly ELEMENT_NODE: 1;
|
|
563
609
|
readonly ATTRIBUTE_NODE: 2;
|
|
564
610
|
readonly TEXT_NODE: 3;
|
|
@@ -578,35 +624,49 @@ declare const PickerField_base: {
|
|
|
578
624
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
579
625
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
580
626
|
dispatchEvent(event: Event): boolean;
|
|
627
|
+
ariaActiveDescendantElement: Element | null;
|
|
581
628
|
ariaAtomic: string | null;
|
|
582
629
|
ariaAutoComplete: string | null;
|
|
630
|
+
ariaBrailleLabel: string | null;
|
|
631
|
+
ariaBrailleRoleDescription: string | null;
|
|
583
632
|
ariaBusy: string | null;
|
|
584
633
|
ariaChecked: string | null;
|
|
585
634
|
ariaColCount: string | null;
|
|
586
635
|
ariaColIndex: string | null;
|
|
636
|
+
ariaColIndexText: string | null;
|
|
587
637
|
ariaColSpan: string | null;
|
|
638
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
588
639
|
ariaCurrent: string | null;
|
|
640
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
641
|
+
ariaDescription: string | null;
|
|
642
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
589
643
|
ariaDisabled: string | null;
|
|
644
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
590
645
|
ariaExpanded: string | null;
|
|
646
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
591
647
|
ariaHasPopup: string | null;
|
|
592
648
|
ariaHidden: string | null;
|
|
593
649
|
ariaInvalid: string | null;
|
|
594
650
|
ariaKeyShortcuts: string | null;
|
|
595
651
|
ariaLabel: string | null;
|
|
652
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
596
653
|
ariaLevel: string | null;
|
|
597
654
|
ariaLive: string | null;
|
|
598
655
|
ariaModal: string | null;
|
|
599
656
|
ariaMultiLine: string | null;
|
|
600
657
|
ariaMultiSelectable: string | null;
|
|
601
658
|
ariaOrientation: string | null;
|
|
659
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
602
660
|
ariaPlaceholder: string | null;
|
|
603
661
|
ariaPosInSet: string | null;
|
|
604
662
|
ariaPressed: string | null;
|
|
605
663
|
ariaReadOnly: string | null;
|
|
664
|
+
ariaRelevant: string | null;
|
|
606
665
|
ariaRequired: string | null;
|
|
607
666
|
ariaRoleDescription: string | null;
|
|
608
667
|
ariaRowCount: string | null;
|
|
609
668
|
ariaRowIndex: string | null;
|
|
669
|
+
ariaRowIndexText: string | null;
|
|
610
670
|
ariaRowSpan: string | null;
|
|
611
671
|
ariaSelected: string | null;
|
|
612
672
|
ariaSetSize: string | null;
|
|
@@ -616,34 +676,35 @@ declare const PickerField_base: {
|
|
|
616
676
|
ariaValueNow: string | null;
|
|
617
677
|
ariaValueText: string | null;
|
|
618
678
|
role: string | null;
|
|
619
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
620
|
-
getAnimations(options?: GetAnimationsOptions
|
|
621
|
-
after(...nodes: (
|
|
622
|
-
before(...nodes: (
|
|
679
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
680
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
681
|
+
after(...nodes: (Node | string)[]): void;
|
|
682
|
+
before(...nodes: (Node | string)[]): void;
|
|
623
683
|
remove(): void;
|
|
624
|
-
replaceWith(...nodes: (
|
|
625
|
-
innerHTML: string;
|
|
684
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
626
685
|
readonly nextElementSibling: Element | null;
|
|
627
686
|
readonly previousElementSibling: Element | null;
|
|
628
687
|
readonly childElementCount: number;
|
|
629
688
|
readonly children: HTMLCollection;
|
|
630
689
|
readonly firstElementChild: Element | null;
|
|
631
690
|
readonly lastElementChild: Element | null;
|
|
632
|
-
append(...nodes: (
|
|
633
|
-
prepend(...nodes: (
|
|
634
|
-
querySelector<
|
|
635
|
-
querySelector<
|
|
636
|
-
querySelector<
|
|
637
|
-
querySelector<
|
|
638
|
-
querySelector<
|
|
639
|
-
querySelectorAll<
|
|
640
|
-
querySelectorAll<
|
|
641
|
-
querySelectorAll<
|
|
642
|
-
querySelectorAll<
|
|
643
|
-
querySelectorAll<
|
|
644
|
-
replaceChildren(...nodes: (
|
|
691
|
+
append(...nodes: (Node | string)[]): void;
|
|
692
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
693
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
694
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
695
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
696
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
697
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
698
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
699
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
700
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
701
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
702
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
703
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
645
704
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
646
|
-
readonly
|
|
705
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
706
|
+
get style(): CSSStyleDeclaration;
|
|
707
|
+
set style(cssText: string);
|
|
647
708
|
contentEditable: string;
|
|
648
709
|
enterKeyHint: string;
|
|
649
710
|
inputMode: string;
|
|
@@ -653,16 +714,20 @@ declare const PickerField_base: {
|
|
|
653
714
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
654
715
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
655
716
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
656
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
717
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
657
718
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
719
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
720
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
658
721
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
659
722
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
660
723
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
661
724
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
662
725
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
663
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
726
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
664
727
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
665
|
-
|
|
728
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
729
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
730
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
666
731
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
667
732
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
668
733
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -709,12 +774,14 @@ declare const PickerField_base: {
|
|
|
709
774
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
710
775
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
711
776
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
777
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
712
778
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
713
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
779
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
714
780
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
715
781
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
716
782
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
717
783
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
784
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
718
785
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
719
786
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
720
787
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -726,7 +793,7 @@ declare const PickerField_base: {
|
|
|
726
793
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
727
794
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
728
795
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
729
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
796
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
730
797
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
731
798
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
732
799
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -744,14 +811,10 @@ declare const PickerField_base: {
|
|
|
744
811
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
745
812
|
autofocus: boolean;
|
|
746
813
|
readonly dataset: DOMStringMap;
|
|
747
|
-
nonce?: string
|
|
814
|
+
nonce?: string;
|
|
748
815
|
tabIndex: number;
|
|
749
816
|
blur(): void;
|
|
750
|
-
focus(options?: FocusOptions
|
|
751
|
-
ariaColIndexText: string | null;
|
|
752
|
-
ariaDescription: string | null;
|
|
753
|
-
ariaRowIndexText: string | null;
|
|
754
|
-
ariaRelevant: string | null;
|
|
817
|
+
focus(options?: FocusOptions): void;
|
|
755
818
|
roleChanged(prev: string | null, next: string | null): void;
|
|
756
819
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
757
820
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -794,7 +857,7 @@ declare const PickerField_base: {
|
|
|
794
857
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
795
858
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
796
859
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
797
|
-
"__#
|
|
860
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
798
861
|
newPropertyName: string;
|
|
799
862
|
deprecatedPropertyName: string;
|
|
800
863
|
fromDeprecated: (v: any) => any;
|
|
@@ -803,32 +866,33 @@ declare const PickerField_base: {
|
|
|
803
866
|
};
|
|
804
867
|
} & {
|
|
805
868
|
new (...args: any[]): {
|
|
806
|
-
errorText?: string
|
|
869
|
+
errorText?: string;
|
|
807
870
|
errorTextChanged(_: string, newErrorText: string | undefined): void;
|
|
808
|
-
"__#
|
|
809
|
-
"__#
|
|
810
|
-
"__#
|
|
811
|
-
"__#
|
|
812
|
-
label?: string
|
|
871
|
+
"__#private@#blockValidateCalls": boolean;
|
|
872
|
+
"__#private@#originalValidateFn": () => void;
|
|
873
|
+
"__#private@#forceCustomError"(errorMessage: string): void;
|
|
874
|
+
"__#private@#clearCustomErrorAndRevalidate"(): void;
|
|
875
|
+
label?: string;
|
|
813
876
|
errorValidationMessage: string;
|
|
814
877
|
forceErrorDisplay: boolean;
|
|
815
878
|
hasBeenTouched: boolean;
|
|
816
879
|
connectedCallback: (() => void) & (() => void) & (() => void);
|
|
817
|
-
"__#
|
|
880
|
+
"__#private@#handleInvalidEvent": () => void;
|
|
818
881
|
disconnectedCallback: (() => void) & (() => void) & (() => void);
|
|
819
882
|
formResetCallback: (() => void) & (() => void);
|
|
820
|
-
validate: (() => void) & ((anchor?: HTMLElement
|
|
821
|
-
proxy: import(
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
883
|
+
validate: (() => void) & ((anchor?: HTMLElement) => void);
|
|
884
|
+
proxy: import('../foundation/form-associated/form-associated').ProxyElement;
|
|
885
|
+
get validity(): ValidityState;
|
|
886
|
+
get form(): HTMLFormElement | null;
|
|
887
|
+
get validationMessage(): string;
|
|
888
|
+
get willValidate(): boolean;
|
|
889
|
+
get labels(): ReadonlyArray<Node>;
|
|
827
890
|
dirtyValue: boolean;
|
|
828
|
-
proxySlot?: HTMLSlotElement
|
|
891
|
+
proxySlot?: HTMLSlotElement;
|
|
829
892
|
value: string;
|
|
830
893
|
valueChanged(_previous: string, _next: string): void;
|
|
831
|
-
currentValue: string;
|
|
894
|
+
get currentValue(): string;
|
|
895
|
+
set currentValue(value: string);
|
|
832
896
|
initialValue: string;
|
|
833
897
|
initialValueChanged(_previous: string, _next: string): void;
|
|
834
898
|
disabled: boolean;
|
|
@@ -837,25 +901,26 @@ declare const PickerField_base: {
|
|
|
837
901
|
nameChanged(_previous: string, _next: string): void;
|
|
838
902
|
required: boolean;
|
|
839
903
|
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
840
|
-
|
|
904
|
+
get elementInternals(): ElementInternals | null;
|
|
841
905
|
proxyEventsToBlock: string[];
|
|
842
906
|
checkValidity(): boolean;
|
|
843
907
|
reportValidity(): boolean;
|
|
844
|
-
setValidity(flags: ValidityStateFlags, message?: string
|
|
908
|
+
setValidity(flags: ValidityStateFlags, message?: string, anchor?: HTMLElement): void;
|
|
845
909
|
formDisabledCallback(disabled: boolean): void;
|
|
846
910
|
proxyInitialized: boolean;
|
|
847
911
|
attachProxy(): void;
|
|
848
912
|
detachProxy(): void;
|
|
849
|
-
setFormValue(value:
|
|
913
|
+
setFormValue(value: File | string | FormData | null, state?: File | string | FormData | null): void;
|
|
850
914
|
_keypressHandler(e: KeyboardEvent): void;
|
|
851
915
|
stopPropagation(e: Event): void;
|
|
852
|
-
_vividAriaBehaviour: import(
|
|
853
|
-
readonly $fastController: import(
|
|
854
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
916
|
+
_vividAriaBehaviour: import('../aria/aria-mixin').VividAriaBehaviour;
|
|
917
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
918
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
855
919
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
856
920
|
accessKey: string;
|
|
857
921
|
readonly accessKeyLabel: string;
|
|
858
922
|
autocapitalize: string;
|
|
923
|
+
autocorrect: boolean;
|
|
859
924
|
dir: string;
|
|
860
925
|
draggable: boolean;
|
|
861
926
|
hidden: boolean;
|
|
@@ -868,30 +933,39 @@ declare const PickerField_base: {
|
|
|
868
933
|
readonly offsetTop: number;
|
|
869
934
|
readonly offsetWidth: number;
|
|
870
935
|
outerText: string;
|
|
936
|
+
popover: string | null;
|
|
871
937
|
spellcheck: boolean;
|
|
872
938
|
title: string;
|
|
873
939
|
translate: boolean;
|
|
940
|
+
writingSuggestions: string;
|
|
874
941
|
attachInternals(): ElementInternals;
|
|
875
942
|
click(): void;
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
943
|
+
hidePopover(): void;
|
|
944
|
+
showPopover(): void;
|
|
945
|
+
togglePopover(options?: boolean): boolean;
|
|
946
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
947
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
948
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
949
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
880
950
|
readonly attributes: NamedNodeMap;
|
|
881
|
-
|
|
951
|
+
get classList(): DOMTokenList;
|
|
952
|
+
set classList(value: string);
|
|
882
953
|
className: string;
|
|
883
954
|
readonly clientHeight: number;
|
|
884
955
|
readonly clientLeft: number;
|
|
885
956
|
readonly clientTop: number;
|
|
886
957
|
readonly clientWidth: number;
|
|
958
|
+
readonly currentCSSZoom: number;
|
|
887
959
|
id: string;
|
|
960
|
+
innerHTML: string;
|
|
888
961
|
readonly localName: string;
|
|
889
962
|
readonly namespaceURI: string | null;
|
|
890
963
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
891
964
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
892
965
|
outerHTML: string;
|
|
893
966
|
readonly ownerDocument: Document;
|
|
894
|
-
|
|
967
|
+
get part(): DOMTokenList;
|
|
968
|
+
set part(value: string);
|
|
895
969
|
readonly prefix: string | null;
|
|
896
970
|
readonly scrollHeight: number;
|
|
897
971
|
scrollLeft: number;
|
|
@@ -901,11 +975,12 @@ declare const PickerField_base: {
|
|
|
901
975
|
slot: string;
|
|
902
976
|
readonly tagName: string;
|
|
903
977
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
904
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
905
|
-
closest<
|
|
906
|
-
closest<
|
|
907
|
-
closest<
|
|
908
|
-
closest<
|
|
978
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
979
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
980
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
981
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
982
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
983
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
909
984
|
getAttribute(qualifiedName: string): string | null;
|
|
910
985
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
911
986
|
getAttributeNames(): string[];
|
|
@@ -914,43 +989,47 @@ declare const PickerField_base: {
|
|
|
914
989
|
getBoundingClientRect(): DOMRect;
|
|
915
990
|
getClientRects(): DOMRectList;
|
|
916
991
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
917
|
-
getElementsByTagName<
|
|
918
|
-
getElementsByTagName<
|
|
919
|
-
getElementsByTagName<
|
|
920
|
-
getElementsByTagName<
|
|
992
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
993
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
994
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
995
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
921
996
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
922
997
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
923
998
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
924
999
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
925
1000
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
1001
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
926
1002
|
hasAttribute(qualifiedName: string): boolean;
|
|
927
1003
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
928
1004
|
hasAttributes(): boolean;
|
|
929
1005
|
hasPointerCapture(pointerId: number): boolean;
|
|
930
1006
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
931
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
1007
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
932
1008
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
933
1009
|
matches(selectors: string): boolean;
|
|
934
1010
|
releasePointerCapture(pointerId: number): void;
|
|
935
1011
|
removeAttribute(qualifiedName: string): void;
|
|
936
1012
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
937
1013
|
removeAttributeNode(attr: Attr): Attr;
|
|
938
|
-
requestFullscreen(options?: FullscreenOptions
|
|
939
|
-
requestPointerLock(): void
|
|
940
|
-
scroll(options?: ScrollToOptions
|
|
1014
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
1015
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
1016
|
+
scroll(options?: ScrollToOptions): void;
|
|
941
1017
|
scroll(x: number, y: number): void;
|
|
942
|
-
scrollBy(options?: ScrollToOptions
|
|
1018
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
943
1019
|
scrollBy(x: number, y: number): void;
|
|
944
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
945
|
-
scrollTo(options?: ScrollToOptions
|
|
1020
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
1021
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
946
1022
|
scrollTo(x: number, y: number): void;
|
|
947
1023
|
setAttribute(qualifiedName: string, value: string): void;
|
|
948
1024
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
949
1025
|
setAttributeNode(attr: Attr): Attr | null;
|
|
950
1026
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
1027
|
+
setHTMLUnsafe(html: string): void;
|
|
951
1028
|
setPointerCapture(pointerId: number): void;
|
|
952
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
1029
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
953
1030
|
webkitMatchesSelector(selectors: string): boolean;
|
|
1031
|
+
get textContent(): string;
|
|
1032
|
+
set textContent(value: string | null);
|
|
954
1033
|
readonly baseURI: string;
|
|
955
1034
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
956
1035
|
readonly firstChild: ChildNode | null;
|
|
@@ -963,22 +1042,21 @@ declare const PickerField_base: {
|
|
|
963
1042
|
readonly parentElement: HTMLElement | null;
|
|
964
1043
|
readonly parentNode: ParentNode | null;
|
|
965
1044
|
readonly previousSibling: ChildNode | null;
|
|
966
|
-
textContent: string | null;
|
|
967
1045
|
appendChild<T extends Node>(node: T): T;
|
|
968
|
-
cloneNode(
|
|
1046
|
+
cloneNode(subtree?: boolean): Node;
|
|
969
1047
|
compareDocumentPosition(other: Node): number;
|
|
970
1048
|
contains(other: Node | null): boolean;
|
|
971
|
-
getRootNode(options?: GetRootNodeOptions
|
|
1049
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
972
1050
|
hasChildNodes(): boolean;
|
|
973
|
-
insertBefore<
|
|
1051
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
974
1052
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
975
1053
|
isEqualNode(otherNode: Node | null): boolean;
|
|
976
1054
|
isSameNode(otherNode: Node | null): boolean;
|
|
977
1055
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
978
1056
|
lookupPrefix(namespace: string | null): string | null;
|
|
979
1057
|
normalize(): void;
|
|
980
|
-
removeChild<
|
|
981
|
-
replaceChild<
|
|
1058
|
+
removeChild<T extends Node>(child: T): T;
|
|
1059
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
982
1060
|
readonly ELEMENT_NODE: 1;
|
|
983
1061
|
readonly ATTRIBUTE_NODE: 2;
|
|
984
1062
|
readonly TEXT_NODE: 3;
|
|
@@ -998,35 +1076,49 @@ declare const PickerField_base: {
|
|
|
998
1076
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
999
1077
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
1000
1078
|
dispatchEvent(event: Event): boolean;
|
|
1079
|
+
ariaActiveDescendantElement: Element | null;
|
|
1001
1080
|
ariaAtomic: string | null;
|
|
1002
1081
|
ariaAutoComplete: string | null;
|
|
1082
|
+
ariaBrailleLabel: string | null;
|
|
1083
|
+
ariaBrailleRoleDescription: string | null;
|
|
1003
1084
|
ariaBusy: string | null;
|
|
1004
1085
|
ariaChecked: string | null;
|
|
1005
1086
|
ariaColCount: string | null;
|
|
1006
1087
|
ariaColIndex: string | null;
|
|
1088
|
+
ariaColIndexText: string | null;
|
|
1007
1089
|
ariaColSpan: string | null;
|
|
1090
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
1008
1091
|
ariaCurrent: string | null;
|
|
1092
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
1093
|
+
ariaDescription: string | null;
|
|
1094
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
1009
1095
|
ariaDisabled: string | null;
|
|
1096
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
1010
1097
|
ariaExpanded: string | null;
|
|
1098
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
1011
1099
|
ariaHasPopup: string | null;
|
|
1012
1100
|
ariaHidden: string | null;
|
|
1013
1101
|
ariaInvalid: string | null;
|
|
1014
1102
|
ariaKeyShortcuts: string | null;
|
|
1015
1103
|
ariaLabel: string | null;
|
|
1104
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
1016
1105
|
ariaLevel: string | null;
|
|
1017
1106
|
ariaLive: string | null;
|
|
1018
1107
|
ariaModal: string | null;
|
|
1019
1108
|
ariaMultiLine: string | null;
|
|
1020
1109
|
ariaMultiSelectable: string | null;
|
|
1021
1110
|
ariaOrientation: string | null;
|
|
1111
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
1022
1112
|
ariaPlaceholder: string | null;
|
|
1023
1113
|
ariaPosInSet: string | null;
|
|
1024
1114
|
ariaPressed: string | null;
|
|
1025
1115
|
ariaReadOnly: string | null;
|
|
1116
|
+
ariaRelevant: string | null;
|
|
1026
1117
|
ariaRequired: string | null;
|
|
1027
1118
|
ariaRoleDescription: string | null;
|
|
1028
1119
|
ariaRowCount: string | null;
|
|
1029
1120
|
ariaRowIndex: string | null;
|
|
1121
|
+
ariaRowIndexText: string | null;
|
|
1030
1122
|
ariaRowSpan: string | null;
|
|
1031
1123
|
ariaSelected: string | null;
|
|
1032
1124
|
ariaSetSize: string | null;
|
|
@@ -1036,34 +1128,35 @@ declare const PickerField_base: {
|
|
|
1036
1128
|
ariaValueNow: string | null;
|
|
1037
1129
|
ariaValueText: string | null;
|
|
1038
1130
|
role: string | null;
|
|
1039
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
1040
|
-
getAnimations(options?: GetAnimationsOptions
|
|
1041
|
-
after(...nodes: (
|
|
1042
|
-
before(...nodes: (
|
|
1131
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
1132
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
1133
|
+
after(...nodes: (Node | string)[]): void;
|
|
1134
|
+
before(...nodes: (Node | string)[]): void;
|
|
1043
1135
|
remove(): void;
|
|
1044
|
-
replaceWith(...nodes: (
|
|
1045
|
-
innerHTML: string;
|
|
1136
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
1046
1137
|
readonly nextElementSibling: Element | null;
|
|
1047
1138
|
readonly previousElementSibling: Element | null;
|
|
1048
1139
|
readonly childElementCount: number;
|
|
1049
1140
|
readonly children: HTMLCollection;
|
|
1050
1141
|
readonly firstElementChild: Element | null;
|
|
1051
1142
|
readonly lastElementChild: Element | null;
|
|
1052
|
-
append(...nodes: (
|
|
1053
|
-
prepend(...nodes: (
|
|
1054
|
-
querySelector<
|
|
1055
|
-
querySelector<
|
|
1056
|
-
querySelector<
|
|
1057
|
-
querySelector<
|
|
1058
|
-
querySelector<
|
|
1059
|
-
querySelectorAll<
|
|
1060
|
-
querySelectorAll<
|
|
1061
|
-
querySelectorAll<
|
|
1062
|
-
querySelectorAll<
|
|
1063
|
-
querySelectorAll<
|
|
1064
|
-
replaceChildren(...nodes: (
|
|
1143
|
+
append(...nodes: (Node | string)[]): void;
|
|
1144
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
1145
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
1146
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
1147
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
1148
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
1149
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
1150
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
1151
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
1152
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
1153
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
1154
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
1155
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
1065
1156
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
1066
|
-
readonly
|
|
1157
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
1158
|
+
get style(): CSSStyleDeclaration;
|
|
1159
|
+
set style(cssText: string);
|
|
1067
1160
|
contentEditable: string;
|
|
1068
1161
|
enterKeyHint: string;
|
|
1069
1162
|
inputMode: string;
|
|
@@ -1073,16 +1166,20 @@ declare const PickerField_base: {
|
|
|
1073
1166
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1074
1167
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1075
1168
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1076
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
1169
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1077
1170
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
1171
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1172
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1078
1173
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1079
1174
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1080
1175
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1081
1176
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1082
1177
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1083
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
1178
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1084
1179
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1085
|
-
|
|
1180
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1181
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1182
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1086
1183
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1087
1184
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1088
1185
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -1129,12 +1226,14 @@ declare const PickerField_base: {
|
|
|
1129
1226
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1130
1227
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1131
1228
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1229
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1132
1230
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1133
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
1231
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
1134
1232
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1135
1233
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1136
1234
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1137
1235
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1236
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1138
1237
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
1139
1238
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1140
1239
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -1146,7 +1245,7 @@ declare const PickerField_base: {
|
|
|
1146
1245
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
1147
1246
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1148
1247
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1149
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
1248
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1150
1249
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1151
1250
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1152
1251
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -1164,14 +1263,10 @@ declare const PickerField_base: {
|
|
|
1164
1263
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
1165
1264
|
autofocus: boolean;
|
|
1166
1265
|
readonly dataset: DOMStringMap;
|
|
1167
|
-
nonce?: string
|
|
1266
|
+
nonce?: string;
|
|
1168
1267
|
tabIndex: number;
|
|
1169
1268
|
blur(): void;
|
|
1170
|
-
focus(options?: FocusOptions
|
|
1171
|
-
ariaColIndexText: string | null;
|
|
1172
|
-
ariaDescription: string | null;
|
|
1173
|
-
ariaRowIndexText: string | null;
|
|
1174
|
-
ariaRelevant: string | null;
|
|
1269
|
+
focus(options?: FocusOptions): void;
|
|
1175
1270
|
roleChanged(prev: string | null, next: string | null): void;
|
|
1176
1271
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
1177
1272
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -1214,7 +1309,7 @@ declare const PickerField_base: {
|
|
|
1214
1309
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
1215
1310
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
1216
1311
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
1217
|
-
"__#
|
|
1312
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
1218
1313
|
newPropertyName: string;
|
|
1219
1314
|
deprecatedPropertyName: string;
|
|
1220
1315
|
fromDeprecated: (v: any) => any;
|
|
@@ -1223,26 +1318,27 @@ declare const PickerField_base: {
|
|
|
1223
1318
|
};
|
|
1224
1319
|
} & {
|
|
1225
1320
|
new (...args: any[]): {
|
|
1226
|
-
label?: string
|
|
1321
|
+
label?: string;
|
|
1227
1322
|
errorValidationMessage: string;
|
|
1228
1323
|
forceErrorDisplay: boolean;
|
|
1229
1324
|
hasBeenTouched: boolean;
|
|
1230
1325
|
connectedCallback(): void;
|
|
1231
|
-
"__#
|
|
1326
|
+
"__#private@#handleInvalidEvent": () => void;
|
|
1232
1327
|
disconnectedCallback(): void;
|
|
1233
1328
|
formResetCallback(): void;
|
|
1234
1329
|
validate(): void;
|
|
1235
|
-
proxy: import(
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1330
|
+
proxy: import('../foundation/form-associated/form-associated').ProxyElement;
|
|
1331
|
+
get validity(): ValidityState;
|
|
1332
|
+
get form(): HTMLFormElement | null;
|
|
1333
|
+
get validationMessage(): string;
|
|
1334
|
+
get willValidate(): boolean;
|
|
1335
|
+
get labels(): ReadonlyArray<Node>;
|
|
1241
1336
|
dirtyValue: boolean;
|
|
1242
|
-
proxySlot?: HTMLSlotElement
|
|
1337
|
+
proxySlot?: HTMLSlotElement;
|
|
1243
1338
|
value: string;
|
|
1244
1339
|
valueChanged(_previous: string, _next: string): void;
|
|
1245
|
-
currentValue: string;
|
|
1340
|
+
get currentValue(): string;
|
|
1341
|
+
set currentValue(value: string);
|
|
1246
1342
|
initialValue: string;
|
|
1247
1343
|
initialValueChanged(_previous: string, _next: string): void;
|
|
1248
1344
|
disabled: boolean;
|
|
@@ -1251,25 +1347,26 @@ declare const PickerField_base: {
|
|
|
1251
1347
|
nameChanged(_previous: string, _next: string): void;
|
|
1252
1348
|
required: boolean;
|
|
1253
1349
|
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
1254
|
-
|
|
1350
|
+
get elementInternals(): ElementInternals | null;
|
|
1255
1351
|
proxyEventsToBlock: string[];
|
|
1256
1352
|
checkValidity(): boolean;
|
|
1257
1353
|
reportValidity(): boolean;
|
|
1258
|
-
setValidity(flags: ValidityStateFlags, message?: string
|
|
1354
|
+
setValidity(flags: ValidityStateFlags, message?: string, anchor?: HTMLElement): void;
|
|
1259
1355
|
formDisabledCallback(disabled: boolean): void;
|
|
1260
1356
|
proxyInitialized: boolean;
|
|
1261
1357
|
attachProxy(): void;
|
|
1262
1358
|
detachProxy(): void;
|
|
1263
|
-
setFormValue(value:
|
|
1359
|
+
setFormValue(value: File | string | FormData | null, state?: File | string | FormData | null): void;
|
|
1264
1360
|
_keypressHandler(e: KeyboardEvent): void;
|
|
1265
1361
|
stopPropagation(e: Event): void;
|
|
1266
|
-
_vividAriaBehaviour: import(
|
|
1267
|
-
readonly $fastController: import(
|
|
1268
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
1362
|
+
_vividAriaBehaviour: import('../aria/aria-mixin').VividAriaBehaviour;
|
|
1363
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
1364
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
1269
1365
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
1270
1366
|
accessKey: string;
|
|
1271
1367
|
readonly accessKeyLabel: string;
|
|
1272
1368
|
autocapitalize: string;
|
|
1369
|
+
autocorrect: boolean;
|
|
1273
1370
|
dir: string;
|
|
1274
1371
|
draggable: boolean;
|
|
1275
1372
|
hidden: boolean;
|
|
@@ -1282,30 +1379,39 @@ declare const PickerField_base: {
|
|
|
1282
1379
|
readonly offsetTop: number;
|
|
1283
1380
|
readonly offsetWidth: number;
|
|
1284
1381
|
outerText: string;
|
|
1382
|
+
popover: string | null;
|
|
1285
1383
|
spellcheck: boolean;
|
|
1286
1384
|
title: string;
|
|
1287
1385
|
translate: boolean;
|
|
1386
|
+
writingSuggestions: string;
|
|
1288
1387
|
attachInternals(): ElementInternals;
|
|
1289
1388
|
click(): void;
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1389
|
+
hidePopover(): void;
|
|
1390
|
+
showPopover(): void;
|
|
1391
|
+
togglePopover(options?: boolean): boolean;
|
|
1392
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1393
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1394
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1395
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1294
1396
|
readonly attributes: NamedNodeMap;
|
|
1295
|
-
|
|
1397
|
+
get classList(): DOMTokenList;
|
|
1398
|
+
set classList(value: string);
|
|
1296
1399
|
className: string;
|
|
1297
1400
|
readonly clientHeight: number;
|
|
1298
1401
|
readonly clientLeft: number;
|
|
1299
1402
|
readonly clientTop: number;
|
|
1300
1403
|
readonly clientWidth: number;
|
|
1404
|
+
readonly currentCSSZoom: number;
|
|
1301
1405
|
id: string;
|
|
1406
|
+
innerHTML: string;
|
|
1302
1407
|
readonly localName: string;
|
|
1303
1408
|
readonly namespaceURI: string | null;
|
|
1304
1409
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
1305
1410
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
1306
1411
|
outerHTML: string;
|
|
1307
1412
|
readonly ownerDocument: Document;
|
|
1308
|
-
|
|
1413
|
+
get part(): DOMTokenList;
|
|
1414
|
+
set part(value: string);
|
|
1309
1415
|
readonly prefix: string | null;
|
|
1310
1416
|
readonly scrollHeight: number;
|
|
1311
1417
|
scrollLeft: number;
|
|
@@ -1315,11 +1421,12 @@ declare const PickerField_base: {
|
|
|
1315
1421
|
slot: string;
|
|
1316
1422
|
readonly tagName: string;
|
|
1317
1423
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1318
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
1319
|
-
closest<
|
|
1320
|
-
closest<
|
|
1321
|
-
closest<
|
|
1322
|
-
closest<
|
|
1424
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
1425
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
1426
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
1427
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
1428
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
1429
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
1323
1430
|
getAttribute(qualifiedName: string): string | null;
|
|
1324
1431
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
1325
1432
|
getAttributeNames(): string[];
|
|
@@ -1328,43 +1435,47 @@ declare const PickerField_base: {
|
|
|
1328
1435
|
getBoundingClientRect(): DOMRect;
|
|
1329
1436
|
getClientRects(): DOMRectList;
|
|
1330
1437
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
1331
|
-
getElementsByTagName<
|
|
1332
|
-
getElementsByTagName<
|
|
1333
|
-
getElementsByTagName<
|
|
1334
|
-
getElementsByTagName<
|
|
1438
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
1439
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
1440
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
1441
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
1335
1442
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1336
1443
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1337
1444
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
1338
1445
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
1339
1446
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
1447
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
1340
1448
|
hasAttribute(qualifiedName: string): boolean;
|
|
1341
1449
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
1342
1450
|
hasAttributes(): boolean;
|
|
1343
1451
|
hasPointerCapture(pointerId: number): boolean;
|
|
1344
1452
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
1345
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
1453
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
1346
1454
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
1347
1455
|
matches(selectors: string): boolean;
|
|
1348
1456
|
releasePointerCapture(pointerId: number): void;
|
|
1349
1457
|
removeAttribute(qualifiedName: string): void;
|
|
1350
1458
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
1351
1459
|
removeAttributeNode(attr: Attr): Attr;
|
|
1352
|
-
requestFullscreen(options?: FullscreenOptions
|
|
1353
|
-
requestPointerLock(): void
|
|
1354
|
-
scroll(options?: ScrollToOptions
|
|
1460
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
1461
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
1462
|
+
scroll(options?: ScrollToOptions): void;
|
|
1355
1463
|
scroll(x: number, y: number): void;
|
|
1356
|
-
scrollBy(options?: ScrollToOptions
|
|
1464
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
1357
1465
|
scrollBy(x: number, y: number): void;
|
|
1358
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
1359
|
-
scrollTo(options?: ScrollToOptions
|
|
1466
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
1467
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
1360
1468
|
scrollTo(x: number, y: number): void;
|
|
1361
1469
|
setAttribute(qualifiedName: string, value: string): void;
|
|
1362
1470
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
1363
1471
|
setAttributeNode(attr: Attr): Attr | null;
|
|
1364
1472
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
1473
|
+
setHTMLUnsafe(html: string): void;
|
|
1365
1474
|
setPointerCapture(pointerId: number): void;
|
|
1366
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
1475
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
1367
1476
|
webkitMatchesSelector(selectors: string): boolean;
|
|
1477
|
+
get textContent(): string;
|
|
1478
|
+
set textContent(value: string | null);
|
|
1368
1479
|
readonly baseURI: string;
|
|
1369
1480
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
1370
1481
|
readonly firstChild: ChildNode | null;
|
|
@@ -1377,22 +1488,21 @@ declare const PickerField_base: {
|
|
|
1377
1488
|
readonly parentElement: HTMLElement | null;
|
|
1378
1489
|
readonly parentNode: ParentNode | null;
|
|
1379
1490
|
readonly previousSibling: ChildNode | null;
|
|
1380
|
-
textContent: string | null;
|
|
1381
1491
|
appendChild<T extends Node>(node: T): T;
|
|
1382
|
-
cloneNode(
|
|
1492
|
+
cloneNode(subtree?: boolean): Node;
|
|
1383
1493
|
compareDocumentPosition(other: Node): number;
|
|
1384
1494
|
contains(other: Node | null): boolean;
|
|
1385
|
-
getRootNode(options?: GetRootNodeOptions
|
|
1495
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
1386
1496
|
hasChildNodes(): boolean;
|
|
1387
|
-
insertBefore<
|
|
1497
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
1388
1498
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
1389
1499
|
isEqualNode(otherNode: Node | null): boolean;
|
|
1390
1500
|
isSameNode(otherNode: Node | null): boolean;
|
|
1391
1501
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
1392
1502
|
lookupPrefix(namespace: string | null): string | null;
|
|
1393
1503
|
normalize(): void;
|
|
1394
|
-
removeChild<
|
|
1395
|
-
replaceChild<
|
|
1504
|
+
removeChild<T extends Node>(child: T): T;
|
|
1505
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
1396
1506
|
readonly ELEMENT_NODE: 1;
|
|
1397
1507
|
readonly ATTRIBUTE_NODE: 2;
|
|
1398
1508
|
readonly TEXT_NODE: 3;
|
|
@@ -1412,35 +1522,49 @@ declare const PickerField_base: {
|
|
|
1412
1522
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
1413
1523
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
1414
1524
|
dispatchEvent(event: Event): boolean;
|
|
1525
|
+
ariaActiveDescendantElement: Element | null;
|
|
1415
1526
|
ariaAtomic: string | null;
|
|
1416
1527
|
ariaAutoComplete: string | null;
|
|
1528
|
+
ariaBrailleLabel: string | null;
|
|
1529
|
+
ariaBrailleRoleDescription: string | null;
|
|
1417
1530
|
ariaBusy: string | null;
|
|
1418
1531
|
ariaChecked: string | null;
|
|
1419
1532
|
ariaColCount: string | null;
|
|
1420
1533
|
ariaColIndex: string | null;
|
|
1534
|
+
ariaColIndexText: string | null;
|
|
1421
1535
|
ariaColSpan: string | null;
|
|
1536
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
1422
1537
|
ariaCurrent: string | null;
|
|
1538
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
1539
|
+
ariaDescription: string | null;
|
|
1540
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
1423
1541
|
ariaDisabled: string | null;
|
|
1542
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
1424
1543
|
ariaExpanded: string | null;
|
|
1544
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
1425
1545
|
ariaHasPopup: string | null;
|
|
1426
1546
|
ariaHidden: string | null;
|
|
1427
1547
|
ariaInvalid: string | null;
|
|
1428
1548
|
ariaKeyShortcuts: string | null;
|
|
1429
1549
|
ariaLabel: string | null;
|
|
1550
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
1430
1551
|
ariaLevel: string | null;
|
|
1431
1552
|
ariaLive: string | null;
|
|
1432
1553
|
ariaModal: string | null;
|
|
1433
1554
|
ariaMultiLine: string | null;
|
|
1434
1555
|
ariaMultiSelectable: string | null;
|
|
1435
1556
|
ariaOrientation: string | null;
|
|
1557
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
1436
1558
|
ariaPlaceholder: string | null;
|
|
1437
1559
|
ariaPosInSet: string | null;
|
|
1438
1560
|
ariaPressed: string | null;
|
|
1439
1561
|
ariaReadOnly: string | null;
|
|
1562
|
+
ariaRelevant: string | null;
|
|
1440
1563
|
ariaRequired: string | null;
|
|
1441
1564
|
ariaRoleDescription: string | null;
|
|
1442
1565
|
ariaRowCount: string | null;
|
|
1443
1566
|
ariaRowIndex: string | null;
|
|
1567
|
+
ariaRowIndexText: string | null;
|
|
1444
1568
|
ariaRowSpan: string | null;
|
|
1445
1569
|
ariaSelected: string | null;
|
|
1446
1570
|
ariaSetSize: string | null;
|
|
@@ -1450,34 +1574,35 @@ declare const PickerField_base: {
|
|
|
1450
1574
|
ariaValueNow: string | null;
|
|
1451
1575
|
ariaValueText: string | null;
|
|
1452
1576
|
role: string | null;
|
|
1453
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
1454
|
-
getAnimations(options?: GetAnimationsOptions
|
|
1455
|
-
after(...nodes: (
|
|
1456
|
-
before(...nodes: (
|
|
1577
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
1578
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
1579
|
+
after(...nodes: (Node | string)[]): void;
|
|
1580
|
+
before(...nodes: (Node | string)[]): void;
|
|
1457
1581
|
remove(): void;
|
|
1458
|
-
replaceWith(...nodes: (
|
|
1459
|
-
innerHTML: string;
|
|
1582
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
1460
1583
|
readonly nextElementSibling: Element | null;
|
|
1461
1584
|
readonly previousElementSibling: Element | null;
|
|
1462
1585
|
readonly childElementCount: number;
|
|
1463
1586
|
readonly children: HTMLCollection;
|
|
1464
1587
|
readonly firstElementChild: Element | null;
|
|
1465
1588
|
readonly lastElementChild: Element | null;
|
|
1466
|
-
append(...nodes: (
|
|
1467
|
-
prepend(...nodes: (
|
|
1468
|
-
querySelector<
|
|
1469
|
-
querySelector<
|
|
1470
|
-
querySelector<
|
|
1471
|
-
querySelector<
|
|
1472
|
-
querySelector<
|
|
1473
|
-
querySelectorAll<
|
|
1474
|
-
querySelectorAll<
|
|
1475
|
-
querySelectorAll<
|
|
1476
|
-
querySelectorAll<
|
|
1477
|
-
querySelectorAll<
|
|
1478
|
-
replaceChildren(...nodes: (
|
|
1589
|
+
append(...nodes: (Node | string)[]): void;
|
|
1590
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
1591
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
1592
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
1593
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
1594
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
1595
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
1596
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
1597
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
1598
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
1599
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
1600
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
1601
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
1479
1602
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
1480
|
-
readonly
|
|
1603
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
1604
|
+
get style(): CSSStyleDeclaration;
|
|
1605
|
+
set style(cssText: string);
|
|
1481
1606
|
contentEditable: string;
|
|
1482
1607
|
enterKeyHint: string;
|
|
1483
1608
|
inputMode: string;
|
|
@@ -1487,16 +1612,20 @@ declare const PickerField_base: {
|
|
|
1487
1612
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1488
1613
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1489
1614
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1490
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
1615
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1491
1616
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
1617
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1618
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1492
1619
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1493
1620
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1494
1621
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1495
1622
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1496
1623
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1497
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
1624
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1498
1625
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1499
|
-
|
|
1626
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1627
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1628
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1500
1629
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1501
1630
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1502
1631
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -1543,12 +1672,14 @@ declare const PickerField_base: {
|
|
|
1543
1672
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1544
1673
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1545
1674
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1675
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1546
1676
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1547
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
1677
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
1548
1678
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1549
1679
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1550
1680
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1551
1681
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1682
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1552
1683
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
1553
1684
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1554
1685
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -1560,7 +1691,7 @@ declare const PickerField_base: {
|
|
|
1560
1691
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
1561
1692
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1562
1693
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1563
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
1694
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1564
1695
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1565
1696
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1566
1697
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -1578,14 +1709,10 @@ declare const PickerField_base: {
|
|
|
1578
1709
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
1579
1710
|
autofocus: boolean;
|
|
1580
1711
|
readonly dataset: DOMStringMap;
|
|
1581
|
-
nonce?: string
|
|
1712
|
+
nonce?: string;
|
|
1582
1713
|
tabIndex: number;
|
|
1583
1714
|
blur(): void;
|
|
1584
|
-
focus(options?: FocusOptions
|
|
1585
|
-
ariaColIndexText: string | null;
|
|
1586
|
-
ariaDescription: string | null;
|
|
1587
|
-
ariaRowIndexText: string | null;
|
|
1588
|
-
ariaRelevant: string | null;
|
|
1715
|
+
focus(options?: FocusOptions): void;
|
|
1589
1716
|
roleChanged(prev: string | null, next: string | null): void;
|
|
1590
1717
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
1591
1718
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -1628,7 +1755,7 @@ declare const PickerField_base: {
|
|
|
1628
1755
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
1629
1756
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
1630
1757
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
1631
|
-
"__#
|
|
1758
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
1632
1759
|
newPropertyName: string;
|
|
1633
1760
|
deprecatedPropertyName: string;
|
|
1634
1761
|
fromDeprecated: (v: any) => any;
|
|
@@ -1639,14 +1766,15 @@ declare const PickerField_base: {
|
|
|
1639
1766
|
new (...args: any[]): {
|
|
1640
1767
|
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
1641
1768
|
connectedCallback(): void;
|
|
1642
|
-
_vividAriaBehaviour: import(
|
|
1643
|
-
readonly $fastController: import(
|
|
1644
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
1769
|
+
_vividAriaBehaviour: import('../aria/aria-mixin').VividAriaBehaviour;
|
|
1770
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
1771
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
1645
1772
|
disconnectedCallback(): void;
|
|
1646
1773
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
1647
1774
|
accessKey: string;
|
|
1648
1775
|
readonly accessKeyLabel: string;
|
|
1649
1776
|
autocapitalize: string;
|
|
1777
|
+
autocorrect: boolean;
|
|
1650
1778
|
dir: string;
|
|
1651
1779
|
draggable: boolean;
|
|
1652
1780
|
hidden: boolean;
|
|
@@ -1659,30 +1787,39 @@ declare const PickerField_base: {
|
|
|
1659
1787
|
readonly offsetTop: number;
|
|
1660
1788
|
readonly offsetWidth: number;
|
|
1661
1789
|
outerText: string;
|
|
1790
|
+
popover: string | null;
|
|
1662
1791
|
spellcheck: boolean;
|
|
1663
1792
|
title: string;
|
|
1664
1793
|
translate: boolean;
|
|
1794
|
+
writingSuggestions: string;
|
|
1665
1795
|
attachInternals(): ElementInternals;
|
|
1666
1796
|
click(): void;
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1797
|
+
hidePopover(): void;
|
|
1798
|
+
showPopover(): void;
|
|
1799
|
+
togglePopover(options?: boolean): boolean;
|
|
1800
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1801
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1802
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1803
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1671
1804
|
readonly attributes: NamedNodeMap;
|
|
1672
|
-
|
|
1805
|
+
get classList(): DOMTokenList;
|
|
1806
|
+
set classList(value: string);
|
|
1673
1807
|
className: string;
|
|
1674
1808
|
readonly clientHeight: number;
|
|
1675
1809
|
readonly clientLeft: number;
|
|
1676
1810
|
readonly clientTop: number;
|
|
1677
1811
|
readonly clientWidth: number;
|
|
1812
|
+
readonly currentCSSZoom: number;
|
|
1678
1813
|
id: string;
|
|
1814
|
+
innerHTML: string;
|
|
1679
1815
|
readonly localName: string;
|
|
1680
1816
|
readonly namespaceURI: string | null;
|
|
1681
1817
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
1682
1818
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
1683
1819
|
outerHTML: string;
|
|
1684
1820
|
readonly ownerDocument: Document;
|
|
1685
|
-
|
|
1821
|
+
get part(): DOMTokenList;
|
|
1822
|
+
set part(value: string);
|
|
1686
1823
|
readonly prefix: string | null;
|
|
1687
1824
|
readonly scrollHeight: number;
|
|
1688
1825
|
scrollLeft: number;
|
|
@@ -1692,11 +1829,12 @@ declare const PickerField_base: {
|
|
|
1692
1829
|
slot: string;
|
|
1693
1830
|
readonly tagName: string;
|
|
1694
1831
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1695
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
1696
|
-
closest<
|
|
1697
|
-
closest<
|
|
1698
|
-
closest<
|
|
1699
|
-
closest<
|
|
1832
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
1833
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
1834
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
1835
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
1836
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
1837
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
1700
1838
|
getAttribute(qualifiedName: string): string | null;
|
|
1701
1839
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
1702
1840
|
getAttributeNames(): string[];
|
|
@@ -1705,43 +1843,47 @@ declare const PickerField_base: {
|
|
|
1705
1843
|
getBoundingClientRect(): DOMRect;
|
|
1706
1844
|
getClientRects(): DOMRectList;
|
|
1707
1845
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
1708
|
-
getElementsByTagName<
|
|
1709
|
-
getElementsByTagName<
|
|
1710
|
-
getElementsByTagName<
|
|
1711
|
-
getElementsByTagName<
|
|
1846
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
1847
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
1848
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
1849
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
1712
1850
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1713
1851
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1714
1852
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
1715
1853
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
1716
1854
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
1855
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
1717
1856
|
hasAttribute(qualifiedName: string): boolean;
|
|
1718
1857
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
1719
1858
|
hasAttributes(): boolean;
|
|
1720
1859
|
hasPointerCapture(pointerId: number): boolean;
|
|
1721
1860
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
1722
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
1861
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
1723
1862
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
1724
1863
|
matches(selectors: string): boolean;
|
|
1725
1864
|
releasePointerCapture(pointerId: number): void;
|
|
1726
1865
|
removeAttribute(qualifiedName: string): void;
|
|
1727
1866
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
1728
1867
|
removeAttributeNode(attr: Attr): Attr;
|
|
1729
|
-
requestFullscreen(options?: FullscreenOptions
|
|
1730
|
-
requestPointerLock(): void
|
|
1731
|
-
scroll(options?: ScrollToOptions
|
|
1868
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
1869
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
1870
|
+
scroll(options?: ScrollToOptions): void;
|
|
1732
1871
|
scroll(x: number, y: number): void;
|
|
1733
|
-
scrollBy(options?: ScrollToOptions
|
|
1872
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
1734
1873
|
scrollBy(x: number, y: number): void;
|
|
1735
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
1736
|
-
scrollTo(options?: ScrollToOptions
|
|
1874
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
1875
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
1737
1876
|
scrollTo(x: number, y: number): void;
|
|
1738
1877
|
setAttribute(qualifiedName: string, value: string): void;
|
|
1739
1878
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
1740
1879
|
setAttributeNode(attr: Attr): Attr | null;
|
|
1741
1880
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
1881
|
+
setHTMLUnsafe(html: string): void;
|
|
1742
1882
|
setPointerCapture(pointerId: number): void;
|
|
1743
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
1883
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
1744
1884
|
webkitMatchesSelector(selectors: string): boolean;
|
|
1885
|
+
get textContent(): string;
|
|
1886
|
+
set textContent(value: string | null);
|
|
1745
1887
|
readonly baseURI: string;
|
|
1746
1888
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
1747
1889
|
readonly firstChild: ChildNode | null;
|
|
@@ -1754,22 +1896,21 @@ declare const PickerField_base: {
|
|
|
1754
1896
|
readonly parentElement: HTMLElement | null;
|
|
1755
1897
|
readonly parentNode: ParentNode | null;
|
|
1756
1898
|
readonly previousSibling: ChildNode | null;
|
|
1757
|
-
textContent: string | null;
|
|
1758
1899
|
appendChild<T extends Node>(node: T): T;
|
|
1759
|
-
cloneNode(
|
|
1900
|
+
cloneNode(subtree?: boolean): Node;
|
|
1760
1901
|
compareDocumentPosition(other: Node): number;
|
|
1761
1902
|
contains(other: Node | null): boolean;
|
|
1762
|
-
getRootNode(options?: GetRootNodeOptions
|
|
1903
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
1763
1904
|
hasChildNodes(): boolean;
|
|
1764
|
-
insertBefore<
|
|
1905
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
1765
1906
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
1766
1907
|
isEqualNode(otherNode: Node | null): boolean;
|
|
1767
1908
|
isSameNode(otherNode: Node | null): boolean;
|
|
1768
1909
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
1769
1910
|
lookupPrefix(namespace: string | null): string | null;
|
|
1770
1911
|
normalize(): void;
|
|
1771
|
-
removeChild<
|
|
1772
|
-
replaceChild<
|
|
1912
|
+
removeChild<T extends Node>(child: T): T;
|
|
1913
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
1773
1914
|
readonly ELEMENT_NODE: 1;
|
|
1774
1915
|
readonly ATTRIBUTE_NODE: 2;
|
|
1775
1916
|
readonly TEXT_NODE: 3;
|
|
@@ -1789,35 +1930,49 @@ declare const PickerField_base: {
|
|
|
1789
1930
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
1790
1931
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
1791
1932
|
dispatchEvent(event: Event): boolean;
|
|
1933
|
+
ariaActiveDescendantElement: Element | null;
|
|
1792
1934
|
ariaAtomic: string | null;
|
|
1793
1935
|
ariaAutoComplete: string | null;
|
|
1936
|
+
ariaBrailleLabel: string | null;
|
|
1937
|
+
ariaBrailleRoleDescription: string | null;
|
|
1794
1938
|
ariaBusy: string | null;
|
|
1795
1939
|
ariaChecked: string | null;
|
|
1796
1940
|
ariaColCount: string | null;
|
|
1797
1941
|
ariaColIndex: string | null;
|
|
1942
|
+
ariaColIndexText: string | null;
|
|
1798
1943
|
ariaColSpan: string | null;
|
|
1944
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
1799
1945
|
ariaCurrent: string | null;
|
|
1946
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
1947
|
+
ariaDescription: string | null;
|
|
1948
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
1800
1949
|
ariaDisabled: string | null;
|
|
1950
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
1801
1951
|
ariaExpanded: string | null;
|
|
1952
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
1802
1953
|
ariaHasPopup: string | null;
|
|
1803
1954
|
ariaHidden: string | null;
|
|
1804
1955
|
ariaInvalid: string | null;
|
|
1805
1956
|
ariaKeyShortcuts: string | null;
|
|
1806
1957
|
ariaLabel: string | null;
|
|
1958
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
1807
1959
|
ariaLevel: string | null;
|
|
1808
1960
|
ariaLive: string | null;
|
|
1809
1961
|
ariaModal: string | null;
|
|
1810
1962
|
ariaMultiLine: string | null;
|
|
1811
1963
|
ariaMultiSelectable: string | null;
|
|
1812
1964
|
ariaOrientation: string | null;
|
|
1965
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
1813
1966
|
ariaPlaceholder: string | null;
|
|
1814
1967
|
ariaPosInSet: string | null;
|
|
1815
1968
|
ariaPressed: string | null;
|
|
1816
1969
|
ariaReadOnly: string | null;
|
|
1970
|
+
ariaRelevant: string | null;
|
|
1817
1971
|
ariaRequired: string | null;
|
|
1818
1972
|
ariaRoleDescription: string | null;
|
|
1819
1973
|
ariaRowCount: string | null;
|
|
1820
1974
|
ariaRowIndex: string | null;
|
|
1975
|
+
ariaRowIndexText: string | null;
|
|
1821
1976
|
ariaRowSpan: string | null;
|
|
1822
1977
|
ariaSelected: string | null;
|
|
1823
1978
|
ariaSetSize: string | null;
|
|
@@ -1827,34 +1982,35 @@ declare const PickerField_base: {
|
|
|
1827
1982
|
ariaValueNow: string | null;
|
|
1828
1983
|
ariaValueText: string | null;
|
|
1829
1984
|
role: string | null;
|
|
1830
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
1831
|
-
getAnimations(options?: GetAnimationsOptions
|
|
1832
|
-
after(...nodes: (
|
|
1833
|
-
before(...nodes: (
|
|
1985
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
1986
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
1987
|
+
after(...nodes: (Node | string)[]): void;
|
|
1988
|
+
before(...nodes: (Node | string)[]): void;
|
|
1834
1989
|
remove(): void;
|
|
1835
|
-
replaceWith(...nodes: (
|
|
1836
|
-
innerHTML: string;
|
|
1990
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
1837
1991
|
readonly nextElementSibling: Element | null;
|
|
1838
1992
|
readonly previousElementSibling: Element | null;
|
|
1839
1993
|
readonly childElementCount: number;
|
|
1840
1994
|
readonly children: HTMLCollection;
|
|
1841
1995
|
readonly firstElementChild: Element | null;
|
|
1842
1996
|
readonly lastElementChild: Element | null;
|
|
1843
|
-
append(...nodes: (
|
|
1844
|
-
prepend(...nodes: (
|
|
1845
|
-
querySelector<
|
|
1846
|
-
querySelector<
|
|
1847
|
-
querySelector<
|
|
1848
|
-
querySelector<
|
|
1849
|
-
querySelector<
|
|
1850
|
-
querySelectorAll<
|
|
1851
|
-
querySelectorAll<
|
|
1852
|
-
querySelectorAll<
|
|
1853
|
-
querySelectorAll<
|
|
1854
|
-
querySelectorAll<
|
|
1855
|
-
replaceChildren(...nodes: (
|
|
1997
|
+
append(...nodes: (Node | string)[]): void;
|
|
1998
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
1999
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
2000
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
2001
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
2002
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
2003
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
2004
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
2005
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
2006
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
2007
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
2008
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
2009
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
1856
2010
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
1857
|
-
readonly
|
|
2011
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
2012
|
+
get style(): CSSStyleDeclaration;
|
|
2013
|
+
set style(cssText: string);
|
|
1858
2014
|
contentEditable: string;
|
|
1859
2015
|
enterKeyHint: string;
|
|
1860
2016
|
inputMode: string;
|
|
@@ -1864,16 +2020,20 @@ declare const PickerField_base: {
|
|
|
1864
2020
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1865
2021
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1866
2022
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1867
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
2023
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1868
2024
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
2025
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2026
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1869
2027
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1870
2028
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1871
2029
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1872
2030
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1873
2031
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1874
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
2032
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1875
2033
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1876
|
-
|
|
2034
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2035
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2036
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1877
2037
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1878
2038
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1879
2039
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -1920,12 +2080,14 @@ declare const PickerField_base: {
|
|
|
1920
2080
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1921
2081
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1922
2082
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2083
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1923
2084
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1924
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
2085
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
1925
2086
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1926
2087
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1927
2088
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1928
2089
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2090
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1929
2091
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
1930
2092
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1931
2093
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -1937,7 +2099,7 @@ declare const PickerField_base: {
|
|
|
1937
2099
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
1938
2100
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1939
2101
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1940
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
2102
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1941
2103
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1942
2104
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1943
2105
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -1955,14 +2117,10 @@ declare const PickerField_base: {
|
|
|
1955
2117
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
1956
2118
|
autofocus: boolean;
|
|
1957
2119
|
readonly dataset: DOMStringMap;
|
|
1958
|
-
nonce?: string
|
|
2120
|
+
nonce?: string;
|
|
1959
2121
|
tabIndex: number;
|
|
1960
2122
|
blur(): void;
|
|
1961
|
-
focus(options?: FocusOptions
|
|
1962
|
-
ariaColIndexText: string | null;
|
|
1963
|
-
ariaDescription: string | null;
|
|
1964
|
-
ariaRowIndexText: string | null;
|
|
1965
|
-
ariaRelevant: string | null;
|
|
2123
|
+
focus(options?: FocusOptions): void;
|
|
1966
2124
|
roleChanged(prev: string | null, next: string | null): void;
|
|
1967
2125
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
1968
2126
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -2005,7 +2163,7 @@ declare const PickerField_base: {
|
|
|
2005
2163
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
2006
2164
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
2007
2165
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
2008
|
-
"__#
|
|
2166
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
2009
2167
|
newPropertyName: string;
|
|
2010
2168
|
deprecatedPropertyName: string;
|
|
2011
2169
|
fromDeprecated: (v: any) => any;
|
|
@@ -2014,16 +2172,17 @@ declare const PickerField_base: {
|
|
|
2014
2172
|
};
|
|
2015
2173
|
} & {
|
|
2016
2174
|
new (...args: any[]): {
|
|
2017
|
-
|
|
2175
|
+
get locale(): import('../localization/Locale').Locale;
|
|
2018
2176
|
connectedCallback(): void;
|
|
2019
|
-
_vividAriaBehaviour: import(
|
|
2020
|
-
readonly $fastController: import(
|
|
2021
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
2177
|
+
_vividAriaBehaviour: import('../aria/aria-mixin').VividAriaBehaviour;
|
|
2178
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
2179
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
2022
2180
|
disconnectedCallback(): void;
|
|
2023
2181
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
2024
2182
|
accessKey: string;
|
|
2025
2183
|
readonly accessKeyLabel: string;
|
|
2026
2184
|
autocapitalize: string;
|
|
2185
|
+
autocorrect: boolean;
|
|
2027
2186
|
dir: string;
|
|
2028
2187
|
draggable: boolean;
|
|
2029
2188
|
hidden: boolean;
|
|
@@ -2036,30 +2195,39 @@ declare const PickerField_base: {
|
|
|
2036
2195
|
readonly offsetTop: number;
|
|
2037
2196
|
readonly offsetWidth: number;
|
|
2038
2197
|
outerText: string;
|
|
2198
|
+
popover: string | null;
|
|
2039
2199
|
spellcheck: boolean;
|
|
2040
2200
|
title: string;
|
|
2041
2201
|
translate: boolean;
|
|
2202
|
+
writingSuggestions: string;
|
|
2042
2203
|
attachInternals(): ElementInternals;
|
|
2043
2204
|
click(): void;
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
|
|
2205
|
+
hidePopover(): void;
|
|
2206
|
+
showPopover(): void;
|
|
2207
|
+
togglePopover(options?: boolean): boolean;
|
|
2208
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2209
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
2210
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2211
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
2048
2212
|
readonly attributes: NamedNodeMap;
|
|
2049
|
-
|
|
2213
|
+
get classList(): DOMTokenList;
|
|
2214
|
+
set classList(value: string);
|
|
2050
2215
|
className: string;
|
|
2051
2216
|
readonly clientHeight: number;
|
|
2052
2217
|
readonly clientLeft: number;
|
|
2053
2218
|
readonly clientTop: number;
|
|
2054
2219
|
readonly clientWidth: number;
|
|
2220
|
+
readonly currentCSSZoom: number;
|
|
2055
2221
|
id: string;
|
|
2222
|
+
innerHTML: string;
|
|
2056
2223
|
readonly localName: string;
|
|
2057
2224
|
readonly namespaceURI: string | null;
|
|
2058
2225
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
2059
2226
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
2060
2227
|
outerHTML: string;
|
|
2061
2228
|
readonly ownerDocument: Document;
|
|
2062
|
-
|
|
2229
|
+
get part(): DOMTokenList;
|
|
2230
|
+
set part(value: string);
|
|
2063
2231
|
readonly prefix: string | null;
|
|
2064
2232
|
readonly scrollHeight: number;
|
|
2065
2233
|
scrollLeft: number;
|
|
@@ -2069,11 +2237,12 @@ declare const PickerField_base: {
|
|
|
2069
2237
|
slot: string;
|
|
2070
2238
|
readonly tagName: string;
|
|
2071
2239
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
2072
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
2073
|
-
closest<
|
|
2074
|
-
closest<
|
|
2075
|
-
closest<
|
|
2076
|
-
closest<
|
|
2240
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
2241
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
2242
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
2243
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
2244
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
2245
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
2077
2246
|
getAttribute(qualifiedName: string): string | null;
|
|
2078
2247
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
2079
2248
|
getAttributeNames(): string[];
|
|
@@ -2082,43 +2251,47 @@ declare const PickerField_base: {
|
|
|
2082
2251
|
getBoundingClientRect(): DOMRect;
|
|
2083
2252
|
getClientRects(): DOMRectList;
|
|
2084
2253
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
2085
|
-
getElementsByTagName<
|
|
2086
|
-
getElementsByTagName<
|
|
2087
|
-
getElementsByTagName<
|
|
2088
|
-
getElementsByTagName<
|
|
2254
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
2255
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
2256
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
2257
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
2089
2258
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
2090
2259
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
2091
2260
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
2092
2261
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
2093
2262
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
2263
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
2094
2264
|
hasAttribute(qualifiedName: string): boolean;
|
|
2095
2265
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
2096
2266
|
hasAttributes(): boolean;
|
|
2097
2267
|
hasPointerCapture(pointerId: number): boolean;
|
|
2098
2268
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
2099
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
2269
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
2100
2270
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
2101
2271
|
matches(selectors: string): boolean;
|
|
2102
2272
|
releasePointerCapture(pointerId: number): void;
|
|
2103
2273
|
removeAttribute(qualifiedName: string): void;
|
|
2104
2274
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
2105
2275
|
removeAttributeNode(attr: Attr): Attr;
|
|
2106
|
-
requestFullscreen(options?: FullscreenOptions
|
|
2107
|
-
requestPointerLock(): void
|
|
2108
|
-
scroll(options?: ScrollToOptions
|
|
2276
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
2277
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
2278
|
+
scroll(options?: ScrollToOptions): void;
|
|
2109
2279
|
scroll(x: number, y: number): void;
|
|
2110
|
-
scrollBy(options?: ScrollToOptions
|
|
2280
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
2111
2281
|
scrollBy(x: number, y: number): void;
|
|
2112
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
2113
|
-
scrollTo(options?: ScrollToOptions
|
|
2282
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
2283
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
2114
2284
|
scrollTo(x: number, y: number): void;
|
|
2115
2285
|
setAttribute(qualifiedName: string, value: string): void;
|
|
2116
2286
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
2117
2287
|
setAttributeNode(attr: Attr): Attr | null;
|
|
2118
2288
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
2289
|
+
setHTMLUnsafe(html: string): void;
|
|
2119
2290
|
setPointerCapture(pointerId: number): void;
|
|
2120
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
2291
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
2121
2292
|
webkitMatchesSelector(selectors: string): boolean;
|
|
2293
|
+
get textContent(): string;
|
|
2294
|
+
set textContent(value: string | null);
|
|
2122
2295
|
readonly baseURI: string;
|
|
2123
2296
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
2124
2297
|
readonly firstChild: ChildNode | null;
|
|
@@ -2131,22 +2304,21 @@ declare const PickerField_base: {
|
|
|
2131
2304
|
readonly parentElement: HTMLElement | null;
|
|
2132
2305
|
readonly parentNode: ParentNode | null;
|
|
2133
2306
|
readonly previousSibling: ChildNode | null;
|
|
2134
|
-
textContent: string | null;
|
|
2135
2307
|
appendChild<T extends Node>(node: T): T;
|
|
2136
|
-
cloneNode(
|
|
2308
|
+
cloneNode(subtree?: boolean): Node;
|
|
2137
2309
|
compareDocumentPosition(other: Node): number;
|
|
2138
2310
|
contains(other: Node | null): boolean;
|
|
2139
|
-
getRootNode(options?: GetRootNodeOptions
|
|
2311
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
2140
2312
|
hasChildNodes(): boolean;
|
|
2141
|
-
insertBefore<
|
|
2313
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
2142
2314
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
2143
2315
|
isEqualNode(otherNode: Node | null): boolean;
|
|
2144
2316
|
isSameNode(otherNode: Node | null): boolean;
|
|
2145
2317
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
2146
2318
|
lookupPrefix(namespace: string | null): string | null;
|
|
2147
2319
|
normalize(): void;
|
|
2148
|
-
removeChild<
|
|
2149
|
-
replaceChild<
|
|
2320
|
+
removeChild<T extends Node>(child: T): T;
|
|
2321
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
2150
2322
|
readonly ELEMENT_NODE: 1;
|
|
2151
2323
|
readonly ATTRIBUTE_NODE: 2;
|
|
2152
2324
|
readonly TEXT_NODE: 3;
|
|
@@ -2166,35 +2338,49 @@ declare const PickerField_base: {
|
|
|
2166
2338
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
2167
2339
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
2168
2340
|
dispatchEvent(event: Event): boolean;
|
|
2341
|
+
ariaActiveDescendantElement: Element | null;
|
|
2169
2342
|
ariaAtomic: string | null;
|
|
2170
2343
|
ariaAutoComplete: string | null;
|
|
2344
|
+
ariaBrailleLabel: string | null;
|
|
2345
|
+
ariaBrailleRoleDescription: string | null;
|
|
2171
2346
|
ariaBusy: string | null;
|
|
2172
2347
|
ariaChecked: string | null;
|
|
2173
2348
|
ariaColCount: string | null;
|
|
2174
2349
|
ariaColIndex: string | null;
|
|
2350
|
+
ariaColIndexText: string | null;
|
|
2175
2351
|
ariaColSpan: string | null;
|
|
2352
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
2176
2353
|
ariaCurrent: string | null;
|
|
2354
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
2355
|
+
ariaDescription: string | null;
|
|
2356
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
2177
2357
|
ariaDisabled: string | null;
|
|
2358
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
2178
2359
|
ariaExpanded: string | null;
|
|
2360
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
2179
2361
|
ariaHasPopup: string | null;
|
|
2180
2362
|
ariaHidden: string | null;
|
|
2181
2363
|
ariaInvalid: string | null;
|
|
2182
2364
|
ariaKeyShortcuts: string | null;
|
|
2183
2365
|
ariaLabel: string | null;
|
|
2366
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
2184
2367
|
ariaLevel: string | null;
|
|
2185
2368
|
ariaLive: string | null;
|
|
2186
2369
|
ariaModal: string | null;
|
|
2187
2370
|
ariaMultiLine: string | null;
|
|
2188
2371
|
ariaMultiSelectable: string | null;
|
|
2189
2372
|
ariaOrientation: string | null;
|
|
2373
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
2190
2374
|
ariaPlaceholder: string | null;
|
|
2191
2375
|
ariaPosInSet: string | null;
|
|
2192
2376
|
ariaPressed: string | null;
|
|
2193
2377
|
ariaReadOnly: string | null;
|
|
2378
|
+
ariaRelevant: string | null;
|
|
2194
2379
|
ariaRequired: string | null;
|
|
2195
2380
|
ariaRoleDescription: string | null;
|
|
2196
2381
|
ariaRowCount: string | null;
|
|
2197
2382
|
ariaRowIndex: string | null;
|
|
2383
|
+
ariaRowIndexText: string | null;
|
|
2198
2384
|
ariaRowSpan: string | null;
|
|
2199
2385
|
ariaSelected: string | null;
|
|
2200
2386
|
ariaSetSize: string | null;
|
|
@@ -2204,34 +2390,35 @@ declare const PickerField_base: {
|
|
|
2204
2390
|
ariaValueNow: string | null;
|
|
2205
2391
|
ariaValueText: string | null;
|
|
2206
2392
|
role: string | null;
|
|
2207
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
2208
|
-
getAnimations(options?: GetAnimationsOptions
|
|
2209
|
-
after(...nodes: (
|
|
2210
|
-
before(...nodes: (
|
|
2393
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
2394
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
2395
|
+
after(...nodes: (Node | string)[]): void;
|
|
2396
|
+
before(...nodes: (Node | string)[]): void;
|
|
2211
2397
|
remove(): void;
|
|
2212
|
-
replaceWith(...nodes: (
|
|
2213
|
-
innerHTML: string;
|
|
2398
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
2214
2399
|
readonly nextElementSibling: Element | null;
|
|
2215
2400
|
readonly previousElementSibling: Element | null;
|
|
2216
2401
|
readonly childElementCount: number;
|
|
2217
2402
|
readonly children: HTMLCollection;
|
|
2218
2403
|
readonly firstElementChild: Element | null;
|
|
2219
2404
|
readonly lastElementChild: Element | null;
|
|
2220
|
-
append(...nodes: (
|
|
2221
|
-
prepend(...nodes: (
|
|
2222
|
-
querySelector<
|
|
2223
|
-
querySelector<
|
|
2224
|
-
querySelector<
|
|
2225
|
-
querySelector<
|
|
2226
|
-
querySelector<
|
|
2227
|
-
querySelectorAll<
|
|
2228
|
-
querySelectorAll<
|
|
2229
|
-
querySelectorAll<
|
|
2230
|
-
querySelectorAll<
|
|
2231
|
-
querySelectorAll<
|
|
2232
|
-
replaceChildren(...nodes: (
|
|
2405
|
+
append(...nodes: (Node | string)[]): void;
|
|
2406
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
2407
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
2408
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
2409
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
2410
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
2411
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
2412
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
2413
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
2414
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
2415
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
2416
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
2417
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
2233
2418
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
2234
|
-
readonly
|
|
2419
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
2420
|
+
get style(): CSSStyleDeclaration;
|
|
2421
|
+
set style(cssText: string);
|
|
2235
2422
|
contentEditable: string;
|
|
2236
2423
|
enterKeyHint: string;
|
|
2237
2424
|
inputMode: string;
|
|
@@ -2241,16 +2428,20 @@ declare const PickerField_base: {
|
|
|
2241
2428
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2242
2429
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2243
2430
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2244
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
2431
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2245
2432
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
2433
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2434
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
2246
2435
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
2247
2436
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2248
2437
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2249
2438
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2250
2439
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2251
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
2440
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2252
2441
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2253
|
-
|
|
2442
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2443
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2444
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2254
2445
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
2255
2446
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2256
2447
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -2297,12 +2488,14 @@ declare const PickerField_base: {
|
|
|
2297
2488
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2298
2489
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2299
2490
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2491
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2300
2492
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2301
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
2493
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
2302
2494
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2303
2495
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2304
2496
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
2305
2497
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2498
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2306
2499
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
2307
2500
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2308
2501
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -2314,7 +2507,7 @@ declare const PickerField_base: {
|
|
|
2314
2507
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
2315
2508
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2316
2509
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2317
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
2510
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
2318
2511
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2319
2512
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2320
2513
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -2332,14 +2525,10 @@ declare const PickerField_base: {
|
|
|
2332
2525
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
2333
2526
|
autofocus: boolean;
|
|
2334
2527
|
readonly dataset: DOMStringMap;
|
|
2335
|
-
nonce?: string
|
|
2528
|
+
nonce?: string;
|
|
2336
2529
|
tabIndex: number;
|
|
2337
2530
|
blur(): void;
|
|
2338
|
-
focus(options?: FocusOptions
|
|
2339
|
-
ariaColIndexText: string | null;
|
|
2340
|
-
ariaDescription: string | null;
|
|
2341
|
-
ariaRowIndexText: string | null;
|
|
2342
|
-
ariaRelevant: string | null;
|
|
2531
|
+
focus(options?: FocusOptions): void;
|
|
2343
2532
|
roleChanged(prev: string | null, next: string | null): void;
|
|
2344
2533
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
2345
2534
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -2382,7 +2571,7 @@ declare const PickerField_base: {
|
|
|
2382
2571
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
2383
2572
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
2384
2573
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
2385
|
-
"__#
|
|
2574
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
2386
2575
|
newPropertyName: string;
|
|
2387
2576
|
deprecatedPropertyName: string;
|
|
2388
2577
|
fromDeprecated: (v: any) => any;
|
|
@@ -2391,17 +2580,18 @@ declare const PickerField_base: {
|
|
|
2391
2580
|
};
|
|
2392
2581
|
} & {
|
|
2393
2582
|
new (...args: any[]): {
|
|
2394
|
-
proxy: import(
|
|
2395
|
-
|
|
2396
|
-
|
|
2397
|
-
|
|
2398
|
-
|
|
2399
|
-
|
|
2583
|
+
proxy: import('../foundation/form-associated/form-associated').ProxyElement;
|
|
2584
|
+
get validity(): ValidityState;
|
|
2585
|
+
get form(): HTMLFormElement | null;
|
|
2586
|
+
get validationMessage(): string;
|
|
2587
|
+
get willValidate(): boolean;
|
|
2588
|
+
get labels(): ReadonlyArray<Node>;
|
|
2400
2589
|
dirtyValue: boolean;
|
|
2401
|
-
proxySlot?: HTMLSlotElement
|
|
2590
|
+
proxySlot?: HTMLSlotElement;
|
|
2402
2591
|
value: string;
|
|
2403
2592
|
valueChanged(_previous: string, _next: string): void;
|
|
2404
|
-
currentValue: string;
|
|
2593
|
+
get currentValue(): string;
|
|
2594
|
+
set currentValue(value: string);
|
|
2405
2595
|
initialValue: string;
|
|
2406
2596
|
initialValueChanged(_previous: string, _next: string): void;
|
|
2407
2597
|
disabled: boolean;
|
|
@@ -2410,29 +2600,30 @@ declare const PickerField_base: {
|
|
|
2410
2600
|
nameChanged(_previous: string, _next: string): void;
|
|
2411
2601
|
required: boolean;
|
|
2412
2602
|
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
2413
|
-
|
|
2603
|
+
get elementInternals(): ElementInternals | null;
|
|
2414
2604
|
proxyEventsToBlock: string[];
|
|
2415
2605
|
connectedCallback(): void;
|
|
2416
2606
|
disconnectedCallback(): void;
|
|
2417
2607
|
checkValidity(): boolean;
|
|
2418
2608
|
reportValidity(): boolean;
|
|
2419
|
-
setValidity(flags: ValidityStateFlags, message?: string
|
|
2609
|
+
setValidity(flags: ValidityStateFlags, message?: string, anchor?: HTMLElement): void;
|
|
2420
2610
|
formDisabledCallback(disabled: boolean): void;
|
|
2421
2611
|
formResetCallback(): void;
|
|
2422
2612
|
proxyInitialized: boolean;
|
|
2423
2613
|
attachProxy(): void;
|
|
2424
2614
|
detachProxy(): void;
|
|
2425
|
-
validate(anchor?: HTMLElement
|
|
2426
|
-
setFormValue(value:
|
|
2615
|
+
validate(anchor?: HTMLElement): void;
|
|
2616
|
+
setFormValue(value: File | string | FormData | null, state?: File | string | FormData | null): void;
|
|
2427
2617
|
_keypressHandler(e: KeyboardEvent): void;
|
|
2428
2618
|
stopPropagation(e: Event): void;
|
|
2429
|
-
_vividAriaBehaviour: import(
|
|
2430
|
-
readonly $fastController: import(
|
|
2431
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
2619
|
+
_vividAriaBehaviour: import('../aria/aria-mixin').VividAriaBehaviour;
|
|
2620
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
2621
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
2432
2622
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
2433
2623
|
accessKey: string;
|
|
2434
2624
|
readonly accessKeyLabel: string;
|
|
2435
2625
|
autocapitalize: string;
|
|
2626
|
+
autocorrect: boolean;
|
|
2436
2627
|
dir: string;
|
|
2437
2628
|
draggable: boolean;
|
|
2438
2629
|
hidden: boolean;
|
|
@@ -2445,30 +2636,39 @@ declare const PickerField_base: {
|
|
|
2445
2636
|
readonly offsetTop: number;
|
|
2446
2637
|
readonly offsetWidth: number;
|
|
2447
2638
|
outerText: string;
|
|
2639
|
+
popover: string | null;
|
|
2448
2640
|
spellcheck: boolean;
|
|
2449
2641
|
title: string;
|
|
2450
2642
|
translate: boolean;
|
|
2643
|
+
writingSuggestions: string;
|
|
2451
2644
|
attachInternals(): ElementInternals;
|
|
2452
2645
|
click(): void;
|
|
2453
|
-
|
|
2454
|
-
|
|
2455
|
-
|
|
2456
|
-
|
|
2646
|
+
hidePopover(): void;
|
|
2647
|
+
showPopover(): void;
|
|
2648
|
+
togglePopover(options?: boolean): boolean;
|
|
2649
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2650
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
2651
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2652
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
2457
2653
|
readonly attributes: NamedNodeMap;
|
|
2458
|
-
|
|
2654
|
+
get classList(): DOMTokenList;
|
|
2655
|
+
set classList(value: string);
|
|
2459
2656
|
className: string;
|
|
2460
2657
|
readonly clientHeight: number;
|
|
2461
2658
|
readonly clientLeft: number;
|
|
2462
2659
|
readonly clientTop: number;
|
|
2463
2660
|
readonly clientWidth: number;
|
|
2661
|
+
readonly currentCSSZoom: number;
|
|
2464
2662
|
id: string;
|
|
2663
|
+
innerHTML: string;
|
|
2465
2664
|
readonly localName: string;
|
|
2466
2665
|
readonly namespaceURI: string | null;
|
|
2467
2666
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
2468
2667
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
2469
2668
|
outerHTML: string;
|
|
2470
2669
|
readonly ownerDocument: Document;
|
|
2471
|
-
|
|
2670
|
+
get part(): DOMTokenList;
|
|
2671
|
+
set part(value: string);
|
|
2472
2672
|
readonly prefix: string | null;
|
|
2473
2673
|
readonly scrollHeight: number;
|
|
2474
2674
|
scrollLeft: number;
|
|
@@ -2478,11 +2678,12 @@ declare const PickerField_base: {
|
|
|
2478
2678
|
slot: string;
|
|
2479
2679
|
readonly tagName: string;
|
|
2480
2680
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
2481
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
2482
|
-
closest<
|
|
2483
|
-
closest<
|
|
2484
|
-
closest<
|
|
2485
|
-
closest<
|
|
2681
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
2682
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
2683
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
2684
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
2685
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
2686
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
2486
2687
|
getAttribute(qualifiedName: string): string | null;
|
|
2487
2688
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
2488
2689
|
getAttributeNames(): string[];
|
|
@@ -2491,43 +2692,47 @@ declare const PickerField_base: {
|
|
|
2491
2692
|
getBoundingClientRect(): DOMRect;
|
|
2492
2693
|
getClientRects(): DOMRectList;
|
|
2493
2694
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
2494
|
-
getElementsByTagName<
|
|
2495
|
-
getElementsByTagName<
|
|
2496
|
-
getElementsByTagName<
|
|
2497
|
-
getElementsByTagName<
|
|
2695
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
2696
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
2697
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
2698
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
2498
2699
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
2499
2700
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
2500
2701
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
2501
2702
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
2502
2703
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
2704
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
2503
2705
|
hasAttribute(qualifiedName: string): boolean;
|
|
2504
2706
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
2505
2707
|
hasAttributes(): boolean;
|
|
2506
2708
|
hasPointerCapture(pointerId: number): boolean;
|
|
2507
2709
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
2508
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
2710
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
2509
2711
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
2510
2712
|
matches(selectors: string): boolean;
|
|
2511
2713
|
releasePointerCapture(pointerId: number): void;
|
|
2512
2714
|
removeAttribute(qualifiedName: string): void;
|
|
2513
2715
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
2514
2716
|
removeAttributeNode(attr: Attr): Attr;
|
|
2515
|
-
requestFullscreen(options?: FullscreenOptions
|
|
2516
|
-
requestPointerLock(): void
|
|
2517
|
-
scroll(options?: ScrollToOptions
|
|
2717
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
2718
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
2719
|
+
scroll(options?: ScrollToOptions): void;
|
|
2518
2720
|
scroll(x: number, y: number): void;
|
|
2519
|
-
scrollBy(options?: ScrollToOptions
|
|
2721
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
2520
2722
|
scrollBy(x: number, y: number): void;
|
|
2521
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
2522
|
-
scrollTo(options?: ScrollToOptions
|
|
2723
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
2724
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
2523
2725
|
scrollTo(x: number, y: number): void;
|
|
2524
2726
|
setAttribute(qualifiedName: string, value: string): void;
|
|
2525
2727
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
2526
2728
|
setAttributeNode(attr: Attr): Attr | null;
|
|
2527
2729
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
2730
|
+
setHTMLUnsafe(html: string): void;
|
|
2528
2731
|
setPointerCapture(pointerId: number): void;
|
|
2529
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
2732
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
2530
2733
|
webkitMatchesSelector(selectors: string): boolean;
|
|
2734
|
+
get textContent(): string;
|
|
2735
|
+
set textContent(value: string | null);
|
|
2531
2736
|
readonly baseURI: string;
|
|
2532
2737
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
2533
2738
|
readonly firstChild: ChildNode | null;
|
|
@@ -2540,22 +2745,21 @@ declare const PickerField_base: {
|
|
|
2540
2745
|
readonly parentElement: HTMLElement | null;
|
|
2541
2746
|
readonly parentNode: ParentNode | null;
|
|
2542
2747
|
readonly previousSibling: ChildNode | null;
|
|
2543
|
-
textContent: string | null;
|
|
2544
2748
|
appendChild<T extends Node>(node: T): T;
|
|
2545
|
-
cloneNode(
|
|
2749
|
+
cloneNode(subtree?: boolean): Node;
|
|
2546
2750
|
compareDocumentPosition(other: Node): number;
|
|
2547
2751
|
contains(other: Node | null): boolean;
|
|
2548
|
-
getRootNode(options?: GetRootNodeOptions
|
|
2752
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
2549
2753
|
hasChildNodes(): boolean;
|
|
2550
|
-
insertBefore<
|
|
2754
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
2551
2755
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
2552
2756
|
isEqualNode(otherNode: Node | null): boolean;
|
|
2553
2757
|
isSameNode(otherNode: Node | null): boolean;
|
|
2554
2758
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
2555
2759
|
lookupPrefix(namespace: string | null): string | null;
|
|
2556
2760
|
normalize(): void;
|
|
2557
|
-
removeChild<
|
|
2558
|
-
replaceChild<
|
|
2761
|
+
removeChild<T extends Node>(child: T): T;
|
|
2762
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
2559
2763
|
readonly ELEMENT_NODE: 1;
|
|
2560
2764
|
readonly ATTRIBUTE_NODE: 2;
|
|
2561
2765
|
readonly TEXT_NODE: 3;
|
|
@@ -2575,35 +2779,49 @@ declare const PickerField_base: {
|
|
|
2575
2779
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
2576
2780
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
2577
2781
|
dispatchEvent(event: Event): boolean;
|
|
2782
|
+
ariaActiveDescendantElement: Element | null;
|
|
2578
2783
|
ariaAtomic: string | null;
|
|
2579
2784
|
ariaAutoComplete: string | null;
|
|
2785
|
+
ariaBrailleLabel: string | null;
|
|
2786
|
+
ariaBrailleRoleDescription: string | null;
|
|
2580
2787
|
ariaBusy: string | null;
|
|
2581
2788
|
ariaChecked: string | null;
|
|
2582
2789
|
ariaColCount: string | null;
|
|
2583
2790
|
ariaColIndex: string | null;
|
|
2791
|
+
ariaColIndexText: string | null;
|
|
2584
2792
|
ariaColSpan: string | null;
|
|
2793
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
2585
2794
|
ariaCurrent: string | null;
|
|
2795
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
2796
|
+
ariaDescription: string | null;
|
|
2797
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
2586
2798
|
ariaDisabled: string | null;
|
|
2799
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
2587
2800
|
ariaExpanded: string | null;
|
|
2801
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
2588
2802
|
ariaHasPopup: string | null;
|
|
2589
2803
|
ariaHidden: string | null;
|
|
2590
2804
|
ariaInvalid: string | null;
|
|
2591
2805
|
ariaKeyShortcuts: string | null;
|
|
2592
2806
|
ariaLabel: string | null;
|
|
2807
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
2593
2808
|
ariaLevel: string | null;
|
|
2594
2809
|
ariaLive: string | null;
|
|
2595
2810
|
ariaModal: string | null;
|
|
2596
2811
|
ariaMultiLine: string | null;
|
|
2597
2812
|
ariaMultiSelectable: string | null;
|
|
2598
2813
|
ariaOrientation: string | null;
|
|
2814
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
2599
2815
|
ariaPlaceholder: string | null;
|
|
2600
2816
|
ariaPosInSet: string | null;
|
|
2601
2817
|
ariaPressed: string | null;
|
|
2602
2818
|
ariaReadOnly: string | null;
|
|
2819
|
+
ariaRelevant: string | null;
|
|
2603
2820
|
ariaRequired: string | null;
|
|
2604
2821
|
ariaRoleDescription: string | null;
|
|
2605
2822
|
ariaRowCount: string | null;
|
|
2606
2823
|
ariaRowIndex: string | null;
|
|
2824
|
+
ariaRowIndexText: string | null;
|
|
2607
2825
|
ariaRowSpan: string | null;
|
|
2608
2826
|
ariaSelected: string | null;
|
|
2609
2827
|
ariaSetSize: string | null;
|
|
@@ -2613,34 +2831,35 @@ declare const PickerField_base: {
|
|
|
2613
2831
|
ariaValueNow: string | null;
|
|
2614
2832
|
ariaValueText: string | null;
|
|
2615
2833
|
role: string | null;
|
|
2616
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
2617
|
-
getAnimations(options?: GetAnimationsOptions
|
|
2618
|
-
after(...nodes: (
|
|
2619
|
-
before(...nodes: (
|
|
2834
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
2835
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
2836
|
+
after(...nodes: (Node | string)[]): void;
|
|
2837
|
+
before(...nodes: (Node | string)[]): void;
|
|
2620
2838
|
remove(): void;
|
|
2621
|
-
replaceWith(...nodes: (
|
|
2622
|
-
innerHTML: string;
|
|
2839
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
2623
2840
|
readonly nextElementSibling: Element | null;
|
|
2624
2841
|
readonly previousElementSibling: Element | null;
|
|
2625
2842
|
readonly childElementCount: number;
|
|
2626
2843
|
readonly children: HTMLCollection;
|
|
2627
2844
|
readonly firstElementChild: Element | null;
|
|
2628
2845
|
readonly lastElementChild: Element | null;
|
|
2629
|
-
append(...nodes: (
|
|
2630
|
-
prepend(...nodes: (
|
|
2631
|
-
querySelector<
|
|
2632
|
-
querySelector<
|
|
2633
|
-
querySelector<
|
|
2634
|
-
querySelector<
|
|
2635
|
-
querySelector<
|
|
2636
|
-
querySelectorAll<
|
|
2637
|
-
querySelectorAll<
|
|
2638
|
-
querySelectorAll<
|
|
2639
|
-
querySelectorAll<
|
|
2640
|
-
querySelectorAll<
|
|
2641
|
-
replaceChildren(...nodes: (
|
|
2846
|
+
append(...nodes: (Node | string)[]): void;
|
|
2847
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
2848
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
2849
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
2850
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
2851
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
2852
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
2853
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
2854
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
2855
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
2856
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
2857
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
2858
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
2642
2859
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
2643
|
-
readonly
|
|
2860
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
2861
|
+
get style(): CSSStyleDeclaration;
|
|
2862
|
+
set style(cssText: string);
|
|
2644
2863
|
contentEditable: string;
|
|
2645
2864
|
enterKeyHint: string;
|
|
2646
2865
|
inputMode: string;
|
|
@@ -2650,16 +2869,20 @@ declare const PickerField_base: {
|
|
|
2650
2869
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2651
2870
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2652
2871
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2653
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
2872
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2654
2873
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
2874
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2875
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
2655
2876
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
2656
2877
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2657
2878
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2658
2879
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2659
2880
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2660
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
2881
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2661
2882
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2662
|
-
|
|
2883
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2884
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2885
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2663
2886
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
2664
2887
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2665
2888
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -2706,12 +2929,14 @@ declare const PickerField_base: {
|
|
|
2706
2929
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2707
2930
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2708
2931
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2932
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2709
2933
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2710
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
2934
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
2711
2935
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2712
2936
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2713
2937
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
2714
2938
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2939
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2715
2940
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
2716
2941
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2717
2942
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -2723,7 +2948,7 @@ declare const PickerField_base: {
|
|
|
2723
2948
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
2724
2949
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2725
2950
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2726
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
2951
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
2727
2952
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2728
2953
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2729
2954
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -2741,14 +2966,10 @@ declare const PickerField_base: {
|
|
|
2741
2966
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
2742
2967
|
autofocus: boolean;
|
|
2743
2968
|
readonly dataset: DOMStringMap;
|
|
2744
|
-
nonce?: string
|
|
2969
|
+
nonce?: string;
|
|
2745
2970
|
tabIndex: number;
|
|
2746
2971
|
blur(): void;
|
|
2747
|
-
focus(options?: FocusOptions
|
|
2748
|
-
ariaColIndexText: string | null;
|
|
2749
|
-
ariaDescription: string | null;
|
|
2750
|
-
ariaRowIndexText: string | null;
|
|
2751
|
-
ariaRelevant: string | null;
|
|
2972
|
+
focus(options?: FocusOptions): void;
|
|
2752
2973
|
roleChanged(prev: string | null, next: string | null): void;
|
|
2753
2974
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
2754
2975
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -2791,14 +3012,14 @@ declare const PickerField_base: {
|
|
|
2791
3012
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
2792
3013
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
2793
3014
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
2794
|
-
"__#
|
|
3015
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
2795
3016
|
newPropertyName: string;
|
|
2796
3017
|
deprecatedPropertyName: string;
|
|
2797
3018
|
fromDeprecated: (v: any) => any;
|
|
2798
3019
|
toDeprecated?: ((v: any) => any) | undefined;
|
|
2799
3020
|
}): void;
|
|
2800
3021
|
};
|
|
2801
|
-
|
|
3022
|
+
get formAssociated(): boolean;
|
|
2802
3023
|
} & typeof VividElement;
|
|
2803
3024
|
export declare abstract class PickerField extends PickerField_base {
|
|
2804
3025
|
#private;
|