x-next 0.0.0-alpha.3 → 0.0.0-alpha.31
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.
- package/README.md +1 -1
- package/{x-next → dist}/_utils/config.d.ts +1 -1
- package/dist/_utils/constant.d.ts +17 -0
- package/{x-next → dist}/_utils/is.d.ts +2 -0
- package/{x-next → dist}/_utils/vue-eco.d.ts +4 -1
- package/{x-next/componets/button/index.vue.d.ts → dist/components/button/Button.d.ts} +5 -70
- package/dist/components/button/index.d.ts +181 -0
- package/{x-next/componets/dialog/index.vue.d.ts → dist/components/dialog/Dialog.d.ts} +13 -46
- package/dist/components/dialog/index.d.ts +334 -0
- package/{x-next/componets → dist/components}/dialog/props.d.ts +5 -5
- package/dist/components/index.d.ts +7 -0
- package/dist/components/message/Message.d.ts +108 -0
- package/{x-next/componets/message/index.vue.d.ts → dist/components/message/MessageVue.vue.d.ts} +22 -47
- package/dist/components/message/index.d.ts +193 -0
- package/dist/components/message-box/index.d.ts +4 -0
- package/dist/components/message-box/warp.d.ts +2 -0
- package/dist/components/notification/Notification.d.ts +89 -0
- package/dist/components/notification/index.d.ts +166 -0
- package/dist/components/scrollbar/props.d.ts +16 -0
- package/{x-next/componets/space/index.d.ts → dist/components/space/Space.d.ts} +1 -1
- package/dist/components/space/index.d.ts +82 -0
- package/dist/components/tag-cloud/index.d.ts +0 -0
- package/dist/components/trend-chart/components/TrendChart.d.ts +277 -0
- package/dist/components/trend-chart/components/trend-chart-curve.d.ts +111 -0
- package/dist/components/trend-chart/components/trend-chart-grid.d.ts +55 -0
- package/dist/components/trend-chart/components/trend-chart-labels.d.ts +22 -0
- package/dist/components/trend-chart/helpers/genPath.d.ts +8 -0
- package/dist/components/trend-chart/helpers/genPoints.d.ts +3 -0
- package/dist/components/trend-chart/helpers/getPadding.d.ts +7 -0
- package/dist/components/trend-chart/helpers/validatePadding.d.ts +2 -0
- package/dist/components/trend-chart/index.d.ts +535 -0
- package/dist/components/trend-chart/props.d.ts +203 -0
- package/dist/components/trend-chart/themes.d.ts +128 -0
- package/{x-next/componets/trend-chart → dist/components/trend-chart.bak}/components/trend-chart-curve.d.ts +2 -5
- package/{x-next/componets/trend-chart → dist/components/trend-chart.bak}/components/trend-chart.d.ts +19 -15
- package/dist/components/trend-chart.bak/index.d.ts +530 -0
- package/{x-next/componets/trend-chart → dist/components/trend-chart.bak}/props.d.ts +10 -5
- package/dist/components/trend-chart.bak/themes.d.ts +152 -0
- package/dist/directives/clipboard/cache.d.ts +8 -0
- package/dist/directives/clipboard/clipboard.d.ts +18 -0
- package/dist/directives/clipboard/convert.d.ts +3 -0
- package/dist/directives/clipboard/index.d.ts +3 -0
- package/dist/directives/clipboard/plugin.d.ts +2 -0
- package/dist/directives/clipboard/textarea.d.ts +3 -0
- package/{x-next/icons/default/exclamation-circle-fill.vue.d.ts → dist/icons/animation/animation-loading.d.ts} +4 -9
- package/{x-next/icons/animation/animation-loading.vue.d.ts → dist/icons/default/check-circle-fill.d.ts} +4 -9
- package/{x-next/icons/default/close-circle-fill.vue.d.ts → dist/icons/default/close-circle-fill.d.ts} +4 -9
- package/{x-next/icons/default/check-circle-fill.vue.d.ts → dist/icons/default/exclamation-circle-fill.d.ts} +4 -9
- package/dist/icons/default/info-circle-fill.d.ts +50 -0
- package/dist/icons/default/logo-simple.d.ts +50 -0
- package/dist/icons/default/minus-circle-fill.d.ts +50 -0
- package/dist/icons/icon.d.ts +51 -0
- package/{x-next → dist}/icons/index.d.ts +8 -7
- package/dist/index.d.ts +13 -0
- package/dist/index.es.js +2064 -0
- package/dist/index.umd.js +1 -0
- package/dist/style.css +1 -0
- package/dist/types.d.ts +12 -0
- package/package.json +23 -13
- package/volar.d.ts +13 -0
- package/x-next/_utils/icon.d.ts +0 -59
- package/x-next/componets/message-box/warp.d.ts +0 -2
- package/x-next/componets/notification/index.vue.d.ts +0 -160
- package/x-next/componets/trend-chart/index.d.ts +0 -2
- package/x-next/icons/default/info-circle-fill.vue.d.ts +0 -55
- package/x-next/icons/default/minus-circle-fill.vue.d.ts +0 -55
- package/x-next/style.css +0 -1
- package/x-next/ui.d.ts +0 -5
- package/x-next/ui.js +0 -1357
- package/x-next/ui.umd.cjs +0 -1
- /package/{x-next → dist}/_hooks/use-overflow.d.ts +0 -0
- /package/{x-next → dist}/_hooks/use-popup-manager.d.ts +0 -0
- /package/{x-next → dist}/_props/css.d.ts +0 -0
- /package/{x-next → dist}/_props/global.d.ts +0 -0
- /package/{x-next → dist}/_utils/convert-case.d.ts +0 -0
- /package/{x-next → dist}/_utils/dom.d.ts +0 -0
- /package/{x-next → dist}/_utils/helpers.d.ts +0 -0
- /package/{x-next → dist}/_utils/keyboard.d.ts +0 -0
- /package/{x-next → dist}/_utils/number.d.ts +0 -0
- /package/{x-next/componets → dist/components}/button/props.d.ts +0 -0
- /package/{x-next/componets → dist/components}/dialog/use-props.d.ts +0 -0
- /package/{x-next/componets → dist/components}/dialog/use.d.ts +0 -0
- /package/{x-next/componets → dist/components}/dialog/warp.d.ts +0 -0
- /package/{x-next/componets → dist/components}/message/props.d.ts +0 -0
- /package/{x-next/componets → dist/components}/message/warp.d.ts +0 -0
- /package/{x-next/componets/message-box/index.d.ts → dist/components/message-box/MessageBox.d.ts} +0 -0
- /package/{x-next/componets → dist/components}/message-box/props.d.ts +0 -0
- /package/{x-next/componets → dist/components}/notification/props.d.ts +0 -0
- /package/{x-next/componets → dist/components}/notification/warp.d.ts +0 -0
- /package/{x-next/componets/tag-cloud → dist/components/scrollbar}/index.d.ts +0 -0
- /package/{x-next/componets/trend-chart → dist/components/trend-chart.bak}/components/trend-chart-grid.d.ts +0 -0
- /package/{x-next/componets/trend-chart → dist/components/trend-chart.bak}/components/trend-chart-labels.d.ts +0 -0
- /package/{x-next/componets/trend-chart → dist/components/trend-chart.bak}/helpers/genPath.d.ts +0 -0
- /package/{x-next/componets/trend-chart → dist/components/trend-chart.bak}/helpers/genPoints.d.ts +0 -0
- /package/{x-next/componets/trend-chart → dist/components/trend-chart.bak}/helpers/getPadding.d.ts +0 -0
- /package/{x-next/componets/trend-chart → dist/components/trend-chart.bak}/helpers/validatePadding.d.ts +0 -0
@@ -0,0 +1,152 @@
|
|
1
|
+
export declare const TrendChartTheme: {
|
2
|
+
DANGER: {
|
3
|
+
color: string;
|
4
|
+
point: {
|
5
|
+
radius: number;
|
6
|
+
borderWidth: number;
|
7
|
+
borderColor: string;
|
8
|
+
backgroundColor: string;
|
9
|
+
opacity: number;
|
10
|
+
hoverRadius: number;
|
11
|
+
hoverColor: string;
|
12
|
+
hoverBorderWidth: number;
|
13
|
+
hoverBorderColor: string;
|
14
|
+
hoverBackgroundColor: string;
|
15
|
+
hoverOpacity: number;
|
16
|
+
};
|
17
|
+
stroke: {
|
18
|
+
width: number;
|
19
|
+
color: string;
|
20
|
+
opacity: number;
|
21
|
+
};
|
22
|
+
fill: {
|
23
|
+
color: string;
|
24
|
+
opacity: number;
|
25
|
+
};
|
26
|
+
};
|
27
|
+
STRONG: {
|
28
|
+
color: string;
|
29
|
+
point: {
|
30
|
+
radius: number;
|
31
|
+
borderWidth: number;
|
32
|
+
borderColor: string;
|
33
|
+
backgroundColor: string;
|
34
|
+
opacity: number;
|
35
|
+
hoverRadius: number;
|
36
|
+
hoverColor: string;
|
37
|
+
hoverBorderWidth: number;
|
38
|
+
hoverBorderColor: string;
|
39
|
+
hoverBackgroundColor: string;
|
40
|
+
hoverOpacity: number;
|
41
|
+
};
|
42
|
+
stroke: {
|
43
|
+
width: number;
|
44
|
+
color: string;
|
45
|
+
opacity: number;
|
46
|
+
};
|
47
|
+
fill: {
|
48
|
+
color: string;
|
49
|
+
opacity: number;
|
50
|
+
};
|
51
|
+
};
|
52
|
+
WARNING: {
|
53
|
+
color: string;
|
54
|
+
point: {
|
55
|
+
radius: number;
|
56
|
+
borderWidth: number;
|
57
|
+
borderColor: string;
|
58
|
+
backgroundColor: string;
|
59
|
+
opacity: number;
|
60
|
+
hoverRadius: number;
|
61
|
+
hoverColor: string;
|
62
|
+
hoverBorderWidth: number;
|
63
|
+
hoverBorderColor: string;
|
64
|
+
hoverBackgroundColor: string;
|
65
|
+
hoverOpacity: number;
|
66
|
+
};
|
67
|
+
stroke: {
|
68
|
+
width: number;
|
69
|
+
color: string;
|
70
|
+
opacity: number;
|
71
|
+
};
|
72
|
+
fill: {
|
73
|
+
color: string;
|
74
|
+
opacity: number;
|
75
|
+
};
|
76
|
+
};
|
77
|
+
SUCCESS: {
|
78
|
+
color: string;
|
79
|
+
point: {
|
80
|
+
radius: number;
|
81
|
+
borderWidth: number;
|
82
|
+
borderColor: string;
|
83
|
+
backgroundColor: string;
|
84
|
+
opacity: number;
|
85
|
+
hoverRadius: number;
|
86
|
+
hoverColor: string;
|
87
|
+
hoverBorderWidth: number;
|
88
|
+
hoverBorderColor: string;
|
89
|
+
hoverBackgroundColor: string;
|
90
|
+
hoverOpacity: number;
|
91
|
+
};
|
92
|
+
stroke: {
|
93
|
+
width: number;
|
94
|
+
color: string;
|
95
|
+
opacity: number;
|
96
|
+
};
|
97
|
+
fill: {
|
98
|
+
color: string;
|
99
|
+
opacity: number;
|
100
|
+
};
|
101
|
+
};
|
102
|
+
INFO: {
|
103
|
+
color: string;
|
104
|
+
point: {
|
105
|
+
radius: number;
|
106
|
+
borderWidth: number;
|
107
|
+
borderColor: string;
|
108
|
+
backgroundColor: string;
|
109
|
+
opacity: number;
|
110
|
+
hoverRadius: number;
|
111
|
+
hoverColor: string;
|
112
|
+
hoverBorderWidth: number;
|
113
|
+
hoverBorderColor: string;
|
114
|
+
hoverBackgroundColor: string;
|
115
|
+
hoverOpacity: number;
|
116
|
+
};
|
117
|
+
stroke: {
|
118
|
+
width: number;
|
119
|
+
color: string;
|
120
|
+
opacity: number;
|
121
|
+
};
|
122
|
+
fill: {
|
123
|
+
color: string;
|
124
|
+
opacity: number;
|
125
|
+
};
|
126
|
+
};
|
127
|
+
PRIMARY: {
|
128
|
+
color: string;
|
129
|
+
point: {
|
130
|
+
radius: number;
|
131
|
+
borderWidth: number;
|
132
|
+
borderColor: string;
|
133
|
+
backgroundColor: string;
|
134
|
+
opacity: number;
|
135
|
+
hoverRadius: number;
|
136
|
+
hoverColor: string;
|
137
|
+
hoverBorderWidth: number;
|
138
|
+
hoverBorderColor: string;
|
139
|
+
hoverBackgroundColor: string;
|
140
|
+
hoverOpacity: number;
|
141
|
+
};
|
142
|
+
stroke: {
|
143
|
+
width: number;
|
144
|
+
color: string;
|
145
|
+
opacity: number;
|
146
|
+
};
|
147
|
+
fill: {
|
148
|
+
color: string;
|
149
|
+
opacity: number;
|
150
|
+
};
|
151
|
+
};
|
152
|
+
};
|
@@ -0,0 +1,18 @@
|
|
1
|
+
export declare const Clipboard: {
|
2
|
+
/**
|
3
|
+
* Requests Navigator API persmission to clipboard.
|
4
|
+
*/
|
5
|
+
requestClipboardPermission(): Promise<PermissionStatus>;
|
6
|
+
/**
|
7
|
+
* Writes to cliboard using Navigator API.
|
8
|
+
*/
|
9
|
+
writeClipboard(value: string): Promise<boolean>;
|
10
|
+
/**
|
11
|
+
* Writes to clipboard using old-school execCommand('copy').
|
12
|
+
*/
|
13
|
+
writeClipboardExecCommand(value: string): boolean;
|
14
|
+
/**
|
15
|
+
* Maes an attempt to copy data to the clipboard.
|
16
|
+
*/
|
17
|
+
copy(input: any): Promise<true | undefined>;
|
18
|
+
};
|
@@ -1,6 +1,6 @@
|
|
1
1
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
2
2
|
size: {
|
3
|
-
type: (
|
3
|
+
type: (NumberConstructor | StringConstructor)[];
|
4
4
|
default: undefined;
|
5
5
|
};
|
6
6
|
rotate: {
|
@@ -19,14 +19,9 @@ 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
|
-
type: (
|
24
|
+
type: (NumberConstructor | StringConstructor)[];
|
30
25
|
default: undefined;
|
31
26
|
};
|
32
27
|
rotate: {
|
@@ -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;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
2
2
|
size: {
|
3
|
-
type: (
|
3
|
+
type: (NumberConstructor | StringConstructor)[];
|
4
4
|
default: undefined;
|
5
5
|
};
|
6
6
|
rotate: {
|
@@ -19,14 +19,9 @@ 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
|
-
type: (
|
24
|
+
type: (NumberConstructor | StringConstructor)[];
|
30
25
|
default: undefined;
|
31
26
|
};
|
32
27
|
rotate: {
|
@@ -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;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
2
2
|
size: {
|
3
|
-
type: (
|
3
|
+
type: (NumberConstructor | StringConstructor)[];
|
4
4
|
default: undefined;
|
5
5
|
};
|
6
6
|
rotate: {
|
@@ -19,14 +19,9 @@ 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
|
-
type: (
|
24
|
+
type: (NumberConstructor | StringConstructor)[];
|
30
25
|
default: undefined;
|
31
26
|
};
|
32
27
|
rotate: {
|
@@ -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;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
2
2
|
size: {
|
3
|
-
type: (
|
3
|
+
type: (NumberConstructor | StringConstructor)[];
|
4
4
|
default: undefined;
|
5
5
|
};
|
6
6
|
rotate: {
|
@@ -19,14 +19,9 @@ 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
|
-
type: (
|
24
|
+
type: (NumberConstructor | StringConstructor)[];
|
30
25
|
default: undefined;
|
31
26
|
};
|
32
27
|
rotate: {
|
@@ -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
|
+
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
|
+
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,51 @@
|
|
1
|
+
import { VNode } from 'vue';
|
2
|
+
import { JSX } from 'vue/jsx-runtime';
|
3
|
+
export declare function generateIcon(name: string, template: JSX.Element | VNode): import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
4
|
+
size: {
|
5
|
+
type: (NumberConstructor | StringConstructor)[];
|
6
|
+
default: undefined;
|
7
|
+
};
|
8
|
+
rotate: {
|
9
|
+
type: NumberConstructor;
|
10
|
+
default: undefined;
|
11
|
+
};
|
12
|
+
spin: {
|
13
|
+
type: BooleanConstructor;
|
14
|
+
default: boolean;
|
15
|
+
};
|
16
|
+
color: {
|
17
|
+
type: StringConstructor;
|
18
|
+
default: undefined;
|
19
|
+
};
|
20
|
+
fillColor: {
|
21
|
+
type: ArrayConstructor;
|
22
|
+
default: undefined;
|
23
|
+
};
|
24
|
+
}>, () => any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
25
|
+
size: {
|
26
|
+
type: (NumberConstructor | StringConstructor)[];
|
27
|
+
default: undefined;
|
28
|
+
};
|
29
|
+
rotate: {
|
30
|
+
type: NumberConstructor;
|
31
|
+
default: undefined;
|
32
|
+
};
|
33
|
+
spin: {
|
34
|
+
type: BooleanConstructor;
|
35
|
+
default: boolean;
|
36
|
+
};
|
37
|
+
color: {
|
38
|
+
type: StringConstructor;
|
39
|
+
default: undefined;
|
40
|
+
};
|
41
|
+
fillColor: {
|
42
|
+
type: ArrayConstructor;
|
43
|
+
default: undefined;
|
44
|
+
};
|
45
|
+
}>> & Readonly<{}>, {
|
46
|
+
size: string | number;
|
47
|
+
rotate: number;
|
48
|
+
spin: boolean;
|
49
|
+
color: string;
|
50
|
+
fillColor: unknown[];
|
51
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
@@ -1,7 +1,8 @@
|
|
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
|
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 LogoSimple } from './default/logo-simple.tsx';
|
7
|
+
import { default as AnimationLoading } from './animation/animation-loading';
|
8
|
+
export { CloseCircleFill, CheckCircleFill, ExclamationCircleFill, InfoCircleFill, MinusCircleFill, AnimationLoading, LogoSimple, };
|
package/dist/index.d.ts
ADDED
@@ -0,0 +1,13 @@
|
|
1
|
+
import { App } from 'vue';
|
2
|
+
import { default as Dialog } from './components/dialog/warp';
|
3
|
+
import { default as Message } from './components/message/warp';
|
4
|
+
import { default as MessageBox } from './components/message-box/warp';
|
5
|
+
import { default as Notification } from './components/notification/warp';
|
6
|
+
export * from './components';
|
7
|
+
export { Dialog, Message, MessageBox, Notification };
|
8
|
+
export { TrendChartTheme } from './components/trend-chart/themes';
|
9
|
+
declare const XNext: {
|
10
|
+
install: (app: App) => void;
|
11
|
+
};
|
12
|
+
export default XNext;
|
13
|
+
export type {} from './types';
|