agilebuilder-ui 1.1.65-tmp3 → 1.1.65-tmp30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.full.min.js +16659 -0
- package/dist/style.css +3104 -0
- package/es/IntervalSelection/index.mjs +7 -0
- package/es/IntervalSelection/src/sectionDate.vue.mjs +49 -0
- package/es/breadcrumb/index.mjs +7 -0
- package/es/breadcrumb/src/breadcrumb.vue.mjs +28 -0
- package/es/chat-embed/index.mjs +7 -0
- package/es/chat-embed/src/chat-addition-data.vue.mjs +7 -0
- package/es/chat-embed/src/chat-addition-data.vue2.mjs +17 -0
- package/es/chat-embed/src/chat-ai-answer-tip.vue.mjs +7 -0
- package/es/chat-embed/src/chat-ai-answer-tip.vue2.mjs +29 -0
- package/es/chat-embed/src/chat-bubble-footer.vue.mjs +7 -0
- package/es/chat-embed/src/chat-bubble-footer.vue2.mjs +33 -0
- package/es/chat-embed/src/chat-embed-message.mjs +22 -0
- package/es/chat-embed/src/chat-sender.vue.mjs +7 -0
- package/es/chat-embed/src/chat-sender.vue2.mjs +158 -0
- package/es/chat-embed/src/components/answer-auto-chart.vue.mjs +7 -0
- package/es/chat-embed/src/components/answer-auto-chart.vue2.mjs +58 -0
- package/es/chat-embed/src/components/answer-home-chart.vue.mjs +7 -0
- package/es/chat-embed/src/components/answer-interaction-data.vue.mjs +7 -0
- package/es/chat-embed/src/components/answer-interaction-data.vue2.mjs +117 -0
- package/es/chat-embed/src/components/history-detail.vue.mjs +7 -0
- package/es/chat-embed/src/components/history-detail.vue2.mjs +55 -0
- package/es/chat-embed/src/header.vue.mjs +7 -0
- package/es/chat-embed/src/header.vue2.mjs +46 -0
- package/es/chat-embed/src/index.vue.mjs +7 -0
- package/es/chat-embed/src/index.vue2.mjs +307 -0
- package/es/chat-embed/src/recommendation-message.vue.mjs +7 -0
- package/es/chat-embed/src/recommendation-message.vue2.mjs +11 -0
- package/es/chat-embed/src/sidebar-item.vue.mjs +7 -0
- package/es/chat-embed/src/sidebar-item.vue2.mjs +118 -0
- package/es/chat-embed/src/util/history-message-util.mjs +96 -0
- package/es/chat-embed/src/util/mcp-utils.mjs +53 -0
- package/es/chat-embed/src/voice/index.mjs +7 -0
- package/es/chat-embed/src/voice/js/crypto-js.mjs +1004 -0
- package/es/chat-embed/src/voice/js/processor/index.umd.mjs +169 -0
- package/es/chat-embed/src/voice/voice.vue.mjs +105 -0
- package/es/date-picker-range/index.mjs +7 -0
- package/es/date-picker-range/index.vue.mjs +7 -0
- package/es/date-picker-range/index.vue2.mjs +93 -0
- package/es/department-tree/index.mjs +7 -0
- package/es/department-tree/src/department-tree.vue.mjs +23 -0
- package/es/department-tree-inline/index.mjs +7 -0
- package/es/department-tree-inline/src/department-multi-tree-inline.vue.mjs +91 -0
- package/es/department-tree-inline/src/department-single-tree-inline.vue.mjs +64 -0
- package/es/department-tree-inline/src/department-tree-inline.vue.mjs +17 -0
- package/es/department-tree-inline/src/department-tree-service.mjs +108 -0
- package/es/department-tree-inline/src/search-result.vue.mjs +40 -0
- package/es/department-tree-mobile/index.mjs +8 -0
- package/es/department-tree-mobile/src/department-tree-app.vue.mjs +16 -0
- package/es/department-tree-mobile/src/department-tree-app.vue3.mjs +5 -0
- package/es/department-tree-mobile/src/department-tree-inline-app.vue.mjs +121 -0
- package/es/department-tree-mobile/src/department-tree-inline-app.vue2.mjs +4 -0
- package/es/department-tree-mobile/src/department-tree-service.mjs +57 -0
- package/es/department-tree-mobile/src/dept-path.vue.mjs +15 -0
- package/es/department-tree-mobile/src/dept-path.vue2.mjs +4 -0
- package/es/department-tree-mobile/src/dept-result.vue.mjs +18 -0
- package/es/department-tree-mobile/src/dept-result.vue2.mjs +4 -0
- package/es/department-user-tree/index.mjs +7 -0
- package/es/department-user-tree/src/department-user-multiple-tree.vue.mjs +20 -0
- package/es/department-user-tree/src/department-user-single-tree.vue.mjs +19 -0
- package/es/department-user-tree/src/department-user-tree.vue.mjs +27 -0
- package/es/department-user-tree-inline/index.mjs +7 -0
- package/es/department-user-tree-inline/src/department-user-multiple-tree-inline.vue.mjs +165 -0
- package/es/department-user-tree-inline/src/department-user-single-tree-inline.vue.mjs +69 -0
- package/es/department-user-tree-inline/src/department-user-tree-inline.vue.mjs +16 -0
- package/es/department-user-tree-inline/src/department-user-tree-multi-service.mjs +81 -0
- package/es/department-user-tree-inline/src/department-user-tree-single-service.mjs +54 -0
- package/es/department-user-tree-inline/src/group-user/group-input.vue.mjs +39 -0
- package/es/department-user-tree-inline/src/group-user/group-list.vue.mjs +27 -0
- package/es/department-user-tree-inline/src/group-user/group-user.vue.mjs +16 -0
- package/es/department-user-tree-inline/src/group-user-multiple-tree.vue.mjs +78 -0
- package/es/department-user-tree-inline/src/group-user-single-tree.vue.mjs +34 -0
- package/es/department-user-tree-inline/src/search-result.vue.mjs +41 -0
- package/es/department-user-tree-mobile/index.mjs +8 -0
- package/es/department-user-tree-mobile/src/department-user-tree-app.vue.mjs +16 -0
- package/es/department-user-tree-mobile/src/department-user-tree-app.vue3.mjs +5 -0
- package/es/department-user-tree-mobile/src/department-user-tree-inline-app.vue.mjs +135 -0
- package/es/department-user-tree-mobile/src/department-user-tree-inline-app.vue2.mjs +4 -0
- package/es/department-user-tree-mobile/src/dept-path.vue.mjs +15 -0
- package/es/department-user-tree-mobile/src/dept-path.vue2.mjs +4 -0
- package/es/department-user-tree-mobile/src/dept-result.vue.mjs +18 -0
- package/es/department-user-tree-mobile/src/dept-result.vue2.mjs +4 -0
- package/es/directives/prevent-reclick.mjs +15 -0
- package/es/dynamic-source-select/index.mjs +7 -0
- package/es/dynamic-source-select/src/dynamic-source-select-service.mjs +32 -0
- package/es/dynamic-source-select/src/dynamic-source-select.vue.mjs +276 -0
- package/es/empty-state/index.vue.mjs +9 -0
- package/es/empty-state/index.vue2.mjs +4 -0
- package/es/favicon.svg +29 -0
- package/es/fs-preview/index.mjs +7 -0
- package/es/fs-preview/src/fs-preview.vue.mjs +128 -0
- package/es/fs-upload/index.mjs +7 -0
- package/es/fs-upload/src/fs-upload-multi.vue.mjs +71 -0
- package/es/fs-upload/src/fs-upload-single.vue.mjs +73 -0
- package/es/fs-upload/src/fs-upload.vue.mjs +24 -0
- package/es/fs-upload/src/see-big-picture.vue.mjs +12 -0
- package/es/fs-upload-list/index.mjs +7 -0
- package/es/fs-upload-list/src/fs-upload-list.vue.mjs +98 -0
- package/es/fs-upload-new/index.mjs +7 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-app.vue.mjs +61 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-app.vue2.mjs +4 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue.mjs +178 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue2.mjs +4 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-component.vue.mjs +7 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-component.vue2.mjs +39 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-input.vue.mjs +45 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-input.vue2.mjs +4 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload.vue.mjs +35 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload.vue2.mjs +4 -0
- package/es/fs-upload-new/src/fs-button-upload.vue.mjs +7 -0
- package/es/fs-upload-new/src/fs-button-upload.vue2.mjs +62 -0
- package/es/fs-upload-new/src/fs-drag-upload.vue.mjs +7 -0
- package/es/fs-upload-new/src/fs-drag-upload.vue2.mjs +63 -0
- package/es/fs-upload-new/src/fs-preview-new.vue.mjs +8 -0
- package/es/fs-upload-new/src/fs-preview-new.vue2.mjs +93 -0
- package/es/fs-upload-new/src/fs-upload-new.vue.mjs +64 -0
- package/es/fs-upload-new/src/fs-upload-new.vue2.mjs +4 -0
- package/es/hamburger/index.mjs +7 -0
- package/es/hamburger/src/hamburger.vue.mjs +15 -0
- package/es/index.mjs +388 -0
- package/es/json-view/json-view-dialog.vue.mjs +19 -0
- package/es/json-view/json-view-dialog.vue2.mjs +4 -0
- package/es/json-view/json-view.vue.mjs +4 -0
- package/es/json-view/json-view.vue2.mjs +36 -0
- package/es/multipart-upload/index.mjs +7 -0
- package/es/multipart-upload/src/index.vue.mjs +14 -0
- package/es/multipart-upload/src/multipart-upload-form.vue.mjs +82 -0
- package/es/multipart-upload/src/multipart-upload-list.vue.mjs +104 -0
- package/es/organization-input/index.mjs +7 -0
- package/es/organization-input/src/organization-input.vue.mjs +224 -0
- package/es/plugins/export-data-new.mjs +237 -0
- package/es/plugins/export-data.mjs +179 -0
- package/es/plugins/index.mjs +9 -0
- package/es/remove-department/index.mjs +7 -0
- package/es/remove-department/src/remove-department.vue.mjs +33 -0
- package/es/remove-user/index.mjs +7 -0
- package/es/remove-user/src/remove-user.vue.mjs +35 -0
- package/es/remove-workgroup/index.mjs +7 -0
- package/es/remove-workgroup/src/remove-workgroup.vue.mjs +31 -0
- package/es/rich-editor/index.mjs +7 -0
- package/es/rich-editor/index.vue.mjs +115 -0
- package/es/rich-editor/viewer.vue.mjs +27 -0
- package/es/row-form/index.mjs +7 -0
- package/es/row-form/index.vue.mjs +7 -0
- package/es/row-form/index.vue2.mjs +62 -0
- package/es/row-form/operation.vue.mjs +32 -0
- package/es/row-form/operation.vue2.mjs +4 -0
- package/es/scan-code-input/index.mjs +7 -0
- package/es/scan-code-input/src/events.mjs +15 -0
- package/es/scan-code-input/src/scan-code-input.vue.mjs +32 -0
- package/es/scan-code-input-browser/index.mjs +7 -0
- package/es/scan-code-input-browser/src/scan-code-input.vue.mjs +39 -0
- package/es/secret-info/index.mjs +7 -0
- package/es/secret-info/index.vue.mjs +16 -0
- package/es/src/api/sso-service.mjs +57 -0
- package/es/src/api/tab.mjs +15 -0
- package/es/src/components/Affix/index.vue.mjs +7 -0
- package/es/src/components/Affix/index.vue2.mjs +83 -0
- package/es/src/components/Card/index.mjs +51 -0
- package/es/src/components/Scrollbar/index.vue.mjs +52 -0
- package/es/src/directives/permission/index.mjs +7 -0
- package/es/src/directives/permission/permission.mjs +11 -0
- package/es/src/i18n/i18n.mjs +7 -0
- package/es/src/i18n/langs/cn.mjs +4 -0
- package/es/src/i18n/langs/en.mjs +4 -0
- package/es/src/permission.mjs +79 -0
- package/es/src/router/index.mjs +10 -0
- package/es/src/store/index.mjs +13 -0
- package/es/src/store/modules/permission.mjs +31 -0
- package/es/src/store/modules/system.mjs +12 -0
- package/es/src/store/modules/tab-content.mjs +20 -0
- package/es/src/store/modules/user.mjs +139 -0
- package/es/src/utils/auth.mjs +156 -0
- package/es/src/utils/calculator/calculator-util.mjs +56 -0
- package/es/src/utils/chat-ai-util.mjs +34 -0
- package/es/src/utils/common-util.mjs +448 -0
- package/es/src/utils/insert_css.mjs +17 -0
- package/es/src/utils/jump-page-utils.mjs +264 -0
- package/es/src/utils/menu.mjs +14 -0
- package/es/src/utils/permission.mjs +45 -0
- package/es/src/utils/permissionAuth.mjs +154 -0
- package/es/src/utils/range-selector.mjs +105 -0
- package/es/src/utils/request.mjs +140 -0
- package/es/src/utils/util.mjs +361 -0
- package/es/src/utils/voice-setting-cache.mjs +212 -0
- package/es/src/utils/watermark.mjs +40 -0
- package/es/src/utils/workflow-util.mjs +42 -0
- package/es/src/views/dsc-component/Sidebar/Item.vue.mjs +7 -0
- package/es/src/views/dsc-component/Sidebar/Item.vue2.mjs +12 -0
- package/es/src/views/dsc-component/Sidebar/Link.vue.mjs +14 -0
- package/es/src/views/dsc-component/Sidebar/SidebarItem.vue.mjs +53 -0
- package/es/src/views/dsc-component/Sidebar/index.vue.mjs +111 -0
- package/es/src/views/dsc-component/tabs/tab-content.vue.mjs +66 -0
- package/es/src/views/error-page/401.vue.mjs +15 -0
- package/es/src/views/error-page/404.vue.mjs +12 -0
- package/es/src/views/layout/EmptyLayout.vue.mjs +9 -0
- package/es/src/views/layout/Layout.vue.mjs +28 -0
- package/es/src/views/layout/NewLayout.vue.mjs +11 -0
- package/es/src/views/layout/components/AppMain.vue.mjs +13 -0
- package/es/src/views/layout/components/Breadcrumb/index.vue.mjs +49 -0
- package/es/src/views/layout/components/Menubar/Item.vue.mjs +7 -0
- package/es/src/views/layout/components/Menubar/Item.vue2.mjs +15 -0
- package/es/src/views/layout/components/Menubar/Link.vue.mjs +14 -0
- package/es/src/views/layout/components/Menubar/SidebarItem.vue.mjs +56 -0
- package/es/src/views/layout/components/Menubar/index.vue.mjs +90 -0
- package/es/src/views/layout/components/Sidebar/Item.vue2.mjs +4 -0
- package/es/src/views/layout/components/Sidebar/Link.vue.mjs +12 -0
- package/es/src/views/layout/components/Sidebar/SidebarItem.vue.mjs +22 -0
- package/es/src/views/layout/components/Sidebar/index.vue.mjs +58 -0
- package/es/src/views/layout/components/iframe-page.vue.mjs +14 -0
- package/es/src/views/layout/components/tabs/tab-content.vue.mjs +64 -0
- package/es/src/views/layout/mixin/ResizeHandler.mjs +16 -0
- package/es/src/views/layout/tab-content-iframe-index.vue.mjs +14 -0
- package/es/src/views/layout/tab-content-index.vue.mjs +28 -0
- package/es/src/views/super-icon/index.mjs +7 -0
- package/es/src/views/super-icon/src/index.vue.mjs +7 -0
- package/es/src/views/super-icon/src/index.vue2.mjs +13 -0
- package/es/src/views/svg-icon/src/svg-icon.vue2.mjs +14 -0
- package/es/src/views/wf-history/tache-subprocess-history.vue.mjs +14 -0
- package/es/style.css +3103 -0
- package/es/super-grid/index.mjs +7 -0
- package/es/super-grid/src/apis.mjs +487 -0
- package/es/super-grid/src/columns-config.vue.mjs +82 -0
- package/es/super-grid/src/components/grid-icon.vue.mjs +47 -0
- package/es/super-grid/src/components/grid-radio-input.vue.mjs +25 -0
- package/es/super-grid/src/components/grid-radio-input.vue2.mjs +4 -0
- package/es/super-grid/src/components/mobile-table-card.mjs +109 -0
- package/es/super-grid/src/components/select-input.vue.mjs +149 -0
- package/es/super-grid/src/components/select-input.vue2.mjs +4 -0
- package/es/super-grid/src/custom-formatter.mjs +168 -0
- package/es/super-grid/src/dynamic-input.vue.mjs +482 -0
- package/es/super-grid/src/events.mjs +37 -0
- package/es/super-grid/src/formValidatorUtil.mjs +109 -0
- package/es/super-grid/src/group-column.vue.mjs +24 -0
- package/es/super-grid/src/header-context-menu.vue.mjs +15 -0
- package/es/super-grid/src/index-column.vue.mjs +22 -0
- package/es/super-grid/src/normal-column-content.vue.mjs +322 -0
- package/es/super-grid/src/normal-column.vue.mjs +105 -0
- package/es/super-grid/src/row-detail.vue.mjs +14 -0
- package/es/super-grid/src/row-operation.vue.mjs +89 -0
- package/es/super-grid/src/scan-util.mjs +100 -0
- package/es/super-grid/src/search-button.vue.mjs +25 -0
- package/es/super-grid/src/search-condition-input.vue.mjs +17 -0
- package/es/super-grid/src/search-condition-list.vue.mjs +20 -0
- package/es/super-grid/src/search-form-advancedQuery.vue.mjs +116 -0
- package/es/super-grid/src/search-form-dialog.vue.mjs +27 -0
- package/es/super-grid/src/search-form-item.vue.mjs +128 -0
- package/es/super-grid/src/search-form-mobile.vue.mjs +41 -0
- package/es/super-grid/src/search-form-number.vue.mjs +25 -0
- package/es/super-grid/src/search-form-open.vue.mjs +52 -0
- package/es/super-grid/src/search-form-ordinarySearch.vue.mjs +41 -0
- package/es/super-grid/src/search-form.vue.mjs +207 -0
- package/es/super-grid/src/selection-column.vue.mjs +11 -0
- package/es/super-grid/src/super-grid-service.mjs +260 -0
- package/es/super-grid/src/super-grid.vue.mjs +1114 -0
- package/es/super-grid/src/utils.mjs +401 -0
- package/es/super-grid/src/view-image-dialog.vue.mjs +67 -0
- package/es/super-icon/index.mjs +7 -0
- package/es/super-icon/src/index.vue.mjs +7 -0
- package/es/super-icon/src/index.vue2.mjs +13 -0
- package/es/super-nine-grid/index.mjs +7 -0
- package/es/super-nine-grid/src/apis.mjs +36 -0
- package/es/super-nine-grid/src/custom-formatter.mjs +35 -0
- package/es/super-nine-grid/src/search-form-number.vue.mjs +12 -0
- package/es/super-nine-grid/src/search-form.vue.mjs +91 -0
- package/es/super-nine-grid/src/super-grid-service.mjs +39 -0
- package/es/super-nine-grid/src/super-nine-grid.vue.mjs +225 -0
- package/es/super-nine-grid/src/utils.mjs +32 -0
- package/es/svg-icon/index.mjs +7 -0
- package/es/svg-icon/src/svg-icon.vue.mjs +14 -0
- package/es/utils/memory-cache-utils.mjs +30 -0
- package/es/utils/organization.mjs +70 -0
- package/es/utils/utils.mjs +87 -0
- package/es/utils/value-set.mjs +94 -0
- package/es/valid-code/index.mjs +7 -0
- package/es/valid-code/src/valid-code.vue.mjs +23 -0
- package/es/workflow-button/index.mjs +7 -0
- package/es/workflow-button/src/workflow-button.vue.mjs +85 -0
- package/es/workflow-history-list/index.mjs +7 -0
- package/es/workflow-history-list/src/workflow-history-list.vue.mjs +89 -0
- package/es/workgroup-tree/index.mjs +7 -0
- package/es/workgroup-tree/src/workgroup-tree.vue.mjs +23 -0
- package/es/workgroup-tree-inline/index.mjs +7 -0
- package/es/workgroup-tree-inline/src/search-result.vue.mjs +39 -0
- package/es/workgroup-tree-inline/src/workgroup-tree-inline.vue.mjs +128 -0
- package/es/workgroup-tree-inline/src/workgroup-tree-service.mjs +35 -0
- package/es/workgroup-tree-mobile/index.mjs +8 -0
- package/es/workgroup-tree-mobile/src/dept-result.vue.mjs +17 -0
- package/es/workgroup-tree-mobile/src/dept-result.vue2.mjs +4 -0
- package/es/workgroup-tree-mobile/src/workgroup-tree-app.vue.mjs +16 -0
- package/es/workgroup-tree-mobile/src/workgroup-tree-app.vue3.mjs +5 -0
- package/es/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue.mjs +109 -0
- package/es/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue2.mjs +4 -0
- package/es/workgroup-user-tree/index.mjs +7 -0
- package/es/workgroup-user-tree/src/workgroup-user-tree.vue.mjs +23 -0
- package/es/workgroup-user-tree-inline/index.mjs +7 -0
- package/es/workgroup-user-tree-inline/src/search-result.vue.mjs +39 -0
- package/es/workgroup-user-tree-inline/src/workgroup-tree-inline-service.mjs +73 -0
- package/es/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue.mjs +172 -0
- package/es/workgroup-user-tree-mobile/src/dept-path.vue.mjs +15 -0
- package/es/workgroup-user-tree-mobile/src/dept-path.vue2.mjs +4 -0
- package/es/workgroup-user-tree-mobile/src/dept-result.vue.mjs +18 -0
- package/es/workgroup-user-tree-mobile/src/dept-result.vue2.mjs +4 -0
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue.mjs +16 -0
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue2.mjs +4 -0
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue3.mjs +5 -0
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue.mjs +135 -0
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue2.mjs +4 -0
- package/es/year-range-picker/index.mjs +7 -0
- package/es/year-range-picker/src/year-range-picker.vue.mjs +14 -0
- package/lib/IntervalSelection/index.cjs +5 -0
- package/lib/IntervalSelection/src/sectionDate.vue.cjs +45 -0
- package/lib/IntervalSelection/src/sectionDate.vue2.cjs +2 -0
- package/lib/_virtual/__vite-browser-external.cjs +2 -0
- package/lib/_virtual/_plugin-vue_export-helper.cjs +7 -0
- package/lib/breadcrumb/index.cjs +5 -0
- package/lib/breadcrumb/src/breadcrumb.vue.cjs +37 -0
- package/lib/breadcrumb/src/breadcrumb.vue2.cjs +2 -0
- package/lib/chat-embed/index.cjs +5 -0
- package/lib/chat-embed/src/chat-addition-data.vue.cjs +5 -0
- package/lib/chat-embed/src/chat-addition-data.vue2.cjs +15 -0
- package/lib/chat-embed/src/chat-addition-data.vue3.cjs +2 -0
- package/lib/chat-embed/src/chat-ai-answer-tip.vue.cjs +5 -0
- package/lib/chat-embed/src/chat-ai-answer-tip.vue2.cjs +26 -0
- package/lib/chat-embed/src/chat-ai-answer-tip.vue3.cjs +2 -0
- package/lib/chat-embed/src/chat-bubble-footer.vue.cjs +5 -0
- package/lib/chat-embed/src/chat-bubble-footer.vue2.cjs +28 -0
- package/lib/chat-embed/src/chat-bubble-footer.vue3.cjs +2 -0
- package/lib/chat-embed/src/chat-embed-message.cjs +16 -0
- package/lib/chat-embed/src/chat-sender.vue.cjs +5 -0
- package/lib/chat-embed/src/chat-sender.vue2.cjs +145 -0
- package/lib/chat-embed/src/chat-sender.vue3.cjs +2 -0
- package/lib/chat-embed/src/components/answer-auto-chart.vue.cjs +5 -0
- package/lib/chat-embed/src/components/answer-auto-chart.vue2.cjs +50 -0
- package/lib/chat-embed/src/components/answer-auto-chart.vue3.cjs +2 -0
- package/lib/chat-embed/src/components/answer-home-chart.vue.cjs +5 -0
- package/lib/chat-embed/src/components/answer-home-chart.vue2.cjs +3 -0
- package/lib/chat-embed/src/components/answer-home-chart.vue3.cjs +2 -0
- package/lib/chat-embed/src/components/answer-interaction-data.vue.cjs +5 -0
- package/lib/chat-embed/src/components/answer-interaction-data.vue2.cjs +107 -0
- package/lib/chat-embed/src/components/answer-interaction-data.vue3.cjs +2 -0
- package/lib/chat-embed/src/components/history-detail.vue.cjs +5 -0
- package/lib/chat-embed/src/components/history-detail.vue2.cjs +50 -0
- package/lib/chat-embed/src/components/history-detail.vue3.cjs +2 -0
- package/lib/chat-embed/src/header.vue.cjs +5 -0
- package/lib/chat-embed/src/header.vue2.cjs +39 -0
- package/lib/chat-embed/src/header.vue3.cjs +2 -0
- package/lib/chat-embed/src/index.vue.cjs +5 -0
- package/lib/chat-embed/src/index.vue2.cjs +281 -0
- package/lib/chat-embed/src/index.vue3.cjs +2 -0
- package/lib/chat-embed/src/recommendation-message.vue.cjs +5 -0
- package/lib/chat-embed/src/recommendation-message.vue2.cjs +8 -0
- package/lib/chat-embed/src/recommendation-message.vue3.cjs +2 -0
- package/lib/chat-embed/src/sidebar-item.vue.cjs +5 -0
- package/lib/chat-embed/src/sidebar-item.vue2.cjs +109 -0
- package/lib/chat-embed/src/sidebar-item.vue3.cjs +2 -0
- package/lib/chat-embed/src/type.cjs +3 -0
- package/lib/chat-embed/src/util/chat-embed-util.cjs +51 -0
- package/lib/chat-embed/src/util/history-message-util.cjs +74 -0
- package/lib/chat-embed/src/util/mcp-utils.cjs +50 -0
- package/lib/chat-embed/src/util/text-file-util.cjs +8 -0
- package/lib/chat-embed/src/voice/index.cjs +5 -0
- package/lib/chat-embed/src/voice/js/crypto-js.cjs +1005 -0
- package/lib/chat-embed/src/voice/js/processor/index.umd.cjs +170 -0
- package/lib/chat-embed/src/voice/js/timer.cjs +8 -0
- package/lib/chat-embed/src/voice/voice.vue.cjs +96 -0
- package/lib/date-picker-range/index.cjs +5 -0
- package/lib/date-picker-range/index.vue.cjs +5 -0
- package/lib/date-picker-range/index.vue2.cjs +89 -0
- package/lib/date-picker-range/index.vue3.cjs +2 -0
- package/lib/department-tree/index.cjs +5 -0
- package/lib/department-tree/src/department-tree.vue.cjs +17 -0
- package/lib/department-tree-inline/index.cjs +5 -0
- package/lib/department-tree-inline/src/department-multi-tree-inline.vue.cjs +81 -0
- package/lib/department-tree-inline/src/department-multi-tree-inline.vue2.cjs +2 -0
- package/lib/department-tree-inline/src/department-single-tree-inline.vue.cjs +54 -0
- package/lib/department-tree-inline/src/department-single-tree-inline.vue2.cjs +2 -0
- package/lib/department-tree-inline/src/department-tree-inline.vue.cjs +12 -0
- package/lib/department-tree-inline/src/department-tree-service.cjs +106 -0
- package/lib/department-tree-inline/src/search-result.vue.cjs +36 -0
- package/lib/department-tree-inline/src/search-result.vue2.cjs +2 -0
- package/lib/department-tree-mobile/index.cjs +5 -0
- package/lib/department-tree-mobile/src/department-tree-app.vue.cjs +13 -0
- package/lib/department-tree-mobile/src/department-tree-app.vue2.cjs +2 -0
- package/lib/department-tree-mobile/src/department-tree-app.vue3.cjs +3 -0
- package/lib/department-tree-mobile/src/department-tree-inline-app.vue.cjs +110 -0
- package/lib/department-tree-mobile/src/department-tree-inline-app.vue2.cjs +3 -0
- package/lib/department-tree-mobile/src/department-tree-service.cjs +47 -0
- package/lib/department-tree-mobile/src/dept-path.vue.cjs +13 -0
- package/lib/department-tree-mobile/src/dept-path.vue2.cjs +3 -0
- package/lib/department-tree-mobile/src/dept-result.vue.cjs +14 -0
- package/lib/department-tree-mobile/src/dept-result.vue2.cjs +3 -0
- package/lib/department-user-tree/index.cjs +5 -0
- package/lib/department-user-tree/src/department-user-multiple-tree.vue.cjs +16 -0
- package/lib/department-user-tree/src/department-user-multiple-tree.vue2.cjs +2 -0
- package/lib/department-user-tree/src/department-user-single-tree.vue.cjs +14 -0
- package/lib/department-user-tree/src/department-user-tree.vue.cjs +21 -0
- package/lib/department-user-tree-inline/index.cjs +5 -0
- package/lib/department-user-tree-inline/src/department-user-multiple-tree-inline.vue.cjs +154 -0
- package/lib/department-user-tree-inline/src/department-user-multiple-tree-inline.vue2.cjs +2 -0
- package/lib/department-user-tree-inline/src/department-user-single-tree-inline.vue.cjs +57 -0
- package/lib/department-user-tree-inline/src/department-user-single-tree-inline.vue2.cjs +2 -0
- package/lib/department-user-tree-inline/src/department-user-tree-inline.vue.cjs +11 -0
- package/lib/department-user-tree-inline/src/department-user-tree-multi-service.cjs +78 -0
- package/lib/department-user-tree-inline/src/department-user-tree-single-service.cjs +51 -0
- package/lib/department-user-tree-inline/src/group-user/group-input.vue.cjs +34 -0
- package/lib/department-user-tree-inline/src/group-user/group-list.vue.cjs +22 -0
- package/lib/department-user-tree-inline/src/group-user/group-user.vue.cjs +10 -0
- package/lib/department-user-tree-inline/src/group-user-multiple-tree.vue.cjs +72 -0
- package/lib/department-user-tree-inline/src/group-user-single-tree.vue.cjs +28 -0
- package/lib/department-user-tree-inline/src/group-user-tree-service.cjs +33 -0
- package/lib/department-user-tree-inline/src/search-result.vue.cjs +38 -0
- package/lib/department-user-tree-inline/src/search-result.vue2.cjs +2 -0
- package/lib/department-user-tree-mobile/index.cjs +5 -0
- package/lib/department-user-tree-mobile/src/department-user-tree-app.vue.cjs +13 -0
- package/lib/department-user-tree-mobile/src/department-user-tree-app.vue2.cjs +2 -0
- package/lib/department-user-tree-mobile/src/department-user-tree-app.vue3.cjs +3 -0
- package/lib/department-user-tree-mobile/src/department-user-tree-inline-app.vue.cjs +124 -0
- package/lib/department-user-tree-mobile/src/department-user-tree-inline-app.vue2.cjs +3 -0
- package/lib/department-user-tree-mobile/src/department-user-tree-service.cjs +28 -0
- package/lib/department-user-tree-mobile/src/dept-path.vue.cjs +13 -0
- package/lib/department-user-tree-mobile/src/dept-path.vue2.cjs +3 -0
- package/lib/department-user-tree-mobile/src/dept-result.vue.cjs +14 -0
- package/lib/department-user-tree-mobile/src/dept-result.vue2.cjs +3 -0
- package/lib/directives/prevent-reclick.cjs +14 -0
- package/lib/dynamic-source-select/index.cjs +5 -0
- package/lib/dynamic-source-select/src/dynamic-source-select-service.cjs +30 -0
- package/lib/dynamic-source-select/src/dynamic-source-select.vue.cjs +266 -0
- package/lib/dynamic-source-select/src/dynamic-source-select.vue2.cjs +2 -0
- package/lib/dynamic-source-select/src/dynamic-source-select.vue3.cjs +2 -0
- package/lib/dynamic-source-select/src/events.cjs +28 -0
- package/lib/empty-state/index.vue.cjs +6 -0
- package/lib/empty-state/index.vue2.cjs +3 -0
- package/lib/fs-preview/index.cjs +5 -0
- package/lib/fs-preview/src/fs-preview.vue.cjs +119 -0
- package/lib/fs-preview/src/fs-preview.vue2.cjs +2 -0
- package/lib/fs-upload/index.cjs +5 -0
- package/lib/fs-upload/src/fs-upload-multi.vue.cjs +63 -0
- package/lib/fs-upload/src/fs-upload-single.vue.cjs +64 -0
- package/lib/fs-upload/src/fs-upload.vue.cjs +18 -0
- package/lib/fs-upload/src/see-big-picture.vue.cjs +9 -0
- package/lib/fs-upload-list/index.cjs +5 -0
- package/lib/fs-upload-list/src/fs-upload-list.vue.cjs +91 -0
- package/lib/fs-upload-list/src/fs-upload-list.vue2.cjs +2 -0
- package/lib/fs-upload-new/index.cjs +5 -0
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-app.vue.cjs +57 -0
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-app.vue2.cjs +3 -0
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue.cjs +170 -0
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue2.cjs +3 -0
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue.cjs +5 -0
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue2.cjs +32 -0
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue3.cjs +2 -0
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-input.vue.cjs +41 -0
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-input.vue2.cjs +3 -0
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload.vue.cjs +29 -0
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload.vue2.cjs +3 -0
- package/lib/fs-upload-new/src/fs-button-upload.vue.cjs +5 -0
- package/lib/fs-upload-new/src/fs-button-upload.vue2.cjs +55 -0
- package/lib/fs-upload-new/src/fs-button-upload.vue3.cjs +2 -0
- package/lib/fs-upload-new/src/fs-drag-upload.vue.cjs +5 -0
- package/lib/fs-upload-new/src/fs-drag-upload.vue2.cjs +55 -0
- package/lib/fs-upload-new/src/fs-drag-upload.vue3.cjs +2 -0
- package/lib/fs-upload-new/src/fs-preview-new.vue.cjs +5 -0
- package/lib/fs-upload-new/src/fs-preview-new.vue2.cjs +84 -0
- package/lib/fs-upload-new/src/fs-preview-new.vue3.cjs +2 -0
- package/lib/fs-upload-new/src/fs-preview-new.vue4.cjs +2 -0
- package/lib/fs-upload-new/src/fs-upload-new.vue.cjs +54 -0
- package/lib/fs-upload-new/src/fs-upload-new.vue2.cjs +3 -0
- package/lib/hamburger/index.cjs +5 -0
- package/lib/hamburger/src/hamburger.vue.cjs +11 -0
- package/lib/hamburger/src/hamburger.vue2.cjs +2 -0
- package/lib/index.cjs +41 -0
- package/lib/json-view/json-view-dialog.vue.cjs +16 -0
- package/lib/json-view/json-view-dialog.vue2.cjs +3 -0
- package/lib/json-view/json-view.vue.cjs +3 -0
- package/lib/json-view/json-view.vue2.cjs +32 -0
- package/lib/multipart-upload/index.cjs +5 -0
- package/lib/multipart-upload/src/index.vue.cjs +10 -0
- package/lib/multipart-upload/src/multipart-upload-form.vue.cjs +73 -0
- package/lib/multipart-upload/src/multipart-upload-list.vue.cjs +96 -0
- package/lib/organization-input/index.cjs +5 -0
- package/lib/organization-input/src/organization-input.vue.cjs +218 -0
- package/lib/organization-input/src/organization-input.vue2.cjs +2 -0
- package/lib/plugins/export-data-new.cjs +229 -0
- package/lib/plugins/export-data.cjs +173 -0
- package/lib/plugins/index.cjs +5 -0
- package/lib/plugins/public-method.cjs +13 -0
- package/lib/remove-department/index.cjs +5 -0
- package/lib/remove-department/src/remove-department.vue.cjs +27 -0
- package/lib/remove-department/src/remove-dept-service.cjs +12 -0
- package/lib/remove-user/index.cjs +5 -0
- package/lib/remove-user/src/remove-user-service.cjs +12 -0
- package/lib/remove-user/src/remove-user.vue.cjs +29 -0
- package/lib/remove-workgroup/index.cjs +5 -0
- package/lib/remove-workgroup/src/remove-workgroup-service.cjs +12 -0
- package/lib/remove-workgroup/src/remove-workgroup.vue.cjs +25 -0
- package/lib/rich-editor/index.cjs +5 -0
- package/lib/rich-editor/index.vue.cjs +67 -0
- package/lib/rich-editor/tinymce/zh_CN.cjs +2 -0
- package/lib/rich-editor/viewer.vue.cjs +24 -0
- package/lib/row-form/index.cjs +5 -0
- package/lib/row-form/index.vue.cjs +5 -0
- package/lib/row-form/index.vue2.cjs +56 -0
- package/lib/row-form/index.vue3.cjs +2 -0
- package/lib/row-form/operation.vue.cjs +28 -0
- package/lib/row-form/operation.vue2.cjs +3 -0
- package/lib/scan-code-input/index.cjs +5 -0
- package/lib/scan-code-input/src/events.cjs +13 -0
- package/lib/scan-code-input/src/scan-code-input.vue.cjs +26 -0
- package/lib/scan-code-input-browser/index.cjs +5 -0
- package/lib/scan-code-input-browser/src/scan-code-input.vue.cjs +34 -0
- package/lib/secret-info/index.cjs +5 -0
- package/lib/secret-info/index.vue.cjs +13 -0
- package/lib/src/api/sso-service.cjs +55 -0
- package/lib/src/api/tab.cjs +14 -0
- package/lib/src/assets/401/401.gif.cjs +2 -0
- package/lib/src/assets/404/404-cloud.png.cjs +2 -0
- package/lib/src/assets/404/404.png.cjs +2 -0
- package/lib/src/assets/chat-embed/robot.gif.cjs +2 -0
- package/lib/src/assets/chat-embed/robot.svg.cjs +2 -0
- package/lib/src/assets/nonemessage.png.cjs +2 -0
- package/lib/src/components/Affix/index.vue.cjs +5 -0
- package/lib/src/components/Affix/index.vue2.cjs +81 -0
- package/lib/src/components/Affix/index.vue3.cjs +2 -0
- package/lib/src/components/Card/index.cjs +46 -0
- package/lib/src/components/Scrollbar/index.vue.cjs +48 -0
- package/lib/src/components/Scrollbar/index.vue2.cjs +2 -0
- package/lib/src/directives/permission/index.cjs +5 -0
- package/lib/src/directives/permission/permission.cjs +9 -0
- package/lib/src/i18n/i18n.cjs +3 -0
- package/lib/src/i18n/langs/cn.cjs +2 -0
- package/lib/src/i18n/langs/en.cjs +2 -0
- package/lib/src/mixins/resizeMixin.cjs +20 -0
- package/lib/src/permission.cjs +76 -0
- package/lib/src/router/index.cjs +16 -0
- package/lib/src/store/getters.cjs +2 -0
- package/lib/src/store/index.cjs +16 -0
- package/lib/src/store/modules/app.cjs +40 -0
- package/lib/src/store/modules/chat-ai-store.cjs +33 -0
- package/lib/src/store/modules/permission.cjs +30 -0
- package/lib/src/store/modules/system.cjs +10 -0
- package/lib/src/store/modules/tab-content.cjs +18 -0
- package/lib/src/store/modules/table.cjs +17 -0
- package/lib/src/store/modules/user.cjs +133 -0
- package/lib/src/utils/auth-api.cjs +132 -0
- package/lib/src/utils/auth.cjs +86 -0
- package/lib/src/utils/calculator/calculator-factory-wf.cjs +166 -0
- package/lib/src/utils/calculator/calculator-factory.cjs +92 -0
- package/lib/src/utils/calculator/calculator-util.cjs +53 -0
- package/lib/src/utils/chat-ai-util.cjs +26 -0
- package/lib/src/utils/common-util.cjs +362 -0
- package/lib/src/utils/eventBus.cjs +3 -0
- package/lib/src/utils/file-util.cjs +22 -0
- package/lib/src/utils/global-prop.cjs +22 -0
- package/lib/src/utils/guid.cjs +7 -0
- package/lib/src/utils/i18n-util.cjs +62 -0
- package/lib/src/utils/iconUtils.cjs +19 -0
- package/lib/src/utils/index.cjs +32 -0
- package/lib/src/utils/insert_css.cjs +18 -0
- package/lib/src/utils/json-util.cjs +45 -0
- package/lib/src/utils/jump-page-utils.cjs +256 -0
- package/lib/src/utils/local-storage.cjs +18 -0
- package/lib/src/utils/menu.cjs +13 -0
- package/lib/src/utils/permission.cjs +41 -0
- package/lib/src/utils/permissionAuth.cjs +120 -0
- package/lib/src/utils/range-selector.cjs +101 -0
- package/lib/src/utils/request.cjs +131 -0
- package/lib/src/utils/resize.cjs +11 -0
- package/lib/src/utils/restful-interface-utils.cjs +15 -0
- package/lib/src/utils/util.cjs +341 -0
- package/lib/src/utils/validate.cjs +12 -0
- package/lib/src/utils/voice-setting-cache.cjs +199 -0
- package/lib/src/utils/watermark-cache.cjs +10 -0
- package/lib/src/utils/watermark.cjs +33 -0
- package/lib/src/utils/workflow-util.cjs +41 -0
- package/lib/src/views/dsc-component/Sidebar/Item.vue.cjs +5 -0
- package/lib/src/views/dsc-component/Sidebar/Item.vue2.cjs +9 -0
- package/lib/src/views/dsc-component/Sidebar/Item.vue3.cjs +2 -0
- package/lib/src/views/dsc-component/Sidebar/Link.vue.cjs +11 -0
- package/lib/src/views/dsc-component/Sidebar/SidebarItem.vue.cjs +46 -0
- package/lib/src/views/dsc-component/Sidebar/SidebarItem.vue2.cjs +2 -0
- package/lib/src/views/dsc-component/Sidebar/index.vue.cjs +103 -0
- package/lib/src/views/dsc-component/tabs/tab-content.vue.cjs +61 -0
- package/lib/src/views/dsc-component/tabs/tab-content.vue2.cjs +2 -0
- package/lib/src/views/dsc-component/tabs/tab-content.vue3.cjs +2 -0
- package/lib/src/views/error-page/401.vue.cjs +11 -0
- package/lib/src/views/error-page/401.vue2.cjs +2 -0
- package/lib/src/views/error-page/404.vue.cjs +8 -0
- package/lib/src/views/error-page/404.vue2.cjs +2 -0
- package/lib/src/views/layout/EmptyLayout.vue.cjs +7 -0
- package/lib/src/views/layout/Layout.vue.cjs +21 -0
- package/lib/src/views/layout/Layout.vue2.cjs +2 -0
- package/lib/src/views/layout/NewLayout.vue.cjs +7 -0
- package/lib/src/views/layout/components/AppMain.vue.cjs +11 -0
- package/lib/src/views/layout/components/AppMain.vue2.cjs +2 -0
- package/lib/src/views/layout/components/Breadcrumb/index.vue.cjs +56 -0
- package/lib/src/views/layout/components/Breadcrumb/index.vue2.cjs +2 -0
- package/lib/src/views/layout/components/Menubar/Item.vue.cjs +5 -0
- package/lib/src/views/layout/components/Menubar/Item.vue2.cjs +13 -0
- package/lib/src/views/layout/components/Menubar/Item.vue3.cjs +2 -0
- package/lib/src/views/layout/components/Menubar/Link.vue.cjs +11 -0
- package/lib/src/views/layout/components/Menubar/SidebarItem.vue.cjs +47 -0
- package/lib/src/views/layout/components/Menubar/SidebarItem.vue2.cjs +2 -0
- package/lib/src/views/layout/components/Menubar/index.vue.cjs +79 -0
- package/lib/src/views/layout/components/Sidebar/Item.vue.cjs +7 -0
- package/lib/src/views/layout/components/Sidebar/Item.vue2.cjs +3 -0
- package/lib/src/views/layout/components/Sidebar/Link.vue.cjs +9 -0
- package/lib/src/views/layout/components/Sidebar/SidebarItem.vue.cjs +16 -0
- package/lib/src/views/layout/components/Sidebar/SidebarItem.vue2.cjs +2 -0
- package/lib/src/views/layout/components/Sidebar/index.vue.cjs +51 -0
- package/lib/src/views/layout/components/iframe-page.vue.cjs +12 -0
- package/lib/src/views/layout/components/iframe-page.vue2.cjs +2 -0
- package/lib/src/views/layout/components/tabs/tab-content.vue.cjs +60 -0
- package/lib/src/views/layout/components/tabs/tab-content.vue2.cjs +2 -0
- package/lib/src/views/layout/components/tabs/tab-content.vue3.cjs +2 -0
- package/lib/src/views/layout/mixin/ResizeHandler.cjs +14 -0
- package/lib/src/views/layout/tab-content-iframe-index.vue.cjs +12 -0
- package/lib/src/views/layout/tab-content-iframe-index.vue2.cjs +2 -0
- package/lib/src/views/layout/tab-content-index.vue.cjs +22 -0
- package/lib/src/views/layout/tab-content-index.vue2.cjs +2 -0
- package/lib/src/views/login/authredirect.vue.cjs +6 -0
- package/lib/src/views/redirect/index.vue.cjs +17 -0
- package/lib/src/views/super-icon/index.cjs +5 -0
- package/lib/src/views/super-icon/src/index.vue.cjs +5 -0
- package/lib/src/views/super-icon/src/index.vue2.cjs +10 -0
- package/lib/src/views/super-icon/src/index.vue3.cjs +2 -0
- package/lib/src/views/svg-icon/src/svg-icon.vue.cjs +2 -0
- package/lib/src/views/svg-icon/src/svg-icon.vue2.cjs +12 -0
- package/lib/src/views/wf-history/tache-subprocess-history.vue.cjs +12 -0
- package/lib/src/views/wf-history/tache-subprocess-history.vue2.cjs +2 -0
- package/lib/style.css +1234 -1208
- package/lib/super-grid/index.cjs +5 -0
- package/lib/super-grid/src/apis.cjs +477 -0
- package/lib/super-grid/src/columns-config.vue.cjs +76 -0
- package/lib/super-grid/src/components/grid-icon.vue.cjs +39 -0
- package/lib/super-grid/src/components/grid-radio-input.vue.cjs +22 -0
- package/lib/super-grid/src/components/grid-radio-input.vue2.cjs +3 -0
- package/lib/super-grid/src/components/mobile-table-card.cjs +99 -0
- package/lib/super-grid/src/components/select-input.vue.cjs +141 -0
- package/lib/super-grid/src/components/select-input.vue2.cjs +3 -0
- package/lib/super-grid/src/custom-formatter.cjs +163 -0
- package/lib/super-grid/src/dynamic-input.vue.cjs +465 -0
- package/lib/super-grid/src/eventBus.cjs +3 -0
- package/lib/super-grid/src/events.cjs +35 -0
- package/lib/super-grid/src/formValidatorUtil.cjs +106 -0
- package/lib/super-grid/src/formatter.cjs +69 -0
- package/lib/super-grid/src/group-column.vue.cjs +19 -0
- package/lib/super-grid/src/header-context-menu.vue.cjs +12 -0
- package/lib/super-grid/src/header-context-menu.vue2.cjs +2 -0
- package/lib/super-grid/src/index-column.vue.cjs +19 -0
- package/lib/super-grid/src/normal-column-content.vue.cjs +303 -0
- package/lib/super-grid/src/normal-column-content.vue2.cjs +2 -0
- package/lib/super-grid/src/normal-column.vue.cjs +90 -0
- package/lib/super-grid/src/normal-column.vue2.cjs +2 -0
- package/lib/super-grid/src/public-methods.cjs +20 -0
- package/lib/super-grid/src/row-detail.vue.cjs +11 -0
- package/lib/super-grid/src/row-operation.vue.cjs +82 -0
- package/lib/super-grid/src/row-operation.vue2.cjs +2 -0
- package/lib/super-grid/src/scan-util.cjs +98 -0
- package/lib/super-grid/src/search-button.vue.cjs +20 -0
- package/lib/super-grid/src/search-condition-input.vue.cjs +13 -0
- package/lib/super-grid/src/search-condition-list.vue.cjs +17 -0
- package/lib/super-grid/src/search-form-advancedQuery.vue.cjs +106 -0
- package/lib/super-grid/src/search-form-advancedQuery.vue2.cjs +2 -0
- package/lib/super-grid/src/search-form-dialog.vue.cjs +23 -0
- package/lib/super-grid/src/search-form-item.vue.cjs +120 -0
- package/lib/super-grid/src/search-form-item.vue2.cjs +2 -0
- package/lib/super-grid/src/search-form-mobile.vue.cjs +32 -0
- package/lib/super-grid/src/search-form-mobile.vue2.cjs +2 -0
- package/lib/super-grid/src/search-form-number.vue.cjs +21 -0
- package/lib/super-grid/src/search-form-open.vue.cjs +46 -0
- package/lib/super-grid/src/search-form-ordinarySearch.vue.cjs +33 -0
- package/lib/super-grid/src/search-form-ordinarySearch.vue2.cjs +2 -0
- package/lib/super-grid/src/search-form.vue.cjs +194 -0
- package/lib/super-grid/src/search-form.vue2.cjs +2 -0
- package/lib/super-grid/src/search-methods.cjs +163 -0
- package/lib/super-grid/src/selection-column.vue.cjs +9 -0
- package/lib/super-grid/src/store.cjs +3 -0
- package/lib/super-grid/src/super-grid-service.cjs +253 -0
- package/lib/super-grid/src/super-grid.vue.cjs +1083 -0
- package/lib/super-grid/src/super-grid.vue2.cjs +2 -0
- package/lib/super-grid/src/utils.cjs +373 -0
- package/lib/super-grid/src/view-image-dialog.vue.cjs +60 -0
- package/lib/super-icon/index.cjs +5 -0
- package/lib/super-icon/src/index.vue.cjs +5 -0
- package/lib/super-icon/src/index.vue2.cjs +10 -0
- package/lib/super-icon/src/index.vue3.cjs +2 -0
- package/lib/super-nine-grid/index.cjs +5 -0
- package/lib/super-nine-grid/src/apis.cjs +33 -0
- package/lib/super-nine-grid/src/custom-formatter.cjs +33 -0
- package/lib/super-nine-grid/src/formatter.cjs +36 -0
- package/lib/super-nine-grid/src/search-form-number.vue.cjs +9 -0
- package/lib/super-nine-grid/src/search-form.vue.cjs +84 -0
- package/lib/super-nine-grid/src/search-form.vue2.cjs +2 -0
- package/lib/super-nine-grid/src/search-methods.cjs +47 -0
- package/lib/super-nine-grid/src/store.cjs +3 -0
- package/lib/super-nine-grid/src/super-grid-service.cjs +35 -0
- package/lib/super-nine-grid/src/super-nine-grid.vue.cjs +215 -0
- package/lib/super-nine-grid/src/super-nine-grid.vue2.cjs +2 -0
- package/lib/super-nine-grid/src/utils.cjs +36 -0
- package/lib/svg-icon/index.cjs +5 -0
- package/lib/svg-icon/src/svg-icon.vue.cjs +12 -0
- package/lib/svg-icon/src/svg-icon.vue2.cjs +2 -0
- package/lib/utils/gogocodeTransfer.cjs +28 -0
- package/lib/utils/memory-cache-utils.cjs +28 -0
- package/lib/utils/organization.cjs +55 -0
- package/lib/utils/utils.cjs +85 -0
- package/lib/utils/value-set.cjs +92 -0
- package/lib/valid-code/index.cjs +5 -0
- package/lib/valid-code/src/valid-code.vue.cjs +20 -0
- package/lib/valid-code/src/valid-code.vue2.cjs +2 -0
- package/lib/workflow-button/index.cjs +5 -0
- package/lib/workflow-button/src/workflow-button.vue.cjs +80 -0
- package/lib/workflow-history-list/index.cjs +5 -0
- package/lib/workflow-history-list/src/api.cjs +5 -0
- package/lib/workflow-history-list/src/workflow-history-list.vue.cjs +83 -0
- package/lib/workflow-history-list/src/workflow-history-list.vue2.cjs +2 -0
- package/lib/workgroup-tree/index.cjs +5 -0
- package/lib/workgroup-tree/src/workgroup-tree.vue.cjs +17 -0
- package/lib/workgroup-tree-inline/index.cjs +5 -0
- package/lib/workgroup-tree-inline/src/search-result.vue.cjs +35 -0
- package/lib/workgroup-tree-inline/src/search-result.vue2.cjs +2 -0
- package/lib/workgroup-tree-inline/src/workgroup-tree-inline.vue.cjs +119 -0
- package/lib/workgroup-tree-inline/src/workgroup-tree-inline.vue2.cjs +2 -0
- package/lib/workgroup-tree-inline/src/workgroup-tree-service.cjs +33 -0
- package/lib/workgroup-tree-mobile/index.cjs +5 -0
- package/lib/workgroup-tree-mobile/src/dept-result.vue.cjs +14 -0
- package/lib/workgroup-tree-mobile/src/dept-result.vue2.cjs +3 -0
- package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue.cjs +13 -0
- package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue2.cjs +2 -0
- package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue3.cjs +3 -0
- package/lib/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue.cjs +99 -0
- package/lib/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue2.cjs +3 -0
- package/lib/workgroup-tree-mobile/src/workgroup-tree-service.cjs +25 -0
- package/lib/workgroup-user-tree/index.cjs +5 -0
- package/lib/workgroup-user-tree/src/workgroup-user-tree.vue.cjs +17 -0
- package/lib/workgroup-user-tree-inline/index.cjs +5 -0
- package/lib/workgroup-user-tree-inline/src/search-result.vue.cjs +35 -0
- package/lib/workgroup-user-tree-inline/src/search-result.vue2.cjs +2 -0
- package/lib/workgroup-user-tree-inline/src/workgroup-tree-inline-service.cjs +71 -0
- package/lib/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue.cjs +163 -0
- package/lib/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue2.cjs +2 -0
- package/lib/workgroup-user-tree-mobile/src/dept-path.vue.cjs +13 -0
- package/lib/workgroup-user-tree-mobile/src/dept-path.vue2.cjs +3 -0
- package/lib/workgroup-user-tree-mobile/src/dept-result.vue.cjs +14 -0
- package/lib/workgroup-user-tree-mobile/src/dept-result.vue2.cjs +3 -0
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue.cjs +13 -0
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue2.cjs +2 -0
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue3.cjs +3 -0
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue.cjs +124 -0
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue2.cjs +3 -0
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-service.cjs +20 -0
- package/lib/year-range-picker/index.cjs +5 -0
- package/lib/year-range-picker/src/year-range-picker.vue.cjs +11 -0
- package/package.json +9 -7
- package/src/components/Card/index.jsx +12 -2
- package/src/components/Scrollbar/index.vue +165 -154
- package/src/i18n/langs/cn.js +10 -2
- package/src/i18n/langs/en.js +10 -2
- package/src/styles/index.scss +9 -2
- package/src/styles/theme/default.scss +18 -13
- package/src/styles/theme/tiffany-blue-mobile/home.scss +44 -1
- package/src/utils/auth-api.js +1 -0
- package/src/utils/common-util.js +13 -0
- package/src/utils/watermark.js +1 -1
- package/src/views/layout/components/Menubar/Item.vue +1 -1
- package/src/views/svg-icon/src/svg-icon.vue +5 -8
- package/vite.config.js +31 -71
- package/lib/IntervalSelection/index.js +0 -7
- package/lib/IntervalSelection/src/sectionDate.vue.js +0 -49
- package/lib/breadcrumb/index.js +0 -7
- package/lib/breadcrumb/src/breadcrumb.vue.js +0 -28
- package/lib/chat-embed/index.js +0 -7
- package/lib/chat-embed/src/chat-addition-data.vue.js +0 -7
- package/lib/chat-embed/src/chat-addition-data.vue2.js +0 -14
- package/lib/chat-embed/src/chat-ai-answer-tip.vue.js +0 -7
- package/lib/chat-embed/src/chat-ai-answer-tip.vue2.js +0 -29
- package/lib/chat-embed/src/chat-bubble-footer.vue.js +0 -7
- package/lib/chat-embed/src/chat-bubble-footer.vue2.js +0 -33
- package/lib/chat-embed/src/chat-embed-message.js +0 -22
- package/lib/chat-embed/src/chat-sender.vue.js +0 -7
- package/lib/chat-embed/src/chat-sender.vue2.js +0 -157
- package/lib/chat-embed/src/components/answer-auto-chart.vue.js +0 -7
- package/lib/chat-embed/src/components/answer-auto-chart.vue2.js +0 -59
- package/lib/chat-embed/src/components/answer-home-chart.vue.js +0 -7
- package/lib/chat-embed/src/components/answer-interaction-data.vue.js +0 -7
- package/lib/chat-embed/src/components/answer-interaction-data.vue2.js +0 -118
- package/lib/chat-embed/src/components/history-detail.vue.js +0 -7
- package/lib/chat-embed/src/components/history-detail.vue2.js +0 -55
- package/lib/chat-embed/src/header.vue.js +0 -7
- package/lib/chat-embed/src/header.vue2.js +0 -46
- package/lib/chat-embed/src/index.vue.js +0 -7
- package/lib/chat-embed/src/index.vue2.js +0 -303
- package/lib/chat-embed/src/recommendation-message.vue.js +0 -7
- package/lib/chat-embed/src/recommendation-message.vue2.js +0 -8
- package/lib/chat-embed/src/sidebar-item.vue.js +0 -7
- package/lib/chat-embed/src/sidebar-item.vue2.js +0 -118
- package/lib/chat-embed/src/util/history-message-util.js +0 -96
- package/lib/chat-embed/src/util/mcp-utils.js +0 -53
- package/lib/chat-embed/src/voice/index.js +0 -7
- package/lib/chat-embed/src/voice/js/crypto-js.js +0 -1013
- package/lib/chat-embed/src/voice/js/processor/index.umd.js +0 -178
- package/lib/chat-embed/src/voice/voice.vue.js +0 -103
- package/lib/date-picker-range/index.js +0 -7
- package/lib/date-picker-range/index.vue.js +0 -7
- package/lib/date-picker-range/index.vue2.js +0 -93
- package/lib/department-tree/index.js +0 -7
- package/lib/department-tree/src/department-tree.vue.js +0 -23
- package/lib/department-tree-inline/index.js +0 -7
- package/lib/department-tree-inline/src/department-multi-tree-inline.vue.js +0 -91
- package/lib/department-tree-inline/src/department-single-tree-inline.vue.js +0 -64
- package/lib/department-tree-inline/src/department-tree-inline.vue.js +0 -17
- package/lib/department-tree-inline/src/department-tree-service.js +0 -108
- package/lib/department-tree-inline/src/search-result.vue.js +0 -39
- package/lib/department-tree-mobile/index.js +0 -8
- package/lib/department-tree-mobile/src/department-tree-app.vue.js +0 -15
- package/lib/department-tree-mobile/src/department-tree-app.vue3.js +0 -5
- package/lib/department-tree-mobile/src/department-tree-inline-app.vue.js +0 -121
- package/lib/department-tree-mobile/src/department-tree-inline-app.vue2.js +0 -4
- package/lib/department-tree-mobile/src/department-tree-service.js +0 -55
- package/lib/department-tree-mobile/src/dept-path.vue.js +0 -14
- package/lib/department-tree-mobile/src/dept-path.vue2.js +0 -4
- package/lib/department-tree-mobile/src/dept-result.vue.js +0 -16
- package/lib/department-tree-mobile/src/dept-result.vue2.js +0 -4
- package/lib/department-user-tree/index.js +0 -7
- package/lib/department-user-tree/src/department-user-multiple-tree.vue.js +0 -20
- package/lib/department-user-tree/src/department-user-single-tree.vue.js +0 -19
- package/lib/department-user-tree/src/department-user-tree.vue.js +0 -27
- package/lib/department-user-tree-inline/index.js +0 -7
- package/lib/department-user-tree-inline/src/department-user-multiple-tree-inline.vue.js +0 -165
- package/lib/department-user-tree-inline/src/department-user-single-tree-inline.vue.js +0 -69
- package/lib/department-user-tree-inline/src/department-user-tree-inline.vue.js +0 -16
- package/lib/department-user-tree-inline/src/department-user-tree-multi-service.js +0 -81
- package/lib/department-user-tree-inline/src/department-user-tree-single-service.js +0 -54
- package/lib/department-user-tree-inline/src/group-user/group-input.vue.js +0 -39
- package/lib/department-user-tree-inline/src/group-user/group-list.vue.js +0 -27
- package/lib/department-user-tree-inline/src/group-user/group-user.vue.js +0 -16
- package/lib/department-user-tree-inline/src/group-user-multiple-tree.vue.js +0 -78
- package/lib/department-user-tree-inline/src/group-user-single-tree.vue.js +0 -34
- package/lib/department-user-tree-inline/src/search-result.vue.js +0 -41
- package/lib/department-user-tree-mobile/index.js +0 -8
- package/lib/department-user-tree-mobile/src/department-user-tree-app.vue.js +0 -15
- package/lib/department-user-tree-mobile/src/department-user-tree-app.vue3.js +0 -5
- package/lib/department-user-tree-mobile/src/department-user-tree-inline-app.vue.js +0 -135
- package/lib/department-user-tree-mobile/src/department-user-tree-inline-app.vue2.js +0 -4
- package/lib/department-user-tree-mobile/src/dept-path.vue.js +0 -14
- package/lib/department-user-tree-mobile/src/dept-path.vue2.js +0 -4
- package/lib/department-user-tree-mobile/src/dept-result.vue.js +0 -17
- package/lib/department-user-tree-mobile/src/dept-result.vue2.js +0 -4
- package/lib/directives/prevent-reclick.js +0 -15
- package/lib/dynamic-source-select/index.js +0 -7
- package/lib/dynamic-source-select/src/dynamic-source-select-service.js +0 -32
- package/lib/dynamic-source-select/src/dynamic-source-select.vue.js +0 -275
- package/lib/empty-state/index.vue.js +0 -9
- package/lib/empty-state/index.vue2.js +0 -4
- package/lib/fs-preview/index.js +0 -7
- package/lib/fs-preview/src/fs-preview.vue.js +0 -120
- package/lib/fs-upload/index.js +0 -7
- package/lib/fs-upload/src/fs-upload-multi.vue.js +0 -71
- package/lib/fs-upload/src/fs-upload-single.vue.js +0 -73
- package/lib/fs-upload/src/fs-upload.vue.js +0 -24
- package/lib/fs-upload/src/see-big-picture.vue.js +0 -12
- package/lib/fs-upload-list/index.js +0 -7
- package/lib/fs-upload-list/src/fs-upload-list.vue.js +0 -97
- package/lib/fs-upload-new/index.js +0 -7
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-app.vue.js +0 -61
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-app.vue2.js +0 -4
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue.js +0 -178
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue2.js +0 -4
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue.js +0 -7
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue2.js +0 -38
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-input.vue.js +0 -45
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-input.vue2.js +0 -4
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload.vue.js +0 -35
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload.vue2.js +0 -4
- package/lib/fs-upload-new/src/fs-button-upload.vue.js +0 -7
- package/lib/fs-upload-new/src/fs-button-upload.vue2.js +0 -62
- package/lib/fs-upload-new/src/fs-drag-upload.vue.js +0 -7
- package/lib/fs-upload-new/src/fs-drag-upload.vue2.js +0 -63
- package/lib/fs-upload-new/src/fs-preview-new.vue.js +0 -8
- package/lib/fs-upload-new/src/fs-preview-new.vue2.js +0 -93
- package/lib/fs-upload-new/src/fs-upload-new.vue.js +0 -65
- package/lib/fs-upload-new/src/fs-upload-new.vue2.js +0 -4
- package/lib/hamburger/index.js +0 -7
- package/lib/hamburger/src/hamburger.vue.js +0 -15
- package/lib/index.js +0 -380
- package/lib/json-view/json-view-dialog.vue.js +0 -19
- package/lib/json-view/json-view-dialog.vue2.js +0 -4
- package/lib/json-view/json-view.vue.js +0 -4
- package/lib/json-view/json-view.vue2.js +0 -36
- package/lib/multipart-upload/index.js +0 -7
- package/lib/multipart-upload/src/index.vue.js +0 -13
- package/lib/multipart-upload/src/multipart-upload-form.vue.js +0 -82
- package/lib/multipart-upload/src/multipart-upload-list.vue.js +0 -101
- package/lib/organization-input/index.js +0 -7
- package/lib/organization-input/src/organization-input.vue.js +0 -224
- package/lib/plugins/export-data-new.js +0 -237
- package/lib/plugins/export-data.js +0 -179
- package/lib/plugins/index.js +0 -9
- package/lib/remove-department/index.js +0 -7
- package/lib/remove-department/src/remove-department.vue.js +0 -33
- package/lib/remove-user/index.js +0 -7
- package/lib/remove-user/src/remove-user.vue.js +0 -35
- package/lib/remove-workgroup/index.js +0 -7
- package/lib/remove-workgroup/src/remove-workgroup.vue.js +0 -31
- package/lib/rich-editor/index.js +0 -7
- package/lib/rich-editor/index.vue.js +0 -115
- package/lib/rich-editor/viewer.vue.js +0 -27
- package/lib/row-form/index.js +0 -7
- package/lib/row-form/index.vue.js +0 -7
- package/lib/row-form/index.vue2.js +0 -62
- package/lib/row-form/operation.vue.js +0 -32
- package/lib/row-form/operation.vue2.js +0 -4
- package/lib/scan-code-input/index.js +0 -7
- package/lib/scan-code-input/src/events.js +0 -15
- package/lib/scan-code-input/src/scan-code-input.vue.js +0 -32
- package/lib/scan-code-input-browser/index.js +0 -7
- package/lib/scan-code-input-browser/src/scan-code-input.vue.js +0 -39
- package/lib/secret-info/index.js +0 -7
- package/lib/secret-info/index.vue.js +0 -16
- package/lib/src/api/sso-service.js +0 -57
- package/lib/src/api/tab.js +0 -15
- package/lib/src/components/Affix/index.vue.js +0 -7
- package/lib/src/components/Affix/index.vue2.js +0 -81
- package/lib/src/components/Card/index.js +0 -48
- package/lib/src/components/Scrollbar/index.vue.js +0 -51
- package/lib/src/directives/permission/index.js +0 -7
- package/lib/src/directives/permission/permission.js +0 -11
- package/lib/src/i18n/i18n.js +0 -7
- package/lib/src/i18n/langs/cn.js +0 -4
- package/lib/src/i18n/langs/en.js +0 -4
- package/lib/src/permission.js +0 -78
- package/lib/src/router/index.js +0 -9
- package/lib/src/store/index.js +0 -13
- package/lib/src/store/modules/permission.js +0 -31
- package/lib/src/store/modules/system.js +0 -12
- package/lib/src/store/modules/tab-content.js +0 -20
- package/lib/src/store/modules/user.js +0 -139
- package/lib/src/utils/auth.js +0 -156
- package/lib/src/utils/calculator/calculator-util.js +0 -54
- package/lib/src/utils/chat-ai-util.js +0 -30
- package/lib/src/utils/common-util.js +0 -438
- package/lib/src/utils/insert_css.js +0 -16
- package/lib/src/utils/jump-page-utils.js +0 -264
- package/lib/src/utils/menu.js +0 -14
- package/lib/src/utils/permission.js +0 -45
- package/lib/src/utils/permissionAuth.js +0 -153
- package/lib/src/utils/range-selector.js +0 -105
- package/lib/src/utils/request.js +0 -140
- package/lib/src/utils/util.js +0 -361
- package/lib/src/utils/voice-setting-cache.js +0 -211
- package/lib/src/utils/watermark.js +0 -40
- package/lib/src/utils/workflow-util.js +0 -42
- package/lib/src/views/dsc-component/Sidebar/Item.vue.js +0 -7
- package/lib/src/views/dsc-component/Sidebar/Item.vue2.js +0 -12
- package/lib/src/views/dsc-component/Sidebar/Link.vue.js +0 -14
- package/lib/src/views/dsc-component/Sidebar/SidebarItem.vue.js +0 -53
- package/lib/src/views/dsc-component/Sidebar/index.vue.js +0 -111
- package/lib/src/views/dsc-component/tabs/tab-content.vue.js +0 -63
- package/lib/src/views/error-page/401.vue.js +0 -15
- package/lib/src/views/error-page/404.vue.js +0 -12
- package/lib/src/views/layout/EmptyLayout.vue.js +0 -9
- package/lib/src/views/layout/Layout.vue.js +0 -28
- package/lib/src/views/layout/NewLayout.vue.js +0 -11
- package/lib/src/views/layout/components/AppMain.vue.js +0 -13
- package/lib/src/views/layout/components/Breadcrumb/index.vue.js +0 -48
- package/lib/src/views/layout/components/Menubar/Item.vue.js +0 -7
- package/lib/src/views/layout/components/Menubar/Item.vue2.js +0 -15
- package/lib/src/views/layout/components/Menubar/Link.vue.js +0 -14
- package/lib/src/views/layout/components/Menubar/SidebarItem.vue.js +0 -56
- package/lib/src/views/layout/components/Menubar/index.vue.js +0 -90
- package/lib/src/views/layout/components/Sidebar/Item.vue2.js +0 -4
- package/lib/src/views/layout/components/Sidebar/Link.vue.js +0 -12
- package/lib/src/views/layout/components/Sidebar/SidebarItem.vue.js +0 -22
- package/lib/src/views/layout/components/Sidebar/index.vue.js +0 -58
- package/lib/src/views/layout/components/iframe-page.vue.js +0 -14
- package/lib/src/views/layout/components/tabs/tab-content.vue.js +0 -62
- package/lib/src/views/layout/mixin/ResizeHandler.js +0 -16
- package/lib/src/views/layout/tab-content-iframe-index.vue.js +0 -14
- package/lib/src/views/layout/tab-content-index.vue.js +0 -28
- package/lib/src/views/wf-history/tache-subprocess-history.vue.js +0 -14
- package/lib/super-grid/index.js +0 -7
- package/lib/super-grid/src/apis.js +0 -458
- package/lib/super-grid/src/columns-config.vue.js +0 -81
- package/lib/super-grid/src/components/grid-icon.vue.js +0 -47
- package/lib/super-grid/src/components/grid-radio-input.vue.js +0 -25
- package/lib/super-grid/src/components/grid-radio-input.vue2.js +0 -4
- package/lib/super-grid/src/components/mobile-table-card.js +0 -109
- package/lib/super-grid/src/components/select-input.vue.js +0 -148
- package/lib/super-grid/src/components/select-input.vue2.js +0 -4
- package/lib/super-grid/src/custom-formatter.js +0 -167
- package/lib/super-grid/src/dynamic-input.vue.js +0 -481
- package/lib/super-grid/src/events.js +0 -37
- package/lib/super-grid/src/formValidatorUtil.js +0 -109
- package/lib/super-grid/src/group-column.vue.js +0 -24
- package/lib/super-grid/src/header-context-menu.vue.js +0 -14
- package/lib/super-grid/src/index-column.vue.js +0 -22
- package/lib/super-grid/src/normal-column-content.vue.js +0 -318
- package/lib/super-grid/src/normal-column.vue.js +0 -106
- package/lib/super-grid/src/row-detail.vue.js +0 -14
- package/lib/super-grid/src/row-operation.vue.js +0 -89
- package/lib/super-grid/src/scan-util.js +0 -100
- package/lib/super-grid/src/search-button.vue.js +0 -23
- package/lib/super-grid/src/search-condition-input.vue.js +0 -17
- package/lib/super-grid/src/search-condition-list.vue.js +0 -20
- package/lib/super-grid/src/search-form-advancedQuery.vue.js +0 -116
- package/lib/super-grid/src/search-form-dialog.vue.js +0 -16
- package/lib/super-grid/src/search-form-item.vue.js +0 -128
- package/lib/super-grid/src/search-form-mobile.vue.js +0 -41
- package/lib/super-grid/src/search-form-number.vue.js +0 -26
- package/lib/super-grid/src/search-form-open.vue.js +0 -50
- package/lib/super-grid/src/search-form-ordinarySearch.vue.js +0 -39
- package/lib/super-grid/src/search-form.vue.js +0 -201
- package/lib/super-grid/src/selection-column.vue.js +0 -11
- package/lib/super-grid/src/super-grid-service.js +0 -259
- package/lib/super-grid/src/super-grid.vue.js +0 -1052
- package/lib/super-grid/src/utils.js +0 -355
- package/lib/super-grid/src/view-image-dialog.vue.js +0 -67
- package/lib/super-icon/index.js +0 -7
- package/lib/super-icon/src/index.vue.js +0 -7
- package/lib/super-icon/src/index.vue2.js +0 -13
- package/lib/super-nine-grid/index.js +0 -7
- package/lib/super-nine-grid/src/apis.js +0 -36
- package/lib/super-nine-grid/src/custom-formatter.js +0 -35
- package/lib/super-nine-grid/src/search-form-number.vue.js +0 -13
- package/lib/super-nine-grid/src/search-form.vue.js +0 -91
- package/lib/super-nine-grid/src/super-grid-service.js +0 -39
- package/lib/super-nine-grid/src/super-nine-grid.vue.js +0 -225
- package/lib/super-nine-grid/src/utils.js +0 -32
- package/lib/svg-icon/index.js +0 -7
- package/lib/svg-icon/src/svg-icon.vue.js +0 -14
- package/lib/utils/memory-cache-utils.js +0 -30
- package/lib/utils/organization.js +0 -57
- package/lib/utils/utils.js +0 -87
- package/lib/utils/value-set.js +0 -94
- package/lib/valid-code/index.js +0 -7
- package/lib/valid-code/src/valid-code.vue.js +0 -23
- package/lib/workflow-button/index.js +0 -7
- package/lib/workflow-button/src/workflow-button.vue.js +0 -85
- package/lib/workflow-history-list/index.js +0 -7
- package/lib/workflow-history-list/src/workflow-history-list.vue.js +0 -89
- package/lib/workgroup-tree/index.js +0 -7
- package/lib/workgroup-tree/src/workgroup-tree.vue.js +0 -23
- package/lib/workgroup-tree-inline/index.js +0 -7
- package/lib/workgroup-tree-inline/src/search-result.vue.js +0 -39
- package/lib/workgroup-tree-inline/src/workgroup-tree-inline.vue.js +0 -128
- package/lib/workgroup-tree-inline/src/workgroup-tree-service.js +0 -35
- package/lib/workgroup-tree-mobile/index.js +0 -8
- package/lib/workgroup-tree-mobile/src/dept-result.vue.js +0 -16
- package/lib/workgroup-tree-mobile/src/dept-result.vue2.js +0 -4
- package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue.js +0 -15
- package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue3.js +0 -5
- package/lib/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue.js +0 -109
- package/lib/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue2.js +0 -4
- package/lib/workgroup-user-tree/index.js +0 -7
- package/lib/workgroup-user-tree/src/workgroup-user-tree.vue.js +0 -23
- package/lib/workgroup-user-tree-inline/index.js +0 -7
- package/lib/workgroup-user-tree-inline/src/search-result.vue.js +0 -39
- package/lib/workgroup-user-tree-inline/src/workgroup-tree-inline-service.js +0 -73
- package/lib/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue.js +0 -172
- package/lib/workgroup-user-tree-mobile/src/dept-path.vue.js +0 -14
- package/lib/workgroup-user-tree-mobile/src/dept-path.vue2.js +0 -4
- package/lib/workgroup-user-tree-mobile/src/dept-result.vue.js +0 -17
- package/lib/workgroup-user-tree-mobile/src/dept-result.vue2.js +0 -4
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue.js +0 -15
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue3.js +0 -5
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue.js +0 -135
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue2.js +0 -4
- package/lib/year-range-picker/index.js +0 -7
- package/lib/year-range-picker/src/year-range-picker.vue.js +0 -14
- package/packages/IntervalSelection/index.js +0 -6
- package/packages/IntervalSelection/src/quarterScope.vue +0 -405
- package/packages/IntervalSelection/src/sectionDate.vue +0 -475
- package/packages/breadcrumb/index.js +0 -6
- package/packages/breadcrumb/src/breadcrumb.vue +0 -81
- package/packages/chat-embed/index.ts +0 -6
- package/packages/chat-embed/src/chat-addition-data.vue +0 -64
- package/packages/chat-embed/src/chat-ai-answer-tip.vue +0 -81
- package/packages/chat-embed/src/chat-bubble-footer.vue +0 -81
- package/packages/chat-embed/src/chat-embed-message.ts +0 -76
- package/packages/chat-embed/src/chat-embed.css +0 -207
- package/packages/chat-embed/src/chat-sender.vue +0 -620
- package/packages/chat-embed/src/components/answer-auto-chart.vue +0 -365
- package/packages/chat-embed/src/components/answer-home-chart.vue +0 -42
- package/packages/chat-embed/src/components/answer-interaction-data.vue +0 -569
- package/packages/chat-embed/src/components/history-detail.vue +0 -150
- package/packages/chat-embed/src/header.vue +0 -147
- package/packages/chat-embed/src/index.vue +0 -926
- package/packages/chat-embed/src/recommendation-message.vue +0 -37
- package/packages/chat-embed/src/sender-attachments.vue +0 -1
- package/packages/chat-embed/src/sidebar-item.vue +0 -521
- package/packages/chat-embed/src/type.ts +0 -74
- package/packages/chat-embed/src/util/chat-embed-util.ts +0 -67
- package/packages/chat-embed/src/util/history-message-util.ts +0 -161
- package/packages/chat-embed/src/util/mcp-utils.ts +0 -131
- package/packages/chat-embed/src/util/text-file-util.ts +0 -33
- package/packages/chat-embed/src/voice/index.ts +0 -6
- package/packages/chat-embed/src/voice/js/ai.js +0 -4
- package/packages/chat-embed/src/voice/js/crypto-js.js +0 -5736
- package/packages/chat-embed/src/voice/js/processor/index.umd.js +0 -1
- package/packages/chat-embed/src/voice/js/timer.js +0 -18
- package/packages/chat-embed/src/voice/voice.vue +0 -320
- package/packages/date-picker-range/index.ts +0 -6
- package/packages/date-picker-range/index.vue +0 -240
- package/packages/department-tree/index.js +0 -6
- package/packages/department-tree/src/department-tree.vue +0 -140
- package/packages/department-tree-inline/index.js +0 -6
- package/packages/department-tree-inline/src/department-multi-tree-inline.vue +0 -472
- package/packages/department-tree-inline/src/department-single-tree-inline.vue +0 -374
- package/packages/department-tree-inline/src/department-tree-inline.vue +0 -93
- package/packages/department-tree-inline/src/department-tree-service.js +0 -333
- package/packages/department-tree-inline/src/search-result.vue +0 -206
- package/packages/department-tree-mobile/index.js +0 -6
- package/packages/department-tree-mobile/src/department-tree-app.vue +0 -148
- package/packages/department-tree-mobile/src/department-tree-inline-app.vue +0 -418
- package/packages/department-tree-mobile/src/department-tree-service.ts +0 -124
- package/packages/department-tree-mobile/src/dept-path.vue +0 -36
- package/packages/department-tree-mobile/src/dept-result.vue +0 -51
- package/packages/department-user-tree/index.js +0 -6
- package/packages/department-user-tree/src/department-user-multiple-tree.vue +0 -131
- package/packages/department-user-tree/src/department-user-single-tree.vue +0 -93
- package/packages/department-user-tree/src/department-user-tree.vue +0 -138
- package/packages/department-user-tree-inline/index.js +0 -9
- package/packages/department-user-tree-inline/src/department-user-multiple-tree-inline.vue +0 -779
- package/packages/department-user-tree-inline/src/department-user-single-tree-inline.vue +0 -394
- package/packages/department-user-tree-inline/src/department-user-tree-inline.vue +0 -94
- package/packages/department-user-tree-inline/src/department-user-tree-multi-service.js +0 -293
- package/packages/department-user-tree-inline/src/department-user-tree-single-service.js +0 -158
- package/packages/department-user-tree-inline/src/group-user/group-input.vue +0 -162
- package/packages/department-user-tree-inline/src/group-user/group-list.vue +0 -106
- package/packages/department-user-tree-inline/src/group-user/group-user.vue +0 -38
- package/packages/department-user-tree-inline/src/group-user-multiple-tree.vue +0 -304
- package/packages/department-user-tree-inline/src/group-user-single-tree.vue +0 -155
- package/packages/department-user-tree-inline/src/group-user-tree-service.js +0 -80
- package/packages/department-user-tree-inline/src/search-result.vue +0 -274
- package/packages/department-user-tree-mobile/index.js +0 -6
- package/packages/department-user-tree-mobile/src/department-user-tree-app.vue +0 -147
- package/packages/department-user-tree-mobile/src/department-user-tree-inline-app.vue +0 -466
- package/packages/department-user-tree-mobile/src/department-user-tree-service.ts +0 -71
- package/packages/department-user-tree-mobile/src/dept-path.vue +0 -36
- package/packages/department-user-tree-mobile/src/dept-result.vue +0 -58
- package/packages/directives/prevent-reclick.js +0 -22
- package/packages/dynamic-source-select/index.js +0 -6
- package/packages/dynamic-source-select/src/dynamic-source-select-service.js +0 -134
- package/packages/dynamic-source-select/src/dynamic-source-select.vue +0 -946
- package/packages/dynamic-source-select/src/events.js +0 -72
- package/packages/empty-state/index.vue +0 -28
- package/packages/fs-preview/index.js +0 -6
- package/packages/fs-preview/src/fs-preview.vue +0 -535
- package/packages/fs-upload/index.js +0 -6
- package/packages/fs-upload/src/fs-upload-multi.vue +0 -464
- package/packages/fs-upload/src/fs-upload-single.vue +0 -369
- package/packages/fs-upload/src/fs-upload.vue +0 -193
- package/packages/fs-upload/src/see-big-picture.vue +0 -70
- package/packages/fs-upload-list/index.js +0 -6
- package/packages/fs-upload-list/src/fs-upload-list.vue +0 -436
- package/packages/fs-upload-new/index.ts +0 -6
- package/packages/fs-upload-new/src/file-upload-mobile/file-upload-app.vue +0 -276
- package/packages/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue +0 -573
- package/packages/fs-upload-new/src/file-upload-mobile/file-upload-component.vue +0 -152
- package/packages/fs-upload-new/src/file-upload-mobile/file-upload-input.vue +0 -265
- package/packages/fs-upload-new/src/file-upload-mobile/file-upload.vue +0 -262
- package/packages/fs-upload-new/src/fs-button-upload.vue +0 -312
- package/packages/fs-upload-new/src/fs-drag-upload.vue +0 -307
- package/packages/fs-upload-new/src/fs-preview-new.vue +0 -380
- package/packages/fs-upload-new/src/fs-upload-new.vue +0 -413
- package/packages/hamburger/index.js +0 -6
- package/packages/hamburger/src/hamburger.vue +0 -52
- package/packages/index.js +0 -274
- package/packages/json-view/index.ts +0 -3
- package/packages/json-view/json-view-dialog.vue +0 -53
- package/packages/json-view/json-view.vue +0 -126
- package/packages/multipart-upload/index.js +0 -6
- package/packages/multipart-upload/src/index.vue +0 -66
- package/packages/multipart-upload/src/multipart-upload-form.vue +0 -404
- package/packages/multipart-upload/src/multipart-upload-list.vue +0 -543
- package/packages/organization-input/index.js +0 -6
- package/packages/organization-input/src/organization-input.vue +0 -619
- package/packages/plugins/export-data-new.js +0 -667
- package/packages/plugins/export-data.js +0 -431
- package/packages/plugins/index.js +0 -15
- package/packages/plugins/public-method.js +0 -47
- package/packages/remove-department/index.js +0 -6
- package/packages/remove-department/src/remove-department.vue +0 -201
- package/packages/remove-department/src/remove-dept-service.js +0 -31
- package/packages/remove-user/index.js +0 -6
- package/packages/remove-user/src/remove-user-service.js +0 -31
- package/packages/remove-user/src/remove-user.vue +0 -227
- package/packages/remove-workgroup/index.js +0 -6
- package/packages/remove-workgroup/src/remove-workgroup-service.js +0 -31
- package/packages/remove-workgroup/src/remove-workgroup.vue +0 -184
- package/packages/rich-editor/index.js +0 -7
- package/packages/rich-editor/index.vue +0 -331
- package/packages/rich-editor/tinymce/icons/default/icons.min.js +0 -1
- package/packages/rich-editor/tinymce/langs/README.md +0 -3
- package/packages/rich-editor/tinymce/langs/zh-Hans.js +0 -1
- package/packages/rich-editor/tinymce/license.txt +0 -21
- package/packages/rich-editor/tinymce/models/dom/model.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/accordion/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/advlist/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/anchor/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/autolink/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/autoresize/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/autosave/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/charmap/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/code/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/codesample/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/directionality/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/emoticons/js/emojiimages.js +0 -1
- package/packages/rich-editor/tinymce/plugins/emoticons/js/emojiimages.min.js +0 -3
- package/packages/rich-editor/tinymce/plugins/emoticons/js/emojis.js +0 -1
- package/packages/rich-editor/tinymce/plugins/emoticons/js/emojis.min.js +0 -2
- package/packages/rich-editor/tinymce/plugins/emoticons/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/fullscreen/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/ar.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/bg_BG.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/ca.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/cs.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/da.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/de.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/el.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/en.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/es.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/eu.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/fa.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/fi.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/fr_FR.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/he_IL.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/hi.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/hr.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/hu_HU.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/id.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/it.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/ja.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/kk.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/ko_KR.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/ms.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/nb_NO.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/nl.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/pl.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/pt_BR.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/pt_PT.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/ro.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/ru.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/sk.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/sl_SI.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/sv_SE.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/th_TH.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/tr.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/uk.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/vi.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/zh_CN.js +0 -84
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/zh_TW.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/image/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/importcss/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/insertdatetime/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/link/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/lists/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/media/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/nonbreaking/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/pagebreak/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/preview/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/quickbars/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/save/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/searchreplace/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/table/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/template/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/visualblocks/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/visualchars/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/wordcount/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/skins/content/dark/content.js +0 -2
- package/packages/rich-editor/tinymce/skins/content/dark/content.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/content/default/content.js +0 -2
- package/packages/rich-editor/tinymce/skins/content/default/content.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/content/document/content.js +0 -2
- package/packages/rich-editor/tinymce/skins/content/document/content.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/content/tinymce-5/content.js +0 -2
- package/packages/rich-editor/tinymce/skins/content/tinymce-5/content.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/content/tinymce-5-dark/content.js +0 -2
- package/packages/rich-editor/tinymce/skins/content/tinymce-5-dark/content.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/content/writer/content.js +0 -2
- package/packages/rich-editor/tinymce/skins/content/writer/content.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/ui/oxide/content.inline.js +0 -2
- package/packages/rich-editor/tinymce/skins/ui/oxide/content.inline.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/ui/oxide/content.js +0 -2
- package/packages/rich-editor/tinymce/skins/ui/oxide/content.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/ui/oxide/skin.js +0 -2
- package/packages/rich-editor/tinymce/skins/ui/oxide/skin.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/ui/oxide/skin.shadowdom.js +0 -2
- package/packages/rich-editor/tinymce/skins/ui/oxide/skin.shadowdom.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/ui/oxide-dark/content.inline.js +0 -2
- package/packages/rich-editor/tinymce/skins/ui/oxide-dark/content.inline.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/ui/oxide-dark/content.js +0 -2
- package/packages/rich-editor/tinymce/skins/ui/oxide-dark/content.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/ui/oxide-dark/skin.js +0 -2
- package/packages/rich-editor/tinymce/skins/ui/oxide-dark/skin.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/ui/oxide-dark/skin.shadowdom.js +0 -2
- package/packages/rich-editor/tinymce/skins/ui/oxide-dark/skin.shadowdom.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/ui/tinymce-5/content.inline.js +0 -2
- package/packages/rich-editor/tinymce/skins/ui/tinymce-5/content.inline.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/ui/tinymce-5/content.js +0 -2
- package/packages/rich-editor/tinymce/skins/ui/tinymce-5/content.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/ui/tinymce-5/skin.js +0 -2
- package/packages/rich-editor/tinymce/skins/ui/tinymce-5/skin.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/ui/tinymce-5/skin.shadowdom.js +0 -2
- package/packages/rich-editor/tinymce/skins/ui/tinymce-5/skin.shadowdom.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/ui/tinymce-5-dark/content.inline.js +0 -2
- package/packages/rich-editor/tinymce/skins/ui/tinymce-5-dark/content.inline.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/ui/tinymce-5-dark/content.js +0 -2
- package/packages/rich-editor/tinymce/skins/ui/tinymce-5-dark/content.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/ui/tinymce-5-dark/skin.js +0 -2
- package/packages/rich-editor/tinymce/skins/ui/tinymce-5-dark/skin.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.js +0 -2
- package/packages/rich-editor/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.min.css +0 -1
- package/packages/rich-editor/tinymce/themes/silver/theme.min.js +0 -4
- package/packages/rich-editor/tinymce/tinymce.d.ts +0 -3238
- package/packages/rich-editor/tinymce/tinymce.min.js +0 -4
- package/packages/rich-editor/tinymce/zh_CN.js +0 -418
- package/packages/rich-editor/viewer.vue +0 -105
- package/packages/row-form/index.js +0 -7
- package/packages/row-form/index.vue +0 -284
- package/packages/row-form/operation.vue +0 -151
- package/packages/scan-code-input/index.js +0 -6
- package/packages/scan-code-input/src/events.js +0 -34
- package/packages/scan-code-input/src/scan-code-input.vue +0 -164
- package/packages/scan-code-input-browser/index.js +0 -6
- package/packages/scan-code-input-browser/src/scan-code-input.vue +0 -113
- package/packages/secret-info/index.js +0 -7
- package/packages/secret-info/index.vue +0 -100
- package/packages/super-grid/index.js +0 -7
- package/packages/super-grid/src/apis.js +0 -1713
- package/packages/super-grid/src/columns-config.vue +0 -329
- package/packages/super-grid/src/components/grid-icon.vue +0 -157
- package/packages/super-grid/src/components/grid-radio-input.vue +0 -84
- package/packages/super-grid/src/components/hyperlinks.vue +0 -130
- package/packages/super-grid/src/components/mobile-table-card.jsx +0 -589
- package/packages/super-grid/src/components/select-input.vue +0 -520
- package/packages/super-grid/src/custom-formatter.js +0 -419
- package/packages/super-grid/src/dynamic-input.vue +0 -2158
- package/packages/super-grid/src/eventBus.js +0 -10
- package/packages/super-grid/src/events.js +0 -56
- package/packages/super-grid/src/formValidatorUtil.js +0 -362
- package/packages/super-grid/src/formatter.js +0 -200
- package/packages/super-grid/src/group-column.vue +0 -119
- package/packages/super-grid/src/header-context-menu.vue +0 -82
- package/packages/super-grid/src/index-column.vue +0 -78
- package/packages/super-grid/src/normal-column-content.vue +0 -1310
- package/packages/super-grid/src/normal-column.vue +0 -423
- package/packages/super-grid/src/public-methods.js +0 -30
- package/packages/super-grid/src/row-detail.vue +0 -50
- package/packages/super-grid/src/row-operation.vue +0 -315
- package/packages/super-grid/src/scan-util.ts +0 -243
- package/packages/super-grid/src/search-button.vue +0 -88
- package/packages/super-grid/src/search-condition-input.vue +0 -74
- package/packages/super-grid/src/search-condition-list.vue +0 -70
- package/packages/super-grid/src/search-form-advancedQuery.vue +0 -836
- package/packages/super-grid/src/search-form-dialog.vue +0 -77
- package/packages/super-grid/src/search-form-item.vue +0 -616
- package/packages/super-grid/src/search-form-mobile.vue +0 -255
- package/packages/super-grid/src/search-form-number.vue +0 -122
- package/packages/super-grid/src/search-form-open.vue +0 -175
- package/packages/super-grid/src/search-form-ordinarySearch.vue +0 -243
- package/packages/super-grid/src/search-form.vue +0 -795
- package/packages/super-grid/src/search-methods.js +0 -539
- package/packages/super-grid/src/selection-column.vue +0 -36
- package/packages/super-grid/src/store.js +0 -3
- package/packages/super-grid/src/super-grid-service.js +0 -800
- package/packages/super-grid/src/super-grid.vue +0 -3814
- package/packages/super-grid/src/utils.js +0 -946
- package/packages/super-grid/src/view-image-dialog.vue +0 -194
- package/packages/super-nine-grid/index.js +0 -7
- package/packages/super-nine-grid/src/apis.js +0 -108
- package/packages/super-nine-grid/src/custom-formatter.js +0 -73
- package/packages/super-nine-grid/src/formatter.js +0 -134
- package/packages/super-nine-grid/src/search-form-number.vue +0 -35
- package/packages/super-nine-grid/src/search-form.vue +0 -514
- package/packages/super-nine-grid/src/search-methods.js +0 -151
- package/packages/super-nine-grid/src/store.js +0 -3
- package/packages/super-nine-grid/src/super-grid-service.js +0 -110
- package/packages/super-nine-grid/src/super-nine-grid.vue +0 -1112
- package/packages/super-nine-grid/src/utils.js +0 -264
- package/packages/svg-icon/index.js +0 -6
- package/packages/svg-icon/src/svg-icon.vue +0 -43
- package/packages/utils/date-util.js +0 -292
- package/packages/utils/dom.js +0 -227
- package/packages/utils/gogocodeTransfer.js +0 -59
- package/packages/utils/memory-cache-utils.js +0 -117
- package/packages/utils/organization.ts +0 -173
- package/packages/utils/utils.js +0 -198
- package/packages/utils/value-set.js +0 -282
- package/packages/valid-code/index.js +0 -7
- package/packages/valid-code/src/valid-code.vue +0 -104
- package/packages/workflow-button/index.js +0 -6
- package/packages/workflow-button/src/workflow-button.vue +0 -574
- package/packages/workflow-history-list/index.js +0 -6
- package/packages/workflow-history-list/src/api.js +0 -7
- package/packages/workflow-history-list/src/workflow-history-list.vue +0 -394
- package/packages/workgroup-tree/index.js +0 -6
- package/packages/workgroup-tree/src/workgroup-tree.vue +0 -127
- package/packages/workgroup-tree-inline/index.js +0 -6
- package/packages/workgroup-tree-inline/src/search-result.vue +0 -227
- package/packages/workgroup-tree-inline/src/workgroup-tree-inline.vue +0 -557
- package/packages/workgroup-tree-inline/src/workgroup-tree-service.js +0 -119
- package/packages/workgroup-tree-mobile/index.js +0 -6
- package/packages/workgroup-tree-mobile/src/dept-result.vue +0 -52
- package/packages/workgroup-tree-mobile/src/workgroup-tree-app.vue +0 -148
- package/packages/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue +0 -407
- package/packages/workgroup-tree-mobile/src/workgroup-tree-service.ts +0 -62
- package/packages/workgroup-user-tree/index.js +0 -6
- package/packages/workgroup-user-tree/src/workgroup-user-tree.vue +0 -121
- package/packages/workgroup-user-tree-inline/index.js +0 -9
- package/packages/workgroup-user-tree-inline/src/search-result.vue +0 -271
- package/packages/workgroup-user-tree-inline/src/workgroup-tree-inline-service.js +0 -252
- package/packages/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue +0 -665
- package/packages/workgroup-user-tree-mobile/index.js +0 -6
- package/packages/workgroup-user-tree-mobile/src/dept-path.vue +0 -36
- package/packages/workgroup-user-tree-mobile/src/dept-result.vue +0 -58
- package/packages/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue +0 -119
- package/packages/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue +0 -453
- package/packages/workgroup-user-tree-mobile/src/workgroup-user-tree-service.ts +0 -41
- package/packages/year-range-picker/index.js +0 -6
- package/packages/year-range-picker/src/year-range-picker.vue +0 -53
- /package/{public → dist}/favicon.svg +0 -0
- /package/{lib/IntervalSelection/src/sectionDate.vue2.js → es/IntervalSelection/src/sectionDate.vue2.mjs} +0 -0
- /package/{lib/_virtual/__vite-browser-external.js → es/_virtual/__vite-browser-external.mjs} +0 -0
- /package/{lib/_virtual/_plugin-vue_export-helper.js → es/_virtual/_plugin-vue_export-helper.mjs} +0 -0
- /package/{lib/breadcrumb/src/breadcrumb.vue2.js → es/breadcrumb/src/breadcrumb.vue2.mjs} +0 -0
- /package/{lib/chat-embed/src/chat-addition-data.vue3.js → es/chat-embed/src/chat-addition-data.vue3.mjs} +0 -0
- /package/{lib/chat-embed/src/chat-ai-answer-tip.vue3.js → es/chat-embed/src/chat-ai-answer-tip.vue3.mjs} +0 -0
- /package/{lib/chat-embed/src/chat-bubble-footer.vue3.js → es/chat-embed/src/chat-bubble-footer.vue3.mjs} +0 -0
- /package/{lib/chat-embed/src/chat-sender.vue3.js → es/chat-embed/src/chat-sender.vue3.mjs} +0 -0
- /package/{lib/chat-embed/src/components/answer-auto-chart.vue3.js → es/chat-embed/src/components/answer-auto-chart.vue3.mjs} +0 -0
- /package/{lib/chat-embed/src/components/answer-home-chart.vue2.js → es/chat-embed/src/components/answer-home-chart.vue2.mjs} +0 -0
- /package/{lib/chat-embed/src/components/answer-home-chart.vue3.js → es/chat-embed/src/components/answer-home-chart.vue3.mjs} +0 -0
- /package/{lib/chat-embed/src/components/answer-interaction-data.vue3.js → es/chat-embed/src/components/answer-interaction-data.vue3.mjs} +0 -0
- /package/{lib/chat-embed/src/components/history-detail.vue3.js → es/chat-embed/src/components/history-detail.vue3.mjs} +0 -0
- /package/{lib/chat-embed/src/header.vue3.js → es/chat-embed/src/header.vue3.mjs} +0 -0
- /package/{lib/chat-embed/src/index.vue3.js → es/chat-embed/src/index.vue3.mjs} +0 -0
- /package/{lib/chat-embed/src/recommendation-message.vue3.js → es/chat-embed/src/recommendation-message.vue3.mjs} +0 -0
- /package/{lib/chat-embed/src/sidebar-item.vue3.js → es/chat-embed/src/sidebar-item.vue3.mjs} +0 -0
- /package/{lib/chat-embed/src/type.js → es/chat-embed/src/type.mjs} +0 -0
- /package/{lib/chat-embed/src/util/chat-embed-util.js → es/chat-embed/src/util/chat-embed-util.mjs} +0 -0
- /package/{lib/chat-embed/src/util/text-file-util.js → es/chat-embed/src/util/text-file-util.mjs} +0 -0
- /package/{lib/chat-embed/src/voice/js/timer.js → es/chat-embed/src/voice/js/timer.mjs} +0 -0
- /package/{lib/date-picker-range/index.vue3.js → es/date-picker-range/index.vue3.mjs} +0 -0
- /package/{lib/department-tree-inline/src/department-multi-tree-inline.vue2.js → es/department-tree-inline/src/department-multi-tree-inline.vue2.mjs} +0 -0
- /package/{lib/department-tree-inline/src/department-single-tree-inline.vue2.js → es/department-tree-inline/src/department-single-tree-inline.vue2.mjs} +0 -0
- /package/{lib/department-tree-inline/src/search-result.vue2.js → es/department-tree-inline/src/search-result.vue2.mjs} +0 -0
- /package/{lib/department-tree-mobile/src/department-tree-app.vue2.js → es/department-tree-mobile/src/department-tree-app.vue2.mjs} +0 -0
- /package/{lib/department-user-tree/src/department-user-multiple-tree.vue2.js → es/department-user-tree/src/department-user-multiple-tree.vue2.mjs} +0 -0
- /package/{lib/department-user-tree-inline/src/department-user-multiple-tree-inline.vue2.js → es/department-user-tree-inline/src/department-user-multiple-tree-inline.vue2.mjs} +0 -0
- /package/{lib/department-user-tree-inline/src/department-user-single-tree-inline.vue2.js → es/department-user-tree-inline/src/department-user-single-tree-inline.vue2.mjs} +0 -0
- /package/{lib/department-user-tree-inline/src/group-user-tree-service.js → es/department-user-tree-inline/src/group-user-tree-service.mjs} +0 -0
- /package/{lib/department-user-tree-inline/src/search-result.vue2.js → es/department-user-tree-inline/src/search-result.vue2.mjs} +0 -0
- /package/{lib/department-user-tree-mobile/src/department-user-tree-app.vue2.js → es/department-user-tree-mobile/src/department-user-tree-app.vue2.mjs} +0 -0
- /package/{lib/department-user-tree-mobile/src/department-user-tree-service.js → es/department-user-tree-mobile/src/department-user-tree-service.mjs} +0 -0
- /package/{lib/dynamic-source-select/src/dynamic-source-select.vue2.js → es/dynamic-source-select/src/dynamic-source-select.vue2.mjs} +0 -0
- /package/{lib/dynamic-source-select/src/dynamic-source-select.vue3.js → es/dynamic-source-select/src/dynamic-source-select.vue3.mjs} +0 -0
- /package/{lib/dynamic-source-select/src/events.js → es/dynamic-source-select/src/events.mjs} +0 -0
- /package/{lib/fs-preview/src/fs-preview.vue2.js → es/fs-preview/src/fs-preview.vue2.mjs} +0 -0
- /package/{lib/fs-upload-list/src/fs-upload-list.vue2.js → es/fs-upload-list/src/fs-upload-list.vue2.mjs} +0 -0
- /package/{lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue3.js → es/fs-upload-new/src/file-upload-mobile/file-upload-component.vue3.mjs} +0 -0
- /package/{lib/fs-upload-new/src/fs-button-upload.vue3.js → es/fs-upload-new/src/fs-button-upload.vue3.mjs} +0 -0
- /package/{lib/fs-upload-new/src/fs-drag-upload.vue3.js → es/fs-upload-new/src/fs-drag-upload.vue3.mjs} +0 -0
- /package/{lib/fs-upload-new/src/fs-preview-new.vue3.js → es/fs-upload-new/src/fs-preview-new.vue3.mjs} +0 -0
- /package/{lib/fs-upload-new/src/fs-preview-new.vue4.js → es/fs-upload-new/src/fs-preview-new.vue4.mjs} +0 -0
- /package/{lib/hamburger/src/hamburger.vue2.js → es/hamburger/src/hamburger.vue2.mjs} +0 -0
- /package/{lib/organization-input/src/organization-input.vue2.js → es/organization-input/src/organization-input.vue2.mjs} +0 -0
- /package/{lib/plugins/public-method.js → es/plugins/public-method.mjs} +0 -0
- /package/{lib/remove-department/src/remove-dept-service.js → es/remove-department/src/remove-dept-service.mjs} +0 -0
- /package/{lib/remove-user/src/remove-user-service.js → es/remove-user/src/remove-user-service.mjs} +0 -0
- /package/{lib/remove-workgroup/src/remove-workgroup-service.js → es/remove-workgroup/src/remove-workgroup-service.mjs} +0 -0
- /package/{lib/rich-editor/tinymce/zh_CN.js → es/rich-editor/tinymce/zh_CN.mjs} +0 -0
- /package/{lib/row-form/index.vue3.js → es/row-form/index.vue3.mjs} +0 -0
- /package/{lib/src/assets/401/401.gif.js → es/src/assets/401/401.gif.mjs} +0 -0
- /package/{lib/src/assets/404/404-cloud.png.js → es/src/assets/404/404-cloud.png.mjs} +0 -0
- /package/{lib/src/assets/404/404.png.js → es/src/assets/404/404.png.mjs} +0 -0
- /package/{lib/src/assets/chat-embed/robot.gif.js → es/src/assets/chat-embed/robot.gif.mjs} +0 -0
- /package/{lib/src/assets/chat-embed/robot.svg.js → es/src/assets/chat-embed/robot.svg.mjs} +0 -0
- /package/{lib/src/assets/nonemessage.png.js → es/src/assets/nonemessage.png.mjs} +0 -0
- /package/{lib/src/components/Affix/index.vue3.js → es/src/components/Affix/index.vue3.mjs} +0 -0
- /package/{lib/src/components/Scrollbar/index.vue2.js → es/src/components/Scrollbar/index.vue2.mjs} +0 -0
- /package/{lib/src/mixins/resizeMixin.js → es/src/mixins/resizeMixin.mjs} +0 -0
- /package/{lib/src/store/getters.js → es/src/store/getters.mjs} +0 -0
- /package/{lib/src/store/modules/app.js → es/src/store/modules/app.mjs} +0 -0
- /package/{lib/src/store/modules/chat-ai-store.js → es/src/store/modules/chat-ai-store.mjs} +0 -0
- /package/{lib/src/store/modules/table.js → es/src/store/modules/table.mjs} +0 -0
- /package/{lib/src/utils/auth-api.js → es/src/utils/auth-api.mjs} +0 -0
- /package/{lib/src/utils/calculator/calculator-factory-wf.js → es/src/utils/calculator/calculator-factory-wf.mjs} +0 -0
- /package/{lib/src/utils/calculator/calculator-factory.js → es/src/utils/calculator/calculator-factory.mjs} +0 -0
- /package/{lib/src/utils/eventBus.js → es/src/utils/eventBus.mjs} +0 -0
- /package/{lib/src/utils/file-util.js → es/src/utils/file-util.mjs} +0 -0
- /package/{lib/src/utils/global-prop.js → es/src/utils/global-prop.mjs} +0 -0
- /package/{lib/src/utils/guid.js → es/src/utils/guid.mjs} +0 -0
- /package/{lib/src/utils/i18n-util.js → es/src/utils/i18n-util.mjs} +0 -0
- /package/{lib/src/utils/iconUtils.js → es/src/utils/iconUtils.mjs} +0 -0
- /package/{lib/src/utils/index.js → es/src/utils/index.mjs} +0 -0
- /package/{lib/src/utils/json-util.js → es/src/utils/json-util.mjs} +0 -0
- /package/{lib/src/utils/local-storage.js → es/src/utils/local-storage.mjs} +0 -0
- /package/{lib/src/utils/resize.js → es/src/utils/resize.mjs} +0 -0
- /package/{lib/src/utils/restful-interface-utils.js → es/src/utils/restful-interface-utils.mjs} +0 -0
- /package/{lib/src/utils/validate.js → es/src/utils/validate.mjs} +0 -0
- /package/{lib/src/utils/watermark-cache.js → es/src/utils/watermark-cache.mjs} +0 -0
- /package/{lib/src/views/dsc-component/Sidebar/Item.vue3.js → es/src/views/dsc-component/Sidebar/Item.vue3.mjs} +0 -0
- /package/{lib/src/views/dsc-component/Sidebar/SidebarItem.vue2.js → es/src/views/dsc-component/Sidebar/SidebarItem.vue2.mjs} +0 -0
- /package/{lib/src/views/dsc-component/tabs/tab-content.vue2.js → es/src/views/dsc-component/tabs/tab-content.vue2.mjs} +0 -0
- /package/{lib/src/views/dsc-component/tabs/tab-content.vue3.js → es/src/views/dsc-component/tabs/tab-content.vue3.mjs} +0 -0
- /package/{lib/src/views/error-page/401.vue2.js → es/src/views/error-page/401.vue2.mjs} +0 -0
- /package/{lib/src/views/error-page/404.vue2.js → es/src/views/error-page/404.vue2.mjs} +0 -0
- /package/{lib/src/views/layout/Layout.vue2.js → es/src/views/layout/Layout.vue2.mjs} +0 -0
- /package/{lib/src/views/layout/components/AppMain.vue2.js → es/src/views/layout/components/AppMain.vue2.mjs} +0 -0
- /package/{lib/src/views/layout/components/Breadcrumb/index.vue2.js → es/src/views/layout/components/Breadcrumb/index.vue2.mjs} +0 -0
- /package/{lib/src/views/layout/components/Menubar/Item.vue3.js → es/src/views/layout/components/Menubar/Item.vue3.mjs} +0 -0
- /package/{lib/src/views/layout/components/Menubar/SidebarItem.vue2.js → es/src/views/layout/components/Menubar/SidebarItem.vue2.mjs} +0 -0
- /package/{lib/src/views/layout/components/Sidebar/Item.vue.js → es/src/views/layout/components/Sidebar/Item.vue.mjs} +0 -0
- /package/{lib/src/views/layout/components/Sidebar/SidebarItem.vue2.js → es/src/views/layout/components/Sidebar/SidebarItem.vue2.mjs} +0 -0
- /package/{lib/src/views/layout/components/iframe-page.vue2.js → es/src/views/layout/components/iframe-page.vue2.mjs} +0 -0
- /package/{lib/src/views/layout/components/tabs/tab-content.vue2.js → es/src/views/layout/components/tabs/tab-content.vue2.mjs} +0 -0
- /package/{lib/src/views/layout/components/tabs/tab-content.vue3.js → es/src/views/layout/components/tabs/tab-content.vue3.mjs} +0 -0
- /package/{lib/src/views/layout/tab-content-iframe-index.vue2.js → es/src/views/layout/tab-content-iframe-index.vue2.mjs} +0 -0
- /package/{lib/src/views/layout/tab-content-index.vue2.js → es/src/views/layout/tab-content-index.vue2.mjs} +0 -0
- /package/{lib/src/views/login/authredirect.vue.js → es/src/views/login/authredirect.vue.mjs} +0 -0
- /package/{lib/src/views/redirect/index.vue.js → es/src/views/redirect/index.vue.mjs} +0 -0
- /package/{lib/src/views/svg-icon/src/svg-icon.vue.js → es/src/views/super-icon/src/index.vue3.mjs} +0 -0
- /package/{lib/src/views/wf-history/tache-subprocess-history.vue2.js → es/src/views/svg-icon/src/svg-icon.vue.mjs} +0 -0
- /package/{lib/super-grid/src/header-context-menu.vue2.js → es/src/views/wf-history/tache-subprocess-history.vue2.mjs} +0 -0
- /package/{lib/super-grid/src/eventBus.js → es/super-grid/src/eventBus.mjs} +0 -0
- /package/{lib/super-grid/src/formatter.js → es/super-grid/src/formatter.mjs} +0 -0
- /package/{lib/super-grid/src/normal-column-content.vue2.js → es/super-grid/src/header-context-menu.vue2.mjs} +0 -0
- /package/{lib/super-grid/src/normal-column.vue2.js → es/super-grid/src/normal-column-content.vue2.mjs} +0 -0
- /package/{lib/super-grid/src/row-operation.vue2.js → es/super-grid/src/normal-column.vue2.mjs} +0 -0
- /package/{lib/super-grid/src/public-methods.js → es/super-grid/src/public-methods.mjs} +0 -0
- /package/{lib/super-grid/src/search-form-advancedQuery.vue2.js → es/super-grid/src/row-operation.vue2.mjs} +0 -0
- /package/{lib/super-grid/src/search-form-item.vue2.js → es/super-grid/src/search-form-advancedQuery.vue2.mjs} +0 -0
- /package/{lib/super-grid/src/search-form-mobile.vue2.js → es/super-grid/src/search-form-item.vue2.mjs} +0 -0
- /package/{lib/super-grid/src/search-form-ordinarySearch.vue2.js → es/super-grid/src/search-form-mobile.vue2.mjs} +0 -0
- /package/{lib/super-grid/src/search-form.vue2.js → es/super-grid/src/search-form-ordinarySearch.vue2.mjs} +0 -0
- /package/{lib/super-grid/src/super-grid.vue2.js → es/super-grid/src/search-form.vue2.mjs} +0 -0
- /package/{lib/super-grid/src/search-methods.js → es/super-grid/src/search-methods.mjs} +0 -0
- /package/{lib/super-grid/src/store.js → es/super-grid/src/store.mjs} +0 -0
- /package/{lib/super-icon/src/index.vue3.js → es/super-grid/src/super-grid.vue2.mjs} +0 -0
- /package/{lib/super-nine-grid/src/search-form.vue2.js → es/super-icon/src/index.vue3.mjs} +0 -0
- /package/{lib/super-nine-grid/src/formatter.js → es/super-nine-grid/src/formatter.mjs} +0 -0
- /package/{lib/super-nine-grid/src/super-nine-grid.vue2.js → es/super-nine-grid/src/search-form.vue2.mjs} +0 -0
- /package/{lib/super-nine-grid/src/search-methods.js → es/super-nine-grid/src/search-methods.mjs} +0 -0
- /package/{lib/super-nine-grid/src/store.js → es/super-nine-grid/src/store.mjs} +0 -0
- /package/{lib/svg-icon/src/svg-icon.vue2.js → es/super-nine-grid/src/super-nine-grid.vue2.mjs} +0 -0
- /package/{lib/valid-code/src/valid-code.vue2.js → es/svg-icon/src/svg-icon.vue2.mjs} +0 -0
- /package/{lib/utils/gogocodeTransfer.js → es/utils/gogocodeTransfer.mjs} +0 -0
- /package/{lib/workflow-history-list/src/workflow-history-list.vue2.js → es/valid-code/src/valid-code.vue2.mjs} +0 -0
- /package/{lib/workflow-history-list/src/api.js → es/workflow-history-list/src/api.mjs} +0 -0
- /package/{lib/workgroup-tree-inline/src/search-result.vue2.js → es/workflow-history-list/src/workflow-history-list.vue2.mjs} +0 -0
- /package/{lib/workgroup-tree-inline/src/workgroup-tree-inline.vue2.js → es/workgroup-tree-inline/src/search-result.vue2.mjs} +0 -0
- /package/{lib/workgroup-tree-mobile/src/workgroup-tree-app.vue2.js → es/workgroup-tree-inline/src/workgroup-tree-inline.vue2.mjs} +0 -0
- /package/{lib/workgroup-user-tree-inline/src/search-result.vue2.js → es/workgroup-tree-mobile/src/workgroup-tree-app.vue2.mjs} +0 -0
- /package/{lib/workgroup-tree-mobile/src/workgroup-tree-service.js → es/workgroup-tree-mobile/src/workgroup-tree-service.mjs} +0 -0
- /package/{lib/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue2.js → es/workgroup-user-tree-inline/src/search-result.vue2.mjs} +0 -0
- /package/{lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue2.js → es/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue2.mjs} +0 -0
- /package/{lib/workgroup-user-tree-mobile/src/workgroup-user-tree-service.js → es/workgroup-user-tree-mobile/src/workgroup-user-tree-service.mjs} +0 -0
- /package/{packages → src/views}/super-icon/index.js +0 -0
- /package/{packages → src/views}/super-icon/src/index.vue +0 -0
|
@@ -0,0 +1,281 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
const e = require("vue"), t = require("vue-i18n"), a = require("vue-element-plus-x"), n = require("@vueuse/core"), o = require("../../src/utils/auth.cjs"), l = require("./chat-embed-message.cjs"), r = require("./type.cjs"), i = require("./recommendation-message.vue.cjs"), u = require("./chat-addition-data.vue.cjs"), s = require("./chat-bubble-footer.vue.cjs"), c = require("./chat-ai-answer-tip.vue.cjs"), d = require("./header.vue.cjs"), v = require("./chat-sender.vue.cjs");
|
|
3
|
+
require("codemirror"), require("@codemirror/lang-json"), require("@codemirror/state");
|
|
4
|
+
const m = require("../../json-view/json-view-dialog.vue.cjs"), h = require("./components/answer-home-chart.vue.cjs"), f = require("./components/answer-interaction-data.vue.cjs"), g = require("./components/answer-auto-chart.vue.cjs"), p = require("../../src/assets/chat-embed/robot.gif.cjs"), y = require("./sidebar-item.vue.cjs"), k = require("uuid"), w = require("./util/text-file-util.cjs"), S = require("./util/chat-embed-util.cjs"), b = require("./util/mcp-utils.cjs"), E = require("vue-router"), A = { key: 0 }, C = ["src"], N = { class: "chat-content" }, T = { style: { display: "flex", "flex-direction": "row" } }, x = { class: "chat-embed__main_content" }, M = ["href", "title"], q = ["href", "target"], _ = { style: { "font-size": "10px", color: "#999", "text-align": "right" } }, V = { key: 1, style: { "margin-top": "5px", width: "100%" } }, D = ["onClick"], B = { style: { display: "none" } }, P = e.defineComponent({ __name: "index", setup(P2) {
|
|
5
|
+
var _a, _b, _c;
|
|
6
|
+
const I = function() {
|
|
7
|
+
try {
|
|
8
|
+
const e2 = E.useRoute();
|
|
9
|
+
return e2.query.customSystem ? String(e2.query.customSystem) : null;
|
|
10
|
+
} catch (e2) {
|
|
11
|
+
return console.error("获取customSystem参数失败"), null;
|
|
12
|
+
}
|
|
13
|
+
}();
|
|
14
|
+
const j = e.ref(((_c = (_b = (_a = window.$vueApp) == null ? void 0 : _a.config) == null ? void 0 : _b.globalProperties) == null ? void 0 : _c.enableAiChat) || false), { startStream: O, cancel: U, data: L, error: F, isLoading: R } = a.useXStream(), { t: $ } = t.useI18n(), H = e.ref(), z = e.ref(true), J = e.ref([]), G = e.ref({}), W = e.ref(false), K = e.ref(r.AI_MODELS.RAGFLOW), X = e.ref({}), Q = {}, Y = e.ref(true), Z = e.ref(null), ee = e.ref(false), te = e.ref(false), ae = e.ref(0), ne = e.ref(""), oe = e.ref("500px"), le = e.ref(250), re = e.ref("https://cube.elemecdn.com/0/88/03b0d39583f48206768a7534e55bcpng.png"), ie = e.ref(false), ue = e.ref({}), se = e.ref(), ce = e.ref(), de = e.ref(), ve = e.ref(), me = e.ref(), he = e.ref(false);
|
|
15
|
+
let fe = null;
|
|
16
|
+
const ge = e.ref(null), pe = document.documentElement.clientWidth - 100, ye = document.documentElement.clientHeight - 100, { x: ke, y: we, style: Se } = n.useDraggable(H, { initialValue: { x: pe, y: ye }, preventDefault: true, onStart() {
|
|
17
|
+
z.value = true;
|
|
18
|
+
}, onMove(e2) {
|
|
19
|
+
z.value = false, function(e3) {
|
|
20
|
+
var _a2, _b2;
|
|
21
|
+
const t2 = window.innerWidth - (((_a2 = H.value) == null ? void 0 : _a2.offsetWidth) || 0), a2 = window.innerHeight - (((_b2 = H.value) == null ? void 0 : _b2.offsetHeight) || 0);
|
|
22
|
+
e3.x = Math.max(0, Math.min(e3.x, t2)), e3.y = Math.max(0, Math.min(e3.y, a2));
|
|
23
|
+
}(e2);
|
|
24
|
+
}, onEnd() {
|
|
25
|
+
be(), setTimeout(() => z.value = true, 50);
|
|
26
|
+
} });
|
|
27
|
+
function be() {
|
|
28
|
+
if (!H.value)
|
|
29
|
+
return;
|
|
30
|
+
const e2 = window.innerWidth - H.value.offsetWidth, t2 = window.innerHeight - H.value.offsetHeight;
|
|
31
|
+
ke.value > e2 && (ke.value = e2), we.value > t2 && (we.value = t2);
|
|
32
|
+
}
|
|
33
|
+
function Ee(e2) {
|
|
34
|
+
var _a2;
|
|
35
|
+
Y.value = true, K.value = e2, J.value = [], Q[e2] && 0 !== Q[e2].length ? (J.value = Q[e2], (_a2 = se.value) == null ? void 0 : _a2.scrollToBottom()) : J.value.push(l.defaultMessage);
|
|
36
|
+
}
|
|
37
|
+
function Ae(e2 = $("chatEmbed.requestFailed")) {
|
|
38
|
+
J.value.push(l.getMessageTemplate("ai", e2, false, false)), W.value = false;
|
|
39
|
+
}
|
|
40
|
+
function Ce() {
|
|
41
|
+
z.value && (ee.value = !ee.value, _e(), me.value.getHistory());
|
|
42
|
+
}
|
|
43
|
+
function Ne(e2) {
|
|
44
|
+
return X.value[e2] || (X.value[e2] = k.v4().replace(/-/g, "")), X.value[e2];
|
|
45
|
+
}
|
|
46
|
+
Ee(K.value), e.watch(oe, (e2) => {
|
|
47
|
+
document.documentElement.style.setProperty("--el-bubble-list-max-height", e2);
|
|
48
|
+
}), e.onMounted(() => {
|
|
49
|
+
if (window.addEventListener("resize", be), ce.value) {
|
|
50
|
+
const e2 = new ResizeObserver(() => {
|
|
51
|
+
_e();
|
|
52
|
+
});
|
|
53
|
+
e2.observe(ce.value.$el || ce.value), ce.value._resizeObserver = e2;
|
|
54
|
+
}
|
|
55
|
+
}), e.onBeforeUnmount(() => {
|
|
56
|
+
var _a2;
|
|
57
|
+
((_a2 = ce.value) == null ? void 0 : _a2._resizeObserver) && ce.value._resizeObserver.disconnect();
|
|
58
|
+
}), e.onUnmounted(() => {
|
|
59
|
+
window.removeEventListener("resize", be), function() {
|
|
60
|
+
fe && (fe.abort(), fe = null);
|
|
61
|
+
U(), he.value = false, W.value = false;
|
|
62
|
+
}();
|
|
63
|
+
});
|
|
64
|
+
const Te = e.computed(() => {
|
|
65
|
+
var _a2, _b2, _c2;
|
|
66
|
+
if (!he.value || !L.value.length)
|
|
67
|
+
return "";
|
|
68
|
+
const e2 = L.value[L.value.length - 1];
|
|
69
|
+
try {
|
|
70
|
+
const t2 = JSON.parse(e2.data);
|
|
71
|
+
if (t2.isChunk)
|
|
72
|
+
true === t2.data && G.value.content ? (G.value.thinkingStatus = r.MESSAGE_STATUS.END, G.value.showThinkingContent = true, G.value = {}, W.value = false) : xe(t2);
|
|
73
|
+
else {
|
|
74
|
+
if (!((_a2 = t2.data) == null ? void 0 : _a2.id) && true !== t2.data)
|
|
75
|
+
return W.value = false, G.value && (G.value.thinkingStatus = r.MESSAGE_STATUS.END), "";
|
|
76
|
+
if (t2.data.reference && (((_b2 = t2.data.reference.doc_aggs) == null ? void 0 : _b2.length) && (G.value.docAggs = t2.data.reference.doc_aggs), ((_c2 = t2.data.reference.chunks) == null ? void 0 : _c2.length) && (G.value.referenceChunks = t2.data.reference.chunks)), true === t2.data)
|
|
77
|
+
return function() {
|
|
78
|
+
if (W.value = false, !G.value)
|
|
79
|
+
return;
|
|
80
|
+
G.value.content = S.replaceAiTipTags(G.value.content), $e();
|
|
81
|
+
}(t2.data.answer), "";
|
|
82
|
+
xe(t2);
|
|
83
|
+
}
|
|
84
|
+
} catch (e3) {
|
|
85
|
+
console.error("解析数据时出错:", e3), W.value = false;
|
|
86
|
+
}
|
|
87
|
+
return "";
|
|
88
|
+
});
|
|
89
|
+
function xe(e2) {
|
|
90
|
+
const t2 = e2.data.answer;
|
|
91
|
+
if (!t2 || !G.value)
|
|
92
|
+
return;
|
|
93
|
+
const { thinkingContent: a2, mainContent: n2 } = S.parseAnswerContent(t2);
|
|
94
|
+
a2 && (G.value.thinkingContent = a2), n2 && (e2.isChunk ? G.value.content += n2 : G.value.content = n2);
|
|
95
|
+
}
|
|
96
|
+
function Me() {
|
|
97
|
+
if (W.value = false, fe && (fe.abort(), fe = null), he.value && (U(), he.value = false, J.value.length > 0)) {
|
|
98
|
+
const e2 = J.value[J.value.length - 1];
|
|
99
|
+
e2 && "ai" === e2.role && (e2.thinkingStatus = r.MESSAGE_STATUS.END, e2.content || (e2.content = "回答已取消"));
|
|
100
|
+
}
|
|
101
|
+
G.value && Object.keys(G.value).length > 0 && (G.value.thinkingStatus = r.MESSAGE_STATUS.END, G.value = {});
|
|
102
|
+
}
|
|
103
|
+
function qe() {
|
|
104
|
+
te.value = !te.value, _e();
|
|
105
|
+
}
|
|
106
|
+
function _e() {
|
|
107
|
+
let t2 = 100;
|
|
108
|
+
te.value && (t2 = 100), e.nextTick(() => {
|
|
109
|
+
var _a2;
|
|
110
|
+
te.value ? (de.value.style.height = `calc(${t2}vh)`, de.value.style.width = "calc(100vw)", ne.value = "calc(100vw - var(--chat-padding) * 2) * 0.8") : (de.value.style.height = `calc(${t2}vh - var(--chat-padding) * 2)`, de.value.style.width = 460 + le.value + "px", ne.value = 0.8 * (460 + le.value) + "px");
|
|
111
|
+
const e2 = ((_a2 = ce.value) == null ? void 0 : _a2.offsetHeight) || 80, a2 = window.innerHeight * t2 / 100 - 56 - e2 - 72;
|
|
112
|
+
oe.value = a2 + "px";
|
|
113
|
+
});
|
|
114
|
+
}
|
|
115
|
+
function Ve(e2) {
|
|
116
|
+
switch (W.value && Me(), e2.systemCode = I, he.value = false, e2.aiModel) {
|
|
117
|
+
case r.AI_MODELS.RAGFLOW:
|
|
118
|
+
!function(e3) {
|
|
119
|
+
if (!e3)
|
|
120
|
+
return;
|
|
121
|
+
L.value = [], J.value.push(l.getMessageTemplate("user", e3, true, false)), W.value = true, X.value[K.value] ? Le(e3) : async function(e4) {
|
|
122
|
+
try {
|
|
123
|
+
const t2 = await window.$vueApp.config.globalProperties.$http.post(window.$vueApp.config.globalProperties.baseAPI + "/mc/rag-flow/converse-with-chat", { question: e4 });
|
|
124
|
+
X.value[K.value] = t2.session_id, Le(e4);
|
|
125
|
+
} catch (e5) {
|
|
126
|
+
console.error("Failed to create session:", e5), Ae();
|
|
127
|
+
}
|
|
128
|
+
}(e3);
|
|
129
|
+
}(e2.question);
|
|
130
|
+
break;
|
|
131
|
+
case r.AI_MODELS.DATABASE:
|
|
132
|
+
!function(e3) {
|
|
133
|
+
if (W.value = true, !e3.question)
|
|
134
|
+
return;
|
|
135
|
+
const t2 = l.createUserMessage(e3);
|
|
136
|
+
J.value.push(t2), G.value = l.createAiMessage(e3, true), J.value.push(G.value);
|
|
137
|
+
try {
|
|
138
|
+
b.default.sendMessageToMcp(e3, Ne(K.value)).then(({ answerMessage: e4, errorMessage: t3 }) => {
|
|
139
|
+
W.value = false, t3 ? He(t3, true) : e4 && He(e4);
|
|
140
|
+
}).catch((e4) => {
|
|
141
|
+
W.value = false, console.error("MCP error:", e4), He("未能返回有效信息", true);
|
|
142
|
+
});
|
|
143
|
+
} catch (e4) {
|
|
144
|
+
W.value = false, console.error("MCP error:", e4), He("未能返回有效信息", true);
|
|
145
|
+
}
|
|
146
|
+
}(e2);
|
|
147
|
+
break;
|
|
148
|
+
case r.AI_MODELS.DEEPSEEK:
|
|
149
|
+
Ue(e2);
|
|
150
|
+
break;
|
|
151
|
+
case r.AI_MODELS.INTERACTION:
|
|
152
|
+
!function(e3) {
|
|
153
|
+
if (!e3.question)
|
|
154
|
+
return;
|
|
155
|
+
try {
|
|
156
|
+
const t2 = l.createUserMessage(e3);
|
|
157
|
+
J.value.push(t2), ge.value.parseCommand();
|
|
158
|
+
} catch (e4) {
|
|
159
|
+
console.error("systemInteraction error:", e4), Ae();
|
|
160
|
+
}
|
|
161
|
+
}(e2);
|
|
162
|
+
break;
|
|
163
|
+
case r.AI_MODELS.PPT_GENERATION:
|
|
164
|
+
!function(e3) {
|
|
165
|
+
if (!e3.question)
|
|
166
|
+
return;
|
|
167
|
+
const t2 = l.createUserMessage(e3);
|
|
168
|
+
J.value.push(t2), he.value = true, W.value = true, G.value = l.createAiMessage(e3, true), J.value.push(G.value);
|
|
169
|
+
const a2 = Ne(K.value);
|
|
170
|
+
window.$vueApp.config.globalProperties.$http.post(window.$vueApp.config.globalProperties.baseAPI + "/component/aippt/createPpt", { menuName: e3.menuName, menuCode: e3.menuCode, question: e3.question, additionalDataLabel: e3.additionalDataLabel, additionalData: JSON.stringify(e3.additionalData), fileId: e3.fileId, fileInfos: e3.fileInfos, systemCode: I, messageId: a2 }).then((e4) => {
|
|
171
|
+
if (e4.fileUrl) {
|
|
172
|
+
const t3 = S.extractFilenameFromUrl(e4.fileUrl) || "点击下载";
|
|
173
|
+
G.value.content = `PPT已生成:[${t3}](${e4.fileUrl})`;
|
|
174
|
+
} else
|
|
175
|
+
G.value.content = "PPT生成失败,请稍后重试";
|
|
176
|
+
$e(), W.value = false, window.open(e4.fileUrl, "_blank");
|
|
177
|
+
}).finally(() => {
|
|
178
|
+
W.value = false;
|
|
179
|
+
});
|
|
180
|
+
}(e2);
|
|
181
|
+
break;
|
|
182
|
+
default:
|
|
183
|
+
e2.aiModel;
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
function De(e2) {
|
|
187
|
+
Ue({ question: e2.question, additionalData: e2.additionalData, additionalDataLabel: e2.additionalDataLabel, menuName: e2.menuName, menuCode: e2.menuCode, aiModel: K.value });
|
|
188
|
+
}
|
|
189
|
+
function Be(e2) {
|
|
190
|
+
if (e2.content) {
|
|
191
|
+
Ue({ question: e2.content, aiModel: K.value });
|
|
192
|
+
}
|
|
193
|
+
}
|
|
194
|
+
function Pe() {
|
|
195
|
+
var _a2;
|
|
196
|
+
(_a2 = ge.value) == null ? void 0 : _a2.newChatSession(), J.value = [], K.value === r.AI_MODELS.DEEPSEEK && async function() {
|
|
197
|
+
if (X.value[K.value])
|
|
198
|
+
try {
|
|
199
|
+
await window.$vueApp.config.globalProperties.$http.post(window.$vueApp.config.globalProperties.baseAPI + "/component/ai/multiple-fuck/clear/" + X.value[K.value]);
|
|
200
|
+
} catch (e2) {
|
|
201
|
+
console.error("Failed to clear session:", e2), Ae();
|
|
202
|
+
}
|
|
203
|
+
}(), Z.value = null, X.value[K.value] = null, W.value = false, Q[K.value] = [], Ee(K.value);
|
|
204
|
+
}
|
|
205
|
+
function Ie(e2) {
|
|
206
|
+
Q[K.value] = JSON.parse(JSON.stringify(J.value)), Ee(e2);
|
|
207
|
+
}
|
|
208
|
+
function je(e2) {
|
|
209
|
+
ue.value = e2, ie.value = true;
|
|
210
|
+
}
|
|
211
|
+
function Oe(e2, t2) {
|
|
212
|
+
try {
|
|
213
|
+
w.downloadJsonFile(e2, w.generateFileName(t2 || "data"));
|
|
214
|
+
} catch (e3) {
|
|
215
|
+
console.error("下载失败:", e3);
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
async function Ue(e2) {
|
|
219
|
+
if (e2.question)
|
|
220
|
+
try {
|
|
221
|
+
const t2 = l.createUserMessage(e2);
|
|
222
|
+
J.value.push(t2), he.value = true, W.value = true;
|
|
223
|
+
const a2 = Ne(K.value);
|
|
224
|
+
G.value = l.createAiMessage(e2, true), J.value.push(G.value), fe = new AbortController();
|
|
225
|
+
const n2 = o.getToken(), r2 = await fetch(window.$vueApp.config.globalProperties.baseAPI + "/component/ai/multiple-fuck", { method: "POST", headers: { "Content-Type": "application/json", authorization: n2 || "" }, body: JSON.stringify({ question: e2.question, messageId: a2, data: JSON.stringify(e2.additionalData), fileId: e2.fileId, systemCode: I }), signal: fe.signal });
|
|
226
|
+
if (!r2.body)
|
|
227
|
+
throw new Error("No response body");
|
|
228
|
+
await O({ readableStream: r2.body });
|
|
229
|
+
} catch (e3) {
|
|
230
|
+
console.error("DeepSeek error:", e3), Ae();
|
|
231
|
+
}
|
|
232
|
+
}
|
|
233
|
+
async function Le(e2) {
|
|
234
|
+
try {
|
|
235
|
+
he.value = true, G.value = l.createAiMessage({ question: e2 }, true), G.value.messageType = "realtime", J.value.push(G.value), fe = new AbortController();
|
|
236
|
+
const t2 = o.getToken(), a2 = await fetch(window.$vueApp.config.globalProperties.baseAPI + "/mc/rag-flow/converse-with-chat-stream", { method: "POST", headers: { "Content-Type": "text/event-stream", authorization: t2 }, body: JSON.stringify({ question: e2, stream: true, systemCode: I, session_id: X.value[K.value] }), signal: fe.signal });
|
|
237
|
+
if (!a2.body)
|
|
238
|
+
throw new Error("No response body");
|
|
239
|
+
await O({ readableStream: a2.body });
|
|
240
|
+
} catch (e3) {
|
|
241
|
+
if ("AbortError" === (e3 == null ? void 0 : e3.name))
|
|
242
|
+
return;
|
|
243
|
+
console.error("SSE error:", e3), W.value = false;
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
function Fe(e2) {
|
|
247
|
+
const t2 = e2.doc_name.split(".").pop();
|
|
248
|
+
window.open(`http://101.43.172.105/document/${e2.doc_id}?ext=${t2}&prefix=document`);
|
|
249
|
+
}
|
|
250
|
+
function Re(e2) {
|
|
251
|
+
W.value = true, Ne(K.value);
|
|
252
|
+
const t2 = { question: e2.content, aiModel: K.value };
|
|
253
|
+
if (G.value = l.createAiMessage(t2, false), J.value.push(G.value), G.value.thinkingStatus = r.MESSAGE_STATUS.NONE, e2.url) {
|
|
254
|
+
const t3 = e2.command ? e2.command : e2.content;
|
|
255
|
+
G.value.link = e2.url, G.value.linkTitle = t3, G.value.content = e2.content;
|
|
256
|
+
} else
|
|
257
|
+
G.value.content = e2.content;
|
|
258
|
+
G.value = {}, W.value = false;
|
|
259
|
+
}
|
|
260
|
+
function $e(e2 = false) {
|
|
261
|
+
G.value.thinkingStatus = r.MESSAGE_STATUS.END, G.value.showThinkingContent = true, G.value.messageType = "history", G.value = {}, Y.value && me.value.addCurrentToSessionHistory(X.value[K.value], J.value), e2 || (Y.value = false);
|
|
262
|
+
}
|
|
263
|
+
function He(e2, t2 = false) {
|
|
264
|
+
G.value.content = e2, t2 && (G.value.thinkingStatus = r.MESSAGE_STATUS.ERROR), $e(t2);
|
|
265
|
+
}
|
|
266
|
+
function ze(t2, a2) {
|
|
267
|
+
Y.value = false, Z.value = t2, X.value[K.value] = t2.sessionId, a2.length > 0 && (J.value = []), e.nextTick(() => {
|
|
268
|
+
J.value = a2, e.nextTick(() => {
|
|
269
|
+
var _a2;
|
|
270
|
+
(_a2 = se.value) == null ? void 0 : _a2.scrollToBottom();
|
|
271
|
+
});
|
|
272
|
+
});
|
|
273
|
+
}
|
|
274
|
+
return (t2, n2) => j.value ? (e.openBlock(), e.createElementBlock("div", A, [e.createElementVNode("div", { ref_key: "chatIcon", ref: H, style: e.normalizeStyle([e.unref(Se), { position: "fixed", cursor: "pointer", "z-index": "100" }]) }, [e.createElementVNode("img", { src: e.unref(p), alt: "AI Avatar", onClick: Ce, style: { width: "50px", height: "50px" } }, null, 8, C)], 4), e.createVNode(e.Transition, { name: "slide-up" }, { default: e.withCtx(() => [e.withDirectives(e.createElementVNode("div", { ref_key: "chatContainerRef", ref: de, class: e.normalizeClass(["chat-container", te.value ? "full-screen" : "small-window"]), style: { display: "flex", flexDirection: "row" } }, [e.createVNode(y, { ref_key: "sidebarItemRef", ref: me, style: e.normalizeStyle({ width: le.value + "px" }), onSelectHistoryItem: ze, onNewChatSession: Pe, onUpdateAiHistory: n2[0] || (n2[0] = (e2) => {
|
|
275
|
+
Z.value.value = e2;
|
|
276
|
+
}), dialogFullScreen: te.value, aiModel: K.value }, null, 8, ["style", "dialogFullScreen", "aiModel"]), e.createElementVNode("div", N, [e.createVNode(d, { aiAvatar: re.value, aiModel: K.value, chatSessionId: X.value, dialogFullScreen: te.value, aiHistory: Z.value, onExpandDialog: qe, onShowChatDialog: Ce, onNewChatSession: Pe }, null, 8, ["aiAvatar", "aiModel", "chatSessionId", "dialogFullScreen", "aiHistory"]), e.createElementVNode("div", T, [(e.openBlock(), e.createElementBlock("div", { ref_key: "talkMainRef", ref: ve, class: "chat-embed__main", key: ae.value }, [e.createElementVNode("div", x, [e.createVNode(e.unref(a.BubbleList), { ref_key: "bubbleListRef", ref: se, list: J.value, "max-height": oe.value, "is-fog": true }, { avatar: e.withCtx(({ item: e2 }) => [...n2[2] || (n2[2] = [])]), content: e.withCtx(({ item: t3 }) => {
|
|
277
|
+
var _a2;
|
|
278
|
+
return [t3.isRecommend || null === t3.thinkingContent ? e.createCommentVNode("", true) : (e.openBlock(), e.createElementBlock(e.Fragment, { key: 0 }, ["failed" !== t3.messageStatus ? (e.openBlock(), e.createBlock(e.unref(a.Thinking), { key: 0, "button-width": "180px", style: { "margin-bottom": "5px" }, modelValue: t3.showThinkingContent, "onUpdate:modelValue": (e2) => t3.showThinkingContent = e2, status: t3.thinkingStatus, "auto-collapse": "", content: t3.thinkingContent, typing: { interval: 20 }, duration: ".3s" }, null, 8, ["modelValue", "onUpdate:modelValue", "status", "content"])) : e.createCommentVNode("", true)], 64)), t3.link ? (e.openBlock(), e.createElementBlock("a", { key: 1, href: t3.link, title: t3.linkTitle, target: "blank" }, e.toDisplayString(t3.content), 9, M)) : t3.content ? (e.openBlock(), e.createElementBlock(e.Fragment, { key: 2 }, [e.createElementVNode("div", { class: e.normalizeClass(["ai" === t3.role ? "content-container" : "content-borderless-container", "chat-content-font"]) }, ["ai" !== t3.role || t3.isRecommend ? "user" === t3.role ? (e.openBlock(), e.createElementBlock(e.Fragment, { key: 1 }, [e.createTextVNode(e.toDisplayString(t3.content) + " ", 1), ((_a2 = t3.additionalData) == null ? void 0 : _a2.length) > 0 && t3.additionalDataLabel ? (e.openBlock(), e.createBlock(u, { key: 0, item: t3, onViewJson: je, onDownloadJson: Oe }, null, 8, ["item"])) : e.createCommentVNode("", true)], 64)) : (e.openBlock(), e.createElementBlock(e.Fragment, { key: 2 }, [e.createTextVNode(e.toDisplayString(t3.content), 1)], 64)) : (e.openBlock(), e.createElementBlock(e.Fragment, { key: 0 }, [t3.messageType && "history" !== t3.messageType ? (e.openBlock(), e.createBlock(e.unref(a.Typewriter), { key: 1, allowHtml: "", content: t3.content, typing: true, "is-markdown": true, "is-fog": "" }, null, 8, ["content"])) : (e.openBlock(), e.createBlock(e.unref(a.XMarkdown), { key: 0, markdown: t3.content, allowHtml: true, content: t3.content, typing: { interval: 10 }, "is-markdown": true }, { "amb-ai-tip": e.withCtx(({ ...a2 }) => [e.createVNode(c, { item: t3, itemProps: a2, onClickDocAgg: Fe }, null, 8, ["item", "itemProps"])]), "amb-alink": e.withCtx(({ ...t4 }) => [e.createElementVNode("a", { href: t4.href, target: t4.target }, e.toDisplayString(t4.text), 9, q)]), "amb-home-chart": e.withCtx(({ ...t4 }) => [e.createVNode(h, { chartProps: t4, class: "chat-chart-container" }, null, 8, ["chartProps"])]), "amb-interaction-data": e.withCtx(({ ...t4 }) => [e.createVNode(f, { chartProps: t4, class: "chat-chart-container" }, null, 8, ["chartProps"])]), "amb-auto-chart": e.withCtx(({ ...t4 }) => [e.createVNode(g, { chartProps: t4, class: "chat-chart-container" }, null, 8, ["chartProps"])]), _: 2 }, 1032, ["markdown", "content"]))], 64)), e.createElementVNode("div", _, [e.createElementVNode("span", null, e.toDisplayString(t3.sendTime), 1)])], 2), t3.recommendations && t3.recommendations.length > 0 ? (e.openBlock(), e.createBlock(i, { key: 0, item: t3, onClickRecommendation: Be }, null, 8, ["item"])) : e.createCommentVNode("", true), t3.docAggs && t3.docAggs.length > 0 ? (e.openBlock(), e.createElementBlock("div", V, [n2[3] || (n2[3] = e.createElementVNode("div", { class: "content-container-header" }, "引用文件", -1)), (e.openBlock(true), e.createElementBlock(e.Fragment, null, e.renderList(t3.docAggs, (t4, a2) => (e.openBlock(), e.createElementBlock("div", { onClick: (e2) => Fe(t4), class: "doc-agg-item" }, e.toDisplayString(t4.doc_name), 9, D))), 256))])) : e.createCommentVNode("", true)], 64)) : e.createCommentVNode("", true)];
|
|
279
|
+
}), footer: e.withCtx(({ item: t3 }) => [e.createVNode(s, { item: t3, onRegenerate: De }, null, 8, ["item"])]), _: 1 }, 8, ["list", "max-height"]), e.createElementVNode("div", B, e.toDisplayString(Te.value), 1)]), e.createElementVNode("div", { ref_key: "talkInputRef", ref: ce, class: "chat-embed__input_container" }, [e.createVNode(v, { loading: W.value, ref_key: "chatSenderRef", ref: ge, onSubmitQuestion: Ve, onCommandAnswer: Re, onHandleCancel: Me, onViewJson: je, onChangeAiModel: Ie }, null, 8, ["loading"])], 512)]))])])], 2), [[e.vShow, ee.value]])]), _: 1 }), e.createVNode(e.unref(m), { modelValue: ie.value, "onUpdate:modelValue": n2[1] || (n2[1] = (e2) => ie.value = e2), "json-object": ue.value, "append-to-body": true, title: "预览数据" }, null, 8, ["modelValue", "json-object"])])) : e.createCommentVNode("", true);
|
|
280
|
+
} });
|
|
281
|
+
module.exports = P;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
const e = require("vue"), t = require("vue-element-plus-x"), n = ["onClick"], o = e.defineComponent({ __name: "recommendation-message", props: { item: { type: Object, required: true } }, emits: ["clickRecommendation"], setup(o2, { emit: c }) {
|
|
3
|
+
const r = c;
|
|
4
|
+
return (c2, i) => (e.openBlock(true), e.createElementBlock(e.Fragment, null, e.renderList(o2.item.recommendations, (o3, c3) => (e.openBlock(), e.createBlock(e.unref(t.Bubble), { class: "chat-embed__recommendation", "no-style": true, variant: "borderless" }, e.createSlots({ content: e.withCtx(() => [e.createElementVNode("div", { class: "content-borderless-container", onClick: (e2) => ((e3) => {
|
|
5
|
+
r("clickRecommendation", e3);
|
|
6
|
+
})(o3) }, e.toDisplayString(o3.content), 9, n)]), _: 2 }, [0 === c3 ? { name: "header", fn: e.withCtx(() => [i[0] || (i[0] = e.createElementVNode("div", { class: "content-container-header" }, "推荐内容", -1))]), key: "0" } : void 0]), 1024))), 256));
|
|
7
|
+
} });
|
|
8
|
+
module.exports = o;
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
const e = require("vue"), t = require("@element-plus/icons-vue"), o = require("vue-i18n"), a = require("./type.cjs"), l = require("./util/history-message-util.cjs"), c = require("dayjs"), n = require("element-plus"), r = require("../../src/assets/chat-embed/robot.svg.cjs"), i = { class: "flex-avatar" }, s = ["src"], d = { class: "flex-function-icon" }, u = { class: "chat-embed__sidebar" }, m = { class: "sidebar-header" }, h = ["src"], p = { class: "sidebar-menu" }, f = { key: 0, class: "date-group" }, v = { key: 0, class: "date-group-item" }, k = { key: 1, class: "date-group-item" }, y = { key: 2, class: "date-group-item" }, g = { key: 3, class: "date-group-item" }, w = { key: 4, class: "date-group-item" }, N = ["onClick"], V = e.defineComponent({ __name: "sidebar-item", props: { aiModel: { type: String, default: null }, dialogFullScreen: { type: Boolean, default: null } }, emits: ["new-chat-session", "select-history-item", "update-ai-history"], setup(V2, { expose: C, emit: E }) {
|
|
3
|
+
const B = E, { t: A } = o.useI18n(), _ = V2;
|
|
4
|
+
let b = 1;
|
|
5
|
+
const x = e.ref(/* @__PURE__ */ new Map()), D = e.ref("history"), I = e.ref(""), M = e.ref(false), S = e.ref(true);
|
|
6
|
+
e.watch(() => _.aiModel, (e2, t2) => {
|
|
7
|
+
b = 1, D.value = "history", I.value = "", P();
|
|
8
|
+
}, { immediate: true });
|
|
9
|
+
const T = (e2) => {
|
|
10
|
+
b++, M.value || P();
|
|
11
|
+
};
|
|
12
|
+
function O() {
|
|
13
|
+
I.value = "", B("new-chat-session");
|
|
14
|
+
}
|
|
15
|
+
function L(e2) {
|
|
16
|
+
e2 !== D.value && (b = 1, D.value = e2, M.value = false, P());
|
|
17
|
+
}
|
|
18
|
+
function P() {
|
|
19
|
+
let e2 = "";
|
|
20
|
+
if (_.aiModel === a.AI_MODELS.INTERACTION)
|
|
21
|
+
return x.value = /* @__PURE__ */ new Map(), void O();
|
|
22
|
+
switch (_.aiModel) {
|
|
23
|
+
case a.AI_MODELS.RAGFLOW:
|
|
24
|
+
e2 = "RAGFLOW";
|
|
25
|
+
break;
|
|
26
|
+
case a.AI_MODELS.DATABASE:
|
|
27
|
+
e2 = "DATABASE";
|
|
28
|
+
break;
|
|
29
|
+
case a.AI_MODELS.DEEPSEEK:
|
|
30
|
+
e2 = "BAILIAN";
|
|
31
|
+
break;
|
|
32
|
+
case a.AI_MODELS.INTERACTION:
|
|
33
|
+
break;
|
|
34
|
+
case a.AI_MODELS.PPT_GENERATION:
|
|
35
|
+
e2 = "AIPPT";
|
|
36
|
+
}
|
|
37
|
+
let t2 = 0, o2 = 0;
|
|
38
|
+
"useful" === D.value ? t2 = 1 : "collected" === D.value && (o2 = 1), window.$vueApp.config.globalProperties.$http.post(window.$vueApp.config.globalProperties.baseAPI + `/mc/ai-history/list/${e2}/${t2}/${o2}`, { pagination: { currentPage: b, pageSize: 30, isShowTotal: false } }).then((e3) => {
|
|
39
|
+
if (0 === e3.data.length && b > 1)
|
|
40
|
+
return n.ElMessage.info("没有更多历史记录了"), void (M.value = true);
|
|
41
|
+
const t3 = function(e4) {
|
|
42
|
+
const t4 = /* @__PURE__ */ new Map(), o3 = /* @__PURE__ */ new Date(), a2 = new Date(o3.getFullYear(), o3.getMonth(), o3.getDate()).getTime(), l2 = a2 - 864e5, n2 = a2 - 6048e5, r2 = a2 - 2592e6;
|
|
43
|
+
return e4.forEach((e5) => {
|
|
44
|
+
const o4 = new Date(e5.modifiedTime).getTime();
|
|
45
|
+
if (o4 >= a2)
|
|
46
|
+
t4.has("today") || t4.set("today", []), t4.get("today").push(e5);
|
|
47
|
+
else if (o4 >= l2)
|
|
48
|
+
t4.has("yesterday") || t4.set("yesterday", []), t4.get("yesterday").push(e5);
|
|
49
|
+
else if (o4 >= n2)
|
|
50
|
+
t4.has("sevenDays") || t4.set("sevenDays", []), t4.get("sevenDays").push(e5);
|
|
51
|
+
else if (o4 >= r2)
|
|
52
|
+
t4.has("thirtyDays") || t4.set("thirtyDays", []), t4.get("thirtyDays").push(e5);
|
|
53
|
+
else {
|
|
54
|
+
const a3 = new Date(o4), l3 = c(`${a3.getFullYear()}-${a3.getMonth() + 1}`).format("YYYY-MM");
|
|
55
|
+
t4.has(l3) || t4.set(l3, []), t4.get(l3).push(e5);
|
|
56
|
+
}
|
|
57
|
+
}), t4;
|
|
58
|
+
}(e3.data);
|
|
59
|
+
1 === b ? (e3.data.length < 30 && (M.value = true), x.value = t3) : t3.forEach((e4, t4) => {
|
|
60
|
+
x.value.has(t4) ? x.value.get(t4).push(...e4) : x.value.set(t4, e4);
|
|
61
|
+
});
|
|
62
|
+
}).catch((e3) => {
|
|
63
|
+
});
|
|
64
|
+
}
|
|
65
|
+
return C({ getHistory: P, addCurrentToSessionHistory: function(e2, t2 = []) {
|
|
66
|
+
e2 && setTimeout(() => {
|
|
67
|
+
l.getBySessionId(e2).then((e3) => {
|
|
68
|
+
e3 && (I.value = e3.id, x.value.has("today") || (x.value = new Map([["today", []], ...x.value])), x.value.get("today").unshift(e3), t2.length > 0 ? B("select-history-item", e3, t2) : B("select-history-item", e3, []));
|
|
69
|
+
}).catch((e3) => {
|
|
70
|
+
});
|
|
71
|
+
}, 100);
|
|
72
|
+
} }), (o2, c2) => {
|
|
73
|
+
const V3 = e.resolveComponent("el-avatar"), C2 = e.resolveComponent("SuperIcon"), E2 = e.resolveComponent("el-tooltip"), b2 = e.resolveComponent("el-icon"), M2 = e.resolveComponent("el-dropdown-item"), P2 = e.resolveComponent("el-dropdown-menu"), F = e.resolveComponent("el-dropdown"), R = e.resolveComponent("el-scrollbar"), $ = e.resolveComponent("el-button");
|
|
74
|
+
return e.openBlock(), e.createElementBlock(e.Fragment, null, [e.withDirectives(e.createElementVNode("div", i, [e.createVNode(V3, { size: 40, fit: "cover" }, { default: e.withCtx(() => [e.createElementVNode("img", { src: e.unref(r), alt: "AI Avatar" }, null, 8, s)]), _: 1 }), e.createElementVNode("div", d, [e.createVNode(E2, { class: "box-item", effect: "dark", content: "打开侧边栏" }, { default: e.withCtx(() => [e.createVNode(C2, { class: "shousuo-icon", onClick: c2[0] || (c2[0] = (e2) => S.value = true), iconValue: "amb-icon-zhankaibianlan" })]), _: 1 }), e.createVNode(E2, { class: "box-item", effect: "dark", content: "新建会话" }, { default: e.withCtx(() => [e.createVNode(C2, { class: "shousuo-icon", iconValue: "amb-icon-xinjianhuihua", onClick: O })]), _: 1 })])], 512), [[e.vShow, !S.value]]), e.withDirectives(e.createElementVNode("div", u, [e.createElementVNode("div", m, [e.createVNode(V3, { class: "chat-embed__header_avatar", size: 40, fit: "cover" }, { default: e.withCtx(() => [e.createElementVNode("img", { src: e.unref(r), alt: "AI Avatar" }, null, 8, h)]), _: 1 }), e.createElementVNode("span", null, e.toDisplayString(e.unref(A)("chatEmbed.name")), 1), e.createVNode(E2, { class: "box-item", effect: "dark", content: "收起侧边栏" }, { default: e.withCtx(() => [S.value ? (e.openBlock(), e.createBlock(C2, { key: 0, onClick: c2[1] || (c2[1] = (e2) => S.value = false), class: "right-icon", iconValue: "amb-icon-shouqibianlan" })) : e.createCommentVNode("", true)]), _: 1 })]), e.createElementVNode("div", p, [e.createElementVNode("div", { class: e.normalizeClass(["menu-item", { "active-item": "collected" === D.value }]), onClick: c2[2] || (c2[2] = (e2) => L("collected")) }, [e.createVNode(C2, { iconValue: "amb-icon-shoucang" }), c2[5] || (c2[5] = e.createElementVNode("span", null, "我的收藏", -1)), "collected" === D.value ? (e.openBlock(), e.createBlock(b2, { key: 0, class: "dropdown-right" }, { default: e.withCtx(() => [e.createVNode(e.unref(t.ArrowDown))]), _: 1 })) : (e.openBlock(), e.createBlock(b2, { key: 1, class: "dropdown-right" }, { default: e.withCtx(() => [e.createVNode(e.unref(t.ArrowRight))]), _: 1 }))], 2), e.createElementVNode("div", { class: e.normalizeClass(["menu-item", { "active-item": "useful" === D.value }]), onClick: c2[3] || (c2[3] = (e2) => L("useful")) }, [e.createVNode(C2, { iconValue: "amb-icon-youyong" }), c2[6] || (c2[6] = e.createElementVNode("span", null, "查看有用", -1)), "useful" === D.value ? (e.openBlock(), e.createBlock(b2, { key: 0, class: "dropdown-right" }, { default: e.withCtx(() => [e.createVNode(e.unref(t.ArrowDown))]), _: 1 })) : (e.openBlock(), e.createBlock(b2, { key: 1, class: "dropdown-right" }, { default: e.withCtx(() => [e.createVNode(e.unref(t.ArrowRight))]), _: 1 }))], 2), e.createElementVNode("div", { class: e.normalizeClass(["menu-item", { "active-item": "history" === D.value }]), onClick: c2[4] || (c2[4] = (e2) => L("history")) }, [e.createVNode(C2, { iconValue: "amb-icon-lishihuihua" }), c2[7] || (c2[7] = e.createElementVNode("span", null, "历史记录", -1)), "history" === D.value ? (e.openBlock(), e.createBlock(b2, { key: 0, class: "dropdown-right" }, { default: e.withCtx(() => [e.createVNode(e.unref(t.ArrowDown))]), _: 1 })) : (e.openBlock(), e.createBlock(b2, { key: 1, class: "dropdown-right" }, { default: e.withCtx(() => [e.createVNode(e.unref(t.ArrowRight))]), _: 1 }))], 2)]), e.createVNode(R, { class: "scrollbar-container", onEndReached: T }, { default: e.withCtx(() => [(e.openBlock(true), e.createElementBlock(e.Fragment, null, e.renderList(x.value, ([o3, r2]) => (e.openBlock(), e.createElementBlock(e.Fragment, { key: o3 }, [(r2 == null ? void 0 : r2.length) > 0 ? (e.openBlock(), e.createElementBlock("div", f, ["today" === o3 ? (e.openBlock(), e.createElementBlock("div", v, "今天")) : "yesterday" === o3 ? (e.openBlock(), e.createElementBlock("div", k, "昨天")) : "sevenDays" === o3 ? (e.openBlock(), e.createElementBlock("div", y, "七天内")) : "thirtyDays" === o3 ? (e.openBlock(), e.createElementBlock("div", g, "三十天内")) : (e.openBlock(), e.createElementBlock("div", w, e.toDisplayString(o3), 1)), (e.openBlock(true), e.createElementBlock(e.Fragment, null, e.renderList(r2, (o4) => (e.openBlock(), e.createElementBlock("div", { class: e.normalizeClass(["history-item", { "active-item": I.value === o4.id }]) }, [o4.useful ? (e.openBlock(), e.createBlock(C2, { key: 0, iconValue: "amb-icon-youyong" })) : e.createCommentVNode("", true), o4.collected ? (e.openBlock(), e.createBlock(b2, { key: 1 }, { default: e.withCtx(() => [e.createVNode(e.unref(t.StarFilled))]), _: 1 })) : e.createCommentVNode("", true), e.createElementVNode("div", { class: "history-subject", onClick: (e2) => function(e3) {
|
|
75
|
+
I.value !== e3.id && (I.value = e3.id, window.$vueApp.config.globalProperties.$http.get(window.$vueApp.config.globalProperties.baseAPI + `/mc/ai-history/content/${e3.id}`).then((t2) => {
|
|
76
|
+
let o5 = [];
|
|
77
|
+
switch (_.aiModel) {
|
|
78
|
+
case a.AI_MODELS.RAGFLOW:
|
|
79
|
+
o5 = l.formatRagflowHistoryMessage(t2);
|
|
80
|
+
break;
|
|
81
|
+
case a.AI_MODELS.DATABASE:
|
|
82
|
+
o5 = l.formatDatabaseHistoryMessage(t2);
|
|
83
|
+
break;
|
|
84
|
+
case a.AI_MODELS.DEEPSEEK:
|
|
85
|
+
o5 = l.formatBailianHistoryMessage(t2);
|
|
86
|
+
break;
|
|
87
|
+
case a.AI_MODELS.INTERACTION:
|
|
88
|
+
break;
|
|
89
|
+
case a.AI_MODELS.PPT_GENERATION:
|
|
90
|
+
o5 = l.formatAiPptHistoryMessage(t2);
|
|
91
|
+
}
|
|
92
|
+
B("select-history-item", e3, o5);
|
|
93
|
+
}).catch((e4) => {
|
|
94
|
+
}));
|
|
95
|
+
}(o4) }, e.toDisplayString(o4.subject), 9, N), e.createVNode(F, { class: "dropdown-right", onCommand: (e2) => function(e3, t2) {
|
|
96
|
+
"collect" === e3 || "uncollect" === e3 ? l.collectById(t2.id).then(() => {
|
|
97
|
+
t2.collected = !t2.collected, B("update-ai-history", t2);
|
|
98
|
+
}) : "useful" === e3 || "unuseful" === e3 ? l.usefuleById(t2.id).then(() => {
|
|
99
|
+
t2.useful = !t2.useful, B("update-ai-history", t2);
|
|
100
|
+
}) : "delete" === e3 && l.deleteByIds([t2.id]).then(() => {
|
|
101
|
+
n.ElMessage.success("已删除该会话"), x.value.forEach((e4) => {
|
|
102
|
+
const o5 = e4.findIndex((e5) => e5.id === t2.id);
|
|
103
|
+
-1 !== o5 && e4.splice(o5, 1);
|
|
104
|
+
}), I.value === t2.id && O();
|
|
105
|
+
});
|
|
106
|
+
}(e2, o4), trigger: "click" }, { dropdown: e.withCtx(() => [e.createVNode(P2, null, { default: e.withCtx(() => [o4.collected ? e.createCommentVNode("", true) : (e.openBlock(), e.createBlock(M2, { key: 0, command: "collect" }, { default: e.withCtx(() => [e.createVNode(b2, null, { default: e.withCtx(() => [e.createVNode(e.unref(t.StarFilled))]), _: 1 }), c2[8] || (c2[8] = e.createTextVNode("收藏 ", -1))]), _: 1 })), o4.collected ? (e.openBlock(), e.createBlock(M2, { key: 1, command: "uncollect" }, { default: e.withCtx(() => [e.createVNode(b2, null, { default: e.withCtx(() => [e.createVNode(e.unref(t.Star))]), _: 1 }), c2[9] || (c2[9] = e.createTextVNode("取消收藏 ", -1))]), _: 1 })) : e.createCommentVNode("", true), o4.useful ? e.createCommentVNode("", true) : (e.openBlock(), e.createBlock(M2, { key: 2, command: "useful" }, { default: e.withCtx(() => [...c2[10] || (c2[10] = [e.createTextVNode("有用", -1)])]), _: 1 })), o4.useful ? (e.openBlock(), e.createBlock(M2, { key: 3, command: "unuseful" }, { default: e.withCtx(() => [...c2[11] || (c2[11] = [e.createTextVNode("取消有用", -1)])]), _: 1 })) : e.createCommentVNode("", true), e.createVNode(M2, { command: "delete" }, { default: e.withCtx(() => [...c2[12] || (c2[12] = [e.createTextVNode("删除", -1)])]), _: 1 })]), _: 2 }, 1024)]), default: e.withCtx(() => [e.createVNode(b2, { class: "more-filled" }, { default: e.withCtx(() => [e.createVNode(e.unref(t.MoreFilled))]), _: 1 })]), _: 2 }, 1032, ["onCommand"])], 2))), 256))])) : e.createCommentVNode("", true)], 64))), 128))]), _: 1 }), e.createVNode($, { type: "primary", class: "new-session-button", onClick: O }, { icon: e.withCtx(() => [e.createVNode(C2, { iconValue: "amb-icon-xinjianhuihua" })]), default: e.withCtx(() => [c2[13] || (c2[13] = e.createTextVNode(" 新建会话 ", -1))]), _: 1 })], 512), [[e.vShow, S.value]])], 64);
|
|
107
|
+
};
|
|
108
|
+
} });
|
|
109
|
+
module.exports = V;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
exports.AI_MODELS = { DEEPSEEK: "deepseek", RAGFLOW: "ragflow", DATABASE: "database", INTERACTION: "interaction", PPT_GENERATION: "ppt_generation" }, exports.MESSAGE_STATUS = { THINKING: "thinking", END: "end", ERROR: "error", FAILED: "failed", NONE: "none" };
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }), exports.extractFilenameFromUrl = function(t) {
|
|
3
|
+
if (!t)
|
|
4
|
+
return null;
|
|
5
|
+
try {
|
|
6
|
+
const n = new URL(t), e = n.searchParams.get("response-content-disposition") || n.searchParams.get("content-disposition") || "";
|
|
7
|
+
if (!e)
|
|
8
|
+
return null;
|
|
9
|
+
let r = e;
|
|
10
|
+
try {
|
|
11
|
+
r = decodeURIComponent(r);
|
|
12
|
+
} catch (t2) {
|
|
13
|
+
}
|
|
14
|
+
const i = r.match(/filename\*\s*=\s*([^'']*)''([^;]+)/i);
|
|
15
|
+
if (i && i[2])
|
|
16
|
+
try {
|
|
17
|
+
return decodeURIComponent(i[2].trim()).replace(/^"|"$/g, "");
|
|
18
|
+
} catch (t2) {
|
|
19
|
+
return i[2].trim().replace(/^"|"$/g, "");
|
|
20
|
+
}
|
|
21
|
+
const o = r.match(/filename\s*=\s*"([^"]+)"/i);
|
|
22
|
+
if (o && o[1])
|
|
23
|
+
try {
|
|
24
|
+
return decodeURIComponent(o[1]);
|
|
25
|
+
} catch (t2) {
|
|
26
|
+
return o[1];
|
|
27
|
+
}
|
|
28
|
+
const a = r.match(/filename\s*=\s*([^;]+)/i);
|
|
29
|
+
if (a && a[1]) {
|
|
30
|
+
const t2 = a[1].trim().replace(/^"|"$/g, "");
|
|
31
|
+
try {
|
|
32
|
+
return decodeURIComponent(t2);
|
|
33
|
+
} catch (n2) {
|
|
34
|
+
return t2;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
return null;
|
|
38
|
+
} catch (t2) {
|
|
39
|
+
return null;
|
|
40
|
+
}
|
|
41
|
+
}, exports.parseAnswerContent = function(t) {
|
|
42
|
+
if (!t)
|
|
43
|
+
return { thinkingContent: "", mainContent: "" };
|
|
44
|
+
if (t.startsWith("<think>")) {
|
|
45
|
+
const n = t.indexOf("</think>");
|
|
46
|
+
return { thinkingContent: t.substring(7, n), mainContent: t.substring(n + 8) };
|
|
47
|
+
}
|
|
48
|
+
return { thinkingContent: "", mainContent: t };
|
|
49
|
+
}, exports.replaceAiTipTags = function(t) {
|
|
50
|
+
return t.replace(/ID:(\d+)/g, '<amb-ai-tip tip-index="$1"></amb-ai-tip>').replace(/##(\d+)\$\$/g, '<amb-ai-tip tip-index="$1"></amb-ai-tip>');
|
|
51
|
+
};
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const e = require("../chat-embed-message.cjs"), t = require("../type.cjs"), s = require("./chat-embed-util.cjs"), o = require("./mcp-utils.cjs");
|
|
4
|
+
exports.collectById = function(e2) {
|
|
5
|
+
return window.$vueApp.config.globalProperties.$http.put(window.$vueApp.config.globalProperties.baseAPI + `/mc/ai-history/collect/${e2}`);
|
|
6
|
+
}, exports.collectBySessionId = function(e2) {
|
|
7
|
+
return window.$vueApp.config.globalProperties.$http.put(window.$vueApp.config.globalProperties.baseAPI + `/mc/ai-history/collect/session/${e2}`);
|
|
8
|
+
}, exports.deleteByIds = function(e2) {
|
|
9
|
+
return window.$vueApp.config.globalProperties.$http.delete(window.$vueApp.config.globalProperties.baseAPI + "/mc/ai-history", { data: e2 });
|
|
10
|
+
}, exports.formatAiPptHistoryMessage = function(o2) {
|
|
11
|
+
const n = [];
|
|
12
|
+
return o2 && o2.forEach((o3) => {
|
|
13
|
+
if ("USER" === o3.role) {
|
|
14
|
+
if (o3.submitParam) {
|
|
15
|
+
const t2 = e.createUserMessage(o3.submitParam);
|
|
16
|
+
n.push(t2);
|
|
17
|
+
}
|
|
18
|
+
} else if ("ASSISTANT" === o3.role) {
|
|
19
|
+
const r = e.createAiMessage({ question: "" }, true);
|
|
20
|
+
if (o3.result.fileUrl) {
|
|
21
|
+
const e2 = s.extractFilenameFromUrl(o3.result.fileUrl) || "点击下载";
|
|
22
|
+
r.content = `PPT已生成:[${e2}](${o3.result.fileUrl})`;
|
|
23
|
+
} else
|
|
24
|
+
r.content = "PPT生成失败,请稍后重试";
|
|
25
|
+
r.thinkingContent = "", r.thinkingStatus = t.MESSAGE_STATUS.END, r.showThinkingContent = false, r.messageType = "history", n.push(r);
|
|
26
|
+
}
|
|
27
|
+
}), n;
|
|
28
|
+
}, exports.formatBailianHistoryMessage = function(s2) {
|
|
29
|
+
const o2 = [];
|
|
30
|
+
return s2 && s2.forEach((s3) => {
|
|
31
|
+
if ("USER" === s3.role) {
|
|
32
|
+
if (s3.submitParam) {
|
|
33
|
+
const t2 = e.createUserMessage(s3.submitParam);
|
|
34
|
+
o2.push(t2);
|
|
35
|
+
}
|
|
36
|
+
} else if ("ASSISTANT" === s3.role) {
|
|
37
|
+
const n = e.createAiMessage({ question: "" }, true);
|
|
38
|
+
n.content = s3.result, n.thinkingContent = "", n.thinkingStatus = t.MESSAGE_STATUS.END, n.showThinkingContent = false, n.messageType = "history", o2.push(n);
|
|
39
|
+
}
|
|
40
|
+
}), o2;
|
|
41
|
+
}, exports.formatDatabaseHistoryMessage = function(s2) {
|
|
42
|
+
const n = [];
|
|
43
|
+
return s2 && s2.forEach((s3) => {
|
|
44
|
+
if ("USER" === s3.role) {
|
|
45
|
+
if (s3.submitParam) {
|
|
46
|
+
const t2 = e.createUserMessage(s3.submitParam);
|
|
47
|
+
n.push(t2);
|
|
48
|
+
}
|
|
49
|
+
} else if ("ASSISTANT" === s3.role) {
|
|
50
|
+
const r = e.createAiMessage({ question: "" }, true), { answerMessage: i } = o.handleMcpMessage(s3.result);
|
|
51
|
+
r.content = i, r.thinkingStatus = t.MESSAGE_STATUS.END, r.showThinkingContent = false, r.messageType = "history", n.push(r);
|
|
52
|
+
}
|
|
53
|
+
}), n;
|
|
54
|
+
}, exports.formatRagflowHistoryMessage = function(o2) {
|
|
55
|
+
const n = [];
|
|
56
|
+
return o2 && o2.forEach((o3) => {
|
|
57
|
+
var _a, _b;
|
|
58
|
+
if ("USER" === o3.role) {
|
|
59
|
+
if (o3.submitParam) {
|
|
60
|
+
const t2 = JSON.parse(o3.submitParam);
|
|
61
|
+
n.push(e.getMessageTemplate("user", t2.question, true, false));
|
|
62
|
+
}
|
|
63
|
+
} else if ("ASSISTANT" === o3.role) {
|
|
64
|
+
const r = JSON.parse(o3.result), i = e.createAiMessage({ question: "" }, true), { thinkingContent: a, mainContent: c } = s.parseAnswerContent(r.answer);
|
|
65
|
+
r.reference && (((_a = r.reference.doc_aggs) == null ? void 0 : _a.length) && (i.docAggs = r.reference.doc_aggs), ((_b = r.reference.chunks) == null ? void 0 : _b.length) && (i.referenceChunks = r.reference.chunks)), i.content = c, i.thinkingContent = a, i.thinkingStatus = t.MESSAGE_STATUS.END, i.showThinkingContent = true, i.content = s.replaceAiTipTags(i.content), i.messageType = "history", n.push(i);
|
|
66
|
+
}
|
|
67
|
+
}), n;
|
|
68
|
+
}, exports.getBySessionId = function(e2) {
|
|
69
|
+
return window.$vueApp.config.globalProperties.$http.get(window.$vueApp.config.globalProperties.baseAPI + `/mc/ai-history/session/${e2}`);
|
|
70
|
+
}, exports.usefuleById = function(e2) {
|
|
71
|
+
return window.$vueApp.config.globalProperties.$http.put(window.$vueApp.config.globalProperties.baseAPI + `/mc/ai-history/useful/${e2}`);
|
|
72
|
+
}, exports.usefuleBySessionId = function(e2) {
|
|
73
|
+
return window.$vueApp.config.globalProperties.$http.put(window.$vueApp.config.globalProperties.baseAPI + `/mc/ai-history/useful/session/${e2}`);
|
|
74
|
+
};
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
+
const e = require("axios"), s = require("../../../src/utils/auth.cjs"), a = { sendMessageToMcp: (a2, t) => new Promise((o, n) => {
|
|
4
|
+
const i = { question: a2.question, messageId: t, systemCode: a2.systemCode };
|
|
5
|
+
e.defaults.headers.common.Authorization = s.getToken(), e.post(window.$vueApp.config.globalProperties.baseAPI + "/component/ai/mcp/chart", i).then((e2) => {
|
|
6
|
+
var _a, _b;
|
|
7
|
+
if (e2) {
|
|
8
|
+
const s2 = e2.data;
|
|
9
|
+
if (200 === s2.code) {
|
|
10
|
+
if (!s2.answer)
|
|
11
|
+
return void o({ errorMessage: "未能返回有效信息" });
|
|
12
|
+
((_b = (_a = s2.answer) == null ? void 0 : _a.sqlInfo) == null ? void 0 : _b.sql) && delete s2.answer.sqlInfo.sql;
|
|
13
|
+
const e3 = r(s2);
|
|
14
|
+
o(e3 || { answerMessage: "未能返回有效信息" });
|
|
15
|
+
} else if (500 === s2.code)
|
|
16
|
+
o({ errorMessage: s2.message });
|
|
17
|
+
else if (s2.message) {
|
|
18
|
+
const e3 = JSON.parse(s2.message);
|
|
19
|
+
o({ errorMessage: e3.message });
|
|
20
|
+
}
|
|
21
|
+
} else
|
|
22
|
+
o({ answerMessage: "未能返回有效信息" });
|
|
23
|
+
}).catch((e2) => {
|
|
24
|
+
var _a, _b;
|
|
25
|
+
((_b = (_a = e2.response) == null ? void 0 : _a.data) == null ? void 0 : _b.code) ? o({ errorMessage: e2.response.data.code }) : o({ errorMessage: e2.message });
|
|
26
|
+
});
|
|
27
|
+
}), getChildTableData: (e2) => new Promise((s2, a2) => {
|
|
28
|
+
window.$vueApp.config.globalProperties.$http.post(window.$vueApp.config.globalProperties.baseAPI + "/component/ai/mcp/getChildData", e2).then((e3) => {
|
|
29
|
+
s2(e3);
|
|
30
|
+
}).catch((e3) => {
|
|
31
|
+
var _a, _b;
|
|
32
|
+
((_b = (_a = e3.response) == null ? void 0 : _a.data) == null ? void 0 : _b.code) ? s2({ errorMessage: e3.response.data.code }) : s2({ errorMessage: e3.message });
|
|
33
|
+
});
|
|
34
|
+
}) };
|
|
35
|
+
function r(e2) {
|
|
36
|
+
var _a, _b, _c;
|
|
37
|
+
if ("markdown" == e2.type)
|
|
38
|
+
return { answerMessage: e2.answer };
|
|
39
|
+
if ("chartSettingList" === e2.type) {
|
|
40
|
+
if (((_a = e2.answer) == null ? void 0 : _a.length) > 0) {
|
|
41
|
+
const s2 = [];
|
|
42
|
+
return e2.answer.forEach((e3) => {
|
|
43
|
+
s2.push(`<amb-home-chart id='${e3.id}' chartUuid='${e3.uuid}' chartCode='${e3.chartCode}' systemCode='${e3.systemCode}' customUrl='${e3.customUrl}'/>`);
|
|
44
|
+
}), { answerMessage: s2.join("\n") };
|
|
45
|
+
}
|
|
46
|
+
return { errorMessage: "未能返回有效信息" };
|
|
47
|
+
}
|
|
48
|
+
return "sourceData" === e2.type ? { answerMessage: `<amb-interaction-data dataList='${JSON.stringify(e2.answer.dataList)}' dataTables='${JSON.stringify((_b = e2.answer.sqlInfo) == null ? void 0 : _b.dataTables)}' childTables='${JSON.stringify((_c = e2.answer.sqlInfo) == null ? void 0 : _c.childTables)}'/>` } : "chartData" === e2.type ? { answerMessage: `<amb-auto-chart params='${JSON.stringify(e2.bailianToolParams)}' answer='${JSON.stringify(e2.answer)}' />` } : void 0;
|
|
49
|
+
}
|
|
50
|
+
exports.default = a, exports.handleMcpMessage = r;
|