Commit f6f81475da7effa3cf6e3ebbd59e64efedef147c

Authored by 乔启韬
1 parent 9b015148

smooth-scroll

... ... @@ -52,11 +52,6 @@ export var useSet = function useSet(initState) {
52 52 // console.groupEnd();
53 53
54 54
55   - // console.group(newState.action || 'action'); // TODO: give it a name
56   - // console.log('%cState:', 'color: #9E9E9E; font-weight: 700;', state);
57   - // console.log('%cAction:', 'color: #00A7F7; font-weight: 700;', action);
58   - // console.log('%cNext:', 'color: #47B04B; font-weight: 700;', result);
59   - // console.groupEnd();
60 55 return result;
61 56 }, initState),
62 57 _useReducer2 = _slicedToArray(_useReducer, 2),
... ...
... ... @@ -77,11 +77,6 @@ var useSet = function useSet(initState) {
77 77 // console.groupEnd();
78 78
79 79
80   - // console.group(newState.action || 'action'); // TODO: give it a name
81   - // console.log('%cState:', 'color: #9E9E9E; font-weight: 700;', state);
82   - // console.log('%cAction:', 'color: #00A7F7; font-weight: 700;', action);
83   - // console.log('%cNext:', 'color: #47B04B; font-weight: 700;', result);
84   - // console.groupEnd();
85 80 return result;
86 81 }, initState),
87 82 _useReducer2 = _slicedToArray(_useReducer, 2),
... ...
1 1 {
2 2 "name": "@qx/form-render",
3   - "version": "0.1.0",
  3 + "version": "0.1.1",
4 4 "description": "通过 JSON Schema 生成标准 Form,常用于自定义搭建配置界面生成",
5 5 "repository": {
6 6 "type": "git",
... ... @@ -43,6 +43,7 @@
43 43 "moment": "^2.24.0",
44 44 "nanoid": "^3.1.20",
45 45 "rc-color-picker": "^1.2.6",
  46 + "smooth-scroll": "^16.1.3",
46 47 "virtualizedtableforantd4": "^1.1.2"
47 48 },
48 49 "peerDependencies": {
... ...