Skip to content

Commit

Permalink
skip: 3.12.4-nightly-20240815004626 build [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
netil committed Aug 15, 2024
1 parent 9d63f08 commit 2f55a5b
Show file tree
Hide file tree
Showing 42 changed files with 82 additions and 79 deletions.
11 changes: 6 additions & 5 deletions dist-esm/billboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* billboard.js, JavaScript chart library
* https://naver.github.io/billboard.js/
*
* @version 3.12.4-nightly-20240814004634
* @version 3.12.4-nightly-20240815004626
*/
import { pointer, select, namespaces, selectAll } from 'd3-selection';
import { timeParse, utcParse, timeFormat, utcFormat } from 'd3-time-format';
Expand Down Expand Up @@ -23705,14 +23705,15 @@ var zoom = {
* @private
*/
bindZoomOnEventRect: function () {
var _a;
var $$ = this;
var config = $$.config, _a = $$.$el, eventRect = _a.eventRect, svg = _a.svg;
var config = $$.config, _b = $$.$el, eventRect = _b.eventRect, svg = _b.svg;
var behaviour = config.zoom_type === "drag" ? $$.zoomBehaviour : $$.zoom;
// On Safari, event can't be built inside the svg content
// for workaround, register wheel event on <svg> element first
// https://bugs.webkit.org/show_bug.cgi?id=226683#c3
// https://stackoverflow.com/questions/67836886/wheel-event-is-not-fired-on-a-svg-group-element-in-safari
if (win.GestureEvent && /^((?!chrome|android|mobile).)*safari/i.test(navigator.userAgent)) {
if (win.GestureEvent && /^((?!chrome|android|mobile).)*safari/i.test((_a = win.navigator) === null || _a === void 0 ? void 0 : _a.userAgent)) {
svg.on("wheel", function () { });
}
eventRect === null || eventRect === void 0 ? void 0 : eventRect.call(behaviour).on("dblclick.zoom", null);
Expand Down Expand Up @@ -24387,7 +24388,7 @@ var zoomModule = function () {
var defaults = {};
/**
* @namespace bb
* @version 3.12.4-nightly-20240814004634
* @version 3.12.4-nightly-20240815004626
*/
var bb = {
/**
Expand All @@ -24397,7 +24398,7 @@ var bb = {
* bb.version; // "1.0.0"
* @memberof bb
*/
version: "3.12.4-nightly-20240814004634",
version: "3.12.4-nightly-20240815004626",
/**
* Generate chart
* - **NOTE:** Bear in mind for the possiblity of ***throwing an error***, during the generation when:
Expand Down
4 changes: 2 additions & 2 deletions dist-esm/plugin/billboardjs-plugin-bubblecompare.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* billboard.js, JavaScript chart library
* https://naver.github.io/billboard.js/
*
* @version 3.12.4-nightly-20240814004634
* @version 3.12.4-nightly-20240815004626
* @requires billboard.js
* @summary billboard.js plugin
*/
Expand Down Expand Up @@ -100,7 +100,7 @@ var Plugin = /** @class */ (function () {
delete _this[key];
});
};
Plugin.version = "3.12.4-nightly-20240814004634";
Plugin.version = "3.12.4-nightly-20240815004626";
return Plugin;
}());

Expand Down
4 changes: 2 additions & 2 deletions dist-esm/plugin/billboardjs-plugin-sparkline.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* billboard.js, JavaScript chart library
* https://naver.github.io/billboard.js/
*
* @version 3.12.4-nightly-20240814004634
* @version 3.12.4-nightly-20240815004626
* @requires billboard.js
* @summary billboard.js plugin
*/
Expand Down Expand Up @@ -443,7 +443,7 @@ var Plugin = /** @class */ (function () {
delete _this[key];
});
};
Plugin.version = "3.12.4-nightly-20240814004634";
Plugin.version = "3.12.4-nightly-20240815004626";
return Plugin;
}());

Expand Down
4 changes: 2 additions & 2 deletions dist-esm/plugin/billboardjs-plugin-stanford.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* billboard.js, JavaScript chart library
* https://naver.github.io/billboard.js/
*
* @version 3.12.4-nightly-20240814004634
* @version 3.12.4-nightly-20240815004626
* @requires billboard.js
* @summary billboard.js plugin
*/
Expand Down Expand Up @@ -501,7 +501,7 @@ var Plugin = /** @class */ (function () {
delete _this[key];
});
};
Plugin.version = "3.12.4-nightly-20240814004634";
Plugin.version = "3.12.4-nightly-20240815004626";
return Plugin;
}());

Expand Down
4 changes: 2 additions & 2 deletions dist-esm/plugin/billboardjs-plugin-tableview.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* billboard.js, JavaScript chart library
* https://naver.github.io/billboard.js/
*
* @version 3.12.4-nightly-20240814004634
* @version 3.12.4-nightly-20240815004626
* @requires billboard.js
* @summary billboard.js plugin
*/
Expand Down Expand Up @@ -290,7 +290,7 @@ var Plugin = /** @class */ (function () {
delete _this[key];
});
};
Plugin.version = "3.12.4-nightly-20240814004634";
Plugin.version = "3.12.4-nightly-20240815004626";
return Plugin;
}());

Expand Down
4 changes: 2 additions & 2 deletions dist-esm/plugin/billboardjs-plugin-textoverlap.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* billboard.js, JavaScript chart library
* https://naver.github.io/billboard.js/
*
* @version 3.12.4-nightly-20240814004634
* @version 3.12.4-nightly-20240815004626
* @requires billboard.js
* @summary billboard.js plugin
*/
Expand Down Expand Up @@ -267,7 +267,7 @@ var Plugin = /** @class */ (function () {
delete _this[key];
});
};
Plugin.version = "3.12.4-nightly-20240814004634";
Plugin.version = "3.12.4-nightly-20240815004626";
return Plugin;
}());

Expand Down
2 changes: 1 addition & 1 deletion dist/billboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* billboard.js, JavaScript chart library
* https://naver.github.io/billboard.js/
*
* @version 3.12.4-nightly-20240814004634
* @version 3.12.4-nightly-20240815004626
*/
/*-- Chart --*/
.bb svg {
Expand Down
7 changes: 4 additions & 3 deletions dist/billboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* billboard.js, JavaScript chart library
* https://naver.github.io/billboard.js/
*
* @version 3.12.4-nightly-20240814004634
* @version 3.12.4-nightly-20240815004626
*/
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
Expand Down Expand Up @@ -11212,10 +11212,11 @@ extend(zoom, {
* @private
*/
bindZoomOnEventRect() {
var _a;
const $$ = this;
const { config, $el: { eventRect, svg } } = $$;
const behaviour = config.zoom_type === "drag" ? $$.zoomBehaviour : $$.zoom;
if (win.GestureEvent && /^((?!chrome|android|mobile).)*safari/i.test(navigator.userAgent)) {
if (win.GestureEvent && /^((?!chrome|android|mobile).)*safari/i.test((_a = win.navigator) == null ? void 0 : _a.userAgent)) {
svg.on("wheel", () => {
});
}
Expand Down Expand Up @@ -21641,7 +21642,7 @@ const bb = {
* bb.version; // "1.0.0"
* @memberof bb
*/
version: "3.12.4-nightly-20240814004634",
version: "3.12.4-nightly-20240815004626",
/**
* Generate chart
* - **NOTE:** Bear in mind for the possiblity of ***throwing an error***, during the generation when:
Expand Down
2 changes: 1 addition & 1 deletion dist/billboard.min.css

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

Loading

0 comments on commit 2f55a5b

Please sign in to comment.