igniteui-webcomponents-inputs 3.2.0 → 3.2.3

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.
@@ -24615,6 +24615,12 @@
24615
24615
  else {
24616
24616
  this.e.parent().parent().setStyleProperty("max-width", "232px");
24617
24617
  }
24618
+ if (this.b.at == true) {
24619
+ this.e.parent().parent().setStyleProperty("height", "270px");
24620
+ }
24621
+ else {
24622
+ this.e.parent().parent().setStyleProperty("height", "234px");
24623
+ }
24618
24624
  }
24619
24625
  };
24620
24626
  DatePickerView.prototype.am = function (a) {