@byteluck-fe/model-driven-controls 2.22.4-beta.12 → 2.22.4-beta.13
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/esm/framework.js +2 -2
- package/dist/index.umd.js +1 -1
- package/dist/types/framework.d.ts +2 -2
- package/package.json +2 -2
package/dist/esm/framework.js
CHANGED
|
@@ -394,7 +394,7 @@ export var FlexStyleConfig = function FlexStyleConfig(props) {
|
|
|
394
394
|
* 图片压缩类型
|
|
395
395
|
*/ export var ImageCompressType = /*#__PURE__*/ function(ImageCompressType) {
|
|
396
396
|
ImageCompressType["NO_COMPRESS"] = "0";
|
|
397
|
-
ImageCompressType["
|
|
398
|
-
ImageCompressType["
|
|
397
|
+
ImageCompressType["RATIO_COMPRESS"] = "1";
|
|
398
|
+
ImageCompressType["PIXEL_COMPRESS"] = "2";
|
|
399
399
|
return ImageCompressType;
|
|
400
400
|
}({});
|