agilebuilder-ui 1.1.65-tmp3 → 1.1.65-tmp30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.full.min.js +16659 -0
- package/dist/style.css +3104 -0
- 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 +307 -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 +1004 -0
- package/es/chat-embed/src/voice/js/processor/index.umd.mjs +169 -0
- package/es/chat-embed/src/voice/voice.vue.mjs +105 -0
- package/es/date-picker-range/index.mjs +7 -0
- package/es/date-picker-range/index.vue.mjs +7 -0
- package/es/date-picker-range/index.vue2.mjs +93 -0
- package/es/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 +108 -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 +165 -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 +81 -0
- package/es/department-user-tree-inline/src/department-user-tree-single-service.mjs +54 -0
- package/es/department-user-tree-inline/src/group-user/group-input.vue.mjs +39 -0
- package/es/department-user-tree-inline/src/group-user/group-list.vue.mjs +27 -0
- package/es/department-user-tree-inline/src/group-user/group-user.vue.mjs +16 -0
- package/es/department-user-tree-inline/src/group-user-multiple-tree.vue.mjs +78 -0
- package/es/department-user-tree-inline/src/group-user-single-tree.vue.mjs +34 -0
- package/es/department-user-tree-inline/src/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 +276 -0
- package/es/empty-state/index.vue.mjs +9 -0
- package/es/empty-state/index.vue2.mjs +4 -0
- package/es/favicon.svg +29 -0
- package/es/fs-preview/index.mjs +7 -0
- package/es/fs-preview/src/fs-preview.vue.mjs +128 -0
- package/es/fs-upload/index.mjs +7 -0
- package/es/fs-upload/src/fs-upload-multi.vue.mjs +71 -0
- package/es/fs-upload/src/fs-upload-single.vue.mjs +73 -0
- package/es/fs-upload/src/fs-upload.vue.mjs +24 -0
- package/es/fs-upload/src/see-big-picture.vue.mjs +12 -0
- package/es/fs-upload-list/index.mjs +7 -0
- package/es/fs-upload-list/src/fs-upload-list.vue.mjs +98 -0
- package/es/fs-upload-new/index.mjs +7 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-app.vue.mjs +61 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-app.vue2.mjs +4 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue.mjs +178 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue2.mjs +4 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-component.vue.mjs +7 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-component.vue2.mjs +39 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-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/index.mjs +388 -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-user/index.mjs +7 -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.vue.mjs +31 -0
- package/es/rich-editor/index.mjs +7 -0
- package/es/rich-editor/index.vue.mjs +115 -0
- package/es/rich-editor/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 +39 -0
- package/es/secret-info/index.mjs +7 -0
- package/es/secret-info/index.vue.mjs +16 -0
- package/es/src/api/sso-service.mjs +57 -0
- package/es/src/api/tab.mjs +15 -0
- package/es/src/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 +79 -0
- package/es/src/router/index.mjs +10 -0
- package/es/src/store/index.mjs +13 -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/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 +45 -0
- package/es/src/utils/permissionAuth.mjs +154 -0
- package/es/src/utils/range-selector.mjs +105 -0
- package/es/src/utils/request.mjs +140 -0
- package/es/src/utils/util.mjs +361 -0
- package/es/src/utils/voice-setting-cache.mjs +212 -0
- package/es/src/utils/watermark.mjs +40 -0
- package/es/src/utils/workflow-util.mjs +42 -0
- package/es/src/views/dsc-component/Sidebar/Item.vue.mjs +7 -0
- package/es/src/views/dsc-component/Sidebar/Item.vue2.mjs +12 -0
- package/es/src/views/dsc-component/Sidebar/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 +3103 -0
- package/es/super-grid/index.mjs +7 -0
- package/es/super-grid/src/apis.mjs +487 -0
- package/es/super-grid/src/columns-config.vue.mjs +82 -0
- package/es/super-grid/src/components/grid-icon.vue.mjs +47 -0
- package/es/super-grid/src/components/grid-radio-input.vue.mjs +25 -0
- package/es/super-grid/src/components/grid-radio-input.vue2.mjs +4 -0
- package/es/super-grid/src/components/mobile-table-card.mjs +109 -0
- package/es/super-grid/src/components/select-input.vue.mjs +149 -0
- package/es/super-grid/src/components/select-input.vue2.mjs +4 -0
- package/es/super-grid/src/custom-formatter.mjs +168 -0
- package/es/super-grid/src/dynamic-input.vue.mjs +482 -0
- package/es/super-grid/src/events.mjs +37 -0
- package/es/super-grid/src/formValidatorUtil.mjs +109 -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 +322 -0
- package/es/super-grid/src/normal-column.vue.mjs +105 -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 +128 -0
- package/es/super-grid/src/search-form-mobile.vue.mjs +41 -0
- package/es/super-grid/src/search-form-number.vue.mjs +25 -0
- package/es/super-grid/src/search-form-open.vue.mjs +52 -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 +1114 -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 +225 -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 +87 -0
- package/es/utils/value-set.mjs +94 -0
- package/es/valid-code/index.mjs +7 -0
- package/es/valid-code/src/valid-code.vue.mjs +23 -0
- package/es/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 +89 -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 +35 -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 +73 -0
- package/es/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue.mjs +172 -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/lib/IntervalSelection/index.cjs +5 -0
- package/lib/IntervalSelection/src/sectionDate.vue.cjs +45 -0
- package/lib/IntervalSelection/src/sectionDate.vue2.cjs +2 -0
- package/lib/_virtual/__vite-browser-external.cjs +2 -0
- package/lib/_virtual/_plugin-vue_export-helper.cjs +7 -0
- package/lib/breadcrumb/index.cjs +5 -0
- package/lib/breadcrumb/src/breadcrumb.vue.cjs +37 -0
- package/lib/breadcrumb/src/breadcrumb.vue2.cjs +2 -0
- package/lib/chat-embed/index.cjs +5 -0
- package/lib/chat-embed/src/chat-addition-data.vue.cjs +5 -0
- package/lib/chat-embed/src/chat-addition-data.vue2.cjs +15 -0
- package/lib/chat-embed/src/chat-addition-data.vue3.cjs +2 -0
- package/lib/chat-embed/src/chat-ai-answer-tip.vue.cjs +5 -0
- package/lib/chat-embed/src/chat-ai-answer-tip.vue2.cjs +26 -0
- package/lib/chat-embed/src/chat-ai-answer-tip.vue3.cjs +2 -0
- package/lib/chat-embed/src/chat-bubble-footer.vue.cjs +5 -0
- package/lib/chat-embed/src/chat-bubble-footer.vue2.cjs +28 -0
- package/lib/chat-embed/src/chat-bubble-footer.vue3.cjs +2 -0
- package/lib/chat-embed/src/chat-embed-message.cjs +16 -0
- package/lib/chat-embed/src/chat-sender.vue.cjs +5 -0
- package/lib/chat-embed/src/chat-sender.vue2.cjs +145 -0
- package/lib/chat-embed/src/chat-sender.vue3.cjs +2 -0
- package/lib/chat-embed/src/components/answer-auto-chart.vue.cjs +5 -0
- package/lib/chat-embed/src/components/answer-auto-chart.vue2.cjs +50 -0
- package/lib/chat-embed/src/components/answer-auto-chart.vue3.cjs +2 -0
- package/lib/chat-embed/src/components/answer-home-chart.vue.cjs +5 -0
- package/lib/chat-embed/src/components/answer-home-chart.vue2.cjs +3 -0
- package/lib/chat-embed/src/components/answer-home-chart.vue3.cjs +2 -0
- package/lib/chat-embed/src/components/answer-interaction-data.vue.cjs +5 -0
- package/lib/chat-embed/src/components/answer-interaction-data.vue2.cjs +107 -0
- package/lib/chat-embed/src/components/answer-interaction-data.vue3.cjs +2 -0
- package/lib/chat-embed/src/components/history-detail.vue.cjs +5 -0
- package/lib/chat-embed/src/components/history-detail.vue2.cjs +50 -0
- package/lib/chat-embed/src/components/history-detail.vue3.cjs +2 -0
- package/lib/chat-embed/src/header.vue.cjs +5 -0
- package/lib/chat-embed/src/header.vue2.cjs +39 -0
- package/lib/chat-embed/src/header.vue3.cjs +2 -0
- package/lib/chat-embed/src/index.vue.cjs +5 -0
- package/lib/chat-embed/src/index.vue2.cjs +281 -0
- package/lib/chat-embed/src/index.vue3.cjs +2 -0
- package/lib/chat-embed/src/recommendation-message.vue.cjs +5 -0
- package/lib/chat-embed/src/recommendation-message.vue2.cjs +8 -0
- package/lib/chat-embed/src/recommendation-message.vue3.cjs +2 -0
- package/lib/chat-embed/src/sidebar-item.vue.cjs +5 -0
- package/lib/chat-embed/src/sidebar-item.vue2.cjs +109 -0
- package/lib/chat-embed/src/sidebar-item.vue3.cjs +2 -0
- package/lib/chat-embed/src/type.cjs +3 -0
- package/lib/chat-embed/src/util/chat-embed-util.cjs +51 -0
- package/lib/chat-embed/src/util/history-message-util.cjs +74 -0
- package/lib/chat-embed/src/util/mcp-utils.cjs +50 -0
- package/lib/chat-embed/src/util/text-file-util.cjs +8 -0
- package/lib/chat-embed/src/voice/index.cjs +5 -0
- package/lib/chat-embed/src/voice/js/crypto-js.cjs +1005 -0
- package/lib/chat-embed/src/voice/js/processor/index.umd.cjs +170 -0
- package/lib/chat-embed/src/voice/js/timer.cjs +8 -0
- package/lib/chat-embed/src/voice/voice.vue.cjs +96 -0
- package/lib/date-picker-range/index.cjs +5 -0
- package/lib/date-picker-range/index.vue.cjs +5 -0
- package/lib/date-picker-range/index.vue2.cjs +89 -0
- package/lib/date-picker-range/index.vue3.cjs +2 -0
- package/lib/department-tree/index.cjs +5 -0
- package/lib/department-tree/src/department-tree.vue.cjs +17 -0
- package/lib/department-tree-inline/index.cjs +5 -0
- package/lib/department-tree-inline/src/department-multi-tree-inline.vue.cjs +81 -0
- package/lib/department-tree-inline/src/department-multi-tree-inline.vue2.cjs +2 -0
- package/lib/department-tree-inline/src/department-single-tree-inline.vue.cjs +54 -0
- package/lib/department-tree-inline/src/department-single-tree-inline.vue2.cjs +2 -0
- package/lib/department-tree-inline/src/department-tree-inline.vue.cjs +12 -0
- package/lib/department-tree-inline/src/department-tree-service.cjs +106 -0
- package/lib/department-tree-inline/src/search-result.vue.cjs +36 -0
- package/lib/department-tree-inline/src/search-result.vue2.cjs +2 -0
- package/lib/department-tree-mobile/index.cjs +5 -0
- package/lib/department-tree-mobile/src/department-tree-app.vue.cjs +13 -0
- package/lib/department-tree-mobile/src/department-tree-app.vue2.cjs +2 -0
- package/lib/department-tree-mobile/src/department-tree-app.vue3.cjs +3 -0
- package/lib/department-tree-mobile/src/department-tree-inline-app.vue.cjs +110 -0
- package/lib/department-tree-mobile/src/department-tree-inline-app.vue2.cjs +3 -0
- package/lib/department-tree-mobile/src/department-tree-service.cjs +47 -0
- package/lib/department-tree-mobile/src/dept-path.vue.cjs +13 -0
- package/lib/department-tree-mobile/src/dept-path.vue2.cjs +3 -0
- package/lib/department-tree-mobile/src/dept-result.vue.cjs +14 -0
- package/lib/department-tree-mobile/src/dept-result.vue2.cjs +3 -0
- package/lib/department-user-tree/index.cjs +5 -0
- package/lib/department-user-tree/src/department-user-multiple-tree.vue.cjs +16 -0
- package/lib/department-user-tree/src/department-user-multiple-tree.vue2.cjs +2 -0
- package/lib/department-user-tree/src/department-user-single-tree.vue.cjs +14 -0
- package/lib/department-user-tree/src/department-user-tree.vue.cjs +21 -0
- package/lib/department-user-tree-inline/index.cjs +5 -0
- package/lib/department-user-tree-inline/src/department-user-multiple-tree-inline.vue.cjs +154 -0
- package/lib/department-user-tree-inline/src/department-user-multiple-tree-inline.vue2.cjs +2 -0
- package/lib/department-user-tree-inline/src/department-user-single-tree-inline.vue.cjs +57 -0
- package/lib/department-user-tree-inline/src/department-user-single-tree-inline.vue2.cjs +2 -0
- package/lib/department-user-tree-inline/src/department-user-tree-inline.vue.cjs +11 -0
- package/lib/department-user-tree-inline/src/department-user-tree-multi-service.cjs +78 -0
- package/lib/department-user-tree-inline/src/department-user-tree-single-service.cjs +51 -0
- package/lib/department-user-tree-inline/src/group-user/group-input.vue.cjs +34 -0
- package/lib/department-user-tree-inline/src/group-user/group-list.vue.cjs +22 -0
- package/lib/department-user-tree-inline/src/group-user/group-user.vue.cjs +10 -0
- package/lib/department-user-tree-inline/src/group-user-multiple-tree.vue.cjs +72 -0
- package/lib/department-user-tree-inline/src/group-user-single-tree.vue.cjs +28 -0
- package/lib/department-user-tree-inline/src/group-user-tree-service.cjs +33 -0
- package/lib/department-user-tree-inline/src/search-result.vue.cjs +38 -0
- package/lib/department-user-tree-inline/src/search-result.vue2.cjs +2 -0
- package/lib/department-user-tree-mobile/index.cjs +5 -0
- package/lib/department-user-tree-mobile/src/department-user-tree-app.vue.cjs +13 -0
- package/lib/department-user-tree-mobile/src/department-user-tree-app.vue2.cjs +2 -0
- package/lib/department-user-tree-mobile/src/department-user-tree-app.vue3.cjs +3 -0
- package/lib/department-user-tree-mobile/src/department-user-tree-inline-app.vue.cjs +124 -0
- package/lib/department-user-tree-mobile/src/department-user-tree-inline-app.vue2.cjs +3 -0
- package/lib/department-user-tree-mobile/src/department-user-tree-service.cjs +28 -0
- package/lib/department-user-tree-mobile/src/dept-path.vue.cjs +13 -0
- package/lib/department-user-tree-mobile/src/dept-path.vue2.cjs +3 -0
- package/lib/department-user-tree-mobile/src/dept-result.vue.cjs +14 -0
- package/lib/department-user-tree-mobile/src/dept-result.vue2.cjs +3 -0
- package/lib/directives/prevent-reclick.cjs +14 -0
- package/lib/dynamic-source-select/index.cjs +5 -0
- package/lib/dynamic-source-select/src/dynamic-source-select-service.cjs +30 -0
- package/lib/dynamic-source-select/src/dynamic-source-select.vue.cjs +266 -0
- package/lib/dynamic-source-select/src/dynamic-source-select.vue2.cjs +2 -0
- package/lib/dynamic-source-select/src/dynamic-source-select.vue3.cjs +2 -0
- package/lib/dynamic-source-select/src/events.cjs +28 -0
- package/lib/empty-state/index.vue.cjs +6 -0
- package/lib/empty-state/index.vue2.cjs +3 -0
- package/lib/fs-preview/index.cjs +5 -0
- package/lib/fs-preview/src/fs-preview.vue.cjs +119 -0
- package/lib/fs-preview/src/fs-preview.vue2.cjs +2 -0
- package/lib/fs-upload/index.cjs +5 -0
- package/lib/fs-upload/src/fs-upload-multi.vue.cjs +63 -0
- package/lib/fs-upload/src/fs-upload-single.vue.cjs +64 -0
- package/lib/fs-upload/src/fs-upload.vue.cjs +18 -0
- package/lib/fs-upload/src/see-big-picture.vue.cjs +9 -0
- package/lib/fs-upload-list/index.cjs +5 -0
- package/lib/fs-upload-list/src/fs-upload-list.vue.cjs +91 -0
- package/lib/fs-upload-list/src/fs-upload-list.vue2.cjs +2 -0
- package/lib/fs-upload-new/index.cjs +5 -0
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-app.vue.cjs +57 -0
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-app.vue2.cjs +3 -0
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue.cjs +170 -0
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue2.cjs +3 -0
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue.cjs +5 -0
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue2.cjs +32 -0
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue3.cjs +2 -0
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-input.vue.cjs +41 -0
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-input.vue2.cjs +3 -0
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload.vue.cjs +29 -0
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload.vue2.cjs +3 -0
- package/lib/fs-upload-new/src/fs-button-upload.vue.cjs +5 -0
- package/lib/fs-upload-new/src/fs-button-upload.vue2.cjs +55 -0
- package/lib/fs-upload-new/src/fs-button-upload.vue3.cjs +2 -0
- package/lib/fs-upload-new/src/fs-drag-upload.vue.cjs +5 -0
- package/lib/fs-upload-new/src/fs-drag-upload.vue2.cjs +55 -0
- package/lib/fs-upload-new/src/fs-drag-upload.vue3.cjs +2 -0
- package/lib/fs-upload-new/src/fs-preview-new.vue.cjs +5 -0
- package/lib/fs-upload-new/src/fs-preview-new.vue2.cjs +84 -0
- package/lib/fs-upload-new/src/fs-preview-new.vue3.cjs +2 -0
- package/lib/fs-upload-new/src/fs-preview-new.vue4.cjs +2 -0
- package/lib/fs-upload-new/src/fs-upload-new.vue.cjs +54 -0
- package/lib/fs-upload-new/src/fs-upload-new.vue2.cjs +3 -0
- package/lib/hamburger/index.cjs +5 -0
- package/lib/hamburger/src/hamburger.vue.cjs +11 -0
- package/lib/hamburger/src/hamburger.vue2.cjs +2 -0
- package/lib/index.cjs +41 -0
- package/lib/json-view/json-view-dialog.vue.cjs +16 -0
- package/lib/json-view/json-view-dialog.vue2.cjs +3 -0
- package/lib/json-view/json-view.vue.cjs +3 -0
- package/lib/json-view/json-view.vue2.cjs +32 -0
- package/lib/multipart-upload/index.cjs +5 -0
- package/lib/multipart-upload/src/index.vue.cjs +10 -0
- package/lib/multipart-upload/src/multipart-upload-form.vue.cjs +73 -0
- package/lib/multipart-upload/src/multipart-upload-list.vue.cjs +96 -0
- package/lib/organization-input/index.cjs +5 -0
- package/lib/organization-input/src/organization-input.vue.cjs +218 -0
- package/lib/organization-input/src/organization-input.vue2.cjs +2 -0
- package/lib/plugins/export-data-new.cjs +229 -0
- package/lib/plugins/export-data.cjs +173 -0
- package/lib/plugins/index.cjs +5 -0
- package/lib/plugins/public-method.cjs +13 -0
- package/lib/remove-department/index.cjs +5 -0
- package/lib/remove-department/src/remove-department.vue.cjs +27 -0
- package/lib/remove-department/src/remove-dept-service.cjs +12 -0
- package/lib/remove-user/index.cjs +5 -0
- package/lib/remove-user/src/remove-user-service.cjs +12 -0
- package/lib/remove-user/src/remove-user.vue.cjs +29 -0
- package/lib/remove-workgroup/index.cjs +5 -0
- package/lib/remove-workgroup/src/remove-workgroup-service.cjs +12 -0
- package/lib/remove-workgroup/src/remove-workgroup.vue.cjs +25 -0
- package/lib/rich-editor/index.cjs +5 -0
- package/lib/rich-editor/index.vue.cjs +67 -0
- package/lib/rich-editor/tinymce/zh_CN.cjs +2 -0
- package/lib/rich-editor/viewer.vue.cjs +24 -0
- package/lib/row-form/index.cjs +5 -0
- package/lib/row-form/index.vue.cjs +5 -0
- package/lib/row-form/index.vue2.cjs +56 -0
- package/lib/row-form/index.vue3.cjs +2 -0
- package/lib/row-form/operation.vue.cjs +28 -0
- package/lib/row-form/operation.vue2.cjs +3 -0
- package/lib/scan-code-input/index.cjs +5 -0
- package/lib/scan-code-input/src/events.cjs +13 -0
- package/lib/scan-code-input/src/scan-code-input.vue.cjs +26 -0
- package/lib/scan-code-input-browser/index.cjs +5 -0
- package/lib/scan-code-input-browser/src/scan-code-input.vue.cjs +34 -0
- package/lib/secret-info/index.cjs +5 -0
- package/lib/secret-info/index.vue.cjs +13 -0
- package/lib/src/api/sso-service.cjs +55 -0
- package/lib/src/api/tab.cjs +14 -0
- package/lib/src/assets/401/401.gif.cjs +2 -0
- package/lib/src/assets/404/404-cloud.png.cjs +2 -0
- package/lib/src/assets/404/404.png.cjs +2 -0
- package/lib/src/assets/chat-embed/robot.gif.cjs +2 -0
- package/lib/src/assets/chat-embed/robot.svg.cjs +2 -0
- package/lib/src/assets/nonemessage.png.cjs +2 -0
- package/lib/src/components/Affix/index.vue.cjs +5 -0
- package/lib/src/components/Affix/index.vue2.cjs +81 -0
- package/lib/src/components/Affix/index.vue3.cjs +2 -0
- package/lib/src/components/Card/index.cjs +46 -0
- package/lib/src/components/Scrollbar/index.vue.cjs +48 -0
- package/lib/src/components/Scrollbar/index.vue2.cjs +2 -0
- package/lib/src/directives/permission/index.cjs +5 -0
- package/lib/src/directives/permission/permission.cjs +9 -0
- package/lib/src/i18n/i18n.cjs +3 -0
- package/lib/src/i18n/langs/cn.cjs +2 -0
- package/lib/src/i18n/langs/en.cjs +2 -0
- package/lib/src/mixins/resizeMixin.cjs +20 -0
- package/lib/src/permission.cjs +76 -0
- package/lib/src/router/index.cjs +16 -0
- package/lib/src/store/getters.cjs +2 -0
- package/lib/src/store/index.cjs +16 -0
- package/lib/src/store/modules/app.cjs +40 -0
- package/lib/src/store/modules/chat-ai-store.cjs +33 -0
- package/lib/src/store/modules/permission.cjs +30 -0
- package/lib/src/store/modules/system.cjs +10 -0
- package/lib/src/store/modules/tab-content.cjs +18 -0
- package/lib/src/store/modules/table.cjs +17 -0
- package/lib/src/store/modules/user.cjs +133 -0
- package/lib/src/utils/auth-api.cjs +132 -0
- package/lib/src/utils/auth.cjs +86 -0
- package/lib/src/utils/calculator/calculator-factory-wf.cjs +166 -0
- package/lib/src/utils/calculator/calculator-factory.cjs +92 -0
- package/lib/src/utils/calculator/calculator-util.cjs +53 -0
- package/lib/src/utils/chat-ai-util.cjs +26 -0
- package/lib/src/utils/common-util.cjs +362 -0
- package/lib/src/utils/eventBus.cjs +3 -0
- package/lib/src/utils/file-util.cjs +22 -0
- package/lib/src/utils/global-prop.cjs +22 -0
- package/lib/src/utils/guid.cjs +7 -0
- package/lib/src/utils/i18n-util.cjs +62 -0
- package/lib/src/utils/iconUtils.cjs +19 -0
- package/lib/src/utils/index.cjs +32 -0
- package/lib/src/utils/insert_css.cjs +18 -0
- package/lib/src/utils/json-util.cjs +45 -0
- package/lib/src/utils/jump-page-utils.cjs +256 -0
- package/lib/src/utils/local-storage.cjs +18 -0
- package/lib/src/utils/menu.cjs +13 -0
- package/lib/src/utils/permission.cjs +41 -0
- package/lib/src/utils/permissionAuth.cjs +120 -0
- package/lib/src/utils/range-selector.cjs +101 -0
- package/lib/src/utils/request.cjs +131 -0
- package/lib/src/utils/resize.cjs +11 -0
- package/lib/src/utils/restful-interface-utils.cjs +15 -0
- package/lib/src/utils/util.cjs +341 -0
- package/lib/src/utils/validate.cjs +12 -0
- package/lib/src/utils/voice-setting-cache.cjs +199 -0
- package/lib/src/utils/watermark-cache.cjs +10 -0
- package/lib/src/utils/watermark.cjs +33 -0
- package/lib/src/utils/workflow-util.cjs +41 -0
- package/lib/src/views/dsc-component/Sidebar/Item.vue.cjs +5 -0
- package/lib/src/views/dsc-component/Sidebar/Item.vue2.cjs +9 -0
- package/lib/src/views/dsc-component/Sidebar/Item.vue3.cjs +2 -0
- package/lib/src/views/dsc-component/Sidebar/Link.vue.cjs +11 -0
- package/lib/src/views/dsc-component/Sidebar/SidebarItem.vue.cjs +46 -0
- package/lib/src/views/dsc-component/Sidebar/SidebarItem.vue2.cjs +2 -0
- package/lib/src/views/dsc-component/Sidebar/index.vue.cjs +103 -0
- package/lib/src/views/dsc-component/tabs/tab-content.vue.cjs +61 -0
- package/lib/src/views/dsc-component/tabs/tab-content.vue2.cjs +2 -0
- package/lib/src/views/dsc-component/tabs/tab-content.vue3.cjs +2 -0
- package/lib/src/views/error-page/401.vue.cjs +11 -0
- package/lib/src/views/error-page/401.vue2.cjs +2 -0
- package/lib/src/views/error-page/404.vue.cjs +8 -0
- package/lib/src/views/error-page/404.vue2.cjs +2 -0
- package/lib/src/views/layout/EmptyLayout.vue.cjs +7 -0
- package/lib/src/views/layout/Layout.vue.cjs +21 -0
- package/lib/src/views/layout/Layout.vue2.cjs +2 -0
- package/lib/src/views/layout/NewLayout.vue.cjs +7 -0
- package/lib/src/views/layout/components/AppMain.vue.cjs +11 -0
- package/lib/src/views/layout/components/AppMain.vue2.cjs +2 -0
- package/lib/src/views/layout/components/Breadcrumb/index.vue.cjs +56 -0
- package/lib/src/views/layout/components/Breadcrumb/index.vue2.cjs +2 -0
- package/lib/src/views/layout/components/Menubar/Item.vue.cjs +5 -0
- package/lib/src/views/layout/components/Menubar/Item.vue2.cjs +13 -0
- package/lib/src/views/layout/components/Menubar/Item.vue3.cjs +2 -0
- package/lib/src/views/layout/components/Menubar/Link.vue.cjs +11 -0
- package/lib/src/views/layout/components/Menubar/SidebarItem.vue.cjs +47 -0
- package/lib/src/views/layout/components/Menubar/SidebarItem.vue2.cjs +2 -0
- package/lib/src/views/layout/components/Menubar/index.vue.cjs +79 -0
- package/lib/src/views/layout/components/Sidebar/Item.vue.cjs +7 -0
- package/lib/src/views/layout/components/Sidebar/Item.vue2.cjs +3 -0
- package/lib/src/views/layout/components/Sidebar/Link.vue.cjs +9 -0
- package/lib/src/views/layout/components/Sidebar/SidebarItem.vue.cjs +16 -0
- package/lib/src/views/layout/components/Sidebar/SidebarItem.vue2.cjs +2 -0
- package/lib/src/views/layout/components/Sidebar/index.vue.cjs +51 -0
- package/lib/src/views/layout/components/iframe-page.vue.cjs +12 -0
- package/lib/src/views/layout/components/iframe-page.vue2.cjs +2 -0
- package/lib/src/views/layout/components/tabs/tab-content.vue.cjs +60 -0
- package/lib/src/views/layout/components/tabs/tab-content.vue2.cjs +2 -0
- package/lib/src/views/layout/components/tabs/tab-content.vue3.cjs +2 -0
- package/lib/src/views/layout/mixin/ResizeHandler.cjs +14 -0
- package/lib/src/views/layout/tab-content-iframe-index.vue.cjs +12 -0
- package/lib/src/views/layout/tab-content-iframe-index.vue2.cjs +2 -0
- package/lib/src/views/layout/tab-content-index.vue.cjs +22 -0
- package/lib/src/views/layout/tab-content-index.vue2.cjs +2 -0
- package/lib/src/views/login/authredirect.vue.cjs +6 -0
- package/lib/src/views/redirect/index.vue.cjs +17 -0
- package/lib/src/views/super-icon/index.cjs +5 -0
- package/lib/src/views/super-icon/src/index.vue.cjs +5 -0
- package/lib/src/views/super-icon/src/index.vue2.cjs +10 -0
- package/lib/src/views/super-icon/src/index.vue3.cjs +2 -0
- package/lib/src/views/svg-icon/src/svg-icon.vue.cjs +2 -0
- package/lib/src/views/svg-icon/src/svg-icon.vue2.cjs +12 -0
- package/lib/src/views/wf-history/tache-subprocess-history.vue.cjs +12 -0
- package/lib/src/views/wf-history/tache-subprocess-history.vue2.cjs +2 -0
- package/lib/style.css +1234 -1208
- package/lib/super-grid/index.cjs +5 -0
- package/lib/super-grid/src/apis.cjs +477 -0
- package/lib/super-grid/src/columns-config.vue.cjs +76 -0
- package/lib/super-grid/src/components/grid-icon.vue.cjs +39 -0
- package/lib/super-grid/src/components/grid-radio-input.vue.cjs +22 -0
- package/lib/super-grid/src/components/grid-radio-input.vue2.cjs +3 -0
- package/lib/super-grid/src/components/mobile-table-card.cjs +99 -0
- package/lib/super-grid/src/components/select-input.vue.cjs +141 -0
- package/lib/super-grid/src/components/select-input.vue2.cjs +3 -0
- package/lib/super-grid/src/custom-formatter.cjs +163 -0
- package/lib/super-grid/src/dynamic-input.vue.cjs +465 -0
- package/lib/super-grid/src/eventBus.cjs +3 -0
- package/lib/super-grid/src/events.cjs +35 -0
- package/lib/super-grid/src/formValidatorUtil.cjs +106 -0
- package/lib/super-grid/src/formatter.cjs +69 -0
- package/lib/super-grid/src/group-column.vue.cjs +19 -0
- package/lib/super-grid/src/header-context-menu.vue.cjs +12 -0
- package/lib/super-grid/src/header-context-menu.vue2.cjs +2 -0
- package/lib/super-grid/src/index-column.vue.cjs +19 -0
- package/lib/super-grid/src/normal-column-content.vue.cjs +303 -0
- package/lib/super-grid/src/normal-column-content.vue2.cjs +2 -0
- package/lib/super-grid/src/normal-column.vue.cjs +90 -0
- package/lib/super-grid/src/normal-column.vue2.cjs +2 -0
- package/lib/super-grid/src/public-methods.cjs +20 -0
- package/lib/super-grid/src/row-detail.vue.cjs +11 -0
- package/lib/super-grid/src/row-operation.vue.cjs +82 -0
- package/lib/super-grid/src/row-operation.vue2.cjs +2 -0
- package/lib/super-grid/src/scan-util.cjs +98 -0
- package/lib/super-grid/src/search-button.vue.cjs +20 -0
- package/lib/super-grid/src/search-condition-input.vue.cjs +13 -0
- package/lib/super-grid/src/search-condition-list.vue.cjs +17 -0
- package/lib/super-grid/src/search-form-advancedQuery.vue.cjs +106 -0
- package/lib/super-grid/src/search-form-advancedQuery.vue2.cjs +2 -0
- package/lib/super-grid/src/search-form-dialog.vue.cjs +23 -0
- package/lib/super-grid/src/search-form-item.vue.cjs +120 -0
- package/lib/super-grid/src/search-form-item.vue2.cjs +2 -0
- package/lib/super-grid/src/search-form-mobile.vue.cjs +32 -0
- package/lib/super-grid/src/search-form-mobile.vue2.cjs +2 -0
- package/lib/super-grid/src/search-form-number.vue.cjs +21 -0
- package/lib/super-grid/src/search-form-open.vue.cjs +46 -0
- package/lib/super-grid/src/search-form-ordinarySearch.vue.cjs +33 -0
- package/lib/super-grid/src/search-form-ordinarySearch.vue2.cjs +2 -0
- package/lib/super-grid/src/search-form.vue.cjs +194 -0
- package/lib/super-grid/src/search-form.vue2.cjs +2 -0
- package/lib/super-grid/src/search-methods.cjs +163 -0
- package/lib/super-grid/src/selection-column.vue.cjs +9 -0
- package/lib/super-grid/src/store.cjs +3 -0
- package/lib/super-grid/src/super-grid-service.cjs +253 -0
- package/lib/super-grid/src/super-grid.vue.cjs +1083 -0
- package/lib/super-grid/src/super-grid.vue2.cjs +2 -0
- package/lib/super-grid/src/utils.cjs +373 -0
- package/lib/super-grid/src/view-image-dialog.vue.cjs +60 -0
- package/lib/super-icon/index.cjs +5 -0
- package/lib/super-icon/src/index.vue.cjs +5 -0
- package/lib/super-icon/src/index.vue2.cjs +10 -0
- package/lib/super-icon/src/index.vue3.cjs +2 -0
- package/lib/super-nine-grid/index.cjs +5 -0
- package/lib/super-nine-grid/src/apis.cjs +33 -0
- package/lib/super-nine-grid/src/custom-formatter.cjs +33 -0
- package/lib/super-nine-grid/src/formatter.cjs +36 -0
- package/lib/super-nine-grid/src/search-form-number.vue.cjs +9 -0
- package/lib/super-nine-grid/src/search-form.vue.cjs +84 -0
- package/lib/super-nine-grid/src/search-form.vue2.cjs +2 -0
- package/lib/super-nine-grid/src/search-methods.cjs +47 -0
- package/lib/super-nine-grid/src/store.cjs +3 -0
- package/lib/super-nine-grid/src/super-grid-service.cjs +35 -0
- package/lib/super-nine-grid/src/super-nine-grid.vue.cjs +215 -0
- package/lib/super-nine-grid/src/super-nine-grid.vue2.cjs +2 -0
- package/lib/super-nine-grid/src/utils.cjs +36 -0
- package/lib/svg-icon/index.cjs +5 -0
- package/lib/svg-icon/src/svg-icon.vue.cjs +12 -0
- package/lib/svg-icon/src/svg-icon.vue2.cjs +2 -0
- package/lib/utils/gogocodeTransfer.cjs +28 -0
- package/lib/utils/memory-cache-utils.cjs +28 -0
- package/lib/utils/organization.cjs +55 -0
- package/lib/utils/utils.cjs +85 -0
- package/lib/utils/value-set.cjs +92 -0
- package/lib/valid-code/index.cjs +5 -0
- package/lib/valid-code/src/valid-code.vue.cjs +20 -0
- package/lib/valid-code/src/valid-code.vue2.cjs +2 -0
- package/lib/workflow-button/index.cjs +5 -0
- package/lib/workflow-button/src/workflow-button.vue.cjs +80 -0
- package/lib/workflow-history-list/index.cjs +5 -0
- package/lib/workflow-history-list/src/api.cjs +5 -0
- package/lib/workflow-history-list/src/workflow-history-list.vue.cjs +83 -0
- package/lib/workflow-history-list/src/workflow-history-list.vue2.cjs +2 -0
- package/lib/workgroup-tree/index.cjs +5 -0
- package/lib/workgroup-tree/src/workgroup-tree.vue.cjs +17 -0
- package/lib/workgroup-tree-inline/index.cjs +5 -0
- package/lib/workgroup-tree-inline/src/search-result.vue.cjs +35 -0
- package/lib/workgroup-tree-inline/src/search-result.vue2.cjs +2 -0
- package/lib/workgroup-tree-inline/src/workgroup-tree-inline.vue.cjs +119 -0
- package/lib/workgroup-tree-inline/src/workgroup-tree-inline.vue2.cjs +2 -0
- package/lib/workgroup-tree-inline/src/workgroup-tree-service.cjs +33 -0
- package/lib/workgroup-tree-mobile/index.cjs +5 -0
- package/lib/workgroup-tree-mobile/src/dept-result.vue.cjs +14 -0
- package/lib/workgroup-tree-mobile/src/dept-result.vue2.cjs +3 -0
- package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue.cjs +13 -0
- package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue2.cjs +2 -0
- package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue3.cjs +3 -0
- package/lib/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue.cjs +99 -0
- package/lib/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue2.cjs +3 -0
- package/lib/workgroup-tree-mobile/src/workgroup-tree-service.cjs +25 -0
- package/lib/workgroup-user-tree/index.cjs +5 -0
- package/lib/workgroup-user-tree/src/workgroup-user-tree.vue.cjs +17 -0
- package/lib/workgroup-user-tree-inline/index.cjs +5 -0
- package/lib/workgroup-user-tree-inline/src/search-result.vue.cjs +35 -0
- package/lib/workgroup-user-tree-inline/src/search-result.vue2.cjs +2 -0
- package/lib/workgroup-user-tree-inline/src/workgroup-tree-inline-service.cjs +71 -0
- package/lib/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue.cjs +163 -0
- package/lib/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue2.cjs +2 -0
- package/lib/workgroup-user-tree-mobile/src/dept-path.vue.cjs +13 -0
- package/lib/workgroup-user-tree-mobile/src/dept-path.vue2.cjs +3 -0
- package/lib/workgroup-user-tree-mobile/src/dept-result.vue.cjs +14 -0
- package/lib/workgroup-user-tree-mobile/src/dept-result.vue2.cjs +3 -0
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue.cjs +13 -0
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue2.cjs +2 -0
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue3.cjs +3 -0
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue.cjs +124 -0
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue2.cjs +3 -0
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-service.cjs +20 -0
- package/lib/year-range-picker/index.cjs +5 -0
- package/lib/year-range-picker/src/year-range-picker.vue.cjs +11 -0
- package/package.json +9 -7
- package/src/components/Card/index.jsx +12 -2
- package/src/components/Scrollbar/index.vue +165 -154
- package/src/i18n/langs/cn.js +10 -2
- package/src/i18n/langs/en.js +10 -2
- package/src/styles/index.scss +9 -2
- package/src/styles/theme/default.scss +18 -13
- package/src/styles/theme/tiffany-blue-mobile/home.scss +44 -1
- package/src/utils/auth-api.js +1 -0
- package/src/utils/common-util.js +13 -0
- package/src/utils/watermark.js +1 -1
- package/src/views/layout/components/Menubar/Item.vue +1 -1
- package/src/views/svg-icon/src/svg-icon.vue +5 -8
- package/vite.config.js +31 -71
- 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-user/index.js +0 -7
- 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.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/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/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/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/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-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 → dist}/favicon.svg +0 -0
- /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/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/remove-department/src/remove-dept-service.js → es/remove-department/src/remove-dept-service.mjs} +0 -0
- /package/{lib/remove-user/src/remove-user-service.js → es/remove-user/src/remove-user-service.mjs} +0 -0
- /package/{lib/remove-workgroup/src/remove-workgroup-service.js → es/remove-workgroup/src/remove-workgroup-service.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/app.js → es/src/store/modules/app.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/i18n-util.js → es/src/utils/i18n-util.mjs} +0 -0
- /package/{lib/src/utils/iconUtils.js → es/src/utils/iconUtils.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/restful-interface-utils.js → es/src/utils/restful-interface-utils.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-ordinarySearch.vue2.mjs} +0 -0
- /package/{lib/super-grid/src/super-grid.vue2.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-icon/src/index.vue3.js → es/super-grid/src/super-grid.vue2.mjs} +0 -0
- /package/{lib/super-nine-grid/src/search-form.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/super-nine-grid/src/super-nine-grid.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/svg-icon/src/svg-icon.vue2.js → es/super-nine-grid/src/super-nine-grid.vue2.mjs} +0 -0
- /package/{lib/valid-code/src/valid-code.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/workflow-history-list/src/workflow-history-list.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/search-result.vue2.js → es/workflow-history-list/src/workflow-history-list.vue2.mjs} +0 -0
- /package/{lib/workgroup-tree-inline/src/workgroup-tree-inline.vue2.js → es/workgroup-tree-inline/src/search-result.vue2.mjs} +0 -0
- /package/{lib/workgroup-tree-mobile/src/workgroup-tree-app.vue2.js → es/workgroup-tree-inline/src/workgroup-tree-inline.vue2.mjs} +0 -0
- /package/{lib/workgroup-user-tree-inline/src/search-result.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-inline/src/workgroup-user-tree-inline.vue2.js → es/workgroup-user-tree-inline/src/search-result.vue2.mjs} +0 -0
- /package/{lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue2.js → es/workgroup-user-tree-inline/src/workgroup-user-tree-inline.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
- /package/{packages → src/views}/super-icon/index.js +0 -0
- /package/{packages → src/views}/super-icon/src/index.vue +0 -0
|
@@ -1,1310 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="normal-column-content-view">
|
|
3
|
-
<!--添加:key="column.prop+'_'+rowIndex"是为了解决多行是行编辑状态时新建的记录的文本框内有值的问题-->
|
|
4
|
-
<dynamic-input
|
|
5
|
-
v-if="isEditing || isShowForm"
|
|
6
|
-
ref="dynamicRef"
|
|
7
|
-
v-model:value="row[column.prop]"
|
|
8
|
-
:class="requiredClass"
|
|
9
|
-
:column="column"
|
|
10
|
-
:is-sql="isSql"
|
|
11
|
-
:line-edit="lineEdit"
|
|
12
|
-
:list-code="listCode"
|
|
13
|
-
:list-toolbar-form-data="listToolbarFormData"
|
|
14
|
-
:options="column.valueSet"
|
|
15
|
-
:grid-options="options"
|
|
16
|
-
:position="{
|
|
17
|
-
row: rowIndex,
|
|
18
|
-
prop: column.prop
|
|
19
|
-
}"
|
|
20
|
-
:disabled="disabled"
|
|
21
|
-
:row="row"
|
|
22
|
-
:row-index="rowIndex"
|
|
23
|
-
:type="column.componentType"
|
|
24
|
-
@keyup.enter="clearAllEditing"
|
|
25
|
-
@findIndex="findIndex(rowIndex)"
|
|
26
|
-
@focus="onFocus(rowIndex)"
|
|
27
|
-
@prohibit-to-edit="prohibitToEdit"
|
|
28
|
-
@refresh-list="refreshList"
|
|
29
|
-
@refresData="refresData"
|
|
30
|
-
@refresMainTableFields="refresMainTableFields"
|
|
31
|
-
@refresPortData="refresPortData"
|
|
32
|
-
@refresPortsData="refresPortsData"
|
|
33
|
-
@change-disabled="changeDisabled"
|
|
34
|
-
@change-required="changeRequired"
|
|
35
|
-
@open-page="openPageEvent"
|
|
36
|
-
/>
|
|
37
|
-
<div v-else :class="options?.configureObj?.props?.base?.columnEditable ?? false ? 'column-text-main' : ''">
|
|
38
|
-
<div
|
|
39
|
-
v-if="
|
|
40
|
-
lineEdit.editable &&
|
|
41
|
-
(options?.configureObj?.props?.base?.columnEditable ?? false) &&
|
|
42
|
-
isEditable &&
|
|
43
|
-
!isHideEdit &&
|
|
44
|
-
!isContentViewText
|
|
45
|
-
"
|
|
46
|
-
class="column-text-edit-main"
|
|
47
|
-
@click="onEditing"
|
|
48
|
-
>
|
|
49
|
-
<el-icon :size="14" color="#409eff"><Edit /></el-icon>
|
|
50
|
-
<span v-if="[undefined, null, ''].includes(row[column.prop])" table-column-placeholder>{{
|
|
51
|
-
$t('superGrid.editablePlaceholder')
|
|
52
|
-
}}</span>
|
|
53
|
-
</div>
|
|
54
|
-
<span v-if="column.operations" class="grid-operation-buttons" data-v="20250527">
|
|
55
|
-
<span
|
|
56
|
-
v-for="(operation, operationIndex) in column.operations"
|
|
57
|
-
:key="operationIndex"
|
|
58
|
-
:class="isShowForm ? '' : 'cell--span'"
|
|
59
|
-
class="buttons-row-content-span"
|
|
60
|
-
>
|
|
61
|
-
<el-dropdown
|
|
62
|
-
v-if="operation.isGroup"
|
|
63
|
-
:size="operation.buttons && operation.buttons.length > 0 ? operation.buttons[0].props.size : 'small'"
|
|
64
|
-
split-button
|
|
65
|
-
@command="handleCommand"
|
|
66
|
-
>
|
|
67
|
-
{{ $escapeHtml(operation.label) }}
|
|
68
|
-
<template v-slot:dropdown>
|
|
69
|
-
<el-dropdown-menu>
|
|
70
|
-
<span
|
|
71
|
-
v-for="(buttonChild, buttonChildIndex) in operation.buttons"
|
|
72
|
-
:key="buttonChild.props.code + buttonChildIndex"
|
|
73
|
-
>
|
|
74
|
-
<el-dropdown-item
|
|
75
|
-
v-permission="buttonChild.props.permission"
|
|
76
|
-
:command="beforeHandleCommand(buttonChild.props.code, row, rowIndex)"
|
|
77
|
-
:disabled="preventReclick"
|
|
78
|
-
>
|
|
79
|
-
{{ $escapeHtml(buttonChild.props.label) }}
|
|
80
|
-
</el-dropdown-item>
|
|
81
|
-
</span>
|
|
82
|
-
</el-dropdown-menu>
|
|
83
|
-
</template>
|
|
84
|
-
</el-dropdown>
|
|
85
|
-
<component
|
|
86
|
-
:is="operation.props.customControl"
|
|
87
|
-
v-else-if="operation.props.customControl"
|
|
88
|
-
v-permission="operation.props.permission"
|
|
89
|
-
:key="column.prop + '_' + rowIndex + '_' + currentPage"
|
|
90
|
-
:disabled="true"
|
|
91
|
-
:row="pageGridData[rowIndex]"
|
|
92
|
-
:entity="pageGridData[rowIndex]"
|
|
93
|
-
:prop="column.prop"
|
|
94
|
-
:parent="parentFormData"
|
|
95
|
-
:row-index="rowIndex"
|
|
96
|
-
:grid-data="gridData"
|
|
97
|
-
:page-grid-data="pageGridData"
|
|
98
|
-
:current-page="currentPage"
|
|
99
|
-
:custom-params="controlConfig ? controlConfig.customParams : null"
|
|
100
|
-
@refresh-list="refreshList"
|
|
101
|
-
/>
|
|
102
|
-
<row-operation
|
|
103
|
-
v-else
|
|
104
|
-
:column="column"
|
|
105
|
-
:editing="row.$editing"
|
|
106
|
-
:entity="row"
|
|
107
|
-
:is-show="operation.isShow"
|
|
108
|
-
:label="operation.props.label ? operation.props.label : row[column.prop]"
|
|
109
|
-
:on-click="operation.onClick"
|
|
110
|
-
:operation-index="operationIndex"
|
|
111
|
-
:operation-setting="operation.props"
|
|
112
|
-
:event-name="operation.eventName"
|
|
113
|
-
:row-index="rowIndex"
|
|
114
|
-
:list-code="listCode"
|
|
115
|
-
:parent-form-data="parentFormData"
|
|
116
|
-
is-table-btn-link
|
|
117
|
-
/>
|
|
118
|
-
</span>
|
|
119
|
-
</span>
|
|
120
|
-
<span
|
|
121
|
-
v-else-if="customFormatValue(row, column.prop, customFormat, rowIndex)"
|
|
122
|
-
:class="isShowForm ? '' : 'cell--span'"
|
|
123
|
-
>
|
|
124
|
-
<component
|
|
125
|
-
:is="column.prop + rowIndex"
|
|
126
|
-
:entity="row"
|
|
127
|
-
:parent="parentFormData"
|
|
128
|
-
:prop="column.prop"
|
|
129
|
-
:row="row"
|
|
130
|
-
:row-index="rowIndex"
|
|
131
|
-
:select-options="column.valueSet"
|
|
132
|
-
:show-value="$escapeHtml(getLabel(row, rowIndex))"
|
|
133
|
-
:value="getCellValue(row)"
|
|
134
|
-
:additional-param-map="additionalParamMap"
|
|
135
|
-
:additional-settings="additionalSettings"
|
|
136
|
-
:page-context="options?.pageContext"
|
|
137
|
-
:custom-params="controlConfig ? controlConfig.customParams : null"
|
|
138
|
-
/>
|
|
139
|
-
</span>
|
|
140
|
-
<!-- 自定义格式的时候 -->
|
|
141
|
-
<span
|
|
142
|
-
v-else-if="
|
|
143
|
-
columnFormatter !== undefined &&
|
|
144
|
-
columnFormatter.type !== undefined &&
|
|
145
|
-
columnFormatter.type === 'customControl' &&
|
|
146
|
-
columnFormatter.options &&
|
|
147
|
-
columnFormatter.options.format &&
|
|
148
|
-
columnFormatter.options.format !== ''
|
|
149
|
-
"
|
|
150
|
-
:class="textOverflow === 'newline' ? 'wrap-text' : 'ellipsis cell--span'"
|
|
151
|
-
>
|
|
152
|
-
<!--:key="column.prop+'_'+rowIndex+'_'+currentPage" 为了解决子表分页时,新增自动跳转到下一页,第一条记录的自定义控件被复用,导致业务逻辑没执行 -->
|
|
153
|
-
<component
|
|
154
|
-
:is="columnFormatter.options.format"
|
|
155
|
-
:key="column.prop + '_' + rowIndex + '_' + currentPage"
|
|
156
|
-
:current-page="currentPage"
|
|
157
|
-
:disabled="true"
|
|
158
|
-
:entity="pageGridData[rowIndex]"
|
|
159
|
-
:get-form-data="getFormData"
|
|
160
|
-
:get-grid-data="getTableGridData"
|
|
161
|
-
:grid-data="gridData"
|
|
162
|
-
:page-grid-data="pageGridData"
|
|
163
|
-
:parent="parentFormData"
|
|
164
|
-
:prop="column.prop"
|
|
165
|
-
:row="pageGridData[rowIndex]"
|
|
166
|
-
:row-index="rowIndex"
|
|
167
|
-
:select-options="column.valueSet"
|
|
168
|
-
:show-value="$escapeHtml(getLabel(pageGridData[rowIndex], rowIndex))"
|
|
169
|
-
:value="getCellValue(pageGridData[rowIndex])"
|
|
170
|
-
:additional-param-map="additionalParamMap"
|
|
171
|
-
:listCode="listCode"
|
|
172
|
-
:component-id="componentId"
|
|
173
|
-
:additional-settings="additionalSettings"
|
|
174
|
-
:page-context="options?.pageContext"
|
|
175
|
-
:custom-params="getCustomParams()"
|
|
176
|
-
@prohibitToEdit="prohibitToEdit"
|
|
177
|
-
@refresh-list="refreshList"
|
|
178
|
-
/></span>
|
|
179
|
-
<span
|
|
180
|
-
v-else-if="
|
|
181
|
-
columnFormatter !== undefined && columnFormatter.type !== undefined && columnFormatter.type === 'secretInfo'
|
|
182
|
-
"
|
|
183
|
-
:id="column.prop + 'DomData' + rowIndex"
|
|
184
|
-
:class="isShowForm ? '' : 'cell--span'"
|
|
185
|
-
>
|
|
186
|
-
<secret-info
|
|
187
|
-
:entity="row"
|
|
188
|
-
:field-label="$escapeHtml(label)"
|
|
189
|
-
:list-code="listCode"
|
|
190
|
-
:list-name="listName"
|
|
191
|
-
:page-code="pageCode"
|
|
192
|
-
:prop="column.prop"
|
|
193
|
-
:table-name="tableName"
|
|
194
|
-
:value="getCellValue(row)"
|
|
195
|
-
/>
|
|
196
|
-
</span>
|
|
197
|
-
<template v-else-if="isObjectProp(column.prop)">
|
|
198
|
-
<!-- isObjectProp => prop.indexOf('.') > 0 -->
|
|
199
|
-
<span v-if="column.formatter && column.formatter.type === 'files'" type="primary">
|
|
200
|
-
<span
|
|
201
|
-
:id="column.prop + 'DomData' + rowIndex"
|
|
202
|
-
:title="isShowOverflowTooltip ? $escapeHtml(getLabel(row)) : ''"
|
|
203
|
-
:class="textOverflow === 'newline' ? 'wrap-text' : 'ellipsis cell--span'"
|
|
204
|
-
>
|
|
205
|
-
<FsPreview
|
|
206
|
-
:entity="row"
|
|
207
|
-
:file-set-obj="getFilesFormatter()"
|
|
208
|
-
:is-sql="isSql"
|
|
209
|
-
:label="$escapeHtml(getLabel(row, rowIndex))"
|
|
210
|
-
/>
|
|
211
|
-
</span>
|
|
212
|
-
</span>
|
|
213
|
-
<!-- <el-link
|
|
214
|
-
v-else-if="
|
|
215
|
-
columnFormatter !== undefined &&
|
|
216
|
-
columnFormatter.type !== undefined &&
|
|
217
|
-
columnFormatter.type === 'hyperlinks' &&
|
|
218
|
-
getMyHyperLinkSetting(row).visible === true
|
|
219
|
-
"
|
|
220
|
-
type="primary"
|
|
221
|
-
@click="clickHyperLink(column, row, listCode, rowIndex)"
|
|
222
|
-
> -->
|
|
223
|
-
<el-link
|
|
224
|
-
v-else-if="columnFormatter?.type === 'hyperlinks' && linkObject.visible === true"
|
|
225
|
-
:type="getLinkType(row)"
|
|
226
|
-
@click="clickHyperLink(column, row, listCode, rowIndex)"
|
|
227
|
-
>
|
|
228
|
-
<span
|
|
229
|
-
v-if="isShowOverflowTooltip"
|
|
230
|
-
:id="column.prop + 'DomData' + rowIndex"
|
|
231
|
-
:style="textOverflow === 'newline' ? {} : { width: cellWidth + 'px' }"
|
|
232
|
-
:title="linkObject.title"
|
|
233
|
-
:class="textOverflow === 'newline' ? 'wrap-text' : 'ellipsis cell--span'"
|
|
234
|
-
>{{ linkObject.label }}
|
|
235
|
-
<SuperIcon v-if="linkObject.icon" :iconValue="linkObject.icon"></SuperIcon>
|
|
236
|
-
</span>
|
|
237
|
-
<span v-else :id="column.prop + 'DomData' + rowIndex" :class="isShowForm ? '' : 'cell--span'"
|
|
238
|
-
>{{ linkObject.label }}
|
|
239
|
-
<SuperIcon v-if="linkObject.icon" :iconValue="linkObject.icon"></SuperIcon>
|
|
240
|
-
</span>
|
|
241
|
-
</el-link>
|
|
242
|
-
<span
|
|
243
|
-
v-else-if="isShowOverflowTooltip"
|
|
244
|
-
:id="column.prop + 'DomData' + rowIndex"
|
|
245
|
-
:style="textOverflow === 'newline' ? {} : { width: cellWidth + 'px' }"
|
|
246
|
-
:title="$escapeHtml(getLabel(row))"
|
|
247
|
-
:class="textOverflow === 'newline' ? 'wrap-text' : 'ellipsis cell--span'"
|
|
248
|
-
>{{ $escapeHtml(getLabel(row, rowIndex)) }}</span
|
|
249
|
-
>
|
|
250
|
-
<span v-else :id="column.prop + 'DomData' + rowIndex" :class="isShowForm ? '' : 'cell--span'">{{
|
|
251
|
-
$escapeHtml(getLabel(row, rowIndex))
|
|
252
|
-
}}</span>
|
|
253
|
-
</template>
|
|
254
|
-
<template v-else>
|
|
255
|
-
<span
|
|
256
|
-
v-if="column.componentType === 'annex' || column.componentType === 'multipartUpload'"
|
|
257
|
-
type="primary"
|
|
258
|
-
style="width: 100%"
|
|
259
|
-
>
|
|
260
|
-
<span
|
|
261
|
-
v-if="isShowOverflowTooltip"
|
|
262
|
-
:id="column.prop + 'DomData' + rowIndex"
|
|
263
|
-
:title="$escapeHtml(getLabel(row))"
|
|
264
|
-
:class="textOverflow === 'newline' ? 'wrap-text' : 'ellipsis cell--span'"
|
|
265
|
-
>
|
|
266
|
-
<FsPreview
|
|
267
|
-
:width="cellWidth"
|
|
268
|
-
:entity="row"
|
|
269
|
-
:file-set-obj="getFileObj(column.fileSet)"
|
|
270
|
-
:is-sql="isSql"
|
|
271
|
-
:label="$escapeHtml(getLabel(row, rowIndex))"
|
|
272
|
-
/>
|
|
273
|
-
</span>
|
|
274
|
-
<span v-else :id="column.prop + 'DomData' + rowIndex" :class="isShowForm ? '' : 'cell--span'">
|
|
275
|
-
<FsPreview
|
|
276
|
-
:entity="row"
|
|
277
|
-
:file-set-obj="getFileObj(column.fileSet)"
|
|
278
|
-
:is-sql="isSql"
|
|
279
|
-
:label="$escapeHtml(getLabel(row, rowIndex))"
|
|
280
|
-
/>
|
|
281
|
-
</span>
|
|
282
|
-
</span>
|
|
283
|
-
<span v-else-if="column.formatter && column.formatter.type === 'files'">
|
|
284
|
-
<span
|
|
285
|
-
:id="column.prop + 'DomData' + rowIndex"
|
|
286
|
-
:title="isShowOverflowTooltip ? $escapeHtml(getLabel(row)) : ''"
|
|
287
|
-
:class="textOverflow === 'newline' ? 'wrap-text' : 'ellipsis cell--span'"
|
|
288
|
-
>
|
|
289
|
-
<FsPreview
|
|
290
|
-
:entity="row"
|
|
291
|
-
:file-set-obj="getFilesFormatter()"
|
|
292
|
-
:is-sql="isSql"
|
|
293
|
-
:label="$escapeHtml(getLabel(row, rowIndex))"
|
|
294
|
-
/>
|
|
295
|
-
</span>
|
|
296
|
-
</span>
|
|
297
|
-
<!-- 超链接 -->
|
|
298
|
-
<el-link
|
|
299
|
-
v-else-if="columnFormatter?.type === 'hyperlinks' && linkObject.visible"
|
|
300
|
-
type="primary"
|
|
301
|
-
@click="clickHyperLink(column, row, listCode, rowIndex)"
|
|
302
|
-
>
|
|
303
|
-
<span
|
|
304
|
-
v-if="isShowOverflowTooltip"
|
|
305
|
-
:id="column.prop + 'DomData' + rowIndex"
|
|
306
|
-
:style="textOverflow === 'newline' ? {} : { width: cellWidth + 'px' }"
|
|
307
|
-
:title="$escapeHtml(linkObject.title)"
|
|
308
|
-
:class="textOverflow === 'newline' ? 'wrap-text' : 'ellipsis cell--span'"
|
|
309
|
-
>{{ $escapeHtml(linkObject.label) }}
|
|
310
|
-
<SuperIcon v-if="linkObject.icon" :iconValue="linkObject.icon"></SuperIcon>
|
|
311
|
-
</span>
|
|
312
|
-
<span v-else :id="column.prop + 'DomData' + rowIndex" :class="isShowForm ? '' : 'cell--span'"
|
|
313
|
-
>{{ $escapeHtml(linkObject.label) }}
|
|
314
|
-
<SuperIcon v-if="linkObject.icon" :iconValue="linkObject.icon"></SuperIcon>
|
|
315
|
-
</span>
|
|
316
|
-
</el-link>
|
|
317
|
-
<!-- 富文本 -->
|
|
318
|
-
<template v-else-if="column.formatter && column.formatter.type === 'richEditor'">
|
|
319
|
-
<el-tooltip :content="$t('superGrid.show')" class="item" effect="dark" placement="top">
|
|
320
|
-
<em class="fa fa-info-circle annex-cell" @click="showRichEditorContent(row, column, getHeader())" />
|
|
321
|
-
</el-tooltip>
|
|
322
|
-
</template>
|
|
323
|
-
<GridIcon
|
|
324
|
-
v-else-if="column.formatter && column.formatter.type === 'icon'"
|
|
325
|
-
:id="column.prop + 'DomData' + rowIndex"
|
|
326
|
-
:column="column"
|
|
327
|
-
:row="row"
|
|
328
|
-
:row-index="rowIndex"
|
|
329
|
-
:is-sql="isSql"
|
|
330
|
-
:list-code="listCode"
|
|
331
|
-
/>
|
|
332
|
-
<span
|
|
333
|
-
v-else-if="isShowOverflowTooltip"
|
|
334
|
-
:id="column.prop + 'DomData' + rowIndex"
|
|
335
|
-
:style="textOverflow === 'newline' ? {} : { width: cellWidth + 'px' }"
|
|
336
|
-
:title="getLabel(row)"
|
|
337
|
-
:class="textOverflow === 'newline' ? 'wrap-text' : 'ellipsis cell--span'"
|
|
338
|
-
v-html="$escapeHtml(getLabel(row, rowIndex))"
|
|
339
|
-
/>
|
|
340
|
-
<span v-else :id="column.prop + 'DomData' + rowIndex" :class="isShowForm ? '' : 'cell--span'">{{
|
|
341
|
-
$escapeHtml(getLabel(row, rowIndex))
|
|
342
|
-
}}</span>
|
|
343
|
-
</template>
|
|
344
|
-
</div>
|
|
345
|
-
<view-image-dialog v-if="showSingleImgFlag" :file-list="fileList" @close="showSingleImgFlag = false" />
|
|
346
|
-
<rich-editor-viewer
|
|
347
|
-
v-if="showRichEditorViewer"
|
|
348
|
-
ref="richEditorViewerRef"
|
|
349
|
-
@closeRichEditorContent="closeRichEditorContent"
|
|
350
|
-
/>
|
|
351
|
-
</div>
|
|
352
|
-
</template>
|
|
353
|
-
|
|
354
|
-
<script>
|
|
355
|
-
import { CirclePlus, ZoomIn as ElIconZoomIn } from '@element-plus/icons-vue'
|
|
356
|
-
import { $emit, $off, $on } from '../../utils/gogocodeTransfer'
|
|
357
|
-
import {
|
|
358
|
-
ArrowKeyAction,
|
|
359
|
-
getColumnValues,
|
|
360
|
-
isDisableEdit,
|
|
361
|
-
getFileList,
|
|
362
|
-
isDynamicDataSourceSource,
|
|
363
|
-
isHasEditOption,
|
|
364
|
-
isRequiredEdit,
|
|
365
|
-
getAdditionalParamMap,
|
|
366
|
-
isEditOptionFunction
|
|
367
|
-
} from './utils'
|
|
368
|
-
import DynamicInput from './dynamic-input.vue'
|
|
369
|
-
import store from './store'
|
|
370
|
-
import { doFormatWithValueSet } from './formatter'
|
|
371
|
-
import customFormatter from './custom-formatter'
|
|
372
|
-
import RowOperation from './row-operation.vue'
|
|
373
|
-
import apis from './apis'
|
|
374
|
-
import { mapGetters } from 'vuex'
|
|
375
|
-
import { getEntityFieldValue, getParentObjectUtil, formatCustomParams } from '../../../src/utils/util'
|
|
376
|
-
import ViewImageDialog from './view-image-dialog.vue'
|
|
377
|
-
import eventBus from './eventBus'
|
|
378
|
-
import FsPreview from '../../fs-preview'
|
|
379
|
-
import RichEditorViewer from '../../rich-editor/viewer.vue'
|
|
380
|
-
import GridIcon from './components/grid-icon.vue'
|
|
381
|
-
import { formatScanRuleSets } from './scan-util.ts'
|
|
382
|
-
import storeVuex from '../../../src/store'
|
|
383
|
-
import { isPromise } from '../../../src/utils/common-util'
|
|
384
|
-
import { ElMessage } from 'element-plus'
|
|
385
|
-
|
|
386
|
-
export default {
|
|
387
|
-
components: {
|
|
388
|
-
DynamicInput,
|
|
389
|
-
RowOperation,
|
|
390
|
-
ViewImageDialog,
|
|
391
|
-
FsPreview,
|
|
392
|
-
RichEditorViewer,
|
|
393
|
-
CirclePlus,
|
|
394
|
-
ElIconZoomIn,
|
|
395
|
-
GridIcon
|
|
396
|
-
},
|
|
397
|
-
name: 'NormalColumnContent',
|
|
398
|
-
props: {
|
|
399
|
-
// 强制文案方式展示
|
|
400
|
-
isContentViewText: {
|
|
401
|
-
type: Boolean,
|
|
402
|
-
default: false
|
|
403
|
-
},
|
|
404
|
-
column: {
|
|
405
|
-
type: Object,
|
|
406
|
-
default: null
|
|
407
|
-
},
|
|
408
|
-
customFormat: {
|
|
409
|
-
type: Function,
|
|
410
|
-
default: null
|
|
411
|
-
},
|
|
412
|
-
listCode: {
|
|
413
|
-
type: String,
|
|
414
|
-
default: null
|
|
415
|
-
},
|
|
416
|
-
isSql: {
|
|
417
|
-
type: Boolean,
|
|
418
|
-
default: false
|
|
419
|
-
},
|
|
420
|
-
newWidth: {
|
|
421
|
-
type: Number,
|
|
422
|
-
default: null
|
|
423
|
-
},
|
|
424
|
-
dragColumnProp: {
|
|
425
|
-
type: String,
|
|
426
|
-
default: null
|
|
427
|
-
},
|
|
428
|
-
tableName: {
|
|
429
|
-
type: String,
|
|
430
|
-
default: null
|
|
431
|
-
},
|
|
432
|
-
pageCode: {
|
|
433
|
-
type: String,
|
|
434
|
-
default: null
|
|
435
|
-
},
|
|
436
|
-
listName: {
|
|
437
|
-
type: String,
|
|
438
|
-
default: null
|
|
439
|
-
},
|
|
440
|
-
currentPage: {
|
|
441
|
-
type: Number,
|
|
442
|
-
default: 1
|
|
443
|
-
},
|
|
444
|
-
gridData: {
|
|
445
|
-
type: Array,
|
|
446
|
-
default: null
|
|
447
|
-
},
|
|
448
|
-
pageGridData: {
|
|
449
|
-
type: Array,
|
|
450
|
-
default: null
|
|
451
|
-
},
|
|
452
|
-
listToolbarFormData: {
|
|
453
|
-
type: Object,
|
|
454
|
-
default: null
|
|
455
|
-
},
|
|
456
|
-
// 行记录
|
|
457
|
-
row: {
|
|
458
|
-
type: Object,
|
|
459
|
-
default: null
|
|
460
|
-
},
|
|
461
|
-
// 行记录序号
|
|
462
|
-
rowIndex: {
|
|
463
|
-
type: Number,
|
|
464
|
-
default: null
|
|
465
|
-
},
|
|
466
|
-
// 是否在查看子表记录
|
|
467
|
-
isShowForm: {
|
|
468
|
-
type: Boolean,
|
|
469
|
-
default: false
|
|
470
|
-
}
|
|
471
|
-
},
|
|
472
|
-
data() {
|
|
473
|
-
let parentFormData
|
|
474
|
-
const gridParams = store.get(this.listCode)
|
|
475
|
-
const options = gridParams.options
|
|
476
|
-
if (gridParams.options.extraParam && gridParams.options.extraParam.entityMap) {
|
|
477
|
-
parentFormData = gridParams.options.extraParam.entityMap
|
|
478
|
-
}
|
|
479
|
-
const additionalParamMap = getAdditionalParamMap(gridParams)
|
|
480
|
-
let controlConfig = {}
|
|
481
|
-
if (this.column.controlConfig) {
|
|
482
|
-
controlConfig = JSON.parse(this.column.controlConfig)
|
|
483
|
-
}
|
|
484
|
-
|
|
485
|
-
let scanEnable = false
|
|
486
|
-
if (controlConfig.scanEnable) {
|
|
487
|
-
scanEnable = true
|
|
488
|
-
}
|
|
489
|
-
const componentId = this.listCode + '_' + this.column.prop
|
|
490
|
-
let lineEdit
|
|
491
|
-
if (gridParams.lineEdit !== null && gridParams.lineEdit !== undefined) {
|
|
492
|
-
lineEdit = gridParams.lineEdit
|
|
493
|
-
}
|
|
494
|
-
let textOverflow = 'hidden'
|
|
495
|
-
if (gridParams.basicInfo && gridParams.basicInfo.textOverflow) {
|
|
496
|
-
textOverflow = gridParams.basicInfo.textOverflow
|
|
497
|
-
}
|
|
498
|
-
if (this.isShowForm) {
|
|
499
|
-
textOverflow = 'newline'
|
|
500
|
-
}
|
|
501
|
-
return {
|
|
502
|
-
selectRow: null,
|
|
503
|
-
that: this,
|
|
504
|
-
columnFormatter: this.column.formatter,
|
|
505
|
-
hyperLinks: {},
|
|
506
|
-
fileDownType: '',
|
|
507
|
-
isFormSubTable: false, // 是否是表单子表
|
|
508
|
-
subTableCanAdd: true, // 表单子表时是否有新增权限
|
|
509
|
-
isShowAdd: false, // 是否显示表头的新增按钮
|
|
510
|
-
cellWidth: null,
|
|
511
|
-
parentFormData,
|
|
512
|
-
fileMultiple: false, // 附件上传是否多选
|
|
513
|
-
showSingleImgFlag: false,
|
|
514
|
-
singleImgSrc: '',
|
|
515
|
-
fileList: [],
|
|
516
|
-
index: null,
|
|
517
|
-
isEditable: this.column.editable,
|
|
518
|
-
showRichEditorViewer: false,
|
|
519
|
-
getFormData: gridParams.options.getFormData,
|
|
520
|
-
getTableGridData: gridParams.options.getGridData,
|
|
521
|
-
additionalParamMap,
|
|
522
|
-
disabled: false,
|
|
523
|
-
additionalSettings: this.getColumnCustomControlControlConfig(this.column.formatter),
|
|
524
|
-
scanEnable,
|
|
525
|
-
componentId,
|
|
526
|
-
controlConfig,
|
|
527
|
-
requiredClass: '',
|
|
528
|
-
lineEdit,
|
|
529
|
-
options,
|
|
530
|
-
textOverflow,
|
|
531
|
-
linkObject: {}
|
|
532
|
-
}
|
|
533
|
-
},
|
|
534
|
-
computed: {
|
|
535
|
-
isHideEdit() {
|
|
536
|
-
if (this.disabled) return true
|
|
537
|
-
// if (['customControl'].includes(this.columnFormatter?.type) && this.columnFormatter?.options?.format) return true
|
|
538
|
-
// if (this.column?.operations?.some(operation => operation?.props?.customControl)) return true
|
|
539
|
-
return false
|
|
540
|
-
},
|
|
541
|
-
$rowGuId() {
|
|
542
|
-
return `${this.row.$rowDataGuId ?? this.row.id ?? this.rowIndex}`
|
|
543
|
-
},
|
|
544
|
-
// 字段唯一标识
|
|
545
|
-
$rowColumnDataGuId() {
|
|
546
|
-
return `${this.$rowGuId}_${this.column.prop}`
|
|
547
|
-
},
|
|
548
|
-
// 手动触发编辑状态
|
|
549
|
-
isEditing() {
|
|
550
|
-
try {
|
|
551
|
-
// 是否符合编辑条件
|
|
552
|
-
if (!this.validateEditConditions()) {
|
|
553
|
-
return false
|
|
554
|
-
}
|
|
555
|
-
// 没权限
|
|
556
|
-
if (!this.hasEditPermission) return
|
|
557
|
-
// 检测到单选修改模式
|
|
558
|
-
if (storeVuex.getters.isEditing(this.$rowColumnDataGuId)) return true
|
|
559
|
-
// 判定不是子表情况
|
|
560
|
-
if (!this.isFormSubTable) {
|
|
561
|
-
if (this.row.$editing) {
|
|
562
|
-
// 检测是否是单元格同一行
|
|
563
|
-
if (storeVuex.getters.isRowEditing(this.$rowGuId)) return false
|
|
564
|
-
return true
|
|
565
|
-
}
|
|
566
|
-
}
|
|
567
|
-
return this.row.$editing
|
|
568
|
-
} catch (error) {
|
|
569
|
-
return false
|
|
570
|
-
}
|
|
571
|
-
},
|
|
572
|
-
// 基础编辑权限
|
|
573
|
-
hasEditPermission() {
|
|
574
|
-
return this.lineEdit.editable && this.isEditable && !this.isContentViewText
|
|
575
|
-
},
|
|
576
|
-
// lineEdit() {
|
|
577
|
-
// let isLineEdit = false
|
|
578
|
-
// if (this.listCode) {
|
|
579
|
-
// const gridParams = store.get(this.listCode)
|
|
580
|
-
// if (gridParams.lineEdit !== null && gridParams.lineEdit !== undefined) {
|
|
581
|
-
// isLineEdit = gridParams.lineEdit
|
|
582
|
-
// } else {
|
|
583
|
-
// isLineEdit = false
|
|
584
|
-
// }
|
|
585
|
-
// }
|
|
586
|
-
// return isLineEdit
|
|
587
|
-
// },
|
|
588
|
-
|
|
589
|
-
...mapGetters(['preventReclick'])
|
|
590
|
-
},
|
|
591
|
-
watch: {
|
|
592
|
-
// 取消行时候
|
|
593
|
-
'row.$editing': {
|
|
594
|
-
deep: true,
|
|
595
|
-
handler(newValue) {
|
|
596
|
-
if ([false].includes(newValue)) {
|
|
597
|
-
this.clearAllEditing()
|
|
598
|
-
}
|
|
599
|
-
}
|
|
600
|
-
},
|
|
601
|
-
isSql: {
|
|
602
|
-
deep: true,
|
|
603
|
-
|
|
604
|
-
handler(newValue, oldValue) {
|
|
605
|
-
this.isSql = newValue
|
|
606
|
-
}
|
|
607
|
-
},
|
|
608
|
-
newWidth: {
|
|
609
|
-
deep: true,
|
|
610
|
-
|
|
611
|
-
handler(newValue, oldValue) {
|
|
612
|
-
if (
|
|
613
|
-
newValue !== undefined &&
|
|
614
|
-
newValue !== null &&
|
|
615
|
-
this.dragColumnProp &&
|
|
616
|
-
this.dragColumnProp === this.column.prop
|
|
617
|
-
) {
|
|
618
|
-
this.cellWidth = newValue
|
|
619
|
-
}
|
|
620
|
-
}
|
|
621
|
-
}
|
|
622
|
-
},
|
|
623
|
-
created() {
|
|
624
|
-
if (this.column.width) {
|
|
625
|
-
this.cellWidth = this.column.width - 10
|
|
626
|
-
}
|
|
627
|
-
const gridParams = store.get(this.listCode)
|
|
628
|
-
if (gridParams && gridParams.options && gridParams.options.isFormSubTable) {
|
|
629
|
-
this.isFormSubTable = gridParams.options.isFormSubTable
|
|
630
|
-
}
|
|
631
|
-
this.disabled = isDisableEdit(this.column.prop, this.listCode, this.row)
|
|
632
|
-
if (
|
|
633
|
-
gridParams &&
|
|
634
|
-
gridParams.options &&
|
|
635
|
-
gridParams.options.subTableCanAdd !== undefined &&
|
|
636
|
-
gridParams.options.subTableCanAdd !== null
|
|
637
|
-
) {
|
|
638
|
-
this.subTableCanAdd = gridParams.options.subTableCanAdd
|
|
639
|
-
}
|
|
640
|
-
if (this.column.prop && this.column.prop === 'operation') {
|
|
641
|
-
// 如果是操作列按钮则不显示省略号
|
|
642
|
-
this.isShowOverflowTooltip = false
|
|
643
|
-
} else {
|
|
644
|
-
if (
|
|
645
|
-
typeof gridParams.options.showOverflowTooltip !== 'undefined' &&
|
|
646
|
-
gridParams.options.showOverflowTooltip === false
|
|
647
|
-
) {
|
|
648
|
-
this.isShowOverflowTooltip = false
|
|
649
|
-
} else {
|
|
650
|
-
this.isShowOverflowTooltip = true
|
|
651
|
-
}
|
|
652
|
-
}
|
|
653
|
-
if (gridParams.isHasDynamic === undefined && this.column.dynamic !== undefined && this.column.dynamic === true) {
|
|
654
|
-
// 当前列表中有动态列
|
|
655
|
-
gridParams.isHasDynamic = true
|
|
656
|
-
}
|
|
657
|
-
this.label = this.getHeader()
|
|
658
|
-
if (this.column.operations) {
|
|
659
|
-
// console.log('this.column.operations', this.column.operations)
|
|
660
|
-
}
|
|
661
|
-
// console.log('gridParams.options.subTableCanAdd=', gridParams.options.subTableCanAdd, 'this.subTableCanAdd=', this.subTableCanAdd)
|
|
662
|
-
this.isShowAdd =
|
|
663
|
-
this.isFormSubTable &&
|
|
664
|
-
this.column.prop === 'operation' &&
|
|
665
|
-
this.subTableCanAdd &&
|
|
666
|
-
gridParams.options &&
|
|
667
|
-
gridParams.options.showOperationButton
|
|
668
|
-
if (this.column.fileSet && this.column.fileSet !== '' && this.column.componentType === 'annex') {
|
|
669
|
-
const fileSetObj = JSON.parse(this.column.fileSet)
|
|
670
|
-
if (fileSetObj && fileSetObj.multiple) {
|
|
671
|
-
this.fileMultiple = true
|
|
672
|
-
}
|
|
673
|
-
}
|
|
674
|
-
this.setScanRuleSets()
|
|
675
|
-
this.requiredClass = this.isRequired(this.row.$editing) ? 'm-requried column-text-main' : ''
|
|
676
|
-
if (this.columnFormatter?.type === 'hyperlinks') {
|
|
677
|
-
this.linkObject = this.getMyHyperLinkSetting(this.row, this.rowIndex, this.listCode)
|
|
678
|
-
}
|
|
679
|
-
},
|
|
680
|
-
mounted() {
|
|
681
|
-
if (this.controlConfig) {
|
|
682
|
-
const gridParams = store.get(this.listCode)
|
|
683
|
-
formatCustomParams(this.controlConfig.customParams, gridParams.pageContext, this.row)
|
|
684
|
-
}
|
|
685
|
-
// 监听取消自定义编辑事件
|
|
686
|
-
eventBus.$on('clearTableAllStartEditing', () => {
|
|
687
|
-
this.clearAllEditing()
|
|
688
|
-
})
|
|
689
|
-
// 监听保存时点击按钮事件线触发
|
|
690
|
-
$on(eventBus, 'un-edit', (param) => {
|
|
691
|
-
// 处理多选选项组问题保存问题
|
|
692
|
-
if (
|
|
693
|
-
this.column.componentType &&
|
|
694
|
-
(this.column.componentType === 'multiselect' || this.column.componentType === 'select')
|
|
695
|
-
) {
|
|
696
|
-
const isDynamic = isDynamicDataSourceSource(this.column)
|
|
697
|
-
let beforeColumnValue = param.row[this.column.prop]
|
|
698
|
-
if (!isDynamic) {
|
|
699
|
-
// 选项组保存时将数组处理为字符串
|
|
700
|
-
if (beforeColumnValue && Object.prototype.toString.apply(beforeColumnValue) === '[object Array]') {
|
|
701
|
-
// 如果是数组才需要转换
|
|
702
|
-
param.row[this.column.prop] = beforeColumnValue.join(',')
|
|
703
|
-
}
|
|
704
|
-
} else {
|
|
705
|
-
// 动态数据源多选保存时,获取已选择的字段,由于多选选项组的值是数组,保存时要拼接成“ ,” 分隔的字符串
|
|
706
|
-
if ('_dynamic-source-data-' + this.column.prop in this.column) {
|
|
707
|
-
const temp = this.column['_dynamic-source-data-' + this.column.prop]
|
|
708
|
-
const valueSetOptions = temp.valueSetOptions
|
|
709
|
-
// 获取当前字段对应在映射关系中对应的是动态数据源中的哪一个字段key
|
|
710
|
-
let selectDataKey
|
|
711
|
-
for (let i = 0; i < valueSetOptions.length; i++) {
|
|
712
|
-
const valueSetOption = valueSetOptions[i]
|
|
713
|
-
if (this.column.prop === valueSetOption.valueColumn.dbColumnName) {
|
|
714
|
-
selectDataKey = valueSetOption.columnName
|
|
715
|
-
break
|
|
716
|
-
}
|
|
717
|
-
}
|
|
718
|
-
if (selectDataKey) {
|
|
719
|
-
// beforeColumnValue是数组值,如果是单选则是字符串
|
|
720
|
-
if (this.column.componentType === 'select') {
|
|
721
|
-
if (selectDataKey !== temp.valueAttribute) {
|
|
722
|
-
// 解决当前字段不是动态数据源选项值所映射的字段的问题 例如当前字段是工厂名称, 动态数据源选项值是工厂编码
|
|
723
|
-
// 当前字段映射的是工厂名称,
|
|
724
|
-
// 筛选动态数据源选项值字段对应的当前字段所映射的字段, 例如 根据工厂编码找工厂编码对应的工厂名称
|
|
725
|
-
// 找出名称后赋值给当前字段
|
|
726
|
-
const filterValue = temp.optionItems.find((item) => item[temp.valueAttribute] === beforeColumnValue)
|
|
727
|
-
if (filterValue) {
|
|
728
|
-
beforeColumnValue = filterValue[selectDataKey]
|
|
729
|
-
}
|
|
730
|
-
}
|
|
731
|
-
param.row[this.column.prop] = beforeColumnValue
|
|
732
|
-
} else {
|
|
733
|
-
if (beforeColumnValue && selectDataKey !== temp.valueAttribute) {
|
|
734
|
-
if (typeof beforeColumnValue === 'string') {
|
|
735
|
-
beforeColumnValue = beforeColumnValue.split(',')
|
|
736
|
-
}
|
|
737
|
-
// 解决当前字段不是动态数据源选项值所映射的字段的问题 例如当前字段是工厂名称, 动态数据源选项值是工厂编码
|
|
738
|
-
const t = []
|
|
739
|
-
beforeColumnValue.forEach((selectItem) => {
|
|
740
|
-
if (selectDataKey !== temp.valueAttribute) {
|
|
741
|
-
const filterValue = temp.optionItems.find((option) => option[temp.valueAttribute] === selectItem)
|
|
742
|
-
if (filterValue) {
|
|
743
|
-
t.push(filterValue[selectDataKey])
|
|
744
|
-
}
|
|
745
|
-
}
|
|
746
|
-
})
|
|
747
|
-
if (t.length > 0) {
|
|
748
|
-
beforeColumnValue = t
|
|
749
|
-
param.row[this.column.prop] = beforeColumnValue.join(',')
|
|
750
|
-
}
|
|
751
|
-
}
|
|
752
|
-
}
|
|
753
|
-
}
|
|
754
|
-
} else {
|
|
755
|
-
if (beforeColumnValue && Object.prototype.toString.apply(beforeColumnValue) === '[object Array]') {
|
|
756
|
-
// 如果是数组才需要转换
|
|
757
|
-
param.row[this.column.prop] = beforeColumnValue.join(',')
|
|
758
|
-
}
|
|
759
|
-
}
|
|
760
|
-
}
|
|
761
|
-
}
|
|
762
|
-
})
|
|
763
|
-
const that = this
|
|
764
|
-
if (this.$parent.$parent && this.$parent.$parent.$options._componentTag === 'GroupColumn') {
|
|
765
|
-
eventBus.$on('prohibitToEdit', (param) => {
|
|
766
|
-
if (param[that.column.prop] !== undefined) {
|
|
767
|
-
that.fnProhibitToEdit(param[that.column.prop])
|
|
768
|
-
}
|
|
769
|
-
})
|
|
770
|
-
}
|
|
771
|
-
},
|
|
772
|
-
unmounted() {
|
|
773
|
-
$off(eventBus, 'un-edit')
|
|
774
|
-
if (this.$parent.$parent && this.$parent.$parent.$options._componentTag === 'GroupColumn') {
|
|
775
|
-
eventBus.$off('prohibitToEdit')
|
|
776
|
-
}
|
|
777
|
-
eventBus.$off('clearTableAllStartEditing')
|
|
778
|
-
},
|
|
779
|
-
methods: {
|
|
780
|
-
...customFormatter,
|
|
781
|
-
...apis,
|
|
782
|
-
// 清理所有手动编辑
|
|
783
|
-
clearAllEditing() {
|
|
784
|
-
if (this.hasEditPermission) {
|
|
785
|
-
storeVuex?.dispatch?.('clearAllEditing')
|
|
786
|
-
}
|
|
787
|
-
},
|
|
788
|
-
// 手动编辑触发
|
|
789
|
-
async onEditing(event) {
|
|
790
|
-
if (this.hasEditPermission && !this.isEditing) {
|
|
791
|
-
let canEdit = true
|
|
792
|
-
// 触发编辑前事件
|
|
793
|
-
if (isEditOptionFunction('beforeEdit', this.listCode)) {
|
|
794
|
-
canEdit = await this.triggerCustomEvent('beforeEdit')
|
|
795
|
-
}
|
|
796
|
-
if (!canEdit) return
|
|
797
|
-
event.stopPropagation()
|
|
798
|
-
|
|
799
|
-
const onEditing = () => {
|
|
800
|
-
this.clearAllEditing()
|
|
801
|
-
storeVuex?.dispatch?.('setRowEditing', {
|
|
802
|
-
$rowDataGuId: this.$rowColumnDataGuId,
|
|
803
|
-
isEditing: true
|
|
804
|
-
})
|
|
805
|
-
setTimeout(this.focusBottomInput, 400)
|
|
806
|
-
}
|
|
807
|
-
|
|
808
|
-
if (!this.isFormSubTable) {
|
|
809
|
-
// 非子表
|
|
810
|
-
if (storeVuex.getters.isConfigEditing) {
|
|
811
|
-
if (storeVuex.getters.isRowEditing(this.$rowGuId)) {
|
|
812
|
-
onEditing()
|
|
813
|
-
} else {
|
|
814
|
-
const isNext = this.isLastEditRowSaveMessage(this.listCode)
|
|
815
|
-
if (!isNext) return
|
|
816
|
-
}
|
|
817
|
-
// else {
|
|
818
|
-
// // this.isLastEditRowSaveMessage(this.listCode)
|
|
819
|
-
// // this.confirmBeforeSwitchingRow(this.listCode, () => { })
|
|
820
|
-
// }
|
|
821
|
-
} else {
|
|
822
|
-
const isNext = this.isLastEditRowSaveMessage(this.listCode)
|
|
823
|
-
if (!isNext) return
|
|
824
|
-
// 如果不是子表 则 开启 编辑模式
|
|
825
|
-
this.editRow(this.rowIndex, this.listCode, true, true)
|
|
826
|
-
onEditing()
|
|
827
|
-
}
|
|
828
|
-
} else {
|
|
829
|
-
// 取消所有列编辑状态
|
|
830
|
-
this.restoreGridEdit(this.listCode)
|
|
831
|
-
// 子表
|
|
832
|
-
onEditing()
|
|
833
|
-
}
|
|
834
|
-
}
|
|
835
|
-
},
|
|
836
|
-
// 默认聚焦渲染组件
|
|
837
|
-
focusBottomInput() {
|
|
838
|
-
this.$nextTick(() => {
|
|
839
|
-
try {
|
|
840
|
-
const getOffsetParent = (selectorAll) => {
|
|
841
|
-
return selectorAll
|
|
842
|
-
? Array.from(this.$refs.dynamicRef.$el.querySelectorAll(selectorAll)).filter(
|
|
843
|
-
(control) => !!control.offsetParent
|
|
844
|
-
)
|
|
845
|
-
: []
|
|
846
|
-
}
|
|
847
|
-
|
|
848
|
-
let visibleFormControls = getOffsetParent('.el-select, .el-date-picker, .el-upload')
|
|
849
|
-
if (visibleFormControls.length) {
|
|
850
|
-
visibleFormControls[0].click()
|
|
851
|
-
} else {
|
|
852
|
-
visibleFormControls = getOffsetParent('input, textarea')
|
|
853
|
-
if (visibleFormControls.length > 0) {
|
|
854
|
-
const bottomControl = visibleFormControls.reduce((prev, current) => {
|
|
855
|
-
return current.getBoundingClientRect().bottom > prev.getBoundingClientRect().bottom ? current : prev
|
|
856
|
-
})
|
|
857
|
-
if (['INPUT', 'TEXTAREA'].includes(bottomControl.tagName)) {
|
|
858
|
-
bottomControl.focus()
|
|
859
|
-
bottomControl.select()
|
|
860
|
-
}
|
|
861
|
-
}
|
|
862
|
-
}
|
|
863
|
-
} catch (error) {
|
|
864
|
-
console.error(error)
|
|
865
|
-
}
|
|
866
|
-
})
|
|
867
|
-
},
|
|
868
|
-
getFileObj(fileSet) {
|
|
869
|
-
if (fileSet) {
|
|
870
|
-
return JSON.parse(fileSet)
|
|
871
|
-
}
|
|
872
|
-
},
|
|
873
|
-
getHeader() {
|
|
874
|
-
if (!this.column.titleValueSet) {
|
|
875
|
-
return this.column.label.replace(/\\n/g, '</br>')
|
|
876
|
-
} else {
|
|
877
|
-
return this.formatHeader()
|
|
878
|
-
}
|
|
879
|
-
},
|
|
880
|
-
formatHeader() {
|
|
881
|
-
return doFormatWithValueSet(this.column.titleValueSetValue, this.column.label)
|
|
882
|
-
},
|
|
883
|
-
filterHandler(value, row, column) {
|
|
884
|
-
const property = column['property']
|
|
885
|
-
return row[property] === value
|
|
886
|
-
},
|
|
887
|
-
onFocus(index) {
|
|
888
|
-
const gridParams = store.get(this.listCode)
|
|
889
|
-
if (gridParams.lineEdit.editingCell) {
|
|
890
|
-
gridParams.lineEdit.editingCell.row = index
|
|
891
|
-
gridParams.lineEdit.editingCell.prop = this.column.prop
|
|
892
|
-
}
|
|
893
|
-
},
|
|
894
|
-
findIndex(index) {
|
|
895
|
-
this.index = index
|
|
896
|
-
const gridParams = store.get(this.listCode)
|
|
897
|
-
if (gridParams.lineEdit.editingCell) {
|
|
898
|
-
gridParams.lineEdit.editingCell.row = index
|
|
899
|
-
gridParams.lineEdit.editingCell.prop = this.column.prop
|
|
900
|
-
}
|
|
901
|
-
},
|
|
902
|
-
refresData(data) {
|
|
903
|
-
$emit(this, 'refresData', data)
|
|
904
|
-
},
|
|
905
|
-
refresPortData(port, value) {
|
|
906
|
-
const gridParams = store.get(this.listCode)
|
|
907
|
-
console.log('gridParams', gridParams)
|
|
908
|
-
console.log('this.index', this.index)
|
|
909
|
-
if (gridParams && gridParams.lineEdit && gridParams.lineEdit.editingCell) {
|
|
910
|
-
$emit(this, 'refresPortData', port, value, gridParams.lineEdit.editingCell.row)
|
|
911
|
-
} else {
|
|
912
|
-
$emit(this, 'refresPortData', port, value, this.index)
|
|
913
|
-
}
|
|
914
|
-
},
|
|
915
|
-
refresPortsData(map) {
|
|
916
|
-
const gridParams = store.get(this.listCode)
|
|
917
|
-
console.log('gridParams', gridParams)
|
|
918
|
-
console.log('this.index', this.index)
|
|
919
|
-
if (gridParams && gridParams.lineEdit && gridParams.lineEdit.editingCell) {
|
|
920
|
-
$emit(this, 'refresPortsData', map, gridParams.lineEdit.editingCell.row)
|
|
921
|
-
} else {
|
|
922
|
-
$emit(this, 'refresPortsData', map, this.index)
|
|
923
|
-
}
|
|
924
|
-
},
|
|
925
|
-
refresMainTableFields(map) {
|
|
926
|
-
$emit(this, 'refresMainTableFields', map)
|
|
927
|
-
},
|
|
928
|
-
// @keyup.native.left="move('left')"
|
|
929
|
-
// @keyup.native.right="move('right')"
|
|
930
|
-
// @keyup.native.up="move('up')"
|
|
931
|
-
// @keyup.native.down="move('down')"
|
|
932
|
-
move(direction) {
|
|
933
|
-
if (direction === 'left') {
|
|
934
|
-
const prop = ArrowKeyAction.getLeftColumn(this.column.prop)
|
|
935
|
-
const gridParams = store.get(this.listCode)
|
|
936
|
-
gridParams.lineEdit.editingCell.prop = prop
|
|
937
|
-
}
|
|
938
|
-
},
|
|
939
|
-
// filterHandler(value, row, column) {
|
|
940
|
-
// const property = column['property']
|
|
941
|
-
// return row[property] === value
|
|
942
|
-
// },
|
|
943
|
-
isSaveByEnter() {
|
|
944
|
-
const gridParams = store.get(this.listCode)
|
|
945
|
-
return (
|
|
946
|
-
typeof gridParams.options.lineEditOptions.isSaveByEnter === 'undefined' ||
|
|
947
|
-
(isHasEditOption('isSaveByEnter', this.listCode) && gridParams.options.lineEditOptions.isSaveByEnter === true)
|
|
948
|
-
)
|
|
949
|
-
},
|
|
950
|
-
isRestoreByEsc() {
|
|
951
|
-
const gridParams = store.get(this.listCode)
|
|
952
|
-
return (
|
|
953
|
-
typeof gridParams.options.lineEditOptions.isRestoreByEsc === 'undefined' ||
|
|
954
|
-
(isHasEditOption('isRestoreByEsc', this.listCode) && gridParams.options.lineEditOptions.isRestoreByEsc === true)
|
|
955
|
-
)
|
|
956
|
-
},
|
|
957
|
-
canFocus(index) {
|
|
958
|
-
const gridParams = store.get(this.listCode)
|
|
959
|
-
if (index === gridParams.lineEdit.editingCell.row && this.column.prop === gridParams.lineEdit.editingCell.prop) {
|
|
960
|
-
return true
|
|
961
|
-
} else {
|
|
962
|
-
return false
|
|
963
|
-
}
|
|
964
|
-
},
|
|
965
|
-
getLabel(row, index) {
|
|
966
|
-
this.transferColumnDataToUpperCase(row)
|
|
967
|
-
const obj = this.objectPropValueTwo(row, this.column)
|
|
968
|
-
// // 存储执行时间
|
|
969
|
-
// const get2 = new Date().getTime()
|
|
970
|
-
// const get3 = Number(get2) - Number(get1)
|
|
971
|
-
// if (!window.sessionStorage.getItem('getLabel')) {
|
|
972
|
-
// window.sessionStorage.setItem('getLabel', get3)
|
|
973
|
-
// } else {
|
|
974
|
-
// const get4 = window.sessionStorage.getItem('getLabel')
|
|
975
|
-
// const get5 = Number(get4) + Number(get3)
|
|
976
|
-
// window.sessionStorage.setItem('getLabel', get5)
|
|
977
|
-
// }
|
|
978
|
-
return obj
|
|
979
|
-
// const returnValue = this.objectPropValueTwo(row, this.column)
|
|
980
|
-
// if (returnValue) {
|
|
981
|
-
// // 解决当文本中有多个空格时候, vue自动将多个空格合并为一个空格,
|
|
982
|
-
// // 或者修改vue的配置 https://cn.vuejs.org/api/application.html#app-config-compileroptions app.config.compilerOptions.whitespace
|
|
983
|
-
// return returnValue.replaceAll(' ', '\u00A0')
|
|
984
|
-
// }
|
|
985
|
-
// return returnValue
|
|
986
|
-
},
|
|
987
|
-
getCellValue(row) {
|
|
988
|
-
let cellValue = getEntityFieldValue(row, this.column.prop, false)
|
|
989
|
-
if (cellValue === undefined || cellValue === null) {
|
|
990
|
-
this.transferColumnDataToUpperCase(row)
|
|
991
|
-
cellValue = getEntityFieldValue(row, this.column.prop, false)
|
|
992
|
-
}
|
|
993
|
-
return cellValue
|
|
994
|
-
},
|
|
995
|
-
// 兼容oracle和mysql数据库,oracle是字段名是大写的,mysql是小写的,将小写转为大写
|
|
996
|
-
transferColumnDataToUpperCase(row) {
|
|
997
|
-
const reg1 = /[A-Z]+/ // 大写字母
|
|
998
|
-
if (this.isSql && reg1.test(this.column.prop)) {
|
|
999
|
-
this.transferColumnDataToUpperCaseWithProp(row, this.column.prop.toLowerCase(), this.column.prop)
|
|
1000
|
-
}
|
|
1001
|
-
},
|
|
1002
|
-
transferColumnDataToUpperCaseWithProp(row, propLowerCase, columnProp) {
|
|
1003
|
-
let dataModel
|
|
1004
|
-
if (propLowerCase && propLowerCase.indexOf('.') > 0) {
|
|
1005
|
-
const parentObj = getParentObjectUtil(propLowerCase, row)
|
|
1006
|
-
const prop = propLowerCase.substring(propLowerCase.lastIndexOf('.') + 1)
|
|
1007
|
-
dataModel = parentObj[prop]
|
|
1008
|
-
if (dataModel !== undefined) {
|
|
1009
|
-
// sql字段名小写转大写,兼容mysql、oracle数据库
|
|
1010
|
-
parentObj[columnProp] = dataModel
|
|
1011
|
-
delete parentObj[prop]
|
|
1012
|
-
}
|
|
1013
|
-
} else {
|
|
1014
|
-
dataModel = row[propLowerCase]
|
|
1015
|
-
if (dataModel !== undefined) {
|
|
1016
|
-
// sql字段名小写转大写,兼容mysql、oracle数据库
|
|
1017
|
-
row[columnProp] = dataModel
|
|
1018
|
-
delete row[propLowerCase]
|
|
1019
|
-
}
|
|
1020
|
-
}
|
|
1021
|
-
return dataModel
|
|
1022
|
-
},
|
|
1023
|
-
|
|
1024
|
-
getHyperIconClass(hyperLinkResult) {
|
|
1025
|
-
let iconName
|
|
1026
|
-
if (hyperLinkResult && hyperLinkResult !== null && hyperLinkResult.icon && hyperLinkResult.icon !== '') {
|
|
1027
|
-
iconName = hyperLinkResult.icon
|
|
1028
|
-
}
|
|
1029
|
-
if (iconName && iconName.indexOf('fa-') === 0) {
|
|
1030
|
-
// 表示以“fa-”开头,使用font-awesome中的图标
|
|
1031
|
-
iconName = 'fa ' + iconName
|
|
1032
|
-
}
|
|
1033
|
-
return iconName
|
|
1034
|
-
},
|
|
1035
|
-
createFormSubTableRow() {
|
|
1036
|
-
console.log('触发了行新建')
|
|
1037
|
-
this.createRow(this.listCode)
|
|
1038
|
-
},
|
|
1039
|
-
handleCommand(comman) {
|
|
1040
|
-
let prop = null
|
|
1041
|
-
this.column.operations.forEach((item) => {
|
|
1042
|
-
if (item.isGroup) {
|
|
1043
|
-
item.buttons.forEach((button) => {
|
|
1044
|
-
if (button.props.code === comman.comman) {
|
|
1045
|
-
prop = button
|
|
1046
|
-
}
|
|
1047
|
-
})
|
|
1048
|
-
}
|
|
1049
|
-
})
|
|
1050
|
-
if (prop) {
|
|
1051
|
-
customFormatter.onClickFun(comman.row, this.column, prop.onClick, comman.rowIndex)
|
|
1052
|
-
}
|
|
1053
|
-
},
|
|
1054
|
-
beforeHandleCommand(comman, row, rowIndex) {
|
|
1055
|
-
return {
|
|
1056
|
-
comman: comman,
|
|
1057
|
-
row: row,
|
|
1058
|
-
rowIndex: rowIndex
|
|
1059
|
-
}
|
|
1060
|
-
},
|
|
1061
|
-
previewImg(row) {
|
|
1062
|
-
this.fileList = getFileList(row, this.column, this.isSql)
|
|
1063
|
-
this.showSingleImgFlag = true
|
|
1064
|
-
},
|
|
1065
|
-
getFileList(row) {
|
|
1066
|
-
return getFileList(row, this.column, this.isSql)
|
|
1067
|
-
},
|
|
1068
|
-
getColumnWidth() {
|
|
1069
|
-
if (this.column && this.column.prop === 'operation' && !this.column.width) {
|
|
1070
|
-
// 表示操作列,宽度固定
|
|
1071
|
-
return '210'
|
|
1072
|
-
}
|
|
1073
|
-
return this.column.width ? this.column.width + '' : '130'
|
|
1074
|
-
},
|
|
1075
|
-
// 设置字段禁止编辑
|
|
1076
|
-
fnProhibitToEdit(isEditable) {
|
|
1077
|
-
this.$nextTick(() => {
|
|
1078
|
-
this.disabled = !isEditable
|
|
1079
|
-
})
|
|
1080
|
-
},
|
|
1081
|
-
// 设置字段禁止编辑
|
|
1082
|
-
prohibitToEdit(entity) {
|
|
1083
|
-
$emit(this, 'prohibitToEdit', entity)
|
|
1084
|
-
},
|
|
1085
|
-
isFieldRequired() {
|
|
1086
|
-
return isRequiredEdit(this.column, this.listCode)
|
|
1087
|
-
// return true
|
|
1088
|
-
},
|
|
1089
|
-
// 展示富文本内容
|
|
1090
|
-
showRichEditorContent(row, column, header) {
|
|
1091
|
-
this.showRichEditorViewer = true
|
|
1092
|
-
this.$nextTick(() => {
|
|
1093
|
-
this.$refs.richEditorViewerRef.showContent(row[column.prop], header)
|
|
1094
|
-
})
|
|
1095
|
-
},
|
|
1096
|
-
closeRichEditorContent() {
|
|
1097
|
-
this.showRichEditorViewer = false
|
|
1098
|
-
},
|
|
1099
|
-
getColumnCustomControlControlConfig(columnFormatter) {
|
|
1100
|
-
if (columnFormatter && columnFormatter.options && columnFormatter.options.controlConfig) {
|
|
1101
|
-
const controlConfig = JSON.parse(columnFormatter.options.controlConfig)
|
|
1102
|
-
if (this.controlConfig) {
|
|
1103
|
-
Object.assign(controlConfig, this.controlConfig)
|
|
1104
|
-
}
|
|
1105
|
-
return controlConfig
|
|
1106
|
-
} else {
|
|
1107
|
-
return this.controlConfig
|
|
1108
|
-
}
|
|
1109
|
-
},
|
|
1110
|
-
isRequired(editing) {
|
|
1111
|
-
if (
|
|
1112
|
-
!this.isFormSubTable &&
|
|
1113
|
-
this.lineEdit &&
|
|
1114
|
-
this.lineEdit.editable &&
|
|
1115
|
-
this.isEditable &&
|
|
1116
|
-
editing &&
|
|
1117
|
-
this.column.validations
|
|
1118
|
-
) {
|
|
1119
|
-
if (this.column.validations.indexOf('"required":true') > 0) {
|
|
1120
|
-
return true
|
|
1121
|
-
}
|
|
1122
|
-
}
|
|
1123
|
-
return false
|
|
1124
|
-
},
|
|
1125
|
-
getFormatIconSetting(row) {
|
|
1126
|
-
this.transferColumnDataToUpperCase(row)
|
|
1127
|
-
const gridParams = store.get(this.listCode)
|
|
1128
|
-
const result = this.getIconSetting(this.column, row, this.isSql, gridParams, this.listCode)
|
|
1129
|
-
result.icon = this.getHyperIconClass(result)
|
|
1130
|
-
if (this.column.formatter.options && this.column.formatter.options.format) {
|
|
1131
|
-
result.position = JSON.parse(this.column.formatter.options.format).position
|
|
1132
|
-
}
|
|
1133
|
-
return result
|
|
1134
|
-
},
|
|
1135
|
-
getLinkType(row) {
|
|
1136
|
-
if (this.column.events && this.column.events['cellStyle']) {
|
|
1137
|
-
const params = {
|
|
1138
|
-
value: row[this.column.property],
|
|
1139
|
-
row: row,
|
|
1140
|
-
column: this.column,
|
|
1141
|
-
prop: this.column.property
|
|
1142
|
-
}
|
|
1143
|
-
const gridParams = store.get(this.listCode)
|
|
1144
|
-
return gridParams.options['eventCallBack'][this.column.events['cellStyle']].call(this, params)
|
|
1145
|
-
}
|
|
1146
|
-
return 'primary'
|
|
1147
|
-
},
|
|
1148
|
-
changeDisabled(state) {
|
|
1149
|
-
this.disabled = state
|
|
1150
|
-
},
|
|
1151
|
-
refreshList() {
|
|
1152
|
-
this.$emit('refresh-list')
|
|
1153
|
-
},
|
|
1154
|
-
getFilesFormatter() {
|
|
1155
|
-
if (this.column.formatter.options?.fileSet) {
|
|
1156
|
-
return JSON.parse(this.column.formatter.options.fileSet)
|
|
1157
|
-
}
|
|
1158
|
-
return {}
|
|
1159
|
-
},
|
|
1160
|
-
/**
|
|
1161
|
-
* 设置条码扫描解析规则
|
|
1162
|
-
*/
|
|
1163
|
-
setScanRuleSets() {
|
|
1164
|
-
if (this.scanEnable && this.controlConfig && this.controlConfig.scanRuleList) {
|
|
1165
|
-
formatScanRuleSets(this.controlConfig.scanRuleList).then((res) => {
|
|
1166
|
-
//扫描处理
|
|
1167
|
-
this.column._scanRuleSets = res
|
|
1168
|
-
})
|
|
1169
|
-
}
|
|
1170
|
-
},
|
|
1171
|
-
changeRequired(required) {
|
|
1172
|
-
this.requiredClass = required ? 'm-requried column-text-main' : ''
|
|
1173
|
-
},
|
|
1174
|
-
openPageEvent(openPageParams) {
|
|
1175
|
-
console.log('normalColumnContent----openPageEvent----', openPageParams)
|
|
1176
|
-
this.$emit('open-page', openPageParams)
|
|
1177
|
-
},
|
|
1178
|
-
triggerCustomEvent(type) {
|
|
1179
|
-
return new Promise((resolve) => {
|
|
1180
|
-
const gridParams = store.get(this.listCode)
|
|
1181
|
-
const isSubTableShowPage = gridParams.isSubTableShowPage
|
|
1182
|
-
// 每页显示多少条
|
|
1183
|
-
const pageSize = gridParams.pagination && gridParams.pagination.pageSize
|
|
1184
|
-
let canEdit = gridParams.options.lineEditOptions[type].call(this, {
|
|
1185
|
-
gridData: isSubTableShowPage ? gridParams.subTableData : gridParams.gridData,
|
|
1186
|
-
listCode: this.listCode,
|
|
1187
|
-
entity: gridParams.gridData[this.rowIndex],
|
|
1188
|
-
row: gridParams.gridData[this.rowIndex],
|
|
1189
|
-
rowIndex: this.rowIndex,
|
|
1190
|
-
columns: gridParams.columns,
|
|
1191
|
-
isMobile: false,
|
|
1192
|
-
pageGridData: isSubTableShowPage ? gridParams.gridData : null,
|
|
1193
|
-
pageSize,
|
|
1194
|
-
additionalParamMap: getAdditionalParamMap(gridParams),
|
|
1195
|
-
pageContext: gridParams.pageContext,
|
|
1196
|
-
configureObj: gridParams.configureObj
|
|
1197
|
-
})
|
|
1198
|
-
if (isPromise(canEdit)) {
|
|
1199
|
-
canEdit.then((result) => {
|
|
1200
|
-
if (result === undefined || result === true) {
|
|
1201
|
-
resolve(true)
|
|
1202
|
-
} else {
|
|
1203
|
-
resolve(false)
|
|
1204
|
-
}
|
|
1205
|
-
})
|
|
1206
|
-
} else {
|
|
1207
|
-
if (canEdit === undefined || canEdit === true) {
|
|
1208
|
-
resolve(true)
|
|
1209
|
-
}
|
|
1210
|
-
resolve(false)
|
|
1211
|
-
}
|
|
1212
|
-
})
|
|
1213
|
-
},
|
|
1214
|
-
validateEditConditions() {
|
|
1215
|
-
if (this.controlConfig && this.controlConfig.editConditions?.length > 0) {
|
|
1216
|
-
const gridParams = store.get(this.listCode)
|
|
1217
|
-
const options = gridParams.options
|
|
1218
|
-
// 非流程表单时才验证编辑条件
|
|
1219
|
-
if (!options.isWorkflowEntity && options.validateEitConditions) {
|
|
1220
|
-
const canEdit = options.validateEitConditions({
|
|
1221
|
-
row: this.row,
|
|
1222
|
-
editConditions: this.controlConfig.editConditions,
|
|
1223
|
-
listCode: this.listCode
|
|
1224
|
-
})
|
|
1225
|
-
if (!canEdit) {
|
|
1226
|
-
return false
|
|
1227
|
-
}
|
|
1228
|
-
}
|
|
1229
|
-
}
|
|
1230
|
-
return true
|
|
1231
|
-
},
|
|
1232
|
-
getCustomParams() {
|
|
1233
|
-
if (this.column.formatter.type === 'customControl') {
|
|
1234
|
-
if (this.column.formatter?.options?.controlConfig) {
|
|
1235
|
-
const controlConfig = JSON.parse(this.column.formatter.options.controlConfig)
|
|
1236
|
-
if (controlConfig && controlConfig.customParams) {
|
|
1237
|
-
return formatCustomParams(controlConfig.customParams, this.options?.pageContext, this.row)
|
|
1238
|
-
}
|
|
1239
|
-
}
|
|
1240
|
-
}
|
|
1241
|
-
}
|
|
1242
|
-
},
|
|
1243
|
-
emits: [
|
|
1244
|
-
'refresData',
|
|
1245
|
-
'refresPortData',
|
|
1246
|
-
'refresPortsData',
|
|
1247
|
-
'refresMainTableFields',
|
|
1248
|
-
'prohibitToEdit',
|
|
1249
|
-
'deleteFormSubTableRow'
|
|
1250
|
-
]
|
|
1251
|
-
}
|
|
1252
|
-
</script>
|
|
1253
|
-
|
|
1254
|
-
<style lang="scss" scoped>
|
|
1255
|
-
.annex-cell {
|
|
1256
|
-
padding-right: 5px;
|
|
1257
|
-
cursor: pointer;
|
|
1258
|
-
color: #409eff;
|
|
1259
|
-
}
|
|
1260
|
-
|
|
1261
|
-
.m-requried {
|
|
1262
|
-
float: left;
|
|
1263
|
-
white-space: nowrap;
|
|
1264
|
-
width: 96%;
|
|
1265
|
-
}
|
|
1266
|
-
|
|
1267
|
-
.m-requried::after {
|
|
1268
|
-
content: '*';
|
|
1269
|
-
color: #f56c6c;
|
|
1270
|
-
}
|
|
1271
|
-
|
|
1272
|
-
.column-text-main {
|
|
1273
|
-
display: flex;
|
|
1274
|
-
align-items: center;
|
|
1275
|
-
gap: 10px;
|
|
1276
|
-
|
|
1277
|
-
.column-text-edit-main {
|
|
1278
|
-
display: flex;
|
|
1279
|
-
align-items: center;
|
|
1280
|
-
gap: 10px;
|
|
1281
|
-
|
|
1282
|
-
[table-column-placeholder] {
|
|
1283
|
-
display: block;
|
|
1284
|
-
white-space: nowrap;
|
|
1285
|
-
overflow: hidden;
|
|
1286
|
-
text-overflow: ellipsis;
|
|
1287
|
-
}
|
|
1288
|
-
|
|
1289
|
-
&::after {
|
|
1290
|
-
content: ' ';
|
|
1291
|
-
position: absolute;
|
|
1292
|
-
left: 0;
|
|
1293
|
-
top: 0;
|
|
1294
|
-
right: 0;
|
|
1295
|
-
bottom: 0;
|
|
1296
|
-
cursor: pointer;
|
|
1297
|
-
}
|
|
1298
|
-
|
|
1299
|
-
& ~ span {
|
|
1300
|
-
text-align: left;
|
|
1301
|
-
&:empty {
|
|
1302
|
-
display: none;
|
|
1303
|
-
}
|
|
1304
|
-
}
|
|
1305
|
-
}
|
|
1306
|
-
}
|
|
1307
|
-
.normal-column-content-view {
|
|
1308
|
-
display: inline;
|
|
1309
|
-
}
|
|
1310
|
-
</style>
|