igniteui-angular-inputs 20.0.2-beta.2 → 20.0.2-beta.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.
@@ -37266,6 +37266,7 @@
37266
37266
  var f = this.view.u;
37267
37267
  if (this.indeterminate) {
37268
37268
  var g = new igniteuiAngularCore.TransformGroup();
37269
+ var h = this.view.al();
37269
37270
  g.j.add(((function () {
37270
37271
  var $ret = new igniteuiAngularCore.RotateTransform();
37271
37272
  $ret.j = 45;
@@ -37304,13 +37305,13 @@
37304
37305
  }
37305
37306
  if ((c > 0 && this.o.playbackRate < 0) || (c < 0 && this.o.playbackRate > 0)) {
37306
37307
  this.o.reverse();
37307
- this.o.finished.f(function (h) {
37308
+ this.o.finished.f(function (i) {
37308
37309
  if (_this.o != null) {
37309
37310
  _this.o.commitStyles();
37310
37311
  }
37311
37312
  });
37312
37313
  this.p.reverse();
37313
- this.p.finished.f(function (h) {
37314
+ this.p.finished.f(function (i) {
37314
37315
  if (_this.p != null) {
37315
37316
  _this.p.commitStyles();
37316
37317
  }
@@ -37318,13 +37319,13 @@
37318
37319
  }
37319
37320
  else {
37320
37321
  this.o.play();
37321
- this.o.finished.f(function (h) {
37322
+ this.o.finished.f(function (i) {
37322
37323
  if (_this.o != null) {
37323
37324
  _this.o.commitStyles();
37324
37325
  }
37325
37326
  });
37326
37327
  this.p.play();
37327
- this.p.finished.f(function (h) {
37328
+ this.p.finished.f(function (i) {
37328
37329
  if (_this.p != null) {
37329
37330
  _this.p.commitStyles();
37330
37331
  }