Commit ccb0a6b12586d6e718e51f6c6fdff4b2637986a2
1 parent
8a300658
feat:XQ230328006主表新增数据时需要展示关联表中的自定义功能按钮
Showing
1 changed file
with
37 additions
and
31 deletions
1 | 1 | { |
2 | 2 | "name": "@qx/form-render", |
3 | - "version": "0.1.27.alpha", | |
4 | - "description": "通过 JSON Schema 生成标准 Form,常用于自定义搭建配置界面生成", | |
3 | + "version": "0.1.27.alpha.2", | |
4 | + "keywords": [ | |
5 | + "Form", | |
6 | + "FormRender", | |
7 | + "Render", | |
8 | + "XRender", | |
9 | + "React", | |
10 | + "Json Schema", | |
11 | + "Ant Design" | |
12 | + ], | |
5 | 13 | "repository": { |
6 | - "type": "git", | |
7 | - "url": "git@github.com:alibaba/form-render.git" | |
14 | + "type": "gitlab", | |
15 | + "url": "http://gitlab.qgutech.com/third-party/x-render.git" | |
8 | 16 | }, |
9 | 17 | "license": "MIT", |
10 | 18 | "contributors": [ |
11 | 19 | { |
12 | - "name": "Tw93", | |
13 | - "email": "tw93@qq.com" | |
20 | + "name": "zhu", | |
21 | + "email": "zhuqin@qgutech.com" | |
14 | 22 | }, |
15 | 23 | { |
16 | - "name": "mankaiviky", | |
17 | - "email": "mankaiviky@163.com" | |
24 | + "name": "xqq", | |
25 | + "email": "xingqingqing@qgutech.com" | |
18 | 26 | }, |
19 | 27 | { |
20 | - "name": "FateRiddle", | |
21 | - "email": "fateriddle@gmail.com" | |
28 | + "name": "qiaoqitao", | |
29 | + "email": "qiaoqitao@qgutech.com" | |
22 | 30 | } |
23 | 31 | ], |
24 | - "scripts": { | |
25 | - }, | |
26 | 32 | "main": "lib/index.js", |
27 | 33 | "module": "es/index.js", |
28 | - "gitHooks": { | |
29 | - "pre-commit": "lint-staged" | |
34 | + "files": [ | |
35 | + "es", | |
36 | + "lib", | |
37 | + "package.json" | |
38 | + ], | |
39 | + "scripts": { | |
30 | 40 | }, |
31 | 41 | "lint-staged": { |
32 | 42 | "*.{js,jsx,less,md,json}": [ |
... | ... | @@ -38,34 +48,30 @@ |
38 | 48 | }, |
39 | 49 | "dependencies": { |
40 | 50 | "@ant-design/icons": "^4.0.2", |
51 | + "@qx/icon-btn": "^0.0.1", | |
52 | + "antd-mobile": "^5.17.2", | |
41 | 53 | "async-validator": "^3.5.1", |
54 | + "classnames": "^2.3.1", | |
42 | 55 | "color": "^3.1.2", |
56 | + "dingtalk-jsapi": "^3.0.9", | |
43 | 57 | "lodash-es": "^4.17.21", |
44 | 58 | "moment": "^2.24.0", |
45 | - "nanoid": "^3.1.20", | |
46 | 59 | "rc-color-picker": "^1.2.6", |
60 | + "smooth-scroll": "^16.1.3", | |
47 | 61 | "virtualizedtableforantd4": "^1.1.2" |
48 | 62 | }, |
63 | + "devDependencies": { | |
64 | + "@umijs/plugin-antd-mobile": "^1.2.0", | |
65 | + "deep-equal": "^2.0.3", | |
66 | + "rollup-plugin-copy": "^3.4.0" | |
67 | + }, | |
49 | 68 | "peerDependencies": { |
50 | 69 | "antd": "4.x", |
51 | 70 | "react": ">=16.8.0", |
52 | 71 | "react-dom": ">=16.8.0" |
53 | 72 | }, |
54 | - "devDependencies": { | |
55 | - "deep-equal": "^2.0.3", | |
56 | - "rollup-plugin-copy": "^3.4.0" | |
73 | + "gitHooks": { | |
74 | + "pre-commit": "lint-staged" | |
57 | 75 | }, |
58 | - "keywords": [ | |
59 | - "Form", | |
60 | - "FormRender", | |
61 | - "Render", | |
62 | - "XRender", | |
63 | - "React", | |
64 | - "Json Schema", | |
65 | - "Ant Design" | |
66 | - ], | |
67 | - "homepage": "https://x-render.gitee.io/form-render", | |
68 | - "bugs": { | |
69 | - "url": "https://github.com/alibaba/x-render/issues" | |
70 | - } | |
76 | + "sideEffect": false | |
71 | 77 | } | ... | ... |