[ACS-9859] replace deprecated APIs and modules (#4687)

* [ACS-9859] replace deprecated APIs and modules

* [ACS-9859] delete deprecated code

* [ACS-9859] fix rebase errors

* [ACS-9859] revert wrong code deletion

* [ACS-9859] fix after rebase
This commit is contained in:
Grzegorz Jaśkowski
2025-08-27 09:24:24 +02:00
committed by GitHub
parent 5c5e6ed89c
commit 396add1e88
4 changed files with 1 additions and 14 deletions
@@ -24,10 +24,6 @@
import { SelectionState, ProfileState, NavigationState } from '@alfresco/adf-extensions';
import { RepositoryInfo, VersionEntry } from '@alfresco/js-api';
import { InjectionToken } from '@angular/core';
/** @deprecated no longer used */
export const STORE_INITIAL_APP_DATA = new InjectionToken<AppState>('STORE_INITIAL_APP_DATA');
export const INITIAL_APP_STATE: AppState = {
user: {
@@ -59,11 +55,6 @@ export const INITIAL_APP_STATE: AppState = {
searchItemsTotalCount: null
};
/** @deprecated no longer used */
export const INITIAL_STATE: AppStore = {
app: INITIAL_APP_STATE
};
export interface AppState {
currentNodeVersion: VersionEntry;
selection: SelectionState;