@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,4 +1,3 @@
|
|
|
1
|
-
import { type ErrorText, type FormElement } from '../../shared/patterns';
|
|
2
1
|
import { PickerField } from '../../shared/picker-field/picker-field';
|
|
3
2
|
declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
4
3
|
_dateValue(): string;
|
|
@@ -15,8 +14,8 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
15
14
|
readonly _resolvedMinDate: string;
|
|
16
15
|
readonly _resolvedMaxDate: string;
|
|
17
16
|
_isDateInValidRange(date: string): boolean;
|
|
18
|
-
"__#
|
|
19
|
-
"__#
|
|
17
|
+
"__#19@#isMonthAfterValidRange"(month: import("../shared/datetime/month").Month): boolean | "";
|
|
18
|
+
"__#19@#isMonthBeforeValidRange"(month: import("../shared/datetime/month").Month): boolean | "";
|
|
20
19
|
_isMonthInValidRange(month: import("../shared/datetime/month").Month): boolean;
|
|
21
20
|
_closePopup: ((restoreFocusToTextField?: boolean) => void) & ((restoreFocusToTextField?: boolean) => void);
|
|
22
21
|
_onPickerButtonClick: (() => void) & (() => void);
|
|
@@ -48,9 +47,6 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
48
47
|
_onMonthKeydown(month: import("../shared/datetime/month").Month, event: KeyboardEvent): boolean;
|
|
49
48
|
_onMonthFocus(month: import("../shared/datetime/month").Month): void;
|
|
50
49
|
readonly _tabbableMonth: import("../shared/datetime/month").Month | null;
|
|
51
|
-
label: string;
|
|
52
|
-
initialValue: string;
|
|
53
|
-
currentValue: string;
|
|
54
50
|
readOnly: boolean;
|
|
55
51
|
readOnlyChanged(): void;
|
|
56
52
|
_textFieldEl: import("..").VwcTextFieldElement;
|
|
@@ -58,20 +54,20 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
58
54
|
_pickerButtonEl: import("..").VwcButtonElement;
|
|
59
55
|
connectedCallback(): void;
|
|
60
56
|
disconnectedCallback(): void;
|
|
61
|
-
"__#
|
|
62
|
-
"__#
|
|
63
|
-
|
|
57
|
+
"__#18@#onFocusIn": () => void;
|
|
58
|
+
"__#18@#onFocusOut": () => void;
|
|
59
|
+
proxy: HTMLInputElement;
|
|
64
60
|
validate(): void;
|
|
65
61
|
_getCustomValidationError(): string | null;
|
|
66
|
-
"__#
|
|
62
|
+
"__#18@#localeChangeHandler": {
|
|
67
63
|
handleChange: () => void;
|
|
68
64
|
};
|
|
69
|
-
"__#
|
|
70
|
-
"__#
|
|
71
|
-
"__#
|
|
65
|
+
"__#18@#localeChangeObserver": import("@microsoft/fast-element").BindingObserver<any, any, any>;
|
|
66
|
+
"__#18@#startObservingLocaleChanges"(): void;
|
|
67
|
+
"__#18@#stopObservingLocaleChanges"(): void;
|
|
72
68
|
_popupOpen: boolean;
|
|
73
|
-
"__#
|
|
74
|
-
"__#
|
|
69
|
+
"__#18@#dismissOnClickOutside": (event: MouseEvent) => void;
|
|
70
|
+
"__#18@#openPopupIfPossible"(): void;
|
|
75
71
|
_onBaseKeyDown(event: KeyboardEvent): boolean;
|
|
76
72
|
_focusableElsWithinDialog(): NodeListOf<HTMLElement>;
|
|
77
73
|
readonly _dialogLabel: string;
|
|
@@ -86,7 +82,358 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
86
82
|
readonly _pickerButtonIcon: string;
|
|
87
83
|
_onOkClick(): void;
|
|
88
84
|
_onClearClick: (() => void) & (() => void);
|
|
89
|
-
|
|
85
|
+
helperText?: string | undefined;
|
|
86
|
+
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
87
|
+
readonly _feedbackDescribedBy: string;
|
|
88
|
+
_internalFeedback(): {
|
|
89
|
+
type: import("../shared/feedback/feedback-message").FeedbackType;
|
|
90
|
+
message: string;
|
|
91
|
+
};
|
|
92
|
+
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
93
|
+
_getFeedbackTemplate(ctx: import("../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<{
|
|
94
|
+
helperText?: string | undefined;
|
|
95
|
+
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
96
|
+
readonly _feedbackDescribedBy: string;
|
|
97
|
+
_internalFeedback(): {
|
|
98
|
+
type: import("../shared/feedback/feedback-message").FeedbackType;
|
|
99
|
+
message: string;
|
|
100
|
+
};
|
|
101
|
+
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
102
|
+
_getFeedbackTemplate(ctx: import("../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
103
|
+
specialHandling: boolean;
|
|
104
|
+
_vividAriaBehaviour: import("../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
105
|
+
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
106
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
107
|
+
connectedCallback(): void;
|
|
108
|
+
disconnectedCallback(): void;
|
|
109
|
+
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
110
|
+
accessKey: string;
|
|
111
|
+
readonly accessKeyLabel: string;
|
|
112
|
+
autocapitalize: string;
|
|
113
|
+
dir: string;
|
|
114
|
+
draggable: boolean;
|
|
115
|
+
hidden: boolean;
|
|
116
|
+
inert: boolean;
|
|
117
|
+
innerText: string;
|
|
118
|
+
lang: string;
|
|
119
|
+
readonly offsetHeight: number;
|
|
120
|
+
readonly offsetLeft: number;
|
|
121
|
+
readonly offsetParent: Element | null;
|
|
122
|
+
readonly offsetTop: number;
|
|
123
|
+
readonly offsetWidth: number;
|
|
124
|
+
outerText: string;
|
|
125
|
+
spellcheck: boolean;
|
|
126
|
+
title: string;
|
|
127
|
+
translate: boolean;
|
|
128
|
+
attachInternals(): ElementInternals;
|
|
129
|
+
click(): void;
|
|
130
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
131
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
132
|
+
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
133
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
134
|
+
dropzone: import("dropzone");
|
|
135
|
+
readonly attributes: NamedNodeMap;
|
|
136
|
+
readonly classList: DOMTokenList;
|
|
137
|
+
className: string;
|
|
138
|
+
readonly clientHeight: number;
|
|
139
|
+
readonly clientLeft: number;
|
|
140
|
+
readonly clientTop: number;
|
|
141
|
+
readonly clientWidth: number;
|
|
142
|
+
id: string;
|
|
143
|
+
readonly localName: string;
|
|
144
|
+
readonly namespaceURI: string | null;
|
|
145
|
+
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
146
|
+
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
147
|
+
outerHTML: string;
|
|
148
|
+
readonly ownerDocument: Document;
|
|
149
|
+
readonly part: DOMTokenList;
|
|
150
|
+
readonly prefix: string | null;
|
|
151
|
+
readonly scrollHeight: number;
|
|
152
|
+
scrollLeft: number;
|
|
153
|
+
scrollTop: number;
|
|
154
|
+
readonly scrollWidth: number;
|
|
155
|
+
readonly shadowRoot: ShadowRoot | null;
|
|
156
|
+
slot: string;
|
|
157
|
+
readonly tagName: string;
|
|
158
|
+
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
159
|
+
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
160
|
+
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2] | null;
|
|
161
|
+
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3] | null;
|
|
162
|
+
closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4] | null;
|
|
163
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
164
|
+
getAttribute(qualifiedName: string): string | null;
|
|
165
|
+
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
166
|
+
getAttributeNames(): string[];
|
|
167
|
+
getAttributeNode(qualifiedName: string): Attr | null;
|
|
168
|
+
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
169
|
+
getBoundingClientRect(): DOMRect;
|
|
170
|
+
getClientRects(): DOMRectList;
|
|
171
|
+
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
172
|
+
getElementsByTagName<K_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<HTMLElementTagNameMap[K_5]>;
|
|
173
|
+
getElementsByTagName<K_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_6): HTMLCollectionOf<SVGElementTagNameMap[K_6]>;
|
|
174
|
+
getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
|
|
175
|
+
getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
|
|
176
|
+
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
177
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
178
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
179
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
180
|
+
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
181
|
+
hasAttribute(qualifiedName: string): boolean;
|
|
182
|
+
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
183
|
+
hasAttributes(): boolean;
|
|
184
|
+
hasPointerCapture(pointerId: number): boolean;
|
|
185
|
+
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
186
|
+
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
187
|
+
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
188
|
+
matches(selectors: string): boolean;
|
|
189
|
+
releasePointerCapture(pointerId: number): void;
|
|
190
|
+
removeAttribute(qualifiedName: string): void;
|
|
191
|
+
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
192
|
+
removeAttributeNode(attr: Attr): Attr;
|
|
193
|
+
requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
|
|
194
|
+
requestPointerLock(): void;
|
|
195
|
+
scroll(options?: ScrollToOptions | undefined): void;
|
|
196
|
+
scroll(x: number, y: number): void;
|
|
197
|
+
scrollBy(options?: ScrollToOptions | undefined): void;
|
|
198
|
+
scrollBy(x: number, y: number): void;
|
|
199
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
|
|
200
|
+
scrollTo(options?: ScrollToOptions | undefined): void;
|
|
201
|
+
scrollTo(x: number, y: number): void;
|
|
202
|
+
setAttribute(qualifiedName: string, value: string): void;
|
|
203
|
+
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
204
|
+
setAttributeNode(attr: Attr): Attr | null;
|
|
205
|
+
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
206
|
+
setPointerCapture(pointerId: number): void;
|
|
207
|
+
toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
|
|
208
|
+
webkitMatchesSelector(selectors: string): boolean;
|
|
209
|
+
readonly baseURI: string;
|
|
210
|
+
readonly childNodes: NodeListOf<ChildNode>;
|
|
211
|
+
readonly firstChild: ChildNode | null;
|
|
212
|
+
readonly isConnected: boolean;
|
|
213
|
+
readonly lastChild: ChildNode | null;
|
|
214
|
+
readonly nextSibling: ChildNode | null;
|
|
215
|
+
readonly nodeName: string;
|
|
216
|
+
readonly nodeType: number;
|
|
217
|
+
nodeValue: string | null;
|
|
218
|
+
readonly parentElement: HTMLElement | null;
|
|
219
|
+
readonly parentNode: ParentNode | null;
|
|
220
|
+
readonly previousSibling: ChildNode | null;
|
|
221
|
+
textContent: string | null;
|
|
222
|
+
appendChild<T extends Node>(node: T): T;
|
|
223
|
+
cloneNode(deep?: boolean | undefined): Node;
|
|
224
|
+
compareDocumentPosition(other: Node): number;
|
|
225
|
+
contains(other: Node | null): boolean;
|
|
226
|
+
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
227
|
+
hasChildNodes(): boolean;
|
|
228
|
+
insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
|
|
229
|
+
isDefaultNamespace(namespace: string | null): boolean;
|
|
230
|
+
isEqualNode(otherNode: Node | null): boolean;
|
|
231
|
+
isSameNode(otherNode: Node | null): boolean;
|
|
232
|
+
lookupNamespaceURI(prefix: string | null): string | null;
|
|
233
|
+
lookupPrefix(namespace: string | null): string | null;
|
|
234
|
+
normalize(): void;
|
|
235
|
+
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
236
|
+
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
237
|
+
readonly ELEMENT_NODE: 1;
|
|
238
|
+
readonly ATTRIBUTE_NODE: 2;
|
|
239
|
+
readonly TEXT_NODE: 3;
|
|
240
|
+
readonly CDATA_SECTION_NODE: 4;
|
|
241
|
+
readonly ENTITY_REFERENCE_NODE: 5;
|
|
242
|
+
readonly ENTITY_NODE: 6;
|
|
243
|
+
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
244
|
+
readonly COMMENT_NODE: 8;
|
|
245
|
+
readonly DOCUMENT_NODE: 9;
|
|
246
|
+
readonly DOCUMENT_TYPE_NODE: 10;
|
|
247
|
+
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
248
|
+
readonly NOTATION_NODE: 12;
|
|
249
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
250
|
+
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
251
|
+
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
252
|
+
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
253
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
254
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
255
|
+
dispatchEvent(event: Event): boolean;
|
|
256
|
+
ariaAtomic: string | null;
|
|
257
|
+
ariaAutoComplete: string | null;
|
|
258
|
+
ariaBusy: string | null;
|
|
259
|
+
ariaChecked: string | null;
|
|
260
|
+
ariaColCount: string | null;
|
|
261
|
+
ariaColIndex: string | null;
|
|
262
|
+
ariaColSpan: string | null;
|
|
263
|
+
ariaCurrent: string | null;
|
|
264
|
+
ariaDisabled: string | null;
|
|
265
|
+
ariaExpanded: string | null;
|
|
266
|
+
ariaHasPopup: string | null;
|
|
267
|
+
ariaHidden: string | null;
|
|
268
|
+
ariaInvalid: string | null;
|
|
269
|
+
ariaKeyShortcuts: string | null;
|
|
270
|
+
ariaLabel: string | null;
|
|
271
|
+
ariaLevel: string | null;
|
|
272
|
+
ariaLive: string | null;
|
|
273
|
+
ariaModal: string | null;
|
|
274
|
+
ariaMultiLine: string | null;
|
|
275
|
+
ariaMultiSelectable: string | null;
|
|
276
|
+
ariaOrientation: string | null;
|
|
277
|
+
ariaPlaceholder: string | null;
|
|
278
|
+
ariaPosInSet: string | null;
|
|
279
|
+
ariaPressed: string | null;
|
|
280
|
+
ariaReadOnly: string | null;
|
|
281
|
+
ariaRequired: string | null;
|
|
282
|
+
ariaRoleDescription: string | null;
|
|
283
|
+
ariaRowCount: string | null;
|
|
284
|
+
ariaRowIndex: string | null;
|
|
285
|
+
ariaRowSpan: string | null;
|
|
286
|
+
ariaSelected: string | null;
|
|
287
|
+
ariaSetSize: string | null;
|
|
288
|
+
ariaSort: string | null;
|
|
289
|
+
ariaValueMax: string | null;
|
|
290
|
+
ariaValueMin: string | null;
|
|
291
|
+
ariaValueNow: string | null;
|
|
292
|
+
ariaValueText: string | null;
|
|
293
|
+
role: string | null;
|
|
294
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
|
|
295
|
+
getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
|
|
296
|
+
after(...nodes: (string | Node)[]): void;
|
|
297
|
+
before(...nodes: (string | Node)[]): void;
|
|
298
|
+
remove(): void;
|
|
299
|
+
replaceWith(...nodes: (string | Node)[]): void;
|
|
300
|
+
innerHTML: string;
|
|
301
|
+
readonly nextElementSibling: Element | null;
|
|
302
|
+
readonly previousElementSibling: Element | null;
|
|
303
|
+
readonly childElementCount: number;
|
|
304
|
+
readonly children: HTMLCollection;
|
|
305
|
+
readonly firstElementChild: Element | null;
|
|
306
|
+
readonly lastElementChild: Element | null;
|
|
307
|
+
append(...nodes: (string | Node)[]): void;
|
|
308
|
+
prepend(...nodes: (string | Node)[]): void;
|
|
309
|
+
querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
|
|
310
|
+
querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
|
|
311
|
+
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
|
|
312
|
+
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
|
|
313
|
+
querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
|
|
314
|
+
querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
|
|
315
|
+
querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
|
|
316
|
+
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
317
|
+
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
318
|
+
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
319
|
+
replaceChildren(...nodes: (string | Node)[]): void;
|
|
320
|
+
readonly assignedSlot: HTMLSlotElement | null;
|
|
321
|
+
readonly style: CSSStyleDeclaration;
|
|
322
|
+
contentEditable: string;
|
|
323
|
+
enterKeyHint: string;
|
|
324
|
+
inputMode: string;
|
|
325
|
+
readonly isContentEditable: boolean;
|
|
326
|
+
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
327
|
+
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
328
|
+
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
329
|
+
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
330
|
+
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
331
|
+
onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
332
|
+
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
333
|
+
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
334
|
+
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
335
|
+
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
336
|
+
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
337
|
+
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
338
|
+
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
339
|
+
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
340
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
341
|
+
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
342
|
+
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
343
|
+
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
344
|
+
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
345
|
+
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
346
|
+
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
347
|
+
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
348
|
+
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
349
|
+
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
350
|
+
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
351
|
+
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
352
|
+
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
353
|
+
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
354
|
+
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
355
|
+
onerror: OnErrorEventHandler;
|
|
356
|
+
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
357
|
+
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
358
|
+
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
359
|
+
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
360
|
+
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
361
|
+
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
362
|
+
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
363
|
+
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
364
|
+
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
365
|
+
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
366
|
+
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
367
|
+
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
368
|
+
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
369
|
+
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
370
|
+
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
371
|
+
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
372
|
+
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
373
|
+
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
374
|
+
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
375
|
+
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
376
|
+
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
377
|
+
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
378
|
+
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
379
|
+
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
380
|
+
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
381
|
+
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
382
|
+
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
383
|
+
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
384
|
+
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
385
|
+
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
386
|
+
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
387
|
+
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
388
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
|
|
389
|
+
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
390
|
+
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
391
|
+
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
392
|
+
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
393
|
+
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
394
|
+
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
395
|
+
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
396
|
+
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
397
|
+
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
398
|
+
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
399
|
+
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
400
|
+
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
401
|
+
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
402
|
+
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
403
|
+
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
404
|
+
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
405
|
+
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
406
|
+
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
407
|
+
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
408
|
+
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
409
|
+
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
410
|
+
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
411
|
+
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
412
|
+
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
413
|
+
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
414
|
+
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
415
|
+
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
416
|
+
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
417
|
+
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
418
|
+
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
419
|
+
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
420
|
+
autofocus: boolean;
|
|
421
|
+
readonly dataset: DOMStringMap;
|
|
422
|
+
nonce?: string | undefined;
|
|
423
|
+
tabIndex: number;
|
|
424
|
+
blur(): void;
|
|
425
|
+
focus(options?: FocusOptions | undefined): void;
|
|
426
|
+
ariaColIndexText: string | null;
|
|
427
|
+
ariaDescription: string | null;
|
|
428
|
+
ariaRowIndexText: string | null;
|
|
429
|
+
ariaRelevant: string | null;
|
|
430
|
+
"__#1@#handleReplacedProp"(replacedProp: {
|
|
431
|
+
newPropertyName: string;
|
|
432
|
+
deprecatedPropertyName: string;
|
|
433
|
+
fromDeprecated: (v: any) => any;
|
|
434
|
+
toDeprecated?: ((v: any) => any) | undefined;
|
|
435
|
+
}): void;
|
|
436
|
+
}, any>;
|
|
90
437
|
specialHandling: boolean;
|
|
91
438
|
_vividAriaBehaviour: import("../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
92
439
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
@@ -112,9 +459,9 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
112
459
|
translate: boolean;
|
|
113
460
|
attachInternals(): ElementInternals;
|
|
114
461
|
click(): void;
|
|
115
|
-
addEventListener<
|
|
462
|
+
addEventListener<K_17 extends keyof HTMLElementEventMap>(type: K_17, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_17]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
116
463
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
117
|
-
removeEventListener<
|
|
464
|
+
removeEventListener<K_18 extends keyof HTMLElementEventMap>(type: K_18, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_18]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
118
465
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
119
466
|
dropzone: import("dropzone");
|
|
120
467
|
readonly attributes: NamedNodeMap;
|
|
@@ -142,10 +489,10 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
142
489
|
readonly tagName: string;
|
|
143
490
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
144
491
|
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
145
|
-
closest<
|
|
146
|
-
closest<
|
|
147
|
-
closest<
|
|
148
|
-
closest<
|
|
492
|
+
closest<K_19 extends keyof HTMLElementTagNameMap>(selector: K_19): HTMLElementTagNameMap[K_19] | null;
|
|
493
|
+
closest<K_20 extends keyof SVGElementTagNameMap>(selector: K_20): SVGElementTagNameMap[K_20] | null;
|
|
494
|
+
closest<K_21 extends keyof MathMLElementTagNameMap>(selector: K_21): MathMLElementTagNameMap[K_21] | null;
|
|
495
|
+
closest<E_3 extends Element = Element>(selectors: string): E_3 | null;
|
|
149
496
|
getAttribute(qualifiedName: string): string | null;
|
|
150
497
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
151
498
|
getAttributeNames(): string[];
|
|
@@ -154,10 +501,10 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
154
501
|
getBoundingClientRect(): DOMRect;
|
|
155
502
|
getClientRects(): DOMRectList;
|
|
156
503
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
157
|
-
getElementsByTagName<
|
|
158
|
-
getElementsByTagName<
|
|
159
|
-
getElementsByTagName<
|
|
160
|
-
getElementsByTagName<
|
|
504
|
+
getElementsByTagName<K_22 extends keyof HTMLElementTagNameMap>(qualifiedName: K_22): HTMLCollectionOf<HTMLElementTagNameMap[K_22]>;
|
|
505
|
+
getElementsByTagName<K_23 extends keyof SVGElementTagNameMap>(qualifiedName: K_23): HTMLCollectionOf<SVGElementTagNameMap[K_23]>;
|
|
506
|
+
getElementsByTagName<K_24 extends keyof MathMLElementTagNameMap>(qualifiedName: K_24): HTMLCollectionOf<MathMLElementTagNameMap[K_24]>;
|
|
507
|
+
getElementsByTagName<K_25 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_25): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_25]>;
|
|
161
508
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
162
509
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
163
510
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
@@ -210,7 +557,7 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
210
557
|
contains(other: Node | null): boolean;
|
|
211
558
|
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
212
559
|
hasChildNodes(): boolean;
|
|
213
|
-
insertBefore<
|
|
560
|
+
insertBefore<T_4 extends Node>(node: T_4, child: Node | null): T_4;
|
|
214
561
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
215
562
|
isEqualNode(otherNode: Node | null): boolean;
|
|
216
563
|
isSameNode(otherNode: Node | null): boolean;
|
|
@@ -412,35 +759,55 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
412
759
|
ariaDescription: string | null;
|
|
413
760
|
ariaRowIndexText: string | null;
|
|
414
761
|
ariaRelevant: string | null;
|
|
415
|
-
|
|
416
|
-
|
|
762
|
+
"__#1@#handleReplacedProp"(replacedProp: {
|
|
763
|
+
newPropertyName: string;
|
|
764
|
+
deprecatedPropertyName: string;
|
|
765
|
+
fromDeprecated: (v: any) => any;
|
|
766
|
+
toDeprecated?: ((v: any) => any) | undefined;
|
|
767
|
+
}): void;
|
|
768
|
+
errorText?: string | undefined;
|
|
769
|
+
errorTextChanged(_: string, newErrorText: string | undefined): void;
|
|
770
|
+
"__#4@#blockValidateCalls": boolean;
|
|
771
|
+
"__#4@#originalValidateFn": () => void;
|
|
772
|
+
"__#4@#forceCustomError"(errorMessage: string): void;
|
|
773
|
+
"__#4@#clearCustomErrorAndRevalidate"(): void;
|
|
774
|
+
label?: string | undefined;
|
|
775
|
+
errorValidationMessage: string;
|
|
776
|
+
forceErrorDisplay: boolean;
|
|
777
|
+
hasBeenTouched: boolean;
|
|
778
|
+
"__#3@#handleInvalidEvent": (() => void) & (() => void);
|
|
779
|
+
formResetCallback: (() => void) & (() => void) & (() => void) & (() => void);
|
|
780
|
+
readonly validity: ValidityState;
|
|
781
|
+
readonly form: HTMLFormElement | null;
|
|
782
|
+
readonly validationMessage: string;
|
|
783
|
+
readonly willValidate: boolean;
|
|
784
|
+
readonly labels: readonly Node[];
|
|
417
785
|
dirtyValue: boolean;
|
|
786
|
+
proxySlot?: HTMLSlotElement | undefined;
|
|
787
|
+
value: string;
|
|
788
|
+
currentValue: string;
|
|
789
|
+
initialValue: string;
|
|
790
|
+
initialValueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
418
791
|
disabled: boolean;
|
|
419
|
-
|
|
420
|
-
readonly formAssociated: boolean;
|
|
421
|
-
readonly labels: readonly Node[][];
|
|
792
|
+
disabledChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
422
793
|
name: string;
|
|
794
|
+
nameChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
423
795
|
required: boolean;
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
reportValidity: () => boolean;
|
|
440
|
-
setFormValue: (value: string | File | FormData | null, state?: string | File | FormData | null | undefined) => void;
|
|
441
|
-
setValidity: (flags?: ValidityStateFlags | undefined, message?: string | undefined, anchor?: HTMLElement | undefined) => void;
|
|
442
|
-
helperText?: string | undefined;
|
|
443
|
-
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
796
|
+
requiredChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
797
|
+
readonly elementInternals: ElementInternals | null;
|
|
798
|
+
proxyEventsToBlock: string[];
|
|
799
|
+
checkValidity: (() => boolean) & (() => boolean);
|
|
800
|
+
reportValidity: (() => boolean) & (() => boolean);
|
|
801
|
+
setValidity: ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void) & ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void);
|
|
802
|
+
formDisabledCallback: ((disabled: boolean) => void) & ((disabled: boolean) => void);
|
|
803
|
+
proxyInitialized: boolean;
|
|
804
|
+
attachProxy: (() => void) & (() => void);
|
|
805
|
+
detachProxy: (() => void) & (() => void);
|
|
806
|
+
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);
|
|
807
|
+
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
808
|
+
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
809
|
+
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
810
|
+
readonly locale: import("../shared/localization/Locale").Locale;
|
|
444
811
|
_isValidValue(value: string): boolean;
|
|
445
812
|
_toPresentationValue(value: string): string;
|
|
446
813
|
_parsePresentationValue(presentationValue: string): string;
|
|
@@ -456,9 +823,6 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
456
823
|
_onTextFieldChange(): void;
|
|
457
824
|
_isPresentationValueInvalid(): boolean;
|
|
458
825
|
_onClearClick(): void;
|
|
459
|
-
label: string;
|
|
460
|
-
initialValue: string;
|
|
461
|
-
currentValue: string;
|
|
462
826
|
readOnly: boolean;
|
|
463
827
|
readOnlyChanged(): void;
|
|
464
828
|
_textFieldEl: import("..").VwcTextFieldElement;
|
|
@@ -466,20 +830,20 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
466
830
|
_pickerButtonEl: import("..").VwcButtonElement;
|
|
467
831
|
connectedCallback(): void;
|
|
468
832
|
disconnectedCallback(): void;
|
|
469
|
-
"__#
|
|
470
|
-
"__#
|
|
471
|
-
|
|
833
|
+
"__#18@#onFocusIn": () => void;
|
|
834
|
+
"__#18@#onFocusOut": () => void;
|
|
835
|
+
proxy: HTMLInputElement;
|
|
472
836
|
validate(): void;
|
|
473
837
|
_getCustomValidationError(): string | null;
|
|
474
|
-
"__#
|
|
838
|
+
"__#18@#localeChangeHandler": {
|
|
475
839
|
handleChange: () => void;
|
|
476
840
|
};
|
|
477
|
-
"__#
|
|
478
|
-
"__#
|
|
479
|
-
"__#
|
|
841
|
+
"__#18@#localeChangeObserver": import("@microsoft/fast-element").BindingObserver<any, any, any>;
|
|
842
|
+
"__#18@#startObservingLocaleChanges"(): void;
|
|
843
|
+
"__#18@#stopObservingLocaleChanges"(): void;
|
|
480
844
|
_popupOpen: boolean;
|
|
481
|
-
"__#
|
|
482
|
-
"__#
|
|
845
|
+
"__#18@#dismissOnClickOutside": (event: MouseEvent) => void;
|
|
846
|
+
"__#18@#openPopupIfPossible"(): void;
|
|
483
847
|
_closePopup(restoreFocusToTextField?: boolean): void;
|
|
484
848
|
_onBaseKeyDown(event: KeyboardEvent): boolean;
|
|
485
849
|
_focusableElsWithinDialog(): NodeListOf<HTMLElement>;
|
|
@@ -493,7 +857,358 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
493
857
|
readonly _pickerButtonIcon: string;
|
|
494
858
|
_onPickerButtonClick(): void;
|
|
495
859
|
_onOkClick(): void;
|
|
496
|
-
|
|
860
|
+
helperText?: string | undefined;
|
|
861
|
+
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
862
|
+
readonly _feedbackDescribedBy: string;
|
|
863
|
+
_internalFeedback(): {
|
|
864
|
+
type: import("../shared/feedback/feedback-message").FeedbackType;
|
|
865
|
+
message: string;
|
|
866
|
+
};
|
|
867
|
+
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
868
|
+
_getFeedbackTemplate(ctx: import("../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<{
|
|
869
|
+
helperText?: string | undefined;
|
|
870
|
+
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
871
|
+
readonly _feedbackDescribedBy: string;
|
|
872
|
+
_internalFeedback(): {
|
|
873
|
+
type: import("../shared/feedback/feedback-message").FeedbackType;
|
|
874
|
+
message: string;
|
|
875
|
+
};
|
|
876
|
+
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
877
|
+
_getFeedbackTemplate(ctx: import("../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
878
|
+
specialHandling: boolean;
|
|
879
|
+
_vividAriaBehaviour: import("../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
880
|
+
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
881
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
882
|
+
connectedCallback(): void;
|
|
883
|
+
disconnectedCallback(): void;
|
|
884
|
+
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
885
|
+
accessKey: string;
|
|
886
|
+
readonly accessKeyLabel: string;
|
|
887
|
+
autocapitalize: string;
|
|
888
|
+
dir: string;
|
|
889
|
+
draggable: boolean;
|
|
890
|
+
hidden: boolean;
|
|
891
|
+
inert: boolean;
|
|
892
|
+
innerText: string;
|
|
893
|
+
lang: string;
|
|
894
|
+
readonly offsetHeight: number;
|
|
895
|
+
readonly offsetLeft: number;
|
|
896
|
+
readonly offsetParent: Element | null;
|
|
897
|
+
readonly offsetTop: number;
|
|
898
|
+
readonly offsetWidth: number;
|
|
899
|
+
outerText: string;
|
|
900
|
+
spellcheck: boolean;
|
|
901
|
+
title: string;
|
|
902
|
+
translate: boolean;
|
|
903
|
+
attachInternals(): ElementInternals;
|
|
904
|
+
click(): void;
|
|
905
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
906
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
907
|
+
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
908
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
909
|
+
dropzone: import("dropzone");
|
|
910
|
+
readonly attributes: NamedNodeMap;
|
|
911
|
+
readonly classList: DOMTokenList;
|
|
912
|
+
className: string;
|
|
913
|
+
readonly clientHeight: number;
|
|
914
|
+
readonly clientLeft: number;
|
|
915
|
+
readonly clientTop: number;
|
|
916
|
+
readonly clientWidth: number;
|
|
917
|
+
id: string;
|
|
918
|
+
readonly localName: string;
|
|
919
|
+
readonly namespaceURI: string | null;
|
|
920
|
+
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
921
|
+
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
922
|
+
outerHTML: string;
|
|
923
|
+
readonly ownerDocument: Document;
|
|
924
|
+
readonly part: DOMTokenList;
|
|
925
|
+
readonly prefix: string | null;
|
|
926
|
+
readonly scrollHeight: number;
|
|
927
|
+
scrollLeft: number;
|
|
928
|
+
scrollTop: number;
|
|
929
|
+
readonly scrollWidth: number;
|
|
930
|
+
readonly shadowRoot: ShadowRoot | null;
|
|
931
|
+
slot: string;
|
|
932
|
+
readonly tagName: string;
|
|
933
|
+
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
934
|
+
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
935
|
+
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2] | null;
|
|
936
|
+
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3] | null;
|
|
937
|
+
closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4] | null;
|
|
938
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
939
|
+
getAttribute(qualifiedName: string): string | null;
|
|
940
|
+
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
941
|
+
getAttributeNames(): string[];
|
|
942
|
+
getAttributeNode(qualifiedName: string): Attr | null;
|
|
943
|
+
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
944
|
+
getBoundingClientRect(): DOMRect;
|
|
945
|
+
getClientRects(): DOMRectList;
|
|
946
|
+
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
947
|
+
getElementsByTagName<K_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<HTMLElementTagNameMap[K_5]>;
|
|
948
|
+
getElementsByTagName<K_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_6): HTMLCollectionOf<SVGElementTagNameMap[K_6]>;
|
|
949
|
+
getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
|
|
950
|
+
getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
|
|
951
|
+
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
952
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
953
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
954
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
955
|
+
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
956
|
+
hasAttribute(qualifiedName: string): boolean;
|
|
957
|
+
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
958
|
+
hasAttributes(): boolean;
|
|
959
|
+
hasPointerCapture(pointerId: number): boolean;
|
|
960
|
+
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
961
|
+
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
962
|
+
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
963
|
+
matches(selectors: string): boolean;
|
|
964
|
+
releasePointerCapture(pointerId: number): void;
|
|
965
|
+
removeAttribute(qualifiedName: string): void;
|
|
966
|
+
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
967
|
+
removeAttributeNode(attr: Attr): Attr;
|
|
968
|
+
requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
|
|
969
|
+
requestPointerLock(): void;
|
|
970
|
+
scroll(options?: ScrollToOptions | undefined): void;
|
|
971
|
+
scroll(x: number, y: number): void;
|
|
972
|
+
scrollBy(options?: ScrollToOptions | undefined): void;
|
|
973
|
+
scrollBy(x: number, y: number): void;
|
|
974
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
|
|
975
|
+
scrollTo(options?: ScrollToOptions | undefined): void;
|
|
976
|
+
scrollTo(x: number, y: number): void;
|
|
977
|
+
setAttribute(qualifiedName: string, value: string): void;
|
|
978
|
+
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
979
|
+
setAttributeNode(attr: Attr): Attr | null;
|
|
980
|
+
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
981
|
+
setPointerCapture(pointerId: number): void;
|
|
982
|
+
toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
|
|
983
|
+
webkitMatchesSelector(selectors: string): boolean;
|
|
984
|
+
readonly baseURI: string;
|
|
985
|
+
readonly childNodes: NodeListOf<ChildNode>;
|
|
986
|
+
readonly firstChild: ChildNode | null;
|
|
987
|
+
readonly isConnected: boolean;
|
|
988
|
+
readonly lastChild: ChildNode | null;
|
|
989
|
+
readonly nextSibling: ChildNode | null;
|
|
990
|
+
readonly nodeName: string;
|
|
991
|
+
readonly nodeType: number;
|
|
992
|
+
nodeValue: string | null;
|
|
993
|
+
readonly parentElement: HTMLElement | null;
|
|
994
|
+
readonly parentNode: ParentNode | null;
|
|
995
|
+
readonly previousSibling: ChildNode | null;
|
|
996
|
+
textContent: string | null;
|
|
997
|
+
appendChild<T extends Node>(node: T): T;
|
|
998
|
+
cloneNode(deep?: boolean | undefined): Node;
|
|
999
|
+
compareDocumentPosition(other: Node): number;
|
|
1000
|
+
contains(other: Node | null): boolean;
|
|
1001
|
+
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
1002
|
+
hasChildNodes(): boolean;
|
|
1003
|
+
insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
|
|
1004
|
+
isDefaultNamespace(namespace: string | null): boolean;
|
|
1005
|
+
isEqualNode(otherNode: Node | null): boolean;
|
|
1006
|
+
isSameNode(otherNode: Node | null): boolean;
|
|
1007
|
+
lookupNamespaceURI(prefix: string | null): string | null;
|
|
1008
|
+
lookupPrefix(namespace: string | null): string | null;
|
|
1009
|
+
normalize(): void;
|
|
1010
|
+
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
1011
|
+
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
1012
|
+
readonly ELEMENT_NODE: 1;
|
|
1013
|
+
readonly ATTRIBUTE_NODE: 2;
|
|
1014
|
+
readonly TEXT_NODE: 3;
|
|
1015
|
+
readonly CDATA_SECTION_NODE: 4;
|
|
1016
|
+
readonly ENTITY_REFERENCE_NODE: 5;
|
|
1017
|
+
readonly ENTITY_NODE: 6;
|
|
1018
|
+
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
1019
|
+
readonly COMMENT_NODE: 8;
|
|
1020
|
+
readonly DOCUMENT_NODE: 9;
|
|
1021
|
+
readonly DOCUMENT_TYPE_NODE: 10;
|
|
1022
|
+
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
1023
|
+
readonly NOTATION_NODE: 12;
|
|
1024
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
1025
|
+
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
1026
|
+
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
1027
|
+
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
1028
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
1029
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
1030
|
+
dispatchEvent(event: Event): boolean;
|
|
1031
|
+
ariaAtomic: string | null;
|
|
1032
|
+
ariaAutoComplete: string | null;
|
|
1033
|
+
ariaBusy: string | null;
|
|
1034
|
+
ariaChecked: string | null;
|
|
1035
|
+
ariaColCount: string | null;
|
|
1036
|
+
ariaColIndex: string | null;
|
|
1037
|
+
ariaColSpan: string | null;
|
|
1038
|
+
ariaCurrent: string | null;
|
|
1039
|
+
ariaDisabled: string | null;
|
|
1040
|
+
ariaExpanded: string | null;
|
|
1041
|
+
ariaHasPopup: string | null;
|
|
1042
|
+
ariaHidden: string | null;
|
|
1043
|
+
ariaInvalid: string | null;
|
|
1044
|
+
ariaKeyShortcuts: string | null;
|
|
1045
|
+
ariaLabel: string | null;
|
|
1046
|
+
ariaLevel: string | null;
|
|
1047
|
+
ariaLive: string | null;
|
|
1048
|
+
ariaModal: string | null;
|
|
1049
|
+
ariaMultiLine: string | null;
|
|
1050
|
+
ariaMultiSelectable: string | null;
|
|
1051
|
+
ariaOrientation: string | null;
|
|
1052
|
+
ariaPlaceholder: string | null;
|
|
1053
|
+
ariaPosInSet: string | null;
|
|
1054
|
+
ariaPressed: string | null;
|
|
1055
|
+
ariaReadOnly: string | null;
|
|
1056
|
+
ariaRequired: string | null;
|
|
1057
|
+
ariaRoleDescription: string | null;
|
|
1058
|
+
ariaRowCount: string | null;
|
|
1059
|
+
ariaRowIndex: string | null;
|
|
1060
|
+
ariaRowSpan: string | null;
|
|
1061
|
+
ariaSelected: string | null;
|
|
1062
|
+
ariaSetSize: string | null;
|
|
1063
|
+
ariaSort: string | null;
|
|
1064
|
+
ariaValueMax: string | null;
|
|
1065
|
+
ariaValueMin: string | null;
|
|
1066
|
+
ariaValueNow: string | null;
|
|
1067
|
+
ariaValueText: string | null;
|
|
1068
|
+
role: string | null;
|
|
1069
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
|
|
1070
|
+
getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
|
|
1071
|
+
after(...nodes: (string | Node)[]): void;
|
|
1072
|
+
before(...nodes: (string | Node)[]): void;
|
|
1073
|
+
remove(): void;
|
|
1074
|
+
replaceWith(...nodes: (string | Node)[]): void;
|
|
1075
|
+
innerHTML: string;
|
|
1076
|
+
readonly nextElementSibling: Element | null;
|
|
1077
|
+
readonly previousElementSibling: Element | null;
|
|
1078
|
+
readonly childElementCount: number;
|
|
1079
|
+
readonly children: HTMLCollection;
|
|
1080
|
+
readonly firstElementChild: Element | null;
|
|
1081
|
+
readonly lastElementChild: Element | null;
|
|
1082
|
+
append(...nodes: (string | Node)[]): void;
|
|
1083
|
+
prepend(...nodes: (string | Node)[]): void;
|
|
1084
|
+
querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
|
|
1085
|
+
querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
|
|
1086
|
+
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
|
|
1087
|
+
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
|
|
1088
|
+
querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
|
|
1089
|
+
querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
|
|
1090
|
+
querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
|
|
1091
|
+
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
1092
|
+
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
1093
|
+
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
1094
|
+
replaceChildren(...nodes: (string | Node)[]): void;
|
|
1095
|
+
readonly assignedSlot: HTMLSlotElement | null;
|
|
1096
|
+
readonly style: CSSStyleDeclaration;
|
|
1097
|
+
contentEditable: string;
|
|
1098
|
+
enterKeyHint: string;
|
|
1099
|
+
inputMode: string;
|
|
1100
|
+
readonly isContentEditable: boolean;
|
|
1101
|
+
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1102
|
+
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1103
|
+
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1104
|
+
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1105
|
+
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1106
|
+
onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1107
|
+
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
1108
|
+
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1109
|
+
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1110
|
+
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1111
|
+
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1112
|
+
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1113
|
+
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1114
|
+
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1115
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1116
|
+
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1117
|
+
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1118
|
+
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1119
|
+
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1120
|
+
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1121
|
+
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1122
|
+
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1123
|
+
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1124
|
+
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1125
|
+
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1126
|
+
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1127
|
+
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1128
|
+
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1129
|
+
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1130
|
+
onerror: OnErrorEventHandler;
|
|
1131
|
+
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1132
|
+
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
1133
|
+
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1134
|
+
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1135
|
+
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1136
|
+
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
1137
|
+
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
1138
|
+
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
1139
|
+
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1140
|
+
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1141
|
+
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1142
|
+
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1143
|
+
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1144
|
+
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1145
|
+
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1146
|
+
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1147
|
+
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1148
|
+
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1149
|
+
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1150
|
+
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1151
|
+
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1152
|
+
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1153
|
+
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1154
|
+
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1155
|
+
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1156
|
+
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1157
|
+
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1158
|
+
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1159
|
+
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1160
|
+
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1161
|
+
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1162
|
+
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1163
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
|
|
1164
|
+
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1165
|
+
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1166
|
+
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1167
|
+
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1168
|
+
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
1169
|
+
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1170
|
+
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1171
|
+
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1172
|
+
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1173
|
+
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1174
|
+
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1175
|
+
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1176
|
+
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
1177
|
+
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1178
|
+
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1179
|
+
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1180
|
+
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1181
|
+
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1182
|
+
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1183
|
+
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1184
|
+
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1185
|
+
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1186
|
+
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1187
|
+
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1188
|
+
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1189
|
+
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1190
|
+
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1191
|
+
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1192
|
+
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1193
|
+
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1194
|
+
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
1195
|
+
autofocus: boolean;
|
|
1196
|
+
readonly dataset: DOMStringMap;
|
|
1197
|
+
nonce?: string | undefined;
|
|
1198
|
+
tabIndex: number;
|
|
1199
|
+
blur(): void;
|
|
1200
|
+
focus(options?: FocusOptions | undefined): void;
|
|
1201
|
+
ariaColIndexText: string | null;
|
|
1202
|
+
ariaDescription: string | null;
|
|
1203
|
+
ariaRowIndexText: string | null;
|
|
1204
|
+
ariaRelevant: string | null;
|
|
1205
|
+
"__#1@#handleReplacedProp"(replacedProp: {
|
|
1206
|
+
newPropertyName: string;
|
|
1207
|
+
deprecatedPropertyName: string;
|
|
1208
|
+
fromDeprecated: (v: any) => any;
|
|
1209
|
+
toDeprecated?: ((v: any) => any) | undefined;
|
|
1210
|
+
}): void;
|
|
1211
|
+
}, any>;
|
|
497
1212
|
specialHandling: boolean;
|
|
498
1213
|
_vividAriaBehaviour: import("../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
499
1214
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
@@ -519,9 +1234,9 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
519
1234
|
translate: boolean;
|
|
520
1235
|
attachInternals(): ElementInternals;
|
|
521
1236
|
click(): void;
|
|
522
|
-
addEventListener<
|
|
1237
|
+
addEventListener<K_26 extends keyof HTMLElementEventMap>(type: K_26, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_26]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
523
1238
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
524
|
-
removeEventListener<
|
|
1239
|
+
removeEventListener<K_27 extends keyof HTMLElementEventMap>(type: K_27, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_27]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
525
1240
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
526
1241
|
dropzone: import("dropzone");
|
|
527
1242
|
readonly attributes: NamedNodeMap;
|
|
@@ -549,10 +1264,10 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
549
1264
|
readonly tagName: string;
|
|
550
1265
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
551
1266
|
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
552
|
-
closest<
|
|
553
|
-
closest<
|
|
554
|
-
closest<
|
|
555
|
-
closest<
|
|
1267
|
+
closest<K_28 extends keyof HTMLElementTagNameMap>(selector: K_28): HTMLElementTagNameMap[K_28] | null;
|
|
1268
|
+
closest<K_29 extends keyof SVGElementTagNameMap>(selector: K_29): SVGElementTagNameMap[K_29] | null;
|
|
1269
|
+
closest<K_30 extends keyof MathMLElementTagNameMap>(selector: K_30): MathMLElementTagNameMap[K_30] | null;
|
|
1270
|
+
closest<E_4 extends Element = Element>(selectors: string): E_4 | null;
|
|
556
1271
|
getAttribute(qualifiedName: string): string | null;
|
|
557
1272
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
558
1273
|
getAttributeNames(): string[];
|
|
@@ -561,10 +1276,10 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
561
1276
|
getBoundingClientRect(): DOMRect;
|
|
562
1277
|
getClientRects(): DOMRectList;
|
|
563
1278
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
564
|
-
getElementsByTagName<
|
|
565
|
-
getElementsByTagName<
|
|
566
|
-
getElementsByTagName<
|
|
567
|
-
getElementsByTagName<
|
|
1279
|
+
getElementsByTagName<K_31 extends keyof HTMLElementTagNameMap>(qualifiedName: K_31): HTMLCollectionOf<HTMLElementTagNameMap[K_31]>;
|
|
1280
|
+
getElementsByTagName<K_32 extends keyof SVGElementTagNameMap>(qualifiedName: K_32): HTMLCollectionOf<SVGElementTagNameMap[K_32]>;
|
|
1281
|
+
getElementsByTagName<K_33 extends keyof MathMLElementTagNameMap>(qualifiedName: K_33): HTMLCollectionOf<MathMLElementTagNameMap[K_33]>;
|
|
1282
|
+
getElementsByTagName<K_34 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_34): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_34]>;
|
|
568
1283
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
569
1284
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
570
1285
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
@@ -617,7 +1332,7 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
617
1332
|
contains(other: Node | null): boolean;
|
|
618
1333
|
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
619
1334
|
hasChildNodes(): boolean;
|
|
620
|
-
insertBefore<
|
|
1335
|
+
insertBefore<T_5 extends Node>(node: T_5, child: Node | null): T_5;
|
|
621
1336
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
622
1337
|
isEqualNode(otherNode: Node | null): boolean;
|
|
623
1338
|
isSameNode(otherNode: Node | null): boolean;
|
|
@@ -819,35 +1534,55 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
819
1534
|
ariaDescription: string | null;
|
|
820
1535
|
ariaRowIndexText: string | null;
|
|
821
1536
|
ariaRelevant: string | null;
|
|
822
|
-
|
|
823
|
-
|
|
1537
|
+
"__#1@#handleReplacedProp"(replacedProp: {
|
|
1538
|
+
newPropertyName: string;
|
|
1539
|
+
deprecatedPropertyName: string;
|
|
1540
|
+
fromDeprecated: (v: any) => any;
|
|
1541
|
+
toDeprecated?: ((v: any) => any) | undefined;
|
|
1542
|
+
}): void;
|
|
1543
|
+
errorText?: string | undefined;
|
|
1544
|
+
errorTextChanged(_: string, newErrorText: string | undefined): void;
|
|
1545
|
+
"__#4@#blockValidateCalls": boolean;
|
|
1546
|
+
"__#4@#originalValidateFn": () => void;
|
|
1547
|
+
"__#4@#forceCustomError"(errorMessage: string): void;
|
|
1548
|
+
"__#4@#clearCustomErrorAndRevalidate"(): void;
|
|
1549
|
+
label?: string | undefined;
|
|
1550
|
+
errorValidationMessage: string;
|
|
1551
|
+
forceErrorDisplay: boolean;
|
|
1552
|
+
hasBeenTouched: boolean;
|
|
1553
|
+
"__#3@#handleInvalidEvent": (() => void) & (() => void);
|
|
1554
|
+
formResetCallback: (() => void) & (() => void) & (() => void) & (() => void);
|
|
1555
|
+
readonly validity: ValidityState;
|
|
1556
|
+
readonly form: HTMLFormElement | null;
|
|
1557
|
+
readonly validationMessage: string;
|
|
1558
|
+
readonly willValidate: boolean;
|
|
1559
|
+
readonly labels: readonly Node[];
|
|
824
1560
|
dirtyValue: boolean;
|
|
1561
|
+
proxySlot?: HTMLSlotElement | undefined;
|
|
1562
|
+
value: string;
|
|
1563
|
+
currentValue: string;
|
|
1564
|
+
initialValue: string;
|
|
1565
|
+
initialValueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
825
1566
|
disabled: boolean;
|
|
826
|
-
|
|
827
|
-
readonly formAssociated: boolean;
|
|
828
|
-
readonly labels: readonly Node[][];
|
|
1567
|
+
disabledChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
829
1568
|
name: string;
|
|
1569
|
+
nameChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
830
1570
|
required: boolean;
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
reportValidity: () => boolean;
|
|
847
|
-
setFormValue: (value: string | File | FormData | null, state?: string | File | FormData | null | undefined) => void;
|
|
848
|
-
setValidity: (flags?: ValidityStateFlags | undefined, message?: string | undefined, anchor?: HTMLElement | undefined) => void;
|
|
849
|
-
helperText?: string | undefined;
|
|
850
|
-
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
1571
|
+
requiredChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
1572
|
+
readonly elementInternals: ElementInternals | null;
|
|
1573
|
+
proxyEventsToBlock: string[];
|
|
1574
|
+
checkValidity: (() => boolean) & (() => boolean);
|
|
1575
|
+
reportValidity: (() => boolean) & (() => boolean);
|
|
1576
|
+
setValidity: ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void) & ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void);
|
|
1577
|
+
formDisabledCallback: ((disabled: boolean) => void) & ((disabled: boolean) => void);
|
|
1578
|
+
proxyInitialized: boolean;
|
|
1579
|
+
attachProxy: (() => void) & (() => void);
|
|
1580
|
+
detachProxy: (() => void) & (() => void);
|
|
1581
|
+
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);
|
|
1582
|
+
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
1583
|
+
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
1584
|
+
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
1585
|
+
readonly locale: import("../shared/localization/Locale").Locale;
|
|
851
1586
|
}) & (abstract new (...args: any[]) => {
|
|
852
1587
|
min: string;
|
|
853
1588
|
minChanged(_: string, newMin: string): void;
|
|
@@ -860,8 +1595,8 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
860
1595
|
_currentDate: string;
|
|
861
1596
|
_currentMonth: import("../shared/datetime/month").Month;
|
|
862
1597
|
_isDateInValidRange(date: string): boolean;
|
|
863
|
-
"__#
|
|
864
|
-
"__#
|
|
1598
|
+
"__#19@#isMonthAfterValidRange"(month: import("../shared/datetime/month").Month): boolean | "";
|
|
1599
|
+
"__#19@#isMonthBeforeValidRange"(month: import("../shared/datetime/month").Month): boolean | "";
|
|
865
1600
|
_isMonthInValidRange(month: import("../shared/datetime/month").Month): boolean;
|
|
866
1601
|
_closePopup: ((restoreFocusToTextField?: boolean) => void) & ((restoreFocusToTextField?: boolean) => void);
|
|
867
1602
|
_onPickerButtonClick: (() => void) & (() => void);
|
|
@@ -897,9 +1632,6 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
897
1632
|
_onMonthKeydown(month: import("../shared/datetime/month").Month, event: KeyboardEvent): boolean;
|
|
898
1633
|
_onMonthFocus(month: import("../shared/datetime/month").Month): void;
|
|
899
1634
|
readonly _tabbableMonth: import("../shared/datetime/month").Month | null;
|
|
900
|
-
label: string;
|
|
901
|
-
initialValue: string;
|
|
902
|
-
currentValue: string;
|
|
903
1635
|
readOnly: boolean;
|
|
904
1636
|
readOnlyChanged(): void;
|
|
905
1637
|
_textFieldEl: import("..").VwcTextFieldElement;
|
|
@@ -907,20 +1639,20 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
907
1639
|
_pickerButtonEl: import("..").VwcButtonElement;
|
|
908
1640
|
connectedCallback(): void;
|
|
909
1641
|
disconnectedCallback(): void;
|
|
910
|
-
"__#
|
|
911
|
-
"__#
|
|
912
|
-
|
|
1642
|
+
"__#18@#onFocusIn": () => void;
|
|
1643
|
+
"__#18@#onFocusOut": () => void;
|
|
1644
|
+
proxy: HTMLInputElement;
|
|
913
1645
|
validate(): void;
|
|
914
1646
|
_getCustomValidationError(): string | null;
|
|
915
|
-
"__#
|
|
1647
|
+
"__#18@#localeChangeHandler": {
|
|
916
1648
|
handleChange: () => void;
|
|
917
1649
|
};
|
|
918
|
-
"__#
|
|
919
|
-
"__#
|
|
920
|
-
"__#
|
|
1650
|
+
"__#18@#localeChangeObserver": import("@microsoft/fast-element").BindingObserver<any, any, any>;
|
|
1651
|
+
"__#18@#startObservingLocaleChanges"(): void;
|
|
1652
|
+
"__#18@#stopObservingLocaleChanges"(): void;
|
|
921
1653
|
_popupOpen: boolean;
|
|
922
|
-
"__#
|
|
923
|
-
"__#
|
|
1654
|
+
"__#18@#dismissOnClickOutside": (event: MouseEvent) => void;
|
|
1655
|
+
"__#18@#openPopupIfPossible"(): void;
|
|
924
1656
|
_onBaseKeyDown(event: KeyboardEvent): boolean;
|
|
925
1657
|
_focusableElsWithinDialog(): NodeListOf<HTMLElement>;
|
|
926
1658
|
readonly _dialogLabel: string;
|
|
@@ -935,7 +1667,358 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
935
1667
|
readonly _pickerButtonIcon: string;
|
|
936
1668
|
_onOkClick(): void;
|
|
937
1669
|
_onClearClick(): void;
|
|
938
|
-
|
|
1670
|
+
helperText?: string | undefined;
|
|
1671
|
+
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
1672
|
+
readonly _feedbackDescribedBy: string;
|
|
1673
|
+
_internalFeedback(): {
|
|
1674
|
+
type: import("../shared/feedback/feedback-message").FeedbackType;
|
|
1675
|
+
message: string;
|
|
1676
|
+
};
|
|
1677
|
+
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
1678
|
+
_getFeedbackTemplate(ctx: import("../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<{
|
|
1679
|
+
helperText?: string | undefined;
|
|
1680
|
+
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
1681
|
+
readonly _feedbackDescribedBy: string;
|
|
1682
|
+
_internalFeedback(): {
|
|
1683
|
+
type: import("../shared/feedback/feedback-message").FeedbackType;
|
|
1684
|
+
message: string;
|
|
1685
|
+
};
|
|
1686
|
+
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
1687
|
+
_getFeedbackTemplate(ctx: import("../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
1688
|
+
specialHandling: boolean;
|
|
1689
|
+
_vividAriaBehaviour: import("../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
1690
|
+
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
1691
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
1692
|
+
connectedCallback(): void;
|
|
1693
|
+
disconnectedCallback(): void;
|
|
1694
|
+
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
1695
|
+
accessKey: string;
|
|
1696
|
+
readonly accessKeyLabel: string;
|
|
1697
|
+
autocapitalize: string;
|
|
1698
|
+
dir: string;
|
|
1699
|
+
draggable: boolean;
|
|
1700
|
+
hidden: boolean;
|
|
1701
|
+
inert: boolean;
|
|
1702
|
+
innerText: string;
|
|
1703
|
+
lang: string;
|
|
1704
|
+
readonly offsetHeight: number;
|
|
1705
|
+
readonly offsetLeft: number;
|
|
1706
|
+
readonly offsetParent: Element | null;
|
|
1707
|
+
readonly offsetTop: number;
|
|
1708
|
+
readonly offsetWidth: number;
|
|
1709
|
+
outerText: string;
|
|
1710
|
+
spellcheck: boolean;
|
|
1711
|
+
title: string;
|
|
1712
|
+
translate: boolean;
|
|
1713
|
+
attachInternals(): ElementInternals;
|
|
1714
|
+
click(): void;
|
|
1715
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
1716
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
1717
|
+
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
1718
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
1719
|
+
dropzone: import("dropzone");
|
|
1720
|
+
readonly attributes: NamedNodeMap;
|
|
1721
|
+
readonly classList: DOMTokenList;
|
|
1722
|
+
className: string;
|
|
1723
|
+
readonly clientHeight: number;
|
|
1724
|
+
readonly clientLeft: number;
|
|
1725
|
+
readonly clientTop: number;
|
|
1726
|
+
readonly clientWidth: number;
|
|
1727
|
+
id: string;
|
|
1728
|
+
readonly localName: string;
|
|
1729
|
+
readonly namespaceURI: string | null;
|
|
1730
|
+
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
1731
|
+
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
1732
|
+
outerHTML: string;
|
|
1733
|
+
readonly ownerDocument: Document;
|
|
1734
|
+
readonly part: DOMTokenList;
|
|
1735
|
+
readonly prefix: string | null;
|
|
1736
|
+
readonly scrollHeight: number;
|
|
1737
|
+
scrollLeft: number;
|
|
1738
|
+
scrollTop: number;
|
|
1739
|
+
readonly scrollWidth: number;
|
|
1740
|
+
readonly shadowRoot: ShadowRoot | null;
|
|
1741
|
+
slot: string;
|
|
1742
|
+
readonly tagName: string;
|
|
1743
|
+
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1744
|
+
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
1745
|
+
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2] | null;
|
|
1746
|
+
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3] | null;
|
|
1747
|
+
closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4] | null;
|
|
1748
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
1749
|
+
getAttribute(qualifiedName: string): string | null;
|
|
1750
|
+
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
1751
|
+
getAttributeNames(): string[];
|
|
1752
|
+
getAttributeNode(qualifiedName: string): Attr | null;
|
|
1753
|
+
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
1754
|
+
getBoundingClientRect(): DOMRect;
|
|
1755
|
+
getClientRects(): DOMRectList;
|
|
1756
|
+
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
1757
|
+
getElementsByTagName<K_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<HTMLElementTagNameMap[K_5]>;
|
|
1758
|
+
getElementsByTagName<K_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_6): HTMLCollectionOf<SVGElementTagNameMap[K_6]>;
|
|
1759
|
+
getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
|
|
1760
|
+
getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
|
|
1761
|
+
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1762
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1763
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
1764
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
1765
|
+
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
1766
|
+
hasAttribute(qualifiedName: string): boolean;
|
|
1767
|
+
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
1768
|
+
hasAttributes(): boolean;
|
|
1769
|
+
hasPointerCapture(pointerId: number): boolean;
|
|
1770
|
+
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
1771
|
+
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
1772
|
+
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
1773
|
+
matches(selectors: string): boolean;
|
|
1774
|
+
releasePointerCapture(pointerId: number): void;
|
|
1775
|
+
removeAttribute(qualifiedName: string): void;
|
|
1776
|
+
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
1777
|
+
removeAttributeNode(attr: Attr): Attr;
|
|
1778
|
+
requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
|
|
1779
|
+
requestPointerLock(): void;
|
|
1780
|
+
scroll(options?: ScrollToOptions | undefined): void;
|
|
1781
|
+
scroll(x: number, y: number): void;
|
|
1782
|
+
scrollBy(options?: ScrollToOptions | undefined): void;
|
|
1783
|
+
scrollBy(x: number, y: number): void;
|
|
1784
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
|
|
1785
|
+
scrollTo(options?: ScrollToOptions | undefined): void;
|
|
1786
|
+
scrollTo(x: number, y: number): void;
|
|
1787
|
+
setAttribute(qualifiedName: string, value: string): void;
|
|
1788
|
+
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
1789
|
+
setAttributeNode(attr: Attr): Attr | null;
|
|
1790
|
+
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
1791
|
+
setPointerCapture(pointerId: number): void;
|
|
1792
|
+
toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
|
|
1793
|
+
webkitMatchesSelector(selectors: string): boolean;
|
|
1794
|
+
readonly baseURI: string;
|
|
1795
|
+
readonly childNodes: NodeListOf<ChildNode>;
|
|
1796
|
+
readonly firstChild: ChildNode | null;
|
|
1797
|
+
readonly isConnected: boolean;
|
|
1798
|
+
readonly lastChild: ChildNode | null;
|
|
1799
|
+
readonly nextSibling: ChildNode | null;
|
|
1800
|
+
readonly nodeName: string;
|
|
1801
|
+
readonly nodeType: number;
|
|
1802
|
+
nodeValue: string | null;
|
|
1803
|
+
readonly parentElement: HTMLElement | null;
|
|
1804
|
+
readonly parentNode: ParentNode | null;
|
|
1805
|
+
readonly previousSibling: ChildNode | null;
|
|
1806
|
+
textContent: string | null;
|
|
1807
|
+
appendChild<T extends Node>(node: T): T;
|
|
1808
|
+
cloneNode(deep?: boolean | undefined): Node;
|
|
1809
|
+
compareDocumentPosition(other: Node): number;
|
|
1810
|
+
contains(other: Node | null): boolean;
|
|
1811
|
+
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
1812
|
+
hasChildNodes(): boolean;
|
|
1813
|
+
insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
|
|
1814
|
+
isDefaultNamespace(namespace: string | null): boolean;
|
|
1815
|
+
isEqualNode(otherNode: Node | null): boolean;
|
|
1816
|
+
isSameNode(otherNode: Node | null): boolean;
|
|
1817
|
+
lookupNamespaceURI(prefix: string | null): string | null;
|
|
1818
|
+
lookupPrefix(namespace: string | null): string | null;
|
|
1819
|
+
normalize(): void;
|
|
1820
|
+
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
1821
|
+
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
1822
|
+
readonly ELEMENT_NODE: 1;
|
|
1823
|
+
readonly ATTRIBUTE_NODE: 2;
|
|
1824
|
+
readonly TEXT_NODE: 3;
|
|
1825
|
+
readonly CDATA_SECTION_NODE: 4;
|
|
1826
|
+
readonly ENTITY_REFERENCE_NODE: 5;
|
|
1827
|
+
readonly ENTITY_NODE: 6;
|
|
1828
|
+
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
1829
|
+
readonly COMMENT_NODE: 8;
|
|
1830
|
+
readonly DOCUMENT_NODE: 9;
|
|
1831
|
+
readonly DOCUMENT_TYPE_NODE: 10;
|
|
1832
|
+
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
1833
|
+
readonly NOTATION_NODE: 12;
|
|
1834
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
1835
|
+
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
1836
|
+
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
1837
|
+
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
1838
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
1839
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
1840
|
+
dispatchEvent(event: Event): boolean;
|
|
1841
|
+
ariaAtomic: string | null;
|
|
1842
|
+
ariaAutoComplete: string | null;
|
|
1843
|
+
ariaBusy: string | null;
|
|
1844
|
+
ariaChecked: string | null;
|
|
1845
|
+
ariaColCount: string | null;
|
|
1846
|
+
ariaColIndex: string | null;
|
|
1847
|
+
ariaColSpan: string | null;
|
|
1848
|
+
ariaCurrent: string | null;
|
|
1849
|
+
ariaDisabled: string | null;
|
|
1850
|
+
ariaExpanded: string | null;
|
|
1851
|
+
ariaHasPopup: string | null;
|
|
1852
|
+
ariaHidden: string | null;
|
|
1853
|
+
ariaInvalid: string | null;
|
|
1854
|
+
ariaKeyShortcuts: string | null;
|
|
1855
|
+
ariaLabel: string | null;
|
|
1856
|
+
ariaLevel: string | null;
|
|
1857
|
+
ariaLive: string | null;
|
|
1858
|
+
ariaModal: string | null;
|
|
1859
|
+
ariaMultiLine: string | null;
|
|
1860
|
+
ariaMultiSelectable: string | null;
|
|
1861
|
+
ariaOrientation: string | null;
|
|
1862
|
+
ariaPlaceholder: string | null;
|
|
1863
|
+
ariaPosInSet: string | null;
|
|
1864
|
+
ariaPressed: string | null;
|
|
1865
|
+
ariaReadOnly: string | null;
|
|
1866
|
+
ariaRequired: string | null;
|
|
1867
|
+
ariaRoleDescription: string | null;
|
|
1868
|
+
ariaRowCount: string | null;
|
|
1869
|
+
ariaRowIndex: string | null;
|
|
1870
|
+
ariaRowSpan: string | null;
|
|
1871
|
+
ariaSelected: string | null;
|
|
1872
|
+
ariaSetSize: string | null;
|
|
1873
|
+
ariaSort: string | null;
|
|
1874
|
+
ariaValueMax: string | null;
|
|
1875
|
+
ariaValueMin: string | null;
|
|
1876
|
+
ariaValueNow: string | null;
|
|
1877
|
+
ariaValueText: string | null;
|
|
1878
|
+
role: string | null;
|
|
1879
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
|
|
1880
|
+
getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
|
|
1881
|
+
after(...nodes: (string | Node)[]): void;
|
|
1882
|
+
before(...nodes: (string | Node)[]): void;
|
|
1883
|
+
remove(): void;
|
|
1884
|
+
replaceWith(...nodes: (string | Node)[]): void;
|
|
1885
|
+
innerHTML: string;
|
|
1886
|
+
readonly nextElementSibling: Element | null;
|
|
1887
|
+
readonly previousElementSibling: Element | null;
|
|
1888
|
+
readonly childElementCount: number;
|
|
1889
|
+
readonly children: HTMLCollection;
|
|
1890
|
+
readonly firstElementChild: Element | null;
|
|
1891
|
+
readonly lastElementChild: Element | null;
|
|
1892
|
+
append(...nodes: (string | Node)[]): void;
|
|
1893
|
+
prepend(...nodes: (string | Node)[]): void;
|
|
1894
|
+
querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
|
|
1895
|
+
querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
|
|
1896
|
+
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
|
|
1897
|
+
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
|
|
1898
|
+
querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
|
|
1899
|
+
querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
|
|
1900
|
+
querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
|
|
1901
|
+
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
1902
|
+
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
1903
|
+
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
1904
|
+
replaceChildren(...nodes: (string | Node)[]): void;
|
|
1905
|
+
readonly assignedSlot: HTMLSlotElement | null;
|
|
1906
|
+
readonly style: CSSStyleDeclaration;
|
|
1907
|
+
contentEditable: string;
|
|
1908
|
+
enterKeyHint: string;
|
|
1909
|
+
inputMode: string;
|
|
1910
|
+
readonly isContentEditable: boolean;
|
|
1911
|
+
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1912
|
+
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1913
|
+
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1914
|
+
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1915
|
+
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1916
|
+
onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1917
|
+
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
1918
|
+
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1919
|
+
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1920
|
+
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1921
|
+
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1922
|
+
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1923
|
+
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1924
|
+
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1925
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1926
|
+
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1927
|
+
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1928
|
+
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1929
|
+
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1930
|
+
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1931
|
+
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1932
|
+
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1933
|
+
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1934
|
+
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1935
|
+
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1936
|
+
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1937
|
+
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1938
|
+
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1939
|
+
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1940
|
+
onerror: OnErrorEventHandler;
|
|
1941
|
+
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1942
|
+
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
1943
|
+
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1944
|
+
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1945
|
+
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1946
|
+
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
1947
|
+
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
1948
|
+
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
1949
|
+
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1950
|
+
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1951
|
+
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1952
|
+
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1953
|
+
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1954
|
+
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1955
|
+
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1956
|
+
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1957
|
+
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1958
|
+
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1959
|
+
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1960
|
+
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1961
|
+
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1962
|
+
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1963
|
+
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1964
|
+
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1965
|
+
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1966
|
+
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1967
|
+
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1968
|
+
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1969
|
+
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1970
|
+
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1971
|
+
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1972
|
+
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1973
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
|
|
1974
|
+
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1975
|
+
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1976
|
+
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1977
|
+
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1978
|
+
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
1979
|
+
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1980
|
+
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1981
|
+
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1982
|
+
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1983
|
+
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1984
|
+
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1985
|
+
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1986
|
+
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
1987
|
+
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1988
|
+
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1989
|
+
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1990
|
+
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1991
|
+
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1992
|
+
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1993
|
+
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1994
|
+
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1995
|
+
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1996
|
+
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1997
|
+
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1998
|
+
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1999
|
+
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2000
|
+
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2001
|
+
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2002
|
+
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2003
|
+
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2004
|
+
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
2005
|
+
autofocus: boolean;
|
|
2006
|
+
readonly dataset: DOMStringMap;
|
|
2007
|
+
nonce?: string | undefined;
|
|
2008
|
+
tabIndex: number;
|
|
2009
|
+
blur(): void;
|
|
2010
|
+
focus(options?: FocusOptions | undefined): void;
|
|
2011
|
+
ariaColIndexText: string | null;
|
|
2012
|
+
ariaDescription: string | null;
|
|
2013
|
+
ariaRowIndexText: string | null;
|
|
2014
|
+
ariaRelevant: string | null;
|
|
2015
|
+
"__#1@#handleReplacedProp"(replacedProp: {
|
|
2016
|
+
newPropertyName: string;
|
|
2017
|
+
deprecatedPropertyName: string;
|
|
2018
|
+
fromDeprecated: (v: any) => any;
|
|
2019
|
+
toDeprecated?: ((v: any) => any) | undefined;
|
|
2020
|
+
}): void;
|
|
2021
|
+
}, any>;
|
|
939
2022
|
specialHandling: boolean;
|
|
940
2023
|
_vividAriaBehaviour: import("../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
941
2024
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
@@ -961,9 +2044,9 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
961
2044
|
translate: boolean;
|
|
962
2045
|
attachInternals(): ElementInternals;
|
|
963
2046
|
click(): void;
|
|
964
|
-
addEventListener<
|
|
2047
|
+
addEventListener<K_35 extends keyof HTMLElementEventMap>(type: K_35, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_35]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
965
2048
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
966
|
-
removeEventListener<
|
|
2049
|
+
removeEventListener<K_36 extends keyof HTMLElementEventMap>(type: K_36, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_36]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
967
2050
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
968
2051
|
dropzone: import("dropzone");
|
|
969
2052
|
readonly attributes: NamedNodeMap;
|
|
@@ -991,10 +2074,10 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
991
2074
|
readonly tagName: string;
|
|
992
2075
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
993
2076
|
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
994
|
-
closest<
|
|
995
|
-
closest<
|
|
996
|
-
closest<
|
|
997
|
-
closest<
|
|
2077
|
+
closest<K_37 extends keyof HTMLElementTagNameMap>(selector: K_37): HTMLElementTagNameMap[K_37] | null;
|
|
2078
|
+
closest<K_38 extends keyof SVGElementTagNameMap>(selector: K_38): SVGElementTagNameMap[K_38] | null;
|
|
2079
|
+
closest<K_39 extends keyof MathMLElementTagNameMap>(selector: K_39): MathMLElementTagNameMap[K_39] | null;
|
|
2080
|
+
closest<E_5 extends Element = Element>(selectors: string): E_5 | null;
|
|
998
2081
|
getAttribute(qualifiedName: string): string | null;
|
|
999
2082
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
1000
2083
|
getAttributeNames(): string[];
|
|
@@ -1003,10 +2086,10 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
1003
2086
|
getBoundingClientRect(): DOMRect;
|
|
1004
2087
|
getClientRects(): DOMRectList;
|
|
1005
2088
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
1006
|
-
getElementsByTagName<
|
|
1007
|
-
getElementsByTagName<
|
|
1008
|
-
getElementsByTagName<
|
|
1009
|
-
getElementsByTagName<
|
|
2089
|
+
getElementsByTagName<K_40 extends keyof HTMLElementTagNameMap>(qualifiedName: K_40): HTMLCollectionOf<HTMLElementTagNameMap[K_40]>;
|
|
2090
|
+
getElementsByTagName<K_41 extends keyof SVGElementTagNameMap>(qualifiedName: K_41): HTMLCollectionOf<SVGElementTagNameMap[K_41]>;
|
|
2091
|
+
getElementsByTagName<K_42 extends keyof MathMLElementTagNameMap>(qualifiedName: K_42): HTMLCollectionOf<MathMLElementTagNameMap[K_42]>;
|
|
2092
|
+
getElementsByTagName<K_43 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_43): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_43]>;
|
|
1010
2093
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1011
2094
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1012
2095
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
@@ -1059,7 +2142,7 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
1059
2142
|
contains(other: Node | null): boolean;
|
|
1060
2143
|
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
1061
2144
|
hasChildNodes(): boolean;
|
|
1062
|
-
insertBefore<
|
|
2145
|
+
insertBefore<T_6 extends Node>(node: T_6, child: Node | null): T_6;
|
|
1063
2146
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
1064
2147
|
isEqualNode(otherNode: Node | null): boolean;
|
|
1065
2148
|
isSameNode(otherNode: Node | null): boolean;
|
|
@@ -1261,36 +2344,56 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
1261
2344
|
ariaDescription: string | null;
|
|
1262
2345
|
ariaRowIndexText: string | null;
|
|
1263
2346
|
ariaRelevant: string | null;
|
|
1264
|
-
|
|
1265
|
-
|
|
2347
|
+
"__#1@#handleReplacedProp"(replacedProp: {
|
|
2348
|
+
newPropertyName: string;
|
|
2349
|
+
deprecatedPropertyName: string;
|
|
2350
|
+
fromDeprecated: (v: any) => any;
|
|
2351
|
+
toDeprecated?: ((v: any) => any) | undefined;
|
|
2352
|
+
}): void;
|
|
2353
|
+
errorText?: string | undefined;
|
|
2354
|
+
errorTextChanged(_: string, newErrorText: string | undefined): void;
|
|
2355
|
+
"__#4@#blockValidateCalls": boolean;
|
|
2356
|
+
"__#4@#originalValidateFn": () => void;
|
|
2357
|
+
"__#4@#forceCustomError"(errorMessage: string): void;
|
|
2358
|
+
"__#4@#clearCustomErrorAndRevalidate"(): void;
|
|
2359
|
+
label?: string | undefined;
|
|
2360
|
+
errorValidationMessage: string;
|
|
2361
|
+
forceErrorDisplay: boolean;
|
|
2362
|
+
hasBeenTouched: boolean;
|
|
2363
|
+
"__#3@#handleInvalidEvent": (() => void) & (() => void);
|
|
2364
|
+
formResetCallback: (() => void) & (() => void) & (() => void) & (() => void);
|
|
2365
|
+
readonly validity: ValidityState;
|
|
2366
|
+
readonly form: HTMLFormElement | null;
|
|
2367
|
+
readonly validationMessage: string;
|
|
2368
|
+
readonly willValidate: boolean;
|
|
2369
|
+
readonly labels: readonly Node[];
|
|
1266
2370
|
dirtyValue: boolean;
|
|
2371
|
+
proxySlot?: HTMLSlotElement | undefined;
|
|
2372
|
+
value: string;
|
|
2373
|
+
valueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
2374
|
+
currentValue: string;
|
|
2375
|
+
initialValue: string;
|
|
2376
|
+
initialValueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
1267
2377
|
disabled: boolean;
|
|
1268
|
-
|
|
1269
|
-
readonly formAssociated: boolean;
|
|
1270
|
-
readonly labels: readonly Node[][];
|
|
2378
|
+
disabledChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
1271
2379
|
name: string;
|
|
2380
|
+
nameChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
1272
2381
|
required: boolean;
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
readonly
|
|
1288
|
-
checkValidity: () => boolean;
|
|
1289
|
-
reportValidity: () => boolean;
|
|
1290
|
-
setFormValue: (value: string | File | FormData | null, state?: string | File | FormData | null | undefined) => void;
|
|
1291
|
-
setValidity: (flags?: ValidityStateFlags | undefined, message?: string | undefined, anchor?: HTMLElement | undefined) => void;
|
|
1292
|
-
helperText?: string | undefined;
|
|
1293
|
-
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
2382
|
+
requiredChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
2383
|
+
readonly elementInternals: ElementInternals | null;
|
|
2384
|
+
proxyEventsToBlock: string[];
|
|
2385
|
+
checkValidity: (() => boolean) & (() => boolean);
|
|
2386
|
+
reportValidity: (() => boolean) & (() => boolean);
|
|
2387
|
+
setValidity: ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void) & ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void);
|
|
2388
|
+
formDisabledCallback: ((disabled: boolean) => void) & ((disabled: boolean) => void);
|
|
2389
|
+
proxyInitialized: boolean;
|
|
2390
|
+
attachProxy: (() => void) & (() => void);
|
|
2391
|
+
detachProxy: (() => void) & (() => void);
|
|
2392
|
+
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);
|
|
2393
|
+
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
2394
|
+
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
2395
|
+
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
2396
|
+
readonly locale: import("../shared/localization/Locale").Locale;
|
|
1294
2397
|
}) & (abstract new (...args: any[]) => {
|
|
1295
2398
|
_selectedMonth: import("../shared/datetime/month").Month;
|
|
1296
2399
|
_adjustSelectedMonthToEnsureVisibilityOf(date: string): boolean;
|
|
@@ -1299,8 +2402,8 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
1299
2402
|
readonly _resolvedMinDate: string;
|
|
1300
2403
|
readonly _resolvedMaxDate: string;
|
|
1301
2404
|
_isDateInValidRange(date: string): boolean;
|
|
1302
|
-
"__#
|
|
1303
|
-
"__#
|
|
2405
|
+
"__#19@#isMonthAfterValidRange"(month: import("../shared/datetime/month").Month): boolean | "";
|
|
2406
|
+
"__#19@#isMonthBeforeValidRange"(month: import("../shared/datetime/month").Month): boolean | "";
|
|
1304
2407
|
_isMonthInValidRange(month: import("../shared/datetime/month").Month): boolean;
|
|
1305
2408
|
_closePopup(restoreFocusToTextField?: boolean): void;
|
|
1306
2409
|
_onPickerButtonClick(): void;
|
|
@@ -1336,9 +2439,6 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
1336
2439
|
_onMonthKeydown(month: import("../shared/datetime/month").Month, event: KeyboardEvent): boolean;
|
|
1337
2440
|
_onMonthFocus(month: import("../shared/datetime/month").Month): void;
|
|
1338
2441
|
readonly _tabbableMonth: import("../shared/datetime/month").Month | null;
|
|
1339
|
-
label: string;
|
|
1340
|
-
initialValue: string;
|
|
1341
|
-
currentValue: string;
|
|
1342
2442
|
readOnly: boolean;
|
|
1343
2443
|
readOnlyChanged(): void;
|
|
1344
2444
|
_textFieldEl: import("..").VwcTextFieldElement;
|
|
@@ -1346,20 +2446,20 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
1346
2446
|
_pickerButtonEl: import("..").VwcButtonElement;
|
|
1347
2447
|
connectedCallback(): void;
|
|
1348
2448
|
disconnectedCallback(): void;
|
|
1349
|
-
"__#
|
|
1350
|
-
"__#
|
|
1351
|
-
|
|
2449
|
+
"__#18@#onFocusIn": () => void;
|
|
2450
|
+
"__#18@#onFocusOut": () => void;
|
|
2451
|
+
proxy: HTMLInputElement;
|
|
1352
2452
|
validate(): void;
|
|
1353
2453
|
_getCustomValidationError(): string | null;
|
|
1354
|
-
"__#
|
|
2454
|
+
"__#18@#localeChangeHandler": {
|
|
1355
2455
|
handleChange: () => void;
|
|
1356
2456
|
};
|
|
1357
|
-
"__#
|
|
1358
|
-
"__#
|
|
1359
|
-
"__#
|
|
2457
|
+
"__#18@#localeChangeObserver": import("@microsoft/fast-element").BindingObserver<any, any, any>;
|
|
2458
|
+
"__#18@#startObservingLocaleChanges"(): void;
|
|
2459
|
+
"__#18@#stopObservingLocaleChanges"(): void;
|
|
1360
2460
|
_popupOpen: boolean;
|
|
1361
|
-
"__#
|
|
1362
|
-
"__#
|
|
2461
|
+
"__#18@#dismissOnClickOutside": (event: MouseEvent) => void;
|
|
2462
|
+
"__#18@#openPopupIfPossible"(): void;
|
|
1363
2463
|
_onBaseKeyDown(event: KeyboardEvent): boolean;
|
|
1364
2464
|
_focusableElsWithinDialog(): NodeListOf<HTMLElement>;
|
|
1365
2465
|
readonly _dialogLabel: string;
|
|
@@ -1374,7 +2474,358 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
1374
2474
|
readonly _pickerButtonIcon: string;
|
|
1375
2475
|
_onOkClick(): void;
|
|
1376
2476
|
_onClearClick(): void;
|
|
1377
|
-
|
|
2477
|
+
helperText?: string | undefined;
|
|
2478
|
+
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
2479
|
+
readonly _feedbackDescribedBy: string;
|
|
2480
|
+
_internalFeedback(): {
|
|
2481
|
+
type: import("../shared/feedback/feedback-message").FeedbackType;
|
|
2482
|
+
message: string;
|
|
2483
|
+
};
|
|
2484
|
+
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
2485
|
+
_getFeedbackTemplate(ctx: import("../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<{
|
|
2486
|
+
helperText?: string | undefined;
|
|
2487
|
+
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
2488
|
+
readonly _feedbackDescribedBy: string;
|
|
2489
|
+
_internalFeedback(): {
|
|
2490
|
+
type: import("../shared/feedback/feedback-message").FeedbackType;
|
|
2491
|
+
message: string;
|
|
2492
|
+
};
|
|
2493
|
+
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
2494
|
+
_getFeedbackTemplate(ctx: import("../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
2495
|
+
specialHandling: boolean;
|
|
2496
|
+
_vividAriaBehaviour: import("../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
2497
|
+
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
2498
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
2499
|
+
connectedCallback(): void;
|
|
2500
|
+
disconnectedCallback(): void;
|
|
2501
|
+
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
2502
|
+
accessKey: string;
|
|
2503
|
+
readonly accessKeyLabel: string;
|
|
2504
|
+
autocapitalize: string;
|
|
2505
|
+
dir: string;
|
|
2506
|
+
draggable: boolean;
|
|
2507
|
+
hidden: boolean;
|
|
2508
|
+
inert: boolean;
|
|
2509
|
+
innerText: string;
|
|
2510
|
+
lang: string;
|
|
2511
|
+
readonly offsetHeight: number;
|
|
2512
|
+
readonly offsetLeft: number;
|
|
2513
|
+
readonly offsetParent: Element | null;
|
|
2514
|
+
readonly offsetTop: number;
|
|
2515
|
+
readonly offsetWidth: number;
|
|
2516
|
+
outerText: string;
|
|
2517
|
+
spellcheck: boolean;
|
|
2518
|
+
title: string;
|
|
2519
|
+
translate: boolean;
|
|
2520
|
+
attachInternals(): ElementInternals;
|
|
2521
|
+
click(): void;
|
|
2522
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
2523
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
2524
|
+
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
2525
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
2526
|
+
dropzone: import("dropzone");
|
|
2527
|
+
readonly attributes: NamedNodeMap;
|
|
2528
|
+
readonly classList: DOMTokenList;
|
|
2529
|
+
className: string;
|
|
2530
|
+
readonly clientHeight: number;
|
|
2531
|
+
readonly clientLeft: number;
|
|
2532
|
+
readonly clientTop: number;
|
|
2533
|
+
readonly clientWidth: number;
|
|
2534
|
+
id: string;
|
|
2535
|
+
readonly localName: string;
|
|
2536
|
+
readonly namespaceURI: string | null;
|
|
2537
|
+
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
2538
|
+
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
2539
|
+
outerHTML: string;
|
|
2540
|
+
readonly ownerDocument: Document;
|
|
2541
|
+
readonly part: DOMTokenList;
|
|
2542
|
+
readonly prefix: string | null;
|
|
2543
|
+
readonly scrollHeight: number;
|
|
2544
|
+
scrollLeft: number;
|
|
2545
|
+
scrollTop: number;
|
|
2546
|
+
readonly scrollWidth: number;
|
|
2547
|
+
readonly shadowRoot: ShadowRoot | null;
|
|
2548
|
+
slot: string;
|
|
2549
|
+
readonly tagName: string;
|
|
2550
|
+
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
2551
|
+
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
2552
|
+
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2] | null;
|
|
2553
|
+
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3] | null;
|
|
2554
|
+
closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4] | null;
|
|
2555
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
2556
|
+
getAttribute(qualifiedName: string): string | null;
|
|
2557
|
+
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
2558
|
+
getAttributeNames(): string[];
|
|
2559
|
+
getAttributeNode(qualifiedName: string): Attr | null;
|
|
2560
|
+
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
2561
|
+
getBoundingClientRect(): DOMRect;
|
|
2562
|
+
getClientRects(): DOMRectList;
|
|
2563
|
+
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
2564
|
+
getElementsByTagName<K_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<HTMLElementTagNameMap[K_5]>;
|
|
2565
|
+
getElementsByTagName<K_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_6): HTMLCollectionOf<SVGElementTagNameMap[K_6]>;
|
|
2566
|
+
getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
|
|
2567
|
+
getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
|
|
2568
|
+
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
2569
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
2570
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
2571
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
2572
|
+
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
2573
|
+
hasAttribute(qualifiedName: string): boolean;
|
|
2574
|
+
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
2575
|
+
hasAttributes(): boolean;
|
|
2576
|
+
hasPointerCapture(pointerId: number): boolean;
|
|
2577
|
+
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
2578
|
+
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
2579
|
+
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
2580
|
+
matches(selectors: string): boolean;
|
|
2581
|
+
releasePointerCapture(pointerId: number): void;
|
|
2582
|
+
removeAttribute(qualifiedName: string): void;
|
|
2583
|
+
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
2584
|
+
removeAttributeNode(attr: Attr): Attr;
|
|
2585
|
+
requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
|
|
2586
|
+
requestPointerLock(): void;
|
|
2587
|
+
scroll(options?: ScrollToOptions | undefined): void;
|
|
2588
|
+
scroll(x: number, y: number): void;
|
|
2589
|
+
scrollBy(options?: ScrollToOptions | undefined): void;
|
|
2590
|
+
scrollBy(x: number, y: number): void;
|
|
2591
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
|
|
2592
|
+
scrollTo(options?: ScrollToOptions | undefined): void;
|
|
2593
|
+
scrollTo(x: number, y: number): void;
|
|
2594
|
+
setAttribute(qualifiedName: string, value: string): void;
|
|
2595
|
+
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
2596
|
+
setAttributeNode(attr: Attr): Attr | null;
|
|
2597
|
+
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
2598
|
+
setPointerCapture(pointerId: number): void;
|
|
2599
|
+
toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
|
|
2600
|
+
webkitMatchesSelector(selectors: string): boolean;
|
|
2601
|
+
readonly baseURI: string;
|
|
2602
|
+
readonly childNodes: NodeListOf<ChildNode>;
|
|
2603
|
+
readonly firstChild: ChildNode | null;
|
|
2604
|
+
readonly isConnected: boolean;
|
|
2605
|
+
readonly lastChild: ChildNode | null;
|
|
2606
|
+
readonly nextSibling: ChildNode | null;
|
|
2607
|
+
readonly nodeName: string;
|
|
2608
|
+
readonly nodeType: number;
|
|
2609
|
+
nodeValue: string | null;
|
|
2610
|
+
readonly parentElement: HTMLElement | null;
|
|
2611
|
+
readonly parentNode: ParentNode | null;
|
|
2612
|
+
readonly previousSibling: ChildNode | null;
|
|
2613
|
+
textContent: string | null;
|
|
2614
|
+
appendChild<T extends Node>(node: T): T;
|
|
2615
|
+
cloneNode(deep?: boolean | undefined): Node;
|
|
2616
|
+
compareDocumentPosition(other: Node): number;
|
|
2617
|
+
contains(other: Node | null): boolean;
|
|
2618
|
+
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
2619
|
+
hasChildNodes(): boolean;
|
|
2620
|
+
insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
|
|
2621
|
+
isDefaultNamespace(namespace: string | null): boolean;
|
|
2622
|
+
isEqualNode(otherNode: Node | null): boolean;
|
|
2623
|
+
isSameNode(otherNode: Node | null): boolean;
|
|
2624
|
+
lookupNamespaceURI(prefix: string | null): string | null;
|
|
2625
|
+
lookupPrefix(namespace: string | null): string | null;
|
|
2626
|
+
normalize(): void;
|
|
2627
|
+
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
2628
|
+
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
2629
|
+
readonly ELEMENT_NODE: 1;
|
|
2630
|
+
readonly ATTRIBUTE_NODE: 2;
|
|
2631
|
+
readonly TEXT_NODE: 3;
|
|
2632
|
+
readonly CDATA_SECTION_NODE: 4;
|
|
2633
|
+
readonly ENTITY_REFERENCE_NODE: 5;
|
|
2634
|
+
readonly ENTITY_NODE: 6;
|
|
2635
|
+
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
2636
|
+
readonly COMMENT_NODE: 8;
|
|
2637
|
+
readonly DOCUMENT_NODE: 9;
|
|
2638
|
+
readonly DOCUMENT_TYPE_NODE: 10;
|
|
2639
|
+
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
2640
|
+
readonly NOTATION_NODE: 12;
|
|
2641
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
2642
|
+
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
2643
|
+
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
2644
|
+
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
2645
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
2646
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
2647
|
+
dispatchEvent(event: Event): boolean;
|
|
2648
|
+
ariaAtomic: string | null;
|
|
2649
|
+
ariaAutoComplete: string | null;
|
|
2650
|
+
ariaBusy: string | null;
|
|
2651
|
+
ariaChecked: string | null;
|
|
2652
|
+
ariaColCount: string | null;
|
|
2653
|
+
ariaColIndex: string | null;
|
|
2654
|
+
ariaColSpan: string | null;
|
|
2655
|
+
ariaCurrent: string | null;
|
|
2656
|
+
ariaDisabled: string | null;
|
|
2657
|
+
ariaExpanded: string | null;
|
|
2658
|
+
ariaHasPopup: string | null;
|
|
2659
|
+
ariaHidden: string | null;
|
|
2660
|
+
ariaInvalid: string | null;
|
|
2661
|
+
ariaKeyShortcuts: string | null;
|
|
2662
|
+
ariaLabel: string | null;
|
|
2663
|
+
ariaLevel: string | null;
|
|
2664
|
+
ariaLive: string | null;
|
|
2665
|
+
ariaModal: string | null;
|
|
2666
|
+
ariaMultiLine: string | null;
|
|
2667
|
+
ariaMultiSelectable: string | null;
|
|
2668
|
+
ariaOrientation: string | null;
|
|
2669
|
+
ariaPlaceholder: string | null;
|
|
2670
|
+
ariaPosInSet: string | null;
|
|
2671
|
+
ariaPressed: string | null;
|
|
2672
|
+
ariaReadOnly: string | null;
|
|
2673
|
+
ariaRequired: string | null;
|
|
2674
|
+
ariaRoleDescription: string | null;
|
|
2675
|
+
ariaRowCount: string | null;
|
|
2676
|
+
ariaRowIndex: string | null;
|
|
2677
|
+
ariaRowSpan: string | null;
|
|
2678
|
+
ariaSelected: string | null;
|
|
2679
|
+
ariaSetSize: string | null;
|
|
2680
|
+
ariaSort: string | null;
|
|
2681
|
+
ariaValueMax: string | null;
|
|
2682
|
+
ariaValueMin: string | null;
|
|
2683
|
+
ariaValueNow: string | null;
|
|
2684
|
+
ariaValueText: string | null;
|
|
2685
|
+
role: string | null;
|
|
2686
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
|
|
2687
|
+
getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
|
|
2688
|
+
after(...nodes: (string | Node)[]): void;
|
|
2689
|
+
before(...nodes: (string | Node)[]): void;
|
|
2690
|
+
remove(): void;
|
|
2691
|
+
replaceWith(...nodes: (string | Node)[]): void;
|
|
2692
|
+
innerHTML: string;
|
|
2693
|
+
readonly nextElementSibling: Element | null;
|
|
2694
|
+
readonly previousElementSibling: Element | null;
|
|
2695
|
+
readonly childElementCount: number;
|
|
2696
|
+
readonly children: HTMLCollection;
|
|
2697
|
+
readonly firstElementChild: Element | null;
|
|
2698
|
+
readonly lastElementChild: Element | null;
|
|
2699
|
+
append(...nodes: (string | Node)[]): void;
|
|
2700
|
+
prepend(...nodes: (string | Node)[]): void;
|
|
2701
|
+
querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
|
|
2702
|
+
querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
|
|
2703
|
+
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
|
|
2704
|
+
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
|
|
2705
|
+
querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
|
|
2706
|
+
querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
|
|
2707
|
+
querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
|
|
2708
|
+
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
2709
|
+
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
2710
|
+
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
2711
|
+
replaceChildren(...nodes: (string | Node)[]): void;
|
|
2712
|
+
readonly assignedSlot: HTMLSlotElement | null;
|
|
2713
|
+
readonly style: CSSStyleDeclaration;
|
|
2714
|
+
contentEditable: string;
|
|
2715
|
+
enterKeyHint: string;
|
|
2716
|
+
inputMode: string;
|
|
2717
|
+
readonly isContentEditable: boolean;
|
|
2718
|
+
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
2719
|
+
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2720
|
+
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2721
|
+
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2722
|
+
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2723
|
+
onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2724
|
+
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
2725
|
+
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
2726
|
+
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2727
|
+
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2728
|
+
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2729
|
+
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2730
|
+
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2731
|
+
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2732
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2733
|
+
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
2734
|
+
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2735
|
+
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
2736
|
+
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2737
|
+
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
2738
|
+
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
2739
|
+
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
2740
|
+
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
2741
|
+
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
2742
|
+
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
2743
|
+
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
2744
|
+
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2745
|
+
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2746
|
+
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2747
|
+
onerror: OnErrorEventHandler;
|
|
2748
|
+
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
2749
|
+
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
2750
|
+
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2751
|
+
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2752
|
+
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2753
|
+
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
2754
|
+
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
2755
|
+
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
2756
|
+
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2757
|
+
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2758
|
+
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2759
|
+
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2760
|
+
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2761
|
+
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2762
|
+
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2763
|
+
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2764
|
+
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2765
|
+
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2766
|
+
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2767
|
+
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2768
|
+
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
2769
|
+
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2770
|
+
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2771
|
+
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2772
|
+
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2773
|
+
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2774
|
+
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2775
|
+
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2776
|
+
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2777
|
+
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2778
|
+
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2779
|
+
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2780
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
|
|
2781
|
+
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2782
|
+
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2783
|
+
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
2784
|
+
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2785
|
+
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
2786
|
+
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2787
|
+
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2788
|
+
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2789
|
+
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2790
|
+
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2791
|
+
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2792
|
+
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2793
|
+
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
2794
|
+
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2795
|
+
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2796
|
+
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2797
|
+
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2798
|
+
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2799
|
+
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2800
|
+
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2801
|
+
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
2802
|
+
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
2803
|
+
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
2804
|
+
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
2805
|
+
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2806
|
+
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2807
|
+
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2808
|
+
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2809
|
+
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2810
|
+
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2811
|
+
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
2812
|
+
autofocus: boolean;
|
|
2813
|
+
readonly dataset: DOMStringMap;
|
|
2814
|
+
nonce?: string | undefined;
|
|
2815
|
+
tabIndex: number;
|
|
2816
|
+
blur(): void;
|
|
2817
|
+
focus(options?: FocusOptions | undefined): void;
|
|
2818
|
+
ariaColIndexText: string | null;
|
|
2819
|
+
ariaDescription: string | null;
|
|
2820
|
+
ariaRowIndexText: string | null;
|
|
2821
|
+
ariaRelevant: string | null;
|
|
2822
|
+
"__#1@#handleReplacedProp"(replacedProp: {
|
|
2823
|
+
newPropertyName: string;
|
|
2824
|
+
deprecatedPropertyName: string;
|
|
2825
|
+
fromDeprecated: (v: any) => any;
|
|
2826
|
+
toDeprecated?: ((v: any) => any) | undefined;
|
|
2827
|
+
}): void;
|
|
2828
|
+
}, any>;
|
|
1378
2829
|
specialHandling: boolean;
|
|
1379
2830
|
_vividAriaBehaviour: import("../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
1380
2831
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
@@ -1400,9 +2851,9 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
1400
2851
|
translate: boolean;
|
|
1401
2852
|
attachInternals(): ElementInternals;
|
|
1402
2853
|
click(): void;
|
|
1403
|
-
addEventListener<
|
|
2854
|
+
addEventListener<K_44 extends keyof HTMLElementEventMap>(type: K_44, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_44]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
1404
2855
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
1405
|
-
removeEventListener<
|
|
2856
|
+
removeEventListener<K_45 extends keyof HTMLElementEventMap>(type: K_45, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_45]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
1406
2857
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
1407
2858
|
dropzone: import("dropzone");
|
|
1408
2859
|
readonly attributes: NamedNodeMap;
|
|
@@ -1430,10 +2881,10 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
1430
2881
|
readonly tagName: string;
|
|
1431
2882
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1432
2883
|
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
1433
|
-
closest<
|
|
1434
|
-
closest<
|
|
1435
|
-
closest<
|
|
1436
|
-
closest<
|
|
2884
|
+
closest<K_46 extends keyof HTMLElementTagNameMap>(selector: K_46): HTMLElementTagNameMap[K_46] | null;
|
|
2885
|
+
closest<K_47 extends keyof SVGElementTagNameMap>(selector: K_47): SVGElementTagNameMap[K_47] | null;
|
|
2886
|
+
closest<K_48 extends keyof MathMLElementTagNameMap>(selector: K_48): MathMLElementTagNameMap[K_48] | null;
|
|
2887
|
+
closest<E_6 extends Element = Element>(selectors: string): E_6 | null;
|
|
1437
2888
|
getAttribute(qualifiedName: string): string | null;
|
|
1438
2889
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
1439
2890
|
getAttributeNames(): string[];
|
|
@@ -1442,10 +2893,10 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
1442
2893
|
getBoundingClientRect(): DOMRect;
|
|
1443
2894
|
getClientRects(): DOMRectList;
|
|
1444
2895
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
1445
|
-
getElementsByTagName<
|
|
1446
|
-
getElementsByTagName<
|
|
1447
|
-
getElementsByTagName<
|
|
1448
|
-
getElementsByTagName<
|
|
2896
|
+
getElementsByTagName<K_49 extends keyof HTMLElementTagNameMap>(qualifiedName: K_49): HTMLCollectionOf<HTMLElementTagNameMap[K_49]>;
|
|
2897
|
+
getElementsByTagName<K_50 extends keyof SVGElementTagNameMap>(qualifiedName: K_50): HTMLCollectionOf<SVGElementTagNameMap[K_50]>;
|
|
2898
|
+
getElementsByTagName<K_51 extends keyof MathMLElementTagNameMap>(qualifiedName: K_51): HTMLCollectionOf<MathMLElementTagNameMap[K_51]>;
|
|
2899
|
+
getElementsByTagName<K_52 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_52): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_52]>;
|
|
1449
2900
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1450
2901
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1451
2902
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
@@ -1498,7 +2949,7 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
1498
2949
|
contains(other: Node | null): boolean;
|
|
1499
2950
|
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
1500
2951
|
hasChildNodes(): boolean;
|
|
1501
|
-
insertBefore<
|
|
2952
|
+
insertBefore<T_7 extends Node>(node: T_7, child: Node | null): T_7;
|
|
1502
2953
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
1503
2954
|
isEqualNode(otherNode: Node | null): boolean;
|
|
1504
2955
|
isSameNode(otherNode: Node | null): boolean;
|
|
@@ -1700,40 +3151,58 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
1700
3151
|
ariaDescription: string | null;
|
|
1701
3152
|
ariaRowIndexText: string | null;
|
|
1702
3153
|
ariaRelevant: string | null;
|
|
1703
|
-
|
|
1704
|
-
|
|
3154
|
+
"__#1@#handleReplacedProp"(replacedProp: {
|
|
3155
|
+
newPropertyName: string;
|
|
3156
|
+
deprecatedPropertyName: string;
|
|
3157
|
+
fromDeprecated: (v: any) => any;
|
|
3158
|
+
toDeprecated?: ((v: any) => any) | undefined;
|
|
3159
|
+
}): void;
|
|
3160
|
+
errorText?: string | undefined;
|
|
3161
|
+
errorTextChanged(_: string, newErrorText: string | undefined): void;
|
|
3162
|
+
"__#4@#blockValidateCalls": boolean;
|
|
3163
|
+
"__#4@#originalValidateFn": () => void;
|
|
3164
|
+
"__#4@#forceCustomError"(errorMessage: string): void;
|
|
3165
|
+
"__#4@#clearCustomErrorAndRevalidate"(): void;
|
|
3166
|
+
label?: string | undefined;
|
|
3167
|
+
errorValidationMessage: string;
|
|
3168
|
+
forceErrorDisplay: boolean;
|
|
3169
|
+
hasBeenTouched: boolean;
|
|
3170
|
+
"__#3@#handleInvalidEvent": (() => void) & (() => void);
|
|
3171
|
+
formResetCallback: (() => void) & (() => void) & (() => void) & (() => void);
|
|
3172
|
+
readonly validity: ValidityState;
|
|
3173
|
+
readonly form: HTMLFormElement | null;
|
|
3174
|
+
readonly validationMessage: string;
|
|
3175
|
+
readonly willValidate: boolean;
|
|
3176
|
+
readonly labels: readonly Node[];
|
|
1705
3177
|
dirtyValue: boolean;
|
|
3178
|
+
proxySlot?: HTMLSlotElement | undefined;
|
|
3179
|
+
value: string;
|
|
3180
|
+
valueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
3181
|
+
currentValue: string;
|
|
3182
|
+
initialValue: string;
|
|
3183
|
+
initialValueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
1706
3184
|
disabled: boolean;
|
|
1707
|
-
|
|
1708
|
-
readonly formAssociated: boolean;
|
|
1709
|
-
readonly labels: readonly Node[][];
|
|
3185
|
+
disabledChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
1710
3186
|
name: string;
|
|
3187
|
+
nameChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
1711
3188
|
required: boolean;
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
readonly
|
|
1727
|
-
checkValidity: () => boolean;
|
|
1728
|
-
reportValidity: () => boolean;
|
|
1729
|
-
setFormValue: (value: string | File | FormData | null, state?: string | File | FormData | null | undefined) => void;
|
|
1730
|
-
setValidity: (flags?: ValidityStateFlags | undefined, message?: string | undefined, anchor?: HTMLElement | undefined) => void;
|
|
1731
|
-
helperText?: string | undefined;
|
|
1732
|
-
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
3189
|
+
requiredChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
3190
|
+
readonly elementInternals: ElementInternals | null;
|
|
3191
|
+
proxyEventsToBlock: string[];
|
|
3192
|
+
checkValidity: (() => boolean) & (() => boolean);
|
|
3193
|
+
reportValidity: (() => boolean) & (() => boolean);
|
|
3194
|
+
setValidity: ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void) & ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void);
|
|
3195
|
+
formDisabledCallback: ((disabled: boolean) => void) & ((disabled: boolean) => void);
|
|
3196
|
+
proxyInitialized: boolean;
|
|
3197
|
+
attachProxy: (() => void) & (() => void);
|
|
3198
|
+
detachProxy: (() => void) & (() => void);
|
|
3199
|
+
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);
|
|
3200
|
+
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
3201
|
+
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
3202
|
+
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
3203
|
+
readonly locale: import("../shared/localization/Locale").Locale;
|
|
1733
3204
|
}) & typeof PickerField;
|
|
1734
3205
|
export declare class DatePicker extends DatePicker_base {
|
|
1735
3206
|
constructor();
|
|
1736
3207
|
}
|
|
1737
|
-
export interface DatePicker extends ErrorText, FormElement {
|
|
1738
|
-
}
|
|
1739
3208
|
export {};
|