x-next 0.0.0-alpha.16 → 0.0.0-alpha.17

Sign up to get free protection for your applications and to get access to all the features.
Files changed (33) hide show
  1. package/dist/components/button/Button.d.ts +2 -2
  2. package/dist/components/button/index.d.ts +6 -6
  3. package/dist/components/dialog/{index.vue.d.ts → Dialog.d.ts} +4 -37
  4. package/dist/components/dialog/index.d.ts +334 -0
  5. package/dist/components/index.d.ts +5 -0
  6. package/dist/components/message/Message.d.ts +102 -0
  7. package/dist/components/message/index.d.ts +184 -0
  8. package/dist/components/message-box/MessageBox.d.ts +3 -0
  9. package/dist/components/message-box/index.d.ts +4 -3
  10. package/dist/components/message-box/warp.d.ts +1 -1
  11. package/dist/components/notification/Notification.d.ts +89 -0
  12. package/dist/components/notification/index.d.ts +166 -0
  13. package/dist/components/space/Space.d.ts +42 -0
  14. package/dist/components/space/index.d.ts +65 -25
  15. package/dist/icons/animation/animation-loading.d.ts +48 -4
  16. package/dist/icons/default/{exclamation-circle-fill.vue.d.ts → check-circle-fill.d.ts} +2 -7
  17. package/dist/icons/{animation/animation-loading.vue.d.ts → default/close-circle-fill.d.ts} +2 -7
  18. package/dist/icons/default/{check-circle-fill.vue.d.ts → exclamation-circle-fill.d.ts} +2 -7
  19. package/dist/icons/default/{close-circle-fill.vue.d.ts → info-circle-fill.d.ts} +2 -7
  20. package/dist/icons/default/minus-circle-fill.d.ts +50 -0
  21. package/dist/icons/icon.d.ts +50 -0
  22. package/dist/icons/index.d.ts +6 -6
  23. package/dist/index.es.js +787 -944
  24. package/dist/index.umd.js +1 -1
  25. package/dist/style.css +1 -1
  26. package/dist/types.d.ts +5 -0
  27. package/package.json +2 -2
  28. package/dist/_utils/icon.d.ts +0 -59
  29. package/dist/components/message/index.vue.d.ts +0 -387
  30. package/dist/components/notification/index.vue.d.ts +0 -160
  31. package/dist/icons/default/info-circle-fill.vue.d.ts +0 -55
  32. package/dist/icons/default/minus-circle-fill.vue.d.ts +0 -55
  33. package/dist/web-types.json +0 -11
@@ -0,0 +1,184 @@
1
+ export declare const XMessage: {
2
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
3
+ id: {
4
+ type: StringConstructor;
5
+ default: string;
6
+ };
7
+ message: {
8
+ type: import('vue').PropType<import('./props.ts').IMessage>;
9
+ default: string;
10
+ };
11
+ type: {
12
+ type: import('vue').PropType<import('./props.ts').IMessageType>;
13
+ default: string;
14
+ };
15
+ duration: {
16
+ type: NumberConstructor;
17
+ default: number;
18
+ };
19
+ center: {
20
+ type: BooleanConstructor;
21
+ default: boolean;
22
+ };
23
+ onClose: {
24
+ type: import('vue').PropType<() => void>;
25
+ default: () => void;
26
+ };
27
+ offset: {
28
+ type: NumberConstructor;
29
+ default: number;
30
+ };
31
+ zIndex: {
32
+ type: NumberConstructor;
33
+ default: number;
34
+ };
35
+ showClose: {
36
+ type: BooleanConstructor;
37
+ default: boolean;
38
+ };
39
+ useHTML: BooleanConstructor;
40
+ popupClass: {
41
+ type: StringConstructor;
42
+ default: undefined;
43
+ };
44
+ }>> & Readonly<{
45
+ onDestroy?: ((...args: any[]) => any) | undefined;
46
+ }>, () => any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "destroy"[], import('vue').PublicProps, {
47
+ type: "success" | "warning" | "strong" | "info" | "error";
48
+ message: import('./props.ts').IMessage;
49
+ zIndex: number;
50
+ offset: number;
51
+ center: boolean;
52
+ popupClass: string;
53
+ showClose: boolean;
54
+ onClose: () => void;
55
+ useHTML: boolean;
56
+ id: string;
57
+ duration: number;
58
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
59
+ P: {};
60
+ B: {};
61
+ D: {};
62
+ C: {};
63
+ M: {};
64
+ Defaults: {};
65
+ }, Readonly<import('vue').ExtractPropTypes<{
66
+ id: {
67
+ type: StringConstructor;
68
+ default: string;
69
+ };
70
+ message: {
71
+ type: import('vue').PropType<import('./props.ts').IMessage>;
72
+ default: string;
73
+ };
74
+ type: {
75
+ type: import('vue').PropType<import('./props.ts').IMessageType>;
76
+ default: string;
77
+ };
78
+ duration: {
79
+ type: NumberConstructor;
80
+ default: number;
81
+ };
82
+ center: {
83
+ type: BooleanConstructor;
84
+ default: boolean;
85
+ };
86
+ onClose: {
87
+ type: import('vue').PropType<() => void>;
88
+ default: () => void;
89
+ };
90
+ offset: {
91
+ type: NumberConstructor;
92
+ default: number;
93
+ };
94
+ zIndex: {
95
+ type: NumberConstructor;
96
+ default: number;
97
+ };
98
+ showClose: {
99
+ type: BooleanConstructor;
100
+ default: boolean;
101
+ };
102
+ useHTML: BooleanConstructor;
103
+ popupClass: {
104
+ type: StringConstructor;
105
+ default: undefined;
106
+ };
107
+ }>> & Readonly<{
108
+ onDestroy?: ((...args: any[]) => any) | undefined;
109
+ }>, () => any, {}, {}, {}, {
110
+ type: "success" | "warning" | "strong" | "info" | "error";
111
+ message: import('./props.ts').IMessage;
112
+ zIndex: number;
113
+ offset: number;
114
+ center: boolean;
115
+ popupClass: string;
116
+ showClose: boolean;
117
+ onClose: () => void;
118
+ useHTML: boolean;
119
+ id: string;
120
+ duration: number;
121
+ }>;
122
+ __isFragment?: never;
123
+ __isTeleport?: never;
124
+ __isSuspense?: never;
125
+ } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
126
+ id: {
127
+ type: StringConstructor;
128
+ default: string;
129
+ };
130
+ message: {
131
+ type: import('vue').PropType<import('./props.ts').IMessage>;
132
+ default: string;
133
+ };
134
+ type: {
135
+ type: import('vue').PropType<import('./props.ts').IMessageType>;
136
+ default: string;
137
+ };
138
+ duration: {
139
+ type: NumberConstructor;
140
+ default: number;
141
+ };
142
+ center: {
143
+ type: BooleanConstructor;
144
+ default: boolean;
145
+ };
146
+ onClose: {
147
+ type: import('vue').PropType<() => void>;
148
+ default: () => void;
149
+ };
150
+ offset: {
151
+ type: NumberConstructor;
152
+ default: number;
153
+ };
154
+ zIndex: {
155
+ type: NumberConstructor;
156
+ default: number;
157
+ };
158
+ showClose: {
159
+ type: BooleanConstructor;
160
+ default: boolean;
161
+ };
162
+ useHTML: BooleanConstructor;
163
+ popupClass: {
164
+ type: StringConstructor;
165
+ default: undefined;
166
+ };
167
+ }>> & Readonly<{
168
+ onDestroy?: ((...args: any[]) => any) | undefined;
169
+ }>, () => any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "destroy"[], "destroy", {
170
+ type: "success" | "warning" | "strong" | "info" | "error";
171
+ message: import('./props.ts').IMessage;
172
+ zIndex: number;
173
+ offset: number;
174
+ center: boolean;
175
+ popupClass: string;
176
+ showClose: boolean;
177
+ onClose: () => void;
178
+ useHTML: boolean;
179
+ id: string;
180
+ duration: number;
181
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & {
182
+ install(app: import('vue').App): void;
183
+ };
184
+ export { XMessage as default };
@@ -0,0 +1,3 @@
1
+ import { MessageBoxMethods } from './props';
2
+ declare const _default: MessageBoxMethods;
3
+ export default _default;
@@ -1,3 +1,4 @@
1
- import { MessageBoxMethods } from './props';
2
- declare const _default: MessageBoxMethods;
3
- export default _default;
1
+ export declare const XMessageBox: import('./props.ts').MessageBoxMethods & {
2
+ install(app: import('vue').App): void;
3
+ };
4
+ export { XMessageBox as default };
@@ -1,2 +1,2 @@
1
- import { default as MessageBox } from './';
1
+ import { default as MessageBox } from './MessageBox';
2
2
  export default MessageBox;
@@ -0,0 +1,89 @@
1
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
+ position: {
3
+ type: import('vue').PropType<import('./props').NotificationPosition>;
4
+ default: string;
5
+ };
6
+ offset: {
7
+ type: NumberConstructor;
8
+ default: number;
9
+ };
10
+ title: {
11
+ type: StringConstructor;
12
+ default: string;
13
+ };
14
+ type: {
15
+ type: import('vue').PropType<import('./props').NotificationType>;
16
+ default: string;
17
+ };
18
+ message: {
19
+ type: StringConstructor;
20
+ default: undefined;
21
+ };
22
+ duration: {
23
+ type: NumberConstructor;
24
+ default: number;
25
+ };
26
+ showClose: {
27
+ type: BooleanConstructor;
28
+ default: boolean;
29
+ };
30
+ onClose: {
31
+ type: import('vue').PropType<() => void>;
32
+ default: () => void;
33
+ };
34
+ renderToBody: {
35
+ type: BooleanConstructor;
36
+ default: boolean;
37
+ };
38
+ }>, () => any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("close" | "destroy")[], "close" | "destroy", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
39
+ position: {
40
+ type: import('vue').PropType<import('./props').NotificationPosition>;
41
+ default: string;
42
+ };
43
+ offset: {
44
+ type: NumberConstructor;
45
+ default: number;
46
+ };
47
+ title: {
48
+ type: StringConstructor;
49
+ default: string;
50
+ };
51
+ type: {
52
+ type: import('vue').PropType<import('./props').NotificationType>;
53
+ default: string;
54
+ };
55
+ message: {
56
+ type: StringConstructor;
57
+ default: undefined;
58
+ };
59
+ duration: {
60
+ type: NumberConstructor;
61
+ default: number;
62
+ };
63
+ showClose: {
64
+ type: BooleanConstructor;
65
+ default: boolean;
66
+ };
67
+ onClose: {
68
+ type: import('vue').PropType<() => void>;
69
+ default: () => void;
70
+ };
71
+ renderToBody: {
72
+ type: BooleanConstructor;
73
+ default: boolean;
74
+ };
75
+ }>> & Readonly<{
76
+ onClose?: ((...args: any[]) => any) | undefined;
77
+ onDestroy?: ((...args: any[]) => any) | undefined;
78
+ }>, {
79
+ type: "success" | "warning" | "strong" | "info" | "error";
80
+ title: string;
81
+ message: string;
82
+ position: import('./props').NotificationPosition;
83
+ offset: number;
84
+ showClose: boolean;
85
+ onClose: () => void;
86
+ duration: number;
87
+ renderToBody: boolean;
88
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
89
+ export default _default;
@@ -0,0 +1,166 @@
1
+ export declare const XNotification: {
2
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
3
+ position: {
4
+ type: import('vue').PropType<import('./props.ts').NotificationPosition>;
5
+ default: string;
6
+ };
7
+ offset: {
8
+ type: NumberConstructor;
9
+ default: number;
10
+ };
11
+ title: {
12
+ type: StringConstructor;
13
+ default: string;
14
+ };
15
+ type: {
16
+ type: import('vue').PropType<import('./props.ts').NotificationType>;
17
+ default: string;
18
+ };
19
+ message: {
20
+ type: StringConstructor;
21
+ default: undefined;
22
+ };
23
+ duration: {
24
+ type: NumberConstructor;
25
+ default: number;
26
+ };
27
+ showClose: {
28
+ type: BooleanConstructor;
29
+ default: boolean;
30
+ };
31
+ onClose: {
32
+ type: import('vue').PropType<() => void>;
33
+ default: () => void;
34
+ };
35
+ renderToBody: {
36
+ type: BooleanConstructor;
37
+ default: boolean;
38
+ };
39
+ }>> & Readonly<{
40
+ onClose?: ((...args: any[]) => any) | undefined;
41
+ onDestroy?: ((...args: any[]) => any) | undefined;
42
+ }>, () => any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("close" | "destroy")[], import('vue').PublicProps, {
43
+ type: "success" | "warning" | "strong" | "info" | "error";
44
+ title: string;
45
+ message: string;
46
+ position: import('./props.ts').NotificationPosition;
47
+ offset: number;
48
+ showClose: boolean;
49
+ onClose: () => void;
50
+ duration: number;
51
+ renderToBody: boolean;
52
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
53
+ P: {};
54
+ B: {};
55
+ D: {};
56
+ C: {};
57
+ M: {};
58
+ Defaults: {};
59
+ }, Readonly<import('vue').ExtractPropTypes<{
60
+ position: {
61
+ type: import('vue').PropType<import('./props.ts').NotificationPosition>;
62
+ default: string;
63
+ };
64
+ offset: {
65
+ type: NumberConstructor;
66
+ default: number;
67
+ };
68
+ title: {
69
+ type: StringConstructor;
70
+ default: string;
71
+ };
72
+ type: {
73
+ type: import('vue').PropType<import('./props.ts').NotificationType>;
74
+ default: string;
75
+ };
76
+ message: {
77
+ type: StringConstructor;
78
+ default: undefined;
79
+ };
80
+ duration: {
81
+ type: NumberConstructor;
82
+ default: number;
83
+ };
84
+ showClose: {
85
+ type: BooleanConstructor;
86
+ default: boolean;
87
+ };
88
+ onClose: {
89
+ type: import('vue').PropType<() => void>;
90
+ default: () => void;
91
+ };
92
+ renderToBody: {
93
+ type: BooleanConstructor;
94
+ default: boolean;
95
+ };
96
+ }>> & Readonly<{
97
+ onClose?: ((...args: any[]) => any) | undefined;
98
+ onDestroy?: ((...args: any[]) => any) | undefined;
99
+ }>, () => any, {}, {}, {}, {
100
+ type: "success" | "warning" | "strong" | "info" | "error";
101
+ title: string;
102
+ message: string;
103
+ position: import('./props.ts').NotificationPosition;
104
+ offset: number;
105
+ showClose: boolean;
106
+ onClose: () => void;
107
+ duration: number;
108
+ renderToBody: boolean;
109
+ }>;
110
+ __isFragment?: never;
111
+ __isTeleport?: never;
112
+ __isSuspense?: never;
113
+ } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
114
+ position: {
115
+ type: import('vue').PropType<import('./props.ts').NotificationPosition>;
116
+ default: string;
117
+ };
118
+ offset: {
119
+ type: NumberConstructor;
120
+ default: number;
121
+ };
122
+ title: {
123
+ type: StringConstructor;
124
+ default: string;
125
+ };
126
+ type: {
127
+ type: import('vue').PropType<import('./props.ts').NotificationType>;
128
+ default: string;
129
+ };
130
+ message: {
131
+ type: StringConstructor;
132
+ default: undefined;
133
+ };
134
+ duration: {
135
+ type: NumberConstructor;
136
+ default: number;
137
+ };
138
+ showClose: {
139
+ type: BooleanConstructor;
140
+ default: boolean;
141
+ };
142
+ onClose: {
143
+ type: import('vue').PropType<() => void>;
144
+ default: () => void;
145
+ };
146
+ renderToBody: {
147
+ type: BooleanConstructor;
148
+ default: boolean;
149
+ };
150
+ }>> & Readonly<{
151
+ onClose?: ((...args: any[]) => any) | undefined;
152
+ onDestroy?: ((...args: any[]) => any) | undefined;
153
+ }>, () => any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("close" | "destroy")[], "close" | "destroy", {
154
+ type: "success" | "warning" | "strong" | "info" | "error";
155
+ title: string;
156
+ message: string;
157
+ position: import('./props.ts').NotificationPosition;
158
+ offset: number;
159
+ showClose: boolean;
160
+ onClose: () => void;
161
+ duration: number;
162
+ renderToBody: boolean;
163
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & {
164
+ install(app: import('vue').App): void;
165
+ };
166
+ export { XNotification as default };
@@ -0,0 +1,42 @@
1
+ import { PropType } from 'vue';
2
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
3
+ direction: {
4
+ type: PropType<"horizontal" | "vertical">;
5
+ default: string;
6
+ };
7
+ size: {
8
+ type: PropType<number | "mini" | "small" | "medium" | "large">;
9
+ default: string;
10
+ };
11
+ align: {
12
+ type: PropType<"start" | "end" | "center" | "baseline">;
13
+ default: string;
14
+ };
15
+ fill: {
16
+ type: BooleanConstructor;
17
+ default: boolean;
18
+ };
19
+ }>, () => any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
20
+ direction: {
21
+ type: PropType<"horizontal" | "vertical">;
22
+ default: string;
23
+ };
24
+ size: {
25
+ type: PropType<number | "mini" | "small" | "medium" | "large">;
26
+ default: string;
27
+ };
28
+ align: {
29
+ type: PropType<"start" | "end" | "center" | "baseline">;
30
+ default: string;
31
+ };
32
+ fill: {
33
+ type: BooleanConstructor;
34
+ default: boolean;
35
+ };
36
+ }>> & Readonly<{}>, {
37
+ size: number | "mini" | "small" | "medium" | "large";
38
+ fill: boolean;
39
+ direction: "horizontal" | "vertical";
40
+ align: "center" | "end" | "start" | "baseline";
41
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
42
+ export default _default;
@@ -1,42 +1,82 @@
1
- import { PropType } from 'vue';
2
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1
+ export declare const XSpace: {
2
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
3
+ direction: {
4
+ type: import('vue').PropType<"horizontal" | "vertical">;
5
+ default: string;
6
+ };
7
+ size: {
8
+ type: import('vue').PropType<number | "mini" | "small" | "medium" | "large">;
9
+ default: string;
10
+ };
11
+ align: {
12
+ type: import('vue').PropType<"start" | "end" | "center" | "baseline">;
13
+ default: string;
14
+ };
15
+ fill: {
16
+ type: BooleanConstructor;
17
+ default: boolean;
18
+ };
19
+ }>> & Readonly<{}>, () => any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
20
+ size: number | "mini" | "small" | "medium" | "large";
21
+ fill: boolean;
22
+ direction: "horizontal" | "vertical";
23
+ align: "center" | "end" | "start" | "baseline";
24
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
25
+ P: {};
26
+ B: {};
27
+ D: {};
28
+ C: {};
29
+ M: {};
30
+ Defaults: {};
31
+ }, Readonly<import('vue').ExtractPropTypes<{
32
+ direction: {
33
+ type: import('vue').PropType<"horizontal" | "vertical">;
34
+ default: string;
35
+ };
36
+ size: {
37
+ type: import('vue').PropType<number | "mini" | "small" | "medium" | "large">;
38
+ default: string;
39
+ };
40
+ align: {
41
+ type: import('vue').PropType<"start" | "end" | "center" | "baseline">;
42
+ default: string;
43
+ };
44
+ fill: {
45
+ type: BooleanConstructor;
46
+ default: boolean;
47
+ };
48
+ }>> & Readonly<{}>, () => any, {}, {}, {}, {
49
+ size: number | "mini" | "small" | "medium" | "large";
50
+ fill: boolean;
51
+ direction: "horizontal" | "vertical";
52
+ align: "center" | "end" | "start" | "baseline";
53
+ }>;
54
+ __isFragment?: never;
55
+ __isTeleport?: never;
56
+ __isSuspense?: never;
57
+ } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
3
58
  direction: {
4
- type: PropType<"horizontal" | "vertical">;
59
+ type: import('vue').PropType<"horizontal" | "vertical">;
5
60
  default: string;
6
61
  };
7
62
  size: {
8
- type: PropType<number | "mini" | "small" | "medium" | "large">;
63
+ type: import('vue').PropType<number | "mini" | "small" | "medium" | "large">;
9
64
  default: string;
10
65
  };
11
66
  align: {
12
- type: PropType<"start" | "end" | "center" | "baseline">;
67
+ type: import('vue').PropType<"start" | "end" | "center" | "baseline">;
13
68
  default: string;
14
69
  };
15
70
  fill: {
16
71
  type: BooleanConstructor;
17
72
  default: boolean;
18
73
  };
19
- }>, () => any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
20
- direction: {
21
- type: PropType<"horizontal" | "vertical">;
22
- default: string;
23
- };
24
- size: {
25
- type: PropType<number | "mini" | "small" | "medium" | "large">;
26
- default: string;
27
- };
28
- align: {
29
- type: PropType<"start" | "end" | "center" | "baseline">;
30
- default: string;
31
- };
32
- fill: {
33
- type: BooleanConstructor;
34
- default: boolean;
35
- };
36
- }>> & Readonly<{}>, {
74
+ }>> & Readonly<{}>, () => any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
37
75
  size: number | "mini" | "small" | "medium" | "large";
38
76
  fill: boolean;
39
77
  direction: "horizontal" | "vertical";
40
78
  align: "center" | "end" | "start" | "baseline";
41
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
42
- export default _default;
79
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & {
80
+ install(app: import('vue').App): void;
81
+ };
82
+ export { XSpace as default };
@@ -1,6 +1,50 @@
1
1
  declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
- cls: StringConstructor;
3
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
4
- cls: StringConstructor;
5
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ size: {
3
+ type: (NumberConstructor | StringConstructor)[];
4
+ default: undefined;
5
+ };
6
+ rotate: {
7
+ type: NumberConstructor;
8
+ default: undefined;
9
+ };
10
+ spin: {
11
+ type: BooleanConstructor;
12
+ default: boolean;
13
+ };
14
+ color: {
15
+ type: StringConstructor;
16
+ default: undefined;
17
+ };
18
+ fillColor: {
19
+ type: ArrayConstructor;
20
+ default: undefined;
21
+ };
22
+ }>, () => any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
23
+ size: {
24
+ type: (NumberConstructor | StringConstructor)[];
25
+ default: undefined;
26
+ };
27
+ rotate: {
28
+ type: NumberConstructor;
29
+ default: undefined;
30
+ };
31
+ spin: {
32
+ type: BooleanConstructor;
33
+ default: boolean;
34
+ };
35
+ color: {
36
+ type: StringConstructor;
37
+ default: undefined;
38
+ };
39
+ fillColor: {
40
+ type: ArrayConstructor;
41
+ default: undefined;
42
+ };
43
+ }>> & Readonly<{}>, {
44
+ size: string | number;
45
+ rotate: number;
46
+ spin: boolean;
47
+ color: string;
48
+ fillColor: unknown[];
49
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
6
50
  export default _default;
@@ -19,12 +19,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
19
19
  type: ArrayConstructor;
20
20
  default: undefined;
21
21
  };
22
- }>, {
23
- cls: import('vue').ComputedRef<(string | {
24
- "x-icon-loading": boolean;
25
- })[]>;
26
- styles: import('vue').ComputedRef<import('vue').CSSProperties>;
27
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
22
+ }>, () => any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
28
23
  size: {
29
24
  type: (NumberConstructor | StringConstructor)[];
30
25
  default: undefined;
@@ -47,9 +42,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
47
42
  };
48
43
  }>> & Readonly<{}>, {
49
44
  size: string | number;
50
- color: string;
51
45
  rotate: number;
52
46
  spin: boolean;
47
+ color: string;
53
48
  fillColor: unknown[];
54
49
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
55
50
  export default _default;