@dazhicheng/ui 1.5.105 → 1.5.107
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/components/tt-upload/index.d.ts +2 -2
- package/dist/components/tt-upload/src/TtUpload.d.ts +2 -2
- package/dist/components/tt-upload/src/typing.d.ts +1 -1
- package/dist/index.js +2069 -2063
- package/dist/{index.modern-xkd4Z3Qx.js → index.modern-JWUyik9a.js} +7 -7
- package/dist/plugins.js +1 -1
- package/package.json +1 -1
|
@@ -39,7 +39,7 @@ export declare const TtUpload: import('../../../../utils/src').SFCWithInstall<im
|
|
|
39
39
|
};
|
|
40
40
|
readonly maxSize: {
|
|
41
41
|
readonly type: import('vue').PropType<number>;
|
|
42
|
-
readonly default:
|
|
42
|
+
readonly default: undefined;
|
|
43
43
|
};
|
|
44
44
|
readonly showFileList: {
|
|
45
45
|
readonly type: import('vue').PropType<boolean>;
|
|
@@ -229,7 +229,7 @@ export declare const TtUpload: import('../../../../utils/src').SFCWithInstall<im
|
|
|
229
229
|
};
|
|
230
230
|
readonly maxSize: {
|
|
231
231
|
readonly type: import('vue').PropType<number>;
|
|
232
|
-
readonly default:
|
|
232
|
+
readonly default: undefined;
|
|
233
233
|
};
|
|
234
234
|
readonly showFileList: {
|
|
235
235
|
readonly type: import('vue').PropType<boolean>;
|
|
@@ -39,7 +39,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
39
39
|
};
|
|
40
40
|
readonly maxSize: {
|
|
41
41
|
readonly type: import('vue').PropType<number>;
|
|
42
|
-
readonly default:
|
|
42
|
+
readonly default: undefined;
|
|
43
43
|
};
|
|
44
44
|
readonly showFileList: {
|
|
45
45
|
readonly type: import('vue').PropType<boolean>;
|
|
@@ -229,7 +229,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
229
229
|
};
|
|
230
230
|
readonly maxSize: {
|
|
231
231
|
readonly type: import('vue').PropType<number>;
|
|
232
|
-
readonly default:
|
|
232
|
+
readonly default: undefined;
|
|
233
233
|
};
|
|
234
234
|
readonly showFileList: {
|
|
235
235
|
readonly type: import('vue').PropType<boolean>;
|