@harbor-design/proform 1.2.6 → 1.2.7

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 +18 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -585,7 +585,15 @@ class be {
585
585
  const o = R(e.component);
586
586
  if (!o)
587
587
  return;
588
- (k = (z = e.native) == null ? void 0 : z.props) != null && k.Form && h(this.globalNativeFormOverride.props, (B = ($ = e.native) == null ? void 0 : $.props) == null ? void 0 : B.Form), (T = (D = e.native) == null ? void 0 : D.slots) != null && T.Form && h(this.globalNativeFormOverride.slots, (W = (G = e.native) == null ? void 0 : G.slots) == null ? void 0 : W.Form);
588
+ (k = (z = e.native) == null ? void 0 : z.props) != null && k.Form && h(
589
+ // @ts-expect-error
590
+ this.globalNativeFormOverride.props.Form,
591
+ (B = ($ = e.native) == null ? void 0 : $.props) == null ? void 0 : B.Form
592
+ ), (T = (D = e.native) == null ? void 0 : D.slots) != null && T.Form && h(
593
+ // @ts-expect-error
594
+ this.globalNativeFormOverride.slots.Form,
595
+ (W = (G = e.native) == null ? void 0 : G.slots) == null ? void 0 : W.Form
596
+ );
589
597
  const n = h(C((H = (K = this.native) == null ? void 0 : K.slots) == null ? void 0 : H.FormItem) ?? {}, (Q = (J = e.native) == null ? void 0 : J.slots) == null ? void 0 : Q.FormItem), f = {
590
598
  display: "grid",
591
599
  gridColumn: "1 / -1",
@@ -713,7 +721,15 @@ class be {
713
721
  gridColumn: "1 / -1",
714
722
  gridAutoColumns: "1fr",
715
723
  ...this.grid
716
- }, t = this, s = h(C((c = (f = this.native) == null ? void 0 : f.props) == null ? void 0 : c.Form) ?? {}, this.globalNativeFormOverride.props), i = h(C((y = (d = this.native) == null ? void 0 : d.slots) == null ? void 0 : y.Form) ?? {}, this.globalNativeFormOverride.slots), o = F.getFormContainer(this), n = this.runtimeAdapter.getFormModelPropName();
724
+ }, t = this, s = h(
725
+ C((c = (f = this.native) == null ? void 0 : f.props) == null ? void 0 : c.Form) ?? {},
726
+ // @ts-expect-error
727
+ this.globalNativeFormOverride.props.Form
728
+ ), i = h(
729
+ C((y = (d = this.native) == null ? void 0 : d.slots) == null ? void 0 : y.Form) ?? {},
730
+ // @ts-expect-error
731
+ this.globalNativeFormOverride.slots.Form
732
+ ), o = F.getFormContainer(this), n = this.runtimeAdapter.getFormModelPropName();
717
733
  return p(o, O(s, {
718
734
  ref: this.formRef
719
735
  }, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harbor-design/proform",
3
- "version": "1.2.6",
3
+ "version": "1.2.7",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",