@ibiz-template/model-helper 0.1.22 → 0.1.23
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 +1 -1
- package/dist/index.system.min.js +1 -1
- package/dist/index.system.min.js.map +1 -1
- package/out/model-util.js +1 -1
- package/package.json +6 -6
- package/src/model-util.ts +1 -1
package/out/model-util.js
CHANGED
|
@@ -122,7 +122,7 @@ export class ModelUtil {
|
|
|
122
122
|
try {
|
|
123
123
|
let stylePath = '/PSSYSAPP.json.css';
|
|
124
124
|
if (this.hub && ibiz.env.hub) {
|
|
125
|
-
stylePath = `/PSSYSAPP.
|
|
125
|
+
stylePath = `/PSSYSAPP.hubsubapp.json.css`;
|
|
126
126
|
}
|
|
127
127
|
if (this.permission === false) {
|
|
128
128
|
stylePath = `/simple/PSSYSAPP.simple.json.css`;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ibiz-template/model-helper",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.23",
|
|
4
4
|
"description": "控制器包",
|
|
5
5
|
"main": "out/index.js",
|
|
6
6
|
"types": "out/index.d.ts",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"build:rollup": "rollup -c",
|
|
22
22
|
"lint": "eslint 'src/**/*.ts'",
|
|
23
23
|
"lint:fix": "eslint --fix 'src/**/*.ts'",
|
|
24
|
-
"publish:next": "npm run build && npm publish --access public --tag=next --registry=
|
|
25
|
-
"publish:dev": "npm run build && npm publish --access public --tag=dev --registry=
|
|
26
|
-
"publish:beta": "npm run build && npm publish --access public --tag=beta --registry=
|
|
24
|
+
"publish:next": "npm run build && npm publish --access public --tag=next --registry=https://registry.npmjs.org/",
|
|
25
|
+
"publish:dev": "npm run build && npm publish --access public --tag=dev --registry=https://registry.npmjs.org/",
|
|
26
|
+
"publish:beta": "npm run build && npm publish --access public --tag=beta --registry=https://registry.npmjs.org/",
|
|
27
27
|
"publish:npm": "npm run build && npm publish --access public --registry=https://registry.npmjs.org/"
|
|
28
28
|
},
|
|
29
29
|
"author": "chitanda",
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
"pluralize": "^8.0.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@ibiz-template/runtime": "^0.1.
|
|
37
|
+
"@ibiz-template/runtime": "^0.1.23",
|
|
38
38
|
"@types/pluralize": "^0.0.30"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
41
|
"@ibiz-template/runtime": "^0.1.0"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "7a5c053d7e48ffc3f6e38d84ef07f2aa1df007a4"
|
|
44
44
|
}
|
package/src/model-util.ts
CHANGED
|
@@ -150,7 +150,7 @@ export class ModelUtil {
|
|
|
150
150
|
try {
|
|
151
151
|
let stylePath: string = '/PSSYSAPP.json.css';
|
|
152
152
|
if (this.hub && ibiz.env.hub) {
|
|
153
|
-
stylePath = `/PSSYSAPP.
|
|
153
|
+
stylePath = `/PSSYSAPP.hubsubapp.json.css`;
|
|
154
154
|
}
|
|
155
155
|
if (this.permission === false) {
|
|
156
156
|
stylePath = `/simple/PSSYSAPP.simple.json.css`;
|