@alfresco/aca-content 7.2.0-19402575803 → 7.2.0-19456164512

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.
@@ -6,7 +6,7 @@ import { DIALOG_COMPONENT_DATA, TimeAgoPipe, LocalizedDatePipe, IconComponent, N
6
6
  import * as i1$1 from '@alfresco/adf-content-services';
7
7
  import { DocumentListService, ContentVersionService, DownloadZipDialogComponent, NodeAction, ContentNodeDialogService, ContentNodeSelectorComponent, ContentService, NodesApiService, NodeAspectService, NewVersionUploaderService, NewVersionUploaderDataAction, ShareDialogComponent, FolderDialogComponent, LibraryDialogComponent, RenditionService, SearchQueryBuilderService, UploadService, FileModel, AlfrescoApiService, SearchAiService, NameColumnComponent, NodeNameTooltipPipe, NodeCommentsComponent, ContentMetadataComponent, VersionManagerComponent, LibraryFavoriteDirective, NodeFavoriteDirective, LibraryMembershipDirective, BreadcrumbComponent, UploadDragAreaComponent, DocumentListComponent, forbidOnlySpaces, AutoFocusDirective, AlfrescoViewerComponent, SearchFormComponent, ResetSearchDirective, SearchFilterChipsComponent, PermissionListComponent, AlfrescoViewerModule, UploadModule, TagNodeListComponent, ContentModule, TrashcanNameColumnComponent, LibraryStatusColumnComponent, LibraryRoleColumnComponent, LibraryNameColumnComponent } from '@alfresco/adf-content-services';
8
8
  import * as i2 from '@alfresco/aca-shared';
9
- import { ContentApiService, NodePermissionService, AppHookService, AppSettingsService, AppExtensionService, isLocked, LockedByComponent, UserProfileService, PageComponent, GenericErrorComponent, ContextActionsDirective, InfoDrawerComponent, PaginationDirective, PageLayoutComponent, ToolbarComponent, noWhitespaceValidator, AppSharedRuleGuard, PluginEnabledGuard, ExtensionsDataLoaderGuard, ToolbarMenuItemComponent, AppService, DocumentBasePageService, provideContentAppExtensions } from '@alfresco/aca-shared';
9
+ import { ContentApiService, NodePermissionService, AppHookService, AppSettingsService, AppExtensionService, isLocked, LockedByComponent, UserProfileService, PageComponent, GenericErrorComponent, ContextActionsDirective, InfoDrawerComponent, PaginationDirective, PageLayoutComponent, ToolbarComponent, noWhitespaceValidator, AppSharedRuleGuard, PluginEnabledGuard, ExtensionsDataLoaderGuard, ToolbarMenuItemComponent, DocumentBasePageService, provideContentAppExtensions } from '@alfresco/aca-shared';
10
10
  import * as rules from '@alfresco/aca-shared/rules';
11
11
  import * as i1 from '@ngrx/store';
12
12
  import { Store, createSelector, provideStore } from '@ngrx/store';
@@ -10916,7 +10916,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.6", ngImpor
10916
10916
  */
10917
10917
  class SaveSearchSidenavComponent {
10918
10918
  savedSearchesService = inject(SavedSearchesContextService);
10919
- appService = inject(AppService);
10920
10919
  translationService = inject(TranslationService);
10921
10920
  item;
10922
10921
  manageSearchesId = 'manage-saved-searches';
@@ -10938,11 +10937,6 @@ class SaveSearchSidenavComponent {
10938
10937
  }
10939
10938
  });
10940
10939
  }
10941
- onActionClick(el) {
10942
- if (el.id !== this.manageSearchesId) {
10943
- this.appService.appNavNarMode$.next('collapsed');
10944
- }
10945
- }
10946
10940
  createNavBarLinkRef(children) {
10947
10941
  const mappedChildren = children
10948
10942
  .map((child) => ({
@@ -10972,11 +10966,11 @@ class SaveSearchSidenavComponent {
10972
10966
  };
10973
10967
  }
10974
10968
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: SaveSearchSidenavComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
10975
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.6", type: SaveSearchSidenavComponent, isStandalone: true, selector: "aca-save-search-sidenav", ngImport: i0, template: "@if (item) {\n<app-expand-menu [item]=\"item\" (actionClicked)=\"onActionClick($event)\" />\n}\n", dependencies: [{ kind: "component", type: ExpandMenuComponent, selector: "app-expand-menu", inputs: ["item"], outputs: ["actionClicked"] }], encapsulation: i0.ViewEncapsulation.None });
10969
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.6", type: SaveSearchSidenavComponent, isStandalone: true, selector: "aca-save-search-sidenav", ngImport: i0, template: "@if (item) {\n<app-expand-menu [item]=\"item\" />\n}\n", dependencies: [{ kind: "component", type: ExpandMenuComponent, selector: "app-expand-menu", inputs: ["item"], outputs: ["actionClicked"] }], encapsulation: i0.ViewEncapsulation.None });
10976
10970
  }
10977
10971
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: SaveSearchSidenavComponent, decorators: [{
10978
10972
  type: Component,
10979
- args: [{ selector: 'aca-save-search-sidenav', imports: [ExpandMenuComponent], encapsulation: ViewEncapsulation.None, template: "@if (item) {\n<app-expand-menu [item]=\"item\" (actionClicked)=\"onActionClick($event)\" />\n}\n" }]
10973
+ args: [{ selector: 'aca-save-search-sidenav', imports: [ExpandMenuComponent], encapsulation: ViewEncapsulation.None, template: "@if (item) {\n<app-expand-menu [item]=\"item\" />\n}\n" }]
10980
10974
  }] });
10981
10975
 
10982
10976
  /*!