x-next 0.0.0-alpha.16 → 0.0.0-alpha.18
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/components/button/Button.d.ts +2 -2
- package/dist/components/button/index.d.ts +27 -27
- package/dist/components/dialog/{index.vue.d.ts → Dialog.d.ts} +4 -37
- package/dist/components/dialog/index.d.ts +334 -0
- package/dist/components/index.d.ts +5 -0
- package/dist/components/message/Message.d.ts +102 -0
- package/dist/components/message/index.d.ts +184 -0
- package/dist/components/message-box/MessageBox.d.ts +3 -0
- package/dist/components/message-box/index.d.ts +4 -3
- package/dist/components/message-box/warp.d.ts +1 -1
- package/dist/components/notification/Notification.d.ts +89 -0
- package/dist/components/notification/index.d.ts +166 -0
- package/dist/components/space/Space.d.ts +42 -0
- package/dist/components/space/index.d.ts +65 -25
- package/dist/icons/animation/animation-loading.d.ts +48 -4
- package/dist/icons/default/{exclamation-circle-fill.vue.d.ts → check-circle-fill.d.ts} +2 -7
- package/dist/icons/{animation/animation-loading.vue.d.ts → default/close-circle-fill.d.ts} +2 -7
- package/dist/icons/default/{check-circle-fill.vue.d.ts → exclamation-circle-fill.d.ts} +2 -7
- package/dist/icons/default/{close-circle-fill.vue.d.ts → info-circle-fill.d.ts} +2 -7
- package/dist/icons/default/minus-circle-fill.d.ts +50 -0
- package/dist/icons/icon.d.ts +50 -0
- package/dist/icons/index.d.ts +6 -6
- package/dist/index.es.js +787 -944
- package/dist/index.umd.js +1 -1
- package/dist/style.css +1 -1
- package/dist/types.d.ts +5 -0
- package/package.json +2 -2
- package/dist/_utils/icon.d.ts +0 -59
- package/dist/components/message/index.vue.d.ts +0 -387
- package/dist/components/notification/index.vue.d.ts +0 -160
- package/dist/icons/default/info-circle-fill.vue.d.ts +0 -55
- package/dist/icons/default/minus-circle-fill.vue.d.ts +0 -55
- package/dist/web-types.json +0 -11
@@ -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;
|
@@ -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;
|
@@ -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;
|
@@ -0,0 +1,50 @@
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
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>;
|
50
|
+
export default _default;
|
@@ -0,0 +1,50 @@
|
|
1
|
+
import { JSX } from 'vue/jsx-runtime';
|
2
|
+
export declare function generateIcon(name: string, template: JSX.Element): import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
3
|
+
size: {
|
4
|
+
type: (NumberConstructor | StringConstructor)[];
|
5
|
+
default: undefined;
|
6
|
+
};
|
7
|
+
rotate: {
|
8
|
+
type: NumberConstructor;
|
9
|
+
default: undefined;
|
10
|
+
};
|
11
|
+
spin: {
|
12
|
+
type: BooleanConstructor;
|
13
|
+
default: boolean;
|
14
|
+
};
|
15
|
+
color: {
|
16
|
+
type: StringConstructor;
|
17
|
+
default: undefined;
|
18
|
+
};
|
19
|
+
fillColor: {
|
20
|
+
type: ArrayConstructor;
|
21
|
+
default: undefined;
|
22
|
+
};
|
23
|
+
}>, () => any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
24
|
+
size: {
|
25
|
+
type: (NumberConstructor | StringConstructor)[];
|
26
|
+
default: undefined;
|
27
|
+
};
|
28
|
+
rotate: {
|
29
|
+
type: NumberConstructor;
|
30
|
+
default: undefined;
|
31
|
+
};
|
32
|
+
spin: {
|
33
|
+
type: BooleanConstructor;
|
34
|
+
default: boolean;
|
35
|
+
};
|
36
|
+
color: {
|
37
|
+
type: StringConstructor;
|
38
|
+
default: undefined;
|
39
|
+
};
|
40
|
+
fillColor: {
|
41
|
+
type: ArrayConstructor;
|
42
|
+
default: undefined;
|
43
|
+
};
|
44
|
+
}>> & Readonly<{}>, {
|
45
|
+
size: string | number;
|
46
|
+
rotate: number;
|
47
|
+
spin: boolean;
|
48
|
+
color: string;
|
49
|
+
fillColor: unknown[];
|
50
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
package/dist/icons/index.d.ts
CHANGED
@@ -1,7 +1,7 @@
|
|
1
|
-
import { default as CloseCircleFill } from './default/close-circle-fill
|
2
|
-
import { default as CheckCircleFill } from './default/check-circle-fill
|
3
|
-
import { default as ExclamationCircleFill } from './default/exclamation-circle-fill
|
4
|
-
import { default as InfoCircleFill } from './default/info-circle-fill
|
5
|
-
import { default as MinusCircleFill } from './default/minus-circle-fill
|
6
|
-
import { default as AnimationLoading } from './animation/animation-loading
|
1
|
+
import { default as CloseCircleFill } from './default/close-circle-fill';
|
2
|
+
import { default as CheckCircleFill } from './default/check-circle-fill';
|
3
|
+
import { default as ExclamationCircleFill } from './default/exclamation-circle-fill';
|
4
|
+
import { default as InfoCircleFill } from './default/info-circle-fill';
|
5
|
+
import { default as MinusCircleFill } from './default/minus-circle-fill';
|
6
|
+
import { default as AnimationLoading } from './animation/animation-loading';
|
7
7
|
export { CloseCircleFill, CheckCircleFill, ExclamationCircleFill, InfoCircleFill, MinusCircleFill, AnimationLoading, };
|