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
|
@@ -1255,7 +1255,7 @@ export let CalendarView = /*@__PURE__*/ (() => {
|
|
|
1255
1255
|
}
|
|
1256
1256
|
ag(e_) {
|
|
1257
1257
|
let a = (e_.originalEvent.currentTarget);
|
|
1258
|
-
let b = a.
|
|
1258
|
+
let b = (a.textContent);
|
|
1259
1259
|
if (b != "") {
|
|
1260
1260
|
let c = a.lastChild.lastChild.lastChild;
|
|
1261
1261
|
let d = parseBool(c.getAttribute("data-disabled").toString());
|
|
@@ -1290,7 +1290,7 @@ var CalendarView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1290
1290
|
};
|
|
1291
1291
|
CalendarView.prototype.ag = function (e_) {
|
|
1292
1292
|
var a = (e_.originalEvent.currentTarget);
|
|
1293
|
-
var b = a.
|
|
1293
|
+
var b = (a.textContent);
|
|
1294
1294
|
if (b != "") {
|
|
1295
1295
|
var c = a.lastChild.lastChild.lastChild;
|
|
1296
1296
|
var d = parseBool(c.getAttribute("data-disabled").toString());
|
|
@@ -6825,7 +6825,7 @@ let CalendarView = /*@__PURE__*/ (() => {
|
|
|
6825
6825
|
}
|
|
6826
6826
|
ag(e_) {
|
|
6827
6827
|
let a = (e_.originalEvent.currentTarget);
|
|
6828
|
-
let b = a.
|
|
6828
|
+
let b = (a.textContent);
|
|
6829
6829
|
if (b != "") {
|
|
6830
6830
|
let c = a.lastChild.lastChild.lastChild;
|
|
6831
6831
|
let d = parseBool(c.getAttribute("data-disabled").toString());
|
|
@@ -7916,7 +7916,7 @@ var CalendarView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
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 = parseBool(c.getAttribute("data-disabled").toString());
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-angular-inputs",
|
|
3
|
-
"version": "18.1.
|
|
3
|
+
"version": "18.1.1",
|
|
4
4
|
"description": "Ignite UI Angular input components for building rich data visualizations for modern web apps.",
|
|
5
5
|
"homepage": "https://github.com/IgniteUI/igniteui-angular-inputs",
|
|
6
6
|
"keywords": [
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"@angular/common": "^18.0.0",
|
|
18
18
|
"@angular/compiler": "^18.0.0",
|
|
19
19
|
"@angular/core": "^18.0.0",
|
|
20
|
-
"igniteui-angular-core": "18.1.
|
|
20
|
+
"igniteui-angular-core": "18.1.1"
|
|
21
21
|
},
|
|
22
22
|
"sideEffects": false,
|
|
23
23
|
"typings": "igniteui-angular-inputs.d.ts",
|