Skip to content

Commit

Permalink
Update built files in the dist folder
Browse files Browse the repository at this point in the history
  • Loading branch information
g1eb committed Aug 29, 2019
1 parent 854981c commit 0af46c3
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 29 deletions.
16 changes: 6 additions & 10 deletions dist/calendar-heatmap.component.js

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

2 changes: 1 addition & 1 deletion dist/calendar-heatmap.component.js.map

Large diffs are not rendered by default.

14 changes: 5 additions & 9 deletions dist/calendar-heatmap.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var CalendarHeatmap = /** @class */ (function () {
this.overview = OverviewType.global;
/**
* Helper function to convert seconds to a human readable format
\@param seconds Integer
* @param seconds Integer
*/
this.formatTime = function (seconds) {
var hours = Math.floor(seconds / 3600);
Expand Down Expand Up @@ -1541,8 +1541,7 @@ var CalendarHeatmap = /** @class */ (function () {

/**
* Helper function to calculate item position on the x-axis
\@param d object
* @param {?} d
* @param {?} d object
* @param {?} start_of_year
* @return {?}
*/
Expand All @@ -1555,8 +1554,7 @@ var CalendarHeatmap = /** @class */ (function () {

/**
* Helper function to calculate item position on the y-axis
\@param d object
* @param {?} d
* @param {?} d object
* @return {?}
*/
CalendarHeatmap.prototype.calcItemY = function (d) {
Expand All @@ -1565,10 +1563,8 @@ var CalendarHeatmap = /** @class */ (function () {

/**
* Helper function to calculate item size
\@param d object
\@param max number
* @param {?} d
* @param {?} max
* @param {?} d object
* @param {?} max number
* @return {?}
*/
CalendarHeatmap.prototype.calcItemSize = function (d, max$$1) {
Expand Down
14 changes: 5 additions & 9 deletions dist/calendar-heatmap.umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var CalendarHeatmap = /** @class */ (function () {
this.overview = OverviewType.global;
/**
* Helper function to convert seconds to a human readable format
\@param seconds Integer
* @param seconds Integer
*/
this.formatTime = function (seconds) {
var hours = Math.floor(seconds / 3600);
Expand Down Expand Up @@ -1544,8 +1544,7 @@ var CalendarHeatmap = /** @class */ (function () {

/**
* Helper function to calculate item position on the x-axis
\@param d object
* @param {?} d
* @param {?} d object
* @param {?} start_of_year
* @return {?}
*/
Expand All @@ -1558,8 +1557,7 @@ var CalendarHeatmap = /** @class */ (function () {

/**
* Helper function to calculate item position on the y-axis
\@param d object
* @param {?} d
* @param {?} d object
* @return {?}
*/
CalendarHeatmap.prototype.calcItemY = function (d) {
Expand All @@ -1568,10 +1566,8 @@ var CalendarHeatmap = /** @class */ (function () {

/**
* Helper function to calculate item size
\@param d object
\@param max number
* @param {?} d
* @param {?} max
* @param {?} d object
* @param {?} max number
* @return {?}
*/
CalendarHeatmap.prototype.calcItemSize = function (d, max$$1) {
Expand Down

0 comments on commit 0af46c3

Please sign in to comment.