zhihao-ui 1.3.64-alpha.1 → 1.3.64-alpha.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.
@@ -19,6 +19,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
19
19
  required: true;
20
20
  type: import('vue').PropType<DiyDataType[]>;
21
21
  };
22
+ rowKey: {
23
+ type: import('vue').PropType<string>;
24
+ default: string;
25
+ };
22
26
  isEdit: {
23
27
  type: import('vue').PropType<boolean>;
24
28
  default: boolean;
@@ -504,6 +508,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
504
508
  required: true;
505
509
  type: import('vue').PropType<DiyDataType[]>;
506
510
  };
511
+ rowKey: {
512
+ type: import('vue').PropType<string>;
513
+ default: string;
514
+ };
507
515
  isEdit: {
508
516
  type: import('vue').PropType<boolean>;
509
517
  default: boolean;
@@ -547,6 +555,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
547
555
  default: boolean;
548
556
  };
549
557
  }>> & Readonly<{}>, {
558
+ rowKey: string;
550
559
  isEdit: boolean;
551
560
  maxRowLength: number;
552
561
  maxColLength: number;
@@ -4,6 +4,10 @@ export declare const ZhDiyDataTable: {
4
4
  required: true;
5
5
  type: import('vue').PropType<import('./type').DiyDataType[]>;
6
6
  };
7
+ rowKey: {
8
+ type: import('vue').PropType<string>;
9
+ default: string;
10
+ };
7
11
  isEdit: {
8
12
  type: import('vue').PropType<boolean>;
9
13
  default: boolean;
@@ -481,6 +485,7 @@ export declare const ZhDiyDataTable: {
481
485
  headerRender?: ((scope: import('..').HeaderRenderScope<import('./type').DiyDataType>) => import('vue').VNode) | undefined;
482
486
  }[];
483
487
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
488
+ rowKey: string;
484
489
  isEdit: boolean;
485
490
  maxRowLength: number;
486
491
  maxColLength: number;
@@ -502,6 +507,10 @@ export declare const ZhDiyDataTable: {
502
507
  required: true;
503
508
  type: import('vue').PropType<import('./type').DiyDataType[]>;
504
509
  };
510
+ rowKey: {
511
+ type: import('vue').PropType<string>;
512
+ default: string;
513
+ };
505
514
  isEdit: {
506
515
  type: import('vue').PropType<boolean>;
507
516
  default: boolean;
@@ -979,6 +988,7 @@ export declare const ZhDiyDataTable: {
979
988
  headerRender?: ((scope: import('..').HeaderRenderScope<import('./type').DiyDataType>) => import('vue').VNode) | undefined;
980
989
  }[];
981
990
  }, {}, {}, {}, {
991
+ rowKey: string;
982
992
  isEdit: boolean;
983
993
  maxRowLength: number;
984
994
  maxColLength: number;
@@ -997,6 +1007,10 @@ export declare const ZhDiyDataTable: {
997
1007
  required: true;
998
1008
  type: import('vue').PropType<import('./type').DiyDataType[]>;
999
1009
  };
1010
+ rowKey: {
1011
+ type: import('vue').PropType<string>;
1012
+ default: string;
1013
+ };
1000
1014
  isEdit: {
1001
1015
  type: import('vue').PropType<boolean>;
1002
1016
  default: boolean;
@@ -1474,6 +1488,7 @@ export declare const ZhDiyDataTable: {
1474
1488
  headerRender?: ((scope: import('..').HeaderRenderScope<import('./type').DiyDataType>) => import('vue').VNode) | undefined;
1475
1489
  }[];
1476
1490
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
1491
+ rowKey: string;
1477
1492
  isEdit: boolean;
1478
1493
  maxRowLength: number;
1479
1494
  maxColLength: number;