@ecan-bi/datav 1.0.41 → 1.0.44

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 (62) hide show
  1. package/dist/index.es.js +906 -255
  2. package/dist/index.es.js.map +1 -1
  3. package/dist/index.umd.js +906 -252
  4. package/dist/index.umd.js.map +1 -1
  5. package/dist/style.css +149 -86
  6. package/package.json +1 -1
  7. package/types/_utils/constant.d.ts +3 -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/container/border/Border.vue.d.ts +183 -54
  12. package/types/container/border/index.d.ts +130 -1
  13. package/types/container/border/props.d.ts +115 -55
  14. package/types/container/modal/Modal.vue.d.ts +1 -1
  15. package/types/container/modal/index.d.ts +1 -1
  16. package/types/control/button/Button.vue.d.ts +110 -0
  17. package/types/control/button/index.d.ts +111 -1
  18. package/types/control/button/props.d.ts +104 -44
  19. package/types/control/date-picker/props.d.ts +52 -52
  20. package/types/control/input/props.d.ts +48 -48
  21. package/types/control/range-picker/RangePicker.vue.d.ts +52 -52
  22. package/types/control/range-picker/props.d.ts +52 -52
  23. package/types/control/select/Select.vue.d.ts +50 -50
  24. package/types/control/select/props.d.ts +50 -50
  25. package/types/control/tabs/Tabs.vue.d.ts +42 -0
  26. package/types/control/tabs/index.d.ts +42 -0
  27. package/types/control/tabs/props.d.ts +24 -0
  28. package/types/graph/bar/Bar.vue.d.ts +128 -128
  29. package/types/graph/bar/index.d.ts +128 -128
  30. package/types/graph/bar/props.d.ts +65 -65
  31. package/types/graph/combo-graph/ComboGraph.vue.d.ts +155 -0
  32. package/types/graph/combo-graph/index.d.ts +155 -0
  33. package/types/graph/combo-graph/props.d.ts +72 -0
  34. package/types/graph/custom-graph/props.d.ts +48 -48
  35. package/types/graph/line/Line.vue.d.ts +155 -0
  36. package/types/graph/line/index.d.ts +155 -0
  37. package/types/graph/line/props.d.ts +72 -0
  38. package/types/graph/pie/Pie.vue.d.ts +155 -0
  39. package/types/graph/pie/index.d.ts +155 -0
  40. package/types/graph/pie/props.d.ts +72 -0
  41. package/types/graph/scatter/Scatter.vue.d.ts +155 -0
  42. package/types/graph/scatter/index.d.ts +155 -0
  43. package/types/graph/scatter/props.d.ts +72 -0
  44. package/types/map/map/props.d.ts +112 -112
  45. package/types/media/image/props.d.ts +52 -52
  46. package/types/setting/index.d.ts +1 -0
  47. package/types/setting/provider-config/ProviderConfig.vue.d.ts +36 -6
  48. package/types/setting/provider-config/index.d.ts +37 -7
  49. package/types/setting/provider-config/props.d.ts +21 -3
  50. package/types/setting/renderer/Renderer.vue.d.ts +22 -0
  51. package/types/setting/renderer/index.d.ts +23 -0
  52. package/types/setting/renderer/props.d.ts +17 -0
  53. package/types/table/table/Table.vue.d.ts +900 -79
  54. package/types/table/table/index.d.ts +899 -79
  55. package/types/table/table/props.d.ts +451 -39
  56. package/types/text/list/List.vue.d.ts +64 -64
  57. package/types/text/list/props.d.ts +64 -64
  58. package/types/text/proportion/Proportion.vue.d.ts +68 -68
  59. package/types/text/proportion/props.d.ts +68 -68
  60. package/types/text/text/Text.vue.d.ts +66 -66
  61. package/types/text/text/props.d.ts +66 -66
  62. 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,26 +386,37 @@ 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] {
394
- box-sizing: border-box;
396
+ .ecan-tabs[data-v-27b19b45] {
397
+ display: flex;
398
+ flex-direction: column;
399
+ width: 100%;
400
+ }
401
+ .tabs-header[data-v-27b19b45] {
395
402
  color: #333333;
396
403
  display: flex;
404
+ width: 100%;
397
405
  }
398
- .tab[data-v-2e2bded0] {
399
- flex: 1;
406
+ .tab[data-v-27b19b45] {
400
407
  display: flex;
408
+ flex: 1;
401
409
  justify-content: center;
402
410
  align-items: center;
403
411
  background-size: 100% 100%;
404
412
  background-repeat: no-repeat;
405
413
  }
406
- .tab[data-v-2e2bded0]:last-child {
414
+ .tab[data-v-27b19b45]:last-child {
407
415
  margin-right: 0 !important;
408
416
  }
417
+ .tabs-content[data-v-27b19b45] {
418
+ flex: 1;
419
+ }
409
420
  .full-modal .ant-modal {
410
421
  max-width: 100%;
411
422
  top: 0;
@@ -420,23 +431,86 @@ x-vue-echarts{display:block;width:100%;height:100%}
420
431
  .full-modal .ant-modal-body {
421
432
  flex: 1;
422
433
  }
423
- .full-modal .modal-inner {
424
- width: 100%;
425
- height: 100%;
426
- box-sizing: border-box;
427
- padding: 20px;
434
+ .full-modal .ant-modal-body {
435
+ padding: 45px 30px 0;
436
+ }
437
+ .full-modal .ant-modal {
438
+ max-width: 100%;
439
+ top: 0;
440
+ padding-bottom: 0;
441
+ margin: 0;
428
442
  }
429
- .top-title[data-v-f83231c0],
430
- .no-title[data-v-f83231c0] {
431
- border: 1px solid rgba(55, 85, 218, 0.3);
432
- background: rgba(7, 22, 85, 0.8);
443
+ .full-modal .ant-modal-content {
444
+ display: flex;
445
+ flex-direction: column;
446
+ height: calc(100vh);
447
+ }
448
+ .full-modal .ant-modal-body {
449
+ flex: 1;
450
+ }
451
+ .full-modal .ant-modal-body {
452
+ padding: 45px 30px 0;
453
+ }
454
+ .full-modal .ant-modal {
455
+ max-width: 100%;
456
+ top: 0;
457
+ padding-bottom: 0;
458
+ margin: 0;
459
+ }
460
+ .full-modal .ant-modal-content {
461
+ display: flex;
462
+ flex-direction: column;
463
+ height: calc(100vh);
464
+ }
465
+ .full-modal .ant-modal-body {
466
+ flex: 1;
467
+ }
468
+ .full-modal .ant-modal-body {
469
+ padding: 45px 30px 0;
470
+ }
471
+ .full-modal .ant-modal {
472
+ max-width: 100%;
473
+ top: 0;
474
+ padding-bottom: 0;
475
+ margin: 0;
476
+ }
477
+ .full-modal .ant-modal-content {
478
+ display: flex;
479
+ flex-direction: column;
480
+ height: calc(100vh);
481
+ }
482
+ .full-modal .ant-modal-body {
483
+ flex: 1;
484
+ }
485
+ .full-modal .ant-modal-body {
486
+ padding: 45px 30px 0;
487
+ }
488
+ .full-modal .ant-modal {
489
+ max-width: 100%;
490
+ top: 0;
491
+ padding-bottom: 0;
492
+ margin: 0;
493
+ }
494
+ .full-modal .ant-modal-content {
495
+ display: flex;
496
+ flex-direction: column;
497
+ height: calc(100vh);
498
+ }
499
+ .full-modal .ant-modal-body {
500
+ flex: 1;
501
+ }
502
+ .full-modal .ant-modal-body {
503
+ padding: 45px 30px 0;
504
+ }
505
+ .top-title[data-v-f913847e],
506
+ .no-title[data-v-f913847e] {
433
507
  position: relative;
434
508
  box-sizing: border-box;
435
509
  width: 100%;
436
510
  height: 100%;
437
511
  }
438
- .top-title .border-item[data-v-f83231c0],
439
- .no-title .border-item[data-v-f83231c0] {
512
+ .top-title .border-item[data-v-f913847e],
513
+ .no-title .border-item[data-v-f913847e] {
440
514
  position: absolute;
441
515
  z-index: 2;
442
516
  border-color: #50FCFC;
@@ -444,8 +518,8 @@ x-vue-echarts{display:block;width:100%;height:100%}
444
518
  width: 13px;
445
519
  height: 11px;
446
520
  }
447
- .top-title .top-left[data-v-f83231c0],
448
- .no-title .top-left[data-v-f83231c0] {
521
+ .top-title .top-left[data-v-f913847e],
522
+ .no-title .top-left[data-v-f913847e] {
449
523
  top: 0;
450
524
  left: 0;
451
525
  border-top-width: 1px;
@@ -453,8 +527,8 @@ x-vue-echarts{display:block;width:100%;height:100%}
453
527
  border-bottom-width: 0;
454
528
  border-left-width: 1px;
455
529
  }
456
- .top-title .top-right[data-v-f83231c0],
457
- .no-title .top-right[data-v-f83231c0] {
530
+ .top-title .top-right[data-v-f913847e],
531
+ .no-title .top-right[data-v-f913847e] {
458
532
  top: 0;
459
533
  right: -2px;
460
534
  border-top-width: 1px;
@@ -462,8 +536,8 @@ x-vue-echarts{display:block;width:100%;height:100%}
462
536
  border-bottom-width: 0;
463
537
  border-left-width: 0;
464
538
  }
465
- .top-title .bottom-left[data-v-f83231c0],
466
- .no-title .bottom-left[data-v-f83231c0] {
539
+ .top-title .bottom-left[data-v-f913847e],
540
+ .no-title .bottom-left[data-v-f913847e] {
467
541
  bottom: -2px;
468
542
  left: 0;
469
543
  border-top-width: 0;
@@ -471,8 +545,8 @@ x-vue-echarts{display:block;width:100%;height:100%}
471
545
  border-bottom-width: 1px;
472
546
  border-left-width: 1px;
473
547
  }
474
- .top-title .bottom-right[data-v-f83231c0],
475
- .no-title .bottom-right[data-v-f83231c0] {
548
+ .top-title .bottom-right[data-v-f913847e],
549
+ .no-title .bottom-right[data-v-f913847e] {
476
550
  bottom: -2px;
477
551
  right: -2px;
478
552
  border-top-width: 0;
@@ -480,8 +554,8 @@ x-vue-echarts{display:block;width:100%;height:100%}
480
554
  border-bottom-width: 1px;
481
555
  border-left-width: 0;
482
556
  }
483
- .top-title .title-item-wrapper[data-v-f83231c0],
484
- .no-title .title-item-wrapper[data-v-f83231c0] {
557
+ .top-title .title-item-wrapper[data-v-f913847e],
558
+ .no-title .title-item-wrapper[data-v-f913847e] {
485
559
  width: 100%;
486
560
  padding: 5px 0;
487
561
  background-image: url("data:image/png;base64,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");
@@ -489,43 +563,37 @@ x-vue-echarts{display:block;width:100%;height:100%}
489
563
  display: grid;
490
564
  place-content: center;
491
565
  }
492
- .top-title .title-item[data-v-f83231c0],
493
- .no-title .title-item[data-v-f83231c0] {
566
+ .top-title .title-item[data-v-f913847e],
567
+ .no-title .title-item[data-v-f913847e] {
494
568
  display: flex;
495
569
  align-items: center;
496
570
  }
497
- .top-title .title[data-v-f83231c0],
498
- .no-title .title[data-v-f83231c0] {
571
+ .top-title .title[data-v-f913847e],
572
+ .no-title .title[data-v-f913847e] {
499
573
  padding: 0 17px;
500
574
  color: #d5fdfd;
501
575
  background: linear-gradient(0deg, #01aaff, #00eaff);
502
576
  -webkit-background-clip: text;
503
577
  -webkit-text-fill-color: transparent;
504
578
  }
505
- .top-title .title-decoration-left[data-v-f83231c0],
506
- .no-title .title-decoration-left[data-v-f83231c0] {
579
+ .top-title .title-decoration-left[data-v-f913847e],
580
+ .no-title .title-decoration-left[data-v-f913847e] {
507
581
  width: 58px;
508
582
  height: 14px;
509
583
  }
510
- .top-title .title-decoration-right[data-v-f83231c0],
511
- .no-title .title-decoration-right[data-v-f83231c0] {
584
+ .top-title .title-decoration-right[data-v-f913847e],
585
+ .no-title .title-decoration-right[data-v-f913847e] {
512
586
  width: 58px;
513
587
  height: 14px;
514
588
  }
515
- .only-border[data-v-f83231c0] {
516
- border: 2px solid #375A8899;
517
- border-radius: 8px;
518
- width: 100%;
519
- height: 100%;
520
- }
521
- .left-title[data-v-f83231c0] {
589
+ .left-title[data-v-f913847e] {
522
590
  position: relative;
523
591
  width: 100%;
524
592
  height: 100%;
525
593
  border: 2px solid #375A8899;
526
- border-radius: 8px;
594
+ border-radius: 0;
527
595
  }
528
- .left-title .title[data-v-f83231c0] {
596
+ .left-title .title[data-v-f913847e] {
529
597
  position: absolute;
530
598
  left: -33px;
531
599
  top: -14px;
@@ -540,14 +608,14 @@ 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-f913847e] {
544
612
  writing-mode: vertical-lr;
545
613
  }
546
- .contain[data-v-0b2fdae1] {
614
+ .contain[data-v-378919f0] {
547
615
  position: relative;
548
616
  overflow: hidden;
549
617
  }
550
- .content[data-v-0b2fdae1] {
618
+ .content[data-v-378919f0] {
551
619
  transform-origin: left top;
552
620
  z-index: 999;
553
621
  }
@@ -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.41",
3
+ "version": "1.0.44",
4
4
  "main": "./dist/index.umd.js",
5
5
  "module": "./dist/index.es.js",
6
6
  "types": "./types/index.d.ts",
@@ -2,6 +2,8 @@ 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 REFRESH_PAGE = "REFRESH_PAGE";
7
+ export declare const INDICATOR_URL: any;
5
8
  export declare const UPLOAD_PATH: any;
6
9
  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;