seeder-st2110-components 1.2.0 → 1.2.1

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/dist/index.esm.js CHANGED
@@ -2243,6 +2243,7 @@ const NetworkFieldGroup = _ref => {
2243
2243
  interfaces,
2244
2244
  fieldConfig = {}
2245
2245
  } = _ref;
2246
+ console.log("fieldConfig", fieldConfig);
2246
2247
  // 默认字段配置
2247
2248
  const defaultFieldConfig = {
2248
2249
  name: {
@@ -2262,6 +2263,7 @@ const NetworkFieldGroup = _ref => {
2262
2263
  ...defaultFieldConfig,
2263
2264
  ...fieldConfig
2264
2265
  };
2266
+ console.log("mergedFieldConfig", mergedFieldConfig);
2265
2267
  return /*#__PURE__*/jsxs(Fragment, {
2266
2268
  children: [/*#__PURE__*/jsx(Typography.Title, {
2267
2269
  level: 5,