@ds-mo/ui 9.1.0 → 9.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/.build-stamp +1 -1
- package/dist/agent-patterns.json +165 -1
- package/dist/agent.json +2110 -634
- 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 +1 -1
- package/dist/angular/ds-menu.js +3 -3
- 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-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-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--KbMQblZ.js +2 -0
- package/dist/components/p--KbMQblZ.js.map +1 -0
- package/dist/components/p-2br9YDbG.js +2 -0
- package/dist/components/p-2br9YDbG.js.map +1 -0
- package/dist/components/p-41UAx2eq.js +2 -0
- package/dist/components/p-41UAx2eq.js.map +1 -0
- package/dist/components/{p-HBIxvS5C.js → p-B1pWGQn1.js} +2 -2
- package/dist/components/p-B7NbIYjS.js +2 -0
- package/dist/components/p-B7NbIYjS.js.map +1 -0
- package/dist/components/p-BBu_Svz7.js +2 -0
- package/dist/components/p-BBu_Svz7.js.map +1 -0
- package/dist/components/p-BEQB8EnB.js +2 -0
- package/dist/components/p-BEQB8EnB.js.map +1 -0
- package/dist/components/{p-CZ9wemOA.js → p-BFWC17em.js} +2 -2
- package/dist/components/{p-KRGBGTu5.js → p-BO6C8abO.js} +2 -2
- 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-DT2MK8Kt.js → p-BZAEZENv.js} +2 -2
- 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-B-zhgAvL.js → p-Bo5wikia.js} +2 -2
- package/dist/components/p-Bx1G7P6W.js +2 -0
- package/dist/components/p-Bx1G7P6W.js.map +1 -0
- package/dist/components/p-C0sq948W.js +2 -0
- package/dist/components/p-C0sq948W.js.map +1 -0
- package/dist/components/p-CC1C8s6m.js +2 -0
- package/dist/components/p-CC1C8s6m.js.map +1 -0
- package/dist/components/p-CKaJx0IX.js +2 -0
- package/dist/components/p-CKaJx0IX.js.map +1 -0
- package/dist/components/{p-DyZj3k9S.js → p-CZMEhdlA.js} +2 -2
- package/dist/components/{p-BbV68F23.js → p-CiwdnKKp.js} +2 -2
- package/dist/components/{p-BLzivrE3.js → p-CnM9SW_8.js} +2 -2
- package/dist/components/{p-C7UFYvsO.js → p-CuKn9I5f.js} +2 -2
- package/dist/components/p-DFMM60My.js +2 -0
- package/dist/components/p-DFMM60My.js.map +1 -0
- package/dist/components/p-DIsDiGcp.js +2 -0
- package/dist/components/p-DIsDiGcp.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-Di-ThR90.js +2 -0
- package/dist/components/p-Di-ThR90.js.map +1 -0
- package/dist/components/{p-C7RObioO.js → p-Di4HBckb.js} +2 -2
- 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-rEe-3KR_.js +2 -0
- package/dist/components/p-rEe-3KR_.js.map +1 -0
- package/dist/components/p-t9Ei1kHP.js +2 -0
- package/dist/components/p-t9Ei1kHP.js.map +1 -0
- package/dist/docs/components.json +7834 -3899
- 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 +136 -0
- package/dist/mcp-data/registry/bar-nav.json +2 -2
- package/dist/mcp-data/registry/code-block.json +150 -0
- package/dist/mcp-data/registry/conversation-list-item.json +265 -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 +27 -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 +2 -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 +2146 -619
- package/dist/mcp-data/registry/select.json +1 -1
- package/dist/mcp-data/registry/slider.json +4 -4
- package/dist/mcp-data/registry/tab-group.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-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 +8 -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 +22 -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 +3 -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 +37 -0
- package/dist/types/components/PanelNav/PanelNav.d.ts +3 -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 +1185 -8
- package/dist/types/shell/index.d.ts +1 -1
- package/dist/types/utils/choice-list-parts.d.ts +4 -1
- package/package.json +4 -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-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-CZ9wemOA.js.map → p-BFWC17em.js.map} +0 -0
- /package/dist/components/{p-KRGBGTu5.js.map → p-BO6C8abO.js.map} +0 -0
- /package/dist/components/{p-DT2MK8Kt.js.map → p-BZAEZENv.js.map} +0 -0
- /package/dist/components/{p-B-zhgAvL.js.map → p-Bo5wikia.js.map} +0 -0
- /package/dist/components/{p-DyZj3k9S.js.map → p-CZMEhdlA.js.map} +0 -0
- /package/dist/components/{p-BbV68F23.js.map → p-CiwdnKKp.js.map} +0 -0
- /package/dist/components/{p-BLzivrE3.js.map → p-CnM9SW_8.js.map} +0 -0
- /package/dist/components/{p-C7UFYvsO.js.map → p-CuKn9I5f.js.map} +0 -0
- /package/dist/components/{p-C7RObioO.js.map → p-Di4HBckb.js.map} +0 -0
|
@@ -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
|
+
});
|
|
@@ -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,8 @@
|
|
|
1
|
+
export declare class Avatar {
|
|
2
|
+
/** Canonical IcoMo icon name displayed inside the avatar. */
|
|
3
|
+
icon: string;
|
|
4
|
+
/** Optional accessible label. Omit when the surrounding content already conveys the meaning. */
|
|
5
|
+
label: string | undefined;
|
|
6
|
+
render(): any;
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=Avatar.d.ts.map
|
|
@@ -0,0 +1,22 @@
|
|
|
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
|
+
dsSelect: EventEmitter<{
|
|
16
|
+
id: string;
|
|
17
|
+
}>;
|
|
18
|
+
private handleClick;
|
|
19
|
+
private handleActionsSlotChange;
|
|
20
|
+
render(): any;
|
|
21
|
+
}
|
|
22
|
+
//# 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;
|
|
@@ -24,4 +24,17 @@ export declare const PANEL_NAV_USER_MENU_PLACEMENT: {
|
|
|
24
24
|
readonly sideOffset: "calc(var(--dimension-space-100) + var(--dimension-space-050))";
|
|
25
25
|
readonly alignOffset: 0;
|
|
26
26
|
};
|
|
27
|
+
/**
|
|
28
|
+
* Canonical placement for a menu opened by a PanelTools header action.
|
|
29
|
+
* Matches BarNav overflow: the 32px trigger is 8px inside the 48px header, so
|
|
30
|
+
* a 12px side offset places the popup 4px below the header edge. Choice-cell
|
|
31
|
+
* alignment keeps the final menu item edge aligned with the trigger.
|
|
32
|
+
*/
|
|
33
|
+
export declare const PANEL_TOOLS_HEADER_MENU_PLACEMENT: {
|
|
34
|
+
readonly side: "bottom";
|
|
35
|
+
readonly align: "end";
|
|
36
|
+
readonly anchorAlignment: "choice-cell";
|
|
37
|
+
readonly sideOffset: "calc(var(--dimension-space-100) + var(--dimension-space-050))";
|
|
38
|
+
readonly alignOffset: 0;
|
|
39
|
+
};
|
|
27
40
|
//# sourceMappingURL=menu-placement.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { ShellGradientPreset } from '../../shell/shell-gradient-presets';
|
|
2
2
|
import type { SwatchPickerOption, SwatchPickerSection } from '../SwatchPicker/swatch-picker-types';
|
|
3
3
|
export type { MenuAlign, MenuSide } from './menu-position';
|
|
4
|
-
export { PANEL_NAV_USER_MENU_PLACEMENT, type MenuPlacement, } from './menu-placement';
|
|
4
|
+
export { PANEL_NAV_USER_MENU_PLACEMENT, PANEL_TOOLS_HEADER_MENU_PLACEMENT, type MenuPlacement, } from './menu-placement';
|
|
5
5
|
export interface MenuItemData {
|
|
6
6
|
label: string;
|
|
7
7
|
value?: string;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type { MessageDeliveryState, MessageDirection, MessageGroupPosition } from '../conversation-types';
|
|
2
|
+
export declare class Message {
|
|
3
|
+
messageId: string;
|
|
4
|
+
direction: MessageDirection;
|
|
5
|
+
groupPosition: MessageGroupPosition;
|
|
6
|
+
author: string;
|
|
7
|
+
/** Keep author semantics while allowing products with self-evident roles to hide the visible label. */
|
|
8
|
+
showAuthor: boolean;
|
|
9
|
+
/** ISO timestamp. */
|
|
10
|
+
timestamp: string;
|
|
11
|
+
deliveryState: MessageDeliveryState | undefined;
|
|
12
|
+
streaming: boolean;
|
|
13
|
+
scrollAnchor: boolean;
|
|
14
|
+
private formattedTimestamp;
|
|
15
|
+
render(): any;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=Message.d.ts.map
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
|
+
import type { ButtonFilledIntent } from '../ButtonFilled/ButtonFilled';
|
|
3
|
+
import type { MessageComposerStatus } from '../conversation-types';
|
|
4
|
+
export declare class MessageComposer {
|
|
5
|
+
el: HTMLElement;
|
|
6
|
+
value: string;
|
|
7
|
+
placeholder: string;
|
|
8
|
+
label: string;
|
|
9
|
+
status: MessageComposerStatus;
|
|
10
|
+
isInactive: boolean;
|
|
11
|
+
submitIntent: ButtonFilledIntent;
|
|
12
|
+
dsInput: EventEmitter<string>;
|
|
13
|
+
dsSubmit: EventEmitter<{
|
|
14
|
+
text: string;
|
|
15
|
+
}>;
|
|
16
|
+
dsStop: EventEmitter<void>;
|
|
17
|
+
private textarea?;
|
|
18
|
+
componentDidLoad(): void;
|
|
19
|
+
onValueChange(): void;
|
|
20
|
+
setFocus(): Promise<void>;
|
|
21
|
+
private get streaming();
|
|
22
|
+
private resize;
|
|
23
|
+
private handleInput;
|
|
24
|
+
private submit;
|
|
25
|
+
private handleKeyDown;
|
|
26
|
+
private handleAction;
|
|
27
|
+
render(): any;
|
|
28
|
+
}
|
|
29
|
+
//# sourceMappingURL=MessageComposer.d.ts.map
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
|
+
import type { MessageScrollerPosition } from '../conversation-types';
|
|
3
|
+
export declare class MessageScroller {
|
|
4
|
+
el: HTMLElement;
|
|
5
|
+
busy: boolean;
|
|
6
|
+
autoFollow: boolean;
|
|
7
|
+
defaultPosition: MessageScrollerPosition;
|
|
8
|
+
messagesLabel: string;
|
|
9
|
+
dsReachStart: EventEmitter<void>;
|
|
10
|
+
private showScrollToLatest;
|
|
11
|
+
private viewport?;
|
|
12
|
+
private content?;
|
|
13
|
+
private overlay?;
|
|
14
|
+
private resizeObserver?;
|
|
15
|
+
private overlayResizeObserver?;
|
|
16
|
+
private mutationObserver?;
|
|
17
|
+
private following;
|
|
18
|
+
private atStart;
|
|
19
|
+
private programmatic;
|
|
20
|
+
private previousScrollHeight;
|
|
21
|
+
componentDidLoad(): void;
|
|
22
|
+
disconnectedCallback(): void;
|
|
23
|
+
scrollToMessage(id: string): Promise<boolean>;
|
|
24
|
+
scrollToStart(): Promise<void>;
|
|
25
|
+
scrollToEnd(): Promise<void>;
|
|
26
|
+
private motionBehavior;
|
|
27
|
+
private scrollTo;
|
|
28
|
+
private connectObservers;
|
|
29
|
+
private handleContentGrowth;
|
|
30
|
+
private applyDefaultPosition;
|
|
31
|
+
private isAtLiveEdge;
|
|
32
|
+
private handleScroll;
|
|
33
|
+
private releaseFollow;
|
|
34
|
+
private handleSelectionChange;
|
|
35
|
+
render(): any;
|
|
36
|
+
}
|
|
37
|
+
//# sourceMappingURL=MessageScroller.d.ts.map
|
|
@@ -65,6 +65,7 @@ export declare class PanelNav {
|
|
|
65
65
|
private resizeObserver?;
|
|
66
66
|
private scrollRegionObserver?;
|
|
67
67
|
private bodyEl?;
|
|
68
|
+
private initialRenderComplete;
|
|
68
69
|
private isDragging;
|
|
69
70
|
private dragStartX;
|
|
70
71
|
private didSnap;
|
|
@@ -92,6 +93,8 @@ export declare class PanelNav {
|
|
|
92
93
|
private startCollapseAnimation;
|
|
93
94
|
private finishCollapseAnimation;
|
|
94
95
|
private clearCollapseAnimationCompletion;
|
|
96
|
+
private effectiveBreakpoint;
|
|
97
|
+
private isViewportNarrow;
|
|
95
98
|
private connectResizeObserver;
|
|
96
99
|
private disconnectResizeObserver;
|
|
97
100
|
private connectScrollRegionObserver;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
|
+
import type { PanelToolsHeaderAction } from '../PanelTools/panel-tools-types';
|
|
3
|
+
export declare class PanelToolHeader {
|
|
4
|
+
el: HTMLElement;
|
|
5
|
+
/** Visible heading for the active tool view. */
|
|
6
|
+
heading: string;
|
|
7
|
+
/** Show the leading Back action. */
|
|
8
|
+
showBack: boolean;
|
|
9
|
+
/** Canonical icon for the leading navigation or dismiss action. */
|
|
10
|
+
backIcon: string;
|
|
11
|
+
/** Accessible name for the leading navigation or dismiss action. */
|
|
12
|
+
backAriaLabel: string;
|
|
13
|
+
/** Show the trailing options-menu trigger. */
|
|
14
|
+
showMenu: boolean;
|
|
15
|
+
/** Accessible name for the options-menu trigger. */
|
|
16
|
+
menuAriaLabel: string;
|
|
17
|
+
/** Stable id placed on the menu trigger host for ds-menu anchoring. */
|
|
18
|
+
menuTriggerId: string;
|
|
19
|
+
/** Id of the menu controlled by the trigger. */
|
|
20
|
+
menuControls: string | undefined;
|
|
21
|
+
/** Whether the controlled menu is open. */
|
|
22
|
+
menuExpanded: boolean;
|
|
23
|
+
/** Trailing application-owned icon actions. When present, these replace the legacy menu action. */
|
|
24
|
+
actions: PanelToolsHeaderAction[];
|
|
25
|
+
dsBack: EventEmitter<MouseEvent>;
|
|
26
|
+
dsMenuToggle: EventEmitter<MouseEvent>;
|
|
27
|
+
dsAction: EventEmitter<{
|
|
28
|
+
id: string;
|
|
29
|
+
originalEvent: MouseEvent;
|
|
30
|
+
}>;
|
|
31
|
+
focusMenuTrigger(): Promise<void>;
|
|
32
|
+
render(): any;
|
|
33
|
+
}
|
|
34
|
+
//# sourceMappingURL=PanelToolHeader.d.ts.map
|