igniteui-webcomponents-inputs 4.7.2-beta.2 → 4.8.0

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.
@@ -26964,7 +26964,7 @@
26964
26964
  this.di();
26965
26965
  break;
26966
26966
  case "Value":
26967
- if (+(this.value) != +(igniteuiWebcomponentsCore.dateMinValue())) {
26967
+ if (+(igniteuiWebcomponentsCore.dateGetDate(this.value)) != +(igniteuiWebcomponentsCore.dateGetDate(igniteuiWebcomponentsCore.dateMinValue()))) {
26968
26968
  if (igniteuiWebcomponentsCore.dateGetDate(this.value) < igniteuiWebcomponentsCore.dateGetDate(this.a9) || igniteuiWebcomponentsCore.dateGetDate(this.value) > igniteuiWebcomponentsCore.dateGetDate(this.a8)) {
26969
26969
  this.ai = true;
26970
26970
  this.value = this.a5;
@@ -26974,7 +26974,12 @@
26974
26974
  this.db(this.a5, this.value);
26975
26975
  this.a5 = this.value;
26976
26976
  if (this.c != null) {
26977
- this.c.value = this.value;
26977
+ if (+(igniteuiWebcomponentsCore.dateGetDate(this.value)) == +(igniteuiWebcomponentsCore.dateGetDate(igniteuiWebcomponentsCore.dateMinValue()))) {
26978
+ this.c.value = igniteuiWebcomponentsCore.dateMinValue();
26979
+ }
26980
+ else {
26981
+ this.c.value = this.value;
26982
+ }
26978
26983
  }
26979
26984
  break;
26980
26985
  case "Label":
@@ -27469,7 +27474,7 @@
27469
27474
  };
27470
27475
  DatePicker.prototype.dl = function () {
27471
27476
  if (this.o != null) {
27472
- if (+(this.a7) != +(igniteuiWebcomponentsCore.dateMinValue())) {
27477
+ if (+(igniteuiWebcomponentsCore.dateGetDate(this.a7)) != +(igniteuiWebcomponentsCore.dateGetDate(igniteuiWebcomponentsCore.dateMinValue()))) {
27473
27478
  var a = "";
27474
27479
  if (this.by == null) {
27475
27480
  a = this.a.i(this.value);