igniteui-webcomponents-inputs 5.0.0-beta.3 → 5.0.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.
@@ -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.innerText;
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.innerText;
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());
@@ -10074,7 +10074,7 @@ let CalendarView = /*@__PURE__*/ (() => {
10074
10074
  }
10075
10075
  ag(e_) {
10076
10076
  let a = (e_.originalEvent.currentTarget);
10077
- let b = a.innerText;
10077
+ let b = (a.textContent);
10078
10078
  if (b != "") {
10079
10079
  let c = a.lastChild.lastChild.lastChild;
10080
10080
  let d = parseBool(c.getAttribute("data-disabled").toString());
@@ -12180,7 +12180,7 @@ var CalendarView = /** @class */ /*@__PURE__*/ (function (_super) {
12180
12180
  };
12181
12181
  CalendarView.prototype.ag = function (e_) {
12182
12182
  var a = (e_.originalEvent.currentTarget);
12183
- var b = a.innerText;
12183
+ var b = (a.textContent);
12184
12184
  if (b != "") {
12185
12185
  var c = a.lastChild.lastChild.lastChild;
12186
12186
  var d = parseBool(c.getAttribute("data-disabled").toString());
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-webcomponents-inputs",
3
- "version": "5.0.0-beta.3",
3
+ "version": "5.0.1",
4
4
  "description": "Ignite UI Web Components inputs components.",
5
5
  "homepage": "https://github.com/IgniteUI/igniteui-webcomponents-inputs",
6
6
  "keywords": [
@@ -14,7 +14,7 @@
14
14
  "tslib": "^2.3.1"
15
15
  },
16
16
  "peerDependencies": {
17
- "igniteui-webcomponents-core": "5.0.0-beta.3"
17
+ "igniteui-webcomponents-core": "5.0.1"
18
18
  },
19
19
  "sideEffects": false,
20
20
  "typings": "igniteui-webcomponents-inputs.d.ts",