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,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ElForm as e, ElFormItem as t, ElInput as s, ElButton as o, ElAlert as l, ElText as a, ElRadioGroup as r, ElRadio as p, ElMessage as i } 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/radio-group/style/css";
|
|
@@ -8,95 +8,93 @@ import "element-plus/es/components/alert/style/css";
|
|
|
8
8
|
import "element-plus/es/components/form-item/style/css";
|
|
9
9
|
import "element-plus/es/components/input/style/css";
|
|
10
10
|
import "element-plus/es/components/button/style/css";
|
|
11
|
-
import "
|
|
12
|
-
import { Search as
|
|
13
|
-
import
|
|
14
|
-
import
|
|
15
|
-
import { useServiceFlowStore as
|
|
16
|
-
import { queryTableFields as
|
|
17
|
-
import { http as
|
|
11
|
+
import { defineComponent as n, ref as m, onMounted as u, createElementBlock as c, openBlock as d, createVNode as y, withCtx as v, createElementVNode as b, unref as f, createTextVNode as g, pushScopeId as T, popScopeId as C } from "vue";
|
|
12
|
+
import { Search as S, View as x, Check as V } from "@element-plus/icons-vue";
|
|
13
|
+
import j from "../../../common/components/value-set-input/value-set-input.vue.mjs";
|
|
14
|
+
import h from "../../../common/components/datatable-select.vue.mjs";
|
|
15
|
+
import { useServiceFlowStore as w } from "../../../../stores/page-store.mjs";
|
|
16
|
+
import { queryTableFields as _, updateServiceParams as N, updateServiceReturns as k, getBaseUrl as q } from "../../../../utils/common-util.mjs";
|
|
17
|
+
import { http as F } from "agilebuilder-ui";
|
|
18
18
|
import "uuid";
|
|
19
|
-
import
|
|
19
|
+
import O from "./dimension-statistical.vue.mjs";
|
|
20
20
|
import "element-plus/es/components/table/style/css";
|
|
21
21
|
import "element-plus/es/components/tooltip/style/css";
|
|
22
22
|
import "element-plus/es/components/select/style/css";
|
|
23
23
|
import "element-plus/es/components/option/style/css";
|
|
24
24
|
import "element-plus/es/components/table-column/style/css";
|
|
25
25
|
import "../../util/common-options.mjs";
|
|
26
|
-
import
|
|
27
|
-
import
|
|
28
|
-
import
|
|
29
|
-
import
|
|
30
|
-
import { getNodeRuntimeObject as
|
|
26
|
+
import U from "./statistical-formula.vue.mjs";
|
|
27
|
+
import z from "./filter-conditions.vue.mjs";
|
|
28
|
+
import I from "./sort-conditions.vue.mjs";
|
|
29
|
+
import M from "../../../common/components/node-base-config.vue.mjs";
|
|
30
|
+
import { getNodeRuntimeObject as D } from "../../../service-flow-view/flow-util.mjs";
|
|
31
31
|
import "codemirror";
|
|
32
32
|
import "@codemirror/lang-sql";
|
|
33
33
|
import "@codemirror/state";
|
|
34
|
-
import
|
|
34
|
+
import E from "../../../common/components/sql-view/sql-view-dialog.vue.mjs";
|
|
35
35
|
import "element-plus/es/components/message/style/css";
|
|
36
|
-
|
|
37
|
-
import { ref as E, unref as I } from "../../../../node_modules/.pnpm/@vue_reactivity@3.5.18/node_modules/@vue/reactivity/dist/reactivity.esm-bundler.mjs";
|
|
38
|
-
const M = { style: { position: "absolute", right: "0" } }, D = { style: { display: "flex" } }, J = w({ __name: "config", props: { properties: { type: Object, default: () => ({ search: {}, noData: {}, result: {} }) }, logicFlowInstance: { type: Object, default: () => ({}) }, currentNode: { type: Object, default: () => ({}) }, pageContext: { type: Object, default: () => ({}) }, service: { type: Object, default: () => ({}) } }, setup(w2, { expose: J2 }) {
|
|
36
|
+
const J = (e2) => (T("data-v-9ec43851"), e2 = e2(), C(), e2), B = { style: { position: "absolute", right: "0" } }, A = J(() => b("br", null, null, -1)), G = J(() => b("br", null, null, -1)), H = { style: { display: "flex" } }, K = n({ __name: "config", props: { properties: { type: Object, default: () => ({ search: {}, noData: {}, result: {} }) }, logicFlowInstance: { type: Object, default: () => ({}) }, currentNode: { type: Object, default: () => ({}) }, pageContext: { type: Object, default: () => ({}) }, service: { type: Object, default: () => ({}) } }, setup(n2, { expose: T2 }) {
|
|
39
37
|
var _a, _b;
|
|
40
|
-
const
|
|
41
|
-
|
|
42
|
-
const
|
|
43
|
-
((_a =
|
|
44
|
-
const
|
|
45
|
-
((_b =
|
|
46
|
-
const
|
|
47
|
-
|
|
48
|
-
const
|
|
49
|
-
function
|
|
50
|
-
"first" ==
|
|
38
|
+
const C2 = n2, J2 = w();
|
|
39
|
+
C2.properties.result || (C2.properties.result = {});
|
|
40
|
+
const K2 = m(false), L = m(J2.pageContext.systemCode);
|
|
41
|
+
((_a = C2.properties) == null ? void 0 : _a.dataTableSystemCode) && (L.value = C2.properties.dataTableSystemCode);
|
|
42
|
+
const P = m(J2.pageContext.systemVersion);
|
|
43
|
+
((_b = C2.properties) == null ? void 0 : _b.dataTableSystemVersion) && (P.value = C2.properties.dataTableSystemVersion);
|
|
44
|
+
const Q = m([]), R = m([]), W = m([]);
|
|
45
|
+
C2.properties.result.valueSetScope || (C2.properties.result.valueSetScope = "all");
|
|
46
|
+
const X = m("array"), Y = m(false), Z = m("");
|
|
47
|
+
function $() {
|
|
48
|
+
"first" == C2.properties.result.valueSetScope ? X.value = "object" : X.value = "array";
|
|
51
49
|
}
|
|
52
|
-
function
|
|
53
|
-
const e2 =
|
|
54
|
-
e2 ?
|
|
55
|
-
|
|
56
|
-
}) : (
|
|
50
|
+
function ee() {
|
|
51
|
+
const e2 = C2.properties.dataTable, t2 = C2.properties.dataTableSystemCode, s2 = C2.properties.dataTableSystemVersion;
|
|
52
|
+
e2 ? _(t2, s2, e2).then((e3) => {
|
|
53
|
+
Q.value = e3, R.value = Q.value;
|
|
54
|
+
}) : (Q.value = [], R.value = Q.value);
|
|
57
55
|
}
|
|
58
|
-
|
|
59
|
-
|
|
56
|
+
u(() => {
|
|
57
|
+
ee(), se();
|
|
60
58
|
});
|
|
61
|
-
const
|
|
62
|
-
|
|
63
|
-
},
|
|
64
|
-
|
|
59
|
+
const te = (e2) => {
|
|
60
|
+
C2.properties.dataTable = e2.dataTable.name, C2.properties.dataTableSystemCode = e2.system.code, C2.properties.dataTableSystemVersion = e2.system.publishVersion, L.value = C2.properties.dataTableSystemCode, ee();
|
|
61
|
+
}, se = () => {
|
|
62
|
+
W.value = [];
|
|
65
63
|
const e2 = [];
|
|
66
|
-
|
|
64
|
+
C2.properties.statistics && C2.properties.statistics.forEach((t2) => {
|
|
67
65
|
const s2 = t2.newName ? t2.newName : t2.name;
|
|
68
66
|
s2 && e2.push({ type: "string", name: s2, alias: s2 });
|
|
69
|
-
}),
|
|
67
|
+
}), C2.properties.statisticalFormulas && C2.properties.statisticalFormulas.forEach((t2) => {
|
|
70
68
|
if (t2.formula) {
|
|
71
69
|
const s2 = t2.newName ? t2.newName : t2.name;
|
|
72
70
|
s2 && !e2.includes(s2) && e2.push({ type: "number", name: s2, alias: s2 });
|
|
73
71
|
}
|
|
74
|
-
}),
|
|
72
|
+
}), W.value = e2;
|
|
75
73
|
};
|
|
76
|
-
function
|
|
77
|
-
if (!
|
|
78
|
-
const e2 = "first" ==
|
|
79
|
-
|
|
74
|
+
function oe() {
|
|
75
|
+
if (!C2.properties.result.setTo) return void i.error("请先设置结果参数!");
|
|
76
|
+
const e2 = "first" == C2.properties.result.valueSetScope ? "object" : "array";
|
|
77
|
+
N(C2.properties.result.setTo, e2, W.value);
|
|
80
78
|
}
|
|
81
|
-
function
|
|
82
|
-
if (!
|
|
83
|
-
const e2 = "first" ==
|
|
84
|
-
|
|
79
|
+
function le() {
|
|
80
|
+
if (!C2.properties.result.setTo) return void i.error("请先设置结果参数!");
|
|
81
|
+
const e2 = "first" == C2.properties.result.valueSetScope ? "object" : "array";
|
|
82
|
+
k(C2.properties.result.setTo, e2, W.value);
|
|
85
83
|
}
|
|
86
|
-
function
|
|
87
|
-
|
|
88
|
-
const e2 =
|
|
89
|
-
e2.props = JSON.parse(JSON.stringify(
|
|
90
|
-
const t2 =
|
|
91
|
-
|
|
92
|
-
|
|
84
|
+
function ae() {
|
|
85
|
+
Z.value = "";
|
|
86
|
+
const e2 = D(C2.logicFlowInstance.getNodeModelById(C2.currentNode.data.id), C2.service);
|
|
87
|
+
e2.props = JSON.parse(JSON.stringify(C2.properties));
|
|
88
|
+
const t2 = q(C2.pageContext.backendUrl, C2.pageContext.isTest);
|
|
89
|
+
F.post(t2 + "/dsc/service-flow/test/database-node/show-sql", e2).then((e3) => {
|
|
90
|
+
Y.value = true, Z.value = e3;
|
|
93
91
|
});
|
|
94
92
|
}
|
|
95
|
-
return
|
|
96
|
-
const
|
|
97
|
-
return
|
|
93
|
+
return T2({}), (i2, m2) => {
|
|
94
|
+
const u2 = o, T3 = s, C3 = t, w2 = l, _2 = a, N2 = p, k2 = r, q2 = e;
|
|
95
|
+
return d(), c("div", null, [y(q2, { "label-width": "100", "label-position": "left", size: "small" }, { default: v(() => [y(M, { properties: n2.properties }, null, 8, ["properties"]), y(C3, { label: "选择数据表" }, { default: v(() => [y(T3, { modelValue: n2.properties.dataTable, "onUpdate:modelValue": m2[1] || (m2[1] = (e2) => n2.properties.dataTable = e2), readonly: "", style: { width: "85%" } }, { append: v(() => [y(u2, { type: "default", icon: f(S), onClick: m2[0] || (m2[0] = (e2) => K2.value = !K2.value) }, null, 8, ["icon"])]), _: 1 }, 8, ["modelValue"]), b("span", B, [y(u2, { type: "primary", icon: f(x), onClick: ae }, { default: v(() => [g("预览sql")]), _: 1 }, 8, ["icon"])]), y(h, { visible: K2.value, "onUpdate:visible": m2[2] || (m2[2] = (e2) => K2.value = e2), modelValue: n2.properties.dataTable, "onUpdate:modelValue": m2[3] || (m2[3] = (e2) => n2.properties.dataTable = e2), systemCode: L.value, systemVersion: P.value, onSelect: te }, null, 8, ["visible", "modelValue", "systemCode", "systemVersion"])]), _: 1 }), y(w2, { title: "统计维度", type: "info", size: "small", closable: false, style: { "margin-bottom": "20px" } }), y(O, { properties: n2.properties, dataTableColumns: R.value, onChange: se, style: { "margin-bottom": "10 px" } }, null, 8, ["properties", "dataTableColumns"]), y(_2, { style: { "margin-top": "10px", "margin-bottom": "10px", display: "block" }, type: "success" }, { default: v(() => [g("说明:1.支持自定义日期格式,同SimpleDateFormat,yyyy表示年,MM表示2位月..."), A, g(" 2.未指定新字段名时,输出字段名同选择的字段名"), G, g(" 3.动态维度值有填写时需要匹配才会执行此分组")]), _: 1 }), y(w2, { title: "统计公式", type: "info", size: "small", closable: false, style: { "margin-bottom": "20px" } }), y(U, { properties: n2.properties, dataTableColumns: Q.value, onChange: se }, null, 8, ["properties", "dataTableColumns"]), y(_2, { style: { "margin-top": "10px", "margin-bottom": "10px", display: "block" }, type: "success" }, { default: v(() => [g("说明:1.支持自定义统计公式,如sum(字段1+字段2)")]), _: 1 }), y(w2, { title: "过滤条件", type: "info", size: "small", closable: false, style: { "margin-bottom": "20px" } }), y(z, { properties: n2.properties, dataTableColumns: Q.value }, null, 8, ["properties", "dataTableColumns"]), y(w2, { title: "排序条件", type: "info", size: "small", closable: false, style: { "margin-bottom": "20px" } }), y(I, { properties: n2.properties, dataTableColumns: W.value }, null, 8, ["properties", "dataTableColumns"]), y(w2, { title: "结果设置", type: "info", size: "small", closable: false, style: { "margin-bottom": "20px" } }), y(C3, { label: "", "label-width": "0", style: { width: "100%" } }, { default: v(() => [y(k2, { modelValue: n2.properties.result.valueSetScope, "onUpdate:modelValue": m2[4] || (m2[4] = (e2) => n2.properties.result.valueSetScope = e2), onChange: $, class: "ml-4" }, { default: v(() => [y(N2, { value: "first" }, { default: v(() => [g("仅第一条")]), _: 1 }), y(N2, { value: "all" }, { default: v(() => [g(" 全部 ")]), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), y(C3, { label: "设置到:", style: { width: "100%" } }, { default: v(() => [b("div", H, [y(f(j), { width: "260", paramTypes: ["service"], modelValue: n2.properties.result.setTo, "onUpdate:modelValue": m2[5] || (m2[5] = (e2) => n2.properties.result.setTo = e2), autoCreateFieldType: X.value }, null, 8, ["modelValue", "autoCreateFieldType"]), y(u2, { icon: f(V), type: "primary", onClick: oe, style: { "margin-left": "10px" } }, { default: v(() => [g(" 更新服务变量 ")]), _: 1 }, 8, ["icon"]), y(u2, { icon: f(V), type: "primary", onClick: le, style: { "margin-left": "10px" } }, { default: v(() => [g(" 设置为返回值 ")]), _: 1 }, 8, ["icon"])])]), _: 1 })]), _: 1 }), y(f(E), { sql: Z.value, "model-value": Y.value, "onUpdate:modelValue": m2[6] || (m2[6] = (e2) => Y.value = e2) }, null, 8, ["sql", "model-value"])]);
|
|
98
96
|
};
|
|
99
97
|
} });
|
|
100
98
|
export {
|
|
101
|
-
|
|
99
|
+
K as default
|
|
102
100
|
};
|
package/dist/es/designer/service-components/database/aggregate-query/dimension-additional.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/es/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/es/designer/service-components/database/aggregate-query/dimension-statistical.vue.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ElTable as e, ElTableColumn as l, ElSelect as a, ElOption as t, ElInput as o, ElTooltip as n, ElButton as s } 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/tooltip/style/css";
|
|
@@ -7,30 +7,27 @@ import "element-plus/es/components/input/style/css";
|
|
|
7
7
|
import "element-plus/es/components/select/style/css";
|
|
8
8
|
import "element-plus/es/components/option/style/css";
|
|
9
9
|
import "element-plus/es/components/table-column/style/css";
|
|
10
|
-
import "
|
|
11
|
-
import { Minus as
|
|
12
|
-
import { dateFormats as
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
const h = { key: 0 }, g = { key: 0 }, k = { key: 0 }, C = { key: 0 }, T = r({ __name: "dimension-statistical", props: { properties: { type: Object, default: () => ({ statistics: {} }) }, dataTableColumns: { type: Array, default: () => [] } }, emits: ["change"], setup(r2, { emit: T2 }) {
|
|
17
|
-
const N = r2, U = T2;
|
|
18
|
-
function z(e2, l2, t2) {
|
|
10
|
+
import { defineComponent as m, createBlock as i, openBlock as p, withCtx as d, createVNode as r, createElementBlock as u, toDisplayString as c, Fragment as y, renderList as w, unref as b, createElementVNode as f } from "vue";
|
|
11
|
+
import { Minus as V, Plus as g } from "@element-plus/icons-vue";
|
|
12
|
+
import { dateFormats as h } from "../../util/common-options.mjs";
|
|
13
|
+
const k = { key: 0 }, C = { key: 0 }, T = { key: 0 }, _ = { key: 0 }, v = m({ __name: "dimension-statistical", props: { properties: { type: Object, default: () => ({ statistics: {} }) }, dataTableColumns: { type: Array, default: () => [] } }, emits: ["change"], setup(m2, { emit: v2 }) {
|
|
14
|
+
const N = m2;
|
|
15
|
+
function U(e2, l2, a2) {
|
|
19
16
|
e2.$editing = true;
|
|
20
17
|
}
|
|
21
|
-
const
|
|
22
|
-
l2 && N.dataTableColumns.forEach((
|
|
23
|
-
|
|
24
|
-
}),
|
|
18
|
+
const z = (e2, l2) => {
|
|
19
|
+
l2 && N.dataTableColumns.forEach((a2) => {
|
|
20
|
+
a2.dbColumnName === e2 && (l2.dataType = a2.dataType, "DATE" !== l2.dataType && "TIME" !== a2.dataType && (l2.dateFormat = ""));
|
|
21
|
+
}), v2("change", e2);
|
|
25
22
|
};
|
|
26
|
-
return (
|
|
27
|
-
const E =
|
|
28
|
-
return
|
|
29
|
-
return
|
|
30
|
-
var
|
|
23
|
+
return ($, x) => {
|
|
24
|
+
const E = l, F = t, A = a, D = o, j = s, I = n, M = e;
|
|
25
|
+
return p(), i(M, { data: m2.properties.statistics, style: { width: "100%", "margin-bottom": "20px" }, "row-key": "name", onRowDblclick: U, size: "small", border: "", "default-expand-all": "" }, { default: d(() => [r(E, { type: "index", width: "50", label: "序号", align: "center" }), r(E, { prop: "name", label: "字段名" }, { default: d((e2) => [e2.row.$editing ? (p(), i(A, { key: 1, onChange: (l2) => z(l2, e2.row), modelValue: e2.row.name, "onUpdate:modelValue": (l2) => e2.row.name = l2, placeholder: "", size: "small", filterable: "" }, { default: d(() => [(p(true), u(y, null, w(m2.dataTableColumns, (e3) => (p(), i(F, { key: e3.dbColumnName, label: e3.alias + "(" + e3.dbColumnName + ")", value: e3.dbColumnName }, null, 8, ["label", "value"]))), 128))]), _: 2 }, 1032, ["onChange", "modelValue", "onUpdate:modelValue"])) : (p(), u("span", k, c(e2.row.name), 1))]), _: 1 }), r(E, { prop: "name", label: "日期格式化", width: "120" }, { default: d((e2) => [e2.row.$editing ? (p(), i(A, { 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: d(() => [(p(true), u(y, null, w(b(h), (e3) => (p(), i(F, { key: e3.value, label: e3.label, value: e3.value }, null, 8, ["label", "value"]))), 128))]), _: 2 }, 1032, ["disabled", "modelValue", "onUpdate:modelValue"])) : (p(), u("span", C, c(e2.row.dateFormat), 1))]), _: 1 }), r(E, { prop: "newName", label: "新字段名", width: "160" }, { default: d((e2) => [e2.row.$editing ? (p(), i(D, { key: 1, modelValue: e2.row.newName, "onUpdate:modelValue": (l2) => e2.row.newName = l2, size: "small", onChange: (l2) => v2("change", e2.row) }, null, 8, ["modelValue", "onUpdate:modelValue", "onChange"])) : (p(), u("span", T, c(e2.row.newName), 1))]), _: 1 }), r(E, { prop: "dynamicValue", label: "动态维度值" }, { default: d((e2) => [e2.row.$editing ? (p(), i(D, { key: 1, modelValue: e2.row.dynamicValue, "onUpdate:modelValue": (l2) => e2.row.dynamicValue = l2, size: "small" }, null, 8, ["modelValue", "onUpdate:modelValue"])) : (p(), u("span", _, c(e2.row.dynamicValue), 1))]), _: 1 }), r(E, { align: "center", width: "80" }, { header: d(() => [r(I, { effect: "dark", content: "添加", placement: "top" }, { default: d(() => [r(j, { type: "primary", size: "small", icon: b(g), circle: "", onClick: x[0] || (x[0] = (e2) => (N.properties.statistics || (N.properties.statistics = []), void N.properties.statistics.push({ $editing: true }))) }, null, 8, ["icon"])]), _: 1 })]), default: d((e2) => [f("span", null, [r(I, { effect: "dark", content: "删除", placement: "top" }, { default: d(() => [r(j, { type: "danger", size: "small", icon: b(V), circle: "", onClick: (l2) => {
|
|
26
|
+
return a2 = e2.$index, e2.row, N.properties.statistics.splice(a2, 1), void z("", null);
|
|
27
|
+
var a2;
|
|
31
28
|
} }, null, 8, ["icon", "onClick"])]), _: 2 }, 1024)])]), _: 1 })]), _: 1 }, 8, ["data"]);
|
|
32
29
|
};
|
|
33
30
|
} });
|
|
34
31
|
export {
|
|
35
|
-
|
|
32
|
+
v as default
|
|
36
33
|
};
|
package/dist/es/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;
|
package/dist/es/designer/service-components/database/aggregate-query/filter-conditions.vue.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ElTable as e, ElTableColumn as l, ElSelect as a, ElOption as o, ElTooltip as t, ElButton as r } 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/tooltip/style/css";
|
|
@@ -6,33 +6,29 @@ import "element-plus/es/components/button/style/css";
|
|
|
6
6
|
import "element-plus/es/components/select/style/css";
|
|
7
7
|
import "element-plus/es/components/option/style/css";
|
|
8
8
|
import "element-plus/es/components/table-column/style/css";
|
|
9
|
-
import "
|
|
10
|
-
import { Minus as
|
|
11
|
-
import { v4 as
|
|
12
|
-
import
|
|
13
|
-
import { logicOperators as
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
import { vShow as N } from "../../../../node_modules/.pnpm/@vue_runtime-dom@3.5.18/node_modules/@vue/runtime-dom/dist/runtime-dom.esm-bundler.mjs";
|
|
17
|
-
import { unref as V } from "../../../../node_modules/.pnpm/@vue_reactivity@3.5.18/node_modules/@vue/reactivity/dist/reactivity.esm-bundler.mjs";
|
|
18
|
-
const k = { key: 0 }, h = { key: 0 }, L = { key: 0 }, g = { key: 0 }, C = { key: 0 }, I = { key: 0 }, O = s({ __name: "filter-conditions", props: { properties: { type: Object, default: () => ({ filterConditions: [] }) }, dataTableColumns: { type: Array, default: () => [] } }, setup(s2) {
|
|
19
|
-
const O2 = s2, U = (e2) => {
|
|
9
|
+
import { defineComponent as p, createBlock as n, openBlock as u, withCtx as d, createVNode as i, createElementBlock as s, toDisplayString as m, Fragment as T, renderList as c, withDirectives as w, vShow as y, unref as b, createElementVNode as f } from "vue";
|
|
10
|
+
import { Minus as v, Plus as E } from "@element-plus/icons-vue";
|
|
11
|
+
import { v4 as N } from "uuid";
|
|
12
|
+
import V from "../../../common/components/value-set-input/value-set-input.vue.mjs";
|
|
13
|
+
import { logicOperators as k } from "../../util/common-options.mjs";
|
|
14
|
+
const L = { key: 0 }, _ = { key: 0 }, h = { key: 0 }, g = { key: 0 }, C = { key: 0 }, I = { key: 0 }, O = p({ __name: "filter-conditions", props: { properties: { type: Object, default: () => ({ filterConditions: [] }) }, dataTableColumns: { type: Array, default: () => [] } }, setup(p2) {
|
|
15
|
+
const O2 = p2, U = (e2) => {
|
|
20
16
|
G(e2);
|
|
21
17
|
};
|
|
22
18
|
function G(e2) {
|
|
23
19
|
e2.$editing = true;
|
|
24
20
|
}
|
|
25
21
|
return (A, B) => {
|
|
26
|
-
const
|
|
27
|
-
return
|
|
22
|
+
const z = l, R = o, $ = a, D = r, x = t, X = e;
|
|
23
|
+
return u(), n(X, { data: p2.properties.filterConditions, style: { width: "100%", "margin-bottom": "20px" }, "row-key": "name", onRowClick: U, size: "small", border: "", "default-expand-all": "" }, { default: d(() => [i(z, { type: "index", width: "50", label: "序号", align: "center" }), i(z, { prop: "leftBracket", label: "((((", width: "60" }, { default: d((e2) => [e2.row.$editing ? (u(), n($, { key: 1, size: "small", modelValue: e2.row.leftBracket, "onUpdate:modelValue": (l2) => e2.row.leftBracket = l2, placeholder: "", clearable: "" }, { default: d(() => [i(R, { label: "(", value: "(" }), i(R, { label: "((", value: "((" }), i(R, { label: "(((", value: "(((" }), i(R, { label: "((((", value: "((((" })]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"])) : (u(), s("span", L, m(e2.row.leftBracket), 1))]), _: 1 }), i(z, { prop: "name", label: "字段名" }, { default: d((e2) => [e2.row.$editing ? (u(), n($, { 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) {
|
|
28
24
|
if (!l3 || !O2.dataTableColumns) return;
|
|
29
25
|
const a2 = O2.dataTableColumns.filter((e4) => e4.name == l3.propName || e4.dbColumnName == l3.propName), o2 = l3.dataType;
|
|
30
26
|
a2 && a2.length > 0 ? l3.dataType = a2[0].dataType : l3.dataType = "TEXT", o2 != l3.dataType && (l3.operator = null);
|
|
31
|
-
}(A.val, e2.row), title: e2.row.propName }, { default:
|
|
27
|
+
}(A.val, e2.row), title: e2.row.propName }, { default: d(() => [(u(true), s(T, null, c(p2.dataTableColumns, (e3) => (u(), n(R, { key: e3.dbColumnName, label: e3.alias + "(" + e3.dbColumnName + ")", value: e3.dbColumnName }, null, 8, ["label", "value"]))), 128))]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue", "onChange", "title"])) : (u(), s("span", _, m(e2.row.propName), 1))]), _: 1 }), i(z, { prop: "operator", label: "操作符", width: "100" }, { default: d((e2) => [e2.row.$editing ? (u(), n($, { key: 1, modelValue: e2.row.operator, "onUpdate:modelValue": (l2) => e2.row.operator = l2, placeholder: "", size: "small", title: e2.row.operator }, { default: d(() => [w(i(R, { label: "大于", value: "GT" }, null, 512), [[y, "INTEGER" == e2.row.dataType || "LONG" == e2.row.dataType || "FLOAT" == e2.row.dataType || "DOUBLE" == e2.row.dataType]]), w(i(R, { label: "小于", value: "LT" }, null, 512), [[y, "INTEGER" == e2.row.dataType || "LONG" == e2.row.dataType || "FLOAT" == e2.row.dataType || "DOUBLE" == e2.row.dataType]]), w(i(R, { label: "大于", value: "GT" }, null, 512), [[y, "DATE" == e2.row.dataType || "TIME" == e2.row.dataType]]), w(i(R, { label: "小于", value: "LT" }, null, 512), [[y, "DATE" == e2.row.dataType || "TIME" == e2.row.dataType]]), i(R, { label: "等于", value: "EQ" }), w(i(R, { label: "小于等于", value: "LET" }, null, 512), [[y, "INTEGER" == e2.row.dataType || "LONG" == e2.row.dataType || "FLOAT" == e2.row.dataType || "DOUBLE" == e2.row.dataType]]), w(i(R, { label: "大于等于", value: "GET" }, null, 512), [[y, "INTEGER" == e2.row.dataType || "LONG" == e2.row.dataType || "FLOAT" == e2.row.dataType || "DOUBLE" == e2.row.dataType]]), w(i(R, { label: "小于等于", value: "LET" }, null, 512), [[y, "DATE" == e2.row.dataType || "TIME" == e2.row.dataType]]), w(i(R, { label: "大于等于", value: "GET" }, null, 512), [[y, "DATE" == e2.row.dataType || "TIME" == e2.row.dataType]]), i(R, { label: "不等于", value: "NET" }), w(i(R, { label: "包含", value: "CONTAIN" }, null, 512), [[y, "TEXT" == e2.row.dataType]]), w(i(R, { label: "左匹配", value: "LEFT_LIKE" }, null, 512), [[y, "TEXT" == e2.row.dataType]]), w(i(R, { label: "右匹配", value: "RIGHT_LIKE" }, null, 512), [[y, "TEXT" == e2.row.dataType]]), w(i(R, { label: "不包含", value: "NOT_CONTAIN" }, null, 512), [[y, "TEXT" == e2.row.dataType]]), w(i(R, { label: "IN", value: "RANGE_QUERY" }, null, 512), [[y, "TEXT" == e2.row.dataType || "LONG" == e2.row.dataType || "INTEGER" == e2.row.dataType]]), i(R, { label: "等于Null", value: "IS_NULL" }), i(R, { label: "不等于Null", value: "IS_NOT_NULL" })]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue", "title"])) : (u(), s("span", h, m(e2.row.operator), 1))]), _: 1 }), i(z, { prop: "propValue", label: "值" }, { default: d((e2) => [i(b(V), { 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 }), i(z, { prop: "rightBracket", label: "))))", width: "60" }, { default: d((e2) => [e2.row.$editing ? (u(), n($, { key: 1, size: "small", modelValue: e2.row.rightBracket, "onUpdate:modelValue": (l2) => e2.row.rightBracket = l2, placeholder: "", clearable: "" }, { default: d(() => [i(R, { label: ")", value: ")" }), i(R, { label: "))", value: "))" }), i(R, { label: ")))", value: ")))" }), i(R, { label: "))))", value: "))))" })]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"])) : (u(), s("span", g, m(e2.row.rightBracket), 1))]), _: 1 }), i(z, { prop: "joinSign", label: "连接符", width: "70" }, { default: d((e2) => [e2.row.$editing ? (u(), n($, { key: 1, modelValue: e2.row.logicOperator, "onUpdate:modelValue": (l2) => e2.row.logicOperator = l2, clearable: "", placeholder: "", size: "small" }, { default: d(() => [(u(true), s(T, null, c(b(k), (e3) => (u(), n(R, { key: e3.value, label: e3.label, value: e3.value }, null, 8, ["label", "value"]))), 128))]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"])) : (u(), s("span", C, m(e2.row.logicOperator), 1))]), _: 1 }), i(z, { prop: "variableIsNull", label: "变量为空时", width: "120" }, { default: d((e2) => [e2.row.$editing ? (u(), n($, { key: 1, modelValue: e2.row.variableIsNull, "onUpdate:modelValue": (l2) => e2.row.variableIsNull = l2, clearable: "", placeholder: "请选择" }, { default: d(() => [i(R, { label: "Null", value: "null" }), i(R, { label: "忽略(1=1)", value: "ignore" }), i(R, { label: "不符合(1<>1)", value: "notequal" })]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"])) : (u(), s("span", I, m(e2.row.variableIsNull), 1))]), _: 1 }), i(z, { align: "center", width: "60" }, { header: d(() => [i(x, { effect: "dark", content: "添加", placement: "top" }, { default: d(() => [i(D, { type: "primary", size: "small", icon: b(E), circle: "", onClick: B[0] || (B[0] = (e2) => (() => {
|
|
32
28
|
O2.properties.filterConditions || (O2.properties.filterConditions = []);
|
|
33
|
-
const e3 = { code:
|
|
29
|
+
const e3 = { code: N() };
|
|
34
30
|
O2.properties.filterConditions.push(e3), G(e3);
|
|
35
|
-
})()) }, null, 8, ["icon"])]), _: 1 })]), default:
|
|
31
|
+
})()) }, null, 8, ["icon"])]), _: 1 })]), default: d((e2) => [f("span", null, [i(x, { effect: "dark", content: "删除", placement: "top" }, { default: d(() => [i(D, { type: "danger", size: "small", icon: b(v), circle: "", onClick: (l2) => {
|
|
36
32
|
return a2 = e2.$index, e2.row, void O2.properties.filterConditions.splice(a2, 1);
|
|
37
33
|
var a2;
|
|
38
34
|
} }, null, 8, ["icon", "onClick"])]), _: 2 }, 1024)])]), _: 1 })]), _: 1 }, 8, ["data"]);
|
|
@@ -5,15 +5,13 @@ import e from "../../../flow/base/AbLogicNode.mjs";
|
|
|
5
5
|
import o from "../../../flow/base/AbLogicNodeModel.mjs";
|
|
6
6
|
import "../../../flow/base/AbLogicResizeNodeModel.mjs";
|
|
7
7
|
import "../../../flow/base/AbLogicResizeNode.mjs";
|
|
8
|
-
import "
|
|
9
|
-
import
|
|
10
|
-
|
|
11
|
-
import { createApp as t } from "../../../../node_modules/.pnpm/@vue_runtime-dom@3.5.18/node_modules/@vue/runtime-dom/dist/runtime-dom.esm-bundler.mjs";
|
|
12
|
-
const m = { type: "aggregateQuery", view: class extends e {
|
|
8
|
+
import { h as s, createApp as t } from "vue";
|
|
9
|
+
import i from "./index.vue.mjs";
|
|
10
|
+
const d = { type: "aggregateQuery", view: class extends e {
|
|
13
11
|
constructor(e2) {
|
|
14
12
|
super(e2);
|
|
15
13
|
__publicField(this, "customP1");
|
|
16
|
-
this.isMounted = false, this.r =
|
|
14
|
+
this.isMounted = false, this.r = s(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) => {
|
|
17
15
|
this.props.graphModel.eventCenter.emit("node:select-click", { props: e2 });
|
|
18
16
|
} }), this.app = t({ render: () => this.r });
|
|
19
17
|
}
|
|
@@ -22,5 +20,5 @@ const m = { type: "aggregateQuery", view: class extends e {
|
|
|
22
20
|
}, model: class extends o {
|
|
23
21
|
}, options: {} };
|
|
24
22
|
export {
|
|
25
|
-
|
|
23
|
+
d as default
|
|
26
24
|
};
|
|
@@ -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,7 +1,24 @@
|
|
|
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 t, ref as s, onMounted as r, createElementBlock as o, openBlock as l, createElementVNode as n, normalizeStyle as p, createVNode as i, toDisplayString as a, Fragment as d, renderList as u, pushScopeId as c, popScopeId as m } from "vue";
|
|
5
|
+
import v from "../../../../assets/icon/vardef-v.png.mjs";
|
|
6
|
+
const f = (e2) => (c("data-v-3c23a172"), e2 = e2(), m(), e2), h = f(() => n("img", { src: v, style: { height: "32px", position: "fixed", left: "0px", top: "0px" } }, null, -1)), g = { class: "serviceflow-nodeTitle" }, b = { class: "serviceflow-nodeContent" }, y = ["title"], x = f(() => n("br", null, null, -1)), w = t({ __name: "index", props: { graphModel: { type: Object, default: () => ({}) }, model: { type: Object, default: () => ({}) }, properties: { type: Object, default: () => ({}) } }, emits: ["btnClick"], setup(t2, { emit: c2 }) {
|
|
7
|
+
const m2 = t2, v2 = s([]), f2 = s([]);
|
|
8
|
+
return r(() => {
|
|
9
|
+
m2.graphModel.modelToGraphData().nodes.forEach((e2, t3) => {
|
|
10
|
+
f2.value.push({ id: e2.id, name: e2.properties.name });
|
|
11
|
+
}), f2.value.push({ id: "end", name: "结束" }), m2.properties && m2.properties.rules && m2.properties.rules.length > 0 && m2.properties.rules.forEach((e2, t3) => {
|
|
12
|
+
v2.value.push(e2.name + "->" + function(e3) {
|
|
13
|
+
if ("end" === e3) return "结束";
|
|
14
|
+
for (let t4 = 0; t4 < f2.value.length; t4++) if (f2.value[t4].id == e3) return f2.value[t4].name;
|
|
15
|
+
}(e2.to));
|
|
16
|
+
});
|
|
17
|
+
}), (s2, r2) => {
|
|
18
|
+
const c3 = e;
|
|
19
|
+
return l(), o("div", null, [h, n("div", { class: "serviceflow-nodeView", style: p({ backgroundColor: t2.properties.backgroundColor }) }, [n("div", g, a(t2.properties.name ? t2.properties.name : "条件判断"), 1), i(c3), n("div", b, [n("div", { class: "serviceflow-nodeContent-desc", title: t2.properties.description }, a(t2.properties.description), 9, y), (l(true), o(d, null, u(v2.value, (e2) => (l(), o("div", null, [n("span", null, a(e2), 1), x]))), 256))])], 4)]);
|
|
20
|
+
};
|
|
21
|
+
} });
|
|
5
22
|
export {
|
|
6
|
-
|
|
23
|
+
w as default
|
|
7
24
|
};
|
package/dist/es/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;
|