@carbon/ibmdotcom-web-components 2.15.1 → 2.16.0-rc.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/custom-elements.json +275 -9
- package/dist/dotcom-shell.js +1 -1
- package/dist/dotcom-shell.min.js +1 -1
- package/dist/ibmdotcom-web-components-dotcom-shell.js +1 -1
- package/dist/ibmdotcom-web-components-dotcom-shell.min.js +1 -1
- package/dist/{index-99142b40.js → index-6ab416ae.js} +5 -5
- package/dist/{index-03c48f1e.js → index-6f798488.js} +20 -9
- package/dist/{left-nav-menu-2e404c03.js → left-nav-menu-40ebffa9.js} +1 -1
- package/dist/{left-nav-menu-992dba4e.js → left-nav-menu-629e7752.js} +1 -1
- package/dist/{left-nav-menu-category-heading-49bdf0ea.js → left-nav-menu-category-heading-1886967e.js} +1 -1
- package/dist/{left-nav-menu-category-heading-7a46e8b6.js → left-nav-menu-category-heading-1d965e0a.js} +1 -1
- package/dist/{left-nav-menu-item-b5f3022a.js → left-nav-menu-item-03cf8244.js} +1 -1
- package/dist/{left-nav-menu-item-85504de0.js → left-nav-menu-item-a9c7113f.js} +1 -1
- package/dist/{left-nav-menu-section-16fe3a87.js → left-nav-menu-section-c39512a8.js} +1 -1
- package/dist/{left-nav-menu-section-d0d11510.js → left-nav-menu-section-e9526c5a.js} +1 -1
- package/dist/{left-nav-overlay-43be2e0f.js → left-nav-overlay-59e8851e.js} +1 -1
- package/dist/{left-nav-overlay-e8435b5c.js → left-nav-overlay-60a5eead.js} +1 -1
- package/dist/{megamenu-category-group-0f365f5a.js → megamenu-category-group-60d3805b.js} +1 -1
- package/dist/{megamenu-category-group-copy-f600eb27.js → megamenu-category-group-copy-46df540c.js} +1 -1
- package/dist/{megamenu-category-group-copy-bd0e2529.js → megamenu-category-group-copy-6ae3dfe8.js} +1 -1
- package/dist/{megamenu-category-group-ed0148e2.js → megamenu-category-group-e191e806.js} +1 -1
- package/dist/{megamenu-category-heading-9e4184d9.js → megamenu-category-heading-420838f8.js} +1 -1
- package/dist/{megamenu-category-heading-e73a6d5b.js → megamenu-category-heading-4b2d5ba1.js} +1 -1
- package/dist/{megamenu-category-link-4c1ca891.js → megamenu-category-link-e5f8c975.js} +1 -1
- package/dist/{megamenu-category-link-fc55652f.js → megamenu-category-link-ef739901.js} +1 -1
- package/dist/{megamenu-category-link-group-d22c6c1b.js → megamenu-category-link-group-90b667c2.js} +1 -1
- package/dist/{megamenu-category-link-group-ace0e779.js → megamenu-category-link-group-a85ef70e.js} +1 -1
- package/dist/{megamenu-left-navigation-eead91f9.js → megamenu-left-navigation-0a188f17.js} +1 -1
- package/dist/{megamenu-left-navigation-3b2e1168.js → megamenu-left-navigation-d3619fc8.js} +1 -1
- package/dist/{megamenu-overlay-8b3ba0fb.js → megamenu-overlay-73bf0741.js} +1 -1
- package/dist/{megamenu-overlay-08bd8a36.js → megamenu-overlay-98b82923.js} +1 -1
- package/dist/{megamenu-tab-15629cd2.js → megamenu-tab-320d3677.js} +6 -6
- package/dist/{megamenu-tab-c2aa1eac.js → megamenu-tab-63b4d4a8.js} +14 -19
- package/es/components/back-to-top/__stories__/back-to-top.stories.css.js +1 -1
- package/es/components/countdown/countdown.d.ts +406 -0
- package/es/components/countdown/countdown.js +269 -0
- package/es/components/countdown/countdown.js.map +1 -0
- package/es/components/countdown/index.d.ts +11 -0
- package/es/components/countdown/index.js +18 -0
- package/es/components/countdown/index.js.map +1 -0
- package/es/components/leadspace/leadspace.css.js +1 -1
- package/es/components/masthead/masthead-cart.js +1 -1
- package/es/components/masthead/masthead-cart.js.map +1 -1
- package/es/components/masthead/masthead-l1.js +11 -1
- package/es/components/masthead/masthead-l1.js.map +1 -1
- package/es/components/masthead/megamenu-tab.d.ts +1 -5
- package/es/components/masthead/megamenu-tab.js +10 -16
- package/es/components/masthead/megamenu-tab.js.map +1 -1
- package/es/components/promo-banner/index.d.ts +11 -0
- package/es/components/promo-banner/index.js +18 -0
- package/es/components/promo-banner/index.js.map +1 -0
- package/es/components/promo-banner/promo-banner.css.js +12 -0
- package/es/components/promo-banner/promo-banner.d.ts +385 -0
- package/es/components/promo-banner/promo-banner.js +216 -0
- package/es/components/promo-banner/promo-banner.js.map +1 -0
- package/es/components/star-rating/index.d.ts +11 -0
- package/es/components/star-rating/index.js +18 -0
- package/es/components/star-rating/index.js.map +1 -0
- package/es/components/star-rating/star-rating.css.js +12 -0
- package/es/components/star-rating/star-rating.d.ts +427 -0
- package/es/components/star-rating/star-rating.js +320 -0
- package/es/components/star-rating/star-rating.js.map +1 -0
- package/es/components/structured-list/structured-list-cell.js +1 -1
- package/es/components/structured-list/structured-list-cell.js.map +1 -1
- package/es/components/table-of-contents/table-of-contents-cdn.css.js +1 -1
- package/es/components/table-of-contents/table-of-contents.css.js +1 -1
- package/es/components/tile/index.d.ts +12 -0
- package/es/components/tile/index.js +19 -0
- package/es/components/tile/index.js.map +1 -0
- package/es/components/tile/tile-group.d.ts +21 -0
- package/es/components/tile/tile-group.js +56 -0
- package/es/components/tile/tile-group.js.map +1 -0
- package/es/components/tile/tile.css.js +12 -0
- package/es/components/tile/tile.d.ts +737 -0
- package/es/components/tile/tile.js +225 -0
- package/es/components/tile/tile.js.map +1 -0
- package/es/globals/internal/storybook-decorators.d.ts +31 -0
- package/es/globals/internal/storybook-decorators.js +43 -0
- package/es/globals/internal/storybook-decorators.js.map +1 -0
- package/es/globals/mixins/throttled-input.js +5 -4
- package/es/globals/mixins/throttled-input.js.map +1 -1
- package/es/internal/vendor/@carbon/ibmdotcom-utilities/utilities/settings/settings.js +2 -2
- package/lib/internal/vendor/@carbon/ibmdotcom-utilities/utilities/settings/settings.js +2 -2
- package/package.json +7 -6
- package/scss/components/promo-banner/promo-banner.scss +163 -0
- package/scss/components/star-rating/star-rating.scss +76 -0
- package/scss/components/tile/tile.scss +290 -0
|
@@ -0,0 +1,737 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
*
|
|
4
|
+
* Copyright IBM Corp. 2024
|
|
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 { CTA_TYPE } from '../cta/defs';
|
|
11
|
+
declare const C4DTile_base: ((abstract new (...args: any[]) => {
|
|
12
|
+
_handleClick(event: MouseEvent): void;
|
|
13
|
+
ctaType: CTA_TYPE;
|
|
14
|
+
disabled?: boolean;
|
|
15
|
+
formatVideoCaption?: (({ duration, name }: {
|
|
16
|
+
duration?: string;
|
|
17
|
+
name?: string;
|
|
18
|
+
}) => string) | undefined;
|
|
19
|
+
formatVideoDuration?: (({ duration }: {
|
|
20
|
+
duration?: number;
|
|
21
|
+
}) => string) | undefined;
|
|
22
|
+
href?: string;
|
|
23
|
+
videoDuration?: never | number;
|
|
24
|
+
videoName?: never | string;
|
|
25
|
+
videoDescription?: never | string;
|
|
26
|
+
videoThumbnailUrl?: never | string;
|
|
27
|
+
updated(changedProperties: any): void;
|
|
28
|
+
_updateVideoThumbnailUrl(): void;
|
|
29
|
+
accessKey: string;
|
|
30
|
+
readonly accessKeyLabel: string;
|
|
31
|
+
autocapitalize: string;
|
|
32
|
+
dir: string;
|
|
33
|
+
draggable: boolean;
|
|
34
|
+
hidden: boolean;
|
|
35
|
+
inert: boolean;
|
|
36
|
+
innerText: string;
|
|
37
|
+
lang: string;
|
|
38
|
+
readonly offsetHeight: number;
|
|
39
|
+
readonly offsetLeft: number;
|
|
40
|
+
readonly offsetParent: Element | null;
|
|
41
|
+
readonly offsetTop: number;
|
|
42
|
+
readonly offsetWidth: number;
|
|
43
|
+
outerText: string;
|
|
44
|
+
popover: string | null;
|
|
45
|
+
spellcheck: boolean;
|
|
46
|
+
title: string;
|
|
47
|
+
translate: boolean;
|
|
48
|
+
attachInternals(): ElementInternals;
|
|
49
|
+
click(): void;
|
|
50
|
+
hidePopover(): void;
|
|
51
|
+
showPopover(): void;
|
|
52
|
+
togglePopover(force?: boolean): boolean;
|
|
53
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
54
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
55
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
56
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
57
|
+
readonly attributes: NamedNodeMap;
|
|
58
|
+
readonly classList: DOMTokenList;
|
|
59
|
+
className: string;
|
|
60
|
+
readonly clientHeight: number;
|
|
61
|
+
readonly clientLeft: number;
|
|
62
|
+
readonly clientTop: number;
|
|
63
|
+
readonly clientWidth: number;
|
|
64
|
+
id: string;
|
|
65
|
+
readonly localName: string;
|
|
66
|
+
readonly namespaceURI: string | null;
|
|
67
|
+
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
68
|
+
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
69
|
+
outerHTML: string;
|
|
70
|
+
readonly ownerDocument: Document;
|
|
71
|
+
readonly part: DOMTokenList;
|
|
72
|
+
readonly prefix: string | null;
|
|
73
|
+
readonly scrollHeight: number;
|
|
74
|
+
scrollLeft: number;
|
|
75
|
+
scrollTop: number;
|
|
76
|
+
readonly scrollWidth: number;
|
|
77
|
+
readonly shadowRoot: ShadowRoot | null;
|
|
78
|
+
slot: string;
|
|
79
|
+
readonly tagName: string;
|
|
80
|
+
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
81
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
82
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
83
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
84
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
85
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
86
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
87
|
+
getAttribute(qualifiedName: string): string | null;
|
|
88
|
+
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
89
|
+
getAttributeNames(): string[];
|
|
90
|
+
getAttributeNode(qualifiedName: string): Attr | null;
|
|
91
|
+
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
92
|
+
getBoundingClientRect(): DOMRect;
|
|
93
|
+
getClientRects(): DOMRectList;
|
|
94
|
+
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
95
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
96
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
97
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
98
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
99
|
+
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
100
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
101
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
102
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
103
|
+
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
104
|
+
hasAttribute(qualifiedName: string): boolean;
|
|
105
|
+
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
106
|
+
hasAttributes(): boolean;
|
|
107
|
+
hasPointerCapture(pointerId: number): boolean;
|
|
108
|
+
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
109
|
+
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
110
|
+
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
111
|
+
matches(selectors: string): boolean;
|
|
112
|
+
releasePointerCapture(pointerId: number): void;
|
|
113
|
+
removeAttribute(qualifiedName: string): void;
|
|
114
|
+
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
115
|
+
removeAttributeNode(attr: Attr): Attr;
|
|
116
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
117
|
+
requestPointerLock(): void;
|
|
118
|
+
scroll(options?: ScrollToOptions): void;
|
|
119
|
+
scroll(x: number, y: number): void;
|
|
120
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
121
|
+
scrollBy(x: number, y: number): void;
|
|
122
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
123
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
124
|
+
scrollTo(x: number, y: number): void;
|
|
125
|
+
setAttribute(qualifiedName: string, value: string): void;
|
|
126
|
+
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
127
|
+
setAttributeNode(attr: Attr): Attr | null;
|
|
128
|
+
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
129
|
+
setHTMLUnsafe(html: string): void;
|
|
130
|
+
setPointerCapture(pointerId: number): void;
|
|
131
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
132
|
+
webkitMatchesSelector(selectors: string): boolean;
|
|
133
|
+
readonly baseURI: string;
|
|
134
|
+
readonly childNodes: NodeListOf<ChildNode>;
|
|
135
|
+
readonly firstChild: ChildNode | null;
|
|
136
|
+
readonly isConnected: boolean;
|
|
137
|
+
readonly lastChild: ChildNode | null;
|
|
138
|
+
readonly nextSibling: ChildNode | null;
|
|
139
|
+
readonly nodeName: string;
|
|
140
|
+
readonly nodeType: number;
|
|
141
|
+
nodeValue: string | null;
|
|
142
|
+
readonly parentElement: HTMLElement | null;
|
|
143
|
+
readonly parentNode: ParentNode | null;
|
|
144
|
+
readonly previousSibling: ChildNode | null;
|
|
145
|
+
textContent: string | null;
|
|
146
|
+
appendChild<T extends Node>(node: T): T;
|
|
147
|
+
cloneNode(deep?: boolean): Node;
|
|
148
|
+
compareDocumentPosition(other: Node): number;
|
|
149
|
+
contains(other: Node | null): boolean;
|
|
150
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
151
|
+
hasChildNodes(): boolean;
|
|
152
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
153
|
+
isDefaultNamespace(namespace: string | null): boolean;
|
|
154
|
+
isEqualNode(otherNode: Node | null): boolean;
|
|
155
|
+
isSameNode(otherNode: Node | null): boolean;
|
|
156
|
+
lookupNamespaceURI(prefix: string | null): string | null;
|
|
157
|
+
lookupPrefix(namespace: string | null): string | null;
|
|
158
|
+
normalize(): void;
|
|
159
|
+
removeChild<T extends Node>(child: T): T;
|
|
160
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
161
|
+
readonly ELEMENT_NODE: 1;
|
|
162
|
+
readonly ATTRIBUTE_NODE: 2;
|
|
163
|
+
readonly TEXT_NODE: 3;
|
|
164
|
+
readonly CDATA_SECTION_NODE: 4;
|
|
165
|
+
readonly ENTITY_REFERENCE_NODE: 5;
|
|
166
|
+
readonly ENTITY_NODE: 6;
|
|
167
|
+
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
168
|
+
readonly COMMENT_NODE: 8;
|
|
169
|
+
readonly DOCUMENT_NODE: 9;
|
|
170
|
+
readonly DOCUMENT_TYPE_NODE: 10;
|
|
171
|
+
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
172
|
+
readonly NOTATION_NODE: 12;
|
|
173
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
174
|
+
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
175
|
+
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
176
|
+
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
177
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
178
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
179
|
+
dispatchEvent(event: Event): boolean;
|
|
180
|
+
ariaAtomic: string | null;
|
|
181
|
+
ariaAutoComplete: string | null;
|
|
182
|
+
ariaBrailleLabel: string | null;
|
|
183
|
+
ariaBrailleRoleDescription: string | null;
|
|
184
|
+
ariaBusy: string | null;
|
|
185
|
+
ariaChecked: string | null;
|
|
186
|
+
ariaColCount: string | null;
|
|
187
|
+
ariaColIndex: string | null;
|
|
188
|
+
ariaColSpan: string | null;
|
|
189
|
+
ariaCurrent: string | null;
|
|
190
|
+
ariaDescription: string | null;
|
|
191
|
+
ariaDisabled: string | null;
|
|
192
|
+
ariaExpanded: string | null;
|
|
193
|
+
ariaHasPopup: string | null;
|
|
194
|
+
ariaHidden: string | null;
|
|
195
|
+
ariaInvalid: string | null;
|
|
196
|
+
ariaKeyShortcuts: string | null;
|
|
197
|
+
ariaLabel: string | null;
|
|
198
|
+
ariaLevel: string | null;
|
|
199
|
+
ariaLive: string | null;
|
|
200
|
+
ariaModal: string | null;
|
|
201
|
+
ariaMultiLine: string | null;
|
|
202
|
+
ariaMultiSelectable: string | null;
|
|
203
|
+
ariaOrientation: string | null;
|
|
204
|
+
ariaPlaceholder: string | null;
|
|
205
|
+
ariaPosInSet: string | null;
|
|
206
|
+
ariaPressed: string | null;
|
|
207
|
+
ariaReadOnly: string | null;
|
|
208
|
+
ariaRequired: string | null;
|
|
209
|
+
ariaRoleDescription: string | null;
|
|
210
|
+
ariaRowCount: string | null;
|
|
211
|
+
ariaRowIndex: string | null;
|
|
212
|
+
ariaRowSpan: string | null;
|
|
213
|
+
ariaSelected: string | null;
|
|
214
|
+
ariaSetSize: string | null;
|
|
215
|
+
ariaSort: string | null;
|
|
216
|
+
ariaValueMax: string | null;
|
|
217
|
+
ariaValueMin: string | null;
|
|
218
|
+
ariaValueNow: string | null;
|
|
219
|
+
ariaValueText: string | null;
|
|
220
|
+
role: string | null;
|
|
221
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
222
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
223
|
+
after(...nodes: (Node | string)[]): void;
|
|
224
|
+
before(...nodes: (Node | string)[]): void;
|
|
225
|
+
remove(): void;
|
|
226
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
227
|
+
innerHTML: string;
|
|
228
|
+
readonly nextElementSibling: Element | null;
|
|
229
|
+
readonly previousElementSibling: Element | null;
|
|
230
|
+
readonly childElementCount: number;
|
|
231
|
+
readonly children: HTMLCollection;
|
|
232
|
+
readonly firstElementChild: Element | null;
|
|
233
|
+
readonly lastElementChild: Element | null;
|
|
234
|
+
append(...nodes: (Node | string)[]): void;
|
|
235
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
236
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
237
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
238
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
239
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
240
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
241
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
242
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
243
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
244
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
245
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
246
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
247
|
+
readonly assignedSlot: HTMLSlotElement | null;
|
|
248
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
249
|
+
readonly style: CSSStyleDeclaration;
|
|
250
|
+
contentEditable: string;
|
|
251
|
+
enterKeyHint: string;
|
|
252
|
+
inputMode: string;
|
|
253
|
+
readonly isContentEditable: boolean;
|
|
254
|
+
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
255
|
+
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
256
|
+
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
257
|
+
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
258
|
+
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
259
|
+
onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
260
|
+
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
261
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
262
|
+
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
263
|
+
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
264
|
+
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
265
|
+
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
266
|
+
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
267
|
+
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
268
|
+
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
269
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
270
|
+
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
271
|
+
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
272
|
+
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
273
|
+
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
274
|
+
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
275
|
+
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
276
|
+
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
277
|
+
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
278
|
+
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
279
|
+
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
280
|
+
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
281
|
+
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
282
|
+
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
283
|
+
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
284
|
+
onerror: OnErrorEventHandler;
|
|
285
|
+
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
286
|
+
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
287
|
+
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
288
|
+
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
289
|
+
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
290
|
+
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
291
|
+
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
292
|
+
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
293
|
+
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
294
|
+
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
295
|
+
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
296
|
+
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
297
|
+
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
298
|
+
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
299
|
+
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
300
|
+
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
301
|
+
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
302
|
+
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
303
|
+
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
304
|
+
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
305
|
+
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
306
|
+
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
307
|
+
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
308
|
+
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
309
|
+
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
310
|
+
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
311
|
+
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
312
|
+
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
313
|
+
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
314
|
+
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
315
|
+
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
316
|
+
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
317
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
318
|
+
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
319
|
+
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
320
|
+
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
321
|
+
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
322
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
323
|
+
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
324
|
+
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
325
|
+
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
326
|
+
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
327
|
+
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
328
|
+
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
329
|
+
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
330
|
+
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
331
|
+
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
332
|
+
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
333
|
+
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
334
|
+
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
335
|
+
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
336
|
+
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
337
|
+
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
338
|
+
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
339
|
+
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
340
|
+
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
341
|
+
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
342
|
+
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
343
|
+
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
344
|
+
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
345
|
+
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
346
|
+
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
347
|
+
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
348
|
+
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
349
|
+
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
350
|
+
autofocus: boolean;
|
|
351
|
+
readonly dataset: DOMStringMap;
|
|
352
|
+
nonce?: string;
|
|
353
|
+
tabIndex: number;
|
|
354
|
+
blur(): void;
|
|
355
|
+
focus(options?: FocusOptions): void;
|
|
356
|
+
}) & {
|
|
357
|
+
readonly eventRequestVideoData: string;
|
|
358
|
+
readonly eventRunAction: string;
|
|
359
|
+
}) & {
|
|
360
|
+
new (...args: any[]): {
|
|
361
|
+
_linkNode: any;
|
|
362
|
+
_handleClick(event: MouseEvent): void;
|
|
363
|
+
ctaType: CTA_TYPE;
|
|
364
|
+
disabled?: boolean;
|
|
365
|
+
download?: string;
|
|
366
|
+
href?: string;
|
|
367
|
+
target?: string;
|
|
368
|
+
formatVideoCaption: any;
|
|
369
|
+
formatVideoDuration: any;
|
|
370
|
+
videoDuration?: number;
|
|
371
|
+
videoName?: string;
|
|
372
|
+
videoDescription?: string;
|
|
373
|
+
videoTitle: any;
|
|
374
|
+
videoThumbnailUrl?: never;
|
|
375
|
+
_renderIcon(): import("lit-html").TemplateResult<1>;
|
|
376
|
+
firstUpdated(): void;
|
|
377
|
+
updated(changedProperties: any): void;
|
|
378
|
+
_checkUrlVideoTrigger(): void;
|
|
379
|
+
_updateVideoThumbnailUrl(width?: string): void;
|
|
380
|
+
accessKey: string;
|
|
381
|
+
readonly accessKeyLabel: string;
|
|
382
|
+
autocapitalize: string;
|
|
383
|
+
dir: string;
|
|
384
|
+
draggable: boolean;
|
|
385
|
+
hidden: boolean;
|
|
386
|
+
inert: boolean;
|
|
387
|
+
innerText: string;
|
|
388
|
+
lang: string;
|
|
389
|
+
readonly offsetHeight: number;
|
|
390
|
+
readonly offsetLeft: number;
|
|
391
|
+
readonly offsetParent: Element | null;
|
|
392
|
+
readonly offsetTop: number;
|
|
393
|
+
readonly offsetWidth: number;
|
|
394
|
+
outerText: string;
|
|
395
|
+
popover: string | null;
|
|
396
|
+
spellcheck: boolean;
|
|
397
|
+
title: string;
|
|
398
|
+
translate: boolean;
|
|
399
|
+
attachInternals(): ElementInternals;
|
|
400
|
+
click(): void;
|
|
401
|
+
hidePopover(): void;
|
|
402
|
+
showPopover(): void;
|
|
403
|
+
togglePopover(force?: boolean): boolean;
|
|
404
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
405
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
406
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
407
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
408
|
+
readonly attributes: NamedNodeMap;
|
|
409
|
+
readonly classList: DOMTokenList;
|
|
410
|
+
className: string;
|
|
411
|
+
readonly clientHeight: number;
|
|
412
|
+
readonly clientLeft: number;
|
|
413
|
+
readonly clientTop: number;
|
|
414
|
+
readonly clientWidth: number;
|
|
415
|
+
id: string;
|
|
416
|
+
readonly localName: string;
|
|
417
|
+
readonly namespaceURI: string | null;
|
|
418
|
+
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
419
|
+
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
420
|
+
outerHTML: string;
|
|
421
|
+
readonly ownerDocument: Document;
|
|
422
|
+
readonly part: DOMTokenList;
|
|
423
|
+
readonly prefix: string | null;
|
|
424
|
+
readonly scrollHeight: number;
|
|
425
|
+
scrollLeft: number;
|
|
426
|
+
scrollTop: number;
|
|
427
|
+
readonly scrollWidth: number;
|
|
428
|
+
readonly shadowRoot: ShadowRoot | null;
|
|
429
|
+
slot: string;
|
|
430
|
+
readonly tagName: string;
|
|
431
|
+
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
432
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
433
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
434
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
435
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
436
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
437
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
438
|
+
getAttribute(qualifiedName: string): string | null;
|
|
439
|
+
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
440
|
+
getAttributeNames(): string[];
|
|
441
|
+
getAttributeNode(qualifiedName: string): Attr | null;
|
|
442
|
+
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
443
|
+
getBoundingClientRect(): DOMRect;
|
|
444
|
+
getClientRects(): DOMRectList;
|
|
445
|
+
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
446
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
447
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
448
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
449
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
450
|
+
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
451
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
452
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
453
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
454
|
+
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
455
|
+
hasAttribute(qualifiedName: string): boolean;
|
|
456
|
+
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
457
|
+
hasAttributes(): boolean;
|
|
458
|
+
hasPointerCapture(pointerId: number): boolean;
|
|
459
|
+
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
460
|
+
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
461
|
+
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
462
|
+
matches(selectors: string): boolean;
|
|
463
|
+
releasePointerCapture(pointerId: number): void;
|
|
464
|
+
removeAttribute(qualifiedName: string): void;
|
|
465
|
+
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
466
|
+
removeAttributeNode(attr: Attr): Attr;
|
|
467
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
468
|
+
requestPointerLock(): void;
|
|
469
|
+
scroll(options?: ScrollToOptions): void;
|
|
470
|
+
scroll(x: number, y: number): void;
|
|
471
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
472
|
+
scrollBy(x: number, y: number): void;
|
|
473
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
474
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
475
|
+
scrollTo(x: number, y: number): void;
|
|
476
|
+
setAttribute(qualifiedName: string, value: string): void;
|
|
477
|
+
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
478
|
+
setAttributeNode(attr: Attr): Attr | null;
|
|
479
|
+
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
480
|
+
setHTMLUnsafe(html: string): void;
|
|
481
|
+
setPointerCapture(pointerId: number): void;
|
|
482
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
483
|
+
webkitMatchesSelector(selectors: string): boolean;
|
|
484
|
+
readonly baseURI: string;
|
|
485
|
+
readonly childNodes: NodeListOf<ChildNode>;
|
|
486
|
+
readonly firstChild: ChildNode | null;
|
|
487
|
+
readonly isConnected: boolean;
|
|
488
|
+
readonly lastChild: ChildNode | null;
|
|
489
|
+
readonly nextSibling: ChildNode | null;
|
|
490
|
+
readonly nodeName: string;
|
|
491
|
+
readonly nodeType: number;
|
|
492
|
+
nodeValue: string | null;
|
|
493
|
+
readonly parentElement: HTMLElement | null;
|
|
494
|
+
readonly parentNode: ParentNode | null;
|
|
495
|
+
readonly previousSibling: ChildNode | null;
|
|
496
|
+
textContent: string | null;
|
|
497
|
+
appendChild<T extends Node>(node: T): T;
|
|
498
|
+
cloneNode(deep?: boolean): Node;
|
|
499
|
+
compareDocumentPosition(other: Node): number;
|
|
500
|
+
contains(other: Node | null): boolean;
|
|
501
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
502
|
+
hasChildNodes(): boolean;
|
|
503
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
504
|
+
isDefaultNamespace(namespace: string | null): boolean;
|
|
505
|
+
isEqualNode(otherNode: Node | null): boolean;
|
|
506
|
+
isSameNode(otherNode: Node | null): boolean;
|
|
507
|
+
lookupNamespaceURI(prefix: string | null): string | null;
|
|
508
|
+
lookupPrefix(namespace: string | null): string | null;
|
|
509
|
+
normalize(): void;
|
|
510
|
+
removeChild<T extends Node>(child: T): T;
|
|
511
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
512
|
+
readonly ELEMENT_NODE: 1;
|
|
513
|
+
readonly ATTRIBUTE_NODE: 2;
|
|
514
|
+
readonly TEXT_NODE: 3;
|
|
515
|
+
readonly CDATA_SECTION_NODE: 4;
|
|
516
|
+
readonly ENTITY_REFERENCE_NODE: 5;
|
|
517
|
+
readonly ENTITY_NODE: 6;
|
|
518
|
+
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
519
|
+
readonly COMMENT_NODE: 8;
|
|
520
|
+
readonly DOCUMENT_NODE: 9;
|
|
521
|
+
readonly DOCUMENT_TYPE_NODE: 10;
|
|
522
|
+
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
523
|
+
readonly NOTATION_NODE: 12;
|
|
524
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
525
|
+
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
526
|
+
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
527
|
+
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
528
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
529
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
530
|
+
dispatchEvent(event: Event): boolean;
|
|
531
|
+
ariaAtomic: string | null;
|
|
532
|
+
ariaAutoComplete: string | null;
|
|
533
|
+
ariaBrailleLabel: string | null;
|
|
534
|
+
ariaBrailleRoleDescription: string | null;
|
|
535
|
+
ariaBusy: string | null;
|
|
536
|
+
ariaChecked: string | null;
|
|
537
|
+
ariaColCount: string | null;
|
|
538
|
+
ariaColIndex: string | null;
|
|
539
|
+
ariaColSpan: string | null;
|
|
540
|
+
ariaCurrent: string | null;
|
|
541
|
+
ariaDescription: string | null;
|
|
542
|
+
ariaDisabled: string | null;
|
|
543
|
+
ariaExpanded: string | null;
|
|
544
|
+
ariaHasPopup: string | null;
|
|
545
|
+
ariaHidden: string | null;
|
|
546
|
+
ariaInvalid: string | null;
|
|
547
|
+
ariaKeyShortcuts: string | null;
|
|
548
|
+
ariaLabel: string | null;
|
|
549
|
+
ariaLevel: string | null;
|
|
550
|
+
ariaLive: string | null;
|
|
551
|
+
ariaModal: string | null;
|
|
552
|
+
ariaMultiLine: string | null;
|
|
553
|
+
ariaMultiSelectable: string | null;
|
|
554
|
+
ariaOrientation: string | null;
|
|
555
|
+
ariaPlaceholder: string | null;
|
|
556
|
+
ariaPosInSet: string | null;
|
|
557
|
+
ariaPressed: string | null;
|
|
558
|
+
ariaReadOnly: string | null;
|
|
559
|
+
ariaRequired: string | null;
|
|
560
|
+
ariaRoleDescription: string | null;
|
|
561
|
+
ariaRowCount: string | null;
|
|
562
|
+
ariaRowIndex: string | null;
|
|
563
|
+
ariaRowSpan: string | null;
|
|
564
|
+
ariaSelected: string | null;
|
|
565
|
+
ariaSetSize: string | null;
|
|
566
|
+
ariaSort: string | null;
|
|
567
|
+
ariaValueMax: string | null;
|
|
568
|
+
ariaValueMin: string | null;
|
|
569
|
+
ariaValueNow: string | null;
|
|
570
|
+
ariaValueText: string | null;
|
|
571
|
+
role: string | null;
|
|
572
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
573
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
574
|
+
after(...nodes: (Node | string)[]): void;
|
|
575
|
+
before(...nodes: (Node | string)[]): void;
|
|
576
|
+
remove(): void;
|
|
577
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
578
|
+
innerHTML: string;
|
|
579
|
+
readonly nextElementSibling: Element | null;
|
|
580
|
+
readonly previousElementSibling: Element | null;
|
|
581
|
+
readonly childElementCount: number;
|
|
582
|
+
readonly children: HTMLCollection;
|
|
583
|
+
readonly firstElementChild: Element | null;
|
|
584
|
+
readonly lastElementChild: Element | null;
|
|
585
|
+
append(...nodes: (Node | string)[]): void;
|
|
586
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
587
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
588
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
589
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
590
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
591
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
592
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
593
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
594
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
595
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
596
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
597
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
598
|
+
readonly assignedSlot: HTMLSlotElement | null;
|
|
599
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
600
|
+
readonly style: CSSStyleDeclaration;
|
|
601
|
+
contentEditable: string;
|
|
602
|
+
enterKeyHint: string;
|
|
603
|
+
inputMode: string;
|
|
604
|
+
readonly isContentEditable: boolean;
|
|
605
|
+
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
606
|
+
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
607
|
+
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
608
|
+
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
609
|
+
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
610
|
+
onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
611
|
+
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
612
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
613
|
+
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
614
|
+
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
615
|
+
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
616
|
+
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
617
|
+
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
618
|
+
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
619
|
+
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
620
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
621
|
+
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
622
|
+
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
623
|
+
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
624
|
+
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
625
|
+
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
626
|
+
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
627
|
+
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
628
|
+
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
629
|
+
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
630
|
+
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
631
|
+
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
632
|
+
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
633
|
+
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
634
|
+
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
635
|
+
onerror: OnErrorEventHandler;
|
|
636
|
+
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
637
|
+
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
638
|
+
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
639
|
+
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
640
|
+
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
641
|
+
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
642
|
+
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
643
|
+
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
644
|
+
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
645
|
+
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
646
|
+
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
647
|
+
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
648
|
+
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
649
|
+
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
650
|
+
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
651
|
+
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
652
|
+
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
653
|
+
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
654
|
+
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
655
|
+
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
656
|
+
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
657
|
+
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
658
|
+
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
659
|
+
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
660
|
+
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
661
|
+
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
662
|
+
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
663
|
+
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
664
|
+
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
665
|
+
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
666
|
+
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
667
|
+
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
668
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
669
|
+
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
670
|
+
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
671
|
+
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
672
|
+
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
673
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
674
|
+
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
675
|
+
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
676
|
+
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
677
|
+
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
678
|
+
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
679
|
+
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
680
|
+
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
681
|
+
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
682
|
+
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
683
|
+
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
684
|
+
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
685
|
+
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
686
|
+
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
687
|
+
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
688
|
+
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
689
|
+
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
690
|
+
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
691
|
+
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
692
|
+
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
693
|
+
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
694
|
+
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
695
|
+
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
696
|
+
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
697
|
+
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
698
|
+
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
699
|
+
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
700
|
+
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
701
|
+
autofocus: boolean;
|
|
702
|
+
readonly dataset: DOMStringMap;
|
|
703
|
+
nonce?: string;
|
|
704
|
+
tabIndex: number;
|
|
705
|
+
blur(): void;
|
|
706
|
+
focus(options?: FocusOptions): void;
|
|
707
|
+
};
|
|
708
|
+
readonly eventRequestVideoData: string;
|
|
709
|
+
readonly eventRunAction: string;
|
|
710
|
+
} & typeof LitElement;
|
|
711
|
+
/**
|
|
712
|
+
* The Tile component.
|
|
713
|
+
*
|
|
714
|
+
* @element c4d-tile
|
|
715
|
+
*/
|
|
716
|
+
declare class C4DTile extends C4DTile_base {
|
|
717
|
+
/**
|
|
718
|
+
* The label text.
|
|
719
|
+
*/
|
|
720
|
+
label?: string;
|
|
721
|
+
ctaType: CTA_TYPE;
|
|
722
|
+
href?: string;
|
|
723
|
+
slottedImages: boolean;
|
|
724
|
+
slottedPictogram: boolean;
|
|
725
|
+
slotName: string;
|
|
726
|
+
slotContent: Element[];
|
|
727
|
+
alignWithContent: boolean;
|
|
728
|
+
doubleTile: boolean;
|
|
729
|
+
target?: string | undefined;
|
|
730
|
+
_linkNode: HTMLAnchorElement;
|
|
731
|
+
_handleSlotChange(event: Event): void;
|
|
732
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
733
|
+
static styles: any;
|
|
734
|
+
}
|
|
735
|
+
export default C4DTile;
|
|
736
|
+
|
|
737
|
+
//# sourceMappingURL=tile.d.ts.map
|