agilebuilder-ui 1.1.65-tmp11 → 1.1.65-tmp13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/IntervalSelection/index.js +7 -0
- package/es/IntervalSelection/src/sectionDate.vue.js +49 -0
- package/es/IntervalSelection/src/sectionDate.vue2.js +4 -0
- package/es/_virtual/__vite-browser-external.js +4 -0
- package/es/_virtual/_plugin-vue_export-helper.js +9 -0
- package/es/breadcrumb/index.js +7 -0
- package/es/breadcrumb/src/breadcrumb.vue.js +28 -0
- package/es/breadcrumb/src/breadcrumb.vue2.js +4 -0
- package/es/chat-embed/index.js +7 -0
- package/es/chat-embed/src/chat-addition-data.vue.js +7 -0
- package/es/chat-embed/src/chat-addition-data.vue2.js +14 -0
- package/es/chat-embed/src/chat-addition-data.vue3.js +4 -0
- package/es/chat-embed/src/chat-ai-answer-tip.vue.js +7 -0
- package/es/chat-embed/src/chat-ai-answer-tip.vue2.js +29 -0
- package/es/chat-embed/src/chat-ai-answer-tip.vue3.js +4 -0
- package/es/chat-embed/src/chat-bubble-footer.vue.js +7 -0
- package/es/chat-embed/src/chat-bubble-footer.vue2.js +33 -0
- package/es/chat-embed/src/chat-bubble-footer.vue3.js +4 -0
- package/es/chat-embed/src/chat-embed-message.js +22 -0
- package/es/chat-embed/src/chat-sender.vue.js +7 -0
- package/es/chat-embed/src/chat-sender.vue2.js +160 -0
- package/es/chat-embed/src/chat-sender.vue3.js +4 -0
- package/es/chat-embed/src/components/answer-auto-chart.vue.js +7 -0
- package/es/chat-embed/src/components/answer-auto-chart.vue2.js +59 -0
- package/es/chat-embed/src/components/answer-auto-chart.vue3.js +4 -0
- package/es/chat-embed/src/components/answer-home-chart.vue.js +7 -0
- package/es/chat-embed/src/components/answer-home-chart.vue2.js +6 -0
- package/es/chat-embed/src/components/answer-home-chart.vue3.js +4 -0
- package/es/chat-embed/src/components/answer-interaction-data.vue.js +7 -0
- package/es/chat-embed/src/components/answer-interaction-data.vue2.js +118 -0
- package/es/chat-embed/src/components/answer-interaction-data.vue3.js +4 -0
- package/es/chat-embed/src/components/history-detail.vue.js +7 -0
- package/es/chat-embed/src/components/history-detail.vue2.js +55 -0
- package/es/chat-embed/src/components/history-detail.vue3.js +4 -0
- package/es/chat-embed/src/header.vue.js +7 -0
- package/es/chat-embed/src/header.vue2.js +46 -0
- package/es/chat-embed/src/header.vue3.js +4 -0
- package/es/chat-embed/src/index.vue.js +7 -0
- package/es/chat-embed/src/index.vue2.js +307 -0
- package/es/chat-embed/src/index.vue3.js +4 -0
- package/es/chat-embed/src/recommendation-message.vue.js +7 -0
- package/es/chat-embed/src/recommendation-message.vue2.js +8 -0
- package/es/chat-embed/src/recommendation-message.vue3.js +4 -0
- package/es/chat-embed/src/sidebar-item.vue.js +7 -0
- package/es/chat-embed/src/sidebar-item.vue2.js +118 -0
- package/es/chat-embed/src/sidebar-item.vue3.js +4 -0
- package/es/chat-embed/src/type.js +5 -0
- package/es/chat-embed/src/util/chat-embed-util.js +57 -0
- package/es/chat-embed/src/util/history-message-util.js +96 -0
- package/es/chat-embed/src/util/mcp-utils.js +53 -0
- package/es/chat-embed/src/util/text-file-util.js +12 -0
- package/es/chat-embed/src/voice/index.js +7 -0
- package/es/chat-embed/src/voice/js/crypto-js.js +1013 -0
- package/es/chat-embed/src/voice/js/processor/index.umd.js +178 -0
- package/es/chat-embed/src/voice/js/timer.js +11 -0
- package/es/chat-embed/src/voice/voice.vue.js +104 -0
- package/es/date-picker-range/index.js +7 -0
- package/es/date-picker-range/index.vue.js +7 -0
- package/es/date-picker-range/index.vue2.js +93 -0
- package/es/date-picker-range/index.vue3.js +4 -0
- package/es/department-tree/index.js +7 -0
- package/es/department-tree/src/department-tree.vue.js +23 -0
- package/es/department-tree-inline/index.js +7 -0
- package/es/department-tree-inline/src/department-multi-tree-inline.vue.js +91 -0
- package/es/department-tree-inline/src/department-multi-tree-inline.vue2.js +4 -0
- package/es/department-tree-inline/src/department-single-tree-inline.vue.js +64 -0
- package/es/department-tree-inline/src/department-single-tree-inline.vue2.js +4 -0
- package/es/department-tree-inline/src/department-tree-inline.vue.js +17 -0
- package/es/department-tree-inline/src/department-tree-service.js +108 -0
- package/es/department-tree-inline/src/search-result.vue.js +40 -0
- package/es/department-tree-inline/src/search-result.vue2.js +4 -0
- package/es/department-tree-mobile/index.js +8 -0
- package/es/department-tree-mobile/src/department-tree-app.vue.js +15 -0
- package/es/department-tree-mobile/src/department-tree-app.vue2.js +4 -0
- package/es/department-tree-mobile/src/department-tree-app.vue3.js +5 -0
- package/es/department-tree-mobile/src/department-tree-inline-app.vue.js +121 -0
- package/es/department-tree-mobile/src/department-tree-inline-app.vue2.js +4 -0
- package/es/department-tree-mobile/src/department-tree-service.js +55 -0
- package/es/department-tree-mobile/src/dept-path.vue.js +14 -0
- package/es/department-tree-mobile/src/dept-path.vue2.js +4 -0
- package/es/department-tree-mobile/src/dept-result.vue.js +16 -0
- package/es/department-tree-mobile/src/dept-result.vue2.js +4 -0
- package/es/department-user-tree/index.js +7 -0
- package/es/department-user-tree/src/department-user-multiple-tree.vue.js +20 -0
- package/es/department-user-tree/src/department-user-multiple-tree.vue2.js +4 -0
- package/es/department-user-tree/src/department-user-single-tree.vue.js +19 -0
- package/es/department-user-tree/src/department-user-tree.vue.js +27 -0
- package/es/department-user-tree-inline/index.js +7 -0
- package/es/department-user-tree-inline/src/department-user-multiple-tree-inline.vue.js +165 -0
- package/es/department-user-tree-inline/src/department-user-multiple-tree-inline.vue2.js +4 -0
- package/es/department-user-tree-inline/src/department-user-single-tree-inline.vue.js +69 -0
- package/es/department-user-tree-inline/src/department-user-single-tree-inline.vue2.js +4 -0
- package/es/department-user-tree-inline/src/department-user-tree-inline.vue.js +16 -0
- package/es/department-user-tree-inline/src/department-user-tree-multi-service.js +81 -0
- package/es/department-user-tree-inline/src/department-user-tree-single-service.js +54 -0
- package/es/department-user-tree-inline/src/group-user/group-input.vue.js +39 -0
- package/es/department-user-tree-inline/src/group-user/group-list.vue.js +27 -0
- package/es/department-user-tree-inline/src/group-user/group-user.vue.js +16 -0
- package/es/department-user-tree-inline/src/group-user-multiple-tree.vue.js +78 -0
- package/es/department-user-tree-inline/src/group-user-single-tree.vue.js +34 -0
- package/es/department-user-tree-inline/src/group-user-tree-service.js +34 -0
- package/es/department-user-tree-inline/src/search-result.vue.js +41 -0
- package/es/department-user-tree-inline/src/search-result.vue2.js +4 -0
- package/es/department-user-tree-mobile/index.js +8 -0
- package/es/department-user-tree-mobile/src/department-user-tree-app.vue.js +15 -0
- package/es/department-user-tree-mobile/src/department-user-tree-app.vue2.js +4 -0
- package/es/department-user-tree-mobile/src/department-user-tree-app.vue3.js +5 -0
- package/es/department-user-tree-mobile/src/department-user-tree-inline-app.vue.js +135 -0
- package/es/department-user-tree-mobile/src/department-user-tree-inline-app.vue2.js +4 -0
- package/es/department-user-tree-mobile/src/department-user-tree-service.js +38 -0
- package/es/department-user-tree-mobile/src/dept-path.vue.js +14 -0
- package/es/department-user-tree-mobile/src/dept-path.vue2.js +4 -0
- package/es/department-user-tree-mobile/src/dept-result.vue.js +17 -0
- package/es/department-user-tree-mobile/src/dept-result.vue2.js +4 -0
- package/es/directives/prevent-reclick.js +15 -0
- package/es/dynamic-source-select/index.js +7 -0
- package/es/dynamic-source-select/src/dynamic-source-select-service.js +32 -0
- package/es/dynamic-source-select/src/dynamic-source-select.vue.js +276 -0
- package/es/dynamic-source-select/src/dynamic-source-select.vue2.js +4 -0
- package/es/dynamic-source-select/src/dynamic-source-select.vue3.js +4 -0
- package/es/dynamic-source-select/src/events.js +29 -0
- package/es/empty-state/index.vue.js +9 -0
- package/es/empty-state/index.vue2.js +4 -0
- package/es/favicon.svg +29 -0
- package/es/fs-preview/index.js +7 -0
- package/es/fs-preview/src/fs-preview.vue.js +120 -0
- package/es/fs-preview/src/fs-preview.vue2.js +4 -0
- package/es/fs-upload/index.js +7 -0
- package/es/fs-upload/src/fs-upload-multi.vue.js +71 -0
- package/es/fs-upload/src/fs-upload-single.vue.js +73 -0
- package/es/fs-upload/src/fs-upload.vue.js +24 -0
- package/es/fs-upload/src/see-big-picture.vue.js +12 -0
- package/es/fs-upload-list/index.js +7 -0
- package/es/fs-upload-list/src/fs-upload-list.vue.js +98 -0
- package/es/fs-upload-list/src/fs-upload-list.vue2.js +4 -0
- package/es/fs-upload-new/index.js +7 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-app.vue.js +61 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-app.vue2.js +4 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue.js +178 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue2.js +4 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-component.vue.js +7 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-component.vue2.js +39 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-component.vue3.js +4 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-input.vue.js +45 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-input.vue2.js +4 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload.vue.js +35 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload.vue2.js +4 -0
- package/es/fs-upload-new/src/fs-button-upload.vue.js +7 -0
- package/es/fs-upload-new/src/fs-button-upload.vue2.js +62 -0
- package/es/fs-upload-new/src/fs-button-upload.vue3.js +4 -0
- package/es/fs-upload-new/src/fs-drag-upload.vue.js +7 -0
- package/es/fs-upload-new/src/fs-drag-upload.vue2.js +63 -0
- package/es/fs-upload-new/src/fs-drag-upload.vue3.js +4 -0
- package/es/fs-upload-new/src/fs-preview-new.vue.js +8 -0
- package/es/fs-upload-new/src/fs-preview-new.vue2.js +93 -0
- package/es/fs-upload-new/src/fs-preview-new.vue3.js +4 -0
- package/es/fs-upload-new/src/fs-preview-new.vue4.js +4 -0
- package/es/fs-upload-new/src/fs-upload-new.vue.js +64 -0
- package/es/fs-upload-new/src/fs-upload-new.vue2.js +4 -0
- package/es/hamburger/index.js +7 -0
- package/es/hamburger/src/hamburger.vue.js +15 -0
- package/es/hamburger/src/hamburger.vue2.js +4 -0
- package/es/index.js +383 -0
- package/es/json-view/json-view-dialog.vue.js +19 -0
- package/es/json-view/json-view-dialog.vue2.js +4 -0
- package/es/json-view/json-view.vue.js +4 -0
- package/es/json-view/json-view.vue2.js +36 -0
- package/es/multipart-upload/index.js +7 -0
- package/es/multipart-upload/src/index.vue.js +14 -0
- package/es/multipart-upload/src/multipart-upload-form.vue.js +82 -0
- package/es/multipart-upload/src/multipart-upload-list.vue.js +104 -0
- package/es/organization-input/index.js +7 -0
- package/es/organization-input/src/organization-input.vue.js +224 -0
- package/es/organization-input/src/organization-input.vue2.js +4 -0
- package/es/plugins/export-data-new.js +237 -0
- package/es/plugins/export-data.js +179 -0
- package/es/plugins/index.js +9 -0
- package/es/plugins/public-method.js +14 -0
- package/es/remove-department/index.js +7 -0
- package/es/remove-department/src/remove-department.vue.js +33 -0
- package/es/remove-department/src/remove-dept-service.js +13 -0
- package/es/remove-user/index.js +7 -0
- package/es/remove-user/src/remove-user-service.js +13 -0
- package/es/remove-user/src/remove-user.vue.js +35 -0
- package/es/remove-workgroup/index.js +7 -0
- package/es/remove-workgroup/src/remove-workgroup-service.js +13 -0
- package/es/remove-workgroup/src/remove-workgroup.vue.js +31 -0
- package/es/rich-editor/index.js +7 -0
- package/es/rich-editor/index.vue.js +115 -0
- package/es/rich-editor/tinymce/zh_CN.js +2 -0
- package/es/rich-editor/viewer.vue.js +27 -0
- package/es/row-form/index.js +7 -0
- package/es/row-form/index.vue.js +7 -0
- package/es/row-form/index.vue2.js +62 -0
- package/es/row-form/index.vue3.js +4 -0
- package/es/row-form/operation.vue.js +32 -0
- package/es/row-form/operation.vue2.js +4 -0
- package/es/scan-code-input/index.js +7 -0
- package/es/scan-code-input/src/events.js +15 -0
- package/es/scan-code-input/src/scan-code-input.vue.js +32 -0
- package/es/scan-code-input-browser/index.js +7 -0
- package/es/scan-code-input-browser/src/scan-code-input.vue.js +39 -0
- package/es/secret-info/index.js +7 -0
- package/es/secret-info/index.vue.js +16 -0
- package/es/src/api/sso-service.js +57 -0
- package/es/src/api/tab.js +15 -0
- package/es/src/assets/401/401.gif.js +4 -0
- package/es/src/assets/404/404-cloud.png.js +4 -0
- package/es/src/assets/404/404.png.js +4 -0
- package/es/src/assets/chat-embed/robot.gif.js +4 -0
- package/es/src/assets/chat-embed/robot.svg.js +4 -0
- package/es/src/assets/nonemessage.png.js +4 -0
- package/es/src/components/Affix/index.vue.js +7 -0
- package/es/src/components/Affix/index.vue2.js +83 -0
- package/es/src/components/Affix/index.vue3.js +4 -0
- package/es/src/components/Card/index.js +48 -0
- package/es/src/components/Scrollbar/index.vue.js +52 -0
- package/es/src/components/Scrollbar/index.vue2.js +4 -0
- package/es/src/directives/permission/index.js +7 -0
- package/es/src/directives/permission/permission.js +11 -0
- package/es/src/i18n/i18n.js +7 -0
- package/es/src/i18n/langs/cn.js +4 -0
- package/es/src/i18n/langs/en.js +4 -0
- package/es/src/mixins/resizeMixin.js +21 -0
- package/es/src/permission.js +79 -0
- package/es/src/router/index.js +9 -0
- package/es/src/store/getters.js +4 -0
- package/es/src/store/index.js +13 -0
- package/es/src/store/modules/app.js +41 -0
- package/es/src/store/modules/chat-ai-store.js +36 -0
- package/es/src/store/modules/permission.js +31 -0
- package/es/src/store/modules/system.js +12 -0
- package/es/src/store/modules/tab-content.js +20 -0
- package/es/src/store/modules/table.js +18 -0
- package/es/src/store/modules/user.js +139 -0
- package/es/src/utils/auth-api.js +134 -0
- package/es/src/utils/auth.js +156 -0
- package/es/src/utils/calculator/calculator-factory-wf.js +167 -0
- package/es/src/utils/calculator/calculator-factory.js +93 -0
- package/es/src/utils/calculator/calculator-util.js +56 -0
- package/es/src/utils/chat-ai-util.js +34 -0
- package/es/src/utils/common-util.js +440 -0
- package/es/src/utils/eventBus.js +6 -0
- package/es/src/utils/file-util.js +23 -0
- package/es/src/utils/global-prop.js +38 -0
- package/es/src/utils/guid.js +10 -0
- package/es/src/utils/i18n-util.js +70 -0
- package/es/src/utils/iconUtils.js +26 -0
- package/es/src/utils/index.js +46 -0
- package/es/src/utils/insert_css.js +17 -0
- package/es/src/utils/json-util.js +47 -0
- package/es/src/utils/jump-page-utils.js +264 -0
- package/es/src/utils/local-storage.js +19 -0
- package/es/src/utils/menu.js +14 -0
- package/es/src/utils/permission.js +45 -0
- package/es/src/utils/permissionAuth.js +154 -0
- package/es/src/utils/range-selector.js +105 -0
- package/es/src/utils/request.js +140 -0
- package/es/src/utils/resize.js +11 -0
- package/es/src/utils/restful-interface-utils.js +18 -0
- package/es/src/utils/util.js +361 -0
- package/es/src/utils/validate.js +22 -0
- package/es/src/utils/voice-setting-cache.js +212 -0
- package/es/src/utils/watermark-cache.js +15 -0
- package/es/src/utils/watermark.js +40 -0
- package/es/src/utils/workflow-util.js +42 -0
- package/es/src/views/dsc-component/Sidebar/Item.vue.js +7 -0
- package/es/src/views/dsc-component/Sidebar/Item.vue2.js +12 -0
- package/es/src/views/dsc-component/Sidebar/Item.vue3.js +4 -0
- package/es/src/views/dsc-component/Sidebar/Link.vue.js +14 -0
- package/es/src/views/dsc-component/Sidebar/SidebarItem.vue.js +53 -0
- package/es/src/views/dsc-component/Sidebar/SidebarItem.vue2.js +4 -0
- package/es/src/views/dsc-component/Sidebar/index.vue.js +111 -0
- package/es/src/views/dsc-component/tabs/tab-content.vue.js +66 -0
- package/es/src/views/dsc-component/tabs/tab-content.vue2.js +4 -0
- package/es/src/views/dsc-component/tabs/tab-content.vue3.js +4 -0
- package/es/src/views/error-page/401.vue.js +15 -0
- package/es/src/views/error-page/401.vue2.js +4 -0
- package/es/src/views/error-page/404.vue.js +12 -0
- package/es/src/views/error-page/404.vue2.js +4 -0
- package/es/src/views/layout/EmptyLayout.vue.js +9 -0
- package/es/src/views/layout/Layout.vue.js +28 -0
- package/es/src/views/layout/Layout.vue2.js +4 -0
- package/es/src/views/layout/NewLayout.vue.js +11 -0
- package/es/src/views/layout/components/AppMain.vue.js +13 -0
- package/es/src/views/layout/components/AppMain.vue2.js +4 -0
- package/es/src/views/layout/components/Breadcrumb/index.vue.js +49 -0
- package/es/src/views/layout/components/Breadcrumb/index.vue2.js +4 -0
- package/es/src/views/layout/components/Menubar/Item.vue.js +7 -0
- package/es/src/views/layout/components/Menubar/Item.vue2.js +15 -0
- package/es/src/views/layout/components/Menubar/Item.vue3.js +4 -0
- package/es/src/views/layout/components/Menubar/Link.vue.js +14 -0
- package/es/src/views/layout/components/Menubar/SidebarItem.vue.js +56 -0
- package/es/src/views/layout/components/Menubar/SidebarItem.vue2.js +4 -0
- package/es/src/views/layout/components/Menubar/index.vue.js +90 -0
- package/es/src/views/layout/components/Sidebar/Item.vue.js +9 -0
- package/es/src/views/layout/components/Sidebar/Item.vue2.js +4 -0
- package/es/src/views/layout/components/Sidebar/Link.vue.js +12 -0
- package/es/src/views/layout/components/Sidebar/SidebarItem.vue.js +22 -0
- package/es/src/views/layout/components/Sidebar/SidebarItem.vue2.js +4 -0
- package/es/src/views/layout/components/Sidebar/index.vue.js +58 -0
- package/es/src/views/layout/components/iframe-page.vue.js +14 -0
- package/es/src/views/layout/components/iframe-page.vue2.js +4 -0
- package/es/src/views/layout/components/tabs/tab-content.vue.js +64 -0
- package/es/src/views/layout/components/tabs/tab-content.vue2.js +4 -0
- package/es/src/views/layout/components/tabs/tab-content.vue3.js +4 -0
- package/es/src/views/layout/mixin/ResizeHandler.js +16 -0
- package/es/src/views/layout/tab-content-iframe-index.vue.js +14 -0
- package/es/src/views/layout/tab-content-iframe-index.vue2.js +4 -0
- package/es/src/views/layout/tab-content-index.vue.js +28 -0
- package/es/src/views/layout/tab-content-index.vue2.js +4 -0
- package/es/src/views/login/authredirect.vue.js +7 -0
- package/es/src/views/redirect/index.vue.js +8 -0
- package/es/src/views/svg-icon/src/svg-icon.vue.js +4 -0
- package/es/src/views/wf-history/tache-subprocess-history.vue.js +14 -0
- package/es/src/views/wf-history/tache-subprocess-history.vue2.js +4 -0
- package/es/style.css +3077 -0
- package/es/super-grid/index.js +7 -0
- package/es/super-grid/src/apis.js +458 -0
- package/es/super-grid/src/columns-config.vue.js +82 -0
- package/es/super-grid/src/components/grid-icon.vue.js +47 -0
- package/es/super-grid/src/components/grid-radio-input.vue.js +25 -0
- package/es/super-grid/src/components/grid-radio-input.vue2.js +4 -0
- package/es/super-grid/src/components/mobile-table-card.js +109 -0
- package/es/super-grid/src/components/select-input.vue.js +149 -0
- package/es/super-grid/src/components/select-input.vue2.js +4 -0
- package/es/super-grid/src/custom-formatter.js +168 -0
- package/es/super-grid/src/dynamic-input.vue.js +482 -0
- package/es/super-grid/src/eventBus.js +6 -0
- package/es/super-grid/src/events.js +37 -0
- package/es/super-grid/src/formValidatorUtil.js +109 -0
- package/es/super-grid/src/formatter.js +74 -0
- package/es/super-grid/src/group-column.vue.js +24 -0
- package/es/super-grid/src/header-context-menu.vue.js +15 -0
- package/es/super-grid/src/header-context-menu.vue2.js +4 -0
- package/es/super-grid/src/index-column.vue.js +22 -0
- package/es/super-grid/src/normal-column-content.vue.js +319 -0
- package/es/super-grid/src/normal-column-content.vue2.js +4 -0
- package/es/super-grid/src/normal-column.vue.js +106 -0
- package/es/super-grid/src/normal-column.vue2.js +4 -0
- package/es/super-grid/src/public-methods.js +22 -0
- package/es/super-grid/src/row-detail.vue.js +14 -0
- package/es/super-grid/src/row-operation.vue.js +89 -0
- package/es/super-grid/src/row-operation.vue2.js +4 -0
- package/es/super-grid/src/scan-util.js +100 -0
- package/es/super-grid/src/search-button.vue.js +23 -0
- package/es/super-grid/src/search-condition-input.vue.js +17 -0
- package/es/super-grid/src/search-condition-list.vue.js +20 -0
- package/es/super-grid/src/search-form-advancedQuery.vue.js +116 -0
- package/es/super-grid/src/search-form-advancedQuery.vue2.js +4 -0
- package/es/super-grid/src/search-form-dialog.vue.js +16 -0
- package/es/super-grid/src/search-form-item.vue.js +128 -0
- package/es/super-grid/src/search-form-item.vue2.js +4 -0
- package/es/super-grid/src/search-form-mobile.vue.js +41 -0
- package/es/super-grid/src/search-form-mobile.vue2.js +4 -0
- package/es/super-grid/src/search-form-number.vue.js +26 -0
- package/es/super-grid/src/search-form-open.vue.js +50 -0
- package/es/super-grid/src/search-form-ordinarySearch.vue.js +39 -0
- package/es/super-grid/src/search-form-ordinarySearch.vue2.js +4 -0
- package/es/super-grid/src/search-form.vue.js +201 -0
- package/es/super-grid/src/search-form.vue2.js +4 -0
- package/es/super-grid/src/search-methods.js +164 -0
- package/es/super-grid/src/selection-column.vue.js +11 -0
- package/es/super-grid/src/store.js +4 -0
- package/es/super-grid/src/super-grid-service.js +260 -0
- package/es/super-grid/src/super-grid.vue.js +1052 -0
- package/es/super-grid/src/super-grid.vue2.js +4 -0
- package/es/super-grid/src/utils.js +355 -0
- package/es/super-grid/src/view-image-dialog.vue.js +67 -0
- package/es/super-icon/index.js +7 -0
- package/es/super-icon/src/index.vue.js +7 -0
- package/es/super-icon/src/index.vue2.js +13 -0
- package/es/super-icon/src/index.vue3.js +4 -0
- package/es/super-nine-grid/index.js +7 -0
- package/es/super-nine-grid/src/apis.js +36 -0
- package/es/super-nine-grid/src/custom-formatter.js +35 -0
- package/es/super-nine-grid/src/formatter.js +37 -0
- package/es/super-nine-grid/src/search-form-number.vue.js +13 -0
- package/es/super-nine-grid/src/search-form.vue.js +91 -0
- package/es/super-nine-grid/src/search-form.vue2.js +4 -0
- package/es/super-nine-grid/src/search-methods.js +48 -0
- package/es/super-nine-grid/src/store.js +4 -0
- package/es/super-nine-grid/src/super-grid-service.js +39 -0
- package/es/super-nine-grid/src/super-nine-grid.vue.js +225 -0
- package/es/super-nine-grid/src/super-nine-grid.vue2.js +4 -0
- package/es/super-nine-grid/src/utils.js +32 -0
- package/es/svg-icon/index.js +7 -0
- package/es/svg-icon/src/svg-icon.vue.js +14 -0
- package/es/svg-icon/src/svg-icon.vue2.js +4 -0
- package/es/utils/gogocodeTransfer.js +33 -0
- package/es/utils/memory-cache-utils.js +30 -0
- package/es/utils/organization.js +57 -0
- package/es/utils/utils.js +87 -0
- package/es/utils/value-set.js +94 -0
- package/es/valid-code/index.js +7 -0
- package/es/valid-code/src/valid-code.vue.js +23 -0
- package/es/valid-code/src/valid-code.vue2.js +4 -0
- package/es/workflow-button/index.js +7 -0
- package/es/workflow-button/src/workflow-button.vue.js +85 -0
- package/es/workflow-history-list/index.js +7 -0
- package/es/workflow-history-list/src/api.js +6 -0
- package/es/workflow-history-list/src/workflow-history-list.vue.js +89 -0
- package/es/workflow-history-list/src/workflow-history-list.vue2.js +4 -0
- package/es/workgroup-tree/index.js +7 -0
- package/es/workgroup-tree/src/workgroup-tree.vue.js +23 -0
- package/es/workgroup-tree-inline/index.js +7 -0
- package/es/workgroup-tree-inline/src/search-result.vue.js +39 -0
- package/es/workgroup-tree-inline/src/search-result.vue2.js +4 -0
- package/es/workgroup-tree-inline/src/workgroup-tree-inline.vue.js +128 -0
- package/es/workgroup-tree-inline/src/workgroup-tree-inline.vue2.js +4 -0
- package/es/workgroup-tree-inline/src/workgroup-tree-service.js +35 -0
- package/es/workgroup-tree-mobile/index.js +8 -0
- package/es/workgroup-tree-mobile/src/dept-result.vue.js +16 -0
- package/es/workgroup-tree-mobile/src/dept-result.vue2.js +4 -0
- package/es/workgroup-tree-mobile/src/workgroup-tree-app.vue.js +15 -0
- package/es/workgroup-tree-mobile/src/workgroup-tree-app.vue2.js +4 -0
- package/es/workgroup-tree-mobile/src/workgroup-tree-app.vue3.js +5 -0
- package/es/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue.js +109 -0
- package/es/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue2.js +4 -0
- package/es/workgroup-tree-mobile/src/workgroup-tree-service.js +33 -0
- package/es/workgroup-user-tree/index.js +7 -0
- package/es/workgroup-user-tree/src/workgroup-user-tree.vue.js +23 -0
- package/es/workgroup-user-tree-inline/index.js +7 -0
- package/es/workgroup-user-tree-inline/src/search-result.vue.js +39 -0
- package/es/workgroup-user-tree-inline/src/search-result.vue2.js +4 -0
- package/es/workgroup-user-tree-inline/src/workgroup-tree-inline-service.js +73 -0
- package/es/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue.js +172 -0
- package/es/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue2.js +4 -0
- package/es/workgroup-user-tree-mobile/src/dept-path.vue.js +14 -0
- package/es/workgroup-user-tree-mobile/src/dept-path.vue2.js +4 -0
- package/es/workgroup-user-tree-mobile/src/dept-result.vue.js +17 -0
- package/es/workgroup-user-tree-mobile/src/dept-result.vue2.js +4 -0
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue.js +15 -0
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue2.js +4 -0
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue3.js +5 -0
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue.js +135 -0
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue2.js +4 -0
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-service.js +29 -0
- package/es/year-range-picker/index.js +7 -0
- package/es/year-range-picker/src/year-range-picker.vue.js +14 -0
- package/lib/IntervalSelection/index.js +5 -7
- package/lib/IntervalSelection/src/sectionDate.vue.js +17 -21
- package/lib/IntervalSelection/src/sectionDate.vue2.js +2 -4
- package/lib/_virtual/__vite-browser-external.js +2 -4
- package/lib/_virtual/_plugin-vue_export-helper.js +6 -8
- package/lib/breadcrumb/index.js +3 -5
- package/lib/breadcrumb/src/breadcrumb.vue.js +28 -19
- package/lib/breadcrumb/src/breadcrumb.vue2.js +2 -4
- package/lib/chat-embed/index.js +3 -5
- package/lib/chat-embed/src/chat-addition-data.vue.js +5 -7
- package/lib/chat-embed/src/chat-addition-data.vue2.js +11 -13
- package/lib/chat-embed/src/chat-addition-data.vue3.js +2 -4
- package/lib/chat-embed/src/chat-ai-answer-tip.vue.js +5 -7
- package/lib/chat-embed/src/chat-ai-answer-tip.vue2.js +17 -20
- package/lib/chat-embed/src/chat-ai-answer-tip.vue3.js +2 -4
- package/lib/chat-embed/src/chat-bubble-footer.vue.js +5 -7
- package/lib/chat-embed/src/chat-bubble-footer.vue2.js +17 -22
- package/lib/chat-embed/src/chat-bubble-footer.vue3.js +2 -4
- package/lib/chat-embed/src/chat-embed-message.js +14 -20
- package/lib/chat-embed/src/chat-sender.vue.js +5 -7
- package/lib/chat-embed/src/chat-sender.vue2.js +110 -123
- package/lib/chat-embed/src/chat-sender.vue3.js +2 -4
- package/lib/chat-embed/src/components/answer-auto-chart.vue.js +5 -7
- package/lib/chat-embed/src/components/answer-auto-chart.vue2.js +42 -50
- package/lib/chat-embed/src/components/answer-auto-chart.vue3.js +2 -4
- package/lib/chat-embed/src/components/answer-home-chart.vue.js +5 -7
- package/lib/chat-embed/src/components/answer-home-chart.vue2.js +3 -6
- package/lib/chat-embed/src/components/answer-home-chart.vue3.js +2 -4
- package/lib/chat-embed/src/components/answer-interaction-data.vue.js +5 -7
- package/lib/chat-embed/src/components/answer-interaction-data.vue2.js +74 -84
- package/lib/chat-embed/src/components/answer-interaction-data.vue3.js +2 -4
- package/lib/chat-embed/src/components/history-detail.vue.js +5 -7
- package/lib/chat-embed/src/components/history-detail.vue2.js +27 -32
- package/lib/chat-embed/src/components/history-detail.vue3.js +2 -4
- package/lib/chat-embed/src/header.vue.js +5 -7
- package/lib/chat-embed/src/header.vue2.js +25 -32
- package/lib/chat-embed/src/header.vue3.js +2 -4
- package/lib/chat-embed/src/index.vue.js +5 -7
- package/lib/chat-embed/src/index.vue2.js +185 -211
- package/lib/chat-embed/src/index.vue3.js +2 -4
- package/lib/chat-embed/src/recommendation-message.vue.js +5 -7
- package/lib/chat-embed/src/recommendation-message.vue2.js +5 -8
- package/lib/chat-embed/src/recommendation-message.vue3.js +2 -4
- package/lib/chat-embed/src/sidebar-item.vue.js +5 -7
- package/lib/chat-embed/src/sidebar-item.vue2.js +84 -93
- package/lib/chat-embed/src/sidebar-item.vue3.js +2 -4
- package/lib/chat-embed/src/type.js +3 -5
- package/lib/chat-embed/src/util/chat-embed-util.js +35 -41
- package/lib/chat-embed/src/util/history-message-util.js +63 -85
- package/lib/chat-embed/src/util/mcp-utils.js +5 -8
- package/lib/chat-embed/src/util/text-file-util.js +7 -11
- package/lib/chat-embed/src/voice/index.js +5 -7
- package/lib/chat-embed/src/voice/js/crypto-js.js +987 -995
- package/lib/chat-embed/src/voice/js/processor/index.umd.js +161 -169
- package/lib/chat-embed/src/voice/js/timer.js +7 -10
- package/lib/chat-embed/src/voice/voice.vue.js +61 -70
- package/lib/date-picker-range/index.js +5 -7
- package/lib/date-picker-range/index.vue.js +5 -7
- package/lib/date-picker-range/index.vue2.js +59 -63
- package/lib/date-picker-range/index.vue3.js +2 -4
- package/lib/department-tree/index.js +3 -5
- package/lib/department-tree/src/department-tree.vue.js +11 -17
- package/lib/department-tree-inline/index.js +3 -5
- package/lib/department-tree-inline/src/department-multi-tree-inline.vue.js +17 -27
- package/lib/department-tree-inline/src/department-multi-tree-inline.vue2.js +2 -4
- package/lib/department-tree-inline/src/department-single-tree-inline.vue.js +17 -27
- package/lib/department-tree-inline/src/department-single-tree-inline.vue2.js +2 -4
- package/lib/department-tree-inline/src/department-tree-inline.vue.js +8 -13
- package/lib/department-tree-inline/src/department-tree-service.js +8 -10
- package/lib/department-tree-inline/src/search-result.vue.js +19 -23
- package/lib/department-tree-inline/src/search-result.vue2.js +2 -4
- package/lib/department-tree-mobile/index.js +4 -7
- package/lib/department-tree-mobile/src/department-tree-app.vue.js +9 -12
- package/lib/department-tree-mobile/src/department-tree-app.vue2.js +2 -4
- package/lib/department-tree-mobile/src/department-tree-app.vue3.js +3 -5
- package/lib/department-tree-mobile/src/department-tree-inline-app.vue.js +80 -91
- package/lib/department-tree-mobile/src/department-tree-inline-app.vue2.js +3 -4
- package/lib/department-tree-mobile/src/department-tree-service.js +32 -42
- package/lib/department-tree-mobile/src/dept-path.vue.js +10 -11
- package/lib/department-tree-mobile/src/dept-path.vue2.js +3 -4
- package/lib/department-tree-mobile/src/dept-result.vue.js +11 -14
- package/lib/department-tree-mobile/src/dept-result.vue2.js +3 -4
- package/lib/department-user-tree/index.js +3 -5
- package/lib/department-user-tree/src/department-user-multiple-tree.vue.js +10 -14
- package/lib/department-user-tree/src/department-user-multiple-tree.vue2.js +2 -4
- package/lib/department-user-tree/src/department-user-single-tree.vue.js +9 -14
- package/lib/department-user-tree/src/department-user-tree.vue.js +14 -20
- package/lib/department-user-tree-inline/index.js +3 -5
- package/lib/department-user-tree-inline/src/department-user-multiple-tree-inline.vue.js +17 -28
- package/lib/department-user-tree-inline/src/department-user-multiple-tree-inline.vue2.js +2 -4
- package/lib/department-user-tree-inline/src/department-user-single-tree-inline.vue.js +21 -33
- package/lib/department-user-tree-inline/src/department-user-single-tree-inline.vue2.js +2 -4
- package/lib/department-user-tree-inline/src/department-user-tree-inline.vue.js +8 -13
- package/lib/department-user-tree-inline/src/department-user-tree-multi-service.js +6 -9
- package/lib/department-user-tree-inline/src/department-user-tree-single-service.js +8 -11
- package/lib/department-user-tree-inline/src/group-user/group-input.vue.js +7 -12
- package/lib/department-user-tree-inline/src/group-user/group-list.vue.js +7 -12
- package/lib/department-user-tree-inline/src/group-user/group-user.vue.js +8 -14
- package/lib/department-user-tree-inline/src/group-user-multiple-tree.vue.js +14 -20
- package/lib/department-user-tree-inline/src/group-user-single-tree.vue.js +17 -23
- package/lib/department-user-tree-inline/src/group-user-tree-service.js +2 -3
- package/lib/department-user-tree-inline/src/search-result.vue.js +12 -15
- package/lib/department-user-tree-inline/src/search-result.vue2.js +2 -4
- package/lib/department-user-tree-mobile/index.js +4 -7
- package/lib/department-user-tree-mobile/src/department-user-tree-app.vue.js +9 -12
- package/lib/department-user-tree-mobile/src/department-user-tree-app.vue2.js +2 -4
- package/lib/department-user-tree-mobile/src/department-user-tree-app.vue3.js +3 -5
- package/lib/department-user-tree-mobile/src/department-user-tree-inline-app.vue.js +93 -104
- package/lib/department-user-tree-mobile/src/department-user-tree-inline-app.vue2.js +3 -4
- package/lib/department-user-tree-mobile/src/department-user-tree-service.js +20 -30
- package/lib/department-user-tree-mobile/src/dept-path.vue.js +10 -11
- package/lib/department-user-tree-mobile/src/dept-path.vue2.js +3 -4
- package/lib/department-user-tree-mobile/src/dept-result.vue.js +11 -15
- package/lib/department-user-tree-mobile/src/dept-result.vue2.js +3 -4
- package/lib/directives/prevent-reclick.js +2 -3
- package/lib/dynamic-source-select/index.js +5 -7
- package/lib/dynamic-source-select/src/dynamic-source-select-service.js +13 -15
- package/lib/dynamic-source-select/src/dynamic-source-select.vue.js +173 -183
- package/lib/dynamic-source-select/src/dynamic-source-select.vue2.js +2 -4
- package/lib/dynamic-source-select/src/dynamic-source-select.vue3.js +2 -4
- package/lib/dynamic-source-select/src/events.js +2 -3
- package/lib/empty-state/index.vue.js +5 -8
- package/lib/empty-state/index.vue2.js +3 -4
- package/lib/fs-preview/index.js +5 -7
- package/lib/fs-preview/src/fs-preview.vue.js +63 -72
- package/lib/fs-preview/src/fs-preview.vue2.js +2 -4
- package/lib/fs-upload/index.js +5 -7
- package/lib/fs-upload/src/fs-upload-multi.vue.js +24 -32
- package/lib/fs-upload/src/fs-upload-single.vue.js +30 -39
- package/lib/fs-upload/src/fs-upload.vue.js +10 -16
- package/lib/fs-upload/src/see-big-picture.vue.js +8 -11
- package/lib/fs-upload-list/index.js +5 -7
- package/lib/fs-upload-list/src/fs-upload-list.vue.js +33 -40
- package/lib/fs-upload-list/src/fs-upload-list.vue2.js +2 -4
- package/lib/fs-upload-new/index.js +5 -7
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-app.vue.js +34 -38
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-app.vue2.js +3 -4
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue.js +101 -109
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue2.js +3 -4
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue.js +5 -7
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue2.js +26 -33
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue3.js +2 -4
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-input.vue.js +27 -31
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-input.vue2.js +3 -4
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload.vue.js +18 -24
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload.vue2.js +3 -4
- package/lib/fs-upload-new/src/fs-button-upload.vue.js +5 -7
- package/lib/fs-upload-new/src/fs-button-upload.vue2.js +36 -43
- package/lib/fs-upload-new/src/fs-button-upload.vue3.js +2 -4
- package/lib/fs-upload-new/src/fs-drag-upload.vue.js +5 -7
- package/lib/fs-upload-new/src/fs-drag-upload.vue2.js +37 -45
- package/lib/fs-upload-new/src/fs-drag-upload.vue3.js +2 -4
- package/lib/fs-upload-new/src/fs-preview-new.vue.js +5 -8
- package/lib/fs-upload-new/src/fs-preview-new.vue2.js +61 -70
- package/lib/fs-upload-new/src/fs-preview-new.vue3.js +2 -4
- package/lib/fs-upload-new/src/fs-preview-new.vue4.js +2 -4
- package/lib/fs-upload-new/src/fs-upload-new.vue.js +37 -47
- package/lib/fs-upload-new/src/fs-upload-new.vue2.js +3 -4
- package/lib/hamburger/index.js +3 -5
- package/lib/hamburger/src/hamburger.vue.js +10 -14
- package/lib/hamburger/src/hamburger.vue2.js +2 -4
- package/lib/index.js +40 -382
- package/lib/json-view/json-view-dialog.vue.js +12 -15
- package/lib/json-view/json-view-dialog.vue2.js +3 -4
- package/lib/json-view/json-view.vue.js +3 -4
- package/lib/json-view/json-view.vue2.js +27 -31
- package/lib/multipart-upload/index.js +5 -7
- package/lib/multipart-upload/src/index.vue.js +7 -11
- package/lib/multipart-upload/src/multipart-upload-form.vue.js +40 -49
- package/lib/multipart-upload/src/multipart-upload-list.vue.js +59 -67
- package/lib/organization-input/index.js +5 -7
- package/lib/organization-input/src/organization-input.vue.js +31 -37
- package/lib/organization-input/src/organization-input.vue2.js +2 -4
- package/lib/plugins/export-data-new.js +96 -104
- package/lib/plugins/export-data.js +45 -51
- package/lib/plugins/index.js +4 -8
- package/lib/plugins/public-method.js +2 -3
- package/lib/remove-department/index.js +3 -5
- package/lib/remove-department/src/remove-department.vue.js +13 -19
- package/lib/remove-department/src/remove-dept-service.js +9 -10
- package/lib/remove-user/index.js +5 -7
- package/lib/remove-user/src/remove-user-service.js +3 -4
- package/lib/remove-user/src/remove-user.vue.js +16 -22
- package/lib/remove-workgroup/index.js +5 -7
- package/lib/remove-workgroup/src/remove-workgroup-service.js +3 -4
- package/lib/remove-workgroup/src/remove-workgroup.vue.js +12 -18
- package/lib/rich-editor/index.js +5 -7
- package/lib/rich-editor/index.vue.js +28 -76
- package/lib/rich-editor/tinymce/zh_CN.js +2 -2
- package/lib/rich-editor/viewer.vue.js +7 -10
- package/lib/row-form/index.js +5 -7
- package/lib/row-form/index.vue.js +5 -7
- package/lib/row-form/index.vue2.js +41 -47
- package/lib/row-form/index.vue3.js +2 -4
- package/lib/row-form/operation.vue.js +22 -26
- package/lib/row-form/operation.vue2.js +3 -4
- package/lib/scan-code-input/index.js +5 -7
- package/lib/scan-code-input/src/events.js +11 -13
- package/lib/scan-code-input/src/scan-code-input.vue.js +9 -15
- package/lib/scan-code-input-browser/index.js +5 -7
- package/lib/scan-code-input-browser/src/scan-code-input.vue.js +16 -21
- package/lib/secret-info/index.js +5 -7
- package/lib/secret-info/index.vue.js +6 -9
- package/lib/src/api/sso-service.js +34 -36
- package/lib/src/api/tab.js +8 -9
- package/lib/src/assets/401/401.gif.js +2 -4
- package/lib/src/assets/404/404-cloud.png.js +2 -4
- package/lib/src/assets/404/404.png.js +2 -4
- package/lib/src/assets/chat-embed/robot.gif.js +2 -4
- package/lib/src/assets/chat-embed/robot.svg.js +2 -4
- package/lib/src/assets/nonemessage.png.js +2 -4
- package/lib/src/components/Affix/index.vue.js +5 -7
- package/lib/src/components/Affix/index.vue2.js +56 -58
- package/lib/src/components/Affix/index.vue3.js +2 -4
- package/lib/src/components/Card/index.js +33 -38
- package/lib/src/components/Scrollbar/index.vue.js +33 -37
- package/lib/src/components/Scrollbar/index.vue2.js +2 -4
- package/lib/src/directives/permission/index.js +3 -5
- package/lib/src/directives/permission/permission.js +7 -9
- package/lib/src/i18n/i18n.js +3 -7
- package/lib/src/i18n/langs/cn.js +2 -4
- package/lib/src/i18n/langs/en.js +2 -4
- package/lib/src/mixins/resizeMixin.js +2 -3
- package/lib/src/permission.js +43 -46
- package/lib/src/router/index.js +16 -9
- package/lib/src/store/getters.js +2 -4
- package/lib/src/store/index.js +16 -13
- package/lib/src/store/modules/app.js +3 -4
- package/lib/src/store/modules/chat-ai-store.js +19 -22
- package/lib/src/store/modules/permission.js +10 -11
- package/lib/src/store/modules/system.js +7 -9
- package/lib/src/store/modules/tab-content.js +13 -15
- package/lib/src/store/modules/table.js +2 -3
- package/lib/src/store/modules/user.js +89 -95
- package/lib/src/utils/auth-api.js +3 -5
- package/lib/src/utils/auth.js +69 -139
- package/lib/src/utils/calculator/calculator-factory-wf.js +48 -49
- package/lib/src/utils/calculator/calculator-factory.js +57 -58
- package/lib/src/utils/calculator/calculator-util.js +29 -32
- package/lib/src/utils/chat-ai-util.js +17 -25
- package/lib/src/utils/common-util.js +271 -356
- package/lib/src/utils/eventBus.js +3 -6
- package/lib/src/utils/file-util.js +15 -16
- package/lib/src/utils/global-prop.js +21 -37
- package/lib/src/utils/guid.js +5 -8
- package/lib/src/utils/i18n-util.js +16 -24
- package/lib/src/utils/iconUtils.js +16 -23
- package/lib/src/utils/index.js +26 -40
- package/lib/src/utils/insert_css.js +8 -7
- package/lib/src/utils/json-util.js +25 -27
- package/lib/src/utils/jump-page-utils.js +172 -180
- package/lib/src/utils/local-storage.js +2 -3
- package/lib/src/utils/menu.js +10 -11
- package/lib/src/utils/permission.js +22 -26
- package/lib/src/utils/permissionAuth.js +102 -136
- package/lib/src/utils/range-selector.js +41 -45
- package/lib/src/utils/request.js +77 -86
- package/lib/src/utils/resize.js +5 -5
- package/lib/src/utils/restful-interface-utils.js +12 -15
- package/lib/src/utils/util.js +6 -26
- package/lib/src/utils/validate.js +10 -20
- package/lib/src/utils/voice-setting-cache.js +140 -153
- package/lib/src/utils/watermark-cache.js +9 -14
- package/lib/src/utils/watermark.js +23 -30
- package/lib/src/utils/workflow-util.js +25 -26
- package/lib/src/views/dsc-component/Sidebar/Item.vue.js +5 -7
- package/lib/src/views/dsc-component/Sidebar/Item.vue2.js +8 -11
- package/lib/src/views/dsc-component/Sidebar/Item.vue3.js +2 -4
- package/lib/src/views/dsc-component/Sidebar/Link.vue.js +9 -12
- package/lib/src/views/dsc-component/Sidebar/SidebarItem.vue.js +19 -26
- package/lib/src/views/dsc-component/Sidebar/SidebarItem.vue2.js +2 -4
- package/lib/src/views/dsc-component/Sidebar/index.vue.js +13 -22
- package/lib/src/views/dsc-component/tabs/tab-content.vue.js +21 -26
- package/lib/src/views/dsc-component/tabs/tab-content.vue2.js +2 -4
- package/lib/src/views/dsc-component/tabs/tab-content.vue3.js +2 -4
- package/lib/src/views/error-page/401.vue.js +9 -13
- package/lib/src/views/error-page/401.vue2.js +2 -4
- package/lib/src/views/error-page/404.vue.js +7 -11
- package/lib/src/views/error-page/404.vue2.js +2 -4
- package/lib/src/views/layout/EmptyLayout.vue.js +6 -8
- package/lib/src/views/layout/Layout.vue.js +12 -19
- package/lib/src/views/layout/Layout.vue2.js +2 -4
- package/lib/src/views/layout/NewLayout.vue.js +6 -10
- package/lib/src/views/layout/components/AppMain.vue.js +9 -11
- package/lib/src/views/layout/components/AppMain.vue2.js +2 -4
- package/lib/src/views/layout/components/Breadcrumb/index.vue.js +44 -37
- package/lib/src/views/layout/components/Breadcrumb/index.vue2.js +2 -4
- package/lib/src/views/layout/components/Menubar/Item.vue.js +5 -7
- package/lib/src/views/layout/components/Menubar/Item.vue2.js +12 -14
- package/lib/src/views/layout/components/Menubar/Item.vue3.js +2 -4
- package/lib/src/views/layout/components/Menubar/Link.vue.js +9 -12
- package/lib/src/views/layout/components/Menubar/SidebarItem.vue.js +15 -24
- package/lib/src/views/layout/components/Menubar/SidebarItem.vue2.js +2 -4
- package/lib/src/views/layout/components/Menubar/index.vue.js +19 -30
- package/lib/src/views/layout/components/Sidebar/Item.vue.js +6 -8
- package/lib/src/views/layout/components/Sidebar/Item.vue2.js +3 -4
- package/lib/src/views/layout/components/Sidebar/Link.vue.js +8 -11
- package/lib/src/views/layout/components/Sidebar/SidebarItem.vue.js +11 -17
- package/lib/src/views/layout/components/Sidebar/SidebarItem.vue2.js +2 -4
- package/lib/src/views/layout/components/Sidebar/index.vue.js +18 -25
- package/lib/src/views/layout/components/iframe-page.vue.js +8 -10
- package/lib/src/views/layout/components/iframe-page.vue2.js +2 -4
- package/lib/src/views/layout/components/tabs/tab-content.vue.js +10 -14
- package/lib/src/views/layout/components/tabs/tab-content.vue2.js +2 -4
- package/lib/src/views/layout/components/tabs/tab-content.vue3.js +2 -4
- package/lib/src/views/layout/mixin/ResizeHandler.js +3 -5
- package/lib/src/views/layout/tab-content-iframe-index.vue.js +8 -10
- package/lib/src/views/layout/tab-content-iframe-index.vue2.js +2 -4
- package/lib/src/views/layout/tab-content-index.vue.js +12 -18
- package/lib/src/views/layout/tab-content-index.vue2.js +2 -4
- package/lib/src/views/login/authredirect.vue.js +2 -3
- package/lib/src/views/redirect/index.vue.js +17 -8
- package/lib/src/views/svg-icon/src/svg-icon.vue.js +2 -4
- package/lib/src/views/wf-history/tache-subprocess-history.vue.js +11 -13
- package/lib/src/views/wf-history/tache-subprocess-history.vue2.js +2 -4
- package/lib/style.css +619 -619
- package/lib/super-grid/index.js +5 -7
- package/lib/super-grid/src/apis.js +221 -231
- package/lib/super-grid/src/columns-config.vue.js +16 -22
- package/lib/super-grid/src/components/grid-icon.vue.js +26 -34
- package/lib/super-grid/src/components/grid-radio-input.vue.js +15 -18
- package/lib/super-grid/src/components/grid-radio-input.vue2.js +3 -4
- package/lib/super-grid/src/components/mobile-table-card.js +73 -83
- package/lib/super-grid/src/components/select-input.vue.js +98 -106
- package/lib/super-grid/src/components/select-input.vue2.js +3 -4
- package/lib/super-grid/src/custom-formatter.js +69 -73
- package/lib/super-grid/src/dynamic-input.vue.js +142 -159
- package/lib/super-grid/src/eventBus.js +3 -6
- package/lib/super-grid/src/events.js +34 -36
- package/lib/super-grid/src/formValidatorUtil.js +62 -65
- package/lib/super-grid/src/formatter.js +36 -41
- package/lib/super-grid/src/group-column.vue.js +8 -13
- package/lib/super-grid/src/header-context-menu.vue.js +10 -13
- package/lib/super-grid/src/header-context-menu.vue2.js +2 -4
- package/lib/super-grid/src/index-column.vue.js +7 -10
- package/lib/super-grid/src/normal-column-content.vue.js +187 -206
- package/lib/super-grid/src/normal-column-content.vue2.js +2 -4
- package/lib/super-grid/src/normal-column.vue.js +40 -55
- package/lib/super-grid/src/normal-column.vue2.js +2 -4
- package/lib/super-grid/src/public-methods.js +12 -14
- package/lib/super-grid/src/row-detail.vue.js +7 -10
- package/lib/super-grid/src/row-operation.vue.js +19 -26
- package/lib/super-grid/src/row-operation.vue2.js +2 -4
- package/lib/super-grid/src/scan-util.js +24 -26
- package/lib/super-grid/src/search-button.vue.js +12 -17
- package/lib/super-grid/src/search-condition-input.vue.js +8 -12
- package/lib/super-grid/src/search-condition-list.vue.js +10 -13
- package/lib/super-grid/src/search-form-advancedQuery.vue.js +13 -23
- package/lib/super-grid/src/search-form-advancedQuery.vue2.js +2 -4
- package/lib/super-grid/src/search-form-dialog.vue.js +9 -13
- package/lib/super-grid/src/search-form-item.vue.js +16 -24
- package/lib/super-grid/src/search-form-item.vue2.js +2 -4
- package/lib/super-grid/src/search-form-mobile.vue.js +13 -22
- package/lib/super-grid/src/search-form-mobile.vue2.js +2 -4
- package/lib/super-grid/src/search-form-number.vue.js +9 -14
- package/lib/super-grid/src/search-form-open.vue.js +7 -13
- package/lib/super-grid/src/search-form-ordinarySearch.vue.js +11 -19
- package/lib/super-grid/src/search-form-ordinarySearch.vue2.js +2 -4
- package/lib/super-grid/src/search-form.vue.js +65 -77
- package/lib/super-grid/src/search-form.vue2.js +2 -4
- package/lib/super-grid/src/search-methods.js +2 -3
- package/lib/super-grid/src/selection-column.vue.js +7 -9
- package/lib/super-grid/src/store.js +3 -4
- package/lib/super-grid/src/super-grid-service.js +121 -128
- package/lib/super-grid/src/super-grid.vue.js +186 -217
- package/lib/super-grid/src/super-grid.vue2.js +2 -4
- package/lib/super-grid/src/utils.js +265 -322
- package/lib/super-grid/src/view-image-dialog.vue.js +26 -33
- package/lib/super-icon/index.js +5 -7
- package/lib/super-icon/src/index.vue.js +5 -7
- package/lib/super-icon/src/index.vue2.js +8 -11
- package/lib/super-icon/src/index.vue3.js +2 -4
- package/lib/super-nine-grid/index.js +5 -7
- package/lib/super-nine-grid/src/apis.js +5 -8
- package/lib/super-nine-grid/src/custom-formatter.js +5 -7
- package/lib/super-nine-grid/src/formatter.js +28 -29
- package/lib/super-nine-grid/src/search-form-number.vue.js +8 -12
- package/lib/super-nine-grid/src/search-form.vue.js +33 -40
- package/lib/super-nine-grid/src/search-form.vue2.js +2 -4
- package/lib/super-nine-grid/src/search-methods.js +2 -3
- package/lib/super-nine-grid/src/store.js +3 -4
- package/lib/super-nine-grid/src/super-grid-service.js +5 -9
- package/lib/super-nine-grid/src/super-nine-grid.vue.js +95 -105
- package/lib/super-nine-grid/src/super-nine-grid.vue2.js +2 -4
- package/lib/super-nine-grid/src/utils.js +31 -27
- package/lib/svg-icon/index.js +5 -7
- package/lib/svg-icon/src/svg-icon.vue.js +8 -10
- package/lib/svg-icon/src/svg-icon.vue2.js +2 -4
- package/lib/utils/gogocodeTransfer.js +23 -28
- package/lib/utils/memory-cache-utils.js +3 -5
- package/lib/utils/organization.js +40 -53
- package/lib/utils/utils.js +27 -29
- package/lib/utils/value-set.js +68 -70
- package/lib/valid-code/index.js +5 -7
- package/lib/valid-code/src/valid-code.vue.js +10 -13
- package/lib/valid-code/src/valid-code.vue2.js +2 -4
- package/lib/workflow-button/index.js +3 -5
- package/lib/workflow-button/src/workflow-button.vue.js +34 -39
- package/lib/workflow-history-list/index.js +5 -7
- package/lib/workflow-history-list/src/api.js +2 -3
- package/lib/workflow-history-list/src/workflow-history-list.vue.js +59 -65
- package/lib/workflow-history-list/src/workflow-history-list.vue2.js +2 -4
- package/lib/workgroup-tree/index.js +5 -7
- package/lib/workgroup-tree/src/workgroup-tree.vue.js +11 -17
- package/lib/workgroup-tree-inline/index.js +3 -5
- package/lib/workgroup-tree-inline/src/search-result.vue.js +21 -25
- package/lib/workgroup-tree-inline/src/search-result.vue2.js +2 -4
- package/lib/workgroup-tree-inline/src/workgroup-tree-inline.vue.js +43 -52
- package/lib/workgroup-tree-inline/src/workgroup-tree-inline.vue2.js +2 -4
- package/lib/workgroup-tree-inline/src/workgroup-tree-service.js +5 -7
- package/lib/workgroup-tree-mobile/index.js +5 -8
- package/lib/workgroup-tree-mobile/src/dept-result.vue.js +11 -14
- package/lib/workgroup-tree-mobile/src/dept-result.vue2.js +3 -4
- package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue.js +9 -12
- package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue2.js +2 -4
- package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue3.js +3 -5
- package/lib/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue.js +76 -86
- package/lib/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue2.js +3 -4
- package/lib/workgroup-tree-mobile/src/workgroup-tree-service.js +20 -28
- package/lib/workgroup-user-tree/index.js +5 -7
- package/lib/workgroup-user-tree/src/workgroup-user-tree.vue.js +11 -17
- package/lib/workgroup-user-tree-inline/index.js +3 -5
- package/lib/workgroup-user-tree-inline/src/search-result.vue.js +21 -25
- package/lib/workgroup-user-tree-inline/src/search-result.vue2.js +2 -4
- package/lib/workgroup-user-tree-inline/src/workgroup-tree-inline-service.js +9 -11
- package/lib/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue.js +34 -43
- package/lib/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue2.js +2 -4
- package/lib/workgroup-user-tree-mobile/src/dept-path.vue.js +10 -11
- package/lib/workgroup-user-tree-mobile/src/dept-path.vue2.js +3 -4
- package/lib/workgroup-user-tree-mobile/src/dept-result.vue.js +11 -15
- package/lib/workgroup-user-tree-mobile/src/dept-result.vue2.js +3 -4
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue.js +9 -12
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue2.js +2 -4
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue3.js +3 -5
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue.js +93 -104
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue2.js +3 -4
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-service.js +16 -25
- package/lib/year-range-picker/index.js +3 -5
- package/lib/year-range-picker/src/year-range-picker.vue.js +9 -12
- package/package.json +5 -2
- package/vite.config.js +35 -33
|
@@ -1,42 +1,41 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const t = require("./util.js");
|
|
4
|
+
exports.i18nOperation = function(e, o, n, s) {
|
|
5
|
+
let r = e.transactionResult;
|
|
6
|
+
const i = e.historyType;
|
|
7
|
+
if (!e.current && i)
|
|
8
|
+
if (e.transactionParams) {
|
|
9
|
+
const O = JSON.parse(e.transactionParams);
|
|
8
10
|
let f = i.toLowerCase();
|
|
9
|
-
const
|
|
11
|
+
const I = function(t2) {
|
|
10
12
|
return "HISTORY_SUBMIT" === t2 || "HISTORY_AGREE" === t2 || "HISTORY_DISAGREE" === t2 || "HISTORY_AGREEMENT" === t2 || "HISTORY_OPPOSE" === t2 || "HISTORY_KIKEN" === t2 || "HISTORY_SIGNOFF" === t2 || "HISTORY_SEND" === t2 || "HISTORY_DISTRIBUTE" === t2 || "HISTORY_READED" === t2;
|
|
11
13
|
}(i);
|
|
12
|
-
if (
|
|
13
|
-
const
|
|
14
|
-
O.key_2 = t().t("workflowButton." +
|
|
14
|
+
if (I ? f = "commonButtonOperation" : "process_end" === f && (f = "processEnd"), I || "HISTORY_COMPLETE_TRANSFER" === i) {
|
|
15
|
+
const e2 = O[2];
|
|
16
|
+
O.key_2 = t.getI18n().t("workflowButton." + e2), 0 === O[2].indexOf("workflowButton.") && (O[2] = e2);
|
|
15
17
|
}
|
|
16
|
-
if ("process_start" === f &&
|
|
17
|
-
O.key_1 =
|
|
18
|
+
if ("process_start" === f && o && null !== o)
|
|
19
|
+
O.key_1 = o, r = t.getI18n().t("workflowHistoryList." + f, O);
|
|
18
20
|
else {
|
|
19
|
-
const
|
|
21
|
+
const e2 = {};
|
|
20
22
|
for (const t2 in O) {
|
|
21
|
-
let
|
|
22
|
-
(t2 + "").indexOf("key_") < 0 && (
|
|
23
|
+
let o2 = t2 + "";
|
|
24
|
+
(t2 + "").indexOf("key_") < 0 && (o2 = "key_" + o2), e2[o2] = O[t2];
|
|
23
25
|
}
|
|
24
|
-
if (
|
|
26
|
+
if (n && s)
|
|
25
27
|
for (const t2 in O) {
|
|
26
|
-
let
|
|
27
|
-
(t2 + "").indexOf("key_") < 0 && (
|
|
28
|
+
let o2 = t2 + "";
|
|
29
|
+
(t2 + "").indexOf("key_") < 0 && (o2 = "key_" + o2), e2[o2] = O[t2];
|
|
28
30
|
const r2 = O[t2];
|
|
29
31
|
if (r2.indexOf("${taskNodeId:") >= 0) {
|
|
30
|
-
const t3 = r2.substring(r2.indexOf(":") + 1, r2.indexOf("##")), i2 = r2.substring(r2.indexOf("##") + 2, r2.lastIndexOf("}")), O2 =
|
|
31
|
-
O2 && O2[
|
|
32
|
+
const t3 = r2.substring(r2.indexOf(":") + 1, r2.indexOf("##")), i2 = r2.substring(r2.indexOf("##") + 2, r2.lastIndexOf("}")), O2 = n[t3];
|
|
33
|
+
O2 && O2[s] && "" !== O2[s] ? e2[o2] = O2[s] : e2[o2] = i2;
|
|
32
34
|
}
|
|
33
35
|
}
|
|
34
|
-
r = t().t("workflowHistoryList." + f,
|
|
36
|
+
r = t.getI18n().t("workflowHistoryList." + f, e2);
|
|
35
37
|
}
|
|
36
38
|
} else
|
|
37
|
-
r = t().t("workflowHistoryList." + i.toLowerCase());
|
|
39
|
+
r = t.getI18n().t("workflowHistoryList." + i.toLowerCase());
|
|
38
40
|
return r;
|
|
39
|
-
}
|
|
40
|
-
export {
|
|
41
|
-
o as i18nOperation
|
|
42
41
|
};
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
const
|
|
5
|
-
|
|
6
|
-
o as default
|
|
7
|
-
};
|
|
1
|
+
"use strict";
|
|
2
|
+
const e = require("./Item.vue2.js");
|
|
3
|
+
require("./Item.vue3.js");
|
|
4
|
+
const r = require("../../../../_virtual/_plugin-vue_export-helper.js")(e, [["__scopeId", "data-v-455b2ba2"]]);
|
|
5
|
+
module.exports = r;
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
const
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
return !u || u <= 2 ? l.push(t("div", { class: ["smb-sidebar-menu-item-icon"] }, m)) : (l.push(t("div", { class: ["smb-sidebar-menu-item-no-icon"] })), r.push("smb-sidebar-menu-item-no-icon-title")), n2 && l.push(t("div", { class: r }, [t("div", { title: n2 }, n2)])), l;
|
|
1
|
+
"use strict";
|
|
2
|
+
const e = require("vue"), t = require("../../../../super-icon/src/index.vue.js"), i = e.defineComponent({ name: "MenuItem", functional: true, props: { icon: { type: String, default: "" }, title: { type: String, default: "" }, hasChildren: { type: Boolean, default: false }, isRoot: { type: Boolean, default: false }, menuLayer: { type: Number, default: null } }, render(i2) {
|
|
3
|
+
const { title: n, hasChildren: s, isRoot: o } = i2, u = i2.icon, l = i2.menuLayer, a = [];
|
|
4
|
+
let r = [e.h("i", { class: "amb-iconfont amb-icon-meun_post" })];
|
|
5
|
+
u && (r = [e.h(t, { iconValue: u })]);
|
|
6
|
+
let m = ["smb-sidebar-menu-item-title"];
|
|
7
|
+
return !l || l <= 2 ? a.push(e.h("div", { class: ["smb-sidebar-menu-item-icon"] }, r)) : (a.push(e.h("div", { class: ["smb-sidebar-menu-item-no-icon"] })), m.push("smb-sidebar-menu-item-no-icon-title")), n && a.push(e.h("div", { class: m }, [e.h("div", { title: n }, n)])), a;
|
|
9
8
|
} });
|
|
10
|
-
|
|
11
|
-
n as default
|
|
12
|
-
};
|
|
9
|
+
module.exports = i;
|
|
@@ -1,14 +1,11 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
const
|
|
4
|
-
const
|
|
5
|
-
const t2 = this.to.isExternal, e2 = this.to.openWay;
|
|
1
|
+
"use strict";
|
|
2
|
+
const e = require("vue"), t = require("../../../../_virtual/_plugin-vue_export-helper.js"), o = { key: 1 };
|
|
3
|
+
const r = t({ props: { to: { type: Object, required: true } }, data() {
|
|
4
|
+
const e2 = this.to.isExternal, t2 = this.to.openWay;
|
|
6
5
|
let o2 = false;
|
|
7
|
-
return
|
|
8
|
-
} }, [["render", function(
|
|
9
|
-
const
|
|
10
|
-
return e(),
|
|
6
|
+
return t2 && "NEW_PAGE_OPEN" === t2 && (o2 = true), { isExter: e2, isOpenNewTab: o2 };
|
|
7
|
+
} }, [["render", function(t2, r2, l, n, s, i) {
|
|
8
|
+
const u = e.resolveComponent("router-link");
|
|
9
|
+
return e.openBlock(), e.createElementBlock("div", null, [s.isOpenNewTab ? (e.openBlock(), e.createElementBlock("div", o, [e.renderSlot(t2.$slots, "default")])) : (e.openBlock(), e.createBlock(u, { key: 0, to: l.to }, { default: e.withCtx(() => [e.renderSlot(t2.$slots, "default")]), _: 3 }, 8, ["to"]))]);
|
|
11
10
|
}]]);
|
|
12
|
-
|
|
13
|
-
u as default
|
|
14
|
-
};
|
|
11
|
+
module.exports = r;
|
|
@@ -1,22 +1,17 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import { getI18nName as c } from "../../../utils/menu.js";
|
|
6
|
-
import { getURLSearchParamObj as p, getRelativeBaseUrl as h } from "../../../utils/common-util.js";
|
|
7
|
-
import "./SidebarItem.vue2.js";
|
|
8
|
-
import y from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
9
|
-
const g = { name: "SidebarItem", components: { Item: e, AppLink: t }, props: { item: { type: Object, required: true }, isNest: { type: Boolean, default: false } }, data: () => ({ onlyOneChild: null }), methods: { ...d, hasOneShowingChild(e2, t2) {
|
|
1
|
+
"use strict";
|
|
2
|
+
const e = require("./Item.vue.js"), t = require("./Link.vue.js"), n = require("vue"), i = require("../../../api/tab.js"), a = require("../../../utils/menu.js"), o = require("../../../utils/common-util.js");
|
|
3
|
+
require("./SidebarItem.vue2.js");
|
|
4
|
+
const r = require("../../../../_virtual/_plugin-vue_export-helper.js"), l = { name: "SidebarItem", components: { Item: e, AppLink: t }, props: { item: { type: Object, required: true }, isNest: { type: Boolean, default: false } }, data: () => ({ onlyOneChild: null }), methods: { ...i, hasOneShowingChild(e2, t2) {
|
|
10
5
|
return e2 && e2.length > 0 && (this.onlyOneChild = e2[0]), 1 === e2.length || (!e2 || 0 === e2.length) && (this.onlyOneChild = { ...t2, path: "", noShowingChildren: true }, true);
|
|
11
|
-
}, resolvePath(e2, t2,
|
|
12
|
-
return this.isExternalLink(
|
|
6
|
+
}, resolvePath(e2, t2, n2, i2) {
|
|
7
|
+
return this.isExternalLink(n2), "/dsc/" + e2 + "~~" + t2 + "~~" + i2;
|
|
13
8
|
}, toPath(e2) {
|
|
14
|
-
const t2 = {},
|
|
9
|
+
const t2 = {}, n2 = e2.path;
|
|
15
10
|
if (t2.openWay = e2.openWay, this.isExternalLink(e2.pageType))
|
|
16
|
-
t2.path = "/dsc-index/iframe-page", t2.tabPath = "/dsc/iframe-page", t2.query = {}, t2.query.isNewPage = e2.newPage, t2.query.src =
|
|
11
|
+
t2.path = "/dsc-index/iframe-page", t2.tabPath = "/dsc/iframe-page", t2.query = {}, t2.query.isNewPage = e2.newPage, t2.query.src = n2, t2.isExternal = true, t2.query.customSystem = window.$vueApp.config.globalProperties.customSystem, t2.query._menuCode = e2.code, t2.query._menuName = a.getI18nName(e2);
|
|
17
12
|
else {
|
|
18
|
-
const
|
|
19
|
-
t2.path = "/dsc-index/page", t2.tabPath = "/dsc/page", t2.query = {}, t2.query.pageCode =
|
|
13
|
+
const i2 = n2;
|
|
14
|
+
t2.path = "/dsc-index/page", t2.tabPath = "/dsc/page", t2.query = {}, t2.query.pageCode = i2, t2.query.isNewPage = e2.newPage, t2.query.customSystem = window.$vueApp.config.globalProperties.customSystem, t2.query._menuCode = e2.code, t2.query._menuName = a.getI18nName(e2);
|
|
20
15
|
}
|
|
21
16
|
return t2;
|
|
22
17
|
}, isHasCustomSystem(e2) {
|
|
@@ -35,19 +30,17 @@ const g = { name: "SidebarItem", components: { Item: e, AppLink: t }, props: { i
|
|
|
35
30
|
e2.isExternal || (t2.indexOf("?") > 0 ? t2 += "&" : t2 += "?");
|
|
36
31
|
else {
|
|
37
32
|
if (t2 = "#" + e2.tabPath + "?", e2.query)
|
|
38
|
-
for (const
|
|
39
|
-
t2 +=
|
|
33
|
+
for (const n3 in e2.query)
|
|
34
|
+
t2 += n3 + "=" + e2.query[n3] + "&";
|
|
40
35
|
t2 && t2.length > 0 && t2.lastIndexOf("&") === t2.length - 1 && (t2 = t2.substring(0, t2.lastIndexOf("&")));
|
|
41
36
|
}
|
|
42
|
-
const
|
|
43
|
-
|
|
37
|
+
const n2 = o.getURLSearchParamObj(t2);
|
|
38
|
+
n2 && n2._isThird && "false" === n2._isThird && (t2 = o.getRelativeBaseUrl(t2)), window.open(t2, e2.query._menuName);
|
|
44
39
|
} else
|
|
45
40
|
this.addTabs(e2.query, this.$store.state.tabContent.openTab, e2.tabPath);
|
|
46
|
-
}, isExternalLink: (e2) => !(!e2 || "iframe" !== e2), getI18nName: (e2) =>
|
|
47
|
-
const
|
|
48
|
-
const
|
|
49
|
-
return n(),
|
|
41
|
+
}, isExternalLink: (e2) => !(!e2 || "iframe" !== e2), getI18nName: (e2) => a.getI18nName(e2) } }, s = { class: "menu-wrapper" };
|
|
42
|
+
const m = r(l, [["render", function(e2, t2, i2, a2, o2, r2) {
|
|
43
|
+
const l2 = n.resolveComponent("item"), m2 = n.resolveComponent("el-menu-item"), u = n.resolveComponent("app-link"), c = n.resolveComponent("sidebar-item", true), d = n.resolveComponent("el-sub-menu");
|
|
44
|
+
return n.openBlock(), n.createElementBlock("div", s, [i2.item.children && 0 !== i2.item.children.lenght ? (n.openBlock(), n.createBlock(d, { key: 1, index: r2.resolvePath(i2.item.code, i2.item.path, i2.item.pageType, i2.item.newPage), "show-timeout": 0, "hide-timeout": 50, "popper-class": "sidebar-container-popper", class: "smb-sidebar-menu-item" }, { title: n.withCtx(() => [n.createVNode(l2, { "menu-layer": i2.item.layer, icon: i2.item.iconName, title: r2.getI18nName(i2.item), "has-children": i2.item.children.length > 0 }, null, 8, ["menu-layer", "icon", "title", "has-children"])]), default: n.withCtx(() => [(n.openBlock(true), n.createElementBlock(n.Fragment, null, n.renderList(i2.item.children, (e3) => (n.openBlock(), n.createElementBlock(n.Fragment, null, [e3.children && e3.children.length > 0 ? (n.openBlock(), n.createBlock(c, { key: 0, "is-nest": true, item: e3, class: "nest-menu" }, null, 8, ["item"])) : (n.openBlock(), n.createBlock(u, { key: 1, to: r2.toPath(e3), onClick: (t3) => r2.clickMenu(r2.toPath(e3)) }, { default: n.withCtx(() => [n.createVNode(m2, { index: r2.resolvePath(e3.code, e3.path, e3.pageType, e3.newPage), class: "smb-sidebar-menu-item" }, { default: n.withCtx(() => [n.createVNode(l2, { "menu-layer": e3.layer, icon: e3.iconName, title: r2.getI18nName(e3) }, null, 8, ["menu-layer", "icon", "title"])]), _: 2 }, 1032, ["index"])]), _: 2 }, 1032, ["to", "onClick"]))], 64))), 256))]), _: 1 }, 8, ["index"])) : (n.openBlock(), n.createBlock(u, { key: 0, to: r2.toPath(i2.item), onClick: t2[0] || (t2[0] = (e3) => r2.clickMenu(r2.toPath(i2.item))) }, { default: n.withCtx(() => [n.createVNode(m2, { index: r2.resolvePath(i2.item.code, i2.item.path, i2.item.pageType, i2.item.newPage), class: n.normalizeClass(["smb-sidebar-menu-item", { "submenu-title-noDropdown": !i2.isNest }]) }, { default: n.withCtx(() => [n.createVNode(l2, { "menu-layer": i2.item.layer, icon: i2.item.iconName, title: r2.getI18nName(i2.item), "is-root": true }, null, 8, ["menu-layer", "icon", "title"])]), _: 1 }, 8, ["index", "class"])]), _: 1 }, 8, ["to"]))]);
|
|
50
45
|
}], ["__scopeId", "data-v-38e3eafc"]]);
|
|
51
|
-
|
|
52
|
-
b as default
|
|
53
|
-
};
|
|
46
|
+
module.exports = m;
|
|
@@ -1,25 +1,19 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import { getMenus as n, getDefaultMenuCode as r, getCustomMenus as o, getSystemCode as u, setCustomMenus as a } from "../../../utils/permissionAuth.js";
|
|
6
|
-
import { getI18nName as l } from "../../../utils/menu.js";
|
|
7
|
-
import { resolveComponent as h, openBlock as f, createElementBlock as c, createVNode as d, withCtx as g, createBlock as p, KeepAlive as m, Fragment as M, renderList as b } from "vue";
|
|
8
|
-
import S from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
9
|
-
const w = { name: "Sidebar", components: { SidebarItem: t }, props: { systemCode: { type: String, default: null }, collapse: { type: Boolean, default: false } }, data() {
|
|
10
|
-
const e2 = n(), t2 = r(), s2 = void 0 === window.$vueApp.config.globalProperties.showFirstMenu || null === window.$vueApp.config.globalProperties.showFirstMenu || window.$vueApp.config.globalProperties.showFirstMenu;
|
|
1
|
+
"use strict";
|
|
2
|
+
const e = require("vuex"), t = require("./SidebarItem.vue.js"), s = require("js-cookie"), i = require("../../../api/tab.js"), n = require("../../../utils/permissionAuth.js"), r = require("../../../utils/menu.js"), o = require("vue");
|
|
3
|
+
const u = require("../../../../_virtual/_plugin-vue_export-helper.js")({ name: "Sidebar", components: { SidebarItem: t }, props: { systemCode: { type: String, default: null }, collapse: { type: Boolean, default: false } }, data() {
|
|
4
|
+
const e2 = n.getMenus(), t2 = n.getDefaultMenuCode(), s2 = void 0 === window.$vueApp.config.globalProperties.showFirstMenu || null === window.$vueApp.config.globalProperties.showFirstMenu || window.$vueApp.config.globalProperties.showFirstMenu;
|
|
11
5
|
return { menus: Object.freeze(e2), isSelectFirst: s2, defaultMenuCode: t2 };
|
|
12
|
-
}, computed: { ...e(["sidebar"]), isCollapse() {
|
|
6
|
+
}, computed: { ...e.mapGetters(["sidebar"]), isCollapse() {
|
|
13
7
|
return false !== this.collapse || !this.sidebar.opened;
|
|
14
8
|
} }, async created() {
|
|
15
9
|
try {
|
|
16
10
|
if (true === window.$vueApp.config.globalProperties.enableCustomMenu) {
|
|
17
|
-
const e2 =
|
|
11
|
+
const e2 = n.getCustomMenus(n.getSystemCode()), t2 = JSON.parse(localStorage.getItem(e2));
|
|
18
12
|
if (t2 && 0 !== t2.length)
|
|
19
13
|
this.menus = Object.freeze(t2);
|
|
20
14
|
else {
|
|
21
15
|
const e3 = await this.$http.post(window.$vueApp.config.globalProperties.baseURL + "/common/menu/find-custom-menus", JSON.parse(JSON.stringify(this.menus)));
|
|
22
|
-
e3 && Array.isArray(e3) && (
|
|
16
|
+
e3 && Array.isArray(e3) && (n.setCustomMenus(e3, n.getSystemCode()), this.menus = Object.freeze(e3));
|
|
23
17
|
}
|
|
24
18
|
}
|
|
25
19
|
} catch (e2) {
|
|
@@ -28,10 +22,10 @@ const w = { name: "Sidebar", components: { SidebarItem: t }, props: { systemCode
|
|
|
28
22
|
(/* @__PURE__ */ new Date()).getTime();
|
|
29
23
|
if (this.firstLeafMenu = this.getMyFirstMenu(this.menus), this.firstLeafMenu && this.firstLeafMenu.fullPath) {
|
|
30
24
|
if (this.firstLeafMenu.pageType && "iframe" === this.firstLeafMenu.pageType) {
|
|
31
|
-
const e2 = { src: this.firstLeafMenu.fullPath, customSystem: this.systemCode, _menuCode: this.firstLeafMenu.code, _menuName:
|
|
25
|
+
const e2 = { src: this.firstLeafMenu.fullPath, customSystem: this.systemCode, _menuCode: this.firstLeafMenu.code, _menuName: r.getI18nName(this.firstLeafMenu), isNewPage: this.firstLeafMenu.newPage };
|
|
32
26
|
this.addTabs(e2, this.$store.state.tabContent.openTab, "/dsc/iframe-page", "/dsc/iframe-page"), this.$router.push({ path: "/dsc-index/iframe-page", query: e2 });
|
|
33
27
|
} else {
|
|
34
|
-
const e2 = this.firstLeafMenu.path, t2 = { customSystem: this.systemCode, pageCode: e2, _menuCode: this.firstLeafMenu.code, _menuName:
|
|
28
|
+
const e2 = this.firstLeafMenu.path, t2 = { customSystem: this.systemCode, pageCode: e2, _menuCode: this.firstLeafMenu.code, _menuName: r.getI18nName(this.firstLeafMenu), isNewPage: this.firstLeafMenu.newPage };
|
|
35
29
|
this.addTabs(t2, this.$store.state.tabContent.openTab, "/dsc/page", "/dsc/page"), this.$router.push({ path: "/dsc-index/page", query: t2 });
|
|
36
30
|
}
|
|
37
31
|
(/* @__PURE__ */ new Date()).getTime();
|
|
@@ -102,11 +96,8 @@ const w = { name: "Sidebar", components: { SidebarItem: t }, props: { systemCode
|
|
|
102
96
|
const i2 = e2.children;
|
|
103
97
|
return i2 && i2.length > 0 ? s2 = this.getFirstMenuWithCookie(i2) : e2.code && e2.code === t2 && (s2 = e2), s2;
|
|
104
98
|
}
|
|
105
|
-
} } }
|
|
106
|
-
const
|
|
107
|
-
|
|
108
|
-
return f(), c("div", null, [d(a2, { "wrap-class": "scrollbar-wrapper" }, { default: g(() => [(f(), p(m, null, [d(u2, { collapse: r2.isCollapse, "default-active": r2.getDefaultActive(), "show-timeout": 200, mode: "vertical", onSelect: r2.selectMenu }, { default: g(() => [(f(true), c(M, null, b(n2.menus, (e3) => (f(), p(o2, { key: e3.code, item: e3 }, null, 8, ["item"]))), 128))]), _: 1 }, 8, ["collapse", "default-active", "onSelect"])], 1024))]), _: 1 }), d(l2, { "is-active": e2.sidebar.opened, class: "hamburger-container", onToggleClick: r2.toggleSideBar }, null, 8, ["is-active", "onToggleClick"])]);
|
|
99
|
+
} } }, [["render", function(e2, t2, s2, i2, n2, r2) {
|
|
100
|
+
const u2 = o.resolveComponent("sidebar-item"), a = o.resolveComponent("el-menu"), l = o.resolveComponent("el-scrollbar"), c = o.resolveComponent("hamburger");
|
|
101
|
+
return o.openBlock(), o.createElementBlock("div", null, [o.createVNode(l, { "wrap-class": "scrollbar-wrapper" }, { default: o.withCtx(() => [(o.openBlock(), o.createBlock(o.KeepAlive, null, [o.createVNode(a, { collapse: r2.isCollapse, "default-active": r2.getDefaultActive(), "show-timeout": 200, mode: "vertical", onSelect: r2.selectMenu }, { default: o.withCtx(() => [(o.openBlock(true), o.createElementBlock(o.Fragment, null, o.renderList(n2.menus, (e3) => (o.openBlock(), o.createBlock(u2, { key: e3.code, item: e3 }, null, 8, ["item"]))), 128))]), _: 1 }, 8, ["collapse", "default-active", "onSelect"])], 1024))]), _: 1 }), o.createVNode(c, { "is-active": e2.sidebar.opened, class: "hamburger-container", onToggleClick: r2.toggleSideBar }, null, 8, ["is-active", "onToggleClick"])]);
|
|
109
102
|
}]]);
|
|
110
|
-
|
|
111
|
-
C as default
|
|
112
|
-
};
|
|
103
|
+
module.exports = u;
|
|
@@ -1,15 +1,12 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import "./tab-content.vue3.js";
|
|
6
|
-
import f from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
7
|
-
const m = { name: "TabContent", data() {
|
|
1
|
+
"use strict";
|
|
2
|
+
const e = require("vue"), t = require("vuex"), a = require("../../../utils/common-util.js");
|
|
3
|
+
require("./tab-content.vue2.js"), require("./tab-content.vue3.js");
|
|
4
|
+
const n = require("../../../../_virtual/_plugin-vue_export-helper.js"), o = { name: "TabContent", data() {
|
|
8
5
|
let e2 = window.$vueApp.config.globalProperties.defaultPageTip;
|
|
9
6
|
e2 || (e2 = "欢迎访问Agile Builder/Welcome to Agile Builder");
|
|
10
7
|
let t2, a2 = e2;
|
|
11
8
|
return e2 && e2.indexOf("/") > 0 && (a2 = e2.substring(0, e2.lastIndexOf("/")), t2 = e2.substring(e2.lastIndexOf("/") + 1)), { defaultPageTipCn: a2, defaultPageTipEn: t2 };
|
|
12
|
-
}, computed: { ...
|
|
9
|
+
}, computed: { ...t.mapGetters(["openTab"]), activeIndex: { get() {
|
|
13
10
|
return this.$store.state.tabContent.activeIndex;
|
|
14
11
|
}, set(e2) {
|
|
15
12
|
this.$store.commit("set_active_index", e2);
|
|
@@ -28,24 +25,24 @@ const m = { name: "TabContent", data() {
|
|
|
28
25
|
}, getFullPath(e2) {
|
|
29
26
|
let t2;
|
|
30
27
|
if ("/dsc/iframe-page" === e2.routePath) {
|
|
31
|
-
let
|
|
28
|
+
let a2, n3 = "";
|
|
32
29
|
if (e2.routeQuery) {
|
|
33
|
-
const t3 = [],
|
|
34
|
-
if (
|
|
35
|
-
|
|
30
|
+
const t3 = [], o2 = e2.routeQuery.src;
|
|
31
|
+
if (o2 && o2.indexOf("?") > 0) {
|
|
32
|
+
o2.substring(o2.indexOf("?") + 1).split("&").forEach((e3) => {
|
|
36
33
|
t3.push(e3.substring(0, e3.indexOf("=")));
|
|
37
34
|
});
|
|
38
35
|
}
|
|
39
|
-
for (const
|
|
40
|
-
"src" ===
|
|
36
|
+
for (const o3 in e2.routeQuery)
|
|
37
|
+
"src" === o3 ? a2 = e2.routeQuery[o3] : t3.indexOf(o3) < 0 && (n3 += o3 + "=" + e2.routeQuery[o3] + "&");
|
|
41
38
|
}
|
|
42
|
-
|
|
39
|
+
a2 && (t2 = a2), n3 && (t2 && t2.indexOf("?") > 0 ? t2 += "&" + n3 : t2 += "?" + n3);
|
|
43
40
|
} else if (t2 = "#" + e2.routePath + "?", e2.routeQuery)
|
|
44
|
-
for (const
|
|
45
|
-
t2 +=
|
|
41
|
+
for (const a2 in e2.routeQuery)
|
|
42
|
+
t2 += a2 + "=" + e2.routeQuery[a2] + "&";
|
|
46
43
|
t2 && t2.length > 0 && t2.lastIndexOf("&") === t2.length - 1 && (t2 = t2.substring(0, t2.lastIndexOf("&")));
|
|
47
|
-
const
|
|
48
|
-
return
|
|
44
|
+
const n2 = a.getURLSearchParamObj(t2);
|
|
45
|
+
return n2 && n2._isThird && "false" === n2._isThird && (t2 = a.getRelativeBaseUrl(t2)), t2;
|
|
49
46
|
}, recieveMessage(e2) {
|
|
50
47
|
if (e2 && "string" == typeof e2.data && e2.data.indexOf("loginTimeout") >= 0) {
|
|
51
48
|
e2.data;
|
|
@@ -56,11 +53,9 @@ const m = { name: "TabContent", data() {
|
|
|
56
53
|
console.error("dsc tab-content.vue中登录超时,json转换失败,event.data=", e2.data);
|
|
57
54
|
}
|
|
58
55
|
}
|
|
59
|
-
} } },
|
|
60
|
-
const
|
|
61
|
-
const
|
|
62
|
-
return
|
|
56
|
+
} } }, s = ["src"], r = { key: 1, class: "default-page-tip" }, i = { class: "default-page-tip-msg" }, l = { class: "default-page-tip-item" }, c = { class: "default-page-tip-item" };
|
|
57
|
+
const d = n(o, [["render", function(t2, a2, n2, o2, d2, u) {
|
|
58
|
+
const m = e.resolveComponent("el-tab-pane"), p = e.resolveComponent("el-tabs");
|
|
59
|
+
return t2.openTab && t2.openTab.length > 0 ? (e.openBlock(), e.createBlock(p, { key: 0, modelValue: u.activeIndex, "onUpdate:modelValue": a2[0] || (a2[0] = (e2) => u.activeIndex = e2), class: "nav-tab menu-tab-container", closable: "", onTabRemove: u.closeSelectedTag }, { default: e.withCtx(() => [(e.openBlock(true), e.createElementBlock(e.Fragment, null, e.renderList(t2.openTab, (t3) => (e.openBlock(), e.createBlock(m, { key: t3.code, label: t3.name, name: t3.code }, { default: e.withCtx(() => [e.createElementVNode("iframe", { ref_for: true, ref: "tabMainContent", src: u.getFullPath(t3), class: "tab-main-content", name: "tab-main-content", frameborder: "0" }, null, 8, s)]), _: 2 }, 1032, ["label", "name"]))), 128))]), _: 1 }, 8, ["modelValue", "onTabRemove"])) : (e.openBlock(), e.createElementBlock("div", r, [e.createElementVNode("div", i, [e.createElementVNode("div", l, e.toDisplayString(d2.defaultPageTipCn), 1), e.createElementVNode("div", c, e.toDisplayString(d2.defaultPageTipEn), 1)])]));
|
|
63
60
|
}], ["__scopeId", "data-v-3c90505e"]]);
|
|
64
|
-
|
|
65
|
-
x as default
|
|
66
|
-
};
|
|
61
|
+
module.exports = d;
|
|
@@ -1,15 +1,11 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import p from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
6
|
-
const f = { data: () => ({ errGif: l + "?" + +/* @__PURE__ */ new Date(), ewizardClap: "https://wpimg.wallstcn.com/007ef517-bafd-4066-aae4-6883632d9646", dialogVisible: false, ElIconArrowLeft: e }), name: "Page401", methods: { back() {
|
|
1
|
+
"use strict";
|
|
2
|
+
const e = require("@element-plus/icons-vue"), t = require("../../assets/401/401.gif.js"), o = require("vue");
|
|
3
|
+
require("./401.vue2.js");
|
|
4
|
+
const l = require("../../../_virtual/_plugin-vue_export-helper.js"), a = { data: () => ({ errGif: t + "?" + +/* @__PURE__ */ new Date(), ewizardClap: "https://wpimg.wallstcn.com/007ef517-bafd-4066-aae4-6883632d9646", dialogVisible: false, ElIconArrowLeft: e.ArrowLeft }), name: "Page401", methods: { back() {
|
|
7
5
|
this.$route.query.noGoBack ? this.$router.push({ path: "/dashboard" }) : this.$router.go(-1);
|
|
8
|
-
} } },
|
|
9
|
-
const
|
|
10
|
-
const
|
|
11
|
-
return
|
|
6
|
+
} } }, r = (e2) => (o.pushScopeId("data-v-6bef0241"), e2 = e2(), o.popScopeId(), e2), n = { class: "errPage-container" }, i = r(() => o.createElementVNode("h1", { class: "text-jumbo text-ginormous" }, "Oops!", -1)), c = r(() => o.createElementVNode("a", { href: "https://zh.airbnb.com/", target: "_blank" }, " airbnb ", -1)), s = r(() => o.createElementVNode("h2", null, "你没有权限去该页面", -1)), d = r(() => o.createElementVNode("h6", null, "如有不满请联系你领导", -1)), u = { class: "list-unstyled" }, m = r(() => o.createElementVNode("li", null, "或者你可以去:", -1)), p = { class: "link-type" }, h = r(() => o.createElementVNode("li", { class: "link-type" }, [o.createElementVNode("a", { href: "https://www.taobao.com/" }, " 随便看看 ")], -1)), V = ["src"], N = ["src"];
|
|
7
|
+
const f = l(a, [["render", function(e2, t2, l2, a2, r2, f2) {
|
|
8
|
+
const b = o.resolveComponent("el-button"), w = o.resolveComponent("router-link"), g = o.resolveComponent("el-col"), C = o.resolveComponent("el-row"), E = o.resolveComponent("el-dialog");
|
|
9
|
+
return o.openBlock(), o.createElementBlock("div", n, [o.createVNode(b, { icon: r2.ElIconArrowLeft, class: "pan-back-btn", onClick: f2.back }, { default: o.withCtx(() => [o.createTextVNode(" 返回 ")]), _: 1 }, 8, ["icon", "onClick"]), o.createVNode(C, null, { default: o.withCtx(() => [o.createVNode(g, { span: 12 }, { default: o.withCtx(() => [i, o.createTextVNode(" gif来源"), c, o.createTextVNode(" 页面 "), s, d, o.createElementVNode("ul", u, [m, o.createElementVNode("li", p, [o.createVNode(w, { to: "/dashboard" }, { default: o.withCtx(() => [o.createTextVNode(" 回首页 ")]), _: 1 })]), h, o.createElementVNode("li", null, [o.createElementVNode("a", { href: "#", onClick: t2[0] || (t2[0] = o.withModifiers((e3) => r2.dialogVisible = true, ["prevent"])) }, " 点我看图 ")])])]), _: 1 }), o.createVNode(g, { span: 12 }, { default: o.withCtx(() => [o.createElementVNode("img", { src: r2.errGif, width: "313", height: "428", alt: "Girl has dropped her ice cream." }, null, 8, V)]), _: 1 })]), _: 1 }), o.createVNode(E, { modelValue: r2.dialogVisible, "onUpdate:modelValue": t2[1] || (t2[1] = (e3) => r2.dialogVisible = e3), title: "随便看" }, { default: o.withCtx(() => [o.createElementVNode("img", { src: r2.ewizardClap, class: "pan-img" }, null, 8, N)]), _: 1 }, 8, ["modelValue"])]);
|
|
12
10
|
}], ["__scopeId", "data-v-6bef0241"]]);
|
|
13
|
-
|
|
14
|
-
y as default
|
|
15
|
-
};
|
|
11
|
+
module.exports = f;
|
|
@@ -1,12 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
const h = f(p, [["render", function(c2, l2, e2, d2, r2, f2) {
|
|
8
|
-
return s(), a("div", m, [t("div", v, [n, t("div", _, [t("div", u, i(f2.message), 1), g])])]);
|
|
1
|
+
"use strict";
|
|
2
|
+
const e = require("vue"), s = require("../../assets/404/404.png.js"), t = require("../../assets/404/404-cloud.png.js");
|
|
3
|
+
require("./404.vue2.js");
|
|
4
|
+
const a = require("../../../_virtual/_plugin-vue_export-helper.js"), c = { name: "Page404", computed: { message: () => "页面不存在" } }, i = (s2) => (e.pushScopeId("data-v-4f824f28"), s2 = s2(), e.popScopeId(), s2), l = { class: "wscn-http404-container" }, r = { class: "wscn-http404" }, d = e.createStaticVNode('<div class="pic-404" data-v-4f824f28><img class="pic-404__parent" src="' + s + '" alt="404" data-v-4f824f28><img class="pic-404__child left" src="' + t + '" alt="404" data-v-4f824f28><img class="pic-404__child mid" src="' + t + '" alt="404" data-v-4f824f28><img class="pic-404__child right" src="' + t + '" alt="404" data-v-4f824f28></div>', 1), n = { class: "bullshit" }, o = { class: "bullshit__headline" }, p = i(() => e.createElementVNode("div", { class: "bullshit__info" }, "请检查您输入的网址是否正确", -1));
|
|
5
|
+
const u = a(c, [["render", function(s2, t2, a2, c2, i2, u2) {
|
|
6
|
+
return e.openBlock(), e.createElementBlock("div", l, [e.createElementVNode("div", r, [d, e.createElementVNode("div", n, [e.createElementVNode("div", o, e.toDisplayString(u2.message), 1), p])])]);
|
|
9
7
|
}], ["__scopeId", "data-v-4f824f28"]]);
|
|
10
|
-
|
|
11
|
-
h as default
|
|
12
|
-
};
|
|
8
|
+
module.exports = u;
|
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
const
|
|
4
|
-
const
|
|
5
|
-
return e(), t
|
|
1
|
+
"use strict";
|
|
2
|
+
const e = require("vue");
|
|
3
|
+
const r = require("../../../_virtual/_plugin-vue_export-helper.js")({}, [["render", function(r2, o) {
|
|
4
|
+
const t = e.resolveComponent("router-view");
|
|
5
|
+
return e.openBlock(), e.createBlock(t);
|
|
6
6
|
}]]);
|
|
7
|
-
|
|
8
|
-
u as default
|
|
9
|
-
};
|
|
7
|
+
module.exports = r;
|
|
@@ -1,28 +1,21 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
import { resolveComponent as a, openBlock as n, createElementBlock as d, normalizeClass as m, createCommentVNode as p, createVNode as u, createElementVNode as c, createBlock as l } from "vue";
|
|
9
|
-
import "./Layout.vue2.js";
|
|
10
|
-
import b from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
11
|
-
const h = { class: "main-container" };
|
|
12
|
-
const v = b({ name: "Layout", components: { Sidebar: e, AppMain: i, Breadcrumb: t }, mixins: [o], data: () => ({ showMenuRoute: r() }), computed: { sidebar() {
|
|
1
|
+
"use strict";
|
|
2
|
+
const e = require("./components/Sidebar/index.vue.js"), i = require("./components/AppMain.vue.js");
|
|
3
|
+
require("./components/Menubar/index.vue.js");
|
|
4
|
+
const r = require("./components/Breadcrumb/index.vue.js"), o = require("./mixin/ResizeHandler.js"), t = require("../../utils/common-util.js"), s = require("../../utils/watermark.js"), n = require("vue");
|
|
5
|
+
require("./Layout.vue2.js");
|
|
6
|
+
const a = require("../../../_virtual/_plugin-vue_export-helper.js"), d = { class: "main-container" };
|
|
7
|
+
const c = a({ name: "Layout", components: { Sidebar: e, AppMain: i, Breadcrumb: r }, mixins: [o], data: () => ({ showMenuRoute: t.isShowMenuRoute() }), computed: { sidebar() {
|
|
13
8
|
return this.$store.state.app.sidebar;
|
|
14
9
|
}, device() {
|
|
15
10
|
return this.$store.state.app.device;
|
|
16
11
|
}, classObj() {
|
|
17
12
|
return { hideSidebar: !this.sidebar.opened, openSidebar: this.sidebar.opened, withoutAnimation: this.sidebar.withoutAnimation, mobile: "mobile" === this.device };
|
|
18
13
|
} }, mounted() {
|
|
19
|
-
s();
|
|
14
|
+
s.showWatermarkNew();
|
|
20
15
|
}, methods: { handleClickOutside() {
|
|
21
16
|
this.$store.dispatch("closeSidebar", { withoutAnimation: false });
|
|
22
|
-
} } }, [["render", function(e2, i2,
|
|
23
|
-
const
|
|
24
|
-
return n(),
|
|
17
|
+
} } }, [["render", function(e2, i2, r2, o2, t2, s2) {
|
|
18
|
+
const a2 = n.resolveComponent("sidebar"), c2 = n.resolveComponent("breadcrumb"), u = n.resolveComponent("app-main");
|
|
19
|
+
return n.openBlock(), n.createElementBlock("div", { class: n.normalizeClass([s2.classObj, "app-wrapper"]) }, ["mobile" === s2.device && s2.sidebar.opened ? (n.openBlock(), n.createElementBlock("div", { key: 0, class: "drawer-bg", onClick: i2[0] || (i2[0] = (...e3) => s2.handleClickOutside && s2.handleClickOutside(...e3)) })) : n.createCommentVNode("", true), n.createVNode(a2, { class: "sidebar-container" }), n.createElementVNode("div", d, [t2.showMenuRoute ? (n.openBlock(), n.createBlock(c2, { key: 0 })) : n.createCommentVNode("", true), n.createVNode(u)])], 2);
|
|
25
20
|
}], ["__scopeId", "data-v-46185fa7"]]);
|
|
26
|
-
|
|
27
|
-
v as default
|
|
28
|
-
};
|
|
21
|
+
module.exports = c;
|
|
@@ -1,11 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
const i =
|
|
5
|
-
|
|
6
|
-
const v = p("app-main");
|
|
7
|
-
return o(), e("div", i, [r("div", s, [t(v)])]);
|
|
1
|
+
"use strict";
|
|
2
|
+
const e = require("./components/AppMain.vue.js"), n = require("vue"), r = require("../../../_virtual/_plugin-vue_export-helper.js"), o = { class: "app-wrapper" }, t = { class: "tab-main-container" };
|
|
3
|
+
const p = r({ name: "NewLayout", components: { AppMain: e } }, [["render", function(e2, r2, p2, a, c, s) {
|
|
4
|
+
const i = n.resolveComponent("app-main");
|
|
5
|
+
return n.openBlock(), n.createElementBlock("div", o, [n.createElementVNode("div", t, [n.createVNode(i)])]);
|
|
8
6
|
}]]);
|
|
9
|
-
|
|
10
|
-
m as default
|
|
11
|
-
};
|
|
7
|
+
module.exports = p;
|