igniteui-angular-inputs 20.0.2-beta.2 → 20.1.0-beta.0
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 +5 -4
- package/bundles/igniteui-angular-inputs.umd.min.js +1 -1
- package/esm2015/lib/CheckboxView_combined.js +5 -4
- package/esm5/lib/CheckboxView_combined.js +5 -4
- package/fesm2015/igniteui-angular-inputs.js +5 -4
- package/fesm5/igniteui-angular-inputs.js +5 -4
- package/package.json +2 -2
|
@@ -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 (
|
|
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 (
|
|
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 (
|
|
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 (
|
|
37328
|
+
this.p.finished.f(function (i) {
|
|
37328
37329
|
if (_this.p != null) {
|
|
37329
37330
|
_this.p.commitStyles();
|
|
37330
37331
|
}
|