@qqt-product/ui 11.0.4 → 11.0.5
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/index.es.js +277 -275
- package/dist/index.umd.js +28 -28
- package/dist/lib/components/upload-file/index.d.ts +2 -2
- package/dist/lib/components/upload-file/src/upload-file-types.d.ts +1 -1
- package/dist/lib/components/upload-file/src/upload-file.vue.d.ts +2 -2
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -89,7 +89,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
89
89
|
};
|
|
90
90
|
readonly itemNumberValueProp: {
|
|
91
91
|
readonly type: StringConstructor;
|
|
92
|
-
readonly default: "
|
|
92
|
+
readonly default: "";
|
|
93
93
|
};
|
|
94
94
|
readonly itemNumberDefaultValue: {
|
|
95
95
|
readonly type: StringConstructor;
|
|
@@ -326,7 +326,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
326
326
|
};
|
|
327
327
|
readonly itemNumberValueProp: {
|
|
328
328
|
readonly type: StringConstructor;
|
|
329
|
-
readonly default: "
|
|
329
|
+
readonly default: "";
|
|
330
330
|
};
|
|
331
331
|
readonly itemNumberDefaultValue: {
|
|
332
332
|
readonly type: StringConstructor;
|
|
@@ -130,7 +130,7 @@ export declare const uploadFilesProps: {
|
|
|
130
130
|
};
|
|
131
131
|
readonly itemNumberValueProp: {
|
|
132
132
|
readonly type: StringConstructor;
|
|
133
|
-
readonly default: "
|
|
133
|
+
readonly default: "";
|
|
134
134
|
};
|
|
135
135
|
readonly itemNumberDefaultValue: {
|
|
136
136
|
readonly type: StringConstructor;
|
|
@@ -81,7 +81,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
81
81
|
};
|
|
82
82
|
readonly itemNumberValueProp: {
|
|
83
83
|
readonly type: StringConstructor;
|
|
84
|
-
readonly default: "
|
|
84
|
+
readonly default: "";
|
|
85
85
|
};
|
|
86
86
|
readonly itemNumberDefaultValue: {
|
|
87
87
|
readonly type: StringConstructor;
|
|
@@ -318,7 +318,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
318
318
|
};
|
|
319
319
|
readonly itemNumberValueProp: {
|
|
320
320
|
readonly type: StringConstructor;
|
|
321
|
-
readonly default: "
|
|
321
|
+
readonly default: "";
|
|
322
322
|
};
|
|
323
323
|
readonly itemNumberDefaultValue: {
|
|
324
324
|
readonly type: StringConstructor;
|