service-flow-designer 2.0.5 → 2.0.7
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 +20 -0
- package/dist/es/designer/common/components/datatable-select.vue.d.ts +38 -0
- package/dist/es/designer/common/components/file-upload.vue.d.ts +20 -0
- package/dist/es/designer/common/components/json-view/index.d.ts +4 -0
- package/dist/es/designer/common/components/json-view/json-view-dialog.vue.d.ts +36 -0
- package/dist/es/designer/common/components/json-view/json-view.vue.d.ts +32 -0
- package/dist/es/designer/common/components/node-base-config.vue.d.ts +14 -0
- package/dist/es/designer/common/components/value-set-input/index.d.ts +3 -0
- package/dist/es/designer/common/components/value-set-input/option.d.ts +12 -0
- package/dist/es/designer/common/components/value-set-input/value-set-input.vue.d.ts +153 -0
- package/dist/es/designer/common/types/common-type.d.ts +18 -0
- package/dist/es/designer/common/types/select.d.ts +7 -0
- package/dist/es/designer/common/util/node-util.d.ts +27 -0
- package/dist/es/designer/flow/base/AbLogicNode.d.ts +11 -0
- package/dist/es/designer/flow/base/AbLogicNodeModel.d.ts +14 -0
- package/dist/es/designer/flow/base/AbLogicResizeNode.d.ts +11 -0
- package/dist/es/designer/flow/base/AbLogicResizeNodeModel.d.ts +9 -0
- package/dist/es/designer/flow/base/index.d.ts +6 -0
- package/dist/es/designer/flow/edge/CustomLine.d.ts +25 -0
- package/dist/es/designer/service-components/base/custom-function/config.vue.d.ts +18 -0
- package/dist/es/designer/service-components/base/custom-function/index.d.ts +14 -0
- package/dist/es/designer/service-components/base/custom-function/index.vue.d.ts +20 -0
- package/dist/es/designer/service-components/base/end-node/index.d.ts +19 -0
- package/dist/es/designer/service-components/base/end-node/index.vue.d.ts +8 -0
- package/dist/es/designer/service-components/base/judge-condition/config.vue.d.ts +40 -0
- package/dist/es/designer/service-components/base/judge-condition/index.d.ts +16 -0
- package/dist/es/designer/service-components/base/judge-condition/index.vue.d.ts +36 -0
- package/dist/es/designer/service-components/base/loop-node/config.vue.d.ts +14 -0
- package/dist/es/designer/service-components/base/loop-node/index.d.ts +42 -0
- package/dist/es/designer/service-components/base/loop-node/index.vue.d.ts +8 -0
- package/dist/es/designer/service-components/base/notification/config.vue.d.ts +18 -0
- package/dist/es/designer/service-components/base/notification/index.d.ts +14 -0
- package/dist/es/designer/service-components/base/notification/index.vue.d.ts +20 -0
- package/dist/es/designer/service-components/base/notification/quill-example.vue.d.ts +19 -0
- package/dist/es/designer/service-components/base/notification/recipients-select.vue.d.ts +47 -0
- package/dist/es/designer/service-components/base/notification/select-mail-template.vue.d.ts +18 -0
- package/dist/es/designer/service-components/base/start-node/index.d.ts +19 -0
- package/dist/es/designer/service-components/base/start-node/index.vue.d.ts +8 -0
- package/dist/es/designer/service-components/components-icons.d.ts +18 -0
- package/dist/es/designer/service-components/computation/clean/config.vue.d.ts +25 -0
- package/dist/es/designer/service-components/computation/clean/index.d.ts +14 -0
- package/dist/es/designer/service-components/computation/clean/index.vue.d.ts +20 -0
- package/dist/es/designer/service-components/computation/connect/config.vue.d.ts +23 -0
- package/dist/es/designer/service-components/computation/connect/index.d.ts +14 -0
- package/dist/es/designer/service-components/computation/connect/index.vue.d.ts +20 -0
- package/dist/es/designer/service-components/computation/sort/config.vue.d.ts +23 -0
- package/dist/es/designer/service-components/computation/sort/index.d.ts +14 -0
- package/dist/es/designer/service-components/computation/sort/index.vue.d.ts +20 -0
- package/dist/es/designer/service-components/computation/split-joint/config.vue.d.ts +23 -0
- package/dist/es/designer/service-components/computation/split-joint/index.d.ts +14 -0
- package/dist/es/designer/service-components/computation/split-joint/index.vue.d.ts +20 -0
- package/dist/es/designer/service-components/computation/statistics/config.vue.d.ts +23 -0
- package/dist/es/designer/service-components/computation/statistics/index.d.ts +14 -0
- package/dist/es/designer/service-components/computation/statistics/index.vue.d.ts +20 -0
- package/dist/es/designer/service-components/database/aggregate-query/config.vue.d.ts +40 -0
- package/dist/es/designer/service-components/database/aggregate-query/dimension-additional.vue.d.ts +57 -0
- package/dist/es/designer/service-components/database/aggregate-query/dimension-statistical.vue.d.ts +57 -0
- package/dist/es/designer/service-components/database/aggregate-query/filter-conditions.vue.d.ts +53 -0
- package/dist/es/designer/service-components/database/aggregate-query/index.d.ts +16 -0
- package/dist/es/designer/service-components/database/aggregate-query/index.vue.d.ts +36 -0
- package/dist/es/designer/service-components/database/aggregate-query/sort-conditions.vue.d.ts +53 -0
- package/dist/es/designer/service-components/database/aggregate-query/statistical-formula.vue.d.ts +57 -0
- package/dist/es/designer/service-components/database/dynamic-sql/config.vue.d.ts +18 -0
- package/dist/es/designer/service-components/database/dynamic-sql/index.d.ts +14 -0
- package/dist/es/designer/service-components/database/dynamic-sql/index.vue.d.ts +20 -0
- package/dist/es/designer/service-components/database/regular-query/config.vue.d.ts +42 -0
- package/dist/es/designer/service-components/database/regular-query/index.d.ts +16 -0
- package/dist/es/designer/service-components/database/regular-query/index.vue.d.ts +36 -0
- package/dist/es/designer/service-components/index.d.ts +19 -0
- package/dist/es/designer/service-components/service/common/cookie-data.vue.d.ts +18 -0
- package/dist/es/designer/service-components/service/common/form-data.vue.d.ts +22 -0
- package/dist/es/designer/service-components/service/common/header-data.vue.d.ts +18 -0
- package/dist/es/designer/service-components/service/common/json-data.vue.d.ts +18 -0
- package/dist/es/designer/service-components/service/common/param-config.vue.d.ts +18 -0
- package/dist/es/designer/service-components/service/common/query-params.vue.d.ts +18 -0
- package/dist/es/designer/service-components/service/common/raw-data.vue.d.ts +22 -0
- package/dist/es/designer/service-components/service/common/xml-data.vue.d.ts +21 -0
- package/dist/es/designer/service-components/service/custom-bean/config.vue.d.ts +14 -0
- package/dist/es/designer/service-components/service/custom-bean/index.d.ts +14 -0
- package/dist/es/designer/service-components/service/custom-bean/index.vue.d.ts +20 -0
- package/dist/es/designer/service-components/service/http-service/config.vue.d.ts +14 -0
- package/dist/es/designer/service-components/service/http-service/index.d.ts +14 -0
- package/dist/es/designer/service-components/service/http-service/index.vue.d.ts +20 -0
- package/dist/es/designer/service-components/service/http-service/response-json-setting.vue.d.ts +27 -0
- package/dist/es/designer/service-components/service/http-service/response-text-setting.vue.d.ts +27 -0
- package/dist/es/designer/service-components/service/http-service/response-xml-setting.vue.d.ts +27 -0
- package/dist/es/designer/service-components/util/common-options.d.ts +36 -0
- package/dist/es/designer/service-flow-view/flow-tool-util.d.ts +2 -0
- package/dist/es/designer/service-flow-view/flow-util.d.ts +53 -0
- package/dist/es/designer/service-flow-view/service-flow-tool.vue.d.ts +32 -1
- package/dist/es/designer/service-flow-view/service-node-config.vue.d.ts +1 -1
- package/dist/es/designer/service-flow-view/service-test/service-test.vue.d.ts +46 -1
- package/dist/es/designer/service-flow-view/view-index.vue.d.ts +39 -1
- package/dist/es/designer/service-panel/service-panel.vue.d.ts +34 -1
- package/dist/es/stores/page-store.d.ts +23 -0
- package/dist/es/style.css +308 -308
- package/dist/es/utils/common-util.d.ts +21 -0
- package/package.json +8 -9
package/dist/es/designer/service-components/database/aggregate-query/dimension-statistical.vue.d.ts
ADDED
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
|
+
properties: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
default: () => {
|
|
5
|
+
statistics: {};
|
|
6
|
+
};
|
|
7
|
+
};
|
|
8
|
+
dataTableColumns: {
|
|
9
|
+
type: {
|
|
10
|
+
(arrayLength: number): any[];
|
|
11
|
+
(...items: any[]): any[];
|
|
12
|
+
new (arrayLength: number): any[];
|
|
13
|
+
new (...items: any[]): any[];
|
|
14
|
+
isArray(arg: any): arg is any[];
|
|
15
|
+
readonly prototype: any[];
|
|
16
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
17
|
+
from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
|
|
18
|
+
from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
|
|
19
|
+
from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
|
|
20
|
+
of<T_4>(...items: T_4[]): T_4[];
|
|
21
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
22
|
+
};
|
|
23
|
+
default: () => any[];
|
|
24
|
+
};
|
|
25
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
26
|
+
change: (...args: any[]) => void;
|
|
27
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
28
|
+
properties: {
|
|
29
|
+
type: ObjectConstructor;
|
|
30
|
+
default: () => {
|
|
31
|
+
statistics: {};
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
dataTableColumns: {
|
|
35
|
+
type: {
|
|
36
|
+
(arrayLength: number): any[];
|
|
37
|
+
(...items: any[]): any[];
|
|
38
|
+
new (arrayLength: number): any[];
|
|
39
|
+
new (...items: any[]): any[];
|
|
40
|
+
isArray(arg: any): arg is any[];
|
|
41
|
+
readonly prototype: any[];
|
|
42
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
43
|
+
from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
|
|
44
|
+
from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
|
|
45
|
+
from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
|
|
46
|
+
of<T_4>(...items: T_4[]): T_4[];
|
|
47
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
48
|
+
};
|
|
49
|
+
default: () => any[];
|
|
50
|
+
};
|
|
51
|
+
}>> & {
|
|
52
|
+
onChange?: (...args: any[]) => any;
|
|
53
|
+
}, {
|
|
54
|
+
properties: Record<string, any>;
|
|
55
|
+
dataTableColumns: any[];
|
|
56
|
+
}, {}>;
|
|
57
|
+
export default _default;
|
package/dist/es/designer/service-components/database/aggregate-query/filter-conditions.vue.d.ts
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
|
+
properties: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
default: () => {
|
|
5
|
+
filterConditions: any[];
|
|
6
|
+
};
|
|
7
|
+
};
|
|
8
|
+
dataTableColumns: {
|
|
9
|
+
type: {
|
|
10
|
+
(arrayLength: number): any[];
|
|
11
|
+
(...items: any[]): any[];
|
|
12
|
+
new (arrayLength: number): any[];
|
|
13
|
+
new (...items: any[]): any[];
|
|
14
|
+
isArray(arg: any): arg is any[];
|
|
15
|
+
readonly prototype: any[];
|
|
16
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
17
|
+
from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
|
|
18
|
+
from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
|
|
19
|
+
from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
|
|
20
|
+
of<T_4>(...items: T_4[]): T_4[];
|
|
21
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
22
|
+
};
|
|
23
|
+
default: () => any[];
|
|
24
|
+
};
|
|
25
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
26
|
+
properties: {
|
|
27
|
+
type: ObjectConstructor;
|
|
28
|
+
default: () => {
|
|
29
|
+
filterConditions: any[];
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
dataTableColumns: {
|
|
33
|
+
type: {
|
|
34
|
+
(arrayLength: number): any[];
|
|
35
|
+
(...items: any[]): any[];
|
|
36
|
+
new (arrayLength: number): any[];
|
|
37
|
+
new (...items: any[]): any[];
|
|
38
|
+
isArray(arg: any): arg is any[];
|
|
39
|
+
readonly prototype: any[];
|
|
40
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
41
|
+
from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
|
|
42
|
+
from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
|
|
43
|
+
from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
|
|
44
|
+
of<T_4>(...items: T_4[]): T_4[];
|
|
45
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
46
|
+
};
|
|
47
|
+
default: () => any[];
|
|
48
|
+
};
|
|
49
|
+
}>>, {
|
|
50
|
+
properties: Record<string, any>;
|
|
51
|
+
dataTableColumns: any[];
|
|
52
|
+
}, {}>;
|
|
53
|
+
export default _default;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { AbLogicNode, AbLogicNodeModel } from '../../../flow/base/index';
|
|
2
|
+
|
|
3
|
+
declare class AggregateQueryNode extends AbLogicNode {
|
|
4
|
+
customP1: any;
|
|
5
|
+
constructor(props: any);
|
|
6
|
+
getResizeShape(): void;
|
|
7
|
+
}
|
|
8
|
+
declare class AggregateQueryNodeModel extends AbLogicNodeModel {
|
|
9
|
+
}
|
|
10
|
+
declare const _default: {
|
|
11
|
+
type: string;
|
|
12
|
+
view: typeof AggregateQueryNode;
|
|
13
|
+
model: typeof AggregateQueryNodeModel;
|
|
14
|
+
options: {};
|
|
15
|
+
};
|
|
16
|
+
export default _default;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
|
+
graphModel: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
default: () => {};
|
|
5
|
+
};
|
|
6
|
+
model: {
|
|
7
|
+
type: ObjectConstructor;
|
|
8
|
+
default: () => {};
|
|
9
|
+
};
|
|
10
|
+
properties: {
|
|
11
|
+
type: ObjectConstructor;
|
|
12
|
+
default: () => {};
|
|
13
|
+
};
|
|
14
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
15
|
+
btnClick: (...args: any[]) => void;
|
|
16
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
17
|
+
graphModel: {
|
|
18
|
+
type: ObjectConstructor;
|
|
19
|
+
default: () => {};
|
|
20
|
+
};
|
|
21
|
+
model: {
|
|
22
|
+
type: ObjectConstructor;
|
|
23
|
+
default: () => {};
|
|
24
|
+
};
|
|
25
|
+
properties: {
|
|
26
|
+
type: ObjectConstructor;
|
|
27
|
+
default: () => {};
|
|
28
|
+
};
|
|
29
|
+
}>> & {
|
|
30
|
+
onBtnClick?: (...args: any[]) => any;
|
|
31
|
+
}, {
|
|
32
|
+
properties: Record<string, any>;
|
|
33
|
+
graphModel: Record<string, any>;
|
|
34
|
+
model: Record<string, any>;
|
|
35
|
+
}, {}>;
|
|
36
|
+
export default _default;
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
|
+
properties: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
default: () => {
|
|
5
|
+
sortConditions: any[];
|
|
6
|
+
};
|
|
7
|
+
};
|
|
8
|
+
dataTableColumns: {
|
|
9
|
+
type: {
|
|
10
|
+
(arrayLength: number): any[];
|
|
11
|
+
(...items: any[]): any[];
|
|
12
|
+
new (arrayLength: number): any[];
|
|
13
|
+
new (...items: any[]): any[];
|
|
14
|
+
isArray(arg: any): arg is any[];
|
|
15
|
+
readonly prototype: any[];
|
|
16
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
17
|
+
from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
|
|
18
|
+
from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
|
|
19
|
+
from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
|
|
20
|
+
of<T_4>(...items: T_4[]): T_4[];
|
|
21
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
22
|
+
};
|
|
23
|
+
default: () => any[];
|
|
24
|
+
};
|
|
25
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
26
|
+
properties: {
|
|
27
|
+
type: ObjectConstructor;
|
|
28
|
+
default: () => {
|
|
29
|
+
sortConditions: any[];
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
dataTableColumns: {
|
|
33
|
+
type: {
|
|
34
|
+
(arrayLength: number): any[];
|
|
35
|
+
(...items: any[]): any[];
|
|
36
|
+
new (arrayLength: number): any[];
|
|
37
|
+
new (...items: any[]): any[];
|
|
38
|
+
isArray(arg: any): arg is any[];
|
|
39
|
+
readonly prototype: any[];
|
|
40
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
41
|
+
from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
|
|
42
|
+
from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
|
|
43
|
+
from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
|
|
44
|
+
of<T_4>(...items: T_4[]): T_4[];
|
|
45
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
46
|
+
};
|
|
47
|
+
default: () => any[];
|
|
48
|
+
};
|
|
49
|
+
}>>, {
|
|
50
|
+
properties: Record<string, any>;
|
|
51
|
+
dataTableColumns: any[];
|
|
52
|
+
}, {}>;
|
|
53
|
+
export default _default;
|
package/dist/es/designer/service-components/database/aggregate-query/statistical-formula.vue.d.ts
ADDED
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
|
+
properties: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
default: () => {
|
|
5
|
+
statisticalFormulas: {};
|
|
6
|
+
};
|
|
7
|
+
};
|
|
8
|
+
dataTableColumns: {
|
|
9
|
+
type: {
|
|
10
|
+
(arrayLength: number): any[];
|
|
11
|
+
(...items: any[]): any[];
|
|
12
|
+
new (arrayLength: number): any[];
|
|
13
|
+
new (...items: any[]): any[];
|
|
14
|
+
isArray(arg: any): arg is any[];
|
|
15
|
+
readonly prototype: any[];
|
|
16
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
17
|
+
from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
|
|
18
|
+
from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
|
|
19
|
+
from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
|
|
20
|
+
of<T_4>(...items: T_4[]): T_4[];
|
|
21
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
22
|
+
};
|
|
23
|
+
default: () => any[];
|
|
24
|
+
};
|
|
25
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
26
|
+
change: (...args: any[]) => void;
|
|
27
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
28
|
+
properties: {
|
|
29
|
+
type: ObjectConstructor;
|
|
30
|
+
default: () => {
|
|
31
|
+
statisticalFormulas: {};
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
dataTableColumns: {
|
|
35
|
+
type: {
|
|
36
|
+
(arrayLength: number): any[];
|
|
37
|
+
(...items: any[]): any[];
|
|
38
|
+
new (arrayLength: number): any[];
|
|
39
|
+
new (...items: any[]): any[];
|
|
40
|
+
isArray(arg: any): arg is any[];
|
|
41
|
+
readonly prototype: any[];
|
|
42
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
43
|
+
from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
|
|
44
|
+
from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
|
|
45
|
+
from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
|
|
46
|
+
of<T_4>(...items: T_4[]): T_4[];
|
|
47
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
48
|
+
};
|
|
49
|
+
default: () => any[];
|
|
50
|
+
};
|
|
51
|
+
}>> & {
|
|
52
|
+
onChange?: (...args: any[]) => any;
|
|
53
|
+
}, {
|
|
54
|
+
properties: Record<string, any>;
|
|
55
|
+
dataTableColumns: any[];
|
|
56
|
+
}, {}>;
|
|
57
|
+
export default _default;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
|
+
properties: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
default: () => {};
|
|
5
|
+
};
|
|
6
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7
|
+
fullScreen: (...args: any[]) => void;
|
|
8
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
9
|
+
properties: {
|
|
10
|
+
type: ObjectConstructor;
|
|
11
|
+
default: () => {};
|
|
12
|
+
};
|
|
13
|
+
}>> & {
|
|
14
|
+
onFullScreen?: (...args: any[]) => any;
|
|
15
|
+
}, {
|
|
16
|
+
properties: Record<string, any>;
|
|
17
|
+
}, {}>;
|
|
18
|
+
export default _default;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { AbLogicNode, AbLogicNodeModel } from '../../../flow/base/index';
|
|
2
|
+
|
|
3
|
+
declare class DynamicSqlNode extends AbLogicNode {
|
|
4
|
+
constructor(props: any);
|
|
5
|
+
}
|
|
6
|
+
declare class DynamicSqlNodeModel extends AbLogicNodeModel {
|
|
7
|
+
}
|
|
8
|
+
declare const _default: {
|
|
9
|
+
type: string;
|
|
10
|
+
view: typeof DynamicSqlNode;
|
|
11
|
+
model: typeof DynamicSqlNodeModel;
|
|
12
|
+
options: {};
|
|
13
|
+
};
|
|
14
|
+
export default _default;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
|
+
graphModel: ObjectConstructor;
|
|
3
|
+
properties: {
|
|
4
|
+
type: ObjectConstructor;
|
|
5
|
+
default: () => {};
|
|
6
|
+
};
|
|
7
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
8
|
+
btnClick: (...args: any[]) => void;
|
|
9
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
10
|
+
graphModel: ObjectConstructor;
|
|
11
|
+
properties: {
|
|
12
|
+
type: ObjectConstructor;
|
|
13
|
+
default: () => {};
|
|
14
|
+
};
|
|
15
|
+
}>> & {
|
|
16
|
+
onBtnClick?: (...args: any[]) => any;
|
|
17
|
+
}, {
|
|
18
|
+
properties: Record<string, any>;
|
|
19
|
+
}, {}>;
|
|
20
|
+
export default _default;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
|
+
properties: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
default: () => {
|
|
5
|
+
search: {};
|
|
6
|
+
noData: {};
|
|
7
|
+
result: {};
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
logicFlowInstance: {
|
|
11
|
+
type: ObjectConstructor;
|
|
12
|
+
default: () => {};
|
|
13
|
+
};
|
|
14
|
+
currentNode: {
|
|
15
|
+
type: ObjectConstructor;
|
|
16
|
+
default: () => {};
|
|
17
|
+
};
|
|
18
|
+
}, {
|
|
19
|
+
onClose: () => Record<string, any>;
|
|
20
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
21
|
+
properties: {
|
|
22
|
+
type: ObjectConstructor;
|
|
23
|
+
default: () => {
|
|
24
|
+
search: {};
|
|
25
|
+
noData: {};
|
|
26
|
+
result: {};
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
logicFlowInstance: {
|
|
30
|
+
type: ObjectConstructor;
|
|
31
|
+
default: () => {};
|
|
32
|
+
};
|
|
33
|
+
currentNode: {
|
|
34
|
+
type: ObjectConstructor;
|
|
35
|
+
default: () => {};
|
|
36
|
+
};
|
|
37
|
+
}>>, {
|
|
38
|
+
properties: Record<string, any>;
|
|
39
|
+
logicFlowInstance: Record<string, any>;
|
|
40
|
+
currentNode: Record<string, any>;
|
|
41
|
+
}, {}>;
|
|
42
|
+
export default _default;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { AbLogicNode, AbLogicNodeModel } from '../../../flow/base/index';
|
|
2
|
+
|
|
3
|
+
declare class RegularQueryNode extends AbLogicNode {
|
|
4
|
+
customP1: any;
|
|
5
|
+
constructor(props: any);
|
|
6
|
+
getResizeShape(): void;
|
|
7
|
+
}
|
|
8
|
+
declare class RegularQueryNodeModel extends AbLogicNodeModel {
|
|
9
|
+
}
|
|
10
|
+
declare const _default: {
|
|
11
|
+
type: string;
|
|
12
|
+
view: typeof RegularQueryNode;
|
|
13
|
+
model: typeof RegularQueryNodeModel;
|
|
14
|
+
options: {};
|
|
15
|
+
};
|
|
16
|
+
export default _default;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
|
+
graphModel: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
default: () => {};
|
|
5
|
+
};
|
|
6
|
+
model: {
|
|
7
|
+
type: ObjectConstructor;
|
|
8
|
+
default: () => {};
|
|
9
|
+
};
|
|
10
|
+
properties: {
|
|
11
|
+
type: ObjectConstructor;
|
|
12
|
+
default: () => {};
|
|
13
|
+
};
|
|
14
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
15
|
+
btnClick: (...args: any[]) => void;
|
|
16
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
17
|
+
graphModel: {
|
|
18
|
+
type: ObjectConstructor;
|
|
19
|
+
default: () => {};
|
|
20
|
+
};
|
|
21
|
+
model: {
|
|
22
|
+
type: ObjectConstructor;
|
|
23
|
+
default: () => {};
|
|
24
|
+
};
|
|
25
|
+
properties: {
|
|
26
|
+
type: ObjectConstructor;
|
|
27
|
+
default: () => {};
|
|
28
|
+
};
|
|
29
|
+
}>> & {
|
|
30
|
+
onBtnClick?: (...args: any[]) => any;
|
|
31
|
+
}, {
|
|
32
|
+
properties: Record<string, any>;
|
|
33
|
+
graphModel: Record<string, any>;
|
|
34
|
+
model: Record<string, any>;
|
|
35
|
+
}, {}>;
|
|
36
|
+
export default _default;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export interface NodeType<T extends any> {
|
|
2
|
+
type: string;
|
|
3
|
+
label: string;
|
|
4
|
+
nodeAndView: T | undefined;
|
|
5
|
+
configComponent: T | undefined;
|
|
6
|
+
icon: string | undefined;
|
|
7
|
+
[otherProp: string]: any;
|
|
8
|
+
}
|
|
9
|
+
type NodeGroup = {
|
|
10
|
+
name: string;
|
|
11
|
+
label: string;
|
|
12
|
+
items: NodeType<any>[];
|
|
13
|
+
icon: string;
|
|
14
|
+
};
|
|
15
|
+
export declare const initNodes: NodeType<any>[];
|
|
16
|
+
export declare const serviceComponentGroups: NodeGroup[];
|
|
17
|
+
export declare function getServiceNodeByType(type: string): NodeType<any>;
|
|
18
|
+
export declare function getConfigByType(type: string): NodeType<any>;
|
|
19
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
|
+
modelValue: {
|
|
3
|
+
type: ArrayConstructor;
|
|
4
|
+
default: () => any;
|
|
5
|
+
};
|
|
6
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7
|
+
"update:modelValue": (...args: any[]) => void;
|
|
8
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
9
|
+
modelValue: {
|
|
10
|
+
type: ArrayConstructor;
|
|
11
|
+
default: () => any;
|
|
12
|
+
};
|
|
13
|
+
}>> & {
|
|
14
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
15
|
+
}, {
|
|
16
|
+
modelValue: unknown[];
|
|
17
|
+
}, {}>;
|
|
18
|
+
export default _default;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
|
+
modelValue: {
|
|
3
|
+
type: ArrayConstructor;
|
|
4
|
+
default: () => {
|
|
5
|
+
content: any[];
|
|
6
|
+
};
|
|
7
|
+
};
|
|
8
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
9
|
+
"update:modelValue": (...args: any[]) => void;
|
|
10
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
11
|
+
modelValue: {
|
|
12
|
+
type: ArrayConstructor;
|
|
13
|
+
default: () => {
|
|
14
|
+
content: any[];
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
}>> & {
|
|
18
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
19
|
+
}, {
|
|
20
|
+
modelValue: unknown[];
|
|
21
|
+
}, {}>;
|
|
22
|
+
export default _default;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
|
+
modelValue: {
|
|
3
|
+
type: ArrayConstructor;
|
|
4
|
+
default: () => any;
|
|
5
|
+
};
|
|
6
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7
|
+
"update:modelValue": (...args: any[]) => void;
|
|
8
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
9
|
+
modelValue: {
|
|
10
|
+
type: ArrayConstructor;
|
|
11
|
+
default: () => any;
|
|
12
|
+
};
|
|
13
|
+
}>> & {
|
|
14
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
15
|
+
}, {
|
|
16
|
+
modelValue: unknown[];
|
|
17
|
+
}, {}>;
|
|
18
|
+
export default _default;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
|
+
modelValue: {
|
|
3
|
+
type: ArrayConstructor;
|
|
4
|
+
default: () => any;
|
|
5
|
+
};
|
|
6
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7
|
+
"update:modelValue": (...args: any[]) => void;
|
|
8
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
9
|
+
modelValue: {
|
|
10
|
+
type: ArrayConstructor;
|
|
11
|
+
default: () => any;
|
|
12
|
+
};
|
|
13
|
+
}>> & {
|
|
14
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
15
|
+
}, {
|
|
16
|
+
modelValue: unknown[];
|
|
17
|
+
}, {}>;
|
|
18
|
+
export default _default;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
|
+
modelValue: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
default: () => {
|
|
5
|
+
bodyType: string;
|
|
6
|
+
};
|
|
7
|
+
};
|
|
8
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
9
|
+
modelValue: {
|
|
10
|
+
type: ObjectConstructor;
|
|
11
|
+
default: () => {
|
|
12
|
+
bodyType: string;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
}>>, {
|
|
16
|
+
modelValue: Record<string, any>;
|
|
17
|
+
}, {}>;
|
|
18
|
+
export default _default;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
|
+
modelValue: {
|
|
3
|
+
type: ArrayConstructor;
|
|
4
|
+
default: () => any;
|
|
5
|
+
};
|
|
6
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7
|
+
"update:modelValue": (...args: any[]) => void;
|
|
8
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
9
|
+
modelValue: {
|
|
10
|
+
type: ArrayConstructor;
|
|
11
|
+
default: () => any;
|
|
12
|
+
};
|
|
13
|
+
}>> & {
|
|
14
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
15
|
+
}, {
|
|
16
|
+
modelValue: unknown[];
|
|
17
|
+
}, {}>;
|
|
18
|
+
export default _default;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
declare function loadEditor(): void;
|
|
2
|
+
declare const _default: import('vue').DefineComponent<{
|
|
3
|
+
httpSerivceBody: {
|
|
4
|
+
type: ObjectConstructor;
|
|
5
|
+
default: () => {};
|
|
6
|
+
};
|
|
7
|
+
}, {
|
|
8
|
+
updateEditor: () => void;
|
|
9
|
+
loadEditor: typeof loadEditor;
|
|
10
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
11
|
+
"update:modelValue": (...args: any[]) => void;
|
|
12
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
13
|
+
httpSerivceBody: {
|
|
14
|
+
type: ObjectConstructor;
|
|
15
|
+
default: () => {};
|
|
16
|
+
};
|
|
17
|
+
}>> & {
|
|
18
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
19
|
+
}, {
|
|
20
|
+
httpSerivceBody: Record<string, any>;
|
|
21
|
+
}, {}>;
|
|
22
|
+
export default _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
declare function loadEditor(): void;
|
|
2
|
+
declare const _default: import('vue').DefineComponent<{
|
|
3
|
+
httpSerivceBody: {
|
|
4
|
+
type: ObjectConstructor;
|
|
5
|
+
default: () => {};
|
|
6
|
+
};
|
|
7
|
+
}, {
|
|
8
|
+
loadEditor: typeof loadEditor;
|
|
9
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
10
|
+
"update:modelValue": (...args: any[]) => void;
|
|
11
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
12
|
+
httpSerivceBody: {
|
|
13
|
+
type: ObjectConstructor;
|
|
14
|
+
default: () => {};
|
|
15
|
+
};
|
|
16
|
+
}>> & {
|
|
17
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
18
|
+
}, {
|
|
19
|
+
httpSerivceBody: Record<string, any>;
|
|
20
|
+
}, {}>;
|
|
21
|
+
export default _default;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
|
+
properties: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
default: () => {};
|
|
5
|
+
};
|
|
6
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
7
|
+
properties: {
|
|
8
|
+
type: ObjectConstructor;
|
|
9
|
+
default: () => {};
|
|
10
|
+
};
|
|
11
|
+
}>>, {
|
|
12
|
+
properties: Record<string, any>;
|
|
13
|
+
}, {}>;
|
|
14
|
+
export default _default;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { AbLogicNode, AbLogicNodeModel } from '../../../flow/base/index';
|
|
2
|
+
|
|
3
|
+
declare class CustomBeanNode extends AbLogicNode {
|
|
4
|
+
constructor(props: any);
|
|
5
|
+
}
|
|
6
|
+
declare class CustomBeanNodeModel extends AbLogicNodeModel {
|
|
7
|
+
}
|
|
8
|
+
declare const _default: {
|
|
9
|
+
type: string;
|
|
10
|
+
view: typeof CustomBeanNode;
|
|
11
|
+
model: typeof CustomBeanNodeModel;
|
|
12
|
+
options: {};
|
|
13
|
+
};
|
|
14
|
+
export default _default;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
|
+
graphModel: ObjectConstructor;
|
|
3
|
+
properties: {
|
|
4
|
+
type: ObjectConstructor;
|
|
5
|
+
default: () => {};
|
|
6
|
+
};
|
|
7
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
8
|
+
btnClick: (...args: any[]) => void;
|
|
9
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
10
|
+
graphModel: ObjectConstructor;
|
|
11
|
+
properties: {
|
|
12
|
+
type: ObjectConstructor;
|
|
13
|
+
default: () => {};
|
|
14
|
+
};
|
|
15
|
+
}>> & {
|
|
16
|
+
onBtnClick?: (...args: any[]) => any;
|
|
17
|
+
}, {
|
|
18
|
+
properties: Record<string, any>;
|
|
19
|
+
}, {}>;
|
|
20
|
+
export default _default;
|