@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.
@@ -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: 50;
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: 50;
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: 50;
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: 50;
232
+ readonly default: undefined;
233
233
  };
234
234
  readonly showFileList: {
235
235
  readonly type: import('vue').PropType<boolean>;
@@ -90,7 +90,7 @@ export declare const ttUploadProps: {
90
90
  /** 最大上传文件大小(MB) */
91
91
  readonly maxSize: {
92
92
  readonly type: PropType<number>;
93
- readonly default: 50;
93
+ readonly default: undefined;
94
94
  };
95
95
  /** 是否显示已上传列表 */
96
96
  readonly showFileList: {