@harbor-design/proform 1.2.4 → 1.2.5

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -596,7 +596,7 @@ class me {
596
596
  index: t
597
597
  }), v = o.name, j = e.componentProps ?? {}, I = b.placeholderPresetByComponentName;
598
598
  let g = e.placeholder, y = e.show;
599
- y === void 0 && (y = !0), y || delete s[e.field];
599
+ y === void 0 && (y = !0);
600
600
  let m = e.label ?? "";
601
601
  const V = (i == null ? void 0 : i.runtime) ?? this.runtime;
602
602
  if (!l.isUndefined(t) && !l.isObjectEmpty(V) && (m = x((X = V == null ? void 0 : V.customizeListItemLabel) == null ? void 0 : X.call(V, e.label ?? "", t + 1), "")), !g) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harbor-design/proform",
3
- "version": "1.2.4",
3
+ "version": "1.2.5",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",