mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user