@carbon/ibm-products-web-components 0.27.0 → 0.28.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +85 -0
- package/custom-elements.json +128 -10
- package/es/components/about-modal/about-modal.d.ts +28 -16
- package/es/components/about-modal/about-modal.figma.d.ts +7 -0
- package/es/components/about-modal/about-modal.figma.js +52 -0
- package/es/components/about-modal/about-modal.figma.js.map +1 -0
- package/es/components/about-modal/about-modal.scss.js +1 -1
- package/es/components/checklist/checklist.scss.js +1 -1
- package/es/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts +27 -11
- package/es/components/full-page-error/full-page-error.figma.d.ts +1 -0
- package/es/components/full-page-error/full-page-error.figma.js +69 -0
- package/es/components/full-page-error/full-page-error.figma.js.map +1 -0
- package/es/components/interstitial-screen/interstitial-screen-body-item.d.ts +27 -11
- package/es/components/interstitial-screen/interstitial-screen-body.d.ts +27 -11
- package/es/components/interstitial-screen/interstitial-screen-footer.d.ts +27 -11
- package/es/components/interstitial-screen/interstitial-screen-header.d.ts +27 -11
- package/es/components/interstitial-screen/interstitial-screen.d.ts +27 -11
- package/es/components/notification-panel/notification-footer.d.ts +27 -11
- package/es/components/notification-panel/notification-panel.d.ts +27 -11
- package/es/components/notification-panel/notification.d.ts +27 -11
- package/es/components/notification-panel/notification.scss.js +1 -1
- package/es/components/options-tile/options-tile.d.ts +27 -11
- package/es/components/page-header/_story-assets/2x1.jpg.js +11 -0
- package/es/components/page-header/_story-assets/2x1.jpg.js.map +1 -0
- package/es/components/page-header/_story-assets/3x2.jpg.js +11 -0
- package/es/components/page-header/_story-assets/3x2.jpg.js.map +1 -0
- package/es/components/page-header/_story-assets/set-of-breadcrumbs.scss.js +1 -1
- package/es/components/page-header/_story-assets/set-of-tags/set-of-tags.scss.js +1 -1
- package/es/components/page-header/page-header.scss.js +1 -1
- package/es/components/page-header/page-header.test.js +57 -69
- package/es/components/page-header/page-header.test.js.map +1 -1
- package/es/components/side-panel/side-panel.d.ts +27 -11
- package/es/components/side-panel/side-panel.scss.js +1 -1
- package/es/components/tearsheet/tearsheet.d.ts +27 -11
- package/es/components/tearsheet/tearsheet.scss.js +1 -1
- package/es/components/user-avatar/user-avatar.d.ts +27 -11
- package/es/components/user-avatar/user-avatar.figma.d.ts +7 -0
- package/es/components/user-avatar/user-avatar.figma.js +136 -0
- package/es/components/user-avatar/user-avatar.figma.js.map +1 -0
- package/es/node_modules/@carbon/layout/es/index.js +44 -0
- package/es/node_modules/@carbon/layout/es/index.js.map +1 -0
- package/es/packages/ibm-products-web-components/package.json.js +1 -1
- package/es-custom/components/about-modal/about-modal.d.ts +28 -16
- package/es-custom/components/about-modal/about-modal.figma.d.ts +7 -0
- package/es-custom/components/about-modal/about-modal.figma.js +52 -0
- package/es-custom/components/about-modal/about-modal.figma.js.map +1 -0
- package/es-custom/components/about-modal/about-modal.scss.js +1 -1
- package/es-custom/components/checklist/checklist.scss.js +1 -1
- package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts +27 -11
- package/es-custom/components/full-page-error/full-page-error.figma.d.ts +1 -0
- package/es-custom/components/full-page-error/full-page-error.figma.js +69 -0
- package/es-custom/components/full-page-error/full-page-error.figma.js.map +1 -0
- package/es-custom/components/interstitial-screen/interstitial-screen-body-item.d.ts +27 -11
- package/es-custom/components/interstitial-screen/interstitial-screen-body.d.ts +27 -11
- package/es-custom/components/interstitial-screen/interstitial-screen-footer.d.ts +27 -11
- package/es-custom/components/interstitial-screen/interstitial-screen-header.d.ts +27 -11
- package/es-custom/components/interstitial-screen/interstitial-screen.d.ts +27 -11
- package/es-custom/components/notification-panel/notification-footer.d.ts +27 -11
- package/es-custom/components/notification-panel/notification-panel.d.ts +27 -11
- package/es-custom/components/notification-panel/notification.d.ts +27 -11
- package/es-custom/components/notification-panel/notification.scss.js +1 -1
- package/es-custom/components/options-tile/options-tile.d.ts +27 -11
- package/es-custom/components/page-header/_story-assets/2x1.jpg.js +11 -0
- package/es-custom/components/page-header/_story-assets/2x1.jpg.js.map +1 -0
- package/es-custom/components/page-header/_story-assets/3x2.jpg.js +11 -0
- package/es-custom/components/page-header/_story-assets/3x2.jpg.js.map +1 -0
- package/es-custom/components/page-header/_story-assets/set-of-breadcrumbs.scss.js +1 -1
- package/es-custom/components/page-header/_story-assets/set-of-tags/set-of-tags.scss.js +1 -1
- package/es-custom/components/page-header/page-header.scss.js +1 -1
- package/es-custom/components/page-header/page-header.test.js +57 -69
- package/es-custom/components/page-header/page-header.test.js.map +1 -1
- package/es-custom/components/side-panel/side-panel.d.ts +27 -11
- package/es-custom/components/side-panel/side-panel.scss.js +1 -1
- package/es-custom/components/tearsheet/tearsheet.d.ts +27 -11
- package/es-custom/components/tearsheet/tearsheet.scss.js +1 -1
- package/es-custom/components/user-avatar/user-avatar.d.ts +27 -11
- package/es-custom/components/user-avatar/user-avatar.figma.d.ts +7 -0
- package/es-custom/components/user-avatar/user-avatar.figma.js +136 -0
- package/es-custom/components/user-avatar/user-avatar.figma.js.map +1 -0
- package/es-custom/node_modules/@carbon/layout/es/index.js +44 -0
- package/es-custom/node_modules/@carbon/layout/es/index.js.map +1 -0
- package/es-custom/packages/ibm-products-web-components/package.json.js +1 -1
- package/lib/components/about-modal/about-modal.d.ts +28 -16
- package/lib/components/about-modal/about-modal.figma.d.ts +7 -0
- package/lib/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts +27 -11
- package/lib/components/full-page-error/full-page-error.figma.d.ts +1 -0
- package/lib/components/interstitial-screen/interstitial-screen-body-item.d.ts +27 -11
- package/lib/components/interstitial-screen/interstitial-screen-body.d.ts +27 -11
- package/lib/components/interstitial-screen/interstitial-screen-footer.d.ts +27 -11
- package/lib/components/interstitial-screen/interstitial-screen-header.d.ts +27 -11
- package/lib/components/interstitial-screen/interstitial-screen.d.ts +27 -11
- package/lib/components/notification-panel/notification-footer.d.ts +27 -11
- package/lib/components/notification-panel/notification-panel.d.ts +27 -11
- package/lib/components/notification-panel/notification.d.ts +27 -11
- package/lib/components/options-tile/options-tile.d.ts +27 -11
- package/lib/components/side-panel/side-panel.d.ts +27 -11
- package/lib/components/tearsheet/tearsheet.d.ts +27 -11
- package/lib/components/user-avatar/user-avatar.d.ts +27 -11
- package/lib/components/user-avatar/user-avatar.figma.d.ts +7 -0
- package/package.json +14 -12
- package/scss/components/page-header/_story-assets/set-of-tags/set-of-tags.scss +2 -0
- package/scss/components/truncated-text/truncated-text.scss +0 -1
|
@@ -16,6 +16,7 @@ declare const CDSInterstitialScreenBody_base: {
|
|
|
16
16
|
accessKey: string;
|
|
17
17
|
readonly accessKeyLabel: string;
|
|
18
18
|
autocapitalize: string;
|
|
19
|
+
autocorrect: boolean;
|
|
19
20
|
dir: string;
|
|
20
21
|
draggable: boolean;
|
|
21
22
|
hidden: boolean;
|
|
@@ -37,13 +38,14 @@ declare const CDSInterstitialScreenBody_base: {
|
|
|
37
38
|
click(): void;
|
|
38
39
|
hidePopover(): void;
|
|
39
40
|
showPopover(): void;
|
|
40
|
-
togglePopover(
|
|
41
|
+
togglePopover(options?: boolean): boolean;
|
|
41
42
|
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
42
43
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
43
44
|
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
44
45
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
45
46
|
readonly attributes: NamedNodeMap;
|
|
46
|
-
|
|
47
|
+
get classList(): DOMTokenList;
|
|
48
|
+
set classList(value: string): any;
|
|
47
49
|
className: string;
|
|
48
50
|
readonly clientHeight: number;
|
|
49
51
|
readonly clientLeft: number;
|
|
@@ -58,7 +60,8 @@ declare const CDSInterstitialScreenBody_base: {
|
|
|
58
60
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
59
61
|
outerHTML: string;
|
|
60
62
|
readonly ownerDocument: Document;
|
|
61
|
-
|
|
63
|
+
get part(): DOMTokenList;
|
|
64
|
+
set part(value: string): any;
|
|
62
65
|
readonly prefix: string | null;
|
|
63
66
|
readonly scrollHeight: number;
|
|
64
67
|
scrollLeft: number;
|
|
@@ -121,6 +124,8 @@ declare const CDSInterstitialScreenBody_base: {
|
|
|
121
124
|
setPointerCapture(pointerId: number): void;
|
|
122
125
|
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
123
126
|
webkitMatchesSelector(selectors: string): boolean;
|
|
127
|
+
get textContent(): string;
|
|
128
|
+
set textContent(value: string | null): any;
|
|
124
129
|
readonly baseURI: string;
|
|
125
130
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
126
131
|
readonly firstChild: ChildNode | null;
|
|
@@ -133,9 +138,8 @@ declare const CDSInterstitialScreenBody_base: {
|
|
|
133
138
|
readonly parentElement: HTMLElement | null;
|
|
134
139
|
readonly parentNode: ParentNode | null;
|
|
135
140
|
readonly previousSibling: ChildNode | null;
|
|
136
|
-
textContent: string | null;
|
|
137
141
|
appendChild<T_1 extends Node>(node: T_1): T_1;
|
|
138
|
-
cloneNode(
|
|
142
|
+
cloneNode(subtree?: boolean): Node;
|
|
139
143
|
compareDocumentPosition(other: Node): number;
|
|
140
144
|
contains(other: Node | null): boolean;
|
|
141
145
|
getRootNode(options?: GetRootNodeOptions): Node;
|
|
@@ -168,6 +172,7 @@ declare const CDSInterstitialScreenBody_base: {
|
|
|
168
172
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
169
173
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
170
174
|
dispatchEvent(event: Event): boolean;
|
|
175
|
+
ariaActiveDescendantElement: Element | null;
|
|
171
176
|
ariaAtomic: string | null;
|
|
172
177
|
ariaAutoComplete: string | null;
|
|
173
178
|
ariaBrailleLabel: string | null;
|
|
@@ -178,25 +183,33 @@ declare const CDSInterstitialScreenBody_base: {
|
|
|
178
183
|
ariaColIndex: string | null;
|
|
179
184
|
ariaColIndexText: string | null;
|
|
180
185
|
ariaColSpan: string | null;
|
|
186
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
181
187
|
ariaCurrent: string | null;
|
|
188
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
182
189
|
ariaDescription: string | null;
|
|
190
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
183
191
|
ariaDisabled: string | null;
|
|
192
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
184
193
|
ariaExpanded: string | null;
|
|
194
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
185
195
|
ariaHasPopup: string | null;
|
|
186
196
|
ariaHidden: string | null;
|
|
187
197
|
ariaInvalid: string | null;
|
|
188
198
|
ariaKeyShortcuts: string | null;
|
|
189
199
|
ariaLabel: string | null;
|
|
200
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
190
201
|
ariaLevel: string | null;
|
|
191
202
|
ariaLive: string | null;
|
|
192
203
|
ariaModal: string | null;
|
|
193
204
|
ariaMultiLine: string | null;
|
|
194
205
|
ariaMultiSelectable: string | null;
|
|
195
206
|
ariaOrientation: string | null;
|
|
207
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
196
208
|
ariaPlaceholder: string | null;
|
|
197
209
|
ariaPosInSet: string | null;
|
|
198
210
|
ariaPressed: string | null;
|
|
199
211
|
ariaReadOnly: string | null;
|
|
212
|
+
ariaRelevant: string | null;
|
|
200
213
|
ariaRequired: string | null;
|
|
201
214
|
ariaRoleDescription: string | null;
|
|
202
215
|
ariaRowCount: string | null;
|
|
@@ -238,7 +251,8 @@ declare const CDSInterstitialScreenBody_base: {
|
|
|
238
251
|
replaceChildren(...nodes: (Node | string)[]): void;
|
|
239
252
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
240
253
|
readonly attributeStyleMap: StylePropertyMap;
|
|
241
|
-
|
|
254
|
+
get style(): CSSStyleDeclaration;
|
|
255
|
+
set style(cssText: string): any;
|
|
242
256
|
contentEditable: string;
|
|
243
257
|
enterKeyHint: string;
|
|
244
258
|
inputMode: string;
|
|
@@ -248,18 +262,19 @@ declare const CDSInterstitialScreenBody_base: {
|
|
|
248
262
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
249
263
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
250
264
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
251
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
265
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
252
266
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
253
|
-
|
|
267
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
268
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
254
269
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
255
270
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
256
271
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
257
272
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
258
273
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
259
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
274
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
260
275
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
261
276
|
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
262
|
-
oncontextmenu: ((this: GlobalEventHandlers, ev:
|
|
277
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
263
278
|
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
264
279
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
265
280
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -307,6 +322,7 @@ declare const CDSInterstitialScreenBody_base: {
|
|
|
307
322
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
308
323
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
309
324
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
325
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
310
326
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
311
327
|
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
312
328
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -325,7 +341,7 @@ declare const CDSInterstitialScreenBody_base: {
|
|
|
325
341
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
326
342
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
327
343
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
328
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
344
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
329
345
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
330
346
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
331
347
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -19,6 +19,7 @@ declare const CDSInterstitialScreenFooter_base: {
|
|
|
19
19
|
accessKey: string;
|
|
20
20
|
readonly accessKeyLabel: string;
|
|
21
21
|
autocapitalize: string;
|
|
22
|
+
autocorrect: boolean;
|
|
22
23
|
dir: string;
|
|
23
24
|
draggable: boolean;
|
|
24
25
|
hidden: boolean;
|
|
@@ -40,13 +41,14 @@ declare const CDSInterstitialScreenFooter_base: {
|
|
|
40
41
|
click(): void;
|
|
41
42
|
hidePopover(): void;
|
|
42
43
|
showPopover(): void;
|
|
43
|
-
togglePopover(
|
|
44
|
+
togglePopover(options?: boolean): boolean;
|
|
44
45
|
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
45
46
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
46
47
|
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
47
48
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
48
49
|
readonly attributes: NamedNodeMap;
|
|
49
|
-
|
|
50
|
+
get classList(): DOMTokenList;
|
|
51
|
+
set classList(value: string): any;
|
|
50
52
|
className: string;
|
|
51
53
|
readonly clientHeight: number;
|
|
52
54
|
readonly clientLeft: number;
|
|
@@ -61,7 +63,8 @@ declare const CDSInterstitialScreenFooter_base: {
|
|
|
61
63
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
62
64
|
outerHTML: string;
|
|
63
65
|
readonly ownerDocument: Document;
|
|
64
|
-
|
|
66
|
+
get part(): DOMTokenList;
|
|
67
|
+
set part(value: string): any;
|
|
65
68
|
readonly prefix: string | null;
|
|
66
69
|
readonly scrollHeight: number;
|
|
67
70
|
scrollLeft: number;
|
|
@@ -124,6 +127,8 @@ declare const CDSInterstitialScreenFooter_base: {
|
|
|
124
127
|
setPointerCapture(pointerId: number): void;
|
|
125
128
|
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
126
129
|
webkitMatchesSelector(selectors: string): boolean;
|
|
130
|
+
get textContent(): string;
|
|
131
|
+
set textContent(value: string | null): any;
|
|
127
132
|
readonly baseURI: string;
|
|
128
133
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
129
134
|
readonly firstChild: ChildNode | null;
|
|
@@ -136,9 +141,8 @@ declare const CDSInterstitialScreenFooter_base: {
|
|
|
136
141
|
readonly parentElement: HTMLElement | null;
|
|
137
142
|
readonly parentNode: ParentNode | null;
|
|
138
143
|
readonly previousSibling: ChildNode | null;
|
|
139
|
-
textContent: string | null;
|
|
140
144
|
appendChild<T_1 extends Node>(node: T_1): T_1;
|
|
141
|
-
cloneNode(
|
|
145
|
+
cloneNode(subtree?: boolean): Node;
|
|
142
146
|
compareDocumentPosition(other: Node): number;
|
|
143
147
|
contains(other: Node | null): boolean;
|
|
144
148
|
getRootNode(options?: GetRootNodeOptions): Node;
|
|
@@ -171,6 +175,7 @@ declare const CDSInterstitialScreenFooter_base: {
|
|
|
171
175
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
172
176
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
173
177
|
dispatchEvent(event: Event): boolean;
|
|
178
|
+
ariaActiveDescendantElement: Element | null;
|
|
174
179
|
ariaAtomic: string | null;
|
|
175
180
|
ariaAutoComplete: string | null;
|
|
176
181
|
ariaBrailleLabel: string | null;
|
|
@@ -181,25 +186,33 @@ declare const CDSInterstitialScreenFooter_base: {
|
|
|
181
186
|
ariaColIndex: string | null;
|
|
182
187
|
ariaColIndexText: string | null;
|
|
183
188
|
ariaColSpan: string | null;
|
|
189
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
184
190
|
ariaCurrent: string | null;
|
|
191
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
185
192
|
ariaDescription: string | null;
|
|
193
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
186
194
|
ariaDisabled: string | null;
|
|
195
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
187
196
|
ariaExpanded: string | null;
|
|
197
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
188
198
|
ariaHasPopup: string | null;
|
|
189
199
|
ariaHidden: string | null;
|
|
190
200
|
ariaInvalid: string | null;
|
|
191
201
|
ariaKeyShortcuts: string | null;
|
|
192
202
|
ariaLabel: string | null;
|
|
203
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
193
204
|
ariaLevel: string | null;
|
|
194
205
|
ariaLive: string | null;
|
|
195
206
|
ariaModal: string | null;
|
|
196
207
|
ariaMultiLine: string | null;
|
|
197
208
|
ariaMultiSelectable: string | null;
|
|
198
209
|
ariaOrientation: string | null;
|
|
210
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
199
211
|
ariaPlaceholder: string | null;
|
|
200
212
|
ariaPosInSet: string | null;
|
|
201
213
|
ariaPressed: string | null;
|
|
202
214
|
ariaReadOnly: string | null;
|
|
215
|
+
ariaRelevant: string | null;
|
|
203
216
|
ariaRequired: string | null;
|
|
204
217
|
ariaRoleDescription: string | null;
|
|
205
218
|
ariaRowCount: string | null;
|
|
@@ -241,7 +254,8 @@ declare const CDSInterstitialScreenFooter_base: {
|
|
|
241
254
|
replaceChildren(...nodes: (Node | string)[]): void;
|
|
242
255
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
243
256
|
readonly attributeStyleMap: StylePropertyMap;
|
|
244
|
-
|
|
257
|
+
get style(): CSSStyleDeclaration;
|
|
258
|
+
set style(cssText: string): any;
|
|
245
259
|
contentEditable: string;
|
|
246
260
|
enterKeyHint: string;
|
|
247
261
|
inputMode: string;
|
|
@@ -251,18 +265,19 @@ declare const CDSInterstitialScreenFooter_base: {
|
|
|
251
265
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
252
266
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
253
267
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
254
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
268
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
255
269
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
256
|
-
|
|
270
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
271
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
257
272
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
258
273
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
259
274
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
260
275
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
261
276
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
262
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
277
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
263
278
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
264
279
|
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
265
|
-
oncontextmenu: ((this: GlobalEventHandlers, ev:
|
|
280
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
266
281
|
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
267
282
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
268
283
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -310,6 +325,7 @@ declare const CDSInterstitialScreenFooter_base: {
|
|
|
310
325
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
311
326
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
312
327
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
328
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
313
329
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
314
330
|
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
315
331
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -328,7 +344,7 @@ declare const CDSInterstitialScreenFooter_base: {
|
|
|
328
344
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
329
345
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
330
346
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
331
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
347
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
332
348
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
333
349
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
334
350
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -16,6 +16,7 @@ declare const CDSInterstitialScreenHeader_base: {
|
|
|
16
16
|
accessKey: string;
|
|
17
17
|
readonly accessKeyLabel: string;
|
|
18
18
|
autocapitalize: string;
|
|
19
|
+
autocorrect: boolean;
|
|
19
20
|
dir: string;
|
|
20
21
|
draggable: boolean;
|
|
21
22
|
hidden: boolean;
|
|
@@ -37,13 +38,14 @@ declare const CDSInterstitialScreenHeader_base: {
|
|
|
37
38
|
click(): void;
|
|
38
39
|
hidePopover(): void;
|
|
39
40
|
showPopover(): void;
|
|
40
|
-
togglePopover(
|
|
41
|
+
togglePopover(options?: boolean): boolean;
|
|
41
42
|
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
42
43
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
43
44
|
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
44
45
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
45
46
|
readonly attributes: NamedNodeMap;
|
|
46
|
-
|
|
47
|
+
get classList(): DOMTokenList;
|
|
48
|
+
set classList(value: string): any;
|
|
47
49
|
className: string;
|
|
48
50
|
readonly clientHeight: number;
|
|
49
51
|
readonly clientLeft: number;
|
|
@@ -58,7 +60,8 @@ declare const CDSInterstitialScreenHeader_base: {
|
|
|
58
60
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
59
61
|
outerHTML: string;
|
|
60
62
|
readonly ownerDocument: Document;
|
|
61
|
-
|
|
63
|
+
get part(): DOMTokenList;
|
|
64
|
+
set part(value: string): any;
|
|
62
65
|
readonly prefix: string | null;
|
|
63
66
|
readonly scrollHeight: number;
|
|
64
67
|
scrollLeft: number;
|
|
@@ -121,6 +124,8 @@ declare const CDSInterstitialScreenHeader_base: {
|
|
|
121
124
|
setPointerCapture(pointerId: number): void;
|
|
122
125
|
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
123
126
|
webkitMatchesSelector(selectors: string): boolean;
|
|
127
|
+
get textContent(): string;
|
|
128
|
+
set textContent(value: string | null): any;
|
|
124
129
|
readonly baseURI: string;
|
|
125
130
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
126
131
|
readonly firstChild: ChildNode | null;
|
|
@@ -133,9 +138,8 @@ declare const CDSInterstitialScreenHeader_base: {
|
|
|
133
138
|
readonly parentElement: HTMLElement | null;
|
|
134
139
|
readonly parentNode: ParentNode | null;
|
|
135
140
|
readonly previousSibling: ChildNode | null;
|
|
136
|
-
textContent: string | null;
|
|
137
141
|
appendChild<T_1 extends Node>(node: T_1): T_1;
|
|
138
|
-
cloneNode(
|
|
142
|
+
cloneNode(subtree?: boolean): Node;
|
|
139
143
|
compareDocumentPosition(other: Node): number;
|
|
140
144
|
contains(other: Node | null): boolean;
|
|
141
145
|
getRootNode(options?: GetRootNodeOptions): Node;
|
|
@@ -168,6 +172,7 @@ declare const CDSInterstitialScreenHeader_base: {
|
|
|
168
172
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
169
173
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
170
174
|
dispatchEvent(event: Event): boolean;
|
|
175
|
+
ariaActiveDescendantElement: Element | null;
|
|
171
176
|
ariaAtomic: string | null;
|
|
172
177
|
ariaAutoComplete: string | null;
|
|
173
178
|
ariaBrailleLabel: string | null;
|
|
@@ -178,25 +183,33 @@ declare const CDSInterstitialScreenHeader_base: {
|
|
|
178
183
|
ariaColIndex: string | null;
|
|
179
184
|
ariaColIndexText: string | null;
|
|
180
185
|
ariaColSpan: string | null;
|
|
186
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
181
187
|
ariaCurrent: string | null;
|
|
188
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
182
189
|
ariaDescription: string | null;
|
|
190
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
183
191
|
ariaDisabled: string | null;
|
|
192
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
184
193
|
ariaExpanded: string | null;
|
|
194
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
185
195
|
ariaHasPopup: string | null;
|
|
186
196
|
ariaHidden: string | null;
|
|
187
197
|
ariaInvalid: string | null;
|
|
188
198
|
ariaKeyShortcuts: string | null;
|
|
189
199
|
ariaLabel: string | null;
|
|
200
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
190
201
|
ariaLevel: string | null;
|
|
191
202
|
ariaLive: string | null;
|
|
192
203
|
ariaModal: string | null;
|
|
193
204
|
ariaMultiLine: string | null;
|
|
194
205
|
ariaMultiSelectable: string | null;
|
|
195
206
|
ariaOrientation: string | null;
|
|
207
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
196
208
|
ariaPlaceholder: string | null;
|
|
197
209
|
ariaPosInSet: string | null;
|
|
198
210
|
ariaPressed: string | null;
|
|
199
211
|
ariaReadOnly: string | null;
|
|
212
|
+
ariaRelevant: string | null;
|
|
200
213
|
ariaRequired: string | null;
|
|
201
214
|
ariaRoleDescription: string | null;
|
|
202
215
|
ariaRowCount: string | null;
|
|
@@ -238,7 +251,8 @@ declare const CDSInterstitialScreenHeader_base: {
|
|
|
238
251
|
replaceChildren(...nodes: (Node | string)[]): void;
|
|
239
252
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
240
253
|
readonly attributeStyleMap: StylePropertyMap;
|
|
241
|
-
|
|
254
|
+
get style(): CSSStyleDeclaration;
|
|
255
|
+
set style(cssText: string): any;
|
|
242
256
|
contentEditable: string;
|
|
243
257
|
enterKeyHint: string;
|
|
244
258
|
inputMode: string;
|
|
@@ -248,18 +262,19 @@ declare const CDSInterstitialScreenHeader_base: {
|
|
|
248
262
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
249
263
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
250
264
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
251
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
265
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
252
266
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
253
|
-
|
|
267
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
268
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
254
269
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
255
270
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
256
271
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
257
272
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
258
273
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
259
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
274
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
260
275
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
261
276
|
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
262
|
-
oncontextmenu: ((this: GlobalEventHandlers, ev:
|
|
277
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
263
278
|
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
264
279
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
265
280
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -307,6 +322,7 @@ declare const CDSInterstitialScreenHeader_base: {
|
|
|
307
322
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
308
323
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
309
324
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
325
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
310
326
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
311
327
|
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
312
328
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -325,7 +341,7 @@ declare const CDSInterstitialScreenHeader_base: {
|
|
|
325
341
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
326
342
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
327
343
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
328
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
344
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
329
345
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
330
346
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
331
347
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -23,6 +23,7 @@ declare const CDSInterstitialScreen_base: {
|
|
|
23
23
|
accessKey: string;
|
|
24
24
|
readonly accessKeyLabel: string;
|
|
25
25
|
autocapitalize: string;
|
|
26
|
+
autocorrect: boolean;
|
|
26
27
|
dir: string;
|
|
27
28
|
draggable: boolean;
|
|
28
29
|
hidden: boolean;
|
|
@@ -44,13 +45,14 @@ declare const CDSInterstitialScreen_base: {
|
|
|
44
45
|
click(): void;
|
|
45
46
|
hidePopover(): void;
|
|
46
47
|
showPopover(): void;
|
|
47
|
-
togglePopover(
|
|
48
|
+
togglePopover(options?: boolean): boolean;
|
|
48
49
|
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
49
50
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
50
51
|
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
51
52
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
52
53
|
readonly attributes: NamedNodeMap;
|
|
53
|
-
|
|
54
|
+
get classList(): DOMTokenList;
|
|
55
|
+
set classList(value: string): any;
|
|
54
56
|
className: string;
|
|
55
57
|
readonly clientHeight: number;
|
|
56
58
|
readonly clientLeft: number;
|
|
@@ -65,7 +67,8 @@ declare const CDSInterstitialScreen_base: {
|
|
|
65
67
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
66
68
|
outerHTML: string;
|
|
67
69
|
readonly ownerDocument: Document;
|
|
68
|
-
|
|
70
|
+
get part(): DOMTokenList;
|
|
71
|
+
set part(value: string): any;
|
|
69
72
|
readonly prefix: string | null;
|
|
70
73
|
readonly scrollHeight: number;
|
|
71
74
|
scrollLeft: number;
|
|
@@ -128,6 +131,8 @@ declare const CDSInterstitialScreen_base: {
|
|
|
128
131
|
setPointerCapture(pointerId: number): void;
|
|
129
132
|
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
130
133
|
webkitMatchesSelector(selectors: string): boolean;
|
|
134
|
+
get textContent(): string;
|
|
135
|
+
set textContent(value: string | null): any;
|
|
131
136
|
readonly baseURI: string;
|
|
132
137
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
133
138
|
readonly firstChild: ChildNode | null;
|
|
@@ -140,9 +145,8 @@ declare const CDSInterstitialScreen_base: {
|
|
|
140
145
|
readonly parentElement: HTMLElement | null;
|
|
141
146
|
readonly parentNode: ParentNode | null;
|
|
142
147
|
readonly previousSibling: ChildNode | null;
|
|
143
|
-
textContent: string | null;
|
|
144
148
|
appendChild<T_1 extends Node>(node: T_1): T_1;
|
|
145
|
-
cloneNode(
|
|
149
|
+
cloneNode(subtree?: boolean): Node;
|
|
146
150
|
compareDocumentPosition(other: Node): number;
|
|
147
151
|
contains(other: Node | null): boolean;
|
|
148
152
|
getRootNode(options?: GetRootNodeOptions): Node;
|
|
@@ -175,6 +179,7 @@ declare const CDSInterstitialScreen_base: {
|
|
|
175
179
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
176
180
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
177
181
|
dispatchEvent(event: Event): boolean;
|
|
182
|
+
ariaActiveDescendantElement: Element | null;
|
|
178
183
|
ariaAtomic: string | null;
|
|
179
184
|
ariaAutoComplete: string | null;
|
|
180
185
|
ariaBrailleLabel: string | null;
|
|
@@ -185,25 +190,33 @@ declare const CDSInterstitialScreen_base: {
|
|
|
185
190
|
ariaColIndex: string | null;
|
|
186
191
|
ariaColIndexText: string | null;
|
|
187
192
|
ariaColSpan: string | null;
|
|
193
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
188
194
|
ariaCurrent: string | null;
|
|
195
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
189
196
|
ariaDescription: string | null;
|
|
197
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
190
198
|
ariaDisabled: string | null;
|
|
199
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
191
200
|
ariaExpanded: string | null;
|
|
201
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
192
202
|
ariaHasPopup: string | null;
|
|
193
203
|
ariaHidden: string | null;
|
|
194
204
|
ariaInvalid: string | null;
|
|
195
205
|
ariaKeyShortcuts: string | null;
|
|
196
206
|
ariaLabel: string | null;
|
|
207
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
197
208
|
ariaLevel: string | null;
|
|
198
209
|
ariaLive: string | null;
|
|
199
210
|
ariaModal: string | null;
|
|
200
211
|
ariaMultiLine: string | null;
|
|
201
212
|
ariaMultiSelectable: string | null;
|
|
202
213
|
ariaOrientation: string | null;
|
|
214
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
203
215
|
ariaPlaceholder: string | null;
|
|
204
216
|
ariaPosInSet: string | null;
|
|
205
217
|
ariaPressed: string | null;
|
|
206
218
|
ariaReadOnly: string | null;
|
|
219
|
+
ariaRelevant: string | null;
|
|
207
220
|
ariaRequired: string | null;
|
|
208
221
|
ariaRoleDescription: string | null;
|
|
209
222
|
ariaRowCount: string | null;
|
|
@@ -245,7 +258,8 @@ declare const CDSInterstitialScreen_base: {
|
|
|
245
258
|
replaceChildren(...nodes: (Node | string)[]): void;
|
|
246
259
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
247
260
|
readonly attributeStyleMap: StylePropertyMap;
|
|
248
|
-
|
|
261
|
+
get style(): CSSStyleDeclaration;
|
|
262
|
+
set style(cssText: string): any;
|
|
249
263
|
contentEditable: string;
|
|
250
264
|
enterKeyHint: string;
|
|
251
265
|
inputMode: string;
|
|
@@ -255,18 +269,19 @@ declare const CDSInterstitialScreen_base: {
|
|
|
255
269
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
256
270
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
257
271
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
258
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
272
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
259
273
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
260
|
-
|
|
274
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
275
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
261
276
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
262
277
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
263
278
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
264
279
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
265
280
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
266
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
281
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
267
282
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
268
283
|
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
269
|
-
oncontextmenu: ((this: GlobalEventHandlers, ev:
|
|
284
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
270
285
|
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
271
286
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
272
287
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -314,6 +329,7 @@ declare const CDSInterstitialScreen_base: {
|
|
|
314
329
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
315
330
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
316
331
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
332
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
317
333
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
318
334
|
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
319
335
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -332,7 +348,7 @@ declare const CDSInterstitialScreen_base: {
|
|
|
332
348
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
333
349
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
334
350
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
335
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
351
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
336
352
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
337
353
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
338
354
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|