Skip to content

Commit

Permalink
skip: 3.13.0-nightly-20240824004625 build [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
netil committed Aug 24, 2024
1 parent 59fe907 commit 9388b93
Show file tree
Hide file tree
Showing 42 changed files with 97 additions and 100 deletions.
25 changes: 12 additions & 13 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-20240823004645
* @version 3.13.0-nightly-20240824004625
*/
import { pointer, select, namespaces, selectAll } from 'd3-selection';
import { timeParse, utcParse, timeFormat, utcFormat } from 'd3-time-format';
Expand Down Expand Up @@ -35,7 +35,7 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
***************************************************************************** */
/* global Reflect, Promise, SuppressedError, Symbol */
/* global Reflect, Promise, SuppressedError, Symbol, Iterator */


var __assign = function() {
Expand Down Expand Up @@ -2367,7 +2367,7 @@ function getPointer(event, element) {
try {
pointer$1 = pointer(touches || event, element);
}
catch (e) { }
catch (_b) { }
return pointer$1.map(function (v) { return (isNaN(v) ? 0 : v); });
}
/**
Expand Down Expand Up @@ -2732,7 +2732,7 @@ var emulateEvent = {
el.dispatchEvent(new MouseEvent(eventType, params));
};
}
catch (e) {
catch (_a) {
// Polyfills DOM4 MouseEvent
return function (el, eventType, params) {
if (params === void 0) { params = getParams(); }
Expand Down Expand Up @@ -3438,7 +3438,7 @@ function generateWait() {
try {
t.transition();
}
catch (e) {
catch (_b) {
done++;
}
}
Expand Down Expand Up @@ -7277,7 +7277,7 @@ var size = {
try {
v = parent.getBoundingClientRect()[key];
}
catch (e) {
catch (_a) {
if (offsetName in parent) {
// In IE in certain cases getBoundingClientRect
// will cause an "unspecified error"
Expand Down Expand Up @@ -8730,7 +8730,7 @@ var tooltip$1 = {
try {
c.tooltip[show && isNotSameIndex ? "show" : "hide"]({ index: index });
}
catch (e) { }
catch (_b) { }
}
});
}
Expand Down Expand Up @@ -12609,8 +12609,6 @@ var AxisRendererHelper = /** @class */ (function () {
size.h = height;
}
}
catch (e) {
}
finally {
el.text("");
}
Expand Down Expand Up @@ -12709,7 +12707,7 @@ var AxisRendererHelper = /** @class */ (function () {
try {
transitionSelection = selection.transition(config.transition);
}
catch (e) { }
catch (_a) { }
}
return transitionSelection;
};
Expand Down Expand Up @@ -23713,7 +23711,8 @@ var zoom = {
// 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((_a = win.navigator) === null || _a === void 0 ? void 0 : _a.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 @@ -24388,7 +24387,7 @@ var zoomModule = function () {
var defaults = {};
/**
* @namespace bb
* @version 3.12.4-nightly-20240823004645
* @version 3.13.0-nightly-20240824004625
*/
var bb = {
/**
Expand All @@ -24398,7 +24397,7 @@ var bb = {
* bb.version; // "1.0.0"
* @memberof bb
*/
version: "3.12.4-nightly-20240823004645",
version: "3.13.0-nightly-20240824004625",
/**
* Generate chart
* - **NOTE:** Bear in mind for the possiblity of ***throwing an error***, during the generation when:
Expand Down
6 changes: 3 additions & 3 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-20240823004645
* @version 3.13.0-nightly-20240824004625
* @requires billboard.js
* @summary billboard.js plugin
*/
Expand All @@ -25,7 +25,7 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
***************************************************************************** */
/* global Reflect, Promise, SuppressedError, Symbol */
/* global Reflect, Promise, SuppressedError, Symbol, Iterator */

var extendStatics = function(d, b) {
extendStatics = Object.setPrototypeOf ||
Expand Down Expand Up @@ -100,7 +100,7 @@ var Plugin = /** @class */ (function () {
delete _this[key];
});
};
Plugin.version = "3.12.4-nightly-20240823004645";
Plugin.version = "3.13.0-nightly-20240824004625";
return Plugin;
}());

Expand Down
8 changes: 4 additions & 4 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-20240823004645
* @version 3.13.0-nightly-20240824004625
* @requires billboard.js
* @summary billboard.js plugin
*/
Expand All @@ -23,7 +23,7 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
***************************************************************************** */
/* global Reflect, Promise, SuppressedError, Symbol */
/* global Reflect, Promise, SuppressedError, Symbol, Iterator */

var extendStatics = function(d, b) {
extendStatics = Object.setPrototypeOf ||
Expand Down Expand Up @@ -318,7 +318,7 @@ function mergeObj(target) {
el.dispatchEvent(new MouseEvent(eventType, params));
};
}
catch (e) {
catch (_a) {
// Polyfills DOM4 MouseEvent
return function (el, eventType, params) {
if (params === void 0) { params = getParams(); }
Expand Down Expand Up @@ -443,7 +443,7 @@ var Plugin = /** @class */ (function () {
delete _this[key];
});
};
Plugin.version = "3.12.4-nightly-20240823004645";
Plugin.version = "3.13.0-nightly-20240824004625";
return Plugin;
}());

Expand Down
8 changes: 4 additions & 4 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-20240823004645
* @version 3.13.0-nightly-20240824004625
* @requires billboard.js
* @summary billboard.js plugin
*/
Expand All @@ -29,7 +29,7 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
***************************************************************************** */
/* global Reflect, Promise, SuppressedError, Symbol */
/* global Reflect, Promise, SuppressedError, Symbol, Iterator */

var extendStatics = function(d, b) {
extendStatics = Object.setPrototypeOf ||
Expand Down Expand Up @@ -348,7 +348,7 @@ var getRange = function (start, end, step) {
el.dispatchEvent(new MouseEvent(eventType, params));
};
}
catch (e) {
catch (_a) {
// Polyfills DOM4 MouseEvent
return function (el, eventType, params) {
if (params === void 0) { params = getParams(); }
Expand Down Expand Up @@ -501,7 +501,7 @@ var Plugin = /** @class */ (function () {
delete _this[key];
});
};
Plugin.version = "3.12.4-nightly-20240823004645";
Plugin.version = "3.13.0-nightly-20240824004625";
return Plugin;
}());

Expand Down
8 changes: 4 additions & 4 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-20240823004645
* @version 3.13.0-nightly-20240824004625
* @requires billboard.js
* @summary billboard.js plugin
*/
Expand All @@ -23,7 +23,7 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
***************************************************************************** */
/* global Reflect, Promise, SuppressedError, Symbol */
/* global Reflect, Promise, SuppressedError, Symbol, Iterator */

var extendStatics = function(d, b) {
extendStatics = Object.setPrototypeOf ||
Expand Down Expand Up @@ -151,7 +151,7 @@ function mergeObj(target) {
el.dispatchEvent(new MouseEvent(eventType, params));
};
}
catch (e) {
catch (_a) {
// Polyfills DOM4 MouseEvent
return function (el, eventType, params) {
if (params === void 0) { params = getParams(); }
Expand Down Expand Up @@ -290,7 +290,7 @@ var Plugin = /** @class */ (function () {
delete _this[key];
});
};
Plugin.version = "3.12.4-nightly-20240823004645";
Plugin.version = "3.13.0-nightly-20240824004625";
return Plugin;
}());

Expand Down
8 changes: 4 additions & 4 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-20240823004645
* @version 3.13.0-nightly-20240824004625
* @requires billboard.js
* @summary billboard.js plugin
*/
Expand All @@ -26,7 +26,7 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
***************************************************************************** */
/* global Reflect, Promise, SuppressedError, Symbol */
/* global Reflect, Promise, SuppressedError, Symbol, Iterator */

var extendStatics = function(d, b) {
extendStatics = Object.setPrototypeOf ||
Expand Down Expand Up @@ -142,7 +142,7 @@ function mergeObj(target) {
el.dispatchEvent(new MouseEvent(eventType, params));
};
}
catch (e) {
catch (_a) {
// Polyfills DOM4 MouseEvent
return function (el, eventType, params) {
if (params === void 0) { params = getParams(); }
Expand Down Expand Up @@ -267,7 +267,7 @@ var Plugin = /** @class */ (function () {
delete _this[key];
});
};
Plugin.version = "3.12.4-nightly-20240823004645";
Plugin.version = "3.13.0-nightly-20240824004625";
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-20240823004645
* @version 3.13.0-nightly-20240824004625
*/
/*-- Chart --*/
.bb svg {
Expand Down
5 changes: 2 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-20240823004645
* @version 3.13.0-nightly-20240824004625
*/
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
Expand Down Expand Up @@ -12646,7 +12646,6 @@ class AxisRendererHelper {
size.w = width;
size.h = height;
}
} catch (e) {
} finally {
el.text("");
}
Expand Down Expand Up @@ -21642,7 +21641,7 @@ const bb = {
* bb.version; // "1.0.0"
* @memberof bb
*/
version: "3.12.4-nightly-20240823004645",
version: "3.13.0-nightly-20240824004625",
/**
* 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 9388b93

Please sign in to comment.