@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.
- package/dist/index.js +4 -4
- 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
|
|
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
|
-
})
|
|
554
|
+
});
|
|
555
555
|
}
|
|
556
|
-
})]);
|
|
556
|
+
}), [[A, P]])]);
|
|
557
557
|
}
|
|
558
558
|
runtimeGroupProcessor(e) {
|
|
559
559
|
let t;
|