ngx-dsxlibrary 1.21.4 → 1.21.6
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/README.md +11 -58
- package/fesm2022/ngx-dsxlibrary-src-lib-components.mjs +3 -2
- package/fesm2022/ngx-dsxlibrary-src-lib-components.mjs.map +1 -1
- package/fesm2022/ngx-dsxlibrary.mjs +62 -12
- package/fesm2022/ngx-dsxlibrary.mjs.map +1 -1
- package/ngx-dsxlibrary-1.21.6.tgz +0 -0
- package/package.json +1 -1
- package/types/ngx-dsxlibrary.d.ts +31 -9
- package/ngx-dsxlibrary-1.21.4.tgz +0 -0
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,14 +1,16 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as i4 from '@angular/forms';
|
|
2
2
|
import { AbstractControl, FormGroup, FormBuilder, ValidatorFn, ValidationErrors } from '@angular/forms';
|
|
3
3
|
import * as i0 from '@angular/core';
|
|
4
4
|
import { OnInit, ElementRef, InjectionToken, PipeTransform, Provider } from '@angular/core';
|
|
5
|
+
import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
|
|
6
|
+
import { Observable } from 'rxjs';
|
|
7
|
+
import { HttpClient, HttpInterceptorFn } from '@angular/common/http';
|
|
5
8
|
import { AnimationOptions } from 'ngx-lottie';
|
|
6
|
-
import
|
|
7
|
-
import * as i2 from '@angular/common';
|
|
9
|
+
import * as i3 from '@angular/common';
|
|
8
10
|
import * as i1 from 'primeng/accordion';
|
|
9
|
-
import * as i2
|
|
11
|
+
import * as i2 from 'primeng/autocomplete';
|
|
10
12
|
import * as i3$1 from 'primeng/autofocus';
|
|
11
|
-
import * as i4 from 'primeng/avatargroup';
|
|
13
|
+
import * as i4$1 from 'primeng/avatargroup';
|
|
12
14
|
import * as i5 from 'primeng/avatar';
|
|
13
15
|
import * as i6 from 'primeng/button';
|
|
14
16
|
import * as i7 from 'primeng/checkbox';
|
|
@@ -42,7 +44,6 @@ import * as i34 from 'primeng/tooltip';
|
|
|
42
44
|
import { SweetAlertTheme, SweetAlertIcon, SweetAlertResult } from 'sweetalert2';
|
|
43
45
|
import { JwtHelperService } from '@auth0/angular-jwt';
|
|
44
46
|
import { CookieService } from 'ngx-cookie-service';
|
|
45
|
-
import { Observable } from 'rxjs';
|
|
46
47
|
|
|
47
48
|
declare class AppMessageErrorComponent {
|
|
48
49
|
control: AbstractControl | null;
|
|
@@ -64,6 +65,27 @@ declare class KpicardComponent {
|
|
|
64
65
|
static ɵcmp: i0.ɵɵComponentDeclaration<KpicardComponent, "app-kpicard", never, { "option": { "alias": "option"; "required": true; "isSignal": true; }; "label": { "alias": "label"; "required": true; "isSignal": true; }; "iconType": { "alias": "iconType"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "valor": { "alias": "valor"; "required": false; "isSignal": true; }; "theme": { "alias": "theme"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
65
66
|
}
|
|
66
67
|
|
|
68
|
+
declare class IconDsxService {
|
|
69
|
+
private http;
|
|
70
|
+
private sanitizer;
|
|
71
|
+
private cache;
|
|
72
|
+
constructor(http: HttpClient, sanitizer: DomSanitizer);
|
|
73
|
+
/** Carga SVG desde assets/dsxResource/material-design-icons/outlined */
|
|
74
|
+
getIcon(name: string): Observable<SafeHtml>;
|
|
75
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IconDsxService, never>;
|
|
76
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<IconDsxService>;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
declare class IconDsxComponent {
|
|
80
|
+
private iconService;
|
|
81
|
+
name: string;
|
|
82
|
+
svg$: Observable<SafeHtml>;
|
|
83
|
+
constructor(iconService: IconDsxService);
|
|
84
|
+
ngOnInit(): void;
|
|
85
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IconDsxComponent, never>;
|
|
86
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IconDsxComponent, "icon-dsx", never, { "name": { "alias": "name"; "required": false; }; }, {}, never, never, true, never>;
|
|
87
|
+
}
|
|
88
|
+
|
|
67
89
|
declare class JsonValuesDebujComponent {
|
|
68
90
|
form: FormGroup;
|
|
69
91
|
private environment;
|
|
@@ -391,13 +413,13 @@ interface NITResponse {
|
|
|
391
413
|
|
|
392
414
|
declare class DsxAddToolsModule {
|
|
393
415
|
static ɵfac: i0.ɵɵFactoryDeclaration<DsxAddToolsModule, never>;
|
|
394
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DsxAddToolsModule, never, [typeof JsonValuesDebujComponent], [typeof
|
|
416
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DsxAddToolsModule, never, [typeof IconDsxComponent, typeof JsonValuesDebujComponent], [typeof i3.CommonModule, typeof i4.FormsModule, typeof JsonValuesDebujComponent, typeof i4.ReactiveFormsModule]>;
|
|
395
417
|
static ɵinj: i0.ɵɵInjectorDeclaration<DsxAddToolsModule>;
|
|
396
418
|
}
|
|
397
419
|
|
|
398
420
|
declare class PrimeNgModule {
|
|
399
421
|
static ɵfac: i0.ɵɵFactoryDeclaration<PrimeNgModule, never>;
|
|
400
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<PrimeNgModule, never, never, [typeof i1.AccordionModule, typeof i2
|
|
422
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PrimeNgModule, never, never, [typeof i1.AccordionModule, typeof i2.AutoCompleteModule, typeof i3$1.AutoFocusModule, typeof i4$1.AvatarGroupModule, typeof i5.AvatarModule, typeof i6.ButtonModule, typeof i7.CheckboxModule, typeof i8.DatePickerModule, typeof i9.DialogModule, typeof i10.DividerModule, typeof i11.FieldsetModule, typeof i12.FileUploadModule, typeof i13.FloatLabelModule, typeof i14.IconFieldModule, typeof i15.ImageModule, typeof i16.InputIconModule, typeof i17.InputMaskModule, typeof i18.InputNumberModule, typeof i19.InputTextModule, typeof i20.MenubarModule, typeof i21.MessageModule, typeof i22.MultiSelectModule, typeof i23.RadioButtonModule, typeof i24.RippleModule, typeof i25.SelectModule, typeof i26.SplitButtonModule, typeof i27.StepperModule, typeof i28.TableModule, typeof i29.TabsModule, typeof i30.TagModule, typeof i31.TextareaModule, typeof i32.ToastModule, typeof i33.ToggleButtonModule, typeof i34.TooltipModule]>;
|
|
401
423
|
static ɵinj: i0.ɵɵInjectorDeclaration<PrimeNgModule>;
|
|
402
424
|
}
|
|
403
425
|
|
|
@@ -1033,5 +1055,5 @@ declare function nitValidator(control: AbstractControl): ValidationErrors | null
|
|
|
1033
1055
|
*/
|
|
1034
1056
|
declare function cuiValidator(control: AbstractControl): ValidationErrors | null;
|
|
1035
1057
|
|
|
1036
|
-
export { AlertaService, AppMessageErrorComponent, AuthorizeService, CACHE_KEYS, CacheService, DsxAddToolsModule, ENVIRONMENT, EndpointService, INITIAL_PARAMETERS, JsonHighlightPipe, JsonValuesDebujComponent, KpicardComponent, LoadingComponent, LoadingLottieComponent, NavbarDsxComponent, OnlyRangoPatternDirective, ParameterValuesService, PrimeNgModule, SecurityService, SelectAllOnFocusDirective, TruncatePipe, UtilityAddService, atLeastOneFieldRequiredValidator, createInitialCache, createTypedCacheProvider, cuiValidator, dateMinMaxValidator, dateRangeValidator, httpAuthorizeInterceptor, nitValidator };
|
|
1058
|
+
export { AlertaService, AppMessageErrorComponent, AuthorizeService, CACHE_KEYS, CacheService, DsxAddToolsModule, ENVIRONMENT, EndpointService, INITIAL_PARAMETERS, IconDsxComponent, JsonHighlightPipe, JsonValuesDebujComponent, KpicardComponent, LoadingComponent, LoadingLottieComponent, NavbarDsxComponent, OnlyRangoPatternDirective, ParameterValuesService, PrimeNgModule, SecurityService, SelectAllOnFocusDirective, TruncatePipe, UtilityAddService, atLeastOneFieldRequiredValidator, createInitialCache, createTypedCacheProvider, cuiValidator, dateMinMaxValidator, dateRangeValidator, httpAuthorizeInterceptor, nitValidator };
|
|
1037
1059
|
export type { Certificacion, Column, Complemento, Complementos, DatosEmision, DatosGenerales, Direccion, DocumentoFelResponse, Dte, Emisor, EnvironmentConfig, ExportColumn, FechasConversion, FieldConfig, FilterOption, Frase, Frases, Impuesto, Impuestos, InferCacheKeyType, InferCacheOptions, Item, Items, MyParameterValues, NITResponse, NumeroAutorizacion, ParameterSecurity, ParameterValue, Receptor, ResponseHttpModel, Sat, SeguridadITParameter, T, TipoFechaConversion, TotalImpuesto, Totales, typeModel };
|
|
Binary file
|