cnhis-design-vue 3.1.34 → 3.1.35-beta.2

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.
@@ -882,6 +882,11 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
882
882
  }>;
883
883
  NIcon: any;
884
884
  CGrid: SFCWithInstall<import("vue").DefineComponent<{}, any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
885
+ checkMethod: ({ row }: {
886
+ row: any;
887
+ }) => boolean;
888
+ visibleMethod: ({ row }: any) => boolean;
889
+ getRowStyle: ({ row }: any) => string | null;
885
890
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
886
891
  data: {
887
892
  type: ArrayConstructor;
@@ -199,9 +199,7 @@ declare const _default: import("vue").DefineComponent<{
199
199
  resetBatchEditRowStatus: FunctionConstructor;
200
200
  anchor: {
201
201
  type: import("vue").PropType<import("../../../shared/types").AnyObject[]>;
202
- default: () => never[]; /**
203
- * computed
204
- */
202
+ default: () => never[];
205
203
  };
206
204
  }, {
207
205
  _hideAllWrap: null;
@@ -560,9 +558,7 @@ declare const _default: import("vue").DefineComponent<{
560
558
  resetBatchEditRowStatus: FunctionConstructor;
561
559
  anchor: {
562
560
  type: import("vue").PropType<import("../../../shared/types").AnyObject[]>;
563
- default: () => never[]; /**
564
- * computed
565
- */
561
+ default: () => never[];
566
562
  };
567
563
  }>> & {
568
564
  [x: `on${string}`]: ((...args: any[]) => any) | undefined;
@@ -885,6 +881,11 @@ declare const _default: import("vue").DefineComponent<{
885
881
  }>;
886
882
  NIcon: any;
887
883
  CGrid: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{}, any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
884
+ checkMethod: ({ row }: {
885
+ row: any;
886
+ }) => boolean;
887
+ visibleMethod: ({ row }: any) => boolean;
888
+ getRowStyle: ({ row }: any) => string | null;
888
889
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
889
890
  data: {
890
891
  type: ArrayConstructor;
@@ -1086,9 +1087,7 @@ declare const _default: import("vue").DefineComponent<{
1086
1087
  resetBatchEditRowStatus: FunctionConstructor;
1087
1088
  anchor: {
1088
1089
  type: import("vue").PropType<import("../../../shared/types").AnyObject[]>;
1089
- default: () => never[]; /**
1090
- * computed
1091
- */
1090
+ default: () => never[];
1092
1091
  };
1093
1092
  }>> & {
1094
1093
  [x: `on${string}`]: ((...args: any[]) => any) | undefined;