@ztocwst/rc-pro-materials 0.2.66 → 0.2.68

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.
@@ -31,8 +31,9 @@ var processTabs = function processTabs(tab) {
31
31
  columns = _processFormProps.columns;
32
32
  return _extends({}, rest, {
33
33
  form: _extends({
34
- columns: columns
35
- }, queryCheck, formRestProps ? processJsonOrFunctionProps(formRestProps) : {}),
34
+ columns: columns,
35
+ queryCheck: queryCheck
36
+ }, formRestProps ? processJsonOrFunctionProps(formRestProps) : {}),
36
37
  grid: _extends({}, gridProps, {
37
38
  config: _extends({}, configRest, configRestProps ? processJsonOrFunctionProps(configRestProps) : {})
38
39
  })
@@ -54,7 +55,9 @@ var ZDatacenterTpl = function ZDatacenterTpl(props) {
54
55
  tab: processTabs(tab)
55
56
  });
56
57
  });
57
- console.log(_tabs_, props, 'ZDatacenterTpl');
58
+ console.log(_extends({}, rest, {
59
+ tabs: _tabs_
60
+ }), 'ZDatacenterTpl');
58
61
  return /*#__PURE__*/React.createElement(ProDataRenderer, _extends({
59
62
  tabs: _tabs_
60
63
  }, rest));
@@ -38,8 +38,9 @@ var processTabs = function processTabs(tab) {
38
38
  columns = _processFormProps.columns;
39
39
  return (0, _extends2["default"])({}, rest, {
40
40
  form: (0, _extends2["default"])({
41
- columns: columns
42
- }, queryCheck, formRestProps ? (0, _utils.processJsonOrFunctionProps)(formRestProps) : {}),
41
+ columns: columns,
42
+ queryCheck: queryCheck
43
+ }, formRestProps ? (0, _utils.processJsonOrFunctionProps)(formRestProps) : {}),
43
44
  grid: (0, _extends2["default"])({}, gridProps, {
44
45
  config: (0, _extends2["default"])({}, configRest, configRestProps ? (0, _utils.processJsonOrFunctionProps)(configRestProps) : {})
45
46
  })
@@ -61,7 +62,9 @@ var ZDatacenterTpl = function ZDatacenterTpl(props) {
61
62
  tab: processTabs(tab)
62
63
  });
63
64
  });
64
- console.log(_tabs_, props, 'ZDatacenterTpl');
65
+ console.log((0, _extends2["default"])({}, rest, {
66
+ tabs: _tabs_
67
+ }), 'ZDatacenterTpl');
65
68
  return /*#__PURE__*/React.createElement(_rcPro.ProDataRenderer, (0, _extends2["default"])({
66
69
  tabs: _tabs_
67
70
  }, rest));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ztocwst/rc-pro-materials",
3
- "version": "0.2.66",
3
+ "version": "0.2.68",
4
4
  "description": "@ztocwst/rc-pro-materials",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -89,9 +89,9 @@
89
89
  },
90
90
  "componentConfig": {
91
91
  "isComponentLibrary": true,
92
- "materialSchema": "https://npm.ztocwst.com/@ztocwst/rc-pro-materials@0.2.66/build/lowcode/assets-prod.json"
92
+ "materialSchema": "https://npm.ztocwst.com/@ztocwst/rc-pro-materials@0.2.68/build/lowcode/assets-prod.json"
93
93
  },
94
- "homepage": "https://unpkg.com/@ztocwst/rc-pro-materials@0.2.66/build/index.html",
94
+ "homepage": "https://unpkg.com/@ztocwst/rc-pro-materials@0.2.68/build/index.html",
95
95
  "publishConfig": {
96
96
  "registry": "https://registry.npmjs.org/",
97
97
  "access": "public"