bm-admin-ui 1.0.64-alpha → 1.0.65-alpha
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/es/components/edit-form/index.d.ts +1 -1
- package/es/components/edit-form/src/edit-form.vue.d.ts +1 -1
- package/es/components/editor/index.d.ts +8 -8
- package/es/components/editor/src/editor.vue.d.ts +8 -8
- package/es/components/feedback/index.d.ts +4 -4
- package/es/components/feedback/src/bmAlert.vue.d.ts +4 -4
- package/es/components/flow-designer/index.d.ts +45 -4
- package/es/components/flow-designer/index.js +1284 -11
- package/es/components/flow-designer/src/bm-nodes/BmConditionNode.vue.d.ts +4 -5
- package/es/components/flow-designer/src/bm-nodes/BmHtmlNode.vue.d.ts +1 -1
- package/es/components/flow-designer/src/config.d.ts +1 -0
- package/es/components/flow-designer/src/flow-designer.vue.d.ts +47 -4
- package/es/components/flow-designer/src/utils.d.ts +1 -0
- package/es/components/form-create/index.js +17562 -212
- package/es/components/form-designer/index.js +69 -12
- package/es/components/input-tags-display/index.d.ts +1 -1
- package/es/components/input-tags-display/src/input-tags-display.vue.d.ts +1 -1
- package/es/components/search-filter/index.d.ts +3 -3
- package/es/components/search-filter/src/search-filter.vue.d.ts +3 -3
- package/es/components/select-all/index.d.ts +10 -10
- package/es/components/select-all/src/selectAll.vue.d.ts +10 -10
- package/es/components/staffs-selector/index.d.ts +0 -1
- package/es/components/staffs-selector/index.js +19 -16
- package/es/components/staffs-selector/src/multipleCmp.vue.d.ts +0 -1
- package/es/components/staffs-selector/src/staffs-selector.vue.d.ts +0 -1
- package/es/components/timeline/index.d.ts +1 -1
- package/es/components/timeline/src/timeline-item.vue.d.ts +1 -1
- package/lib/components/edit-form/index.d.ts +1 -1
- package/lib/components/edit-form/src/edit-form.vue.d.ts +1 -1
- package/lib/components/editor/index.d.ts +8 -8
- package/lib/components/editor/src/editor.vue.d.ts +8 -8
- package/lib/components/feedback/index.d.ts +4 -4
- package/lib/components/feedback/src/bmAlert.vue.d.ts +4 -4
- package/lib/components/flow-designer/index.d.ts +45 -4
- package/lib/components/flow-designer/index.js +1285 -9
- package/lib/components/flow-designer/src/bm-nodes/BmConditionNode.vue.d.ts +4 -5
- package/lib/components/flow-designer/src/bm-nodes/BmHtmlNode.vue.d.ts +1 -1
- package/lib/components/flow-designer/src/config.d.ts +1 -0
- package/lib/components/flow-designer/src/flow-designer.vue.d.ts +47 -4
- package/lib/components/flow-designer/src/utils.d.ts +1 -0
- package/lib/components/form-create/index.js +17561 -211
- package/lib/components/form-designer/index.js +69 -12
- package/lib/components/input-tags-display/index.d.ts +1 -1
- package/lib/components/input-tags-display/src/input-tags-display.vue.d.ts +1 -1
- package/lib/components/search-filter/index.d.ts +3 -3
- package/lib/components/search-filter/src/search-filter.vue.d.ts +3 -3
- package/lib/components/select-all/index.d.ts +10 -10
- package/lib/components/select-all/src/selectAll.vue.d.ts +10 -10
- package/lib/components/staffs-selector/index.d.ts +0 -1
- package/lib/components/staffs-selector/index.js +19 -16
- package/lib/components/staffs-selector/src/multipleCmp.vue.d.ts +0 -1
- package/lib/components/staffs-selector/src/staffs-selector.vue.d.ts +0 -1
- package/lib/components/timeline/index.d.ts +1 -1
- package/lib/components/timeline/src/timeline-item.vue.d.ts +1 -1
- package/package.json +1 -1
- package/theme-chalk/flow-designer.css +1 -1
- package/theme-chalk/index.css +1 -1
- package/types/components/edit-form/index.d.ts +1 -1
- package/types/components/edit-form/src/edit-form.vue.d.ts +1 -1
- package/types/components/editor/index.d.ts +8 -8
- package/types/components/editor/src/editor.vue.d.ts +8 -8
- package/types/components/feedback/index.d.ts +4 -4
- package/types/components/feedback/src/bmAlert.vue.d.ts +4 -4
- package/types/components/flow-designer/index.d.ts +45 -4
- package/types/components/flow-designer/src/bm-nodes/BmConditionNode.vue.d.ts +4 -5
- package/types/components/flow-designer/src/bm-nodes/BmHtmlNode.vue.d.ts +1 -1
- package/types/components/flow-designer/src/config.d.ts +1 -0
- package/types/components/flow-designer/src/flow-designer.vue.d.ts +47 -4
- package/types/components/flow-designer/src/utils.d.ts +1 -0
- package/types/components/input-tags-display/index.d.ts +1 -1
- package/types/components/input-tags-display/src/input-tags-display.vue.d.ts +1 -1
- package/types/components/search-filter/index.d.ts +3 -3
- package/types/components/search-filter/src/search-filter.vue.d.ts +3 -3
- package/types/components/select-all/index.d.ts +10 -10
- package/types/components/select-all/src/selectAll.vue.d.ts +10 -10
- package/types/components/staffs-selector/index.d.ts +0 -1
- package/types/components/staffs-selector/src/multipleCmp.vue.d.ts +0 -1
- package/types/components/staffs-selector/src/staffs-selector.vue.d.ts +0 -1
- package/types/components/timeline/index.d.ts +1 -1
- package/types/components/timeline/src/timeline-item.vue.d.ts +1 -1
- package/es/components/flow-designer/src/flow-designer-test.d.ts +0 -20
- package/lib/components/flow-designer/src/flow-designer-test.d.ts +0 -20
- package/types/components/flow-designer/src/flow-designer-test.d.ts +0 -20
|
@@ -48,7 +48,7 @@ declare const BmEditForm: import("bm-admin-ui/es/utils/with-install").SFCWithIns
|
|
|
48
48
|
tmpForm: import("vue").Ref<Record<string, any>>;
|
|
49
49
|
formRef: import("vue").Ref<import("ant-design-vue").FormInstance | null>;
|
|
50
50
|
colCount: import("vue").ComputedRef<2 | 3 | 1>;
|
|
51
|
-
getValueOfOption: (key: string | undefined, defaultKey: "
|
|
51
|
+
getValueOfOption: (key: string | undefined, defaultKey: "label" | "value", option: any) => string;
|
|
52
52
|
getPopupContainer: (e: any) => any;
|
|
53
53
|
getColsConfig: (type: "labelCol" | "wrapperCol", item: import("./src/types").Control, index?: number | undefined) => {
|
|
54
54
|
flex?: string | undefined;
|
|
@@ -47,7 +47,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
47
47
|
tmpForm: import("vue").Ref<Record<string, any>>;
|
|
48
48
|
formRef: import("vue").Ref<FormInstance | null>;
|
|
49
49
|
colCount: import("vue").ComputedRef<2 | 3 | 1>;
|
|
50
|
-
getValueOfOption: (key: string | undefined, defaultKey: "
|
|
50
|
+
getValueOfOption: (key: string | undefined, defaultKey: "label" | "value", option: any) => string;
|
|
51
51
|
getPopupContainer: (e: any) => any;
|
|
52
52
|
getColsConfig: (type: "labelCol" | "wrapperCol", item: import("./types").Control, index?: number | undefined) => {
|
|
53
53
|
flex?: string | undefined;
|
|
@@ -60,11 +60,11 @@ declare const BmEditor: import("bm-admin-ui/es/utils/with-install").SFCWithInsta
|
|
|
60
60
|
default: (...args: any[]) => any;
|
|
61
61
|
};
|
|
62
62
|
}>> & {
|
|
63
|
-
onReady?: ((...args: any[]) => any) | undefined;
|
|
64
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
65
|
-
onBlur?: ((...args: any[]) => any) | undefined;
|
|
66
63
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
64
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
65
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
67
66
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
67
|
+
onReady?: ((...args: any[]) => any) | undefined;
|
|
68
68
|
onGetCount?: ((...args: any[]) => any) | undefined;
|
|
69
69
|
}>>;
|
|
70
70
|
defaultOptions: {
|
|
@@ -105,7 +105,7 @@ declare const BmEditor: import("bm-admin-ui/es/utils/with-install").SFCWithInsta
|
|
|
105
105
|
placeholder: string;
|
|
106
106
|
readOnly: boolean;
|
|
107
107
|
};
|
|
108
|
-
emits: (event: "
|
|
108
|
+
emits: (event: "focus" | "ready" | "change" | "blur" | "update:value" | "getCount", ...args: any[]) => void;
|
|
109
109
|
state: {
|
|
110
110
|
editorOption: {};
|
|
111
111
|
quill: null;
|
|
@@ -256,7 +256,7 @@ declare const BmEditor: import("bm-admin-ui/es/utils/with-install").SFCWithInsta
|
|
|
256
256
|
pictureFileTypes: import("vue").Ref<string[]>;
|
|
257
257
|
};
|
|
258
258
|
};
|
|
259
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
259
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "ready" | "change" | "blur" | "update:value" | "getCount")[], "focus" | "ready" | "change" | "blur" | "update:value" | "getCount", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
260
260
|
value: import("vue-types").VueTypeValidableDef<string> & {
|
|
261
261
|
default: string;
|
|
262
262
|
} & {
|
|
@@ -287,11 +287,11 @@ declare const BmEditor: import("bm-admin-ui/es/utils/with-install").SFCWithInsta
|
|
|
287
287
|
default: (...args: any[]) => any;
|
|
288
288
|
};
|
|
289
289
|
}>> & {
|
|
290
|
-
onReady?: ((...args: any[]) => any) | undefined;
|
|
291
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
292
|
-
onBlur?: ((...args: any[]) => any) | undefined;
|
|
293
290
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
291
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
292
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
294
293
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
294
|
+
onReady?: ((...args: any[]) => any) | undefined;
|
|
295
295
|
onGetCount?: ((...args: any[]) => any) | undefined;
|
|
296
296
|
}, {
|
|
297
297
|
disabled: boolean;
|
|
@@ -60,11 +60,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
60
60
|
default: (...args: any[]) => any;
|
|
61
61
|
};
|
|
62
62
|
}>> & {
|
|
63
|
-
onReady?: ((...args: any[]) => any) | undefined;
|
|
64
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
65
|
-
onBlur?: ((...args: any[]) => any) | undefined;
|
|
66
63
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
64
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
65
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
67
66
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
67
|
+
onReady?: ((...args: any[]) => any) | undefined;
|
|
68
68
|
onGetCount?: ((...args: any[]) => any) | undefined;
|
|
69
69
|
}>>;
|
|
70
70
|
defaultOptions: {
|
|
@@ -105,7 +105,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
105
105
|
placeholder: string;
|
|
106
106
|
readOnly: boolean;
|
|
107
107
|
};
|
|
108
|
-
emits: (event: "
|
|
108
|
+
emits: (event: "focus" | "ready" | "change" | "blur" | "update:value" | "getCount", ...args: any[]) => void;
|
|
109
109
|
state: {
|
|
110
110
|
editorOption: {};
|
|
111
111
|
quill: null;
|
|
@@ -256,7 +256,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
256
256
|
pictureFileTypes: import("vue").Ref<string[]>;
|
|
257
257
|
};
|
|
258
258
|
};
|
|
259
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
259
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "ready" | "change" | "blur" | "update:value" | "getCount")[], "focus" | "ready" | "change" | "blur" | "update:value" | "getCount", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
260
260
|
value: import("vue-types").VueTypeValidableDef<string> & {
|
|
261
261
|
default: string;
|
|
262
262
|
} & {
|
|
@@ -287,11 +287,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
287
287
|
default: (...args: any[]) => any;
|
|
288
288
|
};
|
|
289
289
|
}>> & {
|
|
290
|
-
onReady?: ((...args: any[]) => any) | undefined;
|
|
291
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
292
|
-
onBlur?: ((...args: any[]) => any) | undefined;
|
|
293
290
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
291
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
292
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
294
293
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
294
|
+
onReady?: ((...args: any[]) => any) | undefined;
|
|
295
295
|
onGetCount?: ((...args: any[]) => any) | undefined;
|
|
296
296
|
}, {
|
|
297
297
|
disabled: boolean;
|
|
@@ -880,7 +880,7 @@ declare const BmAlert: import("bm-admin-ui/es/utils/with-install").SFCWithInstal
|
|
|
880
880
|
closable: boolean;
|
|
881
881
|
banner: boolean;
|
|
882
882
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
883
|
-
type: import("vue-types").VueTypeDef<"
|
|
883
|
+
type: import("vue-types").VueTypeDef<"error" | "success" | "warning" | "info">;
|
|
884
884
|
closable: {
|
|
885
885
|
type: BooleanConstructor;
|
|
886
886
|
default: any;
|
|
@@ -916,7 +916,7 @@ declare const BmAlert: import("bm-admin-ui/es/utils/with-install").SFCWithInstal
|
|
|
916
916
|
$emit: (event: string, ...args: any[]) => void;
|
|
917
917
|
$el: any;
|
|
918
918
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
919
|
-
type: import("vue-types").VueTypeDef<"
|
|
919
|
+
type: import("vue-types").VueTypeDef<"error" | "success" | "warning" | "info">;
|
|
920
920
|
closable: {
|
|
921
921
|
type: BooleanConstructor;
|
|
922
922
|
default: any;
|
|
@@ -962,7 +962,7 @@ declare const BmAlert: import("bm-admin-ui/es/utils/with-install").SFCWithInstal
|
|
|
962
962
|
$nextTick: typeof import("vue").nextTick;
|
|
963
963
|
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
964
964
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
965
|
-
type: import("vue-types").VueTypeDef<"
|
|
965
|
+
type: import("vue-types").VueTypeDef<"error" | "success" | "warning" | "info">;
|
|
966
966
|
closable: {
|
|
967
967
|
type: BooleanConstructor;
|
|
968
968
|
default: any;
|
|
@@ -988,7 +988,7 @@ declare const BmAlert: import("bm-admin-ui/es/utils/with-install").SFCWithInstal
|
|
|
988
988
|
__isTeleport?: undefined;
|
|
989
989
|
__isSuspense?: undefined;
|
|
990
990
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
991
|
-
type: import("vue-types").VueTypeDef<"
|
|
991
|
+
type: import("vue-types").VueTypeDef<"error" | "success" | "warning" | "info">;
|
|
992
992
|
closable: {
|
|
993
993
|
type: BooleanConstructor;
|
|
994
994
|
default: any;
|
|
@@ -36,7 +36,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
36
36
|
closable: boolean;
|
|
37
37
|
banner: boolean;
|
|
38
38
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
39
|
-
type: import("vue-types").VueTypeDef<"
|
|
39
|
+
type: import("vue-types").VueTypeDef<"error" | "success" | "warning" | "info">;
|
|
40
40
|
closable: {
|
|
41
41
|
type: BooleanConstructor;
|
|
42
42
|
default: any;
|
|
@@ -72,7 +72,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
72
72
|
$emit: (event: string, ...args: any[]) => void;
|
|
73
73
|
$el: any;
|
|
74
74
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
75
|
-
type: import("vue-types").VueTypeDef<"
|
|
75
|
+
type: import("vue-types").VueTypeDef<"error" | "success" | "warning" | "info">;
|
|
76
76
|
closable: {
|
|
77
77
|
type: BooleanConstructor;
|
|
78
78
|
default: any;
|
|
@@ -118,7 +118,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
118
118
|
$nextTick: typeof import("vue").nextTick;
|
|
119
119
|
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
120
120
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
121
|
-
type: import("vue-types").VueTypeDef<"
|
|
121
|
+
type: import("vue-types").VueTypeDef<"error" | "success" | "warning" | "info">;
|
|
122
122
|
closable: {
|
|
123
123
|
type: BooleanConstructor;
|
|
124
124
|
default: any;
|
|
@@ -144,7 +144,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
144
144
|
__isTeleport?: undefined;
|
|
145
145
|
__isSuspense?: undefined;
|
|
146
146
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
147
|
-
type: import("vue-types").VueTypeDef<"
|
|
147
|
+
type: import("vue-types").VueTypeDef<"error" | "success" | "warning" | "info">;
|
|
148
148
|
closable: {
|
|
149
149
|
type: BooleanConstructor;
|
|
150
150
|
default: any;
|
|
@@ -1,7 +1,48 @@
|
|
|
1
|
-
declare const BmFlowDesigner: import("bm-admin-ui/es/utils/with-install").SFCWithInstall<import("vue").DefineComponent<{
|
|
2
|
-
|
|
1
|
+
declare const BmFlowDesigner: import("bm-admin-ui/es/utils/with-install").SFCWithInstall<import("vue").DefineComponent<{
|
|
2
|
+
lineLength: {
|
|
3
|
+
type: NumberConstructor;
|
|
4
|
+
default: number;
|
|
5
|
+
};
|
|
6
|
+
}, {
|
|
7
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
8
|
+
lineLength: {
|
|
9
|
+
type: NumberConstructor;
|
|
10
|
+
default: number;
|
|
11
|
+
};
|
|
12
|
+
}>> & {
|
|
13
|
+
onNodeCallback?: ((...args: any[]) => any) | undefined;
|
|
14
|
+
onLoadFinish?: ((...args: any[]) => any) | undefined;
|
|
15
|
+
}>>;
|
|
16
|
+
emit: (event: "nodeCallback" | "loadFinish", ...args: any[]) => void;
|
|
17
|
+
container: import("vue").Ref<null>;
|
|
3
18
|
lf: any;
|
|
4
|
-
|
|
5
|
-
|
|
19
|
+
graphModel: any;
|
|
20
|
+
eventCenter: any;
|
|
21
|
+
getFlowRawData: () => {
|
|
22
|
+
json: any;
|
|
23
|
+
xml: any;
|
|
24
|
+
};
|
|
25
|
+
loadFlowData: (json: any) => void;
|
|
26
|
+
state: {
|
|
27
|
+
startId: string;
|
|
28
|
+
endId: string;
|
|
29
|
+
};
|
|
30
|
+
flowMethods: any;
|
|
31
|
+
initFlowInstance: () => void;
|
|
32
|
+
initFlowEvent: () => void;
|
|
33
|
+
focusOnZoom: (y?: any) => void;
|
|
34
|
+
initFlowNodes: () => void;
|
|
35
|
+
changePriority: (id: any, priority: any) => void;
|
|
36
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("nodeCallback" | "loadFinish")[], "nodeCallback" | "loadFinish", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
37
|
+
lineLength: {
|
|
38
|
+
type: NumberConstructor;
|
|
39
|
+
default: number;
|
|
40
|
+
};
|
|
41
|
+
}>> & {
|
|
42
|
+
onNodeCallback?: ((...args: any[]) => any) | undefined;
|
|
43
|
+
onLoadFinish?: ((...args: any[]) => any) | undefined;
|
|
44
|
+
}, {
|
|
45
|
+
lineLength: number;
|
|
46
|
+
}>>;
|
|
6
47
|
export { BmFlowDesigner };
|
|
7
48
|
export default BmFlowDesigner;
|
|
@@ -50,7 +50,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
50
50
|
default: () => void;
|
|
51
51
|
};
|
|
52
52
|
}>> & {}>>;
|
|
53
|
-
CopyOutlined: import("@ant-design/icons-vue/lib/icons/CopyOutlined").CopyOutlinedIconType;
|
|
54
53
|
CloseOutlined: import("@ant-design/icons-vue/lib/icons/CloseOutlined").CloseOutlinedIconType;
|
|
55
54
|
RightOutlined: import("@ant-design/icons-vue/lib/icons/RightOutlined").RightOutlinedIconType;
|
|
56
55
|
Tag: {
|
|
@@ -63,7 +62,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
63
62
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
64
63
|
prefixCls: StringConstructor;
|
|
65
64
|
color: {
|
|
66
|
-
type: import("vue").PropType<import("ant-design-vue/lib/_util/type").LiteralUnion<"default" | "
|
|
65
|
+
type: import("vue").PropType<import("ant-design-vue/lib/_util/type").LiteralUnion<"default" | "error" | "success" | "warning" | "blue" | "cyan" | "gold" | "green" | "lime" | "magenta" | "orange" | "pink" | "purple" | "red" | "yellow" | "processing" | "geekblue" | "volcano", string>>;
|
|
67
66
|
};
|
|
68
67
|
closable: {
|
|
69
68
|
type: BooleanConstructor;
|
|
@@ -96,7 +95,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
96
95
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
97
96
|
prefixCls: StringConstructor;
|
|
98
97
|
color: {
|
|
99
|
-
type: import("vue").PropType<import("ant-design-vue/lib/_util/type").LiteralUnion<"default" | "
|
|
98
|
+
type: import("vue").PropType<import("ant-design-vue/lib/_util/type").LiteralUnion<"default" | "error" | "success" | "warning" | "blue" | "cyan" | "gold" | "green" | "lime" | "magenta" | "orange" | "pink" | "purple" | "red" | "yellow" | "processing" | "geekblue" | "volcano", string>>;
|
|
100
99
|
};
|
|
101
100
|
closable: {
|
|
102
101
|
type: BooleanConstructor;
|
|
@@ -138,7 +137,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
138
137
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
139
138
|
prefixCls: StringConstructor;
|
|
140
139
|
color: {
|
|
141
|
-
type: import("vue").PropType<import("ant-design-vue/lib/_util/type").LiteralUnion<"default" | "
|
|
140
|
+
type: import("vue").PropType<import("ant-design-vue/lib/_util/type").LiteralUnion<"default" | "error" | "success" | "warning" | "blue" | "cyan" | "gold" | "green" | "lime" | "magenta" | "orange" | "pink" | "purple" | "red" | "yellow" | "processing" | "geekblue" | "volcano", string>>;
|
|
142
141
|
};
|
|
143
142
|
closable: {
|
|
144
143
|
type: BooleanConstructor;
|
|
@@ -161,7 +160,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
161
160
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
162
161
|
prefixCls: StringConstructor;
|
|
163
162
|
color: {
|
|
164
|
-
type: import("vue").PropType<import("ant-design-vue/lib/_util/type").LiteralUnion<"default" | "
|
|
163
|
+
type: import("vue").PropType<import("ant-design-vue/lib/_util/type").LiteralUnion<"default" | "error" | "success" | "warning" | "blue" | "cyan" | "gold" | "green" | "lime" | "magenta" | "orange" | "pink" | "purple" | "red" | "yellow" | "processing" | "geekblue" | "volcano", string>>;
|
|
165
164
|
};
|
|
166
165
|
closable: {
|
|
167
166
|
type: BooleanConstructor;
|
|
@@ -2,7 +2,7 @@ declare const _default: import("vue").DefineComponent<Readonly<import("vue").Com
|
|
|
2
2
|
[x: string]: unknown;
|
|
3
3
|
}>>, {
|
|
4
4
|
toEditLabel(): void;
|
|
5
|
-
updateLabel(
|
|
5
|
+
updateLabel(_: any): void;
|
|
6
6
|
isEditLabel: import("vue").Ref<boolean>;
|
|
7
7
|
tempLabel: any;
|
|
8
8
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:label"[], "update:label", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<readonly string[] | import("vue").ExtractPropTypes<Readonly<import("vue").ComponentObjectPropsOptions<{
|
|
@@ -1,6 +1,49 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import '@logicflow/core/dist/style/index.css';
|
|
2
|
+
import '@logicflow/extension/lib/style/index.css';
|
|
3
|
+
declare const _default: import("vue").DefineComponent<{
|
|
4
|
+
lineLength: {
|
|
5
|
+
type: NumberConstructor;
|
|
6
|
+
default: number;
|
|
7
|
+
};
|
|
8
|
+
}, {
|
|
9
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
10
|
+
lineLength: {
|
|
11
|
+
type: NumberConstructor;
|
|
12
|
+
default: number;
|
|
13
|
+
};
|
|
14
|
+
}>> & {
|
|
15
|
+
onNodeCallback?: ((...args: any[]) => any) | undefined;
|
|
16
|
+
onLoadFinish?: ((...args: any[]) => any) | undefined;
|
|
17
|
+
}>>;
|
|
18
|
+
emit: (event: "nodeCallback" | "loadFinish", ...args: any[]) => void;
|
|
19
|
+
container: import("vue").Ref<null>;
|
|
3
20
|
lf: any;
|
|
4
|
-
|
|
5
|
-
|
|
21
|
+
graphModel: any;
|
|
22
|
+
eventCenter: any;
|
|
23
|
+
getFlowRawData: () => {
|
|
24
|
+
json: any;
|
|
25
|
+
xml: any;
|
|
26
|
+
};
|
|
27
|
+
loadFlowData: (json: any) => void;
|
|
28
|
+
state: {
|
|
29
|
+
startId: string;
|
|
30
|
+
endId: string;
|
|
31
|
+
};
|
|
32
|
+
flowMethods: any;
|
|
33
|
+
initFlowInstance: () => void;
|
|
34
|
+
initFlowEvent: () => void;
|
|
35
|
+
focusOnZoom: (y?: any) => void;
|
|
36
|
+
initFlowNodes: () => void;
|
|
37
|
+
changePriority: (id: any, priority: any) => void;
|
|
38
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("nodeCallback" | "loadFinish")[], "nodeCallback" | "loadFinish", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
39
|
+
lineLength: {
|
|
40
|
+
type: NumberConstructor;
|
|
41
|
+
default: number;
|
|
42
|
+
};
|
|
43
|
+
}>> & {
|
|
44
|
+
onNodeCallback?: ((...args: any[]) => any) | undefined;
|
|
45
|
+
onLoadFinish?: ((...args: any[]) => any) | undefined;
|
|
46
|
+
}, {
|
|
47
|
+
lineLength: number;
|
|
48
|
+
}>;
|
|
6
49
|
export default _default;
|
|
@@ -125,10 +125,10 @@ declare const BmTagsDisplay: import("bm-admin-ui/es/utils/with-install").SFCWith
|
|
|
125
125
|
onAddClick?: ((...args: any[]) => any) | undefined;
|
|
126
126
|
}, {
|
|
127
127
|
disabled: boolean;
|
|
128
|
-
list: unknown[];
|
|
129
128
|
placement: string;
|
|
130
129
|
fieldNames: Record<string, any>;
|
|
131
130
|
placeholder: string;
|
|
131
|
+
list: unknown[];
|
|
132
132
|
showEmpty: boolean;
|
|
133
133
|
showEmptyBtn: boolean;
|
|
134
134
|
unitStr: string;
|
|
@@ -123,10 +123,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
123
123
|
onAddClick?: ((...args: any[]) => any) | undefined;
|
|
124
124
|
}, {
|
|
125
125
|
disabled: boolean;
|
|
126
|
-
list: unknown[];
|
|
127
126
|
placement: string;
|
|
128
127
|
fieldNames: Record<string, any>;
|
|
129
128
|
placeholder: string;
|
|
129
|
+
list: unknown[];
|
|
130
130
|
showEmpty: boolean;
|
|
131
131
|
showEmptyBtn: boolean;
|
|
132
132
|
unitStr: string;
|
|
@@ -110,9 +110,9 @@ declare const BmSearchFilter: import("bm-admin-ui/es/utils/with-install").SFCWit
|
|
|
110
110
|
default(): never[];
|
|
111
111
|
};
|
|
112
112
|
}>> & {
|
|
113
|
-
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
114
113
|
onReset?: ((...args: any[]) => any) | undefined;
|
|
115
114
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
115
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
116
116
|
onExpand?: ((...args: any[]) => any) | undefined;
|
|
117
117
|
}>>;
|
|
118
118
|
emits: (event: "submit" | "reset" | "update:value" | "expand", ...args: any[]) => void;
|
|
@@ -212,14 +212,14 @@ declare const BmSearchFilter: import("bm-admin-ui/es/utils/with-install").SFCWit
|
|
|
212
212
|
default(): never[];
|
|
213
213
|
};
|
|
214
214
|
}>> & {
|
|
215
|
-
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
216
215
|
onReset?: ((...args: any[]) => any) | undefined;
|
|
217
216
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
217
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
218
218
|
onExpand?: ((...args: any[]) => any) | undefined;
|
|
219
219
|
}, {
|
|
220
220
|
loading: boolean;
|
|
221
|
-
value: Record<string, any>;
|
|
222
221
|
labelCol: Record<string, any>;
|
|
222
|
+
value: Record<string, any>;
|
|
223
223
|
showExpandBtn: boolean;
|
|
224
224
|
showSearchIcon: boolean;
|
|
225
225
|
expandPlacement: "left" | "right";
|
|
@@ -110,9 +110,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
110
110
|
default(): never[];
|
|
111
111
|
};
|
|
112
112
|
}>> & {
|
|
113
|
-
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
114
113
|
onReset?: ((...args: any[]) => any) | undefined;
|
|
115
114
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
115
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
116
116
|
onExpand?: ((...args: any[]) => any) | undefined;
|
|
117
117
|
}>>;
|
|
118
118
|
emits: (event: "submit" | "reset" | "update:value" | "expand", ...args: any[]) => void;
|
|
@@ -212,14 +212,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
212
212
|
default(): never[];
|
|
213
213
|
};
|
|
214
214
|
}>> & {
|
|
215
|
-
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
216
215
|
onReset?: ((...args: any[]) => any) | undefined;
|
|
217
216
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
217
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
218
218
|
onExpand?: ((...args: any[]) => any) | undefined;
|
|
219
219
|
}, {
|
|
220
220
|
loading: boolean;
|
|
221
|
-
value: Record<string, any>;
|
|
222
221
|
labelCol: Record<string, any>;
|
|
222
|
+
value: Record<string, any>;
|
|
223
223
|
showExpandBtn: boolean;
|
|
224
224
|
showSearchIcon: boolean;
|
|
225
225
|
expandPlacement: "left" | "right";
|
|
@@ -30,7 +30,7 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
|
|
|
30
30
|
checkedReverse: boolean;
|
|
31
31
|
};
|
|
32
32
|
};
|
|
33
|
-
emit: (event: "
|
|
33
|
+
emit: (event: "onChange" | "update:value" | "onSelectAll", ...args: any[]) => void;
|
|
34
34
|
selectValue: any;
|
|
35
35
|
selectAll: (e: any) => void;
|
|
36
36
|
reverseAll: (e: any) => false | undefined;
|
|
@@ -99,7 +99,7 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
|
|
|
99
99
|
onSelect: import("vue").PropType<import("ant-design-vue/lib/vc-select/Select").SelectHandler<(string | number) | import("ant-design-vue/lib/select").LabeledValue, import("ant-design-vue/lib/select").DefaultOptionType>>;
|
|
100
100
|
prefixCls: StringConstructor;
|
|
101
101
|
direction: {
|
|
102
|
-
type: import("vue").PropType<"
|
|
102
|
+
type: import("vue").PropType<"ltr" | "rtl">;
|
|
103
103
|
};
|
|
104
104
|
open: {
|
|
105
105
|
type: BooleanConstructor;
|
|
@@ -124,7 +124,7 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
|
|
|
124
124
|
};
|
|
125
125
|
children: import("vue").PropType<import("ant-design-vue/lib/_util/type").VueNode[]>;
|
|
126
126
|
showAction: {
|
|
127
|
-
type: import("vue").PropType<("
|
|
127
|
+
type: import("vue").PropType<("click" | "focus")[]>;
|
|
128
128
|
};
|
|
129
129
|
id: StringConstructor;
|
|
130
130
|
placement: {
|
|
@@ -262,7 +262,7 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
|
|
|
262
262
|
onSelect: import("vue").PropType<import("ant-design-vue/lib/vc-select/Select").SelectHandler<(string | number) | import("ant-design-vue/lib/select").LabeledValue, import("ant-design-vue/lib/select").DefaultOptionType>>;
|
|
263
263
|
prefixCls: StringConstructor;
|
|
264
264
|
direction: {
|
|
265
|
-
type: import("vue").PropType<"
|
|
265
|
+
type: import("vue").PropType<"ltr" | "rtl">;
|
|
266
266
|
};
|
|
267
267
|
open: {
|
|
268
268
|
type: BooleanConstructor;
|
|
@@ -287,7 +287,7 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
|
|
|
287
287
|
};
|
|
288
288
|
children: import("vue").PropType<import("ant-design-vue/lib/_util/type").VueNode[]>;
|
|
289
289
|
showAction: {
|
|
290
|
-
type: import("vue").PropType<("
|
|
290
|
+
type: import("vue").PropType<("click" | "focus")[]>;
|
|
291
291
|
};
|
|
292
292
|
id: StringConstructor;
|
|
293
293
|
placement: {
|
|
@@ -448,7 +448,7 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
|
|
|
448
448
|
onSelect: import("vue").PropType<import("ant-design-vue/lib/vc-select/Select").SelectHandler<(string | number) | import("ant-design-vue/lib/select").LabeledValue, import("ant-design-vue/lib/select").DefaultOptionType>>;
|
|
449
449
|
prefixCls: StringConstructor;
|
|
450
450
|
direction: {
|
|
451
|
-
type: import("vue").PropType<"
|
|
451
|
+
type: import("vue").PropType<"ltr" | "rtl">;
|
|
452
452
|
};
|
|
453
453
|
open: {
|
|
454
454
|
type: BooleanConstructor;
|
|
@@ -473,7 +473,7 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
|
|
|
473
473
|
};
|
|
474
474
|
children: import("vue").PropType<import("ant-design-vue/lib/_util/type").VueNode[]>;
|
|
475
475
|
showAction: {
|
|
476
|
-
type: import("vue").PropType<("
|
|
476
|
+
type: import("vue").PropType<("click" | "focus")[]>;
|
|
477
477
|
};
|
|
478
478
|
id: StringConstructor;
|
|
479
479
|
placement: {
|
|
@@ -601,7 +601,7 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
|
|
|
601
601
|
onSelect: import("vue").PropType<import("ant-design-vue/lib/vc-select/Select").SelectHandler<(string | number) | import("ant-design-vue/lib/select").LabeledValue, import("ant-design-vue/lib/select").DefaultOptionType>>;
|
|
602
602
|
prefixCls: StringConstructor;
|
|
603
603
|
direction: {
|
|
604
|
-
type: import("vue").PropType<"
|
|
604
|
+
type: import("vue").PropType<"ltr" | "rtl">;
|
|
605
605
|
};
|
|
606
606
|
open: {
|
|
607
607
|
type: BooleanConstructor;
|
|
@@ -626,7 +626,7 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
|
|
|
626
626
|
};
|
|
627
627
|
children: import("vue").PropType<import("ant-design-vue/lib/_util/type").VueNode[]>;
|
|
628
628
|
showAction: {
|
|
629
|
-
type: import("vue").PropType<("
|
|
629
|
+
type: import("vue").PropType<("click" | "focus")[]>;
|
|
630
630
|
};
|
|
631
631
|
id: StringConstructor;
|
|
632
632
|
placement: {
|
|
@@ -734,7 +734,7 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
|
|
|
734
734
|
readonly OptGroup: import("ant-design-vue/lib/vc-select/OptGroup").OptionGroupFC;
|
|
735
735
|
readonly SECRET_COMBOBOX_MODE_DO_NOT_USE: "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
736
736
|
};
|
|
737
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
737
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onChange" | "update:value" | "onSelectAll")[], "onChange" | "update:value" | "onSelectAll", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
738
738
|
value: {
|
|
739
739
|
type: ArrayConstructor;
|
|
740
740
|
required: true;
|