agilebuilder-ui 1.1.65-tmp3 → 1.1.65-tmp31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/IntervalSelection/index.mjs +7 -0
- package/es/IntervalSelection/src/sectionDate.vue.mjs +49 -0
- package/es/breadcrumb/index.mjs +7 -0
- package/es/breadcrumb/src/breadcrumb.vue.mjs +28 -0
- package/es/chat-embed/index.mjs +7 -0
- package/es/chat-embed/src/chat-addition-data.vue.mjs +7 -0
- package/es/chat-embed/src/chat-addition-data.vue2.mjs +17 -0
- package/es/chat-embed/src/chat-ai-answer-tip.vue.mjs +7 -0
- package/es/chat-embed/src/chat-ai-answer-tip.vue2.mjs +29 -0
- package/es/chat-embed/src/chat-bubble-footer.vue.mjs +7 -0
- package/es/chat-embed/src/chat-bubble-footer.vue2.mjs +33 -0
- package/es/chat-embed/src/chat-embed-message.mjs +22 -0
- package/es/chat-embed/src/chat-sender.vue.mjs +7 -0
- package/es/chat-embed/src/chat-sender.vue2.mjs +158 -0
- package/es/chat-embed/src/components/answer-auto-chart.vue.mjs +7 -0
- package/es/chat-embed/src/components/answer-auto-chart.vue2.mjs +58 -0
- package/es/chat-embed/src/components/answer-home-chart.vue.mjs +7 -0
- package/es/chat-embed/src/components/answer-interaction-data.vue.mjs +7 -0
- package/es/chat-embed/src/components/answer-interaction-data.vue2.mjs +117 -0
- package/es/chat-embed/src/components/history-detail.vue.mjs +7 -0
- package/es/chat-embed/src/components/history-detail.vue2.mjs +55 -0
- package/es/chat-embed/src/header.vue.mjs +7 -0
- package/es/chat-embed/src/header.vue2.mjs +46 -0
- package/es/chat-embed/src/index.vue.mjs +7 -0
- package/es/chat-embed/src/index.vue2.mjs +311 -0
- package/es/chat-embed/src/recommendation-message.vue.mjs +7 -0
- package/es/chat-embed/src/recommendation-message.vue2.mjs +11 -0
- package/es/chat-embed/src/sidebar-item.vue.mjs +7 -0
- package/es/chat-embed/src/sidebar-item.vue2.mjs +118 -0
- package/es/chat-embed/src/util/history-message-util.mjs +96 -0
- package/es/chat-embed/src/util/mcp-utils.mjs +53 -0
- package/es/chat-embed/src/voice/index.mjs +7 -0
- package/es/chat-embed/src/voice/js/crypto-js.mjs +1000 -0
- package/es/chat-embed/src/voice/js/processor/index.umd.mjs +169 -0
- package/es/chat-embed/src/voice/voice.vue.mjs +102 -0
- package/es/date-picker-range/index.mjs +7 -0
- package/es/date-picker-range/index.vue.mjs +7 -0
- package/es/date-picker-range/index.vue2.mjs +101 -0
- package/es/department-tree/index.mjs +7 -0
- package/es/department-tree/src/department-tree.vue.mjs +23 -0
- package/es/department-tree-inline/index.mjs +7 -0
- package/es/department-tree-inline/src/department-multi-tree-inline.vue.mjs +91 -0
- package/es/department-tree-inline/src/department-single-tree-inline.vue.mjs +64 -0
- package/es/department-tree-inline/src/department-tree-inline.vue.mjs +17 -0
- package/es/department-tree-inline/src/department-tree-service.mjs +107 -0
- package/es/department-tree-inline/src/search-result.vue.mjs +40 -0
- package/es/department-tree-mobile/index.mjs +8 -0
- package/es/department-tree-mobile/src/department-tree-app.vue.mjs +16 -0
- package/es/department-tree-mobile/src/department-tree-app.vue3.mjs +5 -0
- package/es/department-tree-mobile/src/department-tree-inline-app.vue.mjs +121 -0
- package/es/department-tree-mobile/src/department-tree-inline-app.vue2.mjs +4 -0
- package/es/department-tree-mobile/src/department-tree-service.mjs +57 -0
- package/es/department-tree-mobile/src/dept-path.vue.mjs +15 -0
- package/es/department-tree-mobile/src/dept-path.vue2.mjs +4 -0
- package/es/department-tree-mobile/src/dept-result.vue.mjs +18 -0
- package/es/department-tree-mobile/src/dept-result.vue2.mjs +4 -0
- package/es/department-user-tree/index.mjs +7 -0
- package/es/department-user-tree/src/department-user-multiple-tree.vue.mjs +20 -0
- package/es/department-user-tree/src/department-user-single-tree.vue.mjs +19 -0
- package/es/department-user-tree/src/department-user-tree.vue.mjs +27 -0
- package/es/department-user-tree-inline/index.mjs +7 -0
- package/es/department-user-tree-inline/src/department-user-multiple-tree-inline.vue.mjs +168 -0
- package/es/department-user-tree-inline/src/department-user-single-tree-inline.vue.mjs +69 -0
- package/es/department-user-tree-inline/src/department-user-tree-inline.vue.mjs +16 -0
- package/es/department-user-tree-inline/src/department-user-tree-multi-service.mjs +80 -0
- package/es/department-user-tree-inline/src/department-user-tree-single-service.mjs +53 -0
- package/es/department-user-tree-inline/src/group-user/group-input.vue.mjs +39 -0
- package/es/department-user-tree-inline/src/group-user/group-list.vue.mjs +27 -0
- package/es/department-user-tree-inline/src/group-user/group-user.vue.mjs +16 -0
- package/es/department-user-tree-inline/src/group-user-multiple-tree.vue.mjs +78 -0
- package/es/department-user-tree-inline/src/group-user-single-tree.vue.mjs +34 -0
- package/es/department-user-tree-inline/src/search-result.vue.mjs +41 -0
- package/es/department-user-tree-mobile/index.mjs +8 -0
- package/es/department-user-tree-mobile/src/department-user-tree-app.vue.mjs +16 -0
- package/es/department-user-tree-mobile/src/department-user-tree-app.vue3.mjs +5 -0
- package/es/department-user-tree-mobile/src/department-user-tree-inline-app.vue.mjs +135 -0
- package/es/department-user-tree-mobile/src/department-user-tree-inline-app.vue2.mjs +4 -0
- package/es/department-user-tree-mobile/src/dept-path.vue.mjs +15 -0
- package/es/department-user-tree-mobile/src/dept-path.vue2.mjs +4 -0
- package/es/department-user-tree-mobile/src/dept-result.vue.mjs +18 -0
- package/es/department-user-tree-mobile/src/dept-result.vue2.mjs +4 -0
- package/es/directives/prevent-reclick.mjs +15 -0
- package/es/dynamic-source-select/index.mjs +7 -0
- package/es/dynamic-source-select/src/dynamic-source-select-service.mjs +32 -0
- package/es/dynamic-source-select/src/dynamic-source-select.vue.mjs +277 -0
- package/es/empty-state/index.vue.mjs +9 -0
- package/es/empty-state/index.vue2.mjs +4 -0
- package/es/fs-preview/index.mjs +7 -0
- package/es/fs-preview/src/fs-preview.vue.mjs +142 -0
- package/es/fs-upload/index.mjs +7 -0
- package/es/fs-upload/src/fs-upload-multi.vue.mjs +71 -0
- package/es/fs-upload/src/fs-upload-single.vue.mjs +73 -0
- package/es/fs-upload/src/fs-upload.vue.mjs +24 -0
- package/es/fs-upload/src/see-big-picture.vue.mjs +12 -0
- package/es/fs-upload-list/index.mjs +7 -0
- package/es/fs-upload-list/src/fs-upload-list.vue.mjs +97 -0
- package/es/fs-upload-new/index.mjs +7 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-app.vue.mjs +59 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-app.vue2.mjs +4 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue.mjs +178 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue2.mjs +4 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-component.vue.mjs +7 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-component.vue2.mjs +39 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-input.vue.mjs +45 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-input.vue2.mjs +4 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload.vue.mjs +35 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload.vue2.mjs +4 -0
- package/es/fs-upload-new/src/fs-button-upload.vue.mjs +7 -0
- package/es/fs-upload-new/src/fs-button-upload.vue2.mjs +62 -0
- package/es/fs-upload-new/src/fs-drag-upload.vue.mjs +7 -0
- package/es/fs-upload-new/src/fs-drag-upload.vue2.mjs +63 -0
- package/es/fs-upload-new/src/fs-preview-new.vue.mjs +8 -0
- package/es/fs-upload-new/src/fs-preview-new.vue2.mjs +93 -0
- package/es/fs-upload-new/src/fs-upload-new.vue.mjs +64 -0
- package/es/fs-upload-new/src/fs-upload-new.vue2.mjs +4 -0
- package/es/hamburger/index.mjs +7 -0
- package/es/hamburger/src/hamburger.vue.mjs +15 -0
- package/es/i18n-setting/index.mjs +7 -0
- package/es/i18n-setting/src/i18n-setting-dialog.vue.mjs +23 -0
- package/es/i18n-setting/src/i18n-setting.mjs +14 -0
- package/es/i18n-setting/src/index.vue.mjs +47 -0
- package/es/index.mjs +393 -0
- package/es/json-view/json-view-dialog.vue.mjs +19 -0
- package/es/json-view/json-view-dialog.vue2.mjs +4 -0
- package/es/json-view/json-view.vue.mjs +4 -0
- package/es/json-view/json-view.vue2.mjs +36 -0
- package/es/multipart-upload/index.mjs +7 -0
- package/es/multipart-upload/src/index.vue.mjs +14 -0
- package/es/multipart-upload/src/multipart-upload-form.vue.mjs +82 -0
- package/es/multipart-upload/src/multipart-upload-list.vue.mjs +104 -0
- package/es/organization-input/index.mjs +7 -0
- package/es/organization-input/src/organization-input.vue.mjs +224 -0
- package/es/plugins/export-data-new.mjs +237 -0
- package/es/plugins/export-data.mjs +179 -0
- package/es/plugins/index.mjs +9 -0
- package/es/remove-department/index.mjs +7 -0
- package/es/remove-department/src/remove-department.vue.mjs +33 -0
- package/es/remove-department/src/remove-dept-service.mjs +12 -0
- package/es/remove-user/index.mjs +7 -0
- package/es/remove-user/src/remove-user-service.mjs +12 -0
- package/es/remove-user/src/remove-user.vue.mjs +35 -0
- package/es/remove-workgroup/index.mjs +7 -0
- package/es/remove-workgroup/src/remove-workgroup-service.mjs +12 -0
- package/es/remove-workgroup/src/remove-workgroup.vue.mjs +31 -0
- package/es/rich-editor/index.mjs +7 -0
- package/es/rich-editor/index.vue.mjs +74 -0
- package/es/rich-editor/viewer.vue.mjs +27 -0
- package/es/row-form/index.mjs +7 -0
- package/es/row-form/index.vue.mjs +7 -0
- package/es/row-form/index.vue2.mjs +62 -0
- package/es/row-form/operation.vue.mjs +32 -0
- package/es/row-form/operation.vue2.mjs +4 -0
- package/es/scan-code-input/index.mjs +7 -0
- package/es/scan-code-input/src/events.mjs +15 -0
- package/es/scan-code-input/src/scan-code-input.vue.mjs +32 -0
- package/es/scan-code-input-browser/index.mjs +7 -0
- package/es/scan-code-input-browser/src/scan-code-input.vue.mjs +50 -0
- package/es/secret-info/index.mjs +7 -0
- package/es/secret-info/index.vue.mjs +16 -0
- package/es/src/api/sso-service.mjs +56 -0
- package/es/src/api/tab.mjs +15 -0
- package/es/src/components/Affix/index.vue.mjs +7 -0
- package/es/src/components/Affix/index.vue2.mjs +83 -0
- package/es/src/components/Card/index.mjs +51 -0
- package/es/src/components/Scrollbar/index.vue.mjs +52 -0
- package/es/src/directives/permission/index.mjs +7 -0
- package/es/src/directives/permission/permission.mjs +11 -0
- package/es/src/i18n/i18n.mjs +7 -0
- package/es/src/i18n/langs/cn.mjs +4 -0
- package/es/src/i18n/langs/en.mjs +4 -0
- package/es/src/permission.mjs +76 -0
- package/es/src/router/index.mjs +9 -0
- package/es/src/store/index.mjs +12 -0
- package/es/src/store/modules/app.mjs +40 -0
- package/es/src/store/modules/permission.mjs +31 -0
- package/es/src/store/modules/system.mjs +12 -0
- package/es/src/store/modules/tab-content.mjs +20 -0
- package/es/src/store/modules/user.mjs +139 -0
- package/es/src/utils/auth.mjs +156 -0
- package/es/src/utils/calculator/calculator-util.mjs +56 -0
- package/es/src/utils/chat-ai-util.mjs +34 -0
- package/es/src/utils/common-util.mjs +448 -0
- package/es/src/utils/i18n-util.mjs +72 -0
- package/es/src/utils/iconUtils.mjs +25 -0
- package/es/src/utils/insert_css.mjs +17 -0
- package/es/src/utils/jump-page-utils.mjs +264 -0
- package/es/src/utils/menu.mjs +14 -0
- package/es/src/utils/permission.mjs +44 -0
- package/es/src/utils/permissionAuth.mjs +153 -0
- package/es/src/utils/range-selector.mjs +105 -0
- package/es/src/utils/request.mjs +140 -0
- package/es/src/utils/restful-interface-utils.mjs +17 -0
- package/es/src/utils/util.mjs +361 -0
- package/es/src/utils/voice-setting-cache.mjs +212 -0
- package/es/src/utils/watermark.mjs +35 -0
- package/es/src/utils/workflow-util.mjs +42 -0
- package/es/src/views/dsc-component/Sidebar/Item.vue.mjs +7 -0
- package/es/src/views/dsc-component/Sidebar/Item.vue2.mjs +12 -0
- package/es/src/views/dsc-component/Sidebar/Link.vue.mjs +14 -0
- package/es/src/views/dsc-component/Sidebar/SidebarItem.vue.mjs +53 -0
- package/es/src/views/dsc-component/Sidebar/index.vue.mjs +111 -0
- package/es/src/views/dsc-component/tabs/tab-content.vue.mjs +66 -0
- package/es/src/views/error-page/401.vue.mjs +15 -0
- package/es/src/views/error-page/404.vue.mjs +12 -0
- package/es/src/views/layout/EmptyLayout.vue.mjs +9 -0
- package/es/src/views/layout/Layout.vue.mjs +28 -0
- package/es/src/views/layout/NewLayout.vue.mjs +11 -0
- package/es/src/views/layout/components/AppMain.vue.mjs +13 -0
- package/es/src/views/layout/components/Breadcrumb/index.vue.mjs +49 -0
- package/es/src/views/layout/components/Menubar/Item.vue.mjs +7 -0
- package/es/src/views/layout/components/Menubar/Item.vue2.mjs +15 -0
- package/es/src/views/layout/components/Menubar/Link.vue.mjs +14 -0
- package/es/src/views/layout/components/Menubar/SidebarItem.vue.mjs +56 -0
- package/es/src/views/layout/components/Menubar/index.vue.mjs +90 -0
- package/es/src/views/layout/components/Sidebar/Item.vue2.mjs +4 -0
- package/es/src/views/layout/components/Sidebar/Link.vue.mjs +12 -0
- package/es/src/views/layout/components/Sidebar/SidebarItem.vue.mjs +22 -0
- package/es/src/views/layout/components/Sidebar/index.vue.mjs +58 -0
- package/es/src/views/layout/components/iframe-page.vue.mjs +14 -0
- package/es/src/views/layout/components/tabs/tab-content.vue.mjs +64 -0
- package/es/src/views/layout/mixin/ResizeHandler.mjs +16 -0
- package/es/src/views/layout/tab-content-iframe-index.vue.mjs +14 -0
- package/es/src/views/layout/tab-content-index.vue.mjs +28 -0
- package/es/src/views/super-icon/index.mjs +7 -0
- package/es/src/views/super-icon/src/index.vue.mjs +7 -0
- package/es/src/views/super-icon/src/index.vue2.mjs +13 -0
- package/es/src/views/svg-icon/src/svg-icon.vue2.mjs +14 -0
- package/es/src/views/wf-history/tache-subprocess-history.vue.mjs +14 -0
- package/es/style.css +1 -0
- package/es/super-grid/index.mjs +7 -0
- package/es/super-grid/src/apis.mjs +491 -0
- package/es/super-grid/src/columns-config.vue.mjs +82 -0
- package/es/super-grid/src/components/grid-icon.vue.mjs +47 -0
- package/es/super-grid/src/components/grid-radio-input.vue.mjs +25 -0
- package/es/super-grid/src/components/grid-radio-input.vue2.mjs +4 -0
- package/es/super-grid/src/components/mobile-table-card.mjs +113 -0
- package/es/super-grid/src/components/select-input.vue.mjs +149 -0
- package/es/super-grid/src/components/select-input.vue2.mjs +4 -0
- package/es/super-grid/src/custom-formatter.mjs +167 -0
- package/es/super-grid/src/dynamic-input.vue.mjs +474 -0
- package/es/super-grid/src/events.mjs +37 -0
- package/es/super-grid/src/formValidatorUtil.mjs +108 -0
- package/es/super-grid/src/group-column.vue.mjs +24 -0
- package/es/super-grid/src/header-context-menu.vue.mjs +15 -0
- package/es/super-grid/src/index-column.vue.mjs +22 -0
- package/es/super-grid/src/normal-column-content.vue.mjs +321 -0
- package/es/super-grid/src/normal-column.vue.mjs +107 -0
- package/es/super-grid/src/row-detail.vue.mjs +14 -0
- package/es/super-grid/src/row-operation.vue.mjs +89 -0
- package/es/super-grid/src/scan-util.mjs +100 -0
- package/es/super-grid/src/search-button.vue.mjs +25 -0
- package/es/super-grid/src/search-condition-input.vue.mjs +17 -0
- package/es/super-grid/src/search-condition-list.vue.mjs +20 -0
- package/es/super-grid/src/search-form-advancedQuery.vue.mjs +116 -0
- package/es/super-grid/src/search-form-dialog.vue.mjs +27 -0
- package/es/super-grid/src/search-form-item.vue.mjs +132 -0
- package/es/super-grid/src/search-form-mobile.vue.mjs +41 -0
- package/es/super-grid/src/search-form-number.vue.mjs +26 -0
- package/es/super-grid/src/search-form-open.vue.mjs +53 -0
- package/es/super-grid/src/search-form-ordinarySearch.vue.mjs +41 -0
- package/es/super-grid/src/search-form.vue.mjs +207 -0
- package/es/super-grid/src/selection-column.vue.mjs +11 -0
- package/es/super-grid/src/super-grid-service.mjs +260 -0
- package/es/super-grid/src/super-grid.vue.mjs +1126 -0
- package/es/super-grid/src/utils.mjs +401 -0
- package/es/super-grid/src/view-image-dialog.vue.mjs +67 -0
- package/es/super-icon/index.mjs +7 -0
- package/es/super-icon/src/index.vue.mjs +7 -0
- package/es/super-icon/src/index.vue2.mjs +13 -0
- package/es/super-nine-grid/index.mjs +7 -0
- package/es/super-nine-grid/src/apis.mjs +36 -0
- package/es/super-nine-grid/src/custom-formatter.mjs +35 -0
- package/es/super-nine-grid/src/search-form-number.vue.mjs +12 -0
- package/es/super-nine-grid/src/search-form.vue.mjs +91 -0
- package/es/super-nine-grid/src/super-grid-service.mjs +39 -0
- package/es/super-nine-grid/src/super-nine-grid.vue.mjs +231 -0
- package/es/super-nine-grid/src/utils.mjs +32 -0
- package/es/svg-icon/index.mjs +7 -0
- package/es/svg-icon/src/svg-icon.vue.mjs +14 -0
- package/es/utils/memory-cache-utils.mjs +30 -0
- package/es/utils/organization.mjs +70 -0
- package/es/utils/utils.mjs +86 -0
- package/es/utils/value-set.mjs +93 -0
- package/es/valid-code/index.mjs +7 -0
- package/es/valid-code/src/valid-code.vue.mjs +23 -0
- package/es/workflow-button/index.mjs +7 -0
- package/es/workflow-button/src/workflow-button.vue.mjs +85 -0
- package/es/workflow-history-list/index.mjs +7 -0
- package/es/workflow-history-list/src/workflow-history-list.vue.mjs +90 -0
- package/es/workgroup-tree/index.mjs +7 -0
- package/es/workgroup-tree/src/workgroup-tree.vue.mjs +23 -0
- package/es/workgroup-tree-inline/index.mjs +7 -0
- package/es/workgroup-tree-inline/src/search-result.vue.mjs +39 -0
- package/es/workgroup-tree-inline/src/workgroup-tree-inline.vue.mjs +128 -0
- package/es/workgroup-tree-inline/src/workgroup-tree-service.mjs +34 -0
- package/es/workgroup-tree-mobile/index.mjs +8 -0
- package/es/workgroup-tree-mobile/src/dept-result.vue.mjs +17 -0
- package/es/workgroup-tree-mobile/src/dept-result.vue2.mjs +4 -0
- package/es/workgroup-tree-mobile/src/workgroup-tree-app.vue.mjs +16 -0
- package/es/workgroup-tree-mobile/src/workgroup-tree-app.vue3.mjs +5 -0
- package/es/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue.mjs +109 -0
- package/es/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue2.mjs +4 -0
- package/es/workgroup-user-tree/index.mjs +7 -0
- package/es/workgroup-user-tree/src/workgroup-user-tree.vue.mjs +23 -0
- package/es/workgroup-user-tree-inline/index.mjs +7 -0
- package/es/workgroup-user-tree-inline/src/search-result.vue.mjs +39 -0
- package/es/workgroup-user-tree-inline/src/workgroup-tree-inline-service.mjs +72 -0
- package/es/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue.mjs +172 -0
- package/es/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue2.mjs +4 -0
- package/es/workgroup-user-tree-mobile/src/dept-path.vue.mjs +15 -0
- package/es/workgroup-user-tree-mobile/src/dept-path.vue2.mjs +4 -0
- package/es/workgroup-user-tree-mobile/src/dept-result.vue.mjs +18 -0
- package/es/workgroup-user-tree-mobile/src/dept-result.vue2.mjs +4 -0
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue.mjs +16 -0
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue2.mjs +4 -0
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue3.mjs +5 -0
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue.mjs +135 -0
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue2.mjs +4 -0
- package/es/year-range-picker/index.mjs +7 -0
- package/es/year-range-picker/src/year-range-picker.vue.mjs +14 -0
- package/package.json +12 -7
- package/src/styles/index.scss +13 -2
- package/src/styles/theme/dark-blue/select.scss +27 -1
- package/src/styles/theme/default.scss +18 -13
- package/src/styles/theme/forest-green/select.scss +27 -1
- package/src/styles/theme/green/select.scss +27 -1
- package/src/styles/theme/ocean-blue/select.scss +27 -1
- package/src/styles/theme/tiffany-blue-mobile/home.scss +44 -1
- package/src/styles/theme/tiffany-blue-mobile/select.scss +29 -2
- package/.eslintrc.cjs +0 -28
- package/.prettierrc.json +0 -12
- package/index.html +0 -19
- package/lib/IntervalSelection/index.js +0 -7
- package/lib/IntervalSelection/src/sectionDate.vue.js +0 -49
- package/lib/breadcrumb/index.js +0 -7
- package/lib/breadcrumb/src/breadcrumb.vue.js +0 -28
- package/lib/chat-embed/index.js +0 -7
- package/lib/chat-embed/src/chat-addition-data.vue.js +0 -7
- package/lib/chat-embed/src/chat-addition-data.vue2.js +0 -14
- package/lib/chat-embed/src/chat-ai-answer-tip.vue.js +0 -7
- package/lib/chat-embed/src/chat-ai-answer-tip.vue2.js +0 -29
- package/lib/chat-embed/src/chat-bubble-footer.vue.js +0 -7
- package/lib/chat-embed/src/chat-bubble-footer.vue2.js +0 -33
- package/lib/chat-embed/src/chat-embed-message.js +0 -22
- package/lib/chat-embed/src/chat-sender.vue.js +0 -7
- package/lib/chat-embed/src/chat-sender.vue2.js +0 -157
- package/lib/chat-embed/src/components/answer-auto-chart.vue.js +0 -7
- package/lib/chat-embed/src/components/answer-auto-chart.vue2.js +0 -59
- package/lib/chat-embed/src/components/answer-home-chart.vue.js +0 -7
- package/lib/chat-embed/src/components/answer-interaction-data.vue.js +0 -7
- package/lib/chat-embed/src/components/answer-interaction-data.vue2.js +0 -118
- package/lib/chat-embed/src/components/history-detail.vue.js +0 -7
- package/lib/chat-embed/src/components/history-detail.vue2.js +0 -55
- package/lib/chat-embed/src/header.vue.js +0 -7
- package/lib/chat-embed/src/header.vue2.js +0 -46
- package/lib/chat-embed/src/index.vue.js +0 -7
- package/lib/chat-embed/src/index.vue2.js +0 -303
- package/lib/chat-embed/src/recommendation-message.vue.js +0 -7
- package/lib/chat-embed/src/recommendation-message.vue2.js +0 -8
- package/lib/chat-embed/src/sidebar-item.vue.js +0 -7
- package/lib/chat-embed/src/sidebar-item.vue2.js +0 -118
- package/lib/chat-embed/src/util/history-message-util.js +0 -96
- package/lib/chat-embed/src/util/mcp-utils.js +0 -53
- package/lib/chat-embed/src/voice/index.js +0 -7
- package/lib/chat-embed/src/voice/js/crypto-js.js +0 -1013
- package/lib/chat-embed/src/voice/js/processor/index.umd.js +0 -178
- package/lib/chat-embed/src/voice/voice.vue.js +0 -103
- package/lib/date-picker-range/index.js +0 -7
- package/lib/date-picker-range/index.vue.js +0 -7
- package/lib/date-picker-range/index.vue2.js +0 -93
- package/lib/department-tree/index.js +0 -7
- package/lib/department-tree/src/department-tree.vue.js +0 -23
- package/lib/department-tree-inline/index.js +0 -7
- package/lib/department-tree-inline/src/department-multi-tree-inline.vue.js +0 -91
- package/lib/department-tree-inline/src/department-single-tree-inline.vue.js +0 -64
- package/lib/department-tree-inline/src/department-tree-inline.vue.js +0 -17
- package/lib/department-tree-inline/src/department-tree-service.js +0 -108
- package/lib/department-tree-inline/src/search-result.vue.js +0 -39
- package/lib/department-tree-mobile/index.js +0 -8
- package/lib/department-tree-mobile/src/department-tree-app.vue.js +0 -15
- package/lib/department-tree-mobile/src/department-tree-app.vue3.js +0 -5
- package/lib/department-tree-mobile/src/department-tree-inline-app.vue.js +0 -121
- package/lib/department-tree-mobile/src/department-tree-inline-app.vue2.js +0 -4
- package/lib/department-tree-mobile/src/department-tree-service.js +0 -55
- package/lib/department-tree-mobile/src/dept-path.vue.js +0 -14
- package/lib/department-tree-mobile/src/dept-path.vue2.js +0 -4
- package/lib/department-tree-mobile/src/dept-result.vue.js +0 -16
- package/lib/department-tree-mobile/src/dept-result.vue2.js +0 -4
- package/lib/department-user-tree/index.js +0 -7
- package/lib/department-user-tree/src/department-user-multiple-tree.vue.js +0 -20
- package/lib/department-user-tree/src/department-user-single-tree.vue.js +0 -19
- package/lib/department-user-tree/src/department-user-tree.vue.js +0 -27
- package/lib/department-user-tree-inline/index.js +0 -7
- package/lib/department-user-tree-inline/src/department-user-multiple-tree-inline.vue.js +0 -165
- package/lib/department-user-tree-inline/src/department-user-single-tree-inline.vue.js +0 -69
- package/lib/department-user-tree-inline/src/department-user-tree-inline.vue.js +0 -16
- package/lib/department-user-tree-inline/src/department-user-tree-multi-service.js +0 -81
- package/lib/department-user-tree-inline/src/department-user-tree-single-service.js +0 -54
- package/lib/department-user-tree-inline/src/group-user/group-input.vue.js +0 -39
- package/lib/department-user-tree-inline/src/group-user/group-list.vue.js +0 -27
- package/lib/department-user-tree-inline/src/group-user/group-user.vue.js +0 -16
- package/lib/department-user-tree-inline/src/group-user-multiple-tree.vue.js +0 -78
- package/lib/department-user-tree-inline/src/group-user-single-tree.vue.js +0 -34
- package/lib/department-user-tree-inline/src/search-result.vue.js +0 -41
- package/lib/department-user-tree-mobile/index.js +0 -8
- package/lib/department-user-tree-mobile/src/department-user-tree-app.vue.js +0 -15
- package/lib/department-user-tree-mobile/src/department-user-tree-app.vue3.js +0 -5
- package/lib/department-user-tree-mobile/src/department-user-tree-inline-app.vue.js +0 -135
- package/lib/department-user-tree-mobile/src/department-user-tree-inline-app.vue2.js +0 -4
- package/lib/department-user-tree-mobile/src/dept-path.vue.js +0 -14
- package/lib/department-user-tree-mobile/src/dept-path.vue2.js +0 -4
- package/lib/department-user-tree-mobile/src/dept-result.vue.js +0 -17
- package/lib/department-user-tree-mobile/src/dept-result.vue2.js +0 -4
- package/lib/directives/prevent-reclick.js +0 -15
- package/lib/dynamic-source-select/index.js +0 -7
- package/lib/dynamic-source-select/src/dynamic-source-select-service.js +0 -32
- package/lib/dynamic-source-select/src/dynamic-source-select.vue.js +0 -275
- package/lib/empty-state/index.vue.js +0 -9
- package/lib/empty-state/index.vue2.js +0 -4
- package/lib/fs-preview/index.js +0 -7
- package/lib/fs-preview/src/fs-preview.vue.js +0 -120
- package/lib/fs-upload/index.js +0 -7
- package/lib/fs-upload/src/fs-upload-multi.vue.js +0 -71
- package/lib/fs-upload/src/fs-upload-single.vue.js +0 -73
- package/lib/fs-upload/src/fs-upload.vue.js +0 -24
- package/lib/fs-upload/src/see-big-picture.vue.js +0 -12
- package/lib/fs-upload-list/index.js +0 -7
- package/lib/fs-upload-list/src/fs-upload-list.vue.js +0 -97
- package/lib/fs-upload-new/index.js +0 -7
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-app.vue.js +0 -61
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-app.vue2.js +0 -4
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue.js +0 -178
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue2.js +0 -4
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue.js +0 -7
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue2.js +0 -38
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-input.vue.js +0 -45
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-input.vue2.js +0 -4
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload.vue.js +0 -35
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload.vue2.js +0 -4
- package/lib/fs-upload-new/src/fs-button-upload.vue.js +0 -7
- package/lib/fs-upload-new/src/fs-button-upload.vue2.js +0 -62
- package/lib/fs-upload-new/src/fs-drag-upload.vue.js +0 -7
- package/lib/fs-upload-new/src/fs-drag-upload.vue2.js +0 -63
- package/lib/fs-upload-new/src/fs-preview-new.vue.js +0 -8
- package/lib/fs-upload-new/src/fs-preview-new.vue2.js +0 -93
- package/lib/fs-upload-new/src/fs-upload-new.vue.js +0 -65
- package/lib/fs-upload-new/src/fs-upload-new.vue2.js +0 -4
- package/lib/hamburger/index.js +0 -7
- package/lib/hamburger/src/hamburger.vue.js +0 -15
- package/lib/index.js +0 -380
- package/lib/json-view/json-view-dialog.vue.js +0 -19
- package/lib/json-view/json-view-dialog.vue2.js +0 -4
- package/lib/json-view/json-view.vue.js +0 -4
- package/lib/json-view/json-view.vue2.js +0 -36
- package/lib/multipart-upload/index.js +0 -7
- package/lib/multipart-upload/src/index.vue.js +0 -13
- package/lib/multipart-upload/src/multipart-upload-form.vue.js +0 -82
- package/lib/multipart-upload/src/multipart-upload-list.vue.js +0 -101
- package/lib/organization-input/index.js +0 -7
- package/lib/organization-input/src/organization-input.vue.js +0 -224
- package/lib/plugins/export-data-new.js +0 -237
- package/lib/plugins/export-data.js +0 -179
- package/lib/plugins/index.js +0 -9
- package/lib/remove-department/index.js +0 -7
- package/lib/remove-department/src/remove-department.vue.js +0 -33
- package/lib/remove-department/src/remove-dept-service.js +0 -13
- package/lib/remove-user/index.js +0 -7
- package/lib/remove-user/src/remove-user-service.js +0 -13
- package/lib/remove-user/src/remove-user.vue.js +0 -35
- package/lib/remove-workgroup/index.js +0 -7
- package/lib/remove-workgroup/src/remove-workgroup-service.js +0 -13
- package/lib/remove-workgroup/src/remove-workgroup.vue.js +0 -31
- package/lib/rich-editor/index.js +0 -7
- package/lib/rich-editor/index.vue.js +0 -115
- package/lib/rich-editor/viewer.vue.js +0 -27
- package/lib/row-form/index.js +0 -7
- package/lib/row-form/index.vue.js +0 -7
- package/lib/row-form/index.vue2.js +0 -62
- package/lib/row-form/operation.vue.js +0 -32
- package/lib/row-form/operation.vue2.js +0 -4
- package/lib/scan-code-input/index.js +0 -7
- package/lib/scan-code-input/src/events.js +0 -15
- package/lib/scan-code-input/src/scan-code-input.vue.js +0 -32
- package/lib/scan-code-input-browser/index.js +0 -7
- package/lib/scan-code-input-browser/src/scan-code-input.vue.js +0 -39
- package/lib/secret-info/index.js +0 -7
- package/lib/secret-info/index.vue.js +0 -16
- package/lib/src/api/sso-service.js +0 -57
- package/lib/src/api/tab.js +0 -15
- package/lib/src/components/Affix/index.vue.js +0 -7
- package/lib/src/components/Affix/index.vue2.js +0 -81
- package/lib/src/components/Card/index.js +0 -48
- package/lib/src/components/Scrollbar/index.vue.js +0 -51
- package/lib/src/directives/permission/index.js +0 -7
- package/lib/src/directives/permission/permission.js +0 -11
- package/lib/src/i18n/i18n.js +0 -7
- package/lib/src/i18n/langs/cn.js +0 -4
- package/lib/src/i18n/langs/en.js +0 -4
- package/lib/src/permission.js +0 -78
- package/lib/src/router/index.js +0 -9
- package/lib/src/store/index.js +0 -13
- package/lib/src/store/modules/app.js +0 -41
- package/lib/src/store/modules/permission.js +0 -31
- package/lib/src/store/modules/system.js +0 -12
- package/lib/src/store/modules/tab-content.js +0 -20
- package/lib/src/store/modules/user.js +0 -139
- package/lib/src/utils/auth.js +0 -156
- package/lib/src/utils/calculator/calculator-util.js +0 -54
- package/lib/src/utils/chat-ai-util.js +0 -30
- package/lib/src/utils/common-util.js +0 -438
- package/lib/src/utils/i18n-util.js +0 -70
- package/lib/src/utils/iconUtils.js +0 -26
- package/lib/src/utils/insert_css.js +0 -16
- package/lib/src/utils/jump-page-utils.js +0 -264
- package/lib/src/utils/menu.js +0 -14
- package/lib/src/utils/permission.js +0 -45
- package/lib/src/utils/permissionAuth.js +0 -153
- package/lib/src/utils/range-selector.js +0 -105
- package/lib/src/utils/request.js +0 -140
- package/lib/src/utils/restful-interface-utils.js +0 -18
- package/lib/src/utils/util.js +0 -361
- package/lib/src/utils/voice-setting-cache.js +0 -211
- package/lib/src/utils/watermark.js +0 -40
- package/lib/src/utils/workflow-util.js +0 -42
- package/lib/src/views/dsc-component/Sidebar/Item.vue.js +0 -7
- package/lib/src/views/dsc-component/Sidebar/Item.vue2.js +0 -12
- package/lib/src/views/dsc-component/Sidebar/Link.vue.js +0 -14
- package/lib/src/views/dsc-component/Sidebar/SidebarItem.vue.js +0 -53
- package/lib/src/views/dsc-component/Sidebar/index.vue.js +0 -111
- package/lib/src/views/dsc-component/tabs/tab-content.vue.js +0 -63
- package/lib/src/views/error-page/401.vue.js +0 -15
- package/lib/src/views/error-page/404.vue.js +0 -12
- package/lib/src/views/layout/EmptyLayout.vue.js +0 -9
- package/lib/src/views/layout/Layout.vue.js +0 -28
- package/lib/src/views/layout/NewLayout.vue.js +0 -11
- package/lib/src/views/layout/components/AppMain.vue.js +0 -13
- package/lib/src/views/layout/components/Breadcrumb/index.vue.js +0 -48
- package/lib/src/views/layout/components/Menubar/Item.vue.js +0 -7
- package/lib/src/views/layout/components/Menubar/Item.vue2.js +0 -15
- package/lib/src/views/layout/components/Menubar/Link.vue.js +0 -14
- package/lib/src/views/layout/components/Menubar/SidebarItem.vue.js +0 -56
- package/lib/src/views/layout/components/Menubar/index.vue.js +0 -90
- package/lib/src/views/layout/components/Sidebar/Item.vue2.js +0 -4
- package/lib/src/views/layout/components/Sidebar/Link.vue.js +0 -12
- package/lib/src/views/layout/components/Sidebar/SidebarItem.vue.js +0 -22
- package/lib/src/views/layout/components/Sidebar/index.vue.js +0 -58
- package/lib/src/views/layout/components/iframe-page.vue.js +0 -14
- package/lib/src/views/layout/components/tabs/tab-content.vue.js +0 -62
- package/lib/src/views/layout/mixin/ResizeHandler.js +0 -16
- package/lib/src/views/layout/tab-content-iframe-index.vue.js +0 -14
- package/lib/src/views/layout/tab-content-index.vue.js +0 -28
- package/lib/src/views/wf-history/tache-subprocess-history.vue.js +0 -14
- package/lib/style.css +0 -3077
- package/lib/super-grid/index.js +0 -7
- package/lib/super-grid/src/apis.js +0 -458
- package/lib/super-grid/src/columns-config.vue.js +0 -81
- package/lib/super-grid/src/components/grid-icon.vue.js +0 -47
- package/lib/super-grid/src/components/grid-radio-input.vue.js +0 -25
- package/lib/super-grid/src/components/grid-radio-input.vue2.js +0 -4
- package/lib/super-grid/src/components/mobile-table-card.js +0 -109
- package/lib/super-grid/src/components/select-input.vue.js +0 -148
- package/lib/super-grid/src/components/select-input.vue2.js +0 -4
- package/lib/super-grid/src/custom-formatter.js +0 -167
- package/lib/super-grid/src/dynamic-input.vue.js +0 -481
- package/lib/super-grid/src/events.js +0 -37
- package/lib/super-grid/src/formValidatorUtil.js +0 -109
- package/lib/super-grid/src/group-column.vue.js +0 -24
- package/lib/super-grid/src/header-context-menu.vue.js +0 -14
- package/lib/super-grid/src/index-column.vue.js +0 -22
- package/lib/super-grid/src/normal-column-content.vue.js +0 -318
- package/lib/super-grid/src/normal-column.vue.js +0 -106
- package/lib/super-grid/src/row-detail.vue.js +0 -14
- package/lib/super-grid/src/row-operation.vue.js +0 -89
- package/lib/super-grid/src/scan-util.js +0 -100
- package/lib/super-grid/src/search-button.vue.js +0 -23
- package/lib/super-grid/src/search-condition-input.vue.js +0 -17
- package/lib/super-grid/src/search-condition-list.vue.js +0 -20
- package/lib/super-grid/src/search-form-advancedQuery.vue.js +0 -116
- package/lib/super-grid/src/search-form-dialog.vue.js +0 -16
- package/lib/super-grid/src/search-form-item.vue.js +0 -128
- package/lib/super-grid/src/search-form-mobile.vue.js +0 -41
- package/lib/super-grid/src/search-form-number.vue.js +0 -26
- package/lib/super-grid/src/search-form-open.vue.js +0 -50
- package/lib/super-grid/src/search-form-ordinarySearch.vue.js +0 -39
- package/lib/super-grid/src/search-form.vue.js +0 -201
- package/lib/super-grid/src/selection-column.vue.js +0 -11
- package/lib/super-grid/src/super-grid-service.js +0 -259
- package/lib/super-grid/src/super-grid.vue.js +0 -1052
- package/lib/super-grid/src/utils.js +0 -355
- package/lib/super-grid/src/view-image-dialog.vue.js +0 -67
- package/lib/super-icon/index.js +0 -7
- package/lib/super-icon/src/index.vue.js +0 -7
- package/lib/super-icon/src/index.vue2.js +0 -13
- package/lib/super-nine-grid/index.js +0 -7
- package/lib/super-nine-grid/src/apis.js +0 -36
- package/lib/super-nine-grid/src/custom-formatter.js +0 -35
- package/lib/super-nine-grid/src/search-form-number.vue.js +0 -13
- package/lib/super-nine-grid/src/search-form.vue.js +0 -91
- package/lib/super-nine-grid/src/super-grid-service.js +0 -39
- package/lib/super-nine-grid/src/super-nine-grid.vue.js +0 -225
- package/lib/super-nine-grid/src/utils.js +0 -32
- package/lib/svg-icon/index.js +0 -7
- package/lib/svg-icon/src/svg-icon.vue.js +0 -14
- package/lib/utils/memory-cache-utils.js +0 -30
- package/lib/utils/organization.js +0 -57
- package/lib/utils/utils.js +0 -87
- package/lib/utils/value-set.js +0 -94
- package/lib/valid-code/index.js +0 -7
- package/lib/valid-code/src/valid-code.vue.js +0 -23
- package/lib/workflow-button/index.js +0 -7
- package/lib/workflow-button/src/workflow-button.vue.js +0 -85
- package/lib/workflow-history-list/index.js +0 -7
- package/lib/workflow-history-list/src/workflow-history-list.vue.js +0 -89
- package/lib/workgroup-tree/index.js +0 -7
- package/lib/workgroup-tree/src/workgroup-tree.vue.js +0 -23
- package/lib/workgroup-tree-inline/index.js +0 -7
- package/lib/workgroup-tree-inline/src/search-result.vue.js +0 -39
- package/lib/workgroup-tree-inline/src/workgroup-tree-inline.vue.js +0 -128
- package/lib/workgroup-tree-inline/src/workgroup-tree-service.js +0 -35
- package/lib/workgroup-tree-mobile/index.js +0 -8
- package/lib/workgroup-tree-mobile/src/dept-result.vue.js +0 -16
- package/lib/workgroup-tree-mobile/src/dept-result.vue2.js +0 -4
- package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue.js +0 -15
- package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue3.js +0 -5
- package/lib/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue.js +0 -109
- package/lib/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue2.js +0 -4
- package/lib/workgroup-user-tree/index.js +0 -7
- package/lib/workgroup-user-tree/src/workgroup-user-tree.vue.js +0 -23
- package/lib/workgroup-user-tree-inline/index.js +0 -7
- package/lib/workgroup-user-tree-inline/src/search-result.vue.js +0 -39
- package/lib/workgroup-user-tree-inline/src/workgroup-tree-inline-service.js +0 -73
- package/lib/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue.js +0 -172
- package/lib/workgroup-user-tree-mobile/src/dept-path.vue.js +0 -14
- package/lib/workgroup-user-tree-mobile/src/dept-path.vue2.js +0 -4
- package/lib/workgroup-user-tree-mobile/src/dept-result.vue.js +0 -17
- package/lib/workgroup-user-tree-mobile/src/dept-result.vue2.js +0 -4
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue.js +0 -15
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue3.js +0 -5
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue.js +0 -135
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue2.js +0 -4
- package/lib/year-range-picker/index.js +0 -7
- package/lib/year-range-picker/src/year-range-picker.vue.js +0 -14
- package/packages/IntervalSelection/index.js +0 -6
- package/packages/IntervalSelection/src/quarterScope.vue +0 -405
- package/packages/IntervalSelection/src/sectionDate.vue +0 -475
- package/packages/breadcrumb/index.js +0 -6
- package/packages/breadcrumb/src/breadcrumb.vue +0 -81
- package/packages/chat-embed/index.ts +0 -6
- package/packages/chat-embed/src/chat-addition-data.vue +0 -64
- package/packages/chat-embed/src/chat-ai-answer-tip.vue +0 -81
- package/packages/chat-embed/src/chat-bubble-footer.vue +0 -81
- package/packages/chat-embed/src/chat-embed-message.ts +0 -76
- package/packages/chat-embed/src/chat-embed.css +0 -207
- package/packages/chat-embed/src/chat-sender.vue +0 -620
- package/packages/chat-embed/src/components/answer-auto-chart.vue +0 -365
- package/packages/chat-embed/src/components/answer-home-chart.vue +0 -42
- package/packages/chat-embed/src/components/answer-interaction-data.vue +0 -569
- package/packages/chat-embed/src/components/history-detail.vue +0 -150
- package/packages/chat-embed/src/header.vue +0 -147
- package/packages/chat-embed/src/index.vue +0 -926
- package/packages/chat-embed/src/recommendation-message.vue +0 -37
- package/packages/chat-embed/src/sender-attachments.vue +0 -1
- package/packages/chat-embed/src/sidebar-item.vue +0 -521
- package/packages/chat-embed/src/type.ts +0 -74
- package/packages/chat-embed/src/util/chat-embed-util.ts +0 -67
- package/packages/chat-embed/src/util/history-message-util.ts +0 -161
- package/packages/chat-embed/src/util/mcp-utils.ts +0 -131
- package/packages/chat-embed/src/util/text-file-util.ts +0 -33
- package/packages/chat-embed/src/voice/index.ts +0 -6
- package/packages/chat-embed/src/voice/js/ai.js +0 -4
- package/packages/chat-embed/src/voice/js/crypto-js.js +0 -5736
- package/packages/chat-embed/src/voice/js/processor/index.umd.js +0 -1
- package/packages/chat-embed/src/voice/js/timer.js +0 -18
- package/packages/chat-embed/src/voice/voice.vue +0 -320
- package/packages/date-picker-range/index.ts +0 -6
- package/packages/date-picker-range/index.vue +0 -240
- package/packages/department-tree/index.js +0 -6
- package/packages/department-tree/src/department-tree.vue +0 -140
- package/packages/department-tree-inline/index.js +0 -6
- package/packages/department-tree-inline/src/department-multi-tree-inline.vue +0 -472
- package/packages/department-tree-inline/src/department-single-tree-inline.vue +0 -374
- package/packages/department-tree-inline/src/department-tree-inline.vue +0 -93
- package/packages/department-tree-inline/src/department-tree-service.js +0 -333
- package/packages/department-tree-inline/src/search-result.vue +0 -206
- package/packages/department-tree-mobile/index.js +0 -6
- package/packages/department-tree-mobile/src/department-tree-app.vue +0 -148
- package/packages/department-tree-mobile/src/department-tree-inline-app.vue +0 -418
- package/packages/department-tree-mobile/src/department-tree-service.ts +0 -124
- package/packages/department-tree-mobile/src/dept-path.vue +0 -36
- package/packages/department-tree-mobile/src/dept-result.vue +0 -51
- package/packages/department-user-tree/index.js +0 -6
- package/packages/department-user-tree/src/department-user-multiple-tree.vue +0 -131
- package/packages/department-user-tree/src/department-user-single-tree.vue +0 -93
- package/packages/department-user-tree/src/department-user-tree.vue +0 -138
- package/packages/department-user-tree-inline/index.js +0 -9
- package/packages/department-user-tree-inline/src/department-user-multiple-tree-inline.vue +0 -779
- package/packages/department-user-tree-inline/src/department-user-single-tree-inline.vue +0 -394
- package/packages/department-user-tree-inline/src/department-user-tree-inline.vue +0 -94
- package/packages/department-user-tree-inline/src/department-user-tree-multi-service.js +0 -293
- package/packages/department-user-tree-inline/src/department-user-tree-single-service.js +0 -158
- package/packages/department-user-tree-inline/src/group-user/group-input.vue +0 -162
- package/packages/department-user-tree-inline/src/group-user/group-list.vue +0 -106
- package/packages/department-user-tree-inline/src/group-user/group-user.vue +0 -38
- package/packages/department-user-tree-inline/src/group-user-multiple-tree.vue +0 -304
- package/packages/department-user-tree-inline/src/group-user-single-tree.vue +0 -155
- package/packages/department-user-tree-inline/src/group-user-tree-service.js +0 -80
- package/packages/department-user-tree-inline/src/search-result.vue +0 -274
- package/packages/department-user-tree-mobile/index.js +0 -6
- package/packages/department-user-tree-mobile/src/department-user-tree-app.vue +0 -147
- package/packages/department-user-tree-mobile/src/department-user-tree-inline-app.vue +0 -466
- package/packages/department-user-tree-mobile/src/department-user-tree-service.ts +0 -71
- package/packages/department-user-tree-mobile/src/dept-path.vue +0 -36
- package/packages/department-user-tree-mobile/src/dept-result.vue +0 -58
- package/packages/directives/prevent-reclick.js +0 -22
- package/packages/dynamic-source-select/index.js +0 -6
- package/packages/dynamic-source-select/src/dynamic-source-select-service.js +0 -134
- package/packages/dynamic-source-select/src/dynamic-source-select.vue +0 -946
- package/packages/dynamic-source-select/src/events.js +0 -72
- package/packages/empty-state/index.vue +0 -28
- package/packages/fs-preview/index.js +0 -6
- package/packages/fs-preview/src/fs-preview.vue +0 -535
- package/packages/fs-upload/index.js +0 -6
- package/packages/fs-upload/src/fs-upload-multi.vue +0 -464
- package/packages/fs-upload/src/fs-upload-single.vue +0 -369
- package/packages/fs-upload/src/fs-upload.vue +0 -193
- package/packages/fs-upload/src/see-big-picture.vue +0 -70
- package/packages/fs-upload-list/index.js +0 -6
- package/packages/fs-upload-list/src/fs-upload-list.vue +0 -436
- package/packages/fs-upload-new/index.ts +0 -6
- package/packages/fs-upload-new/src/file-upload-mobile/file-upload-app.vue +0 -276
- package/packages/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue +0 -573
- package/packages/fs-upload-new/src/file-upload-mobile/file-upload-component.vue +0 -152
- package/packages/fs-upload-new/src/file-upload-mobile/file-upload-input.vue +0 -265
- package/packages/fs-upload-new/src/file-upload-mobile/file-upload.vue +0 -262
- package/packages/fs-upload-new/src/fs-button-upload.vue +0 -312
- package/packages/fs-upload-new/src/fs-drag-upload.vue +0 -307
- package/packages/fs-upload-new/src/fs-preview-new.vue +0 -380
- package/packages/fs-upload-new/src/fs-upload-new.vue +0 -413
- package/packages/hamburger/index.js +0 -6
- package/packages/hamburger/src/hamburger.vue +0 -52
- package/packages/index.js +0 -274
- package/packages/json-view/index.ts +0 -3
- package/packages/json-view/json-view-dialog.vue +0 -53
- package/packages/json-view/json-view.vue +0 -126
- package/packages/multipart-upload/index.js +0 -6
- package/packages/multipart-upload/src/index.vue +0 -66
- package/packages/multipart-upload/src/multipart-upload-form.vue +0 -404
- package/packages/multipart-upload/src/multipart-upload-list.vue +0 -543
- package/packages/organization-input/index.js +0 -6
- package/packages/organization-input/src/organization-input.vue +0 -619
- package/packages/plugins/export-data-new.js +0 -667
- package/packages/plugins/export-data.js +0 -431
- package/packages/plugins/index.js +0 -15
- package/packages/plugins/public-method.js +0 -47
- package/packages/remove-department/index.js +0 -6
- package/packages/remove-department/src/remove-department.vue +0 -201
- package/packages/remove-department/src/remove-dept-service.js +0 -31
- package/packages/remove-user/index.js +0 -6
- package/packages/remove-user/src/remove-user-service.js +0 -31
- package/packages/remove-user/src/remove-user.vue +0 -227
- package/packages/remove-workgroup/index.js +0 -6
- package/packages/remove-workgroup/src/remove-workgroup-service.js +0 -31
- package/packages/remove-workgroup/src/remove-workgroup.vue +0 -184
- package/packages/rich-editor/index.js +0 -7
- package/packages/rich-editor/index.vue +0 -331
- package/packages/rich-editor/tinymce/icons/default/icons.min.js +0 -1
- package/packages/rich-editor/tinymce/langs/README.md +0 -3
- package/packages/rich-editor/tinymce/langs/zh-Hans.js +0 -1
- package/packages/rich-editor/tinymce/license.txt +0 -21
- package/packages/rich-editor/tinymce/models/dom/model.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/accordion/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/advlist/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/anchor/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/autolink/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/autoresize/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/autosave/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/charmap/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/code/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/codesample/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/directionality/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/emoticons/js/emojiimages.js +0 -1
- package/packages/rich-editor/tinymce/plugins/emoticons/js/emojiimages.min.js +0 -3
- package/packages/rich-editor/tinymce/plugins/emoticons/js/emojis.js +0 -1
- package/packages/rich-editor/tinymce/plugins/emoticons/js/emojis.min.js +0 -2
- package/packages/rich-editor/tinymce/plugins/emoticons/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/fullscreen/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/ar.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/bg_BG.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/ca.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/cs.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/da.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/de.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/el.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/en.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/es.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/eu.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/fa.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/fi.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/fr_FR.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/he_IL.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/hi.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/hr.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/hu_HU.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/id.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/it.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/ja.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/kk.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/ko_KR.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/ms.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/nb_NO.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/nl.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/pl.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/pt_BR.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/pt_PT.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/ro.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/ru.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/sk.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/sl_SI.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/sv_SE.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/th_TH.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/tr.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/uk.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/vi.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/zh_CN.js +0 -84
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/zh_TW.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/image/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/importcss/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/insertdatetime/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/link/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/lists/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/media/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/nonbreaking/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/pagebreak/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/preview/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/quickbars/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/save/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/searchreplace/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/table/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/template/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/visualblocks/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/visualchars/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/wordcount/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/skins/content/dark/content.js +0 -2
- package/packages/rich-editor/tinymce/skins/content/dark/content.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/content/default/content.js +0 -2
- package/packages/rich-editor/tinymce/skins/content/default/content.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/content/document/content.js +0 -2
- package/packages/rich-editor/tinymce/skins/content/document/content.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/content/tinymce-5/content.js +0 -2
- package/packages/rich-editor/tinymce/skins/content/tinymce-5/content.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/content/tinymce-5-dark/content.js +0 -2
- package/packages/rich-editor/tinymce/skins/content/tinymce-5-dark/content.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/content/writer/content.js +0 -2
- package/packages/rich-editor/tinymce/skins/content/writer/content.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/ui/oxide/content.inline.js +0 -2
- package/packages/rich-editor/tinymce/skins/ui/oxide/content.inline.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/ui/oxide/content.js +0 -2
- package/packages/rich-editor/tinymce/skins/ui/oxide/content.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/ui/oxide/skin.js +0 -2
- package/packages/rich-editor/tinymce/skins/ui/oxide/skin.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/ui/oxide/skin.shadowdom.js +0 -2
- package/packages/rich-editor/tinymce/skins/ui/oxide/skin.shadowdom.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/ui/oxide-dark/content.inline.js +0 -2
- package/packages/rich-editor/tinymce/skins/ui/oxide-dark/content.inline.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/ui/oxide-dark/content.js +0 -2
- package/packages/rich-editor/tinymce/skins/ui/oxide-dark/content.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/ui/oxide-dark/skin.js +0 -2
- package/packages/rich-editor/tinymce/skins/ui/oxide-dark/skin.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/ui/oxide-dark/skin.shadowdom.js +0 -2
- package/packages/rich-editor/tinymce/skins/ui/oxide-dark/skin.shadowdom.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/ui/tinymce-5/content.inline.js +0 -2
- package/packages/rich-editor/tinymce/skins/ui/tinymce-5/content.inline.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/ui/tinymce-5/content.js +0 -2
- package/packages/rich-editor/tinymce/skins/ui/tinymce-5/content.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/ui/tinymce-5/skin.js +0 -2
- package/packages/rich-editor/tinymce/skins/ui/tinymce-5/skin.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/ui/tinymce-5/skin.shadowdom.js +0 -2
- package/packages/rich-editor/tinymce/skins/ui/tinymce-5/skin.shadowdom.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/ui/tinymce-5-dark/content.inline.js +0 -2
- package/packages/rich-editor/tinymce/skins/ui/tinymce-5-dark/content.inline.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/ui/tinymce-5-dark/content.js +0 -2
- package/packages/rich-editor/tinymce/skins/ui/tinymce-5-dark/content.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/ui/tinymce-5-dark/skin.js +0 -2
- package/packages/rich-editor/tinymce/skins/ui/tinymce-5-dark/skin.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.js +0 -2
- package/packages/rich-editor/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.min.css +0 -1
- package/packages/rich-editor/tinymce/themes/silver/theme.min.js +0 -4
- package/packages/rich-editor/tinymce/tinymce.d.ts +0 -3238
- package/packages/rich-editor/tinymce/tinymce.min.js +0 -4
- package/packages/rich-editor/tinymce/zh_CN.js +0 -418
- package/packages/rich-editor/viewer.vue +0 -105
- package/packages/row-form/index.js +0 -7
- package/packages/row-form/index.vue +0 -284
- package/packages/row-form/operation.vue +0 -151
- package/packages/scan-code-input/index.js +0 -6
- package/packages/scan-code-input/src/events.js +0 -34
- package/packages/scan-code-input/src/scan-code-input.vue +0 -164
- package/packages/scan-code-input-browser/index.js +0 -6
- package/packages/scan-code-input-browser/src/scan-code-input.vue +0 -113
- package/packages/secret-info/index.js +0 -7
- package/packages/secret-info/index.vue +0 -100
- package/packages/super-grid/index.js +0 -7
- package/packages/super-grid/src/apis.js +0 -1713
- package/packages/super-grid/src/columns-config.vue +0 -329
- package/packages/super-grid/src/components/grid-icon.vue +0 -157
- package/packages/super-grid/src/components/grid-radio-input.vue +0 -84
- package/packages/super-grid/src/components/hyperlinks.vue +0 -130
- package/packages/super-grid/src/components/mobile-table-card.jsx +0 -589
- package/packages/super-grid/src/components/select-input.vue +0 -520
- package/packages/super-grid/src/custom-formatter.js +0 -419
- package/packages/super-grid/src/dynamic-input.vue +0 -2158
- package/packages/super-grid/src/eventBus.js +0 -10
- package/packages/super-grid/src/events.js +0 -56
- package/packages/super-grid/src/formValidatorUtil.js +0 -362
- package/packages/super-grid/src/formatter.js +0 -200
- package/packages/super-grid/src/group-column.vue +0 -119
- package/packages/super-grid/src/header-context-menu.vue +0 -82
- package/packages/super-grid/src/index-column.vue +0 -78
- package/packages/super-grid/src/normal-column-content.vue +0 -1310
- package/packages/super-grid/src/normal-column.vue +0 -423
- package/packages/super-grid/src/public-methods.js +0 -30
- package/packages/super-grid/src/row-detail.vue +0 -50
- package/packages/super-grid/src/row-operation.vue +0 -315
- package/packages/super-grid/src/scan-util.ts +0 -243
- package/packages/super-grid/src/search-button.vue +0 -88
- package/packages/super-grid/src/search-condition-input.vue +0 -74
- package/packages/super-grid/src/search-condition-list.vue +0 -70
- package/packages/super-grid/src/search-form-advancedQuery.vue +0 -836
- package/packages/super-grid/src/search-form-dialog.vue +0 -77
- package/packages/super-grid/src/search-form-item.vue +0 -616
- package/packages/super-grid/src/search-form-mobile.vue +0 -255
- package/packages/super-grid/src/search-form-number.vue +0 -122
- package/packages/super-grid/src/search-form-open.vue +0 -175
- package/packages/super-grid/src/search-form-ordinarySearch.vue +0 -243
- package/packages/super-grid/src/search-form.vue +0 -795
- package/packages/super-grid/src/search-methods.js +0 -539
- package/packages/super-grid/src/selection-column.vue +0 -36
- package/packages/super-grid/src/store.js +0 -3
- package/packages/super-grid/src/super-grid-service.js +0 -800
- package/packages/super-grid/src/super-grid.vue +0 -3814
- package/packages/super-grid/src/utils.js +0 -946
- package/packages/super-grid/src/view-image-dialog.vue +0 -194
- package/packages/super-icon/index.js +0 -6
- package/packages/super-icon/src/index.vue +0 -52
- package/packages/super-nine-grid/index.js +0 -7
- package/packages/super-nine-grid/src/apis.js +0 -108
- package/packages/super-nine-grid/src/custom-formatter.js +0 -73
- package/packages/super-nine-grid/src/formatter.js +0 -134
- package/packages/super-nine-grid/src/search-form-number.vue +0 -35
- package/packages/super-nine-grid/src/search-form.vue +0 -514
- package/packages/super-nine-grid/src/search-methods.js +0 -151
- package/packages/super-nine-grid/src/store.js +0 -3
- package/packages/super-nine-grid/src/super-grid-service.js +0 -110
- package/packages/super-nine-grid/src/super-nine-grid.vue +0 -1112
- package/packages/super-nine-grid/src/utils.js +0 -264
- package/packages/svg-icon/index.js +0 -6
- package/packages/svg-icon/src/svg-icon.vue +0 -43
- package/packages/utils/date-util.js +0 -292
- package/packages/utils/dom.js +0 -227
- package/packages/utils/gogocodeTransfer.js +0 -59
- package/packages/utils/memory-cache-utils.js +0 -117
- package/packages/utils/organization.ts +0 -173
- package/packages/utils/utils.js +0 -198
- package/packages/utils/value-set.js +0 -282
- package/packages/valid-code/index.js +0 -7
- package/packages/valid-code/src/valid-code.vue +0 -104
- package/packages/workflow-button/index.js +0 -6
- package/packages/workflow-button/src/workflow-button.vue +0 -574
- package/packages/workflow-history-list/index.js +0 -6
- package/packages/workflow-history-list/src/api.js +0 -7
- package/packages/workflow-history-list/src/workflow-history-list.vue +0 -394
- package/packages/workgroup-tree/index.js +0 -6
- package/packages/workgroup-tree/src/workgroup-tree.vue +0 -127
- package/packages/workgroup-tree-inline/index.js +0 -6
- package/packages/workgroup-tree-inline/src/search-result.vue +0 -227
- package/packages/workgroup-tree-inline/src/workgroup-tree-inline.vue +0 -557
- package/packages/workgroup-tree-inline/src/workgroup-tree-service.js +0 -119
- package/packages/workgroup-tree-mobile/index.js +0 -6
- package/packages/workgroup-tree-mobile/src/dept-result.vue +0 -52
- package/packages/workgroup-tree-mobile/src/workgroup-tree-app.vue +0 -148
- package/packages/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue +0 -407
- package/packages/workgroup-tree-mobile/src/workgroup-tree-service.ts +0 -62
- package/packages/workgroup-user-tree/index.js +0 -6
- package/packages/workgroup-user-tree/src/workgroup-user-tree.vue +0 -121
- package/packages/workgroup-user-tree-inline/index.js +0 -9
- package/packages/workgroup-user-tree-inline/src/search-result.vue +0 -271
- package/packages/workgroup-user-tree-inline/src/workgroup-tree-inline-service.js +0 -252
- package/packages/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue +0 -665
- package/packages/workgroup-user-tree-mobile/index.js +0 -6
- package/packages/workgroup-user-tree-mobile/src/dept-path.vue +0 -36
- package/packages/workgroup-user-tree-mobile/src/dept-result.vue +0 -58
- package/packages/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue +0 -119
- package/packages/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue +0 -453
- package/packages/workgroup-user-tree-mobile/src/workgroup-user-tree-service.ts +0 -41
- package/packages/year-range-picker/index.js +0 -6
- package/packages/year-range-picker/src/year-range-picker.vue +0 -53
- package/public/favicon.svg +0 -29
- package/src/api/sso-service.js +0 -222
- package/src/api/tab.js +0 -36
- package/src/assets/401/401.gif +0 -0
- package/src/assets/404/404-cloud.png +0 -0
- package/src/assets/404/404.png +0 -0
- package/src/assets/chat-embed/background.png +0 -0
- package/src/assets/chat-embed/robot.gif +0 -0
- package/src/assets/chat-embed/robot.svg +0 -32
- package/src/assets/cloud.png +0 -0
- package/src/assets/nonemessage.png +0 -0
- package/src/assets/tab-selectWhite.png +0 -0
- package/src/components/Affix/index.vue +0 -272
- package/src/components/Card/index.jsx +0 -217
- package/src/components/Scrollbar/index.vue +0 -213
- package/src/directives/permission/index.js +0 -14
- package/src/directives/permission/permission.js +0 -27
- package/src/i18n/i18n.js +0 -16
- package/src/i18n/langs/cn.js +0 -336
- package/src/i18n/langs/en.js +0 -336
- package/src/index.js +0 -22
- package/src/mixins/resizeMixin.js +0 -49
- package/src/permission.js +0 -252
- package/src/plugins.js +0 -18
- package/src/router/index.js +0 -92
- package/src/store/getters.js +0 -26
- package/src/store/index.js +0 -23
- package/src/store/modules/app.js +0 -96
- package/src/store/modules/chat-ai-store.ts +0 -85
- package/src/store/modules/permission.js +0 -143
- package/src/store/modules/system.js +0 -35
- package/src/store/modules/tab-content.js +0 -42
- package/src/store/modules/table.js +0 -76
- package/src/store/modules/user.js +0 -448
- package/src/utils/auth-api.js +0 -369
- package/src/utils/auth.js +0 -194
- package/src/utils/calculator/calculator-factory-wf.js +0 -465
- package/src/utils/calculator/calculator-factory.js +0 -133
- package/src/utils/calculator/calculator-util.js +0 -184
- package/src/utils/chat-ai-util.ts +0 -41
- package/src/utils/common-util.js +0 -1006
- package/src/utils/dingtalk-util.ts +0 -43
- package/src/utils/eventBus.js +0 -10
- package/src/utils/file-util.ts +0 -42
- package/src/utils/global-prop.ts +0 -44
- package/src/utils/guid.js +0 -13
- package/src/utils/i18n-util.js +0 -145
- package/src/utils/iconUtils.js +0 -37
- package/src/utils/iframe-communicator.js +0 -234
- package/src/utils/index.js +0 -102
- package/src/utils/insert_css.js +0 -47
- package/src/utils/json-util.ts +0 -85
- package/src/utils/jump-page-utils.js +0 -829
- package/src/utils/local-storage.js +0 -33
- package/src/utils/menu.js +0 -19
- package/src/utils/permission.js +0 -126
- package/src/utils/permissionAuth.js +0 -311
- package/src/utils/range-selector.js +0 -204
- package/src/utils/request.js +0 -407
- package/src/utils/resize.js +0 -19
- package/src/utils/restful-interface-utils.js +0 -57
- package/src/utils/util.js +0 -1000
- package/src/utils/validate.js +0 -34
- package/src/utils/voice-setting-cache.js +0 -497
- package/src/utils/watermark-cache.js +0 -13
- package/src/utils/watermark.js +0 -119
- package/src/utils/workflow-util.js +0 -107
- package/src/views/404.vue +0 -248
- package/src/views/dsc-component/Sidebar/Item.vue +0 -95
- package/src/views/dsc-component/Sidebar/Link.vue +0 -38
- package/src/views/dsc-component/Sidebar/SidebarItem.vue +0 -245
- package/src/views/dsc-component/Sidebar/index.vue +0 -258
- package/src/views/dsc-component/tabs/tab-content.vue +0 -230
- package/src/views/error-page/401.vue +0 -106
- package/src/views/error-page/404.vue +0 -248
- package/src/views/layout/EmptyLayout.vue +0 -3
- package/src/views/layout/Layout.vue +0 -85
- package/src/views/layout/NewLayout.vue +0 -18
- package/src/views/layout/components/AppMain.vue +0 -46
- package/src/views/layout/components/Breadcrumb/index.vue +0 -158
- package/src/views/layout/components/Menubar/Item.vue +0 -125
- package/src/views/layout/components/Menubar/Link.vue +0 -38
- package/src/views/layout/components/Menubar/SidebarItem.vue +0 -333
- package/src/views/layout/components/Menubar/index.vue +0 -250
- package/src/views/layout/components/Sidebar/Item.vue +0 -33
- package/src/views/layout/components/Sidebar/Link.vue +0 -38
- package/src/views/layout/components/Sidebar/SidebarItem.vue +0 -179
- package/src/views/layout/components/Sidebar/index.vue +0 -141
- package/src/views/layout/components/iframe-page.vue +0 -38
- package/src/views/layout/components/index.js +0 -4
- package/src/views/layout/components/tabs/tab-content.vue +0 -273
- package/src/views/layout/mixin/ResizeHandler.js +0 -41
- package/src/views/layout/tab-content-iframe-index.vue +0 -38
- package/src/views/layout/tab-content-index.vue +0 -92
- package/src/views/login/authredirect.vue +0 -10
- package/src/views/login/index.vue +0 -296
- package/src/views/login/update-password.vue +0 -246
- package/src/views/redirect/index.vue +0 -14
- package/src/views/svg-icon/index.js +0 -6
- package/src/views/svg-icon/src/svg-icon.vue +0 -46
- package/src/views/wf-history/tache-subprocess-history.vue +0 -45
- package/vite.config.js +0 -143
- /package/{lib/IntervalSelection/src/sectionDate.vue2.js → es/IntervalSelection/src/sectionDate.vue2.mjs} +0 -0
- /package/{lib/_virtual/__vite-browser-external.js → es/_virtual/__vite-browser-external.mjs} +0 -0
- /package/{lib/_virtual/_plugin-vue_export-helper.js → es/_virtual/_plugin-vue_export-helper.mjs} +0 -0
- /package/{lib/breadcrumb/src/breadcrumb.vue2.js → es/breadcrumb/src/breadcrumb.vue2.mjs} +0 -0
- /package/{lib/chat-embed/src/chat-addition-data.vue3.js → es/chat-embed/src/chat-addition-data.vue3.mjs} +0 -0
- /package/{lib/chat-embed/src/chat-ai-answer-tip.vue3.js → es/chat-embed/src/chat-ai-answer-tip.vue3.mjs} +0 -0
- /package/{lib/chat-embed/src/chat-bubble-footer.vue3.js → es/chat-embed/src/chat-bubble-footer.vue3.mjs} +0 -0
- /package/{lib/chat-embed/src/chat-sender.vue3.js → es/chat-embed/src/chat-sender.vue3.mjs} +0 -0
- /package/{lib/chat-embed/src/components/answer-auto-chart.vue3.js → es/chat-embed/src/components/answer-auto-chart.vue3.mjs} +0 -0
- /package/{lib/chat-embed/src/components/answer-home-chart.vue2.js → es/chat-embed/src/components/answer-home-chart.vue2.mjs} +0 -0
- /package/{lib/chat-embed/src/components/answer-home-chart.vue3.js → es/chat-embed/src/components/answer-home-chart.vue3.mjs} +0 -0
- /package/{lib/chat-embed/src/components/answer-interaction-data.vue3.js → es/chat-embed/src/components/answer-interaction-data.vue3.mjs} +0 -0
- /package/{lib/chat-embed/src/components/history-detail.vue3.js → es/chat-embed/src/components/history-detail.vue3.mjs} +0 -0
- /package/{lib/chat-embed/src/header.vue3.js → es/chat-embed/src/header.vue3.mjs} +0 -0
- /package/{lib/chat-embed/src/index.vue3.js → es/chat-embed/src/index.vue3.mjs} +0 -0
- /package/{lib/chat-embed/src/recommendation-message.vue3.js → es/chat-embed/src/recommendation-message.vue3.mjs} +0 -0
- /package/{lib/chat-embed/src/sidebar-item.vue3.js → es/chat-embed/src/sidebar-item.vue3.mjs} +0 -0
- /package/{lib/chat-embed/src/type.js → es/chat-embed/src/type.mjs} +0 -0
- /package/{lib/chat-embed/src/util/chat-embed-util.js → es/chat-embed/src/util/chat-embed-util.mjs} +0 -0
- /package/{lib/chat-embed/src/util/text-file-util.js → es/chat-embed/src/util/text-file-util.mjs} +0 -0
- /package/{lib/chat-embed/src/voice/js/timer.js → es/chat-embed/src/voice/js/timer.mjs} +0 -0
- /package/{lib/date-picker-range/index.vue3.js → es/date-picker-range/index.vue3.mjs} +0 -0
- /package/{lib/department-tree-inline/src/department-multi-tree-inline.vue2.js → es/department-tree-inline/src/department-multi-tree-inline.vue2.mjs} +0 -0
- /package/{lib/department-tree-inline/src/department-single-tree-inline.vue2.js → es/department-tree-inline/src/department-single-tree-inline.vue2.mjs} +0 -0
- /package/{lib/department-tree-inline/src/search-result.vue2.js → es/department-tree-inline/src/search-result.vue2.mjs} +0 -0
- /package/{lib/department-tree-mobile/src/department-tree-app.vue2.js → es/department-tree-mobile/src/department-tree-app.vue2.mjs} +0 -0
- /package/{lib/department-user-tree/src/department-user-multiple-tree.vue2.js → es/department-user-tree/src/department-user-multiple-tree.vue2.mjs} +0 -0
- /package/{lib/department-user-tree-inline/src/department-user-multiple-tree-inline.vue2.js → es/department-user-tree-inline/src/department-user-multiple-tree-inline.vue2.mjs} +0 -0
- /package/{lib/department-user-tree-inline/src/department-user-single-tree-inline.vue2.js → es/department-user-tree-inline/src/department-user-single-tree-inline.vue2.mjs} +0 -0
- /package/{lib/department-user-tree-inline/src/group-user-tree-service.js → es/department-user-tree-inline/src/group-user-tree-service.mjs} +0 -0
- /package/{lib/department-user-tree-inline/src/search-result.vue2.js → es/department-user-tree-inline/src/search-result.vue2.mjs} +0 -0
- /package/{lib/department-user-tree-mobile/src/department-user-tree-app.vue2.js → es/department-user-tree-mobile/src/department-user-tree-app.vue2.mjs} +0 -0
- /package/{lib/department-user-tree-mobile/src/department-user-tree-service.js → es/department-user-tree-mobile/src/department-user-tree-service.mjs} +0 -0
- /package/{lib/dynamic-source-select/src/dynamic-source-select.vue2.js → es/dynamic-source-select/src/dynamic-source-select.vue2.mjs} +0 -0
- /package/{lib/dynamic-source-select/src/dynamic-source-select.vue3.js → es/dynamic-source-select/src/dynamic-source-select.vue3.mjs} +0 -0
- /package/{lib/dynamic-source-select/src/events.js → es/dynamic-source-select/src/events.mjs} +0 -0
- /package/{lib → es}/favicon.svg +0 -0
- /package/{lib/fs-preview/src/fs-preview.vue2.js → es/fs-preview/src/fs-preview.vue2.mjs} +0 -0
- /package/{lib/fs-upload-list/src/fs-upload-list.vue2.js → es/fs-upload-list/src/fs-upload-list.vue2.mjs} +0 -0
- /package/{lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue3.js → es/fs-upload-new/src/file-upload-mobile/file-upload-component.vue3.mjs} +0 -0
- /package/{lib/fs-upload-new/src/fs-button-upload.vue3.js → es/fs-upload-new/src/fs-button-upload.vue3.mjs} +0 -0
- /package/{lib/fs-upload-new/src/fs-drag-upload.vue3.js → es/fs-upload-new/src/fs-drag-upload.vue3.mjs} +0 -0
- /package/{lib/fs-upload-new/src/fs-preview-new.vue3.js → es/fs-upload-new/src/fs-preview-new.vue3.mjs} +0 -0
- /package/{lib/fs-upload-new/src/fs-preview-new.vue4.js → es/fs-upload-new/src/fs-preview-new.vue4.mjs} +0 -0
- /package/{lib/hamburger/src/hamburger.vue2.js → es/hamburger/src/hamburger.vue2.mjs} +0 -0
- /package/{lib/organization-input/src/organization-input.vue2.js → es/organization-input/src/organization-input.vue2.mjs} +0 -0
- /package/{lib/plugins/public-method.js → es/plugins/public-method.mjs} +0 -0
- /package/{lib/rich-editor/tinymce/zh_CN.js → es/rich-editor/tinymce/zh_CN.mjs} +0 -0
- /package/{lib/row-form/index.vue3.js → es/row-form/index.vue3.mjs} +0 -0
- /package/{lib/src/assets/401/401.gif.js → es/src/assets/401/401.gif.mjs} +0 -0
- /package/{lib/src/assets/404/404-cloud.png.js → es/src/assets/404/404-cloud.png.mjs} +0 -0
- /package/{lib/src/assets/404/404.png.js → es/src/assets/404/404.png.mjs} +0 -0
- /package/{lib/src/assets/chat-embed/robot.gif.js → es/src/assets/chat-embed/robot.gif.mjs} +0 -0
- /package/{lib/src/assets/chat-embed/robot.svg.js → es/src/assets/chat-embed/robot.svg.mjs} +0 -0
- /package/{lib/src/assets/nonemessage.png.js → es/src/assets/nonemessage.png.mjs} +0 -0
- /package/{lib/src/components/Affix/index.vue3.js → es/src/components/Affix/index.vue3.mjs} +0 -0
- /package/{lib/src/components/Scrollbar/index.vue2.js → es/src/components/Scrollbar/index.vue2.mjs} +0 -0
- /package/{lib/src/mixins/resizeMixin.js → es/src/mixins/resizeMixin.mjs} +0 -0
- /package/{lib/src/store/getters.js → es/src/store/getters.mjs} +0 -0
- /package/{lib/src/store/modules/chat-ai-store.js → es/src/store/modules/chat-ai-store.mjs} +0 -0
- /package/{lib/src/store/modules/table.js → es/src/store/modules/table.mjs} +0 -0
- /package/{lib/src/utils/auth-api.js → es/src/utils/auth-api.mjs} +0 -0
- /package/{lib/src/utils/calculator/calculator-factory-wf.js → es/src/utils/calculator/calculator-factory-wf.mjs} +0 -0
- /package/{lib/src/utils/calculator/calculator-factory.js → es/src/utils/calculator/calculator-factory.mjs} +0 -0
- /package/{lib/src/utils/eventBus.js → es/src/utils/eventBus.mjs} +0 -0
- /package/{lib/src/utils/file-util.js → es/src/utils/file-util.mjs} +0 -0
- /package/{lib/src/utils/global-prop.js → es/src/utils/global-prop.mjs} +0 -0
- /package/{lib/src/utils/guid.js → es/src/utils/guid.mjs} +0 -0
- /package/{lib/src/utils/index.js → es/src/utils/index.mjs} +0 -0
- /package/{lib/src/utils/json-util.js → es/src/utils/json-util.mjs} +0 -0
- /package/{lib/src/utils/local-storage.js → es/src/utils/local-storage.mjs} +0 -0
- /package/{lib/src/utils/resize.js → es/src/utils/resize.mjs} +0 -0
- /package/{lib/src/utils/validate.js → es/src/utils/validate.mjs} +0 -0
- /package/{lib/src/utils/watermark-cache.js → es/src/utils/watermark-cache.mjs} +0 -0
- /package/{lib/src/views/dsc-component/Sidebar/Item.vue3.js → es/src/views/dsc-component/Sidebar/Item.vue3.mjs} +0 -0
- /package/{lib/src/views/dsc-component/Sidebar/SidebarItem.vue2.js → es/src/views/dsc-component/Sidebar/SidebarItem.vue2.mjs} +0 -0
- /package/{lib/src/views/dsc-component/tabs/tab-content.vue2.js → es/src/views/dsc-component/tabs/tab-content.vue2.mjs} +0 -0
- /package/{lib/src/views/dsc-component/tabs/tab-content.vue3.js → es/src/views/dsc-component/tabs/tab-content.vue3.mjs} +0 -0
- /package/{lib/src/views/error-page/401.vue2.js → es/src/views/error-page/401.vue2.mjs} +0 -0
- /package/{lib/src/views/error-page/404.vue2.js → es/src/views/error-page/404.vue2.mjs} +0 -0
- /package/{lib/src/views/layout/Layout.vue2.js → es/src/views/layout/Layout.vue2.mjs} +0 -0
- /package/{lib/src/views/layout/components/AppMain.vue2.js → es/src/views/layout/components/AppMain.vue2.mjs} +0 -0
- /package/{lib/src/views/layout/components/Breadcrumb/index.vue2.js → es/src/views/layout/components/Breadcrumb/index.vue2.mjs} +0 -0
- /package/{lib/src/views/layout/components/Menubar/Item.vue3.js → es/src/views/layout/components/Menubar/Item.vue3.mjs} +0 -0
- /package/{lib/src/views/layout/components/Menubar/SidebarItem.vue2.js → es/src/views/layout/components/Menubar/SidebarItem.vue2.mjs} +0 -0
- /package/{lib/src/views/layout/components/Sidebar/Item.vue.js → es/src/views/layout/components/Sidebar/Item.vue.mjs} +0 -0
- /package/{lib/src/views/layout/components/Sidebar/SidebarItem.vue2.js → es/src/views/layout/components/Sidebar/SidebarItem.vue2.mjs} +0 -0
- /package/{lib/src/views/layout/components/iframe-page.vue2.js → es/src/views/layout/components/iframe-page.vue2.mjs} +0 -0
- /package/{lib/src/views/layout/components/tabs/tab-content.vue2.js → es/src/views/layout/components/tabs/tab-content.vue2.mjs} +0 -0
- /package/{lib/src/views/layout/components/tabs/tab-content.vue3.js → es/src/views/layout/components/tabs/tab-content.vue3.mjs} +0 -0
- /package/{lib/src/views/layout/tab-content-iframe-index.vue2.js → es/src/views/layout/tab-content-iframe-index.vue2.mjs} +0 -0
- /package/{lib/src/views/layout/tab-content-index.vue2.js → es/src/views/layout/tab-content-index.vue2.mjs} +0 -0
- /package/{lib/src/views/login/authredirect.vue.js → es/src/views/login/authredirect.vue.mjs} +0 -0
- /package/{lib/src/views/redirect/index.vue.js → es/src/views/redirect/index.vue.mjs} +0 -0
- /package/{lib/src/views/svg-icon/src/svg-icon.vue.js → es/src/views/super-icon/src/index.vue3.mjs} +0 -0
- /package/{lib/src/views/wf-history/tache-subprocess-history.vue2.js → es/src/views/svg-icon/src/svg-icon.vue.mjs} +0 -0
- /package/{lib/super-grid/src/header-context-menu.vue2.js → es/src/views/wf-history/tache-subprocess-history.vue2.mjs} +0 -0
- /package/{lib/super-grid/src/eventBus.js → es/super-grid/src/eventBus.mjs} +0 -0
- /package/{lib/super-grid/src/formatter.js → es/super-grid/src/formatter.mjs} +0 -0
- /package/{lib/super-grid/src/normal-column-content.vue2.js → es/super-grid/src/header-context-menu.vue2.mjs} +0 -0
- /package/{lib/super-grid/src/normal-column.vue2.js → es/super-grid/src/normal-column-content.vue2.mjs} +0 -0
- /package/{lib/super-grid/src/row-operation.vue2.js → es/super-grid/src/normal-column.vue2.mjs} +0 -0
- /package/{lib/super-grid/src/public-methods.js → es/super-grid/src/public-methods.mjs} +0 -0
- /package/{lib/super-grid/src/search-form-advancedQuery.vue2.js → es/super-grid/src/row-operation.vue2.mjs} +0 -0
- /package/{lib/super-grid/src/search-form-item.vue2.js → es/super-grid/src/search-form-advancedQuery.vue2.mjs} +0 -0
- /package/{lib/super-grid/src/search-form-mobile.vue2.js → es/super-grid/src/search-form-item.vue2.mjs} +0 -0
- /package/{lib/super-grid/src/search-form-ordinarySearch.vue2.js → es/super-grid/src/search-form-mobile.vue2.mjs} +0 -0
- /package/{lib/super-grid/src/search-form.vue2.js → es/super-grid/src/search-form-open.vue2.mjs} +0 -0
- /package/{lib/super-grid/src/super-grid.vue2.js → es/super-grid/src/search-form-ordinarySearch.vue2.mjs} +0 -0
- /package/{lib/super-icon/src/index.vue3.js → es/super-grid/src/search-form.vue2.mjs} +0 -0
- /package/{lib/super-grid/src/search-methods.js → es/super-grid/src/search-methods.mjs} +0 -0
- /package/{lib/super-grid/src/store.js → es/super-grid/src/store.mjs} +0 -0
- /package/{lib/super-nine-grid/src/search-form.vue2.js → es/super-grid/src/super-grid.vue2.mjs} +0 -0
- /package/{lib/super-nine-grid/src/super-nine-grid.vue2.js → es/super-icon/src/index.vue3.mjs} +0 -0
- /package/{lib/super-nine-grid/src/formatter.js → es/super-nine-grid/src/formatter.mjs} +0 -0
- /package/{lib/svg-icon/src/svg-icon.vue2.js → es/super-nine-grid/src/search-form.vue2.mjs} +0 -0
- /package/{lib/super-nine-grid/src/search-methods.js → es/super-nine-grid/src/search-methods.mjs} +0 -0
- /package/{lib/super-nine-grid/src/store.js → es/super-nine-grid/src/store.mjs} +0 -0
- /package/{lib/valid-code/src/valid-code.vue2.js → es/super-nine-grid/src/super-nine-grid.vue2.mjs} +0 -0
- /package/{lib/workflow-history-list/src/workflow-history-list.vue2.js → es/svg-icon/src/svg-icon.vue2.mjs} +0 -0
- /package/{lib/utils/gogocodeTransfer.js → es/utils/gogocodeTransfer.mjs} +0 -0
- /package/{lib/workgroup-tree-inline/src/search-result.vue2.js → es/valid-code/src/valid-code.vue2.mjs} +0 -0
- /package/{lib/workflow-history-list/src/api.js → es/workflow-history-list/src/api.mjs} +0 -0
- /package/{lib/workgroup-tree-inline/src/workgroup-tree-inline.vue2.js → es/workflow-history-list/src/workflow-history-list.vue2.mjs} +0 -0
- /package/{lib/workgroup-tree-mobile/src/workgroup-tree-app.vue2.js → es/workgroup-tree-inline/src/search-result.vue2.mjs} +0 -0
- /package/{lib/workgroup-user-tree-inline/src/search-result.vue2.js → es/workgroup-tree-inline/src/workgroup-tree-inline.vue2.mjs} +0 -0
- /package/{lib/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue2.js → es/workgroup-tree-mobile/src/workgroup-tree-app.vue2.mjs} +0 -0
- /package/{lib/workgroup-tree-mobile/src/workgroup-tree-service.js → es/workgroup-tree-mobile/src/workgroup-tree-service.mjs} +0 -0
- /package/{lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue2.js → es/workgroup-user-tree-inline/src/search-result.vue2.mjs} +0 -0
- /package/{lib/workgroup-user-tree-mobile/src/workgroup-user-tree-service.js → es/workgroup-user-tree-mobile/src/workgroup-user-tree-service.mjs} +0 -0
|
@@ -0,0 +1,168 @@
|
|
|
1
|
+
import { Search as e, Menu as t, Tickets as s, User as r, Calendar as a } from "@element-plus/icons-vue";
|
|
2
|
+
import n from "../../src/utils/local-storage.mjs";
|
|
3
|
+
import i from "./search-result.vue.mjs";
|
|
4
|
+
import l from "../../utils/utils.mjs";
|
|
5
|
+
import d from "./department-user-tree-multi-service.mjs";
|
|
6
|
+
import o from "../../utils/memory-cache-utils.mjs";
|
|
7
|
+
import h from "./group-user-multiple-tree.vue.mjs";
|
|
8
|
+
import c from "./group-user/group-user.vue.mjs";
|
|
9
|
+
import p from "../../empty-state/index.vue.mjs";
|
|
10
|
+
import { resolveComponent as u, openBlock as m, createElementBlock as f, createVNode as U, withCtx as g, withKeys as N, Fragment as C, createElementVNode as T, createBlock as y, toDisplayString as k, createCommentVNode as I } from "vue";
|
|
11
|
+
import "./department-user-multiple-tree-inline.vue2.mjs";
|
|
12
|
+
import v from "../../_virtual/_plugin-vue_export-helper.mjs";
|
|
13
|
+
const S = { data: () => ({ filterText: "", defaultProps: { id: "id", label: "showName", children: "children", isLeaf: "leaf", disabled: "disabled" }, searchParam: { userField: null, searchValue: null, treeType: "MAN_DEPARTMENT_TREE", departmentInfo: null }, containBranch: false, tenantNodeId: -1, allSearchNodeIds: [], allExpandNodeIds: [], isClickNode: false, restaurants: [], searchValue: null, searchResult: [], selectResult: [], searchStoreKey: "searchDepartmentUser", tenantInfo: {}, activeTab: "orgTree", isShowGroupTree: true, memoryCacheKey: "DEPARTMENT_USER_MEMORY_KEY", memoryCacheData: [], ElIconSearch: e, canShowOrgTree: false, isShowingAllUserAlert: false }), name: "InlineDepartmentUserMultiTree", components: { UserResult: i, Menu: t, Tickets: s, User: r, Calendar: a, GroupUserMultipleTree: h, GroupUser: c, EmptyState: p }, props: { departmentInfo: { type: Array, default: null }, height: { type: String, default: "300px" }, isNeedVirtualUser: { type: Boolean, default: false }, selectUserInfo: { type: [String, Number], default: null }, searchField: { type: String, default: "loginName" }, separator: { type: String, default: "," }, limitFilterColumn: { type: String, default: "code" } }, computed: {}, watch: { filterText(e2) {
|
|
14
|
+
e2 || (this.searchValue = e2, this.departmentInfo && this.departmentInfo.length > 0 ? this.loadPointDepartments() : this.loadDepartment(this.tenantNodeId, this.tenantNodeId + ""));
|
|
15
|
+
} }, created() {
|
|
16
|
+
l.canShowOrgTree().then((e2) => {
|
|
17
|
+
this.canShowOrgTree = e2;
|
|
18
|
+
}), this.initSelectUsers(this.searchField, this.selectUserInfo, this.separator).then((e2) => {
|
|
19
|
+
e2 && (this.selectResult = e2);
|
|
20
|
+
});
|
|
21
|
+
}, mounted() {
|
|
22
|
+
var e2 = n.getObject(this.searchStoreKey);
|
|
23
|
+
this.restaurants = e2 || [], this.getMemoryCacheData("departmentUser");
|
|
24
|
+
}, methods: { ...l, ...d, ...o, selectUser(e2, t2) {
|
|
25
|
+
if (this.isContainAllUser())
|
|
26
|
+
this.alertByAllUser();
|
|
27
|
+
else {
|
|
28
|
+
const e3 = this.selectResult.filter(this.filterUser(t2));
|
|
29
|
+
e3 && 0 === e3.length && (t2.tenantCode = this.tenantInfo.code, t2.tenantName = this.tenantInfo.tenantName, this.selectResult.push(t2), this.setMemoryCacheData(t2, "departmentUser"));
|
|
30
|
+
}
|
|
31
|
+
}, removeUser(e2, t2) {
|
|
32
|
+
if (t2.nodeId) {
|
|
33
|
+
const e3 = t2.nodeId;
|
|
34
|
+
this.$refs.deparmentUserTree && e3 && this.$refs.deparmentUserTree.setChecked(e3, false);
|
|
35
|
+
} else if (this.$refs.deparmentUserTree) {
|
|
36
|
+
const e3 = this.$refs.deparmentUserTree.getCheckedKeys().filter(this.filterUserNode(t2));
|
|
37
|
+
e3.length > 0 && e3.forEach((e4) => {
|
|
38
|
+
this.$refs.deparmentUserTree.setChecked(e4, false);
|
|
39
|
+
});
|
|
40
|
+
}
|
|
41
|
+
this.selectResult = this.removeRow(this.selectResult, t2), this.selectResult && 0 !== this.selectResult.length || this.$refs.deparmentUserTree && this.$refs.deparmentUserTree.setCheckedKeys([]);
|
|
42
|
+
}, filterUserNode: (e2) => (t2) => t2.substring(t2.lastIndexOf("~") + 1) === e2.id + "", search(e2) {
|
|
43
|
+
this.searchValue = e2;
|
|
44
|
+
let t2 = e2;
|
|
45
|
+
t2 && (t2 = t2.trim()), this.searchParam.searchValue = t2, this.searchParam.departmentInfo = this.departmentInfo, this.filterAppendNodes(e2);
|
|
46
|
+
}, clickSearch() {
|
|
47
|
+
this.storeSeachValue(n, this.searchStoreKey, this.filterText), this.search(this.filterText);
|
|
48
|
+
}, handleCheckChange(e2, t2, s2) {
|
|
49
|
+
if (this.isUserNode(e2) && t2) {
|
|
50
|
+
const t3 = JSON.parse(e2.data), s3 = this.packageSelectUser(t3);
|
|
51
|
+
s3 && (this.selectResult.push(s3), this.setMemoryCacheData(t3, "departmentUser"));
|
|
52
|
+
}
|
|
53
|
+
}, packageSelectUser(e2) {
|
|
54
|
+
if (this.isContainAllUser())
|
|
55
|
+
return this.alertByAllUser(), null;
|
|
56
|
+
{
|
|
57
|
+
const t2 = this.selectResult.filter(this.filterUser(e2));
|
|
58
|
+
return t2 && 0 === t2.length ? (e2.tenantName = this.tenantInfo.tenantName, e2.tenantCode = this.tenantInfo.code, { id: e2.id, name: e2.name, zhName: e2.name, loginName: e2.loginName, email: e2.email, telephone: e2.telephone, mainDepartmentCode: e2.mainDepartmentCode, mainDepartmentName: e2.mainDepartmentName, subCompanyCode: e2.subCompanyCode, subCompanyName: e2.subCompanyName, user: e2, enName: e2.enName, superiorDeptNameFullPath: e2.superiorDeptNameFullPath }) : null;
|
|
59
|
+
}
|
|
60
|
+
}, isContainAllUser() {
|
|
61
|
+
return this.selectResult.length > 0 && this.selectResult[0].id === this.tenantNodeId;
|
|
62
|
+
}, packageAllUserToResult() {
|
|
63
|
+
return this.isContainAllUser() ? null : { id: this.tenantNodeId, name: "所有用户" };
|
|
64
|
+
}, filterUser: (e2) => (t2) => t2.id === e2.id, handleCheckNode(e2, t2) {
|
|
65
|
+
t2.checkedKeys.indexOf(e2.nodeId) > -1 ? this.isContainAllUser() || this.checkedNodeToSelectResult(e2) : this.cancelChildCheckedNodes(e2);
|
|
66
|
+
}, alertByAllUser() {
|
|
67
|
+
this.isShowingAllUserAlert || (this.isShowingAllUserAlert = true, this.$alert(this.$t("imatrixUIMessage.pleaseRemoveallpersonnelBeforeSelectingSpecificPersonnel"), this.$t("imatrixUIMessage.tips"), { confirmButtonText: this.$t("imatrixUIPublicModel.sure") }).then(() => {
|
|
68
|
+
this.$refs.deparmentUserTree && this.$refs.deparmentUserTree.setCheckedKeys([]);
|
|
69
|
+
}).finally(() => {
|
|
70
|
+
this.isShowingAllUserAlert = false;
|
|
71
|
+
}));
|
|
72
|
+
}, checkedNodeToSelectResult(e2) {
|
|
73
|
+
if (this.isSelectTenantNode(e2.id)) {
|
|
74
|
+
const e3 = this.packageAllUserToResult();
|
|
75
|
+
e3 && (this.selectResult = [], e3.nodeId = this.tenantNodeId + "", this.selectResult.push(e3));
|
|
76
|
+
} else
|
|
77
|
+
this.checkedNode(e2);
|
|
78
|
+
}, cancelCheckedNodeAndChildren(e2) {
|
|
79
|
+
e2.id !== this.tenantNodeId && this.$refs.deparmentUserTree.setChecked(this.tenantNodeId + "", false);
|
|
80
|
+
const t2 = e2.children;
|
|
81
|
+
t2 && t2.forEach((e3) => {
|
|
82
|
+
this.$refs.deparmentUserTree.setChecked(e3.nodeId, false), this.cancelCheckedNodeAndChildren(e3);
|
|
83
|
+
});
|
|
84
|
+
}, checkedNode(e2) {
|
|
85
|
+
this.$refs.deparmentUserTree.store.nodesMap[e2.nodeId].expanded ? this.checkedChildrenUserNodes(e2, e2.children) : e2.leaf || (e2.children ? this.staticCheckedUserNodes(e2) : this.dynamicCheckedUserNodes(e2));
|
|
86
|
+
}, cancelChildCheckedNodes(e2) {
|
|
87
|
+
const t2 = e2.children;
|
|
88
|
+
t2 && t2.forEach((e3) => {
|
|
89
|
+
this.$refs.deparmentUserTree.setChecked(e3.nodeId, false), this.cancelChildCheckedNodes(e3);
|
|
90
|
+
});
|
|
91
|
+
}, checkedChildrenUserNodes(e2, t2) {
|
|
92
|
+
if (t2) {
|
|
93
|
+
const e3 = [];
|
|
94
|
+
t2.forEach((t3) => {
|
|
95
|
+
if ("USER" === t3.nodeType) {
|
|
96
|
+
this.$refs.deparmentUserTree.setChecked(t3.nodeId, true);
|
|
97
|
+
const e4 = JSON.parse(t3.data), s2 = this.packageSelectUser(e4);
|
|
98
|
+
s2 && (s2.nodeId = t3.nodeId, this.selectResult.push(s2));
|
|
99
|
+
} else
|
|
100
|
+
"DEPARTMENT" === t3.nodeType ? (this.$refs.deparmentUserTree.setChecked(t3.nodeId, true), e3.push(t3.id)) : this.$refs.deparmentUserTree.setChecked(t3.nodeId, false);
|
|
101
|
+
this.$refs.deparmentUserTree.store.nodesMap[t3.nodeId].expanded && this.checkedChildrenUserNodes(t3);
|
|
102
|
+
}), this.packageChildrenDepartmentUsers(e3);
|
|
103
|
+
}
|
|
104
|
+
e2.id === this.tenantNodeId && this.$refs.deparmentUserTree.setCheckedKeys([]), this.$refs.deparmentUserTree.setChecked(e2.nodeId, true);
|
|
105
|
+
}, packageChildrenDepartmentUsers(e2) {
|
|
106
|
+
e2 && e2.length > 0 && this.getChildrenDepartmentUsers(e2).then((e3) => {
|
|
107
|
+
e3.forEach((e4) => {
|
|
108
|
+
const t2 = this.packageSelectUser(e4);
|
|
109
|
+
t2 && this.selectResult.push(t2);
|
|
110
|
+
});
|
|
111
|
+
});
|
|
112
|
+
}, staticCheckedUserNodes(e2) {
|
|
113
|
+
this.$refs.deparmentUserTree.store.nodesMap[e2.nodeId].expanded = true, this.checkedChildrenUserNodes(e2, e2.children);
|
|
114
|
+
}, handleNodeClick(e2, t2, s2) {
|
|
115
|
+
var r2 = [];
|
|
116
|
+
if (this.$refs.deparmentUserTree && (r2 = this.$refs.deparmentUserTree.getCheckedKeys()), r2.indexOf(e2.nodeId) > -1)
|
|
117
|
+
this.$refs.deparmentUserTree.setChecked(e2.nodeId, false), this.cancelChildCheckedNodes(e2), this.$refs.deparmentUserTree.store.nodesMap[e2.nodeId].expanded = true;
|
|
118
|
+
else if (this.isContainAllUser()) {
|
|
119
|
+
const t3 = !this.$refs.deparmentUserTree.store.nodesMap[e2.nodeId].expanded;
|
|
120
|
+
this.$refs.deparmentUserTree.store.nodesMap[e2.nodeId].expanded = t3, this.alertByAllUser();
|
|
121
|
+
} else if (this.isSelectTenantNode(e2.id)) {
|
|
122
|
+
const t3 = this.packageAllUserToResult();
|
|
123
|
+
t3 && (this.selectResult = [], t3.nodeId = this.tenantNodeId + "", this.selectResult.push(t3)), this.staticCheckedUserNodes(e2);
|
|
124
|
+
} else {
|
|
125
|
+
const t3 = e2.children;
|
|
126
|
+
t3 && t3.length > 0 ? this.staticCheckedUserNodes(e2) : e2.nodeType && "USER" === e2.nodeType ? this.$refs.deparmentUserTree.setChecked(e2.nodeId, true) : this.isClickNode = true;
|
|
127
|
+
}
|
|
128
|
+
}, isUserNode(e2) {
|
|
129
|
+
return e2.id !== this.tenantNodeId && e2.nodeType && "USER" === e2.nodeType;
|
|
130
|
+
}, confirmSelectUser() {
|
|
131
|
+
var _a, _b;
|
|
132
|
+
var e2 = { userIds: [], userNames: [], userZhNames: [], userEnNames: [], loginNames: [], emails: [], telephones: [], users: [], divisionManager: [], divisionManagerName: [], subCompanyName: [], subCompanyCode: [] }, t2 = false;
|
|
133
|
+
if (0 === this.selectResult.length)
|
|
134
|
+
t2 = true;
|
|
135
|
+
else
|
|
136
|
+
for (var s2 = 0; s2 < this.selectResult.length; s2++) {
|
|
137
|
+
var r2 = this.selectResult[s2];
|
|
138
|
+
e2.userIds.push(r2.id), e2.loginNames.push(r2.loginName), e2.subCompanyName.push(r2.subCompanyName), e2.subCompanyCode.push(r2.subCompanyCode), r2.divisionManager && "" !== r2.divisionManager ? e2.divisionManager.push(r2.divisionManager) : ((_a = r2.user) == null ? void 0 : _a.divisionManager) && e2.divisionManager.push(r2.user.divisionManager), r2.divisionManagerName && "" !== r2.divisionManagerName ? e2.divisionManagerName.push(r2.divisionManagerName) : ((_b = r2.user) == null ? void 0 : _b.divisionManagerName) && e2.divisionManagerName.push(r2.user.divisionManagerName), r2.email && "" !== r2.email && e2.emails.push(r2.email), r2.telephone && "" !== r2.telephone && e2.telephones.push(r2.telephone), r2.user ? e2.users.push(r2.user) : e2.users.push(r2);
|
|
139
|
+
var a2 = r2.name;
|
|
140
|
+
e2.userZhNames.push(a2), r2.enName && "" !== r2.enName.trim() ? (e2.userEnNames.push(r2.enName), a2 = a2 + "(" + r2.enName + ")") : e2.userEnNames.push(""), e2.userNames.push(a2);
|
|
141
|
+
}
|
|
142
|
+
e2.userIds.length > 0 ? (e2.containBranch = this.containBranch, this.$emit("result", e2)) : t2 = true, t2 && this.$alert(this.$t("imatrixUIMessage.pleaseSelectPersonnel"), this.$t("imatrixUIMessage.tips"), { confirmButtonText: this.$t("imatrixUIPublicModel.sure") });
|
|
143
|
+
}, isSelectTenantNode(e2) {
|
|
144
|
+
return e2 === this.tenantNodeId && (!this.departmentInfo || 0 === this.departmentInfo.length);
|
|
145
|
+
}, loadNode(e2, t2) {
|
|
146
|
+
var s2 = 0, r2 = "0";
|
|
147
|
+
0 === e2.level ? r2 = (s2 = 0) + "" : (s2 = e2.data.id, r2 = e2.data.nodeId);
|
|
148
|
+
var a2 = [];
|
|
149
|
+
this.$refs.deparmentUserTree && (a2 = this.$refs.deparmentUserTree.getCheckedKeys()), this.initLoadDepartment(s2, e2, t2, a2, r2);
|
|
150
|
+
}, getGroupUserResult(e2) {
|
|
151
|
+
if (e2) {
|
|
152
|
+
const t2 = this.selectResult.filter((t3) => t3.id === e2.id);
|
|
153
|
+
t2 && 0 !== t2.length || this.selectResult.push(e2);
|
|
154
|
+
}
|
|
155
|
+
}, updateGroupTree() {
|
|
156
|
+
this.isShowGroupTree = false;
|
|
157
|
+
const e2 = this;
|
|
158
|
+
setTimeout(() => {
|
|
159
|
+
e2.isShowGroupTree = true;
|
|
160
|
+
}, 10);
|
|
161
|
+
} }, emits: ["result"] }, R = { key: 0, style: { "padding-top": "5px", overflow: "auto", width: "auto", display: "inline-block !important" } }, b = ["title"], x = { key: 1, style: { height: "100%", overflow: "hidden" } }, M = { style: { "text-align": "left", "font-size": "16px" } }, $ = { style: "padding-top: 5px;height:90%;overflow: hidden;" };
|
|
162
|
+
const A = v(S, [["render", function(e2, t2, s2, r2, a2, n2) {
|
|
163
|
+
const i2 = u("el-button"), l2 = u("el-autocomplete"), d2 = u("el-header"), o2 = u("Menu"), h2 = u("Tickets"), c2 = u("User"), p2 = u("Calendar"), v2 = u("el-icon"), S2 = u("el-tree"), A2 = u("el-tab-pane"), E = u("GroupUser"), w = u("GroupUserMultipleTree"), D = u("el-tabs"), _ = u("EmptyState"), P = u("user-result"), V = u("el-main"), G = u("el-container"), K = u("el-aside");
|
|
164
|
+
return m(), f("div", null, [U(G, { style: { height: "395px" } }, { default: g(() => [U(K, { width: "430px" }, { default: g(() => [U(G, { style: { height: "390px" } }, { default: g(() => [U(d2, { style: { "font-size": "12px", height: "35px", padding: "0px 10px" } }, { default: g(() => [U(l2, { modelValue: a2.filterText, "onUpdate:modelValue": t2[0] || (t2[0] = (e3) => a2.filterText = e3), "fetch-suggestions": e2.querySearch, placeholder: e2.$t("departmentUserTree.pleaseEnterUserInformation"), class: "inline-input inline-input-custom searchDepartmentUser", size: "default", onSelect: e2.handleSelect, onKeyup: N(n2.clickSearch, ["enter"]) }, { append: g(() => [U(i2, { icon: a2.ElIconSearch, onClick: n2.clickSearch }, null, 8, ["icon", "onClick"])]), _: 1 }, 8, ["modelValue", "fetch-suggestions", "placeholder", "onSelect", "onKeyup"])]), _: 1 }), U(V, { style: { padding: "10px" } }, { default: g(() => [a2.searchValue ? I("", true) : (m(), f(C, { key: 0 }, [a2.canShowOrgTree ? (m(), f("div", R, [U(D, { modelValue: a2.activeTab, "onUpdate:modelValue": t2[1] || (t2[1] = (e3) => a2.activeTab = e3), class: "boe" }, { default: g(() => [U(A2, { label: e2.$t("departmentUserTreeInline.orgTree"), name: "orgTree" }, { default: g(() => [U(S2, { ref: "deparmentUserTree", props: a2.defaultProps, load: n2.loadNode, "check-on-click-node": true, lazy: "", "show-checkbox": "", "node-key": "nodeId", onCheck: n2.handleCheckNode, onCheckChange: n2.handleCheckChange }, { default: g(({ node: e3, data: t3 }) => [T("span", null, [U(v2, null, { default: g(() => [-1 === e3.data.id || e3.data.branch ? (m(), y(o2, { key: 0 })) : -2 === e3.data.id || -3 === e3.data.id ? (m(), y(h2, { key: 1 })) : "USER" === e3.data.nodeType ? (m(), y(c2, { key: 2 })) : (m(), y(p2, { key: 3 }))]), _: 2 }, 1024), T("span", { title: e3.label }, k(e3.label), 9, b)])]), _: 1 }, 8, ["props", "load", "onCheck", "onCheckChange"])]), _: 1 }, 8, ["label"]), U(A2, { name: "groupTree" }, { label: g(() => [T("span", null, k(e2.$t("departmentUserTreeInline.group")), 1), T("span", null, [U(E, { "active-tab": a2.activeTab, onUpdateGroupTree: n2.updateGroupTree }, null, 8, ["active-tab", "onUpdateGroupTree"])])]), default: g(() => [a2.isShowGroupTree ? (m(), y(w, { key: 0, onResult: n2.getGroupUserResult }, null, 8, ["onResult"])) : I("", true)]), _: 1 })]), _: 1 }, 8, ["modelValue"])])) : (m(), y(_, { key: 1, style: { width: "100%", height: "100%" } }))], 64)), a2.searchValue && a2.searchValue.length > 0 ? (m(), f("div", x, [U(P, { "contain-branch": a2.containBranch, "grid-data": a2.searchResult, height: s2.height, "is-search-result": true, multiple: true, "select-result": a2.selectResult, onAddUser: n2.selectUser }, null, 8, ["contain-branch", "grid-data", "height", "select-result", "onAddUser"])])) : I("", true)]), _: 1 })]), _: 1 })]), _: 1 }), U(G, null, { default: g(() => [U(K, { width: "2px" }, { default: g(() => [...t2[2] || (t2[2] = [T("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)])]), _: 1 }), U(V, { style: { padding: "10px" } }, { default: g(() => [T("div", M, k(e2.$t("departmentUserTree.selectedPeople")) + ":", 1), T("div", $, [U(P, { "contain-branch": a2.containBranch, "grid-data": a2.selectResult, height: s2.height, "is-search-result": false, multiple: true, onRemoveUser: n2.removeUser }, null, 8, ["contain-branch", "grid-data", "height", "onRemoveUser"])])]), _: 1 })]), _: 1 })]), _: 1 })]);
|
|
165
|
+
}]]);
|
|
166
|
+
export {
|
|
167
|
+
A as default
|
|
168
|
+
};
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import { Search as e } from "@element-plus/icons-vue";
|
|
2
|
+
import { $emit as t } from "../../utils/gogocodeTransfer.mjs";
|
|
3
|
+
import l from "../../src/utils/local-storage.mjs";
|
|
4
|
+
import a from "./search-result.vue.mjs";
|
|
5
|
+
import n from "../../utils/utils.mjs";
|
|
6
|
+
import r from "./department-user-tree-single-service.mjs";
|
|
7
|
+
import i from "../../utils/memory-cache-utils.mjs";
|
|
8
|
+
import s from "./group-user-single-tree.vue.mjs";
|
|
9
|
+
import o from "./group-user/group-user.vue.mjs";
|
|
10
|
+
import u from "../../empty-state/index.vue.mjs";
|
|
11
|
+
import { resolveComponent as d, openBlock as c, createElementBlock as h, createVNode as p, withCtx as m, withKeys as f, Fragment as g, createElementVNode as N, createBlock as y, toDisplayString as T, createCommentVNode as k } from "vue";
|
|
12
|
+
import "./department-user-single-tree-inline.vue2.mjs";
|
|
13
|
+
import S from "../../_virtual/_plugin-vue_export-helper.mjs";
|
|
14
|
+
const U = { data: () => ({ filterText: "", defaultProps: { id: "id", label: "showName", children: "children", isLeaf: "leaf" }, searchParam: { userField: null, searchValue: null, treeType: "MAN_DEPARTMENT_TREE", departmentInfo: null }, count: 0, containBranch: false, tenantNodeId: -1, searchFields: [], searchField: "name", restaurants: [], searchValue: null, searchResult: [], searchStoreKey: "searchDepartmentUser", tenantInfo: {}, selectUser: null, selectNodeInfo: null, notMultipleClickNum: null, notMultipleClickNode: null, memoryCacheKey: "DEPARTMENT_USER_MEMORY_KEY", memoryCacheData: [], ElIconSearch: e, activeTab: "orgTree", isShowGroupTree: true, canShowOrgTree: false }), name: "InlineDepartmentUserSingleTree", components: { UserResult: a, GroupUserSingleTree: s, GroupUser: o, EmptyState: u }, props: { departmentInfo: { type: Array, default: null }, height: { type: String, default: "300px" }, isNeedVirtualUser: { type: Boolean, default: false }, limitFilterColumn: { type: String, default: "code" }, closeOnAutocomplete: { type: Boolean, default: true } }, computed: {}, watch: { filterText(e2) {
|
|
15
|
+
e2 || (this.searchValue = e2, this.departmentInfo && this.departmentInfo.length > 0 ? this.loadPointDepartments(this) : this.loadDepartment(this.tenantNodeId, this.tenantNodeId + ""));
|
|
16
|
+
} }, created() {
|
|
17
|
+
n.canShowOrgTree().then((e2) => {
|
|
18
|
+
this.canShowOrgTree = e2;
|
|
19
|
+
}), this.searchFields = this.getSearchUserFields();
|
|
20
|
+
}, mounted() {
|
|
21
|
+
var e2 = l.getObject(this.searchStoreKey);
|
|
22
|
+
this.restaurants = e2 || [], this.getMemoryCacheData("departmentUser");
|
|
23
|
+
}, methods: { ...n, ...r, ...i, handleNodeClick(e2, l2, a2) {
|
|
24
|
+
if (this.isUserNode(e2)) {
|
|
25
|
+
const a3 = JSON.parse(e2.data);
|
|
26
|
+
a3.tenantName = this.tenantInfo.tenantName, a3.tenantCode = this.tenantInfo.code, this.setMemoryCacheData(a3, "departmentUser"), this.packageSelectResult(a3), this.notMultipleClickNode && this.notMultipleClickNode.id === l2.id ? (this.notMultipleClickNum++, 2 === this.notMultipleClickNum && (this.notMultipleClickNum = 0, this.notMultipleClickNode = null, t(this, "result", this.selectNodeInfo))) : (this.notMultipleClickNode = l2, this.notMultipleClickNum = 1);
|
|
27
|
+
const n2 = this;
|
|
28
|
+
setTimeout(function() {
|
|
29
|
+
n2.notMultipleClickNum = 0, n2.notMultipleClickNode = null;
|
|
30
|
+
}, 300);
|
|
31
|
+
}
|
|
32
|
+
}, packageSelectResult(e2) {
|
|
33
|
+
let t2 = e2.name;
|
|
34
|
+
e2.enName && "" !== e2.enName.trim() && (t2 = t2 + "(" + e2.enName + ")");
|
|
35
|
+
const l2 = { id: e2.id, name: t2, zhName: e2.name, loginName: e2.loginName, email: e2.email, telephone: e2.telephone, containBranch: this.containBranch, user: e2, enName: e2.enName, mainDepartmentCode: e2.mainDepartmentCode, mainDepartmentName: e2.mainDepartmentName, subCompanyCode: e2.subCompanyCode, subCompanyName: e2.subCompanyName, divisionManager: e2.divisionManager, divisionManagerName: e2.divisionManagerName };
|
|
36
|
+
this.selectNodeInfo = l2;
|
|
37
|
+
}, isUserNode(e2) {
|
|
38
|
+
return e2.id !== this.tenantNodeId && e2.nodeType && "USER" === e2.nodeType;
|
|
39
|
+
}, confirmSelectUser() {
|
|
40
|
+
this.selectNodeInfo ? t(this, "result", this.selectNodeInfo) : this.$alert(this.$t("imatrixUIMessage.pleaseSelectPersonnel"), this.$t("imatrixUIMessage.tips"), { confirmButtonText: this.$t("imatrixUIPublicModel.sure") });
|
|
41
|
+
}, isSelectTenantNode(e2) {
|
|
42
|
+
return e2 === this.tenantNodeId && (!this.departmentInfo || 0 === this.departmentInfo.length);
|
|
43
|
+
}, loadNode(e2, t2) {
|
|
44
|
+
var l2 = 0, a2 = "0";
|
|
45
|
+
0 === e2.level ? a2 = (l2 = 0) + "" : (l2 = e2.data.id, a2 = e2.data.nodeId);
|
|
46
|
+
var n2 = [];
|
|
47
|
+
this.$refs.deparmentUserTree && (n2 = this.$refs.deparmentUserTree.getCheckedKeys()), this.initLoadDepartment(l2, e2, t2, n2, a2);
|
|
48
|
+
}, getSelectUser(e2) {
|
|
49
|
+
this.selectUser = e2, this.setMemoryCacheData(e2, "departmentUser"), this.packageSelectResult(e2);
|
|
50
|
+
}, resultRowDblclick(e2) {
|
|
51
|
+
this.packageSelectResult(e2), t(this, "result", this.selectNodeInfo);
|
|
52
|
+
}, getGroupUserResult(e2) {
|
|
53
|
+
e2 && (this.selectNodeInfo = e2);
|
|
54
|
+
}, updateGroupTree() {
|
|
55
|
+
this.isShowGroupTree = false;
|
|
56
|
+
const e2 = this;
|
|
57
|
+
setTimeout(() => {
|
|
58
|
+
e2.isShowGroupTree = true;
|
|
59
|
+
}, 10);
|
|
60
|
+
}, dblClickGroupUserResult(e2) {
|
|
61
|
+
e2 && (this.selectNodeInfo = e2, this.$emit("result", this.selectNodeInfo));
|
|
62
|
+
} }, emits: ["result"] }, C = { key: 0, style: { "padding-top": "5px", overflow: "auto", width: "auto", display: "inline-block !important" } }, b = ["title"], I = { key: 1, style: { height: "100%", overflow: "hidden" } };
|
|
63
|
+
const v = S(U, [["render", function(e2, t2, l2, a2, n2, r2) {
|
|
64
|
+
const i2 = d("el-button"), s2 = d("el-autocomplete"), o2 = d("el-header"), u2 = d("Menu"), S2 = d("Tickets"), U2 = d("User"), v2 = d("Calendar"), R = d("el-icon"), M = d("el-tree"), D = d("el-tab-pane"), w = d("GroupUser"), x = d("GroupUserSingleTree"), _ = d("el-tabs"), E = d("EmptyState"), G = d("user-result"), V = d("el-main"), j = d("el-container");
|
|
65
|
+
return c(), h("div", null, [p(j, { style: { height: "395px" } }, { default: m(() => [p(o2, { style: { "font-size": "12px", height: "35px", padding: "0" } }, { default: m(() => [p(s2, { modelValue: n2.filterText, "onUpdate:modelValue": t2[0] || (t2[0] = (e3) => n2.filterText = e3), "fetch-suggestions": e2.querySearch, placeholder: e2.$t("departmentUserTree.pleaseEnterUserInformation"), class: "inline-input searchDepartmentUser", style: { width: "100%" }, size: "default", onSelect: e2.handleSelect, onKeyup: f(e2.clickSearch, ["enter"]) }, { append: m(() => [p(i2, { icon: n2.ElIconSearch, onClick: e2.clickSearch }, null, 8, ["icon", "onClick"])]), _: 1 }, 8, ["modelValue", "fetch-suggestions", "placeholder", "onSelect", "onKeyup"])]), _: 1 }), p(V, { style: { padding: "10px", width: "100%" } }, { default: m(() => [n2.searchValue && 0 !== n2.searchResult.length ? k("", true) : (c(), h(g, { key: 0 }, [n2.canShowOrgTree ? (c(), h("div", C, [p(_, { modelValue: n2.activeTab, "onUpdate:modelValue": t2[1] || (t2[1] = (e3) => n2.activeTab = e3), class: "boe" }, { default: m(() => [p(D, { label: e2.$t("departmentUserTreeInline.orgTree"), name: "orgTree" }, { default: m(() => [p(M, { ref: "deparmentUserTree", load: r2.loadNode, props: n2.defaultProps, lazy: "", "node-key": "nodeId", onNodeClick: r2.handleNodeClick }, { default: m(({ node: e3, data: t3 }) => [N("span", null, [p(R, null, { default: m(() => [-1 === e3.data.id || e3.data.branch ? (c(), y(u2, { key: 0 })) : -2 === e3.data.id || -3 === e3.data.id ? (c(), y(S2, { key: 1 })) : "USER" === e3.data.nodeType ? (c(), y(U2, { key: 2 })) : (c(), y(v2, { key: 3 }))]), _: 2 }, 1024), N("span", { title: e3.label }, T(e3.label), 9, b)])]), _: 1 }, 8, ["load", "props", "onNodeClick"])]), _: 1 }, 8, ["label"]), p(D, { name: "groupTree" }, { label: m(() => [N("span", null, T(e2.$t("departmentUserTreeInline.group")), 1), N("span", null, [p(w, { "active-tab": n2.activeTab, onUpdateGroupTree: r2.updateGroupTree }, null, 8, ["active-tab", "onUpdateGroupTree"])])]), default: m(() => [n2.isShowGroupTree ? (c(), y(x, { key: 0, onSingleClick: r2.getGroupUserResult, onDblClick: r2.dblClickGroupUserResult }, null, 8, ["onSingleClick", "onDblClick"])) : k("", true)]), _: 1 })]), _: 1 }, 8, ["modelValue"])])) : (c(), y(E, { key: 1, style: { width: "100%", height: "100%" } }))], 64)), n2.searchValue && n2.searchValue.length > 0 && n2.searchResult.length > 0 ? (c(), h("div", I, [p(G, { ref: "userResult", "contain-branch": n2.containBranch, "grid-data": n2.searchResult, height: l2.height, multiple: false, onResultRowDblclick: r2.resultRowDblclick, onSelectResult: r2.getSelectUser }, null, 8, ["contain-branch", "grid-data", "height", "onResultRowDblclick", "onSelectResult"])])) : k("", true)]), _: 1 })]), _: 1 })]);
|
|
66
|
+
}]]);
|
|
67
|
+
export {
|
|
68
|
+
v as default
|
|
69
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { $emit as e } from "../../utils/gogocodeTransfer.mjs";
|
|
2
|
+
import t from "./department-user-single-tree-inline.vue.mjs";
|
|
3
|
+
import l from "./department-user-multiple-tree-inline.vue.mjs";
|
|
4
|
+
import { resolveComponent as r, openBlock as n, createElementBlock as i, createBlock as o, createCommentVNode as s } from "vue";
|
|
5
|
+
import u from "../../_virtual/_plugin-vue_export-helper.mjs";
|
|
6
|
+
const m = u({ name: "InlineDepartmentUserTree", components: { InlineDepartmentUserSingleTree: t, InlineDepartmentUserMultiTree: l }, props: { multiple: { type: Boolean, default: true }, departmentInfo: { type: Array, default: null }, height: { type: String, default: "300px" }, isNeedVirtualUser: { type: Boolean, default: false }, selectUserInfo: { type: [String, Number], default: null }, searchField: { type: String, default: "loginName" }, separator: { type: String, default: "," }, limitFilterColumn: { type: String, default: "code" }, closeOnAutocomplete: { type: Boolean, default: true } }, data: () => ({ selectNodeInfo: null }), methods: { result(t2) {
|
|
7
|
+
this.selectNodeInfo = t2, e(this, "result", t2);
|
|
8
|
+
}, confirmSelectUser() {
|
|
9
|
+
this.$refs.userTree.confirmSelectUser();
|
|
10
|
+
} }, emits: ["result"] }, [["render", function(e2, t2, l2, u2, m2, a) {
|
|
11
|
+
const p = r("inline-department-user-multi-tree"), f = r("inline-department-user-single-tree");
|
|
12
|
+
return n(), i("div", null, [l2.multiple ? (n(), o(p, { key: 0, ref: "userTree", height: l2.height, "department-info": l2.departmentInfo, "limit-filter-column": l2.limitFilterColumn, "select-user-info": l2.selectUserInfo, "search-field": l2.searchField, separator: l2.separator, onResult: a.result }, null, 8, ["height", "department-info", "limit-filter-column", "select-user-info", "search-field", "separator", "onResult"])) : s("", true), l2.multiple ? s("", true) : (n(), o(f, { key: 1, ref: "userTree", height: l2.height, "limit-filter-column": l2.limitFilterColumn, "department-info": l2.departmentInfo, "close-on-autocomplete": l2.closeOnAutocomplete, onResult: a.result }, null, 8, ["height", "limit-filter-column", "department-info", "close-on-autocomplete", "onResult"]))]);
|
|
13
|
+
}]]);
|
|
14
|
+
export {
|
|
15
|
+
m as default
|
|
16
|
+
};
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
import e from "../../src/utils/local-storage.mjs";
|
|
2
|
+
import { getI18n as t } from "../../src/utils/util.mjs";
|
|
3
|
+
const s = { filterAppendNodes(e2) {
|
|
4
|
+
this.$http.post(window.$vueApp.config.globalProperties.baseAPI + "/component/organization-trees/search-users", this.searchParam).then((e3) => {
|
|
5
|
+
if (e3) {
|
|
6
|
+
if (0 === e3.length)
|
|
7
|
+
return this.searchResult = [], void this.$message({ showClose: true, type: "error", message: t().t("imatrixUIMessage.queryResultIsEmpty") });
|
|
8
|
+
this.searchResult = e3;
|
|
9
|
+
} else if (0 === e3.length)
|
|
10
|
+
return void this.$message({ showClose: true, type: "error", message: t().t("imatrixUIMessage.queryResultIsEmpty") });
|
|
11
|
+
});
|
|
12
|
+
}, querySearch(e2, t2) {
|
|
13
|
+
this.filterText || 0 !== this.filterText.length ? (this.search(this.filterText), t2([])) : this.memorySearch(e2, t2);
|
|
14
|
+
}, handleSelect(e2) {
|
|
15
|
+
this.$http.get(window.$vueApp.config.globalProperties.baseAPI + "/api/users?loginName=" + e2.loginName).then((t2) => {
|
|
16
|
+
if (null !== t2)
|
|
17
|
+
for (const s2 in t2)
|
|
18
|
+
e2.hasOwnProperty(s2) && (e2[s2] = t2[s2]);
|
|
19
|
+
this.filterText = "", this.searchValue = "", this.selectUser(-1, e2), this.setMemoryCacheData(e2, "departmentUser");
|
|
20
|
+
});
|
|
21
|
+
}, search(e2) {
|
|
22
|
+
this.searchValue = e2;
|
|
23
|
+
let t2 = e2;
|
|
24
|
+
t2 && (t2 = t2.trim()), this.searchParam.searchValue = t2, this.searchParam.departmentInfo = this.departmentInfo, this.filterAppendNodes(e2);
|
|
25
|
+
}, clickSearch() {
|
|
26
|
+
this.selectNodeInfo = null, this.storeSeachValue(e, this.searchStoreKey, this.filterText), this.search(this.filterText);
|
|
27
|
+
}, dynamicCheckedUserNodes(e2) {
|
|
28
|
+
var t2 = { parentId: e2.id, branchId: e2.branchId, needVirtualUser: this.isNeedVirtualUser };
|
|
29
|
+
this.$http.post(window.$vueApp.config.globalProperties.baseAPI + "/component/organization-trees/department-users", t2).then((t3) => {
|
|
30
|
+
this.$refs.deparmentUserTree && (this.$refs.deparmentUserTree.updateKeyChildren(e2.nodeId, t3), this.$refs.deparmentUserTree.store.nodesMap[e2.nodeId].expanded = true, this.staticCheckedUserNodes(e2));
|
|
31
|
+
});
|
|
32
|
+
}, initLoadDepartment(e2, t2, s2, r, a) {
|
|
33
|
+
var i = [];
|
|
34
|
+
if (t2.data && t2.data.children && (i = t2.data.children), i && i.length > 0)
|
|
35
|
+
s2(i), r && r.indexOf(a) > -1 && this.checkedChildrenUserNodes(t2.data, t2.data.children);
|
|
36
|
+
else {
|
|
37
|
+
const i2 = { parentId: e2, needVirtualUser: this.isNeedVirtualUser };
|
|
38
|
+
t2.data && (i2.branchId = t2.data.branchId), this.$http.post(window.$vueApp.config.globalProperties.baseAPI + "/component/organization-trees/department-users", i2).then((i3) => {
|
|
39
|
+
if (s2(i3), this.$refs.deparmentUserTree && this.$refs.deparmentUserTree.updateKeyChildren(a, i3), 0 === e2) {
|
|
40
|
+
const e3 = i3[0].data;
|
|
41
|
+
this.tenantInfo = JSON.parse(e3), this.containBranch = i3[0].containBranch, this.departmentInfo && this.departmentInfo.length > 0 ? this.loadPointDepartments() : this.loadDepartment(this.tenantNodeId, this.tenantNodeId + "");
|
|
42
|
+
}
|
|
43
|
+
this.isClickNode ? (this.isClickNode = false, this.staticCheckedUserNodes(t2.data)) : r && r.indexOf(a) > -1 && this.checkedChildrenUserNodes(t2.data, t2.data.children);
|
|
44
|
+
});
|
|
45
|
+
}
|
|
46
|
+
}, loadDepartment(e2, t2, s2, r) {
|
|
47
|
+
const a = { parentId: e2, needVirtualUser: this.isNeedVirtualUser };
|
|
48
|
+
this.$http.post(window.$vueApp.config.globalProperties.baseAPI + "/component/organization-trees/department-users", a).then((e3) => {
|
|
49
|
+
this.$refs.deparmentUserTree && (this.$refs.deparmentUserTree.updateKeyChildren(t2, e3), this.$refs.deparmentUserTree.store.nodesMap[t2] && (this.$refs.deparmentUserTree.store.nodesMap[t2].expanded = true)), s2 && (-1 === this.allExpandNodeIds.indexOf(t2) && this.allExpandNodeIds.push(t2), this.allExpandNodeIds.length === this.allSearchNodeIds.length && (this.$refs.deparmentUserTree && this.$refs.deparmentUserTree.filter(r), this.allExpandNodeIds = [], this.allSearchNodeIds = []));
|
|
50
|
+
});
|
|
51
|
+
}, loadPointDepartments() {
|
|
52
|
+
let e2 = window.$vueApp.config.globalProperties.baseAPI + "/component/organization-trees/point-department-users";
|
|
53
|
+
this.limitFilterColumn && (e2 += "/" + this.limitFilterColumn), this.$http.post(e2, this.departmentInfo).then((e3) => {
|
|
54
|
+
this.$refs.deparmentUserTree && (this.$refs.deparmentUserTree.updateKeyChildren(this.tenantNodeId, e3), this.$refs.deparmentUserTree.store.nodesMap[this.tenantNodeId] && (this.$refs.deparmentUserTree.store.nodesMap[this.tenantNodeId].expanded = true));
|
|
55
|
+
});
|
|
56
|
+
}, getChildrenDepartmentUsers(e2) {
|
|
57
|
+
return new Promise((t2, s2) => {
|
|
58
|
+
this.$http.post(window.$vueApp.config.globalProperties.baseAPI + "/component/organization-trees/user-in-departments", e2).then((e3) => {
|
|
59
|
+
t2(e3);
|
|
60
|
+
});
|
|
61
|
+
});
|
|
62
|
+
}, getSelectUsers: (e2, t2, s2) => new Promise((r, a) => {
|
|
63
|
+
e2 && t2 ? window.$vueApp.config.globalProperties.$http.get(window.$vueApp.config.globalProperties.baseAPI + "/component/organization-trees/select-users?searchField=" + e2 + "&selectUserInfo=" + t2 + "&separator=" + s2).then((e3) => {
|
|
64
|
+
r(e3);
|
|
65
|
+
}).catch((e3) => {
|
|
66
|
+
a(e3);
|
|
67
|
+
}) : r([]);
|
|
68
|
+
}), packageAllUser: () => ({ id: -1, name: "所有用户" }), packageAllWgUser: () => ({ id: -1, name: "所有工作组人员" }), initSelectUsers(e2, t2, s2) {
|
|
69
|
+
return new Promise((r, a) => {
|
|
70
|
+
const i = [];
|
|
71
|
+
t2 ? "所有用户" === t2 ? (i.push(this.packageAllUser()), r(i)) : "所有工作组人员" === t2 ? (i.push(this.packageAllWgUser()), r(i)) : this.getSelectUsers(e2, t2, s2).then((e3) => {
|
|
72
|
+
r(e3);
|
|
73
|
+
}).catch((e3) => {
|
|
74
|
+
a(e3);
|
|
75
|
+
}) : r(i);
|
|
76
|
+
});
|
|
77
|
+
} };
|
|
78
|
+
export {
|
|
79
|
+
s as default
|
|
80
|
+
};
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { $emit as e } from "../../utils/gogocodeTransfer.mjs";
|
|
2
|
+
import t from "../../src/utils/local-storage.mjs";
|
|
3
|
+
import { getI18n as s } from "../../src/utils/util.mjs";
|
|
4
|
+
const r = { filterAppendNodes(e2) {
|
|
5
|
+
this.$http.post(window.$vueApp.config.globalProperties.baseAPI + "/component/organization-trees/search-users", this.searchParam).then((e3) => {
|
|
6
|
+
if (e3) {
|
|
7
|
+
if (this.searchResult = e3, 0 === e3.length)
|
|
8
|
+
return this.searchResult = [], void this.$message({ showClose: true, type: "error", message: s().t("imatrixUIMessage.queryResultIsEmpty") });
|
|
9
|
+
} else if (this.searchResult = [], 0 === e3.length)
|
|
10
|
+
return void this.$message({ showClose: true, type: "error", message: s().t("imatrixUIMessage.queryResultIsEmpty") });
|
|
11
|
+
});
|
|
12
|
+
}, querySearch(e2, t2) {
|
|
13
|
+
this.filterText || 0 !== this.filterText.length ? (this.search(this.filterText), t2([])) : this.memorySearch(e2, t2);
|
|
14
|
+
}, handleSelect(t2) {
|
|
15
|
+
this.$http.get(window.$vueApp.config.globalProperties.baseAPI + "/api/users?loginName=" + t2.loginName).then((s2) => {
|
|
16
|
+
if (null !== s2)
|
|
17
|
+
for (const e2 in s2)
|
|
18
|
+
t2.hasOwnProperty(e2) && (t2[e2] = s2[e2]);
|
|
19
|
+
this.closeOnAutocomplete && (this.filterText = "", this.searchValue = ""), this.packageSelectResult(t2), this.setMemoryCacheData(t2, "departmentUser"), e(this, "result", this.selectNodeInfo);
|
|
20
|
+
});
|
|
21
|
+
}, search(e2) {
|
|
22
|
+
this.searchValue = e2;
|
|
23
|
+
let t2 = e2;
|
|
24
|
+
t2 && (t2 = t2.trim()), this.searchParam.searchValue = t2, this.searchParam.departmentInfo = this.departmentInfo, this.filterAppendNodes(e2);
|
|
25
|
+
}, clickSearch() {
|
|
26
|
+
this.selectNodeInfo = null, this.storeSeachValue(t, this.searchStoreKey, this.filterText), this.search(this.filterText);
|
|
27
|
+
}, initLoadDepartment(e2, t2, s2, r2, i) {
|
|
28
|
+
var a = [];
|
|
29
|
+
if (t2.data && t2.data.children && (a = t2.data.children), a && a.length > 0)
|
|
30
|
+
s2(a);
|
|
31
|
+
else {
|
|
32
|
+
const r3 = { parentId: e2, needVirtualUser: this.isNeedVirtualUser };
|
|
33
|
+
t2.data && (r3.branchId = t2.data.branchId), this.$http.post(window.$vueApp.config.globalProperties.baseAPI + "/component/organization-trees/department-users", r3).then((t3) => {
|
|
34
|
+
if (s2(t3), this.$refs.deparmentUserTree && this.$refs.deparmentUserTree.updateKeyChildren(i, t3), 0 === e2) {
|
|
35
|
+
const e3 = t3[0].data;
|
|
36
|
+
this.tenantInfo = JSON.parse(e3), this.containBranch = t3[0].containBranch, this.departmentInfo && this.departmentInfo.length > 0 ? this.loadPointDepartments(this) : this.loadDepartment(this.tenantNodeId, this.tenantNodeId + "");
|
|
37
|
+
}
|
|
38
|
+
});
|
|
39
|
+
}
|
|
40
|
+
}, loadDepartment(e2, t2, s2, r2) {
|
|
41
|
+
const i = { parentId: e2, needVirtualUser: this.isNeedVirtualUser };
|
|
42
|
+
this.$http.post(window.$vueApp.config.globalProperties.baseAPI + "/component/organization-trees/department-users", i).then((e3) => {
|
|
43
|
+
this.$refs.deparmentUserTree && (this.$refs.deparmentUserTree.updateKeyChildren(t2, e3), this.$refs.deparmentUserTree.store.nodesMap[t2] && (this.$refs.deparmentUserTree.store.nodesMap[t2].expanded = true));
|
|
44
|
+
});
|
|
45
|
+
}, loadPointDepartments() {
|
|
46
|
+
let e2 = window.$vueApp.config.globalProperties.baseAPI + "/component/organization-trees/point-department-users";
|
|
47
|
+
this.limitFilterColumn && (e2 += "/" + this.limitFilterColumn), this.$http.post(e2, this.departmentInfo).then((e3) => {
|
|
48
|
+
this.$refs.deparmentUserTree && (this.$refs.deparmentUserTree.updateKeyChildren(this.tenantNodeId, e3), this.$refs.deparmentUserTree.store.nodesMap[this.tenantNodeId] && (this.$refs.deparmentUserTree.store.nodesMap[this.tenantNodeId].expanded = true));
|
|
49
|
+
});
|
|
50
|
+
} };
|
|
51
|
+
export {
|
|
52
|
+
r as default
|
|
53
|
+
};
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { resolveComponent as e, openBlock as t, createBlock as l, withCtx as s, createElementVNode as o, createVNode as i, createElementBlock as r, createTextVNode as a, toDisplayString as u, unref as n, createCommentVNode as p } from "vue";
|
|
2
|
+
import { Delete as m } from "@element-plus/icons-vue";
|
|
3
|
+
import d from "../group-user-tree-service.mjs";
|
|
4
|
+
import h from "../../../utils/utils.mjs";
|
|
5
|
+
const c = { key: 0 }, g = { style: { "padding-bottom": "5px" } }, b = { slot: "footer", class: "dialog-footer" }, I = { name: "GroupInput", components: { Delete: m }, props: { groupId: { type: Number, default: null } }, data() {
|
|
6
|
+
return { group: {}, showDeptMultipleTree: false, loginNames: null, tableData: [], myGroupId: this.groupId };
|
|
7
|
+
}, created() {
|
|
8
|
+
this.myGroupId && this.getGroupById(this.myGroupId).then((e2) => {
|
|
9
|
+
this.group = e2, this.tableData = e2.users;
|
|
10
|
+
});
|
|
11
|
+
}, methods: { ...h, ...d, saveGroup() {
|
|
12
|
+
this.$refs.ruleFormRef.validate((e2) => {
|
|
13
|
+
if (!e2)
|
|
14
|
+
return false;
|
|
15
|
+
this.saveUserGroup(this.group).then((e3) => {
|
|
16
|
+
this.group = e3, this.myGroupId = e3.id, this.$message({ showClose: true, type: "success", message: this.$t("imatrixUIMessage.saveSuccessfully") }), this.tableData.length > 0 && this.$emit("closeDialog");
|
|
17
|
+
});
|
|
18
|
+
});
|
|
19
|
+
}, closeDeptMultiple(e2) {
|
|
20
|
+
e2 ? (this.loginNames = e2.loginNames, this.myGroupId && this.saveUserGroupLinks(this.myGroupId, this.loginNames).then(() => {
|
|
21
|
+
this.getUserGroupLinks(this.myGroupId).then((e3) => {
|
|
22
|
+
this.tableData = e3, this.showDeptMultipleTree = false;
|
|
23
|
+
});
|
|
24
|
+
})) : this.showDeptMultipleTree = false;
|
|
25
|
+
}, removeUser(e2, t2) {
|
|
26
|
+
this.myGroupId ? this.deleteGroupUserLink(this.myGroupId, t2.loginName).then(() => {
|
|
27
|
+
this.$message({ showClose: true, type: "success", message: this.$t("superGrid.deleteSuccessful") }), this.getUserGroupLinks(this.myGroupId).then((e3) => {
|
|
28
|
+
this.tableData = e3;
|
|
29
|
+
});
|
|
30
|
+
}) : this.removeUser(this.tableData, t2);
|
|
31
|
+
}, closeInput() {
|
|
32
|
+
this.$emit("closeDialog");
|
|
33
|
+
} } }, f = Object.assign(I, { setup: (d2) => (d3, h2) => {
|
|
34
|
+
const I2 = e("el-input"), f2 = e("el-form-item"), y = e("el-form"), G = e("el-button"), D = e("el-table-column"), $ = e("el-table"), U = e("department-user-tree"), v = e("el-dialog");
|
|
35
|
+
return t(), l(v, { "model-value": "", title: d3.$t("departmentUserTreeInline.groupForm"), "close-on-click-modal": false, "append-to-body": "", width: "30%", onOpen: h2[2] || (h2[2] = (e2) => d3.$emit("openDialog")), onOpend: h2[3] || (h2[3] = (e2) => d3.$emit("opendDialog")), onClose: d3.closeInput, onClosed: h2[4] || (h2[4] = (e2) => d3.$emit("closedDialog")) }, { default: s(() => [o("div", null, [i(y, { ref: "ruleFormRef", model: d3.group, "label-width": "auto", "status-icon": "" }, { default: s(() => [i(f2, { label: d3.$t("departmentUserTreeInline.groupName"), prop: "name", rules: [{ required: true, message: d3.$t("departmentUserTreeInline.groupNameNotEmpty"), trigger: "blur" }] }, { default: s(() => [i(I2, { modelValue: d3.group.name, "onUpdate:modelValue": h2[0] || (h2[0] = (e2) => d3.group.name = e2) }, null, 8, ["modelValue"])]), _: 1 }, 8, ["label", "rules"])]), _: 1 }, 8, ["model"]), d3.myGroupId ? (t(), r("div", c, [o("div", g, [i(G, { size: "small", onClick: h2[1] || (h2[1] = (e2) => d3.showDeptMultipleTree = true) }, { default: s(() => [a(u(d3.$t("imatrixUIPublicModel.add")), 1)]), _: 1 })]), i($, { data: d3.tableData, border: "", style: { width: "100%" }, "max-height": "350" }, { default: s(() => [i(D, { prop: "name", label: d3.$t("departmentUserTreeInline.name") }, null, 8, ["label"]), i(D, { prop: "loginName", label: d3.$t("departmentUserTreeInline.loginName") }, null, 8, ["label"]), i(D, { label: d3.$t("imatrixUIPublicModel.edit"), align: "center", width: "60px" }, { default: s((e2) => [o("div", null, [i(G, { type: "danger", size: "small", icon: n(m), circle: "", onClick: (t2) => d3.removeUser(e2.$index, e2.row) }, null, 8, ["icon", "onClick"])])]), _: 1 }, 8, ["label"])]), _: 1 }, 8, ["data"])])) : p("", true), d3.showDeptMultipleTree ? (t(), l(U, { key: 1, width: "60%", multiple: true, onClose: d3.closeDeptMultiple }, null, 8, ["onClose"])) : p("", true)]), o("div", b, [i(G, { size: "small", onClick: d3.closeInput }, { default: s(() => [a(u(d3.$t("imatrixUIPublicModel.cancel")), 1)]), _: 1 }, 8, ["onClick"]), i(G, { size: "small", type: "primary", onClick: d3.saveGroup }, { default: s(() => [a(u(d3.$t("imatrixUIPublicModel.sure")), 1)]), _: 1 }, 8, ["onClick"])])]), _: 1 }, 8, ["title", "onClose"]);
|
|
36
|
+
} });
|
|
37
|
+
export {
|
|
38
|
+
f as default
|
|
39
|
+
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { resolveComponent as e, openBlock as t, createElementBlock as l, createVNode as o, withCtx as i, createElementVNode as s, createTextVNode as r, toDisplayString as n, unref as u, createBlock as a, createCommentVNode as p } from "vue";
|
|
2
|
+
import { EditPen as d, Delete as m } from "@element-plus/icons-vue";
|
|
3
|
+
import c from "./group-input.vue.mjs";
|
|
4
|
+
import h from "../group-user-tree-service.mjs";
|
|
5
|
+
const g = { style: { "padding-bottom": "5px" } }, b = { name: "GroupList", components: { GroupInput: c }, props: {}, data: () => ({ tableData: [], isShowInput2: false, groupId: null }), created() {
|
|
6
|
+
this.listGroups();
|
|
7
|
+
}, methods: { ...h, listGroups() {
|
|
8
|
+
this.getUserGroupList().then((e2) => {
|
|
9
|
+
this.tableData = e2;
|
|
10
|
+
});
|
|
11
|
+
}, updateGroup(e2, t2) {
|
|
12
|
+
this.groupId = t2.id, this.isShowInput2 = true;
|
|
13
|
+
}, removeGroup(e2, t2) {
|
|
14
|
+
this.deleteUserGroup(t2.id).then(() => {
|
|
15
|
+
this.$message({ showClose: true, type: "success", message: this.$t("superGrid.deleteSuccessful") }), this.listGroups();
|
|
16
|
+
});
|
|
17
|
+
}, closeGroupInput() {
|
|
18
|
+
this.isShowInput2 = false, this.listGroups();
|
|
19
|
+
}, addGroup() {
|
|
20
|
+
this.groupId = null, this.isShowInput2 = true;
|
|
21
|
+
} } }, G = Object.assign(b, { setup: (h2) => (h3, b2) => {
|
|
22
|
+
const G2 = e("el-button"), I = e("el-table-column"), $ = e("el-table"), w = e("el-dialog");
|
|
23
|
+
return t(), l("div", null, [o(w, { "model-value": "", title: h3.$t("departmentUserTreeInline.groupList"), "close-on-click-modal": false, "append-to-body": "", width: "30%", onOpen: b2[1] || (b2[1] = (e2) => h3.$emit("openDialog")), onOpend: b2[2] || (b2[2] = (e2) => h3.$emit("opendDialog")), onClose: b2[3] || (b2[3] = (e2) => h3.$emit("closeDialog")), onClosed: b2[4] || (b2[4] = (e2) => h3.$emit("closedDialog")) }, { default: i(() => [s("div", null, [s("div", g, [o(G2, { size: "small", onClick: b2[0] || (b2[0] = (e2) => h3.addGroup()) }, { default: i(() => [r(n(h3.$t("imatrixUIPublicModel.add")), 1)]), _: 1 })]), o($, { data: h3.tableData, border: "", style: { width: "100%" }, "max-height": "350" }, { default: i(() => [o(I, { label: h3.$t("superGrid.index"), align: "center", width: "60" }, { default: i((e2) => [r(n(e2.$index + 1), 1)]), _: 1 }, 8, ["label"]), o(I, { prop: "name", label: h3.$t("departmentUserTreeInline.groupName") }, null, 8, ["label"]), o(I, { label: h3.$t("imatrixUIPublicModel.edit"), align: "center", width: "130" }, { default: i((e2) => [s("div", null, [o(G2, { type: "primary", size: "small", icon: u(d), circle: "", onClick: (t2) => h3.updateGroup(e2.$index, e2.row) }, null, 8, ["icon", "onClick"]), o(G2, { type: "danger", size: "small", icon: u(m), circle: "", onClick: (t2) => h3.removeGroup(e2.$index, e2.row) }, null, 8, ["icon", "onClick"])])]), _: 1 }, 8, ["label"])]), _: 1 }, 8, ["data"])])]), _: 1 }, 8, ["title"]), h3.isShowInput2 ? (t(), a(c, { key: 0, "group-id": h3.groupId, onCloseDialog: h3.closeGroupInput }, null, 8, ["group-id", "onCloseDialog"])) : p("", true)]);
|
|
24
|
+
} });
|
|
25
|
+
export {
|
|
26
|
+
G as default
|
|
27
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import e from "./group-list.vue.mjs";
|
|
2
|
+
import t from "../group-user-tree-service.mjs";
|
|
3
|
+
import { CirclePlus as o } from "@element-plus/icons-vue";
|
|
4
|
+
import { resolveComponent as s, openBlock as r, createElementBlock as i, createVNode as l, withCtx as u, createBlock as p, createCommentVNode as n } from "vue";
|
|
5
|
+
import m from "../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
6
|
+
const a = { name: "GroupUser", components: { GroupList: e, CirclePlus: o }, props: { activeTab: { type: String, default: null } }, data: () => ({ isShowList: false, groupId: null }), created() {
|
|
7
|
+
}, methods: { ...t, closeList() {
|
|
8
|
+
this.isShowList = false, this.$emit("update-group-tree");
|
|
9
|
+
} } }, c = { style: { "padding-left": "10px" } };
|
|
10
|
+
const d = m(a, [["render", function(e2, t2, o2, m2, a2, d2) {
|
|
11
|
+
const f = s("CirclePlus"), g = s("el-icon"), h = s("GroupList");
|
|
12
|
+
return r(), i("span", c, [l(g, null, { default: u(() => [l(f, { onClick: t2[0] || (t2[0] = (e3) => a2.isShowList = true) })]), _: 1 }), a2.isShowList ? (r(), p(h, { key: 0, onCloseDialog: t2[1] || (t2[1] = (e3) => d2.closeList()) })) : n("", true)]);
|
|
13
|
+
}]]);
|
|
14
|
+
export {
|
|
15
|
+
d as default
|
|
16
|
+
};
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
import { Menu as e, Calendar as s, User as d } from "@element-plus/icons-vue";
|
|
2
|
+
import r from "./group-user-tree-service.mjs";
|
|
3
|
+
import t from "../../utils/utils.mjs";
|
|
4
|
+
import { resolveComponent as o, openBlock as n, createElementBlock as h, createVNode as i, withCtx as a, createElementVNode as l, createBlock as c, createCommentVNode as p, toDisplayString as u } from "vue";
|
|
5
|
+
import k from "../../_virtual/_plugin-vue_export-helper.mjs";
|
|
6
|
+
const C = { name: "GroupUserMultipleTree", components: { Menu: e, Calendar: s, User: d }, props: {}, data: () => ({ defaultProps: { id: "id", label: "showName", children: "children", isLeaf: "leaf" }, count: 0, tenantNodeId: -10, selectUser: null, selectResult: [], selectNodeInfo: null, notMultipleClickNum: null, notMultipleClickNode: null }), computed: {}, watch: {}, created() {
|
|
7
|
+
}, mounted() {
|
|
8
|
+
}, methods: { ...t, ...r, packageSelectUser(e2) {
|
|
9
|
+
const s2 = this.selectResult.filter(this.filterUser(e2));
|
|
10
|
+
return s2 && 0 === s2.length ? { id: e2.id, name: e2.name, zhName: e2.name, loginName: e2.loginName, email: e2.email, telephone: e2.telephone, mainDepartmentName: e2.mainDepartmentName, subCompanyName: e2.subCompanyName, user: e2, enName: e2.enName, superiorDeptNameFullPath: e2.superiorDeptNameFullPath } : null;
|
|
11
|
+
}, filterUser: (e2) => (s2) => s2.id === e2.id, handleCheckChange(e2, s2, d2) {
|
|
12
|
+
if (this.isUserNode(e2) && s2) {
|
|
13
|
+
const s3 = JSON.parse(e2.data), d3 = this.packageSelectUser(s3);
|
|
14
|
+
d3 && this.$emit("result", d3);
|
|
15
|
+
}
|
|
16
|
+
}, handleCheckNode(e2, s2) {
|
|
17
|
+
s2.checkedKeys.indexOf(e2.nodeId) > -1 ? this.checkedNodeToSelectResult(e2) : this.cancelChildCheckedNodes(e2);
|
|
18
|
+
}, checkedNodeToSelectResult(e2) {
|
|
19
|
+
this.checkedNode(e2);
|
|
20
|
+
}, cancelCheckedNodeAndChildren(e2) {
|
|
21
|
+
e2.id !== this.tenantNodeId && this.$refs.groupUserTree.setChecked(this.tenantNodeId + "", false);
|
|
22
|
+
const s2 = e2.children;
|
|
23
|
+
s2 && s2.forEach((e3) => {
|
|
24
|
+
this.$refs.groupUserTree.setChecked(e3.nodeId, false), this.cancelCheckedNodeAndChildren(e3);
|
|
25
|
+
});
|
|
26
|
+
}, checkedNode(e2) {
|
|
27
|
+
this.$refs.groupUserTree.store.nodesMap[e2.nodeId].expanded ? this.checkedChildrenUserNodes(e2, e2.children) : e2.leaf || (e2.children ? this.staticCheckedUserNodes(e2) : this.dynamicCheckedUserNodes(e2));
|
|
28
|
+
}, cancelChildCheckedNodes(e2) {
|
|
29
|
+
const s2 = e2.children;
|
|
30
|
+
s2 && s2.forEach((e3) => {
|
|
31
|
+
this.$refs.groupUserTree.setChecked(e3.nodeId, false), this.cancelChildCheckedNodes(e3);
|
|
32
|
+
});
|
|
33
|
+
}, checkedChildrenUserNodes(e2, s2) {
|
|
34
|
+
if (s2) {
|
|
35
|
+
const e3 = [];
|
|
36
|
+
s2.forEach((s3) => {
|
|
37
|
+
if ("USER" === s3.nodeType) {
|
|
38
|
+
this.$refs.groupUserTree.setChecked(s3.nodeId, true);
|
|
39
|
+
const e4 = JSON.parse(s3.data), d2 = this.packageSelectUser(e4);
|
|
40
|
+
d2 && (d2.nodeId = s3.nodeId, this.$emit("result", d2));
|
|
41
|
+
} else
|
|
42
|
+
"USER_GROUP" === s3.nodeType ? (this.$refs.groupUserTree.setChecked(s3.nodeId, true), e3.push(s3.id)) : this.$refs.groupUserTree.setChecked(s3.nodeId, false);
|
|
43
|
+
this.$refs.groupUserTree.store.nodesMap[s3.nodeId].expanded && this.checkedChildrenUserNodes(s3);
|
|
44
|
+
}), this.packageChildrenDepartmentUsers(e3);
|
|
45
|
+
}
|
|
46
|
+
this.$refs.groupUserTree.setChecked(e2.nodeId, true);
|
|
47
|
+
}, packageChildrenDepartmentUsers(e2) {
|
|
48
|
+
e2 && e2.length > 0 && this.getGroupUsers(e2).then((e3) => {
|
|
49
|
+
e3.forEach((e4) => {
|
|
50
|
+
const s2 = this.packageSelectUser(e4);
|
|
51
|
+
s2 && this.$emit("result", s2);
|
|
52
|
+
});
|
|
53
|
+
});
|
|
54
|
+
}, staticCheckedUserNodes(e2) {
|
|
55
|
+
this.$refs.groupUserTree.store.nodesMap[e2.nodeId].expanded = true, this.checkedChildrenUserNodes(e2, e2.children);
|
|
56
|
+
}, handleNodeClick(e2, s2, d2) {
|
|
57
|
+
var r2 = [];
|
|
58
|
+
if (this.$refs.groupUserTree && (r2 = this.$refs.groupUserTree.getCheckedKeys()), r2.indexOf(e2.nodeId) > -1)
|
|
59
|
+
this.$refs.groupUserTree.setChecked(e2.nodeId, false), this.cancelChildCheckedNodes(e2), this.$refs.groupUserTree.store.nodesMap[e2.nodeId].expanded = true;
|
|
60
|
+
else {
|
|
61
|
+
const s3 = e2.children;
|
|
62
|
+
s3 && s3.length > 0 ? this.staticCheckedUserNodes(e2) : e2.nodeType && "USER" === e2.nodeType ? this.$refs.groupUserTree.setChecked(e2.nodeId, true) : this.isClickNode = true;
|
|
63
|
+
}
|
|
64
|
+
}, isUserNode(e2) {
|
|
65
|
+
return e2.id !== this.tenantNodeId && e2.nodeType && "USER" === e2.nodeType;
|
|
66
|
+
}, loadNode(e2, s2) {
|
|
67
|
+
var d2 = 0, r2 = "0";
|
|
68
|
+
0 === e2.level ? r2 = (d2 = 0) + "" : (d2 = e2.data.id, r2 = e2.data.nodeId);
|
|
69
|
+
var t2 = [];
|
|
70
|
+
this.$refs.groupUserTree && (t2 = this.$refs.groupUserTree.getCheckedKeys()), this.initLoadDepartment(d2, e2, s2, t2, r2);
|
|
71
|
+
} } }, m = ["title"];
|
|
72
|
+
const U = k(C, [["render", function(e2, s2, d2, r2, t2, k2) {
|
|
73
|
+
const C2 = o("Menu"), U2 = o("Calendar"), N = o("User"), f = o("el-icon"), g = o("el-tree");
|
|
74
|
+
return n(), h("div", null, [i(g, { ref: "groupUserTree", props: t2.defaultProps, load: k2.loadNode, "check-on-click-node": true, lazy: "", "show-checkbox": "", "node-key": "nodeId", onCheck: k2.handleCheckNode, onCheckChange: k2.handleCheckChange }, { default: a(({ node: e3, data: s3 }) => [l("span", null, [i(f, null, { default: a(() => [-1 === e3.data.id ? (n(), c(C2, { key: 0 })) : "USER_GROUP" === e3.data.nodeType ? (n(), c(U2, { key: 1 })) : "USER" === e3.data.nodeType ? (n(), c(N, { key: 2 })) : p("", true)]), _: 2 }, 1024), l("span", { title: e3.label }, u(e3.label), 9, m)])]), _: 1 }, 8, ["props", "load", "onCheck", "onCheckChange"])]);
|
|
75
|
+
}]]);
|
|
76
|
+
export {
|
|
77
|
+
U as default
|
|
78
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { Menu as e, Calendar as l, User as t } from "@element-plus/icons-vue";
|
|
2
|
+
import o from "./group-user-tree-service.mjs";
|
|
3
|
+
import i from "../../utils/utils.mjs";
|
|
4
|
+
import { resolveComponent as n, openBlock as d, createElementBlock as a, createVNode as s, withCtx as u, createElementVNode as r, createBlock as p, createCommentVNode as m, toDisplayString as c } from "vue";
|
|
5
|
+
import N from "../../_virtual/_plugin-vue_export-helper.mjs";
|
|
6
|
+
const h = { name: "GroupUserSingleTree", components: { Menu: e, Calendar: l, User: t }, props: {}, data: () => ({ defaultProps: { id: "id", label: "showName", children: "children", isLeaf: "leaf" }, count: 0, tenantNodeId: -10, selectUser: null, selectNodeInfo: null, notMultipleClickNum: null, notMultipleClickNode: null }), computed: {}, watch: {}, created() {
|
|
7
|
+
}, mounted() {
|
|
8
|
+
}, methods: { ...i, ...o, handleNodeClick(e2, l2, t2) {
|
|
9
|
+
if (this.isUserNode(e2)) {
|
|
10
|
+
const t3 = JSON.parse(e2.data);
|
|
11
|
+
this.packageSelectResult(t3), this.notMultipleClickNode && this.notMultipleClickNode.id === l2.id ? (this.notMultipleClickNum++, 2 === this.notMultipleClickNum && (this.selectNodeInfo, this.notMultipleClickNum = 0, this.notMultipleClickNode = null, this.$emit("dblClick", this.selectNodeInfo))) : (this.notMultipleClickNode = l2, this.notMultipleClickNum = 1, this.selectNodeInfo, this.$emit("singleClick", this.selectNodeInfo));
|
|
12
|
+
const o2 = this;
|
|
13
|
+
setTimeout(function() {
|
|
14
|
+
o2.notMultipleClickNum = 0, o2.notMultipleClickNode = null;
|
|
15
|
+
}, 300);
|
|
16
|
+
}
|
|
17
|
+
}, packageSelectResult(e2) {
|
|
18
|
+
let l2 = e2.name;
|
|
19
|
+
e2.enName && "" !== e2.enName.trim() && (l2 = l2 + "(" + e2.enName + ")");
|
|
20
|
+
const t2 = { id: e2.id, name: l2, zhName: e2.name, loginName: e2.loginName, email: e2.email, telephone: e2.telephone, user: e2, enName: e2.enName, subCompanyName: e2.subCompanyName };
|
|
21
|
+
this.selectNodeInfo = t2;
|
|
22
|
+
}, isUserNode(e2) {
|
|
23
|
+
return e2.id !== this.tenantNodeId && e2.nodeType && "USER" === e2.nodeType;
|
|
24
|
+
}, loadNode(e2, l2) {
|
|
25
|
+
var t2 = 0, o2 = "0";
|
|
26
|
+
0 === e2.level ? o2 = (t2 = 0) + "" : (t2 = e2.data.id, o2 = e2.data.nodeId), this.initLoadDepartment(t2, e2, l2, [], o2);
|
|
27
|
+
} } }, k = ["title"];
|
|
28
|
+
const f = N(h, [["render", function(e2, l2, t2, o2, i2, N2) {
|
|
29
|
+
const h2 = n("Menu"), f2 = n("Calendar"), C = n("User"), M = n("el-icon"), y = n("el-tree");
|
|
30
|
+
return d(), a("div", null, [s(y, { ref: "groupUserTree", props: i2.defaultProps, load: N2.loadNode, lazy: "", "node-key": "nodeId", onNodeClick: N2.handleNodeClick }, { default: u(({ node: e3, data: l3 }) => [r("span", null, [s(M, null, { default: u(() => [-1 === e3.data.id ? (d(), p(h2, { key: 0 })) : "USER_GROUP" === e3.data.nodeType ? (d(), p(f2, { key: 1 })) : "USER" === e3.data.nodeType ? (d(), p(C, { key: 2 })) : m("", true)]), _: 2 }, 1024), r("span", { title: e3.label }, c(e3.label), 9, k)])]), _: 1 }, 8, ["props", "load", "onNodeClick"])]);
|
|
31
|
+
}]]);
|
|
32
|
+
export {
|
|
33
|
+
f as default
|
|
34
|
+
};
|