igniteui-angular-inputs 20.0.2-beta.1 → 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.
- 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 +3 -3
|
@@ -929,6 +929,7 @@ export let XCheckbox = /*@__PURE__*/ (() => {
|
|
|
929
929
|
let f = this.view.u;
|
|
930
930
|
if (this.indeterminate) {
|
|
931
931
|
let g = new TransformGroup();
|
|
932
|
+
let h = this.view.al();
|
|
932
933
|
g.j.add(((() => {
|
|
933
934
|
let $ret = new RotateTransform();
|
|
934
935
|
$ret.j = 45;
|
|
@@ -967,13 +968,13 @@ export let XCheckbox = /*@__PURE__*/ (() => {
|
|
|
967
968
|
}
|
|
968
969
|
if ((c > 0 && this.o.playbackRate < 0) || (c < 0 && this.o.playbackRate > 0)) {
|
|
969
970
|
this.o.reverse();
|
|
970
|
-
this.o.finished.f((
|
|
971
|
+
this.o.finished.f((i) => {
|
|
971
972
|
if (this.o != null) {
|
|
972
973
|
this.o.commitStyles();
|
|
973
974
|
}
|
|
974
975
|
});
|
|
975
976
|
this.p.reverse();
|
|
976
|
-
this.p.finished.f((
|
|
977
|
+
this.p.finished.f((i) => {
|
|
977
978
|
if (this.p != null) {
|
|
978
979
|
this.p.commitStyles();
|
|
979
980
|
}
|
|
@@ -981,13 +982,13 @@ export let XCheckbox = /*@__PURE__*/ (() => {
|
|
|
981
982
|
}
|
|
982
983
|
else {
|
|
983
984
|
this.o.play();
|
|
984
|
-
this.o.finished.f((
|
|
985
|
+
this.o.finished.f((i) => {
|
|
985
986
|
if (this.o != null) {
|
|
986
987
|
this.o.commitStyles();
|
|
987
988
|
}
|
|
988
989
|
});
|
|
989
990
|
this.p.play();
|
|
990
|
-
this.p.finished.f((
|
|
991
|
+
this.p.finished.f((i) => {
|
|
991
992
|
if (this.p != null) {
|
|
992
993
|
this.p.commitStyles();
|
|
993
994
|
}
|
|
@@ -1131,6 +1131,7 @@ var XCheckbox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1131
1131
|
var f = this.view.u;
|
|
1132
1132
|
if (this.indeterminate) {
|
|
1133
1133
|
var g = new TransformGroup();
|
|
1134
|
+
var h = this.view.al();
|
|
1134
1135
|
g.j.add(((function () {
|
|
1135
1136
|
var $ret = new RotateTransform();
|
|
1136
1137
|
$ret.j = 45;
|
|
@@ -1169,13 +1170,13 @@ var XCheckbox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1169
1170
|
}
|
|
1170
1171
|
if ((c > 0 && this.o.playbackRate < 0) || (c < 0 && this.o.playbackRate > 0)) {
|
|
1171
1172
|
this.o.reverse();
|
|
1172
|
-
this.o.finished.f(function (
|
|
1173
|
+
this.o.finished.f(function (i) {
|
|
1173
1174
|
if (_this.o != null) {
|
|
1174
1175
|
_this.o.commitStyles();
|
|
1175
1176
|
}
|
|
1176
1177
|
});
|
|
1177
1178
|
this.p.reverse();
|
|
1178
|
-
this.p.finished.f(function (
|
|
1179
|
+
this.p.finished.f(function (i) {
|
|
1179
1180
|
if (_this.p != null) {
|
|
1180
1181
|
_this.p.commitStyles();
|
|
1181
1182
|
}
|
|
@@ -1183,13 +1184,13 @@ var XCheckbox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1183
1184
|
}
|
|
1184
1185
|
else {
|
|
1185
1186
|
this.o.play();
|
|
1186
|
-
this.o.finished.f(function (
|
|
1187
|
+
this.o.finished.f(function (i) {
|
|
1187
1188
|
if (_this.o != null) {
|
|
1188
1189
|
_this.o.commitStyles();
|
|
1189
1190
|
}
|
|
1190
1191
|
});
|
|
1191
1192
|
this.p.play();
|
|
1192
|
-
this.p.finished.f(function (
|
|
1193
|
+
this.p.finished.f(function (i) {
|
|
1193
1194
|
if (_this.p != null) {
|
|
1194
1195
|
_this.p.commitStyles();
|
|
1195
1196
|
}
|
|
@@ -31696,6 +31696,7 @@ let XCheckbox = /*@__PURE__*/ (() => {
|
|
|
31696
31696
|
let f = this.view.u;
|
|
31697
31697
|
if (this.indeterminate) {
|
|
31698
31698
|
let g = new TransformGroup();
|
|
31699
|
+
let h = this.view.al();
|
|
31699
31700
|
g.j.add(((() => {
|
|
31700
31701
|
let $ret = new RotateTransform();
|
|
31701
31702
|
$ret.j = 45;
|
|
@@ -31734,13 +31735,13 @@ let XCheckbox = /*@__PURE__*/ (() => {
|
|
|
31734
31735
|
}
|
|
31735
31736
|
if ((c > 0 && this.o.playbackRate < 0) || (c < 0 && this.o.playbackRate > 0)) {
|
|
31736
31737
|
this.o.reverse();
|
|
31737
|
-
this.o.finished.f((
|
|
31738
|
+
this.o.finished.f((i) => {
|
|
31738
31739
|
if (this.o != null) {
|
|
31739
31740
|
this.o.commitStyles();
|
|
31740
31741
|
}
|
|
31741
31742
|
});
|
|
31742
31743
|
this.p.reverse();
|
|
31743
|
-
this.p.finished.f((
|
|
31744
|
+
this.p.finished.f((i) => {
|
|
31744
31745
|
if (this.p != null) {
|
|
31745
31746
|
this.p.commitStyles();
|
|
31746
31747
|
}
|
|
@@ -31748,13 +31749,13 @@ let XCheckbox = /*@__PURE__*/ (() => {
|
|
|
31748
31749
|
}
|
|
31749
31750
|
else {
|
|
31750
31751
|
this.o.play();
|
|
31751
|
-
this.o.finished.f((
|
|
31752
|
+
this.o.finished.f((i) => {
|
|
31752
31753
|
if (this.o != null) {
|
|
31753
31754
|
this.o.commitStyles();
|
|
31754
31755
|
}
|
|
31755
31756
|
});
|
|
31756
31757
|
this.p.play();
|
|
31757
|
-
this.p.finished.f((
|
|
31758
|
+
this.p.finished.f((i) => {
|
|
31758
31759
|
if (this.p != null) {
|
|
31759
31760
|
this.p.commitStyles();
|
|
31760
31761
|
}
|
|
@@ -37266,6 +37266,7 @@ var XCheckbox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
37266
37266
|
var f = this.view.u;
|
|
37267
37267
|
if (this.indeterminate) {
|
|
37268
37268
|
var g = new TransformGroup();
|
|
37269
|
+
var h = this.view.al();
|
|
37269
37270
|
g.j.add(((function () {
|
|
37270
37271
|
var $ret = new RotateTransform();
|
|
37271
37272
|
$ret.j = 45;
|
|
@@ -37304,13 +37305,13 @@ var XCheckbox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
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 @@ var XCheckbox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
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
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
{
|
|
2
2
|
"name": "igniteui-angular-inputs",
|
|
3
|
-
"version": "20.0.2-beta.
|
|
3
|
+
"version": "20.0.2-beta.3",
|
|
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": "^20.0.0",
|
|
18
18
|
"@angular/compiler": "^20.0.0",
|
|
19
19
|
"@angular/core": "^20.0.0",
|
|
20
|
-
"igniteui-angular-core": "20.0.2-beta.
|
|
20
|
+
"igniteui-angular-core": "20.0.2-beta.3"
|
|
21
21
|
},
|
|
22
22
|
"sideEffects": false,
|
|
23
23
|
"typings": "igniteui-angular-inputs.d.ts",
|