@carbon/ibm-products-web-components 0.31.0 → 0.32.0-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +414 -5
- package/es/components/about-modal/about-modal.scss.js +1 -1
- package/es/components/big-number/big-number-skeleton.d.ts +22 -0
- package/es/components/big-number/big-number-skeleton.js +56 -0
- package/es/components/big-number/big-number-skeleton.js.map +1 -0
- package/es/components/big-number/big-number-skeleton.scss.js +13 -0
- package/es/components/big-number/big-number-skeleton.scss.js.map +1 -0
- package/es/components/big-number/big-number.d.ts +37 -0
- package/es/components/big-number/big-number.js +184 -0
- package/es/components/big-number/big-number.js.map +1 -0
- package/es/components/big-number/big-number.scss.js +13 -0
- package/es/components/big-number/big-number.scss.js.map +1 -0
- package/es/{utilities/carousel/index.d.ts → components/big-number/big-number.test.d.ts} +1 -2
- package/es/components/big-number/big-number.test.js +113 -0
- package/es/components/big-number/big-number.test.js.map +1 -0
- package/es/components/big-number/constants.d.ts +19 -0
- package/es/components/big-number/constants.js +30 -0
- package/es/components/big-number/constants.js.map +1 -0
- package/es/components/big-number/index.d.ts +10 -0
- package/es/{node_modules/@carbon/utilities/es/dateTimeFormat → components/big-number}/index.js +2 -5
- package/es/components/big-number/index.js.map +1 -0
- package/es/components/checklist/checklist.scss.js +1 -1
- package/es/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts +422 -0
- package/es/components/coachmark/coachmark-tagline/coachmark-tagline.js +135 -0
- package/es/components/coachmark/coachmark-tagline/coachmark-tagline.js.map +1 -0
- package/es/components/coachmark/coachmark-tagline/coachmark-tagline.scss.js +13 -0
- package/es/components/coachmark/coachmark-tagline/coachmark-tagline.scss.js.map +1 -0
- package/es/{utilities/carousel/types.js → components/coachmark/coachmark-tagline/coachmark-tagline.test.d.ts} +4 -3
- package/es/components/coachmark/coachmark-tagline/coachmark-tagline.test.js +126 -0
- package/es/components/coachmark/coachmark-tagline/coachmark-tagline.test.js.map +1 -0
- package/es/components/coachmark/coachmark-tagline/index.d.ts +9 -0
- package/{es-custom/utilities/carousel → es/components/coachmark/coachmark-tagline}/index.js +1 -1
- package/es/components/coachmark/coachmark-tagline/index.js.map +1 -0
- package/es/components/guide-banner/guide-banner-element.d.ts +7 -0
- package/es/components/guide-banner/guide-banner-element.js +14 -0
- package/es/components/guide-banner/guide-banner-element.js.map +1 -1
- package/es/components/guide-banner/guide-banner-element.scss.js +13 -0
- package/es/components/guide-banner/guide-banner-element.scss.js.map +1 -0
- package/es/components/guide-banner/guide-banner-element.test.d.ts +7 -0
- package/es/components/guide-banner/guide-banner-element.test.js +58 -0
- package/es/components/guide-banner/guide-banner-element.test.js.map +1 -0
- package/es/components/guide-banner/guide-banner.d.ts +4 -4
- package/es/components/guide-banner/guide-banner.js +4 -4
- package/es/components/guide-banner/guide-banner.js.map +1 -1
- package/es/components/guide-banner/guide-banner.scss.js +1 -1
- package/es/components/guide-banner/guide-banner.test.d.ts +6 -0
- package/es/components/guide-banner/guide-banner.test.js +3 -3
- package/es/components/guide-banner/guide-banner.test.js.map +1 -1
- package/es/components/interstitial-screen/interstitial-screen-body-item.scss.js +1 -1
- package/es/components/interstitial-screen/interstitial-screen-body.d.ts +1 -0
- package/es/components/interstitial-screen/interstitial-screen-body.js +16 -4
- package/es/components/interstitial-screen/interstitial-screen-body.js.map +1 -1
- package/es/components/interstitial-screen/interstitial-screen-body.scss.js +1 -1
- package/es/components/interstitial-screen/interstitial-screen-context.d.ts +1 -0
- package/es/components/interstitial-screen/interstitial-screen-context.js +5 -0
- package/es/components/interstitial-screen/interstitial-screen-context.js.map +1 -1
- package/es/components/interstitial-screen/interstitial-screen.js +15 -0
- package/es/components/interstitial-screen/interstitial-screen.js.map +1 -1
- package/es/components/interstitial-screen/interstitial-screen.test.js +11 -0
- package/es/components/interstitial-screen/interstitial-screen.test.js.map +1 -1
- package/es/components/interstitial-screen/interstitial.figma.js +288 -0
- package/es/components/interstitial-screen/interstitial.figma.js.map +1 -0
- package/es/components/notification-panel/notification.js +2 -3
- package/es/components/notification-panel/notification.js.map +1 -1
- package/es/components/notification-panel/notification.test.js +2 -3
- package/es/components/notification-panel/notification.test.js.map +1 -1
- 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.js +2 -3
- package/es/components/page-header/_story-assets/set-of-tags/set-of-tags.js.map +1 -1
- package/es/components/page-header/_story-assets/set-of-tags/set-of-tags.scss.js +1 -1
- package/es/components/page-header/utils.js +17 -5
- package/es/components/page-header/utils.js.map +1 -1
- package/es/components/side-panel/side-panel.figma.js +229 -0
- package/es/components/side-panel/side-panel.figma.js.map +1 -0
- package/es/components/tearsheet/tearsheet.d.ts +33 -14
- package/es/components/tearsheet/tearsheet.js +65 -98
- package/es/components/tearsheet/tearsheet.js.map +1 -1
- package/es/components/tearsheet/tearsheet.scss.js +1 -1
- package/es/index.d.ts +4 -1
- package/es/index.js +3 -0
- package/es/index.js.map +1 -1
- package/es/packages/ibm-products-web-components/package.json.js +1 -1
- package/es/utilities/snapscroll/index.d.ts +7 -0
- package/es/utilities/snapscroll/index.js +9 -0
- package/es/utilities/snapscroll/index.js.map +1 -0
- package/es/utilities/snapscroll/snapscroll.d.ts +29 -0
- package/es/utilities/snapscroll/snapscroll.js +134 -0
- package/es/utilities/snapscroll/snapscroll.js.map +1 -0
- package/es/utilities/snapscroll/snapscroll.test.d.ts +1 -0
- package/es/utilities/snapscroll/snapscroll.test.js +41 -0
- package/es/utilities/snapscroll/snapscroll.test.js.map +1 -0
- package/es-custom/components/about-modal/about-modal.scss.js +1 -1
- package/es-custom/components/big-number/big-number-skeleton.d.ts +22 -0
- package/es-custom/components/big-number/big-number-skeleton.js +56 -0
- package/es-custom/components/big-number/big-number-skeleton.js.map +1 -0
- package/es-custom/components/big-number/big-number-skeleton.scss.js +13 -0
- package/es-custom/components/big-number/big-number-skeleton.scss.js.map +1 -0
- package/es-custom/components/big-number/big-number.d.ts +37 -0
- package/es-custom/components/big-number/big-number.js +184 -0
- package/es-custom/components/big-number/big-number.js.map +1 -0
- package/es-custom/components/big-number/big-number.scss.js +13 -0
- package/es-custom/components/big-number/big-number.scss.js.map +1 -0
- package/{lib/utilities/carousel/index.d.ts → es-custom/components/big-number/big-number.test.d.ts} +1 -2
- package/es-custom/components/big-number/big-number.test.js +113 -0
- package/es-custom/components/big-number/big-number.test.js.map +1 -0
- package/es-custom/components/big-number/constants.d.ts +19 -0
- package/es-custom/components/big-number/constants.js +30 -0
- package/es-custom/components/big-number/constants.js.map +1 -0
- package/es-custom/components/big-number/index.d.ts +10 -0
- package/es-custom/{node_modules/@carbon/utilities/es/dateTimeFormat → components/big-number}/index.js +2 -5
- package/es-custom/components/big-number/index.js.map +1 -0
- package/es-custom/components/checklist/checklist.scss.js +1 -1
- package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts +422 -0
- package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.js +135 -0
- package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.js.map +1 -0
- package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.scss.js +13 -0
- package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.scss.js.map +1 -0
- package/es-custom/{utilities/carousel/types.js → components/coachmark/coachmark-tagline/coachmark-tagline.test.d.ts} +4 -3
- package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.test.js +126 -0
- package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.test.js.map +1 -0
- package/es-custom/components/coachmark/coachmark-tagline/index.d.ts +9 -0
- package/{es/utilities/carousel → es-custom/components/coachmark/coachmark-tagline}/index.js +1 -1
- package/es-custom/components/guide-banner/guide-banner-element.d.ts +7 -0
- package/es-custom/components/guide-banner/guide-banner-element.js +14 -0
- package/es-custom/components/guide-banner/guide-banner-element.js.map +1 -1
- package/es-custom/components/guide-banner/guide-banner-element.scss.js +13 -0
- package/es-custom/components/guide-banner/guide-banner-element.scss.js.map +1 -0
- package/es-custom/{utilities/carousel/index.d.ts → components/guide-banner/guide-banner-element.test.d.ts} +1 -2
- package/es-custom/components/guide-banner/guide-banner-element.test.js +58 -0
- package/es-custom/components/guide-banner/guide-banner-element.test.js.map +1 -0
- package/es-custom/components/guide-banner/guide-banner.d.ts +4 -4
- package/es-custom/components/guide-banner/guide-banner.js +4 -4
- package/es-custom/components/guide-banner/guide-banner.js.map +1 -1
- package/es-custom/components/guide-banner/guide-banner.scss.js +1 -1
- package/es-custom/components/guide-banner/guide-banner.test.d.ts +6 -0
- package/es-custom/components/guide-banner/guide-banner.test.js +3 -3
- package/es-custom/components/guide-banner/guide-banner.test.js.map +1 -1
- package/es-custom/components/interstitial-screen/interstitial-screen-body-item.scss.js +1 -1
- package/es-custom/components/interstitial-screen/interstitial-screen-body.d.ts +1 -0
- package/es-custom/components/interstitial-screen/interstitial-screen-body.js +16 -4
- package/es-custom/components/interstitial-screen/interstitial-screen-body.js.map +1 -1
- package/es-custom/components/interstitial-screen/interstitial-screen-body.scss.js +1 -1
- package/es-custom/components/interstitial-screen/interstitial-screen-context.d.ts +1 -0
- package/es-custom/components/interstitial-screen/interstitial-screen-context.js +5 -0
- package/es-custom/components/interstitial-screen/interstitial-screen-context.js.map +1 -1
- package/es-custom/components/interstitial-screen/interstitial-screen.js +15 -0
- package/es-custom/components/interstitial-screen/interstitial-screen.js.map +1 -1
- package/es-custom/components/interstitial-screen/interstitial-screen.test.js +11 -0
- package/es-custom/components/interstitial-screen/interstitial-screen.test.js.map +1 -1
- package/es-custom/components/interstitial-screen/interstitial.figma.js +288 -0
- package/es-custom/components/interstitial-screen/interstitial.figma.js.map +1 -0
- package/es-custom/components/notification-panel/notification.js +2 -3
- package/es-custom/components/notification-panel/notification.js.map +1 -1
- package/es-custom/components/notification-panel/notification.test.js +2 -3
- package/es-custom/components/notification-panel/notification.test.js.map +1 -1
- 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.js +2 -3
- package/es-custom/components/page-header/_story-assets/set-of-tags/set-of-tags.js.map +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/utils.js +17 -5
- package/es-custom/components/page-header/utils.js.map +1 -1
- package/es-custom/components/side-panel/side-panel.figma.js +229 -0
- package/es-custom/components/side-panel/side-panel.figma.js.map +1 -0
- package/es-custom/components/tearsheet/tearsheet.d.ts +33 -14
- package/es-custom/components/tearsheet/tearsheet.js +65 -98
- package/es-custom/components/tearsheet/tearsheet.js.map +1 -1
- package/es-custom/components/tearsheet/tearsheet.scss.js +1 -1
- package/es-custom/index.d.ts +4 -1
- package/es-custom/index.js +3 -0
- package/es-custom/index.js.map +1 -1
- package/es-custom/packages/ibm-products-web-components/package.json.js +1 -1
- package/{es/utilities/carousel/swipeEvents.d.ts → es-custom/utilities/snapscroll/index.d.ts} +1 -1
- package/es-custom/utilities/snapscroll/index.js +9 -0
- package/es-custom/utilities/snapscroll/snapscroll.d.ts +29 -0
- package/es-custom/utilities/snapscroll/snapscroll.js +134 -0
- package/es-custom/utilities/snapscroll/snapscroll.js.map +1 -0
- package/es-custom/utilities/snapscroll/snapscroll.test.d.ts +1 -0
- package/es-custom/utilities/snapscroll/snapscroll.test.js +41 -0
- package/es-custom/utilities/snapscroll/snapscroll.test.js.map +1 -0
- package/lib/components/big-number/big-number-skeleton.d.ts +22 -0
- package/lib/components/big-number/big-number.d.ts +37 -0
- package/lib/components/big-number/big-number.test.d.ts +7 -0
- package/lib/components/big-number/constants.d.ts +19 -0
- package/lib/components/big-number/index.d.ts +10 -0
- package/lib/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts +422 -0
- package/lib/components/coachmark/coachmark-tagline/coachmark-tagline.test.d.ts +9 -0
- package/lib/components/coachmark/coachmark-tagline/index.d.ts +9 -0
- package/lib/components/guide-banner/guide-banner-element.d.ts +7 -0
- package/lib/components/guide-banner/guide-banner-element.test.d.ts +7 -0
- package/lib/components/guide-banner/guide-banner.d.ts +4 -4
- package/lib/components/guide-banner/guide-banner.test.d.ts +6 -0
- package/lib/components/interstitial-screen/interstitial-screen-body.d.ts +1 -0
- package/lib/components/interstitial-screen/interstitial-screen-context.d.ts +1 -0
- package/lib/components/tearsheet/tearsheet.d.ts +33 -14
- package/lib/index.d.ts +4 -1
- package/lib/utilities/snapscroll/index.d.ts +7 -0
- package/lib/utilities/snapscroll/snapscroll.d.ts +29 -0
- package/lib/utilities/snapscroll/snapscroll.test.d.ts +1 -0
- package/package.json +6 -3
- package/scss/components/big-number/big-number-skeleton.scss +59 -0
- package/scss/components/big-number/big-number.scss +27 -0
- package/scss/components/coachmark/coachmark-tagline/coachmark-tagline.scss +22 -0
- package/scss/components/guide-banner/guide-banner-element.scss +31 -0
- package/scss/components/guide-banner/guide-banner.scss +2 -0
- package/scss/components/interstitial-screen/interstitial-screen-body-item.scss +1 -1
- package/scss/components/interstitial-screen/interstitial-screen-body.scss +1 -1
- package/scss/components/page-header/_story-assets/_storybook-styles.scss +6 -4
- package/telemetry.yml +12 -3
- package/es/node_modules/@carbon/utilities/es/dateTimeFormat/index.js.map +0 -1
- package/es/node_modules/@carbon/utilities/es/dateTimeFormat/relative.js +0 -11
- package/es/node_modules/@carbon/utilities/es/dateTimeFormat/relative.js.map +0 -1
- package/es/node_modules/@carbon/utilities/es/documentLang/documentLang.js +0 -9
- package/es/node_modules/@carbon/utilities/es/documentLang/documentLang.js.map +0 -1
- package/es/node_modules/@carbon/utilities/es/overflowHandler/overflowHandler.js +0 -11
- package/es/node_modules/@carbon/utilities/es/overflowHandler/overflowHandler.js.map +0 -1
- package/es/utilities/carousel/carousel.d.ts +0 -14
- package/es/utilities/carousel/carousel.js +0 -341
- package/es/utilities/carousel/carousel.js.map +0 -1
- package/es/utilities/carousel/swipeEvents.js +0 -109
- package/es/utilities/carousel/swipeEvents.js.map +0 -1
- package/es/utilities/carousel/types.d.ts +0 -37
- package/es/utilities/carousel/types.js.map +0 -1
- package/es-custom/node_modules/@carbon/utilities/es/dateTimeFormat/index.js.map +0 -1
- package/es-custom/node_modules/@carbon/utilities/es/dateTimeFormat/relative.js +0 -11
- package/es-custom/node_modules/@carbon/utilities/es/dateTimeFormat/relative.js.map +0 -1
- package/es-custom/node_modules/@carbon/utilities/es/documentLang/documentLang.js +0 -9
- package/es-custom/node_modules/@carbon/utilities/es/documentLang/documentLang.js.map +0 -1
- package/es-custom/node_modules/@carbon/utilities/es/overflowHandler/overflowHandler.js +0 -11
- package/es-custom/node_modules/@carbon/utilities/es/overflowHandler/overflowHandler.js.map +0 -1
- package/es-custom/utilities/carousel/carousel.d.ts +0 -14
- package/es-custom/utilities/carousel/carousel.js +0 -341
- package/es-custom/utilities/carousel/carousel.js.map +0 -1
- package/es-custom/utilities/carousel/swipeEvents.d.ts +0 -7
- package/es-custom/utilities/carousel/swipeEvents.js +0 -109
- package/es-custom/utilities/carousel/swipeEvents.js.map +0 -1
- package/es-custom/utilities/carousel/types.d.ts +0 -37
- package/es-custom/utilities/carousel/types.js.map +0 -1
- package/lib/utilities/carousel/carousel.d.ts +0 -14
- package/lib/utilities/carousel/swipeEvents.d.ts +0 -7
- package/lib/utilities/carousel/types.d.ts +0 -37
- /package/es-custom/{utilities/carousel → components/coachmark/coachmark-tagline}/index.js.map +0 -0
- /package/{es/utilities/carousel → es-custom/utilities/snapscroll}/index.js.map +0 -0
|
@@ -0,0 +1,422 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
*
|
|
4
|
+
* Copyright IBM Corp. 2026
|
|
5
|
+
*
|
|
6
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
7
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
|
+
*/
|
|
9
|
+
import { LitElement } from 'lit';
|
|
10
|
+
import '@carbon/web-components/es/components/button/button.js';
|
|
11
|
+
declare const CDSCoachmarkTagline_base: {
|
|
12
|
+
new (...args: any[]): {
|
|
13
|
+
_handles: Set<import("@carbon/web-components/es/globals/internal/handle").default>;
|
|
14
|
+
connectedCallback(): void;
|
|
15
|
+
disconnectedCallback(): void;
|
|
16
|
+
accessKey: string;
|
|
17
|
+
readonly accessKeyLabel: string;
|
|
18
|
+
autocapitalize: string;
|
|
19
|
+
autocorrect: boolean;
|
|
20
|
+
dir: string;
|
|
21
|
+
draggable: boolean;
|
|
22
|
+
hidden: boolean;
|
|
23
|
+
inert: boolean;
|
|
24
|
+
innerText: string;
|
|
25
|
+
lang: string;
|
|
26
|
+
readonly offsetHeight: number;
|
|
27
|
+
readonly offsetLeft: number;
|
|
28
|
+
readonly offsetParent: Element | null;
|
|
29
|
+
readonly offsetTop: number;
|
|
30
|
+
readonly offsetWidth: number;
|
|
31
|
+
outerText: string;
|
|
32
|
+
popover: string | null;
|
|
33
|
+
spellcheck: boolean;
|
|
34
|
+
title: string;
|
|
35
|
+
translate: boolean;
|
|
36
|
+
writingSuggestions: string;
|
|
37
|
+
attachInternals(): ElementInternals;
|
|
38
|
+
click(): void;
|
|
39
|
+
hidePopover(): void;
|
|
40
|
+
showPopover(): void;
|
|
41
|
+
togglePopover(options?: boolean): boolean;
|
|
42
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
43
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
44
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
45
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
46
|
+
readonly attributes: NamedNodeMap;
|
|
47
|
+
get classList(): DOMTokenList;
|
|
48
|
+
set classList(value: string): any;
|
|
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
|
+
get part(): DOMTokenList;
|
|
64
|
+
set part(value: string): any;
|
|
65
|
+
readonly prefix: string | null;
|
|
66
|
+
readonly scrollHeight: number;
|
|
67
|
+
scrollLeft: number;
|
|
68
|
+
scrollTop: number;
|
|
69
|
+
readonly scrollWidth: number;
|
|
70
|
+
readonly shadowRoot: ShadowRoot | null;
|
|
71
|
+
slot: string;
|
|
72
|
+
readonly tagName: string;
|
|
73
|
+
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
74
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
75
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
76
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
77
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
78
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
79
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
80
|
+
getAttribute(qualifiedName: string): string | null;
|
|
81
|
+
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
82
|
+
getAttributeNames(): string[];
|
|
83
|
+
getAttributeNode(qualifiedName: string): Attr | null;
|
|
84
|
+
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
85
|
+
getBoundingClientRect(): DOMRect;
|
|
86
|
+
getClientRects(): DOMRectList;
|
|
87
|
+
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
88
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
89
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
90
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
91
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
92
|
+
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
93
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
94
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
95
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
96
|
+
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
97
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
98
|
+
hasAttribute(qualifiedName: string): boolean;
|
|
99
|
+
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
100
|
+
hasAttributes(): boolean;
|
|
101
|
+
hasPointerCapture(pointerId: number): boolean;
|
|
102
|
+
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
103
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
104
|
+
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
105
|
+
matches(selectors: string): boolean;
|
|
106
|
+
releasePointerCapture(pointerId: number): void;
|
|
107
|
+
removeAttribute(qualifiedName: string): void;
|
|
108
|
+
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
109
|
+
removeAttributeNode(attr: Attr): Attr;
|
|
110
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
111
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
112
|
+
scroll(options?: ScrollToOptions): void;
|
|
113
|
+
scroll(x: number, y: number): void;
|
|
114
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
115
|
+
scrollBy(x: number, y: number): void;
|
|
116
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
117
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
118
|
+
scrollTo(x: number, y: number): void;
|
|
119
|
+
setAttribute(qualifiedName: string, value: string): void;
|
|
120
|
+
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
121
|
+
setAttributeNode(attr: Attr): Attr | null;
|
|
122
|
+
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
123
|
+
setHTMLUnsafe(html: string): void;
|
|
124
|
+
setPointerCapture(pointerId: number): void;
|
|
125
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
126
|
+
webkitMatchesSelector(selectors: string): boolean;
|
|
127
|
+
get textContent(): string;
|
|
128
|
+
set textContent(value: string | null): any;
|
|
129
|
+
readonly baseURI: string;
|
|
130
|
+
readonly childNodes: NodeListOf<ChildNode>;
|
|
131
|
+
readonly firstChild: ChildNode | null;
|
|
132
|
+
readonly isConnected: boolean;
|
|
133
|
+
readonly lastChild: ChildNode | null;
|
|
134
|
+
readonly nextSibling: ChildNode | null;
|
|
135
|
+
readonly nodeName: string;
|
|
136
|
+
readonly nodeType: number;
|
|
137
|
+
nodeValue: string | null;
|
|
138
|
+
readonly parentElement: HTMLElement | null;
|
|
139
|
+
readonly parentNode: ParentNode | null;
|
|
140
|
+
readonly previousSibling: ChildNode | null;
|
|
141
|
+
appendChild<T_1 extends Node>(node: T_1): T_1;
|
|
142
|
+
cloneNode(subtree?: boolean): Node;
|
|
143
|
+
compareDocumentPosition(other: Node): number;
|
|
144
|
+
contains(other: Node | null): boolean;
|
|
145
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
146
|
+
hasChildNodes(): boolean;
|
|
147
|
+
insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
|
|
148
|
+
isDefaultNamespace(namespace: string | null): boolean;
|
|
149
|
+
isEqualNode(otherNode: Node | null): boolean;
|
|
150
|
+
isSameNode(otherNode: Node | null): boolean;
|
|
151
|
+
lookupNamespaceURI(prefix: string | null): string | null;
|
|
152
|
+
lookupPrefix(namespace: string | null): string | null;
|
|
153
|
+
normalize(): void;
|
|
154
|
+
removeChild<T_1 extends Node>(child: T_1): T_1;
|
|
155
|
+
replaceChild<T_1 extends Node>(node: Node, child: T_1): T_1;
|
|
156
|
+
readonly ELEMENT_NODE: 1;
|
|
157
|
+
readonly ATTRIBUTE_NODE: 2;
|
|
158
|
+
readonly TEXT_NODE: 3;
|
|
159
|
+
readonly CDATA_SECTION_NODE: 4;
|
|
160
|
+
readonly ENTITY_REFERENCE_NODE: 5;
|
|
161
|
+
readonly ENTITY_NODE: 6;
|
|
162
|
+
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
163
|
+
readonly COMMENT_NODE: 8;
|
|
164
|
+
readonly DOCUMENT_NODE: 9;
|
|
165
|
+
readonly DOCUMENT_TYPE_NODE: 10;
|
|
166
|
+
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
167
|
+
readonly NOTATION_NODE: 12;
|
|
168
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
169
|
+
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
170
|
+
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
171
|
+
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
172
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
173
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
174
|
+
dispatchEvent(event: Event): boolean;
|
|
175
|
+
ariaActiveDescendantElement: Element | null;
|
|
176
|
+
ariaAtomic: string | null;
|
|
177
|
+
ariaAutoComplete: string | null;
|
|
178
|
+
ariaBrailleLabel: string | null;
|
|
179
|
+
ariaBrailleRoleDescription: string | null;
|
|
180
|
+
ariaBusy: string | null;
|
|
181
|
+
ariaChecked: string | null;
|
|
182
|
+
ariaColCount: string | null;
|
|
183
|
+
ariaColIndex: string | null;
|
|
184
|
+
ariaColIndexText: string | null;
|
|
185
|
+
ariaColSpan: string | null;
|
|
186
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
187
|
+
ariaCurrent: string | null;
|
|
188
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
189
|
+
ariaDescription: string | null;
|
|
190
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
191
|
+
ariaDisabled: string | null;
|
|
192
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
193
|
+
ariaExpanded: string | null;
|
|
194
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
195
|
+
ariaHasPopup: string | null;
|
|
196
|
+
ariaHidden: string | null;
|
|
197
|
+
ariaInvalid: string | null;
|
|
198
|
+
ariaKeyShortcuts: string | null;
|
|
199
|
+
ariaLabel: string | null;
|
|
200
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
201
|
+
ariaLevel: string | null;
|
|
202
|
+
ariaLive: string | null;
|
|
203
|
+
ariaModal: string | null;
|
|
204
|
+
ariaMultiLine: string | null;
|
|
205
|
+
ariaMultiSelectable: string | null;
|
|
206
|
+
ariaOrientation: string | null;
|
|
207
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
208
|
+
ariaPlaceholder: string | null;
|
|
209
|
+
ariaPosInSet: string | null;
|
|
210
|
+
ariaPressed: string | null;
|
|
211
|
+
ariaReadOnly: string | null;
|
|
212
|
+
ariaRelevant: string | null;
|
|
213
|
+
ariaRequired: string | null;
|
|
214
|
+
ariaRoleDescription: string | null;
|
|
215
|
+
ariaRowCount: string | null;
|
|
216
|
+
ariaRowIndex: string | null;
|
|
217
|
+
ariaRowIndexText: string | null;
|
|
218
|
+
ariaRowSpan: string | null;
|
|
219
|
+
ariaSelected: string | null;
|
|
220
|
+
ariaSetSize: string | null;
|
|
221
|
+
ariaSort: string | null;
|
|
222
|
+
ariaValueMax: string | null;
|
|
223
|
+
ariaValueMin: string | null;
|
|
224
|
+
ariaValueNow: string | null;
|
|
225
|
+
ariaValueText: string | null;
|
|
226
|
+
role: string | null;
|
|
227
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
228
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
229
|
+
after(...nodes: (Node | string)[]): void;
|
|
230
|
+
before(...nodes: (Node | string)[]): void;
|
|
231
|
+
remove(): void;
|
|
232
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
233
|
+
readonly nextElementSibling: Element | null;
|
|
234
|
+
readonly previousElementSibling: Element | null;
|
|
235
|
+
readonly childElementCount: number;
|
|
236
|
+
readonly children: HTMLCollection;
|
|
237
|
+
readonly firstElementChild: Element | null;
|
|
238
|
+
readonly lastElementChild: Element | null;
|
|
239
|
+
append(...nodes: (Node | string)[]): void;
|
|
240
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
241
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
242
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
243
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
244
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
245
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
246
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
247
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
248
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
249
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
250
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
251
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
252
|
+
readonly assignedSlot: HTMLSlotElement | null;
|
|
253
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
254
|
+
get style(): CSSStyleDeclaration;
|
|
255
|
+
set style(cssText: string): any;
|
|
256
|
+
contentEditable: string;
|
|
257
|
+
enterKeyHint: string;
|
|
258
|
+
inputMode: string;
|
|
259
|
+
readonly isContentEditable: boolean;
|
|
260
|
+
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
261
|
+
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
262
|
+
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
263
|
+
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
264
|
+
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
265
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
266
|
+
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
267
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
268
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
269
|
+
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
270
|
+
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
271
|
+
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
272
|
+
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
273
|
+
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
274
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
275
|
+
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
276
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
277
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
278
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
279
|
+
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
280
|
+
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
281
|
+
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
282
|
+
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
283
|
+
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
284
|
+
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
285
|
+
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
286
|
+
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
287
|
+
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
288
|
+
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
289
|
+
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
290
|
+
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
291
|
+
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
292
|
+
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
293
|
+
onerror: OnErrorEventHandler;
|
|
294
|
+
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
295
|
+
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
296
|
+
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
297
|
+
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
298
|
+
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
299
|
+
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
300
|
+
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
301
|
+
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
302
|
+
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
303
|
+
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
304
|
+
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
305
|
+
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
306
|
+
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
307
|
+
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
308
|
+
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
309
|
+
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
310
|
+
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
311
|
+
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
312
|
+
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
313
|
+
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
314
|
+
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
315
|
+
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
316
|
+
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
317
|
+
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
318
|
+
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
319
|
+
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
320
|
+
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
321
|
+
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
322
|
+
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
323
|
+
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
324
|
+
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
325
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
326
|
+
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
327
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
328
|
+
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
329
|
+
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
330
|
+
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
331
|
+
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
332
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
333
|
+
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
334
|
+
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
335
|
+
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
336
|
+
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
337
|
+
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
338
|
+
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
339
|
+
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
340
|
+
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
341
|
+
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
342
|
+
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
343
|
+
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
344
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
345
|
+
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
346
|
+
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
347
|
+
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
348
|
+
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
349
|
+
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
350
|
+
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
351
|
+
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
352
|
+
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
353
|
+
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
354
|
+
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
355
|
+
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
356
|
+
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
357
|
+
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
358
|
+
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
359
|
+
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
360
|
+
autofocus: boolean;
|
|
361
|
+
readonly dataset: DOMStringMap;
|
|
362
|
+
nonce?: string;
|
|
363
|
+
tabIndex: number;
|
|
364
|
+
blur(): void;
|
|
365
|
+
focus(options?: FocusOptions): void;
|
|
366
|
+
};
|
|
367
|
+
_hostListeners: {
|
|
368
|
+
[listenerName: string]: {
|
|
369
|
+
[type: string]: {
|
|
370
|
+
options?: boolean | AddEventListenerOptions;
|
|
371
|
+
};
|
|
372
|
+
};
|
|
373
|
+
};
|
|
374
|
+
} & typeof LitElement;
|
|
375
|
+
/**
|
|
376
|
+
* DO NOT USE. This component is for the exclusive use
|
|
377
|
+
* of other Onboarding components.
|
|
378
|
+
*
|
|
379
|
+
* Coachmark tagline component.
|
|
380
|
+
*
|
|
381
|
+
* @element c4p-coachmark-tagline
|
|
382
|
+
* @fires c4p-coachmark-tagline-close - Custom event fired when close button is clicked
|
|
383
|
+
* @fires c4p-coachmark-tagline-cta-click - Custom event fired when tagline CTA is clicked
|
|
384
|
+
*/
|
|
385
|
+
declare class CDSCoachmarkTagline extends CDSCoachmarkTagline_base {
|
|
386
|
+
/**
|
|
387
|
+
* Tooltip text and aria label for the Close button icon.
|
|
388
|
+
*/
|
|
389
|
+
closeIconDescription: string;
|
|
390
|
+
/**
|
|
391
|
+
* The title of the tagline.
|
|
392
|
+
*/
|
|
393
|
+
title: string;
|
|
394
|
+
/**
|
|
395
|
+
* Whether the tagline is open.
|
|
396
|
+
*/
|
|
397
|
+
open: boolean;
|
|
398
|
+
firstUpdated(): void;
|
|
399
|
+
/**
|
|
400
|
+
* Handles the close button click event.
|
|
401
|
+
*/
|
|
402
|
+
private _handleClose;
|
|
403
|
+
/**
|
|
404
|
+
* Handles the CTA button click event.
|
|
405
|
+
*/
|
|
406
|
+
private _handleCtaClick;
|
|
407
|
+
/**
|
|
408
|
+
* Handles the CTA button double click event.
|
|
409
|
+
*/
|
|
410
|
+
private _handleCtaDoubleClick;
|
|
411
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
412
|
+
static shadowRootOptions: {
|
|
413
|
+
delegatesFocus: boolean;
|
|
414
|
+
mode: ShadowRootMode;
|
|
415
|
+
serializable?: boolean;
|
|
416
|
+
slotAssignment?: SlotAssignmentMode;
|
|
417
|
+
customElements?: CustomElementRegistry;
|
|
418
|
+
registry?: CustomElementRegistry;
|
|
419
|
+
};
|
|
420
|
+
static styles: any;
|
|
421
|
+
}
|
|
422
|
+
export default CDSCoachmarkTagline;
|
|
@@ -372,7 +372,14 @@ declare const CDSGuideBannerElement_base: {
|
|
|
372
372
|
};
|
|
373
373
|
};
|
|
374
374
|
} & typeof LitElement;
|
|
375
|
+
/**
|
|
376
|
+
* GuideBannerElement.
|
|
377
|
+
*
|
|
378
|
+
* @element c4p-guide-banner-element
|
|
379
|
+
* @csspart guide-banner-element
|
|
380
|
+
* */
|
|
375
381
|
declare class CDSGuideBannerElement extends CDSGuideBannerElement_base {
|
|
376
382
|
render(): import("lit-html").TemplateResult<1>;
|
|
383
|
+
static styles: any;
|
|
377
384
|
}
|
|
378
385
|
export default CDSGuideBannerElement;
|
|
@@ -374,12 +374,12 @@ declare const CDSGuideBanner_base: {
|
|
|
374
374
|
};
|
|
375
375
|
} & typeof LitElement;
|
|
376
376
|
/**
|
|
377
|
-
*
|
|
377
|
+
* GuideBanner.
|
|
378
378
|
*
|
|
379
379
|
* @element c4p-guide-banner
|
|
380
|
-
* @csspart guide-banner
|
|
381
|
-
* @fires c4p-guide-banner-toggle Custom event fired when
|
|
382
|
-
* @fires c4p-guide-banner-close Custom event fired when
|
|
380
|
+
* @csspart guide-banner
|
|
381
|
+
* @fires c4p-guide-banner-toggle Custom event fired when banner is opened
|
|
382
|
+
* @fires c4p-guide-banner-close Custom event fired when banner is closed
|
|
383
383
|
* */
|
|
384
384
|
declare class CDSGuideBanner extends CDSGuideBanner_base {
|
|
385
385
|
collapseText?: string;
|
|
@@ -384,6 +384,7 @@ declare class CDSInterstitialScreenBody extends CDSInterstitialScreenBody_base {
|
|
|
384
384
|
private carouselAPI;
|
|
385
385
|
private carouselElement;
|
|
386
386
|
firstUpdated(): void;
|
|
387
|
+
updated(changedProps: Map<string | number | symbol, unknown>): void;
|
|
387
388
|
private _initCarousel;
|
|
388
389
|
private onViewChangeStart;
|
|
389
390
|
private onViewChangeEnd;
|
|
@@ -44,7 +44,27 @@ declare const CDSTearsheet_base: {
|
|
|
44
44
|
hidePopover(): void;
|
|
45
45
|
showPopover(): void;
|
|
46
46
|
togglePopover(options?: boolean): boolean;
|
|
47
|
-
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options
|
|
47
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options
|
|
48
|
+
/**
|
|
49
|
+
* Tearsheet.
|
|
50
|
+
*
|
|
51
|
+
* @element c4p-tearsheet
|
|
52
|
+
* @csspart dialog The dialog.
|
|
53
|
+
* @fires c4p-tearsheet-beingclosed
|
|
54
|
+
* The custom event fired before this tearsheet is being closed upon a user gesture.
|
|
55
|
+
* Cancellation of this event stops the user-initiated action of closing this tearsheet.
|
|
56
|
+
* @fires c4p-tearsheet-closed - The custom event fired after this tearsheet is closed upon a user gesture.
|
|
57
|
+
*/
|
|
58
|
+
? /**
|
|
59
|
+
* Tearsheet.
|
|
60
|
+
*
|
|
61
|
+
* @element c4p-tearsheet
|
|
62
|
+
* @csspart dialog The dialog.
|
|
63
|
+
* @fires c4p-tearsheet-beingclosed
|
|
64
|
+
* The custom event fired before this tearsheet is being closed upon a user gesture.
|
|
65
|
+
* Cancellation of this event stops the user-initiated action of closing this tearsheet.
|
|
66
|
+
* @fires c4p-tearsheet-closed - The custom event fired after this tearsheet is closed upon a user gesture.
|
|
67
|
+
*/: boolean | AddEventListenerOptions): void;
|
|
48
68
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
49
69
|
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
50
70
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
@@ -392,14 +412,6 @@ declare class CDSTearsheet extends CDSTearsheet_base {
|
|
|
392
412
|
* The element that had focus before this tearsheet gets open.
|
|
393
413
|
*/
|
|
394
414
|
private _launcher;
|
|
395
|
-
/**
|
|
396
|
-
* Node to track focus going outside of tearsheet content.
|
|
397
|
-
*/
|
|
398
|
-
private _startSentinelNode;
|
|
399
|
-
/**
|
|
400
|
-
* Node to track focus going outside of tearsheet content.
|
|
401
|
-
*/
|
|
402
|
-
private _endSentinelNode;
|
|
403
415
|
/**
|
|
404
416
|
* Node to track tearsheet.
|
|
405
417
|
*/
|
|
@@ -424,14 +436,21 @@ declare class CDSTearsheet extends CDSTearsheet_base {
|
|
|
424
436
|
*/
|
|
425
437
|
private _handleClick;
|
|
426
438
|
/**
|
|
427
|
-
*
|
|
439
|
+
* Get focusable elements.
|
|
428
440
|
*
|
|
429
|
-
*
|
|
430
|
-
*
|
|
431
|
-
* @
|
|
441
|
+
* Querying all tabbable items.
|
|
442
|
+
*
|
|
443
|
+
* @returns {{first: HTMLElement, last: HTMLElement, all: HTMLElement[]}} Returns an object with various elements.
|
|
432
444
|
*/
|
|
433
|
-
private
|
|
445
|
+
private getFocusable;
|
|
434
446
|
private _handleKeydown;
|
|
447
|
+
/**
|
|
448
|
+
* Handle the keydown event.
|
|
449
|
+
* Trap the focus inside the side-panel by tracking keydown.key == `Tab`
|
|
450
|
+
*
|
|
451
|
+
* @param {KeyboardEvent} event The keyboard event object.
|
|
452
|
+
*/
|
|
453
|
+
protected _handleHostKeydown: (event: KeyboardEvent) => void;
|
|
435
454
|
private _checkSetHasSlot;
|
|
436
455
|
/**
|
|
437
456
|
* Handles `click` event on the modal container.
|
package/lib/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*
|
|
4
|
-
* Copyright IBM Corp. 2024,
|
|
4
|
+
* Copyright IBM Corp. 2024, 2026
|
|
5
5
|
*
|
|
6
6
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
7
7
|
* LICENSE file in the root directory of this source tree.
|
|
@@ -23,3 +23,6 @@ export { default as CDSGuideBanner } from './components/guide-banner/guide-banne
|
|
|
23
23
|
export { default as CDSGuideBannerElement } from './components/guide-banner/guide-banner-element';
|
|
24
24
|
export { default as CDSCoachmark } from './components/coachmark/coachmark';
|
|
25
25
|
export { default as CDSCoachmarkBeacon } from './components/coachmark/coachmark-beacon/coachmark-beacon';
|
|
26
|
+
export { default as CDSCoachmarkTagline } from './components/coachmark/coachmark-tagline/coachmark-tagline';
|
|
27
|
+
export { default as CDSBigNumber } from './components/big-number/big-number';
|
|
28
|
+
export { default as CDSBigNumberSkeleton } from './components/big-number/big-number-skeleton';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2025
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*/
|
|
7
|
+
export { snapScroll, scrollNext, scrollPrevious, blockClass, getNextSibling, getPreviousSibling, } from './snapscroll';
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2025
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*/
|
|
7
|
+
/**
|
|
8
|
+
* Initiates the snapScroll functionality
|
|
9
|
+
* @param body selector for element that contains the items
|
|
10
|
+
* @param child selector for the item elements
|
|
11
|
+
* @returns void
|
|
12
|
+
*/
|
|
13
|
+
export declare const blockClass = "c4p--snappy";
|
|
14
|
+
export declare function snapScroll(body: string, child: string): void;
|
|
15
|
+
/**
|
|
16
|
+
* Retreives the currently focused element
|
|
17
|
+
* @returns currently focused element
|
|
18
|
+
*/
|
|
19
|
+
export declare function getFocusedItem(): Element | null;
|
|
20
|
+
/**
|
|
21
|
+
* Scrolls to the next sibling element of the currently focused element
|
|
22
|
+
*/
|
|
23
|
+
export declare function scrollNext(): void;
|
|
24
|
+
/**
|
|
25
|
+
* Scrolls to the previous sibling element of the currently focused element
|
|
26
|
+
*/
|
|
27
|
+
export declare function scrollPrevious(): void;
|
|
28
|
+
export declare function getNextSibling(): Element | null | undefined;
|
|
29
|
+
export declare function getPreviousSibling(): Element | null | undefined;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|