@vonage/vivid 4.23.0 → 4.25.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +21830 -14295
- package/elevation/index.cjs +1 -1
- package/elevation/index.js +1 -1
- package/index.cjs +112 -150
- package/index.js +37 -35
- package/lib/accordion-item/accordion-item.d.ts +6 -0
- package/lib/action-group/action-group.d.ts +6 -0
- package/lib/alert/alert.d.ts +20 -0
- package/lib/audio-player/audio-player.d.ts +6 -0
- package/lib/badge/badge.d.ts +9 -1
- package/lib/banner/banner.d.ts +25 -0
- package/lib/breadcrumb/breadcrumb.d.ts +6 -0
- package/lib/breadcrumb-item/breadcrumb-item.d.ts +63 -7
- package/lib/button/button.d.ts +732 -7
- package/lib/button/locale.d.ts +3 -0
- package/lib/calendar-event/calendar-event.d.ts +6 -0
- package/lib/card/card.d.ts +394 -2
- package/lib/card/card.template.d.ts +2 -1
- package/lib/checkbox/checkbox.d.ts +1822 -5
- package/lib/combobox/combobox.d.ts +1827 -20
- package/lib/data-grid/data-grid-cell.d.ts +339 -1
- package/lib/data-grid/locale.d.ts +5 -0
- package/lib/date-picker/date-picker.d.ts +1676 -207
- package/lib/date-range-picker/date-range-picker.d.ts +840 -107
- package/lib/date-time-picker/date-time-picker.d.ts +1678 -209
- package/lib/dial-pad/dial-pad.d.ts +8 -0
- package/lib/dialog/dialog.d.ts +12 -0
- package/lib/divider/divider.d.ts +6 -0
- package/lib/fab/fab.d.ts +6 -0
- package/lib/file-picker/file-picker.d.ts +1510 -32
- package/lib/file-picker/locale.d.ts +1 -0
- package/lib/header/header.d.ts +6 -0
- package/lib/icon/icon.d.ts +1 -0
- package/lib/icon/icon.template.d.ts +2 -1
- package/lib/menu/menu.d.ts +16 -7
- package/lib/menu/name.d.ts +1 -0
- package/lib/menu-item/menu-item.d.ts +14 -2
- package/lib/nav/nav.d.ts +6 -0
- package/lib/nav-disclosure/nav-disclosure.d.ts +13 -0
- package/lib/nav-item/nav-item.d.ts +405 -3
- package/lib/note/note.d.ts +6 -0
- package/lib/number-field/number-field.d.ts +1857 -36
- package/lib/option/option.d.ts +12 -0
- package/lib/progress/progress.d.ts +6 -0
- package/lib/progress-ring/progress-ring.d.ts +6 -0
- package/lib/radio/radio.d.ts +1137 -4
- package/lib/radio-group/radio-group.d.ts +20 -2
- package/lib/range-slider/range-slider.d.ts +752 -5
- package/lib/rich-text-editor/definition.d.ts +2 -2
- package/lib/rich-text-editor/facades/vivid-prose-mirror.facade.d.ts +3 -1
- package/lib/rich-text-editor/locale.d.ts +10 -0
- package/lib/rich-text-editor/menubar/menubar.d.ts +340 -1
- package/lib/rich-text-editor/rich-text-editor.d.ts +352 -2
- package/lib/searchable-select/locale.d.ts +1 -0
- package/lib/searchable-select/option-tag.d.ts +6 -0
- package/lib/searchable-select/searchable-select.d.ts +1857 -35
- package/lib/select/select.d.ts +1843 -28
- package/lib/selectable-box/selectable-box.d.ts +6 -0
- package/lib/slider/slider.d.ts +384 -2
- package/lib/split-button/split-button.d.ts +18 -0
- package/lib/switch/switch.d.ts +386 -3
- package/lib/tab/tab.d.ts +18 -1
- package/lib/tab-panel/tab-panel.d.ts +6 -0
- package/lib/tabs/tabs.d.ts +5 -21
- package/lib/tag/tag.d.ts +12 -0
- package/lib/tag-group/tag-group.d.ts +6 -0
- package/lib/text-area/text-area.d.ts +2174 -19
- package/lib/text-field/text-field.d.ts +2195 -31
- package/lib/time-picker/time-picker.d.ts +839 -106
- package/lib/toggletip/toggletip.d.ts +10 -4
- package/lib/tooltip/tooltip.d.ts +10 -4
- package/lib/tree-item/tree-item.d.ts +12 -0
- package/lib/tree-view/tree-view.d.ts +6 -0
- package/lib/video-player/video-player.d.ts +6 -0
- package/lib/visually-hidden/definition.d.ts +4 -0
- package/lib/visually-hidden/visually-hidden.d.ts +3 -0
- package/lib/visually-hidden/visually-hidden.template.d.ts +3 -0
- package/locales/de-DE.cjs +47 -1
- package/locales/de-DE.js +47 -1
- package/locales/en-GB.cjs +47 -1
- package/locales/en-GB.js +47 -1
- package/locales/en-US.cjs +47 -1
- package/locales/en-US.js +47 -1
- package/locales/ja-JP.cjs +47 -1
- package/locales/ja-JP.js +47 -1
- package/locales/zh-CN.cjs +47 -1
- package/locales/zh-CN.js +47 -1
- package/menu/index.cjs +1 -1
- package/menu/index.js +1 -1
- package/nav/index.cjs +1 -1
- package/nav/index.js +1 -1
- package/nav-disclosure/index.cjs +1 -1
- package/nav-disclosure/index.js +1 -1
- package/nav-item/index.cjs +1 -1
- package/nav-item/index.js +1 -1
- package/note/index.cjs +1 -1
- package/note/index.js +1 -1
- package/number-field/index.cjs +1 -1
- package/number-field/index.js +1 -1
- package/option/index.cjs +1 -1
- package/option/index.js +1 -1
- package/package.json +1 -1
- package/pagination/index.cjs +1 -1
- package/pagination/index.js +1 -1
- package/popup/index.cjs +1 -1
- package/popup/index.js +1 -1
- package/progress/index.cjs +1 -1
- package/progress/index.js +1 -1
- package/progress-ring/index.cjs +1 -1
- package/progress-ring/index.js +1 -1
- package/radio/index.cjs +1 -1
- package/radio/index.js +1 -1
- package/radio-group/index.cjs +1 -1
- package/radio-group/index.js +1 -1
- package/range-slider/index.cjs +1 -1
- package/range-slider/index.js +1 -1
- package/rich-text-editor/index.cjs +1 -1
- package/rich-text-editor/index.js +1 -1
- package/searchable-select/index.cjs +1 -1
- package/searchable-select/index.js +1 -1
- package/select/index.cjs +1 -1
- package/select/index.js +1 -1
- package/selectable-box/index.cjs +1 -1
- package/selectable-box/index.js +1 -1
- package/shared/affix.cjs +13 -7
- package/shared/affix.js +13 -8
- package/shared/aria/delegates-aria.d.ts +6 -0
- package/shared/aria/host-semantics.d.ts +6 -0
- package/shared/breadcrumb-item.cjs +2 -5
- package/shared/breadcrumb-item.js +2 -5
- package/shared/button.cjs +19 -14
- package/shared/button.js +19 -14
- package/shared/calendar-picker.template.cjs +3 -3
- package/shared/calendar-picker.template.js +1 -1
- package/shared/char-count.cjs +92 -0
- package/shared/char-count.js +90 -0
- package/shared/definition.js +1 -1
- package/shared/definition10.js +1 -1
- package/shared/definition11.cjs +27 -44
- package/shared/definition11.js +28 -45
- package/shared/definition12.cjs +1 -1
- package/shared/definition12.js +2 -2
- package/shared/definition13.js +1 -1
- package/shared/definition14.cjs +53 -22
- package/shared/definition14.js +54 -23
- package/shared/definition15.cjs +31 -36
- package/shared/definition15.js +30 -36
- package/shared/definition16.cjs +43 -63
- package/shared/definition16.js +42 -63
- package/shared/definition17.cjs +12 -5
- package/shared/definition17.js +12 -5
- package/shared/definition18.cjs +10 -14
- package/shared/definition18.js +9 -14
- package/shared/definition19.cjs +85 -100
- package/shared/definition19.js +75 -91
- package/shared/definition2.js +1 -1
- package/shared/definition20.cjs +15 -20
- package/shared/definition20.js +14 -20
- package/shared/definition21.cjs +22 -3
- package/shared/definition21.js +23 -4
- package/shared/definition22.cjs +12 -6
- package/shared/definition22.js +13 -7
- package/shared/definition23.cjs +5 -38
- package/shared/definition23.js +5 -37
- package/shared/definition24.cjs +2 -7
- package/shared/definition24.js +3 -8
- package/shared/definition25.js +1 -1
- package/shared/definition26.cjs +160 -163
- package/shared/definition26.js +159 -163
- package/shared/definition27.cjs +1 -1
- package/shared/definition27.js +2 -2
- package/shared/definition28.cjs +32 -17
- package/shared/definition28.js +33 -18
- package/shared/definition29.js +1 -1
- package/shared/definition3.js +1 -1
- package/shared/definition30.cjs +96 -482
- package/shared/definition30.js +99 -482
- package/shared/definition31.cjs +334 -57
- package/shared/definition31.js +333 -56
- package/shared/definition32.cjs +104 -19
- package/shared/definition32.js +105 -20
- package/shared/definition33.cjs +67 -15
- package/shared/definition33.js +66 -14
- package/shared/definition34.cjs +15 -50
- package/shared/definition34.js +14 -49
- package/shared/definition35.cjs +28 -397
- package/shared/definition35.js +27 -397
- package/shared/definition36.cjs +404 -54
- package/shared/definition36.js +404 -55
- package/shared/definition37.cjs +57 -234
- package/shared/definition37.js +57 -233
- package/shared/definition38.cjs +221 -66
- package/shared/definition38.js +220 -65
- package/shared/definition39.cjs +52 -44
- package/shared/definition39.js +51 -43
- package/shared/definition4.cjs +31 -24
- package/shared/definition4.js +33 -26
- package/shared/definition40.cjs +56 -266
- package/shared/definition40.js +55 -265
- package/shared/definition41.cjs +285 -142
- package/shared/definition41.js +285 -142
- package/shared/definition42.cjs +156 -564
- package/shared/definition42.js +156 -565
- package/shared/definition43.cjs +557 -14317
- package/shared/definition43.js +556 -14316
- package/shared/definition44.cjs +14418 -1085
- package/shared/definition44.js +14416 -1085
- package/shared/definition45.cjs +1049 -671
- package/shared/definition45.js +1050 -672
- package/shared/definition46.cjs +848 -113
- package/shared/definition46.js +847 -112
- package/shared/definition47.cjs +125 -90
- package/shared/definition47.js +124 -89
- package/shared/definition48.cjs +88 -455
- package/shared/definition48.js +87 -454
- package/shared/definition49.cjs +466 -109
- package/shared/definition49.js +466 -109
- package/shared/definition5.cjs +8 -7
- package/shared/definition5.js +6 -5
- package/shared/definition50.cjs +106 -106
- package/shared/definition50.js +105 -105
- package/shared/definition51.cjs +136 -15
- package/shared/definition51.js +135 -14
- package/shared/definition52.cjs +16 -115
- package/shared/definition52.js +15 -114
- package/shared/definition53.cjs +78 -490
- package/shared/definition53.js +77 -488
- package/shared/definition54.cjs +445 -23
- package/shared/definition54.js +443 -22
- package/shared/definition55.cjs +22 -136
- package/shared/definition55.js +21 -135
- package/shared/definition56.cjs +95 -291
- package/shared/definition56.js +95 -292
- package/shared/definition57.cjs +192 -480
- package/shared/definition57.js +190 -479
- package/shared/definition58.cjs +411 -24
- package/shared/definition58.js +410 -24
- package/shared/definition59.cjs +27 -144
- package/shared/definition59.js +27 -143
- package/shared/definition6.js +1 -1
- package/shared/definition60.cjs +83 -54
- package/shared/definition60.js +82 -53
- package/shared/definition61.cjs +78 -166
- package/shared/definition61.js +77 -164
- package/shared/definition62.cjs +143 -232
- package/shared/definition62.js +141 -231
- package/shared/definition63.cjs +234 -69417
- package/shared/definition63.js +233 -69416
- package/shared/definition64.cjs +69454 -28
- package/shared/definition64.js +69453 -27
- package/shared/definition65.cjs +28 -2168
- package/shared/definition65.js +27 -2166
- package/shared/definition66.cjs +27 -0
- package/shared/definition66.js +23 -0
- package/shared/definition67.cjs +2195 -0
- package/shared/definition67.js +2190 -0
- package/shared/definition7.cjs +11 -2
- package/shared/definition7.js +12 -3
- package/shared/definition8.cjs +24 -11
- package/shared/definition8.js +26 -13
- package/shared/definition9.cjs +1 -2
- package/shared/definition9.js +2 -3
- package/shared/delegates-aria.js +1 -1
- package/shared/deprecation/replaced-props.d.ts +20 -0
- package/shared/divider.cjs +41 -0
- package/shared/divider.js +38 -0
- package/shared/feedback/feedback-message.d.ts +345 -0
- package/shared/feedback/locale.d.ts +4 -0
- package/{lib/text-anchor/text-anchor.d.ts → shared/feedback/mixins.d.ts} +62 -39
- package/shared/form-associated.cjs +124 -100
- package/shared/form-associated.js +125 -101
- package/shared/form-element.cjs +84 -0
- package/shared/form-element.js +82 -0
- package/shared/foundation/button/button.d.ts +378 -2
- package/shared/foundation/form-associated/form-associated.d.ts +753 -49
- package/shared/foundation/listbox/listbox.d.ts +1 -1
- package/shared/foundation/vivid-element/vivid-element.d.ts +14 -0
- package/shared/host-semantics.js +1 -1
- package/shared/key-codes.js +1 -1
- package/shared/linkable.cjs +70 -0
- package/shared/linkable.js +68 -0
- package/shared/localization/Locale.d.ts +16 -0
- package/shared/mixins.cjs +306 -0
- package/shared/mixins.js +300 -0
- package/shared/patterns/affix.d.ts +16 -1
- package/shared/patterns/anchored.d.ts +20 -8
- package/shared/patterns/char-count/char-count.d.ts +351 -0
- package/shared/patterns/char-count/index.d.ts +1 -0
- package/shared/patterns/char-count/locale.d.ts +4 -0
- package/shared/patterns/form-elements/form-element.d.ts +744 -0
- package/shared/patterns/form-elements/index.d.ts +3 -1
- package/shared/patterns/form-elements/with-error-text.d.ts +1122 -0
- package/shared/patterns/form-elements/with-success-text.d.ts +341 -0
- package/shared/patterns/index.d.ts +2 -0
- package/shared/patterns/linkable.d.ts +394 -0
- package/shared/patterns/localized.d.ts +6 -0
- package/shared/patterns/trapped-focus.d.ts +6 -0
- package/shared/picker-field/mixins/calendar-picker.d.ts +420 -52
- package/shared/picker-field/mixins/calendar-picker.template.d.ts +420 -52
- package/shared/picker-field/mixins/inline-time-picker/inline-time-picker.d.ts +6 -0
- package/shared/picker-field/mixins/min-max-calendar-picker.d.ts +843 -107
- package/shared/picker-field/mixins/single-date-picker.d.ts +1259 -155
- package/shared/picker-field/mixins/single-value-picker.d.ts +417 -49
- package/shared/picker-field/mixins/time-selection-picker.d.ts +842 -106
- package/shared/picker-field/mixins/time-selection-picker.template.d.ts +839 -103
- package/shared/picker-field/picker-field.d.ts +1491 -15
- package/shared/picker-field.template.cjs +13 -22
- package/shared/picker-field.template.js +14 -23
- package/shared/repeat.js +1 -1
- package/shared/slider.template.cjs +1 -1
- package/shared/slider.template.js +1 -1
- package/shared/time-selection-picker.template.cjs +10 -15
- package/shared/time-selection-picker.template.js +10 -16
- package/shared/vivid-element.cjs +53 -4
- package/shared/vivid-element.js +53 -3
- package/shared/with-error-text.cjs +56 -0
- package/shared/with-error-text.js +54 -0
- package/shared/with-success-text.cjs +23 -0
- package/shared/with-success-text.js +21 -0
- package/side-drawer/index.cjs +1 -1
- package/side-drawer/index.js +1 -1
- package/slider/index.cjs +1 -1
- package/slider/index.js +1 -1
- package/split-button/index.cjs +1 -1
- package/split-button/index.js +1 -1
- package/styles/core/all.css +1 -1
- package/styles/core/theme.css +1 -1
- package/styles/core/typography.css +1 -1
- package/styles/tokens/theme-dark.css +4 -4
- package/styles/tokens/theme-light.css +4 -4
- package/styles/tokens/vivid-2-compat.css +1 -1
- package/switch/index.cjs +1 -1
- package/switch/index.js +1 -1
- package/tab/index.cjs +1 -1
- package/tab/index.js +1 -1
- package/tab-panel/index.cjs +1 -1
- package/tab-panel/index.js +1 -1
- package/tabs/index.cjs +1 -1
- package/tabs/index.js +1 -1
- package/tag/index.cjs +1 -1
- package/tag/index.js +1 -1
- package/tag-group/index.cjs +1 -1
- package/tag-group/index.js +1 -1
- package/text-area/index.cjs +1 -1
- package/text-area/index.js +1 -1
- package/text-field/index.cjs +1 -1
- package/text-field/index.js +1 -1
- package/time-picker/index.cjs +1 -1
- package/time-picker/index.js +1 -1
- package/toggletip/index.cjs +1 -1
- package/toggletip/index.js +1 -1
- package/tooltip/index.cjs +1 -1
- package/tooltip/index.js +1 -1
- package/tree-item/index.cjs +1 -1
- package/tree-item/index.js +1 -1
- package/tree-view/index.cjs +1 -1
- package/tree-view/index.js +1 -1
- package/video-player/index.cjs +1 -1
- package/video-player/index.js +1 -1
- package/visually-hidden/index.cjs +5 -0
- package/visually-hidden/index.js +3 -0
- package/vivid.api.json +762 -1478
- package/lib/checkbox/checkbox.form-associated.d.ts +0 -11
- package/lib/file-picker/file-picker.form-associated.d.ts +0 -11
- package/lib/number-field/number-field.form-associated.d.ts +0 -11
- package/lib/radio/radio.form-associated.d.ts +0 -13
- package/lib/range-slider/range-slider.form-associated.d.ts +0 -11
- package/lib/searchable-select/searchable-select.form-associated.d.ts +0 -11
- package/lib/select/select.form-associated.d.ts +0 -11
- package/lib/slider/slider.form-associated.d.ts +0 -11
- package/lib/switch/switch.form-associated.d.ts +0 -11
- package/lib/text-anchor/definition.d.ts +0 -2
- package/lib/text-anchor/text-anchor.template.d.ts +0 -3
- package/lib/text-area/text-area.form-associated.d.ts +0 -11
- package/lib/text-field/text-field.form-associated.d.ts +0 -11
- package/shared/anchor.cjs +0 -49
- package/shared/anchor.js +0 -47
- package/shared/apply-mixins.cjs +0 -23
- package/shared/apply-mixins.js +0 -21
- package/shared/applyMixinsWithObservables.cjs +0 -15
- package/shared/applyMixinsWithObservables.js +0 -13
- package/shared/direction.cjs +0 -17
- package/shared/direction.js +0 -15
- package/shared/form-elements.cjs +0 -209
- package/shared/form-elements.js +0 -202
- package/shared/foundation/anchor/anchor.d.ts +0 -11
- package/shared/foundation/utilities/apply-mixins.d.ts +0 -1
- package/shared/patterns/form-elements/form-elements.d.ts +0 -58
- package/shared/picker-field/picker-field.form-associated.d.ts +0 -11
- package/shared/text-anchor.cjs +0 -38
- package/shared/text-anchor.js +0 -36
- package/shared/text-anchor.template.cjs +0 -35
- package/shared/text-anchor.template.js +0 -33
- package/shared/utils/applyMixinsWithObservables.d.ts +0 -1
- package/text-anchor/index.cjs +0 -17
- package/text-anchor/index.js +0 -15
|
@@ -12,12 +12,12 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
|
|
|
12
12
|
readonly _displaySeconds: boolean;
|
|
13
13
|
readonly _use12hClock: boolean;
|
|
14
14
|
readonly _timePlaceholder: string;
|
|
15
|
-
"__#
|
|
15
|
+
"__#21@#clockChangeHandler": {
|
|
16
16
|
handleChange: () => void;
|
|
17
17
|
};
|
|
18
|
-
"__#
|
|
19
|
-
"__#
|
|
20
|
-
"__#
|
|
18
|
+
"__#21@#clockChangeObserver": import("@microsoft/fast-element").BindingObserver<any, any, any>;
|
|
19
|
+
"__#21@#startObservingClockChanges"(): void;
|
|
20
|
+
"__#21@#stopObservingClockChanges"(): void;
|
|
21
21
|
connectedCallback(): void;
|
|
22
22
|
disconnectedCallback(): void;
|
|
23
23
|
_onPickerButtonClick(): void;
|
|
@@ -26,34 +26,31 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
|
|
|
26
26
|
_isValidValue(value: string): boolean;
|
|
27
27
|
_toPresentationValue(value: string): string;
|
|
28
28
|
_parsePresentationValue(presentationValue: string): string;
|
|
29
|
-
valueChanged: ((previous: string, next: string) => void) & ((
|
|
29
|
+
valueChanged: ((previous: string, next: string) => void) & ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
30
30
|
_updatePresentationValue: (() => void) & (() => void);
|
|
31
31
|
_updateValueDueToUserInteraction(newValue: string): void;
|
|
32
32
|
_onTextFieldChange: (() => void) & (() => void);
|
|
33
33
|
_isPresentationValueInvalid(): boolean;
|
|
34
34
|
_onClearClick: (() => void) & (() => void);
|
|
35
|
-
label: string;
|
|
36
|
-
initialValue: string;
|
|
37
|
-
currentValue: string;
|
|
38
35
|
readOnly: boolean;
|
|
39
36
|
readOnlyChanged(): void;
|
|
40
37
|
_textFieldEl: import("../../..").VwcTextFieldElement;
|
|
41
38
|
_dialogEl: HTMLElement;
|
|
42
39
|
_pickerButtonEl: import("../../..").VwcButtonElement;
|
|
43
|
-
"__#
|
|
44
|
-
"__#
|
|
45
|
-
|
|
40
|
+
"__#18@#onFocusIn": () => void;
|
|
41
|
+
"__#18@#onFocusOut": () => void;
|
|
42
|
+
proxy: HTMLInputElement;
|
|
46
43
|
validate(): void;
|
|
47
44
|
_getCustomValidationError(): string | null;
|
|
48
|
-
"__#
|
|
45
|
+
"__#18@#localeChangeHandler": {
|
|
49
46
|
handleChange: () => void;
|
|
50
47
|
};
|
|
51
|
-
"__#
|
|
52
|
-
"__#
|
|
53
|
-
"__#
|
|
48
|
+
"__#18@#localeChangeObserver": import("@microsoft/fast-element").BindingObserver<any, any, any>;
|
|
49
|
+
"__#18@#startObservingLocaleChanges"(): void;
|
|
50
|
+
"__#18@#stopObservingLocaleChanges"(): void;
|
|
54
51
|
_popupOpen: boolean;
|
|
55
|
-
"__#
|
|
56
|
-
"__#
|
|
52
|
+
"__#18@#dismissOnClickOutside": (event: MouseEvent) => void;
|
|
53
|
+
"__#18@#openPopupIfPossible"(): void;
|
|
57
54
|
_closePopup(restoreFocusToTextField?: boolean): void;
|
|
58
55
|
_onBaseKeyDown(event: KeyboardEvent): boolean;
|
|
59
56
|
_focusableElsWithinDialog(): NodeListOf<HTMLElement>;
|
|
@@ -66,7 +63,358 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
|
|
|
66
63
|
readonly _pickerButtonLabel: string;
|
|
67
64
|
readonly _pickerButtonIcon: string;
|
|
68
65
|
_onOkClick(): void;
|
|
69
|
-
|
|
66
|
+
helperText?: string | undefined;
|
|
67
|
+
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
68
|
+
readonly _feedbackDescribedBy: string;
|
|
69
|
+
_internalFeedback(): {
|
|
70
|
+
type: import("../../feedback/feedback-message").FeedbackType;
|
|
71
|
+
message: string;
|
|
72
|
+
};
|
|
73
|
+
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
74
|
+
_getFeedbackTemplate(ctx: VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<{
|
|
75
|
+
helperText?: string | undefined;
|
|
76
|
+
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
77
|
+
readonly _feedbackDescribedBy: string;
|
|
78
|
+
_internalFeedback(): {
|
|
79
|
+
type: import("../../feedback/feedback-message").FeedbackType;
|
|
80
|
+
message: string;
|
|
81
|
+
};
|
|
82
|
+
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
83
|
+
_getFeedbackTemplate(ctx: VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
84
|
+
specialHandling: boolean;
|
|
85
|
+
_vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
|
|
86
|
+
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
87
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
88
|
+
connectedCallback(): void;
|
|
89
|
+
disconnectedCallback(): void;
|
|
90
|
+
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
91
|
+
accessKey: string;
|
|
92
|
+
readonly accessKeyLabel: string;
|
|
93
|
+
autocapitalize: string;
|
|
94
|
+
dir: string;
|
|
95
|
+
draggable: boolean;
|
|
96
|
+
hidden: boolean;
|
|
97
|
+
inert: boolean;
|
|
98
|
+
innerText: string;
|
|
99
|
+
lang: string;
|
|
100
|
+
readonly offsetHeight: number;
|
|
101
|
+
readonly offsetLeft: number;
|
|
102
|
+
readonly offsetParent: Element | null;
|
|
103
|
+
readonly offsetTop: number;
|
|
104
|
+
readonly offsetWidth: number;
|
|
105
|
+
outerText: string;
|
|
106
|
+
spellcheck: boolean;
|
|
107
|
+
title: string;
|
|
108
|
+
translate: boolean;
|
|
109
|
+
attachInternals(): ElementInternals;
|
|
110
|
+
click(): void;
|
|
111
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
112
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
113
|
+
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
114
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
115
|
+
dropzone: import("dropzone");
|
|
116
|
+
readonly attributes: NamedNodeMap;
|
|
117
|
+
readonly classList: DOMTokenList;
|
|
118
|
+
className: string;
|
|
119
|
+
readonly clientHeight: number;
|
|
120
|
+
readonly clientLeft: number;
|
|
121
|
+
readonly clientTop: number;
|
|
122
|
+
readonly clientWidth: number;
|
|
123
|
+
id: string;
|
|
124
|
+
readonly localName: string;
|
|
125
|
+
readonly namespaceURI: string | null;
|
|
126
|
+
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
127
|
+
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
128
|
+
outerHTML: string;
|
|
129
|
+
readonly ownerDocument: Document;
|
|
130
|
+
readonly part: DOMTokenList;
|
|
131
|
+
readonly prefix: string | null;
|
|
132
|
+
readonly scrollHeight: number;
|
|
133
|
+
scrollLeft: number;
|
|
134
|
+
scrollTop: number;
|
|
135
|
+
readonly scrollWidth: number;
|
|
136
|
+
readonly shadowRoot: ShadowRoot | null;
|
|
137
|
+
slot: string;
|
|
138
|
+
readonly tagName: string;
|
|
139
|
+
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
140
|
+
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
141
|
+
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2] | null;
|
|
142
|
+
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3] | null;
|
|
143
|
+
closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4] | null;
|
|
144
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
145
|
+
getAttribute(qualifiedName: string): string | null;
|
|
146
|
+
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
147
|
+
getAttributeNames(): string[];
|
|
148
|
+
getAttributeNode(qualifiedName: string): Attr | null;
|
|
149
|
+
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
150
|
+
getBoundingClientRect(): DOMRect;
|
|
151
|
+
getClientRects(): DOMRectList;
|
|
152
|
+
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
153
|
+
getElementsByTagName<K_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<HTMLElementTagNameMap[K_5]>;
|
|
154
|
+
getElementsByTagName<K_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_6): HTMLCollectionOf<SVGElementTagNameMap[K_6]>;
|
|
155
|
+
getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
|
|
156
|
+
getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
|
|
157
|
+
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
158
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
159
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
160
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
161
|
+
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
162
|
+
hasAttribute(qualifiedName: string): boolean;
|
|
163
|
+
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
164
|
+
hasAttributes(): boolean;
|
|
165
|
+
hasPointerCapture(pointerId: number): boolean;
|
|
166
|
+
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
167
|
+
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
168
|
+
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
169
|
+
matches(selectors: string): boolean;
|
|
170
|
+
releasePointerCapture(pointerId: number): void;
|
|
171
|
+
removeAttribute(qualifiedName: string): void;
|
|
172
|
+
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
173
|
+
removeAttributeNode(attr: Attr): Attr;
|
|
174
|
+
requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
|
|
175
|
+
requestPointerLock(): void;
|
|
176
|
+
scroll(options?: ScrollToOptions | undefined): void;
|
|
177
|
+
scroll(x: number, y: number): void;
|
|
178
|
+
scrollBy(options?: ScrollToOptions | undefined): void;
|
|
179
|
+
scrollBy(x: number, y: number): void;
|
|
180
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
|
|
181
|
+
scrollTo(options?: ScrollToOptions | undefined): void;
|
|
182
|
+
scrollTo(x: number, y: number): void;
|
|
183
|
+
setAttribute(qualifiedName: string, value: string): void;
|
|
184
|
+
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
185
|
+
setAttributeNode(attr: Attr): Attr | null;
|
|
186
|
+
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
187
|
+
setPointerCapture(pointerId: number): void;
|
|
188
|
+
toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
|
|
189
|
+
webkitMatchesSelector(selectors: string): boolean;
|
|
190
|
+
readonly baseURI: string;
|
|
191
|
+
readonly childNodes: NodeListOf<ChildNode>;
|
|
192
|
+
readonly firstChild: ChildNode | null;
|
|
193
|
+
readonly isConnected: boolean;
|
|
194
|
+
readonly lastChild: ChildNode | null;
|
|
195
|
+
readonly nextSibling: ChildNode | null;
|
|
196
|
+
readonly nodeName: string;
|
|
197
|
+
readonly nodeType: number;
|
|
198
|
+
nodeValue: string | null;
|
|
199
|
+
readonly parentElement: HTMLElement | null;
|
|
200
|
+
readonly parentNode: ParentNode | null;
|
|
201
|
+
readonly previousSibling: ChildNode | null;
|
|
202
|
+
textContent: string | null;
|
|
203
|
+
appendChild<T extends Node>(node: T): T;
|
|
204
|
+
cloneNode(deep?: boolean | undefined): Node;
|
|
205
|
+
compareDocumentPosition(other: Node): number;
|
|
206
|
+
contains(other: Node | null): boolean;
|
|
207
|
+
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
208
|
+
hasChildNodes(): boolean;
|
|
209
|
+
insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
|
|
210
|
+
isDefaultNamespace(namespace: string | null): boolean;
|
|
211
|
+
isEqualNode(otherNode: Node | null): boolean;
|
|
212
|
+
isSameNode(otherNode: Node | null): boolean;
|
|
213
|
+
lookupNamespaceURI(prefix: string | null): string | null;
|
|
214
|
+
lookupPrefix(namespace: string | null): string | null;
|
|
215
|
+
normalize(): void;
|
|
216
|
+
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
217
|
+
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
218
|
+
readonly ELEMENT_NODE: 1;
|
|
219
|
+
readonly ATTRIBUTE_NODE: 2;
|
|
220
|
+
readonly TEXT_NODE: 3;
|
|
221
|
+
readonly CDATA_SECTION_NODE: 4;
|
|
222
|
+
readonly ENTITY_REFERENCE_NODE: 5;
|
|
223
|
+
readonly ENTITY_NODE: 6;
|
|
224
|
+
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
225
|
+
readonly COMMENT_NODE: 8;
|
|
226
|
+
readonly DOCUMENT_NODE: 9;
|
|
227
|
+
readonly DOCUMENT_TYPE_NODE: 10;
|
|
228
|
+
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
229
|
+
readonly NOTATION_NODE: 12;
|
|
230
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
231
|
+
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
232
|
+
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
233
|
+
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
234
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
235
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
236
|
+
dispatchEvent(event: Event): boolean;
|
|
237
|
+
ariaAtomic: string | null;
|
|
238
|
+
ariaAutoComplete: string | null;
|
|
239
|
+
ariaBusy: string | null;
|
|
240
|
+
ariaChecked: string | null;
|
|
241
|
+
ariaColCount: string | null;
|
|
242
|
+
ariaColIndex: string | null;
|
|
243
|
+
ariaColSpan: string | null;
|
|
244
|
+
ariaCurrent: string | null;
|
|
245
|
+
ariaDisabled: string | null;
|
|
246
|
+
ariaExpanded: string | null;
|
|
247
|
+
ariaHasPopup: string | null;
|
|
248
|
+
ariaHidden: string | null;
|
|
249
|
+
ariaInvalid: string | null;
|
|
250
|
+
ariaKeyShortcuts: string | null;
|
|
251
|
+
ariaLabel: string | null;
|
|
252
|
+
ariaLevel: string | null;
|
|
253
|
+
ariaLive: string | null;
|
|
254
|
+
ariaModal: string | null;
|
|
255
|
+
ariaMultiLine: string | null;
|
|
256
|
+
ariaMultiSelectable: string | null;
|
|
257
|
+
ariaOrientation: string | null;
|
|
258
|
+
ariaPlaceholder: string | null;
|
|
259
|
+
ariaPosInSet: string | null;
|
|
260
|
+
ariaPressed: string | null;
|
|
261
|
+
ariaReadOnly: string | null;
|
|
262
|
+
ariaRequired: string | null;
|
|
263
|
+
ariaRoleDescription: string | null;
|
|
264
|
+
ariaRowCount: string | null;
|
|
265
|
+
ariaRowIndex: string | null;
|
|
266
|
+
ariaRowSpan: string | null;
|
|
267
|
+
ariaSelected: string | null;
|
|
268
|
+
ariaSetSize: string | null;
|
|
269
|
+
ariaSort: string | null;
|
|
270
|
+
ariaValueMax: string | null;
|
|
271
|
+
ariaValueMin: string | null;
|
|
272
|
+
ariaValueNow: string | null;
|
|
273
|
+
ariaValueText: string | null;
|
|
274
|
+
role: string | null;
|
|
275
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
|
|
276
|
+
getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
|
|
277
|
+
after(...nodes: (string | Node)[]): void;
|
|
278
|
+
before(...nodes: (string | Node)[]): void;
|
|
279
|
+
remove(): void;
|
|
280
|
+
replaceWith(...nodes: (string | Node)[]): void;
|
|
281
|
+
innerHTML: string;
|
|
282
|
+
readonly nextElementSibling: Element | null;
|
|
283
|
+
readonly previousElementSibling: Element | null;
|
|
284
|
+
readonly childElementCount: number;
|
|
285
|
+
readonly children: HTMLCollection;
|
|
286
|
+
readonly firstElementChild: Element | null;
|
|
287
|
+
readonly lastElementChild: Element | null;
|
|
288
|
+
append(...nodes: (string | Node)[]): void;
|
|
289
|
+
prepend(...nodes: (string | Node)[]): void;
|
|
290
|
+
querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
|
|
291
|
+
querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
|
|
292
|
+
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
|
|
293
|
+
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
|
|
294
|
+
querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
|
|
295
|
+
querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
|
|
296
|
+
querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
|
|
297
|
+
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
298
|
+
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
299
|
+
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
300
|
+
replaceChildren(...nodes: (string | Node)[]): void;
|
|
301
|
+
readonly assignedSlot: HTMLSlotElement | null;
|
|
302
|
+
readonly style: CSSStyleDeclaration;
|
|
303
|
+
contentEditable: string;
|
|
304
|
+
enterKeyHint: string;
|
|
305
|
+
inputMode: string;
|
|
306
|
+
readonly isContentEditable: boolean;
|
|
307
|
+
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
308
|
+
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
309
|
+
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
310
|
+
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
311
|
+
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
312
|
+
onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
313
|
+
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
314
|
+
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
315
|
+
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
316
|
+
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
317
|
+
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
318
|
+
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
319
|
+
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
320
|
+
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
321
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
322
|
+
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
323
|
+
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
324
|
+
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
325
|
+
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
326
|
+
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
327
|
+
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
328
|
+
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
329
|
+
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
330
|
+
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
331
|
+
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
332
|
+
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
333
|
+
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
334
|
+
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
335
|
+
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
336
|
+
onerror: OnErrorEventHandler;
|
|
337
|
+
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
338
|
+
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
339
|
+
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
340
|
+
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
341
|
+
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
342
|
+
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
343
|
+
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
344
|
+
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
345
|
+
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
346
|
+
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
347
|
+
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
348
|
+
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
349
|
+
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
350
|
+
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
351
|
+
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
352
|
+
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
353
|
+
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
354
|
+
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
355
|
+
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
356
|
+
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
357
|
+
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
358
|
+
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
359
|
+
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
360
|
+
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
361
|
+
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
362
|
+
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
363
|
+
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
364
|
+
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
365
|
+
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
366
|
+
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
367
|
+
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
368
|
+
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
369
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
|
|
370
|
+
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
371
|
+
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
372
|
+
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
373
|
+
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
374
|
+
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
375
|
+
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
376
|
+
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
377
|
+
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
378
|
+
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
379
|
+
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
380
|
+
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
381
|
+
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
382
|
+
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
383
|
+
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
384
|
+
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
385
|
+
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
386
|
+
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
387
|
+
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
388
|
+
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
389
|
+
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
390
|
+
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
391
|
+
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
392
|
+
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
393
|
+
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
394
|
+
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
395
|
+
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
396
|
+
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
397
|
+
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
398
|
+
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
399
|
+
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
400
|
+
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
401
|
+
autofocus: boolean;
|
|
402
|
+
readonly dataset: DOMStringMap;
|
|
403
|
+
nonce?: string | undefined;
|
|
404
|
+
tabIndex: number;
|
|
405
|
+
blur(): void;
|
|
406
|
+
focus(options?: FocusOptions | undefined): void;
|
|
407
|
+
ariaColIndexText: string | null;
|
|
408
|
+
ariaDescription: string | null;
|
|
409
|
+
ariaRowIndexText: string | null;
|
|
410
|
+
ariaRelevant: string | null;
|
|
411
|
+
"__#1@#handleReplacedProp"(replacedProp: {
|
|
412
|
+
newPropertyName: string;
|
|
413
|
+
deprecatedPropertyName: string;
|
|
414
|
+
fromDeprecated: (v: any) => any;
|
|
415
|
+
toDeprecated?: ((v: any) => any) | undefined;
|
|
416
|
+
}): void;
|
|
417
|
+
}, any>;
|
|
70
418
|
specialHandling: boolean;
|
|
71
419
|
_vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
|
|
72
420
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
@@ -92,9 +440,9 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
|
|
|
92
440
|
translate: boolean;
|
|
93
441
|
attachInternals(): ElementInternals;
|
|
94
442
|
click(): void;
|
|
95
|
-
addEventListener<
|
|
443
|
+
addEventListener<K_17 extends keyof HTMLElementEventMap>(type: K_17, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_17]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
96
444
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
97
|
-
removeEventListener<
|
|
445
|
+
removeEventListener<K_18 extends keyof HTMLElementEventMap>(type: K_18, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_18]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
98
446
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
99
447
|
dropzone: import("dropzone");
|
|
100
448
|
readonly attributes: NamedNodeMap;
|
|
@@ -122,10 +470,10 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
|
|
|
122
470
|
readonly tagName: string;
|
|
123
471
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
124
472
|
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
125
|
-
closest<
|
|
126
|
-
closest<
|
|
127
|
-
closest<
|
|
128
|
-
closest<
|
|
473
|
+
closest<K_19 extends keyof HTMLElementTagNameMap>(selector: K_19): HTMLElementTagNameMap[K_19] | null;
|
|
474
|
+
closest<K_20 extends keyof SVGElementTagNameMap>(selector: K_20): SVGElementTagNameMap[K_20] | null;
|
|
475
|
+
closest<K_21 extends keyof MathMLElementTagNameMap>(selector: K_21): MathMLElementTagNameMap[K_21] | null;
|
|
476
|
+
closest<E_3 extends Element = Element>(selectors: string): E_3 | null;
|
|
129
477
|
getAttribute(qualifiedName: string): string | null;
|
|
130
478
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
131
479
|
getAttributeNames(): string[];
|
|
@@ -134,10 +482,10 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
|
|
|
134
482
|
getBoundingClientRect(): DOMRect;
|
|
135
483
|
getClientRects(): DOMRectList;
|
|
136
484
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
137
|
-
getElementsByTagName<
|
|
138
|
-
getElementsByTagName<
|
|
139
|
-
getElementsByTagName<
|
|
140
|
-
getElementsByTagName<
|
|
485
|
+
getElementsByTagName<K_22 extends keyof HTMLElementTagNameMap>(qualifiedName: K_22): HTMLCollectionOf<HTMLElementTagNameMap[K_22]>;
|
|
486
|
+
getElementsByTagName<K_23 extends keyof SVGElementTagNameMap>(qualifiedName: K_23): HTMLCollectionOf<SVGElementTagNameMap[K_23]>;
|
|
487
|
+
getElementsByTagName<K_24 extends keyof MathMLElementTagNameMap>(qualifiedName: K_24): HTMLCollectionOf<MathMLElementTagNameMap[K_24]>;
|
|
488
|
+
getElementsByTagName<K_25 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_25): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_25]>;
|
|
141
489
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
142
490
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
143
491
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
@@ -190,7 +538,7 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
|
|
|
190
538
|
contains(other: Node | null): boolean;
|
|
191
539
|
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
192
540
|
hasChildNodes(): boolean;
|
|
193
|
-
insertBefore<
|
|
541
|
+
insertBefore<T_4 extends Node>(node: T_4, child: Node | null): T_4;
|
|
194
542
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
195
543
|
isEqualNode(otherNode: Node | null): boolean;
|
|
196
544
|
isSameNode(otherNode: Node | null): boolean;
|
|
@@ -392,35 +740,55 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
|
|
|
392
740
|
ariaDescription: string | null;
|
|
393
741
|
ariaRowIndexText: string | null;
|
|
394
742
|
ariaRelevant: string | null;
|
|
395
|
-
|
|
396
|
-
|
|
743
|
+
"__#1@#handleReplacedProp"(replacedProp: {
|
|
744
|
+
newPropertyName: string;
|
|
745
|
+
deprecatedPropertyName: string;
|
|
746
|
+
fromDeprecated: (v: any) => any;
|
|
747
|
+
toDeprecated?: ((v: any) => any) | undefined;
|
|
748
|
+
}): void;
|
|
749
|
+
errorText?: string | undefined;
|
|
750
|
+
errorTextChanged(_: string, newErrorText: string | undefined): void;
|
|
751
|
+
"__#4@#blockValidateCalls": boolean;
|
|
752
|
+
"__#4@#originalValidateFn": () => void;
|
|
753
|
+
"__#4@#forceCustomError"(errorMessage: string): void;
|
|
754
|
+
"__#4@#clearCustomErrorAndRevalidate"(): void;
|
|
755
|
+
label?: string | undefined;
|
|
756
|
+
errorValidationMessage: string;
|
|
757
|
+
forceErrorDisplay: boolean;
|
|
758
|
+
hasBeenTouched: boolean;
|
|
759
|
+
"__#3@#handleInvalidEvent": (() => void) & (() => void);
|
|
760
|
+
formResetCallback: (() => void) & (() => void) & (() => void) & (() => void);
|
|
761
|
+
readonly validity: ValidityState;
|
|
762
|
+
readonly form: HTMLFormElement | null;
|
|
763
|
+
readonly validationMessage: string;
|
|
764
|
+
readonly willValidate: boolean;
|
|
765
|
+
readonly labels: readonly Node[];
|
|
397
766
|
dirtyValue: boolean;
|
|
767
|
+
proxySlot?: HTMLSlotElement | undefined;
|
|
768
|
+
value: string;
|
|
769
|
+
currentValue: string;
|
|
770
|
+
initialValue: string;
|
|
771
|
+
initialValueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
398
772
|
disabled: boolean;
|
|
399
|
-
|
|
400
|
-
readonly formAssociated: boolean;
|
|
401
|
-
readonly labels: readonly Node[][];
|
|
773
|
+
disabledChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
402
774
|
name: string;
|
|
775
|
+
nameChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
403
776
|
required: boolean;
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
reportValidity: () => boolean;
|
|
420
|
-
setFormValue: (value: string | File | FormData | null, state?: string | File | FormData | null | undefined) => void;
|
|
421
|
-
setValidity: (flags?: ValidityStateFlags | undefined, message?: string | undefined, anchor?: HTMLElement | undefined) => void;
|
|
422
|
-
helperText?: string | undefined;
|
|
423
|
-
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
777
|
+
requiredChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
778
|
+
readonly elementInternals: ElementInternals | null;
|
|
779
|
+
proxyEventsToBlock: string[];
|
|
780
|
+
checkValidity: (() => boolean) & (() => boolean);
|
|
781
|
+
reportValidity: (() => boolean) & (() => boolean);
|
|
782
|
+
setValidity: ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void) & ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void);
|
|
783
|
+
formDisabledCallback: ((disabled: boolean) => void) & ((disabled: boolean) => void);
|
|
784
|
+
proxyInitialized: boolean;
|
|
785
|
+
attachProxy: (() => void) & (() => void);
|
|
786
|
+
detachProxy: (() => void) & (() => void);
|
|
787
|
+
setFormValue: ((value: string | File | FormData | null, state?: string | File | FormData | null | undefined) => void) & ((value: string | File | FormData | null, state?: string | File | FormData | null | undefined) => void);
|
|
788
|
+
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
789
|
+
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
790
|
+
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
791
|
+
readonly locale: import("../../localization/Locale").Locale;
|
|
424
792
|
} & {
|
|
425
793
|
_isValidValue(value: string): boolean;
|
|
426
794
|
_toPresentationValue(value: string): string;
|
|
@@ -431,9 +799,6 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
|
|
|
431
799
|
_onTextFieldChange(): void;
|
|
432
800
|
_isPresentationValueInvalid(): boolean;
|
|
433
801
|
_onClearClick(): void;
|
|
434
|
-
label: string;
|
|
435
|
-
initialValue: string;
|
|
436
|
-
currentValue: string;
|
|
437
802
|
readOnly: boolean;
|
|
438
803
|
readOnlyChanged(): void;
|
|
439
804
|
_textFieldEl: import("../../..").VwcTextFieldElement;
|
|
@@ -441,20 +806,20 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
|
|
|
441
806
|
_pickerButtonEl: import("../../..").VwcButtonElement;
|
|
442
807
|
connectedCallback(): void;
|
|
443
808
|
disconnectedCallback(): void;
|
|
444
|
-
"__#
|
|
445
|
-
"__#
|
|
446
|
-
|
|
809
|
+
"__#18@#onFocusIn": () => void;
|
|
810
|
+
"__#18@#onFocusOut": () => void;
|
|
811
|
+
proxy: HTMLInputElement;
|
|
447
812
|
validate(): void;
|
|
448
813
|
_getCustomValidationError(): string | null;
|
|
449
|
-
"__#
|
|
814
|
+
"__#18@#localeChangeHandler": {
|
|
450
815
|
handleChange: () => void;
|
|
451
816
|
};
|
|
452
|
-
"__#
|
|
453
|
-
"__#
|
|
454
|
-
"__#
|
|
817
|
+
"__#18@#localeChangeObserver": import("@microsoft/fast-element").BindingObserver<any, any, any>;
|
|
818
|
+
"__#18@#startObservingLocaleChanges"(): void;
|
|
819
|
+
"__#18@#stopObservingLocaleChanges"(): void;
|
|
455
820
|
_popupOpen: boolean;
|
|
456
|
-
"__#
|
|
457
|
-
"__#
|
|
821
|
+
"__#18@#dismissOnClickOutside": (event: MouseEvent) => void;
|
|
822
|
+
"__#18@#openPopupIfPossible"(): void;
|
|
458
823
|
_closePopup(restoreFocusToTextField?: boolean): void;
|
|
459
824
|
_onBaseKeyDown(event: KeyboardEvent): boolean;
|
|
460
825
|
_focusableElsWithinDialog(): NodeListOf<HTMLElement>;
|
|
@@ -468,7 +833,358 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
|
|
|
468
833
|
readonly _pickerButtonIcon: string;
|
|
469
834
|
_onPickerButtonClick(): void;
|
|
470
835
|
_onOkClick(): void;
|
|
471
|
-
|
|
836
|
+
helperText?: string | undefined;
|
|
837
|
+
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
838
|
+
readonly _feedbackDescribedBy: string;
|
|
839
|
+
_internalFeedback(): {
|
|
840
|
+
type: import("../../feedback/feedback-message").FeedbackType;
|
|
841
|
+
message: string;
|
|
842
|
+
};
|
|
843
|
+
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
844
|
+
_getFeedbackTemplate(ctx: VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<{
|
|
845
|
+
helperText?: string | undefined;
|
|
846
|
+
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
847
|
+
readonly _feedbackDescribedBy: string;
|
|
848
|
+
_internalFeedback(): {
|
|
849
|
+
type: import("../../feedback/feedback-message").FeedbackType;
|
|
850
|
+
message: string;
|
|
851
|
+
};
|
|
852
|
+
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
853
|
+
_getFeedbackTemplate(ctx: VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
854
|
+
specialHandling: boolean;
|
|
855
|
+
_vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
|
|
856
|
+
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
857
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
858
|
+
connectedCallback(): void;
|
|
859
|
+
disconnectedCallback(): void;
|
|
860
|
+
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
861
|
+
accessKey: string;
|
|
862
|
+
readonly accessKeyLabel: string;
|
|
863
|
+
autocapitalize: string;
|
|
864
|
+
dir: string;
|
|
865
|
+
draggable: boolean;
|
|
866
|
+
hidden: boolean;
|
|
867
|
+
inert: boolean;
|
|
868
|
+
innerText: string;
|
|
869
|
+
lang: string;
|
|
870
|
+
readonly offsetHeight: number;
|
|
871
|
+
readonly offsetLeft: number;
|
|
872
|
+
readonly offsetParent: Element | null;
|
|
873
|
+
readonly offsetTop: number;
|
|
874
|
+
readonly offsetWidth: number;
|
|
875
|
+
outerText: string;
|
|
876
|
+
spellcheck: boolean;
|
|
877
|
+
title: string;
|
|
878
|
+
translate: boolean;
|
|
879
|
+
attachInternals(): ElementInternals;
|
|
880
|
+
click(): void;
|
|
881
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
882
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
883
|
+
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
884
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
885
|
+
dropzone: import("dropzone");
|
|
886
|
+
readonly attributes: NamedNodeMap;
|
|
887
|
+
readonly classList: DOMTokenList;
|
|
888
|
+
className: string;
|
|
889
|
+
readonly clientHeight: number;
|
|
890
|
+
readonly clientLeft: number;
|
|
891
|
+
readonly clientTop: number;
|
|
892
|
+
readonly clientWidth: number;
|
|
893
|
+
id: string;
|
|
894
|
+
readonly localName: string;
|
|
895
|
+
readonly namespaceURI: string | null;
|
|
896
|
+
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
897
|
+
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
898
|
+
outerHTML: string;
|
|
899
|
+
readonly ownerDocument: Document;
|
|
900
|
+
readonly part: DOMTokenList;
|
|
901
|
+
readonly prefix: string | null;
|
|
902
|
+
readonly scrollHeight: number;
|
|
903
|
+
scrollLeft: number;
|
|
904
|
+
scrollTop: number;
|
|
905
|
+
readonly scrollWidth: number;
|
|
906
|
+
readonly shadowRoot: ShadowRoot | null;
|
|
907
|
+
slot: string;
|
|
908
|
+
readonly tagName: string;
|
|
909
|
+
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
910
|
+
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
911
|
+
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2] | null;
|
|
912
|
+
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3] | null;
|
|
913
|
+
closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4] | null;
|
|
914
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
915
|
+
getAttribute(qualifiedName: string): string | null;
|
|
916
|
+
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
917
|
+
getAttributeNames(): string[];
|
|
918
|
+
getAttributeNode(qualifiedName: string): Attr | null;
|
|
919
|
+
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
920
|
+
getBoundingClientRect(): DOMRect;
|
|
921
|
+
getClientRects(): DOMRectList;
|
|
922
|
+
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
923
|
+
getElementsByTagName<K_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<HTMLElementTagNameMap[K_5]>;
|
|
924
|
+
getElementsByTagName<K_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_6): HTMLCollectionOf<SVGElementTagNameMap[K_6]>;
|
|
925
|
+
getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
|
|
926
|
+
getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
|
|
927
|
+
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
928
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
929
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
930
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
931
|
+
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
932
|
+
hasAttribute(qualifiedName: string): boolean;
|
|
933
|
+
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
934
|
+
hasAttributes(): boolean;
|
|
935
|
+
hasPointerCapture(pointerId: number): boolean;
|
|
936
|
+
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
937
|
+
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
938
|
+
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
939
|
+
matches(selectors: string): boolean;
|
|
940
|
+
releasePointerCapture(pointerId: number): void;
|
|
941
|
+
removeAttribute(qualifiedName: string): void;
|
|
942
|
+
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
943
|
+
removeAttributeNode(attr: Attr): Attr;
|
|
944
|
+
requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
|
|
945
|
+
requestPointerLock(): void;
|
|
946
|
+
scroll(options?: ScrollToOptions | undefined): void;
|
|
947
|
+
scroll(x: number, y: number): void;
|
|
948
|
+
scrollBy(options?: ScrollToOptions | undefined): void;
|
|
949
|
+
scrollBy(x: number, y: number): void;
|
|
950
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
|
|
951
|
+
scrollTo(options?: ScrollToOptions | undefined): void;
|
|
952
|
+
scrollTo(x: number, y: number): void;
|
|
953
|
+
setAttribute(qualifiedName: string, value: string): void;
|
|
954
|
+
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
955
|
+
setAttributeNode(attr: Attr): Attr | null;
|
|
956
|
+
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
957
|
+
setPointerCapture(pointerId: number): void;
|
|
958
|
+
toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
|
|
959
|
+
webkitMatchesSelector(selectors: string): boolean;
|
|
960
|
+
readonly baseURI: string;
|
|
961
|
+
readonly childNodes: NodeListOf<ChildNode>;
|
|
962
|
+
readonly firstChild: ChildNode | null;
|
|
963
|
+
readonly isConnected: boolean;
|
|
964
|
+
readonly lastChild: ChildNode | null;
|
|
965
|
+
readonly nextSibling: ChildNode | null;
|
|
966
|
+
readonly nodeName: string;
|
|
967
|
+
readonly nodeType: number;
|
|
968
|
+
nodeValue: string | null;
|
|
969
|
+
readonly parentElement: HTMLElement | null;
|
|
970
|
+
readonly parentNode: ParentNode | null;
|
|
971
|
+
readonly previousSibling: ChildNode | null;
|
|
972
|
+
textContent: string | null;
|
|
973
|
+
appendChild<T extends Node>(node: T): T;
|
|
974
|
+
cloneNode(deep?: boolean | undefined): Node;
|
|
975
|
+
compareDocumentPosition(other: Node): number;
|
|
976
|
+
contains(other: Node | null): boolean;
|
|
977
|
+
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
978
|
+
hasChildNodes(): boolean;
|
|
979
|
+
insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
|
|
980
|
+
isDefaultNamespace(namespace: string | null): boolean;
|
|
981
|
+
isEqualNode(otherNode: Node | null): boolean;
|
|
982
|
+
isSameNode(otherNode: Node | null): boolean;
|
|
983
|
+
lookupNamespaceURI(prefix: string | null): string | null;
|
|
984
|
+
lookupPrefix(namespace: string | null): string | null;
|
|
985
|
+
normalize(): void;
|
|
986
|
+
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
987
|
+
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
988
|
+
readonly ELEMENT_NODE: 1;
|
|
989
|
+
readonly ATTRIBUTE_NODE: 2;
|
|
990
|
+
readonly TEXT_NODE: 3;
|
|
991
|
+
readonly CDATA_SECTION_NODE: 4;
|
|
992
|
+
readonly ENTITY_REFERENCE_NODE: 5;
|
|
993
|
+
readonly ENTITY_NODE: 6;
|
|
994
|
+
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
995
|
+
readonly COMMENT_NODE: 8;
|
|
996
|
+
readonly DOCUMENT_NODE: 9;
|
|
997
|
+
readonly DOCUMENT_TYPE_NODE: 10;
|
|
998
|
+
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
999
|
+
readonly NOTATION_NODE: 12;
|
|
1000
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
1001
|
+
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
1002
|
+
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
1003
|
+
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
1004
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
1005
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
1006
|
+
dispatchEvent(event: Event): boolean;
|
|
1007
|
+
ariaAtomic: string | null;
|
|
1008
|
+
ariaAutoComplete: string | null;
|
|
1009
|
+
ariaBusy: string | null;
|
|
1010
|
+
ariaChecked: string | null;
|
|
1011
|
+
ariaColCount: string | null;
|
|
1012
|
+
ariaColIndex: string | null;
|
|
1013
|
+
ariaColSpan: string | null;
|
|
1014
|
+
ariaCurrent: string | null;
|
|
1015
|
+
ariaDisabled: string | null;
|
|
1016
|
+
ariaExpanded: string | null;
|
|
1017
|
+
ariaHasPopup: string | null;
|
|
1018
|
+
ariaHidden: string | null;
|
|
1019
|
+
ariaInvalid: string | null;
|
|
1020
|
+
ariaKeyShortcuts: string | null;
|
|
1021
|
+
ariaLabel: string | null;
|
|
1022
|
+
ariaLevel: string | null;
|
|
1023
|
+
ariaLive: string | null;
|
|
1024
|
+
ariaModal: string | null;
|
|
1025
|
+
ariaMultiLine: string | null;
|
|
1026
|
+
ariaMultiSelectable: string | null;
|
|
1027
|
+
ariaOrientation: string | null;
|
|
1028
|
+
ariaPlaceholder: string | null;
|
|
1029
|
+
ariaPosInSet: string | null;
|
|
1030
|
+
ariaPressed: string | null;
|
|
1031
|
+
ariaReadOnly: string | null;
|
|
1032
|
+
ariaRequired: string | null;
|
|
1033
|
+
ariaRoleDescription: string | null;
|
|
1034
|
+
ariaRowCount: string | null;
|
|
1035
|
+
ariaRowIndex: string | null;
|
|
1036
|
+
ariaRowSpan: string | null;
|
|
1037
|
+
ariaSelected: string | null;
|
|
1038
|
+
ariaSetSize: string | null;
|
|
1039
|
+
ariaSort: string | null;
|
|
1040
|
+
ariaValueMax: string | null;
|
|
1041
|
+
ariaValueMin: string | null;
|
|
1042
|
+
ariaValueNow: string | null;
|
|
1043
|
+
ariaValueText: string | null;
|
|
1044
|
+
role: string | null;
|
|
1045
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
|
|
1046
|
+
getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
|
|
1047
|
+
after(...nodes: (string | Node)[]): void;
|
|
1048
|
+
before(...nodes: (string | Node)[]): void;
|
|
1049
|
+
remove(): void;
|
|
1050
|
+
replaceWith(...nodes: (string | Node)[]): void;
|
|
1051
|
+
innerHTML: string;
|
|
1052
|
+
readonly nextElementSibling: Element | null;
|
|
1053
|
+
readonly previousElementSibling: Element | null;
|
|
1054
|
+
readonly childElementCount: number;
|
|
1055
|
+
readonly children: HTMLCollection;
|
|
1056
|
+
readonly firstElementChild: Element | null;
|
|
1057
|
+
readonly lastElementChild: Element | null;
|
|
1058
|
+
append(...nodes: (string | Node)[]): void;
|
|
1059
|
+
prepend(...nodes: (string | Node)[]): void;
|
|
1060
|
+
querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
|
|
1061
|
+
querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
|
|
1062
|
+
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
|
|
1063
|
+
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
|
|
1064
|
+
querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
|
|
1065
|
+
querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
|
|
1066
|
+
querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
|
|
1067
|
+
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
1068
|
+
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
1069
|
+
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
1070
|
+
replaceChildren(...nodes: (string | Node)[]): void;
|
|
1071
|
+
readonly assignedSlot: HTMLSlotElement | null;
|
|
1072
|
+
readonly style: CSSStyleDeclaration;
|
|
1073
|
+
contentEditable: string;
|
|
1074
|
+
enterKeyHint: string;
|
|
1075
|
+
inputMode: string;
|
|
1076
|
+
readonly isContentEditable: boolean;
|
|
1077
|
+
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1078
|
+
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1079
|
+
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1080
|
+
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1081
|
+
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1082
|
+
onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1083
|
+
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
1084
|
+
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1085
|
+
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1086
|
+
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1087
|
+
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1088
|
+
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1089
|
+
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1090
|
+
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1091
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1092
|
+
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1093
|
+
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1094
|
+
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1095
|
+
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1096
|
+
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1097
|
+
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1098
|
+
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1099
|
+
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1100
|
+
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1101
|
+
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1102
|
+
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1103
|
+
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1104
|
+
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1105
|
+
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1106
|
+
onerror: OnErrorEventHandler;
|
|
1107
|
+
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1108
|
+
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
1109
|
+
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1110
|
+
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1111
|
+
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1112
|
+
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
1113
|
+
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
1114
|
+
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
1115
|
+
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1116
|
+
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1117
|
+
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1118
|
+
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1119
|
+
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1120
|
+
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1121
|
+
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1122
|
+
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1123
|
+
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1124
|
+
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1125
|
+
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1126
|
+
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1127
|
+
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1128
|
+
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1129
|
+
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1130
|
+
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1131
|
+
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1132
|
+
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1133
|
+
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1134
|
+
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1135
|
+
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1136
|
+
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1137
|
+
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1138
|
+
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1139
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
|
|
1140
|
+
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1141
|
+
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1142
|
+
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1143
|
+
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1144
|
+
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
1145
|
+
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1146
|
+
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1147
|
+
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1148
|
+
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1149
|
+
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1150
|
+
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1151
|
+
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1152
|
+
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
1153
|
+
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1154
|
+
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1155
|
+
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1156
|
+
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1157
|
+
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1158
|
+
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1159
|
+
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1160
|
+
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1161
|
+
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1162
|
+
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1163
|
+
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1164
|
+
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1165
|
+
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1166
|
+
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1167
|
+
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1168
|
+
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1169
|
+
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1170
|
+
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
1171
|
+
autofocus: boolean;
|
|
1172
|
+
readonly dataset: DOMStringMap;
|
|
1173
|
+
nonce?: string | undefined;
|
|
1174
|
+
tabIndex: number;
|
|
1175
|
+
blur(): void;
|
|
1176
|
+
focus(options?: FocusOptions | undefined): void;
|
|
1177
|
+
ariaColIndexText: string | null;
|
|
1178
|
+
ariaDescription: string | null;
|
|
1179
|
+
ariaRowIndexText: string | null;
|
|
1180
|
+
ariaRelevant: string | null;
|
|
1181
|
+
"__#1@#handleReplacedProp"(replacedProp: {
|
|
1182
|
+
newPropertyName: string;
|
|
1183
|
+
deprecatedPropertyName: string;
|
|
1184
|
+
fromDeprecated: (v: any) => any;
|
|
1185
|
+
toDeprecated?: ((v: any) => any) | undefined;
|
|
1186
|
+
}): void;
|
|
1187
|
+
}, any>;
|
|
472
1188
|
specialHandling: boolean;
|
|
473
1189
|
_vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
|
|
474
1190
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
@@ -494,9 +1210,9 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
|
|
|
494
1210
|
translate: boolean;
|
|
495
1211
|
attachInternals(): ElementInternals;
|
|
496
1212
|
click(): void;
|
|
497
|
-
addEventListener<
|
|
1213
|
+
addEventListener<K_26 extends keyof HTMLElementEventMap>(type: K_26, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_26]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
498
1214
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
499
|
-
removeEventListener<
|
|
1215
|
+
removeEventListener<K_27 extends keyof HTMLElementEventMap>(type: K_27, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_27]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
500
1216
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
501
1217
|
dropzone: import("dropzone");
|
|
502
1218
|
readonly attributes: NamedNodeMap;
|
|
@@ -524,10 +1240,10 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
|
|
|
524
1240
|
readonly tagName: string;
|
|
525
1241
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
526
1242
|
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
527
|
-
closest<
|
|
528
|
-
closest<
|
|
529
|
-
closest<
|
|
530
|
-
closest<
|
|
1243
|
+
closest<K_28 extends keyof HTMLElementTagNameMap>(selector: K_28): HTMLElementTagNameMap[K_28] | null;
|
|
1244
|
+
closest<K_29 extends keyof SVGElementTagNameMap>(selector: K_29): SVGElementTagNameMap[K_29] | null;
|
|
1245
|
+
closest<K_30 extends keyof MathMLElementTagNameMap>(selector: K_30): MathMLElementTagNameMap[K_30] | null;
|
|
1246
|
+
closest<E_4 extends Element = Element>(selectors: string): E_4 | null;
|
|
531
1247
|
getAttribute(qualifiedName: string): string | null;
|
|
532
1248
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
533
1249
|
getAttributeNames(): string[];
|
|
@@ -536,10 +1252,10 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
|
|
|
536
1252
|
getBoundingClientRect(): DOMRect;
|
|
537
1253
|
getClientRects(): DOMRectList;
|
|
538
1254
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
539
|
-
getElementsByTagName<
|
|
540
|
-
getElementsByTagName<
|
|
541
|
-
getElementsByTagName<
|
|
542
|
-
getElementsByTagName<
|
|
1255
|
+
getElementsByTagName<K_31 extends keyof HTMLElementTagNameMap>(qualifiedName: K_31): HTMLCollectionOf<HTMLElementTagNameMap[K_31]>;
|
|
1256
|
+
getElementsByTagName<K_32 extends keyof SVGElementTagNameMap>(qualifiedName: K_32): HTMLCollectionOf<SVGElementTagNameMap[K_32]>;
|
|
1257
|
+
getElementsByTagName<K_33 extends keyof MathMLElementTagNameMap>(qualifiedName: K_33): HTMLCollectionOf<MathMLElementTagNameMap[K_33]>;
|
|
1258
|
+
getElementsByTagName<K_34 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_34): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_34]>;
|
|
543
1259
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
544
1260
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
545
1261
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
@@ -592,7 +1308,7 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
|
|
|
592
1308
|
contains(other: Node | null): boolean;
|
|
593
1309
|
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
594
1310
|
hasChildNodes(): boolean;
|
|
595
|
-
insertBefore<
|
|
1311
|
+
insertBefore<T_5 extends Node>(node: T_5, child: Node | null): T_5;
|
|
596
1312
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
597
1313
|
isEqualNode(otherNode: Node | null): boolean;
|
|
598
1314
|
isSameNode(otherNode: Node | null): boolean;
|
|
@@ -794,33 +1510,53 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
|
|
|
794
1510
|
ariaDescription: string | null;
|
|
795
1511
|
ariaRowIndexText: string | null;
|
|
796
1512
|
ariaRelevant: string | null;
|
|
797
|
-
|
|
798
|
-
|
|
1513
|
+
"__#1@#handleReplacedProp"(replacedProp: {
|
|
1514
|
+
newPropertyName: string;
|
|
1515
|
+
deprecatedPropertyName: string;
|
|
1516
|
+
fromDeprecated: (v: any) => any;
|
|
1517
|
+
toDeprecated?: ((v: any) => any) | undefined;
|
|
1518
|
+
}): void;
|
|
1519
|
+
errorText?: string | undefined;
|
|
1520
|
+
errorTextChanged(_: string, newErrorText: string | undefined): void;
|
|
1521
|
+
"__#4@#blockValidateCalls": boolean;
|
|
1522
|
+
"__#4@#originalValidateFn": () => void;
|
|
1523
|
+
"__#4@#forceCustomError"(errorMessage: string): void;
|
|
1524
|
+
"__#4@#clearCustomErrorAndRevalidate"(): void;
|
|
1525
|
+
label?: string | undefined;
|
|
1526
|
+
errorValidationMessage: string;
|
|
1527
|
+
forceErrorDisplay: boolean;
|
|
1528
|
+
hasBeenTouched: boolean;
|
|
1529
|
+
"__#3@#handleInvalidEvent": (() => void) & (() => void);
|
|
1530
|
+
formResetCallback: (() => void) & (() => void) & (() => void) & (() => void);
|
|
1531
|
+
readonly validity: ValidityState;
|
|
1532
|
+
readonly form: HTMLFormElement | null;
|
|
1533
|
+
readonly validationMessage: string;
|
|
1534
|
+
readonly willValidate: boolean;
|
|
1535
|
+
readonly labels: readonly Node[];
|
|
799
1536
|
dirtyValue: boolean;
|
|
1537
|
+
proxySlot?: HTMLSlotElement | undefined;
|
|
1538
|
+
value: string;
|
|
1539
|
+
currentValue: string;
|
|
1540
|
+
initialValue: string;
|
|
1541
|
+
initialValueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
800
1542
|
disabled: boolean;
|
|
801
|
-
|
|
802
|
-
readonly formAssociated: boolean;
|
|
803
|
-
readonly labels: readonly Node[][];
|
|
1543
|
+
disabledChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
804
1544
|
name: string;
|
|
1545
|
+
nameChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
805
1546
|
required: boolean;
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
reportValidity: () => boolean;
|
|
822
|
-
setFormValue: (value: string | File | FormData | null, state?: string | File | FormData | null | undefined) => void;
|
|
823
|
-
setValidity: (flags?: ValidityStateFlags | undefined, message?: string | undefined, anchor?: HTMLElement | undefined) => void;
|
|
824
|
-
helperText?: string | undefined;
|
|
825
|
-
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
1547
|
+
requiredChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
1548
|
+
readonly elementInternals: ElementInternals | null;
|
|
1549
|
+
proxyEventsToBlock: string[];
|
|
1550
|
+
checkValidity: (() => boolean) & (() => boolean);
|
|
1551
|
+
reportValidity: (() => boolean) & (() => boolean);
|
|
1552
|
+
setValidity: ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void) & ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void);
|
|
1553
|
+
formDisabledCallback: ((disabled: boolean) => void) & ((disabled: boolean) => void);
|
|
1554
|
+
proxyInitialized: boolean;
|
|
1555
|
+
attachProxy: (() => void) & (() => void);
|
|
1556
|
+
detachProxy: (() => void) & (() => void);
|
|
1557
|
+
setFormValue: ((value: string | File | FormData | null, state?: string | File | FormData | null | undefined) => void) & ((value: string | File | FormData | null, state?: string | File | FormData | null | undefined) => void);
|
|
1558
|
+
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
1559
|
+
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
1560
|
+
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
1561
|
+
readonly locale: import("../../localization/Locale").Locale;
|
|
826
1562
|
} & import("../picker-field").PickerField, any>;
|