igniteui-webcomponents-inputs 6.0.2-beta.3 → 6.0.2-beta.5
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-webcomponents-inputs.umd.js +5 -4
- package/bundles/igniteui-webcomponents-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-webcomponents-inputs.js +5 -4
- package/fesm5/igniteui-webcomponents-inputs.js +5 -4
- package/package.json +3 -3
|
@@ -37081,6 +37081,7 @@
|
|
|
37081
37081
|
var f = this.view.u;
|
|
37082
37082
|
if (this.indeterminate) {
|
|
37083
37083
|
var g = new igniteuiWebcomponentsCore.TransformGroup();
|
|
37084
|
+
var h = this.view.al();
|
|
37084
37085
|
g.j.add(((function () {
|
|
37085
37086
|
var $ret = new igniteuiWebcomponentsCore.RotateTransform();
|
|
37086
37087
|
$ret.j = 45;
|
|
@@ -37119,13 +37120,13 @@
|
|
|
37119
37120
|
}
|
|
37120
37121
|
if ((c > 0 && this.o.playbackRate < 0) || (c < 0 && this.o.playbackRate > 0)) {
|
|
37121
37122
|
this.o.reverse();
|
|
37122
|
-
this.o.finished.f(function (
|
|
37123
|
+
this.o.finished.f(function (i) {
|
|
37123
37124
|
if (_this.o != null) {
|
|
37124
37125
|
_this.o.commitStyles();
|
|
37125
37126
|
}
|
|
37126
37127
|
});
|
|
37127
37128
|
this.p.reverse();
|
|
37128
|
-
this.p.finished.f(function (
|
|
37129
|
+
this.p.finished.f(function (i) {
|
|
37129
37130
|
if (_this.p != null) {
|
|
37130
37131
|
_this.p.commitStyles();
|
|
37131
37132
|
}
|
|
@@ -37133,13 +37134,13 @@
|
|
|
37133
37134
|
}
|
|
37134
37135
|
else {
|
|
37135
37136
|
this.o.play();
|
|
37136
|
-
this.o.finished.f(function (
|
|
37137
|
+
this.o.finished.f(function (i) {
|
|
37137
37138
|
if (_this.o != null) {
|
|
37138
37139
|
_this.o.commitStyles();
|
|
37139
37140
|
}
|
|
37140
37141
|
});
|
|
37141
37142
|
this.p.play();
|
|
37142
|
-
this.p.finished.f(function (
|
|
37143
|
+
this.p.finished.f(function (i) {
|
|
37143
37144
|
if (_this.p != null) {
|
|
37144
37145
|
_this.p.commitStyles();
|
|
37145
37146
|
}
|