@dt-frames/ui 1.0.22 → 1.0.25

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.
@@ -4,6 +4,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
4
4
  getBind: import("vue").ComputedRef<import("@dt-frames/core").Recordable<any>>;
5
5
  }, "getBind"> & {
6
6
  getBind: import("vue").ComputedRef<import("../../types/table.type").BasicTableProps>;
7
+ getProps: import("vue").ComputedRef<import("@dt-frames/core").Recordable<any>>;
7
8
  };
8
9
  wrapEl: any;
9
10
  toggle: () => Promise<void>;
@@ -7,6 +7,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
7
7
  getBind: import("vue").ComputedRef<import("@dt-frames/core").Recordable<any>>;
8
8
  }, "getBind"> & {
9
9
  getBind: import("vue").ComputedRef<import("../../types/table.type").BasicTableProps>;
10
+ getProps: import("vue").ComputedRef<import("@dt-frames/core").Recordable<any>>;
10
11
  };
11
12
  selectedKeysRef: import("vue").Ref<SizeType[]>;
12
13
  handleTitleClick: ({ key }: MenuInfo) => void;
@@ -7,6 +7,7 @@ declare type Instance = TableActionType & {
7
7
  };
8
8
  declare type RetInstance = Omit<Instance, 'getBind'> & {
9
9
  getBind: ComputedRef<BasicTableProps>;
10
+ getProps: ComputedRef<Recordable>;
10
11
  };
11
12
  export declare function createTableInstance(instance: Instance): void;
12
13
  export declare function getTableInstance(): RetInstance;
@@ -171,6 +171,7 @@ declare const _default: import("vue").DefineComponent<{
171
171
  type: import("vue").PropType<import("ant-design-vue/lib/table/interface").TableRowSelection<any>>;
172
172
  default: {
173
173
  type: string;
174
+ fixed: boolean;
174
175
  };
175
176
  };
176
177
  customRow: {
@@ -538,6 +539,7 @@ declare const _default: import("vue").DefineComponent<{
538
539
  type: import("vue").PropType<import("ant-design-vue/lib/table/interface").TableRowSelection<any>>;
539
540
  default: {
540
541
  type: string;
542
+ fixed: boolean;
541
543
  };
542
544
  };
543
545
  customRow: {
@@ -591,6 +593,7 @@ declare const _default: import("vue").DefineComponent<{
591
593
  pagination: {};
592
594
  rowSelection: {
593
595
  type: string;
596
+ fixed: boolean;
594
597
  };
595
598
  clickRowSelect: boolean;
596
599
  tableSetting: {};
@@ -173,6 +173,7 @@ export declare const TableProps: {
173
173
  type: PropType<TableRowSelection<any>>;
174
174
  default: {
175
175
  type: string;
176
+ fixed: boolean;
176
177
  };
177
178
  };
178
179
  customRow: {
@@ -1,4 +1,6 @@
1
1
  .dt-file {
2
+ display: flex;
3
+ flex-direction: column;
2
4
  td.orange{
3
5
  color: orange;
4
6
  }
@@ -1187,6 +1187,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1187
1187
  type: import("vue").PropType<import("ant-design-vue/lib/table/interface").TableRowSelection<any>>;
1188
1188
  default: {
1189
1189
  type: string;
1190
+ fixed: boolean;
1190
1191
  };
1191
1192
  };
1192
1193
  customRow: {
@@ -1554,6 +1555,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1554
1555
  type: import("vue").PropType<import("ant-design-vue/lib/table/interface").TableRowSelection<any>>;
1555
1556
  default: {
1556
1557
  type: string;
1558
+ fixed: boolean;
1557
1559
  };
1558
1560
  };
1559
1561
  customRow: {
@@ -1607,6 +1609,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1607
1609
  pagination: {};
1608
1610
  rowSelection: {
1609
1611
  type: string;
1612
+ fixed: boolean;
1610
1613
  };
1611
1614
  clickRowSelect: boolean;
1612
1615
  tableSetting: {};