@vonage/vivid 4.23.0 → 4.25.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +21830 -14295
- package/elevation/index.cjs +1 -1
- package/elevation/index.js +1 -1
- package/index.cjs +112 -150
- package/index.js +37 -35
- package/lib/accordion-item/accordion-item.d.ts +6 -0
- package/lib/action-group/action-group.d.ts +6 -0
- package/lib/alert/alert.d.ts +20 -0
- package/lib/audio-player/audio-player.d.ts +6 -0
- package/lib/badge/badge.d.ts +9 -1
- package/lib/banner/banner.d.ts +25 -0
- package/lib/breadcrumb/breadcrumb.d.ts +6 -0
- package/lib/breadcrumb-item/breadcrumb-item.d.ts +63 -7
- package/lib/button/button.d.ts +732 -7
- package/lib/button/locale.d.ts +3 -0
- package/lib/calendar-event/calendar-event.d.ts +6 -0
- package/lib/card/card.d.ts +394 -2
- package/lib/card/card.template.d.ts +2 -1
- package/lib/checkbox/checkbox.d.ts +1822 -5
- package/lib/combobox/combobox.d.ts +1827 -20
- package/lib/data-grid/data-grid-cell.d.ts +339 -1
- package/lib/data-grid/locale.d.ts +5 -0
- package/lib/date-picker/date-picker.d.ts +1676 -207
- package/lib/date-range-picker/date-range-picker.d.ts +840 -107
- package/lib/date-time-picker/date-time-picker.d.ts +1678 -209
- package/lib/dial-pad/dial-pad.d.ts +8 -0
- package/lib/dialog/dialog.d.ts +12 -0
- package/lib/divider/divider.d.ts +6 -0
- package/lib/fab/fab.d.ts +6 -0
- package/lib/file-picker/file-picker.d.ts +1510 -32
- package/lib/file-picker/locale.d.ts +1 -0
- package/lib/header/header.d.ts +6 -0
- package/lib/icon/icon.d.ts +1 -0
- package/lib/icon/icon.template.d.ts +2 -1
- package/lib/menu/menu.d.ts +16 -7
- package/lib/menu/name.d.ts +1 -0
- package/lib/menu-item/menu-item.d.ts +14 -2
- package/lib/nav/nav.d.ts +6 -0
- package/lib/nav-disclosure/nav-disclosure.d.ts +13 -0
- package/lib/nav-item/nav-item.d.ts +405 -3
- package/lib/note/note.d.ts +6 -0
- package/lib/number-field/number-field.d.ts +1857 -36
- package/lib/option/option.d.ts +12 -0
- package/lib/progress/progress.d.ts +6 -0
- package/lib/progress-ring/progress-ring.d.ts +6 -0
- package/lib/radio/radio.d.ts +1137 -4
- package/lib/radio-group/radio-group.d.ts +20 -2
- package/lib/range-slider/range-slider.d.ts +752 -5
- package/lib/rich-text-editor/definition.d.ts +2 -2
- package/lib/rich-text-editor/facades/vivid-prose-mirror.facade.d.ts +3 -1
- package/lib/rich-text-editor/locale.d.ts +10 -0
- package/lib/rich-text-editor/menubar/menubar.d.ts +340 -1
- package/lib/rich-text-editor/rich-text-editor.d.ts +352 -2
- package/lib/searchable-select/locale.d.ts +1 -0
- package/lib/searchable-select/option-tag.d.ts +6 -0
- package/lib/searchable-select/searchable-select.d.ts +1857 -35
- package/lib/select/select.d.ts +1843 -28
- package/lib/selectable-box/selectable-box.d.ts +6 -0
- package/lib/slider/slider.d.ts +384 -2
- package/lib/split-button/split-button.d.ts +18 -0
- package/lib/switch/switch.d.ts +386 -3
- package/lib/tab/tab.d.ts +18 -1
- package/lib/tab-panel/tab-panel.d.ts +6 -0
- package/lib/tabs/tabs.d.ts +5 -21
- package/lib/tag/tag.d.ts +12 -0
- package/lib/tag-group/tag-group.d.ts +6 -0
- package/lib/text-area/text-area.d.ts +2174 -19
- package/lib/text-field/text-field.d.ts +2195 -31
- package/lib/time-picker/time-picker.d.ts +839 -106
- package/lib/toggletip/toggletip.d.ts +10 -4
- package/lib/tooltip/tooltip.d.ts +10 -4
- package/lib/tree-item/tree-item.d.ts +12 -0
- package/lib/tree-view/tree-view.d.ts +6 -0
- package/lib/video-player/video-player.d.ts +6 -0
- package/lib/visually-hidden/definition.d.ts +4 -0
- package/lib/visually-hidden/visually-hidden.d.ts +3 -0
- package/lib/visually-hidden/visually-hidden.template.d.ts +3 -0
- package/locales/de-DE.cjs +47 -1
- package/locales/de-DE.js +47 -1
- package/locales/en-GB.cjs +47 -1
- package/locales/en-GB.js +47 -1
- package/locales/en-US.cjs +47 -1
- package/locales/en-US.js +47 -1
- package/locales/ja-JP.cjs +47 -1
- package/locales/ja-JP.js +47 -1
- package/locales/zh-CN.cjs +47 -1
- package/locales/zh-CN.js +47 -1
- package/menu/index.cjs +1 -1
- package/menu/index.js +1 -1
- package/nav/index.cjs +1 -1
- package/nav/index.js +1 -1
- package/nav-disclosure/index.cjs +1 -1
- package/nav-disclosure/index.js +1 -1
- package/nav-item/index.cjs +1 -1
- package/nav-item/index.js +1 -1
- package/note/index.cjs +1 -1
- package/note/index.js +1 -1
- package/number-field/index.cjs +1 -1
- package/number-field/index.js +1 -1
- package/option/index.cjs +1 -1
- package/option/index.js +1 -1
- package/package.json +1 -1
- package/pagination/index.cjs +1 -1
- package/pagination/index.js +1 -1
- package/popup/index.cjs +1 -1
- package/popup/index.js +1 -1
- package/progress/index.cjs +1 -1
- package/progress/index.js +1 -1
- package/progress-ring/index.cjs +1 -1
- package/progress-ring/index.js +1 -1
- package/radio/index.cjs +1 -1
- package/radio/index.js +1 -1
- package/radio-group/index.cjs +1 -1
- package/radio-group/index.js +1 -1
- package/range-slider/index.cjs +1 -1
- package/range-slider/index.js +1 -1
- package/rich-text-editor/index.cjs +1 -1
- package/rich-text-editor/index.js +1 -1
- package/searchable-select/index.cjs +1 -1
- package/searchable-select/index.js +1 -1
- package/select/index.cjs +1 -1
- package/select/index.js +1 -1
- package/selectable-box/index.cjs +1 -1
- package/selectable-box/index.js +1 -1
- package/shared/affix.cjs +13 -7
- package/shared/affix.js +13 -8
- package/shared/aria/delegates-aria.d.ts +6 -0
- package/shared/aria/host-semantics.d.ts +6 -0
- package/shared/breadcrumb-item.cjs +2 -5
- package/shared/breadcrumb-item.js +2 -5
- package/shared/button.cjs +19 -14
- package/shared/button.js +19 -14
- package/shared/calendar-picker.template.cjs +3 -3
- package/shared/calendar-picker.template.js +1 -1
- package/shared/char-count.cjs +92 -0
- package/shared/char-count.js +90 -0
- package/shared/definition.js +1 -1
- package/shared/definition10.js +1 -1
- package/shared/definition11.cjs +27 -44
- package/shared/definition11.js +28 -45
- package/shared/definition12.cjs +1 -1
- package/shared/definition12.js +2 -2
- package/shared/definition13.js +1 -1
- package/shared/definition14.cjs +53 -22
- package/shared/definition14.js +54 -23
- package/shared/definition15.cjs +31 -36
- package/shared/definition15.js +30 -36
- package/shared/definition16.cjs +43 -63
- package/shared/definition16.js +42 -63
- package/shared/definition17.cjs +12 -5
- package/shared/definition17.js +12 -5
- package/shared/definition18.cjs +10 -14
- package/shared/definition18.js +9 -14
- package/shared/definition19.cjs +85 -100
- package/shared/definition19.js +75 -91
- package/shared/definition2.js +1 -1
- package/shared/definition20.cjs +15 -20
- package/shared/definition20.js +14 -20
- package/shared/definition21.cjs +22 -3
- package/shared/definition21.js +23 -4
- package/shared/definition22.cjs +12 -6
- package/shared/definition22.js +13 -7
- package/shared/definition23.cjs +5 -38
- package/shared/definition23.js +5 -37
- package/shared/definition24.cjs +2 -7
- package/shared/definition24.js +3 -8
- package/shared/definition25.js +1 -1
- package/shared/definition26.cjs +160 -163
- package/shared/definition26.js +159 -163
- package/shared/definition27.cjs +1 -1
- package/shared/definition27.js +2 -2
- package/shared/definition28.cjs +32 -17
- package/shared/definition28.js +33 -18
- package/shared/definition29.js +1 -1
- package/shared/definition3.js +1 -1
- package/shared/definition30.cjs +96 -482
- package/shared/definition30.js +99 -482
- package/shared/definition31.cjs +334 -57
- package/shared/definition31.js +333 -56
- package/shared/definition32.cjs +104 -19
- package/shared/definition32.js +105 -20
- package/shared/definition33.cjs +67 -15
- package/shared/definition33.js +66 -14
- package/shared/definition34.cjs +15 -50
- package/shared/definition34.js +14 -49
- package/shared/definition35.cjs +28 -397
- package/shared/definition35.js +27 -397
- package/shared/definition36.cjs +404 -54
- package/shared/definition36.js +404 -55
- package/shared/definition37.cjs +57 -234
- package/shared/definition37.js +57 -233
- package/shared/definition38.cjs +221 -66
- package/shared/definition38.js +220 -65
- package/shared/definition39.cjs +52 -44
- package/shared/definition39.js +51 -43
- package/shared/definition4.cjs +31 -24
- package/shared/definition4.js +33 -26
- package/shared/definition40.cjs +56 -266
- package/shared/definition40.js +55 -265
- package/shared/definition41.cjs +285 -142
- package/shared/definition41.js +285 -142
- package/shared/definition42.cjs +156 -564
- package/shared/definition42.js +156 -565
- package/shared/definition43.cjs +557 -14317
- package/shared/definition43.js +556 -14316
- package/shared/definition44.cjs +14418 -1085
- package/shared/definition44.js +14416 -1085
- package/shared/definition45.cjs +1049 -671
- package/shared/definition45.js +1050 -672
- package/shared/definition46.cjs +848 -113
- package/shared/definition46.js +847 -112
- package/shared/definition47.cjs +125 -90
- package/shared/definition47.js +124 -89
- package/shared/definition48.cjs +88 -455
- package/shared/definition48.js +87 -454
- package/shared/definition49.cjs +466 -109
- package/shared/definition49.js +466 -109
- package/shared/definition5.cjs +8 -7
- package/shared/definition5.js +6 -5
- package/shared/definition50.cjs +106 -106
- package/shared/definition50.js +105 -105
- package/shared/definition51.cjs +136 -15
- package/shared/definition51.js +135 -14
- package/shared/definition52.cjs +16 -115
- package/shared/definition52.js +15 -114
- package/shared/definition53.cjs +78 -490
- package/shared/definition53.js +77 -488
- package/shared/definition54.cjs +445 -23
- package/shared/definition54.js +443 -22
- package/shared/definition55.cjs +22 -136
- package/shared/definition55.js +21 -135
- package/shared/definition56.cjs +95 -291
- package/shared/definition56.js +95 -292
- package/shared/definition57.cjs +192 -480
- package/shared/definition57.js +190 -479
- package/shared/definition58.cjs +411 -24
- package/shared/definition58.js +410 -24
- package/shared/definition59.cjs +27 -144
- package/shared/definition59.js +27 -143
- package/shared/definition6.js +1 -1
- package/shared/definition60.cjs +83 -54
- package/shared/definition60.js +82 -53
- package/shared/definition61.cjs +78 -166
- package/shared/definition61.js +77 -164
- package/shared/definition62.cjs +143 -232
- package/shared/definition62.js +141 -231
- package/shared/definition63.cjs +234 -69417
- package/shared/definition63.js +233 -69416
- package/shared/definition64.cjs +69454 -28
- package/shared/definition64.js +69453 -27
- package/shared/definition65.cjs +28 -2168
- package/shared/definition65.js +27 -2166
- package/shared/definition66.cjs +27 -0
- package/shared/definition66.js +23 -0
- package/shared/definition67.cjs +2195 -0
- package/shared/definition67.js +2190 -0
- package/shared/definition7.cjs +11 -2
- package/shared/definition7.js +12 -3
- package/shared/definition8.cjs +24 -11
- package/shared/definition8.js +26 -13
- package/shared/definition9.cjs +1 -2
- package/shared/definition9.js +2 -3
- package/shared/delegates-aria.js +1 -1
- package/shared/deprecation/replaced-props.d.ts +20 -0
- package/shared/divider.cjs +41 -0
- package/shared/divider.js +38 -0
- package/shared/feedback/feedback-message.d.ts +345 -0
- package/shared/feedback/locale.d.ts +4 -0
- package/{lib/text-anchor/text-anchor.d.ts → shared/feedback/mixins.d.ts} +62 -39
- package/shared/form-associated.cjs +124 -100
- package/shared/form-associated.js +125 -101
- package/shared/form-element.cjs +84 -0
- package/shared/form-element.js +82 -0
- package/shared/foundation/button/button.d.ts +378 -2
- package/shared/foundation/form-associated/form-associated.d.ts +753 -49
- package/shared/foundation/listbox/listbox.d.ts +1 -1
- package/shared/foundation/vivid-element/vivid-element.d.ts +14 -0
- package/shared/host-semantics.js +1 -1
- package/shared/key-codes.js +1 -1
- package/shared/linkable.cjs +70 -0
- package/shared/linkable.js +68 -0
- package/shared/localization/Locale.d.ts +16 -0
- package/shared/mixins.cjs +306 -0
- package/shared/mixins.js +300 -0
- package/shared/patterns/affix.d.ts +16 -1
- package/shared/patterns/anchored.d.ts +20 -8
- package/shared/patterns/char-count/char-count.d.ts +351 -0
- package/shared/patterns/char-count/index.d.ts +1 -0
- package/shared/patterns/char-count/locale.d.ts +4 -0
- package/shared/patterns/form-elements/form-element.d.ts +744 -0
- package/shared/patterns/form-elements/index.d.ts +3 -1
- package/shared/patterns/form-elements/with-error-text.d.ts +1122 -0
- package/shared/patterns/form-elements/with-success-text.d.ts +341 -0
- package/shared/patterns/index.d.ts +2 -0
- package/shared/patterns/linkable.d.ts +394 -0
- package/shared/patterns/localized.d.ts +6 -0
- package/shared/patterns/trapped-focus.d.ts +6 -0
- package/shared/picker-field/mixins/calendar-picker.d.ts +420 -52
- package/shared/picker-field/mixins/calendar-picker.template.d.ts +420 -52
- package/shared/picker-field/mixins/inline-time-picker/inline-time-picker.d.ts +6 -0
- package/shared/picker-field/mixins/min-max-calendar-picker.d.ts +843 -107
- package/shared/picker-field/mixins/single-date-picker.d.ts +1259 -155
- package/shared/picker-field/mixins/single-value-picker.d.ts +417 -49
- package/shared/picker-field/mixins/time-selection-picker.d.ts +842 -106
- package/shared/picker-field/mixins/time-selection-picker.template.d.ts +839 -103
- package/shared/picker-field/picker-field.d.ts +1491 -15
- package/shared/picker-field.template.cjs +13 -22
- package/shared/picker-field.template.js +14 -23
- package/shared/repeat.js +1 -1
- package/shared/slider.template.cjs +1 -1
- package/shared/slider.template.js +1 -1
- package/shared/time-selection-picker.template.cjs +10 -15
- package/shared/time-selection-picker.template.js +10 -16
- package/shared/vivid-element.cjs +53 -4
- package/shared/vivid-element.js +53 -3
- package/shared/with-error-text.cjs +56 -0
- package/shared/with-error-text.js +54 -0
- package/shared/with-success-text.cjs +23 -0
- package/shared/with-success-text.js +21 -0
- package/side-drawer/index.cjs +1 -1
- package/side-drawer/index.js +1 -1
- package/slider/index.cjs +1 -1
- package/slider/index.js +1 -1
- package/split-button/index.cjs +1 -1
- package/split-button/index.js +1 -1
- package/styles/core/all.css +1 -1
- package/styles/core/theme.css +1 -1
- package/styles/core/typography.css +1 -1
- package/styles/tokens/theme-dark.css +4 -4
- package/styles/tokens/theme-light.css +4 -4
- package/styles/tokens/vivid-2-compat.css +1 -1
- package/switch/index.cjs +1 -1
- package/switch/index.js +1 -1
- package/tab/index.cjs +1 -1
- package/tab/index.js +1 -1
- package/tab-panel/index.cjs +1 -1
- package/tab-panel/index.js +1 -1
- package/tabs/index.cjs +1 -1
- package/tabs/index.js +1 -1
- package/tag/index.cjs +1 -1
- package/tag/index.js +1 -1
- package/tag-group/index.cjs +1 -1
- package/tag-group/index.js +1 -1
- package/text-area/index.cjs +1 -1
- package/text-area/index.js +1 -1
- package/text-field/index.cjs +1 -1
- package/text-field/index.js +1 -1
- package/time-picker/index.cjs +1 -1
- package/time-picker/index.js +1 -1
- package/toggletip/index.cjs +1 -1
- package/toggletip/index.js +1 -1
- package/tooltip/index.cjs +1 -1
- package/tooltip/index.js +1 -1
- package/tree-item/index.cjs +1 -1
- package/tree-item/index.js +1 -1
- package/tree-view/index.cjs +1 -1
- package/tree-view/index.js +1 -1
- package/video-player/index.cjs +1 -1
- package/video-player/index.js +1 -1
- package/visually-hidden/index.cjs +5 -0
- package/visually-hidden/index.js +3 -0
- package/vivid.api.json +762 -1478
- package/lib/checkbox/checkbox.form-associated.d.ts +0 -11
- package/lib/file-picker/file-picker.form-associated.d.ts +0 -11
- package/lib/number-field/number-field.form-associated.d.ts +0 -11
- package/lib/radio/radio.form-associated.d.ts +0 -13
- package/lib/range-slider/range-slider.form-associated.d.ts +0 -11
- package/lib/searchable-select/searchable-select.form-associated.d.ts +0 -11
- package/lib/select/select.form-associated.d.ts +0 -11
- package/lib/slider/slider.form-associated.d.ts +0 -11
- package/lib/switch/switch.form-associated.d.ts +0 -11
- package/lib/text-anchor/definition.d.ts +0 -2
- package/lib/text-anchor/text-anchor.template.d.ts +0 -3
- package/lib/text-area/text-area.form-associated.d.ts +0 -11
- package/lib/text-field/text-field.form-associated.d.ts +0 -11
- package/shared/anchor.cjs +0 -49
- package/shared/anchor.js +0 -47
- package/shared/apply-mixins.cjs +0 -23
- package/shared/apply-mixins.js +0 -21
- package/shared/applyMixinsWithObservables.cjs +0 -15
- package/shared/applyMixinsWithObservables.js +0 -13
- package/shared/direction.cjs +0 -17
- package/shared/direction.js +0 -15
- package/shared/form-elements.cjs +0 -209
- package/shared/form-elements.js +0 -202
- package/shared/foundation/anchor/anchor.d.ts +0 -11
- package/shared/foundation/utilities/apply-mixins.d.ts +0 -1
- package/shared/patterns/form-elements/form-elements.d.ts +0 -58
- package/shared/picker-field/picker-field.form-associated.d.ts +0 -11
- package/shared/text-anchor.cjs +0 -38
- package/shared/text-anchor.js +0 -36
- package/shared/text-anchor.template.cjs +0 -35
- package/shared/text-anchor.template.js +0 -33
- package/shared/utils/applyMixinsWithObservables.d.ts +0 -1
- package/text-anchor/index.cjs +0 -17
- package/text-anchor/index.js +0 -15
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { DateStr } from '../../datetime/dateStr';
|
|
2
2
|
import type { AbstractConstructor } from '../../utils/mixins';
|
|
3
|
-
export declare const SingleDatePickerMixin: <
|
|
3
|
+
export declare const SingleDatePickerMixin: <T_6 extends AbstractConstructor<{
|
|
4
4
|
_selectedMonth: import("../../datetime/month").Month;
|
|
5
5
|
_adjustSelectedMonthToEnsureVisibilityOf(date: string): boolean;
|
|
6
6
|
_currentDate: string;
|
|
@@ -8,8 +8,8 @@ export declare const SingleDatePickerMixin: <T_5 extends AbstractConstructor<{
|
|
|
8
8
|
readonly _resolvedMinDate: string;
|
|
9
9
|
readonly _resolvedMaxDate: string;
|
|
10
10
|
_isDateInValidRange(date: string): boolean;
|
|
11
|
-
"__#
|
|
12
|
-
"__#
|
|
11
|
+
"__#19@#isMonthAfterValidRange"(month: import("../../datetime/month").Month): boolean | "";
|
|
12
|
+
"__#19@#isMonthBeforeValidRange"(month: import("../../datetime/month").Month): boolean | "";
|
|
13
13
|
_isMonthInValidRange(month: import("../../datetime/month").Month): boolean;
|
|
14
14
|
_closePopup(restoreFocusToTextField?: boolean): void;
|
|
15
15
|
_onPickerButtonClick(): void;
|
|
@@ -45,9 +45,6 @@ export declare const SingleDatePickerMixin: <T_5 extends AbstractConstructor<{
|
|
|
45
45
|
_onMonthKeydown(month: import("../../datetime/month").Month, event: KeyboardEvent): boolean;
|
|
46
46
|
_onMonthFocus(month: import("../../datetime/month").Month): void;
|
|
47
47
|
readonly _tabbableMonth: import("../../datetime/month").Month | null;
|
|
48
|
-
label: string;
|
|
49
|
-
initialValue: string;
|
|
50
|
-
currentValue: string;
|
|
51
48
|
readOnly: boolean;
|
|
52
49
|
readOnlyChanged(): void;
|
|
53
50
|
_textFieldEl: import("../../..").VwcTextFieldElement;
|
|
@@ -55,20 +52,20 @@ export declare const SingleDatePickerMixin: <T_5 extends AbstractConstructor<{
|
|
|
55
52
|
_pickerButtonEl: import("../../..").VwcButtonElement;
|
|
56
53
|
connectedCallback(): void;
|
|
57
54
|
disconnectedCallback(): void;
|
|
58
|
-
"__#
|
|
59
|
-
"__#
|
|
60
|
-
|
|
55
|
+
"__#18@#onFocusIn": () => void;
|
|
56
|
+
"__#18@#onFocusOut": () => void;
|
|
57
|
+
proxy: HTMLInputElement;
|
|
61
58
|
validate(): void;
|
|
62
59
|
_getCustomValidationError(): string | null;
|
|
63
|
-
"__#
|
|
60
|
+
"__#18@#localeChangeHandler": {
|
|
64
61
|
handleChange: () => void;
|
|
65
62
|
};
|
|
66
|
-
"__#
|
|
67
|
-
"__#
|
|
68
|
-
"__#
|
|
63
|
+
"__#18@#localeChangeObserver": import("@microsoft/fast-element").BindingObserver<any, any, any>;
|
|
64
|
+
"__#18@#startObservingLocaleChanges"(): void;
|
|
65
|
+
"__#18@#stopObservingLocaleChanges"(): void;
|
|
69
66
|
_popupOpen: boolean;
|
|
70
|
-
"__#
|
|
71
|
-
"__#
|
|
67
|
+
"__#18@#dismissOnClickOutside": (event: MouseEvent) => void;
|
|
68
|
+
"__#18@#openPopupIfPossible"(): void;
|
|
72
69
|
_onBaseKeyDown(event: KeyboardEvent): boolean;
|
|
73
70
|
_focusableElsWithinDialog(): NodeListOf<HTMLElement>;
|
|
74
71
|
readonly _dialogLabel: string;
|
|
@@ -83,7 +80,358 @@ export declare const SingleDatePickerMixin: <T_5 extends AbstractConstructor<{
|
|
|
83
80
|
readonly _pickerButtonIcon: string;
|
|
84
81
|
_onOkClick(): void;
|
|
85
82
|
_onClearClick(): void;
|
|
86
|
-
|
|
83
|
+
helperText?: string | undefined;
|
|
84
|
+
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
85
|
+
readonly _feedbackDescribedBy: string;
|
|
86
|
+
_internalFeedback(): {
|
|
87
|
+
type: import("../../feedback/feedback-message").FeedbackType;
|
|
88
|
+
message: string;
|
|
89
|
+
};
|
|
90
|
+
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
91
|
+
_getFeedbackTemplate(ctx: import("../../design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<{
|
|
92
|
+
helperText?: string | undefined;
|
|
93
|
+
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
94
|
+
readonly _feedbackDescribedBy: string;
|
|
95
|
+
_internalFeedback(): {
|
|
96
|
+
type: import("../../feedback/feedback-message").FeedbackType;
|
|
97
|
+
message: string;
|
|
98
|
+
};
|
|
99
|
+
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
100
|
+
_getFeedbackTemplate(ctx: import("../../design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
101
|
+
specialHandling: boolean;
|
|
102
|
+
_vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
|
|
103
|
+
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
104
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
105
|
+
connectedCallback(): void;
|
|
106
|
+
disconnectedCallback(): void;
|
|
107
|
+
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
108
|
+
accessKey: string;
|
|
109
|
+
readonly accessKeyLabel: string;
|
|
110
|
+
autocapitalize: string;
|
|
111
|
+
dir: string;
|
|
112
|
+
draggable: boolean;
|
|
113
|
+
hidden: boolean;
|
|
114
|
+
inert: boolean;
|
|
115
|
+
innerText: string;
|
|
116
|
+
lang: string;
|
|
117
|
+
readonly offsetHeight: number;
|
|
118
|
+
readonly offsetLeft: number;
|
|
119
|
+
readonly offsetParent: Element | null;
|
|
120
|
+
readonly offsetTop: number;
|
|
121
|
+
readonly offsetWidth: number;
|
|
122
|
+
outerText: string;
|
|
123
|
+
spellcheck: boolean;
|
|
124
|
+
title: string;
|
|
125
|
+
translate: boolean;
|
|
126
|
+
attachInternals(): ElementInternals;
|
|
127
|
+
click(): void;
|
|
128
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
129
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
130
|
+
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
131
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
132
|
+
dropzone: import("dropzone");
|
|
133
|
+
readonly attributes: NamedNodeMap;
|
|
134
|
+
readonly classList: DOMTokenList;
|
|
135
|
+
className: string;
|
|
136
|
+
readonly clientHeight: number;
|
|
137
|
+
readonly clientLeft: number;
|
|
138
|
+
readonly clientTop: number;
|
|
139
|
+
readonly clientWidth: number;
|
|
140
|
+
id: string;
|
|
141
|
+
readonly localName: string;
|
|
142
|
+
readonly namespaceURI: string | null;
|
|
143
|
+
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
144
|
+
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
145
|
+
outerHTML: string;
|
|
146
|
+
readonly ownerDocument: Document;
|
|
147
|
+
readonly part: DOMTokenList;
|
|
148
|
+
readonly prefix: string | null;
|
|
149
|
+
readonly scrollHeight: number;
|
|
150
|
+
scrollLeft: number;
|
|
151
|
+
scrollTop: number;
|
|
152
|
+
readonly scrollWidth: number;
|
|
153
|
+
readonly shadowRoot: ShadowRoot | null;
|
|
154
|
+
slot: string;
|
|
155
|
+
readonly tagName: string;
|
|
156
|
+
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
157
|
+
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
158
|
+
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2] | null;
|
|
159
|
+
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3] | null;
|
|
160
|
+
closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4] | null;
|
|
161
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
162
|
+
getAttribute(qualifiedName: string): string | null;
|
|
163
|
+
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
164
|
+
getAttributeNames(): string[];
|
|
165
|
+
getAttributeNode(qualifiedName: string): Attr | null;
|
|
166
|
+
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
167
|
+
getBoundingClientRect(): DOMRect;
|
|
168
|
+
getClientRects(): DOMRectList;
|
|
169
|
+
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
170
|
+
getElementsByTagName<K_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<HTMLElementTagNameMap[K_5]>;
|
|
171
|
+
getElementsByTagName<K_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_6): HTMLCollectionOf<SVGElementTagNameMap[K_6]>;
|
|
172
|
+
getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
|
|
173
|
+
getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
|
|
174
|
+
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
175
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
176
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
177
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
178
|
+
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
179
|
+
hasAttribute(qualifiedName: string): boolean;
|
|
180
|
+
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
181
|
+
hasAttributes(): boolean;
|
|
182
|
+
hasPointerCapture(pointerId: number): boolean;
|
|
183
|
+
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
184
|
+
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
185
|
+
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
186
|
+
matches(selectors: string): boolean;
|
|
187
|
+
releasePointerCapture(pointerId: number): void;
|
|
188
|
+
removeAttribute(qualifiedName: string): void;
|
|
189
|
+
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
190
|
+
removeAttributeNode(attr: Attr): Attr;
|
|
191
|
+
requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
|
|
192
|
+
requestPointerLock(): void;
|
|
193
|
+
scroll(options?: ScrollToOptions | undefined): void;
|
|
194
|
+
scroll(x: number, y: number): void;
|
|
195
|
+
scrollBy(options?: ScrollToOptions | undefined): void;
|
|
196
|
+
scrollBy(x: number, y: number): void;
|
|
197
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
|
|
198
|
+
scrollTo(options?: ScrollToOptions | undefined): void;
|
|
199
|
+
scrollTo(x: number, y: number): void;
|
|
200
|
+
setAttribute(qualifiedName: string, value: string): void;
|
|
201
|
+
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
202
|
+
setAttributeNode(attr: Attr): Attr | null;
|
|
203
|
+
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
204
|
+
setPointerCapture(pointerId: number): void;
|
|
205
|
+
toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
|
|
206
|
+
webkitMatchesSelector(selectors: string): boolean;
|
|
207
|
+
readonly baseURI: string;
|
|
208
|
+
readonly childNodes: NodeListOf<ChildNode>;
|
|
209
|
+
readonly firstChild: ChildNode | null;
|
|
210
|
+
readonly isConnected: boolean;
|
|
211
|
+
readonly lastChild: ChildNode | null;
|
|
212
|
+
readonly nextSibling: ChildNode | null;
|
|
213
|
+
readonly nodeName: string;
|
|
214
|
+
readonly nodeType: number;
|
|
215
|
+
nodeValue: string | null;
|
|
216
|
+
readonly parentElement: HTMLElement | null;
|
|
217
|
+
readonly parentNode: ParentNode | null;
|
|
218
|
+
readonly previousSibling: ChildNode | null;
|
|
219
|
+
textContent: string | null;
|
|
220
|
+
appendChild<T extends Node>(node: T): T;
|
|
221
|
+
cloneNode(deep?: boolean | undefined): Node;
|
|
222
|
+
compareDocumentPosition(other: Node): number;
|
|
223
|
+
contains(other: Node | null): boolean;
|
|
224
|
+
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
225
|
+
hasChildNodes(): boolean;
|
|
226
|
+
insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
|
|
227
|
+
isDefaultNamespace(namespace: string | null): boolean;
|
|
228
|
+
isEqualNode(otherNode: Node | null): boolean;
|
|
229
|
+
isSameNode(otherNode: Node | null): boolean;
|
|
230
|
+
lookupNamespaceURI(prefix: string | null): string | null;
|
|
231
|
+
lookupPrefix(namespace: string | null): string | null;
|
|
232
|
+
normalize(): void;
|
|
233
|
+
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
234
|
+
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
235
|
+
readonly ELEMENT_NODE: 1;
|
|
236
|
+
readonly ATTRIBUTE_NODE: 2;
|
|
237
|
+
readonly TEXT_NODE: 3;
|
|
238
|
+
readonly CDATA_SECTION_NODE: 4;
|
|
239
|
+
readonly ENTITY_REFERENCE_NODE: 5;
|
|
240
|
+
readonly ENTITY_NODE: 6;
|
|
241
|
+
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
242
|
+
readonly COMMENT_NODE: 8;
|
|
243
|
+
readonly DOCUMENT_NODE: 9;
|
|
244
|
+
readonly DOCUMENT_TYPE_NODE: 10;
|
|
245
|
+
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
246
|
+
readonly NOTATION_NODE: 12;
|
|
247
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
248
|
+
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
249
|
+
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
250
|
+
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
251
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
252
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
253
|
+
dispatchEvent(event: Event): boolean;
|
|
254
|
+
ariaAtomic: string | null;
|
|
255
|
+
ariaAutoComplete: string | null;
|
|
256
|
+
ariaBusy: string | null;
|
|
257
|
+
ariaChecked: string | null;
|
|
258
|
+
ariaColCount: string | null;
|
|
259
|
+
ariaColIndex: string | null;
|
|
260
|
+
ariaColSpan: string | null;
|
|
261
|
+
ariaCurrent: string | null;
|
|
262
|
+
ariaDisabled: string | null;
|
|
263
|
+
ariaExpanded: string | null;
|
|
264
|
+
ariaHasPopup: string | null;
|
|
265
|
+
ariaHidden: string | null;
|
|
266
|
+
ariaInvalid: string | null;
|
|
267
|
+
ariaKeyShortcuts: string | null;
|
|
268
|
+
ariaLabel: string | null;
|
|
269
|
+
ariaLevel: string | null;
|
|
270
|
+
ariaLive: string | null;
|
|
271
|
+
ariaModal: string | null;
|
|
272
|
+
ariaMultiLine: string | null;
|
|
273
|
+
ariaMultiSelectable: string | null;
|
|
274
|
+
ariaOrientation: string | null;
|
|
275
|
+
ariaPlaceholder: string | null;
|
|
276
|
+
ariaPosInSet: string | null;
|
|
277
|
+
ariaPressed: string | null;
|
|
278
|
+
ariaReadOnly: string | null;
|
|
279
|
+
ariaRequired: string | null;
|
|
280
|
+
ariaRoleDescription: string | null;
|
|
281
|
+
ariaRowCount: string | null;
|
|
282
|
+
ariaRowIndex: string | null;
|
|
283
|
+
ariaRowSpan: string | null;
|
|
284
|
+
ariaSelected: string | null;
|
|
285
|
+
ariaSetSize: string | null;
|
|
286
|
+
ariaSort: string | null;
|
|
287
|
+
ariaValueMax: string | null;
|
|
288
|
+
ariaValueMin: string | null;
|
|
289
|
+
ariaValueNow: string | null;
|
|
290
|
+
ariaValueText: string | null;
|
|
291
|
+
role: string | null;
|
|
292
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
|
|
293
|
+
getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
|
|
294
|
+
after(...nodes: (string | Node)[]): void;
|
|
295
|
+
before(...nodes: (string | Node)[]): void;
|
|
296
|
+
remove(): void;
|
|
297
|
+
replaceWith(...nodes: (string | Node)[]): void;
|
|
298
|
+
innerHTML: string;
|
|
299
|
+
readonly nextElementSibling: Element | null;
|
|
300
|
+
readonly previousElementSibling: Element | null;
|
|
301
|
+
readonly childElementCount: number;
|
|
302
|
+
readonly children: HTMLCollection;
|
|
303
|
+
readonly firstElementChild: Element | null;
|
|
304
|
+
readonly lastElementChild: Element | null;
|
|
305
|
+
append(...nodes: (string | Node)[]): void;
|
|
306
|
+
prepend(...nodes: (string | Node)[]): void;
|
|
307
|
+
querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
|
|
308
|
+
querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
|
|
309
|
+
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
|
|
310
|
+
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
|
|
311
|
+
querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
|
|
312
|
+
querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
|
|
313
|
+
querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
|
|
314
|
+
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
315
|
+
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
316
|
+
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
317
|
+
replaceChildren(...nodes: (string | Node)[]): void;
|
|
318
|
+
readonly assignedSlot: HTMLSlotElement | null;
|
|
319
|
+
readonly style: CSSStyleDeclaration;
|
|
320
|
+
contentEditable: string;
|
|
321
|
+
enterKeyHint: string;
|
|
322
|
+
inputMode: string;
|
|
323
|
+
readonly isContentEditable: boolean;
|
|
324
|
+
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
325
|
+
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
326
|
+
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
327
|
+
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
328
|
+
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
329
|
+
onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
330
|
+
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
331
|
+
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
332
|
+
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
333
|
+
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
334
|
+
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
335
|
+
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
336
|
+
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
337
|
+
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
338
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
339
|
+
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
340
|
+
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
341
|
+
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
342
|
+
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
343
|
+
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
344
|
+
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
345
|
+
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
346
|
+
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
347
|
+
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
348
|
+
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
349
|
+
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
350
|
+
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
351
|
+
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
352
|
+
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
353
|
+
onerror: OnErrorEventHandler;
|
|
354
|
+
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
355
|
+
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
356
|
+
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
357
|
+
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
358
|
+
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
359
|
+
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
360
|
+
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
361
|
+
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
362
|
+
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
363
|
+
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
364
|
+
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
365
|
+
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
366
|
+
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
367
|
+
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
368
|
+
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
369
|
+
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
370
|
+
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
371
|
+
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
372
|
+
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
373
|
+
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
374
|
+
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
375
|
+
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
376
|
+
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
377
|
+
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
378
|
+
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
379
|
+
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
380
|
+
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
381
|
+
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
382
|
+
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
383
|
+
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
384
|
+
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
385
|
+
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
386
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
|
|
387
|
+
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
388
|
+
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
389
|
+
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
390
|
+
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
391
|
+
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
392
|
+
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
393
|
+
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
394
|
+
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
395
|
+
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
396
|
+
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
397
|
+
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
398
|
+
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
399
|
+
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
400
|
+
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
401
|
+
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
402
|
+
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
403
|
+
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
404
|
+
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
405
|
+
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
406
|
+
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
407
|
+
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
408
|
+
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
409
|
+
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
410
|
+
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
411
|
+
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
412
|
+
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
413
|
+
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
414
|
+
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
415
|
+
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
416
|
+
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
417
|
+
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
418
|
+
autofocus: boolean;
|
|
419
|
+
readonly dataset: DOMStringMap;
|
|
420
|
+
nonce?: string | undefined;
|
|
421
|
+
tabIndex: number;
|
|
422
|
+
blur(): void;
|
|
423
|
+
focus(options?: FocusOptions | undefined): void;
|
|
424
|
+
ariaColIndexText: string | null;
|
|
425
|
+
ariaDescription: string | null;
|
|
426
|
+
ariaRowIndexText: string | null;
|
|
427
|
+
ariaRelevant: string | null;
|
|
428
|
+
"__#1@#handleReplacedProp"(replacedProp: {
|
|
429
|
+
newPropertyName: string;
|
|
430
|
+
deprecatedPropertyName: string;
|
|
431
|
+
fromDeprecated: (v: any) => any;
|
|
432
|
+
toDeprecated?: ((v: any) => any) | undefined;
|
|
433
|
+
}): void;
|
|
434
|
+
}, any>;
|
|
87
435
|
specialHandling: boolean;
|
|
88
436
|
_vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
|
|
89
437
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
@@ -109,9 +457,9 @@ export declare const SingleDatePickerMixin: <T_5 extends AbstractConstructor<{
|
|
|
109
457
|
translate: boolean;
|
|
110
458
|
attachInternals(): ElementInternals;
|
|
111
459
|
click(): void;
|
|
112
|
-
addEventListener<
|
|
460
|
+
addEventListener<K_17 extends keyof HTMLElementEventMap>(type: K_17, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_17]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
113
461
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
114
|
-
removeEventListener<
|
|
462
|
+
removeEventListener<K_18 extends keyof HTMLElementEventMap>(type: K_18, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_18]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
115
463
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
116
464
|
dropzone: import("dropzone");
|
|
117
465
|
readonly attributes: NamedNodeMap;
|
|
@@ -139,10 +487,10 @@ export declare const SingleDatePickerMixin: <T_5 extends AbstractConstructor<{
|
|
|
139
487
|
readonly tagName: string;
|
|
140
488
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
141
489
|
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
142
|
-
closest<
|
|
143
|
-
closest<
|
|
144
|
-
closest<
|
|
145
|
-
closest<
|
|
490
|
+
closest<K_19 extends keyof HTMLElementTagNameMap>(selector: K_19): HTMLElementTagNameMap[K_19] | null;
|
|
491
|
+
closest<K_20 extends keyof SVGElementTagNameMap>(selector: K_20): SVGElementTagNameMap[K_20] | null;
|
|
492
|
+
closest<K_21 extends keyof MathMLElementTagNameMap>(selector: K_21): MathMLElementTagNameMap[K_21] | null;
|
|
493
|
+
closest<E_3 extends Element = Element>(selectors: string): E_3 | null;
|
|
146
494
|
getAttribute(qualifiedName: string): string | null;
|
|
147
495
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
148
496
|
getAttributeNames(): string[];
|
|
@@ -151,10 +499,10 @@ export declare const SingleDatePickerMixin: <T_5 extends AbstractConstructor<{
|
|
|
151
499
|
getBoundingClientRect(): DOMRect;
|
|
152
500
|
getClientRects(): DOMRectList;
|
|
153
501
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
154
|
-
getElementsByTagName<
|
|
155
|
-
getElementsByTagName<
|
|
156
|
-
getElementsByTagName<
|
|
157
|
-
getElementsByTagName<
|
|
502
|
+
getElementsByTagName<K_22 extends keyof HTMLElementTagNameMap>(qualifiedName: K_22): HTMLCollectionOf<HTMLElementTagNameMap[K_22]>;
|
|
503
|
+
getElementsByTagName<K_23 extends keyof SVGElementTagNameMap>(qualifiedName: K_23): HTMLCollectionOf<SVGElementTagNameMap[K_23]>;
|
|
504
|
+
getElementsByTagName<K_24 extends keyof MathMLElementTagNameMap>(qualifiedName: K_24): HTMLCollectionOf<MathMLElementTagNameMap[K_24]>;
|
|
505
|
+
getElementsByTagName<K_25 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_25): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_25]>;
|
|
158
506
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
159
507
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
160
508
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
@@ -207,7 +555,7 @@ export declare const SingleDatePickerMixin: <T_5 extends AbstractConstructor<{
|
|
|
207
555
|
contains(other: Node | null): boolean;
|
|
208
556
|
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
209
557
|
hasChildNodes(): boolean;
|
|
210
|
-
insertBefore<
|
|
558
|
+
insertBefore<T_4 extends Node>(node: T_4, child: Node | null): T_4;
|
|
211
559
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
212
560
|
isEqualNode(otherNode: Node | null): boolean;
|
|
213
561
|
isSameNode(otherNode: Node | null): boolean;
|
|
@@ -409,36 +757,56 @@ export declare const SingleDatePickerMixin: <T_5 extends AbstractConstructor<{
|
|
|
409
757
|
ariaDescription: string | null;
|
|
410
758
|
ariaRowIndexText: string | null;
|
|
411
759
|
ariaRelevant: string | null;
|
|
412
|
-
|
|
413
|
-
|
|
760
|
+
"__#1@#handleReplacedProp"(replacedProp: {
|
|
761
|
+
newPropertyName: string;
|
|
762
|
+
deprecatedPropertyName: string;
|
|
763
|
+
fromDeprecated: (v: any) => any;
|
|
764
|
+
toDeprecated?: ((v: any) => any) | undefined;
|
|
765
|
+
}): void;
|
|
766
|
+
errorText?: string | undefined;
|
|
767
|
+
errorTextChanged(_: string, newErrorText: string | undefined): void;
|
|
768
|
+
"__#4@#blockValidateCalls": boolean;
|
|
769
|
+
"__#4@#originalValidateFn": () => void;
|
|
770
|
+
"__#4@#forceCustomError"(errorMessage: string): void;
|
|
771
|
+
"__#4@#clearCustomErrorAndRevalidate"(): void;
|
|
772
|
+
label?: string | undefined;
|
|
773
|
+
errorValidationMessage: string;
|
|
774
|
+
forceErrorDisplay: boolean;
|
|
775
|
+
hasBeenTouched: boolean;
|
|
776
|
+
"__#3@#handleInvalidEvent": (() => void) & (() => void);
|
|
777
|
+
formResetCallback: (() => void) & (() => void) & (() => void) & (() => void);
|
|
778
|
+
readonly validity: ValidityState;
|
|
779
|
+
readonly form: HTMLFormElement | null;
|
|
780
|
+
readonly validationMessage: string;
|
|
781
|
+
readonly willValidate: boolean;
|
|
782
|
+
readonly labels: readonly Node[];
|
|
414
783
|
dirtyValue: boolean;
|
|
784
|
+
proxySlot?: HTMLSlotElement | undefined;
|
|
785
|
+
value: string;
|
|
786
|
+
valueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
787
|
+
currentValue: string;
|
|
788
|
+
initialValue: string;
|
|
789
|
+
initialValueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
415
790
|
disabled: boolean;
|
|
416
|
-
|
|
417
|
-
readonly formAssociated: boolean;
|
|
418
|
-
readonly labels: readonly Node[][];
|
|
791
|
+
disabledChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
419
792
|
name: string;
|
|
793
|
+
nameChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
420
794
|
required: boolean;
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
readonly
|
|
436
|
-
checkValidity: () => boolean;
|
|
437
|
-
reportValidity: () => boolean;
|
|
438
|
-
setFormValue: (value: string | File | FormData | null, state?: string | File | FormData | null | undefined) => void;
|
|
439
|
-
setValidity: (flags?: ValidityStateFlags | undefined, message?: string | undefined, anchor?: HTMLElement | undefined) => void;
|
|
440
|
-
helperText?: string | undefined;
|
|
441
|
-
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
795
|
+
requiredChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
796
|
+
readonly elementInternals: ElementInternals | null;
|
|
797
|
+
proxyEventsToBlock: string[];
|
|
798
|
+
checkValidity: (() => boolean) & (() => boolean);
|
|
799
|
+
reportValidity: (() => boolean) & (() => boolean);
|
|
800
|
+
setValidity: ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void) & ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void);
|
|
801
|
+
formDisabledCallback: ((disabled: boolean) => void) & ((disabled: boolean) => void);
|
|
802
|
+
proxyInitialized: boolean;
|
|
803
|
+
attachProxy: (() => void) & (() => void);
|
|
804
|
+
detachProxy: (() => void) & (() => void);
|
|
805
|
+
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);
|
|
806
|
+
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
807
|
+
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
808
|
+
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
809
|
+
readonly locale: import("../../localization/Locale").Locale;
|
|
442
810
|
} & import("../picker-field").PickerField & {
|
|
443
811
|
_isValidValue(value: string): boolean;
|
|
444
812
|
_toPresentationValue(value: string): string;
|
|
@@ -449,9 +817,6 @@ export declare const SingleDatePickerMixin: <T_5 extends AbstractConstructor<{
|
|
|
449
817
|
_onTextFieldChange(): void;
|
|
450
818
|
_isPresentationValueInvalid(): boolean;
|
|
451
819
|
_onClearClick(): void;
|
|
452
|
-
label: string;
|
|
453
|
-
initialValue: string;
|
|
454
|
-
currentValue: string;
|
|
455
820
|
readOnly: boolean;
|
|
456
821
|
readOnlyChanged(): void;
|
|
457
822
|
_textFieldEl: import("../../..").VwcTextFieldElement;
|
|
@@ -459,20 +824,20 @@ export declare const SingleDatePickerMixin: <T_5 extends AbstractConstructor<{
|
|
|
459
824
|
_pickerButtonEl: import("../../..").VwcButtonElement;
|
|
460
825
|
connectedCallback(): void;
|
|
461
826
|
disconnectedCallback(): void;
|
|
462
|
-
"__#
|
|
463
|
-
"__#
|
|
464
|
-
|
|
827
|
+
"__#18@#onFocusIn": () => void;
|
|
828
|
+
"__#18@#onFocusOut": () => void;
|
|
829
|
+
proxy: HTMLInputElement;
|
|
465
830
|
validate(): void;
|
|
466
831
|
_getCustomValidationError(): string | null;
|
|
467
|
-
"__#
|
|
832
|
+
"__#18@#localeChangeHandler": {
|
|
468
833
|
handleChange: () => void;
|
|
469
834
|
};
|
|
470
|
-
"__#
|
|
471
|
-
"__#
|
|
472
|
-
"__#
|
|
835
|
+
"__#18@#localeChangeObserver": import("@microsoft/fast-element").BindingObserver<any, any, any>;
|
|
836
|
+
"__#18@#startObservingLocaleChanges"(): void;
|
|
837
|
+
"__#18@#stopObservingLocaleChanges"(): void;
|
|
473
838
|
_popupOpen: boolean;
|
|
474
|
-
"__#
|
|
475
|
-
"__#
|
|
839
|
+
"__#18@#dismissOnClickOutside": (event: MouseEvent) => void;
|
|
840
|
+
"__#18@#openPopupIfPossible"(): void;
|
|
476
841
|
_closePopup(restoreFocusToTextField?: boolean): void;
|
|
477
842
|
_onBaseKeyDown(event: KeyboardEvent): boolean;
|
|
478
843
|
_focusableElsWithinDialog(): NodeListOf<HTMLElement>;
|
|
@@ -486,7 +851,358 @@ export declare const SingleDatePickerMixin: <T_5 extends AbstractConstructor<{
|
|
|
486
851
|
readonly _pickerButtonIcon: string;
|
|
487
852
|
_onPickerButtonClick(): void;
|
|
488
853
|
_onOkClick(): void;
|
|
489
|
-
|
|
854
|
+
helperText?: string | undefined;
|
|
855
|
+
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
856
|
+
readonly _feedbackDescribedBy: string;
|
|
857
|
+
_internalFeedback(): {
|
|
858
|
+
type: import("../../feedback/feedback-message").FeedbackType;
|
|
859
|
+
message: string;
|
|
860
|
+
};
|
|
861
|
+
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
862
|
+
_getFeedbackTemplate(ctx: import("../../design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<{
|
|
863
|
+
helperText?: string | undefined;
|
|
864
|
+
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
865
|
+
readonly _feedbackDescribedBy: string;
|
|
866
|
+
_internalFeedback(): {
|
|
867
|
+
type: import("../../feedback/feedback-message").FeedbackType;
|
|
868
|
+
message: string;
|
|
869
|
+
};
|
|
870
|
+
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
871
|
+
_getFeedbackTemplate(ctx: import("../../design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
872
|
+
specialHandling: boolean;
|
|
873
|
+
_vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
|
|
874
|
+
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
875
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
876
|
+
connectedCallback(): void;
|
|
877
|
+
disconnectedCallback(): void;
|
|
878
|
+
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
879
|
+
accessKey: string;
|
|
880
|
+
readonly accessKeyLabel: string;
|
|
881
|
+
autocapitalize: string;
|
|
882
|
+
dir: string;
|
|
883
|
+
draggable: boolean;
|
|
884
|
+
hidden: boolean;
|
|
885
|
+
inert: boolean;
|
|
886
|
+
innerText: string;
|
|
887
|
+
lang: string;
|
|
888
|
+
readonly offsetHeight: number;
|
|
889
|
+
readonly offsetLeft: number;
|
|
890
|
+
readonly offsetParent: Element | null;
|
|
891
|
+
readonly offsetTop: number;
|
|
892
|
+
readonly offsetWidth: number;
|
|
893
|
+
outerText: string;
|
|
894
|
+
spellcheck: boolean;
|
|
895
|
+
title: string;
|
|
896
|
+
translate: boolean;
|
|
897
|
+
attachInternals(): ElementInternals;
|
|
898
|
+
click(): void;
|
|
899
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
900
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
901
|
+
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
902
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
903
|
+
dropzone: import("dropzone");
|
|
904
|
+
readonly attributes: NamedNodeMap;
|
|
905
|
+
readonly classList: DOMTokenList;
|
|
906
|
+
className: string;
|
|
907
|
+
readonly clientHeight: number;
|
|
908
|
+
readonly clientLeft: number;
|
|
909
|
+
readonly clientTop: number;
|
|
910
|
+
readonly clientWidth: number;
|
|
911
|
+
id: string;
|
|
912
|
+
readonly localName: string;
|
|
913
|
+
readonly namespaceURI: string | null;
|
|
914
|
+
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
915
|
+
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
916
|
+
outerHTML: string;
|
|
917
|
+
readonly ownerDocument: Document;
|
|
918
|
+
readonly part: DOMTokenList;
|
|
919
|
+
readonly prefix: string | null;
|
|
920
|
+
readonly scrollHeight: number;
|
|
921
|
+
scrollLeft: number;
|
|
922
|
+
scrollTop: number;
|
|
923
|
+
readonly scrollWidth: number;
|
|
924
|
+
readonly shadowRoot: ShadowRoot | null;
|
|
925
|
+
slot: string;
|
|
926
|
+
readonly tagName: string;
|
|
927
|
+
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
928
|
+
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
929
|
+
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2] | null;
|
|
930
|
+
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3] | null;
|
|
931
|
+
closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4] | null;
|
|
932
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
933
|
+
getAttribute(qualifiedName: string): string | null;
|
|
934
|
+
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
935
|
+
getAttributeNames(): string[];
|
|
936
|
+
getAttributeNode(qualifiedName: string): Attr | null;
|
|
937
|
+
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
938
|
+
getBoundingClientRect(): DOMRect;
|
|
939
|
+
getClientRects(): DOMRectList;
|
|
940
|
+
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
941
|
+
getElementsByTagName<K_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<HTMLElementTagNameMap[K_5]>;
|
|
942
|
+
getElementsByTagName<K_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_6): HTMLCollectionOf<SVGElementTagNameMap[K_6]>;
|
|
943
|
+
getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
|
|
944
|
+
getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
|
|
945
|
+
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
946
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
947
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
948
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
949
|
+
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
950
|
+
hasAttribute(qualifiedName: string): boolean;
|
|
951
|
+
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
952
|
+
hasAttributes(): boolean;
|
|
953
|
+
hasPointerCapture(pointerId: number): boolean;
|
|
954
|
+
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
955
|
+
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
956
|
+
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
957
|
+
matches(selectors: string): boolean;
|
|
958
|
+
releasePointerCapture(pointerId: number): void;
|
|
959
|
+
removeAttribute(qualifiedName: string): void;
|
|
960
|
+
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
961
|
+
removeAttributeNode(attr: Attr): Attr;
|
|
962
|
+
requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
|
|
963
|
+
requestPointerLock(): void;
|
|
964
|
+
scroll(options?: ScrollToOptions | undefined): void;
|
|
965
|
+
scroll(x: number, y: number): void;
|
|
966
|
+
scrollBy(options?: ScrollToOptions | undefined): void;
|
|
967
|
+
scrollBy(x: number, y: number): void;
|
|
968
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
|
|
969
|
+
scrollTo(options?: ScrollToOptions | undefined): void;
|
|
970
|
+
scrollTo(x: number, y: number): void;
|
|
971
|
+
setAttribute(qualifiedName: string, value: string): void;
|
|
972
|
+
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
973
|
+
setAttributeNode(attr: Attr): Attr | null;
|
|
974
|
+
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
975
|
+
setPointerCapture(pointerId: number): void;
|
|
976
|
+
toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
|
|
977
|
+
webkitMatchesSelector(selectors: string): boolean;
|
|
978
|
+
readonly baseURI: string;
|
|
979
|
+
readonly childNodes: NodeListOf<ChildNode>;
|
|
980
|
+
readonly firstChild: ChildNode | null;
|
|
981
|
+
readonly isConnected: boolean;
|
|
982
|
+
readonly lastChild: ChildNode | null;
|
|
983
|
+
readonly nextSibling: ChildNode | null;
|
|
984
|
+
readonly nodeName: string;
|
|
985
|
+
readonly nodeType: number;
|
|
986
|
+
nodeValue: string | null;
|
|
987
|
+
readonly parentElement: HTMLElement | null;
|
|
988
|
+
readonly parentNode: ParentNode | null;
|
|
989
|
+
readonly previousSibling: ChildNode | null;
|
|
990
|
+
textContent: string | null;
|
|
991
|
+
appendChild<T extends Node>(node: T): T;
|
|
992
|
+
cloneNode(deep?: boolean | undefined): Node;
|
|
993
|
+
compareDocumentPosition(other: Node): number;
|
|
994
|
+
contains(other: Node | null): boolean;
|
|
995
|
+
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
996
|
+
hasChildNodes(): boolean;
|
|
997
|
+
insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
|
|
998
|
+
isDefaultNamespace(namespace: string | null): boolean;
|
|
999
|
+
isEqualNode(otherNode: Node | null): boolean;
|
|
1000
|
+
isSameNode(otherNode: Node | null): boolean;
|
|
1001
|
+
lookupNamespaceURI(prefix: string | null): string | null;
|
|
1002
|
+
lookupPrefix(namespace: string | null): string | null;
|
|
1003
|
+
normalize(): void;
|
|
1004
|
+
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
1005
|
+
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
1006
|
+
readonly ELEMENT_NODE: 1;
|
|
1007
|
+
readonly ATTRIBUTE_NODE: 2;
|
|
1008
|
+
readonly TEXT_NODE: 3;
|
|
1009
|
+
readonly CDATA_SECTION_NODE: 4;
|
|
1010
|
+
readonly ENTITY_REFERENCE_NODE: 5;
|
|
1011
|
+
readonly ENTITY_NODE: 6;
|
|
1012
|
+
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
1013
|
+
readonly COMMENT_NODE: 8;
|
|
1014
|
+
readonly DOCUMENT_NODE: 9;
|
|
1015
|
+
readonly DOCUMENT_TYPE_NODE: 10;
|
|
1016
|
+
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
1017
|
+
readonly NOTATION_NODE: 12;
|
|
1018
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
1019
|
+
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
1020
|
+
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
1021
|
+
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
1022
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
1023
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
1024
|
+
dispatchEvent(event: Event): boolean;
|
|
1025
|
+
ariaAtomic: string | null;
|
|
1026
|
+
ariaAutoComplete: string | null;
|
|
1027
|
+
ariaBusy: string | null;
|
|
1028
|
+
ariaChecked: string | null;
|
|
1029
|
+
ariaColCount: string | null;
|
|
1030
|
+
ariaColIndex: string | null;
|
|
1031
|
+
ariaColSpan: string | null;
|
|
1032
|
+
ariaCurrent: string | null;
|
|
1033
|
+
ariaDisabled: string | null;
|
|
1034
|
+
ariaExpanded: string | null;
|
|
1035
|
+
ariaHasPopup: string | null;
|
|
1036
|
+
ariaHidden: string | null;
|
|
1037
|
+
ariaInvalid: string | null;
|
|
1038
|
+
ariaKeyShortcuts: string | null;
|
|
1039
|
+
ariaLabel: string | null;
|
|
1040
|
+
ariaLevel: string | null;
|
|
1041
|
+
ariaLive: string | null;
|
|
1042
|
+
ariaModal: string | null;
|
|
1043
|
+
ariaMultiLine: string | null;
|
|
1044
|
+
ariaMultiSelectable: string | null;
|
|
1045
|
+
ariaOrientation: string | null;
|
|
1046
|
+
ariaPlaceholder: string | null;
|
|
1047
|
+
ariaPosInSet: string | null;
|
|
1048
|
+
ariaPressed: string | null;
|
|
1049
|
+
ariaReadOnly: string | null;
|
|
1050
|
+
ariaRequired: string | null;
|
|
1051
|
+
ariaRoleDescription: string | null;
|
|
1052
|
+
ariaRowCount: string | null;
|
|
1053
|
+
ariaRowIndex: string | null;
|
|
1054
|
+
ariaRowSpan: string | null;
|
|
1055
|
+
ariaSelected: string | null;
|
|
1056
|
+
ariaSetSize: string | null;
|
|
1057
|
+
ariaSort: string | null;
|
|
1058
|
+
ariaValueMax: string | null;
|
|
1059
|
+
ariaValueMin: string | null;
|
|
1060
|
+
ariaValueNow: string | null;
|
|
1061
|
+
ariaValueText: string | null;
|
|
1062
|
+
role: string | null;
|
|
1063
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
|
|
1064
|
+
getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
|
|
1065
|
+
after(...nodes: (string | Node)[]): void;
|
|
1066
|
+
before(...nodes: (string | Node)[]): void;
|
|
1067
|
+
remove(): void;
|
|
1068
|
+
replaceWith(...nodes: (string | Node)[]): void;
|
|
1069
|
+
innerHTML: string;
|
|
1070
|
+
readonly nextElementSibling: Element | null;
|
|
1071
|
+
readonly previousElementSibling: Element | null;
|
|
1072
|
+
readonly childElementCount: number;
|
|
1073
|
+
readonly children: HTMLCollection;
|
|
1074
|
+
readonly firstElementChild: Element | null;
|
|
1075
|
+
readonly lastElementChild: Element | null;
|
|
1076
|
+
append(...nodes: (string | Node)[]): void;
|
|
1077
|
+
prepend(...nodes: (string | Node)[]): void;
|
|
1078
|
+
querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
|
|
1079
|
+
querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
|
|
1080
|
+
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
|
|
1081
|
+
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
|
|
1082
|
+
querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
|
|
1083
|
+
querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
|
|
1084
|
+
querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
|
|
1085
|
+
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
1086
|
+
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
1087
|
+
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
1088
|
+
replaceChildren(...nodes: (string | Node)[]): void;
|
|
1089
|
+
readonly assignedSlot: HTMLSlotElement | null;
|
|
1090
|
+
readonly style: CSSStyleDeclaration;
|
|
1091
|
+
contentEditable: string;
|
|
1092
|
+
enterKeyHint: string;
|
|
1093
|
+
inputMode: string;
|
|
1094
|
+
readonly isContentEditable: boolean;
|
|
1095
|
+
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1096
|
+
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1097
|
+
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1098
|
+
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1099
|
+
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1100
|
+
onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1101
|
+
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
1102
|
+
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1103
|
+
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1104
|
+
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1105
|
+
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1106
|
+
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1107
|
+
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1108
|
+
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1109
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1110
|
+
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1111
|
+
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1112
|
+
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1113
|
+
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1114
|
+
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1115
|
+
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1116
|
+
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1117
|
+
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1118
|
+
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1119
|
+
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1120
|
+
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1121
|
+
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1122
|
+
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1123
|
+
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1124
|
+
onerror: OnErrorEventHandler;
|
|
1125
|
+
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1126
|
+
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
1127
|
+
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1128
|
+
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1129
|
+
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1130
|
+
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
1131
|
+
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
1132
|
+
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
1133
|
+
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1134
|
+
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1135
|
+
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1136
|
+
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1137
|
+
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1138
|
+
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1139
|
+
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1140
|
+
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1141
|
+
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1142
|
+
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1143
|
+
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1144
|
+
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1145
|
+
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1146
|
+
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1147
|
+
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1148
|
+
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1149
|
+
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1150
|
+
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1151
|
+
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1152
|
+
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1153
|
+
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1154
|
+
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1155
|
+
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1156
|
+
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1157
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
|
|
1158
|
+
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1159
|
+
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1160
|
+
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1161
|
+
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1162
|
+
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
1163
|
+
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1164
|
+
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1165
|
+
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1166
|
+
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1167
|
+
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1168
|
+
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1169
|
+
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1170
|
+
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
1171
|
+
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1172
|
+
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1173
|
+
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1174
|
+
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1175
|
+
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1176
|
+
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1177
|
+
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1178
|
+
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1179
|
+
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1180
|
+
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1181
|
+
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1182
|
+
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1183
|
+
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1184
|
+
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1185
|
+
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1186
|
+
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1187
|
+
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1188
|
+
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
1189
|
+
autofocus: boolean;
|
|
1190
|
+
readonly dataset: DOMStringMap;
|
|
1191
|
+
nonce?: string | undefined;
|
|
1192
|
+
tabIndex: number;
|
|
1193
|
+
blur(): void;
|
|
1194
|
+
focus(options?: FocusOptions | undefined): void;
|
|
1195
|
+
ariaColIndexText: string | null;
|
|
1196
|
+
ariaDescription: string | null;
|
|
1197
|
+
ariaRowIndexText: string | null;
|
|
1198
|
+
ariaRelevant: string | null;
|
|
1199
|
+
"__#1@#handleReplacedProp"(replacedProp: {
|
|
1200
|
+
newPropertyName: string;
|
|
1201
|
+
deprecatedPropertyName: string;
|
|
1202
|
+
fromDeprecated: (v: any) => any;
|
|
1203
|
+
toDeprecated?: ((v: any) => any) | undefined;
|
|
1204
|
+
}): void;
|
|
1205
|
+
}, any>;
|
|
490
1206
|
specialHandling: boolean;
|
|
491
1207
|
_vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
|
|
492
1208
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
@@ -512,9 +1228,9 @@ export declare const SingleDatePickerMixin: <T_5 extends AbstractConstructor<{
|
|
|
512
1228
|
translate: boolean;
|
|
513
1229
|
attachInternals(): ElementInternals;
|
|
514
1230
|
click(): void;
|
|
515
|
-
addEventListener<
|
|
1231
|
+
addEventListener<K_26 extends keyof HTMLElementEventMap>(type: K_26, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_26]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
516
1232
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
517
|
-
removeEventListener<
|
|
1233
|
+
removeEventListener<K_27 extends keyof HTMLElementEventMap>(type: K_27, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_27]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
518
1234
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
519
1235
|
dropzone: import("dropzone");
|
|
520
1236
|
readonly attributes: NamedNodeMap;
|
|
@@ -542,10 +1258,10 @@ export declare const SingleDatePickerMixin: <T_5 extends AbstractConstructor<{
|
|
|
542
1258
|
readonly tagName: string;
|
|
543
1259
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
544
1260
|
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
545
|
-
closest<
|
|
546
|
-
closest<
|
|
547
|
-
closest<
|
|
548
|
-
closest<
|
|
1261
|
+
closest<K_28 extends keyof HTMLElementTagNameMap>(selector: K_28): HTMLElementTagNameMap[K_28] | null;
|
|
1262
|
+
closest<K_29 extends keyof SVGElementTagNameMap>(selector: K_29): SVGElementTagNameMap[K_29] | null;
|
|
1263
|
+
closest<K_30 extends keyof MathMLElementTagNameMap>(selector: K_30): MathMLElementTagNameMap[K_30] | null;
|
|
1264
|
+
closest<E_4 extends Element = Element>(selectors: string): E_4 | null;
|
|
549
1265
|
getAttribute(qualifiedName: string): string | null;
|
|
550
1266
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
551
1267
|
getAttributeNames(): string[];
|
|
@@ -554,10 +1270,10 @@ export declare const SingleDatePickerMixin: <T_5 extends AbstractConstructor<{
|
|
|
554
1270
|
getBoundingClientRect(): DOMRect;
|
|
555
1271
|
getClientRects(): DOMRectList;
|
|
556
1272
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
557
|
-
getElementsByTagName<
|
|
558
|
-
getElementsByTagName<
|
|
559
|
-
getElementsByTagName<
|
|
560
|
-
getElementsByTagName<
|
|
1273
|
+
getElementsByTagName<K_31 extends keyof HTMLElementTagNameMap>(qualifiedName: K_31): HTMLCollectionOf<HTMLElementTagNameMap[K_31]>;
|
|
1274
|
+
getElementsByTagName<K_32 extends keyof SVGElementTagNameMap>(qualifiedName: K_32): HTMLCollectionOf<SVGElementTagNameMap[K_32]>;
|
|
1275
|
+
getElementsByTagName<K_33 extends keyof MathMLElementTagNameMap>(qualifiedName: K_33): HTMLCollectionOf<MathMLElementTagNameMap[K_33]>;
|
|
1276
|
+
getElementsByTagName<K_34 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_34): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_34]>;
|
|
561
1277
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
562
1278
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
563
1279
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
@@ -610,7 +1326,7 @@ export declare const SingleDatePickerMixin: <T_5 extends AbstractConstructor<{
|
|
|
610
1326
|
contains(other: Node | null): boolean;
|
|
611
1327
|
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
612
1328
|
hasChildNodes(): boolean;
|
|
613
|
-
insertBefore<
|
|
1329
|
+
insertBefore<T_5 extends Node>(node: T_5, child: Node | null): T_5;
|
|
614
1330
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
615
1331
|
isEqualNode(otherNode: Node | null): boolean;
|
|
616
1332
|
isSameNode(otherNode: Node | null): boolean;
|
|
@@ -812,36 +1528,56 @@ export declare const SingleDatePickerMixin: <T_5 extends AbstractConstructor<{
|
|
|
812
1528
|
ariaDescription: string | null;
|
|
813
1529
|
ariaRowIndexText: string | null;
|
|
814
1530
|
ariaRelevant: string | null;
|
|
815
|
-
|
|
816
|
-
|
|
1531
|
+
"__#1@#handleReplacedProp"(replacedProp: {
|
|
1532
|
+
newPropertyName: string;
|
|
1533
|
+
deprecatedPropertyName: string;
|
|
1534
|
+
fromDeprecated: (v: any) => any;
|
|
1535
|
+
toDeprecated?: ((v: any) => any) | undefined;
|
|
1536
|
+
}): void;
|
|
1537
|
+
errorText?: string | undefined;
|
|
1538
|
+
errorTextChanged(_: string, newErrorText: string | undefined): void;
|
|
1539
|
+
"__#4@#blockValidateCalls": boolean;
|
|
1540
|
+
"__#4@#originalValidateFn": () => void;
|
|
1541
|
+
"__#4@#forceCustomError"(errorMessage: string): void;
|
|
1542
|
+
"__#4@#clearCustomErrorAndRevalidate"(): void;
|
|
1543
|
+
label?: string | undefined;
|
|
1544
|
+
errorValidationMessage: string;
|
|
1545
|
+
forceErrorDisplay: boolean;
|
|
1546
|
+
hasBeenTouched: boolean;
|
|
1547
|
+
"__#3@#handleInvalidEvent": (() => void) & (() => void);
|
|
1548
|
+
formResetCallback: (() => void) & (() => void) & (() => void) & (() => void);
|
|
1549
|
+
readonly validity: ValidityState;
|
|
1550
|
+
readonly form: HTMLFormElement | null;
|
|
1551
|
+
readonly validationMessage: string;
|
|
1552
|
+
readonly willValidate: boolean;
|
|
1553
|
+
readonly labels: readonly Node[];
|
|
817
1554
|
dirtyValue: boolean;
|
|
1555
|
+
proxySlot?: HTMLSlotElement | undefined;
|
|
1556
|
+
value: string;
|
|
1557
|
+
currentValue: string;
|
|
1558
|
+
initialValue: string;
|
|
1559
|
+
initialValueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
818
1560
|
disabled: boolean;
|
|
819
|
-
|
|
820
|
-
readonly formAssociated: boolean;
|
|
821
|
-
readonly labels: readonly Node[][];
|
|
1561
|
+
disabledChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
822
1562
|
name: string;
|
|
1563
|
+
nameChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
823
1564
|
required: boolean;
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
setFormValue: (value: string | File | FormData | null, state?: string | File | FormData | null | undefined) => void;
|
|
841
|
-
setValidity: (flags?: ValidityStateFlags | undefined, message?: string | undefined, anchor?: HTMLElement | undefined) => void;
|
|
842
|
-
helperText?: string | undefined;
|
|
843
|
-
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
844
|
-
}>>(Base: T_5) => (abstract new (...args: any[]) => {
|
|
1565
|
+
requiredChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
1566
|
+
readonly elementInternals: ElementInternals | null;
|
|
1567
|
+
proxyEventsToBlock: string[];
|
|
1568
|
+
checkValidity: (() => boolean) & (() => boolean);
|
|
1569
|
+
reportValidity: (() => boolean) & (() => boolean);
|
|
1570
|
+
setValidity: ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void) & ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void);
|
|
1571
|
+
formDisabledCallback: ((disabled: boolean) => void) & ((disabled: boolean) => void);
|
|
1572
|
+
proxyInitialized: boolean;
|
|
1573
|
+
attachProxy: (() => void) & (() => void);
|
|
1574
|
+
detachProxy: (() => void) & (() => void);
|
|
1575
|
+
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);
|
|
1576
|
+
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
1577
|
+
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
1578
|
+
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
1579
|
+
readonly locale: import("../../localization/Locale").Locale;
|
|
1580
|
+
}>>(Base: T_6) => (abstract new (...args: any[]) => {
|
|
845
1581
|
_dateValue(): DateStr | '';
|
|
846
1582
|
_withUpdatedDate(dateStr: DateStr): string;
|
|
847
1583
|
valueChanged(previous: string, next: string): void;
|
|
@@ -856,8 +1592,8 @@ export declare const SingleDatePickerMixin: <T_5 extends AbstractConstructor<{
|
|
|
856
1592
|
readonly _resolvedMinDate: string;
|
|
857
1593
|
readonly _resolvedMaxDate: string;
|
|
858
1594
|
_isDateInValidRange(date: string): boolean;
|
|
859
|
-
"__#
|
|
860
|
-
"__#
|
|
1595
|
+
"__#19@#isMonthAfterValidRange"(month: import("../../datetime/month").Month): boolean | "";
|
|
1596
|
+
"__#19@#isMonthBeforeValidRange"(month: import("../../datetime/month").Month): boolean | "";
|
|
861
1597
|
_isMonthInValidRange(month: import("../../datetime/month").Month): boolean;
|
|
862
1598
|
_closePopup: ((restoreFocusToTextField?: boolean) => void) & ((restoreFocusToTextField?: boolean) => void);
|
|
863
1599
|
_onPickerButtonClick: (() => void) & (() => void);
|
|
@@ -889,9 +1625,6 @@ export declare const SingleDatePickerMixin: <T_5 extends AbstractConstructor<{
|
|
|
889
1625
|
_onMonthKeydown(month: import("../../datetime/month").Month, event: KeyboardEvent): boolean;
|
|
890
1626
|
_onMonthFocus(month: import("../../datetime/month").Month): void;
|
|
891
1627
|
readonly _tabbableMonth: import("../../datetime/month").Month | null;
|
|
892
|
-
label: string;
|
|
893
|
-
initialValue: string;
|
|
894
|
-
currentValue: string;
|
|
895
1628
|
readOnly: boolean;
|
|
896
1629
|
readOnlyChanged(): void;
|
|
897
1630
|
_textFieldEl: import("../../..").VwcTextFieldElement;
|
|
@@ -899,20 +1632,20 @@ export declare const SingleDatePickerMixin: <T_5 extends AbstractConstructor<{
|
|
|
899
1632
|
_pickerButtonEl: import("../../..").VwcButtonElement;
|
|
900
1633
|
connectedCallback(): void;
|
|
901
1634
|
disconnectedCallback(): void;
|
|
902
|
-
"__#
|
|
903
|
-
"__#
|
|
904
|
-
|
|
1635
|
+
"__#18@#onFocusIn": () => void;
|
|
1636
|
+
"__#18@#onFocusOut": () => void;
|
|
1637
|
+
proxy: HTMLInputElement;
|
|
905
1638
|
validate(): void;
|
|
906
1639
|
_getCustomValidationError(): string | null;
|
|
907
|
-
"__#
|
|
1640
|
+
"__#18@#localeChangeHandler": {
|
|
908
1641
|
handleChange: () => void;
|
|
909
1642
|
};
|
|
910
|
-
"__#
|
|
911
|
-
"__#
|
|
912
|
-
"__#
|
|
1643
|
+
"__#18@#localeChangeObserver": import("@microsoft/fast-element").BindingObserver<any, any, any>;
|
|
1644
|
+
"__#18@#startObservingLocaleChanges"(): void;
|
|
1645
|
+
"__#18@#stopObservingLocaleChanges"(): void;
|
|
913
1646
|
_popupOpen: boolean;
|
|
914
|
-
"__#
|
|
915
|
-
"__#
|
|
1647
|
+
"__#18@#dismissOnClickOutside": (event: MouseEvent) => void;
|
|
1648
|
+
"__#18@#openPopupIfPossible"(): void;
|
|
916
1649
|
_onBaseKeyDown(event: KeyboardEvent): boolean;
|
|
917
1650
|
_focusableElsWithinDialog(): NodeListOf<HTMLElement>;
|
|
918
1651
|
readonly _dialogLabel: string;
|
|
@@ -927,7 +1660,358 @@ export declare const SingleDatePickerMixin: <T_5 extends AbstractConstructor<{
|
|
|
927
1660
|
readonly _pickerButtonIcon: string;
|
|
928
1661
|
_onOkClick(): void;
|
|
929
1662
|
_onClearClick: (() => void) & (() => void);
|
|
930
|
-
|
|
1663
|
+
helperText?: string | undefined;
|
|
1664
|
+
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
1665
|
+
readonly _feedbackDescribedBy: string;
|
|
1666
|
+
_internalFeedback(): {
|
|
1667
|
+
type: import("../../feedback/feedback-message").FeedbackType;
|
|
1668
|
+
message: string;
|
|
1669
|
+
};
|
|
1670
|
+
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
1671
|
+
_getFeedbackTemplate(ctx: import("../../design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<{
|
|
1672
|
+
helperText?: string | undefined;
|
|
1673
|
+
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
1674
|
+
readonly _feedbackDescribedBy: string;
|
|
1675
|
+
_internalFeedback(): {
|
|
1676
|
+
type: import("../../feedback/feedback-message").FeedbackType;
|
|
1677
|
+
message: string;
|
|
1678
|
+
};
|
|
1679
|
+
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
1680
|
+
_getFeedbackTemplate(ctx: import("../../design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
1681
|
+
specialHandling: boolean;
|
|
1682
|
+
_vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
|
|
1683
|
+
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
1684
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
1685
|
+
connectedCallback(): void;
|
|
1686
|
+
disconnectedCallback(): void;
|
|
1687
|
+
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
1688
|
+
accessKey: string;
|
|
1689
|
+
readonly accessKeyLabel: string;
|
|
1690
|
+
autocapitalize: string;
|
|
1691
|
+
dir: string;
|
|
1692
|
+
draggable: boolean;
|
|
1693
|
+
hidden: boolean;
|
|
1694
|
+
inert: boolean;
|
|
1695
|
+
innerText: string;
|
|
1696
|
+
lang: string;
|
|
1697
|
+
readonly offsetHeight: number;
|
|
1698
|
+
readonly offsetLeft: number;
|
|
1699
|
+
readonly offsetParent: Element | null;
|
|
1700
|
+
readonly offsetTop: number;
|
|
1701
|
+
readonly offsetWidth: number;
|
|
1702
|
+
outerText: string;
|
|
1703
|
+
spellcheck: boolean;
|
|
1704
|
+
title: string;
|
|
1705
|
+
translate: boolean;
|
|
1706
|
+
attachInternals(): ElementInternals;
|
|
1707
|
+
click(): void;
|
|
1708
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
1709
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
1710
|
+
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
1711
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
1712
|
+
dropzone: import("dropzone");
|
|
1713
|
+
readonly attributes: NamedNodeMap;
|
|
1714
|
+
readonly classList: DOMTokenList;
|
|
1715
|
+
className: string;
|
|
1716
|
+
readonly clientHeight: number;
|
|
1717
|
+
readonly clientLeft: number;
|
|
1718
|
+
readonly clientTop: number;
|
|
1719
|
+
readonly clientWidth: number;
|
|
1720
|
+
id: string;
|
|
1721
|
+
readonly localName: string;
|
|
1722
|
+
readonly namespaceURI: string | null;
|
|
1723
|
+
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
1724
|
+
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
1725
|
+
outerHTML: string;
|
|
1726
|
+
readonly ownerDocument: Document;
|
|
1727
|
+
readonly part: DOMTokenList;
|
|
1728
|
+
readonly prefix: string | null;
|
|
1729
|
+
readonly scrollHeight: number;
|
|
1730
|
+
scrollLeft: number;
|
|
1731
|
+
scrollTop: number;
|
|
1732
|
+
readonly scrollWidth: number;
|
|
1733
|
+
readonly shadowRoot: ShadowRoot | null;
|
|
1734
|
+
slot: string;
|
|
1735
|
+
readonly tagName: string;
|
|
1736
|
+
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1737
|
+
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
1738
|
+
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2] | null;
|
|
1739
|
+
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3] | null;
|
|
1740
|
+
closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4] | null;
|
|
1741
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
1742
|
+
getAttribute(qualifiedName: string): string | null;
|
|
1743
|
+
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
1744
|
+
getAttributeNames(): string[];
|
|
1745
|
+
getAttributeNode(qualifiedName: string): Attr | null;
|
|
1746
|
+
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
1747
|
+
getBoundingClientRect(): DOMRect;
|
|
1748
|
+
getClientRects(): DOMRectList;
|
|
1749
|
+
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
1750
|
+
getElementsByTagName<K_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<HTMLElementTagNameMap[K_5]>;
|
|
1751
|
+
getElementsByTagName<K_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_6): HTMLCollectionOf<SVGElementTagNameMap[K_6]>;
|
|
1752
|
+
getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
|
|
1753
|
+
getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
|
|
1754
|
+
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1755
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1756
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
1757
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
1758
|
+
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
1759
|
+
hasAttribute(qualifiedName: string): boolean;
|
|
1760
|
+
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
1761
|
+
hasAttributes(): boolean;
|
|
1762
|
+
hasPointerCapture(pointerId: number): boolean;
|
|
1763
|
+
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
1764
|
+
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
1765
|
+
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
1766
|
+
matches(selectors: string): boolean;
|
|
1767
|
+
releasePointerCapture(pointerId: number): void;
|
|
1768
|
+
removeAttribute(qualifiedName: string): void;
|
|
1769
|
+
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
1770
|
+
removeAttributeNode(attr: Attr): Attr;
|
|
1771
|
+
requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
|
|
1772
|
+
requestPointerLock(): void;
|
|
1773
|
+
scroll(options?: ScrollToOptions | undefined): void;
|
|
1774
|
+
scroll(x: number, y: number): void;
|
|
1775
|
+
scrollBy(options?: ScrollToOptions | undefined): void;
|
|
1776
|
+
scrollBy(x: number, y: number): void;
|
|
1777
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
|
|
1778
|
+
scrollTo(options?: ScrollToOptions | undefined): void;
|
|
1779
|
+
scrollTo(x: number, y: number): void;
|
|
1780
|
+
setAttribute(qualifiedName: string, value: string): void;
|
|
1781
|
+
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
1782
|
+
setAttributeNode(attr: Attr): Attr | null;
|
|
1783
|
+
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
1784
|
+
setPointerCapture(pointerId: number): void;
|
|
1785
|
+
toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
|
|
1786
|
+
webkitMatchesSelector(selectors: string): boolean;
|
|
1787
|
+
readonly baseURI: string;
|
|
1788
|
+
readonly childNodes: NodeListOf<ChildNode>;
|
|
1789
|
+
readonly firstChild: ChildNode | null;
|
|
1790
|
+
readonly isConnected: boolean;
|
|
1791
|
+
readonly lastChild: ChildNode | null;
|
|
1792
|
+
readonly nextSibling: ChildNode | null;
|
|
1793
|
+
readonly nodeName: string;
|
|
1794
|
+
readonly nodeType: number;
|
|
1795
|
+
nodeValue: string | null;
|
|
1796
|
+
readonly parentElement: HTMLElement | null;
|
|
1797
|
+
readonly parentNode: ParentNode | null;
|
|
1798
|
+
readonly previousSibling: ChildNode | null;
|
|
1799
|
+
textContent: string | null;
|
|
1800
|
+
appendChild<T extends Node>(node: T): T;
|
|
1801
|
+
cloneNode(deep?: boolean | undefined): Node;
|
|
1802
|
+
compareDocumentPosition(other: Node): number;
|
|
1803
|
+
contains(other: Node | null): boolean;
|
|
1804
|
+
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
1805
|
+
hasChildNodes(): boolean;
|
|
1806
|
+
insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
|
|
1807
|
+
isDefaultNamespace(namespace: string | null): boolean;
|
|
1808
|
+
isEqualNode(otherNode: Node | null): boolean;
|
|
1809
|
+
isSameNode(otherNode: Node | null): boolean;
|
|
1810
|
+
lookupNamespaceURI(prefix: string | null): string | null;
|
|
1811
|
+
lookupPrefix(namespace: string | null): string | null;
|
|
1812
|
+
normalize(): void;
|
|
1813
|
+
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
1814
|
+
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
1815
|
+
readonly ELEMENT_NODE: 1;
|
|
1816
|
+
readonly ATTRIBUTE_NODE: 2;
|
|
1817
|
+
readonly TEXT_NODE: 3;
|
|
1818
|
+
readonly CDATA_SECTION_NODE: 4;
|
|
1819
|
+
readonly ENTITY_REFERENCE_NODE: 5;
|
|
1820
|
+
readonly ENTITY_NODE: 6;
|
|
1821
|
+
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
1822
|
+
readonly COMMENT_NODE: 8;
|
|
1823
|
+
readonly DOCUMENT_NODE: 9;
|
|
1824
|
+
readonly DOCUMENT_TYPE_NODE: 10;
|
|
1825
|
+
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
1826
|
+
readonly NOTATION_NODE: 12;
|
|
1827
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
1828
|
+
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
1829
|
+
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
1830
|
+
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
1831
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
1832
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
1833
|
+
dispatchEvent(event: Event): boolean;
|
|
1834
|
+
ariaAtomic: string | null;
|
|
1835
|
+
ariaAutoComplete: string | null;
|
|
1836
|
+
ariaBusy: string | null;
|
|
1837
|
+
ariaChecked: string | null;
|
|
1838
|
+
ariaColCount: string | null;
|
|
1839
|
+
ariaColIndex: string | null;
|
|
1840
|
+
ariaColSpan: string | null;
|
|
1841
|
+
ariaCurrent: string | null;
|
|
1842
|
+
ariaDisabled: string | null;
|
|
1843
|
+
ariaExpanded: string | null;
|
|
1844
|
+
ariaHasPopup: string | null;
|
|
1845
|
+
ariaHidden: string | null;
|
|
1846
|
+
ariaInvalid: string | null;
|
|
1847
|
+
ariaKeyShortcuts: string | null;
|
|
1848
|
+
ariaLabel: string | null;
|
|
1849
|
+
ariaLevel: string | null;
|
|
1850
|
+
ariaLive: string | null;
|
|
1851
|
+
ariaModal: string | null;
|
|
1852
|
+
ariaMultiLine: string | null;
|
|
1853
|
+
ariaMultiSelectable: string | null;
|
|
1854
|
+
ariaOrientation: string | null;
|
|
1855
|
+
ariaPlaceholder: string | null;
|
|
1856
|
+
ariaPosInSet: string | null;
|
|
1857
|
+
ariaPressed: string | null;
|
|
1858
|
+
ariaReadOnly: string | null;
|
|
1859
|
+
ariaRequired: string | null;
|
|
1860
|
+
ariaRoleDescription: string | null;
|
|
1861
|
+
ariaRowCount: string | null;
|
|
1862
|
+
ariaRowIndex: string | null;
|
|
1863
|
+
ariaRowSpan: string | null;
|
|
1864
|
+
ariaSelected: string | null;
|
|
1865
|
+
ariaSetSize: string | null;
|
|
1866
|
+
ariaSort: string | null;
|
|
1867
|
+
ariaValueMax: string | null;
|
|
1868
|
+
ariaValueMin: string | null;
|
|
1869
|
+
ariaValueNow: string | null;
|
|
1870
|
+
ariaValueText: string | null;
|
|
1871
|
+
role: string | null;
|
|
1872
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
|
|
1873
|
+
getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
|
|
1874
|
+
after(...nodes: (string | Node)[]): void;
|
|
1875
|
+
before(...nodes: (string | Node)[]): void;
|
|
1876
|
+
remove(): void;
|
|
1877
|
+
replaceWith(...nodes: (string | Node)[]): void;
|
|
1878
|
+
innerHTML: string;
|
|
1879
|
+
readonly nextElementSibling: Element | null;
|
|
1880
|
+
readonly previousElementSibling: Element | null;
|
|
1881
|
+
readonly childElementCount: number;
|
|
1882
|
+
readonly children: HTMLCollection;
|
|
1883
|
+
readonly firstElementChild: Element | null;
|
|
1884
|
+
readonly lastElementChild: Element | null;
|
|
1885
|
+
append(...nodes: (string | Node)[]): void;
|
|
1886
|
+
prepend(...nodes: (string | Node)[]): void;
|
|
1887
|
+
querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
|
|
1888
|
+
querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
|
|
1889
|
+
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
|
|
1890
|
+
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
|
|
1891
|
+
querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
|
|
1892
|
+
querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
|
|
1893
|
+
querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
|
|
1894
|
+
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
1895
|
+
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
1896
|
+
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
1897
|
+
replaceChildren(...nodes: (string | Node)[]): void;
|
|
1898
|
+
readonly assignedSlot: HTMLSlotElement | null;
|
|
1899
|
+
readonly style: CSSStyleDeclaration;
|
|
1900
|
+
contentEditable: string;
|
|
1901
|
+
enterKeyHint: string;
|
|
1902
|
+
inputMode: string;
|
|
1903
|
+
readonly isContentEditable: boolean;
|
|
1904
|
+
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1905
|
+
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1906
|
+
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1907
|
+
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1908
|
+
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1909
|
+
onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1910
|
+
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
1911
|
+
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1912
|
+
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1913
|
+
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1914
|
+
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1915
|
+
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1916
|
+
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1917
|
+
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1918
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1919
|
+
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1920
|
+
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1921
|
+
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1922
|
+
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1923
|
+
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1924
|
+
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1925
|
+
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1926
|
+
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1927
|
+
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1928
|
+
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1929
|
+
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1930
|
+
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1931
|
+
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1932
|
+
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1933
|
+
onerror: OnErrorEventHandler;
|
|
1934
|
+
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1935
|
+
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
1936
|
+
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1937
|
+
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1938
|
+
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1939
|
+
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
1940
|
+
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
1941
|
+
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
1942
|
+
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1943
|
+
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1944
|
+
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1945
|
+
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1946
|
+
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1947
|
+
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1948
|
+
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1949
|
+
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1950
|
+
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1951
|
+
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1952
|
+
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1953
|
+
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1954
|
+
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1955
|
+
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1956
|
+
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1957
|
+
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1958
|
+
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1959
|
+
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1960
|
+
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1961
|
+
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1962
|
+
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1963
|
+
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1964
|
+
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1965
|
+
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1966
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
|
|
1967
|
+
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1968
|
+
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1969
|
+
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1970
|
+
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1971
|
+
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
1972
|
+
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1973
|
+
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1974
|
+
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1975
|
+
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1976
|
+
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1977
|
+
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1978
|
+
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1979
|
+
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
1980
|
+
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1981
|
+
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1982
|
+
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1983
|
+
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1984
|
+
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1985
|
+
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1986
|
+
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1987
|
+
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1988
|
+
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1989
|
+
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1990
|
+
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1991
|
+
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1992
|
+
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1993
|
+
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1994
|
+
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1995
|
+
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1996
|
+
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1997
|
+
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
1998
|
+
autofocus: boolean;
|
|
1999
|
+
readonly dataset: DOMStringMap;
|
|
2000
|
+
nonce?: string | undefined;
|
|
2001
|
+
tabIndex: number;
|
|
2002
|
+
blur(): void;
|
|
2003
|
+
focus(options?: FocusOptions | undefined): void;
|
|
2004
|
+
ariaColIndexText: string | null;
|
|
2005
|
+
ariaDescription: string | null;
|
|
2006
|
+
ariaRowIndexText: string | null;
|
|
2007
|
+
ariaRelevant: string | null;
|
|
2008
|
+
"__#1@#handleReplacedProp"(replacedProp: {
|
|
2009
|
+
newPropertyName: string;
|
|
2010
|
+
deprecatedPropertyName: string;
|
|
2011
|
+
fromDeprecated: (v: any) => any;
|
|
2012
|
+
toDeprecated?: ((v: any) => any) | undefined;
|
|
2013
|
+
}): void;
|
|
2014
|
+
}, any>;
|
|
931
2015
|
specialHandling: boolean;
|
|
932
2016
|
_vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
|
|
933
2017
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
@@ -953,9 +2037,9 @@ export declare const SingleDatePickerMixin: <T_5 extends AbstractConstructor<{
|
|
|
953
2037
|
translate: boolean;
|
|
954
2038
|
attachInternals(): ElementInternals;
|
|
955
2039
|
click(): void;
|
|
956
|
-
addEventListener<
|
|
2040
|
+
addEventListener<K_35 extends keyof HTMLElementEventMap>(type: K_35, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_35]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
957
2041
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
958
|
-
removeEventListener<
|
|
2042
|
+
removeEventListener<K_36 extends keyof HTMLElementEventMap>(type: K_36, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_36]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
959
2043
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
960
2044
|
dropzone: import("dropzone");
|
|
961
2045
|
readonly attributes: NamedNodeMap;
|
|
@@ -983,10 +2067,10 @@ export declare const SingleDatePickerMixin: <T_5 extends AbstractConstructor<{
|
|
|
983
2067
|
readonly tagName: string;
|
|
984
2068
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
985
2069
|
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
986
|
-
closest<
|
|
987
|
-
closest<
|
|
988
|
-
closest<
|
|
989
|
-
closest<
|
|
2070
|
+
closest<K_37 extends keyof HTMLElementTagNameMap>(selector: K_37): HTMLElementTagNameMap[K_37] | null;
|
|
2071
|
+
closest<K_38 extends keyof SVGElementTagNameMap>(selector: K_38): SVGElementTagNameMap[K_38] | null;
|
|
2072
|
+
closest<K_39 extends keyof MathMLElementTagNameMap>(selector: K_39): MathMLElementTagNameMap[K_39] | null;
|
|
2073
|
+
closest<E_5 extends Element = Element>(selectors: string): E_5 | null;
|
|
990
2074
|
getAttribute(qualifiedName: string): string | null;
|
|
991
2075
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
992
2076
|
getAttributeNames(): string[];
|
|
@@ -995,10 +2079,10 @@ export declare const SingleDatePickerMixin: <T_5 extends AbstractConstructor<{
|
|
|
995
2079
|
getBoundingClientRect(): DOMRect;
|
|
996
2080
|
getClientRects(): DOMRectList;
|
|
997
2081
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
998
|
-
getElementsByTagName<
|
|
999
|
-
getElementsByTagName<
|
|
1000
|
-
getElementsByTagName<
|
|
1001
|
-
getElementsByTagName<
|
|
2082
|
+
getElementsByTagName<K_40 extends keyof HTMLElementTagNameMap>(qualifiedName: K_40): HTMLCollectionOf<HTMLElementTagNameMap[K_40]>;
|
|
2083
|
+
getElementsByTagName<K_41 extends keyof SVGElementTagNameMap>(qualifiedName: K_41): HTMLCollectionOf<SVGElementTagNameMap[K_41]>;
|
|
2084
|
+
getElementsByTagName<K_42 extends keyof MathMLElementTagNameMap>(qualifiedName: K_42): HTMLCollectionOf<MathMLElementTagNameMap[K_42]>;
|
|
2085
|
+
getElementsByTagName<K_43 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_43): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_43]>;
|
|
1002
2086
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1003
2087
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1004
2088
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
@@ -1051,7 +2135,7 @@ export declare const SingleDatePickerMixin: <T_5 extends AbstractConstructor<{
|
|
|
1051
2135
|
contains(other: Node | null): boolean;
|
|
1052
2136
|
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
1053
2137
|
hasChildNodes(): boolean;
|
|
1054
|
-
insertBefore<
|
|
2138
|
+
insertBefore<T_7 extends Node>(node: T_7, child: Node | null): T_7;
|
|
1055
2139
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
1056
2140
|
isEqualNode(otherNode: Node | null): boolean;
|
|
1057
2141
|
isSameNode(otherNode: Node | null): boolean;
|
|
@@ -1253,38 +2337,58 @@ export declare const SingleDatePickerMixin: <T_5 extends AbstractConstructor<{
|
|
|
1253
2337
|
ariaDescription: string | null;
|
|
1254
2338
|
ariaRowIndexText: string | null;
|
|
1255
2339
|
ariaRelevant: string | null;
|
|
1256
|
-
|
|
1257
|
-
|
|
2340
|
+
"__#1@#handleReplacedProp"(replacedProp: {
|
|
2341
|
+
newPropertyName: string;
|
|
2342
|
+
deprecatedPropertyName: string;
|
|
2343
|
+
fromDeprecated: (v: any) => any;
|
|
2344
|
+
toDeprecated?: ((v: any) => any) | undefined;
|
|
2345
|
+
}): void;
|
|
2346
|
+
errorText?: string | undefined;
|
|
2347
|
+
errorTextChanged(_: string, newErrorText: string | undefined): void;
|
|
2348
|
+
"__#4@#blockValidateCalls": boolean;
|
|
2349
|
+
"__#4@#originalValidateFn": () => void;
|
|
2350
|
+
"__#4@#forceCustomError"(errorMessage: string): void;
|
|
2351
|
+
"__#4@#clearCustomErrorAndRevalidate"(): void;
|
|
2352
|
+
label?: string | undefined;
|
|
2353
|
+
errorValidationMessage: string;
|
|
2354
|
+
forceErrorDisplay: boolean;
|
|
2355
|
+
hasBeenTouched: boolean;
|
|
2356
|
+
"__#3@#handleInvalidEvent": (() => void) & (() => void);
|
|
2357
|
+
formResetCallback: (() => void) & (() => void) & (() => void) & (() => void);
|
|
2358
|
+
readonly validity: ValidityState;
|
|
2359
|
+
readonly form: HTMLFormElement | null;
|
|
2360
|
+
readonly validationMessage: string;
|
|
2361
|
+
readonly willValidate: boolean;
|
|
2362
|
+
readonly labels: readonly Node[];
|
|
1258
2363
|
dirtyValue: boolean;
|
|
2364
|
+
proxySlot?: HTMLSlotElement | undefined;
|
|
2365
|
+
value: string;
|
|
2366
|
+
currentValue: string;
|
|
2367
|
+
initialValue: string;
|
|
2368
|
+
initialValueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
1259
2369
|
disabled: boolean;
|
|
1260
|
-
|
|
1261
|
-
readonly formAssociated: boolean;
|
|
1262
|
-
readonly labels: readonly Node[][];
|
|
2370
|
+
disabledChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
1263
2371
|
name: string;
|
|
2372
|
+
nameChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
1264
2373
|
required: boolean;
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
reportValidity: () => boolean;
|
|
1281
|
-
setFormValue: (value: string | File | FormData | null, state?: string | File | FormData | null | undefined) => void;
|
|
1282
|
-
setValidity: (flags?: ValidityStateFlags | undefined, message?: string | undefined, anchor?: HTMLElement | undefined) => void;
|
|
1283
|
-
helperText?: string | undefined;
|
|
1284
|
-
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
2374
|
+
requiredChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
2375
|
+
readonly elementInternals: ElementInternals | null;
|
|
2376
|
+
proxyEventsToBlock: string[];
|
|
2377
|
+
checkValidity: (() => boolean) & (() => boolean);
|
|
2378
|
+
reportValidity: (() => boolean) & (() => boolean);
|
|
2379
|
+
setValidity: ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void) & ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void);
|
|
2380
|
+
formDisabledCallback: ((disabled: boolean) => void) & ((disabled: boolean) => void);
|
|
2381
|
+
proxyInitialized: boolean;
|
|
2382
|
+
attachProxy: (() => void) & (() => void);
|
|
2383
|
+
detachProxy: (() => void) & (() => void);
|
|
2384
|
+
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);
|
|
2385
|
+
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
2386
|
+
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
2387
|
+
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
2388
|
+
readonly locale: import("../../localization/Locale").Locale;
|
|
1285
2389
|
_isValidValue(value: string): boolean;
|
|
1286
2390
|
_toPresentationValue(value: string): string;
|
|
1287
2391
|
_parsePresentationValue(presentationValue: string): string;
|
|
1288
2392
|
_updateValueDueToUserInteraction(newValue: string): void;
|
|
1289
2393
|
_isPresentationValueInvalid(): boolean;
|
|
1290
|
-
}) &
|
|
2394
|
+
}) & T_6;
|