x-next 0.0.0-alpha.17 → 0.0.0-alpha.18
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.
@@ -12,7 +12,7 @@ export declare const XButton: {
|
|
12
12
|
default: number;
|
13
13
|
};
|
14
14
|
shape: {
|
15
|
-
type: import('vue').PropType<import('./props
|
15
|
+
type: import('vue').PropType<import('./props').ButtonShape>;
|
16
16
|
default: undefined;
|
17
17
|
};
|
18
18
|
link: {
|
@@ -20,11 +20,11 @@ export declare const XButton: {
|
|
20
20
|
default: boolean;
|
21
21
|
};
|
22
22
|
type: {
|
23
|
-
type: import('vue').PropType<import('./props
|
23
|
+
type: import('vue').PropType<import('./props').ButtonType>;
|
24
24
|
default: undefined;
|
25
25
|
};
|
26
26
|
status: {
|
27
|
-
type: import('vue').PropType<import('./props
|
27
|
+
type: import('vue').PropType<import('./props').ButtonStatus>;
|
28
28
|
default: undefined;
|
29
29
|
};
|
30
30
|
plain: {
|
@@ -32,7 +32,7 @@ export declare const XButton: {
|
|
32
32
|
default: boolean;
|
33
33
|
};
|
34
34
|
size: {
|
35
|
-
type: import('vue').PropType<import('./props
|
35
|
+
type: import('vue').PropType<import('./props').ButtonSize>;
|
36
36
|
default: string;
|
37
37
|
};
|
38
38
|
border: {
|
@@ -42,16 +42,16 @@ export declare const XButton: {
|
|
42
42
|
}>> & Readonly<{
|
43
43
|
onClick?: ((...args: any[]) => any) | undefined;
|
44
44
|
}>, () => any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], import('vue').PublicProps, {
|
45
|
-
size: import('./props
|
46
|
-
type: import('./props
|
45
|
+
size: import('./props').ButtonSize;
|
46
|
+
type: import('./props').ButtonType;
|
47
47
|
link: boolean;
|
48
48
|
disabled: boolean;
|
49
49
|
block: boolean;
|
50
50
|
loading: boolean;
|
51
51
|
loadingFill: boolean;
|
52
52
|
debounce: number;
|
53
|
-
shape: import('./props
|
54
|
-
status: import('./props
|
53
|
+
shape: import('./props').ButtonShape;
|
54
|
+
status: import('./props').ButtonStatus;
|
55
55
|
plain: boolean;
|
56
56
|
border: boolean;
|
57
57
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
@@ -74,7 +74,7 @@ export declare const XButton: {
|
|
74
74
|
default: number;
|
75
75
|
};
|
76
76
|
shape: {
|
77
|
-
type: import('vue').PropType<import('./props
|
77
|
+
type: import('vue').PropType<import('./props').ButtonShape>;
|
78
78
|
default: undefined;
|
79
79
|
};
|
80
80
|
link: {
|
@@ -82,11 +82,11 @@ export declare const XButton: {
|
|
82
82
|
default: boolean;
|
83
83
|
};
|
84
84
|
type: {
|
85
|
-
type: import('vue').PropType<import('./props
|
85
|
+
type: import('vue').PropType<import('./props').ButtonType>;
|
86
86
|
default: undefined;
|
87
87
|
};
|
88
88
|
status: {
|
89
|
-
type: import('vue').PropType<import('./props
|
89
|
+
type: import('vue').PropType<import('./props').ButtonStatus>;
|
90
90
|
default: undefined;
|
91
91
|
};
|
92
92
|
plain: {
|
@@ -94,7 +94,7 @@ export declare const XButton: {
|
|
94
94
|
default: boolean;
|
95
95
|
};
|
96
96
|
size: {
|
97
|
-
type: import('vue').PropType<import('./props
|
97
|
+
type: import('vue').PropType<import('./props').ButtonSize>;
|
98
98
|
default: string;
|
99
99
|
};
|
100
100
|
border: {
|
@@ -104,16 +104,16 @@ export declare const XButton: {
|
|
104
104
|
}>> & Readonly<{
|
105
105
|
onClick?: ((...args: any[]) => any) | undefined;
|
106
106
|
}>, () => any, {}, {}, {}, {
|
107
|
-
size: import('./props
|
108
|
-
type: import('./props
|
107
|
+
size: import('./props').ButtonSize;
|
108
|
+
type: import('./props').ButtonType;
|
109
109
|
link: boolean;
|
110
110
|
disabled: boolean;
|
111
111
|
block: boolean;
|
112
112
|
loading: boolean;
|
113
113
|
loadingFill: boolean;
|
114
114
|
debounce: number;
|
115
|
-
shape: import('./props
|
116
|
-
status: import('./props
|
115
|
+
shape: import('./props').ButtonShape;
|
116
|
+
status: import('./props').ButtonStatus;
|
117
117
|
plain: boolean;
|
118
118
|
border: boolean;
|
119
119
|
}>;
|
@@ -133,7 +133,7 @@ export declare const XButton: {
|
|
133
133
|
default: number;
|
134
134
|
};
|
135
135
|
shape: {
|
136
|
-
type: import('vue').PropType<import('./props
|
136
|
+
type: import('vue').PropType<import('./props').ButtonShape>;
|
137
137
|
default: undefined;
|
138
138
|
};
|
139
139
|
link: {
|
@@ -141,11 +141,11 @@ export declare const XButton: {
|
|
141
141
|
default: boolean;
|
142
142
|
};
|
143
143
|
type: {
|
144
|
-
type: import('vue').PropType<import('./props
|
144
|
+
type: import('vue').PropType<import('./props').ButtonType>;
|
145
145
|
default: undefined;
|
146
146
|
};
|
147
147
|
status: {
|
148
|
-
type: import('vue').PropType<import('./props
|
148
|
+
type: import('vue').PropType<import('./props').ButtonStatus>;
|
149
149
|
default: undefined;
|
150
150
|
};
|
151
151
|
plain: {
|
@@ -153,7 +153,7 @@ export declare const XButton: {
|
|
153
153
|
default: boolean;
|
154
154
|
};
|
155
155
|
size: {
|
156
|
-
type: import('vue').PropType<import('./props
|
156
|
+
type: import('vue').PropType<import('./props').ButtonSize>;
|
157
157
|
default: string;
|
158
158
|
};
|
159
159
|
border: {
|
@@ -163,16 +163,16 @@ export declare const XButton: {
|
|
163
163
|
}>> & Readonly<{
|
164
164
|
onClick?: ((...args: any[]) => any) | undefined;
|
165
165
|
}>, () => any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", {
|
166
|
-
size: import('./props
|
167
|
-
type: import('./props
|
166
|
+
size: import('./props').ButtonSize;
|
167
|
+
type: import('./props').ButtonType;
|
168
168
|
link: boolean;
|
169
169
|
disabled: boolean;
|
170
170
|
block: boolean;
|
171
171
|
loading: boolean;
|
172
172
|
loadingFill: boolean;
|
173
173
|
debounce: number;
|
174
|
-
shape: import('./props
|
175
|
-
status: import('./props
|
174
|
+
shape: import('./props').ButtonShape;
|
175
|
+
status: import('./props').ButtonStatus;
|
176
176
|
plain: boolean;
|
177
177
|
border: boolean;
|
178
178
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & {
|