qy-ui-for-ls 0.1.4 → 0.1.6
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.
|
@@ -103,6 +103,7 @@ declare const QyTablePlus: ({
|
|
|
103
103
|
newIndex?: number;
|
|
104
104
|
oldIndex?: number;
|
|
105
105
|
}) => any) | undefined;
|
|
106
|
+
onTabChange?: ((args_0: any) => any) | undefined;
|
|
106
107
|
}>, {
|
|
107
108
|
element: Ref< CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
|
|
108
109
|
data: {
|
|
@@ -1011,6 +1012,7 @@ declare const QyTablePlus: ({
|
|
|
1011
1012
|
newIndex?: number;
|
|
1012
1013
|
oldIndex?: number;
|
|
1013
1014
|
}) => void;
|
|
1015
|
+
tabChange: (args_0: any) => void;
|
|
1014
1016
|
}, PublicProps, {
|
|
1015
1017
|
columns: ColumnProps[];
|
|
1016
1018
|
showHeader: boolean;
|
|
@@ -1131,6 +1133,7 @@ declare const QyTablePlus: ({
|
|
|
1131
1133
|
newIndex?: number;
|
|
1132
1134
|
oldIndex?: number;
|
|
1133
1135
|
}) => any) | undefined;
|
|
1136
|
+
onTabChange?: ((args_0: any) => any) | undefined;
|
|
1134
1137
|
}>, {
|
|
1135
1138
|
element: Ref< CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
|
|
1136
1139
|
data: {
|
|
@@ -2148,6 +2151,7 @@ declare const QyTablePlus: ({
|
|
|
2148
2151
|
newIndex?: number;
|
|
2149
2152
|
oldIndex?: number;
|
|
2150
2153
|
}) => any) | undefined;
|
|
2154
|
+
onTabChange?: ((args_0: any) => any) | undefined;
|
|
2151
2155
|
}>, {
|
|
2152
2156
|
element: Ref< CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
|
|
2153
2157
|
data: {
|
|
@@ -3056,6 +3060,7 @@ declare const QyTablePlus: ({
|
|
|
3056
3060
|
newIndex?: number;
|
|
3057
3061
|
oldIndex?: number;
|
|
3058
3062
|
}) => void;
|
|
3063
|
+
tabChange: (args_0: any) => void;
|
|
3059
3064
|
}, string, {
|
|
3060
3065
|
columns: ColumnProps[];
|
|
3061
3066
|
showHeader: boolean;
|
|
@@ -972,6 +972,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<__VLS_WithDefaul
|
|
|
972
972
|
newIndex?: number;
|
|
973
973
|
oldIndex?: number;
|
|
974
974
|
}) => void;
|
|
975
|
+
tabChange: (args_0: any) => void;
|
|
975
976
|
}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ProTableProps>, {
|
|
976
977
|
columns: () => never[];
|
|
977
978
|
requestAuto: boolean;
|
|
@@ -1004,6 +1005,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<__VLS_WithDefaul
|
|
|
1004
1005
|
newIndex?: number;
|
|
1005
1006
|
oldIndex?: number;
|
|
1006
1007
|
}) => any) | undefined;
|
|
1008
|
+
onTabChange?: ((args_0: any) => any) | undefined;
|
|
1007
1009
|
}>, {
|
|
1008
1010
|
columns: ColumnProps[];
|
|
1009
1011
|
showHeader: boolean;
|