ng-ipa-library 7.0.2 → 8.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/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ng-ipa-library",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "8.0.0",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@angular/common": "<
|
|
6
|
-
"@angular/core": "<
|
|
7
|
-
"@angular/cdk": "<
|
|
5
|
+
"@angular/common": "<22.0.0",
|
|
6
|
+
"@angular/core": "<22.0.0",
|
|
7
|
+
"@angular/cdk": "<22.0.0"
|
|
8
8
|
},
|
|
9
9
|
"peerDependenciesMeta": {
|
|
10
10
|
"@angular/cdk": {
|
|
@@ -13,24 +13,24 @@
|
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"tslib": "^2.3.1",
|
|
16
|
-
"ngx-toastr": "^
|
|
16
|
+
"ngx-toastr": "^20.0.5",
|
|
17
17
|
"ngx-captcha": "^14.0.0",
|
|
18
18
|
"ngx-dropzone-wrapper": "^14.0.0",
|
|
19
19
|
"moment-hijri": "^3.0.0",
|
|
20
20
|
"@types/moment-hijri": "^2.1.4",
|
|
21
|
-
"@ng-bootstrap/ng-bootstrap": "^
|
|
22
|
-
"@ng-select/ng-select": "^20.7.0"
|
|
21
|
+
"@ng-bootstrap/ng-bootstrap": "^20.0.0"
|
|
23
22
|
},
|
|
24
23
|
"module": "fesm2022/ng-ipa-library.mjs",
|
|
25
|
-
"typings": "
|
|
24
|
+
"typings": "types/ng-ipa-library.d.ts",
|
|
26
25
|
"exports": {
|
|
27
26
|
"./package.json": {
|
|
28
27
|
"default": "./package.json"
|
|
29
28
|
},
|
|
30
29
|
".": {
|
|
31
|
-
"types": "./
|
|
30
|
+
"types": "./types/ng-ipa-library.d.ts",
|
|
32
31
|
"default": "./fesm2022/ng-ipa-library.mjs"
|
|
33
32
|
}
|
|
34
33
|
},
|
|
35
|
-
"sideEffects": false
|
|
34
|
+
"sideEffects": false,
|
|
35
|
+
"type": "module"
|
|
36
36
|
}
|
|
@@ -15,8 +15,6 @@ import { DropzoneDirective, DropzoneConfigInterface } from 'ngx-dropzone-wrapper
|
|
|
15
15
|
import * as ng_ipa_library from 'ng-ipa-library';
|
|
16
16
|
import * as i12 from '@angular/common';
|
|
17
17
|
import * as i16 from 'ngx-captcha';
|
|
18
|
-
import * as i19 from '@ng-select/ng-select';
|
|
19
|
-
export * from '@ng-select/ng-select';
|
|
20
18
|
import { HttpInterceptor, HttpRequest, HttpHandler, HttpEvent, HttpClient } from '@angular/common/http';
|
|
21
19
|
|
|
22
20
|
declare class IPAFormService {
|
|
@@ -404,7 +402,7 @@ declare class PipesModule {
|
|
|
404
402
|
|
|
405
403
|
declare class NgIPALibraryModule {
|
|
406
404
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgIPALibraryModule, never>;
|
|
407
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<NgIPALibraryModule, [typeof TextInputComponent, typeof TextareaInputComponent, typeof DropdownInputComponent, typeof LoaderComponent, typeof GenerateFormComponent, typeof FileUploadComponent, typeof DatepickerComponent, typeof HijriDatepickerComponent, typeof GregorianDatepickerComponent, typeof RecaptchaComponent, typeof ShareButtonComponent], [typeof i12.CommonModule, typeof i13.FormsModule, typeof i13.ReactiveFormsModule, typeof i14.ToastrModule, typeof i15.DropzoneModule, typeof i16.NgxCaptchaModule, typeof PipesModule, typeof i18.NgbDatepickerModule
|
|
405
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NgIPALibraryModule, [typeof TextInputComponent, typeof TextareaInputComponent, typeof DropdownInputComponent, typeof LoaderComponent, typeof GenerateFormComponent, typeof FileUploadComponent, typeof DatepickerComponent, typeof HijriDatepickerComponent, typeof GregorianDatepickerComponent, typeof RecaptchaComponent, typeof ShareButtonComponent], [typeof i12.CommonModule, typeof i13.FormsModule, typeof i13.ReactiveFormsModule, typeof i14.ToastrModule, typeof i15.DropzoneModule, typeof i16.NgxCaptchaModule, typeof PipesModule, typeof i18.NgbDatepickerModule], [typeof TextInputComponent, typeof TextareaInputComponent, typeof DropdownInputComponent, typeof LoaderComponent, typeof GenerateFormComponent, typeof FileUploadComponent, typeof PipesModule, typeof HijriDatepickerComponent, typeof GregorianDatepickerComponent, typeof RecaptchaComponent, typeof ShareButtonComponent]>;
|
|
408
406
|
static ɵinj: i0.ɵɵInjectorDeclaration<NgIPALibraryModule>;
|
|
409
407
|
}
|
|
410
408
|
|