@vonage/vivid 4.24.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 +12314 -4711
- 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 +1508 -30
- 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 +1 -0
- package/lib/rich-text-editor/menubar/menubar.d.ts +6 -0
- package/lib/rich-text-editor/rich-text-editor.d.ts +352 -2
- package/lib/searchable-select/option-tag.d.ts +6 -0
- package/lib/searchable-select/searchable-select.d.ts +1857 -36
- 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/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 +33 -1
- package/locales/de-DE.js +33 -1
- package/locales/en-GB.cjs +33 -1
- package/locales/en-GB.js +33 -1
- package/locales/en-US.cjs +33 -1
- package/locales/en-US.js +33 -1
- package/locales/ja-JP.cjs +33 -1
- package/locales/ja-JP.js +33 -1
- package/locales/zh-CN.cjs +33 -1
- package/locales/zh-CN.js +33 -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 +13 -11
- package/shared/button.js +13 -11
- 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.js +1 -1
- 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 +8 -4
- package/shared/definition17.js +8 -4
- 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 +4 -4
- package/shared/definition22.js +5 -5
- 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 +157 -171
- package/shared/definition26.js +156 -171
- 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 +554 -14378
- package/shared/definition43.js +553 -14377
- package/shared/definition44.cjs +14418 -1155
- package/shared/definition44.js +14417 -1156
- package/shared/definition45.cjs +1049 -677
- package/shared/definition45.js +1050 -678
- 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 -412
- package/shared/definition53.js +77 -410
- 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 +14 -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 +744 -1490
- 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,14 +1,20 @@
|
|
|
1
1
|
import type { Appearance, Shape, Size } from '../enums';
|
|
2
|
-
import { type ErrorText, type FormElement, FormElementCharCount, FormElementHelperText, FormElementSuccessText } from '../../shared/patterns';
|
|
3
2
|
import type { ExtractFromEnum } from '../../shared/utils/enums';
|
|
4
|
-
import {
|
|
3
|
+
import { VividElement } from '../../shared/foundation/vivid-element/vivid-element';
|
|
5
4
|
export type NumberFieldAppearance = ExtractFromEnum<Appearance, Appearance.Fieldset | Appearance.Ghost>;
|
|
6
5
|
export type NumberFieldShape = ExtractFromEnum<Shape, Shape.Rounded | Shape.Pill>;
|
|
7
6
|
export type NumberFieldSize = ExtractFromEnum<Size, Size.Condensed | Size.Normal>;
|
|
8
7
|
declare const NumberField_base: {
|
|
9
8
|
new (...args: any[]): {
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
helperText?: string | undefined;
|
|
10
|
+
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
11
|
+
readonly _feedbackDescribedBy: string;
|
|
12
|
+
_internalFeedback(): {
|
|
13
|
+
type: import("../shared/feedback/feedback-message").FeedbackType;
|
|
14
|
+
message: string;
|
|
15
|
+
};
|
|
16
|
+
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
17
|
+
_getFeedbackTemplate(ctx: import("../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
12
18
|
specialHandling: boolean;
|
|
13
19
|
_vividAriaBehaviour: import("../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
14
20
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
@@ -336,16 +342,65 @@ declare const NumberField_base: {
|
|
|
336
342
|
ariaDescription: string | null;
|
|
337
343
|
ariaRowIndexText: string | null;
|
|
338
344
|
ariaRelevant: string | null;
|
|
345
|
+
"__#1@#handleReplacedProp"(replacedProp: {
|
|
346
|
+
newPropertyName: string;
|
|
347
|
+
deprecatedPropertyName: string;
|
|
348
|
+
fromDeprecated: (v: any) => any;
|
|
349
|
+
toDeprecated?: ((v: any) => any) | undefined;
|
|
350
|
+
}): void;
|
|
339
351
|
};
|
|
340
352
|
} & {
|
|
341
353
|
new (...args: any[]): {
|
|
342
|
-
|
|
354
|
+
errorText?: string | undefined;
|
|
355
|
+
errorTextChanged(_: string, newErrorText: string | undefined): void;
|
|
356
|
+
"__#4@#blockValidateCalls": boolean;
|
|
357
|
+
"__#4@#originalValidateFn": () => void;
|
|
358
|
+
"__#4@#forceCustomError"(errorMessage: string): void;
|
|
359
|
+
"__#4@#clearCustomErrorAndRevalidate"(): void;
|
|
360
|
+
label?: string | undefined;
|
|
361
|
+
errorValidationMessage: string;
|
|
362
|
+
forceErrorDisplay: boolean;
|
|
363
|
+
hasBeenTouched: boolean;
|
|
364
|
+
connectedCallback: (() => void) & (() => void) & (() => void);
|
|
365
|
+
"__#3@#handleInvalidEvent": () => void;
|
|
366
|
+
disconnectedCallback: (() => void) & (() => void) & (() => void);
|
|
367
|
+
formResetCallback: (() => void) & (() => void);
|
|
368
|
+
validate: (() => void) & ((anchor?: HTMLElement | undefined) => void);
|
|
369
|
+
proxy: import("../../shared/foundation/form-associated/form-associated").ProxyElement;
|
|
370
|
+
readonly validity: ValidityState;
|
|
371
|
+
readonly form: HTMLFormElement | null;
|
|
372
|
+
readonly validationMessage: string;
|
|
373
|
+
readonly willValidate: boolean;
|
|
374
|
+
readonly labels: readonly Node[];
|
|
375
|
+
dirtyValue: boolean;
|
|
376
|
+
proxySlot?: HTMLSlotElement | undefined;
|
|
377
|
+
value: string;
|
|
378
|
+
valueChanged(_previous: string, _next: string): void;
|
|
379
|
+
currentValue: string;
|
|
380
|
+
initialValue: string;
|
|
381
|
+
initialValueChanged(_previous: string, _next: string): void;
|
|
382
|
+
disabled: boolean;
|
|
383
|
+
disabledChanged(_previous: boolean, _next: boolean): void;
|
|
384
|
+
name: string;
|
|
385
|
+
nameChanged(_previous: string, _next: string): void;
|
|
386
|
+
required: boolean;
|
|
387
|
+
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
388
|
+
readonly elementInternals: ElementInternals | null;
|
|
389
|
+
proxyEventsToBlock: string[];
|
|
390
|
+
checkValidity(): boolean;
|
|
391
|
+
reportValidity(): boolean;
|
|
392
|
+
setValidity(flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined): void;
|
|
393
|
+
formDisabledCallback(disabled: boolean): void;
|
|
394
|
+
proxyInitialized: boolean;
|
|
395
|
+
attachProxy(): void;
|
|
396
|
+
detachProxy(): void;
|
|
397
|
+
setFormValue(value: string | File | FormData | null, state?: string | File | FormData | null | undefined): void;
|
|
398
|
+
_keypressHandler(e: KeyboardEvent): void;
|
|
399
|
+
stopPropagation(e: Event): void;
|
|
343
400
|
specialHandling: boolean;
|
|
344
401
|
_vividAriaBehaviour: import("../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
345
402
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
346
403
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
347
|
-
connectedCallback(): void;
|
|
348
|
-
disconnectedCallback(): void;
|
|
349
404
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
350
405
|
accessKey: string;
|
|
351
406
|
readonly accessKeyLabel: string;
|
|
@@ -667,11 +722,18 @@ declare const NumberField_base: {
|
|
|
667
722
|
ariaDescription: string | null;
|
|
668
723
|
ariaRowIndexText: string | null;
|
|
669
724
|
ariaRelevant: string | null;
|
|
725
|
+
"__#1@#handleReplacedProp"(replacedProp: {
|
|
726
|
+
newPropertyName: string;
|
|
727
|
+
deprecatedPropertyName: string;
|
|
728
|
+
fromDeprecated: (v: any) => any;
|
|
729
|
+
toDeprecated?: ((v: any) => any) | undefined;
|
|
730
|
+
}): void;
|
|
670
731
|
};
|
|
671
732
|
} & {
|
|
672
733
|
new (...args: any[]): {
|
|
673
|
-
|
|
734
|
+
successText?: string | undefined;
|
|
674
735
|
specialHandling: boolean;
|
|
736
|
+
_vividAriaBehaviour: import("../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
675
737
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
676
738
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
677
739
|
connectedCallback(): void;
|
|
@@ -997,34 +1059,1793 @@ declare const NumberField_base: {
|
|
|
997
1059
|
ariaDescription: string | null;
|
|
998
1060
|
ariaRowIndexText: string | null;
|
|
999
1061
|
ariaRelevant: string | null;
|
|
1062
|
+
"__#1@#handleReplacedProp"(replacedProp: {
|
|
1063
|
+
newPropertyName: string;
|
|
1064
|
+
deprecatedPropertyName: string;
|
|
1065
|
+
fromDeprecated: (v: any) => any;
|
|
1066
|
+
toDeprecated?: ((v: any) => any) | undefined;
|
|
1067
|
+
}): void;
|
|
1000
1068
|
};
|
|
1001
|
-
} &
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1069
|
+
} & {
|
|
1070
|
+
new (...args: any[]): {
|
|
1071
|
+
label?: string | undefined;
|
|
1072
|
+
errorValidationMessage: string;
|
|
1073
|
+
forceErrorDisplay: boolean;
|
|
1074
|
+
hasBeenTouched: boolean;
|
|
1075
|
+
connectedCallback(): void;
|
|
1076
|
+
"__#3@#handleInvalidEvent": () => void;
|
|
1077
|
+
disconnectedCallback(): void;
|
|
1078
|
+
formResetCallback(): void;
|
|
1079
|
+
validate(): void;
|
|
1080
|
+
proxy: import("../../shared/foundation/form-associated/form-associated").ProxyElement;
|
|
1081
|
+
readonly validity: ValidityState;
|
|
1082
|
+
readonly form: HTMLFormElement | null;
|
|
1083
|
+
readonly validationMessage: string;
|
|
1084
|
+
readonly willValidate: boolean;
|
|
1085
|
+
readonly labels: readonly Node[];
|
|
1086
|
+
dirtyValue: boolean;
|
|
1087
|
+
proxySlot?: HTMLSlotElement | undefined;
|
|
1088
|
+
value: string;
|
|
1089
|
+
valueChanged(_previous: string, _next: string): void;
|
|
1090
|
+
currentValue: string;
|
|
1091
|
+
initialValue: string;
|
|
1092
|
+
initialValueChanged(_previous: string, _next: string): void;
|
|
1093
|
+
disabled: boolean;
|
|
1094
|
+
disabledChanged(_previous: boolean, _next: boolean): void;
|
|
1095
|
+
name: string;
|
|
1096
|
+
nameChanged(_previous: string, _next: string): void;
|
|
1097
|
+
required: boolean;
|
|
1098
|
+
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
1099
|
+
readonly elementInternals: ElementInternals | null;
|
|
1100
|
+
proxyEventsToBlock: string[];
|
|
1101
|
+
checkValidity(): boolean;
|
|
1102
|
+
reportValidity(): boolean;
|
|
1103
|
+
setValidity(flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined): void;
|
|
1104
|
+
formDisabledCallback(disabled: boolean): void;
|
|
1105
|
+
proxyInitialized: boolean;
|
|
1106
|
+
attachProxy(): void;
|
|
1107
|
+
detachProxy(): void;
|
|
1108
|
+
setFormValue(value: string | File | FormData | null, state?: string | File | FormData | null | undefined): void;
|
|
1109
|
+
_keypressHandler(e: KeyboardEvent): void;
|
|
1110
|
+
stopPropagation(e: Event): void;
|
|
1111
|
+
specialHandling: boolean;
|
|
1112
|
+
_vividAriaBehaviour: import("../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
1113
|
+
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
1114
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
1115
|
+
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
1116
|
+
accessKey: string;
|
|
1117
|
+
readonly accessKeyLabel: string;
|
|
1118
|
+
autocapitalize: string;
|
|
1119
|
+
dir: string;
|
|
1120
|
+
draggable: boolean;
|
|
1121
|
+
hidden: boolean;
|
|
1122
|
+
inert: boolean;
|
|
1123
|
+
innerText: string;
|
|
1124
|
+
lang: string;
|
|
1125
|
+
readonly offsetHeight: number;
|
|
1126
|
+
readonly offsetLeft: number;
|
|
1127
|
+
readonly offsetParent: Element | null;
|
|
1128
|
+
readonly offsetTop: number;
|
|
1129
|
+
readonly offsetWidth: number;
|
|
1130
|
+
outerText: string;
|
|
1131
|
+
spellcheck: boolean;
|
|
1132
|
+
title: string;
|
|
1133
|
+
translate: boolean;
|
|
1134
|
+
attachInternals(): ElementInternals;
|
|
1135
|
+
click(): void;
|
|
1136
|
+
addEventListener<K_35 extends keyof HTMLElementEventMap>(type: K_35, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_35]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
1137
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
1138
|
+
removeEventListener<K_36 extends keyof HTMLElementEventMap>(type: K_36, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_36]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
1139
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
1140
|
+
dropzone: import("dropzone");
|
|
1141
|
+
readonly attributes: NamedNodeMap;
|
|
1142
|
+
readonly classList: DOMTokenList;
|
|
1143
|
+
className: string;
|
|
1144
|
+
readonly clientHeight: number;
|
|
1145
|
+
readonly clientLeft: number;
|
|
1146
|
+
readonly clientTop: number;
|
|
1147
|
+
readonly clientWidth: number;
|
|
1148
|
+
id: string;
|
|
1149
|
+
readonly localName: string;
|
|
1150
|
+
readonly namespaceURI: string | null;
|
|
1151
|
+
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
1152
|
+
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
1153
|
+
outerHTML: string;
|
|
1154
|
+
readonly ownerDocument: Document;
|
|
1155
|
+
readonly part: DOMTokenList;
|
|
1156
|
+
readonly prefix: string | null;
|
|
1157
|
+
readonly scrollHeight: number;
|
|
1158
|
+
scrollLeft: number;
|
|
1159
|
+
scrollTop: number;
|
|
1160
|
+
readonly scrollWidth: number;
|
|
1161
|
+
readonly shadowRoot: ShadowRoot | null;
|
|
1162
|
+
slot: string;
|
|
1163
|
+
readonly tagName: string;
|
|
1164
|
+
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1165
|
+
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
1166
|
+
closest<K_37 extends keyof HTMLElementTagNameMap>(selector: K_37): HTMLElementTagNameMap[K_37] | null;
|
|
1167
|
+
closest<K_38 extends keyof SVGElementTagNameMap>(selector: K_38): SVGElementTagNameMap[K_38] | null;
|
|
1168
|
+
closest<K_39 extends keyof MathMLElementTagNameMap>(selector: K_39): MathMLElementTagNameMap[K_39] | null;
|
|
1169
|
+
closest<E_5 extends Element = Element>(selectors: string): E_5 | null;
|
|
1170
|
+
getAttribute(qualifiedName: string): string | null;
|
|
1171
|
+
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
1172
|
+
getAttributeNames(): string[];
|
|
1173
|
+
getAttributeNode(qualifiedName: string): Attr | null;
|
|
1174
|
+
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
1175
|
+
getBoundingClientRect(): DOMRect;
|
|
1176
|
+
getClientRects(): DOMRectList;
|
|
1177
|
+
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
1178
|
+
getElementsByTagName<K_40 extends keyof HTMLElementTagNameMap>(qualifiedName: K_40): HTMLCollectionOf<HTMLElementTagNameMap[K_40]>;
|
|
1179
|
+
getElementsByTagName<K_41 extends keyof SVGElementTagNameMap>(qualifiedName: K_41): HTMLCollectionOf<SVGElementTagNameMap[K_41]>;
|
|
1180
|
+
getElementsByTagName<K_42 extends keyof MathMLElementTagNameMap>(qualifiedName: K_42): HTMLCollectionOf<MathMLElementTagNameMap[K_42]>;
|
|
1181
|
+
getElementsByTagName<K_43 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_43): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_43]>;
|
|
1182
|
+
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1183
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1184
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
1185
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
1186
|
+
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
1187
|
+
hasAttribute(qualifiedName: string): boolean;
|
|
1188
|
+
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
1189
|
+
hasAttributes(): boolean;
|
|
1190
|
+
hasPointerCapture(pointerId: number): boolean;
|
|
1191
|
+
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
1192
|
+
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
1193
|
+
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
1194
|
+
matches(selectors: string): boolean;
|
|
1195
|
+
releasePointerCapture(pointerId: number): void;
|
|
1196
|
+
removeAttribute(qualifiedName: string): void;
|
|
1197
|
+
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
1198
|
+
removeAttributeNode(attr: Attr): Attr;
|
|
1199
|
+
requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
|
|
1200
|
+
requestPointerLock(): void;
|
|
1201
|
+
scroll(options?: ScrollToOptions | undefined): void;
|
|
1202
|
+
scroll(x: number, y: number): void;
|
|
1203
|
+
scrollBy(options?: ScrollToOptions | undefined): void;
|
|
1204
|
+
scrollBy(x: number, y: number): void;
|
|
1205
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
|
|
1206
|
+
scrollTo(options?: ScrollToOptions | undefined): void;
|
|
1207
|
+
scrollTo(x: number, y: number): void;
|
|
1208
|
+
setAttribute(qualifiedName: string, value: string): void;
|
|
1209
|
+
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
1210
|
+
setAttributeNode(attr: Attr): Attr | null;
|
|
1211
|
+
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
1212
|
+
setPointerCapture(pointerId: number): void;
|
|
1213
|
+
toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
|
|
1214
|
+
webkitMatchesSelector(selectors: string): boolean;
|
|
1215
|
+
readonly baseURI: string;
|
|
1216
|
+
readonly childNodes: NodeListOf<ChildNode>;
|
|
1217
|
+
readonly firstChild: ChildNode | null;
|
|
1218
|
+
readonly isConnected: boolean;
|
|
1219
|
+
readonly lastChild: ChildNode | null;
|
|
1220
|
+
readonly nextSibling: ChildNode | null;
|
|
1221
|
+
readonly nodeName: string;
|
|
1222
|
+
readonly nodeType: number;
|
|
1223
|
+
nodeValue: string | null;
|
|
1224
|
+
readonly parentElement: HTMLElement | null;
|
|
1225
|
+
readonly parentNode: ParentNode | null;
|
|
1226
|
+
readonly previousSibling: ChildNode | null;
|
|
1227
|
+
textContent: string | null;
|
|
1228
|
+
appendChild<T extends Node>(node: T): T;
|
|
1229
|
+
cloneNode(deep?: boolean | undefined): Node;
|
|
1230
|
+
compareDocumentPosition(other: Node): number;
|
|
1231
|
+
contains(other: Node | null): boolean;
|
|
1232
|
+
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
1233
|
+
hasChildNodes(): boolean;
|
|
1234
|
+
insertBefore<T_6 extends Node>(node: T_6, child: Node | null): T_6;
|
|
1235
|
+
isDefaultNamespace(namespace: string | null): boolean;
|
|
1236
|
+
isEqualNode(otherNode: Node | null): boolean;
|
|
1237
|
+
isSameNode(otherNode: Node | null): boolean;
|
|
1238
|
+
lookupNamespaceURI(prefix: string | null): string | null;
|
|
1239
|
+
lookupPrefix(namespace: string | null): string | null;
|
|
1240
|
+
normalize(): void;
|
|
1241
|
+
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
1242
|
+
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
1243
|
+
readonly ELEMENT_NODE: 1;
|
|
1244
|
+
readonly ATTRIBUTE_NODE: 2;
|
|
1245
|
+
readonly TEXT_NODE: 3;
|
|
1246
|
+
readonly CDATA_SECTION_NODE: 4;
|
|
1247
|
+
readonly ENTITY_REFERENCE_NODE: 5;
|
|
1248
|
+
readonly ENTITY_NODE: 6;
|
|
1249
|
+
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
1250
|
+
readonly COMMENT_NODE: 8;
|
|
1251
|
+
readonly DOCUMENT_NODE: 9;
|
|
1252
|
+
readonly DOCUMENT_TYPE_NODE: 10;
|
|
1253
|
+
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
1254
|
+
readonly NOTATION_NODE: 12;
|
|
1255
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
1256
|
+
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
1257
|
+
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
1258
|
+
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
1259
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
1260
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
1261
|
+
dispatchEvent(event: Event): boolean;
|
|
1262
|
+
ariaAtomic: string | null;
|
|
1263
|
+
ariaAutoComplete: string | null;
|
|
1264
|
+
ariaBusy: string | null;
|
|
1265
|
+
ariaChecked: string | null;
|
|
1266
|
+
ariaColCount: string | null;
|
|
1267
|
+
ariaColIndex: string | null;
|
|
1268
|
+
ariaColSpan: string | null;
|
|
1269
|
+
ariaCurrent: string | null;
|
|
1270
|
+
ariaDisabled: string | null;
|
|
1271
|
+
ariaExpanded: string | null;
|
|
1272
|
+
ariaHasPopup: string | null;
|
|
1273
|
+
ariaHidden: string | null;
|
|
1274
|
+
ariaInvalid: string | null;
|
|
1275
|
+
ariaKeyShortcuts: string | null;
|
|
1276
|
+
ariaLabel: string | null;
|
|
1277
|
+
ariaLevel: string | null;
|
|
1278
|
+
ariaLive: string | null;
|
|
1279
|
+
ariaModal: string | null;
|
|
1280
|
+
ariaMultiLine: string | null;
|
|
1281
|
+
ariaMultiSelectable: string | null;
|
|
1282
|
+
ariaOrientation: string | null;
|
|
1283
|
+
ariaPlaceholder: string | null;
|
|
1284
|
+
ariaPosInSet: string | null;
|
|
1285
|
+
ariaPressed: string | null;
|
|
1286
|
+
ariaReadOnly: string | null;
|
|
1287
|
+
ariaRequired: string | null;
|
|
1288
|
+
ariaRoleDescription: string | null;
|
|
1289
|
+
ariaRowCount: string | null;
|
|
1290
|
+
ariaRowIndex: string | null;
|
|
1291
|
+
ariaRowSpan: string | null;
|
|
1292
|
+
ariaSelected: string | null;
|
|
1293
|
+
ariaSetSize: string | null;
|
|
1294
|
+
ariaSort: string | null;
|
|
1295
|
+
ariaValueMax: string | null;
|
|
1296
|
+
ariaValueMin: string | null;
|
|
1297
|
+
ariaValueNow: string | null;
|
|
1298
|
+
ariaValueText: string | null;
|
|
1299
|
+
role: string | null;
|
|
1300
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
|
|
1301
|
+
getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
|
|
1302
|
+
after(...nodes: (string | Node)[]): void;
|
|
1303
|
+
before(...nodes: (string | Node)[]): void;
|
|
1304
|
+
remove(): void;
|
|
1305
|
+
replaceWith(...nodes: (string | Node)[]): void;
|
|
1306
|
+
innerHTML: string;
|
|
1307
|
+
readonly nextElementSibling: Element | null;
|
|
1308
|
+
readonly previousElementSibling: Element | null;
|
|
1309
|
+
readonly childElementCount: number;
|
|
1310
|
+
readonly children: HTMLCollection;
|
|
1311
|
+
readonly firstElementChild: Element | null;
|
|
1312
|
+
readonly lastElementChild: Element | null;
|
|
1313
|
+
append(...nodes: (string | Node)[]): void;
|
|
1314
|
+
prepend(...nodes: (string | Node)[]): void;
|
|
1315
|
+
querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
|
|
1316
|
+
querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
|
|
1317
|
+
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
|
|
1318
|
+
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
|
|
1319
|
+
querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
|
|
1320
|
+
querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
|
|
1321
|
+
querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
|
|
1322
|
+
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
1323
|
+
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
1324
|
+
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
1325
|
+
replaceChildren(...nodes: (string | Node)[]): void;
|
|
1326
|
+
readonly assignedSlot: HTMLSlotElement | null;
|
|
1327
|
+
readonly style: CSSStyleDeclaration;
|
|
1328
|
+
contentEditable: string;
|
|
1329
|
+
enterKeyHint: string;
|
|
1330
|
+
inputMode: string;
|
|
1331
|
+
readonly isContentEditable: boolean;
|
|
1332
|
+
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1333
|
+
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1334
|
+
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1335
|
+
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1336
|
+
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1337
|
+
onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1338
|
+
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
1339
|
+
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1340
|
+
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1341
|
+
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1342
|
+
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1343
|
+
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1344
|
+
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1345
|
+
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1346
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1347
|
+
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1348
|
+
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1349
|
+
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1350
|
+
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1351
|
+
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1352
|
+
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1353
|
+
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1354
|
+
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1355
|
+
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1356
|
+
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1357
|
+
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1358
|
+
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1359
|
+
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1360
|
+
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1361
|
+
onerror: OnErrorEventHandler;
|
|
1362
|
+
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1363
|
+
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
1364
|
+
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1365
|
+
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1366
|
+
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1367
|
+
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
1368
|
+
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
1369
|
+
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
1370
|
+
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1371
|
+
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1372
|
+
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1373
|
+
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1374
|
+
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1375
|
+
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1376
|
+
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1377
|
+
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1378
|
+
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1379
|
+
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1380
|
+
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1381
|
+
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1382
|
+
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1383
|
+
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1384
|
+
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1385
|
+
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1386
|
+
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1387
|
+
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1388
|
+
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1389
|
+
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1390
|
+
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1391
|
+
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1392
|
+
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1393
|
+
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1394
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
|
|
1395
|
+
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1396
|
+
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1397
|
+
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1398
|
+
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1399
|
+
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
1400
|
+
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1401
|
+
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1402
|
+
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1403
|
+
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1404
|
+
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1405
|
+
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1406
|
+
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1407
|
+
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
1408
|
+
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1409
|
+
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1410
|
+
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1411
|
+
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1412
|
+
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1413
|
+
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1414
|
+
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1415
|
+
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1416
|
+
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1417
|
+
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1418
|
+
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1419
|
+
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1420
|
+
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1421
|
+
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1422
|
+
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1423
|
+
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1424
|
+
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1425
|
+
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
1426
|
+
autofocus: boolean;
|
|
1427
|
+
readonly dataset: DOMStringMap;
|
|
1428
|
+
nonce?: string | undefined;
|
|
1429
|
+
tabIndex: number;
|
|
1430
|
+
blur(): void;
|
|
1431
|
+
focus(options?: FocusOptions | undefined): void;
|
|
1432
|
+
ariaColIndexText: string | null;
|
|
1433
|
+
ariaDescription: string | null;
|
|
1434
|
+
ariaRowIndexText: string | null;
|
|
1435
|
+
ariaRelevant: string | null;
|
|
1436
|
+
"__#1@#handleReplacedProp"(replacedProp: {
|
|
1437
|
+
newPropertyName: string;
|
|
1438
|
+
deprecatedPropertyName: string;
|
|
1439
|
+
fromDeprecated: (v: any) => any;
|
|
1440
|
+
toDeprecated?: ((v: any) => any) | undefined;
|
|
1441
|
+
}): void;
|
|
1442
|
+
};
|
|
1443
|
+
} & {
|
|
1444
|
+
new (...args: any[]): {
|
|
1445
|
+
icon?: string | undefined;
|
|
1446
|
+
iconSlottedContent?: HTMLElement[] | undefined;
|
|
1447
|
+
specialHandling: boolean;
|
|
1448
|
+
_vividAriaBehaviour: import("../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
1449
|
+
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
1450
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
1451
|
+
connectedCallback(): void;
|
|
1452
|
+
disconnectedCallback(): void;
|
|
1453
|
+
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
1454
|
+
accessKey: string;
|
|
1455
|
+
readonly accessKeyLabel: string;
|
|
1456
|
+
autocapitalize: string;
|
|
1457
|
+
dir: string;
|
|
1458
|
+
draggable: boolean;
|
|
1459
|
+
hidden: boolean;
|
|
1460
|
+
inert: boolean;
|
|
1461
|
+
innerText: string;
|
|
1462
|
+
lang: string;
|
|
1463
|
+
readonly offsetHeight: number;
|
|
1464
|
+
readonly offsetLeft: number;
|
|
1465
|
+
readonly offsetParent: Element | null;
|
|
1466
|
+
readonly offsetTop: number;
|
|
1467
|
+
readonly offsetWidth: number;
|
|
1468
|
+
outerText: string;
|
|
1469
|
+
spellcheck: boolean;
|
|
1470
|
+
title: string;
|
|
1471
|
+
translate: boolean;
|
|
1472
|
+
attachInternals(): ElementInternals;
|
|
1473
|
+
click(): void;
|
|
1474
|
+
addEventListener<K_44 extends keyof HTMLElementEventMap>(type: K_44, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_44]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
1475
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
1476
|
+
removeEventListener<K_45 extends keyof HTMLElementEventMap>(type: K_45, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_45]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
1477
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
1478
|
+
dropzone: import("dropzone");
|
|
1479
|
+
readonly attributes: NamedNodeMap;
|
|
1480
|
+
readonly classList: DOMTokenList;
|
|
1481
|
+
className: string;
|
|
1482
|
+
readonly clientHeight: number;
|
|
1483
|
+
readonly clientLeft: number;
|
|
1484
|
+
readonly clientTop: number;
|
|
1485
|
+
readonly clientWidth: number;
|
|
1486
|
+
id: string;
|
|
1487
|
+
readonly localName: string;
|
|
1488
|
+
readonly namespaceURI: string | null;
|
|
1489
|
+
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
1490
|
+
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
1491
|
+
outerHTML: string;
|
|
1492
|
+
readonly ownerDocument: Document;
|
|
1493
|
+
readonly part: DOMTokenList;
|
|
1494
|
+
readonly prefix: string | null;
|
|
1495
|
+
readonly scrollHeight: number;
|
|
1496
|
+
scrollLeft: number;
|
|
1497
|
+
scrollTop: number;
|
|
1498
|
+
readonly scrollWidth: number;
|
|
1499
|
+
readonly shadowRoot: ShadowRoot | null;
|
|
1500
|
+
slot: string;
|
|
1501
|
+
readonly tagName: string;
|
|
1502
|
+
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1503
|
+
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
1504
|
+
closest<K_46 extends keyof HTMLElementTagNameMap>(selector: K_46): HTMLElementTagNameMap[K_46] | null;
|
|
1505
|
+
closest<K_47 extends keyof SVGElementTagNameMap>(selector: K_47): SVGElementTagNameMap[K_47] | null;
|
|
1506
|
+
closest<K_48 extends keyof MathMLElementTagNameMap>(selector: K_48): MathMLElementTagNameMap[K_48] | null;
|
|
1507
|
+
closest<E_6 extends Element = Element>(selectors: string): E_6 | null;
|
|
1508
|
+
getAttribute(qualifiedName: string): string | null;
|
|
1509
|
+
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
1510
|
+
getAttributeNames(): string[];
|
|
1511
|
+
getAttributeNode(qualifiedName: string): Attr | null;
|
|
1512
|
+
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
1513
|
+
getBoundingClientRect(): DOMRect;
|
|
1514
|
+
getClientRects(): DOMRectList;
|
|
1515
|
+
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
1516
|
+
getElementsByTagName<K_49 extends keyof HTMLElementTagNameMap>(qualifiedName: K_49): HTMLCollectionOf<HTMLElementTagNameMap[K_49]>;
|
|
1517
|
+
getElementsByTagName<K_50 extends keyof SVGElementTagNameMap>(qualifiedName: K_50): HTMLCollectionOf<SVGElementTagNameMap[K_50]>;
|
|
1518
|
+
getElementsByTagName<K_51 extends keyof MathMLElementTagNameMap>(qualifiedName: K_51): HTMLCollectionOf<MathMLElementTagNameMap[K_51]>;
|
|
1519
|
+
getElementsByTagName<K_52 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_52): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_52]>;
|
|
1520
|
+
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1521
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1522
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
1523
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
1524
|
+
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
1525
|
+
hasAttribute(qualifiedName: string): boolean;
|
|
1526
|
+
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
1527
|
+
hasAttributes(): boolean;
|
|
1528
|
+
hasPointerCapture(pointerId: number): boolean;
|
|
1529
|
+
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
1530
|
+
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
1531
|
+
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
1532
|
+
matches(selectors: string): boolean;
|
|
1533
|
+
releasePointerCapture(pointerId: number): void;
|
|
1534
|
+
removeAttribute(qualifiedName: string): void;
|
|
1535
|
+
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
1536
|
+
removeAttributeNode(attr: Attr): Attr;
|
|
1537
|
+
requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
|
|
1538
|
+
requestPointerLock(): void;
|
|
1539
|
+
scroll(options?: ScrollToOptions | undefined): void;
|
|
1540
|
+
scroll(x: number, y: number): void;
|
|
1541
|
+
scrollBy(options?: ScrollToOptions | undefined): void;
|
|
1542
|
+
scrollBy(x: number, y: number): void;
|
|
1543
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
|
|
1544
|
+
scrollTo(options?: ScrollToOptions | undefined): void;
|
|
1545
|
+
scrollTo(x: number, y: number): void;
|
|
1546
|
+
setAttribute(qualifiedName: string, value: string): void;
|
|
1547
|
+
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
1548
|
+
setAttributeNode(attr: Attr): Attr | null;
|
|
1549
|
+
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
1550
|
+
setPointerCapture(pointerId: number): void;
|
|
1551
|
+
toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
|
|
1552
|
+
webkitMatchesSelector(selectors: string): boolean;
|
|
1553
|
+
readonly baseURI: string;
|
|
1554
|
+
readonly childNodes: NodeListOf<ChildNode>;
|
|
1555
|
+
readonly firstChild: ChildNode | null;
|
|
1556
|
+
readonly isConnected: boolean;
|
|
1557
|
+
readonly lastChild: ChildNode | null;
|
|
1558
|
+
readonly nextSibling: ChildNode | null;
|
|
1559
|
+
readonly nodeName: string;
|
|
1560
|
+
readonly nodeType: number;
|
|
1561
|
+
nodeValue: string | null;
|
|
1562
|
+
readonly parentElement: HTMLElement | null;
|
|
1563
|
+
readonly parentNode: ParentNode | null;
|
|
1564
|
+
readonly previousSibling: ChildNode | null;
|
|
1565
|
+
textContent: string | null;
|
|
1566
|
+
appendChild<T extends Node>(node: T): T;
|
|
1567
|
+
cloneNode(deep?: boolean | undefined): Node;
|
|
1568
|
+
compareDocumentPosition(other: Node): number;
|
|
1569
|
+
contains(other: Node | null): boolean;
|
|
1570
|
+
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
1571
|
+
hasChildNodes(): boolean;
|
|
1572
|
+
insertBefore<T_7 extends Node>(node: T_7, child: Node | null): T_7;
|
|
1573
|
+
isDefaultNamespace(namespace: string | null): boolean;
|
|
1574
|
+
isEqualNode(otherNode: Node | null): boolean;
|
|
1575
|
+
isSameNode(otherNode: Node | null): boolean;
|
|
1576
|
+
lookupNamespaceURI(prefix: string | null): string | null;
|
|
1577
|
+
lookupPrefix(namespace: string | null): string | null;
|
|
1578
|
+
normalize(): void;
|
|
1579
|
+
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
1580
|
+
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
1581
|
+
readonly ELEMENT_NODE: 1;
|
|
1582
|
+
readonly ATTRIBUTE_NODE: 2;
|
|
1583
|
+
readonly TEXT_NODE: 3;
|
|
1584
|
+
readonly CDATA_SECTION_NODE: 4;
|
|
1585
|
+
readonly ENTITY_REFERENCE_NODE: 5;
|
|
1586
|
+
readonly ENTITY_NODE: 6;
|
|
1587
|
+
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
1588
|
+
readonly COMMENT_NODE: 8;
|
|
1589
|
+
readonly DOCUMENT_NODE: 9;
|
|
1590
|
+
readonly DOCUMENT_TYPE_NODE: 10;
|
|
1591
|
+
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
1592
|
+
readonly NOTATION_NODE: 12;
|
|
1593
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
1594
|
+
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
1595
|
+
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
1596
|
+
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
1597
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
1598
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
1599
|
+
dispatchEvent(event: Event): boolean;
|
|
1600
|
+
ariaAtomic: string | null;
|
|
1601
|
+
ariaAutoComplete: string | null;
|
|
1602
|
+
ariaBusy: string | null;
|
|
1603
|
+
ariaChecked: string | null;
|
|
1604
|
+
ariaColCount: string | null;
|
|
1605
|
+
ariaColIndex: string | null;
|
|
1606
|
+
ariaColSpan: string | null;
|
|
1607
|
+
ariaCurrent: string | null;
|
|
1608
|
+
ariaDisabled: string | null;
|
|
1609
|
+
ariaExpanded: string | null;
|
|
1610
|
+
ariaHasPopup: string | null;
|
|
1611
|
+
ariaHidden: string | null;
|
|
1612
|
+
ariaInvalid: string | null;
|
|
1613
|
+
ariaKeyShortcuts: string | null;
|
|
1614
|
+
ariaLabel: string | null;
|
|
1615
|
+
ariaLevel: string | null;
|
|
1616
|
+
ariaLive: string | null;
|
|
1617
|
+
ariaModal: string | null;
|
|
1618
|
+
ariaMultiLine: string | null;
|
|
1619
|
+
ariaMultiSelectable: string | null;
|
|
1620
|
+
ariaOrientation: string | null;
|
|
1621
|
+
ariaPlaceholder: string | null;
|
|
1622
|
+
ariaPosInSet: string | null;
|
|
1623
|
+
ariaPressed: string | null;
|
|
1624
|
+
ariaReadOnly: string | null;
|
|
1625
|
+
ariaRequired: string | null;
|
|
1626
|
+
ariaRoleDescription: string | null;
|
|
1627
|
+
ariaRowCount: string | null;
|
|
1628
|
+
ariaRowIndex: string | null;
|
|
1629
|
+
ariaRowSpan: string | null;
|
|
1630
|
+
ariaSelected: string | null;
|
|
1631
|
+
ariaSetSize: string | null;
|
|
1632
|
+
ariaSort: string | null;
|
|
1633
|
+
ariaValueMax: string | null;
|
|
1634
|
+
ariaValueMin: string | null;
|
|
1635
|
+
ariaValueNow: string | null;
|
|
1636
|
+
ariaValueText: string | null;
|
|
1637
|
+
role: string | null;
|
|
1638
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
|
|
1639
|
+
getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
|
|
1640
|
+
after(...nodes: (string | Node)[]): void;
|
|
1641
|
+
before(...nodes: (string | Node)[]): void;
|
|
1642
|
+
remove(): void;
|
|
1643
|
+
replaceWith(...nodes: (string | Node)[]): void;
|
|
1644
|
+
innerHTML: string;
|
|
1645
|
+
readonly nextElementSibling: Element | null;
|
|
1646
|
+
readonly previousElementSibling: Element | null;
|
|
1647
|
+
readonly childElementCount: number;
|
|
1648
|
+
readonly children: HTMLCollection;
|
|
1649
|
+
readonly firstElementChild: Element | null;
|
|
1650
|
+
readonly lastElementChild: Element | null;
|
|
1651
|
+
append(...nodes: (string | Node)[]): void;
|
|
1652
|
+
prepend(...nodes: (string | Node)[]): void;
|
|
1653
|
+
querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
|
|
1654
|
+
querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
|
|
1655
|
+
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
|
|
1656
|
+
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
|
|
1657
|
+
querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
|
|
1658
|
+
querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
|
|
1659
|
+
querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
|
|
1660
|
+
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
1661
|
+
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
1662
|
+
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
1663
|
+
replaceChildren(...nodes: (string | Node)[]): void;
|
|
1664
|
+
readonly assignedSlot: HTMLSlotElement | null;
|
|
1665
|
+
readonly style: CSSStyleDeclaration;
|
|
1666
|
+
contentEditable: string;
|
|
1667
|
+
enterKeyHint: string;
|
|
1668
|
+
inputMode: string;
|
|
1669
|
+
readonly isContentEditable: boolean;
|
|
1670
|
+
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1671
|
+
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1672
|
+
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1673
|
+
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1674
|
+
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1675
|
+
onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1676
|
+
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
1677
|
+
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1678
|
+
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1679
|
+
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1680
|
+
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1681
|
+
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1682
|
+
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1683
|
+
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1684
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1685
|
+
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1686
|
+
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1687
|
+
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1688
|
+
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1689
|
+
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1690
|
+
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1691
|
+
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1692
|
+
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1693
|
+
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1694
|
+
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1695
|
+
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1696
|
+
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1697
|
+
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1698
|
+
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1699
|
+
onerror: OnErrorEventHandler;
|
|
1700
|
+
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1701
|
+
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
1702
|
+
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1703
|
+
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1704
|
+
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1705
|
+
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
1706
|
+
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
1707
|
+
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
1708
|
+
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1709
|
+
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1710
|
+
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1711
|
+
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1712
|
+
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1713
|
+
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1714
|
+
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1715
|
+
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1716
|
+
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1717
|
+
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1718
|
+
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1719
|
+
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1720
|
+
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1721
|
+
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1722
|
+
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1723
|
+
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1724
|
+
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1725
|
+
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1726
|
+
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1727
|
+
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1728
|
+
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1729
|
+
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1730
|
+
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1731
|
+
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1732
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
|
|
1733
|
+
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1734
|
+
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1735
|
+
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1736
|
+
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1737
|
+
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
1738
|
+
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1739
|
+
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1740
|
+
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1741
|
+
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1742
|
+
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1743
|
+
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1744
|
+
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1745
|
+
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
1746
|
+
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1747
|
+
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1748
|
+
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1749
|
+
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1750
|
+
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1751
|
+
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1752
|
+
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1753
|
+
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1754
|
+
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1755
|
+
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1756
|
+
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1757
|
+
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1758
|
+
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1759
|
+
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1760
|
+
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1761
|
+
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1762
|
+
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1763
|
+
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
1764
|
+
autofocus: boolean;
|
|
1765
|
+
readonly dataset: DOMStringMap;
|
|
1766
|
+
nonce?: string | undefined;
|
|
1767
|
+
tabIndex: number;
|
|
1768
|
+
blur(): void;
|
|
1769
|
+
focus(options?: FocusOptions | undefined): void;
|
|
1770
|
+
ariaColIndexText: string | null;
|
|
1771
|
+
ariaDescription: string | null;
|
|
1772
|
+
ariaRowIndexText: string | null;
|
|
1773
|
+
ariaRelevant: string | null;
|
|
1774
|
+
"__#1@#handleReplacedProp"(replacedProp: {
|
|
1775
|
+
newPropertyName: string;
|
|
1776
|
+
deprecatedPropertyName: string;
|
|
1777
|
+
fromDeprecated: (v: any) => any;
|
|
1778
|
+
toDeprecated?: ((v: any) => any) | undefined;
|
|
1779
|
+
}): void;
|
|
1780
|
+
};
|
|
1781
|
+
} & {
|
|
1782
|
+
new (...args: any[]): {
|
|
1783
|
+
readonly locale: import("../shared/localization/Locale").Locale;
|
|
1784
|
+
specialHandling: boolean;
|
|
1785
|
+
_vividAriaBehaviour: import("../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
1786
|
+
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
1787
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
1788
|
+
connectedCallback(): void;
|
|
1789
|
+
disconnectedCallback(): void;
|
|
1790
|
+
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
1791
|
+
accessKey: string;
|
|
1792
|
+
readonly accessKeyLabel: string;
|
|
1793
|
+
autocapitalize: string;
|
|
1794
|
+
dir: string;
|
|
1795
|
+
draggable: boolean;
|
|
1796
|
+
hidden: boolean;
|
|
1797
|
+
inert: boolean;
|
|
1798
|
+
innerText: string;
|
|
1799
|
+
lang: string;
|
|
1800
|
+
readonly offsetHeight: number;
|
|
1801
|
+
readonly offsetLeft: number;
|
|
1802
|
+
readonly offsetParent: Element | null;
|
|
1803
|
+
readonly offsetTop: number;
|
|
1804
|
+
readonly offsetWidth: number;
|
|
1805
|
+
outerText: string;
|
|
1806
|
+
spellcheck: boolean;
|
|
1807
|
+
title: string;
|
|
1808
|
+
translate: boolean;
|
|
1809
|
+
attachInternals(): ElementInternals;
|
|
1810
|
+
click(): void;
|
|
1811
|
+
addEventListener<K_53 extends keyof HTMLElementEventMap>(type: K_53, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_53]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
1812
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
1813
|
+
removeEventListener<K_54 extends keyof HTMLElementEventMap>(type: K_54, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_54]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
1814
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
1815
|
+
dropzone: import("dropzone");
|
|
1816
|
+
readonly attributes: NamedNodeMap;
|
|
1817
|
+
readonly classList: DOMTokenList;
|
|
1818
|
+
className: string;
|
|
1819
|
+
readonly clientHeight: number;
|
|
1820
|
+
readonly clientLeft: number;
|
|
1821
|
+
readonly clientTop: number;
|
|
1822
|
+
readonly clientWidth: number;
|
|
1823
|
+
id: string;
|
|
1824
|
+
readonly localName: string;
|
|
1825
|
+
readonly namespaceURI: string | null;
|
|
1826
|
+
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
1827
|
+
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
1828
|
+
outerHTML: string;
|
|
1829
|
+
readonly ownerDocument: Document;
|
|
1830
|
+
readonly part: DOMTokenList;
|
|
1831
|
+
readonly prefix: string | null;
|
|
1832
|
+
readonly scrollHeight: number;
|
|
1833
|
+
scrollLeft: number;
|
|
1834
|
+
scrollTop: number;
|
|
1835
|
+
readonly scrollWidth: number;
|
|
1836
|
+
readonly shadowRoot: ShadowRoot | null;
|
|
1837
|
+
slot: string;
|
|
1838
|
+
readonly tagName: string;
|
|
1839
|
+
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1840
|
+
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
1841
|
+
closest<K_55 extends keyof HTMLElementTagNameMap>(selector: K_55): HTMLElementTagNameMap[K_55] | null;
|
|
1842
|
+
closest<K_56 extends keyof SVGElementTagNameMap>(selector: K_56): SVGElementTagNameMap[K_56] | null;
|
|
1843
|
+
closest<K_57 extends keyof MathMLElementTagNameMap>(selector: K_57): MathMLElementTagNameMap[K_57] | null;
|
|
1844
|
+
closest<E_7 extends Element = Element>(selectors: string): E_7 | null;
|
|
1845
|
+
getAttribute(qualifiedName: string): string | null;
|
|
1846
|
+
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
1847
|
+
getAttributeNames(): string[];
|
|
1848
|
+
getAttributeNode(qualifiedName: string): Attr | null;
|
|
1849
|
+
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
1850
|
+
getBoundingClientRect(): DOMRect;
|
|
1851
|
+
getClientRects(): DOMRectList;
|
|
1852
|
+
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
1853
|
+
getElementsByTagName<K_58 extends keyof HTMLElementTagNameMap>(qualifiedName: K_58): HTMLCollectionOf<HTMLElementTagNameMap[K_58]>;
|
|
1854
|
+
getElementsByTagName<K_59 extends keyof SVGElementTagNameMap>(qualifiedName: K_59): HTMLCollectionOf<SVGElementTagNameMap[K_59]>;
|
|
1855
|
+
getElementsByTagName<K_60 extends keyof MathMLElementTagNameMap>(qualifiedName: K_60): HTMLCollectionOf<MathMLElementTagNameMap[K_60]>;
|
|
1856
|
+
getElementsByTagName<K_61 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_61): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_61]>;
|
|
1857
|
+
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1858
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1859
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
1860
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
1861
|
+
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
1862
|
+
hasAttribute(qualifiedName: string): boolean;
|
|
1863
|
+
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
1864
|
+
hasAttributes(): boolean;
|
|
1865
|
+
hasPointerCapture(pointerId: number): boolean;
|
|
1866
|
+
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
1867
|
+
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
1868
|
+
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
1869
|
+
matches(selectors: string): boolean;
|
|
1870
|
+
releasePointerCapture(pointerId: number): void;
|
|
1871
|
+
removeAttribute(qualifiedName: string): void;
|
|
1872
|
+
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
1873
|
+
removeAttributeNode(attr: Attr): Attr;
|
|
1874
|
+
requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
|
|
1875
|
+
requestPointerLock(): void;
|
|
1876
|
+
scroll(options?: ScrollToOptions | undefined): void;
|
|
1877
|
+
scroll(x: number, y: number): void;
|
|
1878
|
+
scrollBy(options?: ScrollToOptions | undefined): void;
|
|
1879
|
+
scrollBy(x: number, y: number): void;
|
|
1880
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
|
|
1881
|
+
scrollTo(options?: ScrollToOptions | undefined): void;
|
|
1882
|
+
scrollTo(x: number, y: number): void;
|
|
1883
|
+
setAttribute(qualifiedName: string, value: string): void;
|
|
1884
|
+
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
1885
|
+
setAttributeNode(attr: Attr): Attr | null;
|
|
1886
|
+
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
1887
|
+
setPointerCapture(pointerId: number): void;
|
|
1888
|
+
toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
|
|
1889
|
+
webkitMatchesSelector(selectors: string): boolean;
|
|
1890
|
+
readonly baseURI: string;
|
|
1891
|
+
readonly childNodes: NodeListOf<ChildNode>;
|
|
1892
|
+
readonly firstChild: ChildNode | null;
|
|
1893
|
+
readonly isConnected: boolean;
|
|
1894
|
+
readonly lastChild: ChildNode | null;
|
|
1895
|
+
readonly nextSibling: ChildNode | null;
|
|
1896
|
+
readonly nodeName: string;
|
|
1897
|
+
readonly nodeType: number;
|
|
1898
|
+
nodeValue: string | null;
|
|
1899
|
+
readonly parentElement: HTMLElement | null;
|
|
1900
|
+
readonly parentNode: ParentNode | null;
|
|
1901
|
+
readonly previousSibling: ChildNode | null;
|
|
1902
|
+
textContent: string | null;
|
|
1903
|
+
appendChild<T extends Node>(node: T): T;
|
|
1904
|
+
cloneNode(deep?: boolean | undefined): Node;
|
|
1905
|
+
compareDocumentPosition(other: Node): number;
|
|
1906
|
+
contains(other: Node | null): boolean;
|
|
1907
|
+
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
1908
|
+
hasChildNodes(): boolean;
|
|
1909
|
+
insertBefore<T_8 extends Node>(node: T_8, child: Node | null): T_8;
|
|
1910
|
+
isDefaultNamespace(namespace: string | null): boolean;
|
|
1911
|
+
isEqualNode(otherNode: Node | null): boolean;
|
|
1912
|
+
isSameNode(otherNode: Node | null): boolean;
|
|
1913
|
+
lookupNamespaceURI(prefix: string | null): string | null;
|
|
1914
|
+
lookupPrefix(namespace: string | null): string | null;
|
|
1915
|
+
normalize(): void;
|
|
1916
|
+
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
1917
|
+
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
1918
|
+
readonly ELEMENT_NODE: 1;
|
|
1919
|
+
readonly ATTRIBUTE_NODE: 2;
|
|
1920
|
+
readonly TEXT_NODE: 3;
|
|
1921
|
+
readonly CDATA_SECTION_NODE: 4;
|
|
1922
|
+
readonly ENTITY_REFERENCE_NODE: 5;
|
|
1923
|
+
readonly ENTITY_NODE: 6;
|
|
1924
|
+
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
1925
|
+
readonly COMMENT_NODE: 8;
|
|
1926
|
+
readonly DOCUMENT_NODE: 9;
|
|
1927
|
+
readonly DOCUMENT_TYPE_NODE: 10;
|
|
1928
|
+
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
1929
|
+
readonly NOTATION_NODE: 12;
|
|
1930
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
1931
|
+
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
1932
|
+
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
1933
|
+
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
1934
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
1935
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
1936
|
+
dispatchEvent(event: Event): boolean;
|
|
1937
|
+
ariaAtomic: string | null;
|
|
1938
|
+
ariaAutoComplete: string | null;
|
|
1939
|
+
ariaBusy: string | null;
|
|
1940
|
+
ariaChecked: string | null;
|
|
1941
|
+
ariaColCount: string | null;
|
|
1942
|
+
ariaColIndex: string | null;
|
|
1943
|
+
ariaColSpan: string | null;
|
|
1944
|
+
ariaCurrent: string | null;
|
|
1945
|
+
ariaDisabled: string | null;
|
|
1946
|
+
ariaExpanded: string | null;
|
|
1947
|
+
ariaHasPopup: string | null;
|
|
1948
|
+
ariaHidden: string | null;
|
|
1949
|
+
ariaInvalid: string | null;
|
|
1950
|
+
ariaKeyShortcuts: string | null;
|
|
1951
|
+
ariaLabel: string | null;
|
|
1952
|
+
ariaLevel: string | null;
|
|
1953
|
+
ariaLive: string | null;
|
|
1954
|
+
ariaModal: string | null;
|
|
1955
|
+
ariaMultiLine: string | null;
|
|
1956
|
+
ariaMultiSelectable: string | null;
|
|
1957
|
+
ariaOrientation: string | null;
|
|
1958
|
+
ariaPlaceholder: string | null;
|
|
1959
|
+
ariaPosInSet: string | null;
|
|
1960
|
+
ariaPressed: string | null;
|
|
1961
|
+
ariaReadOnly: string | null;
|
|
1962
|
+
ariaRequired: string | null;
|
|
1963
|
+
ariaRoleDescription: string | null;
|
|
1964
|
+
ariaRowCount: string | null;
|
|
1965
|
+
ariaRowIndex: string | null;
|
|
1966
|
+
ariaRowSpan: string | null;
|
|
1967
|
+
ariaSelected: string | null;
|
|
1968
|
+
ariaSetSize: string | null;
|
|
1969
|
+
ariaSort: string | null;
|
|
1970
|
+
ariaValueMax: string | null;
|
|
1971
|
+
ariaValueMin: string | null;
|
|
1972
|
+
ariaValueNow: string | null;
|
|
1973
|
+
ariaValueText: string | null;
|
|
1974
|
+
role: string | null;
|
|
1975
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
|
|
1976
|
+
getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
|
|
1977
|
+
after(...nodes: (string | Node)[]): void;
|
|
1978
|
+
before(...nodes: (string | Node)[]): void;
|
|
1979
|
+
remove(): void;
|
|
1980
|
+
replaceWith(...nodes: (string | Node)[]): void;
|
|
1981
|
+
innerHTML: string;
|
|
1982
|
+
readonly nextElementSibling: Element | null;
|
|
1983
|
+
readonly previousElementSibling: Element | null;
|
|
1984
|
+
readonly childElementCount: number;
|
|
1985
|
+
readonly children: HTMLCollection;
|
|
1986
|
+
readonly firstElementChild: Element | null;
|
|
1987
|
+
readonly lastElementChild: Element | null;
|
|
1988
|
+
append(...nodes: (string | Node)[]): void;
|
|
1989
|
+
prepend(...nodes: (string | Node)[]): void;
|
|
1990
|
+
querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
|
|
1991
|
+
querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
|
|
1992
|
+
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
|
|
1993
|
+
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
|
|
1994
|
+
querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
|
|
1995
|
+
querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
|
|
1996
|
+
querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
|
|
1997
|
+
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
1998
|
+
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
1999
|
+
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
2000
|
+
replaceChildren(...nodes: (string | Node)[]): void;
|
|
2001
|
+
readonly assignedSlot: HTMLSlotElement | null;
|
|
2002
|
+
readonly style: CSSStyleDeclaration;
|
|
2003
|
+
contentEditable: string;
|
|
2004
|
+
enterKeyHint: string;
|
|
2005
|
+
inputMode: string;
|
|
2006
|
+
readonly isContentEditable: boolean;
|
|
2007
|
+
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
2008
|
+
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2009
|
+
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2010
|
+
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2011
|
+
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2012
|
+
onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2013
|
+
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
2014
|
+
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
2015
|
+
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2016
|
+
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2017
|
+
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2018
|
+
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2019
|
+
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2020
|
+
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2021
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2022
|
+
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
2023
|
+
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2024
|
+
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
2025
|
+
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2026
|
+
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
2027
|
+
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
2028
|
+
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
2029
|
+
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
2030
|
+
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
2031
|
+
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
2032
|
+
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
2033
|
+
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2034
|
+
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2035
|
+
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2036
|
+
onerror: OnErrorEventHandler;
|
|
2037
|
+
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
2038
|
+
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
2039
|
+
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2040
|
+
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2041
|
+
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2042
|
+
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
2043
|
+
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
2044
|
+
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
2045
|
+
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2046
|
+
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2047
|
+
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2048
|
+
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2049
|
+
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2050
|
+
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2051
|
+
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2052
|
+
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2053
|
+
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2054
|
+
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2055
|
+
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2056
|
+
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2057
|
+
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
2058
|
+
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2059
|
+
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2060
|
+
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2061
|
+
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2062
|
+
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2063
|
+
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2064
|
+
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2065
|
+
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2066
|
+
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2067
|
+
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2068
|
+
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2069
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
|
|
2070
|
+
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2071
|
+
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2072
|
+
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
2073
|
+
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2074
|
+
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
2075
|
+
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2076
|
+
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2077
|
+
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2078
|
+
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2079
|
+
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2080
|
+
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2081
|
+
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2082
|
+
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
2083
|
+
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2084
|
+
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2085
|
+
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2086
|
+
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2087
|
+
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2088
|
+
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2089
|
+
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2090
|
+
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
2091
|
+
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
2092
|
+
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
2093
|
+
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
2094
|
+
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2095
|
+
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2096
|
+
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2097
|
+
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2098
|
+
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2099
|
+
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2100
|
+
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
2101
|
+
autofocus: boolean;
|
|
2102
|
+
readonly dataset: DOMStringMap;
|
|
2103
|
+
nonce?: string | undefined;
|
|
2104
|
+
tabIndex: number;
|
|
2105
|
+
blur(): void;
|
|
2106
|
+
focus(options?: FocusOptions | undefined): void;
|
|
2107
|
+
ariaColIndexText: string | null;
|
|
2108
|
+
ariaDescription: string | null;
|
|
2109
|
+
ariaRowIndexText: string | null;
|
|
2110
|
+
ariaRelevant: string | null;
|
|
2111
|
+
"__#1@#handleReplacedProp"(replacedProp: {
|
|
2112
|
+
newPropertyName: string;
|
|
2113
|
+
deprecatedPropertyName: string;
|
|
2114
|
+
fromDeprecated: (v: any) => any;
|
|
2115
|
+
toDeprecated?: ((v: any) => any) | undefined;
|
|
2116
|
+
}): void;
|
|
2117
|
+
};
|
|
2118
|
+
} & {
|
|
2119
|
+
new (...args: any[]): {
|
|
2120
|
+
_vividAriaBehaviour: "delegate";
|
|
2121
|
+
specialHandling: boolean;
|
|
2122
|
+
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
2123
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
2124
|
+
connectedCallback(): void;
|
|
2125
|
+
disconnectedCallback(): void;
|
|
2126
|
+
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
2127
|
+
accessKey: string;
|
|
2128
|
+
readonly accessKeyLabel: string;
|
|
2129
|
+
autocapitalize: string;
|
|
2130
|
+
dir: string;
|
|
2131
|
+
draggable: boolean;
|
|
2132
|
+
hidden: boolean;
|
|
2133
|
+
inert: boolean;
|
|
2134
|
+
innerText: string;
|
|
2135
|
+
lang: string;
|
|
2136
|
+
readonly offsetHeight: number;
|
|
2137
|
+
readonly offsetLeft: number;
|
|
2138
|
+
readonly offsetParent: Element | null;
|
|
2139
|
+
readonly offsetTop: number;
|
|
2140
|
+
readonly offsetWidth: number;
|
|
2141
|
+
outerText: string;
|
|
2142
|
+
spellcheck: boolean;
|
|
2143
|
+
title: string;
|
|
2144
|
+
translate: boolean;
|
|
2145
|
+
attachInternals(): ElementInternals;
|
|
2146
|
+
click(): void;
|
|
2147
|
+
addEventListener<K_62 extends keyof HTMLElementEventMap>(type: K_62, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_62]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
2148
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
2149
|
+
removeEventListener<K_63 extends keyof HTMLElementEventMap>(type: K_63, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_63]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
2150
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
2151
|
+
dropzone: import("dropzone");
|
|
2152
|
+
readonly attributes: NamedNodeMap;
|
|
2153
|
+
readonly classList: DOMTokenList;
|
|
2154
|
+
className: string;
|
|
2155
|
+
readonly clientHeight: number;
|
|
2156
|
+
readonly clientLeft: number;
|
|
2157
|
+
readonly clientTop: number;
|
|
2158
|
+
readonly clientWidth: number;
|
|
2159
|
+
id: string;
|
|
2160
|
+
readonly localName: string;
|
|
2161
|
+
readonly namespaceURI: string | null;
|
|
2162
|
+
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
2163
|
+
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
2164
|
+
outerHTML: string;
|
|
2165
|
+
readonly ownerDocument: Document;
|
|
2166
|
+
readonly part: DOMTokenList;
|
|
2167
|
+
readonly prefix: string | null;
|
|
2168
|
+
readonly scrollHeight: number;
|
|
2169
|
+
scrollLeft: number;
|
|
2170
|
+
scrollTop: number;
|
|
2171
|
+
readonly scrollWidth: number;
|
|
2172
|
+
readonly shadowRoot: ShadowRoot | null;
|
|
2173
|
+
slot: string;
|
|
2174
|
+
readonly tagName: string;
|
|
2175
|
+
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
2176
|
+
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
2177
|
+
closest<K_64 extends keyof HTMLElementTagNameMap>(selector: K_64): HTMLElementTagNameMap[K_64] | null;
|
|
2178
|
+
closest<K_65 extends keyof SVGElementTagNameMap>(selector: K_65): SVGElementTagNameMap[K_65] | null;
|
|
2179
|
+
closest<K_66 extends keyof MathMLElementTagNameMap>(selector: K_66): MathMLElementTagNameMap[K_66] | null;
|
|
2180
|
+
closest<E_8 extends Element = Element>(selectors: string): E_8 | null;
|
|
2181
|
+
getAttribute(qualifiedName: string): string | null;
|
|
2182
|
+
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
2183
|
+
getAttributeNames(): string[];
|
|
2184
|
+
getAttributeNode(qualifiedName: string): Attr | null;
|
|
2185
|
+
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
2186
|
+
getBoundingClientRect(): DOMRect;
|
|
2187
|
+
getClientRects(): DOMRectList;
|
|
2188
|
+
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
2189
|
+
getElementsByTagName<K_67 extends keyof HTMLElementTagNameMap>(qualifiedName: K_67): HTMLCollectionOf<HTMLElementTagNameMap[K_67]>;
|
|
2190
|
+
getElementsByTagName<K_68 extends keyof SVGElementTagNameMap>(qualifiedName: K_68): HTMLCollectionOf<SVGElementTagNameMap[K_68]>;
|
|
2191
|
+
getElementsByTagName<K_69 extends keyof MathMLElementTagNameMap>(qualifiedName: K_69): HTMLCollectionOf<MathMLElementTagNameMap[K_69]>;
|
|
2192
|
+
getElementsByTagName<K_70 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_70): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_70]>;
|
|
2193
|
+
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
2194
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
2195
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
2196
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
2197
|
+
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
2198
|
+
hasAttribute(qualifiedName: string): boolean;
|
|
2199
|
+
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
2200
|
+
hasAttributes(): boolean;
|
|
2201
|
+
hasPointerCapture(pointerId: number): boolean;
|
|
2202
|
+
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
2203
|
+
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
2204
|
+
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
2205
|
+
matches(selectors: string): boolean;
|
|
2206
|
+
releasePointerCapture(pointerId: number): void;
|
|
2207
|
+
removeAttribute(qualifiedName: string): void;
|
|
2208
|
+
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
2209
|
+
removeAttributeNode(attr: Attr): Attr;
|
|
2210
|
+
requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
|
|
2211
|
+
requestPointerLock(): void;
|
|
2212
|
+
scroll(options?: ScrollToOptions | undefined): void;
|
|
2213
|
+
scroll(x: number, y: number): void;
|
|
2214
|
+
scrollBy(options?: ScrollToOptions | undefined): void;
|
|
2215
|
+
scrollBy(x: number, y: number): void;
|
|
2216
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
|
|
2217
|
+
scrollTo(options?: ScrollToOptions | undefined): void;
|
|
2218
|
+
scrollTo(x: number, y: number): void;
|
|
2219
|
+
setAttribute(qualifiedName: string, value: string): void;
|
|
2220
|
+
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
2221
|
+
setAttributeNode(attr: Attr): Attr | null;
|
|
2222
|
+
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
2223
|
+
setPointerCapture(pointerId: number): void;
|
|
2224
|
+
toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
|
|
2225
|
+
webkitMatchesSelector(selectors: string): boolean;
|
|
2226
|
+
readonly baseURI: string;
|
|
2227
|
+
readonly childNodes: NodeListOf<ChildNode>;
|
|
2228
|
+
readonly firstChild: ChildNode | null;
|
|
2229
|
+
readonly isConnected: boolean;
|
|
2230
|
+
readonly lastChild: ChildNode | null;
|
|
2231
|
+
readonly nextSibling: ChildNode | null;
|
|
2232
|
+
readonly nodeName: string;
|
|
2233
|
+
readonly nodeType: number;
|
|
2234
|
+
nodeValue: string | null;
|
|
2235
|
+
readonly parentElement: HTMLElement | null;
|
|
2236
|
+
readonly parentNode: ParentNode | null;
|
|
2237
|
+
readonly previousSibling: ChildNode | null;
|
|
2238
|
+
textContent: string | null;
|
|
2239
|
+
appendChild<T extends Node>(node: T): T;
|
|
2240
|
+
cloneNode(deep?: boolean | undefined): Node;
|
|
2241
|
+
compareDocumentPosition(other: Node): number;
|
|
2242
|
+
contains(other: Node | null): boolean;
|
|
2243
|
+
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
2244
|
+
hasChildNodes(): boolean;
|
|
2245
|
+
insertBefore<T_9 extends Node>(node: T_9, child: Node | null): T_9;
|
|
2246
|
+
isDefaultNamespace(namespace: string | null): boolean;
|
|
2247
|
+
isEqualNode(otherNode: Node | null): boolean;
|
|
2248
|
+
isSameNode(otherNode: Node | null): boolean;
|
|
2249
|
+
lookupNamespaceURI(prefix: string | null): string | null;
|
|
2250
|
+
lookupPrefix(namespace: string | null): string | null;
|
|
2251
|
+
normalize(): void;
|
|
2252
|
+
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
2253
|
+
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
2254
|
+
readonly ELEMENT_NODE: 1;
|
|
2255
|
+
readonly ATTRIBUTE_NODE: 2;
|
|
2256
|
+
readonly TEXT_NODE: 3;
|
|
2257
|
+
readonly CDATA_SECTION_NODE: 4;
|
|
2258
|
+
readonly ENTITY_REFERENCE_NODE: 5;
|
|
2259
|
+
readonly ENTITY_NODE: 6;
|
|
2260
|
+
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
2261
|
+
readonly COMMENT_NODE: 8;
|
|
2262
|
+
readonly DOCUMENT_NODE: 9;
|
|
2263
|
+
readonly DOCUMENT_TYPE_NODE: 10;
|
|
2264
|
+
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
2265
|
+
readonly NOTATION_NODE: 12;
|
|
2266
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
2267
|
+
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
2268
|
+
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
2269
|
+
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
2270
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
2271
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
2272
|
+
dispatchEvent(event: Event): boolean;
|
|
2273
|
+
ariaAtomic: string | null;
|
|
2274
|
+
ariaAutoComplete: string | null;
|
|
2275
|
+
ariaBusy: string | null;
|
|
2276
|
+
ariaChecked: string | null;
|
|
2277
|
+
ariaColCount: string | null;
|
|
2278
|
+
ariaColIndex: string | null;
|
|
2279
|
+
ariaColSpan: string | null;
|
|
2280
|
+
ariaCurrent: string | null;
|
|
2281
|
+
ariaDisabled: string | null;
|
|
2282
|
+
ariaExpanded: string | null;
|
|
2283
|
+
ariaHasPopup: string | null;
|
|
2284
|
+
ariaHidden: string | null;
|
|
2285
|
+
ariaInvalid: string | null;
|
|
2286
|
+
ariaKeyShortcuts: string | null;
|
|
2287
|
+
ariaLabel: string | null;
|
|
2288
|
+
ariaLevel: string | null;
|
|
2289
|
+
ariaLive: string | null;
|
|
2290
|
+
ariaModal: string | null;
|
|
2291
|
+
ariaMultiLine: string | null;
|
|
2292
|
+
ariaMultiSelectable: string | null;
|
|
2293
|
+
ariaOrientation: string | null;
|
|
2294
|
+
ariaPlaceholder: string | null;
|
|
2295
|
+
ariaPosInSet: string | null;
|
|
2296
|
+
ariaPressed: string | null;
|
|
2297
|
+
ariaReadOnly: string | null;
|
|
2298
|
+
ariaRequired: string | null;
|
|
2299
|
+
ariaRoleDescription: string | null;
|
|
2300
|
+
ariaRowCount: string | null;
|
|
2301
|
+
ariaRowIndex: string | null;
|
|
2302
|
+
ariaRowSpan: string | null;
|
|
2303
|
+
ariaSelected: string | null;
|
|
2304
|
+
ariaSetSize: string | null;
|
|
2305
|
+
ariaSort: string | null;
|
|
2306
|
+
ariaValueMax: string | null;
|
|
2307
|
+
ariaValueMin: string | null;
|
|
2308
|
+
ariaValueNow: string | null;
|
|
2309
|
+
ariaValueText: string | null;
|
|
2310
|
+
role: string | null;
|
|
2311
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
|
|
2312
|
+
getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
|
|
2313
|
+
after(...nodes: (string | Node)[]): void;
|
|
2314
|
+
before(...nodes: (string | Node)[]): void;
|
|
2315
|
+
remove(): void;
|
|
2316
|
+
replaceWith(...nodes: (string | Node)[]): void;
|
|
2317
|
+
innerHTML: string;
|
|
2318
|
+
readonly nextElementSibling: Element | null;
|
|
2319
|
+
readonly previousElementSibling: Element | null;
|
|
2320
|
+
readonly childElementCount: number;
|
|
2321
|
+
readonly children: HTMLCollection;
|
|
2322
|
+
readonly firstElementChild: Element | null;
|
|
2323
|
+
readonly lastElementChild: Element | null;
|
|
2324
|
+
append(...nodes: (string | Node)[]): void;
|
|
2325
|
+
prepend(...nodes: (string | Node)[]): void;
|
|
2326
|
+
querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
|
|
2327
|
+
querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
|
|
2328
|
+
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
|
|
2329
|
+
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
|
|
2330
|
+
querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
|
|
2331
|
+
querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
|
|
2332
|
+
querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
|
|
2333
|
+
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
2334
|
+
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
2335
|
+
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
2336
|
+
replaceChildren(...nodes: (string | Node)[]): void;
|
|
2337
|
+
readonly assignedSlot: HTMLSlotElement | null;
|
|
2338
|
+
readonly style: CSSStyleDeclaration;
|
|
2339
|
+
contentEditable: string;
|
|
2340
|
+
enterKeyHint: string;
|
|
2341
|
+
inputMode: string;
|
|
2342
|
+
readonly isContentEditable: boolean;
|
|
2343
|
+
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
2344
|
+
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2345
|
+
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2346
|
+
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2347
|
+
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2348
|
+
onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2349
|
+
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
2350
|
+
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
2351
|
+
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2352
|
+
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2353
|
+
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2354
|
+
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2355
|
+
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2356
|
+
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2357
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2358
|
+
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
2359
|
+
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2360
|
+
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
2361
|
+
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2362
|
+
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
2363
|
+
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
2364
|
+
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
2365
|
+
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
2366
|
+
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
2367
|
+
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
2368
|
+
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
2369
|
+
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2370
|
+
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2371
|
+
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2372
|
+
onerror: OnErrorEventHandler;
|
|
2373
|
+
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
2374
|
+
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
2375
|
+
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2376
|
+
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2377
|
+
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2378
|
+
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
2379
|
+
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
2380
|
+
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
2381
|
+
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2382
|
+
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2383
|
+
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2384
|
+
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2385
|
+
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2386
|
+
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2387
|
+
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2388
|
+
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2389
|
+
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2390
|
+
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2391
|
+
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2392
|
+
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2393
|
+
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
2394
|
+
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2395
|
+
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2396
|
+
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2397
|
+
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2398
|
+
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2399
|
+
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2400
|
+
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2401
|
+
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2402
|
+
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2403
|
+
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2404
|
+
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2405
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
|
|
2406
|
+
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2407
|
+
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2408
|
+
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
2409
|
+
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2410
|
+
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
2411
|
+
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2412
|
+
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2413
|
+
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2414
|
+
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2415
|
+
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2416
|
+
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2417
|
+
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2418
|
+
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
2419
|
+
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2420
|
+
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2421
|
+
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2422
|
+
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2423
|
+
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2424
|
+
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2425
|
+
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2426
|
+
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
2427
|
+
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
2428
|
+
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
2429
|
+
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
2430
|
+
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2431
|
+
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2432
|
+
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2433
|
+
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2434
|
+
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2435
|
+
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2436
|
+
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
2437
|
+
autofocus: boolean;
|
|
2438
|
+
readonly dataset: DOMStringMap;
|
|
2439
|
+
nonce?: string | undefined;
|
|
2440
|
+
tabIndex: number;
|
|
2441
|
+
blur(): void;
|
|
2442
|
+
focus(options?: FocusOptions | undefined): void;
|
|
2443
|
+
ariaColIndexText: string | null;
|
|
2444
|
+
ariaDescription: string | null;
|
|
2445
|
+
ariaRowIndexText: string | null;
|
|
2446
|
+
ariaRelevant: string | null;
|
|
2447
|
+
"__#1@#handleReplacedProp"(replacedProp: {
|
|
2448
|
+
newPropertyName: string;
|
|
2449
|
+
deprecatedPropertyName: string;
|
|
2450
|
+
fromDeprecated: (v: any) => any;
|
|
2451
|
+
toDeprecated?: ((v: any) => any) | undefined;
|
|
2452
|
+
}): void;
|
|
2453
|
+
};
|
|
2454
|
+
} & {
|
|
2455
|
+
new (...args: any[]): {
|
|
2456
|
+
proxy: import("../../shared/foundation/form-associated/form-associated").ProxyElement;
|
|
2457
|
+
readonly validity: ValidityState;
|
|
2458
|
+
readonly form: HTMLFormElement | null;
|
|
2459
|
+
readonly validationMessage: string;
|
|
2460
|
+
readonly willValidate: boolean;
|
|
2461
|
+
readonly labels: readonly Node[];
|
|
2462
|
+
dirtyValue: boolean;
|
|
2463
|
+
proxySlot?: HTMLSlotElement | undefined;
|
|
2464
|
+
value: string;
|
|
2465
|
+
valueChanged(_previous: string, _next: string): void;
|
|
2466
|
+
currentValue: string;
|
|
2467
|
+
initialValue: string;
|
|
2468
|
+
initialValueChanged(_previous: string, _next: string): void;
|
|
2469
|
+
disabled: boolean;
|
|
2470
|
+
disabledChanged(_previous: boolean, _next: boolean): void;
|
|
2471
|
+
name: string;
|
|
2472
|
+
nameChanged(_previous: string, _next: string): void;
|
|
2473
|
+
required: boolean;
|
|
2474
|
+
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
2475
|
+
readonly elementInternals: ElementInternals | null;
|
|
2476
|
+
proxyEventsToBlock: string[];
|
|
2477
|
+
connectedCallback(): void;
|
|
2478
|
+
disconnectedCallback(): void;
|
|
2479
|
+
checkValidity(): boolean;
|
|
2480
|
+
reportValidity(): boolean;
|
|
2481
|
+
setValidity(flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined): void;
|
|
2482
|
+
formDisabledCallback(disabled: boolean): void;
|
|
2483
|
+
formResetCallback(): void;
|
|
2484
|
+
proxyInitialized: boolean;
|
|
2485
|
+
attachProxy(): void;
|
|
2486
|
+
detachProxy(): void;
|
|
2487
|
+
validate(anchor?: HTMLElement | undefined): void;
|
|
2488
|
+
setFormValue(value: string | File | FormData | null, state?: string | File | FormData | null | undefined): void;
|
|
2489
|
+
_keypressHandler(e: KeyboardEvent): void;
|
|
2490
|
+
stopPropagation(e: Event): void;
|
|
2491
|
+
specialHandling: boolean;
|
|
2492
|
+
_vividAriaBehaviour: import("../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
2493
|
+
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
2494
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
2495
|
+
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
2496
|
+
accessKey: string;
|
|
2497
|
+
readonly accessKeyLabel: string;
|
|
2498
|
+
autocapitalize: string;
|
|
2499
|
+
dir: string;
|
|
2500
|
+
draggable: boolean;
|
|
2501
|
+
hidden: boolean;
|
|
2502
|
+
inert: boolean;
|
|
2503
|
+
innerText: string;
|
|
2504
|
+
lang: string;
|
|
2505
|
+
readonly offsetHeight: number;
|
|
2506
|
+
readonly offsetLeft: number;
|
|
2507
|
+
readonly offsetParent: Element | null;
|
|
2508
|
+
readonly offsetTop: number;
|
|
2509
|
+
readonly offsetWidth: number;
|
|
2510
|
+
outerText: string;
|
|
2511
|
+
spellcheck: boolean;
|
|
2512
|
+
title: string;
|
|
2513
|
+
translate: boolean;
|
|
2514
|
+
attachInternals(): ElementInternals;
|
|
2515
|
+
click(): void;
|
|
2516
|
+
addEventListener<K_71 extends keyof HTMLElementEventMap>(type: K_71, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_71]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
2517
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
2518
|
+
removeEventListener<K_72 extends keyof HTMLElementEventMap>(type: K_72, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_72]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
2519
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
2520
|
+
dropzone: import("dropzone");
|
|
2521
|
+
readonly attributes: NamedNodeMap;
|
|
2522
|
+
readonly classList: DOMTokenList;
|
|
2523
|
+
className: string;
|
|
2524
|
+
readonly clientHeight: number;
|
|
2525
|
+
readonly clientLeft: number;
|
|
2526
|
+
readonly clientTop: number;
|
|
2527
|
+
readonly clientWidth: number;
|
|
2528
|
+
id: string;
|
|
2529
|
+
readonly localName: string;
|
|
2530
|
+
readonly namespaceURI: string | null;
|
|
2531
|
+
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
2532
|
+
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
2533
|
+
outerHTML: string;
|
|
2534
|
+
readonly ownerDocument: Document;
|
|
2535
|
+
readonly part: DOMTokenList;
|
|
2536
|
+
readonly prefix: string | null;
|
|
2537
|
+
readonly scrollHeight: number;
|
|
2538
|
+
scrollLeft: number;
|
|
2539
|
+
scrollTop: number;
|
|
2540
|
+
readonly scrollWidth: number;
|
|
2541
|
+
readonly shadowRoot: ShadowRoot | null;
|
|
2542
|
+
slot: string;
|
|
2543
|
+
readonly tagName: string;
|
|
2544
|
+
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
2545
|
+
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
2546
|
+
closest<K_73 extends keyof HTMLElementTagNameMap>(selector: K_73): HTMLElementTagNameMap[K_73] | null;
|
|
2547
|
+
closest<K_74 extends keyof SVGElementTagNameMap>(selector: K_74): SVGElementTagNameMap[K_74] | null;
|
|
2548
|
+
closest<K_75 extends keyof MathMLElementTagNameMap>(selector: K_75): MathMLElementTagNameMap[K_75] | null;
|
|
2549
|
+
closest<E_9 extends Element = Element>(selectors: string): E_9 | null;
|
|
2550
|
+
getAttribute(qualifiedName: string): string | null;
|
|
2551
|
+
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
2552
|
+
getAttributeNames(): string[];
|
|
2553
|
+
getAttributeNode(qualifiedName: string): Attr | null;
|
|
2554
|
+
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
2555
|
+
getBoundingClientRect(): DOMRect;
|
|
2556
|
+
getClientRects(): DOMRectList;
|
|
2557
|
+
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
2558
|
+
getElementsByTagName<K_76 extends keyof HTMLElementTagNameMap>(qualifiedName: K_76): HTMLCollectionOf<HTMLElementTagNameMap[K_76]>;
|
|
2559
|
+
getElementsByTagName<K_77 extends keyof SVGElementTagNameMap>(qualifiedName: K_77): HTMLCollectionOf<SVGElementTagNameMap[K_77]>;
|
|
2560
|
+
getElementsByTagName<K_78 extends keyof MathMLElementTagNameMap>(qualifiedName: K_78): HTMLCollectionOf<MathMLElementTagNameMap[K_78]>;
|
|
2561
|
+
getElementsByTagName<K_79 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_79): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_79]>;
|
|
2562
|
+
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
2563
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
2564
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
2565
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
2566
|
+
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
2567
|
+
hasAttribute(qualifiedName: string): boolean;
|
|
2568
|
+
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
2569
|
+
hasAttributes(): boolean;
|
|
2570
|
+
hasPointerCapture(pointerId: number): boolean;
|
|
2571
|
+
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
2572
|
+
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
2573
|
+
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
2574
|
+
matches(selectors: string): boolean;
|
|
2575
|
+
releasePointerCapture(pointerId: number): void;
|
|
2576
|
+
removeAttribute(qualifiedName: string): void;
|
|
2577
|
+
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
2578
|
+
removeAttributeNode(attr: Attr): Attr;
|
|
2579
|
+
requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
|
|
2580
|
+
requestPointerLock(): void;
|
|
2581
|
+
scroll(options?: ScrollToOptions | undefined): void;
|
|
2582
|
+
scroll(x: number, y: number): void;
|
|
2583
|
+
scrollBy(options?: ScrollToOptions | undefined): void;
|
|
2584
|
+
scrollBy(x: number, y: number): void;
|
|
2585
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
|
|
2586
|
+
scrollTo(options?: ScrollToOptions | undefined): void;
|
|
2587
|
+
scrollTo(x: number, y: number): void;
|
|
2588
|
+
setAttribute(qualifiedName: string, value: string): void;
|
|
2589
|
+
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
2590
|
+
setAttributeNode(attr: Attr): Attr | null;
|
|
2591
|
+
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
2592
|
+
setPointerCapture(pointerId: number): void;
|
|
2593
|
+
toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
|
|
2594
|
+
webkitMatchesSelector(selectors: string): boolean;
|
|
2595
|
+
readonly baseURI: string;
|
|
2596
|
+
readonly childNodes: NodeListOf<ChildNode>;
|
|
2597
|
+
readonly firstChild: ChildNode | null;
|
|
2598
|
+
readonly isConnected: boolean;
|
|
2599
|
+
readonly lastChild: ChildNode | null;
|
|
2600
|
+
readonly nextSibling: ChildNode | null;
|
|
2601
|
+
readonly nodeName: string;
|
|
2602
|
+
readonly nodeType: number;
|
|
2603
|
+
nodeValue: string | null;
|
|
2604
|
+
readonly parentElement: HTMLElement | null;
|
|
2605
|
+
readonly parentNode: ParentNode | null;
|
|
2606
|
+
readonly previousSibling: ChildNode | null;
|
|
2607
|
+
textContent: string | null;
|
|
2608
|
+
appendChild<T extends Node>(node: T): T;
|
|
2609
|
+
cloneNode(deep?: boolean | undefined): Node;
|
|
2610
|
+
compareDocumentPosition(other: Node): number;
|
|
2611
|
+
contains(other: Node | null): boolean;
|
|
2612
|
+
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
2613
|
+
hasChildNodes(): boolean;
|
|
2614
|
+
insertBefore<T_10 extends Node>(node: T_10, child: Node | null): T_10;
|
|
2615
|
+
isDefaultNamespace(namespace: string | null): boolean;
|
|
2616
|
+
isEqualNode(otherNode: Node | null): boolean;
|
|
2617
|
+
isSameNode(otherNode: Node | null): boolean;
|
|
2618
|
+
lookupNamespaceURI(prefix: string | null): string | null;
|
|
2619
|
+
lookupPrefix(namespace: string | null): string | null;
|
|
2620
|
+
normalize(): void;
|
|
2621
|
+
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
2622
|
+
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
2623
|
+
readonly ELEMENT_NODE: 1;
|
|
2624
|
+
readonly ATTRIBUTE_NODE: 2;
|
|
2625
|
+
readonly TEXT_NODE: 3;
|
|
2626
|
+
readonly CDATA_SECTION_NODE: 4;
|
|
2627
|
+
readonly ENTITY_REFERENCE_NODE: 5;
|
|
2628
|
+
readonly ENTITY_NODE: 6;
|
|
2629
|
+
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
2630
|
+
readonly COMMENT_NODE: 8;
|
|
2631
|
+
readonly DOCUMENT_NODE: 9;
|
|
2632
|
+
readonly DOCUMENT_TYPE_NODE: 10;
|
|
2633
|
+
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
2634
|
+
readonly NOTATION_NODE: 12;
|
|
2635
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
2636
|
+
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
2637
|
+
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
2638
|
+
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
2639
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
2640
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
2641
|
+
dispatchEvent(event: Event): boolean;
|
|
2642
|
+
ariaAtomic: string | null;
|
|
2643
|
+
ariaAutoComplete: string | null;
|
|
2644
|
+
ariaBusy: string | null;
|
|
2645
|
+
ariaChecked: string | null;
|
|
2646
|
+
ariaColCount: string | null;
|
|
2647
|
+
ariaColIndex: string | null;
|
|
2648
|
+
ariaColSpan: string | null;
|
|
2649
|
+
ariaCurrent: string | null;
|
|
2650
|
+
ariaDisabled: string | null;
|
|
2651
|
+
ariaExpanded: string | null;
|
|
2652
|
+
ariaHasPopup: string | null;
|
|
2653
|
+
ariaHidden: string | null;
|
|
2654
|
+
ariaInvalid: string | null;
|
|
2655
|
+
ariaKeyShortcuts: string | null;
|
|
2656
|
+
ariaLabel: string | null;
|
|
2657
|
+
ariaLevel: string | null;
|
|
2658
|
+
ariaLive: string | null;
|
|
2659
|
+
ariaModal: string | null;
|
|
2660
|
+
ariaMultiLine: string | null;
|
|
2661
|
+
ariaMultiSelectable: string | null;
|
|
2662
|
+
ariaOrientation: string | null;
|
|
2663
|
+
ariaPlaceholder: string | null;
|
|
2664
|
+
ariaPosInSet: string | null;
|
|
2665
|
+
ariaPressed: string | null;
|
|
2666
|
+
ariaReadOnly: string | null;
|
|
2667
|
+
ariaRequired: string | null;
|
|
2668
|
+
ariaRoleDescription: string | null;
|
|
2669
|
+
ariaRowCount: string | null;
|
|
2670
|
+
ariaRowIndex: string | null;
|
|
2671
|
+
ariaRowSpan: string | null;
|
|
2672
|
+
ariaSelected: string | null;
|
|
2673
|
+
ariaSetSize: string | null;
|
|
2674
|
+
ariaSort: string | null;
|
|
2675
|
+
ariaValueMax: string | null;
|
|
2676
|
+
ariaValueMin: string | null;
|
|
2677
|
+
ariaValueNow: string | null;
|
|
2678
|
+
ariaValueText: string | null;
|
|
2679
|
+
role: string | null;
|
|
2680
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
|
|
2681
|
+
getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
|
|
2682
|
+
after(...nodes: (string | Node)[]): void;
|
|
2683
|
+
before(...nodes: (string | Node)[]): void;
|
|
2684
|
+
remove(): void;
|
|
2685
|
+
replaceWith(...nodes: (string | Node)[]): void;
|
|
2686
|
+
innerHTML: string;
|
|
2687
|
+
readonly nextElementSibling: Element | null;
|
|
2688
|
+
readonly previousElementSibling: Element | null;
|
|
2689
|
+
readonly childElementCount: number;
|
|
2690
|
+
readonly children: HTMLCollection;
|
|
2691
|
+
readonly firstElementChild: Element | null;
|
|
2692
|
+
readonly lastElementChild: Element | null;
|
|
2693
|
+
append(...nodes: (string | Node)[]): void;
|
|
2694
|
+
prepend(...nodes: (string | Node)[]): void;
|
|
2695
|
+
querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
|
|
2696
|
+
querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
|
|
2697
|
+
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
|
|
2698
|
+
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
|
|
2699
|
+
querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
|
|
2700
|
+
querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
|
|
2701
|
+
querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
|
|
2702
|
+
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
2703
|
+
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
2704
|
+
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
2705
|
+
replaceChildren(...nodes: (string | Node)[]): void;
|
|
2706
|
+
readonly assignedSlot: HTMLSlotElement | null;
|
|
2707
|
+
readonly style: CSSStyleDeclaration;
|
|
2708
|
+
contentEditable: string;
|
|
2709
|
+
enterKeyHint: string;
|
|
2710
|
+
inputMode: string;
|
|
2711
|
+
readonly isContentEditable: boolean;
|
|
2712
|
+
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
2713
|
+
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2714
|
+
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2715
|
+
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2716
|
+
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2717
|
+
onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2718
|
+
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
2719
|
+
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
2720
|
+
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2721
|
+
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2722
|
+
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2723
|
+
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2724
|
+
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2725
|
+
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2726
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2727
|
+
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
2728
|
+
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2729
|
+
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
2730
|
+
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2731
|
+
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
2732
|
+
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
2733
|
+
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
2734
|
+
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
2735
|
+
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
2736
|
+
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
2737
|
+
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
2738
|
+
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2739
|
+
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2740
|
+
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2741
|
+
onerror: OnErrorEventHandler;
|
|
2742
|
+
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
2743
|
+
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
2744
|
+
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2745
|
+
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2746
|
+
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2747
|
+
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
2748
|
+
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
2749
|
+
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
2750
|
+
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2751
|
+
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2752
|
+
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2753
|
+
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2754
|
+
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2755
|
+
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2756
|
+
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2757
|
+
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2758
|
+
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2759
|
+
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2760
|
+
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2761
|
+
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2762
|
+
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
2763
|
+
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2764
|
+
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2765
|
+
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2766
|
+
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2767
|
+
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2768
|
+
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2769
|
+
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2770
|
+
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2771
|
+
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2772
|
+
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2773
|
+
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2774
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
|
|
2775
|
+
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2776
|
+
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2777
|
+
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
2778
|
+
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2779
|
+
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
2780
|
+
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2781
|
+
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2782
|
+
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2783
|
+
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2784
|
+
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2785
|
+
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2786
|
+
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2787
|
+
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
2788
|
+
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2789
|
+
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2790
|
+
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2791
|
+
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2792
|
+
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2793
|
+
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2794
|
+
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2795
|
+
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
2796
|
+
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
2797
|
+
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
2798
|
+
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
2799
|
+
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2800
|
+
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2801
|
+
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2802
|
+
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2803
|
+
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2804
|
+
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2805
|
+
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
2806
|
+
autofocus: boolean;
|
|
2807
|
+
readonly dataset: DOMStringMap;
|
|
2808
|
+
nonce?: string | undefined;
|
|
2809
|
+
tabIndex: number;
|
|
2810
|
+
blur(): void;
|
|
2811
|
+
focus(options?: FocusOptions | undefined): void;
|
|
2812
|
+
ariaColIndexText: string | null;
|
|
2813
|
+
ariaDescription: string | null;
|
|
2814
|
+
ariaRowIndexText: string | null;
|
|
2815
|
+
ariaRelevant: string | null;
|
|
2816
|
+
"__#1@#handleReplacedProp"(replacedProp: {
|
|
2817
|
+
newPropertyName: string;
|
|
2818
|
+
deprecatedPropertyName: string;
|
|
2819
|
+
fromDeprecated: (v: any) => any;
|
|
2820
|
+
toDeprecated?: ((v: any) => any) | undefined;
|
|
2821
|
+
}): void;
|
|
2822
|
+
};
|
|
2823
|
+
readonly formAssociated: boolean;
|
|
2824
|
+
} & typeof VividElement;
|
|
2825
|
+
export declare class NumberField extends NumberField_base {
|
|
2826
|
+
#private;
|
|
2827
|
+
readOnly: boolean;
|
|
2828
|
+
autofocus: boolean;
|
|
2829
|
+
placeholder: string;
|
|
2830
|
+
list: string;
|
|
2831
|
+
maxlength: number;
|
|
2832
|
+
minlength: number;
|
|
2833
|
+
size: number;
|
|
2834
|
+
scale?: NumberFieldSize;
|
|
2835
|
+
step: number;
|
|
2836
|
+
stepChanged(_: number, next: number): void;
|
|
2837
|
+
max: number;
|
|
2838
|
+
min: number;
|
|
2839
|
+
get valueAsNumber(): number;
|
|
2840
|
+
set valueAsNumber(next: number);
|
|
2841
|
+
validate(): void;
|
|
2842
|
+
stepUp(): void;
|
|
2843
|
+
stepDown(): void;
|
|
2844
|
+
select(): void;
|
|
2845
|
+
incrementButtonAriaLabel: string | null;
|
|
2846
|
+
decrementButtonAriaLabel: string | null;
|
|
2847
|
+
appearance?: NumberFieldAppearance;
|
|
2848
|
+
shape?: NumberFieldShape;
|
|
2849
|
+
autoComplete?: string;
|
|
1029
2850
|
}
|
|
1030
2851
|
export {};
|