service-flow-designer 2.3.22-flow1-tmp1 → 2.3.22-flow1-tmp2
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/database-select.vue.d.ts +6 -6
- package/dist/es/designer/common/components/datatable-select.vue.d.ts +6 -6
- package/dist/es/designer/common/components/datatable-select.vue2.mjs +39 -41
- package/dist/es/designer/common/components/file-upload.vue.d.ts +6 -6
- package/dist/es/designer/common/components/file-upload.vue2.mjs +23 -25
- package/dist/es/designer/common/components/json-view/json-view-dialog.vue.d.ts +6 -6
- package/dist/es/designer/common/components/json-view/json-view-dialog.vue.mjs +13 -15
- package/dist/es/designer/common/components/json-view/json-view.vue.d.ts +4 -4
- package/dist/es/designer/common/components/json-view/json-view.vue.mjs +39 -41
- package/dist/es/designer/common/components/node-base-config.vue.d.ts +4 -4
- package/dist/es/designer/common/components/node-base-config.vue.mjs +6 -7
- package/dist/es/designer/common/components/sql-view/sql-view-dialog.vue.d.ts +6 -6
- package/dist/es/designer/common/components/sql-view/sql-view-dialog.vue.mjs +12 -14
- package/dist/es/designer/common/components/sql-view/sql-view.vue.d.ts +4 -4
- package/dist/es/designer/common/components/sql-view/sql-view.vue2.mjs +24 -26
- package/dist/es/designer/common/components/value-set-input/value-set-input.vue.d.ts +8 -8
- package/dist/es/designer/common/components/value-set-input/value-set-input.vue2.mjs +83 -87
- package/dist/es/designer/desginer-index.vue.d.ts +4 -4
- package/dist/es/designer/desginer-index.vue2.mjs +24 -47
- package/dist/es/designer/flow/base/AbLogicNodeModel.mjs +1 -1
- package/dist/es/designer/flow/base/AbLogicResizeNodeModel.mjs +10 -10
- package/dist/es/designer/service-components/base/custom-function/index.vue.d.ts +6 -6
- package/dist/es/designer/service-components/base/end-node/index.mjs +6 -8
- package/dist/es/designer/service-components/base/end-node/index.vue.d.ts +3 -3
- package/dist/es/designer/service-components/base/end-node/index.vue.mjs +7 -0
- package/dist/es/designer/service-components/base/end-node/index.vue2.mjs +3 -4
- package/dist/es/designer/service-components/base/judge-condition/index.vue.d.ts +6 -6
- package/dist/es/designer/service-components/base/loop-node/index.mjs +5 -5
- package/dist/es/designer/service-components/base/loop-node/index.vue.d.ts +3 -3
- package/dist/es/designer/service-components/base/notification/index.vue.d.ts +6 -6
- package/dist/es/designer/service-components/base/start-node/index.mjs +3 -5
- package/dist/es/designer/service-components/base/start-node/index.vue.d.ts +3 -3
- package/dist/es/designer/service-components/base/start-node/index.vue.mjs +7 -0
- package/dist/es/designer/service-components/base/start-node/index.vue2.mjs +3 -4
- package/dist/es/designer/service-components/computation/clean/index.vue.d.ts +6 -6
- package/dist/es/designer/service-components/computation/connect/index.vue.d.ts +6 -6
- package/dist/es/designer/service-components/computation/sort/config.vue.d.ts +4 -4
- package/dist/es/designer/service-components/computation/sort/config.vue2.mjs +33 -36
- package/dist/es/designer/service-components/computation/sort/index.mjs +6 -8
- package/dist/es/designer/service-components/computation/sort/index.vue.d.ts +6 -6
- package/dist/es/designer/service-components/computation/sort/index.vue.mjs +7 -0
- package/dist/es/designer/service-components/computation/sort/index.vue2.mjs +10 -5
- package/dist/es/designer/service-components/computation/split-joint/index.vue.d.ts +6 -6
- package/dist/es/designer/service-components/computation/statistics/index.vue.d.ts +6 -6
- package/dist/es/designer/service-components/database/aggregate-query/config.vue.d.ts +4 -4
- package/dist/es/designer/service-components/database/aggregate-query/config.vue2.mjs +60 -62
- package/dist/es/designer/service-components/database/aggregate-query/dimension-additional.vue.d.ts +6 -6
- package/dist/es/designer/service-components/database/aggregate-query/dimension-statistical.vue.d.ts +6 -6
- package/dist/es/designer/service-components/database/aggregate-query/dimension-statistical.vue.mjs +17 -20
- package/dist/es/designer/service-components/database/aggregate-query/filter-conditions.vue.d.ts +4 -4
- package/dist/es/designer/service-components/database/aggregate-query/filter-conditions.vue.mjs +13 -17
- package/dist/es/designer/service-components/database/aggregate-query/index.mjs +5 -7
- package/dist/es/designer/service-components/database/aggregate-query/index.vue.d.ts +6 -6
- package/dist/es/designer/service-components/database/aggregate-query/index.vue.mjs +7 -0
- package/dist/es/designer/service-components/database/aggregate-query/index.vue2.mjs +22 -5
- package/dist/es/designer/service-components/database/aggregate-query/sort-conditions.vue.d.ts +4 -4
- package/dist/es/designer/service-components/database/aggregate-query/sort-conditions.vue.mjs +10 -13
- package/dist/es/designer/service-components/database/aggregate-query/statistical-formula.vue.d.ts +6 -6
- package/dist/es/designer/service-components/database/aggregate-query/statistical-formula.vue.mjs +12 -15
- package/dist/es/designer/service-components/database/dynamic-sql/config.vue.d.ts +6 -6
- package/dist/es/designer/service-components/database/dynamic-sql/config.vue2.mjs +54 -56
- package/dist/es/designer/service-components/database/dynamic-sql/index.mjs +6 -8
- package/dist/es/designer/service-components/database/dynamic-sql/index.vue.d.ts +6 -6
- package/dist/es/designer/service-components/database/dynamic-sql/index.vue.mjs +7 -0
- package/dist/es/designer/service-components/database/dynamic-sql/index.vue2.mjs +10 -5
- package/dist/es/designer/service-components/database/regular-query/config.vue.d.ts +5 -5
- package/dist/es/designer/service-components/database/regular-query/config.vue2.mjs +37 -40
- package/dist/es/designer/service-components/database/regular-query/index.mjs +5 -7
- package/dist/es/designer/service-components/database/regular-query/index.vue.d.ts +6 -6
- package/dist/es/designer/service-components/database/regular-query/index.vue.mjs +7 -0
- package/dist/es/designer/service-components/database/regular-query/index.vue2.mjs +22 -5
- package/dist/es/designer/service-components/index.mjs +12 -13
- package/dist/es/designer/service-components/service/common/cookie-data.vue.d.ts +6 -6
- package/dist/es/designer/service-components/service/common/cookie-data.vue.mjs +13 -15
- package/dist/es/designer/service-components/service/common/form-data.vue.d.ts +6 -6
- package/dist/es/designer/service-components/service/common/form-data.vue.mjs +14 -16
- package/dist/es/designer/service-components/service/common/header-data.vue.d.ts +6 -6
- package/dist/es/designer/service-components/service/common/header-data.vue.mjs +12 -14
- package/dist/es/designer/service-components/service/common/json-data.vue.d.ts +6 -6
- package/dist/es/designer/service-components/service/common/json-data.vue2.mjs +12 -14
- package/dist/es/designer/service-components/service/common/param-config.vue.d.ts +4 -4
- package/dist/es/designer/service-components/service/common/param-config.vue2.mjs +15 -17
- package/dist/es/designer/service-components/service/common/query-params.vue.d.ts +6 -6
- package/dist/es/designer/service-components/service/common/query-params.vue.mjs +12 -14
- package/dist/es/designer/service-components/service/common/raw-data.vue.d.ts +7 -7
- package/dist/es/designer/service-components/service/common/raw-data.vue.mjs +22 -24
- package/dist/es/designer/service-components/service/common/xml-data.vue.d.ts +7 -7
- package/dist/es/designer/service-components/service/custom-bean/config.vue.d.ts +4 -4
- package/dist/es/designer/service-components/service/custom-bean/config.vue2.mjs +7 -9
- package/dist/es/designer/service-components/service/custom-bean/index.mjs +6 -8
- package/dist/es/designer/service-components/service/custom-bean/index.vue.d.ts +6 -6
- package/dist/es/designer/service-components/service/custom-bean/index.vue.mjs +7 -0
- package/dist/es/designer/service-components/service/custom-bean/index.vue2.mjs +10 -5
- package/dist/es/designer/service-components/service/http-service/config.vue.d.ts +4 -4
- package/dist/es/designer/service-components/service/http-service/config.vue2.mjs +20 -22
- package/dist/es/designer/service-components/service/http-service/index.mjs +6 -8
- package/dist/es/designer/service-components/service/http-service/index.vue.d.ts +6 -6
- package/dist/es/designer/service-components/service/http-service/index.vue.mjs +7 -0
- package/dist/es/designer/service-components/service/http-service/index.vue2.mjs +10 -5
- package/dist/es/designer/service-components/service/http-service/response-json-setting.vue.d.ts +6 -6
- package/dist/es/designer/service-components/service/http-service/response-json-setting.vue.mjs +25 -28
- package/dist/es/designer/service-components/service/http-service/response-text-setting.vue.d.ts +6 -6
- package/dist/es/designer/service-components/service/http-service/response-text-setting.vue.mjs +10 -12
- package/dist/es/designer/service-components/service/http-service/response-xml-setting.vue.d.ts +6 -6
- package/dist/es/designer/service-components/service/http-service/response-xml-setting.vue.mjs +21 -24
- package/dist/es/designer/service-flow-view/service-flow-tool.vue.d.ts +6 -6
- package/dist/es/designer/service-flow-view/service-flow-tool.vue2.mjs +25 -29
- package/dist/es/designer/service-flow-view/service-node-config.vue.d.ts +7 -7
- package/dist/es/designer/service-flow-view/service-node-config.vue2.mjs +22 -25
- package/dist/es/designer/service-flow-view/service-params.vue.d.ts +4 -4
- package/dist/es/designer/service-flow-view/service-params.vue.mjs +15 -18
- package/dist/es/designer/service-flow-view/service-result.vue.d.ts +4 -4
- package/dist/es/designer/service-flow-view/service-result.vue.mjs +24 -27
- package/dist/es/designer/service-flow-view/service-test/request-params.vue.d.ts +4 -4
- package/dist/es/designer/service-flow-view/service-test/request-params.vue.mjs +21 -22
- package/dist/es/designer/service-flow-view/service-test/service-test.vue.d.ts +6 -6
- package/dist/es/designer/service-flow-view/service-test/service-test.vue.mjs +43 -46
- package/dist/es/designer/service-flow-view/service-update-log.vue.d.ts +7 -7
- package/dist/es/designer/service-flow-view/service-update-log.vue2.mjs +27 -29
- package/dist/es/designer/service-flow-view/view-index.vue.d.ts +7 -7
- package/dist/es/designer/service-flow-view/view-index.vue2.mjs +59 -82
- package/dist/es/designer/service-panel/component-panel.vue.d.ts +2 -2
- package/dist/es/designer/service-panel/component-panel.vue2.mjs +11 -14
- package/dist/es/designer/service-panel/service-list.vue.d.ts +6 -6
- package/dist/es/designer/service-panel/service-list.vue2.mjs +68 -72
- package/dist/es/designer/service-panel/service-panel.vue.d.ts +6 -6
- package/dist/es/designer/service-panel/service-panel.vue2.mjs +17 -41
- package/dist/es/stores/page-store.d.ts +11 -11
- package/dist/es/stores/page-store.mjs +21 -23
- package/dist/es/style.css +2 -2
- package/dist/lib/designer/common/components/database-select.vue.d.ts +6 -6
- package/dist/lib/designer/common/components/datatable-select.vue.d.ts +6 -6
- package/dist/lib/designer/common/components/datatable-select.vue2.cjs +42 -42
- package/dist/lib/designer/common/components/file-upload.vue.d.ts +6 -6
- package/dist/lib/designer/common/components/file-upload.vue2.cjs +18 -18
- package/dist/lib/designer/common/components/json-view/json-view-dialog.vue.cjs +10 -10
- package/dist/lib/designer/common/components/json-view/json-view-dialog.vue.d.ts +6 -6
- package/dist/lib/designer/common/components/json-view/json-view.vue.cjs +33 -34
- package/dist/lib/designer/common/components/json-view/json-view.vue.d.ts +4 -4
- package/dist/lib/designer/common/components/node-base-config.vue.cjs +5 -5
- package/dist/lib/designer/common/components/node-base-config.vue.d.ts +4 -4
- package/dist/lib/designer/common/components/sql-view/sql-view-dialog.vue.cjs +11 -11
- package/dist/lib/designer/common/components/sql-view/sql-view-dialog.vue.d.ts +6 -6
- package/dist/lib/designer/common/components/sql-view/sql-view.vue.d.ts +4 -4
- package/dist/lib/designer/common/components/sql-view/sql-view.vue2.cjs +19 -20
- package/dist/lib/designer/common/components/value-set-input/value-set-input.vue.d.ts +8 -8
- package/dist/lib/designer/common/components/value-set-input/value-set-input.vue2.cjs +64 -64
- package/dist/lib/designer/desginer-index.vue.d.ts +4 -4
- package/dist/lib/designer/desginer-index.vue2.cjs +18 -18
- package/dist/lib/designer/flow/base/AbLogicNodeModel.cjs +1 -1
- package/dist/lib/designer/flow/base/AbLogicResizeNodeModel.cjs +1 -1
- package/dist/lib/designer/service-components/base/custom-function/index.vue.d.ts +6 -6
- package/dist/lib/designer/service-components/base/end-node/index.cjs +6 -6
- package/dist/lib/designer/service-components/base/end-node/index.vue.cjs +5 -0
- package/dist/lib/designer/service-components/base/end-node/index.vue.d.ts +3 -3
- package/dist/lib/designer/service-components/base/end-node/index.vue2.cjs +2 -4
- package/dist/lib/designer/service-components/base/judge-condition/index.vue.d.ts +6 -6
- package/dist/lib/designer/service-components/base/loop-node/index.cjs +1 -1
- package/dist/lib/designer/service-components/base/loop-node/index.vue.d.ts +3 -3
- package/dist/lib/designer/service-components/base/notification/index.vue.d.ts +6 -6
- package/dist/lib/designer/service-components/base/start-node/index.cjs +6 -6
- package/dist/lib/designer/service-components/base/start-node/index.vue.cjs +5 -0
- package/dist/lib/designer/service-components/base/start-node/index.vue.d.ts +3 -3
- package/dist/lib/designer/service-components/base/start-node/index.vue2.cjs +2 -4
- package/dist/lib/designer/service-components/computation/clean/index.vue.d.ts +6 -6
- package/dist/lib/designer/service-components/computation/connect/index.vue.d.ts +6 -6
- package/dist/lib/designer/service-components/computation/sort/config.vue.d.ts +4 -4
- package/dist/lib/designer/service-components/computation/sort/config.vue2.cjs +25 -25
- package/dist/lib/designer/service-components/computation/sort/index.cjs +6 -6
- package/dist/lib/designer/service-components/computation/sort/index.vue.cjs +5 -0
- package/dist/lib/designer/service-components/computation/sort/index.vue.d.ts +6 -6
- package/dist/lib/designer/service-components/computation/sort/index.vue2.cjs +7 -4
- package/dist/lib/designer/service-components/computation/split-joint/index.vue.d.ts +6 -6
- package/dist/lib/designer/service-components/computation/statistics/index.vue.d.ts +6 -6
- package/dist/lib/designer/service-components/database/aggregate-query/config.vue.d.ts +4 -4
- package/dist/lib/designer/service-components/database/aggregate-query/config.vue2.cjs +47 -47
- package/dist/lib/designer/service-components/database/aggregate-query/dimension-additional.vue.d.ts +6 -6
- package/dist/lib/designer/service-components/database/aggregate-query/dimension-statistical.vue.cjs +12 -12
- package/dist/lib/designer/service-components/database/aggregate-query/dimension-statistical.vue.d.ts +6 -6
- package/dist/lib/designer/service-components/database/aggregate-query/filter-conditions.vue.cjs +17 -17
- package/dist/lib/designer/service-components/database/aggregate-query/filter-conditions.vue.d.ts +4 -4
- package/dist/lib/designer/service-components/database/aggregate-query/index.cjs +6 -6
- package/dist/lib/designer/service-components/database/aggregate-query/index.vue.cjs +5 -0
- package/dist/lib/designer/service-components/database/aggregate-query/index.vue.d.ts +6 -6
- package/dist/lib/designer/service-components/database/aggregate-query/index.vue2.cjs +19 -4
- package/dist/lib/designer/service-components/database/aggregate-query/sort-conditions.vue.cjs +9 -9
- package/dist/lib/designer/service-components/database/aggregate-query/sort-conditions.vue.d.ts +4 -4
- package/dist/lib/designer/service-components/database/aggregate-query/statistical-formula.vue.cjs +8 -8
- package/dist/lib/designer/service-components/database/aggregate-query/statistical-formula.vue.d.ts +6 -6
- package/dist/lib/designer/service-components/database/dynamic-sql/config.vue.d.ts +6 -6
- package/dist/lib/designer/service-components/database/dynamic-sql/config.vue2.cjs +38 -37
- package/dist/lib/designer/service-components/database/dynamic-sql/index.cjs +6 -6
- package/dist/lib/designer/service-components/database/dynamic-sql/index.vue.cjs +5 -0
- package/dist/lib/designer/service-components/database/dynamic-sql/index.vue.d.ts +6 -6
- package/dist/lib/designer/service-components/database/dynamic-sql/index.vue2.cjs +7 -4
- package/dist/lib/designer/service-components/database/regular-query/config.vue.d.ts +5 -5
- package/dist/lib/designer/service-components/database/regular-query/config.vue2.cjs +33 -33
- package/dist/lib/designer/service-components/database/regular-query/index.cjs +6 -6
- package/dist/lib/designer/service-components/database/regular-query/index.vue.cjs +5 -0
- package/dist/lib/designer/service-components/database/regular-query/index.vue.d.ts +6 -6
- package/dist/lib/designer/service-components/database/regular-query/index.vue2.cjs +19 -4
- package/dist/lib/designer/service-components/index.cjs +8 -6
- package/dist/lib/designer/service-components/service/common/cookie-data.vue.cjs +11 -11
- package/dist/lib/designer/service-components/service/common/cookie-data.vue.d.ts +6 -6
- package/dist/lib/designer/service-components/service/common/form-data.vue.cjs +11 -11
- package/dist/lib/designer/service-components/service/common/form-data.vue.d.ts +6 -6
- package/dist/lib/designer/service-components/service/common/header-data.vue.cjs +11 -11
- package/dist/lib/designer/service-components/service/common/header-data.vue.d.ts +6 -6
- package/dist/lib/designer/service-components/service/common/json-data.vue.d.ts +6 -6
- package/dist/lib/designer/service-components/service/common/json-data.vue2.cjs +11 -11
- package/dist/lib/designer/service-components/service/common/param-config.vue.d.ts +4 -4
- package/dist/lib/designer/service-components/service/common/param-config.vue2.cjs +9 -9
- package/dist/lib/designer/service-components/service/common/query-params.vue.cjs +11 -11
- package/dist/lib/designer/service-components/service/common/query-params.vue.d.ts +6 -6
- package/dist/lib/designer/service-components/service/common/raw-data.vue.cjs +18 -19
- package/dist/lib/designer/service-components/service/common/raw-data.vue.d.ts +7 -7
- package/dist/lib/designer/service-components/service/common/xml-data.vue.d.ts +7 -7
- package/dist/lib/designer/service-components/service/custom-bean/config.vue.d.ts +4 -4
- package/dist/lib/designer/service-components/service/custom-bean/config.vue2.cjs +6 -6
- package/dist/lib/designer/service-components/service/custom-bean/index.cjs +6 -6
- package/dist/lib/designer/service-components/service/custom-bean/index.vue.cjs +5 -0
- package/dist/lib/designer/service-components/service/custom-bean/index.vue.d.ts +6 -6
- package/dist/lib/designer/service-components/service/custom-bean/index.vue2.cjs +7 -4
- package/dist/lib/designer/service-components/service/http-service/config.vue.d.ts +4 -4
- package/dist/lib/designer/service-components/service/http-service/config.vue2.cjs +10 -10
- package/dist/lib/designer/service-components/service/http-service/index.cjs +6 -6
- package/dist/lib/designer/service-components/service/http-service/index.vue.cjs +5 -0
- package/dist/lib/designer/service-components/service/http-service/index.vue.d.ts +6 -6
- package/dist/lib/designer/service-components/service/http-service/index.vue2.cjs +7 -4
- package/dist/lib/designer/service-components/service/http-service/response-json-setting.vue.cjs +35 -35
- package/dist/lib/designer/service-components/service/http-service/response-json-setting.vue.d.ts +6 -6
- package/dist/lib/designer/service-components/service/http-service/response-text-setting.vue.cjs +9 -9
- package/dist/lib/designer/service-components/service/http-service/response-text-setting.vue.d.ts +6 -6
- package/dist/lib/designer/service-components/service/http-service/response-xml-setting.vue.cjs +35 -35
- package/dist/lib/designer/service-components/service/http-service/response-xml-setting.vue.d.ts +6 -6
- package/dist/lib/designer/service-flow-view/service-flow-tool.vue.d.ts +6 -6
- package/dist/lib/designer/service-flow-view/service-flow-tool.vue2.cjs +16 -16
- package/dist/lib/designer/service-flow-view/service-node-config.vue.d.ts +7 -7
- package/dist/lib/designer/service-flow-view/service-node-config.vue2.cjs +20 -20
- package/dist/lib/designer/service-flow-view/service-params.vue.cjs +33 -33
- package/dist/lib/designer/service-flow-view/service-params.vue.d.ts +4 -4
- package/dist/lib/designer/service-flow-view/service-result.vue.cjs +32 -32
- package/dist/lib/designer/service-flow-view/service-result.vue.d.ts +4 -4
- package/dist/lib/designer/service-flow-view/service-test/request-params.vue.cjs +26 -26
- package/dist/lib/designer/service-flow-view/service-test/request-params.vue.d.ts +4 -4
- package/dist/lib/designer/service-flow-view/service-test/service-test.vue.cjs +38 -38
- package/dist/lib/designer/service-flow-view/service-test/service-test.vue.d.ts +6 -6
- package/dist/lib/designer/service-flow-view/service-update-log.vue.d.ts +7 -7
- package/dist/lib/designer/service-flow-view/service-update-log.vue2.cjs +22 -22
- package/dist/lib/designer/service-flow-view/view-index.vue.d.ts +7 -7
- package/dist/lib/designer/service-flow-view/view-index.vue2.cjs +67 -67
- package/dist/lib/designer/service-panel/component-panel.vue.d.ts +2 -2
- package/dist/lib/designer/service-panel/component-panel.vue2.cjs +9 -9
- package/dist/lib/designer/service-panel/service-list.vue.d.ts +6 -6
- package/dist/lib/designer/service-panel/service-list.vue2.cjs +58 -58
- package/dist/lib/designer/service-panel/service-panel.vue.d.ts +6 -6
- package/dist/lib/designer/service-panel/service-panel.vue2.cjs +14 -15
- package/dist/lib/stores/page-store.cjs +20 -20
- package/dist/lib/stores/page-store.d.ts +11 -11
- package/dist/lib/style.css +2 -2
- package/dist/umd/index.full.min.js +720 -3260
- package/dist/umd/style.css +2 -2
- package/package.json +27 -24
- package/dist/es/designer/service-components/base/end-node/index.vue3.mjs +0 -7
- package/dist/es/designer/service-components/base/start-node/index.vue3.mjs +0 -7
- package/dist/es/designer/service-components/computation/sort/index.vue3.mjs +0 -14
- package/dist/es/designer/service-components/database/aggregate-query/index.vue3.mjs +0 -27
- package/dist/es/designer/service-components/database/dynamic-sql/index.vue3.mjs +0 -14
- package/dist/es/designer/service-components/database/regular-query/index.vue3.mjs +0 -27
- package/dist/es/designer/service-components/service/custom-bean/index.vue3.mjs +0 -14
- package/dist/es/designer/service-components/service/http-service/index.vue3.mjs +0 -14
- package/dist/lib/designer/service-components/base/end-node/index.vue3.cjs +0 -4
- package/dist/lib/designer/service-components/base/start-node/index.vue3.cjs +0 -4
- package/dist/lib/designer/service-components/computation/sort/index.vue3.cjs +0 -8
- package/dist/lib/designer/service-components/database/aggregate-query/index.vue3.cjs +0 -20
- package/dist/lib/designer/service-components/database/dynamic-sql/index.vue3.cjs +0 -8
- package/dist/lib/designer/service-components/database/regular-query/index.vue3.cjs +0 -20
- package/dist/lib/designer/service-components/service/custom-bean/index.vue3.cjs +0 -8
- package/dist/lib/designer/service-components/service/http-service/index.vue3.cjs +0 -8
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
2
|
modelValue: {
|
|
3
3
|
type: ArrayConstructor;
|
|
4
4
|
default: () => any;
|
|
5
5
|
};
|
|
6
|
-
}
|
|
6
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7
7
|
"update:modelValue": (...args: any[]) => void;
|
|
8
|
-
}, string, import('vue').
|
|
8
|
+
}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
|
|
9
9
|
modelValue: {
|
|
10
10
|
type: ArrayConstructor;
|
|
11
11
|
default: () => any;
|
|
12
12
|
};
|
|
13
|
-
}>> &
|
|
13
|
+
}>> & {
|
|
14
14
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
15
|
-
}
|
|
15
|
+
}, {
|
|
16
16
|
modelValue: unknown[];
|
|
17
|
-
}, {}
|
|
17
|
+
}, {}>;
|
|
18
18
|
export default _default;
|
|
@@ -1,25 +1,23 @@
|
|
|
1
|
-
import { ElTable as e, ElTableColumn as l, ElInput as
|
|
1
|
+
import { ElTable as e, ElTableColumn as l, ElInput as a, ElButton as o } from "element-plus/es";
|
|
2
2
|
import "element-plus/es/components/base/style/css";
|
|
3
3
|
import "element-plus/es/components/table/style/css";
|
|
4
4
|
import "element-plus/es/components/button/style/css";
|
|
5
5
|
import "element-plus/es/components/table-column/style/css";
|
|
6
6
|
import "element-plus/es/components/input/style/css";
|
|
7
|
-
import "
|
|
8
|
-
import
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
const c = m({ __name: "json-data", props: { modelValue: { type: Array, default: () => null } }, emits: ["update:modelValue"], setup(m2, { expose: c2, emit: _ }) {
|
|
12
|
-
const V = _, y = m2;
|
|
7
|
+
import { defineComponent as t, createBlock as s, createCommentVNode as n, openBlock as m, withCtx as r, createVNode as u, unref as p, createTextVNode as d } from "vue";
|
|
8
|
+
import i from "../../../common/components/value-set-input/value-set-input.vue.mjs";
|
|
9
|
+
const c = t({ __name: "json-data", props: { modelValue: { type: Array, default: () => null } }, emits: ["update:modelValue"], setup(t2, { expose: c2, emit: V }) {
|
|
10
|
+
const y = t2;
|
|
13
11
|
y.modelValue && Array.isArray(y.modelValue) || V("update:modelValue", []);
|
|
14
|
-
const
|
|
12
|
+
const f = () => {
|
|
15
13
|
y.modelValue.push({ name: "", value: "", description: "" });
|
|
16
14
|
};
|
|
17
|
-
return c2({}), (c3,
|
|
18
|
-
const
|
|
19
|
-
return Array.isArray(
|
|
20
|
-
return
|
|
21
|
-
var
|
|
22
|
-
} }, { default: r(() =>
|
|
15
|
+
return c2({}), (c3, V2) => {
|
|
16
|
+
const v = a, _ = l, b = o, w = e;
|
|
17
|
+
return Array.isArray(t2.modelValue) ? (m(), s(w, { key: 0, data: t2.modelValue, border: "", size: "small" }, { default: r(() => [u(_, { prop: "name", label: "参数名", align: "center" }, { default: r((e2) => [u(v, { size: "small", modelValue: e2.row.name, "onUpdate:modelValue": (l2) => e2.row.name = l2, placeholder: "" }, null, 8, ["modelValue", "onUpdate:modelValue"])]), _: 1 }), u(_, { prop: "prop", label: "值", align: "center" }, { default: r((e2) => [u(p(i), { size: "small", paramTypes: ["service", "fixed"], modelValue: e2.row.value, "onUpdate:modelValue": (l2) => e2.row.value = l2 }, null, 8, ["modelValue", "onUpdate:modelValue"])]), _: 1 }), u(_, { prop: "description", label: "说明", align: "center" }, { default: r((e2) => [u(v, { size: "small", modelValue: e2.row.description, "onUpdate:modelValue": (l2) => e2.row.description = l2, placeholder: "" }, null, 8, ["modelValue", "onUpdate:modelValue"])]), _: 1 }), u(_, { align: "center", width: "70" }, { header: r(() => [u(b, { type: "primary", size: "small", onClick: f, link: "" }, { default: r(() => [d("添加 ")]), _: 1 })]), default: r((e2) => [u(b, { type: "danger", size: "small", link: "", onClick: (l2) => {
|
|
18
|
+
return a2 = e2.$index, e2.row, void y.modelValue.splice(a2, 1);
|
|
19
|
+
var a2;
|
|
20
|
+
} }, { default: r(() => [d(" 删除 ")]), _: 2 }, 1032, ["onClick"])]), _: 1 })]), _: 1 }, 8, ["data"])) : n("", true);
|
|
23
21
|
};
|
|
24
22
|
} });
|
|
25
23
|
export {
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
2
|
modelValue: {
|
|
3
3
|
type: ObjectConstructor;
|
|
4
4
|
default: () => {
|
|
5
5
|
bodyType: string;
|
|
6
6
|
};
|
|
7
7
|
};
|
|
8
|
-
}
|
|
8
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
|
|
9
9
|
modelValue: {
|
|
10
10
|
type: ObjectConstructor;
|
|
11
11
|
default: () => {
|
|
12
12
|
bodyType: string;
|
|
13
13
|
};
|
|
14
14
|
};
|
|
15
|
-
}
|
|
15
|
+
}>>, {
|
|
16
16
|
modelValue: Record<string, any>;
|
|
17
|
-
}, {}
|
|
17
|
+
}, {}>;
|
|
18
18
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ElRadioGroup as e, ElRadio as l, ElSelect as o, ElOption as a, ElEmpty as t, ElFormItem as m } from "element-plus/es";
|
|
2
2
|
import "element-plus/es/components/base/style/css";
|
|
3
3
|
import "element-plus/es/components/form-item/style/css";
|
|
4
4
|
import "element-plus/es/components/empty/style/css";
|
|
@@ -6,28 +6,26 @@ import "element-plus/es/components/select/style/css";
|
|
|
6
6
|
import "element-plus/es/components/option/style/css";
|
|
7
7
|
import "element-plus/es/components/radio-group/style/css";
|
|
8
8
|
import "element-plus/es/components/radio/style/css";
|
|
9
|
-
import "
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import
|
|
9
|
+
import { defineComponent as d, ref as n, onMounted as s, createElementBlock as u, openBlock as r, Fragment as p, createVNode as i, createBlock as c, createCommentVNode as y, withCtx as f, createTextVNode as V, createElementVNode as b, pushScopeId as v, popScopeId as w } from "vue";
|
|
10
|
+
import T from "./form-data.vue.mjs";
|
|
11
|
+
import _ from "./json-data.vue.mjs";
|
|
12
|
+
import x from "../../../common/components/file-upload.vue.mjs";
|
|
13
13
|
import "codemirror";
|
|
14
14
|
import "@codemirror/lang-xml";
|
|
15
15
|
import "@codemirror/state";
|
|
16
|
-
import
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
const x = r2, g = j(), z = (e2) => {
|
|
21
|
-
x.modelValue.mediaType = U(e2), x.modelValue.content = "formData" === e2 || "formUrlencoded" === e2 || "json" === e2 ? [] : "raw" === e2 ? "" : {};
|
|
16
|
+
import j from "./raw-data.vue.mjs";
|
|
17
|
+
const g = ((e2) => (v("data-v-1ee0eb33"), e2 = e2(), w(), e2))(() => b("span", null, null, -1)), z = d({ __name: "param-config", props: { modelValue: { type: Object, default: () => ({ bodyType: "none" }) } }, setup(d2, { expose: b2 }) {
|
|
18
|
+
const v2 = d2, w2 = n(), z2 = (e2) => {
|
|
19
|
+
v2.modelValue.mediaType = U(e2), v2.modelValue.content = "formData" === e2 || "formUrlencoded" === e2 || "json" === e2 ? [] : "raw" === e2 ? "" : {};
|
|
22
20
|
}, U = (e2) => "formData" === e2 ? "multipart/form-data" : "formUrlencoded" === e2 ? "application/x-www-form-urlencoded" : "json" === e2 || "raw" === e2 ? "application/json" : "binary" === e2 ? "application/octet-stream" : "", k = (e2) => {
|
|
23
|
-
|
|
21
|
+
w2.value && w2.value.loadEditor();
|
|
24
22
|
};
|
|
25
|
-
return
|
|
26
|
-
}),
|
|
27
|
-
const
|
|
28
|
-
return
|
|
23
|
+
return s(() => {
|
|
24
|
+
}), b2({}), (n2, s2) => {
|
|
25
|
+
const b3 = l, v3 = e, U2 = a, h = o, D = t, S = m;
|
|
26
|
+
return r(), u(p, null, [i(v3, { modelValue: d2.modelValue.bodyType, "onUpdate:modelValue": s2[0] || (s2[0] = (e2) => d2.modelValue.bodyType = e2), style: { "margin-bottom": "10px" }, onChange: z2 }, { default: f(() => [i(b3, { value: "none", size: "small" }, { default: f(() => [V("none")]), _: 1 }), i(b3, { value: "formData", size: "small" }, { default: f(() => [V("form-data")]), _: 1 }), i(b3, { value: "formUrlencoded", size: "small" }, { default: f(() => [V("x-www-form-urlencoded")]), _: 1 }), i(b3, { value: "json", size: "small" }, { default: f(() => [V("json")]), _: 1 }), i(b3, { value: "raw", size: "small" }, { default: f(() => [V("raw")]), _: 1 }), i(b3, { value: "binary", size: "small" }, { default: f(() => [V("binary")]), _: 1 })]), _: 1 }, 8, ["modelValue"]), "raw" === d2.modelValue.bodyType ? (r(), c(h, { key: 0, size: "small", modelValue: d2.modelValue.mediaType, "onUpdate:modelValue": s2[1] || (s2[1] = (e2) => d2.modelValue.mediaType = e2), onChange: k, style: { "margin-left": "10px", width: "80px", "background-color": "var(--el-fill-color-blank)" } }, { default: f(() => [i(U2, { size: "small", label: "TEXT", value: "text/plain" }), i(U2, { size: "small", label: "JSON", value: "application/json" }), i(U2, { size: "small", label: "XML", value: "application/xml" })]), _: 1 }, 8, ["modelValue"])) : y("", true), "none" === d2.modelValue.bodyType ? (r(), c(D, { key: 1, description: "不需要请求体", style: { border: "1px solid #dcdfe6" } }, { image: f(() => [g]), _: 1 })) : "formData" === d2.modelValue.bodyType || "formUrlencoded" === d2.modelValue.bodyType ? (r(), c(S, { key: 2, "label-width": "0", style: { "margin-bottom": "0px" } }, { default: f(() => [i(T, { modelValue: d2.modelValue.content, "onUpdate:modelValue": s2[2] || (s2[2] = (e2) => d2.modelValue.content = e2) }, null, 8, ["modelValue"])]), _: 1 })) : "json" === d2.modelValue.bodyType ? (r(), c(S, { key: 3, "label-width": "0", style: { "margin-bottom": "0px" } }, { default: f(() => [i(_, { modelValue: d2.modelValue.content, "onUpdate:modelValue": s2[3] || (s2[3] = (e2) => d2.modelValue.content = e2) }, null, 8, ["modelValue"])]), _: 1 })) : "binary" === d2.modelValue.bodyType ? (r(), c(x, { key: 4, modelValue: d2.modelValue.content, "onUpdate:modelValue": s2[4] || (s2[4] = (e2) => d2.modelValue.content = e2) }, null, 8, ["modelValue"])) : "raw" === d2.modelValue.bodyType ? (r(), c(S, { key: 5, "label-width": "0", style: { "margin-bottom": "0px" } }, { default: f(() => [i(j, { ref_key: "rawDataRef", ref: w2, modelValue: d2.modelValue.content, "onUpdate:modelValue": s2[5] || (s2[5] = (e2) => d2.modelValue.content = e2), httpSerivceBody: d2.modelValue }, null, 8, ["modelValue", "httpSerivceBody"])]), _: 1 })) : y("", true)], 64);
|
|
29
27
|
};
|
|
30
28
|
} });
|
|
31
29
|
export {
|
|
32
|
-
|
|
30
|
+
z as default
|
|
33
31
|
};
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
2
|
modelValue: {
|
|
3
3
|
type: ArrayConstructor;
|
|
4
4
|
default: () => any;
|
|
5
5
|
};
|
|
6
|
-
}
|
|
6
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7
7
|
"update:modelValue": (...args: any[]) => void;
|
|
8
|
-
}, string, import('vue').
|
|
8
|
+
}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
|
|
9
9
|
modelValue: {
|
|
10
10
|
type: ArrayConstructor;
|
|
11
11
|
default: () => any;
|
|
12
12
|
};
|
|
13
|
-
}>> &
|
|
13
|
+
}>> & {
|
|
14
14
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
15
|
-
}
|
|
15
|
+
}, {
|
|
16
16
|
modelValue: unknown[];
|
|
17
|
-
}, {}
|
|
17
|
+
}, {}>;
|
|
18
18
|
export default _default;
|
|
@@ -1,25 +1,23 @@
|
|
|
1
|
-
import { ElTable as e,
|
|
1
|
+
import { ElTable as e, ElTableColumn as l, ElInput as o, ElButton as a } from "element-plus/es";
|
|
2
2
|
import "element-plus/es/components/base/style/css";
|
|
3
3
|
import "element-plus/es/components/table/style/css";
|
|
4
4
|
import "element-plus/es/components/button/style/css";
|
|
5
5
|
import "element-plus/es/components/table-column/style/css";
|
|
6
6
|
import "element-plus/es/components/input/style/css";
|
|
7
|
-
import "
|
|
8
|
-
import
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
const
|
|
13
|
-
|
|
14
|
-
const V = () => {
|
|
15
|
-
v.modelValue.push({ name: "", value: "", description: "" });
|
|
7
|
+
import { defineComponent as t, createBlock as s, openBlock as n, withCtx as m, createVNode as p, unref as u, createTextVNode as r } from "vue";
|
|
8
|
+
import d from "../../../common/components/value-set-input/value-set-input.vue.mjs";
|
|
9
|
+
const i = t({ __name: "query-params", props: { modelValue: { type: Array, default: () => null } }, emits: ["update:modelValue"], setup(t2, { expose: i2, emit: c }) {
|
|
10
|
+
const V = t2;
|
|
11
|
+
V.modelValue || c("update:modelValue", []);
|
|
12
|
+
const f = () => {
|
|
13
|
+
V.modelValue.push({ name: "", value: "", description: "" });
|
|
16
14
|
};
|
|
17
15
|
return i2({}), (i3, c2) => {
|
|
18
|
-
const
|
|
19
|
-
return n(),
|
|
20
|
-
return o2 = e2.$index, e2.row, void
|
|
16
|
+
const y = o, v = l, _ = a, b = e;
|
|
17
|
+
return n(), s(b, { data: t2.modelValue, border: "", size: "small" }, { default: m(() => [p(v, { prop: "name", label: "参数名", align: "center" }, { default: m((e2) => [p(y, { size: "small", modelValue: e2.row.name, "onUpdate:modelValue": (l2) => e2.row.name = l2, placeholder: "" }, null, 8, ["modelValue", "onUpdate:modelValue"])]), _: 1 }), p(v, { prop: "prop", label: "值", align: "center" }, { default: m((e2) => [p(u(d), { size: "small", paramTypes: ["service", "fixed"], modelValue: e2.row.value, "onUpdate:modelValue": (l2) => e2.row.value = l2 }, null, 8, ["modelValue", "onUpdate:modelValue"])]), _: 1 }), p(v, { prop: "description", label: "说明", align: "center" }, { default: m((e2) => [p(y, { size: "small", modelValue: e2.row.description, "onUpdate:modelValue": (l2) => e2.row.description = l2, placeholder: "" }, null, 8, ["modelValue", "onUpdate:modelValue"])]), _: 1 }), p(v, { align: "center", width: "70" }, { header: m(() => [p(_, { type: "primary", size: "small", onClick: f, link: "" }, { default: m(() => [r("添加 ")]), _: 1 })]), default: m((e2) => [p(_, { type: "danger", size: "small", link: "", onClick: (l2) => {
|
|
18
|
+
return o2 = e2.$index, e2.row, void V.modelValue.splice(o2, 1);
|
|
21
19
|
var o2;
|
|
22
|
-
} }, { default:
|
|
20
|
+
} }, { default: m(() => [r(" 删除 ")]), _: 2 }, 1032, ["onClick"])]), _: 1 })]), _: 1 }, 8, ["data"]);
|
|
23
21
|
};
|
|
24
22
|
} });
|
|
25
23
|
export {
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
declare function loadEditor(): void;
|
|
2
|
-
declare const _default: import('vue').DefineComponent<
|
|
2
|
+
declare const _default: import('vue').DefineComponent<{
|
|
3
3
|
httpSerivceBody: {
|
|
4
4
|
type: ObjectConstructor;
|
|
5
5
|
default: () => {};
|
|
6
6
|
};
|
|
7
|
-
}
|
|
7
|
+
}, {
|
|
8
8
|
updateEditor: () => void;
|
|
9
9
|
loadEditor: typeof loadEditor;
|
|
10
|
-
},
|
|
10
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
11
11
|
"update:modelValue": (...args: any[]) => void;
|
|
12
|
-
}, string, import('vue').
|
|
12
|
+
}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
|
|
13
13
|
httpSerivceBody: {
|
|
14
14
|
type: ObjectConstructor;
|
|
15
15
|
default: () => {};
|
|
16
16
|
};
|
|
17
|
-
}>> &
|
|
17
|
+
}>> & {
|
|
18
18
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
19
|
-
}
|
|
19
|
+
}, {
|
|
20
20
|
httpSerivceBody: Record<string, any>;
|
|
21
|
-
}, {}
|
|
21
|
+
}, {}>;
|
|
22
22
|
export default _default;
|
|
@@ -1,32 +1,30 @@
|
|
|
1
|
-
import "
|
|
2
|
-
import { EditorView as
|
|
3
|
-
import { json as
|
|
4
|
-
import { xml as
|
|
5
|
-
import { EditorState as
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
d(() => {
|
|
11
|
-
l.httpSerivceBody.content && "string" == typeof l.httpSerivceBody.content || v("update:modelValue", ""), y();
|
|
1
|
+
import { defineComponent as t, onMounted as e, ref as o, createElementBlock as r, openBlock as n } from "vue";
|
|
2
|
+
import { EditorView as i, basicSetup as c } from "codemirror";
|
|
3
|
+
import { json as d } from "@codemirror/lang-json";
|
|
4
|
+
import { xml as a } from "@codemirror/lang-xml";
|
|
5
|
+
import { EditorState as m } from "@codemirror/state";
|
|
6
|
+
const p = { style: { minHeight: "400px", maxHeight: "700px", width: "100%", backgroundColor: "#fff", color: "#333", outline: "1px dotted #212121" }, id: "cf-codemirror-json" }, u = t({ __name: "raw-data", props: { httpSerivceBody: { type: Object, default: () => ({}) } }, emits: ["update:modelValue"], setup(t2, { expose: u2, emit: l }) {
|
|
7
|
+
const s = t2;
|
|
8
|
+
e(() => {
|
|
9
|
+
s.httpSerivceBody.content && "string" == typeof s.httpSerivceBody.content || l("update:modelValue", ""), h();
|
|
12
10
|
});
|
|
13
|
-
const f =
|
|
14
|
-
function
|
|
11
|
+
const f = o(null);
|
|
12
|
+
function h() {
|
|
15
13
|
f.value && f.value.destroy();
|
|
16
|
-
const
|
|
17
|
-
f.value = new
|
|
14
|
+
const t3 = y();
|
|
15
|
+
f.value = new i({ state: t3, parent: document.getElementById("cf-codemirror-json") });
|
|
18
16
|
}
|
|
19
|
-
function
|
|
20
|
-
const
|
|
21
|
-
return
|
|
22
|
-
|
|
17
|
+
function y() {
|
|
18
|
+
const t3 = i.theme({}), e2 = i.theme({ ".cm-content, .cm-gutter": { minHeight: "200px" }, "&": { height: "400px", maxHeight: "400px", fontSize: "12px" } });
|
|
19
|
+
return m.create({ doc: s.httpSerivceBody.content, extensions: [m.tabSize.of(16), c, v(), t3, e2, i.updateListener.of(function(t4) {
|
|
20
|
+
s.httpSerivceBody.content = t4.state.doc.toString();
|
|
23
21
|
})] });
|
|
24
22
|
}
|
|
25
|
-
const
|
|
26
|
-
return
|
|
27
|
-
f.value && f.value.update(document.getElementById("cf-codemirror-json"), { state:
|
|
28
|
-
}, loadEditor:
|
|
23
|
+
const v = () => "application/xml" === s.httpSerivceBody.mediaType ? a() : "application/json" === s.httpSerivceBody.mediaType ? d() : [];
|
|
24
|
+
return u2({ updateEditor: () => {
|
|
25
|
+
f.value && f.value.update(document.getElementById("cf-codemirror-json"), { state: y() });
|
|
26
|
+
}, loadEditor: h }), (t3, e2) => (n(), r("div", p));
|
|
29
27
|
} });
|
|
30
28
|
export {
|
|
31
|
-
|
|
29
|
+
u as default
|
|
32
30
|
};
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
declare function loadEditor(): void;
|
|
2
|
-
declare const _default: import('vue').DefineComponent<
|
|
2
|
+
declare const _default: import('vue').DefineComponent<{
|
|
3
3
|
httpSerivceBody: {
|
|
4
4
|
type: ObjectConstructor;
|
|
5
5
|
default: () => {};
|
|
6
6
|
};
|
|
7
|
-
}
|
|
7
|
+
}, {
|
|
8
8
|
loadEditor: typeof loadEditor;
|
|
9
|
-
},
|
|
9
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
10
10
|
"update:modelValue": (...args: any[]) => void;
|
|
11
|
-
}, string, import('vue').
|
|
11
|
+
}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
|
|
12
12
|
httpSerivceBody: {
|
|
13
13
|
type: ObjectConstructor;
|
|
14
14
|
default: () => {};
|
|
15
15
|
};
|
|
16
|
-
}>> &
|
|
16
|
+
}>> & {
|
|
17
17
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
18
|
-
}
|
|
18
|
+
}, {
|
|
19
19
|
httpSerivceBody: Record<string, any>;
|
|
20
|
-
}, {}
|
|
20
|
+
}, {}>;
|
|
21
21
|
export default _default;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
2
|
properties: {
|
|
3
3
|
type: ObjectConstructor;
|
|
4
4
|
default: () => {};
|
|
5
5
|
};
|
|
6
|
-
}
|
|
6
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
|
|
7
7
|
properties: {
|
|
8
8
|
type: ObjectConstructor;
|
|
9
9
|
default: () => {};
|
|
10
10
|
};
|
|
11
|
-
}
|
|
11
|
+
}>>, {
|
|
12
12
|
properties: Record<string, any>;
|
|
13
|
-
}, {}
|
|
13
|
+
}, {}>;
|
|
14
14
|
export default _default;
|
|
@@ -1,19 +1,17 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ElForm as e, ElFormItem as t, ElInput as s, ElText as o, ElAlert as l } from "element-plus/es";
|
|
2
2
|
import "element-plus/es/components/base/style/css";
|
|
3
3
|
import "element-plus/es/components/form/style/css";
|
|
4
4
|
import "element-plus/es/components/alert/style/css";
|
|
5
5
|
import "element-plus/es/components/form-item/style/css";
|
|
6
6
|
import "element-plus/es/components/text/style/css";
|
|
7
7
|
import "element-plus/es/components/input/style/css";
|
|
8
|
-
import "
|
|
9
|
-
import
|
|
10
|
-
import
|
|
8
|
+
import { defineComponent as p, createBlock as m, openBlock as n, withCtx as r, createVNode as a, createTextVNode as i, unref as u } from "vue";
|
|
9
|
+
import c from "../../../common/components/node-base-config.vue.mjs";
|
|
10
|
+
import d from "../../../common/components/value-set-input/value-set-input.vue.mjs";
|
|
11
11
|
import "@element-plus/icons-vue";
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
const v = t, y = o, _ = e, x = s, j = l;
|
|
16
|
-
return i(), r(j, { "label-width": "auto", "label-position": "left" }, { default: u(() => [a(m, { properties: n2.properties }, null, 8, ["properties"]), a(_, { label: "Bean名称:" }, { default: u(() => [a(v, { modelValue: n2.properties.beanName, "onUpdate:modelValue": b[0] || (b[0] = (e2) => n2.properties.beanName = e2), placeholder: "", style: { width: "85%" } }, null, 8, ["modelValue"]), a(y, { style: { "margin-top": "10px", "margin-bottom": "10px", display: "block" }, type: "success" }, { default: u(() => b[2] || (b[2] = [c(" 说明:自定义bean需实现cn.ambitionq.serivceflow.core.ServiceNodeHandler接口重写execute方法 ", -1)])), _: 1, __: [2] })]), _: 1 }), a(x, { title: "输出设置", type: "info", size: "small", closable: false, style: { "margin-bottom": "20px" } }), a(_, { label: "设置到:" }, { default: u(() => [a(d(p), { inputSize: "default", paramTypes: ["service"], size: "small", modelValue: n2.properties.resultSet, "onUpdate:modelValue": b[1] || (b[1] = (e2) => n2.properties.resultSet = e2) }, null, 8, ["modelValue"])]), _: 1 })]), _: 1 });
|
|
12
|
+
const f = p({ __name: "config", props: { properties: { type: Object, default: () => ({}) } }, setup: (p2, { expose: f2 }) => (f2({}), (f3, b) => {
|
|
13
|
+
const y = s, v = o, x = t, V = l, _ = e;
|
|
14
|
+
return n(), m(_, { "label-width": "auto", "label-position": "left" }, { default: r(() => [a(c, { properties: p2.properties }, null, 8, ["properties"]), a(x, { label: "Bean名称:" }, { default: r(() => [a(y, { modelValue: p2.properties.beanName, "onUpdate:modelValue": b[0] || (b[0] = (e2) => p2.properties.beanName = e2), placeholder: "", style: { width: "85%" } }, null, 8, ["modelValue"]), a(v, { style: { "margin-top": "10px", "margin-bottom": "10px", display: "block" }, type: "success" }, { default: r(() => [i(" 说明:自定义bean需实现cn.ambitionq.serivceflow.core.ServiceNodeHandler接口重写execute方法 ")]), _: 1 })]), _: 1 }), a(V, { title: "输出设置", type: "info", size: "small", closable: false, style: { "margin-bottom": "20px" } }), a(x, { label: "设置到:" }, { default: r(() => [a(u(d), { inputSize: "default", paramTypes: ["service"], size: "small", modelValue: p2.properties.resultSet, "onUpdate:modelValue": b[1] || (b[1] = (e2) => p2.properties.resultSet = e2) }, null, 8, ["modelValue"])]), _: 1 })]), _: 1 });
|
|
17
15
|
}) });
|
|
18
16
|
export {
|
|
19
17
|
f as default
|
|
@@ -2,18 +2,16 @@ import e from "../../../flow/base/AbLogicNode.mjs";
|
|
|
2
2
|
import o from "../../../flow/base/AbLogicNodeModel.mjs";
|
|
3
3
|
import "../../../flow/base/AbLogicResizeNodeModel.mjs";
|
|
4
4
|
import "../../../flow/base/AbLogicResizeNode.mjs";
|
|
5
|
-
import "
|
|
6
|
-
import
|
|
7
|
-
|
|
8
|
-
import { createApp as m } from "../../../../node_modules/.pnpm/@vue_runtime-dom@3.5.18/node_modules/@vue/runtime-dom/dist/runtime-dom.esm-bundler.mjs";
|
|
9
|
-
const i = { type: "customBean", view: class extends e {
|
|
5
|
+
import { h as s, createApp as i } from "vue";
|
|
6
|
+
import t from "./index.vue.mjs";
|
|
7
|
+
const d = { type: "customBean", view: class extends e {
|
|
10
8
|
constructor(e2) {
|
|
11
|
-
super(e2), this.isMounted = false, this.r =
|
|
9
|
+
super(e2), this.isMounted = false, this.r = s(t, { model: e2.model, graphModel: e2.graphModel, disabled: e2.graphModel.editConfigModel.isSilentMode, isSelected: e2.model.isSelected, isHovered: e2.model.isHovered, properties: e2.model.getProperties(), onBtnClick: (o2) => {
|
|
12
10
|
this.props.graphModel.eventCenter.emit("node:select-click", { props: e2 });
|
|
13
|
-
} }), this.app =
|
|
11
|
+
} }), this.app = i({ render: () => this.r });
|
|
14
12
|
}
|
|
15
13
|
}, model: class extends o {
|
|
16
14
|
}, options: {} };
|
|
17
15
|
export {
|
|
18
|
-
|
|
16
|
+
d as default
|
|
19
17
|
};
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
2
|
graphModel: ObjectConstructor;
|
|
3
3
|
properties: {
|
|
4
4
|
type: ObjectConstructor;
|
|
5
5
|
default: () => {};
|
|
6
6
|
};
|
|
7
|
-
}
|
|
7
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
8
8
|
btnClick: (...args: any[]) => void;
|
|
9
|
-
}, string, import('vue').
|
|
9
|
+
}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
|
|
10
10
|
graphModel: ObjectConstructor;
|
|
11
11
|
properties: {
|
|
12
12
|
type: ObjectConstructor;
|
|
13
13
|
default: () => {};
|
|
14
14
|
};
|
|
15
|
-
}>> &
|
|
15
|
+
}>> & {
|
|
16
16
|
onBtnClick?: (...args: any[]) => any;
|
|
17
|
-
}
|
|
17
|
+
}, {
|
|
18
18
|
properties: Record<string, any>;
|
|
19
|
-
}, {}
|
|
19
|
+
}, {}>;
|
|
20
20
|
export default _default;
|
|
@@ -1,7 +1,12 @@
|
|
|
1
|
-
import e from "
|
|
2
|
-
|
|
3
|
-
import
|
|
4
|
-
|
|
1
|
+
import { ElDivider as e } from "element-plus/es";
|
|
2
|
+
import "element-plus/es/components/base/style/css";
|
|
3
|
+
import "element-plus/es/components/divider/style/css";
|
|
4
|
+
import { defineComponent as s, createElementBlock as t, openBlock as o, createElementVNode as i, normalizeStyle as r, createVNode as l, toDisplayString as p, pushScopeId as n, popScopeId as c } from "vue";
|
|
5
|
+
import d from "../../../../assets/icon/vardef-v.png.mjs";
|
|
6
|
+
const m = (e2) => (n("data-v-96d149c1"), e2 = e2(), c(), e2), a = m(() => i("img", { src: d, style: { height: "32px", position: "fixed", left: "0px", top: "0px" } }, null, -1)), u = m(() => i("div", { class: "serviceflow-nodeTitle" }, "服务-自定义bean", -1)), v = { class: "serviceflow-nodeContent" }, f = s({ __name: "index", props: { graphModel: Object, properties: { type: Object, default: () => ({}) } }, emits: ["btnClick"], setup: (s2, { emit: n2 }) => (n3, c2) => {
|
|
7
|
+
const d2 = e;
|
|
8
|
+
return o(), t("div", null, [a, i("div", { class: "serviceflow-nodeView", style: r({ backgroundColor: s2.properties.backgroundColor }) }, [u, l(d2), i("div", v, p(s2.properties.name), 1)], 4)]);
|
|
9
|
+
} });
|
|
5
10
|
export {
|
|
6
|
-
|
|
11
|
+
f as default
|
|
7
12
|
};
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
2
|
properties: {
|
|
3
3
|
type: ObjectConstructor;
|
|
4
4
|
default: () => {};
|
|
5
5
|
};
|
|
6
|
-
}
|
|
6
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
|
|
7
7
|
properties: {
|
|
8
8
|
type: ObjectConstructor;
|
|
9
9
|
default: () => {};
|
|
10
10
|
};
|
|
11
|
-
}
|
|
11
|
+
}>>, {
|
|
12
12
|
properties: Record<string, any>;
|
|
13
|
-
}, {}
|
|
13
|
+
}, {}>;
|
|
14
14
|
export default _default;
|