@ds-mo/ui 9.1.0 → 9.2.1
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 +0 -79
- package/dist/.build-stamp +1 -1
- package/dist/agent-patterns.json +165 -1
- package/dist/agent.json +2131 -639
- package/dist/angular/ds-agent-activity.d.ts +12 -0
- package/dist/angular/ds-agent-activity.js +38 -0
- package/dist/angular/ds-agent-response.d.ts +12 -0
- package/dist/angular/ds-agent-response.js +38 -0
- package/dist/angular/ds-agent-source-list.d.ts +12 -0
- package/dist/angular/ds-agent-source-list.js +38 -0
- package/dist/angular/ds-agent-tool-call.d.ts +12 -0
- package/dist/angular/ds-agent-tool-call.js +38 -0
- package/dist/angular/ds-attachment-list.d.ts +12 -0
- package/dist/angular/ds-attachment-list.js +38 -0
- package/dist/angular/ds-avatar.d.ts +12 -0
- package/dist/angular/ds-avatar.js +38 -0
- package/dist/angular/ds-code-block.d.ts +12 -0
- package/dist/angular/ds-code-block.js +38 -0
- package/dist/angular/ds-conversation-list-item.d.ts +19 -0
- package/dist/angular/ds-conversation-list-item.js +42 -0
- package/dist/angular/ds-conversation-list-section.d.ts +12 -0
- package/dist/angular/ds-conversation-list-section.js +38 -0
- package/dist/angular/ds-conversation-list.d.ts +12 -0
- package/dist/angular/ds-conversation-list.js +37 -0
- package/dist/angular/ds-markdown.d.ts +12 -0
- package/dist/angular/ds-markdown.js +38 -0
- package/dist/angular/ds-menu.d.ts +6 -1
- package/dist/angular/ds-menu.js +7 -4
- package/dist/angular/ds-message-bubble.d.ts +12 -0
- package/dist/angular/ds-message-bubble.js +38 -0
- package/dist/angular/ds-message-composer.d.ts +23 -0
- package/dist/angular/ds-message-composer.js +49 -0
- package/dist/angular/ds-message-scroller.d.ts +15 -0
- package/dist/angular/ds-message-scroller.js +43 -0
- package/dist/angular/ds-message.d.ts +12 -0
- package/dist/angular/ds-message.js +38 -0
- package/dist/angular/ds-panel-nav.d.ts +1 -1
- package/dist/angular/ds-panel-nav.js +3 -3
- package/dist/angular/ds-panel-tool-header.d.ts +25 -0
- package/dist/angular/ds-panel-tool-header.js +49 -0
- package/dist/angular/ds-panel-tool-search.d.ts +19 -0
- package/dist/angular/ds-panel-tool-search.js +49 -0
- package/dist/angular/ds-panel-tools.d.ts +30 -1
- package/dist/angular/ds-panel-tools.js +14 -5
- package/dist/angular/index.d.ts +1 -1
- package/dist/angular/index.js +17 -0
- package/dist/angular/proxies.d.ts +17 -0
- package/dist/angular/proxies.js +17 -0
- package/dist/components/ds-agent-activity.d.ts +11 -0
- package/dist/components/ds-agent-activity.js +2 -0
- package/dist/components/ds-agent-activity.js.map +1 -0
- package/dist/components/ds-agent-response.d.ts +11 -0
- package/dist/components/ds-agent-response.js +2 -0
- package/dist/components/ds-agent-response.js.map +1 -0
- package/dist/components/ds-agent-source-list.d.ts +11 -0
- package/dist/components/ds-agent-source-list.js +2 -0
- package/dist/components/ds-agent-source-list.js.map +1 -0
- package/dist/components/ds-agent-tool-call.d.ts +11 -0
- package/dist/components/ds-agent-tool-call.js +2 -0
- package/dist/components/ds-agent-tool-call.js.map +1 -0
- package/dist/components/ds-app-shell.js +1 -1
- package/dist/components/ds-app-shell.js.map +1 -1
- package/dist/components/ds-attachment-list.d.ts +11 -0
- package/dist/components/ds-attachment-list.js +2 -0
- package/dist/components/ds-attachment-list.js.map +1 -0
- package/dist/components/ds-avatar.d.ts +11 -0
- package/dist/components/ds-avatar.js +2 -0
- package/dist/components/ds-avatar.js.map +1 -0
- package/dist/components/ds-badge.js +1 -1
- package/dist/components/ds-banner.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-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-setting.js +1 -1
- package/dist/components/ds-card-shell-data-viz.js +1 -1
- package/dist/components/ds-card.js +1 -1
- package/dist/components/ds-chart-bar.js +1 -1
- package/dist/components/ds-chart-bar.js.map +1 -1
- package/dist/components/ds-chart-donut.js +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.d.ts +11 -0
- package/dist/components/ds-code-block.js +2 -0
- package/dist/components/ds-code-block.js.map +1 -0
- package/dist/components/ds-conversation-list-item.d.ts +11 -0
- package/dist/components/ds-conversation-list-item.js +2 -0
- package/dist/components/ds-conversation-list-item.js.map +1 -0
- package/dist/components/ds-conversation-list-section.d.ts +11 -0
- package/dist/components/ds-conversation-list-section.js +2 -0
- package/dist/components/ds-conversation-list-section.js.map +1 -0
- package/dist/components/ds-conversation-list.d.ts +11 -0
- package/dist/components/ds-conversation-list.js +2 -0
- package/dist/components/ds-conversation-list.js.map +1 -0
- package/dist/components/ds-divider.js +1 -1
- package/dist/components/ds-divider.js.map +1 -1
- package/dist/components/ds-empty-state.js +1 -1
- package/dist/components/ds-field.js +1 -1
- package/dist/components/ds-icon.js +1 -1
- package/dist/components/ds-input.js +1 -1
- package/dist/components/ds-markdown.d.ts +11 -0
- package/dist/components/ds-markdown.js +2 -0
- package/dist/components/ds-markdown.js.map +1 -0
- package/dist/components/ds-menu.js +1 -1
- package/dist/components/ds-message-bubble.d.ts +11 -0
- package/dist/components/ds-message-bubble.js +2 -0
- package/dist/components/ds-message-bubble.js.map +1 -0
- package/dist/components/ds-message-composer.d.ts +11 -0
- package/dist/components/ds-message-composer.js +2 -0
- package/dist/components/ds-message-composer.js.map +1 -0
- package/dist/components/ds-message-scroller.d.ts +11 -0
- package/dist/components/ds-message-scroller.js +2 -0
- package/dist/components/ds-message-scroller.js.map +1 -0
- package/dist/components/ds-message.d.ts +11 -0
- package/dist/components/ds-message.js +2 -0
- package/dist/components/ds-message.js.map +1 -0
- package/dist/components/ds-modal.js +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-tool-header.d.ts +11 -0
- package/dist/components/ds-panel-tool-header.js +2 -0
- package/dist/components/ds-panel-tool-header.js.map +1 -0
- package/dist/components/ds-panel-tool-search.d.ts +11 -0
- package/dist/components/ds-panel-tool-search.js +2 -0
- package/dist/components/ds-panel-tool-search.js.map +1 -0
- 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-gradient-picker.js +1 -1
- package/dist/components/ds-shell-gradient-picker.js.map +1 -1
- package/dist/components/ds-shell-gradient-swatch.js +1 -1
- 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-tab-group.js.map +1 -1
- package/dist/components/ds-tag.js +1 -1
- package/dist/components/ds-tag.js.map +1 -1
- package/dist/components/ds-text.js +1 -1
- package/dist/components/ds-tooltip-data-viz.js +1 -1
- package/dist/components/ds-tooltip.js +1 -1
- package/dist/components/index.d.ts +14 -0
- package/dist/components/{p-HBIxvS5C.js → p-B1pWGQn1.js} +2 -2
- package/dist/components/p-BBu_Svz7.js +2 -0
- package/dist/components/p-BBu_Svz7.js.map +1 -0
- package/dist/components/p-BHpWYKtP.js +2 -0
- package/dist/components/p-BHpWYKtP.js.map +1 -0
- package/dist/components/{p-KRGBGTu5.js → p-BO6C8abO.js} +2 -2
- package/dist/components/p-BRfOCc_h.js +2 -0
- package/dist/components/p-BRfOCc_h.js.map +1 -0
- package/dist/components/{p-CbS_WWs2.js → p-BSOZXagj.js} +2 -2
- package/dist/components/p-BSOZXagj.js.map +1 -0
- package/dist/components/p-BhC1YyId.js +2 -0
- package/dist/components/p-BhC1YyId.js.map +1 -0
- package/dist/components/p-BjtXYFhw.js +2 -0
- package/dist/components/p-BjtXYFhw.js.map +1 -0
- package/dist/components/p-CBYuvZKM.js +2 -0
- package/dist/components/p-CBYuvZKM.js.map +1 -0
- package/dist/components/{p-CZ9wemOA.js → p-CJlgONwR.js} +2 -2
- package/dist/components/p-CKaJx0IX.js +2 -0
- package/dist/components/p-CKaJx0IX.js.map +1 -0
- package/dist/components/p-CWNdl52Y.js +2 -0
- package/dist/components/p-CWNdl52Y.js.map +1 -0
- package/dist/components/{p-DT2MK8Kt.js → p-CblAABEo.js} +2 -2
- package/dist/components/p-CeFBA7Dx.js +2 -0
- package/dist/components/p-CeFBA7Dx.js.map +1 -0
- package/dist/components/p-CiKGqsA2.js +2 -0
- package/dist/components/{p-BLzivrE3.js.map → p-CiKGqsA2.js.map} +1 -1
- package/dist/components/p-Ci_nVk5P.js +2 -0
- package/dist/components/p-Ci_nVk5P.js.map +1 -0
- package/dist/components/p-Cijzn3YQ.js +2 -0
- package/dist/components/p-Cijzn3YQ.js.map +1 -0
- package/dist/components/{p-BbV68F23.js → p-CiwdnKKp.js} +2 -2
- package/dist/components/p-DFxqk71w.js +2 -0
- package/dist/components/p-DFxqk71w.js.map +1 -0
- package/dist/components/p-DVsje4AY.js +2 -0
- package/dist/components/p-DVsje4AY.js.map +1 -0
- package/dist/components/p-DaQ0ZE_V.js +2 -0
- package/dist/components/p-DaQ0ZE_V.js.map +1 -0
- package/dist/components/p-DiooIO2B.js +2 -0
- package/dist/components/p-DiooIO2B.js.map +1 -0
- package/dist/components/p-Dj5MejHv.js +2 -0
- package/dist/components/p-Dj5MejHv.js.map +1 -0
- package/dist/components/{p-B-zhgAvL.js → p-DnMCRAwx.js} +2 -2
- package/dist/components/{p-DyZj3k9S.js → p-Dst-OliP.js} +2 -2
- package/dist/components/p-Dst-OliP.js.map +1 -0
- package/dist/components/p-T0Mzhv3-.js +2 -0
- package/dist/components/p-T0Mzhv3-.js.map +1 -0
- package/dist/components/p-a9nGf1s6.js +2 -0
- package/dist/components/p-a9nGf1s6.js.map +1 -0
- package/dist/components/p-gidVv1FX.js +2 -0
- package/dist/components/p-gidVv1FX.js.map +1 -0
- package/dist/components/p-kezp2_Xu.js +2 -0
- package/dist/components/p-kezp2_Xu.js.map +1 -0
- package/dist/components/p-rEe-3KR_.js +2 -0
- package/dist/components/p-rEe-3KR_.js.map +1 -0
- package/dist/components/{p-C7RObioO.js → p-xB0GPG3-.js} +2 -2
- package/dist/docs/components.json +8294 -4079
- package/dist/lib/components/Menu/menu-placement.d.ts +13 -0
- package/dist/lib/shell/index.d.ts +1 -1
- package/dist/lib/shell/index.js +8 -0
- package/dist/lib/shell/index.js.map +2 -2
- package/dist/mcp-data/registry/agent-activity.json +158 -0
- package/dist/mcp-data/registry/agent-response.json +211 -0
- package/dist/mcp-data/registry/agent-source-list.json +153 -0
- package/dist/mcp-data/registry/agent-tool-call.json +213 -0
- package/dist/mcp-data/registry/app-shell.json +2 -2
- package/dist/mcp-data/registry/attachment-list.json +137 -0
- package/dist/mcp-data/registry/avatar.json +154 -0
- package/dist/mcp-data/registry/bar-nav.json +2 -2
- package/dist/mcp-data/registry/button-unfilled.json +2 -2
- package/dist/mcp-data/registry/code-block.json +150 -0
- package/dist/mcp-data/registry/conversation-list-item.json +283 -0
- package/dist/mcp-data/registry/conversation-list-section.json +139 -0
- package/dist/mcp-data/registry/conversation-list.json +101 -0
- package/dist/mcp-data/registry/markdown.json +141 -0
- package/dist/mcp-data/registry/menu.json +43 -7
- package/dist/mcp-data/registry/message-bubble.json +119 -0
- package/dist/mcp-data/registry/message-composer.json +265 -0
- package/dist/mcp-data/registry/message-scroller.json +217 -0
- package/dist/mcp-data/registry/message.json +255 -0
- package/dist/mcp-data/registry/panel-nav.json +20 -2
- package/dist/mcp-data/registry/panel-tool-header.json +342 -0
- package/dist/mcp-data/registry/panel-tool-search.json +387 -0
- package/dist/mcp-data/registry/panel-tools.json +150 -10
- package/dist/mcp-data/registry/registry.json +2159 -616
- package/dist/mcp-data/registry/select.json +1 -1
- package/dist/mcp-data/registry/slider.json +4 -4
- package/dist/mcp-data/registry/switch.json +1 -1
- package/dist/mcp-data/registry/tab-group.json +2 -2
- package/dist/mcp-data/registry/tag.json +2 -2
- package/dist/mcp-data/registry/text.json +1 -1
- package/dist/react/components.d.ts +17 -0
- package/dist/react/components.js +17 -0
- package/dist/react/ds-agent-activity.d.ts +9 -0
- package/dist/react/ds-agent-activity.js +12 -0
- package/dist/react/ds-agent-response.d.ts +9 -0
- package/dist/react/ds-agent-response.js +12 -0
- package/dist/react/ds-agent-source-list.d.ts +9 -0
- package/dist/react/ds-agent-source-list.js +12 -0
- package/dist/react/ds-agent-tool-call.d.ts +9 -0
- package/dist/react/ds-agent-tool-call.js +12 -0
- package/dist/react/ds-attachment-list.d.ts +9 -0
- package/dist/react/ds-attachment-list.js +12 -0
- package/dist/react/ds-avatar.d.ts +9 -0
- package/dist/react/ds-avatar.js +12 -0
- package/dist/react/ds-code-block.d.ts +9 -0
- package/dist/react/ds-code-block.js +12 -0
- package/dist/react/ds-conversation-list-item.d.ts +14 -0
- package/dist/react/ds-conversation-list-item.js +12 -0
- package/dist/react/ds-conversation-list-section.d.ts +9 -0
- package/dist/react/ds-conversation-list-section.js +12 -0
- package/dist/react/ds-conversation-list.d.ts +9 -0
- package/dist/react/ds-conversation-list.js +12 -0
- package/dist/react/ds-markdown.d.ts +9 -0
- package/dist/react/ds-markdown.js +12 -0
- package/dist/react/ds-menu.d.ts +1 -0
- package/dist/react/ds-menu.js +1 -0
- package/dist/react/ds-message-bubble.d.ts +9 -0
- package/dist/react/ds-message-bubble.js +12 -0
- package/dist/react/ds-message-composer.d.ts +16 -0
- package/dist/react/ds-message-composer.js +16 -0
- package/dist/react/ds-message-scroller.d.ts +12 -0
- package/dist/react/ds-message-scroller.js +12 -0
- package/dist/react/ds-message.d.ts +9 -0
- package/dist/react/ds-message.js +12 -0
- package/dist/react/ds-panel-tool-header.d.ts +17 -0
- package/dist/react/ds-panel-tool-header.js +16 -0
- package/dist/react/ds-panel-tool-search.d.ts +14 -0
- package/dist/react/ds-panel-tool-search.js +16 -0
- package/dist/react/ds-panel-tools.d.ts +10 -0
- package/dist/react/ds-panel-tools.js +3 -0
- package/dist/types/components/AgentActivity/AgentActivity.d.ts +14 -0
- package/dist/types/components/AgentResponse/AgentResponse.d.ts +12 -0
- package/dist/types/components/AgentSourceList/AgentSourceList.d.ts +9 -0
- package/dist/types/components/AgentToolCall/AgentToolCall.d.ts +13 -0
- package/dist/types/components/AppShell/AppShell.d.ts +4 -0
- package/dist/types/components/AttachmentList/AttachmentList.d.ts +8 -0
- package/dist/types/components/Avatar/Avatar.d.ts +11 -0
- package/dist/types/components/BarNav/BarNav.d.ts +2 -0
- package/dist/types/components/ButtonUnfilled/ButtonUnfilled.d.ts +2 -0
- package/dist/types/components/CodeBlock/CodeBlock.d.ts +11 -0
- package/dist/types/components/ConversationList/ConversationList.d.ts +4 -0
- package/dist/types/components/ConversationListItem/ConversationListItem.d.ts +24 -0
- package/dist/types/components/ConversationListSection/ConversationListSection.d.ts +9 -0
- package/dist/types/components/Markdown/Markdown.d.ts +15 -0
- package/dist/types/components/Menu/Menu.d.ts +9 -0
- package/dist/types/components/Menu/menu-placement.d.ts +13 -0
- package/dist/types/components/Menu/menu-types.d.ts +1 -1
- package/dist/types/components/Message/Message.d.ts +17 -0
- package/dist/types/components/MessageBubble/MessageBubble.d.ts +6 -0
- package/dist/types/components/MessageComposer/MessageComposer.d.ts +29 -0
- package/dist/types/components/MessageScroller/MessageScroller.d.ts +41 -0
- package/dist/types/components/PanelNav/PanelNav.d.ts +5 -0
- package/dist/types/components/PanelToolHeader/PanelToolHeader.d.ts +34 -0
- package/dist/types/components/PanelToolSearch/PanelToolSearch.d.ts +35 -0
- package/dist/types/components/PanelTools/PanelTools.d.ts +40 -1
- package/dist/types/components/PanelTools/panel-tools-types.d.ts +20 -0
- package/dist/types/components/PanelTools/panel-tools-utils.d.ts +2 -0
- package/dist/types/components/Slider/Slider.d.ts +1 -1
- package/dist/types/components/conversation-types.d.ts +55 -0
- package/dist/types/components.d.ts +1229 -14
- package/dist/types/shell/index.d.ts +1 -1
- package/dist/types/utils/choice-list-parts.d.ts +4 -1
- package/package.json +11 -11
- package/dist/components/p-BLzivrE3.js +0 -2
- package/dist/components/p-C7UFYvsO.js +0 -2
- package/dist/components/p-C7UFYvsO.js.map +0 -1
- package/dist/components/p-CXF8yd-g.js +0 -2
- package/dist/components/p-CXF8yd-g.js.map +0 -1
- package/dist/components/p-CbS_WWs2.js.map +0 -1
- package/dist/components/p-DyZj3k9S.js.map +0 -1
- package/dist/components/p-VKIsOVza.js +0 -2
- package/dist/components/p-VKIsOVza.js.map +0 -1
- package/dist/components/p-tQ1QHeOE.js +0 -2
- package/dist/components/p-tQ1QHeOE.js.map +0 -1
- /package/dist/components/{p-HBIxvS5C.js.map → p-B1pWGQn1.js.map} +0 -0
- /package/dist/components/{p-KRGBGTu5.js.map → p-BO6C8abO.js.map} +0 -0
- /package/dist/components/{p-CZ9wemOA.js.map → p-CJlgONwR.js.map} +0 -0
- /package/dist/components/{p-DT2MK8Kt.js.map → p-CblAABEo.js.map} +0 -0
- /package/dist/components/{p-BbV68F23.js.map → p-CiwdnKKp.js.map} +0 -0
- /package/dist/components/{p-B-zhgAvL.js.map → p-DnMCRAwx.js.map} +0 -0
- /package/dist/components/{p-C7RObioO.js.map → p-xB0GPG3-.js.map} +0 -0
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { createComponent } from '@stencil/react-output-target/runtime';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { DsAttachmentList as DsAttachmentListElement, defineCustomElement as defineDsAttachmentList } from "@ds-mo/ui/dist/components/ds-attachment-list.js";
|
|
5
|
+
export const DsAttachmentList = /*@__PURE__*/ createComponent({
|
|
6
|
+
tagName: 'ds-attachment-list',
|
|
7
|
+
elementClass: DsAttachmentListElement,
|
|
8
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
9
|
+
react: React,
|
|
10
|
+
events: {},
|
|
11
|
+
defineCustomElement: defineDsAttachmentList
|
|
12
|
+
});
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated by the Stencil React Output Target.
|
|
3
|
+
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
|
+
*/
|
|
5
|
+
import type { StencilReactComponent } from '@stencil/react-output-target/runtime';
|
|
6
|
+
import type { Components } from "@ds-mo/ui/dist/components";
|
|
7
|
+
import { DsAvatar as DsAvatarElement } from "@ds-mo/ui/dist/components/ds-avatar.js";
|
|
8
|
+
export type DsAvatarEvents = NonNullable<unknown>;
|
|
9
|
+
export declare const DsAvatar: StencilReactComponent<DsAvatarElement, DsAvatarEvents, Components.DsAvatar>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { createComponent } from '@stencil/react-output-target/runtime';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { DsAvatar as DsAvatarElement, defineCustomElement as defineDsAvatar } from "@ds-mo/ui/dist/components/ds-avatar.js";
|
|
5
|
+
export const DsAvatar = /*@__PURE__*/ createComponent({
|
|
6
|
+
tagName: 'ds-avatar',
|
|
7
|
+
elementClass: DsAvatarElement,
|
|
8
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
9
|
+
react: React,
|
|
10
|
+
events: {},
|
|
11
|
+
defineCustomElement: defineDsAvatar
|
|
12
|
+
});
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated by the Stencil React Output Target.
|
|
3
|
+
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
|
+
*/
|
|
5
|
+
import type { StencilReactComponent } from '@stencil/react-output-target/runtime';
|
|
6
|
+
import type { Components } from "@ds-mo/ui/dist/components";
|
|
7
|
+
import { DsCodeBlock as DsCodeBlockElement } from "@ds-mo/ui/dist/components/ds-code-block.js";
|
|
8
|
+
export type DsCodeBlockEvents = NonNullable<unknown>;
|
|
9
|
+
export declare const DsCodeBlock: StencilReactComponent<DsCodeBlockElement, DsCodeBlockEvents, Components.DsCodeBlock>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { createComponent } from '@stencil/react-output-target/runtime';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { DsCodeBlock as DsCodeBlockElement, defineCustomElement as defineDsCodeBlock } from "@ds-mo/ui/dist/components/ds-code-block.js";
|
|
5
|
+
export const DsCodeBlock = /*@__PURE__*/ createComponent({
|
|
6
|
+
tagName: 'ds-code-block',
|
|
7
|
+
elementClass: DsCodeBlockElement,
|
|
8
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
9
|
+
react: React,
|
|
10
|
+
events: {},
|
|
11
|
+
defineCustomElement: defineDsCodeBlock
|
|
12
|
+
});
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated by the Stencil React Output Target.
|
|
3
|
+
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
|
+
*/
|
|
5
|
+
import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';
|
|
6
|
+
import { type DsConversationListItemCustomEvent } from "@ds-mo/ui";
|
|
7
|
+
import type { Components } from "@ds-mo/ui/dist/components";
|
|
8
|
+
import { DsConversationListItem as DsConversationListItemElement } from "@ds-mo/ui/dist/components/ds-conversation-list-item.js";
|
|
9
|
+
export type DsConversationListItemEvents = {
|
|
10
|
+
onDsSelect: EventName<DsConversationListItemCustomEvent<{
|
|
11
|
+
id: string;
|
|
12
|
+
}>>;
|
|
13
|
+
};
|
|
14
|
+
export declare const DsConversationListItem: StencilReactComponent<DsConversationListItemElement, DsConversationListItemEvents, Components.DsConversationListItem>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { createComponent } from '@stencil/react-output-target/runtime';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { DsConversationListItem as DsConversationListItemElement, defineCustomElement as defineDsConversationListItem } from "@ds-mo/ui/dist/components/ds-conversation-list-item.js";
|
|
5
|
+
export const DsConversationListItem = /*@__PURE__*/ createComponent({
|
|
6
|
+
tagName: 'ds-conversation-list-item',
|
|
7
|
+
elementClass: DsConversationListItemElement,
|
|
8
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
9
|
+
react: React,
|
|
10
|
+
events: { onDsSelect: 'dsSelect' },
|
|
11
|
+
defineCustomElement: defineDsConversationListItem
|
|
12
|
+
});
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated by the Stencil React Output Target.
|
|
3
|
+
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
|
+
*/
|
|
5
|
+
import type { StencilReactComponent } from '@stencil/react-output-target/runtime';
|
|
6
|
+
import type { Components } from "@ds-mo/ui/dist/components";
|
|
7
|
+
import { DsConversationListSection as DsConversationListSectionElement } from "@ds-mo/ui/dist/components/ds-conversation-list-section.js";
|
|
8
|
+
export type DsConversationListSectionEvents = NonNullable<unknown>;
|
|
9
|
+
export declare const DsConversationListSection: StencilReactComponent<DsConversationListSectionElement, DsConversationListSectionEvents, Components.DsConversationListSection>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { createComponent } from '@stencil/react-output-target/runtime';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { DsConversationListSection as DsConversationListSectionElement, defineCustomElement as defineDsConversationListSection } from "@ds-mo/ui/dist/components/ds-conversation-list-section.js";
|
|
5
|
+
export const DsConversationListSection = /*@__PURE__*/ createComponent({
|
|
6
|
+
tagName: 'ds-conversation-list-section',
|
|
7
|
+
elementClass: DsConversationListSectionElement,
|
|
8
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
9
|
+
react: React,
|
|
10
|
+
events: {},
|
|
11
|
+
defineCustomElement: defineDsConversationListSection
|
|
12
|
+
});
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated by the Stencil React Output Target.
|
|
3
|
+
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
|
+
*/
|
|
5
|
+
import type { StencilReactComponent } from '@stencil/react-output-target/runtime';
|
|
6
|
+
import type { Components } from "@ds-mo/ui/dist/components";
|
|
7
|
+
import { DsConversationList as DsConversationListElement } from "@ds-mo/ui/dist/components/ds-conversation-list.js";
|
|
8
|
+
export type DsConversationListEvents = NonNullable<unknown>;
|
|
9
|
+
export declare const DsConversationList: StencilReactComponent<DsConversationListElement, DsConversationListEvents, Components.DsConversationList>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { createComponent } from '@stencil/react-output-target/runtime';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { DsConversationList as DsConversationListElement, defineCustomElement as defineDsConversationList } from "@ds-mo/ui/dist/components/ds-conversation-list.js";
|
|
5
|
+
export const DsConversationList = /*@__PURE__*/ createComponent({
|
|
6
|
+
tagName: 'ds-conversation-list',
|
|
7
|
+
elementClass: DsConversationListElement,
|
|
8
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
9
|
+
react: React,
|
|
10
|
+
events: {},
|
|
11
|
+
defineCustomElement: defineDsConversationList
|
|
12
|
+
});
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated by the Stencil React Output Target.
|
|
3
|
+
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
|
+
*/
|
|
5
|
+
import type { StencilReactComponent } from '@stencil/react-output-target/runtime';
|
|
6
|
+
import type { Components } from "@ds-mo/ui/dist/components";
|
|
7
|
+
import { DsMarkdown as DsMarkdownElement } from "@ds-mo/ui/dist/components/ds-markdown.js";
|
|
8
|
+
export type DsMarkdownEvents = NonNullable<unknown>;
|
|
9
|
+
export declare const DsMarkdown: StencilReactComponent<DsMarkdownElement, DsMarkdownEvents, Components.DsMarkdown>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { createComponent } from '@stencil/react-output-target/runtime';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { DsMarkdown as DsMarkdownElement, defineCustomElement as defineDsMarkdown } from "@ds-mo/ui/dist/components/ds-markdown.js";
|
|
5
|
+
export const DsMarkdown = /*@__PURE__*/ createComponent({
|
|
6
|
+
tagName: 'ds-markdown',
|
|
7
|
+
elementClass: DsMarkdownElement,
|
|
8
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
9
|
+
react: React,
|
|
10
|
+
events: {},
|
|
11
|
+
defineCustomElement: defineDsMarkdown
|
|
12
|
+
});
|
package/dist/react/ds-menu.d.ts
CHANGED
|
@@ -8,6 +8,7 @@ import type { Components } from "@ds-mo/ui/dist/components";
|
|
|
8
8
|
import { DsMenu as DsMenuElement } from "@ds-mo/ui/dist/components/ds-menu.js";
|
|
9
9
|
export type DsMenuEvents = {
|
|
10
10
|
onDsClose: EventName<DsMenuCustomEvent<void>>;
|
|
11
|
+
onDsAfterClose: EventName<DsMenuCustomEvent<void>>;
|
|
11
12
|
onDsSelect: EventName<DsMenuCustomEvent<MenuItemData>>;
|
|
12
13
|
onDsGradientSelect: EventName<DsMenuCustomEvent<ShellGradientPreset>>;
|
|
13
14
|
onDsSwatchSelect: EventName<DsMenuCustomEvent<string>>;
|
package/dist/react/ds-menu.js
CHANGED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated by the Stencil React Output Target.
|
|
3
|
+
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
|
+
*/
|
|
5
|
+
import type { StencilReactComponent } from '@stencil/react-output-target/runtime';
|
|
6
|
+
import type { Components } from "@ds-mo/ui/dist/components";
|
|
7
|
+
import { DsMessageBubble as DsMessageBubbleElement } from "@ds-mo/ui/dist/components/ds-message-bubble.js";
|
|
8
|
+
export type DsMessageBubbleEvents = NonNullable<unknown>;
|
|
9
|
+
export declare const DsMessageBubble: StencilReactComponent<DsMessageBubbleElement, DsMessageBubbleEvents, Components.DsMessageBubble>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { createComponent } from '@stencil/react-output-target/runtime';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { DsMessageBubble as DsMessageBubbleElement, defineCustomElement as defineDsMessageBubble } from "@ds-mo/ui/dist/components/ds-message-bubble.js";
|
|
5
|
+
export const DsMessageBubble = /*@__PURE__*/ createComponent({
|
|
6
|
+
tagName: 'ds-message-bubble',
|
|
7
|
+
elementClass: DsMessageBubbleElement,
|
|
8
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
9
|
+
react: React,
|
|
10
|
+
events: {},
|
|
11
|
+
defineCustomElement: defineDsMessageBubble
|
|
12
|
+
});
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated by the Stencil React Output Target.
|
|
3
|
+
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
|
+
*/
|
|
5
|
+
import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';
|
|
6
|
+
import { type DsMessageComposerCustomEvent } from "@ds-mo/ui";
|
|
7
|
+
import type { Components } from "@ds-mo/ui/dist/components";
|
|
8
|
+
import { DsMessageComposer as DsMessageComposerElement } from "@ds-mo/ui/dist/components/ds-message-composer.js";
|
|
9
|
+
export type DsMessageComposerEvents = {
|
|
10
|
+
onDsInput: EventName<DsMessageComposerCustomEvent<string>>;
|
|
11
|
+
onDsSubmit: EventName<DsMessageComposerCustomEvent<{
|
|
12
|
+
text: string;
|
|
13
|
+
}>>;
|
|
14
|
+
onDsStop: EventName<DsMessageComposerCustomEvent<void>>;
|
|
15
|
+
};
|
|
16
|
+
export declare const DsMessageComposer: StencilReactComponent<DsMessageComposerElement, DsMessageComposerEvents, Components.DsMessageComposer>;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { createComponent } from '@stencil/react-output-target/runtime';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { DsMessageComposer as DsMessageComposerElement, defineCustomElement as defineDsMessageComposer } from "@ds-mo/ui/dist/components/ds-message-composer.js";
|
|
5
|
+
export const DsMessageComposer = /*@__PURE__*/ createComponent({
|
|
6
|
+
tagName: 'ds-message-composer',
|
|
7
|
+
elementClass: DsMessageComposerElement,
|
|
8
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
9
|
+
react: React,
|
|
10
|
+
events: {
|
|
11
|
+
onDsInput: 'dsInput',
|
|
12
|
+
onDsSubmit: 'dsSubmit',
|
|
13
|
+
onDsStop: 'dsStop'
|
|
14
|
+
},
|
|
15
|
+
defineCustomElement: defineDsMessageComposer
|
|
16
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated by the Stencil React Output Target.
|
|
3
|
+
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
|
+
*/
|
|
5
|
+
import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';
|
|
6
|
+
import { type DsMessageScrollerCustomEvent } from "@ds-mo/ui";
|
|
7
|
+
import type { Components } from "@ds-mo/ui/dist/components";
|
|
8
|
+
import { DsMessageScroller as DsMessageScrollerElement } from "@ds-mo/ui/dist/components/ds-message-scroller.js";
|
|
9
|
+
export type DsMessageScrollerEvents = {
|
|
10
|
+
onDsReachStart: EventName<DsMessageScrollerCustomEvent<void>>;
|
|
11
|
+
};
|
|
12
|
+
export declare const DsMessageScroller: StencilReactComponent<DsMessageScrollerElement, DsMessageScrollerEvents, Components.DsMessageScroller>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { createComponent } from '@stencil/react-output-target/runtime';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { DsMessageScroller as DsMessageScrollerElement, defineCustomElement as defineDsMessageScroller } from "@ds-mo/ui/dist/components/ds-message-scroller.js";
|
|
5
|
+
export const DsMessageScroller = /*@__PURE__*/ createComponent({
|
|
6
|
+
tagName: 'ds-message-scroller',
|
|
7
|
+
elementClass: DsMessageScrollerElement,
|
|
8
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
9
|
+
react: React,
|
|
10
|
+
events: { onDsReachStart: 'dsReachStart' },
|
|
11
|
+
defineCustomElement: defineDsMessageScroller
|
|
12
|
+
});
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated by the Stencil React Output Target.
|
|
3
|
+
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
|
+
*/
|
|
5
|
+
import type { StencilReactComponent } from '@stencil/react-output-target/runtime';
|
|
6
|
+
import type { Components } from "@ds-mo/ui/dist/components";
|
|
7
|
+
import { DsMessage as DsMessageElement } from "@ds-mo/ui/dist/components/ds-message.js";
|
|
8
|
+
export type DsMessageEvents = NonNullable<unknown>;
|
|
9
|
+
export declare const DsMessage: StencilReactComponent<DsMessageElement, DsMessageEvents, Components.DsMessage>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { createComponent } from '@stencil/react-output-target/runtime';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { DsMessage as DsMessageElement, defineCustomElement as defineDsMessage } from "@ds-mo/ui/dist/components/ds-message.js";
|
|
5
|
+
export const DsMessage = /*@__PURE__*/ createComponent({
|
|
6
|
+
tagName: 'ds-message',
|
|
7
|
+
elementClass: DsMessageElement,
|
|
8
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
9
|
+
react: React,
|
|
10
|
+
events: {},
|
|
11
|
+
defineCustomElement: defineDsMessage
|
|
12
|
+
});
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated by the Stencil React Output Target.
|
|
3
|
+
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
|
+
*/
|
|
5
|
+
import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';
|
|
6
|
+
import { type DsPanelToolHeaderCustomEvent } from "@ds-mo/ui";
|
|
7
|
+
import type { Components } from "@ds-mo/ui/dist/components";
|
|
8
|
+
import { DsPanelToolHeader as DsPanelToolHeaderElement } from "@ds-mo/ui/dist/components/ds-panel-tool-header.js";
|
|
9
|
+
export type DsPanelToolHeaderEvents = {
|
|
10
|
+
onDsBack: EventName<DsPanelToolHeaderCustomEvent<MouseEvent>>;
|
|
11
|
+
onDsMenuToggle: EventName<DsPanelToolHeaderCustomEvent<MouseEvent>>;
|
|
12
|
+
onDsAction: EventName<DsPanelToolHeaderCustomEvent<{
|
|
13
|
+
id: string;
|
|
14
|
+
originalEvent: MouseEvent;
|
|
15
|
+
}>>;
|
|
16
|
+
};
|
|
17
|
+
export declare const DsPanelToolHeader: StencilReactComponent<DsPanelToolHeaderElement, DsPanelToolHeaderEvents, Components.DsPanelToolHeader>;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { createComponent } from '@stencil/react-output-target/runtime';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { DsPanelToolHeader as DsPanelToolHeaderElement, defineCustomElement as defineDsPanelToolHeader } from "@ds-mo/ui/dist/components/ds-panel-tool-header.js";
|
|
5
|
+
export const DsPanelToolHeader = /*@__PURE__*/ createComponent({
|
|
6
|
+
tagName: 'ds-panel-tool-header',
|
|
7
|
+
elementClass: DsPanelToolHeaderElement,
|
|
8
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
9
|
+
react: React,
|
|
10
|
+
events: {
|
|
11
|
+
onDsBack: 'dsBack',
|
|
12
|
+
onDsMenuToggle: 'dsMenuToggle',
|
|
13
|
+
onDsAction: 'dsAction'
|
|
14
|
+
},
|
|
15
|
+
defineCustomElement: defineDsPanelToolHeader
|
|
16
|
+
});
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated by the Stencil React Output Target.
|
|
3
|
+
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
|
+
*/
|
|
5
|
+
import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';
|
|
6
|
+
import { type DsPanelToolSearchCustomEvent } from "@ds-mo/ui";
|
|
7
|
+
import type { Components } from "@ds-mo/ui/dist/components";
|
|
8
|
+
import { DsPanelToolSearch as DsPanelToolSearchElement } from "@ds-mo/ui/dist/components/ds-panel-tool-search.js";
|
|
9
|
+
export type DsPanelToolSearchEvents = {
|
|
10
|
+
onDsChange: EventName<DsPanelToolSearchCustomEvent<string>>;
|
|
11
|
+
onDsClear: EventName<DsPanelToolSearchCustomEvent<void>>;
|
|
12
|
+
onDsFilterToggle: EventName<DsPanelToolSearchCustomEvent<MouseEvent>>;
|
|
13
|
+
};
|
|
14
|
+
export declare const DsPanelToolSearch: StencilReactComponent<DsPanelToolSearchElement, DsPanelToolSearchEvents, Components.DsPanelToolSearch>;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { createComponent } from '@stencil/react-output-target/runtime';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { DsPanelToolSearch as DsPanelToolSearchElement, defineCustomElement as defineDsPanelToolSearch } from "@ds-mo/ui/dist/components/ds-panel-tool-search.js";
|
|
5
|
+
export const DsPanelToolSearch = /*@__PURE__*/ createComponent({
|
|
6
|
+
tagName: 'ds-panel-tool-search',
|
|
7
|
+
elementClass: DsPanelToolSearchElement,
|
|
8
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
9
|
+
react: React,
|
|
10
|
+
events: {
|
|
11
|
+
onDsChange: 'dsChange',
|
|
12
|
+
onDsClear: 'dsClear',
|
|
13
|
+
onDsFilterToggle: 'dsFilterToggle'
|
|
14
|
+
},
|
|
15
|
+
defineCustomElement: defineDsPanelToolSearch
|
|
16
|
+
});
|
|
@@ -11,6 +11,16 @@ export type DsPanelToolsEvents = {
|
|
|
11
11
|
id: PanelToolsToolId;
|
|
12
12
|
selected: boolean;
|
|
13
13
|
}>>;
|
|
14
|
+
onDsPresentationChange: EventName<DsPanelToolsCustomEvent<{
|
|
15
|
+
presentation: 'drawer' | 'fullscreen';
|
|
16
|
+
}>>;
|
|
17
|
+
onDsHeaderBack: EventName<DsPanelToolsCustomEvent<{
|
|
18
|
+
tool: PanelToolsToolId;
|
|
19
|
+
}>>;
|
|
20
|
+
onDsHeaderAction: EventName<DsPanelToolsCustomEvent<{
|
|
21
|
+
tool: PanelToolsToolId;
|
|
22
|
+
id: string;
|
|
23
|
+
}>>;
|
|
14
24
|
onDsChromeTransitionStart: EventName<DsPanelToolsCustomEvent<ChromeTransitionDetail>>;
|
|
15
25
|
onDsChromeTransitionEnd: EventName<DsPanelToolsCustomEvent<ChromeTransitionDetail>>;
|
|
16
26
|
};
|
|
@@ -9,6 +9,9 @@ export const DsPanelTools = /*@__PURE__*/ createComponent({
|
|
|
9
9
|
react: React,
|
|
10
10
|
events: {
|
|
11
11
|
onDsToolChange: 'dsToolChange',
|
|
12
|
+
onDsPresentationChange: 'dsPresentationChange',
|
|
13
|
+
onDsHeaderBack: 'dsHeaderBack',
|
|
14
|
+
onDsHeaderAction: 'dsHeaderAction',
|
|
12
15
|
onDsChromeTransitionStart: 'dsChromeTransitionStart',
|
|
13
16
|
onDsChromeTransitionEnd: 'dsChromeTransitionEnd'
|
|
14
17
|
},
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { AgentActivityItem } from '../conversation-types';
|
|
2
|
+
export declare class AgentActivity {
|
|
3
|
+
items: AgentActivityItem[];
|
|
4
|
+
heading: string;
|
|
5
|
+
open: boolean;
|
|
6
|
+
private expanded;
|
|
7
|
+
componentWillLoad(): void;
|
|
8
|
+
handleOpenChange(open: boolean): void;
|
|
9
|
+
private get currentItem();
|
|
10
|
+
private handleToggle;
|
|
11
|
+
private stateLabel;
|
|
12
|
+
render(): any;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=AgentActivity.d.ts.map
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { AgentResponsePart } from '../conversation-types';
|
|
2
|
+
export declare class AgentResponse {
|
|
3
|
+
messageId: string;
|
|
4
|
+
author: string;
|
|
5
|
+
showAuthor: boolean;
|
|
6
|
+
timestamp: string;
|
|
7
|
+
parts: AgentResponsePart[];
|
|
8
|
+
streaming: boolean;
|
|
9
|
+
private renderPart;
|
|
10
|
+
render(): any;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=AgentResponse.d.ts.map
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { AgentToolState } from '../conversation-types';
|
|
2
|
+
export declare class AgentToolCall {
|
|
3
|
+
name: string;
|
|
4
|
+
label: string;
|
|
5
|
+
state: AgentToolState;
|
|
6
|
+
input?: unknown;
|
|
7
|
+
output?: unknown;
|
|
8
|
+
error?: string;
|
|
9
|
+
open: boolean;
|
|
10
|
+
private serialize;
|
|
11
|
+
render(): any;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=AgentToolCall.d.ts.map
|
|
@@ -11,6 +11,7 @@ export declare class AppShell {
|
|
|
11
11
|
/** 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. */
|
|
12
12
|
shortcutsEnabled: boolean;
|
|
13
13
|
el: HTMLElement;
|
|
14
|
+
private toolsFullscreen;
|
|
14
15
|
private resizeObserver;
|
|
15
16
|
private readonly panelNavTransition;
|
|
16
17
|
private readonly chromeSyncCoalescer;
|
|
@@ -20,6 +21,9 @@ export declare class AppShell {
|
|
|
20
21
|
private onWindowResize;
|
|
21
22
|
private onVisualViewportChange;
|
|
22
23
|
componentDidLoad(): void;
|
|
24
|
+
handleToolsPresentation(event: CustomEvent<{
|
|
25
|
+
presentation?: string;
|
|
26
|
+
}>): void;
|
|
23
27
|
disconnectedCallback(): void;
|
|
24
28
|
onShellPropsChange(): void;
|
|
25
29
|
private onChromeTransitionStart;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { IconColor } from '../Icon/Icon';
|
|
2
|
+
export declare class Avatar {
|
|
3
|
+
/** Canonical IcoMo icon name displayed inside the avatar. */
|
|
4
|
+
icon: string;
|
|
5
|
+
/** Semantic color for the icon. Use primary to surface unread or current identity state. */
|
|
6
|
+
iconColor: IconColor;
|
|
7
|
+
/** Optional accessible label. Omit when the surrounding content already conveys the meaning. */
|
|
8
|
+
label: string | undefined;
|
|
9
|
+
render(): any;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=Avatar.d.ts.map
|
|
@@ -31,6 +31,7 @@ export declare class BarNav {
|
|
|
31
31
|
private hideTabsForDetailRoute;
|
|
32
32
|
private tabsCollapsed;
|
|
33
33
|
private menuOpen;
|
|
34
|
+
private menuTriggerActive;
|
|
34
35
|
/** When false, defer showing expanded tabs or the collapsed trigger until intrinsic width is measured (avoids a one-frame flash of the full tab row on narrow viewports). */
|
|
35
36
|
private tabLayoutCommitted;
|
|
36
37
|
private visibleTabs;
|
|
@@ -96,6 +97,7 @@ export declare class BarNav {
|
|
|
96
97
|
private syncMenuAnchor;
|
|
97
98
|
private handleMenuSelect;
|
|
98
99
|
private handleMenuClose;
|
|
100
|
+
private handleMenuAfterClose;
|
|
99
101
|
/** Batch tabs/basePath/currentUrl updates so URL derivation never runs with a mixed section. */
|
|
100
102
|
private incomingTabs;
|
|
101
103
|
private applyHostProps;
|
|
@@ -61,6 +61,8 @@ export declare class ButtonUnfilled {
|
|
|
61
61
|
private get showIcon();
|
|
62
62
|
private get showLabel();
|
|
63
63
|
private get showDot();
|
|
64
|
+
/** An expanded popup trigger is visually active even when selection is controlled separately. */
|
|
65
|
+
private get visuallyActive();
|
|
64
66
|
/** Knock-out ring: selected fill → active wash; otherwise surface token. */
|
|
65
67
|
private get dotRing();
|
|
66
68
|
private get accessibleName();
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
|
+
import type { ConversationItemState } from '../conversation-types';
|
|
3
|
+
export declare class ConversationListItem {
|
|
4
|
+
el: HTMLElement;
|
|
5
|
+
conversationId: string;
|
|
6
|
+
/** Visible conversation title. Named to avoid the native HTMLElement.title contract. */
|
|
7
|
+
conversationTitle: string;
|
|
8
|
+
preview: string;
|
|
9
|
+
/** ISO timestamp for semantic activity metadata. */
|
|
10
|
+
updatedAt: string;
|
|
11
|
+
selected: boolean;
|
|
12
|
+
state: ConversationItemState;
|
|
13
|
+
statusLabel: string;
|
|
14
|
+
unreadCount: number;
|
|
15
|
+
/** Keep the contextual-actions surface visible while its popup is open or closing. */
|
|
16
|
+
actionsOpen: boolean;
|
|
17
|
+
dsSelect: EventEmitter<{
|
|
18
|
+
id: string;
|
|
19
|
+
}>;
|
|
20
|
+
private handleClick;
|
|
21
|
+
private handleActionsSlotChange;
|
|
22
|
+
render(): any;
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=ConversationListItem.d.ts.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export declare class ConversationListSection {
|
|
2
|
+
/** Visible section heading. */
|
|
3
|
+
heading: string;
|
|
4
|
+
/** Optional stable id used for the section heading. */
|
|
5
|
+
sectionId: string;
|
|
6
|
+
private readonly generatedId;
|
|
7
|
+
render(): any;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=ConversationListSection.d.ts.map
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export declare class Markdown {
|
|
2
|
+
content: string;
|
|
3
|
+
streaming: boolean;
|
|
4
|
+
private tree;
|
|
5
|
+
private parseFrame?;
|
|
6
|
+
private parseRevision;
|
|
7
|
+
componentWillLoad(): Promise<void> | undefined;
|
|
8
|
+
disconnectedCallback(): void;
|
|
9
|
+
scheduleParse(): void;
|
|
10
|
+
private parse;
|
|
11
|
+
private children;
|
|
12
|
+
private renderNode;
|
|
13
|
+
render(): any;
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=Markdown.d.ts.map
|
|
@@ -2,11 +2,14 @@ import { EventEmitter } from '../../stencil-public-runtime';
|
|
|
2
2
|
import { type ChoicePopupAnchorAlignment } from '../../utils';
|
|
3
3
|
import { type MenuAlign, type MenuSide } from './menu-position';
|
|
4
4
|
import type { MenuItemData, MenuSection } from './menu-types';
|
|
5
|
+
export type MenuSelectionMode = 'none' | 'single';
|
|
5
6
|
import { type ShellGradientPreset } from '../../shell/shell-gradient-presets';
|
|
6
7
|
export declare class Menu {
|
|
7
8
|
el: HTMLElement;
|
|
8
9
|
open: boolean;
|
|
9
10
|
items: MenuItemData[];
|
|
11
|
+
/** Give ordinary rows mutually-exclusive radio-menu semantics using isSelected. */
|
|
12
|
+
selectionMode: MenuSelectionMode;
|
|
10
13
|
sections: MenuSection[];
|
|
11
14
|
side: MenuSide;
|
|
12
15
|
align: MenuAlign;
|
|
@@ -33,6 +36,8 @@ export declare class Menu {
|
|
|
33
36
|
private positionReady;
|
|
34
37
|
private focusRingVisible;
|
|
35
38
|
dsClose: EventEmitter<void>;
|
|
39
|
+
/** Emitted after the popup's exit motion is complete and its rendered content is removed. */
|
|
40
|
+
dsAfterClose: EventEmitter<void>;
|
|
36
41
|
dsSelect: EventEmitter<MenuItemData>;
|
|
37
42
|
/** Emitted when a `gradient-picker` section swatch is chosen. */
|
|
38
43
|
dsGradientSelect: EventEmitter<ShellGradientPreset>;
|
|
@@ -44,6 +49,9 @@ export declare class Menu {
|
|
|
44
49
|
private itemEls;
|
|
45
50
|
private positionRetryRaf;
|
|
46
51
|
private listenersReady;
|
|
52
|
+
/** Last content actually painted while open; retained unchanged through exit motion. */
|
|
53
|
+
private lastRenderedSections;
|
|
54
|
+
private closingSections;
|
|
47
55
|
componentDidLoad(): void;
|
|
48
56
|
disconnectedCallback(): void;
|
|
49
57
|
onOpenChange(isOpen: boolean): void;
|
|
@@ -56,6 +64,7 @@ export declare class Menu {
|
|
|
56
64
|
private get popupFallbackHeightPx();
|
|
57
65
|
private get closeAnimationMs();
|
|
58
66
|
private finishClose;
|
|
67
|
+
private captureClosingSections;
|
|
59
68
|
private get resolvedAnchor();
|
|
60
69
|
private get anchorFocusTarget();
|
|
61
70
|
private focusAnchor;
|