ngx-dsxlibrary 1.0.56 → 1.0.59
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/ngx-dsxlibrary-src-lib-components.mjs +6 -6
- package/fesm2022/ngx-dsxlibrary-src-lib-modules.mjs +4 -0
- package/fesm2022/ngx-dsxlibrary-src-lib-modules.mjs.map +1 -0
- package/fesm2022/ngx-dsxlibrary-src-lib-pipe.mjs +6 -6
- package/fesm2022/ngx-dsxlibrary.mjs +263 -69
- package/fesm2022/ngx-dsxlibrary.mjs.map +1 -1
- package/index.d.ts +53 -3
- package/ngx-dsxlibrary-1.0.59.tgz +0 -0
- package/package.json +12 -8
- package/src/lib/modules/index.d.ts +2 -0
- package/ngx-dsxlibrary-1.0.56.tgz +0 -0
package/index.d.ts
CHANGED
|
@@ -1,9 +1,42 @@
|
|
|
1
|
+
import * as i3 from '@angular/forms';
|
|
1
2
|
import { AbstractControl, FormGroup, FormBuilder, ValidatorFn, ValidationErrors } from '@angular/forms';
|
|
2
3
|
import * as i0 from '@angular/core';
|
|
3
|
-
import { OnInit, ElementRef, InjectionToken, PipeTransform } from '@angular/core';
|
|
4
|
+
import { OnInit, ElementRef, InjectionToken, PipeTransform, Provider } from '@angular/core';
|
|
4
5
|
import { SweetAlertIcon, SweetAlertResult } from 'sweetalert2';
|
|
5
6
|
import { Observable } from 'rxjs';
|
|
6
7
|
import { HttpInterceptorFn } from '@angular/common/http';
|
|
8
|
+
import * as i2 from '@angular/common';
|
|
9
|
+
import * as i1 from 'primeng/accordion';
|
|
10
|
+
import * as i2$1 from 'primeng/autocomplete';
|
|
11
|
+
import * as i3$1 from 'primeng/autofocus';
|
|
12
|
+
import * as i4 from 'primeng/avatargroup';
|
|
13
|
+
import * as i5 from 'primeng/avatar';
|
|
14
|
+
import * as i6 from 'primeng/button';
|
|
15
|
+
import * as i7 from 'primeng/checkbox';
|
|
16
|
+
import * as i8 from 'primeng/datepicker';
|
|
17
|
+
import * as i9 from 'primeng/fieldset';
|
|
18
|
+
import * as i10 from 'primeng/floatlabel';
|
|
19
|
+
import * as i11 from 'primeng/iconfield';
|
|
20
|
+
import * as i12 from 'primeng/image';
|
|
21
|
+
import * as i13 from 'primeng/inputicon';
|
|
22
|
+
import * as i14 from 'primeng/inputmask';
|
|
23
|
+
import * as i15 from 'primeng/inputnumber';
|
|
24
|
+
import * as i16 from 'primeng/inputtext';
|
|
25
|
+
import * as i17 from 'primeng/menubar';
|
|
26
|
+
import * as i18 from 'primeng/message';
|
|
27
|
+
import * as i19 from 'primeng/multiselect';
|
|
28
|
+
import * as i20 from 'primeng/radiobutton';
|
|
29
|
+
import * as i21 from 'primeng/ripple';
|
|
30
|
+
import * as i22 from 'primeng/select';
|
|
31
|
+
import * as i23 from 'primeng/splitbutton';
|
|
32
|
+
import * as i24 from 'primeng/stepper';
|
|
33
|
+
import * as i25 from 'primeng/table';
|
|
34
|
+
import * as i26 from 'primeng/tabs';
|
|
35
|
+
import * as i27 from 'primeng/tag';
|
|
36
|
+
import * as i28 from 'primeng/textarea';
|
|
37
|
+
import * as i29 from 'primeng/toast';
|
|
38
|
+
import * as i30 from 'primeng/togglebutton';
|
|
39
|
+
import * as i31 from 'primeng/tooltip';
|
|
7
40
|
import { JwtHelperService } from '@auth0/angular-jwt';
|
|
8
41
|
import { CookieService } from 'ngx-cookie-service';
|
|
9
42
|
|
|
@@ -358,6 +391,18 @@ type FieldConfig<T> = {
|
|
|
358
391
|
};
|
|
359
392
|
};
|
|
360
393
|
|
|
394
|
+
declare class DsxAddToolsModule {
|
|
395
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DsxAddToolsModule, never>;
|
|
396
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DsxAddToolsModule, never, [typeof JsonValuesDebujComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof JsonValuesDebujComponent, typeof i3.ReactiveFormsModule]>;
|
|
397
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<DsxAddToolsModule>;
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
declare class PrimeNgModule {
|
|
401
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PrimeNgModule, never>;
|
|
402
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PrimeNgModule, never, never, [typeof i1.AccordionModule, typeof i2$1.AutoCompleteModule, typeof i3$1.AutoFocusModule, typeof i4.AvatarGroupModule, typeof i5.AvatarModule, typeof i6.ButtonModule, typeof i7.CheckboxModule, typeof i8.DatePickerModule, typeof i9.FieldsetModule, typeof i10.FloatLabelModule, typeof i11.IconFieldModule, typeof i12.ImageModule, typeof i13.InputIconModule, typeof i14.InputMaskModule, typeof i15.InputNumberModule, typeof i16.InputTextModule, typeof i17.MenubarModule, typeof i18.MessageModule, typeof i19.MultiSelectModule, typeof i20.RadioButtonModule, typeof i21.RippleModule, typeof i22.SelectModule, typeof i23.SplitButtonModule, typeof i24.StepperModule, typeof i25.TableModule, typeof i26.TabsModule, typeof i27.TagModule, typeof i28.TextareaModule, typeof i29.ToastModule, typeof i30.ToggleButtonModule, typeof i31.TooltipModule]>;
|
|
403
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<PrimeNgModule>;
|
|
404
|
+
}
|
|
405
|
+
|
|
361
406
|
declare class JsonHighlightPipe implements PipeTransform {
|
|
362
407
|
transform(value: any): string;
|
|
363
408
|
static ɵfac: i0.ɵɵFactoryDeclaration<JsonHighlightPipe, never>;
|
|
@@ -397,7 +442,7 @@ declare class AuthorizeService {
|
|
|
397
442
|
static ɵprov: i0.ɵɵInjectableDeclaration<AuthorizeService>;
|
|
398
443
|
}
|
|
399
444
|
|
|
400
|
-
declare class CacheService<T extends Record<string, string>> {
|
|
445
|
+
declare class CacheService<T extends Record<string, string> = Record<string, string>> {
|
|
401
446
|
/**
|
|
402
447
|
* Mapa de claves simbólicas a claves reales de caché.
|
|
403
448
|
* Se inyecta desde el proyecto consumidor mediante `CACHE_KEYS`.
|
|
@@ -436,6 +481,11 @@ declare class CacheService<T extends Record<string, string>> {
|
|
|
436
481
|
static ɵprov: i0.ɵɵInjectableDeclaration<CacheService<any>>;
|
|
437
482
|
}
|
|
438
483
|
|
|
484
|
+
declare function createTypedCacheProvider<T extends Record<string, string>>(tokenName: string): {
|
|
485
|
+
token: InjectionToken<CacheService<T>>;
|
|
486
|
+
provider: Provider;
|
|
487
|
+
};
|
|
488
|
+
|
|
439
489
|
declare class EndpointService<T> {
|
|
440
490
|
private http;
|
|
441
491
|
private environment;
|
|
@@ -644,5 +694,5 @@ declare function nitValidator(control: AbstractControl): ValidationErrors | null
|
|
|
644
694
|
*/
|
|
645
695
|
declare function cuiValidator(control: AbstractControl): ValidationErrors | null;
|
|
646
696
|
|
|
647
|
-
export { AlertaService, AppMessageErrorComponent, AuthorizeService, CACHE_KEYS, CacheService, ENVIRONMENT, EndpointService, INITIAL_PARAMETERS, JsonHighlightPipe, JsonValuesDebujComponent, KpicardComponent, LoadingComponent, NavbarDsxComponent, OnlyRangoPatternDirective, ParameterValuesService, SecurityService, SelectAllOnFocusDirective, TruncatePipe, UtilityAddService, atLeastOneFieldRequiredValidator, createInitialCache, cuiValidator, dateMinMaxValidator, dateRangeValidator, httpAuthorizeInterceptor, nitValidator };
|
|
697
|
+
export { AlertaService, AppMessageErrorComponent, AuthorizeService, CACHE_KEYS, CacheService, DsxAddToolsModule, ENVIRONMENT, EndpointService, INITIAL_PARAMETERS, JsonHighlightPipe, JsonValuesDebujComponent, KpicardComponent, LoadingComponent, NavbarDsxComponent, OnlyRangoPatternDirective, ParameterValuesService, PrimeNgModule, SecurityService, SelectAllOnFocusDirective, TruncatePipe, UtilityAddService, atLeastOneFieldRequiredValidator, createInitialCache, createTypedCacheProvider, cuiValidator, dateMinMaxValidator, dateRangeValidator, httpAuthorizeInterceptor, nitValidator };
|
|
648
698
|
export type { Column, EnvironmentConfig, ExportColumn, FechasConversion, FieldConfig, FilterOption, InferCacheKeyType, InferCacheOptions, MyParameterValues, ParameterSecurity, ParameterValue, ResponseHttpModel, SeguridadITParameter, T, TipoFechaConversion, typeModel };
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ngx-dsxlibrary",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.59",
|
|
4
4
|
"description": "Libreria para control de código automatizado.",
|
|
5
5
|
"author": "DevSoftXela",
|
|
6
6
|
"dependencies": {
|
|
@@ -25,14 +25,14 @@
|
|
|
25
25
|
"types": "./src/lib/directives/index.d.ts",
|
|
26
26
|
"default": "./fesm2022/ngx-dsxlibrary-src-lib-directives.mjs"
|
|
27
27
|
},
|
|
28
|
-
"./src/lib/injections": {
|
|
29
|
-
"types": "./src/lib/injections/index.d.ts",
|
|
30
|
-
"default": "./fesm2022/ngx-dsxlibrary-src-lib-injections.mjs"
|
|
31
|
-
},
|
|
32
28
|
"./src/lib/interceptors": {
|
|
33
29
|
"types": "./src/lib/interceptors/index.d.ts",
|
|
34
30
|
"default": "./fesm2022/ngx-dsxlibrary-src-lib-interceptors.mjs"
|
|
35
31
|
},
|
|
32
|
+
"./src/lib/injections": {
|
|
33
|
+
"types": "./src/lib/injections/index.d.ts",
|
|
34
|
+
"default": "./fesm2022/ngx-dsxlibrary-src-lib-injections.mjs"
|
|
35
|
+
},
|
|
36
36
|
"./src/lib/models": {
|
|
37
37
|
"types": "./src/lib/models/index.d.ts",
|
|
38
38
|
"default": "./fesm2022/ngx-dsxlibrary-src-lib-models.mjs"
|
|
@@ -41,13 +41,17 @@
|
|
|
41
41
|
"types": "./src/lib/pipe/index.d.ts",
|
|
42
42
|
"default": "./fesm2022/ngx-dsxlibrary-src-lib-pipe.mjs"
|
|
43
43
|
},
|
|
44
|
-
"./src/lib/
|
|
45
|
-
"types": "./src/lib/
|
|
46
|
-
"default": "./fesm2022/ngx-dsxlibrary-src-lib-
|
|
44
|
+
"./src/lib/modules": {
|
|
45
|
+
"types": "./src/lib/modules/index.d.ts",
|
|
46
|
+
"default": "./fesm2022/ngx-dsxlibrary-src-lib-modules.mjs"
|
|
47
47
|
},
|
|
48
48
|
"./src/lib/validations": {
|
|
49
49
|
"types": "./src/lib/validations/index.d.ts",
|
|
50
50
|
"default": "./fesm2022/ngx-dsxlibrary-src-lib-validations.mjs"
|
|
51
|
+
},
|
|
52
|
+
"./src/lib/services": {
|
|
53
|
+
"types": "./src/lib/services/index.d.ts",
|
|
54
|
+
"default": "./fesm2022/ngx-dsxlibrary-src-lib-services.mjs"
|
|
51
55
|
}
|
|
52
56
|
}
|
|
53
57
|
}
|
|
Binary file
|