@ningboyz/types 1.3.181 → 1.3.183

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ningboyz/types",
3
3
  "type": "module",
4
- "version": "1.3.181",
4
+ "version": "1.3.183",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -31,3 +31,4 @@ export const CONST_HZNK_FYTQ_DATA_TYPE_T0_间接费用 = 1002;
31
31
  export const CONST_HZCB_MAIN_DATA_TYPE_TO_基地管理 = 1001
32
32
  export const CONST_HZCB_MAIN_DATA_TYPE_TO_建设管理 = 1002
33
33
  export const CONST_HZCB_MAIN_DATA_TYPE_TO_项目验收 = 1003
34
+ export const CONST_HZCB_MAIN_DATA_TYPE_TO_基地建设维修 = 1004
@@ -0,0 +1,8 @@
1
+ // FastReport.VCL(默认)
2
+ export const CONST_PAGE_MODE_FAST_VCL = 1; //FastReport.VCL(默认)
3
+ // HiPrint
4
+ export const CONST_PAGE_MODE_HI_PRINT = 2; //HiPrint
5
+ //FastReport.NET
6
+ export const CONST_PAGE_MODE_FAST_NET = 3; //FastReport.NET
7
+ //#StimulSoft.Report.JS
8
+ export const CONST_PAGE_MODE_STI_PRINT = 4; //#StimulSoft.Report.JS
@@ -30,6 +30,7 @@ import * as UserAcnoDataType from "./const_user_acno";
30
30
  import * as TabsStat from "./const_stat";
31
31
  import * as Vary from "./const_vary";
32
32
  import * as ErrorKey from "./const_ error_key";
33
+ import * as PageMode from "./const_page_mode";
33
34
 
34
35
  export {
35
36
  Align,
@@ -61,7 +62,8 @@ export {
61
62
  TabsStat,
62
63
  Hznj,
63
64
  Vary,
64
- ErrorKey
65
+ ErrorKey,
66
+ PageMode
65
67
  };
66
68
 
67
69
  export type ModuleType = (typeof ConstModuleType)[keyof typeof ConstModuleType];