qy-ui-for-ls 0.1.6 → 0.1.7
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.
|
@@ -60,7 +60,7 @@ declare const QyTablePlus: ({
|
|
|
60
60
|
default: {};
|
|
61
61
|
};
|
|
62
62
|
toolButton: {
|
|
63
|
-
type: PropType<boolean | ("sort" | "refresh")[]>;
|
|
63
|
+
type: PropType<boolean | ("sort" | "reset" | "refresh")[]>;
|
|
64
64
|
default: boolean;
|
|
65
65
|
};
|
|
66
66
|
showSearch: {
|
|
@@ -1022,7 +1022,7 @@ declare const QyTablePlus: ({
|
|
|
1022
1022
|
requestAuto: boolean;
|
|
1023
1023
|
pagination: boolean;
|
|
1024
1024
|
initParam: any;
|
|
1025
|
-
toolButton: ("refresh" | "sort")[] | boolean;
|
|
1025
|
+
toolButton: ("refresh" | "sort" | "reset")[] | boolean;
|
|
1026
1026
|
showSearch: boolean;
|
|
1027
1027
|
showTable: boolean;
|
|
1028
1028
|
showHeadersearch: boolean;
|
|
@@ -1090,7 +1090,7 @@ declare const QyTablePlus: ({
|
|
|
1090
1090
|
default: {};
|
|
1091
1091
|
};
|
|
1092
1092
|
toolButton: {
|
|
1093
|
-
type: PropType<boolean | ("sort" | "refresh")[]>;
|
|
1093
|
+
type: PropType<boolean | ("sort" | "reset" | "refresh")[]>;
|
|
1094
1094
|
default: boolean;
|
|
1095
1095
|
};
|
|
1096
1096
|
showSearch: {
|
|
@@ -2043,7 +2043,7 @@ declare const QyTablePlus: ({
|
|
|
2043
2043
|
requestAuto: boolean;
|
|
2044
2044
|
pagination: boolean;
|
|
2045
2045
|
initParam: any;
|
|
2046
|
-
toolButton: ("refresh" | "sort")[] | boolean;
|
|
2046
|
+
toolButton: ("refresh" | "sort" | "reset")[] | boolean;
|
|
2047
2047
|
showSearch: boolean;
|
|
2048
2048
|
showTable: boolean;
|
|
2049
2049
|
showHeadersearch: boolean;
|
|
@@ -2108,7 +2108,7 @@ declare const QyTablePlus: ({
|
|
|
2108
2108
|
default: {};
|
|
2109
2109
|
};
|
|
2110
2110
|
toolButton: {
|
|
2111
|
-
type: PropType<boolean | ("sort" | "refresh")[]>;
|
|
2111
|
+
type: PropType<boolean | ("sort" | "reset" | "refresh")[]>;
|
|
2112
2112
|
default: boolean;
|
|
2113
2113
|
};
|
|
2114
2114
|
showSearch: {
|
|
@@ -3070,7 +3070,7 @@ declare const QyTablePlus: ({
|
|
|
3070
3070
|
requestAuto: boolean;
|
|
3071
3071
|
pagination: boolean;
|
|
3072
3072
|
initParam: any;
|
|
3073
|
-
toolButton: ("refresh" | "sort")[] | boolean;
|
|
3073
|
+
toolButton: ("refresh" | "sort" | "reset")[] | boolean;
|
|
3074
3074
|
showSearch: boolean;
|
|
3075
3075
|
showTable: boolean;
|
|
3076
3076
|
showHeadersearch: boolean;
|
|
@@ -18,7 +18,7 @@ export interface ProTableProps {
|
|
|
18
18
|
pagination?: boolean;
|
|
19
19
|
initParam?: any;
|
|
20
20
|
border?: boolean;
|
|
21
|
-
toolButton?: ('refresh' | 'sort')[] | boolean;
|
|
21
|
+
toolButton?: ('refresh' | 'sort' | 'reset')[] | boolean;
|
|
22
22
|
rowKey?: string;
|
|
23
23
|
searchCol?: number | Record<BreakPoint, number>;
|
|
24
24
|
showSearch?: boolean;
|
|
@@ -1015,7 +1015,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<__VLS_WithDefaul
|
|
|
1015
1015
|
requestAuto: boolean;
|
|
1016
1016
|
pagination: boolean;
|
|
1017
1017
|
initParam: any;
|
|
1018
|
-
toolButton: ("refresh" | "sort")[] | boolean;
|
|
1018
|
+
toolButton: ("refresh" | "sort" | "reset")[] | boolean;
|
|
1019
1019
|
showSearch: boolean;
|
|
1020
1020
|
showTable: boolean;
|
|
1021
1021
|
showHeadersearch: boolean;
|