@lemon30_npm/csit-vue3 1.0.70 → 1.0.72

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.
@@ -41,4 +41,5 @@ export declare const defaultProps: {
41
41
  * confirmBeforeUpload = true 时生效
42
42
  */
43
43
  confirmBeforeUploadText: string;
44
+ showUploadSecretTip: boolean;
44
45
  };
@@ -42,6 +42,7 @@ export interface CiUploadProps {
42
42
  * confirmBeforeUpload = true 时生效
43
43
  */
44
44
  confirmBeforeUploadText?: string;
45
+ showUploadSecretTip?: boolean;
45
46
  }
46
47
  export type CiUploadFiles = CiUploadFile[];
47
48
  export interface CiUploadUserFile extends UploadUserFile {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lemon30_npm/csit-vue3",
3
- "version": "1.0.70",
3
+ "version": "1.0.72",
4
4
  "type": "module",
5
5
  "author": "cuiwq",
6
6
  "license": "MIT",