vue-safe-force-graph 2.0.43 → 2.0.45
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/lib/style.css +24 -24
- package/lib/vue-safe-force-graph.js +6981 -12582
- package/lib/vue-safe-force-graph.umd.cjs +7227 -12828
- package/package.json +2 -7
- package/CHANGELOG.md +0 -1183
package/lib/style.css
CHANGED
|
@@ -701,13 +701,13 @@
|
|
|
701
701
|
}
|
|
702
702
|
.graph-tags-box .graph-tag-one.tag-disable {
|
|
703
703
|
opacity: 0.5;
|
|
704
|
-
}.legend-box[data-v-
|
|
704
|
+
}.legend-box[data-v-5e1ba822] {
|
|
705
705
|
/*// width: 68px;*/
|
|
706
706
|
position: absolute;
|
|
707
707
|
left: 17px;
|
|
708
708
|
bottom: 16px;
|
|
709
709
|
}
|
|
710
|
-
.legend-box .container[data-v-
|
|
710
|
+
.legend-box .container[data-v-5e1ba822] {
|
|
711
711
|
position: relative;
|
|
712
712
|
left: 0;
|
|
713
713
|
font-size: 12px;
|
|
@@ -719,14 +719,14 @@
|
|
|
719
719
|
border-radius: 2px;
|
|
720
720
|
transition: all 0.3s ease-in 0s;
|
|
721
721
|
}
|
|
722
|
-
.legend-box.legend-close .container[data-v-
|
|
722
|
+
.legend-box.legend-close .container[data-v-5e1ba822] {
|
|
723
723
|
left: calc(-100% - 17px);
|
|
724
724
|
}
|
|
725
|
-
.legend-box.legend-close .fold-btn[data-v-
|
|
725
|
+
.legend-box.legend-close .fold-btn[data-v-5e1ba822] {
|
|
726
726
|
width: 22px;
|
|
727
727
|
left: 100%;
|
|
728
728
|
}
|
|
729
|
-
.legend-box .fold-btn[data-v-
|
|
729
|
+
.legend-box .fold-btn[data-v-5e1ba822] {
|
|
730
730
|
width: 100%;
|
|
731
731
|
height: 22px;
|
|
732
732
|
position: relative;
|
|
@@ -742,15 +742,15 @@
|
|
|
742
742
|
align-items: center;
|
|
743
743
|
justify-content: center;
|
|
744
744
|
}
|
|
745
|
-
.legend-box .fold-btn .button-img[data-v-
|
|
745
|
+
.legend-box .fold-btn .button-img[data-v-5e1ba822] {
|
|
746
746
|
width: 16px;
|
|
747
747
|
height: 10px;
|
|
748
748
|
}
|
|
749
|
-
.legend-box .legend-filter[data-v-
|
|
749
|
+
.legend-box .legend-filter[data-v-5e1ba822] {
|
|
750
750
|
position: relative;
|
|
751
751
|
padding: 3px 0;
|
|
752
752
|
}
|
|
753
|
-
.legend-box .legend-filter .out-box[data-v-
|
|
753
|
+
.legend-box .legend-filter .out-box[data-v-5e1ba822] {
|
|
754
754
|
width: 100%;
|
|
755
755
|
line-height: 22px;
|
|
756
756
|
padding: 0 11px;
|
|
@@ -758,14 +758,14 @@
|
|
|
758
758
|
cursor: pointer;
|
|
759
759
|
color: var(--graph-text-10);
|
|
760
760
|
}
|
|
761
|
-
.legend-box .legend-filter .out-box[data-v-
|
|
761
|
+
.legend-box .legend-filter .out-box[data-v-5e1ba822]:hover, .legend-box .legend-filter .out-box.active[data-v-5e1ba822] {
|
|
762
762
|
background: var(--graph-bg-8);
|
|
763
763
|
}
|
|
764
|
-
.legend-box .legend-filter .out-box.disabled[data-v-
|
|
764
|
+
.legend-box .legend-filter .out-box.disabled[data-v-5e1ba822] {
|
|
765
765
|
opacity: 0.5;
|
|
766
766
|
pointer-events: none;
|
|
767
767
|
}
|
|
768
|
-
.legend-box .legend-filter .out-box .label[data-v-
|
|
768
|
+
.legend-box .legend-filter .out-box .label[data-v-5e1ba822] {
|
|
769
769
|
position: relative;
|
|
770
770
|
line-height: 22px;
|
|
771
771
|
padding: 0 0 0 17px;
|
|
@@ -776,12 +776,12 @@
|
|
|
776
776
|
overflow: hidden;
|
|
777
777
|
white-space: nowrap;
|
|
778
778
|
}
|
|
779
|
-
.legend-box .legend-filter.node-type img[data-v-
|
|
779
|
+
.legend-box .legend-filter.node-type img[data-v-5e1ba822] {
|
|
780
780
|
left: 0px;
|
|
781
781
|
margin-left: 0px;
|
|
782
782
|
}
|
|
783
|
-
.legend-box .legend-filter.node-type img[data-v-
|
|
784
|
-
.legend-box .legend-filter.node-type svg[data-v-
|
|
783
|
+
.legend-box .legend-filter.node-type img[data-v-5e1ba822],
|
|
784
|
+
.legend-box .legend-filter.node-type svg[data-v-5e1ba822] {
|
|
785
785
|
width: 12px;
|
|
786
786
|
height: 12px;
|
|
787
787
|
vertical-align: middle;
|
|
@@ -790,10 +790,10 @@
|
|
|
790
790
|
top: 5px;
|
|
791
791
|
color: var(--graph-bg-3);
|
|
792
792
|
}
|
|
793
|
-
.legend-box .legend-filter.point p[data-v-
|
|
793
|
+
.legend-box .legend-filter.point p[data-v-5e1ba822] {
|
|
794
794
|
position: relative;
|
|
795
795
|
}
|
|
796
|
-
.legend-box .legend-filter.point p[data-v-
|
|
796
|
+
.legend-box .legend-filter.point p[data-v-5e1ba822]:after {
|
|
797
797
|
content: "";
|
|
798
798
|
width: 6px;
|
|
799
799
|
height: 6px;
|
|
@@ -801,27 +801,27 @@
|
|
|
801
801
|
left: 2px;
|
|
802
802
|
top: 8px;
|
|
803
803
|
}
|
|
804
|
-
.legend-box .legend-filter.point .out-box:nth-child(1) p[data-v-
|
|
804
|
+
.legend-box .legend-filter.point .out-box:nth-child(1) p[data-v-5e1ba822]:after {
|
|
805
805
|
background: #ffad00;
|
|
806
806
|
}
|
|
807
|
-
.legend-box .legend-filter.point .out-box:nth-child(2) p[data-v-
|
|
807
|
+
.legend-box .legend-filter.point .out-box:nth-child(2) p[data-v-5e1ba822]:after {
|
|
808
808
|
background: #0099ff;
|
|
809
809
|
}
|
|
810
|
-
.legend-box .legend-filter.point .out-box:nth-child(3) p[data-v-
|
|
810
|
+
.legend-box .legend-filter.point .out-box:nth-child(3) p[data-v-5e1ba822]:after {
|
|
811
811
|
background: #9300ff;
|
|
812
812
|
}
|
|
813
|
-
.legend-box .legend-filter.level p[data-v-
|
|
813
|
+
.legend-box .legend-filter.level p[data-v-5e1ba822] {
|
|
814
814
|
position: relative;
|
|
815
815
|
}
|
|
816
|
-
.legend-box .legend-filter.level .legend-level-icon[data-v-
|
|
816
|
+
.legend-box .legend-filter.level .legend-level-icon[data-v-5e1ba822] {
|
|
817
817
|
position: absolute;
|
|
818
818
|
left: 2px;
|
|
819
819
|
top: 5.25px;
|
|
820
820
|
width: 10px;
|
|
821
821
|
height: 11px;
|
|
822
822
|
}
|
|
823
|
-
.legend-box .node-type[data-v-
|
|
824
|
-
.legend-box .point[data-v-
|
|
823
|
+
.legend-box .node-type[data-v-5e1ba822]::after,
|
|
824
|
+
.legend-box .point[data-v-5e1ba822]::after {
|
|
825
825
|
width: calc(100% - 22px);
|
|
826
826
|
height: 1px;
|
|
827
827
|
content: "";
|
|
@@ -830,7 +830,7 @@
|
|
|
830
830
|
bottom: 0;
|
|
831
831
|
background-color: var(--graph-legend-line);
|
|
832
832
|
}
|
|
833
|
-
.legend-box .legend-level-icon-dot[data-v-
|
|
833
|
+
.legend-box .legend-level-icon-dot[data-v-5e1ba822] {
|
|
834
834
|
min-width: 6px;
|
|
835
835
|
min-height: 6px;
|
|
836
836
|
width: 6px;
|