@synerty/vortexjs
Version:
Custom observable data serialisation and routing based on Angular 2+
35 lines (34 loc) • 2.93 kB
TypeScript
export { VortexService } from "./src/vortex/VortexService";
export { VortexStatusService, VortexStateEnum } from "./src/vortex/VortexStatusService";
export { TupleLoader, IFilterUpdateCallable } from "./src/vortex/TupleLoader";
export { PayloadEndpoint } from "./src/vortex/PayloadEndpoint";
export { PayloadResponse } from "./src/vortex/PayloadResponse";
export { Payload, IPayloadFilt } from "./src/vortex/Payload";
export { PayloadEnvelope } from "./src/vortex/PayloadEnvelope";
export { Tuple, TupleChangeI, addTupleType, SerialiseUtil, Jsonable, } from "./src/vortex/exports";
export * from "./src/vortex/PayloadFilterKeys";
export { TupleStorageFactoryService } from "./src/vortex/storage-factory/TupleStorageFactoryService";
export { TupleStorageServiceABC, TupleStorageBatchSaveArguments, } from "./src/vortex/storage/TupleStorageServiceABC";
export { SqlFactoryService } from "./src/vortex/storage-api/sql-api-factory";
export { TupleOfflineStorageService } from "./src/vortex/storage/TupleOfflineStorageService";
export { TupleOfflineStorageNameService } from "./src/vortex/storage/TupleOfflineStorageNameService";
export { TupleSelector } from "./src/vortex/TupleSelector";
export { TupleDataObserverService, TupleDataObservableNameService, } from "./src/vortex/observable-service/TupleDataObserverService";
export { TupleDataOfflineObserverService } from "./src/vortex/observable-service/TupleDataOfflineObserverService";
export { TupleActionABC, TupleUpdateAction, TupleGenericAction, } from "./src/vortex/TupleAction";
export { TupleActionPushService, TupleActionPushNameService, } from "./src/vortex/action-service/TupleActionPushService";
export { TupleActionPushOfflineService } from "./src/vortex/action-service/TupleActionPushOfflineService";
export { TupleActionPushOfflineSingletonService } from "./src/vortex/action-service/TupleActionPushOfflineSingletonService";
export { TupleActionProcessorNameService, TupleActionProcessorService, } from "./src/vortex/action-service/TupleActionProcessorService";
export { TupleActionProcessorDelegateABC } from "./src/vortex/action-service/TupleActionProcessorDelegate";
export { assert, deepCopy } from "./src/vortex/UtilMisc";
import "./src/vortex/UtilArray";
export { dateStr } from "./src/vortex/UtilMisc";
export * from "./src/vortex/UtilSort";
export { PayloadDelegateWeb } from "./src/vortex/payload/PayloadDelegateWeb";
export { TupleStorageFactoryServiceWeb } from "./src/vortex/storage-factory/TupleStorageFactoryServiceWeb";
export { STOP_PROCESSING } from "./src/vortex/PayloadIO";
export { NgLifeCycleEvents, NgOnDestroyEventI, } from "./src/util/NgLifeCycleEvents";
export { TupleDataLoader } from "./src/vortex/data-loader/TupleDataLoader";
export { TupleDataLoaderDelegate, TupleDataNotValidError, } from "./src/vortex/data-loader/TupleDataLoaderDelegate";
export { TupleDataLoaderTupleABC } from "./src/vortex/data-loader/TupleDataLoaderTupleABC";