@carbon/ibmdotcom-web-components 2.23.0 → 2.25.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.
Files changed (70) hide show
  1. package/custom-elements.json +17 -9
  2. package/dist/dotcom-shell.js +3 -3
  3. package/dist/dotcom-shell.min.js +2 -2
  4. package/dist/ibmdotcom-web-components-dotcom-shell.js +3 -3
  5. package/dist/ibmdotcom-web-components-dotcom-shell.min.js +2 -2
  6. package/dist/{index-4a2b99e5.js → index-1dfaa907.js} +529 -701
  7. package/dist/{index-90537714.js → index-8e5904a0.js} +5 -5
  8. package/dist/{left-nav-menu-ccf3a6ec.js → left-nav-menu-08b77355.js} +2 -2
  9. package/dist/{left-nav-menu-category-heading-3016e990.js → left-nav-menu-category-heading-1874e85f.js} +2 -2
  10. package/dist/{left-nav-menu-category-heading-cb17a84f.js → left-nav-menu-category-heading-907c5870.js} +3 -3
  11. package/dist/{left-nav-menu-a22a1a6e.js → left-nav-menu-ee66480f.js} +3 -3
  12. package/dist/{left-nav-menu-item-18d051bc.js → left-nav-menu-item-463c0a47.js} +2 -2
  13. package/dist/{left-nav-menu-item-85006ef1.js → left-nav-menu-item-62b3aeb4.js} +3 -3
  14. package/dist/{left-nav-menu-section-027d6043.js → left-nav-menu-section-36fa5f37.js} +2 -2
  15. package/dist/{left-nav-menu-section-cee5e8b9.js → left-nav-menu-section-620f3e39.js} +3 -3
  16. package/dist/{left-nav-overlay-225f893f.js → left-nav-overlay-11083652.js} +2 -2
  17. package/dist/{left-nav-overlay-e559d687.js → left-nav-overlay-4aa89969.js} +3 -3
  18. package/dist/{megamenu-category-group-75dd0587.js → megamenu-category-group-38ebe02a.js} +2 -2
  19. package/dist/{megamenu-category-group-89eb9dd2.js → megamenu-category-group-768aa48a.js} +3 -3
  20. package/dist/{megamenu-category-group-copy-94e321c8.js → megamenu-category-group-copy-0036630c.js} +3 -3
  21. package/dist/{megamenu-category-group-copy-533d77ca.js → megamenu-category-group-copy-0770e2d1.js} +2 -2
  22. package/dist/{megamenu-category-heading-5c562696.js → megamenu-category-heading-25325ce1.js} +3 -3
  23. package/dist/{megamenu-category-heading-370cb6dc.js → megamenu-category-heading-5fae5a7f.js} +2 -2
  24. package/dist/{megamenu-category-link-6060a359.js → megamenu-category-link-3a79d2ea.js} +2 -2
  25. package/dist/{megamenu-category-link-66573e4b.js → megamenu-category-link-d1712222.js} +3 -3
  26. package/dist/{megamenu-category-link-group-83d39e8b.js → megamenu-category-link-group-ba6e3528.js} +3 -3
  27. package/dist/{megamenu-category-link-group-4f9fcb1a.js → megamenu-category-link-group-fe0164c9.js} +2 -2
  28. package/dist/{megamenu-left-navigation-35cca50a.js → megamenu-left-navigation-29fdbefc.js} +2 -2
  29. package/dist/{megamenu-left-navigation-ab38535c.js → megamenu-left-navigation-dba059eb.js} +3 -3
  30. package/dist/{megamenu-overlay-977e9e98.js → megamenu-overlay-6fcf6e91.js} +2 -2
  31. package/dist/{megamenu-overlay-9b73f118.js → megamenu-overlay-899719ba.js} +3 -3
  32. package/dist/{megamenu-tab-e4488ebd.js → megamenu-tab-1835d1a2.js} +3 -3
  33. package/dist/{megamenu-tab-69382393.js → megamenu-tab-1a79a248.js} +2 -2
  34. package/es/components/background-media/background-media.css.js +1 -1
  35. package/es/components/background-media/background-media.d.ts +7 -1
  36. package/es/components/background-media/background-media.js +29 -1
  37. package/es/components/background-media/background-media.js.map +1 -1
  38. package/es/components/background-media/defs.d.ts +5 -1
  39. package/es/components/background-media/defs.js +2 -1
  40. package/es/components/background-media/defs.js.map +1 -1
  41. package/es/components/card-group/card-group.css.js +1 -1
  42. package/es/components/card-group/card-group.d.ts +688 -1
  43. package/es/components/card-group/card-group.js +47 -12
  44. package/es/components/card-group/card-group.js.map +1 -1
  45. package/es/components/card-section-offset/card-section-offset.css.js +1 -1
  46. package/es/components/content-block/content-block.css.js +1 -1
  47. package/es/components/content-block-cards/content-block-cards.d.ts +2 -1
  48. package/es/components/content-block-cards/content-block-cards.js +17 -1
  49. package/es/components/content-block-cards/content-block-cards.js.map +1 -1
  50. package/es/components/cta/video-cta-container.d.ts +1 -0
  51. package/es/components/lightbox-media-viewer/lightbox-video-player-container.d.ts +1 -0
  52. package/es/components/masthead/left-nav.d.ts +2 -1
  53. package/es/components/masthead/left-nav.js +23 -6
  54. package/es/components/masthead/left-nav.js.map +1 -1
  55. package/es/components/table-of-contents/table-of-contents.js +2 -2
  56. package/es/components/table-of-contents/table-of-contents.js.map +1 -1
  57. package/es/components/video-player/video-player-container.d.ts +3 -1
  58. package/es/components/video-player/video-player-container.js +276 -195
  59. package/es/components/video-player/video-player-container.js.map +1 -1
  60. package/es/components/video-player/video-player.d.ts +2 -1
  61. package/es/components/video-player/video-player.js +5 -3
  62. package/es/components/video-player/video-player.js.map +1 -1
  63. package/es/components-react/video-player/video-player.d.ts +1 -0
  64. package/es/internal/vendor/@carbon/ibmdotcom-services/services/KalturaPlayer/KalturaPlayer.js +7 -1
  65. package/es/internal/vendor/@carbon/ibmdotcom-utilities/utilities/settings/settings.js +2 -2
  66. package/lib/components/background-media/defs.js +2 -1
  67. package/lib/components/background-media/defs.js.map +1 -1
  68. package/lib/internal/vendor/@carbon/ibmdotcom-services/services/KalturaPlayer/KalturaPlayer.js +7 -1
  69. package/lib/internal/vendor/@carbon/ibmdotcom-utilities/utilities/settings/settings.js +2 -2
  70. package/package.json +6 -6
@@ -8,8 +8,692 @@
8
8
  */
9
9
  import { LitElement } from 'lit';
10
10
  import { GRID_MODE } from './defs';
11
+ import { MQDirs } from '../../component-mixins/media-query/media-query';
11
12
  export { GRID_MODE };
12
- declare const C4DCardGroup_base: {
13
+ declare const C4DCardGroup_base: (abstract new (...args: any[]) => {
14
+ _mqConfig: {
15
+ sm?: MQDirs | undefined;
16
+ md?: MQDirs | undefined;
17
+ lg?: MQDirs | undefined;
18
+ xlg?: MQDirs | undefined;
19
+ max?: MQDirs | undefined;
20
+ };
21
+ _generateMediaQueriesByBreakpoint(): {
22
+ [index: string]: MediaQueryList;
23
+ };
24
+ carbonBreakpoints: {
25
+ [index: string]: MediaQueryList;
26
+ };
27
+ _attachMediaQueryEventListeners(): void;
28
+ firstUpdated(): 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
+ new (...args: any[]): {
358
+ _handles: Set<import("@carbon/web-components/es/globals/internal/handle").default>;
359
+ connectedCallback(): void;
360
+ disconnectedCallback(): void;
361
+ accessKey: string;
362
+ readonly accessKeyLabel: string;
363
+ autocapitalize: string;
364
+ dir: string;
365
+ draggable: boolean;
366
+ hidden: boolean;
367
+ inert: boolean;
368
+ innerText: string;
369
+ lang: string;
370
+ readonly offsetHeight: number;
371
+ readonly offsetLeft: number;
372
+ readonly offsetParent: Element | null;
373
+ readonly offsetTop: number;
374
+ readonly offsetWidth: number;
375
+ outerText: string;
376
+ popover: string | null;
377
+ spellcheck: boolean;
378
+ title: string;
379
+ translate: boolean;
380
+ attachInternals(): ElementInternals;
381
+ click(): void;
382
+ hidePopover(): void;
383
+ showPopover(): void;
384
+ togglePopover(force?: boolean): boolean;
385
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
386
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
387
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
388
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
389
+ readonly attributes: NamedNodeMap;
390
+ readonly classList: DOMTokenList;
391
+ className: string;
392
+ readonly clientHeight: number;
393
+ readonly clientLeft: number;
394
+ readonly clientTop: number;
395
+ readonly clientWidth: number;
396
+ id: string;
397
+ readonly localName: string;
398
+ readonly namespaceURI: string | null;
399
+ onfullscreenchange: ((this: Element, ev: Event) => any) | null;
400
+ onfullscreenerror: ((this: Element, ev: Event) => any) | null;
401
+ outerHTML: string;
402
+ readonly ownerDocument: Document;
403
+ readonly part: DOMTokenList;
404
+ readonly prefix: string | null;
405
+ readonly scrollHeight: number;
406
+ scrollLeft: number;
407
+ scrollTop: number;
408
+ readonly scrollWidth: number;
409
+ readonly shadowRoot: ShadowRoot | null;
410
+ slot: string;
411
+ readonly tagName: string;
412
+ attachShadow(init: ShadowRootInit): ShadowRoot;
413
+ checkVisibility(options?: CheckVisibilityOptions): boolean;
414
+ closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
415
+ closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
416
+ closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
417
+ closest<E extends Element = Element>(selectors: string): E | null;
418
+ computedStyleMap(): StylePropertyMapReadOnly;
419
+ getAttribute(qualifiedName: string): string | null;
420
+ getAttributeNS(namespace: string | null, localName: string): string | null;
421
+ getAttributeNames(): string[];
422
+ getAttributeNode(qualifiedName: string): Attr | null;
423
+ getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
424
+ getBoundingClientRect(): DOMRect;
425
+ getClientRects(): DOMRectList;
426
+ getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
427
+ getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
428
+ getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
429
+ getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
430
+ getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
431
+ getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
432
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
433
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
434
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
435
+ getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
436
+ hasAttribute(qualifiedName: string): boolean;
437
+ hasAttributeNS(namespace: string | null, localName: string): boolean;
438
+ hasAttributes(): boolean;
439
+ hasPointerCapture(pointerId: number): boolean;
440
+ insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
441
+ insertAdjacentHTML(position: InsertPosition, text: string): void;
442
+ insertAdjacentText(where: InsertPosition, data: string): void;
443
+ matches(selectors: string): boolean;
444
+ releasePointerCapture(pointerId: number): void;
445
+ removeAttribute(qualifiedName: string): void;
446
+ removeAttributeNS(namespace: string | null, localName: string): void;
447
+ removeAttributeNode(attr: Attr): Attr;
448
+ requestFullscreen(options?: FullscreenOptions): Promise<void>;
449
+ requestPointerLock(): void;
450
+ scroll(options?: ScrollToOptions): void;
451
+ scroll(x: number, y: number): void;
452
+ scrollBy(options?: ScrollToOptions): void;
453
+ scrollBy(x: number, y: number): void;
454
+ scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
455
+ scrollTo(options?: ScrollToOptions): void;
456
+ scrollTo(x: number, y: number): void;
457
+ setAttribute(qualifiedName: string, value: string): void;
458
+ setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
459
+ setAttributeNode(attr: Attr): Attr | null;
460
+ setAttributeNodeNS(attr: Attr): Attr | null;
461
+ setHTMLUnsafe(html: string): void;
462
+ setPointerCapture(pointerId: number): void;
463
+ toggleAttribute(qualifiedName: string, force?: boolean): boolean;
464
+ webkitMatchesSelector(selectors: string): boolean;
465
+ readonly baseURI: string;
466
+ readonly childNodes: NodeListOf<ChildNode>;
467
+ readonly firstChild: ChildNode | null;
468
+ readonly isConnected: boolean;
469
+ readonly lastChild: ChildNode | null;
470
+ readonly nextSibling: ChildNode | null;
471
+ readonly nodeName: string;
472
+ readonly nodeType: number;
473
+ nodeValue: string | null;
474
+ readonly parentElement: HTMLElement | null;
475
+ readonly parentNode: ParentNode | null;
476
+ readonly previousSibling: ChildNode | null;
477
+ textContent: string | null;
478
+ appendChild<T_1 extends Node>(node: T_1): T_1;
479
+ cloneNode(deep?: boolean): Node;
480
+ compareDocumentPosition(other: Node): number;
481
+ contains(other: Node | null): boolean;
482
+ getRootNode(options?: GetRootNodeOptions): Node;
483
+ hasChildNodes(): boolean;
484
+ insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
485
+ isDefaultNamespace(namespace: string | null): boolean;
486
+ isEqualNode(otherNode: Node | null): boolean;
487
+ isSameNode(otherNode: Node | null): boolean;
488
+ lookupNamespaceURI(prefix: string | null): string | null;
489
+ lookupPrefix(namespace: string | null): string | null;
490
+ normalize(): void;
491
+ removeChild<T_1 extends Node>(child: T_1): T_1;
492
+ replaceChild<T_1 extends Node>(node: Node, child: T_1): T_1;
493
+ readonly ELEMENT_NODE: 1;
494
+ readonly ATTRIBUTE_NODE: 2;
495
+ readonly TEXT_NODE: 3;
496
+ readonly CDATA_SECTION_NODE: 4;
497
+ readonly ENTITY_REFERENCE_NODE: 5;
498
+ readonly ENTITY_NODE: 6;
499
+ readonly PROCESSING_INSTRUCTION_NODE: 7;
500
+ readonly COMMENT_NODE: 8;
501
+ readonly DOCUMENT_NODE: 9;
502
+ readonly DOCUMENT_TYPE_NODE: 10;
503
+ readonly DOCUMENT_FRAGMENT_NODE: 11;
504
+ readonly NOTATION_NODE: 12;
505
+ readonly DOCUMENT_POSITION_DISCONNECTED: 1;
506
+ readonly DOCUMENT_POSITION_PRECEDING: 2;
507
+ readonly DOCUMENT_POSITION_FOLLOWING: 4;
508
+ readonly DOCUMENT_POSITION_CONTAINS: 8;
509
+ readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
510
+ readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
511
+ dispatchEvent(event: Event): boolean;
512
+ ariaAtomic: string | null;
513
+ ariaAutoComplete: string | null;
514
+ ariaBrailleLabel: string | null;
515
+ ariaBrailleRoleDescription: string | null;
516
+ ariaBusy: string | null;
517
+ ariaChecked: string | null;
518
+ ariaColCount: string | null;
519
+ ariaColIndex: string | null;
520
+ ariaColSpan: string | null;
521
+ ariaCurrent: string | null;
522
+ ariaDescription: string | null;
523
+ ariaDisabled: string | null;
524
+ ariaExpanded: string | null;
525
+ ariaHasPopup: string | null;
526
+ ariaHidden: string | null;
527
+ ariaInvalid: string | null;
528
+ ariaKeyShortcuts: string | null;
529
+ ariaLabel: string | null;
530
+ ariaLevel: string | null;
531
+ ariaLive: string | null;
532
+ ariaModal: string | null;
533
+ ariaMultiLine: string | null;
534
+ ariaMultiSelectable: string | null;
535
+ ariaOrientation: string | null;
536
+ ariaPlaceholder: string | null;
537
+ ariaPosInSet: string | null;
538
+ ariaPressed: string | null;
539
+ ariaReadOnly: string | null;
540
+ ariaRequired: string | null;
541
+ ariaRoleDescription: string | null;
542
+ ariaRowCount: string | null;
543
+ ariaRowIndex: string | null;
544
+ ariaRowSpan: string | null;
545
+ ariaSelected: string | null;
546
+ ariaSetSize: string | null;
547
+ ariaSort: string | null;
548
+ ariaValueMax: string | null;
549
+ ariaValueMin: string | null;
550
+ ariaValueNow: string | null;
551
+ ariaValueText: string | null;
552
+ role: string | null;
553
+ animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
554
+ getAnimations(options?: GetAnimationsOptions): Animation[];
555
+ after(...nodes: (Node | string)[]): void;
556
+ before(...nodes: (Node | string)[]): void;
557
+ remove(): void;
558
+ replaceWith(...nodes: (Node | string)[]): void;
559
+ innerHTML: string;
560
+ readonly nextElementSibling: Element | null;
561
+ readonly previousElementSibling: Element | null;
562
+ readonly childElementCount: number;
563
+ readonly children: HTMLCollection;
564
+ readonly firstElementChild: Element | null;
565
+ readonly lastElementChild: Element | null;
566
+ append(...nodes: (Node | string)[]): void;
567
+ prepend(...nodes: (Node | string)[]): void;
568
+ querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
569
+ querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
570
+ querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
571
+ querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
572
+ querySelector<E extends Element = Element>(selectors: string): E | null;
573
+ querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
574
+ querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
575
+ querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
576
+ querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
577
+ querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
578
+ replaceChildren(...nodes: (Node | string)[]): void;
579
+ readonly assignedSlot: HTMLSlotElement | null;
580
+ readonly attributeStyleMap: StylePropertyMap;
581
+ readonly style: CSSStyleDeclaration;
582
+ contentEditable: string;
583
+ enterKeyHint: string;
584
+ inputMode: string;
585
+ readonly isContentEditable: boolean;
586
+ onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
587
+ onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
588
+ onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
589
+ onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
590
+ onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
591
+ onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
592
+ onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
593
+ onbeforetoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
594
+ onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
595
+ oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
596
+ oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
597
+ oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
598
+ onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
599
+ onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
600
+ onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
601
+ oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
602
+ oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
603
+ oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
604
+ oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
605
+ ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
606
+ ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
607
+ ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
608
+ ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
609
+ ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
610
+ ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
611
+ ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
612
+ ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
613
+ ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
614
+ onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
615
+ onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
616
+ onerror: OnErrorEventHandler;
617
+ onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
618
+ onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
619
+ ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
620
+ oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
621
+ oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
622
+ onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
623
+ onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
624
+ onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
625
+ onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
626
+ onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
627
+ onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
628
+ onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
629
+ onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
630
+ onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
631
+ onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
632
+ onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
633
+ onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
634
+ onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
635
+ onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
636
+ onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
637
+ onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
638
+ onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
639
+ onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
640
+ onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
641
+ onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
642
+ onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
643
+ onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
644
+ onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
645
+ onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
646
+ onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
647
+ onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
648
+ onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
649
+ onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
650
+ onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
651
+ onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
652
+ onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
653
+ onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
654
+ onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
655
+ onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
656
+ onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
657
+ onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
658
+ onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
659
+ onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
660
+ onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
661
+ onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
662
+ onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
663
+ onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
664
+ onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
665
+ ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
666
+ ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
667
+ ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
668
+ ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
669
+ ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
670
+ ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
671
+ ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
672
+ ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
673
+ ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
674
+ ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
675
+ onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
676
+ onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
677
+ onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
678
+ onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
679
+ onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
680
+ onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
681
+ onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
682
+ autofocus: boolean;
683
+ readonly dataset: DOMStringMap;
684
+ nonce?: string;
685
+ tabIndex: number;
686
+ blur(): void;
687
+ focus(options?: FocusOptions): void;
688
+ };
689
+ _hostListeners: {
690
+ [listenerName: string]: {
691
+ [type: string]: {
692
+ options?: boolean | AddEventListenerOptions;
693
+ };
694
+ };
695
+ };
696
+ } & {
13
697
  new (...args: any[]): {
14
698
  linkNode: any;
15
699
  altAttributes: any;
@@ -374,6 +1058,8 @@ declare class C4DCardGroup extends C4DCardGroup_base {
374
1058
  * Default number of cards per row. Applies to >=`lg` breakpoint only.
375
1059
  */
376
1060
  private _cardsPerRowAuto;
1061
+ private _isMediumOrGreater;
1062
+ protected mediaQueryCallbackMD(): void;
377
1063
  /**
378
1064
  * Number of cards per column.
379
1065
  * If `--c4d--card-group--cards-in-row` CSS custom property is set to `<c4d-card-group>`.
@@ -389,6 +1075,7 @@ declare class C4DCardGroup extends C4DCardGroup_base {
389
1075
  * If using cards with pictogram.
390
1076
  */
391
1077
  pictograms: boolean;
1078
+ private isInsideBlockCards;
392
1079
  firstUpdated(): void;
393
1080
  updated(changedProperties: any): void;
394
1081
  render(): import("lit-html").TemplateResult<1>;