@glodon-aiot/agent-cli-ui 3.0.9 → 3.0.10-beta.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.
Files changed (162) hide show
  1. package/dist/es/AgentClientUI.mjs +1 -2
  2. package/dist/es/Dialog/AgentChat/index.mjs +1 -2
  3. package/dist/es/Dialog/ConnectToNetwork/index.mjs +1 -2
  4. package/dist/es/Dialog/FileCard/index.mjs +1 -2
  5. package/dist/es/Dialog/FilePreview/index.mjs +1 -2
  6. package/dist/es/Dialog/Greeting/index.mjs +1 -2
  7. package/dist/es/Dialog/HistoryContent/index.mjs +1 -2
  8. package/dist/es/Dialog/HistoryItem/index.mjs +1 -2
  9. package/dist/es/Dialog/KnowledgeDoc/index.mjs +1 -2
  10. package/dist/es/Dialog/KnowledgeList/KnowledgeSelect/index.mjs +1 -2
  11. package/dist/es/Dialog/KnowledgeList/index.mjs +1 -2
  12. package/dist/es/Dialog/PromptManager/PromptList/PublicPromptList.mjs +1 -2
  13. package/dist/es/Dialog/PromptManager/index.mjs +1 -2
  14. package/dist/es/Dialog/PromptSetting/index.mjs +1 -2
  15. package/dist/es/Dialog/Recommend/RecommendItem.mjs +1 -2
  16. package/dist/es/Dialog/Recommend/index.mjs +1 -2
  17. package/dist/es/Dialog/ReferCollapse/index.mjs +1 -2
  18. package/dist/es/Dialog/SearchReference/index.mjs +1 -2
  19. package/dist/es/Dialog/SessionAction/index.mjs +1 -2
  20. package/dist/es/Dialog/SessionList/index.mjs +1 -2
  21. package/dist/es/Dialog/SessionListDrawer/HistorySessionList/NameEditPanel.mjs +1 -2
  22. package/dist/es/Dialog/SessionListDrawer/HistorySessionList/SessionItem.mjs +1 -2
  23. package/dist/es/Dialog/SessionListDrawer/HistorySessionList/index.mjs +1 -2
  24. package/dist/es/Dialog/SessionListDrawer/index.mjs +1 -2
  25. package/dist/es/Dialog/SessionRefer/ReferItem/index.mjs +1 -2
  26. package/dist/es/Dialog/SessionRefer/index.mjs +1 -2
  27. package/dist/es/Dialog/SessionRelated/index.mjs +1 -2
  28. package/dist/es/Dialog/UploadKnowledgeFiles/ClearModal/index.mjs +1 -2
  29. package/dist/es/Dialog/UploadKnowledgeFiles/index.mjs +1 -2
  30. package/dist/es/Dialog/UploadingPrompt/index.mjs +1 -2
  31. package/dist/es/Dialog/index.mjs +1 -2
  32. package/dist/es/FileItem/index.mjs +1 -2
  33. package/dist/es/Footer/FooterWarning.mjs +1 -2
  34. package/dist/es/Footer/index.mjs +1 -2
  35. package/dist/es/InputProgress/index.mjs +1 -2
  36. package/dist/es/QuillEditor/index.mjs +1 -3
  37. package/dist/es/components/Copy/index.mjs +1 -2
  38. package/dist/es/components/JsonDisplay/index.mjs +1 -2
  39. package/dist/es/components/Markdown/index.mjs +1 -3
  40. package/dist/es/index.mjs +1 -8
  41. package/dist/es/node_modules/antd-mobile/es/components/image-viewer/image-viewer.mjs +2 -4
  42. package/dist/es/node_modules/antd-mobile/es/components/image-viewer/index.mjs +1 -2
  43. package/dist/es/node_modules/antd-mobile/es/components/mask/index.mjs +1 -2
  44. package/dist/es/node_modules/antd-mobile/es/components/safe-area/index.mjs +1 -2
  45. package/dist/es/node_modules/antd-mobile/es/global/index.mjs +1 -2
  46. package/dist/es/src/global.css +1 -0
  47. package/dist/es/src/image-viewer.css +1 -0
  48. package/dist/es/src/katex.min.css +1 -0
  49. package/dist/es/src/mask.css +1 -0
  50. package/dist/es/src/quill.snow.css +6 -0
  51. package/dist/es/src/safe-area.css +1 -0
  52. package/dist/es/src/style.css +1 -0
  53. package/dist/es/src/style10.css +1 -0
  54. package/dist/es/src/style11.css +1 -0
  55. package/dist/es/src/style12.css +1 -0
  56. package/dist/es/src/style13.css +1 -0
  57. package/dist/es/src/style14.css +1 -0
  58. package/dist/es/src/style15.css +1 -0
  59. package/dist/es/src/style16.css +1 -0
  60. package/dist/es/src/style17.css +1 -0
  61. package/dist/es/src/style18.css +1 -0
  62. package/dist/es/src/style19.css +1 -0
  63. package/dist/es/src/style2.css +1 -0
  64. package/dist/es/src/style20.css +1 -0
  65. package/dist/es/src/style21.css +1 -0
  66. package/dist/es/src/style22.css +0 -0
  67. package/dist/es/src/style23.css +1 -0
  68. package/dist/es/src/style24.css +1 -0
  69. package/dist/es/src/style25.css +1 -0
  70. package/dist/es/src/style26.css +1 -0
  71. package/dist/es/src/style27.css +1 -0
  72. package/dist/es/src/style28.css +1 -0
  73. package/dist/es/src/style29.css +1 -0
  74. package/dist/es/src/style3.css +1 -0
  75. package/dist/es/src/style30.css +1 -0
  76. package/dist/es/src/style31.css +1 -0
  77. package/dist/es/src/style32.css +1 -0
  78. package/dist/es/src/style33.css +1 -0
  79. package/dist/es/src/style4.css +1 -0
  80. package/dist/es/src/style5.css +1 -0
  81. package/dist/es/src/style6.css +1 -0
  82. package/dist/es/src/style7.css +1 -0
  83. package/dist/es/src/style8.css +1 -0
  84. package/dist/es/src/style9.css +1 -0
  85. package/dist/lib/index.css +6 -0
  86. package/dist/lib/index.js +0 -6
  87. package/package.json +5 -4
  88. package/dist/es/Dialog/AgentChat/style.less.mjs +0 -4
  89. package/dist/es/Dialog/ConnectToNetwork/style.less.mjs +0 -4
  90. package/dist/es/Dialog/FileCard/style.less.mjs +0 -4
  91. package/dist/es/Dialog/FilePreview/style.less.mjs +0 -4
  92. package/dist/es/Dialog/Greeting/style.less.mjs +0 -4
  93. package/dist/es/Dialog/HistoryContent/style.less.mjs +0 -4
  94. package/dist/es/Dialog/HistoryItem/style.less.mjs +0 -4
  95. package/dist/es/Dialog/KnowledgeDoc/style.less.mjs +0 -4
  96. package/dist/es/Dialog/KnowledgeList/KnowledgeSelect/style.less.mjs +0 -4
  97. package/dist/es/Dialog/KnowledgeList/style.less.mjs +0 -4
  98. package/dist/es/Dialog/PromptManager/PromptList/style.less.mjs +0 -4
  99. package/dist/es/Dialog/PromptManager/style.less.mjs +0 -4
  100. package/dist/es/Dialog/PromptSetting/style.less.mjs +0 -4
  101. package/dist/es/Dialog/Recommend/style.less.mjs +0 -4
  102. package/dist/es/Dialog/ReferCollapse/style.less.mjs +0 -4
  103. package/dist/es/Dialog/SearchReference/style.less.mjs +0 -4
  104. package/dist/es/Dialog/SessionAction/style.less.mjs +0 -4
  105. package/dist/es/Dialog/SessionList/style.less.mjs +0 -4
  106. package/dist/es/Dialog/SessionListDrawer/HistorySessionList/style.less.mjs +0 -4
  107. package/dist/es/Dialog/SessionListDrawer/style.less.mjs +0 -4
  108. package/dist/es/Dialog/SessionRefer/ReferItem/style.less.mjs +0 -4
  109. package/dist/es/Dialog/SessionRefer/style.less.mjs +0 -4
  110. package/dist/es/Dialog/SessionRelated/style.less.mjs +0 -4
  111. package/dist/es/Dialog/UploadKnowledgeFiles/ClearModal/style.less.mjs +0 -4
  112. package/dist/es/Dialog/UploadKnowledgeFiles/style.less.mjs +0 -4
  113. package/dist/es/Dialog/UploadingPrompt/style.less.mjs +0 -4
  114. package/dist/es/Dialog/style.less.mjs +0 -4
  115. package/dist/es/FileItem/style.less.mjs +0 -4
  116. package/dist/es/Footer/style.less.mjs +0 -4
  117. package/dist/es/InputProgress/style.less.mjs +0 -4
  118. package/dist/es/QuillEditor/style.less.mjs +0 -4
  119. package/dist/es/components/Copy/style.less.mjs +0 -4
  120. package/dist/es/components/JsonDisplay/style.less.mjs +0 -4
  121. package/dist/es/components/Markdown/style.less.mjs +0 -4
  122. package/dist/es/favicon.ico +0 -0
  123. package/dist/es/favicon2.ico +0 -0
  124. package/dist/es/font/font_4108228_4w5nlhafpte.js +0 -1
  125. package/dist/es/font/font_4439177_0sppkcnqiqgs.js +0 -1
  126. package/dist/es/font/gos-font.js +0 -64
  127. package/dist/es/images/empty.svg +0 -40
  128. package/dist/es/images/loading.gif +0 -0
  129. package/dist/es/images/logo.png +0 -0
  130. package/dist/es/images/map-example.png +0 -0
  131. package/dist/es/images/sketch.png +0 -0
  132. package/dist/es/index.html +0 -43
  133. package/dist/es/logo192.png +0 -0
  134. package/dist/es/logo512.png +0 -0
  135. package/dist/es/manifest.json +0 -25
  136. package/dist/es/node_modules/antd-mobile/es/components/image-viewer/image-viewer.css.mjs +0 -4
  137. package/dist/es/node_modules/antd-mobile/es/components/mask/mask.css.mjs +0 -4
  138. package/dist/es/node_modules/antd-mobile/es/components/safe-area/safe-area.css.mjs +0 -4
  139. package/dist/es/node_modules/antd-mobile/es/global/global.css.mjs +0 -4
  140. package/dist/es/node_modules/katex/dist/katex.min.css.mjs +0 -4
  141. package/dist/es/node_modules/react-quill/dist/quill.snow.css.mjs +0 -4
  142. package/dist/es/robots.txt +0 -3
  143. package/dist/es/style.less.mjs +0 -4
  144. package/dist/lib/favicon.ico +0 -0
  145. package/dist/lib/favicon2.ico +0 -0
  146. package/dist/lib/font/font_4108228_4w5nlhafpte.js +0 -1
  147. package/dist/lib/font/font_4439177_0sppkcnqiqgs.js +0 -1
  148. package/dist/lib/font/gos-font.js +0 -64
  149. package/dist/lib/images/empty.svg +0 -40
  150. package/dist/lib/images/loading.gif +0 -0
  151. package/dist/lib/images/logo.png +0 -0
  152. package/dist/lib/images/map-example.png +0 -0
  153. package/dist/lib/images/sketch.png +0 -0
  154. package/dist/lib/index.html +0 -43
  155. package/dist/lib/logo192.png +0 -0
  156. package/dist/lib/logo512.png +0 -0
  157. package/dist/lib/manifest.json +0 -25
  158. package/dist/lib/robots.txt +0 -3
  159. package/dist/src/components/Markdown/Text/index.d.ts +0 -8
  160. package/dist/src/components/MathJaxLoader/index.d.ts +0 -7
  161. package/dist/src/components/MathJaxRender/index.d.ts +0 -6
  162. package/dist/src/contexts/MathJaxContext.d.ts +0 -12
@@ -13,8 +13,7 @@ var y = (n, e, o) => e in n ? X(n, e, { enumerable: !0, configurable: !0, writab
13
13
  import { jsx as s, jsxs as x } from "./_virtual/jsx-runtime.mjs";
14
14
  import z from "./node_modules/antd/es/locale/zh_CN.mjs";
15
15
  import { useRef as ee, useState as l, useEffect as I } from "react";
16
- import "./style.less.mjs";
17
- import { AgentClientProvider as oe } from "./context.mjs";
16
+ /* empty css */import { AgentClientProvider as oe } from "./context.mjs";
18
17
  import { Resizable as te } from "react-resizable";
19
18
  import ne from "./Dialog/index.mjs";
20
19
  import { configure as ie, BotClient as se } from "@glodon-aiot/agent-cli-sdk";
@@ -29,8 +29,7 @@ var z = (x, o, g) => new Promise((e, k) => {
29
29
  });
30
30
  import { jsxs as W, jsx as a } from "../../_virtual/jsx-runtime.mjs";
31
31
  import { memo as Bt, useState as u, useRef as $, useContext as qt, useEffect as C } from "react";
32
- import "./style.less.mjs";
33
- import { Divider as Kt, Spin as Wt, Button as Q, Space as re, Upload as Qt, Tooltip as Yt, message as R, notification as _t } from "antd";
32
+ /* empty css */import { Divider as Kt, Spin as Wt, Button as Q, Space as re, Upload as Qt, Tooltip as Yt, message as R, notification as _t } from "antd";
34
33
  import be from "../../Iconfont/index.mjs";
35
34
  import { IHistoryRole as Y, ChatMessageRole as Ze } from "@glodon-aiot/apis";
36
35
  import Gt from "../HistoryItem/index.mjs";
@@ -1,7 +1,6 @@
1
1
  import { jsx as e, Fragment as g, jsxs as c } from "../../_virtual/jsx-runtime.mjs";
2
2
  import { useState as l, useEffect as d } from "react";
3
- import "./style.less.mjs";
4
- import { Button as k } from "antd";
3
+ /* empty css */import { Button as k } from "antd";
5
4
  import { CloseOutlined as v } from "@ant-design/icons";
6
5
  import f from "../../Iconfont/index.mjs";
7
6
  const F = (p) => {
@@ -1,7 +1,6 @@
1
1
  import { jsxs as r, jsx as i, Fragment as U } from "../../_virtual/jsx-runtime.mjs";
2
2
  import { useState as d, useEffect as a } from "react";
3
- import "./style.less.mjs";
4
- import z from "./doc-icons/pdf.svg.mjs";
3
+ /* empty css */import z from "./doc-icons/pdf.svg.mjs";
5
4
  import j from "./doc-icons/doc.svg.mjs";
6
5
  import O from "./doc-icons/docx.svg.mjs";
7
6
  import { Typography as P, Spin as T } from "antd";
@@ -1,7 +1,6 @@
1
1
  import { jsxs as x, jsx as o, Fragment as U } from "../../_virtual/jsx-runtime.mjs";
2
2
  import { useState as s, useEffect as n } from "react";
3
- import "./style.less.mjs";
4
- import { Image as k, Spin as E, Tooltip as j, Button as z } from "antd";
3
+ /* empty css */import { Image as k, Spin as E, Tooltip as j, Button as z } from "antd";
5
4
  import { LoadingOutlined as B } from "@ant-design/icons";
6
5
  import I from "../../Iconfont/index.mjs";
7
6
  import { AecKnowledgeFileStatus as F } from "@glodon-aiot/apis";
@@ -1,8 +1,7 @@
1
1
  import { jsxs as c, jsx as t } from "../../_virtual/jsx-runtime.mjs";
2
2
  import { useContext as o } from "react";
3
3
  import g from "../../context.mjs";
4
- import "./style.less.mjs";
5
- const x = (r) => {
4
+ /* empty css */const x = (r) => {
6
5
  const {
7
6
  transform: e
8
7
  } = o(g), {
@@ -1,6 +1,5 @@
1
1
  import { jsx as r } from "../../_virtual/jsx-runtime.mjs";
2
- import "./style.less.mjs";
3
- const e = (t) => {
2
+ /* empty css */const e = (t) => {
4
3
  const {
5
4
  children: o
6
5
  } = t;
@@ -7,8 +7,7 @@ import { IHistoryRole as P, IThinkingStatus as Q } from "@glodon-aiot/apis";
7
7
  import oe from "../../FileItem/index.mjs";
8
8
  import { Popover as de, Space as q, Button as D, Row as ce, Col as pe, Collapse as V, Divider as me, message as W } from "antd";
9
9
  import ue from "../SearchReference/index.mjs";
10
- import "./style.less.mjs";
11
- import he from "../HistoryContent/index.mjs";
10
+ /* empty css */import he from "../HistoryContent/index.mjs";
12
11
  import ge from "../../components/Markdown/index.mjs";
13
12
  import Ne from "../../node_modules/classnames/index.mjs";
14
13
  import p from "../../Iconfont/index.mjs";
@@ -1,8 +1,7 @@
1
1
  import { jsxs as c, jsx as s } from "../../_virtual/jsx-runtime.mjs";
2
2
  import { useState as a, useContext as r, useEffect as I } from "react";
3
3
  import { Space as g } from "antd";
4
- import "./style.less.mjs";
5
- import h from "../../context.mjs";
4
+ /* empty css */import h from "../../context.mjs";
6
5
  const f = (i) => {
7
6
  const {
8
7
  reference: t,
@@ -1,8 +1,7 @@
1
1
  import { jsx as n, jsxs as o } from "../../../_virtual/jsx-runtime.mjs";
2
2
  import { Checkbox as l, Row as m, Col as u, Popover as C } from "antd";
3
3
  import { useState as v } from "react";
4
- import "./style.less.mjs";
5
- import f from "../../../Iconfont/index.mjs";
4
+ /* empty css */import f from "../../../Iconfont/index.mjs";
6
5
  const S = (r) => {
7
6
  const {
8
7
  disabled: c,
@@ -1,7 +1,6 @@
1
1
  import { jsxs as x, jsx as A } from "../../_virtual/jsx-runtime.mjs";
2
2
  import { useContext as H, useState as i, useEffect as y } from "react";
3
- import "./style.less.mjs";
4
- import K from "../../context.mjs";
3
+ /* empty css */import K from "../../context.mjs";
5
4
  import { Space as q } from "antd";
6
5
  import z from "./KnowledgeSelect/index.mjs";
7
6
  const P = (v) => {
@@ -1,8 +1,7 @@
1
1
  import { jsx as t, Fragment as l } from "../../../_virtual/jsx-runtime.mjs";
2
2
  import { List as h, Empty as g } from "antd";
3
3
  import f from "./PromptListItem.mjs";
4
- import "./style.less.mjs";
5
- import u from "./access/empty.svg.mjs";
4
+ /* empty css */import u from "./access/empty.svg.mjs";
6
5
  const S = (o) => {
7
6
  const {
8
7
  appId: a,
@@ -1,8 +1,7 @@
1
1
  import { jsx as r, Fragment as V } from "../../_virtual/jsx-runtime.mjs";
2
2
  import { Popover as j, Tabs as C, Button as A } from "antd";
3
3
  import { useState as m, useContext as E, useEffect as a } from "react";
4
- import "./style.less.mjs";
5
- import M from "../../node_modules/classnames/index.mjs";
4
+ /* empty css */import M from "../../node_modules/classnames/index.mjs";
6
5
  import { PROMPT_TITLE_MAX_LENGTH as I } from "@glodon-aiot/apis";
7
6
  import _ from "./PromptList/PublicPromptList.mjs";
8
7
  import z from "../../Iconfont/index.mjs";
@@ -11,8 +11,7 @@ var y = (n, t, e) => t in n ? I(n, t, { enumerable: !0, configurable: !0, writab
11
11
  };
12
12
  import { jsx as r, jsxs as d } from "../../_virtual/jsx-runtime.mjs";
13
13
  import { forwardRef as B, useState as S, useContext as b, useImperativeHandle as w, useEffect as g } from "react";
14
- import "./style.less.mjs";
15
- import { Form as p, Space as k, Button as E, Popover as L, Input as j } from "antd";
14
+ /* empty css */import { Form as p, Space as k, Button as E, Popover as L, Input as j } from "antd";
16
15
  import A from "../../context.mjs";
17
16
  import u from "../../Iconfont/index.mjs";
18
17
  const z = B((n, t) => {
@@ -1,7 +1,6 @@
1
1
  import { jsxs as m, jsx as o } from "../../_virtual/jsx-runtime.mjs";
2
2
  import { useState as f, useEffect as h } from "react";
3
- import "./style.less.mjs";
4
- import { Space as v, message as g, Typography as p } from "antd";
3
+ /* empty css */import { Space as v, message as g, Typography as p } from "antd";
5
4
  import y from "../FileCard/doc-icons/pdf.svg.mjs";
6
5
  import N from "../FileCard/doc-icons/doc.svg.mjs";
7
6
  import q from "../FileCard/doc-icons/docx.svg.mjs";
@@ -1,7 +1,6 @@
1
1
  import { jsxs as c, jsx as t } from "../../_virtual/jsx-runtime.mjs";
2
2
  import { forwardRef as I, useState as r, useImperativeHandle as Q, useEffect as l } from "react";
3
- import "./style.less.mjs";
4
- import { Space as g, Row as w, Col as N } from "antd";
3
+ /* empty css */import { Space as g, Row as w, Col as N } from "antd";
5
4
  import q from "./tip.svg.mjs";
6
5
  import v from "./RecommendItem.mjs";
7
6
  const x = I((a, u) => {
@@ -1,8 +1,7 @@
1
1
  import { jsxs as a, jsx as n } from "../../_virtual/jsx-runtime.mjs";
2
2
  import { useContext as h } from "react";
3
3
  import { Collapse as d, Space as N } from "antd";
4
- import "./style.less.mjs";
5
- import f from "../KnowledgeDoc/index.mjs";
4
+ /* empty css */import f from "../KnowledgeDoc/index.mjs";
6
5
  import u from "../../components/Markdown/index.mjs";
7
6
  import v from "../../context.mjs";
8
7
  const {
@@ -1,8 +1,7 @@
1
1
  import { jsxs as e, jsx as s } from "../../_virtual/jsx-runtime.mjs";
2
2
  import o from "../../Iconfont/index.mjs";
3
3
  import { useState as m } from "react";
4
- import "./style.less.mjs";
5
- const v = (h) => {
4
+ /* empty css */const v = (h) => {
6
5
  var a, c, i;
7
6
  const {
8
7
  history: n
@@ -4,8 +4,7 @@ import { Space as z, Popover as L, Popconfirm as M, Input as H, message as w, no
4
4
  import m from "../../Iconfont/index.mjs";
5
5
  import $ from "../../node_modules/copy-to-clipboard/index.mjs";
6
6
  import F from "../../node_modules/classnames/index.mjs";
7
- import "./style.less.mjs";
8
- import G from "../../context.mjs";
7
+ /* empty css */import G from "../../context.mjs";
9
8
  const J = [{
10
9
  id: 1,
11
10
  name: "展示信息不正确"
@@ -21,8 +21,7 @@ import W from "dayjs";
21
21
  import X from "../../node_modules/classnames/index.mjs";
22
22
  import O from "../../Iconfont/index.mjs";
23
23
  import Y from "../../context.mjs";
24
- import "./style.less.mjs";
25
- import Z from "../../node_modules/ahooks/es/useMemoizedFn/index.mjs";
24
+ /* empty css */import Z from "../../node_modules/ahooks/es/useMemoizedFn/index.mjs";
26
25
  const $ = U((V, E) => {
27
26
  const {
28
27
  sider: f,
@@ -1,8 +1,7 @@
1
1
  import { jsxs as u, jsx as e } from "../../../_virtual/jsx-runtime.mjs";
2
2
  import { useState as C, useEffect as f } from "react";
3
3
  import { Input as p, Button as c } from "antd";
4
- import "./style.less.mjs";
5
- import { CheckOutlined as d, CloseOutlined as k } from "@ant-design/icons";
4
+ /* empty css */import { CheckOutlined as d, CloseOutlined as k } from "@ant-design/icons";
6
5
  const V = (m) => {
7
6
  const {
8
7
  session: t,
@@ -4,8 +4,7 @@ import { Space as P, Tag as j, Button as o, Spin as $ } from "antd";
4
4
  import A from "./doc-icons/pdf.svg.mjs";
5
5
  import G from "./doc-icons/doc.svg.mjs";
6
6
  import H from "./doc-icons/docx.svg.mjs";
7
- import "./style.less.mjs";
8
- import { CheckCircleFilled as J, CloseCircleFilled as K, LoadingOutlined as Q } from "@ant-design/icons";
7
+ /* empty css */import { CheckCircleFilled as J, CloseCircleFilled as K, LoadingOutlined as Q } from "@ant-design/icons";
9
8
  import U from "./NameEditPanel.mjs";
10
9
  import n from "../../../Iconfont/index.mjs";
11
10
  const V = {
@@ -17,8 +17,7 @@ var h = (w, i, n) => new Promise((I, e) => {
17
17
  import { jsx as L } from "../../../_virtual/jsx-runtime.mjs";
18
18
  import { useContext as O, useState as b, useRef as R, useEffect as x } from "react";
19
19
  import { Drawer as j, Spin as v, message as m } from "antd";
20
- import "./style.less.mjs";
21
- import { LoadingOutlined as B } from "@ant-design/icons";
20
+ /* empty css */import { LoadingOutlined as B } from "@ant-design/icons";
22
21
  import H from "./SessionItem.mjs";
23
22
  import P from "../../../context.mjs";
24
23
  const M = (w) => {
@@ -2,8 +2,7 @@ import { jsxs as a, jsx as s } from "../../_virtual/jsx-runtime.mjs";
2
2
  import { Popover as p, Button as c } from "antd";
3
3
  import { useState as m } from "react";
4
4
  import f from "./HistorySessionList/index.mjs";
5
- import "./style.less.mjs";
6
- import d from "../../Iconfont/index.mjs";
5
+ /* empty css */import d from "../../Iconfont/index.mjs";
7
6
  const C = (o) => {
8
7
  const {
9
8
  currentSessionId: t,
@@ -19,8 +19,7 @@ import { useContext as w } from "react";
19
19
  import { Space as h, Tooltip as I, Button as y } from "antd";
20
20
  import { ISourceType as f, IversionInfo as b } from "@glodon-aiot/apis";
21
21
  import d from "../../../Iconfont/index.mjs";
22
- import "./style.less.mjs";
23
- import x from "../../../components/WebLink/index.mjs";
22
+ /* empty css */import x from "../../../components/WebLink/index.mjs";
24
23
  import C from "../../../context.mjs";
25
24
  const F = (p) => {
26
25
  var o, c;
@@ -2,8 +2,7 @@ import { jsxs as s, jsx as n } from "../../_virtual/jsx-runtime.mjs";
2
2
  import { useContext as x } from "react";
3
3
  import { Space as p, Collapse as f } from "antd";
4
4
  import S from "../../Iconfont/index.mjs";
5
- import "./style.less.mjs";
6
- import { ISourceType as u } from "@glodon-aiot/apis";
5
+ /* empty css */import { ISourceType as u } from "@glodon-aiot/apis";
7
6
  import D from "../../components/Markdown/index.mjs";
8
7
  import y from "./ReferItem/index.mjs";
9
8
  import F from "../../context.mjs";
@@ -1,7 +1,6 @@
1
1
  import { jsxs as o, jsx as e } from "../../_virtual/jsx-runtime.mjs";
2
2
  import { Space as r } from "antd";
3
- import "./style.less.mjs";
4
- import { removeNewlines as c } from "../../utils/index.mjs";
3
+ /* empty css */import { removeNewlines as c } from "../../utils/index.mjs";
5
4
  import m from "../../Iconfont/index.mjs";
6
5
  import l from "../../components/Markdown/index.mjs";
7
6
  const x = (n) => {
@@ -1,8 +1,7 @@
1
1
  import { jsx as e, jsxs as n } from "../../../_virtual/jsx-runtime.mjs";
2
2
  import { CloseCircleFilled as r } from "@ant-design/icons";
3
3
  import { Modal as a, Button as o } from "antd";
4
- import "./style.less.mjs";
5
- const p = (t) => {
4
+ /* empty css */const p = (t) => {
6
5
  const {
7
6
  isvisible: c,
8
7
  onClose: l
@@ -18,8 +18,7 @@ import { jsx as r, Fragment as ce, jsxs as N } from "../../_virtual/jsx-runtime.
18
18
  import { message as p, Upload as W, Button as M, Badge as ue, Spin as fe, Popover as pe, Space as he } from "antd";
19
19
  import { forwardRef as me, useState as A, useRef as G, useContext as ge, useEffect as w, useImperativeHandle as ye } from "react";
20
20
  import { LoadingOutlined as xe, CloseCircleFilled as Se, CloudUploadOutlined as Ne } from "@ant-design/icons";
21
- import "./style.less.mjs";
22
- import Fe from "../../node_modules/lodash/debounce.mjs";
21
+ /* empty css */import Fe from "../../node_modules/lodash/debounce.mjs";
23
22
  import we from "../FileCard/index.mjs";
24
23
  import { IFileOrigin as Ce } from "@glodon-aiot/apis";
25
24
  import be from "./ClearModal/index.mjs";
@@ -2,8 +2,7 @@ import { jsx as e, jsxs as p } from "../../_virtual/jsx-runtime.mjs";
2
2
  import { ExclamationCircleFilled as f } from "@ant-design/icons";
3
3
  import { Modal as u, Button as s } from "antd";
4
4
  import { useContext as h } from "react";
5
- import "./style.less.mjs";
6
- import C from "../../context.mjs";
5
+ /* empty css */import C from "../../context.mjs";
7
6
  const E = (r) => {
8
7
  const {
9
8
  files: a,
@@ -32,8 +32,7 @@ import P from "../context.mjs";
32
32
  import Q from "./AgentChat/index.mjs";
33
33
  import T from "./KnowledgeList/index.mjs";
34
34
  import W from "./SessionList/index.mjs";
35
- import "./style.less.mjs";
36
- const re = (t) => {
35
+ /* empty css */const re = (t) => {
37
36
  const {
38
37
  sessionId: n,
39
38
  appId: s,
@@ -3,8 +3,7 @@ import { useContext as w, useState as h, useEffect as N } from "react";
3
3
  import f from "../FileCard/doc-icons/pdf.svg.mjs";
4
4
  import v from "../FileCard/doc-icons/doc.svg.mjs";
5
5
  import y from "../FileCard/doc-icons/docx.svg.mjs";
6
- import "./style.less.mjs";
7
- import { Typography as U, message as u } from "antd";
6
+ /* empty css */import { Typography as U, message as u } from "antd";
8
7
  import { getFileExtension as x, formatFileSize as E, isValidImageUrlWithAnyExtension as j } from "../utils/index.mjs";
9
8
  import k from "../context.mjs";
10
9
  const z = {
@@ -1,7 +1,6 @@
1
1
  import { jsx as o } from "../_virtual/jsx-runtime.mjs";
2
2
  import { useRef as u, useEffect as n } from "react";
3
- import "./style.less.mjs";
4
- const l = ({
3
+ /* empty css */const l = ({
5
4
  visible: e = !0,
6
5
  text: f = "所有内容均由 AecGPT 人工智能模型生成,请仔细甄别。",
7
6
  element: r
@@ -1,6 +1,5 @@
1
1
  import { jsxs as t, jsx as f } from "../_virtual/jsx-runtime.mjs";
2
- import "./style.less.mjs";
3
- import m from "./FooterWarning.mjs";
2
+ /* empty css */import m from "./FooterWarning.mjs";
4
3
  const l = ({
5
4
  className: e,
6
5
  tips: o,
@@ -1,6 +1,5 @@
1
1
  import { jsxs as e, jsx as t } from "../_virtual/jsx-runtime.mjs";
2
- import "./style.less.mjs";
3
- const o = (n) => {
2
+ /* empty css */const o = (n) => {
4
3
  const {
5
4
  text: i,
6
5
  size: s = 12
@@ -4,9 +4,7 @@ import Z from "react-quill";
4
4
  import T from "../node_modules/classnames/index.mjs";
5
5
  import ee from "../Iconfont/index.mjs";
6
6
  import { Popover as te, Space as ne, Button as re } from "antd";
7
- import "../node_modules/react-quill/dist/quill.snow.css.mjs";
8
- import "./style.less.mjs";
9
- import P from "../node_modules/ahooks/es/useKeyPress/index.mjs";
7
+ /* empty css *//* empty css */import P from "../node_modules/ahooks/es/useKeyPress/index.mjs";
10
8
  import { shortCutEnum as p } from "../utils/index.mjs";
11
9
  const ie = X((z, F) => {
12
10
  var D, q, B;
@@ -2,8 +2,7 @@ import { jsx as e } from "../../_virtual/jsx-runtime.mjs";
2
2
  import { useState as r, useEffect as c } from "react";
3
3
  import l from "../../Iconfont/index.mjs";
4
4
  import { copyToClipboard as m } from "../../utils/clipboard.mjs";
5
- import "./style.less.mjs";
6
- import { CheckOutlined as p, CloseOutlined as f } from "@ant-design/icons";
5
+ /* empty css */import { CheckOutlined as p, CloseOutlined as f } from "@ant-design/icons";
7
6
  import { Tooltip as n } from "antd";
8
7
  const b = ({
9
8
  text: i
@@ -1,6 +1,5 @@
1
1
  import { jsx as s } from "../../_virtual/jsx-runtime.mjs";
2
- import "./style.less.mjs";
3
- const e = (n) => {
2
+ /* empty css */const e = (n) => {
4
3
  const {
5
4
  josn: o
6
5
  } = n, r = JSON.stringify(o, null, 2);
@@ -25,9 +25,7 @@ import M from "react-markdown";
25
25
  import x from "remark-gfm";
26
26
  import y from "rehype-raw";
27
27
  import R from "rehype-external-links";
28
- import "../../node_modules/katex/dist/katex.min.css.mjs";
29
- import "./style.less.mjs";
30
- import v from "./Image/index.mjs";
28
+ /* empty css *//* empty css */import v from "./Image/index.mjs";
31
29
  import L from "./Code/index.mjs";
32
30
  import { replaceLatexDelimiters as P } from "../../utils/index.mjs";
33
31
  import T from "./ATag/index.mjs";