x-next 0.0.0-alpha.18 → 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.
@@ -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;
|