@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.
@@ -224,6 +224,6 @@ export declare enum InternalType {
224
224
  */
225
225
  export declare enum ImageCompressType {
226
226
  NO_COMPRESS = "0",
227
- AUTO_COMPRESS = "1",
228
- CUSTOM_COMPRESS = "2"
227
+ RATIO_COMPRESS = "1",
228
+ PIXEL_COMPRESS = "2"
229
229
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/model-driven-controls",
3
- "version": "2.22.4-beta.12",
3
+ "version": "2.22.4-beta.13",
4
4
  "description": "> TODO: description",
5
5
  "author": "郝晨光 <2293885211@qq.com>",
6
6
  "homepage": "",
@@ -31,5 +31,5 @@
31
31
  "@byteluck-fe/model-driven-shared": "2.22.4-beta.8",
32
32
  "async-validator": "3.5.1"
33
33
  },
34
- "gitHead": "58d81789105991712ea3ed8d92d161f5db52f547"
34
+ "gitHead": "fc464ead689844e379892ece94afb32f3df05f2f"
35
35
  }