@creatorsn/vfluent3 0.3.32 → 0.3.33
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.
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import "./style";
|
|
2
2
|
export declare const FvListView: import("../../types/plugins/component-plugin").ComponentPlugin<{
|
|
3
3
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
4
|
+
move: (...args: any[]) => any;
|
|
4
5
|
$props: {
|
|
5
6
|
readonly theme?: string | undefined;
|
|
6
7
|
readonly disabled?: boolean | undefined;
|
|
@@ -71,6 +72,7 @@ export declare const FvListView: import("../../types/plugins/component-plugin").
|
|
|
71
72
|
M: {};
|
|
72
73
|
Defaults: {};
|
|
73
74
|
}, Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
75
|
+
move: (...args: any[]) => any;
|
|
74
76
|
$props: {
|
|
75
77
|
readonly theme?: string | undefined;
|
|
76
78
|
readonly disabled?: boolean | undefined;
|
|
@@ -138,6 +140,7 @@ export declare const FvListView: import("../../types/plugins/component-plugin").
|
|
|
138
140
|
__isTeleport?: undefined;
|
|
139
141
|
__isSuspense?: undefined;
|
|
140
142
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
143
|
+
move: (...args: any[]) => any;
|
|
141
144
|
$props: {
|
|
142
145
|
readonly theme?: string | undefined;
|
|
143
146
|
readonly disabled?: boolean | undefined;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
3
|
+
move: (...args: any[]) => any;
|
|
3
4
|
$props: {
|
|
4
5
|
readonly theme?: string | undefined;
|
|
5
6
|
readonly disabled?: boolean | undefined;
|
|
@@ -70,6 +71,7 @@ declare const _default: {
|
|
|
70
71
|
M: {};
|
|
71
72
|
Defaults: {};
|
|
72
73
|
}, Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
74
|
+
move: (...args: any[]) => any;
|
|
73
75
|
$props: {
|
|
74
76
|
readonly theme?: string | undefined;
|
|
75
77
|
readonly disabled?: boolean | undefined;
|
|
@@ -137,6 +139,7 @@ declare const _default: {
|
|
|
137
139
|
__isTeleport?: undefined;
|
|
138
140
|
__isSuspense?: undefined;
|
|
139
141
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
142
|
+
move: (...args: any[]) => any;
|
|
140
143
|
$props: {
|
|
141
144
|
readonly theme?: string | undefined;
|
|
142
145
|
readonly disabled?: boolean | undefined;
|