@vonage/vivid 4.23.0 → 4.25.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/custom-elements.json +21830 -14295
- package/elevation/index.cjs +1 -1
- package/elevation/index.js +1 -1
- package/index.cjs +112 -150
- package/index.js +37 -35
- package/lib/accordion-item/accordion-item.d.ts +6 -0
- package/lib/action-group/action-group.d.ts +6 -0
- package/lib/alert/alert.d.ts +20 -0
- package/lib/audio-player/audio-player.d.ts +6 -0
- package/lib/badge/badge.d.ts +9 -1
- package/lib/banner/banner.d.ts +25 -0
- package/lib/breadcrumb/breadcrumb.d.ts +6 -0
- package/lib/breadcrumb-item/breadcrumb-item.d.ts +63 -7
- package/lib/button/button.d.ts +732 -7
- package/lib/button/locale.d.ts +3 -0
- package/lib/calendar-event/calendar-event.d.ts +6 -0
- package/lib/card/card.d.ts +394 -2
- package/lib/card/card.template.d.ts +2 -1
- package/lib/checkbox/checkbox.d.ts +1822 -5
- package/lib/combobox/combobox.d.ts +1827 -20
- package/lib/data-grid/data-grid-cell.d.ts +339 -1
- package/lib/data-grid/locale.d.ts +5 -0
- package/lib/date-picker/date-picker.d.ts +1676 -207
- package/lib/date-range-picker/date-range-picker.d.ts +840 -107
- package/lib/date-time-picker/date-time-picker.d.ts +1678 -209
- package/lib/dial-pad/dial-pad.d.ts +8 -0
- package/lib/dialog/dialog.d.ts +12 -0
- package/lib/divider/divider.d.ts +6 -0
- package/lib/fab/fab.d.ts +6 -0
- package/lib/file-picker/file-picker.d.ts +1510 -32
- package/lib/file-picker/locale.d.ts +1 -0
- package/lib/header/header.d.ts +6 -0
- package/lib/icon/icon.d.ts +1 -0
- package/lib/icon/icon.template.d.ts +2 -1
- package/lib/menu/menu.d.ts +16 -7
- package/lib/menu/name.d.ts +1 -0
- package/lib/menu-item/menu-item.d.ts +14 -2
- package/lib/nav/nav.d.ts +6 -0
- package/lib/nav-disclosure/nav-disclosure.d.ts +13 -0
- package/lib/nav-item/nav-item.d.ts +405 -3
- package/lib/note/note.d.ts +6 -0
- package/lib/number-field/number-field.d.ts +1857 -36
- package/lib/option/option.d.ts +12 -0
- package/lib/progress/progress.d.ts +6 -0
- package/lib/progress-ring/progress-ring.d.ts +6 -0
- package/lib/radio/radio.d.ts +1137 -4
- package/lib/radio-group/radio-group.d.ts +20 -2
- package/lib/range-slider/range-slider.d.ts +752 -5
- package/lib/rich-text-editor/definition.d.ts +2 -2
- package/lib/rich-text-editor/facades/vivid-prose-mirror.facade.d.ts +3 -1
- package/lib/rich-text-editor/locale.d.ts +10 -0
- package/lib/rich-text-editor/menubar/menubar.d.ts +340 -1
- package/lib/rich-text-editor/rich-text-editor.d.ts +352 -2
- package/lib/searchable-select/locale.d.ts +1 -0
- package/lib/searchable-select/option-tag.d.ts +6 -0
- package/lib/searchable-select/searchable-select.d.ts +1857 -35
- package/lib/select/select.d.ts +1843 -28
- package/lib/selectable-box/selectable-box.d.ts +6 -0
- package/lib/slider/slider.d.ts +384 -2
- package/lib/split-button/split-button.d.ts +18 -0
- package/lib/switch/switch.d.ts +386 -3
- package/lib/tab/tab.d.ts +18 -1
- package/lib/tab-panel/tab-panel.d.ts +6 -0
- package/lib/tabs/tabs.d.ts +5 -21
- package/lib/tag/tag.d.ts +12 -0
- package/lib/tag-group/tag-group.d.ts +6 -0
- package/lib/text-area/text-area.d.ts +2174 -19
- package/lib/text-field/text-field.d.ts +2195 -31
- package/lib/time-picker/time-picker.d.ts +839 -106
- package/lib/toggletip/toggletip.d.ts +10 -4
- package/lib/tooltip/tooltip.d.ts +10 -4
- package/lib/tree-item/tree-item.d.ts +12 -0
- package/lib/tree-view/tree-view.d.ts +6 -0
- package/lib/video-player/video-player.d.ts +6 -0
- package/lib/visually-hidden/definition.d.ts +4 -0
- package/lib/visually-hidden/visually-hidden.d.ts +3 -0
- package/lib/visually-hidden/visually-hidden.template.d.ts +3 -0
- package/locales/de-DE.cjs +47 -1
- package/locales/de-DE.js +47 -1
- package/locales/en-GB.cjs +47 -1
- package/locales/en-GB.js +47 -1
- package/locales/en-US.cjs +47 -1
- package/locales/en-US.js +47 -1
- package/locales/ja-JP.cjs +47 -1
- package/locales/ja-JP.js +47 -1
- package/locales/zh-CN.cjs +47 -1
- package/locales/zh-CN.js +47 -1
- package/menu/index.cjs +1 -1
- package/menu/index.js +1 -1
- package/nav/index.cjs +1 -1
- package/nav/index.js +1 -1
- package/nav-disclosure/index.cjs +1 -1
- package/nav-disclosure/index.js +1 -1
- package/nav-item/index.cjs +1 -1
- package/nav-item/index.js +1 -1
- package/note/index.cjs +1 -1
- package/note/index.js +1 -1
- package/number-field/index.cjs +1 -1
- package/number-field/index.js +1 -1
- package/option/index.cjs +1 -1
- package/option/index.js +1 -1
- package/package.json +1 -1
- package/pagination/index.cjs +1 -1
- package/pagination/index.js +1 -1
- package/popup/index.cjs +1 -1
- package/popup/index.js +1 -1
- package/progress/index.cjs +1 -1
- package/progress/index.js +1 -1
- package/progress-ring/index.cjs +1 -1
- package/progress-ring/index.js +1 -1
- package/radio/index.cjs +1 -1
- package/radio/index.js +1 -1
- package/radio-group/index.cjs +1 -1
- package/radio-group/index.js +1 -1
- package/range-slider/index.cjs +1 -1
- package/range-slider/index.js +1 -1
- package/rich-text-editor/index.cjs +1 -1
- package/rich-text-editor/index.js +1 -1
- package/searchable-select/index.cjs +1 -1
- package/searchable-select/index.js +1 -1
- package/select/index.cjs +1 -1
- package/select/index.js +1 -1
- package/selectable-box/index.cjs +1 -1
- package/selectable-box/index.js +1 -1
- package/shared/affix.cjs +13 -7
- package/shared/affix.js +13 -8
- package/shared/aria/delegates-aria.d.ts +6 -0
- package/shared/aria/host-semantics.d.ts +6 -0
- package/shared/breadcrumb-item.cjs +2 -5
- package/shared/breadcrumb-item.js +2 -5
- package/shared/button.cjs +19 -14
- package/shared/button.js +19 -14
- package/shared/calendar-picker.template.cjs +3 -3
- package/shared/calendar-picker.template.js +1 -1
- package/shared/char-count.cjs +92 -0
- package/shared/char-count.js +90 -0
- package/shared/definition.js +1 -1
- package/shared/definition10.js +1 -1
- package/shared/definition11.cjs +27 -44
- package/shared/definition11.js +28 -45
- package/shared/definition12.cjs +1 -1
- package/shared/definition12.js +2 -2
- package/shared/definition13.js +1 -1
- package/shared/definition14.cjs +53 -22
- package/shared/definition14.js +54 -23
- package/shared/definition15.cjs +31 -36
- package/shared/definition15.js +30 -36
- package/shared/definition16.cjs +43 -63
- package/shared/definition16.js +42 -63
- package/shared/definition17.cjs +12 -5
- package/shared/definition17.js +12 -5
- package/shared/definition18.cjs +10 -14
- package/shared/definition18.js +9 -14
- package/shared/definition19.cjs +85 -100
- package/shared/definition19.js +75 -91
- package/shared/definition2.js +1 -1
- package/shared/definition20.cjs +15 -20
- package/shared/definition20.js +14 -20
- package/shared/definition21.cjs +22 -3
- package/shared/definition21.js +23 -4
- package/shared/definition22.cjs +12 -6
- package/shared/definition22.js +13 -7
- package/shared/definition23.cjs +5 -38
- package/shared/definition23.js +5 -37
- package/shared/definition24.cjs +2 -7
- package/shared/definition24.js +3 -8
- package/shared/definition25.js +1 -1
- package/shared/definition26.cjs +160 -163
- package/shared/definition26.js +159 -163
- package/shared/definition27.cjs +1 -1
- package/shared/definition27.js +2 -2
- package/shared/definition28.cjs +32 -17
- package/shared/definition28.js +33 -18
- package/shared/definition29.js +1 -1
- package/shared/definition3.js +1 -1
- package/shared/definition30.cjs +96 -482
- package/shared/definition30.js +99 -482
- package/shared/definition31.cjs +334 -57
- package/shared/definition31.js +333 -56
- package/shared/definition32.cjs +104 -19
- package/shared/definition32.js +105 -20
- package/shared/definition33.cjs +67 -15
- package/shared/definition33.js +66 -14
- package/shared/definition34.cjs +15 -50
- package/shared/definition34.js +14 -49
- package/shared/definition35.cjs +28 -397
- package/shared/definition35.js +27 -397
- package/shared/definition36.cjs +404 -54
- package/shared/definition36.js +404 -55
- package/shared/definition37.cjs +57 -234
- package/shared/definition37.js +57 -233
- package/shared/definition38.cjs +221 -66
- package/shared/definition38.js +220 -65
- package/shared/definition39.cjs +52 -44
- package/shared/definition39.js +51 -43
- package/shared/definition4.cjs +31 -24
- package/shared/definition4.js +33 -26
- package/shared/definition40.cjs +56 -266
- package/shared/definition40.js +55 -265
- package/shared/definition41.cjs +285 -142
- package/shared/definition41.js +285 -142
- package/shared/definition42.cjs +156 -564
- package/shared/definition42.js +156 -565
- package/shared/definition43.cjs +557 -14317
- package/shared/definition43.js +556 -14316
- package/shared/definition44.cjs +14418 -1085
- package/shared/definition44.js +14416 -1085
- package/shared/definition45.cjs +1049 -671
- package/shared/definition45.js +1050 -672
- package/shared/definition46.cjs +848 -113
- package/shared/definition46.js +847 -112
- package/shared/definition47.cjs +125 -90
- package/shared/definition47.js +124 -89
- package/shared/definition48.cjs +88 -455
- package/shared/definition48.js +87 -454
- package/shared/definition49.cjs +466 -109
- package/shared/definition49.js +466 -109
- package/shared/definition5.cjs +8 -7
- package/shared/definition5.js +6 -5
- package/shared/definition50.cjs +106 -106
- package/shared/definition50.js +105 -105
- package/shared/definition51.cjs +136 -15
- package/shared/definition51.js +135 -14
- package/shared/definition52.cjs +16 -115
- package/shared/definition52.js +15 -114
- package/shared/definition53.cjs +78 -490
- package/shared/definition53.js +77 -488
- package/shared/definition54.cjs +445 -23
- package/shared/definition54.js +443 -22
- package/shared/definition55.cjs +22 -136
- package/shared/definition55.js +21 -135
- package/shared/definition56.cjs +95 -291
- package/shared/definition56.js +95 -292
- package/shared/definition57.cjs +192 -480
- package/shared/definition57.js +190 -479
- package/shared/definition58.cjs +411 -24
- package/shared/definition58.js +410 -24
- package/shared/definition59.cjs +27 -144
- package/shared/definition59.js +27 -143
- package/shared/definition6.js +1 -1
- package/shared/definition60.cjs +83 -54
- package/shared/definition60.js +82 -53
- package/shared/definition61.cjs +78 -166
- package/shared/definition61.js +77 -164
- package/shared/definition62.cjs +143 -232
- package/shared/definition62.js +141 -231
- package/shared/definition63.cjs +234 -69417
- package/shared/definition63.js +233 -69416
- package/shared/definition64.cjs +69454 -28
- package/shared/definition64.js +69453 -27
- package/shared/definition65.cjs +28 -2168
- package/shared/definition65.js +27 -2166
- package/shared/definition66.cjs +27 -0
- package/shared/definition66.js +23 -0
- package/shared/definition67.cjs +2195 -0
- package/shared/definition67.js +2190 -0
- package/shared/definition7.cjs +11 -2
- package/shared/definition7.js +12 -3
- package/shared/definition8.cjs +24 -11
- package/shared/definition8.js +26 -13
- package/shared/definition9.cjs +1 -2
- package/shared/definition9.js +2 -3
- package/shared/delegates-aria.js +1 -1
- package/shared/deprecation/replaced-props.d.ts +20 -0
- package/shared/divider.cjs +41 -0
- package/shared/divider.js +38 -0
- package/shared/feedback/feedback-message.d.ts +345 -0
- package/shared/feedback/locale.d.ts +4 -0
- package/{lib/text-anchor/text-anchor.d.ts → shared/feedback/mixins.d.ts} +62 -39
- package/shared/form-associated.cjs +124 -100
- package/shared/form-associated.js +125 -101
- package/shared/form-element.cjs +84 -0
- package/shared/form-element.js +82 -0
- package/shared/foundation/button/button.d.ts +378 -2
- package/shared/foundation/form-associated/form-associated.d.ts +753 -49
- package/shared/foundation/listbox/listbox.d.ts +1 -1
- package/shared/foundation/vivid-element/vivid-element.d.ts +14 -0
- package/shared/host-semantics.js +1 -1
- package/shared/key-codes.js +1 -1
- package/shared/linkable.cjs +70 -0
- package/shared/linkable.js +68 -0
- package/shared/localization/Locale.d.ts +16 -0
- package/shared/mixins.cjs +306 -0
- package/shared/mixins.js +300 -0
- package/shared/patterns/affix.d.ts +16 -1
- package/shared/patterns/anchored.d.ts +20 -8
- package/shared/patterns/char-count/char-count.d.ts +351 -0
- package/shared/patterns/char-count/index.d.ts +1 -0
- package/shared/patterns/char-count/locale.d.ts +4 -0
- package/shared/patterns/form-elements/form-element.d.ts +744 -0
- package/shared/patterns/form-elements/index.d.ts +3 -1
- package/shared/patterns/form-elements/with-error-text.d.ts +1122 -0
- package/shared/patterns/form-elements/with-success-text.d.ts +341 -0
- package/shared/patterns/index.d.ts +2 -0
- package/shared/patterns/linkable.d.ts +394 -0
- package/shared/patterns/localized.d.ts +6 -0
- package/shared/patterns/trapped-focus.d.ts +6 -0
- package/shared/picker-field/mixins/calendar-picker.d.ts +420 -52
- package/shared/picker-field/mixins/calendar-picker.template.d.ts +420 -52
- package/shared/picker-field/mixins/inline-time-picker/inline-time-picker.d.ts +6 -0
- package/shared/picker-field/mixins/min-max-calendar-picker.d.ts +843 -107
- package/shared/picker-field/mixins/single-date-picker.d.ts +1259 -155
- package/shared/picker-field/mixins/single-value-picker.d.ts +417 -49
- package/shared/picker-field/mixins/time-selection-picker.d.ts +842 -106
- package/shared/picker-field/mixins/time-selection-picker.template.d.ts +839 -103
- package/shared/picker-field/picker-field.d.ts +1491 -15
- package/shared/picker-field.template.cjs +13 -22
- package/shared/picker-field.template.js +14 -23
- package/shared/repeat.js +1 -1
- package/shared/slider.template.cjs +1 -1
- package/shared/slider.template.js +1 -1
- package/shared/time-selection-picker.template.cjs +10 -15
- package/shared/time-selection-picker.template.js +10 -16
- package/shared/vivid-element.cjs +53 -4
- package/shared/vivid-element.js +53 -3
- package/shared/with-error-text.cjs +56 -0
- package/shared/with-error-text.js +54 -0
- package/shared/with-success-text.cjs +23 -0
- package/shared/with-success-text.js +21 -0
- package/side-drawer/index.cjs +1 -1
- package/side-drawer/index.js +1 -1
- package/slider/index.cjs +1 -1
- package/slider/index.js +1 -1
- package/split-button/index.cjs +1 -1
- package/split-button/index.js +1 -1
- package/styles/core/all.css +1 -1
- package/styles/core/theme.css +1 -1
- 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/switch/index.cjs +1 -1
- package/switch/index.js +1 -1
- package/tab/index.cjs +1 -1
- package/tab/index.js +1 -1
- package/tab-panel/index.cjs +1 -1
- package/tab-panel/index.js +1 -1
- package/tabs/index.cjs +1 -1
- package/tabs/index.js +1 -1
- package/tag/index.cjs +1 -1
- package/tag/index.js +1 -1
- package/tag-group/index.cjs +1 -1
- package/tag-group/index.js +1 -1
- package/text-area/index.cjs +1 -1
- package/text-area/index.js +1 -1
- package/text-field/index.cjs +1 -1
- package/text-field/index.js +1 -1
- package/time-picker/index.cjs +1 -1
- package/time-picker/index.js +1 -1
- package/toggletip/index.cjs +1 -1
- package/toggletip/index.js +1 -1
- package/tooltip/index.cjs +1 -1
- package/tooltip/index.js +1 -1
- package/tree-item/index.cjs +1 -1
- package/tree-item/index.js +1 -1
- package/tree-view/index.cjs +1 -1
- package/tree-view/index.js +1 -1
- package/video-player/index.cjs +1 -1
- package/video-player/index.js +1 -1
- package/visually-hidden/index.cjs +5 -0
- package/visually-hidden/index.js +3 -0
- package/vivid.api.json +762 -1478
- package/lib/checkbox/checkbox.form-associated.d.ts +0 -11
- package/lib/file-picker/file-picker.form-associated.d.ts +0 -11
- package/lib/number-field/number-field.form-associated.d.ts +0 -11
- package/lib/radio/radio.form-associated.d.ts +0 -13
- package/lib/range-slider/range-slider.form-associated.d.ts +0 -11
- package/lib/searchable-select/searchable-select.form-associated.d.ts +0 -11
- package/lib/select/select.form-associated.d.ts +0 -11
- package/lib/slider/slider.form-associated.d.ts +0 -11
- package/lib/switch/switch.form-associated.d.ts +0 -11
- package/lib/text-anchor/definition.d.ts +0 -2
- package/lib/text-anchor/text-anchor.template.d.ts +0 -3
- package/lib/text-area/text-area.form-associated.d.ts +0 -11
- package/lib/text-field/text-field.form-associated.d.ts +0 -11
- package/shared/anchor.cjs +0 -49
- package/shared/anchor.js +0 -47
- package/shared/apply-mixins.cjs +0 -23
- package/shared/apply-mixins.js +0 -21
- package/shared/applyMixinsWithObservables.cjs +0 -15
- package/shared/applyMixinsWithObservables.js +0 -13
- package/shared/direction.cjs +0 -17
- package/shared/direction.js +0 -15
- package/shared/form-elements.cjs +0 -209
- package/shared/form-elements.js +0 -202
- package/shared/foundation/anchor/anchor.d.ts +0 -11
- package/shared/foundation/utilities/apply-mixins.d.ts +0 -1
- package/shared/patterns/form-elements/form-elements.d.ts +0 -58
- package/shared/picker-field/picker-field.form-associated.d.ts +0 -11
- package/shared/text-anchor.cjs +0 -38
- package/shared/text-anchor.js +0 -36
- package/shared/text-anchor.template.cjs +0 -35
- package/shared/text-anchor.template.js +0 -33
- package/shared/utils/applyMixinsWithObservables.d.ts +0 -1
- package/text-anchor/index.cjs +0 -17
- package/text-anchor/index.js +0 -15
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
import {
|
|
1
|
+
/// <reference types="node" />
|
|
2
|
+
import { VividElement } from '../../shared/foundation/vivid-element/vivid-element';
|
|
3
3
|
export type TextAreaWrap = 'hard' | 'soft' | 'off';
|
|
4
4
|
export declare const TextAreaResize: {
|
|
5
5
|
readonly none: "none";
|
|
@@ -9,13 +9,2164 @@ export declare const TextAreaResize: {
|
|
|
9
9
|
};
|
|
10
10
|
export type TextAreaResize = typeof TextAreaResize[keyof typeof TextAreaResize];
|
|
11
11
|
declare const TextArea_base: {
|
|
12
|
+
new (...args: any[]): {
|
|
13
|
+
helperText?: string | undefined;
|
|
14
|
+
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
15
|
+
readonly _feedbackDescribedBy: string;
|
|
16
|
+
_internalFeedback(): {
|
|
17
|
+
type: import("../shared/feedback/feedback-message").FeedbackType;
|
|
18
|
+
message: string;
|
|
19
|
+
};
|
|
20
|
+
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
21
|
+
_getFeedbackTemplate(ctx: import("../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
22
|
+
specialHandling: boolean;
|
|
23
|
+
_vividAriaBehaviour: import("../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
24
|
+
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
25
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
26
|
+
connectedCallback(): void;
|
|
27
|
+
disconnectedCallback(): void;
|
|
28
|
+
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
29
|
+
accessKey: string;
|
|
30
|
+
readonly accessKeyLabel: string;
|
|
31
|
+
autocapitalize: string;
|
|
32
|
+
dir: string;
|
|
33
|
+
draggable: boolean;
|
|
34
|
+
hidden: boolean;
|
|
35
|
+
inert: boolean;
|
|
36
|
+
innerText: string;
|
|
37
|
+
lang: string;
|
|
38
|
+
readonly offsetHeight: number;
|
|
39
|
+
readonly offsetLeft: number;
|
|
40
|
+
readonly offsetParent: Element | null;
|
|
41
|
+
readonly offsetTop: number;
|
|
42
|
+
readonly offsetWidth: number;
|
|
43
|
+
outerText: string;
|
|
44
|
+
spellcheck: boolean;
|
|
45
|
+
title: string;
|
|
46
|
+
translate: boolean;
|
|
47
|
+
attachInternals(): ElementInternals;
|
|
48
|
+
click(): void;
|
|
49
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
50
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
51
|
+
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
52
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
53
|
+
dropzone: import("dropzone");
|
|
54
|
+
readonly attributes: NamedNodeMap;
|
|
55
|
+
readonly classList: DOMTokenList;
|
|
56
|
+
className: string;
|
|
57
|
+
readonly clientHeight: number;
|
|
58
|
+
readonly clientLeft: number;
|
|
59
|
+
readonly clientTop: number;
|
|
60
|
+
readonly clientWidth: number;
|
|
61
|
+
id: string;
|
|
62
|
+
readonly localName: string;
|
|
63
|
+
readonly namespaceURI: string | null;
|
|
64
|
+
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
65
|
+
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
66
|
+
outerHTML: string;
|
|
67
|
+
readonly ownerDocument: Document;
|
|
68
|
+
readonly part: DOMTokenList;
|
|
69
|
+
readonly prefix: string | null;
|
|
70
|
+
readonly scrollHeight: number;
|
|
71
|
+
scrollLeft: number;
|
|
72
|
+
scrollTop: number;
|
|
73
|
+
readonly scrollWidth: number;
|
|
74
|
+
readonly shadowRoot: ShadowRoot | null;
|
|
75
|
+
slot: string;
|
|
76
|
+
readonly tagName: string;
|
|
77
|
+
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
78
|
+
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
79
|
+
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2] | null;
|
|
80
|
+
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3] | null;
|
|
81
|
+
closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4] | null;
|
|
82
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
83
|
+
getAttribute(qualifiedName: string): string | null;
|
|
84
|
+
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
85
|
+
getAttributeNames(): string[];
|
|
86
|
+
getAttributeNode(qualifiedName: string): Attr | null;
|
|
87
|
+
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
88
|
+
getBoundingClientRect(): DOMRect;
|
|
89
|
+
getClientRects(): DOMRectList;
|
|
90
|
+
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
91
|
+
getElementsByTagName<K_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<HTMLElementTagNameMap[K_5]>;
|
|
92
|
+
getElementsByTagName<K_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_6): HTMLCollectionOf<SVGElementTagNameMap[K_6]>;
|
|
93
|
+
getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
|
|
94
|
+
getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
|
|
95
|
+
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
96
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
97
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
98
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
99
|
+
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
100
|
+
hasAttribute(qualifiedName: string): boolean;
|
|
101
|
+
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
102
|
+
hasAttributes(): boolean;
|
|
103
|
+
hasPointerCapture(pointerId: number): boolean;
|
|
104
|
+
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
105
|
+
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
106
|
+
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
107
|
+
matches(selectors: string): boolean;
|
|
108
|
+
releasePointerCapture(pointerId: number): void;
|
|
109
|
+
removeAttribute(qualifiedName: string): void;
|
|
110
|
+
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
111
|
+
removeAttributeNode(attr: Attr): Attr;
|
|
112
|
+
requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
|
|
113
|
+
requestPointerLock(): void;
|
|
114
|
+
scroll(options?: ScrollToOptions | undefined): void;
|
|
115
|
+
scroll(x: number, y: number): void;
|
|
116
|
+
scrollBy(options?: ScrollToOptions | undefined): void;
|
|
117
|
+
scrollBy(x: number, y: number): void;
|
|
118
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
|
|
119
|
+
scrollTo(options?: ScrollToOptions | undefined): void;
|
|
120
|
+
scrollTo(x: number, y: number): void;
|
|
121
|
+
setAttribute(qualifiedName: string, value: string): void;
|
|
122
|
+
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
123
|
+
setAttributeNode(attr: Attr): Attr | null;
|
|
124
|
+
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
125
|
+
setPointerCapture(pointerId: number): void;
|
|
126
|
+
toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
|
|
127
|
+
webkitMatchesSelector(selectors: string): boolean;
|
|
128
|
+
readonly baseURI: string;
|
|
129
|
+
readonly childNodes: NodeListOf<ChildNode>;
|
|
130
|
+
readonly firstChild: ChildNode | null;
|
|
131
|
+
readonly isConnected: boolean;
|
|
132
|
+
readonly lastChild: ChildNode | null;
|
|
133
|
+
readonly nextSibling: ChildNode | null;
|
|
134
|
+
readonly nodeName: string;
|
|
135
|
+
readonly nodeType: number;
|
|
136
|
+
nodeValue: string | null;
|
|
137
|
+
readonly parentElement: HTMLElement | null;
|
|
138
|
+
readonly parentNode: ParentNode | null;
|
|
139
|
+
readonly previousSibling: ChildNode | null;
|
|
140
|
+
textContent: string | null;
|
|
141
|
+
appendChild<T extends Node>(node: T): T;
|
|
142
|
+
cloneNode(deep?: boolean | undefined): Node;
|
|
143
|
+
compareDocumentPosition(other: Node): number;
|
|
144
|
+
contains(other: Node | null): boolean;
|
|
145
|
+
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
146
|
+
hasChildNodes(): boolean;
|
|
147
|
+
insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
|
|
148
|
+
isDefaultNamespace(namespace: string | null): boolean;
|
|
149
|
+
isEqualNode(otherNode: Node | null): boolean;
|
|
150
|
+
isSameNode(otherNode: Node | null): boolean;
|
|
151
|
+
lookupNamespaceURI(prefix: string | null): string | null;
|
|
152
|
+
lookupPrefix(namespace: string | null): string | null;
|
|
153
|
+
normalize(): void;
|
|
154
|
+
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
155
|
+
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
156
|
+
readonly ELEMENT_NODE: 1;
|
|
157
|
+
readonly ATTRIBUTE_NODE: 2;
|
|
158
|
+
readonly TEXT_NODE: 3;
|
|
159
|
+
readonly CDATA_SECTION_NODE: 4;
|
|
160
|
+
readonly ENTITY_REFERENCE_NODE: 5;
|
|
161
|
+
readonly ENTITY_NODE: 6;
|
|
162
|
+
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
163
|
+
readonly COMMENT_NODE: 8;
|
|
164
|
+
readonly DOCUMENT_NODE: 9;
|
|
165
|
+
readonly DOCUMENT_TYPE_NODE: 10;
|
|
166
|
+
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
167
|
+
readonly NOTATION_NODE: 12;
|
|
168
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
169
|
+
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
170
|
+
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
171
|
+
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
172
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
173
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
174
|
+
dispatchEvent(event: Event): boolean;
|
|
175
|
+
ariaAtomic: string | null;
|
|
176
|
+
ariaAutoComplete: string | null;
|
|
177
|
+
ariaBusy: string | null;
|
|
178
|
+
ariaChecked: string | null;
|
|
179
|
+
ariaColCount: string | null;
|
|
180
|
+
ariaColIndex: string | null;
|
|
181
|
+
ariaColSpan: string | null;
|
|
182
|
+
ariaCurrent: string | null;
|
|
183
|
+
ariaDisabled: string | null;
|
|
184
|
+
ariaExpanded: string | null;
|
|
185
|
+
ariaHasPopup: string | null;
|
|
186
|
+
ariaHidden: string | null;
|
|
187
|
+
ariaInvalid: string | null;
|
|
188
|
+
ariaKeyShortcuts: string | null;
|
|
189
|
+
ariaLabel: string | null;
|
|
190
|
+
ariaLevel: string | null;
|
|
191
|
+
ariaLive: string | null;
|
|
192
|
+
ariaModal: string | null;
|
|
193
|
+
ariaMultiLine: string | null;
|
|
194
|
+
ariaMultiSelectable: string | null;
|
|
195
|
+
ariaOrientation: string | null;
|
|
196
|
+
ariaPlaceholder: string | null;
|
|
197
|
+
ariaPosInSet: string | null;
|
|
198
|
+
ariaPressed: string | null;
|
|
199
|
+
ariaReadOnly: string | null;
|
|
200
|
+
ariaRequired: string | null;
|
|
201
|
+
ariaRoleDescription: string | null;
|
|
202
|
+
ariaRowCount: string | null;
|
|
203
|
+
ariaRowIndex: string | null;
|
|
204
|
+
ariaRowSpan: string | null;
|
|
205
|
+
ariaSelected: string | null;
|
|
206
|
+
ariaSetSize: string | null;
|
|
207
|
+
ariaSort: string | null;
|
|
208
|
+
ariaValueMax: string | null;
|
|
209
|
+
ariaValueMin: string | null;
|
|
210
|
+
ariaValueNow: string | null;
|
|
211
|
+
ariaValueText: string | null;
|
|
212
|
+
role: string | null;
|
|
213
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
|
|
214
|
+
getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
|
|
215
|
+
after(...nodes: (string | Node)[]): void;
|
|
216
|
+
before(...nodes: (string | Node)[]): void;
|
|
217
|
+
remove(): void;
|
|
218
|
+
replaceWith(...nodes: (string | Node)[]): void;
|
|
219
|
+
innerHTML: string;
|
|
220
|
+
readonly nextElementSibling: Element | null;
|
|
221
|
+
readonly previousElementSibling: Element | null;
|
|
222
|
+
readonly childElementCount: number;
|
|
223
|
+
readonly children: HTMLCollection;
|
|
224
|
+
readonly firstElementChild: Element | null;
|
|
225
|
+
readonly lastElementChild: Element | null;
|
|
226
|
+
append(...nodes: (string | Node)[]): void;
|
|
227
|
+
prepend(...nodes: (string | Node)[]): void;
|
|
228
|
+
querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
|
|
229
|
+
querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
|
|
230
|
+
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
|
|
231
|
+
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
|
|
232
|
+
querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
|
|
233
|
+
querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
|
|
234
|
+
querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
|
|
235
|
+
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
236
|
+
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
237
|
+
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
238
|
+
replaceChildren(...nodes: (string | Node)[]): void;
|
|
239
|
+
readonly assignedSlot: HTMLSlotElement | null;
|
|
240
|
+
readonly style: CSSStyleDeclaration;
|
|
241
|
+
contentEditable: string;
|
|
242
|
+
enterKeyHint: string;
|
|
243
|
+
inputMode: string;
|
|
244
|
+
readonly isContentEditable: boolean;
|
|
245
|
+
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
246
|
+
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
247
|
+
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
248
|
+
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
249
|
+
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
250
|
+
onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
251
|
+
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
252
|
+
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
253
|
+
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
254
|
+
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
255
|
+
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
256
|
+
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
257
|
+
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
258
|
+
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
259
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
260
|
+
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
261
|
+
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
262
|
+
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
263
|
+
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
264
|
+
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
265
|
+
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
266
|
+
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
267
|
+
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
268
|
+
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
269
|
+
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
270
|
+
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
271
|
+
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
272
|
+
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
273
|
+
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
274
|
+
onerror: OnErrorEventHandler;
|
|
275
|
+
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
276
|
+
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
277
|
+
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
278
|
+
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
279
|
+
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
280
|
+
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
281
|
+
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
282
|
+
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
283
|
+
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
284
|
+
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
285
|
+
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
286
|
+
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
287
|
+
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
288
|
+
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
289
|
+
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
290
|
+
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
291
|
+
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
292
|
+
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
293
|
+
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
294
|
+
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
295
|
+
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
296
|
+
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
297
|
+
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
298
|
+
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
299
|
+
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
300
|
+
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
301
|
+
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
302
|
+
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
303
|
+
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
304
|
+
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
305
|
+
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
306
|
+
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
307
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
|
|
308
|
+
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
309
|
+
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
310
|
+
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
311
|
+
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
312
|
+
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
313
|
+
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
314
|
+
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
315
|
+
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
316
|
+
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
317
|
+
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
318
|
+
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
319
|
+
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
320
|
+
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
321
|
+
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
322
|
+
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
323
|
+
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
324
|
+
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
325
|
+
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
326
|
+
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
327
|
+
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
328
|
+
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
329
|
+
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
330
|
+
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
331
|
+
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
332
|
+
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
333
|
+
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
334
|
+
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
335
|
+
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
336
|
+
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
337
|
+
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
338
|
+
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
339
|
+
autofocus: boolean;
|
|
340
|
+
readonly dataset: DOMStringMap;
|
|
341
|
+
nonce?: string | undefined;
|
|
342
|
+
tabIndex: number;
|
|
343
|
+
blur(): void;
|
|
344
|
+
focus(options?: FocusOptions | undefined): void;
|
|
345
|
+
ariaColIndexText: string | null;
|
|
346
|
+
ariaDescription: string | null;
|
|
347
|
+
ariaRowIndexText: string | null;
|
|
348
|
+
ariaRelevant: string | null;
|
|
349
|
+
"__#1@#handleReplacedProp"(replacedProp: {
|
|
350
|
+
newPropertyName: string;
|
|
351
|
+
deprecatedPropertyName: string;
|
|
352
|
+
fromDeprecated: (v: any) => any;
|
|
353
|
+
toDeprecated?: ((v: any) => any) | undefined;
|
|
354
|
+
}): void;
|
|
355
|
+
};
|
|
356
|
+
} & {
|
|
357
|
+
new (...args: any[]): {
|
|
358
|
+
value: string;
|
|
359
|
+
maxlength: number;
|
|
360
|
+
charCount: boolean;
|
|
361
|
+
charCountRemaining: HTMLSpanElement;
|
|
362
|
+
"__#5@#charCountTimeout": NodeJS.Timeout | null;
|
|
363
|
+
_charCountDescribedBy: string;
|
|
364
|
+
_renderCharCountRemaining: () => void;
|
|
365
|
+
_updateCharCountRemaining: () => void;
|
|
366
|
+
_getCharCountTemplate: (context: import("../shared/design-system/defineVividComponent").VividElementDefinitionContext) => import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
367
|
+
readonly locale: import("../shared/localization/Locale").Locale;
|
|
368
|
+
specialHandling: boolean;
|
|
369
|
+
_vividAriaBehaviour: import("../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
370
|
+
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
371
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
372
|
+
connectedCallback(): void;
|
|
373
|
+
disconnectedCallback(): void;
|
|
374
|
+
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
375
|
+
accessKey: string;
|
|
376
|
+
readonly accessKeyLabel: string;
|
|
377
|
+
autocapitalize: string;
|
|
378
|
+
dir: string;
|
|
379
|
+
draggable: boolean;
|
|
380
|
+
hidden: boolean;
|
|
381
|
+
inert: boolean;
|
|
382
|
+
innerText: string;
|
|
383
|
+
lang: string;
|
|
384
|
+
readonly offsetHeight: number;
|
|
385
|
+
readonly offsetLeft: number;
|
|
386
|
+
readonly offsetParent: Element | null;
|
|
387
|
+
readonly offsetTop: number;
|
|
388
|
+
readonly offsetWidth: number;
|
|
389
|
+
outerText: string;
|
|
390
|
+
spellcheck: boolean;
|
|
391
|
+
title: string;
|
|
392
|
+
translate: boolean;
|
|
393
|
+
attachInternals(): ElementInternals;
|
|
394
|
+
click(): void;
|
|
395
|
+
addEventListener<K_17 extends keyof HTMLElementEventMap>(type: K_17, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_17]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
396
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
397
|
+
removeEventListener<K_18 extends keyof HTMLElementEventMap>(type: K_18, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_18]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
398
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
399
|
+
dropzone: import("dropzone");
|
|
400
|
+
readonly attributes: NamedNodeMap;
|
|
401
|
+
readonly classList: DOMTokenList;
|
|
402
|
+
className: string;
|
|
403
|
+
readonly clientHeight: number;
|
|
404
|
+
readonly clientLeft: number;
|
|
405
|
+
readonly clientTop: number;
|
|
406
|
+
readonly clientWidth: number;
|
|
407
|
+
id: string;
|
|
408
|
+
readonly localName: string;
|
|
409
|
+
readonly namespaceURI: string | null;
|
|
410
|
+
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
411
|
+
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
412
|
+
outerHTML: string;
|
|
413
|
+
readonly ownerDocument: Document;
|
|
414
|
+
readonly part: DOMTokenList;
|
|
415
|
+
readonly prefix: string | null;
|
|
416
|
+
readonly scrollHeight: number;
|
|
417
|
+
scrollLeft: number;
|
|
418
|
+
scrollTop: number;
|
|
419
|
+
readonly scrollWidth: number;
|
|
420
|
+
readonly shadowRoot: ShadowRoot | null;
|
|
421
|
+
slot: string;
|
|
422
|
+
readonly tagName: string;
|
|
423
|
+
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
424
|
+
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
425
|
+
closest<K_19 extends keyof HTMLElementTagNameMap>(selector: K_19): HTMLElementTagNameMap[K_19] | null;
|
|
426
|
+
closest<K_20 extends keyof SVGElementTagNameMap>(selector: K_20): SVGElementTagNameMap[K_20] | null;
|
|
427
|
+
closest<K_21 extends keyof MathMLElementTagNameMap>(selector: K_21): MathMLElementTagNameMap[K_21] | null;
|
|
428
|
+
closest<E_3 extends Element = Element>(selectors: string): E_3 | null;
|
|
429
|
+
getAttribute(qualifiedName: string): string | null;
|
|
430
|
+
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
431
|
+
getAttributeNames(): string[];
|
|
432
|
+
getAttributeNode(qualifiedName: string): Attr | null;
|
|
433
|
+
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
434
|
+
getBoundingClientRect(): DOMRect;
|
|
435
|
+
getClientRects(): DOMRectList;
|
|
436
|
+
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
437
|
+
getElementsByTagName<K_22 extends keyof HTMLElementTagNameMap>(qualifiedName: K_22): HTMLCollectionOf<HTMLElementTagNameMap[K_22]>;
|
|
438
|
+
getElementsByTagName<K_23 extends keyof SVGElementTagNameMap>(qualifiedName: K_23): HTMLCollectionOf<SVGElementTagNameMap[K_23]>;
|
|
439
|
+
getElementsByTagName<K_24 extends keyof MathMLElementTagNameMap>(qualifiedName: K_24): HTMLCollectionOf<MathMLElementTagNameMap[K_24]>;
|
|
440
|
+
getElementsByTagName<K_25 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_25): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_25]>;
|
|
441
|
+
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
442
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
443
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
444
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
445
|
+
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
446
|
+
hasAttribute(qualifiedName: string): boolean;
|
|
447
|
+
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
448
|
+
hasAttributes(): boolean;
|
|
449
|
+
hasPointerCapture(pointerId: number): boolean;
|
|
450
|
+
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
451
|
+
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
452
|
+
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
453
|
+
matches(selectors: string): boolean;
|
|
454
|
+
releasePointerCapture(pointerId: number): void;
|
|
455
|
+
removeAttribute(qualifiedName: string): void;
|
|
456
|
+
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
457
|
+
removeAttributeNode(attr: Attr): Attr;
|
|
458
|
+
requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
|
|
459
|
+
requestPointerLock(): void;
|
|
460
|
+
scroll(options?: ScrollToOptions | undefined): void;
|
|
461
|
+
scroll(x: number, y: number): void;
|
|
462
|
+
scrollBy(options?: ScrollToOptions | undefined): void;
|
|
463
|
+
scrollBy(x: number, y: number): void;
|
|
464
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
|
|
465
|
+
scrollTo(options?: ScrollToOptions | undefined): void;
|
|
466
|
+
scrollTo(x: number, y: number): void;
|
|
467
|
+
setAttribute(qualifiedName: string, value: string): void;
|
|
468
|
+
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
469
|
+
setAttributeNode(attr: Attr): Attr | null;
|
|
470
|
+
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
471
|
+
setPointerCapture(pointerId: number): void;
|
|
472
|
+
toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
|
|
473
|
+
webkitMatchesSelector(selectors: string): boolean;
|
|
474
|
+
readonly baseURI: string;
|
|
475
|
+
readonly childNodes: NodeListOf<ChildNode>;
|
|
476
|
+
readonly firstChild: ChildNode | null;
|
|
477
|
+
readonly isConnected: boolean;
|
|
478
|
+
readonly lastChild: ChildNode | null;
|
|
479
|
+
readonly nextSibling: ChildNode | null;
|
|
480
|
+
readonly nodeName: string;
|
|
481
|
+
readonly nodeType: number;
|
|
482
|
+
nodeValue: string | null;
|
|
483
|
+
readonly parentElement: HTMLElement | null;
|
|
484
|
+
readonly parentNode: ParentNode | null;
|
|
485
|
+
readonly previousSibling: ChildNode | null;
|
|
486
|
+
textContent: string | null;
|
|
487
|
+
appendChild<T extends Node>(node: T): T;
|
|
488
|
+
cloneNode(deep?: boolean | undefined): Node;
|
|
489
|
+
compareDocumentPosition(other: Node): number;
|
|
490
|
+
contains(other: Node | null): boolean;
|
|
491
|
+
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
492
|
+
hasChildNodes(): boolean;
|
|
493
|
+
insertBefore<T_4 extends Node>(node: T_4, child: Node | null): T_4;
|
|
494
|
+
isDefaultNamespace(namespace: string | null): boolean;
|
|
495
|
+
isEqualNode(otherNode: Node | null): boolean;
|
|
496
|
+
isSameNode(otherNode: Node | null): boolean;
|
|
497
|
+
lookupNamespaceURI(prefix: string | null): string | null;
|
|
498
|
+
lookupPrefix(namespace: string | null): string | null;
|
|
499
|
+
normalize(): void;
|
|
500
|
+
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
501
|
+
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
502
|
+
readonly ELEMENT_NODE: 1;
|
|
503
|
+
readonly ATTRIBUTE_NODE: 2;
|
|
504
|
+
readonly TEXT_NODE: 3;
|
|
505
|
+
readonly CDATA_SECTION_NODE: 4;
|
|
506
|
+
readonly ENTITY_REFERENCE_NODE: 5;
|
|
507
|
+
readonly ENTITY_NODE: 6;
|
|
508
|
+
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
509
|
+
readonly COMMENT_NODE: 8;
|
|
510
|
+
readonly DOCUMENT_NODE: 9;
|
|
511
|
+
readonly DOCUMENT_TYPE_NODE: 10;
|
|
512
|
+
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
513
|
+
readonly NOTATION_NODE: 12;
|
|
514
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
515
|
+
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
516
|
+
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
517
|
+
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
518
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
519
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
520
|
+
dispatchEvent(event: Event): boolean;
|
|
521
|
+
ariaAtomic: string | null;
|
|
522
|
+
ariaAutoComplete: string | null;
|
|
523
|
+
ariaBusy: string | null;
|
|
524
|
+
ariaChecked: string | null;
|
|
525
|
+
ariaColCount: string | null;
|
|
526
|
+
ariaColIndex: string | null;
|
|
527
|
+
ariaColSpan: string | null;
|
|
528
|
+
ariaCurrent: string | null;
|
|
529
|
+
ariaDisabled: string | null;
|
|
530
|
+
ariaExpanded: string | null;
|
|
531
|
+
ariaHasPopup: string | null;
|
|
532
|
+
ariaHidden: string | null;
|
|
533
|
+
ariaInvalid: string | null;
|
|
534
|
+
ariaKeyShortcuts: string | null;
|
|
535
|
+
ariaLabel: string | null;
|
|
536
|
+
ariaLevel: string | null;
|
|
537
|
+
ariaLive: string | null;
|
|
538
|
+
ariaModal: string | null;
|
|
539
|
+
ariaMultiLine: string | null;
|
|
540
|
+
ariaMultiSelectable: string | null;
|
|
541
|
+
ariaOrientation: string | null;
|
|
542
|
+
ariaPlaceholder: string | null;
|
|
543
|
+
ariaPosInSet: string | null;
|
|
544
|
+
ariaPressed: string | null;
|
|
545
|
+
ariaReadOnly: string | null;
|
|
546
|
+
ariaRequired: string | null;
|
|
547
|
+
ariaRoleDescription: string | null;
|
|
548
|
+
ariaRowCount: string | null;
|
|
549
|
+
ariaRowIndex: string | null;
|
|
550
|
+
ariaRowSpan: string | null;
|
|
551
|
+
ariaSelected: string | null;
|
|
552
|
+
ariaSetSize: string | null;
|
|
553
|
+
ariaSort: string | null;
|
|
554
|
+
ariaValueMax: string | null;
|
|
555
|
+
ariaValueMin: string | null;
|
|
556
|
+
ariaValueNow: string | null;
|
|
557
|
+
ariaValueText: string | null;
|
|
558
|
+
role: string | null;
|
|
559
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
|
|
560
|
+
getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
|
|
561
|
+
after(...nodes: (string | Node)[]): void;
|
|
562
|
+
before(...nodes: (string | Node)[]): void;
|
|
563
|
+
remove(): void;
|
|
564
|
+
replaceWith(...nodes: (string | Node)[]): void;
|
|
565
|
+
innerHTML: string;
|
|
566
|
+
readonly nextElementSibling: Element | null;
|
|
567
|
+
readonly previousElementSibling: Element | null;
|
|
568
|
+
readonly childElementCount: number;
|
|
569
|
+
readonly children: HTMLCollection;
|
|
570
|
+
readonly firstElementChild: Element | null;
|
|
571
|
+
readonly lastElementChild: Element | null;
|
|
572
|
+
append(...nodes: (string | Node)[]): void;
|
|
573
|
+
prepend(...nodes: (string | Node)[]): void;
|
|
574
|
+
querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
|
|
575
|
+
querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
|
|
576
|
+
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
|
|
577
|
+
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
|
|
578
|
+
querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
|
|
579
|
+
querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
|
|
580
|
+
querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
|
|
581
|
+
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
582
|
+
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
583
|
+
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
584
|
+
replaceChildren(...nodes: (string | Node)[]): void;
|
|
585
|
+
readonly assignedSlot: HTMLSlotElement | null;
|
|
586
|
+
readonly style: CSSStyleDeclaration;
|
|
587
|
+
contentEditable: string;
|
|
588
|
+
enterKeyHint: string;
|
|
589
|
+
inputMode: string;
|
|
590
|
+
readonly isContentEditable: boolean;
|
|
591
|
+
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
592
|
+
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
593
|
+
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
594
|
+
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
595
|
+
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
596
|
+
onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
597
|
+
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
598
|
+
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
599
|
+
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
600
|
+
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
601
|
+
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
602
|
+
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
603
|
+
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
604
|
+
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
605
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
606
|
+
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
607
|
+
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
608
|
+
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
609
|
+
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
610
|
+
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
611
|
+
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
612
|
+
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
613
|
+
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
614
|
+
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
615
|
+
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
616
|
+
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
617
|
+
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
618
|
+
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
619
|
+
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
620
|
+
onerror: OnErrorEventHandler;
|
|
621
|
+
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
622
|
+
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
623
|
+
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
624
|
+
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
625
|
+
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
626
|
+
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
627
|
+
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
628
|
+
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
629
|
+
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
630
|
+
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
631
|
+
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
632
|
+
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
633
|
+
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
634
|
+
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
635
|
+
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
636
|
+
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
637
|
+
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
638
|
+
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
639
|
+
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
640
|
+
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
641
|
+
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
642
|
+
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
643
|
+
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
644
|
+
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
645
|
+
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
646
|
+
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
647
|
+
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
648
|
+
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
649
|
+
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
650
|
+
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
651
|
+
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
652
|
+
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
653
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
|
|
654
|
+
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
655
|
+
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
656
|
+
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
657
|
+
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
658
|
+
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
659
|
+
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
660
|
+
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
661
|
+
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
662
|
+
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
663
|
+
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
664
|
+
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
665
|
+
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
666
|
+
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
667
|
+
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
668
|
+
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
669
|
+
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
670
|
+
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
671
|
+
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
672
|
+
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
673
|
+
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
674
|
+
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
675
|
+
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
676
|
+
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
677
|
+
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
678
|
+
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
679
|
+
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
680
|
+
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
681
|
+
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
682
|
+
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
683
|
+
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
684
|
+
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
685
|
+
autofocus: boolean;
|
|
686
|
+
readonly dataset: DOMStringMap;
|
|
687
|
+
nonce?: string | undefined;
|
|
688
|
+
tabIndex: number;
|
|
689
|
+
blur(): void;
|
|
690
|
+
focus(options?: FocusOptions | undefined): void;
|
|
691
|
+
ariaColIndexText: string | null;
|
|
692
|
+
ariaDescription: string | null;
|
|
693
|
+
ariaRowIndexText: string | null;
|
|
694
|
+
ariaRelevant: string | null;
|
|
695
|
+
"__#1@#handleReplacedProp"(replacedProp: {
|
|
696
|
+
newPropertyName: string;
|
|
697
|
+
deprecatedPropertyName: string;
|
|
698
|
+
fromDeprecated: (v: any) => any;
|
|
699
|
+
toDeprecated?: ((v: any) => any) | undefined;
|
|
700
|
+
}): void;
|
|
701
|
+
};
|
|
702
|
+
} & {
|
|
703
|
+
new (...args: any[]): {
|
|
704
|
+
errorText?: string | undefined;
|
|
705
|
+
errorTextChanged(_: string, newErrorText: string | undefined): void;
|
|
706
|
+
"__#4@#blockValidateCalls": boolean;
|
|
707
|
+
"__#4@#originalValidateFn": () => void;
|
|
708
|
+
"__#4@#forceCustomError"(errorMessage: string): void;
|
|
709
|
+
"__#4@#clearCustomErrorAndRevalidate"(): void;
|
|
710
|
+
label?: string | undefined;
|
|
711
|
+
errorValidationMessage: string;
|
|
712
|
+
forceErrorDisplay: boolean;
|
|
713
|
+
hasBeenTouched: boolean;
|
|
714
|
+
connectedCallback: (() => void) & (() => void) & (() => void);
|
|
715
|
+
"__#3@#handleInvalidEvent": () => void;
|
|
716
|
+
disconnectedCallback: (() => void) & (() => void) & (() => void);
|
|
717
|
+
formResetCallback: (() => void) & (() => void);
|
|
718
|
+
validate: (() => void) & ((anchor?: HTMLElement | undefined) => void);
|
|
719
|
+
proxy: import("../../shared/foundation/form-associated/form-associated").ProxyElement;
|
|
720
|
+
readonly validity: ValidityState;
|
|
721
|
+
readonly form: HTMLFormElement | null;
|
|
722
|
+
readonly validationMessage: string;
|
|
723
|
+
readonly willValidate: boolean;
|
|
724
|
+
readonly labels: readonly Node[];
|
|
725
|
+
dirtyValue: boolean;
|
|
726
|
+
proxySlot?: HTMLSlotElement | undefined;
|
|
727
|
+
value: string;
|
|
728
|
+
valueChanged(_previous: string, _next: string): void;
|
|
729
|
+
currentValue: string;
|
|
730
|
+
initialValue: string;
|
|
731
|
+
initialValueChanged(_previous: string, _next: string): void;
|
|
732
|
+
disabled: boolean;
|
|
733
|
+
disabledChanged(_previous: boolean, _next: boolean): void;
|
|
734
|
+
name: string;
|
|
735
|
+
nameChanged(_previous: string, _next: string): void;
|
|
736
|
+
required: boolean;
|
|
737
|
+
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
738
|
+
readonly elementInternals: ElementInternals | null;
|
|
739
|
+
proxyEventsToBlock: string[];
|
|
740
|
+
checkValidity(): boolean;
|
|
741
|
+
reportValidity(): boolean;
|
|
742
|
+
setValidity(flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined): void;
|
|
743
|
+
formDisabledCallback(disabled: boolean): void;
|
|
744
|
+
proxyInitialized: boolean;
|
|
745
|
+
attachProxy(): void;
|
|
746
|
+
detachProxy(): void;
|
|
747
|
+
setFormValue(value: string | File | FormData | null, state?: string | File | FormData | null | undefined): void;
|
|
748
|
+
_keypressHandler(e: KeyboardEvent): void;
|
|
749
|
+
stopPropagation(e: Event): void;
|
|
750
|
+
specialHandling: boolean;
|
|
751
|
+
_vividAriaBehaviour: import("../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
752
|
+
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
753
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
754
|
+
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
755
|
+
accessKey: string;
|
|
756
|
+
readonly accessKeyLabel: string;
|
|
757
|
+
autocapitalize: string;
|
|
758
|
+
dir: string;
|
|
759
|
+
draggable: boolean;
|
|
760
|
+
hidden: boolean;
|
|
761
|
+
inert: boolean;
|
|
762
|
+
innerText: string;
|
|
763
|
+
lang: string;
|
|
764
|
+
readonly offsetHeight: number;
|
|
765
|
+
readonly offsetLeft: number;
|
|
766
|
+
readonly offsetParent: Element | null;
|
|
767
|
+
readonly offsetTop: number;
|
|
768
|
+
readonly offsetWidth: number;
|
|
769
|
+
outerText: string;
|
|
770
|
+
spellcheck: boolean;
|
|
771
|
+
title: string;
|
|
772
|
+
translate: boolean;
|
|
773
|
+
attachInternals(): ElementInternals;
|
|
774
|
+
click(): void;
|
|
775
|
+
addEventListener<K_26 extends keyof HTMLElementEventMap>(type: K_26, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_26]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
776
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
777
|
+
removeEventListener<K_27 extends keyof HTMLElementEventMap>(type: K_27, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_27]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
778
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
779
|
+
dropzone: import("dropzone");
|
|
780
|
+
readonly attributes: NamedNodeMap;
|
|
781
|
+
readonly classList: DOMTokenList;
|
|
782
|
+
className: string;
|
|
783
|
+
readonly clientHeight: number;
|
|
784
|
+
readonly clientLeft: number;
|
|
785
|
+
readonly clientTop: number;
|
|
786
|
+
readonly clientWidth: number;
|
|
787
|
+
id: string;
|
|
788
|
+
readonly localName: string;
|
|
789
|
+
readonly namespaceURI: string | null;
|
|
790
|
+
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
791
|
+
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
792
|
+
outerHTML: string;
|
|
793
|
+
readonly ownerDocument: Document;
|
|
794
|
+
readonly part: DOMTokenList;
|
|
795
|
+
readonly prefix: string | null;
|
|
796
|
+
readonly scrollHeight: number;
|
|
797
|
+
scrollLeft: number;
|
|
798
|
+
scrollTop: number;
|
|
799
|
+
readonly scrollWidth: number;
|
|
800
|
+
readonly shadowRoot: ShadowRoot | null;
|
|
801
|
+
slot: string;
|
|
802
|
+
readonly tagName: string;
|
|
803
|
+
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
804
|
+
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
805
|
+
closest<K_28 extends keyof HTMLElementTagNameMap>(selector: K_28): HTMLElementTagNameMap[K_28] | null;
|
|
806
|
+
closest<K_29 extends keyof SVGElementTagNameMap>(selector: K_29): SVGElementTagNameMap[K_29] | null;
|
|
807
|
+
closest<K_30 extends keyof MathMLElementTagNameMap>(selector: K_30): MathMLElementTagNameMap[K_30] | null;
|
|
808
|
+
closest<E_4 extends Element = Element>(selectors: string): E_4 | null;
|
|
809
|
+
getAttribute(qualifiedName: string): string | null;
|
|
810
|
+
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
811
|
+
getAttributeNames(): string[];
|
|
812
|
+
getAttributeNode(qualifiedName: string): Attr | null;
|
|
813
|
+
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
814
|
+
getBoundingClientRect(): DOMRect;
|
|
815
|
+
getClientRects(): DOMRectList;
|
|
816
|
+
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
817
|
+
getElementsByTagName<K_31 extends keyof HTMLElementTagNameMap>(qualifiedName: K_31): HTMLCollectionOf<HTMLElementTagNameMap[K_31]>;
|
|
818
|
+
getElementsByTagName<K_32 extends keyof SVGElementTagNameMap>(qualifiedName: K_32): HTMLCollectionOf<SVGElementTagNameMap[K_32]>;
|
|
819
|
+
getElementsByTagName<K_33 extends keyof MathMLElementTagNameMap>(qualifiedName: K_33): HTMLCollectionOf<MathMLElementTagNameMap[K_33]>;
|
|
820
|
+
getElementsByTagName<K_34 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_34): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_34]>;
|
|
821
|
+
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
822
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
823
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
824
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
825
|
+
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
826
|
+
hasAttribute(qualifiedName: string): boolean;
|
|
827
|
+
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
828
|
+
hasAttributes(): boolean;
|
|
829
|
+
hasPointerCapture(pointerId: number): boolean;
|
|
830
|
+
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
831
|
+
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
832
|
+
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
833
|
+
matches(selectors: string): boolean;
|
|
834
|
+
releasePointerCapture(pointerId: number): void;
|
|
835
|
+
removeAttribute(qualifiedName: string): void;
|
|
836
|
+
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
837
|
+
removeAttributeNode(attr: Attr): Attr;
|
|
838
|
+
requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
|
|
839
|
+
requestPointerLock(): void;
|
|
840
|
+
scroll(options?: ScrollToOptions | undefined): void;
|
|
841
|
+
scroll(x: number, y: number): void;
|
|
842
|
+
scrollBy(options?: ScrollToOptions | undefined): void;
|
|
843
|
+
scrollBy(x: number, y: number): void;
|
|
844
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
|
|
845
|
+
scrollTo(options?: ScrollToOptions | undefined): void;
|
|
846
|
+
scrollTo(x: number, y: number): void;
|
|
847
|
+
setAttribute(qualifiedName: string, value: string): void;
|
|
848
|
+
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
849
|
+
setAttributeNode(attr: Attr): Attr | null;
|
|
850
|
+
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
851
|
+
setPointerCapture(pointerId: number): void;
|
|
852
|
+
toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
|
|
853
|
+
webkitMatchesSelector(selectors: string): boolean;
|
|
854
|
+
readonly baseURI: string;
|
|
855
|
+
readonly childNodes: NodeListOf<ChildNode>;
|
|
856
|
+
readonly firstChild: ChildNode | null;
|
|
857
|
+
readonly isConnected: boolean;
|
|
858
|
+
readonly lastChild: ChildNode | null;
|
|
859
|
+
readonly nextSibling: ChildNode | null;
|
|
860
|
+
readonly nodeName: string;
|
|
861
|
+
readonly nodeType: number;
|
|
862
|
+
nodeValue: string | null;
|
|
863
|
+
readonly parentElement: HTMLElement | null;
|
|
864
|
+
readonly parentNode: ParentNode | null;
|
|
865
|
+
readonly previousSibling: ChildNode | null;
|
|
866
|
+
textContent: string | null;
|
|
867
|
+
appendChild<T extends Node>(node: T): T;
|
|
868
|
+
cloneNode(deep?: boolean | undefined): Node;
|
|
869
|
+
compareDocumentPosition(other: Node): number;
|
|
870
|
+
contains(other: Node | null): boolean;
|
|
871
|
+
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
872
|
+
hasChildNodes(): boolean;
|
|
873
|
+
insertBefore<T_5 extends Node>(node: T_5, child: Node | null): T_5;
|
|
874
|
+
isDefaultNamespace(namespace: string | null): boolean;
|
|
875
|
+
isEqualNode(otherNode: Node | null): boolean;
|
|
876
|
+
isSameNode(otherNode: Node | null): boolean;
|
|
877
|
+
lookupNamespaceURI(prefix: string | null): string | null;
|
|
878
|
+
lookupPrefix(namespace: string | null): string | null;
|
|
879
|
+
normalize(): void;
|
|
880
|
+
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
881
|
+
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
882
|
+
readonly ELEMENT_NODE: 1;
|
|
883
|
+
readonly ATTRIBUTE_NODE: 2;
|
|
884
|
+
readonly TEXT_NODE: 3;
|
|
885
|
+
readonly CDATA_SECTION_NODE: 4;
|
|
886
|
+
readonly ENTITY_REFERENCE_NODE: 5;
|
|
887
|
+
readonly ENTITY_NODE: 6;
|
|
888
|
+
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
889
|
+
readonly COMMENT_NODE: 8;
|
|
890
|
+
readonly DOCUMENT_NODE: 9;
|
|
891
|
+
readonly DOCUMENT_TYPE_NODE: 10;
|
|
892
|
+
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
893
|
+
readonly NOTATION_NODE: 12;
|
|
894
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
895
|
+
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
896
|
+
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
897
|
+
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
898
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
899
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
900
|
+
dispatchEvent(event: Event): boolean;
|
|
901
|
+
ariaAtomic: string | null;
|
|
902
|
+
ariaAutoComplete: string | null;
|
|
903
|
+
ariaBusy: string | null;
|
|
904
|
+
ariaChecked: string | null;
|
|
905
|
+
ariaColCount: string | null;
|
|
906
|
+
ariaColIndex: string | null;
|
|
907
|
+
ariaColSpan: string | null;
|
|
908
|
+
ariaCurrent: string | null;
|
|
909
|
+
ariaDisabled: string | null;
|
|
910
|
+
ariaExpanded: string | null;
|
|
911
|
+
ariaHasPopup: string | null;
|
|
912
|
+
ariaHidden: string | null;
|
|
913
|
+
ariaInvalid: string | null;
|
|
914
|
+
ariaKeyShortcuts: string | null;
|
|
915
|
+
ariaLabel: string | null;
|
|
916
|
+
ariaLevel: string | null;
|
|
917
|
+
ariaLive: string | null;
|
|
918
|
+
ariaModal: string | null;
|
|
919
|
+
ariaMultiLine: string | null;
|
|
920
|
+
ariaMultiSelectable: string | null;
|
|
921
|
+
ariaOrientation: string | null;
|
|
922
|
+
ariaPlaceholder: string | null;
|
|
923
|
+
ariaPosInSet: string | null;
|
|
924
|
+
ariaPressed: string | null;
|
|
925
|
+
ariaReadOnly: string | null;
|
|
926
|
+
ariaRequired: string | null;
|
|
927
|
+
ariaRoleDescription: string | null;
|
|
928
|
+
ariaRowCount: string | null;
|
|
929
|
+
ariaRowIndex: string | null;
|
|
930
|
+
ariaRowSpan: string | null;
|
|
931
|
+
ariaSelected: string | null;
|
|
932
|
+
ariaSetSize: string | null;
|
|
933
|
+
ariaSort: string | null;
|
|
934
|
+
ariaValueMax: string | null;
|
|
935
|
+
ariaValueMin: string | null;
|
|
936
|
+
ariaValueNow: string | null;
|
|
937
|
+
ariaValueText: string | null;
|
|
938
|
+
role: string | null;
|
|
939
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
|
|
940
|
+
getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
|
|
941
|
+
after(...nodes: (string | Node)[]): void;
|
|
942
|
+
before(...nodes: (string | Node)[]): void;
|
|
943
|
+
remove(): void;
|
|
944
|
+
replaceWith(...nodes: (string | Node)[]): void;
|
|
945
|
+
innerHTML: string;
|
|
946
|
+
readonly nextElementSibling: Element | null;
|
|
947
|
+
readonly previousElementSibling: Element | null;
|
|
948
|
+
readonly childElementCount: number;
|
|
949
|
+
readonly children: HTMLCollection;
|
|
950
|
+
readonly firstElementChild: Element | null;
|
|
951
|
+
readonly lastElementChild: Element | null;
|
|
952
|
+
append(...nodes: (string | Node)[]): void;
|
|
953
|
+
prepend(...nodes: (string | Node)[]): void;
|
|
954
|
+
querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
|
|
955
|
+
querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
|
|
956
|
+
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
|
|
957
|
+
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
|
|
958
|
+
querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
|
|
959
|
+
querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
|
|
960
|
+
querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
|
|
961
|
+
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
962
|
+
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
963
|
+
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
964
|
+
replaceChildren(...nodes: (string | Node)[]): void;
|
|
965
|
+
readonly assignedSlot: HTMLSlotElement | null;
|
|
966
|
+
readonly style: CSSStyleDeclaration;
|
|
967
|
+
contentEditable: string;
|
|
968
|
+
enterKeyHint: string;
|
|
969
|
+
inputMode: string;
|
|
970
|
+
readonly isContentEditable: boolean;
|
|
971
|
+
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
972
|
+
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
973
|
+
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
974
|
+
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
975
|
+
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
976
|
+
onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
977
|
+
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
978
|
+
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
979
|
+
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
980
|
+
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
981
|
+
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
982
|
+
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
983
|
+
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
984
|
+
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
985
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
986
|
+
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
987
|
+
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
988
|
+
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
989
|
+
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
990
|
+
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
991
|
+
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
992
|
+
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
993
|
+
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
994
|
+
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
995
|
+
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
996
|
+
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
997
|
+
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
998
|
+
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
999
|
+
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1000
|
+
onerror: OnErrorEventHandler;
|
|
1001
|
+
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1002
|
+
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
1003
|
+
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1004
|
+
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1005
|
+
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1006
|
+
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
1007
|
+
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
1008
|
+
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
1009
|
+
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1010
|
+
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1011
|
+
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1012
|
+
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1013
|
+
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1014
|
+
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1015
|
+
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1016
|
+
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1017
|
+
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1018
|
+
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1019
|
+
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1020
|
+
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1021
|
+
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1022
|
+
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1023
|
+
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1024
|
+
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1025
|
+
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1026
|
+
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1027
|
+
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1028
|
+
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1029
|
+
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1030
|
+
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1031
|
+
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1032
|
+
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1033
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
|
|
1034
|
+
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1035
|
+
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1036
|
+
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1037
|
+
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1038
|
+
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
1039
|
+
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1040
|
+
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1041
|
+
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1042
|
+
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1043
|
+
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1044
|
+
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1045
|
+
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1046
|
+
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
1047
|
+
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1048
|
+
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1049
|
+
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1050
|
+
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1051
|
+
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1052
|
+
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1053
|
+
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1054
|
+
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1055
|
+
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1056
|
+
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1057
|
+
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1058
|
+
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1059
|
+
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1060
|
+
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1061
|
+
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1062
|
+
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1063
|
+
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1064
|
+
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
1065
|
+
autofocus: boolean;
|
|
1066
|
+
readonly dataset: DOMStringMap;
|
|
1067
|
+
nonce?: string | undefined;
|
|
1068
|
+
tabIndex: number;
|
|
1069
|
+
blur(): void;
|
|
1070
|
+
focus(options?: FocusOptions | undefined): void;
|
|
1071
|
+
ariaColIndexText: string | null;
|
|
1072
|
+
ariaDescription: string | null;
|
|
1073
|
+
ariaRowIndexText: string | null;
|
|
1074
|
+
ariaRelevant: string | null;
|
|
1075
|
+
"__#1@#handleReplacedProp"(replacedProp: {
|
|
1076
|
+
newPropertyName: string;
|
|
1077
|
+
deprecatedPropertyName: string;
|
|
1078
|
+
fromDeprecated: (v: any) => any;
|
|
1079
|
+
toDeprecated?: ((v: any) => any) | undefined;
|
|
1080
|
+
}): void;
|
|
1081
|
+
};
|
|
1082
|
+
} & {
|
|
1083
|
+
new (...args: any[]): {
|
|
1084
|
+
successText?: string | undefined;
|
|
1085
|
+
specialHandling: boolean;
|
|
1086
|
+
_vividAriaBehaviour: import("../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
1087
|
+
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
1088
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
1089
|
+
connectedCallback(): void;
|
|
1090
|
+
disconnectedCallback(): void;
|
|
1091
|
+
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
1092
|
+
accessKey: string;
|
|
1093
|
+
readonly accessKeyLabel: string;
|
|
1094
|
+
autocapitalize: string;
|
|
1095
|
+
dir: string;
|
|
1096
|
+
draggable: boolean;
|
|
1097
|
+
hidden: boolean;
|
|
1098
|
+
inert: boolean;
|
|
1099
|
+
innerText: string;
|
|
1100
|
+
lang: string;
|
|
1101
|
+
readonly offsetHeight: number;
|
|
1102
|
+
readonly offsetLeft: number;
|
|
1103
|
+
readonly offsetParent: Element | null;
|
|
1104
|
+
readonly offsetTop: number;
|
|
1105
|
+
readonly offsetWidth: number;
|
|
1106
|
+
outerText: string;
|
|
1107
|
+
spellcheck: boolean;
|
|
1108
|
+
title: string;
|
|
1109
|
+
translate: boolean;
|
|
1110
|
+
attachInternals(): ElementInternals;
|
|
1111
|
+
click(): void;
|
|
1112
|
+
addEventListener<K_35 extends keyof HTMLElementEventMap>(type: K_35, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_35]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
1113
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
1114
|
+
removeEventListener<K_36 extends keyof HTMLElementEventMap>(type: K_36, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_36]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
1115
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
1116
|
+
dropzone: import("dropzone");
|
|
1117
|
+
readonly attributes: NamedNodeMap;
|
|
1118
|
+
readonly classList: DOMTokenList;
|
|
1119
|
+
className: string;
|
|
1120
|
+
readonly clientHeight: number;
|
|
1121
|
+
readonly clientLeft: number;
|
|
1122
|
+
readonly clientTop: number;
|
|
1123
|
+
readonly clientWidth: number;
|
|
1124
|
+
id: string;
|
|
1125
|
+
readonly localName: string;
|
|
1126
|
+
readonly namespaceURI: string | null;
|
|
1127
|
+
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
1128
|
+
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
1129
|
+
outerHTML: string;
|
|
1130
|
+
readonly ownerDocument: Document;
|
|
1131
|
+
readonly part: DOMTokenList;
|
|
1132
|
+
readonly prefix: string | null;
|
|
1133
|
+
readonly scrollHeight: number;
|
|
1134
|
+
scrollLeft: number;
|
|
1135
|
+
scrollTop: number;
|
|
1136
|
+
readonly scrollWidth: number;
|
|
1137
|
+
readonly shadowRoot: ShadowRoot | null;
|
|
1138
|
+
slot: string;
|
|
1139
|
+
readonly tagName: string;
|
|
1140
|
+
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1141
|
+
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
1142
|
+
closest<K_37 extends keyof HTMLElementTagNameMap>(selector: K_37): HTMLElementTagNameMap[K_37] | null;
|
|
1143
|
+
closest<K_38 extends keyof SVGElementTagNameMap>(selector: K_38): SVGElementTagNameMap[K_38] | null;
|
|
1144
|
+
closest<K_39 extends keyof MathMLElementTagNameMap>(selector: K_39): MathMLElementTagNameMap[K_39] | null;
|
|
1145
|
+
closest<E_5 extends Element = Element>(selectors: string): E_5 | null;
|
|
1146
|
+
getAttribute(qualifiedName: string): string | null;
|
|
1147
|
+
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
1148
|
+
getAttributeNames(): string[];
|
|
1149
|
+
getAttributeNode(qualifiedName: string): Attr | null;
|
|
1150
|
+
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
1151
|
+
getBoundingClientRect(): DOMRect;
|
|
1152
|
+
getClientRects(): DOMRectList;
|
|
1153
|
+
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
1154
|
+
getElementsByTagName<K_40 extends keyof HTMLElementTagNameMap>(qualifiedName: K_40): HTMLCollectionOf<HTMLElementTagNameMap[K_40]>;
|
|
1155
|
+
getElementsByTagName<K_41 extends keyof SVGElementTagNameMap>(qualifiedName: K_41): HTMLCollectionOf<SVGElementTagNameMap[K_41]>;
|
|
1156
|
+
getElementsByTagName<K_42 extends keyof MathMLElementTagNameMap>(qualifiedName: K_42): HTMLCollectionOf<MathMLElementTagNameMap[K_42]>;
|
|
1157
|
+
getElementsByTagName<K_43 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_43): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_43]>;
|
|
1158
|
+
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1159
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1160
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
1161
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
1162
|
+
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
1163
|
+
hasAttribute(qualifiedName: string): boolean;
|
|
1164
|
+
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
1165
|
+
hasAttributes(): boolean;
|
|
1166
|
+
hasPointerCapture(pointerId: number): boolean;
|
|
1167
|
+
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
1168
|
+
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
1169
|
+
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
1170
|
+
matches(selectors: string): boolean;
|
|
1171
|
+
releasePointerCapture(pointerId: number): void;
|
|
1172
|
+
removeAttribute(qualifiedName: string): void;
|
|
1173
|
+
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
1174
|
+
removeAttributeNode(attr: Attr): Attr;
|
|
1175
|
+
requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
|
|
1176
|
+
requestPointerLock(): void;
|
|
1177
|
+
scroll(options?: ScrollToOptions | undefined): void;
|
|
1178
|
+
scroll(x: number, y: number): void;
|
|
1179
|
+
scrollBy(options?: ScrollToOptions | undefined): void;
|
|
1180
|
+
scrollBy(x: number, y: number): void;
|
|
1181
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
|
|
1182
|
+
scrollTo(options?: ScrollToOptions | undefined): void;
|
|
1183
|
+
scrollTo(x: number, y: number): void;
|
|
1184
|
+
setAttribute(qualifiedName: string, value: string): void;
|
|
1185
|
+
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
1186
|
+
setAttributeNode(attr: Attr): Attr | null;
|
|
1187
|
+
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
1188
|
+
setPointerCapture(pointerId: number): void;
|
|
1189
|
+
toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
|
|
1190
|
+
webkitMatchesSelector(selectors: string): boolean;
|
|
1191
|
+
readonly baseURI: string;
|
|
1192
|
+
readonly childNodes: NodeListOf<ChildNode>;
|
|
1193
|
+
readonly firstChild: ChildNode | null;
|
|
1194
|
+
readonly isConnected: boolean;
|
|
1195
|
+
readonly lastChild: ChildNode | null;
|
|
1196
|
+
readonly nextSibling: ChildNode | null;
|
|
1197
|
+
readonly nodeName: string;
|
|
1198
|
+
readonly nodeType: number;
|
|
1199
|
+
nodeValue: string | null;
|
|
1200
|
+
readonly parentElement: HTMLElement | null;
|
|
1201
|
+
readonly parentNode: ParentNode | null;
|
|
1202
|
+
readonly previousSibling: ChildNode | null;
|
|
1203
|
+
textContent: string | null;
|
|
1204
|
+
appendChild<T extends Node>(node: T): T;
|
|
1205
|
+
cloneNode(deep?: boolean | undefined): Node;
|
|
1206
|
+
compareDocumentPosition(other: Node): number;
|
|
1207
|
+
contains(other: Node | null): boolean;
|
|
1208
|
+
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
1209
|
+
hasChildNodes(): boolean;
|
|
1210
|
+
insertBefore<T_6 extends Node>(node: T_6, child: Node | null): T_6;
|
|
1211
|
+
isDefaultNamespace(namespace: string | null): boolean;
|
|
1212
|
+
isEqualNode(otherNode: Node | null): boolean;
|
|
1213
|
+
isSameNode(otherNode: Node | null): boolean;
|
|
1214
|
+
lookupNamespaceURI(prefix: string | null): string | null;
|
|
1215
|
+
lookupPrefix(namespace: string | null): string | null;
|
|
1216
|
+
normalize(): void;
|
|
1217
|
+
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
1218
|
+
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
1219
|
+
readonly ELEMENT_NODE: 1;
|
|
1220
|
+
readonly ATTRIBUTE_NODE: 2;
|
|
1221
|
+
readonly TEXT_NODE: 3;
|
|
1222
|
+
readonly CDATA_SECTION_NODE: 4;
|
|
1223
|
+
readonly ENTITY_REFERENCE_NODE: 5;
|
|
1224
|
+
readonly ENTITY_NODE: 6;
|
|
1225
|
+
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
1226
|
+
readonly COMMENT_NODE: 8;
|
|
1227
|
+
readonly DOCUMENT_NODE: 9;
|
|
1228
|
+
readonly DOCUMENT_TYPE_NODE: 10;
|
|
1229
|
+
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
1230
|
+
readonly NOTATION_NODE: 12;
|
|
1231
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
1232
|
+
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
1233
|
+
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
1234
|
+
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
1235
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
1236
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
1237
|
+
dispatchEvent(event: Event): boolean;
|
|
1238
|
+
ariaAtomic: string | null;
|
|
1239
|
+
ariaAutoComplete: string | null;
|
|
1240
|
+
ariaBusy: string | null;
|
|
1241
|
+
ariaChecked: string | null;
|
|
1242
|
+
ariaColCount: string | null;
|
|
1243
|
+
ariaColIndex: string | null;
|
|
1244
|
+
ariaColSpan: string | null;
|
|
1245
|
+
ariaCurrent: string | null;
|
|
1246
|
+
ariaDisabled: string | null;
|
|
1247
|
+
ariaExpanded: string | null;
|
|
1248
|
+
ariaHasPopup: string | null;
|
|
1249
|
+
ariaHidden: string | null;
|
|
1250
|
+
ariaInvalid: string | null;
|
|
1251
|
+
ariaKeyShortcuts: string | null;
|
|
1252
|
+
ariaLabel: string | null;
|
|
1253
|
+
ariaLevel: string | null;
|
|
1254
|
+
ariaLive: string | null;
|
|
1255
|
+
ariaModal: string | null;
|
|
1256
|
+
ariaMultiLine: string | null;
|
|
1257
|
+
ariaMultiSelectable: string | null;
|
|
1258
|
+
ariaOrientation: string | null;
|
|
1259
|
+
ariaPlaceholder: string | null;
|
|
1260
|
+
ariaPosInSet: string | null;
|
|
1261
|
+
ariaPressed: string | null;
|
|
1262
|
+
ariaReadOnly: string | null;
|
|
1263
|
+
ariaRequired: string | null;
|
|
1264
|
+
ariaRoleDescription: string | null;
|
|
1265
|
+
ariaRowCount: string | null;
|
|
1266
|
+
ariaRowIndex: string | null;
|
|
1267
|
+
ariaRowSpan: string | null;
|
|
1268
|
+
ariaSelected: string | null;
|
|
1269
|
+
ariaSetSize: string | null;
|
|
1270
|
+
ariaSort: string | null;
|
|
1271
|
+
ariaValueMax: string | null;
|
|
1272
|
+
ariaValueMin: string | null;
|
|
1273
|
+
ariaValueNow: string | null;
|
|
1274
|
+
ariaValueText: string | null;
|
|
1275
|
+
role: string | null;
|
|
1276
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
|
|
1277
|
+
getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
|
|
1278
|
+
after(...nodes: (string | Node)[]): void;
|
|
1279
|
+
before(...nodes: (string | Node)[]): void;
|
|
1280
|
+
remove(): void;
|
|
1281
|
+
replaceWith(...nodes: (string | Node)[]): void;
|
|
1282
|
+
innerHTML: string;
|
|
1283
|
+
readonly nextElementSibling: Element | null;
|
|
1284
|
+
readonly previousElementSibling: Element | null;
|
|
1285
|
+
readonly childElementCount: number;
|
|
1286
|
+
readonly children: HTMLCollection;
|
|
1287
|
+
readonly firstElementChild: Element | null;
|
|
1288
|
+
readonly lastElementChild: Element | null;
|
|
1289
|
+
append(...nodes: (string | Node)[]): void;
|
|
1290
|
+
prepend(...nodes: (string | Node)[]): void;
|
|
1291
|
+
querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
|
|
1292
|
+
querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
|
|
1293
|
+
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
|
|
1294
|
+
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
|
|
1295
|
+
querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
|
|
1296
|
+
querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
|
|
1297
|
+
querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
|
|
1298
|
+
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
1299
|
+
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
1300
|
+
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
1301
|
+
replaceChildren(...nodes: (string | Node)[]): void;
|
|
1302
|
+
readonly assignedSlot: HTMLSlotElement | null;
|
|
1303
|
+
readonly style: CSSStyleDeclaration;
|
|
1304
|
+
contentEditable: string;
|
|
1305
|
+
enterKeyHint: string;
|
|
1306
|
+
inputMode: string;
|
|
1307
|
+
readonly isContentEditable: boolean;
|
|
1308
|
+
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1309
|
+
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1310
|
+
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1311
|
+
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1312
|
+
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1313
|
+
onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1314
|
+
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
1315
|
+
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1316
|
+
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1317
|
+
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1318
|
+
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1319
|
+
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1320
|
+
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1321
|
+
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1322
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1323
|
+
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1324
|
+
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1325
|
+
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1326
|
+
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1327
|
+
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1328
|
+
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1329
|
+
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1330
|
+
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1331
|
+
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1332
|
+
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1333
|
+
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1334
|
+
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1335
|
+
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1336
|
+
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1337
|
+
onerror: OnErrorEventHandler;
|
|
1338
|
+
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1339
|
+
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
1340
|
+
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1341
|
+
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1342
|
+
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1343
|
+
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
1344
|
+
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
1345
|
+
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
1346
|
+
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1347
|
+
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1348
|
+
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1349
|
+
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1350
|
+
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1351
|
+
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1352
|
+
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1353
|
+
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1354
|
+
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1355
|
+
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1356
|
+
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1357
|
+
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1358
|
+
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1359
|
+
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1360
|
+
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1361
|
+
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1362
|
+
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1363
|
+
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1364
|
+
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1365
|
+
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1366
|
+
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1367
|
+
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1368
|
+
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1369
|
+
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1370
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
|
|
1371
|
+
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1372
|
+
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1373
|
+
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1374
|
+
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1375
|
+
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
1376
|
+
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1377
|
+
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1378
|
+
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1379
|
+
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1380
|
+
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1381
|
+
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1382
|
+
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1383
|
+
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
1384
|
+
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1385
|
+
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1386
|
+
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1387
|
+
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1388
|
+
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1389
|
+
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1390
|
+
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1391
|
+
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1392
|
+
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1393
|
+
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1394
|
+
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1395
|
+
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1396
|
+
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1397
|
+
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1398
|
+
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1399
|
+
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1400
|
+
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1401
|
+
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
1402
|
+
autofocus: boolean;
|
|
1403
|
+
readonly dataset: DOMStringMap;
|
|
1404
|
+
nonce?: string | undefined;
|
|
1405
|
+
tabIndex: number;
|
|
1406
|
+
blur(): void;
|
|
1407
|
+
focus(options?: FocusOptions | undefined): void;
|
|
1408
|
+
ariaColIndexText: string | null;
|
|
1409
|
+
ariaDescription: string | null;
|
|
1410
|
+
ariaRowIndexText: string | null;
|
|
1411
|
+
ariaRelevant: string | null;
|
|
1412
|
+
"__#1@#handleReplacedProp"(replacedProp: {
|
|
1413
|
+
newPropertyName: string;
|
|
1414
|
+
deprecatedPropertyName: string;
|
|
1415
|
+
fromDeprecated: (v: any) => any;
|
|
1416
|
+
toDeprecated?: ((v: any) => any) | undefined;
|
|
1417
|
+
}): void;
|
|
1418
|
+
};
|
|
1419
|
+
} & {
|
|
1420
|
+
new (...args: any[]): {
|
|
1421
|
+
label?: string | undefined;
|
|
1422
|
+
errorValidationMessage: string;
|
|
1423
|
+
forceErrorDisplay: boolean;
|
|
1424
|
+
hasBeenTouched: boolean;
|
|
1425
|
+
connectedCallback(): void;
|
|
1426
|
+
"__#3@#handleInvalidEvent": () => void;
|
|
1427
|
+
disconnectedCallback(): void;
|
|
1428
|
+
formResetCallback(): void;
|
|
1429
|
+
validate(): void;
|
|
1430
|
+
proxy: import("../../shared/foundation/form-associated/form-associated").ProxyElement;
|
|
1431
|
+
readonly validity: ValidityState;
|
|
1432
|
+
readonly form: HTMLFormElement | null;
|
|
1433
|
+
readonly validationMessage: string;
|
|
1434
|
+
readonly willValidate: boolean;
|
|
1435
|
+
readonly labels: readonly Node[];
|
|
1436
|
+
dirtyValue: boolean;
|
|
1437
|
+
proxySlot?: HTMLSlotElement | undefined;
|
|
1438
|
+
value: string;
|
|
1439
|
+
valueChanged(_previous: string, _next: string): void;
|
|
1440
|
+
currentValue: string;
|
|
1441
|
+
initialValue: string;
|
|
1442
|
+
initialValueChanged(_previous: string, _next: string): void;
|
|
1443
|
+
disabled: boolean;
|
|
1444
|
+
disabledChanged(_previous: boolean, _next: boolean): void;
|
|
1445
|
+
name: string;
|
|
1446
|
+
nameChanged(_previous: string, _next: string): void;
|
|
1447
|
+
required: boolean;
|
|
1448
|
+
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
1449
|
+
readonly elementInternals: ElementInternals | null;
|
|
1450
|
+
proxyEventsToBlock: string[];
|
|
1451
|
+
checkValidity(): boolean;
|
|
1452
|
+
reportValidity(): boolean;
|
|
1453
|
+
setValidity(flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined): void;
|
|
1454
|
+
formDisabledCallback(disabled: boolean): void;
|
|
1455
|
+
proxyInitialized: boolean;
|
|
1456
|
+
attachProxy(): void;
|
|
1457
|
+
detachProxy(): void;
|
|
1458
|
+
setFormValue(value: string | File | FormData | null, state?: string | File | FormData | null | undefined): void;
|
|
1459
|
+
_keypressHandler(e: KeyboardEvent): void;
|
|
1460
|
+
stopPropagation(e: Event): void;
|
|
1461
|
+
specialHandling: boolean;
|
|
1462
|
+
_vividAriaBehaviour: import("../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
1463
|
+
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
1464
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
1465
|
+
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
1466
|
+
accessKey: string;
|
|
1467
|
+
readonly accessKeyLabel: string;
|
|
1468
|
+
autocapitalize: string;
|
|
1469
|
+
dir: string;
|
|
1470
|
+
draggable: boolean;
|
|
1471
|
+
hidden: boolean;
|
|
1472
|
+
inert: boolean;
|
|
1473
|
+
innerText: string;
|
|
1474
|
+
lang: string;
|
|
1475
|
+
readonly offsetHeight: number;
|
|
1476
|
+
readonly offsetLeft: number;
|
|
1477
|
+
readonly offsetParent: Element | null;
|
|
1478
|
+
readonly offsetTop: number;
|
|
1479
|
+
readonly offsetWidth: number;
|
|
1480
|
+
outerText: string;
|
|
1481
|
+
spellcheck: boolean;
|
|
1482
|
+
title: string;
|
|
1483
|
+
translate: boolean;
|
|
1484
|
+
attachInternals(): ElementInternals;
|
|
1485
|
+
click(): void;
|
|
1486
|
+
addEventListener<K_44 extends keyof HTMLElementEventMap>(type: K_44, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_44]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
1487
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
1488
|
+
removeEventListener<K_45 extends keyof HTMLElementEventMap>(type: K_45, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_45]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
1489
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
1490
|
+
dropzone: import("dropzone");
|
|
1491
|
+
readonly attributes: NamedNodeMap;
|
|
1492
|
+
readonly classList: DOMTokenList;
|
|
1493
|
+
className: string;
|
|
1494
|
+
readonly clientHeight: number;
|
|
1495
|
+
readonly clientLeft: number;
|
|
1496
|
+
readonly clientTop: number;
|
|
1497
|
+
readonly clientWidth: number;
|
|
1498
|
+
id: string;
|
|
1499
|
+
readonly localName: string;
|
|
1500
|
+
readonly namespaceURI: string | null;
|
|
1501
|
+
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
1502
|
+
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
1503
|
+
outerHTML: string;
|
|
1504
|
+
readonly ownerDocument: Document;
|
|
1505
|
+
readonly part: DOMTokenList;
|
|
1506
|
+
readonly prefix: string | null;
|
|
1507
|
+
readonly scrollHeight: number;
|
|
1508
|
+
scrollLeft: number;
|
|
1509
|
+
scrollTop: number;
|
|
1510
|
+
readonly scrollWidth: number;
|
|
1511
|
+
readonly shadowRoot: ShadowRoot | null;
|
|
1512
|
+
slot: string;
|
|
1513
|
+
readonly tagName: string;
|
|
1514
|
+
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1515
|
+
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
1516
|
+
closest<K_46 extends keyof HTMLElementTagNameMap>(selector: K_46): HTMLElementTagNameMap[K_46] | null;
|
|
1517
|
+
closest<K_47 extends keyof SVGElementTagNameMap>(selector: K_47): SVGElementTagNameMap[K_47] | null;
|
|
1518
|
+
closest<K_48 extends keyof MathMLElementTagNameMap>(selector: K_48): MathMLElementTagNameMap[K_48] | null;
|
|
1519
|
+
closest<E_6 extends Element = Element>(selectors: string): E_6 | null;
|
|
1520
|
+
getAttribute(qualifiedName: string): string | null;
|
|
1521
|
+
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
1522
|
+
getAttributeNames(): string[];
|
|
1523
|
+
getAttributeNode(qualifiedName: string): Attr | null;
|
|
1524
|
+
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
1525
|
+
getBoundingClientRect(): DOMRect;
|
|
1526
|
+
getClientRects(): DOMRectList;
|
|
1527
|
+
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
1528
|
+
getElementsByTagName<K_49 extends keyof HTMLElementTagNameMap>(qualifiedName: K_49): HTMLCollectionOf<HTMLElementTagNameMap[K_49]>;
|
|
1529
|
+
getElementsByTagName<K_50 extends keyof SVGElementTagNameMap>(qualifiedName: K_50): HTMLCollectionOf<SVGElementTagNameMap[K_50]>;
|
|
1530
|
+
getElementsByTagName<K_51 extends keyof MathMLElementTagNameMap>(qualifiedName: K_51): HTMLCollectionOf<MathMLElementTagNameMap[K_51]>;
|
|
1531
|
+
getElementsByTagName<K_52 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_52): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_52]>;
|
|
1532
|
+
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1533
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1534
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
1535
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
1536
|
+
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
1537
|
+
hasAttribute(qualifiedName: string): boolean;
|
|
1538
|
+
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
1539
|
+
hasAttributes(): boolean;
|
|
1540
|
+
hasPointerCapture(pointerId: number): boolean;
|
|
1541
|
+
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
1542
|
+
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
1543
|
+
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
1544
|
+
matches(selectors: string): boolean;
|
|
1545
|
+
releasePointerCapture(pointerId: number): void;
|
|
1546
|
+
removeAttribute(qualifiedName: string): void;
|
|
1547
|
+
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
1548
|
+
removeAttributeNode(attr: Attr): Attr;
|
|
1549
|
+
requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
|
|
1550
|
+
requestPointerLock(): void;
|
|
1551
|
+
scroll(options?: ScrollToOptions | undefined): void;
|
|
1552
|
+
scroll(x: number, y: number): void;
|
|
1553
|
+
scrollBy(options?: ScrollToOptions | undefined): void;
|
|
1554
|
+
scrollBy(x: number, y: number): void;
|
|
1555
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
|
|
1556
|
+
scrollTo(options?: ScrollToOptions | undefined): void;
|
|
1557
|
+
scrollTo(x: number, y: number): void;
|
|
1558
|
+
setAttribute(qualifiedName: string, value: string): void;
|
|
1559
|
+
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
1560
|
+
setAttributeNode(attr: Attr): Attr | null;
|
|
1561
|
+
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
1562
|
+
setPointerCapture(pointerId: number): void;
|
|
1563
|
+
toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
|
|
1564
|
+
webkitMatchesSelector(selectors: string): boolean;
|
|
1565
|
+
readonly baseURI: string;
|
|
1566
|
+
readonly childNodes: NodeListOf<ChildNode>;
|
|
1567
|
+
readonly firstChild: ChildNode | null;
|
|
1568
|
+
readonly isConnected: boolean;
|
|
1569
|
+
readonly lastChild: ChildNode | null;
|
|
1570
|
+
readonly nextSibling: ChildNode | null;
|
|
1571
|
+
readonly nodeName: string;
|
|
1572
|
+
readonly nodeType: number;
|
|
1573
|
+
nodeValue: string | null;
|
|
1574
|
+
readonly parentElement: HTMLElement | null;
|
|
1575
|
+
readonly parentNode: ParentNode | null;
|
|
1576
|
+
readonly previousSibling: ChildNode | null;
|
|
1577
|
+
textContent: string | null;
|
|
1578
|
+
appendChild<T extends Node>(node: T): T;
|
|
1579
|
+
cloneNode(deep?: boolean | undefined): Node;
|
|
1580
|
+
compareDocumentPosition(other: Node): number;
|
|
1581
|
+
contains(other: Node | null): boolean;
|
|
1582
|
+
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
1583
|
+
hasChildNodes(): boolean;
|
|
1584
|
+
insertBefore<T_7 extends Node>(node: T_7, child: Node | null): T_7;
|
|
1585
|
+
isDefaultNamespace(namespace: string | null): boolean;
|
|
1586
|
+
isEqualNode(otherNode: Node | null): boolean;
|
|
1587
|
+
isSameNode(otherNode: Node | null): boolean;
|
|
1588
|
+
lookupNamespaceURI(prefix: string | null): string | null;
|
|
1589
|
+
lookupPrefix(namespace: string | null): string | null;
|
|
1590
|
+
normalize(): void;
|
|
1591
|
+
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
1592
|
+
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
1593
|
+
readonly ELEMENT_NODE: 1;
|
|
1594
|
+
readonly ATTRIBUTE_NODE: 2;
|
|
1595
|
+
readonly TEXT_NODE: 3;
|
|
1596
|
+
readonly CDATA_SECTION_NODE: 4;
|
|
1597
|
+
readonly ENTITY_REFERENCE_NODE: 5;
|
|
1598
|
+
readonly ENTITY_NODE: 6;
|
|
1599
|
+
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
1600
|
+
readonly COMMENT_NODE: 8;
|
|
1601
|
+
readonly DOCUMENT_NODE: 9;
|
|
1602
|
+
readonly DOCUMENT_TYPE_NODE: 10;
|
|
1603
|
+
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
1604
|
+
readonly NOTATION_NODE: 12;
|
|
1605
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
1606
|
+
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
1607
|
+
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
1608
|
+
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
1609
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
1610
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
1611
|
+
dispatchEvent(event: Event): boolean;
|
|
1612
|
+
ariaAtomic: string | null;
|
|
1613
|
+
ariaAutoComplete: string | null;
|
|
1614
|
+
ariaBusy: string | null;
|
|
1615
|
+
ariaChecked: string | null;
|
|
1616
|
+
ariaColCount: string | null;
|
|
1617
|
+
ariaColIndex: string | null;
|
|
1618
|
+
ariaColSpan: string | null;
|
|
1619
|
+
ariaCurrent: string | null;
|
|
1620
|
+
ariaDisabled: string | null;
|
|
1621
|
+
ariaExpanded: string | null;
|
|
1622
|
+
ariaHasPopup: string | null;
|
|
1623
|
+
ariaHidden: string | null;
|
|
1624
|
+
ariaInvalid: string | null;
|
|
1625
|
+
ariaKeyShortcuts: string | null;
|
|
1626
|
+
ariaLabel: string | null;
|
|
1627
|
+
ariaLevel: string | null;
|
|
1628
|
+
ariaLive: string | null;
|
|
1629
|
+
ariaModal: string | null;
|
|
1630
|
+
ariaMultiLine: string | null;
|
|
1631
|
+
ariaMultiSelectable: string | null;
|
|
1632
|
+
ariaOrientation: string | null;
|
|
1633
|
+
ariaPlaceholder: string | null;
|
|
1634
|
+
ariaPosInSet: string | null;
|
|
1635
|
+
ariaPressed: string | null;
|
|
1636
|
+
ariaReadOnly: string | null;
|
|
1637
|
+
ariaRequired: string | null;
|
|
1638
|
+
ariaRoleDescription: string | null;
|
|
1639
|
+
ariaRowCount: string | null;
|
|
1640
|
+
ariaRowIndex: string | null;
|
|
1641
|
+
ariaRowSpan: string | null;
|
|
1642
|
+
ariaSelected: string | null;
|
|
1643
|
+
ariaSetSize: string | null;
|
|
1644
|
+
ariaSort: string | null;
|
|
1645
|
+
ariaValueMax: string | null;
|
|
1646
|
+
ariaValueMin: string | null;
|
|
1647
|
+
ariaValueNow: string | null;
|
|
1648
|
+
ariaValueText: string | null;
|
|
1649
|
+
role: string | null;
|
|
1650
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
|
|
1651
|
+
getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
|
|
1652
|
+
after(...nodes: (string | Node)[]): void;
|
|
1653
|
+
before(...nodes: (string | Node)[]): void;
|
|
1654
|
+
remove(): void;
|
|
1655
|
+
replaceWith(...nodes: (string | Node)[]): void;
|
|
1656
|
+
innerHTML: string;
|
|
1657
|
+
readonly nextElementSibling: Element | null;
|
|
1658
|
+
readonly previousElementSibling: Element | null;
|
|
1659
|
+
readonly childElementCount: number;
|
|
1660
|
+
readonly children: HTMLCollection;
|
|
1661
|
+
readonly firstElementChild: Element | null;
|
|
1662
|
+
readonly lastElementChild: Element | null;
|
|
1663
|
+
append(...nodes: (string | Node)[]): void;
|
|
1664
|
+
prepend(...nodes: (string | Node)[]): void;
|
|
1665
|
+
querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
|
|
1666
|
+
querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
|
|
1667
|
+
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
|
|
1668
|
+
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
|
|
1669
|
+
querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
|
|
1670
|
+
querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
|
|
1671
|
+
querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
|
|
1672
|
+
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
1673
|
+
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
1674
|
+
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
1675
|
+
replaceChildren(...nodes: (string | Node)[]): void;
|
|
1676
|
+
readonly assignedSlot: HTMLSlotElement | null;
|
|
1677
|
+
readonly style: CSSStyleDeclaration;
|
|
1678
|
+
contentEditable: string;
|
|
1679
|
+
enterKeyHint: string;
|
|
1680
|
+
inputMode: string;
|
|
1681
|
+
readonly isContentEditable: boolean;
|
|
1682
|
+
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1683
|
+
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1684
|
+
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1685
|
+
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1686
|
+
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1687
|
+
onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1688
|
+
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
1689
|
+
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1690
|
+
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1691
|
+
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1692
|
+
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1693
|
+
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1694
|
+
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1695
|
+
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1696
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1697
|
+
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1698
|
+
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1699
|
+
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1700
|
+
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1701
|
+
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1702
|
+
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1703
|
+
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1704
|
+
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1705
|
+
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1706
|
+
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1707
|
+
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1708
|
+
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1709
|
+
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1710
|
+
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1711
|
+
onerror: OnErrorEventHandler;
|
|
1712
|
+
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1713
|
+
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
1714
|
+
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1715
|
+
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1716
|
+
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1717
|
+
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
1718
|
+
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
1719
|
+
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
1720
|
+
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1721
|
+
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1722
|
+
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1723
|
+
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1724
|
+
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1725
|
+
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1726
|
+
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1727
|
+
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1728
|
+
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1729
|
+
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1730
|
+
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1731
|
+
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1732
|
+
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1733
|
+
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1734
|
+
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1735
|
+
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1736
|
+
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1737
|
+
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1738
|
+
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1739
|
+
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1740
|
+
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1741
|
+
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1742
|
+
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1743
|
+
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1744
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
|
|
1745
|
+
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1746
|
+
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1747
|
+
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1748
|
+
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1749
|
+
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
1750
|
+
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1751
|
+
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1752
|
+
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1753
|
+
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1754
|
+
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1755
|
+
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1756
|
+
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1757
|
+
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
1758
|
+
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1759
|
+
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1760
|
+
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1761
|
+
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1762
|
+
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1763
|
+
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1764
|
+
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1765
|
+
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1766
|
+
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1767
|
+
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1768
|
+
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1769
|
+
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1770
|
+
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1771
|
+
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1772
|
+
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1773
|
+
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1774
|
+
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1775
|
+
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
1776
|
+
autofocus: boolean;
|
|
1777
|
+
readonly dataset: DOMStringMap;
|
|
1778
|
+
nonce?: string | undefined;
|
|
1779
|
+
tabIndex: number;
|
|
1780
|
+
blur(): void;
|
|
1781
|
+
focus(options?: FocusOptions | undefined): void;
|
|
1782
|
+
ariaColIndexText: string | null;
|
|
1783
|
+
ariaDescription: string | null;
|
|
1784
|
+
ariaRowIndexText: string | null;
|
|
1785
|
+
ariaRelevant: string | null;
|
|
1786
|
+
"__#1@#handleReplacedProp"(replacedProp: {
|
|
1787
|
+
newPropertyName: string;
|
|
1788
|
+
deprecatedPropertyName: string;
|
|
1789
|
+
fromDeprecated: (v: any) => any;
|
|
1790
|
+
toDeprecated?: ((v: any) => any) | undefined;
|
|
1791
|
+
}): void;
|
|
1792
|
+
};
|
|
1793
|
+
} & {
|
|
12
1794
|
new (...args: any[]): {
|
|
13
1795
|
_vividAriaBehaviour: "delegate";
|
|
14
1796
|
specialHandling: boolean;
|
|
15
1797
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
16
1798
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
17
|
-
connectedCallback(): void;
|
|
18
|
-
disconnectedCallback(): void;
|
|
1799
|
+
connectedCallback(): void;
|
|
1800
|
+
disconnectedCallback(): void;
|
|
1801
|
+
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
1802
|
+
accessKey: string;
|
|
1803
|
+
readonly accessKeyLabel: string;
|
|
1804
|
+
autocapitalize: string;
|
|
1805
|
+
dir: string;
|
|
1806
|
+
draggable: boolean;
|
|
1807
|
+
hidden: boolean;
|
|
1808
|
+
inert: boolean;
|
|
1809
|
+
innerText: string;
|
|
1810
|
+
lang: string;
|
|
1811
|
+
readonly offsetHeight: number;
|
|
1812
|
+
readonly offsetLeft: number;
|
|
1813
|
+
readonly offsetParent: Element | null;
|
|
1814
|
+
readonly offsetTop: number;
|
|
1815
|
+
readonly offsetWidth: number;
|
|
1816
|
+
outerText: string;
|
|
1817
|
+
spellcheck: boolean;
|
|
1818
|
+
title: string;
|
|
1819
|
+
translate: boolean;
|
|
1820
|
+
attachInternals(): ElementInternals;
|
|
1821
|
+
click(): void;
|
|
1822
|
+
addEventListener<K_53 extends keyof HTMLElementEventMap>(type: K_53, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_53]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
1823
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
1824
|
+
removeEventListener<K_54 extends keyof HTMLElementEventMap>(type: K_54, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_54]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
1825
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
1826
|
+
dropzone: import("dropzone");
|
|
1827
|
+
readonly attributes: NamedNodeMap;
|
|
1828
|
+
readonly classList: DOMTokenList;
|
|
1829
|
+
className: string;
|
|
1830
|
+
readonly clientHeight: number;
|
|
1831
|
+
readonly clientLeft: number;
|
|
1832
|
+
readonly clientTop: number;
|
|
1833
|
+
readonly clientWidth: number;
|
|
1834
|
+
id: string;
|
|
1835
|
+
readonly localName: string;
|
|
1836
|
+
readonly namespaceURI: string | null;
|
|
1837
|
+
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
1838
|
+
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
1839
|
+
outerHTML: string;
|
|
1840
|
+
readonly ownerDocument: Document;
|
|
1841
|
+
readonly part: DOMTokenList;
|
|
1842
|
+
readonly prefix: string | null;
|
|
1843
|
+
readonly scrollHeight: number;
|
|
1844
|
+
scrollLeft: number;
|
|
1845
|
+
scrollTop: number;
|
|
1846
|
+
readonly scrollWidth: number;
|
|
1847
|
+
readonly shadowRoot: ShadowRoot | null;
|
|
1848
|
+
slot: string;
|
|
1849
|
+
readonly tagName: string;
|
|
1850
|
+
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1851
|
+
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
1852
|
+
closest<K_55 extends keyof HTMLElementTagNameMap>(selector: K_55): HTMLElementTagNameMap[K_55] | null;
|
|
1853
|
+
closest<K_56 extends keyof SVGElementTagNameMap>(selector: K_56): SVGElementTagNameMap[K_56] | null;
|
|
1854
|
+
closest<K_57 extends keyof MathMLElementTagNameMap>(selector: K_57): MathMLElementTagNameMap[K_57] | null;
|
|
1855
|
+
closest<E_7 extends Element = Element>(selectors: string): E_7 | null;
|
|
1856
|
+
getAttribute(qualifiedName: string): string | null;
|
|
1857
|
+
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
1858
|
+
getAttributeNames(): string[];
|
|
1859
|
+
getAttributeNode(qualifiedName: string): Attr | null;
|
|
1860
|
+
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
1861
|
+
getBoundingClientRect(): DOMRect;
|
|
1862
|
+
getClientRects(): DOMRectList;
|
|
1863
|
+
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
1864
|
+
getElementsByTagName<K_58 extends keyof HTMLElementTagNameMap>(qualifiedName: K_58): HTMLCollectionOf<HTMLElementTagNameMap[K_58]>;
|
|
1865
|
+
getElementsByTagName<K_59 extends keyof SVGElementTagNameMap>(qualifiedName: K_59): HTMLCollectionOf<SVGElementTagNameMap[K_59]>;
|
|
1866
|
+
getElementsByTagName<K_60 extends keyof MathMLElementTagNameMap>(qualifiedName: K_60): HTMLCollectionOf<MathMLElementTagNameMap[K_60]>;
|
|
1867
|
+
getElementsByTagName<K_61 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_61): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_61]>;
|
|
1868
|
+
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1869
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1870
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
1871
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
1872
|
+
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
1873
|
+
hasAttribute(qualifiedName: string): boolean;
|
|
1874
|
+
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
1875
|
+
hasAttributes(): boolean;
|
|
1876
|
+
hasPointerCapture(pointerId: number): boolean;
|
|
1877
|
+
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
1878
|
+
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
1879
|
+
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
1880
|
+
matches(selectors: string): boolean;
|
|
1881
|
+
releasePointerCapture(pointerId: number): void;
|
|
1882
|
+
removeAttribute(qualifiedName: string): void;
|
|
1883
|
+
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
1884
|
+
removeAttributeNode(attr: Attr): Attr;
|
|
1885
|
+
requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
|
|
1886
|
+
requestPointerLock(): void;
|
|
1887
|
+
scroll(options?: ScrollToOptions | undefined): void;
|
|
1888
|
+
scroll(x: number, y: number): void;
|
|
1889
|
+
scrollBy(options?: ScrollToOptions | undefined): void;
|
|
1890
|
+
scrollBy(x: number, y: number): void;
|
|
1891
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
|
|
1892
|
+
scrollTo(options?: ScrollToOptions | undefined): void;
|
|
1893
|
+
scrollTo(x: number, y: number): void;
|
|
1894
|
+
setAttribute(qualifiedName: string, value: string): void;
|
|
1895
|
+
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
1896
|
+
setAttributeNode(attr: Attr): Attr | null;
|
|
1897
|
+
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
1898
|
+
setPointerCapture(pointerId: number): void;
|
|
1899
|
+
toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
|
|
1900
|
+
webkitMatchesSelector(selectors: string): boolean;
|
|
1901
|
+
readonly baseURI: string;
|
|
1902
|
+
readonly childNodes: NodeListOf<ChildNode>;
|
|
1903
|
+
readonly firstChild: ChildNode | null;
|
|
1904
|
+
readonly isConnected: boolean;
|
|
1905
|
+
readonly lastChild: ChildNode | null;
|
|
1906
|
+
readonly nextSibling: ChildNode | null;
|
|
1907
|
+
readonly nodeName: string;
|
|
1908
|
+
readonly nodeType: number;
|
|
1909
|
+
nodeValue: string | null;
|
|
1910
|
+
readonly parentElement: HTMLElement | null;
|
|
1911
|
+
readonly parentNode: ParentNode | null;
|
|
1912
|
+
readonly previousSibling: ChildNode | null;
|
|
1913
|
+
textContent: string | null;
|
|
1914
|
+
appendChild<T extends Node>(node: T): T;
|
|
1915
|
+
cloneNode(deep?: boolean | undefined): Node;
|
|
1916
|
+
compareDocumentPosition(other: Node): number;
|
|
1917
|
+
contains(other: Node | null): boolean;
|
|
1918
|
+
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
1919
|
+
hasChildNodes(): boolean;
|
|
1920
|
+
insertBefore<T_8 extends Node>(node: T_8, child: Node | null): T_8;
|
|
1921
|
+
isDefaultNamespace(namespace: string | null): boolean;
|
|
1922
|
+
isEqualNode(otherNode: Node | null): boolean;
|
|
1923
|
+
isSameNode(otherNode: Node | null): boolean;
|
|
1924
|
+
lookupNamespaceURI(prefix: string | null): string | null;
|
|
1925
|
+
lookupPrefix(namespace: string | null): string | null;
|
|
1926
|
+
normalize(): void;
|
|
1927
|
+
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
1928
|
+
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
1929
|
+
readonly ELEMENT_NODE: 1;
|
|
1930
|
+
readonly ATTRIBUTE_NODE: 2;
|
|
1931
|
+
readonly TEXT_NODE: 3;
|
|
1932
|
+
readonly CDATA_SECTION_NODE: 4;
|
|
1933
|
+
readonly ENTITY_REFERENCE_NODE: 5;
|
|
1934
|
+
readonly ENTITY_NODE: 6;
|
|
1935
|
+
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
1936
|
+
readonly COMMENT_NODE: 8;
|
|
1937
|
+
readonly DOCUMENT_NODE: 9;
|
|
1938
|
+
readonly DOCUMENT_TYPE_NODE: 10;
|
|
1939
|
+
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
1940
|
+
readonly NOTATION_NODE: 12;
|
|
1941
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
1942
|
+
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
1943
|
+
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
1944
|
+
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
1945
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
1946
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
1947
|
+
dispatchEvent(event: Event): boolean;
|
|
1948
|
+
ariaAtomic: string | null;
|
|
1949
|
+
ariaAutoComplete: string | null;
|
|
1950
|
+
ariaBusy: string | null;
|
|
1951
|
+
ariaChecked: string | null;
|
|
1952
|
+
ariaColCount: string | null;
|
|
1953
|
+
ariaColIndex: string | null;
|
|
1954
|
+
ariaColSpan: string | null;
|
|
1955
|
+
ariaCurrent: string | null;
|
|
1956
|
+
ariaDisabled: string | null;
|
|
1957
|
+
ariaExpanded: string | null;
|
|
1958
|
+
ariaHasPopup: string | null;
|
|
1959
|
+
ariaHidden: string | null;
|
|
1960
|
+
ariaInvalid: string | null;
|
|
1961
|
+
ariaKeyShortcuts: string | null;
|
|
1962
|
+
ariaLabel: string | null;
|
|
1963
|
+
ariaLevel: string | null;
|
|
1964
|
+
ariaLive: string | null;
|
|
1965
|
+
ariaModal: string | null;
|
|
1966
|
+
ariaMultiLine: string | null;
|
|
1967
|
+
ariaMultiSelectable: string | null;
|
|
1968
|
+
ariaOrientation: string | null;
|
|
1969
|
+
ariaPlaceholder: string | null;
|
|
1970
|
+
ariaPosInSet: string | null;
|
|
1971
|
+
ariaPressed: string | null;
|
|
1972
|
+
ariaReadOnly: string | null;
|
|
1973
|
+
ariaRequired: string | null;
|
|
1974
|
+
ariaRoleDescription: string | null;
|
|
1975
|
+
ariaRowCount: string | null;
|
|
1976
|
+
ariaRowIndex: string | null;
|
|
1977
|
+
ariaRowSpan: string | null;
|
|
1978
|
+
ariaSelected: string | null;
|
|
1979
|
+
ariaSetSize: string | null;
|
|
1980
|
+
ariaSort: string | null;
|
|
1981
|
+
ariaValueMax: string | null;
|
|
1982
|
+
ariaValueMin: string | null;
|
|
1983
|
+
ariaValueNow: string | null;
|
|
1984
|
+
ariaValueText: string | null;
|
|
1985
|
+
role: string | null;
|
|
1986
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
|
|
1987
|
+
getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
|
|
1988
|
+
after(...nodes: (string | Node)[]): void;
|
|
1989
|
+
before(...nodes: (string | Node)[]): void;
|
|
1990
|
+
remove(): void;
|
|
1991
|
+
replaceWith(...nodes: (string | Node)[]): void;
|
|
1992
|
+
innerHTML: string;
|
|
1993
|
+
readonly nextElementSibling: Element | null;
|
|
1994
|
+
readonly previousElementSibling: Element | null;
|
|
1995
|
+
readonly childElementCount: number;
|
|
1996
|
+
readonly children: HTMLCollection;
|
|
1997
|
+
readonly firstElementChild: Element | null;
|
|
1998
|
+
readonly lastElementChild: Element | null;
|
|
1999
|
+
append(...nodes: (string | Node)[]): void;
|
|
2000
|
+
prepend(...nodes: (string | Node)[]): void;
|
|
2001
|
+
querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
|
|
2002
|
+
querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
|
|
2003
|
+
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
|
|
2004
|
+
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
|
|
2005
|
+
querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
|
|
2006
|
+
querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
|
|
2007
|
+
querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
|
|
2008
|
+
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
2009
|
+
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
2010
|
+
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
2011
|
+
replaceChildren(...nodes: (string | Node)[]): void;
|
|
2012
|
+
readonly assignedSlot: HTMLSlotElement | null;
|
|
2013
|
+
readonly style: CSSStyleDeclaration;
|
|
2014
|
+
contentEditable: string;
|
|
2015
|
+
enterKeyHint: string;
|
|
2016
|
+
inputMode: string;
|
|
2017
|
+
readonly isContentEditable: boolean;
|
|
2018
|
+
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
2019
|
+
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2020
|
+
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2021
|
+
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2022
|
+
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2023
|
+
onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2024
|
+
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
2025
|
+
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
2026
|
+
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2027
|
+
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2028
|
+
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2029
|
+
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2030
|
+
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2031
|
+
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2032
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2033
|
+
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
2034
|
+
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2035
|
+
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
2036
|
+
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2037
|
+
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
2038
|
+
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
2039
|
+
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
2040
|
+
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
2041
|
+
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
2042
|
+
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
2043
|
+
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
2044
|
+
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2045
|
+
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2046
|
+
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2047
|
+
onerror: OnErrorEventHandler;
|
|
2048
|
+
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
2049
|
+
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
2050
|
+
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2051
|
+
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2052
|
+
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2053
|
+
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
2054
|
+
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
2055
|
+
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
2056
|
+
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2057
|
+
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2058
|
+
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2059
|
+
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2060
|
+
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2061
|
+
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2062
|
+
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2063
|
+
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2064
|
+
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2065
|
+
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2066
|
+
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2067
|
+
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2068
|
+
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
2069
|
+
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2070
|
+
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2071
|
+
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2072
|
+
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2073
|
+
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2074
|
+
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2075
|
+
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2076
|
+
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2077
|
+
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2078
|
+
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2079
|
+
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2080
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
|
|
2081
|
+
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2082
|
+
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2083
|
+
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
2084
|
+
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2085
|
+
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
2086
|
+
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2087
|
+
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2088
|
+
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2089
|
+
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2090
|
+
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2091
|
+
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2092
|
+
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2093
|
+
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
2094
|
+
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2095
|
+
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2096
|
+
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2097
|
+
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2098
|
+
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2099
|
+
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2100
|
+
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2101
|
+
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
2102
|
+
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
2103
|
+
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
2104
|
+
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
2105
|
+
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2106
|
+
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2107
|
+
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2108
|
+
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2109
|
+
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2110
|
+
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2111
|
+
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
2112
|
+
autofocus: boolean;
|
|
2113
|
+
readonly dataset: DOMStringMap;
|
|
2114
|
+
nonce?: string | undefined;
|
|
2115
|
+
tabIndex: number;
|
|
2116
|
+
blur(): void;
|
|
2117
|
+
focus(options?: FocusOptions | undefined): void;
|
|
2118
|
+
ariaColIndexText: string | null;
|
|
2119
|
+
ariaDescription: string | null;
|
|
2120
|
+
ariaRowIndexText: string | null;
|
|
2121
|
+
ariaRelevant: string | null;
|
|
2122
|
+
"__#1@#handleReplacedProp"(replacedProp: {
|
|
2123
|
+
newPropertyName: string;
|
|
2124
|
+
deprecatedPropertyName: string;
|
|
2125
|
+
fromDeprecated: (v: any) => any;
|
|
2126
|
+
toDeprecated?: ((v: any) => any) | undefined;
|
|
2127
|
+
}): void;
|
|
2128
|
+
};
|
|
2129
|
+
} & {
|
|
2130
|
+
new (...args: any[]): {
|
|
2131
|
+
proxy: import("../../shared/foundation/form-associated/form-associated").ProxyElement;
|
|
2132
|
+
readonly validity: ValidityState;
|
|
2133
|
+
readonly form: HTMLFormElement | null;
|
|
2134
|
+
readonly validationMessage: string;
|
|
2135
|
+
readonly willValidate: boolean;
|
|
2136
|
+
readonly labels: readonly Node[];
|
|
2137
|
+
dirtyValue: boolean;
|
|
2138
|
+
proxySlot?: HTMLSlotElement | undefined;
|
|
2139
|
+
value: string;
|
|
2140
|
+
valueChanged(_previous: string, _next: string): void;
|
|
2141
|
+
currentValue: string;
|
|
2142
|
+
initialValue: string;
|
|
2143
|
+
initialValueChanged(_previous: string, _next: string): void;
|
|
2144
|
+
disabled: boolean;
|
|
2145
|
+
disabledChanged(_previous: boolean, _next: boolean): void;
|
|
2146
|
+
name: string;
|
|
2147
|
+
nameChanged(_previous: string, _next: string): void;
|
|
2148
|
+
required: boolean;
|
|
2149
|
+
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
2150
|
+
readonly elementInternals: ElementInternals | null;
|
|
2151
|
+
proxyEventsToBlock: string[];
|
|
2152
|
+
connectedCallback(): void;
|
|
2153
|
+
disconnectedCallback(): void;
|
|
2154
|
+
checkValidity(): boolean;
|
|
2155
|
+
reportValidity(): boolean;
|
|
2156
|
+
setValidity(flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined): void;
|
|
2157
|
+
formDisabledCallback(disabled: boolean): void;
|
|
2158
|
+
formResetCallback(): void;
|
|
2159
|
+
proxyInitialized: boolean;
|
|
2160
|
+
attachProxy(): void;
|
|
2161
|
+
detachProxy(): void;
|
|
2162
|
+
validate(anchor?: HTMLElement | undefined): void;
|
|
2163
|
+
setFormValue(value: string | File | FormData | null, state?: string | File | FormData | null | undefined): void;
|
|
2164
|
+
_keypressHandler(e: KeyboardEvent): void;
|
|
2165
|
+
stopPropagation(e: Event): void;
|
|
2166
|
+
specialHandling: boolean;
|
|
2167
|
+
_vividAriaBehaviour: import("../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
2168
|
+
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
2169
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
19
2170
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
20
2171
|
accessKey: string;
|
|
21
2172
|
readonly accessKeyLabel: string;
|
|
@@ -37,9 +2188,9 @@ declare const TextArea_base: {
|
|
|
37
2188
|
translate: boolean;
|
|
38
2189
|
attachInternals(): ElementInternals;
|
|
39
2190
|
click(): void;
|
|
40
|
-
addEventListener<
|
|
2191
|
+
addEventListener<K_62 extends keyof HTMLElementEventMap>(type: K_62, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_62]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
41
2192
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
42
|
-
removeEventListener<
|
|
2193
|
+
removeEventListener<K_63 extends keyof HTMLElementEventMap>(type: K_63, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_63]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
43
2194
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
44
2195
|
dropzone: import("dropzone");
|
|
45
2196
|
readonly attributes: NamedNodeMap;
|
|
@@ -67,10 +2218,10 @@ declare const TextArea_base: {
|
|
|
67
2218
|
readonly tagName: string;
|
|
68
2219
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
69
2220
|
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
70
|
-
closest<
|
|
71
|
-
closest<
|
|
72
|
-
closest<
|
|
73
|
-
closest<
|
|
2221
|
+
closest<K_64 extends keyof HTMLElementTagNameMap>(selector: K_64): HTMLElementTagNameMap[K_64] | null;
|
|
2222
|
+
closest<K_65 extends keyof SVGElementTagNameMap>(selector: K_65): SVGElementTagNameMap[K_65] | null;
|
|
2223
|
+
closest<K_66 extends keyof MathMLElementTagNameMap>(selector: K_66): MathMLElementTagNameMap[K_66] | null;
|
|
2224
|
+
closest<E_8 extends Element = Element>(selectors: string): E_8 | null;
|
|
74
2225
|
getAttribute(qualifiedName: string): string | null;
|
|
75
2226
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
76
2227
|
getAttributeNames(): string[];
|
|
@@ -79,10 +2230,10 @@ declare const TextArea_base: {
|
|
|
79
2230
|
getBoundingClientRect(): DOMRect;
|
|
80
2231
|
getClientRects(): DOMRectList;
|
|
81
2232
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
82
|
-
getElementsByTagName<
|
|
83
|
-
getElementsByTagName<
|
|
84
|
-
getElementsByTagName<
|
|
85
|
-
getElementsByTagName<
|
|
2233
|
+
getElementsByTagName<K_67 extends keyof HTMLElementTagNameMap>(qualifiedName: K_67): HTMLCollectionOf<HTMLElementTagNameMap[K_67]>;
|
|
2234
|
+
getElementsByTagName<K_68 extends keyof SVGElementTagNameMap>(qualifiedName: K_68): HTMLCollectionOf<SVGElementTagNameMap[K_68]>;
|
|
2235
|
+
getElementsByTagName<K_69 extends keyof MathMLElementTagNameMap>(qualifiedName: K_69): HTMLCollectionOf<MathMLElementTagNameMap[K_69]>;
|
|
2236
|
+
getElementsByTagName<K_70 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_70): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_70]>;
|
|
86
2237
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
87
2238
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
88
2239
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
@@ -135,7 +2286,7 @@ declare const TextArea_base: {
|
|
|
135
2286
|
contains(other: Node | null): boolean;
|
|
136
2287
|
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
137
2288
|
hasChildNodes(): boolean;
|
|
138
|
-
insertBefore<
|
|
2289
|
+
insertBefore<T_9 extends Node>(node: T_9, child: Node | null): T_9;
|
|
139
2290
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
140
2291
|
isEqualNode(otherNode: Node | null): boolean;
|
|
141
2292
|
isSameNode(otherNode: Node | null): boolean;
|
|
@@ -337,8 +2488,15 @@ declare const TextArea_base: {
|
|
|
337
2488
|
ariaDescription: string | null;
|
|
338
2489
|
ariaRowIndexText: string | null;
|
|
339
2490
|
ariaRelevant: string | null;
|
|
2491
|
+
"__#1@#handleReplacedProp"(replacedProp: {
|
|
2492
|
+
newPropertyName: string;
|
|
2493
|
+
deprecatedPropertyName: string;
|
|
2494
|
+
fromDeprecated: (v: any) => any;
|
|
2495
|
+
toDeprecated?: ((v: any) => any) | undefined;
|
|
2496
|
+
}): void;
|
|
340
2497
|
};
|
|
341
|
-
|
|
2498
|
+
readonly formAssociated: boolean;
|
|
2499
|
+
} & typeof VividElement;
|
|
342
2500
|
export declare class TextArea extends TextArea_base {
|
|
343
2501
|
#private;
|
|
344
2502
|
readOnly: boolean;
|
|
@@ -348,7 +2506,6 @@ export declare class TextArea extends TextArea_base {
|
|
|
348
2506
|
list: string;
|
|
349
2507
|
maxlength: number;
|
|
350
2508
|
minlength: number;
|
|
351
|
-
name: string;
|
|
352
2509
|
placeholder: string;
|
|
353
2510
|
cols: number;
|
|
354
2511
|
rows: number;
|
|
@@ -359,6 +2516,4 @@ export declare class TextArea extends TextArea_base {
|
|
|
359
2516
|
connectedCallback(): void;
|
|
360
2517
|
disconnectedCallback(): void;
|
|
361
2518
|
}
|
|
362
|
-
export interface TextArea extends FormElement, ErrorText, FormElementCharCount, FormElementHelperText, FormElementSuccessText {
|
|
363
|
-
}
|
|
364
2519
|
export {};
|