@glodon-aiot/agent-cli-ui 3.2.2-beta.2 → 3.2.2-beta.4
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/es/AgentClientUI.mjs +3 -4
- package/dist/es/Dialog/AgentChat/index.mjs +229 -226
- package/dist/es/Dialog/ConnectToNetwork/index.mjs +2 -3
- package/dist/es/Dialog/FileCard/index.mjs +2 -3
- package/dist/es/Dialog/FilePreview/index.mjs +2 -3
- package/dist/es/Dialog/Greeting/index.mjs +2 -3
- package/dist/es/Dialog/HistoryContent/index.mjs +2 -3
- package/dist/es/Dialog/HistoryItem/index.mjs +29 -30
- package/dist/es/Dialog/KnowledgeDoc/index.mjs +2 -3
- package/dist/es/Dialog/KnowledgeList/KnowledgeSelect/index.mjs +2 -3
- package/dist/es/Dialog/KnowledgeList/index.mjs +21 -22
- package/dist/es/Dialog/PromptManager/PromptList/PromptListItem.mjs +1 -1
- package/dist/es/Dialog/PromptManager/PromptList/PublicPromptList.mjs +2 -3
- package/dist/es/Dialog/PromptManager/index.mjs +2 -3
- package/dist/es/Dialog/PromptSetting/index.mjs +2 -3
- package/dist/es/Dialog/Recommend/RecommendItem.mjs +3 -4
- package/dist/es/Dialog/Recommend/index.mjs +2 -3
- package/dist/es/Dialog/ReferCollapse/index.mjs +2 -3
- package/dist/es/Dialog/SearchReference/index.mjs +92 -55
- package/dist/es/Dialog/SessionAction/index.mjs +4 -5
- package/dist/es/Dialog/SessionList/index.mjs +3 -4
- package/dist/es/Dialog/SessionListDrawer/HistorySessionList/NameEditPanel.mjs +2 -3
- package/dist/es/Dialog/SessionListDrawer/HistorySessionList/SessionItem.mjs +2 -3
- package/dist/es/Dialog/SessionListDrawer/HistorySessionList/index.mjs +2 -3
- package/dist/es/Dialog/SessionListDrawer/index.mjs +2 -3
- package/dist/es/Dialog/SessionRefer/ReferItem/index.mjs +2 -3
- package/dist/es/Dialog/SessionRefer/index.mjs +2 -3
- package/dist/es/Dialog/SessionRelated/index.mjs +2 -3
- package/dist/es/Dialog/UploadKnowledgeFiles/ClearModal/index.mjs +2 -3
- package/dist/es/Dialog/UploadKnowledgeFiles/index.mjs +2 -3
- package/dist/es/Dialog/UploadingPrompt/index.mjs +2 -3
- package/dist/es/Dialog/index.mjs +57 -58
- package/dist/es/FileItem/index.mjs +2 -3
- package/dist/es/Footer/FooterWarning.mjs +2 -3
- package/dist/es/Footer/index.mjs +2 -3
- package/dist/es/Iconfont/index.mjs +2 -2
- package/dist/es/InputProgress/index.mjs +2 -3
- package/dist/es/QuillEditor/index.mjs +4 -5
- package/dist/es/components/Copy/index.mjs +2 -3
- package/dist/es/components/JsonDisplay/index.mjs +2 -3
- package/dist/es/components/Markdown/ATag/index.mjs +1 -1
- package/dist/es/components/Markdown/Code/index.mjs +1 -1
- package/dist/es/components/Markdown/Image/index.mjs +20 -21
- package/dist/es/components/Markdown/Video/index.mjs +1 -1
- package/dist/es/components/Markdown/index.mjs +16 -17
- package/dist/es/components/WebLink/index.mjs +1 -1
- package/dist/es/constant.mjs +8 -2
- package/dist/es/index.mjs +60 -65
- package/dist/es/src/style.css +1 -0
- package/dist/es/src/style10.css +1 -0
- package/dist/es/src/style11.css +1 -0
- package/dist/es/src/style12.css +1 -0
- package/dist/es/src/style13.css +1 -0
- package/dist/es/src/style14.css +1 -0
- package/dist/es/src/style15.css +1 -0
- package/dist/es/src/style16.css +1 -0
- package/dist/es/src/style17.css +1 -0
- package/dist/es/src/style18.css +1 -0
- package/dist/es/src/style19.css +1 -0
- package/dist/es/src/style2.css +1 -0
- package/dist/es/src/style20.css +1 -0
- package/dist/es/src/style21.css +0 -0
- package/dist/es/src/style22.css +1 -0
- package/dist/es/src/style23.css +1 -0
- package/dist/es/src/style24.css +1 -0
- package/dist/es/src/style25.css +1 -0
- package/dist/es/src/style26.css +1 -0
- package/dist/es/src/style27.css +1 -0
- package/dist/es/src/style28.css +1 -0
- package/dist/es/src/style29.css +1 -0
- package/dist/es/src/style3.css +1 -0
- package/dist/es/src/style30.css +1 -0
- package/dist/es/src/style31.css +1 -0
- package/dist/es/src/style32.css +1 -0
- package/dist/es/src/style33.css +1 -0
- package/dist/es/src/style4.css +1 -0
- package/dist/es/src/style5.css +1 -0
- package/dist/es/src/style6.css +1 -0
- package/dist/es/src/style7.css +1 -0
- package/dist/es/src/style8.css +1 -0
- package/dist/es/src/style9.css +1 -0
- package/dist/lib/index.css +1 -0
- package/dist/lib/index.js +5 -311
- package/dist/src/Dialog/SearchReference/index.d.ts +7 -4
- package/dist/src/Iconfont/font_4108228_z72fskklg2.d.ts +0 -0
- package/dist/src/Iconfont/index.d.ts +0 -1
- package/dist/src/components/Markdown/ATag/index.d.ts +0 -1
- package/dist/src/components/Markdown/Code/index.d.ts +0 -1
- package/dist/src/components/Markdown/Image/index.d.ts +0 -1
- package/dist/src/components/Markdown/Video/index.d.ts +0 -1
- package/dist/src/types.d.ts +11 -2
- package/package.json +19 -6
- package/dist/es/Dialog/AgentChat/style.less.mjs +0 -4
- package/dist/es/Dialog/ConnectToNetwork/style.less.mjs +0 -4
- package/dist/es/Dialog/FileCard/style.less.mjs +0 -4
- package/dist/es/Dialog/FilePreview/style.less.mjs +0 -4
- package/dist/es/Dialog/Greeting/style.less.mjs +0 -4
- package/dist/es/Dialog/HistoryContent/style.less.mjs +0 -4
- package/dist/es/Dialog/HistoryItem/style.less.mjs +0 -4
- package/dist/es/Dialog/KnowledgeDoc/style.less.mjs +0 -4
- package/dist/es/Dialog/KnowledgeList/KnowledgeSelect/style.less.mjs +0 -4
- package/dist/es/Dialog/KnowledgeList/style.less.mjs +0 -4
- package/dist/es/Dialog/PromptManager/PromptList/style.less.mjs +0 -4
- package/dist/es/Dialog/PromptManager/style.less.mjs +0 -4
- package/dist/es/Dialog/PromptSetting/style.less.mjs +0 -4
- package/dist/es/Dialog/Recommend/style.less.mjs +0 -4
- package/dist/es/Dialog/ReferCollapse/style.less.mjs +0 -4
- package/dist/es/Dialog/SearchReference/style.less.mjs +0 -4
- package/dist/es/Dialog/SessionAction/style.less.mjs +0 -4
- package/dist/es/Dialog/SessionList/style.less.mjs +0 -4
- package/dist/es/Dialog/SessionListDrawer/HistorySessionList/style.less.mjs +0 -4
- package/dist/es/Dialog/SessionListDrawer/style.less.mjs +0 -4
- package/dist/es/Dialog/SessionRefer/ReferItem/style.less.mjs +0 -4
- package/dist/es/Dialog/SessionRefer/style.less.mjs +0 -4
- package/dist/es/Dialog/SessionRelated/style.less.mjs +0 -4
- package/dist/es/Dialog/UploadKnowledgeFiles/ClearModal/style.less.mjs +0 -4
- package/dist/es/Dialog/UploadKnowledgeFiles/style.less.mjs +0 -4
- package/dist/es/Dialog/UploadingPrompt/style.less.mjs +0 -4
- package/dist/es/Dialog/style.less.mjs +0 -4
- package/dist/es/FileItem/style.less.mjs +0 -4
- package/dist/es/Footer/style.less.mjs +0 -4
- package/dist/es/InputProgress/style.less.mjs +0 -4
- package/dist/es/QuillEditor/style.less.mjs +0 -4
- package/dist/es/_virtual/_cloneBuffer.mjs +0 -4
- package/dist/es/_virtual/_commonjsHelpers.mjs +0 -8
- package/dist/es/_virtual/_nodeUtil.mjs +0 -4
- package/dist/es/_virtual/index.mjs +0 -4
- package/dist/es/_virtual/isBuffer.mjs +0 -4
- package/dist/es/_virtual/jsx-runtime.mjs +0 -7
- package/dist/es/_virtual/jsx-runtime2.mjs +0 -4
- package/dist/es/_virtual/lib.mjs +0 -4
- package/dist/es/_virtual/react-jsx-runtime.production.min.mjs +0 -4
- package/dist/es/_virtual/ua-parser.min.mjs +0 -4
- package/dist/es/components/Copy/style.less.mjs +0 -4
- package/dist/es/components/JsonDisplay/style.less.mjs +0 -4
- package/dist/es/components/Markdown/style.less.mjs +0 -4
- package/dist/es/favicon.ico +0 -0
- package/dist/es/favicon2.ico +0 -0
- package/dist/es/font/font_4108228_4w5nlhafpte.js +0 -1
- package/dist/es/font/font_4439177_0sppkcnqiqgs.js +0 -1
- package/dist/es/font/gos-font.js +0 -64
- package/dist/es/images/empty.svg +0 -40
- package/dist/es/images/loading.gif +0 -0
- package/dist/es/images/logo.png +0 -0
- package/dist/es/images/map-example.png +0 -0
- package/dist/es/images/sketch.png +0 -0
- package/dist/es/index.html +0 -43
- package/dist/es/logo192.png +0 -0
- package/dist/es/logo512.png +0 -0
- package/dist/es/manifest.json +0 -25
- package/dist/es/node_modules/@babel/runtime/helpers/esm/extends.mjs +0 -13
- package/dist/es/node_modules/@react-spring/animated/dist/react-spring-animated.esm.mjs +0 -201
- package/dist/es/node_modules/@react-spring/core/dist/react-spring-core.esm.mjs +0 -1087
- package/dist/es/node_modules/@react-spring/rafz/dist/react-spring-rafz.esm.mjs +0 -104
- package/dist/es/node_modules/@react-spring/shared/dist/react-spring-shared.esm.mjs +0 -568
- package/dist/es/node_modules/@react-spring/web/dist/react-spring-web.esm.mjs +0 -158
- package/dist/es/node_modules/@use-gesture/core/dist/actions-fe213e88.esm.mjs +0 -847
- package/dist/es/node_modules/@use-gesture/core/dist/maths-0ab39ae9.esm.mjs +0 -35
- package/dist/es/node_modules/@use-gesture/core/dist/use-gesture-core.esm.mjs +0 -226
- package/dist/es/node_modules/@use-gesture/react/dist/use-gesture-react.esm.mjs +0 -33
- package/dist/es/node_modules/ahooks/es/useKeyPress/index.mjs +0 -221
- package/dist/es/node_modules/ahooks/es/useLatest/index.mjs +0 -8
- package/dist/es/node_modules/ahooks/es/useMemoizedFn/index.mjs +0 -19
- package/dist/es/node_modules/ahooks/es/useRafState/index.mjs +0 -16
- package/dist/es/node_modules/ahooks/es/useSize/index.mjs +0 -34
- package/dist/es/node_modules/ahooks/es/useUnmount/index.mjs +0 -17
- package/dist/es/node_modules/ahooks/es/useUnmountedRef/index.mjs +0 -13
- package/dist/es/node_modules/ahooks/es/utils/createEffectWithTarget.mjs +0 -27
- package/dist/es/node_modules/ahooks/es/utils/depsAreSame.mjs +0 -11
- package/dist/es/node_modules/ahooks/es/utils/depsEqual.mjs +0 -7
- package/dist/es/node_modules/ahooks/es/utils/domTarget.mjs +0 -13
- package/dist/es/node_modules/ahooks/es/utils/index.mjs +0 -12
- package/dist/es/node_modules/ahooks/es/utils/isAppleDevice.mjs +0 -5
- package/dist/es/node_modules/ahooks/es/utils/isBrowser.mjs +0 -5
- package/dist/es/node_modules/ahooks/es/utils/isDev.mjs +0 -5
- package/dist/es/node_modules/ahooks/es/utils/useDeepCompareWithTarget.mjs +0 -11
- package/dist/es/node_modules/ahooks/es/utils/useEffectWithTarget.mjs +0 -7
- package/dist/es/node_modules/ahooks/es/utils/useIsomorphicLayoutEffectWithTarget.mjs +0 -8
- package/dist/es/node_modules/ahooks/es/utils/useLayoutEffectWithTarget.mjs +0 -7
- package/dist/es/node_modules/antd/es/calendar/locale/zh_CN.mjs +0 -4
- package/dist/es/node_modules/antd/es/date-picker/locale/zh_CN.mjs +0 -23
- package/dist/es/node_modules/antd/es/locale/zh_CN.mjs +0 -132
- package/dist/es/node_modules/antd/es/time-picker/locale/zh_CN.mjs +0 -8
- package/dist/es/node_modules/antd-mobile/es/components/config-provider/config-provider.mjs +0 -20
- package/dist/es/node_modules/antd-mobile/es/components/image-viewer/image-viewer.css.mjs +0 -4
- package/dist/es/node_modules/antd-mobile/es/components/image-viewer/image-viewer.mjs +0 -76
- package/dist/es/node_modules/antd-mobile/es/components/image-viewer/index.mjs +0 -14
- package/dist/es/node_modules/antd-mobile/es/components/image-viewer/methods.mjs +0 -34
- package/dist/es/node_modules/antd-mobile/es/components/image-viewer/slide.mjs +0 -172
- package/dist/es/node_modules/antd-mobile/es/components/image-viewer/slides.mjs +0 -81
- package/dist/es/node_modules/antd-mobile/es/components/mask/index.mjs +0 -5
- package/dist/es/node_modules/antd-mobile/es/components/mask/mask.css.mjs +0 -4
- package/dist/es/node_modules/antd-mobile/es/components/mask/mask.mjs +0 -84
- package/dist/es/node_modules/antd-mobile/es/components/safe-area/index.mjs +0 -5
- package/dist/es/node_modules/antd-mobile/es/components/safe-area/safe-area.css.mjs +0 -4
- package/dist/es/node_modules/antd-mobile/es/components/safe-area/safe-area.mjs +0 -9
- package/dist/es/node_modules/antd-mobile/es/global/global.css.mjs +0 -4
- package/dist/es/node_modules/antd-mobile/es/global/index.mjs +0 -4
- package/dist/es/node_modules/antd-mobile/es/locales/zh-CN.mjs +0 -141
- package/dist/es/node_modules/antd-mobile/es/utils/attach-properties-to-component.mjs +0 -9
- package/dist/es/node_modules/antd-mobile/es/utils/bound.mjs +0 -7
- package/dist/es/node_modules/antd-mobile/es/utils/can-use-dom.mjs +0 -4
- package/dist/es/node_modules/antd-mobile/es/utils/convert-px.mjs +0 -9
- package/dist/es/node_modules/antd-mobile/es/utils/get-container.mjs +0 -6
- package/dist/es/node_modules/antd-mobile/es/utils/get-scroll-parent.mjs +0 -22
- package/dist/es/node_modules/antd-mobile/es/utils/matrix.mjs +0 -11
- package/dist/es/node_modules/antd-mobile/es/utils/native-props.mjs +0 -12
- package/dist/es/node_modules/antd-mobile/es/utils/render-imperatively.mjs +0 -46
- package/dist/es/node_modules/antd-mobile/es/utils/render-to-body.mjs +0 -12
- package/dist/es/node_modules/antd-mobile/es/utils/render-to-container.mjs +0 -13
- package/dist/es/node_modules/antd-mobile/es/utils/render.mjs +0 -52
- package/dist/es/node_modules/antd-mobile/es/utils/rubberband.mjs +0 -11
- package/dist/es/node_modules/antd-mobile/es/utils/should-render.mjs +0 -10
- package/dist/es/node_modules/antd-mobile/es/utils/supports-passive.mjs +0 -15
- package/dist/es/node_modules/antd-mobile/es/utils/use-drag-and-pinch.mjs +0 -6
- package/dist/es/node_modules/antd-mobile/es/utils/use-initialized.mjs +0 -8
- package/dist/es/node_modules/antd-mobile/es/utils/use-lock-scroll.mjs +0 -54
- package/dist/es/node_modules/antd-mobile/es/utils/use-touch.mjs +0 -32
- package/dist/es/node_modules/antd-mobile/es/utils/with-default-props.mjs +0 -11
- package/dist/es/node_modules/antd-mobile/es/utils/with-stop-propagation.mjs +0 -19
- package/dist/es/node_modules/classnames/index.mjs +0 -42
- package/dist/es/node_modules/comma-separated-tokens/index.mjs +0 -13
- package/dist/es/node_modules/copy-to-clipboard/index.mjs +0 -46
- package/dist/es/node_modules/devlop/lib/default.mjs +0 -5
- package/dist/es/node_modules/hast-util-from-dom/lib/index.mjs +0 -93
- package/dist/es/node_modules/hast-util-from-dom/node_modules/hastscript/lib/create-h.mjs +0 -126
- package/dist/es/node_modules/hast-util-from-dom/node_modules/hastscript/lib/index.mjs +0 -8
- package/dist/es/node_modules/hast-util-from-dom/node_modules/hastscript/lib/svg-case-sensitive-tag-names.mjs +0 -4
- package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/index.mjs +0 -12
- package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/aria.mjs +0 -61
- package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/find.mjs +0 -33
- package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/html.mjs +0 -368
- package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/normalize.mjs +0 -6
- package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/svg.mjs +0 -566
- package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/util/case-insensitive-transform.mjs +0 -7
- package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/util/case-sensitive-transform.mjs +0 -6
- package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/util/create.mjs +0 -14
- package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/util/defined-info.mjs +0 -36
- package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/util/info.mjs +0 -28
- package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/util/merge.mjs +0 -10
- package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/util/schema.mjs +0 -21
- package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/util/types.mjs +0 -15
- package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/xlink.mjs +0 -19
- package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/xml.mjs +0 -15
- package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/xmlns.mjs +0 -16
- package/dist/es/node_modules/hast-util-from-html-isomorphic/lib/browser.mjs +0 -16
- package/dist/es/node_modules/hast-util-is-element/lib/index.mjs +0 -61
- package/dist/es/node_modules/hast-util-parse-selector/lib/index.mjs +0 -20
- package/dist/es/node_modules/hast-util-to-text/lib/index.mjs +0 -223
- package/dist/es/node_modules/katex/dist/katex.min.css.mjs +0 -4
- package/dist/es/node_modules/katex/dist/katex.mjs +0 -11700
- package/dist/es/node_modules/lodash/_Hash.mjs +0 -22
- package/dist/es/node_modules/lodash/_ListCache.mjs +0 -22
- package/dist/es/node_modules/lodash/_Map.mjs +0 -6
- package/dist/es/node_modules/lodash/_MapCache.mjs +0 -22
- package/dist/es/node_modules/lodash/_Stack.mjs +0 -20
- package/dist/es/node_modules/lodash/_Symbol.mjs +0 -5
- package/dist/es/node_modules/lodash/_Uint8Array.mjs +0 -5
- package/dist/es/node_modules/lodash/_apply.mjs +0 -17
- package/dist/es/node_modules/lodash/_arrayLikeKeys.mjs +0 -21
- package/dist/es/node_modules/lodash/_assignMergeValue.mjs +0 -10
- package/dist/es/node_modules/lodash/_assignValue.mjs +0 -11
- package/dist/es/node_modules/lodash/_assocIndexOf.mjs +0 -12
- package/dist/es/node_modules/lodash/_baseAssignValue.mjs +0 -14
- package/dist/es/node_modules/lodash/_baseCreate.mjs +0 -17
- package/dist/es/node_modules/lodash/_baseFor.mjs +0 -5
- package/dist/es/node_modules/lodash/_baseGetTag.mjs +0 -11
- package/dist/es/node_modules/lodash/_baseIsArguments.mjs +0 -10
- package/dist/es/node_modules/lodash/_baseIsNative.mjs +0 -15
- package/dist/es/node_modules/lodash/_baseIsTypedArray.mjs +0 -13
- package/dist/es/node_modules/lodash/_baseKeysIn.mjs +0 -16
- package/dist/es/node_modules/lodash/_baseMerge.mjs +0 -22
- package/dist/es/node_modules/lodash/_baseMergeDeep.mjs +0 -33
- package/dist/es/node_modules/lodash/_baseRest.mjs +0 -11
- package/dist/es/node_modules/lodash/_baseSetToString.mjs +0 -14
- package/dist/es/node_modules/lodash/_baseTimes.mjs +0 -9
- package/dist/es/node_modules/lodash/_baseTrim.mjs +0 -9
- package/dist/es/node_modules/lodash/_baseUnary.mjs +0 -9
- package/dist/es/node_modules/lodash/_cloneArrayBuffer.mjs +0 -10
- package/dist/es/node_modules/lodash/_cloneBuffer.mjs +0 -17
- package/dist/es/node_modules/lodash/_cloneTypedArray.mjs +0 -10
- package/dist/es/node_modules/lodash/_copyArray.mjs +0 -10
- package/dist/es/node_modules/lodash/_copyObject.mjs +0 -16
- package/dist/es/node_modules/lodash/_coreJsData.mjs +0 -5
- package/dist/es/node_modules/lodash/_createAssigner.mjs +0 -17
- package/dist/es/node_modules/lodash/_createBaseFor.mjs +0 -14
- package/dist/es/node_modules/lodash/_defineProperty.mjs +0 -11
- package/dist/es/node_modules/lodash/_freeGlobal.mjs +0 -5
- package/dist/es/node_modules/lodash/_getMapData.mjs +0 -10
- package/dist/es/node_modules/lodash/_getNative.mjs +0 -11
- package/dist/es/node_modules/lodash/_getPrototype.mjs +0 -5
- package/dist/es/node_modules/lodash/_getRawTag.mjs +0 -16
- package/dist/es/node_modules/lodash/_getValue.mjs +0 -7
- package/dist/es/node_modules/lodash/_hashClear.mjs +0 -9
- package/dist/es/node_modules/lodash/_hashDelete.mjs +0 -8
- package/dist/es/node_modules/lodash/_hashGet.mjs +0 -14
- package/dist/es/node_modules/lodash/_hashHas.mjs +0 -10
- package/dist/es/node_modules/lodash/_hashSet.mjs +0 -10
- package/dist/es/node_modules/lodash/_initCloneObject.mjs +0 -11
- package/dist/es/node_modules/lodash/_isIndex.mjs +0 -9
- package/dist/es/node_modules/lodash/_isIterateeCall.mjs +0 -15
- package/dist/es/node_modules/lodash/_isKeyable.mjs +0 -8
- package/dist/es/node_modules/lodash/_isMasked.mjs +0 -12
- package/dist/es/node_modules/lodash/_isPrototype.mjs +0 -9
- package/dist/es/node_modules/lodash/_listCacheClear.mjs +0 -7
- package/dist/es/node_modules/lodash/_listCacheDelete.mjs +0 -13
- package/dist/es/node_modules/lodash/_listCacheGet.mjs +0 -10
- package/dist/es/node_modules/lodash/_listCacheHas.mjs +0 -9
- package/dist/es/node_modules/lodash/_listCacheSet.mjs +0 -10
- package/dist/es/node_modules/lodash/_mapCacheClear.mjs +0 -15
- package/dist/es/node_modules/lodash/_mapCacheDelete.mjs +0 -10
- package/dist/es/node_modules/lodash/_mapCacheGet.mjs +0 -9
- package/dist/es/node_modules/lodash/_mapCacheHas.mjs +0 -9
- package/dist/es/node_modules/lodash/_mapCacheSet.mjs +0 -10
- package/dist/es/node_modules/lodash/_nativeCreate.mjs +0 -5
- package/dist/es/node_modules/lodash/_nativeKeysIn.mjs +0 -11
- package/dist/es/node_modules/lodash/_nodeUtil.mjs +0 -17
- package/dist/es/node_modules/lodash/_objectToString.mjs +0 -8
- package/dist/es/node_modules/lodash/_overArg.mjs +0 -9
- package/dist/es/node_modules/lodash/_overRest.mjs +0 -16
- package/dist/es/node_modules/lodash/_root.mjs +0 -5
- package/dist/es/node_modules/lodash/_safeGet.mjs +0 -8
- package/dist/es/node_modules/lodash/_setToString.mjs +0 -6
- package/dist/es/node_modules/lodash/_shortOut.mjs +0 -17
- package/dist/es/node_modules/lodash/_stackClear.mjs +0 -9
- package/dist/es/node_modules/lodash/_stackDelete.mjs +0 -8
- package/dist/es/node_modules/lodash/_stackGet.mjs +0 -7
- package/dist/es/node_modules/lodash/_stackHas.mjs +0 -7
- package/dist/es/node_modules/lodash/_stackSet.mjs +0 -18
- package/dist/es/node_modules/lodash/_toSource.mjs +0 -18
- package/dist/es/node_modules/lodash/_trimmedEndIndex.mjs +0 -10
- package/dist/es/node_modules/lodash/constant.mjs +0 -9
- package/dist/es/node_modules/lodash/debounce.mjs +0 -57
- package/dist/es/node_modules/lodash/eq.mjs +0 -7
- package/dist/es/node_modules/lodash/identity.mjs +0 -7
- package/dist/es/node_modules/lodash/isArguments.mjs +0 -10
- package/dist/es/node_modules/lodash/isArray.mjs +0 -4
- package/dist/es/node_modules/lodash/isArrayLike.mjs +0 -10
- package/dist/es/node_modules/lodash/isArrayLikeObject.mjs +0 -10
- package/dist/es/node_modules/lodash/isBuffer.mjs +0 -12
- package/dist/es/node_modules/lodash/isFunction.mjs +0 -13
- package/dist/es/node_modules/lodash/isLength.mjs +0 -8
- package/dist/es/node_modules/lodash/isObject.mjs +0 -8
- package/dist/es/node_modules/lodash/isObjectLike.mjs +0 -7
- package/dist/es/node_modules/lodash/isPlainObject.mjs +0 -17
- package/dist/es/node_modules/lodash/isSymbol.mjs +0 -10
- package/dist/es/node_modules/lodash/isTypedArray.mjs +0 -7
- package/dist/es/node_modules/lodash/keysIn.mjs +0 -11
- package/dist/es/node_modules/lodash/merge.mjs +0 -10
- package/dist/es/node_modules/lodash/now.mjs +0 -7
- package/dist/es/node_modules/lodash/stubFalse.mjs +0 -7
- package/dist/es/node_modules/lodash/toNumber.mjs +0 -23
- package/dist/es/node_modules/lodash/toPlainObject.mjs +0 -10
- package/dist/es/node_modules/longest-streak/index.mjs +0 -12
- package/dist/es/node_modules/mdast-util-math/lib/index.mjs +0 -170
- package/dist/es/node_modules/micromark-extension-math/lib/math-flow.mjs +0 -76
- package/dist/es/node_modules/micromark-extension-math/lib/math-text.mjs +0 -48
- package/dist/es/node_modules/micromark-extension-math/lib/syntax.mjs +0 -15
- package/dist/es/node_modules/micromark-factory-space/index.mjs +0 -15
- package/dist/es/node_modules/micromark-util-character/index.mjs +0 -10
- package/dist/es/node_modules/object-assign/index.mjs +0 -34
- package/dist/es/node_modules/rc-pagination/es/locale/zh_CN.mjs +0 -18
- package/dist/es/node_modules/rc-picker/es/locale/zh_CN.mjs +0 -31
- package/dist/es/node_modules/react/cjs/react-jsx-runtime.production.min.mjs +0 -45
- package/dist/es/node_modules/react/jsx-runtime.mjs +0 -8
- package/dist/es/node_modules/react-device-detect/dist/lib.mjs +0 -723
- package/dist/es/node_modules/react-fast-compare/index.mjs +0 -78
- package/dist/es/node_modules/react-infinite-scroll-component/dist/index.es.mjs +0 -188
- package/dist/es/node_modules/react-quill/dist/quill.snow.css.mjs +0 -4
- package/dist/es/node_modules/rehype-katex/lib/index.mjs +0 -83
- package/dist/es/node_modules/remark-math/lib/index.mjs +0 -13
- package/dist/es/node_modules/resize-observer-polyfill/dist/ResizeObserver.es.mjs +0 -294
- package/dist/es/node_modules/space-separated-tokens/index.mjs +0 -7
- package/dist/es/node_modules/toggle-selection/index.mjs +0 -25
- package/dist/es/node_modules/tslib/tslib.es6.mjs +0 -64
- package/dist/es/node_modules/ua-parser-js/dist/ua-parser.min.mjs +0 -120
- package/dist/es/node_modules/unist-util-find-after/lib/index.mjs +0 -32
- package/dist/es/node_modules/unist-util-is/lib/index.mjs +0 -81
- package/dist/es/node_modules/unist-util-visit-parents/lib/color.mjs +0 -6
- package/dist/es/node_modules/unist-util-visit-parents/lib/index.mjs +0 -56
- package/dist/es/node_modules/web-namespaces/index.mjs +0 -11
- package/dist/es/packages/agent-cli-ui/node_modules/uuid/dist/esm-browser/native.mjs +0 -4
- package/dist/es/packages/agent-cli-ui/node_modules/uuid/dist/esm-browser/rng.mjs +0 -13
- package/dist/es/packages/agent-cli-ui/node_modules/uuid/dist/esm-browser/stringify.mjs +0 -9
- package/dist/es/packages/agent-cli-ui/node_modules/uuid/dist/esm-browser/v4.mjs +0 -23
- package/dist/es/robots.txt +0 -3
- package/dist/es/style.less.mjs +0 -4
- package/dist/lib/favicon.ico +0 -0
- package/dist/lib/favicon2.ico +0 -0
- package/dist/lib/font/font_4108228_4w5nlhafpte.js +0 -1
- package/dist/lib/font/font_4439177_0sppkcnqiqgs.js +0 -1
- package/dist/lib/font/gos-font.js +0 -64
- package/dist/lib/images/empty.svg +0 -40
- package/dist/lib/images/loading.gif +0 -0
- package/dist/lib/images/logo.png +0 -0
- package/dist/lib/images/map-example.png +0 -0
- package/dist/lib/images/sketch.png +0 -0
- package/dist/lib/index.html +0 -43
- package/dist/lib/logo192.png +0 -0
- package/dist/lib/logo512.png +0 -0
- package/dist/lib/manifest.json +0 -25
- package/dist/lib/robots.txt +0 -3
- /package/dist/es/{Dialog/HistoryItem → assets}/think.svg.mjs +0 -0
|
@@ -1,12 +1,11 @@
|
|
|
1
|
-
import { jsxs as s, jsx as r } from "
|
|
1
|
+
import { jsxs as s, jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef as X, useState as o, useRef as O, useImperativeHandle as Y, useEffect as g } from "react";
|
|
3
3
|
import Z from "react-quill";
|
|
4
|
-
import T from "
|
|
4
|
+
import T from "classnames";
|
|
5
5
|
import ee from "../Iconfont/index.mjs";
|
|
6
6
|
import { Popover as te, Space as ne, Button as re } from "antd";
|
|
7
|
-
import "
|
|
8
|
-
import "
|
|
9
|
-
import P from "../node_modules/ahooks/es/useKeyPress/index.mjs";
|
|
7
|
+
import "react-quill/dist/quill.snow.css";
|
|
8
|
+
/* empty css */import { useKeyPress as P } from "ahooks";
|
|
10
9
|
import { shortCutEnum as p } from "../utils/index.mjs";
|
|
11
10
|
const ie = X((z, F) => {
|
|
12
11
|
var D, q, B;
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import { jsx as e } from "
|
|
1
|
+
import { jsx as e } from "react/jsx-runtime";
|
|
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 "
|
|
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
|
|
@@ -19,7 +19,7 @@ var x = (e, t) => {
|
|
|
19
19
|
t.indexOf(n) < 0 && u.call(e, n) && (r[n] = e[n]);
|
|
20
20
|
return r;
|
|
21
21
|
};
|
|
22
|
-
import { jsx as s, jsxs as F, Fragment as N } from "
|
|
22
|
+
import { jsx as s, jsxs as F, Fragment as N } from "react/jsx-runtime";
|
|
23
23
|
const k = (e) => {
|
|
24
24
|
var h, i;
|
|
25
25
|
const n = e, {
|
|
@@ -19,7 +19,7 @@ var u = (e, o) => {
|
|
|
19
19
|
o.indexOf(r) < 0 && p.call(e, r) && (a[r] = e[r]);
|
|
20
20
|
return a;
|
|
21
21
|
};
|
|
22
|
-
import { jsxs as x, jsx as t } from "
|
|
22
|
+
import { jsxs as x, jsx as t } from "react/jsx-runtime";
|
|
23
23
|
import { Prism as N } from "react-syntax-highlighter";
|
|
24
24
|
import v from "../../Copy/index.mjs";
|
|
25
25
|
import { Space as L } from "antd";
|
|
@@ -1,31 +1,30 @@
|
|
|
1
1
|
var g = Object.defineProperty, u = Object.defineProperties;
|
|
2
2
|
var k = Object.getOwnPropertyDescriptors;
|
|
3
|
-
var
|
|
3
|
+
var c = Object.getOwnPropertySymbols;
|
|
4
4
|
var w = Object.prototype.hasOwnProperty, I = Object.prototype.propertyIsEnumerable;
|
|
5
|
-
var
|
|
5
|
+
var a = (e, i, t) => i in e ? g(e, i, { enumerable: !0, configurable: !0, writable: !0, value: t }) : e[i] = t, n = (e, i) => {
|
|
6
6
|
for (var t in i || (i = {}))
|
|
7
|
-
w.call(i, t) &&
|
|
8
|
-
if (
|
|
9
|
-
for (var t of
|
|
10
|
-
I.call(i, t) &&
|
|
7
|
+
w.call(i, t) && a(e, t, i[t]);
|
|
8
|
+
if (c)
|
|
9
|
+
for (var t of c(i))
|
|
10
|
+
I.call(i, t) && a(e, t, i[t]);
|
|
11
11
|
return e;
|
|
12
|
-
},
|
|
13
|
-
import { jsx as m, jsxs as
|
|
14
|
-
import { Image as
|
|
15
|
-
import "
|
|
16
|
-
import
|
|
17
|
-
import {
|
|
18
|
-
import { isMobile as h } from "../../../node_modules/react-device-detect/dist/lib.mjs";
|
|
12
|
+
}, l = (e, i) => u(e, k(i));
|
|
13
|
+
import { jsx as m, jsxs as V, Fragment as x } from "react/jsx-runtime";
|
|
14
|
+
import { Image as y } from "antd";
|
|
15
|
+
import { ImageViewer as M } from "antd-mobile";
|
|
16
|
+
import { useState as o, useEffect as b } from "react";
|
|
17
|
+
import { isMobile as h } from "react-device-detect";
|
|
19
18
|
import C from "../Video/index.mjs";
|
|
20
19
|
import { checkMediaType as T } from "../../../utils/index.mjs";
|
|
21
20
|
const A = (e) => {
|
|
22
|
-
const [i, t] = o(!1), [
|
|
23
|
-
return
|
|
24
|
-
e.src &&
|
|
25
|
-
}, [e.src]),
|
|
21
|
+
const [i, t] = o(!1), [f, s] = o();
|
|
22
|
+
return b(() => {
|
|
23
|
+
e.src && s(T(e.src));
|
|
24
|
+
}, [e.src]), f == "video" ? /* @__PURE__ */ m(C, {
|
|
26
25
|
src: e.src,
|
|
27
26
|
controls: !0
|
|
28
|
-
}) : h ? /* @__PURE__ */
|
|
27
|
+
}) : h ? /* @__PURE__ */ V(x, {
|
|
29
28
|
children: [/* @__PURE__ */ m("img", {
|
|
30
29
|
style: {
|
|
31
30
|
maxWidth: "100%"
|
|
@@ -34,14 +33,14 @@ const A = (e) => {
|
|
|
34
33
|
onClick: () => {
|
|
35
34
|
t(!0);
|
|
36
35
|
}
|
|
37
|
-
}), /* @__PURE__ */ m(
|
|
38
|
-
image: e == null ? void 0 : e.src,
|
|
36
|
+
}), /* @__PURE__ */ m(M, {
|
|
37
|
+
image: (e == null ? void 0 : e.src) || "",
|
|
39
38
|
visible: i,
|
|
40
39
|
onClose: () => {
|
|
41
40
|
t(!1);
|
|
42
41
|
}
|
|
43
42
|
})]
|
|
44
|
-
}) : /* @__PURE__ */ m(
|
|
43
|
+
}) : /* @__PURE__ */ m(y, l(n({
|
|
45
44
|
style: {
|
|
46
45
|
maxWidth: "100%"
|
|
47
46
|
}
|
|
@@ -9,7 +9,7 @@ var i = (o, t, e) => t in o ? a(o, t, { enumerable: !0, configurable: !0, writab
|
|
|
9
9
|
s.call(t, e) && i(o, e, t[e]);
|
|
10
10
|
return o;
|
|
11
11
|
};
|
|
12
|
-
import { jsx as m } from "
|
|
12
|
+
import { jsx as m } from "react/jsx-runtime";
|
|
13
13
|
const f = (o) => /* @__PURE__ */ m("video", r({
|
|
14
14
|
style: {
|
|
15
15
|
maxWidth: "100%",
|
|
@@ -19,21 +19,20 @@ var k = (r, o) => {
|
|
|
19
19
|
o.indexOf(m) < 0 && l.call(r, m) && (e[m] = r[m]);
|
|
20
20
|
return e;
|
|
21
21
|
};
|
|
22
|
-
import { jsx as a } from "
|
|
22
|
+
import { jsx as a } from "react/jsx-runtime";
|
|
23
23
|
import { useRef as h } from "react";
|
|
24
24
|
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 "
|
|
29
|
-
import "
|
|
30
|
-
import
|
|
31
|
-
import
|
|
32
|
-
import
|
|
33
|
-
import
|
|
34
|
-
import
|
|
35
|
-
import
|
|
36
|
-
import A from "../../node_modules/remark-math/lib/index.mjs";
|
|
28
|
+
import v from "remark-math";
|
|
29
|
+
import L from "rehype-katex";
|
|
30
|
+
import "katex/dist/katex.min.css";
|
|
31
|
+
/* empty css */import P from "./Image/index.mjs";
|
|
32
|
+
import T from "./Code/index.mjs";
|
|
33
|
+
import { replaceLatexDelimiters as b } from "../../utils/index.mjs";
|
|
34
|
+
import j from "./ATag/index.mjs";
|
|
35
|
+
import A from "./Video/index.mjs";
|
|
37
36
|
const Q = (m) => {
|
|
38
37
|
var n = m, {
|
|
39
38
|
showLatex: r = !0,
|
|
@@ -47,23 +46,23 @@ const Q = (m) => {
|
|
|
47
46
|
ref: u,
|
|
48
47
|
children: /* @__PURE__ */ a(M, s(i({
|
|
49
48
|
className: "markdown",
|
|
50
|
-
rehypePlugins: [
|
|
49
|
+
rehypePlugins: [L, y, [R, {
|
|
51
50
|
target: "_blank"
|
|
52
51
|
}]],
|
|
53
|
-
remarkPlugins: [
|
|
52
|
+
remarkPlugins: [v, [x, {
|
|
54
53
|
singleTilde: !1
|
|
55
54
|
}]]
|
|
56
55
|
}, e), {
|
|
57
|
-
children: r ?
|
|
56
|
+
children: r ? b(o) : o,
|
|
58
57
|
components: {
|
|
59
58
|
img(p) {
|
|
60
|
-
return /* @__PURE__ */ a(
|
|
59
|
+
return /* @__PURE__ */ a(P, i({}, p));
|
|
61
60
|
},
|
|
62
61
|
code(p) {
|
|
63
|
-
return /* @__PURE__ */ a(
|
|
62
|
+
return /* @__PURE__ */ a(T, i({}, p));
|
|
64
63
|
},
|
|
65
|
-
video:
|
|
66
|
-
a:
|
|
64
|
+
video: A,
|
|
65
|
+
a: j
|
|
67
66
|
}
|
|
68
67
|
}))
|
|
69
68
|
});
|
package/dist/es/constant.mjs
CHANGED
|
@@ -43,6 +43,9 @@ const s = {
|
|
|
43
43
|
referenceFirst: !1,
|
|
44
44
|
isExpand: !1
|
|
45
45
|
},
|
|
46
|
+
searchReference: {
|
|
47
|
+
openTarget: "_blank"
|
|
48
|
+
},
|
|
46
49
|
promptVariables: !0
|
|
47
50
|
},
|
|
48
51
|
features: {
|
|
@@ -64,6 +67,9 @@ const s = {
|
|
|
64
67
|
file: !0,
|
|
65
68
|
itemExpanded: !1
|
|
66
69
|
},
|
|
70
|
+
searchReference: {
|
|
71
|
+
openTarget: "_blank"
|
|
72
|
+
},
|
|
67
73
|
relatedQuesions: !0,
|
|
68
74
|
// dialog only
|
|
69
75
|
footer: {
|
|
@@ -86,9 +92,9 @@ const s = {
|
|
|
86
92
|
defaultInput: {
|
|
87
93
|
text: ""
|
|
88
94
|
}
|
|
89
|
-
}, i = "https://copilot.glodon.com/api/cvforcepd", n = "https://copilot.glodon.com/portal/_/aecpilot/fe/", a = 1024, p = 1024 * 1024,
|
|
95
|
+
}, i = "https://copilot.glodon.com/api/cvforcepd", n = "https://copilot.glodon.com/portal/_/aecpilot/fe/", a = 1024, p = 1024 * 1024, l = 1024 * 1024 * 1024;
|
|
90
96
|
export {
|
|
91
|
-
|
|
97
|
+
l as GB,
|
|
92
98
|
a as KB,
|
|
93
99
|
p as MB,
|
|
94
100
|
t as brand,
|