@dazhicheng/ui 1.5.88 → 1.5.89

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.
@@ -79,7 +79,7 @@ export declare const TtUpload: import('../../../../utils/src').SFCWithInstall<im
79
79
  };
80
80
  readonly ossDir: {
81
81
  readonly type: import('vue').PropType<string>;
82
- readonly default: "notice";
82
+ readonly default: undefined;
83
83
  };
84
84
  readonly beforeUpload: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => (rawFile: import('element-plus').UploadRawFile) => import('element-plus/es/utils/typescript.mjs').Awaitable<void | undefined | null | boolean | File | Blob>) | (() => (rawFile: import('element-plus').UploadRawFile) => import('element-plus/es/utils/typescript.mjs').Awaitable<void | undefined | null | boolean | File | Blob>) | {
85
85
  (): (rawFile: import('element-plus').UploadRawFile) => import('element-plus/es/utils/typescript.mjs').Awaitable<void | undefined | null | boolean | File | Blob>;
@@ -269,7 +269,7 @@ export declare const TtUpload: import('../../../../utils/src').SFCWithInstall<im
269
269
  };
270
270
  readonly ossDir: {
271
271
  readonly type: import('vue').PropType<string>;
272
- readonly default: "notice";
272
+ readonly default: undefined;
273
273
  };
274
274
  readonly beforeUpload: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => (rawFile: import('element-plus').UploadRawFile) => import('element-plus/es/utils/typescript.mjs').Awaitable<void | undefined | null | boolean | File | Blob>) | (() => (rawFile: import('element-plus').UploadRawFile) => import('element-plus/es/utils/typescript.mjs').Awaitable<void | undefined | null | boolean | File | Blob>) | {
275
275
  (): (rawFile: import('element-plus').UploadRawFile) => import('element-plus/es/utils/typescript.mjs').Awaitable<void | undefined | null | boolean | File | Blob>;
@@ -79,7 +79,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
79
79
  };
80
80
  readonly ossDir: {
81
81
  readonly type: import('vue').PropType<string>;
82
- readonly default: "notice";
82
+ readonly default: undefined;
83
83
  };
84
84
  readonly beforeUpload: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => (rawFile: import('element-plus').UploadRawFile) => import('element-plus/es/utils/typescript.mjs').Awaitable<void | undefined | null | boolean | File | Blob>) | (() => (rawFile: import('element-plus').UploadRawFile) => import('element-plus/es/utils/typescript.mjs').Awaitable<void | undefined | null | boolean | File | Blob>) | {
85
85
  (): (rawFile: import('element-plus').UploadRawFile) => import('element-plus/es/utils/typescript.mjs').Awaitable<void | undefined | null | boolean | File | Blob>;
@@ -269,7 +269,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
269
269
  };
270
270
  readonly ossDir: {
271
271
  readonly type: import('vue').PropType<string>;
272
- readonly default: "notice";
272
+ readonly default: undefined;
273
273
  };
274
274
  readonly beforeUpload: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => (rawFile: import('element-plus').UploadRawFile) => import('element-plus/es/utils/typescript.mjs').Awaitable<void | undefined | null | boolean | File | Blob>) | (() => (rawFile: import('element-plus').UploadRawFile) => import('element-plus/es/utils/typescript.mjs').Awaitable<void | undefined | null | boolean | File | Blob>) | {
275
275
  (): (rawFile: import('element-plus').UploadRawFile) => import('element-plus/es/utils/typescript.mjs').Awaitable<void | undefined | null | boolean | File | Blob>;
@@ -137,10 +137,10 @@ export declare const ttUploadProps: {
137
137
  readonly type: PropType<boolean>;
138
138
  readonly default: true;
139
139
  };
140
- /** */
140
+ /** 自定义oss存储目录 */
141
141
  readonly ossDir: {
142
142
  readonly type: PropType<string>;
143
- readonly default: "notice";
143
+ readonly default: undefined;
144
144
  };
145
145
  readonly beforeUpload: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => (rawFile: UploadRawFile) => import('element-plus/es/utils/typescript.mjs').Awaitable<void | undefined | null | boolean | File | Blob>) | (() => (rawFile: UploadRawFile) => import('element-plus/es/utils/typescript.mjs').Awaitable<void | undefined | null | boolean | File | Blob>) | {
146
146
  (): (rawFile: UploadRawFile) => import('element-plus/es/utils/typescript.mjs').Awaitable<void | undefined | null | boolean | File | Blob>;