@ibiz-template/model-helper 0.7.41-alpha.62 → 0.7.41-alpha.63

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
@@ -17913,9 +17913,10 @@ var Environment = {
17913
17913
  runContainer: "DYNAENGINE",
17914
17914
  mobWeChatAppId: "",
17915
17915
  isPortalApp: false,
17916
- mobLoadingCaption: "\u79FB\u52A8\u7AEF\u5E94\u7528",
17917
- mobLoadingDescription: "\u79FB\u52A8\u7AEF\u5E94\u7528\u63CF\u8FF0",
17918
- mobLoadingBackground: "rgba(0, 100, 250, 1)"
17916
+ isEnableMobLoading: false,
17917
+ mobLoadingCaption: "",
17918
+ mobLoadingDescription: "",
17919
+ mobLoadingBackground: ""
17919
17920
  };
17920
17921
 
17921
17922
  // ../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.62",
3
+ "version": "0.7.41-alpha.63",
4
4
  "description": "模型辅助库",
5
5
  "main": "out/index.js",
6
6
  "types": "out/index.d.ts",
@@ -30,14 +30,14 @@
30
30
  "author": "iBiz",
31
31
  "license": "MIT",
32
32
  "dependencies": {
33
- "@ibiz-template/core": "^0.7.41-alpha.61",
33
+ "@ibiz-template/core": "^0.7.41-alpha.63",
34
34
  "@ibiz/model-core": "^0.1.84",
35
35
  "@ibiz/rt-model-api": "0.2.82",
36
36
  "pluralize": "^8.0.0",
37
37
  "ramda": "^0.29.1"
38
38
  },
39
39
  "devDependencies": {
40
- "@ibiz-template/runtime": "^0.7.41-alpha.62",
40
+ "@ibiz-template/runtime": "^0.7.41-alpha.63",
41
41
  "@types/pluralize": "^0.0.33",
42
42
  "@types/ramda": "^0.29.10"
43
43
  },
@@ -45,5 +45,5 @@
45
45
  "@ibiz-template/runtime": "^0.6.0",
46
46
  "ramda": "^0.29.0"
47
47
  },
48
- "gitHead": "5d5f5480c37dd5dc031fff1c1f593e810ff9f3a4"
48
+ "gitHead": "251846370b1d7db82d57a0f548dad8f531d4d89e"
49
49
  }