ca-components 2.0.74 → 2.0.75
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.
|
@@ -27121,7 +27121,7 @@ class CaMainTableComponent {
|
|
|
27121
27121
|
moveItemInArray(this.columns, event.previousIndex, event.currentIndex);
|
|
27122
27122
|
}
|
|
27123
27123
|
drop(event) {
|
|
27124
|
-
moveItemInArray(
|
|
27124
|
+
moveItemInArray(this.tableData, event.previousIndex, event.currentIndex);
|
|
27125
27125
|
this.onReorder.emit(event);
|
|
27126
27126
|
}
|
|
27127
27127
|
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 }); }
|