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,10 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
import c from "sortablejs";
|
|
5
|
-
import m from "../../_virtual/_plugin-vue_export-helper.js";
|
|
6
|
-
const h = { class: "operation-area" }, y = { key: 0, style: { "padding-left": "10px", color: "red" } }, b = ["title"];
|
|
7
|
-
const w = m({ name: "ColumnsConfig", props: { listCode: { type: String, default: "" }, visibleColumns: { type: Object, default: () => {
|
|
1
|
+
"use strict";
|
|
2
|
+
const e = require("../../utils/gogocodeTransfer.js"), l = require("vue"), o = require("./store.js"), t = require("sortablejs"), r = require("../../_virtual/_plugin-vue_export-helper.js"), a = { class: "operation-area" }, s = { key: 0, style: { "padding-left": "10px", color: "red" } }, d = ["title"];
|
|
3
|
+
const i = r({ name: "ColumnsConfig", props: { listCode: { type: String, default: "" }, visibleColumns: { type: Object, default: () => {
|
|
8
4
|
} } }, data: () => ({ columns: [], searchColumns: [], hasLoaded: false }), created() {
|
|
9
5
|
for (let e2 = 0; e2 < this.visibleColumns.length; e2++) {
|
|
10
6
|
const l2 = this.visibleColumns[e2];
|
|
@@ -23,7 +19,7 @@ const w = m({ name: "ColumnsConfig", props: { listCode: { type: String, default:
|
|
|
23
19
|
}, saveConfig() {
|
|
24
20
|
const l2 = { settingColumns: this.columns, listCode: this.listCode };
|
|
25
21
|
this.$http.post(window.$vueApp.config.globalProperties.baseAPI + "/component/super-grids/setting-columns", l2).then((l3) => {
|
|
26
|
-
this.$message({ type: "success", message: this.$t("imatrixUIMessage.saveSuccessfully"), showClose: true }), e(this, "close", true);
|
|
22
|
+
this.$message({ type: "success", message: this.$t("imatrixUIMessage.saveSuccessfully"), showClose: true }), e.$emit(this, "close", true);
|
|
27
23
|
});
|
|
28
24
|
}, resetConfig() {
|
|
29
25
|
this.$confirm(this.$t("superGrid.whetherToConfirmReset"), this.$t("imatrixUIMessage.tips"), { confirmButtonText: this.$t("imatrixUIPublicModel.sure"), cancelButtonText: this.$t("imatrixUIPublicModel.cancel"), type: "warning" }).then(() => {
|
|
@@ -32,14 +28,14 @@ const w = m({ name: "ColumnsConfig", props: { listCode: { type: String, default:
|
|
|
32
28
|
this.$message({ type: "success", message: this.$t("superGrid.resetSuccessful"), showClose: true }), this.hasLoaded = false, this.listAllColumns().then((l3) => {
|
|
33
29
|
this.columns = l3, this.hasLoaded = true, this.$nextTick(() => {
|
|
34
30
|
this.dragColumnDisplayOrder();
|
|
35
|
-
}), e(this, "reset", true);
|
|
31
|
+
}), e.$emit(this, "reset", true);
|
|
36
32
|
});
|
|
37
33
|
});
|
|
38
34
|
});
|
|
39
35
|
}, listAllColumns() {
|
|
40
36
|
return new Promise((e2, l2) => {
|
|
41
|
-
const
|
|
42
|
-
this.isDragColumn =
|
|
37
|
+
const t2 = window.$vueApp.config.globalProperties.baseAPI + "/component/super-grids/all-list-columns/" + this.listCode, r2 = o.get(this.listCode), a2 = {}, s2 = r2.isSql;
|
|
38
|
+
this.isDragColumn = r2.colSetting.isDragColumn, void 0 !== s2 && (a2.isSql = s2 + ""), this.$http.post(t2, a2).then((l3) => {
|
|
43
39
|
e2(l3);
|
|
44
40
|
}).catch((e3) => {
|
|
45
41
|
l2(e3);
|
|
@@ -57,12 +53,12 @@ const w = m({ name: "ColumnsConfig", props: { listCode: { type: String, default:
|
|
|
57
53
|
const o2 = document.querySelector(".custom-config-elTable .el-table__body-wrapper tbody");
|
|
58
54
|
if (null != o2) {
|
|
59
55
|
const e3 = this;
|
|
60
|
-
|
|
56
|
+
t.create(o2, { onEnd({ newIndex: l3, oldIndex: o3 }) {
|
|
61
57
|
if (null != o3 && -1 !== o3 && null != l3 && -1 !== l3) {
|
|
62
|
-
const
|
|
63
|
-
if (
|
|
64
|
-
const
|
|
65
|
-
e3.columns.splice(o3, 1), e3.columns.splice(l3, 0,
|
|
58
|
+
const t2 = e3.columns[o3], r2 = e3.columns[l3];
|
|
59
|
+
if (t2.prop && "$index" !== t2.prop && "$selection" !== t2.prop && r2.prop && "$index" !== r2.prop && "$selection" !== r2.prop) {
|
|
60
|
+
const t3 = JSON.parse(JSON.stringify(e3.columns[o3]));
|
|
61
|
+
e3.columns.splice(o3, 1), e3.columns.splice(l3, 0, t3);
|
|
66
62
|
}
|
|
67
63
|
}
|
|
68
64
|
for (let l4 = 0; l4 < e3.columns.length; l4++) {
|
|
@@ -73,10 +69,8 @@ const w = m({ name: "ColumnsConfig", props: { listCode: { type: String, default:
|
|
|
73
69
|
} });
|
|
74
70
|
}
|
|
75
71
|
});
|
|
76
|
-
} }, emits: ["open", "opend", "close", "closed", "reset", "opend", "close", "closed"] }, [["render", function(e2,
|
|
77
|
-
const
|
|
78
|
-
return
|
|
72
|
+
} }, emits: ["open", "opend", "close", "closed", "reset", "opend", "close", "closed"] }, [["render", function(e2, o2, t2, r2, i2, n) {
|
|
73
|
+
const p = l.resolveComponent("el-button"), u = l.resolveComponent("el-table-column"), c = l.resolveComponent("el-option"), m = l.resolveComponent("el-select"), h = l.resolveComponent("el-input"), w = l.resolveComponent("el-table"), y = l.resolveComponent("el-dialog");
|
|
74
|
+
return l.openBlock(), l.createBlock(y, { "close-on-click-modal": false, "model-value": true, "show-close": true, title: e2.$t("superGrid.columnConfig"), "append-to-body": "", top: "5vh", width: "50%", onClose: o2[1] || (o2[1] = (l2) => e2.$emit("close")), onClosed: o2[2] || (o2[2] = (l2) => e2.$emit("closed")), onOpen: o2[3] || (o2[3] = (l2) => e2.$emit("open")), onOpend: o2[4] || (o2[4] = (l2) => e2.$emit("opend")) }, { default: l.withCtx(() => [l.createElementVNode("div", a, [l.createVNode(p, { size: "default", type: "primary", onClick: n.saveConfig }, { default: l.withCtx(() => [l.createTextVNode(l.toDisplayString(e2.$t("imatrixUIPublicModel.sure")), 1)]), _: 1 }, 8, ["onClick"]), l.createVNode(p, { size: "default", onClick: n.resetConfig }, { default: l.withCtx(() => [l.createTextVNode(l.toDisplayString(e2.$t("imatrixUIPublicModel.reset")), 1)]), _: 1 }, 8, ["onClick"]), l.createVNode(p, { size: "default", onClick: o2[0] || (o2[0] = (l2) => e2.$emit("close")) }, { default: l.withCtx(() => [l.createTextVNode(l.toDisplayString(e2.$t("imatrixUIPublicModel.cancel")), 1)]), _: 1 }), e2.isDragColumn ? (l.openBlock(), l.createElementBlock("span", s, "(" + l.toDisplayString(e2.$t("superGrid.dragColumnOrderMessage")) + ")", 1)) : l.createCommentVNode("", true)]), i2.hasLoaded ? (l.openBlock(), l.createBlock(w, { key: 0, data: i2.columns, class: "custom-config-elTable", "max-height": "450", "row-key": "prop" }, { default: l.withCtx(() => [l.createVNode(u, { label: e2.$t("superGrid.label"), property: "label", width: "220" }, { default: l.withCtx((e3) => [l.createElementVNode("span", { title: e3.row.label, class: "ellipsis cell--span" }, l.toDisplayString(e3.row.label), 9, d)]), _: 1 }, 8, ["label"]), l.createVNode(u, { label: e2.$t("superGrid.isShow"), property: "showType", width: "120" }, { default: l.withCtx((o3) => [l.createVNode(m, { modelValue: o3.row.showType, "onUpdate:modelValue": (e3) => o3.row.showType = e3, disabled: n.isDisabledShow(o3.row), onChange: (e3) => n.changeShow(o3.row, e3) }, { default: l.withCtx(() => [l.createVNode(c, { label: n.isDisabledShow(o3.row) ? e2.$t("superGrid.default") : e2.$t("superGrid.show"), value: "default" }, null, 8, ["label"]), l.createVNode(c, { label: e2.$t("superGrid.hidden"), value: "false" }, null, 8, ["label"])]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue", "disabled", "onChange"])]), _: 1 }, 8, ["label"]), l.createVNode(u, { label: e2.$t("superGrid.isExportable"), property: "exportType", width: "120" }, { default: l.withCtx((o3) => [l.createVNode(m, { modelValue: o3.row.exportType, "onUpdate:modelValue": (e3) => o3.row.exportType = e3, disabled: n.isDisabledExport(o3.row), onChange: (e3) => n.changeExport(o3.row, e3) }, { default: l.withCtx(() => [l.createVNode(c, { label: n.isDisabledExport(o3.row) ? e2.$t("superGrid.default") : e2.$t("superGrid.export"), value: "default" }, null, 8, ["label"]), l.createVNode(c, { label: e2.$t("superGrid.unExport"), value: "false" }, null, 8, ["label"])]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue", "disabled", "onChange"])]), _: 1 }, 8, ["label"]), e2.isDragColumn ? (l.openBlock(), l.createBlock(u, { key: 0, label: e2.$t("superGrid.displayOrder"), property: "displayOrder", sortable: "" }, { default: l.withCtx((o3) => [o3.row.displayOrderType && "custom" === o3.row.displayOrderType ? (l.openBlock(), l.createBlock(h, { key: 0, modelValue: o3.row.displayOrder, "onUpdate:modelValue": (e3) => o3.row.displayOrder = e3, clearable: "", type: "number", size: "default", onClear: (e3) => n.clearDisplayOrder(o3.row), onInput: (e3) => n.handleInput(o3.row, "displayOrder") }, null, 8, ["modelValue", "onUpdate:modelValue", "onClear", "onInput"])) : (l.openBlock(), l.createBlock(m, { key: 1, modelValue: o3.row.displayOrderType, "onUpdate:modelValue": (e3) => o3.row.displayOrderType = e3 }, { default: l.withCtx(() => [l.createVNode(c, { label: e2.$t("superGrid.default"), value: "default" }, null, 8, ["label"]), l.createVNode(c, { label: e2.$t("superGrid.custom"), value: "custom" }, null, 8, ["label"])]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"]))]), _: 1 }, 8, ["label"])) : l.createCommentVNode("", true), e2.isDragColumn ? (l.openBlock(), l.createBlock(u, { key: 1, label: e2.$t("superGrid.searchDisplayOrder"), property: "searchDisplayOrder", sortable: "" }, { default: l.withCtx((o3) => [o3.row.searchDisplayOrderType && "custom" === o3.row.searchDisplayOrderType ? (l.openBlock(), l.createBlock(h, { key: 0, modelValue: o3.row.searchDisplayOrder, "onUpdate:modelValue": (e3) => o3.row.searchDisplayOrder = e3, disabled: !i2.searchColumns.includes(o3.row.prop), clearable: "", type: "number", size: "default", onClear: (e3) => o3.row.searchDisplayOrderType = "default", onInput: (e3) => n.handleInput(o3.row, "searchDisplayOrder") }, null, 8, ["modelValue", "onUpdate:modelValue", "disabled", "onClear", "onInput"])) : (l.openBlock(), l.createBlock(m, { key: 1, modelValue: o3.row.searchDisplayOrderType, "onUpdate:modelValue": (e3) => o3.row.searchDisplayOrderType = e3, disabled: !i2.searchColumns.includes(o3.row.prop) }, { default: l.withCtx(() => [l.createVNode(c, { label: e2.$t("superGrid.default"), value: "default" }, null, 8, ["label"]), l.createVNode(c, { label: e2.$t("superGrid.custom"), value: "custom" }, null, 8, ["label"])]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue", "disabled"]))]), _: 1 }, 8, ["label"])) : l.createCommentVNode("", true), l.createVNode(u, { label: e2.$t("superGrid.width"), property: "widthType" }, { default: l.withCtx((o3) => [o3.row.widthType && "custom" === o3.row.widthType ? (l.openBlock(), l.createBlock(h, { key: 0, modelValue: o3.row.width, "onUpdate:modelValue": (e3) => o3.row.width = e3, clearable: "", size: "default", onClear: (e3) => n.clearWidth(o3.row) }, null, 8, ["modelValue", "onUpdate:modelValue", "onClear"])) : (l.openBlock(), l.createBlock(m, { key: 1, modelValue: o3.row.widthType, "onUpdate:modelValue": (e3) => o3.row.widthType = e3 }, { default: l.withCtx(() => [l.createVNode(c, { label: e2.$t("superGrid.default"), value: "default" }, null, 8, ["label"]), l.createVNode(c, { label: e2.$t("superGrid.custom"), value: "custom" }, null, 8, ["label"])]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"]))]), _: 1 }, 8, ["label"])]), _: 1 }, 8, ["data"])) : l.createCommentVNode("", true)]), _: 1 }, 8, ["title"]);
|
|
79
75
|
}]]);
|
|
80
|
-
|
|
81
|
-
w as default
|
|
82
|
-
};
|
|
76
|
+
module.exports = i;
|
|
@@ -1,47 +1,39 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
import e from "../custom-formatter.js";
|
|
4
|
-
import { isPromise as i } from "../../../src/utils/common-util.js";
|
|
5
|
-
import s from "../../../plugins/public-method.js";
|
|
6
|
-
import { resolveComponent as n, openBlock as r, createElementBlock as l, createBlock as a, withCtx as m, createTextVNode as f, toDisplayString as p, createCommentVNode as u, normalizeStyle as c, normalizeClass as h } from "vue";
|
|
7
|
-
import d from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
8
|
-
const g = { name: "GridIcon", props: { column: { type: Object, default: null }, row: { type: Object, default: null }, listCode: { type: String, default: null }, isSql: { type: Boolean, default: false }, rowIndex: { type: Number, default: 0 } }, data: () => ({ customStyle: {}, formatConfig: {}, displayText: null }), watch: { row: { handler(t2, o2) {
|
|
1
|
+
"use strict";
|
|
2
|
+
const t = require("../store.js"), e = require("../../../src/utils/util.js"), o = require("../custom-formatter.js"), n = require("../../../src/utils/common-util.js"), i = require("../../../plugins/public-method.js"), s = require("vue"), r = require("../../../_virtual/_plugin-vue_export-helper.js"), l = { name: "GridIcon", props: { column: { type: Object, default: null }, row: { type: Object, default: null }, listCode: { type: String, default: null }, isSql: { type: Boolean, default: false }, rowIndex: { type: Number, default: 0 } }, data: () => ({ customStyle: {}, formatConfig: {}, displayText: null }), watch: { row: { handler(t2, e2) {
|
|
9
3
|
this.initFomrat();
|
|
10
4
|
}, deep: true } }, created() {
|
|
11
5
|
this.initFomrat();
|
|
12
6
|
}, mounted() {
|
|
13
|
-
}, methods: { ...
|
|
14
|
-
this.column.formatter && this.column.formatter.options && this.column.formatter.options.format && (this.formatConfig = JSON.parse(this.column.formatter.options.format), Object.assign(this.formatConfig, this.getFormatIconSetting(this.row)), this.displayText =
|
|
7
|
+
}, methods: { ...o, initFomrat() {
|
|
8
|
+
this.column.formatter && this.column.formatter.options && this.column.formatter.options.format && (this.formatConfig = JSON.parse(this.column.formatter.options.format), Object.assign(this.formatConfig, this.getFormatIconSetting(this.row)), this.displayText = i.escapeHtml(this.formatConfig.label), this.formatConfig.event && this.getCustomStyle());
|
|
15
9
|
}, transferColumnDataToUpperCase(t2) {
|
|
16
10
|
this.isSql && /[A-Z]+/.test(this.column.prop) && this.transferColumnDataToUpperCaseWithProp(t2, this.column.prop.toLowerCase(), this.column.prop);
|
|
17
|
-
}, transferColumnDataToUpperCaseWithProp(t2,
|
|
18
|
-
let
|
|
19
|
-
if (
|
|
20
|
-
const
|
|
21
|
-
|
|
11
|
+
}, transferColumnDataToUpperCaseWithProp(t2, o2, n2) {
|
|
12
|
+
let i2;
|
|
13
|
+
if (o2 && o2.indexOf(".") > 0) {
|
|
14
|
+
const s2 = e.getParentObjectUtil(o2, t2), r2 = o2.substring(o2.lastIndexOf(".") + 1);
|
|
15
|
+
i2 = s2[r2], void 0 !== i2 && (s2[n2] = i2, delete s2[r2]);
|
|
22
16
|
} else
|
|
23
|
-
|
|
24
|
-
return
|
|
25
|
-
}, getFormatIconSetting(
|
|
26
|
-
this.transferColumnDataToUpperCase(
|
|
27
|
-
const
|
|
28
|
-
return this.getIconSetting(this.column,
|
|
17
|
+
i2 = t2[o2], void 0 !== i2 && (t2[n2] = i2, delete t2[o2]);
|
|
18
|
+
return i2;
|
|
19
|
+
}, getFormatIconSetting(e2) {
|
|
20
|
+
this.transferColumnDataToUpperCase(e2);
|
|
21
|
+
const o2 = t.get(this.listCode);
|
|
22
|
+
return this.getIconSetting(this.column, e2, this.isSql, o2, this.listCode);
|
|
29
23
|
}, getHyperIconClass(t2) {
|
|
30
|
-
let
|
|
31
|
-
return t2 && null !== t2 && t2.icon && "" !== t2.icon && (
|
|
24
|
+
let e2;
|
|
25
|
+
return t2 && null !== t2 && t2.icon && "" !== t2.icon && (e2 = t2.icon), e2 && 0 === e2.indexOf("fa-") && (e2 = "fa " + e2), e2;
|
|
32
26
|
}, async getCustomStyle() {
|
|
33
|
-
const
|
|
34
|
-
if (
|
|
35
|
-
const t2 =
|
|
36
|
-
|
|
27
|
+
const e2 = { value: this.row[this.column.property], row: this.row, column: this.column, prop: this.column.property, rowIndex: this.rowIndex }, o2 = t.get(this.listCode);
|
|
28
|
+
if (o2.options.eventCallBack && o2.options.eventCallBack[this.formatConfig.event]) {
|
|
29
|
+
const t2 = o2.options.eventCallBack[this.formatConfig.event].call(this, e2);
|
|
30
|
+
n.isPromise(t2) ? await t2.then((t3) => {
|
|
37
31
|
this.customStyle = t3;
|
|
38
32
|
}) : t2 && (this.customStyle = t2);
|
|
39
33
|
}
|
|
40
|
-
} } },
|
|
41
|
-
const
|
|
42
|
-
const
|
|
43
|
-
return
|
|
34
|
+
} } }, a = { key: 0 }, c = { key: 1, class: "cell--span" };
|
|
35
|
+
const m = r(l, [["render", function(t2, e2, o2, n2, i2, r2) {
|
|
36
|
+
const l2 = s.resolveComponent("el-tag");
|
|
37
|
+
return s.openBlock(), s.createElementBlock("span", null, [i2.formatConfig.isTag ? (s.openBlock(), s.createElementBlock("span", a, [i2.displayText ? (s.openBlock(), s.createBlock(l2, { key: 0, type: i2.customStyle.type || i2.formatConfig.tagType, color: i2.customStyle.color, effect: i2.formatConfig.tagEffect, size: i2.formatConfig.size, hit: i2.formatConfig.hit, round: i2.customStyle.round || i2.formatConfig.round }, { default: s.withCtx(() => [s.createTextVNode(s.toDisplayString(i2.displayText), 1)]), _: 1 }, 8, ["type", "color", "effect", "size", "hit", "round"])) : s.createCommentVNode("", true)])) : (s.openBlock(), s.createElementBlock("span", { key: 1, style: s.normalizeStyle(i2.customStyle) }, ["pre" === i2.formatConfig.position ? (s.openBlock(), s.createElementBlock("i", { key: 0, class: s.normalizeClass(i2.formatConfig.icon) }, null, 2)) : s.createCommentVNode("", true), i2.formatConfig.displayTextJudge ? (s.openBlock(), s.createElementBlock("span", c, s.toDisplayString(i2.displayText), 1)) : s.createCommentVNode("", true), "suf" === i2.formatConfig.position ? (s.openBlock(), s.createElementBlock("i", { key: 2, class: s.normalizeClass(i2.formatConfig.icon) }, null, 2)) : s.createCommentVNode("", true)], 4))]);
|
|
44
38
|
}]]);
|
|
45
|
-
|
|
46
|
-
S as default
|
|
47
|
-
};
|
|
39
|
+
module.exports = m;
|
|
@@ -1,25 +1,22 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
const
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
const l2 = function(e4, l3) {
|
|
1
|
+
"use strict";
|
|
2
|
+
const e = require("vue"), l = require("../utils.js"), t = e.defineComponent({ __name: "grid-radio-input", props: { 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"], setup(t2, { emit: o }) {
|
|
3
|
+
const n = t2, a = e.ref(n.modelValue), u = (e2) => {
|
|
4
|
+
if (a.value = e2, n.valueSetOptions && n.valueSetOptions.length > 0) {
|
|
5
|
+
const l2 = function(e3, l3) {
|
|
7
6
|
if (!l3)
|
|
8
7
|
return [];
|
|
9
|
-
return l3.find((l4) => l4.value ===
|
|
10
|
-
}(
|
|
11
|
-
l2 &&
|
|
12
|
-
|
|
8
|
+
return l3.find((l4) => l4.value === e3);
|
|
9
|
+
}(e2, n.options);
|
|
10
|
+
l2 && n.valueSetOptions.forEach((e3) => {
|
|
11
|
+
e3.valueField !== n.prop && (n.entity[e3.valueField] = l2[e3.columnName]);
|
|
13
12
|
});
|
|
14
13
|
}
|
|
15
|
-
|
|
14
|
+
o("update:modelValue", e2), o("cellEvent", "change", e2);
|
|
16
15
|
};
|
|
17
|
-
return (
|
|
18
|
-
const
|
|
19
|
-
return
|
|
20
|
-
var
|
|
16
|
+
return (i, r) => {
|
|
17
|
+
const d = e.resolveComponent("el-radio"), p = e.resolveComponent("el-radio-group");
|
|
18
|
+
return e.openBlock(), e.createBlock(p, { ref: "item", modelValue: a.value, "onUpdate:modelValue": r[0] || (r[0] = (e2) => a.value = e2), disabled: t2.disabled, title: (s = a.value, l.getClassOptionTitleCommon(s, n.options)), onBlur: r[1] || (r[1] = (e2) => o("cellEvent", "blur", e2)), onChange: u, onClear: r[2] || (r[2] = (e2) => o("cellEvent", "clear", e2)), onFocus: r[3] || (r[3] = (e2) => o("cellEvent", "focus", e2)), onInput: r[4] || (r[4] = (e2) => o("cellEvent", "input", e2)), onVisibleChange: r[5] || (r[5] = (e2) => o("cellEvent", "visible-change", e2)) }, { default: e.withCtx(() => [(e.openBlock(true), e.createElementBlock(e.Fragment, null, e.renderList(t2.options, (l2) => (e.openBlock(), e.createBlock(d, { key: l2.value, value: l2.value }, { default: e.withCtx(() => [e.createTextVNode(e.toDisplayString(l2.label), 1)]), _: 2 }, 1032, ["value"]))), 128))]), _: 1 }, 8, ["modelValue", "disabled", "title"]);
|
|
19
|
+
var s;
|
|
21
20
|
};
|
|
22
21
|
} });
|
|
23
|
-
|
|
24
|
-
v as default
|
|
25
|
-
};
|
|
22
|
+
module.exports = t;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
};
|
|
1
|
+
"use strict";
|
|
2
|
+
const e = require("./grid-radio-input.vue.js");
|
|
3
|
+
module.exports = e;
|
|
@@ -1,109 +1,99 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import C from "../../../src/components/Scrollbar/index.vue.js";
|
|
6
|
-
import x from "../store.js";
|
|
7
|
-
import { apisMixin as S } from "../apis.js";
|
|
8
|
-
import k from "../eventBus.js";
|
|
9
|
-
import { useI18n as $ } from "vue-i18n";
|
|
10
|
-
import { Loading as D, CirclePlus as M } from "@element-plus/icons-vue";
|
|
11
|
-
function P(e2) {
|
|
12
|
-
return "function" == typeof e2 || "[object Object]" === Object.prototype.toString.call(e2) && !i(e2);
|
|
1
|
+
"use strict";
|
|
2
|
+
const e = require("vue"), t = require("element-plus"), a = require("../normal-column-content.vue.js"), l = require("../../../src/components/Card/index.js"), o = require("../../../src/components/Scrollbar/index.vue.js"), r = require("../store.js"), n = require("../apis.js"), u = require("../eventBus.js"), i = require("vue-i18n"), d = require("@element-plus/icons-vue");
|
|
3
|
+
function c(t2) {
|
|
4
|
+
return "function" == typeof t2 || "[object Object]" === Object.prototype.toString.call(t2) && !e.isVNode(t2);
|
|
13
5
|
}
|
|
14
|
-
const
|
|
15
|
-
|
|
16
|
-
const { t:
|
|
17
|
-
|
|
6
|
+
const s = e.defineComponent({ name: "MobileTableCard", components: { NormalColumnContent: a, CardView: l, Scrollbar: o }, mixins: [n.apisMixin], props: { showFieldCount: { type: [Number, void 0], default: () => 5 }, columns: { type: Array, default: () => [] }, data: { type: Array, default: () => [] }, getColumnComponentData: { type: [Function, void 0], default: void 0 }, currentPage: { type: [Number], default: 1 }, pageSize: { type: [Number], default: 20 }, pageTotal: { type: [Number], default: 0 }, isStackingPaginatedData: { type: Boolean, default: () => false } }, setup(n2, s2) {
|
|
7
|
+
e.defineEmits(["currentChange", "update:current-page", "select"]);
|
|
8
|
+
const { t: p } = i.useI18n(), { attrs: v, emit: g, expose: m } = s2, h = e.ref(false), f = e.ref([]), w = e.ref([]), b = e.ref(void 0), y = e.ref(void 0), C = e.ref(false), x = e.ref([]), N = e.ref(void 0), V = (e2) => {
|
|
9
|
+
n2.isStackingPaginatedData ? f.value[(n2.currentPage ?? 1) - 1] = e2 : f.value[0] = e2, h.value = false;
|
|
18
10
|
};
|
|
19
|
-
|
|
20
|
-
const
|
|
11
|
+
V(n2.data);
|
|
12
|
+
const D = e.computed(() => {
|
|
21
13
|
var _a, _b, _c, _d;
|
|
22
|
-
const
|
|
23
|
-
return
|
|
14
|
+
const e2 = r.get(v.listCode), t2 = ((_a = e2 == null ? void 0 : e2.options) == null ? void 0 : _a.showOperationButton) ?? false, a2 = ((_b = e2 == null ? void 0 : e2.options) == null ? void 0 : _b.isFormSubTable) ?? false, l2 = ((_c = e2 == null ? void 0 : e2.options) == null ? void 0 : _c.subTableCanAdd) ?? false, o2 = (_d = P.value) == null ? void 0 : _d.some(({ prop: e3 }) => ["operation"].includes(e3));
|
|
15
|
+
return N ?? (t2 && a2 && l2 && o2);
|
|
24
16
|
});
|
|
25
|
-
|
|
26
|
-
const
|
|
27
|
-
const
|
|
17
|
+
u.$on("change-add-state", (e2) => N.value = e2);
|
|
18
|
+
const S = e.computed(() => n2.isStackingPaginatedData ? f.value.flatMap((e2, t2) => t2 + 1 <= n2.currentPage ? e2 : []) : f.value[0] ?? []), k = e.computed(() => {
|
|
19
|
+
const e2 = (t2) => (t2 == null ? void 0 : t2.flatMap((t3) => {
|
|
28
20
|
var _a;
|
|
29
|
-
return ((_a =
|
|
21
|
+
return ((_a = t3 == null ? void 0 : t3.children) == null ? void 0 : _a.length) ? [t3, ...e2(t3.children)] : [t3];
|
|
30
22
|
})) ?? [];
|
|
31
|
-
return
|
|
32
|
-
}),
|
|
23
|
+
return e2(S.value);
|
|
24
|
+
}), $ = e.computed(() => {
|
|
33
25
|
var _a;
|
|
34
|
-
return
|
|
35
|
-
}),
|
|
26
|
+
return n2.isStackingPaginatedData ? (((_a = f.value[n2.currentPage - 1]) == null ? void 0 : _a.length) ?? 0) > 0 : S.value.length < n2.pageSize * n2.currentPage && E.value >= n2.currentPage;
|
|
27
|
+
}), M = e.computed(() => {
|
|
36
28
|
var _a;
|
|
37
|
-
return ((_a =
|
|
38
|
-
}),
|
|
39
|
-
const
|
|
29
|
+
return ((_a = x.value[x.value.length - 1]) == null ? void 0 : _a.children) ?? [];
|
|
30
|
+
}), P = e.computed(() => {
|
|
31
|
+
const e2 = (t2) => (t2 == null ? void 0 : t2.flatMap((t3) => {
|
|
40
32
|
var _a;
|
|
41
|
-
return ((_a =
|
|
33
|
+
return ((_a = t3 == null ? void 0 : t3.children) == null ? void 0 : _a.length) ? e2(t3.children) : [t3];
|
|
42
34
|
})) ?? [];
|
|
43
|
-
return
|
|
44
|
-
}),
|
|
45
|
-
const
|
|
46
|
-
return { header:
|
|
47
|
-
}),
|
|
48
|
-
|
|
49
|
-
},
|
|
35
|
+
return e2(n2.columns.filter((e3) => !!e3 && !["$selection", "$index"].includes(e3 == null ? void 0 : e3.prop)));
|
|
36
|
+
}), T = e.computed(() => {
|
|
37
|
+
const e2 = P.value.map((e3, t3) => (e3.operations ? e3.layoutModelType = "footer" : e3.layoutModelType = "content", e3)), t2 = e2.filter(({ layoutModelType: e3 }) => ["content"].includes(e3));
|
|
38
|
+
return { header: t2[0] ? [t2[0]] : [], content: t2, footer: e2.filter(({ layoutModelType: e3 }) => ["footer"].includes(e3)) };
|
|
39
|
+
}), E = e.computed(() => n2.pageTotal ? Math.ceil(n2.pageTotal / n2.pageSize) : 0), I = e.computed(() => !!(n2.showFieldCount && T.value.content.length > n2.showFieldCount)), j = e.computed(() => T.value.footer.length > 0), q = e.computed(() => 7 * T.value.content.map((e2) => (e2 == null ? void 0 : e2.label) ?? 0).reduce((e2, t2) => Math.max(e2, [...t2].reduce((e3, t3) => /[\u4e00-\u9fff]/.test(t3) ? e3 + 2 : e3 + 1, 0)), 0) + 15), z = e.computed(() => n2.columns.some((e2) => ["$selection"].includes(e2 == null ? void 0 : e2.prop))), B = e.computed(() => n2.columns.some((e2) => ["$index"].includes(e2 == null ? void 0 : e2.prop))), A = e.computed(() => S.value[y.value]), G = (e2) => {
|
|
40
|
+
z.value && (w.value.includes(e2) ? w.value = w.value.filter((t2) => t2 !== e2) : w.value = [.../* @__PURE__ */ new Set([...w.value, e2])], b.value = e2);
|
|
41
|
+
}, F = (t2, l2, o2, u2 = false) => {
|
|
50
42
|
var _a;
|
|
51
|
-
const { $bind:
|
|
52
|
-
return
|
|
53
|
-
},
|
|
43
|
+
const { $bind: i2 = {}, $on: d2 = {} } = ((_a = n2.getColumnComponentData) == null ? void 0 : _a.call(n2, t2)) ?? {}, c2 = r.get(i2["list-code"]), s3 = c2 == null ? void 0 : c2.options, p2 = c2.lineEdit ?? false, v2 = { ...i2, options: s3, row: l2, rowIndex: o2, "right-click-menu-arr": s3 == null ? void 0 : s3.rightClickMenuArr, "line-edit": p2 }, g2 = { ...Object.fromEntries(Object.keys(d2).map((e2) => [`on${e2.charAt(0).toUpperCase()}${e2.slice(1).replace(/-([a-z])/g, (e3, t3) => t3.toUpperCase())}`, d2[e2]])) };
|
|
44
|
+
return e.createVNode(a, e.mergeProps({ isContentViewText: u2 }, v2, g2), null);
|
|
45
|
+
}, R = (a2, l2 = A.value, o2 = y.value, r2 = void 0) => e.createVNode(t.ElDescriptions, { column: 1, "label-width": q.value, align: "right", direction: "horizontal", layout: "form" }, { default: () => {
|
|
54
46
|
var _a, _b;
|
|
55
|
-
return [(_b =
|
|
47
|
+
return [(_b = r2 ? (_a = a2 == null ? void 0 : a2.slice) == null ? void 0 : _a.call(a2, 0, r2) : a2) == null ? void 0 : _b.map((a3, r3) => e.createVNode(t.ElDescriptionsItem, { key: a3.label + r3 }, { default: () => [F(a3, l2, o2) || "-"], label: () => e.createVNode("div", { innerHTML: a3.label ? `${a3.label}:` : "" }, null) }))];
|
|
56
48
|
} });
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
}, { deep: true }),
|
|
60
|
-
if (
|
|
49
|
+
e.watch(() => v.selection, (e2) => {
|
|
50
|
+
w.value = e2.map(({ $rowDataGuId: e3 }) => e3);
|
|
51
|
+
}, { deep: true }), e.watch(w, (e2, t2) => {
|
|
52
|
+
if (v.selection.length === e2.length && v.selection.every(({ $rowDataGuId: t3 }) => e2.includes(t3)))
|
|
61
53
|
return;
|
|
62
|
-
const
|
|
63
|
-
|
|
64
|
-
}, { deep: true }),
|
|
65
|
-
|
|
54
|
+
const a2 = k.value.filter(({ $rowDataGuId: t3 }) => e2 == null ? void 0 : e2.includes(t3)), l2 = b.value ? k.value.find(({ $rowDataGuId: e3 }) => b.value === e3) : void 0;
|
|
55
|
+
e2.length > (t2 == null ? void 0 : t2.length) && l2 && g("select", a2, l2), e2.length < (t2 == null ? void 0 : t2.length) && l2 && g("select", a2, l2), g("selectionChange", a2), b.value = void 0;
|
|
56
|
+
}, { deep: true }), e.watch(() => n2.data, (e2) => {
|
|
57
|
+
V(e2);
|
|
66
58
|
}, { deep: true });
|
|
67
|
-
const
|
|
68
|
-
if (
|
|
69
|
-
|
|
70
|
-
const
|
|
71
|
-
|
|
59
|
+
const O = () => {
|
|
60
|
+
if (E.value, n2.currentPage, E.value > 1 && E.value > n2.currentPage && (S.value.length, n2.pageSize, n2.currentPage, S.value.length === n2.pageSize * n2.currentPage)) {
|
|
61
|
+
h.value = true;
|
|
62
|
+
const e2 = n2.currentPage + 1;
|
|
63
|
+
E.value, g("update:current-page", e2), g("currentChange", e2);
|
|
72
64
|
}
|
|
73
65
|
};
|
|
74
|
-
|
|
75
|
-
|
|
66
|
+
e.onUnmounted(() => {
|
|
67
|
+
u.$off("change-add-state");
|
|
76
68
|
});
|
|
77
|
-
return { getAddBtn: (
|
|
69
|
+
return { getAddBtn: (a2) => {
|
|
78
70
|
let l2;
|
|
79
|
-
return
|
|
80
|
-
}, renderDom: (
|
|
81
|
-
if (
|
|
82
|
-
const
|
|
83
|
-
return
|
|
71
|
+
return D.value && e.createVNode(t.ElButton, { type: "primary", plain: true, icon: e.createVNode(d.CirclePlus, null, null), onClick: () => a2 == null ? void 0 : a2(v.listCode) }, c(l2 = p("imatrixUIPublicModel.add")) ? l2 : { default: () => [l2] });
|
|
72
|
+
}, renderDom: (a2) => e.createVNode(o, { onScrollToBottom: O, "flex-auto": true, "set-max-height": (e2) => {
|
|
73
|
+
if (e2 == null ? void 0 : e2.windowHeight) {
|
|
74
|
+
const t2 = (e2 == null ? void 0 : e2.windowHeight) - 70;
|
|
75
|
+
return t2 > 400 ? t2 : 400;
|
|
84
76
|
}
|
|
85
|
-
} }, { default: () => [
|
|
77
|
+
} }, { default: () => [e.createVNode(t.ElDrawer, { modelValue: C.value, "onUpdate:modelValue": (e2) => C.value = e2, "modal-class": "yx-drawer yx-scrollbar-body", "with-header": true, direction: "btt", "append-to-body": true, size: "90vh", onClosed: () => x.value = [] }, { default: () => [e.createVNode(o, { "scrollable-main": true, "max-height": "100%", style: { flex: "1 1 auto" } }, { default: () => [e.createVNode("div", { class: "yx-flex-wrap", vertical: true, style: { gap: "15px" } }, [M.value.map((t2, a3) => {
|
|
86
78
|
var _a, _b, _c, _d;
|
|
87
|
-
const
|
|
88
|
-
return
|
|
89
|
-
|
|
90
|
-
}, onRowClick: (
|
|
79
|
+
const o2 = w.value.includes(t2.$rowDataGuId), r2 = !!((((_a = t2 == null ? void 0 : t2.children) == null ? void 0 : _a.length) ?? 0) > 0), u2 = ((_b = T.value.content) == null ? void 0 : _b.find(({ property: e2 }) => e2)) ?? T.value.content[0];
|
|
80
|
+
return e.createVNode(l, { form: t2, no: B ? a3 + 1 : void 0, isChecked: o2, isSubTable: r2, isCheck: z.value, isMore: !t2.$editing, isShowDetailsMore: I.value, onChecked: () => !t2.$editing && G(t2.$rowDataGuId), onShowSubTable: () => {
|
|
81
|
+
x.value = [...x.value, t2];
|
|
82
|
+
}, onRowClick: (e2) => g("rowClick", t2, u2, e2), onRowDblclick: (e2) => g("rowDblclick", t2, u2, e2) }, { titleSlot: T.value.header && ((_c = T.value.header) == null ? void 0 : _c.map((e2) => F(e2, t2, a3, true))), children: ({ isMore: e2 }) => R(T.value.content, t2, a3, e2 ? n2.showFieldCount : void 0), footerSlot: j.value && e.createVNode("div", { class: "yx-flex-wrap", wrap: true, style: { gap: "15px" } }, [(_d = T.value.footer) == null ? void 0 : _d.map((e2) => F(e2, t2, a3))]) });
|
|
91
83
|
})])] })], header: () => {
|
|
92
|
-
let
|
|
93
|
-
return
|
|
94
|
-
const
|
|
95
|
-
return
|
|
96
|
-
})) ?
|
|
97
|
-
} }),
|
|
84
|
+
let a3;
|
|
85
|
+
return e.createVNode("div", { class: "yx-flex-wrap", style: { gap: "10px" } }, [T.value.header[0] && `${T.value.header[0].label}: `, e.createVNode(t.ElBreadcrumb, { "separator-icon": e.createVNode(e.resolveComponent("ArrowRight"), null, null) }, c(a3 = x.value.map((a4, l2) => {
|
|
86
|
+
const o2 = F(T.value.header[0], a4, void 0, true);
|
|
87
|
+
return e.createVNode(e.resolveComponent("ElBreadcrumbItem"), null, { default: () => [x.value.length - 1 === l2 ? o2 : e.createVNode(t.ElLink, { onClick: () => x.value = x.value.slice(0, l2 + 1) }, c(o2) ? o2 : { default: () => [o2] })] });
|
|
88
|
+
})) ? a3 : { default: () => [a3] })]);
|
|
89
|
+
} }), e.createVNode("div", { class: "yx-flex-wrap", vertical: true, style: "gap: 15px;" }, [0 === S.value.length && e.createVNode(t.ElEmpty, null, c(a2) ? a2 : { default: () => [a2] }), S.value.map((t2, a3) => {
|
|
98
90
|
var _a, _b, _c, _d;
|
|
99
|
-
const
|
|
100
|
-
return
|
|
101
|
-
|
|
102
|
-
}, onRowClick: (
|
|
103
|
-
}),
|
|
91
|
+
const o2 = w.value.includes(t2.$rowDataGuId), r2 = !!((_a = t2 == null ? void 0 : t2.children) == null ? void 0 : _a.length), u2 = ((_b = T.value.content) == null ? void 0 : _b.find(({ property: e2 }) => e2)) ?? T.value.content[0];
|
|
92
|
+
return e.createVNode(l, { form: t2, no: B ? a3 + 1 : void 0, isChecked: o2, isSubTable: r2, isCheck: z.value, isMore: !t2.$editing, isShowDetailsMore: I.value, onChecked: () => !t2.$editing && G(t2.$rowDataGuId), onShowSubTable: () => {
|
|
93
|
+
x.value = [t2], C.value = true;
|
|
94
|
+
}, onRowClick: (e2) => g("rowClick", t2, u2, e2), onRowDblclick: (e2) => g("rowDblclick", t2, u2, e2) }, { titleSlot: T.value.header && ((_c = T.value.header) == null ? void 0 : _c.map((e2) => F(e2, t2, a3, true))), children: ({ isMore: e2 }) => R(T.value.content, t2, a3, e2 ? n2.showFieldCount : void 0), footerSlot: j.value && e.createVNode("div", { class: "yx-flex-wrap", wrap: true, style: { gap: "15px" } }, [(_d = T.value.footer) == null ? void 0 : _d.map((e2) => F(e2, t2, a3))]) });
|
|
95
|
+
}), S.value.length > 0 && a2, S.value.length > 0 && E.value > 1 && e.createVNode(t.ElDivider, null, { default: () => [E.value > n2.currentPage || h.value ? e.createVNode(t.ElIcon, { "loading-rotate": true, size: 25, color: "#409eff", style: { margin: "15px auto" } }, { default: () => [e.createVNode(d.Loading, null, null)] }) : E.value <= n2.currentPage && $.value && "END"] })])] }) };
|
|
104
96
|
}, render() {
|
|
105
97
|
return this.renderDom(this.getAddBtn(this.createRow));
|
|
106
98
|
} });
|
|
107
|
-
|
|
108
|
-
T as default
|
|
109
|
-
};
|
|
99
|
+
module.exports = s;
|