Skip to content

Commit

Permalink
[IMP] web_timeline: Update vis-timeline-graph2d lib: 7.7.0 -> 7.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos-lopez-tecnativa committed Oct 24, 2024
1 parent 03bf845 commit 5feee78
Show file tree
Hide file tree
Showing 2 changed files with 14,576 additions and 17,387 deletions.
232 changes: 116 additions & 116 deletions web_timeline/static/lib/vis-timeline/vis-timeline-graph2d.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,39 +34,23 @@
.vis-rolling-mode-btn:hover {
opacity: 1;
}
.vis-timeline {
/*
-webkit-transition: height .4s ease-in-out;
transition: height .4s ease-in-out;
*/
}

.vis-panel {
/*
-webkit-transition: height .4s ease-in-out, top .4s ease-in-out;
transition: height .4s ease-in-out, top .4s ease-in-out;
*/
}

.vis-axis {
/*
-webkit-transition: top .4s ease-in-out;
transition: top .4s ease-in-out;
*/
}

/* TODO: get animation working nicely
.vis-item {
-webkit-transition: top .4s ease-in-out;
transition: top .4s ease-in-out;
.vis-timeline {
position: relative;
border: 1px solid #bfbfbf;
overflow: hidden;
padding: 0;
margin: 0;
box-sizing: border-box;
}

.vis-item.line {
-webkit-transition: height .4s ease-in-out, top .4s ease-in-out;
transition: height .4s ease-in-out, top .4s ease-in-out;
.vis-loading-screen {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
/**/
.vis-panel {
position: absolute;

Expand Down Expand Up @@ -255,40 +239,39 @@
stroke: none;
}


.vis-timeline {
position: relative;
border: 1px solid #bfbfbf;
overflow: hidden;
padding: 0;
margin: 0;
box-sizing: border-box;
/*
-webkit-transition: height .4s ease-in-out;
transition: height .4s ease-in-out;
*/
}

.vis-loading-screen {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
.vis-panel {
/*
-webkit-transition: height .4s ease-in-out, top .4s ease-in-out;
transition: height .4s ease-in-out, top .4s ease-in-out;
*/
}
.vis-custom-time {
background-color: #6E94FF;
width: 2px;
cursor: move;
z-index: 1;

.vis-axis {
/*
-webkit-transition: top .4s ease-in-out;
transition: top .4s ease-in-out;
*/
}

.vis-custom-time > .vis-custom-time-marker {
background-color: inherit;
color: white;
font-size: 12px;
white-space: nowrap;
padding: 3px 5px;
top: 0px;
cursor: initial;
z-index: inherit;
/* TODO: get animation working nicely
.vis-item {
-webkit-transition: top .4s ease-in-out;
transition: top .4s ease-in-out;
}
.vis-item.line {
-webkit-transition: height .4s ease-in-out, top .4s ease-in-out;
transition: height .4s ease-in-out, top .4s ease-in-out;
}
/**/

.vis-panel.vis-background.vis-horizontal .vis-grid.vis-horizontal {
position: absolute;
Expand Down Expand Up @@ -393,50 +376,6 @@
display: inline-block
}

.vis-labelset {
position: relative;

overflow: hidden;

box-sizing: border-box;
}

.vis-labelset .vis-label {
position: relative;
left: 0;
top: 0;
width: 100%;
color: #4d4d4d;

box-sizing: border-box;
}

.vis-labelset .vis-label {
border-bottom: 1px solid #bfbfbf;
}

.vis-labelset .vis-label.draggable {
cursor: pointer;
}

.vis-group-is-dragging {
background: rgba(0, 0, 0, .1);
}

.vis-labelset .vis-label:last-child {
border-bottom: none;
}

.vis-labelset .vis-label .vis-inner {
display: inline-block;
padding: 5px;
}

.vis-labelset .vis-label .vis-inner.vis-hidden {
padding: 0;
}


.vis-itemset {
position: relative;
padding: 0;
Expand Down Expand Up @@ -615,6 +554,50 @@
height: 100%;
z-index: 10;
}

.vis-labelset {
position: relative;

overflow: hidden;

box-sizing: border-box;
}

.vis-labelset .vis-label {
position: relative;
left: 0;
top: 0;
width: 100%;
color: #4d4d4d;

box-sizing: border-box;
}

.vis-labelset .vis-label {
border-bottom: 1px solid #bfbfbf;
}

.vis-labelset .vis-label.draggable {
cursor: pointer;
}

.vis-group-is-dragging {
background: rgba(0, 0, 0, .1);
}

.vis-labelset .vis-label:last-child {
border-bottom: none;
}

.vis-labelset .vis-label .vis-inner {
display: inline-block;
padding: 5px;
}

.vis-labelset .vis-label .vis-inner.vis-hidden {
padding: 0;
}

.vis-time-axis {
position: relative;
overflow: hidden;
Expand Down Expand Up @@ -671,6 +654,23 @@
border-color: #bfbfbf;
}

.vis-custom-time {
background-color: #6E94FF;
width: 2px;
cursor: move;
z-index: 1;
}

.vis-custom-time > .vis-custom-time-marker {
background-color: inherit;
color: white;
font-size: 12px;
white-space: nowrap;
padding: 3px 5px;
top: 0px;
cursor: initial;
z-index: inherit;
}

.vis-item {
position: absolute;
Expand Down Expand Up @@ -889,6 +889,21 @@
border-style: solid;
border-radius: 4px;
}
.vis .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;

/* Must be displayed above for example selected Timeline items */
z-index: 10;
}

.vis-active {
box-shadow: 0 0 10px #86d5f8;
}

div.vis-configuration {
position:relative;
display:block;
Expand Down Expand Up @@ -1177,21 +1192,6 @@ input.vis-configuration.vis-config-range:focus::-ms-fill-upper {
border-width: 12px;
margin-top: -12px;
}
.vis .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;

/* Must be displayed above for example selected Timeline items */
z-index: 10;
}

.vis-active {
box-shadow: 0 0 10px #86d5f8;
}

div.vis-tooltip {
position: absolute;
visibility: hidden;
Expand All @@ -1212,4 +1212,4 @@ div.vis-tooltip {
pointer-events: none;

z-index: 5;
}
}
Loading

0 comments on commit 5feee78

Please sign in to comment.