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,149 +1,141 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import C from "../store.js";
|
|
7
|
-
import { getRelativeBaseUrl as S } from "../../../src/utils/common-util.js";
|
|
8
|
-
const O = { style: { "padding-left": "5px" } }, V = e({ __name: "select-input", props: { column: { type: Object, default: null }, type: { type: String, default: "input" }, controlConfig: { type: Object, default: false }, listCode: { type: String, default: "" }, listToolbarFormData: { type: Object, default: null }, dynamicDataSourceCode: { type: String, default: "" }, additionalParamMap: { type: [String, Object], default: null }, isSql: { type: Boolean, default: false }, parentFormData: { type: Object, default: () => ({}) }, tableName: { type: String, default: "" }, options: { type: Array, default: () => [] }, valueSetOptions: { type: Object, default: false }, disabled: { type: Boolean, default: false }, modelValue: { type: [String, Number, Boolean], default: "" }, prop: { type: String, default: "" }, entity: { type: Object, default: () => ({}) } }, emits: ["update:modelValue", "cellEvent", "extendParams", "setCellValue", "callCustomEventWithParam", "setCellValueWithProp"], setup(e2, { emit: V2 }) {
|
|
9
|
-
const E = e2, { t: P } = f(), j = l(E.modelValue), F = l(false);
|
|
10
|
-
t(() => E.modelValue, (e3, l2) => {
|
|
11
|
-
j.value = e3;
|
|
1
|
+
"use strict";
|
|
2
|
+
const e = require("vue"), l = require("vue-i18n"), t = require("../utils.js"), a = require("clipboard"), o = require("element-plus"), n = require("../store.js"), u = require("../../../src/utils/common-util.js"), i = { style: { "padding-left": "5px" } }, r = e.defineComponent({ __name: "select-input", props: { column: { type: Object, default: null }, type: { type: String, default: "input" }, controlConfig: { type: Object, default: false }, listCode: { type: String, default: "" }, listToolbarFormData: { type: Object, default: null }, dynamicDataSourceCode: { type: String, default: "" }, additionalParamMap: { type: [String, Object], default: null }, isSql: { type: Boolean, default: false }, parentFormData: { type: Object, default: () => ({}) }, tableName: { type: String, default: "" }, options: { type: Array, default: () => [] }, valueSetOptions: { type: Object, default: false }, disabled: { type: Boolean, default: false }, modelValue: { type: [String, Number, Boolean], default: "" }, prop: { type: String, default: "" }, entity: { type: Object, default: () => ({}) } }, emits: ["update:modelValue", "cellEvent", "extendParams", "setCellValue", "callCustomEventWithParam", "setCellValueWithProp"], setup(r2, { emit: s }) {
|
|
3
|
+
const p = r2, { t: c } = l.useI18n(), d = e.ref(p.modelValue), v = e.ref(false);
|
|
4
|
+
e.watch(() => p.modelValue, (e2, l2) => {
|
|
5
|
+
d.value = e2;
|
|
12
6
|
}, { immediate: true });
|
|
13
|
-
const
|
|
14
|
-
|
|
15
|
-
let
|
|
16
|
-
|
|
17
|
-
const
|
|
18
|
-
|
|
19
|
-
let
|
|
20
|
-
const
|
|
21
|
-
let
|
|
22
|
-
|
|
23
|
-
let
|
|
24
|
-
|
|
25
|
-
const
|
|
26
|
-
|
|
27
|
-
const
|
|
28
|
-
return function(
|
|
29
|
-
if (null !=
|
|
7
|
+
const m = "copyBtn_" + (/* @__PURE__ */ new Date()).getTime(), f = n.get(p.listCode);
|
|
8
|
+
f && f.basicInfo && f.basicInfo.hasJoinTable && (v.value = f.basicInfo.hasJoinTable);
|
|
9
|
+
let b = f.options.backendUrl;
|
|
10
|
+
b || (b = window.$vueApp.config.globalProperties.baseURL);
|
|
11
|
+
const g = e.ref(false);
|
|
12
|
+
g.value = t.isDynamicDataSourceSource(p.column);
|
|
13
|
+
let y = p.column.valueSetOptions ? JSON.parse(p.column.valueSetOptions) : null;
|
|
14
|
+
const C = e.ref(false);
|
|
15
|
+
let h;
|
|
16
|
+
C.value = !g.value && y && "remote" === y.filterType && y.type && "dataTable" === y.type, p.valueSetOptions, C.value, p.controlConfig;
|
|
17
|
+
let S = e.ref(p.options);
|
|
18
|
+
g.value || k(null, true);
|
|
19
|
+
const V = e.ref(false);
|
|
20
|
+
e.onMounted(() => {
|
|
21
|
+
const e2 = new a("#" + m, { text: function() {
|
|
22
|
+
return function(e3) {
|
|
23
|
+
if (null != e3 && "" !== e3 && e3.length > 0) {
|
|
30
24
|
let l2 = "";
|
|
31
|
-
return "string" == typeof
|
|
32
|
-
t2.value ===
|
|
33
|
-
}) : l2 =
|
|
34
|
-
|
|
35
|
-
t2.value ===
|
|
25
|
+
return "string" == typeof e3 ? S.value.length > 0 ? S.value.forEach((t2) => {
|
|
26
|
+
t2.value === e3 && (l2 = t2.label);
|
|
27
|
+
}) : l2 = e3 : S.value.length > 0 ? (S.value.forEach((t2) => {
|
|
28
|
+
e3.forEach((e4) => {
|
|
29
|
+
t2.value === e4 && (l2 = l2 + t2.label + ",");
|
|
36
30
|
});
|
|
37
|
-
}), l2 = l2.slice(0, l2.length - 1)) : l2 =
|
|
31
|
+
}), l2 = l2.slice(0, l2.length - 1)) : l2 = e3.join(","), l2;
|
|
38
32
|
}
|
|
39
|
-
}(
|
|
33
|
+
}(d.value);
|
|
40
34
|
} });
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
}),
|
|
44
|
-
console.error("复制失败",
|
|
35
|
+
e2.on("success", () => {
|
|
36
|
+
o.ElMessage({ type: "success", message: c("chatEmbed.copySuccess"), showClose: true });
|
|
37
|
+
}), e2.on("error", (e3) => {
|
|
38
|
+
console.error("复制失败", e3);
|
|
45
39
|
});
|
|
46
40
|
});
|
|
47
|
-
function
|
|
48
|
-
return l2 ? l2.find((l3) => l3.value ===
|
|
41
|
+
function O(e2, l2) {
|
|
42
|
+
return l2 ? l2.find((l3) => l3.value === e2) : [];
|
|
49
43
|
}
|
|
50
|
-
function
|
|
44
|
+
function E(e2, l2) {
|
|
51
45
|
var _a;
|
|
52
|
-
if ("select" ===
|
|
53
|
-
return void ((
|
|
54
|
-
if (
|
|
55
|
-
if (null ==
|
|
56
|
-
|
|
46
|
+
if ("select" === p.type && !g.value)
|
|
47
|
+
return void ((e3) => {
|
|
48
|
+
if (d.value = e3, (y == null ? void 0 : y.type) && "dataTable" === y.type && p.valueSetOptions && p.valueSetOptions.length > 0)
|
|
49
|
+
if (null == e3 || "" === e3)
|
|
50
|
+
w();
|
|
57
51
|
else {
|
|
58
|
-
const l3 =
|
|
59
|
-
l3 &&
|
|
60
|
-
if (
|
|
61
|
-
const t3 = l3[
|
|
62
|
-
|
|
52
|
+
const l3 = O(e3, S.value);
|
|
53
|
+
l3 && p.valueSetOptions.forEach((e4) => {
|
|
54
|
+
if (e4.valueField !== p.prop) {
|
|
55
|
+
const t3 = l3[e4.columnName];
|
|
56
|
+
s("setCellValueWithProp", e4.valueField, t3);
|
|
63
57
|
}
|
|
64
58
|
});
|
|
65
59
|
}
|
|
66
|
-
|
|
67
|
-
})(
|
|
68
|
-
|
|
60
|
+
s("update:modelValue", e3), s("setCellValue", p.prop, e3, "change");
|
|
61
|
+
})(e2);
|
|
62
|
+
s("extendParams", l2);
|
|
69
63
|
let t2 = false;
|
|
70
|
-
if (
|
|
64
|
+
if (e2 && e2.length > 0 && "multiselect" === p.type && !g.value) {
|
|
71
65
|
const l3 = "saveAll";
|
|
72
|
-
if (-1 !==
|
|
73
|
-
|
|
74
|
-
-1 ===
|
|
66
|
+
if (-1 !== e2.indexOf(l3)) {
|
|
67
|
+
e2.length - 1 >= S.value.length ? d.value = null : ((!d.value || d.value.indexOf(l3) >= 0) && (d.value = []), (_a = S.value) == null ? void 0 : _a.forEach((e3) => {
|
|
68
|
+
-1 === d.value.indexOf(e3.value) && d.value.push(e3.value);
|
|
75
69
|
})), t2 = true;
|
|
76
70
|
}
|
|
77
71
|
}
|
|
78
|
-
if ("multiselect" ===
|
|
79
|
-
|
|
80
|
-
if (
|
|
81
|
-
if (
|
|
82
|
-
let
|
|
83
|
-
|
|
84
|
-
const t3 =
|
|
85
|
-
t3 &&
|
|
86
|
-
if (l4.valueField !==
|
|
87
|
-
let a2 =
|
|
72
|
+
if ("multiselect" === p.type) {
|
|
73
|
+
d.value && "number" != typeof d.value && -1 !== d.value.indexOf("saveAll") && d.value.splice(d.value.indexOf("saveAll"), 1), function() {
|
|
74
|
+
if (d.value, (y == null ? void 0 : y.type) && "dataTable" === y.type && p.valueSetOptions && p.valueSetOptions.length > 0 && !g.value)
|
|
75
|
+
if (d.value && 0 !== d.value.length) {
|
|
76
|
+
let e4 = {};
|
|
77
|
+
d.value.forEach((l3) => {
|
|
78
|
+
const t3 = O(l3, S.value);
|
|
79
|
+
t3 && p.valueSetOptions.forEach((l4) => {
|
|
80
|
+
if (l4.valueField !== p.prop) {
|
|
81
|
+
let a2 = e4[l4.valueField];
|
|
88
82
|
a2 || (a2 = []);
|
|
89
83
|
const o2 = t3[l4.columnName];
|
|
90
|
-
a2.push(o2),
|
|
84
|
+
a2.push(o2), e4[l4.valueField] = a2;
|
|
91
85
|
}
|
|
92
86
|
});
|
|
93
87
|
});
|
|
94
|
-
for (let l3 in
|
|
95
|
-
const t3 =
|
|
88
|
+
for (let l3 in e4) {
|
|
89
|
+
const t3 = e4[l3];
|
|
96
90
|
if (t3) {
|
|
97
|
-
const
|
|
98
|
-
|
|
91
|
+
const e5 = t3.join(",");
|
|
92
|
+
s("setCellValueWithProp", l3, e5);
|
|
99
93
|
} else
|
|
100
|
-
|
|
94
|
+
s("setCellValueWithProp", l3, null);
|
|
101
95
|
}
|
|
102
96
|
} else
|
|
103
|
-
|
|
97
|
+
w();
|
|
104
98
|
}();
|
|
105
|
-
const
|
|
106
|
-
t2 &&
|
|
99
|
+
const e3 = d.value && d.value.length > 0 ? d.value.join(",") : null;
|
|
100
|
+
t2 && s("cellEvent", "input", e3), s("update:modelValue", e3), s("setCellValue", p.prop, e3, "change");
|
|
107
101
|
} else
|
|
108
|
-
|
|
102
|
+
s("update:modelValue", e2), s("setCellValue", p.prop, e2, "change");
|
|
109
103
|
}
|
|
110
|
-
function B({ value:
|
|
111
|
-
t2 && (t2 ===
|
|
104
|
+
function B({ value: e2, sourceColumnName: l2, targetColumnName: t2, options: a2, selectedItem: o2 }) {
|
|
105
|
+
t2 && (t2 === p.prop ? s("setCellValue", t2, e2, "input") : s("setCellValueWithProp", t2, e2));
|
|
112
106
|
}
|
|
113
|
-
function
|
|
107
|
+
function k(e2, l2) {
|
|
114
108
|
var _a;
|
|
115
|
-
if (!(
|
|
109
|
+
if (!(y == null ? void 0 : y.type) || "dataTable" !== (y == null ? void 0 : y.type))
|
|
116
110
|
return;
|
|
117
111
|
let t2 = false;
|
|
118
|
-
if (l2 || null !=
|
|
112
|
+
if (l2 || null != h && h === e2 || (h = e2, t2 = true), t2 || l2) {
|
|
119
113
|
let l3 = {};
|
|
120
|
-
Object.assign(l3,
|
|
121
|
-
const t3 = { listCode:
|
|
122
|
-
null !=
|
|
123
|
-
const a2 =
|
|
124
|
-
window.$vueApp.config.globalProperties.$http.post(a2, t3).then((
|
|
125
|
-
if (
|
|
126
|
-
const l4 =
|
|
127
|
-
|
|
114
|
+
Object.assign(l3, y), l3.uuid = p.prop, l3.props || (l3.props = {}), l3.props.tableName = (_a = y == null ? void 0 : y.props) == null ? void 0 : _a.tableName, l3.props.prop = p.prop;
|
|
115
|
+
const t3 = { listCode: p.listCode, entityMap: p.entity, additionalParamMap: p.additionalParamMap, dataSourceList: [l3] };
|
|
116
|
+
null != e2 && (t3.query = e2), p.parentFormData && (t3.parent = p.parentFormData);
|
|
117
|
+
const a2 = u.getRelativeBaseUrl(window.$vueApp.config.globalProperties.baseURL + "/common/common-data/find-grid-datas");
|
|
118
|
+
window.$vueApp.config.globalProperties.$http.post(a2, t3).then((e3) => {
|
|
119
|
+
if (e3 && e3.columnValueSet) {
|
|
120
|
+
const l4 = e3.columnValueSet;
|
|
121
|
+
S.value = l4[p.prop];
|
|
128
122
|
} else
|
|
129
|
-
|
|
130
|
-
}).catch((
|
|
123
|
+
S.value = [];
|
|
124
|
+
}).catch((e3) => {
|
|
131
125
|
});
|
|
132
126
|
}
|
|
133
127
|
}
|
|
134
|
-
function
|
|
135
|
-
|
|
136
|
-
|
|
128
|
+
function w() {
|
|
129
|
+
p.valueSetOptions && p.valueSetOptions.forEach((e2) => {
|
|
130
|
+
e2.valueField !== p.prop && s("setCellValueWithProp", e2.valueField, null);
|
|
137
131
|
});
|
|
138
132
|
}
|
|
139
|
-
return (l2,
|
|
140
|
-
const
|
|
141
|
-
return
|
|
142
|
-
return [
|
|
143
|
-
var
|
|
144
|
-
}), default:
|
|
133
|
+
return (l2, a2) => {
|
|
134
|
+
const o2 = e.resolveComponent("CopyDocument"), n2 = e.resolveComponent("el-icon"), u2 = e.resolveComponent("el-option"), p2 = e.resolveComponent("el-select"), f2 = e.resolveComponent("el-popover"), y2 = e.resolveComponent("dynamic-source-select");
|
|
135
|
+
return e.openBlock(), e.createElementBlock("span", null, [g.value ? "multiselect" !== r2.type && "select" !== r2.type || !g.value ? e.createCommentVNode("", true) : (e.openBlock(), e.createBlock(y2, { key: 1, value: d.value, "onUpdate:value": a2[7] || (a2[7] = (e2) => d.value = e2), "base-props": { multiple: "multiselect" === r2.type, disabled: r2.disabled }, column: r2.column, entity: r2.entity, "is-join-table": v.value, "list-code": r2.listCode, "list-toolbar-form-data": r2.listToolbarFormData, options: { dynamicDataSourceCode: r2.dynamicDataSourceCode, valueSetOptions: r2.valueSetOptions, isSql: r2.isSql, backendUrl: e.unref(b), additionalParameter: r2.additionalParamMap ? JSON.stringify(r2.additionalParamMap) : null }, parent: r2.parentFormData, "table-name": r2.tableName, onBlur: a2[8] || (a2[8] = (e2) => s("cellEvent", "blur", e2)), onChange: E, onClear: a2[9] || (a2[9] = (e2) => s("cellEvent", "clear", e2)), onFocus: a2[10] || (a2[10] = (e2) => s("cellEvent", "focus", "focus1111")), onInput: a2[11] || (a2[11] = (e2) => s("cellEvent", "input", e2)), onVisibleChange: a2[12] || (a2[12] = (e2) => s("cellEvent", "visible-change", e2)), onRemoveTag: a2[13] || (a2[13] = (e2) => s("cellEvent", "remove-tag", e2)), onSetValue: B }, null, 8, ["value", "base-props", "column", "entity", "is-join-table", "list-code", "list-toolbar-form-data", "options", "parent", "table-name"])) : (e.openBlock(), e.createBlock(f2, { key: 0, placement: "top", trigger: "hover" }, { reference: e.withCtx(() => {
|
|
136
|
+
return [e.createVNode(p2, { ref: "item", modelValue: d.value, "onUpdate:modelValue": a2[0] || (a2[0] = (e2) => d.value = e2), loading: V.value, "allow-create": !!r2.controlConfig.allowCreate, disabled: r2.disabled, "default-first-option": !!r2.controlConfig.allowCreate, filterable: !(void 0 !== r2.controlConfig.filterable && !r2.controlConfig.filterable) || !!C.value, placeholder: l2.$t("imatrixUIMessage.pleaseSelect"), title: (o3 = d.value, t.getClassOptionTitleCommon(o3, S.value)), clearable: !(void 0 !== r2.controlConfig.clearable && !r2.controlConfig.clearable), "collapse-tags": "", multiple: "multiselect" === r2.type, remote: C.value, "remote-method": k, onBlur: a2[1] || (a2[1] = (e2) => s("cellEvent", "blur", e2)), onChange: E, onClear: a2[2] || (a2[2] = (e2) => s("cellEvent", "clear", e2)), onFocus: a2[3] || (a2[3] = (e2) => s("cellEvent", "focus", e2)), onInput: a2[4] || (a2[4] = (e2) => s("cellEvent", "input", e2)), onVisibleChange: a2[5] || (a2[5] = (e2) => s("cellEvent", "visible-change", e2)), onRemoveTag: a2[6] || (a2[6] = (e2) => s("cellEvent", "remove-tag", e2)) }, { default: e.withCtx(() => ["multiselect" === r2.type ? (e.openBlock(), e.createBlock(u2, { key: 0, label: e.unref(c)("superGrid.selectAll"), value: "saveAll" }, null, 8, ["label"])) : e.createCommentVNode("", true), (e.openBlock(true), e.createElementBlock(e.Fragment, null, e.renderList(e.unref(S), (l3) => (e.openBlock(), e.createBlock(u2, { key: l3.value, label: l3.label, value: l3.value }, null, 8, ["label", "value"]))), 128))]), _: 1 }, 8, ["modelValue", "loading", "allow-create", "disabled", "default-first-option", "filterable", "placeholder", "title", "clearable", "multiple", "remote"])];
|
|
137
|
+
var o3;
|
|
138
|
+
}), default: e.withCtx(() => [e.createElementVNode("span", i, [e.createVNode(n2, { id: m }, { default: e.withCtx(() => [e.createVNode(o2)]), _: 1 })])]), _: 1 }))]);
|
|
145
139
|
};
|
|
146
140
|
} });
|
|
147
|
-
|
|
148
|
-
V as default
|
|
149
|
-
};
|
|
141
|
+
module.exports = r;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
};
|
|
1
|
+
"use strict";
|
|
2
|
+
const e = require("./select-input.vue.js");
|
|
3
|
+
module.exports = e;
|
|
@@ -1,14 +1,12 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import { isPromise as l } from "../../src/utils/common-util.js";
|
|
6
|
-
const s = { customFormatValue(e2, o2, a2, i2) {
|
|
1
|
+
"use strict";
|
|
2
|
+
const t = require("./formatter.js"), e = require("./store.js"), o = require("../../src/utils/jump-page-utils.js"), a = require("./utils.js"), i = require("../../src/utils/common-util.js");
|
|
3
|
+
require("vue");
|
|
4
|
+
const r = { customFormatValue(e2, o2, a2, i2) {
|
|
7
5
|
if (this.customFormat) {
|
|
8
6
|
let r2 = e2[o2];
|
|
9
7
|
this.isObjectProp(o2) && (r2 = this.objectPropOriginalValue(e2, o2));
|
|
10
|
-
const
|
|
11
|
-
return void 0 !==
|
|
8
|
+
const n = t.doFormat(this.column, r2), l = a2.call(this, r2, n, e2, this.column, i2);
|
|
9
|
+
return void 0 !== l && l;
|
|
12
10
|
}
|
|
13
11
|
return false;
|
|
14
12
|
}, isObjectProp: (t2) => !!(t2 && t2.indexOf(".") > 0), objectPropOriginalValue(t2, e2) {
|
|
@@ -36,9 +34,9 @@ const s = { customFormatValue(e2, o2, a2, i2) {
|
|
|
36
34
|
if (!o2.childAnnexDataTableCode)
|
|
37
35
|
return this.objectPropValue(t2, e2.prop);
|
|
38
36
|
{
|
|
39
|
-
const
|
|
40
|
-
if (
|
|
41
|
-
const t3 =
|
|
37
|
+
const i2 = a.analysisFileSetObj(o2, this.isSql), r2 = this.objectPropValue(t2, e2.prop);
|
|
38
|
+
if (r2 && r2.length > 0) {
|
|
39
|
+
const t3 = a.otherFilesToStandard(o2, i2, r2, null);
|
|
42
40
|
return t3[t3.length - 1].showName;
|
|
43
41
|
}
|
|
44
42
|
}
|
|
@@ -48,33 +46,33 @@ const s = { customFormatValue(e2, o2, a2, i2) {
|
|
|
48
46
|
if (!o2.childAnnexDataTableCode)
|
|
49
47
|
return this.objectPropValue(t2, e2.prop);
|
|
50
48
|
{
|
|
51
|
-
const
|
|
52
|
-
if (
|
|
53
|
-
const t3 =
|
|
49
|
+
const i2 = a.analysisFileSetObj(o2, this.isSql), r2 = this.objectPropValue(t2, e2.prop);
|
|
50
|
+
if (r2 && r2.length > 0) {
|
|
51
|
+
const t3 = a.otherFilesToStandard(o2, i2, r2, null);
|
|
54
52
|
return t3[t3.length - 1].showName;
|
|
55
53
|
}
|
|
56
54
|
}
|
|
57
55
|
}
|
|
58
|
-
}, formatter(
|
|
59
|
-
const r2 = this.objectPropOriginalValue(
|
|
56
|
+
}, formatter(o2, a2, i2) {
|
|
57
|
+
const r2 = this.objectPropOriginalValue(o2, a2);
|
|
60
58
|
if (void 0 !== this.columnFormatter && "custom" === this.columnFormatter.type) {
|
|
61
|
-
let
|
|
62
|
-
if (this.columnFormatter.options && this.columnFormatter.options.format && (
|
|
63
|
-
const
|
|
64
|
-
if (
|
|
65
|
-
const t2 = { value: r2, row:
|
|
66
|
-
return
|
|
59
|
+
let n;
|
|
60
|
+
if (this.columnFormatter.options && this.columnFormatter.options.format && (n = this.columnFormatter.options.format), n && null !== n && "" !== n) {
|
|
61
|
+
const l = e.get(this.listCode);
|
|
62
|
+
if (l.options && l.options.eventCallBack && l.options.eventCallBack[n] && "function" == typeof l.options.eventCallBack[n]) {
|
|
63
|
+
const t2 = { value: r2, row: o2, column: this.column, prop: a2, additionalParamMap: l.additionalParamMap };
|
|
64
|
+
return l.options.eventCallBack[n].call(this, t2);
|
|
67
65
|
}
|
|
68
|
-
return t(i2, r2);
|
|
66
|
+
return t.doFormat(i2, r2);
|
|
69
67
|
}
|
|
70
|
-
return t(i2, r2);
|
|
68
|
+
return t.doFormat(i2, r2);
|
|
71
69
|
}
|
|
72
|
-
return t(i2, r2);
|
|
70
|
+
return t.doFormat(i2, r2);
|
|
73
71
|
}, getColumnValue(e2, o2) {
|
|
74
72
|
const a2 = o2.prop;
|
|
75
73
|
let i2 = e2[a2];
|
|
76
74
|
this.isObjectProp(a2) && (i2 = this.objectPropOriginalValue(e2, a2));
|
|
77
|
-
return { originalValue: i2, formatValue: t(o2, i2) };
|
|
75
|
+
return { originalValue: i2, formatValue: t.doFormat(o2, i2) };
|
|
78
76
|
}, onClickFun(t2, e2, o2, a2, i2) {
|
|
79
77
|
const r2 = this.getColumnValue(t2, e2);
|
|
80
78
|
o2.call(this, r2.originalValue, r2.formatValue, t2, e2, a2, i2);
|
|
@@ -87,31 +85,31 @@ const s = { customFormatValue(e2, o2, a2, i2) {
|
|
|
87
85
|
return void 0 === r2 && (r2 = true), r2;
|
|
88
86
|
}
|
|
89
87
|
return o2;
|
|
90
|
-
}, getHyperLinkSetting(
|
|
91
|
-
const m =
|
|
92
|
-
let
|
|
93
|
-
m.options.extraParam && m.options.extraParam.entityMap && (
|
|
94
|
-
let
|
|
95
|
-
if (
|
|
96
|
-
const
|
|
97
|
-
|
|
88
|
+
}, getHyperLinkSetting(a2, i2, r2, n, l, s, p) {
|
|
89
|
+
const m = e.get(p);
|
|
90
|
+
let u = null;
|
|
91
|
+
m.options.extraParam && m.options.extraParam.entityMap && (u = m.options.extraParam.entityMap);
|
|
92
|
+
let c, f = {};
|
|
93
|
+
if (a2 && a2.formatter && a2.formatter.options && a2.formatter.options.format && (c = a2.formatter.options.format), c && "" !== c) {
|
|
94
|
+
const t2 = JSON.parse(c), e2 = o.initialization(t2, i2, r2, n, l, s, u, m);
|
|
95
|
+
e2 && e2.label && "" !== e2.label || e2 && (void 0 === e2.displayTextJudge || e2.displayTextJudge) && (e2.label = this.objectPropValueTwo(i2, a2)), e2 && e2.title && "" !== e2.title || (e2.title = e2.label), f = e2;
|
|
98
96
|
} else
|
|
99
|
-
f.visible = true, f.label = this.objectPropValueTwo(i2,
|
|
97
|
+
f.visible = true, f.label = this.objectPropValueTwo(i2, a2), f.title = f.label;
|
|
100
98
|
if (f.jumpPageItem) {
|
|
101
|
-
const
|
|
102
|
-
if (
|
|
103
|
-
const o2 =
|
|
99
|
+
const e2 = f.jumpPageItem.jumpPageSetting;
|
|
100
|
+
if (e2 && e2.displayTextFormatType && e2.displayTextFormat) {
|
|
101
|
+
const o2 = t.formatDateTime(e2.displayTextFormatType, f.label, e2.displayTextFormat);
|
|
104
102
|
f.label = o2, f.title = o2;
|
|
105
103
|
}
|
|
106
104
|
}
|
|
107
105
|
return f;
|
|
108
|
-
}, getMyHyperLinkSetting(t2,
|
|
106
|
+
}, getMyHyperLinkSetting(t2, o2, a2) {
|
|
109
107
|
this.transferColumnDataToUpperCase(t2);
|
|
110
|
-
const i2 =
|
|
108
|
+
const i2 = e.get(a2);
|
|
111
109
|
let r2;
|
|
112
110
|
i2 && i2.basicInfo && i2.basicInfo.tableName && (r2 = i2.basicInfo.tableName);
|
|
113
|
-
const
|
|
114
|
-
return
|
|
111
|
+
const n = this.getHyperLinkSetting(this.column, t2, this.isSql, this.additionalParamMap, i2.contextParameter, r2, a2);
|
|
112
|
+
return n.icon = this.getHyperIconClass(n), n;
|
|
115
113
|
}, clickHyperLink(t2, e2, o2, a2) {
|
|
116
114
|
let i2;
|
|
117
115
|
t2 && t2.formatter && t2.formatter.options && t2.formatter.options.format && (i2 = t2.formatter.options.format);
|
|
@@ -120,48 +118,46 @@ const s = { customFormatValue(e2, o2, a2, i2) {
|
|
|
120
118
|
const r3 = JSON.parse(i2);
|
|
121
119
|
this.jumpPageLink(t2, e2, o2, a2, r3);
|
|
122
120
|
}
|
|
123
|
-
}, jumpPageLink(t2,
|
|
124
|
-
if (
|
|
125
|
-
let
|
|
126
|
-
const
|
|
127
|
-
if (
|
|
128
|
-
const
|
|
129
|
-
if (
|
|
130
|
-
const
|
|
131
|
-
|
|
121
|
+
}, jumpPageLink(t2, o2, a2, r2, n) {
|
|
122
|
+
if (n) {
|
|
123
|
+
let l = true;
|
|
124
|
+
const s = e.get(a2);
|
|
125
|
+
if (n.beforeClick) {
|
|
126
|
+
const e2 = n.beforeClick;
|
|
127
|
+
if (s.options && s.options.eventCallBack && s.options.eventCallBack[e2] && "function" == typeof s.options.eventCallBack[e2]) {
|
|
128
|
+
const i2 = { row: o2, column: t2, rowIndex: r2, listCode: a2, additionalParamMap: s.additionalParamMap };
|
|
129
|
+
l = s.options.eventCallBack[e2].call(this, i2);
|
|
132
130
|
}
|
|
133
131
|
}
|
|
134
|
-
l
|
|
135
|
-
this.doClickHyperLink(
|
|
136
|
-
}) : this.doClickHyperLink(
|
|
132
|
+
i.isPromise(l) ? l.then((e2) => {
|
|
133
|
+
this.doClickHyperLink(o2, a2, r2, n, s, t2);
|
|
134
|
+
}) : this.doClickHyperLink(o2, a2, r2, n, s, t2);
|
|
137
135
|
}
|
|
138
|
-
}, doClickHyperLink(t2, e2,
|
|
136
|
+
}, doClickHyperLink(t2, e2, a2, i2, r2, n) {
|
|
139
137
|
var _a;
|
|
140
|
-
let
|
|
141
|
-
r2.options.extraParam && r2.options.extraParam.entityMap && (
|
|
138
|
+
let l = null;
|
|
139
|
+
r2.options.extraParam && r2.options.extraParam.entityMap && (l = r2.options.extraParam.entityMap), r2.options.isFormSubTable && ((_a = i2.jumpPageAdditional) == null ? void 0 : _a.length) > 0 && i2.jumpPageAdditional.forEach((t3, e3) => {
|
|
142
140
|
t3 && t3.paramValue && t3.paramValue.startsWith("${data.") && (t3.paramValue = t3.paramValue.replace("${data.", "${parent."));
|
|
143
141
|
});
|
|
144
|
-
const
|
|
145
|
-
|
|
146
|
-
if (
|
|
142
|
+
const s = JSON.parse(JSON.stringify(r2.pageContext && r2.pageContext.entity && r2.pageContext.entity.page ? r2.pageContext.entity.page : {}));
|
|
143
|
+
i2._pageData = s, o.jumpToPage(i2, r2.system, t2.id ? t2.id : t2.ID, t2, r2.additionalParamMap, null, null, l).then((o2) => {
|
|
144
|
+
if (o2) {
|
|
147
145
|
let r3 = {};
|
|
148
|
-
|
|
146
|
+
i2 && "string" == typeof i2 && "" !== i2 && (i2 = JSON.parse(i2)), Object.assign(r3, i2), Object.assign(r3, o2), r3._position = "list", r3._listCode = e2, r3._rowIndex = a2, r3.row = t2, r3._columnProp = n.prop, this.$emit("open-page", r3);
|
|
149
147
|
}
|
|
150
148
|
});
|
|
151
|
-
}, getIconSetting(t2, e2,
|
|
152
|
-
let
|
|
153
|
-
const
|
|
154
|
-
i2 && i2.basicInfo && i2.basicInfo.tableName && (
|
|
149
|
+
}, getIconSetting(t2, e2, a2, i2, r2) {
|
|
150
|
+
let n;
|
|
151
|
+
const l = i2.additionalParamMap, s = i2.contextParameter;
|
|
152
|
+
i2 && i2.basicInfo && i2.basicInfo.tableName && (n = i2.basicInfo.tableName);
|
|
155
153
|
let p = null;
|
|
156
154
|
i2.options.extraParam && i2.options.extraParam.entityMap && (p = i2.options.extraParam.entityMap);
|
|
157
|
-
let m,
|
|
155
|
+
let m, u = {};
|
|
158
156
|
if (t2 && t2.formatter && t2.formatter.options && t2.formatter.options.format && (m = t2.formatter.options.format), m && "" !== m) {
|
|
159
|
-
const r3 =
|
|
160
|
-
r3 && r3.label && "" !== r3.label || (r3.label = this.objectPropValueTwo(e2, t2)), r3 && r3.title && "" !== r3.title || (r3.title = r3.label),
|
|
157
|
+
const r3 = o.initialization(JSON.parse(m), e2, a2, l, s, n, p, i2);
|
|
158
|
+
r3 && r3.label && "" !== r3.label || (r3.label = this.objectPropValueTwo(e2, t2)), r3 && r3.title && "" !== r3.title || (r3.title = r3.label), u = r3;
|
|
161
159
|
} else
|
|
162
|
-
|
|
163
|
-
return
|
|
160
|
+
u.visible = true, u.label = this.objectPropValueTwo(e2, t2), u.title = u.label;
|
|
161
|
+
return u;
|
|
164
162
|
} };
|
|
165
|
-
|
|
166
|
-
s as default
|
|
167
|
-
};
|
|
163
|
+
module.exports = r;
|