@dazhicheng/ui 1.5.175 → 1.5.176

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.
@@ -36,7 +36,7 @@ export declare const formArrayRegisterProps: {
36
36
  readonly type: BooleanConstructor;
37
37
  readonly default: false;
38
38
  };
39
- /** useArraySchema 时:每一行数组项的外层容器 class(边框、间距等) */
39
+ /** useArraySchema 时:数组整体最外层容器 class(边框、间距等) */
40
40
  readonly wrapperClass: {
41
41
  readonly type: PropType<NonNullable<FormSchema["wrapperClass"]>>;
42
42
  readonly default: undefined;
package/dist/index.js CHANGED
@@ -49521,7 +49521,7 @@ const m6 = {
49521
49521
  default: void 0
49522
49522
  },
49523
49523
  virtual: { type: Boolean, default: !1 },
49524
- /** useArraySchema 时:每一行数组项的外层容器 class(边框、间距等) */
49524
+ /** useArraySchema 时:数组整体最外层容器 class(边框、间距等) */
49525
49525
  wrapperClass: {
49526
49526
  type: String,
49527
49527
  default: void 0
@@ -49531,7 +49531,7 @@ function ux(e, n, i) {
49531
49531
  return e || !!n || !!i;
49532
49532
  }
49533
49533
  function LA(e, n) {
49534
- const { dynamicRules: i, dynamicDisabled: r, props: t } = n, o = e.rules ?? i ?? t.rules, a = e.formItemClass || t.formItemClass, l = Ee(a) ? a() : a, u = e.wrapperClass || t.wrapperClass, s = ux(r, !!e.disabled, !!t.disabled);
49534
+ const { dynamicRules: i, dynamicDisabled: r, props: t } = n, o = e.rules ?? i ?? t.rules, a = e.formItemClass || t.formItemClass, l = Ee(a) ? a() : a, u = e.wrapperClass, s = ux(r, !!e.disabled, !!t.disabled);
49535
49535
  return { rules: o, formItemClass: In("col-span-1", l), disabled: s, wrapperClass: u };
49536
49536
  }
49537
49537
  function A6(e) {
@@ -49613,8 +49613,7 @@ const p6 = ["fieldName", "arraySchema", "useArraySchema", "useFieldArray", "rule
49613
49613
  disabled: Y.disabled,
49614
49614
  formItemClass: Y.formItemClass,
49615
49615
  virtual: e.virtual,
49616
- arraySchema: w.arraySchema,
49617
- wrapperClass: Y.wrapperClass
49616
+ arraySchema: w.arraySchema
49618
49617
  };
49619
49618
  return G(cx, Be({
49620
49619
  key: T
@@ -49632,8 +49631,7 @@ const p6 = ["fieldName", "arraySchema", "useArraySchema", "useFieldArray", "rule
49632
49631
  fieldName: T,
49633
49632
  rules: P.rules,
49634
49633
  disabled: P.disabled,
49635
- formItemClass: P.formItemClass,
49636
- wrapperClass: P.wrapperClass
49634
+ formItemClass: P.formItemClass
49637
49635
  };
49638
49636
  return G(ia, {
49639
49637
  key: `${E.key}-${T}`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dazhicheng/ui",
3
- "version": "1.5.175",
3
+ "version": "1.5.176",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",