@ecan-bi/datav 1.0.66 → 1.0.68

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.
@@ -12,6 +12,9 @@ export interface BorderProps extends Props {
12
12
  backgroundColor: string;
13
13
  useBorderModify: boolean;
14
14
  textShadow: string;
15
+ data: {
16
+ [key: string]: any;
17
+ };
15
18
  }
16
19
  export declare const borderProps: BorderProps;
17
20
  export declare const borderComponentProps: {
@@ -22,7 +25,9 @@ export declare const borderComponentProps: {
22
25
  type: any;
23
26
  default: string | number | boolean | import('../../_utils/props').Events | {
24
27
  [key: string]: any;
25
- } | import('../../_utils/props').RequestParams;
28
+ } | import('../../_utils/props').RequestParams | {
29
+ [key: string]: any;
30
+ };
26
31
  };
27
32
  fontFamily: {
28
33
  type?: undefined;
@@ -31,7 +36,9 @@ export declare const borderComponentProps: {
31
36
  type: any;
32
37
  default: string | number | boolean | import('../../_utils/props').Events | {
33
38
  [key: string]: any;
34
- } | import('../../_utils/props').RequestParams;
39
+ } | import('../../_utils/props').RequestParams | {
40
+ [key: string]: any;
41
+ };
35
42
  };
36
43
  fontWeight: {
37
44
  type?: undefined;
@@ -40,7 +47,9 @@ export declare const borderComponentProps: {
40
47
  type: any;
41
48
  default: string | number | boolean | import('../../_utils/props').Events | {
42
49
  [key: string]: any;
43
- } | import('../../_utils/props').RequestParams;
50
+ } | import('../../_utils/props').RequestParams | {
51
+ [key: string]: any;
52
+ };
44
53
  };
45
54
  title: {
46
55
  type?: undefined;
@@ -49,7 +58,9 @@ export declare const borderComponentProps: {
49
58
  type: any;
50
59
  default: string | number | boolean | import('../../_utils/props').Events | {
51
60
  [key: string]: any;
52
- } | import('../../_utils/props').RequestParams;
61
+ } | import('../../_utils/props').RequestParams | {
62
+ [key: string]: any;
63
+ };
53
64
  };
54
65
  mode: {
55
66
  type?: undefined;
@@ -58,7 +69,9 @@ export declare const borderComponentProps: {
58
69
  type: any;
59
70
  default: string | number | boolean | import('../../_utils/props').Events | {
60
71
  [key: string]: any;
61
- } | import('../../_utils/props').RequestParams;
72
+ } | import('../../_utils/props').RequestParams | {
73
+ [key: string]: any;
74
+ };
62
75
  };
63
76
  borderColor: {
64
77
  type?: undefined;
@@ -67,7 +80,9 @@ export declare const borderComponentProps: {
67
80
  type: any;
68
81
  default: string | number | boolean | import('../../_utils/props').Events | {
69
82
  [key: string]: any;
70
- } | import('../../_utils/props').RequestParams;
83
+ } | import('../../_utils/props').RequestParams | {
84
+ [key: string]: any;
85
+ };
71
86
  };
72
87
  borderRadius: {
73
88
  type?: undefined;
@@ -76,7 +91,9 @@ export declare const borderComponentProps: {
76
91
  type: any;
77
92
  default: string | number | boolean | import('../../_utils/props').Events | {
78
93
  [key: string]: any;
79
- } | import('../../_utils/props').RequestParams;
94
+ } | import('../../_utils/props').RequestParams | {
95
+ [key: string]: any;
96
+ };
80
97
  };
81
98
  borderStyle: {
82
99
  type?: undefined;
@@ -85,7 +102,9 @@ export declare const borderComponentProps: {
85
102
  type: any;
86
103
  default: string | number | boolean | import('../../_utils/props').Events | {
87
104
  [key: string]: any;
88
- } | import('../../_utils/props').RequestParams;
105
+ } | import('../../_utils/props').RequestParams | {
106
+ [key: string]: any;
107
+ };
89
108
  };
90
109
  borderWidth: {
91
110
  type?: undefined;
@@ -94,7 +113,9 @@ export declare const borderComponentProps: {
94
113
  type: any;
95
114
  default: string | number | boolean | import('../../_utils/props').Events | {
96
115
  [key: string]: any;
97
- } | import('../../_utils/props').RequestParams;
116
+ } | import('../../_utils/props').RequestParams | {
117
+ [key: string]: any;
118
+ };
98
119
  };
99
120
  backgroundColor: {
100
121
  type?: undefined;
@@ -103,7 +124,9 @@ export declare const borderComponentProps: {
103
124
  type: any;
104
125
  default: string | number | boolean | import('../../_utils/props').Events | {
105
126
  [key: string]: any;
106
- } | import('../../_utils/props').RequestParams;
127
+ } | import('../../_utils/props').RequestParams | {
128
+ [key: string]: any;
129
+ };
107
130
  };
108
131
  useBorderModify: {
109
132
  type?: undefined;
@@ -112,7 +135,9 @@ export declare const borderComponentProps: {
112
135
  type: any;
113
136
  default: string | number | boolean | import('../../_utils/props').Events | {
114
137
  [key: string]: any;
115
- } | import('../../_utils/props').RequestParams;
138
+ } | import('../../_utils/props').RequestParams | {
139
+ [key: string]: any;
140
+ };
116
141
  };
117
142
  textShadow: {
118
143
  type?: undefined;
@@ -121,7 +146,20 @@ export declare const borderComponentProps: {
121
146
  type: any;
122
147
  default: string | number | boolean | import('../../_utils/props').Events | {
123
148
  [key: string]: any;
124
- } | import('../../_utils/props').RequestParams;
149
+ } | import('../../_utils/props').RequestParams | {
150
+ [key: string]: any;
151
+ };
152
+ };
153
+ data: {
154
+ type?: undefined;
155
+ default?: undefined;
156
+ } | {
157
+ type: any;
158
+ default: string | number | boolean | import('../../_utils/props').Events | {
159
+ [key: string]: any;
160
+ } | import('../../_utils/props').RequestParams | {
161
+ [key: string]: any;
162
+ };
125
163
  };
126
164
  id: {
127
165
  type?: undefined;
@@ -130,7 +168,9 @@ export declare const borderComponentProps: {
130
168
  type: any;
131
169
  default: string | number | boolean | import('../../_utils/props').Events | {
132
170
  [key: string]: any;
133
- } | import('../../_utils/props').RequestParams;
171
+ } | import('../../_utils/props').RequestParams | {
172
+ [key: string]: any;
173
+ };
134
174
  };
135
175
  name: {
136
176
  type?: undefined;
@@ -139,7 +179,9 @@ export declare const borderComponentProps: {
139
179
  type: any;
140
180
  default: string | number | boolean | import('../../_utils/props').Events | {
141
181
  [key: string]: any;
142
- } | import('../../_utils/props').RequestParams;
182
+ } | import('../../_utils/props').RequestParams | {
183
+ [key: string]: any;
184
+ };
143
185
  };
144
186
  keyName: {
145
187
  type?: undefined;
@@ -148,7 +190,9 @@ export declare const borderComponentProps: {
148
190
  type: any;
149
191
  default: string | number | boolean | import('../../_utils/props').Events | {
150
192
  [key: string]: any;
151
- } | import('../../_utils/props').RequestParams;
193
+ } | import('../../_utils/props').RequestParams | {
194
+ [key: string]: any;
195
+ };
152
196
  };
153
197
  type: {
154
198
  type?: undefined;
@@ -157,7 +201,9 @@ export declare const borderComponentProps: {
157
201
  type: any;
158
202
  default: string | number | boolean | import('../../_utils/props').Events | {
159
203
  [key: string]: any;
160
- } | import('../../_utils/props').RequestParams;
204
+ } | import('../../_utils/props').RequestParams | {
205
+ [key: string]: any;
206
+ };
161
207
  };
162
208
  width: {
163
209
  type?: undefined;
@@ -166,7 +212,9 @@ export declare const borderComponentProps: {
166
212
  type: any;
167
213
  default: string | number | boolean | import('../../_utils/props').Events | {
168
214
  [key: string]: any;
169
- } | import('../../_utils/props').RequestParams;
215
+ } | import('../../_utils/props').RequestParams | {
216
+ [key: string]: any;
217
+ };
170
218
  };
171
219
  height: {
172
220
  type?: undefined;
@@ -175,7 +223,9 @@ export declare const borderComponentProps: {
175
223
  type: any;
176
224
  default: string | number | boolean | import('../../_utils/props').Events | {
177
225
  [key: string]: any;
178
- } | import('../../_utils/props').RequestParams;
226
+ } | import('../../_utils/props').RequestParams | {
227
+ [key: string]: any;
228
+ };
179
229
  };
180
230
  position: {
181
231
  type?: undefined;
@@ -184,7 +234,9 @@ export declare const borderComponentProps: {
184
234
  type: any;
185
235
  default: string | number | boolean | import('../../_utils/props').Events | {
186
236
  [key: string]: any;
187
- } | import('../../_utils/props').RequestParams;
237
+ } | import('../../_utils/props').RequestParams | {
238
+ [key: string]: any;
239
+ };
188
240
  };
189
241
  top: {
190
242
  type?: undefined;
@@ -193,7 +245,9 @@ export declare const borderComponentProps: {
193
245
  type: any;
194
246
  default: string | number | boolean | import('../../_utils/props').Events | {
195
247
  [key: string]: any;
196
- } | import('../../_utils/props').RequestParams;
248
+ } | import('../../_utils/props').RequestParams | {
249
+ [key: string]: any;
250
+ };
197
251
  };
198
252
  left: {
199
253
  type?: undefined;
@@ -202,7 +256,9 @@ export declare const borderComponentProps: {
202
256
  type: any;
203
257
  default: string | number | boolean | import('../../_utils/props').Events | {
204
258
  [key: string]: any;
205
- } | import('../../_utils/props').RequestParams;
259
+ } | import('../../_utils/props').RequestParams | {
260
+ [key: string]: any;
261
+ };
206
262
  };
207
263
  zIndex: {
208
264
  type?: undefined;
@@ -211,7 +267,9 @@ export declare const borderComponentProps: {
211
267
  type: any;
212
268
  default: string | number | boolean | import('../../_utils/props').Events | {
213
269
  [key: string]: any;
214
- } | import('../../_utils/props').RequestParams;
270
+ } | import('../../_utils/props').RequestParams | {
271
+ [key: string]: any;
272
+ };
215
273
  };
216
274
  rotate: {
217
275
  type?: undefined;
@@ -220,7 +278,9 @@ export declare const borderComponentProps: {
220
278
  type: any;
221
279
  default: string | number | boolean | import('../../_utils/props').Events | {
222
280
  [key: string]: any;
223
- } | import('../../_utils/props').RequestParams;
281
+ } | import('../../_utils/props').RequestParams | {
282
+ [key: string]: any;
283
+ };
224
284
  };
225
285
  isShow: {
226
286
  type?: undefined;
@@ -229,7 +289,9 @@ export declare const borderComponentProps: {
229
289
  type: any;
230
290
  default: string | number | boolean | import('../../_utils/props').Events | {
231
291
  [key: string]: any;
232
- } | import('../../_utils/props').RequestParams;
292
+ } | import('../../_utils/props').RequestParams | {
293
+ [key: string]: any;
294
+ };
233
295
  };
234
296
  isRender: {
235
297
  type?: undefined;
@@ -238,7 +300,9 @@ export declare const borderComponentProps: {
238
300
  type: any;
239
301
  default: string | number | boolean | import('../../_utils/props').Events | {
240
302
  [key: string]: any;
241
- } | import('../../_utils/props').RequestParams;
303
+ } | import('../../_utils/props').RequestParams | {
304
+ [key: string]: any;
305
+ };
242
306
  };
243
307
  events: {
244
308
  type?: undefined;
@@ -247,7 +311,9 @@ export declare const borderComponentProps: {
247
311
  type: any;
248
312
  default: string | number | boolean | import('../../_utils/props').Events | {
249
313
  [key: string]: any;
250
- } | import('../../_utils/props').RequestParams;
314
+ } | import('../../_utils/props').RequestParams | {
315
+ [key: string]: any;
316
+ };
251
317
  };
252
318
  requestUrl: {
253
319
  type?: undefined;
@@ -256,7 +322,9 @@ export declare const borderComponentProps: {
256
322
  type: any;
257
323
  default: string | number | boolean | import('../../_utils/props').Events | {
258
324
  [key: string]: any;
259
- } | import('../../_utils/props').RequestParams;
325
+ } | import('../../_utils/props').RequestParams | {
326
+ [key: string]: any;
327
+ };
260
328
  };
261
329
  requestMethod: {
262
330
  type?: undefined;
@@ -265,7 +333,9 @@ export declare const borderComponentProps: {
265
333
  type: any;
266
334
  default: string | number | boolean | import('../../_utils/props').Events | {
267
335
  [key: string]: any;
268
- } | import('../../_utils/props').RequestParams;
336
+ } | import('../../_utils/props').RequestParams | {
337
+ [key: string]: any;
338
+ };
269
339
  };
270
340
  requestHeaders: {
271
341
  type?: undefined;
@@ -274,7 +344,9 @@ export declare const borderComponentProps: {
274
344
  type: any;
275
345
  default: string | number | boolean | import('../../_utils/props').Events | {
276
346
  [key: string]: any;
277
- } | import('../../_utils/props').RequestParams;
347
+ } | import('../../_utils/props').RequestParams | {
348
+ [key: string]: any;
349
+ };
278
350
  };
279
351
  isOpenRequestTimer: {
280
352
  type?: undefined;
@@ -283,7 +355,9 @@ export declare const borderComponentProps: {
283
355
  type: any;
284
356
  default: string | number | boolean | import('../../_utils/props').Events | {
285
357
  [key: string]: any;
286
- } | import('../../_utils/props').RequestParams;
358
+ } | import('../../_utils/props').RequestParams | {
359
+ [key: string]: any;
360
+ };
287
361
  };
288
362
  requestInterval: {
289
363
  type?: undefined;
@@ -292,7 +366,9 @@ export declare const borderComponentProps: {
292
366
  type: any;
293
367
  default: string | number | boolean | import('../../_utils/props').Events | {
294
368
  [key: string]: any;
295
- } | import('../../_utils/props').RequestParams;
369
+ } | import('../../_utils/props').RequestParams | {
370
+ [key: string]: any;
371
+ };
296
372
  };
297
373
  requestParams: {
298
374
  type?: undefined;
@@ -301,7 +377,9 @@ export declare const borderComponentProps: {
301
377
  type: any;
302
378
  default: string | number | boolean | import('../../_utils/props').Events | {
303
379
  [key: string]: any;
304
- } | import('../../_utils/props').RequestParams;
380
+ } | import('../../_utils/props').RequestParams | {
381
+ [key: string]: any;
382
+ };
305
383
  };
306
384
  requestSort: {
307
385
  type?: undefined;
@@ -310,7 +388,9 @@ export declare const borderComponentProps: {
310
388
  type: any;
311
389
  default: string | number | boolean | import('../../_utils/props').Events | {
312
390
  [key: string]: any;
313
- } | import('../../_utils/props').RequestParams;
391
+ } | import('../../_utils/props').RequestParams | {
392
+ [key: string]: any;
393
+ };
314
394
  };
315
395
  dataType: {
316
396
  type?: undefined;
@@ -319,7 +399,9 @@ export declare const borderComponentProps: {
319
399
  type: any;
320
400
  default: string | number | boolean | import('../../_utils/props').Events | {
321
401
  [key: string]: any;
322
- } | import('../../_utils/props').RequestParams;
402
+ } | import('../../_utils/props').RequestParams | {
403
+ [key: string]: any;
404
+ };
323
405
  };
324
406
  };
325
407
  export declare const borderEvents: string[];
@@ -69,6 +69,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
69
69
  type: any;
70
70
  default: any;
71
71
  };
72
+ tabHorizontalPadding: {
73
+ type?: undefined;
74
+ default?: undefined;
75
+ } | {
76
+ type: any;
77
+ default: any;
78
+ };
72
79
  contains: {
73
80
  type?: undefined;
74
81
  default?: undefined;
@@ -310,6 +317,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
310
317
  type: any;
311
318
  default: any;
312
319
  };
320
+ tabHorizontalPadding: {
321
+ type?: undefined;
322
+ default?: undefined;
323
+ } | {
324
+ type: any;
325
+ default: any;
326
+ };
313
327
  contains: {
314
328
  type?: undefined;
315
329
  default?: undefined;
@@ -69,6 +69,13 @@ export declare const EcanTabs: import("../../_utils/withInstall").SFCWithInstall
69
69
  type: any;
70
70
  default: any;
71
71
  };
72
+ tabHorizontalPadding: {
73
+ type?: undefined;
74
+ default?: undefined;
75
+ } | {
76
+ type: any;
77
+ default: any;
78
+ };
72
79
  contains: {
73
80
  type?: undefined;
74
81
  default?: undefined;
@@ -310,6 +317,13 @@ export declare const EcanTabs: import("../../_utils/withInstall").SFCWithInstall
310
317
  type: any;
311
318
  default: any;
312
319
  };
320
+ tabHorizontalPadding: {
321
+ type?: undefined;
322
+ default?: undefined;
323
+ } | {
324
+ type: any;
325
+ default: any;
326
+ };
313
327
  contains: {
314
328
  type?: undefined;
315
329
  default?: undefined;
@@ -12,6 +12,7 @@ export interface TabsProps extends Props {
12
12
  activeTabBackgroundImage: any;
13
13
  value: string;
14
14
  activeKey: number;
15
+ tabHorizontalPadding: string;
15
16
  contains: string[];
16
17
  }
17
18
  export declare const tabsProps: TabsProps;
@@ -86,6 +87,13 @@ export declare const tabsComponentProps: {
86
87
  type: any;
87
88
  default: any;
88
89
  };
90
+ tabHorizontalPadding: {
91
+ type?: undefined;
92
+ default?: undefined;
93
+ } | {
94
+ type: any;
95
+ default: any;
96
+ };
89
97
  contains: {
90
98
  type?: undefined;
91
99
  default?: undefined;