@harbor-design/proform 1.1.25 → 1.1.26

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 +4 -4
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -535,9 +535,9 @@ class me {
535
535
  }), te = F.getItemContainer(this), se = F.getFormItemContainer(this), re = this, ie = e.componentSlots;
536
536
  return p("div", {
537
537
  style: u
538
- }, [p(te, null, {
538
+ }, [Z(p(te, null, {
539
539
  default() {
540
- return Z(p(se, R(c, {
540
+ return p(se, R(c, {
541
541
  label: `${h ? `${h}:` : ""}`
542
542
  }, d, ee), {
543
543
  default() {
@@ -551,9 +551,9 @@ class me {
551
551
  });
552
552
  },
553
553
  ...n
554
- }), [[A, P]]);
554
+ });
555
555
  }
556
- })]);
556
+ }), [[A, P]])]);
557
557
  }
558
558
  runtimeGroupProcessor(e) {
559
559
  let t;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harbor-design/proform",
3
- "version": "1.1.25",
3
+ "version": "1.1.26",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",