@ferhaps/easy-ui-lib 19.2.1 → 20.0.0

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,7 +0,0 @@
1
- import { PipeTransform } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class SnakeCaseParserPipe implements PipeTransform {
4
- transform(str: string | undefined): string;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<SnakeCaseParserPipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<SnakeCaseParserPipe, "snakeCaseParser", true>;
7
- }
@@ -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,8 +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
- static ɵfac: i0.ɵɵFactoryDeclaration<LoaderService, never>;
7
- static ɵprov: i0.ɵɵInjectableDeclaration<LoaderService>;
8
- }
@@ -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 +0,0 @@
1
- export declare const HTTP_STATUS_CODES: any;
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';