ant-design-x-vue-next
Version:
Ant Design X for Vue — community continuation aligned with @ant-design/x
137 lines (136 loc) • 5.48 kB
JavaScript
import "./x-provider/index.mjs";
import { default as u } from "./locale/useLocale.mjs";
import { default as C } from "./locale/LocaleProvider.mjs";
import { default as A } from "./bubble/index.mjs";
import { default as I } from "./conversations/index.mjs";
import "./welcome/index.mjs";
import "./prompts/index.mjs";
import "./suggestion/index.mjs";
import { default as S } from "./sender/index.mjs";
import { default as B } from "./attachments/index.mjs";
import { default as b } from "./thought-chain/index.mjs";
import { default as v } from "./actions/index.mjs";
import "./think/index.mjs";
import "./sources/index.mjs";
import "./file-card/index.mjs";
import "./folder/index.mjs";
import "./code-highlighter/index.mjs";
import "./mermaid/index.mjs";
import "./x-markdown/index.mjs";
import { useNotification as w } from "./notification/index.mjs";
import { XCard as M } from "./x-card/index.mjs";
import { _ } from "./x-provider/index-chunk.mjs";
import { defaultPrefixCls as X, default as y } from "./x-provider/hooks/use-x-provider-context.mjs";
import { default as H } from "./bubble/BubbleList.mjs";
import { default as K } from "./bubble/BubbleSystem.mjs";
import { default as z } from "./bubble/BubbleDivider.mjs";
import { default as R } from "./conversations/Creation.mjs";
import { default as W } from "./welcome/Welcome.mjs";
import { default as q } from "./prompts/Prompts.mjs";
import { default as Q } from "./suggestion/Suggestion.mjs";
import { default as Z } from "./sender/SenderHeader.mjs";
import { default as oo } from "./sender/SenderSwitch.mjs";
import { default as to } from "./thought-chain/ThoughtChainItem.mjs";
import { default as ao } from "./actions/ActionsCopy.mjs";
import { default as mo } from "./actions/ActionsFeedback.mjs";
import { default as so } from "./actions/ActionsItem.mjs";
import { default as lo } from "./actions/ActionsAudio.mjs";
import { default as uo } from "./think/Think.mjs";
import { default as Co } from "./sources/Sources.mjs";
import { default as Ao } from "./file-card/FileCard.mjs";
import { default as Io } from "./file-card/List.mjs";
import { default as So } from "./folder/Folder.mjs";
import { default as Bo } from "./code-highlighter/CodeHighlighter.mjs";
import { default as bo } from "./mermaid/Mermaid.mjs";
import { default as vo } from "./x-markdown/AnimationText.mjs";
import { default as wo } from "./x-markdown/plugins/Latex.mjs";
import { default as Mo } from "./x-markdown/XMarkdown.mjs";
import { XNotification as _o, default as Do } from "./notification/notification.mjs";
import { default as yo } from "./x-card/Box.mjs";
import { default as Ho } from "./x-card/Card.mjs";
import { ShortcutKeyCode as Ko } from "./_util/shortcut-keys.mjs";
import { isDividerItem as zo } from "./conversations/interface.mjs";
import { ACTIONS_ITEM_STATUS as Ro, FEEDBACK_VALUE as Vo } from "./actions/constants.mjs";
import { StreamCacheTokenType as jo } from "./x-markdown/interface.mjs";
import { parseMarkdown as Jo } from "./x-markdown/parser.mjs";
import { sanitizeMarkdownHtml as Yo } from "./x-markdown/sanitize.mjs";
import { escapeHtml as $o } from "./x-markdown/escapeHtml.mjs";
import { useStreaming as ee } from "./x-markdown/composables/useStreaming.mjs";
import { getInitialCache as re, processStreamingText as ae } from "./x-markdown/streamCache.mjs";
import { plugins as me } from "./x-markdown/plugins/index.mjs";
import { clearCatalogCache as se, loadCatalog as ie, registerCatalog as de, validateComponent as le } from "./x-card/catalog.mjs";
import { createBasicCatalogComponents as ue, registerBasicCatalog as ne } from "./x-card/basic-catalog/index.mjs";
import { BASIC_CATALOG_ID as ce, basicCatalog as Ae } from "./x-card/basic-catalog/catalog.mjs";
import { A2UIButton as Ie, A2UICard as he, A2UICheckBox as Se, A2UIColumn as Te, A2UIDivider as Be, A2UIImage as Ue, A2UIRow as be, A2UIText as ke, A2UITextField as ve } from "./x-card/basic-catalog/components.mjs";
export {
Ie as A2UIButton,
he as A2UICard,
Se as A2UICheckBox,
Te as A2UIColumn,
Be as A2UIDivider,
Ue as A2UIImage,
be as A2UIRow,
ke as A2UIText,
ve as A2UITextField,
Ro as ACTIONS_ITEM_STATUS,
v as Actions,
lo as ActionsAudio,
ao as ActionsCopy,
mo as ActionsFeedback,
so as ActionsItem,
vo as AnimationText,
B as Attachments,
ce as BASIC_CATALOG_ID,
yo as Box,
A as Bubble,
z as BubbleDivider,
H as BubbleList,
K as BubbleSystem,
Ho as Card,
Bo as CodeHighlighter,
I as Conversations,
R as Creation,
Vo as FEEDBACK_VALUE,
Ao as FileCard,
Io as FileCardList,
So as Folder,
wo as Latex,
C as LocaleProvider,
bo as Mermaid,
q as Prompts,
S as Sender,
Z as SenderHeader,
oo as SenderSwitch,
Ko as ShortcutKeyCode,
Co as Sources,
jo as StreamCacheTokenType,
Q as Suggestion,
uo as Think,
b as ThoughtChain,
to as ThoughtChainItemComponent,
W as Welcome,
M as XCard,
Mo as XMarkdown,
_o as XNotification,
_ as XProvider,
Ae as basicCatalog,
se as clearCatalogCache,
ue as createBasicCatalogComponents,
X as defaultPrefixCls,
$o as escapeHtml,
re as getInitialCache,
zo as isDividerItem,
ie as loadCatalog,
Do as notification,
Jo as parseMarkdown,
ae as processStreamingText,
ne as registerBasicCatalog,
de as registerCatalog,
Yo as sanitizeMarkdownHtml,
u as useLocale,
w as useNotification,
ee as useStreaming,
y as useXProviderContext,
le as validateComponent,
me as xMarkdownPlugins
};