x-next 0.0.0-alpha.17 → 0.0.0-alpha.19
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 & {
|
@@ -5,11 +5,11 @@ export declare const XMessage: {
|
|
5
5
|
default: string;
|
6
6
|
};
|
7
7
|
message: {
|
8
|
-
type: import('vue').PropType<import('./props
|
8
|
+
type: import('vue').PropType<import('./props').IMessage>;
|
9
9
|
default: string;
|
10
10
|
};
|
11
11
|
type: {
|
12
|
-
type: import('vue').PropType<import('./props
|
12
|
+
type: import('vue').PropType<import('./props').IMessageType>;
|
13
13
|
default: string;
|
14
14
|
};
|
15
15
|
duration: {
|
@@ -45,7 +45,7 @@ export declare const XMessage: {
|
|
45
45
|
onDestroy?: ((...args: any[]) => any) | undefined;
|
46
46
|
}>, () => any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "destroy"[], import('vue').PublicProps, {
|
47
47
|
type: "success" | "warning" | "strong" | "info" | "error";
|
48
|
-
message: import('./props
|
48
|
+
message: import('./props').IMessage;
|
49
49
|
zIndex: number;
|
50
50
|
offset: number;
|
51
51
|
center: boolean;
|
@@ -68,11 +68,11 @@ export declare const XMessage: {
|
|
68
68
|
default: string;
|
69
69
|
};
|
70
70
|
message: {
|
71
|
-
type: import('vue').PropType<import('./props
|
71
|
+
type: import('vue').PropType<import('./props').IMessage>;
|
72
72
|
default: string;
|
73
73
|
};
|
74
74
|
type: {
|
75
|
-
type: import('vue').PropType<import('./props
|
75
|
+
type: import('vue').PropType<import('./props').IMessageType>;
|
76
76
|
default: string;
|
77
77
|
};
|
78
78
|
duration: {
|
@@ -108,7 +108,7 @@ export declare const XMessage: {
|
|
108
108
|
onDestroy?: ((...args: any[]) => any) | undefined;
|
109
109
|
}>, () => any, {}, {}, {}, {
|
110
110
|
type: "success" | "warning" | "strong" | "info" | "error";
|
111
|
-
message: import('./props
|
111
|
+
message: import('./props').IMessage;
|
112
112
|
zIndex: number;
|
113
113
|
offset: number;
|
114
114
|
center: boolean;
|
@@ -128,11 +128,11 @@ export declare const XMessage: {
|
|
128
128
|
default: string;
|
129
129
|
};
|
130
130
|
message: {
|
131
|
-
type: import('vue').PropType<import('./props
|
131
|
+
type: import('vue').PropType<import('./props').IMessage>;
|
132
132
|
default: string;
|
133
133
|
};
|
134
134
|
type: {
|
135
|
-
type: import('vue').PropType<import('./props
|
135
|
+
type: import('vue').PropType<import('./props').IMessageType>;
|
136
136
|
default: string;
|
137
137
|
};
|
138
138
|
duration: {
|
@@ -168,7 +168,7 @@ export declare const XMessage: {
|
|
168
168
|
onDestroy?: ((...args: any[]) => any) | undefined;
|
169
169
|
}>, () => any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "destroy"[], "destroy", {
|
170
170
|
type: "success" | "warning" | "strong" | "info" | "error";
|
171
|
-
message: import('./props
|
171
|
+
message: import('./props').IMessage;
|
172
172
|
zIndex: number;
|
173
173
|
offset: number;
|
174
174
|
center: boolean;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
export declare const XNotification: {
|
2
2
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
3
3
|
position: {
|
4
|
-
type: import('vue').PropType<import('./props
|
4
|
+
type: import('vue').PropType<import('./props').NotificationPosition>;
|
5
5
|
default: string;
|
6
6
|
};
|
7
7
|
offset: {
|
@@ -13,7 +13,7 @@ export declare const XNotification: {
|
|
13
13
|
default: string;
|
14
14
|
};
|
15
15
|
type: {
|
16
|
-
type: import('vue').PropType<import('./props
|
16
|
+
type: import('vue').PropType<import('./props').NotificationType>;
|
17
17
|
default: string;
|
18
18
|
};
|
19
19
|
message: {
|
@@ -43,7 +43,7 @@ export declare const XNotification: {
|
|
43
43
|
type: "success" | "warning" | "strong" | "info" | "error";
|
44
44
|
title: string;
|
45
45
|
message: string;
|
46
|
-
position: import('./props
|
46
|
+
position: import('./props').NotificationPosition;
|
47
47
|
offset: number;
|
48
48
|
showClose: boolean;
|
49
49
|
onClose: () => void;
|
@@ -58,7 +58,7 @@ export declare const XNotification: {
|
|
58
58
|
Defaults: {};
|
59
59
|
}, Readonly<import('vue').ExtractPropTypes<{
|
60
60
|
position: {
|
61
|
-
type: import('vue').PropType<import('./props
|
61
|
+
type: import('vue').PropType<import('./props').NotificationPosition>;
|
62
62
|
default: string;
|
63
63
|
};
|
64
64
|
offset: {
|
@@ -70,7 +70,7 @@ export declare const XNotification: {
|
|
70
70
|
default: string;
|
71
71
|
};
|
72
72
|
type: {
|
73
|
-
type: import('vue').PropType<import('./props
|
73
|
+
type: import('vue').PropType<import('./props').NotificationType>;
|
74
74
|
default: string;
|
75
75
|
};
|
76
76
|
message: {
|
@@ -100,7 +100,7 @@ export declare const XNotification: {
|
|
100
100
|
type: "success" | "warning" | "strong" | "info" | "error";
|
101
101
|
title: string;
|
102
102
|
message: string;
|
103
|
-
position: import('./props
|
103
|
+
position: import('./props').NotificationPosition;
|
104
104
|
offset: number;
|
105
105
|
showClose: boolean;
|
106
106
|
onClose: () => void;
|
@@ -112,7 +112,7 @@ export declare const XNotification: {
|
|
112
112
|
__isSuspense?: never;
|
113
113
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
114
114
|
position: {
|
115
|
-
type: import('vue').PropType<import('./props
|
115
|
+
type: import('vue').PropType<import('./props').NotificationPosition>;
|
116
116
|
default: string;
|
117
117
|
};
|
118
118
|
offset: {
|
@@ -124,7 +124,7 @@ export declare const XNotification: {
|
|
124
124
|
default: string;
|
125
125
|
};
|
126
126
|
type: {
|
127
|
-
type: import('vue').PropType<import('./props
|
127
|
+
type: import('vue').PropType<import('./props').NotificationType>;
|
128
128
|
default: string;
|
129
129
|
};
|
130
130
|
message: {
|
@@ -154,7 +154,7 @@ export declare const XNotification: {
|
|
154
154
|
type: "success" | "warning" | "strong" | "info" | "error";
|
155
155
|
title: string;
|
156
156
|
message: string;
|
157
|
-
position: import('./props
|
157
|
+
position: import('./props').NotificationPosition;
|
158
158
|
offset: number;
|
159
159
|
showClose: boolean;
|
160
160
|
onClose: () => void;
|