@qin-ui/antd-vue-pro 1.1.18 → 1.1.20

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.
@@ -15906,12 +15906,12 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
15906
15906
  path: getPath(field),
15907
15907
  onSetComponentRef: (el) => setComponentRef(el, field),
15908
15908
  onFieldChange: () => {
15909
- var _a;
15910
- return (_a = formItemRefs.value) == null ? void 0 : _a[index2].onFieldChange();
15909
+ var _a, _b, _c;
15910
+ return (_c = (_b = (_a = formItemRefs.value) == null ? void 0 : _a[index2]) == null ? void 0 : _b.onFieldChange) == null ? void 0 : _c.call(_b);
15911
15911
  },
15912
15912
  onFieldBlur: () => {
15913
- var _a;
15914
- return (_a = formItemRefs.value) == null ? void 0 : _a[index2].onFieldBlur();
15913
+ var _a, _b, _c;
15914
+ return (_c = (_b = (_a = formItemRefs.value) == null ? void 0 : _a[index2]) == null ? void 0 : _b.onFieldBlur) == null ? void 0 : _c.call(_b);
15915
15915
  }
15916
15916
  }), null, 16, ["label", "path", "onSetComponentRef", "onFieldChange", "onFieldBlur"]))
15917
15917
  ]),
package/es/form/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { k, B, d, h, C, b, f, F, j, R, e, i, U, _, l, n, m, r, p, u, q, s } from "./index-e6fc6e90.js";
1
+ import { k, B, d, h, C, b, f, F, j, R, e, i, U, _, l, n, m, r, p, u, q, s } from "./index-aa99973a.js";
2
2
  import "vue";
3
3
  import "ant-design-vue";
4
4
  import "../component-provider/index.js";