@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,7 +1,7 @@
|
|
|
1
1
|
import { type ValueConverter } from '@microsoft/fast-element';
|
|
2
2
|
import type { AbstractConstructor } from '../../utils/mixins';
|
|
3
3
|
export declare const ValidDateFilter: ValueConverter;
|
|
4
|
-
export declare const MinMaxCalendarPicker: <
|
|
4
|
+
export declare const MinMaxCalendarPicker: <T_5 extends AbstractConstructor<{
|
|
5
5
|
_selectedMonth: import("../../datetime/month").Month;
|
|
6
6
|
_adjustSelectedMonthToEnsureVisibilityOf(date: string): boolean;
|
|
7
7
|
_currentDate: string;
|
|
@@ -9,8 +9,8 @@ export declare const MinMaxCalendarPicker: <T_4 extends AbstractConstructor<{
|
|
|
9
9
|
readonly _resolvedMinDate: string;
|
|
10
10
|
readonly _resolvedMaxDate: string;
|
|
11
11
|
_isDateInValidRange(date: string): boolean;
|
|
12
|
-
"__#
|
|
13
|
-
"__#
|
|
12
|
+
"__#19@#isMonthAfterValidRange"(month: import("../../datetime/month").Month): boolean | "";
|
|
13
|
+
"__#19@#isMonthBeforeValidRange"(month: import("../../datetime/month").Month): boolean | "";
|
|
14
14
|
_isMonthInValidRange(month: import("../../datetime/month").Month): boolean;
|
|
15
15
|
_closePopup(restoreFocusToTextField?: boolean): void;
|
|
16
16
|
_onPickerButtonClick(): void;
|
|
@@ -46,9 +46,6 @@ export declare const MinMaxCalendarPicker: <T_4 extends AbstractConstructor<{
|
|
|
46
46
|
_onMonthKeydown(month: import("../../datetime/month").Month, event: KeyboardEvent): boolean;
|
|
47
47
|
_onMonthFocus(month: import("../../datetime/month").Month): void;
|
|
48
48
|
readonly _tabbableMonth: import("../../datetime/month").Month | null;
|
|
49
|
-
label: string;
|
|
50
|
-
initialValue: string;
|
|
51
|
-
currentValue: string;
|
|
52
49
|
readOnly: boolean;
|
|
53
50
|
readOnlyChanged(): void;
|
|
54
51
|
_textFieldEl: import("../../..").VwcTextFieldElement;
|
|
@@ -56,20 +53,20 @@ export declare const MinMaxCalendarPicker: <T_4 extends AbstractConstructor<{
|
|
|
56
53
|
_pickerButtonEl: import("../../..").VwcButtonElement;
|
|
57
54
|
connectedCallback(): void;
|
|
58
55
|
disconnectedCallback(): void;
|
|
59
|
-
"__#
|
|
60
|
-
"__#
|
|
61
|
-
|
|
56
|
+
"__#18@#onFocusIn": () => void;
|
|
57
|
+
"__#18@#onFocusOut": () => void;
|
|
58
|
+
proxy: HTMLInputElement;
|
|
62
59
|
validate(): void;
|
|
63
60
|
_getCustomValidationError(): string | null;
|
|
64
|
-
"__#
|
|
61
|
+
"__#18@#localeChangeHandler": {
|
|
65
62
|
handleChange: () => void;
|
|
66
63
|
};
|
|
67
|
-
"__#
|
|
68
|
-
"__#
|
|
69
|
-
"__#
|
|
64
|
+
"__#18@#localeChangeObserver": import("@microsoft/fast-element").BindingObserver<any, any, any>;
|
|
65
|
+
"__#18@#startObservingLocaleChanges"(): void;
|
|
66
|
+
"__#18@#stopObservingLocaleChanges"(): void;
|
|
70
67
|
_popupOpen: boolean;
|
|
71
|
-
"__#
|
|
72
|
-
"__#
|
|
68
|
+
"__#18@#dismissOnClickOutside": (event: MouseEvent) => void;
|
|
69
|
+
"__#18@#openPopupIfPossible"(): void;
|
|
73
70
|
_onBaseKeyDown(event: KeyboardEvent): boolean;
|
|
74
71
|
_focusableElsWithinDialog(): NodeListOf<HTMLElement>;
|
|
75
72
|
readonly _dialogLabel: string;
|
|
@@ -84,7 +81,358 @@ export declare const MinMaxCalendarPicker: <T_4 extends AbstractConstructor<{
|
|
|
84
81
|
readonly _pickerButtonIcon: string;
|
|
85
82
|
_onOkClick(): void;
|
|
86
83
|
_onClearClick(): void;
|
|
87
|
-
|
|
84
|
+
helperText?: string | undefined;
|
|
85
|
+
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
86
|
+
readonly _feedbackDescribedBy: string;
|
|
87
|
+
_internalFeedback(): {
|
|
88
|
+
type: import("../../feedback/feedback-message").FeedbackType;
|
|
89
|
+
message: string;
|
|
90
|
+
};
|
|
91
|
+
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
92
|
+
_getFeedbackTemplate(ctx: import("../../design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<{
|
|
93
|
+
helperText?: string | undefined;
|
|
94
|
+
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
95
|
+
readonly _feedbackDescribedBy: string;
|
|
96
|
+
_internalFeedback(): {
|
|
97
|
+
type: import("../../feedback/feedback-message").FeedbackType;
|
|
98
|
+
message: string;
|
|
99
|
+
};
|
|
100
|
+
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
101
|
+
_getFeedbackTemplate(ctx: import("../../design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
102
|
+
specialHandling: boolean;
|
|
103
|
+
_vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
|
|
104
|
+
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
105
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
106
|
+
connectedCallback(): void;
|
|
107
|
+
disconnectedCallback(): void;
|
|
108
|
+
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
109
|
+
accessKey: string;
|
|
110
|
+
readonly accessKeyLabel: string;
|
|
111
|
+
autocapitalize: string;
|
|
112
|
+
dir: string;
|
|
113
|
+
draggable: boolean;
|
|
114
|
+
hidden: boolean;
|
|
115
|
+
inert: boolean;
|
|
116
|
+
innerText: string;
|
|
117
|
+
lang: string;
|
|
118
|
+
readonly offsetHeight: number;
|
|
119
|
+
readonly offsetLeft: number;
|
|
120
|
+
readonly offsetParent: Element | null;
|
|
121
|
+
readonly offsetTop: number;
|
|
122
|
+
readonly offsetWidth: number;
|
|
123
|
+
outerText: string;
|
|
124
|
+
spellcheck: boolean;
|
|
125
|
+
title: string;
|
|
126
|
+
translate: boolean;
|
|
127
|
+
attachInternals(): ElementInternals;
|
|
128
|
+
click(): void;
|
|
129
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
130
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
131
|
+
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
132
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
133
|
+
dropzone: import("dropzone");
|
|
134
|
+
readonly attributes: NamedNodeMap;
|
|
135
|
+
readonly classList: DOMTokenList;
|
|
136
|
+
className: string;
|
|
137
|
+
readonly clientHeight: number;
|
|
138
|
+
readonly clientLeft: number;
|
|
139
|
+
readonly clientTop: number;
|
|
140
|
+
readonly clientWidth: number;
|
|
141
|
+
id: string;
|
|
142
|
+
readonly localName: string;
|
|
143
|
+
readonly namespaceURI: string | null;
|
|
144
|
+
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
145
|
+
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
146
|
+
outerHTML: string;
|
|
147
|
+
readonly ownerDocument: Document;
|
|
148
|
+
readonly part: DOMTokenList;
|
|
149
|
+
readonly prefix: string | null;
|
|
150
|
+
readonly scrollHeight: number;
|
|
151
|
+
scrollLeft: number;
|
|
152
|
+
scrollTop: number;
|
|
153
|
+
readonly scrollWidth: number;
|
|
154
|
+
readonly shadowRoot: ShadowRoot | null;
|
|
155
|
+
slot: string;
|
|
156
|
+
readonly tagName: string;
|
|
157
|
+
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
158
|
+
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
159
|
+
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2] | null;
|
|
160
|
+
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3] | null;
|
|
161
|
+
closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4] | null;
|
|
162
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
163
|
+
getAttribute(qualifiedName: string): string | null;
|
|
164
|
+
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
165
|
+
getAttributeNames(): string[];
|
|
166
|
+
getAttributeNode(qualifiedName: string): Attr | null;
|
|
167
|
+
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
168
|
+
getBoundingClientRect(): DOMRect;
|
|
169
|
+
getClientRects(): DOMRectList;
|
|
170
|
+
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
171
|
+
getElementsByTagName<K_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<HTMLElementTagNameMap[K_5]>;
|
|
172
|
+
getElementsByTagName<K_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_6): HTMLCollectionOf<SVGElementTagNameMap[K_6]>;
|
|
173
|
+
getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
|
|
174
|
+
getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
|
|
175
|
+
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
176
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
177
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
178
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
179
|
+
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
180
|
+
hasAttribute(qualifiedName: string): boolean;
|
|
181
|
+
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
182
|
+
hasAttributes(): boolean;
|
|
183
|
+
hasPointerCapture(pointerId: number): boolean;
|
|
184
|
+
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
185
|
+
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
186
|
+
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
187
|
+
matches(selectors: string): boolean;
|
|
188
|
+
releasePointerCapture(pointerId: number): void;
|
|
189
|
+
removeAttribute(qualifiedName: string): void;
|
|
190
|
+
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
191
|
+
removeAttributeNode(attr: Attr): Attr;
|
|
192
|
+
requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
|
|
193
|
+
requestPointerLock(): void;
|
|
194
|
+
scroll(options?: ScrollToOptions | undefined): void;
|
|
195
|
+
scroll(x: number, y: number): void;
|
|
196
|
+
scrollBy(options?: ScrollToOptions | undefined): void;
|
|
197
|
+
scrollBy(x: number, y: number): void;
|
|
198
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
|
|
199
|
+
scrollTo(options?: ScrollToOptions | undefined): void;
|
|
200
|
+
scrollTo(x: number, y: number): void;
|
|
201
|
+
setAttribute(qualifiedName: string, value: string): void;
|
|
202
|
+
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
203
|
+
setAttributeNode(attr: Attr): Attr | null;
|
|
204
|
+
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
205
|
+
setPointerCapture(pointerId: number): void;
|
|
206
|
+
toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
|
|
207
|
+
webkitMatchesSelector(selectors: string): boolean;
|
|
208
|
+
readonly baseURI: string;
|
|
209
|
+
readonly childNodes: NodeListOf<ChildNode>;
|
|
210
|
+
readonly firstChild: ChildNode | null;
|
|
211
|
+
readonly isConnected: boolean;
|
|
212
|
+
readonly lastChild: ChildNode | null;
|
|
213
|
+
readonly nextSibling: ChildNode | null;
|
|
214
|
+
readonly nodeName: string;
|
|
215
|
+
readonly nodeType: number;
|
|
216
|
+
nodeValue: string | null;
|
|
217
|
+
readonly parentElement: HTMLElement | null;
|
|
218
|
+
readonly parentNode: ParentNode | null;
|
|
219
|
+
readonly previousSibling: ChildNode | null;
|
|
220
|
+
textContent: string | null;
|
|
221
|
+
appendChild<T extends Node>(node: T): T;
|
|
222
|
+
cloneNode(deep?: boolean | undefined): Node;
|
|
223
|
+
compareDocumentPosition(other: Node): number;
|
|
224
|
+
contains(other: Node | null): boolean;
|
|
225
|
+
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
226
|
+
hasChildNodes(): boolean;
|
|
227
|
+
insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
|
|
228
|
+
isDefaultNamespace(namespace: string | null): boolean;
|
|
229
|
+
isEqualNode(otherNode: Node | null): boolean;
|
|
230
|
+
isSameNode(otherNode: Node | null): boolean;
|
|
231
|
+
lookupNamespaceURI(prefix: string | null): string | null;
|
|
232
|
+
lookupPrefix(namespace: string | null): string | null;
|
|
233
|
+
normalize(): void;
|
|
234
|
+
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
235
|
+
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
236
|
+
readonly ELEMENT_NODE: 1;
|
|
237
|
+
readonly ATTRIBUTE_NODE: 2;
|
|
238
|
+
readonly TEXT_NODE: 3;
|
|
239
|
+
readonly CDATA_SECTION_NODE: 4;
|
|
240
|
+
readonly ENTITY_REFERENCE_NODE: 5;
|
|
241
|
+
readonly ENTITY_NODE: 6;
|
|
242
|
+
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
243
|
+
readonly COMMENT_NODE: 8;
|
|
244
|
+
readonly DOCUMENT_NODE: 9;
|
|
245
|
+
readonly DOCUMENT_TYPE_NODE: 10;
|
|
246
|
+
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
247
|
+
readonly NOTATION_NODE: 12;
|
|
248
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
249
|
+
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
250
|
+
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
251
|
+
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
252
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
253
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
254
|
+
dispatchEvent(event: Event): boolean;
|
|
255
|
+
ariaAtomic: string | null;
|
|
256
|
+
ariaAutoComplete: string | null;
|
|
257
|
+
ariaBusy: string | null;
|
|
258
|
+
ariaChecked: string | null;
|
|
259
|
+
ariaColCount: string | null;
|
|
260
|
+
ariaColIndex: string | null;
|
|
261
|
+
ariaColSpan: string | null;
|
|
262
|
+
ariaCurrent: string | null;
|
|
263
|
+
ariaDisabled: string | null;
|
|
264
|
+
ariaExpanded: string | null;
|
|
265
|
+
ariaHasPopup: string | null;
|
|
266
|
+
ariaHidden: string | null;
|
|
267
|
+
ariaInvalid: string | null;
|
|
268
|
+
ariaKeyShortcuts: string | null;
|
|
269
|
+
ariaLabel: string | null;
|
|
270
|
+
ariaLevel: string | null;
|
|
271
|
+
ariaLive: string | null;
|
|
272
|
+
ariaModal: string | null;
|
|
273
|
+
ariaMultiLine: string | null;
|
|
274
|
+
ariaMultiSelectable: string | null;
|
|
275
|
+
ariaOrientation: string | null;
|
|
276
|
+
ariaPlaceholder: string | null;
|
|
277
|
+
ariaPosInSet: string | null;
|
|
278
|
+
ariaPressed: string | null;
|
|
279
|
+
ariaReadOnly: string | null;
|
|
280
|
+
ariaRequired: string | null;
|
|
281
|
+
ariaRoleDescription: string | null;
|
|
282
|
+
ariaRowCount: string | null;
|
|
283
|
+
ariaRowIndex: string | null;
|
|
284
|
+
ariaRowSpan: string | null;
|
|
285
|
+
ariaSelected: string | null;
|
|
286
|
+
ariaSetSize: string | null;
|
|
287
|
+
ariaSort: string | null;
|
|
288
|
+
ariaValueMax: string | null;
|
|
289
|
+
ariaValueMin: string | null;
|
|
290
|
+
ariaValueNow: string | null;
|
|
291
|
+
ariaValueText: string | null;
|
|
292
|
+
role: string | null;
|
|
293
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
|
|
294
|
+
getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
|
|
295
|
+
after(...nodes: (string | Node)[]): void;
|
|
296
|
+
before(...nodes: (string | Node)[]): void;
|
|
297
|
+
remove(): void;
|
|
298
|
+
replaceWith(...nodes: (string | Node)[]): void;
|
|
299
|
+
innerHTML: string;
|
|
300
|
+
readonly nextElementSibling: Element | null;
|
|
301
|
+
readonly previousElementSibling: Element | null;
|
|
302
|
+
readonly childElementCount: number;
|
|
303
|
+
readonly children: HTMLCollection;
|
|
304
|
+
readonly firstElementChild: Element | null;
|
|
305
|
+
readonly lastElementChild: Element | null;
|
|
306
|
+
append(...nodes: (string | Node)[]): void;
|
|
307
|
+
prepend(...nodes: (string | Node)[]): void;
|
|
308
|
+
querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
|
|
309
|
+
querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
|
|
310
|
+
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
|
|
311
|
+
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
|
|
312
|
+
querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
|
|
313
|
+
querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
|
|
314
|
+
querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
|
|
315
|
+
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
316
|
+
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
317
|
+
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
318
|
+
replaceChildren(...nodes: (string | Node)[]): void;
|
|
319
|
+
readonly assignedSlot: HTMLSlotElement | null;
|
|
320
|
+
readonly style: CSSStyleDeclaration;
|
|
321
|
+
contentEditable: string;
|
|
322
|
+
enterKeyHint: string;
|
|
323
|
+
inputMode: string;
|
|
324
|
+
readonly isContentEditable: boolean;
|
|
325
|
+
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
326
|
+
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
327
|
+
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
328
|
+
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
329
|
+
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
330
|
+
onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
331
|
+
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
332
|
+
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
333
|
+
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
334
|
+
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
335
|
+
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
336
|
+
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
337
|
+
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
338
|
+
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
339
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
340
|
+
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
341
|
+
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
342
|
+
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
343
|
+
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
344
|
+
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
345
|
+
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
346
|
+
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
347
|
+
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
348
|
+
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
349
|
+
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
350
|
+
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
351
|
+
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
352
|
+
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
353
|
+
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
354
|
+
onerror: OnErrorEventHandler;
|
|
355
|
+
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
356
|
+
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
357
|
+
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
358
|
+
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
359
|
+
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
360
|
+
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
361
|
+
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
362
|
+
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
363
|
+
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
364
|
+
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
365
|
+
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
366
|
+
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
367
|
+
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
368
|
+
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
369
|
+
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
370
|
+
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
371
|
+
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
372
|
+
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
373
|
+
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
374
|
+
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
375
|
+
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
376
|
+
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
377
|
+
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
378
|
+
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
379
|
+
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
380
|
+
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
381
|
+
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
382
|
+
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
383
|
+
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
384
|
+
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
385
|
+
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
386
|
+
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
387
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
|
|
388
|
+
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
389
|
+
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
390
|
+
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
391
|
+
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
392
|
+
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
393
|
+
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
394
|
+
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
395
|
+
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
396
|
+
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
397
|
+
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
398
|
+
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
399
|
+
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
400
|
+
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
401
|
+
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
402
|
+
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
403
|
+
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
404
|
+
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
405
|
+
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
406
|
+
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
407
|
+
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
408
|
+
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
409
|
+
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
410
|
+
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
411
|
+
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
412
|
+
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
413
|
+
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
414
|
+
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
415
|
+
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
416
|
+
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
417
|
+
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
418
|
+
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
419
|
+
autofocus: boolean;
|
|
420
|
+
readonly dataset: DOMStringMap;
|
|
421
|
+
nonce?: string | undefined;
|
|
422
|
+
tabIndex: number;
|
|
423
|
+
blur(): void;
|
|
424
|
+
focus(options?: FocusOptions | undefined): void;
|
|
425
|
+
ariaColIndexText: string | null;
|
|
426
|
+
ariaDescription: string | null;
|
|
427
|
+
ariaRowIndexText: string | null;
|
|
428
|
+
ariaRelevant: string | null;
|
|
429
|
+
"__#1@#handleReplacedProp"(replacedProp: {
|
|
430
|
+
newPropertyName: string;
|
|
431
|
+
deprecatedPropertyName: string;
|
|
432
|
+
fromDeprecated: (v: any) => any;
|
|
433
|
+
toDeprecated?: ((v: any) => any) | undefined;
|
|
434
|
+
}): void;
|
|
435
|
+
}, any>;
|
|
88
436
|
specialHandling: boolean;
|
|
89
437
|
_vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
|
|
90
438
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
@@ -110,9 +458,9 @@ export declare const MinMaxCalendarPicker: <T_4 extends AbstractConstructor<{
|
|
|
110
458
|
translate: boolean;
|
|
111
459
|
attachInternals(): ElementInternals;
|
|
112
460
|
click(): void;
|
|
113
|
-
addEventListener<
|
|
461
|
+
addEventListener<K_17 extends keyof HTMLElementEventMap>(type: K_17, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_17]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
114
462
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
115
|
-
removeEventListener<
|
|
463
|
+
removeEventListener<K_18 extends keyof HTMLElementEventMap>(type: K_18, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_18]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
116
464
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
117
465
|
dropzone: import("dropzone");
|
|
118
466
|
readonly attributes: NamedNodeMap;
|
|
@@ -140,10 +488,10 @@ export declare const MinMaxCalendarPicker: <T_4 extends AbstractConstructor<{
|
|
|
140
488
|
readonly tagName: string;
|
|
141
489
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
142
490
|
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
143
|
-
closest<
|
|
144
|
-
closest<
|
|
145
|
-
closest<
|
|
146
|
-
closest<
|
|
491
|
+
closest<K_19 extends keyof HTMLElementTagNameMap>(selector: K_19): HTMLElementTagNameMap[K_19] | null;
|
|
492
|
+
closest<K_20 extends keyof SVGElementTagNameMap>(selector: K_20): SVGElementTagNameMap[K_20] | null;
|
|
493
|
+
closest<K_21 extends keyof MathMLElementTagNameMap>(selector: K_21): MathMLElementTagNameMap[K_21] | null;
|
|
494
|
+
closest<E_3 extends Element = Element>(selectors: string): E_3 | null;
|
|
147
495
|
getAttribute(qualifiedName: string): string | null;
|
|
148
496
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
149
497
|
getAttributeNames(): string[];
|
|
@@ -152,10 +500,10 @@ export declare const MinMaxCalendarPicker: <T_4 extends AbstractConstructor<{
|
|
|
152
500
|
getBoundingClientRect(): DOMRect;
|
|
153
501
|
getClientRects(): DOMRectList;
|
|
154
502
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
155
|
-
getElementsByTagName<
|
|
156
|
-
getElementsByTagName<
|
|
157
|
-
getElementsByTagName<
|
|
158
|
-
getElementsByTagName<
|
|
503
|
+
getElementsByTagName<K_22 extends keyof HTMLElementTagNameMap>(qualifiedName: K_22): HTMLCollectionOf<HTMLElementTagNameMap[K_22]>;
|
|
504
|
+
getElementsByTagName<K_23 extends keyof SVGElementTagNameMap>(qualifiedName: K_23): HTMLCollectionOf<SVGElementTagNameMap[K_23]>;
|
|
505
|
+
getElementsByTagName<K_24 extends keyof MathMLElementTagNameMap>(qualifiedName: K_24): HTMLCollectionOf<MathMLElementTagNameMap[K_24]>;
|
|
506
|
+
getElementsByTagName<K_25 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_25): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_25]>;
|
|
159
507
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
160
508
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
161
509
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
@@ -208,7 +556,7 @@ export declare const MinMaxCalendarPicker: <T_4 extends AbstractConstructor<{
|
|
|
208
556
|
contains(other: Node | null): boolean;
|
|
209
557
|
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
210
558
|
hasChildNodes(): boolean;
|
|
211
|
-
insertBefore<
|
|
559
|
+
insertBefore<T_4 extends Node>(node: T_4, child: Node | null): T_4;
|
|
212
560
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
213
561
|
isEqualNode(otherNode: Node | null): boolean;
|
|
214
562
|
isSameNode(otherNode: Node | null): boolean;
|
|
@@ -410,37 +758,57 @@ export declare const MinMaxCalendarPicker: <T_4 extends AbstractConstructor<{
|
|
|
410
758
|
ariaDescription: string | null;
|
|
411
759
|
ariaRowIndexText: string | null;
|
|
412
760
|
ariaRelevant: string | null;
|
|
413
|
-
|
|
414
|
-
|
|
761
|
+
"__#1@#handleReplacedProp"(replacedProp: {
|
|
762
|
+
newPropertyName: string;
|
|
763
|
+
deprecatedPropertyName: string;
|
|
764
|
+
fromDeprecated: (v: any) => any;
|
|
765
|
+
toDeprecated?: ((v: any) => any) | undefined;
|
|
766
|
+
}): void;
|
|
767
|
+
errorText?: string | undefined;
|
|
768
|
+
errorTextChanged(_: string, newErrorText: string | undefined): void;
|
|
769
|
+
"__#4@#blockValidateCalls": boolean;
|
|
770
|
+
"__#4@#originalValidateFn": () => void;
|
|
771
|
+
"__#4@#forceCustomError"(errorMessage: string): void;
|
|
772
|
+
"__#4@#clearCustomErrorAndRevalidate"(): void;
|
|
773
|
+
label?: string | undefined;
|
|
774
|
+
errorValidationMessage: string;
|
|
775
|
+
forceErrorDisplay: boolean;
|
|
776
|
+
hasBeenTouched: boolean;
|
|
777
|
+
"__#3@#handleInvalidEvent": (() => void) & (() => void);
|
|
778
|
+
formResetCallback: (() => void) & (() => void) & (() => void) & (() => void);
|
|
779
|
+
readonly validity: ValidityState;
|
|
780
|
+
readonly form: HTMLFormElement | null;
|
|
781
|
+
readonly validationMessage: string;
|
|
782
|
+
readonly willValidate: boolean;
|
|
783
|
+
readonly labels: readonly Node[];
|
|
415
784
|
dirtyValue: boolean;
|
|
785
|
+
proxySlot?: HTMLSlotElement | undefined;
|
|
786
|
+
value: string;
|
|
787
|
+
valueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
788
|
+
currentValue: string;
|
|
789
|
+
initialValue: string;
|
|
790
|
+
initialValueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
416
791
|
disabled: boolean;
|
|
417
|
-
|
|
418
|
-
readonly formAssociated: boolean;
|
|
419
|
-
readonly labels: readonly Node[][];
|
|
792
|
+
disabledChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
420
793
|
name: string;
|
|
794
|
+
nameChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
421
795
|
required: boolean;
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
readonly
|
|
437
|
-
|
|
438
|
-
reportValidity: () => boolean;
|
|
439
|
-
setFormValue: (value: string | File | FormData | null, state?: string | File | FormData | null | undefined) => void;
|
|
440
|
-
setValidity: (flags?: ValidityStateFlags | undefined, message?: string | undefined, anchor?: HTMLElement | undefined) => void;
|
|
441
|
-
helperText?: string | undefined;
|
|
442
|
-
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
443
|
-
} & import("../picker-field").PickerField>>(SuperClass: T_4) => (abstract new (...args: any[]) => {
|
|
796
|
+
requiredChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
797
|
+
readonly elementInternals: ElementInternals | null;
|
|
798
|
+
proxyEventsToBlock: string[];
|
|
799
|
+
checkValidity: (() => boolean) & (() => boolean);
|
|
800
|
+
reportValidity: (() => boolean) & (() => boolean);
|
|
801
|
+
setValidity: ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void) & ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void);
|
|
802
|
+
formDisabledCallback: ((disabled: boolean) => void) & ((disabled: boolean) => void);
|
|
803
|
+
proxyInitialized: boolean;
|
|
804
|
+
attachProxy: (() => void) & (() => void);
|
|
805
|
+
detachProxy: (() => void) & (() => void);
|
|
806
|
+
setFormValue: ((value: string | File | FormData | null, state?: string | File | FormData | null | undefined) => void) & ((value: string | File | FormData | null, state?: string | File | FormData | null | undefined) => void);
|
|
807
|
+
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
808
|
+
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
809
|
+
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
810
|
+
readonly locale: import("../../localization/Locale").Locale;
|
|
811
|
+
} & import("../picker-field").PickerField>>(SuperClass: T_5) => (abstract new (...args: any[]) => {
|
|
444
812
|
min: string;
|
|
445
813
|
minChanged(_: string, newMin: string): void;
|
|
446
814
|
readonly _resolvedMinDate: string;
|
|
@@ -452,8 +820,8 @@ export declare const MinMaxCalendarPicker: <T_4 extends AbstractConstructor<{
|
|
|
452
820
|
_currentDate: string;
|
|
453
821
|
_currentMonth: import("../../datetime/month").Month;
|
|
454
822
|
_isDateInValidRange(date: string): boolean;
|
|
455
|
-
"__#
|
|
456
|
-
"__#
|
|
823
|
+
"__#19@#isMonthAfterValidRange"(month: import("../../datetime/month").Month): boolean | "";
|
|
824
|
+
"__#19@#isMonthBeforeValidRange"(month: import("../../datetime/month").Month): boolean | "";
|
|
457
825
|
_isMonthInValidRange(month: import("../../datetime/month").Month): boolean;
|
|
458
826
|
_closePopup: ((restoreFocusToTextField?: boolean) => void) & ((restoreFocusToTextField?: boolean) => void);
|
|
459
827
|
_onPickerButtonClick: (() => void) & (() => void);
|
|
@@ -489,9 +857,6 @@ export declare const MinMaxCalendarPicker: <T_4 extends AbstractConstructor<{
|
|
|
489
857
|
_onMonthKeydown(month: import("../../datetime/month").Month, event: KeyboardEvent): boolean;
|
|
490
858
|
_onMonthFocus(month: import("../../datetime/month").Month): void;
|
|
491
859
|
readonly _tabbableMonth: import("../../datetime/month").Month | null;
|
|
492
|
-
label: string;
|
|
493
|
-
initialValue: string;
|
|
494
|
-
currentValue: string;
|
|
495
860
|
readOnly: boolean;
|
|
496
861
|
readOnlyChanged(): void;
|
|
497
862
|
_textFieldEl: import("../../..").VwcTextFieldElement;
|
|
@@ -499,20 +864,20 @@ export declare const MinMaxCalendarPicker: <T_4 extends AbstractConstructor<{
|
|
|
499
864
|
_pickerButtonEl: import("../../..").VwcButtonElement;
|
|
500
865
|
connectedCallback(): void;
|
|
501
866
|
disconnectedCallback(): void;
|
|
502
|
-
"__#
|
|
503
|
-
"__#
|
|
504
|
-
|
|
867
|
+
"__#18@#onFocusIn": () => void;
|
|
868
|
+
"__#18@#onFocusOut": () => void;
|
|
869
|
+
proxy: HTMLInputElement;
|
|
505
870
|
validate(): void;
|
|
506
871
|
_getCustomValidationError(): string | null;
|
|
507
|
-
"__#
|
|
872
|
+
"__#18@#localeChangeHandler": {
|
|
508
873
|
handleChange: () => void;
|
|
509
874
|
};
|
|
510
|
-
"__#
|
|
511
|
-
"__#
|
|
512
|
-
"__#
|
|
875
|
+
"__#18@#localeChangeObserver": import("@microsoft/fast-element").BindingObserver<any, any, any>;
|
|
876
|
+
"__#18@#startObservingLocaleChanges"(): void;
|
|
877
|
+
"__#18@#stopObservingLocaleChanges"(): void;
|
|
513
878
|
_popupOpen: boolean;
|
|
514
|
-
"__#
|
|
515
|
-
"__#
|
|
879
|
+
"__#18@#dismissOnClickOutside": (event: MouseEvent) => void;
|
|
880
|
+
"__#18@#openPopupIfPossible"(): void;
|
|
516
881
|
_onBaseKeyDown(event: KeyboardEvent): boolean;
|
|
517
882
|
_focusableElsWithinDialog(): NodeListOf<HTMLElement>;
|
|
518
883
|
readonly _dialogLabel: string;
|
|
@@ -527,7 +892,358 @@ export declare const MinMaxCalendarPicker: <T_4 extends AbstractConstructor<{
|
|
|
527
892
|
readonly _pickerButtonIcon: string;
|
|
528
893
|
_onOkClick(): void;
|
|
529
894
|
_onClearClick(): void;
|
|
530
|
-
|
|
895
|
+
helperText?: string | undefined;
|
|
896
|
+
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
897
|
+
readonly _feedbackDescribedBy: string;
|
|
898
|
+
_internalFeedback(): {
|
|
899
|
+
type: import("../../feedback/feedback-message").FeedbackType;
|
|
900
|
+
message: string;
|
|
901
|
+
};
|
|
902
|
+
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
903
|
+
_getFeedbackTemplate(ctx: import("../../design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<{
|
|
904
|
+
helperText?: string | undefined;
|
|
905
|
+
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
906
|
+
readonly _feedbackDescribedBy: string;
|
|
907
|
+
_internalFeedback(): {
|
|
908
|
+
type: import("../../feedback/feedback-message").FeedbackType;
|
|
909
|
+
message: string;
|
|
910
|
+
};
|
|
911
|
+
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
912
|
+
_getFeedbackTemplate(ctx: import("../../design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
913
|
+
specialHandling: boolean;
|
|
914
|
+
_vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
|
|
915
|
+
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
916
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
917
|
+
connectedCallback(): void;
|
|
918
|
+
disconnectedCallback(): void;
|
|
919
|
+
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
920
|
+
accessKey: string;
|
|
921
|
+
readonly accessKeyLabel: string;
|
|
922
|
+
autocapitalize: string;
|
|
923
|
+
dir: string;
|
|
924
|
+
draggable: boolean;
|
|
925
|
+
hidden: boolean;
|
|
926
|
+
inert: boolean;
|
|
927
|
+
innerText: string;
|
|
928
|
+
lang: string;
|
|
929
|
+
readonly offsetHeight: number;
|
|
930
|
+
readonly offsetLeft: number;
|
|
931
|
+
readonly offsetParent: Element | null;
|
|
932
|
+
readonly offsetTop: number;
|
|
933
|
+
readonly offsetWidth: number;
|
|
934
|
+
outerText: string;
|
|
935
|
+
spellcheck: boolean;
|
|
936
|
+
title: string;
|
|
937
|
+
translate: boolean;
|
|
938
|
+
attachInternals(): ElementInternals;
|
|
939
|
+
click(): void;
|
|
940
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
941
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
942
|
+
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
943
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
944
|
+
dropzone: import("dropzone");
|
|
945
|
+
readonly attributes: NamedNodeMap;
|
|
946
|
+
readonly classList: DOMTokenList;
|
|
947
|
+
className: string;
|
|
948
|
+
readonly clientHeight: number;
|
|
949
|
+
readonly clientLeft: number;
|
|
950
|
+
readonly clientTop: number;
|
|
951
|
+
readonly clientWidth: number;
|
|
952
|
+
id: string;
|
|
953
|
+
readonly localName: string;
|
|
954
|
+
readonly namespaceURI: string | null;
|
|
955
|
+
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
956
|
+
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
957
|
+
outerHTML: string;
|
|
958
|
+
readonly ownerDocument: Document;
|
|
959
|
+
readonly part: DOMTokenList;
|
|
960
|
+
readonly prefix: string | null;
|
|
961
|
+
readonly scrollHeight: number;
|
|
962
|
+
scrollLeft: number;
|
|
963
|
+
scrollTop: number;
|
|
964
|
+
readonly scrollWidth: number;
|
|
965
|
+
readonly shadowRoot: ShadowRoot | null;
|
|
966
|
+
slot: string;
|
|
967
|
+
readonly tagName: string;
|
|
968
|
+
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
969
|
+
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
970
|
+
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2] | null;
|
|
971
|
+
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3] | null;
|
|
972
|
+
closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4] | null;
|
|
973
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
974
|
+
getAttribute(qualifiedName: string): string | null;
|
|
975
|
+
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
976
|
+
getAttributeNames(): string[];
|
|
977
|
+
getAttributeNode(qualifiedName: string): Attr | null;
|
|
978
|
+
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
979
|
+
getBoundingClientRect(): DOMRect;
|
|
980
|
+
getClientRects(): DOMRectList;
|
|
981
|
+
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
982
|
+
getElementsByTagName<K_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<HTMLElementTagNameMap[K_5]>;
|
|
983
|
+
getElementsByTagName<K_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_6): HTMLCollectionOf<SVGElementTagNameMap[K_6]>;
|
|
984
|
+
getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
|
|
985
|
+
getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
|
|
986
|
+
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
987
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
988
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
989
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
990
|
+
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
991
|
+
hasAttribute(qualifiedName: string): boolean;
|
|
992
|
+
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
993
|
+
hasAttributes(): boolean;
|
|
994
|
+
hasPointerCapture(pointerId: number): boolean;
|
|
995
|
+
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
996
|
+
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
997
|
+
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
998
|
+
matches(selectors: string): boolean;
|
|
999
|
+
releasePointerCapture(pointerId: number): void;
|
|
1000
|
+
removeAttribute(qualifiedName: string): void;
|
|
1001
|
+
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
1002
|
+
removeAttributeNode(attr: Attr): Attr;
|
|
1003
|
+
requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
|
|
1004
|
+
requestPointerLock(): void;
|
|
1005
|
+
scroll(options?: ScrollToOptions | undefined): void;
|
|
1006
|
+
scroll(x: number, y: number): void;
|
|
1007
|
+
scrollBy(options?: ScrollToOptions | undefined): void;
|
|
1008
|
+
scrollBy(x: number, y: number): void;
|
|
1009
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
|
|
1010
|
+
scrollTo(options?: ScrollToOptions | undefined): void;
|
|
1011
|
+
scrollTo(x: number, y: number): void;
|
|
1012
|
+
setAttribute(qualifiedName: string, value: string): void;
|
|
1013
|
+
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
1014
|
+
setAttributeNode(attr: Attr): Attr | null;
|
|
1015
|
+
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
1016
|
+
setPointerCapture(pointerId: number): void;
|
|
1017
|
+
toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
|
|
1018
|
+
webkitMatchesSelector(selectors: string): boolean;
|
|
1019
|
+
readonly baseURI: string;
|
|
1020
|
+
readonly childNodes: NodeListOf<ChildNode>;
|
|
1021
|
+
readonly firstChild: ChildNode | null;
|
|
1022
|
+
readonly isConnected: boolean;
|
|
1023
|
+
readonly lastChild: ChildNode | null;
|
|
1024
|
+
readonly nextSibling: ChildNode | null;
|
|
1025
|
+
readonly nodeName: string;
|
|
1026
|
+
readonly nodeType: number;
|
|
1027
|
+
nodeValue: string | null;
|
|
1028
|
+
readonly parentElement: HTMLElement | null;
|
|
1029
|
+
readonly parentNode: ParentNode | null;
|
|
1030
|
+
readonly previousSibling: ChildNode | null;
|
|
1031
|
+
textContent: string | null;
|
|
1032
|
+
appendChild<T extends Node>(node: T): T;
|
|
1033
|
+
cloneNode(deep?: boolean | undefined): Node;
|
|
1034
|
+
compareDocumentPosition(other: Node): number;
|
|
1035
|
+
contains(other: Node | null): boolean;
|
|
1036
|
+
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
1037
|
+
hasChildNodes(): boolean;
|
|
1038
|
+
insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
|
|
1039
|
+
isDefaultNamespace(namespace: string | null): boolean;
|
|
1040
|
+
isEqualNode(otherNode: Node | null): boolean;
|
|
1041
|
+
isSameNode(otherNode: Node | null): boolean;
|
|
1042
|
+
lookupNamespaceURI(prefix: string | null): string | null;
|
|
1043
|
+
lookupPrefix(namespace: string | null): string | null;
|
|
1044
|
+
normalize(): void;
|
|
1045
|
+
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
1046
|
+
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
1047
|
+
readonly ELEMENT_NODE: 1;
|
|
1048
|
+
readonly ATTRIBUTE_NODE: 2;
|
|
1049
|
+
readonly TEXT_NODE: 3;
|
|
1050
|
+
readonly CDATA_SECTION_NODE: 4;
|
|
1051
|
+
readonly ENTITY_REFERENCE_NODE: 5;
|
|
1052
|
+
readonly ENTITY_NODE: 6;
|
|
1053
|
+
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
1054
|
+
readonly COMMENT_NODE: 8;
|
|
1055
|
+
readonly DOCUMENT_NODE: 9;
|
|
1056
|
+
readonly DOCUMENT_TYPE_NODE: 10;
|
|
1057
|
+
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
1058
|
+
readonly NOTATION_NODE: 12;
|
|
1059
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
1060
|
+
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
1061
|
+
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
1062
|
+
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
1063
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
1064
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
1065
|
+
dispatchEvent(event: Event): boolean;
|
|
1066
|
+
ariaAtomic: string | null;
|
|
1067
|
+
ariaAutoComplete: string | null;
|
|
1068
|
+
ariaBusy: string | null;
|
|
1069
|
+
ariaChecked: string | null;
|
|
1070
|
+
ariaColCount: string | null;
|
|
1071
|
+
ariaColIndex: string | null;
|
|
1072
|
+
ariaColSpan: string | null;
|
|
1073
|
+
ariaCurrent: string | null;
|
|
1074
|
+
ariaDisabled: string | null;
|
|
1075
|
+
ariaExpanded: string | null;
|
|
1076
|
+
ariaHasPopup: string | null;
|
|
1077
|
+
ariaHidden: string | null;
|
|
1078
|
+
ariaInvalid: string | null;
|
|
1079
|
+
ariaKeyShortcuts: string | null;
|
|
1080
|
+
ariaLabel: string | null;
|
|
1081
|
+
ariaLevel: string | null;
|
|
1082
|
+
ariaLive: string | null;
|
|
1083
|
+
ariaModal: string | null;
|
|
1084
|
+
ariaMultiLine: string | null;
|
|
1085
|
+
ariaMultiSelectable: string | null;
|
|
1086
|
+
ariaOrientation: string | null;
|
|
1087
|
+
ariaPlaceholder: string | null;
|
|
1088
|
+
ariaPosInSet: string | null;
|
|
1089
|
+
ariaPressed: string | null;
|
|
1090
|
+
ariaReadOnly: string | null;
|
|
1091
|
+
ariaRequired: string | null;
|
|
1092
|
+
ariaRoleDescription: string | null;
|
|
1093
|
+
ariaRowCount: string | null;
|
|
1094
|
+
ariaRowIndex: string | null;
|
|
1095
|
+
ariaRowSpan: string | null;
|
|
1096
|
+
ariaSelected: string | null;
|
|
1097
|
+
ariaSetSize: string | null;
|
|
1098
|
+
ariaSort: string | null;
|
|
1099
|
+
ariaValueMax: string | null;
|
|
1100
|
+
ariaValueMin: string | null;
|
|
1101
|
+
ariaValueNow: string | null;
|
|
1102
|
+
ariaValueText: string | null;
|
|
1103
|
+
role: string | null;
|
|
1104
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
|
|
1105
|
+
getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
|
|
1106
|
+
after(...nodes: (string | Node)[]): void;
|
|
1107
|
+
before(...nodes: (string | Node)[]): void;
|
|
1108
|
+
remove(): void;
|
|
1109
|
+
replaceWith(...nodes: (string | Node)[]): void;
|
|
1110
|
+
innerHTML: string;
|
|
1111
|
+
readonly nextElementSibling: Element | null;
|
|
1112
|
+
readonly previousElementSibling: Element | null;
|
|
1113
|
+
readonly childElementCount: number;
|
|
1114
|
+
readonly children: HTMLCollection;
|
|
1115
|
+
readonly firstElementChild: Element | null;
|
|
1116
|
+
readonly lastElementChild: Element | null;
|
|
1117
|
+
append(...nodes: (string | Node)[]): void;
|
|
1118
|
+
prepend(...nodes: (string | Node)[]): void;
|
|
1119
|
+
querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
|
|
1120
|
+
querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
|
|
1121
|
+
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
|
|
1122
|
+
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
|
|
1123
|
+
querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
|
|
1124
|
+
querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
|
|
1125
|
+
querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
|
|
1126
|
+
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
1127
|
+
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
1128
|
+
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
1129
|
+
replaceChildren(...nodes: (string | Node)[]): void;
|
|
1130
|
+
readonly assignedSlot: HTMLSlotElement | null;
|
|
1131
|
+
readonly style: CSSStyleDeclaration;
|
|
1132
|
+
contentEditable: string;
|
|
1133
|
+
enterKeyHint: string;
|
|
1134
|
+
inputMode: string;
|
|
1135
|
+
readonly isContentEditable: boolean;
|
|
1136
|
+
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1137
|
+
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1138
|
+
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1139
|
+
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1140
|
+
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1141
|
+
onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1142
|
+
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
1143
|
+
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1144
|
+
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1145
|
+
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1146
|
+
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1147
|
+
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1148
|
+
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1149
|
+
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1150
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1151
|
+
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1152
|
+
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1153
|
+
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1154
|
+
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1155
|
+
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1156
|
+
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1157
|
+
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1158
|
+
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1159
|
+
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1160
|
+
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1161
|
+
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1162
|
+
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1163
|
+
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1164
|
+
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1165
|
+
onerror: OnErrorEventHandler;
|
|
1166
|
+
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1167
|
+
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
1168
|
+
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1169
|
+
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1170
|
+
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1171
|
+
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
1172
|
+
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
1173
|
+
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
1174
|
+
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1175
|
+
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1176
|
+
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1177
|
+
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1178
|
+
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1179
|
+
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1180
|
+
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1181
|
+
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1182
|
+
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1183
|
+
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1184
|
+
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1185
|
+
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1186
|
+
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1187
|
+
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1188
|
+
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1189
|
+
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1190
|
+
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1191
|
+
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1192
|
+
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1193
|
+
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1194
|
+
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1195
|
+
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1196
|
+
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1197
|
+
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1198
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
|
|
1199
|
+
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1200
|
+
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1201
|
+
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1202
|
+
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1203
|
+
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
1204
|
+
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1205
|
+
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1206
|
+
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1207
|
+
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1208
|
+
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1209
|
+
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1210
|
+
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1211
|
+
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
1212
|
+
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1213
|
+
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1214
|
+
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1215
|
+
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1216
|
+
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1217
|
+
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1218
|
+
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1219
|
+
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1220
|
+
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1221
|
+
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1222
|
+
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1223
|
+
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1224
|
+
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1225
|
+
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1226
|
+
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1227
|
+
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1228
|
+
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1229
|
+
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
1230
|
+
autofocus: boolean;
|
|
1231
|
+
readonly dataset: DOMStringMap;
|
|
1232
|
+
nonce?: string | undefined;
|
|
1233
|
+
tabIndex: number;
|
|
1234
|
+
blur(): void;
|
|
1235
|
+
focus(options?: FocusOptions | undefined): void;
|
|
1236
|
+
ariaColIndexText: string | null;
|
|
1237
|
+
ariaDescription: string | null;
|
|
1238
|
+
ariaRowIndexText: string | null;
|
|
1239
|
+
ariaRelevant: string | null;
|
|
1240
|
+
"__#1@#handleReplacedProp"(replacedProp: {
|
|
1241
|
+
newPropertyName: string;
|
|
1242
|
+
deprecatedPropertyName: string;
|
|
1243
|
+
fromDeprecated: (v: any) => any;
|
|
1244
|
+
toDeprecated?: ((v: any) => any) | undefined;
|
|
1245
|
+
}): void;
|
|
1246
|
+
}, any>;
|
|
531
1247
|
specialHandling: boolean;
|
|
532
1248
|
_vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
|
|
533
1249
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
@@ -553,9 +1269,9 @@ export declare const MinMaxCalendarPicker: <T_4 extends AbstractConstructor<{
|
|
|
553
1269
|
translate: boolean;
|
|
554
1270
|
attachInternals(): ElementInternals;
|
|
555
1271
|
click(): void;
|
|
556
|
-
addEventListener<
|
|
1272
|
+
addEventListener<K_26 extends keyof HTMLElementEventMap>(type: K_26, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_26]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
557
1273
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
558
|
-
removeEventListener<
|
|
1274
|
+
removeEventListener<K_27 extends keyof HTMLElementEventMap>(type: K_27, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_27]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
559
1275
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
560
1276
|
dropzone: import("dropzone");
|
|
561
1277
|
readonly attributes: NamedNodeMap;
|
|
@@ -583,10 +1299,10 @@ export declare const MinMaxCalendarPicker: <T_4 extends AbstractConstructor<{
|
|
|
583
1299
|
readonly tagName: string;
|
|
584
1300
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
585
1301
|
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
586
|
-
closest<
|
|
587
|
-
closest<
|
|
588
|
-
closest<
|
|
589
|
-
closest<
|
|
1302
|
+
closest<K_28 extends keyof HTMLElementTagNameMap>(selector: K_28): HTMLElementTagNameMap[K_28] | null;
|
|
1303
|
+
closest<K_29 extends keyof SVGElementTagNameMap>(selector: K_29): SVGElementTagNameMap[K_29] | null;
|
|
1304
|
+
closest<K_30 extends keyof MathMLElementTagNameMap>(selector: K_30): MathMLElementTagNameMap[K_30] | null;
|
|
1305
|
+
closest<E_4 extends Element = Element>(selectors: string): E_4 | null;
|
|
590
1306
|
getAttribute(qualifiedName: string): string | null;
|
|
591
1307
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
592
1308
|
getAttributeNames(): string[];
|
|
@@ -595,10 +1311,10 @@ export declare const MinMaxCalendarPicker: <T_4 extends AbstractConstructor<{
|
|
|
595
1311
|
getBoundingClientRect(): DOMRect;
|
|
596
1312
|
getClientRects(): DOMRectList;
|
|
597
1313
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
598
|
-
getElementsByTagName<
|
|
599
|
-
getElementsByTagName<
|
|
600
|
-
getElementsByTagName<
|
|
601
|
-
getElementsByTagName<
|
|
1314
|
+
getElementsByTagName<K_31 extends keyof HTMLElementTagNameMap>(qualifiedName: K_31): HTMLCollectionOf<HTMLElementTagNameMap[K_31]>;
|
|
1315
|
+
getElementsByTagName<K_32 extends keyof SVGElementTagNameMap>(qualifiedName: K_32): HTMLCollectionOf<SVGElementTagNameMap[K_32]>;
|
|
1316
|
+
getElementsByTagName<K_33 extends keyof MathMLElementTagNameMap>(qualifiedName: K_33): HTMLCollectionOf<MathMLElementTagNameMap[K_33]>;
|
|
1317
|
+
getElementsByTagName<K_34 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_34): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_34]>;
|
|
602
1318
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
603
1319
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
604
1320
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
@@ -651,7 +1367,7 @@ export declare const MinMaxCalendarPicker: <T_4 extends AbstractConstructor<{
|
|
|
651
1367
|
contains(other: Node | null): boolean;
|
|
652
1368
|
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
653
1369
|
hasChildNodes(): boolean;
|
|
654
|
-
insertBefore<
|
|
1370
|
+
insertBefore<T_6 extends Node>(node: T_6, child: Node | null): T_6;
|
|
655
1371
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
656
1372
|
isEqualNode(otherNode: Node | null): boolean;
|
|
657
1373
|
isSameNode(otherNode: Node | null): boolean;
|
|
@@ -853,34 +1569,54 @@ export declare const MinMaxCalendarPicker: <T_4 extends AbstractConstructor<{
|
|
|
853
1569
|
ariaDescription: string | null;
|
|
854
1570
|
ariaRowIndexText: string | null;
|
|
855
1571
|
ariaRelevant: string | null;
|
|
856
|
-
|
|
857
|
-
|
|
1572
|
+
"__#1@#handleReplacedProp"(replacedProp: {
|
|
1573
|
+
newPropertyName: string;
|
|
1574
|
+
deprecatedPropertyName: string;
|
|
1575
|
+
fromDeprecated: (v: any) => any;
|
|
1576
|
+
toDeprecated?: ((v: any) => any) | undefined;
|
|
1577
|
+
}): void;
|
|
1578
|
+
errorText?: string | undefined;
|
|
1579
|
+
errorTextChanged(_: string, newErrorText: string | undefined): void;
|
|
1580
|
+
"__#4@#blockValidateCalls": boolean;
|
|
1581
|
+
"__#4@#originalValidateFn": () => void;
|
|
1582
|
+
"__#4@#forceCustomError"(errorMessage: string): void;
|
|
1583
|
+
"__#4@#clearCustomErrorAndRevalidate"(): void;
|
|
1584
|
+
label?: string | undefined;
|
|
1585
|
+
errorValidationMessage: string;
|
|
1586
|
+
forceErrorDisplay: boolean;
|
|
1587
|
+
hasBeenTouched: boolean;
|
|
1588
|
+
"__#3@#handleInvalidEvent": (() => void) & (() => void);
|
|
1589
|
+
formResetCallback: (() => void) & (() => void) & (() => void) & (() => void);
|
|
1590
|
+
readonly validity: ValidityState;
|
|
1591
|
+
readonly form: HTMLFormElement | null;
|
|
1592
|
+
readonly validationMessage: string;
|
|
1593
|
+
readonly willValidate: boolean;
|
|
1594
|
+
readonly labels: readonly Node[];
|
|
858
1595
|
dirtyValue: boolean;
|
|
1596
|
+
proxySlot?: HTMLSlotElement | undefined;
|
|
1597
|
+
value: string;
|
|
1598
|
+
valueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
1599
|
+
currentValue: string;
|
|
1600
|
+
initialValue: string;
|
|
1601
|
+
initialValueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
859
1602
|
disabled: boolean;
|
|
860
|
-
|
|
861
|
-
readonly formAssociated: boolean;
|
|
862
|
-
readonly labels: readonly Node[][];
|
|
1603
|
+
disabledChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
863
1604
|
name: string;
|
|
1605
|
+
nameChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
864
1606
|
required: boolean;
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
readonly
|
|
880
|
-
|
|
881
|
-
reportValidity: () => boolean;
|
|
882
|
-
setFormValue: (value: string | File | FormData | null, state?: string | File | FormData | null | undefined) => void;
|
|
883
|
-
setValidity: (flags?: ValidityStateFlags | undefined, message?: string | undefined, anchor?: HTMLElement | undefined) => void;
|
|
884
|
-
helperText?: string | undefined;
|
|
885
|
-
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
886
|
-
}) & T_4;
|
|
1607
|
+
requiredChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
1608
|
+
readonly elementInternals: ElementInternals | null;
|
|
1609
|
+
proxyEventsToBlock: string[];
|
|
1610
|
+
checkValidity: (() => boolean) & (() => boolean);
|
|
1611
|
+
reportValidity: (() => boolean) & (() => boolean);
|
|
1612
|
+
setValidity: ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void) & ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void);
|
|
1613
|
+
formDisabledCallback: ((disabled: boolean) => void) & ((disabled: boolean) => void);
|
|
1614
|
+
proxyInitialized: boolean;
|
|
1615
|
+
attachProxy: (() => void) & (() => void);
|
|
1616
|
+
detachProxy: (() => void) & (() => void);
|
|
1617
|
+
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);
|
|
1618
|
+
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
1619
|
+
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
1620
|
+
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
1621
|
+
readonly locale: import("../../localization/Locale").Locale;
|
|
1622
|
+
}) & T_5;
|