agilebuilder-ui 1.1.65-tmp12 → 1.1.65-tmp14
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/favicon.svg +29 -0
- package/dist/index.full.min.js +16440 -0
- package/dist/style.css +3078 -0
- package/es/IntervalSelection/index.js +7 -0
- package/es/IntervalSelection/src/sectionDate.vue.js +49 -0
- package/es/IntervalSelection/src/sectionDate.vue2.js +4 -0
- package/es/_virtual/__vite-browser-external.js +4 -0
- package/es/_virtual/_plugin-vue_export-helper.js +9 -0
- package/es/breadcrumb/index.js +7 -0
- package/es/breadcrumb/src/breadcrumb.vue.js +28 -0
- package/es/breadcrumb/src/breadcrumb.vue2.js +4 -0
- package/es/chat-embed/index.js +7 -0
- package/es/chat-embed/src/chat-addition-data.vue.js +7 -0
- package/es/chat-embed/src/chat-addition-data.vue2.js +14 -0
- package/es/chat-embed/src/chat-addition-data.vue3.js +4 -0
- package/es/chat-embed/src/chat-ai-answer-tip.vue.js +7 -0
- package/es/chat-embed/src/chat-ai-answer-tip.vue2.js +29 -0
- package/es/chat-embed/src/chat-ai-answer-tip.vue3.js +4 -0
- package/es/chat-embed/src/chat-bubble-footer.vue.js +7 -0
- package/es/chat-embed/src/chat-bubble-footer.vue2.js +33 -0
- package/es/chat-embed/src/chat-bubble-footer.vue3.js +4 -0
- package/es/chat-embed/src/chat-embed-message.js +22 -0
- package/es/chat-embed/src/chat-sender.vue.js +7 -0
- package/es/chat-embed/src/chat-sender.vue2.js +160 -0
- package/es/chat-embed/src/chat-sender.vue3.js +4 -0
- package/es/chat-embed/src/components/answer-auto-chart.vue.js +7 -0
- package/es/chat-embed/src/components/answer-auto-chart.vue2.js +59 -0
- package/es/chat-embed/src/components/answer-auto-chart.vue3.js +4 -0
- package/es/chat-embed/src/components/answer-home-chart.vue.js +7 -0
- package/es/chat-embed/src/components/answer-home-chart.vue2.js +6 -0
- package/es/chat-embed/src/components/answer-home-chart.vue3.js +4 -0
- package/es/chat-embed/src/components/answer-interaction-data.vue.js +7 -0
- package/es/chat-embed/src/components/answer-interaction-data.vue2.js +118 -0
- package/es/chat-embed/src/components/answer-interaction-data.vue3.js +4 -0
- package/es/chat-embed/src/components/history-detail.vue.js +7 -0
- package/es/chat-embed/src/components/history-detail.vue2.js +55 -0
- package/es/chat-embed/src/components/history-detail.vue3.js +4 -0
- package/es/chat-embed/src/header.vue.js +7 -0
- package/es/chat-embed/src/header.vue2.js +46 -0
- package/es/chat-embed/src/header.vue3.js +4 -0
- package/es/chat-embed/src/index.vue.js +7 -0
- package/es/chat-embed/src/index.vue2.js +307 -0
- package/es/chat-embed/src/index.vue3.js +4 -0
- package/es/chat-embed/src/recommendation-message.vue.js +7 -0
- package/es/chat-embed/src/recommendation-message.vue2.js +8 -0
- package/es/chat-embed/src/recommendation-message.vue3.js +4 -0
- package/es/chat-embed/src/sidebar-item.vue.js +7 -0
- package/es/chat-embed/src/sidebar-item.vue2.js +118 -0
- package/es/chat-embed/src/sidebar-item.vue3.js +4 -0
- package/es/chat-embed/src/type.js +5 -0
- package/es/chat-embed/src/util/chat-embed-util.js +57 -0
- package/es/chat-embed/src/util/history-message-util.js +96 -0
- package/es/chat-embed/src/util/mcp-utils.js +53 -0
- package/es/chat-embed/src/util/text-file-util.js +12 -0
- package/es/chat-embed/src/voice/index.js +7 -0
- package/es/chat-embed/src/voice/js/crypto-js.js +1013 -0
- package/es/chat-embed/src/voice/js/processor/index.umd.js +178 -0
- package/es/chat-embed/src/voice/js/timer.js +11 -0
- package/es/chat-embed/src/voice/voice.vue.js +104 -0
- package/es/date-picker-range/index.js +7 -0
- package/es/date-picker-range/index.vue.js +7 -0
- package/es/date-picker-range/index.vue2.js +93 -0
- package/es/date-picker-range/index.vue3.js +4 -0
- package/es/department-tree/index.js +7 -0
- package/es/department-tree/src/department-tree.vue.js +23 -0
- package/es/department-tree-inline/index.js +7 -0
- package/es/department-tree-inline/src/department-multi-tree-inline.vue.js +91 -0
- package/es/department-tree-inline/src/department-multi-tree-inline.vue2.js +4 -0
- package/es/department-tree-inline/src/department-single-tree-inline.vue.js +64 -0
- package/es/department-tree-inline/src/department-single-tree-inline.vue2.js +4 -0
- package/es/department-tree-inline/src/department-tree-inline.vue.js +17 -0
- package/es/department-tree-inline/src/department-tree-service.js +108 -0
- package/es/department-tree-inline/src/search-result.vue.js +40 -0
- package/es/department-tree-inline/src/search-result.vue2.js +4 -0
- package/es/department-tree-mobile/index.js +8 -0
- package/es/department-tree-mobile/src/department-tree-app.vue.js +15 -0
- package/es/department-tree-mobile/src/department-tree-app.vue2.js +4 -0
- package/es/department-tree-mobile/src/department-tree-app.vue3.js +5 -0
- package/es/department-tree-mobile/src/department-tree-inline-app.vue.js +121 -0
- package/es/department-tree-mobile/src/department-tree-inline-app.vue2.js +4 -0
- package/es/department-tree-mobile/src/department-tree-service.js +55 -0
- package/es/department-tree-mobile/src/dept-path.vue.js +14 -0
- package/es/department-tree-mobile/src/dept-path.vue2.js +4 -0
- package/es/department-tree-mobile/src/dept-result.vue.js +16 -0
- package/es/department-tree-mobile/src/dept-result.vue2.js +4 -0
- package/es/department-user-tree/index.js +7 -0
- package/es/department-user-tree/src/department-user-multiple-tree.vue.js +20 -0
- package/es/department-user-tree/src/department-user-multiple-tree.vue2.js +4 -0
- package/es/department-user-tree/src/department-user-single-tree.vue.js +19 -0
- package/es/department-user-tree/src/department-user-tree.vue.js +27 -0
- package/es/department-user-tree-inline/index.js +7 -0
- package/es/department-user-tree-inline/src/department-user-multiple-tree-inline.vue.js +165 -0
- package/es/department-user-tree-inline/src/department-user-multiple-tree-inline.vue2.js +4 -0
- package/es/department-user-tree-inline/src/department-user-single-tree-inline.vue.js +69 -0
- package/es/department-user-tree-inline/src/department-user-single-tree-inline.vue2.js +4 -0
- package/es/department-user-tree-inline/src/department-user-tree-inline.vue.js +16 -0
- package/es/department-user-tree-inline/src/department-user-tree-multi-service.js +81 -0
- package/es/department-user-tree-inline/src/department-user-tree-single-service.js +54 -0
- package/es/department-user-tree-inline/src/group-user/group-input.vue.js +39 -0
- package/es/department-user-tree-inline/src/group-user/group-list.vue.js +27 -0
- package/es/department-user-tree-inline/src/group-user/group-user.vue.js +16 -0
- package/es/department-user-tree-inline/src/group-user-multiple-tree.vue.js +78 -0
- package/es/department-user-tree-inline/src/group-user-single-tree.vue.js +34 -0
- package/es/department-user-tree-inline/src/group-user-tree-service.js +34 -0
- package/es/department-user-tree-inline/src/search-result.vue.js +41 -0
- package/es/department-user-tree-inline/src/search-result.vue2.js +4 -0
- package/es/department-user-tree-mobile/index.js +8 -0
- package/es/department-user-tree-mobile/src/department-user-tree-app.vue.js +15 -0
- package/es/department-user-tree-mobile/src/department-user-tree-app.vue2.js +4 -0
- package/es/department-user-tree-mobile/src/department-user-tree-app.vue3.js +5 -0
- package/es/department-user-tree-mobile/src/department-user-tree-inline-app.vue.js +135 -0
- package/es/department-user-tree-mobile/src/department-user-tree-inline-app.vue2.js +4 -0
- package/es/department-user-tree-mobile/src/department-user-tree-service.js +38 -0
- package/es/department-user-tree-mobile/src/dept-path.vue.js +14 -0
- package/es/department-user-tree-mobile/src/dept-path.vue2.js +4 -0
- package/es/department-user-tree-mobile/src/dept-result.vue.js +17 -0
- package/es/department-user-tree-mobile/src/dept-result.vue2.js +4 -0
- package/es/directives/prevent-reclick.js +15 -0
- package/es/dynamic-source-select/index.js +7 -0
- package/es/dynamic-source-select/src/dynamic-source-select-service.js +32 -0
- package/es/dynamic-source-select/src/dynamic-source-select.vue.js +276 -0
- package/es/dynamic-source-select/src/dynamic-source-select.vue2.js +4 -0
- package/es/dynamic-source-select/src/dynamic-source-select.vue3.js +4 -0
- package/es/dynamic-source-select/src/events.js +29 -0
- package/es/empty-state/index.vue.js +9 -0
- package/es/empty-state/index.vue2.js +4 -0
- package/es/favicon.svg +29 -0
- package/es/fs-preview/index.js +7 -0
- package/es/fs-preview/src/fs-preview.vue.js +120 -0
- package/es/fs-preview/src/fs-preview.vue2.js +4 -0
- package/es/fs-upload/index.js +7 -0
- package/es/fs-upload/src/fs-upload-multi.vue.js +71 -0
- package/es/fs-upload/src/fs-upload-single.vue.js +73 -0
- package/es/fs-upload/src/fs-upload.vue.js +24 -0
- package/es/fs-upload/src/see-big-picture.vue.js +12 -0
- package/es/fs-upload-list/index.js +7 -0
- package/es/fs-upload-list/src/fs-upload-list.vue.js +98 -0
- package/es/fs-upload-list/src/fs-upload-list.vue2.js +4 -0
- package/es/fs-upload-new/index.js +7 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-app.vue.js +61 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-app.vue2.js +4 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue.js +178 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue2.js +4 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-component.vue.js +7 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-component.vue2.js +39 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-component.vue3.js +4 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-input.vue.js +45 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-input.vue2.js +4 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload.vue.js +35 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload.vue2.js +4 -0
- package/es/fs-upload-new/src/fs-button-upload.vue.js +7 -0
- package/es/fs-upload-new/src/fs-button-upload.vue2.js +62 -0
- package/es/fs-upload-new/src/fs-button-upload.vue3.js +4 -0
- package/es/fs-upload-new/src/fs-drag-upload.vue.js +7 -0
- package/es/fs-upload-new/src/fs-drag-upload.vue2.js +63 -0
- package/es/fs-upload-new/src/fs-drag-upload.vue3.js +4 -0
- package/es/fs-upload-new/src/fs-preview-new.vue.js +8 -0
- package/es/fs-upload-new/src/fs-preview-new.vue2.js +93 -0
- package/es/fs-upload-new/src/fs-preview-new.vue3.js +4 -0
- package/es/fs-upload-new/src/fs-preview-new.vue4.js +4 -0
- package/es/fs-upload-new/src/fs-upload-new.vue.js +64 -0
- package/es/fs-upload-new/src/fs-upload-new.vue2.js +4 -0
- package/es/hamburger/index.js +7 -0
- package/es/hamburger/src/hamburger.vue.js +15 -0
- package/es/hamburger/src/hamburger.vue2.js +4 -0
- package/es/index.js +383 -0
- package/es/json-view/json-view-dialog.vue.js +19 -0
- package/es/json-view/json-view-dialog.vue2.js +4 -0
- package/es/json-view/json-view.vue.js +4 -0
- package/es/json-view/json-view.vue2.js +36 -0
- package/es/multipart-upload/index.js +7 -0
- package/es/multipart-upload/src/index.vue.js +14 -0
- package/es/multipart-upload/src/multipart-upload-form.vue.js +82 -0
- package/es/multipart-upload/src/multipart-upload-list.vue.js +104 -0
- package/es/organization-input/index.js +7 -0
- package/es/organization-input/src/organization-input.vue.js +224 -0
- package/es/organization-input/src/organization-input.vue2.js +4 -0
- package/es/plugins/export-data-new.js +237 -0
- package/es/plugins/export-data.js +179 -0
- package/es/plugins/index.js +9 -0
- package/es/plugins/public-method.js +14 -0
- package/es/remove-department/index.js +7 -0
- package/es/remove-department/src/remove-department.vue.js +33 -0
- package/es/remove-department/src/remove-dept-service.js +13 -0
- package/es/remove-user/index.js +7 -0
- package/es/remove-user/src/remove-user-service.js +13 -0
- package/es/remove-user/src/remove-user.vue.js +35 -0
- package/es/remove-workgroup/index.js +7 -0
- package/es/remove-workgroup/src/remove-workgroup-service.js +13 -0
- package/es/remove-workgroup/src/remove-workgroup.vue.js +31 -0
- package/es/rich-editor/index.js +7 -0
- package/es/rich-editor/index.vue.js +115 -0
- package/es/rich-editor/tinymce/zh_CN.js +2 -0
- package/es/rich-editor/viewer.vue.js +27 -0
- package/es/row-form/index.js +7 -0
- package/es/row-form/index.vue.js +7 -0
- package/es/row-form/index.vue2.js +62 -0
- package/es/row-form/index.vue3.js +4 -0
- package/es/row-form/operation.vue.js +32 -0
- package/es/row-form/operation.vue2.js +4 -0
- package/es/scan-code-input/index.js +7 -0
- package/es/scan-code-input/src/events.js +15 -0
- package/es/scan-code-input/src/scan-code-input.vue.js +32 -0
- package/es/scan-code-input-browser/index.js +7 -0
- package/es/scan-code-input-browser/src/scan-code-input.vue.js +39 -0
- package/es/secret-info/index.js +7 -0
- package/es/secret-info/index.vue.js +16 -0
- package/es/src/api/sso-service.js +57 -0
- package/es/src/api/tab.js +15 -0
- package/es/src/assets/401/401.gif.js +4 -0
- package/es/src/assets/404/404-cloud.png.js +4 -0
- package/es/src/assets/404/404.png.js +4 -0
- package/es/src/assets/chat-embed/robot.gif.js +4 -0
- package/es/src/assets/chat-embed/robot.svg.js +4 -0
- package/es/src/assets/nonemessage.png.js +4 -0
- package/es/src/components/Affix/index.vue.js +7 -0
- package/es/src/components/Affix/index.vue2.js +83 -0
- package/es/src/components/Affix/index.vue3.js +4 -0
- package/es/src/components/Card/index.js +48 -0
- package/es/src/components/Scrollbar/index.vue.js +52 -0
- package/es/src/components/Scrollbar/index.vue2.js +4 -0
- package/es/src/directives/permission/index.js +7 -0
- package/es/src/directives/permission/permission.js +11 -0
- package/es/src/i18n/i18n.js +7 -0
- package/es/src/i18n/langs/cn.js +4 -0
- package/es/src/i18n/langs/en.js +4 -0
- package/es/src/mixins/resizeMixin.js +21 -0
- package/es/src/permission.js +79 -0
- package/es/src/router/index.js +9 -0
- package/es/src/store/getters.js +4 -0
- package/es/src/store/index.js +13 -0
- package/es/src/store/modules/app.js +41 -0
- package/es/src/store/modules/chat-ai-store.js +36 -0
- package/es/src/store/modules/permission.js +31 -0
- package/es/src/store/modules/system.js +12 -0
- package/es/src/store/modules/tab-content.js +20 -0
- package/es/src/store/modules/table.js +18 -0
- package/es/src/store/modules/user.js +139 -0
- package/es/src/utils/auth-api.js +134 -0
- package/es/src/utils/auth.js +156 -0
- package/es/src/utils/calculator/calculator-factory-wf.js +167 -0
- package/es/src/utils/calculator/calculator-factory.js +93 -0
- package/es/src/utils/calculator/calculator-util.js +56 -0
- package/es/src/utils/chat-ai-util.js +34 -0
- package/es/src/utils/common-util.js +440 -0
- package/es/src/utils/eventBus.js +6 -0
- package/es/src/utils/file-util.js +23 -0
- package/es/src/utils/global-prop.js +38 -0
- package/es/src/utils/guid.js +10 -0
- package/es/src/utils/i18n-util.js +70 -0
- package/es/src/utils/iconUtils.js +26 -0
- package/es/src/utils/index.js +46 -0
- package/es/src/utils/insert_css.js +17 -0
- package/es/src/utils/json-util.js +47 -0
- package/es/src/utils/jump-page-utils.js +264 -0
- package/es/src/utils/local-storage.js +19 -0
- package/es/src/utils/menu.js +14 -0
- package/es/src/utils/permission.js +45 -0
- package/es/src/utils/permissionAuth.js +154 -0
- package/es/src/utils/range-selector.js +105 -0
- package/es/src/utils/request.js +140 -0
- package/es/src/utils/resize.js +11 -0
- package/es/src/utils/restful-interface-utils.js +18 -0
- package/es/src/utils/util.js +361 -0
- package/es/src/utils/validate.js +22 -0
- package/es/src/utils/voice-setting-cache.js +212 -0
- package/es/src/utils/watermark-cache.js +15 -0
- package/es/src/utils/watermark.js +40 -0
- package/es/src/utils/workflow-util.js +42 -0
- package/es/src/views/dsc-component/Sidebar/Item.vue.js +7 -0
- package/es/src/views/dsc-component/Sidebar/Item.vue2.js +12 -0
- package/es/src/views/dsc-component/Sidebar/Item.vue3.js +4 -0
- package/es/src/views/dsc-component/Sidebar/Link.vue.js +14 -0
- package/es/src/views/dsc-component/Sidebar/SidebarItem.vue.js +53 -0
- package/es/src/views/dsc-component/Sidebar/SidebarItem.vue2.js +4 -0
- package/es/src/views/dsc-component/Sidebar/index.vue.js +111 -0
- package/es/src/views/dsc-component/tabs/tab-content.vue.js +66 -0
- package/es/src/views/dsc-component/tabs/tab-content.vue2.js +4 -0
- package/es/src/views/dsc-component/tabs/tab-content.vue3.js +4 -0
- package/es/src/views/error-page/401.vue.js +15 -0
- package/es/src/views/error-page/401.vue2.js +4 -0
- package/es/src/views/error-page/404.vue.js +12 -0
- package/es/src/views/error-page/404.vue2.js +4 -0
- package/es/src/views/layout/EmptyLayout.vue.js +9 -0
- package/es/src/views/layout/Layout.vue.js +28 -0
- package/es/src/views/layout/Layout.vue2.js +4 -0
- package/es/src/views/layout/NewLayout.vue.js +11 -0
- package/es/src/views/layout/components/AppMain.vue.js +13 -0
- package/es/src/views/layout/components/AppMain.vue2.js +4 -0
- package/es/src/views/layout/components/Breadcrumb/index.vue.js +49 -0
- package/es/src/views/layout/components/Breadcrumb/index.vue2.js +4 -0
- package/es/src/views/layout/components/Menubar/Item.vue.js +7 -0
- package/es/src/views/layout/components/Menubar/Item.vue2.js +15 -0
- package/es/src/views/layout/components/Menubar/Item.vue3.js +4 -0
- package/es/src/views/layout/components/Menubar/Link.vue.js +14 -0
- package/es/src/views/layout/components/Menubar/SidebarItem.vue.js +56 -0
- package/es/src/views/layout/components/Menubar/SidebarItem.vue2.js +4 -0
- package/es/src/views/layout/components/Menubar/index.vue.js +90 -0
- package/es/src/views/layout/components/Sidebar/Item.vue.js +9 -0
- package/es/src/views/layout/components/Sidebar/Item.vue2.js +4 -0
- package/es/src/views/layout/components/Sidebar/Link.vue.js +12 -0
- package/es/src/views/layout/components/Sidebar/SidebarItem.vue.js +22 -0
- package/es/src/views/layout/components/Sidebar/SidebarItem.vue2.js +4 -0
- package/es/src/views/layout/components/Sidebar/index.vue.js +58 -0
- package/es/src/views/layout/components/iframe-page.vue.js +14 -0
- package/es/src/views/layout/components/iframe-page.vue2.js +4 -0
- package/es/src/views/layout/components/tabs/tab-content.vue.js +64 -0
- package/es/src/views/layout/components/tabs/tab-content.vue2.js +4 -0
- package/es/src/views/layout/components/tabs/tab-content.vue3.js +4 -0
- package/es/src/views/layout/mixin/ResizeHandler.js +16 -0
- package/es/src/views/layout/tab-content-iframe-index.vue.js +14 -0
- package/es/src/views/layout/tab-content-iframe-index.vue2.js +4 -0
- package/es/src/views/layout/tab-content-index.vue.js +28 -0
- package/es/src/views/layout/tab-content-index.vue2.js +4 -0
- package/es/src/views/login/authredirect.vue.js +7 -0
- package/es/src/views/redirect/index.vue.js +8 -0
- package/es/src/views/svg-icon/src/svg-icon.vue.js +4 -0
- package/es/src/views/wf-history/tache-subprocess-history.vue.js +14 -0
- package/es/src/views/wf-history/tache-subprocess-history.vue2.js +4 -0
- package/es/style.css +3077 -0
- package/es/super-grid/index.js +7 -0
- package/es/super-grid/src/apis.js +458 -0
- package/es/super-grid/src/columns-config.vue.js +82 -0
- package/es/super-grid/src/components/grid-icon.vue.js +47 -0
- package/es/super-grid/src/components/grid-radio-input.vue.js +25 -0
- package/es/super-grid/src/components/grid-radio-input.vue2.js +4 -0
- package/es/super-grid/src/components/mobile-table-card.js +109 -0
- package/es/super-grid/src/components/select-input.vue.js +149 -0
- package/es/super-grid/src/components/select-input.vue2.js +4 -0
- package/es/super-grid/src/custom-formatter.js +168 -0
- package/es/super-grid/src/dynamic-input.vue.js +482 -0
- package/es/super-grid/src/eventBus.js +6 -0
- package/es/super-grid/src/events.js +37 -0
- package/es/super-grid/src/formValidatorUtil.js +109 -0
- package/es/super-grid/src/formatter.js +74 -0
- package/es/super-grid/src/group-column.vue.js +24 -0
- package/es/super-grid/src/header-context-menu.vue.js +15 -0
- package/es/super-grid/src/header-context-menu.vue2.js +4 -0
- package/es/super-grid/src/index-column.vue.js +22 -0
- package/es/super-grid/src/normal-column-content.vue.js +319 -0
- package/es/super-grid/src/normal-column-content.vue2.js +4 -0
- package/es/super-grid/src/normal-column.vue.js +106 -0
- package/es/super-grid/src/normal-column.vue2.js +4 -0
- package/es/super-grid/src/public-methods.js +22 -0
- package/es/super-grid/src/row-detail.vue.js +14 -0
- package/es/super-grid/src/row-operation.vue.js +89 -0
- package/es/super-grid/src/row-operation.vue2.js +4 -0
- package/es/super-grid/src/scan-util.js +100 -0
- package/es/super-grid/src/search-button.vue.js +23 -0
- package/es/super-grid/src/search-condition-input.vue.js +17 -0
- package/es/super-grid/src/search-condition-list.vue.js +20 -0
- package/es/super-grid/src/search-form-advancedQuery.vue.js +116 -0
- package/es/super-grid/src/search-form-advancedQuery.vue2.js +4 -0
- package/es/super-grid/src/search-form-dialog.vue.js +16 -0
- package/es/super-grid/src/search-form-item.vue.js +128 -0
- package/es/super-grid/src/search-form-item.vue2.js +4 -0
- package/es/super-grid/src/search-form-mobile.vue.js +41 -0
- package/es/super-grid/src/search-form-mobile.vue2.js +4 -0
- package/es/super-grid/src/search-form-number.vue.js +26 -0
- package/es/super-grid/src/search-form-open.vue.js +50 -0
- package/es/super-grid/src/search-form-ordinarySearch.vue.js +39 -0
- package/es/super-grid/src/search-form-ordinarySearch.vue2.js +4 -0
- package/es/super-grid/src/search-form.vue.js +201 -0
- package/es/super-grid/src/search-form.vue2.js +4 -0
- package/es/super-grid/src/search-methods.js +164 -0
- package/es/super-grid/src/selection-column.vue.js +11 -0
- package/es/super-grid/src/store.js +4 -0
- package/es/super-grid/src/super-grid-service.js +260 -0
- package/es/super-grid/src/super-grid.vue.js +1052 -0
- package/es/super-grid/src/super-grid.vue2.js +4 -0
- package/es/super-grid/src/utils.js +355 -0
- package/es/super-grid/src/view-image-dialog.vue.js +67 -0
- package/es/super-icon/index.js +7 -0
- package/es/super-icon/src/index.vue.js +7 -0
- package/es/super-icon/src/index.vue2.js +13 -0
- package/es/super-icon/src/index.vue3.js +4 -0
- package/es/super-nine-grid/index.js +7 -0
- package/es/super-nine-grid/src/apis.js +36 -0
- package/es/super-nine-grid/src/custom-formatter.js +35 -0
- package/es/super-nine-grid/src/formatter.js +37 -0
- package/es/super-nine-grid/src/search-form-number.vue.js +13 -0
- package/es/super-nine-grid/src/search-form.vue.js +91 -0
- package/es/super-nine-grid/src/search-form.vue2.js +4 -0
- package/es/super-nine-grid/src/search-methods.js +48 -0
- package/es/super-nine-grid/src/store.js +4 -0
- package/es/super-nine-grid/src/super-grid-service.js +39 -0
- package/es/super-nine-grid/src/super-nine-grid.vue.js +225 -0
- package/es/super-nine-grid/src/super-nine-grid.vue2.js +4 -0
- package/es/super-nine-grid/src/utils.js +32 -0
- package/es/svg-icon/index.js +7 -0
- package/es/svg-icon/src/svg-icon.vue.js +14 -0
- package/es/svg-icon/src/svg-icon.vue2.js +4 -0
- package/es/utils/gogocodeTransfer.js +33 -0
- package/es/utils/memory-cache-utils.js +30 -0
- package/es/utils/organization.js +57 -0
- package/es/utils/utils.js +87 -0
- package/es/utils/value-set.js +94 -0
- package/es/valid-code/index.js +7 -0
- package/es/valid-code/src/valid-code.vue.js +23 -0
- package/es/valid-code/src/valid-code.vue2.js +4 -0
- package/es/workflow-button/index.js +7 -0
- package/es/workflow-button/src/workflow-button.vue.js +85 -0
- package/es/workflow-history-list/index.js +7 -0
- package/es/workflow-history-list/src/api.js +6 -0
- package/es/workflow-history-list/src/workflow-history-list.vue.js +89 -0
- package/es/workflow-history-list/src/workflow-history-list.vue2.js +4 -0
- package/es/workgroup-tree/index.js +7 -0
- package/es/workgroup-tree/src/workgroup-tree.vue.js +23 -0
- package/es/workgroup-tree-inline/index.js +7 -0
- package/es/workgroup-tree-inline/src/search-result.vue.js +39 -0
- package/es/workgroup-tree-inline/src/search-result.vue2.js +4 -0
- package/es/workgroup-tree-inline/src/workgroup-tree-inline.vue.js +128 -0
- package/es/workgroup-tree-inline/src/workgroup-tree-inline.vue2.js +4 -0
- package/es/workgroup-tree-inline/src/workgroup-tree-service.js +35 -0
- package/es/workgroup-tree-mobile/index.js +8 -0
- package/es/workgroup-tree-mobile/src/dept-result.vue.js +16 -0
- package/es/workgroup-tree-mobile/src/dept-result.vue2.js +4 -0
- package/es/workgroup-tree-mobile/src/workgroup-tree-app.vue.js +15 -0
- package/es/workgroup-tree-mobile/src/workgroup-tree-app.vue2.js +4 -0
- package/es/workgroup-tree-mobile/src/workgroup-tree-app.vue3.js +5 -0
- package/es/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue.js +109 -0
- package/es/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue2.js +4 -0
- package/es/workgroup-tree-mobile/src/workgroup-tree-service.js +33 -0
- package/es/workgroup-user-tree/index.js +7 -0
- package/es/workgroup-user-tree/src/workgroup-user-tree.vue.js +23 -0
- package/es/workgroup-user-tree-inline/index.js +7 -0
- package/es/workgroup-user-tree-inline/src/search-result.vue.js +39 -0
- package/es/workgroup-user-tree-inline/src/search-result.vue2.js +4 -0
- package/es/workgroup-user-tree-inline/src/workgroup-tree-inline-service.js +73 -0
- package/es/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue.js +172 -0
- package/es/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue2.js +4 -0
- package/es/workgroup-user-tree-mobile/src/dept-path.vue.js +14 -0
- package/es/workgroup-user-tree-mobile/src/dept-path.vue2.js +4 -0
- package/es/workgroup-user-tree-mobile/src/dept-result.vue.js +17 -0
- package/es/workgroup-user-tree-mobile/src/dept-result.vue2.js +4 -0
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue.js +15 -0
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue2.js +4 -0
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue3.js +5 -0
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue.js +135 -0
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue2.js +4 -0
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-service.js +29 -0
- package/es/year-range-picker/index.js +7 -0
- package/es/year-range-picker/src/year-range-picker.vue.js +14 -0
- package/lib/IntervalSelection/index.js +5 -7
- package/lib/IntervalSelection/src/sectionDate.vue.js +17 -21
- package/lib/IntervalSelection/src/sectionDate.vue2.js +2 -4
- package/lib/_virtual/__vite-browser-external.js +2 -4
- package/lib/_virtual/_plugin-vue_export-helper.js +6 -8
- package/lib/breadcrumb/index.js +3 -5
- package/lib/breadcrumb/src/breadcrumb.vue.js +28 -19
- package/lib/breadcrumb/src/breadcrumb.vue2.js +2 -4
- package/lib/chat-embed/index.js +3 -5
- package/lib/chat-embed/src/chat-addition-data.vue.js +5 -7
- package/lib/chat-embed/src/chat-addition-data.vue2.js +11 -13
- package/lib/chat-embed/src/chat-addition-data.vue3.js +2 -4
- package/lib/chat-embed/src/chat-ai-answer-tip.vue.js +5 -7
- package/lib/chat-embed/src/chat-ai-answer-tip.vue2.js +17 -20
- package/lib/chat-embed/src/chat-ai-answer-tip.vue3.js +2 -4
- package/lib/chat-embed/src/chat-bubble-footer.vue.js +5 -7
- package/lib/chat-embed/src/chat-bubble-footer.vue2.js +17 -22
- package/lib/chat-embed/src/chat-bubble-footer.vue3.js +2 -4
- package/lib/chat-embed/src/chat-embed-message.js +14 -20
- package/lib/chat-embed/src/chat-sender.vue.js +5 -7
- package/lib/chat-embed/src/chat-sender.vue2.js +110 -123
- package/lib/chat-embed/src/chat-sender.vue3.js +2 -4
- package/lib/chat-embed/src/components/answer-auto-chart.vue.js +5 -7
- package/lib/chat-embed/src/components/answer-auto-chart.vue2.js +42 -50
- package/lib/chat-embed/src/components/answer-auto-chart.vue3.js +2 -4
- package/lib/chat-embed/src/components/answer-home-chart.vue.js +5 -7
- package/lib/chat-embed/src/components/answer-home-chart.vue2.js +3 -6
- package/lib/chat-embed/src/components/answer-home-chart.vue3.js +2 -4
- package/lib/chat-embed/src/components/answer-interaction-data.vue.js +5 -7
- package/lib/chat-embed/src/components/answer-interaction-data.vue2.js +74 -84
- package/lib/chat-embed/src/components/answer-interaction-data.vue3.js +2 -4
- package/lib/chat-embed/src/components/history-detail.vue.js +5 -7
- package/lib/chat-embed/src/components/history-detail.vue2.js +27 -32
- package/lib/chat-embed/src/components/history-detail.vue3.js +2 -4
- package/lib/chat-embed/src/header.vue.js +5 -7
- package/lib/chat-embed/src/header.vue2.js +25 -32
- package/lib/chat-embed/src/header.vue3.js +2 -4
- package/lib/chat-embed/src/index.vue.js +5 -7
- package/lib/chat-embed/src/index.vue2.js +185 -211
- package/lib/chat-embed/src/index.vue3.js +2 -4
- package/lib/chat-embed/src/recommendation-message.vue.js +5 -7
- package/lib/chat-embed/src/recommendation-message.vue2.js +5 -8
- package/lib/chat-embed/src/recommendation-message.vue3.js +2 -4
- package/lib/chat-embed/src/sidebar-item.vue.js +5 -7
- package/lib/chat-embed/src/sidebar-item.vue2.js +84 -93
- package/lib/chat-embed/src/sidebar-item.vue3.js +2 -4
- package/lib/chat-embed/src/type.js +3 -5
- package/lib/chat-embed/src/util/chat-embed-util.js +35 -41
- package/lib/chat-embed/src/util/history-message-util.js +63 -85
- package/lib/chat-embed/src/util/mcp-utils.js +5 -8
- package/lib/chat-embed/src/util/text-file-util.js +7 -11
- package/lib/chat-embed/src/voice/index.js +5 -7
- package/lib/chat-embed/src/voice/js/crypto-js.js +987 -995
- package/lib/chat-embed/src/voice/js/processor/index.umd.js +161 -169
- package/lib/chat-embed/src/voice/js/timer.js +7 -10
- package/lib/chat-embed/src/voice/voice.vue.js +61 -70
- package/lib/date-picker-range/index.js +5 -7
- package/lib/date-picker-range/index.vue.js +5 -7
- package/lib/date-picker-range/index.vue2.js +59 -63
- package/lib/date-picker-range/index.vue3.js +2 -4
- package/lib/department-tree/index.js +3 -5
- package/lib/department-tree/src/department-tree.vue.js +11 -17
- package/lib/department-tree-inline/index.js +3 -5
- package/lib/department-tree-inline/src/department-multi-tree-inline.vue.js +17 -27
- package/lib/department-tree-inline/src/department-multi-tree-inline.vue2.js +2 -4
- package/lib/department-tree-inline/src/department-single-tree-inline.vue.js +17 -27
- package/lib/department-tree-inline/src/department-single-tree-inline.vue2.js +2 -4
- package/lib/department-tree-inline/src/department-tree-inline.vue.js +8 -13
- package/lib/department-tree-inline/src/department-tree-service.js +8 -10
- package/lib/department-tree-inline/src/search-result.vue.js +19 -23
- package/lib/department-tree-inline/src/search-result.vue2.js +2 -4
- package/lib/department-tree-mobile/index.js +4 -7
- package/lib/department-tree-mobile/src/department-tree-app.vue.js +9 -12
- package/lib/department-tree-mobile/src/department-tree-app.vue2.js +2 -4
- package/lib/department-tree-mobile/src/department-tree-app.vue3.js +3 -5
- package/lib/department-tree-mobile/src/department-tree-inline-app.vue.js +80 -91
- package/lib/department-tree-mobile/src/department-tree-inline-app.vue2.js +3 -4
- package/lib/department-tree-mobile/src/department-tree-service.js +32 -42
- package/lib/department-tree-mobile/src/dept-path.vue.js +10 -11
- package/lib/department-tree-mobile/src/dept-path.vue2.js +3 -4
- package/lib/department-tree-mobile/src/dept-result.vue.js +11 -14
- package/lib/department-tree-mobile/src/dept-result.vue2.js +3 -4
- package/lib/department-user-tree/index.js +3 -5
- package/lib/department-user-tree/src/department-user-multiple-tree.vue.js +10 -14
- package/lib/department-user-tree/src/department-user-multiple-tree.vue2.js +2 -4
- package/lib/department-user-tree/src/department-user-single-tree.vue.js +9 -14
- package/lib/department-user-tree/src/department-user-tree.vue.js +14 -20
- package/lib/department-user-tree-inline/index.js +3 -5
- package/lib/department-user-tree-inline/src/department-user-multiple-tree-inline.vue.js +17 -28
- package/lib/department-user-tree-inline/src/department-user-multiple-tree-inline.vue2.js +2 -4
- package/lib/department-user-tree-inline/src/department-user-single-tree-inline.vue.js +21 -33
- package/lib/department-user-tree-inline/src/department-user-single-tree-inline.vue2.js +2 -4
- package/lib/department-user-tree-inline/src/department-user-tree-inline.vue.js +8 -13
- package/lib/department-user-tree-inline/src/department-user-tree-multi-service.js +6 -9
- package/lib/department-user-tree-inline/src/department-user-tree-single-service.js +8 -11
- package/lib/department-user-tree-inline/src/group-user/group-input.vue.js +7 -12
- package/lib/department-user-tree-inline/src/group-user/group-list.vue.js +7 -12
- package/lib/department-user-tree-inline/src/group-user/group-user.vue.js +8 -14
- package/lib/department-user-tree-inline/src/group-user-multiple-tree.vue.js +14 -20
- package/lib/department-user-tree-inline/src/group-user-single-tree.vue.js +17 -23
- package/lib/department-user-tree-inline/src/group-user-tree-service.js +2 -3
- package/lib/department-user-tree-inline/src/search-result.vue.js +12 -15
- package/lib/department-user-tree-inline/src/search-result.vue2.js +2 -4
- package/lib/department-user-tree-mobile/index.js +4 -7
- package/lib/department-user-tree-mobile/src/department-user-tree-app.vue.js +9 -12
- package/lib/department-user-tree-mobile/src/department-user-tree-app.vue2.js +2 -4
- package/lib/department-user-tree-mobile/src/department-user-tree-app.vue3.js +3 -5
- package/lib/department-user-tree-mobile/src/department-user-tree-inline-app.vue.js +93 -104
- package/lib/department-user-tree-mobile/src/department-user-tree-inline-app.vue2.js +3 -4
- package/lib/department-user-tree-mobile/src/department-user-tree-service.js +20 -30
- package/lib/department-user-tree-mobile/src/dept-path.vue.js +10 -11
- package/lib/department-user-tree-mobile/src/dept-path.vue2.js +3 -4
- package/lib/department-user-tree-mobile/src/dept-result.vue.js +11 -15
- package/lib/department-user-tree-mobile/src/dept-result.vue2.js +3 -4
- package/lib/directives/prevent-reclick.js +2 -3
- package/lib/dynamic-source-select/index.js +5 -7
- package/lib/dynamic-source-select/src/dynamic-source-select-service.js +13 -15
- package/lib/dynamic-source-select/src/dynamic-source-select.vue.js +173 -183
- package/lib/dynamic-source-select/src/dynamic-source-select.vue2.js +2 -4
- package/lib/dynamic-source-select/src/dynamic-source-select.vue3.js +2 -4
- package/lib/dynamic-source-select/src/events.js +2 -3
- package/lib/empty-state/index.vue.js +5 -8
- package/lib/empty-state/index.vue2.js +3 -4
- package/lib/fs-preview/index.js +5 -7
- package/lib/fs-preview/src/fs-preview.vue.js +63 -72
- package/lib/fs-preview/src/fs-preview.vue2.js +2 -4
- package/lib/fs-upload/index.js +5 -7
- package/lib/fs-upload/src/fs-upload-multi.vue.js +24 -32
- package/lib/fs-upload/src/fs-upload-single.vue.js +30 -39
- package/lib/fs-upload/src/fs-upload.vue.js +10 -16
- package/lib/fs-upload/src/see-big-picture.vue.js +8 -11
- package/lib/fs-upload-list/index.js +5 -7
- package/lib/fs-upload-list/src/fs-upload-list.vue.js +33 -40
- package/lib/fs-upload-list/src/fs-upload-list.vue2.js +2 -4
- package/lib/fs-upload-new/index.js +5 -7
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-app.vue.js +34 -38
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-app.vue2.js +3 -4
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue.js +101 -109
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue2.js +3 -4
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue.js +5 -7
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue2.js +26 -33
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue3.js +2 -4
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-input.vue.js +27 -31
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-input.vue2.js +3 -4
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload.vue.js +18 -24
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload.vue2.js +3 -4
- package/lib/fs-upload-new/src/fs-button-upload.vue.js +5 -7
- package/lib/fs-upload-new/src/fs-button-upload.vue2.js +36 -43
- package/lib/fs-upload-new/src/fs-button-upload.vue3.js +2 -4
- package/lib/fs-upload-new/src/fs-drag-upload.vue.js +5 -7
- package/lib/fs-upload-new/src/fs-drag-upload.vue2.js +37 -45
- package/lib/fs-upload-new/src/fs-drag-upload.vue3.js +2 -4
- package/lib/fs-upload-new/src/fs-preview-new.vue.js +5 -8
- package/lib/fs-upload-new/src/fs-preview-new.vue2.js +61 -70
- package/lib/fs-upload-new/src/fs-preview-new.vue3.js +2 -4
- package/lib/fs-upload-new/src/fs-preview-new.vue4.js +2 -4
- package/lib/fs-upload-new/src/fs-upload-new.vue.js +37 -47
- package/lib/fs-upload-new/src/fs-upload-new.vue2.js +3 -4
- package/lib/hamburger/index.js +3 -5
- package/lib/hamburger/src/hamburger.vue.js +10 -14
- package/lib/hamburger/src/hamburger.vue2.js +2 -4
- package/lib/index.js +40 -380
- package/lib/json-view/json-view-dialog.vue.js +12 -15
- package/lib/json-view/json-view-dialog.vue2.js +3 -4
- package/lib/json-view/json-view.vue.js +3 -4
- package/lib/json-view/json-view.vue2.js +27 -31
- package/lib/multipart-upload/index.js +5 -7
- package/lib/multipart-upload/src/index.vue.js +7 -11
- package/lib/multipart-upload/src/multipart-upload-form.vue.js +40 -49
- package/lib/multipart-upload/src/multipart-upload-list.vue.js +59 -67
- package/lib/organization-input/index.js +5 -7
- package/lib/organization-input/src/organization-input.vue.js +31 -37
- package/lib/organization-input/src/organization-input.vue2.js +2 -4
- package/lib/plugins/export-data-new.js +96 -104
- package/lib/plugins/export-data.js +45 -51
- package/lib/plugins/index.js +4 -8
- package/lib/plugins/public-method.js +2 -3
- package/lib/remove-department/index.js +3 -5
- package/lib/remove-department/src/remove-department.vue.js +13 -19
- package/lib/remove-department/src/remove-dept-service.js +9 -10
- package/lib/remove-user/index.js +5 -7
- package/lib/remove-user/src/remove-user-service.js +3 -4
- package/lib/remove-user/src/remove-user.vue.js +16 -22
- package/lib/remove-workgroup/index.js +5 -7
- package/lib/remove-workgroup/src/remove-workgroup-service.js +3 -4
- package/lib/remove-workgroup/src/remove-workgroup.vue.js +12 -18
- package/lib/rich-editor/index.js +5 -7
- package/lib/rich-editor/index.vue.js +28 -76
- package/lib/rich-editor/tinymce/zh_CN.js +2 -2
- package/lib/rich-editor/viewer.vue.js +7 -10
- package/lib/row-form/index.js +5 -7
- package/lib/row-form/index.vue.js +5 -7
- package/lib/row-form/index.vue2.js +41 -47
- package/lib/row-form/index.vue3.js +2 -4
- package/lib/row-form/operation.vue.js +22 -26
- package/lib/row-form/operation.vue2.js +3 -4
- package/lib/scan-code-input/index.js +5 -7
- package/lib/scan-code-input/src/events.js +11 -13
- package/lib/scan-code-input/src/scan-code-input.vue.js +9 -15
- package/lib/scan-code-input-browser/index.js +5 -7
- package/lib/scan-code-input-browser/src/scan-code-input.vue.js +16 -21
- package/lib/secret-info/index.js +5 -7
- package/lib/secret-info/index.vue.js +6 -9
- package/lib/src/api/sso-service.js +34 -36
- package/lib/src/api/tab.js +8 -9
- package/lib/src/assets/401/401.gif.js +2 -4
- package/lib/src/assets/404/404-cloud.png.js +2 -4
- package/lib/src/assets/404/404.png.js +2 -4
- package/lib/src/assets/chat-embed/robot.gif.js +2 -4
- package/lib/src/assets/chat-embed/robot.svg.js +2 -4
- package/lib/src/assets/nonemessage.png.js +2 -4
- package/lib/src/components/Affix/index.vue.js +5 -7
- package/lib/src/components/Affix/index.vue2.js +56 -58
- package/lib/src/components/Affix/index.vue3.js +2 -4
- package/lib/src/components/Card/index.js +33 -38
- package/lib/src/components/Scrollbar/index.vue.js +33 -37
- package/lib/src/components/Scrollbar/index.vue2.js +2 -4
- package/lib/src/directives/permission/index.js +3 -5
- package/lib/src/directives/permission/permission.js +7 -9
- package/lib/src/i18n/i18n.js +3 -7
- package/lib/src/i18n/langs/cn.js +2 -4
- package/lib/src/i18n/langs/en.js +2 -4
- package/lib/src/mixins/resizeMixin.js +2 -3
- package/lib/src/permission.js +43 -46
- package/lib/src/router/index.js +16 -9
- package/lib/src/store/getters.js +2 -4
- package/lib/src/store/index.js +16 -13
- package/lib/src/store/modules/app.js +3 -4
- package/lib/src/store/modules/chat-ai-store.js +19 -22
- package/lib/src/store/modules/permission.js +10 -11
- package/lib/src/store/modules/system.js +7 -9
- package/lib/src/store/modules/tab-content.js +13 -15
- package/lib/src/store/modules/table.js +2 -3
- package/lib/src/store/modules/user.js +89 -95
- package/lib/src/utils/auth-api.js +3 -5
- package/lib/src/utils/auth.js +69 -139
- package/lib/src/utils/calculator/calculator-factory-wf.js +48 -49
- package/lib/src/utils/calculator/calculator-factory.js +57 -58
- package/lib/src/utils/calculator/calculator-util.js +29 -32
- package/lib/src/utils/chat-ai-util.js +17 -25
- package/lib/src/utils/common-util.js +271 -356
- package/lib/src/utils/eventBus.js +3 -6
- package/lib/src/utils/file-util.js +15 -16
- package/lib/src/utils/global-prop.js +21 -37
- package/lib/src/utils/guid.js +5 -8
- package/lib/src/utils/i18n-util.js +16 -24
- package/lib/src/utils/iconUtils.js +16 -23
- package/lib/src/utils/index.js +26 -40
- package/lib/src/utils/insert_css.js +8 -7
- package/lib/src/utils/json-util.js +25 -27
- package/lib/src/utils/jump-page-utils.js +172 -180
- package/lib/src/utils/local-storage.js +2 -3
- package/lib/src/utils/menu.js +10 -11
- package/lib/src/utils/permission.js +22 -26
- package/lib/src/utils/permissionAuth.js +102 -136
- package/lib/src/utils/range-selector.js +41 -45
- package/lib/src/utils/request.js +77 -86
- package/lib/src/utils/resize.js +5 -5
- package/lib/src/utils/restful-interface-utils.js +12 -15
- package/lib/src/utils/util.js +6 -26
- package/lib/src/utils/validate.js +10 -20
- package/lib/src/utils/voice-setting-cache.js +140 -153
- package/lib/src/utils/watermark-cache.js +9 -14
- package/lib/src/utils/watermark.js +23 -30
- package/lib/src/utils/workflow-util.js +25 -26
- package/lib/src/views/dsc-component/Sidebar/Item.vue.js +5 -7
- package/lib/src/views/dsc-component/Sidebar/Item.vue2.js +8 -11
- package/lib/src/views/dsc-component/Sidebar/Item.vue3.js +2 -4
- package/lib/src/views/dsc-component/Sidebar/Link.vue.js +9 -12
- package/lib/src/views/dsc-component/Sidebar/SidebarItem.vue.js +19 -26
- package/lib/src/views/dsc-component/Sidebar/SidebarItem.vue2.js +2 -4
- package/lib/src/views/dsc-component/Sidebar/index.vue.js +13 -22
- package/lib/src/views/dsc-component/tabs/tab-content.vue.js +21 -26
- package/lib/src/views/dsc-component/tabs/tab-content.vue2.js +2 -4
- package/lib/src/views/dsc-component/tabs/tab-content.vue3.js +2 -4
- package/lib/src/views/error-page/401.vue.js +9 -13
- package/lib/src/views/error-page/401.vue2.js +2 -4
- package/lib/src/views/error-page/404.vue.js +7 -11
- package/lib/src/views/error-page/404.vue2.js +2 -4
- package/lib/src/views/layout/EmptyLayout.vue.js +6 -8
- package/lib/src/views/layout/Layout.vue.js +12 -19
- package/lib/src/views/layout/Layout.vue2.js +2 -4
- package/lib/src/views/layout/NewLayout.vue.js +6 -10
- package/lib/src/views/layout/components/AppMain.vue.js +9 -11
- package/lib/src/views/layout/components/AppMain.vue2.js +2 -4
- package/lib/src/views/layout/components/Breadcrumb/index.vue.js +44 -37
- package/lib/src/views/layout/components/Breadcrumb/index.vue2.js +2 -4
- package/lib/src/views/layout/components/Menubar/Item.vue.js +5 -7
- package/lib/src/views/layout/components/Menubar/Item.vue2.js +12 -14
- package/lib/src/views/layout/components/Menubar/Item.vue3.js +2 -4
- package/lib/src/views/layout/components/Menubar/Link.vue.js +9 -12
- package/lib/src/views/layout/components/Menubar/SidebarItem.vue.js +15 -24
- package/lib/src/views/layout/components/Menubar/SidebarItem.vue2.js +2 -4
- package/lib/src/views/layout/components/Menubar/index.vue.js +19 -30
- package/lib/src/views/layout/components/Sidebar/Item.vue.js +6 -8
- package/lib/src/views/layout/components/Sidebar/Item.vue2.js +3 -4
- package/lib/src/views/layout/components/Sidebar/Link.vue.js +8 -11
- package/lib/src/views/layout/components/Sidebar/SidebarItem.vue.js +11 -17
- package/lib/src/views/layout/components/Sidebar/SidebarItem.vue2.js +2 -4
- package/lib/src/views/layout/components/Sidebar/index.vue.js +18 -25
- package/lib/src/views/layout/components/iframe-page.vue.js +8 -10
- package/lib/src/views/layout/components/iframe-page.vue2.js +2 -4
- package/lib/src/views/layout/components/tabs/tab-content.vue.js +10 -14
- package/lib/src/views/layout/components/tabs/tab-content.vue2.js +2 -4
- package/lib/src/views/layout/components/tabs/tab-content.vue3.js +2 -4
- package/lib/src/views/layout/mixin/ResizeHandler.js +3 -5
- package/lib/src/views/layout/tab-content-iframe-index.vue.js +8 -10
- package/lib/src/views/layout/tab-content-iframe-index.vue2.js +2 -4
- package/lib/src/views/layout/tab-content-index.vue.js +12 -18
- package/lib/src/views/layout/tab-content-index.vue2.js +2 -4
- package/lib/src/views/login/authredirect.vue.js +2 -3
- package/lib/src/views/redirect/index.vue.js +17 -8
- package/lib/src/views/svg-icon/src/svg-icon.vue.js +2 -4
- package/lib/src/views/wf-history/tache-subprocess-history.vue.js +11 -13
- package/lib/src/views/wf-history/tache-subprocess-history.vue2.js +2 -4
- package/lib/style.css +868 -868
- package/lib/super-grid/index.js +5 -7
- package/lib/super-grid/src/apis.js +221 -231
- package/lib/super-grid/src/columns-config.vue.js +16 -22
- package/lib/super-grid/src/components/grid-icon.vue.js +26 -34
- package/lib/super-grid/src/components/grid-radio-input.vue.js +15 -18
- package/lib/super-grid/src/components/grid-radio-input.vue2.js +3 -4
- package/lib/super-grid/src/components/mobile-table-card.js +73 -83
- package/lib/super-grid/src/components/select-input.vue.js +98 -106
- package/lib/super-grid/src/components/select-input.vue2.js +3 -4
- package/lib/super-grid/src/custom-formatter.js +69 -73
- package/lib/super-grid/src/dynamic-input.vue.js +142 -159
- package/lib/super-grid/src/eventBus.js +3 -6
- package/lib/super-grid/src/events.js +34 -36
- package/lib/super-grid/src/formValidatorUtil.js +62 -65
- package/lib/super-grid/src/formatter.js +36 -41
- package/lib/super-grid/src/group-column.vue.js +8 -13
- package/lib/super-grid/src/header-context-menu.vue.js +10 -13
- package/lib/super-grid/src/header-context-menu.vue2.js +2 -4
- package/lib/super-grid/src/index-column.vue.js +7 -10
- package/lib/super-grid/src/normal-column-content.vue.js +187 -206
- package/lib/super-grid/src/normal-column-content.vue2.js +2 -4
- package/lib/super-grid/src/normal-column.vue.js +40 -55
- package/lib/super-grid/src/normal-column.vue2.js +2 -4
- package/lib/super-grid/src/public-methods.js +12 -14
- package/lib/super-grid/src/row-detail.vue.js +7 -10
- package/lib/super-grid/src/row-operation.vue.js +19 -26
- package/lib/super-grid/src/row-operation.vue2.js +2 -4
- package/lib/super-grid/src/scan-util.js +24 -26
- package/lib/super-grid/src/search-button.vue.js +12 -17
- package/lib/super-grid/src/search-condition-input.vue.js +8 -12
- package/lib/super-grid/src/search-condition-list.vue.js +10 -13
- package/lib/super-grid/src/search-form-advancedQuery.vue.js +13 -23
- package/lib/super-grid/src/search-form-advancedQuery.vue2.js +2 -4
- package/lib/super-grid/src/search-form-dialog.vue.js +9 -13
- package/lib/super-grid/src/search-form-item.vue.js +16 -24
- package/lib/super-grid/src/search-form-item.vue2.js +2 -4
- package/lib/super-grid/src/search-form-mobile.vue.js +13 -22
- package/lib/super-grid/src/search-form-mobile.vue2.js +2 -4
- package/lib/super-grid/src/search-form-number.vue.js +9 -14
- package/lib/super-grid/src/search-form-open.vue.js +7 -13
- package/lib/super-grid/src/search-form-ordinarySearch.vue.js +11 -19
- package/lib/super-grid/src/search-form-ordinarySearch.vue2.js +2 -4
- package/lib/super-grid/src/search-form.vue.js +65 -77
- package/lib/super-grid/src/search-form.vue2.js +2 -4
- package/lib/super-grid/src/search-methods.js +2 -3
- package/lib/super-grid/src/selection-column.vue.js +7 -9
- package/lib/super-grid/src/store.js +3 -4
- package/lib/super-grid/src/super-grid-service.js +121 -128
- package/lib/super-grid/src/super-grid.vue.js +186 -217
- package/lib/super-grid/src/super-grid.vue2.js +2 -4
- package/lib/super-grid/src/utils.js +265 -322
- package/lib/super-grid/src/view-image-dialog.vue.js +26 -33
- package/lib/super-icon/index.js +5 -7
- package/lib/super-icon/src/index.vue.js +5 -7
- package/lib/super-icon/src/index.vue2.js +8 -11
- package/lib/super-icon/src/index.vue3.js +2 -4
- package/lib/super-nine-grid/index.js +5 -7
- package/lib/super-nine-grid/src/apis.js +5 -8
- package/lib/super-nine-grid/src/custom-formatter.js +5 -7
- package/lib/super-nine-grid/src/formatter.js +28 -29
- package/lib/super-nine-grid/src/search-form-number.vue.js +8 -12
- package/lib/super-nine-grid/src/search-form.vue.js +33 -40
- package/lib/super-nine-grid/src/search-form.vue2.js +2 -4
- package/lib/super-nine-grid/src/search-methods.js +2 -3
- package/lib/super-nine-grid/src/store.js +3 -4
- package/lib/super-nine-grid/src/super-grid-service.js +5 -9
- package/lib/super-nine-grid/src/super-nine-grid.vue.js +95 -105
- package/lib/super-nine-grid/src/super-nine-grid.vue2.js +2 -4
- package/lib/super-nine-grid/src/utils.js +31 -27
- package/lib/svg-icon/index.js +5 -7
- package/lib/svg-icon/src/svg-icon.vue.js +8 -10
- package/lib/svg-icon/src/svg-icon.vue2.js +2 -4
- package/lib/utils/gogocodeTransfer.js +23 -28
- package/lib/utils/memory-cache-utils.js +3 -5
- package/lib/utils/organization.js +40 -53
- package/lib/utils/utils.js +27 -29
- package/lib/utils/value-set.js +68 -70
- package/lib/valid-code/index.js +5 -7
- package/lib/valid-code/src/valid-code.vue.js +10 -13
- package/lib/valid-code/src/valid-code.vue2.js +2 -4
- package/lib/workflow-button/index.js +3 -5
- package/lib/workflow-button/src/workflow-button.vue.js +34 -39
- package/lib/workflow-history-list/index.js +5 -7
- package/lib/workflow-history-list/src/api.js +2 -3
- package/lib/workflow-history-list/src/workflow-history-list.vue.js +59 -65
- package/lib/workflow-history-list/src/workflow-history-list.vue2.js +2 -4
- package/lib/workgroup-tree/index.js +5 -7
- package/lib/workgroup-tree/src/workgroup-tree.vue.js +11 -17
- package/lib/workgroup-tree-inline/index.js +3 -5
- package/lib/workgroup-tree-inline/src/search-result.vue.js +21 -25
- package/lib/workgroup-tree-inline/src/search-result.vue2.js +2 -4
- package/lib/workgroup-tree-inline/src/workgroup-tree-inline.vue.js +43 -52
- package/lib/workgroup-tree-inline/src/workgroup-tree-inline.vue2.js +2 -4
- package/lib/workgroup-tree-inline/src/workgroup-tree-service.js +5 -7
- package/lib/workgroup-tree-mobile/index.js +5 -8
- package/lib/workgroup-tree-mobile/src/dept-result.vue.js +11 -14
- package/lib/workgroup-tree-mobile/src/dept-result.vue2.js +3 -4
- package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue.js +9 -12
- package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue2.js +2 -4
- package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue3.js +3 -5
- package/lib/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue.js +76 -86
- package/lib/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue2.js +3 -4
- package/lib/workgroup-tree-mobile/src/workgroup-tree-service.js +20 -28
- package/lib/workgroup-user-tree/index.js +5 -7
- package/lib/workgroup-user-tree/src/workgroup-user-tree.vue.js +11 -17
- package/lib/workgroup-user-tree-inline/index.js +3 -5
- package/lib/workgroup-user-tree-inline/src/search-result.vue.js +21 -25
- package/lib/workgroup-user-tree-inline/src/search-result.vue2.js +2 -4
- package/lib/workgroup-user-tree-inline/src/workgroup-tree-inline-service.js +9 -11
- package/lib/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue.js +34 -43
- package/lib/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue2.js +2 -4
- package/lib/workgroup-user-tree-mobile/src/dept-path.vue.js +10 -11
- package/lib/workgroup-user-tree-mobile/src/dept-path.vue2.js +3 -4
- package/lib/workgroup-user-tree-mobile/src/dept-result.vue.js +11 -15
- package/lib/workgroup-user-tree-mobile/src/dept-result.vue2.js +3 -4
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue.js +9 -12
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue2.js +2 -4
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue3.js +3 -5
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue.js +93 -104
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue2.js +3 -4
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-service.js +16 -25
- package/lib/year-range-picker/index.js +3 -5
- package/lib/year-range-picker/src/year-range-picker.vue.js +9 -12
- package/package.json +5 -2
- package/vite.config.js +35 -33
|
@@ -1,160 +1,147 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
import C from "./voice/voice.vue.js";
|
|
9
|
-
import { AI_MODELS as D } from "./type.js";
|
|
10
|
-
import { getVoiceSetting as N, parseVoiceMsg as V } from "../../src/utils/voice-setting-cache.js";
|
|
11
|
-
import { getRelativeBaseUrl as O, isValidDate as M } from "../../src/utils/common-util.js";
|
|
12
|
-
import { getToken as F } from "../../src/utils/auth.js";
|
|
13
|
-
const $ = { class: "sender-additional-data-tag" }, q = { style: { display: "flex", "align-items": "center", "flex-wrap": "wrap" } }, z = { style: { display: "flex", "align-items": "center", gap: "16px" } }, G = ((e2) => (b("data-v-0b0c189e"), e2 = e2(), y(), e2))(() => d("div", { class: "ai-generate-tip" }, "内容由AI生成,仅供参考", -1)), K = e({ __name: "chat-sender", props: { loading: { type: Boolean, default: false } }, emits: ["submit-question", "handle-cancel", "view-json", "change-ai-model", "voice-answer", "command-answer"], setup(e2, { expose: b2, emit: y2 }) {
|
|
14
|
-
S();
|
|
15
|
-
const K2 = [{ label: "流程体系类", value: D.RAGFLOW }, { label: "QMS数据库类", value: D.DATABASE }, { label: "DeepSeek问答", value: D.DEEPSEEK }, { label: "系统交互", value: D.INTERACTION }, { label: "生成PPT", value: D.PPT_GENERATION }];
|
|
16
|
-
let L = null;
|
|
17
|
-
const H = a(false), W = a(""), B = a([]), U = a(""), Q = a("ragflow"), X = a(), J = a(), Y = a(window.$vueApp.config.globalProperties.baseAPI + "/component/ai/upload-file/bailian"), Z = a([]), ee = a(false), ae = a(false);
|
|
18
|
-
function le() {
|
|
1
|
+
"use strict";
|
|
2
|
+
const e = require("vue"), t = require("../../src/store/modules/chat-ai-store.js"), a = require("vue-element-plus-x"), n = require("./util/text-file-util.js"), l = require("pinia"), o = require("vue-i18n"), i = require("element-plus"), r = require("./voice/voice.vue.js"), u = require("./type.js"), c = require("../../src/utils/voice-setting-cache.js"), s = require("../../src/utils/common-util.js"), d = require("../../src/utils/auth.js"), p = { class: "sender-additional-data-tag" }, m = { style: { display: "flex", "align-items": "center", "flex-wrap": "wrap" } }, v = { style: { display: "flex", "align-items": "center", gap: "16px" } }, f = ((t2) => (e.pushScopeId("data-v-0b0c189e"), t2 = t2(), e.popScopeId(), t2))(() => e.createElementVNode("div", { class: "ai-generate-tip" }, "内容由AI生成,仅供参考", -1)), h = e.defineComponent({ __name: "chat-sender", props: { loading: { type: Boolean, default: false } }, emits: ["submit-question", "handle-cancel", "view-json", "change-ai-model", "voice-answer", "command-answer"], setup(h2, { expose: g, emit: w }) {
|
|
3
|
+
o.useI18n();
|
|
4
|
+
const E = [{ label: "流程体系类", value: u.AI_MODELS.RAGFLOW }, { label: "QMS数据库类", value: u.AI_MODELS.DATABASE }, { label: "DeepSeek问答", value: u.AI_MODELS.DEEPSEEK }, { label: "系统交互", value: u.AI_MODELS.INTERACTION }, { label: "生成PPT", value: u.AI_MODELS.PPT_GENERATION }];
|
|
5
|
+
let x = null;
|
|
6
|
+
const C = e.ref(false), A = e.ref(""), V = e.ref([]), b = e.ref(""), N = e.ref("ragflow"), k = e.ref(), y = e.ref(), _ = e.ref(window.$vueApp.config.globalProperties.baseAPI + "/component/ai/upload-file/bailian"), I = e.ref([]), S = e.ref(false), D = e.ref(false);
|
|
7
|
+
function M() {
|
|
19
8
|
try {
|
|
20
|
-
window.parent && window.parent !== window && (window.parent.ChatAiStore =
|
|
21
|
-
} catch (
|
|
22
|
-
console.error("Failed to initialize ChatAiStore:",
|
|
9
|
+
window.parent && window.parent !== window && (window.parent.ChatAiStore = x), window.top && window.top !== window && (window.top.ChatAiStore = x), window.ChatAiStore = x;
|
|
10
|
+
} catch (e2) {
|
|
11
|
+
console.error("Failed to initialize ChatAiStore:", e2);
|
|
23
12
|
}
|
|
24
13
|
}
|
|
25
|
-
let
|
|
26
|
-
|
|
14
|
+
let R, B;
|
|
15
|
+
e.onMounted(() => {
|
|
27
16
|
!function() {
|
|
28
17
|
try {
|
|
29
|
-
let
|
|
30
|
-
|
|
31
|
-
} catch (
|
|
32
|
-
console.error("Failed to initialize Pinia or ChatAiStore:",
|
|
18
|
+
let e2 = l.getActivePinia();
|
|
19
|
+
e2 || (e2 = l.createPinia(), l.setActivePinia(e2), window.$vueApp && window.$vueApp.use(e2)), x = t();
|
|
20
|
+
} catch (e2) {
|
|
21
|
+
console.error("Failed to initialize Pinia or ChatAiStore:", e2);
|
|
33
22
|
}
|
|
34
|
-
}(),
|
|
35
|
-
}),
|
|
36
|
-
|
|
37
|
-
}),
|
|
38
|
-
|
|
23
|
+
}(), M();
|
|
24
|
+
}), e.watch(() => I.value.length, (e2) => {
|
|
25
|
+
e2 > 0 ? k.value.openHeader() : k.value.closeHeader();
|
|
26
|
+
}), e.onMounted(() => {
|
|
27
|
+
M();
|
|
39
28
|
});
|
|
40
|
-
let
|
|
41
|
-
function
|
|
42
|
-
let
|
|
43
|
-
null ==
|
|
44
|
-
let
|
|
45
|
-
if (
|
|
46
|
-
const
|
|
47
|
-
let
|
|
48
|
-
|
|
49
|
-
let
|
|
50
|
-
|
|
29
|
+
let O = {}, P = {};
|
|
30
|
+
function T(e2) {
|
|
31
|
+
let t2 = e2;
|
|
32
|
+
null == e2 ? (b.value, t2 = b.value.trim()) : t2 = e2.trim(), R = t2;
|
|
33
|
+
let a2 = { aiModel: N.value, question: t2 };
|
|
34
|
+
if (N.value === u.AI_MODELS.DEEPSEEK || N.value === u.AI_MODELS.PPT_GENERATION) {
|
|
35
|
+
const e3 = x.getActiveMenu();
|
|
36
|
+
let n2 = "";
|
|
37
|
+
I.value.length > 0 && (n2 = I.value.map((e4) => e4.id).join(","));
|
|
38
|
+
let l2 = [];
|
|
39
|
+
I.value.length > 0 && (l2 = I.value.map((e4) => ({ fileId: e4.id, name: e4.name }))), I.value = [], a2 = { aiModel: N.value, question: t2, fileId: n2, fileInfos: l2, additionalData: V.value, additionalDataLabel: A.value, menuName: (e3 == null ? void 0 : e3.menuName) || "" };
|
|
51
40
|
}
|
|
52
|
-
|
|
41
|
+
w("submit-question", a2), b.value = "", q();
|
|
53
42
|
}
|
|
54
|
-
function
|
|
55
|
-
|
|
43
|
+
function L() {
|
|
44
|
+
w("handle-cancel");
|
|
56
45
|
}
|
|
57
|
-
function
|
|
46
|
+
function j() {
|
|
58
47
|
var _a;
|
|
59
|
-
const
|
|
60
|
-
if ("list" ===
|
|
61
|
-
const
|
|
62
|
-
|
|
63
|
-
} else if ("form" ===
|
|
64
|
-
const
|
|
65
|
-
|
|
66
|
-
const
|
|
67
|
-
let o2 =
|
|
68
|
-
|
|
69
|
-
}),
|
|
48
|
+
const e2 = x.getActiveMenu(), t2 = x.getActiveMenuPageInfo();
|
|
49
|
+
if ("list" === t2.pageType) {
|
|
50
|
+
const a2 = t2.listRefs[0].ref.getAiChatListData();
|
|
51
|
+
a2 && a2.length > 0 && (V.value = a2), ((_a = V.value) == null ? void 0 : _a.length) > 0 && (A.value = `已附加【${e2.menuName}】表格数据 (${V.value.length} 条记录)`, C.value = true);
|
|
52
|
+
} else if ("form" === t2.pageType) {
|
|
53
|
+
const a2 = t2.exposeProxy.getFormFormatData();
|
|
54
|
+
t2.subTableRefs && Object.keys(t2.subTableRefs).length > 0 && Object.keys(t2.subTableRefs).forEach((e3) => {
|
|
55
|
+
const n2 = t2.subTableRefs[e3].ref, l2 = n2.getAiChatListData();
|
|
56
|
+
let o2 = e3;
|
|
57
|
+
n2.options.title && (o2 = n2.options.title), a2[o2] = l2;
|
|
58
|
+
}), a2 && (V.value = [a2], A.value = `已附加【${e2.menuName}】表单数据`, C.value = true);
|
|
70
59
|
}
|
|
71
60
|
}
|
|
72
|
-
function
|
|
73
|
-
|
|
61
|
+
function q() {
|
|
62
|
+
V.value = [], A.value = "", C.value = false;
|
|
74
63
|
}
|
|
75
|
-
function
|
|
76
|
-
|
|
64
|
+
function F() {
|
|
65
|
+
w("view-json", V.value);
|
|
77
66
|
}
|
|
78
|
-
function
|
|
67
|
+
function $() {
|
|
79
68
|
try {
|
|
80
|
-
const
|
|
81
|
-
|
|
82
|
-
} catch (
|
|
83
|
-
console.error("下载失败:",
|
|
69
|
+
const e2 = x.getActiveMenu(), t2 = n.generateFileName((e2 == null ? void 0 : e2.menuName) || "data");
|
|
70
|
+
n.downloadJsonFile(V.value, t2);
|
|
71
|
+
} catch (e2) {
|
|
72
|
+
console.error("下载失败:", e2);
|
|
84
73
|
}
|
|
85
74
|
}
|
|
86
|
-
function
|
|
87
|
-
if (
|
|
88
|
-
return
|
|
89
|
-
|
|
75
|
+
function z(e2) {
|
|
76
|
+
if (e2 === u.AI_MODELS.DATABASE)
|
|
77
|
+
return i.ElMessage({ message: "QMS数据库类模型正在开发中,敬请期待!", type: "warning" }), void (N.value = u.AI_MODELS.RAGFLOW);
|
|
78
|
+
e2 === u.AI_MODELS.DEEPSEEK && I.value.length > 0 ? k.value.openHeader() : k.value.closeHeader(), e2 === u.AI_MODELS.DEEPSEEK || e2 === u.AI_MODELS.PPT_GENERATION ? (S.value = true, D.value = true) : (S.value = false, D.value = false, q()), w("change-ai-model", e2);
|
|
90
79
|
}
|
|
91
|
-
function
|
|
92
|
-
|
|
80
|
+
function G(e2) {
|
|
81
|
+
I.value.push({ id: e2.uid, uid: e2.uid, name: e2.name, percent: 0, status: "uploading", showDelIcon: true, maxWidth: "150px" });
|
|
93
82
|
}
|
|
94
|
-
function
|
|
95
|
-
const
|
|
96
|
-
-1 !==
|
|
83
|
+
function K(e2, t2, a2) {
|
|
84
|
+
const n2 = I.value.findIndex((e3) => e3.id === t2.uid);
|
|
85
|
+
-1 !== n2 && (I.value[n2].percent = e2.percent);
|
|
97
86
|
}
|
|
98
|
-
function
|
|
99
|
-
if (
|
|
100
|
-
const
|
|
101
|
-
-1 !==
|
|
102
|
-
|
|
87
|
+
function H(e2, t2, a2) {
|
|
88
|
+
if (e2) {
|
|
89
|
+
const a3 = I.value.findIndex((e3) => e3.id === t2.uid);
|
|
90
|
+
-1 !== a3 && (I.value[a3].status = "done", e2.forEach((e3) => {
|
|
91
|
+
e3.name === I.value[a3].name && (I.value[a3].id = e3.fileId, I.value[a3].uid = e3.fileId);
|
|
103
92
|
}));
|
|
104
93
|
} else
|
|
105
|
-
|
|
94
|
+
i.ElMessage({ message: (e2 == null ? void 0 : e2.message) || "文件上传失败", type: "error" });
|
|
106
95
|
}
|
|
107
|
-
function
|
|
108
|
-
const
|
|
109
|
-
-1 !==
|
|
96
|
+
function U(e2) {
|
|
97
|
+
const t2 = I.value.findIndex((t3) => t3.id === e2.uid);
|
|
98
|
+
-1 !== t2 && I.value.splice(t2, 1);
|
|
110
99
|
}
|
|
111
|
-
function
|
|
112
|
-
let
|
|
113
|
-
if (
|
|
114
|
-
const
|
|
115
|
-
let
|
|
116
|
-
if (
|
|
117
|
-
const
|
|
118
|
-
|
|
100
|
+
function W(e2, t2, a2) {
|
|
101
|
+
let n2 = false;
|
|
102
|
+
if (t2 && t2.indexOf("~") >= 0) {
|
|
103
|
+
const e3 = t2.split("~");
|
|
104
|
+
let l2;
|
|
105
|
+
if (n2 = s.isValidDate(e3[0]), n2 && (n2 = s.isValidDate(e3[1])), 3 === e3.length && (l2 = e3[2]), e3.length, n2 && l2 && l2.indexOf(",") > 0) {
|
|
106
|
+
const t3 = l2.split(","), n3 = t3[0], o2 = t3[1];
|
|
107
|
+
a2 = Q(n3, e3[0], a2), a2 = Q(o2, e3[1], a2);
|
|
119
108
|
}
|
|
120
109
|
}
|
|
121
|
-
return
|
|
110
|
+
return n2 || (a2 = Q(e2, t2, a2)), a2;
|
|
122
111
|
}
|
|
123
|
-
function
|
|
124
|
-
if (null ==
|
|
125
|
-
return
|
|
126
|
-
if (null ==
|
|
127
|
-
return
|
|
128
|
-
const
|
|
129
|
-
return
|
|
112
|
+
function Q(e2, t2, a2) {
|
|
113
|
+
if (null == e2 || e2 + "" == "")
|
|
114
|
+
return a2;
|
|
115
|
+
if (null == t2 || t2 + "" == "")
|
|
116
|
+
return a2;
|
|
117
|
+
const n2 = "ai__" + e2;
|
|
118
|
+
return a2 = a2.indexOf("?") > 0 ? a2 + "&" + n2 + "=" + t2 : a2 + "?" + n2 + "=" + t2;
|
|
130
119
|
}
|
|
131
|
-
return
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
if ("ok" ===
|
|
135
|
-
|
|
136
|
-
let
|
|
137
|
-
if (
|
|
138
|
-
if (
|
|
139
|
-
for (let
|
|
140
|
-
const
|
|
141
|
-
"_jump_param" !==
|
|
120
|
+
return g({ parseCommand: function() {
|
|
121
|
+
c.getVoiceSetting().then((e2) => {
|
|
122
|
+
c.parseVoiceMsg(R, e2, B, O, P).then((e3) => {
|
|
123
|
+
if ("ok" === e3.status) {
|
|
124
|
+
B || (B = e3.settingItem), O = e3.paramInfo;
|
|
125
|
+
let t2 = e3.url;
|
|
126
|
+
if (t2) {
|
|
127
|
+
if (P)
|
|
128
|
+
for (let e4 in P) {
|
|
129
|
+
const a3 = P[e4];
|
|
130
|
+
"_jump_param" !== a3 && (t2 = W(e4, a3, t2));
|
|
142
131
|
}
|
|
143
|
-
const
|
|
144
|
-
|
|
132
|
+
const a2 = B ? B.command : "";
|
|
133
|
+
B = void 0, P = {}, O = {}, w("command-answer", { content: e3.commandResult ? e3.commandResult : e3.paramResult, url: t2, paramsValue: P, command: a2 }), window.open(s.getRelativeBaseUrl(t2));
|
|
145
134
|
} else
|
|
146
|
-
|
|
135
|
+
w("command-answer", { content: e3.commandResult ? e3.commandResult : e3.paramResult });
|
|
147
136
|
} else
|
|
148
|
-
|
|
137
|
+
w("command-answer", { content: e3.commandResult ? e3.commandResult : e3.paramResult });
|
|
149
138
|
});
|
|
150
139
|
});
|
|
151
140
|
}, newChatSession: function() {
|
|
152
|
-
|
|
153
|
-
} }), (
|
|
154
|
-
const
|
|
155
|
-
return
|
|
141
|
+
N.value === u.AI_MODELS.DEEPSEEK && (I.value = []), b.value = "";
|
|
142
|
+
} }), (t2, n2) => {
|
|
143
|
+
const l2 = e.resolveComponent("Paperclip"), o2 = e.resolveComponent("el-icon"), i2 = e.resolveComponent("super-icon"), u2 = e.resolveComponent("el-tooltip"), c2 = e.resolveComponent("el-tag"), s2 = e.resolveComponent("el-option"), g2 = e.resolveComponent("el-select"), w2 = e.resolveComponent("SuperIcon"), x2 = e.resolveComponent("el-upload"), V2 = e.resolveComponent("el-divider"), M2 = e.resolveComponent("el-button"), R2 = e.resolveDirective("loading");
|
|
144
|
+
return e.openBlock(), e.createElementBlock(e.Fragment, null, [C.value ? (e.openBlock(), e.createBlock(c2, { key: 0, type: "primary" }, { default: e.withCtx(() => [e.createElementVNode("div", p, [e.createVNode(o2, null, { default: e.withCtx(() => [e.createVNode(l2)]), _: 1 }), e.createTextVNode(" " + e.toDisplayString(A.value) + " ", 1), e.createVNode(u2, { content: "预览" }, { default: e.withCtx(() => [e.createVNode(i2, { iconValue: "amb-color-icon-yulan", style: { cursor: "pointer" }, onClick: F })]), _: 1 }), e.createVNode(u2, { content: "下载" }, { default: e.withCtx(() => [e.createVNode(i2, { iconValue: "amb-color-icon-xiazai", style: { cursor: "pointer" }, onClick: $ })]), _: 1 }), e.createVNode(u2, { content: "移除" }, { default: e.withCtx(() => [e.createVNode(i2, { iconValue: "amb-color-icon-shanchu", style: { cursor: "pointer" }, onClick: q })]), _: 1 })])]), _: 1 })) : e.createCommentVNode("", true), e.createVNode(e.unref(a.Sender), { modelValue: b.value, "onUpdate:modelValue": n2[2] || (n2[2] = (e2) => b.value = e2), variant: "updown", "auto-size": { minRows: 2, maxRows: 5 }, clearable: "", ref_key: "senderRef", ref: k, submitType: "enter", loading: h2.loading, "allow-speech": "", onSubmit: n2[3] || (n2[3] = (e2) => T()), placeholder: "请您描述问题" }, { header: e.withCtx(() => [e.createVNode(e.unref(a.Attachments), { items: I.value, drag: "", overflow: "scrollX", "hide-upload": true }, { "file-list": e.withCtx((t3) => [(e.openBlock(true), e.createElementBlock(e.Fragment, null, e.renderList(t3.items, (t4) => (e.openBlock(), e.createBlock(e.unref(a.FilesCard), { key: t4.id, maxWidth: "150px", style: { margin: "10px 5px" }, name: t4.name, percent: t4.percent, uid: t4.id, status: t4.status, "show-del-icon": "", "img-variant": "square", onDelete: U }, null, 8, ["name", "percent", "uid", "status"]))), 128))]), _: 1 }, 8, ["items"])]), prefix: e.withCtx(() => [e.createElementVNode("div", m, [e.createVNode(g2, { style: { width: "146px", height: "32px" }, plain: "", modelValue: N.value, "onUpdate:modelValue": n2[0] || (n2[0] = (e2) => N.value = e2), onChange: z }, { default: e.withCtx(() => [(e.openBlock(), e.createElementBlock(e.Fragment, null, e.renderList(E, (t3) => e.createVNode(s2, { key: t3.value, label: t3.label, value: t3.value }, null, 8, ["label", "value"])), 64))]), _: 1 }, 8, ["modelValue"])])]), "action-list": e.withCtx(() => [e.createElementVNode("div", v, [S.value ? (e.openBlock(), e.createBlock(u2, { key: 0, content: "上传附件" }, { default: e.withCtx(() => [e.createVNode(x2, { ref_key: "uploadRef", ref: y, action: _.value, multiple: true, headers: { Authorization: e.unref(d.getToken)() }, accept: ".txt,.docx,.pdf,.xlsx,.epub,.mobi,.md,.csv,.json,.bmp,.png,.jpg,.jpeg,.gif,.pdf", "show-file-list": false, "on-progress": K, "on-success": H, "before-upload": G }, { default: e.withCtx(() => [e.createVNode(w2, { iconValue: "amb-icon-fujianshangchuan" })]), _: 1 }, 8, ["action", "headers"])]), _: 1 })) : e.createCommentVNode("", true), D.value ? (e.openBlock(), e.createBlock(u2, { key: 1, content: "附加页面数据" }, { default: e.withCtx(() => [e.createVNode(w2, { onClick: j, iconValue: "amb-icon-fujiabiaogeshu", class: "send-icon" })]), _: 1 })) : e.createCommentVNode("", true), e.createVNode(u2, { content: "语音" }, { default: e.withCtx(() => [e.createVNode(r, { onUserMessage: T, class: "send-icon" })]), _: 1 }), e.createVNode(V2, { direction: "vertical" }), h2.loading ? (e.openBlock(), e.createBlock(u2, { key: 2, content: "取消" }, { default: e.withCtx(() => [e.withDirectives((e.openBlock(), e.createBlock(M2, { type: "primary", style: { "border-radius": "10px" }, plain: "", round: "", onClick: L }, { default: e.withCtx(() => [e.createTextVNode(" 取消 ")]), _: 1 })), [[R2, h2.loading]])]), _: 1 })) : (e.openBlock(), e.createBlock(M2, { key: 3, style: { "border-radius": "10px" }, disabled: !b.value || !b.value.trim(), plain: "", circle: "", round: "", onClick: n2[1] || (n2[1] = (e2) => T()) }, { default: e.withCtx(() => [e.createVNode(w2, { iconValue: "amb-icon-fasong2" })]), _: 1 }, 8, ["disabled"]))])]), _: 1 }, 8, ["modelValue", "loading"]), f], 64);
|
|
156
145
|
};
|
|
157
146
|
} });
|
|
158
|
-
|
|
159
|
-
K as default
|
|
160
|
-
};
|
|
147
|
+
module.exports = h;
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
const
|
|
5
|
-
|
|
6
|
-
a as default
|
|
7
|
-
};
|
|
1
|
+
"use strict";
|
|
2
|
+
const e = require("./answer-auto-chart.vue2.js");
|
|
3
|
+
require("./answer-auto-chart.vue3.js");
|
|
4
|
+
const r = require("../../../_virtual/_plugin-vue_export-helper.js")(e, [["__scopeId", "data-v-73352a50"]]);
|
|
5
|
+
module.exports = r;
|
|
@@ -1,59 +1,51 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
b2.chartProps.params && (S = JSON.parse(b2.chartProps.params));
|
|
14
|
-
let k = [], _ = {};
|
|
15
|
-
var F;
|
|
16
|
-
return b2.chartProps.answer && (_ = JSON.parse(b2.chartProps.answer), _.dataList && (k = _.dataList)), (k == null ? void 0 : k.length) > 0 && S ? (L.value = function(e3, t2) {
|
|
17
|
-
const r2 = e3.chartType || "bar";
|
|
18
|
-
return -1 !== r2.indexOf("bar") || -1 !== r2.indexOf("line") ? function(e4, t3) {
|
|
1
|
+
"use strict";
|
|
2
|
+
const e = require("vue"), t = require("element-plus"), r = require("echarts/core"), a = require("vue-echarts"), o = require("echarts/renderers"), n = require("echarts/charts"), s = require("echarts/components"), i = { style: { "max-height": "700px" } }, l = { key: 0, style: { "text-align": "center", color: "#999", "margin-top": "20px" } }, p = e.defineComponent({ __name: "answer-auto-chart", props: { chartProps: { type: Object, default: {} } }, setup(p2) {
|
|
3
|
+
const c = p2;
|
|
4
|
+
r.use([o.CanvasRenderer, n.LineChart, n.BarChart, n.PieChart, n.RadarChart, s.GridComponent, s.LegendComponent, s.TitleComponent, s.TooltipComponent, s.ToolboxComponent, s.DataZoomComponent]);
|
|
5
|
+
const u = e.ref(null), h = e.ref({}), m = e.ref(false), x = e.ref("");
|
|
6
|
+
let y = {};
|
|
7
|
+
c.chartProps.params && (y = JSON.parse(c.chartProps.params));
|
|
8
|
+
let d = [], f = {};
|
|
9
|
+
var v;
|
|
10
|
+
return c.chartProps.answer && (f = JSON.parse(c.chartProps.answer), f.dataList && (d = f.dataList)), (d == null ? void 0 : d.length) > 0 && y ? (h.value = function(e2, r2) {
|
|
11
|
+
const a2 = e2.chartType || "bar";
|
|
12
|
+
return -1 !== a2.indexOf("bar") || -1 !== a2.indexOf("line") ? function(e3, t2) {
|
|
19
13
|
var _a, _b;
|
|
20
|
-
const r3 =
|
|
21
|
-
let
|
|
22
|
-
|
|
23
|
-
const
|
|
24
|
-
const
|
|
25
|
-
return null !=
|
|
14
|
+
const r3 = e3.xAxis;
|
|
15
|
+
let a3 = e3.series || [], o2 = e3.yAxis || [];
|
|
16
|
+
e3.chartOption && (e3.chartOption.yAxis && (o2 = e3.chartOption.yAxis), e3.chartOption.series && (a3 = e3.chartOption.series));
|
|
17
|
+
const n2 = t2.map((e4) => {
|
|
18
|
+
const t3 = e4[r3];
|
|
19
|
+
return null != t3 ? t3 : "未知";
|
|
26
20
|
});
|
|
27
|
-
let
|
|
28
|
-
-1 !== ((_a =
|
|
29
|
-
const
|
|
21
|
+
let s2 = "bar";
|
|
22
|
+
-1 !== ((_a = e3.chartType) == null ? void 0 : _a.indexOf("line")) && (s2 = "line");
|
|
23
|
+
const i2 = a3.map((r4) => {
|
|
30
24
|
var _a2;
|
|
31
|
-
const
|
|
32
|
-
return r4.format ?
|
|
33
|
-
return r4.format.replace("{value}",
|
|
34
|
-
} } : ((_a2 = r4.tooltip) == null ? void 0 : _a2.formatter) && (
|
|
35
|
-
return r4.tooltip.formatter.replace("{value}",
|
|
36
|
-
} }), "yAxisIndex" in r4 && (
|
|
25
|
+
const a4 = r4.name, o3 = r4.type || s2, n3 = t2.map((e4) => e4[a4] || 0), i3 = { name: a4, type: o3, data: n3 };
|
|
26
|
+
return r4.format ? i3.tooltip = { valueFormatter: function(e4) {
|
|
27
|
+
return r4.format.replace("{value}", e4);
|
|
28
|
+
} } : ((_a2 = r4.tooltip) == null ? void 0 : _a2.formatter) && (i3.tooltip = { valueFormatter: function(e4) {
|
|
29
|
+
return r4.tooltip.formatter.replace("{value}", e4);
|
|
30
|
+
} }), "yAxisIndex" in r4 && (e3.yAxis && Array.isArray(e3.yAxis) && r4.yAxisIndex > e3.yAxis.length - 1 ? r4.yAxisIndex = 0 : i3.yAxisIndex = r4.yAxisIndex), i3;
|
|
37
31
|
}), l2 = [];
|
|
38
|
-
o2 && Array.isArray(o2) ? o2.forEach((
|
|
39
|
-
const
|
|
40
|
-
|
|
32
|
+
o2 && Array.isArray(o2) ? o2.forEach((e4) => {
|
|
33
|
+
const t3 = { type: e4.type || "value" };
|
|
34
|
+
e4.axisLabel && (t3.axisLabel = e4.axisLabel), e4.name && (t3.name = e4.name), l2.push(t3);
|
|
41
35
|
}) : l2.push({ type: "value" });
|
|
42
|
-
let
|
|
43
|
-
|
|
44
|
-
const c2 = { title: { text:
|
|
45
|
-
|
|
36
|
+
let p3 = e3.chartName || "图表";
|
|
37
|
+
e3.chartOption && (p3 = ((_b = e3.chartOption.title) == null ? void 0 : _b.text) || p3);
|
|
38
|
+
const c2 = { title: { text: p3, left: "center" }, toolbox: { show: true, feature: { saveAsImage: { title: "保存为图片" } } }, tooltip: { trigger: "axis" }, legend: { data: a3.map((e4) => e4.name), left: "right", textStyle: { width: 180, overflow: "truncate" }, type: "scroll", orient: "vertical", top: "center", tooltip: { show: true } }, xAxis: { type: "category", data: n2 }, yAxis: l2, series: i2 };
|
|
39
|
+
n2.length > 10 && (c2.dataZoom = [{ type: "slider", start: 0, end: 100 }, { type: "inside", start: 0, end: 100 }]);
|
|
46
40
|
return c2;
|
|
47
|
-
}(
|
|
41
|
+
}(e2, r2) : "pie" === a2 ? function(e3, r3) {
|
|
48
42
|
var _a;
|
|
49
|
-
const
|
|
50
|
-
if (!
|
|
51
|
-
return
|
|
52
|
-
const
|
|
43
|
+
const a3 = e3.xAxis, o2 = ((_a = e3.series[0]) == null ? void 0 : _a.name) || "";
|
|
44
|
+
if (!o2)
|
|
45
|
+
return t.ElMessage.error("饼图必须指定数值轴"), x.value = "饼图必须指定数值轴", null;
|
|
46
|
+
const n2 = r3.map((e4) => ({ name: e4[a3] || "未知", value: e4[o2] || 0 })), s2 = { title: { text: e3.chartName || "饼图", left: "center" }, toolbox: { trigger: "item", show: true, feature: { saveAsImage: { title: "保存为图片" } } }, legend: { left: "right", textStyle: { width: 180, overflow: "truncate" }, type: "scroll", orient: "vertical", top: "10%", tooltip: { show: true } }, series: [{ name: e3.chartName || "饼图", type: "pie", radius: "70%", data: n2, emphasis: { itemStyle: { shadowBlur: 10, shadowOffsetX: 0, shadowColor: "rgba(0, 0, 0, 0.5)" } } }] };
|
|
53
47
|
return s2;
|
|
54
|
-
}(
|
|
55
|
-
}(
|
|
48
|
+
}(e2, r2) : (t.ElMessage.error("不支持的图表类型"), x.value = "不支持的图表类型", null);
|
|
49
|
+
}(y, d), h.value ? (v = h.value, u.value && u.value.setOption(v, true)) : m.value = true) : d && 0 !== d.length || (t.ElMessage.error("未能获取到可用数据展示图表"), x.value = "未能获取到可用数据展示图表", m.value = true), (t2, r2) => (e.openBlock(), e.createElementBlock("div", i, [m.value ? (e.openBlock(), e.createElementBlock("div", l, e.toDisplayString(x.value), 1)) : (e.openBlock(), e.createBlock(e.unref(a), { key: 1, ref_key: "chartRef", ref: u, style: { height: "400px" }, option: h.value, autoresize: "" }, null, 8, ["option"]))]));
|
|
56
50
|
} });
|
|
57
|
-
|
|
58
|
-
b as default
|
|
59
|
-
};
|
|
51
|
+
module.exports = p;
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
const
|
|
5
|
-
|
|
6
|
-
o as default
|
|
7
|
-
};
|
|
1
|
+
"use strict";
|
|
2
|
+
const e = require("./answer-home-chart.vue2.js");
|
|
3
|
+
require("./answer-home-chart.vue3.js");
|
|
4
|
+
const r = require("../../../_virtual/_plugin-vue_export-helper.js")(e, [["__scopeId", "data-v-873e1ba1"]]);
|
|
5
|
+
module.exports = r;
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
export {
|
|
5
|
-
i as default
|
|
6
|
-
};
|
|
1
|
+
"use strict";
|
|
2
|
+
const e = require("vue"), t = require("vue-i18n"), r = { style: { height: "300px", width: "100%" } }, c = ["src"], o = ["src"], h = e.defineComponent({ __name: "answer-home-chart", props: { chartProps: { type: Object, default: {} } }, setup: (h2) => (t.useI18n(), (t2, a) => (e.openBlock(), e.createElementBlock("div", r, [h2.chartProps.chartuuid ? (e.openBlock(), e.createElementBlock("iframe", { key: 0, height: "100%", width: "100%", class: "home-chart-iframe", src: "http://localhost:9601/dsc/#/dsc-home-chart/page?chartUuid=" + h2.chartProps.chartuuid + "&homeChartSettingUserId=" + h2.chartProps.id }, null, 8, c)) : h2.chartProps.customurl ? (e.openBlock(), e.createElementBlock("iframe", { key: 1, height: "100%", width: "100%", class: "home-chart-iframe", src: h2.chartProps.customurl }, null, 8, o)) : e.createCommentVNode("", true)]))) });
|
|
3
|
+
module.exports = h;
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
const
|
|
5
|
-
|
|
6
|
-
e as default
|
|
7
|
-
};
|
|
1
|
+
"use strict";
|
|
2
|
+
const e = require("./answer-interaction-data.vue2.js");
|
|
3
|
+
require("./answer-interaction-data.vue3.js");
|
|
4
|
+
const r = require("../../../_virtual/_plugin-vue_export-helper.js")(e, [["__scopeId", "data-v-b9f40acf"]]);
|
|
5
|
+
module.exports = r;
|