@creatorsn/vfluent3 0.3.28 → 0.3.30
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/style.css +1 -1
- package/dist/types/packages/breadcrumb/index.d.ts +12 -9
- package/dist/types/packages/breadcrumb/source/index.vue.d.ts +12 -9
- package/dist/types/packages/button/index.d.ts +6 -0
- package/dist/types/packages/button/source/index.vue.d.ts +6 -0
- package/dist/vfluent3.js +362 -341
- package/dist/vfluent3.umd.cjs +1 -1
- package/package.json +1 -1
|
@@ -2,8 +2,9 @@ import "./style";
|
|
|
2
2
|
export declare const FvBreadcrumb: import("../../types/plugins/component-plugin").ComponentPlugin<{
|
|
3
3
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
4
4
|
$props: {
|
|
5
|
+
readonly fontSize?: string | undefined;
|
|
5
6
|
readonly borderColor?: string | undefined;
|
|
6
|
-
readonly borderRadius?:
|
|
7
|
+
readonly borderRadius?: number | undefined;
|
|
7
8
|
readonly theme?: string | undefined;
|
|
8
9
|
readonly disabled?: boolean | undefined;
|
|
9
10
|
readonly lang?: string | undefined;
|
|
@@ -29,8 +30,8 @@ export declare const FvBreadcrumb: import("../../types/plugins/component-plugin"
|
|
|
29
30
|
outSideClickEvent(event: any): void;
|
|
30
31
|
editorMode(event: any): 0 | undefined;
|
|
31
32
|
handleEnter(event: any): void;
|
|
32
|
-
routeClick(): 0 | undefined;
|
|
33
|
-
routeItemClick(item: any, index: any): 0 | undefined;
|
|
33
|
+
routeClick(event: any): 0 | undefined;
|
|
34
|
+
routeItemClick(item: any, index: any, event: any): 0 | undefined;
|
|
34
35
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
|
|
35
36
|
P: {};
|
|
36
37
|
B: {};
|
|
@@ -40,8 +41,9 @@ export declare const FvBreadcrumb: import("../../types/plugins/component-plugin"
|
|
|
40
41
|
Defaults: {};
|
|
41
42
|
}, Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
42
43
|
$props: {
|
|
44
|
+
readonly fontSize?: string | undefined;
|
|
43
45
|
readonly borderColor?: string | undefined;
|
|
44
|
-
readonly borderRadius?:
|
|
46
|
+
readonly borderRadius?: number | undefined;
|
|
45
47
|
readonly theme?: string | undefined;
|
|
46
48
|
readonly disabled?: boolean | undefined;
|
|
47
49
|
readonly lang?: string | undefined;
|
|
@@ -67,16 +69,17 @@ export declare const FvBreadcrumb: import("../../types/plugins/component-plugin"
|
|
|
67
69
|
outSideClickEvent(event: any): void;
|
|
68
70
|
editorMode(event: any): 0 | undefined;
|
|
69
71
|
handleEnter(event: any): void;
|
|
70
|
-
routeClick(): 0 | undefined;
|
|
71
|
-
routeItemClick(item: any, index: any): 0 | undefined;
|
|
72
|
+
routeClick(event: any): 0 | undefined;
|
|
73
|
+
routeItemClick(item: any, index: any, event: any): 0 | undefined;
|
|
72
74
|
}, {}>;
|
|
73
75
|
__isFragment?: undefined;
|
|
74
76
|
__isTeleport?: undefined;
|
|
75
77
|
__isSuspense?: undefined;
|
|
76
78
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
77
79
|
$props: {
|
|
80
|
+
readonly fontSize?: string | undefined;
|
|
78
81
|
readonly borderColor?: string | undefined;
|
|
79
|
-
readonly borderRadius?:
|
|
82
|
+
readonly borderRadius?: number | undefined;
|
|
80
83
|
readonly theme?: string | undefined;
|
|
81
84
|
readonly disabled?: boolean | undefined;
|
|
82
85
|
readonly lang?: string | undefined;
|
|
@@ -102,8 +105,8 @@ export declare const FvBreadcrumb: import("../../types/plugins/component-plugin"
|
|
|
102
105
|
outSideClickEvent(event: any): void;
|
|
103
106
|
editorMode(event: any): 0 | undefined;
|
|
104
107
|
handleEnter(event: any): void;
|
|
105
|
-
routeClick(): 0 | undefined;
|
|
106
|
-
routeItemClick(item: any, index: any): 0 | undefined;
|
|
108
|
+
routeClick(event: any): 0 | undefined;
|
|
109
|
+
routeItemClick(item: any, index: any, event: any): 0 | undefined;
|
|
107
110
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
108
111
|
$slots: {
|
|
109
112
|
root: (_: {
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
3
3
|
$props: {
|
|
4
|
+
readonly fontSize?: string | undefined;
|
|
4
5
|
readonly borderColor?: string | undefined;
|
|
5
|
-
readonly borderRadius?:
|
|
6
|
+
readonly borderRadius?: number | undefined;
|
|
6
7
|
readonly theme?: string | undefined;
|
|
7
8
|
readonly disabled?: boolean | undefined;
|
|
8
9
|
readonly lang?: string | undefined;
|
|
@@ -28,8 +29,8 @@ declare const _default: {
|
|
|
28
29
|
outSideClickEvent(event: any): void;
|
|
29
30
|
editorMode(event: any): 0 | undefined;
|
|
30
31
|
handleEnter(event: any): void;
|
|
31
|
-
routeClick(): 0 | undefined;
|
|
32
|
-
routeItemClick(item: any, index: any): 0 | undefined;
|
|
32
|
+
routeClick(event: any): 0 | undefined;
|
|
33
|
+
routeItemClick(item: any, index: any, event: any): 0 | undefined;
|
|
33
34
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
|
|
34
35
|
P: {};
|
|
35
36
|
B: {};
|
|
@@ -39,8 +40,9 @@ declare const _default: {
|
|
|
39
40
|
Defaults: {};
|
|
40
41
|
}, Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
41
42
|
$props: {
|
|
43
|
+
readonly fontSize?: string | undefined;
|
|
42
44
|
readonly borderColor?: string | undefined;
|
|
43
|
-
readonly borderRadius?:
|
|
45
|
+
readonly borderRadius?: number | undefined;
|
|
44
46
|
readonly theme?: string | undefined;
|
|
45
47
|
readonly disabled?: boolean | undefined;
|
|
46
48
|
readonly lang?: string | undefined;
|
|
@@ -66,16 +68,17 @@ declare const _default: {
|
|
|
66
68
|
outSideClickEvent(event: any): void;
|
|
67
69
|
editorMode(event: any): 0 | undefined;
|
|
68
70
|
handleEnter(event: any): void;
|
|
69
|
-
routeClick(): 0 | undefined;
|
|
70
|
-
routeItemClick(item: any, index: any): 0 | undefined;
|
|
71
|
+
routeClick(event: any): 0 | undefined;
|
|
72
|
+
routeItemClick(item: any, index: any, event: any): 0 | undefined;
|
|
71
73
|
}, {}>;
|
|
72
74
|
__isFragment?: undefined;
|
|
73
75
|
__isTeleport?: undefined;
|
|
74
76
|
__isSuspense?: undefined;
|
|
75
77
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
76
78
|
$props: {
|
|
79
|
+
readonly fontSize?: string | undefined;
|
|
77
80
|
readonly borderColor?: string | undefined;
|
|
78
|
-
readonly borderRadius?:
|
|
81
|
+
readonly borderRadius?: number | undefined;
|
|
79
82
|
readonly theme?: string | undefined;
|
|
80
83
|
readonly disabled?: boolean | undefined;
|
|
81
84
|
readonly lang?: string | undefined;
|
|
@@ -101,8 +104,8 @@ declare const _default: {
|
|
|
101
104
|
outSideClickEvent(event: any): void;
|
|
102
105
|
editorMode(event: any): 0 | undefined;
|
|
103
106
|
handleEnter(event: any): void;
|
|
104
|
-
routeClick(): 0 | undefined;
|
|
105
|
-
routeItemClick(item: any, index: any): 0 | undefined;
|
|
107
|
+
routeClick(event: any): 0 | undefined;
|
|
108
|
+
routeItemClick(item: any, index: any, event: any): 0 | undefined;
|
|
106
109
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
107
110
|
$slots: {
|
|
108
111
|
root: (_: {
|
|
@@ -15,6 +15,8 @@ export declare const FvButton: import("../../types/plugins/component-plugin").Co
|
|
|
15
15
|
readonly foreground?: string | undefined;
|
|
16
16
|
readonly revealBorderColor?: boolean | undefined;
|
|
17
17
|
readonly revealBackgroundColor?: boolean | undefined;
|
|
18
|
+
readonly revealBorderGradientList?: never[] | undefined;
|
|
19
|
+
readonly revealBackgroundGradientList?: never[] | undefined;
|
|
18
20
|
readonly isBoxShadow?: boolean | undefined;
|
|
19
21
|
};
|
|
20
22
|
$emit: (event: "click", ...args: any[]) => void;
|
|
@@ -47,6 +49,8 @@ export declare const FvButton: import("../../types/plugins/component-plugin").Co
|
|
|
47
49
|
readonly foreground?: string | undefined;
|
|
48
50
|
readonly revealBorderColor?: boolean | undefined;
|
|
49
51
|
readonly revealBackgroundColor?: boolean | undefined;
|
|
52
|
+
readonly revealBorderGradientList?: never[] | undefined;
|
|
53
|
+
readonly revealBackgroundGradientList?: never[] | undefined;
|
|
50
54
|
readonly isBoxShadow?: boolean | undefined;
|
|
51
55
|
};
|
|
52
56
|
$emit: (event: "click", ...args: any[]) => void;
|
|
@@ -76,6 +80,8 @@ export declare const FvButton: import("../../types/plugins/component-plugin").Co
|
|
|
76
80
|
readonly foreground?: string | undefined;
|
|
77
81
|
readonly revealBorderColor?: boolean | undefined;
|
|
78
82
|
readonly revealBackgroundColor?: boolean | undefined;
|
|
83
|
+
readonly revealBorderGradientList?: never[] | undefined;
|
|
84
|
+
readonly revealBackgroundGradientList?: never[] | undefined;
|
|
79
85
|
readonly isBoxShadow?: boolean | undefined;
|
|
80
86
|
};
|
|
81
87
|
$emit: (event: "click", ...args: any[]) => void;
|
|
@@ -14,6 +14,8 @@ declare const _default: {
|
|
|
14
14
|
readonly foreground?: string | undefined;
|
|
15
15
|
readonly revealBorderColor?: boolean | undefined;
|
|
16
16
|
readonly revealBackgroundColor?: boolean | undefined;
|
|
17
|
+
readonly revealBorderGradientList?: never[] | undefined;
|
|
18
|
+
readonly revealBackgroundGradientList?: never[] | undefined;
|
|
17
19
|
readonly isBoxShadow?: boolean | undefined;
|
|
18
20
|
};
|
|
19
21
|
$emit: (event: "click", ...args: any[]) => void;
|
|
@@ -46,6 +48,8 @@ declare const _default: {
|
|
|
46
48
|
readonly foreground?: string | undefined;
|
|
47
49
|
readonly revealBorderColor?: boolean | undefined;
|
|
48
50
|
readonly revealBackgroundColor?: boolean | undefined;
|
|
51
|
+
readonly revealBorderGradientList?: never[] | undefined;
|
|
52
|
+
readonly revealBackgroundGradientList?: never[] | undefined;
|
|
49
53
|
readonly isBoxShadow?: boolean | undefined;
|
|
50
54
|
};
|
|
51
55
|
$emit: (event: "click", ...args: any[]) => void;
|
|
@@ -75,6 +79,8 @@ declare const _default: {
|
|
|
75
79
|
readonly foreground?: string | undefined;
|
|
76
80
|
readonly revealBorderColor?: boolean | undefined;
|
|
77
81
|
readonly revealBackgroundColor?: boolean | undefined;
|
|
82
|
+
readonly revealBorderGradientList?: never[] | undefined;
|
|
83
|
+
readonly revealBackgroundGradientList?: never[] | undefined;
|
|
78
84
|
readonly isBoxShadow?: boolean | undefined;
|
|
79
85
|
};
|
|
80
86
|
$emit: (event: "click", ...args: any[]) => void;
|