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