@carbon/ibm-products-web-components 0.20.0 → 0.21.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.
Files changed (216) hide show
  1. package/custom-elements.json +2374 -352
  2. package/es/components/about-modal/about-modal.scss.js +1 -1
  3. package/es/components/interstitial-screen/index.d.ts +13 -0
  4. package/es/components/interstitial-screen/index.js +13 -0
  5. package/es/components/interstitial-screen/index.js.map +1 -0
  6. package/es/components/interstitial-screen/interstitial-screen-body-item.d.ts +372 -0
  7. package/es/components/interstitial-screen/interstitial-screen-body-item.js +69 -0
  8. package/es/components/interstitial-screen/interstitial-screen-body-item.js.map +1 -0
  9. package/es/components/interstitial-screen/interstitial-screen-body-item.scss.js +13 -0
  10. package/es/components/interstitial-screen/interstitial-screen-body-item.scss.js.map +1 -0
  11. package/es/components/interstitial-screen/interstitial-screen-body.d.ts +384 -0
  12. package/es/components/interstitial-screen/interstitial-screen-body.js +129 -0
  13. package/es/components/interstitial-screen/interstitial-screen-body.js.map +1 -0
  14. package/es/components/interstitial-screen/interstitial-screen-body.scss.js +13 -0
  15. package/es/components/interstitial-screen/interstitial-screen-body.scss.js.map +1 -0
  16. package/es/components/interstitial-screen/interstitial-screen-context.d.ts +18 -0
  17. package/es/components/interstitial-screen/interstitial-screen-context.js +48 -0
  18. package/es/components/interstitial-screen/interstitial-screen-context.js.map +1 -0
  19. package/es/components/interstitial-screen/interstitial-screen-footer.d.ts +409 -0
  20. package/es/components/interstitial-screen/interstitial-screen-footer.js +229 -0
  21. package/es/components/interstitial-screen/interstitial-screen-footer.js.map +1 -0
  22. package/es/components/interstitial-screen/interstitial-screen-footer.scss.js +13 -0
  23. package/es/components/interstitial-screen/interstitial-screen-footer.scss.js.map +1 -0
  24. package/es/components/interstitial-screen/interstitial-screen-header.d.ts +394 -0
  25. package/es/components/interstitial-screen/interstitial-screen-header.js +157 -0
  26. package/es/components/interstitial-screen/interstitial-screen-header.js.map +1 -0
  27. package/es/components/interstitial-screen/interstitial-screen-header.scss.js +13 -0
  28. package/es/components/interstitial-screen/interstitial-screen-header.scss.js.map +1 -0
  29. package/es/components/interstitial-screen/interstitial-screen.d.ts +420 -0
  30. package/es/components/interstitial-screen/interstitial-screen.js +186 -0
  31. package/es/components/interstitial-screen/interstitial-screen.js.map +1 -0
  32. package/es/components/interstitial-screen/interstitial-screen.scss.js +13 -0
  33. package/es/components/interstitial-screen/interstitial-screen.scss.js.map +1 -0
  34. package/es/components/notification-panel/notification-panel.scss.js +1 -1
  35. package/es/components/page-header/_story-assets/overflowHandler.d.ts +98 -0
  36. package/es/components/page-header/_story-assets/overflowHandler.js +156 -0
  37. package/es/components/page-header/_story-assets/overflowHandler.js.map +1 -0
  38. package/es/components/page-header/_story-assets/set-of-breadcrumbs.d.ts +43 -0
  39. package/es/components/page-header/_story-assets/set-of-breadcrumbs.js +153 -0
  40. package/es/components/page-header/_story-assets/set-of-breadcrumbs.js.map +1 -0
  41. package/es/components/page-header/_story-assets/set-of-breadcrumbs.scss.js +13 -0
  42. package/es/components/page-header/_story-assets/set-of-breadcrumbs.scss.js.map +1 -0
  43. package/es/components/page-header/context.d.ts +14 -0
  44. package/es/components/page-header/context.js +26 -0
  45. package/es/components/page-header/context.js.map +1 -0
  46. package/es/components/page-header/index.d.ts +2 -0
  47. package/es/components/page-header/index.js +2 -0
  48. package/es/components/page-header/index.js.map +1 -1
  49. package/es/components/page-header/page-header-scroller.d.ts +56 -0
  50. package/es/components/page-header/page-header-scroller.js +165 -0
  51. package/es/components/page-header/page-header-scroller.js.map +1 -0
  52. package/es/components/page-header/page-header-tabs.js +1 -0
  53. package/es/components/page-header/page-header-tabs.js.map +1 -1
  54. package/es/components/page-header/page-header-title-breadcrumb.d.ts +20 -0
  55. package/es/components/page-header/page-header-title-breadcrumb.js +65 -0
  56. package/es/components/page-header/page-header-title-breadcrumb.js.map +1 -0
  57. package/es/components/page-header/page-header.d.ts +11 -1
  58. package/es/components/page-header/page-header.js +54 -71
  59. package/es/components/page-header/page-header.js.map +1 -1
  60. package/es/components/page-header/page-header.scss.js +1 -1
  61. package/es/components/page-header/page-header.test.js +136 -2
  62. package/es/components/page-header/page-header.test.js.map +1 -1
  63. package/es/components/page-header/utils.d.ts +32 -0
  64. package/es/components/page-header/utils.js +76 -0
  65. package/es/components/page-header/utils.js.map +1 -0
  66. package/es/components/side-panel/side-panel.d.ts +4 -0
  67. package/es/components/side-panel/side-panel.js +33 -15
  68. package/es/components/side-panel/side-panel.js.map +1 -1
  69. package/es/components/tearsheet/tearsheet.scss.js +1 -1
  70. package/es/components/truncated-text/truncated-text.d.ts +16 -11
  71. package/es/components/truncated-text/truncated-text.js +65 -58
  72. package/es/components/truncated-text/truncated-text.js.map +1 -1
  73. package/es/components/truncated-text/truncated-text.scss.js +1 -1
  74. package/es/components/truncated-text/truncated-text.test.js +6 -6
  75. package/es/components/user-avatar/user-avatar.d.ts +8 -0
  76. package/es/components/user-avatar/user-avatar.js +1 -0
  77. package/es/components/user-avatar/user-avatar.js.map +1 -1
  78. package/es/components/user-avatar/user-avatar.scss.js +1 -1
  79. package/es/packages/ibm-products-web-components/package.json.js +1 -1
  80. package/es/utilities/carousel/carousel.d.ts +8 -0
  81. package/es/utilities/carousel/carousel.js +210 -0
  82. package/es/utilities/carousel/carousel.js.map +1 -0
  83. package/es/utilities/carousel/index.d.ts +8 -0
  84. package/es/utilities/carousel/index.js +9 -0
  85. package/es/utilities/carousel/index.js.map +1 -0
  86. package/es/utilities/carousel/swipeEvents.d.ts +7 -0
  87. package/es/utilities/carousel/swipeEvents.js +109 -0
  88. package/es/utilities/carousel/swipeEvents.js.map +1 -0
  89. package/es/utilities/carousel/types.d.ts +36 -0
  90. package/es/utilities/carousel/types.js +8 -0
  91. package/es/utilities/carousel/types.js.map +1 -0
  92. package/es-custom/components/about-modal/about-modal.scss.js +1 -1
  93. package/es-custom/components/interstitial-screen/index.d.ts +13 -0
  94. package/es-custom/components/interstitial-screen/index.js +13 -0
  95. package/es-custom/components/interstitial-screen/index.js.map +1 -0
  96. package/es-custom/components/interstitial-screen/interstitial-screen-body-item.d.ts +372 -0
  97. package/es-custom/components/interstitial-screen/interstitial-screen-body-item.js +69 -0
  98. package/es-custom/components/interstitial-screen/interstitial-screen-body-item.js.map +1 -0
  99. package/es-custom/components/interstitial-screen/interstitial-screen-body-item.scss.js +13 -0
  100. package/es-custom/components/interstitial-screen/interstitial-screen-body-item.scss.js.map +1 -0
  101. package/es-custom/components/interstitial-screen/interstitial-screen-body.d.ts +384 -0
  102. package/es-custom/components/interstitial-screen/interstitial-screen-body.js +129 -0
  103. package/es-custom/components/interstitial-screen/interstitial-screen-body.js.map +1 -0
  104. package/es-custom/components/interstitial-screen/interstitial-screen-body.scss.js +13 -0
  105. package/es-custom/components/interstitial-screen/interstitial-screen-body.scss.js.map +1 -0
  106. package/es-custom/components/interstitial-screen/interstitial-screen-context.d.ts +18 -0
  107. package/es-custom/components/interstitial-screen/interstitial-screen-context.js +48 -0
  108. package/es-custom/components/interstitial-screen/interstitial-screen-context.js.map +1 -0
  109. package/es-custom/components/interstitial-screen/interstitial-screen-footer.d.ts +409 -0
  110. package/es-custom/components/interstitial-screen/interstitial-screen-footer.js +229 -0
  111. package/es-custom/components/interstitial-screen/interstitial-screen-footer.js.map +1 -0
  112. package/es-custom/components/interstitial-screen/interstitial-screen-footer.scss.js +13 -0
  113. package/es-custom/components/interstitial-screen/interstitial-screen-footer.scss.js.map +1 -0
  114. package/es-custom/components/interstitial-screen/interstitial-screen-header.d.ts +394 -0
  115. package/es-custom/components/interstitial-screen/interstitial-screen-header.js +157 -0
  116. package/es-custom/components/interstitial-screen/interstitial-screen-header.js.map +1 -0
  117. package/es-custom/components/interstitial-screen/interstitial-screen-header.scss.js +13 -0
  118. package/es-custom/components/interstitial-screen/interstitial-screen-header.scss.js.map +1 -0
  119. package/es-custom/components/interstitial-screen/interstitial-screen.d.ts +420 -0
  120. package/es-custom/components/interstitial-screen/interstitial-screen.js +186 -0
  121. package/es-custom/components/interstitial-screen/interstitial-screen.js.map +1 -0
  122. package/es-custom/components/interstitial-screen/interstitial-screen.scss.js +13 -0
  123. package/es-custom/components/interstitial-screen/interstitial-screen.scss.js.map +1 -0
  124. package/es-custom/components/notification-panel/notification-panel.scss.js +1 -1
  125. package/es-custom/components/page-header/_story-assets/overflowHandler.d.ts +98 -0
  126. package/es-custom/components/page-header/_story-assets/overflowHandler.js +156 -0
  127. package/es-custom/components/page-header/_story-assets/overflowHandler.js.map +1 -0
  128. package/es-custom/components/page-header/_story-assets/set-of-breadcrumbs.d.ts +43 -0
  129. package/es-custom/components/page-header/_story-assets/set-of-breadcrumbs.js +153 -0
  130. package/es-custom/components/page-header/_story-assets/set-of-breadcrumbs.js.map +1 -0
  131. package/es-custom/components/page-header/_story-assets/set-of-breadcrumbs.scss.js +13 -0
  132. package/es-custom/components/page-header/_story-assets/set-of-breadcrumbs.scss.js.map +1 -0
  133. package/es-custom/components/page-header/context.d.ts +14 -0
  134. package/es-custom/components/page-header/context.js +26 -0
  135. package/es-custom/components/page-header/context.js.map +1 -0
  136. package/es-custom/components/page-header/index.d.ts +2 -0
  137. package/es-custom/components/page-header/index.js +2 -0
  138. package/es-custom/components/page-header/index.js.map +1 -1
  139. package/es-custom/components/page-header/page-header-scroller.d.ts +56 -0
  140. package/es-custom/components/page-header/page-header-scroller.js +165 -0
  141. package/es-custom/components/page-header/page-header-scroller.js.map +1 -0
  142. package/es-custom/components/page-header/page-header-tabs.js +1 -0
  143. package/es-custom/components/page-header/page-header-tabs.js.map +1 -1
  144. package/es-custom/components/page-header/page-header-title-breadcrumb.d.ts +20 -0
  145. package/es-custom/components/page-header/page-header-title-breadcrumb.js +65 -0
  146. package/es-custom/components/page-header/page-header-title-breadcrumb.js.map +1 -0
  147. package/es-custom/components/page-header/page-header.d.ts +11 -1
  148. package/es-custom/components/page-header/page-header.js +54 -71
  149. package/es-custom/components/page-header/page-header.js.map +1 -1
  150. package/es-custom/components/page-header/page-header.scss.js +1 -1
  151. package/es-custom/components/page-header/page-header.test.js +136 -2
  152. package/es-custom/components/page-header/page-header.test.js.map +1 -1
  153. package/es-custom/components/page-header/utils.d.ts +32 -0
  154. package/es-custom/components/page-header/utils.js +76 -0
  155. package/es-custom/components/page-header/utils.js.map +1 -0
  156. package/es-custom/components/side-panel/side-panel.d.ts +4 -0
  157. package/es-custom/components/side-panel/side-panel.js +33 -15
  158. package/es-custom/components/side-panel/side-panel.js.map +1 -1
  159. package/es-custom/components/tearsheet/tearsheet.scss.js +1 -1
  160. package/es-custom/components/truncated-text/truncated-text.d.ts +16 -11
  161. package/es-custom/components/truncated-text/truncated-text.js +65 -58
  162. package/es-custom/components/truncated-text/truncated-text.js.map +1 -1
  163. package/es-custom/components/truncated-text/truncated-text.scss.js +1 -1
  164. package/es-custom/components/truncated-text/truncated-text.test.js +6 -6
  165. package/es-custom/components/user-avatar/user-avatar.d.ts +8 -0
  166. package/es-custom/components/user-avatar/user-avatar.js +1 -0
  167. package/es-custom/components/user-avatar/user-avatar.js.map +1 -1
  168. package/es-custom/components/user-avatar/user-avatar.scss.js +1 -1
  169. package/es-custom/packages/ibm-products-web-components/package.json.js +1 -1
  170. package/es-custom/utilities/carousel/carousel.d.ts +8 -0
  171. package/es-custom/utilities/carousel/carousel.js +210 -0
  172. package/es-custom/utilities/carousel/carousel.js.map +1 -0
  173. package/es-custom/utilities/carousel/index.d.ts +8 -0
  174. package/es-custom/utilities/carousel/index.js +9 -0
  175. package/es-custom/utilities/carousel/index.js.map +1 -0
  176. package/es-custom/utilities/carousel/swipeEvents.d.ts +7 -0
  177. package/es-custom/utilities/carousel/swipeEvents.js +109 -0
  178. package/es-custom/utilities/carousel/swipeEvents.js.map +1 -0
  179. package/es-custom/utilities/carousel/types.d.ts +36 -0
  180. package/es-custom/utilities/carousel/types.js +8 -0
  181. package/es-custom/utilities/carousel/types.js.map +1 -0
  182. package/lib/components/interstitial-screen/index.d.ts +13 -0
  183. package/lib/components/interstitial-screen/interstitial-screen-body-item.d.ts +372 -0
  184. package/lib/components/interstitial-screen/interstitial-screen-body.d.ts +384 -0
  185. package/lib/components/interstitial-screen/interstitial-screen-context.d.ts +18 -0
  186. package/lib/components/interstitial-screen/interstitial-screen-footer.d.ts +409 -0
  187. package/lib/components/interstitial-screen/interstitial-screen-header.d.ts +394 -0
  188. package/lib/components/interstitial-screen/interstitial-screen.d.ts +420 -0
  189. package/lib/components/page-header/_story-assets/overflowHandler.d.ts +98 -0
  190. package/lib/components/page-header/_story-assets/set-of-breadcrumbs.d.ts +43 -0
  191. package/lib/components/page-header/context.d.ts +14 -0
  192. package/lib/components/page-header/index.d.ts +2 -0
  193. package/lib/components/page-header/page-header-scroller.d.ts +56 -0
  194. package/lib/components/page-header/page-header-title-breadcrumb.d.ts +20 -0
  195. package/lib/components/page-header/page-header.d.ts +11 -1
  196. package/lib/components/page-header/utils.d.ts +32 -0
  197. package/lib/components/side-panel/side-panel.d.ts +4 -0
  198. package/lib/components/truncated-text/truncated-text.d.ts +16 -11
  199. package/lib/components/user-avatar/user-avatar.d.ts +8 -0
  200. package/lib/utilities/carousel/carousel.d.ts +8 -0
  201. package/lib/utilities/carousel/index.d.ts +8 -0
  202. package/lib/utilities/carousel/swipeEvents.d.ts +7 -0
  203. package/lib/utilities/carousel/types.d.ts +36 -0
  204. package/package.json +7 -6
  205. package/scss/components/interstitial-screen/interstitial-screen-body-item.scss +18 -0
  206. package/scss/components/interstitial-screen/interstitial-screen-body.scss +30 -0
  207. package/scss/components/interstitial-screen/interstitial-screen-footer.scss +40 -0
  208. package/scss/components/interstitial-screen/interstitial-screen-header.scss +13 -0
  209. package/scss/components/interstitial-screen/interstitial-screen.scss +28 -0
  210. package/scss/components/interstitial-screen/story-styles.scss +27 -0
  211. package/scss/components/notification-panel/notification-panel.scss +0 -1
  212. package/scss/components/page-header/_story-assets/set-of-breadcrumbs.scss +41 -0
  213. package/scss/components/page-header/page-header.scss +85 -0
  214. package/scss/components/truncated-text/story-styles.scss +11 -10
  215. package/scss/components/truncated-text/truncated-text.scss +0 -15
  216. package/scss/components/user-avatar/user-avatar.scss +5 -2
@@ -0,0 +1,409 @@
1
+ /**
2
+ * @license
3
+ *
4
+ * Copyright IBM Corp. 2025
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 '@carbon/web-components/es/components/button/index.js';
10
+ import '@carbon/web-components/es/components/inline-loading/inline-loading.js';
11
+ import { CDSModalFooter } from '@carbon/web-components/es/index.js';
12
+ export type ActionType = 'close' | 'start' | 'skip' | 'back' | 'next';
13
+ declare const CDSInterstitialScreenFooter_base: {
14
+ new (...args: any[]): {
15
+ _handles: Set<import("@carbon/web-components/es/globals/internal/handle").default>;
16
+ connectedCallback(): void;
17
+ disconnectedCallback(): void;
18
+ accessKey: string;
19
+ readonly accessKeyLabel: string;
20
+ autocapitalize: string;
21
+ dir: string;
22
+ draggable: boolean;
23
+ hidden: boolean;
24
+ inert: boolean;
25
+ innerText: string;
26
+ lang: string;
27
+ readonly offsetHeight: number;
28
+ readonly offsetLeft: number;
29
+ readonly offsetParent: Element | null;
30
+ readonly offsetTop: number;
31
+ readonly offsetWidth: number;
32
+ outerText: string;
33
+ popover: string | null;
34
+ spellcheck: boolean;
35
+ title: string;
36
+ translate: boolean;
37
+ writingSuggestions: string;
38
+ attachInternals(): ElementInternals;
39
+ click(): void;
40
+ hidePopover(): void;
41
+ showPopover(): void;
42
+ togglePopover(force?: boolean): boolean;
43
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
44
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
45
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
46
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
47
+ readonly attributes: NamedNodeMap;
48
+ readonly classList: DOMTokenList;
49
+ className: string;
50
+ readonly clientHeight: number;
51
+ readonly clientLeft: number;
52
+ readonly clientTop: number;
53
+ readonly clientWidth: number;
54
+ readonly currentCSSZoom: number;
55
+ id: string;
56
+ innerHTML: string;
57
+ readonly localName: string;
58
+ readonly namespaceURI: string | null;
59
+ onfullscreenchange: ((this: Element, ev: Event) => any) | null;
60
+ onfullscreenerror: ((this: Element, ev: Event) => any) | null;
61
+ outerHTML: string;
62
+ readonly ownerDocument: Document;
63
+ readonly part: DOMTokenList;
64
+ readonly prefix: string | null;
65
+ readonly scrollHeight: number;
66
+ scrollLeft: number;
67
+ scrollTop: number;
68
+ readonly scrollWidth: number;
69
+ readonly shadowRoot: ShadowRoot | null;
70
+ slot: string;
71
+ readonly tagName: string;
72
+ attachShadow(init: ShadowRootInit): ShadowRoot;
73
+ checkVisibility(options?: CheckVisibilityOptions): boolean;
74
+ closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
75
+ closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
76
+ closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
77
+ closest<E extends Element = Element>(selectors: string): E | null;
78
+ computedStyleMap(): StylePropertyMapReadOnly;
79
+ getAttribute(qualifiedName: string): string | null;
80
+ getAttributeNS(namespace: string | null, localName: string): string | null;
81
+ getAttributeNames(): string[];
82
+ getAttributeNode(qualifiedName: string): Attr | null;
83
+ getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
84
+ getBoundingClientRect(): DOMRect;
85
+ getClientRects(): DOMRectList;
86
+ getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
87
+ getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
88
+ getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
89
+ getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
90
+ getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
91
+ getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
92
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
93
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
94
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
95
+ getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
96
+ getHTML(options?: GetHTMLOptions): string;
97
+ hasAttribute(qualifiedName: string): boolean;
98
+ hasAttributeNS(namespace: string | null, localName: string): boolean;
99
+ hasAttributes(): boolean;
100
+ hasPointerCapture(pointerId: number): boolean;
101
+ insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
102
+ insertAdjacentHTML(position: InsertPosition, string: string): void;
103
+ insertAdjacentText(where: InsertPosition, data: string): void;
104
+ matches(selectors: string): boolean;
105
+ releasePointerCapture(pointerId: number): void;
106
+ removeAttribute(qualifiedName: string): void;
107
+ removeAttributeNS(namespace: string | null, localName: string): void;
108
+ removeAttributeNode(attr: Attr): Attr;
109
+ requestFullscreen(options?: FullscreenOptions): Promise<void>;
110
+ requestPointerLock(options?: PointerLockOptions): Promise<void>;
111
+ scroll(options?: ScrollToOptions): void;
112
+ scroll(x: number, y: number): void;
113
+ scrollBy(options?: ScrollToOptions): void;
114
+ scrollBy(x: number, y: number): void;
115
+ scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
116
+ scrollTo(options?: ScrollToOptions): void;
117
+ scrollTo(x: number, y: number): void;
118
+ setAttribute(qualifiedName: string, value: string): void;
119
+ setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
120
+ setAttributeNode(attr: Attr): Attr | null;
121
+ setAttributeNodeNS(attr: Attr): Attr | null;
122
+ setHTMLUnsafe(html: string): void;
123
+ setPointerCapture(pointerId: number): void;
124
+ toggleAttribute(qualifiedName: string, force?: boolean): boolean;
125
+ webkitMatchesSelector(selectors: string): boolean;
126
+ readonly baseURI: string;
127
+ readonly childNodes: NodeListOf<ChildNode>;
128
+ readonly firstChild: ChildNode | null;
129
+ readonly isConnected: boolean;
130
+ readonly lastChild: ChildNode | null;
131
+ readonly nextSibling: ChildNode | null;
132
+ readonly nodeName: string;
133
+ readonly nodeType: number;
134
+ nodeValue: string | null;
135
+ readonly parentElement: HTMLElement | null;
136
+ readonly parentNode: ParentNode | null;
137
+ readonly previousSibling: ChildNode | null;
138
+ textContent: string | null;
139
+ appendChild<T_1 extends Node>(node: T_1): T_1;
140
+ cloneNode(deep?: boolean): Node;
141
+ compareDocumentPosition(other: Node): number;
142
+ contains(other: Node | null): boolean;
143
+ getRootNode(options?: GetRootNodeOptions): Node;
144
+ hasChildNodes(): boolean;
145
+ insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
146
+ isDefaultNamespace(namespace: string | null): boolean;
147
+ isEqualNode(otherNode: Node | null): boolean;
148
+ isSameNode(otherNode: Node | null): boolean;
149
+ lookupNamespaceURI(prefix: string | null): string | null;
150
+ lookupPrefix(namespace: string | null): string | null;
151
+ normalize(): void;
152
+ removeChild<T_1 extends Node>(child: T_1): T_1;
153
+ replaceChild<T_1 extends Node>(node: Node, child: T_1): T_1;
154
+ readonly ELEMENT_NODE: 1;
155
+ readonly ATTRIBUTE_NODE: 2;
156
+ readonly TEXT_NODE: 3;
157
+ readonly CDATA_SECTION_NODE: 4;
158
+ readonly ENTITY_REFERENCE_NODE: 5;
159
+ readonly ENTITY_NODE: 6;
160
+ readonly PROCESSING_INSTRUCTION_NODE: 7;
161
+ readonly COMMENT_NODE: 8;
162
+ readonly DOCUMENT_NODE: 9;
163
+ readonly DOCUMENT_TYPE_NODE: 10;
164
+ readonly DOCUMENT_FRAGMENT_NODE: 11;
165
+ readonly NOTATION_NODE: 12;
166
+ readonly DOCUMENT_POSITION_DISCONNECTED: 1;
167
+ readonly DOCUMENT_POSITION_PRECEDING: 2;
168
+ readonly DOCUMENT_POSITION_FOLLOWING: 4;
169
+ readonly DOCUMENT_POSITION_CONTAINS: 8;
170
+ readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
171
+ readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
172
+ dispatchEvent(event: Event): boolean;
173
+ ariaAtomic: string | null;
174
+ ariaAutoComplete: string | null;
175
+ ariaBrailleLabel: string | null;
176
+ ariaBrailleRoleDescription: string | null;
177
+ ariaBusy: string | null;
178
+ ariaChecked: string | null;
179
+ ariaColCount: string | null;
180
+ ariaColIndex: string | null;
181
+ ariaColIndexText: string | null;
182
+ ariaColSpan: string | null;
183
+ ariaCurrent: string | null;
184
+ ariaDescription: string | null;
185
+ ariaDisabled: string | null;
186
+ ariaExpanded: string | null;
187
+ ariaHasPopup: string | null;
188
+ ariaHidden: string | null;
189
+ ariaInvalid: string | null;
190
+ ariaKeyShortcuts: string | null;
191
+ ariaLabel: string | null;
192
+ ariaLevel: string | null;
193
+ ariaLive: string | null;
194
+ ariaModal: string | null;
195
+ ariaMultiLine: string | null;
196
+ ariaMultiSelectable: string | null;
197
+ ariaOrientation: string | null;
198
+ ariaPlaceholder: string | null;
199
+ ariaPosInSet: string | null;
200
+ ariaPressed: string | null;
201
+ ariaReadOnly: string | null;
202
+ ariaRequired: string | null;
203
+ ariaRoleDescription: string | null;
204
+ ariaRowCount: string | null;
205
+ ariaRowIndex: string | null;
206
+ ariaRowIndexText: string | null;
207
+ ariaRowSpan: string | null;
208
+ ariaSelected: string | null;
209
+ ariaSetSize: string | null;
210
+ ariaSort: string | null;
211
+ ariaValueMax: string | null;
212
+ ariaValueMin: string | null;
213
+ ariaValueNow: string | null;
214
+ ariaValueText: string | null;
215
+ role: string | null;
216
+ animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
217
+ getAnimations(options?: GetAnimationsOptions): Animation[];
218
+ after(...nodes: (Node | string)[]): void;
219
+ before(...nodes: (Node | string)[]): void;
220
+ remove(): void;
221
+ replaceWith(...nodes: (Node | string)[]): void;
222
+ readonly nextElementSibling: Element | null;
223
+ readonly previousElementSibling: Element | null;
224
+ readonly childElementCount: number;
225
+ readonly children: HTMLCollection;
226
+ readonly firstElementChild: Element | null;
227
+ readonly lastElementChild: Element | null;
228
+ append(...nodes: (Node | string)[]): void;
229
+ prepend(...nodes: (Node | string)[]): void;
230
+ querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
231
+ querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
232
+ querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
233
+ querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
234
+ querySelector<E extends Element = Element>(selectors: string): E | null;
235
+ querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
236
+ querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
237
+ querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
238
+ querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
239
+ querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
240
+ replaceChildren(...nodes: (Node | string)[]): void;
241
+ readonly assignedSlot: HTMLSlotElement | null;
242
+ readonly attributeStyleMap: StylePropertyMap;
243
+ readonly style: CSSStyleDeclaration;
244
+ contentEditable: string;
245
+ enterKeyHint: string;
246
+ inputMode: string;
247
+ readonly isContentEditable: boolean;
248
+ onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
249
+ onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
250
+ onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
251
+ onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
252
+ onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
253
+ onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
254
+ onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
255
+ onbeforetoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
256
+ onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
257
+ oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
258
+ oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
259
+ oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
260
+ onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
261
+ onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
262
+ onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
263
+ oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
264
+ oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
265
+ oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
266
+ oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
267
+ oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
268
+ oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
269
+ ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
270
+ ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
271
+ ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
272
+ ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
273
+ ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
274
+ ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
275
+ ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
276
+ ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
277
+ ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
278
+ onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
279
+ onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
280
+ onerror: OnErrorEventHandler;
281
+ onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
282
+ onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
283
+ ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
284
+ oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
285
+ oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
286
+ onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
287
+ onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
288
+ onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
289
+ onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
290
+ onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
291
+ onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
292
+ onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
293
+ onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
294
+ onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
295
+ onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
296
+ onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
297
+ onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
298
+ onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
299
+ onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
300
+ onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
301
+ onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
302
+ onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
303
+ onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
304
+ onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
305
+ onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
306
+ onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
307
+ onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
308
+ onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
309
+ onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
310
+ onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
311
+ onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
312
+ onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
313
+ onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
314
+ onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
315
+ onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
316
+ onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
317
+ onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
318
+ onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
319
+ onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
320
+ onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
321
+ onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
322
+ onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
323
+ onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
324
+ onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
325
+ onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
326
+ onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
327
+ onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
328
+ onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
329
+ ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
330
+ ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
331
+ ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
332
+ ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
333
+ ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
334
+ ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
335
+ ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
336
+ ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
337
+ ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
338
+ ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
339
+ onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
340
+ onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
341
+ onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
342
+ onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
343
+ onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
344
+ onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
345
+ onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
346
+ autofocus: boolean;
347
+ readonly dataset: DOMStringMap;
348
+ nonce?: string;
349
+ tabIndex: number;
350
+ blur(): void;
351
+ focus(options?: FocusOptions): void;
352
+ };
353
+ _hostListeners: {
354
+ [listenerName: string]: {
355
+ [type: string]: {
356
+ options?: boolean | AddEventListenerOptions;
357
+ };
358
+ };
359
+ };
360
+ } & typeof CDSModalFooter;
361
+ /**
362
+ * interstitial-screen-footer for footer section
363
+ * @element c4p-interstitial-screen-footer
364
+ * @fires c4p-on-action - The name of the custom event fired just before the action. You can use this event to perform any async/sync validation.
365
+ * if you pass async-action = true, the component will wait for an external listener (e.g., a form validation or confirmation modal) to resolve the proceed()
366
+ * callback before continuing. When asyncAction is true, you must listen for the eventOnBeforeAction event and call the proceed() function
367
+ * (either synchronously or with a promise) to allow navigation.
368
+ */
369
+ declare class CDSInterstitialScreenFooter extends CDSInterstitialScreenFooter_base {
370
+ /**
371
+ * The label for the Next button.
372
+ */
373
+ nextButtonLabel: string;
374
+ /**
375
+ * The label for the Previous button.
376
+ */
377
+ previousButtonLabel: string;
378
+ /**
379
+ * The label for the skip button.
380
+ */
381
+ skipButtonLabel: string;
382
+ /**
383
+ * The label for the start button.
384
+ */
385
+ startButtonLabel: string;
386
+ /**
387
+ * Enables support for asynchronous validation or user confirmation before proceeding
388
+ * to the next interstitial step. When set to true, the component will wait for an external
389
+ * listener (e.g., a form validation or confirmation modal) to resolve the proceed() callback before continuing.
390
+ * When asyncAction is true, you must listen for the eventOnBeforeAction event and
391
+ * call the proceed() function (either synchronously or with a promise) to allow navigation.
392
+ */
393
+ asyncAction: any;
394
+ loadingAction: any;
395
+ private _handleUserInitiatedClose;
396
+ private handleSkip;
397
+ private handleStart;
398
+ private handleClickNext;
399
+ private handleClickPrev;
400
+ private handleAction;
401
+ render(): import("lit-html").TemplateResult<1>;
402
+ static styles: any;
403
+ static get eventRequestClose(): string;
404
+ /**
405
+ * The name of the custom event fired just before the action.
406
+ */
407
+ static get eventOnBeforeAction(): string;
408
+ }
409
+ export default CDSInterstitialScreenFooter;