@ecan-bi/datav 1.0.48 → 1.0.51
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/index.es.js +238 -206
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +237 -205
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +41 -34
- package/package.json +1 -1
- package/types/_utils/hooks/useVariablesInText.d.ts +1 -1
- package/types/container/index.d.ts +1 -0
- package/types/{control → container}/tabs/Tabs.vue.d.ts +0 -0
- package/types/{control → container}/tabs/index.d.ts +0 -0
- package/types/{control → container}/tabs/props.d.ts +0 -0
- package/types/control/index.d.ts +0 -1
- package/types/table/table/Table.vue.d.ts +271 -0
- package/types/table/table/index.d.ts +271 -0
- package/types/table/table/props.d.ts +139 -0
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-
|
|
13
|
+
#container[data-v-c850087e] {
|
|
14
14
|
position: fixed;
|
|
15
15
|
top: 0;
|
|
16
16
|
left: 0;
|
|
@@ -18,7 +18,7 @@ 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-
|
|
21
|
+
.page-config[data-v-c850087e] {
|
|
22
22
|
position: relative;
|
|
23
23
|
overflow: hidden;
|
|
24
24
|
background-size: cover;
|
|
@@ -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-
|
|
174
|
+
.ecan-proportion[data-v-206755e6] {
|
|
175
175
|
overflow: hidden;
|
|
176
176
|
}
|
|
177
|
-
.progress[data-v-
|
|
177
|
+
.progress[data-v-206755e6] {
|
|
178
178
|
width: 100%;
|
|
179
179
|
height: 100%;
|
|
180
180
|
}
|
|
181
|
-
.format[data-v-
|
|
181
|
+
.format[data-v-206755e6] {
|
|
182
182
|
margin: 0 auto;
|
|
183
183
|
}
|
|
184
184
|
.input[data-v-506cf42a] {
|
|
@@ -393,30 +393,6 @@ x-vue-echarts{display:block;width:100%;height:100%}
|
|
|
393
393
|
justify-content: center;
|
|
394
394
|
align-items: center;
|
|
395
395
|
}
|
|
396
|
-
.ecan-tabs[data-v-42d546a2] {
|
|
397
|
-
display: flex;
|
|
398
|
-
flex-direction: column;
|
|
399
|
-
}
|
|
400
|
-
.tabs-header[data-v-42d546a2] {
|
|
401
|
-
color: #333333;
|
|
402
|
-
display: flex;
|
|
403
|
-
width: 100%;
|
|
404
|
-
padding: 0 12px;
|
|
405
|
-
}
|
|
406
|
-
.tab[data-v-42d546a2] {
|
|
407
|
-
background-size: 100% 100%;
|
|
408
|
-
background-repeat: no-repeat;
|
|
409
|
-
cursor: default;
|
|
410
|
-
}
|
|
411
|
-
.tab-inner[data-v-42d546a2] {
|
|
412
|
-
padding: 12px 0;
|
|
413
|
-
}
|
|
414
|
-
.tab[data-v-42d546a2]:last-child {
|
|
415
|
-
margin-right: 0 !important;
|
|
416
|
-
}
|
|
417
|
-
.tabs-content[data-v-42d546a2] {
|
|
418
|
-
flex: 1;
|
|
419
|
-
}
|
|
420
396
|
.full-modal .ant-modal {
|
|
421
397
|
max-width: 100%;
|
|
422
398
|
top: 0;
|
|
@@ -657,6 +633,30 @@ x-vue-echarts{display:block;width:100%;height:100%}
|
|
|
657
633
|
[datav-theme='darkBlue'] .ecan-modal .anticon-close > svg > path {
|
|
658
634
|
fill: #fff;
|
|
659
635
|
}
|
|
636
|
+
.ecan-tabs[data-v-ee8e9884] {
|
|
637
|
+
display: flex;
|
|
638
|
+
flex-direction: column;
|
|
639
|
+
}
|
|
640
|
+
.tabs-header[data-v-ee8e9884] {
|
|
641
|
+
color: #333333;
|
|
642
|
+
display: flex;
|
|
643
|
+
width: 100%;
|
|
644
|
+
padding: 0 12px;
|
|
645
|
+
}
|
|
646
|
+
.tab[data-v-ee8e9884] {
|
|
647
|
+
background-size: 100% 100%;
|
|
648
|
+
background-repeat: no-repeat;
|
|
649
|
+
cursor: default;
|
|
650
|
+
}
|
|
651
|
+
.tab-inner[data-v-ee8e9884] {
|
|
652
|
+
padding: 12px 0;
|
|
653
|
+
}
|
|
654
|
+
.tab[data-v-ee8e9884]:last-child {
|
|
655
|
+
margin-right: 0 !important;
|
|
656
|
+
}
|
|
657
|
+
.tabs-content[data-v-ee8e9884] {
|
|
658
|
+
flex: 1;
|
|
659
|
+
}
|
|
660
660
|
.image-placeholder[data-v-03ae963a] {
|
|
661
661
|
display: grid;
|
|
662
662
|
place-content: center;
|
|
@@ -664,15 +664,15 @@ x-vue-echarts{display:block;width:100%;height:100%}
|
|
|
664
664
|
font-size: 16px;
|
|
665
665
|
color: #333;
|
|
666
666
|
}
|
|
667
|
-
.table[data-v-
|
|
667
|
+
.table[data-v-11728224] {
|
|
668
668
|
width: 100%;
|
|
669
669
|
}
|
|
670
|
-
.goUp[data-v-
|
|
670
|
+
.goUp[data-v-11728224] {
|
|
671
671
|
color: #FF512E;
|
|
672
672
|
display: flex;
|
|
673
673
|
align-items: center;
|
|
674
674
|
}
|
|
675
|
-
.goUp[data-v-
|
|
675
|
+
.goUp[data-v-11728224]:before {
|
|
676
676
|
content: '';
|
|
677
677
|
display: block;
|
|
678
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=");
|
|
@@ -682,12 +682,12 @@ x-vue-echarts{display:block;width:100%;height:100%}
|
|
|
682
682
|
background-size: cover;
|
|
683
683
|
margin-right: 2px;
|
|
684
684
|
}
|
|
685
|
-
.goDown[data-v-
|
|
685
|
+
.goDown[data-v-11728224] {
|
|
686
686
|
color: #00F7B4;
|
|
687
687
|
display: flex;
|
|
688
688
|
align-items: center;
|
|
689
689
|
}
|
|
690
|
-
.goDown[data-v-
|
|
690
|
+
.goDown[data-v-11728224]:before {
|
|
691
691
|
content: '';
|
|
692
692
|
display: block;
|
|
693
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=");
|
|
@@ -697,6 +697,13 @@ x-vue-echarts{display:block;width:100%;height:100%}
|
|
|
697
697
|
background-size: cover;
|
|
698
698
|
margin-right: 2px;
|
|
699
699
|
}
|
|
700
|
+
.action-list[data-v-11728224] {
|
|
701
|
+
display: flex;
|
|
702
|
+
width: 100%;
|
|
703
|
+
}
|
|
704
|
+
.action[data-v-11728224] {
|
|
705
|
+
flex: 1;
|
|
706
|
+
}
|
|
700
707
|
.ecan-table *::-webkit-scrollbar {
|
|
701
708
|
width: 6px;
|
|
702
709
|
height: 6px;
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/types/control/index.d.ts
CHANGED