x-next 0.0.0-alpha.2 → 0.0.0-alpha.21
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +15 -84
- package/dist/{types/_hooks → _hooks}/use-overflow.d.ts +1 -1
- package/dist/{types/_hooks → _hooks}/use-popup-manager.d.ts +1 -1
- package/dist/{types/_utils → _utils}/config.d.ts +1 -1
- package/dist/{types/_utils → _utils}/dom.d.ts +1 -1
- package/dist/{types/_utils → _utils}/is.d.ts +5 -6
- package/dist/{types/_utils → _utils}/keyboard.d.ts +1 -1
- package/dist/{types/_utils → _utils}/vue-eco.d.ts +10 -11
- package/dist/{types/componets/button/index.vue.d.ts → components/button/Button.d.ts} +18 -28
- package/dist/components/button/index.d.ts +181 -0
- package/dist/{types/componets → components}/button/props.d.ts +4 -4
- package/dist/{types/componets/dialog/index.vue.d.ts → components/dialog/Dialog.d.ts} +9 -42
- package/dist/components/dialog/index.d.ts +334 -0
- package/dist/{types/componets → components}/dialog/props.d.ts +7 -7
- package/dist/{types/componets → components}/dialog/use-props.d.ts +1 -1
- package/dist/{types/componets → components}/dialog/use.d.ts +1 -1
- package/dist/components/dialog/warp.d.ts +2 -0
- package/dist/components/index.d.ts +6 -0
- package/dist/{types/componets/message/index.vue.d.ts → components/message/Message.d.ts} +19 -27
- package/dist/components/message/MessageVue.vue.d.ts +362 -0
- package/dist/components/message/index.d.ts +193 -0
- package/dist/{types/componets → components}/message/props.d.ts +1 -1
- package/dist/{types/componets → components}/message/warp.d.ts +1 -1
- package/dist/{types/componets/message-box/index.d.ts → components/message-box/MessageBox.d.ts} +1 -1
- package/dist/components/message-box/index.d.ts +4 -0
- package/dist/{types/componets → components}/message-box/props.d.ts +1 -1
- 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/{types/componets → components}/notification/props.d.ts +2 -2
- package/dist/{types/componets → components}/notification/warp.d.ts +1 -1
- package/dist/{types/componets/space/index.d.ts → components/space/Space.d.ts} +9 -9
- package/dist/components/space/index.d.ts +82 -0
- package/dist/{types/componets → components}/trend-chart/components/trend-chart-curve.d.ts +17 -17
- package/dist/{types/componets → components}/trend-chart/components/trend-chart-grid.d.ts +7 -7
- package/dist/{types/componets → components}/trend-chart/components/trend-chart-labels.d.ts +7 -7
- package/dist/{types/componets → components}/trend-chart/components/trend-chart.d.ts +47 -47
- package/dist/{types/componets → components}/trend-chart/helpers/genPoints.d.ts +1 -1
- package/dist/components/trend-chart/index.d.ts +2 -0
- package/dist/{types/componets → components}/trend-chart/props.d.ts +2 -2
- 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/dist/{types/icons/default/exclamation-circle-fill.vue.d.ts → icons/animation/animation-loading.d.ts} +5 -10
- package/dist/{types/icons/default/close-circle-fill.vue.d.ts → icons/default/check-circle-fill.d.ts} +5 -10
- package/dist/{types/icons/animation/animation-loading.vue.d.ts → icons/default/close-circle-fill.d.ts} +5 -10
- package/dist/{types/icons/default/check-circle-fill.vue.d.ts → icons/default/exclamation-circle-fill.d.ts} +5 -10
- package/dist/icons/default/info-circle-fill.d.ts +50 -0
- package/dist/icons/default/minus-circle-fill.d.ts +50 -0
- package/dist/icons/icon.d.ts +51 -0
- package/dist/icons/index.d.ts +7 -0
- package/dist/index.d.ts +12 -0
- package/dist/index.es.js +1368 -0
- package/dist/index.umd.js +1 -0
- package/dist/style.css +1 -0
- package/dist/types.d.ts +11 -0
- package/package.json +45 -48
- package/volar.d.ts +12 -0
- package/LICENSE +0 -21
- package/dist/favicon.ico +0 -0
- package/dist/types/_utils/icon.d.ts +0 -59
- package/dist/types/componets/dialog/warp.d.ts +0 -2
- package/dist/types/componets/message-box/warp.d.ts +0 -2
- package/dist/types/componets/notification/index.vue.d.ts +0 -160
- package/dist/types/componets/trend-chart/index.d.ts +0 -2
- package/dist/types/icons/default/info-circle-fill.vue.d.ts +0 -55
- package/dist/types/icons/default/minus-circle-fill.vue.d.ts +0 -55
- package/dist/types/icons/index.d.ts +0 -7
- package/dist/types/ui.d.ts +0 -5
- package/dist/ui.cjs.js +0 -2
- package/dist/ui.es.js +0 -1395
- package/dist/ui.umd.js +0 -3
- /package/dist/{types/_props → _props}/css.d.ts +0 -0
- /package/dist/{types/_props → _props}/global.d.ts +0 -0
- /package/dist/{types/_utils → _utils}/convert-case.d.ts +0 -0
- /package/dist/{types/_utils → _utils}/helpers.d.ts +0 -0
- /package/dist/{types/_utils → _utils}/number.d.ts +0 -0
- /package/dist/{types/componets → components}/tag-cloud/index.d.ts +0 -0
- /package/dist/{types/componets → components}/trend-chart/helpers/genPath.d.ts +0 -0
- /package/dist/{types/componets → components}/trend-chart/helpers/getPadding.d.ts +0 -0
- /package/dist/{types/componets → components}/trend-chart/helpers/validatePadding.d.ts +0 -0
@@ -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').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').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').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').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').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').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').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').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').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 };
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import
|
1
|
+
import { ExtractPropTypes, PropType, RenderFunction, VNode } from 'vue';
|
2
2
|
export declare const types: readonly ["success", "strong", "warning", "error", "info"];
|
3
3
|
export type NotificationType = (typeof types)[number];
|
4
4
|
export interface NotificationOptions {
|
@@ -27,7 +27,7 @@ export declare const notificationProps: {
|
|
27
27
|
default: string;
|
28
28
|
};
|
29
29
|
type: {
|
30
|
-
type: PropType<
|
30
|
+
type: PropType<NotificationType>;
|
31
31
|
default: string;
|
32
32
|
};
|
33
33
|
message: {
|
@@ -1,32 +1,32 @@
|
|
1
|
-
import
|
2
|
-
declare const _default: import(
|
1
|
+
import { PropType } from 'vue';
|
2
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
3
3
|
direction: {
|
4
4
|
type: PropType<"horizontal" | "vertical">;
|
5
5
|
default: string;
|
6
6
|
};
|
7
7
|
size: {
|
8
|
-
type: PropType<number | "
|
8
|
+
type: PropType<number | "mini" | "small" | "medium" | "large">;
|
9
9
|
default: string;
|
10
10
|
};
|
11
11
|
align: {
|
12
|
-
type: PropType<"
|
12
|
+
type: PropType<"start" | "end" | "center" | "baseline">;
|
13
13
|
default: string;
|
14
14
|
};
|
15
15
|
fill: {
|
16
16
|
type: BooleanConstructor;
|
17
17
|
default: boolean;
|
18
18
|
};
|
19
|
-
}>, () => any, {}, {}, {}, import(
|
19
|
+
}>, () => any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
20
20
|
direction: {
|
21
21
|
type: PropType<"horizontal" | "vertical">;
|
22
22
|
default: string;
|
23
23
|
};
|
24
24
|
size: {
|
25
|
-
type: PropType<number | "
|
25
|
+
type: PropType<number | "mini" | "small" | "medium" | "large">;
|
26
26
|
default: string;
|
27
27
|
};
|
28
28
|
align: {
|
29
|
-
type: PropType<"
|
29
|
+
type: PropType<"start" | "end" | "center" | "baseline">;
|
30
30
|
default: string;
|
31
31
|
};
|
32
32
|
fill: {
|
@@ -34,9 +34,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
34
34
|
default: boolean;
|
35
35
|
};
|
36
36
|
}>> & Readonly<{}>, {
|
37
|
+
size: number | "mini" | "small" | "medium" | "large";
|
37
38
|
fill: boolean;
|
38
39
|
direction: "horizontal" | "vertical";
|
39
|
-
size: number | "small" | "medium" | "large" | "mini";
|
40
40
|
align: "center" | "end" | "start" | "baseline";
|
41
|
-
}, {}, {}, {}, string, import(
|
41
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
42
42
|
export default _default;
|
@@ -0,0 +1,82 @@
|
|
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<{
|
58
|
+
direction: {
|
59
|
+
type: import('vue').PropType<"horizontal" | "vertical">;
|
60
|
+
default: string;
|
61
|
+
};
|
62
|
+
size: {
|
63
|
+
type: import('vue').PropType<number | "mini" | "small" | "medium" | "large">;
|
64
|
+
default: string;
|
65
|
+
};
|
66
|
+
align: {
|
67
|
+
type: import('vue').PropType<"start" | "end" | "center" | "baseline">;
|
68
|
+
default: string;
|
69
|
+
};
|
70
|
+
fill: {
|
71
|
+
type: BooleanConstructor;
|
72
|
+
default: boolean;
|
73
|
+
};
|
74
|
+
}>> & Readonly<{}>, () => any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
75
|
+
size: number | "mini" | "small" | "medium" | "large";
|
76
|
+
fill: boolean;
|
77
|
+
direction: "horizontal" | "vertical";
|
78
|
+
align: "center" | "end" | "start" | "baseline";
|
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,8 +1,8 @@
|
|
1
1
|
import { VNode } from 'vue';
|
2
|
-
declare const _default: import(
|
2
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
3
3
|
boundary: {
|
4
4
|
required: boolean;
|
5
|
-
type: import(
|
5
|
+
type: import('vue').PropType<import('../props').Boundary>;
|
6
6
|
default: () => void;
|
7
7
|
};
|
8
8
|
minValue: {
|
@@ -22,11 +22,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
22
22
|
};
|
23
23
|
data: {
|
24
24
|
required: boolean;
|
25
|
-
type: import(
|
25
|
+
type: import('vue').PropType<import('../props').PointValue[]>;
|
26
26
|
default: () => never[];
|
27
27
|
};
|
28
28
|
className: {
|
29
|
-
type: import(
|
29
|
+
type: import('vue').PropType<string>;
|
30
30
|
};
|
31
31
|
smooth: {
|
32
32
|
default: boolean;
|
@@ -45,17 +45,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
45
45
|
type: BooleanConstructor;
|
46
46
|
};
|
47
47
|
theme: {
|
48
|
-
type: import(
|
48
|
+
type: import('vue').PropType<import('../props').CurveTheme>;
|
49
49
|
};
|
50
50
|
mainTheme: {
|
51
|
-
type: import(
|
51
|
+
type: import('vue').PropType<import('../props').CurveTheme>;
|
52
52
|
};
|
53
|
-
}>, () => VNode<import(
|
53
|
+
}>, () => VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
54
54
|
[key: string]: any;
|
55
|
-
}>, {}, {}, {}, import(
|
55
|
+
}>, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
56
56
|
boundary: {
|
57
57
|
required: boolean;
|
58
|
-
type: import(
|
58
|
+
type: import('vue').PropType<import('../props').Boundary>;
|
59
59
|
default: () => void;
|
60
60
|
};
|
61
61
|
minValue: {
|
@@ -75,11 +75,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
75
75
|
};
|
76
76
|
data: {
|
77
77
|
required: boolean;
|
78
|
-
type: import(
|
78
|
+
type: import('vue').PropType<import('../props').PointValue[]>;
|
79
79
|
default: () => never[];
|
80
80
|
};
|
81
81
|
className: {
|
82
|
-
type: import(
|
82
|
+
type: import('vue').PropType<string>;
|
83
83
|
};
|
84
84
|
smooth: {
|
85
85
|
default: boolean;
|
@@ -98,17 +98,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
98
98
|
type: BooleanConstructor;
|
99
99
|
};
|
100
100
|
theme: {
|
101
|
-
type: import(
|
101
|
+
type: import('vue').PropType<import('../props').CurveTheme>;
|
102
102
|
};
|
103
103
|
mainTheme: {
|
104
|
-
type: import(
|
104
|
+
type: import('vue').PropType<import('../props').CurveTheme>;
|
105
105
|
};
|
106
106
|
}>> & Readonly<{}>, {
|
107
107
|
fill: boolean;
|
108
|
-
data: import(
|
109
|
-
smooth: boolean;
|
108
|
+
data: import('../props').PointValue[];
|
110
109
|
stroke: boolean;
|
111
|
-
|
110
|
+
smooth: boolean;
|
111
|
+
boundary: import('../props').Boundary;
|
112
112
|
showPoints: boolean;
|
113
|
-
}, {}, {}, {}, string, import(
|
113
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
114
114
|
export default _default;
|
@@ -1,8 +1,8 @@
|
|
1
1
|
import { VNode } from 'vue';
|
2
|
-
declare const _default: import(
|
2
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
3
3
|
boundary: {
|
4
4
|
required: boolean;
|
5
|
-
type: import(
|
5
|
+
type: import('vue').PropType<import('../props').Boundary>;
|
6
6
|
default: () => void;
|
7
7
|
};
|
8
8
|
verticalLines: {
|
@@ -21,12 +21,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
21
21
|
default: number;
|
22
22
|
type: NumberConstructor;
|
23
23
|
};
|
24
|
-
}>, () => VNode<import(
|
24
|
+
}>, () => VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
25
25
|
[key: string]: any;
|
26
|
-
}> | null, {}, {}, {}, import(
|
26
|
+
}> | null, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
27
27
|
boundary: {
|
28
28
|
required: boolean;
|
29
|
-
type: import(
|
29
|
+
type: import('vue').PropType<import('../props').Boundary>;
|
30
30
|
default: () => void;
|
31
31
|
};
|
32
32
|
verticalLines: {
|
@@ -46,10 +46,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
46
46
|
type: NumberConstructor;
|
47
47
|
};
|
48
48
|
}>> & Readonly<{}>, {
|
49
|
-
boundary: import(
|
49
|
+
boundary: import('../props').Boundary;
|
50
50
|
verticalLines: boolean;
|
51
51
|
verticalLinesNumber: number;
|
52
52
|
horizontalLines: boolean;
|
53
53
|
horizontalLinesNumber: number;
|
54
|
-
}, {}, {}, {}, string, import(
|
54
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
55
55
|
export default _default;
|
@@ -1,22 +1,22 @@
|
|
1
1
|
import { VNode } from 'vue';
|
2
|
-
declare const _default: import(
|
3
|
-
boundary: import(
|
2
|
+
declare const _default: import('vue').DefineComponent<{
|
3
|
+
boundary: import('../props').Boundary;
|
4
4
|
yLabelsTextFormatter: Function;
|
5
5
|
minValue?: number | undefined;
|
6
6
|
maxValue?: number | undefined;
|
7
7
|
xLabels?: unknown[] | undefined;
|
8
8
|
yLabels?: number | undefined;
|
9
|
-
}, () => VNode<import(
|
9
|
+
}, () => VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
10
10
|
[key: string]: any;
|
11
|
-
}>, {}, {}, {}, import(
|
12
|
-
boundary: import(
|
11
|
+
}>, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
12
|
+
boundary: import('../props').Boundary;
|
13
13
|
yLabelsTextFormatter: Function;
|
14
14
|
minValue?: number | undefined;
|
15
15
|
maxValue?: number | undefined;
|
16
16
|
xLabels?: unknown[] | undefined;
|
17
17
|
yLabels?: number | undefined;
|
18
18
|
}> & Readonly<{}>, {
|
19
|
-
boundary: import(
|
19
|
+
boundary: import('../props').Boundary;
|
20
20
|
yLabelsTextFormatter: Function;
|
21
|
-
}, {}, {}, {}, string, import(
|
21
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
22
22
|
export default _default;
|