@fewangsit/wangsvue-fats 1.0.0-alpha.55 → 1.0.0-alpha.56
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/components/image/Image.vue.d.ts +7 -0
- package/package.json +1 -1
- package/stats.html +1 -1
- package/wangsvue-fats.js +3 -2
- package/wangsvue-fats.system.js +1 -1
|
@@ -196,6 +196,13 @@ export interface ImageProps {
|
|
|
196
196
|
* The thumbnail image.
|
|
197
197
|
*/
|
|
198
198
|
src?: string | Blob;
|
|
199
|
+
|
|
200
|
+
/**
|
|
201
|
+
* Wether use preview full image functionality
|
|
202
|
+
*
|
|
203
|
+
* @default true
|
|
204
|
+
*/
|
|
205
|
+
preview?: boolean;
|
|
199
206
|
/**
|
|
200
207
|
* The thumbnail image width.
|
|
201
208
|
*
|