igniteui-angular-inputs 18.1.0 → 18.1.1

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.
@@ -7916,7 +7916,7 @@
7916
7916
  };
7917
7917
  CalendarView.prototype.ag = function (e_) {
7918
7918
  var a = (e_.originalEvent.currentTarget);
7919
- var b = a.innerText;
7919
+ var b = (a.textContent);
7920
7920
  if (b != "") {
7921
7921
  var c = a.lastChild.lastChild.lastChild;
7922
7922
  var d = igniteuiAngularCore.parseBool(c.getAttribute("data-disabled").toString());