@vonage/vivid 5.12.0 → 5.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundled/definition19.cjs +63 -44
- package/bundled/definition19.js +322 -246
- package/bundled/definition2.cjs +1 -1
- package/bundled/definition2.js +1 -1
- package/bundled/localized.cjs +1 -1
- package/bundled/localized.js +16 -13
- package/bundled/slottable-request.cjs +4 -4
- package/bundled/slottable-request.js +70 -70
- package/bundled/vivid-element.cjs +1 -1
- package/bundled/vivid-element.js +1 -1
- package/custom-elements.json +2640 -2580
- package/data-grid/definition.cjs +37 -13
- package/data-grid/definition.js +37 -13
- package/data-grid/index.cjs +38 -32
- package/data-grid/index.js +201 -178
- package/icon/definition.cjs +1 -1
- package/icon/definition.js +1 -1
- package/lib/accordion/accordion.template.d.ts +2 -2
- package/lib/accordion/index.d.ts +1 -0
- package/lib/accordion-item/accordion-item.d.ts +98 -67
- package/lib/accordion-item/accordion-item.template.d.ts +3 -3
- package/lib/accordion-item/index.d.ts +1 -0
- package/lib/action-group/action-group.d.ts +95 -64
- package/lib/action-group/action-group.template.d.ts +2 -2
- package/lib/action-group/index.d.ts +1 -0
- package/lib/alert/alert.d.ts +192 -130
- package/lib/alert/alert.template.d.ts +3 -3
- package/lib/alert/index.d.ts +1 -0
- package/lib/audio-player/audio-player.d.ts +97 -67
- package/lib/audio-player/audio-player.template.d.ts +2 -2
- package/lib/audio-player/index.d.ts +1 -0
- package/lib/avatar/avatar.d.ts +105 -117
- package/lib/avatar/avatar.template.d.ts +1 -1
- package/lib/avatar/index.d.ts +1 -0
- package/lib/badge/badge.d.ts +98 -67
- package/lib/badge/badge.template.d.ts +3 -3
- package/lib/badge/index.d.ts +1 -0
- package/lib/banner/banner.d.ts +286 -193
- package/lib/banner/banner.template.d.ts +3 -3
- package/lib/banner/index.d.ts +1 -0
- package/lib/breadcrumb/breadcrumb.d.ts +93 -62
- package/lib/breadcrumb/breadcrumb.template.d.ts +2 -2
- package/lib/breadcrumb/index.d.ts +1 -0
- package/lib/breadcrumb-item/breadcrumb-item.d.ts +103 -115
- package/lib/breadcrumb-item/breadcrumb-item.template.d.ts +3 -3
- package/lib/breadcrumb-item/index.d.ts +1 -0
- package/lib/button/button.d.ts +297 -247
- package/lib/button/button.template.d.ts +3 -3
- package/lib/button/index.d.ts +1 -0
- package/lib/calendar/calendar.d.ts +2 -2
- package/lib/calendar/calendar.template.d.ts +2 -2
- package/lib/calendar/helpers/calendar.event-context.d.ts +1 -1
- package/lib/calendar/helpers/calendar.keyboard-interactions.d.ts +1 -1
- package/lib/calendar/index.d.ts +1 -0
- package/lib/calendar-event/calendar-event.d.ts +95 -64
- package/lib/calendar-event/calendar-event.template.d.ts +2 -2
- package/lib/calendar-event/index.d.ts +1 -0
- package/lib/card/card.d.ts +105 -117
- package/lib/card/card.template.d.ts +2 -2
- package/lib/card/index.d.ts +1 -0
- package/lib/checkbox/checkbox.d.ts +628 -437
- package/lib/checkbox/checkbox.template.d.ts +3 -3
- package/lib/checkbox/index.d.ts +1 -0
- package/lib/color-picker/color-picker.d.ts +726 -506
- package/lib/color-picker/color-picker.template.d.ts +2 -2
- package/lib/color-picker/definition.d.ts +1 -1
- package/lib/color-picker/index.d.ts +1 -0
- package/lib/combobox/combobox.d.ts +741 -520
- package/lib/combobox/combobox.template.d.ts +3 -3
- package/lib/combobox/index.d.ts +1 -0
- package/lib/contextual-help/contextual-help.d.ts +1 -1
- package/lib/contextual-help/contextual-help.template.d.ts +3 -3
- package/lib/contextual-help/index.d.ts +1 -0
- package/lib/country/country-code-to-flag-icon.d.ts +1 -1
- package/lib/country/country.template.d.ts +3 -3
- package/lib/country/index.d.ts +1 -0
- package/lib/data-grid/data-grid-cell.d.ts +190 -128
- package/lib/data-grid/data-grid-cell.template.d.ts +3 -3
- package/lib/data-grid/data-grid-row.d.ts +95 -64
- package/lib/data-grid/data-grid-row.template.d.ts +3 -3
- package/lib/data-grid/data-grid.d.ts +1 -1
- package/lib/data-grid/data-grid.template.d.ts +3 -3
- package/lib/data-grid/index.d.ts +1 -0
- package/lib/data-grid/locale.d.ts +1 -1
- package/lib/date-picker/date-picker.d.ts +1045 -792
- package/lib/date-picker/date-picker.template.d.ts +2 -2
- package/lib/date-picker/index.d.ts +1 -0
- package/lib/date-range-picker/date-range-picker.d.ts +538 -411
- package/lib/date-range-picker/date-range-picker.template.d.ts +2 -2
- package/lib/date-range-picker/index.d.ts +1 -0
- package/lib/date-time-picker/date-time-picker.d.ts +1026 -772
- package/lib/date-time-picker/date-time-picker.template.d.ts +2 -2
- package/lib/date-time-picker/index.d.ts +1 -0
- package/lib/dial-pad/dial-pad.d.ts +95 -64
- package/lib/dial-pad/dial-pad.template.d.ts +2 -2
- package/lib/dial-pad/index.d.ts +1 -0
- package/lib/dialog/dialog.d.ts +189 -127
- package/lib/dialog/dialog.template.d.ts +3 -3
- package/lib/dialog/index.d.ts +1 -0
- package/lib/divider/divider.d.ts +94 -63
- package/lib/divider/divider.template.d.ts +2 -2
- package/lib/divider/index.d.ts +1 -0
- package/lib/elevation/elevation.template.d.ts +2 -2
- package/lib/elevation/index.d.ts +1 -0
- package/lib/empty-state/empty-state.d.ts +2 -2
- package/lib/empty-state/empty-state.template.d.ts +3 -3
- package/lib/empty-state/index.d.ts +1 -0
- package/lib/fab/fab.d.ts +98 -67
- package/lib/fab/fab.template.d.ts +3 -3
- package/lib/fab/index.d.ts +1 -0
- package/lib/file-picker/__mocks__/data-transfer.d.ts +21 -0
- package/lib/file-picker/file-picker.d.ts +736 -515
- package/lib/file-picker/file-picker.template.d.ts +3 -3
- package/lib/file-picker/index.d.ts +1 -0
- package/lib/header/header.d.ts +93 -62
- package/lib/header/header.template.d.ts +3 -3
- package/lib/header/index.d.ts +1 -0
- package/lib/icon/icon.d.ts +2 -2
- package/lib/icon/icon.template.d.ts +3 -3
- package/lib/icon/index.d.ts +1 -0
- package/lib/layout/index.d.ts +1 -0
- package/lib/layout/layout.d.ts +2 -2
- package/lib/layout/layout.template.d.ts +2 -2
- package/lib/menu/index.d.ts +1 -0
- package/lib/menu/menu.d.ts +195 -133
- package/lib/menu/menu.template.d.ts +3 -3
- package/lib/menu-item/index.d.ts +1 -0
- package/lib/menu-item/menu-item.d.ts +191 -129
- package/lib/menu-item/menu-item.template.d.ts +2 -2
- package/lib/nav/index.d.ts +1 -0
- package/lib/nav/nav.d.ts +93 -62
- package/lib/nav/nav.template.d.ts +2 -2
- package/lib/nav-disclosure/index.d.ts +1 -0
- package/lib/nav-disclosure/nav-disclosure.d.ts +191 -129
- package/lib/nav-disclosure/nav-disclosure.template.d.ts +3 -3
- package/lib/nav-item/index.d.ts +1 -0
- package/lib/nav-item/nav-item.d.ts +200 -181
- package/lib/nav-item/nav-item.template.d.ts +3 -3
- package/lib/note/index.d.ts +1 -0
- package/lib/note/note.d.ts +97 -66
- package/lib/note/note.template.d.ts +3 -3
- package/lib/number-field/index.d.ts +1 -0
- package/lib/number-field/number-field.d.ts +929 -646
- package/lib/number-field/number-field.template.d.ts +3 -3
- package/lib/option/index.d.ts +1 -0
- package/lib/option/option.d.ts +191 -129
- package/lib/option/option.template.d.ts +3 -3
- package/lib/pagination/index.d.ts +1 -0
- package/lib/pagination/pagination.d.ts +98 -67
- package/lib/pagination/pagination.template.d.ts +3 -3
- package/lib/popover/definition.d.ts +1 -1
- package/lib/popover/index.d.ts +1 -0
- package/lib/popover/popover.d.ts +190 -128
- package/lib/popover/popover.template.d.ts +2 -2
- package/lib/popup/index.d.ts +1 -0
- package/lib/popup/popup.d.ts +1 -1
- package/lib/popup/popup.template.d.ts +3 -3
- package/lib/progress/index.d.ts +1 -0
- package/lib/progress/progress.d.ts +94 -63
- package/lib/progress/progress.template.d.ts +2 -2
- package/lib/progress-ring/index.d.ts +1 -0
- package/lib/progress-ring/progress-ring.d.ts +94 -63
- package/lib/progress-ring/progress-ring.template.d.ts +2 -2
- package/lib/radio/index.d.ts +1 -0
- package/lib/radio/radio.d.ts +340 -242
- package/lib/radio/radio.template.d.ts +2 -2
- package/lib/radio-group/index.d.ts +1 -0
- package/lib/radio-group/radio-group.d.ts +99 -68
- package/lib/radio-group/radio-group.template.d.ts +3 -3
- package/lib/range-slider/index.d.ts +1 -0
- package/lib/range-slider/range-slider.d.ts +313 -218
- package/lib/range-slider/range-slider.template.d.ts +3 -3
- package/lib/rich-text-editor/definition.d.ts +1 -1
- package/lib/rich-text-editor/index.d.ts +1 -0
- package/lib/rich-text-editor/popover.d.ts +1 -1
- package/lib/rich-text-editor/rich-text-editor.d.ts +99 -68
- package/lib/rich-text-editor/rich-text-editor.template.d.ts +2 -2
- package/lib/rich-text-editor/rte/__tests__/async-generator.d.ts +5 -0
- package/lib/rich-text-editor/rte/__tests__/doc-factories.d.ts +106 -0
- package/lib/rich-text-editor/rte/__tests__/font-sizes.d.ts +2 -0
- package/lib/rich-text-editor/rte/__tests__/promise.d.ts +5 -0
- package/lib/rich-text-editor/rte/__tests__/test-utils.d.ts +68 -0
- package/lib/rich-text-editor/rte/config.d.ts +4 -4
- package/lib/rich-text-editor/rte/feature.d.ts +10 -12
- package/lib/rich-text-editor/rte/features/alignment.d.ts +19 -0
- package/lib/rich-text-editor/rte/features/atom.d.ts +9 -0
- package/lib/rich-text-editor/rte/features/base.d.ts +33 -0
- package/lib/rich-text-editor/rte/features/bold.d.ts +17 -0
- package/lib/rich-text-editor/rte/features/drop-handler.d.ts +21 -0
- package/lib/rich-text-editor/rte/features/file-handler.d.ts +25 -0
- package/lib/rich-text-editor/rte/features/font-size-picker.d.ts +46 -0
- package/lib/rich-text-editor/rte/features/hard-break.d.ts +10 -0
- package/lib/rich-text-editor/rte/features/inline-image.d.ts +43 -0
- package/lib/rich-text-editor/rte/features/input-rule.d.ts +10 -0
- package/lib/rich-text-editor/rte/features/internal/basic-text-blocks.d.ts +6 -6
- package/lib/rich-text-editor/rte/features/internal/core.d.ts +37 -0
- package/lib/rich-text-editor/rte/features/internal/cursor-fix.d.ts +16 -0
- package/lib/rich-text-editor/rte/features/internal/foreign-html.d.ts +1 -1
- package/lib/rich-text-editor/rte/features/internal/history.d.ts +2 -2
- package/lib/rich-text-editor/rte/features/internal/input-rules.d.ts +4 -4
- package/lib/rich-text-editor/rte/features/italic.d.ts +17 -0
- package/lib/rich-text-editor/rte/features/link.d.ts +33 -0
- package/lib/rich-text-editor/rte/features/list.d.ts +24 -0
- package/lib/rich-text-editor/rte/features/monospace.d.ts +22 -0
- package/lib/rich-text-editor/rte/features/placeholder.d.ts +23 -0
- package/lib/rich-text-editor/rte/features/strikethrough.d.ts +17 -0
- package/lib/rich-text-editor/rte/features/suggest.d.ts +14 -0
- package/lib/rich-text-editor/rte/features/text-block-picker.d.ts +18 -0
- package/lib/rich-text-editor/rte/features/text-color-picker.d.ts +31 -0
- package/lib/rich-text-editor/rte/features/toolbar-button.d.ts +13 -0
- package/lib/rich-text-editor/rte/features/toolbar.d.ts +37 -0
- package/lib/rich-text-editor/rte/features/underline.d.ts +17 -0
- package/lib/rich-text-editor/rte/html-parser.d.ts +3 -3
- package/lib/rich-text-editor/rte/html-serializer.d.ts +3 -3
- package/lib/rich-text-editor/rte/instance.d.ts +8 -7
- package/lib/rich-text-editor/rte/public-interface.d.ts +13 -0
- package/lib/rich-text-editor/rte/utils/default-textblock.d.ts +2 -2
- package/lib/rich-text-editor/rte/utils/feature-state.d.ts +1 -1
- package/lib/rich-text-editor/rte/utils/text-before-cursor.d.ts +1 -1
- package/lib/rich-text-editor/rte/utils/ui.d.ts +8 -8
- package/lib/rich-text-editor/rte/view.d.ts +3 -6
- package/lib/rich-text-view/definition.d.ts +1 -1
- package/lib/rich-text-view/index.d.ts +2 -0
- package/lib/rich-text-view/rich-text-view.d.ts +1 -1
- package/lib/rich-text-view/rich-text-view.template.d.ts +2 -2
- package/lib/searchable-select/index.d.ts +1 -0
- package/lib/searchable-select/option-tag.d.ts +96 -65
- package/lib/searchable-select/option-tag.template.d.ts +3 -3
- package/lib/searchable-select/searchable-select.d.ts +929 -646
- package/lib/searchable-select/searchable-select.template.d.ts +3 -3
- package/lib/select/index.d.ts +1 -0
- package/lib/select/locale.d.ts +3 -0
- package/lib/select/select.d.ts +1240 -579
- package/lib/select/select.template.d.ts +3 -3
- package/lib/selectable-box/index.d.ts +1 -0
- package/lib/selectable-box/selectable-box.d.ts +94 -63
- package/lib/selectable-box/selectable-box.template.d.ts +2 -2
- package/lib/side-drawer/index.d.ts +1 -0
- package/lib/side-drawer/side-drawer.template.d.ts +2 -2
- package/lib/simple-color-picker/definition.d.ts +1 -1
- package/lib/simple-color-picker/index.d.ts +1 -0
- package/lib/simple-color-picker/simple-color-picker.d.ts +216 -153
- package/lib/simple-color-picker/simple-color-picker.template.d.ts +2 -2
- package/lib/slider/index.d.ts +1 -0
- package/lib/slider/slider.d.ts +299 -205
- package/lib/slider/slider.template.d.ts +4 -4
- package/lib/split-button/index.d.ts +1 -0
- package/lib/split-button/split-button.d.ts +288 -195
- package/lib/split-button/split-button.template.d.ts +3 -3
- package/lib/status/index.d.ts +1 -0
- package/lib/status/status.d.ts +98 -67
- package/lib/status/status.template.d.ts +3 -3
- package/lib/switch/index.d.ts +1 -0
- package/lib/switch/switch.d.ts +207 -142
- package/lib/switch/switch.template.d.ts +2 -2
- package/lib/tab/index.d.ts +1 -0
- package/lib/tab/tab.d.ts +288 -195
- package/lib/tab/tab.template.d.ts +3 -3
- package/lib/tab-panel/index.d.ts +1 -0
- package/lib/tab-panel/tab-panel.d.ts +93 -62
- package/lib/tab-panel/tab-panel.template.d.ts +2 -2
- package/lib/table/index.d.ts +1 -0
- package/lib/table/table-body.template.d.ts +3 -3
- package/lib/table/table-cell.d.ts +93 -62
- package/lib/table/table-cell.template.d.ts +3 -3
- package/lib/table/table-head.template.d.ts +3 -3
- package/lib/table/table-header-cell.d.ts +93 -62
- package/lib/table/table-header-cell.template.d.ts +3 -3
- package/lib/table/table-row.d.ts +93 -62
- package/lib/table/table-row.template.d.ts +3 -3
- package/lib/table/table.template.d.ts +3 -3
- package/lib/tabs/index.d.ts +1 -0
- package/lib/tabs/tabs.d.ts +2 -2
- package/lib/tabs/tabs.template.d.ts +2 -2
- package/lib/tag/index.d.ts +1 -0
- package/lib/tag/tag.d.ts +288 -195
- package/lib/tag/tag.template.d.ts +3 -3
- package/lib/tag-group/index.d.ts +1 -0
- package/lib/tag-group/tag-group.d.ts +93 -62
- package/lib/tag-group/tag-group.template.d.ts +2 -2
- package/lib/tag-name-map.d.ts +1 -1
- package/lib/text-area/index.d.ts +1 -0
- package/lib/text-area/text-area.d.ts +832 -581
- package/lib/text-area/text-area.template.d.ts +3 -3
- package/lib/text-field/index.d.ts +1 -0
- package/lib/text-field/text-field.d.ts +931 -649
- package/lib/text-field/text-field.template.d.ts +3 -3
- package/lib/time-picker/index.d.ts +1 -0
- package/lib/time-picker/time-picker.d.ts +486 -359
- package/lib/time-picker/time-picker.template.d.ts +3 -3
- package/lib/toggletip/index.d.ts +1 -0
- package/lib/toggletip/toggletip.d.ts +197 -135
- package/lib/toggletip/toggletip.template.d.ts +3 -3
- package/lib/tooltip/index.d.ts +1 -0
- package/lib/tooltip/tooltip.d.ts +101 -70
- package/lib/tooltip/tooltip.template.d.ts +3 -3
- package/lib/tree-item/index.d.ts +1 -0
- package/lib/tree-item/tree-item.d.ts +190 -128
- package/lib/tree-item/tree-item.template.d.ts +3 -3
- package/lib/tree-view/index.d.ts +1 -0
- package/lib/tree-view/tree-view.d.ts +93 -62
- package/lib/tree-view/tree-view.template.d.ts +2 -2
- package/lib/video-player/index.d.ts +1 -0
- package/lib/video-player/video-player.d.ts +96 -65
- package/lib/video-player/video-player.template.d.ts +1 -1
- package/lib/video-player/vivid-video-svg.d.ts +1 -1
- package/lib/visually-hidden/definition.d.ts +1 -1
- package/lib/visually-hidden/index.d.ts +1 -0
- package/lib/visually-hidden/visually-hidden.template.d.ts +1 -1
- package/locales/de-DE.cjs +3 -0
- package/locales/de-DE.d.ts +1 -1
- package/locales/de-DE.js +3 -0
- package/locales/en-GB.cjs +3 -0
- package/locales/en-GB.d.ts +1 -1
- package/locales/en-GB.js +3 -0
- package/locales/en-US.cjs +3 -0
- package/locales/en-US.d.ts +1 -1
- package/locales/en-US.js +3 -0
- package/locales/ja-JP.cjs +3 -0
- package/locales/ja-JP.d.ts +1 -1
- package/locales/ja-JP.js +3 -0
- package/locales/zh-CN.cjs +3 -0
- package/locales/zh-CN.d.ts +1 -1
- package/locales/zh-CN.js +3 -0
- package/package.json +6 -6
- package/rich-text-editor/definition.cjs +2 -4
- package/rich-text-editor/definition.js +3 -5
- package/rich-text-editor/index.cjs +7 -7
- package/rich-text-editor/index.js +975 -977
- package/rich-text-view/index.js +1 -1
- package/select/definition.cjs +104 -5
- package/select/definition.js +104 -5
- package/shared/aria/aria-change-subscription.d.ts +1 -1
- package/shared/aria/aria-mixin.d.ts +94 -63
- package/shared/aria/attribute-removal.d.ts +1 -1
- package/shared/aria/delegate-aria-behavior.d.ts +2 -2
- package/shared/aria/delegates-aria.d.ts +96 -65
- package/shared/aria/host-semantics-behavior.d.ts +2 -2
- package/shared/aria/host-semantics.d.ts +97 -66
- package/shared/color-picker/base-color-picker.d.ts +114 -82
- package/shared/datetime/dateRange.d.ts +1 -1
- package/shared/datetime/dateTimeStr.d.ts +4 -4
- package/shared/datetime/month.d.ts +1 -1
- package/shared/datetime/presentationDate.d.ts +2 -2
- package/shared/datetime/presentationDateRange.d.ts +2 -2
- package/shared/datetime/presentationDateTime.d.ts +2 -2
- package/shared/datetime/presentationTime.d.ts +1 -1
- package/shared/datetime/year.d.ts +1 -1
- package/shared/deprecation/replaced-props.d.ts +95 -60
- package/shared/design-system/createRegisterFunction.d.ts +1 -1
- package/shared/design-system/defineVividComponent.d.ts +1 -1
- package/shared/feedback/feedback-message.d.ts +96 -65
- package/shared/feedback/mixins.d.ts +200 -138
- package/shared/foundation/button/button.d.ts +202 -139
- package/shared/foundation/button/button.template.d.ts +2 -2
- package/shared/foundation/form-associated/form-associated.d.ts +213 -147
- package/shared/foundation/listbox/listbox.d.ts +1 -1
- package/shared/foundation/test-utilities/fixture.d.ts +18 -0
- package/shared/foundation/vivid-element/vivid-element.d.ts +194 -131
- package/shared/localization/Locale.d.ts +31 -29
- package/shared/localization/index.d.ts +1 -1
- package/shared/patterns/affix.d.ts +195 -133
- package/shared/patterns/anchored.d.ts +202 -140
- package/shared/patterns/char-count/char-count.d.ts +99 -68
- package/shared/patterns/chevron.d.ts +2 -2
- package/shared/patterns/form-elements/form-element.d.ts +114 -488
- package/shared/patterns/form-elements/with-contextual-help.d.ts +117 -903
- package/shared/patterns/form-elements/with-error-text.d.ts +120 -906
- package/shared/patterns/form-elements/with-success-text.d.ts +97 -66
- package/shared/patterns/linkable.d.ts +106 -117
- package/shared/patterns/localized.d.ts +197 -135
- package/shared/patterns/trapped-focus.d.ts +95 -64
- package/shared/picker-field/mixins/calendar-picker.d.ts +251 -188
- package/shared/picker-field/mixins/calendar-picker.template.d.ts +271 -208
- package/shared/picker-field/mixins/calendar-segments/calendarGrid.d.ts +3 -3
- package/shared/picker-field/mixins/calendar-segments/monthPickerGrid.d.ts +2 -2
- package/shared/picker-field/mixins/calendar-segments/segment.d.ts +2 -2
- package/shared/picker-field/mixins/inline-time-picker/columns.d.ts +2 -2
- package/shared/picker-field/mixins/inline-time-picker/index.d.ts +1 -0
- package/shared/picker-field/mixins/inline-time-picker/inline-time-picker.d.ts +95 -64
- package/shared/picker-field/mixins/inline-time-picker/inline-time-picker.template.d.ts +3 -3
- package/shared/picker-field/mixins/inline-time-picker/picker-option.d.ts +1 -1
- package/shared/picker-field/mixins/min-max-calendar-picker.d.ts +277 -1102
- package/shared/picker-field/mixins/single-date-picker.d.ts +274 -1953
- package/shared/picker-field/mixins/single-value-picker.d.ts +236 -173
- package/shared/picker-field/mixins/time-selection-picker.d.ts +257 -1046
- package/shared/picker-field/mixins/time-selection-picker.template.d.ts +486 -360
- package/shared/picker-field/picker-field.d.ts +735 -514
- package/shared/picker-field/picker-field.template.d.ts +2 -2
- package/shared/templating/attribute-binding-behaviour.d.ts +1 -1
- package/shared/templating/render-in-light-dom.d.ts +2 -2
- package/shared/utils/closest-of-type.d.ts +2 -0
- package/shared/utils/direct-children-of-type.d.ts +2 -0
- package/shared/utils/dom-traversal-types.d.ts +3 -0
- package/shared/utils/first-of-type.d.ts +2 -0
- package/shared/utils/last-of-type.d.ts +2 -0
- package/shared/utils/nested-children-of-type.d.ts +2 -0
- package/shared/utils/next-of-type.d.ts +2 -0
- package/shared/utils/numberConverter.d.ts +1 -1
- package/shared/utils/prev-of-type.d.ts +2 -0
- package/shared/utils/promise.d.ts +2 -2
- package/shared/utils/siblings-of-type.d.ts +2 -0
- package/styles/core/all.css +2 -2
- package/styles/core/theme.css +2 -2
- package/styles/core/typography.css +1 -1
- package/styles/tokens/theme-dark.css +4 -4
- package/styles/tokens/theme-light.css +4 -4
- package/styles/tokens/vivid-2-compat.css +1 -1
- package/unbundled/slottable-request.cjs +7 -5
- package/unbundled/slottable-request.js +7 -6
- package/unbundled/vivid-element.cjs +1 -1
- package/unbundled/vivid-element.js +1 -1
- package/vivid.api.json +727 -38
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
1
|
+
import { ExtractFromEnum } from '../../shared/utils/enums';
|
|
2
|
+
import { Size } from '../enums';
|
|
3
3
|
import { VividElement } from '../../shared/foundation/vivid-element/vivid-element';
|
|
4
4
|
export type ValidatedFile = {
|
|
5
5
|
file: File;
|
|
@@ -8,29 +8,30 @@ export type ValidatedFile = {
|
|
|
8
8
|
export type FilePickerSize = ExtractFromEnum<Size, Size.Normal | Size.Expanded>;
|
|
9
9
|
declare const FilePicker_base: {
|
|
10
10
|
new (...args: any[]): {
|
|
11
|
-
_contextualHelpSlottedContent?: HTMLElement[]
|
|
12
|
-
|
|
11
|
+
_contextualHelpSlottedContent?: HTMLElement[];
|
|
12
|
+
get _hasContextualHelp(): boolean;
|
|
13
13
|
_isFromContextualHelp(e: Event): boolean;
|
|
14
|
-
label?: string
|
|
14
|
+
label?: string;
|
|
15
15
|
errorValidationMessage: string;
|
|
16
16
|
forceErrorDisplay: boolean;
|
|
17
17
|
hasBeenTouched: boolean;
|
|
18
18
|
connectedCallback: (() => void) & (() => void) & (() => void);
|
|
19
|
-
"__#
|
|
19
|
+
"__#private@#handleInvalidEvent": () => void;
|
|
20
20
|
disconnectedCallback: (() => void) & (() => void) & (() => void);
|
|
21
21
|
formResetCallback: (() => void) & (() => void);
|
|
22
|
-
validate: (() => void) & ((anchor?: HTMLElement
|
|
23
|
-
proxy: import(
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
22
|
+
validate: (() => void) & ((anchor?: HTMLElement) => void);
|
|
23
|
+
proxy: import('../../shared/foundation/form-associated/form-associated').ProxyElement;
|
|
24
|
+
get validity(): ValidityState;
|
|
25
|
+
get form(): HTMLFormElement | null;
|
|
26
|
+
get validationMessage(): string;
|
|
27
|
+
get willValidate(): boolean;
|
|
28
|
+
get labels(): ReadonlyArray<Node>;
|
|
29
29
|
dirtyValue: boolean;
|
|
30
|
-
proxySlot?: HTMLSlotElement
|
|
30
|
+
proxySlot?: HTMLSlotElement;
|
|
31
31
|
value: string;
|
|
32
32
|
valueChanged(_previous: string, _next: string): void;
|
|
33
|
-
currentValue: string;
|
|
33
|
+
get currentValue(): string;
|
|
34
|
+
set currentValue(value: string);
|
|
34
35
|
initialValue: string;
|
|
35
36
|
initialValueChanged(_previous: string, _next: string): void;
|
|
36
37
|
disabled: boolean;
|
|
@@ -39,25 +40,26 @@ declare const FilePicker_base: {
|
|
|
39
40
|
nameChanged(_previous: string, _next: string): void;
|
|
40
41
|
required: boolean;
|
|
41
42
|
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
42
|
-
|
|
43
|
+
get elementInternals(): ElementInternals | null;
|
|
43
44
|
proxyEventsToBlock: string[];
|
|
44
45
|
checkValidity(): boolean;
|
|
45
46
|
reportValidity(): boolean;
|
|
46
|
-
setValidity(flags: ValidityStateFlags, message?: string
|
|
47
|
+
setValidity(flags: ValidityStateFlags, message?: string, anchor?: HTMLElement): void;
|
|
47
48
|
formDisabledCallback(disabled: boolean): void;
|
|
48
49
|
proxyInitialized: boolean;
|
|
49
50
|
attachProxy(): void;
|
|
50
51
|
detachProxy(): void;
|
|
51
|
-
setFormValue(value:
|
|
52
|
+
setFormValue(value: File | string | FormData | null, state?: File | string | FormData | null): void;
|
|
52
53
|
_keypressHandler(e: KeyboardEvent): void;
|
|
53
54
|
stopPropagation(e: Event): void;
|
|
54
|
-
_vividAriaBehaviour: import(
|
|
55
|
-
readonly $fastController: import(
|
|
56
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
55
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
56
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
57
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
57
58
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
58
59
|
accessKey: string;
|
|
59
60
|
readonly accessKeyLabel: string;
|
|
60
61
|
autocapitalize: string;
|
|
62
|
+
autocorrect: boolean;
|
|
61
63
|
dir: string;
|
|
62
64
|
draggable: boolean;
|
|
63
65
|
hidden: boolean;
|
|
@@ -70,30 +72,39 @@ declare const FilePicker_base: {
|
|
|
70
72
|
readonly offsetTop: number;
|
|
71
73
|
readonly offsetWidth: number;
|
|
72
74
|
outerText: string;
|
|
75
|
+
popover: string | null;
|
|
73
76
|
spellcheck: boolean;
|
|
74
77
|
title: string;
|
|
75
78
|
translate: boolean;
|
|
79
|
+
writingSuggestions: string;
|
|
76
80
|
attachInternals(): ElementInternals;
|
|
77
81
|
click(): void;
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
+
hidePopover(): void;
|
|
83
|
+
showPopover(): void;
|
|
84
|
+
togglePopover(options?: boolean): boolean;
|
|
85
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
86
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
87
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
88
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
82
89
|
readonly attributes: NamedNodeMap;
|
|
83
|
-
|
|
90
|
+
get classList(): DOMTokenList;
|
|
91
|
+
set classList(value: string);
|
|
84
92
|
className: string;
|
|
85
93
|
readonly clientHeight: number;
|
|
86
94
|
readonly clientLeft: number;
|
|
87
95
|
readonly clientTop: number;
|
|
88
96
|
readonly clientWidth: number;
|
|
97
|
+
readonly currentCSSZoom: number;
|
|
89
98
|
id: string;
|
|
99
|
+
innerHTML: string;
|
|
90
100
|
readonly localName: string;
|
|
91
101
|
readonly namespaceURI: string | null;
|
|
92
102
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
93
103
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
94
104
|
outerHTML: string;
|
|
95
105
|
readonly ownerDocument: Document;
|
|
96
|
-
|
|
106
|
+
get part(): DOMTokenList;
|
|
107
|
+
set part(value: string);
|
|
97
108
|
readonly prefix: string | null;
|
|
98
109
|
readonly scrollHeight: number;
|
|
99
110
|
scrollLeft: number;
|
|
@@ -103,11 +114,12 @@ declare const FilePicker_base: {
|
|
|
103
114
|
slot: string;
|
|
104
115
|
readonly tagName: string;
|
|
105
116
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
106
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
107
|
-
closest<
|
|
108
|
-
closest<
|
|
109
|
-
closest<
|
|
117
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
118
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
119
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
120
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
110
121
|
closest<E extends Element = Element>(selectors: string): E | null;
|
|
122
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
111
123
|
getAttribute(qualifiedName: string): string | null;
|
|
112
124
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
113
125
|
getAttributeNames(): string[];
|
|
@@ -116,43 +128,47 @@ declare const FilePicker_base: {
|
|
|
116
128
|
getBoundingClientRect(): DOMRect;
|
|
117
129
|
getClientRects(): DOMRectList;
|
|
118
130
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
119
|
-
getElementsByTagName<
|
|
120
|
-
getElementsByTagName<
|
|
121
|
-
getElementsByTagName<
|
|
122
|
-
getElementsByTagName<
|
|
131
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
132
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
133
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
134
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
123
135
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
124
136
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
125
137
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
126
138
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
127
139
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
140
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
128
141
|
hasAttribute(qualifiedName: string): boolean;
|
|
129
142
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
130
143
|
hasAttributes(): boolean;
|
|
131
144
|
hasPointerCapture(pointerId: number): boolean;
|
|
132
145
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
133
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
146
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
134
147
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
135
148
|
matches(selectors: string): boolean;
|
|
136
149
|
releasePointerCapture(pointerId: number): void;
|
|
137
150
|
removeAttribute(qualifiedName: string): void;
|
|
138
151
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
139
152
|
removeAttributeNode(attr: Attr): Attr;
|
|
140
|
-
requestFullscreen(options?: FullscreenOptions
|
|
141
|
-
requestPointerLock(): void
|
|
142
|
-
scroll(options?: ScrollToOptions
|
|
153
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
154
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
155
|
+
scroll(options?: ScrollToOptions): void;
|
|
143
156
|
scroll(x: number, y: number): void;
|
|
144
|
-
scrollBy(options?: ScrollToOptions
|
|
157
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
145
158
|
scrollBy(x: number, y: number): void;
|
|
146
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
147
|
-
scrollTo(options?: ScrollToOptions
|
|
159
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
160
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
148
161
|
scrollTo(x: number, y: number): void;
|
|
149
162
|
setAttribute(qualifiedName: string, value: string): void;
|
|
150
163
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
151
164
|
setAttributeNode(attr: Attr): Attr | null;
|
|
152
165
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
166
|
+
setHTMLUnsafe(html: string): void;
|
|
153
167
|
setPointerCapture(pointerId: number): void;
|
|
154
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
168
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
155
169
|
webkitMatchesSelector(selectors: string): boolean;
|
|
170
|
+
get textContent(): string;
|
|
171
|
+
set textContent(value: string | null);
|
|
156
172
|
readonly baseURI: string;
|
|
157
173
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
158
174
|
readonly firstChild: ChildNode | null;
|
|
@@ -165,22 +181,21 @@ declare const FilePicker_base: {
|
|
|
165
181
|
readonly parentElement: HTMLElement | null;
|
|
166
182
|
readonly parentNode: ParentNode | null;
|
|
167
183
|
readonly previousSibling: ChildNode | null;
|
|
168
|
-
textContent: string | null;
|
|
169
184
|
appendChild<T extends Node>(node: T): T;
|
|
170
|
-
cloneNode(
|
|
185
|
+
cloneNode(subtree?: boolean): Node;
|
|
171
186
|
compareDocumentPosition(other: Node): number;
|
|
172
187
|
contains(other: Node | null): boolean;
|
|
173
|
-
getRootNode(options?: GetRootNodeOptions
|
|
188
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
174
189
|
hasChildNodes(): boolean;
|
|
175
|
-
insertBefore<
|
|
190
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
176
191
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
177
192
|
isEqualNode(otherNode: Node | null): boolean;
|
|
178
193
|
isSameNode(otherNode: Node | null): boolean;
|
|
179
194
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
180
195
|
lookupPrefix(namespace: string | null): string | null;
|
|
181
196
|
normalize(): void;
|
|
182
|
-
removeChild<
|
|
183
|
-
replaceChild<
|
|
197
|
+
removeChild<T extends Node>(child: T): T;
|
|
198
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
184
199
|
readonly ELEMENT_NODE: 1;
|
|
185
200
|
readonly ATTRIBUTE_NODE: 2;
|
|
186
201
|
readonly TEXT_NODE: 3;
|
|
@@ -200,35 +215,49 @@ declare const FilePicker_base: {
|
|
|
200
215
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
201
216
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
202
217
|
dispatchEvent(event: Event): boolean;
|
|
218
|
+
ariaActiveDescendantElement: Element | null;
|
|
203
219
|
ariaAtomic: string | null;
|
|
204
220
|
ariaAutoComplete: string | null;
|
|
221
|
+
ariaBrailleLabel: string | null;
|
|
222
|
+
ariaBrailleRoleDescription: string | null;
|
|
205
223
|
ariaBusy: string | null;
|
|
206
224
|
ariaChecked: string | null;
|
|
207
225
|
ariaColCount: string | null;
|
|
208
226
|
ariaColIndex: string | null;
|
|
227
|
+
ariaColIndexText: string | null;
|
|
209
228
|
ariaColSpan: string | null;
|
|
229
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
210
230
|
ariaCurrent: string | null;
|
|
231
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
232
|
+
ariaDescription: string | null;
|
|
233
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
211
234
|
ariaDisabled: string | null;
|
|
235
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
212
236
|
ariaExpanded: string | null;
|
|
237
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
213
238
|
ariaHasPopup: string | null;
|
|
214
239
|
ariaHidden: string | null;
|
|
215
240
|
ariaInvalid: string | null;
|
|
216
241
|
ariaKeyShortcuts: string | null;
|
|
217
242
|
ariaLabel: string | null;
|
|
243
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
218
244
|
ariaLevel: string | null;
|
|
219
245
|
ariaLive: string | null;
|
|
220
246
|
ariaModal: string | null;
|
|
221
247
|
ariaMultiLine: string | null;
|
|
222
248
|
ariaMultiSelectable: string | null;
|
|
223
249
|
ariaOrientation: string | null;
|
|
250
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
224
251
|
ariaPlaceholder: string | null;
|
|
225
252
|
ariaPosInSet: string | null;
|
|
226
253
|
ariaPressed: string | null;
|
|
227
254
|
ariaReadOnly: string | null;
|
|
255
|
+
ariaRelevant: string | null;
|
|
228
256
|
ariaRequired: string | null;
|
|
229
257
|
ariaRoleDescription: string | null;
|
|
230
258
|
ariaRowCount: string | null;
|
|
231
259
|
ariaRowIndex: string | null;
|
|
260
|
+
ariaRowIndexText: string | null;
|
|
232
261
|
ariaRowSpan: string | null;
|
|
233
262
|
ariaSelected: string | null;
|
|
234
263
|
ariaSetSize: string | null;
|
|
@@ -238,34 +267,35 @@ declare const FilePicker_base: {
|
|
|
238
267
|
ariaValueNow: string | null;
|
|
239
268
|
ariaValueText: string | null;
|
|
240
269
|
role: string | null;
|
|
241
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
242
|
-
getAnimations(options?: GetAnimationsOptions
|
|
243
|
-
after(...nodes: (
|
|
244
|
-
before(...nodes: (
|
|
270
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
271
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
272
|
+
after(...nodes: (Node | string)[]): void;
|
|
273
|
+
before(...nodes: (Node | string)[]): void;
|
|
245
274
|
remove(): void;
|
|
246
|
-
replaceWith(...nodes: (
|
|
247
|
-
innerHTML: string;
|
|
275
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
248
276
|
readonly nextElementSibling: Element | null;
|
|
249
277
|
readonly previousElementSibling: Element | null;
|
|
250
278
|
readonly childElementCount: number;
|
|
251
279
|
readonly children: HTMLCollection;
|
|
252
280
|
readonly firstElementChild: Element | null;
|
|
253
281
|
readonly lastElementChild: Element | null;
|
|
254
|
-
append(...nodes: (
|
|
255
|
-
prepend(...nodes: (
|
|
256
|
-
querySelector<
|
|
257
|
-
querySelector<
|
|
258
|
-
querySelector<
|
|
259
|
-
querySelector<
|
|
260
|
-
querySelector<
|
|
261
|
-
querySelectorAll<
|
|
262
|
-
querySelectorAll<
|
|
263
|
-
querySelectorAll<
|
|
264
|
-
querySelectorAll<
|
|
265
|
-
querySelectorAll<
|
|
266
|
-
replaceChildren(...nodes: (
|
|
282
|
+
append(...nodes: (Node | string)[]): void;
|
|
283
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
284
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
285
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
286
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
287
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
288
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
289
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
290
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
291
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
292
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
293
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
294
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
267
295
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
268
|
-
readonly
|
|
296
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
297
|
+
get style(): CSSStyleDeclaration;
|
|
298
|
+
set style(cssText: string);
|
|
269
299
|
contentEditable: string;
|
|
270
300
|
enterKeyHint: string;
|
|
271
301
|
inputMode: string;
|
|
@@ -275,16 +305,20 @@ declare const FilePicker_base: {
|
|
|
275
305
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
276
306
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
277
307
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
278
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
308
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
279
309
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
310
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
311
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
280
312
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
281
313
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
282
314
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
283
315
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
284
316
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
285
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
317
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
286
318
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
287
|
-
|
|
319
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
320
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
321
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
288
322
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
289
323
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
290
324
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -331,12 +365,14 @@ declare const FilePicker_base: {
|
|
|
331
365
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
332
366
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
333
367
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
368
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
334
369
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
335
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
370
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
336
371
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
337
372
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
338
373
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
339
374
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
375
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
340
376
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
341
377
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
342
378
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -348,7 +384,7 @@ declare const FilePicker_base: {
|
|
|
348
384
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
349
385
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
350
386
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
351
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
387
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
352
388
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
353
389
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
354
390
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -366,14 +402,10 @@ declare const FilePicker_base: {
|
|
|
366
402
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
367
403
|
autofocus: boolean;
|
|
368
404
|
readonly dataset: DOMStringMap;
|
|
369
|
-
nonce?: string
|
|
405
|
+
nonce?: string;
|
|
370
406
|
tabIndex: number;
|
|
371
407
|
blur(): void;
|
|
372
|
-
focus(options?: FocusOptions
|
|
373
|
-
ariaColIndexText: string | null;
|
|
374
|
-
ariaDescription: string | null;
|
|
375
|
-
ariaRowIndexText: string | null;
|
|
376
|
-
ariaRelevant: string | null;
|
|
408
|
+
focus(options?: FocusOptions): void;
|
|
377
409
|
roleChanged(prev: string | null, next: string | null): void;
|
|
378
410
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
379
411
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -416,7 +448,7 @@ declare const FilePicker_base: {
|
|
|
416
448
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
417
449
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
418
450
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
419
|
-
"__#
|
|
451
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
420
452
|
newPropertyName: string;
|
|
421
453
|
deprecatedPropertyName: string;
|
|
422
454
|
fromDeprecated: (v: any) => any;
|
|
@@ -425,24 +457,25 @@ declare const FilePicker_base: {
|
|
|
425
457
|
};
|
|
426
458
|
} & {
|
|
427
459
|
new (...args: any[]): {
|
|
428
|
-
helperText?: string
|
|
429
|
-
_helperTextSlottedContent?: HTMLElement[]
|
|
430
|
-
|
|
460
|
+
helperText?: string;
|
|
461
|
+
_helperTextSlottedContent?: HTMLElement[];
|
|
462
|
+
get _feedbackDescribedBy(): string;
|
|
431
463
|
_internalFeedback(): {
|
|
432
|
-
type: import(
|
|
464
|
+
type: import('../../shared/feedback/feedback-message').FeedbackType;
|
|
433
465
|
message: string;
|
|
434
466
|
};
|
|
435
467
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
436
|
-
_getFeedbackTemplate(ctx: import(
|
|
468
|
+
_getFeedbackTemplate(ctx: import('../../shared/design-system/defineVividComponent').VividElementDefinitionContext): import('@microsoft/fast-element').ViewTemplate<any, any>;
|
|
437
469
|
connectedCallback(): void;
|
|
438
|
-
_vividAriaBehaviour: import(
|
|
439
|
-
readonly $fastController: import(
|
|
440
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
470
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
471
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
472
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
441
473
|
disconnectedCallback(): void;
|
|
442
474
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
443
475
|
accessKey: string;
|
|
444
476
|
readonly accessKeyLabel: string;
|
|
445
477
|
autocapitalize: string;
|
|
478
|
+
autocorrect: boolean;
|
|
446
479
|
dir: string;
|
|
447
480
|
draggable: boolean;
|
|
448
481
|
hidden: boolean;
|
|
@@ -455,30 +488,39 @@ declare const FilePicker_base: {
|
|
|
455
488
|
readonly offsetTop: number;
|
|
456
489
|
readonly offsetWidth: number;
|
|
457
490
|
outerText: string;
|
|
491
|
+
popover: string | null;
|
|
458
492
|
spellcheck: boolean;
|
|
459
493
|
title: string;
|
|
460
494
|
translate: boolean;
|
|
495
|
+
writingSuggestions: string;
|
|
461
496
|
attachInternals(): ElementInternals;
|
|
462
497
|
click(): void;
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
498
|
+
hidePopover(): void;
|
|
499
|
+
showPopover(): void;
|
|
500
|
+
togglePopover(options?: boolean): boolean;
|
|
501
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
502
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
503
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
504
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
467
505
|
readonly attributes: NamedNodeMap;
|
|
468
|
-
|
|
506
|
+
get classList(): DOMTokenList;
|
|
507
|
+
set classList(value: string);
|
|
469
508
|
className: string;
|
|
470
509
|
readonly clientHeight: number;
|
|
471
510
|
readonly clientLeft: number;
|
|
472
511
|
readonly clientTop: number;
|
|
473
512
|
readonly clientWidth: number;
|
|
513
|
+
readonly currentCSSZoom: number;
|
|
474
514
|
id: string;
|
|
515
|
+
innerHTML: string;
|
|
475
516
|
readonly localName: string;
|
|
476
517
|
readonly namespaceURI: string | null;
|
|
477
518
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
478
519
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
479
520
|
outerHTML: string;
|
|
480
521
|
readonly ownerDocument: Document;
|
|
481
|
-
|
|
522
|
+
get part(): DOMTokenList;
|
|
523
|
+
set part(value: string);
|
|
482
524
|
readonly prefix: string | null;
|
|
483
525
|
readonly scrollHeight: number;
|
|
484
526
|
scrollLeft: number;
|
|
@@ -488,11 +530,12 @@ declare const FilePicker_base: {
|
|
|
488
530
|
slot: string;
|
|
489
531
|
readonly tagName: string;
|
|
490
532
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
491
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
492
|
-
closest<
|
|
493
|
-
closest<
|
|
494
|
-
closest<
|
|
495
|
-
closest<
|
|
533
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
534
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
535
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
536
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
537
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
538
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
496
539
|
getAttribute(qualifiedName: string): string | null;
|
|
497
540
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
498
541
|
getAttributeNames(): string[];
|
|
@@ -501,43 +544,47 @@ declare const FilePicker_base: {
|
|
|
501
544
|
getBoundingClientRect(): DOMRect;
|
|
502
545
|
getClientRects(): DOMRectList;
|
|
503
546
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
504
|
-
getElementsByTagName<
|
|
505
|
-
getElementsByTagName<
|
|
506
|
-
getElementsByTagName<
|
|
507
|
-
getElementsByTagName<
|
|
547
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
548
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
549
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
550
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
508
551
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
509
552
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
510
553
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
511
554
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
512
555
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
556
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
513
557
|
hasAttribute(qualifiedName: string): boolean;
|
|
514
558
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
515
559
|
hasAttributes(): boolean;
|
|
516
560
|
hasPointerCapture(pointerId: number): boolean;
|
|
517
561
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
518
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
562
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
519
563
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
520
564
|
matches(selectors: string): boolean;
|
|
521
565
|
releasePointerCapture(pointerId: number): void;
|
|
522
566
|
removeAttribute(qualifiedName: string): void;
|
|
523
567
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
524
568
|
removeAttributeNode(attr: Attr): Attr;
|
|
525
|
-
requestFullscreen(options?: FullscreenOptions
|
|
526
|
-
requestPointerLock(): void
|
|
527
|
-
scroll(options?: ScrollToOptions
|
|
569
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
570
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
571
|
+
scroll(options?: ScrollToOptions): void;
|
|
528
572
|
scroll(x: number, y: number): void;
|
|
529
|
-
scrollBy(options?: ScrollToOptions
|
|
573
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
530
574
|
scrollBy(x: number, y: number): void;
|
|
531
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
532
|
-
scrollTo(options?: ScrollToOptions
|
|
575
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
576
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
533
577
|
scrollTo(x: number, y: number): void;
|
|
534
578
|
setAttribute(qualifiedName: string, value: string): void;
|
|
535
579
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
536
580
|
setAttributeNode(attr: Attr): Attr | null;
|
|
537
581
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
582
|
+
setHTMLUnsafe(html: string): void;
|
|
538
583
|
setPointerCapture(pointerId: number): void;
|
|
539
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
584
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
540
585
|
webkitMatchesSelector(selectors: string): boolean;
|
|
586
|
+
get textContent(): string;
|
|
587
|
+
set textContent(value: string | null);
|
|
541
588
|
readonly baseURI: string;
|
|
542
589
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
543
590
|
readonly firstChild: ChildNode | null;
|
|
@@ -550,22 +597,21 @@ declare const FilePicker_base: {
|
|
|
550
597
|
readonly parentElement: HTMLElement | null;
|
|
551
598
|
readonly parentNode: ParentNode | null;
|
|
552
599
|
readonly previousSibling: ChildNode | null;
|
|
553
|
-
textContent: string | null;
|
|
554
600
|
appendChild<T extends Node>(node: T): T;
|
|
555
|
-
cloneNode(
|
|
601
|
+
cloneNode(subtree?: boolean): Node;
|
|
556
602
|
compareDocumentPosition(other: Node): number;
|
|
557
603
|
contains(other: Node | null): boolean;
|
|
558
|
-
getRootNode(options?: GetRootNodeOptions
|
|
604
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
559
605
|
hasChildNodes(): boolean;
|
|
560
|
-
insertBefore<
|
|
606
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
561
607
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
562
608
|
isEqualNode(otherNode: Node | null): boolean;
|
|
563
609
|
isSameNode(otherNode: Node | null): boolean;
|
|
564
610
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
565
611
|
lookupPrefix(namespace: string | null): string | null;
|
|
566
612
|
normalize(): void;
|
|
567
|
-
removeChild<
|
|
568
|
-
replaceChild<
|
|
613
|
+
removeChild<T extends Node>(child: T): T;
|
|
614
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
569
615
|
readonly ELEMENT_NODE: 1;
|
|
570
616
|
readonly ATTRIBUTE_NODE: 2;
|
|
571
617
|
readonly TEXT_NODE: 3;
|
|
@@ -585,35 +631,49 @@ declare const FilePicker_base: {
|
|
|
585
631
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
586
632
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
587
633
|
dispatchEvent(event: Event): boolean;
|
|
634
|
+
ariaActiveDescendantElement: Element | null;
|
|
588
635
|
ariaAtomic: string | null;
|
|
589
636
|
ariaAutoComplete: string | null;
|
|
637
|
+
ariaBrailleLabel: string | null;
|
|
638
|
+
ariaBrailleRoleDescription: string | null;
|
|
590
639
|
ariaBusy: string | null;
|
|
591
640
|
ariaChecked: string | null;
|
|
592
641
|
ariaColCount: string | null;
|
|
593
642
|
ariaColIndex: string | null;
|
|
643
|
+
ariaColIndexText: string | null;
|
|
594
644
|
ariaColSpan: string | null;
|
|
645
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
595
646
|
ariaCurrent: string | null;
|
|
647
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
648
|
+
ariaDescription: string | null;
|
|
649
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
596
650
|
ariaDisabled: string | null;
|
|
651
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
597
652
|
ariaExpanded: string | null;
|
|
653
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
598
654
|
ariaHasPopup: string | null;
|
|
599
655
|
ariaHidden: string | null;
|
|
600
656
|
ariaInvalid: string | null;
|
|
601
657
|
ariaKeyShortcuts: string | null;
|
|
602
658
|
ariaLabel: string | null;
|
|
659
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
603
660
|
ariaLevel: string | null;
|
|
604
661
|
ariaLive: string | null;
|
|
605
662
|
ariaModal: string | null;
|
|
606
663
|
ariaMultiLine: string | null;
|
|
607
664
|
ariaMultiSelectable: string | null;
|
|
608
665
|
ariaOrientation: string | null;
|
|
666
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
609
667
|
ariaPlaceholder: string | null;
|
|
610
668
|
ariaPosInSet: string | null;
|
|
611
669
|
ariaPressed: string | null;
|
|
612
670
|
ariaReadOnly: string | null;
|
|
671
|
+
ariaRelevant: string | null;
|
|
613
672
|
ariaRequired: string | null;
|
|
614
673
|
ariaRoleDescription: string | null;
|
|
615
674
|
ariaRowCount: string | null;
|
|
616
675
|
ariaRowIndex: string | null;
|
|
676
|
+
ariaRowIndexText: string | null;
|
|
617
677
|
ariaRowSpan: string | null;
|
|
618
678
|
ariaSelected: string | null;
|
|
619
679
|
ariaSetSize: string | null;
|
|
@@ -623,34 +683,35 @@ declare const FilePicker_base: {
|
|
|
623
683
|
ariaValueNow: string | null;
|
|
624
684
|
ariaValueText: string | null;
|
|
625
685
|
role: string | null;
|
|
626
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
627
|
-
getAnimations(options?: GetAnimationsOptions
|
|
628
|
-
after(...nodes: (
|
|
629
|
-
before(...nodes: (
|
|
686
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
687
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
688
|
+
after(...nodes: (Node | string)[]): void;
|
|
689
|
+
before(...nodes: (Node | string)[]): void;
|
|
630
690
|
remove(): void;
|
|
631
|
-
replaceWith(...nodes: (
|
|
632
|
-
innerHTML: string;
|
|
691
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
633
692
|
readonly nextElementSibling: Element | null;
|
|
634
693
|
readonly previousElementSibling: Element | null;
|
|
635
694
|
readonly childElementCount: number;
|
|
636
695
|
readonly children: HTMLCollection;
|
|
637
696
|
readonly firstElementChild: Element | null;
|
|
638
697
|
readonly lastElementChild: Element | null;
|
|
639
|
-
append(...nodes: (
|
|
640
|
-
prepend(...nodes: (
|
|
641
|
-
querySelector<
|
|
642
|
-
querySelector<
|
|
643
|
-
querySelector<
|
|
644
|
-
querySelector<
|
|
645
|
-
querySelector<
|
|
646
|
-
querySelectorAll<
|
|
647
|
-
querySelectorAll<
|
|
648
|
-
querySelectorAll<
|
|
649
|
-
querySelectorAll<
|
|
650
|
-
querySelectorAll<
|
|
651
|
-
replaceChildren(...nodes: (
|
|
698
|
+
append(...nodes: (Node | string)[]): void;
|
|
699
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
700
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
701
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
702
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
703
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
704
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
705
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
706
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
707
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
708
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
709
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
710
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
652
711
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
653
|
-
readonly
|
|
712
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
713
|
+
get style(): CSSStyleDeclaration;
|
|
714
|
+
set style(cssText: string);
|
|
654
715
|
contentEditable: string;
|
|
655
716
|
enterKeyHint: string;
|
|
656
717
|
inputMode: string;
|
|
@@ -660,16 +721,20 @@ declare const FilePicker_base: {
|
|
|
660
721
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
661
722
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
662
723
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
663
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
724
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
664
725
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
726
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
727
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
665
728
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
666
729
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
667
730
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
668
731
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
669
732
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
670
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
733
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
671
734
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
672
|
-
|
|
735
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
736
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
737
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
673
738
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
674
739
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
675
740
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -716,12 +781,14 @@ declare const FilePicker_base: {
|
|
|
716
781
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
717
782
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
718
783
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
784
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
719
785
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
720
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
786
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
721
787
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
722
788
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
723
789
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
724
790
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
791
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
725
792
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
726
793
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
727
794
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -733,7 +800,7 @@ declare const FilePicker_base: {
|
|
|
733
800
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
734
801
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
735
802
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
736
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
803
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
737
804
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
738
805
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
739
806
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -751,14 +818,10 @@ declare const FilePicker_base: {
|
|
|
751
818
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
752
819
|
autofocus: boolean;
|
|
753
820
|
readonly dataset: DOMStringMap;
|
|
754
|
-
nonce?: string
|
|
821
|
+
nonce?: string;
|
|
755
822
|
tabIndex: number;
|
|
756
823
|
blur(): void;
|
|
757
|
-
focus(options?: FocusOptions
|
|
758
|
-
ariaColIndexText: string | null;
|
|
759
|
-
ariaDescription: string | null;
|
|
760
|
-
ariaRowIndexText: string | null;
|
|
761
|
-
ariaRelevant: string | null;
|
|
824
|
+
focus(options?: FocusOptions): void;
|
|
762
825
|
roleChanged(prev: string | null, next: string | null): void;
|
|
763
826
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
764
827
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -801,7 +864,7 @@ declare const FilePicker_base: {
|
|
|
801
864
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
802
865
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
803
866
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
804
|
-
"__#
|
|
867
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
805
868
|
newPropertyName: string;
|
|
806
869
|
deprecatedPropertyName: string;
|
|
807
870
|
fromDeprecated: (v: any) => any;
|
|
@@ -810,32 +873,33 @@ declare const FilePicker_base: {
|
|
|
810
873
|
};
|
|
811
874
|
} & {
|
|
812
875
|
new (...args: any[]): {
|
|
813
|
-
errorText?: string
|
|
876
|
+
errorText?: string;
|
|
814
877
|
errorTextChanged(_: string, newErrorText: string | undefined): void;
|
|
815
|
-
"__#
|
|
816
|
-
"__#
|
|
817
|
-
"__#
|
|
818
|
-
"__#
|
|
819
|
-
label?: string
|
|
878
|
+
"__#private@#blockValidateCalls": boolean;
|
|
879
|
+
"__#private@#originalValidateFn": () => void;
|
|
880
|
+
"__#private@#forceCustomError"(errorMessage: string): void;
|
|
881
|
+
"__#private@#clearCustomErrorAndRevalidate"(): void;
|
|
882
|
+
label?: string;
|
|
820
883
|
errorValidationMessage: string;
|
|
821
884
|
forceErrorDisplay: boolean;
|
|
822
885
|
hasBeenTouched: boolean;
|
|
823
886
|
connectedCallback: (() => void) & (() => void) & (() => void);
|
|
824
|
-
"__#
|
|
887
|
+
"__#private@#handleInvalidEvent": () => void;
|
|
825
888
|
disconnectedCallback: (() => void) & (() => void) & (() => void);
|
|
826
889
|
formResetCallback: (() => void) & (() => void);
|
|
827
|
-
validate: (() => void) & ((anchor?: HTMLElement
|
|
828
|
-
proxy: import(
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
890
|
+
validate: (() => void) & ((anchor?: HTMLElement) => void);
|
|
891
|
+
proxy: import('../../shared/foundation/form-associated/form-associated').ProxyElement;
|
|
892
|
+
get validity(): ValidityState;
|
|
893
|
+
get form(): HTMLFormElement | null;
|
|
894
|
+
get validationMessage(): string;
|
|
895
|
+
get willValidate(): boolean;
|
|
896
|
+
get labels(): ReadonlyArray<Node>;
|
|
834
897
|
dirtyValue: boolean;
|
|
835
|
-
proxySlot?: HTMLSlotElement
|
|
898
|
+
proxySlot?: HTMLSlotElement;
|
|
836
899
|
value: string;
|
|
837
900
|
valueChanged(_previous: string, _next: string): void;
|
|
838
|
-
currentValue: string;
|
|
901
|
+
get currentValue(): string;
|
|
902
|
+
set currentValue(value: string);
|
|
839
903
|
initialValue: string;
|
|
840
904
|
initialValueChanged(_previous: string, _next: string): void;
|
|
841
905
|
disabled: boolean;
|
|
@@ -844,25 +908,26 @@ declare const FilePicker_base: {
|
|
|
844
908
|
nameChanged(_previous: string, _next: string): void;
|
|
845
909
|
required: boolean;
|
|
846
910
|
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
847
|
-
|
|
911
|
+
get elementInternals(): ElementInternals | null;
|
|
848
912
|
proxyEventsToBlock: string[];
|
|
849
913
|
checkValidity(): boolean;
|
|
850
914
|
reportValidity(): boolean;
|
|
851
|
-
setValidity(flags: ValidityStateFlags, message?: string
|
|
915
|
+
setValidity(flags: ValidityStateFlags, message?: string, anchor?: HTMLElement): void;
|
|
852
916
|
formDisabledCallback(disabled: boolean): void;
|
|
853
917
|
proxyInitialized: boolean;
|
|
854
918
|
attachProxy(): void;
|
|
855
919
|
detachProxy(): void;
|
|
856
|
-
setFormValue(value:
|
|
920
|
+
setFormValue(value: File | string | FormData | null, state?: File | string | FormData | null): void;
|
|
857
921
|
_keypressHandler(e: KeyboardEvent): void;
|
|
858
922
|
stopPropagation(e: Event): void;
|
|
859
|
-
_vividAriaBehaviour: import(
|
|
860
|
-
readonly $fastController: import(
|
|
861
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
923
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
924
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
925
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
862
926
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
863
927
|
accessKey: string;
|
|
864
928
|
readonly accessKeyLabel: string;
|
|
865
929
|
autocapitalize: string;
|
|
930
|
+
autocorrect: boolean;
|
|
866
931
|
dir: string;
|
|
867
932
|
draggable: boolean;
|
|
868
933
|
hidden: boolean;
|
|
@@ -875,30 +940,39 @@ declare const FilePicker_base: {
|
|
|
875
940
|
readonly offsetTop: number;
|
|
876
941
|
readonly offsetWidth: number;
|
|
877
942
|
outerText: string;
|
|
943
|
+
popover: string | null;
|
|
878
944
|
spellcheck: boolean;
|
|
879
945
|
title: string;
|
|
880
946
|
translate: boolean;
|
|
947
|
+
writingSuggestions: string;
|
|
881
948
|
attachInternals(): ElementInternals;
|
|
882
949
|
click(): void;
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
950
|
+
hidePopover(): void;
|
|
951
|
+
showPopover(): void;
|
|
952
|
+
togglePopover(options?: boolean): boolean;
|
|
953
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
954
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
955
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
956
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
887
957
|
readonly attributes: NamedNodeMap;
|
|
888
|
-
|
|
958
|
+
get classList(): DOMTokenList;
|
|
959
|
+
set classList(value: string);
|
|
889
960
|
className: string;
|
|
890
961
|
readonly clientHeight: number;
|
|
891
962
|
readonly clientLeft: number;
|
|
892
963
|
readonly clientTop: number;
|
|
893
964
|
readonly clientWidth: number;
|
|
965
|
+
readonly currentCSSZoom: number;
|
|
894
966
|
id: string;
|
|
967
|
+
innerHTML: string;
|
|
895
968
|
readonly localName: string;
|
|
896
969
|
readonly namespaceURI: string | null;
|
|
897
970
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
898
971
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
899
972
|
outerHTML: string;
|
|
900
973
|
readonly ownerDocument: Document;
|
|
901
|
-
|
|
974
|
+
get part(): DOMTokenList;
|
|
975
|
+
set part(value: string);
|
|
902
976
|
readonly prefix: string | null;
|
|
903
977
|
readonly scrollHeight: number;
|
|
904
978
|
scrollLeft: number;
|
|
@@ -908,11 +982,12 @@ declare const FilePicker_base: {
|
|
|
908
982
|
slot: string;
|
|
909
983
|
readonly tagName: string;
|
|
910
984
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
911
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
912
|
-
closest<
|
|
913
|
-
closest<
|
|
914
|
-
closest<
|
|
915
|
-
closest<
|
|
985
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
986
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
987
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
988
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
989
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
990
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
916
991
|
getAttribute(qualifiedName: string): string | null;
|
|
917
992
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
918
993
|
getAttributeNames(): string[];
|
|
@@ -921,43 +996,47 @@ declare const FilePicker_base: {
|
|
|
921
996
|
getBoundingClientRect(): DOMRect;
|
|
922
997
|
getClientRects(): DOMRectList;
|
|
923
998
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
924
|
-
getElementsByTagName<
|
|
925
|
-
getElementsByTagName<
|
|
926
|
-
getElementsByTagName<
|
|
927
|
-
getElementsByTagName<
|
|
999
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
1000
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
1001
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
1002
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
928
1003
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
929
1004
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
930
1005
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
931
1006
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
932
1007
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
1008
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
933
1009
|
hasAttribute(qualifiedName: string): boolean;
|
|
934
1010
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
935
1011
|
hasAttributes(): boolean;
|
|
936
1012
|
hasPointerCapture(pointerId: number): boolean;
|
|
937
1013
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
938
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
1014
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
939
1015
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
940
1016
|
matches(selectors: string): boolean;
|
|
941
1017
|
releasePointerCapture(pointerId: number): void;
|
|
942
1018
|
removeAttribute(qualifiedName: string): void;
|
|
943
1019
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
944
1020
|
removeAttributeNode(attr: Attr): Attr;
|
|
945
|
-
requestFullscreen(options?: FullscreenOptions
|
|
946
|
-
requestPointerLock(): void
|
|
947
|
-
scroll(options?: ScrollToOptions
|
|
1021
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
1022
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
1023
|
+
scroll(options?: ScrollToOptions): void;
|
|
948
1024
|
scroll(x: number, y: number): void;
|
|
949
|
-
scrollBy(options?: ScrollToOptions
|
|
1025
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
950
1026
|
scrollBy(x: number, y: number): void;
|
|
951
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
952
|
-
scrollTo(options?: ScrollToOptions
|
|
1027
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
1028
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
953
1029
|
scrollTo(x: number, y: number): void;
|
|
954
1030
|
setAttribute(qualifiedName: string, value: string): void;
|
|
955
1031
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
956
1032
|
setAttributeNode(attr: Attr): Attr | null;
|
|
957
1033
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
1034
|
+
setHTMLUnsafe(html: string): void;
|
|
958
1035
|
setPointerCapture(pointerId: number): void;
|
|
959
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
1036
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
960
1037
|
webkitMatchesSelector(selectors: string): boolean;
|
|
1038
|
+
get textContent(): string;
|
|
1039
|
+
set textContent(value: string | null);
|
|
961
1040
|
readonly baseURI: string;
|
|
962
1041
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
963
1042
|
readonly firstChild: ChildNode | null;
|
|
@@ -970,22 +1049,21 @@ declare const FilePicker_base: {
|
|
|
970
1049
|
readonly parentElement: HTMLElement | null;
|
|
971
1050
|
readonly parentNode: ParentNode | null;
|
|
972
1051
|
readonly previousSibling: ChildNode | null;
|
|
973
|
-
textContent: string | null;
|
|
974
1052
|
appendChild<T extends Node>(node: T): T;
|
|
975
|
-
cloneNode(
|
|
1053
|
+
cloneNode(subtree?: boolean): Node;
|
|
976
1054
|
compareDocumentPosition(other: Node): number;
|
|
977
1055
|
contains(other: Node | null): boolean;
|
|
978
|
-
getRootNode(options?: GetRootNodeOptions
|
|
1056
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
979
1057
|
hasChildNodes(): boolean;
|
|
980
|
-
insertBefore<
|
|
1058
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
981
1059
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
982
1060
|
isEqualNode(otherNode: Node | null): boolean;
|
|
983
1061
|
isSameNode(otherNode: Node | null): boolean;
|
|
984
1062
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
985
1063
|
lookupPrefix(namespace: string | null): string | null;
|
|
986
1064
|
normalize(): void;
|
|
987
|
-
removeChild<
|
|
988
|
-
replaceChild<
|
|
1065
|
+
removeChild<T extends Node>(child: T): T;
|
|
1066
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
989
1067
|
readonly ELEMENT_NODE: 1;
|
|
990
1068
|
readonly ATTRIBUTE_NODE: 2;
|
|
991
1069
|
readonly TEXT_NODE: 3;
|
|
@@ -1005,35 +1083,49 @@ declare const FilePicker_base: {
|
|
|
1005
1083
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
1006
1084
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
1007
1085
|
dispatchEvent(event: Event): boolean;
|
|
1086
|
+
ariaActiveDescendantElement: Element | null;
|
|
1008
1087
|
ariaAtomic: string | null;
|
|
1009
1088
|
ariaAutoComplete: string | null;
|
|
1089
|
+
ariaBrailleLabel: string | null;
|
|
1090
|
+
ariaBrailleRoleDescription: string | null;
|
|
1010
1091
|
ariaBusy: string | null;
|
|
1011
1092
|
ariaChecked: string | null;
|
|
1012
1093
|
ariaColCount: string | null;
|
|
1013
1094
|
ariaColIndex: string | null;
|
|
1095
|
+
ariaColIndexText: string | null;
|
|
1014
1096
|
ariaColSpan: string | null;
|
|
1097
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
1015
1098
|
ariaCurrent: string | null;
|
|
1099
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
1100
|
+
ariaDescription: string | null;
|
|
1101
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
1016
1102
|
ariaDisabled: string | null;
|
|
1103
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
1017
1104
|
ariaExpanded: string | null;
|
|
1105
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
1018
1106
|
ariaHasPopup: string | null;
|
|
1019
1107
|
ariaHidden: string | null;
|
|
1020
1108
|
ariaInvalid: string | null;
|
|
1021
1109
|
ariaKeyShortcuts: string | null;
|
|
1022
1110
|
ariaLabel: string | null;
|
|
1111
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
1023
1112
|
ariaLevel: string | null;
|
|
1024
1113
|
ariaLive: string | null;
|
|
1025
1114
|
ariaModal: string | null;
|
|
1026
1115
|
ariaMultiLine: string | null;
|
|
1027
1116
|
ariaMultiSelectable: string | null;
|
|
1028
1117
|
ariaOrientation: string | null;
|
|
1118
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
1029
1119
|
ariaPlaceholder: string | null;
|
|
1030
1120
|
ariaPosInSet: string | null;
|
|
1031
1121
|
ariaPressed: string | null;
|
|
1032
1122
|
ariaReadOnly: string | null;
|
|
1123
|
+
ariaRelevant: string | null;
|
|
1033
1124
|
ariaRequired: string | null;
|
|
1034
1125
|
ariaRoleDescription: string | null;
|
|
1035
1126
|
ariaRowCount: string | null;
|
|
1036
1127
|
ariaRowIndex: string | null;
|
|
1128
|
+
ariaRowIndexText: string | null;
|
|
1037
1129
|
ariaRowSpan: string | null;
|
|
1038
1130
|
ariaSelected: string | null;
|
|
1039
1131
|
ariaSetSize: string | null;
|
|
@@ -1043,34 +1135,35 @@ declare const FilePicker_base: {
|
|
|
1043
1135
|
ariaValueNow: string | null;
|
|
1044
1136
|
ariaValueText: string | null;
|
|
1045
1137
|
role: string | null;
|
|
1046
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
1047
|
-
getAnimations(options?: GetAnimationsOptions
|
|
1048
|
-
after(...nodes: (
|
|
1049
|
-
before(...nodes: (
|
|
1138
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
1139
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
1140
|
+
after(...nodes: (Node | string)[]): void;
|
|
1141
|
+
before(...nodes: (Node | string)[]): void;
|
|
1050
1142
|
remove(): void;
|
|
1051
|
-
replaceWith(...nodes: (
|
|
1052
|
-
innerHTML: string;
|
|
1143
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
1053
1144
|
readonly nextElementSibling: Element | null;
|
|
1054
1145
|
readonly previousElementSibling: Element | null;
|
|
1055
1146
|
readonly childElementCount: number;
|
|
1056
1147
|
readonly children: HTMLCollection;
|
|
1057
1148
|
readonly firstElementChild: Element | null;
|
|
1058
1149
|
readonly lastElementChild: Element | null;
|
|
1059
|
-
append(...nodes: (
|
|
1060
|
-
prepend(...nodes: (
|
|
1061
|
-
querySelector<
|
|
1062
|
-
querySelector<
|
|
1063
|
-
querySelector<
|
|
1064
|
-
querySelector<
|
|
1065
|
-
querySelector<
|
|
1066
|
-
querySelectorAll<
|
|
1067
|
-
querySelectorAll<
|
|
1068
|
-
querySelectorAll<
|
|
1069
|
-
querySelectorAll<
|
|
1070
|
-
querySelectorAll<
|
|
1071
|
-
replaceChildren(...nodes: (
|
|
1150
|
+
append(...nodes: (Node | string)[]): void;
|
|
1151
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
1152
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
1153
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
1154
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
1155
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
1156
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
1157
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
1158
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
1159
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
1160
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
1161
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
1162
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
1072
1163
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
1073
|
-
readonly
|
|
1164
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
1165
|
+
get style(): CSSStyleDeclaration;
|
|
1166
|
+
set style(cssText: string);
|
|
1074
1167
|
contentEditable: string;
|
|
1075
1168
|
enterKeyHint: string;
|
|
1076
1169
|
inputMode: string;
|
|
@@ -1080,16 +1173,20 @@ declare const FilePicker_base: {
|
|
|
1080
1173
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1081
1174
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1082
1175
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1083
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
1176
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1084
1177
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
1178
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1179
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1085
1180
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1086
1181
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1087
1182
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1088
1183
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1089
1184
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1090
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
1185
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1091
1186
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1092
|
-
|
|
1187
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1188
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1189
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1093
1190
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1094
1191
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1095
1192
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -1136,12 +1233,14 @@ declare const FilePicker_base: {
|
|
|
1136
1233
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1137
1234
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1138
1235
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1236
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1139
1237
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1140
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
1238
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
1141
1239
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1142
1240
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1143
1241
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1144
1242
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1243
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1145
1244
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
1146
1245
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1147
1246
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -1153,7 +1252,7 @@ declare const FilePicker_base: {
|
|
|
1153
1252
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
1154
1253
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1155
1254
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1156
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
1255
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1157
1256
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1158
1257
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1159
1258
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -1171,14 +1270,10 @@ declare const FilePicker_base: {
|
|
|
1171
1270
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
1172
1271
|
autofocus: boolean;
|
|
1173
1272
|
readonly dataset: DOMStringMap;
|
|
1174
|
-
nonce?: string
|
|
1273
|
+
nonce?: string;
|
|
1175
1274
|
tabIndex: number;
|
|
1176
1275
|
blur(): void;
|
|
1177
|
-
focus(options?: FocusOptions
|
|
1178
|
-
ariaColIndexText: string | null;
|
|
1179
|
-
ariaDescription: string | null;
|
|
1180
|
-
ariaRowIndexText: string | null;
|
|
1181
|
-
ariaRelevant: string | null;
|
|
1276
|
+
focus(options?: FocusOptions): void;
|
|
1182
1277
|
roleChanged(prev: string | null, next: string | null): void;
|
|
1183
1278
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
1184
1279
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -1221,7 +1316,7 @@ declare const FilePicker_base: {
|
|
|
1221
1316
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
1222
1317
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
1223
1318
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
1224
|
-
"__#
|
|
1319
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
1225
1320
|
newPropertyName: string;
|
|
1226
1321
|
deprecatedPropertyName: string;
|
|
1227
1322
|
fromDeprecated: (v: any) => any;
|
|
@@ -1230,26 +1325,27 @@ declare const FilePicker_base: {
|
|
|
1230
1325
|
};
|
|
1231
1326
|
} & {
|
|
1232
1327
|
new (...args: any[]): {
|
|
1233
|
-
label?: string
|
|
1328
|
+
label?: string;
|
|
1234
1329
|
errorValidationMessage: string;
|
|
1235
1330
|
forceErrorDisplay: boolean;
|
|
1236
1331
|
hasBeenTouched: boolean;
|
|
1237
1332
|
connectedCallback(): void;
|
|
1238
|
-
"__#
|
|
1333
|
+
"__#private@#handleInvalidEvent": () => void;
|
|
1239
1334
|
disconnectedCallback(): void;
|
|
1240
1335
|
formResetCallback(): void;
|
|
1241
1336
|
validate(): void;
|
|
1242
|
-
proxy: import(
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1337
|
+
proxy: import('../../shared/foundation/form-associated/form-associated').ProxyElement;
|
|
1338
|
+
get validity(): ValidityState;
|
|
1339
|
+
get form(): HTMLFormElement | null;
|
|
1340
|
+
get validationMessage(): string;
|
|
1341
|
+
get willValidate(): boolean;
|
|
1342
|
+
get labels(): ReadonlyArray<Node>;
|
|
1248
1343
|
dirtyValue: boolean;
|
|
1249
|
-
proxySlot?: HTMLSlotElement
|
|
1344
|
+
proxySlot?: HTMLSlotElement;
|
|
1250
1345
|
value: string;
|
|
1251
1346
|
valueChanged(_previous: string, _next: string): void;
|
|
1252
|
-
currentValue: string;
|
|
1347
|
+
get currentValue(): string;
|
|
1348
|
+
set currentValue(value: string);
|
|
1253
1349
|
initialValue: string;
|
|
1254
1350
|
initialValueChanged(_previous: string, _next: string): void;
|
|
1255
1351
|
disabled: boolean;
|
|
@@ -1258,25 +1354,26 @@ declare const FilePicker_base: {
|
|
|
1258
1354
|
nameChanged(_previous: string, _next: string): void;
|
|
1259
1355
|
required: boolean;
|
|
1260
1356
|
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
1261
|
-
|
|
1357
|
+
get elementInternals(): ElementInternals | null;
|
|
1262
1358
|
proxyEventsToBlock: string[];
|
|
1263
1359
|
checkValidity(): boolean;
|
|
1264
1360
|
reportValidity(): boolean;
|
|
1265
|
-
setValidity(flags: ValidityStateFlags, message?: string
|
|
1361
|
+
setValidity(flags: ValidityStateFlags, message?: string, anchor?: HTMLElement): void;
|
|
1266
1362
|
formDisabledCallback(disabled: boolean): void;
|
|
1267
1363
|
proxyInitialized: boolean;
|
|
1268
1364
|
attachProxy(): void;
|
|
1269
1365
|
detachProxy(): void;
|
|
1270
|
-
setFormValue(value:
|
|
1366
|
+
setFormValue(value: File | string | FormData | null, state?: File | string | FormData | null): void;
|
|
1271
1367
|
_keypressHandler(e: KeyboardEvent): void;
|
|
1272
1368
|
stopPropagation(e: Event): void;
|
|
1273
|
-
_vividAriaBehaviour: import(
|
|
1274
|
-
readonly $fastController: import(
|
|
1275
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
1369
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
1370
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
1371
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
1276
1372
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
1277
1373
|
accessKey: string;
|
|
1278
1374
|
readonly accessKeyLabel: string;
|
|
1279
1375
|
autocapitalize: string;
|
|
1376
|
+
autocorrect: boolean;
|
|
1280
1377
|
dir: string;
|
|
1281
1378
|
draggable: boolean;
|
|
1282
1379
|
hidden: boolean;
|
|
@@ -1289,30 +1386,39 @@ declare const FilePicker_base: {
|
|
|
1289
1386
|
readonly offsetTop: number;
|
|
1290
1387
|
readonly offsetWidth: number;
|
|
1291
1388
|
outerText: string;
|
|
1389
|
+
popover: string | null;
|
|
1292
1390
|
spellcheck: boolean;
|
|
1293
1391
|
title: string;
|
|
1294
1392
|
translate: boolean;
|
|
1393
|
+
writingSuggestions: string;
|
|
1295
1394
|
attachInternals(): ElementInternals;
|
|
1296
1395
|
click(): void;
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1396
|
+
hidePopover(): void;
|
|
1397
|
+
showPopover(): void;
|
|
1398
|
+
togglePopover(options?: boolean): boolean;
|
|
1399
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1400
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1401
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1402
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1301
1403
|
readonly attributes: NamedNodeMap;
|
|
1302
|
-
|
|
1404
|
+
get classList(): DOMTokenList;
|
|
1405
|
+
set classList(value: string);
|
|
1303
1406
|
className: string;
|
|
1304
1407
|
readonly clientHeight: number;
|
|
1305
1408
|
readonly clientLeft: number;
|
|
1306
1409
|
readonly clientTop: number;
|
|
1307
1410
|
readonly clientWidth: number;
|
|
1411
|
+
readonly currentCSSZoom: number;
|
|
1308
1412
|
id: string;
|
|
1413
|
+
innerHTML: string;
|
|
1309
1414
|
readonly localName: string;
|
|
1310
1415
|
readonly namespaceURI: string | null;
|
|
1311
1416
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
1312
1417
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
1313
1418
|
outerHTML: string;
|
|
1314
1419
|
readonly ownerDocument: Document;
|
|
1315
|
-
|
|
1420
|
+
get part(): DOMTokenList;
|
|
1421
|
+
set part(value: string);
|
|
1316
1422
|
readonly prefix: string | null;
|
|
1317
1423
|
readonly scrollHeight: number;
|
|
1318
1424
|
scrollLeft: number;
|
|
@@ -1322,11 +1428,12 @@ declare const FilePicker_base: {
|
|
|
1322
1428
|
slot: string;
|
|
1323
1429
|
readonly tagName: string;
|
|
1324
1430
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1325
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
1326
|
-
closest<
|
|
1327
|
-
closest<
|
|
1328
|
-
closest<
|
|
1329
|
-
closest<
|
|
1431
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
1432
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
1433
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
1434
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
1435
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
1436
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
1330
1437
|
getAttribute(qualifiedName: string): string | null;
|
|
1331
1438
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
1332
1439
|
getAttributeNames(): string[];
|
|
@@ -1335,43 +1442,47 @@ declare const FilePicker_base: {
|
|
|
1335
1442
|
getBoundingClientRect(): DOMRect;
|
|
1336
1443
|
getClientRects(): DOMRectList;
|
|
1337
1444
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
1338
|
-
getElementsByTagName<
|
|
1339
|
-
getElementsByTagName<
|
|
1340
|
-
getElementsByTagName<
|
|
1341
|
-
getElementsByTagName<
|
|
1445
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
1446
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
1447
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
1448
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
1342
1449
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1343
1450
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1344
1451
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
1345
1452
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
1346
1453
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
1454
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
1347
1455
|
hasAttribute(qualifiedName: string): boolean;
|
|
1348
1456
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
1349
1457
|
hasAttributes(): boolean;
|
|
1350
1458
|
hasPointerCapture(pointerId: number): boolean;
|
|
1351
1459
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
1352
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
1460
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
1353
1461
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
1354
1462
|
matches(selectors: string): boolean;
|
|
1355
1463
|
releasePointerCapture(pointerId: number): void;
|
|
1356
1464
|
removeAttribute(qualifiedName: string): void;
|
|
1357
1465
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
1358
1466
|
removeAttributeNode(attr: Attr): Attr;
|
|
1359
|
-
requestFullscreen(options?: FullscreenOptions
|
|
1360
|
-
requestPointerLock(): void
|
|
1361
|
-
scroll(options?: ScrollToOptions
|
|
1467
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
1468
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
1469
|
+
scroll(options?: ScrollToOptions): void;
|
|
1362
1470
|
scroll(x: number, y: number): void;
|
|
1363
|
-
scrollBy(options?: ScrollToOptions
|
|
1471
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
1364
1472
|
scrollBy(x: number, y: number): void;
|
|
1365
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
1366
|
-
scrollTo(options?: ScrollToOptions
|
|
1473
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
1474
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
1367
1475
|
scrollTo(x: number, y: number): void;
|
|
1368
1476
|
setAttribute(qualifiedName: string, value: string): void;
|
|
1369
1477
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
1370
1478
|
setAttributeNode(attr: Attr): Attr | null;
|
|
1371
1479
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
1480
|
+
setHTMLUnsafe(html: string): void;
|
|
1372
1481
|
setPointerCapture(pointerId: number): void;
|
|
1373
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
1482
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
1374
1483
|
webkitMatchesSelector(selectors: string): boolean;
|
|
1484
|
+
get textContent(): string;
|
|
1485
|
+
set textContent(value: string | null);
|
|
1375
1486
|
readonly baseURI: string;
|
|
1376
1487
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
1377
1488
|
readonly firstChild: ChildNode | null;
|
|
@@ -1384,22 +1495,21 @@ declare const FilePicker_base: {
|
|
|
1384
1495
|
readonly parentElement: HTMLElement | null;
|
|
1385
1496
|
readonly parentNode: ParentNode | null;
|
|
1386
1497
|
readonly previousSibling: ChildNode | null;
|
|
1387
|
-
textContent: string | null;
|
|
1388
1498
|
appendChild<T extends Node>(node: T): T;
|
|
1389
|
-
cloneNode(
|
|
1499
|
+
cloneNode(subtree?: boolean): Node;
|
|
1390
1500
|
compareDocumentPosition(other: Node): number;
|
|
1391
1501
|
contains(other: Node | null): boolean;
|
|
1392
|
-
getRootNode(options?: GetRootNodeOptions
|
|
1502
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
1393
1503
|
hasChildNodes(): boolean;
|
|
1394
|
-
insertBefore<
|
|
1504
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
1395
1505
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
1396
1506
|
isEqualNode(otherNode: Node | null): boolean;
|
|
1397
1507
|
isSameNode(otherNode: Node | null): boolean;
|
|
1398
1508
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
1399
1509
|
lookupPrefix(namespace: string | null): string | null;
|
|
1400
1510
|
normalize(): void;
|
|
1401
|
-
removeChild<
|
|
1402
|
-
replaceChild<
|
|
1511
|
+
removeChild<T extends Node>(child: T): T;
|
|
1512
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
1403
1513
|
readonly ELEMENT_NODE: 1;
|
|
1404
1514
|
readonly ATTRIBUTE_NODE: 2;
|
|
1405
1515
|
readonly TEXT_NODE: 3;
|
|
@@ -1419,35 +1529,49 @@ declare const FilePicker_base: {
|
|
|
1419
1529
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
1420
1530
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
1421
1531
|
dispatchEvent(event: Event): boolean;
|
|
1532
|
+
ariaActiveDescendantElement: Element | null;
|
|
1422
1533
|
ariaAtomic: string | null;
|
|
1423
1534
|
ariaAutoComplete: string | null;
|
|
1535
|
+
ariaBrailleLabel: string | null;
|
|
1536
|
+
ariaBrailleRoleDescription: string | null;
|
|
1424
1537
|
ariaBusy: string | null;
|
|
1425
1538
|
ariaChecked: string | null;
|
|
1426
1539
|
ariaColCount: string | null;
|
|
1427
1540
|
ariaColIndex: string | null;
|
|
1541
|
+
ariaColIndexText: string | null;
|
|
1428
1542
|
ariaColSpan: string | null;
|
|
1543
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
1429
1544
|
ariaCurrent: string | null;
|
|
1545
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
1546
|
+
ariaDescription: string | null;
|
|
1547
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
1430
1548
|
ariaDisabled: string | null;
|
|
1549
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
1431
1550
|
ariaExpanded: string | null;
|
|
1551
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
1432
1552
|
ariaHasPopup: string | null;
|
|
1433
1553
|
ariaHidden: string | null;
|
|
1434
1554
|
ariaInvalid: string | null;
|
|
1435
1555
|
ariaKeyShortcuts: string | null;
|
|
1436
1556
|
ariaLabel: string | null;
|
|
1557
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
1437
1558
|
ariaLevel: string | null;
|
|
1438
1559
|
ariaLive: string | null;
|
|
1439
1560
|
ariaModal: string | null;
|
|
1440
1561
|
ariaMultiLine: string | null;
|
|
1441
1562
|
ariaMultiSelectable: string | null;
|
|
1442
1563
|
ariaOrientation: string | null;
|
|
1564
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
1443
1565
|
ariaPlaceholder: string | null;
|
|
1444
1566
|
ariaPosInSet: string | null;
|
|
1445
1567
|
ariaPressed: string | null;
|
|
1446
1568
|
ariaReadOnly: string | null;
|
|
1569
|
+
ariaRelevant: string | null;
|
|
1447
1570
|
ariaRequired: string | null;
|
|
1448
1571
|
ariaRoleDescription: string | null;
|
|
1449
1572
|
ariaRowCount: string | null;
|
|
1450
1573
|
ariaRowIndex: string | null;
|
|
1574
|
+
ariaRowIndexText: string | null;
|
|
1451
1575
|
ariaRowSpan: string | null;
|
|
1452
1576
|
ariaSelected: string | null;
|
|
1453
1577
|
ariaSetSize: string | null;
|
|
@@ -1457,34 +1581,35 @@ declare const FilePicker_base: {
|
|
|
1457
1581
|
ariaValueNow: string | null;
|
|
1458
1582
|
ariaValueText: string | null;
|
|
1459
1583
|
role: string | null;
|
|
1460
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
1461
|
-
getAnimations(options?: GetAnimationsOptions
|
|
1462
|
-
after(...nodes: (
|
|
1463
|
-
before(...nodes: (
|
|
1584
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
1585
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
1586
|
+
after(...nodes: (Node | string)[]): void;
|
|
1587
|
+
before(...nodes: (Node | string)[]): void;
|
|
1464
1588
|
remove(): void;
|
|
1465
|
-
replaceWith(...nodes: (
|
|
1466
|
-
innerHTML: string;
|
|
1589
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
1467
1590
|
readonly nextElementSibling: Element | null;
|
|
1468
1591
|
readonly previousElementSibling: Element | null;
|
|
1469
1592
|
readonly childElementCount: number;
|
|
1470
1593
|
readonly children: HTMLCollection;
|
|
1471
1594
|
readonly firstElementChild: Element | null;
|
|
1472
1595
|
readonly lastElementChild: Element | null;
|
|
1473
|
-
append(...nodes: (
|
|
1474
|
-
prepend(...nodes: (
|
|
1475
|
-
querySelector<
|
|
1476
|
-
querySelector<
|
|
1477
|
-
querySelector<
|
|
1478
|
-
querySelector<
|
|
1479
|
-
querySelector<
|
|
1480
|
-
querySelectorAll<
|
|
1481
|
-
querySelectorAll<
|
|
1482
|
-
querySelectorAll<
|
|
1483
|
-
querySelectorAll<
|
|
1484
|
-
querySelectorAll<
|
|
1485
|
-
replaceChildren(...nodes: (
|
|
1596
|
+
append(...nodes: (Node | string)[]): void;
|
|
1597
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
1598
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
1599
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
1600
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
1601
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
1602
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
1603
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
1604
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
1605
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
1606
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
1607
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
1608
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
1486
1609
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
1487
|
-
readonly
|
|
1610
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
1611
|
+
get style(): CSSStyleDeclaration;
|
|
1612
|
+
set style(cssText: string);
|
|
1488
1613
|
contentEditable: string;
|
|
1489
1614
|
enterKeyHint: string;
|
|
1490
1615
|
inputMode: string;
|
|
@@ -1494,16 +1619,20 @@ declare const FilePicker_base: {
|
|
|
1494
1619
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1495
1620
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1496
1621
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1497
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
1622
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1498
1623
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
1624
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1625
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1499
1626
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1500
1627
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1501
1628
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1502
1629
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1503
1630
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1504
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
1631
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1505
1632
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1506
|
-
|
|
1633
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1634
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1635
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1507
1636
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1508
1637
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1509
1638
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -1550,12 +1679,14 @@ declare const FilePicker_base: {
|
|
|
1550
1679
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1551
1680
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1552
1681
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1682
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1553
1683
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1554
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
1684
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
1555
1685
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1556
1686
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1557
1687
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1558
1688
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1689
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1559
1690
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
1560
1691
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1561
1692
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -1567,7 +1698,7 @@ declare const FilePicker_base: {
|
|
|
1567
1698
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
1568
1699
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1569
1700
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1570
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
1701
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1571
1702
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1572
1703
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1573
1704
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -1585,14 +1716,10 @@ declare const FilePicker_base: {
|
|
|
1585
1716
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
1586
1717
|
autofocus: boolean;
|
|
1587
1718
|
readonly dataset: DOMStringMap;
|
|
1588
|
-
nonce?: string
|
|
1719
|
+
nonce?: string;
|
|
1589
1720
|
tabIndex: number;
|
|
1590
1721
|
blur(): void;
|
|
1591
|
-
focus(options?: FocusOptions
|
|
1592
|
-
ariaColIndexText: string | null;
|
|
1593
|
-
ariaDescription: string | null;
|
|
1594
|
-
ariaRowIndexText: string | null;
|
|
1595
|
-
ariaRelevant: string | null;
|
|
1722
|
+
focus(options?: FocusOptions): void;
|
|
1596
1723
|
roleChanged(prev: string | null, next: string | null): void;
|
|
1597
1724
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
1598
1725
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -1635,7 +1762,7 @@ declare const FilePicker_base: {
|
|
|
1635
1762
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
1636
1763
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
1637
1764
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
1638
|
-
"__#
|
|
1765
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
1639
1766
|
newPropertyName: string;
|
|
1640
1767
|
deprecatedPropertyName: string;
|
|
1641
1768
|
fromDeprecated: (v: any) => any;
|
|
@@ -1646,13 +1773,14 @@ declare const FilePicker_base: {
|
|
|
1646
1773
|
new (...args: any[]): {
|
|
1647
1774
|
_vividAriaBehaviour: "delegate";
|
|
1648
1775
|
connectedCallback(): void;
|
|
1649
|
-
readonly $fastController: import(
|
|
1650
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
1776
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
1777
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
1651
1778
|
disconnectedCallback(): void;
|
|
1652
1779
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
1653
1780
|
accessKey: string;
|
|
1654
1781
|
readonly accessKeyLabel: string;
|
|
1655
1782
|
autocapitalize: string;
|
|
1783
|
+
autocorrect: boolean;
|
|
1656
1784
|
dir: string;
|
|
1657
1785
|
draggable: boolean;
|
|
1658
1786
|
hidden: boolean;
|
|
@@ -1665,30 +1793,39 @@ declare const FilePicker_base: {
|
|
|
1665
1793
|
readonly offsetTop: number;
|
|
1666
1794
|
readonly offsetWidth: number;
|
|
1667
1795
|
outerText: string;
|
|
1796
|
+
popover: string | null;
|
|
1668
1797
|
spellcheck: boolean;
|
|
1669
1798
|
title: string;
|
|
1670
1799
|
translate: boolean;
|
|
1800
|
+
writingSuggestions: string;
|
|
1671
1801
|
attachInternals(): ElementInternals;
|
|
1672
1802
|
click(): void;
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1803
|
+
hidePopover(): void;
|
|
1804
|
+
showPopover(): void;
|
|
1805
|
+
togglePopover(options?: boolean): boolean;
|
|
1806
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1807
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1808
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1809
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1677
1810
|
readonly attributes: NamedNodeMap;
|
|
1678
|
-
|
|
1811
|
+
get classList(): DOMTokenList;
|
|
1812
|
+
set classList(value: string);
|
|
1679
1813
|
className: string;
|
|
1680
1814
|
readonly clientHeight: number;
|
|
1681
1815
|
readonly clientLeft: number;
|
|
1682
1816
|
readonly clientTop: number;
|
|
1683
1817
|
readonly clientWidth: number;
|
|
1818
|
+
readonly currentCSSZoom: number;
|
|
1684
1819
|
id: string;
|
|
1820
|
+
innerHTML: string;
|
|
1685
1821
|
readonly localName: string;
|
|
1686
1822
|
readonly namespaceURI: string | null;
|
|
1687
1823
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
1688
1824
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
1689
1825
|
outerHTML: string;
|
|
1690
1826
|
readonly ownerDocument: Document;
|
|
1691
|
-
|
|
1827
|
+
get part(): DOMTokenList;
|
|
1828
|
+
set part(value: string);
|
|
1692
1829
|
readonly prefix: string | null;
|
|
1693
1830
|
readonly scrollHeight: number;
|
|
1694
1831
|
scrollLeft: number;
|
|
@@ -1698,11 +1835,12 @@ declare const FilePicker_base: {
|
|
|
1698
1835
|
slot: string;
|
|
1699
1836
|
readonly tagName: string;
|
|
1700
1837
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1701
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
1702
|
-
closest<
|
|
1703
|
-
closest<
|
|
1704
|
-
closest<
|
|
1705
|
-
closest<
|
|
1838
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
1839
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
1840
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
1841
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
1842
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
1843
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
1706
1844
|
getAttribute(qualifiedName: string): string | null;
|
|
1707
1845
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
1708
1846
|
getAttributeNames(): string[];
|
|
@@ -1711,43 +1849,47 @@ declare const FilePicker_base: {
|
|
|
1711
1849
|
getBoundingClientRect(): DOMRect;
|
|
1712
1850
|
getClientRects(): DOMRectList;
|
|
1713
1851
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
1714
|
-
getElementsByTagName<
|
|
1715
|
-
getElementsByTagName<
|
|
1716
|
-
getElementsByTagName<
|
|
1717
|
-
getElementsByTagName<
|
|
1852
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
1853
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
1854
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
1855
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
1718
1856
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1719
1857
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1720
1858
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
1721
1859
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
1722
1860
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
1861
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
1723
1862
|
hasAttribute(qualifiedName: string): boolean;
|
|
1724
1863
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
1725
1864
|
hasAttributes(): boolean;
|
|
1726
1865
|
hasPointerCapture(pointerId: number): boolean;
|
|
1727
1866
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
1728
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
1867
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
1729
1868
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
1730
1869
|
matches(selectors: string): boolean;
|
|
1731
1870
|
releasePointerCapture(pointerId: number): void;
|
|
1732
1871
|
removeAttribute(qualifiedName: string): void;
|
|
1733
1872
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
1734
1873
|
removeAttributeNode(attr: Attr): Attr;
|
|
1735
|
-
requestFullscreen(options?: FullscreenOptions
|
|
1736
|
-
requestPointerLock(): void
|
|
1737
|
-
scroll(options?: ScrollToOptions
|
|
1874
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
1875
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
1876
|
+
scroll(options?: ScrollToOptions): void;
|
|
1738
1877
|
scroll(x: number, y: number): void;
|
|
1739
|
-
scrollBy(options?: ScrollToOptions
|
|
1878
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
1740
1879
|
scrollBy(x: number, y: number): void;
|
|
1741
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
1742
|
-
scrollTo(options?: ScrollToOptions
|
|
1880
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
1881
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
1743
1882
|
scrollTo(x: number, y: number): void;
|
|
1744
1883
|
setAttribute(qualifiedName: string, value: string): void;
|
|
1745
1884
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
1746
1885
|
setAttributeNode(attr: Attr): Attr | null;
|
|
1747
1886
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
1887
|
+
setHTMLUnsafe(html: string): void;
|
|
1748
1888
|
setPointerCapture(pointerId: number): void;
|
|
1749
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
1889
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
1750
1890
|
webkitMatchesSelector(selectors: string): boolean;
|
|
1891
|
+
get textContent(): string;
|
|
1892
|
+
set textContent(value: string | null);
|
|
1751
1893
|
readonly baseURI: string;
|
|
1752
1894
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
1753
1895
|
readonly firstChild: ChildNode | null;
|
|
@@ -1760,22 +1902,21 @@ declare const FilePicker_base: {
|
|
|
1760
1902
|
readonly parentElement: HTMLElement | null;
|
|
1761
1903
|
readonly parentNode: ParentNode | null;
|
|
1762
1904
|
readonly previousSibling: ChildNode | null;
|
|
1763
|
-
textContent: string | null;
|
|
1764
1905
|
appendChild<T extends Node>(node: T): T;
|
|
1765
|
-
cloneNode(
|
|
1906
|
+
cloneNode(subtree?: boolean): Node;
|
|
1766
1907
|
compareDocumentPosition(other: Node): number;
|
|
1767
1908
|
contains(other: Node | null): boolean;
|
|
1768
|
-
getRootNode(options?: GetRootNodeOptions
|
|
1909
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
1769
1910
|
hasChildNodes(): boolean;
|
|
1770
|
-
insertBefore<
|
|
1911
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
1771
1912
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
1772
1913
|
isEqualNode(otherNode: Node | null): boolean;
|
|
1773
1914
|
isSameNode(otherNode: Node | null): boolean;
|
|
1774
1915
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
1775
1916
|
lookupPrefix(namespace: string | null): string | null;
|
|
1776
1917
|
normalize(): void;
|
|
1777
|
-
removeChild<
|
|
1778
|
-
replaceChild<
|
|
1918
|
+
removeChild<T extends Node>(child: T): T;
|
|
1919
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
1779
1920
|
readonly ELEMENT_NODE: 1;
|
|
1780
1921
|
readonly ATTRIBUTE_NODE: 2;
|
|
1781
1922
|
readonly TEXT_NODE: 3;
|
|
@@ -1795,35 +1936,49 @@ declare const FilePicker_base: {
|
|
|
1795
1936
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
1796
1937
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
1797
1938
|
dispatchEvent(event: Event): boolean;
|
|
1939
|
+
ariaActiveDescendantElement: Element | null;
|
|
1798
1940
|
ariaAtomic: string | null;
|
|
1799
1941
|
ariaAutoComplete: string | null;
|
|
1942
|
+
ariaBrailleLabel: string | null;
|
|
1943
|
+
ariaBrailleRoleDescription: string | null;
|
|
1800
1944
|
ariaBusy: string | null;
|
|
1801
1945
|
ariaChecked: string | null;
|
|
1802
1946
|
ariaColCount: string | null;
|
|
1803
1947
|
ariaColIndex: string | null;
|
|
1948
|
+
ariaColIndexText: string | null;
|
|
1804
1949
|
ariaColSpan: string | null;
|
|
1950
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
1805
1951
|
ariaCurrent: string | null;
|
|
1952
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
1953
|
+
ariaDescription: string | null;
|
|
1954
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
1806
1955
|
ariaDisabled: string | null;
|
|
1956
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
1807
1957
|
ariaExpanded: string | null;
|
|
1958
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
1808
1959
|
ariaHasPopup: string | null;
|
|
1809
1960
|
ariaHidden: string | null;
|
|
1810
1961
|
ariaInvalid: string | null;
|
|
1811
1962
|
ariaKeyShortcuts: string | null;
|
|
1812
1963
|
ariaLabel: string | null;
|
|
1964
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
1813
1965
|
ariaLevel: string | null;
|
|
1814
1966
|
ariaLive: string | null;
|
|
1815
1967
|
ariaModal: string | null;
|
|
1816
1968
|
ariaMultiLine: string | null;
|
|
1817
1969
|
ariaMultiSelectable: string | null;
|
|
1818
1970
|
ariaOrientation: string | null;
|
|
1971
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
1819
1972
|
ariaPlaceholder: string | null;
|
|
1820
1973
|
ariaPosInSet: string | null;
|
|
1821
1974
|
ariaPressed: string | null;
|
|
1822
1975
|
ariaReadOnly: string | null;
|
|
1976
|
+
ariaRelevant: string | null;
|
|
1823
1977
|
ariaRequired: string | null;
|
|
1824
1978
|
ariaRoleDescription: string | null;
|
|
1825
1979
|
ariaRowCount: string | null;
|
|
1826
1980
|
ariaRowIndex: string | null;
|
|
1981
|
+
ariaRowIndexText: string | null;
|
|
1827
1982
|
ariaRowSpan: string | null;
|
|
1828
1983
|
ariaSelected: string | null;
|
|
1829
1984
|
ariaSetSize: string | null;
|
|
@@ -1833,34 +1988,35 @@ declare const FilePicker_base: {
|
|
|
1833
1988
|
ariaValueNow: string | null;
|
|
1834
1989
|
ariaValueText: string | null;
|
|
1835
1990
|
role: string | null;
|
|
1836
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
1837
|
-
getAnimations(options?: GetAnimationsOptions
|
|
1838
|
-
after(...nodes: (
|
|
1839
|
-
before(...nodes: (
|
|
1991
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
1992
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
1993
|
+
after(...nodes: (Node | string)[]): void;
|
|
1994
|
+
before(...nodes: (Node | string)[]): void;
|
|
1840
1995
|
remove(): void;
|
|
1841
|
-
replaceWith(...nodes: (
|
|
1842
|
-
innerHTML: string;
|
|
1996
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
1843
1997
|
readonly nextElementSibling: Element | null;
|
|
1844
1998
|
readonly previousElementSibling: Element | null;
|
|
1845
1999
|
readonly childElementCount: number;
|
|
1846
2000
|
readonly children: HTMLCollection;
|
|
1847
2001
|
readonly firstElementChild: Element | null;
|
|
1848
2002
|
readonly lastElementChild: Element | null;
|
|
1849
|
-
append(...nodes: (
|
|
1850
|
-
prepend(...nodes: (
|
|
1851
|
-
querySelector<
|
|
1852
|
-
querySelector<
|
|
1853
|
-
querySelector<
|
|
1854
|
-
querySelector<
|
|
1855
|
-
querySelector<
|
|
1856
|
-
querySelectorAll<
|
|
1857
|
-
querySelectorAll<
|
|
1858
|
-
querySelectorAll<
|
|
1859
|
-
querySelectorAll<
|
|
1860
|
-
querySelectorAll<
|
|
1861
|
-
replaceChildren(...nodes: (
|
|
2003
|
+
append(...nodes: (Node | string)[]): void;
|
|
2004
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
2005
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
2006
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
2007
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
2008
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
2009
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
2010
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
2011
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
2012
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
2013
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
2014
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
2015
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
1862
2016
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
1863
|
-
readonly
|
|
2017
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
2018
|
+
get style(): CSSStyleDeclaration;
|
|
2019
|
+
set style(cssText: string);
|
|
1864
2020
|
contentEditable: string;
|
|
1865
2021
|
enterKeyHint: string;
|
|
1866
2022
|
inputMode: string;
|
|
@@ -1870,16 +2026,20 @@ declare const FilePicker_base: {
|
|
|
1870
2026
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1871
2027
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1872
2028
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1873
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
2029
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1874
2030
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
2031
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2032
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1875
2033
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1876
2034
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1877
2035
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1878
2036
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1879
2037
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1880
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
2038
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1881
2039
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1882
|
-
|
|
2040
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2041
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2042
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1883
2043
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1884
2044
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1885
2045
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -1926,12 +2086,14 @@ declare const FilePicker_base: {
|
|
|
1926
2086
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1927
2087
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1928
2088
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2089
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1929
2090
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1930
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
2091
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
1931
2092
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1932
2093
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1933
2094
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1934
2095
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2096
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1935
2097
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
1936
2098
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1937
2099
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -1943,7 +2105,7 @@ declare const FilePicker_base: {
|
|
|
1943
2105
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
1944
2106
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1945
2107
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1946
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
2108
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1947
2109
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1948
2110
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1949
2111
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -1961,14 +2123,10 @@ declare const FilePicker_base: {
|
|
|
1961
2123
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
1962
2124
|
autofocus: boolean;
|
|
1963
2125
|
readonly dataset: DOMStringMap;
|
|
1964
|
-
nonce?: string
|
|
2126
|
+
nonce?: string;
|
|
1965
2127
|
tabIndex: number;
|
|
1966
2128
|
blur(): void;
|
|
1967
|
-
focus(options?: FocusOptions
|
|
1968
|
-
ariaColIndexText: string | null;
|
|
1969
|
-
ariaDescription: string | null;
|
|
1970
|
-
ariaRowIndexText: string | null;
|
|
1971
|
-
ariaRelevant: string | null;
|
|
2129
|
+
focus(options?: FocusOptions): void;
|
|
1972
2130
|
roleChanged(prev: string | null, next: string | null): void;
|
|
1973
2131
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
1974
2132
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -2011,7 +2169,7 @@ declare const FilePicker_base: {
|
|
|
2011
2169
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
2012
2170
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
2013
2171
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
2014
|
-
"__#
|
|
2172
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
2015
2173
|
newPropertyName: string;
|
|
2016
2174
|
deprecatedPropertyName: string;
|
|
2017
2175
|
fromDeprecated: (v: any) => any;
|
|
@@ -2020,16 +2178,17 @@ declare const FilePicker_base: {
|
|
|
2020
2178
|
};
|
|
2021
2179
|
} & {
|
|
2022
2180
|
new (...args: any[]): {
|
|
2023
|
-
|
|
2181
|
+
get locale(): import('../../shared/localization/Locale').Locale;
|
|
2024
2182
|
connectedCallback(): void;
|
|
2025
|
-
_vividAriaBehaviour: import(
|
|
2026
|
-
readonly $fastController: import(
|
|
2027
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
2183
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
2184
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
2185
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
2028
2186
|
disconnectedCallback(): void;
|
|
2029
2187
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
2030
2188
|
accessKey: string;
|
|
2031
2189
|
readonly accessKeyLabel: string;
|
|
2032
2190
|
autocapitalize: string;
|
|
2191
|
+
autocorrect: boolean;
|
|
2033
2192
|
dir: string;
|
|
2034
2193
|
draggable: boolean;
|
|
2035
2194
|
hidden: boolean;
|
|
@@ -2042,30 +2201,39 @@ declare const FilePicker_base: {
|
|
|
2042
2201
|
readonly offsetTop: number;
|
|
2043
2202
|
readonly offsetWidth: number;
|
|
2044
2203
|
outerText: string;
|
|
2204
|
+
popover: string | null;
|
|
2045
2205
|
spellcheck: boolean;
|
|
2046
2206
|
title: string;
|
|
2047
2207
|
translate: boolean;
|
|
2208
|
+
writingSuggestions: string;
|
|
2048
2209
|
attachInternals(): ElementInternals;
|
|
2049
2210
|
click(): void;
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2211
|
+
hidePopover(): void;
|
|
2212
|
+
showPopover(): void;
|
|
2213
|
+
togglePopover(options?: boolean): boolean;
|
|
2214
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2215
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
2216
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2217
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
2054
2218
|
readonly attributes: NamedNodeMap;
|
|
2055
|
-
|
|
2219
|
+
get classList(): DOMTokenList;
|
|
2220
|
+
set classList(value: string);
|
|
2056
2221
|
className: string;
|
|
2057
2222
|
readonly clientHeight: number;
|
|
2058
2223
|
readonly clientLeft: number;
|
|
2059
2224
|
readonly clientTop: number;
|
|
2060
2225
|
readonly clientWidth: number;
|
|
2226
|
+
readonly currentCSSZoom: number;
|
|
2061
2227
|
id: string;
|
|
2228
|
+
innerHTML: string;
|
|
2062
2229
|
readonly localName: string;
|
|
2063
2230
|
readonly namespaceURI: string | null;
|
|
2064
2231
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
2065
2232
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
2066
2233
|
outerHTML: string;
|
|
2067
2234
|
readonly ownerDocument: Document;
|
|
2068
|
-
|
|
2235
|
+
get part(): DOMTokenList;
|
|
2236
|
+
set part(value: string);
|
|
2069
2237
|
readonly prefix: string | null;
|
|
2070
2238
|
readonly scrollHeight: number;
|
|
2071
2239
|
scrollLeft: number;
|
|
@@ -2075,11 +2243,12 @@ declare const FilePicker_base: {
|
|
|
2075
2243
|
slot: string;
|
|
2076
2244
|
readonly tagName: string;
|
|
2077
2245
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
2078
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
2079
|
-
closest<
|
|
2080
|
-
closest<
|
|
2081
|
-
closest<
|
|
2082
|
-
closest<
|
|
2246
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
2247
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
2248
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
2249
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
2250
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
2251
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
2083
2252
|
getAttribute(qualifiedName: string): string | null;
|
|
2084
2253
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
2085
2254
|
getAttributeNames(): string[];
|
|
@@ -2088,43 +2257,47 @@ declare const FilePicker_base: {
|
|
|
2088
2257
|
getBoundingClientRect(): DOMRect;
|
|
2089
2258
|
getClientRects(): DOMRectList;
|
|
2090
2259
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
2091
|
-
getElementsByTagName<
|
|
2092
|
-
getElementsByTagName<
|
|
2093
|
-
getElementsByTagName<
|
|
2094
|
-
getElementsByTagName<
|
|
2260
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
2261
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
2262
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
2263
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
2095
2264
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
2096
2265
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
2097
2266
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
2098
2267
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
2099
2268
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
2269
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
2100
2270
|
hasAttribute(qualifiedName: string): boolean;
|
|
2101
2271
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
2102
2272
|
hasAttributes(): boolean;
|
|
2103
2273
|
hasPointerCapture(pointerId: number): boolean;
|
|
2104
2274
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
2105
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
2275
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
2106
2276
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
2107
2277
|
matches(selectors: string): boolean;
|
|
2108
2278
|
releasePointerCapture(pointerId: number): void;
|
|
2109
2279
|
removeAttribute(qualifiedName: string): void;
|
|
2110
2280
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
2111
2281
|
removeAttributeNode(attr: Attr): Attr;
|
|
2112
|
-
requestFullscreen(options?: FullscreenOptions
|
|
2113
|
-
requestPointerLock(): void
|
|
2114
|
-
scroll(options?: ScrollToOptions
|
|
2282
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
2283
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
2284
|
+
scroll(options?: ScrollToOptions): void;
|
|
2115
2285
|
scroll(x: number, y: number): void;
|
|
2116
|
-
scrollBy(options?: ScrollToOptions
|
|
2286
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
2117
2287
|
scrollBy(x: number, y: number): void;
|
|
2118
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
2119
|
-
scrollTo(options?: ScrollToOptions
|
|
2288
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
2289
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
2120
2290
|
scrollTo(x: number, y: number): void;
|
|
2121
2291
|
setAttribute(qualifiedName: string, value: string): void;
|
|
2122
2292
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
2123
2293
|
setAttributeNode(attr: Attr): Attr | null;
|
|
2124
2294
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
2295
|
+
setHTMLUnsafe(html: string): void;
|
|
2125
2296
|
setPointerCapture(pointerId: number): void;
|
|
2126
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
2297
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
2127
2298
|
webkitMatchesSelector(selectors: string): boolean;
|
|
2299
|
+
get textContent(): string;
|
|
2300
|
+
set textContent(value: string | null);
|
|
2128
2301
|
readonly baseURI: string;
|
|
2129
2302
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
2130
2303
|
readonly firstChild: ChildNode | null;
|
|
@@ -2137,22 +2310,21 @@ declare const FilePicker_base: {
|
|
|
2137
2310
|
readonly parentElement: HTMLElement | null;
|
|
2138
2311
|
readonly parentNode: ParentNode | null;
|
|
2139
2312
|
readonly previousSibling: ChildNode | null;
|
|
2140
|
-
textContent: string | null;
|
|
2141
2313
|
appendChild<T extends Node>(node: T): T;
|
|
2142
|
-
cloneNode(
|
|
2314
|
+
cloneNode(subtree?: boolean): Node;
|
|
2143
2315
|
compareDocumentPosition(other: Node): number;
|
|
2144
2316
|
contains(other: Node | null): boolean;
|
|
2145
|
-
getRootNode(options?: GetRootNodeOptions
|
|
2317
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
2146
2318
|
hasChildNodes(): boolean;
|
|
2147
|
-
insertBefore<
|
|
2319
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
2148
2320
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
2149
2321
|
isEqualNode(otherNode: Node | null): boolean;
|
|
2150
2322
|
isSameNode(otherNode: Node | null): boolean;
|
|
2151
2323
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
2152
2324
|
lookupPrefix(namespace: string | null): string | null;
|
|
2153
2325
|
normalize(): void;
|
|
2154
|
-
removeChild<
|
|
2155
|
-
replaceChild<
|
|
2326
|
+
removeChild<T extends Node>(child: T): T;
|
|
2327
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
2156
2328
|
readonly ELEMENT_NODE: 1;
|
|
2157
2329
|
readonly ATTRIBUTE_NODE: 2;
|
|
2158
2330
|
readonly TEXT_NODE: 3;
|
|
@@ -2172,35 +2344,49 @@ declare const FilePicker_base: {
|
|
|
2172
2344
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
2173
2345
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
2174
2346
|
dispatchEvent(event: Event): boolean;
|
|
2347
|
+
ariaActiveDescendantElement: Element | null;
|
|
2175
2348
|
ariaAtomic: string | null;
|
|
2176
2349
|
ariaAutoComplete: string | null;
|
|
2350
|
+
ariaBrailleLabel: string | null;
|
|
2351
|
+
ariaBrailleRoleDescription: string | null;
|
|
2177
2352
|
ariaBusy: string | null;
|
|
2178
2353
|
ariaChecked: string | null;
|
|
2179
2354
|
ariaColCount: string | null;
|
|
2180
2355
|
ariaColIndex: string | null;
|
|
2356
|
+
ariaColIndexText: string | null;
|
|
2181
2357
|
ariaColSpan: string | null;
|
|
2358
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
2182
2359
|
ariaCurrent: string | null;
|
|
2360
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
2361
|
+
ariaDescription: string | null;
|
|
2362
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
2183
2363
|
ariaDisabled: string | null;
|
|
2364
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
2184
2365
|
ariaExpanded: string | null;
|
|
2366
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
2185
2367
|
ariaHasPopup: string | null;
|
|
2186
2368
|
ariaHidden: string | null;
|
|
2187
2369
|
ariaInvalid: string | null;
|
|
2188
2370
|
ariaKeyShortcuts: string | null;
|
|
2189
2371
|
ariaLabel: string | null;
|
|
2372
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
2190
2373
|
ariaLevel: string | null;
|
|
2191
2374
|
ariaLive: string | null;
|
|
2192
2375
|
ariaModal: string | null;
|
|
2193
2376
|
ariaMultiLine: string | null;
|
|
2194
2377
|
ariaMultiSelectable: string | null;
|
|
2195
2378
|
ariaOrientation: string | null;
|
|
2379
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
2196
2380
|
ariaPlaceholder: string | null;
|
|
2197
2381
|
ariaPosInSet: string | null;
|
|
2198
2382
|
ariaPressed: string | null;
|
|
2199
2383
|
ariaReadOnly: string | null;
|
|
2384
|
+
ariaRelevant: string | null;
|
|
2200
2385
|
ariaRequired: string | null;
|
|
2201
2386
|
ariaRoleDescription: string | null;
|
|
2202
2387
|
ariaRowCount: string | null;
|
|
2203
2388
|
ariaRowIndex: string | null;
|
|
2389
|
+
ariaRowIndexText: string | null;
|
|
2204
2390
|
ariaRowSpan: string | null;
|
|
2205
2391
|
ariaSelected: string | null;
|
|
2206
2392
|
ariaSetSize: string | null;
|
|
@@ -2210,34 +2396,35 @@ declare const FilePicker_base: {
|
|
|
2210
2396
|
ariaValueNow: string | null;
|
|
2211
2397
|
ariaValueText: string | null;
|
|
2212
2398
|
role: string | null;
|
|
2213
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
2214
|
-
getAnimations(options?: GetAnimationsOptions
|
|
2215
|
-
after(...nodes: (
|
|
2216
|
-
before(...nodes: (
|
|
2399
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
2400
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
2401
|
+
after(...nodes: (Node | string)[]): void;
|
|
2402
|
+
before(...nodes: (Node | string)[]): void;
|
|
2217
2403
|
remove(): void;
|
|
2218
|
-
replaceWith(...nodes: (
|
|
2219
|
-
innerHTML: string;
|
|
2404
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
2220
2405
|
readonly nextElementSibling: Element | null;
|
|
2221
2406
|
readonly previousElementSibling: Element | null;
|
|
2222
2407
|
readonly childElementCount: number;
|
|
2223
2408
|
readonly children: HTMLCollection;
|
|
2224
2409
|
readonly firstElementChild: Element | null;
|
|
2225
2410
|
readonly lastElementChild: Element | null;
|
|
2226
|
-
append(...nodes: (
|
|
2227
|
-
prepend(...nodes: (
|
|
2228
|
-
querySelector<
|
|
2229
|
-
querySelector<
|
|
2230
|
-
querySelector<
|
|
2231
|
-
querySelector<
|
|
2232
|
-
querySelector<
|
|
2233
|
-
querySelectorAll<
|
|
2234
|
-
querySelectorAll<
|
|
2235
|
-
querySelectorAll<
|
|
2236
|
-
querySelectorAll<
|
|
2237
|
-
querySelectorAll<
|
|
2238
|
-
replaceChildren(...nodes: (
|
|
2411
|
+
append(...nodes: (Node | string)[]): void;
|
|
2412
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
2413
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
2414
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
2415
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
2416
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
2417
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
2418
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
2419
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
2420
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
2421
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
2422
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
2423
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
2239
2424
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
2240
|
-
readonly
|
|
2425
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
2426
|
+
get style(): CSSStyleDeclaration;
|
|
2427
|
+
set style(cssText: string);
|
|
2241
2428
|
contentEditable: string;
|
|
2242
2429
|
enterKeyHint: string;
|
|
2243
2430
|
inputMode: string;
|
|
@@ -2247,16 +2434,20 @@ declare const FilePicker_base: {
|
|
|
2247
2434
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2248
2435
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2249
2436
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2250
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
2437
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2251
2438
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
2439
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2440
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
2252
2441
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
2253
2442
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2254
2443
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2255
2444
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2256
2445
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2257
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
2446
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2258
2447
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2259
|
-
|
|
2448
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2449
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2450
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2260
2451
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
2261
2452
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2262
2453
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -2303,12 +2494,14 @@ declare const FilePicker_base: {
|
|
|
2303
2494
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2304
2495
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2305
2496
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2497
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2306
2498
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2307
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
2499
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
2308
2500
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2309
2501
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2310
2502
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
2311
2503
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2504
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2312
2505
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
2313
2506
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2314
2507
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -2320,7 +2513,7 @@ declare const FilePicker_base: {
|
|
|
2320
2513
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
2321
2514
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2322
2515
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2323
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
2516
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
2324
2517
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2325
2518
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2326
2519
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -2338,14 +2531,10 @@ declare const FilePicker_base: {
|
|
|
2338
2531
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
2339
2532
|
autofocus: boolean;
|
|
2340
2533
|
readonly dataset: DOMStringMap;
|
|
2341
|
-
nonce?: string
|
|
2534
|
+
nonce?: string;
|
|
2342
2535
|
tabIndex: number;
|
|
2343
2536
|
blur(): void;
|
|
2344
|
-
focus(options?: FocusOptions
|
|
2345
|
-
ariaColIndexText: string | null;
|
|
2346
|
-
ariaDescription: string | null;
|
|
2347
|
-
ariaRowIndexText: string | null;
|
|
2348
|
-
ariaRelevant: string | null;
|
|
2537
|
+
focus(options?: FocusOptions): void;
|
|
2349
2538
|
roleChanged(prev: string | null, next: string | null): void;
|
|
2350
2539
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
2351
2540
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -2388,7 +2577,7 @@ declare const FilePicker_base: {
|
|
|
2388
2577
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
2389
2578
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
2390
2579
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
2391
|
-
"__#
|
|
2580
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
2392
2581
|
newPropertyName: string;
|
|
2393
2582
|
deprecatedPropertyName: string;
|
|
2394
2583
|
fromDeprecated: (v: any) => any;
|
|
@@ -2397,17 +2586,18 @@ declare const FilePicker_base: {
|
|
|
2397
2586
|
};
|
|
2398
2587
|
} & {
|
|
2399
2588
|
new (...args: any[]): {
|
|
2400
|
-
proxy: import(
|
|
2401
|
-
|
|
2402
|
-
|
|
2403
|
-
|
|
2404
|
-
|
|
2405
|
-
|
|
2589
|
+
proxy: import('../../shared/foundation/form-associated/form-associated').ProxyElement;
|
|
2590
|
+
get validity(): ValidityState;
|
|
2591
|
+
get form(): HTMLFormElement | null;
|
|
2592
|
+
get validationMessage(): string;
|
|
2593
|
+
get willValidate(): boolean;
|
|
2594
|
+
get labels(): ReadonlyArray<Node>;
|
|
2406
2595
|
dirtyValue: boolean;
|
|
2407
|
-
proxySlot?: HTMLSlotElement
|
|
2596
|
+
proxySlot?: HTMLSlotElement;
|
|
2408
2597
|
value: string;
|
|
2409
2598
|
valueChanged(_previous: string, _next: string): void;
|
|
2410
|
-
currentValue: string;
|
|
2599
|
+
get currentValue(): string;
|
|
2600
|
+
set currentValue(value: string);
|
|
2411
2601
|
initialValue: string;
|
|
2412
2602
|
initialValueChanged(_previous: string, _next: string): void;
|
|
2413
2603
|
disabled: boolean;
|
|
@@ -2416,29 +2606,30 @@ declare const FilePicker_base: {
|
|
|
2416
2606
|
nameChanged(_previous: string, _next: string): void;
|
|
2417
2607
|
required: boolean;
|
|
2418
2608
|
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
2419
|
-
|
|
2609
|
+
get elementInternals(): ElementInternals | null;
|
|
2420
2610
|
proxyEventsToBlock: string[];
|
|
2421
2611
|
connectedCallback(): void;
|
|
2422
2612
|
disconnectedCallback(): void;
|
|
2423
2613
|
checkValidity(): boolean;
|
|
2424
2614
|
reportValidity(): boolean;
|
|
2425
|
-
setValidity(flags: ValidityStateFlags, message?: string
|
|
2615
|
+
setValidity(flags: ValidityStateFlags, message?: string, anchor?: HTMLElement): void;
|
|
2426
2616
|
formDisabledCallback(disabled: boolean): void;
|
|
2427
2617
|
formResetCallback(): void;
|
|
2428
2618
|
proxyInitialized: boolean;
|
|
2429
2619
|
attachProxy(): void;
|
|
2430
2620
|
detachProxy(): void;
|
|
2431
|
-
validate(anchor?: HTMLElement
|
|
2432
|
-
setFormValue(value:
|
|
2621
|
+
validate(anchor?: HTMLElement): void;
|
|
2622
|
+
setFormValue(value: File | string | FormData | null, state?: File | string | FormData | null): void;
|
|
2433
2623
|
_keypressHandler(e: KeyboardEvent): void;
|
|
2434
2624
|
stopPropagation(e: Event): void;
|
|
2435
|
-
_vividAriaBehaviour: import(
|
|
2436
|
-
readonly $fastController: import(
|
|
2437
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
2625
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
2626
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
2627
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
2438
2628
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
2439
2629
|
accessKey: string;
|
|
2440
2630
|
readonly accessKeyLabel: string;
|
|
2441
2631
|
autocapitalize: string;
|
|
2632
|
+
autocorrect: boolean;
|
|
2442
2633
|
dir: string;
|
|
2443
2634
|
draggable: boolean;
|
|
2444
2635
|
hidden: boolean;
|
|
@@ -2451,30 +2642,39 @@ declare const FilePicker_base: {
|
|
|
2451
2642
|
readonly offsetTop: number;
|
|
2452
2643
|
readonly offsetWidth: number;
|
|
2453
2644
|
outerText: string;
|
|
2645
|
+
popover: string | null;
|
|
2454
2646
|
spellcheck: boolean;
|
|
2455
2647
|
title: string;
|
|
2456
2648
|
translate: boolean;
|
|
2649
|
+
writingSuggestions: string;
|
|
2457
2650
|
attachInternals(): ElementInternals;
|
|
2458
2651
|
click(): void;
|
|
2459
|
-
|
|
2460
|
-
|
|
2461
|
-
|
|
2462
|
-
|
|
2652
|
+
hidePopover(): void;
|
|
2653
|
+
showPopover(): void;
|
|
2654
|
+
togglePopover(options?: boolean): boolean;
|
|
2655
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2656
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
2657
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2658
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
2463
2659
|
readonly attributes: NamedNodeMap;
|
|
2464
|
-
|
|
2660
|
+
get classList(): DOMTokenList;
|
|
2661
|
+
set classList(value: string);
|
|
2465
2662
|
className: string;
|
|
2466
2663
|
readonly clientHeight: number;
|
|
2467
2664
|
readonly clientLeft: number;
|
|
2468
2665
|
readonly clientTop: number;
|
|
2469
2666
|
readonly clientWidth: number;
|
|
2667
|
+
readonly currentCSSZoom: number;
|
|
2470
2668
|
id: string;
|
|
2669
|
+
innerHTML: string;
|
|
2471
2670
|
readonly localName: string;
|
|
2472
2671
|
readonly namespaceURI: string | null;
|
|
2473
2672
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
2474
2673
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
2475
2674
|
outerHTML: string;
|
|
2476
2675
|
readonly ownerDocument: Document;
|
|
2477
|
-
|
|
2676
|
+
get part(): DOMTokenList;
|
|
2677
|
+
set part(value: string);
|
|
2478
2678
|
readonly prefix: string | null;
|
|
2479
2679
|
readonly scrollHeight: number;
|
|
2480
2680
|
scrollLeft: number;
|
|
@@ -2484,11 +2684,12 @@ declare const FilePicker_base: {
|
|
|
2484
2684
|
slot: string;
|
|
2485
2685
|
readonly tagName: string;
|
|
2486
2686
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
2487
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
2488
|
-
closest<
|
|
2489
|
-
closest<
|
|
2490
|
-
closest<
|
|
2491
|
-
closest<
|
|
2687
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
2688
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
2689
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
2690
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
2691
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
2692
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
2492
2693
|
getAttribute(qualifiedName: string): string | null;
|
|
2493
2694
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
2494
2695
|
getAttributeNames(): string[];
|
|
@@ -2497,43 +2698,47 @@ declare const FilePicker_base: {
|
|
|
2497
2698
|
getBoundingClientRect(): DOMRect;
|
|
2498
2699
|
getClientRects(): DOMRectList;
|
|
2499
2700
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
2500
|
-
getElementsByTagName<
|
|
2501
|
-
getElementsByTagName<
|
|
2502
|
-
getElementsByTagName<
|
|
2503
|
-
getElementsByTagName<
|
|
2701
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
2702
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
2703
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
2704
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
2504
2705
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
2505
2706
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
2506
2707
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
2507
2708
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
2508
2709
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
2710
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
2509
2711
|
hasAttribute(qualifiedName: string): boolean;
|
|
2510
2712
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
2511
2713
|
hasAttributes(): boolean;
|
|
2512
2714
|
hasPointerCapture(pointerId: number): boolean;
|
|
2513
2715
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
2514
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
2716
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
2515
2717
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
2516
2718
|
matches(selectors: string): boolean;
|
|
2517
2719
|
releasePointerCapture(pointerId: number): void;
|
|
2518
2720
|
removeAttribute(qualifiedName: string): void;
|
|
2519
2721
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
2520
2722
|
removeAttributeNode(attr: Attr): Attr;
|
|
2521
|
-
requestFullscreen(options?: FullscreenOptions
|
|
2522
|
-
requestPointerLock(): void
|
|
2523
|
-
scroll(options?: ScrollToOptions
|
|
2723
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
2724
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
2725
|
+
scroll(options?: ScrollToOptions): void;
|
|
2524
2726
|
scroll(x: number, y: number): void;
|
|
2525
|
-
scrollBy(options?: ScrollToOptions
|
|
2727
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
2526
2728
|
scrollBy(x: number, y: number): void;
|
|
2527
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
2528
|
-
scrollTo(options?: ScrollToOptions
|
|
2729
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
2730
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
2529
2731
|
scrollTo(x: number, y: number): void;
|
|
2530
2732
|
setAttribute(qualifiedName: string, value: string): void;
|
|
2531
2733
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
2532
2734
|
setAttributeNode(attr: Attr): Attr | null;
|
|
2533
2735
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
2736
|
+
setHTMLUnsafe(html: string): void;
|
|
2534
2737
|
setPointerCapture(pointerId: number): void;
|
|
2535
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
2738
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
2536
2739
|
webkitMatchesSelector(selectors: string): boolean;
|
|
2740
|
+
get textContent(): string;
|
|
2741
|
+
set textContent(value: string | null);
|
|
2537
2742
|
readonly baseURI: string;
|
|
2538
2743
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
2539
2744
|
readonly firstChild: ChildNode | null;
|
|
@@ -2546,22 +2751,21 @@ declare const FilePicker_base: {
|
|
|
2546
2751
|
readonly parentElement: HTMLElement | null;
|
|
2547
2752
|
readonly parentNode: ParentNode | null;
|
|
2548
2753
|
readonly previousSibling: ChildNode | null;
|
|
2549
|
-
textContent: string | null;
|
|
2550
2754
|
appendChild<T extends Node>(node: T): T;
|
|
2551
|
-
cloneNode(
|
|
2755
|
+
cloneNode(subtree?: boolean): Node;
|
|
2552
2756
|
compareDocumentPosition(other: Node): number;
|
|
2553
2757
|
contains(other: Node | null): boolean;
|
|
2554
|
-
getRootNode(options?: GetRootNodeOptions
|
|
2758
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
2555
2759
|
hasChildNodes(): boolean;
|
|
2556
|
-
insertBefore<
|
|
2760
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
2557
2761
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
2558
2762
|
isEqualNode(otherNode: Node | null): boolean;
|
|
2559
2763
|
isSameNode(otherNode: Node | null): boolean;
|
|
2560
2764
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
2561
2765
|
lookupPrefix(namespace: string | null): string | null;
|
|
2562
2766
|
normalize(): void;
|
|
2563
|
-
removeChild<
|
|
2564
|
-
replaceChild<
|
|
2767
|
+
removeChild<T extends Node>(child: T): T;
|
|
2768
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
2565
2769
|
readonly ELEMENT_NODE: 1;
|
|
2566
2770
|
readonly ATTRIBUTE_NODE: 2;
|
|
2567
2771
|
readonly TEXT_NODE: 3;
|
|
@@ -2581,35 +2785,49 @@ declare const FilePicker_base: {
|
|
|
2581
2785
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
2582
2786
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
2583
2787
|
dispatchEvent(event: Event): boolean;
|
|
2788
|
+
ariaActiveDescendantElement: Element | null;
|
|
2584
2789
|
ariaAtomic: string | null;
|
|
2585
2790
|
ariaAutoComplete: string | null;
|
|
2791
|
+
ariaBrailleLabel: string | null;
|
|
2792
|
+
ariaBrailleRoleDescription: string | null;
|
|
2586
2793
|
ariaBusy: string | null;
|
|
2587
2794
|
ariaChecked: string | null;
|
|
2588
2795
|
ariaColCount: string | null;
|
|
2589
2796
|
ariaColIndex: string | null;
|
|
2797
|
+
ariaColIndexText: string | null;
|
|
2590
2798
|
ariaColSpan: string | null;
|
|
2799
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
2591
2800
|
ariaCurrent: string | null;
|
|
2801
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
2802
|
+
ariaDescription: string | null;
|
|
2803
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
2592
2804
|
ariaDisabled: string | null;
|
|
2805
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
2593
2806
|
ariaExpanded: string | null;
|
|
2807
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
2594
2808
|
ariaHasPopup: string | null;
|
|
2595
2809
|
ariaHidden: string | null;
|
|
2596
2810
|
ariaInvalid: string | null;
|
|
2597
2811
|
ariaKeyShortcuts: string | null;
|
|
2598
2812
|
ariaLabel: string | null;
|
|
2813
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
2599
2814
|
ariaLevel: string | null;
|
|
2600
2815
|
ariaLive: string | null;
|
|
2601
2816
|
ariaModal: string | null;
|
|
2602
2817
|
ariaMultiLine: string | null;
|
|
2603
2818
|
ariaMultiSelectable: string | null;
|
|
2604
2819
|
ariaOrientation: string | null;
|
|
2820
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
2605
2821
|
ariaPlaceholder: string | null;
|
|
2606
2822
|
ariaPosInSet: string | null;
|
|
2607
2823
|
ariaPressed: string | null;
|
|
2608
2824
|
ariaReadOnly: string | null;
|
|
2825
|
+
ariaRelevant: string | null;
|
|
2609
2826
|
ariaRequired: string | null;
|
|
2610
2827
|
ariaRoleDescription: string | null;
|
|
2611
2828
|
ariaRowCount: string | null;
|
|
2612
2829
|
ariaRowIndex: string | null;
|
|
2830
|
+
ariaRowIndexText: string | null;
|
|
2613
2831
|
ariaRowSpan: string | null;
|
|
2614
2832
|
ariaSelected: string | null;
|
|
2615
2833
|
ariaSetSize: string | null;
|
|
@@ -2619,34 +2837,35 @@ declare const FilePicker_base: {
|
|
|
2619
2837
|
ariaValueNow: string | null;
|
|
2620
2838
|
ariaValueText: string | null;
|
|
2621
2839
|
role: string | null;
|
|
2622
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
2623
|
-
getAnimations(options?: GetAnimationsOptions
|
|
2624
|
-
after(...nodes: (
|
|
2625
|
-
before(...nodes: (
|
|
2840
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
2841
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
2842
|
+
after(...nodes: (Node | string)[]): void;
|
|
2843
|
+
before(...nodes: (Node | string)[]): void;
|
|
2626
2844
|
remove(): void;
|
|
2627
|
-
replaceWith(...nodes: (
|
|
2628
|
-
innerHTML: string;
|
|
2845
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
2629
2846
|
readonly nextElementSibling: Element | null;
|
|
2630
2847
|
readonly previousElementSibling: Element | null;
|
|
2631
2848
|
readonly childElementCount: number;
|
|
2632
2849
|
readonly children: HTMLCollection;
|
|
2633
2850
|
readonly firstElementChild: Element | null;
|
|
2634
2851
|
readonly lastElementChild: Element | null;
|
|
2635
|
-
append(...nodes: (
|
|
2636
|
-
prepend(...nodes: (
|
|
2637
|
-
querySelector<
|
|
2638
|
-
querySelector<
|
|
2639
|
-
querySelector<
|
|
2640
|
-
querySelector<
|
|
2641
|
-
querySelector<
|
|
2642
|
-
querySelectorAll<
|
|
2643
|
-
querySelectorAll<
|
|
2644
|
-
querySelectorAll<
|
|
2645
|
-
querySelectorAll<
|
|
2646
|
-
querySelectorAll<
|
|
2647
|
-
replaceChildren(...nodes: (
|
|
2852
|
+
append(...nodes: (Node | string)[]): void;
|
|
2853
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
2854
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
2855
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
2856
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
2857
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
2858
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
2859
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
2860
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
2861
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
2862
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
2863
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
2864
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
2648
2865
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
2649
|
-
readonly
|
|
2866
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
2867
|
+
get style(): CSSStyleDeclaration;
|
|
2868
|
+
set style(cssText: string);
|
|
2650
2869
|
contentEditable: string;
|
|
2651
2870
|
enterKeyHint: string;
|
|
2652
2871
|
inputMode: string;
|
|
@@ -2656,16 +2875,20 @@ declare const FilePicker_base: {
|
|
|
2656
2875
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2657
2876
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2658
2877
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2659
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
2878
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2660
2879
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
2880
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2881
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
2661
2882
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
2662
2883
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2663
2884
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2664
2885
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2665
2886
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2666
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
2887
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2667
2888
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2668
|
-
|
|
2889
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2890
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2891
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2669
2892
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
2670
2893
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2671
2894
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -2712,12 +2935,14 @@ declare const FilePicker_base: {
|
|
|
2712
2935
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2713
2936
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2714
2937
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2938
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2715
2939
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2716
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
2940
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
2717
2941
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2718
2942
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2719
2943
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
2720
2944
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2945
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2721
2946
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
2722
2947
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2723
2948
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -2729,7 +2954,7 @@ declare const FilePicker_base: {
|
|
|
2729
2954
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
2730
2955
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2731
2956
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2732
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
2957
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
2733
2958
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2734
2959
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2735
2960
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -2747,14 +2972,10 @@ declare const FilePicker_base: {
|
|
|
2747
2972
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
2748
2973
|
autofocus: boolean;
|
|
2749
2974
|
readonly dataset: DOMStringMap;
|
|
2750
|
-
nonce?: string
|
|
2975
|
+
nonce?: string;
|
|
2751
2976
|
tabIndex: number;
|
|
2752
2977
|
blur(): void;
|
|
2753
|
-
focus(options?: FocusOptions
|
|
2754
|
-
ariaColIndexText: string | null;
|
|
2755
|
-
ariaDescription: string | null;
|
|
2756
|
-
ariaRowIndexText: string | null;
|
|
2757
|
-
ariaRelevant: string | null;
|
|
2978
|
+
focus(options?: FocusOptions): void;
|
|
2758
2979
|
roleChanged(prev: string | null, next: string | null): void;
|
|
2759
2980
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
2760
2981
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -2797,14 +3018,14 @@ declare const FilePicker_base: {
|
|
|
2797
3018
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
2798
3019
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
2799
3020
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
2800
|
-
"__#
|
|
3021
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
2801
3022
|
newPropertyName: string;
|
|
2802
3023
|
deprecatedPropertyName: string;
|
|
2803
3024
|
fromDeprecated: (v: any) => any;
|
|
2804
3025
|
toDeprecated?: ((v: any) => any) | undefined;
|
|
2805
3026
|
}): void;
|
|
2806
3027
|
};
|
|
2807
|
-
|
|
3028
|
+
get formAssociated(): boolean;
|
|
2808
3029
|
} & typeof VividElement;
|
|
2809
3030
|
export declare class FilePicker extends FilePicker_base {
|
|
2810
3031
|
#private;
|