io.parrots
Version:
Parrots.io App
16 lines (15 loc) • 2.48 kB
JavaScript
/**
* @fileoverview added by tsickle
* @suppress {checkTypes} checked by tsc
*/
export { ParrotsModule } from './ParrotsModule.module';
export { BOOSTRAP_CLASSES, SERVICE_CLASSES, ENTRY_COMPONENT_CLASSES, DECLARATION_CLASSES } from './parrots.bootstrap';
export { MainPage, ParrotsAppSwitcher, AppDrawerPopover, MenuTopLayout, ParrotsNotifier, ParrotsAddonDrawer, MenuTopItem, ParrotsEditorSettingService, ParrotsEditorViewSetting, AbstractParrotsDataEditor, DataLangSelectorPane, ParrotsDataService, ParrotsDataEditor, VersionHistory, VersionHistoryModelFactory, VersionHistoryModel, ParrotsMainMenuItem } from './component/components';
// export * from './decorator/decorators';
// export * from './directive/directives';
// export * from './pipe/pipes';
// export * from './theme/themes';
export { JobScheduler, UserService, ParrotsEditorSettingServiceFactory, InstanceConnectionManager, ParrotsDataServiceFactory, ParrotsDataEditorViewProvider, ParrotsDataEditorActionProvider, ParrotsTypeResolveService, DefaultVersionHistoryModelFactory, ParrotsMainMenuItemProvider, ParrotsConnectionManager } from './service/services';
export { APP_SWITCHER_HEADER, APP_SWITCHER_TAGLINE, UserSession, ParrotsDefaultConnectionManager, AbstractParrotsServerResource, ParrotsDataSchema, Sex, CreateAccountDTO, JSONResource, UserConfigResource, ClassesResource, ParrotsAccountResource, FileUploadResource, ParrotsUserResource, ParrotsInstanceResource, StorageServerResource, MeResource } from './share/shares';
export { TEST_MODE, TEST_DATA } from './test';
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGlicy5qcyIsInNvdXJjZVJvb3QiOiJuZzovL2lvLnBhcnJvdHMvIiwic291cmNlcyI6WyJsaWIvbGlicy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7O0FBQUEsOEJBQWMsd0JBQXdCLENBQUM7QUFDdkMsZ0dBQWMscUJBQXFCLENBQUM7QUFFcEMscVdBQWMsd0JBQXdCLENBQUM7Ozs7O0FBS3ZDLHlUQUFjLG9CQUFvQixDQUFDO0FBQ25DLGlXQUFjLGdCQUFnQixDQUFDO0FBQy9CLHFDQUFjLFFBQVEsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vUGFycm90c01vZHVsZS5tb2R1bGUnO1xuZXhwb3J0ICogZnJvbSAnLi9wYXJyb3RzLmJvb3RzdHJhcCc7XG5cbmV4cG9ydCAqIGZyb20gJy4vY29tcG9uZW50L2NvbXBvbmVudHMnO1xuLy8gZXhwb3J0ICogZnJvbSAnLi9kZWNvcmF0b3IvZGVjb3JhdG9ycyc7XG4vLyBleHBvcnQgKiBmcm9tICcuL2RpcmVjdGl2ZS9kaXJlY3RpdmVzJztcbi8vIGV4cG9ydCAqIGZyb20gJy4vcGlwZS9waXBlcyc7XG4vLyBleHBvcnQgKiBmcm9tICcuL3RoZW1lL3RoZW1lcyc7XG5leHBvcnQgKiBmcm9tICcuL3NlcnZpY2Uvc2VydmljZXMnO1xuZXhwb3J0ICogZnJvbSAnLi9zaGFyZS9zaGFyZXMnO1xuZXhwb3J0ICogZnJvbSAnLi90ZXN0JztcbiJdfQ==