agilebuilder-ui 1.1.65-tmp11 → 1.1.65-tmp13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/IntervalSelection/index.js +7 -0
- package/es/IntervalSelection/src/sectionDate.vue.js +49 -0
- package/es/IntervalSelection/src/sectionDate.vue2.js +4 -0
- package/es/_virtual/__vite-browser-external.js +4 -0
- package/es/_virtual/_plugin-vue_export-helper.js +9 -0
- package/es/breadcrumb/index.js +7 -0
- package/es/breadcrumb/src/breadcrumb.vue.js +28 -0
- package/es/breadcrumb/src/breadcrumb.vue2.js +4 -0
- package/es/chat-embed/index.js +7 -0
- package/es/chat-embed/src/chat-addition-data.vue.js +7 -0
- package/es/chat-embed/src/chat-addition-data.vue2.js +14 -0
- package/es/chat-embed/src/chat-addition-data.vue3.js +4 -0
- package/es/chat-embed/src/chat-ai-answer-tip.vue.js +7 -0
- package/es/chat-embed/src/chat-ai-answer-tip.vue2.js +29 -0
- package/es/chat-embed/src/chat-ai-answer-tip.vue3.js +4 -0
- package/es/chat-embed/src/chat-bubble-footer.vue.js +7 -0
- package/es/chat-embed/src/chat-bubble-footer.vue2.js +33 -0
- package/es/chat-embed/src/chat-bubble-footer.vue3.js +4 -0
- package/es/chat-embed/src/chat-embed-message.js +22 -0
- package/es/chat-embed/src/chat-sender.vue.js +7 -0
- package/es/chat-embed/src/chat-sender.vue2.js +160 -0
- package/es/chat-embed/src/chat-sender.vue3.js +4 -0
- package/es/chat-embed/src/components/answer-auto-chart.vue.js +7 -0
- package/es/chat-embed/src/components/answer-auto-chart.vue2.js +59 -0
- package/es/chat-embed/src/components/answer-auto-chart.vue3.js +4 -0
- package/es/chat-embed/src/components/answer-home-chart.vue.js +7 -0
- package/es/chat-embed/src/components/answer-home-chart.vue2.js +6 -0
- package/es/chat-embed/src/components/answer-home-chart.vue3.js +4 -0
- package/es/chat-embed/src/components/answer-interaction-data.vue.js +7 -0
- package/es/chat-embed/src/components/answer-interaction-data.vue2.js +118 -0
- package/es/chat-embed/src/components/answer-interaction-data.vue3.js +4 -0
- package/es/chat-embed/src/components/history-detail.vue.js +7 -0
- package/es/chat-embed/src/components/history-detail.vue2.js +55 -0
- package/es/chat-embed/src/components/history-detail.vue3.js +4 -0
- package/es/chat-embed/src/header.vue.js +7 -0
- package/es/chat-embed/src/header.vue2.js +46 -0
- package/es/chat-embed/src/header.vue3.js +4 -0
- package/es/chat-embed/src/index.vue.js +7 -0
- package/es/chat-embed/src/index.vue2.js +307 -0
- package/es/chat-embed/src/index.vue3.js +4 -0
- package/es/chat-embed/src/recommendation-message.vue.js +7 -0
- package/es/chat-embed/src/recommendation-message.vue2.js +8 -0
- package/es/chat-embed/src/recommendation-message.vue3.js +4 -0
- package/es/chat-embed/src/sidebar-item.vue.js +7 -0
- package/es/chat-embed/src/sidebar-item.vue2.js +118 -0
- package/es/chat-embed/src/sidebar-item.vue3.js +4 -0
- package/es/chat-embed/src/type.js +5 -0
- package/es/chat-embed/src/util/chat-embed-util.js +57 -0
- package/es/chat-embed/src/util/history-message-util.js +96 -0
- package/es/chat-embed/src/util/mcp-utils.js +53 -0
- package/es/chat-embed/src/util/text-file-util.js +12 -0
- package/es/chat-embed/src/voice/index.js +7 -0
- package/es/chat-embed/src/voice/js/crypto-js.js +1013 -0
- package/es/chat-embed/src/voice/js/processor/index.umd.js +178 -0
- package/es/chat-embed/src/voice/js/timer.js +11 -0
- package/es/chat-embed/src/voice/voice.vue.js +104 -0
- package/es/date-picker-range/index.js +7 -0
- package/es/date-picker-range/index.vue.js +7 -0
- package/es/date-picker-range/index.vue2.js +93 -0
- package/es/date-picker-range/index.vue3.js +4 -0
- package/es/department-tree/index.js +7 -0
- package/es/department-tree/src/department-tree.vue.js +23 -0
- package/es/department-tree-inline/index.js +7 -0
- package/es/department-tree-inline/src/department-multi-tree-inline.vue.js +91 -0
- package/es/department-tree-inline/src/department-multi-tree-inline.vue2.js +4 -0
- package/es/department-tree-inline/src/department-single-tree-inline.vue.js +64 -0
- package/es/department-tree-inline/src/department-single-tree-inline.vue2.js +4 -0
- package/es/department-tree-inline/src/department-tree-inline.vue.js +17 -0
- package/es/department-tree-inline/src/department-tree-service.js +108 -0
- package/es/department-tree-inline/src/search-result.vue.js +40 -0
- package/es/department-tree-inline/src/search-result.vue2.js +4 -0
- package/es/department-tree-mobile/index.js +8 -0
- package/es/department-tree-mobile/src/department-tree-app.vue.js +15 -0
- package/es/department-tree-mobile/src/department-tree-app.vue2.js +4 -0
- package/es/department-tree-mobile/src/department-tree-app.vue3.js +5 -0
- package/es/department-tree-mobile/src/department-tree-inline-app.vue.js +121 -0
- package/es/department-tree-mobile/src/department-tree-inline-app.vue2.js +4 -0
- package/es/department-tree-mobile/src/department-tree-service.js +55 -0
- package/es/department-tree-mobile/src/dept-path.vue.js +14 -0
- package/es/department-tree-mobile/src/dept-path.vue2.js +4 -0
- package/es/department-tree-mobile/src/dept-result.vue.js +16 -0
- package/es/department-tree-mobile/src/dept-result.vue2.js +4 -0
- package/es/department-user-tree/index.js +7 -0
- package/es/department-user-tree/src/department-user-multiple-tree.vue.js +20 -0
- package/es/department-user-tree/src/department-user-multiple-tree.vue2.js +4 -0
- package/es/department-user-tree/src/department-user-single-tree.vue.js +19 -0
- package/es/department-user-tree/src/department-user-tree.vue.js +27 -0
- package/es/department-user-tree-inline/index.js +7 -0
- package/es/department-user-tree-inline/src/department-user-multiple-tree-inline.vue.js +165 -0
- package/es/department-user-tree-inline/src/department-user-multiple-tree-inline.vue2.js +4 -0
- package/es/department-user-tree-inline/src/department-user-single-tree-inline.vue.js +69 -0
- package/es/department-user-tree-inline/src/department-user-single-tree-inline.vue2.js +4 -0
- package/es/department-user-tree-inline/src/department-user-tree-inline.vue.js +16 -0
- package/es/department-user-tree-inline/src/department-user-tree-multi-service.js +81 -0
- package/es/department-user-tree-inline/src/department-user-tree-single-service.js +54 -0
- package/es/department-user-tree-inline/src/group-user/group-input.vue.js +39 -0
- package/es/department-user-tree-inline/src/group-user/group-list.vue.js +27 -0
- package/es/department-user-tree-inline/src/group-user/group-user.vue.js +16 -0
- package/es/department-user-tree-inline/src/group-user-multiple-tree.vue.js +78 -0
- package/es/department-user-tree-inline/src/group-user-single-tree.vue.js +34 -0
- package/es/department-user-tree-inline/src/group-user-tree-service.js +34 -0
- package/es/department-user-tree-inline/src/search-result.vue.js +41 -0
- package/es/department-user-tree-inline/src/search-result.vue2.js +4 -0
- package/es/department-user-tree-mobile/index.js +8 -0
- package/es/department-user-tree-mobile/src/department-user-tree-app.vue.js +15 -0
- package/es/department-user-tree-mobile/src/department-user-tree-app.vue2.js +4 -0
- package/es/department-user-tree-mobile/src/department-user-tree-app.vue3.js +5 -0
- package/es/department-user-tree-mobile/src/department-user-tree-inline-app.vue.js +135 -0
- package/es/department-user-tree-mobile/src/department-user-tree-inline-app.vue2.js +4 -0
- package/es/department-user-tree-mobile/src/department-user-tree-service.js +38 -0
- package/es/department-user-tree-mobile/src/dept-path.vue.js +14 -0
- package/es/department-user-tree-mobile/src/dept-path.vue2.js +4 -0
- package/es/department-user-tree-mobile/src/dept-result.vue.js +17 -0
- package/es/department-user-tree-mobile/src/dept-result.vue2.js +4 -0
- package/es/directives/prevent-reclick.js +15 -0
- package/es/dynamic-source-select/index.js +7 -0
- package/es/dynamic-source-select/src/dynamic-source-select-service.js +32 -0
- package/es/dynamic-source-select/src/dynamic-source-select.vue.js +276 -0
- package/es/dynamic-source-select/src/dynamic-source-select.vue2.js +4 -0
- package/es/dynamic-source-select/src/dynamic-source-select.vue3.js +4 -0
- package/es/dynamic-source-select/src/events.js +29 -0
- package/es/empty-state/index.vue.js +9 -0
- package/es/empty-state/index.vue2.js +4 -0
- package/es/favicon.svg +29 -0
- package/es/fs-preview/index.js +7 -0
- package/es/fs-preview/src/fs-preview.vue.js +120 -0
- package/es/fs-preview/src/fs-preview.vue2.js +4 -0
- package/es/fs-upload/index.js +7 -0
- package/es/fs-upload/src/fs-upload-multi.vue.js +71 -0
- package/es/fs-upload/src/fs-upload-single.vue.js +73 -0
- package/es/fs-upload/src/fs-upload.vue.js +24 -0
- package/es/fs-upload/src/see-big-picture.vue.js +12 -0
- package/es/fs-upload-list/index.js +7 -0
- package/es/fs-upload-list/src/fs-upload-list.vue.js +98 -0
- package/es/fs-upload-list/src/fs-upload-list.vue2.js +4 -0
- package/es/fs-upload-new/index.js +7 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-app.vue.js +61 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-app.vue2.js +4 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue.js +178 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue2.js +4 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-component.vue.js +7 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-component.vue2.js +39 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-component.vue3.js +4 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-input.vue.js +45 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-input.vue2.js +4 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload.vue.js +35 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload.vue2.js +4 -0
- package/es/fs-upload-new/src/fs-button-upload.vue.js +7 -0
- package/es/fs-upload-new/src/fs-button-upload.vue2.js +62 -0
- package/es/fs-upload-new/src/fs-button-upload.vue3.js +4 -0
- package/es/fs-upload-new/src/fs-drag-upload.vue.js +7 -0
- package/es/fs-upload-new/src/fs-drag-upload.vue2.js +63 -0
- package/es/fs-upload-new/src/fs-drag-upload.vue3.js +4 -0
- package/es/fs-upload-new/src/fs-preview-new.vue.js +8 -0
- package/es/fs-upload-new/src/fs-preview-new.vue2.js +93 -0
- package/es/fs-upload-new/src/fs-preview-new.vue3.js +4 -0
- package/es/fs-upload-new/src/fs-preview-new.vue4.js +4 -0
- package/es/fs-upload-new/src/fs-upload-new.vue.js +64 -0
- package/es/fs-upload-new/src/fs-upload-new.vue2.js +4 -0
- package/es/hamburger/index.js +7 -0
- package/es/hamburger/src/hamburger.vue.js +15 -0
- package/es/hamburger/src/hamburger.vue2.js +4 -0
- package/es/index.js +383 -0
- package/es/json-view/json-view-dialog.vue.js +19 -0
- package/es/json-view/json-view-dialog.vue2.js +4 -0
- package/es/json-view/json-view.vue.js +4 -0
- package/es/json-view/json-view.vue2.js +36 -0
- package/es/multipart-upload/index.js +7 -0
- package/es/multipart-upload/src/index.vue.js +14 -0
- package/es/multipart-upload/src/multipart-upload-form.vue.js +82 -0
- package/es/multipart-upload/src/multipart-upload-list.vue.js +104 -0
- package/es/organization-input/index.js +7 -0
- package/es/organization-input/src/organization-input.vue.js +224 -0
- package/es/organization-input/src/organization-input.vue2.js +4 -0
- package/es/plugins/export-data-new.js +237 -0
- package/es/plugins/export-data.js +179 -0
- package/es/plugins/index.js +9 -0
- package/es/plugins/public-method.js +14 -0
- package/es/remove-department/index.js +7 -0
- package/es/remove-department/src/remove-department.vue.js +33 -0
- package/es/remove-department/src/remove-dept-service.js +13 -0
- package/es/remove-user/index.js +7 -0
- package/es/remove-user/src/remove-user-service.js +13 -0
- package/es/remove-user/src/remove-user.vue.js +35 -0
- package/es/remove-workgroup/index.js +7 -0
- package/es/remove-workgroup/src/remove-workgroup-service.js +13 -0
- package/es/remove-workgroup/src/remove-workgroup.vue.js +31 -0
- package/es/rich-editor/index.js +7 -0
- package/es/rich-editor/index.vue.js +115 -0
- package/es/rich-editor/tinymce/zh_CN.js +2 -0
- package/es/rich-editor/viewer.vue.js +27 -0
- package/es/row-form/index.js +7 -0
- package/es/row-form/index.vue.js +7 -0
- package/es/row-form/index.vue2.js +62 -0
- package/es/row-form/index.vue3.js +4 -0
- package/es/row-form/operation.vue.js +32 -0
- package/es/row-form/operation.vue2.js +4 -0
- package/es/scan-code-input/index.js +7 -0
- package/es/scan-code-input/src/events.js +15 -0
- package/es/scan-code-input/src/scan-code-input.vue.js +32 -0
- package/es/scan-code-input-browser/index.js +7 -0
- package/es/scan-code-input-browser/src/scan-code-input.vue.js +39 -0
- package/es/secret-info/index.js +7 -0
- package/es/secret-info/index.vue.js +16 -0
- package/es/src/api/sso-service.js +57 -0
- package/es/src/api/tab.js +15 -0
- package/es/src/assets/401/401.gif.js +4 -0
- package/es/src/assets/404/404-cloud.png.js +4 -0
- package/es/src/assets/404/404.png.js +4 -0
- package/es/src/assets/chat-embed/robot.gif.js +4 -0
- package/es/src/assets/chat-embed/robot.svg.js +4 -0
- package/es/src/assets/nonemessage.png.js +4 -0
- package/es/src/components/Affix/index.vue.js +7 -0
- package/es/src/components/Affix/index.vue2.js +83 -0
- package/es/src/components/Affix/index.vue3.js +4 -0
- package/es/src/components/Card/index.js +48 -0
- package/es/src/components/Scrollbar/index.vue.js +52 -0
- package/es/src/components/Scrollbar/index.vue2.js +4 -0
- package/es/src/directives/permission/index.js +7 -0
- package/es/src/directives/permission/permission.js +11 -0
- package/es/src/i18n/i18n.js +7 -0
- package/es/src/i18n/langs/cn.js +4 -0
- package/es/src/i18n/langs/en.js +4 -0
- package/es/src/mixins/resizeMixin.js +21 -0
- package/es/src/permission.js +79 -0
- package/es/src/router/index.js +9 -0
- package/es/src/store/getters.js +4 -0
- package/es/src/store/index.js +13 -0
- package/es/src/store/modules/app.js +41 -0
- package/es/src/store/modules/chat-ai-store.js +36 -0
- package/es/src/store/modules/permission.js +31 -0
- package/es/src/store/modules/system.js +12 -0
- package/es/src/store/modules/tab-content.js +20 -0
- package/es/src/store/modules/table.js +18 -0
- package/es/src/store/modules/user.js +139 -0
- package/es/src/utils/auth-api.js +134 -0
- package/es/src/utils/auth.js +156 -0
- package/es/src/utils/calculator/calculator-factory-wf.js +167 -0
- package/es/src/utils/calculator/calculator-factory.js +93 -0
- package/es/src/utils/calculator/calculator-util.js +56 -0
- package/es/src/utils/chat-ai-util.js +34 -0
- package/es/src/utils/common-util.js +440 -0
- package/es/src/utils/eventBus.js +6 -0
- package/es/src/utils/file-util.js +23 -0
- package/es/src/utils/global-prop.js +38 -0
- package/es/src/utils/guid.js +10 -0
- package/es/src/utils/i18n-util.js +70 -0
- package/es/src/utils/iconUtils.js +26 -0
- package/es/src/utils/index.js +46 -0
- package/es/src/utils/insert_css.js +17 -0
- package/es/src/utils/json-util.js +47 -0
- package/es/src/utils/jump-page-utils.js +264 -0
- package/es/src/utils/local-storage.js +19 -0
- package/es/src/utils/menu.js +14 -0
- package/es/src/utils/permission.js +45 -0
- package/es/src/utils/permissionAuth.js +154 -0
- package/es/src/utils/range-selector.js +105 -0
- package/es/src/utils/request.js +140 -0
- package/es/src/utils/resize.js +11 -0
- package/es/src/utils/restful-interface-utils.js +18 -0
- package/es/src/utils/util.js +361 -0
- package/es/src/utils/validate.js +22 -0
- package/es/src/utils/voice-setting-cache.js +212 -0
- package/es/src/utils/watermark-cache.js +15 -0
- package/es/src/utils/watermark.js +40 -0
- package/es/src/utils/workflow-util.js +42 -0
- package/es/src/views/dsc-component/Sidebar/Item.vue.js +7 -0
- package/es/src/views/dsc-component/Sidebar/Item.vue2.js +12 -0
- package/es/src/views/dsc-component/Sidebar/Item.vue3.js +4 -0
- package/es/src/views/dsc-component/Sidebar/Link.vue.js +14 -0
- package/es/src/views/dsc-component/Sidebar/SidebarItem.vue.js +53 -0
- package/es/src/views/dsc-component/Sidebar/SidebarItem.vue2.js +4 -0
- package/es/src/views/dsc-component/Sidebar/index.vue.js +111 -0
- package/es/src/views/dsc-component/tabs/tab-content.vue.js +66 -0
- package/es/src/views/dsc-component/tabs/tab-content.vue2.js +4 -0
- package/es/src/views/dsc-component/tabs/tab-content.vue3.js +4 -0
- package/es/src/views/error-page/401.vue.js +15 -0
- package/es/src/views/error-page/401.vue2.js +4 -0
- package/es/src/views/error-page/404.vue.js +12 -0
- package/es/src/views/error-page/404.vue2.js +4 -0
- package/es/src/views/layout/EmptyLayout.vue.js +9 -0
- package/es/src/views/layout/Layout.vue.js +28 -0
- package/es/src/views/layout/Layout.vue2.js +4 -0
- package/es/src/views/layout/NewLayout.vue.js +11 -0
- package/es/src/views/layout/components/AppMain.vue.js +13 -0
- package/es/src/views/layout/components/AppMain.vue2.js +4 -0
- package/es/src/views/layout/components/Breadcrumb/index.vue.js +49 -0
- package/es/src/views/layout/components/Breadcrumb/index.vue2.js +4 -0
- package/es/src/views/layout/components/Menubar/Item.vue.js +7 -0
- package/es/src/views/layout/components/Menubar/Item.vue2.js +15 -0
- package/es/src/views/layout/components/Menubar/Item.vue3.js +4 -0
- package/es/src/views/layout/components/Menubar/Link.vue.js +14 -0
- package/es/src/views/layout/components/Menubar/SidebarItem.vue.js +56 -0
- package/es/src/views/layout/components/Menubar/SidebarItem.vue2.js +4 -0
- package/es/src/views/layout/components/Menubar/index.vue.js +90 -0
- package/es/src/views/layout/components/Sidebar/Item.vue.js +9 -0
- package/es/src/views/layout/components/Sidebar/Item.vue2.js +4 -0
- package/es/src/views/layout/components/Sidebar/Link.vue.js +12 -0
- package/es/src/views/layout/components/Sidebar/SidebarItem.vue.js +22 -0
- package/es/src/views/layout/components/Sidebar/SidebarItem.vue2.js +4 -0
- package/es/src/views/layout/components/Sidebar/index.vue.js +58 -0
- package/es/src/views/layout/components/iframe-page.vue.js +14 -0
- package/es/src/views/layout/components/iframe-page.vue2.js +4 -0
- package/es/src/views/layout/components/tabs/tab-content.vue.js +64 -0
- package/es/src/views/layout/components/tabs/tab-content.vue2.js +4 -0
- package/es/src/views/layout/components/tabs/tab-content.vue3.js +4 -0
- package/es/src/views/layout/mixin/ResizeHandler.js +16 -0
- package/es/src/views/layout/tab-content-iframe-index.vue.js +14 -0
- package/es/src/views/layout/tab-content-iframe-index.vue2.js +4 -0
- package/es/src/views/layout/tab-content-index.vue.js +28 -0
- package/es/src/views/layout/tab-content-index.vue2.js +4 -0
- package/es/src/views/login/authredirect.vue.js +7 -0
- package/es/src/views/redirect/index.vue.js +8 -0
- package/es/src/views/svg-icon/src/svg-icon.vue.js +4 -0
- package/es/src/views/wf-history/tache-subprocess-history.vue.js +14 -0
- package/es/src/views/wf-history/tache-subprocess-history.vue2.js +4 -0
- package/es/style.css +3077 -0
- package/es/super-grid/index.js +7 -0
- package/es/super-grid/src/apis.js +458 -0
- package/es/super-grid/src/columns-config.vue.js +82 -0
- package/es/super-grid/src/components/grid-icon.vue.js +47 -0
- package/es/super-grid/src/components/grid-radio-input.vue.js +25 -0
- package/es/super-grid/src/components/grid-radio-input.vue2.js +4 -0
- package/es/super-grid/src/components/mobile-table-card.js +109 -0
- package/es/super-grid/src/components/select-input.vue.js +149 -0
- package/es/super-grid/src/components/select-input.vue2.js +4 -0
- package/es/super-grid/src/custom-formatter.js +168 -0
- package/es/super-grid/src/dynamic-input.vue.js +482 -0
- package/es/super-grid/src/eventBus.js +6 -0
- package/es/super-grid/src/events.js +37 -0
- package/es/super-grid/src/formValidatorUtil.js +109 -0
- package/es/super-grid/src/formatter.js +74 -0
- package/es/super-grid/src/group-column.vue.js +24 -0
- package/es/super-grid/src/header-context-menu.vue.js +15 -0
- package/es/super-grid/src/header-context-menu.vue2.js +4 -0
- package/es/super-grid/src/index-column.vue.js +22 -0
- package/es/super-grid/src/normal-column-content.vue.js +319 -0
- package/es/super-grid/src/normal-column-content.vue2.js +4 -0
- package/es/super-grid/src/normal-column.vue.js +106 -0
- package/es/super-grid/src/normal-column.vue2.js +4 -0
- package/es/super-grid/src/public-methods.js +22 -0
- package/es/super-grid/src/row-detail.vue.js +14 -0
- package/es/super-grid/src/row-operation.vue.js +89 -0
- package/es/super-grid/src/row-operation.vue2.js +4 -0
- package/es/super-grid/src/scan-util.js +100 -0
- package/es/super-grid/src/search-button.vue.js +23 -0
- package/es/super-grid/src/search-condition-input.vue.js +17 -0
- package/es/super-grid/src/search-condition-list.vue.js +20 -0
- package/es/super-grid/src/search-form-advancedQuery.vue.js +116 -0
- package/es/super-grid/src/search-form-advancedQuery.vue2.js +4 -0
- package/es/super-grid/src/search-form-dialog.vue.js +16 -0
- package/es/super-grid/src/search-form-item.vue.js +128 -0
- package/es/super-grid/src/search-form-item.vue2.js +4 -0
- package/es/super-grid/src/search-form-mobile.vue.js +41 -0
- package/es/super-grid/src/search-form-mobile.vue2.js +4 -0
- package/es/super-grid/src/search-form-number.vue.js +26 -0
- package/es/super-grid/src/search-form-open.vue.js +50 -0
- package/es/super-grid/src/search-form-ordinarySearch.vue.js +39 -0
- package/es/super-grid/src/search-form-ordinarySearch.vue2.js +4 -0
- package/es/super-grid/src/search-form.vue.js +201 -0
- package/es/super-grid/src/search-form.vue2.js +4 -0
- package/es/super-grid/src/search-methods.js +164 -0
- package/es/super-grid/src/selection-column.vue.js +11 -0
- package/es/super-grid/src/store.js +4 -0
- package/es/super-grid/src/super-grid-service.js +260 -0
- package/es/super-grid/src/super-grid.vue.js +1052 -0
- package/es/super-grid/src/super-grid.vue2.js +4 -0
- package/es/super-grid/src/utils.js +355 -0
- package/es/super-grid/src/view-image-dialog.vue.js +67 -0
- package/es/super-icon/index.js +7 -0
- package/es/super-icon/src/index.vue.js +7 -0
- package/es/super-icon/src/index.vue2.js +13 -0
- package/es/super-icon/src/index.vue3.js +4 -0
- package/es/super-nine-grid/index.js +7 -0
- package/es/super-nine-grid/src/apis.js +36 -0
- package/es/super-nine-grid/src/custom-formatter.js +35 -0
- package/es/super-nine-grid/src/formatter.js +37 -0
- package/es/super-nine-grid/src/search-form-number.vue.js +13 -0
- package/es/super-nine-grid/src/search-form.vue.js +91 -0
- package/es/super-nine-grid/src/search-form.vue2.js +4 -0
- package/es/super-nine-grid/src/search-methods.js +48 -0
- package/es/super-nine-grid/src/store.js +4 -0
- package/es/super-nine-grid/src/super-grid-service.js +39 -0
- package/es/super-nine-grid/src/super-nine-grid.vue.js +225 -0
- package/es/super-nine-grid/src/super-nine-grid.vue2.js +4 -0
- package/es/super-nine-grid/src/utils.js +32 -0
- package/es/svg-icon/index.js +7 -0
- package/es/svg-icon/src/svg-icon.vue.js +14 -0
- package/es/svg-icon/src/svg-icon.vue2.js +4 -0
- package/es/utils/gogocodeTransfer.js +33 -0
- package/es/utils/memory-cache-utils.js +30 -0
- package/es/utils/organization.js +57 -0
- package/es/utils/utils.js +87 -0
- package/es/utils/value-set.js +94 -0
- package/es/valid-code/index.js +7 -0
- package/es/valid-code/src/valid-code.vue.js +23 -0
- package/es/valid-code/src/valid-code.vue2.js +4 -0
- package/es/workflow-button/index.js +7 -0
- package/es/workflow-button/src/workflow-button.vue.js +85 -0
- package/es/workflow-history-list/index.js +7 -0
- package/es/workflow-history-list/src/api.js +6 -0
- package/es/workflow-history-list/src/workflow-history-list.vue.js +89 -0
- package/es/workflow-history-list/src/workflow-history-list.vue2.js +4 -0
- package/es/workgroup-tree/index.js +7 -0
- package/es/workgroup-tree/src/workgroup-tree.vue.js +23 -0
- package/es/workgroup-tree-inline/index.js +7 -0
- package/es/workgroup-tree-inline/src/search-result.vue.js +39 -0
- package/es/workgroup-tree-inline/src/search-result.vue2.js +4 -0
- package/es/workgroup-tree-inline/src/workgroup-tree-inline.vue.js +128 -0
- package/es/workgroup-tree-inline/src/workgroup-tree-inline.vue2.js +4 -0
- package/es/workgroup-tree-inline/src/workgroup-tree-service.js +35 -0
- package/es/workgroup-tree-mobile/index.js +8 -0
- package/es/workgroup-tree-mobile/src/dept-result.vue.js +16 -0
- package/es/workgroup-tree-mobile/src/dept-result.vue2.js +4 -0
- package/es/workgroup-tree-mobile/src/workgroup-tree-app.vue.js +15 -0
- package/es/workgroup-tree-mobile/src/workgroup-tree-app.vue2.js +4 -0
- package/es/workgroup-tree-mobile/src/workgroup-tree-app.vue3.js +5 -0
- package/es/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue.js +109 -0
- package/es/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue2.js +4 -0
- package/es/workgroup-tree-mobile/src/workgroup-tree-service.js +33 -0
- package/es/workgroup-user-tree/index.js +7 -0
- package/es/workgroup-user-tree/src/workgroup-user-tree.vue.js +23 -0
- package/es/workgroup-user-tree-inline/index.js +7 -0
- package/es/workgroup-user-tree-inline/src/search-result.vue.js +39 -0
- package/es/workgroup-user-tree-inline/src/search-result.vue2.js +4 -0
- package/es/workgroup-user-tree-inline/src/workgroup-tree-inline-service.js +73 -0
- package/es/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue.js +172 -0
- package/es/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue2.js +4 -0
- package/es/workgroup-user-tree-mobile/src/dept-path.vue.js +14 -0
- package/es/workgroup-user-tree-mobile/src/dept-path.vue2.js +4 -0
- package/es/workgroup-user-tree-mobile/src/dept-result.vue.js +17 -0
- package/es/workgroup-user-tree-mobile/src/dept-result.vue2.js +4 -0
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue.js +15 -0
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue2.js +4 -0
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue3.js +5 -0
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue.js +135 -0
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue2.js +4 -0
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-service.js +29 -0
- package/es/year-range-picker/index.js +7 -0
- package/es/year-range-picker/src/year-range-picker.vue.js +14 -0
- package/lib/IntervalSelection/index.js +5 -7
- package/lib/IntervalSelection/src/sectionDate.vue.js +17 -21
- package/lib/IntervalSelection/src/sectionDate.vue2.js +2 -4
- package/lib/_virtual/__vite-browser-external.js +2 -4
- package/lib/_virtual/_plugin-vue_export-helper.js +6 -8
- package/lib/breadcrumb/index.js +3 -5
- package/lib/breadcrumb/src/breadcrumb.vue.js +28 -19
- package/lib/breadcrumb/src/breadcrumb.vue2.js +2 -4
- package/lib/chat-embed/index.js +3 -5
- package/lib/chat-embed/src/chat-addition-data.vue.js +5 -7
- package/lib/chat-embed/src/chat-addition-data.vue2.js +11 -13
- package/lib/chat-embed/src/chat-addition-data.vue3.js +2 -4
- package/lib/chat-embed/src/chat-ai-answer-tip.vue.js +5 -7
- package/lib/chat-embed/src/chat-ai-answer-tip.vue2.js +17 -20
- package/lib/chat-embed/src/chat-ai-answer-tip.vue3.js +2 -4
- package/lib/chat-embed/src/chat-bubble-footer.vue.js +5 -7
- package/lib/chat-embed/src/chat-bubble-footer.vue2.js +17 -22
- package/lib/chat-embed/src/chat-bubble-footer.vue3.js +2 -4
- package/lib/chat-embed/src/chat-embed-message.js +14 -20
- package/lib/chat-embed/src/chat-sender.vue.js +5 -7
- package/lib/chat-embed/src/chat-sender.vue2.js +110 -123
- package/lib/chat-embed/src/chat-sender.vue3.js +2 -4
- package/lib/chat-embed/src/components/answer-auto-chart.vue.js +5 -7
- package/lib/chat-embed/src/components/answer-auto-chart.vue2.js +42 -50
- package/lib/chat-embed/src/components/answer-auto-chart.vue3.js +2 -4
- package/lib/chat-embed/src/components/answer-home-chart.vue.js +5 -7
- package/lib/chat-embed/src/components/answer-home-chart.vue2.js +3 -6
- package/lib/chat-embed/src/components/answer-home-chart.vue3.js +2 -4
- package/lib/chat-embed/src/components/answer-interaction-data.vue.js +5 -7
- package/lib/chat-embed/src/components/answer-interaction-data.vue2.js +74 -84
- package/lib/chat-embed/src/components/answer-interaction-data.vue3.js +2 -4
- package/lib/chat-embed/src/components/history-detail.vue.js +5 -7
- package/lib/chat-embed/src/components/history-detail.vue2.js +27 -32
- package/lib/chat-embed/src/components/history-detail.vue3.js +2 -4
- package/lib/chat-embed/src/header.vue.js +5 -7
- package/lib/chat-embed/src/header.vue2.js +25 -32
- package/lib/chat-embed/src/header.vue3.js +2 -4
- package/lib/chat-embed/src/index.vue.js +5 -7
- package/lib/chat-embed/src/index.vue2.js +185 -211
- package/lib/chat-embed/src/index.vue3.js +2 -4
- package/lib/chat-embed/src/recommendation-message.vue.js +5 -7
- package/lib/chat-embed/src/recommendation-message.vue2.js +5 -8
- package/lib/chat-embed/src/recommendation-message.vue3.js +2 -4
- package/lib/chat-embed/src/sidebar-item.vue.js +5 -7
- package/lib/chat-embed/src/sidebar-item.vue2.js +84 -93
- package/lib/chat-embed/src/sidebar-item.vue3.js +2 -4
- package/lib/chat-embed/src/type.js +3 -5
- package/lib/chat-embed/src/util/chat-embed-util.js +35 -41
- package/lib/chat-embed/src/util/history-message-util.js +63 -85
- package/lib/chat-embed/src/util/mcp-utils.js +5 -8
- package/lib/chat-embed/src/util/text-file-util.js +7 -11
- package/lib/chat-embed/src/voice/index.js +5 -7
- package/lib/chat-embed/src/voice/js/crypto-js.js +987 -995
- package/lib/chat-embed/src/voice/js/processor/index.umd.js +161 -169
- package/lib/chat-embed/src/voice/js/timer.js +7 -10
- package/lib/chat-embed/src/voice/voice.vue.js +61 -70
- package/lib/date-picker-range/index.js +5 -7
- package/lib/date-picker-range/index.vue.js +5 -7
- package/lib/date-picker-range/index.vue2.js +59 -63
- package/lib/date-picker-range/index.vue3.js +2 -4
- package/lib/department-tree/index.js +3 -5
- package/lib/department-tree/src/department-tree.vue.js +11 -17
- package/lib/department-tree-inline/index.js +3 -5
- package/lib/department-tree-inline/src/department-multi-tree-inline.vue.js +17 -27
- package/lib/department-tree-inline/src/department-multi-tree-inline.vue2.js +2 -4
- package/lib/department-tree-inline/src/department-single-tree-inline.vue.js +17 -27
- package/lib/department-tree-inline/src/department-single-tree-inline.vue2.js +2 -4
- package/lib/department-tree-inline/src/department-tree-inline.vue.js +8 -13
- package/lib/department-tree-inline/src/department-tree-service.js +8 -10
- package/lib/department-tree-inline/src/search-result.vue.js +19 -23
- package/lib/department-tree-inline/src/search-result.vue2.js +2 -4
- package/lib/department-tree-mobile/index.js +4 -7
- package/lib/department-tree-mobile/src/department-tree-app.vue.js +9 -12
- package/lib/department-tree-mobile/src/department-tree-app.vue2.js +2 -4
- package/lib/department-tree-mobile/src/department-tree-app.vue3.js +3 -5
- package/lib/department-tree-mobile/src/department-tree-inline-app.vue.js +80 -91
- package/lib/department-tree-mobile/src/department-tree-inline-app.vue2.js +3 -4
- package/lib/department-tree-mobile/src/department-tree-service.js +32 -42
- package/lib/department-tree-mobile/src/dept-path.vue.js +10 -11
- package/lib/department-tree-mobile/src/dept-path.vue2.js +3 -4
- package/lib/department-tree-mobile/src/dept-result.vue.js +11 -14
- package/lib/department-tree-mobile/src/dept-result.vue2.js +3 -4
- package/lib/department-user-tree/index.js +3 -5
- package/lib/department-user-tree/src/department-user-multiple-tree.vue.js +10 -14
- package/lib/department-user-tree/src/department-user-multiple-tree.vue2.js +2 -4
- package/lib/department-user-tree/src/department-user-single-tree.vue.js +9 -14
- package/lib/department-user-tree/src/department-user-tree.vue.js +14 -20
- package/lib/department-user-tree-inline/index.js +3 -5
- package/lib/department-user-tree-inline/src/department-user-multiple-tree-inline.vue.js +17 -28
- package/lib/department-user-tree-inline/src/department-user-multiple-tree-inline.vue2.js +2 -4
- package/lib/department-user-tree-inline/src/department-user-single-tree-inline.vue.js +21 -33
- package/lib/department-user-tree-inline/src/department-user-single-tree-inline.vue2.js +2 -4
- package/lib/department-user-tree-inline/src/department-user-tree-inline.vue.js +8 -13
- package/lib/department-user-tree-inline/src/department-user-tree-multi-service.js +6 -9
- package/lib/department-user-tree-inline/src/department-user-tree-single-service.js +8 -11
- package/lib/department-user-tree-inline/src/group-user/group-input.vue.js +7 -12
- package/lib/department-user-tree-inline/src/group-user/group-list.vue.js +7 -12
- package/lib/department-user-tree-inline/src/group-user/group-user.vue.js +8 -14
- package/lib/department-user-tree-inline/src/group-user-multiple-tree.vue.js +14 -20
- package/lib/department-user-tree-inline/src/group-user-single-tree.vue.js +17 -23
- package/lib/department-user-tree-inline/src/group-user-tree-service.js +2 -3
- package/lib/department-user-tree-inline/src/search-result.vue.js +12 -15
- package/lib/department-user-tree-inline/src/search-result.vue2.js +2 -4
- package/lib/department-user-tree-mobile/index.js +4 -7
- package/lib/department-user-tree-mobile/src/department-user-tree-app.vue.js +9 -12
- package/lib/department-user-tree-mobile/src/department-user-tree-app.vue2.js +2 -4
- package/lib/department-user-tree-mobile/src/department-user-tree-app.vue3.js +3 -5
- package/lib/department-user-tree-mobile/src/department-user-tree-inline-app.vue.js +93 -104
- package/lib/department-user-tree-mobile/src/department-user-tree-inline-app.vue2.js +3 -4
- package/lib/department-user-tree-mobile/src/department-user-tree-service.js +20 -30
- package/lib/department-user-tree-mobile/src/dept-path.vue.js +10 -11
- package/lib/department-user-tree-mobile/src/dept-path.vue2.js +3 -4
- package/lib/department-user-tree-mobile/src/dept-result.vue.js +11 -15
- package/lib/department-user-tree-mobile/src/dept-result.vue2.js +3 -4
- package/lib/directives/prevent-reclick.js +2 -3
- package/lib/dynamic-source-select/index.js +5 -7
- package/lib/dynamic-source-select/src/dynamic-source-select-service.js +13 -15
- package/lib/dynamic-source-select/src/dynamic-source-select.vue.js +173 -183
- package/lib/dynamic-source-select/src/dynamic-source-select.vue2.js +2 -4
- package/lib/dynamic-source-select/src/dynamic-source-select.vue3.js +2 -4
- package/lib/dynamic-source-select/src/events.js +2 -3
- package/lib/empty-state/index.vue.js +5 -8
- package/lib/empty-state/index.vue2.js +3 -4
- package/lib/fs-preview/index.js +5 -7
- package/lib/fs-preview/src/fs-preview.vue.js +63 -72
- package/lib/fs-preview/src/fs-preview.vue2.js +2 -4
- package/lib/fs-upload/index.js +5 -7
- package/lib/fs-upload/src/fs-upload-multi.vue.js +24 -32
- package/lib/fs-upload/src/fs-upload-single.vue.js +30 -39
- package/lib/fs-upload/src/fs-upload.vue.js +10 -16
- package/lib/fs-upload/src/see-big-picture.vue.js +8 -11
- package/lib/fs-upload-list/index.js +5 -7
- package/lib/fs-upload-list/src/fs-upload-list.vue.js +33 -40
- package/lib/fs-upload-list/src/fs-upload-list.vue2.js +2 -4
- package/lib/fs-upload-new/index.js +5 -7
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-app.vue.js +34 -38
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-app.vue2.js +3 -4
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue.js +101 -109
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue2.js +3 -4
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue.js +5 -7
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue2.js +26 -33
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue3.js +2 -4
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-input.vue.js +27 -31
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-input.vue2.js +3 -4
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload.vue.js +18 -24
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload.vue2.js +3 -4
- package/lib/fs-upload-new/src/fs-button-upload.vue.js +5 -7
- package/lib/fs-upload-new/src/fs-button-upload.vue2.js +36 -43
- package/lib/fs-upload-new/src/fs-button-upload.vue3.js +2 -4
- package/lib/fs-upload-new/src/fs-drag-upload.vue.js +5 -7
- package/lib/fs-upload-new/src/fs-drag-upload.vue2.js +37 -45
- package/lib/fs-upload-new/src/fs-drag-upload.vue3.js +2 -4
- package/lib/fs-upload-new/src/fs-preview-new.vue.js +5 -8
- package/lib/fs-upload-new/src/fs-preview-new.vue2.js +61 -70
- package/lib/fs-upload-new/src/fs-preview-new.vue3.js +2 -4
- package/lib/fs-upload-new/src/fs-preview-new.vue4.js +2 -4
- package/lib/fs-upload-new/src/fs-upload-new.vue.js +37 -47
- package/lib/fs-upload-new/src/fs-upload-new.vue2.js +3 -4
- package/lib/hamburger/index.js +3 -5
- package/lib/hamburger/src/hamburger.vue.js +10 -14
- package/lib/hamburger/src/hamburger.vue2.js +2 -4
- package/lib/index.js +40 -382
- package/lib/json-view/json-view-dialog.vue.js +12 -15
- package/lib/json-view/json-view-dialog.vue2.js +3 -4
- package/lib/json-view/json-view.vue.js +3 -4
- package/lib/json-view/json-view.vue2.js +27 -31
- package/lib/multipart-upload/index.js +5 -7
- package/lib/multipart-upload/src/index.vue.js +7 -11
- package/lib/multipart-upload/src/multipart-upload-form.vue.js +40 -49
- package/lib/multipart-upload/src/multipart-upload-list.vue.js +59 -67
- package/lib/organization-input/index.js +5 -7
- package/lib/organization-input/src/organization-input.vue.js +31 -37
- package/lib/organization-input/src/organization-input.vue2.js +2 -4
- package/lib/plugins/export-data-new.js +96 -104
- package/lib/plugins/export-data.js +45 -51
- package/lib/plugins/index.js +4 -8
- package/lib/plugins/public-method.js +2 -3
- package/lib/remove-department/index.js +3 -5
- package/lib/remove-department/src/remove-department.vue.js +13 -19
- package/lib/remove-department/src/remove-dept-service.js +9 -10
- package/lib/remove-user/index.js +5 -7
- package/lib/remove-user/src/remove-user-service.js +3 -4
- package/lib/remove-user/src/remove-user.vue.js +16 -22
- package/lib/remove-workgroup/index.js +5 -7
- package/lib/remove-workgroup/src/remove-workgroup-service.js +3 -4
- package/lib/remove-workgroup/src/remove-workgroup.vue.js +12 -18
- package/lib/rich-editor/index.js +5 -7
- package/lib/rich-editor/index.vue.js +28 -76
- package/lib/rich-editor/tinymce/zh_CN.js +2 -2
- package/lib/rich-editor/viewer.vue.js +7 -10
- package/lib/row-form/index.js +5 -7
- package/lib/row-form/index.vue.js +5 -7
- package/lib/row-form/index.vue2.js +41 -47
- package/lib/row-form/index.vue3.js +2 -4
- package/lib/row-form/operation.vue.js +22 -26
- package/lib/row-form/operation.vue2.js +3 -4
- package/lib/scan-code-input/index.js +5 -7
- package/lib/scan-code-input/src/events.js +11 -13
- package/lib/scan-code-input/src/scan-code-input.vue.js +9 -15
- package/lib/scan-code-input-browser/index.js +5 -7
- package/lib/scan-code-input-browser/src/scan-code-input.vue.js +16 -21
- package/lib/secret-info/index.js +5 -7
- package/lib/secret-info/index.vue.js +6 -9
- package/lib/src/api/sso-service.js +34 -36
- package/lib/src/api/tab.js +8 -9
- package/lib/src/assets/401/401.gif.js +2 -4
- package/lib/src/assets/404/404-cloud.png.js +2 -4
- package/lib/src/assets/404/404.png.js +2 -4
- package/lib/src/assets/chat-embed/robot.gif.js +2 -4
- package/lib/src/assets/chat-embed/robot.svg.js +2 -4
- package/lib/src/assets/nonemessage.png.js +2 -4
- package/lib/src/components/Affix/index.vue.js +5 -7
- package/lib/src/components/Affix/index.vue2.js +56 -58
- package/lib/src/components/Affix/index.vue3.js +2 -4
- package/lib/src/components/Card/index.js +33 -38
- package/lib/src/components/Scrollbar/index.vue.js +33 -37
- package/lib/src/components/Scrollbar/index.vue2.js +2 -4
- package/lib/src/directives/permission/index.js +3 -5
- package/lib/src/directives/permission/permission.js +7 -9
- package/lib/src/i18n/i18n.js +3 -7
- package/lib/src/i18n/langs/cn.js +2 -4
- package/lib/src/i18n/langs/en.js +2 -4
- package/lib/src/mixins/resizeMixin.js +2 -3
- package/lib/src/permission.js +43 -46
- package/lib/src/router/index.js +16 -9
- package/lib/src/store/getters.js +2 -4
- package/lib/src/store/index.js +16 -13
- package/lib/src/store/modules/app.js +3 -4
- package/lib/src/store/modules/chat-ai-store.js +19 -22
- package/lib/src/store/modules/permission.js +10 -11
- package/lib/src/store/modules/system.js +7 -9
- package/lib/src/store/modules/tab-content.js +13 -15
- package/lib/src/store/modules/table.js +2 -3
- package/lib/src/store/modules/user.js +89 -95
- package/lib/src/utils/auth-api.js +3 -5
- package/lib/src/utils/auth.js +69 -139
- package/lib/src/utils/calculator/calculator-factory-wf.js +48 -49
- package/lib/src/utils/calculator/calculator-factory.js +57 -58
- package/lib/src/utils/calculator/calculator-util.js +29 -32
- package/lib/src/utils/chat-ai-util.js +17 -25
- package/lib/src/utils/common-util.js +271 -356
- package/lib/src/utils/eventBus.js +3 -6
- package/lib/src/utils/file-util.js +15 -16
- package/lib/src/utils/global-prop.js +21 -37
- package/lib/src/utils/guid.js +5 -8
- package/lib/src/utils/i18n-util.js +16 -24
- package/lib/src/utils/iconUtils.js +16 -23
- package/lib/src/utils/index.js +26 -40
- package/lib/src/utils/insert_css.js +8 -7
- package/lib/src/utils/json-util.js +25 -27
- package/lib/src/utils/jump-page-utils.js +172 -180
- package/lib/src/utils/local-storage.js +2 -3
- package/lib/src/utils/menu.js +10 -11
- package/lib/src/utils/permission.js +22 -26
- package/lib/src/utils/permissionAuth.js +102 -136
- package/lib/src/utils/range-selector.js +41 -45
- package/lib/src/utils/request.js +77 -86
- package/lib/src/utils/resize.js +5 -5
- package/lib/src/utils/restful-interface-utils.js +12 -15
- package/lib/src/utils/util.js +6 -26
- package/lib/src/utils/validate.js +10 -20
- package/lib/src/utils/voice-setting-cache.js +140 -153
- package/lib/src/utils/watermark-cache.js +9 -14
- package/lib/src/utils/watermark.js +23 -30
- package/lib/src/utils/workflow-util.js +25 -26
- package/lib/src/views/dsc-component/Sidebar/Item.vue.js +5 -7
- package/lib/src/views/dsc-component/Sidebar/Item.vue2.js +8 -11
- package/lib/src/views/dsc-component/Sidebar/Item.vue3.js +2 -4
- package/lib/src/views/dsc-component/Sidebar/Link.vue.js +9 -12
- package/lib/src/views/dsc-component/Sidebar/SidebarItem.vue.js +19 -26
- package/lib/src/views/dsc-component/Sidebar/SidebarItem.vue2.js +2 -4
- package/lib/src/views/dsc-component/Sidebar/index.vue.js +13 -22
- package/lib/src/views/dsc-component/tabs/tab-content.vue.js +21 -26
- package/lib/src/views/dsc-component/tabs/tab-content.vue2.js +2 -4
- package/lib/src/views/dsc-component/tabs/tab-content.vue3.js +2 -4
- package/lib/src/views/error-page/401.vue.js +9 -13
- package/lib/src/views/error-page/401.vue2.js +2 -4
- package/lib/src/views/error-page/404.vue.js +7 -11
- package/lib/src/views/error-page/404.vue2.js +2 -4
- package/lib/src/views/layout/EmptyLayout.vue.js +6 -8
- package/lib/src/views/layout/Layout.vue.js +12 -19
- package/lib/src/views/layout/Layout.vue2.js +2 -4
- package/lib/src/views/layout/NewLayout.vue.js +6 -10
- package/lib/src/views/layout/components/AppMain.vue.js +9 -11
- package/lib/src/views/layout/components/AppMain.vue2.js +2 -4
- package/lib/src/views/layout/components/Breadcrumb/index.vue.js +44 -37
- package/lib/src/views/layout/components/Breadcrumb/index.vue2.js +2 -4
- package/lib/src/views/layout/components/Menubar/Item.vue.js +5 -7
- package/lib/src/views/layout/components/Menubar/Item.vue2.js +12 -14
- package/lib/src/views/layout/components/Menubar/Item.vue3.js +2 -4
- package/lib/src/views/layout/components/Menubar/Link.vue.js +9 -12
- package/lib/src/views/layout/components/Menubar/SidebarItem.vue.js +15 -24
- package/lib/src/views/layout/components/Menubar/SidebarItem.vue2.js +2 -4
- package/lib/src/views/layout/components/Menubar/index.vue.js +19 -30
- package/lib/src/views/layout/components/Sidebar/Item.vue.js +6 -8
- package/lib/src/views/layout/components/Sidebar/Item.vue2.js +3 -4
- package/lib/src/views/layout/components/Sidebar/Link.vue.js +8 -11
- package/lib/src/views/layout/components/Sidebar/SidebarItem.vue.js +11 -17
- package/lib/src/views/layout/components/Sidebar/SidebarItem.vue2.js +2 -4
- package/lib/src/views/layout/components/Sidebar/index.vue.js +18 -25
- package/lib/src/views/layout/components/iframe-page.vue.js +8 -10
- package/lib/src/views/layout/components/iframe-page.vue2.js +2 -4
- package/lib/src/views/layout/components/tabs/tab-content.vue.js +10 -14
- package/lib/src/views/layout/components/tabs/tab-content.vue2.js +2 -4
- package/lib/src/views/layout/components/tabs/tab-content.vue3.js +2 -4
- package/lib/src/views/layout/mixin/ResizeHandler.js +3 -5
- package/lib/src/views/layout/tab-content-iframe-index.vue.js +8 -10
- package/lib/src/views/layout/tab-content-iframe-index.vue2.js +2 -4
- package/lib/src/views/layout/tab-content-index.vue.js +12 -18
- package/lib/src/views/layout/tab-content-index.vue2.js +2 -4
- package/lib/src/views/login/authredirect.vue.js +2 -3
- package/lib/src/views/redirect/index.vue.js +17 -8
- package/lib/src/views/svg-icon/src/svg-icon.vue.js +2 -4
- package/lib/src/views/wf-history/tache-subprocess-history.vue.js +11 -13
- package/lib/src/views/wf-history/tache-subprocess-history.vue2.js +2 -4
- package/lib/style.css +619 -619
- package/lib/super-grid/index.js +5 -7
- package/lib/super-grid/src/apis.js +221 -231
- package/lib/super-grid/src/columns-config.vue.js +16 -22
- package/lib/super-grid/src/components/grid-icon.vue.js +26 -34
- package/lib/super-grid/src/components/grid-radio-input.vue.js +15 -18
- package/lib/super-grid/src/components/grid-radio-input.vue2.js +3 -4
- package/lib/super-grid/src/components/mobile-table-card.js +73 -83
- package/lib/super-grid/src/components/select-input.vue.js +98 -106
- package/lib/super-grid/src/components/select-input.vue2.js +3 -4
- package/lib/super-grid/src/custom-formatter.js +69 -73
- package/lib/super-grid/src/dynamic-input.vue.js +142 -159
- package/lib/super-grid/src/eventBus.js +3 -6
- package/lib/super-grid/src/events.js +34 -36
- package/lib/super-grid/src/formValidatorUtil.js +62 -65
- package/lib/super-grid/src/formatter.js +36 -41
- package/lib/super-grid/src/group-column.vue.js +8 -13
- package/lib/super-grid/src/header-context-menu.vue.js +10 -13
- package/lib/super-grid/src/header-context-menu.vue2.js +2 -4
- package/lib/super-grid/src/index-column.vue.js +7 -10
- package/lib/super-grid/src/normal-column-content.vue.js +187 -206
- package/lib/super-grid/src/normal-column-content.vue2.js +2 -4
- package/lib/super-grid/src/normal-column.vue.js +40 -55
- package/lib/super-grid/src/normal-column.vue2.js +2 -4
- package/lib/super-grid/src/public-methods.js +12 -14
- package/lib/super-grid/src/row-detail.vue.js +7 -10
- package/lib/super-grid/src/row-operation.vue.js +19 -26
- package/lib/super-grid/src/row-operation.vue2.js +2 -4
- package/lib/super-grid/src/scan-util.js +24 -26
- package/lib/super-grid/src/search-button.vue.js +12 -17
- package/lib/super-grid/src/search-condition-input.vue.js +8 -12
- package/lib/super-grid/src/search-condition-list.vue.js +10 -13
- package/lib/super-grid/src/search-form-advancedQuery.vue.js +13 -23
- package/lib/super-grid/src/search-form-advancedQuery.vue2.js +2 -4
- package/lib/super-grid/src/search-form-dialog.vue.js +9 -13
- package/lib/super-grid/src/search-form-item.vue.js +16 -24
- package/lib/super-grid/src/search-form-item.vue2.js +2 -4
- package/lib/super-grid/src/search-form-mobile.vue.js +13 -22
- package/lib/super-grid/src/search-form-mobile.vue2.js +2 -4
- package/lib/super-grid/src/search-form-number.vue.js +9 -14
- package/lib/super-grid/src/search-form-open.vue.js +7 -13
- package/lib/super-grid/src/search-form-ordinarySearch.vue.js +11 -19
- package/lib/super-grid/src/search-form-ordinarySearch.vue2.js +2 -4
- package/lib/super-grid/src/search-form.vue.js +65 -77
- package/lib/super-grid/src/search-form.vue2.js +2 -4
- package/lib/super-grid/src/search-methods.js +2 -3
- package/lib/super-grid/src/selection-column.vue.js +7 -9
- package/lib/super-grid/src/store.js +3 -4
- package/lib/super-grid/src/super-grid-service.js +121 -128
- package/lib/super-grid/src/super-grid.vue.js +186 -217
- package/lib/super-grid/src/super-grid.vue2.js +2 -4
- package/lib/super-grid/src/utils.js +265 -322
- package/lib/super-grid/src/view-image-dialog.vue.js +26 -33
- package/lib/super-icon/index.js +5 -7
- package/lib/super-icon/src/index.vue.js +5 -7
- package/lib/super-icon/src/index.vue2.js +8 -11
- package/lib/super-icon/src/index.vue3.js +2 -4
- package/lib/super-nine-grid/index.js +5 -7
- package/lib/super-nine-grid/src/apis.js +5 -8
- package/lib/super-nine-grid/src/custom-formatter.js +5 -7
- package/lib/super-nine-grid/src/formatter.js +28 -29
- package/lib/super-nine-grid/src/search-form-number.vue.js +8 -12
- package/lib/super-nine-grid/src/search-form.vue.js +33 -40
- package/lib/super-nine-grid/src/search-form.vue2.js +2 -4
- package/lib/super-nine-grid/src/search-methods.js +2 -3
- package/lib/super-nine-grid/src/store.js +3 -4
- package/lib/super-nine-grid/src/super-grid-service.js +5 -9
- package/lib/super-nine-grid/src/super-nine-grid.vue.js +95 -105
- package/lib/super-nine-grid/src/super-nine-grid.vue2.js +2 -4
- package/lib/super-nine-grid/src/utils.js +31 -27
- package/lib/svg-icon/index.js +5 -7
- package/lib/svg-icon/src/svg-icon.vue.js +8 -10
- package/lib/svg-icon/src/svg-icon.vue2.js +2 -4
- package/lib/utils/gogocodeTransfer.js +23 -28
- package/lib/utils/memory-cache-utils.js +3 -5
- package/lib/utils/organization.js +40 -53
- package/lib/utils/utils.js +27 -29
- package/lib/utils/value-set.js +68 -70
- package/lib/valid-code/index.js +5 -7
- package/lib/valid-code/src/valid-code.vue.js +10 -13
- package/lib/valid-code/src/valid-code.vue2.js +2 -4
- package/lib/workflow-button/index.js +3 -5
- package/lib/workflow-button/src/workflow-button.vue.js +34 -39
- package/lib/workflow-history-list/index.js +5 -7
- package/lib/workflow-history-list/src/api.js +2 -3
- package/lib/workflow-history-list/src/workflow-history-list.vue.js +59 -65
- package/lib/workflow-history-list/src/workflow-history-list.vue2.js +2 -4
- package/lib/workgroup-tree/index.js +5 -7
- package/lib/workgroup-tree/src/workgroup-tree.vue.js +11 -17
- package/lib/workgroup-tree-inline/index.js +3 -5
- package/lib/workgroup-tree-inline/src/search-result.vue.js +21 -25
- package/lib/workgroup-tree-inline/src/search-result.vue2.js +2 -4
- package/lib/workgroup-tree-inline/src/workgroup-tree-inline.vue.js +43 -52
- package/lib/workgroup-tree-inline/src/workgroup-tree-inline.vue2.js +2 -4
- package/lib/workgroup-tree-inline/src/workgroup-tree-service.js +5 -7
- package/lib/workgroup-tree-mobile/index.js +5 -8
- package/lib/workgroup-tree-mobile/src/dept-result.vue.js +11 -14
- package/lib/workgroup-tree-mobile/src/dept-result.vue2.js +3 -4
- package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue.js +9 -12
- package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue2.js +2 -4
- package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue3.js +3 -5
- package/lib/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue.js +76 -86
- package/lib/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue2.js +3 -4
- package/lib/workgroup-tree-mobile/src/workgroup-tree-service.js +20 -28
- package/lib/workgroup-user-tree/index.js +5 -7
- package/lib/workgroup-user-tree/src/workgroup-user-tree.vue.js +11 -17
- package/lib/workgroup-user-tree-inline/index.js +3 -5
- package/lib/workgroup-user-tree-inline/src/search-result.vue.js +21 -25
- package/lib/workgroup-user-tree-inline/src/search-result.vue2.js +2 -4
- package/lib/workgroup-user-tree-inline/src/workgroup-tree-inline-service.js +9 -11
- package/lib/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue.js +34 -43
- package/lib/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue2.js +2 -4
- package/lib/workgroup-user-tree-mobile/src/dept-path.vue.js +10 -11
- package/lib/workgroup-user-tree-mobile/src/dept-path.vue2.js +3 -4
- package/lib/workgroup-user-tree-mobile/src/dept-result.vue.js +11 -15
- package/lib/workgroup-user-tree-mobile/src/dept-result.vue2.js +3 -4
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue.js +9 -12
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue2.js +2 -4
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue3.js +3 -5
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue.js +93 -104
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue2.js +3 -4
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-service.js +16 -25
- package/lib/year-range-picker/index.js +3 -5
- package/lib/year-range-picker/src/year-range-picker.vue.js +9 -12
- package/package.json +5 -2
- package/vite.config.js +35 -33
|
@@ -0,0 +1,172 @@
|
|
|
1
|
+
import { Search as e } from "@element-plus/icons-vue";
|
|
2
|
+
import { $emit as t } from "../../utils/gogocodeTransfer.js";
|
|
3
|
+
import s from "../../src/utils/local-storage.js";
|
|
4
|
+
import r from "../../utils/utils.js";
|
|
5
|
+
import l from "./workgroup-tree-inline-service.js";
|
|
6
|
+
import o from "./search-result.vue.js";
|
|
7
|
+
import i from "../../empty-state/index.vue.js";
|
|
8
|
+
import { resolveComponent as n, openBlock as a, createElementBlock as h, createVNode as d, withCtx as c, withKeys as u, Fragment as p, createElementVNode as f, createBlock as m, normalizeClass as g, toDisplayString as k, createCommentVNode as N } from "vue";
|
|
9
|
+
import "./workgroup-user-tree-inline.vue2.js";
|
|
10
|
+
import U from "../../_virtual/_plugin-vue_export-helper.js";
|
|
11
|
+
const S = { data: () => ({ filterText: "", defaultProps: { id: "id", label: "name", children: "children", isLeaf: "leaf" }, searchParam: { userField: null, searchValue: null, treeType: "MAN_GROUP_TREE", departmentInfo: null }, containBranch: false, tenantNodeId: -1, allSearchNodeIds: [], allExpandNodeIds: [], isClickNode: false, restaurants: [], searchValue: null, searchResult: [], selectResult: [], searchStoreKey: "searchWorkgroupUser", selectNodeInfo: null, tenantInfo: {}, ElIconSearch: e, canShowOrgTree: false }), name: "InlineWorkgroupUserTree", components: { WorkgroupUserResult: o, EmptyState: i }, props: { multiple: { type: Boolean, default: true }, branchInfo: { type: Array, default: null }, selectUserInfo: { type: [String, Number], default: null }, searchField: { type: String, default: "loginName" }, separator: { type: String, default: "," } }, computed: {}, watch: { filterText(e2) {
|
|
12
|
+
e2 || (this.searchValue = e2, this.loadWorkgroup(this.tenantNodeId, this.tenantNodeId + ""));
|
|
13
|
+
} }, created() {
|
|
14
|
+
r.canShowOrgTree().then((e2) => {
|
|
15
|
+
this.canShowOrgTree = e2;
|
|
16
|
+
}), this.multiple && this.initSelectUsers(this.searchField, this.selectUserInfo, this.separator).then((e2) => {
|
|
17
|
+
e2 && (this.selectResult = e2);
|
|
18
|
+
});
|
|
19
|
+
}, mounted() {
|
|
20
|
+
var e2 = s.getObject(this.searchStoreKey);
|
|
21
|
+
this.restaurants = e2 || [];
|
|
22
|
+
}, methods: { ...r, ...l, addWorkgroupUser(e2, t2) {
|
|
23
|
+
const s2 = this.selectResult.filter(this.filterWorkgroup(t2));
|
|
24
|
+
s2 && 0 === s2.length && this.selectResult.push(t2);
|
|
25
|
+
}, filterWorkgroup: (e2) => (t2) => t2.id === e2.id, removeWorkgroupUser(e2, t2) {
|
|
26
|
+
if (this.$refs.workgroupUserTree) {
|
|
27
|
+
const e3 = this.$refs.workgroupUserTree.getCheckedKeys().filter(this.filterUserNode(t2));
|
|
28
|
+
e3.length > 0 && e3.forEach((e4) => {
|
|
29
|
+
this.$refs.workgroupUserTree.setChecked(e4, false);
|
|
30
|
+
});
|
|
31
|
+
}
|
|
32
|
+
this.selectResult = this.removeRow(this.selectResult, t2), this.selectResult && 0 !== this.selectResult.length || this.$refs.workgroupUserTree && this.$refs.workgroupUserTree.setCheckedKeys([]);
|
|
33
|
+
}, getSelectWorkgroupUser(e2) {
|
|
34
|
+
this.packageSelectResult(e2);
|
|
35
|
+
}, resultRowDblclick(e2) {
|
|
36
|
+
this.packageSelectResult(e2), t(this, "result", this.selectNodeInfo);
|
|
37
|
+
}, packageSelectResult(e2) {
|
|
38
|
+
e2.tenantCode = this.tenantInfo.code, e2.tenantName = this.tenantInfo.tenantName;
|
|
39
|
+
let t2 = e2.name;
|
|
40
|
+
e2.enName && "" !== e2.enName.trim() && (t2 = t2 + "(" + e2.enName + ")");
|
|
41
|
+
const s2 = { id: e2.id, name: t2, loginName: e2.loginName, email: e2.email, telephone: e2.telephone, containBranch: this.containBranch, user: e2, enName: e2.enName, subCompanyName: e2.subCompanyName };
|
|
42
|
+
this.selectNodeInfo = s2;
|
|
43
|
+
}, handleSelect(e2) {
|
|
44
|
+
this.handleSelectUtil(e2, s);
|
|
45
|
+
}, search(e2) {
|
|
46
|
+
this.searchValue = e2, this.$refs.workgroupUserTree && this.$refs.workgroupUserTree.filter(e2);
|
|
47
|
+
}, clickSearch() {
|
|
48
|
+
this.storeSeachValue(s, this.searchStoreKey, this.filterText), this.search(this.filterText);
|
|
49
|
+
}, filterNode(e2, t2, s2) {
|
|
50
|
+
if (e2) {
|
|
51
|
+
if (t2.nodeType && "USER" === t2.nodeType) {
|
|
52
|
+
const s3 = JSON.parse(t2.data);
|
|
53
|
+
return this.filterUserVal(s3, e2);
|
|
54
|
+
}
|
|
55
|
+
return false;
|
|
56
|
+
}
|
|
57
|
+
return true;
|
|
58
|
+
}, filterUserVal(e2, t2) {
|
|
59
|
+
const s2 = ["name", "loginName", "email", "telephone", "jobNumber", "honorificName"];
|
|
60
|
+
let r2 = false;
|
|
61
|
+
for (let l2 = 0; l2 < s2.length; l2++) {
|
|
62
|
+
const o2 = s2[l2];
|
|
63
|
+
if (!(-1 !== e2[o2].indexOf(t2) || "name" === o2 && e2.enName && -1 !== e2.enName.indexOf(t2))) {
|
|
64
|
+
r2 = false;
|
|
65
|
+
break;
|
|
66
|
+
}
|
|
67
|
+
r2 = true;
|
|
68
|
+
}
|
|
69
|
+
return r2;
|
|
70
|
+
}, handleCheckNode(e2, t2) {
|
|
71
|
+
t2.checkedKeys.indexOf(e2.nodeId) > -1 ? this.checkedNode(e2, false) : this.cancelCheckedNode(e2);
|
|
72
|
+
}, checkedNodeAndChildren(e2) {
|
|
73
|
+
this.$refs.workgroupUserTree.store.nodesMap[e2.nodeId].expanded = true, this.$refs.workgroupUserTree.setChecked(e2.nodeId, true);
|
|
74
|
+
const t2 = e2.children;
|
|
75
|
+
t2 && t2.forEach((e3) => {
|
|
76
|
+
this.checkedNodeAndChildren(e3), this.selectResult.push(JSON.parse(e3.data));
|
|
77
|
+
});
|
|
78
|
+
}, cancelCheckedNode(e2) {
|
|
79
|
+
e2.id === this.tenantNodeId ? this.$refs.workgroupUserTree.setCheckedKeys([]) : e2.nodeType && "WORKGROUP" === e2.nodeType ? this.cancelCheckedUserNodesWithWorkgroup(e2) : this.selectResult = this.removeRow(this.selectResult, JSON.parse(e2.data));
|
|
80
|
+
}, checkedAllWorkgroups(e2) {
|
|
81
|
+
const t2 = e2.children;
|
|
82
|
+
t2 && t2.forEach((e3) => {
|
|
83
|
+
this.$refs.workgroupUserTree.setChecked(e3.nodeId, true);
|
|
84
|
+
});
|
|
85
|
+
}, cancelCheckedUserNodesWithWorkgroup(e2) {
|
|
86
|
+
const t2 = e2.children;
|
|
87
|
+
t2 && t2.forEach((e3) => {
|
|
88
|
+
this.$refs.workgroupUserTree.setChecked(e3.nodeId, false), this.selectResult = this.removeRow(this.selectResult, JSON.parse(e3.data));
|
|
89
|
+
});
|
|
90
|
+
}, handleNodeClick(e2, t2, s2) {
|
|
91
|
+
this.multiple && this.clickNodeWhenMultiple(e2), this.selectSingleNode(e2, false);
|
|
92
|
+
}, selectSingleNode(e2, s2) {
|
|
93
|
+
if (this.isUserNode(e2) && !this.multiple) {
|
|
94
|
+
const r2 = JSON.parse(e2.data);
|
|
95
|
+
r2.tenantCode = this.tenantInfo.code, r2.tenantName = this.tenantInfo.tenantName;
|
|
96
|
+
let l2 = r2.name;
|
|
97
|
+
r2.enName && "" !== r2.enName.trim() && (l2 = l2 + "(" + r2.enName + ")");
|
|
98
|
+
const o2 = { id: r2.id, name: l2, loginName: r2.loginName, email: r2.email, telephone: r2.telephone, containBranch: this.containBranch, user: r2, enName: r2.enName, subCompanyName: r2.subCompanyName };
|
|
99
|
+
this.selectNodeInfo = o2, true === s2 && t(this, "result", o2);
|
|
100
|
+
}
|
|
101
|
+
}, clickNodeWhenMultiple(e2) {
|
|
102
|
+
var t2 = [];
|
|
103
|
+
this.$refs.workgroupUserTree && (t2 = this.$refs.workgroupUserTree.getCheckedKeys()), this.$refs.workgroupUserTree.store.nodesMap[e2.nodeId].expanded = true, t2.indexOf(e2.nodeId) > -1 ? (this.$refs.workgroupUserTree.setChecked(e2.nodeId, false), this.cancelCheckedNode(e2)) : (this.$refs.workgroupUserTree.setChecked(e2.nodeId, true), this.checkedNode(e2, true));
|
|
104
|
+
}, isUserNode(e2) {
|
|
105
|
+
return e2.id !== this.tenantNodeId && e2.nodeType && "USER" === e2.nodeType;
|
|
106
|
+
}, singleSetValue() {
|
|
107
|
+
let e2 = false;
|
|
108
|
+
if (this.searchValue)
|
|
109
|
+
this.selectNodeInfo, this.selectNodeInfo ? t(this, "result", this.selectNodeInfo) : e2 = true;
|
|
110
|
+
else {
|
|
111
|
+
const t2 = this.$refs.workgroupUserTree.getCurrentNode();
|
|
112
|
+
t2 && null !== t2 && this.isUserNode(t2) ? this.selectSingleNode(t2, true) : e2 = true;
|
|
113
|
+
}
|
|
114
|
+
this.showTip(e2);
|
|
115
|
+
}, multipleSetValue() {
|
|
116
|
+
let e2 = false;
|
|
117
|
+
var s2 = { userIds: [], userNames: [], loginNames: [], emails: [], telephones: [], users: [] };
|
|
118
|
+
if (this.searchValue)
|
|
119
|
+
this.selectResult.length > 0 ? (this.selectResult.forEach((e3) => {
|
|
120
|
+
this.addSelectedUserInfo(s2, e3);
|
|
121
|
+
}), t(this, "result", s2)) : e2 = true;
|
|
122
|
+
else {
|
|
123
|
+
var r2 = [], l2 = this.$refs.workgroupUserTree.getCheckedNodes();
|
|
124
|
+
if (l2)
|
|
125
|
+
if (0 === l2.length)
|
|
126
|
+
e2 = true;
|
|
127
|
+
else {
|
|
128
|
+
for (var o2 = 0; o2 < l2.length; o2++) {
|
|
129
|
+
var i2 = l2[o2];
|
|
130
|
+
if (this.isSelectTenantNode(i2.id)) {
|
|
131
|
+
s2.userIds = [], s2.userNames = [], s2.userIds.push(i2.id), s2.userNames.push("所有工作组人员");
|
|
132
|
+
break;
|
|
133
|
+
}
|
|
134
|
+
if (i2.id !== this.tenantNodeId)
|
|
135
|
+
if (i2.leaf) {
|
|
136
|
+
if (this.isUserNode(i2)) {
|
|
137
|
+
const e3 = JSON.parse(i2.data);
|
|
138
|
+
this.addSelectedUserInfo(s2, e3);
|
|
139
|
+
}
|
|
140
|
+
} else {
|
|
141
|
+
const e3 = i2.children;
|
|
142
|
+
e3 && e3.length > 0 ? e3.forEach((e4) => {
|
|
143
|
+
const t2 = JSON.parse(e4.data);
|
|
144
|
+
this.addSelectedUserInfo(s2, t2);
|
|
145
|
+
}) : r2.push(i2.id);
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
r2.length > 0 ? (this.getAllSelectedWorkgroupUsers(r2, s2), e2 = false) : s2.userIds.length > 0 ? t(this, "result", s2) : e2 = true;
|
|
149
|
+
}
|
|
150
|
+
else
|
|
151
|
+
e2 = true;
|
|
152
|
+
}
|
|
153
|
+
this.showTip(e2);
|
|
154
|
+
}, showTip(e2) {
|
|
155
|
+
e2 && this.$alert(this.$t("imatrixUIMessage.pleaseSelectPersonnel"), this.$t("imatrixUIMessage.tips"), { confirmButtonText: this.$t("imatrixUIPublicModel.sure") });
|
|
156
|
+
}, selectWorkgroupUser() {
|
|
157
|
+
this.multiple ? this.multipleSetValue() : this.singleSetValue();
|
|
158
|
+
}, isSelectTenantNode(e2) {
|
|
159
|
+
return e2 === this.tenantNodeId && (!this.branchInfo || 0 === this.branchInfo.length);
|
|
160
|
+
}, addSelectedUserInfo(e2, t2) {
|
|
161
|
+
if (0 === e2.userIds.filter(this.filterUserId(t2)).length) {
|
|
162
|
+
let s2 = t2.name;
|
|
163
|
+
t2.enName && "" !== t2.enName && (s2 = s2 + "(" + t2.enName + ")"), t2.tenantCode = this.tenantInfo.code, t2.tenantName = this.tenantInfo.tenantName, e2.containBranch = this.containBranch, e2.users.push(t2), e2.userIds.push(t2.id), e2.loginNames.push(t2.loginName), e2.userNames.push(s2), e2.emails.push(t2.email), e2.telephones.push(t2.telephone);
|
|
164
|
+
}
|
|
165
|
+
}, filterUserId: (e2) => (t2) => t2 === e2.id, filterUserNode: (e2) => (t2) => t2.substring(t2.lastIndexOf("~") + 1) === e2.id + "" }, emits: ["result"] }, I = { key: 0, style: { "padding-top": "5px", overflow: "auto", width: "auto", display: "inline-block !important" } }, y = ["title"], w = { key: 1, style: { height: "100%", overflow: "hidden" } }, R = f("table", { border: "1px", cellpadding: "0", cellspacing: "0", style: { height: "100%", "border-left-style": "solid", "border-bottom-style": "none", "border-right-style": "none", "border-top-style": "none", "border-left-color": "#cccccc" } }, null, -1), T = { style: { "text-align": "left", "font-size": "16px" } }, C = { style: "padding-top: 5px;height:90%;overflow: hidden;" };
|
|
166
|
+
const b = U(S, [["render", function(e2, t2, s2, r2, l2, o2) {
|
|
167
|
+
const i2 = n("el-button"), U2 = n("el-autocomplete"), S2 = n("el-header"), b2 = n("Menu"), x = n("Calendar"), v = n("el-icon"), W = n("el-tree"), $ = n("EmptyState"), V = n("workgroup-user-result"), O = n("el-main"), E = n("el-container"), _ = n("el-aside");
|
|
168
|
+
return a(), h("div", null, [d(E, { style: { height: "395px" } }, { default: c(() => [d(_, { width: "430px" }, { default: c(() => [d(E, { style: { height: "390px" } }, { default: c(() => [d(S2, { style: { "text-align": "right", "font-size": "12px", height: "35px" } }, { default: c(() => [d(U2, { modelValue: l2.filterText, "onUpdate:modelValue": t2[0] || (t2[0] = (e3) => l2.filterText = e3), "fetch-suggestions": e2.querySearch, placeholder: e2.$t("departmentUserTree.pleaseEnterUserInformation"), "trigger-on-focus": false, class: "inline-input inline-input-custom", "select-when-unmatched": "", size: "default", onSelect: o2.handleSelect, onKeyup: u(o2.clickSearch, ["enter"]) }, { append: c(() => [d(i2, { icon: l2.ElIconSearch, onClick: o2.clickSearch }, null, 8, ["icon", "onClick"])]), _: 1 }, 8, ["modelValue", "fetch-suggestions", "placeholder", "onSelect", "onKeyup"])]), _: 1 }), d(O, { style: { padding: "10px" } }, { default: c(() => [l2.searchValue ? N("", true) : (a(), h(p, { key: 0 }, [l2.canShowOrgTree ? (a(), h("div", I, [d(W, { ref: "workgroupUserTree", "filter-node-method": o2.filterNode, load: e2.loadNode, props: l2.defaultProps, "show-checkbox": s2.multiple, lazy: "", "node-key": "nodeId", onCheck: o2.handleCheckNode, onNodeClick: o2.handleNodeClick }, { default: c(({ node: e3, data: t3 }) => [f("span", null, [d(v, null, { default: c(() => [-1 === e3.data.id ? (a(), m(b2, { key: 0 })) : (a(), m(x, { key: 1 }))]), _: 2 }, 1024), f("span", { class: g(t3.nodeType && "USER" === t3.nodeType && l2.searchValue && o2.filterUserVal(t3, l2.searchValue) ? "searchResult" : ""), title: e3.label }, k(e3.label), 11, y)])]), _: 1 }, 8, ["filter-node-method", "load", "props", "show-checkbox", "onCheck", "onNodeClick"])])) : (a(), m($, { key: 1, style: { width: "100%", height: "100%" } }))], 64)), l2.searchValue && l2.searchValue.length > 0 ? (a(), h("div", w, [d(V, { ref: "workgroupUserResult", "grid-data": l2.searchResult, height: e2.height, "is-search-result": true, multiple: s2.multiple, "select-result": l2.selectResult, onAddWorkgroupUser: o2.addWorkgroupUser, onResultRowDblclick: o2.resultRowDblclick, onSelectResult: o2.getSelectWorkgroupUser }, null, 8, ["grid-data", "height", "multiple", "select-result", "onAddWorkgroupUser", "onResultRowDblclick", "onSelectResult"])])) : N("", true)]), _: 1 })]), _: 1 })]), _: 1 }), s2.multiple ? (a(), m(E, { key: 0 }, { default: c(() => [d(_, { width: "2px" }, { default: c(() => [R]), _: 1 }), d(O, { style: { padding: "10px" } }, { default: c(() => [f("div", T, k(e2.$t("departmentUserTree.selectedPeople")) + "::", 1), f("div", C, [d(V, { "grid-data": l2.selectResult, height: e2.height, "is-search-result": false, multiple: s2.multiple, onRemoveWorkgroupUser: o2.removeWorkgroupUser, onResultRowDblclick: o2.resultRowDblclick, onSelectResult: o2.getSelectWorkgroupUser }, null, 8, ["grid-data", "height", "multiple", "onRemoveWorkgroupUser", "onResultRowDblclick", "onSelectResult"])])]), _: 1 })]), _: 1 })) : N("", true)]), _: 1 })]);
|
|
169
|
+
}]]);
|
|
170
|
+
export {
|
|
171
|
+
b as default
|
|
172
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { defineComponent as e, ref as l, resolveComponent as t, openBlock as a, createBlock as n, withCtx as c, createVNode as r, createElementBlock as u, toDisplayString as s, unref as i, Fragment as p, renderList as k } from "vue";
|
|
2
|
+
const m = { key: 1 }, d = ["onClick"], o = { key: 1 }, b = e({ __name: "dept-path", props: { tenantName: { type: String, default: null }, clickDepts: { type: Array, default: null } }, emits: ["clickBreadcrumb"], setup(e2, { emit: b2 }) {
|
|
3
|
+
let f = l(e2.tenantName);
|
|
4
|
+
function y(e3, l2, t2) {
|
|
5
|
+
b2("clickBreadcrumb", e3, l2, t2);
|
|
6
|
+
}
|
|
7
|
+
return (l2, b3) => {
|
|
8
|
+
const h = t("el-breadcrumb-item"), _ = t("el-breadcrumb");
|
|
9
|
+
return a(), n(_, { separator: "/" }, { default: c(() => [r(h, null, { default: c(() => [e2.clickDepts.length > 0 ? (a(), u("span", { key: 0, class: "breadcrumb-label-link", onClick: b3[0] || (b3[0] = (e3) => y(null, true)) }, s(i(f)), 1)) : (a(), u("span", m, s(i(f)), 1))]), _: 1 }), (a(true), u(p, null, k(e2.clickDepts, (l3, t2) => (a(), n(h, { key: l3.id }, { default: c(() => [t2 < e2.clickDepts.length - 1 ? (a(), u("span", { key: 0, class: "breadcrumb-label-link", onClick: (e3) => y(l3, false, t2) }, s(l3.showName), 9, d)) : (a(), u("span", o, s(l3.showName), 1))]), _: 2 }, 1024))), 128))]), _: 1 });
|
|
10
|
+
};
|
|
11
|
+
} });
|
|
12
|
+
export {
|
|
13
|
+
b as default
|
|
14
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { defineComponent as e, ref as t, resolveComponent as l, openBlock as o, createBlock as s, unref as a, isRef as r, withCtx as n, createElementVNode as d, toDisplayString as i, createTextVNode as u, createElementBlock as m, createCommentVNode as c, createVNode as p } from "vue";
|
|
2
|
+
import { DeleteFilled as f } from "@element-plus/icons-vue";
|
|
3
|
+
import { getUserMainDeptName as y, getDeptNamePath as v } from "../../utils/organization.js";
|
|
4
|
+
const R = { style: { "text-align": "center" } }, k = { class: "item-row" }, g = { class: "item-label" }, T = { key: 0, style: { color: "#999" } }, _ = { key: 1, style: { color: "#999" } }, w = ["onClick"], U = e({ __name: "dept-result", props: { selectUsers: { type: Array, default: null } }, emits: ["removeResult"], setup(e2, { expose: U2, emit: h }) {
|
|
5
|
+
let x = t(false);
|
|
6
|
+
return U2({ showResult: function() {
|
|
7
|
+
x.value = true;
|
|
8
|
+
} }), (t2, U3) => {
|
|
9
|
+
const z = l("el-icon"), I = l("el-tree"), N = l("el-drawer");
|
|
10
|
+
return o(), s(N, { modelValue: a(x), "onUpdate:modelValue": U3[0] || (U3[0] = (e3) => r(x) ? x.value = e3 : x = e3), direction: "btt", size: "80%", class: "organization-tree" }, { header: n(() => [d("div", R, i(t2.$t("departmentTreeInline.selectResultTitle")), 1)]), default: n(() => [a(x) ? (o(), s(I, { key: 0, ref: "orgResultTreeRef", data: e2.selectUsers, "node-key": "nodeId" }, { default: n(({ node: e3, data: t3 }) => [d("div", k, [d("div", g, [u(i(t3.showName) + " ", 1), t3.nodeType && "USER" === t3.nodeType ? (o(), m("span", T, "(" + i(t3.loginName) + i(a(y)(t3) ? "/" + a(y)(t3) : "") + ")", 1)) : c("", true), "-1" !== t3.parentNodeId && a(v)(t3) ? (o(), m("span", _, "(" + i(a(v)(t3)) + ")", 1)) : c("", true)]), d("div", { class: "item-side", onClick: (e4) => {
|
|
11
|
+
h("removeResult", t3);
|
|
12
|
+
} }, [p(z, null, { default: n(() => [p(a(f))]), _: 1 })], 8, w)])]), _: 1 }, 8, ["data"])) : c("", true)]), _: 1 }, 8, ["modelValue"]);
|
|
13
|
+
};
|
|
14
|
+
} });
|
|
15
|
+
export {
|
|
16
|
+
U as default
|
|
17
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { defineComponent as e, ref as r, resolveComponent as l, openBlock as o, createBlock as t, unref as s, isRef as a, withCtx as n, createElementVNode as c, toDisplayString as i, createCommentVNode as p } from "vue";
|
|
2
|
+
import u from "./workgroup-user-tree-inline-app.vue.js";
|
|
3
|
+
const d = { style: { "text-align": "center" } }, m = e({ name: "DepartmentUserTreeMobile", props: { multiple: {}, branchInfo: {}, selectUserInfo: {}, searchField: {}, separator: {} }, emits: ["close"], setup(e2, { emit: m2 }) {
|
|
4
|
+
let f = r(true);
|
|
5
|
+
function h(e3) {
|
|
6
|
+
m2("close", e3), f.value = false;
|
|
7
|
+
}
|
|
8
|
+
return (e3, r2) => {
|
|
9
|
+
const m3 = l("el-drawer");
|
|
10
|
+
return o(), t(m3, { modelValue: s(f), "onUpdate:modelValue": r2[0] || (r2[0] = (e4) => a(f) ? f.value = e4 : f = e4), "append-to-body": "", "close-on-click-modal": false, "close-on-press-escape": false, direction: "btt", size: "100%", class: "organization-tree", onClose: r2[1] || (r2[1] = (e4) => h()) }, { header: n(() => [c("div", d, i(e3.$t("imatrixUIMessage.pleaseSelect")), 1)]), default: n(() => [s(f) ? (o(), t(u, { key: 0, multiple: e3.multiple, branchInfo: e3.branchInfo, selectUserInfo: e3.selectUserInfo, searchField: e3.searchField, separator: e3.separator, onClose: h }, null, 8, ["multiple", "branchInfo", "selectUserInfo", "searchField", "separator"])) : p("", true)]), _: 1 }, 8, ["modelValue"]);
|
|
11
|
+
};
|
|
12
|
+
} });
|
|
13
|
+
export {
|
|
14
|
+
m as default
|
|
15
|
+
};
|
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
import { defineComponent as e, ref as l, onMounted as t, resolveComponent as n, openBlock as a, createElementBlock as s, createVNode as o, withCtx as r, createElementVNode as u, createBlock as i, unref as c, isRef as d, createCommentVNode as p, withKeys as m, createTextVNode as f, toDisplayString as h } from "vue";
|
|
2
|
+
import { Search as v, ArrowRight as g, ArrowUpBold as y } from "@element-plus/icons-vue";
|
|
3
|
+
import { getTenant as I, getTenantChildren as k, checkedDeptDefault as U, getUserInWorkgroups as T, loadChildNodes as w } from "./workgroup-user-tree-service.js";
|
|
4
|
+
import { initSelectUsers as R, resizeScrollTargetHeightUtil as b, getUserMainDeptName as x, addSelectedUserInfo as N, packageSelectResult as S } from "../../utils/organization.js";
|
|
5
|
+
import _ from "./dept-path.vue.js";
|
|
6
|
+
import E from "./dept-result.vue.js";
|
|
7
|
+
import { ElMessage as C } from "element-plus";
|
|
8
|
+
import { useI18n as $ } from "vue-i18n";
|
|
9
|
+
import V from "../../utils/utils.js";
|
|
10
|
+
import O from "../../src/assets/nonemessage.png.js";
|
|
11
|
+
const P = { style: { display: "flex" } }, J = { style: { flex: "0 0 20%", "text-align": "left" } }, M = { style: { flex: "0 0 80%", "text-align": "right" } }, j = { class: "item-row" }, H = { key: 0, class: "item-label" }, K = { style: { color: "#999" } }, A = ["onClick"], D = ["onClick"], q = { style: { display: "flex" } }, z = { class: "select-result" }, B = { key: 0 }, F = { key: 1 }, G = { key: 2 }, Z = { key: 3, style: { "padding-left": "10px" } }, L = { key: 1 }, Q = { style: { color: "#999" } }, W = { class: "button-area" }, X = e({ __name: "workgroup-user-tree-inline-app", props: { multiple: {}, branchInfo: {}, selectUserInfo: {}, searchField: {}, separator: {} }, emits: ["close"], setup(e2, { emit: X2 }) {
|
|
12
|
+
const Y = e2, ee = l(null);
|
|
13
|
+
let le = l(null), te = l(false), ne = l(null), ae = l([]);
|
|
14
|
+
l([]);
|
|
15
|
+
let se = l([]), oe = l([]);
|
|
16
|
+
l([]);
|
|
17
|
+
let re = l([]), ue = l([]), ie = l(null), ce = l(false), de = l({ searchValue: null, treeType: "MAN_GROUP_TREE", departmentInfo: null }), pe = l({ disabled: "disable" }), me = l(false);
|
|
18
|
+
const { t: fe } = $();
|
|
19
|
+
function he() {
|
|
20
|
+
V.canShowOrgTree().then((e3) => {
|
|
21
|
+
e3 ? k(Y.branchInfo, "-1").then((e4) => {
|
|
22
|
+
ae.value = e4, U(se.value, ue.value);
|
|
23
|
+
}) : ae.value = [];
|
|
24
|
+
});
|
|
25
|
+
}
|
|
26
|
+
function ve(e3, l2, t2) {
|
|
27
|
+
Y.multiple && (l2 ? Y.multiple && ye(e3) : (Y.multiple || e3.nodeType && "USER" === e3.nodeType) && Ie(e3));
|
|
28
|
+
}
|
|
29
|
+
function ge(e3, l2, t2, n2) {
|
|
30
|
+
!Y.multiple && e3.nodeType && "USER" === e3.nodeType && (se.value = [e3]);
|
|
31
|
+
}
|
|
32
|
+
function ye(e3) {
|
|
33
|
+
if (e3.nodeType && "USER" === e3.nodeType) {
|
|
34
|
+
const l2 = se.value.filter((l3) => l3.nodeId === e3.nodeId);
|
|
35
|
+
l2 && 0 !== l2.length || se.value.push(JSON.parse(JSON.stringify(e3)));
|
|
36
|
+
} else {
|
|
37
|
+
const l2 = oe.value.filter((l3) => l3.nodeId === e3.nodeId);
|
|
38
|
+
l2 && 0 !== l2.length || oe.value.push(JSON.parse(JSON.stringify(e3)));
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
function Ie(e3) {
|
|
42
|
+
if (e3.nodeType && "USER" === e3.nodeType) {
|
|
43
|
+
const l2 = se.value.findIndex((l3) => l3.nodeId === e3.nodeId);
|
|
44
|
+
se.value.splice(l2, 1);
|
|
45
|
+
} else {
|
|
46
|
+
const l2 = oe.value.findIndex((l3) => l3.nodeId === e3.nodeId);
|
|
47
|
+
oe.value.splice(l2, 1);
|
|
48
|
+
}
|
|
49
|
+
ce.value = false;
|
|
50
|
+
}
|
|
51
|
+
function ke(e3) {
|
|
52
|
+
if (Y.multiple)
|
|
53
|
+
if (e3) {
|
|
54
|
+
const e4 = ae.value.map((e5) => e5.nodeId);
|
|
55
|
+
ee.value.setCheckedKeys(e4, false), ae.value.forEach((e5) => {
|
|
56
|
+
ye(e5);
|
|
57
|
+
});
|
|
58
|
+
} else
|
|
59
|
+
ae.value.forEach((e4) => {
|
|
60
|
+
Ie(e4);
|
|
61
|
+
}), ee.value.setCheckedKeys([], false);
|
|
62
|
+
}
|
|
63
|
+
function Ue(e3) {
|
|
64
|
+
w(Y.branchInfo, e3.id).then((e4) => {
|
|
65
|
+
ae.value = e4, U(se.value, ue.value);
|
|
66
|
+
});
|
|
67
|
+
}
|
|
68
|
+
function Te(e3, l2) {
|
|
69
|
+
re.value.push(e3), Ue(e3);
|
|
70
|
+
}
|
|
71
|
+
function we(e3, l2, t2) {
|
|
72
|
+
l2 ? (re.value = [], he()) : (re.value.splice(t2 + 1, re.value.length - (t2 + 1)), Ue(e3));
|
|
73
|
+
}
|
|
74
|
+
function Re() {
|
|
75
|
+
ie.value.showResult();
|
|
76
|
+
}
|
|
77
|
+
function be(e3) {
|
|
78
|
+
const l2 = ae.value.filter((l3) => l3.nodeId === e3.nodeId);
|
|
79
|
+
if (l2 && l2.length > 0) {
|
|
80
|
+
const l3 = [];
|
|
81
|
+
se.value.forEach((t2) => {
|
|
82
|
+
t2.nodeId !== e3.nodeId && l3.push(t2.nodeId);
|
|
83
|
+
}), oe.value.forEach((t2) => {
|
|
84
|
+
t2.nodeId !== e3.nodeId && l3.push(t2.nodeId);
|
|
85
|
+
}), ee.value.setCheckedKeys(l3, true);
|
|
86
|
+
}
|
|
87
|
+
Ie(e3);
|
|
88
|
+
}
|
|
89
|
+
function xe() {
|
|
90
|
+
if (0 !== oe.value.length || 0 !== se.value.length)
|
|
91
|
+
if (Y.multiple) {
|
|
92
|
+
const e3 = { userIds: [], userNames: [], loginNames: [], userZhNames: [], userEnNames: [], emails: [], telephones: [], users: [] }, l2 = [];
|
|
93
|
+
oe.value.forEach((e4) => {
|
|
94
|
+
l2.push(e4.id);
|
|
95
|
+
}), se.value.forEach((l3) => {
|
|
96
|
+
const t2 = JSON.parse(l3.data);
|
|
97
|
+
N(e3, t2, te.value);
|
|
98
|
+
}), me.value = true, l2.length > 0 ? T(l2).then((l3) => {
|
|
99
|
+
l3 && l3.forEach((l4) => {
|
|
100
|
+
N(e3, l4, te.value);
|
|
101
|
+
}), me.value = false, e3.userIds.length > 0 ? X2("close", e3) : C({ message: fe("imatrixUIMessage.pleaseSelectPersonnel"), type: "warning" });
|
|
102
|
+
}).catch(() => {
|
|
103
|
+
me.value = false;
|
|
104
|
+
}) : (me.value = false, e3.userIds.length > 0 ? X2("close", e3) : C({ message: fe("imatrixUIMessage.pleaseSelectPersonnel"), type: "warning" }));
|
|
105
|
+
} else {
|
|
106
|
+
const e3 = JSON.parse(se.value[0].data), l2 = S(e3, te.value);
|
|
107
|
+
X2("close", l2);
|
|
108
|
+
}
|
|
109
|
+
else
|
|
110
|
+
C({ message: fe("imatrixUIMessage.pleaseSelectPersonnel"), type: "warning" });
|
|
111
|
+
}
|
|
112
|
+
function Ne() {
|
|
113
|
+
de.value.searchValue ? (de.value.searchValue = de.value.searchValue.trim(), de.value.departmentInfo = Y.branchInfo, window.$vueApp.config.globalProperties.$http.post(window.$vueApp.config.globalProperties.baseAPI + "/component/organization-trees/search-users-mobile", de.value).then((e3) => {
|
|
114
|
+
e3 ? (0 === e3.length && C({ message: fe("imatrixUIMessage.queryResultIsEmpty"), type: "warning" }), ae.value = e3) : C({ message: fe("imatrixUIMessage.queryResultIsEmpty"), type: "warning" });
|
|
115
|
+
})) : he();
|
|
116
|
+
}
|
|
117
|
+
return t(() => {
|
|
118
|
+
R(Y.searchField, Y.selectUserInfo, Y.separator).then((e3) => {
|
|
119
|
+
se.value = e3, I().then((e4) => {
|
|
120
|
+
const l2 = e4[0].data;
|
|
121
|
+
le.value = JSON.parse(l2), te.value = e4[0].containBranch, ne.value = e4[0].name, he();
|
|
122
|
+
});
|
|
123
|
+
}), function() {
|
|
124
|
+
const e3 = document.querySelector(".org-tree");
|
|
125
|
+
let l2 = b();
|
|
126
|
+
l2 = l2 - 110 - 60 - 60 - 60, e3.style.height = l2 + "px", e3.style.minHeight = "300px";
|
|
127
|
+
}();
|
|
128
|
+
}), (e3, l2) => {
|
|
129
|
+
const t2 = n("el-checkbox"), I2 = n("el-icon"), k2 = n("el-input"), U2 = n("el-col"), T2 = n("el-row"), w2 = n("el-card"), R2 = n("el-empty"), b2 = n("el-tree"), N2 = n("el-button");
|
|
130
|
+
return a(), s("div", null, [o(w2, { class: "card-content", style: { height: "50px" } }, { default: r(() => [o(T2, { class: "item-row item-row-all" }, { default: r(() => [o(U2, { style: { width: "100%" } }, { default: r(() => [u("div", P, [u("div", J, [e3.multiple ? (a(), i(t2, { key: 0, modelValue: c(ce), "onUpdate:modelValue": l2[0] || (l2[0] = (e4) => d(ce) ? ce.value = e4 : ce = e4), label: e3.$t("departmentTreeInline.allCheck"), value: "all", onChange: ke }, null, 8, ["modelValue", "label"])) : p("", true)]), u("div", M, [o(k2, { modelValue: c(de).searchValue, "onUpdate:modelValue": l2[1] || (l2[1] = (e4) => c(de).searchValue = e4), placeholder: e3.$t("departmentUserTree.pleaseEnterUserInformation"), onClear: Ne, onKeyup: m(Ne, ["enter"]), onBlur: Ne, clearable: "" }, { suffix: r(() => [o(I2, { onClick: Ne }, { default: r(() => [o(c(v))]), _: 1 })]), _: 1 }, 8, ["modelValue", "placeholder", "onKeyup"])])])]), _: 1 })]), _: 1 })]), _: 1 }), c(ne) ? (a(), i(w2, { key: 0, class: "card-content" }, { default: r(() => [o(T2, { class: "item-row item-row-all" }, { default: r(() => [o(U2, { class: "item-label dept-path" }, { default: r(() => [o(_, { tenantName: c(ne), clickDepts: c(re), onClickBreadcrumb: we }, null, 8, ["tenantName", "clickDepts"])]), _: 1 })]), _: 1 })]), _: 1 })) : p("", true), o(w2, { class: "card-content org-tree", style: { overflow: "auto" } }, { default: r(() => [c(ae).length ? (a(), i(b2, { key: 1, ref_key: "orgTreeRef", ref: ee, data: c(ae), "show-checkbox": e3.multiple, "node-key": "nodeId", props: c(pe), "default-checked-keys": c(ue), onCheckChange: ve, onNodeClick: ge }, { default: r(({ node: e4, data: l3 }) => [u("div", j, [l3.nodeType && "USER" === l3.nodeType ? (a(), s("div", H, [f(h(l3.showName) + " ", 1), u("span", K, "(" + h(l3.loginName) + h(c(x)(l3) ? "/" + c(x)(l3) : "") + ")", 1)])) : (a(), s("div", { key: 1, class: "item-label", onClick: (e5) => Te(l3) }, h(l3.name), 9, A)), l3.nodeType && "USER" === l3.nodeType ? p("", true) : (a(), s("div", { key: 2, class: "item-side", onClick: (e5) => Te(l3) }, [o(I2, null, { default: r(() => [o(c(g))]), _: 1 })], 8, D))])]), _: 1 }, 8, ["data", "show-checkbox", "props", "default-checked-keys"])) : (a(), i(R2, { key: 0, image: c(O) }, null, 8, ["image"]))]), _: 1 }), o(w2, { class: "card-footer" }, { default: r(() => [u("div", q, [u("div", z, [e3.multiple ? (a(), s("span", { key: 0, onClick: Re }, [c(se).length > 0 && c(oe).length > 0 ? (a(), s("span", B, h(e3.$t("departmentTreeInline.selectResultInfoHasSelect")) + h(e3.$t("departmentUserTree.selectUserResultInfo", { userNum: c(se).length })) + ", " + h(e3.$t("departmentUserTree.selectDeptResultInfo", { deptNum: c(oe).length })), 1)) : c(se).length > 0 ? (a(), s("span", F, h(e3.$t("departmentTreeInline.selectResultInfoHasSelect")) + h(e3.$t("departmentUserTree.selectUserResultInfo", { userNum: c(se).length })), 1)) : c(oe).length > 0 ? (a(), s("span", G, h(e3.$t("departmentTreeInline.selectResultInfoHasSelect")) + h(e3.$t("departmentUserTree.selectDeptResultInfo", { deptNum: c(oe).length })), 1)) : p("", true), c(se).length > 0 || c(oe).length > 0 ? (a(), s("span", Z, [o(I2, null, { default: r(() => [o(c(y))]), _: 1 })])) : p("", true)])) : c(se).length > 0 ? (a(), s("span", L, [f(h(e3.$t("departmentTreeInline.selectResultInfoHasSelect")) + h(c(se)[0].showName), 1), u("span", Q, "(" + h(c(se)[0].loginName) + h(c(x)(c(se)[0]) ? "/" + c(x)(c(se)[0]) : "") + ")", 1)])) : p("", true)]), u("div", W, [o(N2, { size: "large", type: "primary", onClick: xe }, { default: r(() => [f(h(e3.$t("imatrixUIPublicModel.sure")), 1)]), _: 1 })])])]), _: 1 }), o(E, { ref_key: "deptResultRef", ref: ie, selectUsers: c(se).concat(c(oe)), onRemoveResult: be }, null, 8, ["selectUsers"])]);
|
|
131
|
+
};
|
|
132
|
+
} });
|
|
133
|
+
export {
|
|
134
|
+
X as default
|
|
135
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
function o() {
|
|
2
|
+
return window.$vueApp.config.globalProperties.$http.get(window.$vueApp.config.globalProperties.baseAPI + "/component/organization-trees/departments/0");
|
|
3
|
+
}
|
|
4
|
+
function e(o2, e2) {
|
|
5
|
+
return n(o2, e2);
|
|
6
|
+
}
|
|
7
|
+
function n(o2, e2) {
|
|
8
|
+
const n2 = { parentId: e2, departmentInfo: o2 };
|
|
9
|
+
return new Promise((o3, e3) => {
|
|
10
|
+
window.$vueApp.config.globalProperties.$http.post(window.$vueApp.config.globalProperties.baseAPI + "/component/organization-trees/workgroup-users", n2).then((e4) => {
|
|
11
|
+
o3(e4);
|
|
12
|
+
});
|
|
13
|
+
});
|
|
14
|
+
}
|
|
15
|
+
function t(o2, e2) {
|
|
16
|
+
e2 = [], o2.forEach((o3) => {
|
|
17
|
+
e2.push(o3.nodeId);
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
function r(o2) {
|
|
21
|
+
return window.$vueApp.config.globalProperties.$http.post(window.$vueApp.config.globalProperties.baseAPI + "/component/organization-trees/user-in-workgroups", o2);
|
|
22
|
+
}
|
|
23
|
+
export {
|
|
24
|
+
t as checkedDeptDefault,
|
|
25
|
+
o as getTenant,
|
|
26
|
+
e as getTenantChildren,
|
|
27
|
+
r as getUserInWorkgroups,
|
|
28
|
+
n as loadChildNodes
|
|
29
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { $emit as e } from "../../utils/gogocodeTransfer.js";
|
|
2
|
+
import { resolveComponent as a, openBlock as l, createElementBlock as t, createVNode as r, createTextVNode as o } from "vue";
|
|
3
|
+
import n from "../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
+
const u = n({ name: "YearRangePicker", props: { value: { type: Array, default: () => [] } }, data: () => ({ yearStart: "", yearEnd: "" }), methods: { changeStart(a2) {
|
|
5
|
+
this.value[0] = a2, e(this, "change", this.value);
|
|
6
|
+
}, changeEnd(a2) {
|
|
7
|
+
this.value[1] = a2, e(this, "change", this.value);
|
|
8
|
+
} }, emits: ["change", "update:value", , "update:value"] }, [["render", function(e2, n2, u2, d, h, s) {
|
|
9
|
+
const i = a("el-date-picker");
|
|
10
|
+
return l(), t("div", null, [r(i, { modelValue: u2.value[0], "onUpdate:modelValue": n2[0] || (n2[0] = (e3) => u2.value[0] = e3), style: { width: "47%" }, "value-format": "YYYY", type: "year", placeholder: e2.$t("imatrixUIMessage.selectYear"), onChange: s.changeStart }, null, 8, ["modelValue", "placeholder", "onChange"]), o(" - "), r(i, { modelValue: u2.value[1], "onUpdate:modelValue": n2[1] || (n2[1] = (e3) => u2.value[1] = e3), style: { width: "47%" }, "value-format": "YYYY", type: "year", placeholder: e2.$t("imatrixUIMessage.selectYear"), onChange: s.changeEnd }, null, 8, ["modelValue", "placeholder", "onChange"])]);
|
|
11
|
+
}]]);
|
|
12
|
+
export {
|
|
13
|
+
u as default
|
|
14
|
+
};
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
t as default
|
|
7
|
-
};
|
|
1
|
+
"use strict";
|
|
2
|
+
const e = require("./src/sectionDate.vue.js");
|
|
3
|
+
e.install = function(t) {
|
|
4
|
+
t.component(e.name, e);
|
|
5
|
+
}, module.exports = e;
|
|
@@ -1,20 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import p from "../../_virtual/_plugin-vue_export-helper.js";
|
|
6
|
-
const m = { name: "SectionDate", components: {}, props: { colFieldSetting: { type: Object, default: null } }, data: () => ({ modelValue: {}, startDate: "", endDate: "", weekStareDate: "", weekDate: "", monthStareDate: "", monthDate: "", datStareDate: [], yearStartDate: "", yearDate: "", ScopeStartDate: "", ScopeEndDate: "", pickerOptions: { disabledDate: (e2) => e2.getFullYear() < 2e3 }, fordateParams: "" }), watch: { datStareDate: { handler(e2) {
|
|
1
|
+
"use strict";
|
|
2
|
+
const e = require("../../utils/gogocodeTransfer.js"), t = require("../../src/utils/range-selector.js"), a = require("vue");
|
|
3
|
+
require("./sectionDate.vue2.js");
|
|
4
|
+
const l = require("../../_virtual/_plugin-vue_export-helper.js"), i = { name: "SectionDate", components: {}, props: { colFieldSetting: { type: Object, default: null } }, data: () => ({ modelValue: {}, startDate: "", endDate: "", weekStareDate: "", weekDate: "", monthStareDate: "", monthDate: "", datStareDate: [], yearStartDate: "", yearDate: "", ScopeStartDate: "", ScopeEndDate: "", pickerOptions: { disabledDate: (e2) => e2.getFullYear() < 2e3 }, fordateParams: "" }), watch: { datStareDate: { handler(e2) {
|
|
7
5
|
this.startDate = this.formatTimefn(this.colFieldSetting.options.format, e2[0]), this.endDate = this.formatTimefn(this.colFieldSetting.options.format, e2[1]);
|
|
8
6
|
}, immediate: false, deep: true } }, created() {
|
|
9
7
|
this.setTimeScope();
|
|
10
|
-
}, methods: { formatTimefn: (e2, a2) => t(e2, a2), getFirstDayOfSeason: (e2) =>
|
|
8
|
+
}, methods: { formatTimefn: (e2, a2) => t.formatTimefn(e2, a2), getFirstDayOfSeason: (e2) => t.getFirstDayOfSeason(e2), getWeekOfSeason: (e2) => t.getWeekOfSeason(e2), setTimeScope() {
|
|
11
9
|
const e2 = this.colFieldSetting.options;
|
|
12
|
-
let
|
|
13
|
-
null !=
|
|
14
|
-
const
|
|
15
|
-
if (
|
|
16
|
-
const
|
|
17
|
-
"year" === e2.showType &&
|
|
10
|
+
let a2 = e2.defaultValueSetting ? e2.defaultValueSetting.paramValue : null;
|
|
11
|
+
null != a2 && "" !== a2 || (a2 = e2.defaultValue);
|
|
12
|
+
const l2 = t.getDateRangeSelectorDefaultValue(e2.stareScopeTimeType, e2.format, a2);
|
|
13
|
+
if (l2) {
|
|
14
|
+
const t2 = l2.startTimeTemp, a3 = l2.endTimeTemp, i2 = l2.startDate, o2 = l2.endDate;
|
|
15
|
+
"year" === e2.showType && t2 && a3 ? (this.yearStartDate = t2, this.yearDate = a3) : "quarterScope" === e2.showType && t2 && a3 ? (this.ScopeStartDate = t2, this.ScopeEndDate = a3) : "week" === e2.showType && t2 && a3 ? (this.weekStareDate = t2, this.weekDate = a3) : "monthrange" === e2.showType && t2 && a3 ? (this.monthStareDate = t2, this.monthDate = a3) : "daterange" === e2.showType && t2 && a3 && (this.datStareDate = [t2, a3]), this.startDate = i2, this.endDate = o2;
|
|
18
16
|
}
|
|
19
17
|
this.changeForm();
|
|
20
18
|
}, getTimeTamp: (e2) => new Date(e2).getTime(), onChangeStatYear() {
|
|
@@ -29,7 +27,7 @@ const m = { name: "SectionDate", components: {}, props: { colFieldSetting: { typ
|
|
|
29
27
|
this.startDate = this.formatTimefn(this.colFieldSetting.options.format, new Date(e2).getTime()), this.changeForm();
|
|
30
28
|
}, changeForm() {
|
|
31
29
|
const t2 = [this.startDate, this.endDate];
|
|
32
|
-
e(this, "SectionDateTransfer", t2);
|
|
30
|
+
e.$emit(this, "SectionDateTransfer", t2);
|
|
33
31
|
}, quarterStatrt(e2) {
|
|
34
32
|
this.startDate = this.formatTimefn(this.colFieldSetting.options.format, new Date(e2).getTime()), this.changeForm();
|
|
35
33
|
}, quarterEnd(e2) {
|
|
@@ -39,11 +37,9 @@ const m = { name: "SectionDate", components: {}, props: { colFieldSetting: { typ
|
|
|
39
37
|
"" !== this.monthStareDate && null !== this.monthStareDate && void 0 !== this.monthStareDate && (this.startDate = this.formatTimefn(this.colFieldSetting.options.format, this.monthStareDate)), e2 % 4 == 0 && e2 % 100 != 0 || e2 % 400 == 0 ? 2 === t2 ? this.forTimeParams = new Date(this.monthDate).getTime() + 24192e5 : -1 !== a2.indexOf(t2) ? this.forTimeParams = new Date(this.monthDate).getTime() + 2592e6 : this.forTimeParams = new Date(this.monthDate).getTime() + 25056e5 : 2 === t2 ? this.forTimeParams = new Date(this.monthDate).getTime() + 23328e5 : -1 !== a2.indexOf(t2) ? this.forTimeParams = new Date(this.monthDate).getTime() + 2592e6 : this.forTimeParams = new Date(this.monthDate).getTime() + 25056e5, this.endDate = this.formatTimefn(this.colFieldSetting.options.format, this.forTimeParams), this.changeForm();
|
|
40
38
|
}, monthStatChange() {
|
|
41
39
|
this.startDate = this.formatTimefn(this.colFieldSetting.options.format, this.monthStareDate), this.changeForm();
|
|
42
|
-
} }, emits: ["SectionDateTransfer"] },
|
|
43
|
-
const
|
|
44
|
-
const
|
|
45
|
-
return
|
|
40
|
+
} }, emits: ["SectionDateTransfer"] }, o = (e2) => (a.pushScopeId("data-v-52983a24"), e2 = e2(), a.popScopeId(), e2), n = { key: 0, class: "select" }, s = o(() => a.createElementVNode("div", { class: "intervalCenter" }, "-", -1)), r = { key: 1, class: "select" }, d = o(() => a.createElementVNode("div", { class: "intervalCenter" }, "-", -1)), c = { key: 2, class: "select" }, h = o(() => a.createElementVNode("div", { class: "intervalCenter" }, "-", -1)), p = { key: 3, style: { width: "100%", height: "100%" } };
|
|
41
|
+
const m = l(i, [["render", function(e2, t2, l2, i2, o2, m2) {
|
|
42
|
+
const g = a.resolveComponent("el-date-picker");
|
|
43
|
+
return a.openBlock(), a.createElementBlock("div", null, ["year" === l2.colFieldSetting.options.showType ? (a.openBlock(), a.createElementBlock("div", n, [a.createVNode(g, { shortcuts: o2.pickerOptions && o2.pickerOptions.shortcuts, "disabled-date": o2.pickerOptions && o2.pickerOptions.disabledDate, "cell-class-name": o2.pickerOptions && o2.pickerOptions.cellClassName, modelValue: o2.yearStartDate, "onUpdate:modelValue": t2[0] || (t2[0] = (e3) => o2.yearStartDate = e3), type: "year", placeholder: l2.colFieldSetting.options.startPlaceholder, disabled: l2.colFieldSetting.options.disabled, clearable: l2.colFieldSetting.options.clearable, size: l2.colFieldSetting.options.size ? l2.colFieldSetting.options.size : "small", onChange: m2.onChangeStatYear }, null, 8, ["shortcuts", "disabled-date", "cell-class-name", "modelValue", "placeholder", "disabled", "clearable", "size", "onChange"]), s, a.createVNode(g, { shortcuts: o2.pickerOptions && o2.pickerOptions.shortcuts, "disabled-date": o2.pickerOptions && o2.pickerOptions.disabledDate, "cell-class-name": o2.pickerOptions && o2.pickerOptions.cellClassName, modelValue: o2.yearDate, "onUpdate:modelValue": t2[1] || (t2[1] = (e3) => o2.yearDate = e3), type: "year", placeholder: l2.colFieldSetting.options.endPlaceholder, disabled: l2.colFieldSetting.options.disabled, clearable: l2.colFieldSetting.options.clearable, size: l2.colFieldSetting.options.size ? l2.colFieldSetting.options.size : "small", onChange: m2.onChangeEndYear }, null, 8, ["shortcuts", "disabled-date", "cell-class-name", "modelValue", "placeholder", "disabled", "clearable", "size", "onChange"])])) : "week" === l2.colFieldSetting.options.showType ? (a.openBlock(), a.createElementBlock("div", r, [a.createVNode(g, { shortcuts: { firstDayOfWeek: 1 } && { firstDayOfWeek: 1 }.shortcuts, "disabled-date": { firstDayOfWeek: 1 } && { firstDayOfWeek: 1 }.disabledDate, "cell-class-name": { firstDayOfWeek: 1 } && { firstDayOfWeek: 1 }.cellClassName, modelValue: o2.weekStareDate, "onUpdate:modelValue": t2[2] || (t2[2] = (e3) => o2.weekStareDate = e3), type: l2.colFieldSetting.options.showType, "is-range": l2.colFieldSetting.options.range, placeholder: l2.colFieldSetting.options.placeholder, "start-placeholder": l2.colFieldSetting.options.startPlaceholder, "end-placeholder": l2.colFieldSetting.options.endPlaceholder, readonly: l2.colFieldSetting.options.readonly, disabled: l2.colFieldSetting.options.disabled, editable: l2.colFieldSetting.options.editable, size: l2.colFieldSetting.options.size ? l2.colFieldSetting.options.size : "small", clearable: l2.colFieldSetting.options.clearable, format: "YYYY" + e2.$t("IntervalSelection.auxiliary") + "WW" + e2.$t("IntervalSelection.week"), onChange: m2.weekStatChange }, null, 8, ["shortcuts", "disabled-date", "cell-class-name", "modelValue", "type", "is-range", "placeholder", "start-placeholder", "end-placeholder", "readonly", "disabled", "editable", "size", "clearable", "format", "onChange"]), d, a.createVNode(g, { shortcuts: { firstDayOfWeek: 1 } && { firstDayOfWeek: 1 }.shortcuts, "disabled-date": { firstDayOfWeek: 1 } && { firstDayOfWeek: 1 }.disabledDate, "cell-class-name": { firstDayOfWeek: 1 } && { firstDayOfWeek: 1 }.cellClassName, modelValue: o2.weekDate, "onUpdate:modelValue": t2[3] || (t2[3] = (e3) => o2.weekDate = e3), type: l2.colFieldSetting.options.showType, "is-range": l2.colFieldSetting.options.range, placeholder: l2.colFieldSetting.options.placeholder, "start-placeholder": l2.colFieldSetting.options.startPlaceholder, "end-placeholder": l2.colFieldSetting.options.endPlaceholder, readonly: l2.colFieldSetting.options.readonly, disabled: l2.colFieldSetting.options.disabled, editable: l2.colFieldSetting.options.editable, size: l2.colFieldSetting.options.size ? l2.colFieldSetting.options.size : "small", clearable: l2.colFieldSetting.options.clearable, format: "YYYY" + e2.$t("IntervalSelection.auxiliary") + "WW" + e2.$t("IntervalSelection.week"), onChange: m2.weekChange }, null, 8, ["shortcuts", "disabled-date", "cell-class-name", "modelValue", "type", "is-range", "placeholder", "start-placeholder", "end-placeholder", "readonly", "disabled", "editable", "size", "clearable", "format", "onChange"])])) : "monthrange" === l2.colFieldSetting.options.showType ? (a.openBlock(), a.createElementBlock("div", c, [a.createVNode(g, { modelValue: o2.monthStareDate, "onUpdate:modelValue": t2[4] || (t2[4] = (e3) => o2.monthStareDate = e3), type: "month", "is-range": l2.colFieldSetting.options.range, placeholder: l2.colFieldSetting.options.placeholder, "start-placeholder": l2.colFieldSetting.options.startPlaceholder, "end-placeholder": l2.colFieldSetting.options.endPlaceholder, readonly: l2.colFieldSetting.options.readonly, disabled: l2.colFieldSetting.options.disabled, editable: l2.colFieldSetting.options.editable, clearable: l2.colFieldSetting.options.clearable, size: l2.colFieldSetting.options.size ? l2.colFieldSetting.options.size : "small", "value-format": "x", onChange: m2.monthStatChange }, null, 8, ["modelValue", "is-range", "placeholder", "start-placeholder", "end-placeholder", "readonly", "disabled", "editable", "clearable", "size", "onChange"]), h, a.createVNode(g, { modelValue: o2.monthDate, "onUpdate:modelValue": t2[5] || (t2[5] = (e3) => o2.monthDate = e3), type: "month", "is-range": l2.colFieldSetting.options.range, placeholder: l2.colFieldSetting.options.placeholder, "start-placeholder": l2.colFieldSetting.options.startPlaceholder, "end-placeholder": l2.colFieldSetting.options.endPlaceholder, readonly: l2.colFieldSetting.options.readonly, disabled: l2.colFieldSetting.options.disabled, editable: l2.colFieldSetting.options.editable, clearable: l2.colFieldSetting.options.clearable, size: l2.colFieldSetting.options.size ? l2.colFieldSetting.options.size : "small", onChange: m2.monthChange }, null, 8, ["modelValue", "is-range", "placeholder", "start-placeholder", "end-placeholder", "readonly", "disabled", "editable", "clearable", "size", "onChange"])])) : (a.openBlock(), a.createElementBlock("div", p, [a.createVNode(g, { modelValue: o2.datStareDate, "onUpdate:modelValue": t2[6] || (t2[6] = (e3) => o2.datStareDate = e3), type: l2.colFieldSetting.options.showType, "is-range": l2.colFieldSetting.options.range, placeholder: l2.colFieldSetting.options.placeholder, "start-placeholder": l2.colFieldSetting.options.startPlaceholder, "end-placeholder": l2.colFieldSetting.options.endPlaceholder, readonly: l2.colFieldSetting.options.readonly, disabled: l2.colFieldSetting.options.disabled, size: l2.colFieldSetting.options.size ? l2.colFieldSetting.options.size : "small", editable: l2.colFieldSetting.options.editable, clearable: l2.colFieldSetting.options.clearable, "value-format": "x", style: { width: "100%" }, onChange: m2.changeForm }, null, 8, ["modelValue", "type", "is-range", "placeholder", "start-placeholder", "end-placeholder", "readonly", "disabled", "size", "editable", "clearable", "onChange"])]))]);
|
|
46
44
|
}], ["__scopeId", "data-v-52983a24"]]);
|
|
47
|
-
|
|
48
|
-
T as default
|
|
49
|
-
};
|
|
45
|
+
module.exports = m;
|