@vonage/vivid 5.4.0 → 5.6.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/LICENSE.md +201 -0
- package/accordion/definition.cjs +5 -0
- package/accordion/definition.js +5 -0
- package/accordion/index.cjs +1 -1
- package/accordion/index.js +14 -3
- package/alert/definition.cjs +4 -12
- package/alert/definition.js +5 -13
- package/alert/index.cjs +11 -11
- package/alert/index.js +33 -37
- package/audio-player/definition.cjs +4 -0
- package/audio-player/definition.js +4 -0
- package/audio-player/index.cjs +1 -1
- package/audio-player/index.js +8 -2
- package/banner/definition.cjs +2 -4
- package/banner/definition.js +2 -4
- package/banner/index.cjs +2 -2
- package/banner/index.js +1 -1
- package/breadcrumb/definition.cjs +1 -0
- package/breadcrumb/definition.js +1 -0
- package/breadcrumb/index.cjs +1 -1
- package/breadcrumb/index.js +1 -0
- package/bundled/affix.js +1 -1
- 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 +3 -1
- package/bundled/base-color-picker.cjs +18 -13
- package/bundled/base-color-picker.js +107 -84
- package/bundled/base-progress.cjs +1 -1
- package/bundled/base-progress.js +3 -0
- package/bundled/button.cjs +1 -1
- package/bundled/button.js +14 -10
- package/bundled/calendar-picker.template.cjs +1 -1
- package/bundled/calendar-picker.template.js +4 -2
- package/bundled/char-count.cjs +1 -1
- package/bundled/char-count.js +1 -1
- package/bundled/definition10.cjs +7 -7
- package/bundled/definition10.js +29 -19
- package/bundled/definition11.cjs +12 -19
- package/bundled/definition11.js +73 -204
- package/bundled/definition12.cjs +19 -10
- package/bundled/definition12.js +218 -36
- package/bundled/definition13.cjs +10 -1
- package/bundled/definition13.js +38 -14
- package/bundled/definition14.cjs +1 -5
- package/bundled/definition14.js +15 -24
- package/bundled/definition15.cjs +5 -30
- package/bundled/definition15.js +22 -73
- package/bundled/definition16.cjs +30 -19
- package/bundled/definition16.js +74 -97
- package/bundled/definition17.cjs +19 -13
- package/bundled/definition17.js +86 -117
- package/bundled/definition18.cjs +13 -12
- package/bundled/definition18.js +125 -71
- package/bundled/definition19.cjs +16 -16
- package/bundled/definition19.js +132 -94
- package/bundled/definition2.cjs +8 -9
- package/bundled/definition2.js +89 -142
- package/bundled/definition22.cjs +1 -1
- package/bundled/definition22.js +1 -0
- package/bundled/definition3.cjs +1 -1
- package/bundled/definition3.js +2 -1
- package/bundled/definition5.cjs +1 -1
- package/bundled/definition5.js +9 -3
- package/bundled/definition6.cjs +1 -1
- package/bundled/definition6.js +1 -0
- package/bundled/definition7.cjs +1 -1
- package/bundled/definition7.js +7 -4
- package/bundled/definition8.cjs +1 -1
- package/bundled/definition8.js +1 -0
- package/bundled/definition9.cjs +6 -6
- package/bundled/definition9.js +545 -488
- package/bundled/delegates-aria.cjs +1 -1
- package/bundled/delegates-aria.js +3 -1
- package/bundled/form-associated.cjs +1 -1
- package/bundled/form-associated.js +11 -3
- package/bundled/host-semantics.js +4 -4
- package/bundled/listbox.cjs +1 -1
- package/bundled/listbox.js +22 -4
- package/bundled/localized.cjs +1 -1
- package/bundled/localized.js +149 -66
- package/bundled/mixins.cjs +4 -4
- package/bundled/mixins.js +11 -8
- package/bundled/picker-field.template.cjs +14 -14
- package/bundled/picker-field.template.js +36 -56
- package/bundled/scrollIntoView.cjs +1 -1
- package/bundled/scrollIntoView.js +4 -1
- package/bundled/text-field.cjs +1 -1
- package/bundled/text-field.js +1 -1
- package/bundled/time-selection-picker.template.cjs +12 -12
- package/bundled/time-selection-picker.template.js +16 -12
- package/bundled/trapped-focus.cjs +1 -0
- package/bundled/trapped-focus.js +26 -0
- package/bundled/vivid-element.cjs +4 -4
- package/bundled/vivid-element.js +529 -492
- package/calendar/definition.cjs +2 -0
- package/calendar/definition.js +2 -0
- package/calendar/index.cjs +13 -13
- package/calendar/index.js +174 -144
- package/checkbox/definition.cjs +1 -0
- package/checkbox/definition.js +1 -0
- package/color-picker/definition.cjs +213 -112
- package/color-picker/definition.js +213 -112
- package/color-picker/index.cjs +104 -75
- package/color-picker/index.js +417 -326
- package/combobox/definition.cjs +17 -6
- package/combobox/definition.js +17 -6
- package/combobox/index.cjs +14 -9
- package/combobox/index.js +54 -42
- package/contextual-help/index.cjs +1 -1
- package/contextual-help/index.js +1 -1
- package/custom-elements.json +6976 -484
- package/data-grid/definition.cjs +105 -7
- package/data-grid/definition.js +105 -7
- package/data-grid/index.cjs +52 -38
- package/data-grid/index.js +313 -242
- package/date-picker/index.cjs +1 -1
- package/date-picker/index.js +2 -2
- package/date-range-picker/definition.cjs +2 -0
- package/date-range-picker/definition.js +2 -0
- package/date-range-picker/index.cjs +1 -1
- package/date-range-picker/index.js +7 -3
- package/date-time-picker/index.cjs +1 -1
- package/date-time-picker/index.js +2 -2
- package/dial-pad/definition.cjs +148 -0
- package/dial-pad/definition.js +148 -0
- package/dial-pad/index.cjs +27 -20
- package/dial-pad/index.js +202 -101
- package/dialog/definition.cjs +1 -0
- package/dialog/definition.js +1 -0
- package/dialog/index.cjs +1 -1
- package/dialog/index.js +1 -0
- package/divider/index.cjs +1 -1
- package/divider/index.js +1 -1
- package/fab/definition.cjs +1 -0
- package/fab/definition.js +1 -0
- package/fab/index.cjs +1 -1
- package/fab/index.js +1 -0
- package/file-picker/definition.cjs +7 -2
- package/file-picker/definition.js +7 -2
- package/file-picker/index.cjs +6 -6
- package/file-picker/index.js +82 -73
- package/icon/definition.cjs +66 -41
- package/icon/definition.js +67 -42
- package/index.cjs +21 -0
- package/index.js +1 -1
- package/lib/color-picker/color-picker.d.ts +390 -12
- package/lib/color-picker/locale.d.ts +4 -0
- package/lib/data-grid/locale.d.ts +5 -0
- package/lib/date-picker/date-picker.d.ts +38 -38
- package/lib/date-range-picker/date-range-picker.d.ts +20 -20
- package/lib/date-time-picker/date-time-picker.d.ts +40 -40
- package/lib/dial-pad/dial-pad.d.ts +1 -0
- package/lib/icon/icon.d.ts +1 -1
- package/lib/menu/menu.d.ts +4 -4
- package/lib/rich-text-editor/definition.d.ts +3 -2
- package/lib/rich-text-editor/locale.d.ts +29 -3
- package/lib/rich-text-editor/popover.d.ts +19 -0
- package/lib/rich-text-editor/rich-text-editor.d.ts +16 -45
- package/lib/rich-text-editor/rich-text-editor.template.d.ts +2 -2
- package/lib/rich-text-editor/rte/config.d.ts +18 -0
- package/lib/rich-text-editor/rte/document.d.ts +28 -0
- package/lib/rich-text-editor/rte/exports.d.ts +23 -0
- package/lib/rich-text-editor/rte/feature.d.ts +46 -0
- package/lib/rich-text-editor/rte/features/internal/basic-text-blocks.d.ts +33 -0
- package/lib/rich-text-editor/rte/features/internal/foreign-html.d.ts +11 -0
- package/lib/rich-text-editor/rte/features/internal/history.d.ts +10 -0
- package/lib/rich-text-editor/rte/features/internal/text-style.d.ts +18 -0
- package/lib/rich-text-editor/rte/html-parser.d.ts +24 -0
- package/lib/rich-text-editor/rte/html-serializer.d.ts +30 -0
- package/lib/rich-text-editor/rte/instance.d.ts +57 -0
- package/lib/rich-text-editor/rte/utils/default-textblock.d.ts +2 -0
- package/lib/rich-text-editor/rte/utils/impl.d.ts +1 -0
- package/lib/rich-text-editor/rte/utils/textblock-attrs.d.ts +29 -0
- package/lib/rich-text-editor/rte/utils/textblock-marks.d.ts +10 -0
- package/lib/rich-text-editor/rte/utils/ui.d.ts +109 -0
- package/lib/simple-color-picker/simple-color-picker.d.ts +6 -5
- package/lib/text-area/text-area.d.ts +1 -1
- package/lib/text-field/text-field.d.ts +1 -1
- package/lib/time-picker/time-picker.d.ts +20 -20
- package/lib/toggletip/toggletip.d.ts +4 -4
- package/lib/tooltip/tooltip.d.ts +4 -4
- package/locales/de-DE.cjs +58 -7
- package/locales/de-DE.js +58 -7
- package/locales/en-GB.cjs +60 -9
- package/locales/en-GB.js +60 -9
- package/locales/en-US.cjs +60 -9
- package/locales/en-US.js +60 -9
- package/locales/ja-JP.cjs +59 -8
- package/locales/ja-JP.js +59 -8
- package/locales/zh-CN.cjs +58 -7
- package/locales/zh-CN.js +58 -7
- package/menu/definition.cjs +1 -0
- package/menu/definition.js +1 -0
- package/number-field/definition.cjs +5 -3
- package/number-field/definition.js +5 -3
- package/number-field/index.cjs +5 -3
- package/number-field/index.js +34 -32
- package/option/index.cjs +1 -1
- package/option/index.js +1 -1
- package/package.json +76 -62
- package/pagination/definition.cjs +2 -0
- package/pagination/definition.js +2 -0
- package/pagination/index.cjs +1 -1
- package/pagination/index.js +2 -0
- package/progress-ring/index.cjs +1 -1
- package/progress-ring/index.js +1 -1
- package/radio/definition.cjs +4 -0
- package/radio/definition.js +4 -0
- package/radio/index.cjs +1 -1
- package/radio/index.js +1 -1
- package/radio-group/index.cjs +1 -1
- package/radio-group/index.js +1 -1
- package/range-slider/definition.cjs +2 -1
- package/range-slider/definition.js +2 -1
- package/range-slider/index.cjs +1 -1
- package/range-slider/index.js +3 -1
- package/rich-text-editor/definition.cjs +17942 -1074
- package/rich-text-editor/definition.js +17926 -1079
- package/rich-text-editor/index.cjs +29 -130
- package/rich-text-editor/index.js +5565 -2474
- package/searchable-select/definition.cjs +6 -2
- package/searchable-select/definition.js +6 -2
- package/searchable-select/index.cjs +1 -1
- package/searchable-select/index.js +14 -10
- package/select/definition.cjs +22 -4
- package/select/definition.js +22 -4
- package/selectable-box/index.cjs +1 -1
- package/selectable-box/index.js +1 -1
- package/shared/color-picker/base-color-picker.d.ts +2 -1
- package/shared/patterns/anchored.d.ts +8 -8
- package/shared/patterns/char-count/char-count.d.ts +1 -1
- package/shared/patterns/localized.d.ts +386 -0
- package/shared/picker-field/mixins/calendar-picker.d.ts +10 -10
- package/shared/picker-field/mixins/calendar-picker.template.d.ts +10 -10
- package/shared/picker-field/mixins/min-max-calendar-picker.d.ts +20 -20
- package/shared/picker-field/mixins/single-date-picker.d.ts +28 -28
- package/shared/picker-field/mixins/single-value-picker.d.ts +8 -8
- package/shared/picker-field/mixins/time-selection-picker.d.ts +20 -20
- package/shared/picker-field/mixins/time-selection-picker.template.d.ts +20 -20
- package/shared/utils/promise.d.ts +7 -0
- package/simple-color-picker/definition.cjs +11 -6
- package/simple-color-picker/definition.js +11 -6
- package/simple-color-picker/index.cjs +6 -6
- package/simple-color-picker/index.js +44 -39
- package/slider/definition.cjs +7 -1
- package/slider/definition.js +7 -1
- package/styles/core/all.css +5 -1
- package/styles/core/theme.css +5 -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/definition.cjs +1 -0
- package/switch/definition.js +1 -0
- package/switch/index.cjs +1 -1
- package/switch/index.js +1 -0
- package/tabs/definition.cjs +2 -0
- package/tabs/definition.js +2 -0
- package/tabs/index.cjs +1 -1
- package/tabs/index.js +2 -0
- package/tag/definition.cjs +34 -14
- package/tag/definition.js +34 -14
- package/tag/index.cjs +25 -12
- package/tag/index.js +64 -47
- package/tag-group/definition.cjs +1 -2
- package/tag-group/definition.js +1 -2
- package/tag-group/index.cjs +1 -1
- package/tag-group/index.js +11 -12
- package/text-area/definition.cjs +13 -7
- package/text-area/definition.js +13 -7
- package/text-area/index.cjs +6 -6
- package/text-area/index.js +20 -14
- package/text-field/definition.cjs +16 -6
- package/text-field/definition.js +16 -6
- package/time-picker/index.cjs +1 -1
- package/time-picker/index.js +1 -1
- package/toggletip/definition.cjs +5 -1
- package/toggletip/definition.js +5 -1
- package/toggletip/index.cjs +1 -1
- package/toggletip/index.js +1 -1
- package/tooltip/definition.cjs +6 -3
- package/tooltip/definition.js +6 -3
- package/tooltip/index.cjs +1 -1
- package/tooltip/index.js +1 -1
- package/tree-view/definition.cjs +28 -6
- package/tree-view/definition.js +28 -6
- package/tree-view/index.cjs +1 -1
- package/tree-view/index.js +28 -6
- package/unbundled/_commonjsHelpers.cjs +0 -26
- package/unbundled/_commonjsHelpers.js +1 -26
- package/unbundled/attribute-binding-behaviour.cjs +1 -0
- package/unbundled/attribute-binding-behaviour.js +1 -0
- package/unbundled/base-color-picker.cjs +45 -21
- package/unbundled/base-color-picker.js +45 -21
- package/unbundled/base-progress.cjs +3 -0
- package/unbundled/base-progress.js +3 -0
- package/unbundled/button.cjs +14 -10
- package/unbundled/button.js +14 -10
- package/unbundled/calendar-picker.template.cjs +3 -1
- package/unbundled/calendar-picker.template.js +3 -1
- package/unbundled/definition.cjs +1 -0
- package/unbundled/definition.js +1 -0
- package/unbundled/definition2.cjs +4 -1
- package/unbundled/definition2.js +4 -1
- package/unbundled/definition3.cjs +1 -0
- package/unbundled/definition3.js +1 -0
- package/unbundled/definition4.cjs +1 -0
- package/unbundled/definition4.js +1 -0
- package/unbundled/definition5.cjs +3 -2
- package/unbundled/definition5.js +4 -3
- package/unbundled/delegates-aria.cjs +1 -0
- package/unbundled/delegates-aria.js +1 -0
- package/unbundled/form-associated.cjs +4 -0
- package/unbundled/form-associated.js +4 -0
- package/unbundled/listbox.cjs +16 -1
- package/unbundled/listbox.js +16 -1
- package/unbundled/localized.cjs +36 -0
- package/unbundled/localized.js +37 -2
- package/unbundled/mixins.cjs +2 -0
- package/unbundled/mixins.js +2 -0
- package/unbundled/picker-field.template.cjs +3 -35
- package/unbundled/picker-field.template.js +3 -34
- package/unbundled/scrollIntoView.cjs +1 -0
- package/unbundled/scrollIntoView.js +1 -0
- package/unbundled/text-field.cjs +1 -1
- package/unbundled/text-field.js +1 -1
- package/unbundled/time-selection-picker.template.cjs +5 -1
- package/unbundled/time-selection-picker.template.js +5 -1
- package/unbundled/trapped-focus.cjs +37 -0
- package/unbundled/trapped-focus.js +34 -0
- package/unbundled/vivid-element.cjs +1 -1
- package/unbundled/vivid-element.js +1 -1
- package/video-player/definition.cjs +54 -44
- package/video-player/definition.js +50 -40
- package/video-player/index.cjs +28 -28
- package/video-player/index.js +1448 -1442
- package/visually-hidden/index.cjs +1 -1
- package/visually-hidden/index.js +1 -1
- package/vivid.api.json +6463 -6099
- package/bundled/_has.cjs +0 -1
- package/bundled/_has.js +0 -34
- package/lib/rich-text-editor/facades/prose-mirror-vivid.schema.d.ts +0 -4
- package/lib/rich-text-editor/facades/vivid-prose-mirror.facade.d.ts +0 -18
- package/lib/rich-text-editor/image-placeholder/definition.d.ts +0 -2
- package/lib/rich-text-editor/image-placeholder/image-placeholder.d.ts +0 -7
- package/lib/rich-text-editor/image-placeholder/image-placeholder.template.d.ts +0 -4
- package/lib/rich-text-editor/menubar/consts.d.ts +0 -18
- package/lib/rich-text-editor/menubar/definition.d.ts +0 -2
- package/lib/rich-text-editor/menubar/menubar.d.ts +0 -386
- package/lib/rich-text-editor/menubar/menubar.template.d.ts +0 -4
|
@@ -1977,6 +1977,383 @@ declare const ColorPicker_base: {
|
|
|
1977
1977
|
toDeprecated?: ((v: any) => any) | undefined;
|
|
1978
1978
|
}): void;
|
|
1979
1979
|
};
|
|
1980
|
+
} & {
|
|
1981
|
+
new (...args: any[]): {
|
|
1982
|
+
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
1983
|
+
connectedCallback(): void;
|
|
1984
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
1985
|
+
readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
|
|
1986
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
1987
|
+
disconnectedCallback(): void;
|
|
1988
|
+
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
1989
|
+
accessKey: string;
|
|
1990
|
+
readonly accessKeyLabel: string;
|
|
1991
|
+
autocapitalize: string;
|
|
1992
|
+
dir: string;
|
|
1993
|
+
draggable: boolean;
|
|
1994
|
+
hidden: boolean;
|
|
1995
|
+
inert: boolean;
|
|
1996
|
+
innerText: string;
|
|
1997
|
+
lang: string;
|
|
1998
|
+
readonly offsetHeight: number;
|
|
1999
|
+
readonly offsetLeft: number;
|
|
2000
|
+
readonly offsetParent: Element | null;
|
|
2001
|
+
readonly offsetTop: number;
|
|
2002
|
+
readonly offsetWidth: number;
|
|
2003
|
+
outerText: string;
|
|
2004
|
+
spellcheck: boolean;
|
|
2005
|
+
title: string;
|
|
2006
|
+
translate: boolean;
|
|
2007
|
+
attachInternals(): ElementInternals;
|
|
2008
|
+
click(): void;
|
|
2009
|
+
addEventListener<K_53 extends keyof HTMLElementEventMap>(type: K_53, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_53]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
2010
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
2011
|
+
removeEventListener<K_54 extends keyof HTMLElementEventMap>(type: K_54, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_54]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
2012
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
2013
|
+
readonly attributes: NamedNodeMap;
|
|
2014
|
+
readonly classList: DOMTokenList;
|
|
2015
|
+
className: string;
|
|
2016
|
+
readonly clientHeight: number;
|
|
2017
|
+
readonly clientLeft: number;
|
|
2018
|
+
readonly clientTop: number;
|
|
2019
|
+
readonly clientWidth: number;
|
|
2020
|
+
id: string;
|
|
2021
|
+
readonly localName: string;
|
|
2022
|
+
readonly namespaceURI: string | null;
|
|
2023
|
+
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
2024
|
+
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
2025
|
+
outerHTML: string;
|
|
2026
|
+
readonly ownerDocument: Document;
|
|
2027
|
+
readonly part: DOMTokenList;
|
|
2028
|
+
readonly prefix: string | null;
|
|
2029
|
+
readonly scrollHeight: number;
|
|
2030
|
+
scrollLeft: number;
|
|
2031
|
+
scrollTop: number;
|
|
2032
|
+
readonly scrollWidth: number;
|
|
2033
|
+
readonly shadowRoot: ShadowRoot | null;
|
|
2034
|
+
slot: string;
|
|
2035
|
+
readonly tagName: string;
|
|
2036
|
+
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
2037
|
+
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
2038
|
+
closest<K_55 extends keyof HTMLElementTagNameMap>(selector: K_55): HTMLElementTagNameMap[K_55] | null;
|
|
2039
|
+
closest<K_56 extends keyof SVGElementTagNameMap>(selector: K_56): SVGElementTagNameMap[K_56] | null;
|
|
2040
|
+
closest<K_57 extends keyof MathMLElementTagNameMap>(selector: K_57): MathMLElementTagNameMap[K_57] | null;
|
|
2041
|
+
closest<E_7 extends Element = Element>(selectors: string): E_7 | null;
|
|
2042
|
+
getAttribute(qualifiedName: string): string | null;
|
|
2043
|
+
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
2044
|
+
getAttributeNames(): string[];
|
|
2045
|
+
getAttributeNode(qualifiedName: string): Attr | null;
|
|
2046
|
+
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
2047
|
+
getBoundingClientRect(): DOMRect;
|
|
2048
|
+
getClientRects(): DOMRectList;
|
|
2049
|
+
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
2050
|
+
getElementsByTagName<K_58 extends keyof HTMLElementTagNameMap>(qualifiedName: K_58): HTMLCollectionOf<HTMLElementTagNameMap[K_58]>;
|
|
2051
|
+
getElementsByTagName<K_59 extends keyof SVGElementTagNameMap>(qualifiedName: K_59): HTMLCollectionOf<SVGElementTagNameMap[K_59]>;
|
|
2052
|
+
getElementsByTagName<K_60 extends keyof MathMLElementTagNameMap>(qualifiedName: K_60): HTMLCollectionOf<MathMLElementTagNameMap[K_60]>;
|
|
2053
|
+
getElementsByTagName<K_61 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_61): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_61]>;
|
|
2054
|
+
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
2055
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
2056
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
2057
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
2058
|
+
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
2059
|
+
hasAttribute(qualifiedName: string): boolean;
|
|
2060
|
+
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
2061
|
+
hasAttributes(): boolean;
|
|
2062
|
+
hasPointerCapture(pointerId: number): boolean;
|
|
2063
|
+
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
2064
|
+
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
2065
|
+
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
2066
|
+
matches(selectors: string): boolean;
|
|
2067
|
+
releasePointerCapture(pointerId: number): void;
|
|
2068
|
+
removeAttribute(qualifiedName: string): void;
|
|
2069
|
+
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
2070
|
+
removeAttributeNode(attr: Attr): Attr;
|
|
2071
|
+
requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
|
|
2072
|
+
requestPointerLock(): void;
|
|
2073
|
+
scroll(options?: ScrollToOptions | undefined): void;
|
|
2074
|
+
scroll(x: number, y: number): void;
|
|
2075
|
+
scrollBy(options?: ScrollToOptions | undefined): void;
|
|
2076
|
+
scrollBy(x: number, y: number): void;
|
|
2077
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
|
|
2078
|
+
scrollTo(options?: ScrollToOptions | undefined): void;
|
|
2079
|
+
scrollTo(x: number, y: number): void;
|
|
2080
|
+
setAttribute(qualifiedName: string, value: string): void;
|
|
2081
|
+
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
2082
|
+
setAttributeNode(attr: Attr): Attr | null;
|
|
2083
|
+
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
2084
|
+
setPointerCapture(pointerId: number): void;
|
|
2085
|
+
toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
|
|
2086
|
+
webkitMatchesSelector(selectors: string): boolean;
|
|
2087
|
+
readonly baseURI: string;
|
|
2088
|
+
readonly childNodes: NodeListOf<ChildNode>;
|
|
2089
|
+
readonly firstChild: ChildNode | null;
|
|
2090
|
+
readonly isConnected: boolean;
|
|
2091
|
+
readonly lastChild: ChildNode | null;
|
|
2092
|
+
readonly nextSibling: ChildNode | null;
|
|
2093
|
+
readonly nodeName: string;
|
|
2094
|
+
readonly nodeType: number;
|
|
2095
|
+
nodeValue: string | null;
|
|
2096
|
+
readonly parentElement: HTMLElement | null;
|
|
2097
|
+
readonly parentNode: ParentNode | null;
|
|
2098
|
+
readonly previousSibling: ChildNode | null;
|
|
2099
|
+
textContent: string | null;
|
|
2100
|
+
appendChild<T extends Node>(node: T): T;
|
|
2101
|
+
cloneNode(deep?: boolean | undefined): Node;
|
|
2102
|
+
compareDocumentPosition(other: Node): number;
|
|
2103
|
+
contains(other: Node | null): boolean;
|
|
2104
|
+
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
2105
|
+
hasChildNodes(): boolean;
|
|
2106
|
+
insertBefore<T_8 extends Node>(node: T_8, child: Node | null): T_8;
|
|
2107
|
+
isDefaultNamespace(namespace: string | null): boolean;
|
|
2108
|
+
isEqualNode(otherNode: Node | null): boolean;
|
|
2109
|
+
isSameNode(otherNode: Node | null): boolean;
|
|
2110
|
+
lookupNamespaceURI(prefix: string | null): string | null;
|
|
2111
|
+
lookupPrefix(namespace: string | null): string | null;
|
|
2112
|
+
normalize(): void;
|
|
2113
|
+
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
2114
|
+
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
2115
|
+
readonly ELEMENT_NODE: 1;
|
|
2116
|
+
readonly ATTRIBUTE_NODE: 2;
|
|
2117
|
+
readonly TEXT_NODE: 3;
|
|
2118
|
+
readonly CDATA_SECTION_NODE: 4;
|
|
2119
|
+
readonly ENTITY_REFERENCE_NODE: 5;
|
|
2120
|
+
readonly ENTITY_NODE: 6;
|
|
2121
|
+
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
2122
|
+
readonly COMMENT_NODE: 8;
|
|
2123
|
+
readonly DOCUMENT_NODE: 9;
|
|
2124
|
+
readonly DOCUMENT_TYPE_NODE: 10;
|
|
2125
|
+
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
2126
|
+
readonly NOTATION_NODE: 12;
|
|
2127
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
2128
|
+
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
2129
|
+
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
2130
|
+
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
2131
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
2132
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
2133
|
+
dispatchEvent(event: Event): boolean;
|
|
2134
|
+
ariaAtomic: string | null;
|
|
2135
|
+
ariaAutoComplete: string | null;
|
|
2136
|
+
ariaBusy: string | null;
|
|
2137
|
+
ariaChecked: string | null;
|
|
2138
|
+
ariaColCount: string | null;
|
|
2139
|
+
ariaColIndex: string | null;
|
|
2140
|
+
ariaColSpan: string | null;
|
|
2141
|
+
ariaCurrent: string | null;
|
|
2142
|
+
ariaDisabled: string | null;
|
|
2143
|
+
ariaExpanded: string | null;
|
|
2144
|
+
ariaHasPopup: string | null;
|
|
2145
|
+
ariaHidden: string | null;
|
|
2146
|
+
ariaInvalid: string | null;
|
|
2147
|
+
ariaKeyShortcuts: string | null;
|
|
2148
|
+
ariaLabel: string | null;
|
|
2149
|
+
ariaLevel: string | null;
|
|
2150
|
+
ariaLive: string | null;
|
|
2151
|
+
ariaModal: string | null;
|
|
2152
|
+
ariaMultiLine: string | null;
|
|
2153
|
+
ariaMultiSelectable: string | null;
|
|
2154
|
+
ariaOrientation: string | null;
|
|
2155
|
+
ariaPlaceholder: string | null;
|
|
2156
|
+
ariaPosInSet: string | null;
|
|
2157
|
+
ariaPressed: string | null;
|
|
2158
|
+
ariaReadOnly: string | null;
|
|
2159
|
+
ariaRequired: string | null;
|
|
2160
|
+
ariaRoleDescription: string | null;
|
|
2161
|
+
ariaRowCount: string | null;
|
|
2162
|
+
ariaRowIndex: string | null;
|
|
2163
|
+
ariaRowSpan: string | null;
|
|
2164
|
+
ariaSelected: string | null;
|
|
2165
|
+
ariaSetSize: string | null;
|
|
2166
|
+
ariaSort: string | null;
|
|
2167
|
+
ariaValueMax: string | null;
|
|
2168
|
+
ariaValueMin: string | null;
|
|
2169
|
+
ariaValueNow: string | null;
|
|
2170
|
+
ariaValueText: string | null;
|
|
2171
|
+
role: string | null;
|
|
2172
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
|
|
2173
|
+
getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
|
|
2174
|
+
after(...nodes: (string | Node)[]): void;
|
|
2175
|
+
before(...nodes: (string | Node)[]): void;
|
|
2176
|
+
remove(): void;
|
|
2177
|
+
replaceWith(...nodes: (string | Node)[]): void;
|
|
2178
|
+
innerHTML: string;
|
|
2179
|
+
readonly nextElementSibling: Element | null;
|
|
2180
|
+
readonly previousElementSibling: Element | null;
|
|
2181
|
+
readonly childElementCount: number;
|
|
2182
|
+
readonly children: HTMLCollection;
|
|
2183
|
+
readonly firstElementChild: Element | null;
|
|
2184
|
+
readonly lastElementChild: Element | null;
|
|
2185
|
+
append(...nodes: (string | Node)[]): void;
|
|
2186
|
+
prepend(...nodes: (string | Node)[]): void;
|
|
2187
|
+
querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
|
|
2188
|
+
querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
|
|
2189
|
+
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
|
|
2190
|
+
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
|
|
2191
|
+
querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
|
|
2192
|
+
querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
|
|
2193
|
+
querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
|
|
2194
|
+
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
2195
|
+
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
2196
|
+
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
2197
|
+
replaceChildren(...nodes: (string | Node)[]): void;
|
|
2198
|
+
readonly assignedSlot: HTMLSlotElement | null;
|
|
2199
|
+
readonly style: CSSStyleDeclaration;
|
|
2200
|
+
contentEditable: string;
|
|
2201
|
+
enterKeyHint: string;
|
|
2202
|
+
inputMode: string;
|
|
2203
|
+
readonly isContentEditable: boolean;
|
|
2204
|
+
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
2205
|
+
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2206
|
+
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2207
|
+
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2208
|
+
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2209
|
+
onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2210
|
+
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
2211
|
+
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
2212
|
+
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2213
|
+
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2214
|
+
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2215
|
+
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2216
|
+
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2217
|
+
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2218
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2219
|
+
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
2220
|
+
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2221
|
+
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
2222
|
+
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2223
|
+
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
2224
|
+
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
2225
|
+
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
2226
|
+
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
2227
|
+
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
2228
|
+
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
2229
|
+
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
2230
|
+
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2231
|
+
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2232
|
+
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2233
|
+
onerror: OnErrorEventHandler;
|
|
2234
|
+
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
2235
|
+
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
2236
|
+
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2237
|
+
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2238
|
+
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2239
|
+
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
2240
|
+
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
2241
|
+
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
2242
|
+
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2243
|
+
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2244
|
+
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2245
|
+
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2246
|
+
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2247
|
+
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2248
|
+
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2249
|
+
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2250
|
+
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2251
|
+
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2252
|
+
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2253
|
+
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2254
|
+
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
2255
|
+
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2256
|
+
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2257
|
+
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2258
|
+
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2259
|
+
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2260
|
+
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2261
|
+
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2262
|
+
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2263
|
+
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2264
|
+
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2265
|
+
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2266
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
|
|
2267
|
+
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2268
|
+
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2269
|
+
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
2270
|
+
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2271
|
+
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
2272
|
+
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2273
|
+
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2274
|
+
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2275
|
+
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2276
|
+
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2277
|
+
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2278
|
+
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2279
|
+
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
2280
|
+
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2281
|
+
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2282
|
+
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2283
|
+
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2284
|
+
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2285
|
+
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2286
|
+
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2287
|
+
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
2288
|
+
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
2289
|
+
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
2290
|
+
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
2291
|
+
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2292
|
+
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2293
|
+
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2294
|
+
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2295
|
+
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2296
|
+
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2297
|
+
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
2298
|
+
autofocus: boolean;
|
|
2299
|
+
readonly dataset: DOMStringMap;
|
|
2300
|
+
nonce?: string | undefined;
|
|
2301
|
+
tabIndex: number;
|
|
2302
|
+
blur(): void;
|
|
2303
|
+
focus(options?: FocusOptions | undefined): void;
|
|
2304
|
+
ariaColIndexText: string | null;
|
|
2305
|
+
ariaDescription: string | null;
|
|
2306
|
+
ariaRowIndexText: string | null;
|
|
2307
|
+
ariaRelevant: string | null;
|
|
2308
|
+
roleChanged(prev: string | null, next: string | null): void;
|
|
2309
|
+
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
2310
|
+
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
2311
|
+
ariaBusyChanged(prev: string | null, next: string | null): void;
|
|
2312
|
+
ariaCheckedChanged(prev: string | null, next: string | null): void;
|
|
2313
|
+
ariaColCountChanged(prev: string | null, next: string | null): void;
|
|
2314
|
+
ariaColIndexChanged(prev: string | null, next: string | null): void;
|
|
2315
|
+
ariaColIndexTextChanged(prev: string | null, next: string | null): void;
|
|
2316
|
+
ariaColSpanChanged(prev: string | null, next: string | null): void;
|
|
2317
|
+
ariaCurrentChanged(prev: string | null, next: string | null): void;
|
|
2318
|
+
ariaDescriptionChanged(prev: string | null, next: string | null): void;
|
|
2319
|
+
ariaDisabledChanged(prev: string | null, next: string | null): void;
|
|
2320
|
+
ariaExpandedChanged(prev: string | null, next: string | null): void;
|
|
2321
|
+
ariaHasPopupChanged(prev: string | null, next: string | null): void;
|
|
2322
|
+
ariaHiddenChanged(prev: string | null, next: string | null): void;
|
|
2323
|
+
ariaInvalidChanged(prev: string | null, next: string | null): void;
|
|
2324
|
+
ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
|
|
2325
|
+
ariaLabelChanged(prev: string | null, next: string | null): void;
|
|
2326
|
+
ariaLevelChanged(prev: string | null, next: string | null): void;
|
|
2327
|
+
ariaLiveChanged(prev: string | null, next: string | null): void;
|
|
2328
|
+
ariaModalChanged(prev: string | null, next: string | null): void;
|
|
2329
|
+
ariaMultiLineChanged(prev: string | null, next: string | null): void;
|
|
2330
|
+
ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
|
|
2331
|
+
ariaOrientationChanged(prev: string | null, next: string | null): void;
|
|
2332
|
+
ariaPlaceholderChanged(prev: string | null, next: string | null): void;
|
|
2333
|
+
ariaPosInSetChanged(prev: string | null, next: string | null): void;
|
|
2334
|
+
ariaPressedChanged(prev: string | null, next: string | null): void;
|
|
2335
|
+
ariaReadOnlyChanged(prev: string | null, next: string | null): void;
|
|
2336
|
+
ariaRequiredChanged(prev: string | null, next: string | null): void;
|
|
2337
|
+
ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
|
|
2338
|
+
ariaRowCountChanged(prev: string | null, next: string | null): void;
|
|
2339
|
+
ariaRowIndexChanged(prev: string | null, next: string | null): void;
|
|
2340
|
+
ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
|
|
2341
|
+
ariaRowSpanChanged(prev: string | null, next: string | null): void;
|
|
2342
|
+
ariaSelectedChanged(prev: string | null, next: string | null): void;
|
|
2343
|
+
ariaSetSizeChanged(prev: string | null, next: string | null): void;
|
|
2344
|
+
ariaSortChanged(prev: string | null, next: string | null): void;
|
|
2345
|
+
ariaValueMaxChanged(prev: string | null, next: string | null): void;
|
|
2346
|
+
ariaValueMinChanged(prev: string | null, next: string | null): void;
|
|
2347
|
+
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
2348
|
+
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
2349
|
+
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
2350
|
+
"__#1@#handleReplacedProp"(replacedProp: {
|
|
2351
|
+
newPropertyName: string;
|
|
2352
|
+
deprecatedPropertyName: string;
|
|
2353
|
+
fromDeprecated: (v: any) => any;
|
|
2354
|
+
toDeprecated?: ((v: any) => any) | undefined;
|
|
2355
|
+
}): void;
|
|
2356
|
+
};
|
|
1980
2357
|
} & {
|
|
1981
2358
|
new (...args: any[]): {
|
|
1982
2359
|
proxy: HTMLInputElement;
|
|
@@ -1984,6 +2361,7 @@ declare const ColorPicker_base: {
|
|
|
1984
2361
|
swatches: ColorSwatch[];
|
|
1985
2362
|
connectedCallback(): void;
|
|
1986
2363
|
_canvasColor: string;
|
|
2364
|
+
readonly _computedCanvasColor: string;
|
|
1987
2365
|
_refreshCanvasColor(): void;
|
|
1988
2366
|
_applyContrastClass(color: string, threshold?: number): boolean;
|
|
1989
2367
|
_getRowLength(): number;
|
|
@@ -1994,7 +2372,7 @@ declare const ColorPicker_base: {
|
|
|
1994
2372
|
_getGridCells(): HTMLElement[];
|
|
1995
2373
|
_handleCellKeydown(event: KeyboardEvent, value: string, index: number, isSaveCell?: boolean | undefined): boolean;
|
|
1996
2374
|
_focusSwatchByIndex(index: number): void;
|
|
1997
|
-
_renderColorSwatch(iconTag: import("@microsoft/fast-element").InlineTemplateDirective): import("@microsoft/fast-element").ViewTemplate<ColorSwatch, any>;
|
|
2375
|
+
_renderColorSwatch(iconTag: import("@microsoft/fast-element").InlineTemplateDirective, tooltipTag: import("@microsoft/fast-element").InlineTemplateDirective): import("@microsoft/fast-element").ViewTemplate<ColorSwatch, any>;
|
|
1998
2376
|
readonly locale: import("../../shared/localization/Locale").Locale;
|
|
1999
2377
|
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
2000
2378
|
readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
|
|
@@ -2021,9 +2399,9 @@ declare const ColorPicker_base: {
|
|
|
2021
2399
|
translate: boolean;
|
|
2022
2400
|
attachInternals(): ElementInternals;
|
|
2023
2401
|
click(): void;
|
|
2024
|
-
addEventListener<
|
|
2402
|
+
addEventListener<K_62 extends keyof HTMLElementEventMap>(type: K_62, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_62]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
2025
2403
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
2026
|
-
removeEventListener<
|
|
2404
|
+
removeEventListener<K_63 extends keyof HTMLElementEventMap>(type: K_63, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_63]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
2027
2405
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
2028
2406
|
readonly attributes: NamedNodeMap;
|
|
2029
2407
|
readonly classList: DOMTokenList;
|
|
@@ -2050,10 +2428,10 @@ declare const ColorPicker_base: {
|
|
|
2050
2428
|
readonly tagName: string;
|
|
2051
2429
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
2052
2430
|
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
2053
|
-
closest<
|
|
2054
|
-
closest<
|
|
2055
|
-
closest<
|
|
2056
|
-
closest<
|
|
2431
|
+
closest<K_64 extends keyof HTMLElementTagNameMap>(selector: K_64): HTMLElementTagNameMap[K_64] | null;
|
|
2432
|
+
closest<K_65 extends keyof SVGElementTagNameMap>(selector: K_65): SVGElementTagNameMap[K_65] | null;
|
|
2433
|
+
closest<K_66 extends keyof MathMLElementTagNameMap>(selector: K_66): MathMLElementTagNameMap[K_66] | null;
|
|
2434
|
+
closest<E_8 extends Element = Element>(selectors: string): E_8 | null;
|
|
2057
2435
|
getAttribute(qualifiedName: string): string | null;
|
|
2058
2436
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
2059
2437
|
getAttributeNames(): string[];
|
|
@@ -2062,10 +2440,10 @@ declare const ColorPicker_base: {
|
|
|
2062
2440
|
getBoundingClientRect(): DOMRect;
|
|
2063
2441
|
getClientRects(): DOMRectList;
|
|
2064
2442
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
2065
|
-
getElementsByTagName<
|
|
2066
|
-
getElementsByTagName<
|
|
2067
|
-
getElementsByTagName<
|
|
2068
|
-
getElementsByTagName<
|
|
2443
|
+
getElementsByTagName<K_67 extends keyof HTMLElementTagNameMap>(qualifiedName: K_67): HTMLCollectionOf<HTMLElementTagNameMap[K_67]>;
|
|
2444
|
+
getElementsByTagName<K_68 extends keyof SVGElementTagNameMap>(qualifiedName: K_68): HTMLCollectionOf<SVGElementTagNameMap[K_68]>;
|
|
2445
|
+
getElementsByTagName<K_69 extends keyof MathMLElementTagNameMap>(qualifiedName: K_69): HTMLCollectionOf<MathMLElementTagNameMap[K_69]>;
|
|
2446
|
+
getElementsByTagName<K_70 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_70): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_70]>;
|
|
2069
2447
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
2070
2448
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
2071
2449
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
@@ -2118,7 +2496,7 @@ declare const ColorPicker_base: {
|
|
|
2118
2496
|
contains(other: Node | null): boolean;
|
|
2119
2497
|
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
2120
2498
|
hasChildNodes(): boolean;
|
|
2121
|
-
insertBefore<
|
|
2499
|
+
insertBefore<T_9 extends Node>(node: T_9, child: Node | null): T_9;
|
|
2122
2500
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
2123
2501
|
isEqualNode(otherNode: Node | null): boolean;
|
|
2124
2502
|
isSameNode(otherNode: Node | null): boolean;
|
|
@@ -2,8 +2,12 @@ export interface ColorPickerLocale {
|
|
|
2
2
|
popupLabel: string;
|
|
3
3
|
swatchesLabel: string;
|
|
4
4
|
pickerButtonLabel: string;
|
|
5
|
+
hexInputLabel: string;
|
|
5
6
|
saveButtonLabel: string;
|
|
6
7
|
closeButtonLabel: string;
|
|
7
8
|
copyButtonLabel: string;
|
|
8
9
|
copyErrorText: string;
|
|
10
|
+
copySuccessMessage: (value: string) => string;
|
|
11
|
+
selectionSuccessMessage: (value: string) => string;
|
|
12
|
+
maxSwatchesMessage: (total: number, limit: number) => string;
|
|
9
13
|
}
|
|
@@ -1,6 +1,11 @@
|
|
|
1
|
+
import type { DataGridCellSortStates } from './data-grid.options';
|
|
2
|
+
type SortAnnouncements = Record<DataGridCellSortStates, string>;
|
|
1
3
|
export interface DataGridLocale {
|
|
2
4
|
cell: {
|
|
3
5
|
selected: string;
|
|
4
6
|
button: string;
|
|
7
|
+
sortStatus: SortAnnouncements;
|
|
8
|
+
sortInstruction: SortAnnouncements;
|
|
5
9
|
};
|
|
6
10
|
}
|
|
11
|
+
export {};
|
|
@@ -14,8 +14,8 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
14
14
|
readonly _resolvedMinDate: string;
|
|
15
15
|
readonly _resolvedMaxDate: string;
|
|
16
16
|
_isDateInValidRange(date: string): boolean;
|
|
17
|
-
"__#
|
|
18
|
-
"__#
|
|
17
|
+
"__#23@#isMonthAfterValidRange"(month: import("../../shared/datetime/month").Month): boolean | "";
|
|
18
|
+
"__#23@#isMonthBeforeValidRange"(month: import("../../shared/datetime/month").Month): boolean | "";
|
|
19
19
|
_isMonthInValidRange(month: import("../../shared/datetime/month").Month): boolean;
|
|
20
20
|
_closePopup: ((restoreFocusToTextField?: boolean) => void) & ((restoreFocusToTextField?: boolean) => void);
|
|
21
21
|
_onPickerButtonClick: (() => void) & (() => void);
|
|
@@ -54,20 +54,20 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
54
54
|
_pickerButtonEl: import("../components").VwcButtonElement;
|
|
55
55
|
connectedCallback(): void;
|
|
56
56
|
disconnectedCallback(): void;
|
|
57
|
-
"__#
|
|
58
|
-
"__#
|
|
57
|
+
"__#22@#onFocusIn": () => void;
|
|
58
|
+
"__#22@#onFocusOut": () => void;
|
|
59
59
|
proxy: HTMLInputElement;
|
|
60
60
|
validate(): void;
|
|
61
61
|
_getCustomValidationError(): string | null;
|
|
62
|
-
"__#
|
|
62
|
+
"__#22@#localeChangeHandler": {
|
|
63
63
|
handleChange: () => void;
|
|
64
64
|
};
|
|
65
|
-
"__#
|
|
66
|
-
"__#
|
|
67
|
-
"__#
|
|
65
|
+
"__#22@#localeChangeObserver": import("@microsoft/fast-element").ExpressionNotifier<any, any, any>;
|
|
66
|
+
"__#22@#startObservingLocaleChanges"(): void;
|
|
67
|
+
"__#22@#stopObservingLocaleChanges"(): void;
|
|
68
68
|
_popupOpen: boolean;
|
|
69
|
-
"__#
|
|
70
|
-
"__#
|
|
69
|
+
"__#22@#dismissOnClickOutside": (event: MouseEvent) => void;
|
|
70
|
+
"__#22@#openPopupIfPossible"(): void;
|
|
71
71
|
_onBaseKeyDown(event: KeyboardEvent): boolean;
|
|
72
72
|
_focusableElsWithinDialog(): NodeListOf<HTMLElement>;
|
|
73
73
|
readonly _dialogLabel: string;
|
|
@@ -916,20 +916,20 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
916
916
|
_pickerButtonEl: import("../components").VwcButtonElement;
|
|
917
917
|
connectedCallback(): void;
|
|
918
918
|
disconnectedCallback(): void;
|
|
919
|
-
"__#
|
|
920
|
-
"__#
|
|
919
|
+
"__#22@#onFocusIn": () => void;
|
|
920
|
+
"__#22@#onFocusOut": () => void;
|
|
921
921
|
proxy: HTMLInputElement;
|
|
922
922
|
validate(): void;
|
|
923
923
|
_getCustomValidationError(): string | null;
|
|
924
|
-
"__#
|
|
924
|
+
"__#22@#localeChangeHandler": {
|
|
925
925
|
handleChange: () => void;
|
|
926
926
|
};
|
|
927
|
-
"__#
|
|
928
|
-
"__#
|
|
929
|
-
"__#
|
|
927
|
+
"__#22@#localeChangeObserver": import("@microsoft/fast-element").ExpressionNotifier<any, any, any>;
|
|
928
|
+
"__#22@#startObservingLocaleChanges"(): void;
|
|
929
|
+
"__#22@#stopObservingLocaleChanges"(): void;
|
|
930
930
|
_popupOpen: boolean;
|
|
931
|
-
"__#
|
|
932
|
-
"__#
|
|
931
|
+
"__#22@#dismissOnClickOutside": (event: MouseEvent) => void;
|
|
932
|
+
"__#22@#openPopupIfPossible"(): void;
|
|
933
933
|
_closePopup(restoreFocusToTextField?: boolean): void;
|
|
934
934
|
_onBaseKeyDown(event: KeyboardEvent): boolean;
|
|
935
935
|
_focusableElsWithinDialog(): NodeListOf<HTMLElement>;
|
|
@@ -1763,8 +1763,8 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
1763
1763
|
_currentDate: string;
|
|
1764
1764
|
_currentMonth: import("../../shared/datetime/month").Month;
|
|
1765
1765
|
_isDateInValidRange(date: string): boolean;
|
|
1766
|
-
"__#
|
|
1767
|
-
"__#
|
|
1766
|
+
"__#23@#isMonthAfterValidRange"(month: import("../../shared/datetime/month").Month): boolean | "";
|
|
1767
|
+
"__#23@#isMonthBeforeValidRange"(month: import("../../shared/datetime/month").Month): boolean | "";
|
|
1768
1768
|
_isMonthInValidRange(month: import("../../shared/datetime/month").Month): boolean;
|
|
1769
1769
|
_closePopup: ((restoreFocusToTextField?: boolean) => void) & ((restoreFocusToTextField?: boolean) => void);
|
|
1770
1770
|
_onPickerButtonClick: (() => void) & (() => void);
|
|
@@ -1807,20 +1807,20 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
1807
1807
|
_pickerButtonEl: import("../components").VwcButtonElement;
|
|
1808
1808
|
connectedCallback(): void;
|
|
1809
1809
|
disconnectedCallback(): void;
|
|
1810
|
-
"__#
|
|
1811
|
-
"__#
|
|
1810
|
+
"__#22@#onFocusIn": () => void;
|
|
1811
|
+
"__#22@#onFocusOut": () => void;
|
|
1812
1812
|
proxy: HTMLInputElement;
|
|
1813
1813
|
validate(): void;
|
|
1814
1814
|
_getCustomValidationError(): string | null;
|
|
1815
|
-
"__#
|
|
1815
|
+
"__#22@#localeChangeHandler": {
|
|
1816
1816
|
handleChange: () => void;
|
|
1817
1817
|
};
|
|
1818
|
-
"__#
|
|
1819
|
-
"__#
|
|
1820
|
-
"__#
|
|
1818
|
+
"__#22@#localeChangeObserver": import("@microsoft/fast-element").ExpressionNotifier<any, any, any>;
|
|
1819
|
+
"__#22@#startObservingLocaleChanges"(): void;
|
|
1820
|
+
"__#22@#stopObservingLocaleChanges"(): void;
|
|
1821
1821
|
_popupOpen: boolean;
|
|
1822
|
-
"__#
|
|
1823
|
-
"__#
|
|
1822
|
+
"__#22@#dismissOnClickOutside": (event: MouseEvent) => void;
|
|
1823
|
+
"__#22@#openPopupIfPossible"(): void;
|
|
1824
1824
|
_onBaseKeyDown(event: KeyboardEvent): boolean;
|
|
1825
1825
|
_focusableElsWithinDialog(): NodeListOf<HTMLElement>;
|
|
1826
1826
|
readonly _dialogLabel: string;
|
|
@@ -2653,8 +2653,8 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
2653
2653
|
readonly _resolvedMinDate: string;
|
|
2654
2654
|
readonly _resolvedMaxDate: string;
|
|
2655
2655
|
_isDateInValidRange(date: string): boolean;
|
|
2656
|
-
"__#
|
|
2657
|
-
"__#
|
|
2656
|
+
"__#23@#isMonthAfterValidRange"(month: import("../../shared/datetime/month").Month): boolean | "";
|
|
2657
|
+
"__#23@#isMonthBeforeValidRange"(month: import("../../shared/datetime/month").Month): boolean | "";
|
|
2658
2658
|
_isMonthInValidRange(month: import("../../shared/datetime/month").Month): boolean;
|
|
2659
2659
|
_closePopup(restoreFocusToTextField?: boolean): void;
|
|
2660
2660
|
_onPickerButtonClick(): void;
|
|
@@ -2697,20 +2697,20 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
2697
2697
|
_pickerButtonEl: import("../components").VwcButtonElement;
|
|
2698
2698
|
connectedCallback(): void;
|
|
2699
2699
|
disconnectedCallback(): void;
|
|
2700
|
-
"__#
|
|
2701
|
-
"__#
|
|
2700
|
+
"__#22@#onFocusIn": () => void;
|
|
2701
|
+
"__#22@#onFocusOut": () => void;
|
|
2702
2702
|
proxy: HTMLInputElement;
|
|
2703
2703
|
validate(): void;
|
|
2704
2704
|
_getCustomValidationError(): string | null;
|
|
2705
|
-
"__#
|
|
2705
|
+
"__#22@#localeChangeHandler": {
|
|
2706
2706
|
handleChange: () => void;
|
|
2707
2707
|
};
|
|
2708
|
-
"__#
|
|
2709
|
-
"__#
|
|
2710
|
-
"__#
|
|
2708
|
+
"__#22@#localeChangeObserver": import("@microsoft/fast-element").ExpressionNotifier<any, any, any>;
|
|
2709
|
+
"__#22@#startObservingLocaleChanges"(): void;
|
|
2710
|
+
"__#22@#stopObservingLocaleChanges"(): void;
|
|
2711
2711
|
_popupOpen: boolean;
|
|
2712
|
-
"__#
|
|
2713
|
-
"__#
|
|
2712
|
+
"__#22@#dismissOnClickOutside": (event: MouseEvent) => void;
|
|
2713
|
+
"__#22@#openPopupIfPossible"(): void;
|
|
2714
2714
|
_onBaseKeyDown(event: KeyboardEvent): boolean;
|
|
2715
2715
|
_focusableElsWithinDialog(): NodeListOf<HTMLElement>;
|
|
2716
2716
|
readonly _dialogLabel: string;
|