@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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type
|
|
1
|
+
import { type ExpressionNotifier } from '@microsoft/fast-element';
|
|
2
2
|
import type { DateStr } from '../../datetime/dateStr';
|
|
3
3
|
import type { AbstractConstructor, MixinType } from '../../utils/mixins';
|
|
4
4
|
import type { InlineTimePicker } from './inline-time-picker/inline-time-picker';
|
|
@@ -21,20 +21,20 @@ export declare const TimeSelectionPicker: <T_5 extends AbstractConstructor<{
|
|
|
21
21
|
_pickerButtonEl: import("../../..").VwcButtonElement;
|
|
22
22
|
connectedCallback(): void;
|
|
23
23
|
disconnectedCallback(): void;
|
|
24
|
-
"__#
|
|
25
|
-
"__#
|
|
24
|
+
"__#20@#onFocusIn": () => void;
|
|
25
|
+
"__#20@#onFocusOut": () => void;
|
|
26
26
|
proxy: HTMLInputElement;
|
|
27
27
|
validate(): void;
|
|
28
28
|
_getCustomValidationError(): string | null;
|
|
29
|
-
"__#
|
|
29
|
+
"__#20@#localeChangeHandler": {
|
|
30
30
|
handleChange: () => void;
|
|
31
31
|
};
|
|
32
|
-
"__#
|
|
33
|
-
"__#
|
|
34
|
-
"__#
|
|
32
|
+
"__#20@#localeChangeObserver": ExpressionNotifier<any, any, any>;
|
|
33
|
+
"__#20@#startObservingLocaleChanges"(): void;
|
|
34
|
+
"__#20@#stopObservingLocaleChanges"(): void;
|
|
35
35
|
_popupOpen: boolean;
|
|
36
|
-
"__#
|
|
37
|
-
"__#
|
|
36
|
+
"__#20@#dismissOnClickOutside": (event: MouseEvent) => void;
|
|
37
|
+
"__#20@#openPopupIfPossible"(): void;
|
|
38
38
|
_closePopup(restoreFocusToTextField?: boolean): void;
|
|
39
39
|
_onBaseKeyDown(event: KeyboardEvent): boolean;
|
|
40
40
|
_focusableElsWithinDialog(): NodeListOf<HTMLElement>;
|
|
@@ -47,402 +47,48 @@ export declare const TimeSelectionPicker: <T_5 extends AbstractConstructor<{
|
|
|
47
47
|
readonly _pickerButtonIcon: string;
|
|
48
48
|
_onPickerButtonClick(): void;
|
|
49
49
|
_onOkClick(): void;
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
outerText: string;
|
|
89
|
-
spellcheck: boolean;
|
|
90
|
-
title: string;
|
|
91
|
-
translate: boolean;
|
|
92
|
-
attachInternals(): ElementInternals;
|
|
93
|
-
click(): void;
|
|
94
|
-
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
95
|
-
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
96
|
-
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
97
|
-
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
98
|
-
readonly attributes: NamedNodeMap;
|
|
99
|
-
readonly classList: DOMTokenList;
|
|
100
|
-
className: string;
|
|
101
|
-
readonly clientHeight: number;
|
|
102
|
-
readonly clientLeft: number;
|
|
103
|
-
readonly clientTop: number;
|
|
104
|
-
readonly clientWidth: number;
|
|
105
|
-
id: string;
|
|
106
|
-
readonly localName: string;
|
|
107
|
-
readonly namespaceURI: string | null;
|
|
108
|
-
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
109
|
-
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
110
|
-
outerHTML: string;
|
|
111
|
-
readonly ownerDocument: Document;
|
|
112
|
-
readonly part: DOMTokenList;
|
|
113
|
-
readonly prefix: string | null;
|
|
114
|
-
readonly scrollHeight: number;
|
|
115
|
-
scrollLeft: number;
|
|
116
|
-
scrollTop: number;
|
|
117
|
-
readonly scrollWidth: number;
|
|
118
|
-
readonly shadowRoot: ShadowRoot | null;
|
|
119
|
-
slot: string;
|
|
120
|
-
readonly tagName: string;
|
|
121
|
-
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
122
|
-
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
123
|
-
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2] | null;
|
|
124
|
-
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3] | null;
|
|
125
|
-
closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4] | null;
|
|
126
|
-
closest<E extends Element = Element>(selectors: string): E | null;
|
|
127
|
-
getAttribute(qualifiedName: string): string | null;
|
|
128
|
-
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
129
|
-
getAttributeNames(): string[];
|
|
130
|
-
getAttributeNode(qualifiedName: string): Attr | null;
|
|
131
|
-
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
132
|
-
getBoundingClientRect(): DOMRect;
|
|
133
|
-
getClientRects(): DOMRectList;
|
|
134
|
-
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
135
|
-
getElementsByTagName<K_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<HTMLElementTagNameMap[K_5]>;
|
|
136
|
-
getElementsByTagName<K_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_6): HTMLCollectionOf<SVGElementTagNameMap[K_6]>;
|
|
137
|
-
getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
|
|
138
|
-
getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
|
|
139
|
-
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
140
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
141
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
142
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
143
|
-
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
144
|
-
hasAttribute(qualifiedName: string): boolean;
|
|
145
|
-
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
146
|
-
hasAttributes(): boolean;
|
|
147
|
-
hasPointerCapture(pointerId: number): boolean;
|
|
148
|
-
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
149
|
-
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
150
|
-
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
151
|
-
matches(selectors: string): boolean;
|
|
152
|
-
releasePointerCapture(pointerId: number): void;
|
|
153
|
-
removeAttribute(qualifiedName: string): void;
|
|
154
|
-
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
155
|
-
removeAttributeNode(attr: Attr): Attr;
|
|
156
|
-
requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
|
|
157
|
-
requestPointerLock(): void;
|
|
158
|
-
scroll(options?: ScrollToOptions | undefined): void;
|
|
159
|
-
scroll(x: number, y: number): void;
|
|
160
|
-
scrollBy(options?: ScrollToOptions | undefined): void;
|
|
161
|
-
scrollBy(x: number, y: number): void;
|
|
162
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
|
|
163
|
-
scrollTo(options?: ScrollToOptions | undefined): void;
|
|
164
|
-
scrollTo(x: number, y: number): void;
|
|
165
|
-
setAttribute(qualifiedName: string, value: string): void;
|
|
166
|
-
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
167
|
-
setAttributeNode(attr: Attr): Attr | null;
|
|
168
|
-
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
169
|
-
setPointerCapture(pointerId: number): void;
|
|
170
|
-
toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
|
|
171
|
-
webkitMatchesSelector(selectors: string): boolean;
|
|
172
|
-
readonly baseURI: string;
|
|
173
|
-
readonly childNodes: NodeListOf<ChildNode>;
|
|
174
|
-
readonly firstChild: ChildNode | null;
|
|
175
|
-
readonly isConnected: boolean;
|
|
176
|
-
readonly lastChild: ChildNode | null;
|
|
177
|
-
readonly nextSibling: ChildNode | null;
|
|
178
|
-
readonly nodeName: string;
|
|
179
|
-
readonly nodeType: number;
|
|
180
|
-
nodeValue: string | null;
|
|
181
|
-
readonly parentElement: HTMLElement | null;
|
|
182
|
-
readonly parentNode: ParentNode | null;
|
|
183
|
-
readonly previousSibling: ChildNode | null;
|
|
184
|
-
textContent: string | null;
|
|
185
|
-
appendChild<T extends Node>(node: T): T;
|
|
186
|
-
cloneNode(deep?: boolean | undefined): Node;
|
|
187
|
-
compareDocumentPosition(other: Node): number;
|
|
188
|
-
contains(other: Node | null): boolean;
|
|
189
|
-
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
190
|
-
hasChildNodes(): boolean;
|
|
191
|
-
insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
|
|
192
|
-
isDefaultNamespace(namespace: string | null): boolean;
|
|
193
|
-
isEqualNode(otherNode: Node | null): boolean;
|
|
194
|
-
isSameNode(otherNode: Node | null): boolean;
|
|
195
|
-
lookupNamespaceURI(prefix: string | null): string | null;
|
|
196
|
-
lookupPrefix(namespace: string | null): string | null;
|
|
197
|
-
normalize(): void;
|
|
198
|
-
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
199
|
-
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
200
|
-
readonly ELEMENT_NODE: 1;
|
|
201
|
-
readonly ATTRIBUTE_NODE: 2;
|
|
202
|
-
readonly TEXT_NODE: 3;
|
|
203
|
-
readonly CDATA_SECTION_NODE: 4;
|
|
204
|
-
readonly ENTITY_REFERENCE_NODE: 5;
|
|
205
|
-
readonly ENTITY_NODE: 6;
|
|
206
|
-
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
207
|
-
readonly COMMENT_NODE: 8;
|
|
208
|
-
readonly DOCUMENT_NODE: 9;
|
|
209
|
-
readonly DOCUMENT_TYPE_NODE: 10;
|
|
210
|
-
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
211
|
-
readonly NOTATION_NODE: 12;
|
|
212
|
-
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
213
|
-
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
214
|
-
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
215
|
-
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
216
|
-
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
217
|
-
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
218
|
-
dispatchEvent(event: Event): boolean;
|
|
219
|
-
ariaAtomic: string | null;
|
|
220
|
-
ariaAutoComplete: string | null;
|
|
221
|
-
ariaBusy: string | null;
|
|
222
|
-
ariaChecked: string | null;
|
|
223
|
-
ariaColCount: string | null;
|
|
224
|
-
ariaColIndex: string | null;
|
|
225
|
-
ariaColSpan: string | null;
|
|
226
|
-
ariaCurrent: string | null;
|
|
227
|
-
ariaDisabled: string | null;
|
|
228
|
-
ariaExpanded: string | null;
|
|
229
|
-
ariaHasPopup: string | null;
|
|
230
|
-
ariaHidden: string | null;
|
|
231
|
-
ariaInvalid: string | null;
|
|
232
|
-
ariaKeyShortcuts: string | null;
|
|
233
|
-
ariaLabel: string | null;
|
|
234
|
-
ariaLevel: string | null;
|
|
235
|
-
ariaLive: string | null;
|
|
236
|
-
ariaModal: string | null;
|
|
237
|
-
ariaMultiLine: string | null;
|
|
238
|
-
ariaMultiSelectable: string | null;
|
|
239
|
-
ariaOrientation: string | null;
|
|
240
|
-
ariaPlaceholder: string | null;
|
|
241
|
-
ariaPosInSet: string | null;
|
|
242
|
-
ariaPressed: string | null;
|
|
243
|
-
ariaReadOnly: string | null;
|
|
244
|
-
ariaRequired: string | null;
|
|
245
|
-
ariaRoleDescription: string | null;
|
|
246
|
-
ariaRowCount: string | null;
|
|
247
|
-
ariaRowIndex: string | null;
|
|
248
|
-
ariaRowSpan: string | null;
|
|
249
|
-
ariaSelected: string | null;
|
|
250
|
-
ariaSetSize: string | null;
|
|
251
|
-
ariaSort: string | null;
|
|
252
|
-
ariaValueMax: string | null;
|
|
253
|
-
ariaValueMin: string | null;
|
|
254
|
-
ariaValueNow: string | null;
|
|
255
|
-
ariaValueText: string | null;
|
|
256
|
-
role: string | null;
|
|
257
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
|
|
258
|
-
getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
|
|
259
|
-
after(...nodes: (string | Node)[]): void;
|
|
260
|
-
before(...nodes: (string | Node)[]): void;
|
|
261
|
-
remove(): void;
|
|
262
|
-
replaceWith(...nodes: (string | Node)[]): void;
|
|
263
|
-
innerHTML: string;
|
|
264
|
-
readonly nextElementSibling: Element | null;
|
|
265
|
-
readonly previousElementSibling: Element | null;
|
|
266
|
-
readonly childElementCount: number;
|
|
267
|
-
readonly children: HTMLCollection;
|
|
268
|
-
readonly firstElementChild: Element | null;
|
|
269
|
-
readonly lastElementChild: Element | null;
|
|
270
|
-
append(...nodes: (string | Node)[]): void;
|
|
271
|
-
prepend(...nodes: (string | Node)[]): void;
|
|
272
|
-
querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
|
|
273
|
-
querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
|
|
274
|
-
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
|
|
275
|
-
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
|
|
276
|
-
querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
|
|
277
|
-
querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
|
|
278
|
-
querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
|
|
279
|
-
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
280
|
-
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
281
|
-
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
282
|
-
replaceChildren(...nodes: (string | Node)[]): void;
|
|
283
|
-
readonly assignedSlot: HTMLSlotElement | null;
|
|
284
|
-
readonly style: CSSStyleDeclaration;
|
|
285
|
-
contentEditable: string;
|
|
286
|
-
enterKeyHint: string;
|
|
287
|
-
inputMode: string;
|
|
288
|
-
readonly isContentEditable: boolean;
|
|
289
|
-
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
290
|
-
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
291
|
-
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
292
|
-
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
293
|
-
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
294
|
-
onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
295
|
-
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
296
|
-
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
297
|
-
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
298
|
-
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
299
|
-
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
300
|
-
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
301
|
-
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
302
|
-
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
303
|
-
oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
304
|
-
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
305
|
-
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
306
|
-
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
307
|
-
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
308
|
-
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
309
|
-
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
310
|
-
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
311
|
-
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
312
|
-
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
313
|
-
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
314
|
-
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
315
|
-
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
316
|
-
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
317
|
-
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
318
|
-
onerror: OnErrorEventHandler;
|
|
319
|
-
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
320
|
-
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
321
|
-
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
322
|
-
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
323
|
-
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
324
|
-
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
325
|
-
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
326
|
-
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
327
|
-
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
328
|
-
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
329
|
-
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
330
|
-
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
331
|
-
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
332
|
-
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
333
|
-
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
334
|
-
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
335
|
-
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
336
|
-
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
337
|
-
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
338
|
-
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
339
|
-
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
340
|
-
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
341
|
-
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
342
|
-
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
343
|
-
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
344
|
-
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
345
|
-
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
346
|
-
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
347
|
-
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
348
|
-
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
349
|
-
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
350
|
-
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
351
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
|
|
352
|
-
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
353
|
-
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
354
|
-
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
355
|
-
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
356
|
-
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
357
|
-
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
358
|
-
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
359
|
-
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
360
|
-
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
361
|
-
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
362
|
-
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
363
|
-
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
364
|
-
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
365
|
-
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
366
|
-
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
367
|
-
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
368
|
-
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
369
|
-
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
370
|
-
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
371
|
-
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
372
|
-
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
373
|
-
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
374
|
-
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
375
|
-
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
376
|
-
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
377
|
-
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
378
|
-
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
379
|
-
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
380
|
-
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
381
|
-
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
382
|
-
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
383
|
-
autofocus: boolean;
|
|
384
|
-
readonly dataset: DOMStringMap;
|
|
385
|
-
nonce?: string | undefined;
|
|
386
|
-
tabIndex: number;
|
|
387
|
-
blur(): void;
|
|
388
|
-
focus(options?: FocusOptions | undefined): void;
|
|
389
|
-
ariaColIndexText: string | null;
|
|
390
|
-
ariaDescription: string | null;
|
|
391
|
-
ariaRowIndexText: string | null;
|
|
392
|
-
ariaRelevant: string | null;
|
|
393
|
-
roleChanged(prev: string | null, next: string | null): void;
|
|
394
|
-
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
395
|
-
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
396
|
-
ariaBusyChanged(prev: string | null, next: string | null): void;
|
|
397
|
-
ariaCheckedChanged(prev: string | null, next: string | null): void;
|
|
398
|
-
ariaColCountChanged(prev: string | null, next: string | null): void;
|
|
399
|
-
ariaColIndexChanged(prev: string | null, next: string | null): void;
|
|
400
|
-
ariaColIndexTextChanged(prev: string | null, next: string | null): void;
|
|
401
|
-
ariaColSpanChanged(prev: string | null, next: string | null): void;
|
|
402
|
-
ariaCurrentChanged(prev: string | null, next: string | null): void;
|
|
403
|
-
ariaDescriptionChanged(prev: string | null, next: string | null): void;
|
|
404
|
-
ariaDisabledChanged(prev: string | null, next: string | null): void;
|
|
405
|
-
ariaExpandedChanged(prev: string | null, next: string | null): void;
|
|
406
|
-
ariaHasPopupChanged(prev: string | null, next: string | null): void;
|
|
407
|
-
ariaHiddenChanged(prev: string | null, next: string | null): void;
|
|
408
|
-
ariaInvalidChanged(prev: string | null, next: string | null): void;
|
|
409
|
-
ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
|
|
410
|
-
ariaLabelChanged(prev: string | null, next: string | null): void;
|
|
411
|
-
ariaLevelChanged(prev: string | null, next: string | null): void;
|
|
412
|
-
ariaLiveChanged(prev: string | null, next: string | null): void;
|
|
413
|
-
ariaModalChanged(prev: string | null, next: string | null): void;
|
|
414
|
-
ariaMultiLineChanged(prev: string | null, next: string | null): void;
|
|
415
|
-
ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
|
|
416
|
-
ariaOrientationChanged(prev: string | null, next: string | null): void;
|
|
417
|
-
ariaPlaceholderChanged(prev: string | null, next: string | null): void;
|
|
418
|
-
ariaPosInSetChanged(prev: string | null, next: string | null): void;
|
|
419
|
-
ariaPressedChanged(prev: string | null, next: string | null): void;
|
|
420
|
-
ariaReadOnlyChanged(prev: string | null, next: string | null): void;
|
|
421
|
-
ariaRequiredChanged(prev: string | null, next: string | null): void;
|
|
422
|
-
ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
|
|
423
|
-
ariaRowCountChanged(prev: string | null, next: string | null): void;
|
|
424
|
-
ariaRowIndexChanged(prev: string | null, next: string | null): void;
|
|
425
|
-
ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
|
|
426
|
-
ariaRowSpanChanged(prev: string | null, next: string | null): void;
|
|
427
|
-
ariaSelectedChanged(prev: string | null, next: string | null): void;
|
|
428
|
-
ariaSetSizeChanged(prev: string | null, next: string | null): void;
|
|
429
|
-
ariaSortChanged(prev: string | null, next: string | null): void;
|
|
430
|
-
ariaValueMaxChanged(prev: string | null, next: string | null): void;
|
|
431
|
-
ariaValueMinChanged(prev: string | null, next: string | null): void;
|
|
432
|
-
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
433
|
-
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
434
|
-
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
435
|
-
"__#1@#handleReplacedProp"(replacedProp: {
|
|
436
|
-
newPropertyName: string;
|
|
437
|
-
deprecatedPropertyName: string;
|
|
438
|
-
fromDeprecated: (v: any) => any;
|
|
439
|
-
toDeprecated?: ((v: any) => any) | undefined;
|
|
440
|
-
}): void;
|
|
441
|
-
}, any>;
|
|
50
|
+
_contextualHelpSlottedContent?: HTMLElement[] | undefined;
|
|
51
|
+
readonly _hasContextualHelp: boolean;
|
|
52
|
+
_isFromContextualHelp(e: Event): boolean;
|
|
53
|
+
label?: string | undefined;
|
|
54
|
+
errorValidationMessage: string;
|
|
55
|
+
forceErrorDisplay: boolean;
|
|
56
|
+
hasBeenTouched: boolean;
|
|
57
|
+
"__#3@#handleInvalidEvent": (() => void) & (() => void);
|
|
58
|
+
formResetCallback: (() => void) & (() => void) & (() => void) & (() => void);
|
|
59
|
+
readonly validity: ValidityState;
|
|
60
|
+
readonly form: HTMLFormElement | null;
|
|
61
|
+
readonly validationMessage: string;
|
|
62
|
+
readonly willValidate: boolean;
|
|
63
|
+
readonly labels: readonly Node[];
|
|
64
|
+
dirtyValue: boolean;
|
|
65
|
+
proxySlot?: HTMLSlotElement | undefined;
|
|
66
|
+
value: string;
|
|
67
|
+
currentValue: string;
|
|
68
|
+
initialValue: string;
|
|
69
|
+
initialValueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
70
|
+
disabled: boolean;
|
|
71
|
+
disabledChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
72
|
+
name: string;
|
|
73
|
+
nameChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
74
|
+
required: boolean;
|
|
75
|
+
requiredChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
76
|
+
readonly elementInternals: ElementInternals | null;
|
|
77
|
+
proxyEventsToBlock: string[];
|
|
78
|
+
checkValidity: (() => boolean) & (() => boolean);
|
|
79
|
+
reportValidity: (() => boolean) & (() => boolean);
|
|
80
|
+
setValidity: ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void) & ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void);
|
|
81
|
+
formDisabledCallback: ((disabled: boolean) => void) & ((disabled: boolean) => void);
|
|
82
|
+
proxyInitialized: boolean;
|
|
83
|
+
attachProxy: (() => void) & (() => void);
|
|
84
|
+
detachProxy: (() => void) & (() => void);
|
|
85
|
+
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);
|
|
86
|
+
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
87
|
+
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
442
88
|
_vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
|
|
443
|
-
readonly $fastController: import("@microsoft/fast-element").
|
|
89
|
+
readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
|
|
444
90
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
445
|
-
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
91
|
+
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
446
92
|
accessKey: string;
|
|
447
93
|
readonly accessKeyLabel: string;
|
|
448
94
|
autocapitalize: string;
|
|
@@ -463,9 +109,9 @@ export declare const TimeSelectionPicker: <T_5 extends AbstractConstructor<{
|
|
|
463
109
|
translate: boolean;
|
|
464
110
|
attachInternals(): ElementInternals;
|
|
465
111
|
click(): void;
|
|
466
|
-
addEventListener<
|
|
112
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
467
113
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
468
|
-
removeEventListener<
|
|
114
|
+
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
469
115
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
470
116
|
readonly attributes: NamedNodeMap;
|
|
471
117
|
readonly classList: DOMTokenList;
|
|
@@ -492,10 +138,10 @@ export declare const TimeSelectionPicker: <T_5 extends AbstractConstructor<{
|
|
|
492
138
|
readonly tagName: string;
|
|
493
139
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
494
140
|
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
495
|
-
closest<
|
|
496
|
-
closest<
|
|
497
|
-
closest<
|
|
498
|
-
closest<
|
|
141
|
+
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2] | null;
|
|
142
|
+
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3] | null;
|
|
143
|
+
closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4] | null;
|
|
144
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
499
145
|
getAttribute(qualifiedName: string): string | null;
|
|
500
146
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
501
147
|
getAttributeNames(): string[];
|
|
@@ -504,10 +150,10 @@ export declare const TimeSelectionPicker: <T_5 extends AbstractConstructor<{
|
|
|
504
150
|
getBoundingClientRect(): DOMRect;
|
|
505
151
|
getClientRects(): DOMRectList;
|
|
506
152
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
507
|
-
getElementsByTagName<
|
|
508
|
-
getElementsByTagName<
|
|
509
|
-
getElementsByTagName<
|
|
510
|
-
getElementsByTagName<
|
|
153
|
+
getElementsByTagName<K_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<HTMLElementTagNameMap[K_5]>;
|
|
154
|
+
getElementsByTagName<K_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_6): HTMLCollectionOf<SVGElementTagNameMap[K_6]>;
|
|
155
|
+
getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
|
|
156
|
+
getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
|
|
511
157
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
512
158
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
513
159
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
@@ -560,7 +206,7 @@ export declare const TimeSelectionPicker: <T_5 extends AbstractConstructor<{
|
|
|
560
206
|
contains(other: Node | null): boolean;
|
|
561
207
|
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
562
208
|
hasChildNodes(): boolean;
|
|
563
|
-
insertBefore<
|
|
209
|
+
insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
|
|
564
210
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
565
211
|
isEqualNode(otherNode: Node | null): boolean;
|
|
566
212
|
isSameNode(otherNode: Node | null): boolean;
|
|
@@ -807,116 +453,9 @@ export declare const TimeSelectionPicker: <T_5 extends AbstractConstructor<{
|
|
|
807
453
|
"__#1@#handleReplacedProp"(replacedProp: {
|
|
808
454
|
newPropertyName: string;
|
|
809
455
|
deprecatedPropertyName: string;
|
|
810
|
-
fromDeprecated: (v: any) => any;
|
|
811
|
-
toDeprecated?: ((v: any) => any) | undefined;
|
|
812
|
-
}): void;
|
|
813
|
-
errorText?: string | undefined;
|
|
814
|
-
errorTextChanged(_: string, newErrorText: string | undefined): void;
|
|
815
|
-
"__#4@#blockValidateCalls": boolean;
|
|
816
|
-
"__#4@#originalValidateFn": () => void;
|
|
817
|
-
"__#4@#forceCustomError"(errorMessage: string): void;
|
|
818
|
-
"__#4@#clearCustomErrorAndRevalidate"(): void;
|
|
819
|
-
label?: string | undefined;
|
|
820
|
-
errorValidationMessage: string;
|
|
821
|
-
forceErrorDisplay: boolean;
|
|
822
|
-
hasBeenTouched: boolean;
|
|
823
|
-
"__#3@#handleInvalidEvent": (() => void) & (() => void);
|
|
824
|
-
formResetCallback: (() => void) & (() => void) & (() => void) & (() => void);
|
|
825
|
-
readonly validity: ValidityState;
|
|
826
|
-
readonly form: HTMLFormElement | null;
|
|
827
|
-
readonly validationMessage: string;
|
|
828
|
-
readonly willValidate: boolean;
|
|
829
|
-
readonly labels: readonly Node[];
|
|
830
|
-
dirtyValue: boolean;
|
|
831
|
-
proxySlot?: HTMLSlotElement | undefined;
|
|
832
|
-
value: string;
|
|
833
|
-
currentValue: string;
|
|
834
|
-
initialValue: string;
|
|
835
|
-
initialValueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
836
|
-
disabled: boolean;
|
|
837
|
-
disabledChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
838
|
-
name: string;
|
|
839
|
-
nameChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
840
|
-
required: boolean;
|
|
841
|
-
requiredChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
842
|
-
readonly elementInternals: ElementInternals | null;
|
|
843
|
-
proxyEventsToBlock: string[];
|
|
844
|
-
checkValidity: (() => boolean) & (() => boolean);
|
|
845
|
-
reportValidity: (() => boolean) & (() => boolean);
|
|
846
|
-
setValidity: ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void) & ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void);
|
|
847
|
-
formDisabledCallback: ((disabled: boolean) => void) & ((disabled: boolean) => void);
|
|
848
|
-
proxyInitialized: boolean;
|
|
849
|
-
attachProxy: (() => void) & (() => void);
|
|
850
|
-
detachProxy: (() => void) & (() => void);
|
|
851
|
-
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);
|
|
852
|
-
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
853
|
-
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
854
|
-
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
855
|
-
readonly locale: import("../../localization/Locale").Locale;
|
|
856
|
-
} & import("../picker-field").PickerField>>(Base: T_5) => (abstract new (...args: any[]) => {
|
|
857
|
-
readonly _timeValue: string;
|
|
858
|
-
_withUpdatedTime(timeStr: DateStr): string;
|
|
859
|
-
readonly _resolvedMinTime: string | null;
|
|
860
|
-
readonly _resolvedMaxTime: string | null;
|
|
861
|
-
minutesStep: number | null;
|
|
862
|
-
secondsStep: number | null;
|
|
863
|
-
clock?: "12h" | "24h" | undefined;
|
|
864
|
-
_inlineTimePickerEl: InlineTimePicker;
|
|
865
|
-
readonly _displaySeconds: boolean;
|
|
866
|
-
readonly _use12hClock: boolean;
|
|
867
|
-
readonly _timePlaceholder: string;
|
|
868
|
-
"__#22@#clockChangeHandler": {
|
|
869
|
-
handleChange: () => void;
|
|
870
|
-
};
|
|
871
|
-
"__#22@#clockChangeObserver": BindingObserver;
|
|
872
|
-
"__#22@#startObservingClockChanges"(): void;
|
|
873
|
-
"__#22@#stopObservingClockChanges"(): void;
|
|
874
|
-
connectedCallback(): void;
|
|
875
|
-
disconnectedCallback(): void;
|
|
876
|
-
_onPickerButtonClick(): void;
|
|
877
|
-
_onInlineTimePickerChange(event: CustomEvent<string>): void;
|
|
878
|
-
_onInlineTimePickerLastColumnSelected(): void;
|
|
879
|
-
_isValidValue(value: string): boolean;
|
|
880
|
-
_toPresentationValue(value: string): string;
|
|
881
|
-
_parsePresentationValue(presentationValue: string): string;
|
|
882
|
-
_isInternalValueUpdate: boolean;
|
|
883
|
-
valueChanged: ((previous: string, next: string) => void) & ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
884
|
-
_updatePresentationValue: (() => void) & (() => void);
|
|
885
|
-
_updateValueDueToUserInteraction(newValue: string, isIntermediateUpdate: boolean): void;
|
|
886
|
-
_onTextFieldChange: (() => void) & (() => void);
|
|
887
|
-
_onTextFieldInput: ((event: Event) => void) & ((event: Event) => void);
|
|
888
|
-
_isPresentationValueInvalid(): boolean;
|
|
889
|
-
_onClearClick: (() => void) & (() => void);
|
|
890
|
-
readOnly: boolean;
|
|
891
|
-
readOnlyChanged(): void;
|
|
892
|
-
_textFieldEl: import("../../..").VwcTextFieldElement;
|
|
893
|
-
_dialogEl: HTMLElement;
|
|
894
|
-
_pickerButtonEl: import("../../..").VwcButtonElement;
|
|
895
|
-
"__#19@#onFocusIn": () => void;
|
|
896
|
-
"__#19@#onFocusOut": () => void;
|
|
897
|
-
proxy: HTMLInputElement;
|
|
898
|
-
validate(): void;
|
|
899
|
-
_getCustomValidationError(): string | null;
|
|
900
|
-
"__#19@#localeChangeHandler": {
|
|
901
|
-
handleChange: () => void;
|
|
902
|
-
};
|
|
903
|
-
"__#19@#localeChangeObserver": BindingObserver<any, any, any>;
|
|
904
|
-
"__#19@#startObservingLocaleChanges"(): void;
|
|
905
|
-
"__#19@#stopObservingLocaleChanges"(): void;
|
|
906
|
-
_popupOpen: boolean;
|
|
907
|
-
"__#19@#dismissOnClickOutside": (event: MouseEvent) => void;
|
|
908
|
-
"__#19@#openPopupIfPossible"(): void;
|
|
909
|
-
_closePopup(restoreFocusToTextField?: boolean): void;
|
|
910
|
-
_onBaseKeyDown(event: KeyboardEvent): boolean;
|
|
911
|
-
_focusableElsWithinDialog(): NodeListOf<HTMLElement>;
|
|
912
|
-
readonly _dialogLabel: string;
|
|
913
|
-
_presentationValue: string;
|
|
914
|
-
_presentationValueChanged(): void;
|
|
915
|
-
readonly _textFieldPlaceholder: string;
|
|
916
|
-
_textFieldSize?: string | undefined;
|
|
917
|
-
readonly _pickerButtonLabel: string;
|
|
918
|
-
readonly _pickerButtonIcon: string;
|
|
919
|
-
_onOkClick(): void;
|
|
456
|
+
fromDeprecated: (v: any) => any;
|
|
457
|
+
toDeprecated?: ((v: any) => any) | undefined;
|
|
458
|
+
}): void;
|
|
920
459
|
helperText?: string | undefined;
|
|
921
460
|
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
922
461
|
readonly _feedbackDescribedBy: string;
|
|
@@ -937,10 +476,10 @@ export declare const TimeSelectionPicker: <T_5 extends AbstractConstructor<{
|
|
|
937
476
|
_getFeedbackTemplate(ctx: import("../../design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
938
477
|
connectedCallback(): void;
|
|
939
478
|
_vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
|
|
940
|
-
readonly $fastController: import("@microsoft/fast-element").
|
|
479
|
+
readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
|
|
941
480
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
942
481
|
disconnectedCallback(): void;
|
|
943
|
-
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
482
|
+
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
944
483
|
accessKey: string;
|
|
945
484
|
readonly accessKeyLabel: string;
|
|
946
485
|
autocapitalize: string;
|
|
@@ -961,9 +500,9 @@ export declare const TimeSelectionPicker: <T_5 extends AbstractConstructor<{
|
|
|
961
500
|
translate: boolean;
|
|
962
501
|
attachInternals(): ElementInternals;
|
|
963
502
|
click(): void;
|
|
964
|
-
addEventListener<
|
|
503
|
+
addEventListener<K_17 extends keyof HTMLElementEventMap>(type: K_17, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_17]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
965
504
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
966
|
-
removeEventListener<
|
|
505
|
+
removeEventListener<K_18 extends keyof HTMLElementEventMap>(type: K_18, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_18]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
967
506
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
968
507
|
readonly attributes: NamedNodeMap;
|
|
969
508
|
readonly classList: DOMTokenList;
|
|
@@ -990,10 +529,10 @@ export declare const TimeSelectionPicker: <T_5 extends AbstractConstructor<{
|
|
|
990
529
|
readonly tagName: string;
|
|
991
530
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
992
531
|
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
993
|
-
closest<
|
|
994
|
-
closest<
|
|
995
|
-
closest<
|
|
996
|
-
closest<
|
|
532
|
+
closest<K_19 extends keyof HTMLElementTagNameMap>(selector: K_19): HTMLElementTagNameMap[K_19] | null;
|
|
533
|
+
closest<K_20 extends keyof SVGElementTagNameMap>(selector: K_20): SVGElementTagNameMap[K_20] | null;
|
|
534
|
+
closest<K_21 extends keyof MathMLElementTagNameMap>(selector: K_21): MathMLElementTagNameMap[K_21] | null;
|
|
535
|
+
closest<E_3 extends Element = Element>(selectors: string): E_3 | null;
|
|
997
536
|
getAttribute(qualifiedName: string): string | null;
|
|
998
537
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
999
538
|
getAttributeNames(): string[];
|
|
@@ -1002,10 +541,10 @@ export declare const TimeSelectionPicker: <T_5 extends AbstractConstructor<{
|
|
|
1002
541
|
getBoundingClientRect(): DOMRect;
|
|
1003
542
|
getClientRects(): DOMRectList;
|
|
1004
543
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
1005
|
-
getElementsByTagName<
|
|
1006
|
-
getElementsByTagName<
|
|
1007
|
-
getElementsByTagName<
|
|
1008
|
-
getElementsByTagName<
|
|
544
|
+
getElementsByTagName<K_22 extends keyof HTMLElementTagNameMap>(qualifiedName: K_22): HTMLCollectionOf<HTMLElementTagNameMap[K_22]>;
|
|
545
|
+
getElementsByTagName<K_23 extends keyof SVGElementTagNameMap>(qualifiedName: K_23): HTMLCollectionOf<SVGElementTagNameMap[K_23]>;
|
|
546
|
+
getElementsByTagName<K_24 extends keyof MathMLElementTagNameMap>(qualifiedName: K_24): HTMLCollectionOf<MathMLElementTagNameMap[K_24]>;
|
|
547
|
+
getElementsByTagName<K_25 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_25): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_25]>;
|
|
1009
548
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1010
549
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1011
550
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
@@ -1058,7 +597,7 @@ export declare const TimeSelectionPicker: <T_5 extends AbstractConstructor<{
|
|
|
1058
597
|
contains(other: Node | null): boolean;
|
|
1059
598
|
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
1060
599
|
hasChildNodes(): boolean;
|
|
1061
|
-
insertBefore<
|
|
600
|
+
insertBefore<T_4 extends Node>(node: T_4, child: Node | null): T_4;
|
|
1062
601
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
1063
602
|
isEqualNode(otherNode: Node | null): boolean;
|
|
1064
603
|
isSameNode(otherNode: Node | null): boolean;
|
|
@@ -1309,10 +848,120 @@ export declare const TimeSelectionPicker: <T_5 extends AbstractConstructor<{
|
|
|
1309
848
|
toDeprecated?: ((v: any) => any) | undefined;
|
|
1310
849
|
}): void;
|
|
1311
850
|
}, any>;
|
|
851
|
+
errorText?: string | undefined;
|
|
852
|
+
errorTextChanged(_: string, newErrorText: string | undefined): void;
|
|
853
|
+
"__#4@#blockValidateCalls": boolean;
|
|
854
|
+
"__#4@#originalValidateFn": () => void;
|
|
855
|
+
"__#4@#forceCustomError"(errorMessage: string): void;
|
|
856
|
+
"__#4@#clearCustomErrorAndRevalidate"(): void;
|
|
857
|
+
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
858
|
+
readonly locale: import("../../localization/Locale").Locale;
|
|
859
|
+
} & import("../picker-field").PickerField>>(Base: T_5) => (abstract new (...args: any[]) => {
|
|
860
|
+
readonly _timeValue: string;
|
|
861
|
+
_withUpdatedTime(timeStr: DateStr): string;
|
|
862
|
+
readonly _resolvedMinTime: string | null;
|
|
863
|
+
readonly _resolvedMaxTime: string | null;
|
|
864
|
+
minutesStep: number | null;
|
|
865
|
+
secondsStep: number | null;
|
|
866
|
+
clock?: "12h" | "24h" | undefined;
|
|
867
|
+
_inlineTimePickerEl: InlineTimePicker;
|
|
868
|
+
readonly _displaySeconds: boolean;
|
|
869
|
+
readonly _use12hClock: boolean;
|
|
870
|
+
readonly _timePlaceholder: string;
|
|
871
|
+
"__#23@#clockChangeHandler": {
|
|
872
|
+
handleChange: () => void;
|
|
873
|
+
};
|
|
874
|
+
"__#23@#clockChangeObserver": ExpressionNotifier;
|
|
875
|
+
"__#23@#startObservingClockChanges"(): void;
|
|
876
|
+
"__#23@#stopObservingClockChanges"(): void;
|
|
877
|
+
connectedCallback(): void;
|
|
878
|
+
disconnectedCallback(): void;
|
|
879
|
+
_onPickerButtonClick(): void;
|
|
880
|
+
_onInlineTimePickerChange(event: CustomEvent<string>): void;
|
|
881
|
+
_onInlineTimePickerLastColumnSelected(): void;
|
|
882
|
+
_isValidValue(value: string): boolean;
|
|
883
|
+
_toPresentationValue(value: string): string;
|
|
884
|
+
_parsePresentationValue(presentationValue: string): string;
|
|
885
|
+
_isInternalValueUpdate: boolean;
|
|
886
|
+
valueChanged: ((previous: string, next: string) => void) & ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
887
|
+
_updatePresentationValue: (() => void) & (() => void);
|
|
888
|
+
_updateValueDueToUserInteraction(newValue: string, isIntermediateUpdate: boolean): void;
|
|
889
|
+
_onTextFieldChange: (() => void) & (() => void);
|
|
890
|
+
_onTextFieldInput: ((event: Event) => void) & ((event: Event) => void);
|
|
891
|
+
_isPresentationValueInvalid(): boolean;
|
|
892
|
+
_onClearClick: (() => void) & (() => void);
|
|
893
|
+
readOnly: boolean;
|
|
894
|
+
readOnlyChanged(): void;
|
|
895
|
+
_textFieldEl: import("../../..").VwcTextFieldElement;
|
|
896
|
+
_dialogEl: HTMLElement;
|
|
897
|
+
_pickerButtonEl: import("../../..").VwcButtonElement;
|
|
898
|
+
"__#20@#onFocusIn": () => void;
|
|
899
|
+
"__#20@#onFocusOut": () => void;
|
|
900
|
+
proxy: HTMLInputElement;
|
|
901
|
+
validate(): void;
|
|
902
|
+
_getCustomValidationError(): string | null;
|
|
903
|
+
"__#20@#localeChangeHandler": {
|
|
904
|
+
handleChange: () => void;
|
|
905
|
+
};
|
|
906
|
+
"__#20@#localeChangeObserver": ExpressionNotifier<any, any, any>;
|
|
907
|
+
"__#20@#startObservingLocaleChanges"(): void;
|
|
908
|
+
"__#20@#stopObservingLocaleChanges"(): void;
|
|
909
|
+
_popupOpen: boolean;
|
|
910
|
+
"__#20@#dismissOnClickOutside": (event: MouseEvent) => void;
|
|
911
|
+
"__#20@#openPopupIfPossible"(): void;
|
|
912
|
+
_closePopup(restoreFocusToTextField?: boolean): void;
|
|
913
|
+
_onBaseKeyDown(event: KeyboardEvent): boolean;
|
|
914
|
+
_focusableElsWithinDialog(): NodeListOf<HTMLElement>;
|
|
915
|
+
readonly _dialogLabel: string;
|
|
916
|
+
_presentationValue: string;
|
|
917
|
+
_presentationValueChanged(): void;
|
|
918
|
+
readonly _textFieldPlaceholder: string;
|
|
919
|
+
_textFieldSize?: string | undefined;
|
|
920
|
+
readonly _pickerButtonLabel: string;
|
|
921
|
+
readonly _pickerButtonIcon: string;
|
|
922
|
+
_onOkClick(): void;
|
|
923
|
+
_contextualHelpSlottedContent?: HTMLElement[] | undefined;
|
|
924
|
+
readonly _hasContextualHelp: boolean;
|
|
925
|
+
_isFromContextualHelp(e: Event): boolean;
|
|
926
|
+
label?: string | undefined;
|
|
927
|
+
errorValidationMessage: string;
|
|
928
|
+
forceErrorDisplay: boolean;
|
|
929
|
+
hasBeenTouched: boolean;
|
|
930
|
+
"__#3@#handleInvalidEvent": (() => void) & (() => void);
|
|
931
|
+
formResetCallback: (() => void) & (() => void) & (() => void) & (() => void);
|
|
932
|
+
readonly validity: ValidityState;
|
|
933
|
+
readonly form: HTMLFormElement | null;
|
|
934
|
+
readonly validationMessage: string;
|
|
935
|
+
readonly willValidate: boolean;
|
|
936
|
+
readonly labels: readonly Node[];
|
|
937
|
+
dirtyValue: boolean;
|
|
938
|
+
proxySlot?: HTMLSlotElement | undefined;
|
|
939
|
+
value: string;
|
|
940
|
+
currentValue: string;
|
|
941
|
+
initialValue: string;
|
|
942
|
+
initialValueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
943
|
+
disabled: boolean;
|
|
944
|
+
disabledChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
945
|
+
name: string;
|
|
946
|
+
nameChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
947
|
+
required: boolean;
|
|
948
|
+
requiredChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
949
|
+
readonly elementInternals: ElementInternals | null;
|
|
950
|
+
proxyEventsToBlock: string[];
|
|
951
|
+
checkValidity: (() => boolean) & (() => boolean);
|
|
952
|
+
reportValidity: (() => boolean) & (() => boolean);
|
|
953
|
+
setValidity: ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void) & ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void);
|
|
954
|
+
formDisabledCallback: ((disabled: boolean) => void) & ((disabled: boolean) => void);
|
|
955
|
+
proxyInitialized: boolean;
|
|
956
|
+
attachProxy: (() => void) & (() => void);
|
|
957
|
+
detachProxy: (() => void) & (() => void);
|
|
958
|
+
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);
|
|
959
|
+
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
960
|
+
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
1312
961
|
_vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
|
|
1313
|
-
readonly $fastController: import("@microsoft/fast-element").
|
|
962
|
+
readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
|
|
1314
963
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
1315
|
-
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
964
|
+
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
1316
965
|
accessKey: string;
|
|
1317
966
|
readonly accessKeyLabel: string;
|
|
1318
967
|
autocapitalize: string;
|
|
@@ -1680,47 +1329,404 @@ export declare const TimeSelectionPicker: <T_5 extends AbstractConstructor<{
|
|
|
1680
1329
|
fromDeprecated: (v: any) => any;
|
|
1681
1330
|
toDeprecated?: ((v: any) => any) | undefined;
|
|
1682
1331
|
}): void;
|
|
1332
|
+
helperText?: string | undefined;
|
|
1333
|
+
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
1334
|
+
readonly _feedbackDescribedBy: string;
|
|
1335
|
+
_internalFeedback(): {
|
|
1336
|
+
type: import("../../feedback/feedback-message").FeedbackType;
|
|
1337
|
+
message: string;
|
|
1338
|
+
};
|
|
1339
|
+
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
1340
|
+
_getFeedbackTemplate(ctx: import("../../design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<{
|
|
1341
|
+
helperText?: string | undefined;
|
|
1342
|
+
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
1343
|
+
readonly _feedbackDescribedBy: string;
|
|
1344
|
+
_internalFeedback(): {
|
|
1345
|
+
type: import("../../feedback/feedback-message").FeedbackType;
|
|
1346
|
+
message: string;
|
|
1347
|
+
};
|
|
1348
|
+
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
1349
|
+
_getFeedbackTemplate(ctx: import("../../design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
1350
|
+
connectedCallback(): void;
|
|
1351
|
+
_vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
|
|
1352
|
+
readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
|
|
1353
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
1354
|
+
disconnectedCallback(): void;
|
|
1355
|
+
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
1356
|
+
accessKey: string;
|
|
1357
|
+
readonly accessKeyLabel: string;
|
|
1358
|
+
autocapitalize: string;
|
|
1359
|
+
dir: string;
|
|
1360
|
+
draggable: boolean;
|
|
1361
|
+
hidden: boolean;
|
|
1362
|
+
inert: boolean;
|
|
1363
|
+
innerText: string;
|
|
1364
|
+
lang: string;
|
|
1365
|
+
readonly offsetHeight: number;
|
|
1366
|
+
readonly offsetLeft: number;
|
|
1367
|
+
readonly offsetParent: Element | null;
|
|
1368
|
+
readonly offsetTop: number;
|
|
1369
|
+
readonly offsetWidth: number;
|
|
1370
|
+
outerText: string;
|
|
1371
|
+
spellcheck: boolean;
|
|
1372
|
+
title: string;
|
|
1373
|
+
translate: boolean;
|
|
1374
|
+
attachInternals(): ElementInternals;
|
|
1375
|
+
click(): void;
|
|
1376
|
+
addEventListener<K_17 extends keyof HTMLElementEventMap>(type: K_17, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_17]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
1377
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
1378
|
+
removeEventListener<K_18 extends keyof HTMLElementEventMap>(type: K_18, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_18]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
1379
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
1380
|
+
readonly attributes: NamedNodeMap;
|
|
1381
|
+
readonly classList: DOMTokenList;
|
|
1382
|
+
className: string;
|
|
1383
|
+
readonly clientHeight: number;
|
|
1384
|
+
readonly clientLeft: number;
|
|
1385
|
+
readonly clientTop: number;
|
|
1386
|
+
readonly clientWidth: number;
|
|
1387
|
+
id: string;
|
|
1388
|
+
readonly localName: string;
|
|
1389
|
+
readonly namespaceURI: string | null;
|
|
1390
|
+
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
1391
|
+
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
1392
|
+
outerHTML: string;
|
|
1393
|
+
readonly ownerDocument: Document;
|
|
1394
|
+
readonly part: DOMTokenList;
|
|
1395
|
+
readonly prefix: string | null;
|
|
1396
|
+
readonly scrollHeight: number;
|
|
1397
|
+
scrollLeft: number;
|
|
1398
|
+
scrollTop: number;
|
|
1399
|
+
readonly scrollWidth: number;
|
|
1400
|
+
readonly shadowRoot: ShadowRoot | null;
|
|
1401
|
+
slot: string;
|
|
1402
|
+
readonly tagName: string;
|
|
1403
|
+
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1404
|
+
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
1405
|
+
closest<K_19 extends keyof HTMLElementTagNameMap>(selector: K_19): HTMLElementTagNameMap[K_19] | null;
|
|
1406
|
+
closest<K_20 extends keyof SVGElementTagNameMap>(selector: K_20): SVGElementTagNameMap[K_20] | null;
|
|
1407
|
+
closest<K_21 extends keyof MathMLElementTagNameMap>(selector: K_21): MathMLElementTagNameMap[K_21] | null;
|
|
1408
|
+
closest<E_3 extends Element = Element>(selectors: string): E_3 | null;
|
|
1409
|
+
getAttribute(qualifiedName: string): string | null;
|
|
1410
|
+
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
1411
|
+
getAttributeNames(): string[];
|
|
1412
|
+
getAttributeNode(qualifiedName: string): Attr | null;
|
|
1413
|
+
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
1414
|
+
getBoundingClientRect(): DOMRect;
|
|
1415
|
+
getClientRects(): DOMRectList;
|
|
1416
|
+
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
1417
|
+
getElementsByTagName<K_22 extends keyof HTMLElementTagNameMap>(qualifiedName: K_22): HTMLCollectionOf<HTMLElementTagNameMap[K_22]>;
|
|
1418
|
+
getElementsByTagName<K_23 extends keyof SVGElementTagNameMap>(qualifiedName: K_23): HTMLCollectionOf<SVGElementTagNameMap[K_23]>;
|
|
1419
|
+
getElementsByTagName<K_24 extends keyof MathMLElementTagNameMap>(qualifiedName: K_24): HTMLCollectionOf<MathMLElementTagNameMap[K_24]>;
|
|
1420
|
+
getElementsByTagName<K_25 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_25): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_25]>;
|
|
1421
|
+
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1422
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1423
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
1424
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
1425
|
+
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
1426
|
+
hasAttribute(qualifiedName: string): boolean;
|
|
1427
|
+
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
1428
|
+
hasAttributes(): boolean;
|
|
1429
|
+
hasPointerCapture(pointerId: number): boolean;
|
|
1430
|
+
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
1431
|
+
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
1432
|
+
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
1433
|
+
matches(selectors: string): boolean;
|
|
1434
|
+
releasePointerCapture(pointerId: number): void;
|
|
1435
|
+
removeAttribute(qualifiedName: string): void;
|
|
1436
|
+
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
1437
|
+
removeAttributeNode(attr: Attr): Attr;
|
|
1438
|
+
requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
|
|
1439
|
+
requestPointerLock(): void;
|
|
1440
|
+
scroll(options?: ScrollToOptions | undefined): void;
|
|
1441
|
+
scroll(x: number, y: number): void;
|
|
1442
|
+
scrollBy(options?: ScrollToOptions | undefined): void;
|
|
1443
|
+
scrollBy(x: number, y: number): void;
|
|
1444
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
|
|
1445
|
+
scrollTo(options?: ScrollToOptions | undefined): void;
|
|
1446
|
+
scrollTo(x: number, y: number): void;
|
|
1447
|
+
setAttribute(qualifiedName: string, value: string): void;
|
|
1448
|
+
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
1449
|
+
setAttributeNode(attr: Attr): Attr | null;
|
|
1450
|
+
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
1451
|
+
setPointerCapture(pointerId: number): void;
|
|
1452
|
+
toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
|
|
1453
|
+
webkitMatchesSelector(selectors: string): boolean;
|
|
1454
|
+
readonly baseURI: string;
|
|
1455
|
+
readonly childNodes: NodeListOf<ChildNode>;
|
|
1456
|
+
readonly firstChild: ChildNode | null;
|
|
1457
|
+
readonly isConnected: boolean;
|
|
1458
|
+
readonly lastChild: ChildNode | null;
|
|
1459
|
+
readonly nextSibling: ChildNode | null;
|
|
1460
|
+
readonly nodeName: string;
|
|
1461
|
+
readonly nodeType: number;
|
|
1462
|
+
nodeValue: string | null;
|
|
1463
|
+
readonly parentElement: HTMLElement | null;
|
|
1464
|
+
readonly parentNode: ParentNode | null;
|
|
1465
|
+
readonly previousSibling: ChildNode | null;
|
|
1466
|
+
textContent: string | null;
|
|
1467
|
+
appendChild<T extends Node>(node: T): T;
|
|
1468
|
+
cloneNode(deep?: boolean | undefined): Node;
|
|
1469
|
+
compareDocumentPosition(other: Node): number;
|
|
1470
|
+
contains(other: Node | null): boolean;
|
|
1471
|
+
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
1472
|
+
hasChildNodes(): boolean;
|
|
1473
|
+
insertBefore<T_4 extends Node>(node: T_4, child: Node | null): T_4;
|
|
1474
|
+
isDefaultNamespace(namespace: string | null): boolean;
|
|
1475
|
+
isEqualNode(otherNode: Node | null): boolean;
|
|
1476
|
+
isSameNode(otherNode: Node | null): boolean;
|
|
1477
|
+
lookupNamespaceURI(prefix: string | null): string | null;
|
|
1478
|
+
lookupPrefix(namespace: string | null): string | null;
|
|
1479
|
+
normalize(): void;
|
|
1480
|
+
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
1481
|
+
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
1482
|
+
readonly ELEMENT_NODE: 1;
|
|
1483
|
+
readonly ATTRIBUTE_NODE: 2;
|
|
1484
|
+
readonly TEXT_NODE: 3;
|
|
1485
|
+
readonly CDATA_SECTION_NODE: 4;
|
|
1486
|
+
readonly ENTITY_REFERENCE_NODE: 5;
|
|
1487
|
+
readonly ENTITY_NODE: 6;
|
|
1488
|
+
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
1489
|
+
readonly COMMENT_NODE: 8;
|
|
1490
|
+
readonly DOCUMENT_NODE: 9;
|
|
1491
|
+
readonly DOCUMENT_TYPE_NODE: 10;
|
|
1492
|
+
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
1493
|
+
readonly NOTATION_NODE: 12;
|
|
1494
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
1495
|
+
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
1496
|
+
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
1497
|
+
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
1498
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
1499
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
1500
|
+
dispatchEvent(event: Event): boolean;
|
|
1501
|
+
ariaAtomic: string | null;
|
|
1502
|
+
ariaAutoComplete: string | null;
|
|
1503
|
+
ariaBusy: string | null;
|
|
1504
|
+
ariaChecked: string | null;
|
|
1505
|
+
ariaColCount: string | null;
|
|
1506
|
+
ariaColIndex: string | null;
|
|
1507
|
+
ariaColSpan: string | null;
|
|
1508
|
+
ariaCurrent: string | null;
|
|
1509
|
+
ariaDisabled: string | null;
|
|
1510
|
+
ariaExpanded: string | null;
|
|
1511
|
+
ariaHasPopup: string | null;
|
|
1512
|
+
ariaHidden: string | null;
|
|
1513
|
+
ariaInvalid: string | null;
|
|
1514
|
+
ariaKeyShortcuts: string | null;
|
|
1515
|
+
ariaLabel: string | null;
|
|
1516
|
+
ariaLevel: string | null;
|
|
1517
|
+
ariaLive: string | null;
|
|
1518
|
+
ariaModal: string | null;
|
|
1519
|
+
ariaMultiLine: string | null;
|
|
1520
|
+
ariaMultiSelectable: string | null;
|
|
1521
|
+
ariaOrientation: string | null;
|
|
1522
|
+
ariaPlaceholder: string | null;
|
|
1523
|
+
ariaPosInSet: string | null;
|
|
1524
|
+
ariaPressed: string | null;
|
|
1525
|
+
ariaReadOnly: string | null;
|
|
1526
|
+
ariaRequired: string | null;
|
|
1527
|
+
ariaRoleDescription: string | null;
|
|
1528
|
+
ariaRowCount: string | null;
|
|
1529
|
+
ariaRowIndex: string | null;
|
|
1530
|
+
ariaRowSpan: string | null;
|
|
1531
|
+
ariaSelected: string | null;
|
|
1532
|
+
ariaSetSize: string | null;
|
|
1533
|
+
ariaSort: string | null;
|
|
1534
|
+
ariaValueMax: string | null;
|
|
1535
|
+
ariaValueMin: string | null;
|
|
1536
|
+
ariaValueNow: string | null;
|
|
1537
|
+
ariaValueText: string | null;
|
|
1538
|
+
role: string | null;
|
|
1539
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
|
|
1540
|
+
getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
|
|
1541
|
+
after(...nodes: (string | Node)[]): void;
|
|
1542
|
+
before(...nodes: (string | Node)[]): void;
|
|
1543
|
+
remove(): void;
|
|
1544
|
+
replaceWith(...nodes: (string | Node)[]): void;
|
|
1545
|
+
innerHTML: string;
|
|
1546
|
+
readonly nextElementSibling: Element | null;
|
|
1547
|
+
readonly previousElementSibling: Element | null;
|
|
1548
|
+
readonly childElementCount: number;
|
|
1549
|
+
readonly children: HTMLCollection;
|
|
1550
|
+
readonly firstElementChild: Element | null;
|
|
1551
|
+
readonly lastElementChild: Element | null;
|
|
1552
|
+
append(...nodes: (string | Node)[]): void;
|
|
1553
|
+
prepend(...nodes: (string | Node)[]): void;
|
|
1554
|
+
querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
|
|
1555
|
+
querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
|
|
1556
|
+
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
|
|
1557
|
+
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
|
|
1558
|
+
querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
|
|
1559
|
+
querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
|
|
1560
|
+
querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
|
|
1561
|
+
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
1562
|
+
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
1563
|
+
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
1564
|
+
replaceChildren(...nodes: (string | Node)[]): void;
|
|
1565
|
+
readonly assignedSlot: HTMLSlotElement | null;
|
|
1566
|
+
readonly style: CSSStyleDeclaration;
|
|
1567
|
+
contentEditable: string;
|
|
1568
|
+
enterKeyHint: string;
|
|
1569
|
+
inputMode: string;
|
|
1570
|
+
readonly isContentEditable: boolean;
|
|
1571
|
+
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1572
|
+
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1573
|
+
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1574
|
+
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1575
|
+
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1576
|
+
onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1577
|
+
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
1578
|
+
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1579
|
+
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1580
|
+
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1581
|
+
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1582
|
+
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1583
|
+
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1584
|
+
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1585
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1586
|
+
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1587
|
+
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1588
|
+
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1589
|
+
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1590
|
+
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1591
|
+
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1592
|
+
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1593
|
+
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1594
|
+
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1595
|
+
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1596
|
+
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1597
|
+
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1598
|
+
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1599
|
+
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1600
|
+
onerror: OnErrorEventHandler;
|
|
1601
|
+
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1602
|
+
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
1603
|
+
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1604
|
+
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1605
|
+
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1606
|
+
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
1607
|
+
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
1608
|
+
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
1609
|
+
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1610
|
+
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1611
|
+
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1612
|
+
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1613
|
+
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1614
|
+
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1615
|
+
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1616
|
+
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1617
|
+
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1618
|
+
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1619
|
+
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1620
|
+
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1621
|
+
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1622
|
+
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1623
|
+
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1624
|
+
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1625
|
+
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1626
|
+
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1627
|
+
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1628
|
+
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1629
|
+
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1630
|
+
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1631
|
+
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1632
|
+
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1633
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
|
|
1634
|
+
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1635
|
+
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1636
|
+
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1637
|
+
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1638
|
+
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
1639
|
+
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1640
|
+
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1641
|
+
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1642
|
+
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1643
|
+
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1644
|
+
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1645
|
+
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1646
|
+
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
1647
|
+
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1648
|
+
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1649
|
+
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1650
|
+
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1651
|
+
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1652
|
+
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1653
|
+
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1654
|
+
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1655
|
+
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1656
|
+
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1657
|
+
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1658
|
+
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1659
|
+
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1660
|
+
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1661
|
+
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1662
|
+
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1663
|
+
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1664
|
+
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
1665
|
+
autofocus: boolean;
|
|
1666
|
+
readonly dataset: DOMStringMap;
|
|
1667
|
+
nonce?: string | undefined;
|
|
1668
|
+
tabIndex: number;
|
|
1669
|
+
blur(): void;
|
|
1670
|
+
focus(options?: FocusOptions | undefined): void;
|
|
1671
|
+
ariaColIndexText: string | null;
|
|
1672
|
+
ariaDescription: string | null;
|
|
1673
|
+
ariaRowIndexText: string | null;
|
|
1674
|
+
ariaRelevant: string | null;
|
|
1675
|
+
roleChanged(prev: string | null, next: string | null): void;
|
|
1676
|
+
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
1677
|
+
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
1678
|
+
ariaBusyChanged(prev: string | null, next: string | null): void;
|
|
1679
|
+
ariaCheckedChanged(prev: string | null, next: string | null): void;
|
|
1680
|
+
ariaColCountChanged(prev: string | null, next: string | null): void;
|
|
1681
|
+
ariaColIndexChanged(prev: string | null, next: string | null): void;
|
|
1682
|
+
ariaColIndexTextChanged(prev: string | null, next: string | null): void;
|
|
1683
|
+
ariaColSpanChanged(prev: string | null, next: string | null): void;
|
|
1684
|
+
ariaCurrentChanged(prev: string | null, next: string | null): void;
|
|
1685
|
+
ariaDescriptionChanged(prev: string | null, next: string | null): void;
|
|
1686
|
+
ariaDisabledChanged(prev: string | null, next: string | null): void;
|
|
1687
|
+
ariaExpandedChanged(prev: string | null, next: string | null): void;
|
|
1688
|
+
ariaHasPopupChanged(prev: string | null, next: string | null): void;
|
|
1689
|
+
ariaHiddenChanged(prev: string | null, next: string | null): void;
|
|
1690
|
+
ariaInvalidChanged(prev: string | null, next: string | null): void;
|
|
1691
|
+
ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
|
|
1692
|
+
ariaLabelChanged(prev: string | null, next: string | null): void;
|
|
1693
|
+
ariaLevelChanged(prev: string | null, next: string | null): void;
|
|
1694
|
+
ariaLiveChanged(prev: string | null, next: string | null): void;
|
|
1695
|
+
ariaModalChanged(prev: string | null, next: string | null): void;
|
|
1696
|
+
ariaMultiLineChanged(prev: string | null, next: string | null): void;
|
|
1697
|
+
ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
|
|
1698
|
+
ariaOrientationChanged(prev: string | null, next: string | null): void;
|
|
1699
|
+
ariaPlaceholderChanged(prev: string | null, next: string | null): void;
|
|
1700
|
+
ariaPosInSetChanged(prev: string | null, next: string | null): void;
|
|
1701
|
+
ariaPressedChanged(prev: string | null, next: string | null): void;
|
|
1702
|
+
ariaReadOnlyChanged(prev: string | null, next: string | null): void;
|
|
1703
|
+
ariaRequiredChanged(prev: string | null, next: string | null): void;
|
|
1704
|
+
ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
|
|
1705
|
+
ariaRowCountChanged(prev: string | null, next: string | null): void;
|
|
1706
|
+
ariaRowIndexChanged(prev: string | null, next: string | null): void;
|
|
1707
|
+
ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
|
|
1708
|
+
ariaRowSpanChanged(prev: string | null, next: string | null): void;
|
|
1709
|
+
ariaSelectedChanged(prev: string | null, next: string | null): void;
|
|
1710
|
+
ariaSetSizeChanged(prev: string | null, next: string | null): void;
|
|
1711
|
+
ariaSortChanged(prev: string | null, next: string | null): void;
|
|
1712
|
+
ariaValueMaxChanged(prev: string | null, next: string | null): void;
|
|
1713
|
+
ariaValueMinChanged(prev: string | null, next: string | null): void;
|
|
1714
|
+
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
1715
|
+
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
1716
|
+
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
1717
|
+
"__#1@#handleReplacedProp"(replacedProp: {
|
|
1718
|
+
newPropertyName: string;
|
|
1719
|
+
deprecatedPropertyName: string;
|
|
1720
|
+
fromDeprecated: (v: any) => any;
|
|
1721
|
+
toDeprecated?: ((v: any) => any) | undefined;
|
|
1722
|
+
}): void;
|
|
1723
|
+
}, any>;
|
|
1683
1724
|
errorText?: string | undefined;
|
|
1684
1725
|
errorTextChanged(_: string, newErrorText: string | undefined): void;
|
|
1685
1726
|
"__#4@#blockValidateCalls": boolean;
|
|
1686
1727
|
"__#4@#originalValidateFn": () => void;
|
|
1687
1728
|
"__#4@#forceCustomError"(errorMessage: string): void;
|
|
1688
1729
|
"__#4@#clearCustomErrorAndRevalidate"(): void;
|
|
1689
|
-
label?: string | undefined;
|
|
1690
|
-
errorValidationMessage: string;
|
|
1691
|
-
forceErrorDisplay: boolean;
|
|
1692
|
-
hasBeenTouched: boolean;
|
|
1693
|
-
"__#3@#handleInvalidEvent": (() => void) & (() => void);
|
|
1694
|
-
formResetCallback: (() => void) & (() => void) & (() => void) & (() => void);
|
|
1695
|
-
readonly validity: ValidityState;
|
|
1696
|
-
readonly form: HTMLFormElement | null;
|
|
1697
|
-
readonly validationMessage: string;
|
|
1698
|
-
readonly willValidate: boolean;
|
|
1699
|
-
readonly labels: readonly Node[];
|
|
1700
|
-
dirtyValue: boolean;
|
|
1701
|
-
proxySlot?: HTMLSlotElement | undefined;
|
|
1702
|
-
value: string;
|
|
1703
|
-
currentValue: string;
|
|
1704
|
-
initialValue: string;
|
|
1705
|
-
initialValueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
1706
|
-
disabled: boolean;
|
|
1707
|
-
disabledChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
1708
|
-
name: string;
|
|
1709
|
-
nameChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
1710
|
-
required: boolean;
|
|
1711
|
-
requiredChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
1712
|
-
readonly elementInternals: ElementInternals | null;
|
|
1713
|
-
proxyEventsToBlock: string[];
|
|
1714
|
-
checkValidity: (() => boolean) & (() => boolean);
|
|
1715
|
-
reportValidity: (() => boolean) & (() => boolean);
|
|
1716
|
-
setValidity: ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void) & ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void);
|
|
1717
|
-
formDisabledCallback: ((disabled: boolean) => void) & ((disabled: boolean) => void);
|
|
1718
|
-
proxyInitialized: boolean;
|
|
1719
|
-
attachProxy: (() => void) & (() => void);
|
|
1720
|
-
detachProxy: (() => void) & (() => void);
|
|
1721
|
-
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);
|
|
1722
|
-
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
1723
|
-
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
1724
1730
|
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
1725
1731
|
readonly locale: import("../../localization/Locale").Locale;
|
|
1726
1732
|
}) & T_5;
|