@carbon/web-components 2.0.0-alpha.0 → 2.0.0-beta.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/README.md +19 -19
- package/custom-elements.json +474 -200
- package/es/components/accordion/accordion-item-skeleton.d.ts +20 -0
- package/es/components/accordion/accordion-item-skeleton.d.ts.map +1 -0
- package/es/components/accordion/accordion-item-skeleton.js +60 -0
- package/es/components/accordion/accordion-item-skeleton.js.map +1 -0
- package/es/components/accordion/accordion-item.d.ts +5 -4
- package/es/components/accordion/accordion-item.d.ts.map +1 -1
- package/es/components/accordion/accordion-item.js +24 -9
- package/es/components/accordion/accordion-item.js.map +1 -1
- package/es/components/accordion/accordion-skeleton.d.ts +40 -0
- package/es/components/accordion/accordion-skeleton.d.ts.map +1 -0
- package/es/components/accordion/accordion-skeleton.js +166 -0
- package/es/components/accordion/accordion-skeleton.js.map +1 -0
- package/es/components/accordion/accordion.css.js +1 -1
- package/es/components/accordion/accordion.d.ts +2 -2
- package/es/components/accordion/accordion.d.ts.map +1 -1
- package/es/components/accordion/accordion.js +5 -5
- package/es/components/accordion/accordion.js.map +1 -1
- package/es/components/accordion/accordion.rtl.css.js +1 -1
- package/es/components/accordion/index.d.ts +3 -1
- package/es/components/accordion/index.d.ts.map +1 -1
- package/es/components/accordion/index.js +3 -1
- package/es/components/accordion/index.js.map +1 -1
- package/es/components/breadcrumb/breadcrumb-item.d.ts +2 -2
- package/es/components/breadcrumb/breadcrumb-item.d.ts.map +1 -1
- package/es/components/breadcrumb/breadcrumb-item.js +5 -5
- package/es/components/breadcrumb/breadcrumb-item.js.map +1 -1
- package/es/components/breadcrumb/breadcrumb-link.d.ts +4 -3
- package/es/components/breadcrumb/breadcrumb-link.d.ts.map +1 -1
- package/es/components/breadcrumb/breadcrumb-link.js +20 -6
- package/es/components/breadcrumb/breadcrumb-link.js.map +1 -1
- package/es/components/breadcrumb/breadcrumb-overflow-menu.d.ts +3 -3
- package/es/components/breadcrumb/breadcrumb-overflow-menu.d.ts.map +1 -1
- package/es/components/breadcrumb/breadcrumb-overflow-menu.js +6 -6
- package/es/components/breadcrumb/breadcrumb-overflow-menu.js.map +1 -1
- package/es/components/breadcrumb/breadcrumb-skeleton.d.ts +19 -0
- package/es/components/breadcrumb/breadcrumb-skeleton.d.ts.map +1 -0
- package/es/components/breadcrumb/breadcrumb-skeleton.js +59 -0
- package/es/components/breadcrumb/breadcrumb-skeleton.js.map +1 -0
- package/es/components/breadcrumb/breadcrumb.css.js +1 -1
- package/es/components/breadcrumb/breadcrumb.d.ts +6 -2
- package/es/components/breadcrumb/breadcrumb.d.ts.map +1 -1
- package/es/components/breadcrumb/breadcrumb.js +30 -10
- package/es/components/breadcrumb/breadcrumb.js.map +1 -1
- package/es/components/breadcrumb/breadcrumb.rtl.css.js +1 -1
- package/es/components/breadcrumb/index.d.ts +2 -1
- package/es/components/breadcrumb/index.d.ts.map +1 -1
- package/es/components/breadcrumb/index.js +2 -1
- package/es/components/breadcrumb/index.js.map +1 -1
- package/es/components/button/button-set.d.ts +32 -0
- package/es/components/button/button-set.d.ts.map +1 -0
- package/es/components/button/button-set.js +92 -0
- package/es/components/button/button-set.js.map +1 -0
- package/es/components/button/button.css.js +1 -1
- package/es/components/button/button.d.ts +47 -8
- package/es/components/button/button.d.ts.map +1 -1
- package/es/components/button/button.js +187 -34
- package/es/components/button/button.js.map +1 -1
- package/es/components/button/button.rtl.css.js +1 -1
- package/es/components/button/defs.d.ts +60 -14
- package/es/components/button/defs.d.ts.map +1 -1
- package/es/components/button/defs.js +34 -11
- package/es/components/button/defs.js.map +1 -1
- package/es/components/button/index.d.ts +2 -1
- package/es/components/button/index.d.ts.map +1 -1
- package/es/components/button/index.js +2 -1
- package/es/components/button/index.js.map +1 -1
- package/es/components/checkbox/checkbox.css.js +1 -1
- package/es/components/checkbox/checkbox.rtl.css.js +1 -1
- package/es/components/code-snippet/code-snippet.css.js +1 -1
- package/es/components/code-snippet/code-snippet.rtl.css.js +1 -1
- package/es/components/combo-box/combo-box.css.js +1 -1
- package/es/components/combo-box/combo-box.rtl.css.js +1 -1
- package/es/components/data-table/data-table.css.js +1 -1
- package/es/components/data-table/data-table.rtl.css.js +1 -1
- package/es/components/date-picker/date-picker.css.js +1 -1
- package/es/components/date-picker/date-picker.rtl.css.js +1 -1
- package/es/components/dropdown/dropdown.css.js +1 -1
- package/es/components/dropdown/dropdown.rtl.css.js +1 -1
- package/es/components/file-uploader/file-uploader.css.js +1 -1
- package/es/components/file-uploader/file-uploader.rtl.css.js +1 -1
- package/es/components/form/form-item.css.js +1 -1
- package/es/components/form/form-item.rtl.css.js +1 -1
- package/es/components/input/input.css.js +1 -1
- package/es/components/input/input.rtl.css.js +1 -1
- package/es/components/layer/index.d.ts +11 -0
- package/es/components/layer/index.d.ts.map +1 -0
- package/es/components/layer/index.js +11 -0
- package/es/components/layer/index.js.map +1 -0
- package/es/components/layer/layer.css.js +12 -0
- package/es/components/layer/layer.d.ts +36 -0
- package/es/components/layer/layer.d.ts.map +1 -0
- package/es/components/layer/layer.js +117 -0
- package/es/components/layer/layer.js.map +1 -0
- package/es/components/layer/layer.rtl.css.js +12 -0
- package/es/components/link/link.d.ts +16 -8
- package/es/components/link/link.d.ts.map +1 -1
- package/es/components/link/link.js +41 -9
- package/es/components/link/link.js.map +1 -1
- package/es/components/multi-select/multi-select.css.js +1 -1
- package/es/components/multi-select/multi-select.rtl.css.js +1 -1
- package/es/components/number-input/number-input.css.js +1 -1
- package/es/components/number-input/number-input.rtl.css.js +1 -1
- package/es/components/pagination/pagination.css.js +1 -1
- package/es/components/pagination/pagination.rtl.css.js +1 -1
- package/es/components/radio-button/radio-button-group.d.ts +16 -4
- package/es/components/radio-button/radio-button-group.d.ts.map +1 -1
- package/es/components/radio-button/radio-button-group.js +55 -8
- package/es/components/radio-button/radio-button-group.js.map +1 -1
- package/es/components/radio-button/radio-button.css.js +1 -1
- package/es/components/radio-button/radio-button.d.ts +12 -4
- package/es/components/radio-button/radio-button.d.ts.map +1 -1
- package/es/components/radio-button/radio-button.js +44 -12
- package/es/components/radio-button/radio-button.js.map +1 -1
- package/es/components/radio-button/radio-button.rtl.css.js +1 -1
- package/es/components/search/search.css.js +1 -1
- package/es/components/search/search.rtl.css.js +1 -1
- package/es/components/select/select.css.js +1 -1
- package/es/components/select/select.rtl.css.js +1 -1
- package/es/components/slider/slider.css.js +1 -1
- package/es/components/slider/slider.rtl.css.js +1 -1
- package/es/components/tabs/tabs.css.js +1 -1
- package/es/components/tabs/tabs.rtl.css.js +1 -1
- package/es/components/tag/defs.d.ts +3 -3
- package/es/components/tag/defs.d.ts.map +1 -1
- package/es/components/tag/defs.js +2 -2
- package/es/components/tag/defs.js.map +1 -1
- package/es/components/tag/index.d.ts +1 -2
- package/es/components/tag/index.d.ts.map +1 -1
- package/es/components/tag/index.js +1 -2
- package/es/components/tag/index.js.map +1 -1
- package/es/components/tag/tag.css.js +1 -1
- package/es/components/tag/tag.d.ts +660 -3
- package/es/components/tag/tag.d.ts.map +1 -1
- package/es/components/tag/tag.js +160 -13
- package/es/components/tag/tag.js.map +1 -1
- package/es/components/tag/tag.rtl.css.js +1 -1
- package/es/components/textarea/textarea.css.js +1 -1
- package/es/components/textarea/textarea.rtl.css.js +1 -1
- package/es/components/tile/expandable-tile.d.ts +5 -5
- package/es/components/tile/expandable-tile.d.ts.map +1 -1
- package/es/components/tile/expandable-tile.js +50 -36
- package/es/components/tile/expandable-tile.js.map +1 -1
- package/es/components/tile/radio-tile.d.ts +6 -338
- package/es/components/tile/radio-tile.d.ts.map +1 -1
- package/es/components/tile/radio-tile.js +36 -127
- package/es/components/tile/radio-tile.js.map +1 -1
- package/es/components/tile/selectable-tile.d.ts +322 -1
- package/es/components/tile/selectable-tile.d.ts.map +1 -1
- package/es/components/tile/selectable-tile.js +26 -10
- package/es/components/tile/selectable-tile.js.map +1 -1
- package/es/components/tile/tile-group.d.ts +380 -3
- package/es/components/tile/tile-group.d.ts.map +1 -1
- package/es/components/tile/tile-group.js +336 -19
- package/es/components/tile/tile-group.js.map +1 -1
- package/es/components/tile/tile.css.js +1 -1
- package/es/components/tile/tile.rtl.css.js +1 -1
- package/es/components/toggle/toggle.css.js +1 -1
- package/es/components/toggle/toggle.d.ts +13 -5
- package/es/components/toggle/toggle.d.ts.map +1 -1
- package/es/components/toggle/toggle.js +46 -15
- package/es/components/toggle/toggle.js.map +1 -1
- package/es/components/toggle/toggle.rtl.css.js +1 -1
- package/es/components/toggle-tip/toggletip.css.js +1 -1
- package/es/components/toggle-tip/toggletip.d.ts +5 -1
- package/es/components/toggle-tip/toggletip.d.ts.map +1 -1
- package/es/components/toggle-tip/toggletip.js +12 -12
- package/es/components/toggle-tip/toggletip.js.map +1 -1
- package/es/components/toggle-tip/toggletip.rtl.css.js +1 -1
- package/es/components/tooltip/tooltip-body.d.ts.map +1 -1
- package/es/components/tooltip/tooltip-body.js +1 -5
- package/es/components/tooltip/tooltip-body.js.map +1 -1
- package/es/components/tooltip/tooltip.css.js +1 -1
- package/es/components/tooltip/tooltip.d.ts +1 -2
- package/es/components/tooltip/tooltip.d.ts.map +1 -1
- package/es/components/tooltip/tooltip.js +9 -3
- package/es/components/tooltip/tooltip.js.map +1 -1
- package/es/components/tooltip/tooltip.rtl.css.js +1 -1
- package/es/components-react/accordion/accordion-item-skeleton.d.ts +15 -0
- package/es/components-react/accordion/accordion-item-skeleton.js +21 -0
- package/es/components-react/accordion/accordion-item.d.ts +2 -2
- package/es/components-react/accordion/accordion-skeleton.d.ts +15 -0
- package/es/components-react/accordion/accordion-skeleton.js +21 -0
- package/es/components-react/accordion/accordion.d.ts +2 -2
- package/es/components-react/breadcrumb/breadcrumb-item.d.ts +2 -2
- package/es/components-react/breadcrumb/breadcrumb-link.d.ts +2 -2
- package/es/components-react/breadcrumb/breadcrumb-overflow-menu.d.ts +2 -2
- package/es/components-react/breadcrumb/breadcrumb-skeleton.d.ts +15 -0
- package/es/components-react/breadcrumb/breadcrumb-skeleton.js +21 -0
- package/es/components-react/breadcrumb/breadcrumb.d.ts +2 -2
- package/es/components-react/button/button-set.d.ts +15 -0
- package/es/components-react/button/button-set.js +21 -0
- package/es/components-react/button/button.js +7 -1
- package/es/components-react/layer/index.d.ts +14 -0
- package/es/components-react/layer/index.js +8 -0
- package/es/components-react/layer/layer.d.ts +19 -0
- package/es/components-react/{tag/filter-tag.js → layer/layer.js} +5 -10
- package/es/components-react/link/link.d.ts +2 -2
- package/es/components-react/radio-button/radio-button-group.d.ts +2 -2
- package/es/components-react/radio-button/radio-button.d.ts +2 -2
- package/es/components-react/tag/tag.d.ts +11 -2
- package/es/components-react/tag/tag.js +12 -2
- package/es/components-react/tile/radio-tile.d.ts +8 -3
- package/es/components-react/tile/radio-tile.js +8 -2
- package/es/components-react/tile/tile-group.d.ts +10 -2
- package/es/components-react/tile/tile-group.js +12 -2
- package/es/components-react/toggle/toggle.d.ts +2 -2
- package/es/globals/internal/radio-group-manager.d.ts +3 -2
- package/es/globals/internal/radio-group-manager.d.ts.map +1 -1
- package/es/globals/internal/radio-group-manager.js +5 -4
- package/es/globals/internal/radio-group-manager.js.map +1 -1
- package/es/index.d.ts +0 -1
- package/es/index.d.ts.map +1 -1
- package/es/index.js +0 -1
- package/es/index.js.map +1 -1
- package/lib/components/button/defs.js +36 -13
- package/lib/components/button/defs.js.map +1 -1
- package/lib/components/tag/defs.js +2 -2
- package/lib/components/tag/defs.js.map +1 -1
- package/lib/components-react-node/accordion/accordion-item-skeleton.js +36 -0
- package/lib/components-react-node/accordion/accordion-skeleton.js +36 -0
- package/lib/components-react-node/breadcrumb/breadcrumb-skeleton.js +36 -0
- package/lib/components-react-node/button/button-set.js +36 -0
- package/lib/components-react-node/button/button.js +18 -6
- package/lib/components-react-node/layer/index.js +9 -0
- package/lib/components-react-node/{tag/filter-tag.js → layer/layer.js} +4 -21
- package/lib/components-react-node/tag/tag.js +12 -2
- package/lib/components-react-node/tile/radio-tile.js +8 -2
- package/lib/components-react-node/tile/tile-group.js +12 -2
- package/package.json +6 -7
- package/scss/components/accordion/accordion.scss +24 -10
- package/scss/components/breadcrumb/breadcrumb.scss +6 -3
- package/scss/components/button/button.scss +16 -34
- package/scss/components/combo-box/combo-box.scss +0 -1
- package/scss/components/layer/layer.scss +29 -0
- package/scss/components/radio-button/radio-button.scss +6 -6
- package/scss/components/tag/tag.scss +69 -72
- package/scss/components/tile/tile.scss +38 -16
- package/scss/components/toggle/toggle.scss +4 -0
- package/CHANGELOG.md +0 -87
- package/es/components/tag/filter-tag.d.ts +0 -680
- package/es/components/tag/filter-tag.d.ts.map +0 -1
- package/es/components/tag/filter-tag.js +0 -194
- package/es/components/tag/filter-tag.js.map +0 -1
- package/es/components-react/tag/filter-tag.d.ts +0 -24
|
@@ -1,680 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
*
|
|
4
|
-
* Copyright IBM Corp. 2019, 2023
|
|
5
|
-
*
|
|
6
|
-
* This source code is licensed under the Apache-2.0 license found in the
|
|
7
|
-
* LICENSE file in the root directory of this source tree.
|
|
8
|
-
*/
|
|
9
|
-
import { LitElement } from 'lit';
|
|
10
|
-
import { TAG_SIZE, TAG_TYPE } from './defs';
|
|
11
|
-
export { TAG_SIZE, TAG_TYPE };
|
|
12
|
-
declare const BXFilterTag_base: {
|
|
13
|
-
new (...args: any[]): {
|
|
14
|
-
_handles: Set<import("../../globals/internal/handle").default>;
|
|
15
|
-
connectedCallback(): void;
|
|
16
|
-
disconnectedCallback(): void;
|
|
17
|
-
accessKey: string;
|
|
18
|
-
readonly accessKeyLabel: string;
|
|
19
|
-
autocapitalize: string;
|
|
20
|
-
dir: string;
|
|
21
|
-
draggable: boolean;
|
|
22
|
-
hidden: boolean;
|
|
23
|
-
inert: boolean;
|
|
24
|
-
innerText: string;
|
|
25
|
-
lang: string;
|
|
26
|
-
readonly offsetHeight: number;
|
|
27
|
-
readonly offsetLeft: number;
|
|
28
|
-
readonly offsetParent: Element | null;
|
|
29
|
-
readonly offsetTop: number;
|
|
30
|
-
readonly offsetWidth: number;
|
|
31
|
-
outerText: string;
|
|
32
|
-
spellcheck: boolean;
|
|
33
|
-
title: string;
|
|
34
|
-
translate: boolean;
|
|
35
|
-
attachInternals(): ElementInternals;
|
|
36
|
-
click(): void;
|
|
37
|
-
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
38
|
-
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
39
|
-
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
40
|
-
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
41
|
-
readonly attributes: NamedNodeMap;
|
|
42
|
-
readonly classList: DOMTokenList;
|
|
43
|
-
className: string;
|
|
44
|
-
readonly clientHeight: number;
|
|
45
|
-
readonly clientLeft: number;
|
|
46
|
-
readonly clientTop: number;
|
|
47
|
-
readonly clientWidth: number;
|
|
48
|
-
id: string;
|
|
49
|
-
readonly localName: string;
|
|
50
|
-
readonly namespaceURI: string | null;
|
|
51
|
-
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
52
|
-
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
53
|
-
outerHTML: string;
|
|
54
|
-
readonly ownerDocument: Document;
|
|
55
|
-
readonly part: DOMTokenList;
|
|
56
|
-
readonly prefix: string | null;
|
|
57
|
-
readonly scrollHeight: number;
|
|
58
|
-
scrollLeft: number;
|
|
59
|
-
scrollTop: number;
|
|
60
|
-
readonly scrollWidth: number;
|
|
61
|
-
readonly shadowRoot: ShadowRoot | null;
|
|
62
|
-
slot: string;
|
|
63
|
-
readonly tagName: string;
|
|
64
|
-
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
65
|
-
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2] | null;
|
|
66
|
-
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3] | null;
|
|
67
|
-
closest<E extends Element = Element>(selectors: string): E | null;
|
|
68
|
-
getAttribute(qualifiedName: string): string | null;
|
|
69
|
-
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
70
|
-
getAttributeNames(): string[];
|
|
71
|
-
getAttributeNode(qualifiedName: string): Attr | null;
|
|
72
|
-
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
73
|
-
getBoundingClientRect(): DOMRect;
|
|
74
|
-
getClientRects(): DOMRectList;
|
|
75
|
-
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
76
|
-
getElementsByTagName<K_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4): HTMLCollectionOf<HTMLElementTagNameMap[K_4]>;
|
|
77
|
-
getElementsByTagName<K_5 extends keyof SVGElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<SVGElementTagNameMap[K_5]>;
|
|
78
|
-
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
79
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
80
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
81
|
-
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
82
|
-
hasAttribute(qualifiedName: string): boolean;
|
|
83
|
-
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
84
|
-
hasAttributes(): boolean;
|
|
85
|
-
hasPointerCapture(pointerId: number): boolean;
|
|
86
|
-
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
87
|
-
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
88
|
-
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
89
|
-
matches(selectors: string): boolean;
|
|
90
|
-
releasePointerCapture(pointerId: number): void;
|
|
91
|
-
removeAttribute(qualifiedName: string): void;
|
|
92
|
-
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
93
|
-
removeAttributeNode(attr: Attr): Attr;
|
|
94
|
-
requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
|
|
95
|
-
requestPointerLock(): void;
|
|
96
|
-
scroll(options?: ScrollToOptions | undefined): void;
|
|
97
|
-
scroll(x: number, y: number): void;
|
|
98
|
-
scrollBy(options?: ScrollToOptions | undefined): void;
|
|
99
|
-
scrollBy(x: number, y: number): void;
|
|
100
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
|
|
101
|
-
scrollTo(options?: ScrollToOptions | undefined): void;
|
|
102
|
-
scrollTo(x: number, y: number): void;
|
|
103
|
-
setAttribute(qualifiedName: string, value: string): void;
|
|
104
|
-
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
105
|
-
setAttributeNode(attr: Attr): Attr | null;
|
|
106
|
-
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
107
|
-
setPointerCapture(pointerId: number): void;
|
|
108
|
-
toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
|
|
109
|
-
webkitMatchesSelector(selectors: string): boolean;
|
|
110
|
-
readonly baseURI: string;
|
|
111
|
-
readonly childNodes: NodeListOf<ChildNode>;
|
|
112
|
-
readonly firstChild: ChildNode | null;
|
|
113
|
-
readonly isConnected: boolean;
|
|
114
|
-
readonly lastChild: ChildNode | null;
|
|
115
|
-
readonly nextSibling: ChildNode | null;
|
|
116
|
-
readonly nodeName: string;
|
|
117
|
-
readonly nodeType: number;
|
|
118
|
-
nodeValue: string | null;
|
|
119
|
-
readonly parentElement: HTMLElement | null;
|
|
120
|
-
readonly parentNode: ParentNode | null;
|
|
121
|
-
readonly previousSibling: ChildNode | null;
|
|
122
|
-
textContent: string | null;
|
|
123
|
-
appendChild<T extends Node>(node: T): T;
|
|
124
|
-
cloneNode(deep?: boolean | undefined): Node;
|
|
125
|
-
compareDocumentPosition(other: Node): number;
|
|
126
|
-
contains(other: Node | null): boolean;
|
|
127
|
-
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
128
|
-
hasChildNodes(): boolean;
|
|
129
|
-
insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
|
|
130
|
-
isDefaultNamespace(namespace: string | null): boolean;
|
|
131
|
-
isEqualNode(otherNode: Node | null): boolean;
|
|
132
|
-
isSameNode(otherNode: Node | null): boolean;
|
|
133
|
-
lookupNamespaceURI(prefix: string | null): string | null;
|
|
134
|
-
lookupPrefix(namespace: string | null): string | null;
|
|
135
|
-
normalize(): void;
|
|
136
|
-
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
137
|
-
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
138
|
-
readonly ATTRIBUTE_NODE: number;
|
|
139
|
-
readonly CDATA_SECTION_NODE: number;
|
|
140
|
-
readonly COMMENT_NODE: number;
|
|
141
|
-
readonly DOCUMENT_FRAGMENT_NODE: number;
|
|
142
|
-
readonly DOCUMENT_NODE: number;
|
|
143
|
-
readonly DOCUMENT_POSITION_CONTAINED_BY: number;
|
|
144
|
-
readonly DOCUMENT_POSITION_CONTAINS: number;
|
|
145
|
-
readonly DOCUMENT_POSITION_DISCONNECTED: number;
|
|
146
|
-
readonly DOCUMENT_POSITION_FOLLOWING: number;
|
|
147
|
-
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;
|
|
148
|
-
readonly DOCUMENT_POSITION_PRECEDING: number;
|
|
149
|
-
readonly DOCUMENT_TYPE_NODE: number;
|
|
150
|
-
readonly ELEMENT_NODE: number;
|
|
151
|
-
readonly ENTITY_NODE: number;
|
|
152
|
-
readonly ENTITY_REFERENCE_NODE: number;
|
|
153
|
-
readonly NOTATION_NODE: number;
|
|
154
|
-
readonly PROCESSING_INSTRUCTION_NODE: number;
|
|
155
|
-
readonly TEXT_NODE: number;
|
|
156
|
-
dispatchEvent(event: Event): boolean;
|
|
157
|
-
ariaAtomic: string | null;
|
|
158
|
-
ariaAutoComplete: string | null;
|
|
159
|
-
ariaBusy: string | null;
|
|
160
|
-
ariaChecked: string | null;
|
|
161
|
-
ariaColCount: string | null;
|
|
162
|
-
ariaColIndex: string | null;
|
|
163
|
-
ariaColSpan: string | null;
|
|
164
|
-
ariaCurrent: string | null;
|
|
165
|
-
ariaDisabled: string | null;
|
|
166
|
-
ariaExpanded: string | null;
|
|
167
|
-
ariaHasPopup: string | null;
|
|
168
|
-
ariaHidden: string | null;
|
|
169
|
-
ariaKeyShortcuts: string | null;
|
|
170
|
-
ariaLabel: string | null;
|
|
171
|
-
ariaLevel: string | null;
|
|
172
|
-
ariaLive: string | null;
|
|
173
|
-
ariaModal: string | null;
|
|
174
|
-
ariaMultiLine: string | null;
|
|
175
|
-
ariaMultiSelectable: string | null;
|
|
176
|
-
ariaOrientation: string | null;
|
|
177
|
-
ariaPlaceholder: string | null;
|
|
178
|
-
ariaPosInSet: string | null;
|
|
179
|
-
ariaPressed: string | null;
|
|
180
|
-
ariaReadOnly: string | null;
|
|
181
|
-
ariaRequired: string | null;
|
|
182
|
-
ariaRoleDescription: string | null;
|
|
183
|
-
ariaRowCount: string | null;
|
|
184
|
-
ariaRowIndex: string | null;
|
|
185
|
-
ariaRowSpan: string | null;
|
|
186
|
-
ariaSelected: string | null;
|
|
187
|
-
ariaSetSize: string | null;
|
|
188
|
-
ariaSort: string | null;
|
|
189
|
-
ariaValueMax: string | null;
|
|
190
|
-
ariaValueMin: string | null;
|
|
191
|
-
ariaValueNow: string | null;
|
|
192
|
-
ariaValueText: string | null;
|
|
193
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
|
|
194
|
-
getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
|
|
195
|
-
after(...nodes: (string | Node)[]): void;
|
|
196
|
-
before(...nodes: (string | Node)[]): void;
|
|
197
|
-
remove(): void;
|
|
198
|
-
replaceWith(...nodes: (string | Node)[]): void;
|
|
199
|
-
innerHTML: string;
|
|
200
|
-
readonly nextElementSibling: Element | null;
|
|
201
|
-
readonly previousElementSibling: Element | null;
|
|
202
|
-
readonly childElementCount: number;
|
|
203
|
-
readonly children: HTMLCollection;
|
|
204
|
-
readonly firstElementChild: Element | null;
|
|
205
|
-
readonly lastElementChild: Element | null;
|
|
206
|
-
append(...nodes: (string | Node)[]): void;
|
|
207
|
-
prepend(...nodes: (string | Node)[]): void;
|
|
208
|
-
querySelector<K_6 extends keyof HTMLElementTagNameMap>(selectors: K_6): HTMLElementTagNameMap[K_6] | null;
|
|
209
|
-
querySelector<K_7 extends keyof SVGElementTagNameMap>(selectors: K_7): SVGElementTagNameMap[K_7] | null;
|
|
210
|
-
querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
|
|
211
|
-
querySelectorAll<K_8 extends keyof HTMLElementTagNameMap>(selectors: K_8): NodeListOf<HTMLElementTagNameMap[K_8]>;
|
|
212
|
-
querySelectorAll<K_9 extends keyof SVGElementTagNameMap>(selectors: K_9): NodeListOf<SVGElementTagNameMap[K_9]>;
|
|
213
|
-
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
214
|
-
replaceChildren(...nodes: (string | Node)[]): void;
|
|
215
|
-
readonly assignedSlot: HTMLSlotElement | null;
|
|
216
|
-
oncopy: ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
217
|
-
oncut: ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
218
|
-
onpaste: ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
219
|
-
readonly style: CSSStyleDeclaration;
|
|
220
|
-
contentEditable: string;
|
|
221
|
-
enterKeyHint: string;
|
|
222
|
-
inputMode: string;
|
|
223
|
-
readonly isContentEditable: boolean;
|
|
224
|
-
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
225
|
-
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
226
|
-
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
227
|
-
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
228
|
-
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
229
|
-
onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
230
|
-
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
231
|
-
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
232
|
-
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
233
|
-
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
234
|
-
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
235
|
-
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
236
|
-
oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
237
|
-
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
238
|
-
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
239
|
-
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
240
|
-
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
241
|
-
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
242
|
-
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
243
|
-
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
244
|
-
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
245
|
-
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
246
|
-
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
247
|
-
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
248
|
-
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
249
|
-
onerror: OnErrorEventHandler;
|
|
250
|
-
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
251
|
-
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
252
|
-
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
253
|
-
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
254
|
-
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
255
|
-
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
256
|
-
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
257
|
-
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
258
|
-
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
259
|
-
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
260
|
-
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
261
|
-
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
262
|
-
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
263
|
-
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
264
|
-
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
265
|
-
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
266
|
-
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
267
|
-
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
268
|
-
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
269
|
-
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
270
|
-
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
271
|
-
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
272
|
-
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
273
|
-
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
274
|
-
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
275
|
-
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
276
|
-
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
277
|
-
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
278
|
-
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
279
|
-
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
280
|
-
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
281
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
|
|
282
|
-
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
283
|
-
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
284
|
-
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
285
|
-
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
286
|
-
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
287
|
-
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
288
|
-
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
289
|
-
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
290
|
-
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
291
|
-
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
292
|
-
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
293
|
-
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
294
|
-
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
295
|
-
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
296
|
-
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
297
|
-
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
298
|
-
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
299
|
-
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
300
|
-
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
301
|
-
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
302
|
-
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
303
|
-
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
304
|
-
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
305
|
-
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
306
|
-
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
307
|
-
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
308
|
-
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
309
|
-
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
310
|
-
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
311
|
-
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
312
|
-
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
313
|
-
autofocus: boolean;
|
|
314
|
-
readonly dataset: DOMStringMap;
|
|
315
|
-
nonce?: string | undefined;
|
|
316
|
-
tabIndex: number;
|
|
317
|
-
blur(): void;
|
|
318
|
-
focus(options?: FocusOptions | undefined): void;
|
|
319
|
-
};
|
|
320
|
-
_hostListeners: {
|
|
321
|
-
[listenerName: string]: {
|
|
322
|
-
[type: string]: {
|
|
323
|
-
options?: boolean | AddEventListenerOptions | undefined;
|
|
324
|
-
};
|
|
325
|
-
};
|
|
326
|
-
};
|
|
327
|
-
} & {
|
|
328
|
-
new (...args: any[]): {
|
|
329
|
-
focus(): void;
|
|
330
|
-
accessKey: string;
|
|
331
|
-
readonly accessKeyLabel: string;
|
|
332
|
-
autocapitalize: string;
|
|
333
|
-
dir: string;
|
|
334
|
-
draggable: boolean;
|
|
335
|
-
hidden: boolean;
|
|
336
|
-
inert: boolean;
|
|
337
|
-
innerText: string;
|
|
338
|
-
lang: string;
|
|
339
|
-
readonly offsetHeight: number;
|
|
340
|
-
readonly offsetLeft: number;
|
|
341
|
-
readonly offsetParent: Element | null;
|
|
342
|
-
readonly offsetTop: number;
|
|
343
|
-
readonly offsetWidth: number;
|
|
344
|
-
outerText: string;
|
|
345
|
-
spellcheck: boolean;
|
|
346
|
-
title: string;
|
|
347
|
-
translate: boolean;
|
|
348
|
-
attachInternals(): ElementInternals;
|
|
349
|
-
click(): void;
|
|
350
|
-
addEventListener<K_10 extends keyof HTMLElementEventMap>(type: K_10, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_10]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
351
|
-
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
352
|
-
removeEventListener<K_11 extends keyof HTMLElementEventMap>(type: K_11, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_11]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
353
|
-
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
354
|
-
readonly attributes: NamedNodeMap;
|
|
355
|
-
readonly classList: DOMTokenList;
|
|
356
|
-
className: string;
|
|
357
|
-
readonly clientHeight: number;
|
|
358
|
-
readonly clientLeft: number;
|
|
359
|
-
readonly clientTop: number;
|
|
360
|
-
readonly clientWidth: number;
|
|
361
|
-
id: string;
|
|
362
|
-
readonly localName: string;
|
|
363
|
-
readonly namespaceURI: string | null;
|
|
364
|
-
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
365
|
-
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
366
|
-
outerHTML: string;
|
|
367
|
-
readonly ownerDocument: Document;
|
|
368
|
-
readonly part: DOMTokenList;
|
|
369
|
-
readonly prefix: string | null;
|
|
370
|
-
readonly scrollHeight: number;
|
|
371
|
-
scrollLeft: number;
|
|
372
|
-
scrollTop: number;
|
|
373
|
-
readonly scrollWidth: number;
|
|
374
|
-
readonly shadowRoot: ShadowRoot | null;
|
|
375
|
-
slot: string;
|
|
376
|
-
readonly tagName: string;
|
|
377
|
-
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
378
|
-
closest<K_12 extends keyof HTMLElementTagNameMap>(selector: K_12): HTMLElementTagNameMap[K_12] | null;
|
|
379
|
-
closest<K_13 extends keyof SVGElementTagNameMap>(selector: K_13): SVGElementTagNameMap[K_13] | null;
|
|
380
|
-
closest<E_3 extends Element = Element>(selectors: string): E_3 | null;
|
|
381
|
-
getAttribute(qualifiedName: string): string | null;
|
|
382
|
-
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
383
|
-
getAttributeNames(): string[];
|
|
384
|
-
getAttributeNode(qualifiedName: string): Attr | null;
|
|
385
|
-
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
386
|
-
getBoundingClientRect(): DOMRect;
|
|
387
|
-
getClientRects(): DOMRectList;
|
|
388
|
-
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
389
|
-
getElementsByTagName<K_14 extends keyof HTMLElementTagNameMap>(qualifiedName: K_14): HTMLCollectionOf<HTMLElementTagNameMap[K_14]>;
|
|
390
|
-
getElementsByTagName<K_15 extends keyof SVGElementTagNameMap>(qualifiedName: K_15): HTMLCollectionOf<SVGElementTagNameMap[K_15]>;
|
|
391
|
-
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
392
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
393
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
394
|
-
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
395
|
-
hasAttribute(qualifiedName: string): boolean;
|
|
396
|
-
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
397
|
-
hasAttributes(): boolean;
|
|
398
|
-
hasPointerCapture(pointerId: number): boolean;
|
|
399
|
-
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
400
|
-
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
401
|
-
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
402
|
-
matches(selectors: string): boolean;
|
|
403
|
-
releasePointerCapture(pointerId: number): void;
|
|
404
|
-
removeAttribute(qualifiedName: string): void;
|
|
405
|
-
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
406
|
-
removeAttributeNode(attr: Attr): Attr;
|
|
407
|
-
requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
|
|
408
|
-
requestPointerLock(): void;
|
|
409
|
-
scroll(options?: ScrollToOptions | undefined): void;
|
|
410
|
-
scroll(x: number, y: number): void;
|
|
411
|
-
scrollBy(options?: ScrollToOptions | undefined): void;
|
|
412
|
-
scrollBy(x: number, y: number): void;
|
|
413
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
|
|
414
|
-
scrollTo(options?: ScrollToOptions | undefined): void;
|
|
415
|
-
scrollTo(x: number, y: number): void;
|
|
416
|
-
setAttribute(qualifiedName: string, value: string): void;
|
|
417
|
-
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
418
|
-
setAttributeNode(attr: Attr): Attr | null;
|
|
419
|
-
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
420
|
-
setPointerCapture(pointerId: number): void;
|
|
421
|
-
toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
|
|
422
|
-
webkitMatchesSelector(selectors: string): boolean;
|
|
423
|
-
readonly baseURI: string;
|
|
424
|
-
readonly childNodes: NodeListOf<ChildNode>;
|
|
425
|
-
readonly firstChild: ChildNode | null;
|
|
426
|
-
readonly isConnected: boolean;
|
|
427
|
-
readonly lastChild: ChildNode | null;
|
|
428
|
-
readonly nextSibling: ChildNode | null;
|
|
429
|
-
readonly nodeName: string;
|
|
430
|
-
readonly nodeType: number;
|
|
431
|
-
nodeValue: string | null;
|
|
432
|
-
readonly parentElement: HTMLElement | null;
|
|
433
|
-
readonly parentNode: ParentNode | null;
|
|
434
|
-
readonly previousSibling: ChildNode | null;
|
|
435
|
-
textContent: string | null;
|
|
436
|
-
appendChild<T extends Node>(node: T): T;
|
|
437
|
-
cloneNode(deep?: boolean | undefined): Node;
|
|
438
|
-
compareDocumentPosition(other: Node): number;
|
|
439
|
-
contains(other: Node | null): boolean;
|
|
440
|
-
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
441
|
-
hasChildNodes(): boolean;
|
|
442
|
-
insertBefore<T_4 extends Node>(node: T_4, child: Node | null): T_4;
|
|
443
|
-
isDefaultNamespace(namespace: string | null): boolean;
|
|
444
|
-
isEqualNode(otherNode: Node | null): boolean;
|
|
445
|
-
isSameNode(otherNode: Node | null): boolean;
|
|
446
|
-
lookupNamespaceURI(prefix: string | null): string | null;
|
|
447
|
-
lookupPrefix(namespace: string | null): string | null;
|
|
448
|
-
normalize(): void;
|
|
449
|
-
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
450
|
-
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
451
|
-
readonly ATTRIBUTE_NODE: number;
|
|
452
|
-
readonly CDATA_SECTION_NODE: number;
|
|
453
|
-
readonly COMMENT_NODE: number;
|
|
454
|
-
readonly DOCUMENT_FRAGMENT_NODE: number;
|
|
455
|
-
readonly DOCUMENT_NODE: number;
|
|
456
|
-
readonly DOCUMENT_POSITION_CONTAINED_BY: number;
|
|
457
|
-
readonly DOCUMENT_POSITION_CONTAINS: number;
|
|
458
|
-
readonly DOCUMENT_POSITION_DISCONNECTED: number;
|
|
459
|
-
readonly DOCUMENT_POSITION_FOLLOWING: number;
|
|
460
|
-
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;
|
|
461
|
-
readonly DOCUMENT_POSITION_PRECEDING: number;
|
|
462
|
-
readonly DOCUMENT_TYPE_NODE: number;
|
|
463
|
-
readonly ELEMENT_NODE: number;
|
|
464
|
-
readonly ENTITY_NODE: number;
|
|
465
|
-
readonly ENTITY_REFERENCE_NODE: number;
|
|
466
|
-
readonly NOTATION_NODE: number;
|
|
467
|
-
readonly PROCESSING_INSTRUCTION_NODE: number;
|
|
468
|
-
readonly TEXT_NODE: number;
|
|
469
|
-
dispatchEvent(event: Event): boolean;
|
|
470
|
-
ariaAtomic: string | null;
|
|
471
|
-
ariaAutoComplete: string | null;
|
|
472
|
-
ariaBusy: string | null;
|
|
473
|
-
ariaChecked: string | null;
|
|
474
|
-
ariaColCount: string | null;
|
|
475
|
-
ariaColIndex: string | null;
|
|
476
|
-
ariaColSpan: string | null;
|
|
477
|
-
ariaCurrent: string | null;
|
|
478
|
-
ariaDisabled: string | null;
|
|
479
|
-
ariaExpanded: string | null;
|
|
480
|
-
ariaHasPopup: string | null;
|
|
481
|
-
ariaHidden: string | null;
|
|
482
|
-
ariaKeyShortcuts: string | null;
|
|
483
|
-
ariaLabel: string | null;
|
|
484
|
-
ariaLevel: string | null;
|
|
485
|
-
ariaLive: string | null;
|
|
486
|
-
ariaModal: string | null;
|
|
487
|
-
ariaMultiLine: string | null;
|
|
488
|
-
ariaMultiSelectable: string | null;
|
|
489
|
-
ariaOrientation: string | null;
|
|
490
|
-
ariaPlaceholder: string | null;
|
|
491
|
-
ariaPosInSet: string | null;
|
|
492
|
-
ariaPressed: string | null;
|
|
493
|
-
ariaReadOnly: string | null;
|
|
494
|
-
ariaRequired: string | null;
|
|
495
|
-
ariaRoleDescription: string | null;
|
|
496
|
-
ariaRowCount: string | null;
|
|
497
|
-
ariaRowIndex: string | null;
|
|
498
|
-
ariaRowSpan: string | null;
|
|
499
|
-
ariaSelected: string | null;
|
|
500
|
-
ariaSetSize: string | null;
|
|
501
|
-
ariaSort: string | null;
|
|
502
|
-
ariaValueMax: string | null;
|
|
503
|
-
ariaValueMin: string | null;
|
|
504
|
-
ariaValueNow: string | null;
|
|
505
|
-
ariaValueText: string | null;
|
|
506
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
|
|
507
|
-
getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
|
|
508
|
-
after(...nodes: (string | Node)[]): void;
|
|
509
|
-
before(...nodes: (string | Node)[]): void;
|
|
510
|
-
remove(): void;
|
|
511
|
-
replaceWith(...nodes: (string | Node)[]): void;
|
|
512
|
-
innerHTML: string;
|
|
513
|
-
readonly nextElementSibling: Element | null;
|
|
514
|
-
readonly previousElementSibling: Element | null;
|
|
515
|
-
readonly childElementCount: number;
|
|
516
|
-
readonly children: HTMLCollection;
|
|
517
|
-
readonly firstElementChild: Element | null;
|
|
518
|
-
readonly lastElementChild: Element | null;
|
|
519
|
-
append(...nodes: (string | Node)[]): void;
|
|
520
|
-
prepend(...nodes: (string | Node)[]): void;
|
|
521
|
-
querySelector<K_6 extends keyof HTMLElementTagNameMap>(selectors: K_6): HTMLElementTagNameMap[K_6] | null;
|
|
522
|
-
querySelector<K_7 extends keyof SVGElementTagNameMap>(selectors: K_7): SVGElementTagNameMap[K_7] | null;
|
|
523
|
-
querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
|
|
524
|
-
querySelectorAll<K_8 extends keyof HTMLElementTagNameMap>(selectors: K_8): NodeListOf<HTMLElementTagNameMap[K_8]>;
|
|
525
|
-
querySelectorAll<K_9 extends keyof SVGElementTagNameMap>(selectors: K_9): NodeListOf<SVGElementTagNameMap[K_9]>;
|
|
526
|
-
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
527
|
-
replaceChildren(...nodes: (string | Node)[]): void;
|
|
528
|
-
readonly assignedSlot: HTMLSlotElement | null;
|
|
529
|
-
oncopy: ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
530
|
-
oncut: ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
531
|
-
onpaste: ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
532
|
-
readonly style: CSSStyleDeclaration;
|
|
533
|
-
contentEditable: string;
|
|
534
|
-
enterKeyHint: string;
|
|
535
|
-
inputMode: string;
|
|
536
|
-
readonly isContentEditable: boolean;
|
|
537
|
-
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
538
|
-
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
539
|
-
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
540
|
-
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
541
|
-
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
542
|
-
onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
543
|
-
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
544
|
-
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
545
|
-
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
546
|
-
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
547
|
-
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
548
|
-
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
549
|
-
oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
550
|
-
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
551
|
-
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
552
|
-
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
553
|
-
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
554
|
-
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
555
|
-
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
556
|
-
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
557
|
-
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
558
|
-
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
559
|
-
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
560
|
-
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
561
|
-
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
562
|
-
onerror: OnErrorEventHandler;
|
|
563
|
-
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
564
|
-
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
565
|
-
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
566
|
-
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
567
|
-
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
568
|
-
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
569
|
-
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
570
|
-
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
571
|
-
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
572
|
-
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
573
|
-
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
574
|
-
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
575
|
-
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
576
|
-
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
577
|
-
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
578
|
-
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
579
|
-
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
580
|
-
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
581
|
-
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
582
|
-
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
583
|
-
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
584
|
-
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
585
|
-
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
586
|
-
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
587
|
-
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
588
|
-
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
589
|
-
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
590
|
-
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
591
|
-
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
592
|
-
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
593
|
-
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
594
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
|
|
595
|
-
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
596
|
-
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
597
|
-
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
598
|
-
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
599
|
-
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
600
|
-
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
601
|
-
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
602
|
-
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
603
|
-
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
604
|
-
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
605
|
-
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
606
|
-
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
607
|
-
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
608
|
-
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
609
|
-
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
610
|
-
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
611
|
-
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
612
|
-
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
613
|
-
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
614
|
-
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
615
|
-
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
616
|
-
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
617
|
-
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
618
|
-
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
619
|
-
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
620
|
-
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
621
|
-
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
622
|
-
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
623
|
-
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
624
|
-
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
625
|
-
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
626
|
-
autofocus: boolean;
|
|
627
|
-
readonly dataset: DOMStringMap;
|
|
628
|
-
nonce?: string | undefined;
|
|
629
|
-
tabIndex: number;
|
|
630
|
-
blur(): void;
|
|
631
|
-
};
|
|
632
|
-
} & typeof LitElement;
|
|
633
|
-
/**
|
|
634
|
-
* Filter tag.
|
|
635
|
-
*
|
|
636
|
-
* @element cds-filter-tag
|
|
637
|
-
*/
|
|
638
|
-
declare class BXFilterTag extends BXFilterTag_base {
|
|
639
|
-
protected _buttonNode: HTMLButtonElement;
|
|
640
|
-
/**
|
|
641
|
-
* Handles `click` event on this element.
|
|
642
|
-
*
|
|
643
|
-
* @param event The event.
|
|
644
|
-
*/
|
|
645
|
-
private _handleClick;
|
|
646
|
-
/**
|
|
647
|
-
* Text to show on filter tag "clear" buttons. Corresponds to the attribute with the same name
|
|
648
|
-
*/
|
|
649
|
-
title: string;
|
|
650
|
-
/**
|
|
651
|
-
* `true` if the tag should be disabled
|
|
652
|
-
*/
|
|
653
|
-
disabled: boolean;
|
|
654
|
-
/**
|
|
655
|
-
* `true` if the tag should be open.
|
|
656
|
-
*/
|
|
657
|
-
open: boolean;
|
|
658
|
-
/**
|
|
659
|
-
* The size of the tag.
|
|
660
|
-
*/
|
|
661
|
-
size: TAG_SIZE;
|
|
662
|
-
/**
|
|
663
|
-
* The type of the tag.
|
|
664
|
-
*/
|
|
665
|
-
type: TAG_TYPE;
|
|
666
|
-
render(): import("lit-html").TemplateResult<1>;
|
|
667
|
-
/**
|
|
668
|
-
* The name of the custom event fired before this tag is being closed upon a user gesture.
|
|
669
|
-
* Cancellation of this event stops the user-initiated action of closing this tag.
|
|
670
|
-
*/
|
|
671
|
-
static get eventBeforeClose(): string;
|
|
672
|
-
/**
|
|
673
|
-
* The name of the custom event fired after this tag is closed upon a user gesture.
|
|
674
|
-
*/
|
|
675
|
-
static get eventClose(): string;
|
|
676
|
-
static styles: any;
|
|
677
|
-
}
|
|
678
|
-
export default BXFilterTag;
|
|
679
|
-
|
|
680
|
-
//# sourceMappingURL=filter-tag.d.ts.map
|