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
|
@@ -1,109 +1,118 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
import { defineComponent as e, ref as a, watch as t, resolveComponent as l, openBlock as s, createElementBlock as i, Fragment as o, withDirectives as n, createElementVNode as u, createVNode as c, withCtx as d, unref as r, vShow as m, toDisplayString as f, createBlock as h, createCommentVNode as v, normalizeClass as y, renderList as p, createTextVNode as g, pushScopeId as b, popScopeId as k } from "vue";
|
|
2
|
+
import { ArrowDown as w, ArrowRight as _, StarFilled as A, Star as E, MoreFilled as T } from "@element-plus/icons-vue";
|
|
3
|
+
import { useI18n as D } from "vue-i18n";
|
|
4
|
+
import { AI_MODELS as I } from "./type.js";
|
|
5
|
+
import { formatAiPptHistoryMessage as C, formatBailianHistoryMessage as P, formatDatabaseHistoryMessage as M, formatRagflowHistoryMessage as $, collectById as N, usefuleById as S, deleteByIds as x, getBySessionId as R } from "./util/history-message-util.js";
|
|
6
|
+
import j from "dayjs";
|
|
7
|
+
import { ElMessage as O } from "element-plus";
|
|
8
|
+
import V from "../../src/assets/chat-embed/robot.svg.js";
|
|
9
|
+
const F = (e2) => (b("data-v-1e62eff8"), e2 = e2(), k(), e2), Y = { class: "flex-avatar" }, B = ["src"], G = { class: "flex-function-icon" }, z = { class: "chat-embed__sidebar" }, L = { class: "sidebar-header" }, W = ["src"], H = { class: "sidebar-menu" }, K = F(() => u("span", null, "我的收藏", -1)), q = F(() => u("span", null, "查看有用", -1)), J = F(() => u("span", null, "历史记录", -1)), Q = { key: 0, class: "date-group" }, U = { key: 0, class: "date-group-item" }, X = { key: 1, class: "date-group-item" }, Z = { key: 2, class: "date-group-item" }, ee = { key: 3, class: "date-group-item" }, ae = { key: 4, class: "date-group-item" }, te = ["onClick"], le = e({ __name: "sidebar-item", props: { aiModel: { type: String, default: null }, dialogFullScreen: { type: Boolean, default: null } }, emits: ["new-chat-session", "select-history-item", "update-ai-history"], setup(e2, { expose: b2, emit: k2 }) {
|
|
10
|
+
const F2 = e2, { t: le2 } = D();
|
|
11
|
+
let se = 1;
|
|
12
|
+
const ie = a(/* @__PURE__ */ new Map()), oe = a("history"), ne = a(""), ue = a(false), ce = a(true);
|
|
13
|
+
t(() => F2.aiModel, (e3, a2) => {
|
|
14
|
+
se = 1, oe.value = "history", ne.value = "", fe();
|
|
8
15
|
}, { immediate: true });
|
|
9
|
-
const
|
|
10
|
-
|
|
16
|
+
const de = (e3) => {
|
|
17
|
+
se++, ue.value || fe();
|
|
11
18
|
};
|
|
12
|
-
function
|
|
13
|
-
|
|
19
|
+
function re() {
|
|
20
|
+
ne.value = "", k2("new-chat-session");
|
|
14
21
|
}
|
|
15
|
-
function
|
|
16
|
-
|
|
22
|
+
function me(e3) {
|
|
23
|
+
e3 !== oe.value && (se = 1, oe.value = e3, ue.value = false, fe());
|
|
17
24
|
}
|
|
18
|
-
function
|
|
19
|
-
let
|
|
20
|
-
if (
|
|
21
|
-
return
|
|
22
|
-
switch (
|
|
23
|
-
case
|
|
24
|
-
|
|
25
|
+
function fe() {
|
|
26
|
+
let e3 = "";
|
|
27
|
+
if (F2.aiModel === I.INTERACTION)
|
|
28
|
+
return ie.value = /* @__PURE__ */ new Map(), void re();
|
|
29
|
+
switch (F2.aiModel) {
|
|
30
|
+
case I.RAGFLOW:
|
|
31
|
+
e3 = "RAGFLOW";
|
|
25
32
|
break;
|
|
26
|
-
case
|
|
27
|
-
|
|
33
|
+
case I.DATABASE:
|
|
34
|
+
e3 = "DATABASE";
|
|
28
35
|
break;
|
|
29
|
-
case
|
|
30
|
-
|
|
36
|
+
case I.DEEPSEEK:
|
|
37
|
+
e3 = "BAILIAN";
|
|
31
38
|
break;
|
|
32
|
-
case
|
|
39
|
+
case I.INTERACTION:
|
|
33
40
|
break;
|
|
34
|
-
case
|
|
35
|
-
|
|
41
|
+
case I.PPT_GENERATION:
|
|
42
|
+
e3 = "AIPPT";
|
|
36
43
|
}
|
|
37
|
-
let
|
|
38
|
-
"useful" ===
|
|
39
|
-
if (0 ===
|
|
40
|
-
return
|
|
41
|
-
const
|
|
42
|
-
const
|
|
43
|
-
return
|
|
44
|
-
const
|
|
45
|
-
if (
|
|
46
|
-
|
|
47
|
-
else if (
|
|
48
|
-
|
|
49
|
-
else if (
|
|
50
|
-
|
|
51
|
-
else if (
|
|
52
|
-
|
|
44
|
+
let a2 = 0, t2 = 0;
|
|
45
|
+
"useful" === oe.value ? a2 = 1 : "collected" === oe.value && (t2 = 1), window.$vueApp.config.globalProperties.$http.post(window.$vueApp.config.globalProperties.baseAPI + `/mc/ai-history/list/${e3}/${a2}/${t2}`, { pagination: { currentPage: se, pageSize: 30, isShowTotal: false } }).then((e4) => {
|
|
46
|
+
if (0 === e4.data.length && se > 1)
|
|
47
|
+
return O.info("没有更多历史记录了"), void (ue.value = true);
|
|
48
|
+
const a3 = function(e5) {
|
|
49
|
+
const a4 = /* @__PURE__ */ new Map(), t3 = /* @__PURE__ */ new Date(), l2 = new Date(t3.getFullYear(), t3.getMonth(), t3.getDate()).getTime(), s2 = l2 - 864e5, i2 = l2 - 6048e5, o2 = l2 - 2592e6;
|
|
50
|
+
return e5.forEach((e6) => {
|
|
51
|
+
const t4 = new Date(e6.modifiedTime).getTime();
|
|
52
|
+
if (t4 >= l2)
|
|
53
|
+
a4.has("today") || a4.set("today", []), a4.get("today").push(e6);
|
|
54
|
+
else if (t4 >= s2)
|
|
55
|
+
a4.has("yesterday") || a4.set("yesterday", []), a4.get("yesterday").push(e6);
|
|
56
|
+
else if (t4 >= i2)
|
|
57
|
+
a4.has("sevenDays") || a4.set("sevenDays", []), a4.get("sevenDays").push(e6);
|
|
58
|
+
else if (t4 >= o2)
|
|
59
|
+
a4.has("thirtyDays") || a4.set("thirtyDays", []), a4.get("thirtyDays").push(e6);
|
|
53
60
|
else {
|
|
54
|
-
const
|
|
55
|
-
|
|
61
|
+
const l3 = new Date(t4), s3 = j(`${l3.getFullYear()}-${l3.getMonth() + 1}`).format("YYYY-MM");
|
|
62
|
+
a4.has(s3) || a4.set(s3, []), a4.get(s3).push(e6);
|
|
56
63
|
}
|
|
57
|
-
}),
|
|
58
|
-
}(
|
|
59
|
-
1 ===
|
|
60
|
-
|
|
64
|
+
}), a4;
|
|
65
|
+
}(e4.data);
|
|
66
|
+
1 === se ? (e4.data.length < 30 && (ue.value = true), ie.value = a3) : a3.forEach((e5, a4) => {
|
|
67
|
+
ie.value.has(a4) ? ie.value.get(a4).push(...e5) : ie.value.set(a4, e5);
|
|
61
68
|
});
|
|
62
|
-
}).catch((
|
|
69
|
+
}).catch((e4) => {
|
|
63
70
|
});
|
|
64
71
|
}
|
|
65
|
-
return
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
}).catch((
|
|
72
|
+
return b2({ getHistory: fe, addCurrentToSessionHistory: function(e3, a2 = []) {
|
|
73
|
+
e3 && setTimeout(() => {
|
|
74
|
+
R(e3).then((e4) => {
|
|
75
|
+
e4 && (ne.value = e4.id, ie.value.has("today") || (ie.value = new Map([["today", []], ...ie.value])), ie.value.get("today").unshift(e4), a2.length > 0 ? k2("select-history-item", e4, a2) : k2("select-history-item", e4, []));
|
|
76
|
+
}).catch((e4) => {
|
|
70
77
|
});
|
|
71
78
|
}, 100);
|
|
72
|
-
} }), (
|
|
73
|
-
const
|
|
74
|
-
return
|
|
75
|
-
|
|
76
|
-
let
|
|
77
|
-
switch (
|
|
78
|
-
case
|
|
79
|
-
|
|
79
|
+
} }), (e3, a2) => {
|
|
80
|
+
const t2 = l("el-avatar"), b3 = l("SuperIcon"), D2 = l("el-tooltip"), R2 = l("el-icon"), j2 = l("el-dropdown-item"), se2 = l("el-dropdown-menu"), ue2 = l("el-dropdown"), fe2 = l("el-scrollbar"), he = l("el-button");
|
|
81
|
+
return s(), i(o, null, [n(u("div", Y, [c(t2, { size: 40, fit: "cover" }, { default: d(() => [u("img", { src: r(V), alt: "AI Avatar" }, null, 8, B)]), _: 1 }), u("div", G, [c(D2, { class: "box-item", effect: "dark", content: "打开侧边栏" }, { default: d(() => [c(b3, { class: "shousuo-icon", onClick: a2[0] || (a2[0] = (e4) => ce.value = true), iconValue: "amb-icon-zhankaibianlan" })]), _: 1 }), c(D2, { class: "box-item", effect: "dark", content: "新建会话" }, { default: d(() => [c(b3, { class: "shousuo-icon", iconValue: "amb-icon-xinjianhuihua", onClick: re })]), _: 1 })])], 512), [[m, !ce.value]]), n(u("div", z, [u("div", L, [c(t2, { class: "chat-embed__header_avatar", size: 40, fit: "cover" }, { default: d(() => [u("img", { src: r(V), alt: "AI Avatar" }, null, 8, W)]), _: 1 }), u("span", null, f(r(le2)("chatEmbed.name")), 1), c(D2, { class: "box-item", effect: "dark", content: "收起侧边栏" }, { default: d(() => [ce.value ? (s(), h(b3, { key: 0, onClick: a2[1] || (a2[1] = (e4) => ce.value = false), class: "right-icon", iconValue: "amb-icon-shouqibianlan" })) : v("", true)]), _: 1 })]), u("div", H, [u("div", { class: y(["menu-item", { "active-item": "collected" === oe.value }]), onClick: a2[2] || (a2[2] = (e4) => me("collected")) }, [c(b3, { iconValue: "amb-icon-shoucang" }), K, "collected" === oe.value ? (s(), h(R2, { key: 0, class: "dropdown-right" }, { default: d(() => [c(r(w))]), _: 1 })) : (s(), h(R2, { key: 1, class: "dropdown-right" }, { default: d(() => [c(r(_))]), _: 1 }))], 2), u("div", { class: y(["menu-item", { "active-item": "useful" === oe.value }]), onClick: a2[3] || (a2[3] = (e4) => me("useful")) }, [c(b3, { iconValue: "amb-icon-youyong" }), q, "useful" === oe.value ? (s(), h(R2, { key: 0, class: "dropdown-right" }, { default: d(() => [c(r(w))]), _: 1 })) : (s(), h(R2, { key: 1, class: "dropdown-right" }, { default: d(() => [c(r(_))]), _: 1 }))], 2), u("div", { class: y(["menu-item", { "active-item": "history" === oe.value }]), onClick: a2[4] || (a2[4] = (e4) => me("history")) }, [c(b3, { iconValue: "amb-icon-lishihuihua" }), J, "history" === oe.value ? (s(), h(R2, { key: 0, class: "dropdown-right" }, { default: d(() => [c(r(w))]), _: 1 })) : (s(), h(R2, { key: 1, class: "dropdown-right" }, { default: d(() => [c(r(_))]), _: 1 }))], 2)]), c(fe2, { class: "scrollbar-container", onEndReached: de }, { default: d(() => [(s(true), i(o, null, p(ie.value, ([e4, a3]) => (s(), i(o, { key: e4 }, [(a3 == null ? void 0 : a3.length) > 0 ? (s(), i("div", Q, ["today" === e4 ? (s(), i("div", U, "今天")) : "yesterday" === e4 ? (s(), i("div", X, "昨天")) : "sevenDays" === e4 ? (s(), i("div", Z, "七天内")) : "thirtyDays" === e4 ? (s(), i("div", ee, "三十天内")) : (s(), i("div", ae, f(e4), 1)), (s(true), i(o, null, p(a3, (e5) => (s(), i("div", { class: y(["history-item", { "active-item": ne.value === e5.id }]) }, [e5.useful ? (s(), h(b3, { key: 0, iconValue: "amb-icon-youyong" })) : v("", true), e5.collected ? (s(), h(R2, { key: 1 }, { default: d(() => [c(r(A))]), _: 1 })) : v("", true), u("div", { class: "history-subject", onClick: (a4) => function(e6) {
|
|
82
|
+
ne.value !== e6.id && (ne.value = e6.id, window.$vueApp.config.globalProperties.$http.get(window.$vueApp.config.globalProperties.baseAPI + `/mc/ai-history/content/${e6.id}`).then((a5) => {
|
|
83
|
+
let t3 = [];
|
|
84
|
+
switch (F2.aiModel) {
|
|
85
|
+
case I.RAGFLOW:
|
|
86
|
+
t3 = $(a5);
|
|
80
87
|
break;
|
|
81
|
-
case
|
|
82
|
-
|
|
88
|
+
case I.DATABASE:
|
|
89
|
+
t3 = M(a5);
|
|
83
90
|
break;
|
|
84
|
-
case
|
|
85
|
-
|
|
91
|
+
case I.DEEPSEEK:
|
|
92
|
+
t3 = P(a5);
|
|
86
93
|
break;
|
|
87
|
-
case
|
|
94
|
+
case I.INTERACTION:
|
|
88
95
|
break;
|
|
89
|
-
case
|
|
90
|
-
|
|
96
|
+
case I.PPT_GENERATION:
|
|
97
|
+
t3 = C(a5);
|
|
91
98
|
}
|
|
92
|
-
|
|
93
|
-
}).catch((
|
|
99
|
+
k2("select-history-item", e6, t3);
|
|
100
|
+
}).catch((e7) => {
|
|
94
101
|
}));
|
|
95
|
-
}(
|
|
96
|
-
"collect" ===
|
|
97
|
-
|
|
98
|
-
}) : "useful" ===
|
|
99
|
-
|
|
100
|
-
}) : "delete" ===
|
|
101
|
-
|
|
102
|
-
const
|
|
103
|
-
-1 !==
|
|
104
|
-
}),
|
|
102
|
+
}(e5) }, f(e5.subject), 9, te), c(ue2, { class: "dropdown-right", onCommand: (a4) => function(e6, a5) {
|
|
103
|
+
"collect" === e6 || "uncollect" === e6 ? N(a5.id).then(() => {
|
|
104
|
+
a5.collected = !a5.collected, k2("update-ai-history", a5);
|
|
105
|
+
}) : "useful" === e6 || "unuseful" === e6 ? S(a5.id).then(() => {
|
|
106
|
+
a5.useful = !a5.useful, k2("update-ai-history", a5);
|
|
107
|
+
}) : "delete" === e6 && x([a5.id]).then(() => {
|
|
108
|
+
O.success("已删除该会话"), ie.value.forEach((e7) => {
|
|
109
|
+
const t3 = e7.findIndex((e8) => e8.id === a5.id);
|
|
110
|
+
-1 !== t3 && e7.splice(t3, 1);
|
|
111
|
+
}), ne.value === a5.id && re();
|
|
105
112
|
});
|
|
106
|
-
}(
|
|
113
|
+
}(a4, e5), trigger: "click" }, { dropdown: d(() => [c(se2, null, { default: d(() => [e5.collected ? v("", true) : (s(), h(j2, { key: 0, command: "collect" }, { default: d(() => [c(R2, null, { default: d(() => [c(r(A))]), _: 1 }), g("收藏 ")]), _: 1 })), e5.collected ? (s(), h(j2, { key: 1, command: "uncollect" }, { default: d(() => [c(R2, null, { default: d(() => [c(r(E))]), _: 1 }), g("取消收藏 ")]), _: 1 })) : v("", true), e5.useful ? v("", true) : (s(), h(j2, { key: 2, command: "useful" }, { default: d(() => [g("有用")]), _: 1 })), e5.useful ? (s(), h(j2, { key: 3, command: "unuseful" }, { default: d(() => [g("取消有用")]), _: 1 })) : v("", true), c(j2, { command: "delete" }, { default: d(() => [g("删除")]), _: 1 })]), _: 2 }, 1024)]), default: d(() => [c(R2, { class: "more-filled" }, { default: d(() => [c(r(T))]), _: 1 })]), _: 2 }, 1032, ["onCommand"])], 2))), 256))])) : v("", true)], 64))), 128))]), _: 1 }), c(he, { type: "primary", class: "new-session-button", onClick: re }, { icon: d(() => [c(b3, { iconValue: "amb-icon-xinjianhuihua" })]), default: d(() => [g(" 新建会话 ")]), _: 1 })], 512), [[m, ce.value]])], 64);
|
|
107
114
|
};
|
|
108
115
|
} });
|
|
109
|
-
|
|
116
|
+
export {
|
|
117
|
+
le as default
|
|
118
|
+
};
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
-
"
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
const e = { DEEPSEEK: "deepseek", RAGFLOW: "ragflow", DATABASE: "database", INTERACTION: "interaction", PPT_GENERATION: "ppt_generation" }, E = { THINKING: "thinking", END: "end", ERROR: "error", FAILED: "failed", NONE: "none" };
|
|
2
|
+
export {
|
|
3
|
+
e as AI_MODELS,
|
|
4
|
+
E as MESSAGE_STATUS
|
|
5
|
+
};
|
|
@@ -1,51 +1,57 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
function t(t2) {
|
|
2
|
+
return t2.replace(/ID:(\d+)/g, '<amb-ai-tip tip-index="$1"></amb-ai-tip>').replace(/##(\d+)\$\$/g, '<amb-ai-tip tip-index="$1"></amb-ai-tip>');
|
|
3
|
+
}
|
|
4
|
+
function n(t2) {
|
|
5
|
+
if (!t2)
|
|
6
|
+
return { thinkingContent: "", mainContent: "" };
|
|
7
|
+
if (t2.startsWith("<think>")) {
|
|
8
|
+
const n2 = t2.indexOf("</think>");
|
|
9
|
+
return { thinkingContent: t2.substring(7, n2), mainContent: t2.substring(n2 + 8) };
|
|
10
|
+
}
|
|
11
|
+
return { thinkingContent: "", mainContent: t2 };
|
|
12
|
+
}
|
|
13
|
+
function e(t2) {
|
|
14
|
+
if (!t2)
|
|
4
15
|
return null;
|
|
5
16
|
try {
|
|
6
|
-
const
|
|
7
|
-
if (!
|
|
17
|
+
const n2 = new URL(t2), e2 = n2.searchParams.get("response-content-disposition") || n2.searchParams.get("content-disposition") || "";
|
|
18
|
+
if (!e2)
|
|
8
19
|
return null;
|
|
9
|
-
let
|
|
20
|
+
let i = e2;
|
|
10
21
|
try {
|
|
11
|
-
|
|
12
|
-
} catch (
|
|
22
|
+
i = decodeURIComponent(i);
|
|
23
|
+
} catch (t3) {
|
|
13
24
|
}
|
|
14
|
-
const
|
|
15
|
-
if (
|
|
25
|
+
const r = i.match(/filename\*\s*=\s*([^'']*)''([^;]+)/i);
|
|
26
|
+
if (r && r[2])
|
|
16
27
|
try {
|
|
17
|
-
return decodeURIComponent(
|
|
18
|
-
} catch (
|
|
19
|
-
return
|
|
28
|
+
return decodeURIComponent(r[2].trim()).replace(/^"|"$/g, "");
|
|
29
|
+
} catch (t3) {
|
|
30
|
+
return r[2].trim().replace(/^"|"$/g, "");
|
|
20
31
|
}
|
|
21
|
-
const
|
|
22
|
-
if (
|
|
32
|
+
const c = i.match(/filename\s*=\s*"([^"]+)"/i);
|
|
33
|
+
if (c && c[1])
|
|
23
34
|
try {
|
|
24
|
-
return decodeURIComponent(
|
|
25
|
-
} catch (
|
|
26
|
-
return
|
|
35
|
+
return decodeURIComponent(c[1]);
|
|
36
|
+
} catch (t3) {
|
|
37
|
+
return c[1];
|
|
27
38
|
}
|
|
28
|
-
const
|
|
29
|
-
if (
|
|
30
|
-
const
|
|
39
|
+
const o = i.match(/filename\s*=\s*([^;]+)/i);
|
|
40
|
+
if (o && o[1]) {
|
|
41
|
+
const t3 = o[1].trim().replace(/^"|"$/g, "");
|
|
31
42
|
try {
|
|
32
|
-
return decodeURIComponent(
|
|
33
|
-
} catch (
|
|
34
|
-
return
|
|
43
|
+
return decodeURIComponent(t3);
|
|
44
|
+
} catch (n3) {
|
|
45
|
+
return t3;
|
|
35
46
|
}
|
|
36
47
|
}
|
|
37
48
|
return null;
|
|
38
|
-
} catch (
|
|
49
|
+
} catch (t3) {
|
|
39
50
|
return null;
|
|
40
51
|
}
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
return { thinkingContent: t.substring(7, n), mainContent: t.substring(n + 8) };
|
|
47
|
-
}
|
|
48
|
-
return { thinkingContent: "", mainContent: t };
|
|
49
|
-
}, exports.replaceAiTipTags = function(t) {
|
|
50
|
-
return t.replace(/ID:(\d+)/g, '<amb-ai-tip tip-index="$1"></amb-ai-tip>').replace(/##(\d+)\$\$/g, '<amb-ai-tip tip-index="$1"></amb-ai-tip>');
|
|
52
|
+
}
|
|
53
|
+
export {
|
|
54
|
+
e as extractFilenameFromUrl,
|
|
55
|
+
n as parseAnswerContent,
|
|
56
|
+
t as replaceAiTipTags
|
|
51
57
|
};
|
|
@@ -1,74 +1,96 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import { getMessageTemplate as e, createAiMessage as t, createUserMessage as n } from "../chat-embed-message.js";
|
|
2
|
+
import { MESSAGE_STATUS as o } from "../type.js";
|
|
3
|
+
import { parseAnswerContent as i, replaceAiTipTags as s, extractFilenameFromUrl as r } from "./chat-embed-util.js";
|
|
4
|
+
import { handleMcpMessage as u } from "./mcp-utils.js";
|
|
5
|
+
function c(e2) {
|
|
6
|
+
return window.$vueApp.config.globalProperties.$http.get(window.$vueApp.config.globalProperties.baseAPI + `/mc/ai-history/session/${e2}`);
|
|
7
|
+
}
|
|
8
|
+
function p(e2) {
|
|
7
9
|
return window.$vueApp.config.globalProperties.$http.put(window.$vueApp.config.globalProperties.baseAPI + `/mc/ai-history/collect/session/${e2}`);
|
|
8
|
-
}
|
|
10
|
+
}
|
|
11
|
+
function a(e2) {
|
|
12
|
+
return window.$vueApp.config.globalProperties.$http.put(window.$vueApp.config.globalProperties.baseAPI + `/mc/ai-history/collect/${e2}`);
|
|
13
|
+
}
|
|
14
|
+
function l(e2) {
|
|
15
|
+
return window.$vueApp.config.globalProperties.$http.put(window.$vueApp.config.globalProperties.baseAPI + `/mc/ai-history/useful/session/${e2}`);
|
|
16
|
+
}
|
|
17
|
+
function f(e2) {
|
|
18
|
+
return window.$vueApp.config.globalProperties.$http.put(window.$vueApp.config.globalProperties.baseAPI + `/mc/ai-history/useful/${e2}`);
|
|
19
|
+
}
|
|
20
|
+
function g(e2) {
|
|
9
21
|
return window.$vueApp.config.globalProperties.$http.delete(window.$vueApp.config.globalProperties.baseAPI + "/mc/ai-history", { data: e2 });
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
22
|
+
}
|
|
23
|
+
function h(n2) {
|
|
24
|
+
const r2 = [];
|
|
25
|
+
return n2 && n2.forEach((n3) => {
|
|
26
|
+
var _a, _b;
|
|
27
|
+
if ("USER" === n3.role) {
|
|
28
|
+
if (n3.submitParam) {
|
|
29
|
+
const t2 = JSON.parse(n3.submitParam);
|
|
30
|
+
r2.push(e("user", t2.question, true, false));
|
|
17
31
|
}
|
|
18
|
-
} else if ("ASSISTANT" ===
|
|
19
|
-
const
|
|
20
|
-
|
|
21
|
-
const e2 = s.extractFilenameFromUrl(o3.result.fileUrl) || "点击下载";
|
|
22
|
-
r.content = `PPT已生成:[${e2}](${o3.result.fileUrl})`;
|
|
23
|
-
} else
|
|
24
|
-
r.content = "PPT生成失败,请稍后重试";
|
|
25
|
-
r.thinkingContent = "", r.thinkingStatus = t.MESSAGE_STATUS.END, r.showThinkingContent = false, r.messageType = "history", n.push(r);
|
|
32
|
+
} else if ("ASSISTANT" === n3.role) {
|
|
33
|
+
const e2 = JSON.parse(n3.result), u2 = t({ question: "" }, true), { thinkingContent: c2, mainContent: p2 } = i(e2.answer);
|
|
34
|
+
e2.reference && (((_a = e2.reference.doc_aggs) == null ? void 0 : _a.length) && (u2.docAggs = e2.reference.doc_aggs), ((_b = e2.reference.chunks) == null ? void 0 : _b.length) && (u2.referenceChunks = e2.reference.chunks)), u2.content = p2, u2.thinkingContent = c2, u2.thinkingStatus = o.END, u2.showThinkingContent = true, u2.content = s(u2.content), u2.messageType = "history", r2.push(u2);
|
|
26
35
|
}
|
|
27
|
-
}),
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
36
|
+
}), r2;
|
|
37
|
+
}
|
|
38
|
+
function m(e2) {
|
|
39
|
+
const i2 = [];
|
|
40
|
+
return e2 && e2.forEach((e3) => {
|
|
41
|
+
if ("USER" === e3.role) {
|
|
42
|
+
if (e3.submitParam) {
|
|
43
|
+
const t2 = n(e3.submitParam);
|
|
44
|
+
i2.push(t2);
|
|
35
45
|
}
|
|
36
|
-
} else if ("ASSISTANT" ===
|
|
37
|
-
const
|
|
38
|
-
|
|
46
|
+
} else if ("ASSISTANT" === e3.role) {
|
|
47
|
+
const n2 = t({ question: "" }, true), { answerMessage: s2 } = u(e3.result);
|
|
48
|
+
n2.content = s2, n2.thinkingStatus = o.END, n2.showThinkingContent = false, n2.messageType = "history", i2.push(n2);
|
|
39
49
|
}
|
|
40
|
-
}),
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
n.
|
|
50
|
+
}), i2;
|
|
51
|
+
}
|
|
52
|
+
function w(e2) {
|
|
53
|
+
const i2 = [];
|
|
54
|
+
return e2 && e2.forEach((e3) => {
|
|
55
|
+
if ("USER" === e3.role) {
|
|
56
|
+
if (e3.submitParam) {
|
|
57
|
+
const t2 = n(e3.submitParam);
|
|
58
|
+
i2.push(t2);
|
|
48
59
|
}
|
|
49
|
-
} else if ("ASSISTANT" ===
|
|
50
|
-
const
|
|
51
|
-
|
|
60
|
+
} else if ("ASSISTANT" === e3.role) {
|
|
61
|
+
const n2 = t({ question: "" }, true);
|
|
62
|
+
n2.content = e3.result, n2.thinkingContent = "", n2.thinkingStatus = o.END, n2.showThinkingContent = false, n2.messageType = "history", i2.push(n2);
|
|
52
63
|
}
|
|
53
|
-
}),
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
if ("USER" ===
|
|
59
|
-
if (
|
|
60
|
-
const t2 =
|
|
61
|
-
|
|
64
|
+
}), i2;
|
|
65
|
+
}
|
|
66
|
+
function P(e2) {
|
|
67
|
+
const i2 = [];
|
|
68
|
+
return e2 && e2.forEach((e3) => {
|
|
69
|
+
if ("USER" === e3.role) {
|
|
70
|
+
if (e3.submitParam) {
|
|
71
|
+
const t2 = n(e3.submitParam);
|
|
72
|
+
i2.push(t2);
|
|
62
73
|
}
|
|
63
|
-
} else if ("ASSISTANT" ===
|
|
64
|
-
const
|
|
65
|
-
|
|
74
|
+
} else if ("ASSISTANT" === e3.role) {
|
|
75
|
+
const n2 = t({ question: "" }, true);
|
|
76
|
+
if (e3.result.fileUrl) {
|
|
77
|
+
const t2 = r(e3.result.fileUrl) || "点击下载";
|
|
78
|
+
n2.content = `PPT已生成:[${t2}](${e3.result.fileUrl})`;
|
|
79
|
+
} else
|
|
80
|
+
n2.content = "PPT生成失败,请稍后重试";
|
|
81
|
+
n2.thinkingContent = "", n2.thinkingStatus = o.END, n2.showThinkingContent = false, n2.messageType = "history", i2.push(n2);
|
|
66
82
|
}
|
|
67
|
-
}),
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
83
|
+
}), i2;
|
|
84
|
+
}
|
|
85
|
+
export {
|
|
86
|
+
a as collectById,
|
|
87
|
+
p as collectBySessionId,
|
|
88
|
+
g as deleteByIds,
|
|
89
|
+
P as formatAiPptHistoryMessage,
|
|
90
|
+
w as formatBailianHistoryMessage,
|
|
91
|
+
m as formatDatabaseHistoryMessage,
|
|
92
|
+
h as formatRagflowHistoryMessage,
|
|
93
|
+
c as getBySessionId,
|
|
94
|
+
f as usefuleById,
|
|
95
|
+
l as usefuleBySessionId
|
|
74
96
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
const
|
|
1
|
+
import e from "axios";
|
|
2
|
+
import { getToken as s } from "../../../src/utils/auth.js";
|
|
3
|
+
const a = { sendMessageToMcp: (a2, t) => new Promise((o, n) => {
|
|
4
4
|
const i = { question: a2.question, messageId: t, systemCode: a2.systemCode };
|
|
5
|
-
e.defaults.headers.common.Authorization = s
|
|
5
|
+
e.defaults.headers.common.Authorization = s(), e.post(window.$vueApp.config.globalProperties.baseAPI + "/component/ai/mcp/chart", i).then((e2) => {
|
|
6
6
|
var _a, _b;
|
|
7
7
|
if (e2) {
|
|
8
8
|
const s2 = e2.data;
|
|
@@ -47,4 +47,7 @@ function r(e2) {
|
|
|
47
47
|
}
|
|
48
48
|
return "sourceData" === e2.type ? { answerMessage: `<amb-interaction-data dataList='${JSON.stringify(e2.answer.dataList)}' dataTables='${JSON.stringify((_b = e2.answer.sqlInfo) == null ? void 0 : _b.dataTables)}' childTables='${JSON.stringify((_c = e2.answer.sqlInfo) == null ? void 0 : _c.childTables)}'/>` } : "chartData" === e2.type ? { answerMessage: `<amb-auto-chart params='${JSON.stringify(e2.bailianToolParams)}' answer='${JSON.stringify(e2.answer)}' />` } : void 0;
|
|
49
49
|
}
|
|
50
|
-
|
|
50
|
+
export {
|
|
51
|
+
a as default,
|
|
52
|
+
r as handleMcpMessage
|
|
53
|
+
};
|
|
@@ -1,8 +1,12 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
const
|
|
7
|
-
|
|
1
|
+
function e(e2) {
|
|
2
|
+
const t2 = (/* @__PURE__ */ new Date()).toISOString().replace(/[:.]/g, "-").slice(0, 19);
|
|
3
|
+
return `${e2.replace(/[^a-zA-Z0-9\u4e00-\u9fa5]/g, "_")}_${t2}.json`;
|
|
4
|
+
}
|
|
5
|
+
function t(e2, t2) {
|
|
6
|
+
const n = JSON.stringify(e2, null, 2), o = new Blob([n], { type: "application/json;charset=utf-8" }), c = URL.createObjectURL(o), a = document.createElement("a");
|
|
7
|
+
a.href = c, a.download = t2, document.body.appendChild(a), a.click(), document.body.removeChild(a), URL.revokeObjectURL(c);
|
|
8
|
+
}
|
|
9
|
+
export {
|
|
10
|
+
t as downloadJsonFile,
|
|
11
|
+
e as generateFileName
|
|
8
12
|
};
|
|
@@ -1,5 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import o from "./voice.vue.js";
|
|
2
|
+
o.install = function(t) {
|
|
3
|
+
window.$vueApp.component("VoiceButton", o);
|
|
4
|
+
};
|
|
5
|
+
export {
|
|
6
|
+
o as default
|
|
7
|
+
};
|