@ds-mo/ui 1.0.2 → 1.1.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/dist/components/ds-bar-nav-action.js +1 -1
- package/dist/components/ds-bar-nav.js +1 -1
- package/dist/components/ds-bar-nav.js.map +1 -1
- package/dist/components/ds-breadcrumb.js +1 -1
- package/dist/components/ds-button-group.js +1 -1
- package/dist/components/ds-button.js +1 -1
- package/dist/components/ds-card.js +1 -1
- package/dist/components/ds-card.js.map +1 -1
- package/dist/components/ds-checkbox.js +1 -1
- package/dist/components/ds-divider.js +1 -1
- package/dist/components/ds-empty-state.js +1 -1
- package/dist/components/ds-empty-state.js.map +1 -1
- package/dist/components/ds-fade.js +1 -1
- package/dist/components/ds-field.js +1 -1
- package/dist/components/ds-header.js +1 -1
- package/dist/components/ds-header.js.map +1 -1
- package/dist/components/ds-icon.js +1 -1
- package/dist/components/ds-input.js +1 -1
- package/dist/components/ds-label-wrap.js +1 -1
- package/dist/components/ds-menu.js +1 -1
- package/dist/components/ds-modal.js +1 -1
- package/dist/components/ds-panel-nav.js +1 -1
- package/dist/components/ds-radio-group.js +1 -1
- package/dist/components/ds-radio-group.js.map +1 -1
- package/dist/components/ds-scrollbar.js +1 -1
- package/dist/components/ds-select.js +1 -1
- package/dist/components/ds-slider.js +1 -1
- package/dist/components/ds-slider.js.map +1 -1
- package/dist/components/ds-surface.js +1 -1
- package/dist/components/ds-tab-group-nav.d.ts +11 -0
- package/dist/components/ds-tab-group-nav.js +2 -0
- package/dist/components/ds-tab-group-nav.js.map +1 -0
- package/dist/components/ds-tab-group.js +1 -1
- package/dist/components/ds-tab-group.js.map +1 -1
- package/dist/components/ds-table.js +1 -1
- package/dist/components/ds-table.js.map +1 -1
- package/dist/components/ds-tag.js +1 -1
- package/dist/components/ds-text.js +1 -1
- package/dist/components/ds-toast-provider.js +1 -1
- package/dist/components/ds-toggle-button-group.js +1 -1
- package/dist/components/ds-toggle-button.js +1 -1
- package/dist/components/ds-toggle.js +1 -1
- package/dist/components/ds-tooltip.js +1 -1
- package/dist/components/p-BQq26pt9.js +2 -0
- package/dist/components/p-BQq26pt9.js.map +1 -0
- package/dist/components/p-CMyQsk0K.js +2 -0
- package/dist/components/p-CMyQsk0K.js.map +1 -0
- package/dist/components/{p-D3CwGoIu.js → p-COsKOwZR.js} +2 -2
- package/dist/components/p-CpbnmEu1.js +2 -0
- package/dist/components/p-CpbnmEu1.js.map +1 -0
- package/dist/components/{p-DouEVPmi.js → p-Dd0GrKaF.js} +2 -2
- package/dist/components/{p-BvxKLqNx.js → p-H89PzqGU.js} +2 -2
- package/dist/components/{p-BYe8Rfdg.js → p-Vwlmhl4E.js} +2 -2
- package/dist/components/{p-C4p1fG67.js → p-woooYulR.js} +2 -2
- package/dist/types/.stencil/BarNav/BarNav.d.ts +7 -2
- package/dist/types/.stencil/BarNav/bar-nav-dom-utils.d.ts +1 -2
- package/dist/types/.stencil/TabGroupNav/TabGroupNav.d.ts +27 -0
- package/dist/types/components.d.ts +68 -0
- package/package.json +37 -7
- package/src/angular/index.ts +1 -0
- package/src/angular/proxies.ts +28 -0
- package/src/react/components.ts +46 -0
- package/src/react/ds-accordion.ts +27 -0
- package/src/react/ds-badge.ts +26 -0
- package/src/react/ds-banner.ts +27 -0
- package/src/react/ds-bar-nav-action.ts +27 -0
- package/src/react/ds-bar-nav.ts +33 -0
- package/src/react/ds-breadcrumb.ts +27 -0
- package/src/react/ds-button-group.ts +27 -0
- package/src/react/ds-button.ts +35 -0
- package/src/react/ds-card.ts +26 -0
- package/src/react/ds-checkbox.ts +27 -0
- package/src/react/ds-divider.ts +26 -0
- package/src/react/ds-empty-state.ts +26 -0
- package/src/react/ds-fade.ts +26 -0
- package/src/react/ds-field.ts +26 -0
- package/src/react/ds-header.ts +26 -0
- package/src/react/ds-icon.ts +26 -0
- package/src/react/ds-input.ts +33 -0
- package/src/react/ds-label-wrap.ts +26 -0
- package/src/react/ds-loader.ts +26 -0
- package/src/react/ds-menu.ts +33 -0
- package/src/react/ds-modal.ts +27 -0
- package/src/react/ds-pagination.ts +27 -0
- package/src/react/ds-panel-nav.ts +37 -0
- package/src/react/ds-radio-group.ts +27 -0
- package/src/react/ds-scrollbar.ts +26 -0
- package/src/react/ds-select.ts +27 -0
- package/src/react/ds-sidebar.ts +33 -0
- package/src/react/ds-skeleton.ts +26 -0
- package/src/react/ds-slider.ts +27 -0
- package/src/react/ds-surface.ts +26 -0
- package/src/react/ds-tab-group-nav.ts +27 -0
- package/src/react/ds-tab-group.ts +27 -0
- package/src/react/ds-table.ts +35 -0
- package/src/react/ds-tag.ts +35 -0
- package/src/react/ds-text.ts +26 -0
- package/src/react/ds-toast-provider.ts +26 -0
- package/src/react/ds-toggle-button-group.ts +27 -0
- package/src/react/ds-toggle-button.ts +27 -0
- package/src/react/ds-toggle.ts +27 -0
- package/src/react/ds-tooltip.ts +26 -0
- package/src/wc/components/Accordion/Accordion.tsx +144 -0
- package/src/wc/components/Badge/Badge.tsx +34 -0
- package/src/wc/components/Badge/index.ts +1 -0
- package/src/wc/components/Banner/Banner.tsx +148 -0
- package/src/wc/components/BarNav/BarNav.tsx +605 -0
- package/src/wc/components/BarNav/bar-nav-dom-utils.ts +23 -0
- package/src/wc/components/BarNav/bar-nav-tabs-menu-utils.ts +59 -0
- package/src/wc/components/BarNav/bar-nav-utils.ts +76 -0
- package/src/wc/components/BarNav/index.ts +1 -0
- package/src/wc/components/BarNavAction/BarNavAction.tsx +67 -0
- package/src/wc/components/BarNavAction/index.ts +1 -0
- package/src/wc/components/Breadcrumb/Breadcrumb.tsx +61 -0
- package/src/wc/components/Button/Button.tsx +158 -0
- package/src/wc/components/Button/index.ts +1 -0
- package/src/wc/components/ButtonGroup/ButtonGroup.tsx +110 -0
- package/src/wc/components/Card/Card.tsx +26 -0
- package/src/wc/components/Checkbox/Checkbox.tsx +60 -0
- package/src/wc/components/Checkbox/index.ts +1 -0
- package/src/wc/components/Divider/Divider.tsx +23 -0
- package/src/wc/components/Divider/index.ts +2 -0
- package/src/wc/components/EmptyState/EmptyState.tsx +32 -0
- package/src/wc/components/Fade/Fade.tsx +32 -0
- package/src/wc/components/Fade/index.ts +1 -0
- package/src/wc/components/Field/Field.tsx +28 -0
- package/src/wc/components/Header/Header.tsx +33 -0
- package/src/wc/components/Icon/Icon.tsx +112 -0
- package/src/wc/components/Icon/flag-icon-catalog.ts +68 -0
- package/src/wc/components/Icon/index.ts +1 -0
- package/src/wc/components/Icon/system-icon-catalog.ts +798 -0
- package/src/wc/components/Input/Input.tsx +100 -0
- package/src/wc/components/Input/index.ts +1 -0
- package/src/wc/components/LabelWrap/LabelWrap.tsx +38 -0
- package/src/wc/components/Loader/Loader.tsx +47 -0
- package/src/wc/components/Loader/index.ts +1 -0
- package/src/wc/components/Menu/Menu.tsx +340 -0
- package/src/wc/components/Modal/Modal.tsx +197 -0
- package/src/wc/components/Pagination/Pagination.tsx +97 -0
- package/src/wc/components/PanelNav/PanelNav.tsx +666 -0
- package/src/wc/components/PanelNav/index.ts +7 -0
- package/src/wc/components/PanelNav/panel-nav-utils.ts +124 -0
- package/src/wc/components/RadioGroup/RadioGroup.tsx +128 -0
- package/src/wc/components/RadioGroup/index.ts +1 -0
- package/src/wc/components/Scrollbar/Scrollbar.tsx +189 -0
- package/src/wc/components/Select/Select.tsx +195 -0
- package/src/wc/components/Sidebar/Sidebar.tsx +245 -0
- package/src/wc/components/Skeleton/Skeleton.tsx +64 -0
- package/src/wc/components/Skeleton/index.ts +1 -0
- package/src/wc/components/Slider/Slider.tsx +68 -0
- package/src/wc/components/Slider/index.ts +1 -0
- package/src/wc/components/Surface/Surface.tsx +81 -0
- package/src/wc/components/TabGroup/TabGroup.tsx +188 -0
- package/src/wc/components/TabGroup/tab-item-utils.ts +24 -0
- package/src/wc/components/TabGroupNav/TabGroupNav.tsx +188 -0
- package/src/wc/components/Table/Table.tsx +268 -0
- package/src/wc/components/Tag/Tag.tsx +135 -0
- package/src/wc/components/Tag/index.ts +1 -0
- package/src/wc/components/Text/Text.tsx +100 -0
- package/src/wc/components/Text/index.ts +1 -0
- package/src/wc/components/Toast/Toast.tsx +174 -0
- package/src/wc/components/Toast/toast-service.ts +60 -0
- package/src/wc/components/Toggle/Toggle.tsx +43 -0
- package/src/wc/components/Toggle/index.ts +1 -0
- package/src/wc/components/ToggleButton/ToggleButton.tsx +120 -0
- package/src/wc/components/ToggleButtonGroup/ToggleButtonGroup.tsx +118 -0
- package/src/wc/components/Tooltip/Tooltip.tsx +196 -0
- package/src/wc/components.d.ts +3028 -0
- package/dist/components/p-DV8pmt1m.js +0 -2
- package/dist/components/p-DV8pmt1m.js.map +0 -1
- package/dist/components/p-STnE_bmQ.js +0 -2
- package/dist/components/p-STnE_bmQ.js.map +0 -1
- /package/dist/components/{p-D3CwGoIu.js.map → p-COsKOwZR.js.map} +0 -0
- /package/dist/components/{p-DouEVPmi.js.map → p-Dd0GrKaF.js.map} +0 -0
- /package/dist/components/{p-BvxKLqNx.js.map → p-H89PzqGU.js.map} +0 -0
- /package/dist/components/{p-BYe8Rfdg.js.map → p-Vwlmhl4E.js.map} +0 -0
- /package/dist/components/{p-C4p1fG67.js.map → p-woooYulR.js.map} +0 -0
|
@@ -0,0 +1,3028 @@
|
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/**
|
|
4
|
+
* This is an autogenerated file created by the Stencil compiler.
|
|
5
|
+
* It contains typing information for all components that exist in this project.
|
|
6
|
+
*/
|
|
7
|
+
import { HTMLStencilElement, JSXBase } from "@stencil/core/internal";
|
|
8
|
+
import { AccordionItemData } from "./components/Accordion/Accordion";
|
|
9
|
+
import { BannerContrast, BannerIntent } from "./components/Banner/Banner";
|
|
10
|
+
import { BarNavActionItem, BarNavBackground, BarNavTab } from "./components/BarNav/BarNav";
|
|
11
|
+
import { BarNavActionBackground } from "./components/BarNavAction/BarNavAction";
|
|
12
|
+
import { BreadcrumbItem } from "./components/Breadcrumb/Breadcrumb";
|
|
13
|
+
import { ButtonBackground, ButtonContrast, ButtonElevation, ButtonIntent, ButtonSize, ButtonVariant } from "./components/Button/Button";
|
|
14
|
+
import { ButtonGroupElevation, ButtonGroupItem, ButtonGroupSize } from "./components/ButtonGroup/ButtonGroup";
|
|
15
|
+
import { CardElevation, CardRadius } from "./components/Card/Card";
|
|
16
|
+
import { DividerOrientation } from "./components/Divider/Divider";
|
|
17
|
+
import { EmptyStateType } from "./components/EmptyState/EmptyState";
|
|
18
|
+
import { FadeSide } from "./components/Fade/Fade";
|
|
19
|
+
import { HeaderBackground } from "./components/Header/Header";
|
|
20
|
+
import { IconColor, IconSize } from "./components/Icon/Icon";
|
|
21
|
+
import { InputType } from "./components/Input/Input";
|
|
22
|
+
import { LabelWrapSize } from "./components/LabelWrap/LabelWrap";
|
|
23
|
+
import { MenuAlign, MenuItemData, MenuSection, MenuSide } from "./components/Menu/Menu";
|
|
24
|
+
import { ModalWidth } from "./components/Modal/Modal";
|
|
25
|
+
import { PanelNavGroup, PanelNavRouterMode, PanelNavVariant } from "./components/PanelNav/PanelNav";
|
|
26
|
+
import { RadioOption } from "./components/RadioGroup/RadioGroup";
|
|
27
|
+
import { ScrollbarVariant } from "./components/Scrollbar/Scrollbar";
|
|
28
|
+
import { SelectOption } from "./components/Select/Select";
|
|
29
|
+
import { SidebarWidth } from "./components/Sidebar/Sidebar";
|
|
30
|
+
import { SkeletonVariant } from "./components/Skeleton/Skeleton";
|
|
31
|
+
import { SurfaceBackground, SurfaceContrast, SurfaceElement, SurfaceElevation, SurfaceIntent, SurfaceRadius } from "./components/Surface/Surface";
|
|
32
|
+
import { TabItem } from "./components/TabGroup/tab-item-utils";
|
|
33
|
+
import { TabBackground } from "./components/TabGroup/TabGroup";
|
|
34
|
+
import { TabGroupNavBackground } from "./components/TabGroupNav/TabGroupNav";
|
|
35
|
+
import { SortState, TableColumn } from "./components/Table/Table";
|
|
36
|
+
import { TagBackground, TagContrast, TagElevation, TagIntent, TagSize } from "./components/Tag/Tag";
|
|
37
|
+
import { LineTruncation, TextAlign, TextColor, TextDecoration, TextElement, TextVariant, TextWrap } from "./components/Text/Text";
|
|
38
|
+
import { ToastPosition } from "./components/Toast/Toast";
|
|
39
|
+
import { ToggleButtonBackground, ToggleButtonElevation, ToggleButtonSize } from "./components/ToggleButton/ToggleButton";
|
|
40
|
+
import { ToggleGroupBackground, ToggleGroupElevation, ToggleGroupItem, ToggleGroupSize } from "./components/ToggleButtonGroup/ToggleButtonGroup";
|
|
41
|
+
import { TooltipAlign, TooltipSide } from "./components/Tooltip/Tooltip";
|
|
42
|
+
export { AccordionItemData } from "./components/Accordion/Accordion";
|
|
43
|
+
export { BannerContrast, BannerIntent } from "./components/Banner/Banner";
|
|
44
|
+
export { BarNavActionItem, BarNavBackground, BarNavTab } from "./components/BarNav/BarNav";
|
|
45
|
+
export { BarNavActionBackground } from "./components/BarNavAction/BarNavAction";
|
|
46
|
+
export { BreadcrumbItem } from "./components/Breadcrumb/Breadcrumb";
|
|
47
|
+
export { ButtonBackground, ButtonContrast, ButtonElevation, ButtonIntent, ButtonSize, ButtonVariant } from "./components/Button/Button";
|
|
48
|
+
export { ButtonGroupElevation, ButtonGroupItem, ButtonGroupSize } from "./components/ButtonGroup/ButtonGroup";
|
|
49
|
+
export { CardElevation, CardRadius } from "./components/Card/Card";
|
|
50
|
+
export { DividerOrientation } from "./components/Divider/Divider";
|
|
51
|
+
export { EmptyStateType } from "./components/EmptyState/EmptyState";
|
|
52
|
+
export { FadeSide } from "./components/Fade/Fade";
|
|
53
|
+
export { HeaderBackground } from "./components/Header/Header";
|
|
54
|
+
export { IconColor, IconSize } from "./components/Icon/Icon";
|
|
55
|
+
export { InputType } from "./components/Input/Input";
|
|
56
|
+
export { LabelWrapSize } from "./components/LabelWrap/LabelWrap";
|
|
57
|
+
export { MenuAlign, MenuItemData, MenuSection, MenuSide } from "./components/Menu/Menu";
|
|
58
|
+
export { ModalWidth } from "./components/Modal/Modal";
|
|
59
|
+
export { PanelNavGroup, PanelNavRouterMode, PanelNavVariant } from "./components/PanelNav/PanelNav";
|
|
60
|
+
export { RadioOption } from "./components/RadioGroup/RadioGroup";
|
|
61
|
+
export { ScrollbarVariant } from "./components/Scrollbar/Scrollbar";
|
|
62
|
+
export { SelectOption } from "./components/Select/Select";
|
|
63
|
+
export { SidebarWidth } from "./components/Sidebar/Sidebar";
|
|
64
|
+
export { SkeletonVariant } from "./components/Skeleton/Skeleton";
|
|
65
|
+
export { SurfaceBackground, SurfaceContrast, SurfaceElement, SurfaceElevation, SurfaceIntent, SurfaceRadius } from "./components/Surface/Surface";
|
|
66
|
+
export { TabItem } from "./components/TabGroup/tab-item-utils";
|
|
67
|
+
export { TabBackground } from "./components/TabGroup/TabGroup";
|
|
68
|
+
export { TabGroupNavBackground } from "./components/TabGroupNav/TabGroupNav";
|
|
69
|
+
export { SortState, TableColumn } from "./components/Table/Table";
|
|
70
|
+
export { TagBackground, TagContrast, TagElevation, TagIntent, TagSize } from "./components/Tag/Tag";
|
|
71
|
+
export { LineTruncation, TextAlign, TextColor, TextDecoration, TextElement, TextVariant, TextWrap } from "./components/Text/Text";
|
|
72
|
+
export { ToastPosition } from "./components/Toast/Toast";
|
|
73
|
+
export { ToggleButtonBackground, ToggleButtonElevation, ToggleButtonSize } from "./components/ToggleButton/ToggleButton";
|
|
74
|
+
export { ToggleGroupBackground, ToggleGroupElevation, ToggleGroupItem, ToggleGroupSize } from "./components/ToggleButtonGroup/ToggleButtonGroup";
|
|
75
|
+
export { TooltipAlign, TooltipSide } from "./components/Tooltip/Tooltip";
|
|
76
|
+
export namespace Components {
|
|
77
|
+
interface DsAccordion {
|
|
78
|
+
/**
|
|
79
|
+
* Comma-separated list of expanded item IDs for controlled mode.
|
|
80
|
+
* @default ''
|
|
81
|
+
*/
|
|
82
|
+
"expandedIds": string;
|
|
83
|
+
/**
|
|
84
|
+
* @default []
|
|
85
|
+
*/
|
|
86
|
+
"items": AccordionItemData[];
|
|
87
|
+
/**
|
|
88
|
+
* @default false
|
|
89
|
+
*/
|
|
90
|
+
"multiple": boolean;
|
|
91
|
+
}
|
|
92
|
+
interface DsBadge {
|
|
93
|
+
/**
|
|
94
|
+
* @default 0
|
|
95
|
+
*/
|
|
96
|
+
"count": number;
|
|
97
|
+
/**
|
|
98
|
+
* @default false
|
|
99
|
+
*/
|
|
100
|
+
"isSelected": boolean;
|
|
101
|
+
/**
|
|
102
|
+
* Accessible label. Defaults to the count as a string.
|
|
103
|
+
*/
|
|
104
|
+
"label": string | undefined;
|
|
105
|
+
}
|
|
106
|
+
interface DsBanner {
|
|
107
|
+
/**
|
|
108
|
+
* @default 'medium'
|
|
109
|
+
*/
|
|
110
|
+
"contrast": BannerContrast;
|
|
111
|
+
/**
|
|
112
|
+
* @default 'Dismiss'
|
|
113
|
+
*/
|
|
114
|
+
"dismissLabel": string;
|
|
115
|
+
/**
|
|
116
|
+
* Renders at a fixed position (centered top) and auto-dismisses after 4 s.
|
|
117
|
+
* @default false
|
|
118
|
+
*/
|
|
119
|
+
"floating": boolean;
|
|
120
|
+
/**
|
|
121
|
+
* Renders the diagonal-stripe accent bar above the body.
|
|
122
|
+
* @default false
|
|
123
|
+
*/
|
|
124
|
+
"header": boolean;
|
|
125
|
+
/**
|
|
126
|
+
* @default 'neutral'
|
|
127
|
+
*/
|
|
128
|
+
"intent": BannerIntent;
|
|
129
|
+
/**
|
|
130
|
+
* @default ''
|
|
131
|
+
*/
|
|
132
|
+
"message": string;
|
|
133
|
+
/**
|
|
134
|
+
* @default false
|
|
135
|
+
*/
|
|
136
|
+
"showDismiss": boolean;
|
|
137
|
+
}
|
|
138
|
+
interface DsBarNav {
|
|
139
|
+
/**
|
|
140
|
+
* Action items rendered in the right section. Set via JS property: `el.actions = [...]`. Replace the array reference to update.
|
|
141
|
+
* @default []
|
|
142
|
+
*/
|
|
143
|
+
"actions": BarNavActionItem[];
|
|
144
|
+
/**
|
|
145
|
+
* JSON fallback for `actions` — useful when framework bindings don't propagate arrays.
|
|
146
|
+
* @default ''
|
|
147
|
+
*/
|
|
148
|
+
"actionsJson": string;
|
|
149
|
+
/**
|
|
150
|
+
* Surface background variant.
|
|
151
|
+
* @default 'secondary'
|
|
152
|
+
*/
|
|
153
|
+
"background": BarNavBackground;
|
|
154
|
+
/**
|
|
155
|
+
* Section base path (e.g. `/dashboard/safety`). Used with `currentUrl` to derive `value`.
|
|
156
|
+
* @default ''
|
|
157
|
+
*/
|
|
158
|
+
"basePath": string;
|
|
159
|
+
/**
|
|
160
|
+
* Current route URL. When set with `basePath`, the active tab is derived automatically.
|
|
161
|
+
* @default ''
|
|
162
|
+
*/
|
|
163
|
+
"currentUrl": string;
|
|
164
|
+
/**
|
|
165
|
+
* Fallback heading shown when no tabs are provided. When tabs are present the heading is hidden.
|
|
166
|
+
*/
|
|
167
|
+
"heading": string | undefined;
|
|
168
|
+
/**
|
|
169
|
+
* Tab items for the left section. Set via JS property: `el.tabs = [...]`. Replace the array reference to update.
|
|
170
|
+
* @default []
|
|
171
|
+
*/
|
|
172
|
+
"tabs": BarNavTab[];
|
|
173
|
+
/**
|
|
174
|
+
* JSON fallback for `tabs` — useful when framework bindings don't propagate arrays.
|
|
175
|
+
* @default ''
|
|
176
|
+
*/
|
|
177
|
+
"tabsJson": string;
|
|
178
|
+
/**
|
|
179
|
+
* ID of the currently active tab. Overridden when `currentUrl` + `basePath` are set.
|
|
180
|
+
* @default ''
|
|
181
|
+
*/
|
|
182
|
+
"value": string;
|
|
183
|
+
}
|
|
184
|
+
interface DsBarNavAction {
|
|
185
|
+
/**
|
|
186
|
+
* @default 'action'
|
|
187
|
+
*/
|
|
188
|
+
"ariaLabel": string;
|
|
189
|
+
/**
|
|
190
|
+
* Parent surface context — adjusts hover/press colours for coloured backgrounds.
|
|
191
|
+
*/
|
|
192
|
+
"background": BarNavActionBackground | undefined;
|
|
193
|
+
/**
|
|
194
|
+
* Show a notification dot (brand colour) at the top-right of the icon.
|
|
195
|
+
* @default false
|
|
196
|
+
*/
|
|
197
|
+
"dot": boolean;
|
|
198
|
+
/**
|
|
199
|
+
* Icon name passed to <ds-icon>.
|
|
200
|
+
* @default ''
|
|
201
|
+
*/
|
|
202
|
+
"icon": string;
|
|
203
|
+
/**
|
|
204
|
+
* Disables interaction.
|
|
205
|
+
* @default false
|
|
206
|
+
*/
|
|
207
|
+
"inactive": boolean;
|
|
208
|
+
/**
|
|
209
|
+
* Controlled toggle/selected state.
|
|
210
|
+
* @default false
|
|
211
|
+
*/
|
|
212
|
+
"selected": boolean;
|
|
213
|
+
}
|
|
214
|
+
interface DsBreadcrumb {
|
|
215
|
+
/**
|
|
216
|
+
* @default []
|
|
217
|
+
*/
|
|
218
|
+
"items": BreadcrumbItem[];
|
|
219
|
+
/**
|
|
220
|
+
* @default '/'
|
|
221
|
+
*/
|
|
222
|
+
"separator": string;
|
|
223
|
+
}
|
|
224
|
+
interface DsButton {
|
|
225
|
+
"ariaLabel": string | undefined;
|
|
226
|
+
"ariaLabelledby": string | undefined;
|
|
227
|
+
"background": ButtonBackground | undefined;
|
|
228
|
+
"badgeCount": number | undefined;
|
|
229
|
+
/**
|
|
230
|
+
* @default 'bold'
|
|
231
|
+
*/
|
|
232
|
+
"contrast": ButtonContrast;
|
|
233
|
+
/**
|
|
234
|
+
* @default false
|
|
235
|
+
*/
|
|
236
|
+
"dropdown": boolean;
|
|
237
|
+
"elevation": ButtonElevation | undefined;
|
|
238
|
+
/**
|
|
239
|
+
* @default false
|
|
240
|
+
*/
|
|
241
|
+
"fullWidth": boolean;
|
|
242
|
+
"href": string | undefined;
|
|
243
|
+
/**
|
|
244
|
+
* @default false
|
|
245
|
+
*/
|
|
246
|
+
"inactive": boolean;
|
|
247
|
+
/**
|
|
248
|
+
* @default 'brand'
|
|
249
|
+
*/
|
|
250
|
+
"intent": ButtonIntent;
|
|
251
|
+
"label": string | undefined;
|
|
252
|
+
/**
|
|
253
|
+
* @default false
|
|
254
|
+
*/
|
|
255
|
+
"loading": boolean;
|
|
256
|
+
/**
|
|
257
|
+
* @default false
|
|
258
|
+
*/
|
|
259
|
+
"rounded": boolean;
|
|
260
|
+
/**
|
|
261
|
+
* @default 'md'
|
|
262
|
+
*/
|
|
263
|
+
"size": ButtonSize;
|
|
264
|
+
"target": string | undefined;
|
|
265
|
+
/**
|
|
266
|
+
* @default 'button'
|
|
267
|
+
*/
|
|
268
|
+
"type": 'button' | 'submit' | 'reset';
|
|
269
|
+
/**
|
|
270
|
+
* @default 'primary'
|
|
271
|
+
*/
|
|
272
|
+
"variant": ButtonVariant;
|
|
273
|
+
"width": string | undefined;
|
|
274
|
+
}
|
|
275
|
+
interface DsButtonGroup {
|
|
276
|
+
/**
|
|
277
|
+
* Chrome level for the group container.
|
|
278
|
+
* @default 'flat'
|
|
279
|
+
*/
|
|
280
|
+
"elevation": ButtonGroupElevation;
|
|
281
|
+
/**
|
|
282
|
+
* Array of button descriptors. Set via JS property.
|
|
283
|
+
* @example el.items = [{ label: 'Filter', icon: 'Filter' }, { label: 'Sort' }];
|
|
284
|
+
* @default []
|
|
285
|
+
*/
|
|
286
|
+
"items": ButtonGroupItem[];
|
|
287
|
+
/**
|
|
288
|
+
* Pill shape for group + buttons.
|
|
289
|
+
* @default false
|
|
290
|
+
*/
|
|
291
|
+
"rounded": boolean;
|
|
292
|
+
/**
|
|
293
|
+
* Size passed to each ds-button.
|
|
294
|
+
* @default 'md'
|
|
295
|
+
*/
|
|
296
|
+
"size": ButtonGroupSize;
|
|
297
|
+
}
|
|
298
|
+
interface DsCard {
|
|
299
|
+
/**
|
|
300
|
+
* @default 'elevated'
|
|
301
|
+
*/
|
|
302
|
+
"elevation": CardElevation;
|
|
303
|
+
/**
|
|
304
|
+
* @default 'lg'
|
|
305
|
+
*/
|
|
306
|
+
"radius": CardRadius;
|
|
307
|
+
}
|
|
308
|
+
interface DsCheckbox {
|
|
309
|
+
/**
|
|
310
|
+
* @default false
|
|
311
|
+
*/
|
|
312
|
+
"checked": boolean;
|
|
313
|
+
/**
|
|
314
|
+
* @default false
|
|
315
|
+
*/
|
|
316
|
+
"inactive": boolean;
|
|
317
|
+
/**
|
|
318
|
+
* @default false
|
|
319
|
+
*/
|
|
320
|
+
"indeterminate": boolean;
|
|
321
|
+
"label": string;
|
|
322
|
+
}
|
|
323
|
+
interface DsDivider {
|
|
324
|
+
/**
|
|
325
|
+
* Direction of the divider line. Defaults to 'horizontal'.
|
|
326
|
+
* @default 'horizontal'
|
|
327
|
+
*/
|
|
328
|
+
"orientation": DividerOrientation;
|
|
329
|
+
}
|
|
330
|
+
interface DsEmptyState {
|
|
331
|
+
"message": string | undefined;
|
|
332
|
+
/**
|
|
333
|
+
* @default 'no-content'
|
|
334
|
+
*/
|
|
335
|
+
"type": EmptyStateType;
|
|
336
|
+
}
|
|
337
|
+
interface DsFade {
|
|
338
|
+
/**
|
|
339
|
+
* Background color to fade from. Defaults to var(--color-background-secondary).
|
|
340
|
+
* @default 'var(--color-background-secondary)'
|
|
341
|
+
*/
|
|
342
|
+
"background": string;
|
|
343
|
+
/**
|
|
344
|
+
* Height (or width for left/right) of the fade overlay — any CSS value.
|
|
345
|
+
*/
|
|
346
|
+
"height": string | undefined;
|
|
347
|
+
"side": FadeSide;
|
|
348
|
+
}
|
|
349
|
+
interface DsField {
|
|
350
|
+
/**
|
|
351
|
+
* ID forwarded to the slotted control via the label's `for` attribute. Auto-generated if omitted.
|
|
352
|
+
*/
|
|
353
|
+
"fieldId": string | undefined;
|
|
354
|
+
"label": string;
|
|
355
|
+
}
|
|
356
|
+
interface DsHeader {
|
|
357
|
+
/**
|
|
358
|
+
* @default 'secondary'
|
|
359
|
+
*/
|
|
360
|
+
"background": HeaderBackground;
|
|
361
|
+
"heading": string | undefined;
|
|
362
|
+
}
|
|
363
|
+
interface DsIcon {
|
|
364
|
+
/**
|
|
365
|
+
* Semantic foreground color token, or a raw CSS var reference.
|
|
366
|
+
*/
|
|
367
|
+
"color": IconColor | undefined;
|
|
368
|
+
/**
|
|
369
|
+
* Set `true` to look up from the flag icon set instead of the system icon set.
|
|
370
|
+
* @default false
|
|
371
|
+
*/
|
|
372
|
+
"flag": boolean;
|
|
373
|
+
/**
|
|
374
|
+
* Accessible label. Sets `role="img"` and `aria-label`. Omit for decorative icons.
|
|
375
|
+
*/
|
|
376
|
+
"label": string | undefined;
|
|
377
|
+
/**
|
|
378
|
+
* Name of the system icon (e.g. `"Gear"`, `"ArrowRight"`) or flag (e.g. `"US"`)
|
|
379
|
+
* @default ''
|
|
380
|
+
*/
|
|
381
|
+
"name": string;
|
|
382
|
+
/**
|
|
383
|
+
* Iconography size token. Maps to `--dimension-iconography-{size}`. Default `md` = 20 px.
|
|
384
|
+
* @default 'md'
|
|
385
|
+
*/
|
|
386
|
+
"size": IconSize;
|
|
387
|
+
}
|
|
388
|
+
interface DsInput {
|
|
389
|
+
"ariaDescribedby": string | undefined;
|
|
390
|
+
"ariaLabel": string | undefined;
|
|
391
|
+
"ariaLabelledby": string | undefined;
|
|
392
|
+
/**
|
|
393
|
+
* @default false
|
|
394
|
+
*/
|
|
395
|
+
"autoFocus": boolean;
|
|
396
|
+
/**
|
|
397
|
+
* @default false
|
|
398
|
+
*/
|
|
399
|
+
"error": boolean;
|
|
400
|
+
"errorMessage": string | undefined;
|
|
401
|
+
/**
|
|
402
|
+
* @default false
|
|
403
|
+
*/
|
|
404
|
+
"inactive": boolean;
|
|
405
|
+
/**
|
|
406
|
+
* Associates the internal input with an external <label>.
|
|
407
|
+
*/
|
|
408
|
+
"inputId": string | undefined;
|
|
409
|
+
"placeholder": string | undefined;
|
|
410
|
+
"setFocus": () => Promise<void>;
|
|
411
|
+
/**
|
|
412
|
+
* @default 'text'
|
|
413
|
+
*/
|
|
414
|
+
"type": InputType;
|
|
415
|
+
/**
|
|
416
|
+
* @default ''
|
|
417
|
+
*/
|
|
418
|
+
"value": string;
|
|
419
|
+
}
|
|
420
|
+
/**
|
|
421
|
+
* Internal utility wrapper that kills line-height struts and adds optical
|
|
422
|
+
* horizontal padding. Used inside interactive components (Button, Tag, etc.)
|
|
423
|
+
* Not intended as a standalone consumer-facing component — internal use only.
|
|
424
|
+
*/
|
|
425
|
+
interface DsLabelWrap {
|
|
426
|
+
/**
|
|
427
|
+
* Typography size — controls optical horizontal padding.
|
|
428
|
+
* @default 'md'
|
|
429
|
+
*/
|
|
430
|
+
"size": LabelWrapSize;
|
|
431
|
+
/**
|
|
432
|
+
* Enable truncation with ellipsis — use inside full-width containers.
|
|
433
|
+
* @default false
|
|
434
|
+
*/
|
|
435
|
+
"truncate": boolean;
|
|
436
|
+
}
|
|
437
|
+
interface DsLoader {
|
|
438
|
+
/**
|
|
439
|
+
* Accessible label for standalone usage. Wraps the spinner in a live region and renders the label visually-hidden. Omit when the host element already conveys busy state via aria-busy.
|
|
440
|
+
*/
|
|
441
|
+
"label": string | undefined;
|
|
442
|
+
/**
|
|
443
|
+
* Render size in px. Designed on a 16×16 viewBox; stroke scales proportionally.
|
|
444
|
+
* @default 20
|
|
445
|
+
*/
|
|
446
|
+
"size": number;
|
|
447
|
+
}
|
|
448
|
+
interface DsMenu {
|
|
449
|
+
/**
|
|
450
|
+
* @default 'start'
|
|
451
|
+
*/
|
|
452
|
+
"align": MenuAlign;
|
|
453
|
+
/**
|
|
454
|
+
* @default 0
|
|
455
|
+
*/
|
|
456
|
+
"alignOffset": number;
|
|
457
|
+
/**
|
|
458
|
+
* External trigger element to position against. Set via JS: menuEl.anchor = buttonEl
|
|
459
|
+
*/
|
|
460
|
+
"anchor": HTMLElement | undefined;
|
|
461
|
+
/**
|
|
462
|
+
* ID of the external trigger element for positioning
|
|
463
|
+
*/
|
|
464
|
+
"anchorId": string | undefined;
|
|
465
|
+
/**
|
|
466
|
+
* @default []
|
|
467
|
+
*/
|
|
468
|
+
"items": MenuItemData[];
|
|
469
|
+
"menuWidth": string | undefined;
|
|
470
|
+
"minWidth": string | undefined;
|
|
471
|
+
/**
|
|
472
|
+
* @default false
|
|
473
|
+
*/
|
|
474
|
+
"open": boolean;
|
|
475
|
+
/**
|
|
476
|
+
* @default []
|
|
477
|
+
*/
|
|
478
|
+
"sections": MenuSection[];
|
|
479
|
+
/**
|
|
480
|
+
* @default 'bottom'
|
|
481
|
+
*/
|
|
482
|
+
"side": MenuSide;
|
|
483
|
+
/**
|
|
484
|
+
* @default 4
|
|
485
|
+
*/
|
|
486
|
+
"sideOffset": number;
|
|
487
|
+
}
|
|
488
|
+
interface DsModal {
|
|
489
|
+
"heading": string;
|
|
490
|
+
/**
|
|
491
|
+
* @default 'md'
|
|
492
|
+
*/
|
|
493
|
+
"modalWidth": ModalWidth | string;
|
|
494
|
+
/**
|
|
495
|
+
* @default false
|
|
496
|
+
*/
|
|
497
|
+
"open": boolean;
|
|
498
|
+
"subtitle": string | undefined;
|
|
499
|
+
}
|
|
500
|
+
interface DsPagination {
|
|
501
|
+
/**
|
|
502
|
+
* @default false
|
|
503
|
+
*/
|
|
504
|
+
"inactive": boolean;
|
|
505
|
+
/**
|
|
506
|
+
* @default 1
|
|
507
|
+
*/
|
|
508
|
+
"page": number;
|
|
509
|
+
/**
|
|
510
|
+
* @default 1
|
|
511
|
+
*/
|
|
512
|
+
"siblingCount": number;
|
|
513
|
+
/**
|
|
514
|
+
* @default 1
|
|
515
|
+
*/
|
|
516
|
+
"totalPages": number;
|
|
517
|
+
}
|
|
518
|
+
interface DsPanelNav {
|
|
519
|
+
/**
|
|
520
|
+
* ID of the currently active/selected nav item. Overridden by `currentUrl` matching when set.
|
|
521
|
+
* @default ''
|
|
522
|
+
*/
|
|
523
|
+
"activeId": string;
|
|
524
|
+
/**
|
|
525
|
+
* Viewport width (px) below which the nav auto-collapses to icon-only mode. 0 = disabled.
|
|
526
|
+
* @default 0
|
|
527
|
+
*/
|
|
528
|
+
"breakpoint": number;
|
|
529
|
+
/**
|
|
530
|
+
* Whether the nav is in collapsed (icon-only) state. When `storageKey` is set the component manages this internally — do not also bind it from outside in that mode.
|
|
531
|
+
* @default false
|
|
532
|
+
*/
|
|
533
|
+
"collapsed": boolean;
|
|
534
|
+
/**
|
|
535
|
+
* Current route URL (e.g. `window.location.pathname` or the router's active URL). When set the component derives the active item by matching item `href` values against this string (longest segment-boundary prefix wins), overriding `activeId`.
|
|
536
|
+
* @default ''
|
|
537
|
+
*/
|
|
538
|
+
"currentUrl": string;
|
|
539
|
+
/**
|
|
540
|
+
* When `true`, the component does not run its own View Transition on variant change — it just updates the rendered surface synchronously. Use this when the host app orchestrates the page transition itself (e.g. Angular Router's `withViewTransitions`), so the two don't fight or nest.
|
|
541
|
+
* @default false
|
|
542
|
+
*/
|
|
543
|
+
"disableViewTransition": boolean;
|
|
544
|
+
/**
|
|
545
|
+
* Nav groups — set via JS property (`el.groups = [...]`) or JSON string attribute.
|
|
546
|
+
* @default '[]'
|
|
547
|
+
*/
|
|
548
|
+
"groups": string | PanelNavGroup[];
|
|
549
|
+
/**
|
|
550
|
+
* How items with `href` render: - `anchor` (default): native `<a href>` — works with routers that intercept anchors. - `event`: always `<button>`; host handles navigation via `dsNavSelect`.
|
|
551
|
+
* @default 'anchor'
|
|
552
|
+
*/
|
|
553
|
+
"routerMode": PanelNavRouterMode;
|
|
554
|
+
/**
|
|
555
|
+
* `localStorage` key used to persist the collapsed state across page loads. When set the component is self-managing for collapsed state; `dsNavToggle` still fires for consumers that want to observe the change.
|
|
556
|
+
* @default ''
|
|
557
|
+
*/
|
|
558
|
+
"storageKey": string;
|
|
559
|
+
/**
|
|
560
|
+
* Single character shown in the collapsed avatar
|
|
561
|
+
* @default ''
|
|
562
|
+
*/
|
|
563
|
+
"userInitial": string;
|
|
564
|
+
/**
|
|
565
|
+
* Display name for the footer user section
|
|
566
|
+
* @default ''
|
|
567
|
+
*/
|
|
568
|
+
"userName": string;
|
|
569
|
+
/**
|
|
570
|
+
* Visual variant: `dashboard` = always-dark surface, `settings` = light surface
|
|
571
|
+
* @default 'dashboard'
|
|
572
|
+
*/
|
|
573
|
+
"variant": PanelNavVariant;
|
|
574
|
+
}
|
|
575
|
+
interface DsRadioGroup {
|
|
576
|
+
"ariaLabel": string | undefined;
|
|
577
|
+
"ariaLabelledby": string | undefined;
|
|
578
|
+
/**
|
|
579
|
+
* @default 'vertical'
|
|
580
|
+
*/
|
|
581
|
+
"direction": 'vertical' | 'horizontal';
|
|
582
|
+
/**
|
|
583
|
+
* @default false
|
|
584
|
+
*/
|
|
585
|
+
"inactive": boolean;
|
|
586
|
+
/**
|
|
587
|
+
* @default []
|
|
588
|
+
*/
|
|
589
|
+
"options": RadioOption[];
|
|
590
|
+
/**
|
|
591
|
+
* @default ''
|
|
592
|
+
*/
|
|
593
|
+
"value": string;
|
|
594
|
+
}
|
|
595
|
+
interface DsScrollbar {
|
|
596
|
+
/**
|
|
597
|
+
* @default true
|
|
598
|
+
*/
|
|
599
|
+
"showTrackOnHover": boolean;
|
|
600
|
+
/**
|
|
601
|
+
* @default 'default'
|
|
602
|
+
*/
|
|
603
|
+
"variant": ScrollbarVariant;
|
|
604
|
+
}
|
|
605
|
+
interface DsSelect {
|
|
606
|
+
"ariaLabel": string | undefined;
|
|
607
|
+
"ariaLabelledby": string | undefined;
|
|
608
|
+
/**
|
|
609
|
+
* Disables interaction.
|
|
610
|
+
* @default false
|
|
611
|
+
*/
|
|
612
|
+
"inactive": boolean;
|
|
613
|
+
/**
|
|
614
|
+
* Array of options. Set via JS property.
|
|
615
|
+
* @example el.options = [{ label: 'Apple', value: 'apple' }];
|
|
616
|
+
* @default []
|
|
617
|
+
*/
|
|
618
|
+
"options": SelectOption[];
|
|
619
|
+
/**
|
|
620
|
+
* Placeholder shown when no value is selected.
|
|
621
|
+
* @default 'Select option'
|
|
622
|
+
*/
|
|
623
|
+
"placeholder": string;
|
|
624
|
+
/**
|
|
625
|
+
* Currently selected value.
|
|
626
|
+
* @default ''
|
|
627
|
+
*/
|
|
628
|
+
"value": string;
|
|
629
|
+
}
|
|
630
|
+
interface DsSidebar {
|
|
631
|
+
/**
|
|
632
|
+
* @default false
|
|
633
|
+
*/
|
|
634
|
+
"collapsed": boolean;
|
|
635
|
+
/**
|
|
636
|
+
* @default false
|
|
637
|
+
*/
|
|
638
|
+
"mobile": boolean;
|
|
639
|
+
/**
|
|
640
|
+
* @default true
|
|
641
|
+
*/
|
|
642
|
+
"resizable": boolean;
|
|
643
|
+
/**
|
|
644
|
+
* @default 'default'
|
|
645
|
+
*/
|
|
646
|
+
"width": SidebarWidth;
|
|
647
|
+
}
|
|
648
|
+
interface DsSkeleton {
|
|
649
|
+
/**
|
|
650
|
+
* Height as a CSS value string or number (px).
|
|
651
|
+
*/
|
|
652
|
+
"height": string | number | undefined;
|
|
653
|
+
/**
|
|
654
|
+
* Number of text lines. Only used when variant is 'text'.
|
|
655
|
+
* @default 1
|
|
656
|
+
*/
|
|
657
|
+
"lines": number;
|
|
658
|
+
/**
|
|
659
|
+
* Whether to show the shimmer animation.
|
|
660
|
+
* @default true
|
|
661
|
+
*/
|
|
662
|
+
"shimmer": boolean;
|
|
663
|
+
/**
|
|
664
|
+
* @default 'text'
|
|
665
|
+
*/
|
|
666
|
+
"variant": SkeletonVariant;
|
|
667
|
+
/**
|
|
668
|
+
* Width as a CSS value string (e.g. '200px', '100%') or number (px).
|
|
669
|
+
*/
|
|
670
|
+
"width": string | number | undefined;
|
|
671
|
+
}
|
|
672
|
+
interface DsSlider {
|
|
673
|
+
/**
|
|
674
|
+
* @default false
|
|
675
|
+
*/
|
|
676
|
+
"inactive": boolean;
|
|
677
|
+
/**
|
|
678
|
+
* Associates with an external <label>. Defaults to an auto-generated ID.
|
|
679
|
+
*/
|
|
680
|
+
"inputId": string | undefined;
|
|
681
|
+
"label": string;
|
|
682
|
+
/**
|
|
683
|
+
* @default 100
|
|
684
|
+
*/
|
|
685
|
+
"max": number;
|
|
686
|
+
/**
|
|
687
|
+
* @default 0
|
|
688
|
+
*/
|
|
689
|
+
"min": number;
|
|
690
|
+
/**
|
|
691
|
+
* @default 1
|
|
692
|
+
*/
|
|
693
|
+
"step": number;
|
|
694
|
+
/**
|
|
695
|
+
* @default 0
|
|
696
|
+
*/
|
|
697
|
+
"value": number;
|
|
698
|
+
"valueText": string | undefined;
|
|
699
|
+
}
|
|
700
|
+
interface DsSurface {
|
|
701
|
+
/**
|
|
702
|
+
* @default 'div'
|
|
703
|
+
*/
|
|
704
|
+
"as": SurfaceElement;
|
|
705
|
+
/**
|
|
706
|
+
* @default 'transparent'
|
|
707
|
+
*/
|
|
708
|
+
"background": SurfaceBackground;
|
|
709
|
+
/**
|
|
710
|
+
* @default 'faint'
|
|
711
|
+
*/
|
|
712
|
+
"contrast": SurfaceContrast;
|
|
713
|
+
/**
|
|
714
|
+
* Space-separated list of edges: "top bottom" etc. Only applies when elevation='none'.
|
|
715
|
+
*/
|
|
716
|
+
"edge": string | undefined;
|
|
717
|
+
/**
|
|
718
|
+
* @default 'none'
|
|
719
|
+
*/
|
|
720
|
+
"elevation": SurfaceElevation;
|
|
721
|
+
/**
|
|
722
|
+
* @default false
|
|
723
|
+
*/
|
|
724
|
+
"inactive": boolean;
|
|
725
|
+
"intent": SurfaceIntent | undefined;
|
|
726
|
+
/**
|
|
727
|
+
* @default false
|
|
728
|
+
*/
|
|
729
|
+
"interactive": boolean;
|
|
730
|
+
"radius": SurfaceRadius | undefined;
|
|
731
|
+
/**
|
|
732
|
+
* @default false
|
|
733
|
+
*/
|
|
734
|
+
"selected": boolean;
|
|
735
|
+
}
|
|
736
|
+
interface DsTabGroup {
|
|
737
|
+
"ariaLabel": string | undefined;
|
|
738
|
+
"ariaLabelledby": string | undefined;
|
|
739
|
+
"background": TabBackground | undefined;
|
|
740
|
+
/**
|
|
741
|
+
* @default 'horizontal'
|
|
742
|
+
*/
|
|
743
|
+
"orientation": 'horizontal' | 'vertical';
|
|
744
|
+
/**
|
|
745
|
+
* @default []
|
|
746
|
+
*/
|
|
747
|
+
"tabs": TabItem[];
|
|
748
|
+
/**
|
|
749
|
+
* @default ''
|
|
750
|
+
*/
|
|
751
|
+
"value": string;
|
|
752
|
+
}
|
|
753
|
+
interface DsTabGroupNav {
|
|
754
|
+
"ariaLabel": string | undefined;
|
|
755
|
+
"ariaLabelledby": string | undefined;
|
|
756
|
+
"background": TabGroupNavBackground | undefined;
|
|
757
|
+
/**
|
|
758
|
+
* @default 'horizontal'
|
|
759
|
+
*/
|
|
760
|
+
"orientation": 'horizontal' | 'vertical';
|
|
761
|
+
/**
|
|
762
|
+
* @default []
|
|
763
|
+
*/
|
|
764
|
+
"tabs": TabItem[];
|
|
765
|
+
/**
|
|
766
|
+
* @default ''
|
|
767
|
+
*/
|
|
768
|
+
"value": string;
|
|
769
|
+
}
|
|
770
|
+
interface DsTable {
|
|
771
|
+
/**
|
|
772
|
+
* @default []
|
|
773
|
+
*/
|
|
774
|
+
"columns": TableColumn[];
|
|
775
|
+
/**
|
|
776
|
+
* @default []
|
|
777
|
+
*/
|
|
778
|
+
"data": unknown[];
|
|
779
|
+
/**
|
|
780
|
+
* @default 'No results found.'
|
|
781
|
+
*/
|
|
782
|
+
"emptyMessage": string;
|
|
783
|
+
/**
|
|
784
|
+
* @default false
|
|
785
|
+
*/
|
|
786
|
+
"loading": boolean;
|
|
787
|
+
/**
|
|
788
|
+
* Page index (0-based). Enables built-in pagination when set alongside pageSize.
|
|
789
|
+
*/
|
|
790
|
+
"pageIndex": number | undefined;
|
|
791
|
+
/**
|
|
792
|
+
* @default 20
|
|
793
|
+
*/
|
|
794
|
+
"pageSize": number;
|
|
795
|
+
/**
|
|
796
|
+
* Comma-separated zero-based row indices that are selected.
|
|
797
|
+
* @default ''
|
|
798
|
+
*/
|
|
799
|
+
"selectedRows": string;
|
|
800
|
+
"sortState": SortState | undefined;
|
|
801
|
+
}
|
|
802
|
+
interface DsTag {
|
|
803
|
+
"background": TagBackground | undefined;
|
|
804
|
+
/**
|
|
805
|
+
* @default 'faint'
|
|
806
|
+
*/
|
|
807
|
+
"contrast": TagContrast;
|
|
808
|
+
/**
|
|
809
|
+
* @default 'none'
|
|
810
|
+
*/
|
|
811
|
+
"elevation": TagElevation;
|
|
812
|
+
/**
|
|
813
|
+
* @default false
|
|
814
|
+
*/
|
|
815
|
+
"inactive": boolean;
|
|
816
|
+
/**
|
|
817
|
+
* @default 'neutral'
|
|
818
|
+
*/
|
|
819
|
+
"intent": TagIntent;
|
|
820
|
+
/**
|
|
821
|
+
* Whether the tag has a click/toggle behavior.
|
|
822
|
+
* @default false
|
|
823
|
+
*/
|
|
824
|
+
"interactive": boolean;
|
|
825
|
+
"label": string;
|
|
826
|
+
"maxWidth": string | number | undefined;
|
|
827
|
+
/**
|
|
828
|
+
* @default false
|
|
829
|
+
*/
|
|
830
|
+
"pressed": boolean;
|
|
831
|
+
/**
|
|
832
|
+
* @default false
|
|
833
|
+
*/
|
|
834
|
+
"removable": boolean;
|
|
835
|
+
/**
|
|
836
|
+
* @default false
|
|
837
|
+
*/
|
|
838
|
+
"rounded": boolean;
|
|
839
|
+
/**
|
|
840
|
+
* @default 'md'
|
|
841
|
+
*/
|
|
842
|
+
"size": TagSize;
|
|
843
|
+
}
|
|
844
|
+
interface DsText {
|
|
845
|
+
"align": TextAlign | undefined;
|
|
846
|
+
/**
|
|
847
|
+
* @default 'p'
|
|
848
|
+
*/
|
|
849
|
+
"as": TextElement;
|
|
850
|
+
"color": TextColor | undefined;
|
|
851
|
+
"decoration": TextDecoration | undefined;
|
|
852
|
+
/**
|
|
853
|
+
* Maps to `for` attribute on <label> elements.
|
|
854
|
+
*/
|
|
855
|
+
"for": string | undefined;
|
|
856
|
+
/**
|
|
857
|
+
* @default false
|
|
858
|
+
*/
|
|
859
|
+
"italic": boolean;
|
|
860
|
+
/**
|
|
861
|
+
* @default 'none'
|
|
862
|
+
*/
|
|
863
|
+
"lineTruncation": LineTruncation;
|
|
864
|
+
/**
|
|
865
|
+
* @default 'text-body-medium'
|
|
866
|
+
*/
|
|
867
|
+
"variant": TextVariant;
|
|
868
|
+
"wrap": TextWrap | undefined;
|
|
869
|
+
}
|
|
870
|
+
interface DsToastProvider {
|
|
871
|
+
/**
|
|
872
|
+
* @default 'top-center'
|
|
873
|
+
*/
|
|
874
|
+
"position": ToastPosition;
|
|
875
|
+
}
|
|
876
|
+
interface DsToggle {
|
|
877
|
+
/**
|
|
878
|
+
* @default false
|
|
879
|
+
*/
|
|
880
|
+
"checked": boolean;
|
|
881
|
+
/**
|
|
882
|
+
* @default false
|
|
883
|
+
*/
|
|
884
|
+
"inactive": boolean;
|
|
885
|
+
}
|
|
886
|
+
interface DsToggleButton {
|
|
887
|
+
"ariaLabel": string | undefined;
|
|
888
|
+
/**
|
|
889
|
+
* Parent surface context — adjusts hover tokens for colored backgrounds.
|
|
890
|
+
*/
|
|
891
|
+
"background": ToggleButtonBackground | undefined;
|
|
892
|
+
/**
|
|
893
|
+
* Chrome level. none — ghost (transparent, no border, no shadow) flat — border only, transparent bg elevated — bg-primary + shadow [default] floating — bg-primary + FAB-strength shadow
|
|
894
|
+
* @default 'elevated'
|
|
895
|
+
*/
|
|
896
|
+
"elevation": ToggleButtonElevation;
|
|
897
|
+
/**
|
|
898
|
+
* Icon name for <ds-icon>. Set via JS property.
|
|
899
|
+
* @example el.icon = 'GridView';
|
|
900
|
+
*/
|
|
901
|
+
"icon": string | undefined;
|
|
902
|
+
/**
|
|
903
|
+
* Disables interaction.
|
|
904
|
+
* @default false
|
|
905
|
+
*/
|
|
906
|
+
"inactive": boolean;
|
|
907
|
+
/**
|
|
908
|
+
* Label text.
|
|
909
|
+
*/
|
|
910
|
+
"label": string | undefined;
|
|
911
|
+
/**
|
|
912
|
+
* Controlled pressed state.
|
|
913
|
+
* @default false
|
|
914
|
+
*/
|
|
915
|
+
"pressed": boolean;
|
|
916
|
+
/**
|
|
917
|
+
* Pill shape.
|
|
918
|
+
* @default false
|
|
919
|
+
*/
|
|
920
|
+
"rounded": boolean;
|
|
921
|
+
/**
|
|
922
|
+
* Size: md (32px), sm (24px), xs (16px).
|
|
923
|
+
* @default 'md'
|
|
924
|
+
*/
|
|
925
|
+
"size": ToggleButtonSize;
|
|
926
|
+
}
|
|
927
|
+
interface DsToggleButtonGroup {
|
|
928
|
+
/**
|
|
929
|
+
* Parent surface context.
|
|
930
|
+
*/
|
|
931
|
+
"background": ToggleGroupBackground | undefined;
|
|
932
|
+
/**
|
|
933
|
+
* Chrome level for the group container.
|
|
934
|
+
* @default 'elevated'
|
|
935
|
+
*/
|
|
936
|
+
"elevation": ToggleGroupElevation;
|
|
937
|
+
/**
|
|
938
|
+
* Array of item descriptors. Set via JS property.
|
|
939
|
+
* @example el.items = [{ id: 'list', label: 'List' }, { id: 'grid', icon: 'GridView' }];
|
|
940
|
+
* @default []
|
|
941
|
+
*/
|
|
942
|
+
"items": ToggleGroupItem[];
|
|
943
|
+
/**
|
|
944
|
+
* Pill shape for group + buttons.
|
|
945
|
+
* @default false
|
|
946
|
+
*/
|
|
947
|
+
"rounded": boolean;
|
|
948
|
+
/**
|
|
949
|
+
* Size passed to each ds-toggle-button.
|
|
950
|
+
* @default 'md'
|
|
951
|
+
*/
|
|
952
|
+
"size": ToggleGroupSize;
|
|
953
|
+
/**
|
|
954
|
+
* ID of the currently selected / pressed item.
|
|
955
|
+
* @default ''
|
|
956
|
+
*/
|
|
957
|
+
"value": string;
|
|
958
|
+
}
|
|
959
|
+
interface DsTooltip {
|
|
960
|
+
/**
|
|
961
|
+
* @default 'center'
|
|
962
|
+
*/
|
|
963
|
+
"align": TooltipAlign;
|
|
964
|
+
/**
|
|
965
|
+
* @default 0
|
|
966
|
+
*/
|
|
967
|
+
"alignOffset": number;
|
|
968
|
+
/**
|
|
969
|
+
* @default HOVER_DELAY_MS
|
|
970
|
+
*/
|
|
971
|
+
"delay": number;
|
|
972
|
+
"label": string;
|
|
973
|
+
"shortcutKey": string | undefined;
|
|
974
|
+
/**
|
|
975
|
+
* @default 'end'
|
|
976
|
+
*/
|
|
977
|
+
"shortcutKeyPosition": 'start' | 'end';
|
|
978
|
+
/**
|
|
979
|
+
* @default 'top'
|
|
980
|
+
*/
|
|
981
|
+
"side": TooltipSide;
|
|
982
|
+
/**
|
|
983
|
+
* @default 4
|
|
984
|
+
*/
|
|
985
|
+
"sideOffset": number;
|
|
986
|
+
}
|
|
987
|
+
}
|
|
988
|
+
export interface DsAccordionCustomEvent<T> extends CustomEvent<T> {
|
|
989
|
+
detail: T;
|
|
990
|
+
target: HTMLDsAccordionElement;
|
|
991
|
+
}
|
|
992
|
+
export interface DsBannerCustomEvent<T> extends CustomEvent<T> {
|
|
993
|
+
detail: T;
|
|
994
|
+
target: HTMLDsBannerElement;
|
|
995
|
+
}
|
|
996
|
+
export interface DsBarNavCustomEvent<T> extends CustomEvent<T> {
|
|
997
|
+
detail: T;
|
|
998
|
+
target: HTMLDsBarNavElement;
|
|
999
|
+
}
|
|
1000
|
+
export interface DsBarNavActionCustomEvent<T> extends CustomEvent<T> {
|
|
1001
|
+
detail: T;
|
|
1002
|
+
target: HTMLDsBarNavActionElement;
|
|
1003
|
+
}
|
|
1004
|
+
export interface DsBreadcrumbCustomEvent<T> extends CustomEvent<T> {
|
|
1005
|
+
detail: T;
|
|
1006
|
+
target: HTMLDsBreadcrumbElement;
|
|
1007
|
+
}
|
|
1008
|
+
export interface DsButtonCustomEvent<T> extends CustomEvent<T> {
|
|
1009
|
+
detail: T;
|
|
1010
|
+
target: HTMLDsButtonElement;
|
|
1011
|
+
}
|
|
1012
|
+
export interface DsButtonGroupCustomEvent<T> extends CustomEvent<T> {
|
|
1013
|
+
detail: T;
|
|
1014
|
+
target: HTMLDsButtonGroupElement;
|
|
1015
|
+
}
|
|
1016
|
+
export interface DsCheckboxCustomEvent<T> extends CustomEvent<T> {
|
|
1017
|
+
detail: T;
|
|
1018
|
+
target: HTMLDsCheckboxElement;
|
|
1019
|
+
}
|
|
1020
|
+
export interface DsInputCustomEvent<T> extends CustomEvent<T> {
|
|
1021
|
+
detail: T;
|
|
1022
|
+
target: HTMLDsInputElement;
|
|
1023
|
+
}
|
|
1024
|
+
export interface DsMenuCustomEvent<T> extends CustomEvent<T> {
|
|
1025
|
+
detail: T;
|
|
1026
|
+
target: HTMLDsMenuElement;
|
|
1027
|
+
}
|
|
1028
|
+
export interface DsModalCustomEvent<T> extends CustomEvent<T> {
|
|
1029
|
+
detail: T;
|
|
1030
|
+
target: HTMLDsModalElement;
|
|
1031
|
+
}
|
|
1032
|
+
export interface DsPaginationCustomEvent<T> extends CustomEvent<T> {
|
|
1033
|
+
detail: T;
|
|
1034
|
+
target: HTMLDsPaginationElement;
|
|
1035
|
+
}
|
|
1036
|
+
export interface DsPanelNavCustomEvent<T> extends CustomEvent<T> {
|
|
1037
|
+
detail: T;
|
|
1038
|
+
target: HTMLDsPanelNavElement;
|
|
1039
|
+
}
|
|
1040
|
+
export interface DsRadioGroupCustomEvent<T> extends CustomEvent<T> {
|
|
1041
|
+
detail: T;
|
|
1042
|
+
target: HTMLDsRadioGroupElement;
|
|
1043
|
+
}
|
|
1044
|
+
export interface DsSelectCustomEvent<T> extends CustomEvent<T> {
|
|
1045
|
+
detail: T;
|
|
1046
|
+
target: HTMLDsSelectElement;
|
|
1047
|
+
}
|
|
1048
|
+
export interface DsSidebarCustomEvent<T> extends CustomEvent<T> {
|
|
1049
|
+
detail: T;
|
|
1050
|
+
target: HTMLDsSidebarElement;
|
|
1051
|
+
}
|
|
1052
|
+
export interface DsSliderCustomEvent<T> extends CustomEvent<T> {
|
|
1053
|
+
detail: T;
|
|
1054
|
+
target: HTMLDsSliderElement;
|
|
1055
|
+
}
|
|
1056
|
+
export interface DsTabGroupCustomEvent<T> extends CustomEvent<T> {
|
|
1057
|
+
detail: T;
|
|
1058
|
+
target: HTMLDsTabGroupElement;
|
|
1059
|
+
}
|
|
1060
|
+
export interface DsTabGroupNavCustomEvent<T> extends CustomEvent<T> {
|
|
1061
|
+
detail: T;
|
|
1062
|
+
target: HTMLDsTabGroupNavElement;
|
|
1063
|
+
}
|
|
1064
|
+
export interface DsTableCustomEvent<T> extends CustomEvent<T> {
|
|
1065
|
+
detail: T;
|
|
1066
|
+
target: HTMLDsTableElement;
|
|
1067
|
+
}
|
|
1068
|
+
export interface DsTagCustomEvent<T> extends CustomEvent<T> {
|
|
1069
|
+
detail: T;
|
|
1070
|
+
target: HTMLDsTagElement;
|
|
1071
|
+
}
|
|
1072
|
+
export interface DsToggleCustomEvent<T> extends CustomEvent<T> {
|
|
1073
|
+
detail: T;
|
|
1074
|
+
target: HTMLDsToggleElement;
|
|
1075
|
+
}
|
|
1076
|
+
export interface DsToggleButtonCustomEvent<T> extends CustomEvent<T> {
|
|
1077
|
+
detail: T;
|
|
1078
|
+
target: HTMLDsToggleButtonElement;
|
|
1079
|
+
}
|
|
1080
|
+
export interface DsToggleButtonGroupCustomEvent<T> extends CustomEvent<T> {
|
|
1081
|
+
detail: T;
|
|
1082
|
+
target: HTMLDsToggleButtonGroupElement;
|
|
1083
|
+
}
|
|
1084
|
+
declare global {
|
|
1085
|
+
interface HTMLDsAccordionElementEventMap {
|
|
1086
|
+
"dsExpandedChange": string[];
|
|
1087
|
+
}
|
|
1088
|
+
interface HTMLDsAccordionElement extends Components.DsAccordion, HTMLStencilElement {
|
|
1089
|
+
addEventListener<K extends keyof HTMLDsAccordionElementEventMap>(type: K, listener: (this: HTMLDsAccordionElement, ev: DsAccordionCustomEvent<HTMLDsAccordionElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1090
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1091
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1092
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1093
|
+
removeEventListener<K extends keyof HTMLDsAccordionElementEventMap>(type: K, listener: (this: HTMLDsAccordionElement, ev: DsAccordionCustomEvent<HTMLDsAccordionElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1094
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1095
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1096
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1097
|
+
}
|
|
1098
|
+
var HTMLDsAccordionElement: {
|
|
1099
|
+
prototype: HTMLDsAccordionElement;
|
|
1100
|
+
new (): HTMLDsAccordionElement;
|
|
1101
|
+
};
|
|
1102
|
+
interface HTMLDsBadgeElement extends Components.DsBadge, HTMLStencilElement {
|
|
1103
|
+
}
|
|
1104
|
+
var HTMLDsBadgeElement: {
|
|
1105
|
+
prototype: HTMLDsBadgeElement;
|
|
1106
|
+
new (): HTMLDsBadgeElement;
|
|
1107
|
+
};
|
|
1108
|
+
interface HTMLDsBannerElementEventMap {
|
|
1109
|
+
"dsDismiss": void;
|
|
1110
|
+
}
|
|
1111
|
+
interface HTMLDsBannerElement extends Components.DsBanner, HTMLStencilElement {
|
|
1112
|
+
addEventListener<K extends keyof HTMLDsBannerElementEventMap>(type: K, listener: (this: HTMLDsBannerElement, ev: DsBannerCustomEvent<HTMLDsBannerElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1113
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1114
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1115
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1116
|
+
removeEventListener<K extends keyof HTMLDsBannerElementEventMap>(type: K, listener: (this: HTMLDsBannerElement, ev: DsBannerCustomEvent<HTMLDsBannerElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1117
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1118
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1119
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1120
|
+
}
|
|
1121
|
+
var HTMLDsBannerElement: {
|
|
1122
|
+
prototype: HTMLDsBannerElement;
|
|
1123
|
+
new (): HTMLDsBannerElement;
|
|
1124
|
+
};
|
|
1125
|
+
interface HTMLDsBarNavElementEventMap {
|
|
1126
|
+
"dsTabChange": string;
|
|
1127
|
+
"dsActionChange": { id: string; selected: boolean };
|
|
1128
|
+
}
|
|
1129
|
+
interface HTMLDsBarNavElement extends Components.DsBarNav, HTMLStencilElement {
|
|
1130
|
+
addEventListener<K extends keyof HTMLDsBarNavElementEventMap>(type: K, listener: (this: HTMLDsBarNavElement, ev: DsBarNavCustomEvent<HTMLDsBarNavElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1131
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1132
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1133
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1134
|
+
removeEventListener<K extends keyof HTMLDsBarNavElementEventMap>(type: K, listener: (this: HTMLDsBarNavElement, ev: DsBarNavCustomEvent<HTMLDsBarNavElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1135
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1136
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1137
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1138
|
+
}
|
|
1139
|
+
var HTMLDsBarNavElement: {
|
|
1140
|
+
prototype: HTMLDsBarNavElement;
|
|
1141
|
+
new (): HTMLDsBarNavElement;
|
|
1142
|
+
};
|
|
1143
|
+
interface HTMLDsBarNavActionElementEventMap {
|
|
1144
|
+
"dsChange": boolean;
|
|
1145
|
+
}
|
|
1146
|
+
interface HTMLDsBarNavActionElement extends Components.DsBarNavAction, HTMLStencilElement {
|
|
1147
|
+
addEventListener<K extends keyof HTMLDsBarNavActionElementEventMap>(type: K, listener: (this: HTMLDsBarNavActionElement, ev: DsBarNavActionCustomEvent<HTMLDsBarNavActionElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1148
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1149
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1150
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1151
|
+
removeEventListener<K extends keyof HTMLDsBarNavActionElementEventMap>(type: K, listener: (this: HTMLDsBarNavActionElement, ev: DsBarNavActionCustomEvent<HTMLDsBarNavActionElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1152
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1153
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1154
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1155
|
+
}
|
|
1156
|
+
var HTMLDsBarNavActionElement: {
|
|
1157
|
+
prototype: HTMLDsBarNavActionElement;
|
|
1158
|
+
new (): HTMLDsBarNavActionElement;
|
|
1159
|
+
};
|
|
1160
|
+
interface HTMLDsBreadcrumbElementEventMap {
|
|
1161
|
+
"dsNavigate": { item: BreadcrumbItem; index: number };
|
|
1162
|
+
}
|
|
1163
|
+
interface HTMLDsBreadcrumbElement extends Components.DsBreadcrumb, HTMLStencilElement {
|
|
1164
|
+
addEventListener<K extends keyof HTMLDsBreadcrumbElementEventMap>(type: K, listener: (this: HTMLDsBreadcrumbElement, ev: DsBreadcrumbCustomEvent<HTMLDsBreadcrumbElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1165
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1166
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1167
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1168
|
+
removeEventListener<K extends keyof HTMLDsBreadcrumbElementEventMap>(type: K, listener: (this: HTMLDsBreadcrumbElement, ev: DsBreadcrumbCustomEvent<HTMLDsBreadcrumbElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1169
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1170
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1171
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1172
|
+
}
|
|
1173
|
+
var HTMLDsBreadcrumbElement: {
|
|
1174
|
+
prototype: HTMLDsBreadcrumbElement;
|
|
1175
|
+
new (): HTMLDsBreadcrumbElement;
|
|
1176
|
+
};
|
|
1177
|
+
interface HTMLDsButtonElementEventMap {
|
|
1178
|
+
"dsClick": MouseEvent;
|
|
1179
|
+
"dsMouseEnter": MouseEvent;
|
|
1180
|
+
"dsMouseLeave": MouseEvent;
|
|
1181
|
+
}
|
|
1182
|
+
interface HTMLDsButtonElement extends Components.DsButton, HTMLStencilElement {
|
|
1183
|
+
addEventListener<K extends keyof HTMLDsButtonElementEventMap>(type: K, listener: (this: HTMLDsButtonElement, ev: DsButtonCustomEvent<HTMLDsButtonElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1184
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1185
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1186
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1187
|
+
removeEventListener<K extends keyof HTMLDsButtonElementEventMap>(type: K, listener: (this: HTMLDsButtonElement, ev: DsButtonCustomEvent<HTMLDsButtonElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1188
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1189
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1190
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1191
|
+
}
|
|
1192
|
+
var HTMLDsButtonElement: {
|
|
1193
|
+
prototype: HTMLDsButtonElement;
|
|
1194
|
+
new (): HTMLDsButtonElement;
|
|
1195
|
+
};
|
|
1196
|
+
interface HTMLDsButtonGroupElementEventMap {
|
|
1197
|
+
"dsClick": number;
|
|
1198
|
+
}
|
|
1199
|
+
interface HTMLDsButtonGroupElement extends Components.DsButtonGroup, HTMLStencilElement {
|
|
1200
|
+
addEventListener<K extends keyof HTMLDsButtonGroupElementEventMap>(type: K, listener: (this: HTMLDsButtonGroupElement, ev: DsButtonGroupCustomEvent<HTMLDsButtonGroupElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1201
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1202
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1203
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1204
|
+
removeEventListener<K extends keyof HTMLDsButtonGroupElementEventMap>(type: K, listener: (this: HTMLDsButtonGroupElement, ev: DsButtonGroupCustomEvent<HTMLDsButtonGroupElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1205
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1206
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1207
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1208
|
+
}
|
|
1209
|
+
var HTMLDsButtonGroupElement: {
|
|
1210
|
+
prototype: HTMLDsButtonGroupElement;
|
|
1211
|
+
new (): HTMLDsButtonGroupElement;
|
|
1212
|
+
};
|
|
1213
|
+
interface HTMLDsCardElement extends Components.DsCard, HTMLStencilElement {
|
|
1214
|
+
}
|
|
1215
|
+
var HTMLDsCardElement: {
|
|
1216
|
+
prototype: HTMLDsCardElement;
|
|
1217
|
+
new (): HTMLDsCardElement;
|
|
1218
|
+
};
|
|
1219
|
+
interface HTMLDsCheckboxElementEventMap {
|
|
1220
|
+
"dsChange": boolean;
|
|
1221
|
+
}
|
|
1222
|
+
interface HTMLDsCheckboxElement extends Components.DsCheckbox, HTMLStencilElement {
|
|
1223
|
+
addEventListener<K extends keyof HTMLDsCheckboxElementEventMap>(type: K, listener: (this: HTMLDsCheckboxElement, ev: DsCheckboxCustomEvent<HTMLDsCheckboxElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1224
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1225
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1226
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1227
|
+
removeEventListener<K extends keyof HTMLDsCheckboxElementEventMap>(type: K, listener: (this: HTMLDsCheckboxElement, ev: DsCheckboxCustomEvent<HTMLDsCheckboxElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1228
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1229
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1230
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1231
|
+
}
|
|
1232
|
+
var HTMLDsCheckboxElement: {
|
|
1233
|
+
prototype: HTMLDsCheckboxElement;
|
|
1234
|
+
new (): HTMLDsCheckboxElement;
|
|
1235
|
+
};
|
|
1236
|
+
interface HTMLDsDividerElement extends Components.DsDivider, HTMLStencilElement {
|
|
1237
|
+
}
|
|
1238
|
+
var HTMLDsDividerElement: {
|
|
1239
|
+
prototype: HTMLDsDividerElement;
|
|
1240
|
+
new (): HTMLDsDividerElement;
|
|
1241
|
+
};
|
|
1242
|
+
interface HTMLDsEmptyStateElement extends Components.DsEmptyState, HTMLStencilElement {
|
|
1243
|
+
}
|
|
1244
|
+
var HTMLDsEmptyStateElement: {
|
|
1245
|
+
prototype: HTMLDsEmptyStateElement;
|
|
1246
|
+
new (): HTMLDsEmptyStateElement;
|
|
1247
|
+
};
|
|
1248
|
+
interface HTMLDsFadeElement extends Components.DsFade, HTMLStencilElement {
|
|
1249
|
+
}
|
|
1250
|
+
var HTMLDsFadeElement: {
|
|
1251
|
+
prototype: HTMLDsFadeElement;
|
|
1252
|
+
new (): HTMLDsFadeElement;
|
|
1253
|
+
};
|
|
1254
|
+
interface HTMLDsFieldElement extends Components.DsField, HTMLStencilElement {
|
|
1255
|
+
}
|
|
1256
|
+
var HTMLDsFieldElement: {
|
|
1257
|
+
prototype: HTMLDsFieldElement;
|
|
1258
|
+
new (): HTMLDsFieldElement;
|
|
1259
|
+
};
|
|
1260
|
+
interface HTMLDsHeaderElement extends Components.DsHeader, HTMLStencilElement {
|
|
1261
|
+
}
|
|
1262
|
+
var HTMLDsHeaderElement: {
|
|
1263
|
+
prototype: HTMLDsHeaderElement;
|
|
1264
|
+
new (): HTMLDsHeaderElement;
|
|
1265
|
+
};
|
|
1266
|
+
interface HTMLDsIconElement extends Components.DsIcon, HTMLStencilElement {
|
|
1267
|
+
}
|
|
1268
|
+
var HTMLDsIconElement: {
|
|
1269
|
+
prototype: HTMLDsIconElement;
|
|
1270
|
+
new (): HTMLDsIconElement;
|
|
1271
|
+
};
|
|
1272
|
+
interface HTMLDsInputElementEventMap {
|
|
1273
|
+
"dsChange": string;
|
|
1274
|
+
"dsClear": void;
|
|
1275
|
+
}
|
|
1276
|
+
interface HTMLDsInputElement extends Components.DsInput, HTMLStencilElement {
|
|
1277
|
+
addEventListener<K extends keyof HTMLDsInputElementEventMap>(type: K, listener: (this: HTMLDsInputElement, ev: DsInputCustomEvent<HTMLDsInputElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1278
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1279
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1280
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1281
|
+
removeEventListener<K extends keyof HTMLDsInputElementEventMap>(type: K, listener: (this: HTMLDsInputElement, ev: DsInputCustomEvent<HTMLDsInputElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1282
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1283
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1284
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1285
|
+
}
|
|
1286
|
+
var HTMLDsInputElement: {
|
|
1287
|
+
prototype: HTMLDsInputElement;
|
|
1288
|
+
new (): HTMLDsInputElement;
|
|
1289
|
+
};
|
|
1290
|
+
/**
|
|
1291
|
+
* Internal utility wrapper that kills line-height struts and adds optical
|
|
1292
|
+
* horizontal padding. Used inside interactive components (Button, Tag, etc.)
|
|
1293
|
+
* Not intended as a standalone consumer-facing component — internal use only.
|
|
1294
|
+
*/
|
|
1295
|
+
interface HTMLDsLabelWrapElement extends Components.DsLabelWrap, HTMLStencilElement {
|
|
1296
|
+
}
|
|
1297
|
+
var HTMLDsLabelWrapElement: {
|
|
1298
|
+
prototype: HTMLDsLabelWrapElement;
|
|
1299
|
+
new (): HTMLDsLabelWrapElement;
|
|
1300
|
+
};
|
|
1301
|
+
interface HTMLDsLoaderElement extends Components.DsLoader, HTMLStencilElement {
|
|
1302
|
+
}
|
|
1303
|
+
var HTMLDsLoaderElement: {
|
|
1304
|
+
prototype: HTMLDsLoaderElement;
|
|
1305
|
+
new (): HTMLDsLoaderElement;
|
|
1306
|
+
};
|
|
1307
|
+
interface HTMLDsMenuElementEventMap {
|
|
1308
|
+
"dsClose": void;
|
|
1309
|
+
"dsSelect": MenuItemData;
|
|
1310
|
+
}
|
|
1311
|
+
interface HTMLDsMenuElement extends Components.DsMenu, HTMLStencilElement {
|
|
1312
|
+
addEventListener<K extends keyof HTMLDsMenuElementEventMap>(type: K, listener: (this: HTMLDsMenuElement, ev: DsMenuCustomEvent<HTMLDsMenuElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1313
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1314
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1315
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1316
|
+
removeEventListener<K extends keyof HTMLDsMenuElementEventMap>(type: K, listener: (this: HTMLDsMenuElement, ev: DsMenuCustomEvent<HTMLDsMenuElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1317
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1318
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1319
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1320
|
+
}
|
|
1321
|
+
var HTMLDsMenuElement: {
|
|
1322
|
+
prototype: HTMLDsMenuElement;
|
|
1323
|
+
new (): HTMLDsMenuElement;
|
|
1324
|
+
};
|
|
1325
|
+
interface HTMLDsModalElementEventMap {
|
|
1326
|
+
"dsClose": void;
|
|
1327
|
+
}
|
|
1328
|
+
interface HTMLDsModalElement extends Components.DsModal, HTMLStencilElement {
|
|
1329
|
+
addEventListener<K extends keyof HTMLDsModalElementEventMap>(type: K, listener: (this: HTMLDsModalElement, ev: DsModalCustomEvent<HTMLDsModalElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1330
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1331
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1332
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1333
|
+
removeEventListener<K extends keyof HTMLDsModalElementEventMap>(type: K, listener: (this: HTMLDsModalElement, ev: DsModalCustomEvent<HTMLDsModalElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1334
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1335
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1336
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1337
|
+
}
|
|
1338
|
+
var HTMLDsModalElement: {
|
|
1339
|
+
prototype: HTMLDsModalElement;
|
|
1340
|
+
new (): HTMLDsModalElement;
|
|
1341
|
+
};
|
|
1342
|
+
interface HTMLDsPaginationElementEventMap {
|
|
1343
|
+
"dsPageChange": number;
|
|
1344
|
+
}
|
|
1345
|
+
interface HTMLDsPaginationElement extends Components.DsPagination, HTMLStencilElement {
|
|
1346
|
+
addEventListener<K extends keyof HTMLDsPaginationElementEventMap>(type: K, listener: (this: HTMLDsPaginationElement, ev: DsPaginationCustomEvent<HTMLDsPaginationElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1347
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1348
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1349
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1350
|
+
removeEventListener<K extends keyof HTMLDsPaginationElementEventMap>(type: K, listener: (this: HTMLDsPaginationElement, ev: DsPaginationCustomEvent<HTMLDsPaginationElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1351
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1352
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1353
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1354
|
+
}
|
|
1355
|
+
var HTMLDsPaginationElement: {
|
|
1356
|
+
prototype: HTMLDsPaginationElement;
|
|
1357
|
+
new (): HTMLDsPaginationElement;
|
|
1358
|
+
};
|
|
1359
|
+
interface HTMLDsPanelNavElementEventMap {
|
|
1360
|
+
"dsNavSelect": string;
|
|
1361
|
+
"dsNavToggle": boolean;
|
|
1362
|
+
"dsNavFooterAction": void;
|
|
1363
|
+
"dsNavUserAction": void;
|
|
1364
|
+
}
|
|
1365
|
+
interface HTMLDsPanelNavElement extends Components.DsPanelNav, HTMLStencilElement {
|
|
1366
|
+
addEventListener<K extends keyof HTMLDsPanelNavElementEventMap>(type: K, listener: (this: HTMLDsPanelNavElement, ev: DsPanelNavCustomEvent<HTMLDsPanelNavElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1367
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1368
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1369
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1370
|
+
removeEventListener<K extends keyof HTMLDsPanelNavElementEventMap>(type: K, listener: (this: HTMLDsPanelNavElement, ev: DsPanelNavCustomEvent<HTMLDsPanelNavElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1371
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1372
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1373
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1374
|
+
}
|
|
1375
|
+
var HTMLDsPanelNavElement: {
|
|
1376
|
+
prototype: HTMLDsPanelNavElement;
|
|
1377
|
+
new (): HTMLDsPanelNavElement;
|
|
1378
|
+
};
|
|
1379
|
+
interface HTMLDsRadioGroupElementEventMap {
|
|
1380
|
+
"dsChange": string;
|
|
1381
|
+
}
|
|
1382
|
+
interface HTMLDsRadioGroupElement extends Components.DsRadioGroup, HTMLStencilElement {
|
|
1383
|
+
addEventListener<K extends keyof HTMLDsRadioGroupElementEventMap>(type: K, listener: (this: HTMLDsRadioGroupElement, ev: DsRadioGroupCustomEvent<HTMLDsRadioGroupElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1384
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1385
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1386
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1387
|
+
removeEventListener<K extends keyof HTMLDsRadioGroupElementEventMap>(type: K, listener: (this: HTMLDsRadioGroupElement, ev: DsRadioGroupCustomEvent<HTMLDsRadioGroupElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1388
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1389
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1390
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1391
|
+
}
|
|
1392
|
+
var HTMLDsRadioGroupElement: {
|
|
1393
|
+
prototype: HTMLDsRadioGroupElement;
|
|
1394
|
+
new (): HTMLDsRadioGroupElement;
|
|
1395
|
+
};
|
|
1396
|
+
interface HTMLDsScrollbarElement extends Components.DsScrollbar, HTMLStencilElement {
|
|
1397
|
+
}
|
|
1398
|
+
var HTMLDsScrollbarElement: {
|
|
1399
|
+
prototype: HTMLDsScrollbarElement;
|
|
1400
|
+
new (): HTMLDsScrollbarElement;
|
|
1401
|
+
};
|
|
1402
|
+
interface HTMLDsSelectElementEventMap {
|
|
1403
|
+
"dsChange": string;
|
|
1404
|
+
}
|
|
1405
|
+
interface HTMLDsSelectElement extends Components.DsSelect, HTMLStencilElement {
|
|
1406
|
+
addEventListener<K extends keyof HTMLDsSelectElementEventMap>(type: K, listener: (this: HTMLDsSelectElement, ev: DsSelectCustomEvent<HTMLDsSelectElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1407
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1408
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1409
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1410
|
+
removeEventListener<K extends keyof HTMLDsSelectElementEventMap>(type: K, listener: (this: HTMLDsSelectElement, ev: DsSelectCustomEvent<HTMLDsSelectElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1411
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1412
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1413
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1414
|
+
}
|
|
1415
|
+
var HTMLDsSelectElement: {
|
|
1416
|
+
prototype: HTMLDsSelectElement;
|
|
1417
|
+
new (): HTMLDsSelectElement;
|
|
1418
|
+
};
|
|
1419
|
+
interface HTMLDsSidebarElementEventMap {
|
|
1420
|
+
"dsToggle": void;
|
|
1421
|
+
"dsWidthChange": SidebarWidth;
|
|
1422
|
+
}
|
|
1423
|
+
interface HTMLDsSidebarElement extends Components.DsSidebar, HTMLStencilElement {
|
|
1424
|
+
addEventListener<K extends keyof HTMLDsSidebarElementEventMap>(type: K, listener: (this: HTMLDsSidebarElement, ev: DsSidebarCustomEvent<HTMLDsSidebarElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1425
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1426
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1427
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1428
|
+
removeEventListener<K extends keyof HTMLDsSidebarElementEventMap>(type: K, listener: (this: HTMLDsSidebarElement, ev: DsSidebarCustomEvent<HTMLDsSidebarElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1429
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1430
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1431
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1432
|
+
}
|
|
1433
|
+
var HTMLDsSidebarElement: {
|
|
1434
|
+
prototype: HTMLDsSidebarElement;
|
|
1435
|
+
new (): HTMLDsSidebarElement;
|
|
1436
|
+
};
|
|
1437
|
+
interface HTMLDsSkeletonElement extends Components.DsSkeleton, HTMLStencilElement {
|
|
1438
|
+
}
|
|
1439
|
+
var HTMLDsSkeletonElement: {
|
|
1440
|
+
prototype: HTMLDsSkeletonElement;
|
|
1441
|
+
new (): HTMLDsSkeletonElement;
|
|
1442
|
+
};
|
|
1443
|
+
interface HTMLDsSliderElementEventMap {
|
|
1444
|
+
"dsChange": number;
|
|
1445
|
+
}
|
|
1446
|
+
interface HTMLDsSliderElement extends Components.DsSlider, HTMLStencilElement {
|
|
1447
|
+
addEventListener<K extends keyof HTMLDsSliderElementEventMap>(type: K, listener: (this: HTMLDsSliderElement, ev: DsSliderCustomEvent<HTMLDsSliderElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1448
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1449
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1450
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1451
|
+
removeEventListener<K extends keyof HTMLDsSliderElementEventMap>(type: K, listener: (this: HTMLDsSliderElement, ev: DsSliderCustomEvent<HTMLDsSliderElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1452
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1453
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1454
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1455
|
+
}
|
|
1456
|
+
var HTMLDsSliderElement: {
|
|
1457
|
+
prototype: HTMLDsSliderElement;
|
|
1458
|
+
new (): HTMLDsSliderElement;
|
|
1459
|
+
};
|
|
1460
|
+
interface HTMLDsSurfaceElement extends Components.DsSurface, HTMLStencilElement {
|
|
1461
|
+
}
|
|
1462
|
+
var HTMLDsSurfaceElement: {
|
|
1463
|
+
prototype: HTMLDsSurfaceElement;
|
|
1464
|
+
new (): HTMLDsSurfaceElement;
|
|
1465
|
+
};
|
|
1466
|
+
interface HTMLDsTabGroupElementEventMap {
|
|
1467
|
+
"dsChange": string;
|
|
1468
|
+
}
|
|
1469
|
+
interface HTMLDsTabGroupElement extends Components.DsTabGroup, HTMLStencilElement {
|
|
1470
|
+
addEventListener<K extends keyof HTMLDsTabGroupElementEventMap>(type: K, listener: (this: HTMLDsTabGroupElement, ev: DsTabGroupCustomEvent<HTMLDsTabGroupElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1471
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1472
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1473
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1474
|
+
removeEventListener<K extends keyof HTMLDsTabGroupElementEventMap>(type: K, listener: (this: HTMLDsTabGroupElement, ev: DsTabGroupCustomEvent<HTMLDsTabGroupElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1475
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1476
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1477
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1478
|
+
}
|
|
1479
|
+
var HTMLDsTabGroupElement: {
|
|
1480
|
+
prototype: HTMLDsTabGroupElement;
|
|
1481
|
+
new (): HTMLDsTabGroupElement;
|
|
1482
|
+
};
|
|
1483
|
+
interface HTMLDsTabGroupNavElementEventMap {
|
|
1484
|
+
"dsChange": string;
|
|
1485
|
+
}
|
|
1486
|
+
interface HTMLDsTabGroupNavElement extends Components.DsTabGroupNav, HTMLStencilElement {
|
|
1487
|
+
addEventListener<K extends keyof HTMLDsTabGroupNavElementEventMap>(type: K, listener: (this: HTMLDsTabGroupNavElement, ev: DsTabGroupNavCustomEvent<HTMLDsTabGroupNavElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1488
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1489
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1490
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1491
|
+
removeEventListener<K extends keyof HTMLDsTabGroupNavElementEventMap>(type: K, listener: (this: HTMLDsTabGroupNavElement, ev: DsTabGroupNavCustomEvent<HTMLDsTabGroupNavElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1492
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1493
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1494
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1495
|
+
}
|
|
1496
|
+
var HTMLDsTabGroupNavElement: {
|
|
1497
|
+
prototype: HTMLDsTabGroupNavElement;
|
|
1498
|
+
new (): HTMLDsTabGroupNavElement;
|
|
1499
|
+
};
|
|
1500
|
+
interface HTMLDsTableElementEventMap {
|
|
1501
|
+
"dsSort": { columnId: string };
|
|
1502
|
+
"dsRowClick": { row: unknown; rowIndex: number };
|
|
1503
|
+
"dsPageChange": { pageIndex: number };
|
|
1504
|
+
}
|
|
1505
|
+
interface HTMLDsTableElement extends Components.DsTable, HTMLStencilElement {
|
|
1506
|
+
addEventListener<K extends keyof HTMLDsTableElementEventMap>(type: K, listener: (this: HTMLDsTableElement, ev: DsTableCustomEvent<HTMLDsTableElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1507
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1508
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1509
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1510
|
+
removeEventListener<K extends keyof HTMLDsTableElementEventMap>(type: K, listener: (this: HTMLDsTableElement, ev: DsTableCustomEvent<HTMLDsTableElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1511
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1512
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1513
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1514
|
+
}
|
|
1515
|
+
var HTMLDsTableElement: {
|
|
1516
|
+
prototype: HTMLDsTableElement;
|
|
1517
|
+
new (): HTMLDsTableElement;
|
|
1518
|
+
};
|
|
1519
|
+
interface HTMLDsTagElementEventMap {
|
|
1520
|
+
"dsRemove": void;
|
|
1521
|
+
"dsClick": void;
|
|
1522
|
+
"dsPressedChange": boolean;
|
|
1523
|
+
}
|
|
1524
|
+
interface HTMLDsTagElement extends Components.DsTag, HTMLStencilElement {
|
|
1525
|
+
addEventListener<K extends keyof HTMLDsTagElementEventMap>(type: K, listener: (this: HTMLDsTagElement, ev: DsTagCustomEvent<HTMLDsTagElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1526
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1527
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1528
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1529
|
+
removeEventListener<K extends keyof HTMLDsTagElementEventMap>(type: K, listener: (this: HTMLDsTagElement, ev: DsTagCustomEvent<HTMLDsTagElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1530
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1531
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1532
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1533
|
+
}
|
|
1534
|
+
var HTMLDsTagElement: {
|
|
1535
|
+
prototype: HTMLDsTagElement;
|
|
1536
|
+
new (): HTMLDsTagElement;
|
|
1537
|
+
};
|
|
1538
|
+
interface HTMLDsTextElement extends Components.DsText, HTMLStencilElement {
|
|
1539
|
+
}
|
|
1540
|
+
var HTMLDsTextElement: {
|
|
1541
|
+
prototype: HTMLDsTextElement;
|
|
1542
|
+
new (): HTMLDsTextElement;
|
|
1543
|
+
};
|
|
1544
|
+
interface HTMLDsToastProviderElement extends Components.DsToastProvider, HTMLStencilElement {
|
|
1545
|
+
}
|
|
1546
|
+
var HTMLDsToastProviderElement: {
|
|
1547
|
+
prototype: HTMLDsToastProviderElement;
|
|
1548
|
+
new (): HTMLDsToastProviderElement;
|
|
1549
|
+
};
|
|
1550
|
+
interface HTMLDsToggleElementEventMap {
|
|
1551
|
+
"dsChange": boolean;
|
|
1552
|
+
}
|
|
1553
|
+
interface HTMLDsToggleElement extends Components.DsToggle, HTMLStencilElement {
|
|
1554
|
+
addEventListener<K extends keyof HTMLDsToggleElementEventMap>(type: K, listener: (this: HTMLDsToggleElement, ev: DsToggleCustomEvent<HTMLDsToggleElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1555
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1556
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1557
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1558
|
+
removeEventListener<K extends keyof HTMLDsToggleElementEventMap>(type: K, listener: (this: HTMLDsToggleElement, ev: DsToggleCustomEvent<HTMLDsToggleElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1559
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1560
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1561
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1562
|
+
}
|
|
1563
|
+
var HTMLDsToggleElement: {
|
|
1564
|
+
prototype: HTMLDsToggleElement;
|
|
1565
|
+
new (): HTMLDsToggleElement;
|
|
1566
|
+
};
|
|
1567
|
+
interface HTMLDsToggleButtonElementEventMap {
|
|
1568
|
+
"dsChange": boolean;
|
|
1569
|
+
}
|
|
1570
|
+
interface HTMLDsToggleButtonElement extends Components.DsToggleButton, HTMLStencilElement {
|
|
1571
|
+
addEventListener<K extends keyof HTMLDsToggleButtonElementEventMap>(type: K, listener: (this: HTMLDsToggleButtonElement, ev: DsToggleButtonCustomEvent<HTMLDsToggleButtonElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1572
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1573
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1574
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1575
|
+
removeEventListener<K extends keyof HTMLDsToggleButtonElementEventMap>(type: K, listener: (this: HTMLDsToggleButtonElement, ev: DsToggleButtonCustomEvent<HTMLDsToggleButtonElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1576
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1577
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1578
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1579
|
+
}
|
|
1580
|
+
var HTMLDsToggleButtonElement: {
|
|
1581
|
+
prototype: HTMLDsToggleButtonElement;
|
|
1582
|
+
new (): HTMLDsToggleButtonElement;
|
|
1583
|
+
};
|
|
1584
|
+
interface HTMLDsToggleButtonGroupElementEventMap {
|
|
1585
|
+
"dsChange": string;
|
|
1586
|
+
}
|
|
1587
|
+
interface HTMLDsToggleButtonGroupElement extends Components.DsToggleButtonGroup, HTMLStencilElement {
|
|
1588
|
+
addEventListener<K extends keyof HTMLDsToggleButtonGroupElementEventMap>(type: K, listener: (this: HTMLDsToggleButtonGroupElement, ev: DsToggleButtonGroupCustomEvent<HTMLDsToggleButtonGroupElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1589
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1590
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1591
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1592
|
+
removeEventListener<K extends keyof HTMLDsToggleButtonGroupElementEventMap>(type: K, listener: (this: HTMLDsToggleButtonGroupElement, ev: DsToggleButtonGroupCustomEvent<HTMLDsToggleButtonGroupElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1593
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1594
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1595
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1596
|
+
}
|
|
1597
|
+
var HTMLDsToggleButtonGroupElement: {
|
|
1598
|
+
prototype: HTMLDsToggleButtonGroupElement;
|
|
1599
|
+
new (): HTMLDsToggleButtonGroupElement;
|
|
1600
|
+
};
|
|
1601
|
+
interface HTMLDsTooltipElement extends Components.DsTooltip, HTMLStencilElement {
|
|
1602
|
+
}
|
|
1603
|
+
var HTMLDsTooltipElement: {
|
|
1604
|
+
prototype: HTMLDsTooltipElement;
|
|
1605
|
+
new (): HTMLDsTooltipElement;
|
|
1606
|
+
};
|
|
1607
|
+
interface HTMLElementTagNameMap {
|
|
1608
|
+
"ds-accordion": HTMLDsAccordionElement;
|
|
1609
|
+
"ds-badge": HTMLDsBadgeElement;
|
|
1610
|
+
"ds-banner": HTMLDsBannerElement;
|
|
1611
|
+
"ds-bar-nav": HTMLDsBarNavElement;
|
|
1612
|
+
"ds-bar-nav-action": HTMLDsBarNavActionElement;
|
|
1613
|
+
"ds-breadcrumb": HTMLDsBreadcrumbElement;
|
|
1614
|
+
"ds-button": HTMLDsButtonElement;
|
|
1615
|
+
"ds-button-group": HTMLDsButtonGroupElement;
|
|
1616
|
+
"ds-card": HTMLDsCardElement;
|
|
1617
|
+
"ds-checkbox": HTMLDsCheckboxElement;
|
|
1618
|
+
"ds-divider": HTMLDsDividerElement;
|
|
1619
|
+
"ds-empty-state": HTMLDsEmptyStateElement;
|
|
1620
|
+
"ds-fade": HTMLDsFadeElement;
|
|
1621
|
+
"ds-field": HTMLDsFieldElement;
|
|
1622
|
+
"ds-header": HTMLDsHeaderElement;
|
|
1623
|
+
"ds-icon": HTMLDsIconElement;
|
|
1624
|
+
"ds-input": HTMLDsInputElement;
|
|
1625
|
+
"ds-label-wrap": HTMLDsLabelWrapElement;
|
|
1626
|
+
"ds-loader": HTMLDsLoaderElement;
|
|
1627
|
+
"ds-menu": HTMLDsMenuElement;
|
|
1628
|
+
"ds-modal": HTMLDsModalElement;
|
|
1629
|
+
"ds-pagination": HTMLDsPaginationElement;
|
|
1630
|
+
"ds-panel-nav": HTMLDsPanelNavElement;
|
|
1631
|
+
"ds-radio-group": HTMLDsRadioGroupElement;
|
|
1632
|
+
"ds-scrollbar": HTMLDsScrollbarElement;
|
|
1633
|
+
"ds-select": HTMLDsSelectElement;
|
|
1634
|
+
"ds-sidebar": HTMLDsSidebarElement;
|
|
1635
|
+
"ds-skeleton": HTMLDsSkeletonElement;
|
|
1636
|
+
"ds-slider": HTMLDsSliderElement;
|
|
1637
|
+
"ds-surface": HTMLDsSurfaceElement;
|
|
1638
|
+
"ds-tab-group": HTMLDsTabGroupElement;
|
|
1639
|
+
"ds-tab-group-nav": HTMLDsTabGroupNavElement;
|
|
1640
|
+
"ds-table": HTMLDsTableElement;
|
|
1641
|
+
"ds-tag": HTMLDsTagElement;
|
|
1642
|
+
"ds-text": HTMLDsTextElement;
|
|
1643
|
+
"ds-toast-provider": HTMLDsToastProviderElement;
|
|
1644
|
+
"ds-toggle": HTMLDsToggleElement;
|
|
1645
|
+
"ds-toggle-button": HTMLDsToggleButtonElement;
|
|
1646
|
+
"ds-toggle-button-group": HTMLDsToggleButtonGroupElement;
|
|
1647
|
+
"ds-tooltip": HTMLDsTooltipElement;
|
|
1648
|
+
}
|
|
1649
|
+
}
|
|
1650
|
+
declare namespace LocalJSX {
|
|
1651
|
+
type OneOf<K extends string, PropT, AttrT = PropT> = { [P in K]: PropT } & { [P in `attr:${K}` | `prop:${K}`]?: never } | { [P in `attr:${K}`]: AttrT } & { [P in K | `prop:${K}`]?: never } | { [P in `prop:${K}`]: PropT } & { [P in K | `attr:${K}`]?: never };
|
|
1652
|
+
|
|
1653
|
+
interface DsAccordion {
|
|
1654
|
+
/**
|
|
1655
|
+
* Comma-separated list of expanded item IDs for controlled mode.
|
|
1656
|
+
* @default ''
|
|
1657
|
+
*/
|
|
1658
|
+
"expandedIds"?: string;
|
|
1659
|
+
/**
|
|
1660
|
+
* @default []
|
|
1661
|
+
*/
|
|
1662
|
+
"items"?: AccordionItemData[];
|
|
1663
|
+
/**
|
|
1664
|
+
* @default false
|
|
1665
|
+
*/
|
|
1666
|
+
"multiple"?: boolean;
|
|
1667
|
+
"onDsExpandedChange"?: (event: DsAccordionCustomEvent<string[]>) => void;
|
|
1668
|
+
}
|
|
1669
|
+
interface DsBadge {
|
|
1670
|
+
/**
|
|
1671
|
+
* @default 0
|
|
1672
|
+
*/
|
|
1673
|
+
"count"?: number;
|
|
1674
|
+
/**
|
|
1675
|
+
* @default false
|
|
1676
|
+
*/
|
|
1677
|
+
"isSelected"?: boolean;
|
|
1678
|
+
/**
|
|
1679
|
+
* Accessible label. Defaults to the count as a string.
|
|
1680
|
+
*/
|
|
1681
|
+
"label"?: string | undefined;
|
|
1682
|
+
}
|
|
1683
|
+
interface DsBanner {
|
|
1684
|
+
/**
|
|
1685
|
+
* @default 'medium'
|
|
1686
|
+
*/
|
|
1687
|
+
"contrast"?: BannerContrast;
|
|
1688
|
+
/**
|
|
1689
|
+
* @default 'Dismiss'
|
|
1690
|
+
*/
|
|
1691
|
+
"dismissLabel"?: string;
|
|
1692
|
+
/**
|
|
1693
|
+
* Renders at a fixed position (centered top) and auto-dismisses after 4 s.
|
|
1694
|
+
* @default false
|
|
1695
|
+
*/
|
|
1696
|
+
"floating"?: boolean;
|
|
1697
|
+
/**
|
|
1698
|
+
* Renders the diagonal-stripe accent bar above the body.
|
|
1699
|
+
* @default false
|
|
1700
|
+
*/
|
|
1701
|
+
"header"?: boolean;
|
|
1702
|
+
/**
|
|
1703
|
+
* @default 'neutral'
|
|
1704
|
+
*/
|
|
1705
|
+
"intent"?: BannerIntent;
|
|
1706
|
+
/**
|
|
1707
|
+
* @default ''
|
|
1708
|
+
*/
|
|
1709
|
+
"message"?: string;
|
|
1710
|
+
"onDsDismiss"?: (event: DsBannerCustomEvent<void>) => void;
|
|
1711
|
+
/**
|
|
1712
|
+
* @default false
|
|
1713
|
+
*/
|
|
1714
|
+
"showDismiss"?: boolean;
|
|
1715
|
+
}
|
|
1716
|
+
interface DsBarNav {
|
|
1717
|
+
/**
|
|
1718
|
+
* Action items rendered in the right section. Set via JS property: `el.actions = [...]`. Replace the array reference to update.
|
|
1719
|
+
* @default []
|
|
1720
|
+
*/
|
|
1721
|
+
"actions"?: BarNavActionItem[];
|
|
1722
|
+
/**
|
|
1723
|
+
* JSON fallback for `actions` — useful when framework bindings don't propagate arrays.
|
|
1724
|
+
* @default ''
|
|
1725
|
+
*/
|
|
1726
|
+
"actionsJson"?: string;
|
|
1727
|
+
/**
|
|
1728
|
+
* Surface background variant.
|
|
1729
|
+
* @default 'secondary'
|
|
1730
|
+
*/
|
|
1731
|
+
"background"?: BarNavBackground;
|
|
1732
|
+
/**
|
|
1733
|
+
* Section base path (e.g. `/dashboard/safety`). Used with `currentUrl` to derive `value`.
|
|
1734
|
+
* @default ''
|
|
1735
|
+
*/
|
|
1736
|
+
"basePath"?: string;
|
|
1737
|
+
/**
|
|
1738
|
+
* Current route URL. When set with `basePath`, the active tab is derived automatically.
|
|
1739
|
+
* @default ''
|
|
1740
|
+
*/
|
|
1741
|
+
"currentUrl"?: string;
|
|
1742
|
+
/**
|
|
1743
|
+
* Fallback heading shown when no tabs are provided. When tabs are present the heading is hidden.
|
|
1744
|
+
*/
|
|
1745
|
+
"heading"?: string | undefined;
|
|
1746
|
+
/**
|
|
1747
|
+
* Emitted when an action button is toggled. Detail = { id, selected }.
|
|
1748
|
+
*/
|
|
1749
|
+
"onDsActionChange"?: (event: DsBarNavCustomEvent<{ id: string; selected: boolean }>) => void;
|
|
1750
|
+
/**
|
|
1751
|
+
* Emitted when the active tab changes. Detail = tab id.
|
|
1752
|
+
*/
|
|
1753
|
+
"onDsTabChange"?: (event: DsBarNavCustomEvent<string>) => void;
|
|
1754
|
+
/**
|
|
1755
|
+
* Tab items for the left section. Set via JS property: `el.tabs = [...]`. Replace the array reference to update.
|
|
1756
|
+
* @default []
|
|
1757
|
+
*/
|
|
1758
|
+
"tabs"?: BarNavTab[];
|
|
1759
|
+
/**
|
|
1760
|
+
* JSON fallback for `tabs` — useful when framework bindings don't propagate arrays.
|
|
1761
|
+
* @default ''
|
|
1762
|
+
*/
|
|
1763
|
+
"tabsJson"?: string;
|
|
1764
|
+
/**
|
|
1765
|
+
* ID of the currently active tab. Overridden when `currentUrl` + `basePath` are set.
|
|
1766
|
+
* @default ''
|
|
1767
|
+
*/
|
|
1768
|
+
"value"?: string;
|
|
1769
|
+
}
|
|
1770
|
+
interface DsBarNavAction {
|
|
1771
|
+
/**
|
|
1772
|
+
* @default 'action'
|
|
1773
|
+
*/
|
|
1774
|
+
"ariaLabel"?: string;
|
|
1775
|
+
/**
|
|
1776
|
+
* Parent surface context — adjusts hover/press colours for coloured backgrounds.
|
|
1777
|
+
*/
|
|
1778
|
+
"background"?: BarNavActionBackground | undefined;
|
|
1779
|
+
/**
|
|
1780
|
+
* Show a notification dot (brand colour) at the top-right of the icon.
|
|
1781
|
+
* @default false
|
|
1782
|
+
*/
|
|
1783
|
+
"dot"?: boolean;
|
|
1784
|
+
/**
|
|
1785
|
+
* Icon name passed to <ds-icon>.
|
|
1786
|
+
* @default ''
|
|
1787
|
+
*/
|
|
1788
|
+
"icon"?: string;
|
|
1789
|
+
/**
|
|
1790
|
+
* Disables interaction.
|
|
1791
|
+
* @default false
|
|
1792
|
+
*/
|
|
1793
|
+
"inactive"?: boolean;
|
|
1794
|
+
/**
|
|
1795
|
+
* Emits the new selected value (!selected) on click.
|
|
1796
|
+
*/
|
|
1797
|
+
"onDsChange"?: (event: DsBarNavActionCustomEvent<boolean>) => void;
|
|
1798
|
+
/**
|
|
1799
|
+
* Controlled toggle/selected state.
|
|
1800
|
+
* @default false
|
|
1801
|
+
*/
|
|
1802
|
+
"selected"?: boolean;
|
|
1803
|
+
}
|
|
1804
|
+
interface DsBreadcrumb {
|
|
1805
|
+
/**
|
|
1806
|
+
* @default []
|
|
1807
|
+
*/
|
|
1808
|
+
"items"?: BreadcrumbItem[];
|
|
1809
|
+
"onDsNavigate"?: (event: DsBreadcrumbCustomEvent<{ item: BreadcrumbItem; index: number }>) => void;
|
|
1810
|
+
/**
|
|
1811
|
+
* @default '/'
|
|
1812
|
+
*/
|
|
1813
|
+
"separator"?: string;
|
|
1814
|
+
}
|
|
1815
|
+
interface DsButton {
|
|
1816
|
+
"ariaLabel"?: string | undefined;
|
|
1817
|
+
"ariaLabelledby"?: string | undefined;
|
|
1818
|
+
"background"?: ButtonBackground | undefined;
|
|
1819
|
+
"badgeCount"?: number | undefined;
|
|
1820
|
+
/**
|
|
1821
|
+
* @default 'bold'
|
|
1822
|
+
*/
|
|
1823
|
+
"contrast"?: ButtonContrast;
|
|
1824
|
+
/**
|
|
1825
|
+
* @default false
|
|
1826
|
+
*/
|
|
1827
|
+
"dropdown"?: boolean;
|
|
1828
|
+
"elevation"?: ButtonElevation | undefined;
|
|
1829
|
+
/**
|
|
1830
|
+
* @default false
|
|
1831
|
+
*/
|
|
1832
|
+
"fullWidth"?: boolean;
|
|
1833
|
+
"href"?: string | undefined;
|
|
1834
|
+
/**
|
|
1835
|
+
* @default false
|
|
1836
|
+
*/
|
|
1837
|
+
"inactive"?: boolean;
|
|
1838
|
+
/**
|
|
1839
|
+
* @default 'brand'
|
|
1840
|
+
*/
|
|
1841
|
+
"intent"?: ButtonIntent;
|
|
1842
|
+
"label"?: string | undefined;
|
|
1843
|
+
/**
|
|
1844
|
+
* @default false
|
|
1845
|
+
*/
|
|
1846
|
+
"loading"?: boolean;
|
|
1847
|
+
"onDsClick"?: (event: DsButtonCustomEvent<MouseEvent>) => void;
|
|
1848
|
+
"onDsMouseEnter"?: (event: DsButtonCustomEvent<MouseEvent>) => void;
|
|
1849
|
+
"onDsMouseLeave"?: (event: DsButtonCustomEvent<MouseEvent>) => void;
|
|
1850
|
+
/**
|
|
1851
|
+
* @default false
|
|
1852
|
+
*/
|
|
1853
|
+
"rounded"?: boolean;
|
|
1854
|
+
/**
|
|
1855
|
+
* @default 'md'
|
|
1856
|
+
*/
|
|
1857
|
+
"size"?: ButtonSize;
|
|
1858
|
+
"target"?: string | undefined;
|
|
1859
|
+
/**
|
|
1860
|
+
* @default 'button'
|
|
1861
|
+
*/
|
|
1862
|
+
"type"?: 'button' | 'submit' | 'reset';
|
|
1863
|
+
/**
|
|
1864
|
+
* @default 'primary'
|
|
1865
|
+
*/
|
|
1866
|
+
"variant"?: ButtonVariant;
|
|
1867
|
+
"width"?: string | undefined;
|
|
1868
|
+
}
|
|
1869
|
+
interface DsButtonGroup {
|
|
1870
|
+
/**
|
|
1871
|
+
* Chrome level for the group container.
|
|
1872
|
+
* @default 'flat'
|
|
1873
|
+
*/
|
|
1874
|
+
"elevation"?: ButtonGroupElevation;
|
|
1875
|
+
/**
|
|
1876
|
+
* Array of button descriptors. Set via JS property.
|
|
1877
|
+
* @example el.items = [{ label: 'Filter', icon: 'Filter' }, { label: 'Sort' }];
|
|
1878
|
+
* @default []
|
|
1879
|
+
*/
|
|
1880
|
+
"items"?: ButtonGroupItem[];
|
|
1881
|
+
/**
|
|
1882
|
+
* Emits the index of the clicked item.
|
|
1883
|
+
*/
|
|
1884
|
+
"onDsClick"?: (event: DsButtonGroupCustomEvent<number>) => void;
|
|
1885
|
+
/**
|
|
1886
|
+
* Pill shape for group + buttons.
|
|
1887
|
+
* @default false
|
|
1888
|
+
*/
|
|
1889
|
+
"rounded"?: boolean;
|
|
1890
|
+
/**
|
|
1891
|
+
* Size passed to each ds-button.
|
|
1892
|
+
* @default 'md'
|
|
1893
|
+
*/
|
|
1894
|
+
"size"?: ButtonGroupSize;
|
|
1895
|
+
}
|
|
1896
|
+
interface DsCard {
|
|
1897
|
+
/**
|
|
1898
|
+
* @default 'elevated'
|
|
1899
|
+
*/
|
|
1900
|
+
"elevation"?: CardElevation;
|
|
1901
|
+
/**
|
|
1902
|
+
* @default 'lg'
|
|
1903
|
+
*/
|
|
1904
|
+
"radius"?: CardRadius;
|
|
1905
|
+
}
|
|
1906
|
+
interface DsCheckbox {
|
|
1907
|
+
/**
|
|
1908
|
+
* @default false
|
|
1909
|
+
*/
|
|
1910
|
+
"checked"?: boolean;
|
|
1911
|
+
/**
|
|
1912
|
+
* @default false
|
|
1913
|
+
*/
|
|
1914
|
+
"inactive"?: boolean;
|
|
1915
|
+
/**
|
|
1916
|
+
* @default false
|
|
1917
|
+
*/
|
|
1918
|
+
"indeterminate"?: boolean;
|
|
1919
|
+
"label": string;
|
|
1920
|
+
"onDsChange"?: (event: DsCheckboxCustomEvent<boolean>) => void;
|
|
1921
|
+
}
|
|
1922
|
+
interface DsDivider {
|
|
1923
|
+
/**
|
|
1924
|
+
* Direction of the divider line. Defaults to 'horizontal'.
|
|
1925
|
+
* @default 'horizontal'
|
|
1926
|
+
*/
|
|
1927
|
+
"orientation"?: DividerOrientation;
|
|
1928
|
+
}
|
|
1929
|
+
interface DsEmptyState {
|
|
1930
|
+
"message"?: string | undefined;
|
|
1931
|
+
/**
|
|
1932
|
+
* @default 'no-content'
|
|
1933
|
+
*/
|
|
1934
|
+
"type"?: EmptyStateType;
|
|
1935
|
+
}
|
|
1936
|
+
interface DsFade {
|
|
1937
|
+
/**
|
|
1938
|
+
* Background color to fade from. Defaults to var(--color-background-secondary).
|
|
1939
|
+
* @default 'var(--color-background-secondary)'
|
|
1940
|
+
*/
|
|
1941
|
+
"background"?: string;
|
|
1942
|
+
/**
|
|
1943
|
+
* Height (or width for left/right) of the fade overlay — any CSS value.
|
|
1944
|
+
*/
|
|
1945
|
+
"height"?: string | undefined;
|
|
1946
|
+
"side": FadeSide;
|
|
1947
|
+
}
|
|
1948
|
+
interface DsField {
|
|
1949
|
+
/**
|
|
1950
|
+
* ID forwarded to the slotted control via the label's `for` attribute. Auto-generated if omitted.
|
|
1951
|
+
*/
|
|
1952
|
+
"fieldId"?: string | undefined;
|
|
1953
|
+
"label": string;
|
|
1954
|
+
}
|
|
1955
|
+
interface DsHeader {
|
|
1956
|
+
/**
|
|
1957
|
+
* @default 'secondary'
|
|
1958
|
+
*/
|
|
1959
|
+
"background"?: HeaderBackground;
|
|
1960
|
+
"heading"?: string | undefined;
|
|
1961
|
+
}
|
|
1962
|
+
interface DsIcon {
|
|
1963
|
+
/**
|
|
1964
|
+
* Semantic foreground color token, or a raw CSS var reference.
|
|
1965
|
+
*/
|
|
1966
|
+
"color"?: IconColor | undefined;
|
|
1967
|
+
/**
|
|
1968
|
+
* Set `true` to look up from the flag icon set instead of the system icon set.
|
|
1969
|
+
* @default false
|
|
1970
|
+
*/
|
|
1971
|
+
"flag"?: boolean;
|
|
1972
|
+
/**
|
|
1973
|
+
* Accessible label. Sets `role="img"` and `aria-label`. Omit for decorative icons.
|
|
1974
|
+
*/
|
|
1975
|
+
"label"?: string | undefined;
|
|
1976
|
+
/**
|
|
1977
|
+
* Name of the system icon (e.g. `"Gear"`, `"ArrowRight"`) or flag (e.g. `"US"`)
|
|
1978
|
+
* @default ''
|
|
1979
|
+
*/
|
|
1980
|
+
"name"?: string;
|
|
1981
|
+
/**
|
|
1982
|
+
* Iconography size token. Maps to `--dimension-iconography-{size}`. Default `md` = 20 px.
|
|
1983
|
+
* @default 'md'
|
|
1984
|
+
*/
|
|
1985
|
+
"size"?: IconSize;
|
|
1986
|
+
}
|
|
1987
|
+
interface DsInput {
|
|
1988
|
+
"ariaDescribedby"?: string | undefined;
|
|
1989
|
+
"ariaLabel"?: string | undefined;
|
|
1990
|
+
"ariaLabelledby"?: string | undefined;
|
|
1991
|
+
/**
|
|
1992
|
+
* @default false
|
|
1993
|
+
*/
|
|
1994
|
+
"autoFocus"?: boolean;
|
|
1995
|
+
/**
|
|
1996
|
+
* @default false
|
|
1997
|
+
*/
|
|
1998
|
+
"error"?: boolean;
|
|
1999
|
+
"errorMessage"?: string | undefined;
|
|
2000
|
+
/**
|
|
2001
|
+
* @default false
|
|
2002
|
+
*/
|
|
2003
|
+
"inactive"?: boolean;
|
|
2004
|
+
/**
|
|
2005
|
+
* Associates the internal input with an external <label>.
|
|
2006
|
+
*/
|
|
2007
|
+
"inputId"?: string | undefined;
|
|
2008
|
+
"onDsChange"?: (event: DsInputCustomEvent<string>) => void;
|
|
2009
|
+
"onDsClear"?: (event: DsInputCustomEvent<void>) => void;
|
|
2010
|
+
"placeholder"?: string | undefined;
|
|
2011
|
+
/**
|
|
2012
|
+
* @default 'text'
|
|
2013
|
+
*/
|
|
2014
|
+
"type"?: InputType;
|
|
2015
|
+
/**
|
|
2016
|
+
* @default ''
|
|
2017
|
+
*/
|
|
2018
|
+
"value"?: string;
|
|
2019
|
+
}
|
|
2020
|
+
/**
|
|
2021
|
+
* Internal utility wrapper that kills line-height struts and adds optical
|
|
2022
|
+
* horizontal padding. Used inside interactive components (Button, Tag, etc.)
|
|
2023
|
+
* Not intended as a standalone consumer-facing component — internal use only.
|
|
2024
|
+
*/
|
|
2025
|
+
interface DsLabelWrap {
|
|
2026
|
+
/**
|
|
2027
|
+
* Typography size — controls optical horizontal padding.
|
|
2028
|
+
* @default 'md'
|
|
2029
|
+
*/
|
|
2030
|
+
"size"?: LabelWrapSize;
|
|
2031
|
+
/**
|
|
2032
|
+
* Enable truncation with ellipsis — use inside full-width containers.
|
|
2033
|
+
* @default false
|
|
2034
|
+
*/
|
|
2035
|
+
"truncate"?: boolean;
|
|
2036
|
+
}
|
|
2037
|
+
interface DsLoader {
|
|
2038
|
+
/**
|
|
2039
|
+
* Accessible label for standalone usage. Wraps the spinner in a live region and renders the label visually-hidden. Omit when the host element already conveys busy state via aria-busy.
|
|
2040
|
+
*/
|
|
2041
|
+
"label"?: string | undefined;
|
|
2042
|
+
/**
|
|
2043
|
+
* Render size in px. Designed on a 16×16 viewBox; stroke scales proportionally.
|
|
2044
|
+
* @default 20
|
|
2045
|
+
*/
|
|
2046
|
+
"size"?: number;
|
|
2047
|
+
}
|
|
2048
|
+
interface DsMenu {
|
|
2049
|
+
/**
|
|
2050
|
+
* @default 'start'
|
|
2051
|
+
*/
|
|
2052
|
+
"align"?: MenuAlign;
|
|
2053
|
+
/**
|
|
2054
|
+
* @default 0
|
|
2055
|
+
*/
|
|
2056
|
+
"alignOffset"?: number;
|
|
2057
|
+
/**
|
|
2058
|
+
* External trigger element to position against. Set via JS: menuEl.anchor = buttonEl
|
|
2059
|
+
*/
|
|
2060
|
+
"anchor"?: HTMLElement | undefined;
|
|
2061
|
+
/**
|
|
2062
|
+
* ID of the external trigger element for positioning
|
|
2063
|
+
*/
|
|
2064
|
+
"anchorId"?: string | undefined;
|
|
2065
|
+
/**
|
|
2066
|
+
* @default []
|
|
2067
|
+
*/
|
|
2068
|
+
"items"?: MenuItemData[];
|
|
2069
|
+
"menuWidth"?: string | undefined;
|
|
2070
|
+
"minWidth"?: string | undefined;
|
|
2071
|
+
"onDsClose"?: (event: DsMenuCustomEvent<void>) => void;
|
|
2072
|
+
"onDsSelect"?: (event: DsMenuCustomEvent<MenuItemData>) => void;
|
|
2073
|
+
/**
|
|
2074
|
+
* @default false
|
|
2075
|
+
*/
|
|
2076
|
+
"open"?: boolean;
|
|
2077
|
+
/**
|
|
2078
|
+
* @default []
|
|
2079
|
+
*/
|
|
2080
|
+
"sections"?: MenuSection[];
|
|
2081
|
+
/**
|
|
2082
|
+
* @default 'bottom'
|
|
2083
|
+
*/
|
|
2084
|
+
"side"?: MenuSide;
|
|
2085
|
+
/**
|
|
2086
|
+
* @default 4
|
|
2087
|
+
*/
|
|
2088
|
+
"sideOffset"?: number;
|
|
2089
|
+
}
|
|
2090
|
+
interface DsModal {
|
|
2091
|
+
"heading": string;
|
|
2092
|
+
/**
|
|
2093
|
+
* @default 'md'
|
|
2094
|
+
*/
|
|
2095
|
+
"modalWidth"?: ModalWidth | string;
|
|
2096
|
+
"onDsClose"?: (event: DsModalCustomEvent<void>) => void;
|
|
2097
|
+
/**
|
|
2098
|
+
* @default false
|
|
2099
|
+
*/
|
|
2100
|
+
"open"?: boolean;
|
|
2101
|
+
"subtitle"?: string | undefined;
|
|
2102
|
+
}
|
|
2103
|
+
interface DsPagination {
|
|
2104
|
+
/**
|
|
2105
|
+
* @default false
|
|
2106
|
+
*/
|
|
2107
|
+
"inactive"?: boolean;
|
|
2108
|
+
"onDsPageChange"?: (event: DsPaginationCustomEvent<number>) => void;
|
|
2109
|
+
/**
|
|
2110
|
+
* @default 1
|
|
2111
|
+
*/
|
|
2112
|
+
"page"?: number;
|
|
2113
|
+
/**
|
|
2114
|
+
* @default 1
|
|
2115
|
+
*/
|
|
2116
|
+
"siblingCount"?: number;
|
|
2117
|
+
/**
|
|
2118
|
+
* @default 1
|
|
2119
|
+
*/
|
|
2120
|
+
"totalPages"?: number;
|
|
2121
|
+
}
|
|
2122
|
+
interface DsPanelNav {
|
|
2123
|
+
/**
|
|
2124
|
+
* ID of the currently active/selected nav item. Overridden by `currentUrl` matching when set.
|
|
2125
|
+
* @default ''
|
|
2126
|
+
*/
|
|
2127
|
+
"activeId"?: string;
|
|
2128
|
+
/**
|
|
2129
|
+
* Viewport width (px) below which the nav auto-collapses to icon-only mode. 0 = disabled.
|
|
2130
|
+
* @default 0
|
|
2131
|
+
*/
|
|
2132
|
+
"breakpoint"?: number;
|
|
2133
|
+
/**
|
|
2134
|
+
* Whether the nav is in collapsed (icon-only) state. When `storageKey` is set the component manages this internally — do not also bind it from outside in that mode.
|
|
2135
|
+
* @default false
|
|
2136
|
+
*/
|
|
2137
|
+
"collapsed"?: boolean;
|
|
2138
|
+
/**
|
|
2139
|
+
* Current route URL (e.g. `window.location.pathname` or the router's active URL). When set the component derives the active item by matching item `href` values against this string (longest segment-boundary prefix wins), overriding `activeId`.
|
|
2140
|
+
* @default ''
|
|
2141
|
+
*/
|
|
2142
|
+
"currentUrl"?: string;
|
|
2143
|
+
/**
|
|
2144
|
+
* When `true`, the component does not run its own View Transition on variant change — it just updates the rendered surface synchronously. Use this when the host app orchestrates the page transition itself (e.g. Angular Router's `withViewTransitions`), so the two don't fight or nest.
|
|
2145
|
+
* @default false
|
|
2146
|
+
*/
|
|
2147
|
+
"disableViewTransition"?: boolean;
|
|
2148
|
+
/**
|
|
2149
|
+
* Nav groups — set via JS property (`el.groups = [...]`) or JSON string attribute.
|
|
2150
|
+
* @default '[]'
|
|
2151
|
+
*/
|
|
2152
|
+
"groups"?: string | PanelNavGroup[];
|
|
2153
|
+
/**
|
|
2154
|
+
* Emitted when the footer left button (gear / dashboard) is clicked.
|
|
2155
|
+
*/
|
|
2156
|
+
"onDsNavFooterAction"?: (event: DsPanelNavCustomEvent<void>) => void;
|
|
2157
|
+
/**
|
|
2158
|
+
* Emitted when a nav item is clicked. Detail = the item's `id`.
|
|
2159
|
+
*/
|
|
2160
|
+
"onDsNavSelect"?: (event: DsPanelNavCustomEvent<string>) => void;
|
|
2161
|
+
/**
|
|
2162
|
+
* Emitted when the collapse toggle is clicked. Detail = new collapsed state.
|
|
2163
|
+
*/
|
|
2164
|
+
"onDsNavToggle"?: (event: DsPanelNavCustomEvent<boolean>) => void;
|
|
2165
|
+
/**
|
|
2166
|
+
* Emitted when the footer user button is clicked.
|
|
2167
|
+
*/
|
|
2168
|
+
"onDsNavUserAction"?: (event: DsPanelNavCustomEvent<void>) => void;
|
|
2169
|
+
/**
|
|
2170
|
+
* How items with `href` render: - `anchor` (default): native `<a href>` — works with routers that intercept anchors. - `event`: always `<button>`; host handles navigation via `dsNavSelect`.
|
|
2171
|
+
* @default 'anchor'
|
|
2172
|
+
*/
|
|
2173
|
+
"routerMode"?: PanelNavRouterMode;
|
|
2174
|
+
/**
|
|
2175
|
+
* `localStorage` key used to persist the collapsed state across page loads. When set the component is self-managing for collapsed state; `dsNavToggle` still fires for consumers that want to observe the change.
|
|
2176
|
+
* @default ''
|
|
2177
|
+
*/
|
|
2178
|
+
"storageKey"?: string;
|
|
2179
|
+
/**
|
|
2180
|
+
* Single character shown in the collapsed avatar
|
|
2181
|
+
* @default ''
|
|
2182
|
+
*/
|
|
2183
|
+
"userInitial"?: string;
|
|
2184
|
+
/**
|
|
2185
|
+
* Display name for the footer user section
|
|
2186
|
+
* @default ''
|
|
2187
|
+
*/
|
|
2188
|
+
"userName"?: string;
|
|
2189
|
+
/**
|
|
2190
|
+
* Visual variant: `dashboard` = always-dark surface, `settings` = light surface
|
|
2191
|
+
* @default 'dashboard'
|
|
2192
|
+
*/
|
|
2193
|
+
"variant"?: PanelNavVariant;
|
|
2194
|
+
}
|
|
2195
|
+
interface DsRadioGroup {
|
|
2196
|
+
"ariaLabel"?: string | undefined;
|
|
2197
|
+
"ariaLabelledby"?: string | undefined;
|
|
2198
|
+
/**
|
|
2199
|
+
* @default 'vertical'
|
|
2200
|
+
*/
|
|
2201
|
+
"direction"?: 'vertical' | 'horizontal';
|
|
2202
|
+
/**
|
|
2203
|
+
* @default false
|
|
2204
|
+
*/
|
|
2205
|
+
"inactive"?: boolean;
|
|
2206
|
+
"onDsChange"?: (event: DsRadioGroupCustomEvent<string>) => void;
|
|
2207
|
+
/**
|
|
2208
|
+
* @default []
|
|
2209
|
+
*/
|
|
2210
|
+
"options"?: RadioOption[];
|
|
2211
|
+
/**
|
|
2212
|
+
* @default ''
|
|
2213
|
+
*/
|
|
2214
|
+
"value"?: string;
|
|
2215
|
+
}
|
|
2216
|
+
interface DsScrollbar {
|
|
2217
|
+
/**
|
|
2218
|
+
* @default true
|
|
2219
|
+
*/
|
|
2220
|
+
"showTrackOnHover"?: boolean;
|
|
2221
|
+
/**
|
|
2222
|
+
* @default 'default'
|
|
2223
|
+
*/
|
|
2224
|
+
"variant"?: ScrollbarVariant;
|
|
2225
|
+
}
|
|
2226
|
+
interface DsSelect {
|
|
2227
|
+
"ariaLabel"?: string | undefined;
|
|
2228
|
+
"ariaLabelledby"?: string | undefined;
|
|
2229
|
+
/**
|
|
2230
|
+
* Disables interaction.
|
|
2231
|
+
* @default false
|
|
2232
|
+
*/
|
|
2233
|
+
"inactive"?: boolean;
|
|
2234
|
+
/**
|
|
2235
|
+
* Emits the selected value string.
|
|
2236
|
+
*/
|
|
2237
|
+
"onDsChange"?: (event: DsSelectCustomEvent<string>) => void;
|
|
2238
|
+
/**
|
|
2239
|
+
* Array of options. Set via JS property.
|
|
2240
|
+
* @example el.options = [{ label: 'Apple', value: 'apple' }];
|
|
2241
|
+
* @default []
|
|
2242
|
+
*/
|
|
2243
|
+
"options"?: SelectOption[];
|
|
2244
|
+
/**
|
|
2245
|
+
* Placeholder shown when no value is selected.
|
|
2246
|
+
* @default 'Select option'
|
|
2247
|
+
*/
|
|
2248
|
+
"placeholder"?: string;
|
|
2249
|
+
/**
|
|
2250
|
+
* Currently selected value.
|
|
2251
|
+
* @default ''
|
|
2252
|
+
*/
|
|
2253
|
+
"value"?: string;
|
|
2254
|
+
}
|
|
2255
|
+
interface DsSidebar {
|
|
2256
|
+
/**
|
|
2257
|
+
* @default false
|
|
2258
|
+
*/
|
|
2259
|
+
"collapsed"?: boolean;
|
|
2260
|
+
/**
|
|
2261
|
+
* @default false
|
|
2262
|
+
*/
|
|
2263
|
+
"mobile"?: boolean;
|
|
2264
|
+
"onDsToggle"?: (event: DsSidebarCustomEvent<void>) => void;
|
|
2265
|
+
"onDsWidthChange"?: (event: DsSidebarCustomEvent<SidebarWidth>) => void;
|
|
2266
|
+
/**
|
|
2267
|
+
* @default true
|
|
2268
|
+
*/
|
|
2269
|
+
"resizable"?: boolean;
|
|
2270
|
+
/**
|
|
2271
|
+
* @default 'default'
|
|
2272
|
+
*/
|
|
2273
|
+
"width"?: SidebarWidth;
|
|
2274
|
+
}
|
|
2275
|
+
interface DsSkeleton {
|
|
2276
|
+
/**
|
|
2277
|
+
* Height as a CSS value string or number (px).
|
|
2278
|
+
*/
|
|
2279
|
+
"height"?: string | number | undefined;
|
|
2280
|
+
/**
|
|
2281
|
+
* Number of text lines. Only used when variant is 'text'.
|
|
2282
|
+
* @default 1
|
|
2283
|
+
*/
|
|
2284
|
+
"lines"?: number;
|
|
2285
|
+
/**
|
|
2286
|
+
* Whether to show the shimmer animation.
|
|
2287
|
+
* @default true
|
|
2288
|
+
*/
|
|
2289
|
+
"shimmer"?: boolean;
|
|
2290
|
+
/**
|
|
2291
|
+
* @default 'text'
|
|
2292
|
+
*/
|
|
2293
|
+
"variant"?: SkeletonVariant;
|
|
2294
|
+
/**
|
|
2295
|
+
* Width as a CSS value string (e.g. '200px', '100%') or number (px).
|
|
2296
|
+
*/
|
|
2297
|
+
"width"?: string | number | undefined;
|
|
2298
|
+
}
|
|
2299
|
+
interface DsSlider {
|
|
2300
|
+
/**
|
|
2301
|
+
* @default false
|
|
2302
|
+
*/
|
|
2303
|
+
"inactive"?: boolean;
|
|
2304
|
+
/**
|
|
2305
|
+
* Associates with an external <label>. Defaults to an auto-generated ID.
|
|
2306
|
+
*/
|
|
2307
|
+
"inputId"?: string | undefined;
|
|
2308
|
+
"label": string;
|
|
2309
|
+
/**
|
|
2310
|
+
* @default 100
|
|
2311
|
+
*/
|
|
2312
|
+
"max"?: number;
|
|
2313
|
+
/**
|
|
2314
|
+
* @default 0
|
|
2315
|
+
*/
|
|
2316
|
+
"min"?: number;
|
|
2317
|
+
"onDsChange"?: (event: DsSliderCustomEvent<number>) => void;
|
|
2318
|
+
/**
|
|
2319
|
+
* @default 1
|
|
2320
|
+
*/
|
|
2321
|
+
"step"?: number;
|
|
2322
|
+
/**
|
|
2323
|
+
* @default 0
|
|
2324
|
+
*/
|
|
2325
|
+
"value"?: number;
|
|
2326
|
+
"valueText"?: string | undefined;
|
|
2327
|
+
}
|
|
2328
|
+
interface DsSurface {
|
|
2329
|
+
/**
|
|
2330
|
+
* @default 'div'
|
|
2331
|
+
*/
|
|
2332
|
+
"as"?: SurfaceElement;
|
|
2333
|
+
/**
|
|
2334
|
+
* @default 'transparent'
|
|
2335
|
+
*/
|
|
2336
|
+
"background"?: SurfaceBackground;
|
|
2337
|
+
/**
|
|
2338
|
+
* @default 'faint'
|
|
2339
|
+
*/
|
|
2340
|
+
"contrast"?: SurfaceContrast;
|
|
2341
|
+
/**
|
|
2342
|
+
* Space-separated list of edges: "top bottom" etc. Only applies when elevation='none'.
|
|
2343
|
+
*/
|
|
2344
|
+
"edge"?: string | undefined;
|
|
2345
|
+
/**
|
|
2346
|
+
* @default 'none'
|
|
2347
|
+
*/
|
|
2348
|
+
"elevation"?: SurfaceElevation;
|
|
2349
|
+
/**
|
|
2350
|
+
* @default false
|
|
2351
|
+
*/
|
|
2352
|
+
"inactive"?: boolean;
|
|
2353
|
+
"intent"?: SurfaceIntent | undefined;
|
|
2354
|
+
/**
|
|
2355
|
+
* @default false
|
|
2356
|
+
*/
|
|
2357
|
+
"interactive"?: boolean;
|
|
2358
|
+
"radius"?: SurfaceRadius | undefined;
|
|
2359
|
+
/**
|
|
2360
|
+
* @default false
|
|
2361
|
+
*/
|
|
2362
|
+
"selected"?: boolean;
|
|
2363
|
+
}
|
|
2364
|
+
interface DsTabGroup {
|
|
2365
|
+
"ariaLabel"?: string | undefined;
|
|
2366
|
+
"ariaLabelledby"?: string | undefined;
|
|
2367
|
+
"background"?: TabBackground | undefined;
|
|
2368
|
+
"onDsChange"?: (event: DsTabGroupCustomEvent<string>) => void;
|
|
2369
|
+
/**
|
|
2370
|
+
* @default 'horizontal'
|
|
2371
|
+
*/
|
|
2372
|
+
"orientation"?: 'horizontal' | 'vertical';
|
|
2373
|
+
/**
|
|
2374
|
+
* @default []
|
|
2375
|
+
*/
|
|
2376
|
+
"tabs"?: TabItem[];
|
|
2377
|
+
/**
|
|
2378
|
+
* @default ''
|
|
2379
|
+
*/
|
|
2380
|
+
"value"?: string;
|
|
2381
|
+
}
|
|
2382
|
+
interface DsTabGroupNav {
|
|
2383
|
+
"ariaLabel"?: string | undefined;
|
|
2384
|
+
"ariaLabelledby"?: string | undefined;
|
|
2385
|
+
"background"?: TabGroupNavBackground | undefined;
|
|
2386
|
+
"onDsChange"?: (event: DsTabGroupNavCustomEvent<string>) => void;
|
|
2387
|
+
/**
|
|
2388
|
+
* @default 'horizontal'
|
|
2389
|
+
*/
|
|
2390
|
+
"orientation"?: 'horizontal' | 'vertical';
|
|
2391
|
+
/**
|
|
2392
|
+
* @default []
|
|
2393
|
+
*/
|
|
2394
|
+
"tabs"?: TabItem[];
|
|
2395
|
+
/**
|
|
2396
|
+
* @default ''
|
|
2397
|
+
*/
|
|
2398
|
+
"value"?: string;
|
|
2399
|
+
}
|
|
2400
|
+
interface DsTable {
|
|
2401
|
+
/**
|
|
2402
|
+
* @default []
|
|
2403
|
+
*/
|
|
2404
|
+
"columns"?: TableColumn[];
|
|
2405
|
+
/**
|
|
2406
|
+
* @default []
|
|
2407
|
+
*/
|
|
2408
|
+
"data"?: unknown[];
|
|
2409
|
+
/**
|
|
2410
|
+
* @default 'No results found.'
|
|
2411
|
+
*/
|
|
2412
|
+
"emptyMessage"?: string;
|
|
2413
|
+
/**
|
|
2414
|
+
* @default false
|
|
2415
|
+
*/
|
|
2416
|
+
"loading"?: boolean;
|
|
2417
|
+
"onDsPageChange"?: (event: DsTableCustomEvent<{ pageIndex: number }>) => void;
|
|
2418
|
+
"onDsRowClick"?: (event: DsTableCustomEvent<{ row: unknown; rowIndex: number }>) => void;
|
|
2419
|
+
"onDsSort"?: (event: DsTableCustomEvent<{ columnId: string }>) => void;
|
|
2420
|
+
/**
|
|
2421
|
+
* Page index (0-based). Enables built-in pagination when set alongside pageSize.
|
|
2422
|
+
*/
|
|
2423
|
+
"pageIndex"?: number | undefined;
|
|
2424
|
+
/**
|
|
2425
|
+
* @default 20
|
|
2426
|
+
*/
|
|
2427
|
+
"pageSize"?: number;
|
|
2428
|
+
/**
|
|
2429
|
+
* Comma-separated zero-based row indices that are selected.
|
|
2430
|
+
* @default ''
|
|
2431
|
+
*/
|
|
2432
|
+
"selectedRows"?: string;
|
|
2433
|
+
"sortState"?: SortState | undefined;
|
|
2434
|
+
}
|
|
2435
|
+
interface DsTag {
|
|
2436
|
+
"background"?: TagBackground | undefined;
|
|
2437
|
+
/**
|
|
2438
|
+
* @default 'faint'
|
|
2439
|
+
*/
|
|
2440
|
+
"contrast"?: TagContrast;
|
|
2441
|
+
/**
|
|
2442
|
+
* @default 'none'
|
|
2443
|
+
*/
|
|
2444
|
+
"elevation"?: TagElevation;
|
|
2445
|
+
/**
|
|
2446
|
+
* @default false
|
|
2447
|
+
*/
|
|
2448
|
+
"inactive"?: boolean;
|
|
2449
|
+
/**
|
|
2450
|
+
* @default 'neutral'
|
|
2451
|
+
*/
|
|
2452
|
+
"intent"?: TagIntent;
|
|
2453
|
+
/**
|
|
2454
|
+
* Whether the tag has a click/toggle behavior.
|
|
2455
|
+
* @default false
|
|
2456
|
+
*/
|
|
2457
|
+
"interactive"?: boolean;
|
|
2458
|
+
"label": string;
|
|
2459
|
+
"maxWidth"?: string | number | undefined;
|
|
2460
|
+
/**
|
|
2461
|
+
* Fired when an interactive tag is clicked.
|
|
2462
|
+
*/
|
|
2463
|
+
"onDsClick"?: (event: DsTagCustomEvent<void>) => void;
|
|
2464
|
+
/**
|
|
2465
|
+
* Fired when the pressed state toggles.
|
|
2466
|
+
*/
|
|
2467
|
+
"onDsPressedChange"?: (event: DsTagCustomEvent<boolean>) => void;
|
|
2468
|
+
/**
|
|
2469
|
+
* Fired when the remove button is clicked.
|
|
2470
|
+
*/
|
|
2471
|
+
"onDsRemove"?: (event: DsTagCustomEvent<void>) => void;
|
|
2472
|
+
/**
|
|
2473
|
+
* @default false
|
|
2474
|
+
*/
|
|
2475
|
+
"pressed"?: boolean;
|
|
2476
|
+
/**
|
|
2477
|
+
* @default false
|
|
2478
|
+
*/
|
|
2479
|
+
"removable"?: boolean;
|
|
2480
|
+
/**
|
|
2481
|
+
* @default false
|
|
2482
|
+
*/
|
|
2483
|
+
"rounded"?: boolean;
|
|
2484
|
+
/**
|
|
2485
|
+
* @default 'md'
|
|
2486
|
+
*/
|
|
2487
|
+
"size"?: TagSize;
|
|
2488
|
+
}
|
|
2489
|
+
interface DsText {
|
|
2490
|
+
"align"?: TextAlign | undefined;
|
|
2491
|
+
/**
|
|
2492
|
+
* @default 'p'
|
|
2493
|
+
*/
|
|
2494
|
+
"as"?: TextElement;
|
|
2495
|
+
"color"?: TextColor | undefined;
|
|
2496
|
+
"decoration"?: TextDecoration | undefined;
|
|
2497
|
+
/**
|
|
2498
|
+
* Maps to `for` attribute on <label> elements.
|
|
2499
|
+
*/
|
|
2500
|
+
"for"?: string | undefined;
|
|
2501
|
+
/**
|
|
2502
|
+
* @default false
|
|
2503
|
+
*/
|
|
2504
|
+
"italic"?: boolean;
|
|
2505
|
+
/**
|
|
2506
|
+
* @default 'none'
|
|
2507
|
+
*/
|
|
2508
|
+
"lineTruncation"?: LineTruncation;
|
|
2509
|
+
/**
|
|
2510
|
+
* @default 'text-body-medium'
|
|
2511
|
+
*/
|
|
2512
|
+
"variant"?: TextVariant;
|
|
2513
|
+
"wrap"?: TextWrap | undefined;
|
|
2514
|
+
}
|
|
2515
|
+
interface DsToastProvider {
|
|
2516
|
+
/**
|
|
2517
|
+
* @default 'top-center'
|
|
2518
|
+
*/
|
|
2519
|
+
"position"?: ToastPosition;
|
|
2520
|
+
}
|
|
2521
|
+
interface DsToggle {
|
|
2522
|
+
/**
|
|
2523
|
+
* @default false
|
|
2524
|
+
*/
|
|
2525
|
+
"checked"?: boolean;
|
|
2526
|
+
/**
|
|
2527
|
+
* @default false
|
|
2528
|
+
*/
|
|
2529
|
+
"inactive"?: boolean;
|
|
2530
|
+
"onDsChange"?: (event: DsToggleCustomEvent<boolean>) => void;
|
|
2531
|
+
}
|
|
2532
|
+
interface DsToggleButton {
|
|
2533
|
+
"ariaLabel"?: string | undefined;
|
|
2534
|
+
/**
|
|
2535
|
+
* Parent surface context — adjusts hover tokens for colored backgrounds.
|
|
2536
|
+
*/
|
|
2537
|
+
"background"?: ToggleButtonBackground | undefined;
|
|
2538
|
+
/**
|
|
2539
|
+
* Chrome level. none — ghost (transparent, no border, no shadow) flat — border only, transparent bg elevated — bg-primary + shadow [default] floating — bg-primary + FAB-strength shadow
|
|
2540
|
+
* @default 'elevated'
|
|
2541
|
+
*/
|
|
2542
|
+
"elevation"?: ToggleButtonElevation;
|
|
2543
|
+
/**
|
|
2544
|
+
* Icon name for <ds-icon>. Set via JS property.
|
|
2545
|
+
* @example el.icon = 'GridView';
|
|
2546
|
+
*/
|
|
2547
|
+
"icon"?: string | undefined;
|
|
2548
|
+
/**
|
|
2549
|
+
* Disables interaction.
|
|
2550
|
+
* @default false
|
|
2551
|
+
*/
|
|
2552
|
+
"inactive"?: boolean;
|
|
2553
|
+
/**
|
|
2554
|
+
* Label text.
|
|
2555
|
+
*/
|
|
2556
|
+
"label"?: string | undefined;
|
|
2557
|
+
/**
|
|
2558
|
+
* Emits the new pressed value (!pressed) on click.
|
|
2559
|
+
*/
|
|
2560
|
+
"onDsChange"?: (event: DsToggleButtonCustomEvent<boolean>) => void;
|
|
2561
|
+
/**
|
|
2562
|
+
* Controlled pressed state.
|
|
2563
|
+
* @default false
|
|
2564
|
+
*/
|
|
2565
|
+
"pressed"?: boolean;
|
|
2566
|
+
/**
|
|
2567
|
+
* Pill shape.
|
|
2568
|
+
* @default false
|
|
2569
|
+
*/
|
|
2570
|
+
"rounded"?: boolean;
|
|
2571
|
+
/**
|
|
2572
|
+
* Size: md (32px), sm (24px), xs (16px).
|
|
2573
|
+
* @default 'md'
|
|
2574
|
+
*/
|
|
2575
|
+
"size"?: ToggleButtonSize;
|
|
2576
|
+
}
|
|
2577
|
+
interface DsToggleButtonGroup {
|
|
2578
|
+
/**
|
|
2579
|
+
* Parent surface context.
|
|
2580
|
+
*/
|
|
2581
|
+
"background"?: ToggleGroupBackground | undefined;
|
|
2582
|
+
/**
|
|
2583
|
+
* Chrome level for the group container.
|
|
2584
|
+
* @default 'elevated'
|
|
2585
|
+
*/
|
|
2586
|
+
"elevation"?: ToggleGroupElevation;
|
|
2587
|
+
/**
|
|
2588
|
+
* Array of item descriptors. Set via JS property.
|
|
2589
|
+
* @example el.items = [{ id: 'list', label: 'List' }, { id: 'grid', icon: 'GridView' }];
|
|
2590
|
+
* @default []
|
|
2591
|
+
*/
|
|
2592
|
+
"items"?: ToggleGroupItem[];
|
|
2593
|
+
/**
|
|
2594
|
+
* Emits the id of the newly selected item.
|
|
2595
|
+
*/
|
|
2596
|
+
"onDsChange"?: (event: DsToggleButtonGroupCustomEvent<string>) => void;
|
|
2597
|
+
/**
|
|
2598
|
+
* Pill shape for group + buttons.
|
|
2599
|
+
* @default false
|
|
2600
|
+
*/
|
|
2601
|
+
"rounded"?: boolean;
|
|
2602
|
+
/**
|
|
2603
|
+
* Size passed to each ds-toggle-button.
|
|
2604
|
+
* @default 'md'
|
|
2605
|
+
*/
|
|
2606
|
+
"size"?: ToggleGroupSize;
|
|
2607
|
+
/**
|
|
2608
|
+
* ID of the currently selected / pressed item.
|
|
2609
|
+
* @default ''
|
|
2610
|
+
*/
|
|
2611
|
+
"value"?: string;
|
|
2612
|
+
}
|
|
2613
|
+
interface DsTooltip {
|
|
2614
|
+
/**
|
|
2615
|
+
* @default 'center'
|
|
2616
|
+
*/
|
|
2617
|
+
"align"?: TooltipAlign;
|
|
2618
|
+
/**
|
|
2619
|
+
* @default 0
|
|
2620
|
+
*/
|
|
2621
|
+
"alignOffset"?: number;
|
|
2622
|
+
/**
|
|
2623
|
+
* @default HOVER_DELAY_MS
|
|
2624
|
+
*/
|
|
2625
|
+
"delay"?: number;
|
|
2626
|
+
"label": string;
|
|
2627
|
+
"shortcutKey"?: string | undefined;
|
|
2628
|
+
/**
|
|
2629
|
+
* @default 'end'
|
|
2630
|
+
*/
|
|
2631
|
+
"shortcutKeyPosition"?: 'start' | 'end';
|
|
2632
|
+
/**
|
|
2633
|
+
* @default 'top'
|
|
2634
|
+
*/
|
|
2635
|
+
"side"?: TooltipSide;
|
|
2636
|
+
/**
|
|
2637
|
+
* @default 4
|
|
2638
|
+
*/
|
|
2639
|
+
"sideOffset"?: number;
|
|
2640
|
+
}
|
|
2641
|
+
|
|
2642
|
+
interface DsAccordionAttributes {
|
|
2643
|
+
"multiple": boolean;
|
|
2644
|
+
"expandedIds": string;
|
|
2645
|
+
}
|
|
2646
|
+
interface DsBadgeAttributes {
|
|
2647
|
+
"count": number;
|
|
2648
|
+
"isSelected": boolean;
|
|
2649
|
+
"label": string | undefined;
|
|
2650
|
+
}
|
|
2651
|
+
interface DsBannerAttributes {
|
|
2652
|
+
"intent": BannerIntent;
|
|
2653
|
+
"contrast": BannerContrast;
|
|
2654
|
+
"message": string;
|
|
2655
|
+
"header": boolean;
|
|
2656
|
+
"floating": boolean;
|
|
2657
|
+
"showDismiss": boolean;
|
|
2658
|
+
"dismissLabel": string;
|
|
2659
|
+
}
|
|
2660
|
+
interface DsBarNavAttributes {
|
|
2661
|
+
"tabsJson": string;
|
|
2662
|
+
"value": string;
|
|
2663
|
+
"actionsJson": string;
|
|
2664
|
+
"heading": string | undefined;
|
|
2665
|
+
"background": BarNavBackground;
|
|
2666
|
+
"basePath": string;
|
|
2667
|
+
"currentUrl": string;
|
|
2668
|
+
}
|
|
2669
|
+
interface DsBarNavActionAttributes {
|
|
2670
|
+
"icon": string;
|
|
2671
|
+
"selected": boolean;
|
|
2672
|
+
"dot": boolean;
|
|
2673
|
+
"inactive": boolean;
|
|
2674
|
+
"ariaLabel": string;
|
|
2675
|
+
"background": BarNavActionBackground | undefined;
|
|
2676
|
+
}
|
|
2677
|
+
interface DsBreadcrumbAttributes {
|
|
2678
|
+
"separator": string;
|
|
2679
|
+
}
|
|
2680
|
+
interface DsButtonAttributes {
|
|
2681
|
+
"variant": ButtonVariant;
|
|
2682
|
+
"intent": ButtonIntent;
|
|
2683
|
+
"size": ButtonSize;
|
|
2684
|
+
"label": string | undefined;
|
|
2685
|
+
"rounded": boolean;
|
|
2686
|
+
"fullWidth": boolean;
|
|
2687
|
+
"width": string | undefined;
|
|
2688
|
+
"contrast": ButtonContrast;
|
|
2689
|
+
"background": ButtonBackground | undefined;
|
|
2690
|
+
"dropdown": boolean;
|
|
2691
|
+
"badgeCount": number | undefined;
|
|
2692
|
+
"elevation": ButtonElevation | undefined;
|
|
2693
|
+
"loading": boolean;
|
|
2694
|
+
"inactive": boolean;
|
|
2695
|
+
"href": string | undefined;
|
|
2696
|
+
"target": string | undefined;
|
|
2697
|
+
"type": 'button' | 'submit' | 'reset';
|
|
2698
|
+
"ariaLabel": string | undefined;
|
|
2699
|
+
"ariaLabelledby": string | undefined;
|
|
2700
|
+
}
|
|
2701
|
+
interface DsButtonGroupAttributes {
|
|
2702
|
+
"elevation": ButtonGroupElevation;
|
|
2703
|
+
"size": ButtonGroupSize;
|
|
2704
|
+
"rounded": boolean;
|
|
2705
|
+
}
|
|
2706
|
+
interface DsCardAttributes {
|
|
2707
|
+
"elevation": CardElevation;
|
|
2708
|
+
"radius": CardRadius;
|
|
2709
|
+
}
|
|
2710
|
+
interface DsCheckboxAttributes {
|
|
2711
|
+
"label": string;
|
|
2712
|
+
"checked": boolean;
|
|
2713
|
+
"indeterminate": boolean;
|
|
2714
|
+
"inactive": boolean;
|
|
2715
|
+
}
|
|
2716
|
+
interface DsDividerAttributes {
|
|
2717
|
+
"orientation": DividerOrientation;
|
|
2718
|
+
}
|
|
2719
|
+
interface DsEmptyStateAttributes {
|
|
2720
|
+
"type": EmptyStateType;
|
|
2721
|
+
"message": string | undefined;
|
|
2722
|
+
}
|
|
2723
|
+
interface DsFadeAttributes {
|
|
2724
|
+
"side": FadeSide;
|
|
2725
|
+
"height": string | undefined;
|
|
2726
|
+
"background": string;
|
|
2727
|
+
}
|
|
2728
|
+
interface DsFieldAttributes {
|
|
2729
|
+
"label": string;
|
|
2730
|
+
"fieldId": string | undefined;
|
|
2731
|
+
}
|
|
2732
|
+
interface DsHeaderAttributes {
|
|
2733
|
+
"heading": string | undefined;
|
|
2734
|
+
"background": HeaderBackground;
|
|
2735
|
+
}
|
|
2736
|
+
interface DsIconAttributes {
|
|
2737
|
+
"name": string;
|
|
2738
|
+
"size": IconSize;
|
|
2739
|
+
"color": IconColor | undefined;
|
|
2740
|
+
"label": string | undefined;
|
|
2741
|
+
"flag": boolean;
|
|
2742
|
+
}
|
|
2743
|
+
interface DsInputAttributes {
|
|
2744
|
+
"value": string;
|
|
2745
|
+
"placeholder": string | undefined;
|
|
2746
|
+
"type": InputType;
|
|
2747
|
+
"inactive": boolean;
|
|
2748
|
+
"autoFocus": boolean;
|
|
2749
|
+
"error": boolean;
|
|
2750
|
+
"errorMessage": string | undefined;
|
|
2751
|
+
"inputId": string | undefined;
|
|
2752
|
+
"ariaLabel": string | undefined;
|
|
2753
|
+
"ariaLabelledby": string | undefined;
|
|
2754
|
+
"ariaDescribedby": string | undefined;
|
|
2755
|
+
}
|
|
2756
|
+
interface DsLabelWrapAttributes {
|
|
2757
|
+
"size": LabelWrapSize;
|
|
2758
|
+
"truncate": boolean;
|
|
2759
|
+
}
|
|
2760
|
+
interface DsLoaderAttributes {
|
|
2761
|
+
"size": number;
|
|
2762
|
+
"label": string | undefined;
|
|
2763
|
+
}
|
|
2764
|
+
interface DsMenuAttributes {
|
|
2765
|
+
"open": boolean;
|
|
2766
|
+
"side": MenuSide;
|
|
2767
|
+
"align": MenuAlign;
|
|
2768
|
+
"sideOffset": number;
|
|
2769
|
+
"alignOffset": number;
|
|
2770
|
+
"menuWidth": string | undefined;
|
|
2771
|
+
"minWidth": string | undefined;
|
|
2772
|
+
"anchorId": string | undefined;
|
|
2773
|
+
}
|
|
2774
|
+
interface DsModalAttributes {
|
|
2775
|
+
"open": boolean;
|
|
2776
|
+
"heading": string;
|
|
2777
|
+
"subtitle": string | undefined;
|
|
2778
|
+
"modalWidth": ModalWidth | string;
|
|
2779
|
+
}
|
|
2780
|
+
interface DsPaginationAttributes {
|
|
2781
|
+
"page": number;
|
|
2782
|
+
"totalPages": number;
|
|
2783
|
+
"siblingCount": number;
|
|
2784
|
+
"inactive": boolean;
|
|
2785
|
+
}
|
|
2786
|
+
interface DsPanelNavAttributes {
|
|
2787
|
+
"variant": PanelNavVariant;
|
|
2788
|
+
"disableViewTransition": boolean;
|
|
2789
|
+
"groups": string | PanelNavGroup[];
|
|
2790
|
+
"routerMode": PanelNavRouterMode;
|
|
2791
|
+
"activeId": string;
|
|
2792
|
+
"collapsed": boolean;
|
|
2793
|
+
"breakpoint": number;
|
|
2794
|
+
"storageKey": string;
|
|
2795
|
+
"currentUrl": string;
|
|
2796
|
+
"userName": string;
|
|
2797
|
+
"userInitial": string;
|
|
2798
|
+
}
|
|
2799
|
+
interface DsRadioGroupAttributes {
|
|
2800
|
+
"value": string;
|
|
2801
|
+
"direction": 'vertical' | 'horizontal';
|
|
2802
|
+
"inactive": boolean;
|
|
2803
|
+
"ariaLabel": string | undefined;
|
|
2804
|
+
"ariaLabelledby": string | undefined;
|
|
2805
|
+
}
|
|
2806
|
+
interface DsScrollbarAttributes {
|
|
2807
|
+
"variant": ScrollbarVariant;
|
|
2808
|
+
"showTrackOnHover": boolean;
|
|
2809
|
+
}
|
|
2810
|
+
interface DsSelectAttributes {
|
|
2811
|
+
"value": string;
|
|
2812
|
+
"placeholder": string;
|
|
2813
|
+
"inactive": boolean;
|
|
2814
|
+
"ariaLabel": string | undefined;
|
|
2815
|
+
"ariaLabelledby": string | undefined;
|
|
2816
|
+
}
|
|
2817
|
+
interface DsSidebarAttributes {
|
|
2818
|
+
"collapsed": boolean;
|
|
2819
|
+
"width": string;
|
|
2820
|
+
"resizable": boolean;
|
|
2821
|
+
"mobile": boolean;
|
|
2822
|
+
}
|
|
2823
|
+
interface DsSkeletonAttributes {
|
|
2824
|
+
"variant": SkeletonVariant;
|
|
2825
|
+
"width": string;
|
|
2826
|
+
"height": string;
|
|
2827
|
+
"lines": number;
|
|
2828
|
+
"shimmer": boolean;
|
|
2829
|
+
}
|
|
2830
|
+
interface DsSliderAttributes {
|
|
2831
|
+
"value": number;
|
|
2832
|
+
"min": number;
|
|
2833
|
+
"max": number;
|
|
2834
|
+
"step": number;
|
|
2835
|
+
"label": string;
|
|
2836
|
+
"inactive": boolean;
|
|
2837
|
+
"valueText": string | undefined;
|
|
2838
|
+
"inputId": string | undefined;
|
|
2839
|
+
}
|
|
2840
|
+
interface DsSurfaceAttributes {
|
|
2841
|
+
"background": SurfaceBackground;
|
|
2842
|
+
"intent": SurfaceIntent | undefined;
|
|
2843
|
+
"contrast": SurfaceContrast;
|
|
2844
|
+
"elevation": SurfaceElevation;
|
|
2845
|
+
"edge": string | undefined;
|
|
2846
|
+
"radius": SurfaceRadius | undefined;
|
|
2847
|
+
"interactive": boolean;
|
|
2848
|
+
"selected": boolean;
|
|
2849
|
+
"inactive": boolean;
|
|
2850
|
+
"as": SurfaceElement;
|
|
2851
|
+
}
|
|
2852
|
+
interface DsTabGroupAttributes {
|
|
2853
|
+
"value": string;
|
|
2854
|
+
"background": TabBackground | undefined;
|
|
2855
|
+
"ariaLabel": string | undefined;
|
|
2856
|
+
"ariaLabelledby": string | undefined;
|
|
2857
|
+
"orientation": 'horizontal' | 'vertical';
|
|
2858
|
+
}
|
|
2859
|
+
interface DsTabGroupNavAttributes {
|
|
2860
|
+
"value": string;
|
|
2861
|
+
"background": TabGroupNavBackground | undefined;
|
|
2862
|
+
"ariaLabel": string | undefined;
|
|
2863
|
+
"ariaLabelledby": string | undefined;
|
|
2864
|
+
"orientation": 'horizontal' | 'vertical';
|
|
2865
|
+
}
|
|
2866
|
+
interface DsTableAttributes {
|
|
2867
|
+
"loading": boolean;
|
|
2868
|
+
"emptyMessage": string;
|
|
2869
|
+
"selectedRows": string;
|
|
2870
|
+
"pageIndex": number | undefined;
|
|
2871
|
+
"pageSize": number;
|
|
2872
|
+
}
|
|
2873
|
+
interface DsTagAttributes {
|
|
2874
|
+
"label": string;
|
|
2875
|
+
"intent": TagIntent;
|
|
2876
|
+
"contrast": TagContrast;
|
|
2877
|
+
"elevation": TagElevation;
|
|
2878
|
+
"size": TagSize;
|
|
2879
|
+
"rounded": boolean;
|
|
2880
|
+
"removable": boolean;
|
|
2881
|
+
"maxWidth": string;
|
|
2882
|
+
"inactive": boolean;
|
|
2883
|
+
"background": TagBackground | undefined;
|
|
2884
|
+
"pressed": boolean;
|
|
2885
|
+
"interactive": boolean;
|
|
2886
|
+
}
|
|
2887
|
+
interface DsTextAttributes {
|
|
2888
|
+
"variant": TextVariant;
|
|
2889
|
+
"color": TextColor | undefined;
|
|
2890
|
+
"decoration": TextDecoration | undefined;
|
|
2891
|
+
"italic": boolean;
|
|
2892
|
+
"align": TextAlign | undefined;
|
|
2893
|
+
"lineTruncation": string;
|
|
2894
|
+
"wrap": TextWrap | undefined;
|
|
2895
|
+
"as": TextElement;
|
|
2896
|
+
"for": string | undefined;
|
|
2897
|
+
}
|
|
2898
|
+
interface DsToastProviderAttributes {
|
|
2899
|
+
"position": ToastPosition;
|
|
2900
|
+
}
|
|
2901
|
+
interface DsToggleAttributes {
|
|
2902
|
+
"checked": boolean;
|
|
2903
|
+
"inactive": boolean;
|
|
2904
|
+
}
|
|
2905
|
+
interface DsToggleButtonAttributes {
|
|
2906
|
+
"elevation": ToggleButtonElevation;
|
|
2907
|
+
"label": string | undefined;
|
|
2908
|
+
"icon": string | undefined;
|
|
2909
|
+
"size": ToggleButtonSize;
|
|
2910
|
+
"rounded": boolean;
|
|
2911
|
+
"background": ToggleButtonBackground | undefined;
|
|
2912
|
+
"pressed": boolean;
|
|
2913
|
+
"inactive": boolean;
|
|
2914
|
+
"ariaLabel": string | undefined;
|
|
2915
|
+
}
|
|
2916
|
+
interface DsToggleButtonGroupAttributes {
|
|
2917
|
+
"value": string;
|
|
2918
|
+
"elevation": ToggleGroupElevation;
|
|
2919
|
+
"size": ToggleGroupSize;
|
|
2920
|
+
"rounded": boolean;
|
|
2921
|
+
"background": ToggleGroupBackground | undefined;
|
|
2922
|
+
}
|
|
2923
|
+
interface DsTooltipAttributes {
|
|
2924
|
+
"label": string;
|
|
2925
|
+
"side": TooltipSide;
|
|
2926
|
+
"align": TooltipAlign;
|
|
2927
|
+
"sideOffset": number;
|
|
2928
|
+
"alignOffset": number;
|
|
2929
|
+
"delay": number;
|
|
2930
|
+
"shortcutKey": string | undefined;
|
|
2931
|
+
"shortcutKeyPosition": 'start' | 'end';
|
|
2932
|
+
}
|
|
2933
|
+
|
|
2934
|
+
interface IntrinsicElements {
|
|
2935
|
+
"ds-accordion": Omit<DsAccordion, keyof DsAccordionAttributes> & { [K in keyof DsAccordion & keyof DsAccordionAttributes]?: DsAccordion[K] } & { [K in keyof DsAccordion & keyof DsAccordionAttributes as `attr:${K}`]?: DsAccordionAttributes[K] } & { [K in keyof DsAccordion & keyof DsAccordionAttributes as `prop:${K}`]?: DsAccordion[K] };
|
|
2936
|
+
"ds-badge": Omit<DsBadge, keyof DsBadgeAttributes> & { [K in keyof DsBadge & keyof DsBadgeAttributes]?: DsBadge[K] } & { [K in keyof DsBadge & keyof DsBadgeAttributes as `attr:${K}`]?: DsBadgeAttributes[K] } & { [K in keyof DsBadge & keyof DsBadgeAttributes as `prop:${K}`]?: DsBadge[K] };
|
|
2937
|
+
"ds-banner": Omit<DsBanner, keyof DsBannerAttributes> & { [K in keyof DsBanner & keyof DsBannerAttributes]?: DsBanner[K] } & { [K in keyof DsBanner & keyof DsBannerAttributes as `attr:${K}`]?: DsBannerAttributes[K] } & { [K in keyof DsBanner & keyof DsBannerAttributes as `prop:${K}`]?: DsBanner[K] };
|
|
2938
|
+
"ds-bar-nav": Omit<DsBarNav, keyof DsBarNavAttributes> & { [K in keyof DsBarNav & keyof DsBarNavAttributes]?: DsBarNav[K] } & { [K in keyof DsBarNav & keyof DsBarNavAttributes as `attr:${K}`]?: DsBarNavAttributes[K] } & { [K in keyof DsBarNav & keyof DsBarNavAttributes as `prop:${K}`]?: DsBarNav[K] };
|
|
2939
|
+
"ds-bar-nav-action": Omit<DsBarNavAction, keyof DsBarNavActionAttributes> & { [K in keyof DsBarNavAction & keyof DsBarNavActionAttributes]?: DsBarNavAction[K] } & { [K in keyof DsBarNavAction & keyof DsBarNavActionAttributes as `attr:${K}`]?: DsBarNavActionAttributes[K] } & { [K in keyof DsBarNavAction & keyof DsBarNavActionAttributes as `prop:${K}`]?: DsBarNavAction[K] };
|
|
2940
|
+
"ds-breadcrumb": Omit<DsBreadcrumb, keyof DsBreadcrumbAttributes> & { [K in keyof DsBreadcrumb & keyof DsBreadcrumbAttributes]?: DsBreadcrumb[K] } & { [K in keyof DsBreadcrumb & keyof DsBreadcrumbAttributes as `attr:${K}`]?: DsBreadcrumbAttributes[K] } & { [K in keyof DsBreadcrumb & keyof DsBreadcrumbAttributes as `prop:${K}`]?: DsBreadcrumb[K] };
|
|
2941
|
+
"ds-button": Omit<DsButton, keyof DsButtonAttributes> & { [K in keyof DsButton & keyof DsButtonAttributes]?: DsButton[K] } & { [K in keyof DsButton & keyof DsButtonAttributes as `attr:${K}`]?: DsButtonAttributes[K] } & { [K in keyof DsButton & keyof DsButtonAttributes as `prop:${K}`]?: DsButton[K] };
|
|
2942
|
+
"ds-button-group": Omit<DsButtonGroup, keyof DsButtonGroupAttributes> & { [K in keyof DsButtonGroup & keyof DsButtonGroupAttributes]?: DsButtonGroup[K] } & { [K in keyof DsButtonGroup & keyof DsButtonGroupAttributes as `attr:${K}`]?: DsButtonGroupAttributes[K] } & { [K in keyof DsButtonGroup & keyof DsButtonGroupAttributes as `prop:${K}`]?: DsButtonGroup[K] };
|
|
2943
|
+
"ds-card": Omit<DsCard, keyof DsCardAttributes> & { [K in keyof DsCard & keyof DsCardAttributes]?: DsCard[K] } & { [K in keyof DsCard & keyof DsCardAttributes as `attr:${K}`]?: DsCardAttributes[K] } & { [K in keyof DsCard & keyof DsCardAttributes as `prop:${K}`]?: DsCard[K] };
|
|
2944
|
+
"ds-checkbox": Omit<DsCheckbox, keyof DsCheckboxAttributes> & { [K in keyof DsCheckbox & keyof DsCheckboxAttributes]?: DsCheckbox[K] } & { [K in keyof DsCheckbox & keyof DsCheckboxAttributes as `attr:${K}`]?: DsCheckboxAttributes[K] } & { [K in keyof DsCheckbox & keyof DsCheckboxAttributes as `prop:${K}`]?: DsCheckbox[K] } & OneOf<"label", DsCheckbox["label"], DsCheckboxAttributes["label"]>;
|
|
2945
|
+
"ds-divider": Omit<DsDivider, keyof DsDividerAttributes> & { [K in keyof DsDivider & keyof DsDividerAttributes]?: DsDivider[K] } & { [K in keyof DsDivider & keyof DsDividerAttributes as `attr:${K}`]?: DsDividerAttributes[K] } & { [K in keyof DsDivider & keyof DsDividerAttributes as `prop:${K}`]?: DsDivider[K] };
|
|
2946
|
+
"ds-empty-state": Omit<DsEmptyState, keyof DsEmptyStateAttributes> & { [K in keyof DsEmptyState & keyof DsEmptyStateAttributes]?: DsEmptyState[K] } & { [K in keyof DsEmptyState & keyof DsEmptyStateAttributes as `attr:${K}`]?: DsEmptyStateAttributes[K] } & { [K in keyof DsEmptyState & keyof DsEmptyStateAttributes as `prop:${K}`]?: DsEmptyState[K] };
|
|
2947
|
+
"ds-fade": Omit<DsFade, keyof DsFadeAttributes> & { [K in keyof DsFade & keyof DsFadeAttributes]?: DsFade[K] } & { [K in keyof DsFade & keyof DsFadeAttributes as `attr:${K}`]?: DsFadeAttributes[K] } & { [K in keyof DsFade & keyof DsFadeAttributes as `prop:${K}`]?: DsFade[K] } & OneOf<"side", DsFade["side"], DsFadeAttributes["side"]>;
|
|
2948
|
+
"ds-field": Omit<DsField, keyof DsFieldAttributes> & { [K in keyof DsField & keyof DsFieldAttributes]?: DsField[K] } & { [K in keyof DsField & keyof DsFieldAttributes as `attr:${K}`]?: DsFieldAttributes[K] } & { [K in keyof DsField & keyof DsFieldAttributes as `prop:${K}`]?: DsField[K] } & OneOf<"label", DsField["label"], DsFieldAttributes["label"]>;
|
|
2949
|
+
"ds-header": Omit<DsHeader, keyof DsHeaderAttributes> & { [K in keyof DsHeader & keyof DsHeaderAttributes]?: DsHeader[K] } & { [K in keyof DsHeader & keyof DsHeaderAttributes as `attr:${K}`]?: DsHeaderAttributes[K] } & { [K in keyof DsHeader & keyof DsHeaderAttributes as `prop:${K}`]?: DsHeader[K] };
|
|
2950
|
+
"ds-icon": Omit<DsIcon, keyof DsIconAttributes> & { [K in keyof DsIcon & keyof DsIconAttributes]?: DsIcon[K] } & { [K in keyof DsIcon & keyof DsIconAttributes as `attr:${K}`]?: DsIconAttributes[K] } & { [K in keyof DsIcon & keyof DsIconAttributes as `prop:${K}`]?: DsIcon[K] };
|
|
2951
|
+
"ds-input": Omit<DsInput, keyof DsInputAttributes> & { [K in keyof DsInput & keyof DsInputAttributes]?: DsInput[K] } & { [K in keyof DsInput & keyof DsInputAttributes as `attr:${K}`]?: DsInputAttributes[K] } & { [K in keyof DsInput & keyof DsInputAttributes as `prop:${K}`]?: DsInput[K] };
|
|
2952
|
+
"ds-label-wrap": Omit<DsLabelWrap, keyof DsLabelWrapAttributes> & { [K in keyof DsLabelWrap & keyof DsLabelWrapAttributes]?: DsLabelWrap[K] } & { [K in keyof DsLabelWrap & keyof DsLabelWrapAttributes as `attr:${K}`]?: DsLabelWrapAttributes[K] } & { [K in keyof DsLabelWrap & keyof DsLabelWrapAttributes as `prop:${K}`]?: DsLabelWrap[K] };
|
|
2953
|
+
"ds-loader": Omit<DsLoader, keyof DsLoaderAttributes> & { [K in keyof DsLoader & keyof DsLoaderAttributes]?: DsLoader[K] } & { [K in keyof DsLoader & keyof DsLoaderAttributes as `attr:${K}`]?: DsLoaderAttributes[K] } & { [K in keyof DsLoader & keyof DsLoaderAttributes as `prop:${K}`]?: DsLoader[K] };
|
|
2954
|
+
"ds-menu": Omit<DsMenu, keyof DsMenuAttributes> & { [K in keyof DsMenu & keyof DsMenuAttributes]?: DsMenu[K] } & { [K in keyof DsMenu & keyof DsMenuAttributes as `attr:${K}`]?: DsMenuAttributes[K] } & { [K in keyof DsMenu & keyof DsMenuAttributes as `prop:${K}`]?: DsMenu[K] };
|
|
2955
|
+
"ds-modal": Omit<DsModal, keyof DsModalAttributes> & { [K in keyof DsModal & keyof DsModalAttributes]?: DsModal[K] } & { [K in keyof DsModal & keyof DsModalAttributes as `attr:${K}`]?: DsModalAttributes[K] } & { [K in keyof DsModal & keyof DsModalAttributes as `prop:${K}`]?: DsModal[K] } & OneOf<"heading", DsModal["heading"], DsModalAttributes["heading"]>;
|
|
2956
|
+
"ds-pagination": Omit<DsPagination, keyof DsPaginationAttributes> & { [K in keyof DsPagination & keyof DsPaginationAttributes]?: DsPagination[K] } & { [K in keyof DsPagination & keyof DsPaginationAttributes as `attr:${K}`]?: DsPaginationAttributes[K] } & { [K in keyof DsPagination & keyof DsPaginationAttributes as `prop:${K}`]?: DsPagination[K] };
|
|
2957
|
+
"ds-panel-nav": Omit<DsPanelNav, keyof DsPanelNavAttributes> & { [K in keyof DsPanelNav & keyof DsPanelNavAttributes]?: DsPanelNav[K] } & { [K in keyof DsPanelNav & keyof DsPanelNavAttributes as `attr:${K}`]?: DsPanelNavAttributes[K] } & { [K in keyof DsPanelNav & keyof DsPanelNavAttributes as `prop:${K}`]?: DsPanelNav[K] };
|
|
2958
|
+
"ds-radio-group": Omit<DsRadioGroup, keyof DsRadioGroupAttributes> & { [K in keyof DsRadioGroup & keyof DsRadioGroupAttributes]?: DsRadioGroup[K] } & { [K in keyof DsRadioGroup & keyof DsRadioGroupAttributes as `attr:${K}`]?: DsRadioGroupAttributes[K] } & { [K in keyof DsRadioGroup & keyof DsRadioGroupAttributes as `prop:${K}`]?: DsRadioGroup[K] };
|
|
2959
|
+
"ds-scrollbar": Omit<DsScrollbar, keyof DsScrollbarAttributes> & { [K in keyof DsScrollbar & keyof DsScrollbarAttributes]?: DsScrollbar[K] } & { [K in keyof DsScrollbar & keyof DsScrollbarAttributes as `attr:${K}`]?: DsScrollbarAttributes[K] } & { [K in keyof DsScrollbar & keyof DsScrollbarAttributes as `prop:${K}`]?: DsScrollbar[K] };
|
|
2960
|
+
"ds-select": Omit<DsSelect, keyof DsSelectAttributes> & { [K in keyof DsSelect & keyof DsSelectAttributes]?: DsSelect[K] } & { [K in keyof DsSelect & keyof DsSelectAttributes as `attr:${K}`]?: DsSelectAttributes[K] } & { [K in keyof DsSelect & keyof DsSelectAttributes as `prop:${K}`]?: DsSelect[K] };
|
|
2961
|
+
"ds-sidebar": Omit<DsSidebar, keyof DsSidebarAttributes> & { [K in keyof DsSidebar & keyof DsSidebarAttributes]?: DsSidebar[K] } & { [K in keyof DsSidebar & keyof DsSidebarAttributes as `attr:${K}`]?: DsSidebarAttributes[K] } & { [K in keyof DsSidebar & keyof DsSidebarAttributes as `prop:${K}`]?: DsSidebar[K] };
|
|
2962
|
+
"ds-skeleton": Omit<DsSkeleton, keyof DsSkeletonAttributes> & { [K in keyof DsSkeleton & keyof DsSkeletonAttributes]?: DsSkeleton[K] } & { [K in keyof DsSkeleton & keyof DsSkeletonAttributes as `attr:${K}`]?: DsSkeletonAttributes[K] } & { [K in keyof DsSkeleton & keyof DsSkeletonAttributes as `prop:${K}`]?: DsSkeleton[K] };
|
|
2963
|
+
"ds-slider": Omit<DsSlider, keyof DsSliderAttributes> & { [K in keyof DsSlider & keyof DsSliderAttributes]?: DsSlider[K] } & { [K in keyof DsSlider & keyof DsSliderAttributes as `attr:${K}`]?: DsSliderAttributes[K] } & { [K in keyof DsSlider & keyof DsSliderAttributes as `prop:${K}`]?: DsSlider[K] } & OneOf<"label", DsSlider["label"], DsSliderAttributes["label"]>;
|
|
2964
|
+
"ds-surface": Omit<DsSurface, keyof DsSurfaceAttributes> & { [K in keyof DsSurface & keyof DsSurfaceAttributes]?: DsSurface[K] } & { [K in keyof DsSurface & keyof DsSurfaceAttributes as `attr:${K}`]?: DsSurfaceAttributes[K] } & { [K in keyof DsSurface & keyof DsSurfaceAttributes as `prop:${K}`]?: DsSurface[K] };
|
|
2965
|
+
"ds-tab-group": Omit<DsTabGroup, keyof DsTabGroupAttributes> & { [K in keyof DsTabGroup & keyof DsTabGroupAttributes]?: DsTabGroup[K] } & { [K in keyof DsTabGroup & keyof DsTabGroupAttributes as `attr:${K}`]?: DsTabGroupAttributes[K] } & { [K in keyof DsTabGroup & keyof DsTabGroupAttributes as `prop:${K}`]?: DsTabGroup[K] };
|
|
2966
|
+
"ds-tab-group-nav": Omit<DsTabGroupNav, keyof DsTabGroupNavAttributes> & { [K in keyof DsTabGroupNav & keyof DsTabGroupNavAttributes]?: DsTabGroupNav[K] } & { [K in keyof DsTabGroupNav & keyof DsTabGroupNavAttributes as `attr:${K}`]?: DsTabGroupNavAttributes[K] } & { [K in keyof DsTabGroupNav & keyof DsTabGroupNavAttributes as `prop:${K}`]?: DsTabGroupNav[K] };
|
|
2967
|
+
"ds-table": Omit<DsTable, keyof DsTableAttributes> & { [K in keyof DsTable & keyof DsTableAttributes]?: DsTable[K] } & { [K in keyof DsTable & keyof DsTableAttributes as `attr:${K}`]?: DsTableAttributes[K] } & { [K in keyof DsTable & keyof DsTableAttributes as `prop:${K}`]?: DsTable[K] };
|
|
2968
|
+
"ds-tag": Omit<DsTag, keyof DsTagAttributes> & { [K in keyof DsTag & keyof DsTagAttributes]?: DsTag[K] } & { [K in keyof DsTag & keyof DsTagAttributes as `attr:${K}`]?: DsTagAttributes[K] } & { [K in keyof DsTag & keyof DsTagAttributes as `prop:${K}`]?: DsTag[K] } & OneOf<"label", DsTag["label"], DsTagAttributes["label"]>;
|
|
2969
|
+
"ds-text": Omit<DsText, keyof DsTextAttributes> & { [K in keyof DsText & keyof DsTextAttributes]?: DsText[K] } & { [K in keyof DsText & keyof DsTextAttributes as `attr:${K}`]?: DsTextAttributes[K] } & { [K in keyof DsText & keyof DsTextAttributes as `prop:${K}`]?: DsText[K] };
|
|
2970
|
+
"ds-toast-provider": Omit<DsToastProvider, keyof DsToastProviderAttributes> & { [K in keyof DsToastProvider & keyof DsToastProviderAttributes]?: DsToastProvider[K] } & { [K in keyof DsToastProvider & keyof DsToastProviderAttributes as `attr:${K}`]?: DsToastProviderAttributes[K] } & { [K in keyof DsToastProvider & keyof DsToastProviderAttributes as `prop:${K}`]?: DsToastProvider[K] };
|
|
2971
|
+
"ds-toggle": Omit<DsToggle, keyof DsToggleAttributes> & { [K in keyof DsToggle & keyof DsToggleAttributes]?: DsToggle[K] } & { [K in keyof DsToggle & keyof DsToggleAttributes as `attr:${K}`]?: DsToggleAttributes[K] } & { [K in keyof DsToggle & keyof DsToggleAttributes as `prop:${K}`]?: DsToggle[K] };
|
|
2972
|
+
"ds-toggle-button": Omit<DsToggleButton, keyof DsToggleButtonAttributes> & { [K in keyof DsToggleButton & keyof DsToggleButtonAttributes]?: DsToggleButton[K] } & { [K in keyof DsToggleButton & keyof DsToggleButtonAttributes as `attr:${K}`]?: DsToggleButtonAttributes[K] } & { [K in keyof DsToggleButton & keyof DsToggleButtonAttributes as `prop:${K}`]?: DsToggleButton[K] };
|
|
2973
|
+
"ds-toggle-button-group": Omit<DsToggleButtonGroup, keyof DsToggleButtonGroupAttributes> & { [K in keyof DsToggleButtonGroup & keyof DsToggleButtonGroupAttributes]?: DsToggleButtonGroup[K] } & { [K in keyof DsToggleButtonGroup & keyof DsToggleButtonGroupAttributes as `attr:${K}`]?: DsToggleButtonGroupAttributes[K] } & { [K in keyof DsToggleButtonGroup & keyof DsToggleButtonGroupAttributes as `prop:${K}`]?: DsToggleButtonGroup[K] };
|
|
2974
|
+
"ds-tooltip": Omit<DsTooltip, keyof DsTooltipAttributes> & { [K in keyof DsTooltip & keyof DsTooltipAttributes]?: DsTooltip[K] } & { [K in keyof DsTooltip & keyof DsTooltipAttributes as `attr:${K}`]?: DsTooltipAttributes[K] } & { [K in keyof DsTooltip & keyof DsTooltipAttributes as `prop:${K}`]?: DsTooltip[K] } & OneOf<"label", DsTooltip["label"], DsTooltipAttributes["label"]>;
|
|
2975
|
+
}
|
|
2976
|
+
}
|
|
2977
|
+
export { LocalJSX as JSX };
|
|
2978
|
+
declare module "@stencil/core" {
|
|
2979
|
+
export namespace JSX {
|
|
2980
|
+
interface IntrinsicElements {
|
|
2981
|
+
"ds-accordion": LocalJSX.IntrinsicElements["ds-accordion"] & JSXBase.HTMLAttributes<HTMLDsAccordionElement>;
|
|
2982
|
+
"ds-badge": LocalJSX.IntrinsicElements["ds-badge"] & JSXBase.HTMLAttributes<HTMLDsBadgeElement>;
|
|
2983
|
+
"ds-banner": LocalJSX.IntrinsicElements["ds-banner"] & JSXBase.HTMLAttributes<HTMLDsBannerElement>;
|
|
2984
|
+
"ds-bar-nav": LocalJSX.IntrinsicElements["ds-bar-nav"] & JSXBase.HTMLAttributes<HTMLDsBarNavElement>;
|
|
2985
|
+
"ds-bar-nav-action": LocalJSX.IntrinsicElements["ds-bar-nav-action"] & JSXBase.HTMLAttributes<HTMLDsBarNavActionElement>;
|
|
2986
|
+
"ds-breadcrumb": LocalJSX.IntrinsicElements["ds-breadcrumb"] & JSXBase.HTMLAttributes<HTMLDsBreadcrumbElement>;
|
|
2987
|
+
"ds-button": LocalJSX.IntrinsicElements["ds-button"] & JSXBase.HTMLAttributes<HTMLDsButtonElement>;
|
|
2988
|
+
"ds-button-group": LocalJSX.IntrinsicElements["ds-button-group"] & JSXBase.HTMLAttributes<HTMLDsButtonGroupElement>;
|
|
2989
|
+
"ds-card": LocalJSX.IntrinsicElements["ds-card"] & JSXBase.HTMLAttributes<HTMLDsCardElement>;
|
|
2990
|
+
"ds-checkbox": LocalJSX.IntrinsicElements["ds-checkbox"] & JSXBase.HTMLAttributes<HTMLDsCheckboxElement>;
|
|
2991
|
+
"ds-divider": LocalJSX.IntrinsicElements["ds-divider"] & JSXBase.HTMLAttributes<HTMLDsDividerElement>;
|
|
2992
|
+
"ds-empty-state": LocalJSX.IntrinsicElements["ds-empty-state"] & JSXBase.HTMLAttributes<HTMLDsEmptyStateElement>;
|
|
2993
|
+
"ds-fade": LocalJSX.IntrinsicElements["ds-fade"] & JSXBase.HTMLAttributes<HTMLDsFadeElement>;
|
|
2994
|
+
"ds-field": LocalJSX.IntrinsicElements["ds-field"] & JSXBase.HTMLAttributes<HTMLDsFieldElement>;
|
|
2995
|
+
"ds-header": LocalJSX.IntrinsicElements["ds-header"] & JSXBase.HTMLAttributes<HTMLDsHeaderElement>;
|
|
2996
|
+
"ds-icon": LocalJSX.IntrinsicElements["ds-icon"] & JSXBase.HTMLAttributes<HTMLDsIconElement>;
|
|
2997
|
+
"ds-input": LocalJSX.IntrinsicElements["ds-input"] & JSXBase.HTMLAttributes<HTMLDsInputElement>;
|
|
2998
|
+
/**
|
|
2999
|
+
* Internal utility wrapper that kills line-height struts and adds optical
|
|
3000
|
+
* horizontal padding. Used inside interactive components (Button, Tag, etc.)
|
|
3001
|
+
* Not intended as a standalone consumer-facing component — internal use only.
|
|
3002
|
+
*/
|
|
3003
|
+
"ds-label-wrap": LocalJSX.IntrinsicElements["ds-label-wrap"] & JSXBase.HTMLAttributes<HTMLDsLabelWrapElement>;
|
|
3004
|
+
"ds-loader": LocalJSX.IntrinsicElements["ds-loader"] & JSXBase.HTMLAttributes<HTMLDsLoaderElement>;
|
|
3005
|
+
"ds-menu": LocalJSX.IntrinsicElements["ds-menu"] & JSXBase.HTMLAttributes<HTMLDsMenuElement>;
|
|
3006
|
+
"ds-modal": LocalJSX.IntrinsicElements["ds-modal"] & JSXBase.HTMLAttributes<HTMLDsModalElement>;
|
|
3007
|
+
"ds-pagination": LocalJSX.IntrinsicElements["ds-pagination"] & JSXBase.HTMLAttributes<HTMLDsPaginationElement>;
|
|
3008
|
+
"ds-panel-nav": LocalJSX.IntrinsicElements["ds-panel-nav"] & JSXBase.HTMLAttributes<HTMLDsPanelNavElement>;
|
|
3009
|
+
"ds-radio-group": LocalJSX.IntrinsicElements["ds-radio-group"] & JSXBase.HTMLAttributes<HTMLDsRadioGroupElement>;
|
|
3010
|
+
"ds-scrollbar": LocalJSX.IntrinsicElements["ds-scrollbar"] & JSXBase.HTMLAttributes<HTMLDsScrollbarElement>;
|
|
3011
|
+
"ds-select": LocalJSX.IntrinsicElements["ds-select"] & JSXBase.HTMLAttributes<HTMLDsSelectElement>;
|
|
3012
|
+
"ds-sidebar": LocalJSX.IntrinsicElements["ds-sidebar"] & JSXBase.HTMLAttributes<HTMLDsSidebarElement>;
|
|
3013
|
+
"ds-skeleton": LocalJSX.IntrinsicElements["ds-skeleton"] & JSXBase.HTMLAttributes<HTMLDsSkeletonElement>;
|
|
3014
|
+
"ds-slider": LocalJSX.IntrinsicElements["ds-slider"] & JSXBase.HTMLAttributes<HTMLDsSliderElement>;
|
|
3015
|
+
"ds-surface": LocalJSX.IntrinsicElements["ds-surface"] & JSXBase.HTMLAttributes<HTMLDsSurfaceElement>;
|
|
3016
|
+
"ds-tab-group": LocalJSX.IntrinsicElements["ds-tab-group"] & JSXBase.HTMLAttributes<HTMLDsTabGroupElement>;
|
|
3017
|
+
"ds-tab-group-nav": LocalJSX.IntrinsicElements["ds-tab-group-nav"] & JSXBase.HTMLAttributes<HTMLDsTabGroupNavElement>;
|
|
3018
|
+
"ds-table": LocalJSX.IntrinsicElements["ds-table"] & JSXBase.HTMLAttributes<HTMLDsTableElement>;
|
|
3019
|
+
"ds-tag": LocalJSX.IntrinsicElements["ds-tag"] & JSXBase.HTMLAttributes<HTMLDsTagElement>;
|
|
3020
|
+
"ds-text": LocalJSX.IntrinsicElements["ds-text"] & JSXBase.HTMLAttributes<HTMLDsTextElement>;
|
|
3021
|
+
"ds-toast-provider": LocalJSX.IntrinsicElements["ds-toast-provider"] & JSXBase.HTMLAttributes<HTMLDsToastProviderElement>;
|
|
3022
|
+
"ds-toggle": LocalJSX.IntrinsicElements["ds-toggle"] & JSXBase.HTMLAttributes<HTMLDsToggleElement>;
|
|
3023
|
+
"ds-toggle-button": LocalJSX.IntrinsicElements["ds-toggle-button"] & JSXBase.HTMLAttributes<HTMLDsToggleButtonElement>;
|
|
3024
|
+
"ds-toggle-button-group": LocalJSX.IntrinsicElements["ds-toggle-button-group"] & JSXBase.HTMLAttributes<HTMLDsToggleButtonGroupElement>;
|
|
3025
|
+
"ds-tooltip": LocalJSX.IntrinsicElements["ds-tooltip"] & JSXBase.HTMLAttributes<HTMLDsTooltipElement>;
|
|
3026
|
+
}
|
|
3027
|
+
}
|
|
3028
|
+
}
|