ca-components 2.0.76 → 2.0.77
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.
|
@@ -27122,6 +27122,7 @@ class CaMainTableComponent {
|
|
|
27122
27122
|
}
|
|
27123
27123
|
drop(event) {
|
|
27124
27124
|
moveItemInArray(this.tableData, event.previousIndex, event.currentIndex);
|
|
27125
|
+
this.cdRef.detectChanges();
|
|
27125
27126
|
this.onReorder.emit(event);
|
|
27126
27127
|
}
|
|
27127
27128
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: CaMainTableComponent, deps: [{ token: i0.Injector }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|