@ibiz-template/model-helper 0.7.41-alpha.112 → 0.7.41-alpha.113

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.esm.js CHANGED
@@ -17963,7 +17963,8 @@ var Environment = {
17963
17963
  isEnableMobLoading: false,
17964
17964
  mobLoadingCaption: "",
17965
17965
  mobLoadingDescription: "",
17966
- mobLoadingBackground: ""
17966
+ mobLoadingBackground: "",
17967
+ isAdaptiveScreenWidth: false
17967
17968
  };
17968
17969
 
17969
17970
  // ../core/out/error/runtime-error/runtime-error.js
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ibiz-template/model-helper",
3
- "version": "0.7.41-alpha.112",
3
+ "version": "0.7.41-alpha.113",
4
4
  "description": "模型辅助库",
5
5
  "main": "out/index.js",
6
6
  "types": "out/index.d.ts",
@@ -31,14 +31,14 @@
31
31
  "author": "iBiz",
32
32
  "license": "MIT",
33
33
  "dependencies": {
34
- "@ibiz-template/core": "^0.7.41-alpha.106",
34
+ "@ibiz-template/core": "^0.7.41-alpha.113",
35
35
  "@ibiz/model-core": "^0.1.88",
36
36
  "@ibiz/rt-model-api": "0.2.86",
37
37
  "pluralize": "^8.0.0",
38
38
  "ramda": "^0.29.1"
39
39
  },
40
40
  "devDependencies": {
41
- "@ibiz-template/runtime": "^0.7.41-alpha.112",
41
+ "@ibiz-template/runtime": "^0.7.41-alpha.113",
42
42
  "@types/pluralize": "^0.0.33",
43
43
  "@types/ramda": "^0.29.10"
44
44
  },
@@ -46,5 +46,5 @@
46
46
  "@ibiz-template/runtime": "^0.6.0",
47
47
  "ramda": "^0.29.0"
48
48
  },
49
- "gitHead": "884c135f203cf1a0ae3977442b559b757acd6b47"
49
+ "gitHead": "74e0e6c2da67e6310ccca411945b5cf172a77955"
50
50
  }