@glodon-aiot/agent-cli-ui 2.4.7
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/README.git.md +73 -0
- package/README.lib.md +135 -0
- package/dist/es/AgentClientUI.mjs +155 -0
- package/dist/es/Dialog/AgentChat/index.mjs +757 -0
- package/dist/es/Dialog/AgentChat/style.less.mjs +4 -0
- package/dist/es/Dialog/ConnectToNetwork/index.mjs +92 -0
- package/dist/es/Dialog/ConnectToNetwork/style.less.mjs +4 -0
- package/dist/es/Dialog/FileCard/doc-icons/doc.svg.mjs +4 -0
- package/dist/es/Dialog/FileCard/doc-icons/docx.svg.mjs +4 -0
- package/dist/es/Dialog/FileCard/doc-icons/pdf.svg.mjs +4 -0
- package/dist/es/Dialog/FileCard/index.mjs +142 -0
- package/dist/es/Dialog/FileCard/style.less.mjs +4 -0
- package/dist/es/Dialog/FilePreview/index.mjs +90 -0
- package/dist/es/Dialog/FilePreview/style.less.mjs +4 -0
- package/dist/es/Dialog/Greeting/index.mjs +31 -0
- package/dist/es/Dialog/Greeting/style.less.mjs +4 -0
- package/dist/es/Dialog/HistoryContent/index.mjs +14 -0
- package/dist/es/Dialog/HistoryContent/style.less.mjs +4 -0
- package/dist/es/Dialog/HistoryItem/index.mjs +355 -0
- package/dist/es/Dialog/HistoryItem/style.less.mjs +4 -0
- package/dist/es/Dialog/HistoryItem/think.svg.mjs +4 -0
- package/dist/es/Dialog/KnowledgeDoc/index.mjs +46 -0
- package/dist/es/Dialog/KnowledgeDoc/style.less.mjs +4 -0
- package/dist/es/Dialog/KnowledgeList/KnowledgeSelect/index.mjs +68 -0
- package/dist/es/Dialog/KnowledgeList/KnowledgeSelect/style.less.mjs +4 -0
- package/dist/es/Dialog/KnowledgeList/index.mjs +69 -0
- package/dist/es/Dialog/KnowledgeList/style.less.mjs +4 -0
- package/dist/es/Dialog/PromptManager/PromptList/PromptListItem.mjs +89 -0
- package/dist/es/Dialog/PromptManager/PromptList/PublicPromptList.mjs +48 -0
- package/dist/es/Dialog/PromptManager/PromptList/access/empty.svg.mjs +4 -0
- package/dist/es/Dialog/PromptManager/PromptList/style.less.mjs +4 -0
- package/dist/es/Dialog/PromptManager/index.mjs +128 -0
- package/dist/es/Dialog/PromptManager/style.less.mjs +4 -0
- package/dist/es/Dialog/PromptSetting/index.mjs +130 -0
- package/dist/es/Dialog/PromptSetting/style.less.mjs +4 -0
- package/dist/es/Dialog/Recommend/RecommendItem.mjs +96 -0
- package/dist/es/Dialog/Recommend/index.mjs +60 -0
- package/dist/es/Dialog/Recommend/style.less.mjs +4 -0
- package/dist/es/Dialog/Recommend/tip.svg.mjs +4 -0
- package/dist/es/Dialog/ReferCollapse/index.mjs +65 -0
- package/dist/es/Dialog/ReferCollapse/style.less.mjs +4 -0
- package/dist/es/Dialog/SearchReference/index.mjs +64 -0
- package/dist/es/Dialog/SearchReference/style.less.mjs +4 -0
- package/dist/es/Dialog/SessionAction/index.mjs +232 -0
- package/dist/es/Dialog/SessionAction/style.less.mjs +4 -0
- package/dist/es/Dialog/SessionList/index.mjs +197 -0
- package/dist/es/Dialog/SessionList/style.less.mjs +4 -0
- package/dist/es/Dialog/SessionListDrawer/HistorySessionList/NameEditPanel.mjs +48 -0
- package/dist/es/Dialog/SessionListDrawer/HistorySessionList/SessionItem.mjs +142 -0
- package/dist/es/Dialog/SessionListDrawer/HistorySessionList/doc-icons/doc.svg.mjs +4 -0
- package/dist/es/Dialog/SessionListDrawer/HistorySessionList/doc-icons/docx.svg.mjs +4 -0
- package/dist/es/Dialog/SessionListDrawer/HistorySessionList/doc-icons/pdf.svg.mjs +4 -0
- package/dist/es/Dialog/SessionListDrawer/HistorySessionList/index.mjs +120 -0
- package/dist/es/Dialog/SessionListDrawer/HistorySessionList/style.less.mjs +4 -0
- package/dist/es/Dialog/SessionListDrawer/index.mjs +44 -0
- package/dist/es/Dialog/SessionListDrawer/style.less.mjs +4 -0
- package/dist/es/Dialog/SessionRefer/ReferItem/index.mjs +94 -0
- package/dist/es/Dialog/SessionRefer/ReferItem/style.less.mjs +4 -0
- package/dist/es/Dialog/SessionRefer/index.mjs +86 -0
- package/dist/es/Dialog/SessionRefer/style.less.mjs +4 -0
- package/dist/es/Dialog/SessionRelated/index.mjs +43 -0
- package/dist/es/Dialog/SessionRelated/style.less.mjs +4 -0
- package/dist/es/Dialog/UploadKnowledgeFiles/ClearModal/index.mjs +51 -0
- package/dist/es/Dialog/UploadKnowledgeFiles/ClearModal/style.less.mjs +4 -0
- package/dist/es/Dialog/UploadKnowledgeFiles/index.mjs +368 -0
- package/dist/es/Dialog/UploadKnowledgeFiles/style.less.mjs +4 -0
- package/dist/es/Dialog/UploadingPrompt/index.mjs +67 -0
- package/dist/es/Dialog/UploadingPrompt/style.less.mjs +4 -0
- package/dist/es/Dialog/index.mjs +128 -0
- package/dist/es/Dialog/style.less.mjs +4 -0
- package/dist/es/FileCard/doc-icons/doc.svg.mjs +4 -0
- package/dist/es/FileCard/doc-icons/docx.svg.mjs +4 -0
- package/dist/es/FileCard/doc-icons/pdf.svg.mjs +4 -0
- package/dist/es/FileItem/index.mjs +85 -0
- package/dist/es/FileItem/style.less.mjs +4 -0
- package/dist/es/Footer/FooterWarning.mjs +25 -0
- package/dist/es/Footer/index.mjs +18 -0
- package/dist/es/Footer/style.less.mjs +4 -0
- package/dist/es/Iconfont/index.mjs +12 -0
- package/dist/es/InputProgress/index.mjs +39 -0
- package/dist/es/InputProgress/style.less.mjs +4 -0
- package/dist/es/QuillEditor/index.mjs +219 -0
- package/dist/es/QuillEditor/style.less.mjs +4 -0
- package/dist/es/_virtual/_cloneBuffer.mjs +4 -0
- package/dist/es/_virtual/_commonjsHelpers.mjs +8 -0
- package/dist/es/_virtual/_nodeUtil.mjs +4 -0
- package/dist/es/_virtual/index.mjs +4 -0
- package/dist/es/_virtual/index2.mjs +4 -0
- package/dist/es/_virtual/index3.mjs +4 -0
- package/dist/es/_virtual/index4.mjs +4 -0
- package/dist/es/_virtual/isBuffer.mjs +4 -0
- package/dist/es/_virtual/jsx-runtime.mjs +7 -0
- package/dist/es/_virtual/jsx-runtime2.mjs +4 -0
- package/dist/es/_virtual/minio-zj.mjs +4 -0
- package/dist/es/_virtual/react-jsx-runtime.production.min.mjs +4 -0
- package/dist/es/assets/brand.svg.mjs +4 -0
- package/dist/es/assets/icon.svg.mjs +4 -0
- package/dist/es/components/Copy/index.mjs +44 -0
- package/dist/es/components/Copy/style.less.mjs +4 -0
- package/dist/es/components/JsonDisplay/index.mjs +16 -0
- package/dist/es/components/JsonDisplay/style.less.mjs +4 -0
- package/dist/es/components/Markdown/Code/index.mjs +69 -0
- package/dist/es/components/Markdown/Image/index.mjs +26 -0
- package/dist/es/components/Markdown/index.mjs +48 -0
- package/dist/es/components/Markdown/style.less.mjs +4 -0
- package/dist/es/components/WebLink/index.mjs +26 -0
- package/dist/es/constant.mjs +96 -0
- package/dist/es/context.mjs +7 -0
- package/dist/es/favicon.ico +0 -0
- package/dist/es/favicon2.ico +0 -0
- package/dist/es/font/font_4108228_4w5nlhafpte.js +1 -0
- package/dist/es/font/font_4439177_0sppkcnqiqgs.js +1 -0
- package/dist/es/font/gos-font.js +64 -0
- package/dist/es/images/empty.svg +40 -0
- 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 +43 -0
- package/dist/es/index.mjs +325 -0
- package/dist/es/logo192.png +0 -0
- package/dist/es/logo512.png +0 -0
- package/dist/es/manifest.json +25 -0
- package/dist/es/node_modules/@babel/runtime/helpers/esm/extends.mjs +13 -0
- package/dist/es/node_modules/@glodon-aiot/minio/dist/minio-zj.mjs +26485 -0
- package/dist/es/node_modules/@socket.io/component-emitter/lib/esm/index.mjs +54 -0
- package/dist/es/node_modules/ahooks/es/useKeyPress/index.mjs +221 -0
- package/dist/es/node_modules/ahooks/es/useLatest/index.mjs +8 -0
- package/dist/es/node_modules/ahooks/es/useMemoizedFn/index.mjs +19 -0
- package/dist/es/node_modules/ahooks/es/useUnmount/index.mjs +17 -0
- package/dist/es/node_modules/ahooks/es/utils/createEffectWithTarget.mjs +27 -0
- package/dist/es/node_modules/ahooks/es/utils/depsAreSame.mjs +11 -0
- package/dist/es/node_modules/ahooks/es/utils/depsEqual.mjs +7 -0
- package/dist/es/node_modules/ahooks/es/utils/domTarget.mjs +13 -0
- package/dist/es/node_modules/ahooks/es/utils/index.mjs +12 -0
- package/dist/es/node_modules/ahooks/es/utils/isAppleDevice.mjs +5 -0
- package/dist/es/node_modules/ahooks/es/utils/isBrowser.mjs +5 -0
- package/dist/es/node_modules/ahooks/es/utils/isDev.mjs +5 -0
- package/dist/es/node_modules/ahooks/es/utils/useDeepCompareWithTarget.mjs +11 -0
- package/dist/es/node_modules/ahooks/es/utils/useEffectWithTarget.mjs +7 -0
- package/dist/es/node_modules/antd/es/calendar/locale/zh_CN.mjs +4 -0
- package/dist/es/node_modules/antd/es/date-picker/locale/zh_CN.mjs +23 -0
- package/dist/es/node_modules/antd/es/locale/zh_CN.mjs +132 -0
- package/dist/es/node_modules/antd/es/time-picker/locale/zh_CN.mjs +8 -0
- package/dist/es/node_modules/base64-js/index.mjs +47 -0
- package/dist/es/node_modules/buffer/index.mjs +927 -0
- package/dist/es/node_modules/classnames/index.mjs +42 -0
- package/dist/es/node_modules/copy-to-clipboard/index.mjs +46 -0
- package/dist/es/node_modules/engine.io-client/build/esm/contrib/has-cors.mjs +9 -0
- package/dist/es/node_modules/engine.io-client/build/esm/contrib/parseqs.mjs +18 -0
- package/dist/es/node_modules/engine.io-client/build/esm/contrib/parseuri.mjs +24 -0
- package/dist/es/node_modules/engine.io-client/build/esm/contrib/yeast.mjs +19 -0
- package/dist/es/node_modules/engine.io-client/build/esm/globalThis.browser.mjs +4 -0
- package/dist/es/node_modules/engine.io-client/build/esm/socket.mjs +317 -0
- package/dist/es/node_modules/engine.io-client/build/esm/transport.mjs +113 -0
- package/dist/es/node_modules/engine.io-client/build/esm/transports/index.mjs +11 -0
- package/dist/es/node_modules/engine.io-client/build/esm/transports/polling.mjs +273 -0
- package/dist/es/node_modules/engine.io-client/build/esm/transports/websocket-constructor.browser.mjs +8 -0
- package/dist/es/node_modules/engine.io-client/build/esm/transports/websocket.mjs +87 -0
- package/dist/es/node_modules/engine.io-client/build/esm/transports/webtransport.mjs +52 -0
- package/dist/es/node_modules/engine.io-client/build/esm/transports/xmlhttprequest.browser.mjs +21 -0
- package/dist/es/node_modules/engine.io-client/build/esm/util.mjs +23 -0
- package/dist/es/node_modules/engine.io-parser/build/esm/commons.mjs +21 -0
- package/dist/es/node_modules/engine.io-parser/build/esm/contrib/base64-arraybuffer.mjs +14 -0
- package/dist/es/node_modules/engine.io-parser/build/esm/decodePacket.browser.mjs +39 -0
- package/dist/es/node_modules/engine.io-parser/build/esm/encodePacket.browser.mjs +28 -0
- package/dist/es/node_modules/engine.io-parser/build/esm/index.mjs +105 -0
- package/dist/es/node_modules/ieee754/index.mjs +28 -0
- package/dist/es/node_modules/js-base64/base64.mjs +31 -0
- package/dist/es/node_modules/lodash/_Hash.mjs +22 -0
- package/dist/es/node_modules/lodash/_ListCache.mjs +22 -0
- package/dist/es/node_modules/lodash/_Map.mjs +6 -0
- package/dist/es/node_modules/lodash/_MapCache.mjs +22 -0
- package/dist/es/node_modules/lodash/_Stack.mjs +20 -0
- package/dist/es/node_modules/lodash/_Symbol.mjs +5 -0
- package/dist/es/node_modules/lodash/_Uint8Array.mjs +5 -0
- package/dist/es/node_modules/lodash/_apply.mjs +17 -0
- package/dist/es/node_modules/lodash/_arrayLikeKeys.mjs +21 -0
- package/dist/es/node_modules/lodash/_assignMergeValue.mjs +10 -0
- package/dist/es/node_modules/lodash/_assignValue.mjs +11 -0
- package/dist/es/node_modules/lodash/_assocIndexOf.mjs +12 -0
- package/dist/es/node_modules/lodash/_baseAssignValue.mjs +14 -0
- package/dist/es/node_modules/lodash/_baseCreate.mjs +17 -0
- package/dist/es/node_modules/lodash/_baseFor.mjs +5 -0
- package/dist/es/node_modules/lodash/_baseGetTag.mjs +11 -0
- package/dist/es/node_modules/lodash/_baseIsArguments.mjs +10 -0
- package/dist/es/node_modules/lodash/_baseIsNative.mjs +15 -0
- package/dist/es/node_modules/lodash/_baseIsTypedArray.mjs +13 -0
- package/dist/es/node_modules/lodash/_baseKeysIn.mjs +16 -0
- package/dist/es/node_modules/lodash/_baseMerge.mjs +22 -0
- package/dist/es/node_modules/lodash/_baseMergeDeep.mjs +33 -0
- package/dist/es/node_modules/lodash/_baseRest.mjs +11 -0
- package/dist/es/node_modules/lodash/_baseSetToString.mjs +14 -0
- package/dist/es/node_modules/lodash/_baseTimes.mjs +9 -0
- package/dist/es/node_modules/lodash/_baseTrim.mjs +9 -0
- package/dist/es/node_modules/lodash/_baseUnary.mjs +9 -0
- package/dist/es/node_modules/lodash/_cloneArrayBuffer.mjs +10 -0
- package/dist/es/node_modules/lodash/_cloneBuffer.mjs +17 -0
- package/dist/es/node_modules/lodash/_cloneTypedArray.mjs +10 -0
- package/dist/es/node_modules/lodash/_copyArray.mjs +10 -0
- package/dist/es/node_modules/lodash/_copyObject.mjs +16 -0
- package/dist/es/node_modules/lodash/_coreJsData.mjs +5 -0
- package/dist/es/node_modules/lodash/_createAssigner.mjs +17 -0
- package/dist/es/node_modules/lodash/_createBaseFor.mjs +14 -0
- package/dist/es/node_modules/lodash/_defineProperty.mjs +11 -0
- package/dist/es/node_modules/lodash/_freeGlobal.mjs +5 -0
- package/dist/es/node_modules/lodash/_getMapData.mjs +10 -0
- package/dist/es/node_modules/lodash/_getNative.mjs +11 -0
- package/dist/es/node_modules/lodash/_getPrototype.mjs +5 -0
- package/dist/es/node_modules/lodash/_getRawTag.mjs +16 -0
- package/dist/es/node_modules/lodash/_getValue.mjs +7 -0
- package/dist/es/node_modules/lodash/_hashClear.mjs +9 -0
- package/dist/es/node_modules/lodash/_hashDelete.mjs +8 -0
- package/dist/es/node_modules/lodash/_hashGet.mjs +14 -0
- package/dist/es/node_modules/lodash/_hashHas.mjs +10 -0
- package/dist/es/node_modules/lodash/_hashSet.mjs +10 -0
- package/dist/es/node_modules/lodash/_initCloneObject.mjs +11 -0
- package/dist/es/node_modules/lodash/_isIndex.mjs +9 -0
- package/dist/es/node_modules/lodash/_isIterateeCall.mjs +15 -0
- package/dist/es/node_modules/lodash/_isKeyable.mjs +8 -0
- package/dist/es/node_modules/lodash/_isMasked.mjs +12 -0
- package/dist/es/node_modules/lodash/_isPrototype.mjs +9 -0
- package/dist/es/node_modules/lodash/_listCacheClear.mjs +7 -0
- package/dist/es/node_modules/lodash/_listCacheDelete.mjs +13 -0
- package/dist/es/node_modules/lodash/_listCacheGet.mjs +10 -0
- package/dist/es/node_modules/lodash/_listCacheHas.mjs +9 -0
- package/dist/es/node_modules/lodash/_listCacheSet.mjs +10 -0
- package/dist/es/node_modules/lodash/_mapCacheClear.mjs +15 -0
- package/dist/es/node_modules/lodash/_mapCacheDelete.mjs +10 -0
- package/dist/es/node_modules/lodash/_mapCacheGet.mjs +9 -0
- package/dist/es/node_modules/lodash/_mapCacheHas.mjs +9 -0
- package/dist/es/node_modules/lodash/_mapCacheSet.mjs +10 -0
- package/dist/es/node_modules/lodash/_nativeCreate.mjs +5 -0
- package/dist/es/node_modules/lodash/_nativeKeysIn.mjs +11 -0
- package/dist/es/node_modules/lodash/_nodeUtil.mjs +17 -0
- package/dist/es/node_modules/lodash/_objectToString.mjs +8 -0
- package/dist/es/node_modules/lodash/_overArg.mjs +9 -0
- package/dist/es/node_modules/lodash/_overRest.mjs +16 -0
- package/dist/es/node_modules/lodash/_root.mjs +5 -0
- package/dist/es/node_modules/lodash/_safeGet.mjs +8 -0
- package/dist/es/node_modules/lodash/_setToString.mjs +6 -0
- package/dist/es/node_modules/lodash/_shortOut.mjs +17 -0
- package/dist/es/node_modules/lodash/_stackClear.mjs +9 -0
- package/dist/es/node_modules/lodash/_stackDelete.mjs +8 -0
- package/dist/es/node_modules/lodash/_stackGet.mjs +7 -0
- package/dist/es/node_modules/lodash/_stackHas.mjs +7 -0
- package/dist/es/node_modules/lodash/_stackSet.mjs +18 -0
- package/dist/es/node_modules/lodash/_toSource.mjs +18 -0
- package/dist/es/node_modules/lodash/_trimmedEndIndex.mjs +10 -0
- package/dist/es/node_modules/lodash/constant.mjs +9 -0
- package/dist/es/node_modules/lodash/debounce.mjs +57 -0
- package/dist/es/node_modules/lodash/eq.mjs +7 -0
- package/dist/es/node_modules/lodash/identity.mjs +7 -0
- package/dist/es/node_modules/lodash/isArguments.mjs +10 -0
- package/dist/es/node_modules/lodash/isArray.mjs +4 -0
- package/dist/es/node_modules/lodash/isArrayLike.mjs +10 -0
- package/dist/es/node_modules/lodash/isArrayLikeObject.mjs +10 -0
- package/dist/es/node_modules/lodash/isBuffer.mjs +12 -0
- package/dist/es/node_modules/lodash/isFunction.mjs +13 -0
- package/dist/es/node_modules/lodash/isLength.mjs +8 -0
- package/dist/es/node_modules/lodash/isObject.mjs +8 -0
- package/dist/es/node_modules/lodash/isObjectLike.mjs +7 -0
- package/dist/es/node_modules/lodash/isPlainObject.mjs +17 -0
- package/dist/es/node_modules/lodash/isSymbol.mjs +10 -0
- package/dist/es/node_modules/lodash/isTypedArray.mjs +7 -0
- package/dist/es/node_modules/lodash/keysIn.mjs +11 -0
- package/dist/es/node_modules/lodash/merge.mjs +10 -0
- package/dist/es/node_modules/lodash/now.mjs +7 -0
- package/dist/es/node_modules/lodash/stubFalse.mjs +7 -0
- package/dist/es/node_modules/lodash/toNumber.mjs +23 -0
- package/dist/es/node_modules/lodash/toPlainObject.mjs +10 -0
- package/dist/es/node_modules/object-assign/index.mjs +34 -0
- package/dist/es/node_modules/rc-pagination/es/locale/zh_CN.mjs +18 -0
- package/dist/es/node_modules/rc-picker/es/locale/zh_CN.mjs +31 -0
- package/dist/es/node_modules/react/cjs/react-jsx-runtime.production.min.mjs +45 -0
- package/dist/es/node_modules/react/jsx-runtime.mjs +8 -0
- package/dist/es/node_modules/react-fast-compare/index.mjs +78 -0
- package/dist/es/node_modules/react-infinite-scroll-component/dist/index.es.mjs +188 -0
- package/dist/es/node_modules/react-quill/dist/quill.snow.css.mjs +4 -0
- package/dist/es/node_modules/socket.io-client/build/esm/contrib/backo2.mjs +26 -0
- package/dist/es/node_modules/socket.io-client/build/esm/index.mjs +25 -0
- package/dist/es/node_modules/socket.io-client/build/esm/manager.mjs +242 -0
- package/dist/es/node_modules/socket.io-client/build/esm/on.mjs +8 -0
- package/dist/es/node_modules/socket.io-client/build/esm/socket.mjs +608 -0
- package/dist/es/node_modules/socket.io-client/build/esm/url.mjs +19 -0
- package/dist/es/node_modules/socket.io-parser/build/esm/binary.mjs +52 -0
- package/dist/es/node_modules/socket.io-parser/build/esm/index.mjs +203 -0
- package/dist/es/node_modules/socket.io-parser/build/esm/is-binary.mjs +26 -0
- package/dist/es/node_modules/toggle-selection/index.mjs +25 -0
- package/dist/es/node_modules/tslib/tslib.es6.mjs +15 -0
- package/dist/es/node_modules/uuid/dist/esm-browser/native.mjs +6 -0
- package/dist/es/node_modules/uuid/dist/esm-browser/rng.mjs +10 -0
- package/dist/es/node_modules/uuid/dist/esm-browser/stringify.mjs +9 -0
- package/dist/es/node_modules/uuid/dist/esm-browser/v4.mjs +19 -0
- package/dist/es/packages/agent-cli-sdk/src/AgentSession.mjs +243 -0
- package/dist/es/packages/agent-cli-sdk/src/BotClient.mjs +242 -0
- package/dist/es/packages/agent-cli-sdk/src/Config.mjs +34 -0
- package/dist/es/packages/agent-cli-sdk/src/DialogSession.mjs +281 -0
- package/dist/es/packages/agent-cli-sdk/src/EventBus.mjs +64 -0
- package/dist/es/packages/agent-cli-sdk/src/Logger.mjs +31 -0
- package/dist/es/packages/agent-cli-sdk/src/PayloadTypes.mjs +4 -0
- package/dist/es/packages/agent-cli-sdk/src/Session.mjs +527 -0
- package/dist/es/packages/agent-cli-sdk/src/api/fetchEventSource/fetch.mjs +112 -0
- package/dist/es/packages/agent-cli-sdk/src/api/fetchEventSource/parse.mjs +97 -0
- package/dist/es/packages/agent-cli-sdk/src/api/index.mjs +48 -0
- package/dist/es/packages/agent-cli-sdk/src/utils.mjs +11 -0
- package/dist/es/packages/apis/dist/es/aecpilot/cosntant.mjs +5 -0
- package/dist/es/packages/apis/dist/es/aecpilot/model.mjs +9 -0
- package/dist/es/packages/apis/dist/es/aecpilotui/index.mjs +8 -0
- package/dist/es/packages/apis/dist/es/agentcliui/index.mjs +414 -0
- package/dist/es/packages/apis/dist/es/base/index.mjs +154 -0
- package/dist/es/packages/apis/dist/es/cvforce/index.mjs +431 -0
- package/dist/es/packages/apis/dist/es/cvforce/model.mjs +6 -0
- package/dist/es/packages/apis/dist/es/node_modules/uuid/dist/esm-browser/native.mjs +6 -0
- package/dist/es/packages/apis/dist/es/node_modules/uuid/dist/esm-browser/rng.mjs +10 -0
- package/dist/es/packages/apis/dist/es/node_modules/uuid/dist/esm-browser/stringify.mjs +9 -0
- package/dist/es/packages/apis/dist/es/node_modules/uuid/dist/esm-browser/v4.mjs +19 -0
- package/dist/es/packages/apis/dist/es/utils/fetchEventSource/fetch.mjs +106 -0
- package/dist/es/packages/apis/dist/es/utils/fetchEventSource/parse.mjs +97 -0
- package/dist/es/robots.txt +3 -0
- package/dist/es/style.less.mjs +4 -0
- package/dist/es/types.mjs +4 -0
- package/dist/es/utils/clipboard.mjs +38 -0
- package/dist/es/utils/index.mjs +33 -0
- package/dist/lib/favicon.ico +0 -0
- package/dist/lib/favicon2.ico +0 -0
- package/dist/lib/font/font_4108228_4w5nlhafpte.js +1 -0
- package/dist/lib/font/font_4439177_0sppkcnqiqgs.js +1 -0
- package/dist/lib/font/gos-font.js +64 -0
- package/dist/lib/images/empty.svg +40 -0
- 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 +43 -0
- package/dist/lib/index.js +169 -0
- package/dist/lib/logo192.png +0 -0
- package/dist/lib/logo512.png +0 -0
- package/dist/lib/manifest.json +25 -0
- package/dist/lib/robots.txt +3 -0
- package/dist/src/AgentClientUI.d.ts +4 -0
- package/dist/src/ConnectToNetwork/index.d.ts +13 -0
- package/dist/src/Dialog/AgentChat/index.d.ts +17 -0
- package/dist/src/Dialog/ChatEmptyView/index.d.ts +6 -0
- package/dist/src/Dialog/ConnectToNetwork/index.d.ts +13 -0
- package/dist/src/Dialog/FileCard/index.d.ts +22 -0
- package/dist/src/Dialog/FilePreview/index.d.ts +20 -0
- package/dist/src/Dialog/Greeting/index.d.ts +7 -0
- package/dist/src/Dialog/HistoryContent/index.d.ts +5 -0
- package/dist/src/Dialog/HistoryItem/index.d.ts +17 -0
- package/dist/src/Dialog/KnowledgeDoc/index.d.ts +9 -0
- package/dist/src/Dialog/KnowledgeList/KnowledgeSelect/index.d.ts +12 -0
- package/dist/src/Dialog/KnowledgeList/index.d.ts +13 -0
- package/dist/src/Dialog/PromptManager/PromptList/EditPromptModal/index.d.ts +11 -0
- package/dist/src/Dialog/PromptManager/PromptList/PrivatePromptList.d.ts +12 -0
- package/dist/src/Dialog/PromptManager/PromptList/PromptListItem.d.ts +13 -0
- package/dist/src/Dialog/PromptManager/PromptList/PublicPromptList.d.ts +12 -0
- package/dist/src/Dialog/PromptManager/index.d.ts +13 -0
- package/dist/src/Dialog/PromptSetting/index.d.ts +14 -0
- package/dist/src/Dialog/Recommend/RecommendItem.d.ts +12 -0
- package/dist/src/Dialog/Recommend/index.d.ts +14 -0
- package/dist/src/Dialog/ReferCollapse/index.d.ts +8 -0
- package/dist/src/Dialog/SearchReference/index.d.ts +7 -0
- package/dist/src/Dialog/SessionAction/index.d.ts +11 -0
- package/dist/src/Dialog/SessionList/index.d.ts +20 -0
- package/dist/src/Dialog/SessionListDrawer/HistorySessionList/NameEditPanel.d.ts +9 -0
- package/dist/src/Dialog/SessionListDrawer/HistorySessionList/SessionItem.d.ts +16 -0
- package/dist/src/Dialog/SessionListDrawer/HistorySessionList/index.d.ts +9 -0
- package/dist/src/Dialog/SessionListDrawer/index.d.ts +9 -0
- package/dist/src/Dialog/SessionRefer/ReferItem/index.d.ts +9 -0
- package/dist/src/Dialog/SessionRefer/index.d.ts +8 -0
- package/dist/src/Dialog/SessionRelated/index.d.ts +9 -0
- package/dist/src/Dialog/UploadFiles/ClearModal/index.d.ts +7 -0
- package/dist/src/Dialog/UploadFiles/index.d.ts +21 -0
- package/dist/src/Dialog/UploadKnowledgeFiles/ClearModal/index.d.ts +7 -0
- package/dist/src/Dialog/UploadKnowledgeFiles/index.d.ts +22 -0
- package/dist/src/Dialog/UploadingPrompt/index.d.ts +9 -0
- package/dist/src/Dialog/index.d.ts +9 -0
- package/dist/src/FileCard/index.d.ts +21 -0
- package/dist/src/FileItem/index.d.ts +11 -0
- package/dist/src/Footer/FooterWarning.d.ts +8 -0
- package/dist/src/Footer/index.d.ts +7 -0
- package/dist/src/Greeting/index.d.ts +7 -0
- package/dist/src/Iconfont/font_4108228_8te6zfkclqu.d.ts +0 -0
- package/dist/src/Iconfont/font_4439177_7rytwlvbmjj.d.ts +0 -0
- package/dist/src/Iconfont/index.d.ts +3 -0
- package/dist/src/InputProgress/index.d.ts +7 -0
- package/dist/src/QuillEditor/index.d.ts +19 -0
- package/dist/src/components/Copy/index.d.ts +5 -0
- package/dist/src/components/Header/index.d.ts +6 -0
- package/dist/src/components/JsonDisplay/index.d.ts +6 -0
- package/dist/src/components/Markdown/Code/index.d.ts +3 -0
- package/dist/src/components/Markdown/Image/index.d.ts +3 -0
- package/dist/src/components/Markdown/index.d.ts +6 -0
- package/dist/src/components/PDFViewer/index.d.ts +7 -0
- package/dist/src/components/WebLink/index.d.ts +7 -0
- package/dist/src/constant.d.ts +11 -0
- package/dist/src/context.d.ts +5 -0
- package/dist/src/index.d.ts +33 -0
- package/dist/src/types.d.ts +183 -0
- package/dist/src/utils/clipboard.d.ts +11 -0
- package/dist/src/utils/fetchEventSource/fetch.d.ts +44 -0
- package/dist/src/utils/fetchEventSource/index.d.ts +1 -0
- package/dist/src/utils/fetchEventSource/parse.d.ts +36 -0
- package/dist/src/utils/index.d.ts +17 -0
- package/package.json +138 -0
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { __exports as v } from "../../_virtual/index3.mjs";
|
|
2
|
+
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
3
|
+
v.read = function(s, a, x, f, M) {
|
|
4
|
+
var t, r, h = M * 8 - f - 1, w = (1 << h) - 1, N = w >> 1, i = -7, o = x ? M - 1 : 0, d = x ? -1 : 1, p = s[a + o];
|
|
5
|
+
for (o += d, t = p & (1 << -i) - 1, p >>= -i, i += h; i > 0; t = t * 256 + s[a + o], o += d, i -= 8)
|
|
6
|
+
;
|
|
7
|
+
for (r = t & (1 << -i) - 1, t >>= -i, i += f; i > 0; r = r * 256 + s[a + o], o += d, i -= 8)
|
|
8
|
+
;
|
|
9
|
+
if (t === 0)
|
|
10
|
+
t = 1 - N;
|
|
11
|
+
else {
|
|
12
|
+
if (t === w)
|
|
13
|
+
return r ? NaN : (p ? -1 : 1) * (1 / 0);
|
|
14
|
+
r = r + Math.pow(2, f), t = t - N;
|
|
15
|
+
}
|
|
16
|
+
return (p ? -1 : 1) * r * Math.pow(2, t - f);
|
|
17
|
+
};
|
|
18
|
+
v.write = function(s, a, x, f, M, t) {
|
|
19
|
+
var r, h, w, N = t * 8 - M - 1, i = (1 << N) - 1, o = i >> 1, d = M === 23 ? Math.pow(2, -24) - Math.pow(2, -77) : 0, p = f ? 0 : t - 1, c = f ? 1 : -1, I = a < 0 || a === 0 && 1 / a < 0 ? 1 : 0;
|
|
20
|
+
for (a = Math.abs(a), isNaN(a) || a === 1 / 0 ? (h = isNaN(a) ? 1 : 0, r = i) : (r = Math.floor(Math.log(a) / Math.LN2), a * (w = Math.pow(2, -r)) < 1 && (r--, w *= 2), r + o >= 1 ? a += d / w : a += d * Math.pow(2, 1 - o), a * w >= 2 && (r++, w /= 2), r + o >= i ? (h = 0, r = i) : r + o >= 1 ? (h = (a * w - 1) * Math.pow(2, M), r = r + o) : (h = a * Math.pow(2, o - 1) * Math.pow(2, M), r = 0)); M >= 8; s[x + p] = h & 255, p += c, h /= 256, M -= 8)
|
|
21
|
+
;
|
|
22
|
+
for (r = r << M | h, N += M; N > 0; s[x + p] = r & 255, p += c, r /= 256, N -= 8)
|
|
23
|
+
;
|
|
24
|
+
s[x + p - c] |= I * 128;
|
|
25
|
+
};
|
|
26
|
+
export {
|
|
27
|
+
v as default
|
|
28
|
+
};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
const d = typeof Buffer == "function", i = typeof TextDecoder == "function" ? new TextDecoder() : void 0;
|
|
2
|
+
typeof TextEncoder == "function" && new TextEncoder();
|
|
3
|
+
const u = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=", b = Array.prototype.slice.call(u), f = ((t) => {
|
|
4
|
+
let e = {};
|
|
5
|
+
return t.forEach((r, a) => e[r] = a), e;
|
|
6
|
+
})(b), l = /^(?:[A-Za-z\d+\/]{4})*?(?:[A-Za-z\d+\/]{2}(?:==)?|[A-Za-z\d+\/]{3}=?)?$/, o = String.fromCharCode.bind(String), s = typeof Uint8Array.from == "function" ? Uint8Array.from.bind(Uint8Array) : (t) => new Uint8Array(Array.prototype.slice.call(t, 0)), A = (t) => t.replace(/[^A-Za-z0-9\+\/]/g, ""), y = /[\xC0-\xDF][\x80-\xBF]|[\xE0-\xEF][\x80-\xBF]{2}|[\xF0-\xF7][\x80-\xBF]{3}/g, p = (t) => {
|
|
7
|
+
switch (t.length) {
|
|
8
|
+
case 4:
|
|
9
|
+
var e = (7 & t.charCodeAt(0)) << 18 | (63 & t.charCodeAt(1)) << 12 | (63 & t.charCodeAt(2)) << 6 | 63 & t.charCodeAt(3), r = e - 65536;
|
|
10
|
+
return o((r >>> 10) + 55296) + o((r & 1023) + 56320);
|
|
11
|
+
case 3:
|
|
12
|
+
return o((15 & t.charCodeAt(0)) << 12 | (63 & t.charCodeAt(1)) << 6 | 63 & t.charCodeAt(2));
|
|
13
|
+
default:
|
|
14
|
+
return o((31 & t.charCodeAt(0)) << 6 | 63 & t.charCodeAt(1));
|
|
15
|
+
}
|
|
16
|
+
}, C = (t) => t.replace(y, p), c = (t) => {
|
|
17
|
+
if (t = t.replace(/\s+/g, ""), !l.test(t))
|
|
18
|
+
throw new TypeError("malformed base64.");
|
|
19
|
+
t += "==".slice(2 - (t.length & 3));
|
|
20
|
+
let e, r = "", a, x;
|
|
21
|
+
for (let n = 0; n < t.length; )
|
|
22
|
+
e = f[t.charAt(n++)] << 18 | f[t.charAt(n++)] << 12 | (a = f[t.charAt(n++)]) << 6 | (x = f[t.charAt(n++)]), r += a === 64 ? o(e >> 16 & 255) : x === 64 ? o(e >> 16 & 255, e >> 8 & 255) : o(e >> 16 & 255, e >> 8 & 255, e & 255);
|
|
23
|
+
return r;
|
|
24
|
+
}, h = typeof atob == "function" ? (t) => atob(A(t)) : d ? (t) => Buffer.from(t, "base64").toString("binary") : c, m = d ? (t) => s(Buffer.from(t, "base64")) : (t) => s(h(t).split("").map((e) => e.charCodeAt(0))), g = d ? (t) => Buffer.from(t, "base64").toString("utf8") : i ? (t) => i.decode(m(t)) : (t) => C(h(t)), _ = (t) => A(t.replace(/[-_]/g, (e) => e == "-" ? "+" : "/")), B = (t) => g(_(t));
|
|
25
|
+
export {
|
|
26
|
+
h as atob,
|
|
27
|
+
c as atobPolyfill,
|
|
28
|
+
C as btou,
|
|
29
|
+
B as decode,
|
|
30
|
+
B as fromBase64
|
|
31
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { _ as o } from "./_hashClear.mjs";
|
|
2
|
+
import { _ as r } from "./_hashDelete.mjs";
|
|
3
|
+
import { _ as p } from "./_hashGet.mjs";
|
|
4
|
+
import { _ as l } from "./_hashHas.mjs";
|
|
5
|
+
import { _ } from "./_hashSet.mjs";
|
|
6
|
+
var m = o, i = r, f = p, v = l, y = _;
|
|
7
|
+
function a(h) {
|
|
8
|
+
var t = -1, s = h == null ? 0 : h.length;
|
|
9
|
+
for (this.clear(); ++t < s; ) {
|
|
10
|
+
var e = h[t];
|
|
11
|
+
this.set(e[0], e[1]);
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
a.prototype.clear = m;
|
|
15
|
+
a.prototype.delete = i;
|
|
16
|
+
a.prototype.get = f;
|
|
17
|
+
a.prototype.has = v;
|
|
18
|
+
a.prototype.set = y;
|
|
19
|
+
var u = a;
|
|
20
|
+
export {
|
|
21
|
+
u as _
|
|
22
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { _ as o } from "./_listCacheClear.mjs";
|
|
2
|
+
import { _ as r } from "./_listCacheDelete.mjs";
|
|
3
|
+
import { _ as i } from "./_listCacheGet.mjs";
|
|
4
|
+
import { _ as h } from "./_listCacheHas.mjs";
|
|
5
|
+
import { _ as p } from "./_listCacheSet.mjs";
|
|
6
|
+
var c = o, C = r, _ = i, m = h, f = p;
|
|
7
|
+
function t(e) {
|
|
8
|
+
var a = -1, l = e == null ? 0 : e.length;
|
|
9
|
+
for (this.clear(); ++a < l; ) {
|
|
10
|
+
var s = e[a];
|
|
11
|
+
this.set(s[0], s[1]);
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
t.prototype.clear = c;
|
|
15
|
+
t.prototype.delete = C;
|
|
16
|
+
t.prototype.get = _;
|
|
17
|
+
t.prototype.has = m;
|
|
18
|
+
t.prototype.set = f;
|
|
19
|
+
var u = t;
|
|
20
|
+
export {
|
|
21
|
+
u as _
|
|
22
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { _ as r } from "./_mapCacheClear.mjs";
|
|
2
|
+
import { _ as m } from "./_mapCacheDelete.mjs";
|
|
3
|
+
import { _ as h } from "./_mapCacheGet.mjs";
|
|
4
|
+
import { _ as c } from "./_mapCacheHas.mjs";
|
|
5
|
+
import { _ as C } from "./_mapCacheSet.mjs";
|
|
6
|
+
var l = r, _ = m, s = h, i = c, f = C;
|
|
7
|
+
function a(e) {
|
|
8
|
+
var p = -1, o = e == null ? 0 : e.length;
|
|
9
|
+
for (this.clear(); ++p < o; ) {
|
|
10
|
+
var t = e[p];
|
|
11
|
+
this.set(t[0], t[1]);
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
a.prototype.clear = l;
|
|
15
|
+
a.prototype.delete = _;
|
|
16
|
+
a.prototype.get = s;
|
|
17
|
+
a.prototype.has = i;
|
|
18
|
+
a.prototype.set = f;
|
|
19
|
+
var u = a;
|
|
20
|
+
export {
|
|
21
|
+
u as _
|
|
22
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { _ as s } from "./_ListCache.mjs";
|
|
2
|
+
import { _ as o } from "./_stackClear.mjs";
|
|
3
|
+
import { _ as r } from "./_stackDelete.mjs";
|
|
4
|
+
import { _ } from "./_stackGet.mjs";
|
|
5
|
+
import { _ as p } from "./_stackHas.mjs";
|
|
6
|
+
import { _ as c } from "./_stackSet.mjs";
|
|
7
|
+
var i = s, k = o, m = r, f = _, l = p, h = c;
|
|
8
|
+
function t(a) {
|
|
9
|
+
var e = this.__data__ = new i(a);
|
|
10
|
+
this.size = e.size;
|
|
11
|
+
}
|
|
12
|
+
t.prototype.clear = k;
|
|
13
|
+
t.prototype.delete = m;
|
|
14
|
+
t.prototype.get = f;
|
|
15
|
+
t.prototype.has = l;
|
|
16
|
+
t.prototype.set = h;
|
|
17
|
+
var z = t;
|
|
18
|
+
export {
|
|
19
|
+
z as _
|
|
20
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
function a(e, p, l) {
|
|
2
|
+
switch (l.length) {
|
|
3
|
+
case 0:
|
|
4
|
+
return e.call(p);
|
|
5
|
+
case 1:
|
|
6
|
+
return e.call(p, l[0]);
|
|
7
|
+
case 2:
|
|
8
|
+
return e.call(p, l[0], l[1]);
|
|
9
|
+
case 3:
|
|
10
|
+
return e.call(p, l[0], l[1], l[2]);
|
|
11
|
+
}
|
|
12
|
+
return e.apply(p, l);
|
|
13
|
+
}
|
|
14
|
+
var c = a;
|
|
15
|
+
export {
|
|
16
|
+
c as _
|
|
17
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { _ as m } from "./_baseTimes.mjs";
|
|
2
|
+
import { i as g } from "./isArguments.mjs";
|
|
3
|
+
import { i as _ } from "./isArray.mjs";
|
|
4
|
+
import { i as h } from "./isBuffer.mjs";
|
|
5
|
+
import { _ as y } from "./_isIndex.mjs";
|
|
6
|
+
import { i as A } from "./isTypedArray.mjs";
|
|
7
|
+
var b = m, d = g, x = _, T = h, c = y, u = A, O = Object.prototype, B = O.hasOwnProperty;
|
|
8
|
+
function I(s, n) {
|
|
9
|
+
var i = x(s), t = !i && d(s), e = !i && !t && T(s), a = !i && !t && !e && u(s), f = i || t || e || a, o = f ? b(s.length, String) : [], p = o.length;
|
|
10
|
+
for (var r in s)
|
|
11
|
+
(n || B.call(s, r)) && !(f && // Safari 9 has enumerable `arguments.length` in strict mode.
|
|
12
|
+
(r == "length" || // Node.js 0.10 has enumerable non-index properties on buffers.
|
|
13
|
+
e && (r == "offset" || r == "parent") || // PhantomJS 2 has enumerable non-index properties on typed arrays.
|
|
14
|
+
a && (r == "buffer" || r == "byteLength" || r == "byteOffset") || // Skip index properties.
|
|
15
|
+
c(r, p))) && o.push(r);
|
|
16
|
+
return o;
|
|
17
|
+
}
|
|
18
|
+
var E = I;
|
|
19
|
+
export {
|
|
20
|
+
E as _
|
|
21
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { _ as o } from "./_baseAssignValue.mjs";
|
|
2
|
+
import { e } from "./eq.mjs";
|
|
3
|
+
var i = o, t = e, p = Object.prototype, f = p.hasOwnProperty;
|
|
4
|
+
function l(a, r, s) {
|
|
5
|
+
var n = a[r];
|
|
6
|
+
(!(f.call(a, r) && t(n, s)) || s === void 0 && !(r in a)) && i(a, r, s);
|
|
7
|
+
}
|
|
8
|
+
var _ = l;
|
|
9
|
+
export {
|
|
10
|
+
_
|
|
11
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { i as n } from "./isObject.mjs";
|
|
2
|
+
var i = n, t = Object.create, c = function() {
|
|
3
|
+
function e() {
|
|
4
|
+
}
|
|
5
|
+
return function(r) {
|
|
6
|
+
if (!i(r))
|
|
7
|
+
return {};
|
|
8
|
+
if (t)
|
|
9
|
+
return t(r);
|
|
10
|
+
e.prototype = r;
|
|
11
|
+
var a = new e();
|
|
12
|
+
return e.prototype = void 0, a;
|
|
13
|
+
};
|
|
14
|
+
}(), o = c;
|
|
15
|
+
export {
|
|
16
|
+
o as _
|
|
17
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { _ as e } from "./_Symbol.mjs";
|
|
2
|
+
import { _ as o } from "./_getRawTag.mjs";
|
|
3
|
+
import { _ as a } from "./_objectToString.mjs";
|
|
4
|
+
var n = e, g = o, i = a, T = "[object Null]", b = "[object Undefined]", r = n ? n.toStringTag : void 0;
|
|
5
|
+
function f(t) {
|
|
6
|
+
return t == null ? t === void 0 ? b : T : r && r in Object(t) ? g(t) : i(t);
|
|
7
|
+
}
|
|
8
|
+
var s = f;
|
|
9
|
+
export {
|
|
10
|
+
s as _
|
|
11
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { i as o } from "./isFunction.mjs";
|
|
2
|
+
import { _ as e } from "./_isMasked.mjs";
|
|
3
|
+
import { i as a } from "./isObject.mjs";
|
|
4
|
+
import { _ as s } from "./_toSource.mjs";
|
|
5
|
+
var i = o, n = e, c = a, p = s, f = /[\\^$.*+?()[\]{}|]/g, u = /^\[object .+?Constructor\]$/, v = Function.prototype, m = Object.prototype, _ = v.toString, b = m.hasOwnProperty, g = RegExp("^" + _.call(b).replace(f, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$");
|
|
6
|
+
function O(r) {
|
|
7
|
+
if (!c(r) || n(r))
|
|
8
|
+
return !1;
|
|
9
|
+
var t = i(r) ? g : u;
|
|
10
|
+
return t.test(p(r));
|
|
11
|
+
}
|
|
12
|
+
var h = O;
|
|
13
|
+
export {
|
|
14
|
+
h as _
|
|
15
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { _ as e } from "./_baseGetTag.mjs";
|
|
2
|
+
import { i as r } from "./isLength.mjs";
|
|
3
|
+
import { i as o } from "./isObjectLike.mjs";
|
|
4
|
+
var g = e, b = r, c = o, T = "[object Arguments]", i = "[object Array]", j = "[object Boolean]", n = "[object Date]", s = "[object Error]", y = "[object Function]", p = "[object Map]", A = "[object Number]", f = "[object Object]", m = "[object RegExp]", u = "[object Set]", l = "[object String]", d = "[object WeakMap]", _ = "[object ArrayBuffer]", I = "[object DataView]", k = "[object Float32Array]", L = "[object Float64Array]", U = "[object Int8Array]", h = "[object Int16Array]", v = "[object Int32Array]", w = "[object Uint8Array]", x = "[object Uint8ClampedArray]", B = "[object Uint16Array]", F = "[object Uint32Array]", a = {};
|
|
5
|
+
a[k] = a[L] = a[U] = a[h] = a[v] = a[w] = a[x] = a[B] = a[F] = !0;
|
|
6
|
+
a[T] = a[i] = a[_] = a[j] = a[I] = a[n] = a[s] = a[y] = a[p] = a[A] = a[f] = a[m] = a[u] = a[l] = a[d] = !1;
|
|
7
|
+
function M(t) {
|
|
8
|
+
return c(t) && b(t.length) && !!a[g(t)];
|
|
9
|
+
}
|
|
10
|
+
var E = M;
|
|
11
|
+
export {
|
|
12
|
+
E as _
|
|
13
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { i as a } from "./isObject.mjs";
|
|
2
|
+
import { _ as e } from "./_isPrototype.mjs";
|
|
3
|
+
import { _ as i } from "./_nativeKeysIn.mjs";
|
|
4
|
+
var n = a, p = e, v = i, f = Object.prototype, y = f.hasOwnProperty;
|
|
5
|
+
function _(r) {
|
|
6
|
+
if (!n(r))
|
|
7
|
+
return v(r);
|
|
8
|
+
var s = p(r), o = [];
|
|
9
|
+
for (var t in r)
|
|
10
|
+
t == "constructor" && (s || !y.call(r, t)) || o.push(t);
|
|
11
|
+
return o;
|
|
12
|
+
}
|
|
13
|
+
var O = _;
|
|
14
|
+
export {
|
|
15
|
+
O as _
|
|
16
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { _ as o } from "./_Stack.mjs";
|
|
2
|
+
import { _ as p } from "./_assignMergeValue.mjs";
|
|
3
|
+
import { _ as g } from "./_baseFor.mjs";
|
|
4
|
+
import { _ as t } from "./_baseMergeDeep.mjs";
|
|
5
|
+
import { i as M } from "./isObject.mjs";
|
|
6
|
+
import { k as b } from "./keysIn.mjs";
|
|
7
|
+
import { _ as d } from "./_safeGet.mjs";
|
|
8
|
+
var v = o, D = p, F = g, G = t, I = M, O = b, S = d;
|
|
9
|
+
function m(e, r, n, f, a) {
|
|
10
|
+
e !== r && F(r, function(s, i) {
|
|
11
|
+
if (a || (a = new v()), I(s))
|
|
12
|
+
G(e, r, i, n, m, f, a);
|
|
13
|
+
else {
|
|
14
|
+
var _ = f ? f(S(e, i), s, i + "", e, r, a) : void 0;
|
|
15
|
+
_ === void 0 && (_ = s), D(e, i, _);
|
|
16
|
+
}
|
|
17
|
+
}, O);
|
|
18
|
+
}
|
|
19
|
+
var H = m;
|
|
20
|
+
export {
|
|
21
|
+
H as _
|
|
22
|
+
};
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { _ as d } from "./_assignMergeValue.mjs";
|
|
2
|
+
import { _ as g } from "./_cloneBuffer.mjs";
|
|
3
|
+
import { _ as j } from "./_cloneTypedArray.mjs";
|
|
4
|
+
import { _ as v } from "./_copyArray.mjs";
|
|
5
|
+
import { _ as V } from "./_initCloneObject.mjs";
|
|
6
|
+
import { i as M } from "./isArguments.mjs";
|
|
7
|
+
import { i as P } from "./isArray.mjs";
|
|
8
|
+
import { i as x } from "./isArrayLikeObject.mjs";
|
|
9
|
+
import { i as C } from "./isBuffer.mjs";
|
|
10
|
+
import { i as T } from "./isFunction.mjs";
|
|
11
|
+
import { i as B } from "./isObject.mjs";
|
|
12
|
+
import { i as D } from "./isPlainObject.mjs";
|
|
13
|
+
import { i as E } from "./isTypedArray.mjs";
|
|
14
|
+
import { _ as F } from "./_safeGet.mjs";
|
|
15
|
+
import { t as G } from "./toPlainObject.mjs";
|
|
16
|
+
var u = d, L = g, w = j, h = v, q = V, c = M, y = P, H = x, I = C, J = T, K = B, N = D, Q = E, b = F, R = G;
|
|
17
|
+
function S(f, l, a, A, O, t, s) {
|
|
18
|
+
var i = b(f, a), e = b(l, a), p = s.get(e);
|
|
19
|
+
if (p) {
|
|
20
|
+
u(f, a, p);
|
|
21
|
+
return;
|
|
22
|
+
}
|
|
23
|
+
var r = t ? t(i, e, a + "", f, l, s) : void 0, o = r === void 0;
|
|
24
|
+
if (o) {
|
|
25
|
+
var m = y(e), n = !m && I(e), _ = !m && !n && Q(e);
|
|
26
|
+
r = e, m || n || _ ? y(i) ? r = i : H(i) ? r = h(i) : n ? (o = !1, r = L(e, !0)) : _ ? (o = !1, r = w(e, !0)) : r = [] : N(e) || c(e) ? (r = i, c(i) ? r = R(i) : (!K(i) || J(i)) && (r = q(e))) : o = !1;
|
|
27
|
+
}
|
|
28
|
+
o && (s.set(e, r), O(r, e, A, t, s), s.delete(e)), u(f, a, r);
|
|
29
|
+
}
|
|
30
|
+
var te = S;
|
|
31
|
+
export {
|
|
32
|
+
te as _
|
|
33
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { c as a } from "./constant.mjs";
|
|
2
|
+
import { _ as i } from "./_defineProperty.mjs";
|
|
3
|
+
import { i as n } from "./identity.mjs";
|
|
4
|
+
var o = a, t = i, s = n, f = t ? function(r, e) {
|
|
5
|
+
return t(r, "toString", {
|
|
6
|
+
configurable: !0,
|
|
7
|
+
enumerable: !1,
|
|
8
|
+
value: o(e),
|
|
9
|
+
writable: !0
|
|
10
|
+
});
|
|
11
|
+
} : s, _ = f;
|
|
12
|
+
export {
|
|
13
|
+
_
|
|
14
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { __module as o } from "../../_virtual/_cloneBuffer.mjs";
|
|
2
|
+
import { _ as x } from "./_root.mjs";
|
|
3
|
+
o.exports;
|
|
4
|
+
(function(e, t) {
|
|
5
|
+
var l = x, n = t && !t.nodeType && t, f = n && !0 && e && !e.nodeType && e, u = f && f.exports === n, a = u ? l.Buffer : void 0, s = a ? a.allocUnsafe : void 0;
|
|
6
|
+
function i(r, v) {
|
|
7
|
+
if (v)
|
|
8
|
+
return r.slice();
|
|
9
|
+
var c = r.length, p = s ? s(c) : new r.constructor(c);
|
|
10
|
+
return r.copy(p), p;
|
|
11
|
+
}
|
|
12
|
+
e.exports = i;
|
|
13
|
+
})(o, o.exports);
|
|
14
|
+
var B = o.exports;
|
|
15
|
+
export {
|
|
16
|
+
B as _
|
|
17
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { _ as d } from "./_assignValue.mjs";
|
|
2
|
+
import { _ as l } from "./_baseAssignValue.mjs";
|
|
3
|
+
var h = d, m = l;
|
|
4
|
+
function p(s, r, a, f) {
|
|
5
|
+
var v = !a;
|
|
6
|
+
a || (a = {});
|
|
7
|
+
for (var g = -1, _ = r.length; ++g < _; ) {
|
|
8
|
+
var i = r[g], n = f ? f(a[i], s[i], i, a, s) : void 0;
|
|
9
|
+
n === void 0 && (n = s[i]), v ? m(a, i, n) : h(a, i, n);
|
|
10
|
+
}
|
|
11
|
+
return a;
|
|
12
|
+
}
|
|
13
|
+
var A = p;
|
|
14
|
+
export {
|
|
15
|
+
A as _
|
|
16
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { _ as l } from "./_baseRest.mjs";
|
|
2
|
+
import { _ } from "./_isIterateeCall.mjs";
|
|
3
|
+
var g = l, m = _;
|
|
4
|
+
function u(r) {
|
|
5
|
+
return g(function(i, n) {
|
|
6
|
+
var a = -1, e = n.length, t = e > 1 ? n[e - 1] : void 0, f = e > 2 ? n[2] : void 0;
|
|
7
|
+
for (t = r.length > 3 && typeof t == "function" ? (e--, t) : void 0, f && m(n[0], n[1], f) && (t = e < 3 ? void 0 : t, e = 1), i = Object(i); ++a < e; ) {
|
|
8
|
+
var d = n[a];
|
|
9
|
+
d && r(i, d, a, t);
|
|
10
|
+
}
|
|
11
|
+
return i;
|
|
12
|
+
});
|
|
13
|
+
}
|
|
14
|
+
var v = u;
|
|
15
|
+
export {
|
|
16
|
+
v as _
|
|
17
|
+
};
|