Skip to content

Commit

Permalink
skip: 3.10.3-nightly-20240110004609 build [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
netil committed Jan 10, 2024
1 parent 31318b1 commit 22af80a
Show file tree
Hide file tree
Showing 42 changed files with 86 additions and 97 deletions.
6 changes: 3 additions & 3 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.10.3-nightly-20240104004616
* @version 3.10.3-nightly-20240110004609
*/
import { timeParse, utcParse, timeFormat, utcFormat } from 'd3-time-format';
import { pointer, select, namespaces, selectAll } from 'd3-selection';
Expand Down Expand Up @@ -23198,7 +23198,7 @@ var zoomModule = function () {
var defaults = {};
/**
* @namespace bb
* @version 3.10.3-nightly-20240104004616
* @version 3.10.3-nightly-20240110004609
*/
var bb = {
/**
Expand All @@ -23208,7 +23208,7 @@ var bb = {
* bb.version; // "1.0.0"
* @memberof bb
*/
version: "3.10.3-nightly-20240104004616",
version: "3.10.3-nightly-20240110004609",
/**
* 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.10.3-nightly-20240104004616
* @version 3.10.3-nightly-20240110004609
* @requires billboard.js
* @summary billboard.js plugin
*/
Expand Down Expand Up @@ -104,7 +104,7 @@ var Plugin = /** @class */ (function () {
delete _this[key];
});
};
Plugin.version = "3.10.3-nightly-20240104004616";
Plugin.version = "3.10.3-nightly-20240110004609";
return Plugin;
}());
var Plugin$1 = 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.10.3-nightly-20240104004616
* @version 3.10.3-nightly-20240110004609
* @requires billboard.js
* @summary billboard.js plugin
*/
Expand Down Expand Up @@ -279,7 +279,7 @@ var Plugin = /** @class */ (function () {
delete _this[key];
});
};
Plugin.version = "3.10.3-nightly-20240104004616";
Plugin.version = "3.10.3-nightly-20240110004609";
return Plugin;
}());
var Plugin$1 = 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.10.3-nightly-20240104004616
* @version 3.10.3-nightly-20240110004609
* @requires billboard.js
* @summary billboard.js plugin
*/
Expand Down Expand Up @@ -493,7 +493,7 @@ var Plugin = /** @class */ (function () {
delete _this[key];
});
};
Plugin.version = "3.10.3-nightly-20240104004616";
Plugin.version = "3.10.3-nightly-20240110004609";
return Plugin;
}());
var Plugin$1 = 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.10.3-nightly-20240104004616
* @version 3.10.3-nightly-20240110004609
* @requires billboard.js
* @summary billboard.js plugin
*/
Expand Down Expand Up @@ -121,7 +121,7 @@ var Plugin = /** @class */ (function () {
delete _this[key];
});
};
Plugin.version = "3.10.3-nightly-20240104004616";
Plugin.version = "3.10.3-nightly-20240110004609";
return Plugin;
}());
var Plugin$1 = 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.10.3-nightly-20240104004616
* @version 3.10.3-nightly-20240110004609
* @requires billboard.js
* @summary billboard.js plugin
*/
Expand Down Expand Up @@ -269,7 +269,7 @@ var Plugin = /** @class */ (function () {
delete _this[key];
});
};
Plugin.version = "3.10.3-nightly-20240104004616";
Plugin.version = "3.10.3-nightly-20240110004609";
return Plugin;
}());
var Plugin$1 = 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.10.3-nightly-20240104004616
* @version 3.10.3-nightly-20240110004609
*/
/*-- Chart --*/
.bb svg {
Expand Down
6 changes: 3 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.10.3-nightly-20240104004616
* @version 3.10.3-nightly-20240110004609
*/
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
Expand Down Expand Up @@ -25738,7 +25738,7 @@ let _defaults = {};

/**
* @namespace bb
* @version 3.10.3-nightly-20240104004616
* @version 3.10.3-nightly-20240110004609
*/
const bb = {
/**
Expand All @@ -25748,7 +25748,7 @@ const bb = {
* bb.version; // "1.0.0"
* @memberof bb
*/
version: "3.10.3-nightly-20240104004616",
version: "3.10.3-nightly-20240110004609",
/**
* 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.

4 changes: 2 additions & 2 deletions dist/billboard.min.js

Large diffs are not rendered by default.

39 changes: 14 additions & 25 deletions dist/billboard.pkgd.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.10.3-nightly-20240104004616
* @version 3.10.3-nightly-20240110004609
*
* All-in-one packaged file for ease use of 'billboard.js' with dependant d3.js modules & polyfills.
* - d3-axis ^3.0.0
Expand Down Expand Up @@ -29739,33 +29739,22 @@ function _isNativeFunction(fn) {
}
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js
function _isNativeReflectConstruct() {
if (typeof Reflect === "undefined" || !Reflect.construct) return false;
if (Reflect.construct.sham) return false;
if (typeof Proxy === "function") return true;
try {
Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {}));
return true;
} catch (e) {
return false;
}
var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {}));
} catch (t) {}
return (_isNativeReflectConstruct = function _isNativeReflectConstruct() {
return !!t;
})();
}
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/construct.js


function _construct(Parent, args, Class) {
if (_isNativeReflectConstruct()) {
_construct = Reflect.construct.bind();
} else {
_construct = function _construct(Parent, args, Class) {
var a = [null];
a.push.apply(a, args);
var Constructor = Function.bind.apply(Parent, a);
var instance = new Constructor();
if (Class) _setPrototypeOf(instance, Class.prototype);
return instance;
};
}
return _construct.apply(null, arguments);
function _construct(t, e, r) {
if (_isNativeReflectConstruct()) return Reflect.construct.apply(null, arguments);
var o = [null];
o.push.apply(o, e);
var p = new (t.bind.apply(t, o))();
return r && _setPrototypeOf(p, r.prototype), p;
}
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js

Expand Down Expand Up @@ -53719,7 +53708,7 @@ let _defaults = {};

/**
* @namespace bb
* @version 3.10.3-nightly-20240104004616
* @version 3.10.3-nightly-20240110004609
*/
const bb = {
/**
Expand All @@ -53729,7 +53718,7 @@ const bb = {
* bb.version; // "1.0.0"
* @memberof bb
*/
version: "3.10.3-nightly-20240104004616",
version: "3.10.3-nightly-20240110004609",
/**
* 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/billboard.pkgd.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/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.10.3-nightly-20240104004616
* @version 3.10.3-nightly-20240110004609
* @requires billboard.js
* @summary billboard.js plugin
*/
Expand Down Expand Up @@ -186,7 +186,7 @@ let Plugin = /*#__PURE__*/function () {
};
return Plugin;
}();
Plugin.version = "3.10.3-nightly-20240104004616";
Plugin.version = "3.10.3-nightly-20240110004609";

;// CONCATENATED MODULE: ./src/Plugin/bubblecompare/index.ts

Expand Down
4 changes: 2 additions & 2 deletions dist/plugin/billboardjs-plugin-bubblecompare.min.js

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

4 changes: 2 additions & 2 deletions dist/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.10.3-nightly-20240104004616
* @version 3.10.3-nightly-20240110004609
* @requires billboard.js
* @summary billboard.js plugin
*/
Expand Down Expand Up @@ -401,7 +401,7 @@ let Plugin = /*#__PURE__*/function () {
};
return Plugin;
}();
Plugin.version = "3.10.3-nightly-20240104004616";
Plugin.version = "3.10.3-nightly-20240110004609";

;// CONCATENATED MODULE: ./src/Plugin/sparkline/Options.ts
/**
Expand Down
Loading

0 comments on commit 22af80a

Please sign in to comment.