@creatorsn/vfluent3 0.3.31 → 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.
- package/dist/types/packages/breadcrumb/index.d.ts +15 -3
- package/dist/types/packages/breadcrumb/source/index.vue.d.ts +15 -3
- package/dist/types/packages/list-view/index.d.ts +3 -0
- package/dist/types/packages/list-view/source/index.vue.d.ts +3 -0
- package/dist/types/packages/search-box/index.d.ts +3 -3
- package/dist/types/packages/search-box/source/index.vue.d.ts +3 -3
- package/dist/types/packages/text-box/index.d.ts +3 -3
- package/dist/types/packages/text-box/source/index.vue.d.ts +3 -3
- package/dist/vfluent3.js +478 -457
- package/dist/vfluent3.umd.cjs +8 -8
- package/package.json +1 -1
|
@@ -14,12 +14,16 @@ export declare const FvBreadcrumb: import("../../types/plugins/component-plugin"
|
|
|
14
14
|
readonly showRoot?: boolean | undefined;
|
|
15
15
|
readonly rootIcon?: string | undefined;
|
|
16
16
|
readonly readOnly?: boolean | undefined;
|
|
17
|
+
readonly debounceDelay?: number | undefined;
|
|
17
18
|
};
|
|
18
|
-
$emit: (event: "update:modelValue" | "root-click" | "item-click", ...args: any[]) => void;
|
|
19
|
+
$emit: (event: "change" | "update:modelValue" | "debounce-input" | "root-click" | "item-click", ...args: any[]) => void;
|
|
19
20
|
}, {
|
|
20
21
|
mode: string;
|
|
21
22
|
thisValue: Function;
|
|
22
23
|
tempValue: string;
|
|
24
|
+
timer: {
|
|
25
|
+
debounce: null;
|
|
26
|
+
};
|
|
23
27
|
}, {
|
|
24
28
|
separatorIcon(): boolean;
|
|
25
29
|
routeList(): any;
|
|
@@ -53,12 +57,16 @@ export declare const FvBreadcrumb: import("../../types/plugins/component-plugin"
|
|
|
53
57
|
readonly showRoot?: boolean | undefined;
|
|
54
58
|
readonly rootIcon?: string | undefined;
|
|
55
59
|
readonly readOnly?: boolean | undefined;
|
|
60
|
+
readonly debounceDelay?: number | undefined;
|
|
56
61
|
};
|
|
57
|
-
$emit: (event: "update:modelValue" | "root-click" | "item-click", ...args: any[]) => void;
|
|
62
|
+
$emit: (event: "change" | "update:modelValue" | "debounce-input" | "root-click" | "item-click", ...args: any[]) => void;
|
|
58
63
|
}, {
|
|
59
64
|
mode: string;
|
|
60
65
|
thisValue: Function;
|
|
61
66
|
tempValue: string;
|
|
67
|
+
timer: {
|
|
68
|
+
debounce: null;
|
|
69
|
+
};
|
|
62
70
|
}, {
|
|
63
71
|
separatorIcon(): boolean;
|
|
64
72
|
routeList(): any;
|
|
@@ -89,12 +97,16 @@ export declare const FvBreadcrumb: import("../../types/plugins/component-plugin"
|
|
|
89
97
|
readonly showRoot?: boolean | undefined;
|
|
90
98
|
readonly rootIcon?: string | undefined;
|
|
91
99
|
readonly readOnly?: boolean | undefined;
|
|
100
|
+
readonly debounceDelay?: number | undefined;
|
|
92
101
|
};
|
|
93
|
-
$emit: (event: "update:modelValue" | "root-click" | "item-click", ...args: any[]) => void;
|
|
102
|
+
$emit: (event: "change" | "update:modelValue" | "debounce-input" | "root-click" | "item-click", ...args: any[]) => void;
|
|
94
103
|
}, {
|
|
95
104
|
mode: string;
|
|
96
105
|
thisValue: Function;
|
|
97
106
|
tempValue: string;
|
|
107
|
+
timer: {
|
|
108
|
+
debounce: null;
|
|
109
|
+
};
|
|
98
110
|
}, {
|
|
99
111
|
separatorIcon(): boolean;
|
|
100
112
|
routeList(): any;
|
|
@@ -13,12 +13,16 @@ declare const _default: {
|
|
|
13
13
|
readonly showRoot?: boolean | undefined;
|
|
14
14
|
readonly rootIcon?: string | undefined;
|
|
15
15
|
readonly readOnly?: boolean | undefined;
|
|
16
|
+
readonly debounceDelay?: number | undefined;
|
|
16
17
|
};
|
|
17
|
-
$emit: (event: "update:modelValue" | "root-click" | "item-click", ...args: any[]) => void;
|
|
18
|
+
$emit: (event: "change" | "update:modelValue" | "debounce-input" | "root-click" | "item-click", ...args: any[]) => void;
|
|
18
19
|
}, {
|
|
19
20
|
mode: string;
|
|
20
21
|
thisValue: Function;
|
|
21
22
|
tempValue: string;
|
|
23
|
+
timer: {
|
|
24
|
+
debounce: null;
|
|
25
|
+
};
|
|
22
26
|
}, {
|
|
23
27
|
separatorIcon(): boolean;
|
|
24
28
|
routeList(): any;
|
|
@@ -52,12 +56,16 @@ declare const _default: {
|
|
|
52
56
|
readonly showRoot?: boolean | undefined;
|
|
53
57
|
readonly rootIcon?: string | undefined;
|
|
54
58
|
readonly readOnly?: boolean | undefined;
|
|
59
|
+
readonly debounceDelay?: number | undefined;
|
|
55
60
|
};
|
|
56
|
-
$emit: (event: "update:modelValue" | "root-click" | "item-click", ...args: any[]) => void;
|
|
61
|
+
$emit: (event: "change" | "update:modelValue" | "debounce-input" | "root-click" | "item-click", ...args: any[]) => void;
|
|
57
62
|
}, {
|
|
58
63
|
mode: string;
|
|
59
64
|
thisValue: Function;
|
|
60
65
|
tempValue: string;
|
|
66
|
+
timer: {
|
|
67
|
+
debounce: null;
|
|
68
|
+
};
|
|
61
69
|
}, {
|
|
62
70
|
separatorIcon(): boolean;
|
|
63
71
|
routeList(): any;
|
|
@@ -88,12 +96,16 @@ declare const _default: {
|
|
|
88
96
|
readonly showRoot?: boolean | undefined;
|
|
89
97
|
readonly rootIcon?: string | undefined;
|
|
90
98
|
readonly readOnly?: boolean | undefined;
|
|
99
|
+
readonly debounceDelay?: number | undefined;
|
|
91
100
|
};
|
|
92
|
-
$emit: (event: "update:modelValue" | "root-click" | "item-click", ...args: any[]) => void;
|
|
101
|
+
$emit: (event: "change" | "update:modelValue" | "debounce-input" | "root-click" | "item-click", ...args: any[]) => void;
|
|
93
102
|
}, {
|
|
94
103
|
mode: string;
|
|
95
104
|
thisValue: Function;
|
|
96
105
|
tempValue: string;
|
|
106
|
+
timer: {
|
|
107
|
+
debounce: null;
|
|
108
|
+
};
|
|
97
109
|
}, {
|
|
98
110
|
separatorIcon(): boolean;
|
|
99
111
|
routeList(): any;
|
|
@@ -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;
|
|
@@ -16,6 +16,7 @@ export declare const FvSearchBox: import("../../types/plugins/component-plugin")
|
|
|
16
16
|
readonly lang?: string | undefined;
|
|
17
17
|
readonly modelValue?: string | undefined;
|
|
18
18
|
readonly icon?: string | undefined;
|
|
19
|
+
readonly debounceDelay?: number | undefined;
|
|
19
20
|
readonly foreground?: string | undefined;
|
|
20
21
|
readonly isBoxShadow?: boolean | undefined;
|
|
21
22
|
readonly placeholder?: string | undefined;
|
|
@@ -25,7 +26,6 @@ export declare const FvSearchBox: import("../../types/plugins/component-plugin")
|
|
|
25
26
|
readonly focusBorderColor?: string | undefined;
|
|
26
27
|
readonly revealBorder?: boolean | undefined;
|
|
27
28
|
readonly status?: string | undefined;
|
|
28
|
-
readonly debounceDelay?: number | undefined;
|
|
29
29
|
readonly options?: never[] | undefined;
|
|
30
30
|
readonly customFilter?: boolean | undefined;
|
|
31
31
|
readonly resultPlaceholder?: boolean | undefined;
|
|
@@ -87,6 +87,7 @@ export declare const FvSearchBox: import("../../types/plugins/component-plugin")
|
|
|
87
87
|
readonly lang?: string | undefined;
|
|
88
88
|
readonly modelValue?: string | undefined;
|
|
89
89
|
readonly icon?: string | undefined;
|
|
90
|
+
readonly debounceDelay?: number | undefined;
|
|
90
91
|
readonly foreground?: string | undefined;
|
|
91
92
|
readonly isBoxShadow?: boolean | undefined;
|
|
92
93
|
readonly placeholder?: string | undefined;
|
|
@@ -96,7 +97,6 @@ export declare const FvSearchBox: import("../../types/plugins/component-plugin")
|
|
|
96
97
|
readonly focusBorderColor?: string | undefined;
|
|
97
98
|
readonly revealBorder?: boolean | undefined;
|
|
98
99
|
readonly status?: string | undefined;
|
|
99
|
-
readonly debounceDelay?: number | undefined;
|
|
100
100
|
readonly options?: never[] | undefined;
|
|
101
101
|
readonly customFilter?: boolean | undefined;
|
|
102
102
|
readonly resultPlaceholder?: boolean | undefined;
|
|
@@ -155,6 +155,7 @@ export declare const FvSearchBox: import("../../types/plugins/component-plugin")
|
|
|
155
155
|
readonly lang?: string | undefined;
|
|
156
156
|
readonly modelValue?: string | undefined;
|
|
157
157
|
readonly icon?: string | undefined;
|
|
158
|
+
readonly debounceDelay?: number | undefined;
|
|
158
159
|
readonly foreground?: string | undefined;
|
|
159
160
|
readonly isBoxShadow?: boolean | undefined;
|
|
160
161
|
readonly placeholder?: string | undefined;
|
|
@@ -164,7 +165,6 @@ export declare const FvSearchBox: import("../../types/plugins/component-plugin")
|
|
|
164
165
|
readonly focusBorderColor?: string | undefined;
|
|
165
166
|
readonly revealBorder?: boolean | undefined;
|
|
166
167
|
readonly status?: string | undefined;
|
|
167
|
-
readonly debounceDelay?: number | undefined;
|
|
168
168
|
readonly options?: never[] | undefined;
|
|
169
169
|
readonly customFilter?: boolean | undefined;
|
|
170
170
|
readonly resultPlaceholder?: boolean | undefined;
|
|
@@ -15,6 +15,7 @@ declare const _default: {
|
|
|
15
15
|
readonly lang?: string | undefined;
|
|
16
16
|
readonly modelValue?: string | undefined;
|
|
17
17
|
readonly icon?: string | undefined;
|
|
18
|
+
readonly debounceDelay?: number | undefined;
|
|
18
19
|
readonly foreground?: string | undefined;
|
|
19
20
|
readonly isBoxShadow?: boolean | undefined;
|
|
20
21
|
readonly placeholder?: string | undefined;
|
|
@@ -24,7 +25,6 @@ declare const _default: {
|
|
|
24
25
|
readonly focusBorderColor?: string | undefined;
|
|
25
26
|
readonly revealBorder?: boolean | undefined;
|
|
26
27
|
readonly status?: string | undefined;
|
|
27
|
-
readonly debounceDelay?: number | undefined;
|
|
28
28
|
readonly options?: never[] | undefined;
|
|
29
29
|
readonly customFilter?: boolean | undefined;
|
|
30
30
|
readonly resultPlaceholder?: boolean | undefined;
|
|
@@ -86,6 +86,7 @@ declare const _default: {
|
|
|
86
86
|
readonly lang?: string | undefined;
|
|
87
87
|
readonly modelValue?: string | undefined;
|
|
88
88
|
readonly icon?: string | undefined;
|
|
89
|
+
readonly debounceDelay?: number | undefined;
|
|
89
90
|
readonly foreground?: string | undefined;
|
|
90
91
|
readonly isBoxShadow?: boolean | undefined;
|
|
91
92
|
readonly placeholder?: string | undefined;
|
|
@@ -95,7 +96,6 @@ declare const _default: {
|
|
|
95
96
|
readonly focusBorderColor?: string | undefined;
|
|
96
97
|
readonly revealBorder?: boolean | undefined;
|
|
97
98
|
readonly status?: string | undefined;
|
|
98
|
-
readonly debounceDelay?: number | undefined;
|
|
99
99
|
readonly options?: never[] | undefined;
|
|
100
100
|
readonly customFilter?: boolean | undefined;
|
|
101
101
|
readonly resultPlaceholder?: boolean | undefined;
|
|
@@ -154,6 +154,7 @@ declare const _default: {
|
|
|
154
154
|
readonly lang?: string | undefined;
|
|
155
155
|
readonly modelValue?: string | undefined;
|
|
156
156
|
readonly icon?: string | undefined;
|
|
157
|
+
readonly debounceDelay?: number | undefined;
|
|
157
158
|
readonly foreground?: string | undefined;
|
|
158
159
|
readonly isBoxShadow?: boolean | undefined;
|
|
159
160
|
readonly placeholder?: string | undefined;
|
|
@@ -163,7 +164,6 @@ declare const _default: {
|
|
|
163
164
|
readonly focusBorderColor?: string | undefined;
|
|
164
165
|
readonly revealBorder?: boolean | undefined;
|
|
165
166
|
readonly status?: string | undefined;
|
|
166
|
-
readonly debounceDelay?: number | undefined;
|
|
167
167
|
readonly options?: never[] | undefined;
|
|
168
168
|
readonly customFilter?: boolean | undefined;
|
|
169
169
|
readonly resultPlaceholder?: boolean | undefined;
|
|
@@ -20,6 +20,7 @@ export declare const FvTextBox: import("../../types/plugins/component-plugin").C
|
|
|
20
20
|
readonly lang?: string | undefined;
|
|
21
21
|
readonly modelValue?: string | undefined;
|
|
22
22
|
readonly icon?: string | undefined;
|
|
23
|
+
readonly debounceDelay?: number | undefined;
|
|
23
24
|
readonly foreground?: string | undefined;
|
|
24
25
|
readonly revealBorderColor?: boolean | undefined;
|
|
25
26
|
readonly revealBackgroundColor?: boolean | undefined;
|
|
@@ -38,7 +39,6 @@ export declare const FvTextBox: import("../../types/plugins/component-plugin").C
|
|
|
38
39
|
readonly focusBorderColor?: string | undefined;
|
|
39
40
|
readonly revealBorder?: boolean | undefined;
|
|
40
41
|
readonly status?: string | undefined;
|
|
41
|
-
readonly debounceDelay?: number | undefined;
|
|
42
42
|
};
|
|
43
43
|
$emit: (event: "change" | "click" | "keydown" | "keyup" | "paste" | "update:modelValue" | "debounce-input" | "left-icon-click" | "icon-click", ...args: any[]) => void;
|
|
44
44
|
}, {
|
|
@@ -82,6 +82,7 @@ export declare const FvTextBox: import("../../types/plugins/component-plugin").C
|
|
|
82
82
|
readonly lang?: string | undefined;
|
|
83
83
|
readonly modelValue?: string | undefined;
|
|
84
84
|
readonly icon?: string | undefined;
|
|
85
|
+
readonly debounceDelay?: number | undefined;
|
|
85
86
|
readonly foreground?: string | undefined;
|
|
86
87
|
readonly revealBorderColor?: boolean | undefined;
|
|
87
88
|
readonly revealBackgroundColor?: boolean | undefined;
|
|
@@ -100,7 +101,6 @@ export declare const FvTextBox: import("../../types/plugins/component-plugin").C
|
|
|
100
101
|
readonly focusBorderColor?: string | undefined;
|
|
101
102
|
readonly revealBorder?: boolean | undefined;
|
|
102
103
|
readonly status?: string | undefined;
|
|
103
|
-
readonly debounceDelay?: number | undefined;
|
|
104
104
|
};
|
|
105
105
|
$emit: (event: "change" | "click" | "keydown" | "keyup" | "paste" | "update:modelValue" | "debounce-input" | "left-icon-click" | "icon-click", ...args: any[]) => void;
|
|
106
106
|
}, {
|
|
@@ -141,6 +141,7 @@ export declare const FvTextBox: import("../../types/plugins/component-plugin").C
|
|
|
141
141
|
readonly lang?: string | undefined;
|
|
142
142
|
readonly modelValue?: string | undefined;
|
|
143
143
|
readonly icon?: string | undefined;
|
|
144
|
+
readonly debounceDelay?: number | undefined;
|
|
144
145
|
readonly foreground?: string | undefined;
|
|
145
146
|
readonly revealBorderColor?: boolean | undefined;
|
|
146
147
|
readonly revealBackgroundColor?: boolean | undefined;
|
|
@@ -159,7 +160,6 @@ export declare const FvTextBox: import("../../types/plugins/component-plugin").C
|
|
|
159
160
|
readonly focusBorderColor?: string | undefined;
|
|
160
161
|
readonly revealBorder?: boolean | undefined;
|
|
161
162
|
readonly status?: string | undefined;
|
|
162
|
-
readonly debounceDelay?: number | undefined;
|
|
163
163
|
};
|
|
164
164
|
$emit: (event: "change" | "click" | "keydown" | "keyup" | "paste" | "update:modelValue" | "debounce-input" | "left-icon-click" | "icon-click", ...args: any[]) => void;
|
|
165
165
|
}, {
|
|
@@ -19,6 +19,7 @@ declare const _default: {
|
|
|
19
19
|
readonly lang?: string | undefined;
|
|
20
20
|
readonly modelValue?: string | undefined;
|
|
21
21
|
readonly icon?: string | undefined;
|
|
22
|
+
readonly debounceDelay?: number | undefined;
|
|
22
23
|
readonly foreground?: string | undefined;
|
|
23
24
|
readonly revealBorderColor?: boolean | undefined;
|
|
24
25
|
readonly revealBackgroundColor?: boolean | undefined;
|
|
@@ -37,7 +38,6 @@ declare const _default: {
|
|
|
37
38
|
readonly focusBorderColor?: string | undefined;
|
|
38
39
|
readonly revealBorder?: boolean | undefined;
|
|
39
40
|
readonly status?: string | undefined;
|
|
40
|
-
readonly debounceDelay?: number | undefined;
|
|
41
41
|
};
|
|
42
42
|
$emit: (event: "change" | "click" | "keydown" | "keyup" | "paste" | "update:modelValue" | "debounce-input" | "left-icon-click" | "icon-click", ...args: any[]) => void;
|
|
43
43
|
}, {
|
|
@@ -81,6 +81,7 @@ declare const _default: {
|
|
|
81
81
|
readonly lang?: string | undefined;
|
|
82
82
|
readonly modelValue?: string | undefined;
|
|
83
83
|
readonly icon?: string | undefined;
|
|
84
|
+
readonly debounceDelay?: number | undefined;
|
|
84
85
|
readonly foreground?: string | undefined;
|
|
85
86
|
readonly revealBorderColor?: boolean | undefined;
|
|
86
87
|
readonly revealBackgroundColor?: boolean | undefined;
|
|
@@ -99,7 +100,6 @@ declare const _default: {
|
|
|
99
100
|
readonly focusBorderColor?: string | undefined;
|
|
100
101
|
readonly revealBorder?: boolean | undefined;
|
|
101
102
|
readonly status?: string | undefined;
|
|
102
|
-
readonly debounceDelay?: number | undefined;
|
|
103
103
|
};
|
|
104
104
|
$emit: (event: "change" | "click" | "keydown" | "keyup" | "paste" | "update:modelValue" | "debounce-input" | "left-icon-click" | "icon-click", ...args: any[]) => void;
|
|
105
105
|
}, {
|
|
@@ -140,6 +140,7 @@ declare const _default: {
|
|
|
140
140
|
readonly lang?: string | undefined;
|
|
141
141
|
readonly modelValue?: string | undefined;
|
|
142
142
|
readonly icon?: string | undefined;
|
|
143
|
+
readonly debounceDelay?: number | undefined;
|
|
143
144
|
readonly foreground?: string | undefined;
|
|
144
145
|
readonly revealBorderColor?: boolean | undefined;
|
|
145
146
|
readonly revealBackgroundColor?: boolean | undefined;
|
|
@@ -158,7 +159,6 @@ declare const _default: {
|
|
|
158
159
|
readonly focusBorderColor?: string | undefined;
|
|
159
160
|
readonly revealBorder?: boolean | undefined;
|
|
160
161
|
readonly status?: string | undefined;
|
|
161
|
-
readonly debounceDelay?: number | undefined;
|
|
162
162
|
};
|
|
163
163
|
$emit: (event: "change" | "click" | "keydown" | "keyup" | "paste" | "update:modelValue" | "debounce-input" | "left-icon-click" | "icon-click", ...args: any[]) => void;
|
|
164
164
|
}, {
|