@alfresco/aca-shared 7.2.0-18837796869 → 7.2.0-18873636038
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.
|
@@ -2986,12 +2986,6 @@ class PageComponent {
|
|
|
2986
2986
|
onSortingChanged(event) {
|
|
2987
2987
|
this.filterSorting = event.detail.key + '-' + event.detail.direction;
|
|
2988
2988
|
}
|
|
2989
|
-
onAllFilterCleared() {
|
|
2990
|
-
if (!this.isOutletPreviewUrl()) {
|
|
2991
|
-
this.documentList.node = null;
|
|
2992
|
-
this.documentListService.reload();
|
|
2993
|
-
}
|
|
2994
|
-
}
|
|
2995
2989
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: PageComponent, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
2996
2990
|
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.6", type: PageComponent, isStandalone: true, host: { listeners: { "sorting-changed": "onSortingChanged($event)" } }, viewQueries: [{ propertyName: "documentList", first: true, predicate: DocumentListComponent, descendants: true }], usesOnChanges: true, ngImport: i0 });
|
|
2997
2991
|
}
|