@ecan-bi/datav 1.0.40 → 1.0.43

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 (56) hide show
  1. package/dist/index.es.js +757 -201
  2. package/dist/index.es.js.map +1 -1
  3. package/dist/index.umd.js +755 -199
  4. package/dist/index.umd.js.map +1 -1
  5. package/dist/style.css +137 -74
  6. package/package.json +1 -1
  7. package/types/_utils/constant.d.ts +2 -1
  8. package/types/_utils/hooks/index.d.ts +2 -0
  9. package/types/_utils/hooks/useHrefParamsToGlobalVariables.d.ts +2 -0
  10. package/types/_utils/hooks/useIndicatorData.d.ts +4 -0
  11. package/types/common/echarts/Echarts.d.ts +418 -0
  12. package/types/common/echarts/index.d.ts +2 -2
  13. package/types/common/index.d.ts +1 -1
  14. package/types/common/skeleton/Skeleton.vue.d.ts +14 -0
  15. package/types/common/skeleton/index.d.ts +2 -0
  16. package/types/container/border/Border.vue.d.ts +54 -54
  17. package/types/container/border/props.d.ts +54 -54
  18. package/types/container/modal/Modal.vue.d.ts +1 -1
  19. package/types/container/modal/index.d.ts +1 -1
  20. package/types/control/button/Button.vue.d.ts +110 -0
  21. package/types/control/button/index.d.ts +111 -1
  22. package/types/control/button/props.d.ts +104 -44
  23. package/types/control/date-picker/props.d.ts +52 -52
  24. package/types/control/input/props.d.ts +48 -48
  25. package/types/control/range-picker/RangePicker.vue.d.ts +52 -52
  26. package/types/control/range-picker/props.d.ts +52 -52
  27. package/types/control/select/Select.vue.d.ts +50 -50
  28. package/types/control/select/props.d.ts +50 -50
  29. package/types/graph/bar/Bar.vue.d.ts +128 -128
  30. package/types/graph/bar/index.d.ts +128 -128
  31. package/types/graph/bar/props.d.ts +65 -65
  32. package/types/graph/combo-graph/ComboGraph.vue.d.ts +155 -0
  33. package/types/graph/combo-graph/index.d.ts +155 -0
  34. package/types/graph/combo-graph/props.d.ts +72 -0
  35. package/types/graph/custom-graph/props.d.ts +48 -48
  36. package/types/graph/line/Line.vue.d.ts +155 -0
  37. package/types/graph/line/index.d.ts +155 -0
  38. package/types/graph/line/props.d.ts +72 -0
  39. package/types/graph/pie/Pie.vue.d.ts +155 -0
  40. package/types/graph/pie/index.d.ts +155 -0
  41. package/types/graph/pie/props.d.ts +72 -0
  42. package/types/graph/scatter/Scatter.vue.d.ts +155 -0
  43. package/types/graph/scatter/index.d.ts +155 -0
  44. package/types/graph/scatter/props.d.ts +72 -0
  45. package/types/map/map/props.d.ts +112 -112
  46. package/types/media/image/props.d.ts +52 -52
  47. package/types/table/table/Table.vue.d.ts +900 -79
  48. package/types/table/table/index.d.ts +899 -79
  49. package/types/table/table/props.d.ts +451 -39
  50. package/types/text/list/List.vue.d.ts +64 -64
  51. package/types/text/list/props.d.ts +64 -64
  52. package/types/text/proportion/Proportion.vue.d.ts +68 -68
  53. package/types/text/proportion/props.d.ts +68 -68
  54. package/types/text/text/Text.vue.d.ts +66 -66
  55. package/types/text/text/props.d.ts +66 -66
  56. package/types/text/time-display/props.d.ts +60 -60
package/dist/style.css CHANGED
@@ -10,7 +10,7 @@ x-vue-echarts{display:block;width:100%;height:100%}
10
10
  left: 50%;
11
11
  transform: translate(-50%, -50%);
12
12
  }
13
- #container[data-v-836b53bc] {
13
+ #container[data-v-5d709a9a] {
14
14
  position: fixed;
15
15
  top: 0;
16
16
  left: 0;
@@ -18,15 +18,15 @@ x-vue-echarts{display:block;width:100%;height:100%}
18
18
  transform-origin: left top;
19
19
  z-index: 999;
20
20
  }
21
- .page-config[data-v-836b53bc] {
21
+ .page-config[data-v-5d709a9a] {
22
22
  position: relative;
23
23
  overflow: hidden;
24
24
  background-size: cover;
25
25
  }
26
- .skeleton-wrapper[data-v-04705f6f] {
26
+ .skeleton-wrapper[data-v-e7487804] {
27
27
  overflow: hidden;
28
28
  }
29
- .ecan-text[data-v-04705f6f] {
29
+ .ecan-text[data-v-e7487804] {
30
30
  overflow: hidden;
31
31
  display: flex;
32
32
  }
@@ -37,10 +37,10 @@ x-vue-echarts{display:block;width:100%;height:100%}
37
37
  overflow: hidden;
38
38
  display: table-cell;
39
39
  }
40
- .ecan-list[data-v-766e4cb3] {
40
+ .ecan-list[data-v-461dbe78] {
41
41
  overflow: hidden;
42
42
  }
43
- .ecan-list-content[data-v-766e4cb3] {
43
+ .ecan-list-content[data-v-461dbe78] {
44
44
  width: 100%;
45
45
  height: 100%;
46
46
  overflow: auto;
@@ -48,7 +48,7 @@ x-vue-echarts{display:block;width:100%;height:100%}
48
48
  align-content: flex-start;
49
49
  flex-wrap: wrap;
50
50
  }
51
- .title[data-v-766e4cb3] {
51
+ .title[data-v-461dbe78] {
52
52
  position: absolute;
53
53
  z-index: 9;
54
54
  display: flex;
@@ -58,18 +58,18 @@ x-vue-echarts{display:block;width:100%;height:100%}
58
58
  font-size: 16px;
59
59
  color: #ffffff;
60
60
  }
61
- .title-inner[data-v-766e4cb3] {
61
+ .title-inner[data-v-461dbe78] {
62
62
  padding-left: 28px;
63
63
  padding-right: 20px;
64
64
  flex: 1;
65
65
  display: flex;
66
66
  height: 100%;
67
67
  }
68
- .title-placeholder[data-v-766e4cb3] {
68
+ .title-placeholder[data-v-461dbe78] {
69
69
  width: 100%;
70
70
  height: 32px;
71
71
  }
72
- .item[data-v-766e4cb3] {
72
+ .item[data-v-461dbe78] {
73
73
  display: flex;
74
74
  align-items: center;
75
75
  height: 32px;
@@ -79,13 +79,13 @@ x-vue-echarts{display:block;width:100%;height:100%}
79
79
  font-size: 16px;
80
80
  color: #ffffff;
81
81
  }
82
- .column[data-v-766e4cb3] {
82
+ .column[data-v-461dbe78] {
83
83
  flex: 1;
84
84
  overflow: hidden;
85
85
  text-overflow: ellipsis;
86
86
  white-space: nowrap;
87
87
  }
88
- .ranking[data-v-766e4cb3] {
88
+ .ranking[data-v-461dbe78] {
89
89
  flex: 1;
90
90
  display: flex;
91
91
  align-items: center;
@@ -94,28 +94,28 @@ x-vue-echarts{display:block;width:100%;height:100%}
94
94
  text-overflow: ellipsis;
95
95
  white-space: nowrap;
96
96
  }
97
- .icon[data-v-766e4cb3] {
97
+ .icon[data-v-461dbe78] {
98
98
  width: 12px;
99
99
  height: 8px;
100
100
  background: #21BEF7;
101
101
  margin-right: 17px;
102
102
  opacity: 0.6;
103
103
  }
104
- .item:nth-child(2) .icon[data-v-766e4cb3] {
104
+ .item:nth-child(2) .icon[data-v-461dbe78] {
105
105
  opacity: 0.8;
106
106
  }
107
- .item:first-child .icon[data-v-766e4cb3] {
107
+ .item:first-child .icon[data-v-461dbe78] {
108
108
  opacity: 1;
109
109
  }
110
- .sort[data-v-766e4cb3] {
110
+ .sort[data-v-461dbe78] {
111
111
  font-weight: 600;
112
112
  }
113
- .goUp[data-v-766e4cb3] {
113
+ .goUp[data-v-461dbe78] {
114
114
  color: #FF512E;
115
115
  display: flex;
116
116
  align-items: center;
117
117
  }
118
- .goUp[data-v-766e4cb3]:before {
118
+ .goUp[data-v-461dbe78]:before {
119
119
  content: '';
120
120
  display: block;
121
121
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAV1BMVEUAAAD/WzT/WjP/WDD/WzT/WzP/WzT/WzT/WzT/WjT/WzT/WDT/YED/WzT/WzT/WjT/YED/WzT/WzT/WzT/XDT/WzT/WjX/WjP/XDT/XDT/WTL/Tif/WzReH8z5AAAAHHRSTlMA8RgS9W9YHbePZyME5sVjCP7bzcCxgndOQC4GFJJgKwAAAIJJREFUKM+Nkd0OgyAMRjvqcLA53fzXvv9zaokmxq8mnsue5ACFDjiy+XyjLZ7yyK35OxN5mSFZKa2QojEIKRhrZKM0QnsMQxirmJ0kBubTIZvAtUyiFAT4JFoUIYmIotZ5xjDPfyoCAV16nMPdFir8xZ16nM//tePtXw2ODOJY0V0WqQwM2rgKrU0AAAAASUVORK5CYII=");
@@ -125,12 +125,12 @@ x-vue-echarts{display:block;width:100%;height:100%}
125
125
  background-size: cover;
126
126
  margin-right: 2px;
127
127
  }
128
- .goDown[data-v-766e4cb3] {
128
+ .goDown[data-v-461dbe78] {
129
129
  color: #00F7B4;
130
130
  display: flex;
131
131
  align-items: center;
132
132
  }
133
- .goDown[data-v-766e4cb3]:before {
133
+ .goDown[data-v-461dbe78]:before {
134
134
  content: '';
135
135
  display: block;
136
136
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAaVBMVEUAAAAA+b0A+LwA+L0A/6AA+LwA+L0A+L0A+b0A+LwA/78A+LwA+L0A+LwA+LwA+b0A+LsA970A+LwA+r0A9boA/7YA+LwA+LwA+LwA+L0A97wA+bwA970A970A+bwA+bwA+LsA9rkA+LzcCa+5AAAAInRSTlMAd/uVAvjYxCsiDvPp37F7aWBMNBgK7s/NvKidh4NXUEcdp9A1SAAAAI5JREFUKM+l0UcOwzAMRFGqWZbcW3rl/Q8ZhUGKMN7lLedD4EKUi/3BEIrGsQu432pmPuF+1WnfRNjLipMz7HbHT3cIF9n3BLYSerzAooSgZNcWQiuhIdBI8JQblNISCqXU/BNG/mqzJ+az13MWluIdRspNmgV+Rvc6vkCwPu1uIhQq5o7WDOwtrToG+ssDeh4QPgfT2X0AAAAASUVORK5CYII=");
@@ -140,7 +140,7 @@ x-vue-echarts{display:block;width:100%;height:100%}
140
140
  background-size: cover;
141
141
  margin-right: 2px;
142
142
  }
143
- .empty[data-v-766e4cb3] {
143
+ .empty[data-v-461dbe78] {
144
144
  text-align: center;
145
145
  margin-top: 15%;
146
146
  }
@@ -171,14 +171,14 @@ x-vue-echarts{display:block;width:100%;height:100%}
171
171
  [datav-theme='darkBlue'] .ecan-list .empty {
172
172
  color: #ffffff;
173
173
  }
174
- .ecan-proportion[data-v-1a10ace9] {
174
+ .ecan-proportion[data-v-02b500fa] {
175
175
  overflow: hidden;
176
176
  }
177
- .progress[data-v-1a10ace9] {
177
+ .progress[data-v-02b500fa] {
178
178
  width: 100%;
179
179
  height: 100%;
180
180
  }
181
- .format[data-v-1a10ace9] {
181
+ .format[data-v-02b500fa] {
182
182
  margin: 0 auto;
183
183
  }
184
184
  .input[data-v-506cf42a] {
@@ -248,10 +248,10 @@ x-vue-echarts{display:block;width:100%;height:100%}
248
248
  [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 {
249
249
  background: #1890ff;
250
250
  }
251
- .ecan-select[data-v-2a771bb2] .ant-select-selector {
251
+ .ecan-select[data-v-d70a9a94] .ant-select-selector {
252
252
  height: 100% !important;
253
253
  }
254
- .select[data-v-2a771bb2] {
254
+ .select[data-v-d70a9a94] {
255
255
  width: 100%;
256
256
  height: 100%;
257
257
  }
@@ -315,7 +315,7 @@ x-vue-echarts{display:block;width:100%;height:100%}
315
315
  [datav-theme='darkBlue'] .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
316
316
  background: #1f63a3;
317
317
  }
318
- .range-picker[data-v-11b582ae] {
318
+ .range-picker[data-v-61322f3d] {
319
319
  width: 100%;
320
320
  height: 100%;
321
321
  }
@@ -386,16 +386,19 @@ x-vue-echarts{display:block;width:100%;height:100%}
386
386
  [datav-theme='darkBlue'] .ecan-range-picker-dropdown .ant-picker-cell-disabled::before {
387
387
  background: #333;
388
388
  }
389
- .button[data-v-f60a3514] {
389
+ .ecan-button .ant-btn {
390
390
  width: 100%;
391
391
  height: 100%;
392
+ display: flex;
393
+ justify-content: center;
394
+ align-items: center;
392
395
  }
393
- .ecan-tabs[data-v-2e2bded0] {
396
+ .ecan-tabs[data-v-5aeec0ae] {
394
397
  box-sizing: border-box;
395
398
  color: #333333;
396
399
  display: flex;
397
400
  }
398
- .tab[data-v-2e2bded0] {
401
+ .tab[data-v-5aeec0ae] {
399
402
  flex: 1;
400
403
  display: flex;
401
404
  justify-content: center;
@@ -403,7 +406,7 @@ x-vue-echarts{display:block;width:100%;height:100%}
403
406
  background-size: 100% 100%;
404
407
  background-repeat: no-repeat;
405
408
  }
406
- .tab[data-v-2e2bded0]:last-child {
409
+ .tab[data-v-5aeec0ae]:last-child {
407
410
  margin-right: 0 !important;
408
411
  }
409
412
  .full-modal .ant-modal {
@@ -420,14 +423,79 @@ x-vue-echarts{display:block;width:100%;height:100%}
420
423
  .full-modal .ant-modal-body {
421
424
  flex: 1;
422
425
  }
423
- .full-modal .modal-inner {
424
- width: 100%;
425
- height: 100%;
426
- box-sizing: border-box;
427
- padding: 20px;
426
+ .full-modal .ant-modal-body {
427
+ padding: 45px 30px 0;
428
+ }
429
+ .full-modal .ant-modal {
430
+ max-width: 100%;
431
+ top: 0;
432
+ padding-bottom: 0;
433
+ margin: 0;
434
+ }
435
+ .full-modal .ant-modal-content {
436
+ display: flex;
437
+ flex-direction: column;
438
+ height: calc(100vh);
439
+ }
440
+ .full-modal .ant-modal-body {
441
+ flex: 1;
442
+ }
443
+ .full-modal .ant-modal-body {
444
+ padding: 45px 30px 0;
445
+ }
446
+ .full-modal .ant-modal {
447
+ max-width: 100%;
448
+ top: 0;
449
+ padding-bottom: 0;
450
+ margin: 0;
428
451
  }
429
- .top-title[data-v-f83231c0],
430
- .no-title[data-v-f83231c0] {
452
+ .full-modal .ant-modal-content {
453
+ display: flex;
454
+ flex-direction: column;
455
+ height: calc(100vh);
456
+ }
457
+ .full-modal .ant-modal-body {
458
+ flex: 1;
459
+ }
460
+ .full-modal .ant-modal-body {
461
+ padding: 45px 30px 0;
462
+ }
463
+ .full-modal .ant-modal {
464
+ max-width: 100%;
465
+ top: 0;
466
+ padding-bottom: 0;
467
+ margin: 0;
468
+ }
469
+ .full-modal .ant-modal-content {
470
+ display: flex;
471
+ flex-direction: column;
472
+ height: calc(100vh);
473
+ }
474
+ .full-modal .ant-modal-body {
475
+ flex: 1;
476
+ }
477
+ .full-modal .ant-modal-body {
478
+ padding: 45px 30px 0;
479
+ }
480
+ .full-modal .ant-modal {
481
+ max-width: 100%;
482
+ top: 0;
483
+ padding-bottom: 0;
484
+ margin: 0;
485
+ }
486
+ .full-modal .ant-modal-content {
487
+ display: flex;
488
+ flex-direction: column;
489
+ height: calc(100vh);
490
+ }
491
+ .full-modal .ant-modal-body {
492
+ flex: 1;
493
+ }
494
+ .full-modal .ant-modal-body {
495
+ padding: 45px 30px 0;
496
+ }
497
+ .top-title[data-v-3c3b861e],
498
+ .no-title[data-v-3c3b861e] {
431
499
  border: 1px solid rgba(55, 85, 218, 0.3);
432
500
  background: rgba(7, 22, 85, 0.8);
433
501
  position: relative;
@@ -435,8 +503,8 @@ x-vue-echarts{display:block;width:100%;height:100%}
435
503
  width: 100%;
436
504
  height: 100%;
437
505
  }
438
- .top-title .border-item[data-v-f83231c0],
439
- .no-title .border-item[data-v-f83231c0] {
506
+ .top-title .border-item[data-v-3c3b861e],
507
+ .no-title .border-item[data-v-3c3b861e] {
440
508
  position: absolute;
441
509
  z-index: 2;
442
510
  border-color: #50FCFC;
@@ -444,8 +512,8 @@ x-vue-echarts{display:block;width:100%;height:100%}
444
512
  width: 13px;
445
513
  height: 11px;
446
514
  }
447
- .top-title .top-left[data-v-f83231c0],
448
- .no-title .top-left[data-v-f83231c0] {
515
+ .top-title .top-left[data-v-3c3b861e],
516
+ .no-title .top-left[data-v-3c3b861e] {
449
517
  top: 0;
450
518
  left: 0;
451
519
  border-top-width: 1px;
@@ -453,8 +521,8 @@ x-vue-echarts{display:block;width:100%;height:100%}
453
521
  border-bottom-width: 0;
454
522
  border-left-width: 1px;
455
523
  }
456
- .top-title .top-right[data-v-f83231c0],
457
- .no-title .top-right[data-v-f83231c0] {
524
+ .top-title .top-right[data-v-3c3b861e],
525
+ .no-title .top-right[data-v-3c3b861e] {
458
526
  top: 0;
459
527
  right: -2px;
460
528
  border-top-width: 1px;
@@ -462,8 +530,8 @@ x-vue-echarts{display:block;width:100%;height:100%}
462
530
  border-bottom-width: 0;
463
531
  border-left-width: 0;
464
532
  }
465
- .top-title .bottom-left[data-v-f83231c0],
466
- .no-title .bottom-left[data-v-f83231c0] {
533
+ .top-title .bottom-left[data-v-3c3b861e],
534
+ .no-title .bottom-left[data-v-3c3b861e] {
467
535
  bottom: -2px;
468
536
  left: 0;
469
537
  border-top-width: 0;
@@ -471,8 +539,8 @@ x-vue-echarts{display:block;width:100%;height:100%}
471
539
  border-bottom-width: 1px;
472
540
  border-left-width: 1px;
473
541
  }
474
- .top-title .bottom-right[data-v-f83231c0],
475
- .no-title .bottom-right[data-v-f83231c0] {
542
+ .top-title .bottom-right[data-v-3c3b861e],
543
+ .no-title .bottom-right[data-v-3c3b861e] {
476
544
  bottom: -2px;
477
545
  right: -2px;
478
546
  border-top-width: 0;
@@ -480,8 +548,8 @@ x-vue-echarts{display:block;width:100%;height:100%}
480
548
  border-bottom-width: 1px;
481
549
  border-left-width: 0;
482
550
  }
483
- .top-title .title-item-wrapper[data-v-f83231c0],
484
- .no-title .title-item-wrapper[data-v-f83231c0] {
551
+ .top-title .title-item-wrapper[data-v-3c3b861e],
552
+ .no-title .title-item-wrapper[data-v-3c3b861e] {
485
553
  width: 100%;
486
554
  padding: 5px 0;
487
555
  background-image: url("data:image/png;base64,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");
@@ -489,43 +557,43 @@ x-vue-echarts{display:block;width:100%;height:100%}
489
557
  display: grid;
490
558
  place-content: center;
491
559
  }
492
- .top-title .title-item[data-v-f83231c0],
493
- .no-title .title-item[data-v-f83231c0] {
560
+ .top-title .title-item[data-v-3c3b861e],
561
+ .no-title .title-item[data-v-3c3b861e] {
494
562
  display: flex;
495
563
  align-items: center;
496
564
  }
497
- .top-title .title[data-v-f83231c0],
498
- .no-title .title[data-v-f83231c0] {
565
+ .top-title .title[data-v-3c3b861e],
566
+ .no-title .title[data-v-3c3b861e] {
499
567
  padding: 0 17px;
500
568
  color: #d5fdfd;
501
569
  background: linear-gradient(0deg, #01aaff, #00eaff);
502
570
  -webkit-background-clip: text;
503
571
  -webkit-text-fill-color: transparent;
504
572
  }
505
- .top-title .title-decoration-left[data-v-f83231c0],
506
- .no-title .title-decoration-left[data-v-f83231c0] {
573
+ .top-title .title-decoration-left[data-v-3c3b861e],
574
+ .no-title .title-decoration-left[data-v-3c3b861e] {
507
575
  width: 58px;
508
576
  height: 14px;
509
577
  }
510
- .top-title .title-decoration-right[data-v-f83231c0],
511
- .no-title .title-decoration-right[data-v-f83231c0] {
578
+ .top-title .title-decoration-right[data-v-3c3b861e],
579
+ .no-title .title-decoration-right[data-v-3c3b861e] {
512
580
  width: 58px;
513
581
  height: 14px;
514
582
  }
515
- .only-border[data-v-f83231c0] {
583
+ .only-border[data-v-3c3b861e] {
516
584
  border: 2px solid #375A8899;
517
585
  border-radius: 8px;
518
586
  width: 100%;
519
587
  height: 100%;
520
588
  }
521
- .left-title[data-v-f83231c0] {
589
+ .left-title[data-v-3c3b861e] {
522
590
  position: relative;
523
591
  width: 100%;
524
592
  height: 100%;
525
593
  border: 2px solid #375A8899;
526
594
  border-radius: 8px;
527
595
  }
528
- .left-title .title[data-v-f83231c0] {
596
+ .left-title .title[data-v-3c3b861e] {
529
597
  position: absolute;
530
598
  left: -33px;
531
599
  top: -14px;
@@ -540,7 +608,7 @@ x-vue-echarts{display:block;width:100%;height:100%}
540
608
  font-weight: 500;
541
609
  text-align: center;
542
610
  }
543
- .left-title .title span[data-v-f83231c0] {
611
+ .left-title .title span[data-v-3c3b861e] {
544
612
  writing-mode: vertical-lr;
545
613
  }
546
614
  .contain[data-v-0b2fdae1] {
@@ -596,34 +664,33 @@ x-vue-echarts{display:block;width:100%;height:100%}
596
664
  font-size: 16px;
597
665
  color: #333;
598
666
  }
599
- .table[data-v-3c009dfc] {
667
+ .table[data-v-56b87792] {
600
668
  width: 100%;
601
- height: 100%;
602
669
  }
603
- .goUp[data-v-3c009dfc] {
670
+ .goUp[data-v-56b87792] {
604
671
  color: #FF512E;
605
672
  display: flex;
606
673
  align-items: center;
607
674
  }
608
- .goUp[data-v-3c009dfc]:before {
675
+ .goUp[data-v-56b87792]:before {
609
676
  content: '';
610
677
  display: block;
611
- background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAV1BMVEUAAAD/WzT/WjP/WDD/WzT/WzP/WzT/WzT/WzT/WjT/WzT/WDT/YED/WzT/WzT/WjT/YED/WzT/WzT/WzT/XDT/WzT/WjX/WjP/XDT/XDT/WTL/Tif/WzReH8z5AAAAHHRSTlMA8RgS9W9YHbePZyME5sVjCP7bzcCxgndOQC4GFJJgKwAAAIJJREFUKM+Nkd0OgyAMRjvqcLA53fzXvv9zaokmxq8mnsue5ACFDjiy+XyjLZ7yyK35OxN5mSFZKa2QojEIKRhrZKM0QnsMQxirmJ0kBubTIZvAtUyiFAT4JFoUIYmIotZ5xjDPfyoCAV16nMPdFir8xZ16nM//tePtXw2ODOJY0V0WqQwM2rgKrU0AAAAASUVORK5CYII=");
678
+ background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAV1BMVEUAAAD/WzT/WjP/WDD/WzT/WzP/WzT/WzT/WzT/WjT/WzT/WDT/YED/WzT/WzT/WjT/YED/WzT/WzT/WzT/XDT/WzT/WjX/WjP/XDT/XDT/WTL/Tif/WzReH8z5AAAAHHRSTlMA8RgS9W9YHbePZyME5sVjCP7bzcCxgndOQC4GFJJgKwAAAIJJREFUKM+Nkd0OgyAMRjvqcLA53fzXvv9zaokmxq8mnsue5ACFDjiy+XyjLZ7yyK35OxN5mSFZKa2QojEIKRhrZKM0QnsMQxirmJ0kBubTIZvAtUyiFAT4JFoUIYmIotZ5xjDPfyoCAV16nMPdFir8xZ16nM//tePtXw2ODOJY0V0WqQwM2rgKrU0AAAAASUVORK5CYII=");
612
679
  width: 12px;
613
680
  height: 12px;
614
681
  background-repeat: no-repeat;
615
682
  background-size: cover;
616
683
  margin-right: 2px;
617
684
  }
618
- .goDown[data-v-3c009dfc] {
685
+ .goDown[data-v-56b87792] {
619
686
  color: #00F7B4;
620
687
  display: flex;
621
688
  align-items: center;
622
689
  }
623
- .goDown[data-v-3c009dfc]:before {
690
+ .goDown[data-v-56b87792]:before {
624
691
  content: '';
625
692
  display: block;
626
- background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAaVBMVEUAAAAA+b0A+LwA+L0A/6AA+LwA+L0A+L0A+b0A+LwA/78A+LwA+L0A+LwA+LwA+b0A+LsA970A+LwA+r0A9boA/7YA+LwA+LwA+LwA+L0A97wA+bwA970A970A+bwA+bwA+LsA9rkA+LzcCa+5AAAAInRSTlMAd/uVAvjYxCsiDvPp37F7aWBMNBgK7s/NvKidh4NXUEcdp9A1SAAAAI5JREFUKM+l0UcOwzAMRFGqWZbcW3rl/Q8ZhUGKMN7lLedD4EKUi/3BEIrGsQu432pmPuF+1WnfRNjLipMz7HbHT3cIF9n3BLYSerzAooSgZNcWQiuhIdBI8JQblNISCqXU/BNG/mqzJ+az13MWluIdRspNmgV+Rvc6vkCwPu1uIhQq5o7WDOwtrToG+ssDeh4QPgfT2X0AAAAASUVORK5CYII=");
693
+ background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAaVBMVEUAAAAA+b0A+LwA+L0A/6AA+LwA+L0A+L0A+b0A+LwA/78A+LwA+L0A+LwA+LwA+b0A+LsA970A+LwA+r0A9boA/7YA+LwA+LwA+LwA+L0A97wA+bwA970A970A+bwA+bwA+LsA9rkA+LzcCa+5AAAAInRSTlMAd/uVAvjYxCsiDvPp37F7aWBMNBgK7s/NvKidh4NXUEcdp9A1SAAAAI5JREFUKM+l0UcOwzAMRFGqWZbcW3rl/Q8ZhUGKMN7lLedD4EKUi/3BEIrGsQu432pmPuF+1WnfRNjLipMz7HbHT3cIF9n3BLYSerzAooSgZNcWQiuhIdBI8JQblNISCqXU/BNG/mqzJ+az13MWluIdRspNmgV+Rvc6vkCwPu1uIhQq5o7WDOwtrToG+ssDeh4QPgfT2X0AAAAASUVORK5CYII=");
627
694
  width: 12px;
628
695
  height: 12px;
629
696
  background-repeat: no-repeat;
@@ -663,9 +730,6 @@ x-vue-echarts{display:block;width:100%;height:100%}
663
730
  .ecan-table .ant-table-bordered .ant-table-cell {
664
731
  border-right: 1px solid #f0f0f0 !important;
665
732
  }
666
- .ecan-table .ant-pagination-item-link {
667
- border: 1px solid #d9d9d9 !important;
668
- }
669
733
  .ecan-table .anticon {
670
734
  color: rgba(0, 0, 0, 0.65) !important;
671
735
  }
@@ -702,7 +766,6 @@ x-vue-echarts{display:block;width:100%;height:100%}
702
766
  }
703
767
  [datav-theme='darkBlue'] .ecan-table .ant-pagination-item-link {
704
768
  background: #17338c !important;
705
- border: 1px solid #243c8e !important;
706
769
  }
707
770
  [datav-theme='darkBlue'] .ecan-table .ant-pagination-item {
708
771
  background: #17338c !important;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecan-bi/datav",
3
- "version": "1.0.40",
3
+ "version": "1.0.43",
4
4
  "main": "./dist/index.umd.js",
5
5
  "module": "./dist/index.es.js",
6
6
  "types": "./types/index.d.ts",
@@ -2,6 +2,7 @@ export declare const EVENT_BUS = "EVENT_BUS";
2
2
  export declare const GLOBAL_CONFIG = "GLOBAL_CONFIG";
3
3
  export declare const GLOBAL_MODEL = "GLOBAL_MODEL";
4
4
  export declare const REQUEST_MODEL = "REQUEST_MODEL";
5
+ export declare const GLOBAL_TOKEN = "GLOBAL_TOKEN";
6
+ export declare const INDICATOR_URL: any;
5
7
  export declare const UPLOAD_PATH: any;
6
8
  export declare const BASE_URL: any;
7
- export declare const INDICATOR_URL: any;
@@ -11,3 +11,5 @@ export * from './useVariablesInText';
11
11
  export * from './useRequestDiagramData';
12
12
  export * from './useValueFormatter';
13
13
  export * from './useTooltipFormatter';
14
+ export * from './useIndicatorData';
15
+ export * from './useHrefParamsToGlobalVariables';
@@ -0,0 +1,2 @@
1
+ export declare const useHrefParamsToGlobalVariables: () => void;
2
+ export default useHrefParamsToGlobalVariables;
@@ -0,0 +1,4 @@
1
+ export declare const useIndicatorData: (props?: {
2
+ [key: string]: any;
3
+ }) => () => Promise<import("axios").AxiosResponse<any, any>>;
4
+ export default useIndicatorData;