Skip to content

Commit

Permalink
chore: update to d913165 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
vis-bot committed Oct 14, 2023
1 parent 1fde05e commit 04dd1ed
Show file tree
Hide file tree
Showing 36 changed files with 48 additions and 48 deletions.
4 changes: 2 additions & 2 deletions dist/vis-network.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* A dynamic, browser-based visualization library.
*
* @version 0.0.0-no-version
* @date 2023-10-12T17:22:34.845Z
* @date 2023-10-14T20:03:30.722Z
*
* @copyright (c) 2011-2017 Almende B.V, http://almende.com
* @copyright (c) 2017-2019 visjs contributors, https://github.com/visjs
Expand Down Expand Up @@ -36575,7 +36575,7 @@ var HorizontalStrategy = /*#__PURE__*/function (_DirectionInterface2) {
}, {
key: "sort",
value: function sort(nodeArray) {
nodeArray(function (a, b) {
_sortInstanceProperty(nodeArray).call(nodeArray, function (a, b) {
return a.y - b.y;
});
}
Expand Down
2 changes: 1 addition & 1 deletion dist/vis-network.esm.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/vis-network.esm.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vis-network.esm.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/vis-network.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* A dynamic, browser-based visualization library.
*
* @version 0.0.0-no-version
* @date 2023-10-12T17:22:34.845Z
* @date 2023-10-14T20:03:30.722Z
*
* @copyright (c) 2011-2017 Almende B.V, http://almende.com
* @copyright (c) 2017-2019 visjs contributors, https://github.com/visjs
Expand Down Expand Up @@ -36581,7 +36581,7 @@
}, {
key: "sort",
value: function sort(nodeArray) {
nodeArray(function (a, b) {
_sortInstanceProperty(nodeArray).call(nodeArray, function (a, b) {
return a.y - b.y;
});
}
Expand Down
2 changes: 1 addition & 1 deletion dist/vis-network.js.map

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions esnext/esm/vis-network.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* A dynamic, browser-based visualization library.
*
* @version 0.0.0-no-version
* @date 2023-10-12T17:20:48.207Z
* @date 2023-10-14T20:01:53.904Z
*
* @copyright (c) 2011-2017 Almende B.V, http://almende.com
* @copyright (c) 2017-2019 visjs contributors, https://github.com/visjs
Expand Down Expand Up @@ -18626,7 +18626,7 @@ class HorizontalStrategy extends DirectionInterface {

/** @inheritDoc */
sort(nodeArray) {
nodeArray(function (a, b) {
nodeArray.sort(function (a, b) {
return a.y - b.y;
});
}
Expand Down
2 changes: 1 addition & 1 deletion esnext/esm/vis-network.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions esnext/esm/vis-network.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion esnext/esm/vis-network.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions esnext/umd/vis-network.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* A dynamic, browser-based visualization library.
*
* @version 0.0.0-no-version
* @date 2023-10-12T17:20:48.207Z
* @date 2023-10-14T20:01:53.904Z
*
* @copyright (c) 2011-2017 Almende B.V, http://almende.com
* @copyright (c) 2017-2019 visjs contributors, https://github.com/visjs
Expand Down Expand Up @@ -18625,7 +18625,7 @@

/** @inheritDoc */
sort(nodeArray) {
nodeArray(function (a, b) {
nodeArray.sort(function (a, b) {
return a.y - b.y;
});
}
Expand Down
2 changes: 1 addition & 1 deletion esnext/umd/vis-network.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions esnext/umd/vis-network.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion esnext/umd/vis-network.min.js.map

Large diffs are not rendered by default.

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.
4 changes: 2 additions & 2 deletions peer/esm/vis-network.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* A dynamic, browser-based visualization library.
*
* @version 0.0.0-no-version
* @date 2023-10-12T17:20:48.207Z
* @date 2023-10-14T20:01:53.904Z
*
* @copyright (c) 2011-2017 Almende B.V, http://almende.com
* @copyright (c) 2017-2019 visjs contributors, https://github.com/visjs
Expand Down Expand Up @@ -31597,7 +31597,7 @@ var HorizontalStrategy = /*#__PURE__*/function (_DirectionInterface2) {
}, {
key: "sort",
value: function sort(nodeArray) {
nodeArray(function (a, b) {
_sortInstanceProperty(nodeArray).call(nodeArray, function (a, b) {
return a.y - b.y;
});
}
Expand Down
2 changes: 1 addition & 1 deletion peer/esm/vis-network.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions peer/esm/vis-network.min.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions peer/umd/vis-network.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* A dynamic, browser-based visualization library.
*
* @version 0.0.0-no-version
* @date 2023-10-12T17:20:48.207Z
* @date 2023-10-14T20:01:53.904Z
*
* @copyright (c) 2011-2017 Almende B.V, http://almende.com
* @copyright (c) 2017-2019 visjs contributors, https://github.com/visjs
Expand Down Expand Up @@ -31600,7 +31600,7 @@
}, {
key: "sort",
value: function sort(nodeArray) {
nodeArray(function (a, b) {
_sortInstanceProperty(nodeArray).call(nodeArray, function (a, b) {
return a.y - b.y;
});
}
Expand Down
2 changes: 1 addition & 1 deletion peer/umd/vis-network.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions peer/umd/vis-network.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion peer/umd/vis-network.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions standalone/esm/vis-network.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* A dynamic, browser-based visualization library.
*
* @version 0.0.0-no-version
* @date 2023-10-12T17:20:48.207Z
* @date 2023-10-14T20:01:53.904Z
*
* @copyright (c) 2011-2017 Almende B.V, http://almende.com
* @copyright (c) 2017-2019 visjs contributors, https://github.com/visjs
Expand Down Expand Up @@ -35893,7 +35893,7 @@ var HorizontalStrategy = /*#__PURE__*/function (_DirectionInterface2) {
}, {
key: "sort",
value: function sort(nodeArray) {
nodeArray(function (a, b) {
_sortInstanceProperty(nodeArray).call(nodeArray, function (a, b) {
return a.y - b.y;
});
}
Expand Down
2 changes: 1 addition & 1 deletion standalone/esm/vis-network.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions standalone/esm/vis-network.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion standalone/esm/vis-network.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions standalone/umd/vis-network.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* A dynamic, browser-based visualization library.
*
* @version 0.0.0-no-version
* @date 2023-10-12T17:20:48.207Z
* @date 2023-10-14T20:01:53.904Z
*
* @copyright (c) 2011-2017 Almende B.V, http://almende.com
* @copyright (c) 2017-2019 visjs contributors, https://github.com/visjs
Expand Down Expand Up @@ -35898,7 +35898,7 @@
}, {
key: "sort",
value: function sort(nodeArray) {
nodeArray(function (a, b) {
_sortInstanceProperty(nodeArray).call(nodeArray, function (a, b) {
return a.y - b.y;
});
}
Expand Down
2 changes: 1 addition & 1 deletion standalone/umd/vis-network.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions standalone/umd/vis-network.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion standalone/umd/vis-network.min.js.map

Large diffs are not rendered by default.

0 comments on commit 04dd1ed

Please sign in to comment.