agilebuilder-ui 1.1.65-tmp14 → 1.1.65-tmp15
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/lib/IntervalSelection/index.js +7 -5
- package/lib/IntervalSelection/src/sectionDate.vue.js +21 -17
- package/lib/IntervalSelection/src/sectionDate.vue2.js +4 -2
- package/lib/_virtual/__vite-browser-external.js +4 -2
- package/lib/_virtual/_plugin-vue_export-helper.js +8 -6
- package/lib/breadcrumb/index.js +5 -3
- package/lib/breadcrumb/src/breadcrumb.vue.js +19 -28
- package/lib/breadcrumb/src/breadcrumb.vue2.js +4 -2
- package/lib/chat-embed/index.js +5 -3
- package/lib/chat-embed/src/chat-addition-data.vue.js +7 -5
- package/lib/chat-embed/src/chat-addition-data.vue2.js +13 -11
- package/lib/chat-embed/src/chat-addition-data.vue3.js +4 -2
- package/lib/chat-embed/src/chat-ai-answer-tip.vue.js +7 -5
- package/lib/chat-embed/src/chat-ai-answer-tip.vue2.js +20 -17
- package/lib/chat-embed/src/chat-ai-answer-tip.vue3.js +4 -2
- package/lib/chat-embed/src/chat-bubble-footer.vue.js +7 -5
- package/lib/chat-embed/src/chat-bubble-footer.vue2.js +22 -17
- package/lib/chat-embed/src/chat-bubble-footer.vue3.js +4 -2
- package/lib/chat-embed/src/chat-embed-message.js +20 -14
- package/lib/chat-embed/src/chat-sender.vue.js +7 -5
- package/lib/chat-embed/src/chat-sender.vue2.js +123 -110
- package/lib/chat-embed/src/chat-sender.vue3.js +4 -2
- package/lib/chat-embed/src/components/answer-auto-chart.vue.js +7 -5
- package/lib/chat-embed/src/components/answer-auto-chart.vue2.js +50 -42
- package/lib/chat-embed/src/components/answer-auto-chart.vue3.js +4 -2
- package/lib/chat-embed/src/components/answer-home-chart.vue.js +7 -5
- package/lib/chat-embed/src/components/answer-home-chart.vue2.js +6 -3
- package/lib/chat-embed/src/components/answer-home-chart.vue3.js +4 -2
- package/lib/chat-embed/src/components/answer-interaction-data.vue.js +7 -5
- package/lib/chat-embed/src/components/answer-interaction-data.vue2.js +84 -74
- package/lib/chat-embed/src/components/answer-interaction-data.vue3.js +4 -2
- package/lib/chat-embed/src/components/history-detail.vue.js +7 -5
- package/lib/chat-embed/src/components/history-detail.vue2.js +32 -27
- package/lib/chat-embed/src/components/history-detail.vue3.js +4 -2
- package/lib/chat-embed/src/header.vue.js +7 -5
- package/lib/chat-embed/src/header.vue2.js +32 -25
- package/lib/chat-embed/src/header.vue3.js +4 -2
- package/lib/chat-embed/src/index.vue.js +7 -5
- package/lib/chat-embed/src/index.vue2.js +211 -185
- package/lib/chat-embed/src/index.vue3.js +4 -2
- package/lib/chat-embed/src/recommendation-message.vue.js +7 -5
- package/lib/chat-embed/src/recommendation-message.vue2.js +8 -5
- package/lib/chat-embed/src/recommendation-message.vue3.js +4 -2
- package/lib/chat-embed/src/sidebar-item.vue.js +7 -5
- package/lib/chat-embed/src/sidebar-item.vue2.js +93 -84
- package/lib/chat-embed/src/sidebar-item.vue3.js +4 -2
- package/lib/chat-embed/src/type.js +5 -3
- package/lib/chat-embed/src/util/chat-embed-util.js +41 -35
- package/lib/chat-embed/src/util/history-message-util.js +85 -63
- package/lib/chat-embed/src/util/mcp-utils.js +8 -5
- package/lib/chat-embed/src/util/text-file-util.js +11 -7
- package/lib/chat-embed/src/voice/index.js +7 -5
- package/lib/chat-embed/src/voice/js/crypto-js.js +995 -987
- package/lib/chat-embed/src/voice/js/processor/index.umd.js +169 -161
- package/lib/chat-embed/src/voice/js/timer.js +10 -7
- package/lib/chat-embed/src/voice/voice.vue.js +70 -61
- package/lib/date-picker-range/index.js +7 -5
- package/lib/date-picker-range/index.vue.js +7 -5
- package/lib/date-picker-range/index.vue2.js +63 -59
- package/lib/date-picker-range/index.vue3.js +4 -2
- package/lib/department-tree/index.js +5 -3
- package/lib/department-tree/src/department-tree.vue.js +17 -11
- package/lib/department-tree-inline/index.js +5 -3
- package/lib/department-tree-inline/src/department-multi-tree-inline.vue.js +27 -17
- package/lib/department-tree-inline/src/department-multi-tree-inline.vue2.js +4 -2
- package/lib/department-tree-inline/src/department-single-tree-inline.vue.js +27 -17
- package/lib/department-tree-inline/src/department-single-tree-inline.vue2.js +4 -2
- package/lib/department-tree-inline/src/department-tree-inline.vue.js +13 -8
- package/lib/department-tree-inline/src/department-tree-service.js +10 -8
- package/lib/department-tree-inline/src/search-result.vue.js +23 -19
- package/lib/department-tree-inline/src/search-result.vue2.js +4 -2
- package/lib/department-tree-mobile/index.js +7 -4
- package/lib/department-tree-mobile/src/department-tree-app.vue.js +12 -9
- package/lib/department-tree-mobile/src/department-tree-app.vue2.js +4 -2
- package/lib/department-tree-mobile/src/department-tree-app.vue3.js +5 -3
- package/lib/department-tree-mobile/src/department-tree-inline-app.vue.js +91 -80
- package/lib/department-tree-mobile/src/department-tree-inline-app.vue2.js +4 -3
- package/lib/department-tree-mobile/src/department-tree-service.js +42 -32
- package/lib/department-tree-mobile/src/dept-path.vue.js +11 -10
- package/lib/department-tree-mobile/src/dept-path.vue2.js +4 -3
- package/lib/department-tree-mobile/src/dept-result.vue.js +14 -11
- package/lib/department-tree-mobile/src/dept-result.vue2.js +4 -3
- package/lib/department-user-tree/index.js +5 -3
- package/lib/department-user-tree/src/department-user-multiple-tree.vue.js +14 -10
- package/lib/department-user-tree/src/department-user-multiple-tree.vue2.js +4 -2
- package/lib/department-user-tree/src/department-user-single-tree.vue.js +14 -9
- package/lib/department-user-tree/src/department-user-tree.vue.js +20 -14
- package/lib/department-user-tree-inline/index.js +5 -3
- package/lib/department-user-tree-inline/src/department-user-multiple-tree-inline.vue.js +28 -17
- package/lib/department-user-tree-inline/src/department-user-multiple-tree-inline.vue2.js +4 -2
- package/lib/department-user-tree-inline/src/department-user-single-tree-inline.vue.js +33 -21
- package/lib/department-user-tree-inline/src/department-user-single-tree-inline.vue2.js +4 -2
- package/lib/department-user-tree-inline/src/department-user-tree-inline.vue.js +13 -8
- package/lib/department-user-tree-inline/src/department-user-tree-multi-service.js +9 -6
- package/lib/department-user-tree-inline/src/department-user-tree-single-service.js +11 -8
- package/lib/department-user-tree-inline/src/group-user/group-input.vue.js +12 -7
- package/lib/department-user-tree-inline/src/group-user/group-list.vue.js +12 -7
- package/lib/department-user-tree-inline/src/group-user/group-user.vue.js +14 -8
- package/lib/department-user-tree-inline/src/group-user-multiple-tree.vue.js +20 -14
- package/lib/department-user-tree-inline/src/group-user-single-tree.vue.js +23 -17
- package/lib/department-user-tree-inline/src/group-user-tree-service.js +3 -2
- package/lib/department-user-tree-inline/src/search-result.vue.js +15 -12
- package/lib/department-user-tree-inline/src/search-result.vue2.js +4 -2
- package/lib/department-user-tree-mobile/index.js +7 -4
- package/lib/department-user-tree-mobile/src/department-user-tree-app.vue.js +12 -9
- package/lib/department-user-tree-mobile/src/department-user-tree-app.vue2.js +4 -2
- package/lib/department-user-tree-mobile/src/department-user-tree-app.vue3.js +5 -3
- package/lib/department-user-tree-mobile/src/department-user-tree-inline-app.vue.js +104 -93
- package/lib/department-user-tree-mobile/src/department-user-tree-inline-app.vue2.js +4 -3
- package/lib/department-user-tree-mobile/src/department-user-tree-service.js +30 -20
- package/lib/department-user-tree-mobile/src/dept-path.vue.js +11 -10
- package/lib/department-user-tree-mobile/src/dept-path.vue2.js +4 -3
- package/lib/department-user-tree-mobile/src/dept-result.vue.js +15 -11
- package/lib/department-user-tree-mobile/src/dept-result.vue2.js +4 -3
- package/lib/directives/prevent-reclick.js +3 -2
- package/lib/dynamic-source-select/index.js +7 -5
- package/lib/dynamic-source-select/src/dynamic-source-select-service.js +15 -13
- package/lib/dynamic-source-select/src/dynamic-source-select.vue.js +183 -173
- package/lib/dynamic-source-select/src/dynamic-source-select.vue2.js +4 -2
- package/lib/dynamic-source-select/src/dynamic-source-select.vue3.js +4 -2
- package/lib/dynamic-source-select/src/events.js +3 -2
- package/lib/empty-state/index.vue.js +8 -5
- package/lib/empty-state/index.vue2.js +4 -3
- package/lib/fs-preview/index.js +7 -5
- package/lib/fs-preview/src/fs-preview.vue.js +72 -63
- package/lib/fs-preview/src/fs-preview.vue2.js +4 -2
- package/lib/fs-upload/index.js +7 -5
- package/lib/fs-upload/src/fs-upload-multi.vue.js +32 -24
- package/lib/fs-upload/src/fs-upload-single.vue.js +39 -30
- package/lib/fs-upload/src/fs-upload.vue.js +16 -10
- package/lib/fs-upload/src/see-big-picture.vue.js +11 -8
- package/lib/fs-upload-list/index.js +7 -5
- package/lib/fs-upload-list/src/fs-upload-list.vue.js +40 -33
- package/lib/fs-upload-list/src/fs-upload-list.vue2.js +4 -2
- package/lib/fs-upload-new/index.js +7 -5
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-app.vue.js +38 -34
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-app.vue2.js +4 -3
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue.js +109 -101
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue2.js +4 -3
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue.js +7 -5
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue2.js +33 -26
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue3.js +4 -2
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-input.vue.js +31 -27
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-input.vue2.js +4 -3
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload.vue.js +24 -18
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload.vue2.js +4 -3
- package/lib/fs-upload-new/src/fs-button-upload.vue.js +7 -5
- package/lib/fs-upload-new/src/fs-button-upload.vue2.js +43 -36
- package/lib/fs-upload-new/src/fs-button-upload.vue3.js +4 -2
- package/lib/fs-upload-new/src/fs-drag-upload.vue.js +7 -5
- package/lib/fs-upload-new/src/fs-drag-upload.vue2.js +45 -37
- package/lib/fs-upload-new/src/fs-drag-upload.vue3.js +4 -2
- package/lib/fs-upload-new/src/fs-preview-new.vue.js +8 -5
- package/lib/fs-upload-new/src/fs-preview-new.vue2.js +70 -61
- package/lib/fs-upload-new/src/fs-preview-new.vue3.js +4 -2
- package/lib/fs-upload-new/src/fs-preview-new.vue4.js +4 -2
- package/lib/fs-upload-new/src/fs-upload-new.vue.js +47 -37
- package/lib/fs-upload-new/src/fs-upload-new.vue2.js +4 -3
- package/lib/hamburger/index.js +5 -3
- package/lib/hamburger/src/hamburger.vue.js +14 -10
- package/lib/hamburger/src/hamburger.vue2.js +4 -2
- package/lib/index.js +382 -40
- package/lib/json-view/json-view-dialog.vue.js +15 -12
- package/lib/json-view/json-view-dialog.vue2.js +4 -3
- package/lib/json-view/json-view.vue.js +4 -3
- package/lib/json-view/json-view.vue2.js +31 -27
- package/lib/multipart-upload/index.js +7 -5
- package/lib/multipart-upload/src/index.vue.js +11 -7
- package/lib/multipart-upload/src/multipart-upload-form.vue.js +49 -40
- package/lib/multipart-upload/src/multipart-upload-list.vue.js +67 -59
- package/lib/organization-input/index.js +7 -5
- package/lib/organization-input/src/organization-input.vue.js +37 -31
- package/lib/organization-input/src/organization-input.vue2.js +4 -2
- package/lib/plugins/export-data-new.js +104 -96
- package/lib/plugins/export-data.js +51 -45
- package/lib/plugins/index.js +8 -4
- package/lib/plugins/public-method.js +3 -2
- package/lib/remove-department/index.js +5 -3
- package/lib/remove-department/src/remove-department.vue.js +19 -13
- package/lib/remove-department/src/remove-dept-service.js +10 -9
- package/lib/remove-user/index.js +7 -5
- package/lib/remove-user/src/remove-user-service.js +4 -3
- package/lib/remove-user/src/remove-user.vue.js +22 -16
- package/lib/remove-workgroup/index.js +7 -5
- package/lib/remove-workgroup/src/remove-workgroup-service.js +4 -3
- package/lib/remove-workgroup/src/remove-workgroup.vue.js +18 -12
- package/lib/rich-editor/index.js +7 -5
- package/lib/rich-editor/index.vue.js +76 -28
- package/lib/rich-editor/tinymce/zh_CN.js +2 -2
- package/lib/rich-editor/viewer.vue.js +10 -7
- package/lib/row-form/index.js +7 -5
- package/lib/row-form/index.vue.js +7 -5
- package/lib/row-form/index.vue2.js +47 -41
- package/lib/row-form/index.vue3.js +4 -2
- package/lib/row-form/operation.vue.js +26 -22
- package/lib/row-form/operation.vue2.js +4 -3
- package/lib/scan-code-input/index.js +7 -5
- package/lib/scan-code-input/src/events.js +13 -11
- package/lib/scan-code-input/src/scan-code-input.vue.js +15 -9
- package/lib/scan-code-input-browser/index.js +7 -5
- package/lib/scan-code-input-browser/src/scan-code-input.vue.js +21 -16
- package/lib/secret-info/index.js +7 -5
- package/lib/secret-info/index.vue.js +9 -6
- package/lib/src/api/sso-service.js +36 -34
- package/lib/src/api/tab.js +9 -8
- package/lib/src/assets/401/401.gif.js +4 -2
- package/lib/src/assets/404/404-cloud.png.js +4 -2
- package/lib/src/assets/404/404.png.js +4 -2
- package/lib/src/assets/chat-embed/robot.gif.js +4 -2
- package/lib/src/assets/chat-embed/robot.svg.js +4 -2
- package/lib/src/assets/nonemessage.png.js +4 -2
- package/lib/src/components/Affix/index.vue.js +7 -5
- package/lib/src/components/Affix/index.vue2.js +58 -56
- package/lib/src/components/Affix/index.vue3.js +4 -2
- package/lib/src/components/Card/index.js +38 -33
- package/lib/src/components/Scrollbar/index.vue.js +37 -33
- package/lib/src/components/Scrollbar/index.vue2.js +4 -2
- package/lib/src/directives/permission/index.js +5 -3
- package/lib/src/directives/permission/permission.js +9 -7
- package/lib/src/i18n/i18n.js +7 -3
- package/lib/src/i18n/langs/cn.js +4 -2
- package/lib/src/i18n/langs/en.js +4 -2
- package/lib/src/mixins/resizeMixin.js +3 -2
- package/lib/src/permission.js +46 -43
- package/lib/src/router/index.js +9 -16
- package/lib/src/store/getters.js +4 -2
- package/lib/src/store/index.js +13 -16
- package/lib/src/store/modules/app.js +4 -3
- package/lib/src/store/modules/chat-ai-store.js +22 -19
- package/lib/src/store/modules/permission.js +11 -10
- package/lib/src/store/modules/system.js +9 -7
- package/lib/src/store/modules/tab-content.js +15 -13
- package/lib/src/store/modules/table.js +3 -2
- package/lib/src/store/modules/user.js +95 -89
- package/lib/src/utils/auth-api.js +5 -3
- package/lib/src/utils/auth.js +139 -69
- package/lib/src/utils/calculator/calculator-factory-wf.js +49 -48
- package/lib/src/utils/calculator/calculator-factory.js +58 -57
- package/lib/src/utils/calculator/calculator-util.js +32 -29
- package/lib/src/utils/chat-ai-util.js +25 -17
- package/lib/src/utils/common-util.js +356 -271
- package/lib/src/utils/eventBus.js +6 -3
- package/lib/src/utils/file-util.js +16 -15
- package/lib/src/utils/global-prop.js +37 -21
- package/lib/src/utils/guid.js +8 -5
- package/lib/src/utils/i18n-util.js +24 -16
- package/lib/src/utils/iconUtils.js +23 -16
- package/lib/src/utils/index.js +40 -26
- package/lib/src/utils/insert_css.js +7 -8
- package/lib/src/utils/json-util.js +27 -25
- package/lib/src/utils/jump-page-utils.js +180 -172
- package/lib/src/utils/local-storage.js +3 -2
- package/lib/src/utils/menu.js +11 -10
- package/lib/src/utils/permission.js +26 -22
- package/lib/src/utils/permissionAuth.js +136 -102
- package/lib/src/utils/range-selector.js +45 -41
- package/lib/src/utils/request.js +86 -77
- package/lib/src/utils/resize.js +5 -5
- package/lib/src/utils/restful-interface-utils.js +15 -12
- package/lib/src/utils/util.js +26 -6
- package/lib/src/utils/validate.js +20 -10
- package/lib/src/utils/voice-setting-cache.js +153 -140
- package/lib/src/utils/watermark-cache.js +14 -9
- package/lib/src/utils/watermark.js +30 -23
- package/lib/src/utils/workflow-util.js +26 -25
- package/lib/src/views/dsc-component/Sidebar/Item.vue.js +7 -5
- package/lib/src/views/dsc-component/Sidebar/Item.vue2.js +11 -8
- package/lib/src/views/dsc-component/Sidebar/Item.vue3.js +4 -2
- package/lib/src/views/dsc-component/Sidebar/Link.vue.js +12 -9
- package/lib/src/views/dsc-component/Sidebar/SidebarItem.vue.js +26 -19
- package/lib/src/views/dsc-component/Sidebar/SidebarItem.vue2.js +4 -2
- package/lib/src/views/dsc-component/Sidebar/index.vue.js +20 -12
- package/lib/src/views/dsc-component/tabs/tab-content.vue.js +26 -21
- package/lib/src/views/dsc-component/tabs/tab-content.vue2.js +4 -2
- package/lib/src/views/dsc-component/tabs/tab-content.vue3.js +4 -2
- package/lib/src/views/error-page/401.vue.js +13 -9
- package/lib/src/views/error-page/401.vue2.js +4 -2
- package/lib/src/views/error-page/404.vue.js +11 -7
- package/lib/src/views/error-page/404.vue2.js +4 -2
- package/lib/src/views/layout/EmptyLayout.vue.js +8 -6
- package/lib/src/views/layout/Layout.vue.js +19 -12
- package/lib/src/views/layout/Layout.vue2.js +4 -2
- package/lib/src/views/layout/NewLayout.vue.js +10 -6
- package/lib/src/views/layout/components/AppMain.vue.js +11 -9
- package/lib/src/views/layout/components/AppMain.vue2.js +4 -2
- package/lib/src/views/layout/components/Breadcrumb/index.vue.js +37 -44
- package/lib/src/views/layout/components/Breadcrumb/index.vue2.js +4 -2
- package/lib/src/views/layout/components/Menubar/Item.vue.js +7 -5
- package/lib/src/views/layout/components/Menubar/Item.vue2.js +14 -12
- package/lib/src/views/layout/components/Menubar/Item.vue3.js +4 -2
- package/lib/src/views/layout/components/Menubar/Link.vue.js +12 -9
- package/lib/src/views/layout/components/Menubar/SidebarItem.vue.js +24 -15
- package/lib/src/views/layout/components/Menubar/SidebarItem.vue2.js +4 -2
- package/lib/src/views/layout/components/Menubar/index.vue.js +30 -19
- package/lib/src/views/layout/components/Sidebar/Item.vue.js +8 -6
- package/lib/src/views/layout/components/Sidebar/Item.vue2.js +4 -3
- package/lib/src/views/layout/components/Sidebar/Link.vue.js +11 -8
- package/lib/src/views/layout/components/Sidebar/SidebarItem.vue.js +17 -11
- package/lib/src/views/layout/components/Sidebar/SidebarItem.vue2.js +4 -2
- package/lib/src/views/layout/components/Sidebar/index.vue.js +25 -18
- package/lib/src/views/layout/components/iframe-page.vue.js +10 -8
- package/lib/src/views/layout/components/iframe-page.vue2.js +4 -2
- package/lib/src/views/layout/components/tabs/tab-content.vue.js +14 -10
- package/lib/src/views/layout/components/tabs/tab-content.vue2.js +4 -2
- package/lib/src/views/layout/components/tabs/tab-content.vue3.js +4 -2
- package/lib/src/views/layout/mixin/ResizeHandler.js +5 -3
- package/lib/src/views/layout/tab-content-iframe-index.vue.js +10 -8
- package/lib/src/views/layout/tab-content-iframe-index.vue2.js +4 -2
- package/lib/src/views/layout/tab-content-index.vue.js +18 -12
- package/lib/src/views/layout/tab-content-index.vue2.js +4 -2
- package/lib/src/views/login/authredirect.vue.js +3 -2
- package/lib/src/views/redirect/index.vue.js +8 -17
- package/lib/src/views/svg-icon/src/svg-icon.vue.js +4 -2
- package/lib/src/views/wf-history/tache-subprocess-history.vue.js +13 -11
- package/lib/src/views/wf-history/tache-subprocess-history.vue2.js +4 -2
- package/lib/style.css +769 -769
- package/lib/super-grid/index.js +7 -5
- package/lib/super-grid/src/apis.js +231 -221
- package/lib/super-grid/src/columns-config.vue.js +22 -16
- package/lib/super-grid/src/components/grid-icon.vue.js +34 -26
- package/lib/super-grid/src/components/grid-radio-input.vue.js +18 -15
- package/lib/super-grid/src/components/grid-radio-input.vue2.js +4 -3
- package/lib/super-grid/src/components/mobile-table-card.js +83 -73
- package/lib/super-grid/src/components/select-input.vue.js +106 -98
- package/lib/super-grid/src/components/select-input.vue2.js +4 -3
- package/lib/super-grid/src/custom-formatter.js +74 -69
- package/lib/super-grid/src/dynamic-input.vue.js +159 -142
- package/lib/super-grid/src/eventBus.js +6 -3
- package/lib/super-grid/src/events.js +36 -34
- package/lib/super-grid/src/formValidatorUtil.js +65 -62
- package/lib/super-grid/src/formatter.js +41 -36
- package/lib/super-grid/src/group-column.vue.js +13 -8
- package/lib/super-grid/src/header-context-menu.vue.js +13 -10
- package/lib/super-grid/src/header-context-menu.vue2.js +4 -2
- package/lib/super-grid/src/index-column.vue.js +10 -7
- package/lib/super-grid/src/normal-column-content.vue.js +205 -186
- package/lib/super-grid/src/normal-column-content.vue2.js +4 -2
- package/lib/super-grid/src/normal-column.vue.js +55 -40
- package/lib/super-grid/src/normal-column.vue2.js +4 -2
- package/lib/super-grid/src/public-methods.js +14 -12
- package/lib/super-grid/src/row-detail.vue.js +10 -7
- package/lib/super-grid/src/row-operation.vue.js +26 -19
- package/lib/super-grid/src/row-operation.vue2.js +4 -2
- package/lib/super-grid/src/scan-util.js +26 -24
- package/lib/super-grid/src/search-button.vue.js +17 -12
- package/lib/super-grid/src/search-condition-input.vue.js +12 -8
- package/lib/super-grid/src/search-condition-list.vue.js +13 -10
- package/lib/super-grid/src/search-form-advancedQuery.vue.js +23 -13
- package/lib/super-grid/src/search-form-advancedQuery.vue2.js +4 -2
- package/lib/super-grid/src/search-form-dialog.vue.js +13 -9
- package/lib/super-grid/src/search-form-item.vue.js +24 -16
- package/lib/super-grid/src/search-form-item.vue2.js +4 -2
- package/lib/super-grid/src/search-form-mobile.vue.js +22 -13
- package/lib/super-grid/src/search-form-mobile.vue2.js +4 -2
- package/lib/super-grid/src/search-form-number.vue.js +14 -9
- package/lib/super-grid/src/search-form-open.vue.js +13 -7
- package/lib/super-grid/src/search-form-ordinarySearch.vue.js +19 -11
- package/lib/super-grid/src/search-form-ordinarySearch.vue2.js +4 -2
- package/lib/super-grid/src/search-form.vue.js +77 -65
- package/lib/super-grid/src/search-form.vue2.js +4 -2
- package/lib/super-grid/src/search-methods.js +3 -2
- package/lib/super-grid/src/selection-column.vue.js +9 -7
- package/lib/super-grid/src/store.js +4 -3
- package/lib/super-grid/src/super-grid-service.js +128 -121
- package/lib/super-grid/src/super-grid.vue.js +217 -186
- package/lib/super-grid/src/super-grid.vue2.js +4 -2
- package/lib/super-grid/src/utils.js +322 -265
- package/lib/super-grid/src/view-image-dialog.vue.js +33 -26
- package/lib/super-icon/index.js +7 -5
- package/lib/super-icon/src/index.vue.js +7 -5
- package/lib/super-icon/src/index.vue2.js +11 -8
- package/lib/super-icon/src/index.vue3.js +4 -2
- package/lib/super-nine-grid/index.js +7 -5
- package/lib/super-nine-grid/src/apis.js +8 -5
- package/lib/super-nine-grid/src/custom-formatter.js +7 -5
- package/lib/super-nine-grid/src/formatter.js +29 -28
- package/lib/super-nine-grid/src/search-form-number.vue.js +12 -8
- package/lib/super-nine-grid/src/search-form.vue.js +40 -33
- package/lib/super-nine-grid/src/search-form.vue2.js +4 -2
- package/lib/super-nine-grid/src/search-methods.js +3 -2
- package/lib/super-nine-grid/src/store.js +4 -3
- package/lib/super-nine-grid/src/super-grid-service.js +9 -5
- package/lib/super-nine-grid/src/super-nine-grid.vue.js +105 -95
- package/lib/super-nine-grid/src/super-nine-grid.vue2.js +4 -2
- package/lib/super-nine-grid/src/utils.js +27 -31
- package/lib/svg-icon/index.js +7 -5
- package/lib/svg-icon/src/svg-icon.vue.js +10 -8
- package/lib/svg-icon/src/svg-icon.vue2.js +4 -2
- package/lib/utils/gogocodeTransfer.js +28 -23
- package/lib/utils/memory-cache-utils.js +5 -3
- package/lib/utils/organization.js +53 -40
- package/lib/utils/utils.js +29 -27
- package/lib/utils/value-set.js +70 -68
- package/lib/valid-code/index.js +7 -5
- package/lib/valid-code/src/valid-code.vue.js +13 -10
- package/lib/valid-code/src/valid-code.vue2.js +4 -2
- package/lib/workflow-button/index.js +5 -3
- package/lib/workflow-button/src/workflow-button.vue.js +39 -34
- package/lib/workflow-history-list/index.js +7 -5
- package/lib/workflow-history-list/src/api.js +3 -2
- package/lib/workflow-history-list/src/workflow-history-list.vue.js +65 -59
- package/lib/workflow-history-list/src/workflow-history-list.vue2.js +4 -2
- package/lib/workgroup-tree/index.js +7 -5
- package/lib/workgroup-tree/src/workgroup-tree.vue.js +17 -11
- package/lib/workgroup-tree-inline/index.js +5 -3
- package/lib/workgroup-tree-inline/src/search-result.vue.js +25 -21
- package/lib/workgroup-tree-inline/src/search-result.vue2.js +4 -2
- package/lib/workgroup-tree-inline/src/workgroup-tree-inline.vue.js +52 -43
- package/lib/workgroup-tree-inline/src/workgroup-tree-inline.vue2.js +4 -2
- package/lib/workgroup-tree-inline/src/workgroup-tree-service.js +7 -5
- package/lib/workgroup-tree-mobile/index.js +8 -5
- package/lib/workgroup-tree-mobile/src/dept-result.vue.js +14 -11
- package/lib/workgroup-tree-mobile/src/dept-result.vue2.js +4 -3
- package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue.js +12 -9
- package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue2.js +4 -2
- package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue3.js +5 -3
- package/lib/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue.js +86 -76
- package/lib/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue2.js +4 -3
- package/lib/workgroup-tree-mobile/src/workgroup-tree-service.js +28 -20
- package/lib/workgroup-user-tree/index.js +7 -5
- package/lib/workgroup-user-tree/src/workgroup-user-tree.vue.js +17 -11
- package/lib/workgroup-user-tree-inline/index.js +5 -3
- package/lib/workgroup-user-tree-inline/src/search-result.vue.js +25 -21
- package/lib/workgroup-user-tree-inline/src/search-result.vue2.js +4 -2
- package/lib/workgroup-user-tree-inline/src/workgroup-tree-inline-service.js +11 -9
- package/lib/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue.js +43 -34
- package/lib/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue2.js +4 -2
- package/lib/workgroup-user-tree-mobile/src/dept-path.vue.js +11 -10
- package/lib/workgroup-user-tree-mobile/src/dept-path.vue2.js +4 -3
- package/lib/workgroup-user-tree-mobile/src/dept-result.vue.js +15 -11
- package/lib/workgroup-user-tree-mobile/src/dept-result.vue2.js +4 -3
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue.js +12 -9
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue2.js +4 -2
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue3.js +5 -3
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue.js +104 -93
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue2.js +4 -3
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-service.js +25 -16
- package/lib/year-range-picker/index.js +5 -3
- package/lib/year-range-picker/src/year-range-picker.vue.js +12 -9
- package/package.json +4 -5
- package/vite.config.js +10 -10
- package/es/IntervalSelection/index.js +0 -7
- package/es/IntervalSelection/src/sectionDate.vue.js +0 -49
- package/es/IntervalSelection/src/sectionDate.vue2.js +0 -4
- package/es/_virtual/__vite-browser-external.js +0 -4
- package/es/_virtual/_plugin-vue_export-helper.js +0 -9
- package/es/breadcrumb/index.js +0 -7
- package/es/breadcrumb/src/breadcrumb.vue.js +0 -28
- package/es/breadcrumb/src/breadcrumb.vue2.js +0 -4
- package/es/chat-embed/index.js +0 -7
- package/es/chat-embed/src/chat-addition-data.vue.js +0 -7
- package/es/chat-embed/src/chat-addition-data.vue2.js +0 -14
- package/es/chat-embed/src/chat-addition-data.vue3.js +0 -4
- package/es/chat-embed/src/chat-ai-answer-tip.vue.js +0 -7
- package/es/chat-embed/src/chat-ai-answer-tip.vue2.js +0 -29
- package/es/chat-embed/src/chat-ai-answer-tip.vue3.js +0 -4
- package/es/chat-embed/src/chat-bubble-footer.vue.js +0 -7
- package/es/chat-embed/src/chat-bubble-footer.vue2.js +0 -33
- package/es/chat-embed/src/chat-bubble-footer.vue3.js +0 -4
- package/es/chat-embed/src/chat-embed-message.js +0 -22
- package/es/chat-embed/src/chat-sender.vue.js +0 -7
- package/es/chat-embed/src/chat-sender.vue2.js +0 -160
- package/es/chat-embed/src/chat-sender.vue3.js +0 -4
- package/es/chat-embed/src/components/answer-auto-chart.vue.js +0 -7
- package/es/chat-embed/src/components/answer-auto-chart.vue2.js +0 -59
- package/es/chat-embed/src/components/answer-auto-chart.vue3.js +0 -4
- package/es/chat-embed/src/components/answer-home-chart.vue.js +0 -7
- package/es/chat-embed/src/components/answer-home-chart.vue2.js +0 -6
- package/es/chat-embed/src/components/answer-home-chart.vue3.js +0 -4
- package/es/chat-embed/src/components/answer-interaction-data.vue.js +0 -7
- package/es/chat-embed/src/components/answer-interaction-data.vue2.js +0 -118
- package/es/chat-embed/src/components/answer-interaction-data.vue3.js +0 -4
- package/es/chat-embed/src/components/history-detail.vue.js +0 -7
- package/es/chat-embed/src/components/history-detail.vue2.js +0 -55
- package/es/chat-embed/src/components/history-detail.vue3.js +0 -4
- package/es/chat-embed/src/header.vue.js +0 -7
- package/es/chat-embed/src/header.vue2.js +0 -46
- package/es/chat-embed/src/header.vue3.js +0 -4
- package/es/chat-embed/src/index.vue.js +0 -7
- package/es/chat-embed/src/index.vue2.js +0 -307
- package/es/chat-embed/src/index.vue3.js +0 -4
- package/es/chat-embed/src/recommendation-message.vue.js +0 -7
- package/es/chat-embed/src/recommendation-message.vue2.js +0 -8
- package/es/chat-embed/src/recommendation-message.vue3.js +0 -4
- package/es/chat-embed/src/sidebar-item.vue.js +0 -7
- package/es/chat-embed/src/sidebar-item.vue2.js +0 -118
- package/es/chat-embed/src/sidebar-item.vue3.js +0 -4
- package/es/chat-embed/src/type.js +0 -5
- package/es/chat-embed/src/util/chat-embed-util.js +0 -57
- package/es/chat-embed/src/util/history-message-util.js +0 -96
- package/es/chat-embed/src/util/mcp-utils.js +0 -53
- package/es/chat-embed/src/util/text-file-util.js +0 -12
- package/es/chat-embed/src/voice/index.js +0 -7
- package/es/chat-embed/src/voice/js/crypto-js.js +0 -1013
- package/es/chat-embed/src/voice/js/processor/index.umd.js +0 -178
- package/es/chat-embed/src/voice/js/timer.js +0 -11
- package/es/chat-embed/src/voice/voice.vue.js +0 -104
- package/es/date-picker-range/index.js +0 -7
- package/es/date-picker-range/index.vue.js +0 -7
- package/es/date-picker-range/index.vue2.js +0 -93
- package/es/date-picker-range/index.vue3.js +0 -4
- package/es/department-tree/index.js +0 -7
- package/es/department-tree/src/department-tree.vue.js +0 -23
- package/es/department-tree-inline/index.js +0 -7
- package/es/department-tree-inline/src/department-multi-tree-inline.vue.js +0 -91
- package/es/department-tree-inline/src/department-multi-tree-inline.vue2.js +0 -4
- package/es/department-tree-inline/src/department-single-tree-inline.vue.js +0 -64
- package/es/department-tree-inline/src/department-single-tree-inline.vue2.js +0 -4
- package/es/department-tree-inline/src/department-tree-inline.vue.js +0 -17
- package/es/department-tree-inline/src/department-tree-service.js +0 -108
- package/es/department-tree-inline/src/search-result.vue.js +0 -40
- package/es/department-tree-inline/src/search-result.vue2.js +0 -4
- package/es/department-tree-mobile/index.js +0 -8
- package/es/department-tree-mobile/src/department-tree-app.vue.js +0 -15
- package/es/department-tree-mobile/src/department-tree-app.vue2.js +0 -4
- package/es/department-tree-mobile/src/department-tree-app.vue3.js +0 -5
- package/es/department-tree-mobile/src/department-tree-inline-app.vue.js +0 -121
- package/es/department-tree-mobile/src/department-tree-inline-app.vue2.js +0 -4
- package/es/department-tree-mobile/src/department-tree-service.js +0 -55
- package/es/department-tree-mobile/src/dept-path.vue.js +0 -14
- package/es/department-tree-mobile/src/dept-path.vue2.js +0 -4
- package/es/department-tree-mobile/src/dept-result.vue.js +0 -16
- package/es/department-tree-mobile/src/dept-result.vue2.js +0 -4
- package/es/department-user-tree/index.js +0 -7
- package/es/department-user-tree/src/department-user-multiple-tree.vue.js +0 -20
- package/es/department-user-tree/src/department-user-multiple-tree.vue2.js +0 -4
- package/es/department-user-tree/src/department-user-single-tree.vue.js +0 -19
- package/es/department-user-tree/src/department-user-tree.vue.js +0 -27
- package/es/department-user-tree-inline/index.js +0 -7
- package/es/department-user-tree-inline/src/department-user-multiple-tree-inline.vue.js +0 -165
- package/es/department-user-tree-inline/src/department-user-multiple-tree-inline.vue2.js +0 -4
- package/es/department-user-tree-inline/src/department-user-single-tree-inline.vue.js +0 -69
- package/es/department-user-tree-inline/src/department-user-single-tree-inline.vue2.js +0 -4
- package/es/department-user-tree-inline/src/department-user-tree-inline.vue.js +0 -16
- package/es/department-user-tree-inline/src/department-user-tree-multi-service.js +0 -81
- package/es/department-user-tree-inline/src/department-user-tree-single-service.js +0 -54
- package/es/department-user-tree-inline/src/group-user/group-input.vue.js +0 -39
- package/es/department-user-tree-inline/src/group-user/group-list.vue.js +0 -27
- package/es/department-user-tree-inline/src/group-user/group-user.vue.js +0 -16
- package/es/department-user-tree-inline/src/group-user-multiple-tree.vue.js +0 -78
- package/es/department-user-tree-inline/src/group-user-single-tree.vue.js +0 -34
- package/es/department-user-tree-inline/src/group-user-tree-service.js +0 -34
- package/es/department-user-tree-inline/src/search-result.vue.js +0 -41
- package/es/department-user-tree-inline/src/search-result.vue2.js +0 -4
- package/es/department-user-tree-mobile/index.js +0 -8
- package/es/department-user-tree-mobile/src/department-user-tree-app.vue.js +0 -15
- package/es/department-user-tree-mobile/src/department-user-tree-app.vue2.js +0 -4
- package/es/department-user-tree-mobile/src/department-user-tree-app.vue3.js +0 -5
- package/es/department-user-tree-mobile/src/department-user-tree-inline-app.vue.js +0 -135
- package/es/department-user-tree-mobile/src/department-user-tree-inline-app.vue2.js +0 -4
- package/es/department-user-tree-mobile/src/department-user-tree-service.js +0 -38
- package/es/department-user-tree-mobile/src/dept-path.vue.js +0 -14
- package/es/department-user-tree-mobile/src/dept-path.vue2.js +0 -4
- package/es/department-user-tree-mobile/src/dept-result.vue.js +0 -17
- package/es/department-user-tree-mobile/src/dept-result.vue2.js +0 -4
- package/es/directives/prevent-reclick.js +0 -15
- package/es/dynamic-source-select/index.js +0 -7
- package/es/dynamic-source-select/src/dynamic-source-select-service.js +0 -32
- package/es/dynamic-source-select/src/dynamic-source-select.vue.js +0 -276
- package/es/dynamic-source-select/src/dynamic-source-select.vue2.js +0 -4
- package/es/dynamic-source-select/src/dynamic-source-select.vue3.js +0 -4
- package/es/dynamic-source-select/src/events.js +0 -29
- package/es/empty-state/index.vue.js +0 -9
- package/es/empty-state/index.vue2.js +0 -4
- package/es/favicon.svg +0 -29
- package/es/fs-preview/index.js +0 -7
- package/es/fs-preview/src/fs-preview.vue.js +0 -120
- package/es/fs-preview/src/fs-preview.vue2.js +0 -4
- package/es/fs-upload/index.js +0 -7
- package/es/fs-upload/src/fs-upload-multi.vue.js +0 -71
- package/es/fs-upload/src/fs-upload-single.vue.js +0 -73
- package/es/fs-upload/src/fs-upload.vue.js +0 -24
- package/es/fs-upload/src/see-big-picture.vue.js +0 -12
- package/es/fs-upload-list/index.js +0 -7
- package/es/fs-upload-list/src/fs-upload-list.vue.js +0 -98
- package/es/fs-upload-list/src/fs-upload-list.vue2.js +0 -4
- package/es/fs-upload-new/index.js +0 -7
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-app.vue.js +0 -61
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-app.vue2.js +0 -4
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue.js +0 -178
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue2.js +0 -4
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-component.vue.js +0 -7
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-component.vue2.js +0 -39
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-component.vue3.js +0 -4
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-input.vue.js +0 -45
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-input.vue2.js +0 -4
- package/es/fs-upload-new/src/file-upload-mobile/file-upload.vue.js +0 -35
- package/es/fs-upload-new/src/file-upload-mobile/file-upload.vue2.js +0 -4
- package/es/fs-upload-new/src/fs-button-upload.vue.js +0 -7
- package/es/fs-upload-new/src/fs-button-upload.vue2.js +0 -62
- package/es/fs-upload-new/src/fs-button-upload.vue3.js +0 -4
- package/es/fs-upload-new/src/fs-drag-upload.vue.js +0 -7
- package/es/fs-upload-new/src/fs-drag-upload.vue2.js +0 -63
- package/es/fs-upload-new/src/fs-drag-upload.vue3.js +0 -4
- package/es/fs-upload-new/src/fs-preview-new.vue.js +0 -8
- package/es/fs-upload-new/src/fs-preview-new.vue2.js +0 -93
- package/es/fs-upload-new/src/fs-preview-new.vue3.js +0 -4
- package/es/fs-upload-new/src/fs-preview-new.vue4.js +0 -4
- package/es/fs-upload-new/src/fs-upload-new.vue.js +0 -64
- package/es/fs-upload-new/src/fs-upload-new.vue2.js +0 -4
- package/es/hamburger/index.js +0 -7
- package/es/hamburger/src/hamburger.vue.js +0 -15
- package/es/hamburger/src/hamburger.vue2.js +0 -4
- package/es/index.js +0 -383
- package/es/json-view/json-view-dialog.vue.js +0 -19
- package/es/json-view/json-view-dialog.vue2.js +0 -4
- package/es/json-view/json-view.vue.js +0 -4
- package/es/json-view/json-view.vue2.js +0 -36
- package/es/multipart-upload/index.js +0 -7
- package/es/multipart-upload/src/index.vue.js +0 -14
- package/es/multipart-upload/src/multipart-upload-form.vue.js +0 -82
- package/es/multipart-upload/src/multipart-upload-list.vue.js +0 -104
- package/es/organization-input/index.js +0 -7
- package/es/organization-input/src/organization-input.vue.js +0 -224
- package/es/organization-input/src/organization-input.vue2.js +0 -4
- package/es/plugins/export-data-new.js +0 -237
- package/es/plugins/export-data.js +0 -179
- package/es/plugins/index.js +0 -9
- package/es/plugins/public-method.js +0 -14
- package/es/remove-department/index.js +0 -7
- package/es/remove-department/src/remove-department.vue.js +0 -33
- package/es/remove-department/src/remove-dept-service.js +0 -13
- package/es/remove-user/index.js +0 -7
- package/es/remove-user/src/remove-user-service.js +0 -13
- package/es/remove-user/src/remove-user.vue.js +0 -35
- package/es/remove-workgroup/index.js +0 -7
- package/es/remove-workgroup/src/remove-workgroup-service.js +0 -13
- package/es/remove-workgroup/src/remove-workgroup.vue.js +0 -31
- package/es/rich-editor/index.js +0 -7
- package/es/rich-editor/index.vue.js +0 -115
- package/es/rich-editor/tinymce/zh_CN.js +0 -2
- package/es/rich-editor/viewer.vue.js +0 -27
- package/es/row-form/index.js +0 -7
- package/es/row-form/index.vue.js +0 -7
- package/es/row-form/index.vue2.js +0 -62
- package/es/row-form/index.vue3.js +0 -4
- package/es/row-form/operation.vue.js +0 -32
- package/es/row-form/operation.vue2.js +0 -4
- package/es/scan-code-input/index.js +0 -7
- package/es/scan-code-input/src/events.js +0 -15
- package/es/scan-code-input/src/scan-code-input.vue.js +0 -32
- package/es/scan-code-input-browser/index.js +0 -7
- package/es/scan-code-input-browser/src/scan-code-input.vue.js +0 -39
- package/es/secret-info/index.js +0 -7
- package/es/secret-info/index.vue.js +0 -16
- package/es/src/api/sso-service.js +0 -57
- package/es/src/api/tab.js +0 -15
- package/es/src/assets/401/401.gif.js +0 -4
- package/es/src/assets/404/404-cloud.png.js +0 -4
- package/es/src/assets/404/404.png.js +0 -4
- package/es/src/assets/chat-embed/robot.gif.js +0 -4
- package/es/src/assets/chat-embed/robot.svg.js +0 -4
- package/es/src/assets/nonemessage.png.js +0 -4
- package/es/src/components/Affix/index.vue.js +0 -7
- package/es/src/components/Affix/index.vue2.js +0 -83
- package/es/src/components/Affix/index.vue3.js +0 -4
- package/es/src/components/Card/index.js +0 -48
- package/es/src/components/Scrollbar/index.vue.js +0 -52
- package/es/src/components/Scrollbar/index.vue2.js +0 -4
- package/es/src/directives/permission/index.js +0 -7
- package/es/src/directives/permission/permission.js +0 -11
- package/es/src/i18n/i18n.js +0 -7
- package/es/src/i18n/langs/cn.js +0 -4
- package/es/src/i18n/langs/en.js +0 -4
- package/es/src/mixins/resizeMixin.js +0 -21
- package/es/src/permission.js +0 -79
- package/es/src/router/index.js +0 -9
- package/es/src/store/getters.js +0 -4
- package/es/src/store/index.js +0 -13
- package/es/src/store/modules/app.js +0 -41
- package/es/src/store/modules/chat-ai-store.js +0 -36
- package/es/src/store/modules/permission.js +0 -31
- package/es/src/store/modules/system.js +0 -12
- package/es/src/store/modules/tab-content.js +0 -20
- package/es/src/store/modules/table.js +0 -18
- package/es/src/store/modules/user.js +0 -139
- package/es/src/utils/auth-api.js +0 -134
- package/es/src/utils/auth.js +0 -156
- package/es/src/utils/calculator/calculator-factory-wf.js +0 -167
- package/es/src/utils/calculator/calculator-factory.js +0 -93
- package/es/src/utils/calculator/calculator-util.js +0 -56
- package/es/src/utils/chat-ai-util.js +0 -34
- package/es/src/utils/common-util.js +0 -440
- package/es/src/utils/eventBus.js +0 -6
- package/es/src/utils/file-util.js +0 -23
- package/es/src/utils/global-prop.js +0 -38
- package/es/src/utils/guid.js +0 -10
- package/es/src/utils/i18n-util.js +0 -70
- package/es/src/utils/iconUtils.js +0 -26
- package/es/src/utils/index.js +0 -46
- package/es/src/utils/insert_css.js +0 -17
- package/es/src/utils/json-util.js +0 -47
- package/es/src/utils/jump-page-utils.js +0 -264
- package/es/src/utils/local-storage.js +0 -19
- package/es/src/utils/menu.js +0 -14
- package/es/src/utils/permission.js +0 -45
- package/es/src/utils/permissionAuth.js +0 -154
- package/es/src/utils/range-selector.js +0 -105
- package/es/src/utils/request.js +0 -140
- package/es/src/utils/resize.js +0 -11
- package/es/src/utils/restful-interface-utils.js +0 -18
- package/es/src/utils/util.js +0 -361
- package/es/src/utils/validate.js +0 -22
- package/es/src/utils/voice-setting-cache.js +0 -212
- package/es/src/utils/watermark-cache.js +0 -15
- package/es/src/utils/watermark.js +0 -40
- package/es/src/utils/workflow-util.js +0 -42
- package/es/src/views/dsc-component/Sidebar/Item.vue.js +0 -7
- package/es/src/views/dsc-component/Sidebar/Item.vue2.js +0 -12
- package/es/src/views/dsc-component/Sidebar/Item.vue3.js +0 -4
- package/es/src/views/dsc-component/Sidebar/Link.vue.js +0 -14
- package/es/src/views/dsc-component/Sidebar/SidebarItem.vue.js +0 -53
- package/es/src/views/dsc-component/Sidebar/SidebarItem.vue2.js +0 -4
- package/es/src/views/dsc-component/Sidebar/index.vue.js +0 -111
- package/es/src/views/dsc-component/tabs/tab-content.vue.js +0 -66
- package/es/src/views/dsc-component/tabs/tab-content.vue2.js +0 -4
- package/es/src/views/dsc-component/tabs/tab-content.vue3.js +0 -4
- package/es/src/views/error-page/401.vue.js +0 -15
- package/es/src/views/error-page/401.vue2.js +0 -4
- package/es/src/views/error-page/404.vue.js +0 -12
- package/es/src/views/error-page/404.vue2.js +0 -4
- package/es/src/views/layout/EmptyLayout.vue.js +0 -9
- package/es/src/views/layout/Layout.vue.js +0 -28
- package/es/src/views/layout/Layout.vue2.js +0 -4
- package/es/src/views/layout/NewLayout.vue.js +0 -11
- package/es/src/views/layout/components/AppMain.vue.js +0 -13
- package/es/src/views/layout/components/AppMain.vue2.js +0 -4
- package/es/src/views/layout/components/Breadcrumb/index.vue.js +0 -49
- package/es/src/views/layout/components/Breadcrumb/index.vue2.js +0 -4
- package/es/src/views/layout/components/Menubar/Item.vue.js +0 -7
- package/es/src/views/layout/components/Menubar/Item.vue2.js +0 -15
- package/es/src/views/layout/components/Menubar/Item.vue3.js +0 -4
- package/es/src/views/layout/components/Menubar/Link.vue.js +0 -14
- package/es/src/views/layout/components/Menubar/SidebarItem.vue.js +0 -56
- package/es/src/views/layout/components/Menubar/SidebarItem.vue2.js +0 -4
- package/es/src/views/layout/components/Menubar/index.vue.js +0 -90
- package/es/src/views/layout/components/Sidebar/Item.vue.js +0 -9
- package/es/src/views/layout/components/Sidebar/Item.vue2.js +0 -4
- package/es/src/views/layout/components/Sidebar/Link.vue.js +0 -12
- package/es/src/views/layout/components/Sidebar/SidebarItem.vue.js +0 -22
- package/es/src/views/layout/components/Sidebar/SidebarItem.vue2.js +0 -4
- package/es/src/views/layout/components/Sidebar/index.vue.js +0 -58
- package/es/src/views/layout/components/iframe-page.vue.js +0 -14
- package/es/src/views/layout/components/iframe-page.vue2.js +0 -4
- package/es/src/views/layout/components/tabs/tab-content.vue.js +0 -64
- package/es/src/views/layout/components/tabs/tab-content.vue2.js +0 -4
- package/es/src/views/layout/components/tabs/tab-content.vue3.js +0 -4
- package/es/src/views/layout/mixin/ResizeHandler.js +0 -16
- package/es/src/views/layout/tab-content-iframe-index.vue.js +0 -14
- package/es/src/views/layout/tab-content-iframe-index.vue2.js +0 -4
- package/es/src/views/layout/tab-content-index.vue.js +0 -28
- package/es/src/views/layout/tab-content-index.vue2.js +0 -4
- package/es/src/views/login/authredirect.vue.js +0 -7
- package/es/src/views/redirect/index.vue.js +0 -8
- package/es/src/views/svg-icon/src/svg-icon.vue.js +0 -4
- package/es/src/views/wf-history/tache-subprocess-history.vue.js +0 -14
- package/es/src/views/wf-history/tache-subprocess-history.vue2.js +0 -4
- package/es/style.css +0 -3077
- package/es/super-grid/index.js +0 -7
- package/es/super-grid/src/apis.js +0 -458
- package/es/super-grid/src/columns-config.vue.js +0 -82
- package/es/super-grid/src/components/grid-icon.vue.js +0 -47
- package/es/super-grid/src/components/grid-radio-input.vue.js +0 -25
- package/es/super-grid/src/components/grid-radio-input.vue2.js +0 -4
- package/es/super-grid/src/components/mobile-table-card.js +0 -109
- package/es/super-grid/src/components/select-input.vue.js +0 -149
- package/es/super-grid/src/components/select-input.vue2.js +0 -4
- package/es/super-grid/src/custom-formatter.js +0 -168
- package/es/super-grid/src/dynamic-input.vue.js +0 -482
- package/es/super-grid/src/eventBus.js +0 -6
- package/es/super-grid/src/events.js +0 -37
- package/es/super-grid/src/formValidatorUtil.js +0 -109
- package/es/super-grid/src/formatter.js +0 -74
- package/es/super-grid/src/group-column.vue.js +0 -24
- package/es/super-grid/src/header-context-menu.vue.js +0 -15
- package/es/super-grid/src/header-context-menu.vue2.js +0 -4
- package/es/super-grid/src/index-column.vue.js +0 -22
- package/es/super-grid/src/normal-column-content.vue.js +0 -319
- package/es/super-grid/src/normal-column-content.vue2.js +0 -4
- package/es/super-grid/src/normal-column.vue.js +0 -106
- package/es/super-grid/src/normal-column.vue2.js +0 -4
- package/es/super-grid/src/public-methods.js +0 -22
- package/es/super-grid/src/row-detail.vue.js +0 -14
- package/es/super-grid/src/row-operation.vue.js +0 -89
- package/es/super-grid/src/row-operation.vue2.js +0 -4
- package/es/super-grid/src/scan-util.js +0 -100
- package/es/super-grid/src/search-button.vue.js +0 -23
- package/es/super-grid/src/search-condition-input.vue.js +0 -17
- package/es/super-grid/src/search-condition-list.vue.js +0 -20
- package/es/super-grid/src/search-form-advancedQuery.vue.js +0 -116
- package/es/super-grid/src/search-form-advancedQuery.vue2.js +0 -4
- package/es/super-grid/src/search-form-dialog.vue.js +0 -16
- package/es/super-grid/src/search-form-item.vue.js +0 -128
- package/es/super-grid/src/search-form-item.vue2.js +0 -4
- package/es/super-grid/src/search-form-mobile.vue.js +0 -41
- package/es/super-grid/src/search-form-mobile.vue2.js +0 -4
- package/es/super-grid/src/search-form-number.vue.js +0 -26
- package/es/super-grid/src/search-form-open.vue.js +0 -50
- package/es/super-grid/src/search-form-ordinarySearch.vue.js +0 -39
- package/es/super-grid/src/search-form-ordinarySearch.vue2.js +0 -4
- package/es/super-grid/src/search-form.vue.js +0 -201
- package/es/super-grid/src/search-form.vue2.js +0 -4
- package/es/super-grid/src/search-methods.js +0 -164
- package/es/super-grid/src/selection-column.vue.js +0 -11
- package/es/super-grid/src/store.js +0 -4
- package/es/super-grid/src/super-grid-service.js +0 -260
- package/es/super-grid/src/super-grid.vue.js +0 -1052
- package/es/super-grid/src/super-grid.vue2.js +0 -4
- package/es/super-grid/src/utils.js +0 -355
- package/es/super-grid/src/view-image-dialog.vue.js +0 -67
- package/es/super-icon/index.js +0 -7
- package/es/super-icon/src/index.vue.js +0 -7
- package/es/super-icon/src/index.vue2.js +0 -13
- package/es/super-icon/src/index.vue3.js +0 -4
- package/es/super-nine-grid/index.js +0 -7
- package/es/super-nine-grid/src/apis.js +0 -36
- package/es/super-nine-grid/src/custom-formatter.js +0 -35
- package/es/super-nine-grid/src/formatter.js +0 -37
- package/es/super-nine-grid/src/search-form-number.vue.js +0 -13
- package/es/super-nine-grid/src/search-form.vue.js +0 -91
- package/es/super-nine-grid/src/search-form.vue2.js +0 -4
- package/es/super-nine-grid/src/search-methods.js +0 -48
- package/es/super-nine-grid/src/store.js +0 -4
- package/es/super-nine-grid/src/super-grid-service.js +0 -39
- package/es/super-nine-grid/src/super-nine-grid.vue.js +0 -225
- package/es/super-nine-grid/src/super-nine-grid.vue2.js +0 -4
- package/es/super-nine-grid/src/utils.js +0 -32
- package/es/svg-icon/index.js +0 -7
- package/es/svg-icon/src/svg-icon.vue.js +0 -14
- package/es/svg-icon/src/svg-icon.vue2.js +0 -4
- package/es/utils/gogocodeTransfer.js +0 -33
- package/es/utils/memory-cache-utils.js +0 -30
- package/es/utils/organization.js +0 -57
- package/es/utils/utils.js +0 -87
- package/es/utils/value-set.js +0 -94
- package/es/valid-code/index.js +0 -7
- package/es/valid-code/src/valid-code.vue.js +0 -23
- package/es/valid-code/src/valid-code.vue2.js +0 -4
- package/es/workflow-button/index.js +0 -7
- package/es/workflow-button/src/workflow-button.vue.js +0 -85
- package/es/workflow-history-list/index.js +0 -7
- package/es/workflow-history-list/src/api.js +0 -6
- package/es/workflow-history-list/src/workflow-history-list.vue.js +0 -89
- package/es/workflow-history-list/src/workflow-history-list.vue2.js +0 -4
- package/es/workgroup-tree/index.js +0 -7
- package/es/workgroup-tree/src/workgroup-tree.vue.js +0 -23
- package/es/workgroup-tree-inline/index.js +0 -7
- package/es/workgroup-tree-inline/src/search-result.vue.js +0 -39
- package/es/workgroup-tree-inline/src/search-result.vue2.js +0 -4
- package/es/workgroup-tree-inline/src/workgroup-tree-inline.vue.js +0 -128
- package/es/workgroup-tree-inline/src/workgroup-tree-inline.vue2.js +0 -4
- package/es/workgroup-tree-inline/src/workgroup-tree-service.js +0 -35
- package/es/workgroup-tree-mobile/index.js +0 -8
- package/es/workgroup-tree-mobile/src/dept-result.vue.js +0 -16
- package/es/workgroup-tree-mobile/src/dept-result.vue2.js +0 -4
- package/es/workgroup-tree-mobile/src/workgroup-tree-app.vue.js +0 -15
- package/es/workgroup-tree-mobile/src/workgroup-tree-app.vue2.js +0 -4
- package/es/workgroup-tree-mobile/src/workgroup-tree-app.vue3.js +0 -5
- package/es/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue.js +0 -109
- package/es/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue2.js +0 -4
- package/es/workgroup-tree-mobile/src/workgroup-tree-service.js +0 -33
- package/es/workgroup-user-tree/index.js +0 -7
- package/es/workgroup-user-tree/src/workgroup-user-tree.vue.js +0 -23
- package/es/workgroup-user-tree-inline/index.js +0 -7
- package/es/workgroup-user-tree-inline/src/search-result.vue.js +0 -39
- package/es/workgroup-user-tree-inline/src/search-result.vue2.js +0 -4
- package/es/workgroup-user-tree-inline/src/workgroup-tree-inline-service.js +0 -73
- package/es/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue.js +0 -172
- package/es/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue2.js +0 -4
- package/es/workgroup-user-tree-mobile/src/dept-path.vue.js +0 -14
- package/es/workgroup-user-tree-mobile/src/dept-path.vue2.js +0 -4
- package/es/workgroup-user-tree-mobile/src/dept-result.vue.js +0 -17
- package/es/workgroup-user-tree-mobile/src/dept-result.vue2.js +0 -4
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue.js +0 -15
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue2.js +0 -4
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue3.js +0 -5
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue.js +0 -135
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue2.js +0 -4
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-service.js +0 -29
- package/es/year-range-picker/index.js +0 -7
- package/es/year-range-picker/src/year-range-picker.vue.js +0 -14
package/lib/index.js
CHANGED
|
@@ -1,41 +1,383 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
1
|
+
import "./src/utils/insert_css.js";
|
|
2
|
+
import { resizeDirective as e } from "./src/utils/resize.js";
|
|
3
|
+
import r from "./src/store/index.js";
|
|
4
|
+
import "./breadcrumb/index.js";
|
|
5
|
+
import "./department-tree/index.js";
|
|
6
|
+
import "./hamburger/index.js";
|
|
7
|
+
import "./svg-icon/index.js";
|
|
8
|
+
import "./super-grid/index.js";
|
|
9
|
+
import "./department-user-tree/index.js";
|
|
10
|
+
import "./workgroup-tree/index.js";
|
|
11
|
+
import "./workgroup-user-tree/index.js";
|
|
12
|
+
import "./department-tree-inline/index.js";
|
|
13
|
+
import "./department-user-tree-inline/index.js";
|
|
14
|
+
import "./workgroup-tree-inline/index.js";
|
|
15
|
+
import "./workgroup-user-tree-inline/index.js";
|
|
16
|
+
import "./workflow-button/index.js";
|
|
17
|
+
import "./workflow-history-list/index.js";
|
|
18
|
+
import t from "./directives/prevent-reclick.js";
|
|
19
|
+
import "./valid-code/index.js";
|
|
20
|
+
import o from "./plugins/index.js";
|
|
21
|
+
import "./remove-user/index.js";
|
|
22
|
+
import "./remove-department/index.js";
|
|
23
|
+
import "./remove-workgroup/index.js";
|
|
24
|
+
import "./organization-input/index.js";
|
|
25
|
+
import "./super-nine-grid/index.js";
|
|
26
|
+
import "./dynamic-source-select/index.js";
|
|
27
|
+
import "./fs-upload/index.js";
|
|
28
|
+
import "./scan-code-input/index.js";
|
|
29
|
+
import "./fs-preview/index.js";
|
|
30
|
+
import "./fs-upload-list/index.js";
|
|
31
|
+
import "./year-range-picker/index.js";
|
|
32
|
+
import "./multipart-upload/index.js";
|
|
33
|
+
import "./rich-editor/index.js";
|
|
34
|
+
import "./secret-info/index.js";
|
|
35
|
+
import "./IntervalSelection/index.js";
|
|
36
|
+
import "./department-tree-mobile/index.js";
|
|
37
|
+
import "./department-user-tree-mobile/index.js";
|
|
38
|
+
import "./super-icon/index.js";
|
|
39
|
+
import "./fs-upload-new/index.js";
|
|
40
|
+
import "./scan-code-input-browser/index.js";
|
|
41
|
+
import "./workgroup-tree-mobile/index.js";
|
|
42
|
+
import "./row-form/index.js";
|
|
43
|
+
import * as s from "@element-plus/icons-vue";
|
|
44
|
+
import i from "./src/components/Affix/index.vue.js";
|
|
45
|
+
import "./chat-embed/index.js";
|
|
46
|
+
import "./chat-embed/src/voice/index.js";
|
|
47
|
+
import "./date-picker-range/index.js";
|
|
48
|
+
import n from "./src/components/Card/index.js";
|
|
49
|
+
import m from "./src/components/Scrollbar/index.vue.js";
|
|
50
|
+
import { default as default2 } from "./src/api/sso-service.js";
|
|
51
|
+
import { default as default3 } from "./src/i18n/langs/cn.js";
|
|
52
|
+
import { default as default4 } from "./src/i18n/langs/en.js";
|
|
53
|
+
import { default as default5 } from "./src/mixins/resizeMixin.js";
|
|
54
|
+
import { protectedRouterMap, default as default6 } from "./src/router/index.js";
|
|
55
|
+
import { executeExpression, parseSubTablePermissionCondition } from "./src/utils/calculator/calculator-util.js";
|
|
56
|
+
import { default as default7 } from "./src/utils/auth-api.js";
|
|
57
|
+
import { clearPermission, clearVoiceCache, getAllLanguages, getAllThemes, getCookieCache, getCurrentUser, getLanguage, getRunCurrentRole, getRunInfoKey, getSessionCache, getTenantUsername, getTheme, getToken, getUsername, isDevpSystem, removeAllThemes, removeCookieCache, removeCurrentUser, removeDevpPermissions, removeProjectCode, removeProjectSettings, removeSessionCache, removeSystemCacheUrl, removeTenantUsername, removeTheme, removeToken, removeUsername, setAllLanguages, setAllThemes, setCookieCache, setCurrentUser, setLanguage, setSessionCache, setTenantUsername, setTheme, setToken, setUsername } from "./src/utils/auth.js";
|
|
58
|
+
import { addListRefToStore, setActiveMenuToChatAiStore, setPageDataToChatAiStore, setPageInfoToChatStore } from "./src/utils/chat-ai-util.js";
|
|
59
|
+
import { cacheAllEnableGlobalPropUtil, cacheAllLanguagesUtil, cacheCurrentLanguageUtil, cacheLangs, cachePermissionsWhenLoginWithToken, cacheProjectSetting, cacheSystemUrl, formatDate, formatFileName, getAuthSource, getCurrentSystemCode, getKkFilePreviewUrl, getLangByShort, getLangs, getLocaleByLang, getLoginTimeoutUrlInfo, getLoginUrl, getOrignUrl, getRelativeBaseUrl, getReplaceUrlDomain, getServerConfigUtil, getSystemBackendUrl, getSystemFrontendUrl, getSystemFrontendUrlWith, getTimeZone, getURLSearchParamObj, getUuidv4, insertFontIconCss, insertThirdLoginJs, isDingTalkEnv, isLogoutTimeout, isMobileBrowser, isPlateSys, isPromise, isShowMenuRoute, isShowSystemMenu, isValidDate, loadCSS, pushCustomControlValidatorRef, removeCustomControlValidatorRef, replacePlaceholders, replacePrefix, setCustomSystemBackendUrl, windowOpenUrl } from "./src/utils/common-util.js";
|
|
60
|
+
import { default as default8 } from "./src/utils/eventBus.js";
|
|
61
|
+
import { getFileIconByName } from "./src/utils/file-util.js";
|
|
62
|
+
import { GLOBAL_PROP, cacheAllGlobalPropCache, cacheCanShowOrgTree, cacheGlobalProp, getCanShowOrgTree, getGlobalProp, removeAllGlobalPropCache, removeCanShowOrgTree, removeGlobalProp } from "./src/utils/global-prop.js";
|
|
63
|
+
import { getGuId, getS4 } from "./src/utils/guid.js";
|
|
64
|
+
import { default as default9 } from "./src/utils/i18n-util.js";
|
|
65
|
+
import { findRedisButtonGeneralIcon, getRedisButtonGeneralIcon, isFaIcon } from "./src/utils/iconUtils.js";
|
|
66
|
+
import { b64ToUtf8, formatTime, getLoginName, getRouter, getStore, isExternal, parseTime, utf8ToB64 } from "./src/utils/index.js";
|
|
67
|
+
import { parseLooseJSON } from "./src/utils/json-util.js";
|
|
68
|
+
import { openPage as a } from "./src/utils/jump-page-utils.js";
|
|
69
|
+
import { initialization, jumpToPage, updateWithPageValue } from "./src/utils/jump-page-utils.js";
|
|
70
|
+
import { default as default10 } from "./src/utils/local-storage.js";
|
|
71
|
+
import { getI18nName } from "./src/utils/menu.js";
|
|
72
|
+
import { default as default11 } from "./src/utils/permission.js";
|
|
73
|
+
import { getCustomMenus, getDefaultMenuCode, getMenus, getPermissions, getSystemCode, getTotalPermissions, isDevpAccess, removeAllSystemPermissions, removeCustomMenus, removeDefaultMenuCode, removeMenus, setCustomMenus, setDefaultMenuCode, setMenus, setPermissions } from "./src/utils/permissionAuth.js";
|
|
74
|
+
import { formatTimefn, getDateRangeSelectorDefaultValue, getFirstDayOfSeason, getWeekOfSeason } from "./src/utils/range-selector.js";
|
|
75
|
+
import { apiUrlMappings, default as default12, request } from "./src/utils/request.js";
|
|
76
|
+
import { restfulInterfaceTo } from "./src/utils/restful-interface-utils.js";
|
|
77
|
+
import { analysisCondition, analysisValue, findDynamicDataSourceByCode, findOptionsByDynamicDataSource, findSystemInfoByCode, formatCustomParams, getEntityFieldValue, getEntityFieldValueWithOutCase, getI18n, getLanguageWithLocale, getLastNDate, getParentObjectUtil, getPropNameWhenJoinTable, getPropValue, getPropValueNew, getValueByField, isImage, setEntityFieldValue, watchPageContextDynamicVariable } from "./src/utils/util.js";
|
|
78
|
+
import { validUsername, validateAlphabets, validateLowerCase, validateURL, validateUpperCase } from "./src/utils/validate.js";
|
|
79
|
+
import { cacheVoiceLeafMenu, cacheVoiceSetting, getVoiceLeafMenuCache, getVoiceSetting, parseVoiceMsg, removeVoiceCache, removeVoiceLeafMenu, removeVoiceSetting } from "./src/utils/voice-setting-cache.js";
|
|
80
|
+
import { cacheWatermark, getWatermark, removeWatermark } from "./src/utils/watermark-cache.js";
|
|
81
|
+
import { i18nOperation } from "./src/utils/workflow-util.js";
|
|
82
|
+
import p from "./src/views/dsc-component/Sidebar/index.vue.js";
|
|
83
|
+
import u from "./src/views/dsc-component/tabs/tab-content.vue.js";
|
|
84
|
+
import c from "./src/views/layout/EmptyLayout.vue.js";
|
|
85
|
+
import l from "./src/views/layout/Layout.vue.js";
|
|
86
|
+
import d from "./src/views/layout/NewLayout.vue.js";
|
|
87
|
+
import f from "./src/views/layout/components/Menubar/index.vue.js";
|
|
88
|
+
import "./src/permission.js";
|
|
89
|
+
import "./src/directives/permission/index.js";
|
|
90
|
+
import g from "./src/directives/permission/permission.js";
|
|
91
|
+
import j from "./breadcrumb/src/breadcrumb.vue.js";
|
|
92
|
+
import v from "./department-tree/src/department-tree.vue.js";
|
|
93
|
+
import x from "./hamburger/src/hamburger.vue.js";
|
|
94
|
+
import h from "./svg-icon/src/svg-icon.vue.js";
|
|
95
|
+
import w from "./super-grid/src/super-grid.vue.js";
|
|
96
|
+
import b from "./department-user-tree/src/department-user-tree.vue.js";
|
|
97
|
+
import C from "./workgroup-tree/src/workgroup-tree.vue.js";
|
|
98
|
+
import S from "./workgroup-user-tree/src/workgroup-user-tree.vue.js";
|
|
99
|
+
import k from "./department-tree-inline/src/department-tree-inline.vue.js";
|
|
100
|
+
import y from "./department-user-tree-inline/src/department-user-tree-inline.vue.js";
|
|
101
|
+
import U from "./workgroup-tree-inline/src/workgroup-tree-inline.vue.js";
|
|
102
|
+
import P from "./workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue.js";
|
|
103
|
+
import T from "./workflow-button/src/workflow-button.vue.js";
|
|
104
|
+
import L from "./workflow-history-list/src/workflow-history-list.vue.js";
|
|
105
|
+
import M from "./valid-code/src/valid-code.vue.js";
|
|
106
|
+
import D from "./remove-user/src/remove-user.vue.js";
|
|
107
|
+
import V from "./remove-department/src/remove-department.vue.js";
|
|
108
|
+
import I from "./remove-workgroup/src/remove-workgroup.vue.js";
|
|
109
|
+
import A from "./organization-input/src/organization-input.vue.js";
|
|
110
|
+
import B from "./super-nine-grid/src/super-nine-grid.vue.js";
|
|
111
|
+
import R from "./dynamic-source-select/src/dynamic-source-select.vue.js";
|
|
112
|
+
import O from "./fs-upload/src/fs-upload.vue.js";
|
|
113
|
+
import F from "./scan-code-input/src/scan-code-input.vue.js";
|
|
114
|
+
import W from "./fs-preview/src/fs-preview.vue.js";
|
|
115
|
+
import E from "./fs-upload-list/src/fs-upload-list.vue.js";
|
|
116
|
+
import G from "./year-range-picker/src/year-range-picker.vue.js";
|
|
117
|
+
import N from "./multipart-upload/src/index.vue.js";
|
|
118
|
+
import z from "./rich-editor/index.vue.js";
|
|
119
|
+
import J from "./secret-info/index.vue.js";
|
|
120
|
+
import $ from "./IntervalSelection/src/sectionDate.vue.js";
|
|
121
|
+
import _ from "./department-tree-mobile/src/department-tree-app.vue.js";
|
|
122
|
+
import "./department-tree-mobile/src/department-tree-app.vue2.js";
|
|
123
|
+
import q from "./department-user-tree-mobile/src/department-user-tree-app.vue.js";
|
|
124
|
+
import "./department-user-tree-mobile/src/department-user-tree-app.vue2.js";
|
|
125
|
+
import K from "./super-icon/src/index.vue.js";
|
|
126
|
+
import H from "./fs-upload-new/src/fs-upload-new.vue.js";
|
|
127
|
+
import Z from "./scan-code-input-browser/src/scan-code-input.vue.js";
|
|
128
|
+
import Q from "./workgroup-tree-mobile/src/workgroup-tree-app.vue.js";
|
|
129
|
+
import "./workgroup-tree-mobile/src/workgroup-tree-app.vue2.js";
|
|
130
|
+
import X from "./row-form/index.vue.js";
|
|
131
|
+
import Y from "./chat-embed/src/index.vue.js";
|
|
132
|
+
import ee from "./chat-embed/src/voice/voice.vue.js";
|
|
133
|
+
import re from "./date-picker-range/index.vue.js";
|
|
134
|
+
const te = [i, j, v, x, h, w, b, C, S, k, y, U, P, T, L, M, D, V, I, A, B, R, O, F, W, E, G, N, z, J, $, _, q, K, H, Z, Q, X, Y, ee, re, n, m, p, u, c, l, d, f], oe = function(i2) {
|
|
135
|
+
if (i2.directive("prevent-reclick", t), i2.use(o), g.install(i2), !oe.installed) {
|
|
136
|
+
i2.directive("resize", e), te.forEach((e2) => {
|
|
137
|
+
i2.component(e2.name, e2);
|
|
138
|
+
}), window.$plateform_openPage = a;
|
|
139
|
+
for (const [e2, r2] of Object.entries(s))
|
|
140
|
+
i2.component(e2, r2);
|
|
141
|
+
i2.provide("$agilebuilderUIStore", r), i2.config.globalProperties && (i2.config.globalProperties.$agilebuilderUIStore = r);
|
|
28
142
|
}
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
143
|
+
}, se = { install: oe, store: r };
|
|
144
|
+
export {
|
|
145
|
+
j as Breadcrumb,
|
|
146
|
+
n as Card,
|
|
147
|
+
Y as ChatEmbed,
|
|
148
|
+
re as DatePickerRange,
|
|
149
|
+
v as DepartmentTree,
|
|
150
|
+
_ as DepartmentTreeMobile,
|
|
151
|
+
b as DepartmentUserTree,
|
|
152
|
+
q as DepartmentUserTreeMobile,
|
|
153
|
+
R as DynamicSourceSelect,
|
|
154
|
+
c as EmptyLayout,
|
|
155
|
+
W as FsPreview,
|
|
156
|
+
O as FsUpload,
|
|
157
|
+
E as FsUploadList,
|
|
158
|
+
H as FsUploadNew,
|
|
159
|
+
GLOBAL_PROP,
|
|
160
|
+
x as Hamburger,
|
|
161
|
+
k as InlineDepartmentTree,
|
|
162
|
+
y as InlineDepartmentUserTree,
|
|
163
|
+
U as InlineWorkgroupTree,
|
|
164
|
+
P as InlineWorkgroupUserTree,
|
|
165
|
+
$ as IntervalSelection,
|
|
166
|
+
l as Layout,
|
|
167
|
+
f as Menubar,
|
|
168
|
+
N as MultipartUpload,
|
|
169
|
+
d as NewLayout,
|
|
170
|
+
A as OrganizationInput,
|
|
171
|
+
V as RemoveDepartment,
|
|
172
|
+
D as RemoveUser,
|
|
173
|
+
I as RemoveWorkgroup,
|
|
174
|
+
z as RichEditor,
|
|
175
|
+
X as RowForm,
|
|
176
|
+
F as ScanCodeInput,
|
|
177
|
+
Z as ScanCodeInputBrowser,
|
|
178
|
+
m as Scrollbar,
|
|
179
|
+
J as SecretInfo,
|
|
180
|
+
p as Sidebar,
|
|
181
|
+
w as SuperGrid,
|
|
182
|
+
K as SuperIcon,
|
|
183
|
+
B as SuperNineGrid,
|
|
184
|
+
h as SvgIcon,
|
|
185
|
+
u as TabContent,
|
|
186
|
+
M as ValidCode,
|
|
187
|
+
ee as VoiceButton,
|
|
188
|
+
T as WorkflowButton,
|
|
189
|
+
L as WorkflowHistoryList,
|
|
190
|
+
C as WorkgroupTree,
|
|
191
|
+
Q as WorkgroupTreeMobile,
|
|
192
|
+
S as WorkgroupUserTree,
|
|
193
|
+
G as YearRangePicker,
|
|
194
|
+
i as YxAffix,
|
|
195
|
+
default4 as abUIEn,
|
|
196
|
+
default3 as abUIcn,
|
|
197
|
+
addListRefToStore,
|
|
198
|
+
analysisCondition,
|
|
199
|
+
analysisValue,
|
|
200
|
+
apiUrlMappings,
|
|
201
|
+
default7 as authAPI,
|
|
202
|
+
b64ToUtf8,
|
|
203
|
+
cacheAllEnableGlobalPropUtil,
|
|
204
|
+
cacheAllGlobalPropCache,
|
|
205
|
+
cacheAllLanguagesUtil,
|
|
206
|
+
cacheCanShowOrgTree,
|
|
207
|
+
cacheCurrentLanguageUtil,
|
|
208
|
+
cacheGlobalProp,
|
|
209
|
+
cacheLangs,
|
|
210
|
+
cachePermissionsWhenLoginWithToken,
|
|
211
|
+
cacheProjectSetting,
|
|
212
|
+
cacheSystemUrl,
|
|
213
|
+
cacheVoiceLeafMenu,
|
|
214
|
+
cacheVoiceSetting,
|
|
215
|
+
cacheWatermark,
|
|
216
|
+
clearPermission,
|
|
217
|
+
clearVoiceCache,
|
|
218
|
+
se as default,
|
|
219
|
+
default8 as eventBus,
|
|
220
|
+
executeExpression,
|
|
221
|
+
findDynamicDataSourceByCode,
|
|
222
|
+
findOptionsByDynamicDataSource,
|
|
223
|
+
findRedisButtonGeneralIcon,
|
|
224
|
+
findSystemInfoByCode,
|
|
225
|
+
formatCustomParams,
|
|
226
|
+
formatDate,
|
|
227
|
+
formatFileName,
|
|
228
|
+
formatTime,
|
|
229
|
+
formatTimefn,
|
|
230
|
+
getAllLanguages,
|
|
231
|
+
getAllThemes,
|
|
232
|
+
getAuthSource,
|
|
233
|
+
getCanShowOrgTree,
|
|
234
|
+
getCookieCache,
|
|
235
|
+
getCurrentSystemCode,
|
|
236
|
+
getCurrentUser,
|
|
237
|
+
getCustomMenus,
|
|
238
|
+
getDateRangeSelectorDefaultValue,
|
|
239
|
+
getDefaultMenuCode,
|
|
240
|
+
getEntityFieldValue,
|
|
241
|
+
getEntityFieldValueWithOutCase,
|
|
242
|
+
getFileIconByName,
|
|
243
|
+
getFirstDayOfSeason,
|
|
244
|
+
getGlobalProp,
|
|
245
|
+
getGuId,
|
|
246
|
+
getI18n,
|
|
247
|
+
getI18nName,
|
|
248
|
+
getKkFilePreviewUrl,
|
|
249
|
+
getLangByShort,
|
|
250
|
+
getLangs,
|
|
251
|
+
getLanguage,
|
|
252
|
+
getLanguageWithLocale,
|
|
253
|
+
getLastNDate,
|
|
254
|
+
getLocaleByLang,
|
|
255
|
+
getLoginName,
|
|
256
|
+
getLoginTimeoutUrlInfo,
|
|
257
|
+
getLoginUrl,
|
|
258
|
+
getMenus,
|
|
259
|
+
getOrignUrl,
|
|
260
|
+
getParentObjectUtil,
|
|
261
|
+
getPermissions,
|
|
262
|
+
getPropNameWhenJoinTable,
|
|
263
|
+
getPropValue,
|
|
264
|
+
getPropValueNew,
|
|
265
|
+
getRedisButtonGeneralIcon,
|
|
266
|
+
getRelativeBaseUrl,
|
|
267
|
+
getReplaceUrlDomain,
|
|
268
|
+
getRouter,
|
|
269
|
+
getRunCurrentRole,
|
|
270
|
+
getRunInfoKey,
|
|
271
|
+
getS4,
|
|
272
|
+
getServerConfigUtil,
|
|
273
|
+
getSessionCache,
|
|
274
|
+
getStore,
|
|
275
|
+
getSystemBackendUrl,
|
|
276
|
+
getSystemCode,
|
|
277
|
+
getSystemFrontendUrl,
|
|
278
|
+
getSystemFrontendUrlWith,
|
|
279
|
+
getTenantUsername,
|
|
280
|
+
getTheme,
|
|
281
|
+
getTimeZone,
|
|
282
|
+
getToken,
|
|
283
|
+
getTotalPermissions,
|
|
284
|
+
getURLSearchParamObj,
|
|
285
|
+
getUsername,
|
|
286
|
+
getUuidv4,
|
|
287
|
+
getValueByField,
|
|
288
|
+
getVoiceLeafMenuCache,
|
|
289
|
+
getVoiceSetting,
|
|
290
|
+
getWatermark,
|
|
291
|
+
getWeekOfSeason,
|
|
292
|
+
default12 as http,
|
|
293
|
+
i18nOperation,
|
|
294
|
+
default9 as i18nUtil,
|
|
295
|
+
initialization,
|
|
296
|
+
insertFontIconCss,
|
|
297
|
+
insertThirdLoginJs,
|
|
298
|
+
oe as install,
|
|
299
|
+
isDevpAccess,
|
|
300
|
+
isDevpSystem,
|
|
301
|
+
isDingTalkEnv,
|
|
302
|
+
isExternal,
|
|
303
|
+
isFaIcon,
|
|
304
|
+
isImage,
|
|
305
|
+
isLogoutTimeout,
|
|
306
|
+
isMobileBrowser,
|
|
307
|
+
isPlateSys,
|
|
308
|
+
isPromise,
|
|
309
|
+
isShowMenuRoute,
|
|
310
|
+
isShowSystemMenu,
|
|
311
|
+
isValidDate,
|
|
312
|
+
jumpToPage,
|
|
313
|
+
loadCSS,
|
|
314
|
+
default10 as localStorage,
|
|
315
|
+
a as openPage,
|
|
316
|
+
parseLooseJSON,
|
|
317
|
+
parseSubTablePermissionCondition,
|
|
318
|
+
parseTime,
|
|
319
|
+
parseVoiceMsg,
|
|
320
|
+
default11 as permissionUtil,
|
|
321
|
+
protectedRouterMap,
|
|
322
|
+
pushCustomControlValidatorRef,
|
|
323
|
+
removeAllGlobalPropCache,
|
|
324
|
+
removeAllSystemPermissions,
|
|
325
|
+
removeAllThemes,
|
|
326
|
+
removeCanShowOrgTree,
|
|
327
|
+
removeCookieCache,
|
|
328
|
+
removeCurrentUser,
|
|
329
|
+
removeCustomControlValidatorRef,
|
|
330
|
+
removeCustomMenus,
|
|
331
|
+
removeDefaultMenuCode,
|
|
332
|
+
removeDevpPermissions,
|
|
333
|
+
removeGlobalProp,
|
|
334
|
+
removeMenus,
|
|
335
|
+
removeProjectCode,
|
|
336
|
+
removeProjectSettings,
|
|
337
|
+
removeSessionCache,
|
|
338
|
+
removeSystemCacheUrl,
|
|
339
|
+
removeTenantUsername,
|
|
340
|
+
removeTheme,
|
|
341
|
+
removeToken,
|
|
342
|
+
removeUsername,
|
|
343
|
+
removeVoiceCache,
|
|
344
|
+
removeVoiceLeafMenu,
|
|
345
|
+
removeVoiceSetting,
|
|
346
|
+
removeWatermark,
|
|
347
|
+
replacePlaceholders,
|
|
348
|
+
replacePrefix,
|
|
349
|
+
request,
|
|
350
|
+
default5 as resizeMixin,
|
|
351
|
+
restfulInterfaceTo,
|
|
352
|
+
default6 as router,
|
|
353
|
+
setActiveMenuToChatAiStore,
|
|
354
|
+
setAllLanguages,
|
|
355
|
+
setAllThemes,
|
|
356
|
+
setCookieCache,
|
|
357
|
+
setCurrentUser,
|
|
358
|
+
setCustomMenus,
|
|
359
|
+
setCustomSystemBackendUrl,
|
|
360
|
+
setDefaultMenuCode,
|
|
361
|
+
setEntityFieldValue,
|
|
362
|
+
setLanguage,
|
|
363
|
+
setMenus,
|
|
364
|
+
setPageDataToChatAiStore,
|
|
365
|
+
setPageInfoToChatStore,
|
|
366
|
+
setPermissions,
|
|
367
|
+
setSessionCache,
|
|
368
|
+
setTenantUsername,
|
|
369
|
+
setTheme,
|
|
370
|
+
setToken,
|
|
371
|
+
setUsername,
|
|
372
|
+
default2 as ssoService,
|
|
373
|
+
r as store,
|
|
374
|
+
updateWithPageValue,
|
|
375
|
+
utf8ToB64,
|
|
376
|
+
validUsername,
|
|
377
|
+
validateAlphabets,
|
|
378
|
+
validateLowerCase,
|
|
379
|
+
validateURL,
|
|
380
|
+
validateUpperCase,
|
|
381
|
+
watchPageContextDynamicVariable,
|
|
382
|
+
windowOpenUrl
|
|
383
|
+
};
|
|
@@ -1,16 +1,19 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import { defineComponent as e, ref as t, watch as o, resolveComponent as l, openBlock as a, createBlock as d, withCtx as n, createVNode as u } from "vue";
|
|
2
|
+
import p from "./json-view.vue2.js";
|
|
3
|
+
const i = e({ name: "JsonViewDialog", inheritAttrs: false, __name: "json-view-dialog", props: { jsonObject: { type: Object, default: () => {
|
|
4
|
+
} }, appendToBody: { type: Boolean, default: false }, modelValue: { type: Boolean, default: false }, title: { type: String, default: "JSON 预览" } }, emits: ["update:modelValue"], setup(e2, { emit: i2 }) {
|
|
5
|
+
const s = e2, m = t(false);
|
|
6
|
+
o(() => s.modelValue, (e3) => {
|
|
7
|
+
e3 && (m.value = true);
|
|
7
8
|
});
|
|
8
|
-
const
|
|
9
|
-
|
|
9
|
+
const r = () => {
|
|
10
|
+
m.value = false, i2("update:modelValue", false);
|
|
10
11
|
};
|
|
11
|
-
return (
|
|
12
|
-
const
|
|
13
|
-
return
|
|
12
|
+
return (t2, o2) => {
|
|
13
|
+
const i3 = l("el-dialog");
|
|
14
|
+
return a(), d(i3, { "append-to-body": "", modelValue: m.value, "onUpdate:modelValue": o2[0] || (o2[0] = (e3) => m.value = e3), title: e2.title, width: "600", onClose: r }, { default: n(() => [u(p, { jsonObject: e2.jsonObject }, null, 8, ["jsonObject"])]), _: 1 }, 8, ["modelValue", "append-to-body", "title"]);
|
|
14
15
|
};
|
|
15
16
|
} });
|
|
16
|
-
|
|
17
|
+
export {
|
|
18
|
+
i as default
|
|
19
|
+
};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import o from "./json-view-dialog.vue.js";
|
|
2
|
+
export {
|
|
3
|
+
o as default
|
|
4
|
+
};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import e from "./json-view.vue2.js";
|
|
2
|
+
export {
|
|
3
|
+
e as default
|
|
4
|
+
};
|
|
@@ -1,32 +1,36 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
1
|
+
import { defineComponent as e, ref as t, watch as n, onMounted as o, nextTick as r, openBlock as i, createElementBlock as s } from "vue";
|
|
2
|
+
import { EditorView as c, basicSetup as a } from "codemirror";
|
|
3
|
+
import { jsonLanguage as l } from "@codemirror/lang-json";
|
|
4
|
+
import { EditorState as m, Facet as u } from "@codemirror/state";
|
|
5
|
+
const f = e({ name: "JsonView", inheritAttrs: false, __name: "json-view", props: { jsonObject: { type: Object, default: () => {
|
|
6
|
+
} }, height: { type: Number, default: 0 }, theme: { type: String, default: null } }, setup(e2) {
|
|
7
|
+
const f2 = e2, d = t(null), h = t(), g = t("400px");
|
|
8
|
+
function p() {
|
|
9
|
+
d.value && d.value.destroy();
|
|
10
|
+
const e3 = f2.jsonObject ? JSON.stringify(f2.jsonObject, null, 2) : "";
|
|
11
|
+
if (f2.height)
|
|
12
|
+
g.value = f2.height + "px";
|
|
13
|
+
else if (h.value) {
|
|
14
|
+
const e4 = h.value.getBoundingClientRect();
|
|
15
|
+
(e4.y || 0 === e4.y) && (window.innerHeight, e4.y, g.value = window.innerHeight - e4.y - 100 + "px");
|
|
13
16
|
}
|
|
14
|
-
const
|
|
15
|
-
|
|
16
|
-
|
|
17
|
+
const t2 = function(e4) {
|
|
18
|
+
const t3 = c.theme({}), n3 = c.theme({ ".cm-content, .cm-gutter": { minHeight: g.value }, "&": { height: g.value, maxHeight: g.value, fontSize: "12px" } });
|
|
19
|
+
return m.create({ doc: e4, extensions: [m.tabSize.of(16), a, l, t3, n3, v.of(true), j] });
|
|
20
|
+
}(e3);
|
|
21
|
+
let n2 = document.getElementById("cf-codemirror-view-json");
|
|
22
|
+
n2 && (d.value = new c({ state: t2, parent: n2 }));
|
|
17
23
|
}
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
c.value && u();
|
|
24
|
-
}, { deep: true }), e.onMounted(() => {
|
|
25
|
-
e.nextTick(() => {
|
|
26
|
-
u();
|
|
24
|
+
n(() => f2.jsonObject, (e3) => {
|
|
25
|
+
d.value && p();
|
|
26
|
+
}, { deep: true }), o(() => {
|
|
27
|
+
r(() => {
|
|
28
|
+
p();
|
|
27
29
|
});
|
|
28
30
|
});
|
|
29
|
-
const
|
|
30
|
-
return (
|
|
31
|
+
const v = u.define({ combine: (e3) => e3.some((e4) => e4) }), j = m.transactionFilter.of((e3) => e3.isUserEvent && e3.docChanged && e3.state.facet(v) ? { changes: { from: e3.changes.from, to: e3.changes.to, insert: e3.startState.doc.sliceString(e3.changes.from, e3.changes.to) } } : e3);
|
|
32
|
+
return (e3, t2) => (i(), s("div", { style: { width: "100%" }, ref_key: "cfCodemirrorJsonViewRef", ref: h, id: "cf-codemirror-view-json" }, null, 512));
|
|
31
33
|
} });
|
|
32
|
-
|
|
34
|
+
export {
|
|
35
|
+
f as default
|
|
36
|
+
};
|
|
@@ -1,5 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
e.
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import n from "./src/index.vue.js";
|
|
2
|
+
n.install = function(e) {
|
|
3
|
+
e.component(n.name, n);
|
|
4
|
+
};
|
|
5
|
+
export {
|
|
6
|
+
n as default
|
|
7
|
+
};
|
|
@@ -1,10 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import t from "./multipart-upload-list.vue.js";
|
|
2
|
+
import e from "./multipart-upload-form.vue.js";
|
|
3
|
+
import { resolveComponent as l, openBlock as a, createElementBlock as i, createBlock as o } from "vue";
|
|
4
|
+
import u from "../../_virtual/_plugin-vue_export-helper.js";
|
|
5
|
+
const p = u({ name: "MultipartUpload", components: { MultipartUploadList: t, MultipartUploadForm: e }, props: { type: { type: String, default: "form" }, value: { type: String, default: null }, entity: { type: Object, default: null }, fileSetObj: { type: Object, default: () => ({ limitFileSize: 30, multiple: false, accept: null }) }, disabled: { type: Boolean, default: false }, uploadAble: { type: Boolean, default: true }, deletaAble: { type: Boolean, default: true } }, data: () => ({}), created() {
|
|
4
6
|
this.fileSetObj, this.entity;
|
|
5
7
|
}, mounted() {
|
|
6
|
-
}, methods: {}, emits: ["update:value"] }, [["render", function(
|
|
7
|
-
const
|
|
8
|
-
return
|
|
8
|
+
}, methods: {}, emits: ["update:value"] }, [["render", function(t2, e2, u2, p2, d, r) {
|
|
9
|
+
const n = l("MultipartUploadForm"), m = l("MultipartUploadList");
|
|
10
|
+
return a(), i("div", null, ["form" === u2.type ? (a(), o(n, { key: 0 })) : (a(), o(m, { key: 1, disabled: u2.disabled, entity: u2.entity, value: u2.value, "file-set-obj": u2.fileSetObj }, null, 8, ["disabled", "entity", "value", "file-set-obj"]))]);
|
|
9
11
|
}]]);
|
|
10
|
-
|
|
12
|
+
export {
|
|
13
|
+
p as default
|
|
14
|
+
};
|