@magic-xpa/angular 4.1000.0-dev4100.403 → 4.1000.0-dev4100.404
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.
@@ -3910,6 +3910,7 @@ class CheckboxMagicDirective {
|
|
3910
3910
|
if (this.threeState) {
|
3911
3911
|
let guiEvent = getGuiEventObj("setAsThreeState", this.magicDirective.id, +this.magicDirective.rowId);
|
3912
3912
|
this.task.insertEvent(guiEvent);
|
3913
|
+
this.el.nativeElement.indeterminate = this.isIndeterminate = this.task.getProperty(this.magicDirective.id, HtmlProperties.CheckBoxIndeterminate, this.magicDirective.rowId);
|
3913
3914
|
this.regUpdatesUI();
|
3914
3915
|
}
|
3915
3916
|
}
|