@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,15 +1,22 @@
|
|
|
1
1
|
import type { Placement } from '@floating-ui/dom';
|
|
2
2
|
import { VividElement } from '../../shared/foundation/vivid-element/vivid-element';
|
|
3
|
-
import { type ColorSwatch } from '../../shared/color-picker';
|
|
4
3
|
declare const SimpleColorPicker_base: {
|
|
5
4
|
new (...args: any[]): {
|
|
6
|
-
|
|
5
|
+
anchor?: (string | HTMLElement) | undefined;
|
|
6
|
+
anchorChanged(): void;
|
|
7
|
+
_slottedAnchor?: HTMLElement[] | undefined;
|
|
8
|
+
_slottedAnchorChanged(): void;
|
|
9
|
+
_anchorEl?: HTMLElement | undefined;
|
|
10
|
+
"__#9@#updateAnchorEl": () => void;
|
|
11
|
+
"__#9@#observer"?: MutationObserver | undefined;
|
|
12
|
+
"__#9@#observeMissingAnchor": (anchorId: string) => void;
|
|
13
|
+
"__#9@#cleanupObserverIfNeeded": () => void;
|
|
7
14
|
connectedCallback(): void;
|
|
15
|
+
disconnectedCallback(): void;
|
|
8
16
|
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
9
|
-
readonly $fastController: import("@microsoft/fast-element").
|
|
17
|
+
readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
|
|
10
18
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
11
|
-
|
|
12
|
-
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
19
|
+
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
13
20
|
accessKey: string;
|
|
14
21
|
readonly accessKeyLabel: string;
|
|
15
22
|
autocapitalize: string;
|
|
@@ -380,21 +387,28 @@ declare const SimpleColorPicker_base: {
|
|
|
380
387
|
};
|
|
381
388
|
} & {
|
|
382
389
|
new (...args: any[]): {
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
_slottedAnchorChanged(): void;
|
|
387
|
-
_anchorEl?: HTMLElement | undefined;
|
|
388
|
-
"__#9@#updateAnchorEl": () => void;
|
|
389
|
-
"__#9@#observer"?: MutationObserver | undefined;
|
|
390
|
-
"__#9@#observeMissingAnchor": (anchorId: string) => void;
|
|
391
|
-
"__#9@#cleanupObserverIfNeeded": () => void;
|
|
390
|
+
proxy: HTMLInputElement;
|
|
391
|
+
open: boolean;
|
|
392
|
+
swatches: import("../../shared/color-picker").ColorSwatch[];
|
|
392
393
|
connectedCallback(): void;
|
|
393
|
-
|
|
394
|
+
_canvasColor: string;
|
|
395
|
+
_refreshCanvasColor(): void;
|
|
396
|
+
_applyContrastClass(color: string, threshold?: number): boolean;
|
|
397
|
+
_getRowLength(): number;
|
|
398
|
+
_handleSwatchSelection(value: string): void;
|
|
399
|
+
_handleColorSaving(): void;
|
|
400
|
+
_getFocusReturnEl(): HTMLElement | null;
|
|
401
|
+
_returnFocusToAnchor(): void;
|
|
402
|
+
_getGridCells(): HTMLElement[];
|
|
403
|
+
_handleCellKeydown(event: KeyboardEvent, value: string, index: number, isSaveCell?: boolean | undefined): boolean;
|
|
404
|
+
_focusSwatchByIndex(index: number): void;
|
|
405
|
+
_renderColorSwatch(iconTag: import("@microsoft/fast-element").InlineTemplateDirective): import("@microsoft/fast-element").ViewTemplate<import("../../shared/color-picker").ColorSwatch, any>;
|
|
406
|
+
readonly locale: import("../../shared/localization/Locale").Locale;
|
|
394
407
|
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
395
|
-
readonly $fastController: import("@microsoft/fast-element").
|
|
408
|
+
readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
|
|
396
409
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
397
|
-
|
|
410
|
+
disconnectedCallback: (() => void) & (() => void) & (() => void);
|
|
411
|
+
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
398
412
|
accessKey: string;
|
|
399
413
|
readonly accessKeyLabel: string;
|
|
400
414
|
autocapitalize: string;
|
|
@@ -762,19 +776,13 @@ declare const SimpleColorPicker_base: {
|
|
|
762
776
|
fromDeprecated: (v: any) => any;
|
|
763
777
|
toDeprecated?: ((v: any) => any) | undefined;
|
|
764
778
|
}): void;
|
|
765
|
-
};
|
|
766
|
-
} & {
|
|
767
|
-
new (...args: any[]): {
|
|
768
779
|
label?: string | undefined;
|
|
769
780
|
errorValidationMessage: string;
|
|
770
781
|
forceErrorDisplay: boolean;
|
|
771
782
|
hasBeenTouched: boolean;
|
|
772
|
-
connectedCallback(): void;
|
|
773
783
|
"__#3@#handleInvalidEvent": () => void;
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
validate(): void;
|
|
777
|
-
proxy: import("../../shared/foundation/form-associated/form-associated").ProxyElement;
|
|
784
|
+
formResetCallback: (() => void) & (() => void);
|
|
785
|
+
validate: (() => void) & ((anchor?: HTMLElement | undefined) => void);
|
|
778
786
|
readonly validity: ValidityState;
|
|
779
787
|
readonly form: HTMLFormElement | null;
|
|
780
788
|
readonly validationMessage: string;
|
|
@@ -783,816 +791,34 @@ declare const SimpleColorPicker_base: {
|
|
|
783
791
|
dirtyValue: boolean;
|
|
784
792
|
proxySlot?: HTMLSlotElement | undefined;
|
|
785
793
|
value: string;
|
|
786
|
-
valueChanged(_previous: string, _next: string): void;
|
|
794
|
+
valueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
787
795
|
currentValue: string;
|
|
788
796
|
initialValue: string;
|
|
789
|
-
initialValueChanged(_previous: string, _next: string): void;
|
|
797
|
+
initialValueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
790
798
|
disabled: boolean;
|
|
791
|
-
disabledChanged(_previous: boolean, _next: boolean): void;
|
|
799
|
+
disabledChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
792
800
|
name: string;
|
|
793
|
-
nameChanged(_previous: string, _next: string): void;
|
|
801
|
+
nameChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
794
802
|
required: boolean;
|
|
795
|
-
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
803
|
+
requiredChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
796
804
|
readonly elementInternals: ElementInternals | null;
|
|
797
805
|
proxyEventsToBlock: string[];
|
|
798
|
-
checkValidity()
|
|
799
|
-
reportValidity()
|
|
800
|
-
setValidity(flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined): void;
|
|
801
|
-
formDisabledCallback(disabled: boolean): void;
|
|
806
|
+
checkValidity: (() => boolean) & (() => boolean);
|
|
807
|
+
reportValidity: (() => boolean) & (() => boolean);
|
|
808
|
+
setValidity: ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void) & ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void);
|
|
809
|
+
formDisabledCallback: ((disabled: boolean) => void) & ((disabled: boolean) => void);
|
|
802
810
|
proxyInitialized: boolean;
|
|
803
|
-
attachProxy()
|
|
804
|
-
detachProxy()
|
|
805
|
-
setFormValue(value: string | File | FormData | null, state?: string | File | FormData | null | undefined): void;
|
|
806
|
-
_keypressHandler(e: KeyboardEvent): void;
|
|
807
|
-
stopPropagation(e: Event): void;
|
|
808
|
-
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
809
|
-
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
810
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
811
|
-
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
812
|
-
accessKey: string;
|
|
813
|
-
readonly accessKeyLabel: string;
|
|
814
|
-
autocapitalize: string;
|
|
815
|
-
dir: string;
|
|
816
|
-
draggable: boolean;
|
|
817
|
-
hidden: boolean;
|
|
818
|
-
inert: boolean;
|
|
819
|
-
innerText: string;
|
|
820
|
-
lang: string;
|
|
821
|
-
readonly offsetHeight: number;
|
|
822
|
-
readonly offsetLeft: number;
|
|
823
|
-
readonly offsetParent: Element | null;
|
|
824
|
-
readonly offsetTop: number;
|
|
825
|
-
readonly offsetWidth: number;
|
|
826
|
-
outerText: string;
|
|
827
|
-
spellcheck: boolean;
|
|
828
|
-
title: string;
|
|
829
|
-
translate: boolean;
|
|
830
|
-
attachInternals(): ElementInternals;
|
|
831
|
-
click(): void;
|
|
832
|
-
addEventListener<K_26 extends keyof HTMLElementEventMap>(type: K_26, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_26]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
833
|
-
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
834
|
-
removeEventListener<K_27 extends keyof HTMLElementEventMap>(type: K_27, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_27]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
835
|
-
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
836
|
-
readonly attributes: NamedNodeMap;
|
|
837
|
-
readonly classList: DOMTokenList;
|
|
838
|
-
className: string;
|
|
839
|
-
readonly clientHeight: number;
|
|
840
|
-
readonly clientLeft: number;
|
|
841
|
-
readonly clientTop: number;
|
|
842
|
-
readonly clientWidth: number;
|
|
843
|
-
id: string;
|
|
844
|
-
readonly localName: string;
|
|
845
|
-
readonly namespaceURI: string | null;
|
|
846
|
-
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
847
|
-
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
848
|
-
outerHTML: string;
|
|
849
|
-
readonly ownerDocument: Document;
|
|
850
|
-
readonly part: DOMTokenList;
|
|
851
|
-
readonly prefix: string | null;
|
|
852
|
-
readonly scrollHeight: number;
|
|
853
|
-
scrollLeft: number;
|
|
854
|
-
scrollTop: number;
|
|
855
|
-
readonly scrollWidth: number;
|
|
856
|
-
readonly shadowRoot: ShadowRoot | null;
|
|
857
|
-
slot: string;
|
|
858
|
-
readonly tagName: string;
|
|
859
|
-
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
860
|
-
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
861
|
-
closest<K_28 extends keyof HTMLElementTagNameMap>(selector: K_28): HTMLElementTagNameMap[K_28] | null;
|
|
862
|
-
closest<K_29 extends keyof SVGElementTagNameMap>(selector: K_29): SVGElementTagNameMap[K_29] | null;
|
|
863
|
-
closest<K_30 extends keyof MathMLElementTagNameMap>(selector: K_30): MathMLElementTagNameMap[K_30] | null;
|
|
864
|
-
closest<E_4 extends Element = Element>(selectors: string): E_4 | null;
|
|
865
|
-
getAttribute(qualifiedName: string): string | null;
|
|
866
|
-
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
867
|
-
getAttributeNames(): string[];
|
|
868
|
-
getAttributeNode(qualifiedName: string): Attr | null;
|
|
869
|
-
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
870
|
-
getBoundingClientRect(): DOMRect;
|
|
871
|
-
getClientRects(): DOMRectList;
|
|
872
|
-
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
873
|
-
getElementsByTagName<K_31 extends keyof HTMLElementTagNameMap>(qualifiedName: K_31): HTMLCollectionOf<HTMLElementTagNameMap[K_31]>;
|
|
874
|
-
getElementsByTagName<K_32 extends keyof SVGElementTagNameMap>(qualifiedName: K_32): HTMLCollectionOf<SVGElementTagNameMap[K_32]>;
|
|
875
|
-
getElementsByTagName<K_33 extends keyof MathMLElementTagNameMap>(qualifiedName: K_33): HTMLCollectionOf<MathMLElementTagNameMap[K_33]>;
|
|
876
|
-
getElementsByTagName<K_34 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_34): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_34]>;
|
|
877
|
-
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
878
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
879
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
880
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
881
|
-
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
882
|
-
hasAttribute(qualifiedName: string): boolean;
|
|
883
|
-
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
884
|
-
hasAttributes(): boolean;
|
|
885
|
-
hasPointerCapture(pointerId: number): boolean;
|
|
886
|
-
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
887
|
-
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
888
|
-
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
889
|
-
matches(selectors: string): boolean;
|
|
890
|
-
releasePointerCapture(pointerId: number): void;
|
|
891
|
-
removeAttribute(qualifiedName: string): void;
|
|
892
|
-
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
893
|
-
removeAttributeNode(attr: Attr): Attr;
|
|
894
|
-
requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
|
|
895
|
-
requestPointerLock(): void;
|
|
896
|
-
scroll(options?: ScrollToOptions | undefined): void;
|
|
897
|
-
scroll(x: number, y: number): void;
|
|
898
|
-
scrollBy(options?: ScrollToOptions | undefined): void;
|
|
899
|
-
scrollBy(x: number, y: number): void;
|
|
900
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
|
|
901
|
-
scrollTo(options?: ScrollToOptions | undefined): void;
|
|
902
|
-
scrollTo(x: number, y: number): void;
|
|
903
|
-
setAttribute(qualifiedName: string, value: string): void;
|
|
904
|
-
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
905
|
-
setAttributeNode(attr: Attr): Attr | null;
|
|
906
|
-
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
907
|
-
setPointerCapture(pointerId: number): void;
|
|
908
|
-
toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
|
|
909
|
-
webkitMatchesSelector(selectors: string): boolean;
|
|
910
|
-
readonly baseURI: string;
|
|
911
|
-
readonly childNodes: NodeListOf<ChildNode>;
|
|
912
|
-
readonly firstChild: ChildNode | null;
|
|
913
|
-
readonly isConnected: boolean;
|
|
914
|
-
readonly lastChild: ChildNode | null;
|
|
915
|
-
readonly nextSibling: ChildNode | null;
|
|
916
|
-
readonly nodeName: string;
|
|
917
|
-
readonly nodeType: number;
|
|
918
|
-
nodeValue: string | null;
|
|
919
|
-
readonly parentElement: HTMLElement | null;
|
|
920
|
-
readonly parentNode: ParentNode | null;
|
|
921
|
-
readonly previousSibling: ChildNode | null;
|
|
922
|
-
textContent: string | null;
|
|
923
|
-
appendChild<T extends Node>(node: T): T;
|
|
924
|
-
cloneNode(deep?: boolean | undefined): Node;
|
|
925
|
-
compareDocumentPosition(other: Node): number;
|
|
926
|
-
contains(other: Node | null): boolean;
|
|
927
|
-
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
928
|
-
hasChildNodes(): boolean;
|
|
929
|
-
insertBefore<T_5 extends Node>(node: T_5, child: Node | null): T_5;
|
|
930
|
-
isDefaultNamespace(namespace: string | null): boolean;
|
|
931
|
-
isEqualNode(otherNode: Node | null): boolean;
|
|
932
|
-
isSameNode(otherNode: Node | null): boolean;
|
|
933
|
-
lookupNamespaceURI(prefix: string | null): string | null;
|
|
934
|
-
lookupPrefix(namespace: string | null): string | null;
|
|
935
|
-
normalize(): void;
|
|
936
|
-
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
937
|
-
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
938
|
-
readonly ELEMENT_NODE: 1;
|
|
939
|
-
readonly ATTRIBUTE_NODE: 2;
|
|
940
|
-
readonly TEXT_NODE: 3;
|
|
941
|
-
readonly CDATA_SECTION_NODE: 4;
|
|
942
|
-
readonly ENTITY_REFERENCE_NODE: 5;
|
|
943
|
-
readonly ENTITY_NODE: 6;
|
|
944
|
-
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
945
|
-
readonly COMMENT_NODE: 8;
|
|
946
|
-
readonly DOCUMENT_NODE: 9;
|
|
947
|
-
readonly DOCUMENT_TYPE_NODE: 10;
|
|
948
|
-
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
949
|
-
readonly NOTATION_NODE: 12;
|
|
950
|
-
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
951
|
-
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
952
|
-
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
953
|
-
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
954
|
-
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
955
|
-
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
956
|
-
dispatchEvent(event: Event): boolean;
|
|
957
|
-
ariaAtomic: string | null;
|
|
958
|
-
ariaAutoComplete: string | null;
|
|
959
|
-
ariaBusy: string | null;
|
|
960
|
-
ariaChecked: string | null;
|
|
961
|
-
ariaColCount: string | null;
|
|
962
|
-
ariaColIndex: string | null;
|
|
963
|
-
ariaColSpan: string | null;
|
|
964
|
-
ariaCurrent: string | null;
|
|
965
|
-
ariaDisabled: string | null;
|
|
966
|
-
ariaExpanded: string | null;
|
|
967
|
-
ariaHasPopup: string | null;
|
|
968
|
-
ariaHidden: string | null;
|
|
969
|
-
ariaInvalid: string | null;
|
|
970
|
-
ariaKeyShortcuts: string | null;
|
|
971
|
-
ariaLabel: string | null;
|
|
972
|
-
ariaLevel: string | null;
|
|
973
|
-
ariaLive: string | null;
|
|
974
|
-
ariaModal: string | null;
|
|
975
|
-
ariaMultiLine: string | null;
|
|
976
|
-
ariaMultiSelectable: string | null;
|
|
977
|
-
ariaOrientation: string | null;
|
|
978
|
-
ariaPlaceholder: string | null;
|
|
979
|
-
ariaPosInSet: string | null;
|
|
980
|
-
ariaPressed: string | null;
|
|
981
|
-
ariaReadOnly: string | null;
|
|
982
|
-
ariaRequired: string | null;
|
|
983
|
-
ariaRoleDescription: string | null;
|
|
984
|
-
ariaRowCount: string | null;
|
|
985
|
-
ariaRowIndex: string | null;
|
|
986
|
-
ariaRowSpan: string | null;
|
|
987
|
-
ariaSelected: string | null;
|
|
988
|
-
ariaSetSize: string | null;
|
|
989
|
-
ariaSort: string | null;
|
|
990
|
-
ariaValueMax: string | null;
|
|
991
|
-
ariaValueMin: string | null;
|
|
992
|
-
ariaValueNow: string | null;
|
|
993
|
-
ariaValueText: string | null;
|
|
994
|
-
role: string | null;
|
|
995
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
|
|
996
|
-
getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
|
|
997
|
-
after(...nodes: (string | Node)[]): void;
|
|
998
|
-
before(...nodes: (string | Node)[]): void;
|
|
999
|
-
remove(): void;
|
|
1000
|
-
replaceWith(...nodes: (string | Node)[]): void;
|
|
1001
|
-
innerHTML: string;
|
|
1002
|
-
readonly nextElementSibling: Element | null;
|
|
1003
|
-
readonly previousElementSibling: Element | null;
|
|
1004
|
-
readonly childElementCount: number;
|
|
1005
|
-
readonly children: HTMLCollection;
|
|
1006
|
-
readonly firstElementChild: Element | null;
|
|
1007
|
-
readonly lastElementChild: Element | null;
|
|
1008
|
-
append(...nodes: (string | Node)[]): void;
|
|
1009
|
-
prepend(...nodes: (string | Node)[]): void;
|
|
1010
|
-
querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
|
|
1011
|
-
querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
|
|
1012
|
-
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
|
|
1013
|
-
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
|
|
1014
|
-
querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
|
|
1015
|
-
querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
|
|
1016
|
-
querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
|
|
1017
|
-
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
1018
|
-
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
1019
|
-
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
1020
|
-
replaceChildren(...nodes: (string | Node)[]): void;
|
|
1021
|
-
readonly assignedSlot: HTMLSlotElement | null;
|
|
1022
|
-
readonly style: CSSStyleDeclaration;
|
|
1023
|
-
contentEditable: string;
|
|
1024
|
-
enterKeyHint: string;
|
|
1025
|
-
inputMode: string;
|
|
1026
|
-
readonly isContentEditable: boolean;
|
|
1027
|
-
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1028
|
-
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1029
|
-
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1030
|
-
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1031
|
-
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1032
|
-
onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1033
|
-
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
1034
|
-
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1035
|
-
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1036
|
-
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1037
|
-
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1038
|
-
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1039
|
-
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1040
|
-
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1041
|
-
oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1042
|
-
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1043
|
-
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1044
|
-
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1045
|
-
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1046
|
-
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1047
|
-
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1048
|
-
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1049
|
-
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1050
|
-
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1051
|
-
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1052
|
-
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1053
|
-
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1054
|
-
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1055
|
-
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1056
|
-
onerror: OnErrorEventHandler;
|
|
1057
|
-
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1058
|
-
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
1059
|
-
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1060
|
-
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1061
|
-
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1062
|
-
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
1063
|
-
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
1064
|
-
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
1065
|
-
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1066
|
-
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1067
|
-
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1068
|
-
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1069
|
-
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1070
|
-
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1071
|
-
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1072
|
-
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1073
|
-
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1074
|
-
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1075
|
-
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1076
|
-
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1077
|
-
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1078
|
-
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1079
|
-
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1080
|
-
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1081
|
-
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1082
|
-
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1083
|
-
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1084
|
-
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1085
|
-
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1086
|
-
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1087
|
-
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1088
|
-
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1089
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
|
|
1090
|
-
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1091
|
-
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1092
|
-
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1093
|
-
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1094
|
-
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
1095
|
-
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1096
|
-
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1097
|
-
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1098
|
-
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1099
|
-
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1100
|
-
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1101
|
-
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1102
|
-
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
1103
|
-
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1104
|
-
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1105
|
-
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1106
|
-
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1107
|
-
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1108
|
-
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1109
|
-
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1110
|
-
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1111
|
-
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1112
|
-
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1113
|
-
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1114
|
-
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1115
|
-
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1116
|
-
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1117
|
-
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1118
|
-
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1119
|
-
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1120
|
-
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
1121
|
-
autofocus: boolean;
|
|
1122
|
-
readonly dataset: DOMStringMap;
|
|
1123
|
-
nonce?: string | undefined;
|
|
1124
|
-
tabIndex: number;
|
|
1125
|
-
blur(): void;
|
|
1126
|
-
focus(options?: FocusOptions | undefined): void;
|
|
1127
|
-
ariaColIndexText: string | null;
|
|
1128
|
-
ariaDescription: string | null;
|
|
1129
|
-
ariaRowIndexText: string | null;
|
|
1130
|
-
ariaRelevant: string | null;
|
|
1131
|
-
roleChanged(prev: string | null, next: string | null): void;
|
|
1132
|
-
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
1133
|
-
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
1134
|
-
ariaBusyChanged(prev: string | null, next: string | null): void;
|
|
1135
|
-
ariaCheckedChanged(prev: string | null, next: string | null): void;
|
|
1136
|
-
ariaColCountChanged(prev: string | null, next: string | null): void;
|
|
1137
|
-
ariaColIndexChanged(prev: string | null, next: string | null): void;
|
|
1138
|
-
ariaColIndexTextChanged(prev: string | null, next: string | null): void;
|
|
1139
|
-
ariaColSpanChanged(prev: string | null, next: string | null): void;
|
|
1140
|
-
ariaCurrentChanged(prev: string | null, next: string | null): void;
|
|
1141
|
-
ariaDescriptionChanged(prev: string | null, next: string | null): void;
|
|
1142
|
-
ariaDisabledChanged(prev: string | null, next: string | null): void;
|
|
1143
|
-
ariaExpandedChanged(prev: string | null, next: string | null): void;
|
|
1144
|
-
ariaHasPopupChanged(prev: string | null, next: string | null): void;
|
|
1145
|
-
ariaHiddenChanged(prev: string | null, next: string | null): void;
|
|
1146
|
-
ariaInvalidChanged(prev: string | null, next: string | null): void;
|
|
1147
|
-
ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
|
|
1148
|
-
ariaLabelChanged(prev: string | null, next: string | null): void;
|
|
1149
|
-
ariaLevelChanged(prev: string | null, next: string | null): void;
|
|
1150
|
-
ariaLiveChanged(prev: string | null, next: string | null): void;
|
|
1151
|
-
ariaModalChanged(prev: string | null, next: string | null): void;
|
|
1152
|
-
ariaMultiLineChanged(prev: string | null, next: string | null): void;
|
|
1153
|
-
ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
|
|
1154
|
-
ariaOrientationChanged(prev: string | null, next: string | null): void;
|
|
1155
|
-
ariaPlaceholderChanged(prev: string | null, next: string | null): void;
|
|
1156
|
-
ariaPosInSetChanged(prev: string | null, next: string | null): void;
|
|
1157
|
-
ariaPressedChanged(prev: string | null, next: string | null): void;
|
|
1158
|
-
ariaReadOnlyChanged(prev: string | null, next: string | null): void;
|
|
1159
|
-
ariaRequiredChanged(prev: string | null, next: string | null): void;
|
|
1160
|
-
ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
|
|
1161
|
-
ariaRowCountChanged(prev: string | null, next: string | null): void;
|
|
1162
|
-
ariaRowIndexChanged(prev: string | null, next: string | null): void;
|
|
1163
|
-
ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
|
|
1164
|
-
ariaRowSpanChanged(prev: string | null, next: string | null): void;
|
|
1165
|
-
ariaSelectedChanged(prev: string | null, next: string | null): void;
|
|
1166
|
-
ariaSetSizeChanged(prev: string | null, next: string | null): void;
|
|
1167
|
-
ariaSortChanged(prev: string | null, next: string | null): void;
|
|
1168
|
-
ariaValueMaxChanged(prev: string | null, next: string | null): void;
|
|
1169
|
-
ariaValueMinChanged(prev: string | null, next: string | null): void;
|
|
1170
|
-
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
1171
|
-
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
1172
|
-
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
1173
|
-
"__#1@#handleReplacedProp"(replacedProp: {
|
|
1174
|
-
newPropertyName: string;
|
|
1175
|
-
deprecatedPropertyName: string;
|
|
1176
|
-
fromDeprecated: (v: any) => any;
|
|
1177
|
-
toDeprecated?: ((v: any) => any) | undefined;
|
|
1178
|
-
}): void;
|
|
1179
|
-
};
|
|
1180
|
-
} & {
|
|
1181
|
-
new (...args: any[]): {
|
|
1182
|
-
proxy: import("../../shared/foundation/form-associated/form-associated").ProxyElement;
|
|
1183
|
-
readonly validity: ValidityState;
|
|
1184
|
-
readonly form: HTMLFormElement | null;
|
|
1185
|
-
readonly validationMessage: string;
|
|
1186
|
-
readonly willValidate: boolean;
|
|
1187
|
-
readonly labels: readonly Node[];
|
|
1188
|
-
dirtyValue: boolean;
|
|
1189
|
-
proxySlot?: HTMLSlotElement | undefined;
|
|
1190
|
-
value: string;
|
|
1191
|
-
valueChanged(_previous: string, _next: string): void;
|
|
1192
|
-
currentValue: string;
|
|
1193
|
-
initialValue: string;
|
|
1194
|
-
initialValueChanged(_previous: string, _next: string): void;
|
|
1195
|
-
disabled: boolean;
|
|
1196
|
-
disabledChanged(_previous: boolean, _next: boolean): void;
|
|
1197
|
-
name: string;
|
|
1198
|
-
nameChanged(_previous: string, _next: string): void;
|
|
1199
|
-
required: boolean;
|
|
1200
|
-
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
1201
|
-
readonly elementInternals: ElementInternals | null;
|
|
1202
|
-
proxyEventsToBlock: string[];
|
|
1203
|
-
connectedCallback(): void;
|
|
1204
|
-
disconnectedCallback(): void;
|
|
1205
|
-
checkValidity(): boolean;
|
|
1206
|
-
reportValidity(): boolean;
|
|
1207
|
-
setValidity(flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined): void;
|
|
1208
|
-
formDisabledCallback(disabled: boolean): void;
|
|
1209
|
-
formResetCallback(): void;
|
|
1210
|
-
proxyInitialized: boolean;
|
|
1211
|
-
attachProxy(): void;
|
|
1212
|
-
detachProxy(): void;
|
|
1213
|
-
validate(anchor?: HTMLElement | undefined): void;
|
|
1214
|
-
setFormValue(value: string | File | FormData | null, state?: string | File | FormData | null | undefined): void;
|
|
1215
|
-
_keypressHandler(e: KeyboardEvent): void;
|
|
1216
|
-
stopPropagation(e: Event): void;
|
|
1217
|
-
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
1218
|
-
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
1219
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
1220
|
-
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
1221
|
-
accessKey: string;
|
|
1222
|
-
readonly accessKeyLabel: string;
|
|
1223
|
-
autocapitalize: string;
|
|
1224
|
-
dir: string;
|
|
1225
|
-
draggable: boolean;
|
|
1226
|
-
hidden: boolean;
|
|
1227
|
-
inert: boolean;
|
|
1228
|
-
innerText: string;
|
|
1229
|
-
lang: string;
|
|
1230
|
-
readonly offsetHeight: number;
|
|
1231
|
-
readonly offsetLeft: number;
|
|
1232
|
-
readonly offsetParent: Element | null;
|
|
1233
|
-
readonly offsetTop: number;
|
|
1234
|
-
readonly offsetWidth: number;
|
|
1235
|
-
outerText: string;
|
|
1236
|
-
spellcheck: boolean;
|
|
1237
|
-
title: string;
|
|
1238
|
-
translate: boolean;
|
|
1239
|
-
attachInternals(): ElementInternals;
|
|
1240
|
-
click(): void;
|
|
1241
|
-
addEventListener<K_35 extends keyof HTMLElementEventMap>(type: K_35, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_35]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
1242
|
-
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
1243
|
-
removeEventListener<K_36 extends keyof HTMLElementEventMap>(type: K_36, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_36]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
1244
|
-
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
1245
|
-
readonly attributes: NamedNodeMap;
|
|
1246
|
-
readonly classList: DOMTokenList;
|
|
1247
|
-
className: string;
|
|
1248
|
-
readonly clientHeight: number;
|
|
1249
|
-
readonly clientLeft: number;
|
|
1250
|
-
readonly clientTop: number;
|
|
1251
|
-
readonly clientWidth: number;
|
|
1252
|
-
id: string;
|
|
1253
|
-
readonly localName: string;
|
|
1254
|
-
readonly namespaceURI: string | null;
|
|
1255
|
-
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
1256
|
-
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
1257
|
-
outerHTML: string;
|
|
1258
|
-
readonly ownerDocument: Document;
|
|
1259
|
-
readonly part: DOMTokenList;
|
|
1260
|
-
readonly prefix: string | null;
|
|
1261
|
-
readonly scrollHeight: number;
|
|
1262
|
-
scrollLeft: number;
|
|
1263
|
-
scrollTop: number;
|
|
1264
|
-
readonly scrollWidth: number;
|
|
1265
|
-
readonly shadowRoot: ShadowRoot | null;
|
|
1266
|
-
slot: string;
|
|
1267
|
-
readonly tagName: string;
|
|
1268
|
-
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1269
|
-
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
1270
|
-
closest<K_37 extends keyof HTMLElementTagNameMap>(selector: K_37): HTMLElementTagNameMap[K_37] | null;
|
|
1271
|
-
closest<K_38 extends keyof SVGElementTagNameMap>(selector: K_38): SVGElementTagNameMap[K_38] | null;
|
|
1272
|
-
closest<K_39 extends keyof MathMLElementTagNameMap>(selector: K_39): MathMLElementTagNameMap[K_39] | null;
|
|
1273
|
-
closest<E_5 extends Element = Element>(selectors: string): E_5 | null;
|
|
1274
|
-
getAttribute(qualifiedName: string): string | null;
|
|
1275
|
-
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
1276
|
-
getAttributeNames(): string[];
|
|
1277
|
-
getAttributeNode(qualifiedName: string): Attr | null;
|
|
1278
|
-
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
1279
|
-
getBoundingClientRect(): DOMRect;
|
|
1280
|
-
getClientRects(): DOMRectList;
|
|
1281
|
-
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
1282
|
-
getElementsByTagName<K_40 extends keyof HTMLElementTagNameMap>(qualifiedName: K_40): HTMLCollectionOf<HTMLElementTagNameMap[K_40]>;
|
|
1283
|
-
getElementsByTagName<K_41 extends keyof SVGElementTagNameMap>(qualifiedName: K_41): HTMLCollectionOf<SVGElementTagNameMap[K_41]>;
|
|
1284
|
-
getElementsByTagName<K_42 extends keyof MathMLElementTagNameMap>(qualifiedName: K_42): HTMLCollectionOf<MathMLElementTagNameMap[K_42]>;
|
|
1285
|
-
getElementsByTagName<K_43 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_43): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_43]>;
|
|
1286
|
-
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1287
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1288
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
1289
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
1290
|
-
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
1291
|
-
hasAttribute(qualifiedName: string): boolean;
|
|
1292
|
-
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
1293
|
-
hasAttributes(): boolean;
|
|
1294
|
-
hasPointerCapture(pointerId: number): boolean;
|
|
1295
|
-
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
1296
|
-
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
1297
|
-
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
1298
|
-
matches(selectors: string): boolean;
|
|
1299
|
-
releasePointerCapture(pointerId: number): void;
|
|
1300
|
-
removeAttribute(qualifiedName: string): void;
|
|
1301
|
-
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
1302
|
-
removeAttributeNode(attr: Attr): Attr;
|
|
1303
|
-
requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
|
|
1304
|
-
requestPointerLock(): void;
|
|
1305
|
-
scroll(options?: ScrollToOptions | undefined): void;
|
|
1306
|
-
scroll(x: number, y: number): void;
|
|
1307
|
-
scrollBy(options?: ScrollToOptions | undefined): void;
|
|
1308
|
-
scrollBy(x: number, y: number): void;
|
|
1309
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
|
|
1310
|
-
scrollTo(options?: ScrollToOptions | undefined): void;
|
|
1311
|
-
scrollTo(x: number, y: number): void;
|
|
1312
|
-
setAttribute(qualifiedName: string, value: string): void;
|
|
1313
|
-
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
1314
|
-
setAttributeNode(attr: Attr): Attr | null;
|
|
1315
|
-
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
1316
|
-
setPointerCapture(pointerId: number): void;
|
|
1317
|
-
toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
|
|
1318
|
-
webkitMatchesSelector(selectors: string): boolean;
|
|
1319
|
-
readonly baseURI: string;
|
|
1320
|
-
readonly childNodes: NodeListOf<ChildNode>;
|
|
1321
|
-
readonly firstChild: ChildNode | null;
|
|
1322
|
-
readonly isConnected: boolean;
|
|
1323
|
-
readonly lastChild: ChildNode | null;
|
|
1324
|
-
readonly nextSibling: ChildNode | null;
|
|
1325
|
-
readonly nodeName: string;
|
|
1326
|
-
readonly nodeType: number;
|
|
1327
|
-
nodeValue: string | null;
|
|
1328
|
-
readonly parentElement: HTMLElement | null;
|
|
1329
|
-
readonly parentNode: ParentNode | null;
|
|
1330
|
-
readonly previousSibling: ChildNode | null;
|
|
1331
|
-
textContent: string | null;
|
|
1332
|
-
appendChild<T extends Node>(node: T): T;
|
|
1333
|
-
cloneNode(deep?: boolean | undefined): Node;
|
|
1334
|
-
compareDocumentPosition(other: Node): number;
|
|
1335
|
-
contains(other: Node | null): boolean;
|
|
1336
|
-
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
1337
|
-
hasChildNodes(): boolean;
|
|
1338
|
-
insertBefore<T_6 extends Node>(node: T_6, child: Node | null): T_6;
|
|
1339
|
-
isDefaultNamespace(namespace: string | null): boolean;
|
|
1340
|
-
isEqualNode(otherNode: Node | null): boolean;
|
|
1341
|
-
isSameNode(otherNode: Node | null): boolean;
|
|
1342
|
-
lookupNamespaceURI(prefix: string | null): string | null;
|
|
1343
|
-
lookupPrefix(namespace: string | null): string | null;
|
|
1344
|
-
normalize(): void;
|
|
1345
|
-
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
1346
|
-
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
1347
|
-
readonly ELEMENT_NODE: 1;
|
|
1348
|
-
readonly ATTRIBUTE_NODE: 2;
|
|
1349
|
-
readonly TEXT_NODE: 3;
|
|
1350
|
-
readonly CDATA_SECTION_NODE: 4;
|
|
1351
|
-
readonly ENTITY_REFERENCE_NODE: 5;
|
|
1352
|
-
readonly ENTITY_NODE: 6;
|
|
1353
|
-
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
1354
|
-
readonly COMMENT_NODE: 8;
|
|
1355
|
-
readonly DOCUMENT_NODE: 9;
|
|
1356
|
-
readonly DOCUMENT_TYPE_NODE: 10;
|
|
1357
|
-
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
1358
|
-
readonly NOTATION_NODE: 12;
|
|
1359
|
-
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
1360
|
-
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
1361
|
-
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
1362
|
-
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
1363
|
-
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
1364
|
-
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
1365
|
-
dispatchEvent(event: Event): boolean;
|
|
1366
|
-
ariaAtomic: string | null;
|
|
1367
|
-
ariaAutoComplete: string | null;
|
|
1368
|
-
ariaBusy: string | null;
|
|
1369
|
-
ariaChecked: string | null;
|
|
1370
|
-
ariaColCount: string | null;
|
|
1371
|
-
ariaColIndex: string | null;
|
|
1372
|
-
ariaColSpan: string | null;
|
|
1373
|
-
ariaCurrent: string | null;
|
|
1374
|
-
ariaDisabled: string | null;
|
|
1375
|
-
ariaExpanded: string | null;
|
|
1376
|
-
ariaHasPopup: string | null;
|
|
1377
|
-
ariaHidden: string | null;
|
|
1378
|
-
ariaInvalid: string | null;
|
|
1379
|
-
ariaKeyShortcuts: string | null;
|
|
1380
|
-
ariaLabel: string | null;
|
|
1381
|
-
ariaLevel: string | null;
|
|
1382
|
-
ariaLive: string | null;
|
|
1383
|
-
ariaModal: string | null;
|
|
1384
|
-
ariaMultiLine: string | null;
|
|
1385
|
-
ariaMultiSelectable: string | null;
|
|
1386
|
-
ariaOrientation: string | null;
|
|
1387
|
-
ariaPlaceholder: string | null;
|
|
1388
|
-
ariaPosInSet: string | null;
|
|
1389
|
-
ariaPressed: string | null;
|
|
1390
|
-
ariaReadOnly: string | null;
|
|
1391
|
-
ariaRequired: string | null;
|
|
1392
|
-
ariaRoleDescription: string | null;
|
|
1393
|
-
ariaRowCount: string | null;
|
|
1394
|
-
ariaRowIndex: string | null;
|
|
1395
|
-
ariaRowSpan: string | null;
|
|
1396
|
-
ariaSelected: string | null;
|
|
1397
|
-
ariaSetSize: string | null;
|
|
1398
|
-
ariaSort: string | null;
|
|
1399
|
-
ariaValueMax: string | null;
|
|
1400
|
-
ariaValueMin: string | null;
|
|
1401
|
-
ariaValueNow: string | null;
|
|
1402
|
-
ariaValueText: string | null;
|
|
1403
|
-
role: string | null;
|
|
1404
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
|
|
1405
|
-
getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
|
|
1406
|
-
after(...nodes: (string | Node)[]): void;
|
|
1407
|
-
before(...nodes: (string | Node)[]): void;
|
|
1408
|
-
remove(): void;
|
|
1409
|
-
replaceWith(...nodes: (string | Node)[]): void;
|
|
1410
|
-
innerHTML: string;
|
|
1411
|
-
readonly nextElementSibling: Element | null;
|
|
1412
|
-
readonly previousElementSibling: Element | null;
|
|
1413
|
-
readonly childElementCount: number;
|
|
1414
|
-
readonly children: HTMLCollection;
|
|
1415
|
-
readonly firstElementChild: Element | null;
|
|
1416
|
-
readonly lastElementChild: Element | null;
|
|
1417
|
-
append(...nodes: (string | Node)[]): void;
|
|
1418
|
-
prepend(...nodes: (string | Node)[]): void;
|
|
1419
|
-
querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
|
|
1420
|
-
querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
|
|
1421
|
-
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
|
|
1422
|
-
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
|
|
1423
|
-
querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
|
|
1424
|
-
querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
|
|
1425
|
-
querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
|
|
1426
|
-
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
1427
|
-
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
1428
|
-
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
1429
|
-
replaceChildren(...nodes: (string | Node)[]): void;
|
|
1430
|
-
readonly assignedSlot: HTMLSlotElement | null;
|
|
1431
|
-
readonly style: CSSStyleDeclaration;
|
|
1432
|
-
contentEditable: string;
|
|
1433
|
-
enterKeyHint: string;
|
|
1434
|
-
inputMode: string;
|
|
1435
|
-
readonly isContentEditable: boolean;
|
|
1436
|
-
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1437
|
-
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1438
|
-
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1439
|
-
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1440
|
-
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1441
|
-
onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1442
|
-
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
1443
|
-
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1444
|
-
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1445
|
-
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1446
|
-
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1447
|
-
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1448
|
-
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1449
|
-
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1450
|
-
oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1451
|
-
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1452
|
-
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1453
|
-
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1454
|
-
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1455
|
-
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1456
|
-
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1457
|
-
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1458
|
-
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1459
|
-
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1460
|
-
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1461
|
-
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1462
|
-
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1463
|
-
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1464
|
-
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1465
|
-
onerror: OnErrorEventHandler;
|
|
1466
|
-
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1467
|
-
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
1468
|
-
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1469
|
-
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1470
|
-
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1471
|
-
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
1472
|
-
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
1473
|
-
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
1474
|
-
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1475
|
-
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1476
|
-
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1477
|
-
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1478
|
-
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1479
|
-
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1480
|
-
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1481
|
-
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1482
|
-
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1483
|
-
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1484
|
-
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1485
|
-
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1486
|
-
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1487
|
-
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1488
|
-
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1489
|
-
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1490
|
-
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1491
|
-
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1492
|
-
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1493
|
-
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1494
|
-
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1495
|
-
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1496
|
-
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1497
|
-
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1498
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
|
|
1499
|
-
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1500
|
-
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1501
|
-
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1502
|
-
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1503
|
-
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
1504
|
-
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1505
|
-
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1506
|
-
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1507
|
-
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1508
|
-
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1509
|
-
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1510
|
-
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1511
|
-
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
1512
|
-
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1513
|
-
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1514
|
-
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1515
|
-
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1516
|
-
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1517
|
-
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1518
|
-
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1519
|
-
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1520
|
-
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1521
|
-
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1522
|
-
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1523
|
-
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1524
|
-
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1525
|
-
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1526
|
-
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1527
|
-
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1528
|
-
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1529
|
-
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
1530
|
-
autofocus: boolean;
|
|
1531
|
-
readonly dataset: DOMStringMap;
|
|
1532
|
-
nonce?: string | undefined;
|
|
1533
|
-
tabIndex: number;
|
|
1534
|
-
blur(): void;
|
|
1535
|
-
focus(options?: FocusOptions | undefined): void;
|
|
1536
|
-
ariaColIndexText: string | null;
|
|
1537
|
-
ariaDescription: string | null;
|
|
1538
|
-
ariaRowIndexText: string | null;
|
|
1539
|
-
ariaRelevant: string | null;
|
|
1540
|
-
roleChanged(prev: string | null, next: string | null): void;
|
|
1541
|
-
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
1542
|
-
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
1543
|
-
ariaBusyChanged(prev: string | null, next: string | null): void;
|
|
1544
|
-
ariaCheckedChanged(prev: string | null, next: string | null): void;
|
|
1545
|
-
ariaColCountChanged(prev: string | null, next: string | null): void;
|
|
1546
|
-
ariaColIndexChanged(prev: string | null, next: string | null): void;
|
|
1547
|
-
ariaColIndexTextChanged(prev: string | null, next: string | null): void;
|
|
1548
|
-
ariaColSpanChanged(prev: string | null, next: string | null): void;
|
|
1549
|
-
ariaCurrentChanged(prev: string | null, next: string | null): void;
|
|
1550
|
-
ariaDescriptionChanged(prev: string | null, next: string | null): void;
|
|
1551
|
-
ariaDisabledChanged(prev: string | null, next: string | null): void;
|
|
1552
|
-
ariaExpandedChanged(prev: string | null, next: string | null): void;
|
|
1553
|
-
ariaHasPopupChanged(prev: string | null, next: string | null): void;
|
|
1554
|
-
ariaHiddenChanged(prev: string | null, next: string | null): void;
|
|
1555
|
-
ariaInvalidChanged(prev: string | null, next: string | null): void;
|
|
1556
|
-
ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
|
|
1557
|
-
ariaLabelChanged(prev: string | null, next: string | null): void;
|
|
1558
|
-
ariaLevelChanged(prev: string | null, next: string | null): void;
|
|
1559
|
-
ariaLiveChanged(prev: string | null, next: string | null): void;
|
|
1560
|
-
ariaModalChanged(prev: string | null, next: string | null): void;
|
|
1561
|
-
ariaMultiLineChanged(prev: string | null, next: string | null): void;
|
|
1562
|
-
ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
|
|
1563
|
-
ariaOrientationChanged(prev: string | null, next: string | null): void;
|
|
1564
|
-
ariaPlaceholderChanged(prev: string | null, next: string | null): void;
|
|
1565
|
-
ariaPosInSetChanged(prev: string | null, next: string | null): void;
|
|
1566
|
-
ariaPressedChanged(prev: string | null, next: string | null): void;
|
|
1567
|
-
ariaReadOnlyChanged(prev: string | null, next: string | null): void;
|
|
1568
|
-
ariaRequiredChanged(prev: string | null, next: string | null): void;
|
|
1569
|
-
ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
|
|
1570
|
-
ariaRowCountChanged(prev: string | null, next: string | null): void;
|
|
1571
|
-
ariaRowIndexChanged(prev: string | null, next: string | null): void;
|
|
1572
|
-
ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
|
|
1573
|
-
ariaRowSpanChanged(prev: string | null, next: string | null): void;
|
|
1574
|
-
ariaSelectedChanged(prev: string | null, next: string | null): void;
|
|
1575
|
-
ariaSetSizeChanged(prev: string | null, next: string | null): void;
|
|
1576
|
-
ariaSortChanged(prev: string | null, next: string | null): void;
|
|
1577
|
-
ariaValueMaxChanged(prev: string | null, next: string | null): void;
|
|
1578
|
-
ariaValueMinChanged(prev: string | null, next: string | null): void;
|
|
1579
|
-
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
1580
|
-
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
1581
|
-
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
1582
|
-
"__#1@#handleReplacedProp"(replacedProp: {
|
|
1583
|
-
newPropertyName: string;
|
|
1584
|
-
deprecatedPropertyName: string;
|
|
1585
|
-
fromDeprecated: (v: any) => any;
|
|
1586
|
-
toDeprecated?: ((v: any) => any) | undefined;
|
|
1587
|
-
}): void;
|
|
811
|
+
attachProxy: (() => void) & (() => void);
|
|
812
|
+
detachProxy: (() => void) & (() => void);
|
|
813
|
+
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);
|
|
814
|
+
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
815
|
+
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
1588
816
|
};
|
|
1589
817
|
readonly formAssociated: boolean;
|
|
1590
818
|
} & typeof VividElement;
|
|
1591
819
|
export declare class SimpleColorPicker extends SimpleColorPicker_base {
|
|
1592
820
|
#private;
|
|
1593
|
-
open: boolean;
|
|
1594
821
|
placement?: Placement;
|
|
1595
|
-
swatches: ColorSwatch[];
|
|
1596
822
|
swatchesPerRow: number;
|
|
1597
823
|
connectedCallback(): void;
|
|
1598
824
|
disconnectedCallback(): void;
|