service-flow-designer 2.3.22-flow1 → 2.3.22-flow1-tmp1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/designer/common/components/datatable-select.vue.mjs +7 -0
- package/dist/es/designer/common/components/datatable-select.vue2.mjs +78 -0
- package/dist/es/designer/common/components/file-upload.vue.mjs +7 -0
- package/dist/es/designer/common/components/file-upload.vue2.mjs +35 -0
- package/dist/es/designer/common/components/json-view/json-view-dialog.vue.mjs +24 -0
- package/dist/es/designer/common/components/json-view/json-view-dialog.vue2.mjs +4 -0
- package/dist/es/designer/common/components/json-view/json-view.vue.mjs +56 -0
- package/dist/es/designer/common/components/json-view/json-view.vue2.mjs +4 -0
- package/dist/es/designer/common/components/node-base-config.vue.mjs +15 -0
- package/dist/es/designer/common/components/node-base-config.vue2.mjs +4 -0
- package/dist/es/designer/common/components/sql-view/sql-view-dialog.vue.mjs +23 -0
- package/dist/es/designer/common/components/sql-view/sql-view-dialog.vue2.mjs +4 -0
- package/dist/es/designer/common/components/sql-view/sql-view.vue.mjs +4 -0
- package/dist/es/designer/common/components/sql-view/sql-view.vue2.mjs +35 -0
- package/dist/es/designer/common/components/value-set-input/index.mjs +4 -0
- package/dist/es/designer/common/components/value-set-input/{option.js → option.mjs} +1 -1
- package/dist/es/designer/common/components/value-set-input/value-set-input.vue.mjs +7 -0
- package/dist/es/designer/common/components/value-set-input/value-set-input.vue2.mjs +135 -0
- package/dist/es/designer/desginer-index.vue.mjs +7 -0
- package/dist/es/designer/desginer-index.vue2.mjs +60 -0
- package/dist/es/designer/flow/base/{AbLogicNodeModel.js → AbLogicNodeModel.mjs} +1 -1
- package/dist/es/designer/flow/base/{AbLogicResizeNodeModel.js → AbLogicResizeNodeModel.mjs} +10 -10
- package/dist/es/designer/service-components/base/end-node/{index.js → index.mjs} +12 -10
- package/dist/es/designer/service-components/base/end-node/{index.vue.js → index.vue2.mjs} +2 -2
- package/dist/es/designer/service-components/base/end-node/index.vue3.mjs +7 -0
- package/dist/es/designer/service-components/base/loop-node/index.mjs +8 -0
- package/dist/es/designer/service-components/base/start-node/{index.js → index.mjs} +9 -7
- package/dist/es/designer/service-components/base/start-node/{index.vue.js → index.vue2.mjs} +2 -2
- package/dist/es/designer/service-components/base/start-node/index.vue3.mjs +7 -0
- package/dist/es/designer/service-components/components-icons.mjs +11 -0
- package/dist/es/designer/service-components/computation/sort/config.vue.mjs +7 -0
- package/dist/es/designer/service-components/computation/sort/config.vue2.mjs +60 -0
- package/dist/es/designer/service-components/computation/sort/index.mjs +19 -0
- package/dist/es/designer/service-components/computation/sort/{index.vue.js → index.vue2.mjs} +2 -2
- package/dist/es/designer/service-components/computation/sort/index.vue3.mjs +14 -0
- package/dist/es/designer/service-components/database/aggregate-query/config.vue.mjs +7 -0
- package/dist/es/designer/service-components/database/aggregate-query/config.vue2.mjs +102 -0
- package/dist/es/designer/service-components/database/aggregate-query/dimension-statistical.vue.mjs +36 -0
- package/dist/es/designer/service-components/database/aggregate-query/dimension-statistical.vue2.mjs +4 -0
- package/dist/es/designer/service-components/database/aggregate-query/filter-conditions.vue.mjs +43 -0
- package/dist/es/designer/service-components/database/aggregate-query/filter-conditions.vue2.mjs +4 -0
- package/dist/es/designer/service-components/database/{regular-query/index.js → aggregate-query/index.mjs} +11 -9
- package/dist/es/designer/service-components/database/aggregate-query/{index.vue.js → index.vue2.mjs} +2 -2
- package/dist/es/designer/service-components/database/aggregate-query/index.vue3.mjs +27 -0
- package/dist/es/designer/service-components/database/aggregate-query/sort-conditions.vue.mjs +28 -0
- package/dist/es/designer/service-components/database/aggregate-query/sort-conditions.vue2.mjs +4 -0
- package/dist/es/designer/service-components/database/aggregate-query/statistical-formula.vue.mjs +29 -0
- package/dist/es/designer/service-components/database/aggregate-query/statistical-formula.vue2.mjs +4 -0
- package/dist/es/designer/service-components/database/dynamic-sql/config.vue.mjs +7 -0
- package/dist/es/designer/service-components/database/dynamic-sql/config.vue2.mjs +105 -0
- package/dist/es/designer/service-components/database/dynamic-sql/index.mjs +19 -0
- package/dist/es/designer/service-components/database/dynamic-sql/{index.vue.js → index.vue2.mjs} +2 -2
- package/dist/es/designer/service-components/database/dynamic-sql/index.vue3.mjs +14 -0
- package/dist/es/designer/service-components/database/regular-query/config.vue.mjs +7 -0
- package/dist/es/designer/service-components/database/regular-query/config.vue2.mjs +80 -0
- package/dist/es/designer/service-components/database/{aggregate-query/index.js → regular-query/index.mjs} +11 -9
- package/dist/es/designer/service-components/database/regular-query/{index.vue.js → index.vue2.mjs} +2 -2
- package/dist/es/designer/service-components/database/regular-query/index.vue3.mjs +27 -0
- package/dist/es/designer/service-components/index.mjs +45 -0
- package/dist/es/designer/service-components/service/common/cookie-data.vue.mjs +27 -0
- package/dist/es/designer/service-components/service/common/cookie-data.vue2.mjs +4 -0
- package/dist/es/designer/service-components/service/common/form-data.vue.mjs +29 -0
- package/dist/es/designer/service-components/service/common/form-data.vue2.mjs +4 -0
- package/dist/es/designer/service-components/service/common/header-data.vue.mjs +27 -0
- package/dist/es/designer/service-components/service/common/header-data.vue2.mjs +4 -0
- package/dist/es/designer/service-components/service/common/json-data.vue.mjs +7 -0
- package/dist/es/designer/service-components/service/common/json-data.vue2.mjs +27 -0
- package/dist/es/designer/service-components/service/common/param-config.vue.mjs +7 -0
- package/dist/es/designer/service-components/service/common/param-config.vue2.mjs +33 -0
- package/dist/es/designer/service-components/service/common/query-params.vue.mjs +27 -0
- package/dist/es/designer/service-components/service/common/query-params.vue2.mjs +4 -0
- package/dist/es/designer/service-components/service/common/raw-data.vue.mjs +32 -0
- package/dist/es/designer/service-components/service/common/raw-data.vue2.mjs +4 -0
- package/dist/es/designer/service-components/service/custom-bean/config.vue.mjs +4 -0
- package/dist/es/designer/service-components/service/custom-bean/config.vue2.mjs +20 -0
- package/dist/es/designer/service-components/service/custom-bean/index.mjs +19 -0
- package/dist/es/designer/service-components/service/custom-bean/{index.vue.js → index.vue2.mjs} +2 -2
- package/dist/es/designer/service-components/service/custom-bean/index.vue3.mjs +14 -0
- package/dist/es/designer/service-components/service/http-service/config.vue.mjs +7 -0
- package/dist/es/designer/service-components/service/http-service/config.vue2.mjs +37 -0
- package/dist/es/designer/service-components/service/http-service/index.mjs +19 -0
- package/dist/es/designer/service-components/service/http-service/{index.vue.js → index.vue2.mjs} +2 -2
- package/dist/es/designer/service-components/service/http-service/index.vue3.mjs +14 -0
- package/dist/es/designer/service-components/service/http-service/response-json-setting.vue.mjs +58 -0
- package/dist/es/designer/service-components/service/http-service/response-json-setting.vue2.mjs +4 -0
- package/dist/es/designer/service-components/service/http-service/response-text-setting.vue.mjs +22 -0
- package/dist/es/designer/service-components/service/http-service/response-text-setting.vue2.mjs +4 -0
- package/dist/es/designer/service-components/service/http-service/response-xml-setting.vue.mjs +58 -0
- package/dist/es/designer/service-components/service/http-service/response-xml-setting.vue2.mjs +4 -0
- package/dist/es/designer/service-flow-view/{flow-util.js → flow-util.mjs} +7 -7
- package/dist/es/designer/service-flow-view/service-flow-tool.vue.mjs +7 -0
- package/dist/es/designer/service-flow-view/service-flow-tool.vue2.mjs +44 -0
- package/dist/es/designer/service-flow-view/service-node-config.vue.mjs +7 -0
- package/dist/es/designer/service-flow-view/service-node-config.vue2.mjs +39 -0
- package/dist/es/designer/service-flow-view/service-params.vue.mjs +73 -0
- package/dist/es/designer/service-flow-view/service-params.vue2.mjs +4 -0
- package/dist/es/designer/service-flow-view/service-result.vue.mjs +70 -0
- package/dist/es/designer/service-flow-view/service-result.vue2.mjs +4 -0
- package/dist/es/designer/service-flow-view/service-test/request-params.vue.mjs +54 -0
- package/dist/es/designer/service-flow-view/service-test/request-params.vue2.mjs +4 -0
- package/dist/es/designer/service-flow-view/service-test/service-test.vue.mjs +81 -0
- package/dist/es/designer/service-flow-view/service-test/service-test.vue2.mjs +4 -0
- package/dist/es/designer/service-flow-view/service-update-log.vue.mjs +7 -0
- package/dist/es/designer/service-flow-view/service-update-log.vue2.mjs +49 -0
- package/dist/es/designer/service-flow-view/view-index.vue.mjs +7 -0
- package/dist/es/designer/service-flow-view/view-index.vue2.mjs +130 -0
- package/dist/es/designer/service-panel/component-panel.vue.mjs +7 -0
- package/dist/es/designer/service-panel/component-panel.vue2.mjs +23 -0
- package/dist/es/designer/service-panel/service-list.vue.mjs +7 -0
- package/dist/es/designer/service-panel/service-list.vue2.mjs +104 -0
- package/dist/es/designer/service-panel/service-panel.vue.mjs +7 -0
- package/dist/es/designer/service-panel/service-panel.vue2.mjs +45 -0
- package/dist/es/index.mjs +4 -0
- package/dist/es/stores/page-store.mjs +32 -0
- package/dist/es/style.css +46 -46
- package/dist/es/utils/{common-util.js → common-util.mjs} +51 -52
- package/dist/lib/_virtual/_plugin-vue_export-helper.cjs +6 -0
- package/dist/lib/assets/icon/aggregateQuery.svg.cjs +2 -0
- package/dist/lib/assets/icon/base.png.cjs +2 -0
- package/dist/lib/assets/icon/dynamicSql.svg.cjs +2 -0
- package/dist/lib/assets/icon/end.png.cjs +2 -0
- package/dist/lib/assets/icon/end.svg.cjs +2 -0
- package/dist/lib/assets/icon/http-service.svg.cjs +2 -0
- package/dist/lib/assets/icon/regularQuery.svg.cjs +2 -0
- package/dist/lib/assets/icon/sort.svg.cjs +2 -0
- package/dist/lib/assets/icon/start.png.cjs +2 -0
- package/dist/lib/assets/icon/vardef-v.png.cjs +2 -0
- package/dist/lib/designer/common/components/database-select.vue.d.ts +20 -0
- package/dist/lib/designer/common/components/datatable-select.vue.cjs +5 -0
- package/dist/lib/designer/common/components/datatable-select.vue.d.ts +38 -0
- package/dist/lib/designer/common/components/datatable-select.vue2.cjs +61 -0
- package/dist/lib/designer/common/components/file-upload.vue.cjs +5 -0
- package/dist/lib/designer/common/components/file-upload.vue.d.ts +20 -0
- package/dist/lib/designer/common/components/file-upload.vue2.cjs +24 -0
- package/dist/lib/designer/common/components/json-view/index.d.ts +4 -0
- package/dist/lib/designer/common/components/json-view/json-view-dialog.vue.cjs +18 -0
- package/dist/lib/designer/common/components/json-view/json-view-dialog.vue.d.ts +36 -0
- package/dist/lib/designer/common/components/json-view/json-view-dialog.vue2.cjs +3 -0
- package/dist/lib/designer/common/components/json-view/json-view.vue.cjs +50 -0
- package/dist/lib/designer/common/components/json-view/json-view.vue.d.ts +32 -0
- package/dist/lib/designer/common/components/json-view/json-view.vue2.cjs +3 -0
- package/dist/lib/designer/common/components/node-base-config.vue.cjs +8 -0
- package/dist/lib/designer/common/components/node-base-config.vue.d.ts +14 -0
- package/dist/lib/designer/common/components/node-base-config.vue2.cjs +3 -0
- package/dist/lib/designer/common/components/sql-view/index.d.ts +4 -0
- package/dist/lib/designer/common/components/sql-view/sql-view-dialog.vue.cjs +17 -0
- package/dist/lib/designer/common/components/sql-view/sql-view-dialog.vue.d.ts +36 -0
- package/dist/lib/designer/common/components/sql-view/sql-view-dialog.vue2.cjs +3 -0
- package/dist/lib/designer/common/components/sql-view/sql-view.vue.cjs +3 -0
- package/dist/lib/designer/common/components/sql-view/sql-view.vue.d.ts +32 -0
- package/dist/lib/designer/common/components/sql-view/sql-view.vue2.cjs +30 -0
- package/dist/lib/designer/common/components/value-set-input/index.cjs +3 -0
- package/dist/lib/designer/common/components/value-set-input/index.d.ts +3 -0
- package/dist/lib/designer/common/components/value-set-input/option.cjs +6 -0
- package/dist/lib/designer/common/components/value-set-input/option.d.ts +12 -0
- package/dist/lib/designer/common/components/value-set-input/value-set-input.vue.cjs +5 -0
- package/dist/lib/designer/common/components/value-set-input/value-set-input.vue.d.ts +162 -0
- package/dist/lib/designer/common/components/value-set-input/value-set-input.vue2.cjs +112 -0
- package/dist/lib/designer/common/types/common-type.d.ts +18 -0
- package/dist/lib/designer/common/types/select.d.ts +7 -0
- package/dist/lib/designer/common/util/node-util.cjs +28 -0
- package/dist/lib/designer/common/util/node-util.d.ts +27 -0
- package/dist/lib/designer/desginer-index.vue.cjs +5 -0
- package/dist/lib/designer/desginer-index.vue.d.ts +14 -0
- package/dist/lib/designer/desginer-index.vue2.cjs +29 -0
- package/dist/lib/designer/flow/base/AbLogicNode.cjs +23 -0
- package/dist/lib/designer/flow/base/AbLogicNode.d.ts +11 -0
- package/dist/lib/designer/flow/base/AbLogicNodeModel.cjs +38 -0
- package/dist/lib/designer/flow/base/AbLogicNodeModel.d.ts +14 -0
- package/dist/lib/designer/flow/base/AbLogicResizeNode.cjs +23 -0
- package/dist/lib/designer/flow/base/AbLogicResizeNode.d.ts +11 -0
- package/dist/lib/designer/flow/base/AbLogicResizeNodeModel.cjs +24 -0
- package/dist/lib/designer/flow/base/AbLogicResizeNodeModel.d.ts +9 -0
- package/dist/lib/designer/flow/base/index.d.ts +6 -0
- package/dist/lib/designer/flow/edge/CustomLine.cjs +23 -0
- package/dist/lib/designer/flow/edge/CustomLine.d.ts +25 -0
- package/dist/lib/designer/service-components/base/custom-function/index.d.ts +14 -0
- package/dist/lib/designer/service-components/base/custom-function/index.vue.d.ts +20 -0
- package/dist/lib/designer/service-components/base/end-node/index.cjs +37 -0
- package/dist/lib/designer/service-components/base/end-node/index.d.ts +19 -0
- package/dist/lib/designer/service-components/base/end-node/index.vue.d.ts +8 -0
- package/dist/lib/designer/service-components/base/end-node/index.vue2.cjs +5 -0
- package/dist/lib/designer/service-components/base/end-node/index.vue3.cjs +4 -0
- package/dist/lib/designer/service-components/base/judge-condition/index.d.ts +16 -0
- package/dist/lib/designer/service-components/base/judge-condition/index.vue.d.ts +36 -0
- package/dist/lib/designer/service-components/base/loop-node/index.cjs +6 -0
- package/dist/lib/designer/service-components/base/loop-node/index.d.ts +42 -0
- package/dist/lib/designer/service-components/base/loop-node/index.vue.d.ts +8 -0
- package/dist/lib/designer/service-components/base/notification/index.d.ts +14 -0
- package/dist/lib/designer/service-components/base/notification/index.vue.d.ts +20 -0
- package/dist/lib/designer/service-components/base/start-node/index.cjs +37 -0
- package/dist/lib/designer/service-components/base/start-node/index.d.ts +19 -0
- package/dist/lib/designer/service-components/base/start-node/index.vue.d.ts +8 -0
- package/dist/lib/designer/service-components/base/start-node/index.vue2.cjs +5 -0
- package/dist/lib/designer/service-components/base/start-node/index.vue3.cjs +4 -0
- package/dist/lib/designer/service-components/components-icons.cjs +3 -0
- package/dist/lib/designer/service-components/components-icons.d.ts +18 -0
- package/dist/lib/designer/service-components/computation/clean/index.d.ts +14 -0
- package/dist/lib/designer/service-components/computation/clean/index.vue.d.ts +20 -0
- package/dist/lib/designer/service-components/computation/connect/index.d.ts +14 -0
- package/dist/lib/designer/service-components/computation/connect/index.vue.d.ts +20 -0
- package/dist/lib/designer/service-components/computation/sort/config.vue.cjs +5 -0
- package/dist/lib/designer/service-components/computation/sort/config.vue.d.ts +23 -0
- package/dist/lib/designer/service-components/computation/sort/config.vue2.cjs +43 -0
- package/dist/lib/designer/service-components/computation/sort/index.cjs +13 -0
- package/dist/lib/designer/service-components/computation/sort/index.d.ts +14 -0
- package/dist/lib/designer/service-components/computation/sort/index.vue.d.ts +20 -0
- package/dist/lib/designer/service-components/computation/sort/index.vue2.cjs +5 -0
- package/dist/lib/designer/service-components/computation/sort/index.vue3.cjs +8 -0
- package/dist/lib/designer/service-components/computation/split-joint/index.d.ts +14 -0
- package/dist/lib/designer/service-components/computation/split-joint/index.vue.d.ts +20 -0
- package/dist/lib/designer/service-components/computation/statistics/index.d.ts +14 -0
- package/dist/lib/designer/service-components/computation/statistics/index.vue.d.ts +20 -0
- package/dist/lib/designer/service-components/database/aggregate-query/config.vue.cjs +5 -0
- package/dist/lib/designer/service-components/database/aggregate-query/config.vue.d.ts +58 -0
- package/dist/lib/designer/service-components/database/aggregate-query/config.vue2.cjs +74 -0
- package/dist/lib/designer/service-components/database/aggregate-query/dimension-additional.vue.d.ts +57 -0
- package/dist/lib/designer/service-components/database/aggregate-query/dimension-statistical.vue.cjs +22 -0
- package/dist/lib/designer/service-components/database/aggregate-query/dimension-statistical.vue.d.ts +57 -0
- package/dist/lib/designer/service-components/database/aggregate-query/dimension-statistical.vue2.cjs +3 -0
- package/dist/lib/designer/service-components/database/aggregate-query/filter-conditions.vue.cjs +27 -0
- package/dist/lib/designer/service-components/database/aggregate-query/filter-conditions.vue.d.ts +53 -0
- package/dist/lib/designer/service-components/database/aggregate-query/filter-conditions.vue2.cjs +3 -0
- package/dist/lib/designer/service-components/database/aggregate-query/index.cjs +20 -0
- package/dist/lib/designer/service-components/database/aggregate-query/index.d.ts +19 -0
- package/dist/lib/designer/service-components/database/aggregate-query/index.vue.d.ts +36 -0
- package/dist/lib/designer/service-components/database/aggregate-query/index.vue2.cjs +5 -0
- package/dist/lib/designer/service-components/database/aggregate-query/index.vue3.cjs +20 -0
- package/dist/lib/designer/service-components/database/aggregate-query/sort-conditions.vue.cjs +15 -0
- package/dist/lib/designer/service-components/database/aggregate-query/sort-conditions.vue.d.ts +53 -0
- package/dist/lib/designer/service-components/database/aggregate-query/sort-conditions.vue2.cjs +3 -0
- package/dist/lib/designer/service-components/database/aggregate-query/statistical-formula.vue.cjs +15 -0
- package/dist/lib/designer/service-components/database/aggregate-query/statistical-formula.vue.d.ts +57 -0
- package/dist/lib/designer/service-components/database/aggregate-query/statistical-formula.vue2.cjs +3 -0
- package/dist/lib/designer/service-components/database/dynamic-sql/config.vue.cjs +5 -0
- package/dist/lib/designer/service-components/database/dynamic-sql/config.vue.d.ts +18 -0
- package/dist/lib/designer/service-components/database/dynamic-sql/config.vue2.cjs +69 -0
- package/dist/lib/designer/service-components/database/dynamic-sql/index.cjs +13 -0
- package/dist/lib/designer/service-components/database/dynamic-sql/index.d.ts +14 -0
- package/dist/lib/designer/service-components/database/dynamic-sql/index.vue.d.ts +20 -0
- package/dist/lib/designer/service-components/database/dynamic-sql/index.vue2.cjs +5 -0
- package/dist/lib/designer/service-components/database/dynamic-sql/index.vue3.cjs +8 -0
- package/dist/lib/designer/service-components/database/regular-query/config.vue.cjs +5 -0
- package/dist/lib/designer/service-components/database/regular-query/config.vue.d.ts +60 -0
- package/dist/lib/designer/service-components/database/regular-query/config.vue2.cjs +51 -0
- package/dist/lib/designer/service-components/database/regular-query/index.cjs +20 -0
- package/dist/lib/designer/service-components/database/regular-query/index.d.ts +19 -0
- package/dist/lib/designer/service-components/database/regular-query/index.vue.d.ts +36 -0
- package/dist/lib/designer/service-components/database/regular-query/index.vue2.cjs +5 -0
- package/dist/lib/designer/service-components/database/regular-query/index.vue3.cjs +20 -0
- package/dist/lib/designer/service-components/index.cjs +18 -0
- package/dist/lib/designer/service-components/index.d.ts +19 -0
- package/dist/lib/designer/service-components/service/common/cookie-data.vue.cjs +18 -0
- package/dist/lib/designer/service-components/service/common/cookie-data.vue.d.ts +18 -0
- package/dist/lib/designer/service-components/service/common/cookie-data.vue2.cjs +3 -0
- package/dist/lib/designer/service-components/service/common/form-data.vue.cjs +18 -0
- package/dist/lib/designer/service-components/service/common/form-data.vue.d.ts +22 -0
- package/dist/lib/designer/service-components/service/common/form-data.vue2.cjs +3 -0
- package/dist/lib/designer/service-components/service/common/header-data.vue.cjs +18 -0
- package/dist/lib/designer/service-components/service/common/header-data.vue.d.ts +18 -0
- package/dist/lib/designer/service-components/service/common/header-data.vue2.cjs +3 -0
- package/dist/lib/designer/service-components/service/common/json-data.vue.cjs +5 -0
- package/dist/lib/designer/service-components/service/common/json-data.vue.d.ts +18 -0
- package/dist/lib/designer/service-components/service/common/json-data.vue2.cjs +18 -0
- package/dist/lib/designer/service-components/service/common/param-config.vue.cjs +5 -0
- package/dist/lib/designer/service-components/service/common/param-config.vue.d.ts +18 -0
- package/dist/lib/designer/service-components/service/common/param-config.vue2.cjs +18 -0
- package/dist/lib/designer/service-components/service/common/query-params.vue.cjs +18 -0
- package/dist/lib/designer/service-components/service/common/query-params.vue.d.ts +18 -0
- package/dist/lib/designer/service-components/service/common/query-params.vue2.cjs +3 -0
- package/dist/lib/designer/service-components/service/common/raw-data.vue.cjs +25 -0
- package/dist/lib/designer/service-components/service/common/raw-data.vue.d.ts +22 -0
- package/dist/lib/designer/service-components/service/common/raw-data.vue2.cjs +3 -0
- package/dist/lib/designer/service-components/service/common/xml-data.vue.d.ts +21 -0
- package/dist/lib/designer/service-components/service/custom-bean/config.vue.cjs +3 -0
- package/dist/lib/designer/service-components/service/custom-bean/config.vue.d.ts +14 -0
- package/dist/lib/designer/service-components/service/custom-bean/config.vue2.cjs +10 -0
- package/dist/lib/designer/service-components/service/custom-bean/index.cjs +13 -0
- package/dist/lib/designer/service-components/service/custom-bean/index.d.ts +14 -0
- package/dist/lib/designer/service-components/service/custom-bean/index.vue.d.ts +20 -0
- package/dist/lib/designer/service-components/service/custom-bean/index.vue2.cjs +5 -0
- package/dist/lib/designer/service-components/service/custom-bean/index.vue3.cjs +8 -0
- package/dist/lib/designer/service-components/service/http-service/config.vue.cjs +5 -0
- package/dist/lib/designer/service-components/service/http-service/config.vue.d.ts +14 -0
- package/dist/lib/designer/service-components/service/http-service/config.vue2.cjs +15 -0
- package/dist/lib/designer/service-components/service/http-service/index.cjs +13 -0
- package/dist/lib/designer/service-components/service/http-service/index.d.ts +14 -0
- package/dist/lib/designer/service-components/service/http-service/index.vue.d.ts +20 -0
- package/dist/lib/designer/service-components/service/http-service/index.vue2.cjs +5 -0
- package/dist/lib/designer/service-components/service/http-service/index.vue3.cjs +8 -0
- package/dist/lib/designer/service-components/service/http-service/response-json-setting.vue.cjs +42 -0
- package/dist/lib/designer/service-components/service/http-service/response-json-setting.vue.d.ts +27 -0
- package/dist/lib/designer/service-components/service/http-service/response-json-setting.vue2.cjs +3 -0
- package/dist/lib/designer/service-components/service/http-service/response-text-setting.vue.cjs +15 -0
- package/dist/lib/designer/service-components/service/http-service/response-text-setting.vue.d.ts +27 -0
- package/dist/lib/designer/service-components/service/http-service/response-text-setting.vue2.cjs +3 -0
- package/dist/lib/designer/service-components/service/http-service/response-xml-setting.vue.cjs +42 -0
- package/dist/lib/designer/service-components/service/http-service/response-xml-setting.vue.d.ts +27 -0
- package/dist/lib/designer/service-components/service/http-service/response-xml-setting.vue2.cjs +3 -0
- package/dist/lib/designer/service-components/util/common-options.cjs +8 -0
- package/dist/lib/designer/service-components/util/common-options.d.ts +36 -0
- package/dist/lib/designer/service-flow-view/flow-tool-util.cjs +31 -0
- package/dist/lib/designer/service-flow-view/flow-tool-util.d.ts +2 -0
- package/dist/lib/designer/service-flow-view/flow-util.cjs +48 -0
- package/dist/lib/designer/service-flow-view/flow-util.d.ts +55 -0
- package/dist/lib/designer/service-flow-view/service-flow-tool.vue.cjs +5 -0
- package/dist/lib/designer/service-flow-view/service-flow-tool.vue.d.ts +42 -0
- package/dist/lib/designer/service-flow-view/service-flow-tool.vue2.cjs +26 -0
- package/dist/lib/designer/service-flow-view/service-node-config.vue.cjs +5 -0
- package/dist/lib/designer/service-flow-view/service-node-config.vue.d.ts +58 -0
- package/dist/lib/designer/service-flow-view/service-node-config.vue2.cjs +32 -0
- package/dist/lib/designer/service-flow-view/service-params.vue.cjs +50 -0
- package/dist/lib/designer/service-flow-view/service-params.vue.d.ts +18 -0
- package/dist/lib/designer/service-flow-view/service-params.vue2.cjs +3 -0
- package/dist/lib/designer/service-flow-view/service-result.vue.cjs +54 -0
- package/dist/lib/designer/service-flow-view/service-result.vue.d.ts +18 -0
- package/dist/lib/designer/service-flow-view/service-result.vue2.cjs +3 -0
- package/dist/lib/designer/service-flow-view/service-test/request-params.vue.cjs +39 -0
- package/dist/lib/designer/service-flow-view/service-test/request-params.vue.d.ts +16 -0
- package/dist/lib/designer/service-flow-view/service-test/request-params.vue2.cjs +3 -0
- package/dist/lib/designer/service-flow-view/service-test/service-test.vue.cjs +60 -0
- package/dist/lib/designer/service-flow-view/service-test/service-test.vue.d.ts +56 -0
- package/dist/lib/designer/service-flow-view/service-test/service-test.vue2.cjs +3 -0
- package/dist/lib/designer/service-flow-view/service-update-log.vue.cjs +5 -0
- package/dist/lib/designer/service-flow-view/service-update-log.vue.d.ts +41 -0
- package/dist/lib/designer/service-flow-view/service-update-log.vue2.cjs +33 -0
- package/dist/lib/designer/service-flow-view/view-index.vue.cjs +5 -0
- package/dist/lib/designer/service-flow-view/view-index.vue.d.ts +50 -0
- package/dist/lib/designer/service-flow-view/view-index.vue2.cjs +92 -0
- package/dist/lib/designer/service-panel/component-panel.vue.cjs +5 -0
- package/dist/lib/designer/service-panel/component-panel.vue.d.ts +6 -0
- package/dist/lib/designer/service-panel/component-panel.vue2.cjs +13 -0
- package/dist/lib/designer/service-panel/service-list.vue.cjs +5 -0
- package/dist/lib/designer/service-panel/service-list.vue.d.ts +22 -0
- package/dist/lib/designer/service-panel/service-list.vue2.cjs +83 -0
- package/dist/lib/designer/service-panel/service-panel.vue.cjs +5 -0
- package/dist/lib/designer/service-panel/service-panel.vue.d.ts +35 -0
- package/dist/lib/designer/service-panel/service-panel.vue2.cjs +18 -0
- package/dist/lib/favicon.ico +0 -0
- package/dist/lib/index.cjs +3 -0
- package/dist/lib/index.d.ts +3 -0
- package/dist/lib/stores/page-store.cjs +28 -0
- package/dist/lib/stores/page-store.d.ts +23 -0
- package/dist/lib/style.css +1280 -0
- package/dist/lib/utils/common-util.cjs +111 -0
- package/dist/lib/utils/common-util.d.ts +22 -0
- package/dist/umd/favicon.ico +0 -0
- package/dist/umd/index.full.min.js +3632 -0
- package/dist/umd/style.css +1280 -0
- package/package.json +12 -16
- package/dist/es/designer/common/components/datatable-select.vue.js +0 -7
- package/dist/es/designer/common/components/datatable-select.vue2.js +0 -76
- package/dist/es/designer/common/components/file-upload.vue.js +0 -7
- package/dist/es/designer/common/components/file-upload.vue2.js +0 -33
- package/dist/es/designer/common/components/json-view/json-view-dialog.vue.js +0 -22
- package/dist/es/designer/common/components/json-view/json-view-dialog.vue2.js +0 -4
- package/dist/es/designer/common/components/json-view/json-view.vue.js +0 -54
- package/dist/es/designer/common/components/json-view/json-view.vue2.js +0 -4
- package/dist/es/designer/common/components/node-base-config.vue.js +0 -14
- package/dist/es/designer/common/components/node-base-config.vue2.js +0 -4
- package/dist/es/designer/common/components/sql-view/sql-view-dialog.vue.js +0 -21
- package/dist/es/designer/common/components/sql-view/sql-view-dialog.vue2.js +0 -4
- package/dist/es/designer/common/components/sql-view/sql-view.vue.js +0 -4
- package/dist/es/designer/common/components/sql-view/sql-view.vue2.js +0 -33
- package/dist/es/designer/common/components/value-set-input/index.js +0 -4
- package/dist/es/designer/common/components/value-set-input/value-set-input.vue.js +0 -7
- package/dist/es/designer/common/components/value-set-input/value-set-input.vue2.js +0 -131
- package/dist/es/designer/desginer-index.vue.js +0 -7
- package/dist/es/designer/desginer-index.vue2.js +0 -37
- package/dist/es/designer/service-components/base/end-node/index.vue2.js +0 -6
- package/dist/es/designer/service-components/base/loop-node/index.js +0 -8
- package/dist/es/designer/service-components/base/start-node/index.vue2.js +0 -6
- package/dist/es/designer/service-components/components-icons.js +0 -11
- package/dist/es/designer/service-components/computation/sort/config.vue.js +0 -7
- package/dist/es/designer/service-components/computation/sort/config.vue2.js +0 -57
- package/dist/es/designer/service-components/computation/sort/index.js +0 -17
- package/dist/es/designer/service-components/computation/sort/index.vue2.js +0 -12
- package/dist/es/designer/service-components/database/aggregate-query/config.vue.js +0 -7
- package/dist/es/designer/service-components/database/aggregate-query/config.vue2.js +0 -100
- package/dist/es/designer/service-components/database/aggregate-query/dimension-statistical.vue.js +0 -33
- package/dist/es/designer/service-components/database/aggregate-query/dimension-statistical.vue2.js +0 -4
- package/dist/es/designer/service-components/database/aggregate-query/filter-conditions.vue.js +0 -39
- package/dist/es/designer/service-components/database/aggregate-query/filter-conditions.vue2.js +0 -4
- package/dist/es/designer/service-components/database/aggregate-query/index.vue2.js +0 -24
- package/dist/es/designer/service-components/database/aggregate-query/sort-conditions.vue.js +0 -25
- package/dist/es/designer/service-components/database/aggregate-query/sort-conditions.vue2.js +0 -4
- package/dist/es/designer/service-components/database/aggregate-query/statistical-formula.vue.js +0 -26
- package/dist/es/designer/service-components/database/aggregate-query/statistical-formula.vue2.js +0 -4
- package/dist/es/designer/service-components/database/dynamic-sql/config.vue.js +0 -7
- package/dist/es/designer/service-components/database/dynamic-sql/config.vue2.js +0 -102
- package/dist/es/designer/service-components/database/dynamic-sql/index.js +0 -17
- package/dist/es/designer/service-components/database/dynamic-sql/index.vue2.js +0 -12
- package/dist/es/designer/service-components/database/regular-query/config.vue.js +0 -7
- package/dist/es/designer/service-components/database/regular-query/config.vue2.js +0 -77
- package/dist/es/designer/service-components/database/regular-query/index.vue2.js +0 -24
- package/dist/es/designer/service-components/index.js +0 -44
- package/dist/es/designer/service-components/service/common/cookie-data.vue.js +0 -25
- package/dist/es/designer/service-components/service/common/cookie-data.vue2.js +0 -4
- package/dist/es/designer/service-components/service/common/form-data.vue.js +0 -27
- package/dist/es/designer/service-components/service/common/form-data.vue2.js +0 -4
- package/dist/es/designer/service-components/service/common/header-data.vue.js +0 -25
- package/dist/es/designer/service-components/service/common/header-data.vue2.js +0 -4
- package/dist/es/designer/service-components/service/common/json-data.vue.js +0 -7
- package/dist/es/designer/service-components/service/common/json-data.vue2.js +0 -25
- package/dist/es/designer/service-components/service/common/param-config.vue.js +0 -7
- package/dist/es/designer/service-components/service/common/param-config.vue2.js +0 -31
- package/dist/es/designer/service-components/service/common/query-params.vue.js +0 -25
- package/dist/es/designer/service-components/service/common/query-params.vue2.js +0 -4
- package/dist/es/designer/service-components/service/common/raw-data.vue.js +0 -30
- package/dist/es/designer/service-components/service/common/raw-data.vue2.js +0 -4
- package/dist/es/designer/service-components/service/custom-bean/config.vue.js +0 -4
- package/dist/es/designer/service-components/service/custom-bean/config.vue2.js +0 -18
- package/dist/es/designer/service-components/service/custom-bean/index.js +0 -17
- package/dist/es/designer/service-components/service/custom-bean/index.vue2.js +0 -12
- package/dist/es/designer/service-components/service/http-service/config.vue.js +0 -7
- package/dist/es/designer/service-components/service/http-service/config.vue2.js +0 -35
- package/dist/es/designer/service-components/service/http-service/index.js +0 -17
- package/dist/es/designer/service-components/service/http-service/index.vue2.js +0 -12
- package/dist/es/designer/service-components/service/http-service/response-json-setting.vue.js +0 -55
- package/dist/es/designer/service-components/service/http-service/response-json-setting.vue2.js +0 -4
- package/dist/es/designer/service-components/service/http-service/response-text-setting.vue.js +0 -20
- package/dist/es/designer/service-components/service/http-service/response-text-setting.vue2.js +0 -4
- package/dist/es/designer/service-components/service/http-service/response-xml-setting.vue.js +0 -55
- package/dist/es/designer/service-components/service/http-service/response-xml-setting.vue2.js +0 -4
- package/dist/es/designer/service-flow-view/service-flow-tool.vue.js +0 -7
- package/dist/es/designer/service-flow-view/service-flow-tool.vue2.js +0 -40
- package/dist/es/designer/service-flow-view/service-node-config.vue.js +0 -7
- package/dist/es/designer/service-flow-view/service-node-config.vue2.js +0 -36
- package/dist/es/designer/service-flow-view/service-params.vue.js +0 -70
- package/dist/es/designer/service-flow-view/service-params.vue2.js +0 -4
- package/dist/es/designer/service-flow-view/service-result.vue.js +0 -67
- package/dist/es/designer/service-flow-view/service-result.vue2.js +0 -4
- package/dist/es/designer/service-flow-view/service-test/request-params.vue.js +0 -53
- package/dist/es/designer/service-flow-view/service-test/request-params.vue2.js +0 -4
- package/dist/es/designer/service-flow-view/service-test/service-test.vue.js +0 -79
- package/dist/es/designer/service-flow-view/service-test/service-test.vue2.js +0 -4
- package/dist/es/designer/service-flow-view/service-update-log.vue.js +0 -7
- package/dist/es/designer/service-flow-view/service-update-log.vue2.js +0 -47
- package/dist/es/designer/service-flow-view/view-index.vue.js +0 -7
- package/dist/es/designer/service-flow-view/view-index.vue2.js +0 -107
- package/dist/es/designer/service-panel/component-panel.vue.js +0 -7
- package/dist/es/designer/service-panel/component-panel.vue2.js +0 -20
- package/dist/es/designer/service-panel/service-list.vue.js +0 -7
- package/dist/es/designer/service-panel/service-list.vue2.js +0 -100
- package/dist/es/designer/service-panel/service-panel.vue.js +0 -7
- package/dist/es/designer/service-panel/service-panel.vue2.js +0 -21
- package/dist/es/index.js +0 -4
- package/dist/es/stores/page-store.js +0 -30
- /package/dist/es/_virtual/{_plugin-vue_export-helper.js → _plugin-vue_export-helper.mjs} +0 -0
- /package/dist/es/assets/icon/{aggregateQuery.svg.js → aggregateQuery.svg.mjs} +0 -0
- /package/dist/es/assets/icon/{base.png.js → base.png.mjs} +0 -0
- /package/dist/es/assets/icon/{dynamicSql.svg.js → dynamicSql.svg.mjs} +0 -0
- /package/dist/es/assets/icon/{end.png.js → end.png.mjs} +0 -0
- /package/dist/es/assets/icon/{end.svg.js → end.svg.mjs} +0 -0
- /package/dist/es/assets/icon/{http-service.svg.js → http-service.svg.mjs} +0 -0
- /package/dist/es/assets/icon/{regularQuery.svg.js → regularQuery.svg.mjs} +0 -0
- /package/dist/es/assets/icon/{sort.svg.js → sort.svg.mjs} +0 -0
- /package/dist/es/assets/icon/{start.png.js → start.png.mjs} +0 -0
- /package/dist/es/assets/icon/{vardef-v.png.js → vardef-v.png.mjs} +0 -0
- /package/dist/es/designer/common/util/{node-util.js → node-util.mjs} +0 -0
- /package/dist/es/designer/flow/base/{AbLogicNode.js → AbLogicNode.mjs} +0 -0
- /package/dist/es/designer/flow/base/{AbLogicResizeNode.js → AbLogicResizeNode.mjs} +0 -0
- /package/dist/es/designer/flow/edge/{CustomLine.js → CustomLine.mjs} +0 -0
- /package/dist/es/designer/service-components/util/{common-options.js → common-options.mjs} +0 -0
- /package/dist/es/designer/service-flow-view/{flow-tool-util.js → flow-tool-util.mjs} +0 -0
|
@@ -0,0 +1,3632 @@
|
|
|
1
|
+
(function(e3) {
|
|
2
|
+
let t3 = no + 1, l3 = oo.length;
|
|
3
|
+
for (; t3 < l3; ) {
|
|
4
|
+
const o2 = t3 + l3 >>> 1, n2 = oo[o2], a2 = yo(n2);
|
|
5
|
+
a2 < e3 || a2 === e3 && 2 & n2.flags ? t3 = o2 + 1 : l3 = o2;
|
|
6
|
+
}
|
|
7
|
+
return t3;
|
|
8
|
+
}(t2), 0, e2), e2.flags |= 1, mo();
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
function mo() {
|
|
12
|
+
uo || (uo = io.then(go));
|
|
13
|
+
}
|
|
14
|
+
function fo(e2) {
|
|
15
|
+
Ve(e2) ? ao.push(...e2) : so && -1 === e2.id ? so.splice(ro + 1, 0, e2) : 1 & e2.flags || (ao.push(e2), e2.flags |= 1), mo();
|
|
16
|
+
}
|
|
17
|
+
function vo(e2, t2, l2 = no + 1) {
|
|
18
|
+
for ("production" !== process.env.NODE_ENV && (t2 = t2 || /* @__PURE__ */ new Map()); l2 < oo.length; l2++) {
|
|
19
|
+
const o2 = oo[l2];
|
|
20
|
+
if (o2 && 2 & o2.flags) {
|
|
21
|
+
if (e2 && o2.id !== e2.uid) continue;
|
|
22
|
+
if ("production" !== process.env.NODE_ENV && bo(t2, o2)) continue;
|
|
23
|
+
oo.splice(l2, 1), l2--, 4 & o2.flags && (o2.flags &= -2), o2(), 4 & o2.flags || (o2.flags &= -2);
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
function ho(e2) {
|
|
28
|
+
if (ao.length) {
|
|
29
|
+
const t2 = [...new Set(ao)].sort((e3, t3) => yo(e3) - yo(t3));
|
|
30
|
+
if (ao.length = 0, so) return void so.push(...t2);
|
|
31
|
+
for (so = t2, "production" !== process.env.NODE_ENV && (e2 = e2 || /* @__PURE__ */ new Map()), ro = 0; ro < so.length; ro++) {
|
|
32
|
+
const t3 = so[ro];
|
|
33
|
+
"production" !== process.env.NODE_ENV && bo(e2, t3) || (4 & t3.flags && (t3.flags &= -2), 8 & t3.flags || t3(), t3.flags &= -2);
|
|
34
|
+
}
|
|
35
|
+
so = null, ro = 0;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
const yo = (e2) => null == e2.id ? 2 & e2.flags ? -1 : 1 / 0 : e2.id;
|
|
39
|
+
function go(e2) {
|
|
40
|
+
"production" !== process.env.NODE_ENV && (e2 = e2 || /* @__PURE__ */ new Map());
|
|
41
|
+
const t2 = "production" !== process.env.NODE_ENV ? (t3) => bo(e2, t3) : fe;
|
|
42
|
+
try {
|
|
43
|
+
for (no = 0; no < oo.length; no++) {
|
|
44
|
+
const e3 = oo[no];
|
|
45
|
+
if (e3 && !(8 & e3.flags)) {
|
|
46
|
+
if ("production" !== process.env.NODE_ENV && t2(e3)) continue;
|
|
47
|
+
4 & e3.flags && (e3.flags &= -2), eo(e3, e3.i, e3.i ? 15 : 14), 4 & e3.flags || (e3.flags &= -2);
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
} finally {
|
|
51
|
+
for (; no < oo.length; no++) {
|
|
52
|
+
const e3 = oo[no];
|
|
53
|
+
e3 && (e3.flags &= -2);
|
|
54
|
+
}
|
|
55
|
+
no = -1, oo.length = 0, ho(e2), uo = null, (oo.length || ao.length) && go(e2);
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
function bo(e2, t2) {
|
|
59
|
+
const l2 = e2.get(t2) || 0;
|
|
60
|
+
if (l2 > 100) {
|
|
61
|
+
const e3 = t2.i, l3 = e3 && Fs(e3.type);
|
|
62
|
+
return lo(`Maximum recursive updates exceeded${l3 ? ` in component <${l3}>` : ""}. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function.`, null, 10), true;
|
|
63
|
+
}
|
|
64
|
+
return e2.set(t2, l2 + 1), false;
|
|
65
|
+
}
|
|
66
|
+
let wo = false;
|
|
67
|
+
const _o = /* @__PURE__ */ new Map();
|
|
68
|
+
"production" !== process.env.NODE_ENV && (Ke().__VUE_HMR_RUNTIME__ = { createRecord: Co(Eo), rerender: Co(function(e2, t2) {
|
|
69
|
+
const l2 = Vo.get(e2);
|
|
70
|
+
if (!l2) return;
|
|
71
|
+
l2.initialDef.render = t2, [...l2.instances].forEach((e3) => {
|
|
72
|
+
t2 && (e3.render = t2, xo(e3.type).render = t2), e3.renderCache = [], wo = true, e3.update(), wo = false;
|
|
73
|
+
});
|
|
74
|
+
}), reload: Co(function(e2, t2) {
|
|
75
|
+
const l2 = Vo.get(e2);
|
|
76
|
+
if (!l2) return;
|
|
77
|
+
t2 = xo(t2), ko(l2.initialDef, t2);
|
|
78
|
+
const o2 = [...l2.instances];
|
|
79
|
+
for (let e3 = 0; e3 < o2.length; e3++) {
|
|
80
|
+
const n2 = o2[e3], a2 = xo(n2.type);
|
|
81
|
+
let s2 = _o.get(a2);
|
|
82
|
+
s2 || (a2 !== l2.initialDef && ko(a2, t2), _o.set(a2, s2 = /* @__PURE__ */ new Set())), s2.add(n2), n2.appContext.propsCache.delete(n2.type), n2.appContext.emitsCache.delete(n2.type), n2.appContext.optionsCache.delete(n2.type), n2.ceReload ? (s2.add(n2), n2.ceReload(t2.styles), s2.delete(n2)) : n2.parent ? po(() => {
|
|
83
|
+
wo = true, n2.parent.update(), wo = false, s2.delete(n2);
|
|
84
|
+
}) : n2.appContext.reload ? n2.appContext.reload() : "undefined" != typeof window && window.location.reload(), n2.root.ce && n2 !== n2.root && n2.root.ce._removeChildStyle(a2);
|
|
85
|
+
}
|
|
86
|
+
fo(() => {
|
|
87
|
+
_o.clear();
|
|
88
|
+
});
|
|
89
|
+
}) });
|
|
90
|
+
const Vo = /* @__PURE__ */ new Map();
|
|
91
|
+
function Eo(e2, t2) {
|
|
92
|
+
return !Vo.has(e2) && (Vo.set(e2, { initialDef: xo(t2), instances: /* @__PURE__ */ new Set() }), true);
|
|
93
|
+
}
|
|
94
|
+
function xo(e2) {
|
|
95
|
+
return Bs(e2) ? e2.__vccOpts : e2;
|
|
96
|
+
}
|
|
97
|
+
function ko(e2, t2) {
|
|
98
|
+
ge(e2, t2);
|
|
99
|
+
for (const l2 in e2) "__file" === l2 || l2 in t2 || delete e2[l2];
|
|
100
|
+
}
|
|
101
|
+
function Co(e2) {
|
|
102
|
+
return (t2, l2) => {
|
|
103
|
+
try {
|
|
104
|
+
return e2(t2, l2);
|
|
105
|
+
} catch (e3) {
|
|
106
|
+
console.error(e3);
|
|
107
|
+
}
|
|
108
|
+
};
|
|
109
|
+
}
|
|
110
|
+
let No, Oo = [], So = false;
|
|
111
|
+
function To(e2, ...t2) {
|
|
112
|
+
No ? No.emit(e2, ...t2) : So || Oo.push({ event: e2, args: t2 });
|
|
113
|
+
}
|
|
114
|
+
function Do(e2, t2) {
|
|
115
|
+
var l2, o2;
|
|
116
|
+
if (No = e2, No) No.enabled = true, Oo.forEach(({ event: e3, args: t3 }) => No.emit(e3, ...t3)), Oo = [];
|
|
117
|
+
else if ("undefined" != typeof window && window.HTMLElement && !(null == (o2 = null == (l2 = window.navigator) ? void 0 : l2.userAgent) ? void 0 : o2.includes("jsdom"))) {
|
|
118
|
+
(t2.__VUE_DEVTOOLS_HOOK_REPLAY__ = t2.__VUE_DEVTOOLS_HOOK_REPLAY__ || []).push((e3) => {
|
|
119
|
+
Do(e3, t2);
|
|
120
|
+
}), setTimeout(() => {
|
|
121
|
+
No || (t2.__VUE_DEVTOOLS_HOOK_REPLAY__ = null, So = true, Oo = []);
|
|
122
|
+
}, 3e3);
|
|
123
|
+
} else So = true, Oo = [];
|
|
124
|
+
}
|
|
125
|
+
const Ao = zo("component:added"), Uo = zo("component:updated"), Mo = zo("component:removed");
|
|
126
|
+
function zo(e2) {
|
|
127
|
+
return (t2) => {
|
|
128
|
+
To(e2, t2.appContext.app, t2.uid, t2.parent ? t2.parent.uid : void 0, t2);
|
|
129
|
+
};
|
|
130
|
+
}
|
|
131
|
+
const jo = Fo("perf:start"), Io = Fo("perf:end");
|
|
132
|
+
function Fo(e2) {
|
|
133
|
+
return (t2, l2, o2) => {
|
|
134
|
+
To(e2, t2.appContext.app, t2.uid, t2, l2, o2);
|
|
135
|
+
};
|
|
136
|
+
}
|
|
137
|
+
let Po = null, Bo = null;
|
|
138
|
+
function $o(e2) {
|
|
139
|
+
const t2 = Po;
|
|
140
|
+
return Po = e2, Bo = e2 && e2.type.__scopeId || null, t2;
|
|
141
|
+
}
|
|
142
|
+
function Lo(e2, t2 = Po, l2) {
|
|
143
|
+
if (!t2) return e2;
|
|
144
|
+
if (e2._n) return e2;
|
|
145
|
+
const o2 = (...l3) => {
|
|
146
|
+
o2._d && es(-1);
|
|
147
|
+
const n2 = $o(t2);
|
|
148
|
+
let a2;
|
|
149
|
+
try {
|
|
150
|
+
a2 = e2(...l3);
|
|
151
|
+
} finally {
|
|
152
|
+
$o(n2), o2._d && es(1);
|
|
153
|
+
}
|
|
154
|
+
return "production" !== process.env.NODE_ENV && Uo(t2), a2;
|
|
155
|
+
};
|
|
156
|
+
return o2._n = true, o2._c = true, o2._d = true, o2;
|
|
157
|
+
}
|
|
158
|
+
function Ro(e2) {
|
|
159
|
+
je(e2) && Ql("Do not use built-in directive ids as custom directive id: " + e2);
|
|
160
|
+
}
|
|
161
|
+
function qo(e2, t2) {
|
|
162
|
+
if (null === Po) return "production" !== process.env.NODE_ENV && Ql("withDirectives can only be used inside render functions."), e2;
|
|
163
|
+
const l2 = zs(Po), o2 = e2.dirs || (e2.dirs = []);
|
|
164
|
+
for (let e3 = 0; e3 < t2.length; e3++) {
|
|
165
|
+
let [n2, a2, s2, r2 = pe] = t2[e3];
|
|
166
|
+
n2 && (ke(n2) && (n2 = { mounted: n2, updated: n2 }), n2.deep && Hl(a2), o2.push({ dir: n2, instance: l2, value: a2, oldValue: void 0, arg: s2, modifiers: r2 }));
|
|
167
|
+
}
|
|
168
|
+
return e2;
|
|
169
|
+
}
|
|
170
|
+
function Ho(e2, t2, l2, o2) {
|
|
171
|
+
const n2 = e2.dirs, a2 = t2 && t2.dirs;
|
|
172
|
+
for (let s2 = 0; s2 < n2.length; s2++) {
|
|
173
|
+
const r2 = n2[s2];
|
|
174
|
+
a2 && (r2.oldValue = a2[s2].value);
|
|
175
|
+
let i2 = r2.dir[o2];
|
|
176
|
+
i2 && (Dt(), to(i2, l2, 8, [e2.el, r2, e2, t2]), At());
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
const Go = Symbol("_vte");
|
|
180
|
+
function Jo(e2, t2) {
|
|
181
|
+
6 & e2.shapeFlag && e2.component ? (e2.transition = t2, Jo(e2.component.subTree, t2)) : 128 & e2.shapeFlag ? (e2.ssContent.transition = t2.clone(e2.ssContent), e2.ssFallback.transition = t2.clone(e2.ssFallback)) : e2.transition = t2;
|
|
182
|
+
}
|
|
183
|
+
function Wo(e2, t2) {
|
|
184
|
+
return ke(e2) ? (() => ge({ name: e2.name }, t2, { setup: e2 }))() : e2;
|
|
185
|
+
}
|
|
186
|
+
function Ko(e2) {
|
|
187
|
+
e2.ids = [e2.ids[0] + e2.ids[2]++ + "-", 0, 0];
|
|
188
|
+
}
|
|
189
|
+
const Qo = /* @__PURE__ */ new WeakSet();
|
|
190
|
+
function Xo(e2, t2, l2, o2, n2 = false) {
|
|
191
|
+
if (Ve(e2)) return void e2.forEach((e3, a3) => Xo(e3, t2 && (Ve(t2) ? t2[a3] : t2), l2, o2, n2));
|
|
192
|
+
if (Zo(o2) && !n2) return void (512 & o2.shapeFlag && o2.type.__asyncResolved && o2.component.subTree.component && Xo(e2, t2, l2, o2.component.subTree));
|
|
193
|
+
const a2 = 4 & o2.shapeFlag ? zs(o2.component) : o2.el, s2 = n2 ? null : a2, { i: r2, r: i2 } = e2;
|
|
194
|
+
if ("production" !== process.env.NODE_ENV && !r2) return void Ql("Missing ref owner context. ref cannot be used on hoisted vnodes. A vnode with ref must be created inside the render function.");
|
|
195
|
+
const u2 = t2 && t2.r, c2 = r2.refs === pe ? r2.refs = {} : r2.refs, d2 = r2.setupState, p2 = Dl(d2), m2 = d2 === pe ? () => false : (e3) => ("production" === process.env.NODE_ENV || (_e(p2, e3) && !Ml(p2[e3]) && Ql(`Template ref "${e3}" used on a non-ref value. It will not work in the production build.`), !Qo.has(p2[e3]))) && _e(p2, e3);
|
|
196
|
+
if (null != u2 && u2 !== i2 && (Ce(u2) ? (c2[u2] = null, m2(u2) && (d2[u2] = null)) : Ml(u2) && (u2.value = null)), ke(i2)) eo(i2, r2, 12, [s2, c2]);
|
|
197
|
+
else {
|
|
198
|
+
const t3 = Ce(i2), o3 = Ml(i2);
|
|
199
|
+
if (t3 || o3) {
|
|
200
|
+
const r3 = () => {
|
|
201
|
+
if (e2.f) {
|
|
202
|
+
const l3 = t3 ? m2(i2) ? d2[i2] : c2[i2] : i2.value;
|
|
203
|
+
n2 ? Ve(l3) && be(l3, a2) : Ve(l3) ? l3.includes(a2) || l3.push(a2) : t3 ? (c2[i2] = [a2], m2(i2) && (d2[i2] = c2[i2])) : (i2.value = [a2], e2.k && (c2[e2.k] = i2.value));
|
|
204
|
+
} else t3 ? (c2[i2] = s2, m2(i2) && (d2[i2] = s2)) : o3 ? (i2.value = s2, e2.k && (c2[e2.k] = s2)) : "production" !== process.env.NODE_ENV && Ql("Invalid template ref type:", i2, `(${typeof i2})`);
|
|
205
|
+
};
|
|
206
|
+
s2 ? (r3.id = -1, ba(r3, l2)) : r3();
|
|
207
|
+
} else "production" !== process.env.NODE_ENV && Ql("Invalid template ref type:", i2, `(${typeof i2})`);
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
const Yo = (e2) => 8 === e2.nodeType;
|
|
211
|
+
Ke().requestIdleCallback, Ke().cancelIdleCallback;
|
|
212
|
+
const Zo = (e2) => !!e2.type.__asyncLoader;
|
|
213
|
+
function en(e2) {
|
|
214
|
+
ke(e2) && (e2 = { loader: e2 });
|
|
215
|
+
const { loader: t2, loadingComponent: l2, errorComponent: o2, delay: n2 = 200, hydrate: a2, timeout: s2, suspensible: r2 = true, onError: i2 } = e2;
|
|
216
|
+
let u2, c2 = null, d2 = 0;
|
|
217
|
+
const p2 = () => {
|
|
218
|
+
let e3;
|
|
219
|
+
return c2 || (e3 = c2 = t2().catch((e4) => {
|
|
220
|
+
if (e4 = e4 instanceof Error ? e4 : new Error(String(e4)), i2) return new Promise((t3, l3) => {
|
|
221
|
+
i2(e4, () => t3((d2++, c2 = null, p2())), () => l3(e4), d2 + 1);
|
|
222
|
+
});
|
|
223
|
+
throw e4;
|
|
224
|
+
}).then((t3) => {
|
|
225
|
+
if (e3 !== c2 && c2) return c2;
|
|
226
|
+
if ("production" === process.env.NODE_ENV || t3 || Ql("Async component loader resolved to undefined. If you are using retry(), make sure to return its return value."), t3 && (t3.__esModule || "Module" === t3[Symbol.toStringTag]) && (t3 = t3.default), "production" !== process.env.NODE_ENV && t3 && !Oe(t3) && !ke(t3)) throw new Error(`Invalid async component load result: ${t3}`);
|
|
227
|
+
return u2 = t3, t3;
|
|
228
|
+
}));
|
|
229
|
+
};
|
|
230
|
+
return Wo({ name: "AsyncComponentWrapper", __asyncLoader: p2, __asyncHydrate(e3, t3, l3) {
|
|
231
|
+
let o3 = false;
|
|
232
|
+
(t3.bu || (t3.bu = [])).push(() => o3 = true);
|
|
233
|
+
const n3 = () => {
|
|
234
|
+
o3 ? "production" !== process.env.NODE_ENV && Ql(`Skipping lazy hydration for component '${Fs(u2) || u2.__file}': it was updated before lazy hydration performed.`) : l3();
|
|
235
|
+
}, s3 = a2 ? () => {
|
|
236
|
+
const l4 = a2(n3, (t4) => function(e4, t5) {
|
|
237
|
+
if (Yo(e4) && "[" === e4.data) {
|
|
238
|
+
let l5 = 1, o4 = e4.nextSibling;
|
|
239
|
+
for (; o4; ) {
|
|
240
|
+
if (1 === o4.nodeType) {
|
|
241
|
+
if (false === t5(o4)) break;
|
|
242
|
+
} else if (Yo(o4)) if ("]" === o4.data) {
|
|
243
|
+
if (0 === --l5) break;
|
|
244
|
+
} else "[" === o4.data && l5++;
|
|
245
|
+
o4 = o4.nextSibling;
|
|
246
|
+
}
|
|
247
|
+
} else t5(e4);
|
|
248
|
+
}(e3, t4));
|
|
249
|
+
l4 && (t3.bum || (t3.bum = [])).push(l4);
|
|
250
|
+
} : n3;
|
|
251
|
+
u2 ? s3() : p2().then(() => !t3.isUnmounted && s3());
|
|
252
|
+
}, get __asyncResolved() {
|
|
253
|
+
return u2;
|
|
254
|
+
}, setup() {
|
|
255
|
+
const e3 = _s;
|
|
256
|
+
if (Ko(e3), u2) return () => tn(u2, e3);
|
|
257
|
+
const t3 = (t4) => {
|
|
258
|
+
c2 = null, lo(t4, e3, 13, !o2);
|
|
259
|
+
};
|
|
260
|
+
if (r2 && e3.suspense || Ts) return p2().then((t4) => () => tn(t4, e3)).catch((e4) => (t3(e4), () => o2 ? us(o2, { error: e4 }) : null));
|
|
261
|
+
const a3 = zl(false), i3 = zl(), d3 = zl(!!n2);
|
|
262
|
+
return n2 && setTimeout(() => {
|
|
263
|
+
d3.value = false;
|
|
264
|
+
}, n2), null != s2 && setTimeout(() => {
|
|
265
|
+
if (!a3.value && !i3.value) {
|
|
266
|
+
const e4 = new Error(`Async component timed out after ${s2}ms.`);
|
|
267
|
+
t3(e4), i3.value = e4;
|
|
268
|
+
}
|
|
269
|
+
}, s2), p2().then(() => {
|
|
270
|
+
a3.value = true, e3.parent && ln(e3.parent.vnode) && e3.parent.update();
|
|
271
|
+
}).catch((e4) => {
|
|
272
|
+
t3(e4), i3.value = e4;
|
|
273
|
+
}), () => a3.value && u2 ? tn(u2, e3) : i3.value && o2 ? us(o2, { error: i3.value }) : l2 && !d3.value ? us(l2) : void 0;
|
|
274
|
+
} });
|
|
275
|
+
}
|
|
276
|
+
function tn(e2, t2) {
|
|
277
|
+
const { ref: l2, props: o2, children: n2, ce: a2 } = t2.vnode, s2 = us(e2, o2, n2);
|
|
278
|
+
return s2.ref = l2, s2.ce = a2, delete t2.vnode.ce, s2;
|
|
279
|
+
}
|
|
280
|
+
const ln = (e2) => e2.type.__isKeepAlive;
|
|
281
|
+
function on(e2, t2) {
|
|
282
|
+
an(e2, "a", t2);
|
|
283
|
+
}
|
|
284
|
+
function nn(e2, t2) {
|
|
285
|
+
an(e2, "da", t2);
|
|
286
|
+
}
|
|
287
|
+
function an(e2, t2, l2 = _s) {
|
|
288
|
+
const o2 = e2.__wdc || (e2.__wdc = () => {
|
|
289
|
+
let t3 = l2;
|
|
290
|
+
for (; t3; ) {
|
|
291
|
+
if (t3.isDeactivated) return;
|
|
292
|
+
t3 = t3.parent;
|
|
293
|
+
}
|
|
294
|
+
return e2();
|
|
295
|
+
});
|
|
296
|
+
if (rn(t2, o2, l2), l2) {
|
|
297
|
+
let e3 = l2.parent;
|
|
298
|
+
for (; e3 && e3.parent; ) ln(e3.parent.vnode) && sn(o2, t2, l2, e3), e3 = e3.parent;
|
|
299
|
+
}
|
|
300
|
+
}
|
|
301
|
+
function sn(e2, t2, l2, o2) {
|
|
302
|
+
const n2 = rn(t2, e2, o2, true);
|
|
303
|
+
vn(() => {
|
|
304
|
+
be(o2[t2], n2);
|
|
305
|
+
}, l2);
|
|
306
|
+
}
|
|
307
|
+
function rn(e2, t2, l2 = _s, o2 = false) {
|
|
308
|
+
if (l2) {
|
|
309
|
+
const n2 = l2[e2] || (l2[e2] = []), a2 = t2.__weh || (t2.__weh = (...o3) => {
|
|
310
|
+
Dt();
|
|
311
|
+
const n3 = ks(l2), a3 = to(t2, l2, e2, o3);
|
|
312
|
+
return n3(), At(), a3;
|
|
313
|
+
});
|
|
314
|
+
return o2 ? n2.unshift(a2) : n2.push(a2), a2;
|
|
315
|
+
}
|
|
316
|
+
if ("production" !== process.env.NODE_ENV) {
|
|
317
|
+
Ql(`${Re(Zl[e2].replace(/ hook$/, ""))} is called when there is no active component instance to be associated with. Lifecycle injection APIs can only be used during execution of setup(). If you are using async setup(), make sure to register lifecycle hooks before the first await statement.`);
|
|
318
|
+
}
|
|
319
|
+
}
|
|
320
|
+
const un = (e2) => (t2, l2 = _s) => {
|
|
321
|
+
Ts && "sp" !== e2 || rn(e2, (...e3) => t2(...e3), l2);
|
|
322
|
+
}, cn = un("bm"), dn = un("m"), pn = un("bu"), mn = un("u"), fn = un("bum"), vn = un("um"), hn = un("sp"), yn = un("rtg"), gn = un("rtc");
|
|
323
|
+
function bn(e2, t2 = _s) {
|
|
324
|
+
rn("ec", e2, t2);
|
|
325
|
+
}
|
|
326
|
+
const wn = Symbol.for("v-ndc");
|
|
327
|
+
function _n(e2) {
|
|
328
|
+
return Ce(e2) ? function(e3, t2, l2 = true, o2 = false) {
|
|
329
|
+
const n2 = Po || _s;
|
|
330
|
+
if (n2) {
|
|
331
|
+
const a2 = n2.type;
|
|
332
|
+
{
|
|
333
|
+
const e4 = Fs(a2, false);
|
|
334
|
+
if (e4 && (e4 === t2 || e4 === Pe(t2) || e4 === Le(Pe(t2)))) return a2;
|
|
335
|
+
}
|
|
336
|
+
const s2 = Vn(n2[e3] || a2[e3], t2) || Vn(n2.appContext[e3], t2);
|
|
337
|
+
if (!s2 && o2) return a2;
|
|
338
|
+
if ("production" !== process.env.NODE_ENV && l2 && !s2) {
|
|
339
|
+
const l3 = "\nIf this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement.";
|
|
340
|
+
Ql(`Failed to resolve ${e3.slice(0, -1)}: ${t2}${l3}`);
|
|
341
|
+
}
|
|
342
|
+
return s2;
|
|
343
|
+
}
|
|
344
|
+
"production" !== process.env.NODE_ENV && Ql(`resolve${Le(e3.slice(0, -1))} can only be used in render() or setup().`);
|
|
345
|
+
}("components", e2, false) || e2 : e2 || wn;
|
|
346
|
+
}
|
|
347
|
+
function Vn(e2, t2) {
|
|
348
|
+
return e2 && (e2[t2] || e2[Pe(t2)] || e2[Le(Pe(t2))]);
|
|
349
|
+
}
|
|
350
|
+
function En(e2, t2, l2, o2) {
|
|
351
|
+
let n2;
|
|
352
|
+
const a2 = l2, s2 = Ve(e2);
|
|
353
|
+
if (s2 || Ce(e2)) {
|
|
354
|
+
let l3 = false, o3 = false;
|
|
355
|
+
s2 && Nl(e2) && (l3 = !Sl(e2), o3 = Ol(e2), e2 = Ht(e2)), n2 = new Array(e2.length);
|
|
356
|
+
for (let s3 = 0, r2 = e2.length; s3 < r2; s3++) n2[s3] = t2(l3 ? o3 ? Ul(Al(e2[s3])) : Al(e2[s3]) : e2[s3], s3, void 0, a2);
|
|
357
|
+
} else if ("number" == typeof e2) {
|
|
358
|
+
"production" === process.env.NODE_ENV || Number.isInteger(e2) || Ql(`The v-for range expect an integer value but got ${e2}.`), n2 = new Array(e2);
|
|
359
|
+
for (let l3 = 0; l3 < e2; l3++) n2[l3] = t2(l3 + 1, l3, void 0, a2);
|
|
360
|
+
} else if (Oe(e2)) if (e2[Symbol.iterator]) n2 = Array.from(e2, (e3, l3) => t2(e3, l3, void 0, a2));
|
|
361
|
+
else {
|
|
362
|
+
const l3 = Object.keys(e2);
|
|
363
|
+
n2 = new Array(l3.length);
|
|
364
|
+
for (let o3 = 0, s3 = l3.length; o3 < s3; o3++) {
|
|
365
|
+
const s4 = l3[o3];
|
|
366
|
+
n2[o3] = t2(e2[s4], s4, o3, a2);
|
|
367
|
+
}
|
|
368
|
+
}
|
|
369
|
+
else n2 = [];
|
|
370
|
+
return n2;
|
|
371
|
+
}
|
|
372
|
+
const xn = (e2) => e2 ? Ss(e2) ? zs(e2) : xn(e2.parent) : null, kn = ge(/* @__PURE__ */ Object.create(null), { $: (e2) => e2, $el: (e2) => e2.vnode.el, $data: (e2) => e2.data, $props: (e2) => "production" !== process.env.NODE_ENV ? kl(e2.props) : e2.props, $attrs: (e2) => "production" !== process.env.NODE_ENV ? kl(e2.attrs) : e2.attrs, $slots: (e2) => "production" !== process.env.NODE_ENV ? kl(e2.slots) : e2.slots, $refs: (e2) => "production" !== process.env.NODE_ENV ? kl(e2.refs) : e2.refs, $parent: (e2) => xn(e2.parent), $root: (e2) => xn(e2.root), $host: (e2) => e2.ce, $emit: (e2) => e2.emit, $options: (e2) => Mn(e2), $forceUpdate: (e2) => e2.f || (e2.f = () => {
|
|
373
|
+
po(e2.update);
|
|
374
|
+
}), $nextTick: (e2) => e2.n || (e2.n = co.bind(e2.proxy)), $watch: (e2) => Ta.bind(e2) }), Cn = (e2) => "_" === e2 || "$" === e2, Nn = (e2, t2) => e2 !== pe && !e2.__isScriptSetup && _e(e2, t2), On = { get({ _: e2 }, t2) {
|
|
375
|
+
if ("__v_skip" === t2) return true;
|
|
376
|
+
const { ctx: l2, setupState: o2, data: n2, props: a2, accessCache: s2, type: r2, appContext: i2 } = e2;
|
|
377
|
+
if ("production" !== process.env.NODE_ENV && "__isVue" === t2) return true;
|
|
378
|
+
let u2;
|
|
379
|
+
if ("$" !== t2[0]) {
|
|
380
|
+
const r3 = s2[t2];
|
|
381
|
+
if (void 0 !== r3) switch (r3) {
|
|
382
|
+
case 1:
|
|
383
|
+
return o2[t2];
|
|
384
|
+
case 2:
|
|
385
|
+
return n2[t2];
|
|
386
|
+
case 4:
|
|
387
|
+
return l2[t2];
|
|
388
|
+
case 3:
|
|
389
|
+
return a2[t2];
|
|
390
|
+
}
|
|
391
|
+
else {
|
|
392
|
+
if (Nn(o2, t2)) return s2[t2] = 1, o2[t2];
|
|
393
|
+
if (n2 !== pe && _e(n2, t2)) return s2[t2] = 2, n2[t2];
|
|
394
|
+
if ((u2 = e2.propsOptions[0]) && _e(u2, t2)) return s2[t2] = 3, a2[t2];
|
|
395
|
+
if (l2 !== pe && _e(l2, t2)) return s2[t2] = 4, l2[t2];
|
|
396
|
+
Tn && (s2[t2] = 0);
|
|
397
|
+
}
|
|
398
|
+
}
|
|
399
|
+
const c2 = kn[t2];
|
|
400
|
+
let d2, p2;
|
|
401
|
+
return c2 ? ("$attrs" === t2 ? (Lt(e2.attrs, "get", ""), "production" !== process.env.NODE_ENV && Ia()) : "production" !== process.env.NODE_ENV && "$slots" === t2 && Lt(e2, "get", t2), c2(e2)) : (d2 = r2.__cssModules) && (d2 = d2[t2]) ? d2 : l2 !== pe && _e(l2, t2) ? (s2[t2] = 4, l2[t2]) : (p2 = i2.config.globalProperties, _e(p2, t2) ? p2[t2] : void ("production" === process.env.NODE_ENV || !Po || Ce(t2) && 0 === t2.indexOf("__v") || (n2 !== pe && Cn(t2[0]) && _e(n2, t2) ? Ql(`Property ${JSON.stringify(t2)} must be accessed via $data because it starts with a reserved character ("$" or "_") and is not proxied on the render context.`) : e2 === Po && Ql(`Property ${JSON.stringify(t2)} was accessed during render but is not defined on instance.`))));
|
|
402
|
+
}, set({ _: e2 }, t2, l2) {
|
|
403
|
+
const { data: o2, setupState: n2, ctx: a2 } = e2;
|
|
404
|
+
return Nn(n2, t2) ? (n2[t2] = l2, true) : "production" !== process.env.NODE_ENV && n2.__isScriptSetup && _e(n2, t2) ? (Ql(`Cannot mutate <script setup> binding "${t2}" from Options API.`), false) : o2 !== pe && _e(o2, t2) ? (o2[t2] = l2, true) : _e(e2.props, t2) ? ("production" !== process.env.NODE_ENV && Ql(`Attempting to mutate prop "${t2}". Props are readonly.`), false) : "$" === t2[0] && t2.slice(1) in e2 ? ("production" !== process.env.NODE_ENV && Ql(`Attempting to mutate public property "${t2}". Properties starting with $ are reserved and readonly.`), false) : ("production" !== process.env.NODE_ENV && t2 in e2.appContext.config.globalProperties ? Object.defineProperty(a2, t2, { enumerable: true, configurable: true, value: l2 }) : a2[t2] = l2, true);
|
|
405
|
+
}, has({ _: { data: e2, setupState: t2, accessCache: l2, ctx: o2, appContext: n2, propsOptions: a2 } }, s2) {
|
|
406
|
+
let r2;
|
|
407
|
+
return !!l2[s2] || e2 !== pe && _e(e2, s2) || Nn(t2, s2) || (r2 = a2[0]) && _e(r2, s2) || _e(o2, s2) || _e(kn, s2) || _e(n2.config.globalProperties, s2);
|
|
408
|
+
}, defineProperty(e2, t2, l2) {
|
|
409
|
+
return null != l2.get ? e2._.accessCache[t2] = 0 : _e(l2, "value") && this.set(e2, t2, l2.value, null), Reflect.defineProperty(e2, t2, l2);
|
|
410
|
+
} };
|
|
411
|
+
function Sn(e2) {
|
|
412
|
+
return Ve(e2) ? e2.reduce((e3, t2) => (e3[t2] = null, e3), {}) : e2;
|
|
413
|
+
}
|
|
414
|
+
"production" !== process.env.NODE_ENV && (On.ownKeys = (e2) => (Ql("Avoid app logic that relies on enumerating keys on a component instance. The keys will be empty in production mode to avoid performance overhead."), Reflect.ownKeys(e2)));
|
|
415
|
+
let Tn = true;
|
|
416
|
+
function Dn(e2) {
|
|
417
|
+
const t2 = Mn(e2), l2 = e2.proxy, o2 = e2.ctx;
|
|
418
|
+
Tn = false, t2.beforeCreate && An(t2.beforeCreate, e2, "bc");
|
|
419
|
+
const { data: n2, computed: a2, methods: s2, watch: r2, provide: i2, inject: u2, created: c2, beforeMount: d2, mounted: p2, beforeUpdate: m2, updated: f2, activated: v2, deactivated: h2, beforeDestroy: y2, beforeUnmount: g2, destroyed: b2, unmounted: w2, render: _2, renderTracked: V2, renderTriggered: E2, errorCaptured: x2, serverPrefetch: k2, expose: C2, inheritAttrs: N2, components: O2, directives: S2, filters: T2 } = t2, D2 = "production" !== process.env.NODE_ENV ? /* @__PURE__ */ function() {
|
|
420
|
+
const e3 = /* @__PURE__ */ Object.create(null);
|
|
421
|
+
return (t3, l3) => {
|
|
422
|
+
e3[l3] ? Ql(`${t3} property "${l3}" is already defined in ${e3[l3]}.`) : e3[l3] = t3;
|
|
423
|
+
};
|
|
424
|
+
}() : null;
|
|
425
|
+
if ("production" !== process.env.NODE_ENV) {
|
|
426
|
+
const [t3] = e2.propsOptions;
|
|
427
|
+
if (t3) for (const e3 in t3) D2("Props", e3);
|
|
428
|
+
}
|
|
429
|
+
if (u2 && function(e3, t3, l3 = fe) {
|
|
430
|
+
Ve(e3) && (e3 = Fn(e3));
|
|
431
|
+
for (const o3 in e3) {
|
|
432
|
+
const n3 = e3[o3];
|
|
433
|
+
let a3;
|
|
434
|
+
a3 = Oe(n3) ? "default" in n3 ? Gn(n3.from || o3, n3.default, true) : Gn(n3.from || o3) : Gn(n3), Ml(a3) ? Object.defineProperty(t3, o3, { enumerable: true, configurable: true, get: () => a3.value, set: (e4) => a3.value = e4 }) : t3[o3] = a3, "production" !== process.env.NODE_ENV && l3("Inject", o3);
|
|
435
|
+
}
|
|
436
|
+
}(u2, o2, D2), s2) for (const e3 in s2) {
|
|
437
|
+
const t3 = s2[e3];
|
|
438
|
+
ke(t3) ? ("production" !== process.env.NODE_ENV ? Object.defineProperty(o2, e3, { value: t3.bind(l2), configurable: true, enumerable: true, writable: true }) : o2[e3] = t3.bind(l2), "production" !== process.env.NODE_ENV && D2("Methods", e3)) : "production" !== process.env.NODE_ENV && Ql(`Method "${e3}" has type "${typeof t3}" in the component definition. Did you reference the function correctly?`);
|
|
439
|
+
}
|
|
440
|
+
if (n2) {
|
|
441
|
+
"production" === process.env.NODE_ENV || ke(n2) || Ql("The data option must be a function. Plain object usage is no longer supported.");
|
|
442
|
+
const t3 = n2.call(l2, l2);
|
|
443
|
+
if ("production" !== process.env.NODE_ENV && Se(t3) && Ql("data() returned a Promise - note data() cannot be async; If you intend to perform data fetching before component renders, use async setup() + <Suspense>."), Oe(t3)) {
|
|
444
|
+
if (e2.data = El(t3), "production" !== process.env.NODE_ENV) for (const e3 in t3) D2("Data", e3), Cn(e3[0]) || Object.defineProperty(o2, e3, { configurable: true, enumerable: true, get: () => t3[e3], set: fe });
|
|
445
|
+
} else "production" !== process.env.NODE_ENV && Ql("data() should return an object.");
|
|
446
|
+
}
|
|
447
|
+
if (Tn = true, a2) for (const e3 in a2) {
|
|
448
|
+
const t3 = a2[e3], n3 = ke(t3) ? t3.bind(l2, l2) : ke(t3.get) ? t3.get.bind(l2, l2) : fe;
|
|
449
|
+
"production" !== process.env.NODE_ENV && n3 === fe && Ql(`Computed property "${e3}" has no getter.`);
|
|
450
|
+
const s3 = !ke(t3) && ke(t3.set) ? t3.set.bind(l2) : "production" !== process.env.NODE_ENV ? () => {
|
|
451
|
+
Ql(`Write operation failed: computed property "${e3}" is readonly.`);
|
|
452
|
+
} : fe, r3 = $s({ get: n3, set: s3 });
|
|
453
|
+
Object.defineProperty(o2, e3, { enumerable: true, configurable: true, get: () => r3.value, set: (e4) => r3.value = e4 }), "production" !== process.env.NODE_ENV && D2("Computed", e3);
|
|
454
|
+
}
|
|
455
|
+
if (r2) for (const e3 in r2) Un(r2[e3], o2, l2, e3);
|
|
456
|
+
if (i2) {
|
|
457
|
+
const e3 = ke(i2) ? i2.call(l2) : i2;
|
|
458
|
+
Reflect.ownKeys(e3).forEach((t3) => {
|
|
459
|
+
!function(e4, t4) {
|
|
460
|
+
if (_s) {
|
|
461
|
+
let l3 = _s.provides;
|
|
462
|
+
const o3 = _s.parent && _s.parent.provides;
|
|
463
|
+
o3 === l3 && (l3 = _s.provides = Object.create(o3)), l3[e4] = t4;
|
|
464
|
+
} else "production" !== process.env.NODE_ENV && Ql("provide() can only be used inside setup().");
|
|
465
|
+
}(t3, e3[t3]);
|
|
466
|
+
});
|
|
467
|
+
}
|
|
468
|
+
function A2(e3, t3) {
|
|
469
|
+
Ve(t3) ? t3.forEach((t4) => e3(t4.bind(l2))) : t3 && e3(t3.bind(l2));
|
|
470
|
+
}
|
|
471
|
+
if (c2 && An(c2, e2, "c"), A2(cn, d2), A2(dn, p2), A2(pn, m2), A2(mn, f2), A2(on, v2), A2(nn, h2), A2(bn, x2), A2(gn, V2), A2(yn, E2), A2(fn, g2), A2(vn, w2), A2(hn, k2), Ve(C2)) if (C2.length) {
|
|
472
|
+
const t3 = e2.exposed || (e2.exposed = {});
|
|
473
|
+
C2.forEach((e3) => {
|
|
474
|
+
Object.defineProperty(t3, e3, { get: () => l2[e3], set: (t4) => l2[e3] = t4, enumerable: true });
|
|
475
|
+
});
|
|
476
|
+
} else e2.exposed || (e2.exposed = {});
|
|
477
|
+
_2 && e2.render === fe && (e2.render = _2), null != N2 && (e2.inheritAttrs = N2), O2 && (e2.components = O2), S2 && (e2.directives = S2), k2 && Ko(e2);
|
|
478
|
+
}
|
|
479
|
+
function An(e2, t2, l2) {
|
|
480
|
+
to(Ve(e2) ? e2.map((e3) => e3.bind(t2.proxy)) : e2.bind(t2.proxy), t2, l2);
|
|
481
|
+
}
|
|
482
|
+
function Un(e2, t2, l2, o2) {
|
|
483
|
+
let n2 = o2.includes(".") ? Da(l2, o2) : () => l2[o2];
|
|
484
|
+
if (Ce(e2)) {
|
|
485
|
+
const l3 = t2[e2];
|
|
486
|
+
ke(l3) ? Oa(n2, l3) : "production" !== process.env.NODE_ENV && Ql(`Invalid watch handler specified by key "${e2}"`, l3);
|
|
487
|
+
} else if (ke(e2)) Oa(n2, e2.bind(l2));
|
|
488
|
+
else if (Oe(e2)) if (Ve(e2)) e2.forEach((e3) => Un(e3, t2, l2, o2));
|
|
489
|
+
else {
|
|
490
|
+
const o3 = ke(e2.handler) ? e2.handler.bind(l2) : t2[e2.handler];
|
|
491
|
+
ke(o3) ? Oa(n2, o3, e2) : "production" !== process.env.NODE_ENV && Ql(`Invalid watch handler specified by key "${e2.handler}"`, o3);
|
|
492
|
+
}
|
|
493
|
+
else "production" !== process.env.NODE_ENV && Ql(`Invalid watch option: "${o2}"`, e2);
|
|
494
|
+
}
|
|
495
|
+
function Mn(e2) {
|
|
496
|
+
const t2 = e2.type, { mixins: l2, extends: o2 } = t2, { mixins: n2, optionsCache: a2, config: { optionMergeStrategies: s2 } } = e2.appContext, r2 = a2.get(t2);
|
|
497
|
+
let i2;
|
|
498
|
+
return r2 ? i2 = r2 : n2.length || l2 || o2 ? (i2 = {}, n2.length && n2.forEach((e3) => zn(i2, e3, s2, true)), zn(i2, t2, s2)) : i2 = t2, Oe(t2) && a2.set(t2, i2), i2;
|
|
499
|
+
}
|
|
500
|
+
function zn(e2, t2, l2, o2 = false) {
|
|
501
|
+
const { mixins: n2, extends: a2 } = t2;
|
|
502
|
+
a2 && zn(e2, a2, l2, true), n2 && n2.forEach((t3) => zn(e2, t3, l2, true));
|
|
503
|
+
for (const n3 in t2) if (o2 && "expose" === n3) "production" !== process.env.NODE_ENV && Ql('"expose" option is ignored when declared in mixins or extends. It should only be declared in the base component itself.');
|
|
504
|
+
else {
|
|
505
|
+
const o3 = jn[n3] || l2 && l2[n3];
|
|
506
|
+
e2[n3] = o3 ? o3(e2[n3], t2[n3]) : t2[n3];
|
|
507
|
+
}
|
|
508
|
+
return e2;
|
|
509
|
+
}
|
|
510
|
+
const jn = { data: In, props: $n, emits: $n, methods: Bn, computed: Bn, beforeCreate: Pn, created: Pn, beforeMount: Pn, mounted: Pn, beforeUpdate: Pn, updated: Pn, beforeDestroy: Pn, beforeUnmount: Pn, destroyed: Pn, unmounted: Pn, activated: Pn, deactivated: Pn, errorCaptured: Pn, serverPrefetch: Pn, components: Bn, directives: Bn, watch: function(e2, t2) {
|
|
511
|
+
if (!e2) return t2;
|
|
512
|
+
if (!t2) return e2;
|
|
513
|
+
const l2 = ge(/* @__PURE__ */ Object.create(null), e2);
|
|
514
|
+
for (const o2 in t2) l2[o2] = Pn(e2[o2], t2[o2]);
|
|
515
|
+
return l2;
|
|
516
|
+
}, provide: In, inject: function(e2, t2) {
|
|
517
|
+
return Bn(Fn(e2), Fn(t2));
|
|
518
|
+
} };
|
|
519
|
+
function In(e2, t2) {
|
|
520
|
+
return t2 ? e2 ? function() {
|
|
521
|
+
return ge(ke(e2) ? e2.call(this, this) : e2, ke(t2) ? t2.call(this, this) : t2);
|
|
522
|
+
} : t2 : e2;
|
|
523
|
+
}
|
|
524
|
+
function Fn(e2) {
|
|
525
|
+
if (Ve(e2)) {
|
|
526
|
+
const t2 = {};
|
|
527
|
+
for (let l2 = 0; l2 < e2.length; l2++) t2[e2[l2]] = e2[l2];
|
|
528
|
+
return t2;
|
|
529
|
+
}
|
|
530
|
+
return e2;
|
|
531
|
+
}
|
|
532
|
+
function Pn(e2, t2) {
|
|
533
|
+
return e2 ? [...new Set([].concat(e2, t2))] : t2;
|
|
534
|
+
}
|
|
535
|
+
function Bn(e2, t2) {
|
|
536
|
+
return e2 ? ge(/* @__PURE__ */ Object.create(null), e2, t2) : t2;
|
|
537
|
+
}
|
|
538
|
+
function $n(e2, t2) {
|
|
539
|
+
return e2 ? Ve(e2) && Ve(t2) ? [.../* @__PURE__ */ new Set([...e2, ...t2])] : ge(/* @__PURE__ */ Object.create(null), Sn(e2), Sn(null != t2 ? t2 : {})) : t2;
|
|
540
|
+
}
|
|
541
|
+
function Ln() {
|
|
542
|
+
return { app: null, config: { isNativeTag: ve, performance: false, globalProperties: {}, optionMergeStrategies: {}, errorHandler: void 0, warnHandler: void 0, compilerOptions: {} }, mixins: [], components: {}, directives: {}, provides: /* @__PURE__ */ Object.create(null), optionsCache: /* @__PURE__ */ new WeakMap(), propsCache: /* @__PURE__ */ new WeakMap(), emitsCache: /* @__PURE__ */ new WeakMap() };
|
|
543
|
+
}
|
|
544
|
+
let Rn = 0;
|
|
545
|
+
function qn(e2, t2) {
|
|
546
|
+
return function(t3, l2 = null) {
|
|
547
|
+
ke(t3) || (t3 = ge({}, t3)), null == l2 || Oe(l2) || ("production" !== process.env.NODE_ENV && Ql("root props passed to app.mount() must be an object."), l2 = null);
|
|
548
|
+
const o2 = Ln(), n2 = /* @__PURE__ */ new WeakSet(), a2 = [];
|
|
549
|
+
let s2 = false;
|
|
550
|
+
const r2 = o2.app = { _uid: Rn++, _component: t3, _props: l2, _container: null, _context: o2, _instance: null, version: Rs, get config() {
|
|
551
|
+
return o2.config;
|
|
552
|
+
}, set config(e3) {
|
|
553
|
+
"production" !== process.env.NODE_ENV && Ql("app.config cannot be replaced. Modify individual options instead.");
|
|
554
|
+
}, use: (e3, ...t4) => (n2.has(e3) ? "production" !== process.env.NODE_ENV && Ql("Plugin has already been applied to target app.") : e3 && ke(e3.install) ? (n2.add(e3), e3.install(r2, ...t4)) : ke(e3) ? (n2.add(e3), e3(r2, ...t4)) : "production" !== process.env.NODE_ENV && Ql('A plugin must either be a function or an object with an "install" function.'), r2), mixin: (e3) => (o2.mixins.includes(e3) ? "production" !== process.env.NODE_ENV && Ql("Mixin has already been applied to target app" + (e3.name ? `: ${e3.name}` : "")) : o2.mixins.push(e3), r2), component: (e3, t4) => ("production" !== process.env.NODE_ENV && Os(e3, o2.config), t4 ? ("production" !== process.env.NODE_ENV && o2.components[e3] && Ql(`Component "${e3}" has already been registered in target app.`), o2.components[e3] = t4, r2) : o2.components[e3]), directive: (e3, t4) => ("production" !== process.env.NODE_ENV && Ro(e3), t4 ? ("production" !== process.env.NODE_ENV && o2.directives[e3] && Ql(`Directive "${e3}" has already been registered in target app.`), o2.directives[e3] = t4, r2) : o2.directives[e3]), mount(n3, a3, i2) {
|
|
555
|
+
if (!s2) {
|
|
556
|
+
"production" !== process.env.NODE_ENV && n3.__vue_app__ && Ql("There is already an app instance mounted on the host container.\n If you want to mount another app on the same host container, you need to unmount the previous app by calling `app.unmount()` first.");
|
|
557
|
+
const a4 = r2._ceVNode || us(t3, l2);
|
|
558
|
+
return a4.appContext = o2, true === i2 ? i2 = "svg" : false === i2 && (i2 = void 0), "production" !== process.env.NODE_ENV && (o2.reload = () => {
|
|
559
|
+
const t4 = ds(a4);
|
|
560
|
+
t4.el = null, e2(t4, n3, i2);
|
|
561
|
+
}), e2(a4, n3, i2), s2 = true, r2._container = n3, n3.__vue_app__ = r2, "production" !== process.env.NODE_ENV && (r2._instance = a4.component, function(e3, t4) {
|
|
562
|
+
To("app:init", e3, t4, { Fragment: Ga, Text: Ja, Comment: Wa, Static: Ka });
|
|
563
|
+
}(r2, Rs)), zs(a4.component);
|
|
564
|
+
}
|
|
565
|
+
"production" !== process.env.NODE_ENV && Ql("App has already been mounted.\nIf you want to remount the same app, move your app creation logic into a factory function and create fresh app instances for each mount - e.g. `const createMyApp = () => createApp(App)`");
|
|
566
|
+
}, onUnmount(e3) {
|
|
567
|
+
"production" !== process.env.NODE_ENV && "function" != typeof e3 && Ql("Expected function as first argument to app.onUnmount(), but got " + typeof e3), a2.push(e3);
|
|
568
|
+
}, unmount() {
|
|
569
|
+
s2 ? (to(a2, r2._instance, 16), e2(null, r2._container), "production" !== process.env.NODE_ENV && (r2._instance = null, function(e3) {
|
|
570
|
+
To("app:unmount", e3);
|
|
571
|
+
}(r2)), delete r2._container.__vue_app__) : "production" !== process.env.NODE_ENV && Ql("Cannot unmount an app that is not mounted.");
|
|
572
|
+
}, provide: (e3, t4) => ("production" !== process.env.NODE_ENV && e3 in o2.provides && (_e(o2.provides, e3) ? Ql(`App already provides property with key "${String(e3)}". It will be overwritten with the new value.`) : Ql(`App already provides property with key "${String(e3)}" inherited from its parent element. It will be overwritten with the new value.`)), o2.provides[e3] = t4, r2), runWithContext(e3) {
|
|
573
|
+
const t4 = Hn;
|
|
574
|
+
Hn = r2;
|
|
575
|
+
try {
|
|
576
|
+
return e3();
|
|
577
|
+
} finally {
|
|
578
|
+
Hn = t4;
|
|
579
|
+
}
|
|
580
|
+
} };
|
|
581
|
+
return r2;
|
|
582
|
+
};
|
|
583
|
+
}
|
|
584
|
+
let Hn = null;
|
|
585
|
+
function Gn(e2, t2, l2 = false) {
|
|
586
|
+
const o2 = Vs();
|
|
587
|
+
if (o2 || Hn) {
|
|
588
|
+
let n2 = Hn ? Hn._context.provides : o2 ? null == o2.parent || o2.ce ? o2.vnode.appContext && o2.vnode.appContext.provides : o2.parent.provides : void 0;
|
|
589
|
+
if (n2 && e2 in n2) return n2[e2];
|
|
590
|
+
if (arguments.length > 1) return l2 && ke(t2) ? t2.call(o2 && o2.proxy) : t2;
|
|
591
|
+
"production" !== process.env.NODE_ENV && Ql(`injection "${String(e2)}" not found.`);
|
|
592
|
+
} else "production" !== process.env.NODE_ENV && Ql("inject() can only be used inside setup() or functional components.");
|
|
593
|
+
}
|
|
594
|
+
const Jn = {}, Wn = () => Object.create(Jn), Kn = (e2) => Object.getPrototypeOf(e2) === Jn;
|
|
595
|
+
function Qn(e2, t2, l2, o2 = false) {
|
|
596
|
+
const n2 = {}, a2 = Wn();
|
|
597
|
+
e2.propsDefaults = /* @__PURE__ */ Object.create(null), Xn(e2, t2, n2, a2);
|
|
598
|
+
for (const t3 in e2.propsOptions[0]) t3 in n2 || (n2[t3] = void 0);
|
|
599
|
+
"production" !== process.env.NODE_ENV && la(t2 || {}, n2, e2), l2 ? e2.props = o2 ? n2 : Cl(n2, false, rl, vl, wl) : e2.type.props ? e2.props = n2 : e2.props = a2, e2.attrs = a2;
|
|
600
|
+
}
|
|
601
|
+
function Xn(e2, t2, l2, o2) {
|
|
602
|
+
const [n2, a2] = e2.propsOptions;
|
|
603
|
+
let s2, r2 = false;
|
|
604
|
+
if (t2) for (let i2 in t2) {
|
|
605
|
+
if (ze(i2)) continue;
|
|
606
|
+
const u2 = t2[i2];
|
|
607
|
+
let c2;
|
|
608
|
+
n2 && _e(n2, c2 = Pe(i2)) ? a2 && a2.includes(c2) ? (s2 || (s2 = {}))[c2] = u2 : l2[c2] = u2 : za(e2.emitsOptions, i2) || i2 in o2 && u2 === o2[i2] || (o2[i2] = u2, r2 = true);
|
|
609
|
+
}
|
|
610
|
+
if (a2) {
|
|
611
|
+
const t3 = Dl(l2), o3 = s2 || pe;
|
|
612
|
+
for (let s3 = 0; s3 < a2.length; s3++) {
|
|
613
|
+
const r3 = a2[s3];
|
|
614
|
+
l2[r3] = Yn(n2, t3, r3, o3[r3], e2, !_e(o3, r3));
|
|
615
|
+
}
|
|
616
|
+
}
|
|
617
|
+
return r2;
|
|
618
|
+
}
|
|
619
|
+
function Yn(e2, t2, l2, o2, n2, a2) {
|
|
620
|
+
const s2 = e2[l2];
|
|
621
|
+
if (null != s2) {
|
|
622
|
+
const e3 = _e(s2, "default");
|
|
623
|
+
if (e3 && void 0 === o2) {
|
|
624
|
+
const e4 = s2.default;
|
|
625
|
+
if (s2.type !== Function && !s2.skipFactory && ke(e4)) {
|
|
626
|
+
const { propsDefaults: a3 } = n2;
|
|
627
|
+
if (l2 in a3) o2 = a3[l2];
|
|
628
|
+
else {
|
|
629
|
+
const s3 = ks(n2);
|
|
630
|
+
o2 = a3[l2] = e4.call(null, t2), s3();
|
|
631
|
+
}
|
|
632
|
+
} else o2 = e4;
|
|
633
|
+
n2.ce && n2.ce._setProp(l2, o2);
|
|
634
|
+
}
|
|
635
|
+
s2[0] && (a2 && !e3 ? o2 = false : !s2[1] || "" !== o2 && o2 !== $e(l2) || (o2 = true));
|
|
636
|
+
}
|
|
637
|
+
return o2;
|
|
638
|
+
}
|
|
639
|
+
const Zn = /* @__PURE__ */ new WeakMap();
|
|
640
|
+
function ea(e2, t2, l2 = false) {
|
|
641
|
+
const o2 = l2 ? Zn : t2.propsCache, n2 = o2.get(e2);
|
|
642
|
+
if (n2) return n2;
|
|
643
|
+
const a2 = e2.props, s2 = {}, r2 = [];
|
|
644
|
+
let i2 = false;
|
|
645
|
+
if (!ke(e2)) {
|
|
646
|
+
const o3 = (e3) => {
|
|
647
|
+
i2 = true;
|
|
648
|
+
const [l3, o4] = ea(e3, t2, true);
|
|
649
|
+
ge(s2, l3), o4 && r2.push(...o4);
|
|
650
|
+
};
|
|
651
|
+
!l2 && t2.mixins.length && t2.mixins.forEach(o3), e2.extends && o3(e2.extends), e2.mixins && e2.mixins.forEach(o3);
|
|
652
|
+
}
|
|
653
|
+
if (!a2 && !i2) return Oe(e2) && o2.set(e2, me), me;
|
|
654
|
+
if (Ve(a2)) for (let e3 = 0; e3 < a2.length; e3++) {
|
|
655
|
+
"production" === process.env.NODE_ENV || Ce(a2[e3]) || Ql("props must be strings when using array syntax.", a2[e3]);
|
|
656
|
+
const t3 = Pe(a2[e3]);
|
|
657
|
+
ta(t3) && (s2[t3] = pe);
|
|
658
|
+
}
|
|
659
|
+
else if (a2) {
|
|
660
|
+
"production" === process.env.NODE_ENV || Oe(a2) || Ql("invalid props options", a2);
|
|
661
|
+
for (const e3 in a2) {
|
|
662
|
+
const t3 = Pe(e3);
|
|
663
|
+
if (ta(t3)) {
|
|
664
|
+
const l3 = a2[e3], o3 = s2[t3] = Ve(l3) || ke(l3) ? { type: l3 } : ge({}, l3), n3 = o3.type;
|
|
665
|
+
let i3 = false, u3 = true;
|
|
666
|
+
if (Ve(n3)) for (let e4 = 0; e4 < n3.length; ++e4) {
|
|
667
|
+
const t4 = n3[e4], l4 = ke(t4) && t4.name;
|
|
668
|
+
if ("Boolean" === l4) {
|
|
669
|
+
i3 = true;
|
|
670
|
+
break;
|
|
671
|
+
}
|
|
672
|
+
"String" === l4 && (u3 = false);
|
|
673
|
+
}
|
|
674
|
+
else i3 = ke(n3) && "Boolean" === n3.name;
|
|
675
|
+
o3[0] = i3, o3[1] = u3, (i3 || _e(o3, "default")) && r2.push(t3);
|
|
676
|
+
}
|
|
677
|
+
}
|
|
678
|
+
}
|
|
679
|
+
const u2 = [s2, r2];
|
|
680
|
+
return Oe(e2) && o2.set(e2, u2), u2;
|
|
681
|
+
}
|
|
682
|
+
function ta(e2) {
|
|
683
|
+
return "$" !== e2[0] && !ze(e2) || ("production" !== process.env.NODE_ENV && Ql(`Invalid prop name: "${e2}" is a reserved property.`), false);
|
|
684
|
+
}
|
|
685
|
+
function la(e2, t2, l2) {
|
|
686
|
+
const o2 = Dl(t2), n2 = l2.propsOptions[0], a2 = Object.keys(e2).map((e3) => Pe(e3));
|
|
687
|
+
for (const e3 in n2) {
|
|
688
|
+
let t3 = n2[e3];
|
|
689
|
+
null != t3 && oa(e3, o2[e3], t3, "production" !== process.env.NODE_ENV ? kl(o2) : o2, !a2.includes(e3));
|
|
690
|
+
}
|
|
691
|
+
}
|
|
692
|
+
function oa(e2, t2, l2, o2, n2) {
|
|
693
|
+
const { type: a2, required: s2, validator: r2, skipCheck: i2 } = l2;
|
|
694
|
+
if (s2 && n2) Ql('Missing required prop: "' + e2 + '"');
|
|
695
|
+
else if (null != t2 || s2) {
|
|
696
|
+
if (null != a2 && true !== a2 && !i2) {
|
|
697
|
+
let l3 = false;
|
|
698
|
+
const o3 = Ve(a2) ? a2 : [a2], n3 = [];
|
|
699
|
+
for (let e3 = 0; e3 < o3.length && !l3; e3++) {
|
|
700
|
+
const { valid: a3, expectedType: s3 } = aa(t2, o3[e3]);
|
|
701
|
+
n3.push(s3 || ""), l3 = a3;
|
|
702
|
+
}
|
|
703
|
+
if (!l3) return void Ql(function(e3, t3, l4) {
|
|
704
|
+
if (0 === l4.length) return `Prop type [] for prop "${e3}" won't match anything. Did you mean to use type Array instead?`;
|
|
705
|
+
let o4 = `Invalid prop: type check failed for prop "${e3}". Expected ${l4.map(Le).join(" | ")}`;
|
|
706
|
+
const n4 = l4[0], a3 = Ae(t3), s3 = sa(t3, n4), r3 = sa(t3, a3);
|
|
707
|
+
1 === l4.length && ra(n4) && !function(...e4) {
|
|
708
|
+
return e4.some((e5) => "boolean" === e5.toLowerCase());
|
|
709
|
+
}(n4, a3) && (o4 += ` with value ${s3}`);
|
|
710
|
+
o4 += `, got ${a3} `, ra(a3) && (o4 += `with value ${r3}.`);
|
|
711
|
+
return o4;
|
|
712
|
+
}(e2, t2, n3));
|
|
713
|
+
}
|
|
714
|
+
r2 && !r2(t2, o2) && Ql('Invalid prop: custom validator check failed for prop "' + e2 + '".');
|
|
715
|
+
}
|
|
716
|
+
}
|
|
717
|
+
const na = de("String,Number,Boolean,Function,Symbol,BigInt");
|
|
718
|
+
function aa(e2, t2) {
|
|
719
|
+
let l2;
|
|
720
|
+
const o2 = function(e3) {
|
|
721
|
+
if (null === e3) return "null";
|
|
722
|
+
if ("function" == typeof e3) return e3.name || "";
|
|
723
|
+
if ("object" == typeof e3) return e3.constructor && e3.constructor.name || "";
|
|
724
|
+
return "";
|
|
725
|
+
}(t2);
|
|
726
|
+
if ("null" === o2) l2 = null === e2;
|
|
727
|
+
else if (na(o2)) {
|
|
728
|
+
const n2 = typeof e2;
|
|
729
|
+
l2 = n2 === o2.toLowerCase(), l2 || "object" !== n2 || (l2 = e2 instanceof t2);
|
|
730
|
+
} else l2 = "Object" === o2 ? Oe(e2) : "Array" === o2 ? Ve(e2) : e2 instanceof t2;
|
|
731
|
+
return { valid: l2, expectedType: o2 };
|
|
732
|
+
}
|
|
733
|
+
function sa(e2, t2) {
|
|
734
|
+
return "String" === t2 ? `"${e2}"` : "Number" === t2 ? `${Number(e2)}` : `${e2}`;
|
|
735
|
+
}
|
|
736
|
+
function ra(e2) {
|
|
737
|
+
return ["string", "number", "boolean"].some((t2) => e2.toLowerCase() === t2);
|
|
738
|
+
}
|
|
739
|
+
const ia = (e2) => "_" === e2 || "__" === e2 || "_ctx" === e2 || "$stable" === e2, ua = (e2) => Ve(e2) ? e2.map(vs) : [vs(e2)], ca = (e2, t2, l2) => {
|
|
740
|
+
if (t2._n) return t2;
|
|
741
|
+
const o2 = Lo((...o3) => ("production" === process.env.NODE_ENV || !_s || null === l2 && Po || l2 && l2.root !== _s.root || Ql(`Slot "${e2}" invoked outside of the render function: this will not track dependencies used in the slot. Invoke the slot function inside the render function instead.`), ua(t2(...o3))), l2);
|
|
742
|
+
return o2._c = false, o2;
|
|
743
|
+
}, da = (e2, t2, l2) => {
|
|
744
|
+
const o2 = e2._ctx;
|
|
745
|
+
for (const l3 in e2) {
|
|
746
|
+
if (ia(l3)) continue;
|
|
747
|
+
const n2 = e2[l3];
|
|
748
|
+
if (ke(n2)) t2[l3] = ca(l3, n2, o2);
|
|
749
|
+
else if (null != n2) {
|
|
750
|
+
"production" !== process.env.NODE_ENV && Ql(`Non-function value encountered for slot "${l3}". Prefer function slots for better performance.`);
|
|
751
|
+
const e3 = ua(n2);
|
|
752
|
+
t2[l3] = () => e3;
|
|
753
|
+
}
|
|
754
|
+
}
|
|
755
|
+
}, pa = (e2, t2) => {
|
|
756
|
+
"production" === process.env.NODE_ENV || ln(e2.vnode) || Ql("Non-function value encountered for default slot. Prefer function slots for better performance.");
|
|
757
|
+
const l2 = ua(t2);
|
|
758
|
+
e2.slots.default = () => l2;
|
|
759
|
+
}, ma = (e2, t2, l2) => {
|
|
760
|
+
for (const o2 in t2) !l2 && ia(o2) || (e2[o2] = t2[o2]);
|
|
761
|
+
};
|
|
762
|
+
let fa, va;
|
|
763
|
+
function ha(e2, t2) {
|
|
764
|
+
e2.appContext.config.performance && ga() && va.mark(`vue-${t2}-${e2.uid}`), "production" !== process.env.NODE_ENV && jo(e2, t2, ga() ? va.now() : Date.now());
|
|
765
|
+
}
|
|
766
|
+
function ya(e2, t2) {
|
|
767
|
+
if (e2.appContext.config.performance && ga()) {
|
|
768
|
+
const l2 = `vue-${t2}-${e2.uid}`, o2 = l2 + ":end";
|
|
769
|
+
va.mark(o2), va.measure(`<${Ps(e2, e2.type)}> ${t2}`, l2, o2), va.clearMarks(l2), va.clearMarks(o2);
|
|
770
|
+
}
|
|
771
|
+
"production" !== process.env.NODE_ENV && Io(e2, t2, ga() ? va.now() : Date.now());
|
|
772
|
+
}
|
|
773
|
+
function ga() {
|
|
774
|
+
return void 0 !== fa || ("undefined" != typeof window && window.performance ? (fa = true, va = window.performance) : fa = false), fa;
|
|
775
|
+
}
|
|
776
|
+
const ba = function(e2, t2) {
|
|
777
|
+
t2 && t2.pendingBranch ? Ve(e2) ? t2.effects.push(...e2) : t2.effects.push(e2) : fo(e2);
|
|
778
|
+
};
|
|
779
|
+
function wa(e2) {
|
|
780
|
+
return function(e3) {
|
|
781
|
+
!function() {
|
|
782
|
+
const e4 = [];
|
|
783
|
+
"production" !== process.env.NODE_ENV && e4.length && (e4.length, e4.join(", "));
|
|
784
|
+
}();
|
|
785
|
+
const t2 = Ke();
|
|
786
|
+
t2.__VUE__ = true, "production" === process.env.NODE_ENV || Do(t2.__VUE_DEVTOOLS_GLOBAL_HOOK__, t2);
|
|
787
|
+
const { insert: l2, remove: o2, patchProp: n2, createElement: a2, createText: s2, createComment: r2, setText: i2, setElementText: u2, parentNode: c2, nextSibling: d2, setScopeId: p2 = fe, insertStaticContent: m2 } = e3, f2 = (e4, t3, l3, o3 = null, n3 = null, a3 = null, s3 = void 0, r3 = null, i3 = ("production" === process.env.NODE_ENV || !wo) && !!t3.dynamicChildren) => {
|
|
788
|
+
if (e4 === t3) return;
|
|
789
|
+
e4 && !as(e4, t3) && (o3 = R2(e4), F2(e4, n3, a3, true), e4 = null), -2 === t3.patchFlag && (i3 = false, t3.dynamicChildren = null);
|
|
790
|
+
const { type: u3, ref: c3, shapeFlag: d3 } = t3;
|
|
791
|
+
switch (u3) {
|
|
792
|
+
case Ja:
|
|
793
|
+
v2(e4, t3, l3, o3);
|
|
794
|
+
break;
|
|
795
|
+
case Wa:
|
|
796
|
+
h2(e4, t3, l3, o3);
|
|
797
|
+
break;
|
|
798
|
+
case Ka:
|
|
799
|
+
null == e4 ? y2(t3, l3, o3, s3) : "production" !== process.env.NODE_ENV && g2(e4, t3, l3, s3);
|
|
800
|
+
break;
|
|
801
|
+
case Ga:
|
|
802
|
+
O2(e4, t3, l3, o3, n3, a3, s3, r3, i3);
|
|
803
|
+
break;
|
|
804
|
+
default:
|
|
805
|
+
1 & d3 ? _2(e4, t3, l3, o3, n3, a3, s3, r3, i3) : 6 & d3 ? S2(e4, t3, l3, o3, n3, a3, s3, r3, i3) : 64 & d3 || 128 & d3 ? u3.process(e4, t3, l3, o3, n3, a3, s3, r3, i3, G2) : "production" !== process.env.NODE_ENV && Ql("Invalid VNode type:", u3, `(${typeof u3})`);
|
|
806
|
+
}
|
|
807
|
+
null != c3 && n3 ? Xo(c3, e4 && e4.ref, a3, t3 || e4, !t3) : null == c3 && e4 && null != e4.ref && Xo(e4.ref, null, a3, e4, true);
|
|
808
|
+
}, v2 = (e4, t3, o3, n3) => {
|
|
809
|
+
if (null == e4) l2(t3.el = s2(t3.children), o3, n3);
|
|
810
|
+
else {
|
|
811
|
+
const l3 = t3.el = e4.el;
|
|
812
|
+
t3.children !== e4.children && i2(l3, t3.children);
|
|
813
|
+
}
|
|
814
|
+
}, h2 = (e4, t3, o3, n3) => {
|
|
815
|
+
null == e4 ? l2(t3.el = r2(t3.children || ""), o3, n3) : t3.el = e4.el;
|
|
816
|
+
}, y2 = (e4, t3, l3, o3) => {
|
|
817
|
+
[e4.el, e4.anchor] = m2(e4.children, t3, l3, o3, e4.el, e4.anchor);
|
|
818
|
+
}, g2 = (e4, t3, l3, o3) => {
|
|
819
|
+
if (t3.children !== e4.children) {
|
|
820
|
+
const n3 = d2(e4.anchor);
|
|
821
|
+
w2(e4), [t3.el, t3.anchor] = m2(t3.children, l3, n3, o3);
|
|
822
|
+
} else t3.el = e4.el, t3.anchor = e4.anchor;
|
|
823
|
+
}, b2 = ({ el: e4, anchor: t3 }, o3, n3) => {
|
|
824
|
+
let a3;
|
|
825
|
+
for (; e4 && e4 !== t3; ) a3 = d2(e4), l2(e4, o3, n3), e4 = a3;
|
|
826
|
+
l2(t3, o3, n3);
|
|
827
|
+
}, w2 = ({ el: e4, anchor: t3 }) => {
|
|
828
|
+
let l3;
|
|
829
|
+
for (; e4 && e4 !== t3; ) l3 = d2(e4), o2(e4), e4 = l3;
|
|
830
|
+
o2(t3);
|
|
831
|
+
}, _2 = (e4, t3, l3, o3, n3, a3, s3, r3, i3) => {
|
|
832
|
+
"svg" === t3.type ? s3 = "svg" : "math" === t3.type && (s3 = "mathml"), null == e4 ? V2(t3, l3, o3, n3, a3, s3, r3, i3) : k2(e4, t3, n3, a3, s3, r3, i3);
|
|
833
|
+
}, V2 = (e4, t3, o3, s3, r3, i3, c3, d3) => {
|
|
834
|
+
let p3, m3;
|
|
835
|
+
const { props: f3, shapeFlag: v3, transition: h3, dirs: y3 } = e4;
|
|
836
|
+
if (p3 = e4.el = a2(e4.type, i3, f3 && f3.is, f3), 8 & v3 ? u2(p3, e4.children) : 16 & v3 && x2(e4.children, p3, null, s3, r3, _a(e4, i3), c3, d3), y3 && Ho(e4, null, s3, "created"), E2(p3, e4, e4.scopeId, c3, s3), f3) {
|
|
837
|
+
for (const e5 in f3) "value" === e5 || ze(e5) || n2(p3, e5, null, f3[e5], i3, s3);
|
|
838
|
+
"value" in f3 && n2(p3, "value", null, f3.value, i3), (m3 = f3.onVnodeBeforeMount) && gs(m3, s3, e4);
|
|
839
|
+
}
|
|
840
|
+
"production" !== process.env.NODE_ENV && (Ge(p3, "__vnode", e4, true), Ge(p3, "__vueParentComponent", s3, true)), y3 && Ho(e4, null, s3, "beforeMount");
|
|
841
|
+
const g3 = function(e5, t4) {
|
|
842
|
+
return (!e5 || e5 && !e5.pendingBranch) && t4 && !t4.persisted;
|
|
843
|
+
}(r3, h3);
|
|
844
|
+
g3 && h3.beforeEnter(p3), l2(p3, t3, o3), ((m3 = f3 && f3.onVnodeMounted) || g3 || y3) && ba(() => {
|
|
845
|
+
m3 && gs(m3, s3, e4), g3 && h3.enter(p3), y3 && Ho(e4, null, s3, "mounted");
|
|
846
|
+
}, r3);
|
|
847
|
+
}, E2 = (e4, t3, l3, o3, n3) => {
|
|
848
|
+
if (l3 && p2(e4, l3), o3) for (let t4 = 0; t4 < o3.length; t4++) p2(e4, o3[t4]);
|
|
849
|
+
if (n3) {
|
|
850
|
+
let l4 = n3.subTree;
|
|
851
|
+
if ("production" !== process.env.NODE_ENV && l4.patchFlag > 0 && 2048 & l4.patchFlag && (l4 = Ba(l4.children) || l4), t3 === l4 || Ha(l4.type) && (l4.ssContent === t3 || l4.ssFallback === t3)) {
|
|
852
|
+
const t4 = n3.vnode;
|
|
853
|
+
E2(e4, t4, t4.scopeId, t4.slotScopeIds, n3.parent);
|
|
854
|
+
}
|
|
855
|
+
}
|
|
856
|
+
}, x2 = (e4, t3, l3, o3, n3, a3, s3, r3, i3 = 0) => {
|
|
857
|
+
for (let u3 = i3; u3 < e4.length; u3++) {
|
|
858
|
+
const i4 = e4[u3] = r3 ? hs(e4[u3]) : vs(e4[u3]);
|
|
859
|
+
f2(null, i4, t3, l3, o3, n3, a3, s3, r3);
|
|
860
|
+
}
|
|
861
|
+
}, k2 = (e4, t3, l3, o3, a3, s3, r3) => {
|
|
862
|
+
const i3 = t3.el = e4.el;
|
|
863
|
+
"production" !== process.env.NODE_ENV && (i3.__vnode = t3);
|
|
864
|
+
let { patchFlag: c3, dynamicChildren: d3, dirs: p3 } = t3;
|
|
865
|
+
c3 |= 16 & e4.patchFlag;
|
|
866
|
+
const m3 = e4.props || pe, f3 = t3.props || pe;
|
|
867
|
+
let v3;
|
|
868
|
+
if (l3 && Va(l3, false), (v3 = f3.onVnodeBeforeUpdate) && gs(v3, l3, t3, e4), p3 && Ho(t3, e4, l3, "beforeUpdate"), l3 && Va(l3, true), "production" !== process.env.NODE_ENV && wo && (c3 = 0, r3 = false, d3 = null), (m3.innerHTML && null == f3.innerHTML || m3.textContent && null == f3.textContent) && u2(i3, ""), d3 ? (C2(e4.dynamicChildren, d3, i3, l3, o3, _a(t3, a3), s3), "production" !== process.env.NODE_ENV && Ea(e4, t3)) : r3 || M2(e4, t3, i3, null, l3, o3, _a(t3, a3), s3, false), c3 > 0) {
|
|
869
|
+
if (16 & c3) N2(i3, m3, f3, l3, a3);
|
|
870
|
+
else if (2 & c3 && m3.class !== f3.class && n2(i3, "class", null, f3.class, a3), 4 & c3 && n2(i3, "style", m3.style, f3.style, a3), 8 & c3) {
|
|
871
|
+
const e5 = t3.dynamicProps;
|
|
872
|
+
for (let t4 = 0; t4 < e5.length; t4++) {
|
|
873
|
+
const o4 = e5[t4], s4 = m3[o4], r4 = f3[o4];
|
|
874
|
+
r4 === s4 && "value" !== o4 || n2(i3, o4, s4, r4, a3, l3);
|
|
875
|
+
}
|
|
876
|
+
}
|
|
877
|
+
1 & c3 && e4.children !== t3.children && u2(i3, t3.children);
|
|
878
|
+
} else r3 || null != d3 || N2(i3, m3, f3, l3, a3);
|
|
879
|
+
((v3 = f3.onVnodeUpdated) || p3) && ba(() => {
|
|
880
|
+
v3 && gs(v3, l3, t3, e4), p3 && Ho(t3, e4, l3, "updated");
|
|
881
|
+
}, o3);
|
|
882
|
+
}, C2 = (e4, t3, l3, o3, n3, a3, s3) => {
|
|
883
|
+
for (let r3 = 0; r3 < t3.length; r3++) {
|
|
884
|
+
const i3 = e4[r3], u3 = t3[r3], d3 = i3.el && (i3.type === Ga || !as(i3, u3) || 198 & i3.shapeFlag) ? c2(i3.el) : l3;
|
|
885
|
+
f2(i3, u3, d3, null, o3, n3, a3, s3, true);
|
|
886
|
+
}
|
|
887
|
+
}, N2 = (e4, t3, l3, o3, a3) => {
|
|
888
|
+
if (t3 !== l3) {
|
|
889
|
+
if (t3 !== pe) for (const s3 in t3) ze(s3) || s3 in l3 || n2(e4, s3, t3[s3], null, a3, o3);
|
|
890
|
+
for (const s3 in l3) {
|
|
891
|
+
if (ze(s3)) continue;
|
|
892
|
+
const r3 = l3[s3], i3 = t3[s3];
|
|
893
|
+
r3 !== i3 && "value" !== s3 && n2(e4, s3, i3, r3, a3, o3);
|
|
894
|
+
}
|
|
895
|
+
"value" in l3 && n2(e4, "value", t3.value, l3.value, a3);
|
|
896
|
+
}
|
|
897
|
+
}, O2 = (e4, t3, o3, n3, a3, r3, i3, u3, c3) => {
|
|
898
|
+
const d3 = t3.el = e4 ? e4.el : s2(""), p3 = t3.anchor = e4 ? e4.anchor : s2("");
|
|
899
|
+
let { patchFlag: m3, dynamicChildren: f3, slotScopeIds: v3 } = t3;
|
|
900
|
+
"production" !== process.env.NODE_ENV && (wo || 2048 & m3) && (m3 = 0, c3 = false, f3 = null), v3 && (u3 = u3 ? u3.concat(v3) : v3), null == e4 ? (l2(d3, o3, n3), l2(p3, o3, n3), x2(t3.children || [], o3, p3, a3, r3, i3, u3, c3)) : m3 > 0 && 64 & m3 && f3 && e4.dynamicChildren ? (C2(e4.dynamicChildren, f3, o3, a3, r3, i3, u3), "production" !== process.env.NODE_ENV ? Ea(e4, t3) : (null != t3.key || a3 && t3 === a3.subTree) && Ea(e4, t3, true)) : M2(e4, t3, o3, p3, a3, r3, i3, u3, c3);
|
|
901
|
+
}, S2 = (e4, t3, l3, o3, n3, a3, s3, r3, i3) => {
|
|
902
|
+
t3.slotScopeIds = r3, null == e4 ? 512 & t3.shapeFlag ? n3.ctx.activate(t3, l3, o3, s3, i3) : T2(t3, l3, o3, n3, a3, s3, i3) : D2(e4, t3, i3);
|
|
903
|
+
}, T2 = (e4, t3, l3, o3, n3, a3, s3) => {
|
|
904
|
+
const r3 = e4.component = function(e5, t4, l4) {
|
|
905
|
+
const o4 = e5.type, n4 = (t4 ? t4.appContext : e5.appContext) || bs, a4 = { uid: ws++, vnode: e5, type: o4, parent: t4, appContext: n4, root: null, next: null, subTree: null, effect: null, update: null, job: null, scope: new ft(true), render: null, proxy: null, exposed: null, exposeProxy: null, withProxy: null, provides: t4 ? t4.provides : Object.create(n4.provides), ids: t4 ? t4.ids : ["", 0, 0], accessCache: null, renderCache: [], components: null, directives: null, propsOptions: ea(o4, n4), emitsOptions: Ma(o4, n4), emit: null, emitted: null, propsDefaults: pe, inheritAttrs: o4.inheritAttrs, ctx: pe, data: pe, props: pe, attrs: pe, slots: pe, refs: pe, setupState: pe, setupContext: null, suspense: l4, suspenseId: l4 ? l4.pendingId : 0, asyncDep: null, asyncResolved: false, isMounted: false, isUnmounted: false, isDeactivated: false, bc: null, c: null, bm: null, m: null, bu: null, u: null, um: null, bum: null, da: null, a: null, rtg: null, rtc: null, ec: null, sp: null };
|
|
906
|
+
"production" !== process.env.NODE_ENV ? a4.ctx = function(e6) {
|
|
907
|
+
const t5 = {};
|
|
908
|
+
return Object.defineProperty(t5, "_", { configurable: true, enumerable: false, get: () => e6 }), Object.keys(kn).forEach((l5) => {
|
|
909
|
+
Object.defineProperty(t5, l5, { configurable: true, enumerable: false, get: () => kn[l5](e6), set: fe });
|
|
910
|
+
}), t5;
|
|
911
|
+
}(a4) : a4.ctx = { _: a4 };
|
|
912
|
+
a4.root = t4 ? t4.root : a4, a4.emit = Ua.bind(null, a4), e5.ce && e5.ce(a4);
|
|
913
|
+
return a4;
|
|
914
|
+
}(e4, o3, n3);
|
|
915
|
+
if ("production" !== process.env.NODE_ENV && r3.type.__hmrId && function(e5) {
|
|
916
|
+
const t4 = e5.type.__hmrId;
|
|
917
|
+
let l4 = Vo.get(t4);
|
|
918
|
+
l4 || (Eo(t4, e5.type), l4 = Vo.get(t4)), l4.instances.add(e5);
|
|
919
|
+
}(r3), "production" !== process.env.NODE_ENV && (Jl(e4), ha(r3, "mount")), ln(e4) && (r3.ctx.renderer = G2), "production" !== process.env.NODE_ENV && ha(r3, "init"), function(e5, t4 = false, l4 = false) {
|
|
920
|
+
t4 && xs(t4);
|
|
921
|
+
const { props: o4, children: n4 } = e5.vnode, a4 = Ss(e5);
|
|
922
|
+
Qn(e5, o4, a4, t4), ((e6, t5, l5) => {
|
|
923
|
+
const o5 = e6.slots = Wn();
|
|
924
|
+
if (32 & e6.vnode.shapeFlag) {
|
|
925
|
+
const e7 = t5.__;
|
|
926
|
+
e7 && Ge(o5, "__", e7, true);
|
|
927
|
+
const n5 = t5._;
|
|
928
|
+
n5 ? (ma(o5, t5, l5), l5 && Ge(o5, "_", n5, true)) : da(t5, o5);
|
|
929
|
+
} else t5 && pa(e6, t5);
|
|
930
|
+
})(e5, n4, l4 || t4);
|
|
931
|
+
const s4 = a4 ? function(e6, t5) {
|
|
932
|
+
var l5;
|
|
933
|
+
const o5 = e6.type;
|
|
934
|
+
if ("production" !== process.env.NODE_ENV) {
|
|
935
|
+
if (o5.name && Os(o5.name, e6.appContext.config), o5.components) {
|
|
936
|
+
const t6 = Object.keys(o5.components);
|
|
937
|
+
for (let l6 = 0; l6 < t6.length; l6++) Os(t6[l6], e6.appContext.config);
|
|
938
|
+
}
|
|
939
|
+
if (o5.directives) {
|
|
940
|
+
const e7 = Object.keys(o5.directives);
|
|
941
|
+
for (let t6 = 0; t6 < e7.length; t6++) Ro(e7[t6]);
|
|
942
|
+
}
|
|
943
|
+
o5.compilerOptions && As() && Ql('"compilerOptions" is only supported when using a build of Vue that includes the runtime compiler. Since you are using a runtime-only build, the options should be passed via your build tool config instead.');
|
|
944
|
+
}
|
|
945
|
+
e6.accessCache = /* @__PURE__ */ Object.create(null), e6.proxy = new Proxy(e6.ctx, On), "production" === process.env.NODE_ENV || function(e7) {
|
|
946
|
+
const { ctx: t6, propsOptions: [l6] } = e7;
|
|
947
|
+
l6 && Object.keys(l6).forEach((l7) => {
|
|
948
|
+
Object.defineProperty(t6, l7, { enumerable: true, configurable: true, get: () => e7.props[l7], set: fe });
|
|
949
|
+
});
|
|
950
|
+
}(e6);
|
|
951
|
+
const { setup: n5 } = o5;
|
|
952
|
+
if (n5) {
|
|
953
|
+
Dt();
|
|
954
|
+
const a5 = e6.setupContext = n5.length > 1 ? function(e7) {
|
|
955
|
+
const t6 = (t7) => {
|
|
956
|
+
if ("production" !== process.env.NODE_ENV && (e7.exposed && Ql("expose() should be called only once per setup()."), null != t7)) {
|
|
957
|
+
let e8 = typeof t7;
|
|
958
|
+
"object" === e8 && (Ve(t7) ? e8 = "array" : Ml(t7) && (e8 = "ref")), "object" !== e8 && Ql(`expose() should be passed a plain object, received ${e8}.`);
|
|
959
|
+
}
|
|
960
|
+
e7.exposed = t7 || {};
|
|
961
|
+
};
|
|
962
|
+
if ("production" !== process.env.NODE_ENV) {
|
|
963
|
+
let l6, o6;
|
|
964
|
+
return Object.freeze({ get attrs() {
|
|
965
|
+
return l6 || (l6 = new Proxy(e7.attrs, Ms));
|
|
966
|
+
}, get slots() {
|
|
967
|
+
return o6 || (o6 = function(e8) {
|
|
968
|
+
return new Proxy(e8.slots, { get: (t7, l7) => (Lt(e8, "get", "$slots"), t7[l7]) });
|
|
969
|
+
}(e7));
|
|
970
|
+
}, get emit() {
|
|
971
|
+
return (t7, ...l7) => e7.emit(t7, ...l7);
|
|
972
|
+
}, expose: t6 });
|
|
973
|
+
}
|
|
974
|
+
return { attrs: new Proxy(e7.attrs, Ms), slots: e7.slots, emit: e7.emit, expose: t6 };
|
|
975
|
+
}(e6) : null, s5 = ks(e6), r4 = eo(n5, e6, 0, ["production" !== process.env.NODE_ENV ? kl(e6.props) : e6.props, a5]), i3 = Se(r4);
|
|
976
|
+
if (At(), s5(), !i3 && !e6.sp || Zo(e6) || Ko(e6), i3) {
|
|
977
|
+
if (r4.then(Cs, Cs), t5) return r4.then((l6) => {
|
|
978
|
+
Ds(e6, l6, t5);
|
|
979
|
+
}).catch((t6) => {
|
|
980
|
+
lo(t6, e6, 0);
|
|
981
|
+
});
|
|
982
|
+
if (e6.asyncDep = r4, "production" !== process.env.NODE_ENV && !e6.suspense) {
|
|
983
|
+
Ql(`Component <${null != (l5 = o5.name) ? l5 : "Anonymous"}>: setup function returned a promise, but no <Suspense> boundary was found in the parent component tree. A component with async setup() must be nested in a <Suspense> in order to be rendered.`);
|
|
984
|
+
}
|
|
985
|
+
} else Ds(e6, r4, t5);
|
|
986
|
+
} else Us(e6, t5);
|
|
987
|
+
}(e5, t4) : void 0;
|
|
988
|
+
t4 && xs(false);
|
|
989
|
+
}(r3, false, s3), "production" !== process.env.NODE_ENV && ya(r3, "init"), "production" !== process.env.NODE_ENV && wo && (e4.el = null), r3.asyncDep) {
|
|
990
|
+
if (n3 && n3.registerDep(r3, A2, s3), !e4.el) {
|
|
991
|
+
const o4 = r3.subTree = us(Wa);
|
|
992
|
+
h2(null, o4, t3, l3), e4.placeholder = o4.el;
|
|
993
|
+
}
|
|
994
|
+
} else A2(r3, e4, t3, l3, n3, a3, s3);
|
|
995
|
+
"production" !== process.env.NODE_ENV && (Wl(), ya(r3, "mount"));
|
|
996
|
+
}, D2 = (e4, t3, l3) => {
|
|
997
|
+
const o3 = t3.component = e4.component;
|
|
998
|
+
if (function(e5, t4, l4) {
|
|
999
|
+
const { props: o4, children: n3, component: a3 } = e5, { props: s3, children: r3, patchFlag: i3 } = t4, u3 = a3.emitsOptions;
|
|
1000
|
+
if ("production" !== process.env.NODE_ENV && (n3 || r3) && wo) return true;
|
|
1001
|
+
if (t4.dirs || t4.transition) return true;
|
|
1002
|
+
if (!(l4 && i3 >= 0)) return !(!n3 && !r3 || r3 && r3.$stable) || o4 !== s3 && (o4 ? !s3 || qa(o4, s3, u3) : !!s3);
|
|
1003
|
+
if (1024 & i3) return true;
|
|
1004
|
+
if (16 & i3) return o4 ? qa(o4, s3, u3) : !!s3;
|
|
1005
|
+
if (8 & i3) {
|
|
1006
|
+
const e6 = t4.dynamicProps;
|
|
1007
|
+
for (let t5 = 0; t5 < e6.length; t5++) {
|
|
1008
|
+
const l5 = e6[t5];
|
|
1009
|
+
if (s3[l5] !== o4[l5] && !za(u3, l5)) return true;
|
|
1010
|
+
}
|
|
1011
|
+
}
|
|
1012
|
+
return false;
|
|
1013
|
+
}(e4, t3, l3)) {
|
|
1014
|
+
if (o3.asyncDep && !o3.asyncResolved) return "production" !== process.env.NODE_ENV && Jl(t3), U2(o3, t3, l3), void ("production" !== process.env.NODE_ENV && Wl());
|
|
1015
|
+
o3.next = t3, o3.update();
|
|
1016
|
+
} else t3.el = e4.el, o3.vnode = t3;
|
|
1017
|
+
}, A2 = (e4, t3, l3, o3, n3, a3, s3) => {
|
|
1018
|
+
const r3 = () => {
|
|
1019
|
+
if (e4.isMounted) {
|
|
1020
|
+
let { next: t4, bu: l4, u: o4, parent: i4, vnode: u4 } = e4;
|
|
1021
|
+
{
|
|
1022
|
+
const l5 = xa(e4);
|
|
1023
|
+
if (l5) return t4 && (t4.el = u4.el, U2(e4, t4, s3)), void l5.asyncDep.then(() => {
|
|
1024
|
+
e4.isUnmounted || r3();
|
|
1025
|
+
});
|
|
1026
|
+
}
|
|
1027
|
+
let d4, p3 = t4;
|
|
1028
|
+
"production" !== process.env.NODE_ENV && Jl(t4 || e4.vnode), Va(e4, false), t4 ? (t4.el = u4.el, U2(e4, t4, s3)) : t4 = u4, l4 && He(l4), (d4 = t4.props && t4.props.onVnodeBeforeUpdate) && gs(d4, i4, t4, u4), Va(e4, true), "production" !== process.env.NODE_ENV && ha(e4, "render");
|
|
1029
|
+
const m3 = Fa(e4);
|
|
1030
|
+
"production" !== process.env.NODE_ENV && ya(e4, "render");
|
|
1031
|
+
const v3 = e4.subTree;
|
|
1032
|
+
e4.subTree = m3, "production" !== process.env.NODE_ENV && ha(e4, "patch"), f2(v3, m3, c2(v3.el), R2(v3), e4, n3, a3), "production" !== process.env.NODE_ENV && ya(e4, "patch"), t4.el = m3.el, null === p3 && function({ vnode: e5, parent: t5 }, l5) {
|
|
1033
|
+
for (; t5; ) {
|
|
1034
|
+
const o5 = t5.subTree;
|
|
1035
|
+
if (o5.suspense && o5.suspense.activeBranch === e5 && (o5.el = e5.el), o5 !== e5) break;
|
|
1036
|
+
(e5 = t5.vnode).el = l5, t5 = t5.parent;
|
|
1037
|
+
}
|
|
1038
|
+
}(e4, m3.el), o4 && ba(o4, n3), (d4 = t4.props && t4.props.onVnodeUpdated) && ba(() => gs(d4, i4, t4, u4), n3), "production" !== process.env.NODE_ENV && Uo(e4), "production" !== process.env.NODE_ENV && Wl();
|
|
1039
|
+
} else {
|
|
1040
|
+
let s4;
|
|
1041
|
+
const { el: r4, props: i4 } = t3, { bm: u4, m: c3, parent: d4, root: p3, type: m3 } = e4, v3 = Zo(t3);
|
|
1042
|
+
Va(e4, false), u4 && He(u4), !v3 && (s4 = i4 && i4.onVnodeBeforeMount) && gs(s4, d4, t3), Va(e4, true);
|
|
1043
|
+
{
|
|
1044
|
+
p3.ce && false !== p3.ce._def.shadowRoot && p3.ce._injectChildStyle(m3), "production" !== process.env.NODE_ENV && ha(e4, "render");
|
|
1045
|
+
const s5 = e4.subTree = Fa(e4);
|
|
1046
|
+
"production" !== process.env.NODE_ENV && ya(e4, "render"), "production" !== process.env.NODE_ENV && ha(e4, "patch"), f2(null, s5, l3, o3, e4, n3, a3), "production" !== process.env.NODE_ENV && ya(e4, "patch"), t3.el = s5.el;
|
|
1047
|
+
}
|
|
1048
|
+
if (c3 && ba(c3, n3), !v3 && (s4 = i4 && i4.onVnodeMounted)) {
|
|
1049
|
+
const e5 = t3;
|
|
1050
|
+
ba(() => gs(s4, d4, e5), n3);
|
|
1051
|
+
}
|
|
1052
|
+
(256 & t3.shapeFlag || d4 && Zo(d4.vnode) && 256 & d4.vnode.shapeFlag) && e4.a && ba(e4.a, n3), e4.isMounted = true, "production" !== process.env.NODE_ENV && Ao(e4), t3 = l3 = o3 = null;
|
|
1053
|
+
}
|
|
1054
|
+
};
|
|
1055
|
+
e4.scope.on();
|
|
1056
|
+
const i3 = e4.effect = new ht(r3);
|
|
1057
|
+
e4.scope.off();
|
|
1058
|
+
const u3 = e4.update = i3.run.bind(i3), d3 = e4.job = i3.runIfDirty.bind(i3);
|
|
1059
|
+
d3.i = e4, d3.id = e4.uid, i3.scheduler = () => po(d3), Va(e4, true), "production" !== process.env.NODE_ENV && (i3.onTrack = e4.rtc ? (t4) => He(e4.rtc, t4) : void 0, i3.onTrigger = e4.rtg ? (t4) => He(e4.rtg, t4) : void 0), u3();
|
|
1060
|
+
}, U2 = (e4, t3, l3) => {
|
|
1061
|
+
t3.component = e4;
|
|
1062
|
+
const o3 = e4.vnode.props;
|
|
1063
|
+
e4.vnode = t3, e4.next = null, function(e5, t4, l4, o4) {
|
|
1064
|
+
const { props: n3, attrs: a3, vnode: { patchFlag: s3 } } = e5, r3 = Dl(n3), [i3] = e5.propsOptions;
|
|
1065
|
+
let u3 = false;
|
|
1066
|
+
if ("production" !== process.env.NODE_ENV && function(e6) {
|
|
1067
|
+
for (; e6; ) {
|
|
1068
|
+
if (e6.type.__hmrId) return true;
|
|
1069
|
+
e6 = e6.parent;
|
|
1070
|
+
}
|
|
1071
|
+
}(e5) || !(o4 || s3 > 0) || 16 & s3) {
|
|
1072
|
+
let o5;
|
|
1073
|
+
Xn(e5, t4, n3, a3) && (u3 = true);
|
|
1074
|
+
for (const a4 in r3) t4 && (_e(t4, a4) || (o5 = $e(a4)) !== a4 && _e(t4, o5)) || (i3 ? !l4 || void 0 === l4[a4] && void 0 === l4[o5] || (n3[a4] = Yn(i3, r3, a4, void 0, e5, true)) : delete n3[a4]);
|
|
1075
|
+
if (a3 !== r3) for (const e6 in a3) t4 && _e(t4, e6) || (delete a3[e6], u3 = true);
|
|
1076
|
+
} else if (8 & s3) {
|
|
1077
|
+
const l5 = e5.vnode.dynamicProps;
|
|
1078
|
+
for (let o5 = 0; o5 < l5.length; o5++) {
|
|
1079
|
+
let s4 = l5[o5];
|
|
1080
|
+
if (za(e5.emitsOptions, s4)) continue;
|
|
1081
|
+
const c3 = t4[s4];
|
|
1082
|
+
if (i3) if (_e(a3, s4)) c3 !== a3[s4] && (a3[s4] = c3, u3 = true);
|
|
1083
|
+
else {
|
|
1084
|
+
const t5 = Pe(s4);
|
|
1085
|
+
n3[t5] = Yn(i3, r3, t5, c3, e5, false);
|
|
1086
|
+
}
|
|
1087
|
+
else c3 !== a3[s4] && (a3[s4] = c3, u3 = true);
|
|
1088
|
+
}
|
|
1089
|
+
}
|
|
1090
|
+
u3 && Rt(e5.attrs, "set", ""), "production" !== process.env.NODE_ENV && la(t4 || {}, n3, e5);
|
|
1091
|
+
}(e4, t3.props, o3, l3), ((e5, t4, l4) => {
|
|
1092
|
+
const { vnode: o4, slots: n3 } = e5;
|
|
1093
|
+
let a3 = true, s3 = pe;
|
|
1094
|
+
if (32 & o4.shapeFlag) {
|
|
1095
|
+
const o5 = t4._;
|
|
1096
|
+
o5 ? "production" !== process.env.NODE_ENV && wo ? (ma(n3, t4, l4), Rt(e5, "set", "$slots")) : l4 && 1 === o5 ? a3 = false : ma(n3, t4, l4) : (a3 = !t4.$stable, da(t4, n3)), s3 = t4;
|
|
1097
|
+
} else t4 && (pa(e5, t4), s3 = { default: 1 });
|
|
1098
|
+
if (a3) for (const e6 in n3) ia(e6) || null != s3[e6] || delete n3[e6];
|
|
1099
|
+
})(e4, t3.children, l3), Dt(), vo(e4), At();
|
|
1100
|
+
}, M2 = (e4, t3, l3, o3, n3, a3, s3, r3, i3 = false) => {
|
|
1101
|
+
const c3 = e4 && e4.children, d3 = e4 ? e4.shapeFlag : 0, p3 = t3.children, { patchFlag: m3, shapeFlag: f3 } = t3;
|
|
1102
|
+
if (m3 > 0) {
|
|
1103
|
+
if (128 & m3) return void j2(c3, p3, l3, o3, n3, a3, s3, r3, i3);
|
|
1104
|
+
if (256 & m3) return void z2(c3, p3, l3, o3, n3, a3, s3, r3, i3);
|
|
1105
|
+
}
|
|
1106
|
+
8 & f3 ? (16 & d3 && L2(c3, n3, a3), p3 !== c3 && u2(l3, p3)) : 16 & d3 ? 16 & f3 ? j2(c3, p3, l3, o3, n3, a3, s3, r3, i3) : L2(c3, n3, a3, true) : (8 & d3 && u2(l3, ""), 16 & f3 && x2(p3, l3, o3, n3, a3, s3, r3, i3));
|
|
1107
|
+
}, z2 = (e4, t3, l3, o3, n3, a3, s3, r3, i3) => {
|
|
1108
|
+
t3 = t3 || me;
|
|
1109
|
+
const u3 = (e4 = e4 || me).length, c3 = t3.length, d3 = Math.min(u3, c3);
|
|
1110
|
+
let p3;
|
|
1111
|
+
for (p3 = 0; p3 < d3; p3++) {
|
|
1112
|
+
const o4 = t3[p3] = i3 ? hs(t3[p3]) : vs(t3[p3]);
|
|
1113
|
+
f2(e4[p3], o4, l3, null, n3, a3, s3, r3, i3);
|
|
1114
|
+
}
|
|
1115
|
+
u3 > c3 ? L2(e4, n3, a3, true, false, d3) : x2(t3, l3, o3, n3, a3, s3, r3, i3, d3);
|
|
1116
|
+
}, j2 = (e4, t3, l3, o3, n3, a3, s3, r3, i3) => {
|
|
1117
|
+
let u3 = 0;
|
|
1118
|
+
const c3 = t3.length;
|
|
1119
|
+
let d3 = e4.length - 1, p3 = c3 - 1;
|
|
1120
|
+
for (; u3 <= d3 && u3 <= p3; ) {
|
|
1121
|
+
const o4 = e4[u3], c4 = t3[u3] = i3 ? hs(t3[u3]) : vs(t3[u3]);
|
|
1122
|
+
if (!as(o4, c4)) break;
|
|
1123
|
+
f2(o4, c4, l3, null, n3, a3, s3, r3, i3), u3++;
|
|
1124
|
+
}
|
|
1125
|
+
for (; u3 <= d3 && u3 <= p3; ) {
|
|
1126
|
+
const o4 = e4[d3], u4 = t3[p3] = i3 ? hs(t3[p3]) : vs(t3[p3]);
|
|
1127
|
+
if (!as(o4, u4)) break;
|
|
1128
|
+
f2(o4, u4, l3, null, n3, a3, s3, r3, i3), d3--, p3--;
|
|
1129
|
+
}
|
|
1130
|
+
if (u3 > d3) {
|
|
1131
|
+
if (u3 <= p3) {
|
|
1132
|
+
const e5 = p3 + 1, d4 = e5 < c3 ? t3[e5].el : o3;
|
|
1133
|
+
for (; u3 <= p3; ) f2(null, t3[u3] = i3 ? hs(t3[u3]) : vs(t3[u3]), l3, d4, n3, a3, s3, r3, i3), u3++;
|
|
1134
|
+
}
|
|
1135
|
+
} else if (u3 > p3) for (; u3 <= d3; ) F2(e4[u3], n3, a3, true), u3++;
|
|
1136
|
+
else {
|
|
1137
|
+
const m3 = u3, v3 = u3, h3 = /* @__PURE__ */ new Map();
|
|
1138
|
+
for (u3 = v3; u3 <= p3; u3++) {
|
|
1139
|
+
const e5 = t3[u3] = i3 ? hs(t3[u3]) : vs(t3[u3]);
|
|
1140
|
+
null != e5.key && ("production" !== process.env.NODE_ENV && h3.has(e5.key) && Ql("Duplicate keys found during update:", JSON.stringify(e5.key), "Make sure keys are unique."), h3.set(e5.key, u3));
|
|
1141
|
+
}
|
|
1142
|
+
let y3, g3 = 0;
|
|
1143
|
+
const b3 = p3 - v3 + 1;
|
|
1144
|
+
let w3 = false, _3 = 0;
|
|
1145
|
+
const V3 = new Array(b3);
|
|
1146
|
+
for (u3 = 0; u3 < b3; u3++) V3[u3] = 0;
|
|
1147
|
+
for (u3 = m3; u3 <= d3; u3++) {
|
|
1148
|
+
const o4 = e4[u3];
|
|
1149
|
+
if (g3 >= b3) {
|
|
1150
|
+
F2(o4, n3, a3, true);
|
|
1151
|
+
continue;
|
|
1152
|
+
}
|
|
1153
|
+
let c4;
|
|
1154
|
+
if (null != o4.key) c4 = h3.get(o4.key);
|
|
1155
|
+
else for (y3 = v3; y3 <= p3; y3++) if (0 === V3[y3 - v3] && as(o4, t3[y3])) {
|
|
1156
|
+
c4 = y3;
|
|
1157
|
+
break;
|
|
1158
|
+
}
|
|
1159
|
+
void 0 === c4 ? F2(o4, n3, a3, true) : (V3[c4 - v3] = u3 + 1, c4 >= _3 ? _3 = c4 : w3 = true, f2(o4, t3[c4], l3, null, n3, a3, s3, r3, i3), g3++);
|
|
1160
|
+
}
|
|
1161
|
+
const E3 = w3 ? function(e5) {
|
|
1162
|
+
const t4 = e5.slice(), l4 = [0];
|
|
1163
|
+
let o4, n4, a4, s4, r4;
|
|
1164
|
+
const i4 = e5.length;
|
|
1165
|
+
for (o4 = 0; o4 < i4; o4++) {
|
|
1166
|
+
const i5 = e5[o4];
|
|
1167
|
+
if (0 !== i5) {
|
|
1168
|
+
if (n4 = l4[l4.length - 1], e5[n4] < i5) {
|
|
1169
|
+
t4[o4] = n4, l4.push(o4);
|
|
1170
|
+
continue;
|
|
1171
|
+
}
|
|
1172
|
+
for (a4 = 0, s4 = l4.length - 1; a4 < s4; ) r4 = a4 + s4 >> 1, e5[l4[r4]] < i5 ? a4 = r4 + 1 : s4 = r4;
|
|
1173
|
+
i5 < e5[l4[a4]] && (a4 > 0 && (t4[o4] = l4[a4 - 1]), l4[a4] = o4);
|
|
1174
|
+
}
|
|
1175
|
+
}
|
|
1176
|
+
a4 = l4.length, s4 = l4[a4 - 1];
|
|
1177
|
+
for (; a4-- > 0; ) l4[a4] = s4, s4 = t4[s4];
|
|
1178
|
+
return l4;
|
|
1179
|
+
}(V3) : me;
|
|
1180
|
+
for (y3 = E3.length - 1, u3 = b3 - 1; u3 >= 0; u3--) {
|
|
1181
|
+
const e5 = v3 + u3, d4 = t3[e5], p4 = t3[e5 + 1], m4 = e5 + 1 < c3 ? p4.el || p4.placeholder : o3;
|
|
1182
|
+
0 === V3[u3] ? f2(null, d4, l3, m4, n3, a3, s3, r3, i3) : w3 && (y3 < 0 || u3 !== E3[y3] ? I2(d4, l3, m4, 2) : y3--);
|
|
1183
|
+
}
|
|
1184
|
+
}
|
|
1185
|
+
}, I2 = (e4, t3, n3, a3, s3 = null) => {
|
|
1186
|
+
const { el: r3, type: i3, transition: u3, children: c3, shapeFlag: d3 } = e4;
|
|
1187
|
+
if (6 & d3) return void I2(e4.component.subTree, t3, n3, a3);
|
|
1188
|
+
if (128 & d3) return void e4.suspense.move(t3, n3, a3);
|
|
1189
|
+
if (64 & d3) return void i3.move(e4, t3, n3, G2);
|
|
1190
|
+
if (i3 === Ga) {
|
|
1191
|
+
l2(r3, t3, n3);
|
|
1192
|
+
for (let e5 = 0; e5 < c3.length; e5++) I2(c3[e5], t3, n3, a3);
|
|
1193
|
+
return void l2(e4.anchor, t3, n3);
|
|
1194
|
+
}
|
|
1195
|
+
if (i3 === Ka) return void b2(e4, t3, n3);
|
|
1196
|
+
if (2 !== a3 && 1 & d3 && u3) if (0 === a3) u3.beforeEnter(r3), l2(r3, t3, n3), ba(() => u3.enter(r3), s3);
|
|
1197
|
+
else {
|
|
1198
|
+
const { leave: a4, delayLeave: s4, afterLeave: i4 } = u3, c4 = () => {
|
|
1199
|
+
e4.ctx.isUnmounted ? o2(r3) : l2(r3, t3, n3);
|
|
1200
|
+
}, d4 = () => {
|
|
1201
|
+
a4(r3, () => {
|
|
1202
|
+
c4(), i4 && i4();
|
|
1203
|
+
});
|
|
1204
|
+
};
|
|
1205
|
+
s4 ? s4(r3, c4, d4) : d4();
|
|
1206
|
+
}
|
|
1207
|
+
else l2(r3, t3, n3);
|
|
1208
|
+
}, F2 = (e4, t3, l3, o3 = false, n3 = false) => {
|
|
1209
|
+
const { type: a3, props: s3, ref: r3, children: i3, dynamicChildren: u3, shapeFlag: c3, patchFlag: d3, dirs: p3, cacheIndex: m3 } = e4;
|
|
1210
|
+
if (-2 === d3 && (n3 = false), null != r3 && (Dt(), Xo(r3, null, l3, e4, true), At()), null != m3 && (t3.renderCache[m3] = void 0), 256 & c3) return void t3.ctx.deactivate(e4);
|
|
1211
|
+
const f3 = 1 & c3 && p3, v3 = !Zo(e4);
|
|
1212
|
+
let h3;
|
|
1213
|
+
if (v3 && (h3 = s3 && s3.onVnodeBeforeUnmount) && gs(h3, t3, e4), 6 & c3) $2(e4.component, l3, o3);
|
|
1214
|
+
else {
|
|
1215
|
+
if (128 & c3) return void e4.suspense.unmount(l3, o3);
|
|
1216
|
+
f3 && Ho(e4, null, t3, "beforeUnmount"), 64 & c3 ? e4.type.remove(e4, t3, l3, G2, o3) : u3 && !u3.hasOnce && (a3 !== Ga || d3 > 0 && 64 & d3) ? L2(u3, t3, l3, false, true) : (a3 === Ga && 384 & d3 || !n3 && 16 & c3) && L2(i3, t3, l3), o3 && P2(e4);
|
|
1217
|
+
}
|
|
1218
|
+
(v3 && (h3 = s3 && s3.onVnodeUnmounted) || f3) && ba(() => {
|
|
1219
|
+
h3 && gs(h3, t3, e4), f3 && Ho(e4, null, t3, "unmounted");
|
|
1220
|
+
}, l3);
|
|
1221
|
+
}, P2 = (e4) => {
|
|
1222
|
+
const { type: t3, el: l3, anchor: n3, transition: a3 } = e4;
|
|
1223
|
+
if (t3 === Ga) return void ("production" !== process.env.NODE_ENV && e4.patchFlag > 0 && 2048 & e4.patchFlag && a3 && !a3.persisted ? e4.children.forEach((e5) => {
|
|
1224
|
+
e5.type === Wa ? o2(e5.el) : P2(e5);
|
|
1225
|
+
}) : B2(l3, n3));
|
|
1226
|
+
if (t3 === Ka) return void w2(e4);
|
|
1227
|
+
const s3 = () => {
|
|
1228
|
+
o2(l3), a3 && !a3.persisted && a3.afterLeave && a3.afterLeave();
|
|
1229
|
+
};
|
|
1230
|
+
if (1 & e4.shapeFlag && a3 && !a3.persisted) {
|
|
1231
|
+
const { leave: t4, delayLeave: o3 } = a3, n4 = () => t4(l3, s3);
|
|
1232
|
+
o3 ? o3(e4.el, s3, n4) : n4();
|
|
1233
|
+
} else s3();
|
|
1234
|
+
}, B2 = (e4, t3) => {
|
|
1235
|
+
let l3;
|
|
1236
|
+
for (; e4 !== t3; ) l3 = d2(e4), o2(e4), e4 = l3;
|
|
1237
|
+
o2(t3);
|
|
1238
|
+
}, $2 = (e4, t3, l3) => {
|
|
1239
|
+
"production" !== process.env.NODE_ENV && e4.type.__hmrId && function(e5) {
|
|
1240
|
+
Vo.get(e5.type.__hmrId).instances.delete(e5);
|
|
1241
|
+
}(e4);
|
|
1242
|
+
const { bum: o3, scope: n3, job: a3, subTree: s3, um: r3, m: i3, a: u3, parent: c3, slots: { __: d3 } } = e4;
|
|
1243
|
+
var p3;
|
|
1244
|
+
ka(i3), ka(u3), o3 && He(o3), c3 && Ve(d3) && d3.forEach((e5) => {
|
|
1245
|
+
c3.renderCache[e5] = void 0;
|
|
1246
|
+
}), n3.stop(), a3 && (a3.flags |= 8, F2(s3, e4, t3, l3)), r3 && ba(r3, t3), ba(() => {
|
|
1247
|
+
e4.isUnmounted = true;
|
|
1248
|
+
}, t3), t3 && t3.pendingBranch && !t3.isUnmounted && e4.asyncDep && !e4.asyncResolved && e4.suspenseId === t3.pendingId && (t3.deps--, 0 === t3.deps && t3.resolve()), "production" !== process.env.NODE_ENV && (p3 = e4, No && "function" == typeof No.cleanupBuffer && !No.cleanupBuffer(p3) && Mo(p3));
|
|
1249
|
+
}, L2 = (e4, t3, l3, o3 = false, n3 = false, a3 = 0) => {
|
|
1250
|
+
for (let s3 = a3; s3 < e4.length; s3++) F2(e4[s3], t3, l3, o3, n3);
|
|
1251
|
+
}, R2 = (e4) => {
|
|
1252
|
+
if (6 & e4.shapeFlag) return R2(e4.component.subTree);
|
|
1253
|
+
if (128 & e4.shapeFlag) return e4.suspense.next();
|
|
1254
|
+
const t3 = d2(e4.anchor || e4.el), l3 = t3 && t3[Go];
|
|
1255
|
+
return l3 ? d2(l3) : t3;
|
|
1256
|
+
};
|
|
1257
|
+
let q2 = false;
|
|
1258
|
+
const H2 = (e4, t3, l3) => {
|
|
1259
|
+
null == e4 ? t3._vnode && F2(t3._vnode, null, null, true) : f2(t3._vnode || null, e4, t3, null, null, null, l3), t3._vnode = e4, q2 || (q2 = true, vo(), ho(), q2 = false);
|
|
1260
|
+
}, G2 = { p: f2, um: F2, m: I2, r: P2, mt: T2, mc: x2, pc: M2, pbc: C2, n: R2, o: e3 };
|
|
1261
|
+
let J2;
|
|
1262
|
+
return { render: H2, hydrate: J2, createApp: qn(H2) };
|
|
1263
|
+
}(e2);
|
|
1264
|
+
}
|
|
1265
|
+
function _a({ type: e2, props: t2 }, l2) {
|
|
1266
|
+
return "svg" === l2 && "foreignObject" === e2 || "mathml" === l2 && "annotation-xml" === e2 && t2 && t2.encoding && t2.encoding.includes("html") ? void 0 : l2;
|
|
1267
|
+
}
|
|
1268
|
+
function Va({ effect: e2, job: t2 }, l2) {
|
|
1269
|
+
l2 ? (e2.flags |= 32, t2.flags |= 4) : (e2.flags &= -33, t2.flags &= -5);
|
|
1270
|
+
}
|
|
1271
|
+
function Ea(e2, t2, l2 = false) {
|
|
1272
|
+
const o2 = e2.children, n2 = t2.children;
|
|
1273
|
+
if (Ve(o2) && Ve(n2)) for (let e3 = 0; e3 < o2.length; e3++) {
|
|
1274
|
+
const t3 = o2[e3];
|
|
1275
|
+
let a2 = n2[e3];
|
|
1276
|
+
1 & a2.shapeFlag && !a2.dynamicChildren && ((a2.patchFlag <= 0 || 32 === a2.patchFlag) && (a2 = n2[e3] = hs(n2[e3]), a2.el = t3.el), l2 || -2 === a2.patchFlag || Ea(t3, a2)), a2.type === Ja && (a2.el = t3.el), a2.type !== Wa || a2.el || (a2.el = t3.el), "production" !== process.env.NODE_ENV && a2.el && (a2.el.__vnode = a2);
|
|
1277
|
+
}
|
|
1278
|
+
}
|
|
1279
|
+
function xa(e2) {
|
|
1280
|
+
const t2 = e2.subTree.component;
|
|
1281
|
+
if (t2) return t2.asyncDep && !t2.asyncResolved ? t2 : xa(t2);
|
|
1282
|
+
}
|
|
1283
|
+
function ka(e2) {
|
|
1284
|
+
if (e2) for (let t2 = 0; t2 < e2.length; t2++) e2[t2].flags |= 8;
|
|
1285
|
+
}
|
|
1286
|
+
const Ca = Symbol.for("v-scx"), Na = () => {
|
|
1287
|
+
{
|
|
1288
|
+
const e2 = Gn(Ca);
|
|
1289
|
+
return e2 || "production" !== process.env.NODE_ENV && Ql("Server rendering context not provided. Make sure to only call useSSRContext() conditionally in the server build."), e2;
|
|
1290
|
+
}
|
|
1291
|
+
};
|
|
1292
|
+
function Oa(e2, t2, l2) {
|
|
1293
|
+
return "production" === process.env.NODE_ENV || ke(t2) || Ql("`watch(fn, options?)` signature has been moved to a separate API. Use `watchEffect(fn, options?)` instead. `watch` now only supports `watch(source, cb, options?) signature."), Sa(e2, t2, l2);
|
|
1294
|
+
}
|
|
1295
|
+
function Sa(e2, t2, l2 = pe) {
|
|
1296
|
+
const { immediate: o2, deep: n2, flush: a2, once: s2 } = l2;
|
|
1297
|
+
"production" === process.env.NODE_ENV || t2 || (void 0 !== o2 && Ql('watch() "immediate" option is only respected when using the watch(source, callback, options?) signature.'), void 0 !== n2 && Ql('watch() "deep" option is only respected when using the watch(source, callback, options?) signature.'), void 0 !== s2 && Ql('watch() "once" option is only respected when using the watch(source, callback, options?) signature.'));
|
|
1298
|
+
const r2 = ge({}, l2);
|
|
1299
|
+
"production" !== process.env.NODE_ENV && (r2.onWarn = Ql);
|
|
1300
|
+
const i2 = t2 && o2 || !t2 && "post" !== a2;
|
|
1301
|
+
let u2;
|
|
1302
|
+
if (Ts) {
|
|
1303
|
+
if ("sync" === a2) {
|
|
1304
|
+
const e3 = Na();
|
|
1305
|
+
u2 = e3.__watcherHandles || (e3.__watcherHandles = []);
|
|
1306
|
+
} else if (!i2) {
|
|
1307
|
+
const e3 = () => {
|
|
1308
|
+
};
|
|
1309
|
+
return e3.stop = fe, e3.resume = fe, e3.pause = fe, e3;
|
|
1310
|
+
}
|
|
1311
|
+
}
|
|
1312
|
+
const c2 = _s;
|
|
1313
|
+
r2.call = (e3, t3, l3) => to(e3, c2, t3, l3);
|
|
1314
|
+
let d2 = false;
|
|
1315
|
+
"post" === a2 ? r2.scheduler = (e3) => {
|
|
1316
|
+
ba(e3, c2 && c2.suspense);
|
|
1317
|
+
} : "sync" !== a2 && (d2 = true, r2.scheduler = (e3, t3) => {
|
|
1318
|
+
t3 ? e3() : po(e3);
|
|
1319
|
+
}), r2.augmentJob = (e3) => {
|
|
1320
|
+
t2 && (e3.flags |= 4), d2 && (e3.flags |= 2, c2 && (e3.id = c2.uid, e3.i = c2));
|
|
1321
|
+
};
|
|
1322
|
+
const p2 = ql(e2, t2, r2);
|
|
1323
|
+
return Ts && (u2 ? u2.push(p2) : i2 && p2()), p2;
|
|
1324
|
+
}
|
|
1325
|
+
function Ta(e2, t2, l2) {
|
|
1326
|
+
const o2 = this.proxy, n2 = Ce(e2) ? e2.includes(".") ? Da(o2, e2) : () => o2[e2] : e2.bind(o2, o2);
|
|
1327
|
+
let a2;
|
|
1328
|
+
ke(t2) ? a2 = t2 : (a2 = t2.handler, l2 = t2);
|
|
1329
|
+
const s2 = ks(this), r2 = Sa(n2, a2.bind(o2), l2);
|
|
1330
|
+
return s2(), r2;
|
|
1331
|
+
}
|
|
1332
|
+
function Da(e2, t2) {
|
|
1333
|
+
const l2 = t2.split(".");
|
|
1334
|
+
return () => {
|
|
1335
|
+
let t3 = e2;
|
|
1336
|
+
for (let e3 = 0; e3 < l2.length && t3; e3++) t3 = t3[l2[e3]];
|
|
1337
|
+
return t3;
|
|
1338
|
+
};
|
|
1339
|
+
}
|
|
1340
|
+
const Aa = (e2, t2) => "modelValue" === t2 || "model-value" === t2 ? e2.modelModifiers : e2[`${t2}Modifiers`] || e2[`${Pe(t2)}Modifiers`] || e2[`${$e(t2)}Modifiers`];
|
|
1341
|
+
function Ua(e2, t2, ...l2) {
|
|
1342
|
+
if (e2.isUnmounted) return;
|
|
1343
|
+
const o2 = e2.vnode.props || pe;
|
|
1344
|
+
if ("production" !== process.env.NODE_ENV) {
|
|
1345
|
+
const { emitsOptions: o3, propsOptions: [n3] } = e2;
|
|
1346
|
+
if (o3) if (t2 in o3) {
|
|
1347
|
+
const e3 = o3[t2];
|
|
1348
|
+
if (ke(e3)) {
|
|
1349
|
+
e3(...l2) || Ql(`Invalid event arguments: event validation failed for event "${t2}".`);
|
|
1350
|
+
}
|
|
1351
|
+
} else n3 && Re(Pe(t2)) in n3 || Ql(`Component emitted event "${t2}" but it is neither declared in the emits option nor as an "${Re(Pe(t2))}" prop.`);
|
|
1352
|
+
}
|
|
1353
|
+
let n2 = l2;
|
|
1354
|
+
const a2 = t2.startsWith("update:"), s2 = a2 && Aa(o2, t2.slice(7));
|
|
1355
|
+
if (s2 && (s2.trim && (n2 = l2.map((e3) => Ce(e3) ? e3.trim() : e3)), s2.number && (n2 = l2.map(Je))), "production" !== process.env.NODE_ENV && function(e3, t3, l3) {
|
|
1356
|
+
To("component:emit", e3.appContext.app, e3, t3, l3);
|
|
1357
|
+
}(e2, t2, n2), "production" !== process.env.NODE_ENV) {
|
|
1358
|
+
const l3 = t2.toLowerCase();
|
|
1359
|
+
l3 !== t2 && o2[Re(l3)] && Ql(`Event "${l3}" is emitted in component ${Ps(e2, e2.type)} but the handler is registered for "${t2}". Note that HTML attributes are case-insensitive and you cannot use v-on to listen to camelCase events when using in-DOM templates. You should probably use "${$e(t2)}" instead of "${t2}".`);
|
|
1360
|
+
}
|
|
1361
|
+
let r2, i2 = o2[r2 = Re(t2)] || o2[r2 = Re(Pe(t2))];
|
|
1362
|
+
!i2 && a2 && (i2 = o2[r2 = Re($e(t2))]), i2 && to(i2, e2, 6, n2);
|
|
1363
|
+
const u2 = o2[r2 + "Once"];
|
|
1364
|
+
if (u2) {
|
|
1365
|
+
if (e2.emitted) {
|
|
1366
|
+
if (e2.emitted[r2]) return;
|
|
1367
|
+
} else e2.emitted = {};
|
|
1368
|
+
e2.emitted[r2] = true, to(u2, e2, 6, n2);
|
|
1369
|
+
}
|
|
1370
|
+
}
|
|
1371
|
+
function Ma(e2, t2, l2 = false) {
|
|
1372
|
+
const o2 = t2.emitsCache, n2 = o2.get(e2);
|
|
1373
|
+
if (void 0 !== n2) return n2;
|
|
1374
|
+
const a2 = e2.emits;
|
|
1375
|
+
let s2 = {}, r2 = false;
|
|
1376
|
+
if (!ke(e2)) {
|
|
1377
|
+
const o3 = (e3) => {
|
|
1378
|
+
const l3 = Ma(e3, t2, true);
|
|
1379
|
+
l3 && (r2 = true, ge(s2, l3));
|
|
1380
|
+
};
|
|
1381
|
+
!l2 && t2.mixins.length && t2.mixins.forEach(o3), e2.extends && o3(e2.extends), e2.mixins && e2.mixins.forEach(o3);
|
|
1382
|
+
}
|
|
1383
|
+
return a2 || r2 ? (Ve(a2) ? a2.forEach((e3) => s2[e3] = null) : ge(s2, a2), Oe(e2) && o2.set(e2, s2), s2) : (Oe(e2) && o2.set(e2, null), null);
|
|
1384
|
+
}
|
|
1385
|
+
function za(e2, t2) {
|
|
1386
|
+
return !(!e2 || !he(t2)) && (t2 = t2.slice(2).replace(/Once$/, ""), _e(e2, t2[0].toLowerCase() + t2.slice(1)) || _e(e2, $e(t2)) || _e(e2, t2));
|
|
1387
|
+
}
|
|
1388
|
+
let ja = false;
|
|
1389
|
+
function Ia() {
|
|
1390
|
+
ja = true;
|
|
1391
|
+
}
|
|
1392
|
+
function Fa(e2) {
|
|
1393
|
+
const { type: t2, vnode: l2, proxy: o2, withProxy: n2, propsOptions: [a2], slots: s2, attrs: r2, emit: i2, render: u2, renderCache: c2, props: d2, data: p2, setupState: m2, ctx: f2, inheritAttrs: v2 } = e2, h2 = $o(e2);
|
|
1394
|
+
let y2, g2;
|
|
1395
|
+
"production" !== process.env.NODE_ENV && (ja = false);
|
|
1396
|
+
try {
|
|
1397
|
+
if (4 & l2.shapeFlag) {
|
|
1398
|
+
const e3 = n2 || o2, t3 = "production" !== process.env.NODE_ENV && m2.__isScriptSetup ? new Proxy(e3, { get: (e4, t4, l3) => (Ql(`Property '${String(t4)}' was accessed via 'this'. Avoid using 'this' in templates.`), Reflect.get(e4, t4, l3)) }) : e3;
|
|
1399
|
+
y2 = vs(u2.call(t3, e3, c2, "production" !== process.env.NODE_ENV ? kl(d2) : d2, m2, p2, f2)), g2 = r2;
|
|
1400
|
+
} else {
|
|
1401
|
+
const e3 = t2;
|
|
1402
|
+
"production" !== process.env.NODE_ENV && r2 === d2 && Ia(), y2 = vs(e3.length > 1 ? e3("production" !== process.env.NODE_ENV ? kl(d2) : d2, "production" !== process.env.NODE_ENV ? { get attrs() {
|
|
1403
|
+
return Ia(), kl(r2);
|
|
1404
|
+
}, slots: s2, emit: i2 } : { attrs: r2, slots: s2, emit: i2 }) : e3("production" !== process.env.NODE_ENV ? kl(d2) : d2, null)), g2 = t2.props ? r2 : $a(r2);
|
|
1405
|
+
}
|
|
1406
|
+
} catch (t3) {
|
|
1407
|
+
Qa.length = 0, lo(t3, e2, 1), y2 = us(Wa);
|
|
1408
|
+
}
|
|
1409
|
+
let b2, w2 = y2;
|
|
1410
|
+
if ("production" !== process.env.NODE_ENV && y2.patchFlag > 0 && 2048 & y2.patchFlag && ([w2, b2] = Pa(y2)), g2 && false !== v2) {
|
|
1411
|
+
const e3 = Object.keys(g2), { shapeFlag: t3 } = w2;
|
|
1412
|
+
if (e3.length) {
|
|
1413
|
+
if (7 & t3) a2 && e3.some(ye) && (g2 = La(g2, a2)), w2 = ds(w2, g2, false, true);
|
|
1414
|
+
else if ("production" !== process.env.NODE_ENV && !ja && w2.type !== Wa) {
|
|
1415
|
+
const e4 = Object.keys(r2), t4 = [], l3 = [];
|
|
1416
|
+
for (let o3 = 0, n3 = e4.length; o3 < n3; o3++) {
|
|
1417
|
+
const n4 = e4[o3];
|
|
1418
|
+
he(n4) ? ye(n4) || t4.push(n4[2].toLowerCase() + n4.slice(3)) : l3.push(n4);
|
|
1419
|
+
}
|
|
1420
|
+
l3.length && Ql(`Extraneous non-props attributes (${l3.join(", ")}) were passed to component but could not be automatically inherited because component renders fragment or text or teleport root nodes.`), t4.length && Ql(`Extraneous non-emits event listeners (${t4.join(", ")}) were passed to component but could not be automatically inherited because component renders fragment or text root nodes. If the listener is intended to be a component custom event listener only, declare it using the "emits" option.`);
|
|
1421
|
+
}
|
|
1422
|
+
}
|
|
1423
|
+
}
|
|
1424
|
+
return l2.dirs && ("production" === process.env.NODE_ENV || Ra(w2) || Ql("Runtime directive used on component with non-element root node. The directives will not function as intended."), w2 = ds(w2, null, false, true), w2.dirs = w2.dirs ? w2.dirs.concat(l2.dirs) : l2.dirs), l2.transition && ("production" === process.env.NODE_ENV || Ra(w2) || Ql("Component inside <Transition> renders non-element root node that cannot be animated."), Jo(w2, l2.transition)), "production" !== process.env.NODE_ENV && b2 ? b2(w2) : y2 = w2, $o(h2), y2;
|
|
1425
|
+
}
|
|
1426
|
+
const Pa = (e2) => {
|
|
1427
|
+
const t2 = e2.children, l2 = e2.dynamicChildren, o2 = Ba(t2, false);
|
|
1428
|
+
if (!o2) return [e2, void 0];
|
|
1429
|
+
if ("production" !== process.env.NODE_ENV && o2.patchFlag > 0 && 2048 & o2.patchFlag) return Pa(o2);
|
|
1430
|
+
const n2 = t2.indexOf(o2), a2 = l2 ? l2.indexOf(o2) : -1;
|
|
1431
|
+
return [vs(o2), (o3) => {
|
|
1432
|
+
t2[n2] = o3, l2 && (a2 > -1 ? l2[a2] = o3 : o3.patchFlag > 0 && (e2.dynamicChildren = [...l2, o3]));
|
|
1433
|
+
}];
|
|
1434
|
+
};
|
|
1435
|
+
function Ba(e2, t2 = true) {
|
|
1436
|
+
let l2;
|
|
1437
|
+
for (let o2 = 0; o2 < e2.length; o2++) {
|
|
1438
|
+
const n2 = e2[o2];
|
|
1439
|
+
if (!ns(n2)) return;
|
|
1440
|
+
if (n2.type !== Wa || "v-if" === n2.children) {
|
|
1441
|
+
if (l2) return;
|
|
1442
|
+
if (l2 = n2, "production" !== process.env.NODE_ENV && t2 && l2.patchFlag > 0 && 2048 & l2.patchFlag) return Ba(l2.children);
|
|
1443
|
+
}
|
|
1444
|
+
}
|
|
1445
|
+
return l2;
|
|
1446
|
+
}
|
|
1447
|
+
const $a = (e2) => {
|
|
1448
|
+
let t2;
|
|
1449
|
+
for (const l2 in e2) ("class" === l2 || "style" === l2 || he(l2)) && ((t2 || (t2 = {}))[l2] = e2[l2]);
|
|
1450
|
+
return t2;
|
|
1451
|
+
}, La = (e2, t2) => {
|
|
1452
|
+
const l2 = {};
|
|
1453
|
+
for (const o2 in e2) ye(o2) && o2.slice(9) in t2 || (l2[o2] = e2[o2]);
|
|
1454
|
+
return l2;
|
|
1455
|
+
}, Ra = (e2) => 7 & e2.shapeFlag || e2.type === Wa;
|
|
1456
|
+
function qa(e2, t2, l2) {
|
|
1457
|
+
const o2 = Object.keys(t2);
|
|
1458
|
+
if (o2.length !== Object.keys(e2).length) return true;
|
|
1459
|
+
for (let n2 = 0; n2 < o2.length; n2++) {
|
|
1460
|
+
const a2 = o2[n2];
|
|
1461
|
+
if (t2[a2] !== e2[a2] && !za(l2, a2)) return true;
|
|
1462
|
+
}
|
|
1463
|
+
return false;
|
|
1464
|
+
}
|
|
1465
|
+
const Ha = (e2) => e2.__isSuspense;
|
|
1466
|
+
const Ga = Symbol.for("v-fgt"), Ja = Symbol.for("v-txt"), Wa = Symbol.for("v-cmt"), Ka = Symbol.for("v-stc"), Qa = [];
|
|
1467
|
+
let Xa = null;
|
|
1468
|
+
function Ya(e2 = false) {
|
|
1469
|
+
Qa.push(Xa = e2 ? null : []);
|
|
1470
|
+
}
|
|
1471
|
+
let Za = 1;
|
|
1472
|
+
function es(e2, t2 = false) {
|
|
1473
|
+
Za += e2, e2 < 0 && Xa && t2 && (Xa.hasOnce = true);
|
|
1474
|
+
}
|
|
1475
|
+
function ts(e2) {
|
|
1476
|
+
return e2.dynamicChildren = Za > 0 ? Xa || me : null, Qa.pop(), Xa = Qa[Qa.length - 1] || null, Za > 0 && Xa && Xa.push(e2), e2;
|
|
1477
|
+
}
|
|
1478
|
+
function ls(e2, t2, l2, o2, n2, a2) {
|
|
1479
|
+
return ts(is(e2, t2, l2, o2, n2, a2, true));
|
|
1480
|
+
}
|
|
1481
|
+
function os(e2, t2, l2, o2, n2) {
|
|
1482
|
+
return ts(us(e2, t2, l2, o2, n2, true));
|
|
1483
|
+
}
|
|
1484
|
+
function ns(e2) {
|
|
1485
|
+
return !!e2 && true === e2.__v_isVNode;
|
|
1486
|
+
}
|
|
1487
|
+
function as(e2, t2) {
|
|
1488
|
+
if ("production" !== process.env.NODE_ENV && 6 & t2.shapeFlag && e2.component) {
|
|
1489
|
+
const l2 = _o.get(t2.type);
|
|
1490
|
+
if (l2 && l2.has(e2.component)) return e2.shapeFlag &= -257, t2.shapeFlag &= -513, false;
|
|
1491
|
+
}
|
|
1492
|
+
return e2.type === t2.type && e2.key === t2.key;
|
|
1493
|
+
}
|
|
1494
|
+
const ss = ({ key: e2 }) => null != e2 ? e2 : null, rs = ({ ref: e2, ref_key: t2, ref_for: l2 }) => ("number" == typeof e2 && (e2 = "" + e2), null != e2 ? Ce(e2) || Ml(e2) || ke(e2) ? { i: Po, r: e2, k: t2, f: !!l2 } : e2 : null);
|
|
1495
|
+
function is(e2, t2 = null, l2 = null, o2 = 0, n2 = null, a2 = e2 === Ga ? 0 : 1, s2 = false, r2 = false) {
|
|
1496
|
+
const i2 = { __v_isVNode: true, __v_skip: true, type: e2, props: t2, key: t2 && ss(t2), ref: t2 && rs(t2), scopeId: Bo, slotScopeIds: null, children: l2, component: null, suspense: null, ssContent: null, ssFallback: null, dirs: null, transition: null, el: null, anchor: null, target: null, targetStart: null, targetAnchor: null, staticCount: 0, shapeFlag: a2, patchFlag: o2, dynamicProps: n2, dynamicChildren: null, appContext: null, ctx: Po };
|
|
1497
|
+
return r2 ? (ys(i2, l2), 128 & a2 && e2.normalize(i2)) : l2 && (i2.shapeFlag |= Ce(l2) ? 8 : 16), "production" !== process.env.NODE_ENV && i2.key != i2.key && Ql("VNode created with invalid key (NaN). VNode type:", i2.type), Za > 0 && !s2 && Xa && (i2.patchFlag > 0 || 6 & a2) && 32 !== i2.patchFlag && Xa.push(i2), i2;
|
|
1498
|
+
}
|
|
1499
|
+
const us = "production" !== process.env.NODE_ENV ? (...e2) => cs(...e2) : cs;
|
|
1500
|
+
function cs(e2, t2 = null, l2 = null, o2 = 0, n2 = null, a2 = false) {
|
|
1501
|
+
if (e2 && e2 !== wn || ("production" === process.env.NODE_ENV || e2 || Ql(`Invalid vnode type when creating vnode: ${e2}.`), e2 = Wa), ns(e2)) {
|
|
1502
|
+
const o3 = ds(e2, t2, true);
|
|
1503
|
+
return l2 && ys(o3, l2), Za > 0 && !a2 && Xa && (6 & o3.shapeFlag ? Xa[Xa.indexOf(e2)] = o3 : Xa.push(o3)), o3.patchFlag = -2, o3;
|
|
1504
|
+
}
|
|
1505
|
+
if (Bs(e2) && (e2 = e2.__vccOpts), t2) {
|
|
1506
|
+
t2 = function(e4) {
|
|
1507
|
+
return e4 ? Tl(e4) || Kn(e4) ? ge({}, e4) : e4 : null;
|
|
1508
|
+
}(t2);
|
|
1509
|
+
let { class: e3, style: l3 } = t2;
|
|
1510
|
+
e3 && !Ce(e3) && (t2.class = tt(e3)), Oe(l3) && (Tl(l3) && !Ve(l3) && (l3 = ge({}, l3)), t2.style = Qe(l3));
|
|
1511
|
+
}
|
|
1512
|
+
const s2 = Ce(e2) ? 1 : Ha(e2) ? 128 : ((e3) => e3.__isTeleport)(e2) ? 64 : Oe(e2) ? 4 : ke(e2) ? 2 : 0;
|
|
1513
|
+
return "production" !== process.env.NODE_ENV && 4 & s2 && Tl(e2) && Ql("Vue received a Component that was made a reactive object. This can lead to unnecessary performance overhead and should be avoided by marking the component with `markRaw` or using `shallowRef` instead of `ref`.", "\nComponent that was made reactive: ", e2 = Dl(e2)), is(e2, t2, l2, o2, n2, s2, a2, true);
|
|
1514
|
+
}
|
|
1515
|
+
function ds(e2, t2, l2 = false, o2 = false) {
|
|
1516
|
+
const { props: n2, ref: a2, patchFlag: s2, children: r2, transition: i2 } = e2, u2 = t2 ? function(...e3) {
|
|
1517
|
+
const t3 = {};
|
|
1518
|
+
for (let l3 = 0; l3 < e3.length; l3++) {
|
|
1519
|
+
const o3 = e3[l3];
|
|
1520
|
+
for (const e4 in o3) if ("class" === e4) t3.class !== o3.class && (t3.class = tt([t3.class, o3.class]));
|
|
1521
|
+
else if ("style" === e4) t3.style = Qe([t3.style, o3.style]);
|
|
1522
|
+
else if (he(e4)) {
|
|
1523
|
+
const l4 = t3[e4], n3 = o3[e4];
|
|
1524
|
+
!n3 || l4 === n3 || Ve(l4) && l4.includes(n3) || (t3[e4] = l4 ? [].concat(l4, n3) : n3);
|
|
1525
|
+
} else "" !== e4 && (t3[e4] = o3[e4]);
|
|
1526
|
+
}
|
|
1527
|
+
return t3;
|
|
1528
|
+
}(n2 || {}, t2) : n2, c2 = { __v_isVNode: true, __v_skip: true, type: e2.type, props: u2, key: u2 && ss(u2), ref: t2 && t2.ref ? l2 && a2 ? Ve(a2) ? a2.concat(rs(t2)) : [a2, rs(t2)] : rs(t2) : a2, scopeId: e2.scopeId, slotScopeIds: e2.slotScopeIds, children: "production" !== process.env.NODE_ENV && -1 === s2 && Ve(r2) ? r2.map(ps) : r2, target: e2.target, targetStart: e2.targetStart, targetAnchor: e2.targetAnchor, staticCount: e2.staticCount, shapeFlag: e2.shapeFlag, patchFlag: t2 && e2.type !== Ga ? -1 === s2 ? 16 : 16 | s2 : s2, dynamicProps: e2.dynamicProps, dynamicChildren: e2.dynamicChildren, appContext: e2.appContext, dirs: e2.dirs, transition: i2, component: e2.component, suspense: e2.suspense, ssContent: e2.ssContent && ds(e2.ssContent), ssFallback: e2.ssFallback && ds(e2.ssFallback), placeholder: e2.placeholder, el: e2.el, anchor: e2.anchor, ctx: e2.ctx, ce: e2.ce };
|
|
1529
|
+
return i2 && o2 && Jo(c2, i2.clone(c2)), c2;
|
|
1530
|
+
}
|
|
1531
|
+
function ps(e2) {
|
|
1532
|
+
const t2 = ds(e2);
|
|
1533
|
+
return Ve(e2.children) && (t2.children = e2.children.map(ps)), t2;
|
|
1534
|
+
}
|
|
1535
|
+
function ms(e2 = " ", t2 = 0) {
|
|
1536
|
+
return us(Ja, null, e2, t2);
|
|
1537
|
+
}
|
|
1538
|
+
function fs(e2 = "", t2 = false) {
|
|
1539
|
+
return t2 ? (Ya(), os(Wa, null, e2)) : us(Wa, null, e2);
|
|
1540
|
+
}
|
|
1541
|
+
function vs(e2) {
|
|
1542
|
+
return null == e2 || "boolean" == typeof e2 ? us(Wa) : Ve(e2) ? us(Ga, null, e2.slice()) : ns(e2) ? hs(e2) : us(Ja, null, String(e2));
|
|
1543
|
+
}
|
|
1544
|
+
function hs(e2) {
|
|
1545
|
+
return null === e2.el && -1 !== e2.patchFlag || e2.memo ? e2 : ds(e2);
|
|
1546
|
+
}
|
|
1547
|
+
function ys(e2, t2) {
|
|
1548
|
+
let l2 = 0;
|
|
1549
|
+
const { shapeFlag: o2 } = e2;
|
|
1550
|
+
if (null == t2) t2 = null;
|
|
1551
|
+
else if (Ve(t2)) l2 = 16;
|
|
1552
|
+
else if ("object" == typeof t2) {
|
|
1553
|
+
if (65 & o2) {
|
|
1554
|
+
const l3 = t2.default;
|
|
1555
|
+
return void (l3 && (l3._c && (l3._d = false), ys(e2, l3()), l3._c && (l3._d = true)));
|
|
1556
|
+
}
|
|
1557
|
+
{
|
|
1558
|
+
l2 = 32;
|
|
1559
|
+
const o3 = t2._;
|
|
1560
|
+
o3 || Kn(t2) ? 3 === o3 && Po && (1 === Po.slots._ ? t2._ = 1 : (t2._ = 2, e2.patchFlag |= 1024)) : t2._ctx = Po;
|
|
1561
|
+
}
|
|
1562
|
+
} else ke(t2) ? (t2 = { default: t2, _ctx: Po }, l2 = 32) : (t2 = String(t2), 64 & o2 ? (l2 = 16, t2 = [ms(t2)]) : l2 = 8);
|
|
1563
|
+
e2.children = t2, e2.shapeFlag |= l2;
|
|
1564
|
+
}
|
|
1565
|
+
function gs(e2, t2, l2, o2 = null) {
|
|
1566
|
+
to(e2, t2, 7, [l2, o2]);
|
|
1567
|
+
}
|
|
1568
|
+
const bs = Ln();
|
|
1569
|
+
let ws = 0;
|
|
1570
|
+
let _s = null;
|
|
1571
|
+
const Vs = () => _s || Po;
|
|
1572
|
+
let Es, xs;
|
|
1573
|
+
{
|
|
1574
|
+
const e2 = Ke(), t2 = (t3, l2) => {
|
|
1575
|
+
let o2;
|
|
1576
|
+
return (o2 = e2[t3]) || (o2 = e2[t3] = []), o2.push(l2), (e3) => {
|
|
1577
|
+
o2.length > 1 ? o2.forEach((t4) => t4(e3)) : o2[0](e3);
|
|
1578
|
+
};
|
|
1579
|
+
};
|
|
1580
|
+
Es = t2("__VUE_INSTANCE_SETTERS__", (e3) => _s = e3), xs = t2("__VUE_SSR_SETTERS__", (e3) => Ts = e3);
|
|
1581
|
+
}
|
|
1582
|
+
const ks = (e2) => {
|
|
1583
|
+
const t2 = _s;
|
|
1584
|
+
return Es(e2), e2.scope.on(), () => {
|
|
1585
|
+
e2.scope.off(), Es(t2);
|
|
1586
|
+
};
|
|
1587
|
+
}, Cs = () => {
|
|
1588
|
+
_s && _s.scope.off(), Es(null);
|
|
1589
|
+
}, Ns = de("slot,component");
|
|
1590
|
+
function Os(e2, { isNativeTag: t2 }) {
|
|
1591
|
+
(Ns(e2) || t2(e2)) && Ql("Do not use built-in or reserved HTML elements as component id: " + e2);
|
|
1592
|
+
}
|
|
1593
|
+
function Ss(e2) {
|
|
1594
|
+
return 4 & e2.vnode.shapeFlag;
|
|
1595
|
+
}
|
|
1596
|
+
let Ts = false;
|
|
1597
|
+
function Ds(e2, t2, l2) {
|
|
1598
|
+
ke(t2) ? e2.type.__ssrInlineRender ? e2.ssrRender = t2 : e2.render = t2 : Oe(t2) ? ("production" !== process.env.NODE_ENV && ns(t2) && Ql("setup() should not return VNodes directly - return a render function instead."), "production" !== process.env.NODE_ENV && (e2.devtoolsRawSetupState = t2), e2.setupState = Pl(t2), "production" !== process.env.NODE_ENV && function(e3) {
|
|
1599
|
+
const { ctx: t3, setupState: l3 } = e3;
|
|
1600
|
+
Object.keys(Dl(l3)).forEach((e4) => {
|
|
1601
|
+
if (!l3.__isScriptSetup) {
|
|
1602
|
+
if (Cn(e4[0])) return void Ql(`setup() return property ${JSON.stringify(e4)} should not start with "$" or "_" which are reserved prefixes for Vue internals.`);
|
|
1603
|
+
Object.defineProperty(t3, e4, { enumerable: true, configurable: true, get: () => l3[e4], set: fe });
|
|
1604
|
+
}
|
|
1605
|
+
});
|
|
1606
|
+
}(e2)) : "production" !== process.env.NODE_ENV && void 0 !== t2 && Ql("setup() should return an object. Received: " + (null === t2 ? "null" : typeof t2)), Us(e2, l2);
|
|
1607
|
+
}
|
|
1608
|
+
const As = () => true;
|
|
1609
|
+
function Us(e2, t2, l2) {
|
|
1610
|
+
const o2 = e2.type;
|
|
1611
|
+
e2.render || (e2.render = o2.render || fe);
|
|
1612
|
+
{
|
|
1613
|
+
const t3 = ks(e2);
|
|
1614
|
+
Dt();
|
|
1615
|
+
try {
|
|
1616
|
+
Dn(e2);
|
|
1617
|
+
} finally {
|
|
1618
|
+
At(), t3();
|
|
1619
|
+
}
|
|
1620
|
+
}
|
|
1621
|
+
"production" === process.env.NODE_ENV || o2.render || e2.render !== fe || t2 || (o2.template ? Ql('Component provided template option but runtime compilation is not supported in this build of Vue. Configure your bundler to alias "vue" to "vue/dist/vue.esm-bundler.js".') : Ql("Component is missing template or render function: ", o2));
|
|
1622
|
+
}
|
|
1623
|
+
const Ms = "production" !== process.env.NODE_ENV ? { get: (e2, t2) => (Ia(), Lt(e2, "get", ""), e2[t2]), set: () => (Ql("setupContext.attrs is readonly."), false), deleteProperty: () => (Ql("setupContext.attrs is readonly."), false) } : { get: (e2, t2) => (Lt(e2, "get", ""), e2[t2]) };
|
|
1624
|
+
function zs(e2) {
|
|
1625
|
+
return e2.exposed ? e2.exposeProxy || (e2.exposeProxy = new Proxy(Pl((t2 = e2.exposed, !_e(t2, "__v_skip") && Object.isExtensible(t2) && Ge(t2, "__v_skip", true), t2)), { get: (t3, l2) => l2 in t3 ? t3[l2] : l2 in kn ? kn[l2](e2) : void 0, has: (e3, t3) => t3 in e3 || t3 in kn })) : e2.proxy;
|
|
1626
|
+
var t2;
|
|
1627
|
+
}
|
|
1628
|
+
const js = /(?:^|[-_])(\w)/g, Is = (e2) => e2.replace(js, (e3) => e3.toUpperCase()).replace(/[-_]/g, "");
|
|
1629
|
+
function Fs(e2, t2 = true) {
|
|
1630
|
+
return ke(e2) ? e2.displayName || e2.name : e2.name || t2 && e2.__name;
|
|
1631
|
+
}
|
|
1632
|
+
function Ps(e2, t2, l2 = false) {
|
|
1633
|
+
let o2 = Fs(t2);
|
|
1634
|
+
if (!o2 && t2.__file) {
|
|
1635
|
+
const e3 = t2.__file.match(/([^/\\]+)\.\w+$/);
|
|
1636
|
+
e3 && (o2 = e3[1]);
|
|
1637
|
+
}
|
|
1638
|
+
if (!o2 && e2 && e2.parent) {
|
|
1639
|
+
const l3 = (e3) => {
|
|
1640
|
+
for (const l4 in e3) if (e3[l4] === t2) return l4;
|
|
1641
|
+
};
|
|
1642
|
+
o2 = l3(e2.components || e2.parent.type.components) || l3(e2.appContext.components);
|
|
1643
|
+
}
|
|
1644
|
+
return o2 ? Is(o2) : l2 ? "App" : "Anonymous";
|
|
1645
|
+
}
|
|
1646
|
+
function Bs(e2) {
|
|
1647
|
+
return ke(e2) && "__vccOpts" in e2;
|
|
1648
|
+
}
|
|
1649
|
+
const $s = (e2, t2) => {
|
|
1650
|
+
const l2 = function(e3, t3, l3 = false) {
|
|
1651
|
+
let o2, n2;
|
|
1652
|
+
ke(e3) ? o2 = e3 : (o2 = e3.get, n2 = e3.set);
|
|
1653
|
+
const a2 = new Bl(o2, n2, l3);
|
|
1654
|
+
return process.env.NODE_ENV, a2;
|
|
1655
|
+
}(e2, 0, Ts);
|
|
1656
|
+
if ("production" !== process.env.NODE_ENV) {
|
|
1657
|
+
const e3 = Vs();
|
|
1658
|
+
e3 && e3.appContext.config.warnRecursiveComputed && (l2._warnRecursive = true);
|
|
1659
|
+
}
|
|
1660
|
+
return l2;
|
|
1661
|
+
};
|
|
1662
|
+
function Ls(e2, t2, l2) {
|
|
1663
|
+
const o2 = arguments.length;
|
|
1664
|
+
return 2 === o2 ? Oe(t2) && !Ve(t2) ? ns(t2) ? us(e2, null, [t2]) : us(e2, t2) : us(e2, null, t2) : (o2 > 3 ? l2 = Array.prototype.slice.call(arguments, 2) : 3 === o2 && ns(l2) && (l2 = [l2]), us(e2, t2, l2));
|
|
1665
|
+
}
|
|
1666
|
+
const Rs = "3.5.18", qs = "production" !== process.env.NODE_ENV ? Ql : fe;
|
|
1667
|
+
let Hs;
|
|
1668
|
+
process.env.NODE_ENV, process.env.NODE_ENV;
|
|
1669
|
+
const Gs = "undefined" != typeof window && window.trustedTypes;
|
|
1670
|
+
if (Gs) try {
|
|
1671
|
+
Hs = Gs.createPolicy("vue", { createHTML: (e2) => e2 });
|
|
1672
|
+
} catch (e2) {
|
|
1673
|
+
"production" !== process.env.NODE_ENV && qs(`Error creating trusted types policy: ${e2}`);
|
|
1674
|
+
}
|
|
1675
|
+
const Js = Hs ? (e2) => Hs.createHTML(e2) : (e2) => e2, Ws = "undefined" != typeof document ? document : null, Ks = Ws && Ws.createElement("template"), Qs = { insert: (e2, t2, l2) => {
|
|
1676
|
+
t2.insertBefore(e2, l2 || null);
|
|
1677
|
+
}, remove: (e2) => {
|
|
1678
|
+
const t2 = e2.parentNode;
|
|
1679
|
+
t2 && t2.removeChild(e2);
|
|
1680
|
+
}, createElement: (e2, t2, l2, o2) => {
|
|
1681
|
+
const n2 = "svg" === t2 ? Ws.createElementNS("http://www.w3.org/2000/svg", e2) : "mathml" === t2 ? Ws.createElementNS("http://www.w3.org/1998/Math/MathML", e2) : l2 ? Ws.createElement(e2, { is: l2 }) : Ws.createElement(e2);
|
|
1682
|
+
return "select" === e2 && o2 && null != o2.multiple && n2.setAttribute("multiple", o2.multiple), n2;
|
|
1683
|
+
}, createText: (e2) => Ws.createTextNode(e2), createComment: (e2) => Ws.createComment(e2), setText: (e2, t2) => {
|
|
1684
|
+
e2.nodeValue = t2;
|
|
1685
|
+
}, setElementText: (e2, t2) => {
|
|
1686
|
+
e2.textContent = t2;
|
|
1687
|
+
}, parentNode: (e2) => e2.parentNode, nextSibling: (e2) => e2.nextSibling, querySelector: (e2) => Ws.querySelector(e2), setScopeId(e2, t2) {
|
|
1688
|
+
e2.setAttribute(t2, "");
|
|
1689
|
+
}, insertStaticContent(e2, t2, l2, o2, n2, a2) {
|
|
1690
|
+
const s2 = l2 ? l2.previousSibling : t2.lastChild;
|
|
1691
|
+
if (n2 && (n2 === a2 || n2.nextSibling)) for (; t2.insertBefore(n2.cloneNode(true), l2), n2 !== a2 && (n2 = n2.nextSibling); ) ;
|
|
1692
|
+
else {
|
|
1693
|
+
Ks.innerHTML = Js("svg" === o2 ? `<svg>${e2}</svg>` : "mathml" === o2 ? `<math>${e2}</math>` : e2);
|
|
1694
|
+
const n3 = Ks.content;
|
|
1695
|
+
if ("svg" === o2 || "mathml" === o2) {
|
|
1696
|
+
const e3 = n3.firstChild;
|
|
1697
|
+
for (; e3.firstChild; ) n3.appendChild(e3.firstChild);
|
|
1698
|
+
n3.removeChild(e3);
|
|
1699
|
+
}
|
|
1700
|
+
t2.insertBefore(n3, l2);
|
|
1701
|
+
}
|
|
1702
|
+
return [s2 ? s2.nextSibling : t2.firstChild, l2 ? l2.previousSibling : t2.lastChild];
|
|
1703
|
+
} }, Xs = Symbol("_vtc");
|
|
1704
|
+
const Ys = Symbol("_vod"), Zs = Symbol("_vsh"), er = { beforeMount(e2, { value: t2 }, { transition: l2 }) {
|
|
1705
|
+
e2[Ys] = "none" === e2.style.display ? "" : e2.style.display, l2 && t2 ? l2.beforeEnter(e2) : tr(e2, t2);
|
|
1706
|
+
}, mounted(e2, { value: t2 }, { transition: l2 }) {
|
|
1707
|
+
l2 && t2 && l2.enter(e2);
|
|
1708
|
+
}, updated(e2, { value: t2, oldValue: l2 }, { transition: o2 }) {
|
|
1709
|
+
!t2 != !l2 && (o2 ? t2 ? (o2.beforeEnter(e2), tr(e2, true), o2.enter(e2)) : o2.leave(e2, () => {
|
|
1710
|
+
tr(e2, false);
|
|
1711
|
+
}) : tr(e2, t2));
|
|
1712
|
+
}, beforeUnmount(e2, { value: t2 }) {
|
|
1713
|
+
tr(e2, t2);
|
|
1714
|
+
} };
|
|
1715
|
+
function tr(e2, t2) {
|
|
1716
|
+
e2.style.display = t2 ? e2[Ys] : "none", e2[Zs] = !t2;
|
|
1717
|
+
}
|
|
1718
|
+
"production" !== process.env.NODE_ENV && (er.name = "show");
|
|
1719
|
+
const lr = Symbol("production" !== process.env.NODE_ENV ? "CSS_VAR_TEXT" : ""), or = /(^|;)\s*display\s*:/;
|
|
1720
|
+
const nr = /[^\\];\s*$/, ar = /\s*!important$/;
|
|
1721
|
+
function sr(e2, t2, l2) {
|
|
1722
|
+
if (Ve(l2)) l2.forEach((l3) => sr(e2, t2, l3));
|
|
1723
|
+
else if (null == l2 && (l2 = ""), "production" !== process.env.NODE_ENV && nr.test(l2) && qs(`Unexpected semicolon at the end of '${t2}' style value: '${l2}'`), t2.startsWith("--")) e2.setProperty(t2, l2);
|
|
1724
|
+
else {
|
|
1725
|
+
const o2 = function(e3, t3) {
|
|
1726
|
+
const l3 = ir[t3];
|
|
1727
|
+
if (l3) return l3;
|
|
1728
|
+
let o3 = Pe(t3);
|
|
1729
|
+
if ("filter" !== o3 && o3 in e3) return ir[t3] = o3;
|
|
1730
|
+
o3 = Le(o3);
|
|
1731
|
+
for (let l4 = 0; l4 < rr.length; l4++) {
|
|
1732
|
+
const n2 = rr[l4] + o3;
|
|
1733
|
+
if (n2 in e3) return ir[t3] = n2;
|
|
1734
|
+
}
|
|
1735
|
+
return t3;
|
|
1736
|
+
}(e2, t2);
|
|
1737
|
+
ar.test(l2) ? e2.setProperty($e(o2), l2.replace(ar, ""), "important") : e2[o2] = l2;
|
|
1738
|
+
}
|
|
1739
|
+
}
|
|
1740
|
+
const rr = ["Webkit", "Moz", "ms"], ir = {};
|
|
1741
|
+
const ur = "http://www.w3.org/1999/xlink";
|
|
1742
|
+
function cr(e2, t2, l2, o2, n2, a2 = at(t2)) {
|
|
1743
|
+
o2 && t2.startsWith("xlink:") ? null == l2 ? e2.removeAttributeNS(ur, t2.slice(6, t2.length)) : e2.setAttributeNS(ur, t2, l2) : null == l2 || a2 && !st(l2) ? e2.removeAttribute(t2) : e2.setAttribute(t2, a2 ? "" : Ne(l2) ? String(l2) : l2);
|
|
1744
|
+
}
|
|
1745
|
+
function dr(e2, t2, l2, o2, n2) {
|
|
1746
|
+
if ("innerHTML" === t2 || "textContent" === t2) return void (null != l2 && (e2[t2] = "innerHTML" === t2 ? Js(l2) : l2));
|
|
1747
|
+
const a2 = e2.tagName;
|
|
1748
|
+
if ("value" === t2 && "PROGRESS" !== a2 && !a2.includes("-")) {
|
|
1749
|
+
const o3 = "OPTION" === a2 ? e2.getAttribute("value") || "" : e2.value, n3 = null == l2 ? "checkbox" === e2.type ? "on" : "" : String(l2);
|
|
1750
|
+
return o3 === n3 && "_value" in e2 || (e2.value = n3), null == l2 && e2.removeAttribute(t2), void (e2._value = l2);
|
|
1751
|
+
}
|
|
1752
|
+
let s2 = false;
|
|
1753
|
+
if ("" === l2 || null == l2) {
|
|
1754
|
+
const o3 = typeof e2[t2];
|
|
1755
|
+
"boolean" === o3 ? l2 = st(l2) : null == l2 && "string" === o3 ? (l2 = "", s2 = true) : "number" === o3 && (l2 = 0, s2 = true);
|
|
1756
|
+
}
|
|
1757
|
+
try {
|
|
1758
|
+
e2[t2] = l2;
|
|
1759
|
+
} catch (e3) {
|
|
1760
|
+
"production" === process.env.NODE_ENV || s2 || qs(`Failed setting prop "${t2}" on <${a2.toLowerCase()}>: value ${l2} is invalid.`, e3);
|
|
1761
|
+
}
|
|
1762
|
+
s2 && e2.removeAttribute(n2 || t2);
|
|
1763
|
+
}
|
|
1764
|
+
const pr = Symbol("_vei");
|
|
1765
|
+
function mr(e2, t2, l2, o2, n2 = null) {
|
|
1766
|
+
const a2 = e2[pr] || (e2[pr] = {}), s2 = a2[t2];
|
|
1767
|
+
if (o2 && s2) s2.value = "production" !== process.env.NODE_ENV ? gr(o2, t2) : o2;
|
|
1768
|
+
else {
|
|
1769
|
+
const [l3, r2] = function(e3) {
|
|
1770
|
+
let t3;
|
|
1771
|
+
if (fr.test(e3)) {
|
|
1772
|
+
let l5;
|
|
1773
|
+
for (t3 = {}; l5 = e3.match(fr); ) e3 = e3.slice(0, e3.length - l5[0].length), t3[l5[0].toLowerCase()] = true;
|
|
1774
|
+
}
|
|
1775
|
+
const l4 = ":" === e3[2] ? e3.slice(3) : $e(e3.slice(2));
|
|
1776
|
+
return [l4, t3];
|
|
1777
|
+
}(t2);
|
|
1778
|
+
if (o2) {
|
|
1779
|
+
const s3 = a2[t2] = function(e3, t3) {
|
|
1780
|
+
const l4 = (e4) => {
|
|
1781
|
+
if (e4._vts) {
|
|
1782
|
+
if (e4._vts <= l4.attached) return;
|
|
1783
|
+
} else e4._vts = Date.now();
|
|
1784
|
+
to(function(e5, t4) {
|
|
1785
|
+
if (Ve(t4)) {
|
|
1786
|
+
const l5 = e5.stopImmediatePropagation;
|
|
1787
|
+
return e5.stopImmediatePropagation = () => {
|
|
1788
|
+
l5.call(e5), e5._stopped = true;
|
|
1789
|
+
}, t4.map((e6) => (t5) => !t5._stopped && e6 && e6(t5));
|
|
1790
|
+
}
|
|
1791
|
+
return t4;
|
|
1792
|
+
}(e4, l4.value), t3, 5, [e4]);
|
|
1793
|
+
};
|
|
1794
|
+
return l4.value = e3, l4.attached = yr(), l4;
|
|
1795
|
+
}("production" !== process.env.NODE_ENV ? gr(o2, t2) : o2, n2);
|
|
1796
|
+
!function(e3, t3, l4, o3) {
|
|
1797
|
+
e3.addEventListener(t3, l4, o3);
|
|
1798
|
+
}(e2, l3, s3, r2);
|
|
1799
|
+
} else s2 && (!function(e3, t3, l4, o3) {
|
|
1800
|
+
e3.removeEventListener(t3, l4, o3);
|
|
1801
|
+
}(e2, l3, s2, r2), a2[t2] = void 0);
|
|
1802
|
+
}
|
|
1803
|
+
}
|
|
1804
|
+
const fr = /(?:Once|Passive|Capture)$/;
|
|
1805
|
+
let vr = 0;
|
|
1806
|
+
const hr = Promise.resolve(), yr = () => vr || (hr.then(() => vr = 0), vr = Date.now());
|
|
1807
|
+
function gr(e2, t2) {
|
|
1808
|
+
return ke(e2) || Ve(e2) ? e2 : (qs(`Wrong type passed as event handler to ${t2} - did you forget @ or : in front of your prop?
|
|
1809
|
+
Expected function or array of functions, received type ${typeof e2}.`), fe);
|
|
1810
|
+
}
|
|
1811
|
+
const br = (e2) => 111 === e2.charCodeAt(0) && 110 === e2.charCodeAt(1) && e2.charCodeAt(2) > 96 && e2.charCodeAt(2) < 123;
|
|
1812
|
+
const wr = ["ctrl", "shift", "alt", "meta"], _r = { stop: (e2) => e2.stopPropagation(), prevent: (e2) => e2.preventDefault(), self: (e2) => e2.target !== e2.currentTarget, ctrl: (e2) => !e2.ctrlKey, shift: (e2) => !e2.shiftKey, alt: (e2) => !e2.altKey, meta: (e2) => !e2.metaKey, left: (e2) => "button" in e2 && 0 !== e2.button, middle: (e2) => "button" in e2 && 1 !== e2.button, right: (e2) => "button" in e2 && 2 !== e2.button, exact: (e2, t2) => wr.some((l2) => e2[`${l2}Key`] && !t2.includes(l2)) }, Vr = (e2, t2) => {
|
|
1813
|
+
const l2 = e2._withMods || (e2._withMods = {}), o2 = t2.join(".");
|
|
1814
|
+
return l2[o2] || (l2[o2] = (l3, ...o3) => {
|
|
1815
|
+
for (let e3 = 0; e3 < t2.length; e3++) {
|
|
1816
|
+
const o4 = _r[t2[e3]];
|
|
1817
|
+
if (o4 && o4(l3, t2)) return;
|
|
1818
|
+
}
|
|
1819
|
+
return e2(l3, ...o3);
|
|
1820
|
+
});
|
|
1821
|
+
}, Er = ge({ patchProp: (e2, t2, l2, o2, n2, a2) => {
|
|
1822
|
+
const s2 = "svg" === n2;
|
|
1823
|
+
"class" === t2 ? function(e3, t3, l3) {
|
|
1824
|
+
const o3 = e3[Xs];
|
|
1825
|
+
o3 && (t3 = (t3 ? [t3, ...o3] : [...o3]).join(" ")), null == t3 ? e3.removeAttribute("class") : l3 ? e3.setAttribute("class", t3) : e3.className = t3;
|
|
1826
|
+
}(e2, o2, s2) : "style" === t2 ? function(e3, t3, l3) {
|
|
1827
|
+
const o3 = e3.style, n3 = Ce(l3);
|
|
1828
|
+
let a3 = false;
|
|
1829
|
+
if (l3 && !n3) {
|
|
1830
|
+
if (t3) if (Ce(t3)) for (const e4 of t3.split(";")) {
|
|
1831
|
+
const t4 = e4.slice(0, e4.indexOf(":")).trim();
|
|
1832
|
+
null == l3[t4] && sr(o3, t4, "");
|
|
1833
|
+
}
|
|
1834
|
+
else for (const e4 in t3) null == l3[e4] && sr(o3, e4, "");
|
|
1835
|
+
for (const e4 in l3) "display" === e4 && (a3 = true), sr(o3, e4, l3[e4]);
|
|
1836
|
+
} else if (n3) {
|
|
1837
|
+
if (t3 !== l3) {
|
|
1838
|
+
const e4 = o3[lr];
|
|
1839
|
+
e4 && (l3 += ";" + e4), o3.cssText = l3, a3 = or.test(l3);
|
|
1840
|
+
}
|
|
1841
|
+
} else t3 && e3.removeAttribute("style");
|
|
1842
|
+
Ys in e3 && (e3[Ys] = a3 ? o3.display : "", e3[Zs] && (o3.display = "none"));
|
|
1843
|
+
}(e2, l2, o2) : he(t2) ? ye(t2) || mr(e2, t2, 0, o2, a2) : ("." === t2[0] ? (t2 = t2.slice(1), 1) : "^" === t2[0] ? (t2 = t2.slice(1), 0) : function(e3, t3, l3, o3) {
|
|
1844
|
+
if (o3) return "innerHTML" === t3 || "textContent" === t3 || !!(t3 in e3 && br(t3) && ke(l3));
|
|
1845
|
+
if ("spellcheck" === t3 || "draggable" === t3 || "translate" === t3 || "autocorrect" === t3) return false;
|
|
1846
|
+
if ("form" === t3) return false;
|
|
1847
|
+
if ("list" === t3 && "INPUT" === e3.tagName) return false;
|
|
1848
|
+
if ("type" === t3 && "TEXTAREA" === e3.tagName) return false;
|
|
1849
|
+
if ("width" === t3 || "height" === t3) {
|
|
1850
|
+
const t4 = e3.tagName;
|
|
1851
|
+
if ("IMG" === t4 || "VIDEO" === t4 || "CANVAS" === t4 || "SOURCE" === t4) return false;
|
|
1852
|
+
}
|
|
1853
|
+
if (br(t3) && Ce(l3)) return false;
|
|
1854
|
+
return t3 in e3;
|
|
1855
|
+
}(e2, t2, o2, s2)) ? (dr(e2, t2, o2), e2.tagName.includes("-") || "value" !== t2 && "checked" !== t2 && "selected" !== t2 || cr(e2, t2, o2, s2, 0, "value" !== t2)) : !e2._isVueCE || !/[A-Z]/.test(t2) && Ce(o2) ? ("true-value" === t2 ? e2._trueValue = o2 : "false-value" === t2 && (e2._falseValue = o2), cr(e2, t2, o2, s2)) : dr(e2, Pe(t2), o2, 0, t2);
|
|
1856
|
+
} }, Qs);
|
|
1857
|
+
let xr;
|
|
1858
|
+
const kr = (...e2) => {
|
|
1859
|
+
const t2 = (xr || (xr = wa(Er))).createApp(...e2);
|
|
1860
|
+
"production" !== process.env.NODE_ENV && (function(e3) {
|
|
1861
|
+
Object.defineProperty(e3.config, "isNativeTag", { value: (e4) => lt(e4) || ot(e4) || nt(e4), writable: false });
|
|
1862
|
+
}(t2), function(e3) {
|
|
1863
|
+
{
|
|
1864
|
+
const t3 = e3.config.isCustomElement;
|
|
1865
|
+
Object.defineProperty(e3.config, "isCustomElement", { get: () => t3, set() {
|
|
1866
|
+
qs("The `isCustomElement` config option is deprecated. Use `compilerOptions.isCustomElement` instead.");
|
|
1867
|
+
} });
|
|
1868
|
+
const l3 = e3.config.compilerOptions, o2 = 'The `compilerOptions` config option is only respected when using a build of Vue.js that includes the runtime compiler (aka "full build"). Since you are using the runtime-only build, `compilerOptions` must be passed to `@vue/compiler-dom` in the build setup instead.\n- For vue-loader: pass it via vue-loader\'s `compilerOptions` loader option.\n- For vue-cli: see https://cli.vuejs.org/guide/webpack.html#modifying-options-of-a-loader\n- For vite: pass it via @vitejs/plugin-vue options. See https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue#example-for-passing-options-to-vuecompiler-sfc';
|
|
1869
|
+
Object.defineProperty(e3.config, "compilerOptions", { get: () => (qs(o2), l3), set() {
|
|
1870
|
+
qs(o2);
|
|
1871
|
+
} });
|
|
1872
|
+
}
|
|
1873
|
+
}(t2));
|
|
1874
|
+
const { mount: l2 } = t2;
|
|
1875
|
+
return t2.mount = (e3) => {
|
|
1876
|
+
const o2 = function(e4) {
|
|
1877
|
+
if (Ce(e4)) {
|
|
1878
|
+
const t3 = document.querySelector(e4);
|
|
1879
|
+
return "production" === process.env.NODE_ENV || t3 || qs(`Failed to mount app: mount target selector "${e4}" returned null.`), t3;
|
|
1880
|
+
}
|
|
1881
|
+
"production" !== process.env.NODE_ENV && window.ShadowRoot && e4 instanceof window.ShadowRoot && "closed" === e4.mode && qs('mounting on a ShadowRoot with `{mode: "closed"}` may lead to unpredictable bugs');
|
|
1882
|
+
return e4;
|
|
1883
|
+
}(e3);
|
|
1884
|
+
if (!o2) return;
|
|
1885
|
+
const n2 = t2._component;
|
|
1886
|
+
ke(n2) || n2.render || n2.template || (n2.template = o2.innerHTML), 1 === o2.nodeType && (o2.textContent = "");
|
|
1887
|
+
const a2 = l2(o2, false, function(e4) {
|
|
1888
|
+
if (e4 instanceof SVGElement) return "svg";
|
|
1889
|
+
if ("function" == typeof MathMLElement && e4 instanceof MathMLElement) return "mathml";
|
|
1890
|
+
}(o2));
|
|
1891
|
+
return o2 instanceof Element && (o2.removeAttribute("v-cloak"), o2.setAttribute("data-v-app", "")), a2;
|
|
1892
|
+
}, t2;
|
|
1893
|
+
};
|
|
1894
|
+
function Cr(e2, t2) {
|
|
1895
|
+
const l2 = t2.edges.filter((t3) => t3.sourceNodeId === e2.id), o2 = [];
|
|
1896
|
+
if (l2) for (let e3 = 0; e3 < l2.length; e3++) o2.push(t2.nodes.find((t3) => t3.id === l2[e3].targetNodeId));
|
|
1897
|
+
return o2;
|
|
1898
|
+
}
|
|
1899
|
+
function Nr(e2, t2) {
|
|
1900
|
+
if ("object" != typeof e2 || "object" != typeof t2) return e2 === t2;
|
|
1901
|
+
if (null == e2 || null == t2) return e2 === t2;
|
|
1902
|
+
if (Array.isArray(e2) && Array.isArray(t2)) {
|
|
1903
|
+
if (e2.length !== t2.length) return false;
|
|
1904
|
+
for (let l2 = 0; l2 < e2.length; l2++) if (!Nr(e2[l2], t2[l2])) return false;
|
|
1905
|
+
return true;
|
|
1906
|
+
}
|
|
1907
|
+
{
|
|
1908
|
+
const l2 = Object.keys(e2), o2 = Object.keys(t2);
|
|
1909
|
+
if (l2.length !== o2.length) return false;
|
|
1910
|
+
for (let n2 of l2) if (!o2.includes(n2) || !Nr(e2[n2], t2[n2])) return false;
|
|
1911
|
+
return true;
|
|
1912
|
+
}
|
|
1913
|
+
}
|
|
1914
|
+
function Or(e2, t2) {
|
|
1915
|
+
for (let l2 = 0; l2 < t2.length; l2++) {
|
|
1916
|
+
if (t2[l2].code === e2) return t2[l2];
|
|
1917
|
+
if (t2[l2].children && t2[l2].children.length > 0) {
|
|
1918
|
+
const o2 = Or(e2, t2[l2].children);
|
|
1919
|
+
if (o2) return o2;
|
|
1920
|
+
}
|
|
1921
|
+
}
|
|
1922
|
+
}
|
|
1923
|
+
"production" !== process.env.NODE_ENV && function() {
|
|
1924
|
+
if ("production" === process.env.NODE_ENV || "undefined" == typeof window) return;
|
|
1925
|
+
const e2 = { style: "color:#3ba776" }, t2 = { style: "color:#1677ff" }, l2 = { style: "color:#f5222d" }, o2 = { style: "color:#eb2f96" }, n2 = { __vue_custom_formatter: true, header(t3) {
|
|
1926
|
+
if (!Oe(t3)) return null;
|
|
1927
|
+
if (t3.__isVue) return ["div", e2, "VueInstance"];
|
|
1928
|
+
if (Ml(t3)) {
|
|
1929
|
+
Dt();
|
|
1930
|
+
const l3 = t3.value;
|
|
1931
|
+
return At(), ["div", {}, ["span", e2, c2(t3)], "<", r2(l3), ">"];
|
|
1932
|
+
}
|
|
1933
|
+
return Nl(t3) ? ["div", {}, ["span", e2, Sl(t3) ? "ShallowReactive" : "Reactive"], "<", r2(t3), ">" + (Ol(t3) ? " (readonly)" : "")] : Ol(t3) ? ["div", {}, ["span", e2, Sl(t3) ? "ShallowReadonly" : "Readonly"], "<", r2(t3), ">"] : null;
|
|
1934
|
+
}, hasBody: (e3) => e3 && e3.__isVue, body(e3) {
|
|
1935
|
+
if (e3 && e3.__isVue) return ["div", {}, ...a2(e3.$)];
|
|
1936
|
+
} };
|
|
1937
|
+
function a2(e3) {
|
|
1938
|
+
const t3 = [];
|
|
1939
|
+
e3.type.props && e3.props && t3.push(s2("props", Dl(e3.props))), e3.setupState !== pe && t3.push(s2("setup", e3.setupState)), e3.data !== pe && t3.push(s2("data", Dl(e3.data)));
|
|
1940
|
+
const l3 = i2(e3, "computed");
|
|
1941
|
+
l3 && t3.push(s2("computed", l3));
|
|
1942
|
+
const n3 = i2(e3, "inject");
|
|
1943
|
+
return n3 && t3.push(s2("injected", n3)), t3.push(["div", {}, ["span", { style: o2.style + ";opacity:0.66" }, "$ (internal): "], ["object", { object: e3 }]]), t3;
|
|
1944
|
+
}
|
|
1945
|
+
function s2(e3, t3) {
|
|
1946
|
+
return t3 = ge({}, t3), Object.keys(t3).length ? ["div", { style: "line-height:1.25em;margin-bottom:0.6em" }, ["div", { style: "color:#476582" }, e3], ["div", { style: "padding-left:1.25em" }, ...Object.keys(t3).map((e4) => ["div", {}, ["span", o2, e4 + ": "], r2(t3[e4], false)])]] : ["span", {}];
|
|
1947
|
+
}
|
|
1948
|
+
function r2(e3, n3 = true) {
|
|
1949
|
+
return "number" == typeof e3 ? ["span", t2, e3] : "string" == typeof e3 ? ["span", l2, JSON.stringify(e3)] : "boolean" == typeof e3 ? ["span", o2, e3] : Oe(e3) ? ["object", { object: n3 ? Dl(e3) : e3 }] : ["span", l2, String(e3)];
|
|
1950
|
+
}
|
|
1951
|
+
function i2(e3, t3) {
|
|
1952
|
+
const l3 = e3.type;
|
|
1953
|
+
if (ke(l3)) return;
|
|
1954
|
+
const o3 = {};
|
|
1955
|
+
for (const n3 in e3.ctx) u2(l3, n3, t3) && (o3[n3] = e3.ctx[n3]);
|
|
1956
|
+
return o3;
|
|
1957
|
+
}
|
|
1958
|
+
function u2(e3, t3, l3) {
|
|
1959
|
+
const o3 = e3[l3];
|
|
1960
|
+
return !!(Ve(o3) && o3.includes(t3) || Oe(o3) && t3 in o3) || !(!e3.extends || !u2(e3.extends, t3, l3)) || !(!e3.mixins || !e3.mixins.some((e4) => u2(e4, t3, l3))) || void 0;
|
|
1961
|
+
}
|
|
1962
|
+
function c2(e3) {
|
|
1963
|
+
return Sl(e3) ? "ShallowRef" : e3.effect ? "ComputedRef" : "Ref";
|
|
1964
|
+
}
|
|
1965
|
+
window.devtoolsFormatters ? window.devtoolsFormatters.push(n2) : window.devtoolsFormatters = [n2];
|
|
1966
|
+
}();
|
|
1967
|
+
const Sr = ce.defineStore("serviceFlowStoreUtil", () => {
|
|
1968
|
+
const e2 = zl({ modelFields: [] }), t2 = zl({ variables: [] });
|
|
1969
|
+
Oa(() => e2.value.modelFields, (t3, l3) => {
|
|
1970
|
+
o2(e2.value);
|
|
1971
|
+
});
|
|
1972
|
+
const l2 = zl({ dataOptions: [], systemVarOptions: [], pageVarOptions: [] });
|
|
1973
|
+
function o2(e3) {
|
|
1974
|
+
e3 && e3.modelFields && e3.modelFields.forEach((e4) => {
|
|
1975
|
+
l2.value.dataOptions.push({ value: e4.name, label: e4.alias, type: e4.type });
|
|
1976
|
+
});
|
|
1977
|
+
}
|
|
1978
|
+
function n2(e3, t3, l3) {
|
|
1979
|
+
const o3 = [];
|
|
1980
|
+
return e3 && e3.forEach((e4) => {
|
|
1981
|
+
const l4 = { code: e4.code, value: e4.name, label: e4.alias, type: e4.type };
|
|
1982
|
+
t3 && (l4.value = `${t3}.${e4.name}`), e4.items && e4.items.length > 0 && "array" === e4.type && "object" === e4.items[0].type && (l4.items = n2(e4.items[0].items, e4.name)), o3.push(l4);
|
|
1983
|
+
}), o3;
|
|
1984
|
+
}
|
|
1985
|
+
return { pageContext: e2, pageContextVarOptions: l2, currentService: t2, setPageContext: function(t3) {
|
|
1986
|
+
e2.value = t3, o2(t3);
|
|
1987
|
+
}, getServiceVarOptions: function() {
|
|
1988
|
+
let e3 = [];
|
|
1989
|
+
return e3 = n2(t2.value.variables), e3;
|
|
1990
|
+
} };
|
|
1991
|
+
}), Tr = { class: "custom-tree-node" }, Dr = { style: { "margin-left": "5px", "line-height": "14px", "font-size": "14px" } }, Ar = { class: "dialog-footer" }, Ur = { class: "dialog-footer" }, Mr = Wo({ __name: "service-list", props: { serviceTreeData: { type: Array, default: () => [] } }, emits: ["service-click", "clear-flow-canvas", "load-tree-data"], setup(t2, { emit: l2 }) {
|
|
1992
|
+
const o2 = Sr(), n2 = l2, a2 = { id: "id", label: "name" }, s2 = t2, r2 = zl(""), i2 = zl(), u2 = zl(), c2 = zl(false), d2 = zl({}), p2 = zl(false), m2 = zl(""), f2 = zl({}), b2 = zl({}), w2 = zl(false), _2 = zl({}), V2 = (e2, t3, l3, o3) => {
|
|
1993
|
+
d2.value = t3, c2.value = true;
|
|
1994
|
+
const n3 = document.documentElement.scrollTop || document.body.scrollTop;
|
|
1995
|
+
i2.value.style.display = "block", i2.value.style.left = e2.x + "px", i2.value.style.top = e2.y + n3 - 60 - 10 + "px", document.addEventListener("click", E2);
|
|
1996
|
+
}, E2 = () => {
|
|
1997
|
+
c2.value = false, document.removeEventListener("click", E2);
|
|
1998
|
+
}, x2 = () => {
|
|
1999
|
+
m2.value = "MENU", N2("root");
|
|
2000
|
+
}, k2 = (e2) => {
|
|
2001
|
+
m2.value = e2, N2("leaf");
|
|
2002
|
+
}, C2 = () => {
|
|
2003
|
+
m2.value = d2.value.type, f2.value = JSON.parse(JSON.stringify(d2.value)), f2.value.children && delete f2.value.children, p2.value = true;
|
|
2004
|
+
}, N2 = (e2) => {
|
|
2005
|
+
f2.value = { code: h.v4(), name: "", customCode: "", type: m2.value }, d2.value.id && "leaf" === e2 && (f2.value.parentCode = d2.value.code), p2.value = true;
|
|
2006
|
+
}, O2 = zl([]), S2 = (e2, t3, l3) => {
|
|
2007
|
+
t3 ? (O2.value.push(e2.id), e2.children && e2.children.length > 0 && e2.children.forEach((e3) => {
|
|
2008
|
+
-1 == O2.value.indexOf(e3.id) && O2.value.push(e3.id);
|
|
2009
|
+
})) : (O2.value.splice(O2.value.indexOf(e2.id), 1), e2.children && e2.children.length > 0 && e2.children.forEach((e3) => {
|
|
2010
|
+
let t4 = O2.value.indexOf(e3.id);
|
|
2011
|
+
t4 > -1 && O2.value.splice(t4, 1);
|
|
2012
|
+
}));
|
|
2013
|
+
}, T2 = o2.pageContext.systemCode, D2 = o2.pageContext.systemVersion, A2 = () => {
|
|
2014
|
+
O2.value.length > 0 ? y.http({ url: window.$vueApp.config.globalProperties.baseAPI + `/component/super-page-design/service-flow/export/${T2}/${D2}`, method: "post", data: O2.value, responseType: "blob" }).then((e2) => {
|
|
2015
|
+
let t3 = new Blob([e2], { type: "application/zip" }), l3 = document.createElement("a");
|
|
2016
|
+
l3.href = window.URL.createObjectURL(t3), l3.download = "服务编排.zip", l3.click(), window.URL.revokeObjectURL(l3.href);
|
|
2017
|
+
}) : g.ElMessage.warning("请选择服务或菜单");
|
|
2018
|
+
}, U2 = zl(null), M2 = (e2) => {
|
|
2019
|
+
U2.value.click();
|
|
2020
|
+
}, z2 = () => {
|
|
2021
|
+
const e2 = U2.value.files[0];
|
|
2022
|
+
if (e2) {
|
|
2023
|
+
U2.value.value = null;
|
|
2024
|
+
const t3 = new FormData();
|
|
2025
|
+
t3.append("multipartFile", e2), y.http({ url: window.$vueApp.config.globalProperties.baseAPI + `/component/super-page-design/service-flow/import/${T2}/${D2}`, method: "post", headers: { "Content-Type": "multipart/form-data" }, data: t3 }).then(() => {
|
|
2026
|
+
g.ElMessage.success("导入成功"), n2("load-tree-data");
|
|
2027
|
+
}).catch((e3) => {
|
|
2028
|
+
});
|
|
2029
|
+
} else g.ElMessage.warning("未选择文件");
|
|
2030
|
+
}, j2 = () => {
|
|
2031
|
+
f2.value.name ? "MENU" === f2.value.type || f2.value.customCode ? (f2.value, f2.value.systemCode || (f2.value.systemCode = o2.pageContext.systemCode), f2.value.publishVersion || (f2.value.publishVersion = o2.pageContext.systemVersion), y.http.post(window.$vueApp.config.globalProperties.baseAPI + "/component/super-page-design/service-flow", { designLog: null, appServiceFlow: f2.value }).then((e2) => {
|
|
2032
|
+
e2 && (f2.value.id ? (n2("load-tree-data"), Object.assign(d2.value, e2)) : f2.value.parentCode ? (d2.value.children || (d2.value.children = []), d2.value.children.push(e2)) : s2.serviceTreeData.push(e2), d2.value = {}, g.ElMessage.success("保存成功"), p2.value = false, f2.value = {});
|
|
2033
|
+
})) : g.ElMessage.warning("自定义编码不能为空") : g.ElMessage.warning("名称不能为空");
|
|
2034
|
+
}, I2 = () => {
|
|
2035
|
+
d2.value, d2.value.children && d2.value.children.length > 0 ? g.ElMessage.warning("该节点下存在子节点,不能删除!") : g.ElMessageBox.confirm("确定要删除吗?", "确认", { confirmButtonText: "确定", cancelButtonText: "取消", type: "warning" }).then(({ value: e2 }) => {
|
|
2036
|
+
F2();
|
|
2037
|
+
});
|
|
2038
|
+
}, F2 = () => {
|
|
2039
|
+
y.http.delete(window.$vueApp.config.globalProperties.baseAPI + "/component/super-page-design/service-flow", { data: [d2.value.id] }).then((e2) => {
|
|
2040
|
+
if (g.ElMessage.success("删除成功"), n2("load-tree-data"), d2.value.parentCode) {
|
|
2041
|
+
const e3 = Or(d2.value.parentCode, s2.serviceTreeData), t3 = e3.children.findIndex((e4) => e4.id === d2.value.id);
|
|
2042
|
+
e3.children.splice(t3, 1);
|
|
2043
|
+
} else {
|
|
2044
|
+
const e3 = s2.serviceTreeData.findIndex((e4) => e4.id === d2.value.id);
|
|
2045
|
+
s2.serviceTreeData.splice(e3, 1);
|
|
2046
|
+
}
|
|
2047
|
+
b2.value.code === d2.value.code && n2("clear-flow-canvas"), d2.value = {};
|
|
2048
|
+
});
|
|
2049
|
+
}, P2 = (e2, t3, l3) => {
|
|
2050
|
+
E2(), "SERVICE" === e2.type && y.http.get(window.$vueApp.config.globalProperties.baseAPI + "/component/super-page-design/service-flow/" + e2.id).then((e3) => {
|
|
2051
|
+
e3.variables && (e3.variables = JSON.parse(e3.variables)), e3.log && (e3.log = JSON.parse(e3.log)), e3.flow && (e3.flow = JSON.parse(e3.flow)), e3.returnValues && (e3.returnValues = JSON.parse(e3.returnValues)), b2.value = e3, n2("service-click", e3);
|
|
2052
|
+
});
|
|
2053
|
+
}, B2 = () => {
|
|
2054
|
+
d2.value, m2.value = d2.value.type;
|
|
2055
|
+
const e2 = JSON.parse(JSON.stringify(d2.value));
|
|
2056
|
+
_2.value = { sourceServiceCode: e2.code, publishVersion: e2.publishVersion, code: h.v4() }, w2.value = true;
|
|
2057
|
+
}, $2 = () => {
|
|
2058
|
+
_2.value.name ? _2.value.customCode ? y.http.post(window.$vueApp.config.globalProperties.baseAPI + "/component/super-page-design/copy-service-flow", _2.value).then((e2) => {
|
|
2059
|
+
if (e2) {
|
|
2060
|
+
const t3 = u2.value.getNode(d2.value.id);
|
|
2061
|
+
t3 && u2.value.append(e2, t3.parent), d2.value = {}, g.ElMessage.success("保存成功"), w2.value = false;
|
|
2062
|
+
}
|
|
2063
|
+
}) : g.ElMessage.warning("自定义编码不能为空") : g.ElMessage.warning("名称不能为空");
|
|
2064
|
+
};
|
|
2065
|
+
return (l3, o3) => {
|
|
2066
|
+
const n3 = e.ElIcon, s3 = e.ElInput, h2 = e.ElCol, y2 = e.ElRow, g2 = e.ElButton, E3 = e.ElTooltip, N3 = e.ElTree, O3 = e.ElFormItem, T3 = e.ElDialog;
|
|
2067
|
+
return Ya(), ls("div", null, [us(y2, { style: { "margin-bottom": "10px" } }, { default: Lo(() => [us(h2, { span: 24 }, { default: Lo(() => [us(s3, { modelValue: r2.value, "onUpdate:modelValue": o3[0] || (o3[0] = (e2) => r2.value = e2), placeholder: "搜索" }, { suffix: Lo(() => [us(n3, null, { default: Lo(() => [us(Il(v.Search))]), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 })]), _: 1 }), us(y2, null, { default: Lo(() => [us(h2, { span: 24 }, { default: Lo(() => [us(E3, { effect: "dark", content: "导入", placement: "top" }, { default: Lo(() => [us(g2, { type: "primary", onClick: M2 }, { default: Lo(() => [is("input", { ref_key: "processFile", ref: U2, accept: ".zip", name: "processFile", style: { display: "none" }, type: "file", onChange: z2 }, null, 544), o3[11] || (o3[11] = ms(" 导入 ", -1))]), _: 1, __: [11] })]), _: 1 }), us(E3, { effect: "dark", content: "导出", placement: "top" }, { default: Lo(() => [us(g2, { type: "primary", onClick: A2 }, { default: Lo(() => o3[12] || (o3[12] = [ms("导出", -1)])), _: 1, __: [12] })]), _: 1 }), us(E3, { effect: "dark", content: "添加根菜单", placement: "top" }, { default: Lo(() => [us(g2, { type: "primary", icon: Il(v.Plus), onClick: x2 }, null, 8, ["icon"])]), _: 1 })]), _: 1 })]), _: 1 }), us(N3, { style: { "margin-top": "10px" }, ref_key: "serviceTreeRef", ref: u2, data: t2.serviceTreeData, "node-key": "id", props: a2, "show-checkbox": "", "expand-on-click-node": false, "default-expand-all": true, "highlight-current": "", onNodeClick: P2, onNodeContextmenu: V2, onCheckChange: S2 }, { default: Lo(({ node: e2, data: t3 }) => [is("span", Tr, ["MENU" === t3.type ? (Ya(), os(n3, { key: 0, size: 16 }, { default: Lo(() => [us(Il(v.Menu))]), _: 1 })) : (Ya(), os(n3, { key: 1, size: 16 }, { default: Lo(() => [us(Il(v.Promotion))]), _: 1 })), is("span", Dr, it(e2.label), 1)])]), _: 1 }, 8, ["data"]), us(T3, { modelValue: p2.value, "onUpdate:modelValue": o3[4] || (o3[4] = (e2) => p2.value = e2), "append-to-body": true, title: "MENU" === m2.value ? "菜单" : "服务", width: "500" }, { footer: Lo(() => [is("div", Ar, [us(g2, { type: "default", size: "mini", onClick: o3[3] || (o3[3] = (e2) => p2.value = false) }, { default: Lo(() => o3[13] || (o3[13] = [ms("返回", -1)])), _: 1, __: [13] }), us(g2, { size: "mini", type: "primary", onClick: j2 }, { default: Lo(() => o3[14] || (o3[14] = [ms(" 确定 ", -1)])), _: 1, __: [14] })])]), default: Lo(() => ["SERVICE" === m2.value ? (Ya(), os(O3, { key: 0, label: "自定义编码:", required: true }, { default: Lo(() => [us(s3, { disabled: f2.value.id, modelValue: f2.value.customCode, "onUpdate:modelValue": o3[1] || (o3[1] = (e2) => f2.value.customCode = e2) }, null, 8, ["disabled", "modelValue"])]), _: 1 })) : fs("", true), us(O3, { label: " 名称:", required: true }, { default: Lo(() => [us(s3, { modelValue: f2.value.name, "onUpdate:modelValue": o3[2] || (o3[2] = (e2) => f2.value.name = e2) }, null, 8, ["modelValue"])]), _: 1 })]), _: 1 }, 8, ["modelValue", "title"]), us(T3, { modelValue: w2.value, "onUpdate:modelValue": o3[8] || (o3[8] = (e2) => w2.value = e2), "append-to-body": true, title: "复制服务", width: "500" }, { footer: Lo(() => [is("div", Ur, [us(g2, { type: "default", size: "mini", onClick: o3[7] || (o3[7] = (e2) => w2.value = false) }, { default: Lo(() => o3[15] || (o3[15] = [ms("返回", -1)])), _: 1, __: [15] }), us(g2, { size: "mini", type: "primary", onClick: $2 }, { default: Lo(() => o3[16] || (o3[16] = [ms(" 确定 ", -1)])), _: 1, __: [16] })])]), default: Lo(() => [us(O3, { label: "自定义编码:", required: true }, { default: Lo(() => [us(s3, { modelValue: _2.value.customCode, "onUpdate:modelValue": o3[5] || (o3[5] = (e2) => _2.value.customCode = e2) }, null, 8, ["modelValue"])]), _: 1 }), us(O3, { label: " 名称:", required: true }, { default: Lo(() => [us(s3, { modelValue: _2.value.name, "onUpdate:modelValue": o3[6] || (o3[6] = (e2) => _2.value.name = e2) }, null, 8, ["modelValue"])]), _: 1 })]), _: 1 }, 8, ["modelValue"]), qo(is("div", null, [is("ul", { ref_key: "contxtMenuRef", ref: i2, class: "context-menu" }, ["MENU" === d2.value.type ? (Ya(), ls("li", { key: 0, tabindex: "-1", class: "menu__item", onClick: o3[9] || (o3[9] = (e2) => k2("MENU")) }, o3[17] || (o3[17] = [is("span", null, "添加菜单", -1)]))) : fs("", true), "MENU" === d2.value.type ? (Ya(), ls("li", { key: 1, tabindex: "-1", class: "menu__item", onClick: o3[10] || (o3[10] = (e2) => k2("SERVICE")) }, o3[18] || (o3[18] = [is("span", null, "添加服务", -1)]))) : fs("", true), b2.value.code !== d2.value.code ? (Ya(), ls("li", { key: 2, tabindex: "-1", class: "menu__item", onClick: C2 }, o3[19] || (o3[19] = [is("span", null, "修改", -1)]))) : fs("", true), "SERVICE" === d2.value.type ? (Ya(), ls("li", { key: 3, tabindex: "-1", class: "menu__item", onClick: B2 }, o3[20] || (o3[20] = [is("span", null, "复制", -1)]))) : fs("", true), is("li", { tabindex: "-1", class: "menu__item", onClick: I2 }, o3[21] || (o3[21] = [is("span", null, "删除", -1)]))], 512)], 512), [[er, c2.value && d2.value]])]);
|
|
2068
|
+
};
|
|
2069
|
+
} }), zr = (e2, t2) => {
|
|
2070
|
+
const l2 = e2.__vccOpts || e2;
|
|
2071
|
+
for (const [e3, o2] of t2) l2[e3] = o2;
|
|
2072
|
+
return l2;
|
|
2073
|
+
}, jr = zr(Mr, [["__scopeId", "data-v-e605d502"]]);
|
|
2074
|
+
class Ir extends a.HtmlNode {
|
|
2075
|
+
constructor() {
|
|
2076
|
+
super(...arguments);
|
|
2077
|
+
__publicField(this, "isMounted", false);
|
|
2078
|
+
__publicField(this, "r");
|
|
2079
|
+
__publicField(this, "app");
|
|
2080
|
+
}
|
|
2081
|
+
setHtml(e2) {
|
|
2082
|
+
if (this.isMounted) this.r.component.props.properties = this.props.model.getProperties();
|
|
2083
|
+
else {
|
|
2084
|
+
this.isMounted = true;
|
|
2085
|
+
const t2 = document.createElement("div");
|
|
2086
|
+
e2.appendChild(t2), this.app.mount(t2);
|
|
2087
|
+
}
|
|
2088
|
+
}
|
|
2089
|
+
}
|
|
2090
|
+
class Fr extends a.HtmlNodeModel {
|
|
2091
|
+
constructor(e2, t2) {
|
|
2092
|
+
super(e2, t2);
|
|
2093
|
+
__publicField(this, "nodeWidth", 200);
|
|
2094
|
+
__publicField(this, "nodeHeight", 115);
|
|
2095
|
+
this.setAttributes();
|
|
2096
|
+
}
|
|
2097
|
+
setAttributes() {
|
|
2098
|
+
this.width = this.nodeWidth, this.height = this.nodeHeight, this.text.editable = false, this.inputData = this.text.value, this.stroke = "#1E90FF", this.fill = "#F0F8FF", this.radius = 100, this.menu = [{ className: "lf-menu-delete", icon: true, text: "删除", callback: (e2) => {
|
|
2099
|
+
this.graphModel.deleteNode(e2.id), this.graphModel.eventCenter.emit("custom:deleteNode", e2);
|
|
2100
|
+
} }];
|
|
2101
|
+
}
|
|
2102
|
+
getOutlineStyle() {
|
|
2103
|
+
const e2 = super.getOutlineStyle();
|
|
2104
|
+
return e2.width = this.nodeWidth, e2.height = this.nodeHeight, e2;
|
|
2105
|
+
}
|
|
2106
|
+
initNodeData(e2) {
|
|
2107
|
+
super.initNodeData(e2);
|
|
2108
|
+
}
|
|
2109
|
+
getConnectedSourceRules() {
|
|
2110
|
+
const e2 = super.getConnectedSourceRules(), t2 = ["judgeCondition", "end"], l2 = { message: "条件判断才能作为source有多条边连线!", validate: (e3, l3, o2, n2) => {
|
|
2111
|
+
if (!e3) return false;
|
|
2112
|
+
let a2 = true;
|
|
2113
|
+
if (-1 === t2.indexOf(e3.type)) {
|
|
2114
|
+
e3.graphModel.getNodeOutgoingEdge(e3.id).length > 0 && (a2 = false);
|
|
2115
|
+
}
|
|
2116
|
+
return a2;
|
|
2117
|
+
} };
|
|
2118
|
+
return e2.push(l2), e2;
|
|
2119
|
+
}
|
|
2120
|
+
}
|
|
2121
|
+
_.HtmlResize.model;
|
|
2122
|
+
_.HtmlResize.view;
|
|
2123
|
+
const Pr = { style: { padding: "10px" } }, Br = zr(Wo({ __name: "index", props: { graphModel: Object, properties: Object }, setup: (e2) => (e3, t2) => (Ya(), ls("div", Pr, t2[0] || (t2[0] = [is("div", { class: "node-content" }, [is("div", { style: { padding: "8px 27px", display: "flex", "align-items": "center" } }, [is("img", { src: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA4CAYAAACohjseAAAAAXNSR0IArs4c6QAAAqBJREFUaEPtWzFv00AU/l5Y4glMWJoFMFs6gEi3RAKJdGsQQ1om6ARiop0QTHUnBFP6D+AfdKcSVCpjgf4Cyh77zEQX8tBZSRQSQW3Hdz5bvi3xvXff975392znhTAzhBDXfg/hEuEWQDdnrxv4OQD4Jxj7lQr6tm2fTmOk6Q+eJ1wQ7RhIIjok5r1azd4eG0wIDnzxiUB3onsydyaDD69ctu9KhCFBzxN9EG2ZCzkBMubdWs12Se65IdP3BC6MN6kQX6dCqjcKPTO/J88XpwBdNV6ORAD5hDw/EAAuJbLPgZEkyDnAmRhiSTBx6AwxLBU0RIjEMEoFE4fOEMNSQUOESAyjVDBu6D4fHeHg4APq9Tp66xuwbTuui1Tnp67grruDs7NfIchq1UKns4pWu50q6DjOUif46uWLufUd50ZmamohKBlbloVebwON5eU4Aiw8VxvBMdJWqx2mbdWyFgYfxYF2ghKUPHh66w/hOE4UjAvNyYTgtJpr3fsLETjPOFOCEtzSUh2PHm8qKyeZE1RdTowgOE4zefjc66yel3WxrhtFUKbr863JW/dYRP412SiC8sCRZSTNYQRBWTYkuUYj/ZuAzAk2myvhvlN1U54ZQXkj3u12cbu5kmZGzvnKhKDq2jfNUjtBFaXgfymgjaDcY0+ePlO21zItE7pVU5qib9+8hhDyByu9Tw3aFPxyfBy+k5GPQiqP/6hHb+p7MOrCuuaVBHVFWtU6pYKqIqvLb6mgrkirWqdUUFVkdfktuoIB+X7wlSGbX4s4+AcNPPGOiDaLSA/Me8Vvp5TKFaKVeTYFR63Nk5ZmXwQfmRG2Aed9zLU0jwkNPNGnvLc2j1qZx5z+6rqXX4YtzkNsg/AAoIv56CXlE2Z8u1CBO/u3gj+mLVc7l1EArgAAAABJRU5ErkJggg==", style: { height: "28px" } }), is("span", { class: "content" }, "开始")])], -1)]))) }), [["__scopeId", "data-v-117d4091"]]);
|
|
2124
|
+
const $r = { type: "start", view: class extends Ir {
|
|
2125
|
+
constructor(e2) {
|
|
2126
|
+
super(e2);
|
|
2127
|
+
__publicField(this, "customP1");
|
|
2128
|
+
this.isMounted = false, this.r = Ls(Br, { properties: {}, text: e2.model.inputData, props: { model: e2.model, graphModel: e2.graphModel, disabled: e2.graphModel.editConfigModel.isSilentMode, isSelected: e2.model.isSelected, isHovered: e2.model.isHovered, properties: e2.model.getProperties() }, onBtnClick: (t2) => {
|
|
2129
|
+
this.props.graphModel.eventCenter.emit("node:select-click", { props: e2 });
|
|
2130
|
+
} }), this.app = kr({ render: () => this.r });
|
|
2131
|
+
}
|
|
2132
|
+
setHtml(e2) {
|
|
2133
|
+
if (this.isMounted) this.r.component.props.properties = this.props.model.getProperties();
|
|
2134
|
+
else {
|
|
2135
|
+
this.isMounted = true;
|
|
2136
|
+
const t2 = document.createElement("div");
|
|
2137
|
+
e2.appendChild(t2), this.app.mount(t2);
|
|
2138
|
+
}
|
|
2139
|
+
}
|
|
2140
|
+
}, model: class extends Fr {
|
|
2141
|
+
setAttributes() {
|
|
2142
|
+
super.setAttributes(), this.width = 140, this.height = 64, this.text.editable = false, this.inputData = this.text.value, this.menu = [];
|
|
2143
|
+
}
|
|
2144
|
+
getOutlineStyle() {
|
|
2145
|
+
const e2 = super.getOutlineStyle();
|
|
2146
|
+
return e2.width = 140, e2.height = 64, e2;
|
|
2147
|
+
}
|
|
2148
|
+
initNodeData(e2) {
|
|
2149
|
+
super.initNodeData(e2);
|
|
2150
|
+
this.targetRules = [], this.targetRules.push({ message: "开始节点不能被链接", validate: () => false });
|
|
2151
|
+
}
|
|
2152
|
+
}, options: {} }, Lr = { style: { padding: "10px" } }, Rr = zr(Wo({ __name: "index", props: { graphModel: Object, properties: Object }, setup: (e2) => (e3, t2) => (Ya(), ls("div", Lr, t2[0] || (t2[0] = [is("div", { class: "node-content" }, [is("div", { style: { padding: "8px 27px", display: "flex", "align-items": "center" } }, [is("img", { src: "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20class='icon'%20viewBox='0%200%201024%201024'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='16'%20height='16'%3e%3cpath%20d='M643.072%20368.64%20380.928%20368.64C368.64%20368.64%20360.448%20376.832%20360.448%20385.024l0%20262.144c0%2012.288%208.192%2020.48%2020.48%2020.48l262.144%200c12.288%200%2020.48-8.192%2020.48-20.48L663.552%20385.024C663.552%20376.832%20655.36%20368.64%20643.072%20368.64zM626.688%20630.784%20397.312%20630.784%20397.312%20405.504l225.28%200L622.592%20630.784z'%20%3e%3c/path%3e%3cpath%20d='M512%20102.4C282.624%20102.4%2098.304%20290.816%2098.304%20520.192s184.32%20413.696%20413.696%20413.696%20413.696-184.32%20413.696-413.696S741.376%20102.4%20512%20102.4zM512%20897.024c-208.896%200-376.832-167.936-376.832-376.832%200-208.896%20167.936-376.832%20376.832-376.832s376.832%20167.936%20376.832%20376.832C888.832%20724.992%20720.896%20897.024%20512%20897.024z'%3e%3c/path%3e%3c/svg%3e", style: { height: "28px" } }), is("span", { class: "content" }, "结束")])], -1)]))) }), [["__scopeId", "data-v-669b618f"]]);
|
|
2153
|
+
const qr = { type: "end", view: class extends Ir {
|
|
2154
|
+
constructor(e2) {
|
|
2155
|
+
super(e2);
|
|
2156
|
+
__publicField(this, "customP1");
|
|
2157
|
+
this.isMounted = false, this.r = Ls(Rr, { properties: {}, text: e2.model.inputData, props: { model: e2.model, graphModel: e2.graphModel, disabled: e2.graphModel.editConfigModel.isSilentMode, isSelected: e2.model.isSelected, isHovered: e2.model.isHovered, properties: e2.model.getProperties() }, onBtnClick: (t2) => {
|
|
2158
|
+
this.props.graphModel.eventCenter.emit("node:select-click", { props: e2 });
|
|
2159
|
+
} }), this.app = kr({ render: () => this.r });
|
|
2160
|
+
}
|
|
2161
|
+
setHtml(e2) {
|
|
2162
|
+
if (this.isMounted) this.r.component.props.properties = this.props.model.getProperties();
|
|
2163
|
+
else {
|
|
2164
|
+
this.isMounted = true;
|
|
2165
|
+
const t2 = document.createElement("div");
|
|
2166
|
+
e2.appendChild(t2), this.app.mount(t2);
|
|
2167
|
+
}
|
|
2168
|
+
}
|
|
2169
|
+
}, model: class extends Fr {
|
|
2170
|
+
setAttributes() {
|
|
2171
|
+
super.setAttributes(), this.width = 140, this.height = 64, this.text.editable = false, this.inputData = this.text.value;
|
|
2172
|
+
}
|
|
2173
|
+
getOutlineStyle() {
|
|
2174
|
+
const e2 = super.getOutlineStyle();
|
|
2175
|
+
return e2.width = 140, e2.height = 64, e2;
|
|
2176
|
+
}
|
|
2177
|
+
initNodeData(e2) {
|
|
2178
|
+
super.initNodeData(e2);
|
|
2179
|
+
this.targetRules = [], this.sourceRules.push({ message: "结束节点不能主动链接别的节点", validate: () => false });
|
|
2180
|
+
}
|
|
2181
|
+
}, options: {} };
|
|
2182
|
+
_.GroupNode.view;
|
|
2183
|
+
_.GroupNode.model;
|
|
2184
|
+
const Hr = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAB1ZJREFUeF7tW09sFFUY/73ZfygRMYGTRIqc6MVtMIELpRwkmGgQ6kEXiMWDcGvXI5IICXJ0tjfQxJYAqwcLGD0QPNCWCyQa1kt7Uoopp5JQMSi77c6z35t5s7PT6c6bP7vsWiYhbZl5/37f/+99H0OTnwGdry+j0seALMQ/vh5AF5j2svU7ADYPbvzFweY1oMSBGQ6UMkiPj+bZfDO3yJoxeU6vZAFjgIP1MYY3oqzBOX5bAu+aBm38Uj41HmUur7GxApDTKwNg/HNBYetZm2HYvJHhtY3mz43r6J/5csNL5vIP/+bi55My8Occx8wcFz/vz3E8KZvv6JFgpJEuxMUZkQH4QP+3SwMbAmP75cHpkNs2MfR2J7Dt1fBL/FMG7j/k+OV3A7emDAcYJDJ8OA4gwu8OgJvidPCDOxPo3abFzalivukHHFduVzE1a1jzExDIF/Pp0bALhgJAUJ0lrgKcFJtg7SO7k5GoHeQAy4DgfMIAH/gu/8JMkHno28AAOKnebIr7HeZ6yRAcYeoJNs85P/ptPnPNb5zzfSAAcnr5FBhIyaG3W0P/jgQ2rAs0RZC9KX378DHHxcmq0BOmpsTpYj5zSmlwEA7I6U8LYGyQJu7fmcDBHQnVNVryHXHDxYlFsRbjuHA5nxlQWViJfIf08ihn+IhM2rG9CWx/vTlKTmXDjb759Q8D52+YIqEKgi8A8vAk7yf7k8+c5f1AIt9B/2kRc485OQ7DxfyaoUZjGgIgZZ4o/1l/Umj7TnhIL5woLprK0UcnrHiiD/Xye0tu7FU68KfvJtuW7VciCInDlz+aOgGcHV3JV/AEwLLzdylYIfu+L9ueMu/HjVfuVDF2u0qfzRjc2OPlJ3gCkNOfjoOx3W9u1ZB/J+m3Tlu/P//zIianyESyUnEo3ePe7DIALEdnhOT+bK79lZ4f+qQPzoxJpbhcFOoAoNi9whbudTrru0GZnCbzKPTBMlGoA0Bq/e5NmtD6/6fnRHFBhNduq2AD4KT+yfdToQMb6Z+TyST98WJGDcZLk1Uhq/t6tKZ4mRRAnfl+QXBBcSizRe7KBiAu6n9ybsGO21XNJ8X8Jy6LzYnn6+NpZeDU4DW/GhpZsBykmi6wAViy+yVKX0WhPi1yaLhi7+n43iR2KeQGHNQRY4c/TtnZoiAH9PvWqQskFwgADusLfQYzbpLm/+p4ym+ehu/bGQAXF/QU8+mSAECy/76eBI70Rovy2h0A2y+w4gQBQFzs3+4iQPuT4kYJ1qXkSZaZ2r/yiNi/cDQVWfn4cQBlgGU2WMqSig7wGhdWVqWiTvP0K0wGPXHZ/kYAUJhKmRsykWdzNV3TCACnJ/d2TwKHI4oogfbF2KJIrC5xwQEWp/w3EgGi4OA3NVPntDaNAHBmemj+y4PpsIS3x1EK7frdqnCKmEx4qJosv9VX4oCwADgiOrF0HADY5pDjBxIBYf/PHkph84boCY9OAMDmOM4nWE5/OgPGNsflfHQCADY3cn6f5QqVRxT9rUoAwOZZrmDePsYhW81Qgs3QAc59PgfguQiseiVoJUCjhsHSP+gEKyDzD6LgIqeXr4Fh/7G9yVju9TsBgFvTBs7dWBTXZy1zhanag/Jy4srKlfVp5Ao7LzjcMYSfV7rS+zpXuJXBECUl6UDbt2p1XqdfNEjvp2cNwaFxXMfXBUPOcDhqNqgT8gHEiZQbpHtDEQ6v+oSImRIzix+o6uPYW9HuA/wSIl5y6ScCYWXda5xT/qmSxMoJVrJg/C7VAFBWKMrT7gDIbJDGtT1UeFm7FyiU71GdX1Rz2M4AuPOBRGjHxYio8hyJygX2FRQAVefKmfaKun4j7pXa33k9Vn83aHGB6sa9FiMtS6aOKkSDmCwaN/3AEOYxyDhVca3pGTaf5qktstTWdTlqKsO4HA7VzbXiOy/q14kA/WFWhmg349AFrTiU6hq1xGo99ZcBYJrEmi7ohKowPxDqC6Z8CiTkZLlCheqDsnH4BX4bbPZ7eRcBzieK+TV97vUaFEmZotCOVaGqoDlZ3+DVHuUiKaco0O+q9/yqG2vFd84okm6AViqiVi6U7KSCKYo6SetHKpS09YEVJ5CDQiUv7V4t6nSqVOqFla6CVnWxtOQECQL93Y7Vo3X3BwpF0vJcShxQE4dawwRVkVI1STPc1iBKklh+7I5ZYSaeZjVMyE2ZKTQ2QtdpVFRBTVLPqpaYbnmpZcbKM86As9NBG6gCcYAEwWqVG6V6Yvo/Kq4gIKK0yAWhOgU21B0iCh/Fw0oGrx5oSdOUc6Om2wxdtsA2GwgXxWkroajuPEMoDnBOIJKqqFDj5KAEgkRjV7cG0hMU3qpWi3pxAVF7cqqK6Vlup9TNg+OCAWM0DNVjBUBOJoFYanqmRgu7X9jZOttltdCutcpn3a2zc48hDkms7dU6GwfFlWKBIPLo9a0ovITR5wYjzLxmvzAfB7RRKmwMM0ejMZFFwG9DzvZ5BnQZQJZRC71H+7ygMLXSmy30LWmf/w9mBFgBipwyRgAAAABJRU5ErkJggg==", Gr = { class: "serviceflow-nodeTitle" }, Jr = { class: "serviceflow-nodeContent" }, Wr = zr(Wo({ __name: "index", props: { graphModel: { type: Object, default: () => ({}) }, model: { type: Object, default: () => ({}) }, properties: { type: Object, default: () => ({}) } }, emits: ["btnClick"], setup(t2, { emit: l2 }) {
|
|
2185
|
+
const o2 = t2, n2 = zl([]), a2 = zl([]);
|
|
2186
|
+
return dn(() => {
|
|
2187
|
+
o2.graphModel.modelToGraphData().nodes.forEach((e2, t3) => {
|
|
2188
|
+
a2.value.push({ id: e2.id, name: e2.properties.name });
|
|
2189
|
+
}), a2.value.push({ id: "end", name: "结束" }), o2.properties && o2.properties.rules && o2.properties.rules.length > 0 && o2.properties.rules.forEach((e2, t3) => {
|
|
2190
|
+
n2.value.push(e2.name + "->" + function(e3) {
|
|
2191
|
+
if ("end" === e3) return "结束";
|
|
2192
|
+
for (let t4 = 0; t4 < a2.value.length; t4++) if (a2.value[t4].id == e3) return a2.value[t4].name;
|
|
2193
|
+
}(e2.to));
|
|
2194
|
+
});
|
|
2195
|
+
}), (l3, o3) => {
|
|
2196
|
+
const a3 = e.ElDivider;
|
|
2197
|
+
return Ya(), ls("div", null, [o3[1] || (o3[1] = is("img", { src: Hr, style: { height: "32px", position: "fixed", left: "0px", top: "0px" } }, null, -1)), is("div", { class: "serviceflow-nodeView", style: Qe({ backgroundColor: t2.properties.backgroundColor }) }, [is("div", Gr, it(t2.properties.name ? t2.properties.name : "条件判断"), 1), us(a3), is("div", Jr, [(Ya(true), ls(Ga, null, En(n2.value, (e2) => (Ya(), ls("div", null, [is("span", null, it(e2), 1), o3[0] || (o3[0] = is("br", null, null, -1))]))), 256))])], 4)]);
|
|
2198
|
+
};
|
|
2199
|
+
} }), [["__scopeId", "data-v-418f1558"]]);
|
|
2200
|
+
const Kr = { type: "regularQuery", view: class extends Ir {
|
|
2201
|
+
constructor(e2) {
|
|
2202
|
+
super(e2);
|
|
2203
|
+
__publicField(this, "customP1");
|
|
2204
|
+
this.isMounted = false, this.r = Ls(Wr, { text: e2.model.inputData, model: e2.model, graphModel: e2.graphModel, disabled: e2.graphModel.editConfigModel.isSilentMode, isSelected: e2.model.isSelected, isHovered: e2.model.isHovered, properties: e2.model.getProperties(), onBtnClick: (t2) => {
|
|
2205
|
+
this.props.graphModel.eventCenter.emit("node:select-click", { props: e2 });
|
|
2206
|
+
} }), this.app = kr({ render: () => this.r });
|
|
2207
|
+
}
|
|
2208
|
+
getResizeShape() {
|
|
2209
|
+
}
|
|
2210
|
+
}, model: class extends Fr {
|
|
2211
|
+
}, options: {} }, Qr = { class: "serviceflow-nodeTitle" }, Xr = { class: "serviceflow-nodeContent" }, Yr = ["title"], Zr = zr(Wo({ __name: "index", props: { graphModel: { type: Object, default: () => ({}) }, model: { type: Object, default: () => ({}) }, properties: { type: Object, default: () => ({}) } }, emits: ["btnClick"], setup(t2, { emit: l2 }) {
|
|
2212
|
+
const o2 = t2, n2 = zl([]), a2 = zl([]);
|
|
2213
|
+
return dn(() => {
|
|
2214
|
+
o2.graphModel.modelToGraphData().nodes.forEach((e2, t3) => {
|
|
2215
|
+
a2.value.push({ id: e2.id, name: e2.properties.name });
|
|
2216
|
+
}), a2.value.push({ id: "end", name: "结束" }), o2.properties && o2.properties.rules && o2.properties.rules.length > 0 && o2.properties.rules.forEach((e2, t3) => {
|
|
2217
|
+
n2.value.push(e2.name + "->" + function(e3) {
|
|
2218
|
+
if ("end" === e3) return "结束";
|
|
2219
|
+
for (let t4 = 0; t4 < a2.value.length; t4++) if (a2.value[t4].id == e3) return a2.value[t4].name;
|
|
2220
|
+
}(e2.to));
|
|
2221
|
+
});
|
|
2222
|
+
}), (l3, o3) => {
|
|
2223
|
+
const a3 = e.ElDivider;
|
|
2224
|
+
return Ya(), ls("div", null, [o3[1] || (o3[1] = is("img", { src: Hr, style: { height: "32px", position: "fixed", left: "0px", top: "0px" } }, null, -1)), is("div", { class: "serviceflow-nodeView", style: Qe({ backgroundColor: t2.properties.backgroundColor }) }, [is("div", Qr, it(t2.properties.name ? t2.properties.name : "条件判断"), 1), us(a3), is("div", Xr, [is("div", { class: "serviceflow-nodeContent-desc", title: t2.properties.description }, it(t2.properties.description), 9, Yr), (Ya(true), ls(Ga, null, En(n2.value, (e2) => (Ya(), ls("div", null, [is("span", null, it(e2), 1), o3[0] || (o3[0] = is("br", null, null, -1))]))), 256))])], 4)]);
|
|
2225
|
+
};
|
|
2226
|
+
} }), [["__scopeId", "data-v-3c23a172"]]);
|
|
2227
|
+
const ei = { type: "aggregateQuery", view: class extends Ir {
|
|
2228
|
+
constructor(e2) {
|
|
2229
|
+
super(e2);
|
|
2230
|
+
__publicField(this, "customP1");
|
|
2231
|
+
this.isMounted = false, this.r = Ls(Zr, { text: e2.model.inputData, model: e2.model, graphModel: e2.graphModel, disabled: e2.graphModel.editConfigModel.isSilentMode, isSelected: e2.model.isSelected, isHovered: e2.model.isHovered, properties: e2.model.getProperties(), onBtnClick: (t2) => {
|
|
2232
|
+
this.props.graphModel.eventCenter.emit("node:select-click", { props: e2 });
|
|
2233
|
+
} }), this.app = kr({ render: () => this.r });
|
|
2234
|
+
}
|
|
2235
|
+
getResizeShape() {
|
|
2236
|
+
}
|
|
2237
|
+
}, model: class extends Fr {
|
|
2238
|
+
}, options: {} }, ti = { class: "serviceflow-nodeContent" }, li = zr(Wo({ __name: "index", props: { graphModel: Object, properties: { type: Object, default: () => ({}) } }, emits: ["btnClick"], setup: (t2, { emit: l2 }) => (l3, o2) => {
|
|
2239
|
+
const n2 = e.ElDivider;
|
|
2240
|
+
return Ya(), ls("div", null, [o2[1] || (o2[1] = is("img", { src: Hr, style: { height: "32px", position: "fixed", left: "0px", top: "0px" } }, null, -1)), is("div", { class: "serviceflow-nodeView", style: Qe({ backgroundColor: t2.properties.backgroundColor }) }, [o2[0] || (o2[0] = is("div", { class: "serviceflow-nodeTitle" }, "动态SQL", -1)), us(n2), is("div", ti, it(t2.properties.name), 1)], 4)]);
|
|
2241
|
+
} }), [["__scopeId", "data-v-9770119b"]]);
|
|
2242
|
+
const oi = { type: "dynamicSql", view: class extends Ir {
|
|
2243
|
+
constructor(e2) {
|
|
2244
|
+
super(e2), this.isMounted = false, this.r = Ls(li, { model: e2.model, graphModel: e2.graphModel, disabled: e2.graphModel.editConfigModel.isSilentMode, isSelected: e2.model.isSelected, isHovered: e2.model.isHovered, properties: e2.model.getProperties(), onBtnClick: (t2) => {
|
|
2245
|
+
this.props.graphModel.eventCenter.emit("node:select-click", { props: e2 });
|
|
2246
|
+
} }), this.app = kr({ render: () => this.r });
|
|
2247
|
+
}
|
|
2248
|
+
}, model: class extends Fr {
|
|
2249
|
+
}, options: {} }, ni = { class: "serviceflow-nodeContent" }, ai = zr(Wo({ __name: "index", props: { graphModel: Object, properties: { type: Object, default: () => ({}) } }, emits: ["btnClick"], setup: (t2, { emit: l2 }) => (l3, o2) => {
|
|
2250
|
+
const n2 = e.ElDivider;
|
|
2251
|
+
return Ya(), ls("div", null, [o2[1] || (o2[1] = is("img", { src: Hr, style: { height: "32px", position: "fixed", left: "0px", top: "0px" } }, null, -1)), is("div", { class: "serviceflow-nodeView", style: Qe({ backgroundColor: t2.properties.backgroundColor }) }, [o2[0] || (o2[0] = is("div", { class: "serviceflow-nodeTitle" }, "计算-排序", -1)), us(n2), is("div", ni, it(t2.properties.name), 1)], 4)]);
|
|
2252
|
+
} }), [["__scopeId", "data-v-23f1c97b"]]);
|
|
2253
|
+
const si = { type: "computationSort", view: class extends Ir {
|
|
2254
|
+
constructor(e2) {
|
|
2255
|
+
super(e2), this.isMounted = false, this.r = Ls(ai, { model: e2.model, graphModel: e2.graphModel, disabled: e2.graphModel.editConfigModel.isSilentMode, isSelected: e2.model.isSelected, isHovered: e2.model.isHovered, properties: e2.model.getProperties(), onBtnClick: (t2) => {
|
|
2256
|
+
this.props.graphModel.eventCenter.emit("node:select-click", { props: e2 });
|
|
2257
|
+
} }), this.app = kr({ render: () => this.r });
|
|
2258
|
+
}
|
|
2259
|
+
}, model: class extends Fr {
|
|
2260
|
+
}, options: {} }, ri = { class: "serviceflow-nodeContent" }, ii = zr(Wo({ __name: "index", props: { graphModel: Object, properties: { type: Object, default: () => ({}) } }, emits: ["btnClick"], setup: (t2, { emit: l2 }) => (l3, o2) => {
|
|
2261
|
+
const n2 = e.ElDivider;
|
|
2262
|
+
return Ya(), ls("div", null, [o2[1] || (o2[1] = is("img", { src: Hr, style: { height: "32px", position: "fixed", left: "0px", top: "0px" } }, null, -1)), is("div", { class: "serviceflow-nodeView", style: Qe({ backgroundColor: t2.properties.backgroundColor }) }, [o2[0] || (o2[0] = is("div", { class: "serviceflow-nodeTitle" }, "http服务", -1)), us(n2), is("div", ri, it(t2.properties.name), 1)], 4)]);
|
|
2263
|
+
} }), [["__scopeId", "data-v-6b34f36c"]]);
|
|
2264
|
+
const ui = { type: "httpService", view: class extends Ir {
|
|
2265
|
+
constructor(e2) {
|
|
2266
|
+
super(e2), this.isMounted = false, this.r = Ls(ii, { model: e2.model, graphModel: e2.graphModel, disabled: e2.graphModel.editConfigModel.isSilentMode, isSelected: e2.model.isSelected, isHovered: e2.model.isHovered, properties: e2.model.getProperties(), onBtnClick: (t2) => {
|
|
2267
|
+
this.props.graphModel.eventCenter.emit("node:select-click", { props: e2 });
|
|
2268
|
+
} }), this.app = kr({ render: () => this.r });
|
|
2269
|
+
}
|
|
2270
|
+
}, model: class extends Fr {
|
|
2271
|
+
}, options: {} }, ci = { class: "serviceflow-nodeContent" }, di = zr(Wo({ __name: "index", props: { graphModel: Object, properties: { type: Object, default: () => ({}) } }, emits: ["btnClick"], setup: (t2, { emit: l2 }) => (l3, o2) => {
|
|
2272
|
+
const n2 = e.ElDivider;
|
|
2273
|
+
return Ya(), ls("div", null, [o2[1] || (o2[1] = is("img", { src: Hr, style: { height: "32px", position: "fixed", left: "0px", top: "0px" } }, null, -1)), is("div", { class: "serviceflow-nodeView", style: Qe({ backgroundColor: t2.properties.backgroundColor }) }, [o2[0] || (o2[0] = is("div", { class: "serviceflow-nodeTitle" }, "服务-自定义bean", -1)), us(n2), is("div", ci, it(t2.properties.name), 1)], 4)]);
|
|
2274
|
+
} }), [["__scopeId", "data-v-96d149c1"]]);
|
|
2275
|
+
const pi = { type: "customBean", view: class extends Ir {
|
|
2276
|
+
constructor(e2) {
|
|
2277
|
+
super(e2), this.isMounted = false, this.r = Ls(di, { model: e2.model, graphModel: e2.graphModel, disabled: e2.graphModel.editConfigModel.isSilentMode, isSelected: e2.model.isSelected, isHovered: e2.model.isHovered, properties: e2.model.getProperties(), onBtnClick: (t2) => {
|
|
2278
|
+
this.props.graphModel.eventCenter.emit("node:select-click", { props: e2 });
|
|
2279
|
+
} }), this.app = kr({ render: () => this.r });
|
|
2280
|
+
}
|
|
2281
|
+
}, model: class extends Fr {
|
|
2282
|
+
}, options: {} }, mi = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAAXNSR0IArs4c6QAABVZJREFUWEfVl+2LVVUUxp+1zzl3dJJQEvoW06cgIvwHwhvDSFNgE0EgBINSIU6lVmZR5EwE04uamIIp6QRREQSjgYRlTkF/gODHoPkukUXqeO85e8Vae69zzz3O3LkZA3qZPedln332bz/r2WvvQ7jNfnSb8eDOAeLp5hCIL8DREMgBjmJxWPo6Plc+X72WdvQzsmSMnpq5slRkllSIp5tNBSIBqQBpZ7d67YA0WXdLQDICVQkYQipXqf7Ff+GQ6o1KnVXH+1Jvj4QG87RlZr6Xb+8MD/Fkcy0aaIKwdsVm4Q3M0uTcTV5aVCGebk6CeN+KwciLiXbT3rlD9T4WB/qgOQPC+IoCMaZo79xkf0D7h2cAXnmgPT/1CXRwpATiHrmTwIuK2FcbUejVH/sE+njTDJch6zURA5A90cHro40A7T7XH1DxyegMMcaZAGYCa08UetZz1nwpCtW7lmq9y/HRCm61DTNNJTvP9gPElB/ZfEo8JCCeXICqdB2uGE7pApz9tI3WyM1OULUNMRx7fZ4ZU9lL300B1BX3rgE+MsljTFi3dfCr8Xvd5Y0eBB9h5Hx44JcYIkZCXovBBd2kOBTsoDXSlgiXWg/isr8nYAoUGPPFfae/vj52mhicALNzk6Q5qQRqTvEcgI0xItqxnHsfxi7nO9Z8hubqXyHdpVRoESi5joFEwQlyOOScwLPDVT+IiT8/wjU/GJSUpdHkjC4AcHFuH23oAhp+l2VA4cUS/+gB9oCP5w9kv2HP3YfhyKNBuZbUSfchhIKW+wQtTrV4TnD62ijOXB/VkcuGQX1UKQrBwPl3QuBLhUbe4+DdCKQQ4gcPFHKMlW+tPYD17g8MuLYWhaJC2xVwaPkUN3yGFme4XKzHgb8msMCrunYvVTBpJ4qde7sLiOmx6aC7KlOBKOQ8Fql7uHEJT951VmFWu5YeAxBruARmwTf0OHv1CVxsPaSKJK5SokKyi7EJ8f2bwkVlkOjx96MRZKQGVABtD+RFuCdqiVCbBi8gowIDLkfmgo8kZDk7tH2Klk/Q5hTnrj2qyknHCclWCMhkK5V04MxOZ9+oAW3+EN58I+ERiDzCtOU8QllcdQNpG8KK96SthVvgpUrUSR2QpUAWYQROFeKg0pnXa0Bj++Fl+BI39Y0HBKSdAy05GlBUyXa0ZtBy2kffVcGTJKjTSIFGPBdIHVB08uxrNaCnDwYgGZXAqDoGE4+iko3eQNSgNhlqM1TDFUMlIKKQQAmcKCZQNrW+faUG9MyhqFCU3ELWyjtKiUrmI3uRppZquohSycBsNkmYtGRBIQ2bGD3pAH2zqwa05XBnlpmHLGwCtToLYHkMieWMruRhuSt6R4BEBVHGlFUvRR9JyCxRfvlyDejZIx0P2bQ3oO0jYUT/LAALOVDknbxUXcfMRxJ3DVUKDGTAmoGQyz79IYRLU0CcFDagL17sAgLGj8ZMHUOmsyWae+co0MiAhRZwQ4Cil2zKLnZUdRJgIAVWNYBWGzh+HhC11TvxM083EQx8PlHL1NuOxUxdWTYESMDMjHZt6aEXkHnL0sPf16MqFWVsbZNnT26vAT1/PExUm662ntXzSgmz+GaxwxhnX9gDdRSpLxsW8hMv1IC2nyiXsrCNiB2Wi6xdV+p6KaSmr6SEKli9ToiPPVcDmjjJv+tXaqXjqkmr6hnIUiKVK3bcYZbGN8Dom3JAhPmj2+j+rtV+xyne4Bi7SKBqv2rHsuFTuGW+eW0fKBtOe90STa4khF2HtpJ+Yi/z2rLr8NxNO+DlghbrO+1k5erpvj6Aqp0up8tSgL0hqq3+I1CfivyPx/4F7raDQ26zdEkAAAAASUVORK5CYII=", fi = "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20t='1714978188294'%20class='icon'%20viewBox='0%200%201024%201024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20p-id='6128'%20width='16'%20height='16'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cpath%20d='M423.72%20535.28c17.53%2017.53%2045.96%2017.53%2063.49%200l315.76-181.07c17.53-17.53%2017.53-45.96%200-63.49L497.53%20119.96c-17.53-17.53-45.96-17.53-63.49%200L118.28%20301.03c-17.53%2017.53-17.53%2045.96%200%2063.49l305.44%20170.76z'%20p-id='6129'%20fill='%23409EFF'%3e%3c/path%3e%3cpath%20d='M93.83%20522.19l301.84%20183.53c16.3%2014.27%2036.71%2021.4%2057.12%2021.4%2020.48%200%2040.96-7.18%2057.29-21.55l95.23-59.13a199.17%20199.17%200%200%201-2.23-29.7c0-27.45%205.62-53.59%2015.75-77.34l-160.52%2099.66-3.42%203.42a2.997%202.997%200%200%201-4.23%200l-3.56-3.56-309.73-188.34c-19.77-12.02-45.55-5.74-57.58%2014.03s-5.73%2045.56%2014.04%2057.58z'%20p-id='6130'%20fill='%23409EFF'%3e%3c/path%3e%3cpath%20d='M632.78%20720.82l-174.45%20108.3-3.42%203.42a2.997%202.997%200%200%201-4.23%200l-3.56-3.56-309.75-188.33c-19.77-12.02-45.55-5.74-57.58%2014.03s-5.74%2045.55%2014.03%2057.58l301.84%20183.53c16.3%2014.27%2036.71%2021.4%2057.12%2021.4%2020.48%200%2040.96-7.18%2057.29-21.55l182.8-113.49a198.357%20198.357%200%200%201-60.09-61.33z%20m308.63%2024.95L876.63%20681c12.22-19.69%2019.29-42.9%2019.29-67.77%200-71.09-57.63-128.72-128.72-128.72s-128.72%2057.63-128.72%20128.72%2057.63%20128.72%20128.72%20128.72c24.19%200%2046.81-6.68%2066.14-18.29l65.09%2065.09c11.87%2011.87%2031.11%2011.87%2042.98%200%2011.87-11.87%2011.87-31.11%200-42.98z%20m-174.2-54.71c-42.92%200-77.84-34.92-77.84-77.84s34.92-77.84%2077.84-77.84%2077.84%2034.92%2077.84%2077.84-34.92%2077.84-77.84%2077.84z'%20p-id='6131'%20fill='%23409EFF'%3e%3c/path%3e%3c/svg%3e", vi = "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20t='1715047222057'%20class='icon'%20viewBox='0%200%201024%201024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20p-id='4281'%20width='16'%20height='16'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cpath%20d='M921.1%2061.4H102.9c-45.5%200-82.4%2036.9-82.4%2082.4v736.3c0%2045.5%2036.9%2082.4%2082.4%2082.4h818.2c45.5%200%2082.4-36.9%2082.4-82.4V143.8c0-45.5-36.9-82.4-82.4-82.4z%20m0.4%20777.8c0%2022.9-18.6%2041.4-41.4%2041.4H143.8c-22.9%200-41.4-18.6-41.4-41.4V184.8c0-22.9%2018.6-41.4%2041.4-41.4h736.3c22.9%200%2041.4%2018.6%2041.4%2041.4v654.4z'%20fill='%23409EFF'%20p-id='4282'%3e%3c/path%3e%3cpath%20d='M313.4%20497.1c-11.1-5.4-24.9-10-42.1-14.1l-2.2-0.4c-0.9-0.3-1.7-0.4-3.4-0.8-12.8-2.9-22.9-5.7-30-8.3-5.9-2.2-10.6-5.5-14.4-9.9-3-3.5-4.4-8.5-4.4-15.6%200-10.9%203.2-18.6%2010.1-24.4%207.8-6.5%2019.4-9.8%2034.6-9.8%208.5%200%2017.1%201.9%2025.5%205.5%208.7%203.8%2017.7%209.5%2026.6%2017.1l8.9%207.6%2033.3-54-8.8-7.4c-8.9-7.4-18.1-13.7-27.4-18.6-9.3-4.9-18.9-8.7-28.5-11.2-9.6-2.5-19.6-3.8-29.5-3.8-20.6%200-38.7%203.8-53.7%2011.3-15.6%207.9-27.8%2019.6-36.1%2034.8-8.2%2015.1-12.4%2033.3-12.4%2054.4%200%2023.9%204.6%2042.9%2013.8%2056.6%208.9%2013.4%2019.9%2022.7%2032.7%2027.8%2011.4%204.6%2025.7%208.5%2043.4%2012l1.2%200.1c1.5%200.6%203%201.5%204%200.9%2011.2%202.3%2020.2%204.9%2027%207.6%205.6%202.2%2010%205.5%2013.4%2010%202.8%203.7%204.2%209.1%204.2%2016.6%200%2010.4-3.4%2017.9-10.6%2023.5-8.4%206.5-20.9%209.9-37.3%209.9-12.5%200-24.1-2.2-34.7-6.6-10.5-4.4-20.2-11.1-28.9-19.9l-8.5-8.5-36.3%2051.8%208.2%208c9.1%208.9%2018.9%2016.4%2029.2%2022.3%2010.3%205.9%2021.6%2010.4%2033.6%2013.4l16.6%204.1%2020.8%200.3c21.3%200%2039.9-3.8%2055.2-11.1%2016-7.7%2028.6-19.3%2037.2-34.3%208.6-15%2013-33.1%2013-54.2%200-22.2-4.2-40.3-12.6-53.8-8.1-13.2-18.4-22.9-30.7-28.9z%20m-46.6-2.2zM751.8%20349h-57.9v330.3h187v-66.4H751.8zM619.9%20619.8c0.6-1.2%201.4-2.2%202-3.4%209.5-19.2%2014.3-41.4%2014.3-65.9v-77c0-24.5-4.8-46.7-14.3-65.9-9.9-20-24.1-35.7-42.3-46.7-35.6-21.6-86.3-21.5-121.8%200-18.2%2011-32.4%2026.7-42.3%2046.7-9.5%2019.2-14.3%2041.4-14.3%2065.9v77c0%2024.5%204.8%2046.7%2014.3%2065.9%209.9%2020%2024.1%2035.7%2042.3%2046.7%2017.8%2010.8%2038.3%2016.2%2060.9%2016.2s43.1-5.5%2060.9-16.2c0.3-0.2%200.5-0.4%200.8-0.6l7.7%208.1c11%2011.6%2029%2011.6%2040%200s11-30.6%200-42.2l-8.2-8.6z%20m-135.1-6.5c-9.2-5.6-16.1-13.3-21.2-23.5-5.5-11.1-8.1-23.9-8.1-39.3v-77c0-15.4%202.7-28.2%208.1-39.3%205.1-10.3%2012-17.9%2021.2-23.5%209.6-5.8%2020.7-8.6%2033.9-8.6s24.3%202.8%2033.9%208.6c9.2%205.5%2016.1%2013.2%2021.2%2023.5%205.5%2011.1%208.1%2023.9%208.1%2039.3v77c0%209.5-1.4%2017.7-3.5%2025.5l-9-9.5c-11-11.6-29-11.6-40%200s-11%2030.6%200%2042.2l9.6%2010.1c-17.8%205.3-39.1%203.6-54.2-5.5z'%20fill='%23409EFF'%20p-id='4283'%3e%3c/path%3e%3c/svg%3e", hi = "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20t='1715259667653'%20class='icon'%20viewBox='0%200%201024%201024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20p-id='3327'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='200'%20height='200'%3e%3cpath%20d='M428.6%20924.2L96%20619.5l67.8-74L328.2%20696V110.3h100.4zM695.8%20913.7H595.4V99.8L928%20404.5l-67.8%2074L695.8%20328z'%20fill='%23409EFF'%20p-id='3328'%3e%3c/path%3e%3c/svg%3e", yi = "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20t='1715259688848'%20class='icon'%20viewBox='0%200%201024%201024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20p-id='4389'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='200'%20height='200'%3e%3cpath%20d='M1024%20146.2784A146.2784%20146.2784%200%200%200%20877.7216%200H146.2784A146.2784%20146.2784%200%200%200%200%20146.2784v731.4432A146.2784%20146.2784%200%200%200%20146.2784%201024h731.4432A146.2784%20146.2784%200%200%200%201024%20877.7216V146.2784zM146.2784%2073.216h731.4432l5.4784%200.1536c37.8368%202.816%2067.6352%2034.4064%2067.6352%2072.96v731.4432l-0.2048%205.4784a73.1392%2073.1392%200%200%201-23.19872%2048.10752%2073.1392%2073.1392%200%200%201-49.71008%2019.52768H146.2784l-5.4272-0.2048a73.18016%2073.18016%200%200%201-67.6864-72.9088V146.2784l0.1536-5.4272a73.1648%2073.1648%200%200%201%2072.96-67.6864v0.0512z'%20fill='%23409EFF'%20p-id='4390'%3e%3c/path%3e%3cpath%20d='M278.36416%20413.57312h-55.296l15.11424-85.15584h-45.71136L140.86144%20622.592h45.71136l29.85984-171.04896h46.44864c24.69888%200%2030.59712%204.05504%2030.59712%2015.48288%200%206.26688-1.47456%2016.22016-4.42368%2032.44032L267.30496%20622.592h45.71136l22.48704-126.44352c3.31776-17.69472%205.89824-33.91488%205.89824-44.97408%200-27.27936-16.22016-37.60128-63.03744-37.60128zM452.80256%20450.80576h58.61376l6.63552-37.23264H459.43808l11.0592-61.93152h-45.71136l-11.0592%2061.93152h-27.648l-6.26688%2037.23264h27.27936l-16.5888%2094.0032c-2.21184%2011.79648-4.05504%2024.69888-4.05504%2034.28352%200%2032.44032%2020.64384%2043.49952%2061.93152%2043.49952h26.91072l15.85152-37.23264H466.0736c-23.9616%200-33.1776-0.36864-33.1776-15.11424%200-5.89824%201.47456-15.48288%203.31776-25.43616l16.5888-94.0032zM602.92096%20450.80576h58.61376l6.63552-37.23264h-58.61376l11.0592-61.93152h-45.71136l-11.0592%2061.93152h-27.648l-6.26688%2037.23264h27.27936l-16.5888%2094.0032c-2.21184%2011.79648-4.05504%2024.69888-4.05504%2034.28352%200%2032.44032%2020.64384%2043.49952%2061.93152%2043.49952h26.91072l15.85152-37.23264h-25.06752c-23.9616%200-33.1776-0.36864-33.1776-15.11424%200-5.89824%201.47456-15.48288%203.31776-25.43616l16.5888-94.0032zM804.87424%20413.57312h-93.26592l-48.66048%20274.6368h45.71136l11.42784-65.24928h51.6096c60.8256%200%2075.5712-13.63968%2085.89312-72.25344l8.84736-49.39776c3.31776-18.80064%204.79232-30.96576%204.79232-39.44448%200-35.0208-19.16928-48.29184-66.3552-48.29184z%20m15.85152%2087.73632l-8.84736%2049.39776c-5.16096%2028.38528-11.0592%2035.0208-37.60128%2035.0208h-47.55456l23.9616-134.92224h42.02496c23.9616%200%2032.07168%202.94912%2032.07168%2018.80064%200%206.63552-1.10592%2015.85152-4.05504%2031.70304z'%20fill='%23409EFF'%20p-id='4391'%3e%3c/path%3e%3c/svg%3e", gi = [{ type: "start", label: "开始", nodeAndView: $r, configComponent: null, icon: void 0 }], bi = [{ name: "base", label: "基本", icon: mi, items: [{ type: "end", label: "结束", icon: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAA3NJREFUWEfFV0tS20AQfeM4VdmFOQHmBJgTACcILFKIFWZNBPgEwAlMrLAGVojKAnICzAkwJ8CcYMgqlcJ4Qo9GQ0saCZksmA3YavW8fv36Y4F3PuKd78dUAL4eqXZzgo4G2gBmNDBLAQjgNzSGEBgCGMShHNQNrBaAoK86aGAPGq1ajgVG0NisA6QSQNBTLTRxCWDeXZw4vwYwQgMj8/0ELQHMTIAN+stAXmOMTtyViZ3nlAIguj9oXLCo6dL916IKIrVEdgAWzX2vsOEFYJ1c0fsaeBAa3XhbntSi3xqtR2plAhynjDw1sPBzS5JGMqcAwND+EVcmckL/iOUqCjs9NXPSlQ8+cHV8FQFEihS8aCIfY6Hq8memBhCY/fSIhSoQuokby8RtHEqqICYp9oFTL4DVs1CSAEtPECkS1yzGmKsESlUkcGwcUXWwdGYYCH6oOyu662exkZgyJ4gUiWsvBccBoGlKlHRzGoey43nXMEtpjb/JufS5A8CjB7CcV/taX+0KgZ590TzPAKDgLNUC+H4Wyl0OgvvnguQATHSU+/NQSv4yCe1PE3c2jwdxKMkW+RSY0p3gxke1sbcMc4AvAPrqEgJffOhZ9JnU+DRQZmsBUylvPDPs/HAGEkEBLsKUhcCC0xrd82156L6PFNX1PBeh7Z53ZBOHMqsxqyEArhqcwVqklKG4gc14K9t0ytRuo23nRed85aojOFIdTHDM01wXQKJgjzh9NZoC+DSG5P2hEkCQ0ulJwXqkDjWwk0+B73ImxPs4lJnpmZYxAPeMayCNslDH1Nc1cFGnNZvumLBV0FIaCDR+xdtyhQJwANzDXKNggjMKFgJD/YhVX+dzEQqMfO3ZaYOBcwAyNezJNR8sJKIGcErbD/2vNdqigR02uguNrKzRTdWKqSH9bWKf9OAdEBXT06WmrBWbRlExNPJt1UQtzG5IQhsIYFg2vJyGEicZdnzj2DSXOuO4alI67fRUi43jwpD774WkCsSbFhJyyAVpBbf52m5QGL991dECPbakFoSZKUPP/F4yS8TLKv7mpfRJYNW3D1YCMKJM1nKq/2TDtUsqlSAxw9dyI0aBxdxvh1uMsfKmtTyv+hwb1fqjcpzgoM4mXeuXEeuGtKYtQaMNgbYGPlsa70FLLDAcN3BSRrcP9VQA6pTdtDbvDuAf8rIYP3B+QjYAAAAASUVORK5CYII=", nodeAndView: qr, configComponent: null }] }, { name: "database", label: "数据库", icon: mi, items: [{ type: "regularQuery", label: "普通查询", icon: "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20t='1714978240227'%20class='icon'%20viewBox='0%200%201024%201024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20p-id='7337'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='16'%20height='16'%3e%3cpath%20d='M531.340062%20313.841111c0-68.969321%2056.075947-125.045268%20124.94294-125.045268%2068.969321%200%20125.045268%2056.075947%20125.045268%20125.045268s-56.075947%20125.045268-125.045268%20125.045268C587.416009%20438.784051%20531.340062%20382.708104%20531.340062%20313.841111zM879.358849%20507.344059%20787.979614%20415.964825c21.898271-28.140302%2035.098631-63.648246%2035.098631-102.123713%200-91.993205-74.597382-166.692915-166.692915-166.692915-91.993205%200-166.590587%2074.69971-166.590587%20166.692915s74.597382%20166.590587%20166.590587%20166.590587c38.475467%200%2073.983412-12.995703%20102.226042-35.098631l91.379235%2091.379235c4.093135%204.093135%209.41421%206.139702%2014.735285%206.139702s10.64215-2.046567%2014.735285-6.139702C887.545118%20528.62836%20887.545118%20515.530329%20879.358849%20507.344059zM385.522135%20801.231138%20385.522135%20692.558409c0-31.721795-25.786749-57.406216-57.303887-57.406216l-109.491356%200L385.522135%20801.231138zM410.797242%20221.131608%20244.206655%20221.131608c-31.517138%200-57.201559%2025.582093-57.201559%2056.996902l0%20308.929349%20141.110822%200c58.122514%200%20105.398221%2047.378035%20105.398221%20105.50055l0%20135.892076L628.347357%20828.450485c31.517138%200%2057.099231-25.582093%2057.099231-57.099231L685.446587%20614.891176c0-13.507345%2010.846807-24.354152%2024.251824-24.354152%2013.507345%200%2024.354152%2010.846807%2024.354152%2024.354152l0%20156.35775c0%2058.327171-47.378035%20105.602878-105.602878%20105.602878L402.713301%20876.851804c-6.446687%200-12.484061-2.558209-17.088838-7.060658L145.562107%20630.854402c-4.604777-4.502448-7.060658-10.744479-7.060658-17.191166L138.501449%20278.12851c0-58.224843%2047.378035-105.602878%20105.705206-105.602878l166.590587%200c13.507345%200%2024.45648%2010.846807%2024.45648%2024.354152C435.253722%20210.182472%20424.304587%20221.131608%20410.797242%20221.131608L410.797242%20221.131608%20410.797242%20221.131608zM417.243929%20469.277905%20255.769761%20469.277905c-7.776956%200-14.325972-6.446687-14.325972-14.4283%200-7.776956%206.446687-14.325972%2014.325972-14.325972l161.474168%200c7.776956%200%2014.325972%206.344359%2014.325972%2014.325972C431.467573%20462.933547%20425.020885%20469.277905%20417.243929%20469.277905zM417.243929%20405.322674%20255.769761%20405.322674c-7.776956%200-14.325972-6.446687-14.325972-14.325972%200-7.776956%206.446687-14.325972%2014.325972-14.325972l161.474168%200c7.776956%200%2014.325972%206.446687%2014.325972%2014.325972C431.467573%20398.978315%20425.020885%20405.322674%20417.243929%20405.322674z'%20p-id='7338'%20fill='%23409EFF'%3e%3c/path%3e%3c/svg%3e", nodeAndView: Kr, configComponent: en(() => Promise.resolve().then(() => lc)) }, { type: "aggregateQuery", label: "汇总查询", drawerWidth: "60%", icon: fi, nodeAndView: ei, configComponent: en(() => Promise.resolve().then(() => Cc)) }, { type: "dynamicSql", label: "动态SQL", drawerWidth: "60%", icon: vi, nodeAndView: oi, configComponent: en(() => Promise.resolve().then(() => Dc)) }] }, { name: "computation", label: "计算", icon: mi, items: [{ type: "computationSort", label: "排序", icon: hi, nodeAndView: si, drawerWidth: "50%", configComponent: en(() => Promise.resolve().then(() => Ic)) }] }, { name: "service", label: "服务", icon: mi, items: [{ type: "httpService", label: "http服务", drawerWidth: "60%", icon: yi, nodeAndView: ui, configComponent: en(() => Promise.resolve().then(() => td)) }, { type: "customBean", label: "自定义bean", drawerWidth: "50%", icon: yi, nodeAndView: pi, configComponent: en(() => Promise.resolve().then(() => od)) }] }];
|
|
2283
|
+
function wi(e2) {
|
|
2284
|
+
for (let t2 of bi) {
|
|
2285
|
+
let l2 = t2.items.find((t3) => t3.type === e2);
|
|
2286
|
+
if (l2) return l2;
|
|
2287
|
+
}
|
|
2288
|
+
}
|
|
2289
|
+
const _i = ["src"], Vi = { style: { padding: "8px 0px 0px 0px" } }, Ei = ["title", "onMousedown"], xi = ["src"], ki = zr(Wo({ __name: "component-panel", emits: ["drag-node"], setup(t2, { emit: l2 }) {
|
|
2290
|
+
const o2 = l2, n2 = zl(bi[0].name);
|
|
2291
|
+
return (t3, l3) => {
|
|
2292
|
+
const a2 = e.ElCol, s2 = e.ElRow, r2 = e.ElCollapseItem, i2 = e.ElCollapse;
|
|
2293
|
+
return Ya(), os(i2, { modelValue: n2.value, "onUpdate:modelValue": l3[0] || (l3[0] = (e2) => n2.value = e2), style: { "margin-top": "6px" } }, { default: Lo(() => [(Ya(true), ls(Ga, null, En(Il(bi), (e2, t4) => (Ya(), os(r2, { key: t4, name: e2.name, class: "serviceflow-attr-group-header" }, { title: Lo(() => [is("img", { src: e2.icon, style: { height: "18px" } }, null, 8, _i), l3[1] || (l3[1] = ms(" ", -1)), is("b", null, it(e2.label), 1)]), default: Lo(() => [is("div", Vi, [us(s2, { gutter: 14 }, { default: Lo(() => [(Ya(true), ls(Ga, null, En(e2.items, (e3, t5) => (Ya(), os(a2, { span: 8 }, { default: Lo(() => [is("div", { class: "serviceflow-item", title: e3.label, onMousedown: (t6) => function(e4) {
|
|
2294
|
+
e4.type, o2("drag-node", e4);
|
|
2295
|
+
}(e3) }, [is("div", null, [is("img", { src: e3.icon, style: { height: "16px" } }, null, 8, xi)]), is("span", null, it(e3.label), 1)], 40, Ei)]), _: 2 }, 1024))), 256))]), _: 2 }, 1024)])]), _: 2 }, 1032, ["name"]))), 128))]), _: 1 }, 8, ["modelValue"]);
|
|
2296
|
+
};
|
|
2297
|
+
} }), [["__scopeId", "data-v-95de097d"]]), Ci = { class: "amb-assembly-header" }, Ni = { class: "amb-assembly-header-type" }, Oi = { class: "amb-design-assembly-list" }, Si = zr(Wo({ __name: "service-panel", props: { logicFlowInstance: { type: a, default: () => {
|
|
2298
|
+
} }, serviceTreeData: { type: Array, default: () => [] } }, emits: ["drag-node", "service-click", "clear-flow-canvas", "load-tree-data"], setup(e2, { emit: t2 }) {
|
|
2299
|
+
const l2 = t2, o2 = zl("serviceFlowList"), n2 = zl(), a2 = $s(() => ({ height: n2.value + "px" })), s2 = (e3) => {
|
|
2300
|
+
e3.type, l2("drag-node", e3);
|
|
2301
|
+
}, r2 = (e3) => {
|
|
2302
|
+
l2("service-click", e3);
|
|
2303
|
+
}, i2 = () => {
|
|
2304
|
+
l2("clear-flow-canvas");
|
|
2305
|
+
}, u2 = () => {
|
|
2306
|
+
l2("load-tree-data");
|
|
2307
|
+
};
|
|
2308
|
+
return (t3, l3) => (Ya(), ls("div", { class: "amb-design-assembly-content", ref: "ambDesignAssemblyContent", style: Qe(a2.value) }, [is("div", Ci, [is("div", Ni, [is("label", { class: tt({ selected: "serviceFlowList" === o2.value }), onClick: l3[0] || (l3[0] = (e3) => o2.value = "serviceFlowList") }, " 服务列表 ", 2), is("label", { class: tt({ selected: "component" === o2.value }), onClick: l3[1] || (l3[1] = (e3) => o2.value = "component") }, " 组件库 ", 2)])]), is("div", Oi, ["serviceFlowList" === o2.value ? (Ya(), os(jr, { key: 0, serviceTreeData: e2.serviceTreeData, onLoadTreeData: u2, onServiceClick: r2, onClearFlowCanvas: i2 }, null, 8, ["serviceTreeData"])) : (Ya(), os(ki, { key: 1, onDragNode: s2 }))])], 4));
|
|
2309
|
+
} }), [["__scopeId", "data-v-59e0837d"]]), Ti = ["id"], Di = Wo({ __name: "service-node-config", props: { service: { type: Object, default: () => ({}) }, currentNode: { type: Object, default: () => ({}) }, logicFlowInstance: { type: Object, default: () => ({}) }, pageContext: { type: Object, default: () => ({}) } }, emits: ["onConfigChange", "update:currentNode"], setup(t2, { expose: l2, emit: o2 }) {
|
|
2310
|
+
const n2 = t2, a2 = zl({}), s2 = zl(false), r2 = zl({}), i2 = zl(), u2 = zl({ withHeader: true, drawerWidth: "" }), c2 = zl(false), d2 = o2;
|
|
2311
|
+
let p2 = { configComponent: null, drawerWidth: "50%" };
|
|
2312
|
+
function m2() {
|
|
2313
|
+
s2.value = false;
|
|
2314
|
+
}
|
|
2315
|
+
function f2() {
|
|
2316
|
+
c2.value || v2(), c2.value = false, d2("update:currentNode", null);
|
|
2317
|
+
}
|
|
2318
|
+
function v2() {
|
|
2319
|
+
n2.currentNode, i2.value && i2.value.hasOwnProperty("onClose") && "function" == typeof i2.value.onClose && i2.value.onClose(), n2.currentNode && (["start", "end"].includes(n2.currentNode.type) || (i2.value && i2.value.hasOwnProperty("getData") && "function" == typeof i2.value.getData ? n2.logicFlowInstance && n2.logicFlowInstance.getNodeModelById(n2.currentNode.data.id) && n2.logicFlowInstance.getNodeModelById(n2.currentNode.data.id).setProperties(i2.value.getData()) : n2.logicFlowInstance.getNodeModelById(n2.currentNode.data.id).setProperties(a2.value)));
|
|
2320
|
+
}
|
|
2321
|
+
function h2(e2) {
|
|
2322
|
+
e2 ? (false === e2.withHeader ? u2.value.withHeader = false : u2.value.withHeader = true, e2.drawerWidth ? u2.value.drawerWidth = e2.drawerWidth : u2.value.drawerWidth = "100%") : u2.value.drawerWidth = "100%";
|
|
2323
|
+
}
|
|
2324
|
+
return l2({ onBlankClick: function() {
|
|
2325
|
+
s2.value && m2();
|
|
2326
|
+
}, onNodeClick: function(e2) {
|
|
2327
|
+
["start", "end"].includes(e2.data.type) ? (v2(), m2()) : (1 == s2.value ? (v2(), r2.value = wi(e2.data.type)) : (s2.value = true, r2.value = wi(e2.data.type)), p2 = function(e3) {
|
|
2328
|
+
for (let t3 of bi) {
|
|
2329
|
+
let l3 = t3.items.find((t4) => t4.type === e3);
|
|
2330
|
+
if (l3) return l3;
|
|
2331
|
+
}
|
|
2332
|
+
}(e2.data.type)), a2.value = e2.data.properties;
|
|
2333
|
+
}, onLogicChange: function() {
|
|
2334
|
+
m2();
|
|
2335
|
+
}, onDeleteNode: function() {
|
|
2336
|
+
c2.value = true, m2();
|
|
2337
|
+
}, closeDrawer: m2 }), (l3, o3) => {
|
|
2338
|
+
const n3 = e.ElDrawer;
|
|
2339
|
+
return Ya(), os(n3, { modelValue: s2.value, "onUpdate:modelValue": o3[0] || (o3[0] = (e2) => s2.value = e2), "append-to-body": false, "close-on-press-escape": false, "destroy-on-close": "", "with-header": u2.value.withHeader, "modal-class": "el-overlay", modal: true, title: r2.value.label, direction: "rtl", size: u2.value.drawerWidth ? u2.value.drawerWidth : Il(p2).drawerWidth ? Il(p2).drawerWidth : "50%", onClose: f2 }, { header: Lo(({ close: e2, titleId: t3, titleClass: l4 }) => [is("h4", { id: t3, class: tt(l4) }, it(r2.value.label), 11, Ti)]), default: Lo(() => [(Ya(), os(_n(Il(p2).configComponent), { ref_key: "configComponentRef", ref: i2, logicFlowInstance: t2.logicFlowInstance, currentNode: t2.currentNode, properties: a2.value, service: t2.service, pageContext: t2.pageContext, onFullScreen: h2 }, null, 40, ["logicFlowInstance", "currentNode", "properties", "service", "pageContext"]))]), _: 1 }, 8, ["modelValue", "with-header", "title", "size"]);
|
|
2340
|
+
};
|
|
2341
|
+
} }), Ai = zr(Di, [["__scopeId", "data-v-32028b1e"]]), Ui = { style: { padding: "10px", "text-align": "center" } }, Mi = zr(Wo({ __name: "service-update-log", props: { lf: { type: Object, default: () => ({}) }, cloneService: { type: Object, default: () => ({}) }, sourceService: { type: Object, default: () => ({}) } }, emits: ["save"], setup(t2, { expose: l2, emit: o2 }) {
|
|
2342
|
+
const n2 = t2, a2 = o2, s2 = zl([]), r2 = zl(false), i2 = zl(false), u2 = zl(false), c2 = zl(""), d2 = zl({ currentPage: 1, pageSize: 10, showTotal: true }), p2 = zl(0);
|
|
2343
|
+
function m2(e2) {
|
|
2344
|
+
y.http.post(window.$vueApp.config.globalProperties.baseAPI + "/component/super-page-design/design-log/SERVICE_FLOW_DESIGN/" + n2.cloneService.id, { pagination: d2.value }).then((t3) => {
|
|
2345
|
+
if (t3) if (s2.value = t3.data, p2.value = t3.total, e2 && e2.beforeSave) {
|
|
2346
|
+
const e3 = n2.lf.getGraphData(), t4 = Nr(n2.sourceService, n2.cloneService), l3 = Nr(n2.sourceService.flow, e3);
|
|
2347
|
+
t4 && l3 ? g.ElMessage.info("数据未发生变化,无需保存") : (r2.value = true, i2.value = true);
|
|
2348
|
+
} else i2.value = false, r2.value = true;
|
|
2349
|
+
});
|
|
2350
|
+
}
|
|
2351
|
+
function f2() {
|
|
2352
|
+
r2.value = false, c2.value = "";
|
|
2353
|
+
}
|
|
2354
|
+
function v2() {
|
|
2355
|
+
c2.value ? (a2("save", c2.value), c2.value = "") : g.ElMessage.warning("请输入修改记录");
|
|
2356
|
+
}
|
|
2357
|
+
function h2() {
|
|
2358
|
+
u2.value && (c2.value = s2.value[0].description);
|
|
2359
|
+
}
|
|
2360
|
+
return l2({ showDialog: m2, closeDialog: function() {
|
|
2361
|
+
r2.value = false;
|
|
2362
|
+
} }), (t3, l3) => {
|
|
2363
|
+
const o3 = e.ElInput, n3 = e.ElFormItem, a3 = e.ElCheckbox, y2 = e.ElForm, g2 = e.ElButton, b2 = e.ElTableColumn, w2 = e.ElTable, _2 = e.ElPagination, V2 = e.ElDialog;
|
|
2364
|
+
return Ya(), os(V2, { modelValue: r2.value, "onUpdate:modelValue": l3[5] || (l3[5] = (e2) => r2.value = e2), "append-to-body": "", title: "保存服务", width: "50%" }, { default: Lo(() => [i2.value ? (Ya(), os(y2, { key: 0, "label-width": "auto" }, { default: Lo(() => [us(n3, { label: "" }, { default: Lo(() => [us(o3, { size: "small", modelValue: c2.value, "onUpdate:modelValue": l3[0] || (l3[0] = (e2) => c2.value = e2), rows: 4, type: "textarea", placeholder: "请填写修改日志" }, null, 8, ["modelValue"])]), _: 1 }), us(n3, { label: "" }, { default: Lo(() => [us(a3, { disabled: !s2.value || 0 === s2.value.length, modelValue: u2.value, "onUpdate:modelValue": l3[1] || (l3[1] = (e2) => u2.value = e2), onChange: h2, label: "上次修改记录", size: "small" }, null, 8, ["disabled", "modelValue"])]), _: 1 })]), _: 1 })) : fs("", true), is("div", Ui, [us(g2, { type: "default", size: "small", onClick: f2 }, { default: Lo(() => l3[6] || (l3[6] = [ms("返回", -1)])), _: 1, __: [6] }), i2.value ? (Ya(), os(g2, { key: 0, size: "small", type: "primary", onClick: v2 }, { default: Lo(() => l3[7] || (l3[7] = [ms(" 保存 ", -1)])), _: 1, __: [7] })) : fs("", true)]), us(w2, { data: s2.value, border: "", size: "small", "max-height": "350" }, { default: Lo(() => [us(b2, { align: "center", type: "index", width: "55", label: "序号" }), us(b2, { align: "left", prop: "description" }, { header: Lo(() => l3[8] || (l3[8] = [is("div", { style: { "text-align": "center" } }, "修改记录", -1)])), _: 1 }), us(b2, { align: "center", prop: "creatorName", label: "修改人", width: "100" }), us(b2, { align: "center", prop: "createdTime", width: "180", label: "修改时间", formatter: (e2) => ((e3) => {
|
|
2365
|
+
let t4 = new Date(e3);
|
|
2366
|
+
return `${t4.getFullYear()}-${("0" + (t4.getMonth() + 1)).slice(-2)}-${("0" + t4.getDate()).slice(-2)} ${("0" + t4.getHours()).slice(-2)}:${("0" + t4.getMinutes()).slice(-2)}:${("0" + t4.getSeconds()).slice(-2)}`;
|
|
2367
|
+
})(e2.createdTime) }, null, 8, ["formatter"])]), _: 1 }, 8, ["data"]), us(_2, { "current-page": d2.value.currentPage, "onUpdate:currentPage": l3[2] || (l3[2] = (e2) => d2.value.currentPage = e2), "page-size": d2.value.pageSize, "onUpdate:pageSize": l3[3] || (l3[3] = (e2) => d2.value.pageSize = e2), onChange: l3[4] || (l3[4] = (e2) => m2({ beforeSave: true })), layout: "total, sizes, prev, pager, next, jumper", total: p2.value, style: { margin: "10px 0", "justify-content": "center" } }, null, 8, ["current-page", "page-size", "total"])]), _: 1 }, 8, ["modelValue"]);
|
|
2368
|
+
};
|
|
2369
|
+
} }), [["__scopeId", "data-v-7c6300ae"]]);
|
|
2370
|
+
class zi extends a.PolylineEdge {
|
|
2371
|
+
}
|
|
2372
|
+
class ji extends a.PolylineEdgeModel {
|
|
2373
|
+
getEdgeStyle() {
|
|
2374
|
+
const e2 = super.getEdgeStyle();
|
|
2375
|
+
return e2.strokeWidth = 2, e2.stroke = this.isSelected ? "#ff7f0e" : "#C8CDD4", e2;
|
|
2376
|
+
}
|
|
2377
|
+
getTextPosition() {
|
|
2378
|
+
const e2 = super.getTextPosition(), t2 = this.points.split(" ");
|
|
2379
|
+
if (t2 && t2.forEach((e3) => {
|
|
2380
|
+
const [t3, l2] = e3.split(",");
|
|
2381
|
+
}), t2.length > 1) {
|
|
2382
|
+
let [l2, o2] = t2[0].split(","), [n2, a2] = t2[1].split(","), s2 = 50;
|
|
2383
|
+
const r2 = Number(l2), i2 = Number(o2), u2 = Number(n2), c2 = Number(a2);
|
|
2384
|
+
r2 === u2 ? (c2 < i2 && (s2 = -50), e2.y = i2 + s2, e2.x = r2) : (u2 < r2 && (s2 = -50), e2.x = r2 + s2, e2.y = i2 - 10);
|
|
2385
|
+
}
|
|
2386
|
+
return e2;
|
|
2387
|
+
}
|
|
2388
|
+
}
|
|
2389
|
+
const Ii = { type: "customLine", view: zi, model: ji }, Fi = [{ type: "zoomOut", desc: "缩小", class: "serviceflow-control-item-zoomOut" }, { type: "zoomIn", desc: "放大", class: "serviceflow-control-item-zoomIn" }, { type: "fit", desc: "适应", class: "serviceflow-control-item-fit" }, { type: "undo", desc: "上一步", class: "serviceflow-control-item-undo" }, { type: "redo", desc: "下一步", class: "serviceflow-control-item-redo" }, { type: "reset", desc: "定位还原", class: "custom-reset" }, { type: "select", desc: "框选", class: "custom-select", clickStyle: true }, { type: "beautify", desc: "一键美化", class: "custom-beautify" }];
|
|
2390
|
+
function Pi(e2) {
|
|
2391
|
+
const t2 = { code: e2.code, name: e2.name, returnValues: e2.returnValues, errorMessage: e2.errorMessage, log: e2.log, variables: [], nodes: [] }, l2 = [];
|
|
2392
|
+
e2.variables && e2.variables.forEach((e3) => {
|
|
2393
|
+
l2.push(Bi(e3));
|
|
2394
|
+
}), t2.variables = l2;
|
|
2395
|
+
const o2 = [];
|
|
2396
|
+
return e2.flow.nodes.forEach((t3) => {
|
|
2397
|
+
const l3 = {};
|
|
2398
|
+
l3.code = t3.id, l3.type = t3.type, l3.props = t3.properties, "loop" === t3.type && (l3.children = t3.children), l3.tos = [];
|
|
2399
|
+
Cr(t3, e2.flow).forEach((e3) => {
|
|
2400
|
+
l3.tos.push({ code: e3.id });
|
|
2401
|
+
}), o2.push(l3);
|
|
2402
|
+
}), t2.nodes = o2, t2;
|
|
2403
|
+
}
|
|
2404
|
+
function Bi(e2) {
|
|
2405
|
+
const t2 = {};
|
|
2406
|
+
if (t2.name = e2.name, t2.alias = e2.alias, t2.type = e2.type, t2.defaultValue = e2.defaultValue, e2.items && e2.items.length > 0) {
|
|
2407
|
+
const l2 = [];
|
|
2408
|
+
e2.items.forEach((e3) => {
|
|
2409
|
+
l2.push(Bi(e3));
|
|
2410
|
+
}), t2.items = l2;
|
|
2411
|
+
}
|
|
2412
|
+
return t2;
|
|
2413
|
+
}
|
|
2414
|
+
function $i(e2, t2) {
|
|
2415
|
+
const l2 = {};
|
|
2416
|
+
if (l2.code = e2.id, l2.type = e2.type, l2.props = e2.properties, "loop" === e2.type && (l2.children = e2.children), l2.tos = [], t2.flow) {
|
|
2417
|
+
Cr(e2, t2.flow).forEach((e3) => {
|
|
2418
|
+
l2.tos.push({ code: e3.id });
|
|
2419
|
+
});
|
|
2420
|
+
}
|
|
2421
|
+
return l2;
|
|
2422
|
+
}
|
|
2423
|
+
const Li = Wo({ name: "JsonView", inheritAttrs: false, __name: "json-view", props: { jsonObject: { type: Object, default: () => {
|
|
2424
|
+
} }, height: { type: Number, default: 0 }, theme: { type: String, default: null } }, setup(e2) {
|
|
2425
|
+
const t2 = e2, l2 = zl(null), o2 = zl(), n2 = zl("400px");
|
|
2426
|
+
function a2() {
|
|
2427
|
+
l2.value && l2.value.destroy();
|
|
2428
|
+
const e3 = t2.jsonObject ? JSON.stringify(t2.jsonObject, null, 2) : "";
|
|
2429
|
+
if (t2.height) n2.value = t2.height + "px";
|
|
2430
|
+
else if (o2.value) {
|
|
2431
|
+
const e4 = o2.value.getBoundingClientRect();
|
|
2432
|
+
(e4.y || 0 === e4.y) && (window.innerHeight, e4.y, n2.value = window.innerHeight - e4.y - 100 + "px");
|
|
2433
|
+
}
|
|
2434
|
+
const a3 = s2(e3);
|
|
2435
|
+
let r3 = document.getElementById("cf-codemirror-view-json");
|
|
2436
|
+
r3 && (l2.value = new A.EditorView({ state: a3, parent: r3 }));
|
|
2437
|
+
}
|
|
2438
|
+
function s2(e3) {
|
|
2439
|
+
const l3 = function() {
|
|
2440
|
+
if (t2.theme) switch (t2.theme) {
|
|
2441
|
+
case "xcodeLight":
|
|
2442
|
+
return z.xcodeLight;
|
|
2443
|
+
case "xcodeDark":
|
|
2444
|
+
return z.xcodeDark;
|
|
2445
|
+
case "vscodeDark":
|
|
2446
|
+
return z.vscodeDark;
|
|
2447
|
+
case "dracula":
|
|
2448
|
+
return z.dracula;
|
|
2449
|
+
case "githubLight":
|
|
2450
|
+
return z.githubLight;
|
|
2451
|
+
case "githubDark":
|
|
2452
|
+
return z.githubDark;
|
|
2453
|
+
case "eclipse":
|
|
2454
|
+
return z.eclipse;
|
|
2455
|
+
}
|
|
2456
|
+
return A.EditorView.theme({});
|
|
2457
|
+
}(), o3 = A.EditorView.theme({ ".cm-content, .cm-gutter": { minHeight: n2.value }, "&": { height: n2.value, maxHeight: n2.value, fontSize: "12px" } });
|
|
2458
|
+
return M.EditorState.create({ doc: e3, extensions: [M.EditorState.tabSize.of(16), A.basicSetup, U.jsonLanguage, l3, o3, r2.of(true), i2] });
|
|
2459
|
+
}
|
|
2460
|
+
Oa(() => t2.jsonObject, (e3) => {
|
|
2461
|
+
l2.value && a2();
|
|
2462
|
+
}, { deep: true }), dn(() => {
|
|
2463
|
+
co(() => {
|
|
2464
|
+
a2();
|
|
2465
|
+
});
|
|
2466
|
+
});
|
|
2467
|
+
const r2 = M.Facet.define({ combine: (e3) => e3.some((e4) => e4) }), i2 = M.EditorState.transactionFilter.of((e3) => e3.isUserEvent && e3.docChanged && e3.state.facet(r2) ? { changes: { from: e3.changes.from, to: e3.changes.to, insert: e3.startState.doc.sliceString(e3.changes.from, e3.changes.to) } } : e3);
|
|
2468
|
+
return (e3, t3) => (Ya(), ls("div", { style: { width: "100%" }, ref_key: "cfCodemirrorJsonViewRef", ref: o2, id: "cf-codemirror-view-json" }, null, 512));
|
|
2469
|
+
} }), Ri = Wo({ name: "JsonViewDialog", inheritAttrs: false, __name: "json-view-dialog", props: { jsonObject: { type: Object, default: () => {
|
|
2470
|
+
} }, appendToBody: { type: Boolean, default: false }, modelValue: { type: Boolean, default: false } }, emits: ["update:modelValue"], setup(t2, { emit: l2 }) {
|
|
2471
|
+
const o2 = t2, n2 = l2, a2 = zl(false);
|
|
2472
|
+
Oa(() => o2.modelValue, (e2) => {
|
|
2473
|
+
e2 && (a2.value = true);
|
|
2474
|
+
});
|
|
2475
|
+
const s2 = () => {
|
|
2476
|
+
a2.value = false, n2("update:modelValue", false);
|
|
2477
|
+
};
|
|
2478
|
+
return (l3, o3) => {
|
|
2479
|
+
const n3 = e.ElDialog;
|
|
2480
|
+
return Ya(), os(n3, { "append-to-body": "", modelValue: a2.value, "onUpdate:modelValue": o3[0] || (o3[0] = (e2) => a2.value = e2), title: "格式化", width: "600", onClose: s2 }, { default: Lo(() => [us(Li, { jsonObject: t2.jsonObject }, null, 8, ["jsonObject"])]), _: 1 }, 8, ["modelValue", "append-to-body"]);
|
|
2481
|
+
};
|
|
2482
|
+
} }), qi = Wo({ __name: "request-params", props: { entityData: { type: Array, default: () => [] } }, setup(t2) {
|
|
2483
|
+
const l2 = t2, o2 = ["string", "int", "number", "boolean", "array", "object"], n2 = () => {
|
|
2484
|
+
l2.entityData.push({ code: h.v4(), name: "", type: "string", value: "" });
|
|
2485
|
+
}, a2 = () => ({ code: h.v4(), name: "", type: "string", value: "" }), s2 = (e2, t3) => {
|
|
2486
|
+
e2.forEach((l3, o3) => {
|
|
2487
|
+
if (l3.code === t3.code) {
|
|
2488
|
+
const t4 = a2();
|
|
2489
|
+
l3.isArrayElement && (t4.type = l3.type, t4.lockedType = true), e2.splice(o3 + 1, 0, t4);
|
|
2490
|
+
} else l3.items && l3.items.length > 0 && s2(l3.items, t3);
|
|
2491
|
+
});
|
|
2492
|
+
}, r2 = (e2, t3) => {
|
|
2493
|
+
for (let l3 = 0; l3 < e2.length; l3++) {
|
|
2494
|
+
const o3 = e2[l3];
|
|
2495
|
+
if (o3.code === t3.code) return void e2.splice(l3, 1);
|
|
2496
|
+
o3.items && o3.items.length > 0 && r2(o3.items, t3);
|
|
2497
|
+
}
|
|
2498
|
+
};
|
|
2499
|
+
return (i2, u2) => {
|
|
2500
|
+
const c2 = e.ElInput, d2 = e.ElTableColumn, p2 = e.ElOption, m2 = e.ElSelect, f2 = e.ElInputNumber, v2 = e.ElSwitch, y2 = e.ElButton, g2 = e.ElDropdownItem, b2 = e.ElDropdownMenu, w2 = e.ElDropdown, _2 = e.ElTable;
|
|
2501
|
+
return Ya(), os(_2, { data: t2.entityData, style: { width: "100%", "margin-bottom": "20px" }, "tree-props": { children: "items" }, "row-key": "code", border: "", size: "small", "default-expand-all": "" }, { default: Lo(() => [us(d2, { align: "center", prop: "name", label: "参数名", style: { "padding-right": "20px" } }, { default: Lo((e2) => [us(c2, { size: "small", disabled: e2.row.isArrayElement || e2.row.lockedName, style: { width: "90%" }, modelValue: e2.row.name, "onUpdate:modelValue": (t3) => e2.row.name = t3, placeholder: "" }, null, 8, ["disabled", "modelValue", "onUpdate:modelValue"])]), _: 1 }), us(d2, { align: "center", prop: "type", label: "类型" }, { default: Lo((e2) => [us(m2, { style: { width: "90%" }, disabled: e2.row.lockedType, modelValue: e2.row.type, "onUpdate:modelValue": (t3) => e2.row.type = t3, onChange: (t3) => {
|
|
2502
|
+
return l3 = t3, e2.$index, void ((o3 = e2.row).isArrayElement ? delete o3.items : "object" === l3 ? o3.items = [] : "array" === l3 ? (o3.items = [], o3.items.push({ isArrayElement: true, code: h.v4(), name: "items", type: "string", value: "" })) : delete o3.items);
|
|
2503
|
+
var l3, o3;
|
|
2504
|
+
}, placeholder: "", size: "small" }, { default: Lo(() => [(Ya(), ls(Ga, null, En(o2, (e3) => us(p2, { key: e3, label: e3, value: e3 }, null, 8, ["label", "value"])), 64))]), _: 2 }, 1032, ["disabled", "modelValue", "onUpdate:modelValue", "onChange"])]), _: 1 }), us(d2, { align: "center", prop: "value", label: "值" }, { default: Lo((e2) => ["string" === e2.row.type ? (Ya(), os(c2, { key: 0, size: "small", disabled: e2.row.isArrayElement || "object" === e2.row.type || "array" === e2.row.type, style: { width: "90%" }, modelValue: e2.row.value, "onUpdate:modelValue": (t3) => e2.row.value = t3, placeholder: "" }, null, 8, ["disabled", "modelValue", "onUpdate:modelValue"])) : fs("", true), "number" === e2.row.type ? (Ya(), os(c2, { key: 1, size: "small", disabled: e2.row.isArrayElement || "object" === e2.row.type || "array" === e2.row.type, style: { width: "90%" }, type: "number", modelValue: e2.row.value, "onUpdate:modelValue": (t3) => e2.row.value = t3, placeholder: "" }, null, 8, ["disabled", "modelValue", "onUpdate:modelValue"])) : "int" === e2.row.type ? (Ya(), os(f2, { key: 2, size: "small", disabled: e2.row.isArrayElement || "object" === e2.row.type || "array" === e2.row.type, style: { width: "90%" }, modelValue: e2.row.value, "onUpdate:modelValue": (t3) => e2.row.value = t3, placeholder: "" }, null, 8, ["disabled", "modelValue", "onUpdate:modelValue"])) : "boolean" === e2.row.type ? (Ya(), os(v2, { key: 3, size: "small", disabled: e2.row.isArrayElement || "object" === e2.row.type || "array" === e2.row.type, style: { width: "90%" }, modelValue: e2.row.value, "onUpdate:modelValue": (t3) => e2.row.value = t3, placeholder: "" }, { "active-action": Lo(() => u2[0] || (u2[0] = [is("span", { class: "custom-active-action" }, "T", -1)])), "inactive-action": Lo(() => u2[1] || (u2[1] = [is("span", { class: "custom-inactive-action" }, "F", -1)])), _: 2 }, 1032, ["disabled", "modelValue", "onUpdate:modelValue"])) : fs("", true)]), _: 1 }), us(d2, { align: "center", width: 100 }, { header: Lo(() => [us(y2, { type: "primary", size: "small", onClick: n2, link: "" }, { default: Lo(() => u2[2] || (u2[2] = [ms("添加 ", -1)])), _: 1, __: [2] })]), default: Lo((e2) => [us(w2, { size: "small", style: { "vertical-align": "middle" } }, { dropdown: Lo(() => [us(b2, null, { default: Lo(() => ["object" === e2.row.type || e2.row.isArrayElement ? (Ya(), os(g2, { key: 0, onClick: (t3) => ((e3, t4) => {
|
|
2505
|
+
t4.items || (t4.items = []);
|
|
2506
|
+
const l3 = a2();
|
|
2507
|
+
t4.items || (t4.items = []), "object" !== t4.type && (l3.lockedName = true), t4.isArrayElement && (l3.type = t4.type, l3.lockedType = true), t4.items.push(l3);
|
|
2508
|
+
})(e2.$index, e2.row) }, { default: Lo(() => u2[4] || (u2[4] = [ms("添加下级节点", -1)])), _: 2, __: [4] }, 1032, ["onClick"])) : fs("", true), e2.row.isArrayElement ? fs("", true) : (Ya(), os(g2, { key: 1, onClick: (t3) => {
|
|
2509
|
+
return e2.$index, o3 = e2.row, void s2(l2.entityData, o3);
|
|
2510
|
+
var o3;
|
|
2511
|
+
} }, { default: Lo(() => u2[5] || (u2[5] = [ms("添加相邻节点", -1)])), _: 2, __: [5] }, 1032, ["onClick"]))]), _: 2 }, 1024)]), default: Lo(() => [us(y2, { type: "primary", link: "", size: "small" }, { default: Lo(() => u2[3] || (u2[3] = [ms(" 添加 ", -1)])), _: 1, __: [3] })]), _: 2 }, 1024), us(y2, { type: "danger", size: "small", disabled: e2.row.isArrayElement, link: "", onClick: (t3) => {
|
|
2512
|
+
return e2.$index, o3 = e2.row, void r2(l2.entityData, o3);
|
|
2513
|
+
var o3;
|
|
2514
|
+
} }, { default: Lo(() => u2[6] || (u2[6] = [ms(" 删除 ", -1)])), _: 2, __: [6] }, 1032, ["disabled", "onClick"])]), _: 1 })]), _: 1 }, 8, ["data"]);
|
|
2515
|
+
};
|
|
2516
|
+
} }), Hi = { class: "dialog-footer" }, Gi = Wo({ __name: "service-test", props: { modelValue: { type: Boolean, default: false }, appendToBody: { type: Boolean, default: false }, cloneService: { type: Object, default: () => {
|
|
2517
|
+
} }, lf: { type: a, default: () => {
|
|
2518
|
+
} }, pageContext: { type: Object, default: () => ({}) } }, emits: ["update:modelValue"], setup(t2, { emit: l2 }) {
|
|
2519
|
+
const o2 = t2, n2 = l2, a2 = zl(), s2 = zl(false), r2 = zl("entity"), i2 = zl("json"), u2 = zl("returnValue"), c2 = zl([]), d2 = zl([]), p2 = zl(null), m2 = zl(""), f2 = zl(), v2 = zl(null);
|
|
2520
|
+
Oa(() => o2.modelValue, (e2) => {
|
|
2521
|
+
e2 && h2();
|
|
2522
|
+
});
|
|
2523
|
+
const h2 = () => {
|
|
2524
|
+
s2.value = true, co(() => {
|
|
2525
|
+
!function() {
|
|
2526
|
+
p2.value && p2.value.destroy();
|
|
2527
|
+
const e2 = b2();
|
|
2528
|
+
let t3 = document.getElementById("cfCodemirrorJsonTest");
|
|
2529
|
+
t3 && (p2.value = new A.EditorView({ state: e2, parent: t3 }));
|
|
2530
|
+
}();
|
|
2531
|
+
});
|
|
2532
|
+
}, g2 = () => {
|
|
2533
|
+
s2.value = false, n2("update:modelValue", false);
|
|
2534
|
+
};
|
|
2535
|
+
function b2() {
|
|
2536
|
+
const e2 = z.vscodeDark;
|
|
2537
|
+
if (f2.value = window.innerHeight - 100, a2.value) {
|
|
2538
|
+
const e3 = a2.value.getBoundingClientRect();
|
|
2539
|
+
(e3.y || 0 === e3.y) && (f2.value = window.innerHeight - e3.y - 100);
|
|
2540
|
+
}
|
|
2541
|
+
const t3 = A.EditorView.theme({ ".cm-content, .cm-gutter": { minHeight: f2.value + "px" }, "&": { height: f2.value + "px", maxHeight: f2.value + "px", fontSize: "12px" } });
|
|
2542
|
+
return M.EditorState.create({ doc: m2.value, extensions: [M.EditorState.tabSize.of(16), A.basicSetup, U.json(), e2, t3, A.EditorView.updateListener.of(function(e3) {
|
|
2543
|
+
m2.value = e3.state.doc.toString();
|
|
2544
|
+
})] });
|
|
2545
|
+
}
|
|
2546
|
+
const w2 = () => {
|
|
2547
|
+
const e2 = _2(), t3 = function(e3, t4) {
|
|
2548
|
+
if (t4) return e3;
|
|
2549
|
+
{
|
|
2550
|
+
let t5 = window.$vueApp.config.globalProperties.baseURL;
|
|
2551
|
+
return e3 && (t5 = y.getSystemBackendUrl(e3)), t5;
|
|
2552
|
+
}
|
|
2553
|
+
}(o2.pageContext.backendUrl, o2.pageContext.isTest);
|
|
2554
|
+
y.http.post(t3 + "/dsc/service-flow/test", e2).then((e3) => {
|
|
2555
|
+
v2.value = e3;
|
|
2556
|
+
}).catch((e3) => {
|
|
2557
|
+
v2.value = e3.response;
|
|
2558
|
+
});
|
|
2559
|
+
}, _2 = () => {
|
|
2560
|
+
const e2 = { inputType: i2.value, inputJson: m2.value, entity: c2.value, requestParams: d2.value, serviceFlowJson: V2(), pageDesignJson: E2() };
|
|
2561
|
+
return c2.value, d2.value, e2;
|
|
2562
|
+
}, V2 = () => {
|
|
2563
|
+
var _a2;
|
|
2564
|
+
const e2 = JSON.parse(JSON.stringify(o2.cloneService));
|
|
2565
|
+
return e2.flow = (_a2 = o2.lf) == null ? void 0 : _a2.getGraphData(), e2.runtimeJson = JSON.stringify(Pi(e2)), e2.variables = JSON.stringify(e2.variables), e2.log = JSON.stringify(e2.log), e2.flow = JSON.stringify(e2.flow), e2.returnValues = JSON.stringify(e2.returnValues), JSON.stringify(e2);
|
|
2566
|
+
}, E2 = () => JSON.stringify({ tableCode: "test_servicflow_query" });
|
|
2567
|
+
return (l3, o3) => {
|
|
2568
|
+
const n3 = e.ElRadioButton, p3 = e.ElRadioGroup, m3 = e.ElTabPane, h3 = e.ElTabs, y2 = e.ElAside, b3 = e.ElContainer, _3 = e.ElButton, V3 = e.ElDialog;
|
|
2569
|
+
return Ya(), os(V3, { fullscreen: true, "destroy-on-close": "", modelValue: s2.value, "onUpdate:modelValue": o3[4] || (o3[4] = (e2) => s2.value = e2), "append-to-body": t2.appendToBody, title: "测试", onClose: g2 }, { footer: Lo(() => [is("div", Hi, [us(_3, { type: "default", onClick: o3[3] || (o3[3] = (e2) => s2.value = false) }, { default: Lo(() => o3[5] || (o3[5] = [ms("关闭", -1)])), _: 1, __: [5] }), us(_3, { type: "primary", onClick: w2 }, { default: Lo(() => o3[6] || (o3[6] = [ms(" 运行 ", -1)])), _: 1, __: [6] })])]), default: Lo(() => [us(b3, null, { default: Lo(() => [us(y2, { width: "50%", style: { padding: "0 10px" } }, { default: Lo(() => [is("div", null, [us(p3, { modelValue: i2.value, "onUpdate:modelValue": o3[0] || (o3[0] = (e2) => i2.value = e2), size: "small" }, { default: Lo(() => [us(n3, { label: "JSON", value: "json" }), us(n3, { label: "变量录入", value: "custom" })]), _: 1 }, 8, ["modelValue"]), qo(us(h3, { modelValue: r2.value, "onUpdate:modelValue": o3[1] || (o3[1] = (e2) => r2.value = e2), class: "demo-tabs" }, { default: Lo(() => [us(m3, { label: "entity", name: "entity" }, { default: Lo(() => [us(qi, { "entity-data": c2.value }, null, 8, ["entity-data"])]), _: 1 }), us(m3, { label: "request", name: "request" }, { default: Lo(() => [us(qi, { "entity-data": d2.value }, null, 8, ["entity-data"])]), _: 1 })]), _: 1 }, 8, ["modelValue"]), [[er, "custom" === i2.value]]), qo(is("div", { style: { marginTop: "10px", backgroundColor: "#fff", color: "#333" }, ref_key: "cfCodemirrorJsonTestRef", ref: a2, id: "cfCodemirrorJsonTest" }, null, 512), [[er, "json" === i2.value]])])]), _: 1 }), us(y2, { width: "50%", style: { padding: "0 10px" } }, { default: Lo(() => [is("div", null, [us(p3, { modelValue: u2.value, "onUpdate:modelValue": o3[2] || (o3[2] = (e2) => u2.value = e2), size: "small", style: { "margin-bottom": "10px" } }, { default: Lo(() => [us(n3, { label: "返回结果", value: "returnValue" })]), _: 1 }, 8, ["modelValue"]), us(Il(Li), { jsonObject: v2.value, height: f2.value, theme: "vscodeDark" }, null, 8, ["jsonObject", "height"])])]), _: 1 })]), _: 1 })]), _: 1 }, 8, ["modelValue", "append-to-body"]);
|
|
2570
|
+
};
|
|
2571
|
+
} }), Ji = { class: "serviceflow-design-tool" }, Wi = { style: { top: "-5px", "margin-left": "10px", position: "relative" } }, Ki = { style: { float: "right" } }, Qi = ["onClick"], Xi = zr(Wo({ __name: "service-flow-tool", props: { cloneService: { type: Object, default: () => {
|
|
2572
|
+
} }, lf: { type: a, default: () => {
|
|
2573
|
+
} }, pageContext: { type: Object, default: () => ({}) } }, emits: ["show-service-log", "save-sevice", "show-json"], setup(t2, { emit: l2 }) {
|
|
2574
|
+
const o2 = l2, n2 = t2, a2 = zl(""), s2 = zl(false), r2 = zl(false), i2 = zl({}), u2 = () => {
|
|
2575
|
+
var _a2;
|
|
2576
|
+
s2.value = true, i2.value = JSON.parse(JSON.stringify(n2.cloneService)), i2.value.flow = (_a2 = n2.lf) == null ? void 0 : _a2.getGraphData(), o2("show-json");
|
|
2577
|
+
}, c2 = () => {
|
|
2578
|
+
r2.value = !r2.value;
|
|
2579
|
+
}, d2 = () => {
|
|
2580
|
+
o2("show-service-log", {});
|
|
2581
|
+
}, p2 = () => {
|
|
2582
|
+
o2("save-sevice");
|
|
2583
|
+
};
|
|
2584
|
+
return (l3, o3) => {
|
|
2585
|
+
const m2 = e.ElInput, f2 = e.ElDivider, h2 = e.ElTooltip, y2 = e.ElIcon;
|
|
2586
|
+
return Ya(), ls("div", Ji, [qo(is("span", Wi, [us(m2, { placeholder: "", modelValue: t2.cloneService.name, "onUpdate:modelValue": o3[0] || (o3[0] = (e2) => t2.cloneService.name = e2), style: { width: "15%" } }, null, 8, ["modelValue"])], 512), [[er, t2.cloneService.code]]), qo(is("span", Ki, [us(f2, { direction: "vertical", class: "serviceflow-design-tool-split" }), (Ya(true), ls(Ga, null, En(Il(Fi), (e2) => (Ya(), os(h2, { class: "box-item", effect: "dark", content: e2.desc, placement: "top" }, { default: Lo(() => [is("label", { class: tt(["serviceflow-control-item", e2.type === a2.value ? "serviceflow-control-item-click" : ""]), onClick: (t3) => ((e3) => {
|
|
2587
|
+
n2.lf && function(e4, t4) {
|
|
2588
|
+
switch (t4.type) {
|
|
2589
|
+
case "zoomOut":
|
|
2590
|
+
e4.zoom(false);
|
|
2591
|
+
break;
|
|
2592
|
+
case "zoomIn":
|
|
2593
|
+
e4.zoom(true);
|
|
2594
|
+
break;
|
|
2595
|
+
case "fit":
|
|
2596
|
+
e4.fitView();
|
|
2597
|
+
break;
|
|
2598
|
+
case "undo":
|
|
2599
|
+
e4.undo();
|
|
2600
|
+
break;
|
|
2601
|
+
case "redo":
|
|
2602
|
+
e4.redo();
|
|
2603
|
+
break;
|
|
2604
|
+
case "reset":
|
|
2605
|
+
e4.resetZoom(), e4.resetTranslate();
|
|
2606
|
+
break;
|
|
2607
|
+
case "select":
|
|
2608
|
+
e4.extension.selectionSelect.openSelectionSelect();
|
|
2609
|
+
break;
|
|
2610
|
+
case "beautify":
|
|
2611
|
+
!function(e5) {
|
|
2612
|
+
e5 && e5.extension.dagre.layout({ rankdir: "TB", align: "DR", nodesep: 20, ranksep: 20, begin: [200, 50] });
|
|
2613
|
+
}(e4);
|
|
2614
|
+
}
|
|
2615
|
+
}(n2.lf, e3);
|
|
2616
|
+
})(e2) }, [is("i", { class: tt(e2.class) }, null, 2)], 10, Qi)]), _: 2 }, 1032, ["content"]))), 256)), us(f2, { direction: "vertical", class: "serviceflow-design-tool-split" }), is("label", { class: "serviceflow-page-type", onClick: u2 }, [us(y2, { size: 18 }, { default: Lo(() => [us(Il(v.View))]), _: 1 }), o3[3] || (o3[3] = is("label", null, "查看JSON", -1))]), is("label", { class: "serviceflow-page-type", onClick: d2 }, [us(y2, { size: 18 }, { default: Lo(() => [us(Il(v.View))]), _: 1 }), o3[4] || (o3[4] = is("label", null, "日志", -1))]), us(f2, { direction: "vertical", class: "serviceflow-design-tool-split" }), is("label", { class: "serviceflow-page-type", onClick: c2 }, [us(y2, { size: 18 }, { default: Lo(() => [us(Il(v.CaretRight))]), _: 1 }), o3[5] || (o3[5] = is("label", null, "测试", -1))]), us(f2, { direction: "vertical", class: "serviceflow-design-tool-split" }), is("label", { class: "serviceflow-page-type", onClick: p2 }, [us(y2, { size: 18 }, { default: Lo(() => [us(Il(v.Check))]), _: 1 }), o3[6] || (o3[6] = is("label", null, "保存", -1))])], 512), [[er, t2.cloneService.code]]), us(Il(Ri), { modelValue: s2.value, "onUpdate:modelValue": o3[1] || (o3[1] = (e2) => s2.value = e2), "json-object": i2.value, "append-to-body": true }, null, 8, ["modelValue", "json-object"]), us(Gi, { modelValue: r2.value, "onUpdate:modelValue": o3[2] || (o3[2] = (e2) => r2.value = e2), pageContext: t2.pageContext, "append-to-body": true, cloneService: t2.cloneService, lf: t2.lf }, null, 8, ["modelValue", "pageContext", "cloneService", "lf"])]);
|
|
2617
|
+
};
|
|
2618
|
+
} }), [["__scopeId", "data-v-82d0912d"]]), Yi = [{ value: "request", label: "请求参数" }, { value: "data", label: "数据模型" }, { value: "task", label: "流程变量" }, { value: "service", label: "服务变量" }, { value: "system", label: "系统变量" }, { value: "context", label: "环境变量" }, { value: "fixed", label: "固定值" }], Zi = [{ value: "currentTime", label: "当前时间" }, { value: "currentDate", label: "当前日期" }, { value: "currentTransactorId", label: "当前用户id" }, { value: "currentTransactor", label: "当前用户登录名" }, { value: "currentTransactorName", label: "当前用户姓名" }, { value: "currentTransactorMainDepartmentId", label: "当前用户部门id" }, { value: "currentTransactorMainDepartmentCode", label: "当前用户部门编码" }, { value: "currentTransactorMainDepartment", label: "当前用户部门名称" }], eu = [{ value: "transactor", label: "当前办理人" }, { value: "nodeId", label: "环节名称" }, { value: "nodeCode", label: "环节编码" }, { value: "assigner", label: "当前指派人" }, { value: "trustor", label: "当前委托人" }];
|
|
2619
|
+
function tu(e2) {
|
|
2620
|
+
return e2 && e2.length > 0 ? Yi.filter((t2) => e2.includes(t2.value)) : Yi;
|
|
2621
|
+
}
|
|
2622
|
+
const lu = zr(Wo({ __name: "file-upload", props: { modelValue: { type: Object, default: () => ({}) } }, emits: ["update:modelValue", "on-success"], setup(t2, { expose: l2, emit: o2 }) {
|
|
2623
|
+
const n2 = Sr(), a2 = o2, s2 = t2, r2 = zl("");
|
|
2624
|
+
r2.value = n2.pageContext.systemCode, s2.modelValue && "object" == typeof s2.modelValue || a2("update:modelValue", {});
|
|
2625
|
+
const i2 = zl(), u2 = { Authorization: y.getToken() }, c2 = window.$vueApp.config.globalProperties.baseAPI + "/component/super-form/uploads", d2 = zl([]);
|
|
2626
|
+
s2.modelValue && s2.modelValue.fileUuid && d2.value.push({ name: s2.modelValue.name, url: s2.modelValue.fileUuid });
|
|
2627
|
+
const p2 = (e2, t3) => {
|
|
2628
|
+
}, m2 = (e2, t3) => {
|
|
2629
|
+
s2.modelValue.name = "", s2.modelValue.fileUuid = "";
|
|
2630
|
+
}, f2 = (e2) => {
|
|
2631
|
+
i2.value.clearFiles();
|
|
2632
|
+
const t3 = e2[0];
|
|
2633
|
+
t3.uid = g.genFileId(), i2.value.handleStart(t3), i2.value.submit();
|
|
2634
|
+
}, h2 = (e2, t3, l3) => {
|
|
2635
|
+
s2.modelValue.name = e2.name, s2.modelValue.fileUuid = e2.serverPath, a2("on-success");
|
|
2636
|
+
};
|
|
2637
|
+
return l2({}), (t3, l3) => {
|
|
2638
|
+
const o3 = e.ElIcon, n3 = e.ElButton, a3 = e.ElUpload;
|
|
2639
|
+
return Ya(), os(a3, { ref_key: "upload", ref: i2, name: "file", data: { systemCode: r2.value, isExport: true }, "auto-upload": true, action: c2, headers: u2, limit: 1, "on-change": p2, "on-exceed": f2, "on-remove": m2, "on-success": h2, "file-list": d2.value }, { default: Lo(() => [us(n3, { type: "default" }, { default: Lo(() => [l3[0] || (l3[0] = ms(" 上传附件", -1)), us(o3, { class: "el-icon--right" }, { default: Lo(() => [us(Il(v.Upload))]), _: 1 })]), _: 1, __: [0] })]), _: 1 }, 8, ["data", "file-list"]);
|
|
2640
|
+
};
|
|
2641
|
+
} }), [["__scopeId", "data-v-4f51c653"]]), ou = { key: 0 }, nu = { style: { "margin-top": "10px", "font-size": "10px", display: "flex", "align-items": "center", "justify-self": "center" } }, au = { class: "vertical-flex" }, su = { style: { "margin-bottom": "5px" } }, ru = { style: { "margin-top": "10px", "font-size": "10px", display: "flex", "align-items": "center", "justify-self": "center" } }, iu = { class: "totalStyle" }, uu = Wo({ name: "ValueSetInput", inheritAttrs: false, __name: "value-set-input", props: { modelValue: { type: [String], default: null }, paramTypes: { type: Array, default: () => [] }, size: { type: String, default: "default" }, inputSize: { type: String, default: "small" }, showLabel: { type: Boolean, default: false }, width: { type: String, default: "" }, customInputTypes: { type: Array, default: [] }, customOptions: { type: Object, default: () => ({}) }, showFileUpload: { type: Boolean, default: false }, autoCreateFieldType: { type: String, required: false }, placeholder: { type: String, default: "请选择" } }, emits: ["update:modelValue"], setup(t2, { expose: l2, emit: o2 }) {
|
|
2642
|
+
const n2 = Sr(), a2 = o2, s2 = t2, r2 = zl(250), i2 = zl(null);
|
|
2643
|
+
i2.value = s2.modelValue;
|
|
2644
|
+
const u2 = zl([]), c2 = zl(""), d2 = zl({}), p2 = zl(null), m2 = zl([]), f2 = zl(null), b2 = zl(null), w2 = zl([]), _2 = zl({}), V2 = zl(null), E2 = zl(), x2 = ["context", "system", "task", "data", "service"];
|
|
2645
|
+
s2.customInputTypes.forEach((e2) => {
|
|
2646
|
+
const t3 = x2.findIndex((t4) => e2 === t4);
|
|
2647
|
+
t3 >= 0 && x2.splice(t3, 1);
|
|
2648
|
+
}), u2.value = tu(s2.paramTypes), N2();
|
|
2649
|
+
const k2 = () => {
|
|
2650
|
+
if (s2.showFileUpload) -1 === u2.value.findIndex((e2) => "file" === e2.value) && u2.value.push({ label: "文件", value: "file" });
|
|
2651
|
+
else {
|
|
2652
|
+
const e2 = u2.value.findIndex((e3) => "file" === e3.value);
|
|
2653
|
+
e2 >= 0 && u2.value.splice(e2, 1);
|
|
2654
|
+
}
|
|
2655
|
+
};
|
|
2656
|
+
if (s2.modelValue) {
|
|
2657
|
+
const e2 = s2.modelValue.match(/\${(.*?)\.(.*?)}/);
|
|
2658
|
+
if (e2) {
|
|
2659
|
+
const t3 = e2[1], l3 = e2[2];
|
|
2660
|
+
f2.value = t3, b2.value = l3, k2(), "file" === f2.value ? c2.value = "file" : x2.includes(t3) ? ("system" === f2.value && P2(), c2.value = "select") : c2.value = "input";
|
|
2661
|
+
}
|
|
2662
|
+
p2.value = S2();
|
|
2663
|
+
}
|
|
2664
|
+
const C2 = $s(() => w2.value.filter((e2) => !V2.value || e2.label.toLowerCase().includes(V2.value.toLowerCase() || e2.value.toLowerCase().includes(V2.value.toLowerCase()))));
|
|
2665
|
+
function N2() {
|
|
2666
|
+
_2.value.dataModelOptions = n2.pageContextVarOptions.dataOptions, s2.customOptions.data && (_2.value.dataModelOptions = s2.customOptions.data), _2.value.serviceVarOptions = n2.getServiceVarOptions();
|
|
2667
|
+
const e2 = [{ value: "query", label: "query" }];
|
|
2668
|
+
n2.pageContext && O2(n2.pageContext.variables, e2, ""), m2.value = e2;
|
|
2669
|
+
}
|
|
2670
|
+
function O2(e2, t3, l3) {
|
|
2671
|
+
if (e2) for (let o3 of e2) {
|
|
2672
|
+
if (!o3.name) continue;
|
|
2673
|
+
let e3 = l3;
|
|
2674
|
+
if (!o3.isArrayElement) {
|
|
2675
|
+
let n3 = o3.name;
|
|
2676
|
+
l3 && (n3 = l3 + "." + n3);
|
|
2677
|
+
const a3 = o3.alias ? n3 + "(" + o3.alias + ")" : n3;
|
|
2678
|
+
t3.push({ value: n3, label: a3 }), e3 = n3;
|
|
2679
|
+
}
|
|
2680
|
+
o3.items && O2(o3.items, t3, e3);
|
|
2681
|
+
}
|
|
2682
|
+
}
|
|
2683
|
+
function S2() {
|
|
2684
|
+
var _a2;
|
|
2685
|
+
return s2.modelValue ? (e2 = f2.value, ((_a2 = u2.value.find((t3) => t3.value === e2)) == null ? void 0 : _a2.label) + " : " + function(e3, t3) {
|
|
2686
|
+
if (x2.includes(e3)) {
|
|
2687
|
+
const e4 = w2.value.find((e5) => e5.value === t3);
|
|
2688
|
+
if (e4) return e4.label;
|
|
2689
|
+
} else if ("file" === e3) return t3.split("|")[0];
|
|
2690
|
+
return t3;
|
|
2691
|
+
}(f2.value, b2.value)) : s2.modelValue;
|
|
2692
|
+
var e2;
|
|
2693
|
+
}
|
|
2694
|
+
function T2(e2) {
|
|
2695
|
+
b2.value = "", "file" === e2 ? c2.value = "file" : x2.includes(e2) ? (c2.value = "select", "system" === e2 ? P2() : D2(e2)) : c2.value = "input";
|
|
2696
|
+
}
|
|
2697
|
+
function D2(e2) {
|
|
2698
|
+
"context" === e2 ? w2.value = Zi : "system" === e2 ? w2.value = _2.value.systemVarOptions || [] : "task" === e2 ? w2.value = eu : "data" === e2 ? w2.value = _2.value.dataModelOptions || [] : "service" === e2 && (w2.value = _2.value.serviceVarOptions || []);
|
|
2699
|
+
}
|
|
2700
|
+
function A2() {
|
|
2701
|
+
b2.value ? (i2.value = "${" + f2.value + "." + b2.value + "}", a2("update:modelValue", i2.value), E2.value.hide()) : g.ElMessage.warning("请输入参数名");
|
|
2702
|
+
}
|
|
2703
|
+
function U2() {
|
|
2704
|
+
if (V2.value = V2.value.trim(), !V2.value) return void g.ElMessage.warning("请输入参数名");
|
|
2705
|
+
const e2 = _2.value.serviceVarOptions || [];
|
|
2706
|
+
for (let t4 of e2) if (t4.value === V2.value) return void g.ElMessage.warning("该变量已存在!");
|
|
2707
|
+
const t3 = { code: h.v4(), level: 1, name: V2.value, alias: V2.value, type: s2.autoCreateFieldType ? s2.autoCreateFieldType : "string", defaultValue: "", items: [] };
|
|
2708
|
+
"array" == t3.type && t3.items.push({ level: t3.level + 1, code: h.v4(), name: "items", isArrayElement: true, alias: "", type: "object", defaultValue: "", items: [] }), n2.currentService.variables || (n2.currentService.variables = []), n2.currentService.variables.push(t3), _2.value.serviceVarOptions = n2.getServiceVarOptions(), D2(f2.value), b2.value = V2.value, i2.value = "${" + f2.value + "." + V2.value + "}", a2("update:modelValue", i2.value), E2.value.hide();
|
|
2709
|
+
}
|
|
2710
|
+
!f2.value && u2.value.length > 0 && (f2.value = u2.value[0].value, T2(f2.value), f2.value);
|
|
2711
|
+
const M2 = zl();
|
|
2712
|
+
const z2 = () => {
|
|
2713
|
+
k2(), N2(), f2.value && D2(f2.value), co(() => {
|
|
2714
|
+
!function() {
|
|
2715
|
+
if (!s2.showLabel && "select" === c2.value) {
|
|
2716
|
+
const e2 = C2.value.findIndex((e3) => e3.value === b2.value);
|
|
2717
|
+
M2.value.setCurrentRow(C2.value[e2]);
|
|
2718
|
+
}
|
|
2719
|
+
}();
|
|
2720
|
+
});
|
|
2721
|
+
};
|
|
2722
|
+
function j2() {
|
|
2723
|
+
i2.value = null, f2.value = null, b2.value = null, a2("update:modelValue", i2.value);
|
|
2724
|
+
}
|
|
2725
|
+
function I2() {
|
|
2726
|
+
i2.value = "${file." + d2.value.name + "|" + d2.value.fileUuid + "}", b2.value = d2.value.name + "|" + d2.value.fileUuid, a2("update:modelValue", i2.value), E2.value.hide();
|
|
2727
|
+
}
|
|
2728
|
+
let F2 = null;
|
|
2729
|
+
function P2() {
|
|
2730
|
+
if (F2 && F2 == V2.value) return;
|
|
2731
|
+
const e2 = { query: V2.value };
|
|
2732
|
+
F2 = V2.value, y.http.post("/component/system-params/query", e2).then((e3) => {
|
|
2733
|
+
const t3 = [];
|
|
2734
|
+
for (let l3 of e3) t3.push({ value: l3.propKey, label: l3.propKey + " (" + l3.propValue + ")" });
|
|
2735
|
+
_2.value.systemVarOptions = t3, "system" == f2.value && D2(f2.value);
|
|
2736
|
+
});
|
|
2737
|
+
}
|
|
2738
|
+
return l2({ setSelectOptions: N2 }), (l3, o3) => {
|
|
2739
|
+
const n3 = e.ElButton, s3 = e.ElInput, h2 = e.ElCascaderPanel, y2 = e.ElCol, g2 = e.ElEmpty, w3 = e.ElIcon, _3 = e.ElTableColumn, x3 = e.ElTable, k3 = e.ElRow, N3 = e.ElPopover;
|
|
2740
|
+
return t2.showLabel ? (Ya(), ls("span", ou, it(p2.value), 1)) : (Ya(), os(N3, { key: 1, ref_key: "popoverRef", ref: E2, trigger: "click", width: 450 }, { reference: Lo(() => [us(s3, { style: Qe({ width: t2.width ? t2.width : "" }), readonly: "", size: t2.inputSize, onClick: z2, formatter: S2, class: "input-with-select", "prefix-icon": Il(v.Search), modelValue: i2.value, "onUpdate:modelValue": o3[0] || (o3[0] = (e2) => i2.value = e2), placeholder: t2.placeholder }, { append: Lo(() => [us(n3, { type: "default", size: t2.inputSize, icon: Il(v.Delete), onClick: Vr(j2, ["stop"]) }, null, 8, ["size", "icon"])]), _: 1 }, 8, ["style", "size", "prefix-icon", "modelValue", "placeholder"])]), default: Lo(() => [us(k3, null, { default: Lo(() => [us(y2, { span: 8 }, { default: Lo(() => [us(h2, { modelValue: f2.value, "onUpdate:modelValue": o3[1] || (o3[1] = (e2) => f2.value = e2), onChange: T2, props: { emitPath: false }, size: "small", style: Qe({ width: "fit-content", height: r2.value + "px", overflow: "auto" }), options: u2.value }, null, 8, ["modelValue", "style", "options"])]), _: 1 }), f2.value ? "input" === c2.value ? (Ya(), os(y2, { key: 1, span: 16 }, { default: Lo(() => [us(s3, { style: { width: "88%" }, size: "small", modelValue: b2.value, "onUpdate:modelValue": o3[2] || (o3[2] = (e2) => b2.value = e2), placeholder: "请手动输入" }, null, 8, ["modelValue"]), us(n3, { style: { float: "right" }, onClick: A2, size: "small", type: "primary", icon: Il(v.Plus), circle: "" }, null, 8, ["icon"]), is("div", nu, [us(w3, null, { default: Lo(() => [us(Il(v.InfoFilled))]), _: 1 }), o3[5] || (o3[5] = is("span", { style: { "margin-left": "5px" } }, "输入变量名后点击加号按钮添加", -1))]), qo(is("div", { style: Qe({ fontSize: "10px", lineHeight: "30px", height: r2.value - 50 + "px", overflow: "auto" }) }, [o3[6] || (o3[6] = ms(" 可用参数: ", -1)), (Ya(true), ls(Ga, null, En(m2.value, (e2) => (Ya(), os(n3, { type: "primary", size: "small", onClick: (t3) => {
|
|
2741
|
+
return l4 = e2.value, b2.value = l4, void A2();
|
|
2742
|
+
var l4;
|
|
2743
|
+
} }, { default: Lo(() => [ms(it(e2.label), 1)]), _: 2 }, 1032, ["onClick"]))), 256))], 4), [[er, "request" == f2.value]])]), _: 1 })) : "file" === c2.value ? (Ya(), os(y2, { key: 2, span: 16 }, { default: Lo(() => [us(lu, { modelValue: d2.value, "onUpdate:modelValue": o3[3] || (o3[3] = (e2) => d2.value = e2), onOnSuccess: I2 }, null, 8, ["modelValue"])]), _: 1 })) : (Ya(), os(y2, { key: 3, span: 16 }, { default: Lo(() => [is("div", au, [is("div", su, [us(s3, { size: "small", modelValue: V2.value, "onUpdate:modelValue": o3[4] || (o3[4] = (e2) => V2.value = e2), placeholder: "搜索", "suffix-icon": Il(v.Search), style: { width: "90%" } }, null, 8, ["modelValue", "suffix-icon"]), qo(us(n3, { style: { float: "right" }, onClick: U2, size: "small", type: "primary", icon: Il(v.Plus), circle: "" }, null, 8, ["icon"]), [[er, "service" == f2.value]]), qo(is("div", ru, [us(w3, null, { default: Lo(() => [us(Il(v.InfoFilled))]), _: 1 }), o3[7] || (o3[7] = is("span", { style: { "margin-left": "5px" } }, "输入变量名后点击加号按钮添加", -1))], 512), [[er, "service" == f2.value]])]), us(x3, { ref_key: "tableRef", ref: M2, height: r2.value - 80, "show-header": false, size: "small", "current-row-key": "code", "row-key": "code", "tree-props": { children: "items" }, "highlight-current-row": true, data: C2.value, class: "flex-table" }, { default: Lo(() => [us(_3, { fixed: true, width: "service" === f2.value ? "" : 70 }, { default: Lo((e2) => [us(n3, { type: "default", size: "small", onClick: (t3) => {
|
|
2744
|
+
return l4 = e2.row, b2.value = l4.value, i2.value = "${" + f2.value + "." + l4.value + "}", a2("update:modelValue", i2.value), void E2.value.hide();
|
|
2745
|
+
var l4;
|
|
2746
|
+
} }, { default: Lo(() => o3[8] || (o3[8] = [ms(" 选择 ", -1)])), _: 2, __: [8] }, 1032, ["onClick"])]), _: 1 }, 8, ["width"]), us(_3, { prop: "label" })]), _: 1 }, 8, ["height", "data"]), is("div", iu, "总计:" + it(C2.value.length), 1)])]), _: 1 })) : (Ya(), os(y2, { key: 0, span: 16 }, { default: Lo(() => [us(g2, { description: "请选择类型", "image-size": 40 })]), _: 1 }))]), _: 1 })]), _: 1 }, 512));
|
|
2747
|
+
};
|
|
2748
|
+
} }), cu = zr(uu, [["__scopeId", "data-v-45086733"]]), du = { key: 0 }, pu = { key: 0 }, mu = { key: 0 }, fu = Wo({ __name: "service-result", props: { service: { type: Object, default: () => ({ returnValues: [] }) } }, setup(t2, { expose: l2 }) {
|
|
2749
|
+
const o2 = t2;
|
|
2750
|
+
o2.service.returnValues || (o2.service.returnValues = []);
|
|
2751
|
+
const n2 = ["any", "array", "object", "string", "number", "date"];
|
|
2752
|
+
let a2 = null;
|
|
2753
|
+
const s2 = (e2) => {
|
|
2754
|
+
e2.$editing = true, r2(e2);
|
|
2755
|
+
};
|
|
2756
|
+
function r2(e2) {
|
|
2757
|
+
null != a2 && a2.code != e2.code && (a2.$editing = false), a2 = e2;
|
|
2758
|
+
}
|
|
2759
|
+
const i2 = () => {
|
|
2760
|
+
const e2 = d2();
|
|
2761
|
+
o2.service.returnValues.push(e2), r2(e2);
|
|
2762
|
+
}, u2 = (e2, t3) => {
|
|
2763
|
+
e2.forEach((l3, o3) => {
|
|
2764
|
+
if (l3.code === t3.code) {
|
|
2765
|
+
const t4 = d2();
|
|
2766
|
+
t4.level = l3.level, e2.splice(o3 + 1, 0, t4), r2(t4);
|
|
2767
|
+
} else l3.items && l3.items.length > 0 && u2(l3.items, t3);
|
|
2768
|
+
});
|
|
2769
|
+
}, c2 = (e2, t3) => {
|
|
2770
|
+
for (let l3 = 0; l3 < e2.length; l3++) {
|
|
2771
|
+
const o3 = e2[l3];
|
|
2772
|
+
if (o3.code === t3.code) return void e2.splice(l3, 1);
|
|
2773
|
+
o3.items && o3.items.length > 0 && c2(o3.items, t3);
|
|
2774
|
+
}
|
|
2775
|
+
};
|
|
2776
|
+
const d2 = () => ({ code: h.v4(), name: "", type: "any", value: "", items: [], $editing: true });
|
|
2777
|
+
return l2({}), (l3, a3) => {
|
|
2778
|
+
const p2 = e.ElTableColumn, m2 = e.ElInput, f2 = e.ElOption, v2 = e.ElSelect, y2 = e.ElButton, g2 = e.ElDropdownItem, b2 = e.ElDropdownMenu, w2 = e.ElDropdown, _2 = e.ElTable;
|
|
2779
|
+
return Ya(), os(_2, { data: t2.service.returnValues, style: { width: "100%", "margin-top": "20px", "margin-bottom": "10px" }, "row-key": "code", size: "small", onRowClick: s2, border: "", "tree-props": { children: "items" }, "default-expand-all": "" }, { default: Lo(() => [us(p2, { type: "index", width: "50", label: "序号", align: "center" }), us(p2, { prop: "name", width: "170", label: "变量名" }, { default: Lo((e2) => [e2.row.$editing ? (Ya(), os(m2, { key: 1, size: "small", disabled: e2.row.isArrayElement, modelValue: e2.row.name, "onUpdate:modelValue": (t3) => e2.row.name = t3, placeholder: "", style: { "margin-right": "10px" }, onChange: (t3) => {
|
|
2780
|
+
var l4;
|
|
2781
|
+
(l4 = e2.row).alias || (l4.alias = l4.name);
|
|
2782
|
+
} }, null, 8, ["disabled", "modelValue", "onUpdate:modelValue", "onChange"])) : (Ya(), ls("span", du, it(e2.row.name), 1))]), _: 1 }), us(p2, { prop: "alias", width: "110", label: "别名" }, { default: Lo((e2) => [e2.row.$editing ? (Ya(), ls(Ga, { key: 1 }, [e2.row.isArrayElement ? fs("", true) : (Ya(), os(m2, { key: 0, size: "small", modelValue: e2.row.alias, "onUpdate:modelValue": (t3) => e2.row.alias = t3, placeholder: "" }, null, 8, ["modelValue", "onUpdate:modelValue"]))], 64)) : (Ya(), ls("span", pu, it(e2.row.alias), 1))]), _: 1 }), us(p2, { prop: "type", width: "90", label: "类型" }, { default: Lo((e2) => [e2.row.$editing ? (Ya(), os(v2, { key: 1, modelValue: e2.row.type, "onUpdate:modelValue": (t3) => e2.row.type = t3, onChange: (t3) => {
|
|
2783
|
+
return l4 = t3, e2.$index, o3 = e2.row, void ("array" === l4 ? (o3.items = [], o3.items.push({ level: o3.level + 1, code: h.v4(), name: "items", isArrayElement: true, alias: "", type: "object", value: "", items: [] })) : o3.items && o3.items.length > 0 && ("object" === l4 ? o3.items = [] : o3.items && delete o3.items));
|
|
2784
|
+
var l4, o3;
|
|
2785
|
+
}, placeholder: "", size: "small" }, { default: Lo(() => [(Ya(), ls(Ga, null, En(n2, (e3) => us(f2, { key: e3, label: e3, value: e3 }, null, 8, ["label", "value"])), 64))]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue", "onChange"])) : (Ya(), ls("span", mu, it(e2.row.type), 1))]), _: 1 }), us(p2, { prop: "value", label: "值来源", width: "160" }, { default: Lo((e2) => [e2.row.isArrayElement ? fs("", true) : (Ya(), os(Il(cu), { key: 0, showLabel: !e2.row.$editing, size: "small", paramTypes: ["request", "service", "data", "system", "context", "fixed"], modelValue: e2.row.value, "onUpdate:modelValue": (t3) => e2.row.value = t3 }, null, 8, ["showLabel", "modelValue", "onUpdate:modelValue"]))]), _: 1 }), us(p2, { align: "center", width: 90 }, { header: Lo(() => [us(y2, { type: "primary", size: "small", onClick: i2, link: "" }, { default: Lo(() => a3[0] || (a3[0] = [ms("添加 ", -1)])), _: 1, __: [0] })]), default: Lo((e2) => [us(w2, { size: "small", style: { "vertical-align": "middle" } }, { dropdown: Lo(() => [us(b2, null, { default: Lo(() => ["object" === e2.row.type ? (Ya(), os(g2, { key: 0, onClick: (t3) => ((e3, t4) => {
|
|
2786
|
+
t4.items || (t4.items = []);
|
|
2787
|
+
const l4 = d2();
|
|
2788
|
+
l4.level = t4.level + 1, t4.items.push(l4), r2(l4);
|
|
2789
|
+
})(e2.$index, e2.row) }, { default: Lo(() => a3[2] || (a3[2] = [ms("添加下级节点", -1)])), _: 2, __: [2] }, 1032, ["onClick"])) : fs("", true), e2.row.isArrayElement ? fs("", true) : (Ya(), os(g2, { key: 1, onClick: (t3) => {
|
|
2790
|
+
return e2.$index, l4 = e2.row, void u2(o2.service.returnValues, l4);
|
|
2791
|
+
var l4;
|
|
2792
|
+
} }, { default: Lo(() => a3[3] || (a3[3] = [ms("添加相邻节点", -1)])), _: 2, __: [3] }, 1032, ["onClick"]))]), _: 2 }, 1024)]), default: Lo(() => [us(y2, { type: "primary", link: "", size: "small" }, { default: Lo(() => a3[1] || (a3[1] = [ms(" 添加 ", -1)])), _: 1, __: [1] })]), _: 2 }, 1024), us(y2, { type: "danger", size: "small", disabled: e2.row.isArrayElement, link: "", onClick: (t3) => {
|
|
2793
|
+
return e2.$index, l4 = e2.row, void c2(o2.service.returnValues, l4);
|
|
2794
|
+
var l4;
|
|
2795
|
+
} }, { default: Lo(() => a3[4] || (a3[4] = [ms(" 删除 ", -1)])), _: 2, __: [4] }, 1032, ["disabled", "onClick"])]), _: 1 })]), _: 1 }, 8, ["data"]);
|
|
2796
|
+
};
|
|
2797
|
+
} }), vu = { key: 0 }, hu = { key: 0 }, yu = { key: 0 }, gu = Wo({ __name: "service-params", props: { service: { type: Object, default: () => ({ log: {} }) } }, setup(t2, { expose: l2 }) {
|
|
2798
|
+
const o2 = t2;
|
|
2799
|
+
o2.service.variables || (o2.service.variables = []), o2.service.log || (o2.service.log = {});
|
|
2800
|
+
const n2 = ["string", "int", "boolean", "array", "object", "number"];
|
|
2801
|
+
let a2 = null;
|
|
2802
|
+
const s2 = (e2) => {
|
|
2803
|
+
e2.$editing = true, r2(e2);
|
|
2804
|
+
};
|
|
2805
|
+
function r2(e2) {
|
|
2806
|
+
null != a2 && a2.code != e2.code && (a2.$editing = false), a2 = e2;
|
|
2807
|
+
}
|
|
2808
|
+
const i2 = () => {
|
|
2809
|
+
const e2 = d2();
|
|
2810
|
+
o2.service.variables.push(e2), r2(e2);
|
|
2811
|
+
}, u2 = (e2, t3) => {
|
|
2812
|
+
e2.forEach((l3, o3) => {
|
|
2813
|
+
if (l3.code === t3.code) {
|
|
2814
|
+
const t4 = d2();
|
|
2815
|
+
t4.level = l3.level, e2.splice(o3 + 1, 0, t4), r2(t4);
|
|
2816
|
+
} else l3.items && l3.items.length > 0 && u2(l3.items, t3);
|
|
2817
|
+
});
|
|
2818
|
+
}, c2 = (e2, t3) => {
|
|
2819
|
+
for (let l3 = 0; l3 < e2.length; l3++) {
|
|
2820
|
+
const o3 = e2[l3];
|
|
2821
|
+
if (o3.code === t3.code) return void e2.splice(l3, 1);
|
|
2822
|
+
o3.items && o3.items.length > 0 && c2(o3.items, t3);
|
|
2823
|
+
}
|
|
2824
|
+
}, d2 = () => ({ level: 0, code: h.v4(), name: "", alias: "", type: "string", defaultValue: "", items: [], $editing: true });
|
|
2825
|
+
return l2({}), (l3, a3) => {
|
|
2826
|
+
const p2 = e.ElInput, m2 = e.ElFormItem, f2 = e.ElDivider, v2 = e.ElTableColumn, y2 = e.ElOption, g2 = e.ElSelect, b2 = e.ElButton, w2 = e.ElDropdownItem, _2 = e.ElDropdownMenu, V2 = e.ElDropdown, E2 = e.ElTable, x2 = e.ElAlert, k2 = e.ElText, C2 = e.ElCheckbox, N2 = e.ElForm;
|
|
2827
|
+
return Ya(), ls("div", null, [us(N2, { "label-width": "auto", "label-position": "left", size: "small" }, { default: Lo(() => [us(m2, { label: "服务名称:" }, { default: Lo(() => [us(p2, { modelValue: t2.service.name, "onUpdate:modelValue": a3[0] || (a3[0] = (e2) => t2.service.name = e2), placeholder: "" }, null, 8, ["modelValue"])]), _: 1 }), us(m2, { label: "服务自定义编码:" }, { default: Lo(() => [us(p2, { disabled: true, modelValue: t2.service.customCode, "onUpdate:modelValue": a3[1] || (a3[1] = (e2) => t2.service.customCode = e2), placeholder: "" }, null, 8, ["modelValue"])]), _: 1 }), us(f2), us(E2, { data: t2.service.variables, style: { width: "100%", "margin-top": "20px", "margin-bottom": "20px" }, "row-key": "code", size: "small", onRowClick: s2, border: "", "tree-props": { children: "items" }, "default-expand-all": "" }, { default: Lo(() => [us(v2, { type: "index", width: "50", label: "序号", align: "center" }), us(v2, { prop: "name", width: "170", label: "变量名" }, { default: Lo((e2) => [e2.row.$editing ? (Ya(), os(p2, { key: 1, size: "small", disabled: e2.row.isArrayElement, modelValue: e2.row.name, "onUpdate:modelValue": (t3) => e2.row.name = t3, placeholder: "", style: { "margin-right": "10px" } }, null, 8, ["disabled", "modelValue", "onUpdate:modelValue"])) : (Ya(), ls("span", vu, it(e2.row.name), 1))]), _: 1 }), us(v2, { prop: "alias", width: "110", label: "别名" }, { default: Lo((e2) => [e2.row.$editing ? (Ya(), ls(Ga, { key: 1 }, [e2.row.isArrayElement ? fs("", true) : (Ya(), os(p2, { key: 0, size: "small", modelValue: e2.row.alias, "onUpdate:modelValue": (t3) => e2.row.alias = t3, placeholder: "" }, null, 8, ["modelValue", "onUpdate:modelValue"]))], 64)) : (Ya(), ls("span", hu, it(e2.row.alias), 1))]), _: 1 }), us(v2, { prop: "type", width: "90", label: "类型" }, { default: Lo((e2) => [e2.row.$editing ? (Ya(), os(g2, { key: 1, modelValue: e2.row.type, "onUpdate:modelValue": (t3) => e2.row.type = t3, onChange: (t3) => {
|
|
2828
|
+
return l4 = t3, e2.$index, o3 = e2.row, void ("array" === l4 ? (o3.items = [], o3.items.push({ level: o3.level + 1, code: h.v4(), name: "items", isArrayElement: true, alias: "", type: "object", defaultValue: "", items: [] })) : o3.items && o3.items.length > 0 && ("object" === l4 ? o3.items = [] : o3.items && delete o3.items));
|
|
2829
|
+
var l4, o3;
|
|
2830
|
+
}, placeholder: "", size: "small" }, { default: Lo(() => [(Ya(), ls(Ga, null, En(n2, (e3) => us(y2, { key: e3, label: e3, value: e3 }, null, 8, ["label", "value"])), 64))]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue", "onChange"])) : (Ya(), ls("span", yu, it(e2.row.type), 1))]), _: 1 }), us(v2, { prop: "defaultValue", label: "默认值", width: "160" }, { default: Lo((e2) => [e2.row.isArrayElement ? fs("", true) : (Ya(), os(Il(cu), { key: 0, showLabel: !e2.row.$editing, size: "small", paramTypes: ["request", "system", "context", "fixed"], modelValue: e2.row.defaultValue, "onUpdate:modelValue": (t3) => e2.row.defaultValue = t3 }, null, 8, ["showLabel", "modelValue", "onUpdate:modelValue"]))]), _: 1 }), us(v2, { align: "center", width: 90 }, { header: Lo(() => [us(b2, { type: "primary", size: "small", onClick: i2, link: "" }, { default: Lo(() => a3[6] || (a3[6] = [ms("添加 ", -1)])), _: 1, __: [6] })]), default: Lo((e2) => [us(V2, { size: "small", style: { "vertical-align": "middle" } }, { dropdown: Lo(() => [us(_2, null, { default: Lo(() => ["object" === e2.row.type ? (Ya(), os(w2, { key: 0, onClick: (t3) => ((e3, t4) => {
|
|
2831
|
+
t4.items || (t4.items = []);
|
|
2832
|
+
const l4 = d2();
|
|
2833
|
+
l4.level = t4.level + 1, t4.items.push(l4), r2(l4);
|
|
2834
|
+
})(e2.$index, e2.row) }, { default: Lo(() => a3[8] || (a3[8] = [ms("添加下级节点", -1)])), _: 2, __: [8] }, 1032, ["onClick"])) : fs("", true), e2.row.isArrayElement ? fs("", true) : (Ya(), os(w2, { key: 1, onClick: (t3) => {
|
|
2835
|
+
return e2.$index, l4 = e2.row, void u2(o2.service.variables, l4);
|
|
2836
|
+
var l4;
|
|
2837
|
+
} }, { default: Lo(() => a3[9] || (a3[9] = [ms("添加相邻节点", -1)])), _: 2, __: [9] }, 1032, ["onClick"]))]), _: 2 }, 1024)]), default: Lo(() => [us(b2, { type: "primary", link: "", size: "small" }, { default: Lo(() => a3[7] || (a3[7] = [ms(" 添加 ", -1)])), _: 1, __: [7] })]), _: 2 }, 1024), us(b2, { type: "danger", size: "small", disabled: e2.row.isArrayElement, link: "", onClick: (t3) => {
|
|
2838
|
+
return e2.$index, l4 = e2.row, void c2(o2.service.variables, l4);
|
|
2839
|
+
var l4;
|
|
2840
|
+
} }, { default: Lo(() => a3[10] || (a3[10] = [ms(" 删除 ", -1)])), _: 2, __: [10] }, 1032, ["disabled", "onClick"])]), _: 1 })]), _: 1 }, 8, ["data"]), us(x2, { title: "返回值定义", type: "info", closable: false, style: { "margin-bottom": "10px" } }), us(fu, { service: t2.service }, null, 8, ["service"]), us(k2, { style: { "margin-top": "10px", "margin-bottom": "10px", display: "block" }, type: "success" }, { default: Lo(() => a3[11] || (a3[11] = [ms("说明:可不设置变量名,未设置时以值来源的字段名为变量名", -1)])), _: 1, __: [11] }), us(x2, { title: "执行异常消息格式化", type: "info", closable: false, style: { "margin-bottom": "10px" } }), us(m2, null, { default: Lo(() => [us(p2, { type: "textarea", modelValue: t2.service.errorMessage, "onUpdate:modelValue": a3[2] || (a3[2] = (e2) => t2.service.errorMessage = e2) }, null, 8, ["modelValue"])]), _: 1 }), us(x2, { title: "操作日志", type: "info", closable: false, style: { "margin-bottom": "10px" } }), us(m2, null, { default: Lo(() => [us(C2, { modelValue: t2.service.log.enable, "onUpdate:modelValue": a3[3] || (a3[3] = (e2) => t2.service.log.enable = e2), label: "启用操作日志" }, null, 8, ["modelValue"])]), _: 1 }), us(m2, { label: "标题:" }, { default: Lo(() => [us(p2, { disabled: !t2.service.log.enable, modelValue: t2.service.log.title, "onUpdate:modelValue": a3[4] || (a3[4] = (e2) => t2.service.log.title = e2), placeholder: "" }, null, 8, ["disabled", "modelValue"])]), _: 1 }), us(m2, { label: "内容:" }, { default: Lo(() => [us(p2, { disabled: !t2.service.log.enable, modelValue: t2.service.log.content, "onUpdate:modelValue": a3[5] || (a3[5] = (e2) => t2.service.log.content = e2), autosize: { minRows: 2, maxRows: 4 }, type: "textarea", placeholder: "" }, null, 8, ["disabled", "modelValue"])]), _: 1 })]), _: 1 })]);
|
|
2841
|
+
};
|
|
2842
|
+
} }), bu = { class: "serviceflow-design-content", ref: "ambServiceFlowContent" }, wu = { style: { height: "100%" } }, _u = { class: "serviceflow-design-board", ref: "pageDesignBoardMain" }, Vu = { style: { padding: "200px", "box-sizing": "border-box", height: "100%", "background-color": "#ffffff" } }, Eu = zr(Wo({ __name: "view-index", props: { logicFlowInstance: { type: a, default: () => {
|
|
2843
|
+
} }, serviceTreeData: { type: Array, default: () => [] }, pageContext: { type: Object, default: () => ({}) } }, emits: ["onBlankClick", "onDeleteNode", "update:logicFlowInstance", "load-tree-data"], setup(t2, { expose: l2, emit: o2 }) {
|
|
2844
|
+
const n2 = Sr(), s2 = t2, r2 = o2, i2 = zl(), u2 = zl(), c2 = zl(), d2 = zl("100%"), p2 = zl(), m2 = $s(() => ({ height: d2.value })), f2 = zl(false), v2 = zl(), h2 = zl(null), b2 = zl({ code: "", name: "" }), w2 = zl(null);
|
|
2845
|
+
dn(() => {
|
|
2846
|
+
if (p2.value) {
|
|
2847
|
+
const e2 = p2.value.getBoundingClientRect();
|
|
2848
|
+
(e2.y || 0 === e2.y) && (d2.value = window.innerHeight - e2.y + "px");
|
|
2849
|
+
}
|
|
2850
|
+
});
|
|
2851
|
+
const V2 = (e2) => {
|
|
2852
|
+
e2();
|
|
2853
|
+
}, E2 = () => {
|
|
2854
|
+
b2.value.variables && x2(b2.value.variables);
|
|
2855
|
+
}, x2 = (e2) => {
|
|
2856
|
+
e2.forEach((e3) => {
|
|
2857
|
+
delete e3.$editing, e3.items && x2(e3.items);
|
|
2858
|
+
});
|
|
2859
|
+
}, k2 = (e2) => {
|
|
2860
|
+
var t3;
|
|
2861
|
+
v2.value = (t3 = i2.value, new a({ container: t3, grid: { visible: false, size: 2 }, background: {}, plugins: [_.Menu, _.DndPanel, _.SelectionSelect, _.MiniMap, _.Group, le.Dagre] })), co(() => {
|
|
2862
|
+
if (i2.value) {
|
|
2863
|
+
const e3 = i2.value.getBoundingClientRect();
|
|
2864
|
+
(e3.y || 0 === e3.y) && (d2.value = window.innerHeight - e3.y - 60 - 20 + "px");
|
|
2865
|
+
}
|
|
2866
|
+
}), v2.value.extension.menu.setMenuConfig({ nodeMenu: [], graphMenu: [{ text: "服务属性", callback() {
|
|
2867
|
+
f2.value = true;
|
|
2868
|
+
} }] }), C2(), ((e3) => {
|
|
2869
|
+
if (e3) {
|
|
2870
|
+
for (const t4 of gi) t4.type, t4.label, e3.register(t4.nodeAndView);
|
|
2871
|
+
for (const t4 of bi) {
|
|
2872
|
+
t4.label;
|
|
2873
|
+
for (const l4 of t4.items) l4.type, l4.label, e3.register(l4.nodeAndView);
|
|
2874
|
+
}
|
|
2875
|
+
e3.register(Ii), e3.setDefaultEdgeType("customLine");
|
|
2876
|
+
}
|
|
2877
|
+
})(v2.value), e2.flow && e2.flow.nodes && e2.flow.nodes.length > 0 ? v2.value.render(e2.flow) : (v2.value.render(), function(e3) {
|
|
2878
|
+
e3.addNode({ id: "start", type: "start", x: 620, y: 50, properties: {} }), e3.addNode({ type: "end", x: 620, y: 550, properties: {} });
|
|
2879
|
+
}(v2.value));
|
|
2880
|
+
const { editConfigModel: l3 } = v2.value.graphModel;
|
|
2881
|
+
l3.updateEditConfig({ stopMoveGraph: false }), r2("update:logicFlowInstance", v2.value);
|
|
2882
|
+
}, C2 = () => {
|
|
2883
|
+
v2.value && (v2.value.on("connection:not-allowed", (e2) => {
|
|
2884
|
+
e2.msg;
|
|
2885
|
+
}), v2.value.on("blank:click", (e2) => {
|
|
2886
|
+
u2.value.onBlankClick();
|
|
2887
|
+
}), v2.value.on("selection:selected", () => {
|
|
2888
|
+
v2.value && v2.value.extension.selectionSelect.closeSelectionSelect();
|
|
2889
|
+
}), v2.value.on("node:click", (e2) => {
|
|
2890
|
+
w2.value && w2.value.data.id === e2.data.id || (u2.value.onNodeClick(e2), w2.value = e2);
|
|
2891
|
+
}), v2.value.on("history:change", (e2) => {
|
|
2892
|
+
e2.data.undos;
|
|
2893
|
+
}), v2.value.on("custom:deleteNode", (e2) => {
|
|
2894
|
+
w2.value && u2.value.onDeleteNode(), r2("onDeleteNode");
|
|
2895
|
+
}));
|
|
2896
|
+
}, N2 = (e2) => {
|
|
2897
|
+
if (v2.value) {
|
|
2898
|
+
if (e2.id === b2.value.id) return;
|
|
2899
|
+
S2() ? g.ElMessageBox.confirm("服务配置发生变化, 是否需要保存?", "提示", { confirmButtonText: "保存", cancelButtonText: "不保存", closeOnClickModal: false, closeOnPressEscape: false, type: "warning" }).then(() => {
|
|
2900
|
+
var _a2;
|
|
2901
|
+
h2.value = b2.value, h2.value.flow = (_a2 = v2.value) == null ? void 0 : _a2.getGraphData();
|
|
2902
|
+
Or(b2.value.code, s2.serviceTreeData).name = b2.value.name, A2({ beforeSave: true });
|
|
2903
|
+
}).catch(() => {
|
|
2904
|
+
O2(e2);
|
|
2905
|
+
}) : O2(e2);
|
|
2906
|
+
} else O2(e2);
|
|
2907
|
+
}, O2 = (e2) => {
|
|
2908
|
+
u2.value.closeDrawer(), b2.value = JSON.parse(JSON.stringify(e2)), h2.value = JSON.parse(JSON.stringify(e2)), n2.currentService = b2.value, h2.value, k2(b2.value);
|
|
2909
|
+
}, S2 = () => {
|
|
2910
|
+
if (!v2.value) return false;
|
|
2911
|
+
const e2 = v2.value.getGraphData(), t3 = Nr(h2.value, b2.value), l3 = Nr(h2.value.flow, e2);
|
|
2912
|
+
return !t3 || !l3;
|
|
2913
|
+
}, T2 = () => {
|
|
2914
|
+
v2.value && (b2.value.id ? A2({ beforeSave: true }) : D2());
|
|
2915
|
+
}, D2 = (e2) => {
|
|
2916
|
+
if (v2.value && (b2.value.flow = v2.value.getGraphData(), h2.value)) {
|
|
2917
|
+
b2.value.runtimeJson = JSON.stringify(Pi(b2.value));
|
|
2918
|
+
const t3 = JSON.parse(JSON.stringify(b2.value));
|
|
2919
|
+
t3.variables = JSON.stringify(t3.variables), t3.log = JSON.stringify(t3.log), t3.flow = JSON.stringify(t3.flow), t3.returnValues = JSON.stringify(t3.returnValues), y.http.post(window.$vueApp.config.globalProperties.baseAPI + "/component/super-page-design/service-flow", { designLog: e2, appServiceFlow: t3 }).then((e3) => {
|
|
2920
|
+
e3 && (g.ElMessage({ message: "保存成功", type: "success" }), v2.value = null, e3.variables && (e3.variables = JSON.parse(e3.variables)), e3.log && (e3.log = JSON.parse(e3.log)), e3.flow && (e3.flow = JSON.parse(e3.flow)), e3.returnValues && (e3.returnValues = JSON.parse(e3.returnValues)), N2(e3), c2.value.closeDialog(), r2("load-tree-data"));
|
|
2921
|
+
});
|
|
2922
|
+
}
|
|
2923
|
+
};
|
|
2924
|
+
function A2(e2) {
|
|
2925
|
+
c2.value.showDialog(e2);
|
|
2926
|
+
}
|
|
2927
|
+
const U2 = () => {
|
|
2928
|
+
};
|
|
2929
|
+
return l2({ onDragNode: (e2) => {
|
|
2930
|
+
v2.value ? v2.value.dnd.startDrag({ type: e2.type, properties: { name: e2.label } }) : console.error("LogicFlow实例还没有初始化");
|
|
2931
|
+
}, onServiceClick: N2, clearFlowCanvas: () => {
|
|
2932
|
+
v2.value && (v2.value.clearData(), v2.value = null, h2.value = null, b2.value = { code: "", name: "" }, f2.value = false, w2.value = {});
|
|
2933
|
+
} }), (l3, o3) => {
|
|
2934
|
+
const n3 = e.ElSkeletonItem, a2 = e.ElSkeleton, s3 = e.ElTimeline, r3 = e.ElDrawer;
|
|
2935
|
+
return Ya(), ls(Ga, null, [is("div", bu, [qo(is("div", wu, [us(Xi, { cloneService: b2.value, lf: v2.value, pageContext: t2.pageContext, onShowJson: U2, onShowServiceLog: A2, onSaveSevice: T2 }, null, 8, ["cloneService", "lf", "pageContext"]), is("div", _u, [is("div", { style: Qe(m2.value), ref_key: "logicFlowContainer", ref: i2, class: "container" }, null, 4)], 512)], 512), [[er, v2.value]]), qo(is("div", { style: Qe([{ "padding-top": "10px", "box-sizing": "border-box" }, m2.value]), ref_key: "emptyContainer", ref: p2 }, [is("div", Vu, [us(a2, { style: { "--el-skeleton-circle-size": "100px" } }, { template: Lo(() => [us(n3, { variant: "circle" }), us(n3, { variant: "rect", style: { width: "100px", height: "100px", margin: "0 50px" } }), o3[2] || (o3[2] = is("div", { class: "triangle" }, null, -1))]), _: 1 }), us(s3, { style: { "max-width": "600px" } })])], 4), [[er, !v2.value]]), us(r3, { modelValue: f2.value, "onUpdate:modelValue": o3[0] || (o3[0] = (e2) => f2.value = e2), "append-to-body": true, "destroy-on-close": "", "modal-class": "el-overlay", modal: true, title: "服务参数", onClose: E2, "before-close": V2, direction: "rtl", size: "50%" }, { default: Lo(() => [us(gu, { service: b2.value }, null, 8, ["service"])]), _: 1 }, 8, ["modelValue"])], 512), us(Mi, { ref_key: "serviceUpdateLogRef", ref: c2, onSave: D2, lf: v2.value, cloneService: b2.value }, null, 8, ["lf", "cloneService"]), us(Ai, { logicFlowInstance: t2.logicFlowInstance, currentNode: w2.value, "onUpdate:currentNode": o3[1] || (o3[1] = (e2) => w2.value = e2), sourceService: h2.value, service: b2.value, pageContext: t2.pageContext, ref_key: "serviceNodeConfigRef", ref: u2 }, null, 8, ["logicFlowInstance", "currentNode", "sourceService", "service", "pageContext"])], 64);
|
|
2936
|
+
};
|
|
2937
|
+
} }), [["__scopeId", "data-v-2ea74b20"]]), xu = zr(Wo({ __name: "desginer-index", props: { pageContext: { type: Object, default: () => ({}) } }, setup(t2) {
|
|
2938
|
+
const l2 = t2, o2 = zl([]);
|
|
2939
|
+
Sr().setPageContext(l2.pageContext);
|
|
2940
|
+
const n2 = zl(null), a2 = zl(), s2 = () => {
|
|
2941
|
+
y.http.get(window.$vueApp.config.globalProperties.baseAPI + "/component/super-page-design/service-flow/tree/" + l2.pageContext.systemCode + "/" + l2.pageContext.systemVersion).then((e2) => {
|
|
2942
|
+
e2 && (o2.value = e2.children);
|
|
2943
|
+
});
|
|
2944
|
+
};
|
|
2945
|
+
dn(() => {
|
|
2946
|
+
s2();
|
|
2947
|
+
});
|
|
2948
|
+
const r2 = (e2) => {
|
|
2949
|
+
a2.value.onDragNode(e2);
|
|
2950
|
+
}, i2 = (e2) => {
|
|
2951
|
+
a2.value.onServiceClick(e2);
|
|
2952
|
+
}, u2 = () => {
|
|
2953
|
+
a2.value.clearFlowCanvas(), n2.value = null;
|
|
2954
|
+
};
|
|
2955
|
+
return (l3, c2) => {
|
|
2956
|
+
const d2 = e.ElAside, p2 = e.ElMain, m2 = e.ElContainer;
|
|
2957
|
+
return Ya(), os(m2, { class: "amb-container" }, { default: Lo(() => [us(d2, { class: "serviceflow-container-left" }, { default: Lo(() => [us(Si, { logicFlowInstance: n2.value, "onUpdate:logicFlowInstance": c2[0] || (c2[0] = (e2) => n2.value = e2), serviceTreeData: o2.value, onServiceClick: i2, onClearFlowCanvas: u2, onLoadTreeData: s2, onDragNode: r2, style: Qe(l3.containerHeightStyle) }, null, 8, ["logicFlowInstance", "serviceTreeData", "style"])]), _: 1 }), us(p2, { class: "serviceflow-container-main", style: Qe(l3.containerHeightStyle) }, { default: Lo(() => [us(Eu, { logicFlowInstance: n2.value, "onUpdate:logicFlowInstance": c2[1] || (c2[1] = (e2) => n2.value = e2), serviceTreeData: o2.value, pageContext: t2.pageContext, onLoadTreeData: s2, ref_key: "serviceFlowViewRef", ref: a2 }, null, 8, ["logicFlowInstance", "serviceTreeData", "pageContext"])]), _: 1 }, 8, ["style"])]), _: 1 });
|
|
2958
|
+
};
|
|
2959
|
+
} }), [["__scopeId", "data-v-c227e3ba"]]), ku = [{ value: "gt", label: "大于" }, { value: "lt", label: "小于" }, { value: "eq", label: "等于" }, { value: "le", label: "不小于" }, { value: "ge", label: "不大于" }, { value: "ne", label: "不等于" }], Cu = [{ value: "eq", label: "等于" }, { value: "neq", label: "不等于" }, { value: "contain", label: "包含" }, { value: "contain.not", label: "不包含" }, { value: "is.null", label: "等于NULL" }, { value: "not.null", label: "不等于NULL" }], Nu = [{ value: "or", label: "或者" }, { value: "and", label: "并且" }];
|
|
2960
|
+
function Ou(e2, t2) {
|
|
2961
|
+
if (!e2) return "";
|
|
2962
|
+
const l2 = t2.filter((t3) => t3.value === e2);
|
|
2963
|
+
return l2.length > 0 ? l2[0].label : "";
|
|
2964
|
+
}
|
|
2965
|
+
const Su = [{ value: "yyyy", label: "年(yyyy)" }, { value: "yyyyMM", label: "年月(yyyyMM)" }, { value: "yyyy-MM", label: "年-月(yyyy-MM)" }, { value: "yyyyMMdd", label: "年月日(yyyyMMdd)" }, { value: "yyyy-MM-dd", label: "年-月-日(yyyy-MM-dd)" }, { value: "quarter", label: "季度" }, { value: "week", label: "周" }], Tu = [{ value: "count", label: "总数(count)" }, { value: "sum", label: "求和(sum)" }, { value: "max", label: "最大(max)" }, { value: "min", label: "最小(min)" }, { value: "avg", label: "均值(avg)" }], Du = [{ value: "EQ", label: "等于" }, { value: "GT", label: "大于" }, { value: "GET", label: "大于等于" }, { value: "LT", label: "小于" }, { value: "LET", label: "小于等于" }, { value: "NET", label: "不等于" }, { value: "CONTAIN", label: "包含" }, { value: "NOT_CONTAIN", label: "不包含" }, { value: "RANGE_QUERY", label: "IN" }, { value: "LEFT_LIKE", label: "左匹配" }, { value: "RIGHT_LIKE", label: "右匹配" }], Au = [{ value: "GET", label: "GET" }, { value: "POST", label: "POST" }, { value: "PUT", label: "PUT" }, { value: "PATCH", label: "PATCH" }, { value: "DELETE", label: "DELETE" }];
|
|
2966
|
+
function Uu(t2, l2, o2) {
|
|
2967
|
+
const n2 = t2.replace("${service.", "").replace("}", ""), a2 = zu(Sr().currentService.variables, n2, "");
|
|
2968
|
+
a2 ? a2.type != l2 ? e.ElMessageBox.confirm("服务变量类型将根据设置修改,确定要继续吗?", "确认", { confirmButtonText: "确定", cancelButtonText: "取消", type: "warning" }).then(({ value: e2 }) => {
|
|
2969
|
+
Mu(a2, l2, o2);
|
|
2970
|
+
}) : Mu(a2, l2, o2) : e.ElMessage.error("服务变量中未找到设置的变量,请重新设置返回值!");
|
|
2971
|
+
}
|
|
2972
|
+
function Mu(t2, l2, o2) {
|
|
2973
|
+
if (t2.type != l2) {
|
|
2974
|
+
let e2 = t2.items;
|
|
2975
|
+
if (e2 = e2 && e2.length > 0 && e2[0].isArrayElement ? e2[0].items : null, t2.items = [], "object" == l2) t2.items = e2 || [];
|
|
2976
|
+
else if ("array" == l2) {
|
|
2977
|
+
const l3 = { code: h.v4(), name: "items", isArrayElement: true, alias: "", type: "object", defaultValue: "", items: e2 || [] };
|
|
2978
|
+
t2.items = [l3];
|
|
2979
|
+
}
|
|
2980
|
+
}
|
|
2981
|
+
t2.type = l2, t2.items || (t2.items = []);
|
|
2982
|
+
let n2 = t2.items;
|
|
2983
|
+
if (n2 = n2 && n2.length > 0 && n2[0].isArrayElement ? n2[0].items : n2, o2) {
|
|
2984
|
+
const e2 = {};
|
|
2985
|
+
for (let t3 of n2) e2[t3.name] = t3;
|
|
2986
|
+
for (let t3 of o2) {
|
|
2987
|
+
if (e2[t3.name]) continue;
|
|
2988
|
+
const l3 = { code: h.v4(), name: t3.name, alias: t3.alias, type: t3.type, defaultValue: "", items: [] };
|
|
2989
|
+
n2.push(l3), e2[l3.name] = l3;
|
|
2990
|
+
}
|
|
2991
|
+
}
|
|
2992
|
+
e.ElMessage.success("更新服务变量成功!");
|
|
2993
|
+
}
|
|
2994
|
+
function zu(e2, t2, l2) {
|
|
2995
|
+
if (!e2) return null;
|
|
2996
|
+
for (let o2 of e2) {
|
|
2997
|
+
if (!o2.name) continue;
|
|
2998
|
+
let e3 = o2.name;
|
|
2999
|
+
if (o2.isArrayElement ? e3 = l2 : l2 && (e3 = l2 + "." + e3), e3 == t2) return o2;
|
|
3000
|
+
if (o2.items) {
|
|
3001
|
+
const l3 = zu(o2.items, t2, e3);
|
|
3002
|
+
if (l3) return l3;
|
|
3003
|
+
}
|
|
3004
|
+
}
|
|
3005
|
+
return null;
|
|
3006
|
+
}
|
|
3007
|
+
function ju(t2, l2, o2) {
|
|
3008
|
+
if (!t2) return void e.ElMessage.error("未找到设置变量,请重新设置!");
|
|
3009
|
+
const n2 = Sr();
|
|
3010
|
+
n2.currentService.returnValues || (n2.currentService.returnValues = []);
|
|
3011
|
+
const a2 = n2.currentService.returnValues;
|
|
3012
|
+
let s2 = Fu(a2, t2);
|
|
3013
|
+
if (!s2) {
|
|
3014
|
+
if (s2 = Pu(), s2.value = t2, s2.type = l2, t2) {
|
|
3015
|
+
const e2 = t2.replace("}", "").split(".");
|
|
3016
|
+
s2.name = e2[e2.length - 1];
|
|
3017
|
+
}
|
|
3018
|
+
if ("array" == s2.type) {
|
|
3019
|
+
const e2 = Pu();
|
|
3020
|
+
e2.type = "object", e2.isArrayElement = true, e2.name = "items", s2.items = [e2];
|
|
3021
|
+
}
|
|
3022
|
+
a2.push(s2);
|
|
3023
|
+
}
|
|
3024
|
+
s2.type != l2 ? e.ElMessageBox.confirm("服务中返回值类型将根据设置修改,确定要继续吗?", "确认", { confirmButtonText: "确定", cancelButtonText: "取消", type: "warning" }).then(({ value: e2 }) => {
|
|
3025
|
+
Iu(s2, l2, o2);
|
|
3026
|
+
}) : Iu(s2, l2, o2);
|
|
3027
|
+
}
|
|
3028
|
+
function Iu(t2, l2, o2) {
|
|
3029
|
+
if (t2.type != l2) {
|
|
3030
|
+
let e2 = t2.items;
|
|
3031
|
+
if (e2 = e2 && e2.length > 0 && e2[0].isArrayElement ? e2[0].items : null, t2.items = [], "object" == l2) t2.items = e2 || [];
|
|
3032
|
+
else if ("array" == l2) {
|
|
3033
|
+
const l3 = Pu();
|
|
3034
|
+
l3.name = "items", l3.isArrayElement = true, l3.type = "object", l3.value = "", l3.items = e2 || [], t2.items = [l3];
|
|
3035
|
+
}
|
|
3036
|
+
}
|
|
3037
|
+
t2.type = l2, t2.items || (t2.items = []);
|
|
3038
|
+
let n2 = t2.items;
|
|
3039
|
+
if (n2 = n2 && n2.length > 0 && n2[0].isArrayElement ? n2[0].items : n2, o2) {
|
|
3040
|
+
const e2 = {};
|
|
3041
|
+
for (let t3 of n2) t3.value && (e2[t3.value] = t3);
|
|
3042
|
+
const l3 = t2.value ? t2.value.replace("${", "").replace("}", "") : "";
|
|
3043
|
+
for (let t3 of o2) {
|
|
3044
|
+
const o3 = "${" + l3 + "." + t3.name + "}";
|
|
3045
|
+
if (e2[o3]) continue;
|
|
3046
|
+
const a2 = { code: h.v4(), name: t3.name, alias: t3.alias, type: t3.type, value: o3, items: [] };
|
|
3047
|
+
n2.push(a2), e2[o3] = a2;
|
|
3048
|
+
}
|
|
3049
|
+
}
|
|
3050
|
+
e.ElMessage.success("更新服务返回值成功!");
|
|
3051
|
+
}
|
|
3052
|
+
function Fu(e2, t2) {
|
|
3053
|
+
if (!e2) return null;
|
|
3054
|
+
for (let l2 of e2) {
|
|
3055
|
+
if (!l2.isArrayElement && t2 == l2.value) return l2;
|
|
3056
|
+
if (l2.items) {
|
|
3057
|
+
const e3 = Fu(l2.items, t2);
|
|
3058
|
+
if (e3) return e3;
|
|
3059
|
+
}
|
|
3060
|
+
}
|
|
3061
|
+
return null;
|
|
3062
|
+
}
|
|
3063
|
+
function Pu() {
|
|
3064
|
+
return { code: h.v4(), name: "", type: "any", value: "", items: [] };
|
|
3065
|
+
}
|
|
3066
|
+
function Bu(e2, t2) {
|
|
3067
|
+
if (t2) return e2;
|
|
3068
|
+
{
|
|
3069
|
+
let t3 = window.$vueApp.config.globalProperties.baseURL;
|
|
3070
|
+
return e2 && (t3 = y.getSystemBackendUrl(e2)), t3;
|
|
3071
|
+
}
|
|
3072
|
+
}
|
|
3073
|
+
const $u = { class: "dialog-footer" }, Lu = zr(Wo({ name: "DatatableSelect", inheritAttrs: false, __name: "datatable-select", props: { visible: { type: Boolean, default: false }, systemCode: { type: String, default: "" }, systemVersion: { type: Number, default: -1 } }, emits: ["update:visible", "select"], setup(t2, { emit: l2 }) {
|
|
3074
|
+
const o2 = l2, n2 = t2, a2 = zl(false), s2 = zl([]), r2 = zl([]), i2 = zl({ code: "", publishVersion: 1 }), u2 = zl([]), c2 = zl({ searchCode: "", searchName: "" }), d2 = zl({ name: "" }), p2 = zl({ currentPage: 1, pageSize: 20, showTotal: true, total: 0 }), m2 = zl();
|
|
3075
|
+
function f2(e2) {
|
|
3076
|
+
e2 && "" !== e2.trim() ? s2.value = r2.value.filter((t3) => t3.name.toLowerCase().indexOf(e2.toLowerCase()) > -1 || t3.code.toLowerCase().indexOf(e2.toLowerCase()) > -1) : s2.value = r2.value;
|
|
3077
|
+
}
|
|
3078
|
+
function h2(e2) {
|
|
3079
|
+
u2.value = [], p2.value.currentPage = 1, p2.value.total = 0;
|
|
3080
|
+
const t3 = E2(e2);
|
|
3081
|
+
i2.value = t3, w2(i2.value);
|
|
3082
|
+
}
|
|
3083
|
+
function b2() {
|
|
3084
|
+
w2(i2.value);
|
|
3085
|
+
}
|
|
3086
|
+
function w2(e2) {
|
|
3087
|
+
d2.value = { name: "" };
|
|
3088
|
+
const t3 = { code: "MMS_MODULE_PAGE", pagination: { currentPage: p2.value.currentPage, pageSize: p2.value.pageSize, showTotal: true }, searchForm: [], dynamicColumnInfo: [] };
|
|
3089
|
+
c2.value.searchCode && t3.searchForm.push({ leftBracket: "", rightBracket: "", joinSign: "and", propName: "name", operator: "CONTAIN", dataType: "TEXT", propValue: c2.value.searchCode }), c2.value.searchName && t3.searchForm.push({ leftBracket: "", rightBracket: "", joinSign: "and", propName: "alias", operator: "CONTAIN", dataType: "TEXT", propValue: c2.value.searchName });
|
|
3090
|
+
const l3 = e2.code || n2.systemCode;
|
|
3091
|
+
y.http.post(window.$vueApp.config.globalProperties.baseAPI + "/mms/data-tables/list/" + l3 + "/0/" + e2.publishVersion, t3).then((e3) => {
|
|
3092
|
+
u2.value = e3.data, p2.value.pageSize = e3.size, p2.value.total = e3.total;
|
|
3093
|
+
});
|
|
3094
|
+
}
|
|
3095
|
+
function _2(e2) {
|
|
3096
|
+
d2.value = e2;
|
|
3097
|
+
}
|
|
3098
|
+
function V2() {
|
|
3099
|
+
if (d2.value.name) {
|
|
3100
|
+
const e2 = E2(i2.value.code);
|
|
3101
|
+
o2("select", { dataTable: d2.value, system: e2 }), o2("update:visible", false);
|
|
3102
|
+
} else g.ElMessage.warning("请选择一条记录!");
|
|
3103
|
+
}
|
|
3104
|
+
function E2(e2) {
|
|
3105
|
+
const t3 = s2.value.find((t4) => t4.code === e2);
|
|
3106
|
+
if (t3) return JSON.parse(JSON.stringify(t3));
|
|
3107
|
+
}
|
|
3108
|
+
function x2() {
|
|
3109
|
+
o2("update:visible", false);
|
|
3110
|
+
}
|
|
3111
|
+
Oa(() => n2.visible, (e2) => {
|
|
3112
|
+
a2.value = e2, e2 && y.http.get(window.$vueApp.config.globalProperties.baseAPI + "/component/super-charts/findAllSystem").then((e3) => {
|
|
3113
|
+
e3 && e3.forEach((e4) => {
|
|
3114
|
+
e4.name = e4.name + "(" + e4.publishVersion + ")";
|
|
3115
|
+
});
|
|
3116
|
+
const t3 = e3.findIndex((e4) => e4.code === n2.systemCode);
|
|
3117
|
+
i2.value = JSON.parse(JSON.stringify(e3[t3])), s2.value = e3, r2.value = e3, w2(i2.value);
|
|
3118
|
+
});
|
|
3119
|
+
});
|
|
3120
|
+
return (t3, l3) => {
|
|
3121
|
+
const o3 = e.ElOption, n3 = e.ElSelect, r3 = e.ElInput, d3 = e.ElButton, y2 = e.ElHeader, g2 = e.ElTableColumn, E3 = e.ElTable, k2 = e.ElPagination, C2 = e.ElContainer, N2 = e.ElDialog;
|
|
3122
|
+
return Ya(), os(N2, { "append-to-body": "", "destroy-on-close": "", modelValue: a2.value, "onUpdate:modelValue": l3[8] || (l3[8] = (e2) => a2.value = e2), title: "选择数据表", width: "60%", "before-close": x2 }, { footer: Lo(() => [is("div", $u, [us(d3, { type: "default", size: "small", onClick: l3[7] || (l3[7] = (e2) => a2.value = false) }, { default: Lo(() => l3[11] || (l3[11] = [ms("返回", -1)])), _: 1, __: [11] }), us(d3, { size: "small", type: "primary", onClick: V2 }, { default: Lo(() => l3[12] || (l3[12] = [ms(" 确定 ", -1)])), _: 1, __: [12] })])]), default: Lo(() => [us(C2, { style: { height: "400px" } }, { default: Lo(() => [us(y2, { style: { padding: "0", height: "50px" } }, { default: Lo(() => [us(n3, { modelValue: i2.value.code, "onUpdate:modelValue": l3[0] || (l3[0] = (e2) => i2.value.code = e2), onChange: h2, "filter-method": f2, "value-key": "code", size: "small", filterable: "", style: { width: "240px" } }, { default: Lo(() => [(Ya(true), ls(Ga, null, En(s2.value, (e2) => (Ya(), os(o3, { key: e2.code, label: e2.name, value: e2.code }, null, 8, ["label", "value"]))), 128))]), _: 1 }, 8, ["modelValue"]), us(r3, { size: "small", clearable: "", modelValue: c2.value.searchCode, "onUpdate:modelValue": l3[1] || (l3[1] = (e2) => c2.value.searchCode = e2), placeholder: "编码", style: { width: "100px" } }, null, 8, ["modelValue"]), us(r3, { size: "small", clearable: "", modelValue: c2.value.searchName, "onUpdate:modelValue": l3[2] || (l3[2] = (e2) => c2.value.searchName = e2), placeholder: "名称", style: { width: "100px" } }, null, 8, ["modelValue"]), us(d3, { type: "primary", size: "small", icon: Il(v.Search), onClick: l3[3] || (l3[3] = (e2) => {
|
|
3123
|
+
w2(i2.value);
|
|
3124
|
+
}) }, { default: Lo(() => l3[9] || (l3[9] = [ms("查询", -1)])), _: 1, __: [9] }, 8, ["icon"]), us(d3, { size: "small", icon: Il(v.Search), onClick: l3[4] || (l3[4] = (e2) => (c2.value = { searchCode: "", searchName: "" }, void w2(i2.value))) }, { default: Lo(() => l3[10] || (l3[10] = [ms("重置", -1)])), _: 1, __: [10] }, 8, ["icon"])]), _: 1 }), us(E3, { ref_key: "tableRef", ref: m2, "current-row-key": "code", "row-key": "code", onRowClick: _2, data: u2.value, "highlight-current-row": "", style: { width: "100%" } }, { default: Lo(() => [us(g2, { type: "index", width: "50" }), us(g2, { prop: "name", label: "编码" }), us(g2, { prop: "alias", label: "名称" }), us(g2, { prop: "modifierName", label: "修改人" }), us(g2, { prop: "modifiedTime", formatter: (e2) => ((e3) => {
|
|
3125
|
+
let t4 = new Date(e3);
|
|
3126
|
+
return `${t4.getFullYear()}-${("0" + (t4.getMonth() + 1)).slice(-2)}-${("0" + t4.getDate()).slice(-2)} ${("0" + t4.getHours()).slice(-2)}:${("0" + t4.getMinutes()).slice(-2)}:${("0" + t4.getSeconds()).slice(-2)}`;
|
|
3127
|
+
})(e2.modifiedTime), label: "修改时间" }, null, 8, ["formatter"])]), _: 1 }, 8, ["data"]), us(k2, { "current-page": p2.value.currentPage, "onUpdate:currentPage": l3[5] || (l3[5] = (e2) => p2.value.currentPage = e2), "page-size": p2.value.pageSize, "onUpdate:pageSize": l3[6] || (l3[6] = (e2) => p2.value.pageSize = e2), "page-sizes": [20, 30, 50, 100], small: "", background: "", layout: "total, sizes, prev, pager, next, jumper", total: p2.value.total, onSizeChange: b2, onCurrentChange: b2 }, null, 8, ["current-page", "page-size", "total"])]), _: 1 })]), _: 1 }, 8, ["modelValue"]);
|
|
3128
|
+
};
|
|
3129
|
+
} }), [["__scopeId", "data-v-97a53961"]]), Ru = { style: { position: "absolute", right: "0" } }, qu = Wo({ __name: "node-base-config", props: { properties: { type: Object, default: () => ({}) } }, setup: (t2, { expose: l2 }) => (l2({}), (l3, o2) => {
|
|
3130
|
+
const n2 = e.ElInput, a2 = e.ElColorPicker, s2 = e.ElTooltip, r2 = e.ElFormItem;
|
|
3131
|
+
return Ya(), ls(Ga, null, [us(r2, { label: "别名:" }, { default: Lo(() => [us(n2, { modelValue: t2.properties.name, "onUpdate:modelValue": o2[0] || (o2[0] = (e2) => t2.properties.name = e2), placeholder: "", style: { width: "85%" } }, null, 8, ["modelValue"]), us(s2, { effect: "dark", content: "主题颜色", placement: "top" }, { default: Lo(() => [is("span", Ru, [us(a2, { modelValue: t2.properties.backgroundColor, "onUpdate:modelValue": o2[1] || (o2[1] = (e2) => t2.properties.backgroundColor = e2) }, null, 8, ["modelValue"])])]), _: 1 })]), _: 1 }), us(r2, { label: "功能描述:" }, { default: Lo(() => [us(n2, { modelValue: t2.properties.description, "onUpdate:modelValue": o2[2] || (o2[2] = (e2) => t2.properties.description = e2), placeholder: "", style: { width: "85%" } }, null, 8, ["modelValue"])]), _: 1 })], 64);
|
|
3132
|
+
}) }), Hu = Wo({ name: "SqlView", inheritAttrs: false, __name: "sql-view", props: { sql: { type: String, default: null }, height: { type: Number, default: 0 }, theme: { type: String, default: null } }, setup(e2) {
|
|
3133
|
+
const t2 = e2, l2 = zl(null), o2 = zl(), n2 = zl("400px");
|
|
3134
|
+
function a2() {
|
|
3135
|
+
if (l2.value && l2.value.destroy(), t2.height) n2.value = t2.height + "px";
|
|
3136
|
+
else if (o2.value) {
|
|
3137
|
+
const e4 = o2.value.getBoundingClientRect();
|
|
3138
|
+
(e4.y || 0 === e4.y) && (window.innerHeight, e4.y, n2.value = window.innerHeight - e4.y - 100 + "px");
|
|
3139
|
+
}
|
|
3140
|
+
const e3 = r2();
|
|
3141
|
+
let a3 = document.getElementById("cf-codemirror-view-json");
|
|
3142
|
+
a3 && (l2.value = new A.EditorView({ state: e3, parent: a3 }));
|
|
3143
|
+
}
|
|
3144
|
+
dn(() => {
|
|
3145
|
+
co(() => {
|
|
3146
|
+
a2();
|
|
3147
|
+
});
|
|
3148
|
+
}), Oa(() => t2.sql, () => {
|
|
3149
|
+
a2();
|
|
3150
|
+
});
|
|
3151
|
+
const s2 = M.Facet.define({ combine: (e3) => e3.some((e4) => e4) });
|
|
3152
|
+
function r2() {
|
|
3153
|
+
const e3 = A.EditorView.theme({}), l3 = A.EditorView.theme({ ".cm-content, .cm-gutter": { minHeight: n2.value }, "&": { height: n2.value, maxHeight: n2.value, fontSize: "12px" } });
|
|
3154
|
+
return M.EditorState.create({ doc: t2.sql, extensions: [M.EditorState.tabSize.of(16), A.basicSetup, Y.sql(), e3, l3, s2.of(true), A.EditorView.updateListener.of(function(e4) {
|
|
3155
|
+
})] });
|
|
3156
|
+
}
|
|
3157
|
+
return (e3, t3) => (Ya(), ls("div", { style: { width: "100%" }, ref_key: "cfCodemirrorJsonViewRef", ref: o2, id: "cf-codemirror-view-json" }, null, 512));
|
|
3158
|
+
} }), Gu = Wo({ name: "SqlViewDialog", inheritAttrs: false, __name: "sql-view-dialog", props: { sql: { type: String, default: null }, appendToBody: { type: Boolean, default: true }, modelValue: { type: Boolean, default: false } }, emits: ["update:modelValue"], setup(t2, { emit: l2 }) {
|
|
3159
|
+
const o2 = t2, n2 = l2, a2 = zl(false);
|
|
3160
|
+
Oa(() => o2.modelValue, (e2) => {
|
|
3161
|
+
e2 && (a2.value = true);
|
|
3162
|
+
});
|
|
3163
|
+
const s2 = () => {
|
|
3164
|
+
a2.value = false, n2("update:modelValue", false);
|
|
3165
|
+
};
|
|
3166
|
+
return (l3, o3) => {
|
|
3167
|
+
const n3 = e.ElDialog;
|
|
3168
|
+
return Ya(), os(n3, { modelValue: a2.value, "onUpdate:modelValue": o3[0] || (o3[0] = (e2) => a2.value = e2), "append-to-body": t2.appendToBody, title: "SQL预览", width: "600", onClose: s2 }, { default: Lo(() => [us(Hu, { sql: t2.sql, height: 400 }, null, 8, ["sql"])]), _: 1 }, 8, ["modelValue", "append-to-body"]);
|
|
3169
|
+
};
|
|
3170
|
+
} }), Ju = { style: { position: "absolute", right: "0" } }, Wu = { key: 0 }, Ku = { key: 0 }, Qu = { key: 0 }, Xu = { key: 0 }, Yu = { key: 0 }, Zu = { key: 0 }, ec = { key: 0 }, tc = zr(Wo({ __name: "config", props: { properties: { type: Object, default: () => ({ search: {}, noData: {}, result: {} }) }, logicFlowInstance: { type: Object, default: () => ({}) }, currentNode: { type: Object, default: () => ({}) }, pageContext: { type: Object, default: () => ({}) }, service: { type: Object, default: () => ({}) } }, setup(t2, { expose: l2 }) {
|
|
3171
|
+
var _a2, _b;
|
|
3172
|
+
const o2 = Sr(), n2 = t2, a2 = zl(false), s2 = zl(""), r2 = zl(false), i2 = zl([]), u2 = zl(o2.pageContext.systemCode);
|
|
3173
|
+
((_a2 = n2.properties) == null ? void 0 : _a2.dataTableSystemCode) && (u2.value = n2.properties.dataTableSystemCode);
|
|
3174
|
+
const c2 = zl(o2.pageContext.systemVersion);
|
|
3175
|
+
((_b = n2.properties) == null ? void 0 : _b.dataTableSystemVersion) && (c2.value = n2.properties.dataTableSystemVersion), n2.properties.search || (n2.properties.search = {}), n2.properties.noData || (n2.properties.noData = {}), n2.properties.result || (n2.properties.result = {}), dn(() => {
|
|
3176
|
+
if (n2.properties.dataTable && n2.properties.dataTable !== o2.pageContext.tableName) {
|
|
3177
|
+
const t3 = window.$vueApp.config.globalProperties.baseAPI;
|
|
3178
|
+
if (!n2.properties.dataTableSystemVersion) return void e.ElMessage.warning("未获取到数据表对应的版本。请重新选择数据表");
|
|
3179
|
+
y.http.get(t3 + "/mms/data-tables/table-columns?tableName=" + n2.properties.dataTable).then((e2) => {
|
|
3180
|
+
i2.value = e2;
|
|
3181
|
+
});
|
|
3182
|
+
} else i2.value = o2.pageContext.modelFields;
|
|
3183
|
+
});
|
|
3184
|
+
const d2 = (e2, t3, l3) => {
|
|
3185
|
+
e2.$editing = true;
|
|
3186
|
+
}, p2 = (e2, t3, l3) => {
|
|
3187
|
+
"sort" === l3 ? n2.properties.sort.splice(e2, 1) : "search" === l3 && n2.properties.search.conditions.splice(e2, 1);
|
|
3188
|
+
}, m2 = (e2) => {
|
|
3189
|
+
n2.properties.dataTable = e2.dataTable.name, n2.properties.dataTableSystemCode = e2.system.code, n2.properties.dataTableSystemVersion = e2.system.publishVersion, y.http.get(window.$vueApp.config.globalProperties.baseAPI + "/mms/data-tables/table-columns?tableName=" + e2.dataTable.name).then((e3) => {
|
|
3190
|
+
i2.value = e3;
|
|
3191
|
+
});
|
|
3192
|
+
}, f2 = (e2) => {
|
|
3193
|
+
e2 || (n2.properties.dataTable = "", i2.value = o2.pageContext.modelFields);
|
|
3194
|
+
};
|
|
3195
|
+
function h2() {
|
|
3196
|
+
s2.value = "";
|
|
3197
|
+
const e2 = $i(n2.logicFlowInstance.getNodeModelById(n2.currentNode.data.id), n2.service);
|
|
3198
|
+
e2.props = JSON.parse(JSON.stringify(n2.properties));
|
|
3199
|
+
const t3 = Bu(n2.pageContext.backendUrl, n2.pageContext.isTest);
|
|
3200
|
+
y.http.post(t3 + "/dsc/service-flow/test/database-node/show-sql", e2).then((e3) => {
|
|
3201
|
+
a2.value = true, s2.value = e3;
|
|
3202
|
+
});
|
|
3203
|
+
}
|
|
3204
|
+
return l2({ onClose: () => (n2.properties.search.conditions && n2.properties.search.conditions.forEach((e2) => {
|
|
3205
|
+
e2.$editing && delete e2.$editing;
|
|
3206
|
+
}), n2.properties.sort && n2.properties.sort.forEach((e2) => {
|
|
3207
|
+
e2.$editing && delete e2.$editing;
|
|
3208
|
+
}), n2.properties) }), (l3, o3) => {
|
|
3209
|
+
const y2 = e.ElCheckbox, g2 = e.ElButton, b2 = e.ElInput, w2 = e.ElFormItem, _2 = e.ElAlert, V2 = e.ElTableColumn, E2 = e.ElOption, x2 = e.ElSelect, k2 = e.ElTooltip, C2 = e.ElTable, N2 = e.ElRadio, O2 = e.ElRadioGroup, S2 = e.ElDivider, T2 = e.ElForm;
|
|
3210
|
+
return Ya(), ls("div", null, [us(T2, { "label-width": "auto", "label-position": "left", size: "small" }, { default: Lo(() => [us(qu, { properties: t2.properties }, null, 8, ["properties"]), us(w2, { label: "" }, { label: Lo((e2) => [us(y2, { onChange: f2, modelValue: t2.properties.specifyDataTable, "onUpdate:modelValue": o3[0] || (o3[0] = (e3) => t2.properties.specifyDataTable = e3), label: "指定数据表", style: { width: "100px" } }, null, 8, ["modelValue"])]), default: Lo(() => [us(b2, { disabled: !t2.properties.specifyDataTable, modelValue: t2.properties.dataTable, "onUpdate:modelValue": o3[2] || (o3[2] = (e2) => t2.properties.dataTable = e2), readonly: "", style: { width: "85%" } }, { append: Lo(() => [us(g2, { type: "default", icon: Il(v.Search), onClick: o3[1] || (o3[1] = (e2) => r2.value = !r2.value) }, null, 8, ["icon"])]), _: 1 }, 8, ["disabled", "modelValue"]), is("span", Ju, [us(g2, { type: "primary", icon: Il(v.View), onClick: h2 }, { default: Lo(() => o3[19] || (o3[19] = [ms("预览sql", -1)])), _: 1, __: [19] }, 8, ["icon"])]), us(Lu, { visible: r2.value, "onUpdate:visible": o3[3] || (o3[3] = (e2) => r2.value = e2), modelValue: t2.properties.dataTable, "onUpdate:modelValue": o3[4] || (o3[4] = (e2) => t2.properties.dataTable = e2), systemCode: u2.value, systemVersion: c2.value, onSelect: m2 }, null, 8, ["visible", "modelValue", "systemCode", "systemVersion"])]), _: 1 }), us(_2, { title: "查询条件", type: "info", size: "small", closable: false, style: { "margin-bottom": "20px" } }), us(C2, { data: t2.properties.search.conditions, style: { width: "100%", "margin-bottom": "20px" }, "row-key": "code", onRowDblclick: d2, size: "small", border: "", "tree-props": { children: "conditions" }, "default-expand-all": "" }, { default: Lo(() => [us(V2, { type: "index", width: "50", label: "序" }), us(V2, { prop: "name", label: "(((" }, { default: Lo((e2) => [e2.row.$editing ? (Ya(), os(x2, { key: 1, size: "small", modelValue: e2.row.leftBracket, "onUpdate:modelValue": (t3) => e2.row.leftBracket = t3, placeholder: "" }, { default: Lo(() => [us(E2, { label: "", value: "" }), us(E2, { label: "(", value: "(" }), us(E2, { label: "((", value: "((" }), us(E2, { label: "(((", value: "(((" })]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"])) : (Ya(), ls("span", Wu, it(e2.row.leftBracket), 1))]), _: 1 }), us(V2, { prop: "name", label: "字段名" }, { default: Lo((e2) => [e2.row.$editing ? (Ya(), os(x2, { key: 1, modelValue: e2.row.name, "onUpdate:modelValue": (t3) => e2.row.name = t3, placeholder: "", size: "small" }, { default: Lo(() => [(Ya(true), ls(Ga, null, En(i2.value, (e3) => (Ya(), os(E2, { key: e3.name, label: e3.alias, value: e3.name }, null, 8, ["label", "value"]))), 128))]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"])) : (Ya(), ls("span", Ku, it(e2.row.name), 1))]), _: 1 }), us(V2, { prop: "type", label: "比较" }, { default: Lo((e2) => [e2.row.$editing ? (Ya(), os(x2, { key: 1, modelValue: e2.row.operator, "onUpdate:modelValue": (t3) => e2.row.operator = t3, placeholder: "", size: "small" }, { default: Lo(() => [(Ya(true), ls(Ga, null, En(Il(Du), (e3) => (Ya(), os(E2, { key: e3.value, label: e3.label, value: e3.value }, null, 8, ["label", "value"]))), 128))]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"])) : (Ya(), ls("span", Qu, it(Il(Ou)(e2.row.operator, Il(Du))), 1))]), _: 1 }), us(V2, { prop: "value", label: "值", width: "150" }, { default: Lo((e2) => [us(Il(cu), { customInputTypes: ["data"], showLabel: !e2.row.$editing, size: "small", modelValue: e2.row.value, "onUpdate:modelValue": (t3) => e2.row.value = t3 }, null, 8, ["showLabel", "modelValue", "onUpdate:modelValue"])]), _: 1 }), us(V2, { prop: "rightBracket", label: ")))" }, { default: Lo((e2) => [e2.row.$editing ? (Ya(), os(x2, { key: 1, size: "small", modelValue: e2.row.rightBracket, "onUpdate:modelValue": (t3) => e2.row.rightBracket = t3, placeholder: "" }, { default: Lo(() => [us(E2, { label: "", value: "" }), us(E2, { label: ")", value: ")" }), us(E2, { label: "))", value: "))" }), us(E2, { label: ")))", value: ")))" })]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"])) : (Ya(), ls("span", Xu, it(e2.row.rightBracket), 1))]), _: 1 }), us(V2, { prop: "logicOperator", label: "连接符" }, { default: Lo((e2) => [e2.row.$editing ? (Ya(), os(x2, { key: 1, modelValue: e2.row.logicOperator, "onUpdate:modelValue": (t3) => e2.row.logicOperator = t3, placeholder: "", size: "small" }, { default: Lo(() => [(Ya(true), ls(Ga, null, En(Il(Nu), (e3) => (Ya(), os(E2, { key: e3.value, label: e3.label, value: e3.value }, null, 8, ["label", "value"]))), 128))]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"])) : (Ya(), ls("span", Yu, it(Il(Ou)(e2.row.logicOperator, Il(Nu))), 1))]), _: 1 }), us(V2, { align: "center" }, { header: Lo(() => [us(k2, { effect: "dark", content: "添加", placement: "top" }, { default: Lo(() => [us(g2, { type: "primary", size: "small", icon: Il(v.Plus), circle: "", onClick: o3[5] || (o3[5] = (e2) => (n2.properties.search.conditions || (n2.properties.search.conditions = []), void n2.properties.search.conditions.push({ prop: "", $editing: true }))) }, null, 8, ["icon"])]), _: 1 })]), default: Lo((e2) => [is("span", null, [us(k2, { effect: "dark", content: "删除", placement: "top" }, { default: Lo(() => [us(g2, { type: "danger", size: "small", icon: Il(v.Minus), circle: "", onClick: (t3) => p2(e2.$index, e2.row, "search") }, null, 8, ["icon", "onClick"])]), _: 2 }, 1024)])]), _: 1 })]), _: 1 }, 8, ["data"]), us(w2, { label: "", style: { width: "100%" } }, { label: Lo((e2) => [us(y2, { modelValue: t2.properties.search.pageEnable, "onUpdate:modelValue": o3[6] || (o3[6] = (e3) => t2.properties.search.pageEnable = e3), label: "分页(offset)" }, null, 8, ["modelValue"])]), default: Lo(() => [t2.properties.search.pageEnable ? (Ya(), os(Il(cu), { key: 0, modelValue: t2.properties.search.page, "onUpdate:modelValue": o3[7] || (o3[7] = (e2) => t2.properties.search.page = e2), customInputTypes: ["data"], size: "small", placeholder: "从变量中获取分页信息" }, null, 8, ["modelValue"])) : fs("", true)]), _: 1 }), us(w2, { label: "", style: { width: "100%" } }, { label: Lo((e2) => [us(y2, { modelValue: t2.properties.search.limitEnable, "onUpdate:modelValue": o3[8] || (o3[8] = (e3) => t2.properties.search.limitEnable = e3), label: "限制数量(limit)" }, null, 8, ["modelValue"])]), default: Lo(() => [t2.properties.search.limitEnable ? (Ya(), os(Il(cu), { key: 0, modelValue: t2.properties.search.limit, "onUpdate:modelValue": o3[9] || (o3[9] = (e2) => t2.properties.search.limit = e2), customInputTypes: ["data"], size: "small", placeholder: "从变量中获取分页大小" }, null, 8, ["modelValue"])) : fs("", true)]), _: 1 }), us(w2, { label: "", style: { width: "100%" } }, { label: Lo((e2) => [us(y2, { modelValue: t2.properties.search.totalEnable, "onUpdate:modelValue": o3[10] || (o3[10] = (e3) => t2.properties.search.totalEnable = e3), label: "设置总条数到变量" }, null, 8, ["modelValue"])]), default: Lo(() => [t2.properties.search.totalEnable ? (Ya(), os(Il(cu), { key: 0, customInputTypes: ["data"], size: "small", modelValue: t2.properties.search.total, "onUpdate:modelValue": o3[11] || (o3[11] = (e2) => t2.properties.search.total = e2) }, null, 8, ["modelValue"])) : fs("", true)]), _: 1 }), us(_2, { title: "排序设置", type: "info", size: "small", closable: false, style: { "margin-bottom": "20px" } }), us(C2, { data: t2.properties.sort, style: { width: "100%", "margin-top": "20px", "margin-bottom": "20px" }, "row-key": "code", onRowDblclick: d2, size: "small", border: "", "tree-props": { children: "conditions" }, "default-expand-all": "" }, { default: Lo(() => [us(V2, { type: "index", width: "50", label: "序" }), us(V2, { prop: "name", label: "字段名" }, { default: Lo((e2) => [e2.row.$editing ? (Ya(), os(x2, { key: 1, modelValue: e2.row.name, "onUpdate:modelValue": (t3) => e2.row.name = t3, placeholder: "", size: "small" }, { default: Lo(() => [(Ya(true), ls(Ga, null, En(i2.value, (e3) => (Ya(), os(E2, { key: e3.name, label: e3.alias, value: e3.name }, null, 8, ["label", "value"]))), 128))]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"])) : (Ya(), ls("span", Zu, it(e2.row.name), 1))]), _: 1 }), us(V2, { prop: "order", label: "排序方式" }, { default: Lo((e2) => [e2.row.$editing ? (Ya(), os(x2, { key: 1, size: "small", modelValue: e2.row.order, "onUpdate:modelValue": (t3) => e2.row.order = t3, placeholder: "" }, { default: Lo(() => [us(E2, { label: "升序", value: "asc" }), us(E2, { label: "降序", value: "desc" })]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"])) : (Ya(), ls("span", ec, it(e2.row.order), 1))]), _: 1 }), us(V2, { align: "center" }, { header: Lo(() => [us(k2, { effect: "dark", content: "添加", placement: "top" }, { default: Lo(() => [us(g2, { type: "primary", size: "small", icon: Il(v.Plus), circle: "", onClick: o3[12] || (o3[12] = (e2) => (n2.properties.sort || (n2.properties.sort = []), void n2.properties.sort.push({ prop: "", order: "asc", $editing: true }))) }, null, 8, ["icon"])]), _: 1 })]), default: Lo((e2) => [is("span", null, [us(k2, { effect: "dark", content: "删除", placement: "top" }, { default: Lo(() => [us(g2, { type: "danger", size: "small", icon: Il(v.Minus), circle: "", onClick: (t3) => p2(e2.$index, e2.row, "sort") }, null, 8, ["icon", "onClick"])]), _: 2 }, 1024)])]), _: 1 })]), _: 1 }, 8, ["data"]), us(_2, { title: "查询结果设置", type: "info", size: "small", closable: false, style: { "margin-bottom": "20px" } }), us(w2, { label: "", style: { width: "100%" } }, { default: Lo(() => [us(O2, { modelValue: t2.properties.result.valueSetScope, "onUpdate:modelValue": o3[13] || (o3[13] = (e2) => t2.properties.result.valueSetScope = e2), class: "ml-4" }, { default: Lo(() => [us(N2, { value: "first" }, { default: Lo(() => o3[20] || (o3[20] = [ms("仅第一条", -1)])), _: 1, __: [20] }), us(N2, { value: "all" }, { default: Lo(() => o3[21] || (o3[21] = [ms(" 全部 ", -1)])), _: 1, __: [21] })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), us(w2, { label: "设置到:", style: { width: "100%" } }, { default: Lo(() => [us(Il(cu), { paramTypes: ["task", "data", "service"], size: "small", inputSize: "default", modelValue: t2.properties.result.setTo, "onUpdate:modelValue": o3[14] || (o3[14] = (e2) => t2.properties.result.setTo = e2) }, null, 8, ["modelValue"])]), _: 1 }), us(_2, { title: "对象不存在时", type: "info", size: "small", closable: false, style: { "margin-bottom": "20px" } }), us(w2, { label: "", style: { width: "100%" } }, { default: Lo(() => [us(N2, { modelValue: t2.properties.noData.action, "onUpdate:modelValue": o3[15] || (o3[15] = (e2) => t2.properties.noData.action = e2), value: " ", style: { width: "150px" } }, { default: Lo(() => o3[22] || (o3[22] = [ms(" 继续 ", -1)])), _: 1, __: [22] }, 8, ["modelValue"])]), _: 1 }), us(w2, { label: "", style: { width: "100%" } }, { label: Lo((e2) => [us(N2, { modelValue: t2.properties.noData.action, "onUpdate:modelValue": o3[16] || (o3[16] = (e3) => t2.properties.noData.action = e3), value: "throwException", label: "无数据时抛异常" }, null, 8, ["modelValue"])]), default: Lo(() => [us(b2, { disabled: "throwException" !== t2.properties.noData.action, modelValue: t2.properties.noData.exceptionMessage, "onUpdate:modelValue": o3[17] || (o3[17] = (e2) => t2.properties.noData.exceptionMessage = e2), placeholder: "自定义异常消息" }, null, 8, ["disabled", "modelValue"])]), _: 1 }), us(S2)]), _: 1 }), us(Il(Gu), { sql: s2.value, "model-value": a2.value, "onUpdate:modelValue": o3[18] || (o3[18] = (e2) => a2.value = e2) }, null, 8, ["sql", "model-value"])]);
|
|
3211
|
+
};
|
|
3212
|
+
} }), [["__scopeId", "data-v-fd9b3d22"]]), lc = Object.freeze(Object.defineProperty({ __proto__: null, default: tc }, Symbol.toStringTag, { value: "Module" })), oc = { key: 0 }, nc = { key: 0 }, ac = { key: 0 }, sc = { key: 0 }, rc = Wo({ __name: "dimension-statistical", props: { properties: { type: Object, default: () => ({ statistics: {} }) }, dataTableColumns: { type: Array, default: () => [] } }, emits: ["change"], setup(t2, { emit: l2 }) {
|
|
3213
|
+
const o2 = t2, n2 = l2;
|
|
3214
|
+
function a2(e2, t3, l3) {
|
|
3215
|
+
e2.$editing = true;
|
|
3216
|
+
}
|
|
3217
|
+
const s2 = (e2, t3) => {
|
|
3218
|
+
t3 && o2.dataTableColumns.forEach((l3) => {
|
|
3219
|
+
l3.dbColumnName === e2 && (t3.dataType = l3.dataType, "DATE" !== t3.dataType && "TIME" !== l3.dataType && (t3.dateFormat = ""));
|
|
3220
|
+
}), n2("change", e2);
|
|
3221
|
+
};
|
|
3222
|
+
return (l3, r2) => {
|
|
3223
|
+
const i2 = e.ElTableColumn, u2 = e.ElOption, c2 = e.ElSelect, d2 = e.ElInput, p2 = e.ElButton, m2 = e.ElTooltip, f2 = e.ElTable;
|
|
3224
|
+
return Ya(), os(f2, { data: t2.properties.statistics, style: { width: "100%", "margin-bottom": "20px" }, "row-key": "name", onRowDblclick: a2, size: "small", border: "", "default-expand-all": "" }, { default: Lo(() => [us(i2, { type: "index", width: "50", label: "序号", align: "center" }), us(i2, { prop: "name", label: "字段名" }, { default: Lo((e2) => [e2.row.$editing ? (Ya(), os(c2, { key: 1, onChange: (t3) => s2(t3, e2.row), modelValue: e2.row.name, "onUpdate:modelValue": (t3) => e2.row.name = t3, placeholder: "", size: "small", filterable: "" }, { default: Lo(() => [(Ya(true), ls(Ga, null, En(t2.dataTableColumns, (e3) => (Ya(), os(u2, { key: e3.dbColumnName, label: e3.alias + "(" + e3.dbColumnName + ")", value: e3.dbColumnName }, null, 8, ["label", "value"]))), 128))]), _: 2 }, 1032, ["onChange", "modelValue", "onUpdate:modelValue"])) : (Ya(), ls("span", oc, it(e2.row.name), 1))]), _: 1 }), us(i2, { prop: "name", label: "日期格式化", width: "120" }, { default: Lo((e2) => [e2.row.$editing ? (Ya(), os(c2, { key: 1, disabled: "DATE" !== e2.row.dataType && "TIME" !== e2.row.dataType, filterable: true, "allow-create": true, modelValue: e2.row.dateFormat, "onUpdate:modelValue": (t3) => e2.row.dateFormat = t3, placeholder: "", size: "small" }, { default: Lo(() => [(Ya(true), ls(Ga, null, En(Il(Su), (e3) => (Ya(), os(u2, { key: e3.value, label: e3.label, value: e3.value }, null, 8, ["label", "value"]))), 128))]), _: 2 }, 1032, ["disabled", "modelValue", "onUpdate:modelValue"])) : (Ya(), ls("span", nc, it(e2.row.dateFormat), 1))]), _: 1 }), us(i2, { prop: "newName", label: "新字段名", width: "160" }, { default: Lo((e2) => [e2.row.$editing ? (Ya(), os(d2, { key: 1, modelValue: e2.row.newName, "onUpdate:modelValue": (t3) => e2.row.newName = t3, size: "small", onChange: (t3) => n2("change", e2.row) }, null, 8, ["modelValue", "onUpdate:modelValue", "onChange"])) : (Ya(), ls("span", ac, it(e2.row.newName), 1))]), _: 1 }), us(i2, { prop: "dynamicValue", label: "动态维度值" }, { default: Lo((e2) => [e2.row.$editing ? (Ya(), os(d2, { key: 1, modelValue: e2.row.dynamicValue, "onUpdate:modelValue": (t3) => e2.row.dynamicValue = t3, size: "small" }, null, 8, ["modelValue", "onUpdate:modelValue"])) : (Ya(), ls("span", sc, it(e2.row.dynamicValue), 1))]), _: 1 }), us(i2, { align: "center", width: "80" }, { header: Lo(() => [us(m2, { effect: "dark", content: "添加", placement: "top" }, { default: Lo(() => [us(p2, { type: "primary", size: "small", icon: Il(v.Plus), circle: "", onClick: r2[0] || (r2[0] = (e2) => (o2.properties.statistics || (o2.properties.statistics = []), void o2.properties.statistics.push({ $editing: true }))) }, null, 8, ["icon"])]), _: 1 })]), default: Lo((e2) => [is("span", null, [us(m2, { effect: "dark", content: "删除", placement: "top" }, { default: Lo(() => [us(p2, { type: "danger", size: "small", icon: Il(v.Minus), circle: "", onClick: (t3) => {
|
|
3225
|
+
return l4 = e2.$index, e2.row, o2.properties.statistics.splice(l4, 1), void s2("", null);
|
|
3226
|
+
var l4;
|
|
3227
|
+
} }, null, 8, ["icon", "onClick"])]), _: 2 }, 1024)])]), _: 1 })]), _: 1 }, 8, ["data"]);
|
|
3228
|
+
};
|
|
3229
|
+
} }), ic = { key: 0 }, uc = { key: 0 }, cc = { key: 0 }, dc = Wo({ __name: "statistical-formula", props: { properties: { type: Object, default: () => ({ statisticalFormulas: {} }) }, dataTableColumns: { type: Array, default: () => [] } }, emits: ["change"], setup(t2, { emit: l2 }) {
|
|
3230
|
+
const o2 = t2, n2 = l2, a2 = () => {
|
|
3231
|
+
};
|
|
3232
|
+
return (l3, s2) => {
|
|
3233
|
+
const r2 = e.ElTableColumn, i2 = e.ElOption, u2 = e.ElSelect, c2 = e.ElInput, d2 = e.ElButton, p2 = e.ElTooltip, m2 = e.ElTable;
|
|
3234
|
+
return Ya(), os(m2, { data: t2.properties.statisticalFormulas, "row-key": "name", onRowDblclick: a2, size: "small", border: "", "default-expand-all": "" }, { default: Lo(() => [us(r2, { type: "index", width: "50", label: "序号" }), us(r2, { prop: "name", label: "字段名" }, { default: Lo((e2) => [e2.row.$editing ? (Ya(), os(u2, { key: 1, filterable: true, modelValue: e2.row.name, "onUpdate:modelValue": (t3) => e2.row.name = t3, placeholder: "", size: "small", onChange: s2[0] || (s2[0] = (e3) => n2("change")) }, { default: Lo(() => [(Ya(true), ls(Ga, null, En(t2.dataTableColumns, (e3) => (Ya(), os(i2, { key: e3.dbColumnName, label: e3.alias + "(" + e3.dbColumnName + ")", value: e3.dbColumnName }, null, 8, ["label", "value"]))), 128))]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"])) : (Ya(), ls("span", ic, it(e2.row.name), 1))]), _: 1 }), us(r2, { prop: "formula", label: "公式" }, { default: Lo((e2) => [e2.row.$editing ? (Ya(), os(u2, { key: 1, filterable: true, "allow-create": true, modelValue: e2.row.formula, "onUpdate:modelValue": (t3) => e2.row.formula = t3, placeholder: "", size: "small", onChange: s2[1] || (s2[1] = (e3) => n2("change")) }, { default: Lo(() => [(Ya(true), ls(Ga, null, En(Il(Tu), (e3) => (Ya(), os(i2, { key: e3.value, label: e3.label, value: e3.value }, null, 8, ["label", "value"]))), 128))]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"])) : (Ya(), ls("span", uc, it(e2.row.formula), 1))]), _: 1 }), us(r2, { prop: "newName", label: "新字段名", width: "160" }, { default: Lo((e2) => [e2.row.$editing ? (Ya(), os(c2, { key: 1, modelValue: e2.row.newName, "onUpdate:modelValue": (t3) => e2.row.newName = t3, placeholder: "", size: "small", onChange: s2[2] || (s2[2] = (e3) => n2("change")) }, null, 8, ["modelValue", "onUpdate:modelValue"])) : (Ya(), ls("span", cc, it(e2.row.newName), 1))]), _: 1 }), us(r2, { align: "center", width: "80" }, { header: Lo(() => [us(p2, { effect: "dark", content: "添加", placement: "top" }, { default: Lo(() => [us(d2, { type: "primary", size: "small", icon: Il(v.Plus), circle: "", onClick: s2[3] || (s2[3] = (e2) => (o2.properties.statisticalFormulas || (o2.properties.statisticalFormulas = []), void o2.properties.statisticalFormulas.push({ $editing: true }))) }, null, 8, ["icon"])]), _: 1 })]), default: Lo((e2) => [is("span", null, [us(p2, { effect: "dark", content: "删除", placement: "top" }, { default: Lo(() => [us(d2, { type: "danger", size: "small", icon: Il(v.Minus), circle: "", onClick: (t3) => {
|
|
3235
|
+
return l4 = e2.$index, e2.row, void o2.properties.statisticalFormulas.splice(l4, 1);
|
|
3236
|
+
var l4;
|
|
3237
|
+
} }, null, 8, ["icon", "onClick"])]), _: 2 }, 1024)])]), _: 1 })]), _: 1 }, 8, ["data"]);
|
|
3238
|
+
};
|
|
3239
|
+
} }), pc = { key: 0 }, mc = { key: 0 }, fc = { key: 0 }, vc = { key: 0 }, hc = { key: 0 }, yc = { key: 0 }, gc = Wo({ __name: "filter-conditions", props: { properties: { type: Object, default: () => ({ filterConditions: [] }) }, dataTableColumns: { type: Array, default: () => [] } }, setup(t2) {
|
|
3240
|
+
const l2 = t2, o2 = (e2) => {
|
|
3241
|
+
n2(e2);
|
|
3242
|
+
};
|
|
3243
|
+
function n2(e2) {
|
|
3244
|
+
e2.$editing = true;
|
|
3245
|
+
}
|
|
3246
|
+
return (a2, s2) => {
|
|
3247
|
+
const r2 = e.ElTableColumn, i2 = e.ElOption, u2 = e.ElSelect, c2 = e.ElButton, d2 = e.ElTooltip, p2 = e.ElTable;
|
|
3248
|
+
return Ya(), os(p2, { data: t2.properties.filterConditions, style: { width: "100%", "margin-bottom": "20px" }, "row-key": "name", onRowClick: o2, size: "small", border: "", "default-expand-all": "" }, { default: Lo(() => [us(r2, { type: "index", width: "50", label: "序号", align: "center" }), us(r2, { prop: "leftBracket", label: "((((", width: "60" }, { default: Lo((e2) => [e2.row.$editing ? (Ya(), os(u2, { key: 1, size: "small", modelValue: e2.row.leftBracket, "onUpdate:modelValue": (t3) => e2.row.leftBracket = t3, placeholder: "", clearable: "" }, { default: Lo(() => [us(i2, { label: "(", value: "(" }), us(i2, { label: "((", value: "((" }), us(i2, { label: "(((", value: "(((" }), us(i2, { label: "((((", value: "((((" })]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"])) : (Ya(), ls("span", pc, it(e2.row.leftBracket), 1))]), _: 1 }), us(r2, { prop: "name", label: "字段名" }, { default: Lo((e2) => [e2.row.$editing ? (Ya(), os(u2, { key: 1, modelValue: e2.row.propName, "onUpdate:modelValue": (t3) => e2.row.propName = t3, placeholder: "", filterable: true, "allow-create": true, size: "small", onChange: (t3) => function(e3, t4) {
|
|
3249
|
+
if (!t4 || !l2.dataTableColumns) return;
|
|
3250
|
+
const o3 = l2.dataTableColumns.filter((e4) => e4.name == t4.propName || e4.dbColumnName == t4.propName), n3 = t4.dataType;
|
|
3251
|
+
o3 && o3.length > 0 ? t4.dataType = o3[0].dataType : t4.dataType = "TEXT", n3 != t4.dataType && (t4.operator = null);
|
|
3252
|
+
}(a2.val, e2.row), title: e2.row.propName }, { default: Lo(() => [(Ya(true), ls(Ga, null, En(t2.dataTableColumns, (e3) => (Ya(), os(i2, { key: e3.dbColumnName, label: e3.alias + "(" + e3.dbColumnName + ")", value: e3.dbColumnName }, null, 8, ["label", "value"]))), 128))]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue", "onChange", "title"])) : (Ya(), ls("span", mc, it(e2.row.propName), 1))]), _: 1 }), us(r2, { prop: "operator", label: "操作符", width: "100" }, { default: Lo((e2) => [e2.row.$editing ? (Ya(), os(u2, { key: 1, modelValue: e2.row.operator, "onUpdate:modelValue": (t3) => e2.row.operator = t3, placeholder: "", size: "small", title: e2.row.operator }, { default: Lo(() => [qo(us(i2, { label: "大于", value: "GT" }, null, 512), [[er, "INTEGER" == e2.row.dataType || "LONG" == e2.row.dataType || "FLOAT" == e2.row.dataType || "DOUBLE" == e2.row.dataType]]), qo(us(i2, { label: "小于", value: "LT" }, null, 512), [[er, "INTEGER" == e2.row.dataType || "LONG" == e2.row.dataType || "FLOAT" == e2.row.dataType || "DOUBLE" == e2.row.dataType]]), qo(us(i2, { label: "大于", value: "GT" }, null, 512), [[er, "DATE" == e2.row.dataType || "TIME" == e2.row.dataType]]), qo(us(i2, { label: "小于", value: "LT" }, null, 512), [[er, "DATE" == e2.row.dataType || "TIME" == e2.row.dataType]]), us(i2, { label: "等于", value: "EQ" }), qo(us(i2, { label: "小于等于", value: "LET" }, null, 512), [[er, "INTEGER" == e2.row.dataType || "LONG" == e2.row.dataType || "FLOAT" == e2.row.dataType || "DOUBLE" == e2.row.dataType]]), qo(us(i2, { label: "大于等于", value: "GET" }, null, 512), [[er, "INTEGER" == e2.row.dataType || "LONG" == e2.row.dataType || "FLOAT" == e2.row.dataType || "DOUBLE" == e2.row.dataType]]), qo(us(i2, { label: "小于等于", value: "LET" }, null, 512), [[er, "DATE" == e2.row.dataType || "TIME" == e2.row.dataType]]), qo(us(i2, { label: "大于等于", value: "GET" }, null, 512), [[er, "DATE" == e2.row.dataType || "TIME" == e2.row.dataType]]), us(i2, { label: "不等于", value: "NET" }), qo(us(i2, { label: "包含", value: "CONTAIN" }, null, 512), [[er, "TEXT" == e2.row.dataType]]), qo(us(i2, { label: "左匹配", value: "LEFT_LIKE" }, null, 512), [[er, "TEXT" == e2.row.dataType]]), qo(us(i2, { label: "右匹配", value: "RIGHT_LIKE" }, null, 512), [[er, "TEXT" == e2.row.dataType]]), qo(us(i2, { label: "不包含", value: "NOT_CONTAIN" }, null, 512), [[er, "TEXT" == e2.row.dataType]]), qo(us(i2, { label: "IN", value: "RANGE_QUERY" }, null, 512), [[er, "TEXT" == e2.row.dataType || "LONG" == e2.row.dataType || "INTEGER" == e2.row.dataType]]), us(i2, { label: "等于Null", value: "IS_NULL" }), us(i2, { label: "不等于Null", value: "IS_NOT_NULL" })]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue", "title"])) : (Ya(), ls("span", fc, it(e2.row.operator), 1))]), _: 1 }), us(r2, { prop: "propValue", label: "值" }, { default: Lo((e2) => [us(Il(cu), { showLabel: !e2.row.$editing, size: "small", paramTypes: ["system", "context", "service", "request", "fixed"], modelValue: e2.row.propValue, "onUpdate:modelValue": (t3) => e2.row.propValue = t3 }, null, 8, ["showLabel", "modelValue", "onUpdate:modelValue"])]), _: 1 }), us(r2, { prop: "rightBracket", label: "))))", width: "60" }, { default: Lo((e2) => [e2.row.$editing ? (Ya(), os(u2, { key: 1, size: "small", modelValue: e2.row.rightBracket, "onUpdate:modelValue": (t3) => e2.row.rightBracket = t3, placeholder: "", clearable: "" }, { default: Lo(() => [us(i2, { label: ")", value: ")" }), us(i2, { label: "))", value: "))" }), us(i2, { label: ")))", value: ")))" }), us(i2, { label: "))))", value: "))))" })]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"])) : (Ya(), ls("span", vc, it(e2.row.rightBracket), 1))]), _: 1 }), us(r2, { prop: "joinSign", label: "连接符", width: "70" }, { default: Lo((e2) => [e2.row.$editing ? (Ya(), os(u2, { key: 1, modelValue: e2.row.logicOperator, "onUpdate:modelValue": (t3) => e2.row.logicOperator = t3, clearable: "", placeholder: "", size: "small" }, { default: Lo(() => [(Ya(true), ls(Ga, null, En(Il(Nu), (e3) => (Ya(), os(i2, { key: e3.value, label: e3.label, value: e3.value }, null, 8, ["label", "value"]))), 128))]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"])) : (Ya(), ls("span", hc, it(e2.row.logicOperator), 1))]), _: 1 }), us(r2, { prop: "variableIsNull", label: "变量为空时", width: "120" }, { default: Lo((e2) => [e2.row.$editing ? (Ya(), os(u2, { key: 1, modelValue: e2.row.variableIsNull, "onUpdate:modelValue": (t3) => e2.row.variableIsNull = t3, clearable: "", placeholder: "请选择" }, { default: Lo(() => [us(i2, { label: "Null", value: "null" }), us(i2, { label: "忽略(1=1)", value: "ignore" }), us(i2, { label: "不符合(1<>1)", value: "notequal" })]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"])) : (Ya(), ls("span", yc, it(e2.row.variableIsNull), 1))]), _: 1 }), us(r2, { align: "center", width: "60" }, { header: Lo(() => [us(d2, { effect: "dark", content: "添加", placement: "top" }, { default: Lo(() => [us(c2, { type: "primary", size: "small", icon: Il(v.Plus), circle: "", onClick: s2[0] || (s2[0] = (e2) => (() => {
|
|
3253
|
+
l2.properties.filterConditions || (l2.properties.filterConditions = []);
|
|
3254
|
+
const e3 = { code: h.v4() };
|
|
3255
|
+
l2.properties.filterConditions.push(e3), n2(e3);
|
|
3256
|
+
})()) }, null, 8, ["icon"])]), _: 1 })]), default: Lo((e2) => [is("span", null, [us(d2, { effect: "dark", content: "删除", placement: "top" }, { default: Lo(() => [us(c2, { type: "danger", size: "small", icon: Il(v.Minus), circle: "", onClick: (t3) => {
|
|
3257
|
+
return o3 = e2.$index, e2.row, void l2.properties.filterConditions.splice(o3, 1);
|
|
3258
|
+
var o3;
|
|
3259
|
+
} }, null, 8, ["icon", "onClick"])]), _: 2 }, 1024)])]), _: 1 })]), _: 1 }, 8, ["data"]);
|
|
3260
|
+
};
|
|
3261
|
+
} }), bc = { key: 0 }, wc = { key: 0 }, _c = { key: 0 }, Vc = Wo({ __name: "sort-conditions", props: { properties: { type: Object, default: () => ({ sortConditions: [] }) }, dataTableColumns: { type: Array, default: () => [] } }, setup(t2) {
|
|
3262
|
+
const l2 = t2, o2 = () => {
|
|
3263
|
+
};
|
|
3264
|
+
return (n2, a2) => {
|
|
3265
|
+
const s2 = e.ElTableColumn, r2 = e.ElOption, i2 = e.ElSelect, u2 = e.ElInput, c2 = e.ElButton, d2 = e.ElTooltip, p2 = e.ElTable;
|
|
3266
|
+
return Ya(), os(p2, { data: t2.properties.sortConditions, style: { width: "100%", "margin-bottom": "20px" }, "row-key": "name", onRowDblclick: o2, size: "small", border: "", "default-expand-all": "" }, { default: Lo(() => [us(s2, { type: "index", width: "50", label: "序号", align: "center" }), us(s2, { prop: "name", label: "字段名" }, { default: Lo((e2) => [e2.row.$editing ? (Ya(), os(i2, { key: 1, modelValue: e2.row.name, "onUpdate:modelValue": (t3) => e2.row.name = t3, placeholder: "", size: "small" }, { default: Lo(() => [(Ya(true), ls(Ga, null, En(t2.dataTableColumns, (e3) => (Ya(), os(r2, { key: e3.name, label: e3.alias, value: e3.name }, null, 8, ["label", "value"]))), 128))]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"])) : (Ya(), ls("span", bc, it(e2.row.name), 1))]), _: 1 }), us(s2, { prop: "order", label: "排序方式" }, { default: Lo((e2) => [e2.row.$editing ? (Ya(), os(i2, { key: 1, size: "small", modelValue: e2.row.order, "onUpdate:modelValue": (t3) => e2.row.order = t3, placeholder: "" }, { default: Lo(() => [us(r2, { label: "升序", value: "asc" }), us(r2, { label: "降序", value: "desc" })]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"])) : (Ya(), ls("span", wc, it(e2.row.order), 1))]), _: 1 }), us(s2, { prop: "name", label: "动态排序值" }, { default: Lo((e2) => [e2.row.$editing ? (Ya(), os(u2, { key: 1, modelValue: e2.row.dynamicSortValue, "onUpdate:modelValue": (t3) => e2.row.dynamicSortValue = t3, size: "small" }, null, 8, ["modelValue", "onUpdate:modelValue"])) : (Ya(), ls("span", _c, it(e2.row.dynamicSortValue), 1))]), _: 1 }), us(s2, { align: "center", width: "90" }, { header: Lo(() => [us(d2, { effect: "dark", content: "添加", placement: "top" }, { default: Lo(() => [us(c2, { type: "primary", size: "small", icon: Il(v.Plus), circle: "", onClick: a2[0] || (a2[0] = (e2) => (l2.properties.sortConditions || (l2.properties.sortConditions = []), void l2.properties.sortConditions.push({ $editing: true }))) }, null, 8, ["icon"])]), _: 1 })]), default: Lo((e2) => [is("span", null, [us(d2, { effect: "dark", content: "删除", placement: "top" }, { default: Lo(() => [us(c2, { type: "danger", size: "small", icon: Il(v.Minus), circle: "", onClick: (t3) => {
|
|
3267
|
+
return o3 = e2.$index, e2.row, void l2.properties.sortConditions.splice(o3, 1);
|
|
3268
|
+
var o3;
|
|
3269
|
+
} }, null, 8, ["icon", "onClick"])]), _: 2 }, 1024)])]), _: 1 })]), _: 1 }, 8, ["data"]);
|
|
3270
|
+
};
|
|
3271
|
+
} }), Ec = { style: { position: "absolute", right: "0" } }, xc = { style: { display: "flex" } }, kc = zr(Wo({ __name: "config", props: { properties: { type: Object, default: () => ({ search: {}, noData: {}, result: {} }) }, logicFlowInstance: { type: Object, default: () => ({}) }, currentNode: { type: Object, default: () => ({}) }, pageContext: { type: Object, default: () => ({}) }, service: { type: Object, default: () => ({}) } }, setup(t2, { expose: l2 }) {
|
|
3272
|
+
var _a2, _b;
|
|
3273
|
+
const o2 = Sr(), n2 = t2;
|
|
3274
|
+
n2.properties.result || (n2.properties.result = {});
|
|
3275
|
+
const a2 = zl(false), s2 = zl(o2.pageContext.systemCode);
|
|
3276
|
+
((_a2 = n2.properties) == null ? void 0 : _a2.dataTableSystemCode) && (s2.value = n2.properties.dataTableSystemCode);
|
|
3277
|
+
const r2 = zl(o2.pageContext.systemVersion);
|
|
3278
|
+
((_b = n2.properties) == null ? void 0 : _b.dataTableSystemVersion) && (r2.value = n2.properties.dataTableSystemVersion);
|
|
3279
|
+
const i2 = zl([]), u2 = zl([]), c2 = zl([]);
|
|
3280
|
+
n2.properties.result.valueSetScope || (n2.properties.result.valueSetScope = "all");
|
|
3281
|
+
const d2 = zl("array"), p2 = zl(false), m2 = zl("");
|
|
3282
|
+
function f2() {
|
|
3283
|
+
"first" == n2.properties.result.valueSetScope ? d2.value = "object" : d2.value = "array";
|
|
3284
|
+
}
|
|
3285
|
+
function h2() {
|
|
3286
|
+
const e2 = n2.properties.dataTable;
|
|
3287
|
+
n2.properties.dataTableSystemCode, n2.properties.dataTableSystemVersion;
|
|
3288
|
+
e2 ? function(e3, t3, l3) {
|
|
3289
|
+
let o3 = window.$vueApp.config.globalProperties.baseAPI + "/mms/data-tables/table-columns";
|
|
3290
|
+
return o3 += "?tableName=" + (l3 || ""), y.http.get(o3);
|
|
3291
|
+
}(0, 0, e2).then((e3) => {
|
|
3292
|
+
i2.value = e3, u2.value = i2.value;
|
|
3293
|
+
}) : (i2.value = [], u2.value = i2.value);
|
|
3294
|
+
}
|
|
3295
|
+
dn(() => {
|
|
3296
|
+
h2(), b2();
|
|
3297
|
+
});
|
|
3298
|
+
const g2 = (e2) => {
|
|
3299
|
+
n2.properties.dataTable = e2.dataTable.name, n2.properties.dataTableSystemCode = e2.system.code, n2.properties.dataTableSystemVersion = e2.system.publishVersion, s2.value = n2.properties.dataTableSystemCode, h2();
|
|
3300
|
+
}, b2 = () => {
|
|
3301
|
+
c2.value = [];
|
|
3302
|
+
const e2 = [];
|
|
3303
|
+
n2.properties.statistics && n2.properties.statistics.forEach((t3) => {
|
|
3304
|
+
const l3 = t3.newName ? t3.newName : t3.name;
|
|
3305
|
+
l3 && e2.push({ type: "string", name: l3, alias: l3 });
|
|
3306
|
+
}), n2.properties.statisticalFormulas && n2.properties.statisticalFormulas.forEach((t3) => {
|
|
3307
|
+
if (t3.formula) {
|
|
3308
|
+
const l3 = t3.newName ? t3.newName : t3.name;
|
|
3309
|
+
l3 && !e2.includes(l3) && e2.push({ type: "number", name: l3, alias: l3 });
|
|
3310
|
+
}
|
|
3311
|
+
}), c2.value = e2;
|
|
3312
|
+
};
|
|
3313
|
+
function w2() {
|
|
3314
|
+
if (!n2.properties.result.setTo) return void e.ElMessage.error("请先设置结果参数!");
|
|
3315
|
+
const t3 = "first" == n2.properties.result.valueSetScope ? "object" : "array";
|
|
3316
|
+
Uu(n2.properties.result.setTo, t3, c2.value);
|
|
3317
|
+
}
|
|
3318
|
+
function _2() {
|
|
3319
|
+
if (!n2.properties.result.setTo) return void e.ElMessage.error("请先设置结果参数!");
|
|
3320
|
+
const t3 = "first" == n2.properties.result.valueSetScope ? "object" : "array";
|
|
3321
|
+
ju(n2.properties.result.setTo, t3, c2.value);
|
|
3322
|
+
}
|
|
3323
|
+
function V2() {
|
|
3324
|
+
m2.value = "";
|
|
3325
|
+
const e2 = $i(n2.logicFlowInstance.getNodeModelById(n2.currentNode.data.id), n2.service);
|
|
3326
|
+
e2.props = JSON.parse(JSON.stringify(n2.properties));
|
|
3327
|
+
const t3 = Bu(n2.pageContext.backendUrl, n2.pageContext.isTest);
|
|
3328
|
+
y.http.post(t3 + "/dsc/service-flow/test/database-node/show-sql", e2).then((e3) => {
|
|
3329
|
+
p2.value = true, m2.value = e3;
|
|
3330
|
+
});
|
|
3331
|
+
}
|
|
3332
|
+
return l2({}), (l3, o3) => {
|
|
3333
|
+
const n3 = e.ElButton, h3 = e.ElInput, y2 = e.ElFormItem, E2 = e.ElAlert, x2 = e.ElText, k2 = e.ElRadio, C2 = e.ElRadioGroup, N2 = e.ElForm;
|
|
3334
|
+
return Ya(), ls("div", null, [us(N2, { "label-width": "100", "label-position": "left", size: "small" }, { default: Lo(() => [us(qu, { properties: t2.properties }, null, 8, ["properties"]), us(y2, { label: "选择数据表" }, { default: Lo(() => [us(h3, { modelValue: t2.properties.dataTable, "onUpdate:modelValue": o3[1] || (o3[1] = (e2) => t2.properties.dataTable = e2), readonly: "", style: { width: "85%" } }, { append: Lo(() => [us(n3, { type: "default", icon: Il(v.Search), onClick: o3[0] || (o3[0] = (e2) => a2.value = !a2.value) }, null, 8, ["icon"])]), _: 1 }, 8, ["modelValue"]), is("span", Ec, [us(n3, { type: "primary", icon: Il(v.View), onClick: V2 }, { default: Lo(() => o3[7] || (o3[7] = [ms("预览sql", -1)])), _: 1, __: [7] }, 8, ["icon"])]), us(Lu, { visible: a2.value, "onUpdate:visible": o3[2] || (o3[2] = (e2) => a2.value = e2), modelValue: t2.properties.dataTable, "onUpdate:modelValue": o3[3] || (o3[3] = (e2) => t2.properties.dataTable = e2), systemCode: s2.value, systemVersion: r2.value, onSelect: g2 }, null, 8, ["visible", "modelValue", "systemCode", "systemVersion"])]), _: 1 }), us(E2, { title: "统计维度", type: "info", size: "small", closable: false, style: { "margin-bottom": "20px" } }), us(rc, { properties: t2.properties, dataTableColumns: u2.value, onChange: b2, style: { "margin-bottom": "10 px" } }, null, 8, ["properties", "dataTableColumns"]), us(x2, { style: { "margin-top": "10px", "margin-bottom": "10px", display: "block" }, type: "success" }, { default: Lo(() => o3[8] || (o3[8] = [ms("说明:1.支持自定义日期格式,同SimpleDateFormat,yyyy表示年,MM表示2位月...", -1), is("br", null, null, -1), ms(" 2.未指定新字段名时,输出字段名同选择的字段名", -1), is("br", null, null, -1), ms(" 3.动态维度值有填写时需要匹配才会执行此分组", -1)])), _: 1, __: [8] }), us(E2, { title: "统计公式", type: "info", size: "small", closable: false, style: { "margin-bottom": "20px" } }), us(dc, { properties: t2.properties, dataTableColumns: i2.value, onChange: b2 }, null, 8, ["properties", "dataTableColumns"]), us(x2, { style: { "margin-top": "10px", "margin-bottom": "10px", display: "block" }, type: "success" }, { default: Lo(() => o3[9] || (o3[9] = [ms("说明:1.支持自定义统计公式,如sum(字段1+字段2)", -1)])), _: 1, __: [9] }), us(E2, { title: "过滤条件", type: "info", size: "small", closable: false, style: { "margin-bottom": "20px" } }), us(gc, { properties: t2.properties, dataTableColumns: i2.value }, null, 8, ["properties", "dataTableColumns"]), us(E2, { title: "排序条件", type: "info", size: "small", closable: false, style: { "margin-bottom": "20px" } }), us(Vc, { properties: t2.properties, dataTableColumns: c2.value }, null, 8, ["properties", "dataTableColumns"]), us(E2, { title: "结果设置", type: "info", size: "small", closable: false, style: { "margin-bottom": "20px" } }), us(y2, { label: "", "label-width": "0", style: { width: "100%" } }, { default: Lo(() => [us(C2, { modelValue: t2.properties.result.valueSetScope, "onUpdate:modelValue": o3[4] || (o3[4] = (e2) => t2.properties.result.valueSetScope = e2), onChange: f2, class: "ml-4" }, { default: Lo(() => [us(k2, { value: "first" }, { default: Lo(() => o3[10] || (o3[10] = [ms("仅第一条", -1)])), _: 1, __: [10] }), us(k2, { value: "all" }, { default: Lo(() => o3[11] || (o3[11] = [ms(" 全部 ", -1)])), _: 1, __: [11] })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), us(y2, { label: "设置到:", style: { width: "100%" } }, { default: Lo(() => [is("div", xc, [us(Il(cu), { width: "260", paramTypes: ["service"], modelValue: t2.properties.result.setTo, "onUpdate:modelValue": o3[5] || (o3[5] = (e2) => t2.properties.result.setTo = e2), autoCreateFieldType: d2.value }, null, 8, ["modelValue", "autoCreateFieldType"]), us(n3, { icon: Il(v.Check), type: "primary", onClick: w2, style: { "margin-left": "10px" } }, { default: Lo(() => o3[12] || (o3[12] = [ms(" 更新服务变量 ", -1)])), _: 1, __: [12] }, 8, ["icon"]), us(n3, { icon: Il(v.Check), type: "primary", onClick: _2, style: { "margin-left": "10px" } }, { default: Lo(() => o3[13] || (o3[13] = [ms(" 设置为返回值 ", -1)])), _: 1, __: [13] }, 8, ["icon"])])]), _: 1 })]), _: 1 }), us(Il(Gu), { sql: m2.value, "model-value": p2.value, "onUpdate:modelValue": o3[6] || (o3[6] = (e2) => p2.value = e2) }, null, 8, ["sql", "model-value"])]);
|
|
3335
|
+
};
|
|
3336
|
+
} }), [["__scopeId", "data-v-9ec43851"]]), Cc = Object.freeze(Object.defineProperty({ __proto__: null, default: kc }, Symbol.toStringTag, { value: "Module" })), Nc = { style: {} }, Oc = { style: { padding: "8px 16px", margin: "10px 0px", "background-color": "#f4f4f5" }, class: "pppp" }, Sc = { class: "editorTool" }, Tc = zr(Wo({ __name: "config", props: { properties: { type: Object, default: () => ({}) } }, emits: ["fullScreen"], setup(t2, { expose: l2, emit: o2 }) {
|
|
3337
|
+
Sr();
|
|
3338
|
+
const n2 = o2, a2 = t2, s2 = zl([]), r2 = zl("index0");
|
|
3339
|
+
zl(false);
|
|
3340
|
+
const i2 = zl(false), u2 = zl({ theme: "default", fontSize: 14, searchOpen: false });
|
|
3341
|
+
a2.properties.result || (a2.properties.result = {});
|
|
3342
|
+
const c2 = zl({});
|
|
3343
|
+
function d2() {
|
|
3344
|
+
true === i2.value ? (i2.value = false, n2("fullScreen", { withHeader: true, drawerWidth: "50%" })) : (i2.value = true, n2("fullScreen", { withHeader: false, drawerWidth: "100%" }));
|
|
3345
|
+
}
|
|
3346
|
+
dn(() => {
|
|
3347
|
+
let e2 = oe.useLocalStorage("editorStyle", "").value;
|
|
3348
|
+
if (e2) {
|
|
3349
|
+
const t3 = JSON.parse(e2);
|
|
3350
|
+
u2.value.theme = t3.theme || "default", u2.value.fontSize = t3.fontSize || 14;
|
|
3351
|
+
}
|
|
3352
|
+
h2();
|
|
3353
|
+
});
|
|
3354
|
+
const p2 = Y.StandardSQL.language.data.of({ autocomplete: Y.keywordCompletionSource });
|
|
3355
|
+
function m2() {
|
|
3356
|
+
oe.useLocalStorage("editorStyle", u2.value).value = u2.value, c2.value && (c2.value && c2.value.destroy(), h2());
|
|
3357
|
+
}
|
|
3358
|
+
function f2() {
|
|
3359
|
+
const e2 = function() {
|
|
3360
|
+
switch (u2.value.theme) {
|
|
3361
|
+
case "xcodeLight":
|
|
3362
|
+
return z.xcodeLight;
|
|
3363
|
+
case "xcodeDark":
|
|
3364
|
+
return z.xcodeDark;
|
|
3365
|
+
case "vscodeDark":
|
|
3366
|
+
return z.vscodeDark;
|
|
3367
|
+
case "dracula":
|
|
3368
|
+
return z.dracula;
|
|
3369
|
+
case "githubLight":
|
|
3370
|
+
return z.githubLight;
|
|
3371
|
+
case "githubDark":
|
|
3372
|
+
return z.githubDark;
|
|
3373
|
+
case "eclipse":
|
|
3374
|
+
return z.eclipse;
|
|
3375
|
+
}
|
|
3376
|
+
return A.EditorView.theme({});
|
|
3377
|
+
}(), t3 = A.EditorView.theme({ ".cm-content, .cm-gutter": { minHeight: "200px" }, "&": { height: "400px", maxHeight: "400px", fontSize: u2.value.fontSize + "px" } });
|
|
3378
|
+
return M.EditorState.create({ doc: a2.properties.function, extensions: [M.EditorState.tabSize.of(16), A.basicSetup, Y.sql(), p2, e2, t3, A.EditorView.updateListener.of(function(e3) {
|
|
3379
|
+
a2.properties.function = e3.state.doc.toString();
|
|
3380
|
+
})] });
|
|
3381
|
+
}
|
|
3382
|
+
function h2() {
|
|
3383
|
+
const e2 = f2();
|
|
3384
|
+
c2.value = new A.EditorView({ state: e2, parent: document.getElementById("cf-codemirror") });
|
|
3385
|
+
}
|
|
3386
|
+
function y2() {
|
|
3387
|
+
if (c2.value) {
|
|
3388
|
+
c2.value.focus(), ne.openSearchPanel(c2.value) && c2.value.update([]);
|
|
3389
|
+
}
|
|
3390
|
+
}
|
|
3391
|
+
const g2 = () => {
|
|
3392
|
+
c2.value.state.doc.toString(), s2.value = [[{ id: "1", name: "name1" }, { id: "2", name: "name2" }], [{ id: "结果2-1", name: "name1" }, { id: "结果2-2", name: "name2" }], [{ id: "结果3-1", name: "name1" }, { id: "结果3-2", name: "name2" }]];
|
|
3393
|
+
};
|
|
3394
|
+
return l2({}), (l3, o3) => {
|
|
3395
|
+
const n3 = e.ElDivider, a3 = e.ElFormItem, c3 = e.ElOption, p3 = e.ElSelect, f3 = e.ElTooltip, h3 = e.ElIcon, b2 = e.ElTableColumn, w2 = e.ElTable, _2 = e.ElTabPane, V2 = e.ElTabs, E2 = e.ElAlert, x2 = e.ElRadio, k2 = e.ElRadioGroup, C2 = e.ElForm;
|
|
3396
|
+
return Ya(), ls("div", Nc, [us(C2, { "label-width": "auto", "label-position": "left" }, { default: Lo(() => [us(qu, { properties: t2.properties }, null, 8, ["properties"]), us(n3), us(a3), is("div", Oc, [o3[5] || (o3[5] = is("span", { style: { color: "#909399", "font-size": "14px" } }, "SQL窗口", -1)), is("span", Sc, [us(f3, { effect: "dark", content: "切换主题", placement: "top" }, { default: Lo(() => [us(p3, { class: "editorOption", onChange: m2, modelValue: u2.value.theme, "onUpdate:modelValue": o3[0] || (o3[0] = (e2) => u2.value.theme = e2), placeholder: "", size: "small", style: { width: "120px" } }, { default: Lo(() => [us(c3, { label: "默认", value: "default" }), us(c3, { label: "VScodeDark", value: "vscodeDark" }), us(c3, { label: "Dracula", value: "dracula" }), us(c3, { label: "GithubLight", value: "githubLight" }), us(c3, { label: "GithubDark", value: "githubDark" }), us(c3, { label: "Eclipse", value: "eclipse" }), us(c3, { label: "XcodeLight", value: "xcodeLight" }), us(c3, { label: "XcodeDark", value: "xcodeDark" })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), us(f3, { effect: "dark", content: "切换字体大小", placement: "top" }, { default: Lo(() => [us(p3, { class: "editorOption", modelValue: u2.value.fontSize, "onUpdate:modelValue": o3[1] || (o3[1] = (e2) => u2.value.fontSize = e2), placeholder: "", onChange: m2, size: "small", style: { width: "80px" } }, { default: Lo(() => [us(c3, { label: "12", value: 12 }), us(c3, { label: "14", value: 14 }), us(c3, { label: "16", value: 16 }), us(c3, { label: "18", value: 18 }), us(c3, { label: "20", value: 20 }), us(c3, { label: "22", value: 22 }), us(c3, { label: "24", value: 24 }), us(c3, { label: "26", value: 26 }), us(c3, { label: "28", value: 28 })]), _: 1 }, 8, ["modelValue"])]), _: 1 })]), us(f3, { effect: "dark", content: "打开搜索", placement: "top" }, { default: Lo(() => [us(h3, { class: "editorOption", onClick: y2 }, { default: Lo(() => [us(Il(v.Search))]), _: 1 })]), _: 1 }), us(f3, { effect: "dark", content: i2.value ? "退出全屏" : "全屏", placement: "top" }, { default: Lo(() => [us(h3, { style: { cursor: "pointer" }, onClick: d2 }, { default: Lo(() => [us(Il(v.FullScreen))]), _: 1 })]), _: 1 }, 8, ["content"]), us(h3, { style: { cursor: "pointer" }, onClick: g2, size: 25 }, { default: Lo(() => [us(Il(v.CaretRight))]), _: 1 })]), o3[8] || (o3[8] = is("div", { style: { minHeight: "400px", maxHeight: "400px", backgroundColor: "#fff", color: "#333", outline: "1px dotted #212121" }, id: "cf-codemirror" }, null, -1)), qo(us(V2, { modelValue: r2.value, "onUpdate:modelValue": o3[2] || (o3[2] = (e2) => r2.value = e2), type: "border-card", style: { "margin-top": "10px" } }, { default: Lo(() => [(Ya(true), ls(Ga, null, En(s2.value, (e2, t3) => (Ya(), os(_2, { label: "结果" + (t3 + 1), name: "index" + t3 }, { default: Lo(() => [us(w2, { data: e2, style: { width: "100%" } }, { default: Lo(() => [(Ya(true), ls(Ga, null, En(e2[0], (e3, t4) => (Ya(), os(b2, { prop: t4 + "", label: t4 }, null, 8, ["prop", "label"]))), 256))]), _: 2 }, 1032, ["data"])]), _: 2 }, 1032, ["label", "name"]))), 256))]), _: 1 }, 8, ["modelValue"]), [[er, s2.value && s2.value.lenght > 0]]), us(E2, { title: "结果设置", type: "info", size: "small", closable: false, style: { margin: "20px 0" } }), us(a3, { label: "", "label-width": "0", style: { width: "100%" } }, { default: Lo(() => [us(k2, { modelValue: t2.properties.result.valueSetScope, "onUpdate:modelValue": o3[3] || (o3[3] = (e2) => t2.properties.result.valueSetScope = e2), class: "ml-4" }, { default: Lo(() => [us(x2, { value: "first" }, { default: Lo(() => o3[6] || (o3[6] = [ms("仅第一条", -1)])), _: 1, __: [6] }), us(x2, { value: "all" }, { default: Lo(() => o3[7] || (o3[7] = [ms(" 全部 ", -1)])), _: 1, __: [7] })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), us(a3, { label: "设置到:", style: { width: "100%" } }, { default: Lo(() => [us(Il(cu), { inputSize: "default", paramTypes: ["service"], size: "small", modelValue: t2.properties.result.setTo, "onUpdate:modelValue": o3[4] || (o3[4] = (e2) => t2.properties.result.setTo = e2) }, null, 8, ["modelValue"])]), _: 1 })]), _: 1, __: [8] })]);
|
|
3397
|
+
};
|
|
3398
|
+
} }), [["__scopeId", "data-v-7ffc1986"]]), Dc = Object.freeze(Object.defineProperty({ __proto__: null, default: Tc }, Symbol.toStringTag, { value: "Module" })), Ac = { style: { position: "absolute", right: "10px" } }, Uc = { key: 0 }, Mc = { key: 1 }, zc = { key: 0 }, jc = zr(Wo({ __name: "config", props: { properties: { type: Object, default: () => ({}) }, service: { type: Object, default: () => ({}) } }, setup(t2, { expose: l2 }) {
|
|
3399
|
+
const o2 = t2;
|
|
3400
|
+
zl([]);
|
|
3401
|
+
const n2 = zl([]), a2 = zl([]), s2 = zl([]);
|
|
3402
|
+
dn(() => {
|
|
3403
|
+
o2.service.variables && (o2.service.variables.forEach((e2) => {
|
|
3404
|
+
"array" === e2.type && n2.value.push(e2), "array" === e2.type && e2.items[0] && "object" !== e2.items[0].type && s2.value.push(e2.name);
|
|
3405
|
+
}), i2(o2.properties.dataSource));
|
|
3406
|
+
});
|
|
3407
|
+
const r2 = (e2) => {
|
|
3408
|
+
a2.value = [], s2.value.indexOf(e2) > -1 ? o2.properties.sorts && 1 === o2.properties.sorts.length && "item" === o2.properties.sorts[0].name || (o2.properties.sorts = [{ $editing: true, alias: "item", name: "item", order: "asc" }]) : o2.service.variables.forEach((t3) => {
|
|
3409
|
+
t3.name === e2 && t3.items && t3.items.length > 0 && t3.items[0].items.forEach((e3) => {
|
|
3410
|
+
a2.value.push({ name: e3.name, alias: e3.alias });
|
|
3411
|
+
});
|
|
3412
|
+
});
|
|
3413
|
+
}, i2 = (e2) => {
|
|
3414
|
+
a2.value = [], o2.service.variables.forEach((t3) => {
|
|
3415
|
+
t3.name === e2 && t3.items && t3.items.length > 0 && t3.items[0].items.forEach((e3) => {
|
|
3416
|
+
a2.value.push({ name: e3.name, alias: e3.alias });
|
|
3417
|
+
});
|
|
3418
|
+
});
|
|
3419
|
+
}, u2 = (e2, t3, l3) => {
|
|
3420
|
+
e2.$editing = true;
|
|
3421
|
+
}, c2 = () => {
|
|
3422
|
+
o2.properties.sorts || (o2.properties.sorts = []), s2.value.indexOf(o2.properties.dataSource) > -1 ? o2.properties.sorts.push({ $editing: true, alias: "item", name: "item", order: "asc" }) : o2.properties.sorts.push({ $editing: true, name: "", order: "asc" });
|
|
3423
|
+
};
|
|
3424
|
+
return l2({}), (l3, i3) => {
|
|
3425
|
+
const d2 = e.ElDivider, p2 = e.ElOption, m2 = e.ElSelect, f2 = e.ElFormItem, h2 = e.ElButton, y2 = e.ElAlert, g2 = e.ElTableColumn, b2 = e.ElTooltip, w2 = e.ElTable, _2 = e.ElForm;
|
|
3426
|
+
return Ya(), os(_2, { "label-width": "auto", "label-position": "left" }, { default: Lo(() => [us(qu, { properties: t2.properties }, null, 8, ["properties"]), us(d2), us(f2, { label: "数据源:" }, { default: Lo(() => [us(m2, { modelValue: t2.properties.dataSource, "onUpdate:modelValue": i3[0] || (i3[0] = (e2) => t2.properties.dataSource = e2), "value-key": "name", onChange: r2 }, { default: Lo(() => [(Ya(true), ls(Ga, null, En(n2.value, (e2) => (Ya(), os(p2, { key: e2.code, label: e2.name, value: e2.name }, null, 8, ["label", "value"]))), 128))]), _: 1 }, 8, ["modelValue"])]), _: 1 }), us(y2, { type: "info", size: "small", closable: false }, { title: Lo(() => [i3[3] || (i3[3] = ms(" 排序条件 ", -1)), is("span", Ac, [-1 === s2.value.indexOf(t2.properties.dataSource) ? (Ya(), os(h2, { key: 0, size: "small", type: "primary", onClick: c2 }, { default: Lo(() => i3[2] || (i3[2] = [ms("添加", -1)])), _: 1, __: [2] })) : fs("", true)])]), _: 1 }), us(w2, { data: t2.properties.sorts, style: { width: "100%", "margin-bottom": "20px" }, "row-key": "name", onRowDblclick: u2, size: "small", border: "", "default-expand-all": "" }, { default: Lo(() => [us(g2, { type: "index", width: "50", label: "序号" }), us(g2, { prop: "name", label: "字段名" }, { default: Lo((e2) => [s2.value.indexOf(t2.properties.dataSource) > -1 ? (Ya(), ls("span", Uc, "item")) : e2.row.$editing ? (Ya(), os(m2, { key: 2, modelValue: e2.row.name, "onUpdate:modelValue": (t3) => e2.row.name = t3, onChange: (t3) => {
|
|
3427
|
+
return l4 = t3, (o3 = e2.row).alias = "", void a2.value.forEach((e3) => {
|
|
3428
|
+
e3.name === l4 && (o3.alias = e3.alias);
|
|
3429
|
+
});
|
|
3430
|
+
var l4, o3;
|
|
3431
|
+
}, "value-key": "name", size: "small" }, { default: Lo(() => [(Ya(true), ls(Ga, null, En(a2.value, (e3) => (Ya(), os(p2, { key: e3.name, label: e3.alias, value: e3.name }, null, 8, ["label", "value"]))), 128))]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue", "onChange"])) : (Ya(), ls("span", Mc, it(e2.row.alias), 1))]), _: 1 }), us(g2, { prop: "order", label: "排序方式" }, { default: Lo((e2) => [e2.row.$editing ? (Ya(), os(m2, { key: 1, size: "small", modelValue: e2.row.order, "onUpdate:modelValue": (t3) => e2.row.order = t3, placeholder: "" }, { default: Lo(() => [us(p2, { label: "升序", value: "asc" }), us(p2, { label: "降序", value: "desc" })]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"])) : (Ya(), ls("span", zc, it(e2.row.order), 1))]), _: 1 }), us(g2, { align: "right" }, { header: Lo(() => [us(b2, { effect: "dark", content: "添加", placement: "top" }, { default: Lo(() => [-1 === s2.value.indexOf(t2.properties.dataSource) ? (Ya(), os(h2, { key: 0, type: "primary", size: "small", icon: Il(v.Plus), circle: "", onClick: i3[1] || (i3[1] = (e2) => c2()) }, null, 8, ["icon"])) : fs("", true)]), _: 1 })]), default: Lo((e2) => [is("span", null, [us(b2, { effect: "dark", content: "删除", placement: "top" }, { default: Lo(() => [-1 === s2.value.indexOf(t2.properties.dataSource) ? (Ya(), os(h2, { key: 0, type: "danger", size: "small", icon: Il(v.Minus), circle: "", onClick: (t3) => {
|
|
3432
|
+
return l4 = e2.$index, e2.row, void o2.properties.sorts.splice(l4, 1);
|
|
3433
|
+
var l4;
|
|
3434
|
+
} }, null, 8, ["icon", "onClick"])) : fs("", true)]), _: 2 }, 1024)])]), _: 1 })]), _: 1 }, 8, ["data"])]), _: 1 });
|
|
3435
|
+
};
|
|
3436
|
+
} }), [["__scopeId", "data-v-73238421"]]), Ic = Object.freeze(Object.defineProperty({ __proto__: null, default: jc }, Symbol.toStringTag, { value: "Module" })), Fc = Wo({ __name: "form-data", props: { modelValue: { type: Array, default: () => ({ content: [] }) } }, emits: ["update:modelValue"], setup(t2, { expose: l2, emit: o2 }) {
|
|
3437
|
+
const n2 = o2, a2 = t2;
|
|
3438
|
+
a2.modelValue || n2("update:modelValue", []);
|
|
3439
|
+
const s2 = () => {
|
|
3440
|
+
a2.modelValue.push({ name: "", value: "", paramType: "TEXT", description: "" });
|
|
3441
|
+
};
|
|
3442
|
+
return l2({}), (l3, o3) => {
|
|
3443
|
+
const n3 = e.ElOption, r2 = e.ElSelect, i2 = e.ElInput, u2 = e.ElTableColumn, c2 = e.ElButton, d2 = e.ElTable;
|
|
3444
|
+
return Array.isArray(t2.modelValue) ? (Ya(), os(d2, { key: 0, data: t2.modelValue, border: "", size: "small" }, { default: Lo(() => [us(u2, { prop: "name", label: "参数名", align: "center" }, { default: Lo((e2) => [us(i2, { size: "small", modelValue: e2.row.name, "onUpdate:modelValue": (t3) => e2.row.name = t3, placeholder: "" }, { append: Lo(() => [us(r2, { size: "small", modelValue: e2.row.paramType, "onUpdate:modelValue": (t3) => e2.row.paramType = t3, style: { width: "80px", "background-color": "var(--el-fill-color-blank)" } }, { default: Lo(() => [us(n3, { label: "Text", value: "TEXT" }), us(n3, { label: "File", value: "FILE" })]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"])]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"])]), _: 1 }), us(u2, { prop: "prop", label: "值", align: "center" }, { default: Lo((e2) => [us(Il(cu), { size: "small", paramTypes: ["service", "data", "fixed"], showFileUpload: "FILE" === e2.row.paramType, modelValue: e2.row.value, "onUpdate:modelValue": (t3) => e2.row.value = t3 }, null, 8, ["showFileUpload", "modelValue", "onUpdate:modelValue"])]), _: 1 }), us(u2, { prop: "description", label: "说明", align: "center" }, { default: Lo((e2) => [us(i2, { size: "small", modelValue: e2.row.description, "onUpdate:modelValue": (t3) => e2.row.description = t3, placeholder: "" }, null, 8, ["modelValue", "onUpdate:modelValue"])]), _: 1 }), us(u2, { align: "center", width: "70" }, { header: Lo(() => [us(c2, { type: "primary", size: "small", onClick: s2, link: "" }, { default: Lo(() => o3[0] || (o3[0] = [ms("添加 ", -1)])), _: 1, __: [0] })]), default: Lo((e2) => [us(c2, { type: "danger", size: "small", link: "", onClick: (t3) => {
|
|
3445
|
+
return l4 = e2.$index, e2.row, void a2.modelValue.splice(l4, 1);
|
|
3446
|
+
var l4;
|
|
3447
|
+
} }, { default: Lo(() => o3[1] || (o3[1] = [ms(" 删除 ", -1)])), _: 2, __: [1] }, 1032, ["onClick"])]), _: 1 })]), _: 1 }, 8, ["data"])) : fs("", true);
|
|
3448
|
+
};
|
|
3449
|
+
} }), Pc = zr(Wo({ __name: "json-data", props: { modelValue: { type: Array, default: () => null } }, emits: ["update:modelValue"], setup(t2, { expose: l2, emit: o2 }) {
|
|
3450
|
+
const n2 = o2, a2 = t2;
|
|
3451
|
+
a2.modelValue && Array.isArray(a2.modelValue) || n2("update:modelValue", []);
|
|
3452
|
+
const s2 = () => {
|
|
3453
|
+
a2.modelValue.push({ name: "", value: "", description: "" });
|
|
3454
|
+
};
|
|
3455
|
+
return l2({}), (l3, o3) => {
|
|
3456
|
+
const n3 = e.ElInput, r2 = e.ElTableColumn, i2 = e.ElButton, u2 = e.ElTable;
|
|
3457
|
+
return Array.isArray(t2.modelValue) ? (Ya(), os(u2, { key: 0, data: t2.modelValue, border: "", size: "small" }, { default: Lo(() => [us(r2, { prop: "name", label: "参数名", align: "center" }, { default: Lo((e2) => [us(n3, { size: "small", modelValue: e2.row.name, "onUpdate:modelValue": (t3) => e2.row.name = t3, placeholder: "" }, null, 8, ["modelValue", "onUpdate:modelValue"])]), _: 1 }), us(r2, { prop: "prop", label: "值", align: "center" }, { default: Lo((e2) => [us(Il(cu), { size: "small", paramTypes: ["service", "fixed"], modelValue: e2.row.value, "onUpdate:modelValue": (t3) => e2.row.value = t3 }, null, 8, ["modelValue", "onUpdate:modelValue"])]), _: 1 }), us(r2, { prop: "description", label: "说明", align: "center" }, { default: Lo((e2) => [us(n3, { size: "small", modelValue: e2.row.description, "onUpdate:modelValue": (t3) => e2.row.description = t3, placeholder: "" }, null, 8, ["modelValue", "onUpdate:modelValue"])]), _: 1 }), us(r2, { align: "center", width: "70" }, { header: Lo(() => [us(i2, { type: "primary", size: "small", onClick: s2, link: "" }, { default: Lo(() => o3[0] || (o3[0] = [ms("添加 ", -1)])), _: 1, __: [0] })]), default: Lo((e2) => [us(i2, { type: "danger", size: "small", link: "", onClick: (t3) => {
|
|
3458
|
+
return l4 = e2.$index, e2.row, void a2.modelValue.splice(l4, 1);
|
|
3459
|
+
var l4;
|
|
3460
|
+
} }, { default: Lo(() => o3[1] || (o3[1] = [ms(" 删除 ", -1)])), _: 2, __: [1] }, 1032, ["onClick"])]), _: 1 })]), _: 1 }, 8, ["data"])) : fs("", true);
|
|
3461
|
+
};
|
|
3462
|
+
} }), [["__scopeId", "data-v-9a3ee19e"]]), Bc = { style: { minHeight: "400px", maxHeight: "700px", width: "100%", backgroundColor: "#fff", color: "#333", outline: "1px dotted #212121" }, id: "cf-codemirror-json" }, $c = Wo({ __name: "raw-data", props: { httpSerivceBody: { type: Object, default: () => ({}) } }, emits: ["update:modelValue"], setup(e2, { expose: t2, emit: l2 }) {
|
|
3463
|
+
const o2 = e2, n2 = l2;
|
|
3464
|
+
dn(() => {
|
|
3465
|
+
o2.httpSerivceBody.content && "string" == typeof o2.httpSerivceBody.content || n2("update:modelValue", ""), s2();
|
|
3466
|
+
});
|
|
3467
|
+
const a2 = zl(null);
|
|
3468
|
+
function s2() {
|
|
3469
|
+
a2.value && a2.value.destroy();
|
|
3470
|
+
const e3 = r2();
|
|
3471
|
+
a2.value = new A.EditorView({ state: e3, parent: document.getElementById("cf-codemirror-json") });
|
|
3472
|
+
}
|
|
3473
|
+
function r2() {
|
|
3474
|
+
const e3 = A.EditorView.theme({}), t3 = A.EditorView.theme({ ".cm-content, .cm-gutter": { minHeight: "200px" }, "&": { height: "400px", maxHeight: "400px", fontSize: "12px" } });
|
|
3475
|
+
return M.EditorState.create({ doc: o2.httpSerivceBody.content, extensions: [M.EditorState.tabSize.of(16), A.basicSetup, i2(), e3, t3, A.EditorView.updateListener.of(function(e4) {
|
|
3476
|
+
o2.httpSerivceBody.content = e4.state.doc.toString();
|
|
3477
|
+
})] });
|
|
3478
|
+
}
|
|
3479
|
+
const i2 = () => "application/xml" === o2.httpSerivceBody.mediaType ? se.xml() : "application/json" === o2.httpSerivceBody.mediaType ? U.json() : [];
|
|
3480
|
+
return t2({ updateEditor: () => {
|
|
3481
|
+
a2.value && a2.value.update(document.getElementById("cf-codemirror-json"), { state: r2() });
|
|
3482
|
+
}, loadEditor: s2 }), (e3, t3) => (Ya(), ls("div", Bc));
|
|
3483
|
+
} }), Lc = zr(Wo({ __name: "param-config", props: { modelValue: { type: Object, default: () => ({ bodyType: "none" }) } }, setup(t2, { expose: l2 }) {
|
|
3484
|
+
const o2 = t2, n2 = zl(), a2 = (e2) => {
|
|
3485
|
+
o2.modelValue.mediaType = s2(e2), o2.modelValue.content = "formData" === e2 || "formUrlencoded" === e2 || "json" === e2 ? [] : "raw" === e2 ? "" : {};
|
|
3486
|
+
}, s2 = (e2) => "formData" === e2 ? "multipart/form-data" : "formUrlencoded" === e2 ? "application/x-www-form-urlencoded" : "json" === e2 || "raw" === e2 ? "application/json" : "binary" === e2 ? "application/octet-stream" : "", r2 = (e2) => {
|
|
3487
|
+
n2.value && n2.value.loadEditor();
|
|
3488
|
+
};
|
|
3489
|
+
return dn(() => {
|
|
3490
|
+
}), l2({}), (l3, o3) => {
|
|
3491
|
+
const s3 = e.ElRadio, i2 = e.ElRadioGroup, u2 = e.ElOption, c2 = e.ElSelect, d2 = e.ElEmpty, p2 = e.ElFormItem;
|
|
3492
|
+
return Ya(), ls(Ga, null, [us(i2, { modelValue: t2.modelValue.bodyType, "onUpdate:modelValue": o3[0] || (o3[0] = (e2) => t2.modelValue.bodyType = e2), style: { "margin-bottom": "10px" }, onChange: a2 }, { default: Lo(() => [us(s3, { value: "none", size: "small" }, { default: Lo(() => o3[6] || (o3[6] = [ms("none", -1)])), _: 1, __: [6] }), us(s3, { value: "formData", size: "small" }, { default: Lo(() => o3[7] || (o3[7] = [ms("form-data", -1)])), _: 1, __: [7] }), us(s3, { value: "formUrlencoded", size: "small" }, { default: Lo(() => o3[8] || (o3[8] = [ms("x-www-form-urlencoded", -1)])), _: 1, __: [8] }), us(s3, { value: "json", size: "small" }, { default: Lo(() => o3[9] || (o3[9] = [ms("json", -1)])), _: 1, __: [9] }), us(s3, { value: "raw", size: "small" }, { default: Lo(() => o3[10] || (o3[10] = [ms("raw", -1)])), _: 1, __: [10] }), us(s3, { value: "binary", size: "small" }, { default: Lo(() => o3[11] || (o3[11] = [ms("binary", -1)])), _: 1, __: [11] })]), _: 1 }, 8, ["modelValue"]), "raw" === t2.modelValue.bodyType ? (Ya(), os(c2, { key: 0, size: "small", modelValue: t2.modelValue.mediaType, "onUpdate:modelValue": o3[1] || (o3[1] = (e2) => t2.modelValue.mediaType = e2), onChange: r2, style: { "margin-left": "10px", width: "80px", "background-color": "var(--el-fill-color-blank)" } }, { default: Lo(() => [us(u2, { size: "small", label: "TEXT", value: "text/plain" }), us(u2, { size: "small", label: "JSON", value: "application/json" }), us(u2, { size: "small", label: "XML", value: "application/xml" })]), _: 1 }, 8, ["modelValue"])) : fs("", true), "none" === t2.modelValue.bodyType ? (Ya(), os(d2, { key: 1, description: "不需要请求体", style: { border: "1px solid #dcdfe6" } }, { image: Lo(() => o3[12] || (o3[12] = [is("span", null, null, -1)])), _: 1 })) : "formData" === t2.modelValue.bodyType || "formUrlencoded" === t2.modelValue.bodyType ? (Ya(), os(p2, { key: 2, "label-width": "0", style: { "margin-bottom": "0px" } }, { default: Lo(() => [us(Fc, { modelValue: t2.modelValue.content, "onUpdate:modelValue": o3[2] || (o3[2] = (e2) => t2.modelValue.content = e2) }, null, 8, ["modelValue"])]), _: 1 })) : "json" === t2.modelValue.bodyType ? (Ya(), os(p2, { key: 3, "label-width": "0", style: { "margin-bottom": "0px" } }, { default: Lo(() => [us(Pc, { modelValue: t2.modelValue.content, "onUpdate:modelValue": o3[3] || (o3[3] = (e2) => t2.modelValue.content = e2) }, null, 8, ["modelValue"])]), _: 1 })) : "binary" === t2.modelValue.bodyType ? (Ya(), os(lu, { key: 4, modelValue: t2.modelValue.content, "onUpdate:modelValue": o3[4] || (o3[4] = (e2) => t2.modelValue.content = e2) }, null, 8, ["modelValue"])) : "raw" === t2.modelValue.bodyType ? (Ya(), os(p2, { key: 5, "label-width": "0", style: { "margin-bottom": "0px" } }, { default: Lo(() => [us($c, { ref_key: "rawDataRef", ref: n2, modelValue: t2.modelValue.content, "onUpdate:modelValue": o3[5] || (o3[5] = (e2) => t2.modelValue.content = e2), httpSerivceBody: t2.modelValue }, null, 8, ["modelValue", "httpSerivceBody"])]), _: 1 })) : fs("", true)], 64);
|
|
3493
|
+
};
|
|
3494
|
+
} }), [["__scopeId", "data-v-1ee0eb33"]]), Rc = Wo({ __name: "query-params", props: { modelValue: { type: Array, default: () => null } }, emits: ["update:modelValue"], setup(t2, { expose: l2, emit: o2 }) {
|
|
3495
|
+
const n2 = o2, a2 = t2;
|
|
3496
|
+
a2.modelValue || n2("update:modelValue", []);
|
|
3497
|
+
const s2 = () => {
|
|
3498
|
+
a2.modelValue.push({ name: "", value: "", description: "" });
|
|
3499
|
+
};
|
|
3500
|
+
return l2({}), (l3, o3) => {
|
|
3501
|
+
const n3 = e.ElInput, r2 = e.ElTableColumn, i2 = e.ElButton, u2 = e.ElTable;
|
|
3502
|
+
return Ya(), os(u2, { data: t2.modelValue, border: "", size: "small" }, { default: Lo(() => [us(r2, { prop: "name", label: "参数名", align: "center" }, { default: Lo((e2) => [us(n3, { size: "small", modelValue: e2.row.name, "onUpdate:modelValue": (t3) => e2.row.name = t3, placeholder: "" }, null, 8, ["modelValue", "onUpdate:modelValue"])]), _: 1 }), us(r2, { prop: "prop", label: "值", align: "center" }, { default: Lo((e2) => [us(Il(cu), { size: "small", paramTypes: ["service", "fixed"], modelValue: e2.row.value, "onUpdate:modelValue": (t3) => e2.row.value = t3 }, null, 8, ["modelValue", "onUpdate:modelValue"])]), _: 1 }), us(r2, { prop: "description", label: "说明", align: "center" }, { default: Lo((e2) => [us(n3, { size: "small", modelValue: e2.row.description, "onUpdate:modelValue": (t3) => e2.row.description = t3, placeholder: "" }, null, 8, ["modelValue", "onUpdate:modelValue"])]), _: 1 }), us(r2, { align: "center", width: "70" }, { header: Lo(() => [us(i2, { type: "primary", size: "small", onClick: s2, link: "" }, { default: Lo(() => o3[0] || (o3[0] = [ms("添加 ", -1)])), _: 1, __: [0] })]), default: Lo((e2) => [us(i2, { type: "danger", size: "small", link: "", onClick: (t3) => {
|
|
3503
|
+
return l4 = e2.$index, e2.row, void a2.modelValue.splice(l4, 1);
|
|
3504
|
+
var l4;
|
|
3505
|
+
} }, { default: Lo(() => o3[1] || (o3[1] = [ms(" 删除 ", -1)])), _: 2, __: [1] }, 1032, ["onClick"])]), _: 1 })]), _: 1 }, 8, ["data"]);
|
|
3506
|
+
};
|
|
3507
|
+
} }), qc = Wo({ __name: "header-data", props: { modelValue: { type: Array, default: () => null } }, emits: ["update:modelValue"], setup(t2, { expose: l2, emit: o2 }) {
|
|
3508
|
+
const n2 = o2, a2 = t2;
|
|
3509
|
+
a2.modelValue || n2("update:modelValue", []);
|
|
3510
|
+
const s2 = () => {
|
|
3511
|
+
a2.modelValue.push({ name: "", value: "", description: "" });
|
|
3512
|
+
};
|
|
3513
|
+
return l2({}), (l3, o3) => {
|
|
3514
|
+
const n3 = e.ElInput, r2 = e.ElTableColumn, i2 = e.ElButton, u2 = e.ElTable;
|
|
3515
|
+
return Ya(), os(u2, { data: t2.modelValue, border: "", size: "small" }, { default: Lo(() => [us(r2, { prop: "name", label: "参数名", align: "center" }, { default: Lo((e2) => [us(n3, { size: "small", modelValue: e2.row.name, "onUpdate:modelValue": (t3) => e2.row.name = t3, placeholder: "" }, null, 8, ["modelValue", "onUpdate:modelValue"])]), _: 1 }), us(r2, { prop: "prop", label: "值", align: "center" }, { default: Lo((e2) => [us(Il(cu), { size: "small", paramTypes: ["service", "fixed"], modelValue: e2.row.value, "onUpdate:modelValue": (t3) => e2.row.value = t3 }, null, 8, ["modelValue", "onUpdate:modelValue"])]), _: 1 }), us(r2, { prop: "description", label: "说明", align: "center" }, { default: Lo((e2) => [us(n3, { size: "small", modelValue: e2.row.description, "onUpdate:modelValue": (t3) => e2.row.description = t3, placeholder: "" }, null, 8, ["modelValue", "onUpdate:modelValue"])]), _: 1 }), us(r2, { align: "center", width: "70" }, { header: Lo(() => [us(i2, { type: "primary", size: "small", onClick: s2, link: "" }, { default: Lo(() => o3[0] || (o3[0] = [ms("添加 ", -1)])), _: 1, __: [0] })]), default: Lo((e2) => [us(i2, { type: "danger", size: "small", link: "", onClick: (t3) => {
|
|
3516
|
+
return l4 = e2.$index, e2.row, void a2.modelValue.splice(l4, 1);
|
|
3517
|
+
var l4;
|
|
3518
|
+
} }, { default: Lo(() => o3[1] || (o3[1] = [ms(" 删除 ", -1)])), _: 2, __: [1] }, 1032, ["onClick"])]), _: 1 })]), _: 1 }, 8, ["data"]);
|
|
3519
|
+
};
|
|
3520
|
+
} }), Hc = Wo({ __name: "cookie-data", props: { modelValue: { type: Array, default: () => null } }, emits: ["update:modelValue"], setup(t2, { emit: l2 }) {
|
|
3521
|
+
const o2 = l2, n2 = t2;
|
|
3522
|
+
n2.modelValue || o2("update:modelValue", []);
|
|
3523
|
+
const a2 = () => {
|
|
3524
|
+
n2.modelValue.push({ name: "", value: "", description: "" });
|
|
3525
|
+
};
|
|
3526
|
+
return (l3, o3) => {
|
|
3527
|
+
const s2 = e.ElInput, r2 = e.ElTableColumn, i2 = e.ElButton, u2 = e.ElTable;
|
|
3528
|
+
return Ya(), os(u2, { data: t2.modelValue, border: "", size: "small" }, { default: Lo(() => [us(r2, { prop: "name", label: "参数名", align: "center" }, { default: Lo((e2) => [us(s2, { size: "small", modelValue: e2.row.name, "onUpdate:modelValue": (t3) => e2.row.name = t3, placeholder: "" }, null, 8, ["modelValue", "onUpdate:modelValue"])]), _: 1 }), us(r2, { prop: "prop", label: "值", align: "center" }, { default: Lo((e2) => [us(Il(cu), { size: "small", paramTypes: ["service", "value"], modelValue: e2.row.value, "onUpdate:modelValue": (t3) => e2.row.value = t3 }, null, 8, ["modelValue", "onUpdate:modelValue"])]), _: 1 }), us(r2, { prop: "description", label: "说明", align: "center" }, { default: Lo((e2) => [us(s2, { size: "small", modelValue: e2.row.description, "onUpdate:modelValue": (t3) => e2.row.description = t3, placeholder: "" }, null, 8, ["modelValue", "onUpdate:modelValue"])]), _: 1 }), us(r2, { align: "center", width: "70" }, { header: Lo(() => [us(i2, { type: "primary", size: "small", onClick: a2, link: "" }, { default: Lo(() => o3[0] || (o3[0] = [ms("添加 ", -1)])), _: 1, __: [0] })]), default: Lo((e2) => [us(i2, { type: "danger", size: "small", link: "", onClick: (t3) => {
|
|
3529
|
+
return l4 = e2.$index, e2.row, void n2.modelValue.splice(l4, 1);
|
|
3530
|
+
var l4;
|
|
3531
|
+
} }, { default: Lo(() => o3[1] || (o3[1] = [ms(" 删除 ", -1)])), _: 2, __: [1] }, 1032, ["onClick"])]), _: 1 })]), _: 1 }, 8, ["data"]);
|
|
3532
|
+
};
|
|
3533
|
+
} }), Gc = { key: 0 }, Jc = { key: 0 }, Wc = Wo({ __name: "response-json-setting", props: { modelValue: { type: Array, default: () => [] }, contentType: { type: String, default: "" } }, emits: ["update:modelValue"], setup(t2, { expose: l2, emit: o2 }) {
|
|
3534
|
+
const n2 = o2, a2 = t2;
|
|
3535
|
+
a2.modelValue && 0 !== a2.modelValue.length || n2("update:modelValue", []);
|
|
3536
|
+
const s2 = ["any", "object", "array"], r2 = (e2) => {
|
|
3537
|
+
e2.$editing = true;
|
|
3538
|
+
}, i2 = () => {
|
|
3539
|
+
a2.modelValue.push(d2());
|
|
3540
|
+
}, u2 = (e2, t3) => {
|
|
3541
|
+
e2.forEach((l3, o3) => {
|
|
3542
|
+
if (l3.code === t3.code) {
|
|
3543
|
+
const t4 = d2();
|
|
3544
|
+
t4.level = l3.level, e2.splice(o3 + 1, 0, t4);
|
|
3545
|
+
} else l3.items && l3.items.length > 0 && u2(l3.items, t3);
|
|
3546
|
+
});
|
|
3547
|
+
}, c2 = (e2, t3) => {
|
|
3548
|
+
for (let l3 = 0; l3 < e2.length; l3++) {
|
|
3549
|
+
const o3 = e2[l3];
|
|
3550
|
+
if (o3.items && o3.items.length > 0 && c2(o3.items, t3), o3.code === t3.code) return void e2.splice(l3, 1);
|
|
3551
|
+
}
|
|
3552
|
+
}, d2 = () => ({ level: 0, code: h.v4(), name: "", paramType: "any", value: "", items: [], $editing: true });
|
|
3553
|
+
return l2({}), (l3, o3) => {
|
|
3554
|
+
const n3 = e.ElInput, p2 = e.ElTableColumn, m2 = e.ElOption, f2 = e.ElSelect, v2 = e.ElButton, h2 = e.ElDropdownItem, y2 = e.ElDropdownMenu, g2 = e.ElDropdown, b2 = e.ElTable;
|
|
3555
|
+
return Ya(), os(b2, { data: t2.modelValue, style: { width: "100%", "margin-top": "20px", "margin-bottom": "20px" }, "row-key": "code", size: "small", onRowDblclick: r2, border: "", "tree-props": { children: "items" }, "default-expand-all": "" }, { default: Lo(() => [us(p2, { prop: "name", label: "返回值字段" }, { default: Lo((e2) => [e2.row.$editing ? (Ya(), os(n3, { key: 1, size: "small", disabled: e2.row.isArrayElement, modelValue: e2.row.name, "onUpdate:modelValue": (t3) => e2.row.name = t3, placeholder: "" }, null, 8, ["disabled", "modelValue", "onUpdate:modelValue"])) : (Ya(), ls("span", Gc, it(e2.row.name), 1))]), _: 1 }), us(p2, { prop: "paramType", width: "100", label: "类型" }, { default: Lo((e2) => [e2.row.$editing ? (Ya(), os(f2, { key: 1, modelValue: e2.row.paramType, "onUpdate:modelValue": (t3) => e2.row.paramType = t3, onChange: (t3) => {
|
|
3556
|
+
return l4 = t3, e2.$index, o4 = e2.row, void ("array" === l4 || o4.items && o4.items.length > 0 && ("object" === l4 ? o4.items = [] : o4.items && delete o4.items));
|
|
3557
|
+
var l4, o4;
|
|
3558
|
+
}, placeholder: "", size: "small" }, { default: Lo(() => [(Ya(), ls(Ga, null, En(s2, (e3) => us(m2, { key: e3, label: e3, value: e3 }, null, 8, ["label", "value"])), 64))]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue", "onChange"])) : (Ya(), ls("span", Jc, it(e2.row.paramType), 1))]), _: 1 }), us(p2, { prop: "value", label: "设置到" }, { default: Lo((e2) => [e2.row.isArrayElement ? fs("", true) : (Ya(), os(Il(cu), { key: 0, showLabel: !e2.row.$editing, size: "small", paramTypes: ["request", "data", "service"], modelValue: e2.row.value, "onUpdate:modelValue": (t3) => e2.row.value = t3 }, null, 8, ["showLabel", "modelValue", "onUpdate:modelValue"]))]), _: 1 }), us(p2, { align: "center", width: 150 }, { header: Lo(() => [us(v2, { type: "primary", size: "small", onClick: i2, link: "" }, { default: Lo(() => o3[0] || (o3[0] = [ms("添加 ", -1)])), _: 1, __: [0] })]), default: Lo((e2) => [us(g2, { size: "small", style: { "vertical-align": "middle" } }, { dropdown: Lo(() => [us(y2, null, { default: Lo(() => ["object" === e2.row.paramType ? (Ya(), os(h2, { key: 0, onClick: (t3) => ((e3, t4) => {
|
|
3559
|
+
t4.items || (t4.items = []);
|
|
3560
|
+
const l4 = d2();
|
|
3561
|
+
l4.level = t4.level + 1, t4.items.push(l4);
|
|
3562
|
+
})(e2.$index, e2.row) }, { default: Lo(() => o3[2] || (o3[2] = [ms("添加下级节点", -1)])), _: 2, __: [2] }, 1032, ["onClick"])) : fs("", true), e2.row.isArrayElement ? fs("", true) : (Ya(), os(h2, { key: 1, onClick: (t3) => {
|
|
3563
|
+
return e2.$index, l4 = e2.row, void u2(a2.modelValue, l4);
|
|
3564
|
+
var l4;
|
|
3565
|
+
} }, { default: Lo(() => o3[3] || (o3[3] = [ms("添加相邻节点", -1)])), _: 2, __: [3] }, 1032, ["onClick"]))]), _: 2 }, 1024)]), default: Lo(() => [us(v2, { type: "primary", link: "", size: "small" }, { default: Lo(() => o3[1] || (o3[1] = [ms(" 添加 ", -1)])), _: 1, __: [1] })]), _: 2 }, 1024), us(v2, { type: "danger", size: "small", disabled: e2.row.isArrayElement, link: "", onClick: (t3) => {
|
|
3566
|
+
return e2.$index, l4 = e2.row, a2.modelValue, void c2(a2.modelValue, l4);
|
|
3567
|
+
var l4;
|
|
3568
|
+
} }, { default: Lo(() => o3[4] || (o3[4] = [ms(" 删除 ", -1)])), _: 2, __: [4] }, 1032, ["disabled", "onClick"])]), _: 1 })]), _: 1 }, 8, ["data"]);
|
|
3569
|
+
};
|
|
3570
|
+
} }), Kc = { key: 0 }, Qc = { key: 0 }, Xc = Wo({ __name: "response-xml-setting", props: { modelValue: { type: Array, default: () => [] }, contentType: { type: String, default: "" } }, emits: ["update:modelValue"], setup(t2, { expose: l2, emit: o2 }) {
|
|
3571
|
+
const n2 = o2, a2 = t2;
|
|
3572
|
+
a2.modelValue && 0 !== a2.modelValue.length || n2("update:modelValue", []);
|
|
3573
|
+
const s2 = ["any", "object", "array"], r2 = (e2) => {
|
|
3574
|
+
e2.$editing = true;
|
|
3575
|
+
}, i2 = () => {
|
|
3576
|
+
a2.modelValue.push(d2());
|
|
3577
|
+
}, u2 = (e2, t3) => {
|
|
3578
|
+
e2.forEach((l3, o3) => {
|
|
3579
|
+
if (l3.code === t3.code) {
|
|
3580
|
+
const t4 = d2();
|
|
3581
|
+
t4.level = l3.level, e2.splice(o3 + 1, 0, t4);
|
|
3582
|
+
} else l3.items && l3.items.length > 0 && u2(l3.items, t3);
|
|
3583
|
+
});
|
|
3584
|
+
}, c2 = (e2, t3) => {
|
|
3585
|
+
for (let l3 = 0; l3 < e2.length; l3++) {
|
|
3586
|
+
const o3 = e2[l3];
|
|
3587
|
+
if (o3.items && o3.items.length > 0 && c2(o3.items, t3), o3.code === t3.code) return void e2.splice(l3, 1);
|
|
3588
|
+
}
|
|
3589
|
+
}, d2 = () => ({ level: 0, code: h.v4(), name: "", paramType: "any", value: "", items: [], $editing: true });
|
|
3590
|
+
return l2({}), (l3, o3) => {
|
|
3591
|
+
const n3 = e.ElInput, p2 = e.ElTableColumn, m2 = e.ElOption, f2 = e.ElSelect, v2 = e.ElButton, h2 = e.ElDropdownItem, y2 = e.ElDropdownMenu, g2 = e.ElDropdown, b2 = e.ElTable;
|
|
3592
|
+
return Ya(), os(b2, { data: t2.modelValue, style: { width: "100%", "margin-top": "20px", "margin-bottom": "20px" }, "row-key": "code", size: "small", onRowDblclick: r2, border: "", "tree-props": { children: "items" }, "default-expand-all": "" }, { default: Lo(() => [us(p2, { prop: "name", label: "返回值字段" }, { default: Lo((e2) => [e2.row.$editing ? (Ya(), os(n3, { key: 1, size: "small", disabled: e2.row.isArrayElement, modelValue: e2.row.name, "onUpdate:modelValue": (t3) => e2.row.name = t3, placeholder: "" }, null, 8, ["disabled", "modelValue", "onUpdate:modelValue"])) : (Ya(), ls("span", Kc, it(e2.row.name), 1))]), _: 1 }), us(p2, { prop: "paramType", width: "100", label: "类型" }, { default: Lo((e2) => [e2.row.$editing ? (Ya(), os(f2, { key: 1, modelValue: e2.row.paramType, "onUpdate:modelValue": (t3) => e2.row.paramType = t3, onChange: (t3) => {
|
|
3593
|
+
return l4 = t3, e2.$index, o4 = e2.row, void ("array" === l4 || o4.items && o4.items.length > 0 && ("object" === l4 ? o4.items = [] : o4.items && delete o4.items));
|
|
3594
|
+
var l4, o4;
|
|
3595
|
+
}, placeholder: "", size: "small" }, { default: Lo(() => [(Ya(), ls(Ga, null, En(s2, (e3) => us(m2, { key: e3, label: e3, value: e3 }, null, 8, ["label", "value"])), 64))]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue", "onChange"])) : (Ya(), ls("span", Qc, it(e2.row.paramType), 1))]), _: 1 }), us(p2, { prop: "value", label: "设置到" }, { default: Lo((e2) => [e2.row.isArrayElement ? fs("", true) : (Ya(), os(Il(cu), { key: 0, showLabel: !e2.row.$editing, size: "small", paramTypes: ["request", "data", "service"], modelValue: e2.row.value, "onUpdate:modelValue": (t3) => e2.row.value = t3 }, null, 8, ["showLabel", "modelValue", "onUpdate:modelValue"]))]), _: 1 }), us(p2, { align: "center", width: 150 }, { header: Lo(() => [us(v2, { type: "primary", size: "small", onClick: i2, link: "" }, { default: Lo(() => o3[0] || (o3[0] = [ms("添加 ", -1)])), _: 1, __: [0] })]), default: Lo((e2) => [us(g2, { size: "small", style: { "vertical-align": "middle" } }, { dropdown: Lo(() => [us(y2, null, { default: Lo(() => ["object" === e2.row.paramType ? (Ya(), os(h2, { key: 0, onClick: (t3) => ((e3, t4) => {
|
|
3596
|
+
t4.items || (t4.items = []);
|
|
3597
|
+
const l4 = d2();
|
|
3598
|
+
l4.level = t4.level + 1, t4.items.push(l4);
|
|
3599
|
+
})(e2.$index, e2.row) }, { default: Lo(() => o3[1] || (o3[1] = [ms("添加下级节点", -1)])), _: 2, __: [1] }, 1032, ["onClick"])) : fs("", true), e2.row.isArrayElement ? fs("", true) : (Ya(), os(h2, { key: 1, onClick: (t3) => {
|
|
3600
|
+
return e2.$index, l4 = e2.row, void u2(a2.modelValue, l4);
|
|
3601
|
+
var l4;
|
|
3602
|
+
} }, { default: Lo(() => o3[2] || (o3[2] = [ms("添加相邻节点", -1)])), _: 2, __: [2] }, 1032, ["onClick"]))]), _: 2 }, 1024)]), default: Lo(() => [us(v2, { type: "primary", link: "", size: "small" }, { default: Lo(() => [ms(" 添加 " + it(e2.row.type), 1)]), _: 2 }, 1024)]), _: 2 }, 1024), us(v2, { type: "danger", size: "small", disabled: e2.row.isArrayElement, link: "", onClick: (t3) => {
|
|
3603
|
+
return e2.$index, l4 = e2.row, a2.modelValue, void c2(a2.modelValue, l4);
|
|
3604
|
+
var l4;
|
|
3605
|
+
} }, { default: Lo(() => o3[3] || (o3[3] = [ms(" 删除 ", -1)])), _: 2, __: [3] }, 1032, ["disabled", "onClick"])]), _: 1 })]), _: 1 }, 8, ["data"]);
|
|
3606
|
+
};
|
|
3607
|
+
} }), Yc = Wo({ __name: "response-text-setting", props: { modelValue: { type: Array, default: () => [] }, contentType: { type: String, default: "" } }, emits: ["update:modelValue"], setup(t2, { expose: l2, emit: o2 }) {
|
|
3608
|
+
const n2 = o2, a2 = t2;
|
|
3609
|
+
a2.modelValue && 0 !== a2.modelValue.length || n2("update:modelValue", [{ value: "" }]);
|
|
3610
|
+
const s2 = (e2) => {
|
|
3611
|
+
e2.$editing = true;
|
|
3612
|
+
};
|
|
3613
|
+
return l2({}), (l3, o3) => {
|
|
3614
|
+
const n3 = e.ElTableColumn, a3 = e.ElTable;
|
|
3615
|
+
return Ya(), os(a3, { data: t2.modelValue, style: { width: "100%", "margin-top": "20px", "margin-bottom": "20px" }, "row-key": "code", size: "small", onRowDblclick: s2, border: "", "tree-props": { children: "items" }, "default-expand-all": "" }, { default: Lo(() => [us(n3, { prop: "value", label: "设置到" }, { default: Lo((e2) => [us(Il(cu), { size: "small", paramTypes: ["request", "data", "service"], modelValue: e2.row.value, "onUpdate:modelValue": (t3) => e2.row.value = t3 }, null, 8, ["modelValue", "onUpdate:modelValue"])]), _: 1 })]), _: 1 }, 8, ["data"]);
|
|
3616
|
+
};
|
|
3617
|
+
} }), Zc = { style: { position: "absolute", right: "10px" } }, ed = zr(Wo({ __name: "config", props: { properties: { type: Object, default: () => ({}) } }, setup(t2, { expose: l2 }) {
|
|
3618
|
+
const o2 = t2;
|
|
3619
|
+
o2.properties.requestMethod || (o2.properties.requestMethod = "GET", o2.properties.responseContentType = "application/json"), o2.properties.httpSerivceBody || (o2.properties.httpSerivceBody = { mediaType: "none", content: null });
|
|
3620
|
+
const n2 = zl("body"), a2 = (e2, t3) => {
|
|
3621
|
+
"cookies" === e2.name ? o2.properties.cookies || (o2.properties.cookies = []) : "headers" === e2.name && (o2.properties.headers || (o2.properties.headers = []));
|
|
3622
|
+
};
|
|
3623
|
+
return l2({}), (l3, o3) => {
|
|
3624
|
+
const s2 = e.ElDivider, r2 = e.ElOption, i2 = e.ElSelect, u2 = e.ElInput, c2 = e.ElFormItem, d2 = e.ElTabPane, p2 = e.ElTabs, m2 = e.ElAlert, f2 = e.ElForm;
|
|
3625
|
+
return Ya(), os(f2, { "label-width": "110", "label-position": "left" }, { default: Lo(() => [us(qu, { properties: t2.properties }, null, 8, ["properties"]), us(s2), us(c2, { style: { width: "100%" } }, { label: Lo((e2) => [us(i2, { modelValue: t2.properties.requestMethod, "onUpdate:modelValue": o3[0] || (o3[0] = (e3) => t2.properties.requestMethod = e3), placeholder: "请求方式" }, { default: Lo(() => [(Ya(true), ls(Ga, null, En(Il(Au), (e3) => (Ya(), os(r2, { key: e3.value, label: e3.label, value: e3.value }, null, 8, ["label", "value"]))), 128))]), _: 1 }, 8, ["modelValue"])]), default: Lo(() => [us(u2, { modelValue: t2.properties.url, "onUpdate:modelValue": o3[1] || (o3[1] = (e2) => t2.properties.url = e2), placeholder: "" }, null, 8, ["modelValue"])]), _: 1 }), us(p2, { modelValue: n2.value, "onUpdate:modelValue": o3[6] || (o3[6] = (e2) => n2.value = e2), class: "demo-tabs", onTabClick: a2 }, { default: Lo(() => [us(d2, { label: "Params", name: "params", style: { padding: "0 5px 5px 5px" } }, { default: Lo(() => [us(Rc, { modelValue: t2.properties.queryParams, "onUpdate:modelValue": o3[2] || (o3[2] = (e2) => t2.properties.queryParams = e2) }, null, 8, ["modelValue"])]), _: 1 }), us(d2, { label: "Headers", name: "headers" }, { default: Lo(() => [us(qc, { modelValue: t2.properties.headers, "onUpdate:modelValue": o3[3] || (o3[3] = (e2) => t2.properties.headers = e2) }, null, 8, ["modelValue"])]), _: 1 }), us(d2, { label: "Body", name: "body", style: { padding: "0 5px 5px 5px" } }, { default: Lo(() => [us(Lc, { modelValue: t2.properties.httpSerivceBody, "onUpdate:modelValue": o3[4] || (o3[4] = (e2) => t2.properties.httpSerivceBody = e2) }, null, 8, ["modelValue"])]), _: 1 }), us(d2, { label: "Cookies", name: "cookies" }, { default: Lo(() => [us(Hc, { modelValue: t2.properties.cookies, "onUpdate:modelValue": o3[5] || (o3[5] = (e2) => t2.properties.cookies = e2) }, null, 8, ["modelValue"])]), _: 1 })]), _: 1 }, 8, ["modelValue"]), us(m2, { title: "返回值设置", type: "info", size: "small", closable: false }, { title: Lo(() => [o3[17] || (o3[17] = ms(" 返回值设置 ", -1)), is("span", Zc, [us(i2, { size: "small", onChange: o3[7] || (o3[7] = (e2) => t2.properties.responseSetting = []), modelValue: t2.properties.responseContentType, "onUpdate:modelValue": o3[8] || (o3[8] = (e2) => t2.properties.responseContentType = e2), style: { width: "80px", "background-color": "var(--el-fill-color-blank)" } }, { default: Lo(() => [us(r2, { label: "JSON", value: "application/json" }), us(r2, { label: "TEXT", value: "text/plain" }), us(r2, { label: "XML", value: "application/xml" })]), _: 1 }, 8, ["modelValue"])])]), _: 1 }), "application/json" === t2.properties.responseContentType ? (Ya(), os(Wc, { key: 0, modelValue: t2.properties.responseSetting, "onUpdate:modelValue": o3[9] || (o3[9] = (e2) => t2.properties.responseSetting = e2), "content-type": t2.properties.responseContentType }, null, 8, ["modelValue", "content-type"])) : fs("", true), "application/xml" === t2.properties.responseContentType ? (Ya(), os(Xc, { key: 1, modelValue: t2.properties.responseSetting, "onUpdate:modelValue": o3[10] || (o3[10] = (e2) => t2.properties.responseSetting = e2), "content-type": t2.properties.responseContentType }, null, 8, ["modelValue", "content-type"])) : fs("", true), "text/plain" === t2.properties.responseContentType ? (Ya(), os(Yc, { key: 2, modelValue: t2.properties.responseSetting, "onUpdate:modelValue": o3[11] || (o3[11] = (e2) => t2.properties.responseSetting = e2), "content-type": t2.properties.responseContentType }, null, 8, ["modelValue", "content-type"])) : fs("", true), us(m2, { title: "异常判断", type: "info", size: "small", closable: false }), us(c2, { label: "状态码:" }, { default: Lo(() => [us(i2, { modelValue: t2.properties.statusCodeOperator, "onUpdate:modelValue": o3[12] || (o3[12] = (e2) => t2.properties.statusCodeOperator = e2), placeholder: "", style: { width: "15%" } }, { default: Lo(() => [(Ya(true), ls(Ga, null, En(Il(ku), (e2) => (Ya(), os(r2, { key: e2.value, label: e2.label, value: e2.value }, null, 8, ["label", "value"]))), 128))]), _: 1 }, 8, ["modelValue"]), us(u2, { type: "number", style: { "margin-left": "10px", width: "60%" }, modelValue: t2.properties.statusCode, "onUpdate:modelValue": o3[13] || (o3[13] = (e2) => t2.properties.statusCode = e2), placeholder: "" }, null, 8, ["modelValue"])]), _: 1 }), us(c2, { label: "" }, { default: Lo(() => [us(i2, { modelValue: t2.properties.logicOperator, "onUpdate:modelValue": o3[14] || (o3[14] = (e2) => t2.properties.logicOperator = e2), placeholder: "", style: { width: "15%" } }, { default: Lo(() => [(Ya(true), ls(Ga, null, En(Il(Nu), (e2) => (Ya(), os(r2, { key: e2.value, label: e2.label, value: e2.value }, null, 8, ["label", "value"]))), 128))]), _: 1 }, 8, ["modelValue"])]), _: 1 }), us(c2, { label: "返回内容:" }, { default: Lo(() => [us(i2, { modelValue: t2.properties.contentOperator, "onUpdate:modelValue": o3[15] || (o3[15] = (e2) => t2.properties.contentOperator = e2), placeholder: "", style: { width: "15%" } }, { default: Lo(() => [(Ya(true), ls(Ga, null, En(Il(Cu), (e2) => (Ya(), os(r2, { key: e2.value, label: e2.label, value: e2.value }, null, 8, ["label", "value"]))), 128))]), _: 1 }, 8, ["modelValue"]), us(u2, { modelValue: t2.properties.content, "onUpdate:modelValue": o3[16] || (o3[16] = (e2) => t2.properties.content = e2), placeholder: "", style: { "margin-left": "10px", width: "60%" } }, null, 8, ["modelValue"])]), _: 1 })]), _: 1 });
|
|
3626
|
+
};
|
|
3627
|
+
} }), [["__scopeId", "data-v-08737620"]]), td = Object.freeze(Object.defineProperty({ __proto__: null, default: ed }, Symbol.toStringTag, { value: "Module" })), ld = Wo({ __name: "config", props: { properties: { type: Object, default: () => ({}) } }, setup: (t2, { expose: l2 }) => (l2({}), (l3, o2) => {
|
|
3628
|
+
const n2 = e.ElInput, a2 = e.ElText, s2 = e.ElFormItem, r2 = e.ElAlert, i2 = e.ElForm;
|
|
3629
|
+
return Ya(), os(i2, { "label-width": "auto", "label-position": "left" }, { default: Lo(() => [us(qu, { properties: t2.properties }, null, 8, ["properties"]), us(s2, { label: "Bean名称:" }, { default: Lo(() => [us(n2, { modelValue: t2.properties.beanName, "onUpdate:modelValue": o2[0] || (o2[0] = (e2) => t2.properties.beanName = e2), placeholder: "", style: { width: "85%" } }, null, 8, ["modelValue"]), us(a2, { style: { "margin-top": "10px", "margin-bottom": "10px", display: "block" }, type: "success" }, { default: Lo(() => o2[2] || (o2[2] = [ms(" 说明:自定义bean需实现cn.ambitionq.serivceflow.core.ServiceNodeHandler接口重写execute方法 ", -1)])), _: 1, __: [2] })]), _: 1 }), us(r2, { title: "输出设置", type: "info", size: "small", closable: false, style: { "margin-bottom": "20px" } }), us(s2, { label: "设置到:" }, { default: Lo(() => [us(Il(cu), { inputSize: "default", paramTypes: ["service"], size: "small", modelValue: t2.properties.resultSet, "onUpdate:modelValue": o2[1] || (o2[1] = (e2) => t2.properties.resultSet = e2) }, null, 8, ["modelValue"])]), _: 1 })]), _: 1 });
|
|
3630
|
+
}) }), od = Object.freeze(Object.defineProperty({ __proto__: null, default: ld }, Symbol.toStringTag, { value: "Module" }));
|
|
3631
|
+
return xu;
|
|
3632
|
+
});
|