@ecan-bi/datav 1.0.80 → 1.0.81

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/dist/style.css CHANGED
@@ -1,4 +1,4 @@
1
- /*! @ecan-bi/datav@1.0.80 */
1
+ /*! @ecan-bi/datav@1.0.81 */
2
2
  x-vue-echarts{display:block;width:100%;height:100%}
3
3
  .spin-wrapper {
4
4
  position: relative;
@@ -182,7 +182,7 @@ x-vue-echarts{display:block;width:100%;height:100%}
182
182
  .format[data-v-4f7958e8] {
183
183
  margin: 0 auto;
184
184
  }
185
- .input[data-v-506cf42a] {
185
+ .ecan-input .ant-input {
186
186
  width: 100%;
187
187
  height: 100%;
188
188
  }
@@ -249,13 +249,23 @@ x-vue-echarts{display:block;width:100%;height:100%}
249
249
  [datav-theme='darkBlue'] .ecan-date-picker-dropdown .ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):not(.ant-picker-cell-range-hover-start):not(.ant-picker-cell-range-hover-end) .ant-picker-cell-inner {
250
250
  background: #1890ff;
251
251
  }
252
- .ecan-select[data-v-1eb4535b] .ant-select-selector {
253
- height: 100% !important;
254
- }
255
- .select[data-v-1eb4535b] {
252
+ .select[data-v-0a8df5d2] {
256
253
  width: 100%;
257
254
  height: 100%;
258
255
  }
256
+ .ecan-select .ant-select {
257
+ height: 100% !important;
258
+ width: 100% !important;
259
+ }
260
+ .ecan-select .ant-select-selector {
261
+ height: 100% !important;
262
+ width: 100% !important;
263
+ display: flex;
264
+ align-items: center;
265
+ }
266
+ .ecan-select .ant-select-selector input {
267
+ height: 100% !important;
268
+ }
259
269
  [datav-theme='light'] .ant-select:not(.ant-select-customize-input) .ant-select-selector {
260
270
  border: 1px solid #d9d9d9;
261
271
  }
@@ -394,6 +404,14 @@ x-vue-echarts{display:block;width:100%;height:100%}
394
404
  justify-content: center;
395
405
  align-items: center;
396
406
  }
407
+ .ecan-checkbox .ant-checkbox-group {
408
+ width: 100%;
409
+ height: 100%;
410
+ display: flex;
411
+ justify-content: space-between;
412
+ align-content: space-between;
413
+ flex-wrap: wrap;
414
+ }
397
415
  .full-modal .ant-modal {
398
416
  max-width: 100%;
399
417
  top: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecan-bi/datav",
3
- "version": "1.0.80",
3
+ "version": "1.0.81",
4
4
  "main": "./dist/index.umd.js",
5
5
  "module": "./dist/index.es.js",
6
6
  "types": "./types/index.d.ts",
@@ -0,0 +1,448 @@
1
+ import { CheckboxOptions } from './props';
2
+ declare const _sfc_main: import("vue").DefineComponent<{
3
+ value: {
4
+ type?: undefined;
5
+ default?: undefined;
6
+ } | {
7
+ type: any;
8
+ default: string | number | boolean | import("../../_utils/props").Events | {
9
+ [key: string]: any;
10
+ } | import("../../_utils/props").RequestParams | CheckboxOptions;
11
+ };
12
+ data: {
13
+ type?: undefined;
14
+ default?: undefined;
15
+ } | {
16
+ type: any;
17
+ default: string | number | boolean | import("../../_utils/props").Events | {
18
+ [key: string]: any;
19
+ } | import("../../_utils/props").RequestParams | CheckboxOptions;
20
+ };
21
+ id: {
22
+ type?: undefined;
23
+ default?: undefined;
24
+ } | {
25
+ type: any;
26
+ default: string | number | boolean | import("../../_utils/props").Events | {
27
+ [key: string]: any;
28
+ } | import("../../_utils/props").RequestParams | CheckboxOptions;
29
+ };
30
+ name: {
31
+ type?: undefined;
32
+ default?: undefined;
33
+ } | {
34
+ type: any;
35
+ default: string | number | boolean | import("../../_utils/props").Events | {
36
+ [key: string]: any;
37
+ } | import("../../_utils/props").RequestParams | CheckboxOptions;
38
+ };
39
+ keyName: {
40
+ type?: undefined;
41
+ default?: undefined;
42
+ } | {
43
+ type: any;
44
+ default: string | number | boolean | import("../../_utils/props").Events | {
45
+ [key: string]: any;
46
+ } | import("../../_utils/props").RequestParams | CheckboxOptions;
47
+ };
48
+ type: {
49
+ type?: undefined;
50
+ default?: undefined;
51
+ } | {
52
+ type: any;
53
+ default: string | number | boolean | import("../../_utils/props").Events | {
54
+ [key: string]: any;
55
+ } | import("../../_utils/props").RequestParams | CheckboxOptions;
56
+ };
57
+ width: {
58
+ type?: undefined;
59
+ default?: undefined;
60
+ } | {
61
+ type: any;
62
+ default: string | number | boolean | import("../../_utils/props").Events | {
63
+ [key: string]: any;
64
+ } | import("../../_utils/props").RequestParams | CheckboxOptions;
65
+ };
66
+ height: {
67
+ type?: undefined;
68
+ default?: undefined;
69
+ } | {
70
+ type: any;
71
+ default: string | number | boolean | import("../../_utils/props").Events | {
72
+ [key: string]: any;
73
+ } | import("../../_utils/props").RequestParams | CheckboxOptions;
74
+ };
75
+ position: {
76
+ type?: undefined;
77
+ default?: undefined;
78
+ } | {
79
+ type: any;
80
+ default: string | number | boolean | import("../../_utils/props").Events | {
81
+ [key: string]: any;
82
+ } | import("../../_utils/props").RequestParams | CheckboxOptions;
83
+ };
84
+ top: {
85
+ type?: undefined;
86
+ default?: undefined;
87
+ } | {
88
+ type: any;
89
+ default: string | number | boolean | import("../../_utils/props").Events | {
90
+ [key: string]: any;
91
+ } | import("../../_utils/props").RequestParams | CheckboxOptions;
92
+ };
93
+ left: {
94
+ type?: undefined;
95
+ default?: undefined;
96
+ } | {
97
+ type: any;
98
+ default: string | number | boolean | import("../../_utils/props").Events | {
99
+ [key: string]: any;
100
+ } | import("../../_utils/props").RequestParams | CheckboxOptions;
101
+ };
102
+ zIndex: {
103
+ type?: undefined;
104
+ default?: undefined;
105
+ } | {
106
+ type: any;
107
+ default: string | number | boolean | import("../../_utils/props").Events | {
108
+ [key: string]: any;
109
+ } | import("../../_utils/props").RequestParams | CheckboxOptions;
110
+ };
111
+ rotate: {
112
+ type?: undefined;
113
+ default?: undefined;
114
+ } | {
115
+ type: any;
116
+ default: string | number | boolean | import("../../_utils/props").Events | {
117
+ [key: string]: any;
118
+ } | import("../../_utils/props").RequestParams | CheckboxOptions;
119
+ };
120
+ isShow: {
121
+ type?: undefined;
122
+ default?: undefined;
123
+ } | {
124
+ type: any;
125
+ default: string | number | boolean | import("../../_utils/props").Events | {
126
+ [key: string]: any;
127
+ } | import("../../_utils/props").RequestParams | CheckboxOptions;
128
+ };
129
+ isRender: {
130
+ type?: undefined;
131
+ default?: undefined;
132
+ } | {
133
+ type: any;
134
+ default: string | number | boolean | import("../../_utils/props").Events | {
135
+ [key: string]: any;
136
+ } | import("../../_utils/props").RequestParams | CheckboxOptions;
137
+ };
138
+ events: {
139
+ type?: undefined;
140
+ default?: undefined;
141
+ } | {
142
+ type: any;
143
+ default: string | number | boolean | import("../../_utils/props").Events | {
144
+ [key: string]: any;
145
+ } | import("../../_utils/props").RequestParams | CheckboxOptions;
146
+ };
147
+ requestUrl: {
148
+ type?: undefined;
149
+ default?: undefined;
150
+ } | {
151
+ type: any;
152
+ default: string | number | boolean | import("../../_utils/props").Events | {
153
+ [key: string]: any;
154
+ } | import("../../_utils/props").RequestParams | CheckboxOptions;
155
+ };
156
+ requestMethod: {
157
+ type?: undefined;
158
+ default?: undefined;
159
+ } | {
160
+ type: any;
161
+ default: string | number | boolean | import("../../_utils/props").Events | {
162
+ [key: string]: any;
163
+ } | import("../../_utils/props").RequestParams | CheckboxOptions;
164
+ };
165
+ requestHeaders: {
166
+ type?: undefined;
167
+ default?: undefined;
168
+ } | {
169
+ type: any;
170
+ default: string | number | boolean | import("../../_utils/props").Events | {
171
+ [key: string]: any;
172
+ } | import("../../_utils/props").RequestParams | CheckboxOptions;
173
+ };
174
+ isOpenRequestTimer: {
175
+ type?: undefined;
176
+ default?: undefined;
177
+ } | {
178
+ type: any;
179
+ default: string | number | boolean | import("../../_utils/props").Events | {
180
+ [key: string]: any;
181
+ } | import("../../_utils/props").RequestParams | CheckboxOptions;
182
+ };
183
+ requestInterval: {
184
+ type?: undefined;
185
+ default?: undefined;
186
+ } | {
187
+ type: any;
188
+ default: string | number | boolean | import("../../_utils/props").Events | {
189
+ [key: string]: any;
190
+ } | import("../../_utils/props").RequestParams | CheckboxOptions;
191
+ };
192
+ requestParams: {
193
+ type?: undefined;
194
+ default?: undefined;
195
+ } | {
196
+ type: any;
197
+ default: string | number | boolean | import("../../_utils/props").Events | {
198
+ [key: string]: any;
199
+ } | import("../../_utils/props").RequestParams | CheckboxOptions;
200
+ };
201
+ requestSort: {
202
+ type?: undefined;
203
+ default?: undefined;
204
+ } | {
205
+ type: any;
206
+ default: string | number | boolean | import("../../_utils/props").Events | {
207
+ [key: string]: any;
208
+ } | import("../../_utils/props").RequestParams | CheckboxOptions;
209
+ };
210
+ dataType: {
211
+ type?: undefined;
212
+ default?: undefined;
213
+ } | {
214
+ type: any;
215
+ default: string | number | boolean | import("../../_utils/props").Events | {
216
+ [key: string]: any;
217
+ } | import("../../_utils/props").RequestParams | CheckboxOptions;
218
+ };
219
+ }, {
220
+ myOption: import("vue").Ref<{
221
+ label: string;
222
+ value: string;
223
+ disabled?: boolean;
224
+ checked?: boolean;
225
+ indeterminate?: boolean;
226
+ }[]>;
227
+ style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
228
+ myValue: import("vue").Ref<string[]>;
229
+ checkboxChange: () => void;
230
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
231
+ value: {
232
+ type?: undefined;
233
+ default?: undefined;
234
+ } | {
235
+ type: any;
236
+ default: string | number | boolean | import("../../_utils/props").Events | {
237
+ [key: string]: any;
238
+ } | import("../../_utils/props").RequestParams | CheckboxOptions;
239
+ };
240
+ data: {
241
+ type?: undefined;
242
+ default?: undefined;
243
+ } | {
244
+ type: any;
245
+ default: string | number | boolean | import("../../_utils/props").Events | {
246
+ [key: string]: any;
247
+ } | import("../../_utils/props").RequestParams | CheckboxOptions;
248
+ };
249
+ id: {
250
+ type?: undefined;
251
+ default?: undefined;
252
+ } | {
253
+ type: any;
254
+ default: string | number | boolean | import("../../_utils/props").Events | {
255
+ [key: string]: any;
256
+ } | import("../../_utils/props").RequestParams | CheckboxOptions;
257
+ };
258
+ name: {
259
+ type?: undefined;
260
+ default?: undefined;
261
+ } | {
262
+ type: any;
263
+ default: string | number | boolean | import("../../_utils/props").Events | {
264
+ [key: string]: any;
265
+ } | import("../../_utils/props").RequestParams | CheckboxOptions;
266
+ };
267
+ keyName: {
268
+ type?: undefined;
269
+ default?: undefined;
270
+ } | {
271
+ type: any;
272
+ default: string | number | boolean | import("../../_utils/props").Events | {
273
+ [key: string]: any;
274
+ } | import("../../_utils/props").RequestParams | CheckboxOptions;
275
+ };
276
+ type: {
277
+ type?: undefined;
278
+ default?: undefined;
279
+ } | {
280
+ type: any;
281
+ default: string | number | boolean | import("../../_utils/props").Events | {
282
+ [key: string]: any;
283
+ } | import("../../_utils/props").RequestParams | CheckboxOptions;
284
+ };
285
+ width: {
286
+ type?: undefined;
287
+ default?: undefined;
288
+ } | {
289
+ type: any;
290
+ default: string | number | boolean | import("../../_utils/props").Events | {
291
+ [key: string]: any;
292
+ } | import("../../_utils/props").RequestParams | CheckboxOptions;
293
+ };
294
+ height: {
295
+ type?: undefined;
296
+ default?: undefined;
297
+ } | {
298
+ type: any;
299
+ default: string | number | boolean | import("../../_utils/props").Events | {
300
+ [key: string]: any;
301
+ } | import("../../_utils/props").RequestParams | CheckboxOptions;
302
+ };
303
+ position: {
304
+ type?: undefined;
305
+ default?: undefined;
306
+ } | {
307
+ type: any;
308
+ default: string | number | boolean | import("../../_utils/props").Events | {
309
+ [key: string]: any;
310
+ } | import("../../_utils/props").RequestParams | CheckboxOptions;
311
+ };
312
+ top: {
313
+ type?: undefined;
314
+ default?: undefined;
315
+ } | {
316
+ type: any;
317
+ default: string | number | boolean | import("../../_utils/props").Events | {
318
+ [key: string]: any;
319
+ } | import("../../_utils/props").RequestParams | CheckboxOptions;
320
+ };
321
+ left: {
322
+ type?: undefined;
323
+ default?: undefined;
324
+ } | {
325
+ type: any;
326
+ default: string | number | boolean | import("../../_utils/props").Events | {
327
+ [key: string]: any;
328
+ } | import("../../_utils/props").RequestParams | CheckboxOptions;
329
+ };
330
+ zIndex: {
331
+ type?: undefined;
332
+ default?: undefined;
333
+ } | {
334
+ type: any;
335
+ default: string | number | boolean | import("../../_utils/props").Events | {
336
+ [key: string]: any;
337
+ } | import("../../_utils/props").RequestParams | CheckboxOptions;
338
+ };
339
+ rotate: {
340
+ type?: undefined;
341
+ default?: undefined;
342
+ } | {
343
+ type: any;
344
+ default: string | number | boolean | import("../../_utils/props").Events | {
345
+ [key: string]: any;
346
+ } | import("../../_utils/props").RequestParams | CheckboxOptions;
347
+ };
348
+ isShow: {
349
+ type?: undefined;
350
+ default?: undefined;
351
+ } | {
352
+ type: any;
353
+ default: string | number | boolean | import("../../_utils/props").Events | {
354
+ [key: string]: any;
355
+ } | import("../../_utils/props").RequestParams | CheckboxOptions;
356
+ };
357
+ isRender: {
358
+ type?: undefined;
359
+ default?: undefined;
360
+ } | {
361
+ type: any;
362
+ default: string | number | boolean | import("../../_utils/props").Events | {
363
+ [key: string]: any;
364
+ } | import("../../_utils/props").RequestParams | CheckboxOptions;
365
+ };
366
+ events: {
367
+ type?: undefined;
368
+ default?: undefined;
369
+ } | {
370
+ type: any;
371
+ default: string | number | boolean | import("../../_utils/props").Events | {
372
+ [key: string]: any;
373
+ } | import("../../_utils/props").RequestParams | CheckboxOptions;
374
+ };
375
+ requestUrl: {
376
+ type?: undefined;
377
+ default?: undefined;
378
+ } | {
379
+ type: any;
380
+ default: string | number | boolean | import("../../_utils/props").Events | {
381
+ [key: string]: any;
382
+ } | import("../../_utils/props").RequestParams | CheckboxOptions;
383
+ };
384
+ requestMethod: {
385
+ type?: undefined;
386
+ default?: undefined;
387
+ } | {
388
+ type: any;
389
+ default: string | number | boolean | import("../../_utils/props").Events | {
390
+ [key: string]: any;
391
+ } | import("../../_utils/props").RequestParams | CheckboxOptions;
392
+ };
393
+ requestHeaders: {
394
+ type?: undefined;
395
+ default?: undefined;
396
+ } | {
397
+ type: any;
398
+ default: string | number | boolean | import("../../_utils/props").Events | {
399
+ [key: string]: any;
400
+ } | import("../../_utils/props").RequestParams | CheckboxOptions;
401
+ };
402
+ isOpenRequestTimer: {
403
+ type?: undefined;
404
+ default?: undefined;
405
+ } | {
406
+ type: any;
407
+ default: string | number | boolean | import("../../_utils/props").Events | {
408
+ [key: string]: any;
409
+ } | import("../../_utils/props").RequestParams | CheckboxOptions;
410
+ };
411
+ requestInterval: {
412
+ type?: undefined;
413
+ default?: undefined;
414
+ } | {
415
+ type: any;
416
+ default: string | number | boolean | import("../../_utils/props").Events | {
417
+ [key: string]: any;
418
+ } | import("../../_utils/props").RequestParams | CheckboxOptions;
419
+ };
420
+ requestParams: {
421
+ type?: undefined;
422
+ default?: undefined;
423
+ } | {
424
+ type: any;
425
+ default: string | number | boolean | import("../../_utils/props").Events | {
426
+ [key: string]: any;
427
+ } | import("../../_utils/props").RequestParams | CheckboxOptions;
428
+ };
429
+ requestSort: {
430
+ type?: undefined;
431
+ default?: undefined;
432
+ } | {
433
+ type: any;
434
+ default: string | number | boolean | import("../../_utils/props").Events | {
435
+ [key: string]: any;
436
+ } | import("../../_utils/props").RequestParams | CheckboxOptions;
437
+ };
438
+ dataType: {
439
+ type?: undefined;
440
+ default?: undefined;
441
+ } | {
442
+ type: any;
443
+ default: string | number | boolean | import("../../_utils/props").Events | {
444
+ [key: string]: any;
445
+ } | import("../../_utils/props").RequestParams | CheckboxOptions;
446
+ };
447
+ }>>, {}>;
448
+ export default _sfc_main;