@ecan-bi/datav 1.1.40 → 1.1.41

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 (82) hide show
  1. package/dist/index.es.js +995 -987
  2. package/dist/index.es.js.map +1 -1
  3. package/dist/index.umd.js +6 -6
  4. package/dist/index.umd.js.map +1 -1
  5. package/dist/style.css +2 -2
  6. package/package.json +1 -1
  7. package/types/container/border/Border.vue.d.ts +144 -618
  8. package/types/container/border/index.d.ts +144 -618
  9. package/types/container/border/props.d.ts +72 -309
  10. package/types/container/modal/Modal.vue.d.ts +74 -237
  11. package/types/container/modal/index.d.ts +73 -237
  12. package/types/container/modal/props.d.ts +36 -117
  13. package/types/container/tabs/Tabs.vue.d.ts +176 -400
  14. package/types/container/tabs/index.d.ts +176 -400
  15. package/types/container/tabs/props.d.ts +88 -200
  16. package/types/control/button/Button.vue.d.ts +126 -418
  17. package/types/control/button/index.d.ts +126 -418
  18. package/types/control/button/props.d.ts +63 -209
  19. package/types/control/checkbox/Checkbox.vue.d.ts +102 -334
  20. package/types/control/checkbox/index.d.ts +102 -334
  21. package/types/control/checkbox/props.d.ts +51 -167
  22. package/types/control/date-picker/DatePicker.vue.d.ts +119 -391
  23. package/types/control/date-picker/index.d.ts +119 -391
  24. package/types/control/date-picker/props.d.ts +59 -195
  25. package/types/control/input/Input.vue.d.ts +102 -334
  26. package/types/control/input/index.d.ts +102 -334
  27. package/types/control/input/props.d.ts +51 -167
  28. package/types/control/range-picker/RangePicker.vue.d.ts +128 -420
  29. package/types/control/range-picker/index.d.ts +128 -420
  30. package/types/control/range-picker/props.d.ts +63 -209
  31. package/types/control/select/Select.vue.d.ts +125 -531
  32. package/types/control/select/index.d.ts +125 -531
  33. package/types/control/select/props.d.ts +59 -265
  34. package/types/graph/bar/Bar.vue.d.ts +374 -2044
  35. package/types/graph/bar/index.d.ts +373 -2043
  36. package/types/graph/bar/props.d.ts +166 -962
  37. package/types/graph/combo-graph/ComboGraph.vue.d.ts +340 -741
  38. package/types/graph/combo-graph/index.d.ts +339 -741
  39. package/types/graph/combo-graph/props.d.ts +154 -355
  40. package/types/graph/custom-graph/CustomGraph.vue.d.ts +100 -420
  41. package/types/graph/custom-graph/index.d.ts +100 -420
  42. package/types/graph/custom-graph/props.d.ts +50 -210
  43. package/types/graph/line/Line.vue.d.ts +364 -2546
  44. package/types/graph/line/index.d.ts +364 -2546
  45. package/types/graph/line/props.d.ts +149 -1211
  46. package/types/graph/pie/Pie.vue.d.ts +317 -722
  47. package/types/graph/pie/index.d.ts +316 -722
  48. package/types/graph/pie/props.d.ts +142 -345
  49. package/types/graph/scatter/Scatter.vue.d.ts +293 -639
  50. package/types/graph/scatter/index.d.ts +293 -639
  51. package/types/graph/scatter/props.d.ts +132 -305
  52. package/types/map/map/Map.vue.d.ts +269 -1404
  53. package/types/map/map/index.d.ts +269 -1404
  54. package/types/map/map/props.d.ts +121 -664
  55. package/types/media/iframe/Iframe.vue.d.ts +102 -334
  56. package/types/media/iframe/index.d.ts +102 -334
  57. package/types/media/iframe/props.d.ts +51 -167
  58. package/types/media/image/Image.vue.d.ts +110 -362
  59. package/types/media/image/index.d.ts +110 -362
  60. package/types/media/image/props.d.ts +55 -181
  61. package/types/setting/page-config/PageConfig.vue.d.ts +28 -70
  62. package/types/setting/page-config/index.d.ts +28 -70
  63. package/types/setting/page-config/props.d.ts +14 -35
  64. package/types/setting/provider-config/ProviderConfig.vue.d.ts +22 -62
  65. package/types/setting/provider-config/index.d.ts +22 -62
  66. package/types/setting/provider-config/props.d.ts +11 -31
  67. package/types/table/table/Table.vue.d.ts +234 -1660
  68. package/types/table/table/index.d.ts +234 -1660
  69. package/types/table/table/props.d.ts +101 -811
  70. package/types/text/list/List.vue.d.ts +136 -688
  71. package/types/text/list/index.d.ts +136 -688
  72. package/types/text/list/props.d.ts +68 -344
  73. package/types/text/proportion/Proportion.vue.d.ts +148 -636
  74. package/types/text/proportion/index.d.ts +148 -636
  75. package/types/text/proportion/props.d.ts +74 -318
  76. package/types/text/text/Text.vue.d.ts +160 -690
  77. package/types/text/text/index.d.ts +160 -690
  78. package/types/text/text/props.d.ts +81 -346
  79. package/types/text/time-display/TimeDisplay.vue.d.ts +126 -418
  80. package/types/text/time-display/index.d.ts +126 -418
  81. package/types/text/time-display/props.d.ts +63 -209
  82. package/types/utils/props.d.ts +3 -5
@@ -1,156 +1,75 @@
1
1
  export declare const EcanModal: import('../../utils/withInstall').SFCWithInstall<import("vue").DefineComponent<{
2
2
  id: {
3
- type?: undefined;
4
- default?: undefined;
5
- } | {
6
- type: any;
7
- default: string | boolean | {
8
- [key: string]: any;
9
- }[];
3
+ type?: import("vue").PropType<string>;
4
+ default?: string;
10
5
  };
11
6
  type: {
12
- type?: undefined;
13
- default?: undefined;
14
- } | {
15
- type: any;
16
- default: string | boolean | {
17
- [key: string]: any;
18
- }[];
7
+ type?: import("vue").PropType<string>;
8
+ default?: string;
19
9
  };
20
10
  width: {
21
- type?: undefined;
22
- default?: undefined;
23
- } | {
24
- type: any;
25
- default: string | boolean | {
26
- [key: string]: any;
27
- }[];
11
+ type?: import("vue").PropType<string>;
12
+ default?: string;
28
13
  };
29
14
  height: {
30
- type?: undefined;
31
- default?: undefined;
32
- } | {
33
- type: any;
34
- default: string | boolean | {
35
- [key: string]: any;
36
- }[];
15
+ type?: import("vue").PropType<string>;
16
+ default?: string;
37
17
  };
38
18
  title: {
39
- type?: undefined;
40
- default?: undefined;
41
- } | {
42
- type: any;
43
- default: string | boolean | {
44
- [key: string]: any;
45
- }[];
19
+ type?: import("vue").PropType<string>;
20
+ default?: string;
46
21
  };
47
22
  titleFontSize: {
48
- type?: undefined;
49
- default?: undefined;
50
- } | {
51
- type: any;
52
- default: string | boolean | {
53
- [key: string]: any;
54
- }[];
23
+ type?: import("vue").PropType<string>;
24
+ default?: string;
55
25
  };
56
26
  titleColor: {
57
- type?: undefined;
58
- default?: undefined;
59
- } | {
60
- type: any;
61
- default: string | boolean | {
62
- [key: string]: any;
63
- }[];
27
+ type?: import("vue").PropType<string>;
28
+ default?: string;
64
29
  };
65
30
  backgroundColor: {
66
- type?: undefined;
67
- default?: undefined;
68
- } | {
69
- type: any;
70
- default: string | boolean | {
71
- [key: string]: any;
72
- }[];
31
+ type?: import("vue").PropType<string>;
32
+ default?: string;
73
33
  };
74
34
  backgroundImage: {
75
- type?: undefined;
76
- default?: undefined;
77
- } | {
78
- type: any;
79
- default: string | boolean | {
80
- [key: string]: any;
81
- }[];
35
+ type?: import("vue").PropType<string>;
36
+ default?: string;
82
37
  };
83
38
  backgroundSize: {
84
- type?: undefined;
85
- default?: undefined;
86
- } | {
87
- type: any;
88
- default: string | boolean | {
89
- [key: string]: any;
90
- }[];
39
+ type?: import("vue").PropType<string>;
40
+ default?: string;
91
41
  };
92
42
  keyName: {
93
- type?: undefined;
94
- default?: undefined;
95
- } | {
96
- type: any;
97
- default: string | boolean | {
98
- [key: string]: any;
99
- }[];
43
+ type?: import("vue").PropType<string>;
44
+ default?: string;
100
45
  };
101
46
  componentList: {
102
- type?: undefined;
103
- default?: undefined;
104
- } | {
105
- type: any;
106
- default: string | boolean | {
47
+ type?: import("vue").PropType<{
48
+ [key: string]: any;
49
+ }[]>;
50
+ default?: {
107
51
  [key: string]: any;
108
52
  }[];
109
53
  };
110
54
  fullModal: {
111
- type?: undefined;
112
- default?: undefined;
113
- } | {
114
- type: any;
115
- default: string | boolean | {
116
- [key: string]: any;
117
- }[];
55
+ type?: import("vue").PropType<boolean>;
56
+ default?: boolean;
118
57
  };
119
58
  originalWidth: {
120
- type?: undefined;
121
- default?: undefined;
122
- } | {
123
- type: any;
124
- default: string | boolean | {
125
- [key: string]: any;
126
- }[];
59
+ type?: import("vue").PropType<string>;
60
+ default?: string;
127
61
  };
128
62
  originalHeight: {
129
- type?: undefined;
130
- default?: undefined;
131
- } | {
132
- type: any;
133
- default: string | boolean | {
134
- [key: string]: any;
135
- }[];
63
+ type?: import("vue").PropType<string>;
64
+ default?: string;
136
65
  };
137
66
  destroyOnClose: {
138
- type?: undefined;
139
- default?: undefined;
140
- } | {
141
- type: any;
142
- default: string | boolean | {
143
- [key: string]: any;
144
- }[];
67
+ type?: import("vue").PropType<boolean>;
68
+ default?: boolean;
145
69
  };
146
70
  position: {
147
- type?: undefined;
148
- default?: undefined;
149
- } | {
150
- type: any;
151
- default: string | boolean | {
152
- [key: string]: any;
153
- }[];
71
+ type?: import("vue").PropType<import("./props").ModalPosition>;
72
+ default?: import("./props").ModalPosition;
154
73
  };
155
74
  }, {
156
75
  modalRef: import("vue").Ref<HTMLElement>;
@@ -161,9 +80,7 @@ export declare const EcanModal: import('../../utils/withInstall').SFCWithInstall
161
80
  verticalAlign: string;
162
81
  }>;
163
82
  modalWith: import("vue").Ref<string>;
164
- isFullModal: import("vue").ComputedRef<string | boolean | {
165
- [key: string]: any;
166
- }[]>;
83
+ isFullModal: import("vue").ComputedRef<boolean>;
167
84
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
168
85
  visible: import("vue").Ref<boolean>;
169
86
  showModal: () => void;
@@ -174,157 +91,76 @@ export declare const EcanModal: import('../../utils/withInstall').SFCWithInstall
174
91
  ready: import("vue").Ref<boolean>;
175
92
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
176
93
  id: {
177
- type?: undefined;
178
- default?: undefined;
179
- } | {
180
- type: any;
181
- default: string | boolean | {
182
- [key: string]: any;
183
- }[];
94
+ type?: import("vue").PropType<string>;
95
+ default?: string;
184
96
  };
185
97
  type: {
186
- type?: undefined;
187
- default?: undefined;
188
- } | {
189
- type: any;
190
- default: string | boolean | {
191
- [key: string]: any;
192
- }[];
98
+ type?: import("vue").PropType<string>;
99
+ default?: string;
193
100
  };
194
101
  width: {
195
- type?: undefined;
196
- default?: undefined;
197
- } | {
198
- type: any;
199
- default: string | boolean | {
200
- [key: string]: any;
201
- }[];
102
+ type?: import("vue").PropType<string>;
103
+ default?: string;
202
104
  };
203
105
  height: {
204
- type?: undefined;
205
- default?: undefined;
206
- } | {
207
- type: any;
208
- default: string | boolean | {
209
- [key: string]: any;
210
- }[];
106
+ type?: import("vue").PropType<string>;
107
+ default?: string;
211
108
  };
212
109
  title: {
213
- type?: undefined;
214
- default?: undefined;
215
- } | {
216
- type: any;
217
- default: string | boolean | {
218
- [key: string]: any;
219
- }[];
110
+ type?: import("vue").PropType<string>;
111
+ default?: string;
220
112
  };
221
113
  titleFontSize: {
222
- type?: undefined;
223
- default?: undefined;
224
- } | {
225
- type: any;
226
- default: string | boolean | {
227
- [key: string]: any;
228
- }[];
114
+ type?: import("vue").PropType<string>;
115
+ default?: string;
229
116
  };
230
117
  titleColor: {
231
- type?: undefined;
232
- default?: undefined;
233
- } | {
234
- type: any;
235
- default: string | boolean | {
236
- [key: string]: any;
237
- }[];
118
+ type?: import("vue").PropType<string>;
119
+ default?: string;
238
120
  };
239
121
  backgroundColor: {
240
- type?: undefined;
241
- default?: undefined;
242
- } | {
243
- type: any;
244
- default: string | boolean | {
245
- [key: string]: any;
246
- }[];
122
+ type?: import("vue").PropType<string>;
123
+ default?: string;
247
124
  };
248
125
  backgroundImage: {
249
- type?: undefined;
250
- default?: undefined;
251
- } | {
252
- type: any;
253
- default: string | boolean | {
254
- [key: string]: any;
255
- }[];
126
+ type?: import("vue").PropType<string>;
127
+ default?: string;
256
128
  };
257
129
  backgroundSize: {
258
- type?: undefined;
259
- default?: undefined;
260
- } | {
261
- type: any;
262
- default: string | boolean | {
263
- [key: string]: any;
264
- }[];
130
+ type?: import("vue").PropType<string>;
131
+ default?: string;
265
132
  };
266
133
  keyName: {
267
- type?: undefined;
268
- default?: undefined;
269
- } | {
270
- type: any;
271
- default: string | boolean | {
272
- [key: string]: any;
273
- }[];
134
+ type?: import("vue").PropType<string>;
135
+ default?: string;
274
136
  };
275
137
  componentList: {
276
- type?: undefined;
277
- default?: undefined;
278
- } | {
279
- type: any;
280
- default: string | boolean | {
138
+ type?: import("vue").PropType<{
139
+ [key: string]: any;
140
+ }[]>;
141
+ default?: {
281
142
  [key: string]: any;
282
143
  }[];
283
144
  };
284
145
  fullModal: {
285
- type?: undefined;
286
- default?: undefined;
287
- } | {
288
- type: any;
289
- default: string | boolean | {
290
- [key: string]: any;
291
- }[];
146
+ type?: import("vue").PropType<boolean>;
147
+ default?: boolean;
292
148
  };
293
149
  originalWidth: {
294
- type?: undefined;
295
- default?: undefined;
296
- } | {
297
- type: any;
298
- default: string | boolean | {
299
- [key: string]: any;
300
- }[];
150
+ type?: import("vue").PropType<string>;
151
+ default?: string;
301
152
  };
302
153
  originalHeight: {
303
- type?: undefined;
304
- default?: undefined;
305
- } | {
306
- type: any;
307
- default: string | boolean | {
308
- [key: string]: any;
309
- }[];
154
+ type?: import("vue").PropType<string>;
155
+ default?: string;
310
156
  };
311
157
  destroyOnClose: {
312
- type?: undefined;
313
- default?: undefined;
314
- } | {
315
- type: any;
316
- default: string | boolean | {
317
- [key: string]: any;
318
- }[];
158
+ type?: import("vue").PropType<boolean>;
159
+ default?: boolean;
319
160
  };
320
161
  position: {
321
- type?: undefined;
322
- default?: undefined;
323
- } | {
324
- type: any;
325
- default: string | boolean | {
326
- [key: string]: any;
327
- }[];
162
+ type?: import("vue").PropType<import("./props").ModalPosition>;
163
+ default?: import("./props").ModalPosition;
328
164
  };
329
165
  }>>, {}>> & Record<string, any>;
330
166
  export default EcanModal;
@@ -23,157 +23,76 @@ export interface ModalProps {
23
23
  export declare const modalProps: ModalProps;
24
24
  export declare const modalComponentProps: {
25
25
  id: {
26
- type?: undefined;
27
- default?: undefined;
28
- } | {
29
- type: any;
30
- default: string | boolean | {
31
- [key: string]: any;
32
- }[];
26
+ type?: import("vue").PropType<string>;
27
+ default?: string;
33
28
  };
34
29
  type: {
35
- type?: undefined;
36
- default?: undefined;
37
- } | {
38
- type: any;
39
- default: string | boolean | {
40
- [key: string]: any;
41
- }[];
30
+ type?: import("vue").PropType<string>;
31
+ default?: string;
42
32
  };
43
33
  width: {
44
- type?: undefined;
45
- default?: undefined;
46
- } | {
47
- type: any;
48
- default: string | boolean | {
49
- [key: string]: any;
50
- }[];
34
+ type?: import("vue").PropType<string>;
35
+ default?: string;
51
36
  };
52
37
  height: {
53
- type?: undefined;
54
- default?: undefined;
55
- } | {
56
- type: any;
57
- default: string | boolean | {
58
- [key: string]: any;
59
- }[];
38
+ type?: import("vue").PropType<string>;
39
+ default?: string;
60
40
  };
61
41
  title: {
62
- type?: undefined;
63
- default?: undefined;
64
- } | {
65
- type: any;
66
- default: string | boolean | {
67
- [key: string]: any;
68
- }[];
42
+ type?: import("vue").PropType<string>;
43
+ default?: string;
69
44
  };
70
45
  titleFontSize: {
71
- type?: undefined;
72
- default?: undefined;
73
- } | {
74
- type: any;
75
- default: string | boolean | {
76
- [key: string]: any;
77
- }[];
46
+ type?: import("vue").PropType<string>;
47
+ default?: string;
78
48
  };
79
49
  titleColor: {
80
- type?: undefined;
81
- default?: undefined;
82
- } | {
83
- type: any;
84
- default: string | boolean | {
85
- [key: string]: any;
86
- }[];
50
+ type?: import("vue").PropType<string>;
51
+ default?: string;
87
52
  };
88
53
  backgroundColor: {
89
- type?: undefined;
90
- default?: undefined;
91
- } | {
92
- type: any;
93
- default: string | boolean | {
94
- [key: string]: any;
95
- }[];
54
+ type?: import("vue").PropType<string>;
55
+ default?: string;
96
56
  };
97
57
  backgroundImage: {
98
- type?: undefined;
99
- default?: undefined;
100
- } | {
101
- type: any;
102
- default: string | boolean | {
103
- [key: string]: any;
104
- }[];
58
+ type?: import("vue").PropType<string>;
59
+ default?: string;
105
60
  };
106
61
  backgroundSize: {
107
- type?: undefined;
108
- default?: undefined;
109
- } | {
110
- type: any;
111
- default: string | boolean | {
112
- [key: string]: any;
113
- }[];
62
+ type?: import("vue").PropType<string>;
63
+ default?: string;
114
64
  };
115
65
  keyName: {
116
- type?: undefined;
117
- default?: undefined;
118
- } | {
119
- type: any;
120
- default: string | boolean | {
121
- [key: string]: any;
122
- }[];
66
+ type?: import("vue").PropType<string>;
67
+ default?: string;
123
68
  };
124
69
  componentList: {
125
- type?: undefined;
126
- default?: undefined;
127
- } | {
128
- type: any;
129
- default: string | boolean | {
70
+ type?: import("vue").PropType<{
71
+ [key: string]: any;
72
+ }[]>;
73
+ default?: {
130
74
  [key: string]: any;
131
75
  }[];
132
76
  };
133
77
  fullModal: {
134
- type?: undefined;
135
- default?: undefined;
136
- } | {
137
- type: any;
138
- default: string | boolean | {
139
- [key: string]: any;
140
- }[];
78
+ type?: import("vue").PropType<boolean>;
79
+ default?: boolean;
141
80
  };
142
81
  originalWidth: {
143
- type?: undefined;
144
- default?: undefined;
145
- } | {
146
- type: any;
147
- default: string | boolean | {
148
- [key: string]: any;
149
- }[];
82
+ type?: import("vue").PropType<string>;
83
+ default?: string;
150
84
  };
151
85
  originalHeight: {
152
- type?: undefined;
153
- default?: undefined;
154
- } | {
155
- type: any;
156
- default: string | boolean | {
157
- [key: string]: any;
158
- }[];
86
+ type?: import("vue").PropType<string>;
87
+ default?: string;
159
88
  };
160
89
  destroyOnClose: {
161
- type?: undefined;
162
- default?: undefined;
163
- } | {
164
- type: any;
165
- default: string | boolean | {
166
- [key: string]: any;
167
- }[];
90
+ type?: import("vue").PropType<boolean>;
91
+ default?: boolean;
168
92
  };
169
93
  position: {
170
- type?: undefined;
171
- default?: undefined;
172
- } | {
173
- type: any;
174
- default: string | boolean | {
175
- [key: string]: any;
176
- }[];
94
+ type?: import("vue").PropType<ModalPosition>;
95
+ default?: ModalPosition;
177
96
  };
178
97
  };
179
98
  export declare const modalEvents: string[];