ng-ipa-library 6.2.29 → 7.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.
- package/fesm2022/ng-ipa-library.mjs +125 -246
- package/fesm2022/ng-ipa-library.mjs.map +1 -1
- package/index.d.ts +568 -5
- package/package.json +8 -13
- package/src/lib/assets/ngIPAStyle.scss +0 -51
- package/lib/core/components/loading/loading.component.d.ts +0 -13
- package/lib/core/interceptors/error.interceptor.d.ts +0 -12
- package/lib/core/interceptors/loading.interceptor.d.ts +0 -14
- package/lib/core/interceptors/myIPAToken.interceptor.d.ts +0 -14
- package/lib/core/interceptors/token.interceptor.d.ts +0 -19
- package/lib/core/services/auth.service.d.ts +0 -18
- package/lib/core/services/error.service.d.ts +0 -19
- package/lib/core/services/loader.service.d.ts +0 -12
- package/lib/core/services/token.service.d.ts +0 -10
- package/lib/generate-form/generate-form.component.d.ts +0 -35
- package/lib/ipa-form/datepicker/datepicker.component.d.ts +0 -46
- package/lib/ipa-form/datepicker/gregorian-datepicker/gregorian-datepicker.component.d.ts +0 -7
- package/lib/ipa-form/datepicker/gregorian-datepicker/gregorian18n.d.ts +0 -10
- package/lib/ipa-form/datepicker/hijri-datepicker/IslamicI18n.d.ts +0 -10
- package/lib/ipa-form/datepicker/hijri-datepicker/hijri-datepicker.component.d.ts +0 -7
- package/lib/ipa-form/dropdown-input/dropdown-input.component.d.ts +0 -42
- package/lib/ipa-form/file-upload/file-upload.component.d.ts +0 -47
- package/lib/ipa-form/file-upload/models/files.d.ts +0 -4
- package/lib/ipa-form/ipa-form.service.d.ts +0 -52
- package/lib/ipa-form/recaptcha/recaptcha.component.d.ts +0 -22
- package/lib/ipa-form/text-input/text-input.component.d.ts +0 -36
- package/lib/ipa-form/textarea-input/textarea-input.component.d.ts +0 -33
- package/lib/models/apiException.d.ts +0 -5
- package/lib/models/apiResponse.d.ts +0 -5
- package/lib/models/breadcrumbs.model.d.ts +0 -4
- package/lib/models/decodedToken.model.d.ts +0 -6
- package/lib/models/exceptionUrl.model.d.ts +0 -4
- package/lib/models/generateForm.model.d.ts +0 -31
- package/lib/models/pagedResult.d.ts +0 -4
- package/lib/models/user.model.d.ts +0 -7
- package/lib/ng-ipa-library.module.d.ts +0 -25
- package/lib/pipes/hijri-date.pipe.d.ts +0 -7
- package/lib/pipes/pipes.module.d.ts +0 -7
- package/lib/services/breadcrumbs.service.d.ts +0 -18
- package/lib/services/breadcrumbsV2.service.d.ts +0 -19
- package/lib/services/common.service.d.ts +0 -11
- package/lib/share-button/share-button.component.d.ts +0 -19
- package/lib/share-button/share-button.module.d.ts +0 -13
- package/public-api.d.ts +0 -33
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./hijri-date.pipe";
|
|
3
|
-
export declare class PipesModule {
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PipesModule, never>;
|
|
5
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<PipesModule, [typeof i1.HijriDatePipe], never, [typeof i1.HijriDatePipe]>;
|
|
6
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<PipesModule>;
|
|
7
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { Breadcrumbs } from '../models/breadcrumbs.model';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class BreadcrumbsService {
|
|
4
|
-
constructor();
|
|
5
|
-
setPageTitle(text: string): void;
|
|
6
|
-
setMainPageTitle(text: string, url: string): void;
|
|
7
|
-
addBreadcrumb(nodeName: string, spanClasses?: string, linkClasses?: string): void;
|
|
8
|
-
addBreadcrumbList(nodeList: Breadcrumbs[], spanClasses?: string, linkClasses?: string): void;
|
|
9
|
-
createBreadcrumbs(nodeList: Breadcrumbs[], spanClasses?: string, linkClasses?: string): void;
|
|
10
|
-
removeLastBreadcrumb(): void;
|
|
11
|
-
removeBreadcrumbByNodeName(nodeName: string): void;
|
|
12
|
-
removeLastBreadcrumbsByLength(length: number): void;
|
|
13
|
-
private createLink;
|
|
14
|
-
private createSpan;
|
|
15
|
-
private setCurrentNode;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbsService, never>;
|
|
17
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<BreadcrumbsService>;
|
|
18
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { Breadcrumbs } from '../models/breadcrumbs.model';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class BreadcrumbsV2Service {
|
|
4
|
-
constructor();
|
|
5
|
-
setPageTitle(text: string): void;
|
|
6
|
-
setPageTitleHTML(text: string): void;
|
|
7
|
-
addBreadcrumb(nodeName: string, arrowImgSrc?: string, imgClasses?: string, linkClasses?: string): void;
|
|
8
|
-
addBreadcrumbList(nodeList: Breadcrumbs[], arrowImgSrc?: string, imgClasses?: string, linkClasses?: string): void;
|
|
9
|
-
createBreadcrumbs(nodeList: Breadcrumbs[], arrowImgSrc?: string, imgClasses?: string, linkClasses?: string): void;
|
|
10
|
-
removeLastBreadcrumb(): void;
|
|
11
|
-
removeBreadcrumbByNodeName(nodeName: string): void;
|
|
12
|
-
removeLastBreadcrumbsByLength(length: number): void;
|
|
13
|
-
private createLink;
|
|
14
|
-
private createSpan;
|
|
15
|
-
private createImg;
|
|
16
|
-
private setCurrentNode;
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbsV2Service, never>;
|
|
18
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<BreadcrumbsV2Service>;
|
|
19
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { ToastrService } from 'ngx-toastr';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class CommonService {
|
|
4
|
-
private toastrService;
|
|
5
|
-
constructor(toastrService: ToastrService);
|
|
6
|
-
copyToClipboard(copyText: any, message: string): void;
|
|
7
|
-
print(element: string, title: string, classes?: string): void;
|
|
8
|
-
private getElementTag;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CommonService, never>;
|
|
10
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<CommonService>;
|
|
11
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, OnChanges } from '@angular/core';
|
|
2
|
-
import { ToastrService } from 'ngx-toastr';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ShareButtonComponent implements OnChanges, AfterViewInit {
|
|
5
|
-
private toastrService;
|
|
6
|
-
title: string;
|
|
7
|
-
tooltip: string;
|
|
8
|
-
containerClasses: string;
|
|
9
|
-
description: string;
|
|
10
|
-
btnLabel: string;
|
|
11
|
-
isPlatformCodeDesignSystem: boolean;
|
|
12
|
-
constructor(toastrService: ToastrService);
|
|
13
|
-
ngOnChanges(): void;
|
|
14
|
-
ngAfterViewInit(): void;
|
|
15
|
-
alertSuccessCopy(): void;
|
|
16
|
-
private addShareStyleAndScript;
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ShareButtonComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ShareButtonComponent, "ipa-share-button", never, { "title": { "alias": "title"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "containerClasses": { "alias": "containerClasses"; "required": false; }; "description": { "alias": "description"; "required": false; }; "btnLabel": { "alias": "btnLabel"; "required": false; }; "isPlatformCodeDesignSystem": { "alias": "isPlatformCodeDesignSystem"; "required": false; }; }, {}, never, never, false, never>;
|
|
19
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { FaIconLibrary } from '@fortawesome/angular-fontawesome';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./share-button.component";
|
|
4
|
-
import * as i2 from "ngx-sharebuttons/icons";
|
|
5
|
-
import * as i3 from "ngx-sharebuttons/popup";
|
|
6
|
-
import * as i4 from "@angular/cdk/overlay";
|
|
7
|
-
import * as i5 from "@fortawesome/angular-fontawesome";
|
|
8
|
-
export declare class ShareButtonModule {
|
|
9
|
-
constructor(library: FaIconLibrary);
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ShareButtonModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ShareButtonModule, [typeof i1.ShareButtonComponent], [typeof i2.ShareIconsModule, typeof i3.ShareButtonsPopupModule, typeof i4.OverlayModule, typeof i5.FontAwesomeModule], [typeof i1.ShareButtonComponent, typeof i2.ShareIconsModule, typeof i3.ShareButtonsPopupModule, typeof i4.OverlayModule, typeof i5.FontAwesomeModule]>;
|
|
12
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ShareButtonModule>;
|
|
13
|
-
}
|
package/public-api.d.ts
DELETED
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
export * from './lib/ng-ipa-library.module';
|
|
2
|
-
export * from 'ngx-toastr';
|
|
3
|
-
export * from '@ng-select/ng-select';
|
|
4
|
-
export * from '@ng-bootstrap/ng-bootstrap';
|
|
5
|
-
export * from './lib/pipes/pipes.module';
|
|
6
|
-
export * from './lib/share-button/share-button.module';
|
|
7
|
-
export * from './lib/core/components/loading/loading.component';
|
|
8
|
-
export * from './lib/ipa-form/text-input/text-input.component';
|
|
9
|
-
export * from './lib/ipa-form/textarea-input/textarea-input.component';
|
|
10
|
-
export * from './lib/ipa-form/dropdown-input/dropdown-input.component';
|
|
11
|
-
export * from './lib/ipa-form/file-upload/file-upload.component';
|
|
12
|
-
export * from './lib/ipa-form/datepicker/hijri-datepicker/hijri-datepicker.component';
|
|
13
|
-
export * from './lib/ipa-form/datepicker/gregorian-datepicker/gregorian-datepicker.component';
|
|
14
|
-
export * from './lib/ipa-form/recaptcha/recaptcha.component';
|
|
15
|
-
export * from './lib/generate-form/generate-form.component';
|
|
16
|
-
export * from './lib/share-button/share-button.component';
|
|
17
|
-
export * from './lib/core/interceptors/loading.interceptor';
|
|
18
|
-
export * from './lib/core/interceptors/error.interceptor';
|
|
19
|
-
export * from './lib/core/interceptors/token.interceptor';
|
|
20
|
-
export * from './lib/core/interceptors/myIPAToken.interceptor';
|
|
21
|
-
export * from './lib/core/services/loader.service';
|
|
22
|
-
export * from './lib/core/services/error.service';
|
|
23
|
-
export * from './lib/core/services/token.service';
|
|
24
|
-
export * from './lib/core/services/auth.service';
|
|
25
|
-
export * from './lib/ipa-form/ipa-form.service';
|
|
26
|
-
export * from './lib/services/breadcrumbs.service';
|
|
27
|
-
export * from './lib/services/breadcrumbsV2.service';
|
|
28
|
-
export * from './lib/services/common.service';
|
|
29
|
-
export * from './lib/pipes/hijri-date.pipe';
|
|
30
|
-
export * from './lib/models/pagedResult';
|
|
31
|
-
export * from './lib/models/apiException';
|
|
32
|
-
export * from './lib/models/apiResponse';
|
|
33
|
-
export * from './lib/models/generateForm.model';
|