dynamic-display-shared
Version:
A library for dynamic view
25 lines (24 loc) • 2.05 kB
TypeScript
export declare const updateEntity: import("@ngrx/store").ActionCreator<"[EntityManagement] Update Entity", (props: {
entityId: number;
}) => {
entityId: number;
} & import("@ngrx/store/src/models").TypedAction<"[EntityManagement] Update Entity">>;
export declare const updateEntitySuccess: import("@ngrx/store").ActionCreator<"[EntityManagement] Update Entit Success", (props: {
data: any;
}) => {
data: any;
} & import("@ngrx/store/src/models").TypedAction<"[EntityManagement] Update Entit Success">>;
export declare const updateEntityFailure: import("@ngrx/store").ActionCreator<"[EntityManagement] Update Entity Failure", (props: {
error: any;
}) => {
error: any;
} & import("@ngrx/store/src/models").TypedAction<"[EntityManagement] Update Entity Failure">>;
export declare const addParameterForUpdate: import("@ngrx/store").ActionCreator<"[EntityManagement] Add ParameterForUpdate", (props: {
entityId: number;
}) => {
entityId: number;
} & import("@ngrx/store/src/models").TypedAction<"[EntityManagement] Add ParameterForUpdate">>;
export declare const addBackgroundUpdateProcess: import("@ngrx/store").ActionCreator<"[EntityManagement] Add background update process", () => import("@ngrx/store/src/models").TypedAction<"[EntityManagement] Add background update process">>;
export declare const endBackgroundUpdateProcess: import("@ngrx/store").ActionCreator<"[EntityManagement] End background update process", () => import("@ngrx/store/src/models").TypedAction<"[EntityManagement] End background update process">>;
export declare const editStatusesDialogOpened: import("@ngrx/store").ActionCreator<"[EntityManagement] Edit statuses dialog opened", () => import("@ngrx/store/src/models").TypedAction<"[EntityManagement] Edit statuses dialog opened">>;
export declare const editStatusesDialogClosed: import("@ngrx/store").ActionCreator<"[EntityManagement] Edit statuses dialog closed", () => import("@ngrx/store/src/models").TypedAction<"[EntityManagement] Edit statuses dialog closed">>;