@ningboyz/types 1.1.79 → 1.1.81

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@ningboyz/types",
3
- "version": "1.1.79",
3
+ "version": "1.1.81",
4
4
  "private": false,
5
5
  "description": "宁波甬政类型库",
6
6
  "author": "nbyt-syq",
package/pnpm-lock.yaml ADDED
@@ -0,0 +1,39 @@
1
+ lockfileVersion: '9.0'
2
+
3
+ settings:
4
+ autoInstallPeers: true
5
+ excludeLinksFromLockfile: false
6
+
7
+ importers:
8
+
9
+ .:
10
+ dependencies:
11
+ '@aximario/json-tree':
12
+ specifier: 2.2.4
13
+ version: 2.2.4
14
+ lodash:
15
+ specifier: 4.17.21
16
+ version: 4.17.21
17
+ devDependencies:
18
+ '@types/lodash':
19
+ specifier: 4.17.16
20
+ version: 4.17.16
21
+
22
+ packages:
23
+
24
+ '@aximario/json-tree@2.2.4':
25
+ resolution: {integrity: sha512-XGMJ+zuVQ0CRizo1d3ZTUKEvrTqKYbm2a00T6DnRFR36mzV6mexLUKRIk6repj3JKgLrj3iwW8aUFrOS4P7CEA==}
26
+
27
+ '@types/lodash@4.17.16':
28
+ resolution: {integrity: sha512-HX7Em5NYQAXKW+1T+FiuG27NGwzJfCX3s1GjOa7ujxZa52kjJLOr4FUxT+giF6Tgxv1e+/czV/iTtBw27WTU9g==}
29
+
30
+ lodash@4.17.21:
31
+ resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==}
32
+
33
+ snapshots:
34
+
35
+ '@aximario/json-tree@2.2.4': {}
36
+
37
+ '@types/lodash@4.17.16': {}
38
+
39
+ lodash@4.17.21: {}
@@ -3,6 +3,7 @@ export const CONST_ITEM_TYPE_TO_文本 = 1; // #文本
3
3
  export const CONST_ITEM_TYPE_TO_文本域 = 2; // #备注
4
4
  export const CONST_ITEM_TYPE_TO_日期 = 3; // #日期
5
5
  export const CONST_ITEM_TYPE_TO_字典 = 4; // #字典
6
+ export const CONST_ITEM_TYPE_TO_单选 = 5; // #单选
6
7
  export const CONST_VALIDATE_TO_弹窗 = 1001; //弹窗
7
8
  export const CONST_MODAL_DOUBLE_TABLE_弹窗 = 1002; //表格弹窗
8
9
  export const CONST_IMAGE_UPLOAD_图片 = 1003; //图片上传