react-application-core
Version:
A react-based application core for the business applications.
22 lines (21 loc) • 2.19 kB
TypeScript
/**
* @stable [07.06.2020]
*/
export declare class EffectsFactories {
static readonly connectorInitErrorEffectsProxy: (section: string) => () => void;
static readonly destroyedContainerEffectsProxy: (config: import("../..").IDestroyedContainerMiddlewareConfigEntity) => () => void;
static readonly dictionaryLoadErrorEffectsProxy: (section: string) => () => void;
static readonly editedListEffectsProxy: <TPayload = {}, TState = {}, TDefaultChanges = TPayload>(cfg: import("../..").IEditedListMiddlewareConfigEntity<TPayload, TState, TDefaultChanges>) => () => void;
static readonly errorEffectsProxy: (actionType: string) => () => void;
static readonly filteredListEffectsProxy: <TState = {}>(cfg: import("../..").IFilteredListMiddlewareConfigEntity<TState>) => () => void;
static readonly filterFormDialogEffectsProxy: <TState = {}>(cfg: import("../..").IFilterFormDialogMiddlewareConfigEntity<{}>) => () => void;
static readonly formSubmitErrorEffectsProxy: (actionType: string) => () => void;
static readonly listLazyLoadErrorEffectsProxy: (section: string) => () => void;
static readonly listLoadErrorEffectsProxy: (section: string) => () => void;
static readonly loadedListOnFormValidEffectsProxy: <TState = {}>(cfg: import("../..").ILoadedListOnFormValidMiddlewareConfigEntity<TState>) => () => void;
static readonly loadedListOnTabActivateEffectsProxy: <TState = {}>(cfg: import("../..").ILoadedListOnTabActivateMiddlewareConfigEntity<TState>) => () => void;
static readonly paginatedListEffectsProxy: <TState = {}>(cfg: import("../..").ILoadedListOnNavigateToPageMiddlewareConfigEntity<TState>) => () => void;
static readonly succeedEditedListEffectsProxy: <TState = {}>(config: import("../..").ISucceedEditedListMiddlewareConfigEntity<TState>) => () => void;
static readonly toolbarToolsEffectsProxy: <TState = {}>(cfg: import("../..").ILoadedListOnToolbarToolsRefreshConfigEntity<TState>) => () => void;
static readonly untouchedListEffectsProxy: <TState = {}, TDefaultFormChanges = {}>(cfg: import("../..").IUntouchedListMiddlewareConfigEntity<TState, TDefaultFormChanges>) => () => void;
}