ngx-wapp-components 3.1.0 → 3.1.1-alpha.2

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.
@@ -983,7 +983,7 @@ var PeriodSelectEnum;
983
983
  (function (PeriodSelectEnum) {
984
984
  PeriodSelectEnum[PeriodSelectEnum["Last24Hours"] = 1] = "Last24Hours";
985
985
  PeriodSelectEnum[PeriodSelectEnum["Last3Months"] = 2] = "Last3Months";
986
- PeriodSelectEnum[PeriodSelectEnum["Custom"] = 3] = "Custom";
986
+ PeriodSelectEnum[PeriodSelectEnum["Custom"] = 10] = "Custom";
987
987
  })(PeriodSelectEnum || (PeriodSelectEnum = {}));
988
988
  var CustomColor;
989
989
  (function (CustomColor) {