igniteui-angular-core 13.2.0-beta.0 → 13.2.0-beta.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.
- package/bundles/igniteui-angular-core.umd.js +1 -0
- package/bundles/igniteui-angular-core.umd.min.js +1 -1
- package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +1 -0
- package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +1 -0
- package/fesm2015/igniteui-angular-core.js +1 -0
- package/fesm5/igniteui-angular-core.js +1 -0
- package/package.json +1 -1
|
@@ -1431,6 +1431,7 @@ export let DotNetCodeGeneratingComponentRendererDataEmitter = /*@__PURE__*/ (()
|
|
|
1431
1431
|
e = " StateHasChanged();";
|
|
1432
1432
|
}
|
|
1433
1433
|
else {
|
|
1434
|
+
e = " OnPropertyChanged(\"" + this.v(a, false) + "\");";
|
|
1434
1435
|
}
|
|
1435
1436
|
if (c.isAsync) {
|
|
1436
1437
|
d = this.v(a, false) + ".Fetch().ContinueWith((t) => {" + this.ao(a) + " = t.Result; " + e + " });";
|
|
@@ -1632,6 +1632,7 @@ var DotNetCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__
|
|
|
1632
1632
|
e = " StateHasChanged();";
|
|
1633
1633
|
}
|
|
1634
1634
|
else {
|
|
1635
|
+
e = " OnPropertyChanged(\"" + this.v(a, false) + "\");";
|
|
1635
1636
|
}
|
|
1636
1637
|
if (c.isAsync) {
|
|
1637
1638
|
d = this.v(a, false) + ".Fetch().ContinueWith((t) => {" + this.ao(a) + " = t.Result; " + e + " });";
|
|
@@ -60664,6 +60664,7 @@ let DotNetCodeGeneratingComponentRendererDataEmitter = /*@__PURE__*/ (() => {
|
|
|
60664
60664
|
e = " StateHasChanged();";
|
|
60665
60665
|
}
|
|
60666
60666
|
else {
|
|
60667
|
+
e = " OnPropertyChanged(\"" + this.v(a, false) + "\");";
|
|
60667
60668
|
}
|
|
60668
60669
|
if (c.isAsync) {
|
|
60669
60670
|
d = this.v(a, false) + ".Fetch().ContinueWith((t) => {" + this.ao(a) + " = t.Result; " + e + " });";
|
|
@@ -67833,6 +67833,7 @@ var DotNetCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__
|
|
|
67833
67833
|
e = " StateHasChanged();";
|
|
67834
67834
|
}
|
|
67835
67835
|
else {
|
|
67836
|
+
e = " OnPropertyChanged(\"" + this.v(a, false) + "\");";
|
|
67836
67837
|
}
|
|
67837
67838
|
if (c.isAsync) {
|
|
67838
67839
|
d = this.v(a, false) + ".Fetch().ContinueWith((t) => {" + this.ao(a) + " = t.Result; " + e + " });";
|
package/package.json
CHANGED