agilebuilder-ui 1.1.65-tmp11 → 1.1.65-tmp13
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/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 -382
- 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 +619 -619
- 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
package/es/index.js
ADDED
|
@@ -0,0 +1,383 @@
|
|
|
1
|
+
import "./src/utils/insert_css.js";
|
|
2
|
+
import { resizeDirective as e } from "./src/utils/resize.js";
|
|
3
|
+
import r from "./src/store/index.js";
|
|
4
|
+
import "./breadcrumb/index.js";
|
|
5
|
+
import "./department-tree/index.js";
|
|
6
|
+
import "./hamburger/index.js";
|
|
7
|
+
import "./svg-icon/index.js";
|
|
8
|
+
import "./super-grid/index.js";
|
|
9
|
+
import "./department-user-tree/index.js";
|
|
10
|
+
import "./workgroup-tree/index.js";
|
|
11
|
+
import "./workgroup-user-tree/index.js";
|
|
12
|
+
import "./department-tree-inline/index.js";
|
|
13
|
+
import "./department-user-tree-inline/index.js";
|
|
14
|
+
import "./workgroup-tree-inline/index.js";
|
|
15
|
+
import "./workgroup-user-tree-inline/index.js";
|
|
16
|
+
import "./workflow-button/index.js";
|
|
17
|
+
import "./workflow-history-list/index.js";
|
|
18
|
+
import t from "./directives/prevent-reclick.js";
|
|
19
|
+
import "./valid-code/index.js";
|
|
20
|
+
import o from "./plugins/index.js";
|
|
21
|
+
import "./remove-user/index.js";
|
|
22
|
+
import "./remove-department/index.js";
|
|
23
|
+
import "./remove-workgroup/index.js";
|
|
24
|
+
import "./organization-input/index.js";
|
|
25
|
+
import "./super-nine-grid/index.js";
|
|
26
|
+
import "./dynamic-source-select/index.js";
|
|
27
|
+
import "./fs-upload/index.js";
|
|
28
|
+
import "./scan-code-input/index.js";
|
|
29
|
+
import "./fs-preview/index.js";
|
|
30
|
+
import "./fs-upload-list/index.js";
|
|
31
|
+
import "./year-range-picker/index.js";
|
|
32
|
+
import "./multipart-upload/index.js";
|
|
33
|
+
import "./rich-editor/index.js";
|
|
34
|
+
import "./secret-info/index.js";
|
|
35
|
+
import "./IntervalSelection/index.js";
|
|
36
|
+
import "./department-tree-mobile/index.js";
|
|
37
|
+
import "./department-user-tree-mobile/index.js";
|
|
38
|
+
import "./super-icon/index.js";
|
|
39
|
+
import "./fs-upload-new/index.js";
|
|
40
|
+
import "./scan-code-input-browser/index.js";
|
|
41
|
+
import "./workgroup-tree-mobile/index.js";
|
|
42
|
+
import "./row-form/index.js";
|
|
43
|
+
import * as s from "@element-plus/icons-vue";
|
|
44
|
+
import i from "./src/components/Affix/index.vue.js";
|
|
45
|
+
import "./chat-embed/index.js";
|
|
46
|
+
import "./chat-embed/src/voice/index.js";
|
|
47
|
+
import "./date-picker-range/index.js";
|
|
48
|
+
import n from "./src/components/Card/index.js";
|
|
49
|
+
import m from "./src/components/Scrollbar/index.vue.js";
|
|
50
|
+
import { default as default2 } from "./src/api/sso-service.js";
|
|
51
|
+
import { default as default3 } from "./src/i18n/langs/cn.js";
|
|
52
|
+
import { default as default4 } from "./src/i18n/langs/en.js";
|
|
53
|
+
import { default as default5 } from "./src/mixins/resizeMixin.js";
|
|
54
|
+
import { protectedRouterMap, default as default6 } from "./src/router/index.js";
|
|
55
|
+
import { executeExpression, parseSubTablePermissionCondition } from "./src/utils/calculator/calculator-util.js";
|
|
56
|
+
import { default as default7 } from "./src/utils/auth-api.js";
|
|
57
|
+
import { clearPermission, clearVoiceCache, getAllLanguages, getAllThemes, getCookieCache, getCurrentUser, getLanguage, getRunCurrentRole, getRunInfoKey, getSessionCache, getTenantUsername, getTheme, getToken, getUsername, isDevpSystem, removeAllThemes, removeCookieCache, removeCurrentUser, removeDevpPermissions, removeProjectCode, removeProjectSettings, removeSessionCache, removeSystemCacheUrl, removeTenantUsername, removeTheme, removeToken, removeUsername, setAllLanguages, setAllThemes, setCookieCache, setCurrentUser, setLanguage, setSessionCache, setTenantUsername, setTheme, setToken, setUsername } from "./src/utils/auth.js";
|
|
58
|
+
import { addListRefToStore, setActiveMenuToChatAiStore, setPageDataToChatAiStore, setPageInfoToChatStore } from "./src/utils/chat-ai-util.js";
|
|
59
|
+
import { cacheAllEnableGlobalPropUtil, cacheAllLanguagesUtil, cacheCurrentLanguageUtil, cacheLangs, cachePermissionsWhenLoginWithToken, cacheProjectSetting, cacheSystemUrl, formatDate, formatFileName, getAuthSource, getCurrentSystemCode, getKkFilePreviewUrl, getLangByShort, getLangs, getLocaleByLang, getLoginTimeoutUrlInfo, getLoginUrl, getOrignUrl, getRelativeBaseUrl, getReplaceUrlDomain, getServerConfigUtil, getSystemBackendUrl, getSystemFrontendUrl, getSystemFrontendUrlWith, getTimeZone, getURLSearchParamObj, getUuidv4, insertFontIconCss, insertThirdLoginJs, isDingTalkEnv, isLogoutTimeout, isMobileBrowser, isPlateSys, isPromise, isShowMenuRoute, isShowSystemMenu, isValidDate, loadCSS, pushCustomControlValidatorRef, removeCustomControlValidatorRef, replacePlaceholders, replacePrefix, setCustomSystemBackendUrl, windowOpenUrl } from "./src/utils/common-util.js";
|
|
60
|
+
import { default as default8 } from "./src/utils/eventBus.js";
|
|
61
|
+
import { getFileIconByName } from "./src/utils/file-util.js";
|
|
62
|
+
import { GLOBAL_PROP, cacheAllGlobalPropCache, cacheCanShowOrgTree, cacheGlobalProp, getCanShowOrgTree, getGlobalProp, removeAllGlobalPropCache, removeCanShowOrgTree, removeGlobalProp } from "./src/utils/global-prop.js";
|
|
63
|
+
import { getGuId, getS4 } from "./src/utils/guid.js";
|
|
64
|
+
import { default as default9 } from "./src/utils/i18n-util.js";
|
|
65
|
+
import { findRedisButtonGeneralIcon, getRedisButtonGeneralIcon, isFaIcon } from "./src/utils/iconUtils.js";
|
|
66
|
+
import { b64ToUtf8, formatTime, getLoginName, getRouter, getStore, isExternal, parseTime, utf8ToB64 } from "./src/utils/index.js";
|
|
67
|
+
import { parseLooseJSON } from "./src/utils/json-util.js";
|
|
68
|
+
import { openPage as a } from "./src/utils/jump-page-utils.js";
|
|
69
|
+
import { initialization, jumpToPage, updateWithPageValue } from "./src/utils/jump-page-utils.js";
|
|
70
|
+
import { default as default10 } from "./src/utils/local-storage.js";
|
|
71
|
+
import { getI18nName } from "./src/utils/menu.js";
|
|
72
|
+
import { default as default11 } from "./src/utils/permission.js";
|
|
73
|
+
import { getCustomMenus, getDefaultMenuCode, getMenus, getPermissions, getSystemCode, getTotalPermissions, isDevpAccess, removeAllSystemPermissions, removeCustomMenus, removeDefaultMenuCode, removeMenus, setCustomMenus, setDefaultMenuCode, setMenus, setPermissions } from "./src/utils/permissionAuth.js";
|
|
74
|
+
import { formatTimefn, getDateRangeSelectorDefaultValue, getFirstDayOfSeason, getWeekOfSeason } from "./src/utils/range-selector.js";
|
|
75
|
+
import { apiUrlMappings, default as default12, request } from "./src/utils/request.js";
|
|
76
|
+
import { restfulInterfaceTo } from "./src/utils/restful-interface-utils.js";
|
|
77
|
+
import { analysisCondition, analysisValue, findDynamicDataSourceByCode, findOptionsByDynamicDataSource, findSystemInfoByCode, formatCustomParams, getEntityFieldValue, getEntityFieldValueWithOutCase, getI18n, getLanguageWithLocale, getLastNDate, getParentObjectUtil, getPropNameWhenJoinTable, getPropValue, getPropValueNew, getValueByField, isImage, setEntityFieldValue, watchPageContextDynamicVariable } from "./src/utils/util.js";
|
|
78
|
+
import { validUsername, validateAlphabets, validateLowerCase, validateURL, validateUpperCase } from "./src/utils/validate.js";
|
|
79
|
+
import { cacheVoiceLeafMenu, cacheVoiceSetting, getVoiceLeafMenuCache, getVoiceSetting, parseVoiceMsg, removeVoiceCache, removeVoiceLeafMenu, removeVoiceSetting } from "./src/utils/voice-setting-cache.js";
|
|
80
|
+
import { cacheWatermark, getWatermark, removeWatermark } from "./src/utils/watermark-cache.js";
|
|
81
|
+
import { i18nOperation } from "./src/utils/workflow-util.js";
|
|
82
|
+
import p from "./src/views/dsc-component/Sidebar/index.vue.js";
|
|
83
|
+
import u from "./src/views/dsc-component/tabs/tab-content.vue.js";
|
|
84
|
+
import c from "./src/views/layout/EmptyLayout.vue.js";
|
|
85
|
+
import l from "./src/views/layout/Layout.vue.js";
|
|
86
|
+
import d from "./src/views/layout/NewLayout.vue.js";
|
|
87
|
+
import f from "./src/views/layout/components/Menubar/index.vue.js";
|
|
88
|
+
import "./src/permission.js";
|
|
89
|
+
import "./src/directives/permission/index.js";
|
|
90
|
+
import g from "./src/directives/permission/permission.js";
|
|
91
|
+
import j from "./breadcrumb/src/breadcrumb.vue.js";
|
|
92
|
+
import v from "./department-tree/src/department-tree.vue.js";
|
|
93
|
+
import x from "./hamburger/src/hamburger.vue.js";
|
|
94
|
+
import h from "./svg-icon/src/svg-icon.vue.js";
|
|
95
|
+
import w from "./super-grid/src/super-grid.vue.js";
|
|
96
|
+
import b from "./department-user-tree/src/department-user-tree.vue.js";
|
|
97
|
+
import C from "./workgroup-tree/src/workgroup-tree.vue.js";
|
|
98
|
+
import S from "./workgroup-user-tree/src/workgroup-user-tree.vue.js";
|
|
99
|
+
import k from "./department-tree-inline/src/department-tree-inline.vue.js";
|
|
100
|
+
import y from "./department-user-tree-inline/src/department-user-tree-inline.vue.js";
|
|
101
|
+
import U from "./workgroup-tree-inline/src/workgroup-tree-inline.vue.js";
|
|
102
|
+
import P from "./workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue.js";
|
|
103
|
+
import T from "./workflow-button/src/workflow-button.vue.js";
|
|
104
|
+
import L from "./workflow-history-list/src/workflow-history-list.vue.js";
|
|
105
|
+
import M from "./valid-code/src/valid-code.vue.js";
|
|
106
|
+
import D from "./remove-user/src/remove-user.vue.js";
|
|
107
|
+
import V from "./remove-department/src/remove-department.vue.js";
|
|
108
|
+
import I from "./remove-workgroup/src/remove-workgroup.vue.js";
|
|
109
|
+
import A from "./organization-input/src/organization-input.vue.js";
|
|
110
|
+
import B from "./super-nine-grid/src/super-nine-grid.vue.js";
|
|
111
|
+
import R from "./dynamic-source-select/src/dynamic-source-select.vue.js";
|
|
112
|
+
import O from "./fs-upload/src/fs-upload.vue.js";
|
|
113
|
+
import F from "./scan-code-input/src/scan-code-input.vue.js";
|
|
114
|
+
import W from "./fs-preview/src/fs-preview.vue.js";
|
|
115
|
+
import E from "./fs-upload-list/src/fs-upload-list.vue.js";
|
|
116
|
+
import G from "./year-range-picker/src/year-range-picker.vue.js";
|
|
117
|
+
import N from "./multipart-upload/src/index.vue.js";
|
|
118
|
+
import z from "./rich-editor/index.vue.js";
|
|
119
|
+
import J from "./secret-info/index.vue.js";
|
|
120
|
+
import $ from "./IntervalSelection/src/sectionDate.vue.js";
|
|
121
|
+
import _ from "./department-tree-mobile/src/department-tree-app.vue.js";
|
|
122
|
+
import "./department-tree-mobile/src/department-tree-app.vue2.js";
|
|
123
|
+
import q from "./department-user-tree-mobile/src/department-user-tree-app.vue.js";
|
|
124
|
+
import "./department-user-tree-mobile/src/department-user-tree-app.vue2.js";
|
|
125
|
+
import K from "./super-icon/src/index.vue.js";
|
|
126
|
+
import H from "./fs-upload-new/src/fs-upload-new.vue.js";
|
|
127
|
+
import Z from "./scan-code-input-browser/src/scan-code-input.vue.js";
|
|
128
|
+
import Q from "./workgroup-tree-mobile/src/workgroup-tree-app.vue.js";
|
|
129
|
+
import "./workgroup-tree-mobile/src/workgroup-tree-app.vue2.js";
|
|
130
|
+
import X from "./row-form/index.vue.js";
|
|
131
|
+
import Y from "./chat-embed/src/index.vue.js";
|
|
132
|
+
import ee from "./chat-embed/src/voice/voice.vue.js";
|
|
133
|
+
import re from "./date-picker-range/index.vue.js";
|
|
134
|
+
const te = [i, j, v, x, h, w, b, C, S, k, y, U, P, T, L, M, D, V, I, A, B, R, O, F, W, E, G, N, z, J, $, _, q, K, H, Z, Q, X, Y, ee, re, n, m, p, u, c, l, d, f], oe = function(i2) {
|
|
135
|
+
if (i2.directive("prevent-reclick", t), i2.use(o), g.install(i2), !oe.installed) {
|
|
136
|
+
i2.directive("resize", e), te.forEach((e2) => {
|
|
137
|
+
i2.component(e2.name, e2);
|
|
138
|
+
}), window.$plateform_openPage = a;
|
|
139
|
+
for (const [e2, r2] of Object.entries(s))
|
|
140
|
+
i2.component(e2, r2);
|
|
141
|
+
i2.provide("$agilebuilderUIStore", r), i2.config.globalProperties && (i2.config.globalProperties.$agilebuilderUIStore = r);
|
|
142
|
+
}
|
|
143
|
+
}, se = { install: oe, store: r };
|
|
144
|
+
export {
|
|
145
|
+
j as Breadcrumb,
|
|
146
|
+
n as Card,
|
|
147
|
+
Y as ChatEmbed,
|
|
148
|
+
re as DatePickerRange,
|
|
149
|
+
v as DepartmentTree,
|
|
150
|
+
_ as DepartmentTreeMobile,
|
|
151
|
+
b as DepartmentUserTree,
|
|
152
|
+
q as DepartmentUserTreeMobile,
|
|
153
|
+
R as DynamicSourceSelect,
|
|
154
|
+
c as EmptyLayout,
|
|
155
|
+
W as FsPreview,
|
|
156
|
+
O as FsUpload,
|
|
157
|
+
E as FsUploadList,
|
|
158
|
+
H as FsUploadNew,
|
|
159
|
+
GLOBAL_PROP,
|
|
160
|
+
x as Hamburger,
|
|
161
|
+
k as InlineDepartmentTree,
|
|
162
|
+
y as InlineDepartmentUserTree,
|
|
163
|
+
U as InlineWorkgroupTree,
|
|
164
|
+
P as InlineWorkgroupUserTree,
|
|
165
|
+
$ as IntervalSelection,
|
|
166
|
+
l as Layout,
|
|
167
|
+
f as Menubar,
|
|
168
|
+
N as MultipartUpload,
|
|
169
|
+
d as NewLayout,
|
|
170
|
+
A as OrganizationInput,
|
|
171
|
+
V as RemoveDepartment,
|
|
172
|
+
D as RemoveUser,
|
|
173
|
+
I as RemoveWorkgroup,
|
|
174
|
+
z as RichEditor,
|
|
175
|
+
X as RowForm,
|
|
176
|
+
F as ScanCodeInput,
|
|
177
|
+
Z as ScanCodeInputBrowser,
|
|
178
|
+
m as Scrollbar,
|
|
179
|
+
J as SecretInfo,
|
|
180
|
+
p as Sidebar,
|
|
181
|
+
w as SuperGrid,
|
|
182
|
+
K as SuperIcon,
|
|
183
|
+
B as SuperNineGrid,
|
|
184
|
+
h as SvgIcon,
|
|
185
|
+
u as TabContent,
|
|
186
|
+
M as ValidCode,
|
|
187
|
+
ee as VoiceButton,
|
|
188
|
+
T as WorkflowButton,
|
|
189
|
+
L as WorkflowHistoryList,
|
|
190
|
+
C as WorkgroupTree,
|
|
191
|
+
Q as WorkgroupTreeMobile,
|
|
192
|
+
S as WorkgroupUserTree,
|
|
193
|
+
G as YearRangePicker,
|
|
194
|
+
i as YxAffix,
|
|
195
|
+
default4 as abUIEn,
|
|
196
|
+
default3 as abUIcn,
|
|
197
|
+
addListRefToStore,
|
|
198
|
+
analysisCondition,
|
|
199
|
+
analysisValue,
|
|
200
|
+
apiUrlMappings,
|
|
201
|
+
default7 as authAPI,
|
|
202
|
+
b64ToUtf8,
|
|
203
|
+
cacheAllEnableGlobalPropUtil,
|
|
204
|
+
cacheAllGlobalPropCache,
|
|
205
|
+
cacheAllLanguagesUtil,
|
|
206
|
+
cacheCanShowOrgTree,
|
|
207
|
+
cacheCurrentLanguageUtil,
|
|
208
|
+
cacheGlobalProp,
|
|
209
|
+
cacheLangs,
|
|
210
|
+
cachePermissionsWhenLoginWithToken,
|
|
211
|
+
cacheProjectSetting,
|
|
212
|
+
cacheSystemUrl,
|
|
213
|
+
cacheVoiceLeafMenu,
|
|
214
|
+
cacheVoiceSetting,
|
|
215
|
+
cacheWatermark,
|
|
216
|
+
clearPermission,
|
|
217
|
+
clearVoiceCache,
|
|
218
|
+
se as default,
|
|
219
|
+
default8 as eventBus,
|
|
220
|
+
executeExpression,
|
|
221
|
+
findDynamicDataSourceByCode,
|
|
222
|
+
findOptionsByDynamicDataSource,
|
|
223
|
+
findRedisButtonGeneralIcon,
|
|
224
|
+
findSystemInfoByCode,
|
|
225
|
+
formatCustomParams,
|
|
226
|
+
formatDate,
|
|
227
|
+
formatFileName,
|
|
228
|
+
formatTime,
|
|
229
|
+
formatTimefn,
|
|
230
|
+
getAllLanguages,
|
|
231
|
+
getAllThemes,
|
|
232
|
+
getAuthSource,
|
|
233
|
+
getCanShowOrgTree,
|
|
234
|
+
getCookieCache,
|
|
235
|
+
getCurrentSystemCode,
|
|
236
|
+
getCurrentUser,
|
|
237
|
+
getCustomMenus,
|
|
238
|
+
getDateRangeSelectorDefaultValue,
|
|
239
|
+
getDefaultMenuCode,
|
|
240
|
+
getEntityFieldValue,
|
|
241
|
+
getEntityFieldValueWithOutCase,
|
|
242
|
+
getFileIconByName,
|
|
243
|
+
getFirstDayOfSeason,
|
|
244
|
+
getGlobalProp,
|
|
245
|
+
getGuId,
|
|
246
|
+
getI18n,
|
|
247
|
+
getI18nName,
|
|
248
|
+
getKkFilePreviewUrl,
|
|
249
|
+
getLangByShort,
|
|
250
|
+
getLangs,
|
|
251
|
+
getLanguage,
|
|
252
|
+
getLanguageWithLocale,
|
|
253
|
+
getLastNDate,
|
|
254
|
+
getLocaleByLang,
|
|
255
|
+
getLoginName,
|
|
256
|
+
getLoginTimeoutUrlInfo,
|
|
257
|
+
getLoginUrl,
|
|
258
|
+
getMenus,
|
|
259
|
+
getOrignUrl,
|
|
260
|
+
getParentObjectUtil,
|
|
261
|
+
getPermissions,
|
|
262
|
+
getPropNameWhenJoinTable,
|
|
263
|
+
getPropValue,
|
|
264
|
+
getPropValueNew,
|
|
265
|
+
getRedisButtonGeneralIcon,
|
|
266
|
+
getRelativeBaseUrl,
|
|
267
|
+
getReplaceUrlDomain,
|
|
268
|
+
getRouter,
|
|
269
|
+
getRunCurrentRole,
|
|
270
|
+
getRunInfoKey,
|
|
271
|
+
getS4,
|
|
272
|
+
getServerConfigUtil,
|
|
273
|
+
getSessionCache,
|
|
274
|
+
getStore,
|
|
275
|
+
getSystemBackendUrl,
|
|
276
|
+
getSystemCode,
|
|
277
|
+
getSystemFrontendUrl,
|
|
278
|
+
getSystemFrontendUrlWith,
|
|
279
|
+
getTenantUsername,
|
|
280
|
+
getTheme,
|
|
281
|
+
getTimeZone,
|
|
282
|
+
getToken,
|
|
283
|
+
getTotalPermissions,
|
|
284
|
+
getURLSearchParamObj,
|
|
285
|
+
getUsername,
|
|
286
|
+
getUuidv4,
|
|
287
|
+
getValueByField,
|
|
288
|
+
getVoiceLeafMenuCache,
|
|
289
|
+
getVoiceSetting,
|
|
290
|
+
getWatermark,
|
|
291
|
+
getWeekOfSeason,
|
|
292
|
+
default12 as http,
|
|
293
|
+
i18nOperation,
|
|
294
|
+
default9 as i18nUtil,
|
|
295
|
+
initialization,
|
|
296
|
+
insertFontIconCss,
|
|
297
|
+
insertThirdLoginJs,
|
|
298
|
+
oe as install,
|
|
299
|
+
isDevpAccess,
|
|
300
|
+
isDevpSystem,
|
|
301
|
+
isDingTalkEnv,
|
|
302
|
+
isExternal,
|
|
303
|
+
isFaIcon,
|
|
304
|
+
isImage,
|
|
305
|
+
isLogoutTimeout,
|
|
306
|
+
isMobileBrowser,
|
|
307
|
+
isPlateSys,
|
|
308
|
+
isPromise,
|
|
309
|
+
isShowMenuRoute,
|
|
310
|
+
isShowSystemMenu,
|
|
311
|
+
isValidDate,
|
|
312
|
+
jumpToPage,
|
|
313
|
+
loadCSS,
|
|
314
|
+
default10 as localStorage,
|
|
315
|
+
a as openPage,
|
|
316
|
+
parseLooseJSON,
|
|
317
|
+
parseSubTablePermissionCondition,
|
|
318
|
+
parseTime,
|
|
319
|
+
parseVoiceMsg,
|
|
320
|
+
default11 as permissionUtil,
|
|
321
|
+
protectedRouterMap,
|
|
322
|
+
pushCustomControlValidatorRef,
|
|
323
|
+
removeAllGlobalPropCache,
|
|
324
|
+
removeAllSystemPermissions,
|
|
325
|
+
removeAllThemes,
|
|
326
|
+
removeCanShowOrgTree,
|
|
327
|
+
removeCookieCache,
|
|
328
|
+
removeCurrentUser,
|
|
329
|
+
removeCustomControlValidatorRef,
|
|
330
|
+
removeCustomMenus,
|
|
331
|
+
removeDefaultMenuCode,
|
|
332
|
+
removeDevpPermissions,
|
|
333
|
+
removeGlobalProp,
|
|
334
|
+
removeMenus,
|
|
335
|
+
removeProjectCode,
|
|
336
|
+
removeProjectSettings,
|
|
337
|
+
removeSessionCache,
|
|
338
|
+
removeSystemCacheUrl,
|
|
339
|
+
removeTenantUsername,
|
|
340
|
+
removeTheme,
|
|
341
|
+
removeToken,
|
|
342
|
+
removeUsername,
|
|
343
|
+
removeVoiceCache,
|
|
344
|
+
removeVoiceLeafMenu,
|
|
345
|
+
removeVoiceSetting,
|
|
346
|
+
removeWatermark,
|
|
347
|
+
replacePlaceholders,
|
|
348
|
+
replacePrefix,
|
|
349
|
+
request,
|
|
350
|
+
default5 as resizeMixin,
|
|
351
|
+
restfulInterfaceTo,
|
|
352
|
+
default6 as router,
|
|
353
|
+
setActiveMenuToChatAiStore,
|
|
354
|
+
setAllLanguages,
|
|
355
|
+
setAllThemes,
|
|
356
|
+
setCookieCache,
|
|
357
|
+
setCurrentUser,
|
|
358
|
+
setCustomMenus,
|
|
359
|
+
setCustomSystemBackendUrl,
|
|
360
|
+
setDefaultMenuCode,
|
|
361
|
+
setEntityFieldValue,
|
|
362
|
+
setLanguage,
|
|
363
|
+
setMenus,
|
|
364
|
+
setPageDataToChatAiStore,
|
|
365
|
+
setPageInfoToChatStore,
|
|
366
|
+
setPermissions,
|
|
367
|
+
setSessionCache,
|
|
368
|
+
setTenantUsername,
|
|
369
|
+
setTheme,
|
|
370
|
+
setToken,
|
|
371
|
+
setUsername,
|
|
372
|
+
default2 as ssoService,
|
|
373
|
+
r as store,
|
|
374
|
+
updateWithPageValue,
|
|
375
|
+
utf8ToB64,
|
|
376
|
+
validUsername,
|
|
377
|
+
validateAlphabets,
|
|
378
|
+
validateLowerCase,
|
|
379
|
+
validateURL,
|
|
380
|
+
validateUpperCase,
|
|
381
|
+
watchPageContextDynamicVariable,
|
|
382
|
+
windowOpenUrl
|
|
383
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { defineComponent as e, ref as t, watch as o, resolveComponent as l, openBlock as a, createBlock as d, withCtx as n, createVNode as u } from "vue";
|
|
2
|
+
import p from "./json-view.vue2.js";
|
|
3
|
+
const i = e({ name: "JsonViewDialog", inheritAttrs: false, __name: "json-view-dialog", props: { jsonObject: { type: Object, default: () => {
|
|
4
|
+
} }, appendToBody: { type: Boolean, default: false }, modelValue: { type: Boolean, default: false }, title: { type: String, default: "JSON 预览" } }, emits: ["update:modelValue"], setup(e2, { emit: i2 }) {
|
|
5
|
+
const s = e2, m = t(false);
|
|
6
|
+
o(() => s.modelValue, (e3) => {
|
|
7
|
+
e3 && (m.value = true);
|
|
8
|
+
});
|
|
9
|
+
const r = () => {
|
|
10
|
+
m.value = false, i2("update:modelValue", false);
|
|
11
|
+
};
|
|
12
|
+
return (t2, o2) => {
|
|
13
|
+
const i3 = l("el-dialog");
|
|
14
|
+
return a(), d(i3, { "append-to-body": "", modelValue: m.value, "onUpdate:modelValue": o2[0] || (o2[0] = (e3) => m.value = e3), title: e2.title, width: "600", onClose: r }, { default: n(() => [u(p, { jsonObject: e2.jsonObject }, null, 8, ["jsonObject"])]), _: 1 }, 8, ["modelValue", "append-to-body", "title"]);
|
|
15
|
+
};
|
|
16
|
+
} });
|
|
17
|
+
export {
|
|
18
|
+
i as default
|
|
19
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { defineComponent as e, ref as t, watch as n, onMounted as o, nextTick as r, openBlock as i, createElementBlock as s } from "vue";
|
|
2
|
+
import { EditorView as c, basicSetup as a } from "codemirror";
|
|
3
|
+
import { jsonLanguage as l } from "@codemirror/lang-json";
|
|
4
|
+
import { EditorState as m, Facet as u } from "@codemirror/state";
|
|
5
|
+
const f = e({ name: "JsonView", inheritAttrs: false, __name: "json-view", props: { jsonObject: { type: Object, default: () => {
|
|
6
|
+
} }, height: { type: Number, default: 0 }, theme: { type: String, default: null } }, setup(e2) {
|
|
7
|
+
const f2 = e2, d = t(null), h = t(), g = t("400px");
|
|
8
|
+
function p() {
|
|
9
|
+
d.value && d.value.destroy();
|
|
10
|
+
const e3 = f2.jsonObject ? JSON.stringify(f2.jsonObject, null, 2) : "";
|
|
11
|
+
if (f2.height)
|
|
12
|
+
g.value = f2.height + "px";
|
|
13
|
+
else if (h.value) {
|
|
14
|
+
const e4 = h.value.getBoundingClientRect();
|
|
15
|
+
(e4.y || 0 === e4.y) && (window.innerHeight, e4.y, g.value = window.innerHeight - e4.y - 100 + "px");
|
|
16
|
+
}
|
|
17
|
+
const t2 = function(e4) {
|
|
18
|
+
const t3 = c.theme({}), n3 = c.theme({ ".cm-content, .cm-gutter": { minHeight: g.value }, "&": { height: g.value, maxHeight: g.value, fontSize: "12px" } });
|
|
19
|
+
return m.create({ doc: e4, extensions: [m.tabSize.of(16), a, l, t3, n3, v.of(true), j] });
|
|
20
|
+
}(e3);
|
|
21
|
+
let n2 = document.getElementById("cf-codemirror-view-json");
|
|
22
|
+
n2 && (d.value = new c({ state: t2, parent: n2 }));
|
|
23
|
+
}
|
|
24
|
+
n(() => f2.jsonObject, (e3) => {
|
|
25
|
+
d.value && p();
|
|
26
|
+
}, { deep: true }), o(() => {
|
|
27
|
+
r(() => {
|
|
28
|
+
p();
|
|
29
|
+
});
|
|
30
|
+
});
|
|
31
|
+
const v = u.define({ combine: (e3) => e3.some((e4) => e4) }), j = m.transactionFilter.of((e3) => e3.isUserEvent && e3.docChanged && e3.state.facet(v) ? { changes: { from: e3.changes.from, to: e3.changes.to, insert: e3.startState.doc.sliceString(e3.changes.from, e3.changes.to) } } : e3);
|
|
32
|
+
return (e3, t2) => (i(), s("div", { style: { width: "100%" }, ref_key: "cfCodemirrorJsonViewRef", ref: h, id: "cf-codemirror-view-json" }, null, 512));
|
|
33
|
+
} });
|
|
34
|
+
export {
|
|
35
|
+
f as default
|
|
36
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import t from "./multipart-upload-list.vue.js";
|
|
2
|
+
import e from "./multipart-upload-form.vue.js";
|
|
3
|
+
import { resolveComponent as l, openBlock as a, createElementBlock as i, createBlock as o } from "vue";
|
|
4
|
+
import u from "../../_virtual/_plugin-vue_export-helper.js";
|
|
5
|
+
const p = u({ name: "MultipartUpload", components: { MultipartUploadList: t, MultipartUploadForm: e }, props: { type: { type: String, default: "form" }, value: { type: String, default: null }, entity: { type: Object, default: null }, fileSetObj: { type: Object, default: () => ({ limitFileSize: 30, multiple: false, accept: null }) }, disabled: { type: Boolean, default: false }, uploadAble: { type: Boolean, default: true }, deletaAble: { type: Boolean, default: true } }, data: () => ({}), created() {
|
|
6
|
+
this.fileSetObj, this.entity;
|
|
7
|
+
}, mounted() {
|
|
8
|
+
}, methods: {}, emits: ["update:value"] }, [["render", function(t2, e2, u2, p2, d, r) {
|
|
9
|
+
const n = l("MultipartUploadForm"), m = l("MultipartUploadList");
|
|
10
|
+
return a(), i("div", null, ["form" === u2.type ? (a(), o(n, { key: 0 })) : (a(), o(m, { key: 1, disabled: u2.disabled, entity: u2.entity, value: u2.value, "file-set-obj": u2.fileSetObj }, null, 8, ["disabled", "entity", "value", "file-set-obj"]))]);
|
|
11
|
+
}]]);
|
|
12
|
+
export {
|
|
13
|
+
p as default
|
|
14
|
+
};
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
import { Upload as e, ZoomIn as l, View as i, Delete as t } from "@element-plus/icons-vue";
|
|
2
|
+
import { $emit as o } from "../../utils/gogocodeTransfer.js";
|
|
3
|
+
import { getToken as s } from "../../src/utils/auth.js";
|
|
4
|
+
import { isImage as a } from "../../src/utils/util.js";
|
|
5
|
+
import { isPlateSys as n, getSystemFrontendUrlWith as r, getKkFilePreviewUrl as p } from "../../src/utils/common-util.js";
|
|
6
|
+
import { resolveComponent as d, openBlock as u, createElementBlock as c, Fragment as h, createVNode as f, withCtx as m, createElementVNode as w, createBlock as v, createCommentVNode as g, createTextVNode as I, toDisplayString as b } from "vue";
|
|
7
|
+
import P from "../../fs-preview/src/fs-preview.vue.js";
|
|
8
|
+
import U from "../../_virtual/_plugin-vue_export-helper.js";
|
|
9
|
+
const F = { data() {
|
|
10
|
+
const i2 = { Authorization: s() };
|
|
11
|
+
let t2 = window.$vueApp.config.globalProperties.baseURL + "/common/fs-upload";
|
|
12
|
+
return n(window.$vueApp.config.globalProperties.systemCode) && (t2 = window.$vueApp.config.globalProperties.baseAPI + "/component/super-form/uploads"), { deleteUuids: [], headers: i2, defaultAction: t2, annexUploadFlag: false, showPreviewSingleImage: false, showPreviewMulti: false, lastFileName: null, previewImageInfo: {}, showFileList: this.fileList, ElIconUpload2: e, ElIconZoomIn: l };
|
|
13
|
+
}, components: { FsPreview: P, ElIconView: i, ElIconDelete: t }, name: "MultipartUploadForm", props: { value: { type: String, default: null }, fileInfo: { type: Object, default: () => ({ name: null, serverPath: null }) }, fileSetObj: { type: Object, default: () => ({ limitFileSize: 30, multiple: false, accept: null }) }, customViewUrl: { type: Boolean, default: false }, disabled: { type: Boolean, default: false }, uploadAble: { type: Boolean, default: true }, deletaAble: { type: Boolean, default: true }, fileList: { type: Array, default: () => [] } }, created() {
|
|
14
|
+
}, mounted() {
|
|
15
|
+
this.getFileList();
|
|
16
|
+
}, methods: { openAnnexUpload() {
|
|
17
|
+
this.annexUploadFlag = true;
|
|
18
|
+
}, handleBeforeUpload(e2) {
|
|
19
|
+
let l2 = this.fileSetObj.limitFileSize;
|
|
20
|
+
if (void 0 === l2 && (l2 = 30), e2.size > 1024 * l2 * 1024)
|
|
21
|
+
return this.$message({ type: "warning", message: this.$t("imatrixUIMessage.exceedFileSize", { fileSize: l2 }), showClose: true }), false;
|
|
22
|
+
}, uploadOnSuccess(e2, l2) {
|
|
23
|
+
if (e2)
|
|
24
|
+
if (o(this, "upload-success", { showName: e2.name, serverPath: e2.serverPath }), this.fileSetObj.multiple)
|
|
25
|
+
if (this.fileInfo.showName) {
|
|
26
|
+
const l3 = this.fileInfo.showName.split(","), i2 = this.fileInfo.serverPath.split(",");
|
|
27
|
+
l3.push(e2.name), i2.push(e2.serverPath), this.fileInfo.showName = l3.join(","), this.fileInfo.serverPath = i2.join(",");
|
|
28
|
+
} else
|
|
29
|
+
this.fileInfo.showName = e2.name, this.fileInfo.serverPath = e2.serverPath;
|
|
30
|
+
else
|
|
31
|
+
this.fileInfo.showName = e2.name, this.fileInfo.serverPath = e2.serverPath;
|
|
32
|
+
this.annexUploadFlag = false;
|
|
33
|
+
}, preview() {
|
|
34
|
+
this.getFileList(), this.showPreviewMulti = true;
|
|
35
|
+
}, previewSingle(e2) {
|
|
36
|
+
a(e2.showName) ? (this.previewImageInfo = e2, this.showPreviewSingleImage = true) : this.previewDoc(e2);
|
|
37
|
+
}, getFileList() {
|
|
38
|
+
if (this.customViewUrl)
|
|
39
|
+
this.showFileList = this.fileList;
|
|
40
|
+
else {
|
|
41
|
+
const e2 = this.fileInfo.showName.split(","), l2 = this.fileInfo.serverPath.split(",");
|
|
42
|
+
if (0 === e2.length || 0 === l2.length || e2.length !== l2.length)
|
|
43
|
+
return;
|
|
44
|
+
const i2 = [], t2 = window.$vueApp.config.globalProperties.baseURL + "/common/super-form/downloads?jwt=" + s();
|
|
45
|
+
for (let o2 = 0; o2 < e2.length; o2++) {
|
|
46
|
+
const s2 = e2[o2];
|
|
47
|
+
if (s2 && l2[o2]) {
|
|
48
|
+
const e3 = { showName: s2, serverPath: l2[o2], src: t2 + "&showName=" + s2 + "&serverPath=" + l2[o2] };
|
|
49
|
+
a(s2) ? e3.isImg = true : e3.isImg = false, i2.push(e3);
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
this.showFileList = i2;
|
|
53
|
+
}
|
|
54
|
+
}, previewDoc(e2) {
|
|
55
|
+
const l2 = s();
|
|
56
|
+
if (window.$vueApp.config.globalProperties.customPreviewUrl)
|
|
57
|
+
window.open(r(window.$vueApp.config.globalProperties.portalUrl) + "/#/file-service/preview?serverPath=" + e2.serverPath + "&showName=" + encodeURI(e2.showName), e2.showName);
|
|
58
|
+
else {
|
|
59
|
+
let i2;
|
|
60
|
+
const t2 = e2.showName, o2 = e2.serverPath;
|
|
61
|
+
let s2 = window.$vueApp.config.globalProperties.baseURL;
|
|
62
|
+
if (n(window.$vueApp.config.globalProperties.systemCode) && (s2 = window.$vueApp.config.globalProperties.baseAPI), window.$vueApp.config.globalProperties.kkFileViewUrl) {
|
|
63
|
+
const e3 = s2 + "/common/super-form/downloads?jwt=" + l2 + "&showName=" + encodeURI(t2) + "&serverPath=" + o2;
|
|
64
|
+
p(e3 + "&fullfilename=" + t2).then((e4) => {
|
|
65
|
+
window.open(e4, t2);
|
|
66
|
+
});
|
|
67
|
+
} else
|
|
68
|
+
i2 = s2 + "/common/fs-upload/preview?jwt=" + l2, i2 = i2 + "&showName=" + encodeURI(t2) + "&serverPath=" + o2, window.open(i2, t2);
|
|
69
|
+
}
|
|
70
|
+
}, deleteRow(e2) {
|
|
71
|
+
const l2 = this.showFileList[e2], i2 = [], t2 = [];
|
|
72
|
+
for (let l3 = 0; l3 < this.showFileList.length; l3++)
|
|
73
|
+
l3 !== e2 && (i2.push(this.showFileList[l3].showName), t2.push(this.showFileList[l3].serverPath));
|
|
74
|
+
this.fileInfo.showName = i2.join(","), this.fileInfo.serverPath = t2.join(","), this.getFileList(), o(this, "delete-success", { deleteFile: l2, all: this.showFileList }), o(this, "delete", this.showFileList, e2);
|
|
75
|
+
} }, emits: ["close", "upload-success", "delete-success", "delete", "update:value", , "close", , "update:value"] }, y = { class: "group-link-btn-main" };
|
|
76
|
+
const $ = U(F, [["render", function(e2, l2, i2, t2, o2, s2) {
|
|
77
|
+
const a2 = d("ElIconUpload2"), n2 = d("el-icon"), r2 = d("el-link"), p2 = d("ElIconZoomIn"), P2 = d("el-input"), U2 = d("el-button"), F2 = d("el-upload"), $2 = d("el-dialog"), x = d("el-image"), L = d("el-table-column"), j = d("el-icon-view"), k = d("el-tooltip"), A = d("el-icon-delete"), N = d("el-table"), _ = d("fs-preview");
|
|
78
|
+
return u(), c("div", null, [i2.disabled ? (u(), v(_, { key: 1, "file-list": o2.showFileList, label: i2.value }, null, 8, ["file-list", "label"])) : (u(), c(h, { key: 0 }, [f(P2, { ref: "item", disabled: i2.disabled, "model-value": i2.value, placeholder: e2.$t("imatrixUIMessage.fileUpload"), readonly: true }, { append: m(() => [w("div", y, [i2.disabled ? g("", true) : (u(), v(r2, { key: 0, type: "info", underline: false, onClick: s2.openAnnexUpload }, { icon: m(() => [f(n2, { size: 14 }, { default: m(() => [f(a2)]), _: 1 })]), _: 1 }, 8, ["onClick"])), f(r2, { size: "default", type: "info", underline: false, onClick: s2.preview }, { icon: m(() => [f(n2, { size: 14 }, { default: m(() => [f(p2)]), _: 1 })]), _: 1 }, 8, ["onClick"])])]), _: 1 }, 8, ["disabled", "model-value", "placeholder"]), f($2, { modelValue: o2.annexUploadFlag, "onUpdate:modelValue": l2[0] || (l2[0] = (e3) => o2.annexUploadFlag = e3), "append-to-body": true, "show-close": true, title: e2.$t("imatrixUIMessage.tips"), width: "30%" }, { default: m(() => [o2.annexUploadFlag ? (u(), v(F2, { key: 0, accept: i2.fileSetObj.accept ? i2.fileSetObj.accept : null, action: o2.defaultAction, "before-upload": s2.handleBeforeUpload, headers: o2.headers, "on-success": s2.uploadOnSuccess, "with-credentials": true, name: "file" }, { default: m(() => [f(U2, null, { default: m(() => [I(b(e2.$t("imatrixUIMessage.upload")), 1)]), _: 1 })]), _: 1 }, 8, ["accept", "action", "before-upload", "headers", "on-success"])) : g("", true)]), _: 1 }, 8, ["modelValue", "title"]), f($2, { modelValue: o2.showPreviewSingleImage, "onUpdate:modelValue": l2[1] || (l2[1] = (e3) => o2.showPreviewSingleImage = e3), "append-to-body": true, "show-close": true, title: e2.$t("imatrixUIPublicModel.previewImage"), onClose: l2[2] || (l2[2] = (l3) => e2.$emit("close")) }, { title: m(() => [w("span", null, b(e2.$t("imatrixUIPublicModel.previewImage")) + " ", 1)]), default: m(() => [o2.previewImageInfo && o2.previewImageInfo.isImg ? (u(), v(x, { key: 0, "preview-src-list": [o2.previewImageInfo.src], src: o2.previewImageInfo.src }, null, 8, ["preview-src-list", "src"])) : g("", true)]), _: 1 }, 8, ["modelValue", "title"]), f($2, { modelValue: o2.showPreviewMulti, "onUpdate:modelValue": l2[3] || (l2[3] = (e3) => o2.showPreviewMulti = e3), "append-to-body": true, "show-close": true, title: e2.$t("imatrixUIPublicModel.preview"), width: "30%", onClose: l2[4] || (l2[4] = (l3) => e2.$emit("close")) }, { title: m(() => [w("span", null, b(e2.$t("imatrixUIPublicModel.preview")) + " ", 1)]), default: m(() => [f(N, { data: o2.showFileList, "show-header": false }, { default: m(() => [f(L, { prop: "showName", width: "300" }), f(L, { align: "right" }, { default: m((l3) => [f(k, { content: e2.$t("imatrixUIPublicModel.preview"), class: "item", effect: "dark", placement: "top" }, { default: m(() => [f(n2, { style: { cursor: "pointer" }, onClick: (e3) => s2.previewSingle(l3.row) }, { default: m(() => [f(j)]), _: 2 }, 1032, ["onClick"])]), _: 2 }, 1032, ["content"])]), _: 1 }), i2.disabled ? g("", true) : (u(), v(L, { key: 0 }, { default: m((l3) => [f(k, { content: e2.$t("imatrixUIPublicModel.delete"), class: "item", effect: "dark", placement: "top" }, { default: m(() => [f(n2, { style: { cursor: "pointer" }, onClick: (e3) => s2.deleteRow(l3.$index) }, { default: m(() => [f(A)]), _: 2 }, 1032, ["onClick"])]), _: 2 }, 1032, ["content"])]), _: 1 }))]), _: 1 }, 8, ["data"])]), _: 1 }, 8, ["modelValue", "title"])], 64))]);
|
|
79
|
+
}]]);
|
|
80
|
+
export {
|
|
81
|
+
$ as default
|
|
82
|
+
};
|