qidian-vue-ui 1.2.99 → 1.2.100

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.
@@ -39,4 +39,5 @@ export declare const qdCrudTableProps: {
39
39
  readonly pagination: undefined;
40
40
  readonly headerBg: true;
41
41
  readonly loadingWithData: true;
42
+ readonly activeRowType: "single";
42
43
  };
@@ -40,4 +40,5 @@ export declare const qdCrudTabsTableProps: {
40
40
  readonly pagination: undefined;
41
41
  readonly headerBg: true;
42
42
  readonly loadingWithData: true;
43
+ readonly activeRowType: "single";
43
44
  };
@@ -29,6 +29,7 @@ export declare const qdServiceTableProps: {
29
29
  readonly pagination: undefined;
30
30
  readonly headerBg: true;
31
31
  readonly loadingWithData: true;
32
+ readonly activeRowType: "single";
32
33
  };
33
34
  export declare const qdServiceTableTreeConfig: {
34
35
  readonly checkStrictly: true;
@@ -27,7 +27,8 @@ const qdServiceTableProps = {
27
27
  paginationAffixedBottom: void 0,
28
28
  pagination: void 0,
29
29
  headerBg: true,
30
- loadingWithData: true
30
+ loadingWithData: true,
31
+ activeRowType: "single"
31
32
  };
32
33
  const qdServiceTableTreeConfig = {
33
34
  checkStrictly: true,
@@ -55,4 +55,5 @@ export declare const qdServiceDialogTableSelectProps: {
55
55
  readonly pagination: undefined;
56
56
  readonly headerBg: true;
57
57
  readonly loadingWithData: true;
58
+ readonly activeRowType: "single";
58
59
  };
@@ -29,6 +29,7 @@ export declare const qdServicePopupTableSelectProps: {
29
29
  readonly pagination: undefined;
30
30
  readonly headerBg: true;
31
31
  readonly loadingWithData: true;
32
+ readonly activeRowType: "single";
32
33
  };
33
34
  export declare const qdServicePopupProps: {
34
35
  readonly placement: "bottom-left";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qidian-vue-ui",
3
- "version": "1.2.99",
3
+ "version": "1.2.100",
4
4
  "description": "基于 TDesign 的 QiDian Vue UI 组件库",
5
5
  "author": "qidian",
6
6
  "license": "MIT",