agilebuilder-ui 1.1.65-tmp17 → 1.1.65-tmp18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/IntervalSelection/index.mjs +7 -0
- package/es/IntervalSelection/src/sectionDate.vue.mjs +49 -0
- package/es/IntervalSelection/src/sectionDate.vue2.mjs +4 -0
- package/es/_virtual/__vite-browser-external.mjs +4 -0
- package/es/_virtual/_plugin-vue_export-helper.mjs +9 -0
- package/es/breadcrumb/index.mjs +7 -0
- package/es/breadcrumb/src/breadcrumb.vue.mjs +28 -0
- package/es/breadcrumb/src/breadcrumb.vue2.mjs +4 -0
- package/es/chat-embed/index.mjs +7 -0
- package/es/chat-embed/src/chat-addition-data.vue.mjs +7 -0
- package/es/chat-embed/src/chat-addition-data.vue2.mjs +14 -0
- package/es/chat-embed/src/chat-addition-data.vue3.mjs +4 -0
- package/es/chat-embed/src/chat-ai-answer-tip.vue.mjs +7 -0
- package/es/chat-embed/src/chat-ai-answer-tip.vue2.mjs +29 -0
- package/es/chat-embed/src/chat-ai-answer-tip.vue3.mjs +4 -0
- package/es/chat-embed/src/chat-bubble-footer.vue.mjs +7 -0
- package/es/chat-embed/src/chat-bubble-footer.vue2.mjs +33 -0
- package/es/chat-embed/src/chat-bubble-footer.vue3.mjs +4 -0
- package/es/chat-embed/src/chat-embed-message.mjs +22 -0
- package/es/chat-embed/src/chat-sender.vue.mjs +7 -0
- package/es/chat-embed/src/chat-sender.vue2.mjs +160 -0
- package/es/chat-embed/src/chat-sender.vue3.mjs +4 -0
- package/es/chat-embed/src/components/answer-auto-chart.vue.mjs +7 -0
- package/es/chat-embed/src/components/answer-auto-chart.vue2.mjs +59 -0
- package/es/chat-embed/src/components/answer-auto-chart.vue3.mjs +4 -0
- package/es/chat-embed/src/components/answer-home-chart.vue.mjs +7 -0
- package/es/chat-embed/src/components/answer-home-chart.vue2.mjs +6 -0
- package/es/chat-embed/src/components/answer-home-chart.vue3.mjs +4 -0
- package/es/chat-embed/src/components/answer-interaction-data.vue.mjs +7 -0
- package/es/chat-embed/src/components/answer-interaction-data.vue2.mjs +118 -0
- package/es/chat-embed/src/components/answer-interaction-data.vue3.mjs +4 -0
- package/es/chat-embed/src/components/history-detail.vue.mjs +7 -0
- package/es/chat-embed/src/components/history-detail.vue2.mjs +55 -0
- package/es/chat-embed/src/components/history-detail.vue3.mjs +4 -0
- package/es/chat-embed/src/header.vue.mjs +7 -0
- package/es/chat-embed/src/header.vue2.mjs +46 -0
- package/es/chat-embed/src/header.vue3.mjs +4 -0
- package/es/chat-embed/src/index.vue.mjs +7 -0
- package/es/chat-embed/src/index.vue2.mjs +307 -0
- package/es/chat-embed/src/index.vue3.mjs +4 -0
- package/es/chat-embed/src/recommendation-message.vue.mjs +7 -0
- package/es/chat-embed/src/recommendation-message.vue2.mjs +8 -0
- package/es/chat-embed/src/recommendation-message.vue3.mjs +4 -0
- package/es/chat-embed/src/sidebar-item.vue.mjs +7 -0
- package/es/chat-embed/src/sidebar-item.vue2.mjs +118 -0
- package/es/chat-embed/src/sidebar-item.vue3.mjs +4 -0
- package/es/chat-embed/src/type.mjs +5 -0
- package/es/chat-embed/src/util/chat-embed-util.mjs +57 -0
- package/es/chat-embed/src/util/history-message-util.mjs +96 -0
- package/es/chat-embed/src/util/mcp-utils.mjs +53 -0
- package/es/chat-embed/src/util/text-file-util.mjs +12 -0
- package/es/chat-embed/src/voice/index.mjs +7 -0
- package/es/chat-embed/src/voice/js/crypto-js.mjs +1004 -0
- package/es/chat-embed/src/voice/js/processor/index.umd.mjs +169 -0
- package/es/chat-embed/src/voice/js/timer.mjs +11 -0
- package/es/chat-embed/src/voice/voice.vue.mjs +104 -0
- package/es/date-picker-range/index.mjs +7 -0
- package/es/date-picker-range/index.vue.mjs +7 -0
- package/es/date-picker-range/index.vue2.mjs +93 -0
- package/es/date-picker-range/index.vue3.mjs +4 -0
- package/es/department-tree/index.mjs +7 -0
- package/es/department-tree/src/department-tree.vue.mjs +23 -0
- package/es/department-tree-inline/index.mjs +7 -0
- package/es/department-tree-inline/src/department-multi-tree-inline.vue.mjs +91 -0
- package/es/department-tree-inline/src/department-multi-tree-inline.vue2.mjs +4 -0
- package/es/department-tree-inline/src/department-single-tree-inline.vue.mjs +64 -0
- package/es/department-tree-inline/src/department-single-tree-inline.vue2.mjs +4 -0
- package/es/department-tree-inline/src/department-tree-inline.vue.mjs +17 -0
- package/es/department-tree-inline/src/department-tree-service.mjs +108 -0
- package/es/department-tree-inline/src/search-result.vue.mjs +40 -0
- package/es/department-tree-inline/src/search-result.vue2.mjs +4 -0
- package/es/department-tree-mobile/index.mjs +8 -0
- package/es/department-tree-mobile/src/department-tree-app.vue.mjs +15 -0
- package/es/department-tree-mobile/src/department-tree-app.vue2.mjs +4 -0
- package/es/department-tree-mobile/src/department-tree-app.vue3.mjs +5 -0
- package/es/department-tree-mobile/src/department-tree-inline-app.vue.mjs +121 -0
- package/es/department-tree-mobile/src/department-tree-inline-app.vue2.mjs +4 -0
- package/es/department-tree-mobile/src/department-tree-service.mjs +55 -0
- package/es/department-tree-mobile/src/dept-path.vue.mjs +14 -0
- package/es/department-tree-mobile/src/dept-path.vue2.mjs +4 -0
- package/es/department-tree-mobile/src/dept-result.vue.mjs +16 -0
- package/es/department-tree-mobile/src/dept-result.vue2.mjs +4 -0
- package/es/department-user-tree/index.mjs +7 -0
- package/es/department-user-tree/src/department-user-multiple-tree.vue.mjs +20 -0
- package/es/department-user-tree/src/department-user-multiple-tree.vue2.mjs +4 -0
- package/es/department-user-tree/src/department-user-single-tree.vue.mjs +19 -0
- package/es/department-user-tree/src/department-user-tree.vue.mjs +27 -0
- package/es/department-user-tree-inline/index.mjs +7 -0
- package/es/department-user-tree-inline/src/department-user-multiple-tree-inline.vue.mjs +165 -0
- package/es/department-user-tree-inline/src/department-user-multiple-tree-inline.vue2.mjs +4 -0
- package/es/department-user-tree-inline/src/department-user-single-tree-inline.vue.mjs +69 -0
- package/es/department-user-tree-inline/src/department-user-single-tree-inline.vue2.mjs +4 -0
- package/es/department-user-tree-inline/src/department-user-tree-inline.vue.mjs +16 -0
- package/es/department-user-tree-inline/src/department-user-tree-multi-service.mjs +81 -0
- package/es/department-user-tree-inline/src/department-user-tree-single-service.mjs +54 -0
- package/es/department-user-tree-inline/src/group-user/group-input.vue.mjs +39 -0
- package/es/department-user-tree-inline/src/group-user/group-list.vue.mjs +27 -0
- package/es/department-user-tree-inline/src/group-user/group-user.vue.mjs +16 -0
- package/es/department-user-tree-inline/src/group-user-multiple-tree.vue.mjs +78 -0
- package/es/department-user-tree-inline/src/group-user-single-tree.vue.mjs +34 -0
- package/es/department-user-tree-inline/src/group-user-tree-service.mjs +34 -0
- package/es/department-user-tree-inline/src/search-result.vue.mjs +41 -0
- package/es/department-user-tree-inline/src/search-result.vue2.mjs +4 -0
- package/es/department-user-tree-mobile/index.mjs +8 -0
- package/es/department-user-tree-mobile/src/department-user-tree-app.vue.mjs +15 -0
- package/es/department-user-tree-mobile/src/department-user-tree-app.vue2.mjs +4 -0
- package/es/department-user-tree-mobile/src/department-user-tree-app.vue3.mjs +5 -0
- package/es/department-user-tree-mobile/src/department-user-tree-inline-app.vue.mjs +135 -0
- package/es/department-user-tree-mobile/src/department-user-tree-inline-app.vue2.mjs +4 -0
- package/es/department-user-tree-mobile/src/department-user-tree-service.mjs +38 -0
- package/es/department-user-tree-mobile/src/dept-path.vue.mjs +14 -0
- package/es/department-user-tree-mobile/src/dept-path.vue2.mjs +4 -0
- package/es/department-user-tree-mobile/src/dept-result.vue.mjs +17 -0
- package/es/department-user-tree-mobile/src/dept-result.vue2.mjs +4 -0
- package/es/directives/prevent-reclick.mjs +15 -0
- package/es/dynamic-source-select/index.mjs +7 -0
- package/es/dynamic-source-select/src/dynamic-source-select-service.mjs +32 -0
- package/es/dynamic-source-select/src/dynamic-source-select.vue.mjs +276 -0
- package/es/dynamic-source-select/src/dynamic-source-select.vue2.mjs +4 -0
- package/es/dynamic-source-select/src/dynamic-source-select.vue3.mjs +4 -0
- package/es/dynamic-source-select/src/events.mjs +29 -0
- package/es/empty-state/index.vue.mjs +9 -0
- package/es/empty-state/index.vue2.mjs +4 -0
- package/es/favicon.svg +29 -0
- package/es/fs-preview/index.mjs +7 -0
- package/es/fs-preview/src/fs-preview.vue.mjs +120 -0
- package/es/fs-preview/src/fs-preview.vue2.mjs +4 -0
- package/es/fs-upload/index.mjs +7 -0
- package/es/fs-upload/src/fs-upload-multi.vue.mjs +71 -0
- package/es/fs-upload/src/fs-upload-single.vue.mjs +73 -0
- package/es/fs-upload/src/fs-upload.vue.mjs +24 -0
- package/es/fs-upload/src/see-big-picture.vue.mjs +12 -0
- package/es/fs-upload-list/index.mjs +7 -0
- package/es/fs-upload-list/src/fs-upload-list.vue.mjs +98 -0
- package/es/fs-upload-list/src/fs-upload-list.vue2.mjs +4 -0
- package/es/fs-upload-new/index.mjs +7 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-app.vue.mjs +61 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-app.vue2.mjs +4 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue.mjs +178 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue2.mjs +4 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-component.vue.mjs +7 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-component.vue2.mjs +39 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-component.vue3.mjs +4 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-input.vue.mjs +45 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-input.vue2.mjs +4 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload.vue.mjs +35 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload.vue2.mjs +4 -0
- package/es/fs-upload-new/src/fs-button-upload.vue.mjs +7 -0
- package/es/fs-upload-new/src/fs-button-upload.vue2.mjs +62 -0
- package/es/fs-upload-new/src/fs-button-upload.vue3.mjs +4 -0
- package/es/fs-upload-new/src/fs-drag-upload.vue.mjs +7 -0
- package/es/fs-upload-new/src/fs-drag-upload.vue2.mjs +63 -0
- package/es/fs-upload-new/src/fs-drag-upload.vue3.mjs +4 -0
- package/es/fs-upload-new/src/fs-preview-new.vue.mjs +8 -0
- package/es/fs-upload-new/src/fs-preview-new.vue2.mjs +93 -0
- package/es/fs-upload-new/src/fs-preview-new.vue3.mjs +4 -0
- package/es/fs-upload-new/src/fs-preview-new.vue4.mjs +4 -0
- package/es/fs-upload-new/src/fs-upload-new.vue.mjs +64 -0
- package/es/fs-upload-new/src/fs-upload-new.vue2.mjs +4 -0
- package/es/hamburger/index.mjs +7 -0
- package/es/hamburger/src/hamburger.vue.mjs +15 -0
- package/es/hamburger/src/hamburger.vue2.mjs +4 -0
- package/es/index.mjs +384 -0
- package/es/json-view/json-view-dialog.vue.mjs +19 -0
- package/es/json-view/json-view-dialog.vue2.mjs +4 -0
- package/es/json-view/json-view.vue.mjs +4 -0
- package/es/json-view/json-view.vue2.mjs +36 -0
- package/es/multipart-upload/index.mjs +7 -0
- package/es/multipart-upload/src/index.vue.mjs +14 -0
- package/es/multipart-upload/src/multipart-upload-form.vue.mjs +82 -0
- package/es/multipart-upload/src/multipart-upload-list.vue.mjs +104 -0
- package/es/organization-input/index.mjs +7 -0
- package/es/organization-input/src/organization-input.vue.mjs +224 -0
- package/es/organization-input/src/organization-input.vue2.mjs +4 -0
- package/es/plugins/export-data-new.mjs +237 -0
- package/es/plugins/export-data.mjs +179 -0
- package/es/plugins/index.mjs +9 -0
- package/es/plugins/public-method.mjs +14 -0
- package/es/remove-department/index.mjs +7 -0
- package/es/remove-department/src/remove-department.vue.mjs +33 -0
- package/es/remove-department/src/remove-dept-service.mjs +13 -0
- package/es/remove-user/index.mjs +7 -0
- package/es/remove-user/src/remove-user-service.mjs +13 -0
- package/es/remove-user/src/remove-user.vue.mjs +35 -0
- package/es/remove-workgroup/index.mjs +7 -0
- package/es/remove-workgroup/src/remove-workgroup-service.mjs +13 -0
- package/es/remove-workgroup/src/remove-workgroup.vue.mjs +31 -0
- package/es/rich-editor/index.mjs +7 -0
- package/es/rich-editor/index.vue.mjs +115 -0
- package/es/rich-editor/tinymce/zh_CN.mjs +2 -0
- package/es/rich-editor/viewer.vue.mjs +27 -0
- package/es/row-form/index.mjs +7 -0
- package/es/row-form/index.vue.mjs +7 -0
- package/es/row-form/index.vue2.mjs +62 -0
- package/es/row-form/index.vue3.mjs +4 -0
- package/es/row-form/operation.vue.mjs +32 -0
- package/es/row-form/operation.vue2.mjs +4 -0
- package/es/scan-code-input/index.mjs +7 -0
- package/es/scan-code-input/src/events.mjs +15 -0
- package/es/scan-code-input/src/scan-code-input.vue.mjs +32 -0
- package/es/scan-code-input-browser/index.mjs +7 -0
- package/es/scan-code-input-browser/src/scan-code-input.vue.mjs +39 -0
- package/es/secret-info/index.mjs +7 -0
- package/es/secret-info/index.vue.mjs +16 -0
- package/es/src/api/sso-service.mjs +57 -0
- package/es/src/api/tab.mjs +15 -0
- package/es/src/assets/401/401.gif.mjs +4 -0
- package/es/src/assets/404/404-cloud.png.mjs +4 -0
- package/es/src/assets/404/404.png.mjs +4 -0
- package/es/src/assets/chat-embed/robot.gif.mjs +4 -0
- package/es/src/assets/chat-embed/robot.svg.mjs +4 -0
- package/es/src/assets/nonemessage.png.mjs +4 -0
- package/es/src/components/Affix/index.vue.mjs +7 -0
- package/es/src/components/Affix/index.vue2.mjs +83 -0
- package/es/src/components/Affix/index.vue3.mjs +4 -0
- package/es/src/components/Card/index.mjs +48 -0
- package/es/src/components/Scrollbar/index.vue.mjs +52 -0
- package/es/src/components/Scrollbar/index.vue2.mjs +4 -0
- package/es/src/directives/permission/index.mjs +7 -0
- package/es/src/directives/permission/permission.mjs +11 -0
- package/es/src/i18n/i18n.mjs +7 -0
- package/es/src/i18n/langs/cn.mjs +4 -0
- package/es/src/i18n/langs/en.mjs +4 -0
- package/es/src/mixins/resizeMixin.mjs +21 -0
- package/es/src/permission.mjs +79 -0
- package/es/src/router/index.mjs +10 -0
- package/es/src/store/getters.mjs +4 -0
- package/es/src/store/index.mjs +13 -0
- package/es/src/store/modules/app.mjs +41 -0
- package/es/src/store/modules/chat-ai-store.mjs +36 -0
- package/es/src/store/modules/permission.mjs +31 -0
- package/es/src/store/modules/system.mjs +12 -0
- package/es/src/store/modules/tab-content.mjs +20 -0
- package/es/src/store/modules/table.mjs +18 -0
- package/es/src/store/modules/user.mjs +139 -0
- package/es/src/utils/auth-api.mjs +134 -0
- package/es/src/utils/auth.mjs +156 -0
- package/es/src/utils/calculator/calculator-factory-wf.mjs +167 -0
- package/es/src/utils/calculator/calculator-factory.mjs +93 -0
- package/es/src/utils/calculator/calculator-util.mjs +56 -0
- package/es/src/utils/chat-ai-util.mjs +34 -0
- package/es/src/utils/common-util.mjs +440 -0
- package/es/src/utils/eventBus.mjs +6 -0
- package/es/src/utils/file-util.mjs +23 -0
- package/es/src/utils/global-prop.mjs +38 -0
- package/es/src/utils/guid.mjs +10 -0
- package/es/src/utils/i18n-util.mjs +70 -0
- package/es/src/utils/iconUtils.mjs +26 -0
- package/es/src/utils/index.mjs +46 -0
- package/es/src/utils/insert_css.mjs +17 -0
- package/es/src/utils/json-util.mjs +47 -0
- package/es/src/utils/jump-page-utils.mjs +264 -0
- package/es/src/utils/local-storage.mjs +19 -0
- package/es/src/utils/menu.mjs +14 -0
- package/es/src/utils/permission.mjs +45 -0
- package/es/src/utils/permissionAuth.mjs +154 -0
- package/es/src/utils/range-selector.mjs +105 -0
- package/es/src/utils/request.mjs +140 -0
- package/es/src/utils/resize.mjs +11 -0
- package/es/src/utils/restful-interface-utils.mjs +18 -0
- package/es/src/utils/util.mjs +361 -0
- package/es/src/utils/validate.mjs +22 -0
- package/es/src/utils/voice-setting-cache.mjs +212 -0
- package/es/src/utils/watermark-cache.mjs +15 -0
- package/es/src/utils/watermark.mjs +40 -0
- package/es/src/utils/workflow-util.mjs +42 -0
- package/es/src/views/dsc-component/Sidebar/Item.vue.mjs +7 -0
- package/es/src/views/dsc-component/Sidebar/Item.vue2.mjs +12 -0
- package/es/src/views/dsc-component/Sidebar/Item.vue3.mjs +4 -0
- package/es/src/views/dsc-component/Sidebar/Link.vue.mjs +14 -0
- package/es/src/views/dsc-component/Sidebar/SidebarItem.vue.mjs +53 -0
- package/es/src/views/dsc-component/Sidebar/SidebarItem.vue2.mjs +4 -0
- package/es/src/views/dsc-component/Sidebar/index.vue.mjs +111 -0
- package/es/src/views/dsc-component/tabs/tab-content.vue.mjs +66 -0
- package/es/src/views/dsc-component/tabs/tab-content.vue2.mjs +4 -0
- package/es/src/views/dsc-component/tabs/tab-content.vue3.mjs +4 -0
- package/es/src/views/error-page/401.vue.mjs +15 -0
- package/es/src/views/error-page/401.vue2.mjs +4 -0
- package/es/src/views/error-page/404.vue.mjs +12 -0
- package/es/src/views/error-page/404.vue2.mjs +4 -0
- package/es/src/views/layout/EmptyLayout.vue.mjs +9 -0
- package/es/src/views/layout/Layout.vue.mjs +28 -0
- package/es/src/views/layout/Layout.vue2.mjs +4 -0
- package/es/src/views/layout/NewLayout.vue.mjs +11 -0
- package/es/src/views/layout/components/AppMain.vue.mjs +13 -0
- package/es/src/views/layout/components/AppMain.vue2.mjs +4 -0
- package/es/src/views/layout/components/Breadcrumb/index.vue.mjs +49 -0
- package/es/src/views/layout/components/Breadcrumb/index.vue2.mjs +4 -0
- package/es/src/views/layout/components/Menubar/Item.vue.mjs +7 -0
- package/es/src/views/layout/components/Menubar/Item.vue2.mjs +15 -0
- package/es/src/views/layout/components/Menubar/Item.vue3.mjs +4 -0
- package/es/src/views/layout/components/Menubar/Link.vue.mjs +14 -0
- package/es/src/views/layout/components/Menubar/SidebarItem.vue.mjs +56 -0
- package/es/src/views/layout/components/Menubar/SidebarItem.vue2.mjs +4 -0
- package/es/src/views/layout/components/Menubar/index.vue.mjs +90 -0
- package/es/src/views/layout/components/Sidebar/Item.vue.mjs +9 -0
- package/es/src/views/layout/components/Sidebar/Item.vue2.mjs +4 -0
- package/es/src/views/layout/components/Sidebar/Link.vue.mjs +12 -0
- package/es/src/views/layout/components/Sidebar/SidebarItem.vue.mjs +22 -0
- package/es/src/views/layout/components/Sidebar/SidebarItem.vue2.mjs +4 -0
- package/es/src/views/layout/components/Sidebar/index.vue.mjs +58 -0
- package/es/src/views/layout/components/iframe-page.vue.mjs +14 -0
- package/es/src/views/layout/components/iframe-page.vue2.mjs +4 -0
- package/es/src/views/layout/components/tabs/tab-content.vue.mjs +64 -0
- package/es/src/views/layout/components/tabs/tab-content.vue2.mjs +4 -0
- package/es/src/views/layout/components/tabs/tab-content.vue3.mjs +4 -0
- package/es/src/views/layout/mixin/ResizeHandler.mjs +16 -0
- package/es/src/views/layout/tab-content-iframe-index.vue.mjs +14 -0
- package/es/src/views/layout/tab-content-iframe-index.vue2.mjs +4 -0
- package/es/src/views/layout/tab-content-index.vue.mjs +28 -0
- package/es/src/views/layout/tab-content-index.vue2.mjs +4 -0
- package/es/src/views/login/authredirect.vue.mjs +7 -0
- package/es/src/views/redirect/index.vue.mjs +8 -0
- package/es/src/views/svg-icon/src/svg-icon.vue.mjs +4 -0
- package/es/src/views/wf-history/tache-subprocess-history.vue.mjs +14 -0
- package/es/src/views/wf-history/tache-subprocess-history.vue2.mjs +4 -0
- package/es/style.css +3077 -0
- package/es/super-grid/index.mjs +7 -0
- package/es/super-grid/src/apis.mjs +458 -0
- package/es/super-grid/src/columns-config.vue.mjs +82 -0
- package/es/super-grid/src/components/grid-icon.vue.mjs +47 -0
- package/es/super-grid/src/components/grid-radio-input.vue.mjs +25 -0
- package/es/super-grid/src/components/grid-radio-input.vue2.mjs +4 -0
- package/es/super-grid/src/components/mobile-table-card.mjs +109 -0
- package/es/super-grid/src/components/select-input.vue.mjs +149 -0
- package/es/super-grid/src/components/select-input.vue2.mjs +4 -0
- package/es/super-grid/src/custom-formatter.mjs +168 -0
- package/es/super-grid/src/dynamic-input.vue.mjs +482 -0
- package/es/super-grid/src/eventBus.mjs +6 -0
- package/es/super-grid/src/events.mjs +37 -0
- package/es/super-grid/src/formValidatorUtil.mjs +109 -0
- package/es/super-grid/src/formatter.mjs +74 -0
- package/es/super-grid/src/group-column.vue.mjs +24 -0
- package/es/super-grid/src/header-context-menu.vue.mjs +15 -0
- package/es/super-grid/src/header-context-menu.vue2.mjs +4 -0
- package/es/super-grid/src/index-column.vue.mjs +22 -0
- package/es/super-grid/src/normal-column-content.vue.mjs +319 -0
- package/es/super-grid/src/normal-column-content.vue2.mjs +4 -0
- package/es/super-grid/src/normal-column.vue.mjs +106 -0
- package/es/super-grid/src/normal-column.vue2.mjs +4 -0
- package/es/super-grid/src/public-methods.mjs +22 -0
- package/es/super-grid/src/row-detail.vue.mjs +14 -0
- package/es/super-grid/src/row-operation.vue.mjs +89 -0
- package/es/super-grid/src/row-operation.vue2.mjs +4 -0
- package/es/super-grid/src/scan-util.mjs +100 -0
- package/es/super-grid/src/search-button.vue.mjs +23 -0
- package/es/super-grid/src/search-condition-input.vue.mjs +17 -0
- package/es/super-grid/src/search-condition-list.vue.mjs +20 -0
- package/es/super-grid/src/search-form-advancedQuery.vue.mjs +116 -0
- package/es/super-grid/src/search-form-advancedQuery.vue2.mjs +4 -0
- package/es/super-grid/src/search-form-dialog.vue.mjs +16 -0
- package/es/super-grid/src/search-form-item.vue.mjs +128 -0
- package/es/super-grid/src/search-form-item.vue2.mjs +4 -0
- package/es/super-grid/src/search-form-mobile.vue.mjs +41 -0
- package/es/super-grid/src/search-form-mobile.vue2.mjs +4 -0
- package/es/super-grid/src/search-form-number.vue.mjs +26 -0
- package/es/super-grid/src/search-form-open.vue.mjs +50 -0
- package/es/super-grid/src/search-form-ordinarySearch.vue.mjs +39 -0
- package/es/super-grid/src/search-form-ordinarySearch.vue2.mjs +4 -0
- package/es/super-grid/src/search-form.vue.mjs +201 -0
- package/es/super-grid/src/search-form.vue2.mjs +4 -0
- package/es/super-grid/src/search-methods.mjs +164 -0
- package/es/super-grid/src/selection-column.vue.mjs +11 -0
- package/es/super-grid/src/store.mjs +4 -0
- package/es/super-grid/src/super-grid-service.mjs +260 -0
- package/es/super-grid/src/super-grid.vue.mjs +1052 -0
- package/es/super-grid/src/super-grid.vue2.mjs +4 -0
- package/es/super-grid/src/utils.mjs +355 -0
- package/es/super-grid/src/view-image-dialog.vue.mjs +67 -0
- package/es/super-icon/index.mjs +7 -0
- package/es/super-icon/src/index.vue.mjs +7 -0
- package/es/super-icon/src/index.vue2.mjs +13 -0
- package/es/super-icon/src/index.vue3.mjs +4 -0
- package/es/super-nine-grid/index.mjs +7 -0
- package/es/super-nine-grid/src/apis.mjs +36 -0
- package/es/super-nine-grid/src/custom-formatter.mjs +35 -0
- package/es/super-nine-grid/src/formatter.mjs +37 -0
- package/es/super-nine-grid/src/search-form-number.vue.mjs +13 -0
- package/es/super-nine-grid/src/search-form.vue.mjs +91 -0
- package/es/super-nine-grid/src/search-form.vue2.mjs +4 -0
- package/es/super-nine-grid/src/search-methods.mjs +48 -0
- package/es/super-nine-grid/src/store.mjs +4 -0
- package/es/super-nine-grid/src/super-grid-service.mjs +39 -0
- package/es/super-nine-grid/src/super-nine-grid.vue.mjs +225 -0
- package/es/super-nine-grid/src/super-nine-grid.vue2.mjs +4 -0
- package/es/super-nine-grid/src/utils.mjs +32 -0
- package/es/svg-icon/index.mjs +7 -0
- package/es/svg-icon/src/svg-icon.vue.mjs +14 -0
- package/es/svg-icon/src/svg-icon.vue2.mjs +4 -0
- package/es/utils/gogocodeTransfer.mjs +33 -0
- package/es/utils/memory-cache-utils.mjs +30 -0
- package/es/utils/organization.mjs +57 -0
- package/es/utils/utils.mjs +87 -0
- package/es/utils/value-set.mjs +94 -0
- package/es/valid-code/index.mjs +7 -0
- package/es/valid-code/src/valid-code.vue.mjs +23 -0
- package/es/valid-code/src/valid-code.vue2.mjs +4 -0
- package/es/workflow-button/index.mjs +7 -0
- package/es/workflow-button/src/workflow-button.vue.mjs +85 -0
- package/es/workflow-history-list/index.mjs +7 -0
- package/es/workflow-history-list/src/api.mjs +6 -0
- package/es/workflow-history-list/src/workflow-history-list.vue.mjs +89 -0
- package/es/workflow-history-list/src/workflow-history-list.vue2.mjs +4 -0
- package/es/workgroup-tree/index.mjs +7 -0
- package/es/workgroup-tree/src/workgroup-tree.vue.mjs +23 -0
- package/es/workgroup-tree-inline/index.mjs +7 -0
- package/es/workgroup-tree-inline/src/search-result.vue.mjs +39 -0
- package/es/workgroup-tree-inline/src/search-result.vue2.mjs +4 -0
- package/es/workgroup-tree-inline/src/workgroup-tree-inline.vue.mjs +128 -0
- package/es/workgroup-tree-inline/src/workgroup-tree-inline.vue2.mjs +4 -0
- package/es/workgroup-tree-inline/src/workgroup-tree-service.mjs +35 -0
- package/es/workgroup-tree-mobile/index.mjs +8 -0
- package/es/workgroup-tree-mobile/src/dept-result.vue.mjs +16 -0
- package/es/workgroup-tree-mobile/src/dept-result.vue2.mjs +4 -0
- package/es/workgroup-tree-mobile/src/workgroup-tree-app.vue.mjs +15 -0
- package/es/workgroup-tree-mobile/src/workgroup-tree-app.vue2.mjs +4 -0
- package/es/workgroup-tree-mobile/src/workgroup-tree-app.vue3.mjs +5 -0
- package/es/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue.mjs +109 -0
- package/es/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue2.mjs +4 -0
- package/es/workgroup-tree-mobile/src/workgroup-tree-service.mjs +33 -0
- package/es/workgroup-user-tree/index.mjs +7 -0
- package/es/workgroup-user-tree/src/workgroup-user-tree.vue.mjs +23 -0
- package/es/workgroup-user-tree-inline/index.mjs +7 -0
- package/es/workgroup-user-tree-inline/src/search-result.vue.mjs +39 -0
- package/es/workgroup-user-tree-inline/src/search-result.vue2.mjs +4 -0
- package/es/workgroup-user-tree-inline/src/workgroup-tree-inline-service.mjs +73 -0
- package/es/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue.mjs +172 -0
- package/es/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue2.mjs +4 -0
- package/es/workgroup-user-tree-mobile/src/dept-path.vue.mjs +14 -0
- package/es/workgroup-user-tree-mobile/src/dept-path.vue2.mjs +4 -0
- package/es/workgroup-user-tree-mobile/src/dept-result.vue.mjs +17 -0
- package/es/workgroup-user-tree-mobile/src/dept-result.vue2.mjs +4 -0
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue.mjs +15 -0
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue2.mjs +4 -0
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue3.mjs +5 -0
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue.mjs +135 -0
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue2.mjs +4 -0
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-service.mjs +29 -0
- package/es/year-range-picker/index.mjs +7 -0
- package/es/year-range-picker/src/year-range-picker.vue.mjs +14 -0
- package/lib/IntervalSelection/index.cjs +5 -0
- package/lib/IntervalSelection/src/sectionDate.vue.cjs +45 -0
- package/lib/breadcrumb/index.cjs +5 -0
- package/lib/breadcrumb/src/breadcrumb.vue.cjs +37 -0
- package/lib/chat-embed/index.cjs +5 -0
- package/lib/chat-embed/src/chat-addition-data.vue.cjs +5 -0
- package/lib/chat-embed/src/chat-ai-answer-tip.vue.cjs +5 -0
- package/lib/chat-embed/src/chat-bubble-footer.vue.cjs +5 -0
- package/lib/chat-embed/src/chat-embed-message.cjs +16 -0
- package/lib/chat-embed/src/chat-sender.vue.cjs +5 -0
- package/lib/chat-embed/src/chat-sender.vue2.cjs +147 -0
- package/lib/chat-embed/src/components/answer-auto-chart.vue.cjs +5 -0
- package/lib/chat-embed/src/components/answer-home-chart.vue.cjs +5 -0
- package/lib/chat-embed/src/components/answer-interaction-data.vue.cjs +5 -0
- package/lib/chat-embed/src/components/answer-interaction-data.vue2.cjs +108 -0
- package/lib/chat-embed/src/components/history-detail.vue.cjs +5 -0
- package/lib/chat-embed/src/components/history-detail.vue2.cjs +50 -0
- package/lib/chat-embed/src/header.vue.cjs +5 -0
- package/lib/chat-embed/src/header.vue2.cjs +39 -0
- package/lib/chat-embed/src/index.vue.cjs +5 -0
- package/lib/chat-embed/src/index.vue2.cjs +281 -0
- package/lib/chat-embed/src/recommendation-message.vue.cjs +5 -0
- package/lib/chat-embed/src/sidebar-item.vue.cjs +5 -0
- package/lib/chat-embed/src/sidebar-item.vue2.cjs +109 -0
- package/lib/chat-embed/src/util/history-message-util.cjs +74 -0
- package/lib/chat-embed/src/util/mcp-utils.cjs +50 -0
- package/lib/chat-embed/src/voice/index.cjs +5 -0
- package/lib/chat-embed/src/voice/voice.vue.cjs +95 -0
- package/lib/date-picker-range/index.cjs +5 -0
- package/lib/date-picker-range/index.vue.cjs +5 -0
- package/lib/department-tree/index.cjs +5 -0
- package/lib/department-tree/src/department-tree.vue.cjs +17 -0
- package/lib/department-tree-inline/index.cjs +5 -0
- package/lib/department-tree-inline/src/department-multi-tree-inline.vue.cjs +81 -0
- package/lib/department-tree-inline/src/department-single-tree-inline.vue.cjs +54 -0
- package/lib/department-tree-inline/src/department-tree-inline.vue.cjs +12 -0
- package/lib/department-tree-inline/src/department-tree-service.cjs +106 -0
- package/lib/department-tree-inline/src/search-result.vue.cjs +36 -0
- package/lib/department-tree-mobile/index.cjs +5 -0
- package/lib/department-tree-mobile/src/department-tree-app.vue.cjs +12 -0
- package/lib/department-tree-mobile/src/department-tree-app.vue3.cjs +3 -0
- package/lib/department-tree-mobile/src/department-tree-inline-app.vue.cjs +110 -0
- package/lib/department-tree-mobile/src/department-tree-inline-app.vue2.cjs +3 -0
- package/lib/department-tree-mobile/src/dept-path.vue2.cjs +3 -0
- package/lib/department-tree-mobile/src/dept-result.vue2.cjs +3 -0
- package/lib/department-user-tree/index.cjs +5 -0
- package/lib/department-user-tree/src/department-user-multiple-tree.vue.cjs +16 -0
- package/lib/department-user-tree/src/department-user-single-tree.vue.cjs +14 -0
- package/lib/department-user-tree/src/department-user-tree.vue.cjs +21 -0
- package/lib/department-user-tree-inline/index.cjs +5 -0
- package/lib/department-user-tree-inline/src/department-user-multiple-tree-inline.vue.cjs +154 -0
- package/lib/department-user-tree-inline/src/department-user-single-tree-inline.vue.cjs +57 -0
- package/lib/department-user-tree-inline/src/department-user-tree-inline.vue.cjs +11 -0
- package/lib/department-user-tree-inline/src/department-user-tree-multi-service.cjs +78 -0
- package/lib/department-user-tree-inline/src/department-user-tree-single-service.cjs +51 -0
- package/lib/department-user-tree-inline/src/group-user/group-input.vue.cjs +34 -0
- package/lib/department-user-tree-inline/src/group-user/group-list.vue.cjs +22 -0
- package/lib/department-user-tree-inline/src/group-user/group-user.vue.cjs +10 -0
- package/lib/department-user-tree-inline/src/group-user-multiple-tree.vue.cjs +72 -0
- package/lib/department-user-tree-inline/src/group-user-single-tree.vue.cjs +28 -0
- package/lib/department-user-tree-inline/src/search-result.vue.cjs +38 -0
- package/lib/department-user-tree-mobile/index.cjs +5 -0
- package/lib/department-user-tree-mobile/src/department-user-tree-app.vue.cjs +12 -0
- package/lib/department-user-tree-mobile/src/department-user-tree-app.vue3.cjs +3 -0
- package/lib/department-user-tree-mobile/src/department-user-tree-inline-app.vue.cjs +124 -0
- package/lib/department-user-tree-mobile/src/department-user-tree-inline-app.vue2.cjs +3 -0
- package/lib/department-user-tree-mobile/src/dept-path.vue2.cjs +3 -0
- package/lib/department-user-tree-mobile/src/dept-result.vue.cjs +13 -0
- package/lib/department-user-tree-mobile/src/dept-result.vue2.cjs +3 -0
- package/lib/dynamic-source-select/index.cjs +5 -0
- package/lib/dynamic-source-select/src/dynamic-source-select-service.cjs +30 -0
- package/lib/dynamic-source-select/src/dynamic-source-select.vue.cjs +266 -0
- package/lib/empty-state/index.vue2.cjs +3 -0
- package/lib/fs-preview/index.cjs +5 -0
- package/lib/fs-preview/src/fs-preview.vue.cjs +111 -0
- package/lib/fs-upload/index.cjs +5 -0
- package/lib/fs-upload/src/fs-upload-multi.vue.cjs +63 -0
- package/lib/fs-upload/src/fs-upload-single.vue.cjs +64 -0
- package/lib/fs-upload/src/fs-upload.vue.cjs +18 -0
- package/lib/fs-upload/src/see-big-picture.vue.cjs +9 -0
- package/lib/fs-upload-list/index.cjs +5 -0
- package/lib/fs-upload-list/src/fs-upload-list.vue.cjs +91 -0
- package/lib/fs-upload-new/index.cjs +5 -0
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-app.vue.cjs +57 -0
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-app.vue2.cjs +3 -0
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue.cjs +170 -0
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue2.cjs +3 -0
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue.cjs +5 -0
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue2.cjs +32 -0
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-input.vue.cjs +41 -0
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-input.vue2.cjs +3 -0
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload.vue.cjs +29 -0
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload.vue2.cjs +3 -0
- package/lib/fs-upload-new/src/fs-button-upload.vue.cjs +5 -0
- package/lib/fs-upload-new/src/fs-button-upload.vue2.cjs +55 -0
- package/lib/fs-upload-new/src/fs-drag-upload.vue.cjs +5 -0
- package/lib/fs-upload-new/src/fs-drag-upload.vue2.cjs +55 -0
- package/lib/fs-upload-new/src/fs-preview-new.vue.cjs +5 -0
- package/lib/fs-upload-new/src/fs-preview-new.vue2.cjs +84 -0
- package/lib/fs-upload-new/src/fs-upload-new.vue.cjs +54 -0
- package/lib/fs-upload-new/src/fs-upload-new.vue2.cjs +3 -0
- package/lib/hamburger/index.cjs +5 -0
- package/lib/hamburger/src/hamburger.vue.cjs +11 -0
- package/lib/index.cjs +41 -0
- package/lib/json-view/json-view-dialog.vue.cjs +16 -0
- package/lib/json-view/json-view-dialog.vue2.cjs +3 -0
- package/lib/json-view/json-view.vue.cjs +3 -0
- package/lib/multipart-upload/index.cjs +5 -0
- package/lib/multipart-upload/src/index.vue.cjs +10 -0
- package/lib/multipart-upload/src/multipart-upload-form.vue.cjs +73 -0
- package/lib/multipart-upload/src/multipart-upload-list.vue.cjs +96 -0
- package/lib/organization-input/index.cjs +5 -0
- package/lib/organization-input/src/organization-input.vue.cjs +218 -0
- package/lib/plugins/export-data-new.cjs +229 -0
- package/lib/plugins/export-data.cjs +173 -0
- package/lib/plugins/index.cjs +5 -0
- package/lib/remove-department/index.cjs +5 -0
- package/lib/remove-department/src/remove-department.vue.cjs +27 -0
- package/lib/remove-user/index.cjs +5 -0
- package/lib/remove-user/src/remove-user.vue.cjs +29 -0
- package/lib/remove-workgroup/index.cjs +5 -0
- package/lib/remove-workgroup/src/remove-workgroup.vue.cjs +25 -0
- package/lib/rich-editor/index.cjs +5 -0
- package/lib/rich-editor/index.vue.cjs +67 -0
- package/lib/rich-editor/viewer.vue.cjs +24 -0
- package/lib/row-form/index.cjs +5 -0
- package/lib/row-form/index.vue.cjs +5 -0
- package/lib/row-form/index.vue2.cjs +56 -0
- package/lib/row-form/operation.vue.cjs +28 -0
- package/lib/row-form/operation.vue2.cjs +3 -0
- package/lib/scan-code-input/index.cjs +5 -0
- package/lib/scan-code-input/src/events.cjs +13 -0
- package/lib/scan-code-input/src/scan-code-input.vue.cjs +26 -0
- package/lib/scan-code-input-browser/index.cjs +5 -0
- package/lib/scan-code-input-browser/src/scan-code-input.vue.cjs +34 -0
- package/lib/secret-info/index.cjs +5 -0
- package/lib/secret-info/index.vue.cjs +13 -0
- package/lib/src/api/sso-service.cjs +55 -0
- package/lib/src/components/Affix/index.vue.cjs +5 -0
- package/lib/src/components/Card/index.cjs +43 -0
- package/lib/src/components/Scrollbar/index.vue.cjs +48 -0
- package/lib/src/directives/permission/index.cjs +5 -0
- package/lib/src/directives/permission/permission.cjs +9 -0
- package/lib/src/i18n/i18n.cjs +3 -0
- package/lib/src/permission.cjs +76 -0
- package/lib/src/router/index.cjs +16 -0
- package/lib/src/store/index.cjs +16 -0
- package/lib/src/store/modules/permission.cjs +30 -0
- package/lib/src/store/modules/system.cjs +10 -0
- package/lib/src/store/modules/tab-content.cjs +18 -0
- package/lib/src/store/modules/user.cjs +133 -0
- package/lib/src/utils/auth.cjs +86 -0
- package/lib/src/utils/calculator/calculator-util.cjs +53 -0
- package/lib/src/utils/common-util.cjs +355 -0
- package/lib/src/utils/jump-page-utils.cjs +256 -0
- package/lib/src/utils/menu.cjs +13 -0
- package/lib/src/utils/permission.cjs +41 -0
- package/lib/src/utils/permissionAuth.cjs +120 -0
- package/lib/src/utils/range-selector.cjs +101 -0
- package/lib/src/utils/request.cjs +131 -0
- package/lib/src/utils/util.cjs +341 -0
- package/lib/src/utils/voice-setting-cache.cjs +199 -0
- package/lib/src/utils/watermark.cjs +33 -0
- package/lib/src/utils/workflow-util.cjs +41 -0
- package/lib/src/views/dsc-component/Sidebar/Item.vue.cjs +5 -0
- package/lib/src/views/dsc-component/Sidebar/Item.vue2.cjs +9 -0
- package/lib/src/views/dsc-component/Sidebar/Link.vue.cjs +11 -0
- package/lib/src/views/dsc-component/Sidebar/SidebarItem.vue.cjs +46 -0
- package/lib/src/views/dsc-component/Sidebar/index.vue.cjs +103 -0
- package/lib/src/views/dsc-component/tabs/tab-content.vue.cjs +61 -0
- package/lib/src/views/error-page/401.vue.cjs +11 -0
- package/lib/src/views/error-page/404.vue.cjs +8 -0
- package/lib/src/views/layout/EmptyLayout.vue.cjs +7 -0
- package/lib/src/views/layout/Layout.vue.cjs +21 -0
- package/lib/src/views/layout/NewLayout.vue.cjs +7 -0
- package/lib/src/views/layout/components/AppMain.vue.cjs +11 -0
- package/lib/src/views/layout/components/Breadcrumb/index.vue.cjs +56 -0
- package/lib/src/views/layout/components/Menubar/Item.vue.cjs +5 -0
- package/lib/src/views/layout/components/Menubar/Item.vue2.cjs +13 -0
- package/lib/src/views/layout/components/Menubar/Link.vue.cjs +11 -0
- package/lib/src/views/layout/components/Menubar/SidebarItem.vue.cjs +47 -0
- package/lib/src/views/layout/components/Menubar/index.vue.cjs +79 -0
- package/lib/src/views/layout/components/Sidebar/Item.vue2.cjs +3 -0
- package/lib/src/views/layout/components/Sidebar/Link.vue.cjs +9 -0
- package/lib/src/views/layout/components/Sidebar/SidebarItem.vue.cjs +16 -0
- package/lib/src/views/layout/components/Sidebar/index.vue.cjs +51 -0
- package/lib/src/views/layout/components/iframe-page.vue.cjs +12 -0
- package/lib/src/views/layout/components/tabs/tab-content.vue.cjs +60 -0
- package/lib/src/views/layout/mixin/ResizeHandler.cjs +14 -0
- package/lib/src/views/layout/tab-content-iframe-index.vue.cjs +12 -0
- package/lib/src/views/layout/tab-content-index.vue.cjs +22 -0
- package/lib/src/views/wf-history/tache-subprocess-history.vue.cjs +12 -0
- package/lib/style.css +1004 -1004
- package/lib/super-grid/index.cjs +5 -0
- package/lib/super-grid/src/apis.cjs +448 -0
- package/lib/super-grid/src/columns-config.vue.cjs +76 -0
- package/lib/super-grid/src/components/grid-icon.vue.cjs +39 -0
- package/lib/super-grid/src/components/grid-radio-input.vue.cjs +22 -0
- package/lib/super-grid/src/components/grid-radio-input.vue2.cjs +3 -0
- package/lib/super-grid/src/components/mobile-table-card.cjs +99 -0
- package/lib/super-grid/src/components/select-input.vue.cjs +141 -0
- package/lib/super-grid/src/components/select-input.vue2.cjs +3 -0
- package/lib/super-grid/src/custom-formatter.cjs +163 -0
- package/lib/super-grid/src/dynamic-input.vue.cjs +465 -0
- package/lib/super-grid/src/events.cjs +35 -0
- package/lib/super-grid/src/formValidatorUtil.cjs +106 -0
- package/lib/super-grid/src/group-column.vue.cjs +19 -0
- package/lib/super-grid/src/header-context-menu.vue.cjs +12 -0
- package/lib/super-grid/src/index-column.vue.cjs +19 -0
- package/lib/super-grid/src/normal-column-content.vue.cjs +300 -0
- package/lib/super-grid/src/normal-column.vue.cjs +91 -0
- package/lib/super-grid/src/row-detail.vue.cjs +11 -0
- package/lib/super-grid/src/row-operation.vue.cjs +82 -0
- package/lib/super-grid/src/scan-util.cjs +98 -0
- package/lib/super-grid/src/search-button.vue.cjs +18 -0
- package/lib/super-grid/src/search-condition-input.vue.cjs +13 -0
- package/lib/super-grid/src/search-condition-list.vue.cjs +17 -0
- package/lib/super-grid/src/search-form-advancedQuery.vue.cjs +106 -0
- package/lib/super-grid/src/search-form-dialog.vue.cjs +12 -0
- package/lib/super-grid/src/search-form-item.vue.cjs +120 -0
- package/lib/super-grid/src/search-form-mobile.vue.cjs +32 -0
- package/lib/super-grid/src/search-form-number.vue.cjs +21 -0
- package/lib/super-grid/src/search-form-open.vue.cjs +44 -0
- package/lib/super-grid/src/search-form-ordinarySearch.vue.cjs +31 -0
- package/lib/super-grid/src/search-form.vue.cjs +189 -0
- package/lib/super-grid/src/selection-column.vue.cjs +9 -0
- package/lib/super-grid/src/super-grid-service.cjs +253 -0
- package/lib/super-grid/src/super-grid.vue.cjs +1021 -0
- package/lib/super-grid/src/utils.cjs +298 -0
- package/lib/super-grid/src/view-image-dialog.vue.cjs +60 -0
- package/lib/super-icon/index.cjs +5 -0
- package/lib/super-icon/src/index.vue.cjs +5 -0
- package/lib/super-icon/src/index.vue2.cjs +10 -0
- package/lib/super-nine-grid/index.cjs +5 -0
- package/lib/super-nine-grid/src/apis.cjs +33 -0
- package/lib/super-nine-grid/src/custom-formatter.cjs +33 -0
- package/lib/super-nine-grid/src/search-form-number.vue.cjs +9 -0
- package/lib/super-nine-grid/src/search-form.vue.cjs +84 -0
- package/lib/super-nine-grid/src/super-grid-service.cjs +35 -0
- package/lib/super-nine-grid/src/super-nine-grid.vue.cjs +215 -0
- package/lib/super-nine-grid/src/utils.cjs +36 -0
- package/lib/svg-icon/index.cjs +5 -0
- package/lib/svg-icon/src/svg-icon.vue.cjs +12 -0
- package/lib/utils/memory-cache-utils.cjs +28 -0
- package/lib/utils/utils.cjs +85 -0
- package/lib/utils/value-set.cjs +92 -0
- package/lib/valid-code/index.cjs +5 -0
- package/lib/valid-code/src/valid-code.vue.cjs +20 -0
- package/lib/workflow-button/index.cjs +5 -0
- package/lib/workflow-button/src/workflow-button.vue.cjs +80 -0
- package/lib/workflow-history-list/index.cjs +5 -0
- package/lib/workflow-history-list/src/workflow-history-list.vue.cjs +83 -0
- package/lib/workgroup-tree/index.cjs +5 -0
- package/lib/workgroup-tree/src/workgroup-tree.vue.cjs +17 -0
- package/lib/workgroup-tree-inline/index.cjs +5 -0
- package/lib/workgroup-tree-inline/src/search-result.vue.cjs +35 -0
- package/lib/workgroup-tree-inline/src/workgroup-tree-inline.vue.cjs +119 -0
- package/lib/workgroup-tree-inline/src/workgroup-tree-service.cjs +33 -0
- package/lib/workgroup-tree-mobile/index.cjs +5 -0
- package/lib/workgroup-tree-mobile/src/dept-result.vue2.cjs +3 -0
- package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue.cjs +12 -0
- package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue3.cjs +3 -0
- package/lib/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue.cjs +99 -0
- package/lib/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue2.cjs +3 -0
- package/lib/workgroup-user-tree/index.cjs +5 -0
- package/lib/workgroup-user-tree/src/workgroup-user-tree.vue.cjs +17 -0
- package/lib/workgroup-user-tree-inline/index.cjs +5 -0
- package/lib/workgroup-user-tree-inline/src/search-result.vue.cjs +35 -0
- package/lib/workgroup-user-tree-inline/src/workgroup-tree-inline-service.cjs +71 -0
- package/lib/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue.cjs +163 -0
- package/lib/workgroup-user-tree-mobile/src/dept-path.vue2.cjs +3 -0
- package/lib/workgroup-user-tree-mobile/src/dept-result.vue.cjs +13 -0
- package/lib/workgroup-user-tree-mobile/src/dept-result.vue2.cjs +3 -0
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue.cjs +12 -0
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue3.cjs +3 -0
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue.cjs +124 -0
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue2.cjs +3 -0
- package/lib/year-range-picker/index.cjs +5 -0
- package/lib/year-range-picker/src/year-range-picker.vue.cjs +11 -0
- package/package.json +3 -2
- package/vite.config.js +11 -11
- package/lib/IntervalSelection/index.js +0 -5
- package/lib/IntervalSelection/src/sectionDate.vue.js +0 -45
- package/lib/breadcrumb/index.js +0 -5
- package/lib/breadcrumb/src/breadcrumb.vue.js +0 -37
- package/lib/chat-embed/index.js +0 -5
- package/lib/chat-embed/src/chat-addition-data.vue.js +0 -5
- package/lib/chat-embed/src/chat-ai-answer-tip.vue.js +0 -5
- package/lib/chat-embed/src/chat-bubble-footer.vue.js +0 -5
- package/lib/chat-embed/src/chat-embed-message.js +0 -16
- package/lib/chat-embed/src/chat-sender.vue.js +0 -5
- package/lib/chat-embed/src/chat-sender.vue2.js +0 -147
- package/lib/chat-embed/src/components/answer-auto-chart.vue.js +0 -5
- package/lib/chat-embed/src/components/answer-home-chart.vue.js +0 -5
- package/lib/chat-embed/src/components/answer-interaction-data.vue.js +0 -5
- package/lib/chat-embed/src/components/answer-interaction-data.vue2.js +0 -108
- package/lib/chat-embed/src/components/history-detail.vue.js +0 -5
- package/lib/chat-embed/src/components/history-detail.vue2.js +0 -50
- package/lib/chat-embed/src/header.vue.js +0 -5
- package/lib/chat-embed/src/header.vue2.js +0 -39
- package/lib/chat-embed/src/index.vue.js +0 -5
- package/lib/chat-embed/src/index.vue2.js +0 -281
- package/lib/chat-embed/src/recommendation-message.vue.js +0 -5
- package/lib/chat-embed/src/sidebar-item.vue.js +0 -5
- package/lib/chat-embed/src/sidebar-item.vue2.js +0 -109
- package/lib/chat-embed/src/util/history-message-util.js +0 -74
- package/lib/chat-embed/src/util/mcp-utils.js +0 -50
- package/lib/chat-embed/src/voice/index.js +0 -5
- package/lib/chat-embed/src/voice/voice.vue.js +0 -95
- package/lib/date-picker-range/index.js +0 -5
- package/lib/date-picker-range/index.vue.js +0 -5
- package/lib/department-tree/index.js +0 -5
- package/lib/department-tree/src/department-tree.vue.js +0 -17
- package/lib/department-tree-inline/index.js +0 -5
- package/lib/department-tree-inline/src/department-multi-tree-inline.vue.js +0 -81
- package/lib/department-tree-inline/src/department-single-tree-inline.vue.js +0 -54
- package/lib/department-tree-inline/src/department-tree-inline.vue.js +0 -12
- package/lib/department-tree-inline/src/department-tree-service.js +0 -106
- package/lib/department-tree-inline/src/search-result.vue.js +0 -36
- package/lib/department-tree-mobile/index.js +0 -5
- package/lib/department-tree-mobile/src/department-tree-app.vue.js +0 -12
- package/lib/department-tree-mobile/src/department-tree-app.vue3.js +0 -3
- package/lib/department-tree-mobile/src/department-tree-inline-app.vue.js +0 -110
- package/lib/department-tree-mobile/src/department-tree-inline-app.vue2.js +0 -3
- package/lib/department-tree-mobile/src/dept-path.vue2.js +0 -3
- package/lib/department-tree-mobile/src/dept-result.vue2.js +0 -3
- package/lib/department-user-tree/index.js +0 -5
- package/lib/department-user-tree/src/department-user-multiple-tree.vue.js +0 -16
- package/lib/department-user-tree/src/department-user-single-tree.vue.js +0 -14
- package/lib/department-user-tree/src/department-user-tree.vue.js +0 -21
- package/lib/department-user-tree-inline/index.js +0 -5
- package/lib/department-user-tree-inline/src/department-user-multiple-tree-inline.vue.js +0 -154
- package/lib/department-user-tree-inline/src/department-user-single-tree-inline.vue.js +0 -57
- package/lib/department-user-tree-inline/src/department-user-tree-inline.vue.js +0 -11
- package/lib/department-user-tree-inline/src/department-user-tree-multi-service.js +0 -78
- package/lib/department-user-tree-inline/src/department-user-tree-single-service.js +0 -51
- package/lib/department-user-tree-inline/src/group-user/group-input.vue.js +0 -34
- package/lib/department-user-tree-inline/src/group-user/group-list.vue.js +0 -22
- package/lib/department-user-tree-inline/src/group-user/group-user.vue.js +0 -10
- package/lib/department-user-tree-inline/src/group-user-multiple-tree.vue.js +0 -72
- package/lib/department-user-tree-inline/src/group-user-single-tree.vue.js +0 -28
- package/lib/department-user-tree-inline/src/search-result.vue.js +0 -38
- package/lib/department-user-tree-mobile/index.js +0 -5
- package/lib/department-user-tree-mobile/src/department-user-tree-app.vue.js +0 -12
- package/lib/department-user-tree-mobile/src/department-user-tree-app.vue3.js +0 -3
- package/lib/department-user-tree-mobile/src/department-user-tree-inline-app.vue.js +0 -124
- package/lib/department-user-tree-mobile/src/department-user-tree-inline-app.vue2.js +0 -3
- package/lib/department-user-tree-mobile/src/dept-path.vue2.js +0 -3
- package/lib/department-user-tree-mobile/src/dept-result.vue.js +0 -13
- package/lib/department-user-tree-mobile/src/dept-result.vue2.js +0 -3
- package/lib/dynamic-source-select/index.js +0 -5
- package/lib/dynamic-source-select/src/dynamic-source-select-service.js +0 -30
- package/lib/dynamic-source-select/src/dynamic-source-select.vue.js +0 -266
- package/lib/empty-state/index.vue2.js +0 -3
- package/lib/fs-preview/index.js +0 -5
- package/lib/fs-preview/src/fs-preview.vue.js +0 -111
- package/lib/fs-upload/index.js +0 -5
- package/lib/fs-upload/src/fs-upload-multi.vue.js +0 -63
- package/lib/fs-upload/src/fs-upload-single.vue.js +0 -64
- package/lib/fs-upload/src/fs-upload.vue.js +0 -18
- package/lib/fs-upload/src/see-big-picture.vue.js +0 -9
- package/lib/fs-upload-list/index.js +0 -5
- package/lib/fs-upload-list/src/fs-upload-list.vue.js +0 -91
- package/lib/fs-upload-new/index.js +0 -5
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-app.vue.js +0 -57
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-app.vue2.js +0 -3
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue.js +0 -170
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue2.js +0 -3
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue.js +0 -5
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue2.js +0 -32
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-input.vue.js +0 -41
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-input.vue2.js +0 -3
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload.vue.js +0 -29
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload.vue2.js +0 -3
- package/lib/fs-upload-new/src/fs-button-upload.vue.js +0 -5
- package/lib/fs-upload-new/src/fs-button-upload.vue2.js +0 -55
- package/lib/fs-upload-new/src/fs-drag-upload.vue.js +0 -5
- package/lib/fs-upload-new/src/fs-drag-upload.vue2.js +0 -55
- package/lib/fs-upload-new/src/fs-preview-new.vue.js +0 -5
- package/lib/fs-upload-new/src/fs-preview-new.vue2.js +0 -84
- package/lib/fs-upload-new/src/fs-upload-new.vue.js +0 -54
- package/lib/fs-upload-new/src/fs-upload-new.vue2.js +0 -3
- package/lib/hamburger/index.js +0 -5
- package/lib/hamburger/src/hamburger.vue.js +0 -11
- package/lib/index.js +0 -41
- package/lib/json-view/json-view-dialog.vue.js +0 -16
- package/lib/json-view/json-view-dialog.vue2.js +0 -3
- package/lib/json-view/json-view.vue.js +0 -3
- package/lib/multipart-upload/index.js +0 -5
- package/lib/multipart-upload/src/index.vue.js +0 -10
- package/lib/multipart-upload/src/multipart-upload-form.vue.js +0 -73
- package/lib/multipart-upload/src/multipart-upload-list.vue.js +0 -96
- package/lib/organization-input/index.js +0 -5
- package/lib/organization-input/src/organization-input.vue.js +0 -218
- package/lib/plugins/export-data-new.js +0 -229
- package/lib/plugins/export-data.js +0 -173
- package/lib/plugins/index.js +0 -5
- package/lib/remove-department/index.js +0 -5
- package/lib/remove-department/src/remove-department.vue.js +0 -27
- package/lib/remove-user/index.js +0 -5
- package/lib/remove-user/src/remove-user.vue.js +0 -29
- package/lib/remove-workgroup/index.js +0 -5
- package/lib/remove-workgroup/src/remove-workgroup.vue.js +0 -25
- package/lib/rich-editor/index.js +0 -5
- package/lib/rich-editor/index.vue.js +0 -67
- package/lib/rich-editor/viewer.vue.js +0 -24
- package/lib/row-form/index.js +0 -5
- package/lib/row-form/index.vue.js +0 -5
- package/lib/row-form/index.vue2.js +0 -56
- package/lib/row-form/operation.vue.js +0 -28
- package/lib/row-form/operation.vue2.js +0 -3
- package/lib/scan-code-input/index.js +0 -5
- package/lib/scan-code-input/src/events.js +0 -13
- package/lib/scan-code-input/src/scan-code-input.vue.js +0 -26
- package/lib/scan-code-input-browser/index.js +0 -5
- package/lib/scan-code-input-browser/src/scan-code-input.vue.js +0 -34
- package/lib/secret-info/index.js +0 -5
- package/lib/secret-info/index.vue.js +0 -13
- package/lib/src/api/sso-service.js +0 -55
- package/lib/src/components/Affix/index.vue.js +0 -5
- package/lib/src/components/Card/index.js +0 -43
- package/lib/src/components/Scrollbar/index.vue.js +0 -48
- package/lib/src/directives/permission/index.js +0 -5
- package/lib/src/directives/permission/permission.js +0 -9
- package/lib/src/i18n/i18n.js +0 -3
- package/lib/src/permission.js +0 -76
- package/lib/src/router/index.js +0 -16
- package/lib/src/store/index.js +0 -16
- package/lib/src/store/modules/permission.js +0 -30
- package/lib/src/store/modules/system.js +0 -10
- package/lib/src/store/modules/tab-content.js +0 -18
- package/lib/src/store/modules/user.js +0 -133
- package/lib/src/utils/auth.js +0 -86
- package/lib/src/utils/calculator/calculator-util.js +0 -53
- package/lib/src/utils/common-util.js +0 -355
- package/lib/src/utils/jump-page-utils.js +0 -256
- package/lib/src/utils/menu.js +0 -13
- package/lib/src/utils/permission.js +0 -41
- package/lib/src/utils/permissionAuth.js +0 -120
- package/lib/src/utils/range-selector.js +0 -101
- package/lib/src/utils/request.js +0 -131
- package/lib/src/utils/util.js +0 -341
- package/lib/src/utils/voice-setting-cache.js +0 -199
- package/lib/src/utils/watermark.js +0 -33
- package/lib/src/utils/workflow-util.js +0 -41
- package/lib/src/views/dsc-component/Sidebar/Item.vue.js +0 -5
- package/lib/src/views/dsc-component/Sidebar/Item.vue2.js +0 -9
- package/lib/src/views/dsc-component/Sidebar/Link.vue.js +0 -11
- package/lib/src/views/dsc-component/Sidebar/SidebarItem.vue.js +0 -46
- package/lib/src/views/dsc-component/Sidebar/index.vue.js +0 -103
- package/lib/src/views/dsc-component/tabs/tab-content.vue.js +0 -61
- package/lib/src/views/error-page/401.vue.js +0 -11
- package/lib/src/views/error-page/404.vue.js +0 -8
- package/lib/src/views/layout/EmptyLayout.vue.js +0 -7
- package/lib/src/views/layout/Layout.vue.js +0 -21
- package/lib/src/views/layout/NewLayout.vue.js +0 -7
- package/lib/src/views/layout/components/AppMain.vue.js +0 -11
- package/lib/src/views/layout/components/Breadcrumb/index.vue.js +0 -56
- package/lib/src/views/layout/components/Menubar/Item.vue.js +0 -5
- package/lib/src/views/layout/components/Menubar/Item.vue2.js +0 -13
- package/lib/src/views/layout/components/Menubar/Link.vue.js +0 -11
- package/lib/src/views/layout/components/Menubar/SidebarItem.vue.js +0 -47
- package/lib/src/views/layout/components/Menubar/index.vue.js +0 -79
- package/lib/src/views/layout/components/Sidebar/Item.vue2.js +0 -3
- package/lib/src/views/layout/components/Sidebar/Link.vue.js +0 -9
- package/lib/src/views/layout/components/Sidebar/SidebarItem.vue.js +0 -16
- package/lib/src/views/layout/components/Sidebar/index.vue.js +0 -51
- package/lib/src/views/layout/components/iframe-page.vue.js +0 -12
- package/lib/src/views/layout/components/tabs/tab-content.vue.js +0 -60
- package/lib/src/views/layout/mixin/ResizeHandler.js +0 -14
- package/lib/src/views/layout/tab-content-iframe-index.vue.js +0 -12
- package/lib/src/views/layout/tab-content-index.vue.js +0 -22
- package/lib/src/views/wf-history/tache-subprocess-history.vue.js +0 -12
- package/lib/super-grid/index.js +0 -5
- package/lib/super-grid/src/apis.js +0 -448
- package/lib/super-grid/src/columns-config.vue.js +0 -76
- package/lib/super-grid/src/components/grid-icon.vue.js +0 -39
- package/lib/super-grid/src/components/grid-radio-input.vue.js +0 -22
- package/lib/super-grid/src/components/grid-radio-input.vue2.js +0 -3
- package/lib/super-grid/src/components/mobile-table-card.js +0 -99
- package/lib/super-grid/src/components/select-input.vue.js +0 -141
- package/lib/super-grid/src/components/select-input.vue2.js +0 -3
- package/lib/super-grid/src/custom-formatter.js +0 -163
- package/lib/super-grid/src/dynamic-input.vue.js +0 -465
- package/lib/super-grid/src/events.js +0 -35
- package/lib/super-grid/src/formValidatorUtil.js +0 -106
- package/lib/super-grid/src/group-column.vue.js +0 -19
- package/lib/super-grid/src/header-context-menu.vue.js +0 -12
- package/lib/super-grid/src/index-column.vue.js +0 -19
- package/lib/super-grid/src/normal-column-content.vue.js +0 -300
- package/lib/super-grid/src/normal-column.vue.js +0 -91
- package/lib/super-grid/src/row-detail.vue.js +0 -11
- package/lib/super-grid/src/row-operation.vue.js +0 -82
- package/lib/super-grid/src/scan-util.js +0 -98
- package/lib/super-grid/src/search-button.vue.js +0 -18
- package/lib/super-grid/src/search-condition-input.vue.js +0 -13
- package/lib/super-grid/src/search-condition-list.vue.js +0 -17
- package/lib/super-grid/src/search-form-advancedQuery.vue.js +0 -106
- package/lib/super-grid/src/search-form-dialog.vue.js +0 -12
- package/lib/super-grid/src/search-form-item.vue.js +0 -120
- package/lib/super-grid/src/search-form-mobile.vue.js +0 -32
- package/lib/super-grid/src/search-form-number.vue.js +0 -21
- package/lib/super-grid/src/search-form-open.vue.js +0 -44
- package/lib/super-grid/src/search-form-ordinarySearch.vue.js +0 -31
- package/lib/super-grid/src/search-form.vue.js +0 -189
- package/lib/super-grid/src/selection-column.vue.js +0 -9
- package/lib/super-grid/src/super-grid-service.js +0 -253
- package/lib/super-grid/src/super-grid.vue.js +0 -1021
- package/lib/super-grid/src/utils.js +0 -298
- package/lib/super-grid/src/view-image-dialog.vue.js +0 -60
- package/lib/super-icon/index.js +0 -5
- package/lib/super-icon/src/index.vue.js +0 -5
- package/lib/super-icon/src/index.vue2.js +0 -10
- package/lib/super-nine-grid/index.js +0 -5
- package/lib/super-nine-grid/src/apis.js +0 -33
- package/lib/super-nine-grid/src/custom-formatter.js +0 -33
- package/lib/super-nine-grid/src/search-form-number.vue.js +0 -9
- package/lib/super-nine-grid/src/search-form.vue.js +0 -84
- package/lib/super-nine-grid/src/super-grid-service.js +0 -35
- package/lib/super-nine-grid/src/super-nine-grid.vue.js +0 -215
- package/lib/super-nine-grid/src/utils.js +0 -36
- package/lib/svg-icon/index.js +0 -5
- package/lib/svg-icon/src/svg-icon.vue.js +0 -12
- package/lib/utils/memory-cache-utils.js +0 -28
- package/lib/utils/utils.js +0 -85
- package/lib/utils/value-set.js +0 -92
- package/lib/valid-code/index.js +0 -5
- package/lib/valid-code/src/valid-code.vue.js +0 -20
- package/lib/workflow-button/index.js +0 -5
- package/lib/workflow-button/src/workflow-button.vue.js +0 -80
- package/lib/workflow-history-list/index.js +0 -5
- package/lib/workflow-history-list/src/workflow-history-list.vue.js +0 -83
- package/lib/workgroup-tree/index.js +0 -5
- package/lib/workgroup-tree/src/workgroup-tree.vue.js +0 -17
- package/lib/workgroup-tree-inline/index.js +0 -5
- package/lib/workgroup-tree-inline/src/search-result.vue.js +0 -35
- package/lib/workgroup-tree-inline/src/workgroup-tree-inline.vue.js +0 -119
- package/lib/workgroup-tree-inline/src/workgroup-tree-service.js +0 -33
- package/lib/workgroup-tree-mobile/index.js +0 -5
- package/lib/workgroup-tree-mobile/src/dept-result.vue2.js +0 -3
- package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue.js +0 -12
- package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue3.js +0 -3
- package/lib/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue.js +0 -99
- package/lib/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue2.js +0 -3
- package/lib/workgroup-user-tree/index.js +0 -5
- package/lib/workgroup-user-tree/src/workgroup-user-tree.vue.js +0 -17
- package/lib/workgroup-user-tree-inline/index.js +0 -5
- package/lib/workgroup-user-tree-inline/src/search-result.vue.js +0 -35
- package/lib/workgroup-user-tree-inline/src/workgroup-tree-inline-service.js +0 -71
- package/lib/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue.js +0 -163
- package/lib/workgroup-user-tree-mobile/src/dept-path.vue2.js +0 -3
- package/lib/workgroup-user-tree-mobile/src/dept-result.vue.js +0 -13
- package/lib/workgroup-user-tree-mobile/src/dept-result.vue2.js +0 -3
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue.js +0 -12
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue3.js +0 -3
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue.js +0 -124
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue2.js +0 -3
- package/lib/year-range-picker/index.js +0 -5
- package/lib/year-range-picker/src/year-range-picker.vue.js +0 -11
- /package/lib/IntervalSelection/src/{sectionDate.vue2.js → sectionDate.vue2.cjs} +0 -0
- /package/lib/_virtual/{__vite-browser-external.js → __vite-browser-external.cjs} +0 -0
- /package/lib/_virtual/{_plugin-vue_export-helper.js → _plugin-vue_export-helper.cjs} +0 -0
- /package/lib/breadcrumb/src/{breadcrumb.vue2.js → breadcrumb.vue2.cjs} +0 -0
- /package/lib/chat-embed/src/{chat-addition-data.vue2.js → chat-addition-data.vue2.cjs} +0 -0
- /package/lib/chat-embed/src/{chat-addition-data.vue3.js → chat-addition-data.vue3.cjs} +0 -0
- /package/lib/chat-embed/src/{chat-ai-answer-tip.vue2.js → chat-ai-answer-tip.vue2.cjs} +0 -0
- /package/lib/chat-embed/src/{chat-ai-answer-tip.vue3.js → chat-ai-answer-tip.vue3.cjs} +0 -0
- /package/lib/chat-embed/src/{chat-bubble-footer.vue2.js → chat-bubble-footer.vue2.cjs} +0 -0
- /package/lib/chat-embed/src/{chat-bubble-footer.vue3.js → chat-bubble-footer.vue3.cjs} +0 -0
- /package/lib/chat-embed/src/{chat-sender.vue3.js → chat-sender.vue3.cjs} +0 -0
- /package/lib/chat-embed/src/components/{answer-auto-chart.vue2.js → answer-auto-chart.vue2.cjs} +0 -0
- /package/lib/chat-embed/src/components/{answer-auto-chart.vue3.js → answer-auto-chart.vue3.cjs} +0 -0
- /package/lib/chat-embed/src/components/{answer-home-chart.vue2.js → answer-home-chart.vue2.cjs} +0 -0
- /package/lib/chat-embed/src/components/{answer-home-chart.vue3.js → answer-home-chart.vue3.cjs} +0 -0
- /package/lib/chat-embed/src/components/{answer-interaction-data.vue3.js → answer-interaction-data.vue3.cjs} +0 -0
- /package/lib/chat-embed/src/components/{history-detail.vue3.js → history-detail.vue3.cjs} +0 -0
- /package/lib/chat-embed/src/{header.vue3.js → header.vue3.cjs} +0 -0
- /package/lib/chat-embed/src/{index.vue3.js → index.vue3.cjs} +0 -0
- /package/lib/chat-embed/src/{recommendation-message.vue2.js → recommendation-message.vue2.cjs} +0 -0
- /package/lib/chat-embed/src/{recommendation-message.vue3.js → recommendation-message.vue3.cjs} +0 -0
- /package/lib/chat-embed/src/{sidebar-item.vue3.js → sidebar-item.vue3.cjs} +0 -0
- /package/lib/chat-embed/src/{type.js → type.cjs} +0 -0
- /package/lib/chat-embed/src/util/{chat-embed-util.js → chat-embed-util.cjs} +0 -0
- /package/lib/chat-embed/src/util/{text-file-util.js → text-file-util.cjs} +0 -0
- /package/lib/chat-embed/src/voice/js/{crypto-js.js → crypto-js.cjs} +0 -0
- /package/lib/chat-embed/src/voice/js/processor/{index.umd.js → index.umd.cjs} +0 -0
- /package/lib/chat-embed/src/voice/js/{timer.js → timer.cjs} +0 -0
- /package/lib/date-picker-range/{index.vue2.js → index.vue2.cjs} +0 -0
- /package/lib/date-picker-range/{index.vue3.js → index.vue3.cjs} +0 -0
- /package/lib/department-tree-inline/src/{department-multi-tree-inline.vue2.js → department-multi-tree-inline.vue2.cjs} +0 -0
- /package/lib/department-tree-inline/src/{department-single-tree-inline.vue2.js → department-single-tree-inline.vue2.cjs} +0 -0
- /package/lib/department-tree-inline/src/{search-result.vue2.js → search-result.vue2.cjs} +0 -0
- /package/lib/department-tree-mobile/src/{department-tree-app.vue2.js → department-tree-app.vue2.cjs} +0 -0
- /package/lib/department-tree-mobile/src/{department-tree-service.js → department-tree-service.cjs} +0 -0
- /package/lib/department-tree-mobile/src/{dept-path.vue.js → dept-path.vue.cjs} +0 -0
- /package/lib/department-tree-mobile/src/{dept-result.vue.js → dept-result.vue.cjs} +0 -0
- /package/lib/department-user-tree/src/{department-user-multiple-tree.vue2.js → department-user-multiple-tree.vue2.cjs} +0 -0
- /package/lib/department-user-tree-inline/src/{department-user-multiple-tree-inline.vue2.js → department-user-multiple-tree-inline.vue2.cjs} +0 -0
- /package/lib/department-user-tree-inline/src/{department-user-single-tree-inline.vue2.js → department-user-single-tree-inline.vue2.cjs} +0 -0
- /package/lib/department-user-tree-inline/src/{group-user-tree-service.js → group-user-tree-service.cjs} +0 -0
- /package/lib/department-user-tree-inline/src/{search-result.vue2.js → search-result.vue2.cjs} +0 -0
- /package/lib/department-user-tree-mobile/src/{department-user-tree-app.vue2.js → department-user-tree-app.vue2.cjs} +0 -0
- /package/lib/department-user-tree-mobile/src/{department-user-tree-service.js → department-user-tree-service.cjs} +0 -0
- /package/lib/department-user-tree-mobile/src/{dept-path.vue.js → dept-path.vue.cjs} +0 -0
- /package/lib/directives/{prevent-reclick.js → prevent-reclick.cjs} +0 -0
- /package/lib/dynamic-source-select/src/{dynamic-source-select.vue2.js → dynamic-source-select.vue2.cjs} +0 -0
- /package/lib/dynamic-source-select/src/{dynamic-source-select.vue3.js → dynamic-source-select.vue3.cjs} +0 -0
- /package/lib/dynamic-source-select/src/{events.js → events.cjs} +0 -0
- /package/lib/empty-state/{index.vue.js → index.vue.cjs} +0 -0
- /package/lib/fs-preview/src/{fs-preview.vue2.js → fs-preview.vue2.cjs} +0 -0
- /package/lib/fs-upload-list/src/{fs-upload-list.vue2.js → fs-upload-list.vue2.cjs} +0 -0
- /package/lib/fs-upload-new/src/file-upload-mobile/{file-upload-component.vue3.js → file-upload-component.vue3.cjs} +0 -0
- /package/lib/fs-upload-new/src/{fs-button-upload.vue3.js → fs-button-upload.vue3.cjs} +0 -0
- /package/lib/fs-upload-new/src/{fs-drag-upload.vue3.js → fs-drag-upload.vue3.cjs} +0 -0
- /package/lib/fs-upload-new/src/{fs-preview-new.vue3.js → fs-preview-new.vue3.cjs} +0 -0
- /package/lib/fs-upload-new/src/{fs-preview-new.vue4.js → fs-preview-new.vue4.cjs} +0 -0
- /package/lib/hamburger/src/{hamburger.vue2.js → hamburger.vue2.cjs} +0 -0
- /package/lib/json-view/{json-view.vue2.js → json-view.vue2.cjs} +0 -0
- /package/lib/organization-input/src/{organization-input.vue2.js → organization-input.vue2.cjs} +0 -0
- /package/lib/plugins/{public-method.js → public-method.cjs} +0 -0
- /package/lib/remove-department/src/{remove-dept-service.js → remove-dept-service.cjs} +0 -0
- /package/lib/remove-user/src/{remove-user-service.js → remove-user-service.cjs} +0 -0
- /package/lib/remove-workgroup/src/{remove-workgroup-service.js → remove-workgroup-service.cjs} +0 -0
- /package/lib/rich-editor/tinymce/{zh_CN.js → zh_CN.cjs} +0 -0
- /package/lib/row-form/{index.vue3.js → index.vue3.cjs} +0 -0
- /package/lib/src/api/{tab.js → tab.cjs} +0 -0
- /package/lib/src/assets/401/{401.gif.js → 401.gif.cjs} +0 -0
- /package/lib/src/assets/404/{404-cloud.png.js → 404-cloud.png.cjs} +0 -0
- /package/lib/src/assets/404/{404.png.js → 404.png.cjs} +0 -0
- /package/lib/src/assets/chat-embed/{robot.gif.js → robot.gif.cjs} +0 -0
- /package/lib/src/assets/chat-embed/{robot.svg.js → robot.svg.cjs} +0 -0
- /package/lib/src/assets/{nonemessage.png.js → nonemessage.png.cjs} +0 -0
- /package/lib/src/components/Affix/{index.vue2.js → index.vue2.cjs} +0 -0
- /package/lib/src/components/Affix/{index.vue3.js → index.vue3.cjs} +0 -0
- /package/lib/src/components/Scrollbar/{index.vue2.js → index.vue2.cjs} +0 -0
- /package/lib/src/i18n/langs/{cn.js → cn.cjs} +0 -0
- /package/lib/src/i18n/langs/{en.js → en.cjs} +0 -0
- /package/lib/src/mixins/{resizeMixin.js → resizeMixin.cjs} +0 -0
- /package/lib/src/store/{getters.js → getters.cjs} +0 -0
- /package/lib/src/store/modules/{app.js → app.cjs} +0 -0
- /package/lib/src/store/modules/{chat-ai-store.js → chat-ai-store.cjs} +0 -0
- /package/lib/src/store/modules/{table.js → table.cjs} +0 -0
- /package/lib/src/utils/{auth-api.js → auth-api.cjs} +0 -0
- /package/lib/src/utils/calculator/{calculator-factory-wf.js → calculator-factory-wf.cjs} +0 -0
- /package/lib/src/utils/calculator/{calculator-factory.js → calculator-factory.cjs} +0 -0
- /package/lib/src/utils/{chat-ai-util.js → chat-ai-util.cjs} +0 -0
- /package/lib/src/utils/{eventBus.js → eventBus.cjs} +0 -0
- /package/lib/src/utils/{file-util.js → file-util.cjs} +0 -0
- /package/lib/src/utils/{global-prop.js → global-prop.cjs} +0 -0
- /package/lib/src/utils/{guid.js → guid.cjs} +0 -0
- /package/lib/src/utils/{i18n-util.js → i18n-util.cjs} +0 -0
- /package/lib/src/utils/{iconUtils.js → iconUtils.cjs} +0 -0
- /package/lib/src/utils/{index.js → index.cjs} +0 -0
- /package/lib/src/utils/{insert_css.js → insert_css.cjs} +0 -0
- /package/lib/src/utils/{json-util.js → json-util.cjs} +0 -0
- /package/lib/src/utils/{local-storage.js → local-storage.cjs} +0 -0
- /package/lib/src/utils/{resize.js → resize.cjs} +0 -0
- /package/lib/src/utils/{restful-interface-utils.js → restful-interface-utils.cjs} +0 -0
- /package/lib/src/utils/{validate.js → validate.cjs} +0 -0
- /package/lib/src/utils/{watermark-cache.js → watermark-cache.cjs} +0 -0
- /package/lib/src/views/dsc-component/Sidebar/{Item.vue3.js → Item.vue3.cjs} +0 -0
- /package/lib/src/views/dsc-component/Sidebar/{SidebarItem.vue2.js → SidebarItem.vue2.cjs} +0 -0
- /package/lib/src/views/dsc-component/tabs/{tab-content.vue2.js → tab-content.vue2.cjs} +0 -0
- /package/lib/src/views/dsc-component/tabs/{tab-content.vue3.js → tab-content.vue3.cjs} +0 -0
- /package/lib/src/views/error-page/{401.vue2.js → 401.vue2.cjs} +0 -0
- /package/lib/src/views/error-page/{404.vue2.js → 404.vue2.cjs} +0 -0
- /package/lib/src/views/layout/{Layout.vue2.js → Layout.vue2.cjs} +0 -0
- /package/lib/src/views/layout/components/{AppMain.vue2.js → AppMain.vue2.cjs} +0 -0
- /package/lib/src/views/layout/components/Breadcrumb/{index.vue2.js → index.vue2.cjs} +0 -0
- /package/lib/src/views/layout/components/Menubar/{Item.vue3.js → Item.vue3.cjs} +0 -0
- /package/lib/src/views/layout/components/Menubar/{SidebarItem.vue2.js → SidebarItem.vue2.cjs} +0 -0
- /package/lib/src/views/layout/components/Sidebar/{Item.vue.js → Item.vue.cjs} +0 -0
- /package/lib/src/views/layout/components/Sidebar/{SidebarItem.vue2.js → SidebarItem.vue2.cjs} +0 -0
- /package/lib/src/views/layout/components/{iframe-page.vue2.js → iframe-page.vue2.cjs} +0 -0
- /package/lib/src/views/layout/components/tabs/{tab-content.vue2.js → tab-content.vue2.cjs} +0 -0
- /package/lib/src/views/layout/components/tabs/{tab-content.vue3.js → tab-content.vue3.cjs} +0 -0
- /package/lib/src/views/layout/{tab-content-iframe-index.vue2.js → tab-content-iframe-index.vue2.cjs} +0 -0
- /package/lib/src/views/layout/{tab-content-index.vue2.js → tab-content-index.vue2.cjs} +0 -0
- /package/lib/src/views/login/{authredirect.vue.js → authredirect.vue.cjs} +0 -0
- /package/lib/src/views/redirect/{index.vue.js → index.vue.cjs} +0 -0
- /package/lib/src/views/svg-icon/src/{svg-icon.vue.js → svg-icon.vue.cjs} +0 -0
- /package/lib/src/views/wf-history/{tache-subprocess-history.vue2.js → tache-subprocess-history.vue2.cjs} +0 -0
- /package/lib/super-grid/src/{eventBus.js → eventBus.cjs} +0 -0
- /package/lib/super-grid/src/{formatter.js → formatter.cjs} +0 -0
- /package/lib/super-grid/src/{header-context-menu.vue2.js → header-context-menu.vue2.cjs} +0 -0
- /package/lib/super-grid/src/{normal-column-content.vue2.js → normal-column-content.vue2.cjs} +0 -0
- /package/lib/super-grid/src/{normal-column.vue2.js → normal-column.vue2.cjs} +0 -0
- /package/lib/super-grid/src/{public-methods.js → public-methods.cjs} +0 -0
- /package/lib/super-grid/src/{row-operation.vue2.js → row-operation.vue2.cjs} +0 -0
- /package/lib/super-grid/src/{search-form-advancedQuery.vue2.js → search-form-advancedQuery.vue2.cjs} +0 -0
- /package/lib/super-grid/src/{search-form-item.vue2.js → search-form-item.vue2.cjs} +0 -0
- /package/lib/super-grid/src/{search-form-mobile.vue2.js → search-form-mobile.vue2.cjs} +0 -0
- /package/lib/super-grid/src/{search-form-ordinarySearch.vue2.js → search-form-ordinarySearch.vue2.cjs} +0 -0
- /package/lib/super-grid/src/{search-form.vue2.js → search-form.vue2.cjs} +0 -0
- /package/lib/super-grid/src/{search-methods.js → search-methods.cjs} +0 -0
- /package/lib/super-grid/src/{store.js → store.cjs} +0 -0
- /package/lib/super-grid/src/{super-grid.vue2.js → super-grid.vue2.cjs} +0 -0
- /package/lib/super-icon/src/{index.vue3.js → index.vue3.cjs} +0 -0
- /package/lib/super-nine-grid/src/{formatter.js → formatter.cjs} +0 -0
- /package/lib/super-nine-grid/src/{search-form.vue2.js → search-form.vue2.cjs} +0 -0
- /package/lib/super-nine-grid/src/{search-methods.js → search-methods.cjs} +0 -0
- /package/lib/super-nine-grid/src/{store.js → store.cjs} +0 -0
- /package/lib/super-nine-grid/src/{super-nine-grid.vue2.js → super-nine-grid.vue2.cjs} +0 -0
- /package/lib/svg-icon/src/{svg-icon.vue2.js → svg-icon.vue2.cjs} +0 -0
- /package/lib/utils/{gogocodeTransfer.js → gogocodeTransfer.cjs} +0 -0
- /package/lib/utils/{organization.js → organization.cjs} +0 -0
- /package/lib/valid-code/src/{valid-code.vue2.js → valid-code.vue2.cjs} +0 -0
- /package/lib/workflow-history-list/src/{api.js → api.cjs} +0 -0
- /package/lib/workflow-history-list/src/{workflow-history-list.vue2.js → workflow-history-list.vue2.cjs} +0 -0
- /package/lib/workgroup-tree-inline/src/{search-result.vue2.js → search-result.vue2.cjs} +0 -0
- /package/lib/workgroup-tree-inline/src/{workgroup-tree-inline.vue2.js → workgroup-tree-inline.vue2.cjs} +0 -0
- /package/lib/workgroup-tree-mobile/src/{dept-result.vue.js → dept-result.vue.cjs} +0 -0
- /package/lib/workgroup-tree-mobile/src/{workgroup-tree-app.vue2.js → workgroup-tree-app.vue2.cjs} +0 -0
- /package/lib/workgroup-tree-mobile/src/{workgroup-tree-service.js → workgroup-tree-service.cjs} +0 -0
- /package/lib/workgroup-user-tree-inline/src/{search-result.vue2.js → search-result.vue2.cjs} +0 -0
- /package/lib/workgroup-user-tree-inline/src/{workgroup-user-tree-inline.vue2.js → workgroup-user-tree-inline.vue2.cjs} +0 -0
- /package/lib/workgroup-user-tree-mobile/src/{dept-path.vue.js → dept-path.vue.cjs} +0 -0
- /package/lib/workgroup-user-tree-mobile/src/{workgroup-user-tree-app.vue2.js → workgroup-user-tree-app.vue2.cjs} +0 -0
- /package/lib/workgroup-user-tree-mobile/src/{workgroup-user-tree-service.js → workgroup-user-tree-service.cjs} +0 -0
|
@@ -0,0 +1,164 @@
|
|
|
1
|
+
const e = { packageSearchParam() {
|
|
2
|
+
if ("normal" !== this.searchType && this.searchType && null !== this.searchType && void 0 !== this.searchType && "" !== this.searchType) {
|
|
3
|
+
const e2 = [];
|
|
4
|
+
return this.searchFormList.forEach((t) => {
|
|
5
|
+
let a = {};
|
|
6
|
+
a = t;
|
|
7
|
+
let r = a.orgProp;
|
|
8
|
+
if (r && r.indexOf("__") > 0 && (r = r.replace("__", ".")), a.propName = r, a.operator = this.getOperator(t), a.matchingType = t.queryMatching, "DATE" === a.dataType || "TIME" === a.dataType) {
|
|
9
|
+
const e3 = a.value;
|
|
10
|
+
null !== e3 && 2 === e3.length && null !== e3[0] && null !== e3[1] && (a.startValue = e3[0], a.endValue = e3[1]);
|
|
11
|
+
} else if ("INTEGER" === a.dataType || "LONG" === a.dataType) {
|
|
12
|
+
const e3 = a.value;
|
|
13
|
+
e3 && (!Array.isArray(e3) || e3.length < 2 || null === e3[0] && null === e3[1] ? Array.isArray(e3) ? e3.length < 2 ? a.propValue = e3[0] : null === e3[0] ? a.propValue = e3[1] : null === e3[1] && (a.propValue = e3[0]) : a.propValue = e3 : (a.startValue = e3[0], a.endValue = e3[1]));
|
|
14
|
+
} else if (a.componentType && -1 !== a.componentType.indexOf("Tree") && -1 === a.componentType.indexOf("single")) {
|
|
15
|
+
const r2 = this.isUserTree(a.componentType), n = a.value;
|
|
16
|
+
if (n && "" !== n) {
|
|
17
|
+
const a2 = [];
|
|
18
|
+
let o = n;
|
|
19
|
+
o = Array.isArray(n) ? n : n.split(","), Array.isArray(o) && o && o.length > 0 && o.forEach((e3) => {
|
|
20
|
+
const t2 = this.getUserName(r2, e3);
|
|
21
|
+
null != t2 && a2.push(t2);
|
|
22
|
+
}), this.packageValueWithArray(a2, e2, t);
|
|
23
|
+
}
|
|
24
|
+
} else if (a.componentType && -1 !== a.componentType.indexOf("Tree")) {
|
|
25
|
+
const r2 = this.isUserTree(a.componentType);
|
|
26
|
+
let n = a.value;
|
|
27
|
+
n = this.getUserName(r2, n), this.packageValueWithArray(n, e2, t);
|
|
28
|
+
} else if ("multiselect" === a.componentType) {
|
|
29
|
+
const r2 = a.value;
|
|
30
|
+
this.packageValueWithArray(r2, e2, t);
|
|
31
|
+
} else {
|
|
32
|
+
const r2 = a.value;
|
|
33
|
+
this.packageValueWithArray(r2, e2, t);
|
|
34
|
+
}
|
|
35
|
+
}), e2;
|
|
36
|
+
}
|
|
37
|
+
return this.packageSearchParamNormalType(this.searchableColumns);
|
|
38
|
+
}, getDateTimeSearchFormatter(e2, t, a) {
|
|
39
|
+
const r = "yyyy-m-d";
|
|
40
|
+
let n;
|
|
41
|
+
if ("dateSection" === e2.componentType ? n = r : "dateTimePicker" === e2.componentType ? n = "yyyy-MM-dd HH:mm:ss" : "DATE" !== e2.dataType && "date" !== e2.componentType || (n = r), !n && a) {
|
|
42
|
+
const e3 = a.options;
|
|
43
|
+
e3 && null != e3 && (n = e3.format);
|
|
44
|
+
}
|
|
45
|
+
return n || ("DATE" === t ? n = "yyyy-m-d" : "TIME" === t && (n = "yyyy-m-d hh:mm:ss")), n;
|
|
46
|
+
}, getDateTimeMillsByDateStr(e2, t) {
|
|
47
|
+
if ("string" == typeof e2 && t) {
|
|
48
|
+
if (-1 !== e2.indexOf("T"))
|
|
49
|
+
return new Date(e2).getTime();
|
|
50
|
+
e2 = (t = t.toLowerCase()).indexOf("h") > 0 && t.indexOf("m") > 0 && t.indexOf("s") > 0 ? new Date(e2).getTime() : (/* @__PURE__ */ new Date(e2 + " 00:00:00")).getTime();
|
|
51
|
+
}
|
|
52
|
+
return e2;
|
|
53
|
+
}, isUserTree: (e2) => e2.indexOf("DeptManTree") > 0 || e2.indexOf("WgManTree") > 0, getUserName: (e2, t) => (e2 && null != t && t.indexOf("(") > 0 && t.indexOf(")") > 0 && (t = t.substring(0, t.indexOf("("))), t), getOperator(e2, t) {
|
|
54
|
+
return ("TEXT" === e2.dataType || "CLOB" === e2.dataType) && e2.fuzzy && (!e2.componentType || e2.componentType && ("select" !== e2.componentType && "multiselect" !== e2.componentType || "multiselect" === e2.componentType && void 0 !== e2.ifMultiData && true === e2.ifMultiData)) ? "CONTAIN" : Array.isArray(this.getFormItemValue(e2.prop, null, t)) && ("INTEGER" === e2.dataType || "LONG" === e2.dataType || "DOUBLE" === e2.dataType) ? "BETWEEN" : "EQ";
|
|
55
|
+
}, getFormItemValue(e2, t, a) {
|
|
56
|
+
if (a || (a = this.searchForm), e2.indexOf(".") > 0) {
|
|
57
|
+
const a2 = this.getParentObject(e2);
|
|
58
|
+
return null != t && void 0 !== t ? a2[e2.substring(e2.lastIndexOf(".") + 1)][t] : a2[e2.substring(e2.lastIndexOf(".") + 1)];
|
|
59
|
+
}
|
|
60
|
+
return null != t && void 0 !== t ? a[e2][t] : a[e2];
|
|
61
|
+
}, getParentObject(e2) {
|
|
62
|
+
const t = e2.split(".");
|
|
63
|
+
if (1 === t.length)
|
|
64
|
+
return this.searchForm;
|
|
65
|
+
{
|
|
66
|
+
let e3;
|
|
67
|
+
for (let a = 0; a < t.length - 1; a++)
|
|
68
|
+
e3 = this.searchForm[t[a]];
|
|
69
|
+
return e3;
|
|
70
|
+
}
|
|
71
|
+
}, packageValueWithArray(e2, t, a) {
|
|
72
|
+
if (e2 && Array.isArray(e2)) {
|
|
73
|
+
const r = e2;
|
|
74
|
+
let n = false;
|
|
75
|
+
if (a.isEmptyValue) {
|
|
76
|
+
const e3 = Object.assign({}, a);
|
|
77
|
+
e3 && (r.length > 0 ? (e3.joinSign = "or", n = true, e3.leftBracket = "1") : e3.joinSign = "and", t.push(e3)), a.isEmptyValue = false;
|
|
78
|
+
}
|
|
79
|
+
let o = 0;
|
|
80
|
+
r.forEach((e3) => {
|
|
81
|
+
const i = Object.assign({}, a);
|
|
82
|
+
i.joinSign = "or", 0 !== o || n || (i.leftBracket = "1"), o === r.length - 1 && (i.rightBracket = "1", i.joinSign = "and"), i.propValue = e3, null != e3 && t.push(i), o++;
|
|
83
|
+
});
|
|
84
|
+
} else
|
|
85
|
+
(a.isEmptyValue || void 0 !== e2 && "" !== e2 && null !== e2 && !Array.isArray(e2)) && (a.propValue = e2, t.push(a));
|
|
86
|
+
}, saveSearchCondition(e2) {
|
|
87
|
+
return this.$http.post(window.$vueApp.config.globalProperties.baseAPI + "/component/super-grids/search-conditions", e2);
|
|
88
|
+
}, listSearchCondition(e2) {
|
|
89
|
+
return new Promise((t, a) => {
|
|
90
|
+
e2 ? this.$http.get(window.$vueApp.config.globalProperties.baseAPI + "/component/super-grids/search-condition-list/" + e2).then((e3) => {
|
|
91
|
+
t(e3);
|
|
92
|
+
}) : t([]);
|
|
93
|
+
});
|
|
94
|
+
}, removeSearchCondition(e2) {
|
|
95
|
+
return this.$http.delete(window.$vueApp.config.globalProperties.baseAPI + "/component/super-grids/search-conditions/" + e2);
|
|
96
|
+
}, getSearchCondition(e2) {
|
|
97
|
+
return this.$http.get(window.$vueApp.config.globalProperties.baseAPI + "/component/super-grids/search-conditions/" + e2);
|
|
98
|
+
}, setDefaultQueryValue(e2, t) {
|
|
99
|
+
if ("date" === e2.componentType || "dateSection" === e2.componentType || "timePicker" === e2.componentType || "dateTimePicker" === e2.componentType) {
|
|
100
|
+
const a = { date: "YYYYMMDD", dateSection: "YYYYMMDDHHMMSS", timePicker: "YYYYMMDD", dateTimePicker: "YYYYMMDDHHMMSS" }, r = { date: "String", dateSection: "Date", timePicker: "String", dateTimePicker: "String" }, n = e2.controlConfig;
|
|
101
|
+
if (null != n && "" !== n) {
|
|
102
|
+
const o = JSON.parse(n);
|
|
103
|
+
if (o.timeDefaultQueryRange) {
|
|
104
|
+
const n2 = a[e2.componentType], i = r[e2.componentType];
|
|
105
|
+
if (n2 && i) {
|
|
106
|
+
const a2 = this.getDateQueryRange(e2.componentType, n2, o.timeDefaultQueryRange, i);
|
|
107
|
+
t[e2.prop] = a2;
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
}, getDateQueryRange(e2, t, a, r) {
|
|
113
|
+
const n = [], o = /* @__PURE__ */ new Date();
|
|
114
|
+
let i;
|
|
115
|
+
const s = /* @__PURE__ */ new Date();
|
|
116
|
+
if (null !== a && a > 0 && (i = new Date(o.setDate(o.getDate() - parseInt(a)))), "YYYYMMDD" === t ? (n[0] = i.getFullYear() + "-" + (i.getMonth() + 1) + "-" + i.getDate(), n[1] = s.getFullYear() + "-" + (s.getMonth() + 1) + "-" + s.getDate()) : (n[0] = i.getFullYear() + "-" + (i.getMonth() + 1) + "-" + i.getDate() + " 00:00:00", n[1] = s.getFullYear() + "-" + (s.getMonth() + 1) + "-" + s.getDate() + " 23:59:59"), "Date" === r) {
|
|
117
|
+
const e3 = [];
|
|
118
|
+
return n.forEach((t2) => {
|
|
119
|
+
var a2 = t2.split(" "), r2 = a2[0].split("-"), n2 = parseInt(r2[0], 10), o2 = parseInt(r2[1], 10) - 1, i2 = parseInt(r2[2], 10), s2 = a2[1].split(":"), p = parseInt(s2[0], 10), l = parseInt(s2[1], 10), c = parseInt(s2[2], 10);
|
|
120
|
+
e3.push(new Date(n2, o2, i2, p, l, c));
|
|
121
|
+
}), e3;
|
|
122
|
+
}
|
|
123
|
+
return n;
|
|
124
|
+
}, packageSearchParamNormalType(e2, t) {
|
|
125
|
+
const a = [];
|
|
126
|
+
return e2 ? (e2.forEach((e3) => {
|
|
127
|
+
const r = { leftBracket: "", rightBracket: "", joinSign: "and" };
|
|
128
|
+
let n = e3.orgProp;
|
|
129
|
+
n && n.indexOf("__") > 0 && (n = n.replace("__", ".")), r.propName = n, r.enumName = e3.enumName, r.operator = this.getOperator(e3, t), r.dataType = e3.dataType, r.matchingType = e3.queryMatching, r.formatter = e3.formatter ? JSON.parse(JSON.stringify(e3.formatter)) : e3.formatter, r.isEmptyValue = !(!e3._emptyValue || "#blank#" !== e3._emptyValue);
|
|
130
|
+
const o = this.getFormItemValue(e3.prop, null, t);
|
|
131
|
+
if ("DATE" === e3.dataType || "TIME" === e3.dataType) {
|
|
132
|
+
if (o && 2 === o.length && null !== o[0] && null !== o[1]) {
|
|
133
|
+
const t2 = this.getDateTimeSearchFormatter(e3, e3.dataType, e3.formatter);
|
|
134
|
+
t2 && (r.formatter ? r.formatter.options || (r.formatter.options = {}) : (r.formatter = {}, r.formatter.options = {}), r.formatter.options.format = t2), r.startValue = this.getDateTimeMillsByDateStr(o[0], t2), r.endValue = this.getDateTimeMillsByDateStr(o[1], t2), a.push(r);
|
|
135
|
+
}
|
|
136
|
+
} else if ("INTEGER" !== e3.dataType && "LONG" !== e3.dataType && "DOUBLE" !== e3.dataType || !Array.isArray(o))
|
|
137
|
+
if (e3.componentType && -1 !== e3.componentType.indexOf("Tree") && -1 === e3.componentType.indexOf("single")) {
|
|
138
|
+
const n2 = this.isUserTree(e3.componentType), o2 = this.getFormItemValue(e3.prop, null, t);
|
|
139
|
+
if (o2 && "" !== o2) {
|
|
140
|
+
const e4 = [];
|
|
141
|
+
let t2 = o2;
|
|
142
|
+
t2 = Array.isArray(o2) ? o2 : o2.split(","), Array.isArray(t2) && t2 && t2.length > 0 && t2.forEach((t3) => {
|
|
143
|
+
const a2 = this.getUserName(n2, t3);
|
|
144
|
+
null != a2 && e4.push(a2);
|
|
145
|
+
}), this.packageValueWithArray(e4, a, r);
|
|
146
|
+
}
|
|
147
|
+
} else if (e3.componentType && -1 !== e3.componentType.indexOf("Tree")) {
|
|
148
|
+
const n2 = this.isUserTree(e3.componentType);
|
|
149
|
+
let o2 = this.getFormItemValue(e3.prop, null, t);
|
|
150
|
+
o2 = this.getUserName(n2, o2), this.packageValueWithArray(o2, a, r);
|
|
151
|
+
} else if ("multiselect" === e3.componentType) {
|
|
152
|
+
const n2 = this.getFormItemValue(e3.prop, null, t);
|
|
153
|
+
this.packageValueWithArray(n2, a, r);
|
|
154
|
+
} else {
|
|
155
|
+
const n2 = this.getFormItemValue(e3.prop, null, t);
|
|
156
|
+
this.packageValueWithArray(n2, a, r);
|
|
157
|
+
}
|
|
158
|
+
else
|
|
159
|
+
o && ("yearRange" === e3.componentType ? (o[0] || o[1]) && (r.startValue = o[0], r.endValue = o[1], o[0] && !o[1] ? (r.startValue = o[0], r.endValue = 9999) : !o[0] && o[1] && (r.startValue = 0, r.endValue = o[1]), a.push(r)) : !Array.isArray(o) || o.length < 2 || null === o[0] && null === o[1] ? Array.isArray(o) ? o.length < 2 ? (r.propValue = o[0], a.push(r)) : null === o[0] ? (r.propValue = o[1], a.push(r)) : null === o[1] && (r.propValue = o[0], a.push(r)) : (r.propValue = o, a.push(r)) : (r.startValue = o[0], r.endValue = o[1], a.push(r)));
|
|
160
|
+
}), a) : a;
|
|
161
|
+
} };
|
|
162
|
+
export {
|
|
163
|
+
e as default
|
|
164
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { resolveComponent as e, openBlock as l, createBlock as n } from "vue";
|
|
2
|
+
import t from "../../_virtual/_plugin-vue_export-helper.mjs";
|
|
3
|
+
const i = t({ name: "SelectionColumn", components: {}, props: { column: { type: Object, default: null }, isLineEdit: { type: Boolean, default: false } }, computed: { fixed() {
|
|
4
|
+
return !!this.column.fixed && (!["null", "false", "undefined"].includes(this.column.fixed) && this.column.fixed);
|
|
5
|
+
} } }, [["render", function(t2, i2, o, u, d, c) {
|
|
6
|
+
const r = e("el-table-column");
|
|
7
|
+
return l(), n(r, { align: "center", type: "selection", label: o.column.label, fixed: c.fixed, width: 60 }, null, 8, ["label", "fixed"]);
|
|
8
|
+
}]]);
|
|
9
|
+
export {
|
|
10
|
+
i as default
|
|
11
|
+
};
|
|
@@ -0,0 +1,260 @@
|
|
|
1
|
+
import { $emit as t } from "../../utils/gogocodeTransfer.mjs";
|
|
2
|
+
import i from "sortablejs";
|
|
3
|
+
import { packageEnumAndBeanColumnValueSets as e } from "../../utils/value-set.mjs";
|
|
4
|
+
import s from "./store.mjs";
|
|
5
|
+
import n, { isFieldHasBranchAuth as o } from "../../src/utils/permission.mjs";
|
|
6
|
+
import { isHasOptionFunction as a } from "./utils.mjs";
|
|
7
|
+
const l = { initialize() {
|
|
8
|
+
(/* @__PURE__ */ new Date()).getTime();
|
|
9
|
+
return new Promise((t2, i2) => {
|
|
10
|
+
const n2 = s.get(this.code);
|
|
11
|
+
if (this.options.isAdministerListView)
|
|
12
|
+
this.getShowColumns(this.options.SuperGrid), Object.assign(this, this.options.SuperGrid), n2.isSql = this.isSql, n2.columns = this.columns, n2.query = this.query, n2.pagination = this.pagination, this.createBackgroundColorMap(), this.hasLoadedColumns = true, this.fetchData(null, null, null, null), t2();
|
|
13
|
+
else {
|
|
14
|
+
let o2;
|
|
15
|
+
const l2 = window.sessionStorage.getItem("additionalParamMap");
|
|
16
|
+
if (l2 && (l2 && "object" == typeof l2 ? o2 = JSON.stringify(l2) : l2 && "" !== l2 && (o2 = l2)), this.options.additionalParamMap && "object" == typeof this.options.additionalParamMap) {
|
|
17
|
+
const t3 = JSON.stringify(this.options.additionalParamMap);
|
|
18
|
+
o2 ? Object.assign(o2, t3) : o2 = t3;
|
|
19
|
+
} else if (this.options.additionalParamMap && "" !== this.options.additionalParamMap) {
|
|
20
|
+
const t3 = this.options.additionalParamMap;
|
|
21
|
+
o2 ? Object.assign(o2, t3) : o2 = t3;
|
|
22
|
+
}
|
|
23
|
+
this.options.extraParam && this.options.extraParam.entityMap && (this.parentFormData = this.options.extraParam.entityMap), this.getListViewSetting(o2).then((l3) => {
|
|
24
|
+
var _a;
|
|
25
|
+
(/* @__PURE__ */ new Date()).getTime(), this.isLoadCompleteQuery(l3.columns);
|
|
26
|
+
let r = [];
|
|
27
|
+
if (r.concat(JSON.parse(JSON.stringify(l3.columns))), l3.branchFieldsMap && Object.keys(l3.branchFieldsMap).length > 0 && l3.branchFieldsMap.allAuthFields && l3.branchFieldsMap.allAuthFields.length > 0 && (n2.branchFieldsMap = l3.branchFieldsMap), l3.columns = this.filterHasAuthColumns(l3.columns, n2, (_a = l3.basicInfo) == null ? void 0 : _a.systemCode), this.getShowColumns(l3), l3.basicInfo && s.set(this.code + "basicInfo", l3.basicInfo), this.options.pageSizes && l3.pagination) {
|
|
28
|
+
let t3 = null;
|
|
29
|
+
const i3 = this.options.pageSizes.split(",");
|
|
30
|
+
if (i3 && i3.length > 0) {
|
|
31
|
+
t3 = [];
|
|
32
|
+
for (var h = 0; h < i3.length; h++)
|
|
33
|
+
t3.push(1 * i3[h]);
|
|
34
|
+
l3.pagination.pageSize = t3[0];
|
|
35
|
+
}
|
|
36
|
+
l3.pagination.layout = "total, sizes,prev, pager, next, jumper", l3.pagination.pageSizes = t3;
|
|
37
|
+
}
|
|
38
|
+
void 0 !== this.options.initSortInfo && (Array.isArray(this.options.initSortInfo) ? l3.sortInfo = this.options.initSortInfo : (l3.sortInfo = [], l3.sortInfo.push(this.options.initSortInfo))), e(l3.columns, this.code, n2.additionalParamMap, this.parentFormData).then(() => this.getDynamicColumnByBean(o2, l3.dynamicColumnInfo, l3.columns, n2)).then((i3) => {
|
|
39
|
+
(/* @__PURE__ */ new Date()).getTime();
|
|
40
|
+
let e2 = [];
|
|
41
|
+
void 0 !== this.options.showColumns && (e2 = this.options.showColumns.split(","));
|
|
42
|
+
let s2 = i3;
|
|
43
|
+
if (s2 && 0 !== s2.length || this.options.dynamicColumns && this.options.dynamicColumns.length > 0 && (s2 = this.options.dynamicColumns), s2 && s2.length > 0) {
|
|
44
|
+
if (r = r.concat(JSON.parse(JSON.stringify(s2))), e2 && e2.length > 0)
|
|
45
|
+
for (let t3 = 0; t3 < s2.length; t3++) {
|
|
46
|
+
const i4 = s2[t3].prop;
|
|
47
|
+
s2[t3].dynamic = true, e2.indexOf(i4) >= 0 ? s2[t3].show = true : s2[t3].show = false;
|
|
48
|
+
}
|
|
49
|
+
l3.columns = l3.columns.concat(s2), l3.columns = l3.columns.sort((t3, i4) => t3.displayOrder - i4.displayOrder);
|
|
50
|
+
}
|
|
51
|
+
Object.assign(this, l3), this.options && "undefined" == typeof isSqlSetting && (this.isSql = this.basicInfo.sql), n2.isSql = this.isSql, n2.allColumns = r, n2.columns = this.columns, this.packageColumnOptionMap(n2), this.judgeIsFormSubTable(), n2.colSetting = this.colSetting, n2.lineEdit = this.lineEdit, n2.basicInfo = this.basicInfo, n2.pagination = this.pagination, n2.pageContext = this.pageContext, n2.configureObj = this.configureObj, this.tableName = this.basicInfo.tableName, n2.hiddenColumns = this.options.hiddenColumns ? JSON.parse(JSON.stringify(this.options.hiddenColumns)) : [], this.pagination && (this.pageSize = this.pagination.pageSize), n2.query = this.query, n2.dynamicColumnInfo = this.dynamicColumnInfo, n2.mainDefaultValueColumns = this.mainDefaultValueColumns, n2.contextParameter = this.contextParameter, this.isShowPage = this.isShowPageArea(), this.isSubTableShowPage = !!this.isFormSubTable && this.isShowPage, n2.isSubTableShowPage = this.isSubTableShowPage, this.getDetailColumn(), this.hasLoadedColumns = true;
|
|
52
|
+
let o3 = true;
|
|
53
|
+
a("loadBeforeSend", this.code) && (o3 = n2.options.loadBeforeSend.call(this, { columns: this.columns, gridParams: n2, additionalParamMap: n2.additionalParamMap, pageContext: this.pageContext, configureObj: this.configureObj })), void 0 !== o3 && true !== o3 || this.options.isPageInfo || (void 0 === this.options.initSearch ? (void 0 === n2.basicInfo.initializationQuery || n2.basicInfo.initializationQuery) && (this.loadCompleteQuery ? this.isLoading = false : this.fetchData()) : this.options.initSearch && (this.loadCompleteQuery ? this.isLoading = false : this.fetchData())), this.createBackgroundColorMap(), t2();
|
|
54
|
+
}).catch((t3) => {
|
|
55
|
+
i2(t3);
|
|
56
|
+
});
|
|
57
|
+
}).catch((t3) => {
|
|
58
|
+
i2(t3);
|
|
59
|
+
});
|
|
60
|
+
}
|
|
61
|
+
(/* @__PURE__ */ new Date()).getTime();
|
|
62
|
+
});
|
|
63
|
+
}, getDetailColumn() {
|
|
64
|
+
if (this.isFormSubTable && this.options.showRowForm) {
|
|
65
|
+
const t2 = { prop: "$detail", orgProp: "$detail", label: "详情", dataType: "TEXT", width: 80, show: true, exportable: false, sortable: "false", filterable: false, fixed: "left", span: false, queryType: "no", querySetting: "{}", editable: false, componentType: "input", titleAlign: "center", contAlign: "center", showType: "default", exportType: "default", displayOrderType: "default", displayOrder: 5, widthType: "default", ifMultiData: true, dynamic: false, total: false, custom: true, remoteEnum: false, fuzzy: true, groupHeader: false };
|
|
66
|
+
t2.label = this.$t("superGrid.detail"), this.detailColumn = t2, this.detailColumn;
|
|
67
|
+
}
|
|
68
|
+
}, getListViewSetting(t2) {
|
|
69
|
+
return new Promise((i2, e2) => {
|
|
70
|
+
if (this.settings, this.settings)
|
|
71
|
+
i2(this.settings);
|
|
72
|
+
else {
|
|
73
|
+
let s2 = window.$vueApp.config.globalProperties.baseAPI + "/component/super-grids/" + this.code;
|
|
74
|
+
const n2 = this.options.isSql;
|
|
75
|
+
if (this.options && void 0 !== n2 && (this.isSql = n2), s2 = s2 + "?_isSql=" + n2, s2 = s2 + "&_publishVersion=" + this.publishVersion, this.options && void 0 !== this.options.isAdministerListView && this.options.isAdministerListView && (s2 = s2 + "&_isAdminister=" + this.options.isAdministerListView), t2)
|
|
76
|
+
try {
|
|
77
|
+
const i3 = JSON.parse(t2);
|
|
78
|
+
for (let t3 in i3) {
|
|
79
|
+
const e3 = i3[t3];
|
|
80
|
+
null != e3 && (Array.isArray(e3) || "object" == typeof e3 || e3 + "" == "[object Object]" || (s2 = s2 + "&" + t3 + "=" + e3));
|
|
81
|
+
}
|
|
82
|
+
} catch (t3) {
|
|
83
|
+
console.error("获得列表配置时附加参数string转换为object错误");
|
|
84
|
+
}
|
|
85
|
+
this.isLoading = true, this.$http.get(s2).then((t3) => {
|
|
86
|
+
i2(t3);
|
|
87
|
+
}).catch((t3) => {
|
|
88
|
+
e2(t3);
|
|
89
|
+
});
|
|
90
|
+
}
|
|
91
|
+
});
|
|
92
|
+
}, isLoadCompleteQuery(t2) {
|
|
93
|
+
if (null !== t2) {
|
|
94
|
+
let i2 = 0;
|
|
95
|
+
t2.forEach((t3) => {
|
|
96
|
+
t3.hasOwnProperty("queryType") && t3.hasOwnProperty("prop") && "$index" !== t3.prop && "$selection" !== t3.prop && t3.queryType && "no" !== t3.queryType && t3.componentType && ("date" === t3.componentType || "dateSection" === t3.componentType || "timePicker" === t3.componentType || "dateTimePicker" === t3.componentType) && t3.controlConfig && t3.controlConfig.timeDefaultQueryRange && i2++;
|
|
97
|
+
}), i2 > 0 && (this.loadCompleteQuery = true);
|
|
98
|
+
}
|
|
99
|
+
}, packageColumnOptionMap(t2) {
|
|
100
|
+
const i2 = {};
|
|
101
|
+
t2.columns && t2.columns.length > 0 && this.packageColumnOptionMapItems(t2.columns, i2), t2.columnOptionMap = i2;
|
|
102
|
+
}, packageColumnOptionMapItems(t2, i2) {
|
|
103
|
+
t2.forEach((t3) => {
|
|
104
|
+
t3.children && t3.children.length > 0 && this.packageColumnOptionMapItems(t3.children, i2), t3 && t3.prop && (i2[t3.prop] = t3);
|
|
105
|
+
});
|
|
106
|
+
}, getDynamicColumnByBean(t2, i2, e2, s2) {
|
|
107
|
+
return new Promise((n2, o2) => {
|
|
108
|
+
if (s2.options.extraParam && s2.options.extraParam.entityMap && (this.parentFormData = s2.options.extraParam.entityMap), !this.options.isPageInfo && i2 && i2.length > 0) {
|
|
109
|
+
const a2 = [];
|
|
110
|
+
this.getDynamicColumnByBeanWithOneSet(t2, i2[0], e2, 0, i2, a2, s2).then((t3) => {
|
|
111
|
+
n2(t3);
|
|
112
|
+
}).catch((t3) => {
|
|
113
|
+
o2(t3);
|
|
114
|
+
});
|
|
115
|
+
} else
|
|
116
|
+
n2([]);
|
|
117
|
+
});
|
|
118
|
+
}, getDynamicColumnByBeanWithOneSet(i2, e2, s2, n2, o2, a2, l2) {
|
|
119
|
+
return new Promise((r, h) => {
|
|
120
|
+
if (e2 && e2.beanName) {
|
|
121
|
+
const h2 = window.$vueApp.config.globalProperties.baseURL + "/common/dynamic-columns", p = { additionalParams: i2, listCode: this.code, columns: s2, beanName: e2.beanName };
|
|
122
|
+
if (this.parentFormData && (l2.dynamicTemp ? (p.parent = l2.dynamicTemp.parent, p.watchParentAttrValues = l2.dynamicTemp.watchParentAttrValues) : p.parent = this.parentFormData, e2.watchParentAttr)) {
|
|
123
|
+
e2.watchParentAttr.split(",").forEach((i3) => {
|
|
124
|
+
if (i3) {
|
|
125
|
+
p.watchParentAttrValues || (p.watchParentAttrValues = {}), p.watchParentAttrValues[i3] = this.parentFormData[i3];
|
|
126
|
+
const e3 = this.$watch("parentFormData." + i3, function(s3, n3) {
|
|
127
|
+
l2.dynamicTemp || (l2.dynamicTemp = {}), l2.dynamicTemp.parent = this.parentFormData, l2.dynamicTemp.watchParentAttrValues || (l2.dynamicTemp.watchParentAttrValues = {}), l2.dynamicTemp.watchParentAttrValues[i3] = s3, this.$refs && this.$refs.superGrid && (e3(), t(this, "reload-grid"));
|
|
128
|
+
});
|
|
129
|
+
}
|
|
130
|
+
});
|
|
131
|
+
}
|
|
132
|
+
this.$http.post(h2, p).then((t2) => {
|
|
133
|
+
e2.dynamicColumns = t2, a2 = a2.concat(t2), n2 + 1 < o2.length ? this.getDynamicColumnByBeanWithOneSet(i2, o2[n2 + 1], s2, n2 + 1, o2, a2) : r(a2);
|
|
134
|
+
}).catch(() => {
|
|
135
|
+
r([]);
|
|
136
|
+
});
|
|
137
|
+
} else
|
|
138
|
+
r([]);
|
|
139
|
+
});
|
|
140
|
+
}, columnDrop() {
|
|
141
|
+
const e2 = this;
|
|
142
|
+
let s2 = false;
|
|
143
|
+
if (void 0 !== this.options.isDragColumnFlag && null != this.options.isDragColumn && true === this.options.isDragColumn) {
|
|
144
|
+
s2 = true;
|
|
145
|
+
const t2 = document.querySelector(".el-table__header-wrapper tr");
|
|
146
|
+
null != t2 && (this.sortable = i.create(t2, { animation: 180, delay: 0, onEnd: (t3) => {
|
|
147
|
+
let i2 = t3.oldIndex, s3 = t3.newIndex;
|
|
148
|
+
const n2 = [];
|
|
149
|
+
for (var o2 = 0; o2 < e2.columns.length; o2++)
|
|
150
|
+
"left" !== e2.columns[o2].fixed && "right" !== e2.columns[o2].fixed || n2.push(o2);
|
|
151
|
+
if (n2 && n2.length > 0)
|
|
152
|
+
for (var a2 = 0; a2 < n2.length; a2++)
|
|
153
|
+
n2[a2] >= s3 && s3--, n2[a2] >= i2 && i2--;
|
|
154
|
+
if (null != i2 && -1 !== i2 && null != s3 && -1 !== s3) {
|
|
155
|
+
if (i2 > s3) {
|
|
156
|
+
if (e2.columns && e2.columns.length > 0) {
|
|
157
|
+
const t4 = e2.columns[i2];
|
|
158
|
+
for (var l2 = i2 - 1; l2 >= s3; l2--) {
|
|
159
|
+
const t5 = e2.columns[l2];
|
|
160
|
+
t5.displayOrderType = "custom", e2.columns[l2 + 1] = t5;
|
|
161
|
+
}
|
|
162
|
+
e2.columns[s3] = t4;
|
|
163
|
+
}
|
|
164
|
+
} else if (e2.columns && e2.columns.length > 0) {
|
|
165
|
+
const t4 = e2.columns[i2];
|
|
166
|
+
for (var r = i2 + 1; r <= s3; r++) {
|
|
167
|
+
const t5 = e2.columns[r];
|
|
168
|
+
t5.displayOrderType = "custom", e2.columns[r - 1] = t5;
|
|
169
|
+
}
|
|
170
|
+
e2.columns[s3] = t4;
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
e2.indexAfterTheChangeUpdateDisplayOrder(e2.columns, i2, s3, "displayOrder");
|
|
174
|
+
let h = [];
|
|
175
|
+
h = i2 > s3 ? e2.columns.slice(s3, i2 + 1) : e2.columns.slice(i2, s3 + 1);
|
|
176
|
+
const p = { listCode: e2.code, columns: h };
|
|
177
|
+
e2.$http.post(window.$vueApp.config.globalProperties.baseAPI + "/component/super-grids/drag-columns", p).then((t4) => {
|
|
178
|
+
});
|
|
179
|
+
} }));
|
|
180
|
+
}
|
|
181
|
+
if (void 0 !== this.options.isAdministerListView && null != this.options.isAdministerListView && true === this.options.isAdministerListView && !s2) {
|
|
182
|
+
const e3 = document.querySelector(".el-table__header-wrapper tr");
|
|
183
|
+
null != e3 && (this.sortable = i.create(e3, { animation: 180, delay: 0, onEnd: (i2) => {
|
|
184
|
+
const e4 = i2.oldIndex, s3 = i2.newIndex, n2 = this.columns[i2.oldIndex];
|
|
185
|
+
this.columns.splice(e4, 1), this.columns.splice(s3, 0, n2), t(this, "columnDrop", e4, s3);
|
|
186
|
+
} }));
|
|
187
|
+
}
|
|
188
|
+
}, indexAfterTheChangeUpdateDisplayOrder(t2, i2, e2, s2) {
|
|
189
|
+
if (t2 && t2.length > 0 && null != i2 && void 0 !== i2 && -1 !== i2 && null != e2 && -1 !== e2 && s2 && "" !== s2) {
|
|
190
|
+
const n2 = t2[e2];
|
|
191
|
+
if (e2 > i2) {
|
|
192
|
+
const o2 = t2[e2 - 1][s2], a2 = t2.slice(i2, e2);
|
|
193
|
+
if (a2 && a2.length > 0)
|
|
194
|
+
for (let t3 = a2.length - 1; t3 > -1; t3--) {
|
|
195
|
+
const i3 = a2[t3];
|
|
196
|
+
i3[s2] = 0 === t3 ? n2[s2] : a2[t3 - 1][s2];
|
|
197
|
+
}
|
|
198
|
+
n2[s2] = o2;
|
|
199
|
+
} else {
|
|
200
|
+
const o2 = t2[e2 + 1][s2], a2 = t2.slice(e2 + 1, i2 + 1);
|
|
201
|
+
if (a2 && a2.length > 0)
|
|
202
|
+
for (let t3 = 0; t3 < a2.length; t3++) {
|
|
203
|
+
const i3 = a2[t3];
|
|
204
|
+
t3 === a2.length - 1 ? i3[s2] = n2[s2] : i3[s2] = a2[t3 + 1][s2];
|
|
205
|
+
}
|
|
206
|
+
n2[s2] = o2;
|
|
207
|
+
}
|
|
208
|
+
}
|
|
209
|
+
}, getDisplayOrder: (t2, i2) => t2 && void 0 !== t2.displayOrder && null !== t2.displayOrder ? t2.displayOrder : i2 + 1, getShowColumns(t2) {
|
|
210
|
+
let i2 = [];
|
|
211
|
+
if (void 0 !== this.options.showColumns && (i2 = this.options.showColumns.split(",")), i2.length > 0) {
|
|
212
|
+
const e2 = [];
|
|
213
|
+
for (let s2 = 0; s2 < t2.columns.length; s2++) {
|
|
214
|
+
const n2 = t2.columns[s2], o2 = n2.prop;
|
|
215
|
+
if ("$index" !== o2 && "$selection" !== o2)
|
|
216
|
+
if (n2.hasOwnProperty("children")) {
|
|
217
|
+
const t3 = this.getChildrenColumns(n2.children, i2);
|
|
218
|
+
n2.children = t3, t3.length > 0 && e2.push(n2);
|
|
219
|
+
} else
|
|
220
|
+
i2.indexOf(o2) >= 0 && e2.push(n2);
|
|
221
|
+
else
|
|
222
|
+
e2.push(n2);
|
|
223
|
+
}
|
|
224
|
+
t2.columns = e2;
|
|
225
|
+
}
|
|
226
|
+
}, getChildrenColumns(t2, i2) {
|
|
227
|
+
const e2 = [];
|
|
228
|
+
for (let s2 = 0; s2 < t2.length; s2++) {
|
|
229
|
+
const n2 = t2[s2], o2 = n2.prop;
|
|
230
|
+
if (n2.hasOwnProperty("children")) {
|
|
231
|
+
const t3 = this.getChildrenColumns(n2.children, i2);
|
|
232
|
+
n2.children = t3, t3.length > 0 && e2.push(n2);
|
|
233
|
+
} else
|
|
234
|
+
i2.indexOf(o2) >= 0 && e2.push(n2);
|
|
235
|
+
}
|
|
236
|
+
return e2;
|
|
237
|
+
}, saveColumnWidth(t2, i2) {
|
|
238
|
+
return new Promise((e2, s2) => {
|
|
239
|
+
if (void 0 !== i2) {
|
|
240
|
+
const n2 = { prop: t2, width: i2 + "" };
|
|
241
|
+
this.$http.post(window.$vueApp.config.globalProperties.baseAPI + "/component/super-grids/setting-column-widths/" + this.code, n2).then((t3) => {
|
|
242
|
+
e2(i2);
|
|
243
|
+
}).catch((t3) => {
|
|
244
|
+
s2(t3);
|
|
245
|
+
});
|
|
246
|
+
} else
|
|
247
|
+
e2();
|
|
248
|
+
});
|
|
249
|
+
}, filterHasAuthColumns(t2, i2, e2) {
|
|
250
|
+
if (!this.pageContext || !this.configureObj)
|
|
251
|
+
return t2;
|
|
252
|
+
const s2 = this.configureObj.code ? this.configureObj.code : this.code;
|
|
253
|
+
return this.pageContext.subTablePageInfo || (this.pageContext.subTablePageInfo = {}), this.pageContext.subTablePageInfo[s2] || (this.pageContext.subTablePageInfo[s2] = {}), this.pageContext.subTablePageInfo[s2].fields = [], t2.filter((t3) => {
|
|
254
|
+
let a2 = true;
|
|
255
|
+
return i2.branchFieldsMap && (a2 = o(i2.branchFieldsMap, t3.prop)), t3.functionCode && (a2 = n(t3.functionCode, e2)), !!a2 && ("$index" !== t3.prop && "$selection" !== t3.prop && this.pageContext.subTablePageInfo[s2].fields.push(t3.prop), true);
|
|
256
|
+
});
|
|
257
|
+
} };
|
|
258
|
+
export {
|
|
259
|
+
l as default
|
|
260
|
+
};
|