@ferhaps/easy-ui-lib 19.2.2 → 20.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,9 +0,0 @@
1
- import { HttpErrorResponse } from "@angular/common/http";
2
- import * as i0 from "@angular/core";
3
- export declare class ErrorService {
4
- private errorSubject;
5
- error$: import("rxjs").Observable<HttpErrorResponse>;
6
- sendError(error: HttpErrorResponse): void;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<ErrorService, never>;
8
- static ɵprov: i0.ɵɵInjectableDeclaration<ErrorService>;
9
- }
@@ -1,9 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class LoaderService {
3
- private loadingSubject;
4
- loading$: import("rxjs").Observable<boolean>;
5
- setLoading(loadingState: boolean): void;
6
- isLoading(): boolean;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<LoaderService, never>;
8
- static ɵprov: i0.ɵɵInjectableDeclaration<LoaderService>;
9
- }
@@ -1,2 +0,0 @@
1
- export declare const fader: import("@angular/animations").AnimationTriggerMetadata;
2
- export declare const textFader: import("@angular/animations").AnimationTriggerMetadata;
@@ -1,2 +0,0 @@
1
- import { HttpErrorResponse } from "@angular/common/http";
2
- export type SystemError = HttpErrorResponse | string | undefined;
@@ -1,6 +0,0 @@
1
- export declare const HTTP_STATUS_CODES: Record<number | string, string>;
2
- export declare const JSON_HTTP_OPTIONS: Object;
3
- export declare const STRING_HTTP_OPTIONS: Object;
4
- export declare const BLOB_HTTP_OPTIONS: Object;
5
- export declare const SKIP_ERROR_OPTIONS: Object;
6
- export declare const JSON_OPTIONS_WITH_GLOBAL_LOADER: Object;
package/public-api.d.ts DELETED
@@ -1,16 +0,0 @@
1
- export * from './lib/pipes/blank-filler.pipe';
2
- export * from './lib/pipes/snake-case-parser.pipe';
3
- export * from './lib/directives/fields-match-validator.directive';
4
- export * from './lib/directives/phone-validation.directive';
5
- export * from './lib/directives/password-validator.directive';
6
- export * from './lib/components/default-dialog/default-dialog.component';
7
- export * from './lib/components/error-dispaly.component';
8
- export * from './lib/components/search-bar.component';
9
- export * from './lib/utils/types';
10
- export * from './lib/utils/animations';
11
- export * from './lib/components/table-sort-header/table-sort-header.component';
12
- export * from './lib/components/table/table.component';
13
- export * from './lib/components/global-loader/global-loader.component';
14
- export * from './lib/services/loader.service';
15
- export * from './lib/services/error.service';
16
- export * from './lib/components/error-handler/error-handler.component';