erp-plus 1.0.38 → 1.0.39
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/erp-plus.css +1 -1
- package/dist/erp-plus.es.js +584 -550
- package/dist/erp-plus.umd.js +2 -2
- package/dist/packages/Button/Button.vue.d.ts +4 -4
- package/dist/packages/DatePicker/DatePicker.vue.d.ts +3 -3
- package/dist/packages/Dialog/Dialog.vue.d.ts +3 -3
- package/dist/packages/Input/Input.vue.d.ts +3 -3
- package/dist/packages/InputNumber/InputNumber.vue.d.ts +1 -1
- package/dist/packages/SvgIcon/index.vue.d.ts +2 -2
- package/dist/packages/Table/Table.vue.d.ts +1 -1
- package/dist/packages/Tree/Tree.vue.d.ts +1 -1
- package/package.json +1 -1
|
@@ -155,14 +155,15 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
155
155
|
}>> & Readonly<{
|
|
156
156
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
157
157
|
}>, {
|
|
158
|
-
|
|
158
|
+
color: string;
|
|
159
159
|
size: ButtonSize;
|
|
160
160
|
type: ButtonType;
|
|
161
|
+
link: boolean;
|
|
162
|
+
circle: boolean;
|
|
163
|
+
text: boolean;
|
|
161
164
|
plain: boolean;
|
|
162
165
|
bg: boolean;
|
|
163
166
|
round: boolean;
|
|
164
|
-
link: boolean;
|
|
165
|
-
circle: boolean;
|
|
166
167
|
loading: boolean;
|
|
167
168
|
disabled: boolean;
|
|
168
169
|
autofocus: boolean;
|
|
@@ -170,7 +171,6 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
170
171
|
dark: boolean;
|
|
171
172
|
loadingIcon: string | Component;
|
|
172
173
|
icon: string | Component;
|
|
173
|
-
color: string;
|
|
174
174
|
nativeType: NativeType;
|
|
175
175
|
tag: string | Component;
|
|
176
176
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
@@ -117,7 +117,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
117
117
|
default: () => never[];
|
|
118
118
|
};
|
|
119
119
|
valueOnClear: {
|
|
120
|
-
type: (StringConstructor |
|
|
120
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor | FunctionConstructor)[];
|
|
121
121
|
default: () => string;
|
|
122
122
|
};
|
|
123
123
|
placement: {
|
|
@@ -256,7 +256,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
256
256
|
default: () => never[];
|
|
257
257
|
};
|
|
258
258
|
valueOnClear: {
|
|
259
|
-
type: (StringConstructor |
|
|
259
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor | FunctionConstructor)[];
|
|
260
260
|
default: () => string;
|
|
261
261
|
};
|
|
262
262
|
placement: {
|
|
@@ -283,8 +283,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
283
283
|
}>, {
|
|
284
284
|
size: sizeType;
|
|
285
285
|
type: typeType;
|
|
286
|
-
disabled: boolean;
|
|
287
286
|
readonly: boolean;
|
|
287
|
+
disabled: boolean;
|
|
288
288
|
modelValue: string | number | Date | [Date, Date];
|
|
289
289
|
editable: boolean;
|
|
290
290
|
clearable: boolean;
|
|
@@ -126,8 +126,8 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
126
126
|
default: string;
|
|
127
127
|
};
|
|
128
128
|
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
129
|
-
submit: (...args: any[]) => void;
|
|
130
129
|
close: (...args: any[]) => void;
|
|
130
|
+
submit: (...args: any[]) => void;
|
|
131
131
|
open: (...args: any[]) => void;
|
|
132
132
|
opened: (...args: any[]) => void;
|
|
133
133
|
closed: (...args: any[]) => void;
|
|
@@ -253,8 +253,8 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
253
253
|
default: string;
|
|
254
254
|
};
|
|
255
255
|
}>> & Readonly<{
|
|
256
|
-
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
257
256
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
257
|
+
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
258
258
|
onOpen?: ((...args: any[]) => any) | undefined;
|
|
259
259
|
onOpened?: ((...args: any[]) => any) | undefined;
|
|
260
260
|
onClosed?: ((...args: any[]) => any) | undefined;
|
|
@@ -262,8 +262,8 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
262
262
|
"onClose-auto-focus"?: ((...args: any[]) => any) | undefined;
|
|
263
263
|
}>, {
|
|
264
264
|
size: string;
|
|
265
|
-
title: string;
|
|
266
265
|
center: boolean;
|
|
266
|
+
title: string;
|
|
267
267
|
top: string;
|
|
268
268
|
width: string | number;
|
|
269
269
|
modelValue: boolean;
|
|
@@ -295,14 +295,14 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
295
295
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
296
296
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
297
297
|
}>, {
|
|
298
|
-
resize: resizeType;
|
|
299
298
|
size: sizeType;
|
|
300
299
|
type: string;
|
|
301
|
-
|
|
302
|
-
autofocus: boolean;
|
|
300
|
+
resize: resizeType;
|
|
303
301
|
readonly: boolean;
|
|
304
302
|
form: string;
|
|
305
303
|
label: string;
|
|
304
|
+
disabled: boolean;
|
|
305
|
+
autofocus: boolean;
|
|
306
306
|
modelValue: string | number;
|
|
307
307
|
clearable: boolean;
|
|
308
308
|
placeholder: string;
|
|
@@ -34,8 +34,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
34
34
|
default: string;
|
|
35
35
|
};
|
|
36
36
|
}>> & Readonly<{}>, {
|
|
37
|
-
size: string | number;
|
|
38
|
-
color: string;
|
|
39
37
|
className: string;
|
|
38
|
+
color: string;
|
|
39
|
+
size: string | number;
|
|
40
40
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLElement>;
|
|
41
41
|
export default _default;
|
|
@@ -1627,9 +1627,9 @@ declare const __VLS_component: DefineComponent<TableProps, {
|
|
|
1627
1627
|
"onHeader-dragend"?: ((...args: any[]) => any) | undefined;
|
|
1628
1628
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
1629
1629
|
}>, {
|
|
1630
|
-
loading: boolean;
|
|
1631
1630
|
data: any[];
|
|
1632
1631
|
height: string | number;
|
|
1632
|
+
loading: boolean;
|
|
1633
1633
|
fit: boolean;
|
|
1634
1634
|
columns: TableColumn[];
|
|
1635
1635
|
stripe: boolean;
|
|
@@ -1217,8 +1217,8 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
1217
1217
|
}>, {
|
|
1218
1218
|
lazy: boolean;
|
|
1219
1219
|
props: Record<string, any>;
|
|
1220
|
-
icon: Record<string, any>;
|
|
1221
1220
|
data: TreeNodeData[];
|
|
1221
|
+
icon: Record<string, any>;
|
|
1222
1222
|
emptyText: string;
|
|
1223
1223
|
draggable: boolean;
|
|
1224
1224
|
nodeKey: string;
|