@baosight/er4j 0.1.1 → 0.1.3
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/er4j-dist/{ErAdvanceFilter-CB2C0maK.js → ErAdvanceFilter-DMFTQIIS.js} +2 -2
- package/er4j-dist/ErAdvanceFilter-DMFTQIIS.js.map +1 -0
- package/er4j-dist/{ErLayoutDesign-DDnveNXO.js → ErLayoutDesign-eFP9pyqN.js} +2 -2
- package/er4j-dist/{ErLayoutDesign-DDnveNXO.js.map → ErLayoutDesign-eFP9pyqN.js.map} +1 -1
- package/er4j-dist/ErPopFree-DvtBctfA.js +5 -0
- package/er4j-dist/ErPopFree-DvtBctfA.js.map +1 -0
- package/er4j-dist/ErPopQuery-DwyQ4ZCc.js +5 -0
- package/er4j-dist/ErPopQuery-DwyQ4ZCc.js.map +1 -0
- package/er4j-dist/ErPopRichEditor-29icvuOh.js +5 -0
- package/er4j-dist/ErPopRichEditor-29icvuOh.js.map +1 -0
- package/er4j-dist/ErPopTree-DiGHEbQ0.js +5 -0
- package/er4j-dist/ErPopTree-DiGHEbQ0.js.map +1 -0
- package/er4j-dist/er4j.es.js +1 -1
- package/er4j-dist/er4j.umd.js +2 -2
- package/er4j-dist/er4j.umd.js.map +1 -1
- package/er4j-dist/{index-BpWhgByo.js → index-DULCHKL6.js} +22 -34
- package/er4j-dist/{index-BpWhgByo.js.map → index-DULCHKL6.js.map} +1 -1
- package/er4j-dist/types/components/ErAdvanceFilter/ErAdvanceFilter.vue.d.ts +92 -10
- package/er4j-dist/types/components/ErAttachment/ErAttachment.vue.d.ts +4 -4
- package/er4j-dist/types/components/ErDevPlat/ErDevPlat.vue.d.ts +121 -94
- package/er4j-dist/types/components/ErFlow/CollapseNode.vue.d.ts +7 -11
- package/er4j-dist/types/components/ErFlow/ErFlow.vue.d.ts +16 -17
- package/er4j-dist/types/components/ErFlow/HelperLines.vue.d.ts +1 -1
- package/er4j-dist/types/components/ErGrid/ErGrid.vue.d.ts +18 -30
- package/er4j-dist/types/components/ErLayout/ErLayout.vue.d.ts +4 -6
- package/er4j-dist/types/components/ErPopRichEditor/ErPopRichEditor.vue.d.ts +89 -9
- package/er4j-dist/types/components/ErPopTree/ErPopTree.vue.d.ts +89 -7
- package/er4j-dist/types/components/ErSelect/ErSelect.vue.d.ts +3 -5
- package/er4j-dist/types/components/ErTree/ErTree.vue.d.ts +4 -6
- package/package.json +2 -2
- package/er4j-dist/ErAdvanceFilter-CB2C0maK.js.map +0 -1
- package/er4j-dist/ErPopFree-qtfbEhD0.js +0 -5
- package/er4j-dist/ErPopFree-qtfbEhD0.js.map +0 -1
- package/er4j-dist/ErPopQuery-COj6RQrW.js +0 -5
- package/er4j-dist/ErPopQuery-COj6RQrW.js.map +0 -1
- package/er4j-dist/ErPopRichEditor-DFv_WP4t.js +0 -5
- package/er4j-dist/ErPopRichEditor-DFv_WP4t.js.map +0 -1
- package/er4j-dist/ErPopTree-DqJAwBjq.js +0 -5
- package/er4j-dist/ErPopTree-DqJAwBjq.js.map +0 -1
|
@@ -19,7 +19,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
19
19
|
type: () => {
|
|
20
20
|
[key: string]: any;
|
|
21
21
|
};
|
|
22
|
-
default: () =>
|
|
22
|
+
default: () => any;
|
|
23
23
|
};
|
|
24
24
|
}>, {
|
|
25
25
|
getFlowData: () => import('@vue-flow/core').FlowExportObject;
|
|
@@ -54,15 +54,13 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
54
54
|
type: () => {
|
|
55
55
|
[key: string]: any;
|
|
56
56
|
};
|
|
57
|
-
default: () =>
|
|
57
|
+
default: () => any;
|
|
58
58
|
};
|
|
59
59
|
}>> & Readonly<{
|
|
60
60
|
onNodeOptionsEdit?: (...args: any[]) => any;
|
|
61
61
|
}>, {
|
|
62
|
+
options: any;
|
|
62
63
|
showSearch: boolean;
|
|
63
|
-
options: {
|
|
64
|
-
[key: string]: any;
|
|
65
|
-
};
|
|
66
64
|
editMode: boolean;
|
|
67
65
|
flowId: string;
|
|
68
66
|
customNode: Function | Record<string, any>;
|
|
@@ -72,7 +70,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
72
70
|
ZoomOutOutlined: import('@ant-design/icons-vue/lib/icons/ZoomOutOutlined').ZoomOutOutlinedIconType;
|
|
73
71
|
UndoOutlined: import('@ant-design/icons-vue/lib/icons/UndoOutlined').UndoOutlinedIconType;
|
|
74
72
|
RedoOutlined: import('@ant-design/icons-vue/lib/icons/RedoOutlined').RedoOutlinedIconType;
|
|
75
|
-
HelperLines: import('vue').DefineComponent<
|
|
73
|
+
HelperLines: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
76
74
|
canvasRef: HTMLCanvasElement;
|
|
77
75
|
}, HTMLCanvasElement>;
|
|
78
76
|
Panel: {
|
|
@@ -81,7 +79,12 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
81
79
|
type: import('vue').PropType<import('@vue-flow/core').PanelPositionType | import('@vue-flow/core').PanelPosition>;
|
|
82
80
|
required: true;
|
|
83
81
|
};
|
|
84
|
-
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps
|
|
82
|
+
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
83
|
+
position: {
|
|
84
|
+
type: import('vue').PropType<import('@vue-flow/core').PanelPositionType | import('@vue-flow/core').PanelPosition>;
|
|
85
|
+
required: true;
|
|
86
|
+
};
|
|
87
|
+
}>>, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
85
88
|
P: {};
|
|
86
89
|
B: {};
|
|
87
90
|
D: {};
|
|
@@ -118,13 +121,13 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
118
121
|
type: () => {
|
|
119
122
|
[key: string]: any;
|
|
120
123
|
};
|
|
121
|
-
default: () =>
|
|
124
|
+
default: () => any;
|
|
122
125
|
};
|
|
123
126
|
options: {
|
|
124
127
|
type: () => {
|
|
125
128
|
[key: string]: any;
|
|
126
129
|
};
|
|
127
|
-
default: () =>
|
|
130
|
+
default: () => any;
|
|
128
131
|
};
|
|
129
132
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
130
133
|
nodeOptionsEdit: (...args: any[]) => void;
|
|
@@ -139,25 +142,21 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
139
142
|
type: () => {
|
|
140
143
|
[key: string]: any;
|
|
141
144
|
};
|
|
142
|
-
default: () =>
|
|
145
|
+
default: () => any;
|
|
143
146
|
};
|
|
144
147
|
options: {
|
|
145
148
|
type: () => {
|
|
146
149
|
[key: string]: any;
|
|
147
150
|
};
|
|
148
|
-
default: () =>
|
|
151
|
+
default: () => any;
|
|
149
152
|
};
|
|
150
153
|
}>> & Readonly<{
|
|
151
154
|
onNodeOptionsEdit?: (...args: any[]) => any;
|
|
152
155
|
}>, {
|
|
153
|
-
options:
|
|
154
|
-
[key: string]: any;
|
|
155
|
-
};
|
|
156
|
+
options: any;
|
|
156
157
|
selected: boolean;
|
|
157
158
|
editMode: boolean;
|
|
158
|
-
flowOptions:
|
|
159
|
-
[key: string]: any;
|
|
160
|
-
};
|
|
159
|
+
flowOptions: any;
|
|
161
160
|
}, {}, {
|
|
162
161
|
'a-config-provider': {
|
|
163
162
|
new (...args: any[]): {
|
|
@@ -2,7 +2,7 @@ export interface HelperLinesProps {
|
|
|
2
2
|
horizontal?: number;
|
|
3
3
|
vertical?: number;
|
|
4
4
|
}
|
|
5
|
-
declare const _default: import('vue').DefineComponent<
|
|
5
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
6
6
|
canvasRef: HTMLCanvasElement;
|
|
7
7
|
}, HTMLCanvasElement>;
|
|
8
8
|
export default _default;
|
|
@@ -13,19 +13,19 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
13
13
|
type: () => {
|
|
14
14
|
[key: string]: any;
|
|
15
15
|
};
|
|
16
|
-
default: () =>
|
|
16
|
+
default: () => any;
|
|
17
17
|
};
|
|
18
18
|
pageOptions: {
|
|
19
19
|
type: () => {
|
|
20
20
|
[key: string]: any;
|
|
21
21
|
};
|
|
22
|
-
default: () =>
|
|
22
|
+
default: () => any;
|
|
23
23
|
};
|
|
24
24
|
options: {
|
|
25
25
|
type: () => {
|
|
26
26
|
[key: string]: any;
|
|
27
27
|
};
|
|
28
|
-
default: () =>
|
|
28
|
+
default: () => any;
|
|
29
29
|
};
|
|
30
30
|
detailConfigId: {
|
|
31
31
|
type: StringConstructor;
|
|
@@ -35,19 +35,19 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
35
35
|
type: () => {
|
|
36
36
|
[key: string]: any;
|
|
37
37
|
};
|
|
38
|
-
default: () =>
|
|
38
|
+
default: () => any;
|
|
39
39
|
};
|
|
40
40
|
detailPageOptions: {
|
|
41
41
|
type: () => {
|
|
42
42
|
[key: string]: any;
|
|
43
43
|
};
|
|
44
|
-
default: () =>
|
|
44
|
+
default: () => any;
|
|
45
45
|
};
|
|
46
46
|
detailOptions: {
|
|
47
47
|
type: () => {
|
|
48
48
|
[key: string]: any;
|
|
49
49
|
};
|
|
50
|
-
default: () =>
|
|
50
|
+
default: () => any;
|
|
51
51
|
};
|
|
52
52
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
53
53
|
click: (...args: any[]) => void;
|
|
@@ -67,19 +67,19 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
67
67
|
type: () => {
|
|
68
68
|
[key: string]: any;
|
|
69
69
|
};
|
|
70
|
-
default: () =>
|
|
70
|
+
default: () => any;
|
|
71
71
|
};
|
|
72
72
|
pageOptions: {
|
|
73
73
|
type: () => {
|
|
74
74
|
[key: string]: any;
|
|
75
75
|
};
|
|
76
|
-
default: () =>
|
|
76
|
+
default: () => any;
|
|
77
77
|
};
|
|
78
78
|
options: {
|
|
79
79
|
type: () => {
|
|
80
80
|
[key: string]: any;
|
|
81
81
|
};
|
|
82
|
-
default: () =>
|
|
82
|
+
default: () => any;
|
|
83
83
|
};
|
|
84
84
|
detailConfigId: {
|
|
85
85
|
type: StringConstructor;
|
|
@@ -89,19 +89,19 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
89
89
|
type: () => {
|
|
90
90
|
[key: string]: any;
|
|
91
91
|
};
|
|
92
|
-
default: () =>
|
|
92
|
+
default: () => any;
|
|
93
93
|
};
|
|
94
94
|
detailPageOptions: {
|
|
95
95
|
type: () => {
|
|
96
96
|
[key: string]: any;
|
|
97
97
|
};
|
|
98
|
-
default: () =>
|
|
98
|
+
default: () => any;
|
|
99
99
|
};
|
|
100
100
|
detailOptions: {
|
|
101
101
|
type: () => {
|
|
102
102
|
[key: string]: any;
|
|
103
103
|
};
|
|
104
|
-
default: () =>
|
|
104
|
+
default: () => any;
|
|
105
105
|
};
|
|
106
106
|
}>> & Readonly<{
|
|
107
107
|
onClick?: (...args: any[]) => any;
|
|
@@ -109,27 +109,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
109
109
|
onDoubleClick?: (...args: any[]) => any;
|
|
110
110
|
onFocusChanged?: (...args: any[]) => any;
|
|
111
111
|
}>, {
|
|
112
|
-
options:
|
|
113
|
-
[key: string]: any;
|
|
114
|
-
};
|
|
112
|
+
options: any;
|
|
115
113
|
configId: string;
|
|
116
|
-
pageOptions:
|
|
117
|
-
[key: string]: any;
|
|
118
|
-
};
|
|
114
|
+
pageOptions: any;
|
|
119
115
|
erFormHelperProp: ER.FormHelper;
|
|
120
|
-
toolbarOptions:
|
|
121
|
-
[key: string]: any;
|
|
122
|
-
};
|
|
116
|
+
toolbarOptions: any;
|
|
123
117
|
detailConfigId: string;
|
|
124
|
-
detailToolbarOptions:
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
detailPageOptions: {
|
|
128
|
-
[key: string]: any;
|
|
129
|
-
};
|
|
130
|
-
detailOptions: {
|
|
131
|
-
[key: string]: any;
|
|
132
|
-
};
|
|
118
|
+
detailToolbarOptions: any;
|
|
119
|
+
detailPageOptions: any;
|
|
120
|
+
detailOptions: any;
|
|
133
121
|
}, {}, {
|
|
134
122
|
PaginationPanel: import('vue').DefineComponent<{
|
|
135
123
|
params?: any;
|
|
@@ -26,7 +26,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
26
26
|
type: () => {
|
|
27
27
|
[key: string]: any;
|
|
28
28
|
};
|
|
29
|
-
default: () =>
|
|
29
|
+
default: () => any;
|
|
30
30
|
require: boolean;
|
|
31
31
|
};
|
|
32
32
|
showGroupBorder: {
|
|
@@ -164,7 +164,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
164
164
|
type: () => {
|
|
165
165
|
[key: string]: any;
|
|
166
166
|
};
|
|
167
|
-
default: () =>
|
|
167
|
+
default: () => any;
|
|
168
168
|
require: boolean;
|
|
169
169
|
};
|
|
170
170
|
showGroupBorder: {
|
|
@@ -278,11 +278,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
278
278
|
onItemButtonClick?: (...args: any[]) => any;
|
|
279
279
|
onValueChanged?: (...args: any[]) => any;
|
|
280
280
|
}>, {
|
|
281
|
-
options:
|
|
282
|
-
[key: string]: any;
|
|
283
|
-
};
|
|
281
|
+
options: any;
|
|
284
282
|
configId: string;
|
|
285
|
-
displayRows: number;
|
|
286
283
|
isCollapsed: boolean;
|
|
287
284
|
erFormHelperProp: ER.FormHelper;
|
|
288
285
|
autoBind: boolean;
|
|
@@ -290,6 +287,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
290
287
|
configCaption: string;
|
|
291
288
|
showGroupBorder: boolean;
|
|
292
289
|
allowCollapse: boolean;
|
|
290
|
+
displayRows: number;
|
|
293
291
|
showQueryButton: string | boolean;
|
|
294
292
|
showFormToolbar: boolean;
|
|
295
293
|
showPageButton: boolean;
|
|
@@ -37,9 +37,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
37
37
|
};
|
|
38
38
|
}>> & Readonly<{}>, {
|
|
39
39
|
content: string;
|
|
40
|
-
options: {
|
|
41
|
-
[key: string]: any;
|
|
42
|
-
};
|
|
40
|
+
options: {};
|
|
43
41
|
popRichEditorProps: ER.PopRichEditor;
|
|
44
42
|
}, {}, {
|
|
45
43
|
'er-dialog': import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -438,7 +436,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
438
436
|
type: () => {
|
|
439
437
|
[key: string]: any;
|
|
440
438
|
};
|
|
441
|
-
default: () =>
|
|
439
|
+
default: () => any;
|
|
442
440
|
};
|
|
443
441
|
}>, {
|
|
444
442
|
gridApi: any;
|
|
@@ -495,7 +493,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
495
493
|
type: () => {
|
|
496
494
|
[key: string]: any;
|
|
497
495
|
};
|
|
498
|
-
default: () =>
|
|
496
|
+
default: () => any;
|
|
499
497
|
};
|
|
500
498
|
}>> & Readonly<{
|
|
501
499
|
onFocus?: (...args: any[]) => any;
|
|
@@ -510,9 +508,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
510
508
|
componentSize: string;
|
|
511
509
|
multiple: boolean;
|
|
512
510
|
modelValue: string | number | unknown[];
|
|
513
|
-
options:
|
|
514
|
-
[key: string]: any;
|
|
515
|
-
};
|
|
511
|
+
options: any;
|
|
516
512
|
dataSource: {
|
|
517
513
|
[key: string]: any;
|
|
518
514
|
}[];
|
|
@@ -3869,7 +3865,91 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3869
3865
|
cancelClick: () => void;
|
|
3870
3866
|
dialogResize: () => void;
|
|
3871
3867
|
onOpen: () => void;
|
|
3872
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("cancel" | "open" | "confirm" | "clickCloseIcon" | "update:visible" | "dialogResize")[], import('vue').
|
|
3868
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("cancel" | "open" | "confirm" | "clickCloseIcon" | "update:visible" | "dialogResize")[], import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
3869
|
+
debounce: {
|
|
3870
|
+
type: BooleanConstructor;
|
|
3871
|
+
default: boolean;
|
|
3872
|
+
};
|
|
3873
|
+
debounceWait: {
|
|
3874
|
+
type: NumberConstructor;
|
|
3875
|
+
default: number;
|
|
3876
|
+
};
|
|
3877
|
+
visible: {
|
|
3878
|
+
type: BooleanConstructor;
|
|
3879
|
+
required: true;
|
|
3880
|
+
};
|
|
3881
|
+
zIndex: {
|
|
3882
|
+
type: NumberConstructor;
|
|
3883
|
+
default: number;
|
|
3884
|
+
};
|
|
3885
|
+
title: {
|
|
3886
|
+
type: StringConstructor;
|
|
3887
|
+
default: string;
|
|
3888
|
+
};
|
|
3889
|
+
width: {
|
|
3890
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
3891
|
+
default: string;
|
|
3892
|
+
};
|
|
3893
|
+
height: {
|
|
3894
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
3895
|
+
default: string;
|
|
3896
|
+
};
|
|
3897
|
+
modal: {
|
|
3898
|
+
type: BooleanConstructor;
|
|
3899
|
+
default: boolean;
|
|
3900
|
+
};
|
|
3901
|
+
defaultFooter: {
|
|
3902
|
+
type: BooleanConstructor;
|
|
3903
|
+
default: boolean;
|
|
3904
|
+
};
|
|
3905
|
+
destroyOnClose: {
|
|
3906
|
+
type: BooleanConstructor;
|
|
3907
|
+
default: boolean;
|
|
3908
|
+
};
|
|
3909
|
+
showConfirm: {
|
|
3910
|
+
type: BooleanConstructor;
|
|
3911
|
+
default: boolean;
|
|
3912
|
+
};
|
|
3913
|
+
showCancel: {
|
|
3914
|
+
type: BooleanConstructor;
|
|
3915
|
+
default: boolean;
|
|
3916
|
+
};
|
|
3917
|
+
parentFormRef: {
|
|
3918
|
+
type: any;
|
|
3919
|
+
default: any;
|
|
3920
|
+
};
|
|
3921
|
+
resizable: {
|
|
3922
|
+
type: BooleanConstructor;
|
|
3923
|
+
default: boolean;
|
|
3924
|
+
};
|
|
3925
|
+
draggable: {
|
|
3926
|
+
type: BooleanConstructor;
|
|
3927
|
+
default: boolean;
|
|
3928
|
+
};
|
|
3929
|
+
actions: {
|
|
3930
|
+
type: ArrayConstructor;
|
|
3931
|
+
default: string[];
|
|
3932
|
+
};
|
|
3933
|
+
id: {
|
|
3934
|
+
type: StringConstructor;
|
|
3935
|
+
default: string;
|
|
3936
|
+
};
|
|
3937
|
+
customClass: {
|
|
3938
|
+
type: StringConstructor;
|
|
3939
|
+
default: string;
|
|
3940
|
+
};
|
|
3941
|
+
formName: {
|
|
3942
|
+
type: StringConstructor;
|
|
3943
|
+
default: string;
|
|
3944
|
+
};
|
|
3945
|
+
}>> & Readonly<{
|
|
3946
|
+
onCancel?: (...args: any[]) => any;
|
|
3947
|
+
"onUpdate:visible"?: (...args: any[]) => any;
|
|
3948
|
+
onOpen?: (...args: any[]) => any;
|
|
3949
|
+
onConfirm?: (...args: any[]) => any;
|
|
3950
|
+
onClickCloseIcon?: (...args: any[]) => any;
|
|
3951
|
+
onDialogResize?: (...args: any[]) => any;
|
|
3952
|
+
}>, {
|
|
3873
3953
|
id: string;
|
|
3874
3954
|
title: string;
|
|
3875
3955
|
width: string | number;
|
|
@@ -2151,7 +2151,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2151
2151
|
type: () => {
|
|
2152
2152
|
[key: string]: any;
|
|
2153
2153
|
};
|
|
2154
|
-
default: () =>
|
|
2154
|
+
default: () => any;
|
|
2155
2155
|
};
|
|
2156
2156
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
2157
2157
|
click: (...args: any[]) => void;
|
|
@@ -2203,7 +2203,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2203
2203
|
type: () => {
|
|
2204
2204
|
[key: string]: any;
|
|
2205
2205
|
};
|
|
2206
|
-
default: () =>
|
|
2206
|
+
default: () => any;
|
|
2207
2207
|
};
|
|
2208
2208
|
}>> & Readonly<{
|
|
2209
2209
|
onClick?: (...args: any[]) => any;
|
|
@@ -2211,12 +2211,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2211
2211
|
onFocusChanged?: (...args: any[]) => any;
|
|
2212
2212
|
onErTreeReady?: (...args: any[]) => any;
|
|
2213
2213
|
}>, {
|
|
2214
|
-
options:
|
|
2215
|
-
[key: string]: any;
|
|
2216
|
-
};
|
|
2214
|
+
options: any;
|
|
2217
2215
|
dataSource: any[];
|
|
2218
|
-
parentField: string;
|
|
2219
2216
|
primaryField: string;
|
|
2217
|
+
parentField: string;
|
|
2220
2218
|
displayField: string;
|
|
2221
2219
|
}, {}, {
|
|
2222
2220
|
'a-input': {
|
|
@@ -3891,7 +3889,91 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3891
3889
|
cancelClick: () => void;
|
|
3892
3890
|
dialogResize: () => void;
|
|
3893
3891
|
onOpen: () => void;
|
|
3894
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("cancel" | "open" | "confirm" | "clickCloseIcon" | "update:visible" | "dialogResize")[], import('vue').
|
|
3892
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("cancel" | "open" | "confirm" | "clickCloseIcon" | "update:visible" | "dialogResize")[], import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
3893
|
+
debounce: {
|
|
3894
|
+
type: BooleanConstructor;
|
|
3895
|
+
default: boolean;
|
|
3896
|
+
};
|
|
3897
|
+
debounceWait: {
|
|
3898
|
+
type: NumberConstructor;
|
|
3899
|
+
default: number;
|
|
3900
|
+
};
|
|
3901
|
+
visible: {
|
|
3902
|
+
type: BooleanConstructor;
|
|
3903
|
+
required: true;
|
|
3904
|
+
};
|
|
3905
|
+
zIndex: {
|
|
3906
|
+
type: NumberConstructor;
|
|
3907
|
+
default: number;
|
|
3908
|
+
};
|
|
3909
|
+
title: {
|
|
3910
|
+
type: StringConstructor;
|
|
3911
|
+
default: string;
|
|
3912
|
+
};
|
|
3913
|
+
width: {
|
|
3914
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
3915
|
+
default: string;
|
|
3916
|
+
};
|
|
3917
|
+
height: {
|
|
3918
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
3919
|
+
default: string;
|
|
3920
|
+
};
|
|
3921
|
+
modal: {
|
|
3922
|
+
type: BooleanConstructor;
|
|
3923
|
+
default: boolean;
|
|
3924
|
+
};
|
|
3925
|
+
defaultFooter: {
|
|
3926
|
+
type: BooleanConstructor;
|
|
3927
|
+
default: boolean;
|
|
3928
|
+
};
|
|
3929
|
+
destroyOnClose: {
|
|
3930
|
+
type: BooleanConstructor;
|
|
3931
|
+
default: boolean;
|
|
3932
|
+
};
|
|
3933
|
+
showConfirm: {
|
|
3934
|
+
type: BooleanConstructor;
|
|
3935
|
+
default: boolean;
|
|
3936
|
+
};
|
|
3937
|
+
showCancel: {
|
|
3938
|
+
type: BooleanConstructor;
|
|
3939
|
+
default: boolean;
|
|
3940
|
+
};
|
|
3941
|
+
parentFormRef: {
|
|
3942
|
+
type: any;
|
|
3943
|
+
default: any;
|
|
3944
|
+
};
|
|
3945
|
+
resizable: {
|
|
3946
|
+
type: BooleanConstructor;
|
|
3947
|
+
default: boolean;
|
|
3948
|
+
};
|
|
3949
|
+
draggable: {
|
|
3950
|
+
type: BooleanConstructor;
|
|
3951
|
+
default: boolean;
|
|
3952
|
+
};
|
|
3953
|
+
actions: {
|
|
3954
|
+
type: ArrayConstructor;
|
|
3955
|
+
default: string[];
|
|
3956
|
+
};
|
|
3957
|
+
id: {
|
|
3958
|
+
type: StringConstructor;
|
|
3959
|
+
default: string;
|
|
3960
|
+
};
|
|
3961
|
+
customClass: {
|
|
3962
|
+
type: StringConstructor;
|
|
3963
|
+
default: string;
|
|
3964
|
+
};
|
|
3965
|
+
formName: {
|
|
3966
|
+
type: StringConstructor;
|
|
3967
|
+
default: string;
|
|
3968
|
+
};
|
|
3969
|
+
}>> & Readonly<{
|
|
3970
|
+
onCancel?: (...args: any[]) => any;
|
|
3971
|
+
"onUpdate:visible"?: (...args: any[]) => any;
|
|
3972
|
+
onOpen?: (...args: any[]) => any;
|
|
3973
|
+
onConfirm?: (...args: any[]) => any;
|
|
3974
|
+
onClickCloseIcon?: (...args: any[]) => any;
|
|
3975
|
+
onDialogResize?: (...args: any[]) => any;
|
|
3976
|
+
}>, {
|
|
3895
3977
|
id: string;
|
|
3896
3978
|
title: string;
|
|
3897
3979
|
width: string | number;
|
|
@@ -40,7 +40,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
40
40
|
type: () => {
|
|
41
41
|
[key: string]: any;
|
|
42
42
|
};
|
|
43
|
-
default: () =>
|
|
43
|
+
default: () => any;
|
|
44
44
|
};
|
|
45
45
|
}>, {
|
|
46
46
|
gridApi: any;
|
|
@@ -97,7 +97,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
97
97
|
type: () => {
|
|
98
98
|
[key: string]: any;
|
|
99
99
|
};
|
|
100
|
-
default: () =>
|
|
100
|
+
default: () => any;
|
|
101
101
|
};
|
|
102
102
|
}>> & Readonly<{
|
|
103
103
|
onFocus?: (...args: any[]) => any;
|
|
@@ -112,9 +112,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
112
112
|
componentSize: string;
|
|
113
113
|
multiple: boolean;
|
|
114
114
|
modelValue: string | number | unknown[];
|
|
115
|
-
options:
|
|
116
|
-
[key: string]: any;
|
|
117
|
-
};
|
|
115
|
+
options: any;
|
|
118
116
|
dataSource: {
|
|
119
117
|
[key: string]: any;
|
|
120
118
|
}[];
|
|
@@ -44,7 +44,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
44
44
|
type: () => {
|
|
45
45
|
[key: string]: any;
|
|
46
46
|
};
|
|
47
|
-
default: () =>
|
|
47
|
+
default: () => any;
|
|
48
48
|
};
|
|
49
49
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
50
50
|
click: (...args: any[]) => void;
|
|
@@ -96,7 +96,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
96
96
|
type: () => {
|
|
97
97
|
[key: string]: any;
|
|
98
98
|
};
|
|
99
|
-
default: () =>
|
|
99
|
+
default: () => any;
|
|
100
100
|
};
|
|
101
101
|
}>> & Readonly<{
|
|
102
102
|
onClick?: (...args: any[]) => any;
|
|
@@ -104,12 +104,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
104
104
|
onFocusChanged?: (...args: any[]) => any;
|
|
105
105
|
onErTreeReady?: (...args: any[]) => any;
|
|
106
106
|
}>, {
|
|
107
|
-
options:
|
|
108
|
-
[key: string]: any;
|
|
109
|
-
};
|
|
107
|
+
options: any;
|
|
110
108
|
dataSource: any[];
|
|
111
|
-
parentField: string;
|
|
112
109
|
primaryField: string;
|
|
110
|
+
parentField: string;
|
|
113
111
|
displayField: string;
|
|
114
112
|
}, {}, {
|
|
115
113
|
'a-input': {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@baosight/er4j",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "er4j 辅助开发",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"private": false,
|
|
@@ -120,7 +120,6 @@
|
|
|
120
120
|
"vite-plugin-dts": "4.5.3",
|
|
121
121
|
"vite-plugin-html-env": "1.2.8",
|
|
122
122
|
"vite-plugin-top-level-await": "1.3.1",
|
|
123
|
-
"vue": "3.5.13",
|
|
124
123
|
"vue-clipboard3": "2.0.0",
|
|
125
124
|
"vue-i18n": "9.2.2",
|
|
126
125
|
"vue-router": "4.0.16",
|
|
@@ -131,6 +130,7 @@
|
|
|
131
130
|
"@codemirror/lang-json": "^6.0.2",
|
|
132
131
|
"@codemirror/lang-sql": "^6.10.0",
|
|
133
132
|
"codemirror": "^6.0.2",
|
|
133
|
+
"vue": "^3.5.6",
|
|
134
134
|
"vue-codemirror": "^6.1.1"
|
|
135
135
|
}
|
|
136
136
|
}
|