@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
|
@@ -3,10 +3,10 @@ declare const VividElement_base: {
|
|
|
3
3
|
new (...args: any[]): {
|
|
4
4
|
_vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
|
|
5
5
|
connectedCallback(): void;
|
|
6
|
-
readonly $fastController: import("@microsoft/fast-element").
|
|
6
|
+
readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
|
|
7
7
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
8
8
|
disconnectedCallback(): void;
|
|
9
|
-
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
9
|
+
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
10
10
|
accessKey: string;
|
|
11
11
|
readonly accessKeyLabel: string;
|
|
12
12
|
autocapitalize: string;
|
|
@@ -377,18 +377,345 @@ declare const VividElement_base: {
|
|
|
377
377
|
fromDeprecated: (v: any) => any;
|
|
378
378
|
toDeprecated?: ((v: any) => any) | undefined;
|
|
379
379
|
}): void;
|
|
380
|
-
readonly $fastController: import("@microsoft/fast-element").
|
|
380
|
+
readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
|
|
381
381
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
382
382
|
connectedCallback(): void;
|
|
383
383
|
disconnectedCallback(): void;
|
|
384
|
-
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
384
|
+
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
385
|
+
accessKey: string;
|
|
386
|
+
readonly accessKeyLabel: string;
|
|
387
|
+
autocapitalize: string;
|
|
388
|
+
dir: string;
|
|
389
|
+
draggable: boolean;
|
|
390
|
+
hidden: boolean;
|
|
391
|
+
inert: boolean;
|
|
392
|
+
innerText: string;
|
|
393
|
+
lang: string;
|
|
394
|
+
readonly offsetHeight: number;
|
|
395
|
+
readonly offsetLeft: number;
|
|
396
|
+
readonly offsetParent: Element | null;
|
|
397
|
+
readonly offsetTop: number;
|
|
398
|
+
readonly offsetWidth: number;
|
|
399
|
+
outerText: string;
|
|
400
|
+
spellcheck: boolean;
|
|
401
|
+
title: string;
|
|
402
|
+
translate: boolean;
|
|
403
|
+
attachInternals(): ElementInternals;
|
|
404
|
+
click(): void;
|
|
405
|
+
addEventListener<K_17 extends keyof HTMLElementEventMap>(type: K_17, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_17]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
406
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
407
|
+
removeEventListener<K_18 extends keyof HTMLElementEventMap>(type: K_18, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_18]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
408
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
409
|
+
readonly attributes: NamedNodeMap;
|
|
410
|
+
readonly classList: DOMTokenList;
|
|
411
|
+
className: string;
|
|
412
|
+
readonly clientHeight: number;
|
|
413
|
+
readonly clientLeft: number;
|
|
414
|
+
readonly clientTop: number;
|
|
415
|
+
readonly clientWidth: number;
|
|
416
|
+
id: string;
|
|
417
|
+
readonly localName: string;
|
|
418
|
+
readonly namespaceURI: string | null;
|
|
419
|
+
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
420
|
+
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
421
|
+
outerHTML: string;
|
|
422
|
+
readonly ownerDocument: Document;
|
|
423
|
+
readonly part: DOMTokenList;
|
|
424
|
+
readonly prefix: string | null;
|
|
425
|
+
readonly scrollHeight: number;
|
|
426
|
+
scrollLeft: number;
|
|
427
|
+
scrollTop: number;
|
|
428
|
+
readonly scrollWidth: number;
|
|
429
|
+
readonly shadowRoot: ShadowRoot | null;
|
|
430
|
+
slot: string;
|
|
431
|
+
readonly tagName: string;
|
|
432
|
+
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
433
|
+
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
434
|
+
closest<K_19 extends keyof HTMLElementTagNameMap>(selector: K_19): HTMLElementTagNameMap[K_19] | null;
|
|
435
|
+
closest<K_20 extends keyof SVGElementTagNameMap>(selector: K_20): SVGElementTagNameMap[K_20] | null;
|
|
436
|
+
closest<K_21 extends keyof MathMLElementTagNameMap>(selector: K_21): MathMLElementTagNameMap[K_21] | null;
|
|
437
|
+
closest<E_3 extends Element = Element>(selectors: string): E_3 | null;
|
|
438
|
+
getAttribute(qualifiedName: string): string | null;
|
|
439
|
+
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
440
|
+
getAttributeNames(): string[];
|
|
441
|
+
getAttributeNode(qualifiedName: string): Attr | null;
|
|
442
|
+
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
443
|
+
getBoundingClientRect(): DOMRect;
|
|
444
|
+
getClientRects(): DOMRectList;
|
|
445
|
+
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
446
|
+
getElementsByTagName<K_22 extends keyof HTMLElementTagNameMap>(qualifiedName: K_22): HTMLCollectionOf<HTMLElementTagNameMap[K_22]>;
|
|
447
|
+
getElementsByTagName<K_23 extends keyof SVGElementTagNameMap>(qualifiedName: K_23): HTMLCollectionOf<SVGElementTagNameMap[K_23]>;
|
|
448
|
+
getElementsByTagName<K_24 extends keyof MathMLElementTagNameMap>(qualifiedName: K_24): HTMLCollectionOf<MathMLElementTagNameMap[K_24]>;
|
|
449
|
+
getElementsByTagName<K_25 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_25): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_25]>;
|
|
450
|
+
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
451
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
452
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
453
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
454
|
+
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
455
|
+
hasAttribute(qualifiedName: string): boolean;
|
|
456
|
+
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
457
|
+
hasAttributes(): boolean;
|
|
458
|
+
hasPointerCapture(pointerId: number): boolean;
|
|
459
|
+
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
460
|
+
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
461
|
+
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
462
|
+
matches(selectors: string): boolean;
|
|
463
|
+
releasePointerCapture(pointerId: number): void;
|
|
464
|
+
removeAttribute(qualifiedName: string): void;
|
|
465
|
+
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
466
|
+
removeAttributeNode(attr: Attr): Attr;
|
|
467
|
+
requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
|
|
468
|
+
requestPointerLock(): void;
|
|
469
|
+
scroll(options?: ScrollToOptions | undefined): void;
|
|
470
|
+
scroll(x: number, y: number): void;
|
|
471
|
+
scrollBy(options?: ScrollToOptions | undefined): void;
|
|
472
|
+
scrollBy(x: number, y: number): void;
|
|
473
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
|
|
474
|
+
scrollTo(options?: ScrollToOptions | undefined): void;
|
|
475
|
+
scrollTo(x: number, y: number): void;
|
|
476
|
+
setAttribute(qualifiedName: string, value: string): void;
|
|
477
|
+
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
478
|
+
setAttributeNode(attr: Attr): Attr | null;
|
|
479
|
+
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
480
|
+
setPointerCapture(pointerId: number): void;
|
|
481
|
+
toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
|
|
482
|
+
webkitMatchesSelector(selectors: string): boolean;
|
|
483
|
+
readonly baseURI: string;
|
|
484
|
+
readonly childNodes: NodeListOf<ChildNode>;
|
|
485
|
+
readonly firstChild: ChildNode | null;
|
|
486
|
+
readonly isConnected: boolean;
|
|
487
|
+
readonly lastChild: ChildNode | null;
|
|
488
|
+
readonly nextSibling: ChildNode | null;
|
|
489
|
+
readonly nodeName: string;
|
|
490
|
+
readonly nodeType: number;
|
|
491
|
+
nodeValue: string | null;
|
|
492
|
+
readonly parentElement: HTMLElement | null;
|
|
493
|
+
readonly parentNode: ParentNode | null;
|
|
494
|
+
readonly previousSibling: ChildNode | null;
|
|
495
|
+
textContent: string | null;
|
|
496
|
+
appendChild<T extends Node>(node: T): T;
|
|
497
|
+
cloneNode(deep?: boolean | undefined): Node;
|
|
498
|
+
compareDocumentPosition(other: Node): number;
|
|
499
|
+
contains(other: Node | null): boolean;
|
|
500
|
+
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
501
|
+
hasChildNodes(): boolean;
|
|
502
|
+
insertBefore<T_4 extends Node>(node: T_4, child: Node | null): T_4;
|
|
503
|
+
isDefaultNamespace(namespace: string | null): boolean;
|
|
504
|
+
isEqualNode(otherNode: Node | null): boolean;
|
|
505
|
+
isSameNode(otherNode: Node | null): boolean;
|
|
506
|
+
lookupNamespaceURI(prefix: string | null): string | null;
|
|
507
|
+
lookupPrefix(namespace: string | null): string | null;
|
|
508
|
+
normalize(): void;
|
|
509
|
+
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
510
|
+
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
511
|
+
readonly ELEMENT_NODE: 1;
|
|
512
|
+
readonly ATTRIBUTE_NODE: 2;
|
|
513
|
+
readonly TEXT_NODE: 3;
|
|
514
|
+
readonly CDATA_SECTION_NODE: 4;
|
|
515
|
+
readonly ENTITY_REFERENCE_NODE: 5;
|
|
516
|
+
readonly ENTITY_NODE: 6;
|
|
517
|
+
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
518
|
+
readonly COMMENT_NODE: 8;
|
|
519
|
+
readonly DOCUMENT_NODE: 9;
|
|
520
|
+
readonly DOCUMENT_TYPE_NODE: 10;
|
|
521
|
+
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
522
|
+
readonly NOTATION_NODE: 12;
|
|
523
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
524
|
+
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
525
|
+
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
526
|
+
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
527
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
528
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
529
|
+
dispatchEvent(event: Event): boolean;
|
|
530
|
+
ariaAtomic: string | null;
|
|
531
|
+
ariaAutoComplete: string | null;
|
|
532
|
+
ariaBusy: string | null;
|
|
533
|
+
ariaChecked: string | null;
|
|
534
|
+
ariaColCount: string | null;
|
|
535
|
+
ariaColIndex: string | null;
|
|
536
|
+
ariaColSpan: string | null;
|
|
537
|
+
ariaCurrent: string | null;
|
|
538
|
+
ariaDisabled: string | null;
|
|
539
|
+
ariaExpanded: string | null;
|
|
540
|
+
ariaHasPopup: string | null;
|
|
541
|
+
ariaHidden: string | null;
|
|
542
|
+
ariaInvalid: string | null;
|
|
543
|
+
ariaKeyShortcuts: string | null;
|
|
544
|
+
ariaLabel: string | null;
|
|
545
|
+
ariaLevel: string | null;
|
|
546
|
+
ariaLive: string | null;
|
|
547
|
+
ariaModal: string | null;
|
|
548
|
+
ariaMultiLine: string | null;
|
|
549
|
+
ariaMultiSelectable: string | null;
|
|
550
|
+
ariaOrientation: string | null;
|
|
551
|
+
ariaPlaceholder: string | null;
|
|
552
|
+
ariaPosInSet: string | null;
|
|
553
|
+
ariaPressed: string | null;
|
|
554
|
+
ariaReadOnly: string | null;
|
|
555
|
+
ariaRequired: string | null;
|
|
556
|
+
ariaRoleDescription: string | null;
|
|
557
|
+
ariaRowCount: string | null;
|
|
558
|
+
ariaRowIndex: string | null;
|
|
559
|
+
ariaRowSpan: string | null;
|
|
560
|
+
ariaSelected: string | null;
|
|
561
|
+
ariaSetSize: string | null;
|
|
562
|
+
ariaSort: string | null;
|
|
563
|
+
ariaValueMax: string | null;
|
|
564
|
+
ariaValueMin: string | null;
|
|
565
|
+
ariaValueNow: string | null;
|
|
566
|
+
ariaValueText: string | null;
|
|
567
|
+
role: string | null;
|
|
568
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
|
|
569
|
+
getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
|
|
570
|
+
after(...nodes: (string | Node)[]): void;
|
|
571
|
+
before(...nodes: (string | Node)[]): void;
|
|
572
|
+
remove(): void;
|
|
573
|
+
replaceWith(...nodes: (string | Node)[]): void;
|
|
574
|
+
innerHTML: string;
|
|
575
|
+
readonly nextElementSibling: Element | null;
|
|
576
|
+
readonly previousElementSibling: Element | null;
|
|
577
|
+
readonly childElementCount: number;
|
|
578
|
+
readonly children: HTMLCollection;
|
|
579
|
+
readonly firstElementChild: Element | null;
|
|
580
|
+
readonly lastElementChild: Element | null;
|
|
581
|
+
append(...nodes: (string | Node)[]): void;
|
|
582
|
+
prepend(...nodes: (string | Node)[]): void;
|
|
583
|
+
querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
|
|
584
|
+
querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
|
|
585
|
+
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
|
|
586
|
+
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
|
|
587
|
+
querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
|
|
588
|
+
querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
|
|
589
|
+
querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
|
|
590
|
+
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
591
|
+
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
592
|
+
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
593
|
+
replaceChildren(...nodes: (string | Node)[]): void;
|
|
594
|
+
readonly assignedSlot: HTMLSlotElement | null;
|
|
595
|
+
readonly style: CSSStyleDeclaration;
|
|
596
|
+
contentEditable: string;
|
|
597
|
+
enterKeyHint: string;
|
|
598
|
+
inputMode: string;
|
|
599
|
+
readonly isContentEditable: boolean;
|
|
600
|
+
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
601
|
+
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
602
|
+
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
603
|
+
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
604
|
+
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
605
|
+
onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
606
|
+
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
607
|
+
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
608
|
+
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
609
|
+
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
610
|
+
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
611
|
+
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
612
|
+
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
613
|
+
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
614
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
615
|
+
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
616
|
+
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
617
|
+
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
618
|
+
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
619
|
+
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
620
|
+
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
621
|
+
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
622
|
+
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
623
|
+
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
624
|
+
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
625
|
+
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
626
|
+
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
627
|
+
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
628
|
+
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
629
|
+
onerror: OnErrorEventHandler;
|
|
630
|
+
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
631
|
+
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
632
|
+
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
633
|
+
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
634
|
+
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
635
|
+
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
636
|
+
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
637
|
+
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
638
|
+
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
639
|
+
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
640
|
+
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
641
|
+
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
642
|
+
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
643
|
+
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
644
|
+
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
645
|
+
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
646
|
+
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
647
|
+
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
648
|
+
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
649
|
+
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
650
|
+
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
651
|
+
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
652
|
+
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
653
|
+
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
654
|
+
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
655
|
+
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
656
|
+
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
657
|
+
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
658
|
+
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
659
|
+
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
660
|
+
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
661
|
+
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
662
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
|
|
663
|
+
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
664
|
+
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
665
|
+
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
666
|
+
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
667
|
+
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
668
|
+
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
669
|
+
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
670
|
+
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
671
|
+
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
672
|
+
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
673
|
+
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
674
|
+
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
675
|
+
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
676
|
+
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
677
|
+
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
678
|
+
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
679
|
+
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
680
|
+
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
681
|
+
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
682
|
+
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
683
|
+
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
684
|
+
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
685
|
+
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
686
|
+
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
687
|
+
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
688
|
+
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
689
|
+
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
690
|
+
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
691
|
+
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
692
|
+
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
693
|
+
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
694
|
+
autofocus: boolean;
|
|
695
|
+
readonly dataset: DOMStringMap;
|
|
696
|
+
nonce?: string | undefined;
|
|
697
|
+
tabIndex: number;
|
|
698
|
+
blur(): void;
|
|
699
|
+
focus(options?: FocusOptions | undefined): void;
|
|
700
|
+
};
|
|
701
|
+
} & {
|
|
702
|
+
new (): FASTElement;
|
|
703
|
+
define: {
|
|
704
|
+
<TType extends import("@microsoft/fast-element").Constructable<HTMLElement> = import("@microsoft/fast-element").Constructable<HTMLElement>>(this: TType, nameOrDef: string | import("@microsoft/fast-element").PartialFASTElementDefinition): TType;
|
|
705
|
+
<TType_1 extends import("@microsoft/fast-element").Constructable<HTMLElement> = import("@microsoft/fast-element").Constructable<HTMLElement>>(type: TType_1, nameOrDef?: string | import("@microsoft/fast-element").PartialFASTElementDefinition | undefined): TType_1;
|
|
706
|
+
};
|
|
707
|
+
compose: {
|
|
708
|
+
<TType_2 extends import("@microsoft/fast-element").Constructable<HTMLElement> = import("@microsoft/fast-element").Constructable<HTMLElement>>(this: TType_2, nameOrDef: string | import("@microsoft/fast-element").PartialFASTElementDefinition): import("@microsoft/fast-element").FASTElementDefinition<TType_2>;
|
|
709
|
+
<TType_3 extends import("@microsoft/fast-element").Constructable<HTMLElement> = import("@microsoft/fast-element").Constructable<HTMLElement>>(type: TType_3, nameOrDef?: string | import("@microsoft/fast-element").PartialFASTElementDefinition | undefined): import("@microsoft/fast-element").FASTElementDefinition<TType_3>;
|
|
710
|
+
};
|
|
711
|
+
defineAsync: {
|
|
712
|
+
<TType_4 extends import("@microsoft/fast-element").Constructable<HTMLElement> = import("@microsoft/fast-element").Constructable<HTMLElement>>(this: TType_4, nameOrDef: string | import("@microsoft/fast-element").PartialFASTElementDefinition): Promise<import("@microsoft/fast-element").FASTElementDefinition<TType_4>>;
|
|
713
|
+
<TType_5 extends import("@microsoft/fast-element").Constructable<HTMLElement> = import("@microsoft/fast-element").Constructable<HTMLElement>>(type: TType_5, nameOrDef?: string | import("@microsoft/fast-element").PartialFASTElementDefinition | undefined): Promise<import("@microsoft/fast-element").FASTElementDefinition<TType_5>>;
|
|
385
714
|
};
|
|
386
|
-
|
|
387
|
-
from<TBase extends {
|
|
715
|
+
from: <TBase extends {
|
|
388
716
|
new (): HTMLElement;
|
|
389
717
|
prototype: HTMLElement;
|
|
390
|
-
}>(BaseType: TBase)
|
|
391
|
-
define<TType extends Function>(type: TType, nameOrDef?: string | import("@microsoft/fast-element").PartialFASTElementDefinition | undefined): TType;
|
|
718
|
+
}>(BaseType: TBase) => new () => InstanceType<TBase> & FASTElement;
|
|
392
719
|
};
|
|
393
720
|
export declare class VividElement extends VividElement_base {
|
|
394
721
|
static VIVID_VERSION: string;
|
|
@@ -24,6 +24,8 @@ import type { TagLocale } from '../../lib/tag/locale';
|
|
|
24
24
|
import type { Connotation } from '../../lib/enums';
|
|
25
25
|
import type { ToggletipLocale } from '../../lib/toggletip/locale';
|
|
26
26
|
import type { SimpleColorPickerLocale } from '../../lib/simple-color-picker/locale';
|
|
27
|
+
import type { ColorPickerLocale } from '../../lib/color-picker/locale';
|
|
28
|
+
import type { BaseColorPickerLocale } from '../color-picker/locale';
|
|
27
29
|
type ConnotationAnnoncementLocale = {
|
|
28
30
|
[key in Connotation as `${key}Icon`]: string;
|
|
29
31
|
};
|
|
@@ -57,6 +59,8 @@ export interface Locale {
|
|
|
57
59
|
pagination: PaginationLocale;
|
|
58
60
|
tag: TagLocale;
|
|
59
61
|
toggletip: ToggletipLocale;
|
|
62
|
+
baseColorPicker: BaseColorPickerLocale;
|
|
60
63
|
simpleColorPicker: SimpleColorPickerLocale;
|
|
64
|
+
colorPicker: ColorPickerLocale;
|
|
61
65
|
}
|
|
62
66
|
export {};
|
|
@@ -8,10 +8,10 @@ export declare const AffixIcon: <T extends Constructor<VividElement>>(Base: T) =
|
|
|
8
8
|
iconSlottedContent?: HTMLElement[] | undefined;
|
|
9
9
|
connectedCallback(): void;
|
|
10
10
|
_vividAriaBehaviour: import("../aria/aria-mixin").VividAriaBehaviour;
|
|
11
|
-
readonly $fastController: import("@microsoft/fast-element").
|
|
11
|
+
readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
|
|
12
12
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
13
13
|
disconnectedCallback(): void;
|
|
14
|
-
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
14
|
+
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
15
15
|
accessKey: string;
|
|
16
16
|
readonly accessKeyLabel: string;
|
|
17
17
|
autocapitalize: string;
|
|
@@ -389,10 +389,10 @@ export declare const AffixIconWithTrailing: <T extends Constructor<VividElement>
|
|
|
389
389
|
iconSlottedContent?: HTMLElement[] | undefined;
|
|
390
390
|
connectedCallback(): void;
|
|
391
391
|
_vividAriaBehaviour: import("../aria/aria-mixin").VividAriaBehaviour;
|
|
392
|
-
readonly $fastController: import("@microsoft/fast-element").
|
|
392
|
+
readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
|
|
393
393
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
394
394
|
disconnectedCallback(): void;
|
|
395
|
-
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
395
|
+
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
396
396
|
accessKey: string;
|
|
397
397
|
readonly accessKeyLabel: string;
|
|
398
398
|
autocapitalize: string;
|
|
@@ -15,9 +15,9 @@ export declare const Anchored: <T extends Constructor<VividElement>>(Base: T) =>
|
|
|
15
15
|
connectedCallback(): void;
|
|
16
16
|
disconnectedCallback(): void;
|
|
17
17
|
_vividAriaBehaviour: import("../aria/aria-mixin").VividAriaBehaviour;
|
|
18
|
-
readonly $fastController: import("@microsoft/fast-element").
|
|
18
|
+
readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
|
|
19
19
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
20
|
-
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
20
|
+
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
21
21
|
accessKey: string;
|
|
22
22
|
readonly accessKeyLabel: string;
|
|
23
23
|
autocapitalize: string;
|
|
@@ -401,9 +401,9 @@ export declare const anchorSlotTemplateFactory: () => import("@microsoft/fast-el
|
|
|
401
401
|
connectedCallback(): void;
|
|
402
402
|
disconnectedCallback(): void;
|
|
403
403
|
_vividAriaBehaviour: import("../aria/aria-mixin").VividAriaBehaviour;
|
|
404
|
-
readonly $fastController: import("@microsoft/fast-element").
|
|
404
|
+
readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
|
|
405
405
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
406
|
-
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
406
|
+
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
407
407
|
accessKey: string;
|
|
408
408
|
readonly accessKeyLabel: string;
|
|
409
409
|
autocapitalize: string;
|
|
@@ -15,10 +15,10 @@ export declare const WithCharCount: <T extends Constructor<VividElement>>(Base:
|
|
|
15
15
|
readonly locale: import("../../localization/Locale").Locale;
|
|
16
16
|
connectedCallback(): void;
|
|
17
17
|
_vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
|
|
18
|
-
readonly $fastController: import("@microsoft/fast-element").
|
|
18
|
+
readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
|
|
19
19
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
20
20
|
disconnectedCallback(): void;
|
|
21
|
-
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
21
|
+
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
22
22
|
accessKey: string;
|
|
23
23
|
readonly accessKeyLabel: string;
|
|
24
24
|
autocapitalize: string;
|
|
@@ -36,9 +36,9 @@ export declare const FormElement: <T_4 extends Constructor<{
|
|
|
36
36
|
_keypressHandler(e: KeyboardEvent): void;
|
|
37
37
|
stopPropagation(e: Event): void;
|
|
38
38
|
_vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
|
|
39
|
-
readonly $fastController: import("@microsoft/fast-element").
|
|
39
|
+
readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
|
|
40
40
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
41
|
-
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
41
|
+
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
42
42
|
accessKey: string;
|
|
43
43
|
readonly accessKeyLabel: string;
|
|
44
44
|
autocapitalize: string;
|
|
@@ -449,9 +449,9 @@ export declare const FormElement: <T_4 extends Constructor<{
|
|
|
449
449
|
_keypressHandler(e: KeyboardEvent): void;
|
|
450
450
|
stopPropagation(e: Event): void;
|
|
451
451
|
_vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
|
|
452
|
-
readonly $fastController: import("@microsoft/fast-element").
|
|
452
|
+
readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
|
|
453
453
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
454
|
-
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
454
|
+
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
455
455
|
accessKey: string;
|
|
456
456
|
readonly accessKeyLabel: string;
|
|
457
457
|
autocapitalize: string;
|
|
@@ -41,9 +41,9 @@ export declare const WithContextualHelp: <T_5 extends Constructor<{
|
|
|
41
41
|
_keypressHandler(e: KeyboardEvent): void;
|
|
42
42
|
stopPropagation(e: Event): void;
|
|
43
43
|
_vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
|
|
44
|
-
readonly $fastController: import("@microsoft/fast-element").
|
|
44
|
+
readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
|
|
45
45
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
46
|
-
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
46
|
+
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
47
47
|
accessKey: string;
|
|
48
48
|
readonly accessKeyLabel: string;
|
|
49
49
|
autocapitalize: string;
|
|
@@ -448,9 +448,9 @@ export declare const WithContextualHelp: <T_5 extends Constructor<{
|
|
|
448
448
|
_keypressHandler(e: KeyboardEvent): void;
|
|
449
449
|
stopPropagation(e: Event): void;
|
|
450
450
|
_vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
|
|
451
|
-
readonly $fastController: import("@microsoft/fast-element").
|
|
451
|
+
readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
|
|
452
452
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
453
|
-
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
453
|
+
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
454
454
|
accessKey: string;
|
|
455
455
|
readonly accessKeyLabel: string;
|
|
456
456
|
autocapitalize: string;
|
|
@@ -822,6 +822,7 @@ export declare const WithContextualHelp: <T_5 extends Constructor<{
|
|
|
822
822
|
new (...args: any[]): {
|
|
823
823
|
_contextualHelpSlottedContent?: HTMLElement[] | undefined;
|
|
824
824
|
readonly _hasContextualHelp: boolean;
|
|
825
|
+
_isFromContextualHelp(e: Event): boolean;
|
|
825
826
|
label?: string | undefined;
|
|
826
827
|
errorValidationMessage: string;
|
|
827
828
|
forceErrorDisplay: boolean;
|
|
@@ -863,9 +864,9 @@ export declare const WithContextualHelp: <T_5 extends Constructor<{
|
|
|
863
864
|
_keypressHandler(e: KeyboardEvent): void;
|
|
864
865
|
stopPropagation(e: Event): void;
|
|
865
866
|
_vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
|
|
866
|
-
readonly $fastController: import("@microsoft/fast-element").
|
|
867
|
+
readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
|
|
867
868
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
868
|
-
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
869
|
+
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
869
870
|
accessKey: string;
|
|
870
871
|
readonly accessKeyLabel: string;
|
|
871
872
|
autocapitalize: string;
|
|
@@ -41,9 +41,9 @@ export declare const WithErrorText: <T_5 extends Constructor<{
|
|
|
41
41
|
_keypressHandler(e: KeyboardEvent): void;
|
|
42
42
|
stopPropagation(e: Event): void;
|
|
43
43
|
_vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
|
|
44
|
-
readonly $fastController: import("@microsoft/fast-element").
|
|
44
|
+
readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
|
|
45
45
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
46
|
-
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
46
|
+
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
47
47
|
accessKey: string;
|
|
48
48
|
readonly accessKeyLabel: string;
|
|
49
49
|
autocapitalize: string;
|
|
@@ -448,9 +448,9 @@ export declare const WithErrorText: <T_5 extends Constructor<{
|
|
|
448
448
|
_keypressHandler(e: KeyboardEvent): void;
|
|
449
449
|
stopPropagation(e: Event): void;
|
|
450
450
|
_vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
|
|
451
|
-
readonly $fastController: import("@microsoft/fast-element").
|
|
451
|
+
readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
|
|
452
452
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
453
|
-
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
453
|
+
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
454
454
|
accessKey: string;
|
|
455
455
|
readonly accessKeyLabel: string;
|
|
456
456
|
autocapitalize: string;
|
|
@@ -867,9 +867,9 @@ export declare const WithErrorText: <T_5 extends Constructor<{
|
|
|
867
867
|
_keypressHandler(e: KeyboardEvent): void;
|
|
868
868
|
stopPropagation(e: Event): void;
|
|
869
869
|
_vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
|
|
870
|
-
readonly $fastController: import("@microsoft/fast-element").
|
|
870
|
+
readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
|
|
871
871
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
872
|
-
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
872
|
+
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
873
873
|
accessKey: string;
|
|
874
874
|
readonly accessKeyLabel: string;
|
|
875
875
|
autocapitalize: string;
|
|
@@ -5,10 +5,10 @@ export declare const WithSuccessText: <T extends Constructor<VividElement>>(Base
|
|
|
5
5
|
successText?: string | undefined;
|
|
6
6
|
connectedCallback(): void;
|
|
7
7
|
_vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
|
|
8
|
-
readonly $fastController: import("@microsoft/fast-element").
|
|
8
|
+
readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
|
|
9
9
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
10
10
|
disconnectedCallback(): void;
|
|
11
|
-
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
11
|
+
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
12
12
|
accessKey: string;
|
|
13
13
|
readonly accessKeyLabel: string;
|
|
14
14
|
autocapitalize: string;
|
|
@@ -58,10 +58,10 @@ export declare const Linkable: <T extends Constructor<VividElement>>(Base: T) =>
|
|
|
58
58
|
}> | undefined) => ViewTemplate<T_1, any>;
|
|
59
59
|
_vividAriaBehaviour: "delegate";
|
|
60
60
|
connectedCallback(): void;
|
|
61
|
-
readonly $fastController: import("@microsoft/fast-element").
|
|
61
|
+
readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
|
|
62
62
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
63
63
|
disconnectedCallback(): void;
|
|
64
|
-
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
64
|
+
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
65
65
|
accessKey: string;
|
|
66
66
|
readonly accessKeyLabel: string;
|
|
67
67
|
autocapitalize: string;
|
|
@@ -6,10 +6,10 @@ export declare const Localized: <T extends Constructor<VividElement>>(Base: T) =
|
|
|
6
6
|
readonly locale: Locale;
|
|
7
7
|
connectedCallback(): void;
|
|
8
8
|
_vividAriaBehaviour: import("../aria/aria-mixin").VividAriaBehaviour;
|
|
9
|
-
readonly $fastController: import("@microsoft/fast-element").
|
|
9
|
+
readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
|
|
10
10
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
11
11
|
disconnectedCallback(): void;
|
|
12
|
-
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
12
|
+
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
13
13
|
accessKey: string;
|
|
14
14
|
readonly accessKeyLabel: string;
|
|
15
15
|
autocapitalize: string;
|
|
@@ -6,10 +6,10 @@ export declare const TrappedFocus: <T extends Constructor<VividElement>>(Base: T
|
|
|
6
6
|
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
7
7
|
connectedCallback(): void;
|
|
8
8
|
_vividAriaBehaviour: import("../aria/aria-mixin").VividAriaBehaviour;
|
|
9
|
-
readonly $fastController: import("@microsoft/fast-element").
|
|
9
|
+
readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
|
|
10
10
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
11
11
|
disconnectedCallback(): void;
|
|
12
|
-
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
12
|
+
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
13
13
|
accessKey: string;
|
|
14
14
|
readonly accessKeyLabel: string;
|
|
15
15
|
autocapitalize: string;
|