@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,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="node" />
|
|
2
1
|
import { VividElement } from '../../shared/foundation/vivid-element/vivid-element';
|
|
3
2
|
export type TextAreaWrap = 'hard' | 'soft' | 'off';
|
|
4
3
|
export declare const TextAreaResize: {
|
|
@@ -10,29 +9,30 @@ export declare const TextAreaResize: {
|
|
|
10
9
|
export type TextAreaResize = (typeof TextAreaResize)[keyof typeof TextAreaResize];
|
|
11
10
|
declare const TextArea_base: {
|
|
12
11
|
new (...args: any[]): {
|
|
13
|
-
_contextualHelpSlottedContent?: HTMLElement[]
|
|
14
|
-
|
|
12
|
+
_contextualHelpSlottedContent?: HTMLElement[];
|
|
13
|
+
get _hasContextualHelp(): boolean;
|
|
15
14
|
_isFromContextualHelp(e: Event): boolean;
|
|
16
|
-
label?: string
|
|
15
|
+
label?: string;
|
|
17
16
|
errorValidationMessage: string;
|
|
18
17
|
forceErrorDisplay: boolean;
|
|
19
18
|
hasBeenTouched: boolean;
|
|
20
19
|
connectedCallback: (() => void) & (() => void) & (() => void);
|
|
21
|
-
"__#
|
|
20
|
+
"__#private@#handleInvalidEvent": () => void;
|
|
22
21
|
disconnectedCallback: (() => void) & (() => void) & (() => void);
|
|
23
22
|
formResetCallback: (() => void) & (() => void);
|
|
24
|
-
validate: (() => void) & ((anchor?: HTMLElement
|
|
25
|
-
proxy: import(
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
23
|
+
validate: (() => void) & ((anchor?: HTMLElement) => void);
|
|
24
|
+
proxy: import('../../shared/foundation/form-associated/form-associated').ProxyElement;
|
|
25
|
+
get validity(): ValidityState;
|
|
26
|
+
get form(): HTMLFormElement | null;
|
|
27
|
+
get validationMessage(): string;
|
|
28
|
+
get willValidate(): boolean;
|
|
29
|
+
get labels(): ReadonlyArray<Node>;
|
|
31
30
|
dirtyValue: boolean;
|
|
32
|
-
proxySlot?: HTMLSlotElement
|
|
31
|
+
proxySlot?: HTMLSlotElement;
|
|
33
32
|
value: string;
|
|
34
33
|
valueChanged(_previous: string, _next: string): void;
|
|
35
|
-
currentValue: string;
|
|
34
|
+
get currentValue(): string;
|
|
35
|
+
set currentValue(value: string);
|
|
36
36
|
initialValue: string;
|
|
37
37
|
initialValueChanged(_previous: string, _next: string): void;
|
|
38
38
|
disabled: boolean;
|
|
@@ -41,25 +41,26 @@ declare const TextArea_base: {
|
|
|
41
41
|
nameChanged(_previous: string, _next: string): void;
|
|
42
42
|
required: boolean;
|
|
43
43
|
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
44
|
-
|
|
44
|
+
get elementInternals(): ElementInternals | null;
|
|
45
45
|
proxyEventsToBlock: string[];
|
|
46
46
|
checkValidity(): boolean;
|
|
47
47
|
reportValidity(): boolean;
|
|
48
|
-
setValidity(flags: ValidityStateFlags, message?: string
|
|
48
|
+
setValidity(flags: ValidityStateFlags, message?: string, anchor?: HTMLElement): void;
|
|
49
49
|
formDisabledCallback(disabled: boolean): void;
|
|
50
50
|
proxyInitialized: boolean;
|
|
51
51
|
attachProxy(): void;
|
|
52
52
|
detachProxy(): void;
|
|
53
|
-
setFormValue(value:
|
|
53
|
+
setFormValue(value: File | string | FormData | null, state?: File | string | FormData | null): void;
|
|
54
54
|
_keypressHandler(e: KeyboardEvent): void;
|
|
55
55
|
stopPropagation(e: Event): void;
|
|
56
|
-
_vividAriaBehaviour: import(
|
|
57
|
-
readonly $fastController: import(
|
|
58
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
56
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
57
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
58
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
59
59
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
60
60
|
accessKey: string;
|
|
61
61
|
readonly accessKeyLabel: string;
|
|
62
62
|
autocapitalize: string;
|
|
63
|
+
autocorrect: boolean;
|
|
63
64
|
dir: string;
|
|
64
65
|
draggable: boolean;
|
|
65
66
|
hidden: boolean;
|
|
@@ -72,30 +73,39 @@ declare const TextArea_base: {
|
|
|
72
73
|
readonly offsetTop: number;
|
|
73
74
|
readonly offsetWidth: number;
|
|
74
75
|
outerText: string;
|
|
76
|
+
popover: string | null;
|
|
75
77
|
spellcheck: boolean;
|
|
76
78
|
title: string;
|
|
77
79
|
translate: boolean;
|
|
80
|
+
writingSuggestions: string;
|
|
78
81
|
attachInternals(): ElementInternals;
|
|
79
82
|
click(): void;
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
83
|
+
hidePopover(): void;
|
|
84
|
+
showPopover(): void;
|
|
85
|
+
togglePopover(options?: boolean): boolean;
|
|
86
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
87
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
88
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
89
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
84
90
|
readonly attributes: NamedNodeMap;
|
|
85
|
-
|
|
91
|
+
get classList(): DOMTokenList;
|
|
92
|
+
set classList(value: string);
|
|
86
93
|
className: string;
|
|
87
94
|
readonly clientHeight: number;
|
|
88
95
|
readonly clientLeft: number;
|
|
89
96
|
readonly clientTop: number;
|
|
90
97
|
readonly clientWidth: number;
|
|
98
|
+
readonly currentCSSZoom: number;
|
|
91
99
|
id: string;
|
|
100
|
+
innerHTML: string;
|
|
92
101
|
readonly localName: string;
|
|
93
102
|
readonly namespaceURI: string | null;
|
|
94
103
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
95
104
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
96
105
|
outerHTML: string;
|
|
97
106
|
readonly ownerDocument: Document;
|
|
98
|
-
|
|
107
|
+
get part(): DOMTokenList;
|
|
108
|
+
set part(value: string);
|
|
99
109
|
readonly prefix: string | null;
|
|
100
110
|
readonly scrollHeight: number;
|
|
101
111
|
scrollLeft: number;
|
|
@@ -105,11 +115,12 @@ declare const TextArea_base: {
|
|
|
105
115
|
slot: string;
|
|
106
116
|
readonly tagName: string;
|
|
107
117
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
108
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
109
|
-
closest<
|
|
110
|
-
closest<
|
|
111
|
-
closest<
|
|
118
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
119
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
120
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
121
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
112
122
|
closest<E extends Element = Element>(selectors: string): E | null;
|
|
123
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
113
124
|
getAttribute(qualifiedName: string): string | null;
|
|
114
125
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
115
126
|
getAttributeNames(): string[];
|
|
@@ -118,43 +129,47 @@ declare const TextArea_base: {
|
|
|
118
129
|
getBoundingClientRect(): DOMRect;
|
|
119
130
|
getClientRects(): DOMRectList;
|
|
120
131
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
121
|
-
getElementsByTagName<
|
|
122
|
-
getElementsByTagName<
|
|
123
|
-
getElementsByTagName<
|
|
124
|
-
getElementsByTagName<
|
|
132
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
133
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
134
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
135
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
125
136
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
126
137
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
127
138
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
128
139
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
129
140
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
141
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
130
142
|
hasAttribute(qualifiedName: string): boolean;
|
|
131
143
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
132
144
|
hasAttributes(): boolean;
|
|
133
145
|
hasPointerCapture(pointerId: number): boolean;
|
|
134
146
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
135
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
147
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
136
148
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
137
149
|
matches(selectors: string): boolean;
|
|
138
150
|
releasePointerCapture(pointerId: number): void;
|
|
139
151
|
removeAttribute(qualifiedName: string): void;
|
|
140
152
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
141
153
|
removeAttributeNode(attr: Attr): Attr;
|
|
142
|
-
requestFullscreen(options?: FullscreenOptions
|
|
143
|
-
requestPointerLock(): void
|
|
144
|
-
scroll(options?: ScrollToOptions
|
|
154
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
155
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
156
|
+
scroll(options?: ScrollToOptions): void;
|
|
145
157
|
scroll(x: number, y: number): void;
|
|
146
|
-
scrollBy(options?: ScrollToOptions
|
|
158
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
147
159
|
scrollBy(x: number, y: number): void;
|
|
148
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
149
|
-
scrollTo(options?: ScrollToOptions
|
|
160
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
161
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
150
162
|
scrollTo(x: number, y: number): void;
|
|
151
163
|
setAttribute(qualifiedName: string, value: string): void;
|
|
152
164
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
153
165
|
setAttributeNode(attr: Attr): Attr | null;
|
|
154
166
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
167
|
+
setHTMLUnsafe(html: string): void;
|
|
155
168
|
setPointerCapture(pointerId: number): void;
|
|
156
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
169
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
157
170
|
webkitMatchesSelector(selectors: string): boolean;
|
|
171
|
+
get textContent(): string;
|
|
172
|
+
set textContent(value: string | null);
|
|
158
173
|
readonly baseURI: string;
|
|
159
174
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
160
175
|
readonly firstChild: ChildNode | null;
|
|
@@ -167,22 +182,21 @@ declare const TextArea_base: {
|
|
|
167
182
|
readonly parentElement: HTMLElement | null;
|
|
168
183
|
readonly parentNode: ParentNode | null;
|
|
169
184
|
readonly previousSibling: ChildNode | null;
|
|
170
|
-
textContent: string | null;
|
|
171
185
|
appendChild<T extends Node>(node: T): T;
|
|
172
|
-
cloneNode(
|
|
186
|
+
cloneNode(subtree?: boolean): Node;
|
|
173
187
|
compareDocumentPosition(other: Node): number;
|
|
174
188
|
contains(other: Node | null): boolean;
|
|
175
|
-
getRootNode(options?: GetRootNodeOptions
|
|
189
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
176
190
|
hasChildNodes(): boolean;
|
|
177
|
-
insertBefore<
|
|
191
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
178
192
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
179
193
|
isEqualNode(otherNode: Node | null): boolean;
|
|
180
194
|
isSameNode(otherNode: Node | null): boolean;
|
|
181
195
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
182
196
|
lookupPrefix(namespace: string | null): string | null;
|
|
183
197
|
normalize(): void;
|
|
184
|
-
removeChild<
|
|
185
|
-
replaceChild<
|
|
198
|
+
removeChild<T extends Node>(child: T): T;
|
|
199
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
186
200
|
readonly ELEMENT_NODE: 1;
|
|
187
201
|
readonly ATTRIBUTE_NODE: 2;
|
|
188
202
|
readonly TEXT_NODE: 3;
|
|
@@ -202,35 +216,49 @@ declare const TextArea_base: {
|
|
|
202
216
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
203
217
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
204
218
|
dispatchEvent(event: Event): boolean;
|
|
219
|
+
ariaActiveDescendantElement: Element | null;
|
|
205
220
|
ariaAtomic: string | null;
|
|
206
221
|
ariaAutoComplete: string | null;
|
|
222
|
+
ariaBrailleLabel: string | null;
|
|
223
|
+
ariaBrailleRoleDescription: string | null;
|
|
207
224
|
ariaBusy: string | null;
|
|
208
225
|
ariaChecked: string | null;
|
|
209
226
|
ariaColCount: string | null;
|
|
210
227
|
ariaColIndex: string | null;
|
|
228
|
+
ariaColIndexText: string | null;
|
|
211
229
|
ariaColSpan: string | null;
|
|
230
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
212
231
|
ariaCurrent: string | null;
|
|
232
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
233
|
+
ariaDescription: string | null;
|
|
234
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
213
235
|
ariaDisabled: string | null;
|
|
236
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
214
237
|
ariaExpanded: string | null;
|
|
238
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
215
239
|
ariaHasPopup: string | null;
|
|
216
240
|
ariaHidden: string | null;
|
|
217
241
|
ariaInvalid: string | null;
|
|
218
242
|
ariaKeyShortcuts: string | null;
|
|
219
243
|
ariaLabel: string | null;
|
|
244
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
220
245
|
ariaLevel: string | null;
|
|
221
246
|
ariaLive: string | null;
|
|
222
247
|
ariaModal: string | null;
|
|
223
248
|
ariaMultiLine: string | null;
|
|
224
249
|
ariaMultiSelectable: string | null;
|
|
225
250
|
ariaOrientation: string | null;
|
|
251
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
226
252
|
ariaPlaceholder: string | null;
|
|
227
253
|
ariaPosInSet: string | null;
|
|
228
254
|
ariaPressed: string | null;
|
|
229
255
|
ariaReadOnly: string | null;
|
|
256
|
+
ariaRelevant: string | null;
|
|
230
257
|
ariaRequired: string | null;
|
|
231
258
|
ariaRoleDescription: string | null;
|
|
232
259
|
ariaRowCount: string | null;
|
|
233
260
|
ariaRowIndex: string | null;
|
|
261
|
+
ariaRowIndexText: string | null;
|
|
234
262
|
ariaRowSpan: string | null;
|
|
235
263
|
ariaSelected: string | null;
|
|
236
264
|
ariaSetSize: string | null;
|
|
@@ -240,34 +268,35 @@ declare const TextArea_base: {
|
|
|
240
268
|
ariaValueNow: string | null;
|
|
241
269
|
ariaValueText: string | null;
|
|
242
270
|
role: string | null;
|
|
243
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
244
|
-
getAnimations(options?: GetAnimationsOptions
|
|
245
|
-
after(...nodes: (
|
|
246
|
-
before(...nodes: (
|
|
271
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
272
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
273
|
+
after(...nodes: (Node | string)[]): void;
|
|
274
|
+
before(...nodes: (Node | string)[]): void;
|
|
247
275
|
remove(): void;
|
|
248
|
-
replaceWith(...nodes: (
|
|
249
|
-
innerHTML: string;
|
|
276
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
250
277
|
readonly nextElementSibling: Element | null;
|
|
251
278
|
readonly previousElementSibling: Element | null;
|
|
252
279
|
readonly childElementCount: number;
|
|
253
280
|
readonly children: HTMLCollection;
|
|
254
281
|
readonly firstElementChild: Element | null;
|
|
255
282
|
readonly lastElementChild: Element | null;
|
|
256
|
-
append(...nodes: (
|
|
257
|
-
prepend(...nodes: (
|
|
258
|
-
querySelector<
|
|
259
|
-
querySelector<
|
|
260
|
-
querySelector<
|
|
261
|
-
querySelector<
|
|
262
|
-
querySelector<
|
|
263
|
-
querySelectorAll<
|
|
264
|
-
querySelectorAll<
|
|
265
|
-
querySelectorAll<
|
|
266
|
-
querySelectorAll<
|
|
267
|
-
querySelectorAll<
|
|
268
|
-
replaceChildren(...nodes: (
|
|
283
|
+
append(...nodes: (Node | string)[]): void;
|
|
284
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
285
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
286
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
287
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
288
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
289
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
290
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
291
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
292
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
293
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
294
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
295
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
269
296
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
270
|
-
readonly
|
|
297
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
298
|
+
get style(): CSSStyleDeclaration;
|
|
299
|
+
set style(cssText: string);
|
|
271
300
|
contentEditable: string;
|
|
272
301
|
enterKeyHint: string;
|
|
273
302
|
inputMode: string;
|
|
@@ -277,16 +306,20 @@ declare const TextArea_base: {
|
|
|
277
306
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
278
307
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
279
308
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
280
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
309
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
281
310
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
311
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
312
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
282
313
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
283
314
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
284
315
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
285
316
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
286
317
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
287
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
318
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
288
319
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
289
|
-
|
|
320
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
321
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
322
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
290
323
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
291
324
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
292
325
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -333,12 +366,14 @@ declare const TextArea_base: {
|
|
|
333
366
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
334
367
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
335
368
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
369
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
336
370
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
337
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
371
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
338
372
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
339
373
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
340
374
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
341
375
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
376
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
342
377
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
343
378
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
344
379
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -350,7 +385,7 @@ declare const TextArea_base: {
|
|
|
350
385
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
351
386
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
352
387
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
353
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
388
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
354
389
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
355
390
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
356
391
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -368,14 +403,10 @@ declare const TextArea_base: {
|
|
|
368
403
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
369
404
|
autofocus: boolean;
|
|
370
405
|
readonly dataset: DOMStringMap;
|
|
371
|
-
nonce?: string
|
|
406
|
+
nonce?: string;
|
|
372
407
|
tabIndex: number;
|
|
373
408
|
blur(): void;
|
|
374
|
-
focus(options?: FocusOptions
|
|
375
|
-
ariaColIndexText: string | null;
|
|
376
|
-
ariaDescription: string | null;
|
|
377
|
-
ariaRowIndexText: string | null;
|
|
378
|
-
ariaRelevant: string | null;
|
|
409
|
+
focus(options?: FocusOptions): void;
|
|
379
410
|
roleChanged(prev: string | null, next: string | null): void;
|
|
380
411
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
381
412
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -418,7 +449,7 @@ declare const TextArea_base: {
|
|
|
418
449
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
419
450
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
420
451
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
421
|
-
"__#
|
|
452
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
422
453
|
newPropertyName: string;
|
|
423
454
|
deprecatedPropertyName: string;
|
|
424
455
|
fromDeprecated: (v: any) => any;
|
|
@@ -427,24 +458,25 @@ declare const TextArea_base: {
|
|
|
427
458
|
};
|
|
428
459
|
} & {
|
|
429
460
|
new (...args: any[]): {
|
|
430
|
-
helperText?: string
|
|
431
|
-
_helperTextSlottedContent?: HTMLElement[]
|
|
432
|
-
|
|
461
|
+
helperText?: string;
|
|
462
|
+
_helperTextSlottedContent?: HTMLElement[];
|
|
463
|
+
get _feedbackDescribedBy(): string;
|
|
433
464
|
_internalFeedback(): {
|
|
434
|
-
type: import(
|
|
465
|
+
type: import('../../shared/feedback/feedback-message').FeedbackType;
|
|
435
466
|
message: string;
|
|
436
467
|
};
|
|
437
468
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
438
|
-
_getFeedbackTemplate(ctx: import(
|
|
469
|
+
_getFeedbackTemplate(ctx: import('../../shared/design-system/defineVividComponent').VividElementDefinitionContext): import('@microsoft/fast-element').ViewTemplate<any, any>;
|
|
439
470
|
connectedCallback(): void;
|
|
440
|
-
_vividAriaBehaviour: import(
|
|
441
|
-
readonly $fastController: import(
|
|
442
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
471
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
472
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
473
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
443
474
|
disconnectedCallback(): void;
|
|
444
475
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
445
476
|
accessKey: string;
|
|
446
477
|
readonly accessKeyLabel: string;
|
|
447
478
|
autocapitalize: string;
|
|
479
|
+
autocorrect: boolean;
|
|
448
480
|
dir: string;
|
|
449
481
|
draggable: boolean;
|
|
450
482
|
hidden: boolean;
|
|
@@ -457,30 +489,39 @@ declare const TextArea_base: {
|
|
|
457
489
|
readonly offsetTop: number;
|
|
458
490
|
readonly offsetWidth: number;
|
|
459
491
|
outerText: string;
|
|
492
|
+
popover: string | null;
|
|
460
493
|
spellcheck: boolean;
|
|
461
494
|
title: string;
|
|
462
495
|
translate: boolean;
|
|
496
|
+
writingSuggestions: string;
|
|
463
497
|
attachInternals(): ElementInternals;
|
|
464
498
|
click(): void;
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
499
|
+
hidePopover(): void;
|
|
500
|
+
showPopover(): void;
|
|
501
|
+
togglePopover(options?: boolean): boolean;
|
|
502
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
503
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
504
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
505
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
469
506
|
readonly attributes: NamedNodeMap;
|
|
470
|
-
|
|
507
|
+
get classList(): DOMTokenList;
|
|
508
|
+
set classList(value: string);
|
|
471
509
|
className: string;
|
|
472
510
|
readonly clientHeight: number;
|
|
473
511
|
readonly clientLeft: number;
|
|
474
512
|
readonly clientTop: number;
|
|
475
513
|
readonly clientWidth: number;
|
|
514
|
+
readonly currentCSSZoom: number;
|
|
476
515
|
id: string;
|
|
516
|
+
innerHTML: string;
|
|
477
517
|
readonly localName: string;
|
|
478
518
|
readonly namespaceURI: string | null;
|
|
479
519
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
480
520
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
481
521
|
outerHTML: string;
|
|
482
522
|
readonly ownerDocument: Document;
|
|
483
|
-
|
|
523
|
+
get part(): DOMTokenList;
|
|
524
|
+
set part(value: string);
|
|
484
525
|
readonly prefix: string | null;
|
|
485
526
|
readonly scrollHeight: number;
|
|
486
527
|
scrollLeft: number;
|
|
@@ -490,11 +531,12 @@ declare const TextArea_base: {
|
|
|
490
531
|
slot: string;
|
|
491
532
|
readonly tagName: string;
|
|
492
533
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
493
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
494
|
-
closest<
|
|
495
|
-
closest<
|
|
496
|
-
closest<
|
|
497
|
-
closest<
|
|
534
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
535
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
536
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
537
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
538
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
539
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
498
540
|
getAttribute(qualifiedName: string): string | null;
|
|
499
541
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
500
542
|
getAttributeNames(): string[];
|
|
@@ -503,43 +545,47 @@ declare const TextArea_base: {
|
|
|
503
545
|
getBoundingClientRect(): DOMRect;
|
|
504
546
|
getClientRects(): DOMRectList;
|
|
505
547
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
506
|
-
getElementsByTagName<
|
|
507
|
-
getElementsByTagName<
|
|
508
|
-
getElementsByTagName<
|
|
509
|
-
getElementsByTagName<
|
|
548
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
549
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
550
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
551
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
510
552
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
511
553
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
512
554
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
513
555
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
514
556
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
557
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
515
558
|
hasAttribute(qualifiedName: string): boolean;
|
|
516
559
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
517
560
|
hasAttributes(): boolean;
|
|
518
561
|
hasPointerCapture(pointerId: number): boolean;
|
|
519
562
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
520
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
563
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
521
564
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
522
565
|
matches(selectors: string): boolean;
|
|
523
566
|
releasePointerCapture(pointerId: number): void;
|
|
524
567
|
removeAttribute(qualifiedName: string): void;
|
|
525
568
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
526
569
|
removeAttributeNode(attr: Attr): Attr;
|
|
527
|
-
requestFullscreen(options?: FullscreenOptions
|
|
528
|
-
requestPointerLock(): void
|
|
529
|
-
scroll(options?: ScrollToOptions
|
|
570
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
571
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
572
|
+
scroll(options?: ScrollToOptions): void;
|
|
530
573
|
scroll(x: number, y: number): void;
|
|
531
|
-
scrollBy(options?: ScrollToOptions
|
|
574
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
532
575
|
scrollBy(x: number, y: number): void;
|
|
533
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
534
|
-
scrollTo(options?: ScrollToOptions
|
|
576
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
577
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
535
578
|
scrollTo(x: number, y: number): void;
|
|
536
579
|
setAttribute(qualifiedName: string, value: string): void;
|
|
537
580
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
538
581
|
setAttributeNode(attr: Attr): Attr | null;
|
|
539
582
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
583
|
+
setHTMLUnsafe(html: string): void;
|
|
540
584
|
setPointerCapture(pointerId: number): void;
|
|
541
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
585
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
542
586
|
webkitMatchesSelector(selectors: string): boolean;
|
|
587
|
+
get textContent(): string;
|
|
588
|
+
set textContent(value: string | null);
|
|
543
589
|
readonly baseURI: string;
|
|
544
590
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
545
591
|
readonly firstChild: ChildNode | null;
|
|
@@ -552,22 +598,21 @@ declare const TextArea_base: {
|
|
|
552
598
|
readonly parentElement: HTMLElement | null;
|
|
553
599
|
readonly parentNode: ParentNode | null;
|
|
554
600
|
readonly previousSibling: ChildNode | null;
|
|
555
|
-
textContent: string | null;
|
|
556
601
|
appendChild<T extends Node>(node: T): T;
|
|
557
|
-
cloneNode(
|
|
602
|
+
cloneNode(subtree?: boolean): Node;
|
|
558
603
|
compareDocumentPosition(other: Node): number;
|
|
559
604
|
contains(other: Node | null): boolean;
|
|
560
|
-
getRootNode(options?: GetRootNodeOptions
|
|
605
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
561
606
|
hasChildNodes(): boolean;
|
|
562
|
-
insertBefore<
|
|
607
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
563
608
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
564
609
|
isEqualNode(otherNode: Node | null): boolean;
|
|
565
610
|
isSameNode(otherNode: Node | null): boolean;
|
|
566
611
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
567
612
|
lookupPrefix(namespace: string | null): string | null;
|
|
568
613
|
normalize(): void;
|
|
569
|
-
removeChild<
|
|
570
|
-
replaceChild<
|
|
614
|
+
removeChild<T extends Node>(child: T): T;
|
|
615
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
571
616
|
readonly ELEMENT_NODE: 1;
|
|
572
617
|
readonly ATTRIBUTE_NODE: 2;
|
|
573
618
|
readonly TEXT_NODE: 3;
|
|
@@ -587,35 +632,49 @@ declare const TextArea_base: {
|
|
|
587
632
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
588
633
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
589
634
|
dispatchEvent(event: Event): boolean;
|
|
635
|
+
ariaActiveDescendantElement: Element | null;
|
|
590
636
|
ariaAtomic: string | null;
|
|
591
637
|
ariaAutoComplete: string | null;
|
|
638
|
+
ariaBrailleLabel: string | null;
|
|
639
|
+
ariaBrailleRoleDescription: string | null;
|
|
592
640
|
ariaBusy: string | null;
|
|
593
641
|
ariaChecked: string | null;
|
|
594
642
|
ariaColCount: string | null;
|
|
595
643
|
ariaColIndex: string | null;
|
|
644
|
+
ariaColIndexText: string | null;
|
|
596
645
|
ariaColSpan: string | null;
|
|
646
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
597
647
|
ariaCurrent: string | null;
|
|
648
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
649
|
+
ariaDescription: string | null;
|
|
650
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
598
651
|
ariaDisabled: string | null;
|
|
652
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
599
653
|
ariaExpanded: string | null;
|
|
654
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
600
655
|
ariaHasPopup: string | null;
|
|
601
656
|
ariaHidden: string | null;
|
|
602
657
|
ariaInvalid: string | null;
|
|
603
658
|
ariaKeyShortcuts: string | null;
|
|
604
659
|
ariaLabel: string | null;
|
|
660
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
605
661
|
ariaLevel: string | null;
|
|
606
662
|
ariaLive: string | null;
|
|
607
663
|
ariaModal: string | null;
|
|
608
664
|
ariaMultiLine: string | null;
|
|
609
665
|
ariaMultiSelectable: string | null;
|
|
610
666
|
ariaOrientation: string | null;
|
|
667
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
611
668
|
ariaPlaceholder: string | null;
|
|
612
669
|
ariaPosInSet: string | null;
|
|
613
670
|
ariaPressed: string | null;
|
|
614
671
|
ariaReadOnly: string | null;
|
|
672
|
+
ariaRelevant: string | null;
|
|
615
673
|
ariaRequired: string | null;
|
|
616
674
|
ariaRoleDescription: string | null;
|
|
617
675
|
ariaRowCount: string | null;
|
|
618
676
|
ariaRowIndex: string | null;
|
|
677
|
+
ariaRowIndexText: string | null;
|
|
619
678
|
ariaRowSpan: string | null;
|
|
620
679
|
ariaSelected: string | null;
|
|
621
680
|
ariaSetSize: string | null;
|
|
@@ -625,34 +684,35 @@ declare const TextArea_base: {
|
|
|
625
684
|
ariaValueNow: string | null;
|
|
626
685
|
ariaValueText: string | null;
|
|
627
686
|
role: string | null;
|
|
628
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
629
|
-
getAnimations(options?: GetAnimationsOptions
|
|
630
|
-
after(...nodes: (
|
|
631
|
-
before(...nodes: (
|
|
687
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
688
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
689
|
+
after(...nodes: (Node | string)[]): void;
|
|
690
|
+
before(...nodes: (Node | string)[]): void;
|
|
632
691
|
remove(): void;
|
|
633
|
-
replaceWith(...nodes: (
|
|
634
|
-
innerHTML: string;
|
|
692
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
635
693
|
readonly nextElementSibling: Element | null;
|
|
636
694
|
readonly previousElementSibling: Element | null;
|
|
637
695
|
readonly childElementCount: number;
|
|
638
696
|
readonly children: HTMLCollection;
|
|
639
697
|
readonly firstElementChild: Element | null;
|
|
640
698
|
readonly lastElementChild: Element | null;
|
|
641
|
-
append(...nodes: (
|
|
642
|
-
prepend(...nodes: (
|
|
643
|
-
querySelector<
|
|
644
|
-
querySelector<
|
|
645
|
-
querySelector<
|
|
646
|
-
querySelector<
|
|
647
|
-
querySelector<
|
|
648
|
-
querySelectorAll<
|
|
649
|
-
querySelectorAll<
|
|
650
|
-
querySelectorAll<
|
|
651
|
-
querySelectorAll<
|
|
652
|
-
querySelectorAll<
|
|
653
|
-
replaceChildren(...nodes: (
|
|
699
|
+
append(...nodes: (Node | string)[]): void;
|
|
700
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
701
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
702
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
703
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
704
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
705
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
706
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
707
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
708
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
709
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
710
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
711
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
654
712
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
655
|
-
readonly
|
|
713
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
714
|
+
get style(): CSSStyleDeclaration;
|
|
715
|
+
set style(cssText: string);
|
|
656
716
|
contentEditable: string;
|
|
657
717
|
enterKeyHint: string;
|
|
658
718
|
inputMode: string;
|
|
@@ -662,16 +722,20 @@ declare const TextArea_base: {
|
|
|
662
722
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
663
723
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
664
724
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
665
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
725
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
666
726
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
727
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
728
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
667
729
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
668
730
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
669
731
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
670
732
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
671
733
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
672
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
734
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
673
735
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
674
|
-
|
|
736
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
737
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
738
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
675
739
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
676
740
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
677
741
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -718,12 +782,14 @@ declare const TextArea_base: {
|
|
|
718
782
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
719
783
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
720
784
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
785
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
721
786
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
722
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
787
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
723
788
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
724
789
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
725
790
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
726
791
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
792
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
727
793
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
728
794
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
729
795
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -735,7 +801,7 @@ declare const TextArea_base: {
|
|
|
735
801
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
736
802
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
737
803
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
738
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
804
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
739
805
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
740
806
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
741
807
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -753,14 +819,10 @@ declare const TextArea_base: {
|
|
|
753
819
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
754
820
|
autofocus: boolean;
|
|
755
821
|
readonly dataset: DOMStringMap;
|
|
756
|
-
nonce?: string
|
|
822
|
+
nonce?: string;
|
|
757
823
|
tabIndex: number;
|
|
758
824
|
blur(): void;
|
|
759
|
-
focus(options?: FocusOptions
|
|
760
|
-
ariaColIndexText: string | null;
|
|
761
|
-
ariaDescription: string | null;
|
|
762
|
-
ariaRowIndexText: string | null;
|
|
763
|
-
ariaRelevant: string | null;
|
|
825
|
+
focus(options?: FocusOptions): void;
|
|
764
826
|
roleChanged(prev: string | null, next: string | null): void;
|
|
765
827
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
766
828
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -803,7 +865,7 @@ declare const TextArea_base: {
|
|
|
803
865
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
804
866
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
805
867
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
806
|
-
"__#
|
|
868
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
807
869
|
newPropertyName: string;
|
|
808
870
|
deprecatedPropertyName: string;
|
|
809
871
|
fromDeprecated: (v: any) => any;
|
|
@@ -816,21 +878,22 @@ declare const TextArea_base: {
|
|
|
816
878
|
maxlength: number;
|
|
817
879
|
charCount: boolean;
|
|
818
880
|
charCountRemaining: HTMLSpanElement;
|
|
819
|
-
"__#
|
|
881
|
+
"__#private@#charCountTimeout": ReturnType<typeof setTimeout> | null;
|
|
820
882
|
_charCountDescribedBy: string;
|
|
821
883
|
_renderCharCountRemaining: () => void;
|
|
822
884
|
_updateCharCountRemaining: () => void;
|
|
823
|
-
_getCharCountTemplate: (context: import(
|
|
824
|
-
|
|
885
|
+
_getCharCountTemplate: (context: import('../../shared/design-system/defineVividComponent').VividElementDefinitionContext) => import('@microsoft/fast-element').ViewTemplate<any, any>;
|
|
886
|
+
get locale(): import('../../shared/localization/Locale').Locale;
|
|
825
887
|
connectedCallback(): void;
|
|
826
|
-
_vividAriaBehaviour: import(
|
|
827
|
-
readonly $fastController: import(
|
|
828
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
888
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
889
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
890
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
829
891
|
disconnectedCallback(): void;
|
|
830
892
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
831
893
|
accessKey: string;
|
|
832
894
|
readonly accessKeyLabel: string;
|
|
833
895
|
autocapitalize: string;
|
|
896
|
+
autocorrect: boolean;
|
|
834
897
|
dir: string;
|
|
835
898
|
draggable: boolean;
|
|
836
899
|
hidden: boolean;
|
|
@@ -843,30 +906,39 @@ declare const TextArea_base: {
|
|
|
843
906
|
readonly offsetTop: number;
|
|
844
907
|
readonly offsetWidth: number;
|
|
845
908
|
outerText: string;
|
|
909
|
+
popover: string | null;
|
|
846
910
|
spellcheck: boolean;
|
|
847
911
|
title: string;
|
|
848
912
|
translate: boolean;
|
|
913
|
+
writingSuggestions: string;
|
|
849
914
|
attachInternals(): ElementInternals;
|
|
850
915
|
click(): void;
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
916
|
+
hidePopover(): void;
|
|
917
|
+
showPopover(): void;
|
|
918
|
+
togglePopover(options?: boolean): boolean;
|
|
919
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
920
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
921
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
922
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
855
923
|
readonly attributes: NamedNodeMap;
|
|
856
|
-
|
|
924
|
+
get classList(): DOMTokenList;
|
|
925
|
+
set classList(value: string);
|
|
857
926
|
className: string;
|
|
858
927
|
readonly clientHeight: number;
|
|
859
928
|
readonly clientLeft: number;
|
|
860
929
|
readonly clientTop: number;
|
|
861
930
|
readonly clientWidth: number;
|
|
931
|
+
readonly currentCSSZoom: number;
|
|
862
932
|
id: string;
|
|
933
|
+
innerHTML: string;
|
|
863
934
|
readonly localName: string;
|
|
864
935
|
readonly namespaceURI: string | null;
|
|
865
936
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
866
937
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
867
938
|
outerHTML: string;
|
|
868
939
|
readonly ownerDocument: Document;
|
|
869
|
-
|
|
940
|
+
get part(): DOMTokenList;
|
|
941
|
+
set part(value: string);
|
|
870
942
|
readonly prefix: string | null;
|
|
871
943
|
readonly scrollHeight: number;
|
|
872
944
|
scrollLeft: number;
|
|
@@ -876,11 +948,12 @@ declare const TextArea_base: {
|
|
|
876
948
|
slot: string;
|
|
877
949
|
readonly tagName: string;
|
|
878
950
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
879
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
880
|
-
closest<
|
|
881
|
-
closest<
|
|
882
|
-
closest<
|
|
883
|
-
closest<
|
|
951
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
952
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
953
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
954
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
955
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
956
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
884
957
|
getAttribute(qualifiedName: string): string | null;
|
|
885
958
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
886
959
|
getAttributeNames(): string[];
|
|
@@ -889,43 +962,47 @@ declare const TextArea_base: {
|
|
|
889
962
|
getBoundingClientRect(): DOMRect;
|
|
890
963
|
getClientRects(): DOMRectList;
|
|
891
964
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
892
|
-
getElementsByTagName<
|
|
893
|
-
getElementsByTagName<
|
|
894
|
-
getElementsByTagName<
|
|
895
|
-
getElementsByTagName<
|
|
965
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
966
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
967
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
968
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
896
969
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
897
970
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
898
971
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
899
972
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
900
973
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
974
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
901
975
|
hasAttribute(qualifiedName: string): boolean;
|
|
902
976
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
903
977
|
hasAttributes(): boolean;
|
|
904
978
|
hasPointerCapture(pointerId: number): boolean;
|
|
905
979
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
906
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
980
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
907
981
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
908
982
|
matches(selectors: string): boolean;
|
|
909
983
|
releasePointerCapture(pointerId: number): void;
|
|
910
984
|
removeAttribute(qualifiedName: string): void;
|
|
911
985
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
912
986
|
removeAttributeNode(attr: Attr): Attr;
|
|
913
|
-
requestFullscreen(options?: FullscreenOptions
|
|
914
|
-
requestPointerLock(): void
|
|
915
|
-
scroll(options?: ScrollToOptions
|
|
987
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
988
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
989
|
+
scroll(options?: ScrollToOptions): void;
|
|
916
990
|
scroll(x: number, y: number): void;
|
|
917
|
-
scrollBy(options?: ScrollToOptions
|
|
991
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
918
992
|
scrollBy(x: number, y: number): void;
|
|
919
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
920
|
-
scrollTo(options?: ScrollToOptions
|
|
993
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
994
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
921
995
|
scrollTo(x: number, y: number): void;
|
|
922
996
|
setAttribute(qualifiedName: string, value: string): void;
|
|
923
997
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
924
998
|
setAttributeNode(attr: Attr): Attr | null;
|
|
925
999
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
1000
|
+
setHTMLUnsafe(html: string): void;
|
|
926
1001
|
setPointerCapture(pointerId: number): void;
|
|
927
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
1002
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
928
1003
|
webkitMatchesSelector(selectors: string): boolean;
|
|
1004
|
+
get textContent(): string;
|
|
1005
|
+
set textContent(value: string | null);
|
|
929
1006
|
readonly baseURI: string;
|
|
930
1007
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
931
1008
|
readonly firstChild: ChildNode | null;
|
|
@@ -938,22 +1015,21 @@ declare const TextArea_base: {
|
|
|
938
1015
|
readonly parentElement: HTMLElement | null;
|
|
939
1016
|
readonly parentNode: ParentNode | null;
|
|
940
1017
|
readonly previousSibling: ChildNode | null;
|
|
941
|
-
textContent: string | null;
|
|
942
1018
|
appendChild<T extends Node>(node: T): T;
|
|
943
|
-
cloneNode(
|
|
1019
|
+
cloneNode(subtree?: boolean): Node;
|
|
944
1020
|
compareDocumentPosition(other: Node): number;
|
|
945
1021
|
contains(other: Node | null): boolean;
|
|
946
|
-
getRootNode(options?: GetRootNodeOptions
|
|
1022
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
947
1023
|
hasChildNodes(): boolean;
|
|
948
|
-
insertBefore<
|
|
1024
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
949
1025
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
950
1026
|
isEqualNode(otherNode: Node | null): boolean;
|
|
951
1027
|
isSameNode(otherNode: Node | null): boolean;
|
|
952
1028
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
953
1029
|
lookupPrefix(namespace: string | null): string | null;
|
|
954
1030
|
normalize(): void;
|
|
955
|
-
removeChild<
|
|
956
|
-
replaceChild<
|
|
1031
|
+
removeChild<T extends Node>(child: T): T;
|
|
1032
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
957
1033
|
readonly ELEMENT_NODE: 1;
|
|
958
1034
|
readonly ATTRIBUTE_NODE: 2;
|
|
959
1035
|
readonly TEXT_NODE: 3;
|
|
@@ -973,35 +1049,49 @@ declare const TextArea_base: {
|
|
|
973
1049
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
974
1050
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
975
1051
|
dispatchEvent(event: Event): boolean;
|
|
1052
|
+
ariaActiveDescendantElement: Element | null;
|
|
976
1053
|
ariaAtomic: string | null;
|
|
977
1054
|
ariaAutoComplete: string | null;
|
|
1055
|
+
ariaBrailleLabel: string | null;
|
|
1056
|
+
ariaBrailleRoleDescription: string | null;
|
|
978
1057
|
ariaBusy: string | null;
|
|
979
1058
|
ariaChecked: string | null;
|
|
980
1059
|
ariaColCount: string | null;
|
|
981
1060
|
ariaColIndex: string | null;
|
|
1061
|
+
ariaColIndexText: string | null;
|
|
982
1062
|
ariaColSpan: string | null;
|
|
1063
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
983
1064
|
ariaCurrent: string | null;
|
|
1065
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
1066
|
+
ariaDescription: string | null;
|
|
1067
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
984
1068
|
ariaDisabled: string | null;
|
|
1069
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
985
1070
|
ariaExpanded: string | null;
|
|
1071
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
986
1072
|
ariaHasPopup: string | null;
|
|
987
1073
|
ariaHidden: string | null;
|
|
988
1074
|
ariaInvalid: string | null;
|
|
989
1075
|
ariaKeyShortcuts: string | null;
|
|
990
1076
|
ariaLabel: string | null;
|
|
1077
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
991
1078
|
ariaLevel: string | null;
|
|
992
1079
|
ariaLive: string | null;
|
|
993
1080
|
ariaModal: string | null;
|
|
994
1081
|
ariaMultiLine: string | null;
|
|
995
1082
|
ariaMultiSelectable: string | null;
|
|
996
1083
|
ariaOrientation: string | null;
|
|
1084
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
997
1085
|
ariaPlaceholder: string | null;
|
|
998
1086
|
ariaPosInSet: string | null;
|
|
999
1087
|
ariaPressed: string | null;
|
|
1000
1088
|
ariaReadOnly: string | null;
|
|
1089
|
+
ariaRelevant: string | null;
|
|
1001
1090
|
ariaRequired: string | null;
|
|
1002
1091
|
ariaRoleDescription: string | null;
|
|
1003
1092
|
ariaRowCount: string | null;
|
|
1004
1093
|
ariaRowIndex: string | null;
|
|
1094
|
+
ariaRowIndexText: string | null;
|
|
1005
1095
|
ariaRowSpan: string | null;
|
|
1006
1096
|
ariaSelected: string | null;
|
|
1007
1097
|
ariaSetSize: string | null;
|
|
@@ -1011,34 +1101,35 @@ declare const TextArea_base: {
|
|
|
1011
1101
|
ariaValueNow: string | null;
|
|
1012
1102
|
ariaValueText: string | null;
|
|
1013
1103
|
role: string | null;
|
|
1014
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
1015
|
-
getAnimations(options?: GetAnimationsOptions
|
|
1016
|
-
after(...nodes: (
|
|
1017
|
-
before(...nodes: (
|
|
1104
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
1105
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
1106
|
+
after(...nodes: (Node | string)[]): void;
|
|
1107
|
+
before(...nodes: (Node | string)[]): void;
|
|
1018
1108
|
remove(): void;
|
|
1019
|
-
replaceWith(...nodes: (
|
|
1020
|
-
innerHTML: string;
|
|
1109
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
1021
1110
|
readonly nextElementSibling: Element | null;
|
|
1022
1111
|
readonly previousElementSibling: Element | null;
|
|
1023
1112
|
readonly childElementCount: number;
|
|
1024
1113
|
readonly children: HTMLCollection;
|
|
1025
1114
|
readonly firstElementChild: Element | null;
|
|
1026
1115
|
readonly lastElementChild: Element | null;
|
|
1027
|
-
append(...nodes: (
|
|
1028
|
-
prepend(...nodes: (
|
|
1029
|
-
querySelector<
|
|
1030
|
-
querySelector<
|
|
1031
|
-
querySelector<
|
|
1032
|
-
querySelector<
|
|
1033
|
-
querySelector<
|
|
1034
|
-
querySelectorAll<
|
|
1035
|
-
querySelectorAll<
|
|
1036
|
-
querySelectorAll<
|
|
1037
|
-
querySelectorAll<
|
|
1038
|
-
querySelectorAll<
|
|
1039
|
-
replaceChildren(...nodes: (
|
|
1116
|
+
append(...nodes: (Node | string)[]): void;
|
|
1117
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
1118
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
1119
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
1120
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
1121
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
1122
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
1123
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
1124
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
1125
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
1126
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
1127
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
1128
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
1040
1129
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
1041
|
-
readonly
|
|
1130
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
1131
|
+
get style(): CSSStyleDeclaration;
|
|
1132
|
+
set style(cssText: string);
|
|
1042
1133
|
contentEditable: string;
|
|
1043
1134
|
enterKeyHint: string;
|
|
1044
1135
|
inputMode: string;
|
|
@@ -1048,16 +1139,20 @@ declare const TextArea_base: {
|
|
|
1048
1139
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1049
1140
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1050
1141
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1051
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
1142
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1052
1143
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
1144
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1145
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1053
1146
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1054
1147
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1055
1148
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1056
1149
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1057
1150
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1058
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
1151
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1059
1152
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1060
|
-
|
|
1153
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1154
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1155
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1061
1156
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1062
1157
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1063
1158
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -1104,12 +1199,14 @@ declare const TextArea_base: {
|
|
|
1104
1199
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1105
1200
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1106
1201
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1202
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1107
1203
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1108
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
1204
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
1109
1205
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1110
1206
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1111
1207
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1112
1208
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1209
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1113
1210
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
1114
1211
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1115
1212
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -1121,7 +1218,7 @@ declare const TextArea_base: {
|
|
|
1121
1218
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
1122
1219
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1123
1220
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1124
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
1221
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1125
1222
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1126
1223
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1127
1224
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -1139,14 +1236,10 @@ declare const TextArea_base: {
|
|
|
1139
1236
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
1140
1237
|
autofocus: boolean;
|
|
1141
1238
|
readonly dataset: DOMStringMap;
|
|
1142
|
-
nonce?: string
|
|
1239
|
+
nonce?: string;
|
|
1143
1240
|
tabIndex: number;
|
|
1144
1241
|
blur(): void;
|
|
1145
|
-
focus(options?: FocusOptions
|
|
1146
|
-
ariaColIndexText: string | null;
|
|
1147
|
-
ariaDescription: string | null;
|
|
1148
|
-
ariaRowIndexText: string | null;
|
|
1149
|
-
ariaRelevant: string | null;
|
|
1242
|
+
focus(options?: FocusOptions): void;
|
|
1150
1243
|
roleChanged(prev: string | null, next: string | null): void;
|
|
1151
1244
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
1152
1245
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -1189,7 +1282,7 @@ declare const TextArea_base: {
|
|
|
1189
1282
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
1190
1283
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
1191
1284
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
1192
|
-
"__#
|
|
1285
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
1193
1286
|
newPropertyName: string;
|
|
1194
1287
|
deprecatedPropertyName: string;
|
|
1195
1288
|
fromDeprecated: (v: any) => any;
|
|
@@ -1198,32 +1291,33 @@ declare const TextArea_base: {
|
|
|
1198
1291
|
};
|
|
1199
1292
|
} & {
|
|
1200
1293
|
new (...args: any[]): {
|
|
1201
|
-
errorText?: string
|
|
1294
|
+
errorText?: string;
|
|
1202
1295
|
errorTextChanged(_: string, newErrorText: string | undefined): void;
|
|
1203
|
-
"__#
|
|
1204
|
-
"__#
|
|
1205
|
-
"__#
|
|
1206
|
-
"__#
|
|
1207
|
-
label?: string
|
|
1296
|
+
"__#private@#blockValidateCalls": boolean;
|
|
1297
|
+
"__#private@#originalValidateFn": () => void;
|
|
1298
|
+
"__#private@#forceCustomError"(errorMessage: string): void;
|
|
1299
|
+
"__#private@#clearCustomErrorAndRevalidate"(): void;
|
|
1300
|
+
label?: string;
|
|
1208
1301
|
errorValidationMessage: string;
|
|
1209
1302
|
forceErrorDisplay: boolean;
|
|
1210
1303
|
hasBeenTouched: boolean;
|
|
1211
1304
|
connectedCallback: (() => void) & (() => void) & (() => void);
|
|
1212
|
-
"__#
|
|
1305
|
+
"__#private@#handleInvalidEvent": () => void;
|
|
1213
1306
|
disconnectedCallback: (() => void) & (() => void) & (() => void);
|
|
1214
1307
|
formResetCallback: (() => void) & (() => void);
|
|
1215
|
-
validate: (() => void) & ((anchor?: HTMLElement
|
|
1216
|
-
proxy: import(
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1308
|
+
validate: (() => void) & ((anchor?: HTMLElement) => void);
|
|
1309
|
+
proxy: import('../../shared/foundation/form-associated/form-associated').ProxyElement;
|
|
1310
|
+
get validity(): ValidityState;
|
|
1311
|
+
get form(): HTMLFormElement | null;
|
|
1312
|
+
get validationMessage(): string;
|
|
1313
|
+
get willValidate(): boolean;
|
|
1314
|
+
get labels(): ReadonlyArray<Node>;
|
|
1222
1315
|
dirtyValue: boolean;
|
|
1223
|
-
proxySlot?: HTMLSlotElement
|
|
1316
|
+
proxySlot?: HTMLSlotElement;
|
|
1224
1317
|
value: string;
|
|
1225
1318
|
valueChanged(_previous: string, _next: string): void;
|
|
1226
|
-
currentValue: string;
|
|
1319
|
+
get currentValue(): string;
|
|
1320
|
+
set currentValue(value: string);
|
|
1227
1321
|
initialValue: string;
|
|
1228
1322
|
initialValueChanged(_previous: string, _next: string): void;
|
|
1229
1323
|
disabled: boolean;
|
|
@@ -1232,25 +1326,26 @@ declare const TextArea_base: {
|
|
|
1232
1326
|
nameChanged(_previous: string, _next: string): void;
|
|
1233
1327
|
required: boolean;
|
|
1234
1328
|
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
1235
|
-
|
|
1329
|
+
get elementInternals(): ElementInternals | null;
|
|
1236
1330
|
proxyEventsToBlock: string[];
|
|
1237
1331
|
checkValidity(): boolean;
|
|
1238
1332
|
reportValidity(): boolean;
|
|
1239
|
-
setValidity(flags: ValidityStateFlags, message?: string
|
|
1333
|
+
setValidity(flags: ValidityStateFlags, message?: string, anchor?: HTMLElement): void;
|
|
1240
1334
|
formDisabledCallback(disabled: boolean): void;
|
|
1241
1335
|
proxyInitialized: boolean;
|
|
1242
1336
|
attachProxy(): void;
|
|
1243
1337
|
detachProxy(): void;
|
|
1244
|
-
setFormValue(value:
|
|
1338
|
+
setFormValue(value: File | string | FormData | null, state?: File | string | FormData | null): void;
|
|
1245
1339
|
_keypressHandler(e: KeyboardEvent): void;
|
|
1246
1340
|
stopPropagation(e: Event): void;
|
|
1247
|
-
_vividAriaBehaviour: import(
|
|
1248
|
-
readonly $fastController: import(
|
|
1249
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
1341
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
1342
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
1343
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
1250
1344
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
1251
1345
|
accessKey: string;
|
|
1252
1346
|
readonly accessKeyLabel: string;
|
|
1253
1347
|
autocapitalize: string;
|
|
1348
|
+
autocorrect: boolean;
|
|
1254
1349
|
dir: string;
|
|
1255
1350
|
draggable: boolean;
|
|
1256
1351
|
hidden: boolean;
|
|
@@ -1263,30 +1358,39 @@ declare const TextArea_base: {
|
|
|
1263
1358
|
readonly offsetTop: number;
|
|
1264
1359
|
readonly offsetWidth: number;
|
|
1265
1360
|
outerText: string;
|
|
1361
|
+
popover: string | null;
|
|
1266
1362
|
spellcheck: boolean;
|
|
1267
1363
|
title: string;
|
|
1268
1364
|
translate: boolean;
|
|
1365
|
+
writingSuggestions: string;
|
|
1269
1366
|
attachInternals(): ElementInternals;
|
|
1270
1367
|
click(): void;
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1368
|
+
hidePopover(): void;
|
|
1369
|
+
showPopover(): void;
|
|
1370
|
+
togglePopover(options?: boolean): boolean;
|
|
1371
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1372
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1373
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1374
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1275
1375
|
readonly attributes: NamedNodeMap;
|
|
1276
|
-
|
|
1376
|
+
get classList(): DOMTokenList;
|
|
1377
|
+
set classList(value: string);
|
|
1277
1378
|
className: string;
|
|
1278
1379
|
readonly clientHeight: number;
|
|
1279
1380
|
readonly clientLeft: number;
|
|
1280
1381
|
readonly clientTop: number;
|
|
1281
1382
|
readonly clientWidth: number;
|
|
1383
|
+
readonly currentCSSZoom: number;
|
|
1282
1384
|
id: string;
|
|
1385
|
+
innerHTML: string;
|
|
1283
1386
|
readonly localName: string;
|
|
1284
1387
|
readonly namespaceURI: string | null;
|
|
1285
1388
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
1286
1389
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
1287
1390
|
outerHTML: string;
|
|
1288
1391
|
readonly ownerDocument: Document;
|
|
1289
|
-
|
|
1392
|
+
get part(): DOMTokenList;
|
|
1393
|
+
set part(value: string);
|
|
1290
1394
|
readonly prefix: string | null;
|
|
1291
1395
|
readonly scrollHeight: number;
|
|
1292
1396
|
scrollLeft: number;
|
|
@@ -1296,11 +1400,12 @@ declare const TextArea_base: {
|
|
|
1296
1400
|
slot: string;
|
|
1297
1401
|
readonly tagName: string;
|
|
1298
1402
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1299
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
1300
|
-
closest<
|
|
1301
|
-
closest<
|
|
1302
|
-
closest<
|
|
1303
|
-
closest<
|
|
1403
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
1404
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
1405
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
1406
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
1407
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
1408
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
1304
1409
|
getAttribute(qualifiedName: string): string | null;
|
|
1305
1410
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
1306
1411
|
getAttributeNames(): string[];
|
|
@@ -1309,43 +1414,47 @@ declare const TextArea_base: {
|
|
|
1309
1414
|
getBoundingClientRect(): DOMRect;
|
|
1310
1415
|
getClientRects(): DOMRectList;
|
|
1311
1416
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
1312
|
-
getElementsByTagName<
|
|
1313
|
-
getElementsByTagName<
|
|
1314
|
-
getElementsByTagName<
|
|
1315
|
-
getElementsByTagName<
|
|
1417
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
1418
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
1419
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
1420
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
1316
1421
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1317
1422
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1318
1423
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
1319
1424
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
1320
1425
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
1426
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
1321
1427
|
hasAttribute(qualifiedName: string): boolean;
|
|
1322
1428
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
1323
1429
|
hasAttributes(): boolean;
|
|
1324
1430
|
hasPointerCapture(pointerId: number): boolean;
|
|
1325
1431
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
1326
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
1432
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
1327
1433
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
1328
1434
|
matches(selectors: string): boolean;
|
|
1329
1435
|
releasePointerCapture(pointerId: number): void;
|
|
1330
1436
|
removeAttribute(qualifiedName: string): void;
|
|
1331
1437
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
1332
1438
|
removeAttributeNode(attr: Attr): Attr;
|
|
1333
|
-
requestFullscreen(options?: FullscreenOptions
|
|
1334
|
-
requestPointerLock(): void
|
|
1335
|
-
scroll(options?: ScrollToOptions
|
|
1439
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
1440
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
1441
|
+
scroll(options?: ScrollToOptions): void;
|
|
1336
1442
|
scroll(x: number, y: number): void;
|
|
1337
|
-
scrollBy(options?: ScrollToOptions
|
|
1443
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
1338
1444
|
scrollBy(x: number, y: number): void;
|
|
1339
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
1340
|
-
scrollTo(options?: ScrollToOptions
|
|
1445
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
1446
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
1341
1447
|
scrollTo(x: number, y: number): void;
|
|
1342
1448
|
setAttribute(qualifiedName: string, value: string): void;
|
|
1343
1449
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
1344
1450
|
setAttributeNode(attr: Attr): Attr | null;
|
|
1345
1451
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
1452
|
+
setHTMLUnsafe(html: string): void;
|
|
1346
1453
|
setPointerCapture(pointerId: number): void;
|
|
1347
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
1454
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
1348
1455
|
webkitMatchesSelector(selectors: string): boolean;
|
|
1456
|
+
get textContent(): string;
|
|
1457
|
+
set textContent(value: string | null);
|
|
1349
1458
|
readonly baseURI: string;
|
|
1350
1459
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
1351
1460
|
readonly firstChild: ChildNode | null;
|
|
@@ -1358,22 +1467,21 @@ declare const TextArea_base: {
|
|
|
1358
1467
|
readonly parentElement: HTMLElement | null;
|
|
1359
1468
|
readonly parentNode: ParentNode | null;
|
|
1360
1469
|
readonly previousSibling: ChildNode | null;
|
|
1361
|
-
textContent: string | null;
|
|
1362
1470
|
appendChild<T extends Node>(node: T): T;
|
|
1363
|
-
cloneNode(
|
|
1471
|
+
cloneNode(subtree?: boolean): Node;
|
|
1364
1472
|
compareDocumentPosition(other: Node): number;
|
|
1365
1473
|
contains(other: Node | null): boolean;
|
|
1366
|
-
getRootNode(options?: GetRootNodeOptions
|
|
1474
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
1367
1475
|
hasChildNodes(): boolean;
|
|
1368
|
-
insertBefore<
|
|
1476
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
1369
1477
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
1370
1478
|
isEqualNode(otherNode: Node | null): boolean;
|
|
1371
1479
|
isSameNode(otherNode: Node | null): boolean;
|
|
1372
1480
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
1373
1481
|
lookupPrefix(namespace: string | null): string | null;
|
|
1374
1482
|
normalize(): void;
|
|
1375
|
-
removeChild<
|
|
1376
|
-
replaceChild<
|
|
1483
|
+
removeChild<T extends Node>(child: T): T;
|
|
1484
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
1377
1485
|
readonly ELEMENT_NODE: 1;
|
|
1378
1486
|
readonly ATTRIBUTE_NODE: 2;
|
|
1379
1487
|
readonly TEXT_NODE: 3;
|
|
@@ -1393,35 +1501,49 @@ declare const TextArea_base: {
|
|
|
1393
1501
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
1394
1502
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
1395
1503
|
dispatchEvent(event: Event): boolean;
|
|
1504
|
+
ariaActiveDescendantElement: Element | null;
|
|
1396
1505
|
ariaAtomic: string | null;
|
|
1397
1506
|
ariaAutoComplete: string | null;
|
|
1507
|
+
ariaBrailleLabel: string | null;
|
|
1508
|
+
ariaBrailleRoleDescription: string | null;
|
|
1398
1509
|
ariaBusy: string | null;
|
|
1399
1510
|
ariaChecked: string | null;
|
|
1400
1511
|
ariaColCount: string | null;
|
|
1401
1512
|
ariaColIndex: string | null;
|
|
1513
|
+
ariaColIndexText: string | null;
|
|
1402
1514
|
ariaColSpan: string | null;
|
|
1515
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
1403
1516
|
ariaCurrent: string | null;
|
|
1517
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
1518
|
+
ariaDescription: string | null;
|
|
1519
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
1404
1520
|
ariaDisabled: string | null;
|
|
1521
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
1405
1522
|
ariaExpanded: string | null;
|
|
1523
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
1406
1524
|
ariaHasPopup: string | null;
|
|
1407
1525
|
ariaHidden: string | null;
|
|
1408
1526
|
ariaInvalid: string | null;
|
|
1409
1527
|
ariaKeyShortcuts: string | null;
|
|
1410
1528
|
ariaLabel: string | null;
|
|
1529
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
1411
1530
|
ariaLevel: string | null;
|
|
1412
1531
|
ariaLive: string | null;
|
|
1413
1532
|
ariaModal: string | null;
|
|
1414
1533
|
ariaMultiLine: string | null;
|
|
1415
1534
|
ariaMultiSelectable: string | null;
|
|
1416
1535
|
ariaOrientation: string | null;
|
|
1536
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
1417
1537
|
ariaPlaceholder: string | null;
|
|
1418
1538
|
ariaPosInSet: string | null;
|
|
1419
1539
|
ariaPressed: string | null;
|
|
1420
1540
|
ariaReadOnly: string | null;
|
|
1541
|
+
ariaRelevant: string | null;
|
|
1421
1542
|
ariaRequired: string | null;
|
|
1422
1543
|
ariaRoleDescription: string | null;
|
|
1423
1544
|
ariaRowCount: string | null;
|
|
1424
1545
|
ariaRowIndex: string | null;
|
|
1546
|
+
ariaRowIndexText: string | null;
|
|
1425
1547
|
ariaRowSpan: string | null;
|
|
1426
1548
|
ariaSelected: string | null;
|
|
1427
1549
|
ariaSetSize: string | null;
|
|
@@ -1431,34 +1553,35 @@ declare const TextArea_base: {
|
|
|
1431
1553
|
ariaValueNow: string | null;
|
|
1432
1554
|
ariaValueText: string | null;
|
|
1433
1555
|
role: string | null;
|
|
1434
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
1435
|
-
getAnimations(options?: GetAnimationsOptions
|
|
1436
|
-
after(...nodes: (
|
|
1437
|
-
before(...nodes: (
|
|
1556
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
1557
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
1558
|
+
after(...nodes: (Node | string)[]): void;
|
|
1559
|
+
before(...nodes: (Node | string)[]): void;
|
|
1438
1560
|
remove(): void;
|
|
1439
|
-
replaceWith(...nodes: (
|
|
1440
|
-
innerHTML: string;
|
|
1561
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
1441
1562
|
readonly nextElementSibling: Element | null;
|
|
1442
1563
|
readonly previousElementSibling: Element | null;
|
|
1443
1564
|
readonly childElementCount: number;
|
|
1444
1565
|
readonly children: HTMLCollection;
|
|
1445
1566
|
readonly firstElementChild: Element | null;
|
|
1446
1567
|
readonly lastElementChild: Element | null;
|
|
1447
|
-
append(...nodes: (
|
|
1448
|
-
prepend(...nodes: (
|
|
1449
|
-
querySelector<
|
|
1450
|
-
querySelector<
|
|
1451
|
-
querySelector<
|
|
1452
|
-
querySelector<
|
|
1453
|
-
querySelector<
|
|
1454
|
-
querySelectorAll<
|
|
1455
|
-
querySelectorAll<
|
|
1456
|
-
querySelectorAll<
|
|
1457
|
-
querySelectorAll<
|
|
1458
|
-
querySelectorAll<
|
|
1459
|
-
replaceChildren(...nodes: (
|
|
1568
|
+
append(...nodes: (Node | string)[]): void;
|
|
1569
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
1570
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
1571
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
1572
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
1573
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
1574
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
1575
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
1576
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
1577
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
1578
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
1579
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
1580
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
1460
1581
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
1461
|
-
readonly
|
|
1582
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
1583
|
+
get style(): CSSStyleDeclaration;
|
|
1584
|
+
set style(cssText: string);
|
|
1462
1585
|
contentEditable: string;
|
|
1463
1586
|
enterKeyHint: string;
|
|
1464
1587
|
inputMode: string;
|
|
@@ -1468,16 +1591,20 @@ declare const TextArea_base: {
|
|
|
1468
1591
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1469
1592
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1470
1593
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1471
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
1594
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1472
1595
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
1596
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1597
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1473
1598
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1474
1599
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1475
1600
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1476
1601
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1477
1602
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1478
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
1603
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1479
1604
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1480
|
-
|
|
1605
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1606
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1607
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1481
1608
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1482
1609
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1483
1610
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -1524,12 +1651,14 @@ declare const TextArea_base: {
|
|
|
1524
1651
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1525
1652
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1526
1653
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1654
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1527
1655
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1528
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
1656
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
1529
1657
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1530
1658
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1531
1659
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1532
1660
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1661
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1533
1662
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
1534
1663
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1535
1664
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -1541,7 +1670,7 @@ declare const TextArea_base: {
|
|
|
1541
1670
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
1542
1671
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1543
1672
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1544
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
1673
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1545
1674
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1546
1675
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1547
1676
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -1559,14 +1688,10 @@ declare const TextArea_base: {
|
|
|
1559
1688
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
1560
1689
|
autofocus: boolean;
|
|
1561
1690
|
readonly dataset: DOMStringMap;
|
|
1562
|
-
nonce?: string
|
|
1691
|
+
nonce?: string;
|
|
1563
1692
|
tabIndex: number;
|
|
1564
1693
|
blur(): void;
|
|
1565
|
-
focus(options?: FocusOptions
|
|
1566
|
-
ariaColIndexText: string | null;
|
|
1567
|
-
ariaDescription: string | null;
|
|
1568
|
-
ariaRowIndexText: string | null;
|
|
1569
|
-
ariaRelevant: string | null;
|
|
1694
|
+
focus(options?: FocusOptions): void;
|
|
1570
1695
|
roleChanged(prev: string | null, next: string | null): void;
|
|
1571
1696
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
1572
1697
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -1609,7 +1734,7 @@ declare const TextArea_base: {
|
|
|
1609
1734
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
1610
1735
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
1611
1736
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
1612
|
-
"__#
|
|
1737
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
1613
1738
|
newPropertyName: string;
|
|
1614
1739
|
deprecatedPropertyName: string;
|
|
1615
1740
|
fromDeprecated: (v: any) => any;
|
|
@@ -1618,16 +1743,17 @@ declare const TextArea_base: {
|
|
|
1618
1743
|
};
|
|
1619
1744
|
} & {
|
|
1620
1745
|
new (...args: any[]): {
|
|
1621
|
-
successText?: string
|
|
1746
|
+
successText?: string;
|
|
1622
1747
|
connectedCallback(): void;
|
|
1623
|
-
_vividAriaBehaviour: import(
|
|
1624
|
-
readonly $fastController: import(
|
|
1625
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
1748
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
1749
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
1750
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
1626
1751
|
disconnectedCallback(): void;
|
|
1627
1752
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
1628
1753
|
accessKey: string;
|
|
1629
1754
|
readonly accessKeyLabel: string;
|
|
1630
1755
|
autocapitalize: string;
|
|
1756
|
+
autocorrect: boolean;
|
|
1631
1757
|
dir: string;
|
|
1632
1758
|
draggable: boolean;
|
|
1633
1759
|
hidden: boolean;
|
|
@@ -1640,30 +1766,39 @@ declare const TextArea_base: {
|
|
|
1640
1766
|
readonly offsetTop: number;
|
|
1641
1767
|
readonly offsetWidth: number;
|
|
1642
1768
|
outerText: string;
|
|
1769
|
+
popover: string | null;
|
|
1643
1770
|
spellcheck: boolean;
|
|
1644
1771
|
title: string;
|
|
1645
1772
|
translate: boolean;
|
|
1773
|
+
writingSuggestions: string;
|
|
1646
1774
|
attachInternals(): ElementInternals;
|
|
1647
1775
|
click(): void;
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1776
|
+
hidePopover(): void;
|
|
1777
|
+
showPopover(): void;
|
|
1778
|
+
togglePopover(options?: boolean): boolean;
|
|
1779
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1780
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1781
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1782
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1652
1783
|
readonly attributes: NamedNodeMap;
|
|
1653
|
-
|
|
1784
|
+
get classList(): DOMTokenList;
|
|
1785
|
+
set classList(value: string);
|
|
1654
1786
|
className: string;
|
|
1655
1787
|
readonly clientHeight: number;
|
|
1656
1788
|
readonly clientLeft: number;
|
|
1657
1789
|
readonly clientTop: number;
|
|
1658
1790
|
readonly clientWidth: number;
|
|
1791
|
+
readonly currentCSSZoom: number;
|
|
1659
1792
|
id: string;
|
|
1793
|
+
innerHTML: string;
|
|
1660
1794
|
readonly localName: string;
|
|
1661
1795
|
readonly namespaceURI: string | null;
|
|
1662
1796
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
1663
1797
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
1664
1798
|
outerHTML: string;
|
|
1665
1799
|
readonly ownerDocument: Document;
|
|
1666
|
-
|
|
1800
|
+
get part(): DOMTokenList;
|
|
1801
|
+
set part(value: string);
|
|
1667
1802
|
readonly prefix: string | null;
|
|
1668
1803
|
readonly scrollHeight: number;
|
|
1669
1804
|
scrollLeft: number;
|
|
@@ -1673,11 +1808,12 @@ declare const TextArea_base: {
|
|
|
1673
1808
|
slot: string;
|
|
1674
1809
|
readonly tagName: string;
|
|
1675
1810
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1676
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
1677
|
-
closest<
|
|
1678
|
-
closest<
|
|
1679
|
-
closest<
|
|
1680
|
-
closest<
|
|
1811
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
1812
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
1813
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
1814
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
1815
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
1816
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
1681
1817
|
getAttribute(qualifiedName: string): string | null;
|
|
1682
1818
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
1683
1819
|
getAttributeNames(): string[];
|
|
@@ -1686,43 +1822,47 @@ declare const TextArea_base: {
|
|
|
1686
1822
|
getBoundingClientRect(): DOMRect;
|
|
1687
1823
|
getClientRects(): DOMRectList;
|
|
1688
1824
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
1689
|
-
getElementsByTagName<
|
|
1690
|
-
getElementsByTagName<
|
|
1691
|
-
getElementsByTagName<
|
|
1692
|
-
getElementsByTagName<
|
|
1825
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
1826
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
1827
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
1828
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
1693
1829
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1694
1830
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1695
1831
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
1696
1832
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
1697
1833
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
1834
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
1698
1835
|
hasAttribute(qualifiedName: string): boolean;
|
|
1699
1836
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
1700
1837
|
hasAttributes(): boolean;
|
|
1701
1838
|
hasPointerCapture(pointerId: number): boolean;
|
|
1702
1839
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
1703
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
1840
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
1704
1841
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
1705
1842
|
matches(selectors: string): boolean;
|
|
1706
1843
|
releasePointerCapture(pointerId: number): void;
|
|
1707
1844
|
removeAttribute(qualifiedName: string): void;
|
|
1708
1845
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
1709
1846
|
removeAttributeNode(attr: Attr): Attr;
|
|
1710
|
-
requestFullscreen(options?: FullscreenOptions
|
|
1711
|
-
requestPointerLock(): void
|
|
1712
|
-
scroll(options?: ScrollToOptions
|
|
1847
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
1848
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
1849
|
+
scroll(options?: ScrollToOptions): void;
|
|
1713
1850
|
scroll(x: number, y: number): void;
|
|
1714
|
-
scrollBy(options?: ScrollToOptions
|
|
1851
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
1715
1852
|
scrollBy(x: number, y: number): void;
|
|
1716
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
1717
|
-
scrollTo(options?: ScrollToOptions
|
|
1853
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
1854
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
1718
1855
|
scrollTo(x: number, y: number): void;
|
|
1719
1856
|
setAttribute(qualifiedName: string, value: string): void;
|
|
1720
1857
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
1721
1858
|
setAttributeNode(attr: Attr): Attr | null;
|
|
1722
1859
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
1860
|
+
setHTMLUnsafe(html: string): void;
|
|
1723
1861
|
setPointerCapture(pointerId: number): void;
|
|
1724
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
1862
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
1725
1863
|
webkitMatchesSelector(selectors: string): boolean;
|
|
1864
|
+
get textContent(): string;
|
|
1865
|
+
set textContent(value: string | null);
|
|
1726
1866
|
readonly baseURI: string;
|
|
1727
1867
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
1728
1868
|
readonly firstChild: ChildNode | null;
|
|
@@ -1735,22 +1875,21 @@ declare const TextArea_base: {
|
|
|
1735
1875
|
readonly parentElement: HTMLElement | null;
|
|
1736
1876
|
readonly parentNode: ParentNode | null;
|
|
1737
1877
|
readonly previousSibling: ChildNode | null;
|
|
1738
|
-
textContent: string | null;
|
|
1739
1878
|
appendChild<T extends Node>(node: T): T;
|
|
1740
|
-
cloneNode(
|
|
1879
|
+
cloneNode(subtree?: boolean): Node;
|
|
1741
1880
|
compareDocumentPosition(other: Node): number;
|
|
1742
1881
|
contains(other: Node | null): boolean;
|
|
1743
|
-
getRootNode(options?: GetRootNodeOptions
|
|
1882
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
1744
1883
|
hasChildNodes(): boolean;
|
|
1745
|
-
insertBefore<
|
|
1884
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
1746
1885
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
1747
1886
|
isEqualNode(otherNode: Node | null): boolean;
|
|
1748
1887
|
isSameNode(otherNode: Node | null): boolean;
|
|
1749
1888
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
1750
1889
|
lookupPrefix(namespace: string | null): string | null;
|
|
1751
1890
|
normalize(): void;
|
|
1752
|
-
removeChild<
|
|
1753
|
-
replaceChild<
|
|
1891
|
+
removeChild<T extends Node>(child: T): T;
|
|
1892
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
1754
1893
|
readonly ELEMENT_NODE: 1;
|
|
1755
1894
|
readonly ATTRIBUTE_NODE: 2;
|
|
1756
1895
|
readonly TEXT_NODE: 3;
|
|
@@ -1770,35 +1909,49 @@ declare const TextArea_base: {
|
|
|
1770
1909
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
1771
1910
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
1772
1911
|
dispatchEvent(event: Event): boolean;
|
|
1912
|
+
ariaActiveDescendantElement: Element | null;
|
|
1773
1913
|
ariaAtomic: string | null;
|
|
1774
1914
|
ariaAutoComplete: string | null;
|
|
1915
|
+
ariaBrailleLabel: string | null;
|
|
1916
|
+
ariaBrailleRoleDescription: string | null;
|
|
1775
1917
|
ariaBusy: string | null;
|
|
1776
1918
|
ariaChecked: string | null;
|
|
1777
1919
|
ariaColCount: string | null;
|
|
1778
1920
|
ariaColIndex: string | null;
|
|
1921
|
+
ariaColIndexText: string | null;
|
|
1779
1922
|
ariaColSpan: string | null;
|
|
1923
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
1780
1924
|
ariaCurrent: string | null;
|
|
1925
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
1926
|
+
ariaDescription: string | null;
|
|
1927
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
1781
1928
|
ariaDisabled: string | null;
|
|
1929
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
1782
1930
|
ariaExpanded: string | null;
|
|
1931
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
1783
1932
|
ariaHasPopup: string | null;
|
|
1784
1933
|
ariaHidden: string | null;
|
|
1785
1934
|
ariaInvalid: string | null;
|
|
1786
1935
|
ariaKeyShortcuts: string | null;
|
|
1787
1936
|
ariaLabel: string | null;
|
|
1937
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
1788
1938
|
ariaLevel: string | null;
|
|
1789
1939
|
ariaLive: string | null;
|
|
1790
1940
|
ariaModal: string | null;
|
|
1791
1941
|
ariaMultiLine: string | null;
|
|
1792
1942
|
ariaMultiSelectable: string | null;
|
|
1793
1943
|
ariaOrientation: string | null;
|
|
1944
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
1794
1945
|
ariaPlaceholder: string | null;
|
|
1795
1946
|
ariaPosInSet: string | null;
|
|
1796
1947
|
ariaPressed: string | null;
|
|
1797
1948
|
ariaReadOnly: string | null;
|
|
1949
|
+
ariaRelevant: string | null;
|
|
1798
1950
|
ariaRequired: string | null;
|
|
1799
1951
|
ariaRoleDescription: string | null;
|
|
1800
1952
|
ariaRowCount: string | null;
|
|
1801
1953
|
ariaRowIndex: string | null;
|
|
1954
|
+
ariaRowIndexText: string | null;
|
|
1802
1955
|
ariaRowSpan: string | null;
|
|
1803
1956
|
ariaSelected: string | null;
|
|
1804
1957
|
ariaSetSize: string | null;
|
|
@@ -1808,34 +1961,35 @@ declare const TextArea_base: {
|
|
|
1808
1961
|
ariaValueNow: string | null;
|
|
1809
1962
|
ariaValueText: string | null;
|
|
1810
1963
|
role: string | null;
|
|
1811
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
1812
|
-
getAnimations(options?: GetAnimationsOptions
|
|
1813
|
-
after(...nodes: (
|
|
1814
|
-
before(...nodes: (
|
|
1964
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
1965
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
1966
|
+
after(...nodes: (Node | string)[]): void;
|
|
1967
|
+
before(...nodes: (Node | string)[]): void;
|
|
1815
1968
|
remove(): void;
|
|
1816
|
-
replaceWith(...nodes: (
|
|
1817
|
-
innerHTML: string;
|
|
1969
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
1818
1970
|
readonly nextElementSibling: Element | null;
|
|
1819
1971
|
readonly previousElementSibling: Element | null;
|
|
1820
1972
|
readonly childElementCount: number;
|
|
1821
1973
|
readonly children: HTMLCollection;
|
|
1822
1974
|
readonly firstElementChild: Element | null;
|
|
1823
1975
|
readonly lastElementChild: Element | null;
|
|
1824
|
-
append(...nodes: (
|
|
1825
|
-
prepend(...nodes: (
|
|
1826
|
-
querySelector<
|
|
1827
|
-
querySelector<
|
|
1828
|
-
querySelector<
|
|
1829
|
-
querySelector<
|
|
1830
|
-
querySelector<
|
|
1831
|
-
querySelectorAll<
|
|
1832
|
-
querySelectorAll<
|
|
1833
|
-
querySelectorAll<
|
|
1834
|
-
querySelectorAll<
|
|
1835
|
-
querySelectorAll<
|
|
1836
|
-
replaceChildren(...nodes: (
|
|
1976
|
+
append(...nodes: (Node | string)[]): void;
|
|
1977
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
1978
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
1979
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
1980
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
1981
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
1982
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
1983
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
1984
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
1985
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
1986
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
1987
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
1988
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
1837
1989
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
1838
|
-
readonly
|
|
1990
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
1991
|
+
get style(): CSSStyleDeclaration;
|
|
1992
|
+
set style(cssText: string);
|
|
1839
1993
|
contentEditable: string;
|
|
1840
1994
|
enterKeyHint: string;
|
|
1841
1995
|
inputMode: string;
|
|
@@ -1845,16 +1999,20 @@ declare const TextArea_base: {
|
|
|
1845
1999
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1846
2000
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1847
2001
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1848
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
2002
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1849
2003
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
2004
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2005
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1850
2006
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1851
2007
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1852
2008
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1853
2009
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1854
2010
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1855
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
2011
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1856
2012
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1857
|
-
|
|
2013
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2014
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2015
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1858
2016
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1859
2017
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1860
2018
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -1901,12 +2059,14 @@ declare const TextArea_base: {
|
|
|
1901
2059
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1902
2060
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1903
2061
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2062
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1904
2063
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1905
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
2064
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
1906
2065
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1907
2066
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1908
2067
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1909
2068
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2069
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1910
2070
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
1911
2071
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1912
2072
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -1918,7 +2078,7 @@ declare const TextArea_base: {
|
|
|
1918
2078
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
1919
2079
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1920
2080
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1921
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
2081
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1922
2082
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1923
2083
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1924
2084
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -1936,14 +2096,10 @@ declare const TextArea_base: {
|
|
|
1936
2096
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
1937
2097
|
autofocus: boolean;
|
|
1938
2098
|
readonly dataset: DOMStringMap;
|
|
1939
|
-
nonce?: string
|
|
2099
|
+
nonce?: string;
|
|
1940
2100
|
tabIndex: number;
|
|
1941
2101
|
blur(): void;
|
|
1942
|
-
focus(options?: FocusOptions
|
|
1943
|
-
ariaColIndexText: string | null;
|
|
1944
|
-
ariaDescription: string | null;
|
|
1945
|
-
ariaRowIndexText: string | null;
|
|
1946
|
-
ariaRelevant: string | null;
|
|
2102
|
+
focus(options?: FocusOptions): void;
|
|
1947
2103
|
roleChanged(prev: string | null, next: string | null): void;
|
|
1948
2104
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
1949
2105
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -1986,7 +2142,7 @@ declare const TextArea_base: {
|
|
|
1986
2142
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
1987
2143
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
1988
2144
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
1989
|
-
"__#
|
|
2145
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
1990
2146
|
newPropertyName: string;
|
|
1991
2147
|
deprecatedPropertyName: string;
|
|
1992
2148
|
fromDeprecated: (v: any) => any;
|
|
@@ -1995,26 +2151,27 @@ declare const TextArea_base: {
|
|
|
1995
2151
|
};
|
|
1996
2152
|
} & {
|
|
1997
2153
|
new (...args: any[]): {
|
|
1998
|
-
label?: string
|
|
2154
|
+
label?: string;
|
|
1999
2155
|
errorValidationMessage: string;
|
|
2000
2156
|
forceErrorDisplay: boolean;
|
|
2001
2157
|
hasBeenTouched: boolean;
|
|
2002
2158
|
connectedCallback(): void;
|
|
2003
|
-
"__#
|
|
2159
|
+
"__#private@#handleInvalidEvent": () => void;
|
|
2004
2160
|
disconnectedCallback(): void;
|
|
2005
2161
|
formResetCallback(): void;
|
|
2006
2162
|
validate(): void;
|
|
2007
|
-
proxy: import(
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2163
|
+
proxy: import('../../shared/foundation/form-associated/form-associated').ProxyElement;
|
|
2164
|
+
get validity(): ValidityState;
|
|
2165
|
+
get form(): HTMLFormElement | null;
|
|
2166
|
+
get validationMessage(): string;
|
|
2167
|
+
get willValidate(): boolean;
|
|
2168
|
+
get labels(): ReadonlyArray<Node>;
|
|
2013
2169
|
dirtyValue: boolean;
|
|
2014
|
-
proxySlot?: HTMLSlotElement
|
|
2170
|
+
proxySlot?: HTMLSlotElement;
|
|
2015
2171
|
value: string;
|
|
2016
2172
|
valueChanged(_previous: string, _next: string): void;
|
|
2017
|
-
currentValue: string;
|
|
2173
|
+
get currentValue(): string;
|
|
2174
|
+
set currentValue(value: string);
|
|
2018
2175
|
initialValue: string;
|
|
2019
2176
|
initialValueChanged(_previous: string, _next: string): void;
|
|
2020
2177
|
disabled: boolean;
|
|
@@ -2023,25 +2180,26 @@ declare const TextArea_base: {
|
|
|
2023
2180
|
nameChanged(_previous: string, _next: string): void;
|
|
2024
2181
|
required: boolean;
|
|
2025
2182
|
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
2026
|
-
|
|
2183
|
+
get elementInternals(): ElementInternals | null;
|
|
2027
2184
|
proxyEventsToBlock: string[];
|
|
2028
2185
|
checkValidity(): boolean;
|
|
2029
2186
|
reportValidity(): boolean;
|
|
2030
|
-
setValidity(flags: ValidityStateFlags, message?: string
|
|
2187
|
+
setValidity(flags: ValidityStateFlags, message?: string, anchor?: HTMLElement): void;
|
|
2031
2188
|
formDisabledCallback(disabled: boolean): void;
|
|
2032
2189
|
proxyInitialized: boolean;
|
|
2033
2190
|
attachProxy(): void;
|
|
2034
2191
|
detachProxy(): void;
|
|
2035
|
-
setFormValue(value:
|
|
2192
|
+
setFormValue(value: File | string | FormData | null, state?: File | string | FormData | null): void;
|
|
2036
2193
|
_keypressHandler(e: KeyboardEvent): void;
|
|
2037
2194
|
stopPropagation(e: Event): void;
|
|
2038
|
-
_vividAriaBehaviour: import(
|
|
2039
|
-
readonly $fastController: import(
|
|
2040
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
2195
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
2196
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
2197
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
2041
2198
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
2042
2199
|
accessKey: string;
|
|
2043
2200
|
readonly accessKeyLabel: string;
|
|
2044
2201
|
autocapitalize: string;
|
|
2202
|
+
autocorrect: boolean;
|
|
2045
2203
|
dir: string;
|
|
2046
2204
|
draggable: boolean;
|
|
2047
2205
|
hidden: boolean;
|
|
@@ -2054,30 +2212,39 @@ declare const TextArea_base: {
|
|
|
2054
2212
|
readonly offsetTop: number;
|
|
2055
2213
|
readonly offsetWidth: number;
|
|
2056
2214
|
outerText: string;
|
|
2215
|
+
popover: string | null;
|
|
2057
2216
|
spellcheck: boolean;
|
|
2058
2217
|
title: string;
|
|
2059
2218
|
translate: boolean;
|
|
2219
|
+
writingSuggestions: string;
|
|
2060
2220
|
attachInternals(): ElementInternals;
|
|
2061
2221
|
click(): void;
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2222
|
+
hidePopover(): void;
|
|
2223
|
+
showPopover(): void;
|
|
2224
|
+
togglePopover(options?: boolean): boolean;
|
|
2225
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2226
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
2227
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2228
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
2066
2229
|
readonly attributes: NamedNodeMap;
|
|
2067
|
-
|
|
2230
|
+
get classList(): DOMTokenList;
|
|
2231
|
+
set classList(value: string);
|
|
2068
2232
|
className: string;
|
|
2069
2233
|
readonly clientHeight: number;
|
|
2070
2234
|
readonly clientLeft: number;
|
|
2071
2235
|
readonly clientTop: number;
|
|
2072
2236
|
readonly clientWidth: number;
|
|
2237
|
+
readonly currentCSSZoom: number;
|
|
2073
2238
|
id: string;
|
|
2239
|
+
innerHTML: string;
|
|
2074
2240
|
readonly localName: string;
|
|
2075
2241
|
readonly namespaceURI: string | null;
|
|
2076
2242
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
2077
2243
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
2078
2244
|
outerHTML: string;
|
|
2079
2245
|
readonly ownerDocument: Document;
|
|
2080
|
-
|
|
2246
|
+
get part(): DOMTokenList;
|
|
2247
|
+
set part(value: string);
|
|
2081
2248
|
readonly prefix: string | null;
|
|
2082
2249
|
readonly scrollHeight: number;
|
|
2083
2250
|
scrollLeft: number;
|
|
@@ -2087,11 +2254,12 @@ declare const TextArea_base: {
|
|
|
2087
2254
|
slot: string;
|
|
2088
2255
|
readonly tagName: string;
|
|
2089
2256
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
2090
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
2091
|
-
closest<
|
|
2092
|
-
closest<
|
|
2093
|
-
closest<
|
|
2094
|
-
closest<
|
|
2257
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
2258
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
2259
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
2260
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
2261
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
2262
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
2095
2263
|
getAttribute(qualifiedName: string): string | null;
|
|
2096
2264
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
2097
2265
|
getAttributeNames(): string[];
|
|
@@ -2100,43 +2268,47 @@ declare const TextArea_base: {
|
|
|
2100
2268
|
getBoundingClientRect(): DOMRect;
|
|
2101
2269
|
getClientRects(): DOMRectList;
|
|
2102
2270
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
2103
|
-
getElementsByTagName<
|
|
2104
|
-
getElementsByTagName<
|
|
2105
|
-
getElementsByTagName<
|
|
2106
|
-
getElementsByTagName<
|
|
2271
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
2272
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
2273
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
2274
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
2107
2275
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
2108
2276
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
2109
2277
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
2110
2278
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
2111
2279
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
2280
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
2112
2281
|
hasAttribute(qualifiedName: string): boolean;
|
|
2113
2282
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
2114
2283
|
hasAttributes(): boolean;
|
|
2115
2284
|
hasPointerCapture(pointerId: number): boolean;
|
|
2116
2285
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
2117
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
2286
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
2118
2287
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
2119
2288
|
matches(selectors: string): boolean;
|
|
2120
2289
|
releasePointerCapture(pointerId: number): void;
|
|
2121
2290
|
removeAttribute(qualifiedName: string): void;
|
|
2122
2291
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
2123
2292
|
removeAttributeNode(attr: Attr): Attr;
|
|
2124
|
-
requestFullscreen(options?: FullscreenOptions
|
|
2125
|
-
requestPointerLock(): void
|
|
2126
|
-
scroll(options?: ScrollToOptions
|
|
2293
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
2294
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
2295
|
+
scroll(options?: ScrollToOptions): void;
|
|
2127
2296
|
scroll(x: number, y: number): void;
|
|
2128
|
-
scrollBy(options?: ScrollToOptions
|
|
2297
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
2129
2298
|
scrollBy(x: number, y: number): void;
|
|
2130
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
2131
|
-
scrollTo(options?: ScrollToOptions
|
|
2299
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
2300
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
2132
2301
|
scrollTo(x: number, y: number): void;
|
|
2133
2302
|
setAttribute(qualifiedName: string, value: string): void;
|
|
2134
2303
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
2135
2304
|
setAttributeNode(attr: Attr): Attr | null;
|
|
2136
2305
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
2306
|
+
setHTMLUnsafe(html: string): void;
|
|
2137
2307
|
setPointerCapture(pointerId: number): void;
|
|
2138
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
2308
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
2139
2309
|
webkitMatchesSelector(selectors: string): boolean;
|
|
2310
|
+
get textContent(): string;
|
|
2311
|
+
set textContent(value: string | null);
|
|
2140
2312
|
readonly baseURI: string;
|
|
2141
2313
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
2142
2314
|
readonly firstChild: ChildNode | null;
|
|
@@ -2149,22 +2321,21 @@ declare const TextArea_base: {
|
|
|
2149
2321
|
readonly parentElement: HTMLElement | null;
|
|
2150
2322
|
readonly parentNode: ParentNode | null;
|
|
2151
2323
|
readonly previousSibling: ChildNode | null;
|
|
2152
|
-
textContent: string | null;
|
|
2153
2324
|
appendChild<T extends Node>(node: T): T;
|
|
2154
|
-
cloneNode(
|
|
2325
|
+
cloneNode(subtree?: boolean): Node;
|
|
2155
2326
|
compareDocumentPosition(other: Node): number;
|
|
2156
2327
|
contains(other: Node | null): boolean;
|
|
2157
|
-
getRootNode(options?: GetRootNodeOptions
|
|
2328
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
2158
2329
|
hasChildNodes(): boolean;
|
|
2159
|
-
insertBefore<
|
|
2330
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
2160
2331
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
2161
2332
|
isEqualNode(otherNode: Node | null): boolean;
|
|
2162
2333
|
isSameNode(otherNode: Node | null): boolean;
|
|
2163
2334
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
2164
2335
|
lookupPrefix(namespace: string | null): string | null;
|
|
2165
2336
|
normalize(): void;
|
|
2166
|
-
removeChild<
|
|
2167
|
-
replaceChild<
|
|
2337
|
+
removeChild<T extends Node>(child: T): T;
|
|
2338
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
2168
2339
|
readonly ELEMENT_NODE: 1;
|
|
2169
2340
|
readonly ATTRIBUTE_NODE: 2;
|
|
2170
2341
|
readonly TEXT_NODE: 3;
|
|
@@ -2184,35 +2355,49 @@ declare const TextArea_base: {
|
|
|
2184
2355
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
2185
2356
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
2186
2357
|
dispatchEvent(event: Event): boolean;
|
|
2358
|
+
ariaActiveDescendantElement: Element | null;
|
|
2187
2359
|
ariaAtomic: string | null;
|
|
2188
2360
|
ariaAutoComplete: string | null;
|
|
2361
|
+
ariaBrailleLabel: string | null;
|
|
2362
|
+
ariaBrailleRoleDescription: string | null;
|
|
2189
2363
|
ariaBusy: string | null;
|
|
2190
2364
|
ariaChecked: string | null;
|
|
2191
2365
|
ariaColCount: string | null;
|
|
2192
2366
|
ariaColIndex: string | null;
|
|
2367
|
+
ariaColIndexText: string | null;
|
|
2193
2368
|
ariaColSpan: string | null;
|
|
2369
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
2194
2370
|
ariaCurrent: string | null;
|
|
2371
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
2372
|
+
ariaDescription: string | null;
|
|
2373
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
2195
2374
|
ariaDisabled: string | null;
|
|
2375
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
2196
2376
|
ariaExpanded: string | null;
|
|
2377
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
2197
2378
|
ariaHasPopup: string | null;
|
|
2198
2379
|
ariaHidden: string | null;
|
|
2199
2380
|
ariaInvalid: string | null;
|
|
2200
2381
|
ariaKeyShortcuts: string | null;
|
|
2201
2382
|
ariaLabel: string | null;
|
|
2383
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
2202
2384
|
ariaLevel: string | null;
|
|
2203
2385
|
ariaLive: string | null;
|
|
2204
2386
|
ariaModal: string | null;
|
|
2205
2387
|
ariaMultiLine: string | null;
|
|
2206
2388
|
ariaMultiSelectable: string | null;
|
|
2207
2389
|
ariaOrientation: string | null;
|
|
2390
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
2208
2391
|
ariaPlaceholder: string | null;
|
|
2209
2392
|
ariaPosInSet: string | null;
|
|
2210
2393
|
ariaPressed: string | null;
|
|
2211
2394
|
ariaReadOnly: string | null;
|
|
2395
|
+
ariaRelevant: string | null;
|
|
2212
2396
|
ariaRequired: string | null;
|
|
2213
2397
|
ariaRoleDescription: string | null;
|
|
2214
2398
|
ariaRowCount: string | null;
|
|
2215
2399
|
ariaRowIndex: string | null;
|
|
2400
|
+
ariaRowIndexText: string | null;
|
|
2216
2401
|
ariaRowSpan: string | null;
|
|
2217
2402
|
ariaSelected: string | null;
|
|
2218
2403
|
ariaSetSize: string | null;
|
|
@@ -2222,34 +2407,35 @@ declare const TextArea_base: {
|
|
|
2222
2407
|
ariaValueNow: string | null;
|
|
2223
2408
|
ariaValueText: string | null;
|
|
2224
2409
|
role: string | null;
|
|
2225
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
2226
|
-
getAnimations(options?: GetAnimationsOptions
|
|
2227
|
-
after(...nodes: (
|
|
2228
|
-
before(...nodes: (
|
|
2410
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
2411
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
2412
|
+
after(...nodes: (Node | string)[]): void;
|
|
2413
|
+
before(...nodes: (Node | string)[]): void;
|
|
2229
2414
|
remove(): void;
|
|
2230
|
-
replaceWith(...nodes: (
|
|
2231
|
-
innerHTML: string;
|
|
2415
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
2232
2416
|
readonly nextElementSibling: Element | null;
|
|
2233
2417
|
readonly previousElementSibling: Element | null;
|
|
2234
2418
|
readonly childElementCount: number;
|
|
2235
2419
|
readonly children: HTMLCollection;
|
|
2236
2420
|
readonly firstElementChild: Element | null;
|
|
2237
2421
|
readonly lastElementChild: Element | null;
|
|
2238
|
-
append(...nodes: (
|
|
2239
|
-
prepend(...nodes: (
|
|
2240
|
-
querySelector<
|
|
2241
|
-
querySelector<
|
|
2242
|
-
querySelector<
|
|
2243
|
-
querySelector<
|
|
2244
|
-
querySelector<
|
|
2245
|
-
querySelectorAll<
|
|
2246
|
-
querySelectorAll<
|
|
2247
|
-
querySelectorAll<
|
|
2248
|
-
querySelectorAll<
|
|
2249
|
-
querySelectorAll<
|
|
2250
|
-
replaceChildren(...nodes: (
|
|
2422
|
+
append(...nodes: (Node | string)[]): void;
|
|
2423
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
2424
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
2425
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
2426
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
2427
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
2428
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
2429
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
2430
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
2431
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
2432
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
2433
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
2434
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
2251
2435
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
2252
|
-
readonly
|
|
2436
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
2437
|
+
get style(): CSSStyleDeclaration;
|
|
2438
|
+
set style(cssText: string);
|
|
2253
2439
|
contentEditable: string;
|
|
2254
2440
|
enterKeyHint: string;
|
|
2255
2441
|
inputMode: string;
|
|
@@ -2259,16 +2445,20 @@ declare const TextArea_base: {
|
|
|
2259
2445
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2260
2446
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2261
2447
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2262
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
2448
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2263
2449
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
2450
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2451
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
2264
2452
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
2265
2453
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2266
2454
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2267
2455
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2268
2456
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2269
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
2457
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2270
2458
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2271
|
-
|
|
2459
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2460
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2461
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2272
2462
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
2273
2463
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2274
2464
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -2315,12 +2505,14 @@ declare const TextArea_base: {
|
|
|
2315
2505
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2316
2506
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2317
2507
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2508
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2318
2509
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2319
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
2510
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
2320
2511
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2321
2512
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2322
2513
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
2323
2514
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2515
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2324
2516
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
2325
2517
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2326
2518
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -2332,7 +2524,7 @@ declare const TextArea_base: {
|
|
|
2332
2524
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
2333
2525
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2334
2526
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2335
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
2527
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
2336
2528
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2337
2529
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2338
2530
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -2350,14 +2542,10 @@ declare const TextArea_base: {
|
|
|
2350
2542
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
2351
2543
|
autofocus: boolean;
|
|
2352
2544
|
readonly dataset: DOMStringMap;
|
|
2353
|
-
nonce?: string
|
|
2545
|
+
nonce?: string;
|
|
2354
2546
|
tabIndex: number;
|
|
2355
2547
|
blur(): void;
|
|
2356
|
-
focus(options?: FocusOptions
|
|
2357
|
-
ariaColIndexText: string | null;
|
|
2358
|
-
ariaDescription: string | null;
|
|
2359
|
-
ariaRowIndexText: string | null;
|
|
2360
|
-
ariaRelevant: string | null;
|
|
2548
|
+
focus(options?: FocusOptions): void;
|
|
2361
2549
|
roleChanged(prev: string | null, next: string | null): void;
|
|
2362
2550
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
2363
2551
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -2400,7 +2588,7 @@ declare const TextArea_base: {
|
|
|
2400
2588
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
2401
2589
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
2402
2590
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
2403
|
-
"__#
|
|
2591
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
2404
2592
|
newPropertyName: string;
|
|
2405
2593
|
deprecatedPropertyName: string;
|
|
2406
2594
|
fromDeprecated: (v: any) => any;
|
|
@@ -2411,13 +2599,14 @@ declare const TextArea_base: {
|
|
|
2411
2599
|
new (...args: any[]): {
|
|
2412
2600
|
_vividAriaBehaviour: "delegate";
|
|
2413
2601
|
connectedCallback(): void;
|
|
2414
|
-
readonly $fastController: import(
|
|
2415
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
2602
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
2603
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
2416
2604
|
disconnectedCallback(): void;
|
|
2417
2605
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
2418
2606
|
accessKey: string;
|
|
2419
2607
|
readonly accessKeyLabel: string;
|
|
2420
2608
|
autocapitalize: string;
|
|
2609
|
+
autocorrect: boolean;
|
|
2421
2610
|
dir: string;
|
|
2422
2611
|
draggable: boolean;
|
|
2423
2612
|
hidden: boolean;
|
|
@@ -2430,30 +2619,39 @@ declare const TextArea_base: {
|
|
|
2430
2619
|
readonly offsetTop: number;
|
|
2431
2620
|
readonly offsetWidth: number;
|
|
2432
2621
|
outerText: string;
|
|
2622
|
+
popover: string | null;
|
|
2433
2623
|
spellcheck: boolean;
|
|
2434
2624
|
title: string;
|
|
2435
2625
|
translate: boolean;
|
|
2626
|
+
writingSuggestions: string;
|
|
2436
2627
|
attachInternals(): ElementInternals;
|
|
2437
2628
|
click(): void;
|
|
2438
|
-
|
|
2439
|
-
|
|
2440
|
-
|
|
2441
|
-
|
|
2629
|
+
hidePopover(): void;
|
|
2630
|
+
showPopover(): void;
|
|
2631
|
+
togglePopover(options?: boolean): boolean;
|
|
2632
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2633
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
2634
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2635
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
2442
2636
|
readonly attributes: NamedNodeMap;
|
|
2443
|
-
|
|
2637
|
+
get classList(): DOMTokenList;
|
|
2638
|
+
set classList(value: string);
|
|
2444
2639
|
className: string;
|
|
2445
2640
|
readonly clientHeight: number;
|
|
2446
2641
|
readonly clientLeft: number;
|
|
2447
2642
|
readonly clientTop: number;
|
|
2448
2643
|
readonly clientWidth: number;
|
|
2644
|
+
readonly currentCSSZoom: number;
|
|
2449
2645
|
id: string;
|
|
2646
|
+
innerHTML: string;
|
|
2450
2647
|
readonly localName: string;
|
|
2451
2648
|
readonly namespaceURI: string | null;
|
|
2452
2649
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
2453
2650
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
2454
2651
|
outerHTML: string;
|
|
2455
2652
|
readonly ownerDocument: Document;
|
|
2456
|
-
|
|
2653
|
+
get part(): DOMTokenList;
|
|
2654
|
+
set part(value: string);
|
|
2457
2655
|
readonly prefix: string | null;
|
|
2458
2656
|
readonly scrollHeight: number;
|
|
2459
2657
|
scrollLeft: number;
|
|
@@ -2463,11 +2661,12 @@ declare const TextArea_base: {
|
|
|
2463
2661
|
slot: string;
|
|
2464
2662
|
readonly tagName: string;
|
|
2465
2663
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
2466
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
2467
|
-
closest<
|
|
2468
|
-
closest<
|
|
2469
|
-
closest<
|
|
2470
|
-
closest<
|
|
2664
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
2665
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
2666
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
2667
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
2668
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
2669
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
2471
2670
|
getAttribute(qualifiedName: string): string | null;
|
|
2472
2671
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
2473
2672
|
getAttributeNames(): string[];
|
|
@@ -2476,43 +2675,47 @@ declare const TextArea_base: {
|
|
|
2476
2675
|
getBoundingClientRect(): DOMRect;
|
|
2477
2676
|
getClientRects(): DOMRectList;
|
|
2478
2677
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
2479
|
-
getElementsByTagName<
|
|
2480
|
-
getElementsByTagName<
|
|
2481
|
-
getElementsByTagName<
|
|
2482
|
-
getElementsByTagName<
|
|
2678
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
2679
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
2680
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
2681
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
2483
2682
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
2484
2683
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
2485
2684
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
2486
2685
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
2487
2686
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
2687
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
2488
2688
|
hasAttribute(qualifiedName: string): boolean;
|
|
2489
2689
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
2490
2690
|
hasAttributes(): boolean;
|
|
2491
2691
|
hasPointerCapture(pointerId: number): boolean;
|
|
2492
2692
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
2493
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
2693
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
2494
2694
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
2495
2695
|
matches(selectors: string): boolean;
|
|
2496
2696
|
releasePointerCapture(pointerId: number): void;
|
|
2497
2697
|
removeAttribute(qualifiedName: string): void;
|
|
2498
2698
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
2499
2699
|
removeAttributeNode(attr: Attr): Attr;
|
|
2500
|
-
requestFullscreen(options?: FullscreenOptions
|
|
2501
|
-
requestPointerLock(): void
|
|
2502
|
-
scroll(options?: ScrollToOptions
|
|
2700
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
2701
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
2702
|
+
scroll(options?: ScrollToOptions): void;
|
|
2503
2703
|
scroll(x: number, y: number): void;
|
|
2504
|
-
scrollBy(options?: ScrollToOptions
|
|
2704
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
2505
2705
|
scrollBy(x: number, y: number): void;
|
|
2506
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
2507
|
-
scrollTo(options?: ScrollToOptions
|
|
2706
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
2707
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
2508
2708
|
scrollTo(x: number, y: number): void;
|
|
2509
2709
|
setAttribute(qualifiedName: string, value: string): void;
|
|
2510
2710
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
2511
2711
|
setAttributeNode(attr: Attr): Attr | null;
|
|
2512
2712
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
2713
|
+
setHTMLUnsafe(html: string): void;
|
|
2513
2714
|
setPointerCapture(pointerId: number): void;
|
|
2514
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
2715
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
2515
2716
|
webkitMatchesSelector(selectors: string): boolean;
|
|
2717
|
+
get textContent(): string;
|
|
2718
|
+
set textContent(value: string | null);
|
|
2516
2719
|
readonly baseURI: string;
|
|
2517
2720
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
2518
2721
|
readonly firstChild: ChildNode | null;
|
|
@@ -2525,22 +2728,21 @@ declare const TextArea_base: {
|
|
|
2525
2728
|
readonly parentElement: HTMLElement | null;
|
|
2526
2729
|
readonly parentNode: ParentNode | null;
|
|
2527
2730
|
readonly previousSibling: ChildNode | null;
|
|
2528
|
-
textContent: string | null;
|
|
2529
2731
|
appendChild<T extends Node>(node: T): T;
|
|
2530
|
-
cloneNode(
|
|
2732
|
+
cloneNode(subtree?: boolean): Node;
|
|
2531
2733
|
compareDocumentPosition(other: Node): number;
|
|
2532
2734
|
contains(other: Node | null): boolean;
|
|
2533
|
-
getRootNode(options?: GetRootNodeOptions
|
|
2735
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
2534
2736
|
hasChildNodes(): boolean;
|
|
2535
|
-
insertBefore<
|
|
2737
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
2536
2738
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
2537
2739
|
isEqualNode(otherNode: Node | null): boolean;
|
|
2538
2740
|
isSameNode(otherNode: Node | null): boolean;
|
|
2539
2741
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
2540
2742
|
lookupPrefix(namespace: string | null): string | null;
|
|
2541
2743
|
normalize(): void;
|
|
2542
|
-
removeChild<
|
|
2543
|
-
replaceChild<
|
|
2744
|
+
removeChild<T extends Node>(child: T): T;
|
|
2745
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
2544
2746
|
readonly ELEMENT_NODE: 1;
|
|
2545
2747
|
readonly ATTRIBUTE_NODE: 2;
|
|
2546
2748
|
readonly TEXT_NODE: 3;
|
|
@@ -2560,35 +2762,49 @@ declare const TextArea_base: {
|
|
|
2560
2762
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
2561
2763
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
2562
2764
|
dispatchEvent(event: Event): boolean;
|
|
2765
|
+
ariaActiveDescendantElement: Element | null;
|
|
2563
2766
|
ariaAtomic: string | null;
|
|
2564
2767
|
ariaAutoComplete: string | null;
|
|
2768
|
+
ariaBrailleLabel: string | null;
|
|
2769
|
+
ariaBrailleRoleDescription: string | null;
|
|
2565
2770
|
ariaBusy: string | null;
|
|
2566
2771
|
ariaChecked: string | null;
|
|
2567
2772
|
ariaColCount: string | null;
|
|
2568
2773
|
ariaColIndex: string | null;
|
|
2774
|
+
ariaColIndexText: string | null;
|
|
2569
2775
|
ariaColSpan: string | null;
|
|
2776
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
2570
2777
|
ariaCurrent: string | null;
|
|
2778
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
2779
|
+
ariaDescription: string | null;
|
|
2780
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
2571
2781
|
ariaDisabled: string | null;
|
|
2782
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
2572
2783
|
ariaExpanded: string | null;
|
|
2784
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
2573
2785
|
ariaHasPopup: string | null;
|
|
2574
2786
|
ariaHidden: string | null;
|
|
2575
2787
|
ariaInvalid: string | null;
|
|
2576
2788
|
ariaKeyShortcuts: string | null;
|
|
2577
2789
|
ariaLabel: string | null;
|
|
2790
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
2578
2791
|
ariaLevel: string | null;
|
|
2579
2792
|
ariaLive: string | null;
|
|
2580
2793
|
ariaModal: string | null;
|
|
2581
2794
|
ariaMultiLine: string | null;
|
|
2582
2795
|
ariaMultiSelectable: string | null;
|
|
2583
2796
|
ariaOrientation: string | null;
|
|
2797
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
2584
2798
|
ariaPlaceholder: string | null;
|
|
2585
2799
|
ariaPosInSet: string | null;
|
|
2586
2800
|
ariaPressed: string | null;
|
|
2587
2801
|
ariaReadOnly: string | null;
|
|
2802
|
+
ariaRelevant: string | null;
|
|
2588
2803
|
ariaRequired: string | null;
|
|
2589
2804
|
ariaRoleDescription: string | null;
|
|
2590
2805
|
ariaRowCount: string | null;
|
|
2591
2806
|
ariaRowIndex: string | null;
|
|
2807
|
+
ariaRowIndexText: string | null;
|
|
2592
2808
|
ariaRowSpan: string | null;
|
|
2593
2809
|
ariaSelected: string | null;
|
|
2594
2810
|
ariaSetSize: string | null;
|
|
@@ -2598,34 +2814,35 @@ declare const TextArea_base: {
|
|
|
2598
2814
|
ariaValueNow: string | null;
|
|
2599
2815
|
ariaValueText: string | null;
|
|
2600
2816
|
role: string | null;
|
|
2601
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
2602
|
-
getAnimations(options?: GetAnimationsOptions
|
|
2603
|
-
after(...nodes: (
|
|
2604
|
-
before(...nodes: (
|
|
2817
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
2818
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
2819
|
+
after(...nodes: (Node | string)[]): void;
|
|
2820
|
+
before(...nodes: (Node | string)[]): void;
|
|
2605
2821
|
remove(): void;
|
|
2606
|
-
replaceWith(...nodes: (
|
|
2607
|
-
innerHTML: string;
|
|
2822
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
2608
2823
|
readonly nextElementSibling: Element | null;
|
|
2609
2824
|
readonly previousElementSibling: Element | null;
|
|
2610
2825
|
readonly childElementCount: number;
|
|
2611
2826
|
readonly children: HTMLCollection;
|
|
2612
2827
|
readonly firstElementChild: Element | null;
|
|
2613
2828
|
readonly lastElementChild: Element | null;
|
|
2614
|
-
append(...nodes: (
|
|
2615
|
-
prepend(...nodes: (
|
|
2616
|
-
querySelector<
|
|
2617
|
-
querySelector<
|
|
2618
|
-
querySelector<
|
|
2619
|
-
querySelector<
|
|
2620
|
-
querySelector<
|
|
2621
|
-
querySelectorAll<
|
|
2622
|
-
querySelectorAll<
|
|
2623
|
-
querySelectorAll<
|
|
2624
|
-
querySelectorAll<
|
|
2625
|
-
querySelectorAll<
|
|
2626
|
-
replaceChildren(...nodes: (
|
|
2829
|
+
append(...nodes: (Node | string)[]): void;
|
|
2830
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
2831
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
2832
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
2833
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
2834
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
2835
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
2836
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
2837
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
2838
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
2839
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
2840
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
2841
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
2627
2842
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
2628
|
-
readonly
|
|
2843
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
2844
|
+
get style(): CSSStyleDeclaration;
|
|
2845
|
+
set style(cssText: string);
|
|
2629
2846
|
contentEditable: string;
|
|
2630
2847
|
enterKeyHint: string;
|
|
2631
2848
|
inputMode: string;
|
|
@@ -2635,16 +2852,20 @@ declare const TextArea_base: {
|
|
|
2635
2852
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2636
2853
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2637
2854
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2638
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
2855
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2639
2856
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
2857
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2858
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
2640
2859
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
2641
2860
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2642
2861
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2643
2862
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2644
2863
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2645
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
2864
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2646
2865
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2647
|
-
|
|
2866
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2867
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2868
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2648
2869
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
2649
2870
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2650
2871
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -2691,12 +2912,14 @@ declare const TextArea_base: {
|
|
|
2691
2912
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2692
2913
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2693
2914
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2915
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2694
2916
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2695
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
2917
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
2696
2918
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2697
2919
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2698
2920
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
2699
2921
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2922
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2700
2923
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
2701
2924
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2702
2925
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -2708,7 +2931,7 @@ declare const TextArea_base: {
|
|
|
2708
2931
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
2709
2932
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2710
2933
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2711
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
2934
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
2712
2935
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2713
2936
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2714
2937
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -2726,14 +2949,10 @@ declare const TextArea_base: {
|
|
|
2726
2949
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
2727
2950
|
autofocus: boolean;
|
|
2728
2951
|
readonly dataset: DOMStringMap;
|
|
2729
|
-
nonce?: string
|
|
2952
|
+
nonce?: string;
|
|
2730
2953
|
tabIndex: number;
|
|
2731
2954
|
blur(): void;
|
|
2732
|
-
focus(options?: FocusOptions
|
|
2733
|
-
ariaColIndexText: string | null;
|
|
2734
|
-
ariaDescription: string | null;
|
|
2735
|
-
ariaRowIndexText: string | null;
|
|
2736
|
-
ariaRelevant: string | null;
|
|
2955
|
+
focus(options?: FocusOptions): void;
|
|
2737
2956
|
roleChanged(prev: string | null, next: string | null): void;
|
|
2738
2957
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
2739
2958
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -2776,7 +2995,7 @@ declare const TextArea_base: {
|
|
|
2776
2995
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
2777
2996
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
2778
2997
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
2779
|
-
"__#
|
|
2998
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
2780
2999
|
newPropertyName: string;
|
|
2781
3000
|
deprecatedPropertyName: string;
|
|
2782
3001
|
fromDeprecated: (v: any) => any;
|
|
@@ -2785,17 +3004,18 @@ declare const TextArea_base: {
|
|
|
2785
3004
|
};
|
|
2786
3005
|
} & {
|
|
2787
3006
|
new (...args: any[]): {
|
|
2788
|
-
proxy: import(
|
|
2789
|
-
|
|
2790
|
-
|
|
2791
|
-
|
|
2792
|
-
|
|
2793
|
-
|
|
3007
|
+
proxy: import('../../shared/foundation/form-associated/form-associated').ProxyElement;
|
|
3008
|
+
get validity(): ValidityState;
|
|
3009
|
+
get form(): HTMLFormElement | null;
|
|
3010
|
+
get validationMessage(): string;
|
|
3011
|
+
get willValidate(): boolean;
|
|
3012
|
+
get labels(): ReadonlyArray<Node>;
|
|
2794
3013
|
dirtyValue: boolean;
|
|
2795
|
-
proxySlot?: HTMLSlotElement
|
|
3014
|
+
proxySlot?: HTMLSlotElement;
|
|
2796
3015
|
value: string;
|
|
2797
3016
|
valueChanged(_previous: string, _next: string): void;
|
|
2798
|
-
currentValue: string;
|
|
3017
|
+
get currentValue(): string;
|
|
3018
|
+
set currentValue(value: string);
|
|
2799
3019
|
initialValue: string;
|
|
2800
3020
|
initialValueChanged(_previous: string, _next: string): void;
|
|
2801
3021
|
disabled: boolean;
|
|
@@ -2804,29 +3024,30 @@ declare const TextArea_base: {
|
|
|
2804
3024
|
nameChanged(_previous: string, _next: string): void;
|
|
2805
3025
|
required: boolean;
|
|
2806
3026
|
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
2807
|
-
|
|
3027
|
+
get elementInternals(): ElementInternals | null;
|
|
2808
3028
|
proxyEventsToBlock: string[];
|
|
2809
3029
|
connectedCallback(): void;
|
|
2810
3030
|
disconnectedCallback(): void;
|
|
2811
3031
|
checkValidity(): boolean;
|
|
2812
3032
|
reportValidity(): boolean;
|
|
2813
|
-
setValidity(flags: ValidityStateFlags, message?: string
|
|
3033
|
+
setValidity(flags: ValidityStateFlags, message?: string, anchor?: HTMLElement): void;
|
|
2814
3034
|
formDisabledCallback(disabled: boolean): void;
|
|
2815
3035
|
formResetCallback(): void;
|
|
2816
3036
|
proxyInitialized: boolean;
|
|
2817
3037
|
attachProxy(): void;
|
|
2818
3038
|
detachProxy(): void;
|
|
2819
|
-
validate(anchor?: HTMLElement
|
|
2820
|
-
setFormValue(value:
|
|
3039
|
+
validate(anchor?: HTMLElement): void;
|
|
3040
|
+
setFormValue(value: File | string | FormData | null, state?: File | string | FormData | null): void;
|
|
2821
3041
|
_keypressHandler(e: KeyboardEvent): void;
|
|
2822
3042
|
stopPropagation(e: Event): void;
|
|
2823
|
-
_vividAriaBehaviour: import(
|
|
2824
|
-
readonly $fastController: import(
|
|
2825
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
3043
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
3044
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
3045
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
2826
3046
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
2827
3047
|
accessKey: string;
|
|
2828
3048
|
readonly accessKeyLabel: string;
|
|
2829
3049
|
autocapitalize: string;
|
|
3050
|
+
autocorrect: boolean;
|
|
2830
3051
|
dir: string;
|
|
2831
3052
|
draggable: boolean;
|
|
2832
3053
|
hidden: boolean;
|
|
@@ -2839,30 +3060,39 @@ declare const TextArea_base: {
|
|
|
2839
3060
|
readonly offsetTop: number;
|
|
2840
3061
|
readonly offsetWidth: number;
|
|
2841
3062
|
outerText: string;
|
|
3063
|
+
popover: string | null;
|
|
2842
3064
|
spellcheck: boolean;
|
|
2843
3065
|
title: string;
|
|
2844
3066
|
translate: boolean;
|
|
3067
|
+
writingSuggestions: string;
|
|
2845
3068
|
attachInternals(): ElementInternals;
|
|
2846
3069
|
click(): void;
|
|
2847
|
-
|
|
2848
|
-
|
|
2849
|
-
|
|
2850
|
-
|
|
3070
|
+
hidePopover(): void;
|
|
3071
|
+
showPopover(): void;
|
|
3072
|
+
togglePopover(options?: boolean): boolean;
|
|
3073
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3074
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
3075
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
3076
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
2851
3077
|
readonly attributes: NamedNodeMap;
|
|
2852
|
-
|
|
3078
|
+
get classList(): DOMTokenList;
|
|
3079
|
+
set classList(value: string);
|
|
2853
3080
|
className: string;
|
|
2854
3081
|
readonly clientHeight: number;
|
|
2855
3082
|
readonly clientLeft: number;
|
|
2856
3083
|
readonly clientTop: number;
|
|
2857
3084
|
readonly clientWidth: number;
|
|
3085
|
+
readonly currentCSSZoom: number;
|
|
2858
3086
|
id: string;
|
|
3087
|
+
innerHTML: string;
|
|
2859
3088
|
readonly localName: string;
|
|
2860
3089
|
readonly namespaceURI: string | null;
|
|
2861
3090
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
2862
3091
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
2863
3092
|
outerHTML: string;
|
|
2864
3093
|
readonly ownerDocument: Document;
|
|
2865
|
-
|
|
3094
|
+
get part(): DOMTokenList;
|
|
3095
|
+
set part(value: string);
|
|
2866
3096
|
readonly prefix: string | null;
|
|
2867
3097
|
readonly scrollHeight: number;
|
|
2868
3098
|
scrollLeft: number;
|
|
@@ -2872,11 +3102,12 @@ declare const TextArea_base: {
|
|
|
2872
3102
|
slot: string;
|
|
2873
3103
|
readonly tagName: string;
|
|
2874
3104
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
2875
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
2876
|
-
closest<
|
|
2877
|
-
closest<
|
|
2878
|
-
closest<
|
|
2879
|
-
closest<
|
|
3105
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
3106
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
3107
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
3108
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
3109
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
3110
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
2880
3111
|
getAttribute(qualifiedName: string): string | null;
|
|
2881
3112
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
2882
3113
|
getAttributeNames(): string[];
|
|
@@ -2885,43 +3116,47 @@ declare const TextArea_base: {
|
|
|
2885
3116
|
getBoundingClientRect(): DOMRect;
|
|
2886
3117
|
getClientRects(): DOMRectList;
|
|
2887
3118
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
2888
|
-
getElementsByTagName<
|
|
2889
|
-
getElementsByTagName<
|
|
2890
|
-
getElementsByTagName<
|
|
2891
|
-
getElementsByTagName<
|
|
3119
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
3120
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
3121
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
3122
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
2892
3123
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
2893
3124
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
2894
3125
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
2895
3126
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
2896
3127
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
3128
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
2897
3129
|
hasAttribute(qualifiedName: string): boolean;
|
|
2898
3130
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
2899
3131
|
hasAttributes(): boolean;
|
|
2900
3132
|
hasPointerCapture(pointerId: number): boolean;
|
|
2901
3133
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
2902
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
3134
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
2903
3135
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
2904
3136
|
matches(selectors: string): boolean;
|
|
2905
3137
|
releasePointerCapture(pointerId: number): void;
|
|
2906
3138
|
removeAttribute(qualifiedName: string): void;
|
|
2907
3139
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
2908
3140
|
removeAttributeNode(attr: Attr): Attr;
|
|
2909
|
-
requestFullscreen(options?: FullscreenOptions
|
|
2910
|
-
requestPointerLock(): void
|
|
2911
|
-
scroll(options?: ScrollToOptions
|
|
3141
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
3142
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
3143
|
+
scroll(options?: ScrollToOptions): void;
|
|
2912
3144
|
scroll(x: number, y: number): void;
|
|
2913
|
-
scrollBy(options?: ScrollToOptions
|
|
3145
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
2914
3146
|
scrollBy(x: number, y: number): void;
|
|
2915
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
2916
|
-
scrollTo(options?: ScrollToOptions
|
|
3147
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
3148
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
2917
3149
|
scrollTo(x: number, y: number): void;
|
|
2918
3150
|
setAttribute(qualifiedName: string, value: string): void;
|
|
2919
3151
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
2920
3152
|
setAttributeNode(attr: Attr): Attr | null;
|
|
2921
3153
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
3154
|
+
setHTMLUnsafe(html: string): void;
|
|
2922
3155
|
setPointerCapture(pointerId: number): void;
|
|
2923
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
3156
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
2924
3157
|
webkitMatchesSelector(selectors: string): boolean;
|
|
3158
|
+
get textContent(): string;
|
|
3159
|
+
set textContent(value: string | null);
|
|
2925
3160
|
readonly baseURI: string;
|
|
2926
3161
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
2927
3162
|
readonly firstChild: ChildNode | null;
|
|
@@ -2934,22 +3169,21 @@ declare const TextArea_base: {
|
|
|
2934
3169
|
readonly parentElement: HTMLElement | null;
|
|
2935
3170
|
readonly parentNode: ParentNode | null;
|
|
2936
3171
|
readonly previousSibling: ChildNode | null;
|
|
2937
|
-
textContent: string | null;
|
|
2938
3172
|
appendChild<T extends Node>(node: T): T;
|
|
2939
|
-
cloneNode(
|
|
3173
|
+
cloneNode(subtree?: boolean): Node;
|
|
2940
3174
|
compareDocumentPosition(other: Node): number;
|
|
2941
3175
|
contains(other: Node | null): boolean;
|
|
2942
|
-
getRootNode(options?: GetRootNodeOptions
|
|
3176
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
2943
3177
|
hasChildNodes(): boolean;
|
|
2944
|
-
insertBefore<
|
|
3178
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
2945
3179
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
2946
3180
|
isEqualNode(otherNode: Node | null): boolean;
|
|
2947
3181
|
isSameNode(otherNode: Node | null): boolean;
|
|
2948
3182
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
2949
3183
|
lookupPrefix(namespace: string | null): string | null;
|
|
2950
3184
|
normalize(): void;
|
|
2951
|
-
removeChild<
|
|
2952
|
-
replaceChild<
|
|
3185
|
+
removeChild<T extends Node>(child: T): T;
|
|
3186
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
2953
3187
|
readonly ELEMENT_NODE: 1;
|
|
2954
3188
|
readonly ATTRIBUTE_NODE: 2;
|
|
2955
3189
|
readonly TEXT_NODE: 3;
|
|
@@ -2969,35 +3203,49 @@ declare const TextArea_base: {
|
|
|
2969
3203
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
2970
3204
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
2971
3205
|
dispatchEvent(event: Event): boolean;
|
|
3206
|
+
ariaActiveDescendantElement: Element | null;
|
|
2972
3207
|
ariaAtomic: string | null;
|
|
2973
3208
|
ariaAutoComplete: string | null;
|
|
3209
|
+
ariaBrailleLabel: string | null;
|
|
3210
|
+
ariaBrailleRoleDescription: string | null;
|
|
2974
3211
|
ariaBusy: string | null;
|
|
2975
3212
|
ariaChecked: string | null;
|
|
2976
3213
|
ariaColCount: string | null;
|
|
2977
3214
|
ariaColIndex: string | null;
|
|
3215
|
+
ariaColIndexText: string | null;
|
|
2978
3216
|
ariaColSpan: string | null;
|
|
3217
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
2979
3218
|
ariaCurrent: string | null;
|
|
3219
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
3220
|
+
ariaDescription: string | null;
|
|
3221
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
2980
3222
|
ariaDisabled: string | null;
|
|
3223
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
2981
3224
|
ariaExpanded: string | null;
|
|
3225
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
2982
3226
|
ariaHasPopup: string | null;
|
|
2983
3227
|
ariaHidden: string | null;
|
|
2984
3228
|
ariaInvalid: string | null;
|
|
2985
3229
|
ariaKeyShortcuts: string | null;
|
|
2986
3230
|
ariaLabel: string | null;
|
|
3231
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
2987
3232
|
ariaLevel: string | null;
|
|
2988
3233
|
ariaLive: string | null;
|
|
2989
3234
|
ariaModal: string | null;
|
|
2990
3235
|
ariaMultiLine: string | null;
|
|
2991
3236
|
ariaMultiSelectable: string | null;
|
|
2992
3237
|
ariaOrientation: string | null;
|
|
3238
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
2993
3239
|
ariaPlaceholder: string | null;
|
|
2994
3240
|
ariaPosInSet: string | null;
|
|
2995
3241
|
ariaPressed: string | null;
|
|
2996
3242
|
ariaReadOnly: string | null;
|
|
3243
|
+
ariaRelevant: string | null;
|
|
2997
3244
|
ariaRequired: string | null;
|
|
2998
3245
|
ariaRoleDescription: string | null;
|
|
2999
3246
|
ariaRowCount: string | null;
|
|
3000
3247
|
ariaRowIndex: string | null;
|
|
3248
|
+
ariaRowIndexText: string | null;
|
|
3001
3249
|
ariaRowSpan: string | null;
|
|
3002
3250
|
ariaSelected: string | null;
|
|
3003
3251
|
ariaSetSize: string | null;
|
|
@@ -3007,34 +3255,35 @@ declare const TextArea_base: {
|
|
|
3007
3255
|
ariaValueNow: string | null;
|
|
3008
3256
|
ariaValueText: string | null;
|
|
3009
3257
|
role: string | null;
|
|
3010
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
3011
|
-
getAnimations(options?: GetAnimationsOptions
|
|
3012
|
-
after(...nodes: (
|
|
3013
|
-
before(...nodes: (
|
|
3258
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
3259
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
3260
|
+
after(...nodes: (Node | string)[]): void;
|
|
3261
|
+
before(...nodes: (Node | string)[]): void;
|
|
3014
3262
|
remove(): void;
|
|
3015
|
-
replaceWith(...nodes: (
|
|
3016
|
-
innerHTML: string;
|
|
3263
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
3017
3264
|
readonly nextElementSibling: Element | null;
|
|
3018
3265
|
readonly previousElementSibling: Element | null;
|
|
3019
3266
|
readonly childElementCount: number;
|
|
3020
3267
|
readonly children: HTMLCollection;
|
|
3021
3268
|
readonly firstElementChild: Element | null;
|
|
3022
3269
|
readonly lastElementChild: Element | null;
|
|
3023
|
-
append(...nodes: (
|
|
3024
|
-
prepend(...nodes: (
|
|
3025
|
-
querySelector<
|
|
3026
|
-
querySelector<
|
|
3027
|
-
querySelector<
|
|
3028
|
-
querySelector<
|
|
3029
|
-
querySelector<
|
|
3030
|
-
querySelectorAll<
|
|
3031
|
-
querySelectorAll<
|
|
3032
|
-
querySelectorAll<
|
|
3033
|
-
querySelectorAll<
|
|
3034
|
-
querySelectorAll<
|
|
3035
|
-
replaceChildren(...nodes: (
|
|
3270
|
+
append(...nodes: (Node | string)[]): void;
|
|
3271
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
3272
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
3273
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
3274
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
3275
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
3276
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
3277
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
3278
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
3279
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
3280
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
3281
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
3282
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
3036
3283
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
3037
|
-
readonly
|
|
3284
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
3285
|
+
get style(): CSSStyleDeclaration;
|
|
3286
|
+
set style(cssText: string);
|
|
3038
3287
|
contentEditable: string;
|
|
3039
3288
|
enterKeyHint: string;
|
|
3040
3289
|
inputMode: string;
|
|
@@ -3044,16 +3293,20 @@ declare const TextArea_base: {
|
|
|
3044
3293
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
3045
3294
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
3046
3295
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
3047
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
3296
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3048
3297
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
3298
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3299
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
3049
3300
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
3050
3301
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3051
3302
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3052
3303
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3053
3304
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3054
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
3305
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3055
3306
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3056
|
-
|
|
3307
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3308
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3309
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3057
3310
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
3058
3311
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3059
3312
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -3100,12 +3353,14 @@ declare const TextArea_base: {
|
|
|
3100
3353
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3101
3354
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3102
3355
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3356
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3103
3357
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3104
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
3358
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
3105
3359
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3106
3360
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3107
3361
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
3108
3362
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3363
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3109
3364
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
3110
3365
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3111
3366
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -3117,7 +3372,7 @@ declare const TextArea_base: {
|
|
|
3117
3372
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
3118
3373
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3119
3374
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3120
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
3375
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
3121
3376
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
3122
3377
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
3123
3378
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -3135,14 +3390,10 @@ declare const TextArea_base: {
|
|
|
3135
3390
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
3136
3391
|
autofocus: boolean;
|
|
3137
3392
|
readonly dataset: DOMStringMap;
|
|
3138
|
-
nonce?: string
|
|
3393
|
+
nonce?: string;
|
|
3139
3394
|
tabIndex: number;
|
|
3140
3395
|
blur(): void;
|
|
3141
|
-
focus(options?: FocusOptions
|
|
3142
|
-
ariaColIndexText: string | null;
|
|
3143
|
-
ariaDescription: string | null;
|
|
3144
|
-
ariaRowIndexText: string | null;
|
|
3145
|
-
ariaRelevant: string | null;
|
|
3396
|
+
focus(options?: FocusOptions): void;
|
|
3146
3397
|
roleChanged(prev: string | null, next: string | null): void;
|
|
3147
3398
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
3148
3399
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -3185,14 +3436,14 @@ declare const TextArea_base: {
|
|
|
3185
3436
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
3186
3437
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
3187
3438
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
3188
|
-
"__#
|
|
3439
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
3189
3440
|
newPropertyName: string;
|
|
3190
3441
|
deprecatedPropertyName: string;
|
|
3191
3442
|
fromDeprecated: (v: any) => any;
|
|
3192
3443
|
toDeprecated?: ((v: any) => any) | undefined;
|
|
3193
3444
|
}): void;
|
|
3194
3445
|
};
|
|
3195
|
-
|
|
3446
|
+
get formAssociated(): boolean;
|
|
3196
3447
|
} & typeof VividElement;
|
|
3197
3448
|
export declare class TextArea extends TextArea_base {
|
|
3198
3449
|
#private;
|