68346: initial Drag-And-Drop pagination component + paginated custom-order support in field-updates store - Intermediate commit

This commit is contained in:
Kristof De Langhe
2020-02-05 18:04:10 +01:00
parent ce5547db4b
commit 2795c1ecc7
11 changed files with 378 additions and 131 deletions

View File

@@ -178,6 +178,7 @@ import { ImportableListItemControlComponent } from './object-collection/shared/i
import { DragDropModule } from '@angular/cdk/drag-drop';
import { ExistingMetadataListElementComponent } from './form/builder/ds-dynamic-form-ui/existing-metadata-list-element/existing-metadata-list-element.component';
import { CustomSwitchComponent } from './form/builder/ds-dynamic-form-ui/models/custom-switch/custom-switch.component';
import { PaginationDragAndDropComponent } from './pagination-drag-and-drop/pagination-drag-and-drop.component';
const MODULES = [
// Do NOT include UniversalModule, HttpModule, or JsonpModule here
@@ -263,6 +264,7 @@ const COMPONENTS = [
AbstractListableElementComponent,
ObjectCollectionComponent,
PaginationComponent,
PaginationDragAndDropComponent,
SearchFormComponent,
PageWithSidebarComponent,
SidebarDropdownComponent,