zhytech-ui 1.1.29 → 1.1.30
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/README.md +7 -0
- package/dist/src/components/dynamicFilter/filterItem.vue.d.ts +5 -5
- package/dist/src/components/dynamicFilter/index.vue.d.ts +5 -5
- package/dist/src/components/dynamicForm/components/advanced/upload/index.d.ts +7 -11
- package/dist/src/components/dynamicForm/components/advanced/upload/propsEditor.vue.d.ts +1 -7
- package/dist/src/components/dynamicForm/components/advanced/upload/renderer.vue.d.ts +6 -4
- package/dist/src/components/dynamicForm/components/advanced/uploadImage/index.d.ts +8 -11
- package/dist/src/components/dynamicForm/components/advanced/uploadImage/propsEditor.vue.d.ts +1 -7
- package/dist/src/components/dynamicForm/components/advanced/uploadImage/renderer.vue.d.ts +7 -4
- package/dist/src/components/dynamicForm/components/application/employee/index.d.ts +8 -8
- package/dist/src/components/dynamicForm/components/application/employee/propsEditor.vue.d.ts +1 -1
- package/dist/src/components/dynamicForm/components/application/employee/renderer.vue.d.ts +5 -5
- package/dist/src/components/dynamicForm/components/application/grade/index.d.ts +6 -6
- package/dist/src/components/dynamicForm/components/application/grade/propsEditor.vue.d.ts +1 -1
- package/dist/src/components/dynamicForm/components/application/grade/renderer.vue.d.ts +5 -5
- package/dist/src/components/dynamicForm/components/application/post/index.d.ts +6 -6
- package/dist/src/components/dynamicForm/components/application/post/propsEditor.vue.d.ts +1 -1
- package/dist/src/components/dynamicForm/components/application/post/renderer.vue.d.ts +5 -5
- package/dist/src/components/dynamicForm/components/base/checkbox/index.d.ts +9 -9
- package/dist/src/components/dynamicForm/components/base/checkbox/propsEditor.vue.d.ts +4 -4
- package/dist/src/components/dynamicForm/components/base/checkbox/renderer.vue.d.ts +5 -5
- package/dist/src/components/dynamicForm/components/base/date/index.d.ts +6 -6
- package/dist/src/components/dynamicForm/components/base/date/propsEditor.vue.d.ts +1 -1
- package/dist/src/components/dynamicForm/components/base/date/renderer.vue.d.ts +5 -5
- package/dist/src/components/dynamicForm/components/base/input/index.d.ts +6 -6
- package/dist/src/components/dynamicForm/components/base/input/propsEditor.vue.d.ts +1 -1
- package/dist/src/components/dynamicForm/components/base/input/renderer.vue.d.ts +5 -5
- package/dist/src/components/dynamicForm/components/base/inputNumber/index.d.ts +6 -6
- package/dist/src/components/dynamicForm/components/base/inputNumber/propsEditor.vue.d.ts +1 -1
- package/dist/src/components/dynamicForm/components/base/inputNumber/renderer.vue.d.ts +5 -5
- package/dist/src/components/dynamicForm/components/base/label/index.d.ts +3 -3
- package/dist/src/components/dynamicForm/components/base/label/renderer.vue.d.ts +3 -3
- package/dist/src/components/dynamicForm/components/base/radio/index.d.ts +9 -9
- package/dist/src/components/dynamicForm/components/base/radio/propsEditor.vue.d.ts +4 -4
- package/dist/src/components/dynamicForm/components/base/radio/renderer.vue.d.ts +5 -5
- package/dist/src/components/dynamicForm/components/base/time/index.d.ts +6 -6
- package/dist/src/components/dynamicForm/components/base/time/propsEditor.vue.d.ts +1 -1
- package/dist/src/components/dynamicForm/components/base/time/renderer.vue.d.ts +5 -5
- package/dist/src/components/dynamicForm/components/common/answerSheet/answerSheetItem.vue.d.ts +4 -4
- package/dist/src/components/dynamicForm/components/common/answerSheet/index.vue.d.ts +5 -5
- package/dist/src/components/dynamicForm/components/common/batchAddDialog.vue.d.ts +7 -5
- package/dist/src/components/dynamicForm/components/common/componentAdvancedPropsEditor.vue.d.ts +1 -1
- package/dist/src/components/dynamicForm/components/common/componentBasePropsEditor.vue.d.ts +4 -4
- package/dist/src/components/dynamicForm/components/common/componentDesigner.vue.d.ts +5 -5
- package/dist/src/components/dynamicForm/components/common/componentRenderer.vue.d.ts +5 -5
- package/dist/src/components/dynamicForm/components/common/conditionInput.vue.d.ts +103 -5
- package/dist/src/components/dynamicForm/components/common/dictionaryBinder.vue.d.ts +5 -5
- package/dist/src/components/dynamicForm/components/common/formPropsEditor.vue.d.ts +3 -1
- package/dist/src/components/dynamicForm/components/common/toolbar.vue.d.ts +5 -5
- package/dist/src/components/dynamicForm/components/layout/groupLayout/index.d.ts +6 -12
- package/dist/src/components/dynamicForm/components/layout/groupLayout/propsEditor.vue.d.ts +1 -7
- package/dist/src/components/dynamicForm/components/layout/groupLayout/renderer.vue.d.ts +5 -5
- package/dist/src/components/dynamicForm/components/layout/tabs/index.d.ts +9 -9
- package/dist/src/components/dynamicForm/components/layout/tabs/propsEditor.vue.d.ts +4 -4
- package/dist/src/components/dynamicForm/components/layout/tabs/renderer.vue.d.ts +5 -5
- package/dist/src/components/dynamicForm/formDesigner.vue.d.ts +231 -5
- package/dist/src/components/dynamicForm/formRenderer.vue.d.ts +9 -7
- package/dist/src/components/filePreview/components/docxPreview.vue.d.ts +6 -4
- package/dist/src/components/filePreview/components/pdfPreview.vue.d.ts +1 -1
- package/dist/src/components/filePreview/components/pptxPreview.vue.d.ts +6 -4
- package/dist/src/components/filePreview/components/xlsxPreview.vue.d.ts +6 -4
- package/dist/src/components/filePreview/index.vue.d.ts +4 -4
- package/dist/src/components/icon/index.vue.d.ts +4 -4
- package/dist/src/components/richTextEditor/index.vue.d.ts +6 -6
- package/dist/style.css +1 -1
- package/dist/zhytech-ui.es.js +4867 -4820
- package/dist/zhytech-ui.umd.js +11 -11
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
2
|
/**
|
|
3
3
|
* 组件
|
|
4
4
|
*/
|
|
@@ -47,7 +47,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
47
47
|
};
|
|
48
48
|
default: never[];
|
|
49
49
|
};
|
|
50
|
-
}
|
|
50
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
51
51
|
select: (...args: any[]) => void;
|
|
52
52
|
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
53
53
|
/**
|
|
@@ -98,12 +98,12 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
98
98
|
};
|
|
99
99
|
default: never[];
|
|
100
100
|
};
|
|
101
|
-
}>> & {
|
|
101
|
+
}>> & Readonly<{
|
|
102
102
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
103
|
-
}
|
|
103
|
+
}>, {
|
|
104
104
|
selectMode: boolean;
|
|
105
105
|
layoutMode: "horizontal" | "vertical";
|
|
106
106
|
showDescription: boolean;
|
|
107
107
|
currentShowIDArray: String[][];
|
|
108
|
-
}, {}>;
|
|
108
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
109
109
|
export default _default;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
import { filterConditionPropType, filterConditionType, filterItemType } from '../../../dynamicFilter/index';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
3
|
/**
|
|
3
4
|
* 标题
|
|
4
5
|
*/
|
|
@@ -47,7 +48,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
47
48
|
};
|
|
48
49
|
default: () => never[];
|
|
49
50
|
};
|
|
50
|
-
}
|
|
51
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
51
52
|
clear: (...args: any[]) => void;
|
|
52
53
|
result: (...args: any[]) => void;
|
|
53
54
|
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
@@ -99,14 +100,111 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
99
100
|
};
|
|
100
101
|
default: () => never[];
|
|
101
102
|
};
|
|
102
|
-
}>> & {
|
|
103
|
+
}>> & Readonly<{
|
|
103
104
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
104
105
|
onResult?: ((...args: any[]) => any) | undefined;
|
|
105
|
-
}
|
|
106
|
+
}>, {
|
|
106
107
|
title: string;
|
|
107
108
|
clearable: boolean;
|
|
108
109
|
showStyle: boolean;
|
|
109
110
|
defaultValue: Record<string, any>[];
|
|
110
111
|
content: string;
|
|
111
|
-
}, {}
|
|
112
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
113
|
+
dynamicFilterRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
|
|
114
|
+
items: {
|
|
115
|
+
type: globalThis.PropType<filterItemType[]>;
|
|
116
|
+
required: true;
|
|
117
|
+
};
|
|
118
|
+
conditionTypes: {
|
|
119
|
+
type: globalThis.PropType<filterConditionType>;
|
|
120
|
+
required: true;
|
|
121
|
+
};
|
|
122
|
+
conditionProps: {
|
|
123
|
+
type: globalThis.PropType<filterConditionPropType>;
|
|
124
|
+
required: true;
|
|
125
|
+
};
|
|
126
|
+
showStyle: {
|
|
127
|
+
type: BooleanConstructor;
|
|
128
|
+
default: boolean;
|
|
129
|
+
};
|
|
130
|
+
defaultValue: {
|
|
131
|
+
type: {
|
|
132
|
+
(arrayLength: number): Record<string, any>[];
|
|
133
|
+
(...items: Record<string, any>[]): Record<string, any>[];
|
|
134
|
+
new (arrayLength: number): Record<string, any>[];
|
|
135
|
+
new (...items: Record<string, any>[]): Record<string, any>[];
|
|
136
|
+
isArray(arg: any): arg is any[];
|
|
137
|
+
readonly prototype: any[];
|
|
138
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
139
|
+
from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
|
|
140
|
+
from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
|
|
141
|
+
from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
|
|
142
|
+
of<T_4>(...items: T_4[]): T_4[];
|
|
143
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
144
|
+
};
|
|
145
|
+
default: () => never[];
|
|
146
|
+
};
|
|
147
|
+
allowMultiLevel: {
|
|
148
|
+
type: BooleanConstructor;
|
|
149
|
+
default: boolean;
|
|
150
|
+
};
|
|
151
|
+
}>> & Readonly<{}>, {
|
|
152
|
+
getFilterData: (showCheckMessage?: boolean) => Record<string, any>;
|
|
153
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
154
|
+
allowMultiLevel: boolean;
|
|
155
|
+
showStyle: boolean;
|
|
156
|
+
defaultValue: Record<string, any>[];
|
|
157
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
158
|
+
P: {};
|
|
159
|
+
B: {};
|
|
160
|
+
D: {};
|
|
161
|
+
C: {};
|
|
162
|
+
M: {};
|
|
163
|
+
Defaults: {};
|
|
164
|
+
}, Readonly<globalThis.ExtractPropTypes<{
|
|
165
|
+
items: {
|
|
166
|
+
type: globalThis.PropType<filterItemType[]>;
|
|
167
|
+
required: true;
|
|
168
|
+
};
|
|
169
|
+
conditionTypes: {
|
|
170
|
+
type: globalThis.PropType<filterConditionType>;
|
|
171
|
+
required: true;
|
|
172
|
+
};
|
|
173
|
+
conditionProps: {
|
|
174
|
+
type: globalThis.PropType<filterConditionPropType>;
|
|
175
|
+
required: true;
|
|
176
|
+
};
|
|
177
|
+
showStyle: {
|
|
178
|
+
type: BooleanConstructor;
|
|
179
|
+
default: boolean;
|
|
180
|
+
};
|
|
181
|
+
defaultValue: {
|
|
182
|
+
type: {
|
|
183
|
+
(arrayLength: number): Record<string, any>[];
|
|
184
|
+
(...items: Record<string, any>[]): Record<string, any>[];
|
|
185
|
+
new (arrayLength: number): Record<string, any>[];
|
|
186
|
+
new (...items: Record<string, any>[]): Record<string, any>[];
|
|
187
|
+
isArray(arg: any): arg is any[];
|
|
188
|
+
readonly prototype: any[];
|
|
189
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
190
|
+
from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
|
|
191
|
+
from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
|
|
192
|
+
from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
|
|
193
|
+
of<T_4>(...items: T_4[]): T_4[];
|
|
194
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
195
|
+
};
|
|
196
|
+
default: () => never[];
|
|
197
|
+
};
|
|
198
|
+
allowMultiLevel: {
|
|
199
|
+
type: BooleanConstructor;
|
|
200
|
+
default: boolean;
|
|
201
|
+
};
|
|
202
|
+
}>> & Readonly<{}>, {
|
|
203
|
+
getFilterData: (showCheckMessage?: boolean) => Record<string, any>;
|
|
204
|
+
}, {}, {}, {}, {
|
|
205
|
+
allowMultiLevel: boolean;
|
|
206
|
+
showStyle: boolean;
|
|
207
|
+
defaultValue: Record<string, any>[];
|
|
208
|
+
}> | null;
|
|
209
|
+
}, any>;
|
|
112
210
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { dictionaryData } from '../../types/formAttribute';
|
|
2
|
-
declare const _default: import('vue').DefineComponent<{
|
|
2
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
3
3
|
modelValue: {
|
|
4
4
|
type: StringConstructor;
|
|
5
5
|
required: true;
|
|
@@ -31,7 +31,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
31
31
|
type: BooleanConstructor;
|
|
32
32
|
default: boolean;
|
|
33
33
|
};
|
|
34
|
-
}
|
|
34
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
35
35
|
"update:modelValue": (...args: any[]) => void;
|
|
36
36
|
change: (...args: any[]) => void;
|
|
37
37
|
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
@@ -66,15 +66,15 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
66
66
|
type: BooleanConstructor;
|
|
67
67
|
default: boolean;
|
|
68
68
|
};
|
|
69
|
-
}>> & {
|
|
69
|
+
}>> & Readonly<{
|
|
70
70
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
71
71
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
72
|
-
}
|
|
72
|
+
}>, {
|
|
73
73
|
placeholder: string;
|
|
74
74
|
allowCreateDictionary: boolean;
|
|
75
75
|
disabled: boolean;
|
|
76
76
|
dictionary: dictionaryData;
|
|
77
77
|
itemHeight: number;
|
|
78
78
|
height: string;
|
|
79
|
-
}, {}>;
|
|
79
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
80
80
|
export default _default;
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{}, {
|
|
2
2
|
validate(callback?: Function): Promise<any>;
|
|
3
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<
|
|
3
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
4
|
+
formRef: unknown;
|
|
5
|
+
}, any>, {
|
|
4
6
|
formBeforeExtendProps?(_: {}): any;
|
|
5
7
|
formAfterExtendProps?(_: {}): any;
|
|
6
8
|
}>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
2
|
operates: {
|
|
3
3
|
type: {
|
|
4
4
|
(arrayLength: number): String[];
|
|
@@ -16,7 +16,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
16
16
|
};
|
|
17
17
|
default: () => never[];
|
|
18
18
|
};
|
|
19
|
-
}
|
|
19
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
20
20
|
clearComponents: (...args: any[]) => void;
|
|
21
21
|
batchAdd: (...args: any[]) => void;
|
|
22
22
|
viewFormJson: (...args: any[]) => void;
|
|
@@ -44,7 +44,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
44
44
|
};
|
|
45
45
|
default: () => never[];
|
|
46
46
|
};
|
|
47
|
-
}>> & {
|
|
47
|
+
}>> & Readonly<{
|
|
48
48
|
onClearComponents?: ((...args: any[]) => any) | undefined;
|
|
49
49
|
onBatchAdd?: ((...args: any[]) => any) | undefined;
|
|
50
50
|
onViewFormJson?: ((...args: any[]) => any) | undefined;
|
|
@@ -54,7 +54,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
54
54
|
onResetForm?: ((...args: any[]) => any) | undefined;
|
|
55
55
|
onViewDataJson?: ((...args: any[]) => any) | undefined;
|
|
56
56
|
onToggleDescription?: ((...args: any[]) => any) | undefined;
|
|
57
|
-
}
|
|
57
|
+
}>, {
|
|
58
58
|
operates: String[];
|
|
59
|
-
}, {}>;
|
|
59
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
60
60
|
export default _default;
|
|
@@ -4,7 +4,7 @@ declare class component extends baseComponent {
|
|
|
4
4
|
}
|
|
5
5
|
declare const _default: {
|
|
6
6
|
component: typeof component;
|
|
7
|
-
renderer: import('vue').DefineComponent<{
|
|
7
|
+
renderer: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
8
8
|
isDesigner: {
|
|
9
9
|
type: BooleanConstructor;
|
|
10
10
|
default: boolean;
|
|
@@ -38,7 +38,7 @@ declare const _default: {
|
|
|
38
38
|
};
|
|
39
39
|
default: never[];
|
|
40
40
|
};
|
|
41
|
-
}
|
|
41
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
42
42
|
change: (...args: any[]) => void;
|
|
43
43
|
deleteComponent: (...args: any[]) => void;
|
|
44
44
|
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
@@ -75,20 +75,14 @@ declare const _default: {
|
|
|
75
75
|
};
|
|
76
76
|
default: never[];
|
|
77
77
|
};
|
|
78
|
-
}>> & {
|
|
78
|
+
}>> & Readonly<{
|
|
79
79
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
80
80
|
onDeleteComponent?: ((...args: any[]) => any) | undefined;
|
|
81
|
-
}
|
|
81
|
+
}>, {
|
|
82
82
|
showDescription: boolean;
|
|
83
83
|
currentShowIDArray: String[][];
|
|
84
84
|
isDesigner: boolean;
|
|
85
|
-
}, {}>;
|
|
86
|
-
propEditor: import('vue').DefineComponent<Readonly<import('vue').
|
|
87
|
-
[x: string]: unknown;
|
|
88
|
-
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, readonly string[] | Readonly<globalThis.ExtractPropTypes<Readonly<import('vue').ComponentObjectPropsOptions<{
|
|
89
|
-
[x: string]: unknown;
|
|
90
|
-
}>>>>, {
|
|
91
|
-
[x: number]: string;
|
|
92
|
-
} | {}, {}>;
|
|
85
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
86
|
+
propEditor: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
93
87
|
};
|
|
94
88
|
export default _default;
|
|
@@ -1,8 +1,2 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<Readonly<import('vue').
|
|
2
|
-
[x: string]: unknown;
|
|
3
|
-
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, readonly string[] | Readonly<globalThis.ExtractPropTypes<Readonly<import('vue').ComponentObjectPropsOptions<{
|
|
4
|
-
[x: string]: unknown;
|
|
5
|
-
}>>>>, {
|
|
6
|
-
[x: number]: string;
|
|
7
|
-
} | {}, {}>;
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
8
2
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
2
|
/**
|
|
3
3
|
* 是否为设计模式
|
|
4
4
|
*/
|
|
@@ -47,7 +47,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
47
47
|
};
|
|
48
48
|
default: never[];
|
|
49
49
|
};
|
|
50
|
-
}
|
|
50
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
51
51
|
change: (...args: any[]) => void;
|
|
52
52
|
deleteComponent: (...args: any[]) => void;
|
|
53
53
|
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
@@ -99,12 +99,12 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
99
99
|
};
|
|
100
100
|
default: never[];
|
|
101
101
|
};
|
|
102
|
-
}>> & {
|
|
102
|
+
}>> & Readonly<{
|
|
103
103
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
104
104
|
onDeleteComponent?: ((...args: any[]) => any) | undefined;
|
|
105
|
-
}
|
|
105
|
+
}>, {
|
|
106
106
|
showDescription: boolean;
|
|
107
107
|
currentShowIDArray: String[][];
|
|
108
108
|
isDesigner: boolean;
|
|
109
|
-
}, {}>;
|
|
109
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
110
110
|
export default _default;
|
|
@@ -4,7 +4,7 @@ declare class component extends baseComponent {
|
|
|
4
4
|
}
|
|
5
5
|
declare const _default: {
|
|
6
6
|
component: typeof component;
|
|
7
|
-
renderer: import('vue').DefineComponent<{
|
|
7
|
+
renderer: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
8
8
|
isDesigner: {
|
|
9
9
|
type: BooleanConstructor;
|
|
10
10
|
default: boolean;
|
|
@@ -21,7 +21,7 @@ declare const _default: {
|
|
|
21
21
|
type: BooleanConstructor;
|
|
22
22
|
default: boolean;
|
|
23
23
|
};
|
|
24
|
-
}
|
|
24
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
25
25
|
change: (...args: any[]) => void;
|
|
26
26
|
deleteComponent: (...args: any[]) => void;
|
|
27
27
|
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
@@ -41,14 +41,14 @@ declare const _default: {
|
|
|
41
41
|
type: BooleanConstructor;
|
|
42
42
|
default: boolean;
|
|
43
43
|
};
|
|
44
|
-
}>> & {
|
|
44
|
+
}>> & Readonly<{
|
|
45
45
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
46
46
|
onDeleteComponent?: ((...args: any[]) => any) | undefined;
|
|
47
|
-
}
|
|
47
|
+
}>, {
|
|
48
48
|
showDescription: boolean;
|
|
49
49
|
isDesigner: boolean;
|
|
50
|
-
}, {}>;
|
|
51
|
-
propEditor: import('vue').DefineComponent<{
|
|
50
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
51
|
+
propEditor: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
52
52
|
dictionary: {
|
|
53
53
|
type: globalThis.PropType<import('../../..').dictionaryData>;
|
|
54
54
|
default: () => void;
|
|
@@ -57,7 +57,7 @@ declare const _default: {
|
|
|
57
57
|
type: BooleanConstructor;
|
|
58
58
|
default: boolean;
|
|
59
59
|
};
|
|
60
|
-
}
|
|
60
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
61
61
|
dictionary: {
|
|
62
62
|
type: globalThis.PropType<import('../../..').dictionaryData>;
|
|
63
63
|
default: () => void;
|
|
@@ -66,9 +66,9 @@ declare const _default: {
|
|
|
66
66
|
type: BooleanConstructor;
|
|
67
67
|
default: boolean;
|
|
68
68
|
};
|
|
69
|
-
}
|
|
69
|
+
}>> & Readonly<{}>, {
|
|
70
70
|
allowCreateDictionary: boolean;
|
|
71
71
|
dictionary: import('../../..').dictionaryData;
|
|
72
|
-
}, {}>;
|
|
72
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
73
73
|
};
|
|
74
74
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { dictionaryData } from '../../../types/formAttribute';
|
|
2
|
-
declare const _default: import('vue').DefineComponent<{
|
|
2
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
3
3
|
/**
|
|
4
4
|
* @description: 业务字典数据集合
|
|
5
5
|
*/
|
|
@@ -11,7 +11,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
11
11
|
type: BooleanConstructor;
|
|
12
12
|
default: boolean;
|
|
13
13
|
};
|
|
14
|
-
}
|
|
14
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
15
15
|
/**
|
|
16
16
|
* @description: 业务字典数据集合
|
|
17
17
|
*/
|
|
@@ -23,8 +23,8 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
23
23
|
type: BooleanConstructor;
|
|
24
24
|
default: boolean;
|
|
25
25
|
};
|
|
26
|
-
}
|
|
26
|
+
}>> & Readonly<{}>, {
|
|
27
27
|
allowCreateDictionary: boolean;
|
|
28
28
|
dictionary: dictionaryData;
|
|
29
|
-
}, {}>;
|
|
29
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
30
30
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
2
|
/**
|
|
3
3
|
* 是否为设计模式
|
|
4
4
|
*/
|
|
@@ -27,7 +27,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
27
27
|
type: BooleanConstructor;
|
|
28
28
|
default: boolean;
|
|
29
29
|
};
|
|
30
|
-
}
|
|
30
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
31
31
|
change: (...args: any[]) => void;
|
|
32
32
|
deleteComponent: (...args: any[]) => void;
|
|
33
33
|
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
@@ -59,11 +59,11 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
59
59
|
type: BooleanConstructor;
|
|
60
60
|
default: boolean;
|
|
61
61
|
};
|
|
62
|
-
}>> & {
|
|
62
|
+
}>> & Readonly<{
|
|
63
63
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
64
64
|
onDeleteComponent?: ((...args: any[]) => any) | undefined;
|
|
65
|
-
}
|
|
65
|
+
}>, {
|
|
66
66
|
showDescription: boolean;
|
|
67
67
|
isDesigner: boolean;
|
|
68
|
-
}, {}>;
|
|
68
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
69
69
|
export default _default;
|