x-next 0.0.0-alpha.3 → 0.0.0-alpha.30

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.
Files changed (96) hide show
  1. package/README.md +1 -1
  2. package/{x-next → dist}/_utils/config.d.ts +1 -1
  3. package/dist/_utils/constant.d.ts +17 -0
  4. package/{x-next → dist}/_utils/is.d.ts +2 -0
  5. package/{x-next → dist}/_utils/vue-eco.d.ts +4 -1
  6. package/{x-next/componets/button/index.vue.d.ts → dist/components/button/Button.d.ts} +5 -70
  7. package/dist/components/button/index.d.ts +181 -0
  8. package/{x-next/componets/dialog/index.vue.d.ts → dist/components/dialog/Dialog.d.ts} +13 -46
  9. package/dist/components/dialog/index.d.ts +334 -0
  10. package/{x-next/componets → dist/components}/dialog/props.d.ts +5 -5
  11. package/dist/components/index.d.ts +7 -0
  12. package/dist/components/message/Message.d.ts +108 -0
  13. package/{x-next/componets/message/index.vue.d.ts → dist/components/message/MessageVue.vue.d.ts} +22 -47
  14. package/dist/components/message/index.d.ts +193 -0
  15. package/dist/components/message-box/index.d.ts +4 -0
  16. package/dist/components/message-box/warp.d.ts +2 -0
  17. package/dist/components/notification/Notification.d.ts +89 -0
  18. package/dist/components/notification/index.d.ts +166 -0
  19. package/dist/components/scrollbar/props.d.ts +16 -0
  20. package/{x-next/componets/space/index.d.ts → dist/components/space/Space.d.ts} +1 -1
  21. package/dist/components/space/index.d.ts +82 -0
  22. package/dist/components/tag-cloud/index.d.ts +0 -0
  23. package/dist/components/trend-chart/components/trend-chart-curve.d.ts +111 -0
  24. package/dist/components/trend-chart/components/trend-chart-grid.d.ts +55 -0
  25. package/dist/components/trend-chart/components/trend-chart-labels.d.ts +22 -0
  26. package/dist/components/trend-chart/components/trend-chart.d.ts +277 -0
  27. package/dist/components/trend-chart/helpers/genPath.d.ts +8 -0
  28. package/dist/components/trend-chart/helpers/genPoints.d.ts +3 -0
  29. package/dist/components/trend-chart/helpers/getPadding.d.ts +7 -0
  30. package/dist/components/trend-chart/helpers/validatePadding.d.ts +2 -0
  31. package/dist/components/trend-chart/index.d.ts +536 -0
  32. package/dist/components/trend-chart/props.d.ts +203 -0
  33. package/dist/components/trend-chart/themes.d.ts +128 -0
  34. package/{x-next/componets/trend-chart → dist/components/trend-chart.bak}/components/trend-chart-curve.d.ts +2 -5
  35. package/{x-next/componets/trend-chart → dist/components/trend-chart.bak}/components/trend-chart.d.ts +19 -15
  36. package/dist/components/trend-chart.bak/index.d.ts +530 -0
  37. package/{x-next/componets/trend-chart → dist/components/trend-chart.bak}/props.d.ts +10 -5
  38. package/dist/components/trend-chart.bak/themes.d.ts +152 -0
  39. package/dist/directives/clipboard/cache.d.ts +8 -0
  40. package/dist/directives/clipboard/clipboard.d.ts +18 -0
  41. package/dist/directives/clipboard/convert.d.ts +3 -0
  42. package/dist/directives/clipboard/index.d.ts +3 -0
  43. package/dist/directives/clipboard/plugin.d.ts +2 -0
  44. package/dist/directives/clipboard/textarea.d.ts +3 -0
  45. package/{x-next/icons/default/exclamation-circle-fill.vue.d.ts → dist/icons/animation/animation-loading.d.ts} +4 -9
  46. package/{x-next/icons/animation/animation-loading.vue.d.ts → dist/icons/default/check-circle-fill.d.ts} +4 -9
  47. package/{x-next/icons/default/close-circle-fill.vue.d.ts → dist/icons/default/close-circle-fill.d.ts} +4 -9
  48. package/{x-next/icons/default/check-circle-fill.vue.d.ts → dist/icons/default/exclamation-circle-fill.d.ts} +4 -9
  49. package/dist/icons/default/info-circle-fill.d.ts +50 -0
  50. package/dist/icons/default/logo-simple.d.ts +50 -0
  51. package/dist/icons/default/minus-circle-fill.d.ts +50 -0
  52. package/dist/icons/icon.d.ts +51 -0
  53. package/{x-next → dist}/icons/index.d.ts +8 -7
  54. package/dist/index.d.ts +13 -0
  55. package/dist/index.es.js +2064 -0
  56. package/dist/index.umd.js +1 -0
  57. package/dist/style.css +1 -0
  58. package/dist/types.d.ts +12 -0
  59. package/package.json +23 -13
  60. package/volar.d.ts +13 -0
  61. package/x-next/_utils/icon.d.ts +0 -59
  62. package/x-next/componets/message-box/warp.d.ts +0 -2
  63. package/x-next/componets/notification/index.vue.d.ts +0 -160
  64. package/x-next/componets/trend-chart/index.d.ts +0 -2
  65. package/x-next/icons/default/info-circle-fill.vue.d.ts +0 -55
  66. package/x-next/icons/default/minus-circle-fill.vue.d.ts +0 -55
  67. package/x-next/style.css +0 -1
  68. package/x-next/ui.d.ts +0 -5
  69. package/x-next/ui.js +0 -1357
  70. package/x-next/ui.umd.cjs +0 -1
  71. /package/{x-next → dist}/_hooks/use-overflow.d.ts +0 -0
  72. /package/{x-next → dist}/_hooks/use-popup-manager.d.ts +0 -0
  73. /package/{x-next → dist}/_props/css.d.ts +0 -0
  74. /package/{x-next → dist}/_props/global.d.ts +0 -0
  75. /package/{x-next → dist}/_utils/convert-case.d.ts +0 -0
  76. /package/{x-next → dist}/_utils/dom.d.ts +0 -0
  77. /package/{x-next → dist}/_utils/helpers.d.ts +0 -0
  78. /package/{x-next → dist}/_utils/keyboard.d.ts +0 -0
  79. /package/{x-next → dist}/_utils/number.d.ts +0 -0
  80. /package/{x-next/componets → dist/components}/button/props.d.ts +0 -0
  81. /package/{x-next/componets → dist/components}/dialog/use-props.d.ts +0 -0
  82. /package/{x-next/componets → dist/components}/dialog/use.d.ts +0 -0
  83. /package/{x-next/componets → dist/components}/dialog/warp.d.ts +0 -0
  84. /package/{x-next/componets → dist/components}/message/props.d.ts +0 -0
  85. /package/{x-next/componets → dist/components}/message/warp.d.ts +0 -0
  86. /package/{x-next/componets/message-box/index.d.ts → dist/components/message-box/MessageBox.d.ts} +0 -0
  87. /package/{x-next/componets → dist/components}/message-box/props.d.ts +0 -0
  88. /package/{x-next/componets → dist/components}/notification/props.d.ts +0 -0
  89. /package/{x-next/componets → dist/components}/notification/warp.d.ts +0 -0
  90. /package/{x-next/componets/tag-cloud → dist/components/scrollbar}/index.d.ts +0 -0
  91. /package/{x-next/componets/trend-chart → dist/components/trend-chart.bak}/components/trend-chart-grid.d.ts +0 -0
  92. /package/{x-next/componets/trend-chart → dist/components/trend-chart.bak}/components/trend-chart-labels.d.ts +0 -0
  93. /package/{x-next/componets/trend-chart → dist/components/trend-chart.bak}/helpers/genPath.d.ts +0 -0
  94. /package/{x-next/componets/trend-chart → dist/components/trend-chart.bak}/helpers/genPoints.d.ts +0 -0
  95. /package/{x-next/componets/trend-chart → dist/components/trend-chart.bak}/helpers/getPadding.d.ts +0 -0
  96. /package/{x-next/componets/trend-chart → dist/components/trend-chart.bak}/helpers/validatePadding.d.ts +0 -0
@@ -0,0 +1,536 @@
1
+ export declare const XTrendChart: {
2
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
3
+ dataset: {
4
+ required: boolean;
5
+ type: import('vue').PropType<import('./props.ts').DataSet>;
6
+ default: () => never[];
7
+ };
8
+ status: {
9
+ type: import('vue').PropType<import('./props.ts').TrendChartStatus>;
10
+ default: undefined;
11
+ };
12
+ grid: {
13
+ default: null;
14
+ type: import('vue').PropType<import('./props.ts').Grid>;
15
+ };
16
+ labels: {
17
+ default: null;
18
+ type: import('vue').PropType<import('./props.ts').Labels>;
19
+ };
20
+ max: {
21
+ type: NumberConstructor;
22
+ };
23
+ min: {
24
+ type: NumberConstructor;
25
+ };
26
+ padding: {
27
+ default: string;
28
+ type: StringConstructor;
29
+ validator(val: string): boolean;
30
+ };
31
+ interactive: {
32
+ default: boolean;
33
+ type: BooleanConstructor;
34
+ };
35
+ theme: {
36
+ type: import('vue').PropType<import('./props.ts').Theme>;
37
+ default: () => {
38
+ activeLineColor: string;
39
+ };
40
+ };
41
+ }>> & Readonly<{
42
+ "onMouse-move"?: ((event: import('./props.ts').MouseMoveEvent) => any) | undefined;
43
+ }>, () => any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
44
+ 'mouse-move': (event: import('./props.ts').MouseMoveEvent) => boolean;
45
+ }, import('vue').PublicProps, {
46
+ status: import('./props.ts').TrendChartStatus;
47
+ grid: import('./props.ts').Grid;
48
+ padding: string;
49
+ theme: import('./props.ts').Theme;
50
+ dataset: import('./props.ts').DataSet;
51
+ labels: import('./props.ts').Labels;
52
+ interactive: boolean;
53
+ }, true, {}, {}, {
54
+ TrendChartGrid: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
55
+ boundary: {
56
+ required: boolean;
57
+ type: import('vue').PropType<import('./props.ts').Boundary>;
58
+ default: () => void;
59
+ };
60
+ verticalLines: {
61
+ default: boolean;
62
+ type: BooleanConstructor;
63
+ };
64
+ verticalLinesNumber: {
65
+ default: number;
66
+ type: NumberConstructor;
67
+ };
68
+ horizontalLines: {
69
+ default: boolean;
70
+ type: BooleanConstructor;
71
+ };
72
+ horizontalLinesNumber: {
73
+ default: number;
74
+ type: NumberConstructor;
75
+ };
76
+ }>, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
77
+ [key: string]: any;
78
+ }> | null, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
79
+ boundary: {
80
+ required: boolean;
81
+ type: import('vue').PropType<import('./props.ts').Boundary>;
82
+ default: () => void;
83
+ };
84
+ verticalLines: {
85
+ default: boolean;
86
+ type: BooleanConstructor;
87
+ };
88
+ verticalLinesNumber: {
89
+ default: number;
90
+ type: NumberConstructor;
91
+ };
92
+ horizontalLines: {
93
+ default: boolean;
94
+ type: BooleanConstructor;
95
+ };
96
+ horizontalLinesNumber: {
97
+ default: number;
98
+ type: NumberConstructor;
99
+ };
100
+ }>> & Readonly<{}>, {
101
+ boundary: import('./props.ts').Boundary;
102
+ verticalLines: boolean;
103
+ verticalLinesNumber: number;
104
+ horizontalLines: boolean;
105
+ horizontalLinesNumber: number;
106
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
107
+ TrendChartLabels: import('vue').DefineComponent<{
108
+ boundary: import('./props.ts').Boundary;
109
+ yLabelsTextFormatter: Function;
110
+ minValue?: number | undefined;
111
+ maxValue?: number | undefined;
112
+ xLabels?: unknown[] | undefined;
113
+ yLabels?: number | undefined;
114
+ }, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
115
+ [key: string]: any;
116
+ }>, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
117
+ boundary: import('./props.ts').Boundary;
118
+ yLabelsTextFormatter: Function;
119
+ minValue?: number | undefined;
120
+ maxValue?: number | undefined;
121
+ xLabels?: unknown[] | undefined;
122
+ yLabels?: number | undefined;
123
+ }> & Readonly<{}>, {
124
+ boundary: import('./props.ts').Boundary;
125
+ yLabelsTextFormatter: Function;
126
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
127
+ TrendChartCurve: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
128
+ boundary: {
129
+ required: boolean;
130
+ type: import('vue').PropType<import('./props.ts').Boundary>;
131
+ default: () => void;
132
+ };
133
+ minValue: {
134
+ required: boolean;
135
+ type: NumberConstructor;
136
+ };
137
+ maxValue: {
138
+ required: boolean;
139
+ type: NumberConstructor;
140
+ };
141
+ maxAmount: {
142
+ required: boolean;
143
+ type: NumberConstructor;
144
+ };
145
+ activeLineParams: {
146
+ type: ObjectConstructor;
147
+ };
148
+ data: {
149
+ required: boolean;
150
+ type: import('vue').PropType<number[]>;
151
+ default: () => never[];
152
+ };
153
+ className: {
154
+ type: import('vue').PropType<string>;
155
+ };
156
+ smooth: {
157
+ default: boolean;
158
+ type: BooleanConstructor;
159
+ };
160
+ stroke: {
161
+ default: boolean;
162
+ type: BooleanConstructor;
163
+ };
164
+ fill: {
165
+ default: boolean;
166
+ type: BooleanConstructor;
167
+ };
168
+ showPoints: {
169
+ default: boolean;
170
+ type: BooleanConstructor;
171
+ };
172
+ theme: {
173
+ type: import('vue').PropType<import('./props.ts').CurveTheme>;
174
+ };
175
+ mainTheme: {
176
+ type: import('vue').PropType<import('./props.ts').CurveTheme>;
177
+ };
178
+ }>, () => any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
179
+ boundary: {
180
+ required: boolean;
181
+ type: import('vue').PropType<import('./props.ts').Boundary>;
182
+ default: () => void;
183
+ };
184
+ minValue: {
185
+ required: boolean;
186
+ type: NumberConstructor;
187
+ };
188
+ maxValue: {
189
+ required: boolean;
190
+ type: NumberConstructor;
191
+ };
192
+ maxAmount: {
193
+ required: boolean;
194
+ type: NumberConstructor;
195
+ };
196
+ activeLineParams: {
197
+ type: ObjectConstructor;
198
+ };
199
+ data: {
200
+ required: boolean;
201
+ type: import('vue').PropType<number[]>;
202
+ default: () => never[];
203
+ };
204
+ className: {
205
+ type: import('vue').PropType<string>;
206
+ };
207
+ smooth: {
208
+ default: boolean;
209
+ type: BooleanConstructor;
210
+ };
211
+ stroke: {
212
+ default: boolean;
213
+ type: BooleanConstructor;
214
+ };
215
+ fill: {
216
+ default: boolean;
217
+ type: BooleanConstructor;
218
+ };
219
+ showPoints: {
220
+ default: boolean;
221
+ type: BooleanConstructor;
222
+ };
223
+ theme: {
224
+ type: import('vue').PropType<import('./props.ts').CurveTheme>;
225
+ };
226
+ mainTheme: {
227
+ type: import('vue').PropType<import('./props.ts').CurveTheme>;
228
+ };
229
+ }>> & Readonly<{}>, {
230
+ fill: boolean;
231
+ data: number[];
232
+ stroke: boolean;
233
+ smooth: boolean;
234
+ boundary: import('./props.ts').Boundary;
235
+ showPoints: boolean;
236
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
237
+ } & import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
238
+ P: {};
239
+ B: {};
240
+ D: {};
241
+ C: {};
242
+ M: {};
243
+ Defaults: {};
244
+ }, Readonly<import('vue').ExtractPropTypes<{
245
+ dataset: {
246
+ required: boolean;
247
+ type: import('vue').PropType<import('./props.ts').DataSet>;
248
+ default: () => never[];
249
+ };
250
+ status: {
251
+ type: import('vue').PropType<import('./props.ts').TrendChartStatus>;
252
+ default: undefined;
253
+ };
254
+ grid: {
255
+ default: null;
256
+ type: import('vue').PropType<import('./props.ts').Grid>;
257
+ };
258
+ labels: {
259
+ default: null;
260
+ type: import('vue').PropType<import('./props.ts').Labels>;
261
+ };
262
+ max: {
263
+ type: NumberConstructor;
264
+ };
265
+ min: {
266
+ type: NumberConstructor;
267
+ };
268
+ padding: {
269
+ default: string;
270
+ type: StringConstructor;
271
+ validator(val: string): boolean;
272
+ };
273
+ interactive: {
274
+ default: boolean;
275
+ type: BooleanConstructor;
276
+ };
277
+ theme: {
278
+ type: import('vue').PropType<import('./props.ts').Theme>;
279
+ default: () => {
280
+ activeLineColor: string;
281
+ };
282
+ };
283
+ }>> & Readonly<{
284
+ "onMouse-move"?: ((event: import('./props.ts').MouseMoveEvent) => any) | undefined;
285
+ }>, () => any, {}, {}, {}, {
286
+ status: import('./props.ts').TrendChartStatus;
287
+ grid: import('./props.ts').Grid;
288
+ padding: string;
289
+ theme: import('./props.ts').Theme;
290
+ dataset: import('./props.ts').DataSet;
291
+ labels: import('./props.ts').Labels;
292
+ interactive: boolean;
293
+ }>;
294
+ __isFragment?: never;
295
+ __isTeleport?: never;
296
+ __isSuspense?: never;
297
+ } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
298
+ dataset: {
299
+ required: boolean;
300
+ type: import('vue').PropType<import('./props.ts').DataSet>;
301
+ default: () => never[];
302
+ };
303
+ status: {
304
+ type: import('vue').PropType<import('./props.ts').TrendChartStatus>;
305
+ default: undefined;
306
+ };
307
+ grid: {
308
+ default: null;
309
+ type: import('vue').PropType<import('./props.ts').Grid>;
310
+ };
311
+ labels: {
312
+ default: null;
313
+ type: import('vue').PropType<import('./props.ts').Labels>;
314
+ };
315
+ max: {
316
+ type: NumberConstructor;
317
+ };
318
+ min: {
319
+ type: NumberConstructor;
320
+ };
321
+ padding: {
322
+ default: string;
323
+ type: StringConstructor;
324
+ validator(val: string): boolean;
325
+ };
326
+ interactive: {
327
+ default: boolean;
328
+ type: BooleanConstructor;
329
+ };
330
+ theme: {
331
+ type: import('vue').PropType<import('./props.ts').Theme>;
332
+ default: () => {
333
+ activeLineColor: string;
334
+ };
335
+ };
336
+ }>> & Readonly<{
337
+ "onMouse-move"?: ((event: import('./props.ts').MouseMoveEvent) => any) | undefined;
338
+ }>, () => any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
339
+ 'mouse-move': (event: import('./props.ts').MouseMoveEvent) => boolean;
340
+ }, string, {
341
+ status: import('./props.ts').TrendChartStatus;
342
+ grid: import('./props.ts').Grid;
343
+ padding: string;
344
+ theme: import('./props.ts').Theme;
345
+ dataset: import('./props.ts').DataSet;
346
+ labels: import('./props.ts').Labels;
347
+ interactive: boolean;
348
+ }, {}, string, {}, {
349
+ TrendChartGrid: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
350
+ boundary: {
351
+ required: boolean;
352
+ type: import('vue').PropType<import('./props.ts').Boundary>;
353
+ default: () => void;
354
+ };
355
+ verticalLines: {
356
+ default: boolean;
357
+ type: BooleanConstructor;
358
+ };
359
+ verticalLinesNumber: {
360
+ default: number;
361
+ type: NumberConstructor;
362
+ };
363
+ horizontalLines: {
364
+ default: boolean;
365
+ type: BooleanConstructor;
366
+ };
367
+ horizontalLinesNumber: {
368
+ default: number;
369
+ type: NumberConstructor;
370
+ };
371
+ }>, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
372
+ [key: string]: any;
373
+ }> | null, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
374
+ boundary: {
375
+ required: boolean;
376
+ type: import('vue').PropType<import('./props.ts').Boundary>;
377
+ default: () => void;
378
+ };
379
+ verticalLines: {
380
+ default: boolean;
381
+ type: BooleanConstructor;
382
+ };
383
+ verticalLinesNumber: {
384
+ default: number;
385
+ type: NumberConstructor;
386
+ };
387
+ horizontalLines: {
388
+ default: boolean;
389
+ type: BooleanConstructor;
390
+ };
391
+ horizontalLinesNumber: {
392
+ default: number;
393
+ type: NumberConstructor;
394
+ };
395
+ }>> & Readonly<{}>, {
396
+ boundary: import('./props.ts').Boundary;
397
+ verticalLines: boolean;
398
+ verticalLinesNumber: number;
399
+ horizontalLines: boolean;
400
+ horizontalLinesNumber: number;
401
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
402
+ TrendChartLabels: import('vue').DefineComponent<{
403
+ boundary: import('./props.ts').Boundary;
404
+ yLabelsTextFormatter: Function;
405
+ minValue?: number | undefined;
406
+ maxValue?: number | undefined;
407
+ xLabels?: unknown[] | undefined;
408
+ yLabels?: number | undefined;
409
+ }, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
410
+ [key: string]: any;
411
+ }>, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
412
+ boundary: import('./props.ts').Boundary;
413
+ yLabelsTextFormatter: Function;
414
+ minValue?: number | undefined;
415
+ maxValue?: number | undefined;
416
+ xLabels?: unknown[] | undefined;
417
+ yLabels?: number | undefined;
418
+ }> & Readonly<{}>, {
419
+ boundary: import('./props.ts').Boundary;
420
+ yLabelsTextFormatter: Function;
421
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
422
+ TrendChartCurve: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
423
+ boundary: {
424
+ required: boolean;
425
+ type: import('vue').PropType<import('./props.ts').Boundary>;
426
+ default: () => void;
427
+ };
428
+ minValue: {
429
+ required: boolean;
430
+ type: NumberConstructor;
431
+ };
432
+ maxValue: {
433
+ required: boolean;
434
+ type: NumberConstructor;
435
+ };
436
+ maxAmount: {
437
+ required: boolean;
438
+ type: NumberConstructor;
439
+ };
440
+ activeLineParams: {
441
+ type: ObjectConstructor;
442
+ };
443
+ data: {
444
+ required: boolean;
445
+ type: import('vue').PropType<number[]>;
446
+ default: () => never[];
447
+ };
448
+ className: {
449
+ type: import('vue').PropType<string>;
450
+ };
451
+ smooth: {
452
+ default: boolean;
453
+ type: BooleanConstructor;
454
+ };
455
+ stroke: {
456
+ default: boolean;
457
+ type: BooleanConstructor;
458
+ };
459
+ fill: {
460
+ default: boolean;
461
+ type: BooleanConstructor;
462
+ };
463
+ showPoints: {
464
+ default: boolean;
465
+ type: BooleanConstructor;
466
+ };
467
+ theme: {
468
+ type: import('vue').PropType<import('./props.ts').CurveTheme>;
469
+ };
470
+ mainTheme: {
471
+ type: import('vue').PropType<import('./props.ts').CurveTheme>;
472
+ };
473
+ }>, () => any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
474
+ boundary: {
475
+ required: boolean;
476
+ type: import('vue').PropType<import('./props.ts').Boundary>;
477
+ default: () => void;
478
+ };
479
+ minValue: {
480
+ required: boolean;
481
+ type: NumberConstructor;
482
+ };
483
+ maxValue: {
484
+ required: boolean;
485
+ type: NumberConstructor;
486
+ };
487
+ maxAmount: {
488
+ required: boolean;
489
+ type: NumberConstructor;
490
+ };
491
+ activeLineParams: {
492
+ type: ObjectConstructor;
493
+ };
494
+ data: {
495
+ required: boolean;
496
+ type: import('vue').PropType<number[]>;
497
+ default: () => never[];
498
+ };
499
+ className: {
500
+ type: import('vue').PropType<string>;
501
+ };
502
+ smooth: {
503
+ default: boolean;
504
+ type: BooleanConstructor;
505
+ };
506
+ stroke: {
507
+ default: boolean;
508
+ type: BooleanConstructor;
509
+ };
510
+ fill: {
511
+ default: boolean;
512
+ type: BooleanConstructor;
513
+ };
514
+ showPoints: {
515
+ default: boolean;
516
+ type: BooleanConstructor;
517
+ };
518
+ theme: {
519
+ type: import('vue').PropType<import('./props.ts').CurveTheme>;
520
+ };
521
+ mainTheme: {
522
+ type: import('vue').PropType<import('./props.ts').CurveTheme>;
523
+ };
524
+ }>> & Readonly<{}>, {
525
+ fill: boolean;
526
+ data: number[];
527
+ stroke: boolean;
528
+ smooth: boolean;
529
+ boundary: import('./props.ts').Boundary;
530
+ showPoints: boolean;
531
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
532
+ } & import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & {
533
+ install(app: import('vue').App): void;
534
+ };
535
+ export { XTrendChart as default };
536
+ export type { DataSet as TrendChartDataSet } from './props.ts';