@unizhen/ui 0.0.12 → 0.0.14

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.
@@ -1059,6 +1059,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
1059
1059
  optionsSource?: string | undefined;
1060
1060
  options?: string | undefined;
1061
1061
  summary?: (string | ((pageData: any) => any)) | undefined;
1062
+ merge?: (string | ((pageData: any) => any)) | undefined;
1062
1063
  deleteFn?: string | undefined;
1063
1064
  };
1064
1065
  label: string | (() => string);
@@ -2265,6 +2266,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
2265
2266
  optionsSource?: string | undefined;
2266
2267
  options?: string | undefined;
2267
2268
  summary?: (string | ((pageData: any) => any)) | undefined;
2269
+ merge?: (string | ((pageData: any) => any)) | undefined;
2268
2270
  deleteFn?: string | undefined;
2269
2271
  };
2270
2272
  label: string | (() => string);
@@ -3403,6 +3405,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
3403
3405
  optionsSource?: string | undefined;
3404
3406
  options?: string | undefined;
3405
3407
  summary?: (string | ((pageData: any) => any)) | undefined;
3408
+ merge?: (string | ((pageData: any) => any)) | undefined;
3406
3409
  deleteFn?: string | undefined;
3407
3410
  };
3408
3411
  label: string | (() => string);
@@ -4609,6 +4612,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
4609
4612
  optionsSource?: string | undefined;
4610
4613
  options?: string | undefined;
4611
4614
  summary?: (string | ((pageData: any) => any)) | undefined;
4615
+ merge?: (string | ((pageData: any) => any)) | undefined;
4612
4616
  deleteFn?: string | undefined;
4613
4617
  };
4614
4618
  label: string | (() => string);
@@ -1059,6 +1059,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
1059
1059
  optionsSource?: string | undefined;
1060
1060
  options?: string | undefined;
1061
1061
  summary?: (string | ((pageData: any) => any)) | undefined;
1062
+ merge?: (string | ((pageData: any) => any)) | undefined;
1062
1063
  deleteFn?: string | undefined;
1063
1064
  };
1064
1065
  label: string | (() => string);
@@ -2265,6 +2266,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
2265
2266
  optionsSource?: string | undefined;
2266
2267
  options?: string | undefined;
2267
2268
  summary?: (string | ((pageData: any) => any)) | undefined;
2269
+ merge?: (string | ((pageData: any) => any)) | undefined;
2268
2270
  deleteFn?: string | undefined;
2269
2271
  };
2270
2272
  label: string | (() => string);
@@ -3403,6 +3405,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
3403
3405
  optionsSource?: string | undefined;
3404
3406
  options?: string | undefined;
3405
3407
  summary?: (string | ((pageData: any) => any)) | undefined;
3408
+ merge?: (string | ((pageData: any) => any)) | undefined;
3406
3409
  deleteFn?: string | undefined;
3407
3410
  };
3408
3411
  label: string | (() => string);
@@ -4609,6 +4612,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
4609
4612
  optionsSource?: string | undefined;
4610
4613
  options?: string | undefined;
4611
4614
  summary?: (string | ((pageData: any) => any)) | undefined;
4615
+ merge?: (string | ((pageData: any) => any)) | undefined;
4612
4616
  deleteFn?: string | undefined;
4613
4617
  };
4614
4618
  label: string | (() => string);
@@ -256,6 +256,7 @@ export interface IUzFormItemSubTable extends IUzFormItemBase {
256
256
  optionsSource?: string;
257
257
  options?: string;
258
258
  summary?: string | ((pageData: any) => any);
259
+ merge?: string | ((pageData: any) => any);
259
260
  deleteFn?: string;
260
261
  };
261
262
  }