@glodon-aiot/agent-cli-ui 0.0.0-20251106104234
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 +150 -0
- package/dist/es/Dialog/AgentChat/HistoryItem/FileItem/index.mjs +95 -0
- package/dist/es/Dialog/AgentChat/HistoryItem/InputProgress/index.mjs +38 -0
- package/dist/es/Dialog/AgentChat/HistoryItem/SearchReference/index.mjs +101 -0
- package/dist/es/Dialog/AgentChat/HistoryItem/SessionAction/index.mjs +251 -0
- package/dist/es/Dialog/AgentChat/HistoryItem/SessionRefer/ReferItem/index.mjs +86 -0
- package/dist/es/Dialog/AgentChat/HistoryItem/SessionRefer/index.mjs +92 -0
- package/dist/es/Dialog/AgentChat/HistoryItem/SessionRelated/index.mjs +46 -0
- package/dist/es/Dialog/AgentChat/HistoryItem/index.mjs +365 -0
- package/dist/es/Dialog/AgentChat/PromptSetting/index.mjs +105 -0
- package/dist/es/Dialog/AgentChat/Tools/ConnectToNetwork/index.mjs +92 -0
- package/dist/es/Dialog/AgentChat/Tools/PromptManager/PromptList/PromptListItem.mjs +89 -0
- package/dist/es/Dialog/AgentChat/Tools/PromptManager/PromptList/PublicPromptList.mjs +47 -0
- package/dist/es/Dialog/AgentChat/Tools/PromptManager/PromptList/access/empty.svg.mjs +4 -0
- package/dist/es/Dialog/AgentChat/Tools/PromptManager/index.mjs +120 -0
- package/dist/es/Dialog/AgentChat/Tools/SessionHistoryDrawer/index.mjs +48 -0
- package/dist/es/Dialog/AgentChat/Tools/SessionListDrawer/HistorySessionList/NameEditPanel.mjs +47 -0
- package/dist/es/Dialog/AgentChat/Tools/SessionListDrawer/HistorySessionList/SessionItem.mjs +135 -0
- package/dist/es/Dialog/AgentChat/Tools/SessionListDrawer/HistorySessionList/index.mjs +130 -0
- package/dist/es/Dialog/AgentChat/Tools/SessionListDrawer/index.mjs +44 -0
- package/dist/es/Dialog/AgentChat/Tools/UploadKnowledgeFiles/ClearModal/index.mjs +50 -0
- package/dist/es/Dialog/AgentChat/Tools/UploadKnowledgeFiles/FileCard/index.mjs +128 -0
- package/dist/es/Dialog/AgentChat/Tools/UploadKnowledgeFiles/index.mjs +413 -0
- package/dist/es/Dialog/AgentChat/index.mjs +1045 -0
- package/dist/es/Dialog/SessionList/index.mjs +323 -0
- package/dist/es/Dialog/UploadingPrompt/index.mjs +64 -0
- package/dist/es/Dialog/index.mjs +180 -0
- package/dist/es/Footer/FooterWarning.mjs +24 -0
- package/dist/es/Footer/index.mjs +17 -0
- package/dist/es/QuillEditor/index.mjs +231 -0
- package/dist/es/ReactTextGenerationUI/components/TextSiders/index.mjs +406 -0
- package/dist/es/ReactTextGenerationUI/components/fetchEventSource/fetch.mjs +112 -0
- package/dist/es/ReactTextGenerationUI/components/fetchEventSource/parse.mjs +97 -0
- package/dist/es/ReactTextGenerationUI/index.mjs +81 -0
- package/dist/es/_virtual/_commonjsHelpers.mjs +8 -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/lib.mjs +4 -0
- package/dist/es/_virtual/prism-core.mjs +4 -0
- package/dist/es/_virtual/types.mjs +4 -0
- package/dist/es/_virtual/ua-parser.min.mjs +4 -0
- package/dist/es/_virtual/utilities.mjs +4 -0
- package/dist/es/assets/brand.svg.mjs +4 -0
- package/dist/es/assets/doc-icons/doc.svg.mjs +4 -0
- package/dist/es/assets/doc-icons/docx.svg.mjs +4 -0
- package/dist/es/assets/doc-icons/pdf.svg.mjs +4 -0
- package/dist/es/assets/icon.svg.mjs +4 -0
- package/dist/es/assets/think.svg.mjs +4 -0
- package/dist/es/components/FilePreview/index.mjs +83 -0
- package/dist/es/components/Greeting/index.mjs +30 -0
- package/dist/es/components/Iconfont/index.mjs +12 -0
- package/dist/es/components/JsonDisplay/index.mjs +15 -0
- package/dist/es/components/KnowledgeList/KnowledgeSelect/index.mjs +67 -0
- package/dist/es/components/KnowledgeList/index.mjs +73 -0
- package/dist/es/components/Recommend/RecommendItem.mjs +100 -0
- package/dist/es/components/Recommend/index.mjs +76 -0
- package/dist/es/components/Recommend/tip.svg.mjs +4 -0
- package/dist/es/components/Sider/index.mjs +24 -0
- package/dist/es/components/WebLink/index.mjs +26 -0
- package/dist/es/constant.mjs +123 -0
- package/dist/es/context/SessionContext.mjs +26 -0
- package/dist/es/context.mjs +7 -0
- package/dist/es/hooks/useSessionState.mjs +6 -0
- package/dist/es/index.mjs +534 -0
- package/dist/es/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.mjs +9 -0
- package/dist/es/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.mjs +8 -0
- package/dist/es/node_modules/@babel/runtime/helpers/esm/defineProperty.mjs +12 -0
- package/dist/es/node_modules/@babel/runtime/helpers/esm/extends.mjs +13 -0
- package/dist/es/node_modules/@babel/runtime/helpers/esm/iterableToArray.mjs +7 -0
- package/dist/es/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.mjs +7 -0
- package/dist/es/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.mjs +15 -0
- package/dist/es/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.mjs +15 -0
- package/dist/es/node_modules/@babel/runtime/helpers/esm/toConsumableArray.mjs +10 -0
- package/dist/es/node_modules/@babel/runtime/helpers/esm/toPrimitive.mjs +16 -0
- package/dist/es/node_modules/@babel/runtime/helpers/esm/toPropertyKey.mjs +9 -0
- package/dist/es/node_modules/@babel/runtime/helpers/esm/typeof.mjs +11 -0
- package/dist/es/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.mjs +12 -0
- package/dist/es/node_modules/@react-spring/animated/dist/react-spring-animated.esm.mjs +201 -0
- package/dist/es/node_modules/@react-spring/core/dist/react-spring-core.esm.mjs +1087 -0
- package/dist/es/node_modules/@react-spring/rafz/dist/react-spring-rafz.esm.mjs +104 -0
- package/dist/es/node_modules/@react-spring/shared/dist/react-spring-shared.esm.mjs +568 -0
- package/dist/es/node_modules/@react-spring/web/dist/react-spring-web.esm.mjs +158 -0
- package/dist/es/node_modules/@ungap/structured-clone/esm/deserialize.mjs +70 -0
- package/dist/es/node_modules/@ungap/structured-clone/esm/index.mjs +11 -0
- package/dist/es/node_modules/@ungap/structured-clone/esm/serialize.mjs +124 -0
- package/dist/es/node_modules/@ungap/structured-clone/esm/types.mjs +13 -0
- package/dist/es/node_modules/@use-gesture/core/dist/actions-fe213e88.esm.mjs +847 -0
- package/dist/es/node_modules/@use-gesture/core/dist/maths-0ab39ae9.esm.mjs +35 -0
- package/dist/es/node_modules/@use-gesture/core/dist/use-gesture-core.esm.mjs +226 -0
- package/dist/es/node_modules/@use-gesture/react/dist/use-gesture-react.esm.mjs +33 -0
- package/dist/es/node_modules/antd-mobile/es/components/config-provider/config-provider.mjs +20 -0
- package/dist/es/node_modules/antd-mobile/es/components/image-viewer/image-viewer.mjs +76 -0
- package/dist/es/node_modules/antd-mobile/es/components/image-viewer/index.mjs +13 -0
- package/dist/es/node_modules/antd-mobile/es/components/image-viewer/methods.mjs +34 -0
- package/dist/es/node_modules/antd-mobile/es/components/image-viewer/slide.mjs +178 -0
- package/dist/es/node_modules/antd-mobile/es/components/image-viewer/slides.mjs +83 -0
- package/dist/es/node_modules/antd-mobile/es/components/mask/index.mjs +4 -0
- package/dist/es/node_modules/antd-mobile/es/components/mask/mask.mjs +84 -0
- package/dist/es/node_modules/antd-mobile/es/components/safe-area/index.mjs +4 -0
- package/dist/es/node_modules/antd-mobile/es/components/safe-area/safe-area.mjs +9 -0
- package/dist/es/node_modules/antd-mobile/es/global/index.mjs +3 -0
- package/dist/es/node_modules/antd-mobile/es/locales/zh-CN.mjs +141 -0
- package/dist/es/node_modules/antd-mobile/es/utils/attach-properties-to-component.mjs +9 -0
- package/dist/es/node_modules/antd-mobile/es/utils/bound.mjs +7 -0
- package/dist/es/node_modules/antd-mobile/es/utils/can-use-dom.mjs +4 -0
- package/dist/es/node_modules/antd-mobile/es/utils/convert-px.mjs +9 -0
- package/dist/es/node_modules/antd-mobile/es/utils/get-container.mjs +6 -0
- package/dist/es/node_modules/antd-mobile/es/utils/get-scroll-parent.mjs +22 -0
- package/dist/es/node_modules/antd-mobile/es/utils/matrix.mjs +11 -0
- package/dist/es/node_modules/antd-mobile/es/utils/native-props.mjs +12 -0
- package/dist/es/node_modules/antd-mobile/es/utils/render-imperatively.mjs +47 -0
- package/dist/es/node_modules/antd-mobile/es/utils/render-to-body.mjs +12 -0
- package/dist/es/node_modules/antd-mobile/es/utils/render-to-container.mjs +13 -0
- package/dist/es/node_modules/antd-mobile/es/utils/render.mjs +52 -0
- package/dist/es/node_modules/antd-mobile/es/utils/rubberband.mjs +11 -0
- package/dist/es/node_modules/antd-mobile/es/utils/should-render.mjs +10 -0
- package/dist/es/node_modules/antd-mobile/es/utils/supports-passive.mjs +15 -0
- package/dist/es/node_modules/antd-mobile/es/utils/use-drag-and-pinch.mjs +6 -0
- package/dist/es/node_modules/antd-mobile/es/utils/use-initialized.mjs +8 -0
- package/dist/es/node_modules/antd-mobile/es/utils/use-lock-scroll.mjs +54 -0
- package/dist/es/node_modules/antd-mobile/es/utils/use-touch.mjs +32 -0
- package/dist/es/node_modules/antd-mobile/es/utils/with-default-props.mjs +11 -0
- package/dist/es/node_modules/antd-mobile/es/utils/with-stop-propagation.mjs +19 -0
- package/dist/es/node_modules/ccount/index.mjs +12 -0
- package/dist/es/node_modules/character-reference-invalid/index.json.mjs +33 -0
- package/dist/es/node_modules/comma-separated-tokens/index.mjs +18 -0
- package/dist/es/node_modules/decode-named-character-reference/index.dom.mjs +14 -0
- package/dist/es/node_modules/devlop/lib/default.mjs +8 -0
- package/dist/es/node_modules/estree-util-is-identifier-name/lib/index.mjs +7 -0
- package/dist/es/node_modules/extend/index.mjs +46 -0
- package/dist/es/node_modules/hast-util-from-dom/lib/index.mjs +93 -0
- package/dist/es/node_modules/hast-util-from-dom/node_modules/web-namespaces/index.mjs +11 -0
- package/dist/es/node_modules/hast-util-from-html-isomorphic/lib/browser.mjs +16 -0
- package/dist/es/node_modules/hast-util-from-parse5/lib/index.mjs +162 -0
- package/dist/es/node_modules/hast-util-from-parse5/node_modules/property-information/index.mjs +12 -0
- package/dist/es/node_modules/hast-util-from-parse5/node_modules/property-information/lib/aria.mjs +61 -0
- package/dist/es/node_modules/hast-util-from-parse5/node_modules/property-information/lib/find.mjs +33 -0
- package/dist/es/node_modules/hast-util-from-parse5/node_modules/property-information/lib/html.mjs +368 -0
- package/dist/es/node_modules/hast-util-from-parse5/node_modules/property-information/lib/normalize.mjs +6 -0
- package/dist/es/node_modules/hast-util-from-parse5/node_modules/property-information/lib/svg.mjs +566 -0
- package/dist/es/node_modules/hast-util-from-parse5/node_modules/property-information/lib/util/case-insensitive-transform.mjs +7 -0
- package/dist/es/node_modules/hast-util-from-parse5/node_modules/property-information/lib/util/case-sensitive-transform.mjs +6 -0
- package/dist/es/node_modules/hast-util-from-parse5/node_modules/property-information/lib/util/create.mjs +14 -0
- package/dist/es/node_modules/hast-util-from-parse5/node_modules/property-information/lib/util/defined-info.mjs +36 -0
- package/dist/es/node_modules/hast-util-from-parse5/node_modules/property-information/lib/util/info.mjs +28 -0
- package/dist/es/node_modules/hast-util-from-parse5/node_modules/property-information/lib/util/merge.mjs +10 -0
- package/dist/es/node_modules/hast-util-from-parse5/node_modules/property-information/lib/util/schema.mjs +21 -0
- package/dist/es/node_modules/hast-util-from-parse5/node_modules/property-information/lib/util/types.mjs +15 -0
- package/dist/es/node_modules/hast-util-from-parse5/node_modules/property-information/lib/xlink.mjs +19 -0
- package/dist/es/node_modules/hast-util-from-parse5/node_modules/property-information/lib/xml.mjs +15 -0
- package/dist/es/node_modules/hast-util-from-parse5/node_modules/property-information/lib/xmlns.mjs +16 -0
- package/dist/es/node_modules/hast-util-from-parse5/node_modules/vfile-location/lib/index.mjs +47 -0
- package/dist/es/node_modules/hast-util-from-parse5/node_modules/web-namespaces/index.mjs +11 -0
- package/dist/es/node_modules/hast-util-is-element/lib/index.mjs +61 -0
- package/dist/es/node_modules/hast-util-parse-selector/index.mjs +14 -0
- package/dist/es/node_modules/hast-util-to-jsx-runtime/lib/index.mjs +298 -0
- package/dist/es/node_modules/hast-util-to-jsx-runtime/node_modules/property-information/index.mjs +12 -0
- package/dist/es/node_modules/hast-util-to-jsx-runtime/node_modules/property-information/lib/aria.mjs +61 -0
- package/dist/es/node_modules/hast-util-to-jsx-runtime/node_modules/property-information/lib/find.mjs +33 -0
- package/dist/es/node_modules/hast-util-to-jsx-runtime/node_modules/property-information/lib/hast-to-react.mjs +22 -0
- package/dist/es/node_modules/hast-util-to-jsx-runtime/node_modules/property-information/lib/html.mjs +368 -0
- package/dist/es/node_modules/hast-util-to-jsx-runtime/node_modules/property-information/lib/normalize.mjs +6 -0
- package/dist/es/node_modules/hast-util-to-jsx-runtime/node_modules/property-information/lib/svg.mjs +566 -0
- package/dist/es/node_modules/hast-util-to-jsx-runtime/node_modules/property-information/lib/util/case-insensitive-transform.mjs +7 -0
- package/dist/es/node_modules/hast-util-to-jsx-runtime/node_modules/property-information/lib/util/case-sensitive-transform.mjs +6 -0
- package/dist/es/node_modules/hast-util-to-jsx-runtime/node_modules/property-information/lib/util/create.mjs +14 -0
- package/dist/es/node_modules/hast-util-to-jsx-runtime/node_modules/property-information/lib/util/defined-info.mjs +36 -0
- package/dist/es/node_modules/hast-util-to-jsx-runtime/node_modules/property-information/lib/util/info.mjs +28 -0
- package/dist/es/node_modules/hast-util-to-jsx-runtime/node_modules/property-information/lib/util/merge.mjs +10 -0
- package/dist/es/node_modules/hast-util-to-jsx-runtime/node_modules/property-information/lib/util/schema.mjs +21 -0
- package/dist/es/node_modules/hast-util-to-jsx-runtime/node_modules/property-information/lib/util/types.mjs +15 -0
- package/dist/es/node_modules/hast-util-to-jsx-runtime/node_modules/property-information/lib/xlink.mjs +19 -0
- package/dist/es/node_modules/hast-util-to-jsx-runtime/node_modules/property-information/lib/xml.mjs +15 -0
- package/dist/es/node_modules/hast-util-to-jsx-runtime/node_modules/property-information/lib/xmlns.mjs +16 -0
- package/dist/es/node_modules/hast-util-to-text/lib/index.mjs +223 -0
- package/dist/es/node_modules/hast-util-whitespace/lib/index.mjs +10 -0
- package/dist/es/node_modules/hastscript/lib/create-h.mjs +126 -0
- package/dist/es/node_modules/hastscript/lib/index.mjs +8 -0
- package/dist/es/node_modules/hastscript/lib/svg-case-sensitive-tag-names.mjs +4 -0
- package/dist/es/node_modules/hastscript/node_modules/hast-util-parse-selector/lib/index.mjs +20 -0
- package/dist/es/node_modules/hastscript/node_modules/property-information/index.mjs +12 -0
- package/dist/es/node_modules/hastscript/node_modules/property-information/lib/aria.mjs +61 -0
- package/dist/es/node_modules/hastscript/node_modules/property-information/lib/find.mjs +33 -0
- package/dist/es/node_modules/hastscript/node_modules/property-information/lib/html.mjs +368 -0
- package/dist/es/node_modules/hastscript/node_modules/property-information/lib/normalize.mjs +6 -0
- package/dist/es/node_modules/hastscript/node_modules/property-information/lib/svg.mjs +566 -0
- package/dist/es/node_modules/hastscript/node_modules/property-information/lib/util/case-insensitive-transform.mjs +7 -0
- package/dist/es/node_modules/hastscript/node_modules/property-information/lib/util/case-sensitive-transform.mjs +6 -0
- package/dist/es/node_modules/hastscript/node_modules/property-information/lib/util/create.mjs +14 -0
- package/dist/es/node_modules/hastscript/node_modules/property-information/lib/util/defined-info.mjs +36 -0
- package/dist/es/node_modules/hastscript/node_modules/property-information/lib/util/info.mjs +28 -0
- package/dist/es/node_modules/hastscript/node_modules/property-information/lib/util/merge.mjs +10 -0
- package/dist/es/node_modules/hastscript/node_modules/property-information/lib/util/schema.mjs +21 -0
- package/dist/es/node_modules/hastscript/node_modules/property-information/lib/util/types.mjs +15 -0
- package/dist/es/node_modules/hastscript/node_modules/property-information/lib/xlink.mjs +19 -0
- package/dist/es/node_modules/hastscript/node_modules/property-information/lib/xml.mjs +15 -0
- package/dist/es/node_modules/hastscript/node_modules/property-information/lib/xmlns.mjs +16 -0
- package/dist/es/node_modules/html-url-attributes/lib/index.mjs +16 -0
- package/dist/es/node_modules/is-alphabetical/index.mjs +8 -0
- package/dist/es/node_modules/is-alphanumerical/index.mjs +9 -0
- package/dist/es/node_modules/is-decimal/index.mjs +8 -0
- package/dist/es/node_modules/is-hexadecimal/index.mjs +8 -0
- package/dist/es/node_modules/katex/dist/katex.mjs +11700 -0
- package/dist/es/node_modules/longest-streak/index.mjs +12 -0
- package/dist/es/node_modules/markdown-table/index.mjs +70 -0
- package/dist/es/node_modules/mdast-util-find-and-replace/lib/index.mjs +72 -0
- package/dist/es/node_modules/mdast-util-find-and-replace/node_modules/escape-string-regexp/index.mjs +8 -0
- package/dist/es/node_modules/mdast-util-from-markdown/lib/index.mjs +584 -0
- package/dist/es/node_modules/mdast-util-gfm/lib/index.mjs +17 -0
- package/dist/es/node_modules/mdast-util-gfm-autolink-literal/lib/index.mjs +136 -0
- package/dist/es/node_modules/mdast-util-gfm-footnote/lib/index.mjs +100 -0
- package/dist/es/node_modules/mdast-util-gfm-strikethrough/lib/index.mjs +61 -0
- package/dist/es/node_modules/mdast-util-gfm-table/lib/index.mjs +170 -0
- package/dist/es/node_modules/mdast-util-gfm-task-list-item/lib/index.mjs +72 -0
- package/dist/es/node_modules/mdast-util-math/lib/index.mjs +170 -0
- package/dist/es/node_modules/mdast-util-phrasing/lib/index.mjs +30 -0
- package/dist/es/node_modules/mdast-util-to-hast/lib/footer.mjs +123 -0
- package/dist/es/node_modules/mdast-util-to-hast/lib/handlers/blockquote.mjs +12 -0
- package/dist/es/node_modules/mdast-util-to-hast/lib/handlers/break.mjs +16 -0
- package/dist/es/node_modules/mdast-util-to-hast/lib/handlers/code.mjs +25 -0
- package/dist/es/node_modules/mdast-util-to-hast/lib/handlers/delete.mjs +12 -0
- package/dist/es/node_modules/mdast-util-to-hast/lib/handlers/emphasis.mjs +12 -0
- package/dist/es/node_modules/mdast-util-to-hast/lib/handlers/footnote-reference.mjs +31 -0
- package/dist/es/node_modules/mdast-util-to-hast/lib/handlers/heading.mjs +12 -0
- package/dist/es/node_modules/mdast-util-to-hast/lib/handlers/html.mjs +12 -0
- package/dist/es/node_modules/mdast-util-to-hast/lib/handlers/image-reference.mjs +22 -0
- package/dist/es/node_modules/mdast-util-to-hast/lib/handlers/image.mjs +17 -0
- package/dist/es/node_modules/mdast-util-to-hast/lib/handlers/index.mjs +58 -0
- package/dist/es/node_modules/mdast-util-to-hast/lib/handlers/inline-code.mjs +17 -0
- package/dist/es/node_modules/mdast-util-to-hast/lib/handlers/link-reference.mjs +21 -0
- package/dist/es/node_modules/mdast-util-to-hast/lib/handlers/link.mjs +17 -0
- package/dist/es/node_modules/mdast-util-to-hast/lib/handlers/list-item.mjs +65 -0
- package/dist/es/node_modules/mdast-util-to-hast/lib/handlers/list.mjs +21 -0
- package/dist/es/node_modules/mdast-util-to-hast/lib/handlers/paragraph.mjs +12 -0
- package/dist/es/node_modules/mdast-util-to-hast/lib/handlers/root.mjs +10 -0
- package/dist/es/node_modules/mdast-util-to-hast/lib/handlers/strong.mjs +12 -0
- package/dist/es/node_modules/mdast-util-to-hast/lib/handlers/table-cell.mjs +13 -0
- package/dist/es/node_modules/mdast-util-to-hast/lib/handlers/table-row.mjs +26 -0
- package/dist/es/node_modules/mdast-util-to-hast/lib/handlers/table.mjs +35 -0
- package/dist/es/node_modules/mdast-util-to-hast/lib/handlers/text.mjs +11 -0
- package/dist/es/node_modules/mdast-util-to-hast/lib/handlers/thematic-break.mjs +12 -0
- package/dist/es/node_modules/mdast-util-to-hast/lib/index.mjs +19 -0
- package/dist/es/node_modules/mdast-util-to-hast/lib/revert.mjs +22 -0
- package/dist/es/node_modules/mdast-util-to-hast/lib/state.mjs +145 -0
- package/dist/es/node_modules/mdast-util-to-hast/node_modules/unist-util-visit/lib/index.mjs +16 -0
- package/dist/es/node_modules/mdast-util-to-markdown/lib/handle/blockquote.mjs +12 -0
- package/dist/es/node_modules/mdast-util-to-markdown/lib/handle/break.mjs +13 -0
- package/dist/es/node_modules/mdast-util-to-markdown/lib/handle/code.mjs +49 -0
- package/dist/es/node_modules/mdast-util-to-markdown/lib/handle/definition.mjs +37 -0
- package/dist/es/node_modules/mdast-util-to-markdown/lib/handle/emphasis.mjs +37 -0
- package/dist/es/node_modules/mdast-util-to-markdown/lib/handle/heading.mjs +44 -0
- package/dist/es/node_modules/mdast-util-to-markdown/lib/handle/html.mjs +10 -0
- package/dist/es/node_modules/mdast-util-to-markdown/lib/handle/image-reference.mjs +36 -0
- package/dist/es/node_modules/mdast-util-to-markdown/lib/handle/image.mjs +40 -0
- package/dist/es/node_modules/mdast-util-to-markdown/lib/handle/index.mjs +44 -0
- package/dist/es/node_modules/mdast-util-to-markdown/lib/handle/inline-code.mjs +22 -0
- package/dist/es/node_modules/mdast-util-to-markdown/lib/handle/link-reference.mjs +36 -0
- package/dist/es/node_modules/mdast-util-to-markdown/lib/handle/link.mjs +50 -0
- package/dist/es/node_modules/mdast-util-to-markdown/lib/handle/list-item.mjs +19 -0
- package/dist/es/node_modules/mdast-util-to-markdown/lib/handle/list.mjs +35 -0
- package/dist/es/node_modules/mdast-util-to-markdown/lib/handle/paragraph.mjs +7 -0
- package/dist/es/node_modules/mdast-util-to-markdown/lib/handle/root.mjs +9 -0
- package/dist/es/node_modules/mdast-util-to-markdown/lib/handle/strong.mjs +37 -0
- package/dist/es/node_modules/mdast-util-to-markdown/lib/handle/text.mjs +6 -0
- package/dist/es/node_modules/mdast-util-to-markdown/lib/handle/thematic-break.mjs +9 -0
- package/dist/es/node_modules/mdast-util-to-markdown/lib/util/check-bullet-ordered.mjs +9 -0
- package/dist/es/node_modules/mdast-util-to-markdown/lib/util/check-bullet-other.mjs +14 -0
- package/dist/es/node_modules/mdast-util-to-markdown/lib/util/check-bullet.mjs +9 -0
- package/dist/es/node_modules/mdast-util-to-markdown/lib/util/check-emphasis.mjs +9 -0
- package/dist/es/node_modules/mdast-util-to-markdown/lib/util/check-fence.mjs +9 -0
- package/dist/es/node_modules/mdast-util-to-markdown/lib/util/check-list-item-indent.mjs +9 -0
- package/dist/es/node_modules/mdast-util-to-markdown/lib/util/check-quote.mjs +9 -0
- package/dist/es/node_modules/mdast-util-to-markdown/lib/util/check-rule-repetition.mjs +9 -0
- package/dist/es/node_modules/mdast-util-to-markdown/lib/util/check-rule.mjs +9 -0
- package/dist/es/node_modules/mdast-util-to-markdown/lib/util/check-strong.mjs +9 -0
- package/dist/es/node_modules/mdast-util-to-markdown/lib/util/encode-character-reference.mjs +6 -0
- package/dist/es/node_modules/mdast-util-to-markdown/lib/util/encode-info.mjs +67 -0
- package/dist/es/node_modules/mdast-util-to-markdown/lib/util/format-code-as-indented.mjs +9 -0
- package/dist/es/node_modules/mdast-util-to-markdown/lib/util/format-heading-as-setext.mjs +13 -0
- package/dist/es/node_modules/mdast-util-to-markdown/lib/util/format-link-as-autolink.mjs +15 -0
- package/dist/es/node_modules/mdast-util-to-markdown/lib/util/pattern-in-scope.mjs +15 -0
- package/dist/es/node_modules/mdast-util-to-markdown/node_modules/unist-util-visit/lib/index.mjs +16 -0
- package/dist/es/node_modules/mdast-util-to-string/lib/index.mjs +29 -0
- package/dist/es/node_modules/micromark/lib/constructs.mjs +85 -0
- package/dist/es/node_modules/micromark/lib/create-tokenizer.mjs +225 -0
- package/dist/es/node_modules/micromark/lib/initialize/content.mjs +37 -0
- package/dist/es/node_modules/micromark/lib/initialize/document.mjs +133 -0
- package/dist/es/node_modules/micromark/lib/initialize/flow.mjs +33 -0
- package/dist/es/node_modules/micromark/lib/initialize/text.mjs +103 -0
- package/dist/es/node_modules/micromark/lib/parse.mjs +32 -0
- package/dist/es/node_modules/micromark/lib/postprocess.mjs +9 -0
- package/dist/es/node_modules/micromark/lib/preprocess.mjs +40 -0
- package/dist/es/node_modules/micromark-core-commonmark/lib/attention.mjs +74 -0
- package/dist/es/node_modules/micromark-core-commonmark/lib/autolink.mjs +43 -0
- package/dist/es/node_modules/micromark-core-commonmark/lib/blank-line.mjs +18 -0
- package/dist/es/node_modules/micromark-core-commonmark/lib/block-quote.mjs +42 -0
- package/dist/es/node_modules/micromark-core-commonmark/lib/character-escape.mjs +17 -0
- package/dist/es/node_modules/micromark-core-commonmark/lib/character-reference.mjs +30 -0
- package/dist/es/node_modules/micromark-core-commonmark/lib/code-fenced.mjs +94 -0
- package/dist/es/node_modules/micromark-core-commonmark/lib/code-indented.mjs +43 -0
- package/dist/es/node_modules/micromark-core-commonmark/lib/code-text.mjs +45 -0
- package/dist/es/node_modules/micromark-core-commonmark/lib/content.mjs +50 -0
- package/dist/es/node_modules/micromark-core-commonmark/lib/definition.mjs +80 -0
- package/dist/es/node_modules/micromark-core-commonmark/lib/hard-break-escape.mjs +17 -0
- package/dist/es/node_modules/micromark-core-commonmark/lib/heading-atx.mjs +46 -0
- package/dist/es/node_modules/micromark-core-commonmark/lib/html-flow.mjs +144 -0
- package/dist/es/node_modules/micromark-core-commonmark/lib/html-text.mjs +102 -0
- package/dist/es/node_modules/micromark-core-commonmark/lib/label-end.mjs +152 -0
- package/dist/es/node_modules/micromark-core-commonmark/lib/label-start-image.mjs +22 -0
- package/dist/es/node_modules/micromark-core-commonmark/lib/label-start-link.mjs +19 -0
- package/dist/es/node_modules/micromark-core-commonmark/lib/line-ending.mjs +14 -0
- package/dist/es/node_modules/micromark-core-commonmark/lib/list.mjs +90 -0
- package/dist/es/node_modules/micromark-core-commonmark/lib/setext-underline.mjs +62 -0
- package/dist/es/node_modules/micromark-core-commonmark/lib/thematic-break.mjs +25 -0
- package/dist/es/node_modules/micromark-extension-gfm/index.mjs +12 -0
- package/dist/es/node_modules/micromark-extension-gfm-autolink-literal/lib/syntax.mjs +193 -0
- package/dist/es/node_modules/micromark-extension-gfm-footnote/lib/syntax.mjs +192 -0
- package/dist/es/node_modules/micromark-extension-gfm-strikethrough/lib/syntax.mjs +68 -0
- package/dist/es/node_modules/micromark-extension-gfm-table/lib/edit-map.mjs +71 -0
- package/dist/es/node_modules/micromark-extension-gfm-table/lib/infer.mjs +24 -0
- package/dist/es/node_modules/micromark-extension-gfm-table/lib/syntax.mjs +147 -0
- package/dist/es/node_modules/micromark-extension-gfm-task-list-item/lib/syntax.mjs +45 -0
- package/dist/es/node_modules/micromark-extension-math/lib/math-flow.mjs +76 -0
- package/dist/es/node_modules/micromark-extension-math/lib/math-text.mjs +48 -0
- package/dist/es/node_modules/micromark-extension-math/lib/syntax.mjs +15 -0
- package/dist/es/node_modules/micromark-factory-destination/index.mjs +31 -0
- package/dist/es/node_modules/micromark-factory-label/index.mjs +28 -0
- package/dist/es/node_modules/micromark-factory-space/index.mjs +15 -0
- package/dist/es/node_modules/micromark-factory-title/index.mjs +26 -0
- package/dist/es/node_modules/micromark-factory-whitespace/index.mjs +12 -0
- package/dist/es/node_modules/micromark-util-character/index.mjs +39 -0
- package/dist/es/node_modules/micromark-util-chunked/index.mjs +16 -0
- package/dist/es/node_modules/micromark-util-classify-character/index.mjs +10 -0
- package/dist/es/node_modules/micromark-util-combine-extensions/index.mjs +36 -0
- package/dist/es/node_modules/micromark-util-decode-numeric-character-reference/index.mjs +16 -0
- package/dist/es/node_modules/micromark-util-decode-string/index.mjs +18 -0
- package/dist/es/node_modules/micromark-util-html-tag-name/index.mjs +5 -0
- package/dist/es/node_modules/micromark-util-normalize-identifier/index.mjs +6 -0
- package/dist/es/node_modules/micromark-util-resolve-all/index.mjs +12 -0
- package/dist/es/node_modules/micromark-util-sanitize-uri/index.mjs +23 -0
- package/dist/es/node_modules/micromark-util-subtokenize/index.mjs +65 -0
- package/dist/es/node_modules/micromark-util-subtokenize/lib/splice-buffer.mjs +175 -0
- package/dist/es/node_modules/moment/dist/moment.mjs +2301 -0
- package/dist/es/node_modules/parse-entities/decode-entity.browser.mjs +8 -0
- package/dist/es/node_modules/parse-entities/index.mjs +83 -0
- package/dist/es/node_modules/parse-entities/node_modules/character-entities-legacy/index.json.mjs +217 -0
- package/dist/es/node_modules/property-information/find.mjs +25 -0
- package/dist/es/node_modules/property-information/html.mjs +10 -0
- package/dist/es/node_modules/property-information/lib/aria.mjs +63 -0
- package/dist/es/node_modules/property-information/lib/html.mjs +354 -0
- package/dist/es/node_modules/property-information/lib/util/case-insensitive-transform.mjs +8 -0
- package/dist/es/node_modules/property-information/lib/util/case-sensitive-transform.mjs +7 -0
- package/dist/es/node_modules/property-information/lib/util/create.mjs +13 -0
- package/dist/es/node_modules/property-information/lib/util/defined-info.mjs +18 -0
- package/dist/es/node_modules/property-information/lib/util/info.mjs +19 -0
- package/dist/es/node_modules/property-information/lib/util/merge.mjs +11 -0
- package/dist/es/node_modules/property-information/lib/util/schema.mjs +10 -0
- package/dist/es/node_modules/property-information/lib/util/types.mjs +15 -0
- package/dist/es/node_modules/property-information/lib/xlink.mjs +20 -0
- package/dist/es/node_modules/property-information/lib/xml.mjs +16 -0
- package/dist/es/node_modules/property-information/lib/xmlns.mjs +16 -0
- package/dist/es/node_modules/property-information/normalize.mjs +7 -0
- package/dist/es/node_modules/react-device-detect/dist/lib.mjs +723 -0
- package/dist/es/node_modules/react-markdown/lib/index.mjs +153 -0
- package/dist/es/node_modules/react-markdown/node_modules/remark-parse/lib/index.mjs +29 -0
- package/dist/es/node_modules/react-markdown/node_modules/unist-util-visit/lib/index.mjs +16 -0
- package/dist/es/node_modules/react-syntax-highlighter/dist/esm/checkForListedLanguage.mjs +7 -0
- package/dist/es/node_modules/react-syntax-highlighter/dist/esm/create-element.mjs +101 -0
- package/dist/es/node_modules/react-syntax-highlighter/dist/esm/highlight.mjs +283 -0
- package/dist/es/node_modules/react-syntax-highlighter/dist/esm/languages/prism/supported-languages.mjs +4 -0
- package/dist/es/node_modules/react-syntax-highlighter/dist/esm/prism.mjs +10 -0
- package/dist/es/node_modules/react-syntax-highlighter/dist/esm/styles/prism/prism.mjs +195 -0
- package/dist/es/node_modules/refractor/core.mjs +111 -0
- package/dist/es/node_modules/refractor/index.mjs +553 -0
- package/dist/es/node_modules/refractor/lang/abap.mjs +60 -0
- package/dist/es/node_modules/refractor/lang/abnf.mjs +63 -0
- package/dist/es/node_modules/refractor/lang/actionscript.mjs +22 -0
- package/dist/es/node_modules/refractor/lang/ada.mjs +28 -0
- package/dist/es/node_modules/refractor/lang/agda.mjs +35 -0
- package/dist/es/node_modules/refractor/lang/al.mjs +35 -0
- package/dist/es/node_modules/refractor/lang/antlr4.mjs +72 -0
- package/dist/es/node_modules/refractor/lang/apacheconf.mjs +59 -0
- package/dist/es/node_modules/refractor/lang/apex.mjs +69 -0
- package/dist/es/node_modules/refractor/lang/apl.mjs +44 -0
- package/dist/es/node_modules/refractor/lang/applescript.mjs +26 -0
- package/dist/es/node_modules/refractor/lang/aql.mjs +57 -0
- package/dist/es/node_modules/refractor/lang/arduino.mjs +20 -0
- package/dist/es/node_modules/refractor/lang/arff.mjs +22 -0
- package/dist/es/node_modules/refractor/lang/asciidoc.mjs +208 -0
- package/dist/es/node_modules/refractor/lang/asm6502.mjs +41 -0
- package/dist/es/node_modules/refractor/lang/asmatmel.mjs +53 -0
- package/dist/es/node_modules/refractor/lang/aspnet.mjs +53 -0
- package/dist/es/node_modules/refractor/lang/autohotkey.mjs +40 -0
- package/dist/es/node_modules/refractor/lang/autoit.mjs +43 -0
- package/dist/es/node_modules/refractor/lang/avisynth.mjs +167 -0
- package/dist/es/node_modules/refractor/lang/avro-idl.mjs +50 -0
- package/dist/es/node_modules/refractor/lang/bash.mjs +206 -0
- package/dist/es/node_modules/refractor/lang/basic.mjs +29 -0
- package/dist/es/node_modules/refractor/lang/batch.mjs +95 -0
- package/dist/es/node_modules/refractor/lang/bbcode.mjs +36 -0
- package/dist/es/node_modules/refractor/lang/bicep.mjs +72 -0
- package/dist/es/node_modules/refractor/lang/birb.mjs +32 -0
- package/dist/es/node_modules/refractor/lang/bison.mjs +52 -0
- package/dist/es/node_modules/refractor/lang/bnf.mjs +31 -0
- package/dist/es/node_modules/refractor/lang/brainfuck.mjs +32 -0
- package/dist/es/node_modules/refractor/lang/brightscript.mjs +55 -0
- package/dist/es/node_modules/refractor/lang/bro.mjs +39 -0
- package/dist/es/node_modules/refractor/lang/bsl.mjs +77 -0
- package/dist/es/node_modules/refractor/lang/c.mjs +78 -0
- package/dist/es/node_modules/refractor/lang/cfscript.mjs +44 -0
- package/dist/es/node_modules/refractor/lang/chaiscript.mjs +65 -0
- package/dist/es/node_modules/refractor/lang/cil.mjs +31 -0
- package/dist/es/node_modules/refractor/lang/clike.mjs +36 -0
- package/dist/es/node_modules/refractor/lang/clojure.mjs +42 -0
- package/dist/es/node_modules/refractor/lang/cmake.mjs +41 -0
- package/dist/es/node_modules/refractor/lang/cobol.mjs +58 -0
- package/dist/es/node_modules/refractor/lang/coffeescript.mjs +86 -0
- package/dist/es/node_modules/refractor/lang/concurnas.mjs +69 -0
- package/dist/es/node_modules/refractor/lang/coq.mjs +52 -0
- package/dist/es/node_modules/refractor/lang/cpp.mjs +98 -0
- package/dist/es/node_modules/refractor/lang/crystal.mjs +63 -0
- package/dist/es/node_modules/refractor/lang/csharp.mjs +277 -0
- package/dist/es/node_modules/refractor/lang/cshtml.mjs +104 -0
- package/dist/es/node_modules/refractor/lang/csp.mjs +61 -0
- package/dist/es/node_modules/refractor/lang/css-extras.mjs +109 -0
- package/dist/es/node_modules/refractor/lang/css.mjs +63 -0
- package/dist/es/node_modules/refractor/lang/csv.mjs +16 -0
- package/dist/es/node_modules/refractor/lang/cypher.mjs +44 -0
- package/dist/es/node_modules/refractor/lang/d.mjs +77 -0
- package/dist/es/node_modules/refractor/lang/dart.mjs +72 -0
- package/dist/es/node_modules/refractor/lang/dataweave.mjs +49 -0
- package/dist/es/node_modules/refractor/lang/dax.mjs +39 -0
- package/dist/es/node_modules/refractor/lang/dhall.mjs +74 -0
- package/dist/es/node_modules/refractor/lang/diff.mjs +54 -0
- package/dist/es/node_modules/refractor/lang/django.mjs +60 -0
- package/dist/es/node_modules/refractor/lang/dns-zone-file.mjs +40 -0
- package/dist/es/node_modules/refractor/lang/docker.mjs +83 -0
- package/dist/es/node_modules/refractor/lang/dot.mjs +75 -0
- package/dist/es/node_modules/refractor/lang/ebnf.mjs +32 -0
- package/dist/es/node_modules/refractor/lang/editorconfig.mjs +39 -0
- package/dist/es/node_modules/refractor/lang/eiffel.mjs +46 -0
- package/dist/es/node_modules/refractor/lang/ejs.mjs +33 -0
- package/dist/es/node_modules/refractor/lang/elixir.mjs +100 -0
- package/dist/es/node_modules/refractor/lang/elm.mjs +54 -0
- package/dist/es/node_modules/refractor/lang/erb.mjs +35 -0
- package/dist/es/node_modules/refractor/lang/erlang.mjs +47 -0
- package/dist/es/node_modules/refractor/lang/etlua.mjs +33 -0
- package/dist/es/node_modules/refractor/lang/excel-formula.mjs +74 -0
- package/dist/es/node_modules/refractor/lang/factor.mjs +569 -0
- package/dist/es/node_modules/refractor/lang/false.mjs +39 -0
- package/dist/es/node_modules/refractor/lang/firestore-security-rules.mjs +43 -0
- package/dist/es/node_modules/refractor/lang/flow.mjs +31 -0
- package/dist/es/node_modules/refractor/lang/fortran.mjs +49 -0
- package/dist/es/node_modules/refractor/lang/fsharp.mjs +76 -0
- package/dist/es/node_modules/refractor/lang/ftl.mjs +102 -0
- package/dist/es/node_modules/refractor/lang/gap.mjs +57 -0
- package/dist/es/node_modules/refractor/lang/gcode.mjs +28 -0
- package/dist/es/node_modules/refractor/lang/gdscript.mjs +36 -0
- package/dist/es/node_modules/refractor/lang/gedcom.mjs +40 -0
- package/dist/es/node_modules/refractor/lang/gherkin.mjs +94 -0
- package/dist/es/node_modules/refractor/lang/git.mjs +75 -0
- package/dist/es/node_modules/refractor/lang/glsl.mjs +18 -0
- package/dist/es/node_modules/refractor/lang/gml.mjs +19 -0
- package/dist/es/node_modules/refractor/lang/gn.mjs +55 -0
- package/dist/es/node_modules/refractor/lang/go-module.mjs +34 -0
- package/dist/es/node_modules/refractor/lang/go.mjs +36 -0
- package/dist/es/node_modules/refractor/lang/graphql.mjs +133 -0
- package/dist/es/node_modules/refractor/lang/groovy.mjs +58 -0
- package/dist/es/node_modules/refractor/lang/haml.mjs +132 -0
- package/dist/es/node_modules/refractor/lang/handlebars.mjs +46 -0
- package/dist/es/node_modules/refractor/lang/haskell.mjs +76 -0
- package/dist/es/node_modules/refractor/lang/haxe.mjs +84 -0
- package/dist/es/node_modules/refractor/lang/hcl.mjs +68 -0
- package/dist/es/node_modules/refractor/lang/hlsl.mjs +31 -0
- package/dist/es/node_modules/refractor/lang/hoon.mjs +26 -0
- package/dist/es/node_modules/refractor/lang/hpkp.mjs +20 -0
- package/dist/es/node_modules/refractor/lang/hsts.mjs +20 -0
- package/dist/es/node_modules/refractor/lang/http.mjs +126 -0
- package/dist/es/node_modules/refractor/lang/ichigojam.mjs +25 -0
- package/dist/es/node_modules/refractor/lang/icon.mjs +32 -0
- package/dist/es/node_modules/refractor/lang/icu-message-format.mjs +136 -0
- package/dist/es/node_modules/refractor/lang/idris.mjs +30 -0
- package/dist/es/node_modules/refractor/lang/iecst.mjs +38 -0
- package/dist/es/node_modules/refractor/lang/ignore.mjs +30 -0
- package/dist/es/node_modules/refractor/lang/inform7.mjs +69 -0
- package/dist/es/node_modules/refractor/lang/ini.mjs +52 -0
- package/dist/es/node_modules/refractor/lang/io.mjs +34 -0
- package/dist/es/node_modules/refractor/lang/j.mjs +40 -0
- package/dist/es/node_modules/refractor/lang/java.mjs +86 -0
- package/dist/es/node_modules/refractor/lang/javadoc.mjs +89 -0
- package/dist/es/node_modules/refractor/lang/javadoclike.mjs +60 -0
- package/dist/es/node_modules/refractor/lang/javascript.mjs +114 -0
- package/dist/es/node_modules/refractor/lang/javastacktrace.mjs +146 -0
- package/dist/es/node_modules/refractor/lang/jexl.mjs +26 -0
- package/dist/es/node_modules/refractor/lang/jolie.mjs +51 -0
- package/dist/es/node_modules/refractor/lang/jq.mjs +71 -0
- package/dist/es/node_modules/refractor/lang/js-extras.mjs +104 -0
- package/dist/es/node_modules/refractor/lang/js-templates.mjs +153 -0
- package/dist/es/node_modules/refractor/lang/jsdoc.mjs +83 -0
- package/dist/es/node_modules/refractor/lang/json.mjs +36 -0
- package/dist/es/node_modules/refractor/lang/json5.mjs +32 -0
- package/dist/es/node_modules/refractor/lang/jsonp.mjs +20 -0
- package/dist/es/node_modules/refractor/lang/jsstacktrace.mjs +53 -0
- package/dist/es/node_modules/refractor/lang/jsx.mjs +61 -0
- package/dist/es/node_modules/refractor/lang/julia.mjs +47 -0
- package/dist/es/node_modules/refractor/lang/keepalived.mjs +54 -0
- package/dist/es/node_modules/refractor/lang/keyman.mjs +55 -0
- package/dist/es/node_modules/refractor/lang/kotlin.mjs +81 -0
- package/dist/es/node_modules/refractor/lang/kumir.mjs +85 -0
- package/dist/es/node_modules/refractor/lang/kusto.mjs +47 -0
- package/dist/es/node_modules/refractor/lang/latex.mjs +68 -0
- package/dist/es/node_modules/refractor/lang/latte.mjs +68 -0
- package/dist/es/node_modules/refractor/lang/less.mjs +51 -0
- package/dist/es/node_modules/refractor/lang/lilypond.mjs +77 -0
- package/dist/es/node_modules/refractor/lang/liquid.mjs +68 -0
- package/dist/es/node_modules/refractor/lang/lisp.mjs +158 -0
- package/dist/es/node_modules/refractor/lang/livescript.mjs +119 -0
- package/dist/es/node_modules/refractor/lang/llvm.mjs +31 -0
- package/dist/es/node_modules/refractor/lang/log.mjs +103 -0
- package/dist/es/node_modules/refractor/lang/lolcode.mjs +57 -0
- package/dist/es/node_modules/refractor/lang/lua.mjs +29 -0
- package/dist/es/node_modules/refractor/lang/magma.mjs +42 -0
- package/dist/es/node_modules/refractor/lang/makefile.mjs +42 -0
- package/dist/es/node_modules/refractor/lang/markdown.mjs +306 -0
- package/dist/es/node_modules/refractor/lang/markup-templating.mjs +74 -0
- package/dist/es/node_modules/refractor/lang/markup.mjs +154 -0
- package/dist/es/node_modules/refractor/lang/matlab.mjs +25 -0
- package/dist/es/node_modules/refractor/lang/maxscript.mjs +70 -0
- package/dist/es/node_modules/refractor/lang/mel.mjs +49 -0
- package/dist/es/node_modules/refractor/lang/mermaid.mjs +116 -0
- package/dist/es/node_modules/refractor/lang/mizar.mjs +24 -0
- package/dist/es/node_modules/refractor/lang/mongodb.mjs +287 -0
- package/dist/es/node_modules/refractor/lang/monkey.mjs +40 -0
- package/dist/es/node_modules/refractor/lang/moonscript.mjs +63 -0
- package/dist/es/node_modules/refractor/lang/n1ql.mjs +34 -0
- package/dist/es/node_modules/refractor/lang/n4js.mjs +22 -0
- package/dist/es/node_modules/refractor/lang/nand2tetris-hdl.mjs +21 -0
- package/dist/es/node_modules/refractor/lang/naniscript.mjs +140 -0
- package/dist/es/node_modules/refractor/lang/nasm.mjs +31 -0
- package/dist/es/node_modules/refractor/lang/neon.mjs +52 -0
- package/dist/es/node_modules/refractor/lang/nevod.mjs +125 -0
- package/dist/es/node_modules/refractor/lang/nginx.mjs +61 -0
- package/dist/es/node_modules/refractor/lang/nim.mjs +54 -0
- package/dist/es/node_modules/refractor/lang/nix.mjs +45 -0
- package/dist/es/node_modules/refractor/lang/nsis.mjs +37 -0
- package/dist/es/node_modules/refractor/lang/objectivec.mjs +23 -0
- package/dist/es/node_modules/refractor/lang/ocaml.mjs +64 -0
- package/dist/es/node_modules/refractor/lang/opencl.mjs +62 -0
- package/dist/es/node_modules/refractor/lang/openqasm.mjs +29 -0
- package/dist/es/node_modules/refractor/lang/oz.mjs +37 -0
- package/dist/es/node_modules/refractor/lang/parigp.mjs +36 -0
- package/dist/es/node_modules/refractor/lang/parser.mjs +80 -0
- package/dist/es/node_modules/refractor/lang/pascal.mjs +66 -0
- package/dist/es/node_modules/refractor/lang/pascaligo.mjs +70 -0
- package/dist/es/node_modules/refractor/lang/pcaxis.mjs +63 -0
- package/dist/es/node_modules/refractor/lang/peoplecode.mjs +51 -0
- package/dist/es/node_modules/refractor/lang/perl.mjs +134 -0
- package/dist/es/node_modules/refractor/lang/php-extras.mjs +29 -0
- package/dist/es/node_modules/refractor/lang/php.mjs +301 -0
- package/dist/es/node_modules/refractor/lang/phpdoc.mjs +34 -0
- package/dist/es/node_modules/refractor/lang/plsql.mjs +30 -0
- package/dist/es/node_modules/refractor/lang/powerquery.mjs +44 -0
- package/dist/es/node_modules/refractor/lang/powershell.mjs +58 -0
- package/dist/es/node_modules/refractor/lang/processing.mjs +25 -0
- package/dist/es/node_modules/refractor/lang/prolog.mjs +31 -0
- package/dist/es/node_modules/refractor/lang/promql.mjs +74 -0
- package/dist/es/node_modules/refractor/lang/properties.mjs +21 -0
- package/dist/es/node_modules/refractor/lang/protobuf.mjs +47 -0
- package/dist/es/node_modules/refractor/lang/psl.mjs +47 -0
- package/dist/es/node_modules/refractor/lang/pug.mjs +173 -0
- package/dist/es/node_modules/refractor/lang/puppet.mjs +140 -0
- package/dist/es/node_modules/refractor/lang/pure.mjs +72 -0
- package/dist/es/node_modules/refractor/lang/purebasic.mjs +63 -0
- package/dist/es/node_modules/refractor/lang/purescript.mjs +41 -0
- package/dist/es/node_modules/refractor/lang/python.mjs +73 -0
- package/dist/es/node_modules/refractor/lang/q.mjs +62 -0
- package/dist/es/node_modules/refractor/lang/qml.mjs +67 -0
- package/dist/es/node_modules/refractor/lang/qore.mjs +32 -0
- package/dist/es/node_modules/refractor/lang/qsharp.mjs +93 -0
- package/dist/es/node_modules/refractor/lang/r.mjs +31 -0
- package/dist/es/node_modules/refractor/lang/racket.mjs +29 -0
- package/dist/es/node_modules/refractor/lang/reason.mjs +33 -0
- package/dist/es/node_modules/refractor/lang/regex.mjs +97 -0
- package/dist/es/node_modules/refractor/lang/rego.mjs +37 -0
- package/dist/es/node_modules/refractor/lang/renpy.mjs +30 -0
- package/dist/es/node_modules/refractor/lang/rest.mjs +199 -0
- package/dist/es/node_modules/refractor/lang/rip.mjs +41 -0
- package/dist/es/node_modules/refractor/lang/roboconf.mjs +39 -0
- package/dist/es/node_modules/refractor/lang/robotframework.mjs +95 -0
- package/dist/es/node_modules/refractor/lang/ruby.mjs +159 -0
- package/dist/es/node_modules/refractor/lang/rust.mjs +122 -0
- package/dist/es/node_modules/refractor/lang/sas.mjs +305 -0
- package/dist/es/node_modules/refractor/lang/sass.mjs +69 -0
- package/dist/es/node_modules/refractor/lang/scala.mjs +59 -0
- package/dist/es/node_modules/refractor/lang/scheme.mjs +120 -0
- package/dist/es/node_modules/refractor/lang/scss.mjs +82 -0
- package/dist/es/node_modules/refractor/lang/shell-session.mjs +69 -0
- package/dist/es/node_modules/refractor/lang/smali.mjs +84 -0
- package/dist/es/node_modules/refractor/lang/smalltalk.mjs +47 -0
- package/dist/es/node_modules/refractor/lang/smarty.mjs +106 -0
- package/dist/es/node_modules/refractor/lang/sml.mjs +64 -0
- package/dist/es/node_modules/refractor/lang/solidity.mjs +28 -0
- package/dist/es/node_modules/refractor/lang/solution-file.mjs +58 -0
- package/dist/es/node_modules/refractor/lang/soy.mjs +77 -0
- package/dist/es/node_modules/refractor/lang/sparql.mjs +24 -0
- package/dist/es/node_modules/refractor/lang/splunk-spl.mjs +36 -0
- package/dist/es/node_modules/refractor/lang/sqf.mjs +42 -0
- package/dist/es/node_modules/refractor/lang/sql.mjs +42 -0
- package/dist/es/node_modules/refractor/lang/squirrel.mjs +50 -0
- package/dist/es/node_modules/refractor/lang/stan.mjs +63 -0
- package/dist/es/node_modules/refractor/lang/stylus.mjs +141 -0
- package/dist/es/node_modules/refractor/lang/swift.mjs +125 -0
- package/dist/es/node_modules/refractor/lang/systemd.mjs +65 -0
- package/dist/es/node_modules/refractor/lang/t4-cs.mjs +17 -0
- package/dist/es/node_modules/refractor/lang/t4-templating.mjs +57 -0
- package/dist/es/node_modules/refractor/lang/t4-vb.mjs +17 -0
- package/dist/es/node_modules/refractor/lang/tap.mjs +35 -0
- package/dist/es/node_modules/refractor/lang/tcl.mjs +51 -0
- package/dist/es/node_modules/refractor/lang/textile.mjs +248 -0
- package/dist/es/node_modules/refractor/lang/toml.mjs +54 -0
- package/dist/es/node_modules/refractor/lang/tremor.mjs +67 -0
- package/dist/es/node_modules/refractor/lang/tsx.mjs +22 -0
- package/dist/es/node_modules/refractor/lang/tt2.mjs +53 -0
- package/dist/es/node_modules/refractor/lang/turtle.mjs +62 -0
- package/dist/es/node_modules/refractor/lang/twig.mjs +48 -0
- package/dist/es/node_modules/refractor/lang/typescript.mjs +57 -0
- package/dist/es/node_modules/refractor/lang/typoscript.mjs +81 -0
- package/dist/es/node_modules/refractor/lang/unrealscript.mjs +50 -0
- package/dist/es/node_modules/refractor/lang/uorazor.mjs +57 -0
- package/dist/es/node_modules/refractor/lang/uri.mjs +92 -0
- package/dist/es/node_modules/refractor/lang/v.mjs +85 -0
- package/dist/es/node_modules/refractor/lang/vala.mjs +87 -0
- package/dist/es/node_modules/refractor/lang/vbnet.mjs +34 -0
- package/dist/es/node_modules/refractor/lang/velocity.mjs +75 -0
- package/dist/es/node_modules/refractor/lang/verilog.mjs +38 -0
- package/dist/es/node_modules/refractor/lang/vhdl.mjs +35 -0
- package/dist/es/node_modules/refractor/lang/vim.mjs +22 -0
- package/dist/es/node_modules/refractor/lang/visual-basic.mjs +38 -0
- package/dist/es/node_modules/refractor/lang/warpscript.mjs +33 -0
- package/dist/es/node_modules/refractor/lang/wasm.mjs +36 -0
- package/dist/es/node_modules/refractor/lang/web-idl.mjs +89 -0
- package/dist/es/node_modules/refractor/lang/wiki.mjs +86 -0
- package/dist/es/node_modules/refractor/lang/wolfram.mjs +37 -0
- package/dist/es/node_modules/refractor/lang/wren.mjs +97 -0
- package/dist/es/node_modules/refractor/lang/xeora.mjs +121 -0
- package/dist/es/node_modules/refractor/lang/xml-doc.mjs +35 -0
- package/dist/es/node_modules/refractor/lang/xojo.mjs +30 -0
- package/dist/es/node_modules/refractor/lang/xquery.mjs +89 -0
- package/dist/es/node_modules/refractor/lang/yaml.mjs +78 -0
- package/dist/es/node_modules/refractor/lang/yang.mjs +32 -0
- package/dist/es/node_modules/refractor/lang/zig.mjs +80 -0
- package/dist/es/node_modules/refractor/node_modules/comma-separated-tokens/index.mjs +16 -0
- package/dist/es/node_modules/refractor/node_modules/hastscript/factory.mjs +77 -0
- package/dist/es/node_modules/refractor/node_modules/hastscript/html.mjs +8 -0
- package/dist/es/node_modules/refractor/node_modules/hastscript/index.mjs +5 -0
- package/dist/es/node_modules/refractor/node_modules/prismjs/components/prism-core.mjs +720 -0
- package/dist/es/node_modules/refractor/node_modules/space-separated-tokens/index.mjs +14 -0
- package/dist/es/node_modules/rehype-external-links/lib/index.mjs +34 -0
- package/dist/es/node_modules/rehype-external-links/node_modules/is-absolute-url/index.mjs +9 -0
- package/dist/es/node_modules/rehype-external-links/node_modules/unist-util-visit/lib/index.mjs +16 -0
- package/dist/es/node_modules/rehype-katex/lib/index.mjs +83 -0
- package/dist/es/node_modules/rehype-raw/lib/index.mjs +26 -0
- package/dist/es/node_modules/rehype-raw/node_modules/entities/dist/esm/decode-codepoint.mjs +38 -0
- package/dist/es/node_modules/rehype-raw/node_modules/entities/dist/esm/decode.mjs +251 -0
- package/dist/es/node_modules/rehype-raw/node_modules/entities/dist/esm/generated/decode-data-html.mjs +7 -0
- package/dist/es/node_modules/rehype-raw/node_modules/hast-util-raw/lib/index.mjs +249 -0
- package/dist/es/node_modules/rehype-raw/node_modules/hast-util-to-parse5/lib/index.mjs +125 -0
- package/dist/es/node_modules/rehype-raw/node_modules/html-void-elements/index.mjs +4 -0
- package/dist/es/node_modules/rehype-raw/node_modules/parse5/dist/common/doctype.mjs +34 -0
- package/dist/es/node_modules/rehype-raw/node_modules/parse5/dist/common/error-codes.mjs +7 -0
- package/dist/es/node_modules/rehype-raw/node_modules/parse5/dist/common/foreign-content.mjs +103 -0
- package/dist/es/node_modules/rehype-raw/node_modules/parse5/dist/common/html.mjs +44 -0
- package/dist/es/node_modules/rehype-raw/node_modules/parse5/dist/common/token.mjs +14 -0
- package/dist/es/node_modules/rehype-raw/node_modules/parse5/dist/common/unicode.mjs +38 -0
- package/dist/es/node_modules/rehype-raw/node_modules/parse5/dist/parser/formatting-element-list.mjs +91 -0
- package/dist/es/node_modules/rehype-raw/node_modules/parse5/dist/parser/index.mjs +2308 -0
- package/dist/es/node_modules/rehype-raw/node_modules/parse5/dist/parser/open-element-stack.mjs +220 -0
- package/dist/es/node_modules/rehype-raw/node_modules/parse5/dist/serializer/index.mjs +2 -0
- package/dist/es/node_modules/rehype-raw/node_modules/parse5/dist/tokenizer/index.mjs +1948 -0
- package/dist/es/node_modules/rehype-raw/node_modules/parse5/dist/tokenizer/preprocessor.mjs +92 -0
- package/dist/es/node_modules/rehype-raw/node_modules/parse5/dist/tree-adapters/default.mjs +173 -0
- package/dist/es/node_modules/rehype-raw/node_modules/property-information/index.mjs +12 -0
- package/dist/es/node_modules/rehype-raw/node_modules/property-information/lib/aria.mjs +61 -0
- package/dist/es/node_modules/rehype-raw/node_modules/property-information/lib/find.mjs +33 -0
- package/dist/es/node_modules/rehype-raw/node_modules/property-information/lib/html.mjs +368 -0
- package/dist/es/node_modules/rehype-raw/node_modules/property-information/lib/normalize.mjs +6 -0
- package/dist/es/node_modules/rehype-raw/node_modules/property-information/lib/svg.mjs +566 -0
- package/dist/es/node_modules/rehype-raw/node_modules/property-information/lib/util/case-insensitive-transform.mjs +7 -0
- package/dist/es/node_modules/rehype-raw/node_modules/property-information/lib/util/case-sensitive-transform.mjs +6 -0
- package/dist/es/node_modules/rehype-raw/node_modules/property-information/lib/util/create.mjs +17 -0
- package/dist/es/node_modules/rehype-raw/node_modules/property-information/lib/util/defined-info.mjs +27 -0
- package/dist/es/node_modules/rehype-raw/node_modules/property-information/lib/util/info.mjs +23 -0
- package/dist/es/node_modules/rehype-raw/node_modules/property-information/lib/util/merge.mjs +11 -0
- package/dist/es/node_modules/rehype-raw/node_modules/property-information/lib/util/schema.mjs +17 -0
- package/dist/es/node_modules/rehype-raw/node_modules/property-information/lib/util/types.mjs +15 -0
- package/dist/es/node_modules/rehype-raw/node_modules/property-information/lib/xlink.mjs +19 -0
- package/dist/es/node_modules/rehype-raw/node_modules/property-information/lib/xml.mjs +15 -0
- package/dist/es/node_modules/rehype-raw/node_modules/property-information/lib/xmlns.mjs +16 -0
- package/dist/es/node_modules/rehype-raw/node_modules/unist-util-visit/lib/index.mjs +16 -0
- package/dist/es/node_modules/rehype-raw/node_modules/web-namespaces/index.mjs +11 -0
- package/dist/es/node_modules/remark-gfm/lib/index.mjs +13 -0
- package/dist/es/node_modules/remark-math/lib/index.mjs +13 -0
- package/dist/es/node_modules/remark-rehype/lib/index.mjs +51 -0
- package/dist/es/node_modules/space-separated-tokens/index.mjs +11 -0
- package/dist/es/node_modules/style-to-js/cjs/index.mjs +22 -0
- package/dist/es/node_modules/style-to-js/cjs/utilities.mjs +18 -0
- package/dist/es/node_modules/style-to-js/node_modules/inline-style-parser/index.mjs +93 -0
- package/dist/es/node_modules/style-to-js/node_modules/style-to-object/cjs/index.mjs +25 -0
- package/dist/es/node_modules/trim-lines/index.mjs +25 -0
- package/dist/es/node_modules/tslib/tslib.es6.mjs +30 -0
- package/dist/es/node_modules/ua-parser-js/dist/ua-parser.min.mjs +123 -0
- package/dist/es/node_modules/unified/lib/callable-instance.mjs +25 -0
- package/dist/es/node_modules/unified/lib/index.mjs +525 -0
- package/dist/es/node_modules/unified/node_modules/bail/index.mjs +7 -0
- package/dist/es/node_modules/unified/node_modules/is-plain-obj/index.mjs +9 -0
- package/dist/es/node_modules/unified/node_modules/trough/lib/index.mjs +61 -0
- package/dist/es/node_modules/unist-util-find-after/lib/index.mjs +32 -0
- package/dist/es/node_modules/unist-util-is/lib/index.mjs +81 -0
- package/dist/es/node_modules/unist-util-position/lib/index.mjs +26 -0
- package/dist/es/node_modules/unist-util-stringify-position/lib/index.mjs +15 -0
- package/dist/es/node_modules/unist-util-visit-parents/lib/color.mjs +6 -0
- package/dist/es/node_modules/unist-util-visit-parents/lib/index.mjs +56 -0
- package/dist/es/node_modules/vfile/lib/index.mjs +401 -0
- package/dist/es/node_modules/vfile/lib/minpath.browser.mjs +120 -0
- package/dist/es/node_modules/vfile/lib/minproc.browser.mjs +9 -0
- package/dist/es/node_modules/vfile/lib/minurl.browser.mjs +35 -0
- package/dist/es/node_modules/vfile/lib/minurl.shared.mjs +7 -0
- package/dist/es/node_modules/vfile-message/lib/index.mjs +106 -0
- package/dist/es/node_modules/xtend/immutable.mjs +12 -0
- package/dist/es/node_modules/zwitch/index.mjs +18 -0
- package/dist/es/packages/agent-cli-ui/package.json.mjs +163 -0
- package/dist/es/packages/react-components/dist/es/Iconfont/index.mjs +8 -0
- package/dist/es/packages/react-components/dist/es/components/Copy/index.mjs +43 -0
- package/dist/es/packages/react-components/dist/es/components/Markdown/ATag/index.mjs +44 -0
- package/dist/es/packages/react-components/dist/es/components/Markdown/Code/index.mjs +64 -0
- package/dist/es/packages/react-components/dist/es/components/Markdown/Image/index.mjs +62 -0
- package/dist/es/packages/react-components/dist/es/components/Markdown/Video/index.mjs +19 -0
- package/dist/es/packages/react-components/dist/es/components/Markdown/index.mjs +78 -0
- package/dist/es/packages/react-components/dist/es/index.mjs +10 -0
- package/dist/es/packages/react-components/dist/es/utils/clipboard.mjs +38 -0
- package/dist/es/packages/react-components/dist/es/utils/markdown/index.mjs +29 -0
- package/dist/es/src/global.css +1 -0
- package/dist/es/src/image-viewer.css +1 -0
- package/dist/es/src/katex.min.css +1 -0
- package/dist/es/src/mask.css +1 -0
- package/dist/es/src/safe-area.css +1 -0
- 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 +1 -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/es/types.mjs +4 -0
- package/dist/es/utils/antdConfig.mjs +15 -0
- package/dist/es/utils/index.mjs +37 -0
- package/dist/lib/index.css +1 -0
- package/dist/lib/index.js +328 -0
- package/dist/src/AgentClientUI.d.ts +13 -0
- package/dist/src/Dialog/AgentChat/HistoryItem/FileItem/index.d.ts +11 -0
- package/dist/src/Dialog/AgentChat/HistoryItem/InputProgress/index.d.ts +7 -0
- package/dist/src/Dialog/AgentChat/HistoryItem/SearchReference/index.d.ts +10 -0
- package/dist/src/Dialog/AgentChat/HistoryItem/SessionAction/index.d.ts +13 -0
- package/dist/src/Dialog/AgentChat/HistoryItem/SessionRefer/ReferItem/index.d.ts +9 -0
- package/dist/src/Dialog/AgentChat/HistoryItem/SessionRefer/index.d.ts +10 -0
- package/dist/src/Dialog/AgentChat/HistoryItem/SessionRelated/index.d.ts +9 -0
- package/dist/src/Dialog/AgentChat/HistoryItem/index.d.ts +20 -0
- package/dist/src/Dialog/AgentChat/PromptSetting/index.d.ts +15 -0
- package/dist/src/Dialog/AgentChat/Tools/ConnectToNetwork/index.d.ts +14 -0
- package/dist/src/Dialog/AgentChat/Tools/PromptManager/PromptList/EditPromptModal/index.d.ts +11 -0
- package/dist/src/Dialog/AgentChat/Tools/PromptManager/PromptList/PrivatePromptList.d.ts +12 -0
- package/dist/src/Dialog/AgentChat/Tools/PromptManager/PromptList/PromptListItem.d.ts +13 -0
- package/dist/src/Dialog/AgentChat/Tools/PromptManager/PromptList/PublicPromptList.d.ts +12 -0
- package/dist/src/Dialog/AgentChat/Tools/PromptManager/index.d.ts +13 -0
- package/dist/src/Dialog/AgentChat/Tools/SessionHistoryDrawer/index.d.ts +15 -0
- package/dist/src/Dialog/AgentChat/Tools/SessionListDrawer/HistorySessionList/NameEditPanel.d.ts +9 -0
- package/dist/src/Dialog/AgentChat/Tools/SessionListDrawer/HistorySessionList/SessionItem.d.ts +16 -0
- package/dist/src/Dialog/AgentChat/Tools/SessionListDrawer/HistorySessionList/index.d.ts +9 -0
- package/dist/src/Dialog/AgentChat/Tools/SessionListDrawer/index.d.ts +9 -0
- package/dist/src/Dialog/AgentChat/Tools/UploadKnowledgeFiles/ClearModal/index.d.ts +7 -0
- package/dist/src/Dialog/AgentChat/Tools/UploadKnowledgeFiles/FileCard/index.d.ts +22 -0
- package/dist/src/Dialog/AgentChat/Tools/UploadKnowledgeFiles/index.d.ts +22 -0
- package/dist/src/Dialog/AgentChat/index.d.ts +22 -0
- package/dist/src/Dialog/SessionList/index.d.ts +24 -0
- package/dist/src/Dialog/UploadingPrompt/index.d.ts +9 -0
- package/dist/src/Dialog/index.d.ts +18 -0
- package/dist/src/Footer/FooterWarning.d.ts +8 -0
- package/dist/src/Footer/index.d.ts +8 -0
- package/dist/src/QuillEditor/index.d.ts +21 -0
- package/dist/src/ReactTextGenerationUI/components/TextSiders/index.d.ts +22 -0
- package/dist/src/ReactTextGenerationUI/components/fetchEventSource/fetch.d.ts +44 -0
- package/dist/src/ReactTextGenerationUI/components/fetchEventSource/index.d.ts +1 -0
- package/dist/src/ReactTextGenerationUI/components/fetchEventSource/parse.d.ts +36 -0
- package/dist/src/ReactTextGenerationUI/components/fetchEventSourcea/fetch.d.ts +44 -0
- package/dist/src/ReactTextGenerationUI/components/fetchEventSourcea/index.d.ts +1 -0
- package/dist/src/ReactTextGenerationUI/components/fetchEventSourcea/parse.d.ts +36 -0
- package/dist/src/ReactTextGenerationUI/index.d.ts +4 -0
- package/dist/src/components/FilePreview/index.d.ts +20 -0
- package/dist/src/components/Greeting/index.d.ts +8 -0
- package/dist/src/components/Header/index.d.ts +7 -0
- package/dist/src/components/Iconfont/font_4108228_z72fskklg2.d.ts +0 -0
- package/dist/src/components/Iconfont/font_4439177_7rytwlvbmjj.d.ts +0 -0
- package/dist/src/components/Iconfont/index.d.ts +2 -0
- package/dist/src/components/JsonDisplay/index.d.ts +6 -0
- package/dist/src/components/KnowledgeDoc/index.d.ts +9 -0
- package/dist/src/components/KnowledgeList/KnowledgeSelect/index.d.ts +12 -0
- package/dist/src/components/KnowledgeList/index.d.ts +10 -0
- package/dist/src/components/PDFViewer/index.d.ts +7 -0
- package/dist/src/components/Recommend/RecommendItem.d.ts +12 -0
- package/dist/src/components/Recommend/index.d.ts +15 -0
- package/dist/src/components/Sider/index.d.ts +8 -0
- package/dist/src/components/WebLink/index.d.ts +7 -0
- package/dist/src/constant.d.ts +21 -0
- package/dist/src/context/SessionContext.d.ts +15 -0
- package/dist/src/context.d.ts +5 -0
- package/dist/src/hooks/useSessionState.d.ts +7 -0
- package/dist/src/index.d.ts +49 -0
- package/dist/src/types.d.ts +235 -0
- package/dist/src/utils/antdConfig.d.ts +7 -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 +25 -0
- package/dist/src/utils/reactCompatibility.d.ts +27 -0
- package/dist/src/utils/testAntdPrefix.d.ts +3 -0
- package/package.json +142 -0
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
var W = Object.defineProperty, j = Object.defineProperties;
|
|
2
|
+
var k = Object.getOwnPropertyDescriptors;
|
|
3
|
+
var v = Object.getOwnPropertySymbols;
|
|
4
|
+
var A = Object.prototype.hasOwnProperty, R = Object.prototype.propertyIsEnumerable;
|
|
5
|
+
var I = (t, e, a) => e in t ? W(t, e, { enumerable: !0, configurable: !0, writable: !0, value: a }) : t[e] = a, E = (t, e) => {
|
|
6
|
+
for (var a in e || (e = {}))
|
|
7
|
+
A.call(e, a) && I(t, a, e[a]);
|
|
8
|
+
if (v)
|
|
9
|
+
for (var a of v(e))
|
|
10
|
+
R.call(e, a) && I(t, a, e[a]);
|
|
11
|
+
return t;
|
|
12
|
+
}, $ = (t, e) => j(t, k(e));
|
|
13
|
+
var q = (t, e) => {
|
|
14
|
+
var a = {};
|
|
15
|
+
for (var n in t)
|
|
16
|
+
A.call(t, n) && e.indexOf(n) < 0 && (a[n] = t[n]);
|
|
17
|
+
if (t != null && v)
|
|
18
|
+
for (var n of v(t))
|
|
19
|
+
e.indexOf(n) < 0 && R.call(t, n) && (a[n] = t[n]);
|
|
20
|
+
return a;
|
|
21
|
+
};
|
|
22
|
+
var B = (t, e, a) => new Promise((n, w) => {
|
|
23
|
+
var o = (r) => {
|
|
24
|
+
try {
|
|
25
|
+
c(a.next(r));
|
|
26
|
+
} catch (d) {
|
|
27
|
+
w(d);
|
|
28
|
+
}
|
|
29
|
+
}, i = (r) => {
|
|
30
|
+
try {
|
|
31
|
+
c(a.throw(r));
|
|
32
|
+
} catch (d) {
|
|
33
|
+
w(d);
|
|
34
|
+
}
|
|
35
|
+
}, c = (r) => r.done ? n(r.value) : Promise.resolve(r.value).then(o, i);
|
|
36
|
+
c((a = a.apply(t, e)).next());
|
|
37
|
+
});
|
|
38
|
+
import { getBytes as z, getLines as G, getMessages as H } from "./parse.mjs";
|
|
39
|
+
const g = "text/event-stream", J = 1e3, D = "last-event-id";
|
|
40
|
+
function X(t, N) {
|
|
41
|
+
var u = N, {
|
|
42
|
+
signal: e,
|
|
43
|
+
headers: a,
|
|
44
|
+
onopen: n,
|
|
45
|
+
onmessage: w,
|
|
46
|
+
onclose: o,
|
|
47
|
+
onerror: i,
|
|
48
|
+
openWhenHidden: c,
|
|
49
|
+
fetch: r
|
|
50
|
+
} = u, d = q(u, [
|
|
51
|
+
"signal",
|
|
52
|
+
"headers",
|
|
53
|
+
"onopen",
|
|
54
|
+
"onmessage",
|
|
55
|
+
"onclose",
|
|
56
|
+
"onerror",
|
|
57
|
+
"openWhenHidden",
|
|
58
|
+
"fetch"
|
|
59
|
+
]);
|
|
60
|
+
return new Promise((L, M) => {
|
|
61
|
+
const f = E({}, a);
|
|
62
|
+
f.accept || (f.accept = g);
|
|
63
|
+
let l;
|
|
64
|
+
function C() {
|
|
65
|
+
l.abort(), document.hidden || b();
|
|
66
|
+
}
|
|
67
|
+
c || document.addEventListener("visibilitychange", C);
|
|
68
|
+
let T = J, y = 0;
|
|
69
|
+
function h() {
|
|
70
|
+
document.removeEventListener("visibilitychange", C), window.clearTimeout(y), l.abort();
|
|
71
|
+
}
|
|
72
|
+
e == null || e.addEventListener("abort", () => {
|
|
73
|
+
h(), L();
|
|
74
|
+
});
|
|
75
|
+
const P = r != null ? r : window.fetch, V = n != null ? n : K;
|
|
76
|
+
function b() {
|
|
77
|
+
return B(this, null, function* () {
|
|
78
|
+
var x;
|
|
79
|
+
l = new AbortController();
|
|
80
|
+
try {
|
|
81
|
+
const m = yield P(t, $(E({}, d), {
|
|
82
|
+
headers: f,
|
|
83
|
+
signal: l.signal
|
|
84
|
+
}));
|
|
85
|
+
yield V(m), yield z(m.body, G(H((s) => {
|
|
86
|
+
s ? f[D] = s : delete f[D];
|
|
87
|
+
}, (s) => {
|
|
88
|
+
T = s;
|
|
89
|
+
}, w))), o == null || o(), h(), L();
|
|
90
|
+
} catch (m) {
|
|
91
|
+
if (!l.signal.aborted)
|
|
92
|
+
try {
|
|
93
|
+
const s = (x = i == null ? void 0 : i(m)) != null ? x : T;
|
|
94
|
+
window.clearTimeout(y), y = window.setTimeout(b, s);
|
|
95
|
+
} catch (s) {
|
|
96
|
+
h(), M(s);
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
});
|
|
100
|
+
}
|
|
101
|
+
b();
|
|
102
|
+
});
|
|
103
|
+
}
|
|
104
|
+
function K(t) {
|
|
105
|
+
const e = t.headers.get("content-type");
|
|
106
|
+
if (!(e != null && e.startsWith(g)))
|
|
107
|
+
throw new Error(`Expected content-type to be ${g}, Actual: ${e}`);
|
|
108
|
+
}
|
|
109
|
+
export {
|
|
110
|
+
g as EventStreamContentType,
|
|
111
|
+
X as fetchEventSource
|
|
112
|
+
};
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
var b = (s, t, e) => new Promise((a, c) => {
|
|
2
|
+
var f = (r) => {
|
|
3
|
+
try {
|
|
4
|
+
i(e.next(r));
|
|
5
|
+
} catch (n) {
|
|
6
|
+
c(n);
|
|
7
|
+
}
|
|
8
|
+
}, l = (r) => {
|
|
9
|
+
try {
|
|
10
|
+
i(e.throw(r));
|
|
11
|
+
} catch (n) {
|
|
12
|
+
c(n);
|
|
13
|
+
}
|
|
14
|
+
}, i = (r) => r.done ? a(r.value) : Promise.resolve(r.value).then(f, l);
|
|
15
|
+
i((e = e.apply(s, t)).next());
|
|
16
|
+
});
|
|
17
|
+
function w(s, t) {
|
|
18
|
+
return b(this, null, function* () {
|
|
19
|
+
const e = s.getReader();
|
|
20
|
+
let a;
|
|
21
|
+
for (; !(a = yield e.read()).done; )
|
|
22
|
+
t(a.value);
|
|
23
|
+
});
|
|
24
|
+
}
|
|
25
|
+
function g(s) {
|
|
26
|
+
let t, e, a, c = !1, f;
|
|
27
|
+
return function(i) {
|
|
28
|
+
t === void 0 ? (t = i, e = 0, a = -1, f = !1) : t = h(t, i);
|
|
29
|
+
const r = t.length;
|
|
30
|
+
let n = 0;
|
|
31
|
+
for (; e < r; ) {
|
|
32
|
+
c && (t[e] === 10 && (n = ++e), c = !1);
|
|
33
|
+
let o = -1;
|
|
34
|
+
for (; e < r && o === -1; ++e)
|
|
35
|
+
switch (t[e]) {
|
|
36
|
+
case 58:
|
|
37
|
+
a === -1 && (a = e - n);
|
|
38
|
+
break;
|
|
39
|
+
case 13:
|
|
40
|
+
c = !1, e + 4 < r && t[e + 1] === 10 && t[e + 2] !== 13 && t[e - 1] !== 10 && t[e - 2] !== 13 && (f = !0);
|
|
41
|
+
case 10:
|
|
42
|
+
o = e;
|
|
43
|
+
break;
|
|
44
|
+
}
|
|
45
|
+
if (o === -1)
|
|
46
|
+
break;
|
|
47
|
+
s(t.subarray(n, o), a, f), n = e, a = -1, f = !1;
|
|
48
|
+
}
|
|
49
|
+
n === r ? t = void 0 : n !== 0 && (t = t.subarray(n), e -= n);
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
function k(s, t, e) {
|
|
53
|
+
let a = y();
|
|
54
|
+
const c = new TextDecoder();
|
|
55
|
+
return function(l, i, r) {
|
|
56
|
+
if (l.length === 0)
|
|
57
|
+
e == null || e(a), a = y();
|
|
58
|
+
else if (i > 0) {
|
|
59
|
+
const n = c.decode(l.subarray(0, i)), o = i + (l[i + 1] === 32 ? 2 : 1);
|
|
60
|
+
let d = c.decode(l.subarray(o));
|
|
61
|
+
switch (r && (d += `
|
|
62
|
+
`), n) {
|
|
63
|
+
case "data":
|
|
64
|
+
a.data = a.data ? a.data + `
|
|
65
|
+
` + d : d;
|
|
66
|
+
break;
|
|
67
|
+
case "event":
|
|
68
|
+
a.event = d;
|
|
69
|
+
break;
|
|
70
|
+
case "id":
|
|
71
|
+
s(a.id = d);
|
|
72
|
+
break;
|
|
73
|
+
case "retry":
|
|
74
|
+
const u = parseInt(d, 10);
|
|
75
|
+
isNaN(u) || t(a.retry = u);
|
|
76
|
+
break;
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
};
|
|
80
|
+
}
|
|
81
|
+
function h(s, t) {
|
|
82
|
+
const e = new Uint8Array(s.length + t.length);
|
|
83
|
+
return e.set(s), e.set(t, s.length), e;
|
|
84
|
+
}
|
|
85
|
+
function y() {
|
|
86
|
+
return {
|
|
87
|
+
data: "",
|
|
88
|
+
event: "",
|
|
89
|
+
id: "",
|
|
90
|
+
retry: void 0
|
|
91
|
+
};
|
|
92
|
+
}
|
|
93
|
+
export {
|
|
94
|
+
w as getBytes,
|
|
95
|
+
g as getLines,
|
|
96
|
+
k as getMessages
|
|
97
|
+
};
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
var A = Object.defineProperty, L = Object.defineProperties;
|
|
2
|
+
var M = Object.getOwnPropertyDescriptors;
|
|
3
|
+
var i = Object.getOwnPropertySymbols;
|
|
4
|
+
var P = Object.prototype.hasOwnProperty, j = Object.prototype.propertyIsEnumerable;
|
|
5
|
+
var s = (o, e, t) => e in o ? A(o, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : o[e] = t, a = (o, e) => {
|
|
6
|
+
for (var t in e || (e = {}))
|
|
7
|
+
P.call(e, t) && s(o, t, e[t]);
|
|
8
|
+
if (i)
|
|
9
|
+
for (var t of i(e))
|
|
10
|
+
j.call(e, t) && s(o, t, e[t]);
|
|
11
|
+
return o;
|
|
12
|
+
}, d = (o, e) => L(o, M(e));
|
|
13
|
+
import { jsx as n } from "react/jsx-runtime";
|
|
14
|
+
import { useRef as w, useState as l, useEffect as z } from "react";
|
|
15
|
+
/* empty css */import { ConfigProvider as m } from "antd";
|
|
16
|
+
import B from "antd/es/locale/zh_CN";
|
|
17
|
+
import E from "./components/TextSiders/index.mjs";
|
|
18
|
+
import { JWT as J } from "../utils/index.mjs";
|
|
19
|
+
import { AgentClientProvider as V } from "../context.mjs";
|
|
20
|
+
const Z = (o) => {
|
|
21
|
+
const {
|
|
22
|
+
application: e,
|
|
23
|
+
theme: t,
|
|
24
|
+
token: r,
|
|
25
|
+
footer: f,
|
|
26
|
+
defaultInput: c,
|
|
27
|
+
onComment: p,
|
|
28
|
+
onSessionLoad: u,
|
|
29
|
+
onSessionUnload: g,
|
|
30
|
+
onMessage: h,
|
|
31
|
+
beforeMessageSend: C,
|
|
32
|
+
bodyStyle: S,
|
|
33
|
+
sessionId: v,
|
|
34
|
+
disabled: x,
|
|
35
|
+
transform: I,
|
|
36
|
+
features: b,
|
|
37
|
+
agentClient: N,
|
|
38
|
+
docViewerUrl: R
|
|
39
|
+
} = o, T = w(null), [U, W] = l(!1), [q, k] = l();
|
|
40
|
+
return z(() => {
|
|
41
|
+
if (!r)
|
|
42
|
+
return;
|
|
43
|
+
const y = J(r);
|
|
44
|
+
k(y.rid);
|
|
45
|
+
}, [r]), m.config({
|
|
46
|
+
theme: t
|
|
47
|
+
}), /* @__PURE__ */ n(m, {
|
|
48
|
+
locale: B,
|
|
49
|
+
children: /* @__PURE__ */ n(V, {
|
|
50
|
+
value: d(a({}, o), {
|
|
51
|
+
popupContainer: T,
|
|
52
|
+
agentClient: N,
|
|
53
|
+
footer: f,
|
|
54
|
+
defaultInput: c,
|
|
55
|
+
onComment: p,
|
|
56
|
+
onSessionLoad: u,
|
|
57
|
+
onSessionUnload: g,
|
|
58
|
+
onMessage: h,
|
|
59
|
+
beforeMessageSend: C,
|
|
60
|
+
bodyStyle: S,
|
|
61
|
+
disabled: x,
|
|
62
|
+
transform: I,
|
|
63
|
+
features: b
|
|
64
|
+
}),
|
|
65
|
+
children: !U && /* @__PURE__ */ n("div", {
|
|
66
|
+
className: "gbot-dialog-modal chat-text",
|
|
67
|
+
children: /* @__PURE__ */ n("div", {
|
|
68
|
+
className: "text-pannel",
|
|
69
|
+
children: /* @__PURE__ */ n(E, {
|
|
70
|
+
application: e,
|
|
71
|
+
sessionId: v,
|
|
72
|
+
docViewerUrl: R
|
|
73
|
+
})
|
|
74
|
+
})
|
|
75
|
+
})
|
|
76
|
+
})
|
|
77
|
+
});
|
|
78
|
+
};
|
|
79
|
+
export {
|
|
80
|
+
Z as default
|
|
81
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
var o = typeof globalThis != "undefined" ? globalThis : typeof window != "undefined" ? window : typeof global != "undefined" ? global : typeof self != "undefined" ? self : {};
|
|
2
|
+
function l(e) {
|
|
3
|
+
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
4
|
+
}
|
|
5
|
+
export {
|
|
6
|
+
o as commonjsGlobal,
|
|
7
|
+
l as getDefaultExportFromCjs
|
|
8
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
const M = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIyIiBoZWlnaHQ9IjM2IiB2aWV3Qm94PSIwIDAgMTIyIDM2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cmVjdCB3aWR0aD0iMTIyIiBoZWlnaHQ9IjM2IiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMjAuMjQwMiAyOS4yMTc0QzE5LjcwNjEgMjkuMjE3NCAxOS4yMzQ0IDI4Ljg2OTIgMTkuMDc2OSAyOC4zNTg5TDE3Ljk2MDQgMjQuNzM5N0MxNy44ODE3IDI0LjQ4NDUgMTcuNjQ1OCAyNC4zMTA1IDE3LjM3ODggMjQuMzEwNUgxMC43MDgyQzEwLjQ0MTEgMjQuMzEwNSAxMC4yMDUzIDI0LjQ4NDUgMTAuMTI2NiAyNC43Mzk3TDkuMDEwMDMgMjguMzU4OUM4Ljg1MjU4IDI4Ljg2OTIgOC4zODA4NSAyOS4yMTc0IDcuODQ2NzQgMjkuMjE3NEg0Ljg2MTU3QzQuNDQxMjUgMjkuMjE3NCA0LjE0NzQyIDI4LjgwMTUgNC4yODc4NiAyOC40MDUzTDExLjA0ODcgOS4zMzIzOEMxMS4yMjEgOC44NDY0NiAxMS42ODA2IDguNTIxNzMgMTIuMTk2MiA4LjUyMTczSDE1Ljg2MjhDMTYuMzc3OCA4LjUyMTczIDE2LjgzNzEgOC44NDU3NyAxNy4wMDk3IDkuMzMwOTVMMjMuNzk3NyAyOC40MDQ2QzIzLjkzODcgMjguODAwOSAyMy42NDQ5IDI5LjIxNzQgMjMuMjI0MiAyOS4yMTc0SDIwLjI0MDJaTTE1LjI2NjIgMTUuODUzMkMxNS4xNjkxIDE1LjUyNjEgMTUuMDQzIDE1LjExMjQgMTQuODg3NyAxNC42MTIxQzE0LjczMjUgMTQuMTExOCAxNC41NzcyIDEzLjYwMTggMTQuNDIxOSAxMy4wODIzVjEzLjA4MjNDMTQuMzE2MyAxMi43Mjg4IDEzLjc2ODYgMTIuNzI4MSAxMy42NjIzIDEzLjA4MTRDMTMuNjUzNiAxMy4xMTAzIDEzLjY0NDggMTMuMTM5NSAxMy42MzU5IDEzLjE2ODlDMTMuNDgwNyAxMy43MjY5IDEzLjMyNTQgMTQuMjY1NyAxMy4xNzAxIDE0Ljc4NTNDMTMuMDM0MyAxNS4yODU2IDEyLjkyNzUgMTUuNjQxNiAxMi44NDk5IDE1Ljg1MzJMMTEuNjA5NyAxOS44NTU4QzExLjQ4ODMgMjAuMjQ3NSAxMS43ODEgMjAuNjQ0NyAxMi4xOTExIDIwLjY0NDdIMTUuOTQ5M0MxNi4zNjA3IDIwLjY0NDcgMTYuNjUzNyAyMC4yNDUgMTYuNTI5NyAxOS44NTI2TDE1LjI2NjIgMTUuODUzMloiIGZpbGw9ImJsYWNrIi8+CjxwYXRoIGQ9Ik0zMi43OTc4IDEyLjc4MjdDMzQuMjY5MyAxMi43ODI3IDM1LjUyNzkgMTMuMDYzNCAzNi41NzM0IDEzLjYyNDhDMzcuNjM4MyAxNC4xODYyIDM4LjQ2MTIgMTQuOTk5MiAzOS4wNDIxIDE2LjA2MzlDMzkuNjIzIDE3LjEyODUgMzkuOTEzNCAxOC40MzUyIDM5LjkxMzQgMTkuOTgzOFYyMS40NjU4QzM5LjkxMzQgMjEuODAxOSAzOS42NDA5IDIyLjA3NDUgMzkuMzA0NyAyMi4wNzQ1SDMwLjMxODVDMjkuOTc0OCAyMi4wNzQ1IDI5LjY5NTEgMjIuMzU5OSAyOS43NDEyIDIyLjcwMDZDMjkuODY2NSAyMy42MjY3IDMwLjIwNzcgMjQuMzc2MiAzMC43NjQ4IDI0Ljk0OTFDMzEuNDYxOCAyNS42NDYgMzIuNDIwMyAyNS45OTQ0IDMzLjY0MDEgMjUuOTk0NEMzNC42NjYzIDI1Ljk5NDQgMzUuNTk1NiAyNS44OTc2IDM2LjQyODIgMjUuNzA0MUMzNi45NTg4IDI1LjU2ODQgMzcuNzIyOCAyNS40NzIgMzguNDM3OCAyNS4zMDk3QzM4LjkyMDEgMjUuMjAwMiAzOS40NDEzIDI1LjYyNDQgMzkuMzU2NSAyNi4xMTE3TDM5LjA2NTcgMjcuNzgyNEMzOS4wMzI2IDI3Ljk3MjcgMzguOTExNiAyOC4xMzcyIDM4LjczNjEgMjguMjE4QzM4LjA0MzEgMjguNTM3MiAzNy4zMTI2IDI4Ljc3MzUgMzYuNTQ0NCAyOC45MjcxQzM1LjY5MjQgMjkuMTIwNyAzNC42NTY2IDI5LjIxNzUgMzMuNDM2OCAyOS4yMTc1QzMxLjg0OTEgMjkuMjE3NSAzMC40NDUzIDI4LjkyNzEgMjkuMjI1NSAyOC4zNDY0QzI4LjAwNTcgMjcuNzQ2MyAyNy4wNDczIDI2Ljg0NjIgMjYuMzUwMiAyNS42NDZDMjUuNjUzMiAyNC40NDU4IDI1LjMwNDcgMjIuOTM1OSAyNS4zMDQ3IDIxLjExNjNDMjUuMzA0NyAxOS4yNTc5IDI1LjYxNDUgMTcuNzE5IDI2LjIzNDEgMTYuNDk5NEMyNi44NzMgMTUuMjYwNSAyNy43NTQgMTQuMzMxMyAyOC44NzcgMTMuNzExOUMzMCAxMy4wOTI0IDMxLjMwNjkgMTIuNzgyNyAzMi43OTc4IDEyLjc4MjdaTTMyLjgyNjkgMTUuODYwNkMzMS45OTQzIDE1Ljg2MDYgMzEuMjk3MyAxNi4xMzE2IDMwLjczNTggMTYuNjczNkMzMC4zMDM0IDE3LjEwNTkgMzAuMDEyNiAxNy43MjkxIDI5Ljg2MzUgMTguNTQzMUMyOS43OTkzIDE4Ljg5MzcgMzAuMDgzMyAxOS4xOTk4IDMwLjQzOTggMTkuMTk5OEgzNS4yMzg2QzM1LjU3NDggMTkuMTk5OCAzNS44NTI2IDE4LjkyNjEgMzUuODA5OCAxOC41OTI3QzM1Ljc1ODYgMTguMTkzNCAzNS42NTQ5IDE3LjgyNDggMzUuNDk4OCAxNy40ODY3QzM1LjI4NTggMTYuOTgzNCAzNC45NTY3IDE2LjU4NjUgMzQuNTExNCAxNi4yOTYyQzM0LjA2NiAxNi4wMDU4IDMzLjUwNDUgMTUuODYwNiAzMi44MjY5IDE1Ljg2MDZaIiBmaWxsPSJibGFjayIvPgo8cGF0aCBkPSJNNDkuNDM1MiAyOS4yMTc0QzQ3LjkzNDMgMjkuMjE3NCA0Ni42NTU4IDI4LjkzNjcgNDUuNTk5NiAyOC4zNzUzQzQ0LjU0MzQgMjcuNzk0NiA0My43Mzc0IDI2LjkwNDEgNDMuMTgxNSAyNS43MDM5QzQyLjYyNTYgMjQuNTAzOCA0Mi4zNDc3IDIyLjk2NDggNDIuMzQ3NyAyMS4wODcxQzQyLjM0NzcgMTkuMTUxMyA0Mi42NjI3IDE3LjU3MzcgNDMuMjkyNyAxNi4zNTQxQzQzLjkyMjcgMTUuMTM0NiA0NC43OTM2IDE0LjIzNDQgNDUuOTA1MyAxMy42NTM3QzQ3LjAzNTYgMTMuMDczIDQ4LjMzMjcgMTIuNzgyNiA0OS43OTY1IDEyLjc4MjZDNTAuODM0MiAxMi43ODI2IDUxLjczMjkgMTIuODg5MSA1Mi40OTI2IDEzLjEwMkM1My4wOTk1IDEzLjI2OCA1My42NDQ0IDEzLjQ1NzYgNTQuMTI3MyAxMy42NzA4QzU0LjM2NTggMTMuNzc2IDU0LjQ5NyAxNC4wMzA2IDU0LjQ2MDUgMTQuMjg4N0w1NC4xNTk1IDE2LjQxNkM1NC4xMDM2IDE2LjgxMDcgNTMuNjgzOSAxNy4wNjAxIDUzLjI5NzcgMTYuOTYxM0M1Mi42NDE5IDE2Ljc5MzcgNTEuODYzMSAxNi42NDkzIDUxLjQ2NDIgMTYuNTI4M0M1MC45MDgzIDE2LjM1NDEgNTAuMzUyNCAxNi4yNjcgNDkuNzk2NSAxNi4yNjdDNDkuMDczOSAxNi4yNjcgNDguNDcxNyAxNi40NTA5IDQ3Ljk4OTkgMTYuODE4N0M0Ny41MDgxIDE3LjE2NzEgNDcuMTQ2OCAxNy42OTk1IDQ2LjkwNTkgMTguNDE1N0M0Ni42ODM2IDE5LjExMjYgNDYuNTcyNCAxOS45OTM0IDQ2LjU3MjQgMjEuMDU4MUM0Ni41NzI0IDIyLjEwMzQgNDYuNjkyOCAyMi45NzQ1IDQ2LjkzMzcgMjMuNjcxNEM0Ny4xOTMxIDI0LjM0ODkgNDcuNTYzNyAyNC44NjE5IDQ4LjA0NTUgMjUuMjEwM0M0OC41MjczIDI1LjUzOTQgNDkuMTEwOSAyNS43MDM5IDQ5Ljc5NjUgMjUuNzAzOUM1MC42Njc0IDI1LjcwMzkgNTEuNDM2NCAyNS41ODc4IDUyLjEwMzUgMjUuMzU1NUM1Mi40Mjg0IDI1LjIzMjkgNTIuNzQ4OSAyNS4wODk3IDUzLjA2NSAyNC45MjU4QzUzLjQ5ODIgMjQuNzAxMiA1NC4wNDkxIDI0Ljk5NzUgNTQuMDQ5MSAyNS40ODU0VjI3LjcwMzZDNTQuMDQ5MSAyNy45MDU4IDUzLjk0OTcgMjguMDk2NCA1My43NzcxIDI4LjIwMTVDNTMuMjI3OSAyOC41MzU4IDUyLjY1MTUgMjguNzc3NyA1Mi4wNDc5IDI4LjkyN0M1MS4zNjIzIDI5LjEyMDYgNTAuNDkxNCAyOS4yMTc0IDQ5LjQzNTIgMjkuMjE3NFoiIGZpbGw9ImJsYWNrIi8+CjxwYXRoIGQ9Ik02NC4zMjI2IDguNTIxNzNDNjcuMDQ4NyA4LjUyMTczIDY5LjAzNDEgOS4xMDE0NCA3MC4yNzg2IDEwLjI2MDlDNzEuNTQyOSAxMS40MDEgNzIuMTc1MSAxMi45NzU4IDcyLjE3NTEgMTQuOTg1NUM3Mi4xNzUxIDE1Ljg5MzcgNzIuMDM2OCAxNi43NjMzIDcxLjc2MDMgMTcuNTk0MkM3MS40ODM3IDE4LjQwNTggNzEuMDE5NCAxOS4xNDAxIDcwLjM2NzUgMTkuNzk3MUM2OS43MzU0IDIwLjQzNDggNjguODk1OCAyMC45MzcyIDY3Ljg0ODggMjEuMzA0M0M2Ni44MDE4IDIxLjY3MTUgNjUuNTA3OCAyMS44NTUxIDYzLjk2NyAyMS44NTUxSDYyLjY0OTZDNjIuMzEzNCAyMS44NTUxIDYyLjA0MDkgMjIuMTI3NiA2Mi4wNDA5IDIyLjQ2MzhWMjguNjA4N0M2Mi4wNDA5IDI4Ljk0NDkgNjEuNzY4NCAyOS4yMTc0IDYxLjQzMjIgMjkuMjE3NEg1OC4xNzUxQzU3LjgzODkgMjkuMjE3NCA1Ny41NjY0IDI4Ljk0NDkgNTcuNTY2NCAyOC42MDg3VjkuNzM5MTJDNTcuNTY2NCA5LjA2Njc3IDU4LjExMTUgOC41MjE3MyA1OC43ODM4IDguNTIxNzNINjQuMzIyNlpNNjQuMDg1NSAxMi4xMTU5SDYyLjY0OTZDNjIuMzEzNCAxMi4xMTU5IDYyLjA0MDkgMTIuMzg4NSA2Mi4wNDA5IDEyLjcyNDZWMTcuNjUyMkM2Mi4wNDA5IDE3Ljk4ODMgNjIuMzEzNCAxOC4yNjA5IDYyLjY0OTYgMTguMjYwOUg2My41MjI1QzY0LjM3MTkgMTguMjYwOSA2NS4xMDI5IDE4LjE1NDYgNjUuNzE1MyAxNy45NDJDNjYuMzI3NyAxNy43Mjk1IDY2LjgwMTggMTcuMzkxMyA2Ny4xMzc2IDE2LjkyNzVDNjcuNDczNSAxNi40NjM4IDY3LjY0MTQgMTUuODY0NyA2Ny42NDE0IDE1LjEzMDRDNjcuNjQxNCAxNC4xMDYzIDY3LjM1NDkgMTMuMzUyNiA2Ni43ODIgMTIuODY5NkM2Ni4yMDkxIDEyLjM2NzEgNjUuMzEwMyAxMi4xMTU5IDY0LjA4NTUgMTIuMTE1OVoiIGZpbGw9ImJsYWNrIi8+CjxwYXRoIGQ9Ik03OC4wNzc0IDEzLjQ3NDdDNzguNDEzNiAxMy40NzQ3IDc4LjY4NjEgMTMuNzQ3MiA3OC42ODYxIDE0LjA4MzRWMjguNjA4OEM3OC42ODYxIDI4Ljk0NSA3OC40MTM2IDI5LjIxNzUgNzguMDc3NCAyOS4yMTc1SDc1LjM3NTlDNzUuMDM5NyAyOS4yMTc1IDc0Ljc2NzIgMjguOTQ1IDc0Ljc2NzIgMjguNjA4OFYxNC4wODM0Qzc0Ljc2NzIgMTMuNzQ3MiA3NS4wMzk3IDEzLjQ3NDcgNzUuMzc1OSAxMy40NzQ3SDc4LjA3NzRaTTc2LjczOTggNy4zMDQ0NEM3Ny4zMTg0IDcuMzA0NDQgNzcuODE4MiA3LjQ1ODIyIDc4LjIzOSA3Ljc2NTc3Qzc4LjY1OTggOC4wNTQxIDc4Ljg3MDIgOC42MDE5MyA3OC44NzAyIDkuNDA5MjVDNzguODcwMiAxMC4xOTczIDc4LjY1OTggMTAuNzQ1MiA3OC4yMzkgMTEuMDUyN0M3Ny44MTgyIDExLjM2MDMgNzcuMzE4NCAxMS41MTQxIDc2LjczOTggMTEuNTE0MUM3Ni4xNDM2IDExLjUxNDEgNzUuNjM1MSAxMS4zNjAzIDc1LjIxNDMgMTEuMDUyN0M3NC44MTEgMTAuNzQ1MiA3NC42MDk0IDEwLjE5NzMgNzQuNjA5NCA5LjQwOTI1Qzc0LjYwOTQgOC42MDE5MyA3NC44MTEgOC4wNTQxIDc1LjIxNDMgNy43NjU3N0M3NS42MzUxIDcuNDU4MjIgNzYuMTQzNiA3LjMwNDQ0IDc2LjczOTggNy4zMDQ0NFoiIGZpbGw9ImJsYWNrIi8+CjxwYXRoIGQ9Ik04Ni43ODQzIDI4LjYwODhDODYuNzg0MyAyOC45NDUgODYuNTExOCAyOS4yMTc1IDg2LjE3NTYgMjkuMjE3NUg4My4xMzIxQzgyLjc5NiAyOS4yMTc1IDgyLjUyMzQgMjguOTQ1IDgyLjUyMzQgMjguNjA4OFY3LjkxMzE0QzgyLjUyMzQgNy41NzY5NyA4Mi43OTYgNy4zMDQ0NCA4My4xMzIxIDcuMzA0NDRIODYuMTc1NkM4Ni41MTE4IDcuMzA0NDQgODYuNzg0MyA3LjU3Njk3IDg2Ljc4NDMgNy45MTMxNFYyOC42MDg4WiIgZmlsbD0iYmxhY2siLz4KPHBhdGggZD0iTTEwNC40MzYgMjAuOTcxMUMxMDQuNDM2IDIyLjI4NzQgMTA0LjI1NCAyMy40NTg2IDEwMy44OSAyNC40ODQ1QzEwMy41NDQgMjUuNTEwNSAxMDMuMDM2IDI2LjM4MTYgMTAyLjM2NSAyNy4wOTc4QzEwMS43MTMgMjcuNzk0NyAxMDAuOTE3IDI4LjMyNyA5OS45Nzc0IDI4LjY5NDhDOTkuMDM3NyAyOS4wNDMzIDk3Ljk3MzMgMjkuMjE3NSA5Ni43ODQzIDI5LjIxNzVDOTUuNjkxMiAyOS4yMTc1IDk0LjY3NDggMjkuMDQzMyA5My43MzUxIDI4LjY5NDhDOTIuODE0NSAyOC4zMjcgOTIuMDE4NyAyNy43OTQ3IDkxLjM0NzUgMjcuMDk3OEM5MC42NzYyIDI2LjM4MTYgOTAuMTQ4OSAyNS41MTA1IDg5Ljc2NTMgMjQuNDg0NUM4OS40MDA5IDIzLjQ1ODYgODkuMjE4OCAyMi4yODc0IDg5LjIxODggMjAuOTcxMUM4OS4yMTg4IDE5LjIwOTUgODkuNTI1NiAxNy43Mjg2IDkwLjEzOTMgMTYuNTI4NUM5MC43NTMgMTUuMzA4OSA5MS42MzUxIDE0LjM3OTcgOTIuNzg1OCAxMy43NDA5QzkzLjkzNjQgMTMuMTAyMSA5NS4yOTggMTIuNzgyNyA5Ni44NzA2IDEyLjc4MjdDOTguMzQ3MyAxMi43ODI3IDk5LjY1MTMgMTMuMTAyMSAxMDAuNzgzIDEzLjc0MDlDMTAxLjkxNCAxNC4zNzk3IDEwMi44MDYgMTUuMzA4OSAxMDMuNDU4IDE2LjUyODVDMTA0LjExIDE3LjcyODYgMTA0LjQzNiAxOS4yMDk1IDEwNC40MzYgMjAuOTcxMVpNOTMuNTkxMiAyMC45NzExQzkzLjU5MTIgMjIuMDE2NCA5My42OTY3IDIyLjg5NzIgOTMuOTA3NyAyMy42MTM0Qzk0LjEzNzggMjQuMzEwMyA5NC40OTI2IDI0Ljg0MjYgOTQuOTcyIDI1LjIxMDRDOTUuNDUxNSAyNS41NTg5IDk2LjA3NDcgMjUuNzMzMSA5Ni44NDE4IDI1LjczMzFDOTcuNjA4OSAyNS43MzMxIDk4LjIyMjYgMjUuNTU4OSA5OC42ODI5IDI1LjIxMDRDOTkuMTYyMyAyNC44NDI2IDk5LjUwNzUgMjQuMzEwMyA5OS43MTg1IDIzLjYxMzRDOTkuOTQ4NiAyMi44OTcyIDEwMC4wNjQgMjIuMDE2NCAxMDAuMDY0IDIwLjk3MTFDMTAwLjA2NCAxOS45MjU3IDk5Ljk0ODYgMTkuMDU0NiA5OS43MTg1IDE4LjM1NzhDOTkuNTA3NSAxNy42NjA5IDk5LjE2MjMgMTcuMTM4MiA5OC42ODI5IDE2Ljc4OThDOTguMjAzNCAxNi40NDEzIDk3LjU4MDIgMTYuMjY3MSA5Ni44MTMxIDE2LjI2NzFDOTUuNjgxNiAxNi4yNjcxIDk0Ljg1NjkgMTYuNjY0IDk0LjMzOTIgMTcuNDU3NkM5My44NDA1IDE4LjIzMTkgOTMuNTkxMiAxOS40MDMxIDkzLjU5MTIgMjAuOTcxMVoiIGZpbGw9ImJsYWNrIi8+CjxwYXRoIGQ9Ik0xMTUuMTk3IDI1LjAzMjZDMTE1LjczMyAyNS4wMzI2IDExNi4yNDcgMjQuOTc4MyAxMTYuNzM5IDI0Ljg2OTZDMTE2Ljk2NyAyNC44MTkyIDExNy4xOTUgMjQuNzY0MyAxMTcuNDIzIDI0LjcwNDZDMTE3LjgyIDI0LjYwMDkgMTE4LjIxNyAyNC44OTM2IDExOC4yMTcgMjUuMzAzNFYyNy42OTQ0QzExOC4yMTcgMjcuOTM4OSAxMTguMDcxIDI4LjE2MTcgMTE3Ljg0MSAyOC4yNDMxQzExNy40IDI4LjM5ODcgMTE2Ljg4MyAyOC41MzUxIDExNi4yOSAyOC42NTIyQzExNS41NCAyOC44MjYxIDExNC43MTYgMjguOTEzIDExMy44MTYgMjguOTEzQzExMi43NjcgMjguOTEzIDExMS44MjUgMjguNzM5MSAxMTAuOTkgMjguMzkxM0MxMTAuMTc2IDI4LjA0MzUgMTA5LjUyMyAyNy40NDU3IDEwOS4wMyAyNi41OTc4QzEwOC41NTkgMjUuNzI4MyAxMDguNTQzIDI0LjUzMjYgMTA4LjU0MyAyMy4wMTA5VjE1LjA0MzVDMTA4LjU0MyAxNC43MDczIDEwOC4yNyAxNC40MzQ4IDEwNy45MzQgMTQuNDM0OEwxMDYuNjUyIDE0LjQzNDhDMTA2LjMxNSAxNC40MzQ4IDEwNi4wNDMgMTQuMTYyMyAxMDYuMDQzIDEzLjgyNjFWMTEuNDQwMUMxMDYuMDQzIDExLjEwMzkgMTA2LjMxNSAxMC44MzE0IDEwNi42NTIgMTAuODMxNEwxMDcuOTM0IDEwLjgzMTRDMTA4LjI3IDEwLjgzMTQgMTA4LjU0MyAxMC41NTg4IDEwOC41NDMgMTAuMjIyN1Y3LjY0OTE4QzEwOC41NDMgNy4zMTU2NCAxMDguODExIDcuMDQ0MjEgMTA5LjE0NSA3LjA0MDUzTDExMi4xOTYgNy4wMDY4QzExMi41MzQgNy4wMDMwNiAxMTIuODExIDcuMjc2NjYgMTEyLjgxMSA3LjYxNTQ2VjEwLjE3MzlDMTEyLjgxMSAxMC41MTAxIDExMy4wODQgMTAuNzgyNiAxMTMuNDIgMTAuNzgyNkgxMTcuNDE1QzExNy43NTIgMTAuNzgyNiAxMTguMDI0IDExLjA1NTEgMTE4LjAyNCAxMS4zOTEzVjEzLjgyNjFDMTE4LjAyNCAxNC4xNjIzIDExNy43NTIgMTQuNDM0OCAxMTcuNDE1IDE0LjQzNDhIMTEzLjQyQzExMy4wODQgMTQuNDM0OCAxMTIuODExIDE0LjcwNzMgMTEyLjgxMSAxNS4wNDM1VjIzLjAxMDlDMTEyLjgxMSAyMy42ODQ4IDExMy4zMDIgMjQuMTk1NyAxMTMuNjg4IDI0LjU0MzVDMTE0LjA3MyAyNC44Njk2IDExNC41NzYgMjUuMDMyNiAxMTUuMTk3IDI1LjAzMjZaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K";
|
|
2
|
+
export {
|
|
3
|
+
M as default
|
|
4
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
const M = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDhDMTAgNi44OTU0MyAxMC44OTU0IDYgMTIgNkgyNy4xNzE2QzI3LjcwMiA2IDI4LjIxMDcgNi4yMTA3MSAyOC41ODU4IDYuNTg1NzlMMzcuNDE0MiAxNS40MTQyQzM3Ljc4OTMgMTUuNzg5MyAzOCAxNi4yOTggMzggMTYuODI4NFY0MEMzOCA0MS4xMDQ2IDM3LjEwNDYgNDIgMzYgNDJIMTJDMTAuODk1NCA0MiAxMCA0MS4xMDQ2IDEwIDQwVjhaIiBmaWxsPSIjNDVDQzI3IiBzdHJva2U9IiM0NUNDMjciIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0zMy4zMzMzIDMxLjMzNEgyOVYzNi42NjczSDMzLjMzMzMiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xNSAzMS4zMzRIMTcuNUMxOC4zMjg0IDMxLjMzNCAxOSAzMi4wMDU2IDE5IDMyLjgzNFYzNS4xNjczQzE5IDM1Ljk5NTcgMTguMzI4NCAzNi42NjczIDE3LjUgMzYuNjY3M0gxNVYzMS4zMzRaIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8cGF0aCBkPSJNMjIgMzEuMzM0SDI2VjM2LjY2NzNIMjJWMzEuMzM0WiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjMzMzMzIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0zMCAxNkgzNS43OTI5QzM2LjIzODMgMTYgMzYuNDYxNCAxNS40NjE0IDM2LjE0NjQgMTUuMTQ2NEwyOC44NTM2IDcuODUzNTVDMjguNTM4NiA3LjUzODU3IDI4IDcuNzYxNjUgMjggOC4yMDcxMVYxNEMyOCAxNS4xMDQ2IDI4Ljg5NTQgMTYgMzAgMTZaIiBmaWxsPSJ3aGl0ZSIgZmlsbC1vcGFjaXR5PSIwLjUiLz4KPC9zdmc+Cg==";
|
|
2
|
+
export {
|
|
3
|
+
M as default
|
|
4
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
const M = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzEzMzNfNjk4NikiPgo8cGF0aCBkPSJNMTAgOEMxMCA2Ljg5NTQzIDEwLjg5NTQgNiAxMiA2SDI3LjE3MTZDMjcuNzAyIDYgMjguMjEwNyA2LjIxMDcxIDI4LjU4NTggNi41ODU3OUwzNy40MTQyIDE1LjQxNDJDMzcuNzg5MyAxNS43ODkzIDM4IDE2LjI5OCAzOCAxNi44Mjg0VjQwQzM4IDQxLjEwNDYgMzcuMTA0NiA0MiAzNiA0MkgxMkMxMC44OTU0IDQyIDEwIDQxLjEwNDYgMTAgNDBWOFoiIGZpbGw9IiMxNEE5REEiIHN0cm9rZT0iIzE0QTlEQSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTMwLjMzMzMgMzEuMzM0SDI2VjM2LjY2NzNIMzAuMzMzMyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTEyIDMxLjMzNEgxNC41QzE1LjMyODQgMzEuMzM0IDE2IDMyLjAwNTYgMTYgMzIuODM0VjM1LjE2NzNDMTYgMzUuOTk1NyAxNS4zMjg0IDM2LjY2NzMgMTQuNSAzNi42NjczSDEyVjMxLjMzNFoiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41Ii8+CjxwYXRoIGQ9Ik0xOSAzMS4zMzRIMjNWMzYuNjY3M0gxOVYzMS4zMzRaIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMzMzMzMiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTM1LjE0OTkgMzcuMzMySDM2LjQ4MzNMMzIuMzQ5OSAzMC42NjU0SDMxLjAxNjZMMzUuMTQ5OSAzNy4zMzJaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMzUuNjUwMiAzNy4zMzJIMzYuOTgzNUwzMi45MTY4IDMwLjY2NTRIMzEuNTgzNUwzNS42NTAyIDM3LjMzMloiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0zMi44MDAzIDM3LjMzMkgzMS40NjY5TDM1LjYwMDMgMzAuNjY1NEgzNi45MzM2TDMyLjgwMDMgMzcuMzMyWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTMyLjQwMDEgMzcuMzMySDMxLjA2NjhMMzUuMTMzNSAzMC42NjU0SDM2LjQ2NjhMMzIuNDAwMSAzNy4zMzJaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMzAgMTZIMzUuNzkyOUMzNi4yMzgzIDE2IDM2LjQ2MTQgMTUuNDYxNCAzNi4xNDY0IDE1LjE0NjRMMjguODUzNiA3Ljg1MzU1QzI4LjUzODYgNy41Mzg1NyAyOCA3Ljc2MTY1IDI4IDguMjA3MTFWMTRDMjggMTUuMTA0NiAyOC44OTU0IDE2IDMwIDE2WiIgZmlsbD0id2hpdGUiIGZpbGwtb3BhY2l0eT0iMC41Ii8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMTMzM182OTg2Ij4KPHJlY3Qgd2lkdGg9IjQ4IiBoZWlnaHQ9IjQ4IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=";
|
|
2
|
+
export {
|
|
3
|
+
M as default
|
|
4
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
const M = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDhDMTAgNi44OTU0MyAxMC44OTU0IDYgMTIgNkgyNy4xNzE2QzI3LjcwMiA2IDI4LjIxMDcgNi4yMTA3MSAyOC41ODU4IDYuNTg1NzlMMzcuNDE0MiAxNS40MTQyQzM3Ljc4OTMgMTUuNzg5MyAzOCAxNi4yOTggMzggMTYuODI4NFY0MEMzOCA0MS4xMDQ2IDM3LjEwNDYgNDIgMzYgNDJIMTJDMTAuODk1NCA0MiAxMCA0MS4xMDQ2IDEwIDQwVjhaIiBmaWxsPSIjRUE1NDU0IiBzdHJva2U9IiNFQTU0NTQiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0zMy4zMzMzIDMxLjMzNEgyOVYzNy4zMzQiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0zMy4zMzMyIDM0SDI5LjM5OTkiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0yMiAzMS4zMzRIMjQuNUMyNS4zMjg0IDMxLjMzNCAyNiAzMi4wMDU2IDI2IDMyLjgzNFYzNS4xNjczQzI2IDM1Ljk5NTcgMjUuMzI4NCAzNi42NjczIDI0LjUgMzYuNjY3M0gyMlYzMS4zMzRaIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTUgMzEuMzM0SDE5VjM0LjY2NzNIMTVWMzEuMzM0WiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTE1IDMwLjU4NTlMMTUgMzciIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0zMCAxNkgzNS43OTI5QzM2LjIzODMgMTYgMzYuNDYxNCAxNS40NjE0IDM2LjE0NjQgMTUuMTQ2NEwyOC44NTM2IDcuODUzNTVDMjguNTM4NiA3LjUzODU3IDI4IDcuNzYxNjUgMjggOC4yMDcxMVYxNEMyOCAxNS4xMDQ2IDI4Ljg5NTQgMTYgMzAgMTZaIiBmaWxsPSJ3aGl0ZSIgZmlsbC1vcGFjaXR5PSIwLjUiLz4KPC9zdmc+Cg==";
|
|
2
|
+
export {
|
|
3
|
+
M as default
|
|
4
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
const M = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOC4zMTAyIDE1LjUyMDFDMTUuMjA0MiAyMS4yNzQ0IDE1LjUwNzcgMjguNjYxMiAxOS42MzEzIDM0LjE5OEMyMy43NTQ3IDM5LjczNDYgMzAuNTIwNCA0MS44NDAyIDM2LjYwNDIgNDAuMDg0OUMzNS41OTE1IDQxLjk2MTEgMzQuMjE2MyA0My42NjM4IDMyLjQ5MjkgNDUuMDcyMUMyNS40ODM4IDUwLjggMTUuMzY5IDQ5LjQ5MTQgOS45MDA4NyA0Mi4xNDkzQzQuNDMyNzcgMzQuODA3MyA1LjY4MjAxIDI0LjIxMiAxMi42OTExIDE4LjQ4NDFDMTQuNDE0OCAxNy4wNzU2IDE2LjMyNjIgMTYuMDkyNSAxOC4zMTAyIDE1LjUyMDFaIiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXJfODk3MF8xMzIzOSkiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00Ni45MzEzIDE2LjcyNjJDNDEuMDAyIDE0LjQ2MzEgMzQuMDk2MSAxNS45OTE0IDI5LjU2MDQgMjEuMTYyNUMyNS4wMjQ5IDI2LjMzMzQgMjQuMTU0NiAzMy42NzAzIDI2LjgwNzkgMzkuNjY3NkMyNC44NzQ2IDM4LjkyOTggMjMuMDQ1MiAzNy43ODg4IDIxLjQzNTYgMzYuMjM5N0MxNC44ODk0IDI5LjkzOTQgMTQuNDU4NCAxOS4yNzMyIDIwLjQ3MjkgMTIuNDE2QzI2LjQ4NzUgNS41NTg4NCAzNi42NyA1LjEwNzM5IDQzLjIxNjIgMTEuNDA3N0M0NC44MjYgMTIuOTU3IDQ2LjA2NiAxNC43NzA0IDQ2LjkzMTMgMTYuNzI2MloiIGZpbGw9InVybCgjcGFpbnQxX2xpbmVhcl84OTcwXzEzMjM5KSIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3LjIyNjIgNDcuNjI3MUMyMy4yMDA0IDQ5Ljc1NjUgMzAuMDczNSA0OC4wNzM2IDM0LjUwMjQgNDIuODAxOUMzOC45MzEgMzcuNTMwNCAzOS42NTEgMzAuMTc1NyAzNi44NzU2IDI0LjIzOTJDMzguODIzNiAyNC45MzM1IDQwLjY3NiAyNi4wMzMxIDQyLjMxNjkgMjcuNTQ1OEM0OC45OTA1IDMzLjY5NzcgNDkuNjM5NiA0NC4zNTE4IDQzLjc2NjcgNTEuMzQyNEMzNy44OTM3IDU4LjMzMyAyNy43MjI4IDU5LjAxMjkgMjEuMDQ5MiA1Mi44NjFDMTkuNDA4MSA1MS4zNDgyIDE4LjEzMTMgNDkuNTYzMSAxNy4yMjYyIDQ3LjYyNzFaIiBmaWxsPSJ1cmwoI3BhaW50Ml9saW5lYXJfODk3MF8xMzIzOSkiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00NS43MTQ5IDQ4LjQ1MDJDNDguODEwMSA0Mi42ODk1IDQ4LjQ5MjcgMzUuMzAzMyA0NC4zNTg3IDI5Ljc3NTFDNDAuMjI0OCAyNC4yNDcxIDMzLjQ1NTIgMjIuMTU1NCAyNy4zNzQ3IDIzLjkyMzNDMjguMzgzOSAyMi4wNDUgMjkuNzU1OSAyMC4zMzk1IDMxLjQ3NjcgMTguOTI3NkMzOC40NzUgMTMuMTg1MiA0OC41OTIyIDE0LjQ3MjkgNTQuMDc0MSAyMS44MDM3QzU5LjU1NiAyOS4xMzQ0IDU4LjMyNjcgMzkuNzMyMyA1MS4zMjg0IDQ1LjQ3NDZDNDkuNjA3NCA0Ni44ODY3IDQ3LjY5NzggNDcuODczNyA0NS43MTQ5IDQ4LjQ1MDJaIiBmaWxsPSJ1cmwoI3BhaW50M19saW5lYXJfODk3MF8xMzIzOSkiLz4KPGRlZnM+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl84OTcwXzEzMjM5IiB4MT0iMTQuNzkwNSIgeTE9IjQ4LjcxNDciIHgyPSIyNy4xNTE2IiB5Mj0iMjEuNjYwOSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBvZmZzZXQ9IjAuMDQyNDIwMSIgc3RvcC1jb2xvcj0iIzVGMDBEOSIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM2NkRBRkYiLz4KPC9saW5lYXJHcmFkaWVudD4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDFfbGluZWFyXzg5NzBfMTMyMzkiIHgxPSIxNS4wOTQ2IiB5MT0iMTguNTQ3OCIgeDI9IjQyLjk5NDEiIHkyPSIyNS4yMzg4IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIG9mZnNldD0iMC4wNDI0MjAxIiBzdG9wLWNvbG9yPSIjNUYwMEQ5Ii8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzY2REFGRiIvPgo8L2xpbmVhckdyYWRpZW50Pgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50Ml9saW5lYXJfODk3MF8xMzIzOSIgeDE9IjQ5LjAxODMiIHkxPSI0NS4wOTEzIiB4Mj0iMjAuOTk5MyIgeTI9IjM4Ljk3NzkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agb2Zmc2V0PSIwLjA0MjQyMDEiIHN0b3AtY29sb3I9IiM1RjAwRDkiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjNjZEQUZGIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQzX2xpbmVhcl84OTcwXzEzMjM5IiB4MT0iNDkuMTcyMSIgeTE9IjE1LjI0ODQiIHgyPSIzNi44NjUyIiB5Mj0iNDIuMzI5MiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBvZmZzZXQ9IjAuMDQyNDIwMSIgc3RvcC1jb2xvcj0iIzVGMDBEOSIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM2NkRBRkYiLz4KPC9saW5lYXJHcmFkaWVudD4KPC9kZWZzPgo8L3N2Zz4K";
|
|
2
|
+
export {
|
|
3
|
+
M as default
|
|
4
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
const M = "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBmaWxsPSJub25lIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48ZGVmcz48Y2xpcFBhdGggaWQ9Im1hc3Rlcl9zdmcwXzFfMTU4Mjc5Ij48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI21hc3Rlcl9zdmcwXzFfMTU4Mjc5KSI+PGc+PHBhdGggZD0iTTcuMzkzNDMsMTEuMzY4OTVRNy4zODc0NCwxMS42Nzk2Nyw3LjM4NzQ0LDEyUTcuMzg3NDQsMTIuMzA4Nyw3LjM5MywxMi42MDg1UTYuOTMyNDMsMTIuMjk4Myw2LjUzMTYsMTEuOTkxMTJRNi45MzI4MiwxMS42ODEwMSw3LjM5MzQzLDExLjM2ODk1Wk04Ljg4MzY1OTk5OTk5OTk5OSwxMC40NDI3OFE4Ljg0NDAzLDExLjE4NTc2LDguODQ0MDMsMTJROC44NDQwMywxMi43OTk0LDguODgyMjMsMTMuNTMwMVE5LjU3OTY3LDEzLjkyOTgsMTAuMzczNjEsMTQuMzM0MlExMS4yMTYwMiwxNC43NjMyLDEyLjAwMDAzLDE1LjExMjNRMTIuNzg0LDE0Ljc2MzIsMTMuNjI2NCwxNC4zMzQyUTE0LjQyMSwxMy45Mjk0LDE1LjExODksMTMuNTI5NVExNS4xNTU5LDEyLjc5OTUsMTUuMTU1OSwxMlExNS4xNTU5LDExLjE4NTY5LDE1LjExNzUsMTAuNDQzNDdRMTQuNDI1MiwxMC4wNDU2OSwxMy42MzgsOS42NDQ3OFExMi43OTAzLDkuMjEzMDEsMTIuMDAwMDEsOC44NjMwM1ExMS4yMDk2Nyw5LjIxMzAxLDEwLjM2MTk3OTk5OTk5OTk5OSw5LjY0NDc4UTkuNTc1NTQsMTAuMDQ1MzUsOC44ODM2NTk5OTk5OTk5OTksMTAuNDQyNzhaTTE2LjYwNjcsMTEuMzY5MDNRMTYuNjEyNSwxMS42Nzk2NCwxNi42MTI1LDEyUTE2LjYxMjUsMTIuMzA4NywxNi42MDcxMDAwMDAwMDAwMDMsMTIuNjA4NFExNy4wNjc2LDEyLjI5ODMsMTcuNDY4NDAwMDAwMDAwMDAzLDExLjk5MTEyUTE3LjA2NzIsMTEuNjgxMDYsMTYuNjA2NywxMS4zNjkwM1pNMTQuOTYzNCwxNS4yODU1UTE0LjYzMjYsMTUuNDYyNCwxNC4yODUxLDE1LjYzOTRRMTQuMDY4NiwxNS43NDk3LDEzLjg1NTQsMTUuODU1UTE0LjM1NCwxNi4wMzAwOTk5OTk5OTk5OTcsMTQuODI0LDE2LjE2NThRMTQuOTAzMiwxNS43NDMzLDE0Ljk2MzQsMTUuMjg1NVpNMTYuMjQxLDE2LjQ5N1ExNi40MjczMDAwMDAwMDAwMDIsMTUuNTI1MSwxNi41MjAyMDAwMDAwMDAwMDMsMTQuMzk2OVExNy42OTAzLDEzLjY4MSwxOC41ODc2LDEyLjk2NTdRMTkuMDc2MiwxMy40NTM2LDE5LjQxNDcsMTMuOTM2NVEyMC4zMzAzLDE1LjI0MjUsMTkuODkxMSwxNS45MTM3UTE5LjM5MzcsMTYuNjczOCwxNy41NjQ5OTk5OTk5OTk5OTgsMTYuNjMyNFExNi45NDIxLDE2LjYxODI5OTk5OTk5OTk5OCwxNi4yNDEsMTYuNDk3Wk0xNC40NzM2LDE3LjU4NDg5OTk5OTk5OTk5OFExMy4zMDg5LDE3LjI1MjQsMTIuMDAwMDMsMTYuNzA0M1ExMC43MDAwOSwxNy4yNDg2LDkuNTQyNDEsMTcuNTgwM1E5LjgwMDU4LDE4LjM3OTcsMTAuMTU0MTgsMTkuMDA3NFExMS4wMTU1MywyMC41MzY2LDExLjk5OTk2LDIwLjUzNjZRMTMuMDAxNCwyMC41MzY2LDEzLjg0NzUsMTkuMDUxMlExNC4yMTExLDE4LjQxMjksMTQuNDczNiwxNy41ODQ4OTk5OTk5OTk5OThaTTguMTIyNjUsMTcuOTE3UTguNDM3MjcsMTguOTMwNiw4Ljg4NjUxMDAwMDAwMDAwMSwxOS43MjgyUTEwLjE2NjE4LDIyLDExLjk5OTk2LDIyUTEzLjg0NjEsMjIsMTUuMTExNywxOS43NzgxUTE1LjU3MzMsMTguOTY3NiwxNS44OTMsMTcuOTE5OVExNi43NTk2LDE4LjA3OCwxNy41MzIyLDE4LjA5NTRRMjAuMTY3NSwxOC4xNTUxLDIxLjEwODEsMTYuNzE3N1EyMi4wOTIxLDE1LjIxNDIsMjAuNjA1NiwxMy4wOTM4UTIwLjIyLDEyLjU0MzgsMTkuNjc5MSwxMS45OTU4OVEyMC4yNDUxLDExLjQyNzg4LDIwLjYzODksMTAuODYwMjlRMjIuMDg2NCw4Ljc3MzgzLDIxLjA5NjUsNy4yNjEyUTIwLjE2MjIsNS44MzM1NCwxNy40NzQ3LDUuOTA1NDE5OTk5OTk5OTk5NFExNi43MjM5LDUuOTI1NDk5OTk5OTk5OTk5NSwxNS44OTEsNi4wNzM1N1ExNS41NzE5LDUuMDI5ODMwMDAwMDAwMDAwNSwxNS4xMTE3LDQuMjIxOTNRMTMuODQ2MSwyLDExLjk5OTk2LDJRMTAuMTY2MTgsMiw4Ljg4NjUxMDAwMDAwMDAwMSw0LjI3MTgzUTguNDM4NzMsNS4wNjY3OCw4LjEyNDcsNi4wNzYzN1E3LjI4MzE1LDUuOTI1Njg5OTk5OTk5OTk5NSw2LjUyNTMzLDUuOTA1NDE5OTk5OTk5OTk5NFEzLjgzNzgzMDAwMDAwMDAwMDMsNS44MzM1NCwyLjkwMzQ5OSw3LjI2MTJRMS45MTM1NzcsOC43NzM4NSwzLjM2MTEwMSwxMC44NjAzUTMuNzU0ODgsMTEuNDI3ODksNC4zMjA4OSwxMS45OTU4OVEzLjc4MDA0LDEyLjU0MzgsMy4zOTQ0NTEsMTMuMDkzOFExLjkwNzkwNiwxNS4yMTQyLDIuODkxODYsMTYuNzE3N1EzLjgzMjUxOTk5OTk5OTk5OTcsMTguMTU1MSw2LjQ2NzgsMTguMDk1NFE3LjI0NzM1LDE4LjA3NzgsOC4xMjI2NSwxNy45MTdaTTkuMTg0OTUsMTYuMTYzMlE5LjY1MDc2LDE2LjAyODM5OTk5OTk5OTk5OCwxMC4xNDQ3MSwxNS44NTVROS45MzE0OSwxNS43NDk3LDkuNzE0OTcwMDAwMDAwMDAxLDE1LjYzOTRROS4zNzA2NCwxNS40NjQsOS4wNDI2OSwxNS4yODg3UTkuMTA0MjcsMTUuNzQzMSw5LjE4NDk1LDE2LjE2MzJaTTcuNDgyNDMsMTQuMzk4NVE3LjU3NzU4LDE1LjUyMzUsNy43NjgwNSwxNi40OTU1UTcuMDYxOTQsMTYuNjE4Miw2LjQzNTAxLDE2LjYzMjRRNC42MDYzMzk5OTk5OTk5OTksMTYuNjczOCw0LjEwODk1LDE1LjkxMzhRMy42Njk2OSwxNS4yNDI1LDQuNTg1MywxMy45MzY1UTQuOTIzODcsMTMuNDUzNiw1LjQxMjQ0LDEyLjk2NTdRNi4zMTA3NTAwMDAwMDAwMDA1LDEzLjY4MTgsNy40ODI0MywxNC4zOTg1Wk05LjE4NzQ2LDcuODIzNzdROS42NDc5OSw3Ljk1NDc0LDEwLjEzNDc3LDguMTIzMTQ5OTk5OTk5OTk5UTkuOTIwNjYsOC4yMjg4Myw5LjcwMzMzMDAwMDAwMDAwMSw4LjMzOTUyUTkuMzY3MjIsOC41MTA3Miw5LjA0NjY2OTk5OTk5OTk5OSw4LjY4MjEyMDAwMDAwMDAwMVE5LjEwNzgzLDguMjM2MzUsOS4xODc0Niw3LjgyMzc3Wk03Ljc2OTIzLDcuNDk4NTNRNy41ODAxMyw4LjQ2MTU2LDcuNDg0NjksOS41NzQ4OVE2LjMwOTM4LDEwLjI5NjI2LDUuNDA3NzE5OTk5OTk5OTk5LDExLjAyMTI4UTQuODk5MzksMTAuNTE4MzYsNC41NTYwNiwxMC4wMjM0OFEzLjY3MjQ4LDguNzQ5OSw0LjEyMDU3LDguMDY1MlE0LjYwOTUwMDAwMDAwMDAwMSw3LjMxODEyLDYuNDg2NTcsNy4zNjgzMlE3LjA5MzY0LDcuMzg0NTYsNy43NjkyMyw3LjQ5ODUzWk05LjU0NjUxLDYuNDA3MDJROS44MDMzOSw1LjYxNTM3LDEwLjE1NDE4LDQuOTkyNTlRMTEuMDE1NTMsMy40NjM0MiwxMS45OTk5NiwzLjQ2MzQxUTEzLjAwMTQsMy40NjM0MSwxMy44NDc1LDQuOTQ4OFExNC4yMDgzLDUuNTgyMjE5OTk5OTk5OTk5NSwxNC40Njk2LDYuNDAyNDhRMTMuMzAzNyw2LjczMDEzLDEyLjAwMDAxLDcuMjcyNFExMC43MDUzLDYuNzMzODcsOS41NDY1MSw2LjQwNzAyWk0xNC44MjE2LDcuODIxMjFRMTQuMzU2OCw3Ljk1MzEsMTMuODY1Miw4LjEyMzE0OTk5OTk5OTk5OVExNC4wNzkzLDguMjI4ODE5OTk5OTk5OTk5LDE0LjI5NjcsOC4zMzk1MlExNC42MzYxLDguNTEyMzgsMTQuOTU5Niw4LjY4NTQ1OTk5OTk5OTk5OVExNC44OTk3LDguMjM2MTcwMDAwMDAwMDAxLDE0LjgyMTYsNy44MjEyMVpNMTYuMjM5OSw3LjQ5N1ExNi40MjQ3OTk5OTk5OTk5OTgsOC40NjAwMywxNi41MTgsOS41NzY1NFExNy42OTE3LDEwLjI5NzA5LDE4LjU5MjMsMTEuMDIxMjdRMTkuMTAwNiwxMC41MTgzNSwxOS40NDQsMTAuMDIzNDlRMjAuMzI3NSw4Ljc0OTksMTkuODc5NCw4LjA2NTE5MDAwMDAwMDAwMVExOS4zOTA1LDcuMzE4MTIsMTcuNTEzNCw3LjM2ODMyUTE2LjkxMDQsNy4zODQ0NSwxNi4yMzk5LDcuNDk3WiIgZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjQjc1MkVBIiBmaWxsLW9wYWNpdHk9IjEiLz48L2c+PC9nPjwvc3ZnPg==";
|
|
2
|
+
export {
|
|
3
|
+
M as default
|
|
4
|
+
};
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import { jsxs as x, jsx as o, Fragment as U } from "react/jsx-runtime";
|
|
2
|
+
import { useState as s, useEffect as n } from "react";
|
|
3
|
+
import { Image as k, Spin as E, Tooltip as P, Button as j } from "antd";
|
|
4
|
+
import { LoadingOutlined as z } from "@ant-design/icons";
|
|
5
|
+
import { AecKnowledgeFileStatus as F } from "@glodon-aiot/apis";
|
|
6
|
+
import B from "../Iconfont/index.mjs";
|
|
7
|
+
import { getBase64 as I } from "../../utils/index.mjs";
|
|
8
|
+
/* empty css */const D = (i) => {
|
|
9
|
+
const {
|
|
10
|
+
className: N,
|
|
11
|
+
style: y,
|
|
12
|
+
id: r,
|
|
13
|
+
file: e,
|
|
14
|
+
actions: {
|
|
15
|
+
upload: l,
|
|
16
|
+
remove: g,
|
|
17
|
+
checkStatus: c
|
|
18
|
+
} = {},
|
|
19
|
+
onUrlChange: h,
|
|
20
|
+
onStatusChange: v
|
|
21
|
+
} = i, [f, u] = s(i.uploading), [w, S] = s(!1);
|
|
22
|
+
n(() => {
|
|
23
|
+
u(i.uploading);
|
|
24
|
+
}, [i.uploading]);
|
|
25
|
+
const [m, d] = s(i.url);
|
|
26
|
+
n(() => {
|
|
27
|
+
d(i.url);
|
|
28
|
+
}, [i.url]), n(() => {
|
|
29
|
+
l && e instanceof File && (m || f || (u(!0), l(e).then((t) => {
|
|
30
|
+
d(t), h && h(t);
|
|
31
|
+
}).catch((t) => S(t)).finally(() => u(!1))));
|
|
32
|
+
}, [l, m, e]);
|
|
33
|
+
const [a, p] = s(e instanceof File || e == null ? void 0 : e.status);
|
|
34
|
+
n(() => {
|
|
35
|
+
p(e instanceof File || e == null ? void 0 : e.status);
|
|
36
|
+
}, [e]);
|
|
37
|
+
const C = () => {
|
|
38
|
+
r && c && a === F.Processing && c(r).then((t) => {
|
|
39
|
+
t !== a && (a !== void 0 && v && v(t), p(t));
|
|
40
|
+
}).catch((t) => p(F.Failed));
|
|
41
|
+
};
|
|
42
|
+
return n(() => {
|
|
43
|
+
C();
|
|
44
|
+
}, [r, c, a]), n(() => {
|
|
45
|
+
I(e).then((t) => {
|
|
46
|
+
d(t);
|
|
47
|
+
});
|
|
48
|
+
}, [e]), e ? /* @__PURE__ */ x("div", {
|
|
49
|
+
className: `file-preview ${N}`,
|
|
50
|
+
style: y,
|
|
51
|
+
children: [/* @__PURE__ */ o(k, {
|
|
52
|
+
src: m,
|
|
53
|
+
className: "file-icon"
|
|
54
|
+
}), f && /* @__PURE__ */ o(E, {
|
|
55
|
+
className: "file-action file-process",
|
|
56
|
+
indicator: /* @__PURE__ */ o(z, {
|
|
57
|
+
style: {
|
|
58
|
+
fontSize: 16
|
|
59
|
+
},
|
|
60
|
+
spin: !0
|
|
61
|
+
})
|
|
62
|
+
}), !f && g && /* @__PURE__ */ o(P, {
|
|
63
|
+
overlayClassName: "file-remove-tooltip",
|
|
64
|
+
title: "删除文件",
|
|
65
|
+
getPopupContainer: (t) => t.parentNode,
|
|
66
|
+
children: /* @__PURE__ */ o(j, {
|
|
67
|
+
className: "file-action file-remove",
|
|
68
|
+
icon: /* @__PURE__ */ o(B, {
|
|
69
|
+
style: {
|
|
70
|
+
fontSize: "10px"
|
|
71
|
+
},
|
|
72
|
+
type: "icon-shanchu"
|
|
73
|
+
}),
|
|
74
|
+
onClick: () => {
|
|
75
|
+
g(e, r);
|
|
76
|
+
}
|
|
77
|
+
})
|
|
78
|
+
})]
|
|
79
|
+
}) : /* @__PURE__ */ o(U, {});
|
|
80
|
+
};
|
|
81
|
+
export {
|
|
82
|
+
D as default
|
|
83
|
+
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { jsxs as c, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import { useContext as o } from "react";
|
|
3
|
+
import g from "../../context.mjs";
|
|
4
|
+
/* empty css */const x = (r) => {
|
|
5
|
+
const {
|
|
6
|
+
transform: e
|
|
7
|
+
} = o(g), {
|
|
8
|
+
icon: i,
|
|
9
|
+
text: n,
|
|
10
|
+
children: s
|
|
11
|
+
} = r;
|
|
12
|
+
return /* @__PURE__ */ c("div", {
|
|
13
|
+
className: "greeting",
|
|
14
|
+
children: [(e == null ? void 0 : e.greet) && i && /* @__PURE__ */ t("div", {
|
|
15
|
+
className: "greeting-icon",
|
|
16
|
+
children: /* @__PURE__ */ t("img", {
|
|
17
|
+
src: i
|
|
18
|
+
})
|
|
19
|
+
}), (e == null ? void 0 : e.greet) && n && /* @__PURE__ */ t("div", {
|
|
20
|
+
className: "greeting-word",
|
|
21
|
+
children: n
|
|
22
|
+
}), /* @__PURE__ */ t("div", {
|
|
23
|
+
className: "greeting-questions",
|
|
24
|
+
children: s
|
|
25
|
+
})]
|
|
26
|
+
});
|
|
27
|
+
};
|
|
28
|
+
export {
|
|
29
|
+
x as default
|
|
30
|
+
};
|