@ningboyz/types 1.5.173 → 1.5.174

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.5.173",
4
+ "version": "1.5.174",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -7,6 +7,8 @@ export const CONST_ITEM_TYPE_TO_单选 = 5; // #单选
7
7
  export const CONST_ITEM_TYPE_TO_部门 = 6; // #部门
8
8
  export const CONST_ITEM_TYPE_TO_弹窗 = 7; // #弹窗
9
9
  export const CONST_ITEM_TYPE_TO_单据状态 = 8; // #单据状态
10
+ /** 单独的是或否(1,0)选择 */
11
+ export const CONST_ITEM_TYPE_TO_是或否 = 9;
10
12
 
11
13
  export const CONST_VALIDATE_TO_弹窗 = 1001; //弹窗
12
14
  export const CONST_MODAL_DOUBLE_TABLE_弹窗 = 1002; //表格弹窗