seeder-st2110-components 1.2.0 → 1.2.2

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
@@ -2260,7 +2260,11 @@ const NetworkFieldGroup = _ref => {
2260
2260
  };
2261
2261
  const mergedFieldConfig = {
2262
2262
  ...defaultFieldConfig,
2263
- ...fieldConfig
2263
+ ...fieldConfig,
2264
+ netmask: {
2265
+ label: "Netmask",
2266
+ enabled: fieldConfig.netmask?.enabled ?? defaultFieldConfig.netmask.enabled // 合并 enabled
2267
+ }
2264
2268
  };
2265
2269
  return /*#__PURE__*/jsxs(Fragment, {
2266
2270
  children: [/*#__PURE__*/jsx(Typography.Title, {