@datarailsshared/datarailsshared 1.4.482 → 1.4.506

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -521,7 +521,7 @@
521
521
  var year = moment$8.unix(this.dateObj.date).year();
522
522
  var fiscal_year_starts_from = this.fiscalYearStartsFrom || 1;
523
523
  var fiscal_year_back = this.fiscalYearBack || false;
524
- var chosenDate = +moment$8.unix(this.dateObj.date);
524
+ var chosenDate = moment$8.unix(this.dateObj.date).unix();
525
525
  if (!Number.isNaN(month) && !Number.isNaN(year)) {
526
526
  var date = new Date(year, month, 1, 12, 0, 0, 0);
527
527
  if (fiscal_year_starts_from !== 1) {
@@ -1044,6 +1044,7 @@
1044
1044
  name: event.name,
1045
1045
  value: event.value,
1046
1046
  calculatedValue: event.calculatedValue,
1047
+ chosenValue: event.chosenValue,
1047
1048
  label: event.label,
1048
1049
  locked: event.locked
1049
1050
  };