@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.
- package/es/assets/locales/en.json +3 -0
- package/es/assets/locales/zh.json +3 -0
- package/es/components/curd/src/hooks/useCurd.d.ts +5 -0
- package/es/components/icons/index.less +2 -1
- package/es/components/index.d.ts +1 -2
- package/es/components/source/src/hooks/useDownload.d.ts +7 -0
- package/es/components/table/index.less +12 -0
- package/es/components/table/src/components/setting/Column.d.ts +1 -0
- package/es/components/table/src/components/setting/Download.d.ts +1887 -0
- package/es/components/table/src/components/setting/DownloadCtrl.d.ts +1882 -0
- package/es/components/table/src/components/setting/Fullscreen.d.ts +1 -0
- package/es/components/table/src/components/setting/Size.d.ts +1 -0
- package/es/components/table/src/hooks/useTableInstance.d.ts +1 -0
- package/es/components/table/src/index.d.ts +3 -0
- package/es/components/table/src/props.d.ts +1 -0
- package/es/components/upload/index.less +2 -0
- package/es/components/upload/src/upload.d.ts +3 -0
- package/es/index.js +305 -145
- package/es/theme/header/components/lang-picker.d.ts +1 -1
- package/package.json +1 -1
- package/es/components/excel/index.d.ts +0 -2
- package/es/components/excel/src/export2Excel.d.ts +0 -3
|
@@ -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: {};
|
|
@@ -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: {};
|