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
package/dist/lib/designer/service-components/database/aggregate-query/dimension-statistical.vue.cjs
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
const e = require("element-plus/es");
|
|
3
|
-
require("element-plus/es/components/base/style/css"), require("element-plus/es/components/table/style/css"), require("element-plus/es/components/tooltip/style/css"), require("element-plus/es/components/button/style/css"), require("element-plus/es/components/input/style/css"), require("element-plus/es/components/select/style/css"), require("element-plus/es/components/option/style/css"), require("element-plus/es/components/table-column/style/css")
|
|
4
|
-
const l = require("
|
|
5
|
-
const
|
|
6
|
-
function
|
|
3
|
+
require("element-plus/es/components/base/style/css"), require("element-plus/es/components/table/style/css"), require("element-plus/es/components/tooltip/style/css"), require("element-plus/es/components/button/style/css"), require("element-plus/es/components/input/style/css"), require("element-plus/es/components/select/style/css"), require("element-plus/es/components/option/style/css"), require("element-plus/es/components/table-column/style/css");
|
|
4
|
+
const l = require("vue"), t = require("@element-plus/icons-vue"), a = require("../../util/common-options.cjs"), o = { key: 0 }, n = { key: 0 }, r = { key: 0 }, s = { key: 0 }, i = l.defineComponent({ __name: "dimension-statistical", props: { properties: { type: Object, default: () => ({ statistics: {} }) }, dataTableColumns: { type: Array, default: () => [] } }, emits: ["change"], setup(i2, { emit: c }) {
|
|
5
|
+
const d = i2;
|
|
6
|
+
function p(e2, l2, t2) {
|
|
7
7
|
e2.$editing = true;
|
|
8
8
|
}
|
|
9
|
-
const
|
|
10
|
-
l2 &&
|
|
9
|
+
const u = (e2, l2) => {
|
|
10
|
+
l2 && d.dataTableColumns.forEach((t2) => {
|
|
11
11
|
t2.dbColumnName === e2 && (l2.dataType = t2.dataType, "DATE" !== l2.dataType && "TIME" !== t2.dataType && (l2.dateFormat = ""));
|
|
12
|
-
}),
|
|
12
|
+
}), c("change", e2);
|
|
13
13
|
};
|
|
14
|
-
return (
|
|
15
|
-
const
|
|
16
|
-
return
|
|
17
|
-
return t2 = e2.$index, e2.row,
|
|
14
|
+
return (m, w) => {
|
|
15
|
+
const k = e.ElTableColumn, y = e.ElOption, b = e.ElSelect, V = e.ElInput, h = e.ElButton, B = e.ElTooltip, C = e.ElTable;
|
|
16
|
+
return l.openBlock(), l.createBlock(C, { data: i2.properties.statistics, style: { width: "100%", "margin-bottom": "20px" }, "row-key": "name", onRowDblclick: p, size: "small", border: "", "default-expand-all": "" }, { default: l.withCtx(() => [l.createVNode(k, { type: "index", width: "50", label: "序号", align: "center" }), l.createVNode(k, { prop: "name", label: "字段名" }, { default: l.withCtx((e2) => [e2.row.$editing ? (l.openBlock(), l.createBlock(b, { key: 1, onChange: (l2) => u(l2, e2.row), modelValue: e2.row.name, "onUpdate:modelValue": (l2) => e2.row.name = l2, placeholder: "", size: "small", filterable: "" }, { default: l.withCtx(() => [(l.openBlock(true), l.createElementBlock(l.Fragment, null, l.renderList(i2.dataTableColumns, (e3) => (l.openBlock(), l.createBlock(y, { key: e3.dbColumnName, label: e3.alias + "(" + e3.dbColumnName + ")", value: e3.dbColumnName }, null, 8, ["label", "value"]))), 128))]), _: 2 }, 1032, ["onChange", "modelValue", "onUpdate:modelValue"])) : (l.openBlock(), l.createElementBlock("span", o, l.toDisplayString(e2.row.name), 1))]), _: 1 }), l.createVNode(k, { prop: "name", label: "日期格式化", width: "120" }, { default: l.withCtx((e2) => [e2.row.$editing ? (l.openBlock(), l.createBlock(b, { key: 1, disabled: "DATE" !== e2.row.dataType && "TIME" !== e2.row.dataType, filterable: true, "allow-create": true, modelValue: e2.row.dateFormat, "onUpdate:modelValue": (l2) => e2.row.dateFormat = l2, placeholder: "", size: "small" }, { default: l.withCtx(() => [(l.openBlock(true), l.createElementBlock(l.Fragment, null, l.renderList(l.unref(a.dateFormats), (e3) => (l.openBlock(), l.createBlock(y, { key: e3.value, label: e3.label, value: e3.value }, null, 8, ["label", "value"]))), 128))]), _: 2 }, 1032, ["disabled", "modelValue", "onUpdate:modelValue"])) : (l.openBlock(), l.createElementBlock("span", n, l.toDisplayString(e2.row.dateFormat), 1))]), _: 1 }), l.createVNode(k, { prop: "newName", label: "新字段名", width: "160" }, { default: l.withCtx((e2) => [e2.row.$editing ? (l.openBlock(), l.createBlock(V, { key: 1, modelValue: e2.row.newName, "onUpdate:modelValue": (l2) => e2.row.newName = l2, size: "small", onChange: (l2) => c("change", e2.row) }, null, 8, ["modelValue", "onUpdate:modelValue", "onChange"])) : (l.openBlock(), l.createElementBlock("span", r, l.toDisplayString(e2.row.newName), 1))]), _: 1 }), l.createVNode(k, { prop: "dynamicValue", label: "动态维度值" }, { default: l.withCtx((e2) => [e2.row.$editing ? (l.openBlock(), l.createBlock(V, { key: 1, modelValue: e2.row.dynamicValue, "onUpdate:modelValue": (l2) => e2.row.dynamicValue = l2, size: "small" }, null, 8, ["modelValue", "onUpdate:modelValue"])) : (l.openBlock(), l.createElementBlock("span", s, l.toDisplayString(e2.row.dynamicValue), 1))]), _: 1 }), l.createVNode(k, { align: "center", width: "80" }, { header: l.withCtx(() => [l.createVNode(B, { effect: "dark", content: "添加", placement: "top" }, { default: l.withCtx(() => [l.createVNode(h, { type: "primary", size: "small", icon: l.unref(t.Plus), circle: "", onClick: w[0] || (w[0] = (e2) => (d.properties.statistics || (d.properties.statistics = []), void d.properties.statistics.push({ $editing: true }))) }, null, 8, ["icon"])]), _: 1 })]), default: l.withCtx((e2) => [l.createElementVNode("span", null, [l.createVNode(B, { effect: "dark", content: "删除", placement: "top" }, { default: l.withCtx(() => [l.createVNode(h, { type: "danger", size: "small", icon: l.unref(t.Minus), circle: "", onClick: (l2) => {
|
|
17
|
+
return t2 = e2.$index, e2.row, d.properties.statistics.splice(t2, 1), void u("", null);
|
|
18
18
|
var t2;
|
|
19
19
|
} }, null, 8, ["icon", "onClick"])]), _: 2 }, 1024)])]), _: 1 })]), _: 1 }, 8, ["data"]);
|
|
20
20
|
};
|
|
21
21
|
} });
|
|
22
|
-
module.exports =
|
|
22
|
+
module.exports = i;
|
package/dist/lib/designer/service-components/database/aggregate-query/dimension-statistical.vue.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
2
|
properties: {
|
|
3
3
|
type: ObjectConstructor;
|
|
4
4
|
default: () => {
|
|
@@ -22,9 +22,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
22
22
|
};
|
|
23
23
|
default: () => any[];
|
|
24
24
|
};
|
|
25
|
-
}
|
|
25
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
26
26
|
change: (...args: any[]) => void;
|
|
27
|
-
}, string, import('vue').
|
|
27
|
+
}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
|
|
28
28
|
properties: {
|
|
29
29
|
type: ObjectConstructor;
|
|
30
30
|
default: () => {
|
|
@@ -48,10 +48,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
48
48
|
};
|
|
49
49
|
default: () => any[];
|
|
50
50
|
};
|
|
51
|
-
}>> &
|
|
51
|
+
}>> & {
|
|
52
52
|
onChange?: (...args: any[]) => any;
|
|
53
|
-
}
|
|
53
|
+
}, {
|
|
54
54
|
properties: Record<string, any>;
|
|
55
55
|
dataTableColumns: any[];
|
|
56
|
-
}, {}
|
|
56
|
+
}, {}>;
|
|
57
57
|
export default _default;
|
package/dist/lib/designer/service-components/database/aggregate-query/filter-conditions.vue.cjs
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
const e = require("element-plus/es");
|
|
3
|
-
require("element-plus/es/components/base/style/css"), require("element-plus/es/components/table/style/css"), require("element-plus/es/components/tooltip/style/css"), require("element-plus/es/components/button/style/css"), require("element-plus/es/components/select/style/css"), require("element-plus/es/components/option/style/css"), require("element-plus/es/components/table-column/style/css")
|
|
4
|
-
const l = require("@element-plus/icons-vue"),
|
|
5
|
-
const
|
|
6
|
-
|
|
3
|
+
require("element-plus/es/components/base/style/css"), require("element-plus/es/components/table/style/css"), require("element-plus/es/components/tooltip/style/css"), require("element-plus/es/components/button/style/css"), require("element-plus/es/components/select/style/css"), require("element-plus/es/components/option/style/css"), require("element-plus/es/components/table-column/style/css");
|
|
4
|
+
const l = require("vue"), a = require("@element-plus/icons-vue"), t = require("uuid"), o = require("../../../common/components/value-set-input/value-set-input.vue.cjs"), r = require("../../util/common-options.cjs"), n = { key: 0 }, i = { key: 0 }, d = { key: 0 }, c = { key: 0 }, p = { key: 0 }, u = { key: 0 }, s = l.defineComponent({ __name: "filter-conditions", props: { properties: { type: Object, default: () => ({ filterConditions: [] }) }, dataTableColumns: { type: Array, default: () => [] } }, setup(s2) {
|
|
5
|
+
const w = s2, m = (e2) => {
|
|
6
|
+
T(e2);
|
|
7
7
|
};
|
|
8
|
-
function
|
|
8
|
+
function T(e2) {
|
|
9
9
|
e2.$editing = true;
|
|
10
10
|
}
|
|
11
|
-
return (
|
|
12
|
-
const
|
|
13
|
-
return
|
|
14
|
-
if (!l3 || !
|
|
15
|
-
const a2 =
|
|
11
|
+
return (N, v) => {
|
|
12
|
+
const y = e.ElTableColumn, V = e.ElOption, b = e.ElSelect, h = e.ElButton, k = e.ElTooltip, E = e.ElTable;
|
|
13
|
+
return l.openBlock(), l.createBlock(E, { data: s2.properties.filterConditions, style: { width: "100%", "margin-bottom": "20px" }, "row-key": "name", onRowClick: m, size: "small", border: "", "default-expand-all": "" }, { default: l.withCtx(() => [l.createVNode(y, { type: "index", width: "50", label: "序号", align: "center" }), l.createVNode(y, { prop: "leftBracket", label: "((((", width: "60" }, { default: l.withCtx((e2) => [e2.row.$editing ? (l.openBlock(), l.createBlock(b, { key: 1, size: "small", modelValue: e2.row.leftBracket, "onUpdate:modelValue": (l2) => e2.row.leftBracket = l2, placeholder: "", clearable: "" }, { default: l.withCtx(() => [l.createVNode(V, { label: "(", value: "(" }), l.createVNode(V, { label: "((", value: "((" }), l.createVNode(V, { label: "(((", value: "(((" }), l.createVNode(V, { label: "((((", value: "((((" })]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"])) : (l.openBlock(), l.createElementBlock("span", n, l.toDisplayString(e2.row.leftBracket), 1))]), _: 1 }), l.createVNode(y, { prop: "name", label: "字段名" }, { default: l.withCtx((e2) => [e2.row.$editing ? (l.openBlock(), l.createBlock(b, { key: 1, modelValue: e2.row.propName, "onUpdate:modelValue": (l2) => e2.row.propName = l2, placeholder: "", filterable: true, "allow-create": true, size: "small", onChange: (l2) => function(e3, l3) {
|
|
14
|
+
if (!l3 || !w.dataTableColumns) return;
|
|
15
|
+
const a2 = w.dataTableColumns.filter((e4) => e4.name == l3.propName || e4.dbColumnName == l3.propName), t2 = l3.dataType;
|
|
16
16
|
a2 && a2.length > 0 ? l3.dataType = a2[0].dataType : l3.dataType = "TEXT", t2 != l3.dataType && (l3.operator = null);
|
|
17
|
-
}(
|
|
18
|
-
|
|
19
|
-
const e3 = { code:
|
|
20
|
-
|
|
21
|
-
})()) }, null, 8, ["icon"])]), _: 1 })]), default:
|
|
22
|
-
return a2 = e2.$index, e2.row, void
|
|
17
|
+
}(N.val, e2.row), title: e2.row.propName }, { default: l.withCtx(() => [(l.openBlock(true), l.createElementBlock(l.Fragment, null, l.renderList(s2.dataTableColumns, (e3) => (l.openBlock(), l.createBlock(V, { key: e3.dbColumnName, label: e3.alias + "(" + e3.dbColumnName + ")", value: e3.dbColumnName }, null, 8, ["label", "value"]))), 128))]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue", "onChange", "title"])) : (l.openBlock(), l.createElementBlock("span", i, l.toDisplayString(e2.row.propName), 1))]), _: 1 }), l.createVNode(y, { prop: "operator", label: "操作符", width: "100" }, { default: l.withCtx((e2) => [e2.row.$editing ? (l.openBlock(), l.createBlock(b, { key: 1, modelValue: e2.row.operator, "onUpdate:modelValue": (l2) => e2.row.operator = l2, placeholder: "", size: "small", title: e2.row.operator }, { default: l.withCtx(() => [l.withDirectives(l.createVNode(V, { label: "大于", value: "GT" }, null, 512), [[l.vShow, "INTEGER" == e2.row.dataType || "LONG" == e2.row.dataType || "FLOAT" == e2.row.dataType || "DOUBLE" == e2.row.dataType]]), l.withDirectives(l.createVNode(V, { label: "小于", value: "LT" }, null, 512), [[l.vShow, "INTEGER" == e2.row.dataType || "LONG" == e2.row.dataType || "FLOAT" == e2.row.dataType || "DOUBLE" == e2.row.dataType]]), l.withDirectives(l.createVNode(V, { label: "大于", value: "GT" }, null, 512), [[l.vShow, "DATE" == e2.row.dataType || "TIME" == e2.row.dataType]]), l.withDirectives(l.createVNode(V, { label: "小于", value: "LT" }, null, 512), [[l.vShow, "DATE" == e2.row.dataType || "TIME" == e2.row.dataType]]), l.createVNode(V, { label: "等于", value: "EQ" }), l.withDirectives(l.createVNode(V, { label: "小于等于", value: "LET" }, null, 512), [[l.vShow, "INTEGER" == e2.row.dataType || "LONG" == e2.row.dataType || "FLOAT" == e2.row.dataType || "DOUBLE" == e2.row.dataType]]), l.withDirectives(l.createVNode(V, { label: "大于等于", value: "GET" }, null, 512), [[l.vShow, "INTEGER" == e2.row.dataType || "LONG" == e2.row.dataType || "FLOAT" == e2.row.dataType || "DOUBLE" == e2.row.dataType]]), l.withDirectives(l.createVNode(V, { label: "小于等于", value: "LET" }, null, 512), [[l.vShow, "DATE" == e2.row.dataType || "TIME" == e2.row.dataType]]), l.withDirectives(l.createVNode(V, { label: "大于等于", value: "GET" }, null, 512), [[l.vShow, "DATE" == e2.row.dataType || "TIME" == e2.row.dataType]]), l.createVNode(V, { label: "不等于", value: "NET" }), l.withDirectives(l.createVNode(V, { label: "包含", value: "CONTAIN" }, null, 512), [[l.vShow, "TEXT" == e2.row.dataType]]), l.withDirectives(l.createVNode(V, { label: "左匹配", value: "LEFT_LIKE" }, null, 512), [[l.vShow, "TEXT" == e2.row.dataType]]), l.withDirectives(l.createVNode(V, { label: "右匹配", value: "RIGHT_LIKE" }, null, 512), [[l.vShow, "TEXT" == e2.row.dataType]]), l.withDirectives(l.createVNode(V, { label: "不包含", value: "NOT_CONTAIN" }, null, 512), [[l.vShow, "TEXT" == e2.row.dataType]]), l.withDirectives(l.createVNode(V, { label: "IN", value: "RANGE_QUERY" }, null, 512), [[l.vShow, "TEXT" == e2.row.dataType || "LONG" == e2.row.dataType || "INTEGER" == e2.row.dataType]]), l.createVNode(V, { label: "等于Null", value: "IS_NULL" }), l.createVNode(V, { label: "不等于Null", value: "IS_NOT_NULL" })]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue", "title"])) : (l.openBlock(), l.createElementBlock("span", d, l.toDisplayString(e2.row.operator), 1))]), _: 1 }), l.createVNode(y, { prop: "propValue", label: "值" }, { default: l.withCtx((e2) => [l.createVNode(l.unref(o), { showLabel: !e2.row.$editing, size: "small", paramTypes: ["system", "context", "service", "request", "fixed"], modelValue: e2.row.propValue, "onUpdate:modelValue": (l2) => e2.row.propValue = l2 }, null, 8, ["showLabel", "modelValue", "onUpdate:modelValue"])]), _: 1 }), l.createVNode(y, { prop: "rightBracket", label: "))))", width: "60" }, { default: l.withCtx((e2) => [e2.row.$editing ? (l.openBlock(), l.createBlock(b, { key: 1, size: "small", modelValue: e2.row.rightBracket, "onUpdate:modelValue": (l2) => e2.row.rightBracket = l2, placeholder: "", clearable: "" }, { default: l.withCtx(() => [l.createVNode(V, { label: ")", value: ")" }), l.createVNode(V, { label: "))", value: "))" }), l.createVNode(V, { label: ")))", value: ")))" }), l.createVNode(V, { label: "))))", value: "))))" })]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"])) : (l.openBlock(), l.createElementBlock("span", c, l.toDisplayString(e2.row.rightBracket), 1))]), _: 1 }), l.createVNode(y, { prop: "joinSign", label: "连接符", width: "70" }, { default: l.withCtx((e2) => [e2.row.$editing ? (l.openBlock(), l.createBlock(b, { key: 1, modelValue: e2.row.logicOperator, "onUpdate:modelValue": (l2) => e2.row.logicOperator = l2, clearable: "", placeholder: "", size: "small" }, { default: l.withCtx(() => [(l.openBlock(true), l.createElementBlock(l.Fragment, null, l.renderList(l.unref(r.logicOperators), (e3) => (l.openBlock(), l.createBlock(V, { key: e3.value, label: e3.label, value: e3.value }, null, 8, ["label", "value"]))), 128))]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"])) : (l.openBlock(), l.createElementBlock("span", p, l.toDisplayString(e2.row.logicOperator), 1))]), _: 1 }), l.createVNode(y, { prop: "variableIsNull", label: "变量为空时", width: "120" }, { default: l.withCtx((e2) => [e2.row.$editing ? (l.openBlock(), l.createBlock(b, { key: 1, modelValue: e2.row.variableIsNull, "onUpdate:modelValue": (l2) => e2.row.variableIsNull = l2, clearable: "", placeholder: "请选择" }, { default: l.withCtx(() => [l.createVNode(V, { label: "Null", value: "null" }), l.createVNode(V, { label: "忽略(1=1)", value: "ignore" }), l.createVNode(V, { label: "不符合(1<>1)", value: "notequal" })]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"])) : (l.openBlock(), l.createElementBlock("span", u, l.toDisplayString(e2.row.variableIsNull), 1))]), _: 1 }), l.createVNode(y, { align: "center", width: "60" }, { header: l.withCtx(() => [l.createVNode(k, { effect: "dark", content: "添加", placement: "top" }, { default: l.withCtx(() => [l.createVNode(h, { type: "primary", size: "small", icon: l.unref(a.Plus), circle: "", onClick: v[0] || (v[0] = (e2) => (() => {
|
|
18
|
+
w.properties.filterConditions || (w.properties.filterConditions = []);
|
|
19
|
+
const e3 = { code: t.v4() };
|
|
20
|
+
w.properties.filterConditions.push(e3), T(e3);
|
|
21
|
+
})()) }, null, 8, ["icon"])]), _: 1 })]), default: l.withCtx((e2) => [l.createElementVNode("span", null, [l.createVNode(k, { effect: "dark", content: "删除", placement: "top" }, { default: l.withCtx(() => [l.createVNode(h, { type: "danger", size: "small", icon: l.unref(a.Minus), circle: "", onClick: (l2) => {
|
|
22
|
+
return a2 = e2.$index, e2.row, void w.properties.filterConditions.splice(a2, 1);
|
|
23
23
|
var a2;
|
|
24
24
|
} }, null, 8, ["icon", "onClick"])]), _: 2 }, 1024)])]), _: 1 })]), _: 1 }, 8, ["data"]);
|
|
25
25
|
};
|
|
26
26
|
} });
|
|
27
|
-
module.exports =
|
|
27
|
+
module.exports = s;
|
package/dist/lib/designer/service-components/database/aggregate-query/filter-conditions.vue.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
2
|
properties: {
|
|
3
3
|
type: ObjectConstructor;
|
|
4
4
|
default: () => {
|
|
@@ -22,7 +22,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
22
22
|
};
|
|
23
23
|
default: () => any[];
|
|
24
24
|
};
|
|
25
|
-
}
|
|
25
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
|
|
26
26
|
properties: {
|
|
27
27
|
type: ObjectConstructor;
|
|
28
28
|
default: () => {
|
|
@@ -46,8 +46,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
46
46
|
};
|
|
47
47
|
default: () => any[];
|
|
48
48
|
};
|
|
49
|
-
}
|
|
49
|
+
}>>, {
|
|
50
50
|
properties: Record<string, any>;
|
|
51
51
|
dataTableColumns: any[];
|
|
52
|
-
}, {}
|
|
52
|
+
}, {}>;
|
|
53
53
|
export default _default;
|
|
@@ -3,18 +3,18 @@ var __defProp = Object.defineProperty;
|
|
|
3
3
|
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
4
4
|
var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
5
5
|
const e = require("../../../flow/base/AbLogicNode.cjs"), o = require("../../../flow/base/AbLogicNodeModel.cjs");
|
|
6
|
-
require("../../../flow/base/AbLogicResizeNodeModel.cjs"), require("../../../flow/base/AbLogicResizeNode.cjs")
|
|
7
|
-
const s = require("
|
|
8
|
-
const
|
|
6
|
+
require("../../../flow/base/AbLogicResizeNodeModel.cjs"), require("../../../flow/base/AbLogicResizeNode.cjs");
|
|
7
|
+
const s = require("vue"), i = require("./index.vue.cjs");
|
|
8
|
+
const t = { type: "aggregateQuery", view: class extends e {
|
|
9
9
|
constructor(e2) {
|
|
10
10
|
super(e2);
|
|
11
11
|
__publicField(this, "customP1");
|
|
12
|
-
this.isMounted = false, this.r =
|
|
12
|
+
this.isMounted = false, this.r = s.h(i, { 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: (o2) => {
|
|
13
13
|
this.props.graphModel.eventCenter.emit("node:select-click", { props: e2 });
|
|
14
|
-
} }), this.app =
|
|
14
|
+
} }), this.app = s.createApp({ render: () => this.r });
|
|
15
15
|
}
|
|
16
16
|
getResizeShape() {
|
|
17
17
|
}
|
|
18
18
|
}, model: class extends o {
|
|
19
19
|
}, options: {} };
|
|
20
|
-
module.exports =
|
|
20
|
+
module.exports = t;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
2
|
graphModel: {
|
|
3
3
|
type: ObjectConstructor;
|
|
4
4
|
default: () => {};
|
|
@@ -11,9 +11,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
11
11
|
type: ObjectConstructor;
|
|
12
12
|
default: () => {};
|
|
13
13
|
};
|
|
14
|
-
}
|
|
14
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
15
15
|
btnClick: (...args: any[]) => void;
|
|
16
|
-
}, string, import('vue').
|
|
16
|
+
}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
|
|
17
17
|
graphModel: {
|
|
18
18
|
type: ObjectConstructor;
|
|
19
19
|
default: () => {};
|
|
@@ -26,11 +26,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
26
26
|
type: ObjectConstructor;
|
|
27
27
|
default: () => {};
|
|
28
28
|
};
|
|
29
|
-
}>> &
|
|
29
|
+
}>> & {
|
|
30
30
|
onBtnClick?: (...args: any[]) => any;
|
|
31
|
-
}
|
|
31
|
+
}, {
|
|
32
32
|
properties: Record<string, any>;
|
|
33
33
|
graphModel: Record<string, any>;
|
|
34
34
|
model: Record<string, any>;
|
|
35
|
-
}, {}
|
|
35
|
+
}, {}>;
|
|
36
36
|
export default _default;
|
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const e = require("
|
|
3
|
-
|
|
4
|
-
const r = require("../../../../
|
|
5
|
-
|
|
2
|
+
const e = require("element-plus/es");
|
|
3
|
+
require("element-plus/es/components/base/style/css"), require("element-plus/es/components/divider/style/css");
|
|
4
|
+
const t = require("vue"), r = require("../../../../assets/icon/vardef-v.png.cjs"), o = (e2) => (t.pushScopeId("data-v-3c23a172"), e2 = e2(), t.popScopeId(), e2), l = o(() => t.createElementVNode("img", { src: r, style: { height: "32px", position: "fixed", left: "0px", top: "0px" } }, null, -1)), n = { class: "serviceflow-nodeTitle" }, s = { class: "serviceflow-nodeContent" }, i = ["title"], p = o(() => t.createElementVNode("br", null, null, -1)), a = t.defineComponent({ __name: "index", props: { graphModel: { type: Object, default: () => ({}) }, model: { type: Object, default: () => ({}) }, properties: { type: Object, default: () => ({}) } }, emits: ["btnClick"], setup(r2, { emit: o2 }) {
|
|
5
|
+
const a2 = r2, c = t.ref([]), d = t.ref([]);
|
|
6
|
+
return t.onMounted(() => {
|
|
7
|
+
a2.graphModel.modelToGraphData().nodes.forEach((e2, t2) => {
|
|
8
|
+
d.value.push({ id: e2.id, name: e2.properties.name });
|
|
9
|
+
}), d.value.push({ id: "end", name: "结束" }), a2.properties && a2.properties.rules && a2.properties.rules.length > 0 && a2.properties.rules.forEach((e2, t2) => {
|
|
10
|
+
c.value.push(e2.name + "->" + function(e3) {
|
|
11
|
+
if ("end" === e3) return "结束";
|
|
12
|
+
for (let t3 = 0; t3 < d.value.length; t3++) if (d.value[t3].id == e3) return d.value[t3].name;
|
|
13
|
+
}(e2.to));
|
|
14
|
+
});
|
|
15
|
+
}), (o3, a3) => {
|
|
16
|
+
const d2 = e.ElDivider;
|
|
17
|
+
return t.openBlock(), t.createElementBlock("div", null, [l, t.createElementVNode("div", { class: "serviceflow-nodeView", style: t.normalizeStyle({ backgroundColor: r2.properties.backgroundColor }) }, [t.createElementVNode("div", n, t.toDisplayString(r2.properties.name ? r2.properties.name : "条件判断"), 1), t.createVNode(d2), t.createElementVNode("div", s, [t.createElementVNode("div", { class: "serviceflow-nodeContent-desc", title: r2.properties.description }, t.toDisplayString(r2.properties.description), 9, i), (t.openBlock(true), t.createElementBlock(t.Fragment, null, t.renderList(c.value, (e2) => (t.openBlock(), t.createElementBlock("div", null, [t.createElementVNode("span", null, t.toDisplayString(e2), 1), p]))), 256))])], 4)]);
|
|
18
|
+
};
|
|
19
|
+
} });
|
|
20
|
+
module.exports = a;
|
package/dist/lib/designer/service-components/database/aggregate-query/sort-conditions.vue.cjs
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
const e = require("element-plus/es");
|
|
3
|
-
require("element-plus/es/components/base/style/css"), require("element-plus/es/components/table/style/css"), require("element-plus/es/components/tooltip/style/css"), require("element-plus/es/components/button/style/css"), require("element-plus/es/components/input/style/css"), require("element-plus/es/components/select/style/css"), require("element-plus/es/components/option/style/css"), require("element-plus/es/components/table-column/style/css")
|
|
4
|
-
const
|
|
5
|
-
const
|
|
3
|
+
require("element-plus/es/components/base/style/css"), require("element-plus/es/components/table/style/css"), require("element-plus/es/components/tooltip/style/css"), require("element-plus/es/components/button/style/css"), require("element-plus/es/components/input/style/css"), require("element-plus/es/components/select/style/css"), require("element-plus/es/components/option/style/css"), require("element-plus/es/components/table-column/style/css");
|
|
4
|
+
const l = require("vue"), t = require("@element-plus/icons-vue"), o = { key: 0 }, n = { key: 0 }, a = { key: 0 }, r = l.defineComponent({ __name: "sort-conditions", props: { properties: { type: Object, default: () => ({ sortConditions: [] }) }, dataTableColumns: { type: Array, default: () => [] } }, setup(r2) {
|
|
5
|
+
const s = r2, i = () => {
|
|
6
6
|
};
|
|
7
|
-
return (
|
|
8
|
-
const
|
|
9
|
-
return l.openBlock(), l.createBlock(
|
|
10
|
-
return
|
|
11
|
-
var
|
|
7
|
+
return (c, p) => {
|
|
8
|
+
const d = e.ElTableColumn, u = e.ElOption, m = e.ElSelect, k = e.ElInput, y = e.ElButton, w = e.ElTooltip, V = e.ElTable;
|
|
9
|
+
return l.openBlock(), l.createBlock(V, { data: r2.properties.sortConditions, style: { width: "100%", "margin-bottom": "20px" }, "row-key": "name", onRowDblclick: i, size: "small", border: "", "default-expand-all": "" }, { default: l.withCtx(() => [l.createVNode(d, { type: "index", width: "50", label: "序号", align: "center" }), l.createVNode(d, { prop: "name", label: "字段名" }, { default: l.withCtx((e2) => [e2.row.$editing ? (l.openBlock(), l.createBlock(m, { key: 1, modelValue: e2.row.name, "onUpdate:modelValue": (l2) => e2.row.name = l2, placeholder: "", size: "small" }, { default: l.withCtx(() => [(l.openBlock(true), l.createElementBlock(l.Fragment, null, l.renderList(r2.dataTableColumns, (e3) => (l.openBlock(), l.createBlock(u, { key: e3.name, label: e3.alias, value: e3.name }, null, 8, ["label", "value"]))), 128))]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"])) : (l.openBlock(), l.createElementBlock("span", o, l.toDisplayString(e2.row.name), 1))]), _: 1 }), l.createVNode(d, { prop: "order", label: "排序方式" }, { default: l.withCtx((e2) => [e2.row.$editing ? (l.openBlock(), l.createBlock(m, { key: 1, size: "small", modelValue: e2.row.order, "onUpdate:modelValue": (l2) => e2.row.order = l2, placeholder: "" }, { default: l.withCtx(() => [l.createVNode(u, { label: "升序", value: "asc" }), l.createVNode(u, { label: "降序", value: "desc" })]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"])) : (l.openBlock(), l.createElementBlock("span", n, l.toDisplayString(e2.row.order), 1))]), _: 1 }), l.createVNode(d, { prop: "name", label: "动态排序值" }, { default: l.withCtx((e2) => [e2.row.$editing ? (l.openBlock(), l.createBlock(k, { key: 1, modelValue: e2.row.dynamicSortValue, "onUpdate:modelValue": (l2) => e2.row.dynamicSortValue = l2, size: "small" }, null, 8, ["modelValue", "onUpdate:modelValue"])) : (l.openBlock(), l.createElementBlock("span", a, l.toDisplayString(e2.row.dynamicSortValue), 1))]), _: 1 }), l.createVNode(d, { align: "center", width: "90" }, { header: l.withCtx(() => [l.createVNode(w, { effect: "dark", content: "添加", placement: "top" }, { default: l.withCtx(() => [l.createVNode(y, { type: "primary", size: "small", icon: l.unref(t.Plus), circle: "", onClick: p[0] || (p[0] = (e2) => (s.properties.sortConditions || (s.properties.sortConditions = []), void s.properties.sortConditions.push({ $editing: true }))) }, null, 8, ["icon"])]), _: 1 })]), default: l.withCtx((e2) => [l.createElementVNode("span", null, [l.createVNode(w, { effect: "dark", content: "删除", placement: "top" }, { default: l.withCtx(() => [l.createVNode(y, { type: "danger", size: "small", icon: l.unref(t.Minus), circle: "", onClick: (l2) => {
|
|
10
|
+
return t2 = e2.$index, e2.row, void s.properties.sortConditions.splice(t2, 1);
|
|
11
|
+
var t2;
|
|
12
12
|
} }, null, 8, ["icon", "onClick"])]), _: 2 }, 1024)])]), _: 1 })]), _: 1 }, 8, ["data"]);
|
|
13
13
|
};
|
|
14
14
|
} });
|
|
15
|
-
module.exports =
|
|
15
|
+
module.exports = r;
|
package/dist/lib/designer/service-components/database/aggregate-query/sort-conditions.vue.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
2
|
properties: {
|
|
3
3
|
type: ObjectConstructor;
|
|
4
4
|
default: () => {
|
|
@@ -22,7 +22,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
22
22
|
};
|
|
23
23
|
default: () => any[];
|
|
24
24
|
};
|
|
25
|
-
}
|
|
25
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
|
|
26
26
|
properties: {
|
|
27
27
|
type: ObjectConstructor;
|
|
28
28
|
default: () => {
|
|
@@ -46,8 +46,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
46
46
|
};
|
|
47
47
|
default: () => any[];
|
|
48
48
|
};
|
|
49
|
-
}
|
|
49
|
+
}>>, {
|
|
50
50
|
properties: Record<string, any>;
|
|
51
51
|
dataTableColumns: any[];
|
|
52
|
-
}, {}
|
|
52
|
+
}, {}>;
|
|
53
53
|
export default _default;
|
package/dist/lib/designer/service-components/database/aggregate-query/statistical-formula.vue.cjs
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
const e = require("element-plus/es");
|
|
3
|
-
require("element-plus/es/components/base/style/css"), require("element-plus/es/components/table/style/css"), require("element-plus/es/components/tooltip/style/css"), require("element-plus/es/components/button/style/css"), require("element-plus/es/components/input/style/css"), require("element-plus/es/components/select/style/css"), require("element-plus/es/components/option/style/css"), require("element-plus/es/components/table-column/style/css")
|
|
4
|
-
const l = require("
|
|
5
|
-
const
|
|
3
|
+
require("element-plus/es/components/base/style/css"), require("element-plus/es/components/table/style/css"), require("element-plus/es/components/tooltip/style/css"), require("element-plus/es/components/button/style/css"), require("element-plus/es/components/input/style/css"), require("element-plus/es/components/select/style/css"), require("element-plus/es/components/option/style/css"), require("element-plus/es/components/table-column/style/css");
|
|
4
|
+
const l = require("vue"), t = require("@element-plus/icons-vue"), o = require("../../util/common-options.cjs"), a = { key: 0 }, n = { key: 0 }, r = { key: 0 }, s = l.defineComponent({ __name: "statistical-formula", props: { properties: { type: Object, default: () => ({ statisticalFormulas: {} }) }, dataTableColumns: { type: Array, default: () => [] } }, emits: ["change"], setup(s2, { emit: c }) {
|
|
5
|
+
const i = s2, u = () => {
|
|
6
6
|
};
|
|
7
|
-
return (
|
|
8
|
-
const
|
|
9
|
-
return
|
|
10
|
-
return t2 = e2.$index, e2.row, void
|
|
7
|
+
return (p, m) => {
|
|
8
|
+
const d = e.ElTableColumn, k = e.ElOption, w = e.ElSelect, f = e.ElInput, y = e.ElButton, b = e.ElTooltip, h = e.ElTable;
|
|
9
|
+
return l.openBlock(), l.createBlock(h, { data: s2.properties.statisticalFormulas, "row-key": "name", onRowDblclick: u, size: "small", border: "", "default-expand-all": "" }, { default: l.withCtx(() => [l.createVNode(d, { type: "index", width: "50", label: "序号" }), l.createVNode(d, { prop: "name", label: "字段名" }, { default: l.withCtx((e2) => [e2.row.$editing ? (l.openBlock(), l.createBlock(w, { key: 1, filterable: true, modelValue: e2.row.name, "onUpdate:modelValue": (l2) => e2.row.name = l2, placeholder: "", size: "small", onChange: m[0] || (m[0] = (e3) => c("change")) }, { default: l.withCtx(() => [(l.openBlock(true), l.createElementBlock(l.Fragment, null, l.renderList(s2.dataTableColumns, (e3) => (l.openBlock(), l.createBlock(k, { key: e3.dbColumnName, label: e3.alias + "(" + e3.dbColumnName + ")", value: e3.dbColumnName }, null, 8, ["label", "value"]))), 128))]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"])) : (l.openBlock(), l.createElementBlock("span", a, l.toDisplayString(e2.row.name), 1))]), _: 1 }), l.createVNode(d, { prop: "formula", label: "公式" }, { default: l.withCtx((e2) => [e2.row.$editing ? (l.openBlock(), l.createBlock(w, { key: 1, filterable: true, "allow-create": true, modelValue: e2.row.formula, "onUpdate:modelValue": (l2) => e2.row.formula = l2, placeholder: "", size: "small", onChange: m[1] || (m[1] = (e3) => c("change")) }, { default: l.withCtx(() => [(l.openBlock(true), l.createElementBlock(l.Fragment, null, l.renderList(l.unref(o.formulas), (e3) => (l.openBlock(), l.createBlock(k, { key: e3.value, label: e3.label, value: e3.value }, null, 8, ["label", "value"]))), 128))]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"])) : (l.openBlock(), l.createElementBlock("span", n, l.toDisplayString(e2.row.formula), 1))]), _: 1 }), l.createVNode(d, { prop: "newName", label: "新字段名", width: "160" }, { default: l.withCtx((e2) => [e2.row.$editing ? (l.openBlock(), l.createBlock(f, { key: 1, modelValue: e2.row.newName, "onUpdate:modelValue": (l2) => e2.row.newName = l2, placeholder: "", size: "small", onChange: m[2] || (m[2] = (e3) => c("change")) }, null, 8, ["modelValue", "onUpdate:modelValue"])) : (l.openBlock(), l.createElementBlock("span", r, l.toDisplayString(e2.row.newName), 1))]), _: 1 }), l.createVNode(d, { align: "center", width: "80" }, { header: l.withCtx(() => [l.createVNode(b, { effect: "dark", content: "添加", placement: "top" }, { default: l.withCtx(() => [l.createVNode(y, { type: "primary", size: "small", icon: l.unref(t.Plus), circle: "", onClick: m[3] || (m[3] = (e2) => (i.properties.statisticalFormulas || (i.properties.statisticalFormulas = []), void i.properties.statisticalFormulas.push({ $editing: true }))) }, null, 8, ["icon"])]), _: 1 })]), default: l.withCtx((e2) => [l.createElementVNode("span", null, [l.createVNode(b, { effect: "dark", content: "删除", placement: "top" }, { default: l.withCtx(() => [l.createVNode(y, { type: "danger", size: "small", icon: l.unref(t.Minus), circle: "", onClick: (l2) => {
|
|
10
|
+
return t2 = e2.$index, e2.row, void i.properties.statisticalFormulas.splice(t2, 1);
|
|
11
11
|
var t2;
|
|
12
12
|
} }, null, 8, ["icon", "onClick"])]), _: 2 }, 1024)])]), _: 1 })]), _: 1 }, 8, ["data"]);
|
|
13
13
|
};
|
|
14
14
|
} });
|
|
15
|
-
module.exports =
|
|
15
|
+
module.exports = s;
|
package/dist/lib/designer/service-components/database/aggregate-query/statistical-formula.vue.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
2
|
properties: {
|
|
3
3
|
type: ObjectConstructor;
|
|
4
4
|
default: () => {
|
|
@@ -22,9 +22,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
22
22
|
};
|
|
23
23
|
default: () => any[];
|
|
24
24
|
};
|
|
25
|
-
}
|
|
25
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
26
26
|
change: (...args: any[]) => void;
|
|
27
|
-
}, string, import('vue').
|
|
27
|
+
}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
|
|
28
28
|
properties: {
|
|
29
29
|
type: ObjectConstructor;
|
|
30
30
|
default: () => {
|
|
@@ -48,10 +48,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
48
48
|
};
|
|
49
49
|
default: () => any[];
|
|
50
50
|
};
|
|
51
|
-
}>> &
|
|
51
|
+
}>> & {
|
|
52
52
|
onChange?: (...args: any[]) => any;
|
|
53
|
-
}
|
|
53
|
+
}, {
|
|
54
54
|
properties: Record<string, any>;
|
|
55
55
|
dataTableColumns: any[];
|
|
56
|
-
}, {}
|
|
56
|
+
}, {}>;
|
|
57
57
|
export default _default;
|
|
@@ -1,18 +1,18 @@
|
|
|
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, {
|
|
7
7
|
fullScreen: (...args: any[]) => void;
|
|
8
|
-
}, string, import('vue').
|
|
8
|
+
}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
|
|
9
9
|
properties: {
|
|
10
10
|
type: ObjectConstructor;
|
|
11
11
|
default: () => {};
|
|
12
12
|
};
|
|
13
|
-
}>> &
|
|
13
|
+
}>> & {
|
|
14
14
|
onFullScreen?: (...args: any[]) => any;
|
|
15
|
-
}
|
|
15
|
+
}, {
|
|
16
16
|
properties: Record<string, any>;
|
|
17
|
-
}, {}
|
|
17
|
+
}, {}>;
|
|
18
18
|
export default _default;
|