@ds-mo/ui 11.0.0 → 12.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/.build-stamp +1 -1
- package/dist/agent-patterns.json +150 -9
- package/dist/agent.json +940 -220
- package/dist/angular/ds-bar-title.d.ts +28 -0
- package/dist/angular/ds-bar-title.js +48 -0
- package/dist/angular/ds-button-filled.d.ts +1 -1
- package/dist/angular/ds-button-filled.js +3 -3
- package/dist/angular/ds-chart-donut.d.ts +1 -1
- package/dist/angular/ds-chart-donut.js +3 -3
- package/dist/angular/ds-panel-nav.d.ts +1 -1
- package/dist/angular/{ds-app-shell.d.ts → ds-shell-app.d.ts} +5 -5
- package/dist/angular/{ds-app-shell.js → ds-shell-app.js} +10 -10
- package/dist/angular/ds-shell-page.d.ts +12 -0
- package/dist/angular/ds-shell-page.js +38 -0
- package/dist/angular/index.d.ts +1 -1
- package/dist/angular/index.js +3 -1
- package/dist/angular/proxies.d.ts +3 -1
- package/dist/angular/proxies.js +3 -1
- package/dist/components/ds-agent-activity.js +1 -1
- package/dist/components/ds-agent-response.js +1 -1
- package/dist/components/ds-agent-response.js.map +1 -1
- package/dist/components/ds-agent-source-list.js +1 -1
- package/dist/components/ds-agent-tool-call.js +1 -1
- package/dist/components/ds-attachment-list.js +1 -1
- package/dist/components/ds-avatar.js +1 -1
- package/dist/components/ds-avatar.js.map +1 -1
- package/dist/components/ds-badge.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-app-shell.d.ts → ds-bar-title.d.ts} +4 -4
- package/dist/components/ds-bar-title.js +2 -0
- package/dist/components/ds-bar-title.js.map +1 -0
- package/dist/components/ds-button-filled.js +1 -1
- package/dist/components/ds-button-unfilled.js +1 -1
- package/dist/components/ds-card-data-viz-donut.js +1 -1
- package/dist/components/ds-card-data-viz-donut.js.map +1 -1
- package/dist/components/ds-card-setting.js +1 -1
- package/dist/components/ds-card-shell-data-viz.js +1 -1
- package/dist/components/ds-chart-bar.js +1 -1
- package/dist/components/ds-chart-donut.js +1 -1
- package/dist/components/ds-chart-donut.js.map +1 -1
- package/dist/components/ds-chart-legend.js +1 -1
- package/dist/components/ds-chart-line.js +1 -1
- package/dist/components/ds-checkbox.js +1 -1
- package/dist/components/ds-chip.js +1 -1
- package/dist/components/ds-code-block.js +1 -1
- package/dist/components/ds-conversation-list-item.js +1 -1
- package/dist/components/ds-conversation-list-item.js.map +1 -1
- package/dist/components/ds-conversation-list-section.js +1 -1
- package/dist/components/ds-conversation-list.js +1 -1
- package/dist/components/ds-empty-state.js +1 -1
- package/dist/components/ds-field.js +1 -1
- package/dist/components/ds-input.js +1 -1
- package/dist/components/ds-markdown.js +1 -1
- package/dist/components/ds-menu.js +1 -1
- package/dist/components/ds-message-composer.js +1 -1
- package/dist/components/ds-message-composer.js.map +1 -1
- package/dist/components/ds-message-scroller.js +1 -1
- package/dist/components/ds-message-scroller.js.map +1 -1
- package/dist/components/ds-message.js +1 -1
- package/dist/components/ds-modal.js +1 -1
- package/dist/components/ds-modal.js.map +1 -1
- package/dist/components/ds-panel-nav.js +1 -1
- package/dist/components/ds-panel-nav.js.map +1 -1
- package/dist/components/ds-panel-sub-nav.js +1 -1
- package/dist/components/ds-panel-sub-nav.js.map +1 -1
- package/dist/components/ds-panel-tool-header.js +1 -1
- package/dist/components/ds-panel-tool-search.js +1 -1
- package/dist/components/ds-panel-tool-search.js.map +1 -1
- package/dist/components/ds-panel-tools.js +1 -1
- package/dist/components/ds-panel-tools.js.map +1 -1
- package/dist/components/ds-radio.js +1 -1
- package/dist/components/ds-select-multi.js +1 -1
- package/dist/components/ds-select-multi.js.map +1 -1
- package/dist/components/ds-select.js +1 -1
- package/dist/components/ds-select.js.map +1 -1
- package/dist/components/ds-shell-app.d.ts +11 -0
- package/dist/components/ds-shell-app.js +2 -0
- package/dist/components/ds-shell-app.js.map +1 -0
- package/dist/components/ds-shell-gradient-picker.js +1 -1
- package/dist/components/ds-shell-gradient-swatch.js +1 -1
- package/dist/components/ds-shell-page.d.ts +11 -0
- package/dist/components/ds-shell-page.js +2 -0
- package/dist/components/ds-shell-page.js.map +1 -0
- package/dist/components/ds-skeleton.js +1 -1
- package/dist/components/ds-slider.js +1 -1
- package/dist/components/ds-slider.js.map +1 -1
- package/dist/components/ds-swatch-picker.js +1 -1
- package/dist/components/ds-switch.js +1 -1
- package/dist/components/ds-tab-group.js +1 -1
- package/dist/components/ds-tag.js +1 -1
- package/dist/components/ds-text.js +1 -1
- package/dist/components/ds-toast.js +1 -1
- package/dist/components/ds-toast.js.map +1 -1
- package/dist/components/ds-tooltip-data-viz.js +1 -1
- package/dist/components/ds-tooltip-data-viz.js.map +1 -1
- package/dist/components/ds-tooltip.js +1 -1
- package/dist/components/ds-typing-indicator.js +1 -1
- package/dist/components/{p-DJ78wdNv.js → p-6vj4kh70.js} +2 -2
- package/dist/components/p-B3YvoGjS.js +2 -0
- package/dist/components/p-B3YvoGjS.js.map +1 -0
- package/dist/components/{p-BEWtqFX7.js → p-BH3es4p7.js} +2 -2
- package/dist/components/p-BUmDHPr3.js +2 -0
- package/dist/components/p-BUmDHPr3.js.map +1 -0
- package/dist/components/p-BYHKdFzV.js +2 -0
- package/dist/components/p-BYHKdFzV.js.map +1 -0
- package/dist/components/p-BZZwQfmN.js +2 -0
- package/dist/components/{p-CbckeueL.js.map → p-BZZwQfmN.js.map} +1 -1
- package/dist/components/{p-Dh4q5TSS.js → p-BhKhX1er.js} +2 -2
- package/dist/components/{p-CZZYGqKz.js → p-Bs6SS34m.js} +2 -2
- package/dist/components/p-CUik7PCi.js +2 -0
- package/dist/components/p-CUik7PCi.js.map +1 -0
- package/dist/components/{p-M5pt9I13.js → p-Cf-i-6aE.js} +2 -2
- package/dist/components/{p-C8e2A66f.js → p-Cf2J9MEo.js} +2 -2
- package/dist/components/{p-bDx_rlLm.js → p-CwTVEAl2.js} +2 -2
- package/dist/components/p-Cy04lXlc.js +2 -0
- package/dist/components/p-Cy04lXlc.js.map +1 -0
- package/dist/components/{p-BKhG2xrW.js → p-D2x17ei-.js} +1 -1
- package/dist/components/{p-BKhG2xrW.js.map → p-D2x17ei-.js.map} +1 -1
- package/dist/components/{p-CjP8sYlo.js → p-DABj3qTX.js} +2 -2
- package/dist/components/{p-DTqCBjUj.js → p-DUHcJWTQ.js} +2 -2
- package/dist/components/{p-CPPAndX2.js → p-DVk0wxxX.js} +2 -2
- package/dist/components/p-DfIch2Dk.js +2 -0
- package/dist/components/{p-BMwnjAIq.js.map → p-DfIch2Dk.js.map} +1 -1
- package/dist/components/p-Dg3xLna0.js +2 -0
- package/dist/components/{p-C_0Q8Cnp.js.map → p-Dg3xLna0.js.map} +1 -1
- package/dist/components/{p-DrDHC7V6.js → p-DxeHimqk.js} +2 -2
- package/dist/components/{p-DrDHC7V6.js.map → p-DxeHimqk.js.map} +1 -1
- package/dist/components/{p-CLn7QnE0.js → p-Dy_sZ-dI.js} +2 -2
- package/dist/components/{p-0kEg-Z4f.js → p-liMPkhUP.js} +2 -2
- package/dist/components/p-xFbUt9Tc.js +2 -0
- package/dist/components/p-xFbUt9Tc.js.map +1 -0
- package/dist/docs/components.json +1139 -255
- package/dist/lib/shell/chrome-transition.d.ts +1 -1
- package/dist/lib/shell/index.js +1 -1
- package/dist/lib/shell/index.js.map +1 -1
- package/dist/lib/shell/shell-gradient.d.ts +2 -2
- package/dist/mcp/cli.js +8 -12
- package/dist/mcp-data/registry/avatar.json +1 -1
- package/dist/mcp-data/registry/badge.json +4 -4
- package/dist/mcp-data/registry/bar-nav.json +8 -8
- package/dist/mcp-data/registry/bar-title.json +431 -0
- package/dist/mcp-data/registry/button-filled.json +38 -2
- package/dist/mcp-data/registry/card-data-viz-donut.json +73 -4
- package/dist/mcp-data/registry/chart-bar.json +67 -3
- package/dist/mcp-data/registry/chart-donut.json +94 -8
- package/dist/mcp-data/registry/chart-legend.json +73 -3
- package/dist/mcp-data/registry/chart-line.json +67 -3
- package/dist/mcp-data/registry/code-block.json +4 -3
- package/dist/mcp-data/registry/menu.json +1 -1
- package/dist/mcp-data/registry/message-composer.json +7 -5
- package/dist/mcp-data/registry/message-scroller.json +4 -3
- package/dist/mcp-data/registry/modal.json +5 -4
- package/dist/mcp-data/registry/panel-nav.json +8 -8
- package/dist/mcp-data/registry/panel-sub-nav.json +1 -1
- package/dist/mcp-data/registry/panel-tool-header.json +4 -3
- package/dist/mcp-data/registry/panel-tool-search.json +6 -5
- package/dist/mcp-data/registry/panel-tools.json +13 -13
- package/dist/mcp-data/registry/registry.json +921 -195
- package/dist/mcp-data/registry/select-multi.json +2 -1
- package/dist/mcp-data/registry/select.json +2 -1
- package/dist/mcp-data/registry/shell-app.json +213 -0
- package/dist/mcp-data/registry/shell-gradient-picker.json +8 -8
- package/dist/mcp-data/registry/shell-gradient-swatch.json +2 -2
- package/dist/mcp-data/registry/shell-page.json +199 -0
- package/dist/mcp-data/registry/swatch-picker.json +1 -1
- package/dist/mcp-data/registry/tooltip-data-viz.json +68 -4
- package/dist/react/components.d.ts +3 -1
- package/dist/react/components.js +3 -1
- package/dist/react/ds-bar-title.d.ts +14 -0
- package/dist/react/ds-bar-title.js +16 -0
- package/dist/react/{ds-app-shell.d.ts → ds-shell-app.d.ts} +3 -3
- package/dist/react/ds-shell-app.js +12 -0
- package/dist/react/ds-shell-page.d.ts +9 -0
- package/dist/react/ds-shell-page.js +12 -0
- package/dist/types/components/Badge/Badge.d.ts +1 -1
- package/dist/types/components/BarTitle/BarTitle.d.ts +71 -0
- package/dist/types/components/BarTitle/bar-title-types.d.ts +29 -0
- package/dist/types/components/BarTitle/index.d.ts +2 -0
- package/dist/types/components/ButtonFilled/ButtonFilled.d.ts +9 -0
- package/dist/types/components/ButtonFilled/index.d.ts +1 -1
- package/dist/types/components/CardDataVizDonut/CardDataVizDonut.d.ts +1 -0
- package/dist/types/components/ChartDonut/ChartDonut.d.ts +12 -2
- package/dist/types/components/Menu/Menu.d.ts +5 -0
- package/dist/types/components/PanelNav/PanelNav.d.ts +1 -1
- package/dist/types/components/{AppShell/AppShell.d.ts → ShellApp/ShellApp.d.ts} +3 -3
- package/dist/types/components/ShellPage/ShellPage.d.ts +37 -0
- package/dist/types/components/ShellPage/index.d.ts +3 -0
- package/dist/types/components/ShellPage/shell-page-responsive.d.ts +12 -0
- package/dist/types/components/ShellPage/shell-page-types.d.ts +5 -0
- package/dist/types/components/TooltipDataViz/TooltipDataViz.d.ts +3 -2
- package/dist/types/components.d.ts +314 -67
- package/dist/types/shell/chrome-transition.d.ts +1 -1
- package/dist/types/shell/shell-gradient.d.ts +2 -2
- package/dist/types/shell/shell-shortcuts.d.ts +1 -1
- package/package.json +1 -1
- package/dist/components/ds-app-shell.js +0 -2
- package/dist/components/ds-app-shell.js.map +0 -1
- package/dist/components/p-BHtg1fh3.js +0 -2
- package/dist/components/p-BHtg1fh3.js.map +0 -1
- package/dist/components/p-BMwnjAIq.js +0 -2
- package/dist/components/p-C3nDIMX5.js +0 -2
- package/dist/components/p-C3nDIMX5.js.map +0 -1
- package/dist/components/p-CKaJx0IX.js +0 -2
- package/dist/components/p-CKaJx0IX.js.map +0 -1
- package/dist/components/p-CTFBf97-.js +0 -2
- package/dist/components/p-CTFBf97-.js.map +0 -1
- package/dist/components/p-C_0Q8Cnp.js +0 -2
- package/dist/components/p-CbckeueL.js +0 -2
- package/dist/components/p-DirD-b2y.js +0 -2
- package/dist/components/p-DirD-b2y.js.map +0 -1
- package/dist/components/p-Hw-HMjCk.js +0 -2
- package/dist/components/p-Hw-HMjCk.js.map +0 -1
- package/dist/mcp-data/registry/app-shell.json +0 -210
- package/dist/react/ds-app-shell.js +0 -12
- /package/dist/components/{p-DJ78wdNv.js.map → p-6vj4kh70.js.map} +0 -0
- /package/dist/components/{p-BEWtqFX7.js.map → p-BH3es4p7.js.map} +0 -0
- /package/dist/components/{p-Dh4q5TSS.js.map → p-BhKhX1er.js.map} +0 -0
- /package/dist/components/{p-CZZYGqKz.js.map → p-Bs6SS34m.js.map} +0 -0
- /package/dist/components/{p-M5pt9I13.js.map → p-Cf-i-6aE.js.map} +0 -0
- /package/dist/components/{p-C8e2A66f.js.map → p-Cf2J9MEo.js.map} +0 -0
- /package/dist/components/{p-bDx_rlLm.js.map → p-CwTVEAl2.js.map} +0 -0
- /package/dist/components/{p-CjP8sYlo.js.map → p-DABj3qTX.js.map} +0 -0
- /package/dist/components/{p-DTqCBjUj.js.map → p-DUHcJWTQ.js.map} +0 -0
- /package/dist/components/{p-CPPAndX2.js.map → p-DVk0wxxX.js.map} +0 -0
- /package/dist/components/{p-CLn7QnE0.js.map → p-Dy_sZ-dI.js.map} +0 -0
- /package/dist/components/{p-0kEg-Z4f.js.map → p-liMPkhUP.js.map} +0 -0
|
@@ -6,12 +6,12 @@
|
|
|
6
6
|
*/
|
|
7
7
|
import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
|
|
8
8
|
import { AgentActivityItem, AgentResponsePart, AgentSource, AgentToolState, ConversationAttachment, ConversationItemState, MessageComposerStatus, MessageDeliveryState, MessageDirection, MessageGroupPosition, MessageScrollerPosition } from "./components/conversation-types";
|
|
9
|
-
import { NavChromeStyle } from "./shell/nav-chrome";
|
|
10
|
-
import { ShellGradientPreset } from "./shell/shell-gradient-presets";
|
|
11
9
|
import { IconColor, IconSize as IconSize1 } from "./components/Icon/Icon";
|
|
12
10
|
import { BadgeSurface, BadgeVariant } from "./components/Badge/Badge";
|
|
11
|
+
import { NavChromeStyle } from "./shell/nav-chrome";
|
|
13
12
|
import { BarNavTab } from "./components/BarNav/bar-nav-types";
|
|
14
|
-
import {
|
|
13
|
+
import { BarTitleActionItem, BarTitlePrimaryAction, BarTitleSectionItem, BarTitleVariant } from "./components/BarTitle/bar-title-types";
|
|
14
|
+
import { ButtonFilledBackground, ButtonFilledContrast, ButtonFilledIntent, ButtonFilledSize, ButtonFilledVariant, ButtonFilledWidth } from "./components/ButtonFilled/ButtonFilled";
|
|
15
15
|
import { ButtonUnfilledBackground, ButtonUnfilledPopup, ButtonUnfilledSize, ButtonUnfilledVariant, ButtonUnfilledWidth } from "./components/ButtonUnfilled/ButtonUnfilled";
|
|
16
16
|
import { CardDataVizDonutWidth } from "./components/CardDataVizDonut/CardDataVizDonut";
|
|
17
17
|
import { CardSettingActionDetail, CardSettingWidth } from "./components/CardSetting/CardSetting";
|
|
@@ -28,6 +28,7 @@ import { MenuItemData, MenuSection } from "./components/Menu/menu-types";
|
|
|
28
28
|
import { MenuSelectionMode } from "./components/Menu/Menu";
|
|
29
29
|
import { MenuAlign, MenuSide } from "./components/Menu/menu-position";
|
|
30
30
|
import { ChoicePopupAnchorAlignment } from "./utils";
|
|
31
|
+
import { ShellGradientPreset } from "./shell/shell-gradient-presets";
|
|
31
32
|
import { MessageBubbleVariant } from "./components/MessageBubble/MessageBubble";
|
|
32
33
|
import { ButtonFilledIntent as ButtonFilledIntent1 } from "./components/ButtonFilled/ButtonFilled";
|
|
33
34
|
import { ModalCloseDetail, ModalWidth } from "./components/Modal/Modal";
|
|
@@ -40,6 +41,7 @@ import { RadioOption, RadioSize } from "./components/Radio/Radio";
|
|
|
40
41
|
import { SelectBackground, SelectOption, SelectSection, SelectSize, SelectWidth } from "./components/Select/Select";
|
|
41
42
|
import { SelectMultiBackground, SelectMultiOption, SelectMultiSection, SelectMultiSize, SelectMultiWidth } from "./components/SelectMulti/SelectMulti";
|
|
42
43
|
import { ShellGradientPreset as ShellGradientPreset1 } from "./components/ShellGradientSwatch/shell-gradient-swatch-types";
|
|
44
|
+
import { ShellPageContentInset, ShellPageHeaderPresentation } from "./components/ShellPage/shell-page-types";
|
|
43
45
|
import { SkeletonBackground, SkeletonVariant } from "./components/Skeleton/Skeleton";
|
|
44
46
|
import { LineTruncation, TextAlign, TextColor, TextDecoration, TextElement, TextFontFeature, TextVariant, TextWrap } from "./components/Text/text-types";
|
|
45
47
|
import { ControlSize } from "./utils/control-text";
|
|
@@ -52,12 +54,12 @@ import { TagContrast, TagIntent, TagSize } from "./components/Tag/Tag";
|
|
|
52
54
|
import { ToastActionEventDetail, ToastCloseEventDetail, ToastEventDetail, ToastManager, ToastSwipeDirection } from "./toast";
|
|
53
55
|
import { TooltipAlign, TooltipSide, TooltipSize } from "./components/Tooltip/Tooltip";
|
|
54
56
|
export { AgentActivityItem, AgentResponsePart, AgentSource, AgentToolState, ConversationAttachment, ConversationItemState, MessageComposerStatus, MessageDeliveryState, MessageDirection, MessageGroupPosition, MessageScrollerPosition } from "./components/conversation-types";
|
|
55
|
-
export { NavChromeStyle } from "./shell/nav-chrome";
|
|
56
|
-
export { ShellGradientPreset } from "./shell/shell-gradient-presets";
|
|
57
57
|
export { IconColor, IconSize as IconSize1 } from "./components/Icon/Icon";
|
|
58
58
|
export { BadgeSurface, BadgeVariant } from "./components/Badge/Badge";
|
|
59
|
+
export { NavChromeStyle } from "./shell/nav-chrome";
|
|
59
60
|
export { BarNavTab } from "./components/BarNav/bar-nav-types";
|
|
60
|
-
export {
|
|
61
|
+
export { BarTitleActionItem, BarTitlePrimaryAction, BarTitleSectionItem, BarTitleVariant } from "./components/BarTitle/bar-title-types";
|
|
62
|
+
export { ButtonFilledBackground, ButtonFilledContrast, ButtonFilledIntent, ButtonFilledSize, ButtonFilledVariant, ButtonFilledWidth } from "./components/ButtonFilled/ButtonFilled";
|
|
61
63
|
export { ButtonUnfilledBackground, ButtonUnfilledPopup, ButtonUnfilledSize, ButtonUnfilledVariant, ButtonUnfilledWidth } from "./components/ButtonUnfilled/ButtonUnfilled";
|
|
62
64
|
export { CardDataVizDonutWidth } from "./components/CardDataVizDonut/CardDataVizDonut";
|
|
63
65
|
export { CardSettingActionDetail, CardSettingWidth } from "./components/CardSetting/CardSetting";
|
|
@@ -74,6 +76,7 @@ export { MenuItemData, MenuSection } from "./components/Menu/menu-types";
|
|
|
74
76
|
export { MenuSelectionMode } from "./components/Menu/Menu";
|
|
75
77
|
export { MenuAlign, MenuSide } from "./components/Menu/menu-position";
|
|
76
78
|
export { ChoicePopupAnchorAlignment } from "./utils";
|
|
79
|
+
export { ShellGradientPreset } from "./shell/shell-gradient-presets";
|
|
77
80
|
export { MessageBubbleVariant } from "./components/MessageBubble/MessageBubble";
|
|
78
81
|
export { ButtonFilledIntent as ButtonFilledIntent1 } from "./components/ButtonFilled/ButtonFilled";
|
|
79
82
|
export { ModalCloseDetail, ModalWidth } from "./components/Modal/Modal";
|
|
@@ -86,6 +89,7 @@ export { RadioOption, RadioSize } from "./components/Radio/Radio";
|
|
|
86
89
|
export { SelectBackground, SelectOption, SelectSection, SelectSize, SelectWidth } from "./components/Select/Select";
|
|
87
90
|
export { SelectMultiBackground, SelectMultiOption, SelectMultiSection, SelectMultiSize, SelectMultiWidth } from "./components/SelectMulti/SelectMulti";
|
|
88
91
|
export { ShellGradientPreset as ShellGradientPreset1 } from "./components/ShellGradientSwatch/shell-gradient-swatch-types";
|
|
92
|
+
export { ShellPageContentInset, ShellPageHeaderPresentation } from "./components/ShellPage/shell-page-types";
|
|
89
93
|
export { SkeletonBackground, SkeletonVariant } from "./components/Skeleton/Skeleton";
|
|
90
94
|
export { LineTruncation, TextAlign, TextColor, TextDecoration, TextElement, TextFontFeature, TextVariant, TextWrap } from "./components/Text/text-types";
|
|
91
95
|
export { ControlSize } from "./utils/control-text";
|
|
@@ -173,23 +177,6 @@ export namespace Components {
|
|
|
173
177
|
*/
|
|
174
178
|
"state": AgentToolState;
|
|
175
179
|
}
|
|
176
|
-
interface DsAppShell {
|
|
177
|
-
/**
|
|
178
|
-
* Shell chrome wash preset. `none` renders solid chrome; the remaining presets use token-based washes that adapt to the active color theme.
|
|
179
|
-
* @default 'neutral'
|
|
180
|
-
*/
|
|
181
|
-
"gradientPreset": ShellGradientPreset;
|
|
182
|
-
/**
|
|
183
|
-
* Chrome style propagated to slotted `ds-panel-nav` and `ds-bar-nav`.
|
|
184
|
-
* @default 'dashboard'
|
|
185
|
-
*/
|
|
186
|
-
"navStyle": NavChromeStyle;
|
|
187
|
-
/**
|
|
188
|
-
* When `true` (default), registers global shell keyboard shortcuts. `[` toggles panel nav; `]` closes tools; K/A/S/M/N/? toggle tool drawers. Modifiers are ignored so browser chords like ⌘N stay native.
|
|
189
|
-
* @default true
|
|
190
|
-
*/
|
|
191
|
-
"shortcutsEnabled": boolean;
|
|
192
|
-
}
|
|
193
180
|
interface DsAttachmentList {
|
|
194
181
|
/**
|
|
195
182
|
* @default []
|
|
@@ -227,7 +214,7 @@ export namespace Components {
|
|
|
227
214
|
*/
|
|
228
215
|
"count": number;
|
|
229
216
|
/**
|
|
230
|
-
* Ring samples the shell gradient stack (base fill + wash) instead of a flat `box-shadow`. Auto-enabled under an
|
|
217
|
+
* Ring samples the shell gradient stack (base fill + wash) instead of a flat `box-shadow`. Auto-enabled under an ShellApp with an active gradient preset; set `gradient-background` to opt in/out explicitly. The attribute must NOT start with `on` — Stencil's setAccessor routes any unknown `on*` member down the event-listener path during attribute reflection, calling addEventListener with a non-listener and throwing.
|
|
231
218
|
* @default false
|
|
232
219
|
*/
|
|
233
220
|
"gradientBackground": boolean;
|
|
@@ -296,17 +283,87 @@ export namespace Components {
|
|
|
296
283
|
*/
|
|
297
284
|
"value": string;
|
|
298
285
|
}
|
|
286
|
+
interface DsBarTitle {
|
|
287
|
+
/**
|
|
288
|
+
* Secondary page actions shown in the overflow menu. Dividers create groups.
|
|
289
|
+
* @default []
|
|
290
|
+
*/
|
|
291
|
+
"actions": BarTitleActionItem[];
|
|
292
|
+
/**
|
|
293
|
+
* Accessible name for the page-actions menu.
|
|
294
|
+
* @default 'More page actions'
|
|
295
|
+
*/
|
|
296
|
+
"actionsAriaLabel": string;
|
|
297
|
+
/**
|
|
298
|
+
* Accessible name for the leading Back action.
|
|
299
|
+
* @default 'Back'
|
|
300
|
+
*/
|
|
301
|
+
"backAriaLabel": string;
|
|
302
|
+
/**
|
|
303
|
+
* Visible parent-page label used by the expanded Back breadcrumb.
|
|
304
|
+
* @default 'Back'
|
|
305
|
+
*/
|
|
306
|
+
"backLabel": string;
|
|
307
|
+
/**
|
|
308
|
+
* Optional supporting copy shown in the expanded presentation.
|
|
309
|
+
* @default ''
|
|
310
|
+
*/
|
|
311
|
+
"description": string;
|
|
312
|
+
/**
|
|
313
|
+
* The page's single visible h1.
|
|
314
|
+
*/
|
|
315
|
+
"heading": string;
|
|
316
|
+
/**
|
|
317
|
+
* The one highest-emphasis page action.
|
|
318
|
+
* @default null
|
|
319
|
+
*/
|
|
320
|
+
"primaryAction": BarTitlePrimaryAction | null;
|
|
321
|
+
/**
|
|
322
|
+
* Optional page sections exposed through the active-section menu.
|
|
323
|
+
* @default []
|
|
324
|
+
*/
|
|
325
|
+
"sections": BarTitleSectionItem[];
|
|
326
|
+
/**
|
|
327
|
+
* Accessible name for the page-section menu.
|
|
328
|
+
* @default 'Change page section'
|
|
329
|
+
*/
|
|
330
|
+
"sectionsAriaLabel": string;
|
|
331
|
+
/**
|
|
332
|
+
* Show the leading page-level Back action.
|
|
333
|
+
* @default false
|
|
334
|
+
*/
|
|
335
|
+
"showBack": boolean;
|
|
336
|
+
/**
|
|
337
|
+
* Id of the active page section.
|
|
338
|
+
* @default ''
|
|
339
|
+
*/
|
|
340
|
+
"value": string;
|
|
341
|
+
/**
|
|
342
|
+
* Explicit visual/capacity variant. ShellPage owns automatic selection.
|
|
343
|
+
* @default 'expanded'
|
|
344
|
+
*/
|
|
345
|
+
"variant": BarTitleVariant;
|
|
346
|
+
}
|
|
299
347
|
interface DsButtonFilled {
|
|
300
348
|
/**
|
|
301
349
|
* Accessible name override. Required for icon-only buttons.
|
|
302
350
|
* @default null
|
|
303
351
|
*/
|
|
304
352
|
"ariaLabel": string | null;
|
|
353
|
+
/**
|
|
354
|
+
* Actual parent surface context for the optional inset border color only. Omit on primary and secondary surfaces.
|
|
355
|
+
*/
|
|
356
|
+
"background": ButtonFilledBackground | undefined;
|
|
305
357
|
/**
|
|
306
358
|
* Background fill weight. Foreground uses the paired contrast token: bold → faint, strong → medium, medium → strong, faint → bold.
|
|
307
359
|
* @default 'bold'
|
|
308
360
|
*/
|
|
309
361
|
"contrast": ButtonFilledContrast;
|
|
362
|
+
/**
|
|
363
|
+
* Show a 1px secondary inset border.
|
|
364
|
+
* @default false
|
|
365
|
+
*/
|
|
366
|
+
"hasBorder": boolean;
|
|
310
367
|
/**
|
|
311
368
|
* Icon name passed to <ds-icon> for `icon` / `icon-label` variants.
|
|
312
369
|
* @default ''
|
|
@@ -523,7 +580,7 @@ export namespace Components {
|
|
|
523
580
|
}
|
|
524
581
|
interface DsChartDonut {
|
|
525
582
|
/**
|
|
526
|
-
* Externally controlled highlight, matched by `label` — e.g. drive this from a sibling `ds-chart-legend`'s `dsItemHover` event to keep chart and legend hover in sync. Falls back to this component's own pointer/focus hover when unset. Slice hover dims peer slices and emits `dsSliceHover` for legend sync
|
|
583
|
+
* Externally controlled highlight, matched by `label` — e.g. drive this from a sibling `ds-chart-legend`'s `dsItemHover` event to keep chart and legend hover in sync. Falls back to this component's own pointer/focus hover when unset. Slice hover dims peer slices and emits `dsSliceHover` for legend sync. External highlight never opens the local tooltip.
|
|
527
584
|
* @default null
|
|
528
585
|
*/
|
|
529
586
|
"activeLabel": string | null;
|
|
@@ -555,6 +612,11 @@ export namespace Components {
|
|
|
555
612
|
* @default 'No data'
|
|
556
613
|
*/
|
|
557
614
|
"noDataLabel": string;
|
|
615
|
+
/**
|
|
616
|
+
* Show a chart-owned value callout for genuine pointer or keyboard focus. Disable when a visible legend already owns persistent label and value detail.
|
|
617
|
+
* @default true
|
|
618
|
+
*/
|
|
619
|
+
"showTooltip": boolean;
|
|
558
620
|
/**
|
|
559
621
|
* Explicit diameter in px. When unset, the donut sizes to its container (ResizeObserver) clamped between `--dimension-size-base * 16` (128px) and `* 24` (192px), and stays centered in the leftover space. Prefer unset inside card layouts.
|
|
560
622
|
*/
|
|
@@ -1794,6 +1856,23 @@ export namespace Components {
|
|
|
1794
1856
|
*/
|
|
1795
1857
|
"width": SelectMultiWidth;
|
|
1796
1858
|
}
|
|
1859
|
+
interface DsShellApp {
|
|
1860
|
+
/**
|
|
1861
|
+
* Shell chrome wash preset. `none` renders solid chrome; the remaining presets use token-based washes that adapt to the active color theme.
|
|
1862
|
+
* @default 'neutral'
|
|
1863
|
+
*/
|
|
1864
|
+
"gradientPreset": ShellGradientPreset;
|
|
1865
|
+
/**
|
|
1866
|
+
* Chrome style propagated to slotted `ds-panel-nav` and `ds-bar-nav`.
|
|
1867
|
+
* @default 'dashboard'
|
|
1868
|
+
*/
|
|
1869
|
+
"navStyle": NavChromeStyle;
|
|
1870
|
+
/**
|
|
1871
|
+
* When `true` (default), registers global shell keyboard shortcuts. `[` toggles panel nav; `]` closes tools; K, A, S, M, N, and / toggle tool drawers. Modifiers are ignored so browser chords like ⌘N stay native.
|
|
1872
|
+
* @default true
|
|
1873
|
+
*/
|
|
1874
|
+
"shortcutsEnabled": boolean;
|
|
1875
|
+
}
|
|
1797
1876
|
/**
|
|
1798
1877
|
* @deprecated Use `ds-swatch-picker` with shell preset options.
|
|
1799
1878
|
*/
|
|
@@ -1831,6 +1910,18 @@ export namespace Components {
|
|
|
1831
1910
|
*/
|
|
1832
1911
|
"selected": boolean;
|
|
1833
1912
|
}
|
|
1913
|
+
interface DsShellPage {
|
|
1914
|
+
/**
|
|
1915
|
+
* Standard page gutters, or no inset for full-bleed page content.
|
|
1916
|
+
* @default 'default'
|
|
1917
|
+
*/
|
|
1918
|
+
"contentInset": ShellPageContentInset;
|
|
1919
|
+
/**
|
|
1920
|
+
* Automatic container/scroll behavior, or an explicit header variant override.
|
|
1921
|
+
* @default 'auto'
|
|
1922
|
+
*/
|
|
1923
|
+
"headerPresentation": ShellPageHeaderPresentation;
|
|
1924
|
+
}
|
|
1834
1925
|
interface DsSkeleton {
|
|
1835
1926
|
/**
|
|
1836
1927
|
* Actual parent surface context. Omit on primary and secondary surfaces.
|
|
@@ -2249,8 +2340,9 @@ export namespace Components {
|
|
|
2249
2340
|
"size": TooltipSize;
|
|
2250
2341
|
}
|
|
2251
2342
|
/**
|
|
2252
|
-
* Positioned value/label callout for chart hover interactions (bar, line point,
|
|
2253
|
-
*
|
|
2343
|
+
* Positioned value/label callout for chart hover interactions (bar, line point,
|
|
2344
|
+
* standalone donut slice, …). Donut compositions suppress it when a visible
|
|
2345
|
+
* legend already surfaces the hovered slice.
|
|
2254
2346
|
* Unlike `ds-tooltip`, this doesn't bind to a slotted anchor element —
|
|
2255
2347
|
* charts hover-highlight data that lives inside an SVG, so the chart itself computes
|
|
2256
2348
|
* the anchor point (e.g. the cursor position while hovering) and passes it in as `x`/`y`.
|
|
@@ -2297,6 +2389,10 @@ export interface DsBarNavCustomEvent<T> extends CustomEvent<T> {
|
|
|
2297
2389
|
detail: T;
|
|
2298
2390
|
target: HTMLDsBarNavElement;
|
|
2299
2391
|
}
|
|
2392
|
+
export interface DsBarTitleCustomEvent<T> extends CustomEvent<T> {
|
|
2393
|
+
detail: T;
|
|
2394
|
+
target: HTMLDsBarTitleElement;
|
|
2395
|
+
}
|
|
2300
2396
|
export interface DsButtonFilledCustomEvent<T> extends CustomEvent<T> {
|
|
2301
2397
|
detail: T;
|
|
2302
2398
|
target: HTMLDsButtonFilledElement;
|
|
@@ -2442,12 +2538,6 @@ declare global {
|
|
|
2442
2538
|
prototype: HTMLDsAgentToolCallElement;
|
|
2443
2539
|
new (): HTMLDsAgentToolCallElement;
|
|
2444
2540
|
};
|
|
2445
|
-
interface HTMLDsAppShellElement extends Components.DsAppShell, HTMLStencilElement {
|
|
2446
|
-
}
|
|
2447
|
-
var HTMLDsAppShellElement: {
|
|
2448
|
-
prototype: HTMLDsAppShellElement;
|
|
2449
|
-
new (): HTMLDsAppShellElement;
|
|
2450
|
-
};
|
|
2451
2541
|
interface HTMLDsAttachmentListElement extends Components.DsAttachmentList, HTMLStencilElement {
|
|
2452
2542
|
}
|
|
2453
2543
|
var HTMLDsAttachmentListElement: {
|
|
@@ -2483,6 +2573,25 @@ declare global {
|
|
|
2483
2573
|
prototype: HTMLDsBarNavElement;
|
|
2484
2574
|
new (): HTMLDsBarNavElement;
|
|
2485
2575
|
};
|
|
2576
|
+
interface HTMLDsBarTitleElementEventMap {
|
|
2577
|
+
"dsBack": MouseEvent;
|
|
2578
|
+
"dsSectionChange": string;
|
|
2579
|
+
"dsAction": string;
|
|
2580
|
+
}
|
|
2581
|
+
interface HTMLDsBarTitleElement extends Components.DsBarTitle, HTMLStencilElement {
|
|
2582
|
+
addEventListener<K extends keyof HTMLDsBarTitleElementEventMap>(type: K, listener: (this: HTMLDsBarTitleElement, ev: DsBarTitleCustomEvent<HTMLDsBarTitleElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2583
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2584
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2585
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
2586
|
+
removeEventListener<K extends keyof HTMLDsBarTitleElementEventMap>(type: K, listener: (this: HTMLDsBarTitleElement, ev: DsBarTitleCustomEvent<HTMLDsBarTitleElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
2587
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2588
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2589
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
2590
|
+
}
|
|
2591
|
+
var HTMLDsBarTitleElement: {
|
|
2592
|
+
prototype: HTMLDsBarTitleElement;
|
|
2593
|
+
new (): HTMLDsBarTitleElement;
|
|
2594
|
+
};
|
|
2486
2595
|
interface HTMLDsButtonFilledElementEventMap {
|
|
2487
2596
|
"dsClick": MouseEvent;
|
|
2488
2597
|
}
|
|
@@ -2999,6 +3108,12 @@ declare global {
|
|
|
2999
3108
|
prototype: HTMLDsSelectMultiElement;
|
|
3000
3109
|
new (): HTMLDsSelectMultiElement;
|
|
3001
3110
|
};
|
|
3111
|
+
interface HTMLDsShellAppElement extends Components.DsShellApp, HTMLStencilElement {
|
|
3112
|
+
}
|
|
3113
|
+
var HTMLDsShellAppElement: {
|
|
3114
|
+
prototype: HTMLDsShellAppElement;
|
|
3115
|
+
new (): HTMLDsShellAppElement;
|
|
3116
|
+
};
|
|
3002
3117
|
interface HTMLDsShellGradientPickerElementEventMap {
|
|
3003
3118
|
"dsChange": ShellGradientPreset1;
|
|
3004
3119
|
}
|
|
@@ -3039,6 +3154,12 @@ declare global {
|
|
|
3039
3154
|
prototype: HTMLDsShellGradientSwatchElement;
|
|
3040
3155
|
new (): HTMLDsShellGradientSwatchElement;
|
|
3041
3156
|
};
|
|
3157
|
+
interface HTMLDsShellPageElement extends Components.DsShellPage, HTMLStencilElement {
|
|
3158
|
+
}
|
|
3159
|
+
var HTMLDsShellPageElement: {
|
|
3160
|
+
prototype: HTMLDsShellPageElement;
|
|
3161
|
+
new (): HTMLDsShellPageElement;
|
|
3162
|
+
};
|
|
3042
3163
|
interface HTMLDsSkeletonElement extends Components.DsSkeleton, HTMLStencilElement {
|
|
3043
3164
|
}
|
|
3044
3165
|
var HTMLDsSkeletonElement: {
|
|
@@ -3169,8 +3290,9 @@ declare global {
|
|
|
3169
3290
|
new (): HTMLDsTooltipElement;
|
|
3170
3291
|
};
|
|
3171
3292
|
/**
|
|
3172
|
-
* Positioned value/label callout for chart hover interactions (bar, line point,
|
|
3173
|
-
*
|
|
3293
|
+
* Positioned value/label callout for chart hover interactions (bar, line point,
|
|
3294
|
+
* standalone donut slice, …). Donut compositions suppress it when a visible
|
|
3295
|
+
* legend already surfaces the hovered slice.
|
|
3174
3296
|
* Unlike `ds-tooltip`, this doesn't bind to a slotted anchor element —
|
|
3175
3297
|
* charts hover-highlight data that lives inside an SVG, so the chart itself computes
|
|
3176
3298
|
* the anchor point (e.g. the cursor position while hovering) and passes it in as `x`/`y`.
|
|
@@ -3198,11 +3320,11 @@ declare global {
|
|
|
3198
3320
|
"ds-agent-response": HTMLDsAgentResponseElement;
|
|
3199
3321
|
"ds-agent-source-list": HTMLDsAgentSourceListElement;
|
|
3200
3322
|
"ds-agent-tool-call": HTMLDsAgentToolCallElement;
|
|
3201
|
-
"ds-app-shell": HTMLDsAppShellElement;
|
|
3202
3323
|
"ds-attachment-list": HTMLDsAttachmentListElement;
|
|
3203
3324
|
"ds-avatar": HTMLDsAvatarElement;
|
|
3204
3325
|
"ds-badge": HTMLDsBadgeElement;
|
|
3205
3326
|
"ds-bar-nav": HTMLDsBarNavElement;
|
|
3327
|
+
"ds-bar-title": HTMLDsBarTitleElement;
|
|
3206
3328
|
"ds-button-filled": HTMLDsButtonFilledElement;
|
|
3207
3329
|
"ds-button-unfilled": HTMLDsButtonUnfilledElement;
|
|
3208
3330
|
"ds-card-data-viz-donut": HTMLDsCardDataVizDonutElement;
|
|
@@ -3239,8 +3361,10 @@ declare global {
|
|
|
3239
3361
|
"ds-radio": HTMLDsRadioElement;
|
|
3240
3362
|
"ds-select": HTMLDsSelectElement;
|
|
3241
3363
|
"ds-select-multi": HTMLDsSelectMultiElement;
|
|
3364
|
+
"ds-shell-app": HTMLDsShellAppElement;
|
|
3242
3365
|
"ds-shell-gradient-picker": HTMLDsShellGradientPickerElement;
|
|
3243
3366
|
"ds-shell-gradient-swatch": HTMLDsShellGradientSwatchElement;
|
|
3367
|
+
"ds-shell-page": HTMLDsShellPageElement;
|
|
3244
3368
|
"ds-skeleton": HTMLDsSkeletonElement;
|
|
3245
3369
|
"ds-slider": HTMLDsSliderElement;
|
|
3246
3370
|
"ds-swatch-picker": HTMLDsSwatchPickerElement;
|
|
@@ -3332,23 +3456,6 @@ declare namespace LocalJSX {
|
|
|
3332
3456
|
*/
|
|
3333
3457
|
"state"?: AgentToolState;
|
|
3334
3458
|
}
|
|
3335
|
-
interface DsAppShell {
|
|
3336
|
-
/**
|
|
3337
|
-
* Shell chrome wash preset. `none` renders solid chrome; the remaining presets use token-based washes that adapt to the active color theme.
|
|
3338
|
-
* @default 'neutral'
|
|
3339
|
-
*/
|
|
3340
|
-
"gradientPreset"?: ShellGradientPreset;
|
|
3341
|
-
/**
|
|
3342
|
-
* Chrome style propagated to slotted `ds-panel-nav` and `ds-bar-nav`.
|
|
3343
|
-
* @default 'dashboard'
|
|
3344
|
-
*/
|
|
3345
|
-
"navStyle"?: NavChromeStyle;
|
|
3346
|
-
/**
|
|
3347
|
-
* When `true` (default), registers global shell keyboard shortcuts. `[` toggles panel nav; `]` closes tools; K/A/S/M/N/? toggle tool drawers. Modifiers are ignored so browser chords like ⌘N stay native.
|
|
3348
|
-
* @default true
|
|
3349
|
-
*/
|
|
3350
|
-
"shortcutsEnabled"?: boolean;
|
|
3351
|
-
}
|
|
3352
3459
|
interface DsAttachmentList {
|
|
3353
3460
|
/**
|
|
3354
3461
|
* @default []
|
|
@@ -3386,7 +3493,7 @@ declare namespace LocalJSX {
|
|
|
3386
3493
|
*/
|
|
3387
3494
|
"count"?: number;
|
|
3388
3495
|
/**
|
|
3389
|
-
* Ring samples the shell gradient stack (base fill + wash) instead of a flat `box-shadow`. Auto-enabled under an
|
|
3496
|
+
* Ring samples the shell gradient stack (base fill + wash) instead of a flat `box-shadow`. Auto-enabled under an ShellApp with an active gradient preset; set `gradient-background` to opt in/out explicitly. The attribute must NOT start with `on` — Stencil's setAccessor routes any unknown `on*` member down the event-listener path during attribute reflection, calling addEventListener with a non-listener and throwing.
|
|
3390
3497
|
* @default false
|
|
3391
3498
|
*/
|
|
3392
3499
|
"gradientBackground"?: boolean;
|
|
@@ -3459,17 +3566,99 @@ declare namespace LocalJSX {
|
|
|
3459
3566
|
*/
|
|
3460
3567
|
"value"?: string;
|
|
3461
3568
|
}
|
|
3569
|
+
interface DsBarTitle {
|
|
3570
|
+
/**
|
|
3571
|
+
* Secondary page actions shown in the overflow menu. Dividers create groups.
|
|
3572
|
+
* @default []
|
|
3573
|
+
*/
|
|
3574
|
+
"actions"?: BarTitleActionItem[];
|
|
3575
|
+
/**
|
|
3576
|
+
* Accessible name for the page-actions menu.
|
|
3577
|
+
* @default 'More page actions'
|
|
3578
|
+
*/
|
|
3579
|
+
"actionsAriaLabel"?: string;
|
|
3580
|
+
/**
|
|
3581
|
+
* Accessible name for the leading Back action.
|
|
3582
|
+
* @default 'Back'
|
|
3583
|
+
*/
|
|
3584
|
+
"backAriaLabel"?: string;
|
|
3585
|
+
/**
|
|
3586
|
+
* Visible parent-page label used by the expanded Back breadcrumb.
|
|
3587
|
+
* @default 'Back'
|
|
3588
|
+
*/
|
|
3589
|
+
"backLabel"?: string;
|
|
3590
|
+
/**
|
|
3591
|
+
* Optional supporting copy shown in the expanded presentation.
|
|
3592
|
+
* @default ''
|
|
3593
|
+
*/
|
|
3594
|
+
"description"?: string;
|
|
3595
|
+
/**
|
|
3596
|
+
* The page's single visible h1.
|
|
3597
|
+
*/
|
|
3598
|
+
"heading": string;
|
|
3599
|
+
/**
|
|
3600
|
+
* Emitted with the activated primary or overflow action id.
|
|
3601
|
+
*/
|
|
3602
|
+
"onDsAction"?: (event: DsBarTitleCustomEvent<string>) => void;
|
|
3603
|
+
/**
|
|
3604
|
+
* Emitted when the leading Back action is activated.
|
|
3605
|
+
*/
|
|
3606
|
+
"onDsBack"?: (event: DsBarTitleCustomEvent<MouseEvent>) => void;
|
|
3607
|
+
/**
|
|
3608
|
+
* Emitted with the newly selected page-section id.
|
|
3609
|
+
*/
|
|
3610
|
+
"onDsSectionChange"?: (event: DsBarTitleCustomEvent<string>) => void;
|
|
3611
|
+
/**
|
|
3612
|
+
* The one highest-emphasis page action.
|
|
3613
|
+
* @default null
|
|
3614
|
+
*/
|
|
3615
|
+
"primaryAction"?: BarTitlePrimaryAction | null;
|
|
3616
|
+
/**
|
|
3617
|
+
* Optional page sections exposed through the active-section menu.
|
|
3618
|
+
* @default []
|
|
3619
|
+
*/
|
|
3620
|
+
"sections"?: BarTitleSectionItem[];
|
|
3621
|
+
/**
|
|
3622
|
+
* Accessible name for the page-section menu.
|
|
3623
|
+
* @default 'Change page section'
|
|
3624
|
+
*/
|
|
3625
|
+
"sectionsAriaLabel"?: string;
|
|
3626
|
+
/**
|
|
3627
|
+
* Show the leading page-level Back action.
|
|
3628
|
+
* @default false
|
|
3629
|
+
*/
|
|
3630
|
+
"showBack"?: boolean;
|
|
3631
|
+
/**
|
|
3632
|
+
* Id of the active page section.
|
|
3633
|
+
* @default ''
|
|
3634
|
+
*/
|
|
3635
|
+
"value"?: string;
|
|
3636
|
+
/**
|
|
3637
|
+
* Explicit visual/capacity variant. ShellPage owns automatic selection.
|
|
3638
|
+
* @default 'expanded'
|
|
3639
|
+
*/
|
|
3640
|
+
"variant"?: BarTitleVariant;
|
|
3641
|
+
}
|
|
3462
3642
|
interface DsButtonFilled {
|
|
3463
3643
|
/**
|
|
3464
3644
|
* Accessible name override. Required for icon-only buttons.
|
|
3465
3645
|
* @default null
|
|
3466
3646
|
*/
|
|
3467
3647
|
"ariaLabel"?: string | null;
|
|
3648
|
+
/**
|
|
3649
|
+
* Actual parent surface context for the optional inset border color only. Omit on primary and secondary surfaces.
|
|
3650
|
+
*/
|
|
3651
|
+
"background"?: ButtonFilledBackground | undefined;
|
|
3468
3652
|
/**
|
|
3469
3653
|
* Background fill weight. Foreground uses the paired contrast token: bold → faint, strong → medium, medium → strong, faint → bold.
|
|
3470
3654
|
* @default 'bold'
|
|
3471
3655
|
*/
|
|
3472
3656
|
"contrast"?: ButtonFilledContrast;
|
|
3657
|
+
/**
|
|
3658
|
+
* Show a 1px secondary inset border.
|
|
3659
|
+
* @default false
|
|
3660
|
+
*/
|
|
3661
|
+
"hasBorder"?: boolean;
|
|
3473
3662
|
/**
|
|
3474
3663
|
* Icon name passed to <ds-icon> for `icon` / `icon-label` variants.
|
|
3475
3664
|
* @default ''
|
|
@@ -3695,7 +3884,7 @@ declare namespace LocalJSX {
|
|
|
3695
3884
|
}
|
|
3696
3885
|
interface DsChartDonut {
|
|
3697
3886
|
/**
|
|
3698
|
-
* Externally controlled highlight, matched by `label` — e.g. drive this from a sibling `ds-chart-legend`'s `dsItemHover` event to keep chart and legend hover in sync. Falls back to this component's own pointer/focus hover when unset. Slice hover dims peer slices and emits `dsSliceHover` for legend sync
|
|
3887
|
+
* Externally controlled highlight, matched by `label` — e.g. drive this from a sibling `ds-chart-legend`'s `dsItemHover` event to keep chart and legend hover in sync. Falls back to this component's own pointer/focus hover when unset. Slice hover dims peer slices and emits `dsSliceHover` for legend sync. External highlight never opens the local tooltip.
|
|
3699
3888
|
* @default null
|
|
3700
3889
|
*/
|
|
3701
3890
|
"activeLabel"?: string | null;
|
|
@@ -3731,6 +3920,11 @@ declare namespace LocalJSX {
|
|
|
3731
3920
|
* Fires with the hovered/focused slice's datum, or `null` on leave/blur.
|
|
3732
3921
|
*/
|
|
3733
3922
|
"onDsSliceHover"?: (event: DsChartDonutCustomEvent<ChartDatum | null>) => void;
|
|
3923
|
+
/**
|
|
3924
|
+
* Show a chart-owned value callout for genuine pointer or keyboard focus. Disable when a visible legend already owns persistent label and value detail.
|
|
3925
|
+
* @default true
|
|
3926
|
+
*/
|
|
3927
|
+
"showTooltip"?: boolean;
|
|
3734
3928
|
/**
|
|
3735
3929
|
* Explicit diameter in px. When unset, the donut sizes to its container (ResizeObserver) clamped between `--dimension-size-base * 16` (128px) and `* 24` (192px), and stays centered in the leftover space. Prefer unset inside card layouts.
|
|
3736
3930
|
*/
|
|
@@ -4440,7 +4634,7 @@ declare namespace LocalJSX {
|
|
|
4440
4634
|
"navigationItemsLabel"?: string;
|
|
4441
4635
|
"onDsChromeTransitionEnd"?: (event: DsPanelNavCustomEvent<ChromeTransitionDetail>) => void;
|
|
4442
4636
|
/**
|
|
4443
|
-
* Bubbling lifecycle — `ds-app
|
|
4637
|
+
* Bubbling lifecycle — `ds-shell-app` pauses chrome metrics during width motion.
|
|
4444
4638
|
*/
|
|
4445
4639
|
"onDsChromeTransitionStart"?: (event: DsPanelNavCustomEvent<ChromeTransitionDetail>) => void;
|
|
4446
4640
|
/**
|
|
@@ -5088,6 +5282,23 @@ declare namespace LocalJSX {
|
|
|
5088
5282
|
*/
|
|
5089
5283
|
"width"?: SelectMultiWidth;
|
|
5090
5284
|
}
|
|
5285
|
+
interface DsShellApp {
|
|
5286
|
+
/**
|
|
5287
|
+
* Shell chrome wash preset. `none` renders solid chrome; the remaining presets use token-based washes that adapt to the active color theme.
|
|
5288
|
+
* @default 'neutral'
|
|
5289
|
+
*/
|
|
5290
|
+
"gradientPreset"?: ShellGradientPreset;
|
|
5291
|
+
/**
|
|
5292
|
+
* Chrome style propagated to slotted `ds-panel-nav` and `ds-bar-nav`.
|
|
5293
|
+
* @default 'dashboard'
|
|
5294
|
+
*/
|
|
5295
|
+
"navStyle"?: NavChromeStyle;
|
|
5296
|
+
/**
|
|
5297
|
+
* When `true` (default), registers global shell keyboard shortcuts. `[` toggles panel nav; `]` closes tools; K, A, S, M, N, and / toggle tool drawers. Modifiers are ignored so browser chords like ⌘N stay native.
|
|
5298
|
+
* @default true
|
|
5299
|
+
*/
|
|
5300
|
+
"shortcutsEnabled"?: boolean;
|
|
5301
|
+
}
|
|
5091
5302
|
/**
|
|
5092
5303
|
* @deprecated Use `ds-swatch-picker` with shell preset options.
|
|
5093
5304
|
*/
|
|
@@ -5127,6 +5338,18 @@ declare namespace LocalJSX {
|
|
|
5127
5338
|
*/
|
|
5128
5339
|
"selected"?: boolean;
|
|
5129
5340
|
}
|
|
5341
|
+
interface DsShellPage {
|
|
5342
|
+
/**
|
|
5343
|
+
* Standard page gutters, or no inset for full-bleed page content.
|
|
5344
|
+
* @default 'default'
|
|
5345
|
+
*/
|
|
5346
|
+
"contentInset"?: ShellPageContentInset;
|
|
5347
|
+
/**
|
|
5348
|
+
* Automatic container/scroll behavior, or an explicit header variant override.
|
|
5349
|
+
* @default 'auto'
|
|
5350
|
+
*/
|
|
5351
|
+
"headerPresentation"?: ShellPageHeaderPresentation;
|
|
5352
|
+
}
|
|
5130
5353
|
interface DsSkeleton {
|
|
5131
5354
|
/**
|
|
5132
5355
|
* Actual parent surface context. Omit on primary and secondary surfaces.
|
|
@@ -5562,8 +5785,9 @@ declare namespace LocalJSX {
|
|
|
5562
5785
|
"size"?: TooltipSize;
|
|
5563
5786
|
}
|
|
5564
5787
|
/**
|
|
5565
|
-
* Positioned value/label callout for chart hover interactions (bar, line point,
|
|
5566
|
-
*
|
|
5788
|
+
* Positioned value/label callout for chart hover interactions (bar, line point,
|
|
5789
|
+
* standalone donut slice, …). Donut compositions suppress it when a visible
|
|
5790
|
+
* legend already surfaces the hovered slice.
|
|
5567
5791
|
* Unlike `ds-tooltip`, this doesn't bind to a slotted anchor element —
|
|
5568
5792
|
* charts hover-highlight data that lives inside an SVG, so the chart itself computes
|
|
5569
5793
|
* the anchor point (e.g. the cursor position while hovering) and passes it in as `x`/`y`.
|
|
@@ -5628,11 +5852,6 @@ declare namespace LocalJSX {
|
|
|
5628
5852
|
"error": string;
|
|
5629
5853
|
"open": boolean;
|
|
5630
5854
|
}
|
|
5631
|
-
interface DsAppShellAttributes {
|
|
5632
|
-
"navStyle": NavChromeStyle;
|
|
5633
|
-
"gradientPreset": ShellGradientPreset;
|
|
5634
|
-
"shortcutsEnabled": boolean;
|
|
5635
|
-
}
|
|
5636
5855
|
interface DsAttachmentListAttributes {
|
|
5637
5856
|
"label": string;
|
|
5638
5857
|
}
|
|
@@ -5660,6 +5879,17 @@ declare namespace LocalJSX {
|
|
|
5660
5879
|
"currentUrl": string;
|
|
5661
5880
|
"moreTabsLabel": string;
|
|
5662
5881
|
}
|
|
5882
|
+
interface DsBarTitleAttributes {
|
|
5883
|
+
"heading": string;
|
|
5884
|
+
"description": string;
|
|
5885
|
+
"showBack": boolean;
|
|
5886
|
+
"backAriaLabel": string;
|
|
5887
|
+
"backLabel": string;
|
|
5888
|
+
"value": string;
|
|
5889
|
+
"sectionsAriaLabel": string;
|
|
5890
|
+
"actionsAriaLabel": string;
|
|
5891
|
+
"variant": BarTitleVariant;
|
|
5892
|
+
}
|
|
5663
5893
|
interface DsButtonFilledAttributes {
|
|
5664
5894
|
"variant": ButtonFilledVariant;
|
|
5665
5895
|
"size": ButtonFilledSize;
|
|
@@ -5668,6 +5898,8 @@ declare namespace LocalJSX {
|
|
|
5668
5898
|
"icon": string;
|
|
5669
5899
|
"intent": ButtonFilledIntent;
|
|
5670
5900
|
"contrast": ButtonFilledContrast;
|
|
5901
|
+
"hasBorder": boolean;
|
|
5902
|
+
"background": ButtonFilledBackground | undefined;
|
|
5671
5903
|
"rounded": boolean;
|
|
5672
5904
|
"isInactive": boolean;
|
|
5673
5905
|
"isLoading": boolean;
|
|
@@ -5724,6 +5956,7 @@ declare namespace LocalJSX {
|
|
|
5724
5956
|
"thickness": string;
|
|
5725
5957
|
"cornerRadius": string;
|
|
5726
5958
|
"gap": number;
|
|
5959
|
+
"showTooltip": boolean;
|
|
5727
5960
|
"centerValue": string | undefined;
|
|
5728
5961
|
"centerCaption": string | undefined;
|
|
5729
5962
|
"activeLabel": string | null;
|
|
@@ -6026,6 +6259,11 @@ declare namespace LocalJSX {
|
|
|
6026
6259
|
"ariaLabelledby": string | undefined;
|
|
6027
6260
|
"ariaDescribedby": string | undefined;
|
|
6028
6261
|
}
|
|
6262
|
+
interface DsShellAppAttributes {
|
|
6263
|
+
"navStyle": NavChromeStyle;
|
|
6264
|
+
"gradientPreset": ShellGradientPreset;
|
|
6265
|
+
"shortcutsEnabled": boolean;
|
|
6266
|
+
}
|
|
6029
6267
|
interface DsShellGradientPickerAttributes {
|
|
6030
6268
|
"value": ShellGradientPreset;
|
|
6031
6269
|
"groupLabel": string;
|
|
@@ -6036,6 +6274,10 @@ declare namespace LocalJSX {
|
|
|
6036
6274
|
"isInactive": boolean;
|
|
6037
6275
|
"ariaLabel": string | null;
|
|
6038
6276
|
}
|
|
6277
|
+
interface DsShellPageAttributes {
|
|
6278
|
+
"headerPresentation": ShellPageHeaderPresentation;
|
|
6279
|
+
"contentInset": ShellPageContentInset;
|
|
6280
|
+
}
|
|
6039
6281
|
interface DsSkeletonAttributes {
|
|
6040
6282
|
"variant": SkeletonVariant;
|
|
6041
6283
|
"textVariant": TextVariant;
|
|
@@ -6159,11 +6401,11 @@ declare namespace LocalJSX {
|
|
|
6159
6401
|
"ds-agent-response": Omit<DsAgentResponse, keyof DsAgentResponseAttributes> & { [K in keyof DsAgentResponse & keyof DsAgentResponseAttributes]?: DsAgentResponse[K] } & { [K in keyof DsAgentResponse & keyof DsAgentResponseAttributes as `attr:${K}`]?: DsAgentResponseAttributes[K] } & { [K in keyof DsAgentResponse & keyof DsAgentResponseAttributes as `prop:${K}`]?: DsAgentResponse[K] };
|
|
6160
6402
|
"ds-agent-source-list": Omit<DsAgentSourceList, keyof DsAgentSourceListAttributes> & { [K in keyof DsAgentSourceList & keyof DsAgentSourceListAttributes]?: DsAgentSourceList[K] } & { [K in keyof DsAgentSourceList & keyof DsAgentSourceListAttributes as `attr:${K}`]?: DsAgentSourceListAttributes[K] } & { [K in keyof DsAgentSourceList & keyof DsAgentSourceListAttributes as `prop:${K}`]?: DsAgentSourceList[K] };
|
|
6161
6403
|
"ds-agent-tool-call": Omit<DsAgentToolCall, keyof DsAgentToolCallAttributes> & { [K in keyof DsAgentToolCall & keyof DsAgentToolCallAttributes]?: DsAgentToolCall[K] } & { [K in keyof DsAgentToolCall & keyof DsAgentToolCallAttributes as `attr:${K}`]?: DsAgentToolCallAttributes[K] } & { [K in keyof DsAgentToolCall & keyof DsAgentToolCallAttributes as `prop:${K}`]?: DsAgentToolCall[K] };
|
|
6162
|
-
"ds-app-shell": Omit<DsAppShell, keyof DsAppShellAttributes> & { [K in keyof DsAppShell & keyof DsAppShellAttributes]?: DsAppShell[K] } & { [K in keyof DsAppShell & keyof DsAppShellAttributes as `attr:${K}`]?: DsAppShellAttributes[K] } & { [K in keyof DsAppShell & keyof DsAppShellAttributes as `prop:${K}`]?: DsAppShell[K] };
|
|
6163
6404
|
"ds-attachment-list": Omit<DsAttachmentList, keyof DsAttachmentListAttributes> & { [K in keyof DsAttachmentList & keyof DsAttachmentListAttributes]?: DsAttachmentList[K] } & { [K in keyof DsAttachmentList & keyof DsAttachmentListAttributes as `attr:${K}`]?: DsAttachmentListAttributes[K] } & { [K in keyof DsAttachmentList & keyof DsAttachmentListAttributes as `prop:${K}`]?: DsAttachmentList[K] };
|
|
6164
6405
|
"ds-avatar": Omit<DsAvatar, keyof DsAvatarAttributes> & { [K in keyof DsAvatar & keyof DsAvatarAttributes]?: DsAvatar[K] } & { [K in keyof DsAvatar & keyof DsAvatarAttributes as `attr:${K}`]?: DsAvatarAttributes[K] } & { [K in keyof DsAvatar & keyof DsAvatarAttributes as `prop:${K}`]?: DsAvatar[K] };
|
|
6165
6406
|
"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] };
|
|
6166
6407
|
"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] };
|
|
6408
|
+
"ds-bar-title": Omit<DsBarTitle, keyof DsBarTitleAttributes> & { [K in keyof DsBarTitle & keyof DsBarTitleAttributes]?: DsBarTitle[K] } & { [K in keyof DsBarTitle & keyof DsBarTitleAttributes as `attr:${K}`]?: DsBarTitleAttributes[K] } & { [K in keyof DsBarTitle & keyof DsBarTitleAttributes as `prop:${K}`]?: DsBarTitle[K] } & OneOf<"heading", DsBarTitle["heading"], DsBarTitleAttributes["heading"]>;
|
|
6167
6409
|
"ds-button-filled": Omit<DsButtonFilled, keyof DsButtonFilledAttributes> & { [K in keyof DsButtonFilled & keyof DsButtonFilledAttributes]?: DsButtonFilled[K] } & { [K in keyof DsButtonFilled & keyof DsButtonFilledAttributes as `attr:${K}`]?: DsButtonFilledAttributes[K] } & { [K in keyof DsButtonFilled & keyof DsButtonFilledAttributes as `prop:${K}`]?: DsButtonFilled[K] };
|
|
6168
6410
|
"ds-button-unfilled": Omit<DsButtonUnfilled, keyof DsButtonUnfilledAttributes> & { [K in keyof DsButtonUnfilled & keyof DsButtonUnfilledAttributes]?: DsButtonUnfilled[K] } & { [K in keyof DsButtonUnfilled & keyof DsButtonUnfilledAttributes as `attr:${K}`]?: DsButtonUnfilledAttributes[K] } & { [K in keyof DsButtonUnfilled & keyof DsButtonUnfilledAttributes as `prop:${K}`]?: DsButtonUnfilled[K] };
|
|
6169
6411
|
"ds-card-data-viz-donut": Omit<DsCardDataVizDonut, keyof DsCardDataVizDonutAttributes> & { [K in keyof DsCardDataVizDonut & keyof DsCardDataVizDonutAttributes]?: DsCardDataVizDonut[K] } & { [K in keyof DsCardDataVizDonut & keyof DsCardDataVizDonutAttributes as `attr:${K}`]?: DsCardDataVizDonutAttributes[K] } & { [K in keyof DsCardDataVizDonut & keyof DsCardDataVizDonutAttributes as `prop:${K}`]?: DsCardDataVizDonut[K] } & OneOf<"heading", DsCardDataVizDonut["heading"], DsCardDataVizDonutAttributes["heading"]>;
|
|
@@ -6200,8 +6442,10 @@ declare namespace LocalJSX {
|
|
|
6200
6442
|
"ds-radio": Omit<DsRadio, keyof DsRadioAttributes> & { [K in keyof DsRadio & keyof DsRadioAttributes]?: DsRadio[K] } & { [K in keyof DsRadio & keyof DsRadioAttributes as `attr:${K}`]?: DsRadioAttributes[K] } & { [K in keyof DsRadio & keyof DsRadioAttributes as `prop:${K}`]?: DsRadio[K] };
|
|
6201
6443
|
"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] };
|
|
6202
6444
|
"ds-select-multi": Omit<DsSelectMulti, keyof DsSelectMultiAttributes> & { [K in keyof DsSelectMulti & keyof DsSelectMultiAttributes]?: DsSelectMulti[K] } & { [K in keyof DsSelectMulti & keyof DsSelectMultiAttributes as `attr:${K}`]?: DsSelectMultiAttributes[K] } & { [K in keyof DsSelectMulti & keyof DsSelectMultiAttributes as `prop:${K}`]?: DsSelectMulti[K] };
|
|
6445
|
+
"ds-shell-app": Omit<DsShellApp, keyof DsShellAppAttributes> & { [K in keyof DsShellApp & keyof DsShellAppAttributes]?: DsShellApp[K] } & { [K in keyof DsShellApp & keyof DsShellAppAttributes as `attr:${K}`]?: DsShellAppAttributes[K] } & { [K in keyof DsShellApp & keyof DsShellAppAttributes as `prop:${K}`]?: DsShellApp[K] };
|
|
6203
6446
|
"ds-shell-gradient-picker": Omit<DsShellGradientPicker, keyof DsShellGradientPickerAttributes> & { [K in keyof DsShellGradientPicker & keyof DsShellGradientPickerAttributes]?: DsShellGradientPicker[K] } & { [K in keyof DsShellGradientPicker & keyof DsShellGradientPickerAttributes as `attr:${K}`]?: DsShellGradientPickerAttributes[K] } & { [K in keyof DsShellGradientPicker & keyof DsShellGradientPickerAttributes as `prop:${K}`]?: DsShellGradientPicker[K] };
|
|
6204
6447
|
"ds-shell-gradient-swatch": Omit<DsShellGradientSwatch, keyof DsShellGradientSwatchAttributes> & { [K in keyof DsShellGradientSwatch & keyof DsShellGradientSwatchAttributes]?: DsShellGradientSwatch[K] } & { [K in keyof DsShellGradientSwatch & keyof DsShellGradientSwatchAttributes as `attr:${K}`]?: DsShellGradientSwatchAttributes[K] } & { [K in keyof DsShellGradientSwatch & keyof DsShellGradientSwatchAttributes as `prop:${K}`]?: DsShellGradientSwatch[K] };
|
|
6448
|
+
"ds-shell-page": Omit<DsShellPage, keyof DsShellPageAttributes> & { [K in keyof DsShellPage & keyof DsShellPageAttributes]?: DsShellPage[K] } & { [K in keyof DsShellPage & keyof DsShellPageAttributes as `attr:${K}`]?: DsShellPageAttributes[K] } & { [K in keyof DsShellPage & keyof DsShellPageAttributes as `prop:${K}`]?: DsShellPage[K] };
|
|
6205
6449
|
"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] };
|
|
6206
6450
|
"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] };
|
|
6207
6451
|
"ds-swatch-picker": Omit<DsSwatchPicker, keyof DsSwatchPickerAttributes> & { [K in keyof DsSwatchPicker & keyof DsSwatchPickerAttributes]?: DsSwatchPicker[K] } & { [K in keyof DsSwatchPicker & keyof DsSwatchPickerAttributes as `attr:${K}`]?: DsSwatchPickerAttributes[K] } & { [K in keyof DsSwatchPicker & keyof DsSwatchPickerAttributes as `prop:${K}`]?: DsSwatchPicker[K] };
|
|
@@ -6223,11 +6467,11 @@ declare module "@stencil/core" {
|
|
|
6223
6467
|
"ds-agent-response": LocalJSX.IntrinsicElements["ds-agent-response"] & JSXBase.HTMLAttributes<HTMLDsAgentResponseElement>;
|
|
6224
6468
|
"ds-agent-source-list": LocalJSX.IntrinsicElements["ds-agent-source-list"] & JSXBase.HTMLAttributes<HTMLDsAgentSourceListElement>;
|
|
6225
6469
|
"ds-agent-tool-call": LocalJSX.IntrinsicElements["ds-agent-tool-call"] & JSXBase.HTMLAttributes<HTMLDsAgentToolCallElement>;
|
|
6226
|
-
"ds-app-shell": LocalJSX.IntrinsicElements["ds-app-shell"] & JSXBase.HTMLAttributes<HTMLDsAppShellElement>;
|
|
6227
6470
|
"ds-attachment-list": LocalJSX.IntrinsicElements["ds-attachment-list"] & JSXBase.HTMLAttributes<HTMLDsAttachmentListElement>;
|
|
6228
6471
|
"ds-avatar": LocalJSX.IntrinsicElements["ds-avatar"] & JSXBase.HTMLAttributes<HTMLDsAvatarElement>;
|
|
6229
6472
|
"ds-badge": LocalJSX.IntrinsicElements["ds-badge"] & JSXBase.HTMLAttributes<HTMLDsBadgeElement>;
|
|
6230
6473
|
"ds-bar-nav": LocalJSX.IntrinsicElements["ds-bar-nav"] & JSXBase.HTMLAttributes<HTMLDsBarNavElement>;
|
|
6474
|
+
"ds-bar-title": LocalJSX.IntrinsicElements["ds-bar-title"] & JSXBase.HTMLAttributes<HTMLDsBarTitleElement>;
|
|
6231
6475
|
"ds-button-filled": LocalJSX.IntrinsicElements["ds-button-filled"] & JSXBase.HTMLAttributes<HTMLDsButtonFilledElement>;
|
|
6232
6476
|
"ds-button-unfilled": LocalJSX.IntrinsicElements["ds-button-unfilled"] & JSXBase.HTMLAttributes<HTMLDsButtonUnfilledElement>;
|
|
6233
6477
|
/**
|
|
@@ -6284,6 +6528,7 @@ declare module "@stencil/core" {
|
|
|
6284
6528
|
"ds-radio": LocalJSX.IntrinsicElements["ds-radio"] & JSXBase.HTMLAttributes<HTMLDsRadioElement>;
|
|
6285
6529
|
"ds-select": LocalJSX.IntrinsicElements["ds-select"] & JSXBase.HTMLAttributes<HTMLDsSelectElement>;
|
|
6286
6530
|
"ds-select-multi": LocalJSX.IntrinsicElements["ds-select-multi"] & JSXBase.HTMLAttributes<HTMLDsSelectMultiElement>;
|
|
6531
|
+
"ds-shell-app": LocalJSX.IntrinsicElements["ds-shell-app"] & JSXBase.HTMLAttributes<HTMLDsShellAppElement>;
|
|
6287
6532
|
/**
|
|
6288
6533
|
* @deprecated Use `ds-swatch-picker` with shell preset options.
|
|
6289
6534
|
*/
|
|
@@ -6292,6 +6537,7 @@ declare module "@stencil/core" {
|
|
|
6292
6537
|
* @deprecated Use `ds-swatch-picker`; individual swatches are implementation detail.
|
|
6293
6538
|
*/
|
|
6294
6539
|
"ds-shell-gradient-swatch": LocalJSX.IntrinsicElements["ds-shell-gradient-swatch"] & JSXBase.HTMLAttributes<HTMLDsShellGradientSwatchElement>;
|
|
6540
|
+
"ds-shell-page": LocalJSX.IntrinsicElements["ds-shell-page"] & JSXBase.HTMLAttributes<HTMLDsShellPageElement>;
|
|
6295
6541
|
"ds-skeleton": LocalJSX.IntrinsicElements["ds-skeleton"] & JSXBase.HTMLAttributes<HTMLDsSkeletonElement>;
|
|
6296
6542
|
"ds-slider": LocalJSX.IntrinsicElements["ds-slider"] & JSXBase.HTMLAttributes<HTMLDsSliderElement>;
|
|
6297
6543
|
"ds-swatch-picker": LocalJSX.IntrinsicElements["ds-swatch-picker"] & JSXBase.HTMLAttributes<HTMLDsSwatchPickerElement>;
|
|
@@ -6308,8 +6554,9 @@ declare module "@stencil/core" {
|
|
|
6308
6554
|
*/
|
|
6309
6555
|
"ds-tooltip": LocalJSX.IntrinsicElements["ds-tooltip"] & JSXBase.HTMLAttributes<HTMLDsTooltipElement>;
|
|
6310
6556
|
/**
|
|
6311
|
-
* Positioned value/label callout for chart hover interactions (bar, line point,
|
|
6312
|
-
*
|
|
6557
|
+
* Positioned value/label callout for chart hover interactions (bar, line point,
|
|
6558
|
+
* standalone donut slice, …). Donut compositions suppress it when a visible
|
|
6559
|
+
* legend already surfaces the hovered slice.
|
|
6313
6560
|
* Unlike `ds-tooltip`, this doesn't bind to a slotted anchor element —
|
|
6314
6561
|
* charts hover-highlight data that lives inside an SVG, so the chart itself computes
|
|
6315
6562
|
* the anchor point (e.g. the cursor position while hovering) and passes it in as `x`/`y`.
|