@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,1850 +1,109 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
_currentMonth: import("../../datetime/month").Month;
|
|
8
|
-
readonly _resolvedMinDate: string;
|
|
9
|
-
readonly _resolvedMaxDate: string;
|
|
10
|
-
_isDateInValidRange(date: string): boolean;
|
|
11
|
-
"__#23@#isMonthAfterValidRange"(month: import("../../datetime/month").Month): boolean | "";
|
|
12
|
-
"__#23@#isMonthBeforeValidRange"(month: import("../../datetime/month").Month): boolean | "";
|
|
13
|
-
_isMonthInValidRange(month: import("../../datetime/month").Month): boolean;
|
|
14
|
-
_closePopup(restoreFocusToTextField?: boolean): void;
|
|
15
|
-
_onPickerButtonClick(): void;
|
|
16
|
-
_onTitleActionClick(): void;
|
|
17
|
-
readonly _isPrevYearDisabled: boolean | "";
|
|
18
|
-
_onPrevYearClick(): void;
|
|
19
|
-
readonly _isNextYearDisabled: boolean | "";
|
|
20
|
-
_onNextYearClick(): void;
|
|
21
|
-
readonly _isPrevMonthDisabled: boolean | "";
|
|
22
|
-
_onPrevMonthClick(): void;
|
|
23
|
-
readonly _isNextMonthDisabled: boolean | "";
|
|
24
|
-
_onNextMonthClick(): void;
|
|
25
|
-
_numCalendars: number;
|
|
26
|
-
readonly _segments: import("./calendar-segments/segment").Segment[];
|
|
27
|
-
_hideDatesOutsideMonth: boolean;
|
|
28
|
-
_lastFocussedDate: string | null;
|
|
29
|
-
_isDateSelected(_: string): boolean;
|
|
30
|
-
_isDateAriaSelected(date: string): boolean;
|
|
31
|
-
_isDateInSelectedRange(_: string): boolean;
|
|
32
|
-
_isDateRangeStart(_: string): boolean;
|
|
33
|
-
_isDateRangeEnd(_: string): boolean;
|
|
34
|
-
_getSelectedDates(): string[];
|
|
35
|
-
_onDateMouseEnter(_: string): void;
|
|
36
|
-
_onDateMouseLeave(_: string): void;
|
|
37
|
-
_onDateClick(date: string): void;
|
|
38
|
-
_onDateKeydown(date: string, event: KeyboardEvent): boolean;
|
|
39
|
-
_onDateFocus(date: string): void;
|
|
40
|
-
readonly _tabbableDate: string | null;
|
|
41
|
-
_monthPickerYear: number | null;
|
|
42
|
-
readonly _inMonthPicker: boolean;
|
|
43
|
-
_lastFocussedMonth: import("../../datetime/month").Month | null;
|
|
44
|
-
_onMonthClick(month: import("../../datetime/month").Month): void;
|
|
45
|
-
_onMonthKeydown(month: import("../../datetime/month").Month, event: KeyboardEvent): boolean;
|
|
46
|
-
_onMonthFocus(month: import("../../datetime/month").Month): void;
|
|
47
|
-
readonly _tabbableMonth: import("../../datetime/month").Month | null;
|
|
48
|
-
readOnly: boolean;
|
|
49
|
-
readOnlyChanged(): void;
|
|
50
|
-
_textFieldEl: import("../../..").VwcTextFieldElement;
|
|
51
|
-
_dialogEl: HTMLElement;
|
|
52
|
-
_pickerButtonEl: import("../../..").VwcButtonElement;
|
|
53
|
-
connectedCallback(): void;
|
|
54
|
-
disconnectedCallback(): void;
|
|
55
|
-
"__#22@#onFocusIn": () => void;
|
|
56
|
-
"__#22@#onFocusOut": () => void;
|
|
57
|
-
proxy: HTMLInputElement;
|
|
58
|
-
validate(): void;
|
|
59
|
-
_getCustomValidationError(): string | null;
|
|
60
|
-
"__#22@#localeChangeHandler": {
|
|
61
|
-
handleChange: () => void;
|
|
62
|
-
};
|
|
63
|
-
"__#22@#localeChangeObserver": import("@microsoft/fast-element").ExpressionNotifier<any, any, any>;
|
|
64
|
-
"__#22@#startObservingLocaleChanges"(): void;
|
|
65
|
-
"__#22@#stopObservingLocaleChanges"(): void;
|
|
66
|
-
_popupOpen: boolean;
|
|
67
|
-
"__#22@#dismissOnClickOutside": (event: MouseEvent) => void;
|
|
68
|
-
"__#22@#openPopupIfPossible"(): void;
|
|
69
|
-
_onBaseKeyDown(event: KeyboardEvent): boolean;
|
|
70
|
-
_focusableElsWithinDialog(): NodeListOf<HTMLElement>;
|
|
71
|
-
readonly _dialogLabel: string;
|
|
72
|
-
_presentationValue: string;
|
|
73
|
-
_presentationValueChanged(): void;
|
|
74
|
-
_updatePresentationValue(): void;
|
|
75
|
-
readonly _textFieldPlaceholder: string;
|
|
76
|
-
_textFieldSize?: string | undefined;
|
|
77
|
-
_onTextFieldInput(event: Event): void;
|
|
78
|
-
_onTextFieldChange(): void;
|
|
79
|
-
readonly _pickerButtonLabel: string;
|
|
80
|
-
readonly _pickerButtonIcon: string;
|
|
81
|
-
_onOkClick(): void;
|
|
82
|
-
_onClearClick(): void;
|
|
83
|
-
_contextualHelpSlottedContent?: HTMLElement[] | undefined;
|
|
84
|
-
readonly _hasContextualHelp: boolean;
|
|
85
|
-
_isFromContextualHelp(e: Event): boolean;
|
|
86
|
-
label?: string | undefined;
|
|
87
|
-
errorValidationMessage: string;
|
|
88
|
-
forceErrorDisplay: boolean;
|
|
89
|
-
hasBeenTouched: boolean;
|
|
90
|
-
"__#3@#handleInvalidEvent": (() => void) & (() => void);
|
|
91
|
-
formResetCallback: (() => void) & (() => void) & (() => void) & (() => void);
|
|
92
|
-
readonly validity: ValidityState;
|
|
93
|
-
readonly form: HTMLFormElement | null;
|
|
94
|
-
readonly validationMessage: string;
|
|
95
|
-
readonly willValidate: boolean;
|
|
96
|
-
readonly labels: readonly Node[];
|
|
97
|
-
dirtyValue: boolean;
|
|
98
|
-
proxySlot?: HTMLSlotElement | undefined;
|
|
99
|
-
value: string;
|
|
100
|
-
valueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
101
|
-
currentValue: string;
|
|
102
|
-
initialValue: string;
|
|
103
|
-
initialValueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
104
|
-
disabled: boolean;
|
|
105
|
-
disabledChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
106
|
-
name: string;
|
|
107
|
-
nameChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
108
|
-
required: boolean;
|
|
109
|
-
requiredChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
110
|
-
readonly elementInternals: ElementInternals | null;
|
|
111
|
-
proxyEventsToBlock: string[];
|
|
112
|
-
checkValidity: (() => boolean) & (() => boolean);
|
|
113
|
-
reportValidity: (() => boolean) & (() => boolean);
|
|
114
|
-
setValidity: ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void) & ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void);
|
|
115
|
-
formDisabledCallback: ((disabled: boolean) => void) & ((disabled: boolean) => void);
|
|
116
|
-
proxyInitialized: boolean;
|
|
117
|
-
attachProxy: (() => void) & (() => void);
|
|
118
|
-
detachProxy: (() => void) & (() => void);
|
|
119
|
-
setFormValue: ((value: string | File | FormData | null, state?: string | File | FormData | null | undefined) => void) & ((value: string | File | FormData | null, state?: string | File | FormData | null | undefined) => void);
|
|
120
|
-
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
121
|
-
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
122
|
-
_vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
|
|
123
|
-
readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
|
|
124
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
125
|
-
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
126
|
-
accessKey: string;
|
|
127
|
-
readonly accessKeyLabel: string;
|
|
128
|
-
autocapitalize: string;
|
|
129
|
-
dir: string;
|
|
130
|
-
draggable: boolean;
|
|
131
|
-
hidden: boolean;
|
|
132
|
-
inert: boolean;
|
|
133
|
-
innerText: string;
|
|
134
|
-
lang: string;
|
|
135
|
-
readonly offsetHeight: number;
|
|
136
|
-
readonly offsetLeft: number;
|
|
137
|
-
readonly offsetParent: Element | null;
|
|
138
|
-
readonly offsetTop: number;
|
|
139
|
-
readonly offsetWidth: number;
|
|
140
|
-
outerText: string;
|
|
141
|
-
spellcheck: boolean;
|
|
142
|
-
title: string;
|
|
143
|
-
translate: boolean;
|
|
144
|
-
attachInternals(): ElementInternals;
|
|
145
|
-
click(): void;
|
|
146
|
-
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
147
|
-
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
148
|
-
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
149
|
-
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
150
|
-
readonly attributes: NamedNodeMap;
|
|
151
|
-
readonly classList: DOMTokenList;
|
|
152
|
-
className: string;
|
|
153
|
-
readonly clientHeight: number;
|
|
154
|
-
readonly clientLeft: number;
|
|
155
|
-
readonly clientTop: number;
|
|
156
|
-
readonly clientWidth: number;
|
|
157
|
-
id: string;
|
|
158
|
-
readonly localName: string;
|
|
159
|
-
readonly namespaceURI: string | null;
|
|
160
|
-
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
161
|
-
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
162
|
-
outerHTML: string;
|
|
163
|
-
readonly ownerDocument: Document;
|
|
164
|
-
readonly part: DOMTokenList;
|
|
165
|
-
readonly prefix: string | null;
|
|
166
|
-
readonly scrollHeight: number;
|
|
167
|
-
scrollLeft: number;
|
|
168
|
-
scrollTop: number;
|
|
169
|
-
readonly scrollWidth: number;
|
|
170
|
-
readonly shadowRoot: ShadowRoot | null;
|
|
171
|
-
slot: string;
|
|
172
|
-
readonly tagName: string;
|
|
173
|
-
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
174
|
-
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
175
|
-
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2] | null;
|
|
176
|
-
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3] | null;
|
|
177
|
-
closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4] | null;
|
|
178
|
-
closest<E extends Element = Element>(selectors: string): E | null;
|
|
179
|
-
getAttribute(qualifiedName: string): string | null;
|
|
180
|
-
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
181
|
-
getAttributeNames(): string[];
|
|
182
|
-
getAttributeNode(qualifiedName: string): Attr | null;
|
|
183
|
-
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
184
|
-
getBoundingClientRect(): DOMRect;
|
|
185
|
-
getClientRects(): DOMRectList;
|
|
186
|
-
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
187
|
-
getElementsByTagName<K_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<HTMLElementTagNameMap[K_5]>;
|
|
188
|
-
getElementsByTagName<K_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_6): HTMLCollectionOf<SVGElementTagNameMap[K_6]>;
|
|
189
|
-
getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
|
|
190
|
-
getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
|
|
191
|
-
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
192
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
193
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
194
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
195
|
-
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
196
|
-
hasAttribute(qualifiedName: string): boolean;
|
|
197
|
-
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
198
|
-
hasAttributes(): boolean;
|
|
199
|
-
hasPointerCapture(pointerId: number): boolean;
|
|
200
|
-
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
201
|
-
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
202
|
-
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
203
|
-
matches(selectors: string): boolean;
|
|
204
|
-
releasePointerCapture(pointerId: number): void;
|
|
205
|
-
removeAttribute(qualifiedName: string): void;
|
|
206
|
-
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
207
|
-
removeAttributeNode(attr: Attr): Attr;
|
|
208
|
-
requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
|
|
209
|
-
requestPointerLock(): void;
|
|
210
|
-
scroll(options?: ScrollToOptions | undefined): void;
|
|
211
|
-
scroll(x: number, y: number): void;
|
|
212
|
-
scrollBy(options?: ScrollToOptions | undefined): void;
|
|
213
|
-
scrollBy(x: number, y: number): void;
|
|
214
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
|
|
215
|
-
scrollTo(options?: ScrollToOptions | undefined): void;
|
|
216
|
-
scrollTo(x: number, y: number): void;
|
|
217
|
-
setAttribute(qualifiedName: string, value: string): void;
|
|
218
|
-
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
219
|
-
setAttributeNode(attr: Attr): Attr | null;
|
|
220
|
-
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
221
|
-
setPointerCapture(pointerId: number): void;
|
|
222
|
-
toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
|
|
223
|
-
webkitMatchesSelector(selectors: string): boolean;
|
|
224
|
-
readonly baseURI: string;
|
|
225
|
-
readonly childNodes: NodeListOf<ChildNode>;
|
|
226
|
-
readonly firstChild: ChildNode | null;
|
|
227
|
-
readonly isConnected: boolean;
|
|
228
|
-
readonly lastChild: ChildNode | null;
|
|
229
|
-
readonly nextSibling: ChildNode | null;
|
|
230
|
-
readonly nodeName: string;
|
|
231
|
-
readonly nodeType: number;
|
|
232
|
-
nodeValue: string | null;
|
|
233
|
-
readonly parentElement: HTMLElement | null;
|
|
234
|
-
readonly parentNode: ParentNode | null;
|
|
235
|
-
readonly previousSibling: ChildNode | null;
|
|
236
|
-
textContent: string | null;
|
|
237
|
-
appendChild<T extends Node>(node: T): T;
|
|
238
|
-
cloneNode(deep?: boolean | undefined): Node;
|
|
239
|
-
compareDocumentPosition(other: Node): number;
|
|
240
|
-
contains(other: Node | null): boolean;
|
|
241
|
-
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
242
|
-
hasChildNodes(): boolean;
|
|
243
|
-
insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
|
|
244
|
-
isDefaultNamespace(namespace: string | null): boolean;
|
|
245
|
-
isEqualNode(otherNode: Node | null): boolean;
|
|
246
|
-
isSameNode(otherNode: Node | null): boolean;
|
|
247
|
-
lookupNamespaceURI(prefix: string | null): string | null;
|
|
248
|
-
lookupPrefix(namespace: string | null): string | null;
|
|
249
|
-
normalize(): void;
|
|
250
|
-
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
251
|
-
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
252
|
-
readonly ELEMENT_NODE: 1;
|
|
253
|
-
readonly ATTRIBUTE_NODE: 2;
|
|
254
|
-
readonly TEXT_NODE: 3;
|
|
255
|
-
readonly CDATA_SECTION_NODE: 4;
|
|
256
|
-
readonly ENTITY_REFERENCE_NODE: 5;
|
|
257
|
-
readonly ENTITY_NODE: 6;
|
|
258
|
-
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
259
|
-
readonly COMMENT_NODE: 8;
|
|
260
|
-
readonly DOCUMENT_NODE: 9;
|
|
261
|
-
readonly DOCUMENT_TYPE_NODE: 10;
|
|
262
|
-
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
263
|
-
readonly NOTATION_NODE: 12;
|
|
264
|
-
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
265
|
-
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
266
|
-
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
267
|
-
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
268
|
-
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
269
|
-
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
270
|
-
dispatchEvent(event: Event): boolean;
|
|
271
|
-
ariaAtomic: string | null;
|
|
272
|
-
ariaAutoComplete: string | null;
|
|
273
|
-
ariaBusy: string | null;
|
|
274
|
-
ariaChecked: string | null;
|
|
275
|
-
ariaColCount: string | null;
|
|
276
|
-
ariaColIndex: string | null;
|
|
277
|
-
ariaColSpan: string | null;
|
|
278
|
-
ariaCurrent: string | null;
|
|
279
|
-
ariaDisabled: string | null;
|
|
280
|
-
ariaExpanded: string | null;
|
|
281
|
-
ariaHasPopup: string | null;
|
|
282
|
-
ariaHidden: string | null;
|
|
283
|
-
ariaInvalid: string | null;
|
|
284
|
-
ariaKeyShortcuts: string | null;
|
|
285
|
-
ariaLabel: string | null;
|
|
286
|
-
ariaLevel: string | null;
|
|
287
|
-
ariaLive: string | null;
|
|
288
|
-
ariaModal: string | null;
|
|
289
|
-
ariaMultiLine: string | null;
|
|
290
|
-
ariaMultiSelectable: string | null;
|
|
291
|
-
ariaOrientation: string | null;
|
|
292
|
-
ariaPlaceholder: string | null;
|
|
293
|
-
ariaPosInSet: string | null;
|
|
294
|
-
ariaPressed: string | null;
|
|
295
|
-
ariaReadOnly: string | null;
|
|
296
|
-
ariaRequired: string | null;
|
|
297
|
-
ariaRoleDescription: string | null;
|
|
298
|
-
ariaRowCount: string | null;
|
|
299
|
-
ariaRowIndex: string | null;
|
|
300
|
-
ariaRowSpan: string | null;
|
|
301
|
-
ariaSelected: string | null;
|
|
302
|
-
ariaSetSize: string | null;
|
|
303
|
-
ariaSort: string | null;
|
|
304
|
-
ariaValueMax: string | null;
|
|
305
|
-
ariaValueMin: string | null;
|
|
306
|
-
ariaValueNow: string | null;
|
|
307
|
-
ariaValueText: string | null;
|
|
308
|
-
role: string | null;
|
|
309
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
|
|
310
|
-
getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
|
|
311
|
-
after(...nodes: (string | Node)[]): void;
|
|
312
|
-
before(...nodes: (string | Node)[]): void;
|
|
313
|
-
remove(): void;
|
|
314
|
-
replaceWith(...nodes: (string | Node)[]): void;
|
|
315
|
-
innerHTML: string;
|
|
316
|
-
readonly nextElementSibling: Element | null;
|
|
317
|
-
readonly previousElementSibling: Element | null;
|
|
318
|
-
readonly childElementCount: number;
|
|
319
|
-
readonly children: HTMLCollection;
|
|
320
|
-
readonly firstElementChild: Element | null;
|
|
321
|
-
readonly lastElementChild: Element | null;
|
|
322
|
-
append(...nodes: (string | Node)[]): void;
|
|
323
|
-
prepend(...nodes: (string | Node)[]): void;
|
|
324
|
-
querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
|
|
325
|
-
querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
|
|
326
|
-
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
|
|
327
|
-
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
|
|
328
|
-
querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
|
|
329
|
-
querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
|
|
330
|
-
querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
|
|
331
|
-
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
332
|
-
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
333
|
-
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
334
|
-
replaceChildren(...nodes: (string | Node)[]): void;
|
|
335
|
-
readonly assignedSlot: HTMLSlotElement | null;
|
|
336
|
-
readonly style: CSSStyleDeclaration;
|
|
337
|
-
contentEditable: string;
|
|
338
|
-
enterKeyHint: string;
|
|
339
|
-
inputMode: string;
|
|
340
|
-
readonly isContentEditable: boolean;
|
|
341
|
-
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
342
|
-
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
343
|
-
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
344
|
-
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
345
|
-
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
346
|
-
onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
347
|
-
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
348
|
-
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
349
|
-
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
350
|
-
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
351
|
-
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
352
|
-
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
353
|
-
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
354
|
-
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
355
|
-
oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
356
|
-
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
357
|
-
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
358
|
-
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
359
|
-
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
360
|
-
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
361
|
-
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
362
|
-
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
363
|
-
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
364
|
-
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
365
|
-
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
366
|
-
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
367
|
-
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
368
|
-
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
369
|
-
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
370
|
-
onerror: OnErrorEventHandler;
|
|
371
|
-
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
372
|
-
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
373
|
-
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
374
|
-
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
375
|
-
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
376
|
-
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
377
|
-
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
378
|
-
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
379
|
-
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
380
|
-
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
381
|
-
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
382
|
-
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
383
|
-
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
384
|
-
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
385
|
-
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
386
|
-
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
387
|
-
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
388
|
-
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
389
|
-
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
390
|
-
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
391
|
-
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
392
|
-
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
393
|
-
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
394
|
-
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
395
|
-
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
396
|
-
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
397
|
-
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
398
|
-
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
399
|
-
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
400
|
-
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
401
|
-
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
402
|
-
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
403
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
|
|
404
|
-
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
405
|
-
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
406
|
-
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
407
|
-
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
408
|
-
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
409
|
-
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
410
|
-
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
411
|
-
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
412
|
-
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
413
|
-
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
414
|
-
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
415
|
-
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
416
|
-
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
417
|
-
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
418
|
-
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
419
|
-
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
420
|
-
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
421
|
-
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
422
|
-
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
423
|
-
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
424
|
-
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
425
|
-
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
426
|
-
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
427
|
-
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
428
|
-
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
429
|
-
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
430
|
-
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
431
|
-
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
432
|
-
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
433
|
-
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
434
|
-
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
435
|
-
autofocus: boolean;
|
|
436
|
-
readonly dataset: DOMStringMap;
|
|
437
|
-
nonce?: string | undefined;
|
|
438
|
-
tabIndex: number;
|
|
439
|
-
blur(): void;
|
|
440
|
-
focus(options?: FocusOptions | undefined): void;
|
|
441
|
-
ariaColIndexText: string | null;
|
|
442
|
-
ariaDescription: string | null;
|
|
443
|
-
ariaRowIndexText: string | null;
|
|
444
|
-
ariaRelevant: string | null;
|
|
445
|
-
roleChanged(prev: string | null, next: string | null): void;
|
|
446
|
-
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
447
|
-
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
448
|
-
ariaBusyChanged(prev: string | null, next: string | null): void;
|
|
449
|
-
ariaCheckedChanged(prev: string | null, next: string | null): void;
|
|
450
|
-
ariaColCountChanged(prev: string | null, next: string | null): void;
|
|
451
|
-
ariaColIndexChanged(prev: string | null, next: string | null): void;
|
|
452
|
-
ariaColIndexTextChanged(prev: string | null, next: string | null): void;
|
|
453
|
-
ariaColSpanChanged(prev: string | null, next: string | null): void;
|
|
454
|
-
ariaCurrentChanged(prev: string | null, next: string | null): void;
|
|
455
|
-
ariaDescriptionChanged(prev: string | null, next: string | null): void;
|
|
456
|
-
ariaDisabledChanged(prev: string | null, next: string | null): void;
|
|
457
|
-
ariaExpandedChanged(prev: string | null, next: string | null): void;
|
|
458
|
-
ariaHasPopupChanged(prev: string | null, next: string | null): void;
|
|
459
|
-
ariaHiddenChanged(prev: string | null, next: string | null): void;
|
|
460
|
-
ariaInvalidChanged(prev: string | null, next: string | null): void;
|
|
461
|
-
ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
|
|
462
|
-
ariaLabelChanged(prev: string | null, next: string | null): void;
|
|
463
|
-
ariaLevelChanged(prev: string | null, next: string | null): void;
|
|
464
|
-
ariaLiveChanged(prev: string | null, next: string | null): void;
|
|
465
|
-
ariaModalChanged(prev: string | null, next: string | null): void;
|
|
466
|
-
ariaMultiLineChanged(prev: string | null, next: string | null): void;
|
|
467
|
-
ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
|
|
468
|
-
ariaOrientationChanged(prev: string | null, next: string | null): void;
|
|
469
|
-
ariaPlaceholderChanged(prev: string | null, next: string | null): void;
|
|
470
|
-
ariaPosInSetChanged(prev: string | null, next: string | null): void;
|
|
471
|
-
ariaPressedChanged(prev: string | null, next: string | null): void;
|
|
472
|
-
ariaReadOnlyChanged(prev: string | null, next: string | null): void;
|
|
473
|
-
ariaRequiredChanged(prev: string | null, next: string | null): void;
|
|
474
|
-
ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
|
|
475
|
-
ariaRowCountChanged(prev: string | null, next: string | null): void;
|
|
476
|
-
ariaRowIndexChanged(prev: string | null, next: string | null): void;
|
|
477
|
-
ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
|
|
478
|
-
ariaRowSpanChanged(prev: string | null, next: string | null): void;
|
|
479
|
-
ariaSelectedChanged(prev: string | null, next: string | null): void;
|
|
480
|
-
ariaSetSizeChanged(prev: string | null, next: string | null): void;
|
|
481
|
-
ariaSortChanged(prev: string | null, next: string | null): void;
|
|
482
|
-
ariaValueMaxChanged(prev: string | null, next: string | null): void;
|
|
483
|
-
ariaValueMinChanged(prev: string | null, next: string | null): void;
|
|
484
|
-
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
485
|
-
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
486
|
-
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
487
|
-
"__#1@#handleReplacedProp"(replacedProp: {
|
|
488
|
-
newPropertyName: string;
|
|
489
|
-
deprecatedPropertyName: string;
|
|
490
|
-
fromDeprecated: (v: any) => any;
|
|
491
|
-
toDeprecated?: ((v: any) => any) | undefined;
|
|
492
|
-
}): void;
|
|
493
|
-
helperText?: string | undefined;
|
|
494
|
-
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
495
|
-
readonly _feedbackDescribedBy: string;
|
|
496
|
-
_internalFeedback(): {
|
|
497
|
-
type: import("../../feedback/feedback-message").FeedbackType;
|
|
498
|
-
message: string;
|
|
499
|
-
};
|
|
500
|
-
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
501
|
-
_getFeedbackTemplate(ctx: import("../../design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<{
|
|
502
|
-
helperText?: string | undefined;
|
|
503
|
-
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
504
|
-
readonly _feedbackDescribedBy: string;
|
|
505
|
-
_internalFeedback(): {
|
|
506
|
-
type: import("../../feedback/feedback-message").FeedbackType;
|
|
507
|
-
message: string;
|
|
508
|
-
};
|
|
509
|
-
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
510
|
-
_getFeedbackTemplate(ctx: import("../../design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
511
|
-
connectedCallback(): void;
|
|
512
|
-
_vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
|
|
513
|
-
readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
|
|
514
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
515
|
-
disconnectedCallback(): void;
|
|
516
|
-
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
517
|
-
accessKey: string;
|
|
518
|
-
readonly accessKeyLabel: string;
|
|
519
|
-
autocapitalize: string;
|
|
520
|
-
dir: string;
|
|
521
|
-
draggable: boolean;
|
|
522
|
-
hidden: boolean;
|
|
523
|
-
inert: boolean;
|
|
524
|
-
innerText: string;
|
|
525
|
-
lang: string;
|
|
526
|
-
readonly offsetHeight: number;
|
|
527
|
-
readonly offsetLeft: number;
|
|
528
|
-
readonly offsetParent: Element | null;
|
|
529
|
-
readonly offsetTop: number;
|
|
530
|
-
readonly offsetWidth: number;
|
|
531
|
-
outerText: string;
|
|
532
|
-
spellcheck: boolean;
|
|
533
|
-
title: string;
|
|
534
|
-
translate: boolean;
|
|
535
|
-
attachInternals(): ElementInternals;
|
|
536
|
-
click(): void;
|
|
537
|
-
addEventListener<K_17 extends keyof HTMLElementEventMap>(type: K_17, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_17]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
538
|
-
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
539
|
-
removeEventListener<K_18 extends keyof HTMLElementEventMap>(type: K_18, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_18]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
540
|
-
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
541
|
-
readonly attributes: NamedNodeMap;
|
|
542
|
-
readonly classList: DOMTokenList;
|
|
543
|
-
className: string;
|
|
544
|
-
readonly clientHeight: number;
|
|
545
|
-
readonly clientLeft: number;
|
|
546
|
-
readonly clientTop: number;
|
|
547
|
-
readonly clientWidth: number;
|
|
548
|
-
id: string;
|
|
549
|
-
readonly localName: string;
|
|
550
|
-
readonly namespaceURI: string | null;
|
|
551
|
-
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
552
|
-
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
553
|
-
outerHTML: string;
|
|
554
|
-
readonly ownerDocument: Document;
|
|
555
|
-
readonly part: DOMTokenList;
|
|
556
|
-
readonly prefix: string | null;
|
|
557
|
-
readonly scrollHeight: number;
|
|
558
|
-
scrollLeft: number;
|
|
559
|
-
scrollTop: number;
|
|
560
|
-
readonly scrollWidth: number;
|
|
561
|
-
readonly shadowRoot: ShadowRoot | null;
|
|
562
|
-
slot: string;
|
|
563
|
-
readonly tagName: string;
|
|
564
|
-
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
565
|
-
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
566
|
-
closest<K_19 extends keyof HTMLElementTagNameMap>(selector: K_19): HTMLElementTagNameMap[K_19] | null;
|
|
567
|
-
closest<K_20 extends keyof SVGElementTagNameMap>(selector: K_20): SVGElementTagNameMap[K_20] | null;
|
|
568
|
-
closest<K_21 extends keyof MathMLElementTagNameMap>(selector: K_21): MathMLElementTagNameMap[K_21] | null;
|
|
569
|
-
closest<E_3 extends Element = Element>(selectors: string): E_3 | null;
|
|
570
|
-
getAttribute(qualifiedName: string): string | null;
|
|
571
|
-
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
572
|
-
getAttributeNames(): string[];
|
|
573
|
-
getAttributeNode(qualifiedName: string): Attr | null;
|
|
574
|
-
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
575
|
-
getBoundingClientRect(): DOMRect;
|
|
576
|
-
getClientRects(): DOMRectList;
|
|
577
|
-
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
578
|
-
getElementsByTagName<K_22 extends keyof HTMLElementTagNameMap>(qualifiedName: K_22): HTMLCollectionOf<HTMLElementTagNameMap[K_22]>;
|
|
579
|
-
getElementsByTagName<K_23 extends keyof SVGElementTagNameMap>(qualifiedName: K_23): HTMLCollectionOf<SVGElementTagNameMap[K_23]>;
|
|
580
|
-
getElementsByTagName<K_24 extends keyof MathMLElementTagNameMap>(qualifiedName: K_24): HTMLCollectionOf<MathMLElementTagNameMap[K_24]>;
|
|
581
|
-
getElementsByTagName<K_25 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_25): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_25]>;
|
|
582
|
-
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
583
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
584
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
585
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
586
|
-
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
587
|
-
hasAttribute(qualifiedName: string): boolean;
|
|
588
|
-
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
589
|
-
hasAttributes(): boolean;
|
|
590
|
-
hasPointerCapture(pointerId: number): boolean;
|
|
591
|
-
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
592
|
-
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
593
|
-
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
594
|
-
matches(selectors: string): boolean;
|
|
595
|
-
releasePointerCapture(pointerId: number): void;
|
|
596
|
-
removeAttribute(qualifiedName: string): void;
|
|
597
|
-
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
598
|
-
removeAttributeNode(attr: Attr): Attr;
|
|
599
|
-
requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
|
|
600
|
-
requestPointerLock(): void;
|
|
601
|
-
scroll(options?: ScrollToOptions | undefined): void;
|
|
602
|
-
scroll(x: number, y: number): void;
|
|
603
|
-
scrollBy(options?: ScrollToOptions | undefined): void;
|
|
604
|
-
scrollBy(x: number, y: number): void;
|
|
605
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
|
|
606
|
-
scrollTo(options?: ScrollToOptions | undefined): void;
|
|
607
|
-
scrollTo(x: number, y: number): void;
|
|
608
|
-
setAttribute(qualifiedName: string, value: string): void;
|
|
609
|
-
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
610
|
-
setAttributeNode(attr: Attr): Attr | null;
|
|
611
|
-
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
612
|
-
setPointerCapture(pointerId: number): void;
|
|
613
|
-
toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
|
|
614
|
-
webkitMatchesSelector(selectors: string): boolean;
|
|
615
|
-
readonly baseURI: string;
|
|
616
|
-
readonly childNodes: NodeListOf<ChildNode>;
|
|
617
|
-
readonly firstChild: ChildNode | null;
|
|
618
|
-
readonly isConnected: boolean;
|
|
619
|
-
readonly lastChild: ChildNode | null;
|
|
620
|
-
readonly nextSibling: ChildNode | null;
|
|
621
|
-
readonly nodeName: string;
|
|
622
|
-
readonly nodeType: number;
|
|
623
|
-
nodeValue: string | null;
|
|
624
|
-
readonly parentElement: HTMLElement | null;
|
|
625
|
-
readonly parentNode: ParentNode | null;
|
|
626
|
-
readonly previousSibling: ChildNode | null;
|
|
627
|
-
textContent: string | null;
|
|
628
|
-
appendChild<T extends Node>(node: T): T;
|
|
629
|
-
cloneNode(deep?: boolean | undefined): Node;
|
|
630
|
-
compareDocumentPosition(other: Node): number;
|
|
631
|
-
contains(other: Node | null): boolean;
|
|
632
|
-
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
633
|
-
hasChildNodes(): boolean;
|
|
634
|
-
insertBefore<T_4 extends Node>(node: T_4, child: Node | null): T_4;
|
|
635
|
-
isDefaultNamespace(namespace: string | null): boolean;
|
|
636
|
-
isEqualNode(otherNode: Node | null): boolean;
|
|
637
|
-
isSameNode(otherNode: Node | null): boolean;
|
|
638
|
-
lookupNamespaceURI(prefix: string | null): string | null;
|
|
639
|
-
lookupPrefix(namespace: string | null): string | null;
|
|
640
|
-
normalize(): void;
|
|
641
|
-
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
642
|
-
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
643
|
-
readonly ELEMENT_NODE: 1;
|
|
644
|
-
readonly ATTRIBUTE_NODE: 2;
|
|
645
|
-
readonly TEXT_NODE: 3;
|
|
646
|
-
readonly CDATA_SECTION_NODE: 4;
|
|
647
|
-
readonly ENTITY_REFERENCE_NODE: 5;
|
|
648
|
-
readonly ENTITY_NODE: 6;
|
|
649
|
-
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
650
|
-
readonly COMMENT_NODE: 8;
|
|
651
|
-
readonly DOCUMENT_NODE: 9;
|
|
652
|
-
readonly DOCUMENT_TYPE_NODE: 10;
|
|
653
|
-
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
654
|
-
readonly NOTATION_NODE: 12;
|
|
655
|
-
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
656
|
-
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
657
|
-
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
658
|
-
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
659
|
-
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
660
|
-
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
661
|
-
dispatchEvent(event: Event): boolean;
|
|
662
|
-
ariaAtomic: string | null;
|
|
663
|
-
ariaAutoComplete: string | null;
|
|
664
|
-
ariaBusy: string | null;
|
|
665
|
-
ariaChecked: string | null;
|
|
666
|
-
ariaColCount: string | null;
|
|
667
|
-
ariaColIndex: string | null;
|
|
668
|
-
ariaColSpan: string | null;
|
|
669
|
-
ariaCurrent: string | null;
|
|
670
|
-
ariaDisabled: string | null;
|
|
671
|
-
ariaExpanded: string | null;
|
|
672
|
-
ariaHasPopup: string | null;
|
|
673
|
-
ariaHidden: string | null;
|
|
674
|
-
ariaInvalid: string | null;
|
|
675
|
-
ariaKeyShortcuts: string | null;
|
|
676
|
-
ariaLabel: string | null;
|
|
677
|
-
ariaLevel: string | null;
|
|
678
|
-
ariaLive: string | null;
|
|
679
|
-
ariaModal: string | null;
|
|
680
|
-
ariaMultiLine: string | null;
|
|
681
|
-
ariaMultiSelectable: string | null;
|
|
682
|
-
ariaOrientation: string | null;
|
|
683
|
-
ariaPlaceholder: string | null;
|
|
684
|
-
ariaPosInSet: string | null;
|
|
685
|
-
ariaPressed: string | null;
|
|
686
|
-
ariaReadOnly: string | null;
|
|
687
|
-
ariaRequired: string | null;
|
|
688
|
-
ariaRoleDescription: string | null;
|
|
689
|
-
ariaRowCount: string | null;
|
|
690
|
-
ariaRowIndex: string | null;
|
|
691
|
-
ariaRowSpan: string | null;
|
|
692
|
-
ariaSelected: string | null;
|
|
693
|
-
ariaSetSize: string | null;
|
|
694
|
-
ariaSort: string | null;
|
|
695
|
-
ariaValueMax: string | null;
|
|
696
|
-
ariaValueMin: string | null;
|
|
697
|
-
ariaValueNow: string | null;
|
|
698
|
-
ariaValueText: string | null;
|
|
699
|
-
role: string | null;
|
|
700
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
|
|
701
|
-
getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
|
|
702
|
-
after(...nodes: (string | Node)[]): void;
|
|
703
|
-
before(...nodes: (string | Node)[]): void;
|
|
704
|
-
remove(): void;
|
|
705
|
-
replaceWith(...nodes: (string | Node)[]): void;
|
|
706
|
-
innerHTML: string;
|
|
707
|
-
readonly nextElementSibling: Element | null;
|
|
708
|
-
readonly previousElementSibling: Element | null;
|
|
709
|
-
readonly childElementCount: number;
|
|
710
|
-
readonly children: HTMLCollection;
|
|
711
|
-
readonly firstElementChild: Element | null;
|
|
712
|
-
readonly lastElementChild: Element | null;
|
|
713
|
-
append(...nodes: (string | Node)[]): void;
|
|
714
|
-
prepend(...nodes: (string | Node)[]): void;
|
|
715
|
-
querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
|
|
716
|
-
querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
|
|
717
|
-
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
|
|
718
|
-
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
|
|
719
|
-
querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
|
|
720
|
-
querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
|
|
721
|
-
querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
|
|
722
|
-
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
723
|
-
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
724
|
-
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
725
|
-
replaceChildren(...nodes: (string | Node)[]): void;
|
|
726
|
-
readonly assignedSlot: HTMLSlotElement | null;
|
|
727
|
-
readonly style: CSSStyleDeclaration;
|
|
728
|
-
contentEditable: string;
|
|
729
|
-
enterKeyHint: string;
|
|
730
|
-
inputMode: string;
|
|
731
|
-
readonly isContentEditable: boolean;
|
|
732
|
-
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
733
|
-
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
734
|
-
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
735
|
-
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
736
|
-
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
737
|
-
onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
738
|
-
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
739
|
-
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
740
|
-
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
741
|
-
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
742
|
-
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
743
|
-
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
744
|
-
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
745
|
-
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
746
|
-
oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
747
|
-
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
748
|
-
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
749
|
-
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
750
|
-
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
751
|
-
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
752
|
-
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
753
|
-
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
754
|
-
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
755
|
-
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
756
|
-
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
757
|
-
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
758
|
-
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
759
|
-
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
760
|
-
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
761
|
-
onerror: OnErrorEventHandler;
|
|
762
|
-
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
763
|
-
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
764
|
-
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
765
|
-
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
766
|
-
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
767
|
-
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
768
|
-
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
769
|
-
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
770
|
-
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
771
|
-
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
772
|
-
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
773
|
-
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
774
|
-
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
775
|
-
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
776
|
-
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
777
|
-
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
778
|
-
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
779
|
-
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
780
|
-
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
781
|
-
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
782
|
-
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
783
|
-
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
784
|
-
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
785
|
-
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
786
|
-
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
787
|
-
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
788
|
-
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
789
|
-
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
790
|
-
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
791
|
-
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
792
|
-
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
793
|
-
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
794
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
|
|
795
|
-
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
796
|
-
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
797
|
-
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
798
|
-
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
799
|
-
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
800
|
-
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
801
|
-
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
802
|
-
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
803
|
-
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
804
|
-
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
805
|
-
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
806
|
-
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
807
|
-
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
808
|
-
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
809
|
-
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
810
|
-
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
811
|
-
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
812
|
-
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
813
|
-
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
814
|
-
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
815
|
-
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
816
|
-
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
817
|
-
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
818
|
-
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
819
|
-
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
820
|
-
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
821
|
-
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
822
|
-
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
823
|
-
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
824
|
-
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
825
|
-
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
826
|
-
autofocus: boolean;
|
|
827
|
-
readonly dataset: DOMStringMap;
|
|
828
|
-
nonce?: string | undefined;
|
|
829
|
-
tabIndex: number;
|
|
830
|
-
blur(): void;
|
|
831
|
-
focus(options?: FocusOptions | undefined): void;
|
|
832
|
-
ariaColIndexText: string | null;
|
|
833
|
-
ariaDescription: string | null;
|
|
834
|
-
ariaRowIndexText: string | null;
|
|
835
|
-
ariaRelevant: string | null;
|
|
836
|
-
roleChanged(prev: string | null, next: string | null): void;
|
|
837
|
-
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
838
|
-
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
839
|
-
ariaBusyChanged(prev: string | null, next: string | null): void;
|
|
840
|
-
ariaCheckedChanged(prev: string | null, next: string | null): void;
|
|
841
|
-
ariaColCountChanged(prev: string | null, next: string | null): void;
|
|
842
|
-
ariaColIndexChanged(prev: string | null, next: string | null): void;
|
|
843
|
-
ariaColIndexTextChanged(prev: string | null, next: string | null): void;
|
|
844
|
-
ariaColSpanChanged(prev: string | null, next: string | null): void;
|
|
845
|
-
ariaCurrentChanged(prev: string | null, next: string | null): void;
|
|
846
|
-
ariaDescriptionChanged(prev: string | null, next: string | null): void;
|
|
847
|
-
ariaDisabledChanged(prev: string | null, next: string | null): void;
|
|
848
|
-
ariaExpandedChanged(prev: string | null, next: string | null): void;
|
|
849
|
-
ariaHasPopupChanged(prev: string | null, next: string | null): void;
|
|
850
|
-
ariaHiddenChanged(prev: string | null, next: string | null): void;
|
|
851
|
-
ariaInvalidChanged(prev: string | null, next: string | null): void;
|
|
852
|
-
ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
|
|
853
|
-
ariaLabelChanged(prev: string | null, next: string | null): void;
|
|
854
|
-
ariaLevelChanged(prev: string | null, next: string | null): void;
|
|
855
|
-
ariaLiveChanged(prev: string | null, next: string | null): void;
|
|
856
|
-
ariaModalChanged(prev: string | null, next: string | null): void;
|
|
857
|
-
ariaMultiLineChanged(prev: string | null, next: string | null): void;
|
|
858
|
-
ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
|
|
859
|
-
ariaOrientationChanged(prev: string | null, next: string | null): void;
|
|
860
|
-
ariaPlaceholderChanged(prev: string | null, next: string | null): void;
|
|
861
|
-
ariaPosInSetChanged(prev: string | null, next: string | null): void;
|
|
862
|
-
ariaPressedChanged(prev: string | null, next: string | null): void;
|
|
863
|
-
ariaReadOnlyChanged(prev: string | null, next: string | null): void;
|
|
864
|
-
ariaRequiredChanged(prev: string | null, next: string | null): void;
|
|
865
|
-
ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
|
|
866
|
-
ariaRowCountChanged(prev: string | null, next: string | null): void;
|
|
867
|
-
ariaRowIndexChanged(prev: string | null, next: string | null): void;
|
|
868
|
-
ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
|
|
869
|
-
ariaRowSpanChanged(prev: string | null, next: string | null): void;
|
|
870
|
-
ariaSelectedChanged(prev: string | null, next: string | null): void;
|
|
871
|
-
ariaSetSizeChanged(prev: string | null, next: string | null): void;
|
|
872
|
-
ariaSortChanged(prev: string | null, next: string | null): void;
|
|
873
|
-
ariaValueMaxChanged(prev: string | null, next: string | null): void;
|
|
874
|
-
ariaValueMinChanged(prev: string | null, next: string | null): void;
|
|
875
|
-
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
876
|
-
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
877
|
-
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
878
|
-
"__#1@#handleReplacedProp"(replacedProp: {
|
|
879
|
-
newPropertyName: string;
|
|
880
|
-
deprecatedPropertyName: string;
|
|
881
|
-
fromDeprecated: (v: any) => any;
|
|
882
|
-
toDeprecated?: ((v: any) => any) | undefined;
|
|
883
|
-
}): void;
|
|
884
|
-
}, any>;
|
|
885
|
-
errorText?: string | undefined;
|
|
886
|
-
errorTextChanged(_: string, newErrorText: string | undefined): void;
|
|
887
|
-
"__#4@#blockValidateCalls": boolean;
|
|
888
|
-
"__#4@#originalValidateFn": () => void;
|
|
889
|
-
"__#4@#forceCustomError"(errorMessage: string): void;
|
|
890
|
-
"__#4@#clearCustomErrorAndRevalidate"(): void;
|
|
891
|
-
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
892
|
-
readonly locale: import("../../localization/Locale").Locale;
|
|
893
|
-
} & import("../picker-field").PickerField & {
|
|
894
|
-
_isValidValue(value: string): boolean;
|
|
895
|
-
_toPresentationValue(value: string): string;
|
|
896
|
-
_parsePresentationValue(presentationValue: string): string;
|
|
897
|
-
_isInternalValueUpdate: boolean;
|
|
898
|
-
valueChanged(previous: string, next: string): void;
|
|
899
|
-
_updatePresentationValue(): void;
|
|
900
|
-
_updateValueDueToUserInteraction(newValue: string, isIntermediateUpdate: boolean): void;
|
|
901
|
-
_onTextFieldChange(): void;
|
|
902
|
-
_onTextFieldInput(event: Event): void;
|
|
903
|
-
_isPresentationValueInvalid(): boolean;
|
|
904
|
-
_onClearClick(): void;
|
|
905
|
-
readOnly: boolean;
|
|
906
|
-
readOnlyChanged(): void;
|
|
907
|
-
_textFieldEl: import("../../..").VwcTextFieldElement;
|
|
908
|
-
_dialogEl: HTMLElement;
|
|
909
|
-
_pickerButtonEl: import("../../..").VwcButtonElement;
|
|
910
|
-
connectedCallback(): void;
|
|
911
|
-
disconnectedCallback(): void;
|
|
912
|
-
"__#22@#onFocusIn": () => void;
|
|
913
|
-
"__#22@#onFocusOut": () => void;
|
|
914
|
-
proxy: HTMLInputElement;
|
|
915
|
-
validate(): void;
|
|
916
|
-
_getCustomValidationError(): string | null;
|
|
917
|
-
"__#22@#localeChangeHandler": {
|
|
918
|
-
handleChange: () => void;
|
|
919
|
-
};
|
|
920
|
-
"__#22@#localeChangeObserver": import("@microsoft/fast-element").ExpressionNotifier<any, any, any>;
|
|
921
|
-
"__#22@#startObservingLocaleChanges"(): void;
|
|
922
|
-
"__#22@#stopObservingLocaleChanges"(): void;
|
|
923
|
-
_popupOpen: boolean;
|
|
924
|
-
"__#22@#dismissOnClickOutside": (event: MouseEvent) => void;
|
|
925
|
-
"__#22@#openPopupIfPossible"(): void;
|
|
926
|
-
_closePopup(restoreFocusToTextField?: boolean): void;
|
|
927
|
-
_onBaseKeyDown(event: KeyboardEvent): boolean;
|
|
928
|
-
_focusableElsWithinDialog(): NodeListOf<HTMLElement>;
|
|
929
|
-
readonly _dialogLabel: string;
|
|
930
|
-
_presentationValue: string;
|
|
931
|
-
_presentationValueChanged(): void;
|
|
932
|
-
readonly _textFieldPlaceholder: string;
|
|
933
|
-
_textFieldSize?: string | undefined;
|
|
934
|
-
readonly _pickerButtonLabel: string;
|
|
935
|
-
readonly _pickerButtonIcon: string;
|
|
936
|
-
_onPickerButtonClick(): void;
|
|
937
|
-
_onOkClick(): void;
|
|
938
|
-
_contextualHelpSlottedContent?: HTMLElement[] | undefined;
|
|
939
|
-
readonly _hasContextualHelp: boolean;
|
|
940
|
-
_isFromContextualHelp(e: Event): boolean;
|
|
941
|
-
label?: string | undefined;
|
|
942
|
-
errorValidationMessage: string;
|
|
943
|
-
forceErrorDisplay: boolean;
|
|
944
|
-
hasBeenTouched: boolean;
|
|
945
|
-
"__#3@#handleInvalidEvent": (() => void) & (() => void);
|
|
946
|
-
formResetCallback: (() => void) & (() => void) & (() => void) & (() => void);
|
|
947
|
-
readonly validity: ValidityState;
|
|
948
|
-
readonly form: HTMLFormElement | null;
|
|
949
|
-
readonly validationMessage: string;
|
|
950
|
-
readonly willValidate: boolean;
|
|
951
|
-
readonly labels: readonly Node[];
|
|
952
|
-
dirtyValue: boolean;
|
|
953
|
-
proxySlot?: HTMLSlotElement | undefined;
|
|
954
|
-
value: string;
|
|
955
|
-
currentValue: string;
|
|
956
|
-
initialValue: string;
|
|
957
|
-
initialValueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
958
|
-
disabled: boolean;
|
|
959
|
-
disabledChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
960
|
-
name: string;
|
|
961
|
-
nameChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
962
|
-
required: boolean;
|
|
963
|
-
requiredChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
964
|
-
readonly elementInternals: ElementInternals | null;
|
|
965
|
-
proxyEventsToBlock: string[];
|
|
966
|
-
checkValidity: (() => boolean) & (() => boolean);
|
|
967
|
-
reportValidity: (() => boolean) & (() => boolean);
|
|
968
|
-
setValidity: ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void) & ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void);
|
|
969
|
-
formDisabledCallback: ((disabled: boolean) => void) & ((disabled: boolean) => void);
|
|
970
|
-
proxyInitialized: boolean;
|
|
971
|
-
attachProxy: (() => void) & (() => void);
|
|
972
|
-
detachProxy: (() => void) & (() => void);
|
|
973
|
-
setFormValue: ((value: string | File | FormData | null, state?: string | File | FormData | null | undefined) => void) & ((value: string | File | FormData | null, state?: string | File | FormData | null | undefined) => void);
|
|
974
|
-
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
975
|
-
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
976
|
-
_vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
|
|
977
|
-
readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
|
|
978
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
979
|
-
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
980
|
-
accessKey: string;
|
|
981
|
-
readonly accessKeyLabel: string;
|
|
982
|
-
autocapitalize: string;
|
|
983
|
-
dir: string;
|
|
984
|
-
draggable: boolean;
|
|
985
|
-
hidden: boolean;
|
|
986
|
-
inert: boolean;
|
|
987
|
-
innerText: string;
|
|
988
|
-
lang: string;
|
|
989
|
-
readonly offsetHeight: number;
|
|
990
|
-
readonly offsetLeft: number;
|
|
991
|
-
readonly offsetParent: Element | null;
|
|
992
|
-
readonly offsetTop: number;
|
|
993
|
-
readonly offsetWidth: number;
|
|
994
|
-
outerText: string;
|
|
995
|
-
spellcheck: boolean;
|
|
996
|
-
title: string;
|
|
997
|
-
translate: boolean;
|
|
998
|
-
attachInternals(): ElementInternals;
|
|
999
|
-
click(): void;
|
|
1000
|
-
addEventListener<K_26 extends keyof HTMLElementEventMap>(type: K_26, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_26]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
1001
|
-
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
1002
|
-
removeEventListener<K_27 extends keyof HTMLElementEventMap>(type: K_27, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_27]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
1003
|
-
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
1004
|
-
readonly attributes: NamedNodeMap;
|
|
1005
|
-
readonly classList: DOMTokenList;
|
|
1006
|
-
className: string;
|
|
1007
|
-
readonly clientHeight: number;
|
|
1008
|
-
readonly clientLeft: number;
|
|
1009
|
-
readonly clientTop: number;
|
|
1010
|
-
readonly clientWidth: number;
|
|
1011
|
-
id: string;
|
|
1012
|
-
readonly localName: string;
|
|
1013
|
-
readonly namespaceURI: string | null;
|
|
1014
|
-
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
1015
|
-
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
1016
|
-
outerHTML: string;
|
|
1017
|
-
readonly ownerDocument: Document;
|
|
1018
|
-
readonly part: DOMTokenList;
|
|
1019
|
-
readonly prefix: string | null;
|
|
1020
|
-
readonly scrollHeight: number;
|
|
1021
|
-
scrollLeft: number;
|
|
1022
|
-
scrollTop: number;
|
|
1023
|
-
readonly scrollWidth: number;
|
|
1024
|
-
readonly shadowRoot: ShadowRoot | null;
|
|
1025
|
-
slot: string;
|
|
1026
|
-
readonly tagName: string;
|
|
1027
|
-
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1028
|
-
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
1029
|
-
closest<K_28 extends keyof HTMLElementTagNameMap>(selector: K_28): HTMLElementTagNameMap[K_28] | null;
|
|
1030
|
-
closest<K_29 extends keyof SVGElementTagNameMap>(selector: K_29): SVGElementTagNameMap[K_29] | null;
|
|
1031
|
-
closest<K_30 extends keyof MathMLElementTagNameMap>(selector: K_30): MathMLElementTagNameMap[K_30] | null;
|
|
1032
|
-
closest<E_4 extends Element = Element>(selectors: string): E_4 | null;
|
|
1033
|
-
getAttribute(qualifiedName: string): string | null;
|
|
1034
|
-
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
1035
|
-
getAttributeNames(): string[];
|
|
1036
|
-
getAttributeNode(qualifiedName: string): Attr | null;
|
|
1037
|
-
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
1038
|
-
getBoundingClientRect(): DOMRect;
|
|
1039
|
-
getClientRects(): DOMRectList;
|
|
1040
|
-
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
1041
|
-
getElementsByTagName<K_31 extends keyof HTMLElementTagNameMap>(qualifiedName: K_31): HTMLCollectionOf<HTMLElementTagNameMap[K_31]>;
|
|
1042
|
-
getElementsByTagName<K_32 extends keyof SVGElementTagNameMap>(qualifiedName: K_32): HTMLCollectionOf<SVGElementTagNameMap[K_32]>;
|
|
1043
|
-
getElementsByTagName<K_33 extends keyof MathMLElementTagNameMap>(qualifiedName: K_33): HTMLCollectionOf<MathMLElementTagNameMap[K_33]>;
|
|
1044
|
-
getElementsByTagName<K_34 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_34): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_34]>;
|
|
1045
|
-
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1046
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1047
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
1048
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
1049
|
-
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
1050
|
-
hasAttribute(qualifiedName: string): boolean;
|
|
1051
|
-
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
1052
|
-
hasAttributes(): boolean;
|
|
1053
|
-
hasPointerCapture(pointerId: number): boolean;
|
|
1054
|
-
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
1055
|
-
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
1056
|
-
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
1057
|
-
matches(selectors: string): boolean;
|
|
1058
|
-
releasePointerCapture(pointerId: number): void;
|
|
1059
|
-
removeAttribute(qualifiedName: string): void;
|
|
1060
|
-
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
1061
|
-
removeAttributeNode(attr: Attr): Attr;
|
|
1062
|
-
requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
|
|
1063
|
-
requestPointerLock(): void;
|
|
1064
|
-
scroll(options?: ScrollToOptions | undefined): void;
|
|
1065
|
-
scroll(x: number, y: number): void;
|
|
1066
|
-
scrollBy(options?: ScrollToOptions | undefined): void;
|
|
1067
|
-
scrollBy(x: number, y: number): void;
|
|
1068
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
|
|
1069
|
-
scrollTo(options?: ScrollToOptions | undefined): void;
|
|
1070
|
-
scrollTo(x: number, y: number): void;
|
|
1071
|
-
setAttribute(qualifiedName: string, value: string): void;
|
|
1072
|
-
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
1073
|
-
setAttributeNode(attr: Attr): Attr | null;
|
|
1074
|
-
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
1075
|
-
setPointerCapture(pointerId: number): void;
|
|
1076
|
-
toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
|
|
1077
|
-
webkitMatchesSelector(selectors: string): boolean;
|
|
1078
|
-
readonly baseURI: string;
|
|
1079
|
-
readonly childNodes: NodeListOf<ChildNode>;
|
|
1080
|
-
readonly firstChild: ChildNode | null;
|
|
1081
|
-
readonly isConnected: boolean;
|
|
1082
|
-
readonly lastChild: ChildNode | null;
|
|
1083
|
-
readonly nextSibling: ChildNode | null;
|
|
1084
|
-
readonly nodeName: string;
|
|
1085
|
-
readonly nodeType: number;
|
|
1086
|
-
nodeValue: string | null;
|
|
1087
|
-
readonly parentElement: HTMLElement | null;
|
|
1088
|
-
readonly parentNode: ParentNode | null;
|
|
1089
|
-
readonly previousSibling: ChildNode | null;
|
|
1090
|
-
textContent: string | null;
|
|
1091
|
-
appendChild<T extends Node>(node: T): T;
|
|
1092
|
-
cloneNode(deep?: boolean | undefined): Node;
|
|
1093
|
-
compareDocumentPosition(other: Node): number;
|
|
1094
|
-
contains(other: Node | null): boolean;
|
|
1095
|
-
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
1096
|
-
hasChildNodes(): boolean;
|
|
1097
|
-
insertBefore<T_5 extends Node>(node: T_5, child: Node | null): T_5;
|
|
1098
|
-
isDefaultNamespace(namespace: string | null): boolean;
|
|
1099
|
-
isEqualNode(otherNode: Node | null): boolean;
|
|
1100
|
-
isSameNode(otherNode: Node | null): boolean;
|
|
1101
|
-
lookupNamespaceURI(prefix: string | null): string | null;
|
|
1102
|
-
lookupPrefix(namespace: string | null): string | null;
|
|
1103
|
-
normalize(): void;
|
|
1104
|
-
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
1105
|
-
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
1106
|
-
readonly ELEMENT_NODE: 1;
|
|
1107
|
-
readonly ATTRIBUTE_NODE: 2;
|
|
1108
|
-
readonly TEXT_NODE: 3;
|
|
1109
|
-
readonly CDATA_SECTION_NODE: 4;
|
|
1110
|
-
readonly ENTITY_REFERENCE_NODE: 5;
|
|
1111
|
-
readonly ENTITY_NODE: 6;
|
|
1112
|
-
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
1113
|
-
readonly COMMENT_NODE: 8;
|
|
1114
|
-
readonly DOCUMENT_NODE: 9;
|
|
1115
|
-
readonly DOCUMENT_TYPE_NODE: 10;
|
|
1116
|
-
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
1117
|
-
readonly NOTATION_NODE: 12;
|
|
1118
|
-
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
1119
|
-
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
1120
|
-
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
1121
|
-
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
1122
|
-
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
1123
|
-
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
1124
|
-
dispatchEvent(event: Event): boolean;
|
|
1125
|
-
ariaAtomic: string | null;
|
|
1126
|
-
ariaAutoComplete: string | null;
|
|
1127
|
-
ariaBusy: string | null;
|
|
1128
|
-
ariaChecked: string | null;
|
|
1129
|
-
ariaColCount: string | null;
|
|
1130
|
-
ariaColIndex: string | null;
|
|
1131
|
-
ariaColSpan: string | null;
|
|
1132
|
-
ariaCurrent: string | null;
|
|
1133
|
-
ariaDisabled: string | null;
|
|
1134
|
-
ariaExpanded: string | null;
|
|
1135
|
-
ariaHasPopup: string | null;
|
|
1136
|
-
ariaHidden: string | null;
|
|
1137
|
-
ariaInvalid: string | null;
|
|
1138
|
-
ariaKeyShortcuts: string | null;
|
|
1139
|
-
ariaLabel: string | null;
|
|
1140
|
-
ariaLevel: string | null;
|
|
1141
|
-
ariaLive: string | null;
|
|
1142
|
-
ariaModal: string | null;
|
|
1143
|
-
ariaMultiLine: string | null;
|
|
1144
|
-
ariaMultiSelectable: string | null;
|
|
1145
|
-
ariaOrientation: string | null;
|
|
1146
|
-
ariaPlaceholder: string | null;
|
|
1147
|
-
ariaPosInSet: string | null;
|
|
1148
|
-
ariaPressed: string | null;
|
|
1149
|
-
ariaReadOnly: string | null;
|
|
1150
|
-
ariaRequired: string | null;
|
|
1151
|
-
ariaRoleDescription: string | null;
|
|
1152
|
-
ariaRowCount: string | null;
|
|
1153
|
-
ariaRowIndex: string | null;
|
|
1154
|
-
ariaRowSpan: string | null;
|
|
1155
|
-
ariaSelected: string | null;
|
|
1156
|
-
ariaSetSize: string | null;
|
|
1157
|
-
ariaSort: string | null;
|
|
1158
|
-
ariaValueMax: string | null;
|
|
1159
|
-
ariaValueMin: string | null;
|
|
1160
|
-
ariaValueNow: string | null;
|
|
1161
|
-
ariaValueText: string | null;
|
|
1162
|
-
role: string | null;
|
|
1163
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
|
|
1164
|
-
getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
|
|
1165
|
-
after(...nodes: (string | Node)[]): void;
|
|
1166
|
-
before(...nodes: (string | Node)[]): void;
|
|
1167
|
-
remove(): void;
|
|
1168
|
-
replaceWith(...nodes: (string | Node)[]): void;
|
|
1169
|
-
innerHTML: string;
|
|
1170
|
-
readonly nextElementSibling: Element | null;
|
|
1171
|
-
readonly previousElementSibling: Element | null;
|
|
1172
|
-
readonly childElementCount: number;
|
|
1173
|
-
readonly children: HTMLCollection;
|
|
1174
|
-
readonly firstElementChild: Element | null;
|
|
1175
|
-
readonly lastElementChild: Element | null;
|
|
1176
|
-
append(...nodes: (string | Node)[]): void;
|
|
1177
|
-
prepend(...nodes: (string | Node)[]): void;
|
|
1178
|
-
querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
|
|
1179
|
-
querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
|
|
1180
|
-
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
|
|
1181
|
-
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
|
|
1182
|
-
querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
|
|
1183
|
-
querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
|
|
1184
|
-
querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
|
|
1185
|
-
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
1186
|
-
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
1187
|
-
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
1188
|
-
replaceChildren(...nodes: (string | Node)[]): void;
|
|
1189
|
-
readonly assignedSlot: HTMLSlotElement | null;
|
|
1190
|
-
readonly style: CSSStyleDeclaration;
|
|
1191
|
-
contentEditable: string;
|
|
1192
|
-
enterKeyHint: string;
|
|
1193
|
-
inputMode: string;
|
|
1194
|
-
readonly isContentEditable: boolean;
|
|
1195
|
-
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1196
|
-
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1197
|
-
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1198
|
-
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1199
|
-
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1200
|
-
onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1201
|
-
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
1202
|
-
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1203
|
-
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1204
|
-
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1205
|
-
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1206
|
-
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1207
|
-
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1208
|
-
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1209
|
-
oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1210
|
-
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1211
|
-
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1212
|
-
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1213
|
-
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1214
|
-
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1215
|
-
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1216
|
-
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1217
|
-
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1218
|
-
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1219
|
-
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1220
|
-
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1221
|
-
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1222
|
-
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1223
|
-
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1224
|
-
onerror: OnErrorEventHandler;
|
|
1225
|
-
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1226
|
-
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
1227
|
-
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1228
|
-
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1229
|
-
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1230
|
-
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
1231
|
-
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
1232
|
-
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
1233
|
-
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1234
|
-
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1235
|
-
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1236
|
-
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1237
|
-
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1238
|
-
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1239
|
-
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1240
|
-
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1241
|
-
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1242
|
-
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1243
|
-
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1244
|
-
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1245
|
-
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1246
|
-
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1247
|
-
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1248
|
-
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1249
|
-
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1250
|
-
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1251
|
-
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1252
|
-
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1253
|
-
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1254
|
-
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1255
|
-
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1256
|
-
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1257
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
|
|
1258
|
-
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1259
|
-
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1260
|
-
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1261
|
-
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1262
|
-
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
1263
|
-
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1264
|
-
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1265
|
-
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1266
|
-
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1267
|
-
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1268
|
-
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1269
|
-
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1270
|
-
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
1271
|
-
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1272
|
-
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1273
|
-
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1274
|
-
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1275
|
-
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1276
|
-
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1277
|
-
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1278
|
-
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1279
|
-
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1280
|
-
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1281
|
-
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1282
|
-
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1283
|
-
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1284
|
-
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1285
|
-
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1286
|
-
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1287
|
-
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1288
|
-
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
1289
|
-
autofocus: boolean;
|
|
1290
|
-
readonly dataset: DOMStringMap;
|
|
1291
|
-
nonce?: string | undefined;
|
|
1292
|
-
tabIndex: number;
|
|
1293
|
-
blur(): void;
|
|
1294
|
-
focus(options?: FocusOptions | undefined): void;
|
|
1295
|
-
ariaColIndexText: string | null;
|
|
1296
|
-
ariaDescription: string | null;
|
|
1297
|
-
ariaRowIndexText: string | null;
|
|
1298
|
-
ariaRelevant: string | null;
|
|
1299
|
-
roleChanged(prev: string | null, next: string | null): void;
|
|
1300
|
-
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
1301
|
-
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
1302
|
-
ariaBusyChanged(prev: string | null, next: string | null): void;
|
|
1303
|
-
ariaCheckedChanged(prev: string | null, next: string | null): void;
|
|
1304
|
-
ariaColCountChanged(prev: string | null, next: string | null): void;
|
|
1305
|
-
ariaColIndexChanged(prev: string | null, next: string | null): void;
|
|
1306
|
-
ariaColIndexTextChanged(prev: string | null, next: string | null): void;
|
|
1307
|
-
ariaColSpanChanged(prev: string | null, next: string | null): void;
|
|
1308
|
-
ariaCurrentChanged(prev: string | null, next: string | null): void;
|
|
1309
|
-
ariaDescriptionChanged(prev: string | null, next: string | null): void;
|
|
1310
|
-
ariaDisabledChanged(prev: string | null, next: string | null): void;
|
|
1311
|
-
ariaExpandedChanged(prev: string | null, next: string | null): void;
|
|
1312
|
-
ariaHasPopupChanged(prev: string | null, next: string | null): void;
|
|
1313
|
-
ariaHiddenChanged(prev: string | null, next: string | null): void;
|
|
1314
|
-
ariaInvalidChanged(prev: string | null, next: string | null): void;
|
|
1315
|
-
ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
|
|
1316
|
-
ariaLabelChanged(prev: string | null, next: string | null): void;
|
|
1317
|
-
ariaLevelChanged(prev: string | null, next: string | null): void;
|
|
1318
|
-
ariaLiveChanged(prev: string | null, next: string | null): void;
|
|
1319
|
-
ariaModalChanged(prev: string | null, next: string | null): void;
|
|
1320
|
-
ariaMultiLineChanged(prev: string | null, next: string | null): void;
|
|
1321
|
-
ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
|
|
1322
|
-
ariaOrientationChanged(prev: string | null, next: string | null): void;
|
|
1323
|
-
ariaPlaceholderChanged(prev: string | null, next: string | null): void;
|
|
1324
|
-
ariaPosInSetChanged(prev: string | null, next: string | null): void;
|
|
1325
|
-
ariaPressedChanged(prev: string | null, next: string | null): void;
|
|
1326
|
-
ariaReadOnlyChanged(prev: string | null, next: string | null): void;
|
|
1327
|
-
ariaRequiredChanged(prev: string | null, next: string | null): void;
|
|
1328
|
-
ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
|
|
1329
|
-
ariaRowCountChanged(prev: string | null, next: string | null): void;
|
|
1330
|
-
ariaRowIndexChanged(prev: string | null, next: string | null): void;
|
|
1331
|
-
ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
|
|
1332
|
-
ariaRowSpanChanged(prev: string | null, next: string | null): void;
|
|
1333
|
-
ariaSelectedChanged(prev: string | null, next: string | null): void;
|
|
1334
|
-
ariaSetSizeChanged(prev: string | null, next: string | null): void;
|
|
1335
|
-
ariaSortChanged(prev: string | null, next: string | null): void;
|
|
1336
|
-
ariaValueMaxChanged(prev: string | null, next: string | null): void;
|
|
1337
|
-
ariaValueMinChanged(prev: string | null, next: string | null): void;
|
|
1338
|
-
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
1339
|
-
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
1340
|
-
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
1341
|
-
"__#1@#handleReplacedProp"(replacedProp: {
|
|
1342
|
-
newPropertyName: string;
|
|
1343
|
-
deprecatedPropertyName: string;
|
|
1344
|
-
fromDeprecated: (v: any) => any;
|
|
1345
|
-
toDeprecated?: ((v: any) => any) | undefined;
|
|
1346
|
-
}): void;
|
|
1347
|
-
helperText?: string | undefined;
|
|
1348
|
-
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
1349
|
-
readonly _feedbackDescribedBy: string;
|
|
1350
|
-
_internalFeedback(): {
|
|
1351
|
-
type: import("../../feedback/feedback-message").FeedbackType;
|
|
1352
|
-
message: string;
|
|
1353
|
-
};
|
|
1354
|
-
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
1355
|
-
_getFeedbackTemplate(ctx: import("../../design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<{
|
|
1356
|
-
helperText?: string | undefined;
|
|
1357
|
-
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
1358
|
-
readonly _feedbackDescribedBy: string;
|
|
1359
|
-
_internalFeedback(): {
|
|
1360
|
-
type: import("../../feedback/feedback-message").FeedbackType;
|
|
1361
|
-
message: string;
|
|
1362
|
-
};
|
|
1363
|
-
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
1364
|
-
_getFeedbackTemplate(ctx: import("../../design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
1365
|
-
connectedCallback(): void;
|
|
1366
|
-
_vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
|
|
1367
|
-
readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
|
|
1368
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
1369
|
-
disconnectedCallback(): void;
|
|
1370
|
-
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
1371
|
-
accessKey: string;
|
|
1372
|
-
readonly accessKeyLabel: string;
|
|
1373
|
-
autocapitalize: string;
|
|
1374
|
-
dir: string;
|
|
1375
|
-
draggable: boolean;
|
|
1376
|
-
hidden: boolean;
|
|
1377
|
-
inert: boolean;
|
|
1378
|
-
innerText: string;
|
|
1379
|
-
lang: string;
|
|
1380
|
-
readonly offsetHeight: number;
|
|
1381
|
-
readonly offsetLeft: number;
|
|
1382
|
-
readonly offsetParent: Element | null;
|
|
1383
|
-
readonly offsetTop: number;
|
|
1384
|
-
readonly offsetWidth: number;
|
|
1385
|
-
outerText: string;
|
|
1386
|
-
spellcheck: boolean;
|
|
1387
|
-
title: string;
|
|
1388
|
-
translate: boolean;
|
|
1389
|
-
attachInternals(): ElementInternals;
|
|
1390
|
-
click(): void;
|
|
1391
|
-
addEventListener<K_17 extends keyof HTMLElementEventMap>(type: K_17, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_17]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
1392
|
-
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
1393
|
-
removeEventListener<K_18 extends keyof HTMLElementEventMap>(type: K_18, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_18]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
1394
|
-
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
1395
|
-
readonly attributes: NamedNodeMap;
|
|
1396
|
-
readonly classList: DOMTokenList;
|
|
1397
|
-
className: string;
|
|
1398
|
-
readonly clientHeight: number;
|
|
1399
|
-
readonly clientLeft: number;
|
|
1400
|
-
readonly clientTop: number;
|
|
1401
|
-
readonly clientWidth: number;
|
|
1402
|
-
id: string;
|
|
1403
|
-
readonly localName: string;
|
|
1404
|
-
readonly namespaceURI: string | null;
|
|
1405
|
-
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
1406
|
-
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
1407
|
-
outerHTML: string;
|
|
1408
|
-
readonly ownerDocument: Document;
|
|
1409
|
-
readonly part: DOMTokenList;
|
|
1410
|
-
readonly prefix: string | null;
|
|
1411
|
-
readonly scrollHeight: number;
|
|
1412
|
-
scrollLeft: number;
|
|
1413
|
-
scrollTop: number;
|
|
1414
|
-
readonly scrollWidth: number;
|
|
1415
|
-
readonly shadowRoot: ShadowRoot | null;
|
|
1416
|
-
slot: string;
|
|
1417
|
-
readonly tagName: string;
|
|
1418
|
-
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1419
|
-
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
1420
|
-
closest<K_19 extends keyof HTMLElementTagNameMap>(selector: K_19): HTMLElementTagNameMap[K_19] | null;
|
|
1421
|
-
closest<K_20 extends keyof SVGElementTagNameMap>(selector: K_20): SVGElementTagNameMap[K_20] | null;
|
|
1422
|
-
closest<K_21 extends keyof MathMLElementTagNameMap>(selector: K_21): MathMLElementTagNameMap[K_21] | null;
|
|
1423
|
-
closest<E_3 extends Element = Element>(selectors: string): E_3 | null;
|
|
1424
|
-
getAttribute(qualifiedName: string): string | null;
|
|
1425
|
-
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
1426
|
-
getAttributeNames(): string[];
|
|
1427
|
-
getAttributeNode(qualifiedName: string): Attr | null;
|
|
1428
|
-
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
1429
|
-
getBoundingClientRect(): DOMRect;
|
|
1430
|
-
getClientRects(): DOMRectList;
|
|
1431
|
-
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
1432
|
-
getElementsByTagName<K_22 extends keyof HTMLElementTagNameMap>(qualifiedName: K_22): HTMLCollectionOf<HTMLElementTagNameMap[K_22]>;
|
|
1433
|
-
getElementsByTagName<K_23 extends keyof SVGElementTagNameMap>(qualifiedName: K_23): HTMLCollectionOf<SVGElementTagNameMap[K_23]>;
|
|
1434
|
-
getElementsByTagName<K_24 extends keyof MathMLElementTagNameMap>(qualifiedName: K_24): HTMLCollectionOf<MathMLElementTagNameMap[K_24]>;
|
|
1435
|
-
getElementsByTagName<K_25 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_25): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_25]>;
|
|
1436
|
-
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1437
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1438
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
1439
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
1440
|
-
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
1441
|
-
hasAttribute(qualifiedName: string): boolean;
|
|
1442
|
-
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
1443
|
-
hasAttributes(): boolean;
|
|
1444
|
-
hasPointerCapture(pointerId: number): boolean;
|
|
1445
|
-
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
1446
|
-
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
1447
|
-
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
1448
|
-
matches(selectors: string): boolean;
|
|
1449
|
-
releasePointerCapture(pointerId: number): void;
|
|
1450
|
-
removeAttribute(qualifiedName: string): void;
|
|
1451
|
-
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
1452
|
-
removeAttributeNode(attr: Attr): Attr;
|
|
1453
|
-
requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
|
|
1454
|
-
requestPointerLock(): void;
|
|
1455
|
-
scroll(options?: ScrollToOptions | undefined): void;
|
|
1456
|
-
scroll(x: number, y: number): void;
|
|
1457
|
-
scrollBy(options?: ScrollToOptions | undefined): void;
|
|
1458
|
-
scrollBy(x: number, y: number): void;
|
|
1459
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
|
|
1460
|
-
scrollTo(options?: ScrollToOptions | undefined): void;
|
|
1461
|
-
scrollTo(x: number, y: number): void;
|
|
1462
|
-
setAttribute(qualifiedName: string, value: string): void;
|
|
1463
|
-
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
1464
|
-
setAttributeNode(attr: Attr): Attr | null;
|
|
1465
|
-
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
1466
|
-
setPointerCapture(pointerId: number): void;
|
|
1467
|
-
toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
|
|
1468
|
-
webkitMatchesSelector(selectors: string): boolean;
|
|
1469
|
-
readonly baseURI: string;
|
|
1470
|
-
readonly childNodes: NodeListOf<ChildNode>;
|
|
1471
|
-
readonly firstChild: ChildNode | null;
|
|
1472
|
-
readonly isConnected: boolean;
|
|
1473
|
-
readonly lastChild: ChildNode | null;
|
|
1474
|
-
readonly nextSibling: ChildNode | null;
|
|
1475
|
-
readonly nodeName: string;
|
|
1476
|
-
readonly nodeType: number;
|
|
1477
|
-
nodeValue: string | null;
|
|
1478
|
-
readonly parentElement: HTMLElement | null;
|
|
1479
|
-
readonly parentNode: ParentNode | null;
|
|
1480
|
-
readonly previousSibling: ChildNode | null;
|
|
1481
|
-
textContent: string | null;
|
|
1482
|
-
appendChild<T extends Node>(node: T): T;
|
|
1483
|
-
cloneNode(deep?: boolean | undefined): Node;
|
|
1484
|
-
compareDocumentPosition(other: Node): number;
|
|
1485
|
-
contains(other: Node | null): boolean;
|
|
1486
|
-
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
1487
|
-
hasChildNodes(): boolean;
|
|
1488
|
-
insertBefore<T_4 extends Node>(node: T_4, child: Node | null): T_4;
|
|
1489
|
-
isDefaultNamespace(namespace: string | null): boolean;
|
|
1490
|
-
isEqualNode(otherNode: Node | null): boolean;
|
|
1491
|
-
isSameNode(otherNode: Node | null): boolean;
|
|
1492
|
-
lookupNamespaceURI(prefix: string | null): string | null;
|
|
1493
|
-
lookupPrefix(namespace: string | null): string | null;
|
|
1494
|
-
normalize(): void;
|
|
1495
|
-
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
1496
|
-
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
1497
|
-
readonly ELEMENT_NODE: 1;
|
|
1498
|
-
readonly ATTRIBUTE_NODE: 2;
|
|
1499
|
-
readonly TEXT_NODE: 3;
|
|
1500
|
-
readonly CDATA_SECTION_NODE: 4;
|
|
1501
|
-
readonly ENTITY_REFERENCE_NODE: 5;
|
|
1502
|
-
readonly ENTITY_NODE: 6;
|
|
1503
|
-
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
1504
|
-
readonly COMMENT_NODE: 8;
|
|
1505
|
-
readonly DOCUMENT_NODE: 9;
|
|
1506
|
-
readonly DOCUMENT_TYPE_NODE: 10;
|
|
1507
|
-
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
1508
|
-
readonly NOTATION_NODE: 12;
|
|
1509
|
-
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
1510
|
-
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
1511
|
-
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
1512
|
-
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
1513
|
-
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
1514
|
-
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
1515
|
-
dispatchEvent(event: Event): boolean;
|
|
1516
|
-
ariaAtomic: string | null;
|
|
1517
|
-
ariaAutoComplete: string | null;
|
|
1518
|
-
ariaBusy: string | null;
|
|
1519
|
-
ariaChecked: string | null;
|
|
1520
|
-
ariaColCount: string | null;
|
|
1521
|
-
ariaColIndex: string | null;
|
|
1522
|
-
ariaColSpan: string | null;
|
|
1523
|
-
ariaCurrent: string | null;
|
|
1524
|
-
ariaDisabled: string | null;
|
|
1525
|
-
ariaExpanded: string | null;
|
|
1526
|
-
ariaHasPopup: string | null;
|
|
1527
|
-
ariaHidden: string | null;
|
|
1528
|
-
ariaInvalid: string | null;
|
|
1529
|
-
ariaKeyShortcuts: string | null;
|
|
1530
|
-
ariaLabel: string | null;
|
|
1531
|
-
ariaLevel: string | null;
|
|
1532
|
-
ariaLive: string | null;
|
|
1533
|
-
ariaModal: string | null;
|
|
1534
|
-
ariaMultiLine: string | null;
|
|
1535
|
-
ariaMultiSelectable: string | null;
|
|
1536
|
-
ariaOrientation: string | null;
|
|
1537
|
-
ariaPlaceholder: string | null;
|
|
1538
|
-
ariaPosInSet: string | null;
|
|
1539
|
-
ariaPressed: string | null;
|
|
1540
|
-
ariaReadOnly: string | null;
|
|
1541
|
-
ariaRequired: string | null;
|
|
1542
|
-
ariaRoleDescription: string | null;
|
|
1543
|
-
ariaRowCount: string | null;
|
|
1544
|
-
ariaRowIndex: string | null;
|
|
1545
|
-
ariaRowSpan: string | null;
|
|
1546
|
-
ariaSelected: string | null;
|
|
1547
|
-
ariaSetSize: string | null;
|
|
1548
|
-
ariaSort: string | null;
|
|
1549
|
-
ariaValueMax: string | null;
|
|
1550
|
-
ariaValueMin: string | null;
|
|
1551
|
-
ariaValueNow: string | null;
|
|
1552
|
-
ariaValueText: string | null;
|
|
1553
|
-
role: string | null;
|
|
1554
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
|
|
1555
|
-
getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
|
|
1556
|
-
after(...nodes: (string | Node)[]): void;
|
|
1557
|
-
before(...nodes: (string | Node)[]): void;
|
|
1558
|
-
remove(): void;
|
|
1559
|
-
replaceWith(...nodes: (string | Node)[]): void;
|
|
1560
|
-
innerHTML: string;
|
|
1561
|
-
readonly nextElementSibling: Element | null;
|
|
1562
|
-
readonly previousElementSibling: Element | null;
|
|
1563
|
-
readonly childElementCount: number;
|
|
1564
|
-
readonly children: HTMLCollection;
|
|
1565
|
-
readonly firstElementChild: Element | null;
|
|
1566
|
-
readonly lastElementChild: Element | null;
|
|
1567
|
-
append(...nodes: (string | Node)[]): void;
|
|
1568
|
-
prepend(...nodes: (string | Node)[]): void;
|
|
1569
|
-
querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
|
|
1570
|
-
querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
|
|
1571
|
-
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
|
|
1572
|
-
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
|
|
1573
|
-
querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
|
|
1574
|
-
querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
|
|
1575
|
-
querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
|
|
1576
|
-
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
1577
|
-
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
1578
|
-
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
1579
|
-
replaceChildren(...nodes: (string | Node)[]): void;
|
|
1580
|
-
readonly assignedSlot: HTMLSlotElement | null;
|
|
1581
|
-
readonly style: CSSStyleDeclaration;
|
|
1582
|
-
contentEditable: string;
|
|
1583
|
-
enterKeyHint: string;
|
|
1584
|
-
inputMode: string;
|
|
1585
|
-
readonly isContentEditable: boolean;
|
|
1586
|
-
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1587
|
-
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1588
|
-
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1589
|
-
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1590
|
-
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1591
|
-
onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1592
|
-
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
1593
|
-
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1594
|
-
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1595
|
-
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1596
|
-
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1597
|
-
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1598
|
-
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1599
|
-
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1600
|
-
oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1601
|
-
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1602
|
-
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1603
|
-
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1604
|
-
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1605
|
-
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1606
|
-
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1607
|
-
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1608
|
-
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1609
|
-
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1610
|
-
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1611
|
-
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1612
|
-
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1613
|
-
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1614
|
-
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1615
|
-
onerror: OnErrorEventHandler;
|
|
1616
|
-
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1617
|
-
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
1618
|
-
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1619
|
-
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1620
|
-
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1621
|
-
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
1622
|
-
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
1623
|
-
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
1624
|
-
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1625
|
-
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1626
|
-
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1627
|
-
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1628
|
-
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1629
|
-
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1630
|
-
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1631
|
-
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1632
|
-
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1633
|
-
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1634
|
-
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1635
|
-
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1636
|
-
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1637
|
-
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1638
|
-
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1639
|
-
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1640
|
-
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1641
|
-
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1642
|
-
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1643
|
-
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1644
|
-
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1645
|
-
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1646
|
-
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1647
|
-
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1648
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
|
|
1649
|
-
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1650
|
-
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1651
|
-
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1652
|
-
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1653
|
-
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
1654
|
-
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1655
|
-
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1656
|
-
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1657
|
-
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1658
|
-
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1659
|
-
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1660
|
-
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1661
|
-
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
1662
|
-
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1663
|
-
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1664
|
-
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1665
|
-
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1666
|
-
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1667
|
-
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1668
|
-
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1669
|
-
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1670
|
-
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1671
|
-
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1672
|
-
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1673
|
-
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1674
|
-
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1675
|
-
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1676
|
-
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1677
|
-
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1678
|
-
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1679
|
-
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
1680
|
-
autofocus: boolean;
|
|
1681
|
-
readonly dataset: DOMStringMap;
|
|
1682
|
-
nonce?: string | undefined;
|
|
1683
|
-
tabIndex: number;
|
|
1684
|
-
blur(): void;
|
|
1685
|
-
focus(options?: FocusOptions | undefined): void;
|
|
1686
|
-
ariaColIndexText: string | null;
|
|
1687
|
-
ariaDescription: string | null;
|
|
1688
|
-
ariaRowIndexText: string | null;
|
|
1689
|
-
ariaRelevant: string | null;
|
|
1690
|
-
roleChanged(prev: string | null, next: string | null): void;
|
|
1691
|
-
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
1692
|
-
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
1693
|
-
ariaBusyChanged(prev: string | null, next: string | null): void;
|
|
1694
|
-
ariaCheckedChanged(prev: string | null, next: string | null): void;
|
|
1695
|
-
ariaColCountChanged(prev: string | null, next: string | null): void;
|
|
1696
|
-
ariaColIndexChanged(prev: string | null, next: string | null): void;
|
|
1697
|
-
ariaColIndexTextChanged(prev: string | null, next: string | null): void;
|
|
1698
|
-
ariaColSpanChanged(prev: string | null, next: string | null): void;
|
|
1699
|
-
ariaCurrentChanged(prev: string | null, next: string | null): void;
|
|
1700
|
-
ariaDescriptionChanged(prev: string | null, next: string | null): void;
|
|
1701
|
-
ariaDisabledChanged(prev: string | null, next: string | null): void;
|
|
1702
|
-
ariaExpandedChanged(prev: string | null, next: string | null): void;
|
|
1703
|
-
ariaHasPopupChanged(prev: string | null, next: string | null): void;
|
|
1704
|
-
ariaHiddenChanged(prev: string | null, next: string | null): void;
|
|
1705
|
-
ariaInvalidChanged(prev: string | null, next: string | null): void;
|
|
1706
|
-
ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
|
|
1707
|
-
ariaLabelChanged(prev: string | null, next: string | null): void;
|
|
1708
|
-
ariaLevelChanged(prev: string | null, next: string | null): void;
|
|
1709
|
-
ariaLiveChanged(prev: string | null, next: string | null): void;
|
|
1710
|
-
ariaModalChanged(prev: string | null, next: string | null): void;
|
|
1711
|
-
ariaMultiLineChanged(prev: string | null, next: string | null): void;
|
|
1712
|
-
ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
|
|
1713
|
-
ariaOrientationChanged(prev: string | null, next: string | null): void;
|
|
1714
|
-
ariaPlaceholderChanged(prev: string | null, next: string | null): void;
|
|
1715
|
-
ariaPosInSetChanged(prev: string | null, next: string | null): void;
|
|
1716
|
-
ariaPressedChanged(prev: string | null, next: string | null): void;
|
|
1717
|
-
ariaReadOnlyChanged(prev: string | null, next: string | null): void;
|
|
1718
|
-
ariaRequiredChanged(prev: string | null, next: string | null): void;
|
|
1719
|
-
ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
|
|
1720
|
-
ariaRowCountChanged(prev: string | null, next: string | null): void;
|
|
1721
|
-
ariaRowIndexChanged(prev: string | null, next: string | null): void;
|
|
1722
|
-
ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
|
|
1723
|
-
ariaRowSpanChanged(prev: string | null, next: string | null): void;
|
|
1724
|
-
ariaSelectedChanged(prev: string | null, next: string | null): void;
|
|
1725
|
-
ariaSetSizeChanged(prev: string | null, next: string | null): void;
|
|
1726
|
-
ariaSortChanged(prev: string | null, next: string | null): void;
|
|
1727
|
-
ariaValueMaxChanged(prev: string | null, next: string | null): void;
|
|
1728
|
-
ariaValueMinChanged(prev: string | null, next: string | null): void;
|
|
1729
|
-
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
1730
|
-
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
1731
|
-
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
1732
|
-
"__#1@#handleReplacedProp"(replacedProp: {
|
|
1733
|
-
newPropertyName: string;
|
|
1734
|
-
deprecatedPropertyName: string;
|
|
1735
|
-
fromDeprecated: (v: any) => any;
|
|
1736
|
-
toDeprecated?: ((v: any) => any) | undefined;
|
|
1737
|
-
}): void;
|
|
1738
|
-
}, any>;
|
|
1739
|
-
errorText?: string | undefined;
|
|
1740
|
-
errorTextChanged(_: string, newErrorText: string | undefined): void;
|
|
1741
|
-
"__#4@#blockValidateCalls": boolean;
|
|
1742
|
-
"__#4@#originalValidateFn": () => void;
|
|
1743
|
-
"__#4@#forceCustomError"(errorMessage: string): void;
|
|
1744
|
-
"__#4@#clearCustomErrorAndRevalidate"(): void;
|
|
1745
|
-
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
1746
|
-
readonly locale: import("../../localization/Locale").Locale;
|
|
1747
|
-
}>>(Base: T_6) => (abstract new (...args: any[]) => {
|
|
1748
|
-
_dateValue(): DateStr | '';
|
|
1
|
+
import { DateStr } from '../../datetime/dateStr';
|
|
2
|
+
import { AbstractConstructor } from '../../utils/mixins';
|
|
3
|
+
import { CalendarPickerElement } from './calendar-picker';
|
|
4
|
+
import { SingleValuePickerElement } from './single-value-picker';
|
|
5
|
+
export declare const SingleDatePickerMixin: <T extends AbstractConstructor<CalendarPickerElement & SingleValuePickerElement>>(Base: T) => (abstract new (...args: any[]) => {
|
|
6
|
+
_dateValue(): DateStr | "";
|
|
1749
7
|
_withUpdatedDate(dateStr: DateStr): string;
|
|
1750
8
|
valueChanged(previous: string, next: string): void;
|
|
1751
9
|
_onDateClick(date: DateStr): void;
|
|
1752
10
|
_isDateSelected(date: DateStr): boolean;
|
|
1753
11
|
_isDateAriaSelected(date: DateStr): boolean;
|
|
1754
12
|
_getSelectedDates(): DateStr[];
|
|
1755
|
-
_selectedMonth: import(
|
|
1756
|
-
_adjustSelectedMonthToEnsureVisibilityOf(date:
|
|
13
|
+
_selectedMonth: import('../../datetime/month').Month;
|
|
14
|
+
_adjustSelectedMonthToEnsureVisibilityOf(date: DateStr): boolean;
|
|
1757
15
|
_currentDate: string;
|
|
1758
|
-
_currentMonth: import(
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
_isDateInValidRange(date:
|
|
1762
|
-
"__#
|
|
1763
|
-
"__#
|
|
1764
|
-
_isMonthInValidRange(month: import(
|
|
16
|
+
_currentMonth: import('../../datetime/month').Month;
|
|
17
|
+
get _resolvedMinDate(): DateStr | "";
|
|
18
|
+
get _resolvedMaxDate(): DateStr | "";
|
|
19
|
+
_isDateInValidRange(date: DateStr): boolean;
|
|
20
|
+
"__#private@#isMonthAfterValidRange"(month: import('../../datetime/month').Month): boolean | "";
|
|
21
|
+
"__#private@#isMonthBeforeValidRange"(month: import('../../datetime/month').Month): boolean | "";
|
|
22
|
+
_isMonthInValidRange(month: import('../../datetime/month').Month): boolean;
|
|
1765
23
|
_closePopup: ((restoreFocusToTextField?: boolean) => void) & ((restoreFocusToTextField?: boolean) => void);
|
|
1766
24
|
_onPickerButtonClick: (() => void) & (() => void);
|
|
1767
25
|
_onTitleActionClick(): void;
|
|
1768
|
-
|
|
26
|
+
get _isPrevYearDisabled(): boolean | "";
|
|
1769
27
|
_onPrevYearClick(): void;
|
|
1770
|
-
|
|
28
|
+
get _isNextYearDisabled(): boolean | "";
|
|
1771
29
|
_onNextYearClick(): void;
|
|
1772
|
-
|
|
30
|
+
get _isPrevMonthDisabled(): boolean | "";
|
|
1773
31
|
_onPrevMonthClick(): void;
|
|
1774
|
-
|
|
32
|
+
get _isNextMonthDisabled(): boolean | "";
|
|
1775
33
|
_onNextMonthClick(): void;
|
|
1776
34
|
_numCalendars: number;
|
|
1777
|
-
|
|
35
|
+
get _segments(): import('./calendar-segments/segment').Segment[];
|
|
1778
36
|
_hideDatesOutsideMonth: boolean;
|
|
1779
|
-
_lastFocussedDate:
|
|
1780
|
-
_isDateInSelectedRange(_:
|
|
1781
|
-
_isDateRangeStart(_:
|
|
1782
|
-
_isDateRangeEnd(_:
|
|
1783
|
-
_onDateMouseEnter(_:
|
|
1784
|
-
_onDateMouseLeave(_:
|
|
1785
|
-
_onDateKeydown(date:
|
|
1786
|
-
_onDateFocus(date:
|
|
1787
|
-
|
|
37
|
+
_lastFocussedDate: DateStr | null;
|
|
38
|
+
_isDateInSelectedRange(_: DateStr): boolean;
|
|
39
|
+
_isDateRangeStart(_: DateStr): boolean;
|
|
40
|
+
_isDateRangeEnd(_: DateStr): boolean;
|
|
41
|
+
_onDateMouseEnter(_: DateStr): void;
|
|
42
|
+
_onDateMouseLeave(_: DateStr): void;
|
|
43
|
+
_onDateKeydown(date: DateStr, event: KeyboardEvent): boolean;
|
|
44
|
+
_onDateFocus(date: DateStr): void;
|
|
45
|
+
get _tabbableDate(): DateStr | null;
|
|
1788
46
|
_monthPickerYear: number | null;
|
|
1789
|
-
|
|
1790
|
-
_lastFocussedMonth: import(
|
|
1791
|
-
_onMonthClick(month: import(
|
|
1792
|
-
_onMonthKeydown(month: import(
|
|
1793
|
-
_onMonthFocus(month: import(
|
|
1794
|
-
|
|
47
|
+
get _inMonthPicker(): boolean;
|
|
48
|
+
_lastFocussedMonth: import('../../datetime/month').Month | null;
|
|
49
|
+
_onMonthClick(month: import('../../datetime/month').Month): void;
|
|
50
|
+
_onMonthKeydown(month: import('../../datetime/month').Month, event: KeyboardEvent): boolean;
|
|
51
|
+
_onMonthFocus(month: import('../../datetime/month').Month): void;
|
|
52
|
+
get _tabbableMonth(): import('../../datetime/month').Month | null;
|
|
1795
53
|
readOnly: boolean;
|
|
1796
54
|
readOnlyChanged(): void;
|
|
1797
|
-
_textFieldEl: import(
|
|
55
|
+
_textFieldEl: import('../../..').VwcTextFieldElement;
|
|
1798
56
|
_dialogEl: HTMLElement;
|
|
1799
|
-
_pickerButtonEl: import(
|
|
57
|
+
_pickerButtonEl: import('../../..').VwcButtonElement;
|
|
1800
58
|
connectedCallback(): void;
|
|
1801
59
|
disconnectedCallback(): void;
|
|
1802
|
-
"__#
|
|
1803
|
-
"__#
|
|
60
|
+
"__#private@#onFocusIn": () => void;
|
|
61
|
+
"__#private@#onFocusOut": () => void;
|
|
1804
62
|
proxy: HTMLInputElement;
|
|
1805
63
|
validate(): void;
|
|
1806
64
|
_getCustomValidationError(): string | null;
|
|
1807
|
-
"__#
|
|
65
|
+
"__#private@#localeChangeHandler": {
|
|
1808
66
|
handleChange: () => void;
|
|
1809
67
|
};
|
|
1810
|
-
"__#
|
|
1811
|
-
"__#
|
|
1812
|
-
"__#
|
|
68
|
+
"__#private@#localeChangeObserver": import('@microsoft/fast-element').ExpressionNotifier;
|
|
69
|
+
"__#private@#startObservingLocaleChanges"(): void;
|
|
70
|
+
"__#private@#stopObservingLocaleChanges"(): void;
|
|
1813
71
|
_popupOpen: boolean;
|
|
1814
|
-
"__#
|
|
1815
|
-
"__#
|
|
72
|
+
"__#private@#dismissOnClickOutside": (event: MouseEvent) => void;
|
|
73
|
+
"__#private@#openPopupIfPossible"(): void;
|
|
1816
74
|
_onBaseKeyDown(event: KeyboardEvent): boolean;
|
|
1817
75
|
_focusableElsWithinDialog(): NodeListOf<HTMLElement>;
|
|
1818
|
-
|
|
76
|
+
get _dialogLabel(): string;
|
|
1819
77
|
_presentationValue: string;
|
|
1820
78
|
_presentationValueChanged(): void;
|
|
1821
79
|
_updatePresentationValue: (() => void) & (() => void);
|
|
1822
|
-
|
|
1823
|
-
_textFieldSize?: string
|
|
80
|
+
get _textFieldPlaceholder(): string;
|
|
81
|
+
_textFieldSize?: string;
|
|
1824
82
|
_onTextFieldInput: ((event: Event) => void) & ((event: Event) => void);
|
|
1825
83
|
_onTextFieldChange: (() => void) & (() => void);
|
|
1826
|
-
|
|
1827
|
-
|
|
84
|
+
get _pickerButtonLabel(): string;
|
|
85
|
+
get _pickerButtonIcon(): string;
|
|
1828
86
|
_onOkClick(): void;
|
|
1829
87
|
_onClearClick: (() => void) & (() => void);
|
|
1830
|
-
_contextualHelpSlottedContent?: HTMLElement[]
|
|
1831
|
-
|
|
88
|
+
_contextualHelpSlottedContent?: HTMLElement[];
|
|
89
|
+
get _hasContextualHelp(): boolean;
|
|
1832
90
|
_isFromContextualHelp(e: Event): boolean;
|
|
1833
|
-
label?: string
|
|
91
|
+
label?: string;
|
|
1834
92
|
errorValidationMessage: string;
|
|
1835
93
|
forceErrorDisplay: boolean;
|
|
1836
94
|
hasBeenTouched: boolean;
|
|
1837
|
-
"__#
|
|
95
|
+
"__#private@#handleInvalidEvent": () => void;
|
|
1838
96
|
formResetCallback: (() => void) & (() => void) & (() => void) & (() => void);
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
97
|
+
get validity(): ValidityState;
|
|
98
|
+
get form(): HTMLFormElement | null;
|
|
99
|
+
get validationMessage(): string;
|
|
100
|
+
get willValidate(): boolean;
|
|
101
|
+
get labels(): ReadonlyArray<Node>;
|
|
1844
102
|
dirtyValue: boolean;
|
|
1845
|
-
proxySlot?: HTMLSlotElement
|
|
103
|
+
proxySlot?: HTMLSlotElement;
|
|
1846
104
|
value: string;
|
|
1847
|
-
currentValue: string;
|
|
105
|
+
get currentValue(): string;
|
|
106
|
+
set currentValue(value: string);
|
|
1848
107
|
initialValue: string;
|
|
1849
108
|
initialValueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
1850
109
|
disabled: boolean;
|
|
@@ -1853,25 +112,26 @@ export declare const SingleDatePickerMixin: <T_6 extends AbstractConstructor<{
|
|
|
1853
112
|
nameChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
1854
113
|
required: boolean;
|
|
1855
114
|
requiredChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
1856
|
-
|
|
115
|
+
get elementInternals(): ElementInternals | null;
|
|
1857
116
|
proxyEventsToBlock: string[];
|
|
1858
117
|
checkValidity: (() => boolean) & (() => boolean);
|
|
1859
118
|
reportValidity: (() => boolean) & (() => boolean);
|
|
1860
|
-
setValidity: ((flags: ValidityStateFlags, message?: string
|
|
119
|
+
setValidity: ((flags: ValidityStateFlags, message?: string, anchor?: HTMLElement) => void) & ((flags: ValidityStateFlags, message?: string, anchor?: HTMLElement) => void);
|
|
1861
120
|
formDisabledCallback: ((disabled: boolean) => void) & ((disabled: boolean) => void);
|
|
1862
121
|
proxyInitialized: boolean;
|
|
1863
122
|
attachProxy: (() => void) & (() => void);
|
|
1864
123
|
detachProxy: (() => void) & (() => void);
|
|
1865
|
-
setFormValue: ((value:
|
|
124
|
+
setFormValue: ((value: File | string | FormData | null, state?: File | string | FormData | null) => void) & ((value: File | string | FormData | null, state?: File | string | FormData | null) => void);
|
|
1866
125
|
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
1867
126
|
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
1868
|
-
_vividAriaBehaviour: import(
|
|
1869
|
-
readonly $fastController: import(
|
|
1870
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
127
|
+
_vividAriaBehaviour: import('../../aria/aria-mixin').VividAriaBehaviour;
|
|
128
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
129
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
1871
130
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
1872
131
|
accessKey: string;
|
|
1873
132
|
readonly accessKeyLabel: string;
|
|
1874
133
|
autocapitalize: string;
|
|
134
|
+
autocorrect: boolean;
|
|
1875
135
|
dir: string;
|
|
1876
136
|
draggable: boolean;
|
|
1877
137
|
hidden: boolean;
|
|
@@ -1884,30 +144,39 @@ export declare const SingleDatePickerMixin: <T_6 extends AbstractConstructor<{
|
|
|
1884
144
|
readonly offsetTop: number;
|
|
1885
145
|
readonly offsetWidth: number;
|
|
1886
146
|
outerText: string;
|
|
147
|
+
popover: string | null;
|
|
1887
148
|
spellcheck: boolean;
|
|
1888
149
|
title: string;
|
|
1889
150
|
translate: boolean;
|
|
151
|
+
writingSuggestions: string;
|
|
1890
152
|
attachInternals(): ElementInternals;
|
|
1891
153
|
click(): void;
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
154
|
+
hidePopover(): void;
|
|
155
|
+
showPopover(): void;
|
|
156
|
+
togglePopover(options?: boolean): boolean;
|
|
157
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
158
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
159
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
160
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1896
161
|
readonly attributes: NamedNodeMap;
|
|
1897
|
-
|
|
162
|
+
get classList(): DOMTokenList;
|
|
163
|
+
set classList(value: string);
|
|
1898
164
|
className: string;
|
|
1899
165
|
readonly clientHeight: number;
|
|
1900
166
|
readonly clientLeft: number;
|
|
1901
167
|
readonly clientTop: number;
|
|
1902
168
|
readonly clientWidth: number;
|
|
169
|
+
readonly currentCSSZoom: number;
|
|
1903
170
|
id: string;
|
|
171
|
+
innerHTML: string;
|
|
1904
172
|
readonly localName: string;
|
|
1905
173
|
readonly namespaceURI: string | null;
|
|
1906
174
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
1907
175
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
1908
176
|
outerHTML: string;
|
|
1909
177
|
readonly ownerDocument: Document;
|
|
1910
|
-
|
|
178
|
+
get part(): DOMTokenList;
|
|
179
|
+
set part(value: string);
|
|
1911
180
|
readonly prefix: string | null;
|
|
1912
181
|
readonly scrollHeight: number;
|
|
1913
182
|
scrollLeft: number;
|
|
@@ -1917,11 +186,12 @@ export declare const SingleDatePickerMixin: <T_6 extends AbstractConstructor<{
|
|
|
1917
186
|
slot: string;
|
|
1918
187
|
readonly tagName: string;
|
|
1919
188
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1920
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
1921
|
-
closest<
|
|
1922
|
-
closest<
|
|
1923
|
-
closest<
|
|
1924
|
-
closest<
|
|
189
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
190
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
191
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
192
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
193
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
194
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
1925
195
|
getAttribute(qualifiedName: string): string | null;
|
|
1926
196
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
1927
197
|
getAttributeNames(): string[];
|
|
@@ -1930,43 +200,47 @@ export declare const SingleDatePickerMixin: <T_6 extends AbstractConstructor<{
|
|
|
1930
200
|
getBoundingClientRect(): DOMRect;
|
|
1931
201
|
getClientRects(): DOMRectList;
|
|
1932
202
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
1933
|
-
getElementsByTagName<
|
|
1934
|
-
getElementsByTagName<
|
|
1935
|
-
getElementsByTagName<
|
|
1936
|
-
getElementsByTagName<
|
|
203
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
204
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
205
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
206
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
1937
207
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1938
208
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1939
209
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
1940
210
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
1941
211
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
212
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
1942
213
|
hasAttribute(qualifiedName: string): boolean;
|
|
1943
214
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
1944
215
|
hasAttributes(): boolean;
|
|
1945
216
|
hasPointerCapture(pointerId: number): boolean;
|
|
1946
217
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
1947
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
218
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
1948
219
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
1949
220
|
matches(selectors: string): boolean;
|
|
1950
221
|
releasePointerCapture(pointerId: number): void;
|
|
1951
222
|
removeAttribute(qualifiedName: string): void;
|
|
1952
223
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
1953
224
|
removeAttributeNode(attr: Attr): Attr;
|
|
1954
|
-
requestFullscreen(options?: FullscreenOptions
|
|
1955
|
-
requestPointerLock(): void
|
|
1956
|
-
scroll(options?: ScrollToOptions
|
|
225
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
226
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
227
|
+
scroll(options?: ScrollToOptions): void;
|
|
1957
228
|
scroll(x: number, y: number): void;
|
|
1958
|
-
scrollBy(options?: ScrollToOptions
|
|
229
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
1959
230
|
scrollBy(x: number, y: number): void;
|
|
1960
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
1961
|
-
scrollTo(options?: ScrollToOptions
|
|
231
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
232
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
1962
233
|
scrollTo(x: number, y: number): void;
|
|
1963
234
|
setAttribute(qualifiedName: string, value: string): void;
|
|
1964
235
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
1965
236
|
setAttributeNode(attr: Attr): Attr | null;
|
|
1966
237
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
238
|
+
setHTMLUnsafe(html: string): void;
|
|
1967
239
|
setPointerCapture(pointerId: number): void;
|
|
1968
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
240
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
1969
241
|
webkitMatchesSelector(selectors: string): boolean;
|
|
242
|
+
get textContent(): string;
|
|
243
|
+
set textContent(value: string | null);
|
|
1970
244
|
readonly baseURI: string;
|
|
1971
245
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
1972
246
|
readonly firstChild: ChildNode | null;
|
|
@@ -1979,22 +253,21 @@ export declare const SingleDatePickerMixin: <T_6 extends AbstractConstructor<{
|
|
|
1979
253
|
readonly parentElement: HTMLElement | null;
|
|
1980
254
|
readonly parentNode: ParentNode | null;
|
|
1981
255
|
readonly previousSibling: ChildNode | null;
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
cloneNode(deep?: boolean | undefined): Node;
|
|
256
|
+
appendChild<T_1 extends Node>(node: T_1): T_1;
|
|
257
|
+
cloneNode(subtree?: boolean): Node;
|
|
1985
258
|
compareDocumentPosition(other: Node): number;
|
|
1986
259
|
contains(other: Node | null): boolean;
|
|
1987
|
-
getRootNode(options?: GetRootNodeOptions
|
|
260
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
1988
261
|
hasChildNodes(): boolean;
|
|
1989
|
-
insertBefore<
|
|
262
|
+
insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
|
|
1990
263
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
1991
264
|
isEqualNode(otherNode: Node | null): boolean;
|
|
1992
265
|
isSameNode(otherNode: Node | null): boolean;
|
|
1993
266
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
1994
267
|
lookupPrefix(namespace: string | null): string | null;
|
|
1995
268
|
normalize(): void;
|
|
1996
|
-
removeChild<
|
|
1997
|
-
replaceChild<
|
|
269
|
+
removeChild<T_1 extends Node>(child: T_1): T_1;
|
|
270
|
+
replaceChild<T_1 extends Node>(node: Node, child: T_1): T_1;
|
|
1998
271
|
readonly ELEMENT_NODE: 1;
|
|
1999
272
|
readonly ATTRIBUTE_NODE: 2;
|
|
2000
273
|
readonly TEXT_NODE: 3;
|
|
@@ -2014,35 +287,49 @@ export declare const SingleDatePickerMixin: <T_6 extends AbstractConstructor<{
|
|
|
2014
287
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
2015
288
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
2016
289
|
dispatchEvent(event: Event): boolean;
|
|
290
|
+
ariaActiveDescendantElement: Element | null;
|
|
2017
291
|
ariaAtomic: string | null;
|
|
2018
292
|
ariaAutoComplete: string | null;
|
|
293
|
+
ariaBrailleLabel: string | null;
|
|
294
|
+
ariaBrailleRoleDescription: string | null;
|
|
2019
295
|
ariaBusy: string | null;
|
|
2020
296
|
ariaChecked: string | null;
|
|
2021
297
|
ariaColCount: string | null;
|
|
2022
298
|
ariaColIndex: string | null;
|
|
299
|
+
ariaColIndexText: string | null;
|
|
2023
300
|
ariaColSpan: string | null;
|
|
301
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
2024
302
|
ariaCurrent: string | null;
|
|
303
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
304
|
+
ariaDescription: string | null;
|
|
305
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
2025
306
|
ariaDisabled: string | null;
|
|
307
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
2026
308
|
ariaExpanded: string | null;
|
|
309
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
2027
310
|
ariaHasPopup: string | null;
|
|
2028
311
|
ariaHidden: string | null;
|
|
2029
312
|
ariaInvalid: string | null;
|
|
2030
313
|
ariaKeyShortcuts: string | null;
|
|
2031
314
|
ariaLabel: string | null;
|
|
315
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
2032
316
|
ariaLevel: string | null;
|
|
2033
317
|
ariaLive: string | null;
|
|
2034
318
|
ariaModal: string | null;
|
|
2035
319
|
ariaMultiLine: string | null;
|
|
2036
320
|
ariaMultiSelectable: string | null;
|
|
2037
321
|
ariaOrientation: string | null;
|
|
322
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
2038
323
|
ariaPlaceholder: string | null;
|
|
2039
324
|
ariaPosInSet: string | null;
|
|
2040
325
|
ariaPressed: string | null;
|
|
2041
326
|
ariaReadOnly: string | null;
|
|
327
|
+
ariaRelevant: string | null;
|
|
2042
328
|
ariaRequired: string | null;
|
|
2043
329
|
ariaRoleDescription: string | null;
|
|
2044
330
|
ariaRowCount: string | null;
|
|
2045
331
|
ariaRowIndex: string | null;
|
|
332
|
+
ariaRowIndexText: string | null;
|
|
2046
333
|
ariaRowSpan: string | null;
|
|
2047
334
|
ariaSelected: string | null;
|
|
2048
335
|
ariaSetSize: string | null;
|
|
@@ -2052,34 +339,35 @@ export declare const SingleDatePickerMixin: <T_6 extends AbstractConstructor<{
|
|
|
2052
339
|
ariaValueNow: string | null;
|
|
2053
340
|
ariaValueText: string | null;
|
|
2054
341
|
role: string | null;
|
|
2055
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
2056
|
-
getAnimations(options?: GetAnimationsOptions
|
|
2057
|
-
after(...nodes: (
|
|
2058
|
-
before(...nodes: (
|
|
342
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
343
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
344
|
+
after(...nodes: (Node | string)[]): void;
|
|
345
|
+
before(...nodes: (Node | string)[]): void;
|
|
2059
346
|
remove(): void;
|
|
2060
|
-
replaceWith(...nodes: (
|
|
2061
|
-
innerHTML: string;
|
|
347
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
2062
348
|
readonly nextElementSibling: Element | null;
|
|
2063
349
|
readonly previousElementSibling: Element | null;
|
|
2064
350
|
readonly childElementCount: number;
|
|
2065
351
|
readonly children: HTMLCollection;
|
|
2066
352
|
readonly firstElementChild: Element | null;
|
|
2067
353
|
readonly lastElementChild: Element | null;
|
|
2068
|
-
append(...nodes: (
|
|
2069
|
-
prepend(...nodes: (
|
|
2070
|
-
querySelector<
|
|
2071
|
-
querySelector<
|
|
2072
|
-
querySelector<
|
|
2073
|
-
querySelector<
|
|
2074
|
-
querySelector<
|
|
2075
|
-
querySelectorAll<
|
|
2076
|
-
querySelectorAll<
|
|
2077
|
-
querySelectorAll<
|
|
2078
|
-
querySelectorAll<
|
|
2079
|
-
querySelectorAll<
|
|
2080
|
-
replaceChildren(...nodes: (
|
|
354
|
+
append(...nodes: (Node | string)[]): void;
|
|
355
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
356
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
357
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
358
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
359
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
360
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
361
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
362
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
363
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
364
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
365
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
366
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
2081
367
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
2082
|
-
readonly
|
|
368
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
369
|
+
get style(): CSSStyleDeclaration;
|
|
370
|
+
set style(cssText: string);
|
|
2083
371
|
contentEditable: string;
|
|
2084
372
|
enterKeyHint: string;
|
|
2085
373
|
inputMode: string;
|
|
@@ -2089,16 +377,20 @@ export declare const SingleDatePickerMixin: <T_6 extends AbstractConstructor<{
|
|
|
2089
377
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2090
378
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2091
379
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2092
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
380
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2093
381
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
382
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
383
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
2094
384
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
2095
385
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2096
386
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2097
387
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2098
388
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2099
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
389
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2100
390
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2101
|
-
|
|
391
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
392
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
393
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2102
394
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
2103
395
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2104
396
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -2145,12 +437,14 @@ export declare const SingleDatePickerMixin: <T_6 extends AbstractConstructor<{
|
|
|
2145
437
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2146
438
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2147
439
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
440
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2148
441
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2149
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
442
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
2150
443
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2151
444
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2152
445
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
2153
446
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
447
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2154
448
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
2155
449
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2156
450
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -2162,7 +456,7 @@ export declare const SingleDatePickerMixin: <T_6 extends AbstractConstructor<{
|
|
|
2162
456
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
2163
457
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2164
458
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2165
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
459
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
2166
460
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2167
461
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2168
462
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -2180,14 +474,10 @@ export declare const SingleDatePickerMixin: <T_6 extends AbstractConstructor<{
|
|
|
2180
474
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
2181
475
|
autofocus: boolean;
|
|
2182
476
|
readonly dataset: DOMStringMap;
|
|
2183
|
-
nonce?: string
|
|
477
|
+
nonce?: string;
|
|
2184
478
|
tabIndex: number;
|
|
2185
479
|
blur(): void;
|
|
2186
|
-
focus(options?: FocusOptions
|
|
2187
|
-
ariaColIndexText: string | null;
|
|
2188
|
-
ariaDescription: string | null;
|
|
2189
|
-
ariaRowIndexText: string | null;
|
|
2190
|
-
ariaRelevant: string | null;
|
|
480
|
+
focus(options?: FocusOptions): void;
|
|
2191
481
|
roleChanged(prev: string | null, next: string | null): void;
|
|
2192
482
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
2193
483
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -2230,39 +520,40 @@ export declare const SingleDatePickerMixin: <T_6 extends AbstractConstructor<{
|
|
|
2230
520
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
2231
521
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
2232
522
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
2233
|
-
"__#
|
|
523
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
2234
524
|
newPropertyName: string;
|
|
2235
525
|
deprecatedPropertyName: string;
|
|
2236
526
|
fromDeprecated: (v: any) => any;
|
|
2237
527
|
toDeprecated?: ((v: any) => any) | undefined;
|
|
2238
528
|
}): void;
|
|
2239
|
-
helperText?: string
|
|
2240
|
-
_helperTextSlottedContent?: HTMLElement[]
|
|
2241
|
-
|
|
529
|
+
helperText?: string;
|
|
530
|
+
_helperTextSlottedContent?: HTMLElement[];
|
|
531
|
+
get _feedbackDescribedBy(): string;
|
|
2242
532
|
_internalFeedback(): {
|
|
2243
|
-
type: import(
|
|
533
|
+
type: import('../../feedback/feedback-message').FeedbackType;
|
|
2244
534
|
message: string;
|
|
2245
535
|
};
|
|
2246
536
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
2247
|
-
_getFeedbackTemplate(ctx: import(
|
|
2248
|
-
helperText?: string
|
|
2249
|
-
_helperTextSlottedContent?: HTMLElement[]
|
|
2250
|
-
|
|
537
|
+
_getFeedbackTemplate(ctx: import('../../design-system/defineVividComponent').VividElementDefinitionContext): import('@microsoft/fast-element').ViewTemplate<{
|
|
538
|
+
helperText?: string;
|
|
539
|
+
_helperTextSlottedContent?: HTMLElement[];
|
|
540
|
+
get _feedbackDescribedBy(): string;
|
|
2251
541
|
_internalFeedback(): {
|
|
2252
|
-
type: import(
|
|
542
|
+
type: import('../../feedback/feedback-message').FeedbackType;
|
|
2253
543
|
message: string;
|
|
2254
544
|
};
|
|
2255
545
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
2256
|
-
_getFeedbackTemplate(ctx: import(
|
|
546
|
+
_getFeedbackTemplate(ctx: import('../../design-system/defineVividComponent').VividElementDefinitionContext): import('@microsoft/fast-element').ViewTemplate<any, any>;
|
|
2257
547
|
connectedCallback(): void;
|
|
2258
|
-
_vividAriaBehaviour: import(
|
|
2259
|
-
readonly $fastController: import(
|
|
2260
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
548
|
+
_vividAriaBehaviour: import('../../aria/aria-mixin').VividAriaBehaviour;
|
|
549
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
550
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
2261
551
|
disconnectedCallback(): void;
|
|
2262
552
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
2263
553
|
accessKey: string;
|
|
2264
554
|
readonly accessKeyLabel: string;
|
|
2265
555
|
autocapitalize: string;
|
|
556
|
+
autocorrect: boolean;
|
|
2266
557
|
dir: string;
|
|
2267
558
|
draggable: boolean;
|
|
2268
559
|
hidden: boolean;
|
|
@@ -2275,30 +566,39 @@ export declare const SingleDatePickerMixin: <T_6 extends AbstractConstructor<{
|
|
|
2275
566
|
readonly offsetTop: number;
|
|
2276
567
|
readonly offsetWidth: number;
|
|
2277
568
|
outerText: string;
|
|
569
|
+
popover: string | null;
|
|
2278
570
|
spellcheck: boolean;
|
|
2279
571
|
title: string;
|
|
2280
572
|
translate: boolean;
|
|
573
|
+
writingSuggestions: string;
|
|
2281
574
|
attachInternals(): ElementInternals;
|
|
2282
575
|
click(): void;
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
|
|
2286
|
-
|
|
576
|
+
hidePopover(): void;
|
|
577
|
+
showPopover(): void;
|
|
578
|
+
togglePopover(options?: boolean): boolean;
|
|
579
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
580
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
581
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
582
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
2287
583
|
readonly attributes: NamedNodeMap;
|
|
2288
|
-
|
|
584
|
+
get classList(): DOMTokenList;
|
|
585
|
+
set classList(value: string);
|
|
2289
586
|
className: string;
|
|
2290
587
|
readonly clientHeight: number;
|
|
2291
588
|
readonly clientLeft: number;
|
|
2292
589
|
readonly clientTop: number;
|
|
2293
590
|
readonly clientWidth: number;
|
|
591
|
+
readonly currentCSSZoom: number;
|
|
2294
592
|
id: string;
|
|
593
|
+
innerHTML: string;
|
|
2295
594
|
readonly localName: string;
|
|
2296
595
|
readonly namespaceURI: string | null;
|
|
2297
596
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
2298
597
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
2299
598
|
outerHTML: string;
|
|
2300
599
|
readonly ownerDocument: Document;
|
|
2301
|
-
|
|
600
|
+
get part(): DOMTokenList;
|
|
601
|
+
set part(value: string);
|
|
2302
602
|
readonly prefix: string | null;
|
|
2303
603
|
readonly scrollHeight: number;
|
|
2304
604
|
scrollLeft: number;
|
|
@@ -2308,11 +608,12 @@ export declare const SingleDatePickerMixin: <T_6 extends AbstractConstructor<{
|
|
|
2308
608
|
slot: string;
|
|
2309
609
|
readonly tagName: string;
|
|
2310
610
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
2311
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
2312
|
-
closest<
|
|
2313
|
-
closest<
|
|
2314
|
-
closest<
|
|
2315
|
-
closest<
|
|
611
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
612
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
613
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
614
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
615
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
616
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
2316
617
|
getAttribute(qualifiedName: string): string | null;
|
|
2317
618
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
2318
619
|
getAttributeNames(): string[];
|
|
@@ -2321,43 +622,47 @@ export declare const SingleDatePickerMixin: <T_6 extends AbstractConstructor<{
|
|
|
2321
622
|
getBoundingClientRect(): DOMRect;
|
|
2322
623
|
getClientRects(): DOMRectList;
|
|
2323
624
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
2324
|
-
getElementsByTagName<
|
|
2325
|
-
getElementsByTagName<
|
|
2326
|
-
getElementsByTagName<
|
|
2327
|
-
getElementsByTagName<
|
|
625
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
626
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
627
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
628
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
2328
629
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
2329
630
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
2330
631
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
2331
632
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
2332
633
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
634
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
2333
635
|
hasAttribute(qualifiedName: string): boolean;
|
|
2334
636
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
2335
637
|
hasAttributes(): boolean;
|
|
2336
638
|
hasPointerCapture(pointerId: number): boolean;
|
|
2337
639
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
2338
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
640
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
2339
641
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
2340
642
|
matches(selectors: string): boolean;
|
|
2341
643
|
releasePointerCapture(pointerId: number): void;
|
|
2342
644
|
removeAttribute(qualifiedName: string): void;
|
|
2343
645
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
2344
646
|
removeAttributeNode(attr: Attr): Attr;
|
|
2345
|
-
requestFullscreen(options?: FullscreenOptions
|
|
2346
|
-
requestPointerLock(): void
|
|
2347
|
-
scroll(options?: ScrollToOptions
|
|
647
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
648
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
649
|
+
scroll(options?: ScrollToOptions): void;
|
|
2348
650
|
scroll(x: number, y: number): void;
|
|
2349
|
-
scrollBy(options?: ScrollToOptions
|
|
651
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
2350
652
|
scrollBy(x: number, y: number): void;
|
|
2351
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
2352
|
-
scrollTo(options?: ScrollToOptions
|
|
653
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
654
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
2353
655
|
scrollTo(x: number, y: number): void;
|
|
2354
656
|
setAttribute(qualifiedName: string, value: string): void;
|
|
2355
657
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
2356
658
|
setAttributeNode(attr: Attr): Attr | null;
|
|
2357
659
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
660
|
+
setHTMLUnsafe(html: string): void;
|
|
2358
661
|
setPointerCapture(pointerId: number): void;
|
|
2359
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
662
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
2360
663
|
webkitMatchesSelector(selectors: string): boolean;
|
|
664
|
+
get textContent(): string;
|
|
665
|
+
set textContent(value: string | null);
|
|
2361
666
|
readonly baseURI: string;
|
|
2362
667
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
2363
668
|
readonly firstChild: ChildNode | null;
|
|
@@ -2370,22 +675,21 @@ export declare const SingleDatePickerMixin: <T_6 extends AbstractConstructor<{
|
|
|
2370
675
|
readonly parentElement: HTMLElement | null;
|
|
2371
676
|
readonly parentNode: ParentNode | null;
|
|
2372
677
|
readonly previousSibling: ChildNode | null;
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
cloneNode(deep?: boolean | undefined): Node;
|
|
678
|
+
appendChild<T_1 extends Node>(node: T_1): T_1;
|
|
679
|
+
cloneNode(subtree?: boolean): Node;
|
|
2376
680
|
compareDocumentPosition(other: Node): number;
|
|
2377
681
|
contains(other: Node | null): boolean;
|
|
2378
|
-
getRootNode(options?: GetRootNodeOptions
|
|
682
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
2379
683
|
hasChildNodes(): boolean;
|
|
2380
|
-
insertBefore<
|
|
684
|
+
insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
|
|
2381
685
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
2382
686
|
isEqualNode(otherNode: Node | null): boolean;
|
|
2383
687
|
isSameNode(otherNode: Node | null): boolean;
|
|
2384
688
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
2385
689
|
lookupPrefix(namespace: string | null): string | null;
|
|
2386
690
|
normalize(): void;
|
|
2387
|
-
removeChild<
|
|
2388
|
-
replaceChild<
|
|
691
|
+
removeChild<T_1 extends Node>(child: T_1): T_1;
|
|
692
|
+
replaceChild<T_1 extends Node>(node: Node, child: T_1): T_1;
|
|
2389
693
|
readonly ELEMENT_NODE: 1;
|
|
2390
694
|
readonly ATTRIBUTE_NODE: 2;
|
|
2391
695
|
readonly TEXT_NODE: 3;
|
|
@@ -2405,35 +709,49 @@ export declare const SingleDatePickerMixin: <T_6 extends AbstractConstructor<{
|
|
|
2405
709
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
2406
710
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
2407
711
|
dispatchEvent(event: Event): boolean;
|
|
712
|
+
ariaActiveDescendantElement: Element | null;
|
|
2408
713
|
ariaAtomic: string | null;
|
|
2409
714
|
ariaAutoComplete: string | null;
|
|
715
|
+
ariaBrailleLabel: string | null;
|
|
716
|
+
ariaBrailleRoleDescription: string | null;
|
|
2410
717
|
ariaBusy: string | null;
|
|
2411
718
|
ariaChecked: string | null;
|
|
2412
719
|
ariaColCount: string | null;
|
|
2413
720
|
ariaColIndex: string | null;
|
|
721
|
+
ariaColIndexText: string | null;
|
|
2414
722
|
ariaColSpan: string | null;
|
|
723
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
2415
724
|
ariaCurrent: string | null;
|
|
725
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
726
|
+
ariaDescription: string | null;
|
|
727
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
2416
728
|
ariaDisabled: string | null;
|
|
729
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
2417
730
|
ariaExpanded: string | null;
|
|
731
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
2418
732
|
ariaHasPopup: string | null;
|
|
2419
733
|
ariaHidden: string | null;
|
|
2420
734
|
ariaInvalid: string | null;
|
|
2421
735
|
ariaKeyShortcuts: string | null;
|
|
2422
736
|
ariaLabel: string | null;
|
|
737
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
2423
738
|
ariaLevel: string | null;
|
|
2424
739
|
ariaLive: string | null;
|
|
2425
740
|
ariaModal: string | null;
|
|
2426
741
|
ariaMultiLine: string | null;
|
|
2427
742
|
ariaMultiSelectable: string | null;
|
|
2428
743
|
ariaOrientation: string | null;
|
|
744
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
2429
745
|
ariaPlaceholder: string | null;
|
|
2430
746
|
ariaPosInSet: string | null;
|
|
2431
747
|
ariaPressed: string | null;
|
|
2432
748
|
ariaReadOnly: string | null;
|
|
749
|
+
ariaRelevant: string | null;
|
|
2433
750
|
ariaRequired: string | null;
|
|
2434
751
|
ariaRoleDescription: string | null;
|
|
2435
752
|
ariaRowCount: string | null;
|
|
2436
753
|
ariaRowIndex: string | null;
|
|
754
|
+
ariaRowIndexText: string | null;
|
|
2437
755
|
ariaRowSpan: string | null;
|
|
2438
756
|
ariaSelected: string | null;
|
|
2439
757
|
ariaSetSize: string | null;
|
|
@@ -2443,34 +761,35 @@ export declare const SingleDatePickerMixin: <T_6 extends AbstractConstructor<{
|
|
|
2443
761
|
ariaValueNow: string | null;
|
|
2444
762
|
ariaValueText: string | null;
|
|
2445
763
|
role: string | null;
|
|
2446
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
2447
|
-
getAnimations(options?: GetAnimationsOptions
|
|
2448
|
-
after(...nodes: (
|
|
2449
|
-
before(...nodes: (
|
|
764
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
765
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
766
|
+
after(...nodes: (Node | string)[]): void;
|
|
767
|
+
before(...nodes: (Node | string)[]): void;
|
|
2450
768
|
remove(): void;
|
|
2451
|
-
replaceWith(...nodes: (
|
|
2452
|
-
innerHTML: string;
|
|
769
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
2453
770
|
readonly nextElementSibling: Element | null;
|
|
2454
771
|
readonly previousElementSibling: Element | null;
|
|
2455
772
|
readonly childElementCount: number;
|
|
2456
773
|
readonly children: HTMLCollection;
|
|
2457
774
|
readonly firstElementChild: Element | null;
|
|
2458
775
|
readonly lastElementChild: Element | null;
|
|
2459
|
-
append(...nodes: (
|
|
2460
|
-
prepend(...nodes: (
|
|
2461
|
-
querySelector<
|
|
2462
|
-
querySelector<
|
|
2463
|
-
querySelector<
|
|
2464
|
-
querySelector<
|
|
2465
|
-
querySelector<
|
|
2466
|
-
querySelectorAll<
|
|
2467
|
-
querySelectorAll<
|
|
2468
|
-
querySelectorAll<
|
|
2469
|
-
querySelectorAll<
|
|
2470
|
-
querySelectorAll<
|
|
2471
|
-
replaceChildren(...nodes: (
|
|
776
|
+
append(...nodes: (Node | string)[]): void;
|
|
777
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
778
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
779
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
780
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
781
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
782
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
783
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
784
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
785
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
786
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
787
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
788
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
2472
789
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
2473
|
-
readonly
|
|
790
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
791
|
+
get style(): CSSStyleDeclaration;
|
|
792
|
+
set style(cssText: string);
|
|
2474
793
|
contentEditable: string;
|
|
2475
794
|
enterKeyHint: string;
|
|
2476
795
|
inputMode: string;
|
|
@@ -2480,16 +799,20 @@ export declare const SingleDatePickerMixin: <T_6 extends AbstractConstructor<{
|
|
|
2480
799
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2481
800
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2482
801
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2483
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
802
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2484
803
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
804
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
805
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
2485
806
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
2486
807
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2487
808
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2488
809
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2489
810
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2490
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
811
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2491
812
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2492
|
-
|
|
813
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
814
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
815
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2493
816
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
2494
817
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2495
818
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -2536,12 +859,14 @@ export declare const SingleDatePickerMixin: <T_6 extends AbstractConstructor<{
|
|
|
2536
859
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2537
860
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2538
861
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
862
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2539
863
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2540
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
864
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
2541
865
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2542
866
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2543
867
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
2544
868
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
869
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2545
870
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
2546
871
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2547
872
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -2553,7 +878,7 @@ export declare const SingleDatePickerMixin: <T_6 extends AbstractConstructor<{
|
|
|
2553
878
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
2554
879
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2555
880
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2556
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
881
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
2557
882
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2558
883
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2559
884
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -2571,14 +896,10 @@ export declare const SingleDatePickerMixin: <T_6 extends AbstractConstructor<{
|
|
|
2571
896
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
2572
897
|
autofocus: boolean;
|
|
2573
898
|
readonly dataset: DOMStringMap;
|
|
2574
|
-
nonce?: string
|
|
899
|
+
nonce?: string;
|
|
2575
900
|
tabIndex: number;
|
|
2576
901
|
blur(): void;
|
|
2577
|
-
focus(options?: FocusOptions
|
|
2578
|
-
ariaColIndexText: string | null;
|
|
2579
|
-
ariaDescription: string | null;
|
|
2580
|
-
ariaRowIndexText: string | null;
|
|
2581
|
-
ariaRelevant: string | null;
|
|
902
|
+
focus(options?: FocusOptions): void;
|
|
2582
903
|
roleChanged(prev: string | null, next: string | null): void;
|
|
2583
904
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
2584
905
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -2621,25 +942,25 @@ export declare const SingleDatePickerMixin: <T_6 extends AbstractConstructor<{
|
|
|
2621
942
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
2622
943
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
2623
944
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
2624
|
-
"__#
|
|
945
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
2625
946
|
newPropertyName: string;
|
|
2626
947
|
deprecatedPropertyName: string;
|
|
2627
948
|
fromDeprecated: (v: any) => any;
|
|
2628
949
|
toDeprecated?: ((v: any) => any) | undefined;
|
|
2629
950
|
}): void;
|
|
2630
951
|
}, any>;
|
|
2631
|
-
errorText?: string
|
|
952
|
+
errorText?: string;
|
|
2632
953
|
errorTextChanged(_: string, newErrorText: string | undefined): void;
|
|
2633
|
-
"__#
|
|
2634
|
-
"__#
|
|
2635
|
-
"__#
|
|
2636
|
-
"__#
|
|
954
|
+
"__#private@#blockValidateCalls": boolean;
|
|
955
|
+
"__#private@#originalValidateFn": () => void;
|
|
956
|
+
"__#private@#forceCustomError"(errorMessage: string): void;
|
|
957
|
+
"__#private@#clearCustomErrorAndRevalidate"(): void;
|
|
2637
958
|
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
2638
|
-
|
|
959
|
+
get locale(): import('../../localization/Locale').Locale;
|
|
2639
960
|
_isValidValue(value: string): boolean;
|
|
2640
961
|
_toPresentationValue(value: string): string;
|
|
2641
962
|
_parsePresentationValue(presentationValue: string): string;
|
|
2642
963
|
_isInternalValueUpdate: boolean;
|
|
2643
964
|
_updateValueDueToUserInteraction(newValue: string, isIntermediateUpdate: boolean): void;
|
|
2644
965
|
_isPresentationValueInvalid(): boolean;
|
|
2645
|
-
}) &
|
|
966
|
+
}) & T;
|