@ibiz-template/core 0.7.28 → 0.7.32
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/out/types.d.ts +4 -4
- package/out/types.d.ts.map +1 -1
- package/package.json +4 -4
package/out/types.d.ts
CHANGED
|
@@ -38,13 +38,13 @@ declare global {
|
|
|
38
38
|
*/
|
|
39
39
|
srfsimple?: boolean;
|
|
40
40
|
/**
|
|
41
|
-
*
|
|
41
|
+
* 编辑视图上一个,下一步等功能数据来源的多数据部件标识
|
|
42
42
|
*
|
|
43
|
-
* @author
|
|
44
|
-
* @date 2024-
|
|
43
|
+
* @author tony001
|
|
44
|
+
* @date 2024-07-15 13:07:18
|
|
45
45
|
* @type {string}
|
|
46
46
|
*/
|
|
47
|
-
|
|
47
|
+
srfnavctrlid?: string;
|
|
48
48
|
}
|
|
49
49
|
interface IIBizContext extends IContext {
|
|
50
50
|
/**
|
package/out/types.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAEpC,OAAO,CAAC,MAAM,CAAC;IACb,MAAM,IAAI,EAAE,OAAO,CAAC;IAEpB,UAAU,MAAM;QACd,IAAI,EAAE,OAAO,CAAC;KACf;IAED;;;;;;OAMG;IACH,UAAU,QAAQ;QAChB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,GAAG,CAAC;QAE5B;;;;;;WAMG;QACH,YAAY,EAAE,MAAM,CAAC;QAErB;;;;;;WAMG;QACH,QAAQ,EAAE,MAAM,CAAC;QAEjB;;;;;;WAMG;QACH,SAAS,CAAC,EAAE,OAAO,CAAC;QAEpB;;;;;;WAMG;QACH,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAEpC,OAAO,CAAC,MAAM,CAAC;IACb,MAAM,IAAI,EAAE,OAAO,CAAC;IAEpB,UAAU,MAAM;QACd,IAAI,EAAE,OAAO,CAAC;KACf;IAED;;;;;;OAMG;IACH,UAAU,QAAQ;QAChB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,GAAG,CAAC;QAE5B;;;;;;WAMG;QACH,YAAY,EAAE,MAAM,CAAC;QAErB;;;;;;WAMG;QACH,QAAQ,EAAE,MAAM,CAAC;QAEjB;;;;;;WAMG;QACH,SAAS,CAAC,EAAE,OAAO,CAAC;QAEpB;;;;;;WAMG;QACH,YAAY,CAAC,EAAE,MAAM,CAAC;KACvB;IAED,UAAU,YAAa,SAAQ,QAAQ;QACrC;;;;;;WAMG;QACH,aAAa,IAAI,KAAK,CAAC;QAEvB;;;;;WAKG;QACH,OAAO,IAAI,IAAI,CAAC;QAEhB;;;;;;WAMG;QACH,KAAK,IAAI,QAAQ,CAAC;QAElB;;;;;;;WAOG;QACH,KAAK,CAAC,OAAO,CAAC,EAAE,KAAK,EAAE,MAAM,CAAC,EAAE,QAAQ,GAAG,IAAI,CAAC;KACjD;IAED;;;;;;OAMG;IACH,UAAU,OAAO;QACf,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,GAAG,CAAC;KAC7B;IAED;;;;;;OAMG;IACH,UAAU,KAAK;QACb,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,GAAG,CAAC;KAC7B;IAED;;;;;;OAMG;IACH,UAAU,OAAO;QACf,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,GAAG,CAAC;KAC7B;CACF"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ibiz-template/core",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.32",
|
|
4
4
|
"description": "核心包",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "out/index.js",
|
|
@@ -28,7 +28,8 @@
|
|
|
28
28
|
"publish:dev": "npm run build && npm publish --access public --tag=dev --registry=https://registry.npmjs.org/",
|
|
29
29
|
"publish:alpha": "npm run build && npm publish --access public --tag=alpha --registry=https://registry.npmjs.org/",
|
|
30
30
|
"publish:beta": "npm run build && npm publish --access public --tag=beta --registry=https://registry.npmjs.org/",
|
|
31
|
-
"publish:npm": "npm run build && npm publish --access public --registry=https://registry.npmjs.org/"
|
|
31
|
+
"publish:npm": "npm run build && npm publish --access public --registry=https://registry.npmjs.org/",
|
|
32
|
+
"publish:local": "npm run build && npm publish --access public --registry=http://172.16.240.221:8081/repository/local/"
|
|
32
33
|
},
|
|
33
34
|
"author": "chitanda",
|
|
34
35
|
"license": "MIT",
|
|
@@ -51,6 +52,5 @@
|
|
|
51
52
|
"qs": "^6.11.0",
|
|
52
53
|
"qx-util": "^0.4.8",
|
|
53
54
|
"ramda": "^0.29.0"
|
|
54
|
-
}
|
|
55
|
-
"gitHead": "29b9fd2bc8acbec5d66607ae8dfddd84d8824b24"
|
|
55
|
+
}
|
|
56
56
|
}
|