Skip to content

Commit

Permalink
chore: update to 9ff558e [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
vis-bot committed Mar 3, 2024
1 parent 76ec007 commit 8917426
Show file tree
Hide file tree
Showing 63 changed files with 177 additions and 152 deletions.
220 changes: 110 additions & 110 deletions dist/vis-timeline-graph2d.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,35 +5,6 @@
width: auto;
}

.vis-current-time {
background-color: #FF7F6E;
width: 2px;
z-index: 1;
pointer-events: none;
}

.vis-rolling-mode-btn {
height: 40px;
width: 40px;
position: absolute;
top: 7px;
right: 20px;
border-radius: 50%;
font-size: 28px;
cursor: pointer;
opacity: 0.8;
color: white;
font-weight: bold;
text-align: center;
background: #3876c2;
}
.vis-rolling-mode-btn:before {
content: "\26F6";
}

.vis-rolling-mode-btn:hover {
opacity: 1;
}
.vis-timeline {
/*
-webkit-transition: height .4s ease-in-out;
Expand Down Expand Up @@ -67,87 +38,6 @@
transition: height .4s ease-in-out, top .4s ease-in-out;
}
/**/
.vis-panel {
position: absolute;

padding: 0;
margin: 0;

box-sizing: border-box;
}

.vis-panel.vis-center,
.vis-panel.vis-left,
.vis-panel.vis-right,
.vis-panel.vis-top,
.vis-panel.vis-bottom {
border: 1px #bfbfbf;
}

.vis-panel.vis-center,
.vis-panel.vis-left,
.vis-panel.vis-right {
border-top-style: solid;
border-bottom-style: solid;
overflow: hidden;
}

.vis-left.vis-panel.vis-vertical-scroll, .vis-right.vis-panel.vis-vertical-scroll {
height: 100%;
overflow-x: hidden;
overflow-y: scroll;
}

.vis-left.vis-panel.vis-vertical-scroll {
direction: rtl;
}

.vis-left.vis-panel.vis-vertical-scroll .vis-content {
direction: ltr;
}

.vis-right.vis-panel.vis-vertical-scroll {
direction: ltr;
}

.vis-right.vis-panel.vis-vertical-scroll .vis-content {
direction: rtl;
}

.vis-panel.vis-center,
.vis-panel.vis-top,
.vis-panel.vis-bottom {
border-left-style: solid;
border-right-style: solid;
}

.vis-background {
overflow: hidden;
}

.vis-panel > .vis-content {
position: relative;
}

.vis-panel .vis-shadow {
position: absolute;
width: 100%;
height: 1px;
box-shadow: 0 0 10px rgba(0,0,0,0.8);
/* TODO: find a nice way to ensure vis-shadows are drawn on top of items
z-index: 1;
*/
}

.vis-panel .vis-shadow.vis-top {
top: -1px;
left: 0;
}

.vis-panel .vis-shadow.vis-bottom {
bottom: -1px;
left: 0;
}
.vis-graph-group0 {
fill:#4f81bd;
fill-opacity:0;
Expand Down Expand Up @@ -255,6 +145,116 @@
stroke: none;
}

.vis-panel {
position: absolute;

padding: 0;
margin: 0;

box-sizing: border-box;
}

.vis-panel.vis-center,
.vis-panel.vis-left,
.vis-panel.vis-right,
.vis-panel.vis-top,
.vis-panel.vis-bottom {
border: 1px #bfbfbf;
}

.vis-panel.vis-center,
.vis-panel.vis-left,
.vis-panel.vis-right {
border-top-style: solid;
border-bottom-style: solid;
overflow: hidden;
}

.vis-left.vis-panel.vis-vertical-scroll, .vis-right.vis-panel.vis-vertical-scroll {
height: 100%;
overflow-x: hidden;
overflow-y: scroll;
}

.vis-left.vis-panel.vis-vertical-scroll {
direction: rtl;
}

.vis-left.vis-panel.vis-vertical-scroll .vis-content {
direction: ltr;
}

.vis-right.vis-panel.vis-vertical-scroll {
direction: ltr;
}

.vis-right.vis-panel.vis-vertical-scroll .vis-content {
direction: rtl;
}

.vis-panel.vis-center,
.vis-panel.vis-top,
.vis-panel.vis-bottom {
border-left-style: solid;
border-right-style: solid;
}

.vis-background {
overflow: hidden;
}

.vis-panel > .vis-content {
position: relative;
}

.vis-panel .vis-shadow {
position: absolute;
width: 100%;
height: 1px;
box-shadow: 0 0 10px rgba(0,0,0,0.8);
/* TODO: find a nice way to ensure vis-shadows are drawn on top of items
z-index: 1;
*/
}

.vis-panel .vis-shadow.vis-top {
top: -1px;
left: 0;
}

.vis-panel .vis-shadow.vis-bottom {
bottom: -1px;
left: 0;
}
.vis-current-time {
background-color: #FF7F6E;
width: 2px;
z-index: 1;
pointer-events: none;
}

.vis-rolling-mode-btn {
height: 40px;
width: 40px;
position: absolute;
top: 7px;
right: 20px;
border-radius: 50%;
font-size: 28px;
cursor: pointer;
opacity: 0.8;
color: white;
font-weight: bold;
text-align: center;
background: #3876c2;
}
.vis-rolling-mode-btn:before {
content: "\26F6";
}

.vis-rolling-mode-btn:hover {
opacity: 1;
}

.vis-timeline {
position: relative;
Expand Down
11 changes: 8 additions & 3 deletions dist/vis-timeline-graph2d.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Create a fully customizable, interactive timeline with items and ranges.
*
* @version 0.0.0-no-version
* @date 2024-03-02T22:26:53.727Z
* @date 2024-03-03T07:14:05.416Z
*
* @copyright (c) 2011-2017 Almende B.V, http://almende.com
* @copyright (c) 2017-2019 visjs contributors, https://github.com/visjs
Expand Down Expand Up @@ -24908,8 +24908,9 @@ function getDefaultWhiteList() {
header: [],
hr: [],
i: [],
img: ["src", "alt", "title", "width", "height"],
img: ["src", "alt", "title", "width", "height", "loading"],
ins: ["datetime"],
kbd: [],
li: [],
mark: [],
nav: [],
Expand Down Expand Up @@ -25306,6 +25307,7 @@ _default$1.onIgnoreTagStripAll = onIgnoreTagStripAll;
_default$1.StripTagBody = StripTagBody;
_default$1.stripCommentTag = stripCommentTag;
_default$1.stripBlankChar = stripBlankChar;
_default$1.attributeWrapSign = '"';
_default$1.cssFilter = defaultCSSFilter;
_default$1.getDefaultCSSWhiteList = getDefaultCSSWhiteList;

Expand Down Expand Up @@ -25669,6 +25671,8 @@ function FilterXSS(options) {
options.whiteList = DEFAULT.whiteList;
}

this.attributeWrapSign = options.singleQuotedAttributeValue === true ? "'" : DEFAULT.attributeWrapSign;

options.onTag = options.onTag || DEFAULT.onTag;
options.onTagAttr = options.onTagAttr || DEFAULT.onTagAttr;
options.onIgnoreTag = options.onIgnoreTag || DEFAULT.onIgnoreTag;
Expand Down Expand Up @@ -25706,6 +25710,7 @@ FilterXSS.prototype.process = function (html) {
var onIgnoreTagAttr = options.onIgnoreTagAttr;
var safeAttrValue = options.safeAttrValue;
var escapeHtml = options.escapeHtml;
var attributeWrapSign = me.attributeWrapSign;
var cssFilter = me.cssFilter;

// remove invisible characters
Expand Down Expand Up @@ -25759,7 +25764,7 @@ FilterXSS.prototype.process = function (html) {
// call `safeAttrValue()`
value = safeAttrValue(tag, name, value, cssFilter);
if (value) {
return name + '="' + value + '"';
return name + '=' + attributeWrapSign + value + attributeWrapSign;
} else {
return name;
}
Expand Down
2 changes: 1 addition & 1 deletion dist/vis-timeline-graph2d.esm.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vis-timeline-graph2d.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/vis-timeline-graph2d.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vis-timeline-graph2d.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion esnext/esm/vis-timeline-graph2d.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Create a fully customizable, interactive timeline with items and ranges.
*
* @version 0.0.0-no-version
* @date 2024-03-02T22:25:54.408Z
* @date 2024-03-03T07:13:05.328Z
*
* @copyright (c) 2011-2017 Almende B.V, http://almende.com
* @copyright (c) 2017-2019 visjs contributors, https://github.com/visjs
Expand Down
2 changes: 1 addition & 1 deletion esnext/esm/vis-timeline-graph2d.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion esnext/umd/vis-timeline-graph2d.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Create a fully customizable, interactive timeline with items and ranges.
*
* @version 0.0.0-no-version
* @date 2024-03-02T22:25:54.408Z
* @date 2024-03-03T07:13:05.328Z
*
* @copyright (c) 2011-2017 Almende B.V, http://almende.com
* @copyright (c) 2017-2019 visjs contributors, https://github.com/visjs
Expand Down
2 changes: 1 addition & 1 deletion esnext/umd/vis-timeline-graph2d.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 8 additions & 3 deletions peer/esm/vis-timeline-graph2d.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Create a fully customizable, interactive timeline with items and ranges.
*
* @version 0.0.0-no-version
* @date 2024-03-02T22:25:54.408Z
* @date 2024-03-03T07:13:05.328Z
*
* @copyright (c) 2011-2017 Almende B.V, http://almende.com
* @copyright (c) 2017-2019 visjs contributors, https://github.com/visjs
Expand Down Expand Up @@ -12744,8 +12744,9 @@ function getDefaultWhiteList() {
header: [],
hr: [],
i: [],
img: ["src", "alt", "title", "width", "height"],
img: ["src", "alt", "title", "width", "height", "loading"],
ins: ["datetime"],
kbd: [],
li: [],
mark: [],
nav: [],
Expand Down Expand Up @@ -13142,6 +13143,7 @@ _default$1.onIgnoreTagStripAll = onIgnoreTagStripAll;
_default$1.StripTagBody = StripTagBody;
_default$1.stripCommentTag = stripCommentTag;
_default$1.stripBlankChar = stripBlankChar;
_default$1.attributeWrapSign = '"';
_default$1.cssFilter = defaultCSSFilter;
_default$1.getDefaultCSSWhiteList = getDefaultCSSWhiteList;

Expand Down Expand Up @@ -13505,6 +13507,8 @@ function FilterXSS(options) {
options.whiteList = DEFAULT.whiteList;
}

this.attributeWrapSign = options.singleQuotedAttributeValue === true ? "'" : DEFAULT.attributeWrapSign;

options.onTag = options.onTag || DEFAULT.onTag;
options.onTagAttr = options.onTagAttr || DEFAULT.onTagAttr;
options.onIgnoreTag = options.onIgnoreTag || DEFAULT.onIgnoreTag;
Expand Down Expand Up @@ -13542,6 +13546,7 @@ FilterXSS.prototype.process = function (html) {
var onIgnoreTagAttr = options.onIgnoreTagAttr;
var safeAttrValue = options.safeAttrValue;
var escapeHtml = options.escapeHtml;
var attributeWrapSign = me.attributeWrapSign;
var cssFilter = me.cssFilter;

// remove invisible characters
Expand Down Expand Up @@ -13595,7 +13600,7 @@ FilterXSS.prototype.process = function (html) {
// call `safeAttrValue()`
value = safeAttrValue(tag, name, value, cssFilter);
if (value) {
return name + '="' + value + '"';
return name + '=' + attributeWrapSign + value + attributeWrapSign;
} else {
return name;
}
Expand Down
2 changes: 1 addition & 1 deletion peer/esm/vis-timeline-graph2d.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions peer/esm/vis-timeline-graph2d.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion peer/esm/vis-timeline-graph2d.min.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 8917426

Please sign in to comment.