@gientech/modual 2.0.4 → 2.0.5
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/.editorconfig +38 -0
- package/.prettierignore +16 -0
- package/.prettierrc +17 -0
- package/README.md +643 -643
- package/USAGE.md +247 -0
- package/bash.exe.stackdump +40 -0
- package/components.json +21 -0
- package/dist/README.md +643 -0
- package/{assets/GientechStreamReader-CzB5AuYo.js → dist/assets/GientechStreamReader-DUCq-O5X.js} +1 -1
- package/{assets → dist/assets}/database.svg +11 -11
- package/{assets → dist/assets}/database_add.svg +53 -53
- package/{assets → dist/assets}/database_connect.svg +66 -66
- package/{assets → dist/assets}/database_upload.svg +29 -29
- package/{assets → dist/assets}/databse.svg +6 -6
- package/{assets → dist/assets}/defaultWeLogo.svg +14 -14
- package/{assets → dist/assets}/graph.svg +4 -4
- package/{assets/index-CN2AYX8Q.js → dist/assets/index-B2yNvzjy.js} +1 -1
- package/{assets/index-D9lYd8TZ.js → dist/assets/index-BKe5FgcC.js} +1 -1
- package/{assets/index-CBTA5S-5.js → dist/assets/index-D72cKELw.js} +1 -1
- package/{assets/index-s0cmC4Ks.js → dist/assets/index-DdVFXD_y.js} +1 -1
- package/{assets/index-B1ZDDbC1.js → dist/assets/index-DrkSoKz6.js} +1 -1
- package/{assets/index-B2rFliXg.js → dist/assets/index-KCfkkJKb.js} +1 -1
- package/{assets/index-DnBY0UXI.js → dist/assets/index-QI9biQrR.js} +2 -2
- package/{assets/index-DYhXjvk4.js → dist/assets/index-ZopkeZtI.js} +1 -1
- package/{assets/index-LDFwTu47.js → dist/assets/index-g-SUxfJH.js} +1 -1
- package/{assets/index-NFQIKNFn.js → dist/assets/index-j0kQJd0a.js} +1 -1
- package/{assets → dist/assets}/knowledge.svg +4 -4
- package/{assets/MySQL.svg → dist/assets/mysql.svg} +14 -14
- package/{assets/plus-G7zGXf6S.js → dist/assets/plus-V9zUoSq6.js} +1 -1
- package/{assets → dist/assets}/sensitive.svg +5 -5
- package/{assets/style-Bn7b5XHU.js → dist/assets/style-CGmZ5osp.js} +2 -2
- package/{assets/x-vfKYzKkK.js → dist/assets/x-CnaaLGJF.js} +1 -1
- package/dist/assistantConfig.js +1 -0
- package/dist/chat.js +824 -0
- package/dist/database.js +20 -0
- package/dist/databaseId.js +1 -0
- package/{databaseTable.js → dist/databaseTable.js} +1 -1
- package/dist/index.js +1 -0
- package/{modelManage.js → dist/modelManage.js} +1 -1
- package/dist/package.json +68 -0
- package/{sensitive.js → dist/sensitive.js} +1 -1
- package/dist/streamFilesReader.js +1 -0
- package/{worker → dist/worker}/pdf.worker.min.js +21 -21
- package/doc_assets/2.png +0 -0
- package/doc_assets/demo.md +27 -0
- package/doc_assets/demos/dist-app/assets/index.Dh-ZAS9Z.css +2 -0
- package/doc_assets/demos/dist-app/assets/index.Dv8KVW18.js +23699 -0
- package/doc_assets/demos/dist-app/assets/index.Dv8KVW18.js.map +1 -0
- package/doc_assets/demos/dist-app/index.html +14 -0
- package/doc_assets/demos/dist-app/vite.svg +1 -0
- package/doc_assets/images/1.png +0 -0
- package/doc_assets/images/3.png +0 -0
- package/doc_assets/images/component-screenshot.png +1 -0
- package/doc_assets/install.md +5 -0
- package/doc_assets//346/226/271/346/241/210//344/274/230/345/214/226/346/226/271/346/241/210-/345/244/232/344/274/232/350/257/235SSE/350/277/236/346/216/245/347/256/241/347/220/206.md +504 -0
- package/eslint.config.js +92 -0
- package/index.html +13 -0
- package/package.json +106 -44
- package/package.json.demo-backup +109 -0
- package/postcss.config.cjs +19 -0
- package/public/icons/answerAwartar.png +0 -0
- package/public/icons/docx-file.png +0 -0
- package/public/icons/folder.png +0 -0
- package/public/icons/html.png +0 -0
- package/public/icons/image.png +0 -0
- package/public/icons/jpg-file.png +0 -0
- package/public/icons/json.png +0 -0
- package/public/icons/md.png +0 -0
- package/public/icons/pdf.png +0 -0
- package/public/icons/pptx.png +0 -0
- package/public/icons/questionAwartar.png +0 -0
- package/public/icons/sheets.png +0 -0
- package/public/icons/txt.png +0 -0
- package/public/icons/xlsx.png +0 -0
- package/public/vite.svg +1 -0
- package/public/worker/pdf.worker.min.js +22 -0
- package/scripts/README.md +133 -0
- package/scripts/build-demo.js +88 -0
- package/scripts/decrypt-api-key.js +95 -0
- package/scripts/demo-selector.js +216 -0
- package/scripts/dev-demo.js +76 -0
- package/scripts/preview-demo.js +130 -0
- package/scripts/run-demo.bat +34 -0
- package/src/assets/img/close.png +0 -0
- package/src/assets/img/database.png +0 -0
- package/src/assets/img/downArrow.png +0 -0
- package/src/assets/img/downLoad.png +0 -0
- package/src/assets/img/excel.png +0 -0
- package/src/assets/img/graphIcon.png +0 -0
- package/src/assets/img/img.png +0 -0
- package/src/assets/img/pdf.png +0 -0
- package/src/assets/img/ppt.png +0 -0
- package/src/assets/img/singleQa.png +0 -0
- package/src/assets/img/txt.png +0 -0
- package/src/assets/img/webSearch.png +0 -0
- package/src/assets/img/word.png +0 -0
- package/src/assets/login/homeBg.png +0 -0
- package/src/assets/login/left.jpg +0 -0
- package/src/assets/login/logoImg.png +0 -0
- package/src/examples/ConversationAssistantPage/index.tsx +41 -0
- package/src/examples/Demo/index.tsx +12 -0
- package/src/examples/LoginPage/index.tsx +18 -0
- package/src/examples/chat/components/DrawerGraphPreview.tsx +78 -0
- package/src/examples/chat/index.tsx +154 -0
- package/src/examples/chat/logo03.png +0 -0
- package/src/examples/gientechStreamFilesReader/index.tsx +951 -0
- package/src/examples/headlessChat/index.tsx +234 -0
- package/src/examples/ragDatabaseDataPage/index.tsx +40 -0
- package/src/examples/ragDatabaseIdPage/index.tsx +47 -0
- package/src/examples/ragDatabasePage/index.tsx +36 -0
- package/src/examples/ragModelManagePage/index.tsx +38 -0
- package/src/examples/ragSearchPage/index.tsx +0 -0
- package/src/examples/ragSensitiveWordsPage/index.tsx +32 -0
- package/src/examples/streamFiles/index.tsx +417 -0
- package/src/lib_enter.ts +43 -0
- package/src/main.tsx +5 -0
- package/src/main.tsx.backup +5 -0
- package/src/modules/CHAT_UNIFICATION_PLAN.md +324 -0
- package/src/modules/assistantConfig/assets/databse.svg +6 -0
- package/src/modules/assistantConfig/assets/empty.png +0 -0
- package/src/modules/assistantConfig/assets/graph.svg +4 -0
- package/src/modules/assistantConfig/assets/knowledge.svg +4 -0
- package/src/modules/assistantConfig/assets/sensitive.svg +5 -0
- package/src/modules/assistantConfig/components/Database.tsx +171 -0
- package/src/modules/assistantConfig/components/Graph.tsx +177 -0
- package/src/modules/assistantConfig/components/Knowledge.tsx +276 -0
- package/src/modules/assistantConfig/components/NotFoundContent.tsx +21 -0
- package/src/modules/assistantConfig/components/Paragraph.tsx +51 -0
- package/src/modules/assistantConfig/components/ParamsItem.tsx +39 -0
- package/src/modules/assistantConfig/components/ResourceBinderItem.tsx +133 -0
- package/src/modules/assistantConfig/components/SearchableSelector.tsx +500 -0
- package/src/modules/assistantConfig/components/Sensitive.tsx +221 -0
- package/src/modules/assistantConfig/components/SliderInput.tsx +65 -0
- package/src/modules/assistantConfig/constants.tsx +75 -0
- package/src/modules/assistantConfig/index.tsx +710 -0
- package/src/modules/assistantConfig/server.ts +262 -0
- package/src/modules/chat/Conversations/Item.tsx +167 -0
- package/src/modules/chat/Conversations/List.tsx +210 -0
- package/src/modules/chat/Conversations/groupByTime.ts +39 -0
- package/src/modules/chat/Conversations/index.tsx +252 -0
- package/src/modules/chat/ReferenceBar.tsx +622 -0
- package/src/modules/chat/constants.tsx +52 -0
- package/src/modules/chat/data.txt +82 -0
- package/src/modules/chat/index.tsx +2054 -0
- package/src/modules/chat/referenceCom/DeleteModal.tsx +75 -0
- package/src/modules/chat/referenceCom/DrawerContent.tsx +136 -0
- package/src/modules/chat/referenceCom/DrawerDatabase.tsx +102 -0
- package/src/modules/chat/referenceCom/DrawerGraphPreview.tsx +86 -0
- package/src/modules/chat/referenceCom/DrawerPreview.tsx +73 -0
- package/src/modules/chat/referenceCom/DrawerTitle.tsx +26 -0
- package/src/modules/chat/referenceCom/RenameModal.tsx +86 -0
- package/src/modules/chat/referenceCom/TagCom.tsx +30 -0
- package/src/modules/chat/style.less +3 -0
- package/src/modules/chat/types.ts +17 -0
- package/src/modules/chat/utils/index.ts +348 -0
- package/src/modules/database/CreateModal.tsx +403 -0
- package/src/modules/database/assets/Doris.png +0 -0
- package/src/modules/database/assets/PostgreSQL.png +0 -0
- package/src/modules/database/assets/SQLServer.png +0 -0
- package/src/modules/database/assets/database.svg +11 -0
- package/src/modules/database/assets/database_add.svg +53 -0
- package/src/modules/database/assets/database_connect.svg +66 -0
- package/src/modules/database/assets/database_upload.svg +29 -0
- package/src/modules/database/assets/empty.png +0 -0
- package/src/modules/database/assets/mysql.svg +14 -0
- package/src/modules/database/index.tsx +477 -0
- package/src/modules/database/server.ts +196 -0
- package/src/modules/databaseId/CustomCom.tsx +156 -0
- package/src/modules/databaseId/EditConfig.tsx +280 -0
- package/src/modules/databaseId/UploadDrawer.tsx +535 -0
- package/src/modules/databaseId/assets/aiOptimize.svg +10 -0
- package/src/modules/databaseId/assets/empty.png +0 -0
- package/src/modules/databaseId/assets/template.svg +6 -0
- package/src/modules/databaseId/assets/upload.svg +9 -0
- package/src/modules/databaseId/assets/useTemp.svg +6 -0
- package/src/modules/databaseId/index.tsx +769 -0
- package/src/modules/databaseId/server.ts +286 -0
- package/src/modules/databaseId/style.css +5 -0
- package/src/modules/databaseTable/EditRowDrawer.tsx +124 -0
- package/src/modules/databaseTable/index.tsx +359 -0
- package/src/modules/databaseTable/server.ts +180 -0
- package/src/modules/headlessChat/ReferenceBar.tsx +783 -0
- package/src/modules/headlessChat/constants.tsx +54 -0
- package/src/modules/headlessChat/index.tsx +1706 -0
- package/src/modules/headlessChat/referenceCom/DeleteModal.tsx +75 -0
- package/src/modules/headlessChat/referenceCom/DrawerContent.tsx +136 -0
- package/src/modules/headlessChat/referenceCom/DrawerDatabase.tsx +102 -0
- package/src/modules/headlessChat/referenceCom/DrawerGraphPreview.tsx +86 -0
- package/src/modules/headlessChat/referenceCom/DrawerPreview.tsx +73 -0
- package/src/modules/headlessChat/referenceCom/DrawerTitle.tsx +26 -0
- package/src/modules/headlessChat/referenceCom/RenameModal.tsx +86 -0
- package/src/modules/headlessChat/referenceCom/TagCom.tsx +30 -0
- package/src/modules/headlessChat/style.less +3 -0
- package/src/modules/headlessChat/types.ts +23 -0
- package/src/modules/headlessChat/utils/index.ts +348 -0
- package/src/modules/login/components/Login/LoginBox/index.tsx +102 -0
- package/src/modules/login/components/Login/RegisterBox/index.tsx +180 -0
- package/src/modules/login/components/Login/index.tsx +100 -0
- package/src/modules/login/index.tsx +106 -0
- package/src/modules/login/style.css +3 -0
- package/src/modules/login/useServices.ts +53 -0
- package/src/modules/login/utils.ts +42 -0
- package/src/modules/modelManage/ConfigDrawer.tsx +249 -0
- package/src/modules/modelManage/ReplaceModal.tsx +124 -0
- package/src/modules/modelManage/assets/empty.png +0 -0
- package/src/modules/modelManage/const.ts +51 -0
- package/src/modules/modelManage/index.tsx +606 -0
- package/src/modules/modelManage/server.ts +223 -0
- package/src/modules/nodegraph/index.tsx +1 -0
- package/src/modules/search/assets/Icon-history.svg +8 -0
- package/src/modules/search/assets/answerAwartar.png +0 -0
- package/src/modules/search/assets/doc.png +0 -0
- package/src/modules/search/assets/genera.gif +0 -0
- package/src/modules/search/assets/icon-robot.svg +9 -0
- package/src/modules/search/assets/icon-search-bar.svg +14 -0
- package/src/modules/search/assets/icon-sub-title.svg +3 -0
- package/src/modules/search/assets/icon-title.svg +9 -0
- package/src/modules/search/assets/icon-zoomOut.svg +9 -0
- package/src/modules/search/assets/iconAi.svg +9 -0
- package/src/modules/search/assets/pdf.png +0 -0
- package/src/modules/search/assets/ppt.png +0 -0
- package/src/modules/search/assets/search.svg +3 -0
- package/src/modules/search/assets/selected.svg +4 -0
- package/src/modules/search/assets/txt.png +0 -0
- package/src/modules/search/assets/xls.png +0 -0
- package/src/modules/search/components/AssisSelect.tsx +137 -0
- package/src/modules/search/components/Editor/ChatViewEditor.tsx +261 -0
- package/src/modules/search/components/Editor/aichat.css +1 -0
- package/src/modules/search/components/Editor/constant.ts +13 -0
- package/src/modules/search/components/Editor/index.tsx +113 -0
- package/src/modules/search/components/Editor/plugins/autofomatRules.ts +332 -0
- package/src/modules/search/components/Editor/plugins/convertImgPlugins.tsx +20 -0
- package/src/modules/search/components/Editor/plugins/createIndexes.tsx +38 -0
- package/src/modules/search/components/Editor/plugins/displayer.ts +298 -0
- package/src/modules/search/components/Editor/plugins/imageClick.tsx +32 -0
- package/src/modules/search/components/Editor/plugins/myplugin.tsx +98 -0
- package/src/modules/search/components/Editor/ui/avatar.tsx +19 -0
- package/src/modules/search/components/Editor/ui/blockquote-element.tsx +21 -0
- package/src/modules/search/components/Editor/ui/button.tsx +58 -0
- package/src/modules/search/components/Editor/ui/calendar.tsx +68 -0
- package/src/modules/search/components/Editor/ui/caption.tsx +46 -0
- package/src/modules/search/components/Editor/ui/checkbox.tsx +27 -0
- package/src/modules/search/components/Editor/ui/code-block-combobox.tsx +188 -0
- package/src/modules/search/components/Editor/ui/code-block-element.css +434 -0
- package/src/modules/search/components/Editor/ui/code-block-element.tsx +39 -0
- package/src/modules/search/components/Editor/ui/code-leaf.tsx +24 -0
- package/src/modules/search/components/Editor/ui/code-line-element.tsx +10 -0
- package/src/modules/search/components/Editor/ui/code-syntax-leaf.tsx +21 -0
- package/src/modules/search/components/Editor/ui/column-element.tsx +30 -0
- package/src/modules/search/components/Editor/ui/column-group-element.tsx +94 -0
- package/src/modules/search/components/Editor/ui/command.tsx +75 -0
- package/src/modules/search/components/Editor/ui/comment-avatar.tsx +22 -0
- package/src/modules/search/components/Editor/ui/comment-create-form.tsx +37 -0
- package/src/modules/search/components/Editor/ui/comment-item.tsx +74 -0
- package/src/modules/search/components/Editor/ui/comment-leaf.tsx +49 -0
- package/src/modules/search/components/Editor/ui/comment-more-dropdown.tsx +42 -0
- package/src/modules/search/components/Editor/ui/comment-reply-items.tsx +22 -0
- package/src/modules/search/components/Editor/ui/comment-resolve-button.tsx +32 -0
- package/src/modules/search/components/Editor/ui/comment-value.tsx +34 -0
- package/src/modules/search/components/Editor/ui/comments-popover.tsx +63 -0
- package/src/modules/search/components/Editor/ui/date-element.tsx +83 -0
- package/src/modules/search/components/Editor/ui/dialog.tsx +63 -0
- package/src/modules/search/components/Editor/ui/draggable.tsx +177 -0
- package/src/modules/search/components/Editor/ui/dropdown-menu.tsx +180 -0
- package/src/modules/search/components/Editor/ui/emoji-input-element.tsx +85 -0
- package/src/modules/search/components/Editor/ui/excalidraw-element.tsx +28 -0
- package/src/modules/search/components/Editor/ui/fixed-toolbar-buttons.tsx +76 -0
- package/src/modules/search/components/Editor/ui/fixed-toolbar.tsx +8 -0
- package/src/modules/search/components/Editor/ui/floating-toolbar-buttons.tsx +51 -0
- package/src/modules/search/components/Editor/ui/floating-toolbar.tsx +77 -0
- package/src/modules/search/components/Editor/ui/heading-element.tsx +48 -0
- package/src/modules/search/components/Editor/ui/highlight-leaf.tsx +17 -0
- package/src/modules/search/components/Editor/ui/hr-element.tsx +30 -0
- package/src/modules/search/components/Editor/ui/icons.tsx +267 -0
- package/src/modules/search/components/Editor/ui/image-element.tsx +74 -0
- package/src/modules/search/components/Editor/ui/inline-combobox.tsx +368 -0
- package/src/modules/search/components/Editor/ui/input.tsx +25 -0
- package/src/modules/search/components/Editor/ui/insert-dropdown-menu.tsx +218 -0
- package/src/modules/search/components/Editor/ui/kbd-leaf.tsx +20 -0
- package/src/modules/search/components/Editor/ui/link-element.tsx +29 -0
- package/src/modules/search/components/Editor/ui/link-floating-toolbar.tsx +161 -0
- package/src/modules/search/components/Editor/ui/list-element.tsx +30 -0
- package/src/modules/search/components/Editor/ui/mark-toolbar-button.tsx +24 -0
- package/src/modules/search/components/Editor/ui/media-embed-element.tsx +133 -0
- package/src/modules/search/components/Editor/ui/media-popover.tsx +97 -0
- package/src/modules/search/components/Editor/ui/mention-element.tsx +43 -0
- package/src/modules/search/components/Editor/ui/mention-input-element.tsx +141 -0
- package/src/modules/search/components/Editor/ui/mode-dropdown-menu.tsx +93 -0
- package/src/modules/search/components/Editor/ui/more-dropdown-menu.tsx +67 -0
- package/src/modules/search/components/Editor/ui/paragraph-element.tsx +4 -0
- package/src/modules/search/components/Editor/ui/placeholder.tsx +52 -0
- package/src/modules/search/components/Editor/ui/popover.tsx +32 -0
- package/src/modules/search/components/Editor/ui/resizable.tsx +66 -0
- package/src/modules/search/components/Editor/ui/separator.tsx +25 -0
- package/src/modules/search/components/Editor/ui/style.less +12 -0
- package/src/modules/search/components/Editor/ui/table-cell-element.tsx +143 -0
- package/src/modules/search/components/Editor/ui/table-element.tsx +243 -0
- package/src/modules/search/components/Editor/ui/table-row-element.tsx +22 -0
- package/src/modules/search/components/Editor/ui/tableValue.tsx +135 -0
- package/src/modules/search/components/Editor/ui/todo-list-element.tsx +43 -0
- package/src/modules/search/components/Editor/ui/toggle-element.tsx +31 -0
- package/src/modules/search/components/Editor/ui/toolbar.tsx +157 -0
- package/src/modules/search/components/Editor/ui/tooltip.tsx +65 -0
- package/src/modules/search/components/Editor/ui/turn-into-dropdown-menu.tsx +160 -0
- package/src/modules/search/components/Editor/ui/with-draggables.tsx +175 -0
- package/src/modules/search/components/FileList.tsx +287 -0
- package/src/modules/search/components/ImageGroupView/index.tsx +85 -0
- package/src/modules/search/components/ResultContent.tsx +232 -0
- package/src/modules/search/components/SearchInput.tsx +232 -0
- package/src/modules/search/components/SearchLanding.tsx +74 -0
- package/src/modules/search/components/SearchView.tsx +563 -0
- package/src/modules/search/components/SimpleEditor.tsx +158 -0
- package/src/modules/search/components/SimpleFileList.tsx +215 -0
- package/src/modules/search/index.tsx +10 -0
- package/src/modules/search/reademe.md +1 -0
- package/src/modules/search/servers/apis.tsx +19 -0
- package/src/modules/search/servers/index.ts +184 -0
- package/src/modules/search/style.less +503 -0
- package/src/modules/search/type.ts +22 -0
- package/src/modules/search/utils.ts +34 -0
- package/src/modules/sensitive/index.tsx +313 -0
- package/src/modules/sensitive/server.ts +122 -0
- package/src/modules/streamFilesReader/GientechStreamReader.tsx +1625 -0
- package/src/modules/streamFilesReader/components/Header/Toolbar.tsx +0 -0
- package/src/modules/streamFilesReader/components/Header/index.tsx +297 -0
- package/src/modules/streamFilesReader/index.tsx +3 -0
- package/src/style.css +6 -0
- package/src/type.d.ts +0 -0
- package/src/utils/commonFn.tsx +111 -0
- package/src/utils/decryptApiKey.ts +40 -0
- package/src/utils/gientechCommon/components/AppError.tsx +32 -0
- package/src/utils/gientechCommon/components/AppLoading.tsx +75 -0
- package/src/utils/gientechCommon/components/DeleteModal.tsx +75 -0
- package/src/utils/gientechCommon/components/DisplayError.tsx +33 -0
- package/src/utils/gientechCommon/components/DisplayLoading.tsx +38 -0
- package/src/utils/gientechCommon/components/FeedBackModal.tsx +319 -0
- package/src/utils/gientechCommon/components/FileCardCommon.tsx +82 -0
- package/src/utils/gientechCommon/components/FileManager/index.tsx +400 -0
- package/src/utils/gientechCommon/components/FileManager/style.css +5 -0
- package/src/utils/gientechCommon/components/Messages/GientechNewChatWelcome.tsx +581 -0
- package/src/utils/gientechCommon/components/Messages/ReferenceCard.tsx +359 -0
- package/src/utils/gientechCommon/components/Messages/RetriveItem.tsx +245 -0
- package/src/utils/gientechCommon/components/Messages/WebRetriveItem.tsx +209 -0
- package/src/utils/gientechCommon/components/Messages/defaultBot.png +0 -0
- package/src/utils/gientechCommon/components/Messages/defaultStyleSet.tsx +148 -0
- package/src/utils/gientechCommon/components/Messages/defaultWeLogo.svg +14 -0
- package/src/utils/gientechCommon/components/RenameModal.tsx +86 -0
- package/src/utils/gientechCommon/components/style.less +11 -0
- package/src/utils/gientechCommon/configs/commonConfig.ts +2 -0
- package/src/utils/gientechCommon/configs/senderConfig.ts +0 -0
- package/src/utils/gientechCommon/configs/stylesConfig.ts +142 -0
- package/src/utils/gientechCommon/hooks/AichatUseController.tsx +417 -0
- package/src/utils/gientechCommon/hooks/useFileDisplayTools.tsx +204 -0
- package/src/utils/gientechCommon/hooks/useFileManager.ts +193 -0
- package/src/utils/gientechCommon/slate/converters/deserializers.ts +763 -0
- package/src/utils/gientechCommon/slate/converters/mockData.ts +232 -0
- package/src/utils/gientechCommon/slate/converters/slateConverters.ts +258 -0
- package/src/utils/gientechCommon/slate/richElements/index.tsx +499 -0
- package/src/utils/gientechCommon/utils/fileUtils.ts +86 -0
- package/src/utils/gientechCommon/utils/request.ts +37 -0
- package/src/utils/gientechCommon/utils/serverFn.ts +172 -0
- package/src/utils/index.tsx +142 -0
- package/src/utils/testconfigs/demologin/index.tsx +32 -0
- package/src/utils/testconfigs/index.ts +59 -0
- package/src/vite-env.d.ts +42 -0
- package/stats.html +4949 -0
- package/tailwind.config.js +170 -0
- package/tsconfig.app.json +30 -0
- package/tsconfig.app.tsbuildinfo +11 -0
- package/tsconfig.json +13 -0
- package/tsconfig.node.json +22 -0
- package/tsconfig.node.tsbuildinfo +1 -0
- package/vite.config.app.ts +93 -0
- package/vite.config.ts +232 -0
- package/workflows/release.yml +60 -0
- package//346/215/242/350/241/214/346/240/274/345/274/217/344/277/235/346/214/201/344/274/230/345/214/226/346/226/271/346/241/210.md +359 -0
- package/assistantConfig.js +0 -1
- package/chat.js +0 -786
- package/database.js +0 -20
- package/databaseId.js +0 -1
- package/index.js +0 -1
- package/streamFilesReader.js +0 -1
- /package/{assets → dist/assets}/Doris.png +0 -0
- /package/{assets → dist/assets}/PostgreSQL.png +0 -0
- /package/{assets → dist/assets}/SQLServer.png +0 -0
- /package/{assets → dist/assets}/empty.png +0 -0
- /package/{assets → dist/assets}/homeBg.png +0 -0
- /package/{assets → dist/assets}/index-CpW6Dhpp.js +0 -0
- /package/{assets → dist/assets}/left.jpg +0 -0
- /package/{assets → dist/assets}/logoImg.png +0 -0
- /package/{assets → dist/assets}/style.css +0 -0
- /package/{assets → dist/assets}/style2.css +0 -0
- /package/{assets → dist/assets}/style3.css +0 -0
- /package/{assets → dist/assets}/style4.css +0 -0
- /package/{assets → dist/assets}/worker-BbpylX7l.js +0 -0
- /package/{assistantConfig.d.ts → dist/assistantConfig.d.ts} +0 -0
- /package/{chat.d.ts → dist/chat.d.ts} +0 -0
- /package/{database.d.ts → dist/database.d.ts} +0 -0
- /package/{databaseId.d.ts → dist/databaseId.d.ts} +0 -0
- /package/{databaseTable.d.ts → dist/databaseTable.d.ts} +0 -0
- /package/{icons → dist/icons}/answerAwartar.png +0 -0
- /package/{icons → dist/icons}/docx-file.png +0 -0
- /package/{icons → dist/icons}/folder.png +0 -0
- /package/{icons → dist/icons}/html.png +0 -0
- /package/{icons → dist/icons}/image.png +0 -0
- /package/{icons → dist/icons}/jpg-file.png +0 -0
- /package/{icons → dist/icons}/json.png +0 -0
- /package/{icons → dist/icons}/md.png +0 -0
- /package/{icons → dist/icons}/pdf.png +0 -0
- /package/{icons → dist/icons}/pptx.png +0 -0
- /package/{icons → dist/icons}/questionAwartar.png +0 -0
- /package/{icons → dist/icons}/sheets.png +0 -0
- /package/{icons → dist/icons}/txt.png +0 -0
- /package/{icons → dist/icons}/xlsx.png +0 -0
- /package/{index.d.ts → dist/index.d.ts} +0 -0
- /package/{modelManage.d.ts → dist/modelManage.d.ts} +0 -0
- /package/{sensitive.d.ts → dist/sensitive.d.ts} +0 -0
- /package/{streamFilesReader.d.ts → dist/streamFilesReader.d.ts} +0 -0
- /package/{vite.svg → dist/vite.svg} +0 -0
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
|
|
3
|
+
import { withRef, withVariants } from '@udecode/cn';
|
|
4
|
+
import { PlateElement } from '@udecode/plate-common/react';
|
|
5
|
+
import { cva } from 'class-variance-authority';
|
|
6
|
+
|
|
7
|
+
const headingVariants = cva('', {
|
|
8
|
+
variants: {
|
|
9
|
+
isFirstBlock: {
|
|
10
|
+
false: '',
|
|
11
|
+
true: 'mt-0',
|
|
12
|
+
},
|
|
13
|
+
variant: {
|
|
14
|
+
h1: 'mb-1 mt-[2em] font-heading text-4xl font-bold',
|
|
15
|
+
h2: 'mb-px mt-[1.4em] font-heading text-2xl font-semibold tracking-tight',
|
|
16
|
+
h3: 'mb-px mt-[1em] font-heading text-xl font-semibold tracking-tight',
|
|
17
|
+
h4: 'mt-[0.75em] font-heading text-lg font-semibold tracking-tight',
|
|
18
|
+
h5: 'mt-[0.75em] text-lg font-semibold tracking-tight',
|
|
19
|
+
h6: 'mt-[0.75em] text-base font-semibold tracking-tight',
|
|
20
|
+
},
|
|
21
|
+
},
|
|
22
|
+
});
|
|
23
|
+
|
|
24
|
+
const HeadingElementVariants = withVariants(PlateElement, headingVariants, [
|
|
25
|
+
'isFirstBlock',
|
|
26
|
+
'variant',
|
|
27
|
+
]);
|
|
28
|
+
|
|
29
|
+
export const HeadingElement = withRef<typeof HeadingElementVariants>(
|
|
30
|
+
({ children, isFirstBlock, variant = 'h1', ...props }, ref) => {
|
|
31
|
+
const { editor, element } = props;
|
|
32
|
+
|
|
33
|
+
const Element = variant!;
|
|
34
|
+
|
|
35
|
+
return (
|
|
36
|
+
<HeadingElementVariants
|
|
37
|
+
asChild
|
|
38
|
+
isFirstBlock={element === editor.children[0]}
|
|
39
|
+
ref={ref}
|
|
40
|
+
variant={variant}
|
|
41
|
+
{...props}
|
|
42
|
+
|
|
43
|
+
>
|
|
44
|
+
<Element>{children}</Element>
|
|
45
|
+
</HeadingElementVariants>
|
|
46
|
+
);
|
|
47
|
+
}
|
|
48
|
+
);
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
|
|
3
|
+
import { cn, withRef } from '@udecode/cn';
|
|
4
|
+
import { PlateLeaf } from '@udecode/plate-common/react';
|
|
5
|
+
|
|
6
|
+
export const HighlightLeaf = withRef<typeof PlateLeaf>(
|
|
7
|
+
({ children, className, ...props }, ref) => (
|
|
8
|
+
<PlateLeaf
|
|
9
|
+
asChild
|
|
10
|
+
className={cn('bg-primary/20 text-inherit dark:bg-primary/40', className)}
|
|
11
|
+
ref={ref}
|
|
12
|
+
{...props}
|
|
13
|
+
>
|
|
14
|
+
<mark>{children}</mark>
|
|
15
|
+
</PlateLeaf>
|
|
16
|
+
)
|
|
17
|
+
);
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
|
|
3
|
+
import { cn, withRef } from '@udecode/cn';
|
|
4
|
+
import { PlateElement } from '@udecode/plate-common/react';
|
|
5
|
+
import { useFocused, useSelected } from 'slate-react';
|
|
6
|
+
|
|
7
|
+
export const HrElement = withRef<typeof PlateElement>(
|
|
8
|
+
({ className, nodeProps, ...props }, ref) => {
|
|
9
|
+
const { children } = props;
|
|
10
|
+
|
|
11
|
+
const selected = useSelected();
|
|
12
|
+
const focused = useFocused();
|
|
13
|
+
|
|
14
|
+
return (
|
|
15
|
+
<PlateElement ref={ref} {...props}>
|
|
16
|
+
<div className="py-6" contentEditable={false}>
|
|
17
|
+
<hr
|
|
18
|
+
{...nodeProps}
|
|
19
|
+
className={cn(
|
|
20
|
+
'h-0.5 cursor-pointer rounded-sm border-none bg-muted bg-clip-content',
|
|
21
|
+
selected && focused && 'ring-2 ring-ring ring-offset-2',
|
|
22
|
+
className
|
|
23
|
+
)}
|
|
24
|
+
/>
|
|
25
|
+
</div>
|
|
26
|
+
{children}
|
|
27
|
+
</PlateElement>
|
|
28
|
+
);
|
|
29
|
+
}
|
|
30
|
+
);
|
|
@@ -0,0 +1,267 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { cva } from 'class-variance-authority';
|
|
3
|
+
import {
|
|
4
|
+
AlignCenter,
|
|
5
|
+
AlignJustify,
|
|
6
|
+
AlignLeft,
|
|
7
|
+
AlignRight,
|
|
8
|
+
ArrowLeft,
|
|
9
|
+
ArrowRight,
|
|
10
|
+
Baseline,
|
|
11
|
+
Bold,
|
|
12
|
+
Check,
|
|
13
|
+
ChevronDown,
|
|
14
|
+
ChevronRight,
|
|
15
|
+
ChevronsUpDown,
|
|
16
|
+
Code2,
|
|
17
|
+
Combine,
|
|
18
|
+
Download,
|
|
19
|
+
Edit2,
|
|
20
|
+
ExternalLink,
|
|
21
|
+
Eye,
|
|
22
|
+
FileCode,
|
|
23
|
+
GripVertical,
|
|
24
|
+
Heading1,
|
|
25
|
+
Heading2,
|
|
26
|
+
Heading3,
|
|
27
|
+
Heading4,
|
|
28
|
+
Heading5,
|
|
29
|
+
Heading6,
|
|
30
|
+
Image,
|
|
31
|
+
Indent,
|
|
32
|
+
Italic,
|
|
33
|
+
Keyboard,
|
|
34
|
+
Link2,
|
|
35
|
+
Link2Off,
|
|
36
|
+
List,
|
|
37
|
+
ListOrdered,
|
|
38
|
+
LucideProps,
|
|
39
|
+
MessageSquare,
|
|
40
|
+
MessageSquarePlus,
|
|
41
|
+
Minus,
|
|
42
|
+
Moon,
|
|
43
|
+
MoreHorizontal,
|
|
44
|
+
Outdent,
|
|
45
|
+
PaintBucket,
|
|
46
|
+
Pilcrow,
|
|
47
|
+
Plus,
|
|
48
|
+
Quote,
|
|
49
|
+
RectangleHorizontal,
|
|
50
|
+
RectangleVertical,
|
|
51
|
+
RotateCcw,
|
|
52
|
+
Search,
|
|
53
|
+
Settings,
|
|
54
|
+
Smile,
|
|
55
|
+
Strikethrough,
|
|
56
|
+
Subscript,
|
|
57
|
+
SunMedium,
|
|
58
|
+
Superscript,
|
|
59
|
+
Table,
|
|
60
|
+
Text,
|
|
61
|
+
Trash,
|
|
62
|
+
Twitter,
|
|
63
|
+
Underline,
|
|
64
|
+
Ungroup,
|
|
65
|
+
WrapText,
|
|
66
|
+
X,
|
|
67
|
+
} from 'lucide-react';
|
|
68
|
+
|
|
69
|
+
import type { LucideIcon } from 'lucide-react';
|
|
70
|
+
|
|
71
|
+
export type Icon = LucideIcon;
|
|
72
|
+
|
|
73
|
+
const borderAll = (props: LucideProps) => (
|
|
74
|
+
<svg
|
|
75
|
+
viewBox="0 0 24 24"
|
|
76
|
+
height="48"
|
|
77
|
+
width="48"
|
|
78
|
+
focusable="false"
|
|
79
|
+
role="img"
|
|
80
|
+
fill="currentColor"
|
|
81
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
82
|
+
{...props}
|
|
83
|
+
>
|
|
84
|
+
<path d="M3 6a3 3 0 0 1 3-3h12a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V6zm10 13h5a1 1 0 0 0 1-1v-5h-6v6zm-2-6H5v5a1 1 0 0 0 1 1h5v-6zm2-2h6V6a1 1 0 0 0-1-1h-5v6zm-2-6H6a1 1 0 0 0-1 1v5h6V5z" />
|
|
85
|
+
</svg>
|
|
86
|
+
);
|
|
87
|
+
|
|
88
|
+
const borderBottom = (props: LucideProps) => (
|
|
89
|
+
<svg
|
|
90
|
+
viewBox="0 0 24 24"
|
|
91
|
+
height="48"
|
|
92
|
+
width="48"
|
|
93
|
+
focusable="false"
|
|
94
|
+
role="img"
|
|
95
|
+
fill="currentColor"
|
|
96
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
97
|
+
{...props}
|
|
98
|
+
>
|
|
99
|
+
<path d="M13 5a1 1 0 1 0 0-2h-2a1 1 0 1 0 0 2h2zm-8 6a1 1 0 1 0-2 0v2a1 1 0 1 0 2 0v-2zm-2 7a1 1 0 1 1 2 0 1 1 0 0 0 1 1h12a1 1 0 0 0 1-1 1 1 0 1 1 2 0 3 3 0 0 1-3 3H6a3 3 0 0 1-3-3zm17-8a1 1 0 0 0-1 1v2a1 1 0 1 0 2 0v-2a1 1 0 0 0-1-1zM7 4a1 1 0 0 0-1-1 3 3 0 0 0-3 3 1 1 0 0 0 2 0 1 1 0 0 1 1-1 1 1 0 0 0 1-1zm11-1a1 1 0 1 0 0 2 1 1 0 0 1 1 1 1 1 0 1 0 2 0 3 3 0 0 0-3-3z" />
|
|
100
|
+
</svg>
|
|
101
|
+
);
|
|
102
|
+
|
|
103
|
+
const borderLeft = (props: LucideProps) => (
|
|
104
|
+
<svg
|
|
105
|
+
viewBox="0 0 24 24"
|
|
106
|
+
height="48"
|
|
107
|
+
width="48"
|
|
108
|
+
focusable="false"
|
|
109
|
+
role="img"
|
|
110
|
+
fill="currentColor"
|
|
111
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
112
|
+
{...props}
|
|
113
|
+
>
|
|
114
|
+
<path d="M6 21a1 1 0 1 0 0-2 1 1 0 0 1-1-1V6a1 1 0 0 1 1-1 1 1 0 0 0 0-2 3 3 0 0 0-3 3v12a3 3 0 0 0 3 3zm7-16a1 1 0 1 0 0-2h-2a1 1 0 1 0 0 2h2zm6 6a1 1 0 1 1 2 0v2a1 1 0 1 1-2 0v-2zm-5 9a1 1 0 0 1-1 1h-2a1 1 0 1 1 0-2h2a1 1 0 0 1 1 1zm4-17a1 1 0 1 0 0 2 1 1 0 0 1 1 1 1 1 0 1 0 2 0 3 3 0 0 0-3-3zm-1 17a1 1 0 0 0 1 1 3 3 0 0 0 3-3 1 1 0 1 0-2 0 1 1 0 0 1-1 1 1 1 0 0 0-1 1z" />
|
|
115
|
+
</svg>
|
|
116
|
+
);
|
|
117
|
+
|
|
118
|
+
const borderNone = (props: LucideProps) => (
|
|
119
|
+
<svg
|
|
120
|
+
viewBox="0 0 24 24"
|
|
121
|
+
height="48"
|
|
122
|
+
width="48"
|
|
123
|
+
focusable="false"
|
|
124
|
+
role="img"
|
|
125
|
+
fill="currentColor"
|
|
126
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
127
|
+
{...props}
|
|
128
|
+
>
|
|
129
|
+
<path d="M14 4a1 1 0 0 1-1 1h-2a1 1 0 1 1 0-2h2a1 1 0 0 1 1 1zm-9 7a1 1 0 1 0-2 0v2a1 1 0 1 0 2 0v-2zm14 0a1 1 0 1 1 2 0v2a1 1 0 1 1-2 0v-2zm-6 10a1 1 0 1 0 0-2h-2a1 1 0 1 0 0 2h2zM7 4a1 1 0 0 0-1-1 3 3 0 0 0-3 3 1 1 0 0 0 2 0 1 1 0 0 1 1-1 1 1 0 0 0 1-1zm11-1a1 1 0 1 0 0 2 1 1 0 0 1 1 1 1 1 0 1 0 2 0 3 3 0 0 0-3-3zM7 20a1 1 0 0 1-1 1 3 3 0 0 1-3-3 1 1 0 1 1 2 0 1 1 0 0 0 1 1 1 1 0 0 1 1 1zm11 1a1 1 0 1 1 0-2 1 1 0 0 0 1-1 1 1 0 1 1 2 0 3 3 0 0 1-3 3z" />
|
|
130
|
+
</svg>
|
|
131
|
+
);
|
|
132
|
+
|
|
133
|
+
const borderRight = (props: LucideProps) => (
|
|
134
|
+
<svg
|
|
135
|
+
viewBox="0 0 24 24"
|
|
136
|
+
height="48"
|
|
137
|
+
width="48"
|
|
138
|
+
focusable="false"
|
|
139
|
+
role="img"
|
|
140
|
+
fill="currentColor"
|
|
141
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
142
|
+
{...props}
|
|
143
|
+
>
|
|
144
|
+
<path d="M13 5a1 1 0 1 0 0-2h-2a1 1 0 1 0 0 2h2zm-8 6a1 1 0 1 0-2 0v2a1 1 0 1 0 2 0v-2zm9 9a1 1 0 0 1-1 1h-2a1 1 0 1 1 0-2h2a1 1 0 0 1 1 1zM6 3a1 1 0 0 1 0 2 1 1 0 0 0-1 1 1 1 0 0 1-2 0 3 3 0 0 1 3-3zm1 17a1 1 0 0 1-1 1 3 3 0 0 1-3-3 1 1 0 1 1 2 0 1 1 0 0 0 1 1 1 1 0 0 1 1 1zm11 1a1 1 0 1 1 0-2 1 1 0 0 0 1-1V6a1 1 0 0 0-1-1 1 1 0 1 1 0-2 3 3 0 0 1 3 3v12a3 3 0 0 1-3 3z" />
|
|
145
|
+
</svg>
|
|
146
|
+
);
|
|
147
|
+
|
|
148
|
+
const borderTop = (props: LucideProps) => (
|
|
149
|
+
<svg
|
|
150
|
+
viewBox="0 0 24 24"
|
|
151
|
+
height="48"
|
|
152
|
+
width="48"
|
|
153
|
+
focusable="false"
|
|
154
|
+
role="img"
|
|
155
|
+
fill="currentColor"
|
|
156
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
157
|
+
{...props}
|
|
158
|
+
>
|
|
159
|
+
<path d="M3 6a1 1 0 0 0 2 0 1 1 0 0 1 1-1h12a1 1 0 0 1 1 1 1 1 0 1 0 2 0 3 3 0 0 0-3-3H6a3 3 0 0 0-3 3zm2 5a1 1 0 1 0-2 0v2a1 1 0 1 0 2 0v-2zm14 0a1 1 0 1 1 2 0v2a1 1 0 1 1-2 0v-2zm-5 9a1 1 0 0 1-1 1h-2a1 1 0 1 1 0-2h2a1 1 0 0 1 1 1zm-8 1a1 1 0 1 0 0-2 1 1 0 0 1-1-1 1 1 0 1 0-2 0 3 3 0 0 0 3 3zm11-1a1 1 0 0 0 1 1 3 3 0 0 0 3-3 1 1 0 1 0-2 0 1 1 0 0 1-1 1 1 1 0 0 0-1 1z" />
|
|
160
|
+
</svg>
|
|
161
|
+
);
|
|
162
|
+
|
|
163
|
+
export const Icons = {
|
|
164
|
+
add: Plus,
|
|
165
|
+
chevronDown: ChevronDown,
|
|
166
|
+
alignCenter: AlignCenter,
|
|
167
|
+
alignJustify: AlignJustify,
|
|
168
|
+
alignLeft: AlignLeft,
|
|
169
|
+
alignRight: AlignRight,
|
|
170
|
+
download: Download,
|
|
171
|
+
arrowLeft: ArrowLeft,
|
|
172
|
+
arrowRight: ArrowRight,
|
|
173
|
+
arrowDown: ChevronDown,
|
|
174
|
+
bg: PaintBucket,
|
|
175
|
+
blockquote: Quote,
|
|
176
|
+
bold: Bold,
|
|
177
|
+
borderAll,
|
|
178
|
+
borderBottom,
|
|
179
|
+
borderLeft,
|
|
180
|
+
borderNone,
|
|
181
|
+
borderRight,
|
|
182
|
+
borderTop,
|
|
183
|
+
check: Check,
|
|
184
|
+
chevronRight: ChevronRight,
|
|
185
|
+
chevronsUpDown: ChevronsUpDown,
|
|
186
|
+
clear: X,
|
|
187
|
+
close: X,
|
|
188
|
+
code: Code2,
|
|
189
|
+
codeblock: FileCode,
|
|
190
|
+
color: Baseline,
|
|
191
|
+
column: RectangleVertical,
|
|
192
|
+
combine: Combine,
|
|
193
|
+
ungroup: Ungroup,
|
|
194
|
+
comment: MessageSquare,
|
|
195
|
+
commentAdd: MessageSquarePlus,
|
|
196
|
+
delete: Trash,
|
|
197
|
+
dragHandle: GripVertical,
|
|
198
|
+
editing: Edit2,
|
|
199
|
+
emoji: Smile,
|
|
200
|
+
externalLink: ExternalLink,
|
|
201
|
+
h1: Heading1,
|
|
202
|
+
h2: Heading2,
|
|
203
|
+
h3: Heading3,
|
|
204
|
+
h4: Heading4,
|
|
205
|
+
h5: Heading5,
|
|
206
|
+
h6: Heading6,
|
|
207
|
+
image: Image,
|
|
208
|
+
indent: Indent,
|
|
209
|
+
italic: Italic,
|
|
210
|
+
kbd: Keyboard,
|
|
211
|
+
lineHeight: WrapText,
|
|
212
|
+
link: Link2,
|
|
213
|
+
minus: Minus,
|
|
214
|
+
more: MoreHorizontal,
|
|
215
|
+
ol: ListOrdered,
|
|
216
|
+
outdent: Outdent,
|
|
217
|
+
paragraph: Pilcrow,
|
|
218
|
+
refresh: RotateCcw,
|
|
219
|
+
row: RectangleHorizontal,
|
|
220
|
+
search: Search,
|
|
221
|
+
settings: Settings,
|
|
222
|
+
strikethrough: Strikethrough,
|
|
223
|
+
subscript: Subscript,
|
|
224
|
+
superscript: Superscript,
|
|
225
|
+
table: Table,
|
|
226
|
+
text: Text,
|
|
227
|
+
trash: Trash,
|
|
228
|
+
ul: List,
|
|
229
|
+
underline: Underline,
|
|
230
|
+
unlink: Link2Off,
|
|
231
|
+
viewing: Eye,
|
|
232
|
+
|
|
233
|
+
// www
|
|
234
|
+
gitHub: (props: LucideProps) => (
|
|
235
|
+
<svg viewBox="0 0 438.549 438.549" {...props}>
|
|
236
|
+
<path
|
|
237
|
+
fill="currentColor"
|
|
238
|
+
d="M409.132 114.573c-19.608-33.596-46.205-60.194-79.798-79.8-33.598-19.607-70.277-29.408-110.063-29.408-39.781 0-76.472 9.804-110.063 29.408-33.596 19.605-60.192 46.204-79.8 79.8C9.803 148.168 0 184.854 0 224.63c0 47.78 13.94 90.745 41.827 128.906 27.884 38.164 63.906 64.572 108.063 79.227 5.14.954 8.945.283 11.419-1.996 2.475-2.282 3.711-5.14 3.711-8.562 0-.571-.049-5.708-.144-15.417a2549.81 2549.81 0 01-.144-25.406l-6.567 1.136c-4.187.767-9.469 1.092-15.846 1-6.374-.089-12.991-.757-19.842-1.999-6.854-1.231-13.229-4.086-19.13-8.559-5.898-4.473-10.085-10.328-12.56-17.556l-2.855-6.57c-1.903-4.374-4.899-9.233-8.992-14.559-4.093-5.331-8.232-8.945-12.419-10.848l-1.999-1.431c-1.332-.951-2.568-2.098-3.711-3.429-1.142-1.331-1.997-2.663-2.568-3.997-.572-1.335-.098-2.43 1.427-3.289 1.525-.859 4.281-1.276 8.28-1.276l5.708.853c3.807.763 8.516 3.042 14.133 6.851 5.614 3.806 10.229 8.754 13.846 14.842 4.38 7.806 9.657 13.754 15.846 17.847 6.184 4.093 12.419 6.136 18.699 6.136 6.28 0 11.704-.476 16.274-1.423 4.565-.952 8.848-2.383 12.847-4.285 1.713-12.758 6.377-22.559 13.988-29.41-10.848-1.14-20.601-2.857-29.264-5.14-8.658-2.286-17.605-5.996-26.835-11.14-9.235-5.137-16.896-11.516-22.985-19.126-6.09-7.614-11.088-17.61-14.987-29.979-3.901-12.374-5.852-26.648-5.852-42.826 0-23.035 7.52-42.637 22.557-58.817-7.044-17.318-6.379-36.732 1.997-58.24 5.52-1.715 13.706-.428 24.554 3.853 10.85 4.283 18.794 7.952 23.84 10.994 5.046 3.041 9.089 5.618 12.135 7.708 17.705-4.947 35.976-7.421 54.818-7.421s37.117 2.474 54.823 7.421l10.849-6.849c7.419-4.57 16.18-8.758 26.262-12.565 10.088-3.805 17.802-4.853 23.134-3.138 8.562 21.509 9.325 40.922 2.279 58.24 15.036 16.18 22.559 35.787 22.559 58.817 0 16.178-1.958 30.497-5.853 42.966-3.9 12.471-8.941 22.457-15.125 29.979-6.191 7.521-13.901 13.85-23.131 18.986-9.232 5.14-18.182 8.85-26.84 11.136-8.662 2.286-18.415 4.004-29.263 5.146 9.894 8.562 14.842 22.077 14.842 40.539v60.237c0 3.422 1.19 6.279 3.572 8.562 2.379 2.279 6.136 2.95 11.276 1.995 44.163-14.653 80.185-41.062 108.068-79.226 27.88-38.161 41.825-81.126 41.825-128.906-.01-39.771-9.818-76.454-29.414-110.049z"
|
|
239
|
+
></path>
|
|
240
|
+
</svg>
|
|
241
|
+
),
|
|
242
|
+
logo: (props: LucideProps) => (
|
|
243
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
|
|
244
|
+
<path
|
|
245
|
+
fill="currentColor"
|
|
246
|
+
d="M11.572 0c-.176 0-.31.001-.358.007a19.76 19.76 0 0 1-.364.033C7.443.346 4.25 2.185 2.228 5.012a11.875 11.875 0 0 0-2.119 5.243c-.096.659-.108.854-.108 1.747s.012 1.089.108 1.748c.652 4.506 3.86 8.292 8.209 9.695.779.25 1.6.422 2.534.525.363.04 1.935.04 2.299 0 1.611-.178 2.977-.577 4.323-1.264.207-.106.247-.134.219-.158-.02-.013-.9-1.193-1.955-2.62l-1.919-2.592-2.404-3.558a338.739 338.739 0 0 0-2.422-3.556c-.009-.002-.018 1.579-.023 3.51-.007 3.38-.01 3.515-.052 3.595a.426.426 0 0 1-.206.214c-.075.037-.14.044-.495.044H7.81l-.108-.068a.438.438 0 0 1-.157-.171l-.05-.106.006-4.703.007-4.705.072-.092a.645.645 0 0 1 .174-.143c.096-.047.134-.051.54-.051.478 0 .558.018.682.154.035.038 1.337 1.999 2.895 4.361a10760.433 10760.433 0 0 0 4.735 7.17l1.9 2.879.096-.063a12.317 12.317 0 0 0 2.466-2.163 11.944 11.944 0 0 0 2.824-6.134c.096-.66.108-.854.108-1.748 0-.893-.012-1.088-.108-1.747-.652-4.506-3.859-8.292-8.208-9.695a12.597 12.597 0 0 0-2.499-.523A33.119 33.119 0 0 0 11.573 0zm4.069 7.217c.347 0 .408.005.486.047a.473.473 0 0 1 .237.277c.018.06.023 1.365.018 4.304l-.006 4.218-.744-1.14-.746-1.14v-3.066c0-1.982.01-3.097.023-3.15a.478.478 0 0 1 .233-.296c.096-.05.13-.054.5-.054z"
|
|
247
|
+
/>
|
|
248
|
+
</svg>
|
|
249
|
+
),
|
|
250
|
+
moon: Moon,
|
|
251
|
+
sun: SunMedium,
|
|
252
|
+
twitter: Twitter,
|
|
253
|
+
};
|
|
254
|
+
|
|
255
|
+
export const iconVariants = cva('', {
|
|
256
|
+
variants: {
|
|
257
|
+
variant: {
|
|
258
|
+
toolbar: 'size-5',
|
|
259
|
+
menuItem: 'mr-2 size-5',
|
|
260
|
+
},
|
|
261
|
+
size: {
|
|
262
|
+
sm: 'mr-2 size-4',
|
|
263
|
+
md: 'mr-2 size-6',
|
|
264
|
+
},
|
|
265
|
+
},
|
|
266
|
+
defaultVariants: {},
|
|
267
|
+
});
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
|
|
3
|
+
import { cn, withRef } from '@udecode/cn';
|
|
4
|
+
import { PlateElement, withHOC } from '@udecode/plate-common/react';
|
|
5
|
+
import { Image, ImagePlugin, useMediaState } from '@udecode/plate-media/react';
|
|
6
|
+
import { ResizableProvider, useResizableStore } from '@udecode/plate-resizable';
|
|
7
|
+
|
|
8
|
+
import { Caption, CaptionTextarea } from './caption';
|
|
9
|
+
import { MediaPopover } from './media-popover';
|
|
10
|
+
import {
|
|
11
|
+
Resizable,
|
|
12
|
+
ResizeHandle,
|
|
13
|
+
mediaResizeHandleVariants,
|
|
14
|
+
} from './resizable';
|
|
15
|
+
|
|
16
|
+
export const ImageElement = withHOC(
|
|
17
|
+
ResizableProvider,
|
|
18
|
+
withRef<typeof PlateElement>(
|
|
19
|
+
({ children, className, nodeProps, ...props }, ref) => {
|
|
20
|
+
const { align = 'center', focused, readOnly, selected } = useMediaState();
|
|
21
|
+
|
|
22
|
+
const width = useResizableStore().get.width();
|
|
23
|
+
|
|
24
|
+
return (
|
|
25
|
+
<MediaPopover plugin={ImagePlugin}>
|
|
26
|
+
<PlateElement
|
|
27
|
+
className={cn('py-2.5', className)}
|
|
28
|
+
ref={ref}
|
|
29
|
+
{...props}
|
|
30
|
+
>
|
|
31
|
+
<figure className="group relative m-0" contentEditable={false}>
|
|
32
|
+
<Resizable
|
|
33
|
+
align={align}
|
|
34
|
+
options={{
|
|
35
|
+
align,
|
|
36
|
+
readOnly,
|
|
37
|
+
}}
|
|
38
|
+
>
|
|
39
|
+
<ResizeHandle
|
|
40
|
+
className={mediaResizeHandleVariants({ direction: 'left' })}
|
|
41
|
+
options={{ direction: 'left' }}
|
|
42
|
+
/>
|
|
43
|
+
<Image
|
|
44
|
+
alt=""
|
|
45
|
+
className={cn(
|
|
46
|
+
'block w-full max-w-full cursor-pointer object-cover px-0',
|
|
47
|
+
'rounded-sm',
|
|
48
|
+
focused && selected && 'ring-2 ring-ring ring-offset-2'
|
|
49
|
+
)}
|
|
50
|
+
{...nodeProps}
|
|
51
|
+
/>
|
|
52
|
+
<ResizeHandle
|
|
53
|
+
className={mediaResizeHandleVariants({
|
|
54
|
+
direction: 'right',
|
|
55
|
+
})}
|
|
56
|
+
options={{ direction: 'right' }}
|
|
57
|
+
/>
|
|
58
|
+
</Resizable>
|
|
59
|
+
|
|
60
|
+
<Caption align={align} style={{ width }}>
|
|
61
|
+
<CaptionTextarea
|
|
62
|
+
placeholder="Write a caption..."
|
|
63
|
+
readOnly={readOnly}
|
|
64
|
+
/>
|
|
65
|
+
</Caption>
|
|
66
|
+
</figure>
|
|
67
|
+
|
|
68
|
+
{children}
|
|
69
|
+
</PlateElement>
|
|
70
|
+
</MediaPopover>
|
|
71
|
+
);
|
|
72
|
+
}
|
|
73
|
+
)
|
|
74
|
+
);
|