Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[17.0][IMP] web_timeline: Update vis-timeline-graph2d lib: 7.7.0 -> 7.7.3 #2972

Merged
merged 1 commit into from
Oct 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why increasing the diff moving the styles ?

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
Loading