From 9029643186e9555884f0d984bbb43d7a0f64e846 Mon Sep 17 00:00:00 2001 From: Aleksander Sklorz Date: Mon, 7 Sep 2026 12:15:18 +0200 Subject: [PATCH] [ACS-12728] Allow drag and drop outside document list --- .../lib/breadcrumb/breadcrumb.component.html | 4 + .../lib/breadcrumb/breadcrumb.component.scss | 7 ++ .../lib/breadcrumb/breadcrumb.component.ts | 17 ++++- .../components/document-list.component.html | 5 +- .../components/document-list.component.ts | 14 ++++ .../src/lib/mat-selectors.scss | 1 + .../datatable/datatable.component.html | 74 ++++++++++++++++++- .../datatable/datatable.component.scss | 9 +++ .../datatable/datatable.component.ts | 13 +++- .../data-column/data-column.component.ts | 3 + .../lib/datatable/data/data-column.model.ts | 1 + .../lib/config/document-list.extensions.ts | 1 + 12 files changed, 144 insertions(+), 5 deletions(-) diff --git a/lib/content-services/src/lib/breadcrumb/breadcrumb.component.html b/lib/content-services/src/lib/breadcrumb/breadcrumb.component.html index 1f51708b2c..aca1d7428d 100644 --- a/lib/content-services/src/lib/breadcrumb/breadcrumb.component.html +++ b/lib/content-services/src/lib/breadcrumb/breadcrumb.component.html @@ -4,6 +4,7 @@ class="adf-breadcrumb-container" role="navigation" [attr.aria-label]="'BREADCRUMB.ARIA-LABEL.BREADCRUMB' | translate" + cdkDropListGroup > @if (hasPreviousNodes()) {