ant-design-x-vue-next
Version:
Ant Design X for Vue — community continuation aligned with @ant-design/x
141 lines (140 loc) • 4.91 kB
JavaScript
import "./x-provider/index.mjs";
import o from "./locale/useLocale.mjs";
import m from "./locale/LocaleProvider.mjs";
import r from "./bubble/index.mjs";
import i from "./conversations/index.mjs";
import "./welcome/index.mjs";
import "./prompts/index.mjs";
import "./suggestion/index.mjs";
import t from "./sender/index.mjs";
import e from "./attachments/index.mjs";
import a from "./thought-chain/index.mjs";
import f 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 p } from "./notification/index.mjs";
import { XCard as n } from "./x-card/index.mjs";
import { _ as s } from "./x-provider/index-chunk.mjs";
import _, { defaultPrefixCls as c } from "./x-provider/hooks/use-x-provider-context.mjs";
import l from "./bubble/BubbleList.mjs";
import d from "./bubble/BubbleSystem.mjs";
import C from "./bubble/BubbleDivider.mjs";
import $ from "./conversations/Creation.mjs";
import A from "./welcome/Welcome.mjs";
import g from "./prompts/Prompts.mjs";
import u from "./suggestion/Suggestion.mjs";
import I from "./sender/SenderHeader.mjs";
import h from "./sender/SenderSwitch.mjs";
import S from "./thought-chain/ThoughtChainItem.mjs";
import T from "./actions/ActionsCopy.mjs";
import b from "./actions/ActionsFeedback.mjs";
import x from "./actions/ActionsItem.mjs";
import B from "./actions/ActionsAudio.mjs";
import U from "./think/Think.mjs";
import k from "./sources/Sources.mjs";
import v from "./file-card/FileCard.mjs";
import L from "./file-card/List.mjs";
import M from "./folder/Folder.mjs";
import P from "./code-highlighter/CodeHighlighter.mjs";
import w from "./mermaid/Mermaid.mjs";
import y from "./x-markdown/AnimationText.mjs";
import F from "./x-markdown/plugins/Latex.mjs";
import D from "./x-markdown/XMarkdown.mjs";
import X, { XNotification as E } from "./notification/notification.mjs";
import H from "./x-card/Box.mjs";
import O from "./x-card/Card.mjs";
import { ShortcutKeyCode as j } from "./_util/shortcut-keys.mjs";
import { isDividerItem as N } from "./conversations/interface.mjs";
import { ACTIONS_ITEM_STATUS as z, FEEDBACK_VALUE as K } from "./actions/constants.mjs";
import { StreamCacheTokenType as q } from "./x-markdown/interface.mjs";
import { parseMarkdown as G } from "./x-markdown/parser.mjs";
import { sanitizeMarkdownHtml as R } from "./x-markdown/sanitize.mjs";
import { escapeHtml as V } from "./x-markdown/escapeHtml.mjs";
import { useStreaming as W } from "./x-markdown/composables/useStreaming.mjs";
import { getInitialCache as J, processStreamingText as Q } from "./x-markdown/streamCache.mjs";
import { plugins as Y } from "./x-markdown/plugins/index.mjs";
import { clearCatalogCache as Z, loadCatalog as oo, registerCatalog as mo, validateComponent as ro } from "./x-card/catalog.mjs";
import { createBasicCatalogComponents as io, registerBasicCatalog as to } from "./x-card/basic-catalog/index.mjs";
import { BASIC_CATALOG_ID as eo, basicCatalog as ao } from "./x-card/basic-catalog/catalog.mjs";
import { A2UIButton as fo, A2UICard as po, A2UICheckBox as no, A2UIColumn as so, A2UIDivider as _o, A2UIImage as co, A2UIRow as lo, A2UIText as Co, A2UITextField as $o } from "./x-card/basic-catalog/components.mjs";
const Um = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
__proto__: null,
A2UIButton: fo,
A2UICard: po,
A2UICheckBox: no,
A2UIColumn: so,
A2UIDivider: _o,
A2UIImage: co,
A2UIRow: lo,
A2UIText: Co,
A2UITextField: $o,
ACTIONS_ITEM_STATUS: z,
Actions: f,
ActionsAudio: B,
ActionsCopy: T,
ActionsFeedback: b,
ActionsItem: x,
AnimationText: y,
Attachments: e,
BASIC_CATALOG_ID: eo,
Box: H,
Bubble: r,
BubbleDivider: C,
BubbleList: l,
BubbleSystem: d,
Card: O,
CodeHighlighter: P,
Conversations: i,
Creation: $,
FEEDBACK_VALUE: K,
FileCard: v,
FileCardList: L,
Folder: M,
Latex: F,
LocaleProvider: m,
Mermaid: w,
Prompts: g,
Sender: t,
SenderHeader: I,
SenderSwitch: h,
ShortcutKeyCode: j,
Sources: k,
StreamCacheTokenType: q,
Suggestion: u,
Think: U,
ThoughtChain: a,
ThoughtChainItemComponent: S,
Welcome: A,
XCard: n,
XMarkdown: D,
XNotification: E,
XProvider: s,
basicCatalog: ao,
clearCatalogCache: Z,
createBasicCatalogComponents: io,
defaultPrefixCls: c,
escapeHtml: V,
getInitialCache: J,
isDividerItem: N,
loadCatalog: oo,
notification: X,
parseMarkdown: G,
processStreamingText: Q,
registerBasicCatalog: to,
registerCatalog: mo,
sanitizeMarkdownHtml: R,
useLocale: o,
useNotification: p,
useStreaming: W,
useXProviderContext: _,
validateComponent: ro,
xMarkdownPlugins: Y
}, Symbol.toStringTag, { value: "Module" }));
export {
Um as c
};