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.
- package/bundles/igniteui-angular-inputs.umd.js +1 -1
- package/bundles/igniteui-angular-inputs.umd.min.js +1 -1
- package/esm2015/lib/CalendarView_combined.js +1 -1
- package/esm5/lib/CalendarView_combined.js +1 -1
- package/fesm2015/igniteui-angular-inputs.js +1 -1
- package/fesm5/igniteui-angular-inputs.js +1 -1
- package/package.json +2 -2
|
@@ -7916,7 +7916,7 @@
|
|
|
7916
7916
|
};
|
|
7917
7917
|
CalendarView.prototype.ag = function (e_) {
|
|
7918
7918
|
var a = (e_.originalEvent.currentTarget);
|
|
7919
|
-
var b = a.
|
|
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());
|