@vonage/vivid 5.1.0 → 5.3.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/accordion-item/definition.cjs +2 -1
- package/accordion-item/definition.js +2 -1
- package/alert/index.cjs +1 -1
- package/alert/index.js +1 -1
- package/audio-player/definition.cjs +41 -6
- package/audio-player/definition.js +41 -6
- package/audio-player/index.cjs +27 -25
- package/audio-player/index.js +88 -62
- package/badge/index.cjs +2 -2
- package/badge/index.js +4 -4
- package/banner/index.cjs +3 -3
- package/banner/index.js +6 -6
- package/breadcrumb-item/index.cjs +1 -1
- package/breadcrumb-item/index.js +1 -1
- package/bundled/affix.cjs +7 -7
- package/bundled/affix.js +5 -5
- package/bundled/anchored.cjs +1 -1
- package/bundled/anchored.js +6 -6
- package/bundled/attribute-binding-behaviour.cjs +1 -1
- package/bundled/attribute-binding-behaviour.js +15 -13
- package/bundled/base-color-picker.cjs +13 -0
- package/bundled/base-color-picker.js +194 -0
- package/bundled/button.cjs +1 -1
- package/bundled/button.js +2 -2
- package/bundled/calendar-picker.template.cjs +1 -1
- package/bundled/calendar-picker.template.js +21 -21
- package/bundled/char-count.cjs +1 -1
- package/bundled/char-count.js +1 -1
- package/bundled/children.cjs +1 -1
- package/bundled/children.js +28 -20
- package/bundled/definition.cjs +3 -3
- package/bundled/definition.js +38 -38
- package/bundled/definition10.cjs +72 -18
- package/bundled/definition10.js +351 -65
- package/bundled/definition11.cjs +19 -10
- package/bundled/definition11.js +66 -37
- package/bundled/definition12.cjs +10 -1
- package/bundled/definition12.js +38 -14
- package/bundled/definition13.cjs +1 -73
- package/bundled/definition13.js +15 -354
- package/bundled/definition15.cjs +1 -1
- package/bundled/definition15.js +1 -1
- package/bundled/definition16.cjs +2 -2
- package/bundled/definition16.js +8 -8
- package/bundled/definition17.cjs +7 -7
- package/bundled/definition17.js +17 -17
- package/bundled/definition19.cjs +17 -14
- package/bundled/definition19.js +85 -77
- package/bundled/definition2.cjs +9 -5
- package/bundled/definition2.js +21 -17
- package/bundled/definition22.cjs +9 -9
- package/bundled/definition22.js +31 -31
- package/bundled/definition3.cjs +1 -1
- package/bundled/definition3.js +1 -1
- package/bundled/definition6.cjs +6 -6
- package/bundled/definition6.js +34 -31
- package/bundled/definition7.cjs +1 -1
- package/bundled/definition7.js +6 -6
- package/bundled/definition8.cjs +2 -2
- package/bundled/definition8.js +4 -4
- package/bundled/definition9.cjs +1 -1
- package/bundled/definition9.js +1 -1
- package/bundled/delegates-aria.cjs +1 -1
- package/bundled/delegates-aria.js +59 -46
- package/bundled/form-associated.cjs +1 -1
- package/bundled/form-associated.js +3 -3
- package/bundled/host-semantics.cjs +1 -1
- package/bundled/host-semantics.js +48 -34
- package/bundled/localized.cjs +1 -1
- package/bundled/localized.js +43 -31
- package/bundled/mixins.cjs +18 -18
- package/bundled/mixins.js +99 -93
- package/bundled/normalize.cjs +1 -0
- package/bundled/normalize.js +7 -0
- package/bundled/picker-field.template.cjs +18 -13
- package/bundled/picker-field.template.js +45 -37
- package/bundled/ref.cjs +1 -1
- package/bundled/ref.js +8 -25
- package/bundled/repeat.cjs +1 -1
- package/bundled/repeat.js +459 -233
- package/bundled/slider.template.cjs +1 -1
- package/bundled/slider.template.js +2 -2
- package/bundled/slotted.cjs +1 -1
- package/bundled/slotted.js +62 -45
- package/bundled/text-field.cjs +1 -1
- package/bundled/text-field.js +1 -1
- package/bundled/time-selection-picker.template.cjs +1 -1
- package/bundled/time-selection-picker.template.js +5 -5
- package/bundled/vivid-element.cjs +1 -1
- package/bundled/vivid-element.js +2126 -1172
- package/bundled/when.cjs +1 -1
- package/bundled/when.js +8 -7
- package/bundled/with-contextual-help.cjs +1 -1
- package/bundled/with-contextual-help.js +17 -7
- package/calendar/definition.cjs +1 -1
- package/calendar/definition.js +2 -2
- package/calendar/index.cjs +1 -1
- package/calendar/index.js +6 -6
- package/calendar-event/index.cjs +1 -1
- package/calendar-event/index.js +1 -1
- package/card/definition.cjs +10 -2
- package/card/definition.js +10 -2
- package/card/index.cjs +19 -11
- package/card/index.js +35 -27
- package/color-picker/definition.cjs +1079 -0
- package/color-picker/definition.js +1073 -0
- package/color-picker/index.cjs +127 -0
- package/color-picker/index.js +726 -0
- package/combobox/definition.cjs +13 -6
- package/combobox/definition.js +14 -7
- package/combobox/index.cjs +15 -11
- package/combobox/index.js +82 -75
- package/contextual-help/index.cjs +1 -1
- package/contextual-help/index.js +1 -1
- package/custom-elements.json +1621 -325
- package/data-grid/definition.cjs +862 -27
- package/data-grid/definition.js +863 -28
- package/data-grid/index.cjs +25 -25
- package/data-grid/index.js +175 -168
- package/date-picker/index.cjs +1 -1
- package/date-picker/index.js +2 -2
- package/date-range-picker/index.cjs +1 -1
- package/date-range-picker/index.js +2 -2
- package/date-time-picker/index.cjs +1 -1
- package/date-time-picker/index.js +2 -2
- package/dial-pad/definition.cjs +55 -1
- package/dial-pad/definition.js +56 -2
- package/dial-pad/index.cjs +21 -18
- package/dial-pad/index.js +138 -104
- package/dialog/definition.cjs +4 -1
- package/dialog/definition.js +4 -1
- package/dialog/index.cjs +21 -18
- package/dialog/index.js +43 -40
- package/empty-state/definition.cjs +7 -2
- package/empty-state/definition.js +7 -2
- package/empty-state/index.cjs +10 -5
- package/empty-state/index.js +18 -13
- package/fab/index.cjs +2 -2
- package/fab/index.js +4 -4
- package/file-picker/definition.cjs +16 -7
- package/file-picker/definition.js +17 -8
- package/file-picker/index.cjs +12 -9
- package/file-picker/index.js +103 -93
- package/icon/definition.cjs +10 -6
- package/icon/definition.js +10 -6
- package/index.cjs +4 -0
- package/index.js +1 -0
- package/lib/accordion-item/accordion-item.d.ts +2 -2
- package/lib/action-group/action-group.d.ts +2 -2
- package/lib/alert/alert.d.ts +4 -4
- package/lib/audio-player/audio-player.d.ts +6 -2
- package/lib/avatar/avatar.d.ts +2 -2
- package/lib/badge/badge.d.ts +2 -2
- package/lib/banner/banner.d.ts +6 -6
- package/lib/breadcrumb/breadcrumb.d.ts +2 -2
- package/lib/breadcrumb-item/breadcrumb-item.d.ts +2 -2
- package/lib/button/button.d.ts +6 -6
- package/lib/button/button.template.d.ts +2 -1
- package/lib/calendar/calendar.d.ts +1 -1
- package/lib/calendar-event/calendar-event.d.ts +2 -2
- package/lib/card/card.d.ts +2 -2
- package/lib/checkbox/checkbox.d.ts +12 -12
- package/lib/color-picker/color-picker.d.ts +2420 -0
- package/lib/color-picker/color-picker.template.d.ts +3 -0
- package/lib/color-picker/definition.d.ts +4 -0
- package/lib/color-picker/locale.d.ts +9 -0
- package/lib/combobox/combobox.d.ts +495 -78
- package/lib/components.d.ts +1 -0
- package/lib/data-grid/data-grid-cell.d.ts +4 -4
- package/lib/data-grid/data-grid-row.d.ts +3 -4
- package/lib/data-grid/data-grid.d.ts +1 -2
- package/lib/date-picker/date-picker.d.ts +906 -894
- package/lib/date-range-picker/date-range-picker.d.ts +596 -590
- package/lib/date-time-picker/date-time-picker.d.ts +907 -895
- package/lib/dial-pad/dial-pad.d.ts +3 -2
- package/lib/dial-pad/dial-pad.template.d.ts +1 -1
- package/lib/dial-pad/locale.d.ts +1 -0
- package/lib/dialog/dialog.d.ts +4 -4
- package/lib/divider/divider.d.ts +2 -2
- package/lib/fab/fab.d.ts +2 -2
- package/lib/file-picker/file-picker.d.ts +495 -78
- package/lib/header/header.d.ts +2 -2
- package/lib/menu/menu.d.ts +5 -4
- package/lib/menu-item/menu-item.d.ts +4 -4
- package/lib/nav/nav.d.ts +2 -2
- package/lib/nav-disclosure/nav-disclosure.d.ts +4 -4
- package/lib/nav-item/nav-item.d.ts +4 -4
- package/lib/note/note.d.ts +2 -2
- package/lib/number-field/number-field.d.ts +19 -18
- package/lib/option/option.d.ts +4 -4
- package/lib/pagination/pagination.d.ts +2 -2
- package/lib/progress/progress.d.ts +2 -2
- package/lib/progress-ring/progress-ring.d.ts +2 -2
- package/lib/radio/radio.d.ts +6 -6
- package/lib/radio-group/radio-group.d.ts +2 -2
- package/lib/range-slider/range-slider.d.ts +6 -6
- package/lib/rich-text-editor/menubar/menubar.d.ts +2 -2
- package/lib/rich-text-editor/rich-text-editor.d.ts +2 -2
- package/lib/searchable-select/option-tag.d.ts +2 -2
- package/lib/searchable-select/searchable-select.d.ts +521 -104
- package/lib/select/select.d.ts +484 -67
- package/lib/selectable-box/selectable-box.d.ts +2 -2
- package/lib/simple-color-picker/locale.d.ts +0 -1
- package/lib/simple-color-picker/simple-color-picker.d.ts +47 -821
- package/lib/slider/slider.d.ts +6 -6
- package/lib/split-button/split-button.d.ts +6 -6
- package/lib/switch/switch.d.ts +4 -4
- package/lib/tab/tab.d.ts +6 -6
- package/lib/tab-panel/tab-panel.d.ts +2 -2
- package/lib/tag/tag.d.ts +6 -6
- package/lib/tag-group/tag-group.d.ts +2 -2
- package/lib/tag-name-map.d.ts +2 -1
- package/lib/text-area/text-area.d.ts +17 -16
- package/lib/text-field/text-field.d.ts +19 -18
- package/lib/time-picker/time-picker.d.ts +579 -573
- package/lib/toggletip/toggletip.d.ts +4 -4
- package/lib/tooltip/tooltip.d.ts +2 -2
- package/lib/tree-item/tree-item.d.ts +4 -4
- package/lib/tree-view/tree-view.d.ts +2 -2
- package/lib/video-player/video-player.d.ts +2 -2
- package/locales/de-DE.cjs +15 -3
- package/locales/de-DE.js +15 -3
- package/locales/en-GB.cjs +15 -3
- package/locales/en-GB.js +15 -3
- package/locales/en-US.cjs +15 -3
- package/locales/en-US.js +15 -3
- package/locales/ja-JP.cjs +15 -3
- package/locales/ja-JP.js +15 -3
- package/locales/zh-CN.cjs +15 -3
- package/locales/zh-CN.js +15 -3
- package/menu/definition.cjs +8 -4
- package/menu/definition.js +9 -5
- package/note/index.cjs +2 -2
- package/note/index.js +4 -4
- package/number-field/definition.cjs +3 -3
- package/number-field/definition.js +4 -4
- package/number-field/index.cjs +8 -8
- package/number-field/index.js +41 -40
- package/option/index.cjs +1 -1
- package/option/index.js +1 -1
- package/package.json +5 -5
- package/pagination/definition.cjs +2 -1
- package/pagination/definition.js +2 -1
- package/pagination/index.cjs +12 -12
- package/pagination/index.js +59 -59
- package/progress/index.cjs +1 -1
- package/progress/index.js +1 -1
- package/radio/definition.cjs +9 -9
- package/radio/definition.js +10 -10
- package/radio-group/definition.cjs +2 -1
- package/radio-group/definition.js +2 -1
- package/radio-group/index.cjs +5 -5
- package/radio-group/index.js +80 -77
- package/range-slider/index.cjs +1 -1
- package/range-slider/index.js +1 -1
- package/rich-text-editor/definition.cjs +1 -1
- package/rich-text-editor/definition.js +2 -2
- package/rich-text-editor/index.cjs +2 -2
- package/rich-text-editor/index.js +3 -3
- package/searchable-select/definition.cjs +30 -21
- package/searchable-select/definition.js +31 -22
- package/searchable-select/index.cjs +28 -25
- package/searchable-select/index.js +149 -140
- package/select/definition.cjs +15 -7
- package/select/definition.js +16 -8
- package/selectable-box/definition.cjs +1 -1
- package/selectable-box/definition.js +1 -1
- package/selectable-box/index.cjs +3 -3
- package/selectable-box/index.js +20 -20
- package/shared/aria/aria-change-subscription.d.ts +0 -1
- package/shared/aria/aria-mixin.d.ts +2 -2
- package/shared/aria/delegate-aria-behavior.d.ts +5 -10
- package/shared/aria/delegates-aria.d.ts +3 -3
- package/shared/aria/host-semantics-behavior.d.ts +5 -8
- package/shared/aria/host-semantics.d.ts +3 -3
- package/shared/color-picker/base-color-picker.d.ts +436 -0
- package/shared/color-picker/index.d.ts +1 -0
- package/shared/color-picker/locale.d.ts +3 -0
- package/shared/color-picker/utils.d.ts +1 -0
- package/shared/deprecation/replaced-props.d.ts +317 -2
- package/shared/design-system/defineVividComponent.d.ts +2 -2
- package/shared/feedback/feedback-message.d.ts +2 -2
- package/shared/feedback/mixins.d.ts +4 -4
- package/shared/foundation/button/button.d.ts +4 -4
- package/shared/foundation/form-associated/form-associated.d.ts +4 -4
- package/shared/foundation/vivid-element/vivid-element.d.ts +335 -8
- package/shared/localization/Locale.d.ts +4 -0
- package/shared/patterns/affix.d.ts +4 -4
- package/shared/patterns/anchored.d.ts +4 -4
- package/shared/patterns/char-count/char-count.d.ts +2 -2
- package/shared/patterns/form-elements/form-element.d.ts +4 -4
- package/shared/patterns/form-elements/index.d.ts +1 -0
- package/shared/patterns/form-elements/with-contextual-help.d.ts +7 -6
- package/shared/patterns/form-elements/with-error-text.d.ts +6 -6
- package/shared/patterns/form-elements/with-success-text.d.ts +2 -2
- package/shared/patterns/linkable.d.ts +2 -2
- package/shared/patterns/localized.d.ts +2 -2
- package/shared/patterns/trapped-focus.d.ts +2 -2
- package/shared/picker-field/mixins/calendar-picker.d.ts +454 -451
- package/shared/picker-field/mixins/calendar-picker.template.d.ts +454 -451
- package/shared/picker-field/mixins/inline-time-picker/inline-time-picker.d.ts +2 -2
- package/shared/picker-field/mixins/min-max-calendar-picker.d.ts +600 -594
- package/shared/picker-field/mixins/single-date-picker.d.ts +746 -737
- package/shared/picker-field/mixins/single-value-picker.d.ts +451 -448
- package/shared/picker-field/mixins/time-selection-picker.d.ts +580 -574
- package/shared/picker-field/mixins/time-selection-picker.template.d.ts +579 -573
- package/shared/picker-field/picker-field.d.ts +495 -78
- package/shared/templating/attribute-binding-behaviour.d.ts +3 -4
- package/shared/templating/render-in-light-dom.d.ts +13 -12
- package/side-drawer/index.cjs +1 -1
- package/side-drawer/index.js +1 -1
- package/simple-color-picker/definition.cjs +28 -215
- package/simple-color-picker/definition.js +29 -216
- package/simple-color-picker/index.cjs +9 -21
- package/simple-color-picker/index.js +71 -185
- 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 +2 -2
- package/switch/index.js +4 -4
- package/tabs/definition.cjs +1 -1
- package/tabs/definition.js +2 -2
- package/tabs/index.cjs +2 -2
- package/tabs/index.js +16 -16
- package/tag/index.cjs +1 -1
- package/tag/index.js +1 -1
- package/text-area/definition.cjs +1 -1
- package/text-area/definition.js +1 -1
- package/text-area/index.cjs +3 -3
- package/text-area/index.js +9 -9
- package/text-field/definition.cjs +3 -3
- package/text-field/definition.js +4 -4
- 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 +2 -2
- package/toggletip/definition.cjs +1 -1
- package/toggletip/definition.js +2 -2
- package/tree-view/definition.cjs +1 -1
- package/tree-view/definition.js +2 -2
- package/tree-view/index.cjs +2 -2
- package/tree-view/index.js +6 -6
- package/unbundled/_commonjsHelpers.cjs +36 -0
- package/unbundled/_commonjsHelpers.js +32 -0
- package/unbundled/affix.cjs +1 -1
- package/unbundled/affix.js +1 -1
- package/unbundled/attribute-binding-behaviour.cjs +11 -10
- package/unbundled/attribute-binding-behaviour.js +11 -10
- package/unbundled/base-color-picker.cjs +278 -0
- package/unbundled/base-color-picker.js +275 -0
- package/unbundled/button.cjs +1 -1
- package/unbundled/button.js +2 -2
- package/unbundled/calendar-picker.template.cjs +3 -3
- package/unbundled/calendar-picker.template.js +4 -4
- package/unbundled/definition2.cjs +1 -1
- package/unbundled/definition2.js +2 -2
- package/unbundled/definition3.cjs +2 -1
- package/unbundled/definition3.js +2 -1
- package/unbundled/delegates-aria.cjs +67 -33
- package/unbundled/delegates-aria.js +69 -35
- package/unbundled/form-associated.cjs +2 -2
- package/unbundled/form-associated.js +3 -3
- package/unbundled/host-semantics.cjs +47 -22
- package/unbundled/host-semantics.js +48 -23
- package/unbundled/mixins.cjs +34 -27
- package/unbundled/mixins.js +35 -28
- package/unbundled/picker-field.template.cjs +13 -5
- package/unbundled/picker-field.template.js +14 -6
- package/unbundled/text-field.cjs +1 -1
- package/unbundled/text-field.js +1 -1
- package/unbundled/time-selection-picker.template.cjs +4 -4
- package/unbundled/time-selection-picker.template.js +5 -5
- package/unbundled/vivid-element.cjs +22 -15
- package/unbundled/vivid-element.js +23 -15
- package/unbundled/with-contextual-help.cjs +11 -0
- package/unbundled/with-contextual-help.js +11 -0
- package/video-player/definition.cjs +69007 -1
- package/video-player/definition.js +69007 -1
- package/video-player/index.cjs +35 -35
- package/video-player/index.js +1358 -1384
- package/visually-hidden/index.cjs +1 -1
- package/visually-hidden/index.js +1 -1
- package/vivid.api.json +347 -69
|
@@ -14,8 +14,8 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
14
14
|
readonly _resolvedMinDate: string;
|
|
15
15
|
readonly _resolvedMaxDate: string;
|
|
16
16
|
_isDateInValidRange(date: string): boolean;
|
|
17
|
-
"__#
|
|
18
|
-
"__#
|
|
17
|
+
"__#21@#isMonthAfterValidRange"(month: import("../../shared/datetime/month").Month): boolean | "";
|
|
18
|
+
"__#21@#isMonthBeforeValidRange"(month: import("../../shared/datetime/month").Month): boolean | "";
|
|
19
19
|
_isMonthInValidRange(month: import("../../shared/datetime/month").Month): boolean;
|
|
20
20
|
_closePopup: ((restoreFocusToTextField?: boolean) => void) & ((restoreFocusToTextField?: boolean) => void);
|
|
21
21
|
_onPickerButtonClick: (() => void) & (() => void);
|
|
@@ -54,20 +54,20 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
54
54
|
_pickerButtonEl: import("../components").VwcButtonElement;
|
|
55
55
|
connectedCallback(): void;
|
|
56
56
|
disconnectedCallback(): void;
|
|
57
|
-
"__#
|
|
58
|
-
"__#
|
|
57
|
+
"__#20@#onFocusIn": () => void;
|
|
58
|
+
"__#20@#onFocusOut": () => void;
|
|
59
59
|
proxy: HTMLInputElement;
|
|
60
60
|
validate(): void;
|
|
61
61
|
_getCustomValidationError(): string | null;
|
|
62
|
-
"__#
|
|
62
|
+
"__#20@#localeChangeHandler": {
|
|
63
63
|
handleChange: () => void;
|
|
64
64
|
};
|
|
65
|
-
"__#
|
|
66
|
-
"__#
|
|
67
|
-
"__#
|
|
65
|
+
"__#20@#localeChangeObserver": import("@microsoft/fast-element").ExpressionNotifier<any, any, any>;
|
|
66
|
+
"__#20@#startObservingLocaleChanges"(): void;
|
|
67
|
+
"__#20@#stopObservingLocaleChanges"(): void;
|
|
68
68
|
_popupOpen: boolean;
|
|
69
|
-
"__#
|
|
70
|
-
"__#
|
|
69
|
+
"__#20@#dismissOnClickOutside": (event: MouseEvent) => void;
|
|
70
|
+
"__#20@#openPopupIfPossible"(): void;
|
|
71
71
|
_onBaseKeyDown(event: KeyboardEvent): boolean;
|
|
72
72
|
_focusableElsWithinDialog(): NodeListOf<HTMLElement>;
|
|
73
73
|
readonly _dialogLabel: string;
|
|
@@ -82,402 +82,48 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
82
82
|
readonly _pickerButtonIcon: string;
|
|
83
83
|
_onOkClick(): void;
|
|
84
84
|
_onClearClick: (() => void) & (() => void);
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
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
|
-
readonly attributes: NamedNodeMap;
|
|
134
|
-
readonly classList: DOMTokenList;
|
|
135
|
-
className: string;
|
|
136
|
-
readonly clientHeight: number;
|
|
137
|
-
readonly clientLeft: number;
|
|
138
|
-
readonly clientTop: number;
|
|
139
|
-
readonly clientWidth: number;
|
|
140
|
-
id: string;
|
|
141
|
-
readonly localName: string;
|
|
142
|
-
readonly namespaceURI: string | null;
|
|
143
|
-
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
144
|
-
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
145
|
-
outerHTML: string;
|
|
146
|
-
readonly ownerDocument: Document;
|
|
147
|
-
readonly part: DOMTokenList;
|
|
148
|
-
readonly prefix: string | null;
|
|
149
|
-
readonly scrollHeight: number;
|
|
150
|
-
scrollLeft: number;
|
|
151
|
-
scrollTop: number;
|
|
152
|
-
readonly scrollWidth: number;
|
|
153
|
-
readonly shadowRoot: ShadowRoot | null;
|
|
154
|
-
slot: string;
|
|
155
|
-
readonly tagName: string;
|
|
156
|
-
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
157
|
-
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
158
|
-
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2] | null;
|
|
159
|
-
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3] | null;
|
|
160
|
-
closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4] | null;
|
|
161
|
-
closest<E extends Element = Element>(selectors: string): E | null;
|
|
162
|
-
getAttribute(qualifiedName: string): string | null;
|
|
163
|
-
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
164
|
-
getAttributeNames(): string[];
|
|
165
|
-
getAttributeNode(qualifiedName: string): Attr | null;
|
|
166
|
-
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
167
|
-
getBoundingClientRect(): DOMRect;
|
|
168
|
-
getClientRects(): DOMRectList;
|
|
169
|
-
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
170
|
-
getElementsByTagName<K_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<HTMLElementTagNameMap[K_5]>;
|
|
171
|
-
getElementsByTagName<K_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_6): HTMLCollectionOf<SVGElementTagNameMap[K_6]>;
|
|
172
|
-
getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
|
|
173
|
-
getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
|
|
174
|
-
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
175
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
176
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
177
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
178
|
-
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
179
|
-
hasAttribute(qualifiedName: string): boolean;
|
|
180
|
-
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
181
|
-
hasAttributes(): boolean;
|
|
182
|
-
hasPointerCapture(pointerId: number): boolean;
|
|
183
|
-
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
184
|
-
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
185
|
-
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
186
|
-
matches(selectors: string): boolean;
|
|
187
|
-
releasePointerCapture(pointerId: number): void;
|
|
188
|
-
removeAttribute(qualifiedName: string): void;
|
|
189
|
-
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
190
|
-
removeAttributeNode(attr: Attr): Attr;
|
|
191
|
-
requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
|
|
192
|
-
requestPointerLock(): void;
|
|
193
|
-
scroll(options?: ScrollToOptions | undefined): void;
|
|
194
|
-
scroll(x: number, y: number): void;
|
|
195
|
-
scrollBy(options?: ScrollToOptions | undefined): void;
|
|
196
|
-
scrollBy(x: number, y: number): void;
|
|
197
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
|
|
198
|
-
scrollTo(options?: ScrollToOptions | undefined): void;
|
|
199
|
-
scrollTo(x: number, y: number): void;
|
|
200
|
-
setAttribute(qualifiedName: string, value: string): void;
|
|
201
|
-
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
202
|
-
setAttributeNode(attr: Attr): Attr | null;
|
|
203
|
-
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
204
|
-
setPointerCapture(pointerId: number): void;
|
|
205
|
-
toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
|
|
206
|
-
webkitMatchesSelector(selectors: string): boolean;
|
|
207
|
-
readonly baseURI: string;
|
|
208
|
-
readonly childNodes: NodeListOf<ChildNode>;
|
|
209
|
-
readonly firstChild: ChildNode | null;
|
|
210
|
-
readonly isConnected: boolean;
|
|
211
|
-
readonly lastChild: ChildNode | null;
|
|
212
|
-
readonly nextSibling: ChildNode | null;
|
|
213
|
-
readonly nodeName: string;
|
|
214
|
-
readonly nodeType: number;
|
|
215
|
-
nodeValue: string | null;
|
|
216
|
-
readonly parentElement: HTMLElement | null;
|
|
217
|
-
readonly parentNode: ParentNode | null;
|
|
218
|
-
readonly previousSibling: ChildNode | null;
|
|
219
|
-
textContent: string | null;
|
|
220
|
-
appendChild<T extends Node>(node: T): T;
|
|
221
|
-
cloneNode(deep?: boolean | undefined): Node;
|
|
222
|
-
compareDocumentPosition(other: Node): number;
|
|
223
|
-
contains(other: Node | null): boolean;
|
|
224
|
-
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
225
|
-
hasChildNodes(): boolean;
|
|
226
|
-
insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
|
|
227
|
-
isDefaultNamespace(namespace: string | null): boolean;
|
|
228
|
-
isEqualNode(otherNode: Node | null): boolean;
|
|
229
|
-
isSameNode(otherNode: Node | null): boolean;
|
|
230
|
-
lookupNamespaceURI(prefix: string | null): string | null;
|
|
231
|
-
lookupPrefix(namespace: string | null): string | null;
|
|
232
|
-
normalize(): void;
|
|
233
|
-
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
234
|
-
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
235
|
-
readonly ELEMENT_NODE: 1;
|
|
236
|
-
readonly ATTRIBUTE_NODE: 2;
|
|
237
|
-
readonly TEXT_NODE: 3;
|
|
238
|
-
readonly CDATA_SECTION_NODE: 4;
|
|
239
|
-
readonly ENTITY_REFERENCE_NODE: 5;
|
|
240
|
-
readonly ENTITY_NODE: 6;
|
|
241
|
-
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
242
|
-
readonly COMMENT_NODE: 8;
|
|
243
|
-
readonly DOCUMENT_NODE: 9;
|
|
244
|
-
readonly DOCUMENT_TYPE_NODE: 10;
|
|
245
|
-
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
246
|
-
readonly NOTATION_NODE: 12;
|
|
247
|
-
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
248
|
-
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
249
|
-
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
250
|
-
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
251
|
-
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
252
|
-
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
253
|
-
dispatchEvent(event: Event): boolean;
|
|
254
|
-
ariaAtomic: string | null;
|
|
255
|
-
ariaAutoComplete: string | null;
|
|
256
|
-
ariaBusy: string | null;
|
|
257
|
-
ariaChecked: string | null;
|
|
258
|
-
ariaColCount: string | null;
|
|
259
|
-
ariaColIndex: string | null;
|
|
260
|
-
ariaColSpan: string | null;
|
|
261
|
-
ariaCurrent: string | null;
|
|
262
|
-
ariaDisabled: string | null;
|
|
263
|
-
ariaExpanded: string | null;
|
|
264
|
-
ariaHasPopup: string | null;
|
|
265
|
-
ariaHidden: string | null;
|
|
266
|
-
ariaInvalid: string | null;
|
|
267
|
-
ariaKeyShortcuts: string | null;
|
|
268
|
-
ariaLabel: string | null;
|
|
269
|
-
ariaLevel: string | null;
|
|
270
|
-
ariaLive: string | null;
|
|
271
|
-
ariaModal: string | null;
|
|
272
|
-
ariaMultiLine: string | null;
|
|
273
|
-
ariaMultiSelectable: string | null;
|
|
274
|
-
ariaOrientation: string | null;
|
|
275
|
-
ariaPlaceholder: string | null;
|
|
276
|
-
ariaPosInSet: string | null;
|
|
277
|
-
ariaPressed: string | null;
|
|
278
|
-
ariaReadOnly: string | null;
|
|
279
|
-
ariaRequired: string | null;
|
|
280
|
-
ariaRoleDescription: string | null;
|
|
281
|
-
ariaRowCount: string | null;
|
|
282
|
-
ariaRowIndex: string | null;
|
|
283
|
-
ariaRowSpan: string | null;
|
|
284
|
-
ariaSelected: string | null;
|
|
285
|
-
ariaSetSize: string | null;
|
|
286
|
-
ariaSort: string | null;
|
|
287
|
-
ariaValueMax: string | null;
|
|
288
|
-
ariaValueMin: string | null;
|
|
289
|
-
ariaValueNow: string | null;
|
|
290
|
-
ariaValueText: string | null;
|
|
291
|
-
role: string | null;
|
|
292
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
|
|
293
|
-
getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
|
|
294
|
-
after(...nodes: (string | Node)[]): void;
|
|
295
|
-
before(...nodes: (string | Node)[]): void;
|
|
296
|
-
remove(): void;
|
|
297
|
-
replaceWith(...nodes: (string | Node)[]): void;
|
|
298
|
-
innerHTML: string;
|
|
299
|
-
readonly nextElementSibling: Element | null;
|
|
300
|
-
readonly previousElementSibling: Element | null;
|
|
301
|
-
readonly childElementCount: number;
|
|
302
|
-
readonly children: HTMLCollection;
|
|
303
|
-
readonly firstElementChild: Element | null;
|
|
304
|
-
readonly lastElementChild: Element | null;
|
|
305
|
-
append(...nodes: (string | Node)[]): void;
|
|
306
|
-
prepend(...nodes: (string | Node)[]): void;
|
|
307
|
-
querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
|
|
308
|
-
querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
|
|
309
|
-
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
|
|
310
|
-
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
|
|
311
|
-
querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
|
|
312
|
-
querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
|
|
313
|
-
querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
|
|
314
|
-
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
315
|
-
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
316
|
-
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
317
|
-
replaceChildren(...nodes: (string | Node)[]): void;
|
|
318
|
-
readonly assignedSlot: HTMLSlotElement | null;
|
|
319
|
-
readonly style: CSSStyleDeclaration;
|
|
320
|
-
contentEditable: string;
|
|
321
|
-
enterKeyHint: string;
|
|
322
|
-
inputMode: string;
|
|
323
|
-
readonly isContentEditable: boolean;
|
|
324
|
-
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
325
|
-
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
326
|
-
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
327
|
-
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
328
|
-
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
329
|
-
onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
330
|
-
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
331
|
-
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
332
|
-
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
333
|
-
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
334
|
-
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
335
|
-
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
336
|
-
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
337
|
-
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
338
|
-
oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
339
|
-
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
340
|
-
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
341
|
-
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
342
|
-
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
343
|
-
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
344
|
-
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
345
|
-
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
346
|
-
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
347
|
-
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
348
|
-
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
349
|
-
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
350
|
-
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
351
|
-
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
352
|
-
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
353
|
-
onerror: OnErrorEventHandler;
|
|
354
|
-
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
355
|
-
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
356
|
-
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
357
|
-
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
358
|
-
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
359
|
-
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
360
|
-
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
361
|
-
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
362
|
-
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
363
|
-
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
364
|
-
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
365
|
-
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
366
|
-
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
367
|
-
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
368
|
-
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
369
|
-
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
370
|
-
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
371
|
-
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
372
|
-
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
373
|
-
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
374
|
-
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
375
|
-
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
376
|
-
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
377
|
-
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
378
|
-
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
379
|
-
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
380
|
-
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
381
|
-
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
382
|
-
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
383
|
-
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
384
|
-
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
385
|
-
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
386
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
|
|
387
|
-
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
388
|
-
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
389
|
-
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
390
|
-
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
391
|
-
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
392
|
-
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
393
|
-
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
394
|
-
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
395
|
-
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
396
|
-
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
397
|
-
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
398
|
-
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
399
|
-
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
400
|
-
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
401
|
-
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
402
|
-
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
403
|
-
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
404
|
-
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
405
|
-
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
406
|
-
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
407
|
-
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
408
|
-
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
409
|
-
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
410
|
-
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
411
|
-
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
412
|
-
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
413
|
-
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
414
|
-
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
415
|
-
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
416
|
-
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
417
|
-
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
418
|
-
autofocus: boolean;
|
|
419
|
-
readonly dataset: DOMStringMap;
|
|
420
|
-
nonce?: string | undefined;
|
|
421
|
-
tabIndex: number;
|
|
422
|
-
blur(): void;
|
|
423
|
-
focus(options?: FocusOptions | undefined): void;
|
|
424
|
-
ariaColIndexText: string | null;
|
|
425
|
-
ariaDescription: string | null;
|
|
426
|
-
ariaRowIndexText: string | null;
|
|
427
|
-
ariaRelevant: string | null;
|
|
428
|
-
roleChanged(prev: string | null, next: string | null): void;
|
|
429
|
-
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
430
|
-
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
431
|
-
ariaBusyChanged(prev: string | null, next: string | null): void;
|
|
432
|
-
ariaCheckedChanged(prev: string | null, next: string | null): void;
|
|
433
|
-
ariaColCountChanged(prev: string | null, next: string | null): void;
|
|
434
|
-
ariaColIndexChanged(prev: string | null, next: string | null): void;
|
|
435
|
-
ariaColIndexTextChanged(prev: string | null, next: string | null): void;
|
|
436
|
-
ariaColSpanChanged(prev: string | null, next: string | null): void;
|
|
437
|
-
ariaCurrentChanged(prev: string | null, next: string | null): void;
|
|
438
|
-
ariaDescriptionChanged(prev: string | null, next: string | null): void;
|
|
439
|
-
ariaDisabledChanged(prev: string | null, next: string | null): void;
|
|
440
|
-
ariaExpandedChanged(prev: string | null, next: string | null): void;
|
|
441
|
-
ariaHasPopupChanged(prev: string | null, next: string | null): void;
|
|
442
|
-
ariaHiddenChanged(prev: string | null, next: string | null): void;
|
|
443
|
-
ariaInvalidChanged(prev: string | null, next: string | null): void;
|
|
444
|
-
ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
|
|
445
|
-
ariaLabelChanged(prev: string | null, next: string | null): void;
|
|
446
|
-
ariaLevelChanged(prev: string | null, next: string | null): void;
|
|
447
|
-
ariaLiveChanged(prev: string | null, next: string | null): void;
|
|
448
|
-
ariaModalChanged(prev: string | null, next: string | null): void;
|
|
449
|
-
ariaMultiLineChanged(prev: string | null, next: string | null): void;
|
|
450
|
-
ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
|
|
451
|
-
ariaOrientationChanged(prev: string | null, next: string | null): void;
|
|
452
|
-
ariaPlaceholderChanged(prev: string | null, next: string | null): void;
|
|
453
|
-
ariaPosInSetChanged(prev: string | null, next: string | null): void;
|
|
454
|
-
ariaPressedChanged(prev: string | null, next: string | null): void;
|
|
455
|
-
ariaReadOnlyChanged(prev: string | null, next: string | null): void;
|
|
456
|
-
ariaRequiredChanged(prev: string | null, next: string | null): void;
|
|
457
|
-
ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
|
|
458
|
-
ariaRowCountChanged(prev: string | null, next: string | null): void;
|
|
459
|
-
ariaRowIndexChanged(prev: string | null, next: string | null): void;
|
|
460
|
-
ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
|
|
461
|
-
ariaRowSpanChanged(prev: string | null, next: string | null): void;
|
|
462
|
-
ariaSelectedChanged(prev: string | null, next: string | null): void;
|
|
463
|
-
ariaSetSizeChanged(prev: string | null, next: string | null): void;
|
|
464
|
-
ariaSortChanged(prev: string | null, next: string | null): void;
|
|
465
|
-
ariaValueMaxChanged(prev: string | null, next: string | null): void;
|
|
466
|
-
ariaValueMinChanged(prev: string | null, next: string | null): void;
|
|
467
|
-
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
468
|
-
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
469
|
-
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
470
|
-
"__#1@#handleReplacedProp"(replacedProp: {
|
|
471
|
-
newPropertyName: string;
|
|
472
|
-
deprecatedPropertyName: string;
|
|
473
|
-
fromDeprecated: (v: any) => any;
|
|
474
|
-
toDeprecated?: ((v: any) => any) | undefined;
|
|
475
|
-
}): void;
|
|
476
|
-
}, any>;
|
|
85
|
+
_contextualHelpSlottedContent?: HTMLElement[] | undefined;
|
|
86
|
+
readonly _hasContextualHelp: boolean;
|
|
87
|
+
_isFromContextualHelp(e: Event): boolean;
|
|
88
|
+
label?: string | undefined;
|
|
89
|
+
errorValidationMessage: string;
|
|
90
|
+
forceErrorDisplay: boolean;
|
|
91
|
+
hasBeenTouched: boolean;
|
|
92
|
+
"__#3@#handleInvalidEvent": (() => void) & (() => void);
|
|
93
|
+
formResetCallback: (() => void) & (() => void) & (() => void) & (() => void);
|
|
94
|
+
readonly validity: ValidityState;
|
|
95
|
+
readonly form: HTMLFormElement | null;
|
|
96
|
+
readonly validationMessage: string;
|
|
97
|
+
readonly willValidate: boolean;
|
|
98
|
+
readonly labels: readonly Node[];
|
|
99
|
+
dirtyValue: boolean;
|
|
100
|
+
proxySlot?: HTMLSlotElement | undefined;
|
|
101
|
+
value: string;
|
|
102
|
+
currentValue: string;
|
|
103
|
+
initialValue: string;
|
|
104
|
+
initialValueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
105
|
+
disabled: boolean;
|
|
106
|
+
disabledChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
107
|
+
name: string;
|
|
108
|
+
nameChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
109
|
+
required: boolean;
|
|
110
|
+
requiredChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
111
|
+
readonly elementInternals: ElementInternals | null;
|
|
112
|
+
proxyEventsToBlock: string[];
|
|
113
|
+
checkValidity: (() => boolean) & (() => boolean);
|
|
114
|
+
reportValidity: (() => boolean) & (() => boolean);
|
|
115
|
+
setValidity: ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void) & ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void);
|
|
116
|
+
formDisabledCallback: ((disabled: boolean) => void) & ((disabled: boolean) => void);
|
|
117
|
+
proxyInitialized: boolean;
|
|
118
|
+
attachProxy: (() => void) & (() => void);
|
|
119
|
+
detachProxy: (() => void) & (() => void);
|
|
120
|
+
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);
|
|
121
|
+
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
122
|
+
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
477
123
|
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
478
|
-
readonly $fastController: import("@microsoft/fast-element").
|
|
124
|
+
readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
|
|
479
125
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
480
|
-
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
126
|
+
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
481
127
|
accessKey: string;
|
|
482
128
|
readonly accessKeyLabel: string;
|
|
483
129
|
autocapitalize: string;
|
|
@@ -498,9 +144,9 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
498
144
|
translate: boolean;
|
|
499
145
|
attachInternals(): ElementInternals;
|
|
500
146
|
click(): void;
|
|
501
|
-
addEventListener<
|
|
147
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
502
148
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
503
|
-
removeEventListener<
|
|
149
|
+
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
504
150
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
505
151
|
readonly attributes: NamedNodeMap;
|
|
506
152
|
readonly classList: DOMTokenList;
|
|
@@ -527,10 +173,10 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
527
173
|
readonly tagName: string;
|
|
528
174
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
529
175
|
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
530
|
-
closest<
|
|
531
|
-
closest<
|
|
532
|
-
closest<
|
|
533
|
-
closest<
|
|
176
|
+
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2] | null;
|
|
177
|
+
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3] | null;
|
|
178
|
+
closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4] | null;
|
|
179
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
534
180
|
getAttribute(qualifiedName: string): string | null;
|
|
535
181
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
536
182
|
getAttributeNames(): string[];
|
|
@@ -539,10 +185,10 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
539
185
|
getBoundingClientRect(): DOMRect;
|
|
540
186
|
getClientRects(): DOMRectList;
|
|
541
187
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
542
|
-
getElementsByTagName<
|
|
543
|
-
getElementsByTagName<
|
|
544
|
-
getElementsByTagName<
|
|
545
|
-
getElementsByTagName<
|
|
188
|
+
getElementsByTagName<K_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<HTMLElementTagNameMap[K_5]>;
|
|
189
|
+
getElementsByTagName<K_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_6): HTMLCollectionOf<SVGElementTagNameMap[K_6]>;
|
|
190
|
+
getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
|
|
191
|
+
getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
|
|
546
192
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
547
193
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
548
194
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
@@ -595,7 +241,7 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
595
241
|
contains(other: Node | null): boolean;
|
|
596
242
|
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
597
243
|
hasChildNodes(): boolean;
|
|
598
|
-
insertBefore<
|
|
244
|
+
insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
|
|
599
245
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
600
246
|
isEqualNode(otherNode: Node | null): boolean;
|
|
601
247
|
isSameNode(otherNode: Node | null): boolean;
|
|
@@ -799,146 +445,52 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
799
445
|
ariaRelevant: string | null;
|
|
800
446
|
roleChanged(prev: string | null, next: string | null): void;
|
|
801
447
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
802
|
-
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
803
|
-
ariaBusyChanged(prev: string | null, next: string | null): void;
|
|
804
|
-
ariaCheckedChanged(prev: string | null, next: string | null): void;
|
|
805
|
-
ariaColCountChanged(prev: string | null, next: string | null): void;
|
|
806
|
-
ariaColIndexChanged(prev: string | null, next: string | null): void;
|
|
807
|
-
ariaColIndexTextChanged(prev: string | null, next: string | null): void;
|
|
808
|
-
ariaColSpanChanged(prev: string | null, next: string | null): void;
|
|
809
|
-
ariaCurrentChanged(prev: string | null, next: string | null): void;
|
|
810
|
-
ariaDescriptionChanged(prev: string | null, next: string | null): void;
|
|
811
|
-
ariaDisabledChanged(prev: string | null, next: string | null): void;
|
|
812
|
-
ariaExpandedChanged(prev: string | null, next: string | null): void;
|
|
813
|
-
ariaHasPopupChanged(prev: string | null, next: string | null): void;
|
|
814
|
-
ariaHiddenChanged(prev: string | null, next: string | null): void;
|
|
815
|
-
ariaInvalidChanged(prev: string | null, next: string | null): void;
|
|
816
|
-
ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
|
|
817
|
-
ariaLabelChanged(prev: string | null, next: string | null): void;
|
|
818
|
-
ariaLevelChanged(prev: string | null, next: string | null): void;
|
|
819
|
-
ariaLiveChanged(prev: string | null, next: string | null): void;
|
|
820
|
-
ariaModalChanged(prev: string | null, next: string | null): void;
|
|
821
|
-
ariaMultiLineChanged(prev: string | null, next: string | null): void;
|
|
822
|
-
ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
|
|
823
|
-
ariaOrientationChanged(prev: string | null, next: string | null): void;
|
|
824
|
-
ariaPlaceholderChanged(prev: string | null, next: string | null): void;
|
|
825
|
-
ariaPosInSetChanged(prev: string | null, next: string | null): void;
|
|
826
|
-
ariaPressedChanged(prev: string | null, next: string | null): void;
|
|
827
|
-
ariaReadOnlyChanged(prev: string | null, next: string | null): void;
|
|
828
|
-
ariaRequiredChanged(prev: string | null, next: string | null): void;
|
|
829
|
-
ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
|
|
830
|
-
ariaRowCountChanged(prev: string | null, next: string | null): void;
|
|
831
|
-
ariaRowIndexChanged(prev: string | null, next: string | null): void;
|
|
832
|
-
ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
|
|
833
|
-
ariaRowSpanChanged(prev: string | null, next: string | null): void;
|
|
834
|
-
ariaSelectedChanged(prev: string | null, next: string | null): void;
|
|
835
|
-
ariaSetSizeChanged(prev: string | null, next: string | null): void;
|
|
836
|
-
ariaSortChanged(prev: string | null, next: string | null): void;
|
|
837
|
-
ariaValueMaxChanged(prev: string | null, next: string | null): void;
|
|
838
|
-
ariaValueMinChanged(prev: string | null, next: string | null): void;
|
|
839
|
-
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
840
|
-
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
841
|
-
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
842
|
-
"__#1@#handleReplacedProp"(replacedProp: {
|
|
843
|
-
newPropertyName: string;
|
|
844
|
-
deprecatedPropertyName: string;
|
|
845
|
-
fromDeprecated: (v: any) => any;
|
|
846
|
-
toDeprecated?: ((v: any) => any) | undefined;
|
|
847
|
-
}): void;
|
|
848
|
-
errorText?: string | undefined;
|
|
849
|
-
errorTextChanged(_: string, newErrorText: string | undefined): void;
|
|
850
|
-
"__#4@#blockValidateCalls": boolean;
|
|
851
|
-
"__#4@#originalValidateFn": () => void;
|
|
852
|
-
"__#4@#forceCustomError"(errorMessage: string): void;
|
|
853
|
-
"__#4@#clearCustomErrorAndRevalidate"(): void;
|
|
854
|
-
label?: string | undefined;
|
|
855
|
-
errorValidationMessage: string;
|
|
856
|
-
forceErrorDisplay: boolean;
|
|
857
|
-
hasBeenTouched: boolean;
|
|
858
|
-
"__#3@#handleInvalidEvent": (() => void) & (() => void);
|
|
859
|
-
formResetCallback: (() => void) & (() => void) & (() => void) & (() => void);
|
|
860
|
-
readonly validity: ValidityState;
|
|
861
|
-
readonly form: HTMLFormElement | null;
|
|
862
|
-
readonly validationMessage: string;
|
|
863
|
-
readonly willValidate: boolean;
|
|
864
|
-
readonly labels: readonly Node[];
|
|
865
|
-
dirtyValue: boolean;
|
|
866
|
-
proxySlot?: HTMLSlotElement | undefined;
|
|
867
|
-
value: string;
|
|
868
|
-
currentValue: string;
|
|
869
|
-
initialValue: string;
|
|
870
|
-
initialValueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
871
|
-
disabled: boolean;
|
|
872
|
-
disabledChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
873
|
-
name: string;
|
|
874
|
-
nameChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
875
|
-
required: boolean;
|
|
876
|
-
requiredChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
877
|
-
readonly elementInternals: ElementInternals | null;
|
|
878
|
-
proxyEventsToBlock: string[];
|
|
879
|
-
checkValidity: (() => boolean) & (() => boolean);
|
|
880
|
-
reportValidity: (() => boolean) & (() => boolean);
|
|
881
|
-
setValidity: ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void) & ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void);
|
|
882
|
-
formDisabledCallback: ((disabled: boolean) => void) & ((disabled: boolean) => void);
|
|
883
|
-
proxyInitialized: boolean;
|
|
884
|
-
attachProxy: (() => void) & (() => void);
|
|
885
|
-
detachProxy: (() => void) & (() => void);
|
|
886
|
-
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);
|
|
887
|
-
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
888
|
-
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
889
|
-
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
890
|
-
readonly locale: import("../../shared/localization/Locale").Locale;
|
|
891
|
-
_isValidValue(value: string): boolean;
|
|
892
|
-
_toPresentationValue(value: string): string;
|
|
893
|
-
_parsePresentationValue(presentationValue: string): string;
|
|
894
|
-
_isInternalValueUpdate: boolean;
|
|
895
|
-
_updateValueDueToUserInteraction(newValue: string, isIntermediateUpdate: boolean): void;
|
|
896
|
-
_isPresentationValueInvalid(): boolean;
|
|
897
|
-
}) & (abstract new (...args: any[]) => {
|
|
898
|
-
_isValidValue(value: string): boolean;
|
|
899
|
-
_toPresentationValue(value: string): string;
|
|
900
|
-
_parsePresentationValue(presentationValue: string): string;
|
|
901
|
-
_isInternalValueUpdate: boolean;
|
|
902
|
-
valueChanged(previous: string, next: string): void;
|
|
903
|
-
_updatePresentationValue(): void;
|
|
904
|
-
_updateValueDueToUserInteraction(newValue: string, isIntermediateUpdate: boolean): void;
|
|
905
|
-
_onTextFieldChange(): void;
|
|
906
|
-
_onTextFieldInput(event: Event): void;
|
|
907
|
-
_isPresentationValueInvalid(): boolean;
|
|
908
|
-
_onClearClick(): void;
|
|
909
|
-
readOnly: boolean;
|
|
910
|
-
readOnlyChanged(): void;
|
|
911
|
-
_textFieldEl: import("../components").VwcTextFieldElement;
|
|
912
|
-
_dialogEl: HTMLElement;
|
|
913
|
-
_pickerButtonEl: import("../components").VwcButtonElement;
|
|
914
|
-
connectedCallback(): void;
|
|
915
|
-
disconnectedCallback(): void;
|
|
916
|
-
"__#19@#onFocusIn": () => void;
|
|
917
|
-
"__#19@#onFocusOut": () => void;
|
|
918
|
-
proxy: HTMLInputElement;
|
|
919
|
-
validate(): void;
|
|
920
|
-
_getCustomValidationError(): string | null;
|
|
921
|
-
"__#19@#localeChangeHandler": {
|
|
922
|
-
handleChange: () => void;
|
|
923
|
-
};
|
|
924
|
-
"__#19@#localeChangeObserver": import("@microsoft/fast-element").BindingObserver<any, any, any>;
|
|
925
|
-
"__#19@#startObservingLocaleChanges"(): void;
|
|
926
|
-
"__#19@#stopObservingLocaleChanges"(): void;
|
|
927
|
-
_popupOpen: boolean;
|
|
928
|
-
"__#19@#dismissOnClickOutside": (event: MouseEvent) => void;
|
|
929
|
-
"__#19@#openPopupIfPossible"(): void;
|
|
930
|
-
_closePopup(restoreFocusToTextField?: boolean): void;
|
|
931
|
-
_onBaseKeyDown(event: KeyboardEvent): boolean;
|
|
932
|
-
_focusableElsWithinDialog(): NodeListOf<HTMLElement>;
|
|
933
|
-
readonly _dialogLabel: string;
|
|
934
|
-
_presentationValue: string;
|
|
935
|
-
_presentationValueChanged(): void;
|
|
936
|
-
readonly _textFieldPlaceholder: string;
|
|
937
|
-
_textFieldSize?: string | undefined;
|
|
938
|
-
readonly _pickerButtonLabel: string;
|
|
939
|
-
readonly _pickerButtonIcon: string;
|
|
940
|
-
_onPickerButtonClick(): void;
|
|
941
|
-
_onOkClick(): void;
|
|
448
|
+
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
449
|
+
ariaBusyChanged(prev: string | null, next: string | null): void;
|
|
450
|
+
ariaCheckedChanged(prev: string | null, next: string | null): void;
|
|
451
|
+
ariaColCountChanged(prev: string | null, next: string | null): void;
|
|
452
|
+
ariaColIndexChanged(prev: string | null, next: string | null): void;
|
|
453
|
+
ariaColIndexTextChanged(prev: string | null, next: string | null): void;
|
|
454
|
+
ariaColSpanChanged(prev: string | null, next: string | null): void;
|
|
455
|
+
ariaCurrentChanged(prev: string | null, next: string | null): void;
|
|
456
|
+
ariaDescriptionChanged(prev: string | null, next: string | null): void;
|
|
457
|
+
ariaDisabledChanged(prev: string | null, next: string | null): void;
|
|
458
|
+
ariaExpandedChanged(prev: string | null, next: string | null): void;
|
|
459
|
+
ariaHasPopupChanged(prev: string | null, next: string | null): void;
|
|
460
|
+
ariaHiddenChanged(prev: string | null, next: string | null): void;
|
|
461
|
+
ariaInvalidChanged(prev: string | null, next: string | null): void;
|
|
462
|
+
ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
|
|
463
|
+
ariaLabelChanged(prev: string | null, next: string | null): void;
|
|
464
|
+
ariaLevelChanged(prev: string | null, next: string | null): void;
|
|
465
|
+
ariaLiveChanged(prev: string | null, next: string | null): void;
|
|
466
|
+
ariaModalChanged(prev: string | null, next: string | null): void;
|
|
467
|
+
ariaMultiLineChanged(prev: string | null, next: string | null): void;
|
|
468
|
+
ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
|
|
469
|
+
ariaOrientationChanged(prev: string | null, next: string | null): void;
|
|
470
|
+
ariaPlaceholderChanged(prev: string | null, next: string | null): void;
|
|
471
|
+
ariaPosInSetChanged(prev: string | null, next: string | null): void;
|
|
472
|
+
ariaPressedChanged(prev: string | null, next: string | null): void;
|
|
473
|
+
ariaReadOnlyChanged(prev: string | null, next: string | null): void;
|
|
474
|
+
ariaRequiredChanged(prev: string | null, next: string | null): void;
|
|
475
|
+
ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
|
|
476
|
+
ariaRowCountChanged(prev: string | null, next: string | null): void;
|
|
477
|
+
ariaRowIndexChanged(prev: string | null, next: string | null): void;
|
|
478
|
+
ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
|
|
479
|
+
ariaRowSpanChanged(prev: string | null, next: string | null): void;
|
|
480
|
+
ariaSelectedChanged(prev: string | null, next: string | null): void;
|
|
481
|
+
ariaSetSizeChanged(prev: string | null, next: string | null): void;
|
|
482
|
+
ariaSortChanged(prev: string | null, next: string | null): void;
|
|
483
|
+
ariaValueMaxChanged(prev: string | null, next: string | null): void;
|
|
484
|
+
ariaValueMinChanged(prev: string | null, next: string | null): void;
|
|
485
|
+
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
486
|
+
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
487
|
+
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
488
|
+
"__#1@#handleReplacedProp"(replacedProp: {
|
|
489
|
+
newPropertyName: string;
|
|
490
|
+
deprecatedPropertyName: string;
|
|
491
|
+
fromDeprecated: (v: any) => any;
|
|
492
|
+
toDeprecated?: ((v: any) => any) | undefined;
|
|
493
|
+
}): void;
|
|
942
494
|
helperText?: string | undefined;
|
|
943
495
|
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
944
496
|
readonly _feedbackDescribedBy: string;
|
|
@@ -959,10 +511,10 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
959
511
|
_getFeedbackTemplate(ctx: import("../../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
960
512
|
connectedCallback(): void;
|
|
961
513
|
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
962
|
-
readonly $fastController: import("@microsoft/fast-element").
|
|
514
|
+
readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
|
|
963
515
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
964
516
|
disconnectedCallback(): void;
|
|
965
|
-
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
517
|
+
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
966
518
|
accessKey: string;
|
|
967
519
|
readonly accessKeyLabel: string;
|
|
968
520
|
autocapitalize: string;
|
|
@@ -983,9 +535,9 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
983
535
|
translate: boolean;
|
|
984
536
|
attachInternals(): ElementInternals;
|
|
985
537
|
click(): void;
|
|
986
|
-
addEventListener<
|
|
538
|
+
addEventListener<K_17 extends keyof HTMLElementEventMap>(type: K_17, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_17]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
987
539
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
988
|
-
removeEventListener<
|
|
540
|
+
removeEventListener<K_18 extends keyof HTMLElementEventMap>(type: K_18, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_18]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
989
541
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
990
542
|
readonly attributes: NamedNodeMap;
|
|
991
543
|
readonly classList: DOMTokenList;
|
|
@@ -1012,10 +564,10 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
1012
564
|
readonly tagName: string;
|
|
1013
565
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1014
566
|
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
1015
|
-
closest<
|
|
1016
|
-
closest<
|
|
1017
|
-
closest<
|
|
1018
|
-
closest<
|
|
567
|
+
closest<K_19 extends keyof HTMLElementTagNameMap>(selector: K_19): HTMLElementTagNameMap[K_19] | null;
|
|
568
|
+
closest<K_20 extends keyof SVGElementTagNameMap>(selector: K_20): SVGElementTagNameMap[K_20] | null;
|
|
569
|
+
closest<K_21 extends keyof MathMLElementTagNameMap>(selector: K_21): MathMLElementTagNameMap[K_21] | null;
|
|
570
|
+
closest<E_3 extends Element = Element>(selectors: string): E_3 | null;
|
|
1019
571
|
getAttribute(qualifiedName: string): string | null;
|
|
1020
572
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
1021
573
|
getAttributeNames(): string[];
|
|
@@ -1024,10 +576,10 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
1024
576
|
getBoundingClientRect(): DOMRect;
|
|
1025
577
|
getClientRects(): DOMRectList;
|
|
1026
578
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
1027
|
-
getElementsByTagName<
|
|
1028
|
-
getElementsByTagName<
|
|
1029
|
-
getElementsByTagName<
|
|
1030
|
-
getElementsByTagName<
|
|
579
|
+
getElementsByTagName<K_22 extends keyof HTMLElementTagNameMap>(qualifiedName: K_22): HTMLCollectionOf<HTMLElementTagNameMap[K_22]>;
|
|
580
|
+
getElementsByTagName<K_23 extends keyof SVGElementTagNameMap>(qualifiedName: K_23): HTMLCollectionOf<SVGElementTagNameMap[K_23]>;
|
|
581
|
+
getElementsByTagName<K_24 extends keyof MathMLElementTagNameMap>(qualifiedName: K_24): HTMLCollectionOf<MathMLElementTagNameMap[K_24]>;
|
|
582
|
+
getElementsByTagName<K_25 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_25): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_25]>;
|
|
1031
583
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1032
584
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1033
585
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
@@ -1080,7 +632,7 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
1080
632
|
contains(other: Node | null): boolean;
|
|
1081
633
|
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
1082
634
|
hasChildNodes(): boolean;
|
|
1083
|
-
insertBefore<
|
|
635
|
+
insertBefore<T_4 extends Node>(node: T_4, child: Node | null): T_4;
|
|
1084
636
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
1085
637
|
isEqualNode(otherNode: Node | null): boolean;
|
|
1086
638
|
isSameNode(otherNode: Node | null): boolean;
|
|
@@ -1331,10 +883,107 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
1331
883
|
toDeprecated?: ((v: any) => any) | undefined;
|
|
1332
884
|
}): void;
|
|
1333
885
|
}, any>;
|
|
886
|
+
errorText?: string | undefined;
|
|
887
|
+
errorTextChanged(_: string, newErrorText: string | undefined): void;
|
|
888
|
+
"__#4@#blockValidateCalls": boolean;
|
|
889
|
+
"__#4@#originalValidateFn": () => void;
|
|
890
|
+
"__#4@#forceCustomError"(errorMessage: string): void;
|
|
891
|
+
"__#4@#clearCustomErrorAndRevalidate"(): void;
|
|
892
|
+
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
893
|
+
readonly locale: import("../../shared/localization/Locale").Locale;
|
|
894
|
+
_isValidValue(value: string): boolean;
|
|
895
|
+
_toPresentationValue(value: string): string;
|
|
896
|
+
_parsePresentationValue(presentationValue: string): string;
|
|
897
|
+
_isInternalValueUpdate: boolean;
|
|
898
|
+
_updateValueDueToUserInteraction(newValue: string, isIntermediateUpdate: boolean): void;
|
|
899
|
+
_isPresentationValueInvalid(): boolean;
|
|
900
|
+
}) & (abstract new (...args: any[]) => {
|
|
901
|
+
_isValidValue(value: string): boolean;
|
|
902
|
+
_toPresentationValue(value: string): string;
|
|
903
|
+
_parsePresentationValue(presentationValue: string): string;
|
|
904
|
+
_isInternalValueUpdate: boolean;
|
|
905
|
+
valueChanged(previous: string, next: string): void;
|
|
906
|
+
_updatePresentationValue(): void;
|
|
907
|
+
_updateValueDueToUserInteraction(newValue: string, isIntermediateUpdate: boolean): void;
|
|
908
|
+
_onTextFieldChange(): void;
|
|
909
|
+
_onTextFieldInput(event: Event): void;
|
|
910
|
+
_isPresentationValueInvalid(): boolean;
|
|
911
|
+
_onClearClick(): void;
|
|
912
|
+
readOnly: boolean;
|
|
913
|
+
readOnlyChanged(): void;
|
|
914
|
+
_textFieldEl: import("../components").VwcTextFieldElement;
|
|
915
|
+
_dialogEl: HTMLElement;
|
|
916
|
+
_pickerButtonEl: import("../components").VwcButtonElement;
|
|
917
|
+
connectedCallback(): void;
|
|
918
|
+
disconnectedCallback(): void;
|
|
919
|
+
"__#20@#onFocusIn": () => void;
|
|
920
|
+
"__#20@#onFocusOut": () => void;
|
|
921
|
+
proxy: HTMLInputElement;
|
|
922
|
+
validate(): void;
|
|
923
|
+
_getCustomValidationError(): string | null;
|
|
924
|
+
"__#20@#localeChangeHandler": {
|
|
925
|
+
handleChange: () => void;
|
|
926
|
+
};
|
|
927
|
+
"__#20@#localeChangeObserver": import("@microsoft/fast-element").ExpressionNotifier<any, any, any>;
|
|
928
|
+
"__#20@#startObservingLocaleChanges"(): void;
|
|
929
|
+
"__#20@#stopObservingLocaleChanges"(): void;
|
|
930
|
+
_popupOpen: boolean;
|
|
931
|
+
"__#20@#dismissOnClickOutside": (event: MouseEvent) => void;
|
|
932
|
+
"__#20@#openPopupIfPossible"(): void;
|
|
933
|
+
_closePopup(restoreFocusToTextField?: boolean): void;
|
|
934
|
+
_onBaseKeyDown(event: KeyboardEvent): boolean;
|
|
935
|
+
_focusableElsWithinDialog(): NodeListOf<HTMLElement>;
|
|
936
|
+
readonly _dialogLabel: string;
|
|
937
|
+
_presentationValue: string;
|
|
938
|
+
_presentationValueChanged(): void;
|
|
939
|
+
readonly _textFieldPlaceholder: string;
|
|
940
|
+
_textFieldSize?: string | undefined;
|
|
941
|
+
readonly _pickerButtonLabel: string;
|
|
942
|
+
readonly _pickerButtonIcon: string;
|
|
943
|
+
_onPickerButtonClick(): void;
|
|
944
|
+
_onOkClick(): void;
|
|
945
|
+
_contextualHelpSlottedContent?: HTMLElement[] | undefined;
|
|
946
|
+
readonly _hasContextualHelp: boolean;
|
|
947
|
+
_isFromContextualHelp(e: Event): boolean;
|
|
948
|
+
label?: string | undefined;
|
|
949
|
+
errorValidationMessage: string;
|
|
950
|
+
forceErrorDisplay: boolean;
|
|
951
|
+
hasBeenTouched: boolean;
|
|
952
|
+
"__#3@#handleInvalidEvent": (() => void) & (() => void);
|
|
953
|
+
formResetCallback: (() => void) & (() => void) & (() => void) & (() => void);
|
|
954
|
+
readonly validity: ValidityState;
|
|
955
|
+
readonly form: HTMLFormElement | null;
|
|
956
|
+
readonly validationMessage: string;
|
|
957
|
+
readonly willValidate: boolean;
|
|
958
|
+
readonly labels: readonly Node[];
|
|
959
|
+
dirtyValue: boolean;
|
|
960
|
+
proxySlot?: HTMLSlotElement | undefined;
|
|
961
|
+
value: string;
|
|
962
|
+
currentValue: string;
|
|
963
|
+
initialValue: string;
|
|
964
|
+
initialValueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
965
|
+
disabled: boolean;
|
|
966
|
+
disabledChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
967
|
+
name: string;
|
|
968
|
+
nameChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
969
|
+
required: boolean;
|
|
970
|
+
requiredChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
971
|
+
readonly elementInternals: ElementInternals | null;
|
|
972
|
+
proxyEventsToBlock: string[];
|
|
973
|
+
checkValidity: (() => boolean) & (() => boolean);
|
|
974
|
+
reportValidity: (() => boolean) & (() => boolean);
|
|
975
|
+
setValidity: ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void) & ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void);
|
|
976
|
+
formDisabledCallback: ((disabled: boolean) => void) & ((disabled: boolean) => void);
|
|
977
|
+
proxyInitialized: boolean;
|
|
978
|
+
attachProxy: (() => void) & (() => void);
|
|
979
|
+
detachProxy: (() => void) & (() => void);
|
|
980
|
+
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);
|
|
981
|
+
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
982
|
+
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
1334
983
|
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
1335
|
-
readonly $fastController: import("@microsoft/fast-element").
|
|
984
|
+
readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
|
|
1336
985
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
1337
|
-
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
986
|
+
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
1338
987
|
accessKey: string;
|
|
1339
988
|
readonly accessKeyLabel: string;
|
|
1340
989
|
autocapitalize: string;
|
|
@@ -1695,140 +1344,13 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
1695
1344
|
ariaValueMinChanged(prev: string | null, next: string | null): void;
|
|
1696
1345
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
1697
1346
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
1698
|
-
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
1699
|
-
"__#1@#handleReplacedProp"(replacedProp: {
|
|
1700
|
-
newPropertyName: string;
|
|
1701
|
-
deprecatedPropertyName: string;
|
|
1702
|
-
fromDeprecated: (v: any) => any;
|
|
1703
|
-
toDeprecated?: ((v: any) => any) | undefined;
|
|
1704
|
-
}): void;
|
|
1705
|
-
errorText?: string | undefined;
|
|
1706
|
-
errorTextChanged(_: string, newErrorText: string | undefined): void;
|
|
1707
|
-
"__#4@#blockValidateCalls": boolean;
|
|
1708
|
-
"__#4@#originalValidateFn": () => void;
|
|
1709
|
-
"__#4@#forceCustomError"(errorMessage: string): void;
|
|
1710
|
-
"__#4@#clearCustomErrorAndRevalidate"(): void;
|
|
1711
|
-
label?: string | undefined;
|
|
1712
|
-
errorValidationMessage: string;
|
|
1713
|
-
forceErrorDisplay: boolean;
|
|
1714
|
-
hasBeenTouched: boolean;
|
|
1715
|
-
"__#3@#handleInvalidEvent": (() => void) & (() => void);
|
|
1716
|
-
formResetCallback: (() => void) & (() => void) & (() => void) & (() => void);
|
|
1717
|
-
readonly validity: ValidityState;
|
|
1718
|
-
readonly form: HTMLFormElement | null;
|
|
1719
|
-
readonly validationMessage: string;
|
|
1720
|
-
readonly willValidate: boolean;
|
|
1721
|
-
readonly labels: readonly Node[];
|
|
1722
|
-
dirtyValue: boolean;
|
|
1723
|
-
proxySlot?: HTMLSlotElement | undefined;
|
|
1724
|
-
value: string;
|
|
1725
|
-
currentValue: string;
|
|
1726
|
-
initialValue: string;
|
|
1727
|
-
initialValueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
1728
|
-
disabled: boolean;
|
|
1729
|
-
disabledChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
1730
|
-
name: string;
|
|
1731
|
-
nameChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
1732
|
-
required: boolean;
|
|
1733
|
-
requiredChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
1734
|
-
readonly elementInternals: ElementInternals | null;
|
|
1735
|
-
proxyEventsToBlock: string[];
|
|
1736
|
-
checkValidity: (() => boolean) & (() => boolean);
|
|
1737
|
-
reportValidity: (() => boolean) & (() => boolean);
|
|
1738
|
-
setValidity: ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void) & ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void);
|
|
1739
|
-
formDisabledCallback: ((disabled: boolean) => void) & ((disabled: boolean) => void);
|
|
1740
|
-
proxyInitialized: boolean;
|
|
1741
|
-
attachProxy: (() => void) & (() => void);
|
|
1742
|
-
detachProxy: (() => void) & (() => void);
|
|
1743
|
-
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);
|
|
1744
|
-
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
1745
|
-
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
1746
|
-
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
1747
|
-
readonly locale: import("../../shared/localization/Locale").Locale;
|
|
1748
|
-
}) & (abstract new (...args: any[]) => {
|
|
1749
|
-
min: string;
|
|
1750
|
-
minChanged(_: string, newMin: string): void;
|
|
1751
|
-
readonly _resolvedMinDate: string;
|
|
1752
|
-
max: string;
|
|
1753
|
-
maxChanged(_: string, newMax: string): void;
|
|
1754
|
-
readonly _resolvedMaxDate: string;
|
|
1755
|
-
_selectedMonth: import("../../shared/datetime/month").Month;
|
|
1756
|
-
_adjustSelectedMonthToEnsureVisibilityOf(date: string): boolean;
|
|
1757
|
-
_currentDate: string;
|
|
1758
|
-
_currentMonth: import("../../shared/datetime/month").Month;
|
|
1759
|
-
_isDateInValidRange(date: string): boolean;
|
|
1760
|
-
"__#20@#isMonthAfterValidRange"(month: import("../../shared/datetime/month").Month): boolean | "";
|
|
1761
|
-
"__#20@#isMonthBeforeValidRange"(month: import("../../shared/datetime/month").Month): boolean | "";
|
|
1762
|
-
_isMonthInValidRange(month: import("../../shared/datetime/month").Month): boolean;
|
|
1763
|
-
_closePopup: ((restoreFocusToTextField?: boolean) => void) & ((restoreFocusToTextField?: boolean) => void);
|
|
1764
|
-
_onPickerButtonClick: (() => void) & (() => void);
|
|
1765
|
-
_onTitleActionClick(): void;
|
|
1766
|
-
readonly _isPrevYearDisabled: boolean | "";
|
|
1767
|
-
_onPrevYearClick(): void;
|
|
1768
|
-
readonly _isNextYearDisabled: boolean | "";
|
|
1769
|
-
_onNextYearClick(): void;
|
|
1770
|
-
readonly _isPrevMonthDisabled: boolean | "";
|
|
1771
|
-
_onPrevMonthClick(): void;
|
|
1772
|
-
readonly _isNextMonthDisabled: boolean | "";
|
|
1773
|
-
_onNextMonthClick(): void;
|
|
1774
|
-
_numCalendars: number;
|
|
1775
|
-
readonly _segments: import("../../shared/picker-field/mixins/calendar-segments/segment").Segment[];
|
|
1776
|
-
_hideDatesOutsideMonth: boolean;
|
|
1777
|
-
_lastFocussedDate: string | null;
|
|
1778
|
-
_isDateSelected(_: string): boolean;
|
|
1779
|
-
_isDateAriaSelected(date: string): boolean;
|
|
1780
|
-
_isDateInSelectedRange(_: string): boolean;
|
|
1781
|
-
_isDateRangeStart(_: string): boolean;
|
|
1782
|
-
_isDateRangeEnd(_: string): boolean;
|
|
1783
|
-
_getSelectedDates(): string[];
|
|
1784
|
-
_onDateMouseEnter(_: string): void;
|
|
1785
|
-
_onDateMouseLeave(_: string): void;
|
|
1786
|
-
_onDateClick(date: string): void;
|
|
1787
|
-
_onDateKeydown(date: string, event: KeyboardEvent): boolean;
|
|
1788
|
-
_onDateFocus(date: string): void;
|
|
1789
|
-
readonly _tabbableDate: string | null;
|
|
1790
|
-
_monthPickerYear: number | null;
|
|
1791
|
-
readonly _inMonthPicker: boolean;
|
|
1792
|
-
_lastFocussedMonth: import("../../shared/datetime/month").Month | null;
|
|
1793
|
-
_onMonthClick(month: import("../../shared/datetime/month").Month): void;
|
|
1794
|
-
_onMonthKeydown(month: import("../../shared/datetime/month").Month, event: KeyboardEvent): boolean;
|
|
1795
|
-
_onMonthFocus(month: import("../../shared/datetime/month").Month): void;
|
|
1796
|
-
readonly _tabbableMonth: import("../../shared/datetime/month").Month | null;
|
|
1797
|
-
readOnly: boolean;
|
|
1798
|
-
readOnlyChanged(): void;
|
|
1799
|
-
_textFieldEl: import("../components").VwcTextFieldElement;
|
|
1800
|
-
_dialogEl: HTMLElement;
|
|
1801
|
-
_pickerButtonEl: import("../components").VwcButtonElement;
|
|
1802
|
-
connectedCallback(): void;
|
|
1803
|
-
disconnectedCallback(): void;
|
|
1804
|
-
"__#19@#onFocusIn": () => void;
|
|
1805
|
-
"__#19@#onFocusOut": () => void;
|
|
1806
|
-
proxy: HTMLInputElement;
|
|
1807
|
-
validate(): void;
|
|
1808
|
-
_getCustomValidationError(): string | null;
|
|
1809
|
-
"__#19@#localeChangeHandler": {
|
|
1810
|
-
handleChange: () => void;
|
|
1811
|
-
};
|
|
1812
|
-
"__#19@#localeChangeObserver": import("@microsoft/fast-element").BindingObserver<any, any, any>;
|
|
1813
|
-
"__#19@#startObservingLocaleChanges"(): void;
|
|
1814
|
-
"__#19@#stopObservingLocaleChanges"(): void;
|
|
1815
|
-
_popupOpen: boolean;
|
|
1816
|
-
"__#19@#dismissOnClickOutside": (event: MouseEvent) => void;
|
|
1817
|
-
"__#19@#openPopupIfPossible"(): void;
|
|
1818
|
-
_onBaseKeyDown(event: KeyboardEvent): boolean;
|
|
1819
|
-
_focusableElsWithinDialog(): NodeListOf<HTMLElement>;
|
|
1820
|
-
readonly _dialogLabel: string;
|
|
1821
|
-
_presentationValue: string;
|
|
1822
|
-
_presentationValueChanged(): void;
|
|
1823
|
-
_updatePresentationValue(): void;
|
|
1824
|
-
readonly _textFieldPlaceholder: string;
|
|
1825
|
-
_textFieldSize?: string | undefined;
|
|
1826
|
-
_onTextFieldInput(event: Event): void;
|
|
1827
|
-
_onTextFieldChange(): void;
|
|
1828
|
-
readonly _pickerButtonLabel: string;
|
|
1829
|
-
readonly _pickerButtonIcon: string;
|
|
1830
|
-
_onOkClick(): void;
|
|
1831
|
-
_onClearClick(): void;
|
|
1347
|
+
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
1348
|
+
"__#1@#handleReplacedProp"(replacedProp: {
|
|
1349
|
+
newPropertyName: string;
|
|
1350
|
+
deprecatedPropertyName: string;
|
|
1351
|
+
fromDeprecated: (v: any) => any;
|
|
1352
|
+
toDeprecated?: ((v: any) => any) | undefined;
|
|
1353
|
+
}): void;
|
|
1832
1354
|
helperText?: string | undefined;
|
|
1833
1355
|
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
1834
1356
|
readonly _feedbackDescribedBy: string;
|
|
@@ -1849,10 +1371,10 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
1849
1371
|
_getFeedbackTemplate(ctx: import("../../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
1850
1372
|
connectedCallback(): void;
|
|
1851
1373
|
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
1852
|
-
readonly $fastController: import("@microsoft/fast-element").
|
|
1374
|
+
readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
|
|
1853
1375
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
1854
1376
|
disconnectedCallback(): void;
|
|
1855
|
-
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
1377
|
+
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
1856
1378
|
accessKey: string;
|
|
1857
1379
|
readonly accessKeyLabel: string;
|
|
1858
1380
|
autocapitalize: string;
|
|
@@ -1873,9 +1395,9 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
1873
1395
|
translate: boolean;
|
|
1874
1396
|
attachInternals(): ElementInternals;
|
|
1875
1397
|
click(): void;
|
|
1876
|
-
addEventListener<
|
|
1398
|
+
addEventListener<K_17 extends keyof HTMLElementEventMap>(type: K_17, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_17]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
1877
1399
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
1878
|
-
removeEventListener<
|
|
1400
|
+
removeEventListener<K_18 extends keyof HTMLElementEventMap>(type: K_18, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_18]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
1879
1401
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
1880
1402
|
readonly attributes: NamedNodeMap;
|
|
1881
1403
|
readonly classList: DOMTokenList;
|
|
@@ -1902,10 +1424,10 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
1902
1424
|
readonly tagName: string;
|
|
1903
1425
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1904
1426
|
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
1905
|
-
closest<
|
|
1906
|
-
closest<
|
|
1907
|
-
closest<
|
|
1908
|
-
closest<
|
|
1427
|
+
closest<K_19 extends keyof HTMLElementTagNameMap>(selector: K_19): HTMLElementTagNameMap[K_19] | null;
|
|
1428
|
+
closest<K_20 extends keyof SVGElementTagNameMap>(selector: K_20): SVGElementTagNameMap[K_20] | null;
|
|
1429
|
+
closest<K_21 extends keyof MathMLElementTagNameMap>(selector: K_21): MathMLElementTagNameMap[K_21] | null;
|
|
1430
|
+
closest<E_3 extends Element = Element>(selectors: string): E_3 | null;
|
|
1909
1431
|
getAttribute(qualifiedName: string): string | null;
|
|
1910
1432
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
1911
1433
|
getAttributeNames(): string[];
|
|
@@ -1914,10 +1436,10 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
1914
1436
|
getBoundingClientRect(): DOMRect;
|
|
1915
1437
|
getClientRects(): DOMRectList;
|
|
1916
1438
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
1917
|
-
getElementsByTagName<
|
|
1918
|
-
getElementsByTagName<
|
|
1919
|
-
getElementsByTagName<
|
|
1920
|
-
getElementsByTagName<
|
|
1439
|
+
getElementsByTagName<K_22 extends keyof HTMLElementTagNameMap>(qualifiedName: K_22): HTMLCollectionOf<HTMLElementTagNameMap[K_22]>;
|
|
1440
|
+
getElementsByTagName<K_23 extends keyof SVGElementTagNameMap>(qualifiedName: K_23): HTMLCollectionOf<SVGElementTagNameMap[K_23]>;
|
|
1441
|
+
getElementsByTagName<K_24 extends keyof MathMLElementTagNameMap>(qualifiedName: K_24): HTMLCollectionOf<MathMLElementTagNameMap[K_24]>;
|
|
1442
|
+
getElementsByTagName<K_25 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_25): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_25]>;
|
|
1921
1443
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1922
1444
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1923
1445
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
@@ -1970,7 +1492,7 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
1970
1492
|
contains(other: Node | null): boolean;
|
|
1971
1493
|
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
1972
1494
|
hasChildNodes(): boolean;
|
|
1973
|
-
insertBefore<
|
|
1495
|
+
insertBefore<T_4 extends Node>(node: T_4, child: Node | null): T_4;
|
|
1974
1496
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
1975
1497
|
isEqualNode(otherNode: Node | null): boolean;
|
|
1976
1498
|
isSameNode(otherNode: Node | null): boolean;
|
|
@@ -2221,10 +1743,141 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
2221
1743
|
toDeprecated?: ((v: any) => any) | undefined;
|
|
2222
1744
|
}): void;
|
|
2223
1745
|
}, any>;
|
|
1746
|
+
errorText?: string | undefined;
|
|
1747
|
+
errorTextChanged(_: string, newErrorText: string | undefined): void;
|
|
1748
|
+
"__#4@#blockValidateCalls": boolean;
|
|
1749
|
+
"__#4@#originalValidateFn": () => void;
|
|
1750
|
+
"__#4@#forceCustomError"(errorMessage: string): void;
|
|
1751
|
+
"__#4@#clearCustomErrorAndRevalidate"(): void;
|
|
1752
|
+
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
1753
|
+
readonly locale: import("../../shared/localization/Locale").Locale;
|
|
1754
|
+
}) & (abstract new (...args: any[]) => {
|
|
1755
|
+
min: string;
|
|
1756
|
+
minChanged(_: string, newMin: string): void;
|
|
1757
|
+
readonly _resolvedMinDate: string;
|
|
1758
|
+
max: string;
|
|
1759
|
+
maxChanged(_: string, newMax: string): void;
|
|
1760
|
+
readonly _resolvedMaxDate: string;
|
|
1761
|
+
_selectedMonth: import("../../shared/datetime/month").Month;
|
|
1762
|
+
_adjustSelectedMonthToEnsureVisibilityOf(date: string): boolean;
|
|
1763
|
+
_currentDate: string;
|
|
1764
|
+
_currentMonth: import("../../shared/datetime/month").Month;
|
|
1765
|
+
_isDateInValidRange(date: string): boolean;
|
|
1766
|
+
"__#21@#isMonthAfterValidRange"(month: import("../../shared/datetime/month").Month): boolean | "";
|
|
1767
|
+
"__#21@#isMonthBeforeValidRange"(month: import("../../shared/datetime/month").Month): boolean | "";
|
|
1768
|
+
_isMonthInValidRange(month: import("../../shared/datetime/month").Month): boolean;
|
|
1769
|
+
_closePopup: ((restoreFocusToTextField?: boolean) => void) & ((restoreFocusToTextField?: boolean) => void);
|
|
1770
|
+
_onPickerButtonClick: (() => void) & (() => void);
|
|
1771
|
+
_onTitleActionClick(): void;
|
|
1772
|
+
readonly _isPrevYearDisabled: boolean | "";
|
|
1773
|
+
_onPrevYearClick(): void;
|
|
1774
|
+
readonly _isNextYearDisabled: boolean | "";
|
|
1775
|
+
_onNextYearClick(): void;
|
|
1776
|
+
readonly _isPrevMonthDisabled: boolean | "";
|
|
1777
|
+
_onPrevMonthClick(): void;
|
|
1778
|
+
readonly _isNextMonthDisabled: boolean | "";
|
|
1779
|
+
_onNextMonthClick(): void;
|
|
1780
|
+
_numCalendars: number;
|
|
1781
|
+
readonly _segments: import("../../shared/picker-field/mixins/calendar-segments/segment").Segment[];
|
|
1782
|
+
_hideDatesOutsideMonth: boolean;
|
|
1783
|
+
_lastFocussedDate: string | null;
|
|
1784
|
+
_isDateSelected(_: string): boolean;
|
|
1785
|
+
_isDateAriaSelected(date: string): boolean;
|
|
1786
|
+
_isDateInSelectedRange(_: string): boolean;
|
|
1787
|
+
_isDateRangeStart(_: string): boolean;
|
|
1788
|
+
_isDateRangeEnd(_: string): boolean;
|
|
1789
|
+
_getSelectedDates(): string[];
|
|
1790
|
+
_onDateMouseEnter(_: string): void;
|
|
1791
|
+
_onDateMouseLeave(_: string): void;
|
|
1792
|
+
_onDateClick(date: string): void;
|
|
1793
|
+
_onDateKeydown(date: string, event: KeyboardEvent): boolean;
|
|
1794
|
+
_onDateFocus(date: string): void;
|
|
1795
|
+
readonly _tabbableDate: string | null;
|
|
1796
|
+
_monthPickerYear: number | null;
|
|
1797
|
+
readonly _inMonthPicker: boolean;
|
|
1798
|
+
_lastFocussedMonth: import("../../shared/datetime/month").Month | null;
|
|
1799
|
+
_onMonthClick(month: import("../../shared/datetime/month").Month): void;
|
|
1800
|
+
_onMonthKeydown(month: import("../../shared/datetime/month").Month, event: KeyboardEvent): boolean;
|
|
1801
|
+
_onMonthFocus(month: import("../../shared/datetime/month").Month): void;
|
|
1802
|
+
readonly _tabbableMonth: import("../../shared/datetime/month").Month | null;
|
|
1803
|
+
readOnly: boolean;
|
|
1804
|
+
readOnlyChanged(): void;
|
|
1805
|
+
_textFieldEl: import("../components").VwcTextFieldElement;
|
|
1806
|
+
_dialogEl: HTMLElement;
|
|
1807
|
+
_pickerButtonEl: import("../components").VwcButtonElement;
|
|
1808
|
+
connectedCallback(): void;
|
|
1809
|
+
disconnectedCallback(): void;
|
|
1810
|
+
"__#20@#onFocusIn": () => void;
|
|
1811
|
+
"__#20@#onFocusOut": () => void;
|
|
1812
|
+
proxy: HTMLInputElement;
|
|
1813
|
+
validate(): void;
|
|
1814
|
+
_getCustomValidationError(): string | null;
|
|
1815
|
+
"__#20@#localeChangeHandler": {
|
|
1816
|
+
handleChange: () => void;
|
|
1817
|
+
};
|
|
1818
|
+
"__#20@#localeChangeObserver": import("@microsoft/fast-element").ExpressionNotifier<any, any, any>;
|
|
1819
|
+
"__#20@#startObservingLocaleChanges"(): void;
|
|
1820
|
+
"__#20@#stopObservingLocaleChanges"(): void;
|
|
1821
|
+
_popupOpen: boolean;
|
|
1822
|
+
"__#20@#dismissOnClickOutside": (event: MouseEvent) => void;
|
|
1823
|
+
"__#20@#openPopupIfPossible"(): void;
|
|
1824
|
+
_onBaseKeyDown(event: KeyboardEvent): boolean;
|
|
1825
|
+
_focusableElsWithinDialog(): NodeListOf<HTMLElement>;
|
|
1826
|
+
readonly _dialogLabel: string;
|
|
1827
|
+
_presentationValue: string;
|
|
1828
|
+
_presentationValueChanged(): void;
|
|
1829
|
+
_updatePresentationValue(): void;
|
|
1830
|
+
readonly _textFieldPlaceholder: string;
|
|
1831
|
+
_textFieldSize?: string | undefined;
|
|
1832
|
+
_onTextFieldInput(event: Event): void;
|
|
1833
|
+
_onTextFieldChange(): void;
|
|
1834
|
+
readonly _pickerButtonLabel: string;
|
|
1835
|
+
readonly _pickerButtonIcon: string;
|
|
1836
|
+
_onOkClick(): void;
|
|
1837
|
+
_onClearClick(): void;
|
|
1838
|
+
_contextualHelpSlottedContent?: HTMLElement[] | undefined;
|
|
1839
|
+
readonly _hasContextualHelp: boolean;
|
|
1840
|
+
_isFromContextualHelp(e: Event): boolean;
|
|
1841
|
+
label?: string | undefined;
|
|
1842
|
+
errorValidationMessage: string;
|
|
1843
|
+
forceErrorDisplay: boolean;
|
|
1844
|
+
hasBeenTouched: boolean;
|
|
1845
|
+
"__#3@#handleInvalidEvent": (() => void) & (() => void);
|
|
1846
|
+
formResetCallback: (() => void) & (() => void) & (() => void) & (() => void);
|
|
1847
|
+
readonly validity: ValidityState;
|
|
1848
|
+
readonly form: HTMLFormElement | null;
|
|
1849
|
+
readonly validationMessage: string;
|
|
1850
|
+
readonly willValidate: boolean;
|
|
1851
|
+
readonly labels: readonly Node[];
|
|
1852
|
+
dirtyValue: boolean;
|
|
1853
|
+
proxySlot?: HTMLSlotElement | undefined;
|
|
1854
|
+
value: string;
|
|
1855
|
+
valueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
1856
|
+
currentValue: string;
|
|
1857
|
+
initialValue: string;
|
|
1858
|
+
initialValueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
1859
|
+
disabled: boolean;
|
|
1860
|
+
disabledChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
1861
|
+
name: string;
|
|
1862
|
+
nameChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
1863
|
+
required: boolean;
|
|
1864
|
+
requiredChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
1865
|
+
readonly elementInternals: ElementInternals | null;
|
|
1866
|
+
proxyEventsToBlock: string[];
|
|
1867
|
+
checkValidity: (() => boolean) & (() => boolean);
|
|
1868
|
+
reportValidity: (() => boolean) & (() => boolean);
|
|
1869
|
+
setValidity: ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void) & ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void);
|
|
1870
|
+
formDisabledCallback: ((disabled: boolean) => void) & ((disabled: boolean) => void);
|
|
1871
|
+
proxyInitialized: boolean;
|
|
1872
|
+
attachProxy: (() => void) & (() => void);
|
|
1873
|
+
detachProxy: (() => void) & (() => void);
|
|
1874
|
+
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);
|
|
1875
|
+
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
1876
|
+
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
2224
1877
|
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
2225
|
-
readonly $fastController: import("@microsoft/fast-element").
|
|
1878
|
+
readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
|
|
2226
1879
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
2227
|
-
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
1880
|
+
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
2228
1881
|
accessKey: string;
|
|
2229
1882
|
readonly accessKeyLabel: string;
|
|
2230
1883
|
autocapitalize: string;
|
|
@@ -2592,130 +2245,6 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
2592
2245
|
fromDeprecated: (v: any) => any;
|
|
2593
2246
|
toDeprecated?: ((v: any) => any) | undefined;
|
|
2594
2247
|
}): void;
|
|
2595
|
-
errorText?: string | undefined;
|
|
2596
|
-
errorTextChanged(_: string, newErrorText: string | undefined): void;
|
|
2597
|
-
"__#4@#blockValidateCalls": boolean;
|
|
2598
|
-
"__#4@#originalValidateFn": () => void;
|
|
2599
|
-
"__#4@#forceCustomError"(errorMessage: string): void;
|
|
2600
|
-
"__#4@#clearCustomErrorAndRevalidate"(): void;
|
|
2601
|
-
label?: string | undefined;
|
|
2602
|
-
errorValidationMessage: string;
|
|
2603
|
-
forceErrorDisplay: boolean;
|
|
2604
|
-
hasBeenTouched: boolean;
|
|
2605
|
-
"__#3@#handleInvalidEvent": (() => void) & (() => void);
|
|
2606
|
-
formResetCallback: (() => void) & (() => void) & (() => void) & (() => void);
|
|
2607
|
-
readonly validity: ValidityState;
|
|
2608
|
-
readonly form: HTMLFormElement | null;
|
|
2609
|
-
readonly validationMessage: string;
|
|
2610
|
-
readonly willValidate: boolean;
|
|
2611
|
-
readonly labels: readonly Node[];
|
|
2612
|
-
dirtyValue: boolean;
|
|
2613
|
-
proxySlot?: HTMLSlotElement | undefined;
|
|
2614
|
-
value: string;
|
|
2615
|
-
valueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
2616
|
-
currentValue: string;
|
|
2617
|
-
initialValue: string;
|
|
2618
|
-
initialValueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
2619
|
-
disabled: boolean;
|
|
2620
|
-
disabledChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
2621
|
-
name: string;
|
|
2622
|
-
nameChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
2623
|
-
required: boolean;
|
|
2624
|
-
requiredChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
2625
|
-
readonly elementInternals: ElementInternals | null;
|
|
2626
|
-
proxyEventsToBlock: string[];
|
|
2627
|
-
checkValidity: (() => boolean) & (() => boolean);
|
|
2628
|
-
reportValidity: (() => boolean) & (() => boolean);
|
|
2629
|
-
setValidity: ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void) & ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void);
|
|
2630
|
-
formDisabledCallback: ((disabled: boolean) => void) & ((disabled: boolean) => void);
|
|
2631
|
-
proxyInitialized: boolean;
|
|
2632
|
-
attachProxy: (() => void) & (() => void);
|
|
2633
|
-
detachProxy: (() => void) & (() => void);
|
|
2634
|
-
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);
|
|
2635
|
-
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
2636
|
-
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
2637
|
-
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
2638
|
-
readonly locale: import("../../shared/localization/Locale").Locale;
|
|
2639
|
-
}) & (abstract new (...args: any[]) => {
|
|
2640
|
-
_selectedMonth: import("../../shared/datetime/month").Month;
|
|
2641
|
-
_adjustSelectedMonthToEnsureVisibilityOf(date: string): boolean;
|
|
2642
|
-
_currentDate: string;
|
|
2643
|
-
_currentMonth: import("../../shared/datetime/month").Month;
|
|
2644
|
-
readonly _resolvedMinDate: string;
|
|
2645
|
-
readonly _resolvedMaxDate: string;
|
|
2646
|
-
_isDateInValidRange(date: string): boolean;
|
|
2647
|
-
"__#20@#isMonthAfterValidRange"(month: import("../../shared/datetime/month").Month): boolean | "";
|
|
2648
|
-
"__#20@#isMonthBeforeValidRange"(month: import("../../shared/datetime/month").Month): boolean | "";
|
|
2649
|
-
_isMonthInValidRange(month: import("../../shared/datetime/month").Month): boolean;
|
|
2650
|
-
_closePopup(restoreFocusToTextField?: boolean): void;
|
|
2651
|
-
_onPickerButtonClick(): void;
|
|
2652
|
-
_onTitleActionClick(): void;
|
|
2653
|
-
readonly _isPrevYearDisabled: boolean | "";
|
|
2654
|
-
_onPrevYearClick(): void;
|
|
2655
|
-
readonly _isNextYearDisabled: boolean | "";
|
|
2656
|
-
_onNextYearClick(): void;
|
|
2657
|
-
readonly _isPrevMonthDisabled: boolean | "";
|
|
2658
|
-
_onPrevMonthClick(): void;
|
|
2659
|
-
readonly _isNextMonthDisabled: boolean | "";
|
|
2660
|
-
_onNextMonthClick(): void;
|
|
2661
|
-
_numCalendars: number;
|
|
2662
|
-
readonly _segments: import("../../shared/picker-field/mixins/calendar-segments/segment").Segment[];
|
|
2663
|
-
_hideDatesOutsideMonth: boolean;
|
|
2664
|
-
_lastFocussedDate: string | null;
|
|
2665
|
-
_isDateSelected(_: string): boolean;
|
|
2666
|
-
_isDateAriaSelected(date: string): boolean;
|
|
2667
|
-
_isDateInSelectedRange(_: string): boolean;
|
|
2668
|
-
_isDateRangeStart(_: string): boolean;
|
|
2669
|
-
_isDateRangeEnd(_: string): boolean;
|
|
2670
|
-
_getSelectedDates(): string[];
|
|
2671
|
-
_onDateMouseEnter(_: string): void;
|
|
2672
|
-
_onDateMouseLeave(_: string): void;
|
|
2673
|
-
_onDateClick(date: string): void;
|
|
2674
|
-
_onDateKeydown(date: string, event: KeyboardEvent): boolean;
|
|
2675
|
-
_onDateFocus(date: string): void;
|
|
2676
|
-
readonly _tabbableDate: string | null;
|
|
2677
|
-
_monthPickerYear: number | null;
|
|
2678
|
-
readonly _inMonthPicker: boolean;
|
|
2679
|
-
_lastFocussedMonth: import("../../shared/datetime/month").Month | null;
|
|
2680
|
-
_onMonthClick(month: import("../../shared/datetime/month").Month): void;
|
|
2681
|
-
_onMonthKeydown(month: import("../../shared/datetime/month").Month, event: KeyboardEvent): boolean;
|
|
2682
|
-
_onMonthFocus(month: import("../../shared/datetime/month").Month): void;
|
|
2683
|
-
readonly _tabbableMonth: import("../../shared/datetime/month").Month | null;
|
|
2684
|
-
readOnly: boolean;
|
|
2685
|
-
readOnlyChanged(): void;
|
|
2686
|
-
_textFieldEl: import("../components").VwcTextFieldElement;
|
|
2687
|
-
_dialogEl: HTMLElement;
|
|
2688
|
-
_pickerButtonEl: import("../components").VwcButtonElement;
|
|
2689
|
-
connectedCallback(): void;
|
|
2690
|
-
disconnectedCallback(): void;
|
|
2691
|
-
"__#19@#onFocusIn": () => void;
|
|
2692
|
-
"__#19@#onFocusOut": () => void;
|
|
2693
|
-
proxy: HTMLInputElement;
|
|
2694
|
-
validate(): void;
|
|
2695
|
-
_getCustomValidationError(): string | null;
|
|
2696
|
-
"__#19@#localeChangeHandler": {
|
|
2697
|
-
handleChange: () => void;
|
|
2698
|
-
};
|
|
2699
|
-
"__#19@#localeChangeObserver": import("@microsoft/fast-element").BindingObserver<any, any, any>;
|
|
2700
|
-
"__#19@#startObservingLocaleChanges"(): void;
|
|
2701
|
-
"__#19@#stopObservingLocaleChanges"(): void;
|
|
2702
|
-
_popupOpen: boolean;
|
|
2703
|
-
"__#19@#dismissOnClickOutside": (event: MouseEvent) => void;
|
|
2704
|
-
"__#19@#openPopupIfPossible"(): void;
|
|
2705
|
-
_onBaseKeyDown(event: KeyboardEvent): boolean;
|
|
2706
|
-
_focusableElsWithinDialog(): NodeListOf<HTMLElement>;
|
|
2707
|
-
readonly _dialogLabel: string;
|
|
2708
|
-
_presentationValue: string;
|
|
2709
|
-
_presentationValueChanged(): void;
|
|
2710
|
-
_updatePresentationValue(): void;
|
|
2711
|
-
readonly _textFieldPlaceholder: string;
|
|
2712
|
-
_textFieldSize?: string | undefined;
|
|
2713
|
-
_onTextFieldInput(event: Event): void;
|
|
2714
|
-
_onTextFieldChange(): void;
|
|
2715
|
-
readonly _pickerButtonLabel: string;
|
|
2716
|
-
readonly _pickerButtonIcon: string;
|
|
2717
|
-
_onOkClick(): void;
|
|
2718
|
-
_onClearClick(): void;
|
|
2719
2248
|
helperText?: string | undefined;
|
|
2720
2249
|
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
2721
2250
|
readonly _feedbackDescribedBy: string;
|
|
@@ -2736,10 +2265,10 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
2736
2265
|
_getFeedbackTemplate(ctx: import("../../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
2737
2266
|
connectedCallback(): void;
|
|
2738
2267
|
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
2739
|
-
readonly $fastController: import("@microsoft/fast-element").
|
|
2268
|
+
readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
|
|
2740
2269
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
2741
2270
|
disconnectedCallback(): void;
|
|
2742
|
-
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
2271
|
+
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
2743
2272
|
accessKey: string;
|
|
2744
2273
|
readonly accessKeyLabel: string;
|
|
2745
2274
|
autocapitalize: string;
|
|
@@ -2760,9 +2289,9 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
2760
2289
|
translate: boolean;
|
|
2761
2290
|
attachInternals(): ElementInternals;
|
|
2762
2291
|
click(): void;
|
|
2763
|
-
addEventListener<
|
|
2292
|
+
addEventListener<K_17 extends keyof HTMLElementEventMap>(type: K_17, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_17]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
2764
2293
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
2765
|
-
removeEventListener<
|
|
2294
|
+
removeEventListener<K_18 extends keyof HTMLElementEventMap>(type: K_18, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_18]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
2766
2295
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
2767
2296
|
readonly attributes: NamedNodeMap;
|
|
2768
2297
|
readonly classList: DOMTokenList;
|
|
@@ -2789,10 +2318,10 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
2789
2318
|
readonly tagName: string;
|
|
2790
2319
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
2791
2320
|
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
2792
|
-
closest<
|
|
2793
|
-
closest<
|
|
2794
|
-
closest<
|
|
2795
|
-
closest<
|
|
2321
|
+
closest<K_19 extends keyof HTMLElementTagNameMap>(selector: K_19): HTMLElementTagNameMap[K_19] | null;
|
|
2322
|
+
closest<K_20 extends keyof SVGElementTagNameMap>(selector: K_20): SVGElementTagNameMap[K_20] | null;
|
|
2323
|
+
closest<K_21 extends keyof MathMLElementTagNameMap>(selector: K_21): MathMLElementTagNameMap[K_21] | null;
|
|
2324
|
+
closest<E_3 extends Element = Element>(selectors: string): E_3 | null;
|
|
2796
2325
|
getAttribute(qualifiedName: string): string | null;
|
|
2797
2326
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
2798
2327
|
getAttributeNames(): string[];
|
|
@@ -2801,10 +2330,10 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
2801
2330
|
getBoundingClientRect(): DOMRect;
|
|
2802
2331
|
getClientRects(): DOMRectList;
|
|
2803
2332
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
2804
|
-
getElementsByTagName<
|
|
2805
|
-
getElementsByTagName<
|
|
2806
|
-
getElementsByTagName<
|
|
2807
|
-
getElementsByTagName<
|
|
2333
|
+
getElementsByTagName<K_22 extends keyof HTMLElementTagNameMap>(qualifiedName: K_22): HTMLCollectionOf<HTMLElementTagNameMap[K_22]>;
|
|
2334
|
+
getElementsByTagName<K_23 extends keyof SVGElementTagNameMap>(qualifiedName: K_23): HTMLCollectionOf<SVGElementTagNameMap[K_23]>;
|
|
2335
|
+
getElementsByTagName<K_24 extends keyof MathMLElementTagNameMap>(qualifiedName: K_24): HTMLCollectionOf<MathMLElementTagNameMap[K_24]>;
|
|
2336
|
+
getElementsByTagName<K_25 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_25): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_25]>;
|
|
2808
2337
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
2809
2338
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
2810
2339
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
@@ -2857,7 +2386,7 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
2857
2386
|
contains(other: Node | null): boolean;
|
|
2858
2387
|
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
2859
2388
|
hasChildNodes(): boolean;
|
|
2860
|
-
insertBefore<
|
|
2389
|
+
insertBefore<T_4 extends Node>(node: T_4, child: Node | null): T_4;
|
|
2861
2390
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
2862
2391
|
isEqualNode(otherNode: Node | null): boolean;
|
|
2863
2392
|
isSameNode(otherNode: Node | null): boolean;
|
|
@@ -3108,10 +2637,137 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
3108
2637
|
toDeprecated?: ((v: any) => any) | undefined;
|
|
3109
2638
|
}): void;
|
|
3110
2639
|
}, any>;
|
|
2640
|
+
errorText?: string | undefined;
|
|
2641
|
+
errorTextChanged(_: string, newErrorText: string | undefined): void;
|
|
2642
|
+
"__#4@#blockValidateCalls": boolean;
|
|
2643
|
+
"__#4@#originalValidateFn": () => void;
|
|
2644
|
+
"__#4@#forceCustomError"(errorMessage: string): void;
|
|
2645
|
+
"__#4@#clearCustomErrorAndRevalidate"(): void;
|
|
2646
|
+
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
2647
|
+
readonly locale: import("../../shared/localization/Locale").Locale;
|
|
2648
|
+
}) & (abstract new (...args: any[]) => {
|
|
2649
|
+
_selectedMonth: import("../../shared/datetime/month").Month;
|
|
2650
|
+
_adjustSelectedMonthToEnsureVisibilityOf(date: string): boolean;
|
|
2651
|
+
_currentDate: string;
|
|
2652
|
+
_currentMonth: import("../../shared/datetime/month").Month;
|
|
2653
|
+
readonly _resolvedMinDate: string;
|
|
2654
|
+
readonly _resolvedMaxDate: string;
|
|
2655
|
+
_isDateInValidRange(date: string): boolean;
|
|
2656
|
+
"__#21@#isMonthAfterValidRange"(month: import("../../shared/datetime/month").Month): boolean | "";
|
|
2657
|
+
"__#21@#isMonthBeforeValidRange"(month: import("../../shared/datetime/month").Month): boolean | "";
|
|
2658
|
+
_isMonthInValidRange(month: import("../../shared/datetime/month").Month): boolean;
|
|
2659
|
+
_closePopup(restoreFocusToTextField?: boolean): void;
|
|
2660
|
+
_onPickerButtonClick(): void;
|
|
2661
|
+
_onTitleActionClick(): void;
|
|
2662
|
+
readonly _isPrevYearDisabled: boolean | "";
|
|
2663
|
+
_onPrevYearClick(): void;
|
|
2664
|
+
readonly _isNextYearDisabled: boolean | "";
|
|
2665
|
+
_onNextYearClick(): void;
|
|
2666
|
+
readonly _isPrevMonthDisabled: boolean | "";
|
|
2667
|
+
_onPrevMonthClick(): void;
|
|
2668
|
+
readonly _isNextMonthDisabled: boolean | "";
|
|
2669
|
+
_onNextMonthClick(): void;
|
|
2670
|
+
_numCalendars: number;
|
|
2671
|
+
readonly _segments: import("../../shared/picker-field/mixins/calendar-segments/segment").Segment[];
|
|
2672
|
+
_hideDatesOutsideMonth: boolean;
|
|
2673
|
+
_lastFocussedDate: string | null;
|
|
2674
|
+
_isDateSelected(_: string): boolean;
|
|
2675
|
+
_isDateAriaSelected(date: string): boolean;
|
|
2676
|
+
_isDateInSelectedRange(_: string): boolean;
|
|
2677
|
+
_isDateRangeStart(_: string): boolean;
|
|
2678
|
+
_isDateRangeEnd(_: string): boolean;
|
|
2679
|
+
_getSelectedDates(): string[];
|
|
2680
|
+
_onDateMouseEnter(_: string): void;
|
|
2681
|
+
_onDateMouseLeave(_: string): void;
|
|
2682
|
+
_onDateClick(date: string): void;
|
|
2683
|
+
_onDateKeydown(date: string, event: KeyboardEvent): boolean;
|
|
2684
|
+
_onDateFocus(date: string): void;
|
|
2685
|
+
readonly _tabbableDate: string | null;
|
|
2686
|
+
_monthPickerYear: number | null;
|
|
2687
|
+
readonly _inMonthPicker: boolean;
|
|
2688
|
+
_lastFocussedMonth: import("../../shared/datetime/month").Month | null;
|
|
2689
|
+
_onMonthClick(month: import("../../shared/datetime/month").Month): void;
|
|
2690
|
+
_onMonthKeydown(month: import("../../shared/datetime/month").Month, event: KeyboardEvent): boolean;
|
|
2691
|
+
_onMonthFocus(month: import("../../shared/datetime/month").Month): void;
|
|
2692
|
+
readonly _tabbableMonth: import("../../shared/datetime/month").Month | null;
|
|
2693
|
+
readOnly: boolean;
|
|
2694
|
+
readOnlyChanged(): void;
|
|
2695
|
+
_textFieldEl: import("../components").VwcTextFieldElement;
|
|
2696
|
+
_dialogEl: HTMLElement;
|
|
2697
|
+
_pickerButtonEl: import("../components").VwcButtonElement;
|
|
2698
|
+
connectedCallback(): void;
|
|
2699
|
+
disconnectedCallback(): void;
|
|
2700
|
+
"__#20@#onFocusIn": () => void;
|
|
2701
|
+
"__#20@#onFocusOut": () => void;
|
|
2702
|
+
proxy: HTMLInputElement;
|
|
2703
|
+
validate(): void;
|
|
2704
|
+
_getCustomValidationError(): string | null;
|
|
2705
|
+
"__#20@#localeChangeHandler": {
|
|
2706
|
+
handleChange: () => void;
|
|
2707
|
+
};
|
|
2708
|
+
"__#20@#localeChangeObserver": import("@microsoft/fast-element").ExpressionNotifier<any, any, any>;
|
|
2709
|
+
"__#20@#startObservingLocaleChanges"(): void;
|
|
2710
|
+
"__#20@#stopObservingLocaleChanges"(): void;
|
|
2711
|
+
_popupOpen: boolean;
|
|
2712
|
+
"__#20@#dismissOnClickOutside": (event: MouseEvent) => void;
|
|
2713
|
+
"__#20@#openPopupIfPossible"(): void;
|
|
2714
|
+
_onBaseKeyDown(event: KeyboardEvent): boolean;
|
|
2715
|
+
_focusableElsWithinDialog(): NodeListOf<HTMLElement>;
|
|
2716
|
+
readonly _dialogLabel: string;
|
|
2717
|
+
_presentationValue: string;
|
|
2718
|
+
_presentationValueChanged(): void;
|
|
2719
|
+
_updatePresentationValue(): void;
|
|
2720
|
+
readonly _textFieldPlaceholder: string;
|
|
2721
|
+
_textFieldSize?: string | undefined;
|
|
2722
|
+
_onTextFieldInput(event: Event): void;
|
|
2723
|
+
_onTextFieldChange(): void;
|
|
2724
|
+
readonly _pickerButtonLabel: string;
|
|
2725
|
+
readonly _pickerButtonIcon: string;
|
|
2726
|
+
_onOkClick(): void;
|
|
2727
|
+
_onClearClick(): void;
|
|
2728
|
+
_contextualHelpSlottedContent?: HTMLElement[] | undefined;
|
|
2729
|
+
readonly _hasContextualHelp: boolean;
|
|
2730
|
+
_isFromContextualHelp(e: Event): boolean;
|
|
2731
|
+
label?: string | undefined;
|
|
2732
|
+
errorValidationMessage: string;
|
|
2733
|
+
forceErrorDisplay: boolean;
|
|
2734
|
+
hasBeenTouched: boolean;
|
|
2735
|
+
"__#3@#handleInvalidEvent": (() => void) & (() => void);
|
|
2736
|
+
formResetCallback: (() => void) & (() => void) & (() => void) & (() => void);
|
|
2737
|
+
readonly validity: ValidityState;
|
|
2738
|
+
readonly form: HTMLFormElement | null;
|
|
2739
|
+
readonly validationMessage: string;
|
|
2740
|
+
readonly willValidate: boolean;
|
|
2741
|
+
readonly labels: readonly Node[];
|
|
2742
|
+
dirtyValue: boolean;
|
|
2743
|
+
proxySlot?: HTMLSlotElement | undefined;
|
|
2744
|
+
value: string;
|
|
2745
|
+
valueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
2746
|
+
currentValue: string;
|
|
2747
|
+
initialValue: string;
|
|
2748
|
+
initialValueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
2749
|
+
disabled: boolean;
|
|
2750
|
+
disabledChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
2751
|
+
name: string;
|
|
2752
|
+
nameChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
2753
|
+
required: boolean;
|
|
2754
|
+
requiredChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
2755
|
+
readonly elementInternals: ElementInternals | null;
|
|
2756
|
+
proxyEventsToBlock: string[];
|
|
2757
|
+
checkValidity: (() => boolean) & (() => boolean);
|
|
2758
|
+
reportValidity: (() => boolean) & (() => boolean);
|
|
2759
|
+
setValidity: ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void) & ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void);
|
|
2760
|
+
formDisabledCallback: ((disabled: boolean) => void) & ((disabled: boolean) => void);
|
|
2761
|
+
proxyInitialized: boolean;
|
|
2762
|
+
attachProxy: (() => void) & (() => void);
|
|
2763
|
+
detachProxy: (() => void) & (() => void);
|
|
2764
|
+
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);
|
|
2765
|
+
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
2766
|
+
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
3111
2767
|
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
3112
|
-
readonly $fastController: import("@microsoft/fast-element").
|
|
2768
|
+
readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
|
|
3113
2769
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
3114
|
-
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
2770
|
+
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
3115
2771
|
accessKey: string;
|
|
3116
2772
|
readonly accessKeyLabel: string;
|
|
3117
2773
|
autocapitalize: string;
|
|
@@ -3479,48 +3135,404 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
3479
3135
|
fromDeprecated: (v: any) => any;
|
|
3480
3136
|
toDeprecated?: ((v: any) => any) | undefined;
|
|
3481
3137
|
}): void;
|
|
3138
|
+
helperText?: string | undefined;
|
|
3139
|
+
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
3140
|
+
readonly _feedbackDescribedBy: string;
|
|
3141
|
+
_internalFeedback(): {
|
|
3142
|
+
type: import("../../shared/feedback/feedback-message").FeedbackType;
|
|
3143
|
+
message: string;
|
|
3144
|
+
};
|
|
3145
|
+
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
3146
|
+
_getFeedbackTemplate(ctx: import("../../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<{
|
|
3147
|
+
helperText?: string | undefined;
|
|
3148
|
+
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
3149
|
+
readonly _feedbackDescribedBy: string;
|
|
3150
|
+
_internalFeedback(): {
|
|
3151
|
+
type: import("../../shared/feedback/feedback-message").FeedbackType;
|
|
3152
|
+
message: string;
|
|
3153
|
+
};
|
|
3154
|
+
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
3155
|
+
_getFeedbackTemplate(ctx: import("../../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
3156
|
+
connectedCallback(): void;
|
|
3157
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
3158
|
+
readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
|
|
3159
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
3160
|
+
disconnectedCallback(): void;
|
|
3161
|
+
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
3162
|
+
accessKey: string;
|
|
3163
|
+
readonly accessKeyLabel: string;
|
|
3164
|
+
autocapitalize: string;
|
|
3165
|
+
dir: string;
|
|
3166
|
+
draggable: boolean;
|
|
3167
|
+
hidden: boolean;
|
|
3168
|
+
inert: boolean;
|
|
3169
|
+
innerText: string;
|
|
3170
|
+
lang: string;
|
|
3171
|
+
readonly offsetHeight: number;
|
|
3172
|
+
readonly offsetLeft: number;
|
|
3173
|
+
readonly offsetParent: Element | null;
|
|
3174
|
+
readonly offsetTop: number;
|
|
3175
|
+
readonly offsetWidth: number;
|
|
3176
|
+
outerText: string;
|
|
3177
|
+
spellcheck: boolean;
|
|
3178
|
+
title: string;
|
|
3179
|
+
translate: boolean;
|
|
3180
|
+
attachInternals(): ElementInternals;
|
|
3181
|
+
click(): void;
|
|
3182
|
+
addEventListener<K_17 extends keyof HTMLElementEventMap>(type: K_17, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_17]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
3183
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
3184
|
+
removeEventListener<K_18 extends keyof HTMLElementEventMap>(type: K_18, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_18]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
3185
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
3186
|
+
readonly attributes: NamedNodeMap;
|
|
3187
|
+
readonly classList: DOMTokenList;
|
|
3188
|
+
className: string;
|
|
3189
|
+
readonly clientHeight: number;
|
|
3190
|
+
readonly clientLeft: number;
|
|
3191
|
+
readonly clientTop: number;
|
|
3192
|
+
readonly clientWidth: number;
|
|
3193
|
+
id: string;
|
|
3194
|
+
readonly localName: string;
|
|
3195
|
+
readonly namespaceURI: string | null;
|
|
3196
|
+
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
3197
|
+
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
3198
|
+
outerHTML: string;
|
|
3199
|
+
readonly ownerDocument: Document;
|
|
3200
|
+
readonly part: DOMTokenList;
|
|
3201
|
+
readonly prefix: string | null;
|
|
3202
|
+
readonly scrollHeight: number;
|
|
3203
|
+
scrollLeft: number;
|
|
3204
|
+
scrollTop: number;
|
|
3205
|
+
readonly scrollWidth: number;
|
|
3206
|
+
readonly shadowRoot: ShadowRoot | null;
|
|
3207
|
+
slot: string;
|
|
3208
|
+
readonly tagName: string;
|
|
3209
|
+
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
3210
|
+
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
3211
|
+
closest<K_19 extends keyof HTMLElementTagNameMap>(selector: K_19): HTMLElementTagNameMap[K_19] | null;
|
|
3212
|
+
closest<K_20 extends keyof SVGElementTagNameMap>(selector: K_20): SVGElementTagNameMap[K_20] | null;
|
|
3213
|
+
closest<K_21 extends keyof MathMLElementTagNameMap>(selector: K_21): MathMLElementTagNameMap[K_21] | null;
|
|
3214
|
+
closest<E_3 extends Element = Element>(selectors: string): E_3 | null;
|
|
3215
|
+
getAttribute(qualifiedName: string): string | null;
|
|
3216
|
+
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
3217
|
+
getAttributeNames(): string[];
|
|
3218
|
+
getAttributeNode(qualifiedName: string): Attr | null;
|
|
3219
|
+
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
3220
|
+
getBoundingClientRect(): DOMRect;
|
|
3221
|
+
getClientRects(): DOMRectList;
|
|
3222
|
+
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
3223
|
+
getElementsByTagName<K_22 extends keyof HTMLElementTagNameMap>(qualifiedName: K_22): HTMLCollectionOf<HTMLElementTagNameMap[K_22]>;
|
|
3224
|
+
getElementsByTagName<K_23 extends keyof SVGElementTagNameMap>(qualifiedName: K_23): HTMLCollectionOf<SVGElementTagNameMap[K_23]>;
|
|
3225
|
+
getElementsByTagName<K_24 extends keyof MathMLElementTagNameMap>(qualifiedName: K_24): HTMLCollectionOf<MathMLElementTagNameMap[K_24]>;
|
|
3226
|
+
getElementsByTagName<K_25 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_25): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_25]>;
|
|
3227
|
+
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
3228
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
3229
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
3230
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
3231
|
+
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
3232
|
+
hasAttribute(qualifiedName: string): boolean;
|
|
3233
|
+
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
3234
|
+
hasAttributes(): boolean;
|
|
3235
|
+
hasPointerCapture(pointerId: number): boolean;
|
|
3236
|
+
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
3237
|
+
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
3238
|
+
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
3239
|
+
matches(selectors: string): boolean;
|
|
3240
|
+
releasePointerCapture(pointerId: number): void;
|
|
3241
|
+
removeAttribute(qualifiedName: string): void;
|
|
3242
|
+
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
3243
|
+
removeAttributeNode(attr: Attr): Attr;
|
|
3244
|
+
requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
|
|
3245
|
+
requestPointerLock(): void;
|
|
3246
|
+
scroll(options?: ScrollToOptions | undefined): void;
|
|
3247
|
+
scroll(x: number, y: number): void;
|
|
3248
|
+
scrollBy(options?: ScrollToOptions | undefined): void;
|
|
3249
|
+
scrollBy(x: number, y: number): void;
|
|
3250
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
|
|
3251
|
+
scrollTo(options?: ScrollToOptions | undefined): void;
|
|
3252
|
+
scrollTo(x: number, y: number): void;
|
|
3253
|
+
setAttribute(qualifiedName: string, value: string): void;
|
|
3254
|
+
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
3255
|
+
setAttributeNode(attr: Attr): Attr | null;
|
|
3256
|
+
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
3257
|
+
setPointerCapture(pointerId: number): void;
|
|
3258
|
+
toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
|
|
3259
|
+
webkitMatchesSelector(selectors: string): boolean;
|
|
3260
|
+
readonly baseURI: string;
|
|
3261
|
+
readonly childNodes: NodeListOf<ChildNode>;
|
|
3262
|
+
readonly firstChild: ChildNode | null;
|
|
3263
|
+
readonly isConnected: boolean;
|
|
3264
|
+
readonly lastChild: ChildNode | null;
|
|
3265
|
+
readonly nextSibling: ChildNode | null;
|
|
3266
|
+
readonly nodeName: string;
|
|
3267
|
+
readonly nodeType: number;
|
|
3268
|
+
nodeValue: string | null;
|
|
3269
|
+
readonly parentElement: HTMLElement | null;
|
|
3270
|
+
readonly parentNode: ParentNode | null;
|
|
3271
|
+
readonly previousSibling: ChildNode | null;
|
|
3272
|
+
textContent: string | null;
|
|
3273
|
+
appendChild<T extends Node>(node: T): T;
|
|
3274
|
+
cloneNode(deep?: boolean | undefined): Node;
|
|
3275
|
+
compareDocumentPosition(other: Node): number;
|
|
3276
|
+
contains(other: Node | null): boolean;
|
|
3277
|
+
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
3278
|
+
hasChildNodes(): boolean;
|
|
3279
|
+
insertBefore<T_4 extends Node>(node: T_4, child: Node | null): T_4;
|
|
3280
|
+
isDefaultNamespace(namespace: string | null): boolean;
|
|
3281
|
+
isEqualNode(otherNode: Node | null): boolean;
|
|
3282
|
+
isSameNode(otherNode: Node | null): boolean;
|
|
3283
|
+
lookupNamespaceURI(prefix: string | null): string | null;
|
|
3284
|
+
lookupPrefix(namespace: string | null): string | null;
|
|
3285
|
+
normalize(): void;
|
|
3286
|
+
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
3287
|
+
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
3288
|
+
readonly ELEMENT_NODE: 1;
|
|
3289
|
+
readonly ATTRIBUTE_NODE: 2;
|
|
3290
|
+
readonly TEXT_NODE: 3;
|
|
3291
|
+
readonly CDATA_SECTION_NODE: 4;
|
|
3292
|
+
readonly ENTITY_REFERENCE_NODE: 5;
|
|
3293
|
+
readonly ENTITY_NODE: 6;
|
|
3294
|
+
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
3295
|
+
readonly COMMENT_NODE: 8;
|
|
3296
|
+
readonly DOCUMENT_NODE: 9;
|
|
3297
|
+
readonly DOCUMENT_TYPE_NODE: 10;
|
|
3298
|
+
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
3299
|
+
readonly NOTATION_NODE: 12;
|
|
3300
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
3301
|
+
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
3302
|
+
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
3303
|
+
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
3304
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
3305
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
3306
|
+
dispatchEvent(event: Event): boolean;
|
|
3307
|
+
ariaAtomic: string | null;
|
|
3308
|
+
ariaAutoComplete: string | null;
|
|
3309
|
+
ariaBusy: string | null;
|
|
3310
|
+
ariaChecked: string | null;
|
|
3311
|
+
ariaColCount: string | null;
|
|
3312
|
+
ariaColIndex: string | null;
|
|
3313
|
+
ariaColSpan: string | null;
|
|
3314
|
+
ariaCurrent: string | null;
|
|
3315
|
+
ariaDisabled: string | null;
|
|
3316
|
+
ariaExpanded: string | null;
|
|
3317
|
+
ariaHasPopup: string | null;
|
|
3318
|
+
ariaHidden: string | null;
|
|
3319
|
+
ariaInvalid: string | null;
|
|
3320
|
+
ariaKeyShortcuts: string | null;
|
|
3321
|
+
ariaLabel: string | null;
|
|
3322
|
+
ariaLevel: string | null;
|
|
3323
|
+
ariaLive: string | null;
|
|
3324
|
+
ariaModal: string | null;
|
|
3325
|
+
ariaMultiLine: string | null;
|
|
3326
|
+
ariaMultiSelectable: string | null;
|
|
3327
|
+
ariaOrientation: string | null;
|
|
3328
|
+
ariaPlaceholder: string | null;
|
|
3329
|
+
ariaPosInSet: string | null;
|
|
3330
|
+
ariaPressed: string | null;
|
|
3331
|
+
ariaReadOnly: string | null;
|
|
3332
|
+
ariaRequired: string | null;
|
|
3333
|
+
ariaRoleDescription: string | null;
|
|
3334
|
+
ariaRowCount: string | null;
|
|
3335
|
+
ariaRowIndex: string | null;
|
|
3336
|
+
ariaRowSpan: string | null;
|
|
3337
|
+
ariaSelected: string | null;
|
|
3338
|
+
ariaSetSize: string | null;
|
|
3339
|
+
ariaSort: string | null;
|
|
3340
|
+
ariaValueMax: string | null;
|
|
3341
|
+
ariaValueMin: string | null;
|
|
3342
|
+
ariaValueNow: string | null;
|
|
3343
|
+
ariaValueText: string | null;
|
|
3344
|
+
role: string | null;
|
|
3345
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
|
|
3346
|
+
getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
|
|
3347
|
+
after(...nodes: (string | Node)[]): void;
|
|
3348
|
+
before(...nodes: (string | Node)[]): void;
|
|
3349
|
+
remove(): void;
|
|
3350
|
+
replaceWith(...nodes: (string | Node)[]): void;
|
|
3351
|
+
innerHTML: string;
|
|
3352
|
+
readonly nextElementSibling: Element | null;
|
|
3353
|
+
readonly previousElementSibling: Element | null;
|
|
3354
|
+
readonly childElementCount: number;
|
|
3355
|
+
readonly children: HTMLCollection;
|
|
3356
|
+
readonly firstElementChild: Element | null;
|
|
3357
|
+
readonly lastElementChild: Element | null;
|
|
3358
|
+
append(...nodes: (string | Node)[]): void;
|
|
3359
|
+
prepend(...nodes: (string | Node)[]): void;
|
|
3360
|
+
querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
|
|
3361
|
+
querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
|
|
3362
|
+
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
|
|
3363
|
+
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
|
|
3364
|
+
querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
|
|
3365
|
+
querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
|
|
3366
|
+
querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
|
|
3367
|
+
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
3368
|
+
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
3369
|
+
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
3370
|
+
replaceChildren(...nodes: (string | Node)[]): void;
|
|
3371
|
+
readonly assignedSlot: HTMLSlotElement | null;
|
|
3372
|
+
readonly style: CSSStyleDeclaration;
|
|
3373
|
+
contentEditable: string;
|
|
3374
|
+
enterKeyHint: string;
|
|
3375
|
+
inputMode: string;
|
|
3376
|
+
readonly isContentEditable: boolean;
|
|
3377
|
+
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
3378
|
+
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
3379
|
+
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
3380
|
+
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
3381
|
+
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
3382
|
+
onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
3383
|
+
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
3384
|
+
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
3385
|
+
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3386
|
+
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3387
|
+
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3388
|
+
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3389
|
+
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
3390
|
+
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3391
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
3392
|
+
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
3393
|
+
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3394
|
+
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
3395
|
+
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
3396
|
+
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
3397
|
+
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
3398
|
+
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
3399
|
+
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
3400
|
+
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
3401
|
+
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
3402
|
+
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
3403
|
+
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3404
|
+
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3405
|
+
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3406
|
+
onerror: OnErrorEventHandler;
|
|
3407
|
+
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
3408
|
+
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
3409
|
+
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3410
|
+
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3411
|
+
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3412
|
+
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
3413
|
+
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
3414
|
+
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
3415
|
+
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3416
|
+
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3417
|
+
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3418
|
+
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3419
|
+
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3420
|
+
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
3421
|
+
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
3422
|
+
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
3423
|
+
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
3424
|
+
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
3425
|
+
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
3426
|
+
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
3427
|
+
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
3428
|
+
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3429
|
+
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3430
|
+
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3431
|
+
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3432
|
+
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3433
|
+
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3434
|
+
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3435
|
+
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3436
|
+
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3437
|
+
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3438
|
+
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3439
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
|
|
3440
|
+
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3441
|
+
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3442
|
+
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
3443
|
+
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3444
|
+
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
3445
|
+
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3446
|
+
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3447
|
+
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3448
|
+
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3449
|
+
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3450
|
+
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3451
|
+
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3452
|
+
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
3453
|
+
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3454
|
+
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3455
|
+
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3456
|
+
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
3457
|
+
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
3458
|
+
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
3459
|
+
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
3460
|
+
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
3461
|
+
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
3462
|
+
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
3463
|
+
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
3464
|
+
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3465
|
+
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3466
|
+
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3467
|
+
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3468
|
+
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3469
|
+
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3470
|
+
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
3471
|
+
autofocus: boolean;
|
|
3472
|
+
readonly dataset: DOMStringMap;
|
|
3473
|
+
nonce?: string | undefined;
|
|
3474
|
+
tabIndex: number;
|
|
3475
|
+
blur(): void;
|
|
3476
|
+
focus(options?: FocusOptions | undefined): void;
|
|
3477
|
+
ariaColIndexText: string | null;
|
|
3478
|
+
ariaDescription: string | null;
|
|
3479
|
+
ariaRowIndexText: string | null;
|
|
3480
|
+
ariaRelevant: string | null;
|
|
3481
|
+
roleChanged(prev: string | null, next: string | null): void;
|
|
3482
|
+
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
3483
|
+
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
3484
|
+
ariaBusyChanged(prev: string | null, next: string | null): void;
|
|
3485
|
+
ariaCheckedChanged(prev: string | null, next: string | null): void;
|
|
3486
|
+
ariaColCountChanged(prev: string | null, next: string | null): void;
|
|
3487
|
+
ariaColIndexChanged(prev: string | null, next: string | null): void;
|
|
3488
|
+
ariaColIndexTextChanged(prev: string | null, next: string | null): void;
|
|
3489
|
+
ariaColSpanChanged(prev: string | null, next: string | null): void;
|
|
3490
|
+
ariaCurrentChanged(prev: string | null, next: string | null): void;
|
|
3491
|
+
ariaDescriptionChanged(prev: string | null, next: string | null): void;
|
|
3492
|
+
ariaDisabledChanged(prev: string | null, next: string | null): void;
|
|
3493
|
+
ariaExpandedChanged(prev: string | null, next: string | null): void;
|
|
3494
|
+
ariaHasPopupChanged(prev: string | null, next: string | null): void;
|
|
3495
|
+
ariaHiddenChanged(prev: string | null, next: string | null): void;
|
|
3496
|
+
ariaInvalidChanged(prev: string | null, next: string | null): void;
|
|
3497
|
+
ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
|
|
3498
|
+
ariaLabelChanged(prev: string | null, next: string | null): void;
|
|
3499
|
+
ariaLevelChanged(prev: string | null, next: string | null): void;
|
|
3500
|
+
ariaLiveChanged(prev: string | null, next: string | null): void;
|
|
3501
|
+
ariaModalChanged(prev: string | null, next: string | null): void;
|
|
3502
|
+
ariaMultiLineChanged(prev: string | null, next: string | null): void;
|
|
3503
|
+
ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
|
|
3504
|
+
ariaOrientationChanged(prev: string | null, next: string | null): void;
|
|
3505
|
+
ariaPlaceholderChanged(prev: string | null, next: string | null): void;
|
|
3506
|
+
ariaPosInSetChanged(prev: string | null, next: string | null): void;
|
|
3507
|
+
ariaPressedChanged(prev: string | null, next: string | null): void;
|
|
3508
|
+
ariaReadOnlyChanged(prev: string | null, next: string | null): void;
|
|
3509
|
+
ariaRequiredChanged(prev: string | null, next: string | null): void;
|
|
3510
|
+
ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
|
|
3511
|
+
ariaRowCountChanged(prev: string | null, next: string | null): void;
|
|
3512
|
+
ariaRowIndexChanged(prev: string | null, next: string | null): void;
|
|
3513
|
+
ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
|
|
3514
|
+
ariaRowSpanChanged(prev: string | null, next: string | null): void;
|
|
3515
|
+
ariaSelectedChanged(prev: string | null, next: string | null): void;
|
|
3516
|
+
ariaSetSizeChanged(prev: string | null, next: string | null): void;
|
|
3517
|
+
ariaSortChanged(prev: string | null, next: string | null): void;
|
|
3518
|
+
ariaValueMaxChanged(prev: string | null, next: string | null): void;
|
|
3519
|
+
ariaValueMinChanged(prev: string | null, next: string | null): void;
|
|
3520
|
+
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
3521
|
+
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
3522
|
+
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
3523
|
+
"__#1@#handleReplacedProp"(replacedProp: {
|
|
3524
|
+
newPropertyName: string;
|
|
3525
|
+
deprecatedPropertyName: string;
|
|
3526
|
+
fromDeprecated: (v: any) => any;
|
|
3527
|
+
toDeprecated?: ((v: any) => any) | undefined;
|
|
3528
|
+
}): void;
|
|
3529
|
+
}, any>;
|
|
3482
3530
|
errorText?: string | undefined;
|
|
3483
3531
|
errorTextChanged(_: string, newErrorText: string | undefined): void;
|
|
3484
3532
|
"__#4@#blockValidateCalls": boolean;
|
|
3485
3533
|
"__#4@#originalValidateFn": () => void;
|
|
3486
3534
|
"__#4@#forceCustomError"(errorMessage: string): void;
|
|
3487
3535
|
"__#4@#clearCustomErrorAndRevalidate"(): void;
|
|
3488
|
-
label?: string | undefined;
|
|
3489
|
-
errorValidationMessage: string;
|
|
3490
|
-
forceErrorDisplay: boolean;
|
|
3491
|
-
hasBeenTouched: boolean;
|
|
3492
|
-
"__#3@#handleInvalidEvent": (() => void) & (() => void);
|
|
3493
|
-
formResetCallback: (() => void) & (() => void) & (() => void) & (() => void);
|
|
3494
|
-
readonly validity: ValidityState;
|
|
3495
|
-
readonly form: HTMLFormElement | null;
|
|
3496
|
-
readonly validationMessage: string;
|
|
3497
|
-
readonly willValidate: boolean;
|
|
3498
|
-
readonly labels: readonly Node[];
|
|
3499
|
-
dirtyValue: boolean;
|
|
3500
|
-
proxySlot?: HTMLSlotElement | undefined;
|
|
3501
|
-
value: string;
|
|
3502
|
-
valueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
3503
|
-
currentValue: string;
|
|
3504
|
-
initialValue: string;
|
|
3505
|
-
initialValueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
3506
|
-
disabled: boolean;
|
|
3507
|
-
disabledChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
3508
|
-
name: string;
|
|
3509
|
-
nameChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
3510
|
-
required: boolean;
|
|
3511
|
-
requiredChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
3512
|
-
readonly elementInternals: ElementInternals | null;
|
|
3513
|
-
proxyEventsToBlock: string[];
|
|
3514
|
-
checkValidity: (() => boolean) & (() => boolean);
|
|
3515
|
-
reportValidity: (() => boolean) & (() => boolean);
|
|
3516
|
-
setValidity: ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void) & ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void);
|
|
3517
|
-
formDisabledCallback: ((disabled: boolean) => void) & ((disabled: boolean) => void);
|
|
3518
|
-
proxyInitialized: boolean;
|
|
3519
|
-
attachProxy: (() => void) & (() => void);
|
|
3520
|
-
detachProxy: (() => void) & (() => void);
|
|
3521
|
-
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);
|
|
3522
|
-
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
3523
|
-
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
3524
3536
|
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
3525
3537
|
readonly locale: import("../../shared/localization/Locale").Locale;
|
|
3526
3538
|
}) & typeof PickerField;
|