ng-components-tsi 0.0.2 → 0.0.4
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-components-tsi.mjs +417 -1
- package/fesm2022/ng-components-tsi.mjs.map +1 -1
- package/lib/modals/general/md-generico/md-generico.component.d.ts +22 -0
- package/lib/models/button-properties.model.d.ts +7 -0
- package/lib/models/comercial/detalle-documento-cab.model.d.ts +91 -0
- package/lib/models/dropdownoption.model.d.ts +16 -0
- package/lib/models/general/recursos.model.d.ts +270 -0
- package/lib/models/general/utils.interface.d.ts +57 -0
- package/lib/ui/forms/inputs/input/input.component.d.ts +2 -2
- package/ng-components-tsi-0.0.4.tgz +0 -0
- package/package.json +1 -1
- package/public-api.d.ts +11 -0
- package/ng-components-tsi-0.0.2.tgz +0 -0
|
@@ -3114,6 +3114,40 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImpo
|
|
|
3114
3114
|
args: [{ selector: 'app-nav-tabs', imports: [NgbNavModule, CommonModule], template: "<ul ngbNav #nav=\"ngbNav\" [(activeId)]=\"active\" class=\"nav nav-tabs\" [destroyOnHide]=\"isDestroy()\">\r\n @for (tab of tabItems(); track $index) {\r\n <li [ngbNavItem]=\"tab.id()\">\r\n <button ngbNavLink>{{ tab.title() }}</button>\r\n <ng-template ngbNavContent>\r\n <ng-container *ngTemplateOutlet=\"tab.content()\"></ng-container>\r\n </ng-template>\r\n </li>\r\n }\r\n \r\n</ul>\r\n<div [ngbNavOutlet]=\"nav\" class=\"mt-2\"></div>", styles: [".nav-link{font-size:12px!important;font-weight:600!important}.nav-tabs .nav-item{font-weight:700}.nav-tabs .nav-item .nav-link{color:#909090!important;border-top-left-radius:10px;border-top-right-radius:10px}.nav-tabs .nav-item .nav-link:before{content:attr(data-label)}.nav-tabs .nav-item .nav-link:hover{background-color:#dedede48!important}.nav-tabs .nav-item .nav-link.active{color:#1c1c1c!important}.tab-content-wrapper{border:1px solid #6e7379;border-top:none;border-radius:0 0 10px 10px;padding:1.5rem;margin-top:0!important}@media (max-width: 768px){.nav-tabs{display:flex;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#888 #e0e0e0}.nav-tabs .nav-item{flex:0 0 auto;position:relative}.nav-tabs .nav-item .nav-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px 10px 0 0;font-size:0!important;color:#2c2c2c;padding:0!important;transition:all .3s ease;position:relative;overflow:hidden;z-index:1}.nav-tabs .nav-item .nav-link:before{content:\"\";width:10px;height:10px;background-color:#636363;border-radius:50%;display:block;transition:opacity .3s ease}.nav-tabs .nav-item .nav-link.active{width:auto;padding:.5rem 1rem!important;font-size:12px!important;z-index:2}.nav-tabs .nav-item .nav-link.active:before{width:auto;height:auto;background:none;border-radius:0;font-size:12px;color:#fff}.nav-tabs .nav-item .nav-link:focus{outline:none}}\n"] }]
|
|
3115
3115
|
}] });
|
|
3116
3116
|
|
|
3117
|
+
class MdGenericoComponent {
|
|
3118
|
+
// private estadoInputsService = inject(EstadoInputsService)
|
|
3119
|
+
modalService = inject(NgbActiveModal);
|
|
3120
|
+
title = input('');
|
|
3121
|
+
continuar = output();
|
|
3122
|
+
continuar2 = output();
|
|
3123
|
+
scrollable = input(true);
|
|
3124
|
+
type = input('1');
|
|
3125
|
+
content = contentChild(TemplateRef);
|
|
3126
|
+
showAlerta = input(false);
|
|
3127
|
+
textAlerta = input('La consulta muestra los 100 primeros registros.');
|
|
3128
|
+
sizeTitle = input('8');
|
|
3129
|
+
showFiltro = input(false);
|
|
3130
|
+
rowFiltro = input(false);
|
|
3131
|
+
dataFiltro = input(false);
|
|
3132
|
+
emitirFiltro = output();
|
|
3133
|
+
toggleFiltro() {
|
|
3134
|
+
this.emitirFiltro.emit();
|
|
3135
|
+
}
|
|
3136
|
+
// ngOnDestroy() {
|
|
3137
|
+
// this.estadoInputsService.reset('M')
|
|
3138
|
+
// }
|
|
3139
|
+
cerrarModal() {
|
|
3140
|
+
// this.estadoInputsService.reset('M')
|
|
3141
|
+
this.modalService.dismiss();
|
|
3142
|
+
}
|
|
3143
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: MdGenericoComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3144
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.15", type: MdGenericoComponent, isStandalone: true, selector: "app-md-generico", inputs: { title: { classPropertyName: "title", publicName: "title", isSignal: true, isRequired: false, transformFunction: null }, scrollable: { classPropertyName: "scrollable", publicName: "scrollable", isSignal: true, isRequired: false, transformFunction: null }, type: { classPropertyName: "type", publicName: "type", isSignal: true, isRequired: false, transformFunction: null }, showAlerta: { classPropertyName: "showAlerta", publicName: "showAlerta", isSignal: true, isRequired: false, transformFunction: null }, textAlerta: { classPropertyName: "textAlerta", publicName: "textAlerta", isSignal: true, isRequired: false, transformFunction: null }, sizeTitle: { classPropertyName: "sizeTitle", publicName: "sizeTitle", isSignal: true, isRequired: false, transformFunction: null }, showFiltro: { classPropertyName: "showFiltro", publicName: "showFiltro", isSignal: true, isRequired: false, transformFunction: null }, rowFiltro: { classPropertyName: "rowFiltro", publicName: "rowFiltro", isSignal: true, isRequired: false, transformFunction: null }, dataFiltro: { classPropertyName: "dataFiltro", publicName: "dataFiltro", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { continuar: "continuar", continuar2: "continuar2", emitirFiltro: "emitirFiltro" }, queries: [{ propertyName: "content", first: true, predicate: TemplateRef, descendants: true, isSignal: true }], ngImport: i0, template: "<div class=\"modal-header py-2\">\r\n <div class=\"w-100\">\r\n <app-header [isModal]=\"true\" (cerrarModal)=\"cerrarModal()\" [tamanio]=\"sizeTitle()\" [showAlerta]=\"showAlerta()\"\r\n [textAlerta]=\"textAlerta()\" [titulo]=\"title()\" [showFiltro]=\"showFiltro()\" [hasData]=\"dataFiltro()\"\r\n [row]=\"rowFiltro()\" [filtroInicialAbierto]=\"false\" (filtro)=\"toggleFiltro()\" />\r\n </div>\r\n</div>\r\n\r\n<div class=\"modal-body\" [ngClass]=\"{ 'max-height': scrollable() }\">\r\n <ng-container *ngTemplateOutlet=\"content();\"></ng-container>\r\n</div>\r\n\r\n@if( type() != 'APROB'){\r\n<div class=\"modal-footer\">\r\n @if (type() == '1') {\r\n <app-button icon=\"adelante\" texto=\"Continuar\" color=\"verde\" (accion)=\"continuar.emit()\" />\r\n }\r\n @if (type() == '2') {\r\n <app-button icon=\"guardar\" texto=\"Guardar\" color=\"azul\" (accion)=\"continuar.emit()\" />\r\n }\r\n @if (type() == '3') {\r\n <app-button icon=\"imprimir\" texto=\"Imprimir\" color=\"gris\" (accion)=\"continuar.emit()\" />\r\n }\r\n @if( type() == '4'){\r\n <app-button icon=\"agregar\" texto=\"Adicionar\" color=\"verde\" (accion)=\"continuar.emit()\" />\r\n }\r\n @if( type() == '6'){\r\n <app-button icon=\"check\" texto=\"Actualizar\" color=\"azul\" (accion)=\"continuar.emit()\" />\r\n }\r\n @if( type() != '5'){\r\n <app-button icon=\"cancelar\" texto=\"Cancelar\" color=\"amarillo\" (accion)=\"cerrarModal()\" />\r\n }\r\n</div>\r\n}\r\n\r\n@if( type() == 'APROB'){\r\n<div class=\"modal-footer d-flex justify-content-center\">\r\n <app-button icon=\"aprobar\" texto=\"Aprobar\" color=\"verde\" (accion)=\"continuar.emit()\" />\r\n <app-button icon=\"desaprobar\" texto=\"Desaprobar\" color=\"rojo\" (accion)=\"continuar2.emit()\" />\r\n</div>\r\n}", styles: [".max-height{max-height:calc(100dvh - 210px);overflow-y:auto}\n"], dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: HeaderComponent, selector: "app-header", inputs: ["titulo", "row", "tamanio", "filtroInicialAbierto", "showFiltro", "hasData", "isModal", "showAlerta", "textAlerta"], outputs: ["filtro", "cerrarModal"] }, { kind: "component", type: ButtonComponent, selector: "app-button", inputs: ["color", "outline", "icon", "tooltip", "texto", "isHtml", "closeButton", "sunatButton", "inputButton", "buttonDeshabilitado", "atajo", "dropdownButton", "extraClass", "disabled", "uploadButton", "accept", "isRounded", "isNotStyle"], outputs: ["accion", "fileSelected"] }] });
|
|
3145
|
+
}
|
|
3146
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: MdGenericoComponent, decorators: [{
|
|
3147
|
+
type: Component,
|
|
3148
|
+
args: [{ selector: 'app-md-generico', imports: [NgClass, NgTemplateOutlet, HeaderComponent, ButtonComponent], template: "<div class=\"modal-header py-2\">\r\n <div class=\"w-100\">\r\n <app-header [isModal]=\"true\" (cerrarModal)=\"cerrarModal()\" [tamanio]=\"sizeTitle()\" [showAlerta]=\"showAlerta()\"\r\n [textAlerta]=\"textAlerta()\" [titulo]=\"title()\" [showFiltro]=\"showFiltro()\" [hasData]=\"dataFiltro()\"\r\n [row]=\"rowFiltro()\" [filtroInicialAbierto]=\"false\" (filtro)=\"toggleFiltro()\" />\r\n </div>\r\n</div>\r\n\r\n<div class=\"modal-body\" [ngClass]=\"{ 'max-height': scrollable() }\">\r\n <ng-container *ngTemplateOutlet=\"content();\"></ng-container>\r\n</div>\r\n\r\n@if( type() != 'APROB'){\r\n<div class=\"modal-footer\">\r\n @if (type() == '1') {\r\n <app-button icon=\"adelante\" texto=\"Continuar\" color=\"verde\" (accion)=\"continuar.emit()\" />\r\n }\r\n @if (type() == '2') {\r\n <app-button icon=\"guardar\" texto=\"Guardar\" color=\"azul\" (accion)=\"continuar.emit()\" />\r\n }\r\n @if (type() == '3') {\r\n <app-button icon=\"imprimir\" texto=\"Imprimir\" color=\"gris\" (accion)=\"continuar.emit()\" />\r\n }\r\n @if( type() == '4'){\r\n <app-button icon=\"agregar\" texto=\"Adicionar\" color=\"verde\" (accion)=\"continuar.emit()\" />\r\n }\r\n @if( type() == '6'){\r\n <app-button icon=\"check\" texto=\"Actualizar\" color=\"azul\" (accion)=\"continuar.emit()\" />\r\n }\r\n @if( type() != '5'){\r\n <app-button icon=\"cancelar\" texto=\"Cancelar\" color=\"amarillo\" (accion)=\"cerrarModal()\" />\r\n }\r\n</div>\r\n}\r\n\r\n@if( type() == 'APROB'){\r\n<div class=\"modal-footer d-flex justify-content-center\">\r\n <app-button icon=\"aprobar\" texto=\"Aprobar\" color=\"verde\" (accion)=\"continuar.emit()\" />\r\n <app-button icon=\"desaprobar\" texto=\"Desaprobar\" color=\"rojo\" (accion)=\"continuar2.emit()\" />\r\n</div>\r\n}", styles: [".max-height{max-height:calc(100dvh - 210px);overflow-y:auto}\n"] }]
|
|
3149
|
+
}] });
|
|
3150
|
+
|
|
3117
3151
|
class AlertService {
|
|
3118
3152
|
constructor() { }
|
|
3119
3153
|
showErrorAlert(msg) {
|
|
@@ -3406,10 +3440,12 @@ class FormateadorService {
|
|
|
3406
3440
|
if (item.hasOwnProperty(field)) {
|
|
3407
3441
|
if (col.tipo === 'decimal' || col.tipo === 'number') {
|
|
3408
3442
|
const valor = item[field] ?? 0;
|
|
3443
|
+
col.tipo == 'decimal';
|
|
3409
3444
|
formatted[field] = this.decimalPipe.transform(valor, `1.${col.decimales ?? 2}-${col.decimales ?? 2}`);
|
|
3410
3445
|
}
|
|
3411
3446
|
else if (col.tipo === 'fecha' || col.tipo === 'date') {
|
|
3412
3447
|
const valor = item[field];
|
|
3448
|
+
col.tipo == 'fecha';
|
|
3413
3449
|
formatted[field] = valor ? this.datePipe.transform(valor, 'dd/MM/yyyy') : '';
|
|
3414
3450
|
}
|
|
3415
3451
|
}
|
|
@@ -3427,6 +3463,386 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImpo
|
|
|
3427
3463
|
}]
|
|
3428
3464
|
}] });
|
|
3429
3465
|
|
|
3466
|
+
class ButtonProperties {
|
|
3467
|
+
icon;
|
|
3468
|
+
color;
|
|
3469
|
+
colorOutline;
|
|
3470
|
+
texto;
|
|
3471
|
+
}
|
|
3472
|
+
|
|
3473
|
+
class DropdownOption {
|
|
3474
|
+
icon;
|
|
3475
|
+
text;
|
|
3476
|
+
condition;
|
|
3477
|
+
property;
|
|
3478
|
+
propertyDes;
|
|
3479
|
+
factor;
|
|
3480
|
+
factorDes;
|
|
3481
|
+
action;
|
|
3482
|
+
submenu;
|
|
3483
|
+
upload;
|
|
3484
|
+
accept;
|
|
3485
|
+
fileAction;
|
|
3486
|
+
}
|
|
3487
|
+
|
|
3488
|
+
class TableData {
|
|
3489
|
+
caption;
|
|
3490
|
+
idcolumn;
|
|
3491
|
+
order;
|
|
3492
|
+
visible;
|
|
3493
|
+
width;
|
|
3494
|
+
position;
|
|
3495
|
+
tipo;
|
|
3496
|
+
fieldname;
|
|
3497
|
+
event;
|
|
3498
|
+
decimales;
|
|
3499
|
+
tipoCaption;
|
|
3500
|
+
condition;
|
|
3501
|
+
totalizable;
|
|
3502
|
+
swmobile;
|
|
3503
|
+
}
|
|
3504
|
+
|
|
3505
|
+
class DetalleDocumentosCab {
|
|
3506
|
+
codbar;
|
|
3507
|
+
cantid;
|
|
3508
|
+
codadd01;
|
|
3509
|
+
codadd02;
|
|
3510
|
+
codalm;
|
|
3511
|
+
codart;
|
|
3512
|
+
desart;
|
|
3513
|
+
descodadd01;
|
|
3514
|
+
descodadd02;
|
|
3515
|
+
etiqueta;
|
|
3516
|
+
observ;
|
|
3517
|
+
pordes1;
|
|
3518
|
+
pordes2;
|
|
3519
|
+
pordes3;
|
|
3520
|
+
pordes4;
|
|
3521
|
+
positi;
|
|
3522
|
+
preuni;
|
|
3523
|
+
tipinv;
|
|
3524
|
+
undmed;
|
|
3525
|
+
codund;
|
|
3526
|
+
materiales;
|
|
3527
|
+
ancho;
|
|
3528
|
+
stock;
|
|
3529
|
+
largo;
|
|
3530
|
+
piezas;
|
|
3531
|
+
costo;
|
|
3532
|
+
tipcam;
|
|
3533
|
+
pesocalc;
|
|
3534
|
+
tipafec;
|
|
3535
|
+
destipafec;
|
|
3536
|
+
tara;
|
|
3537
|
+
glossext;
|
|
3538
|
+
consto;
|
|
3539
|
+
total;
|
|
3540
|
+
lote;
|
|
3541
|
+
fvenci;
|
|
3542
|
+
modpre;
|
|
3543
|
+
acabado;
|
|
3544
|
+
nrocarrete;
|
|
3545
|
+
motor;
|
|
3546
|
+
chasis;
|
|
3547
|
+
dtipafec;
|
|
3548
|
+
combina;
|
|
3549
|
+
empalme;
|
|
3550
|
+
proart;
|
|
3551
|
+
glosa;
|
|
3552
|
+
refnumint;
|
|
3553
|
+
refnumite;
|
|
3554
|
+
opcargo;
|
|
3555
|
+
mondescue;
|
|
3556
|
+
//auxiliar
|
|
3557
|
+
disabledEtiqueta;
|
|
3558
|
+
disabledlargo;
|
|
3559
|
+
disabledpiezas;
|
|
3560
|
+
disabledcantid;
|
|
3561
|
+
disabledAll; // ESTO PARA VALIDAR CASOS EN DONDE SE BLOQUEAR TODO (EJEMPLO : ANTICIPOS)
|
|
3562
|
+
// PARA HEREDAR DE DOC PADRE INIT
|
|
3563
|
+
femisi;
|
|
3564
|
+
numint;
|
|
3565
|
+
numite;
|
|
3566
|
+
serie;
|
|
3567
|
+
numero;
|
|
3568
|
+
}
|
|
3569
|
+
class MaterialesCotizacion {
|
|
3570
|
+
positi;
|
|
3571
|
+
tipinv;
|
|
3572
|
+
codart;
|
|
3573
|
+
desart;
|
|
3574
|
+
codalm;
|
|
3575
|
+
undmed;
|
|
3576
|
+
codadd01;
|
|
3577
|
+
codadd02;
|
|
3578
|
+
cantid;
|
|
3579
|
+
preuni;
|
|
3580
|
+
pordes1;
|
|
3581
|
+
pordes2;
|
|
3582
|
+
pordes3;
|
|
3583
|
+
pordes4;
|
|
3584
|
+
observ;
|
|
3585
|
+
etiqueta;
|
|
3586
|
+
descodadd01;
|
|
3587
|
+
descodadd02;
|
|
3588
|
+
stock;
|
|
3589
|
+
modpre;
|
|
3590
|
+
codprv;
|
|
3591
|
+
stockref;
|
|
3592
|
+
coduni;
|
|
3593
|
+
largo;
|
|
3594
|
+
piezas;
|
|
3595
|
+
consto;
|
|
3596
|
+
glossext;
|
|
3597
|
+
}
|
|
3598
|
+
|
|
3599
|
+
class Recursos {
|
|
3600
|
+
almacenes;
|
|
3601
|
+
areas;
|
|
3602
|
+
documentoTipos;
|
|
3603
|
+
monedas;
|
|
3604
|
+
motivos;
|
|
3605
|
+
series;
|
|
3606
|
+
transportistas;
|
|
3607
|
+
usos;
|
|
3608
|
+
vehiculos;
|
|
3609
|
+
vendedores;
|
|
3610
|
+
}
|
|
3611
|
+
class Series {
|
|
3612
|
+
id_cia;
|
|
3613
|
+
codigo;
|
|
3614
|
+
series;
|
|
3615
|
+
tipinv;
|
|
3616
|
+
codalm;
|
|
3617
|
+
codsuc;
|
|
3618
|
+
libro;
|
|
3619
|
+
cuenta;
|
|
3620
|
+
docid;
|
|
3621
|
+
docdef;
|
|
3622
|
+
descri;
|
|
3623
|
+
correl;
|
|
3624
|
+
nomser;
|
|
3625
|
+
swcorr;
|
|
3626
|
+
usuari;
|
|
3627
|
+
fcreac;
|
|
3628
|
+
factua;
|
|
3629
|
+
activo;
|
|
3630
|
+
lpt;
|
|
3631
|
+
compago;
|
|
3632
|
+
kardex;
|
|
3633
|
+
canitem;
|
|
3634
|
+
filart;
|
|
3635
|
+
visachkcred;
|
|
3636
|
+
despoblapro;
|
|
3637
|
+
actcorr;
|
|
3638
|
+
docelec;
|
|
3639
|
+
tipimp;
|
|
3640
|
+
sucursal;
|
|
3641
|
+
glosa;
|
|
3642
|
+
clases;
|
|
3643
|
+
serieDefaultComercial;
|
|
3644
|
+
serieDefaultVenta;
|
|
3645
|
+
}
|
|
3646
|
+
class Motivos {
|
|
3647
|
+
id_cia;
|
|
3648
|
+
tipdoc;
|
|
3649
|
+
tipdocDesc;
|
|
3650
|
+
id;
|
|
3651
|
+
codmot;
|
|
3652
|
+
desmot;
|
|
3653
|
+
abrevi;
|
|
3654
|
+
costea;
|
|
3655
|
+
cospro;
|
|
3656
|
+
gening;
|
|
3657
|
+
gensal;
|
|
3658
|
+
reqpre;
|
|
3659
|
+
fcreac;
|
|
3660
|
+
factua;
|
|
3661
|
+
usuari;
|
|
3662
|
+
activo;
|
|
3663
|
+
swacti;
|
|
3664
|
+
tipcli;
|
|
3665
|
+
docayuda;
|
|
3666
|
+
filtrodocu;
|
|
3667
|
+
observ;
|
|
3668
|
+
ucreac;
|
|
3669
|
+
uactua;
|
|
3670
|
+
clase01Moneda;
|
|
3671
|
+
clase10incigv;
|
|
3672
|
+
clase21NoAfectoIGV;
|
|
3673
|
+
clase25Anticipo;
|
|
3674
|
+
clase06AlmDestino;
|
|
3675
|
+
clase18DocPadreOrdenPedido;
|
|
3676
|
+
clase44TransGratuita;
|
|
3677
|
+
clase52TipoTraslado;
|
|
3678
|
+
clase26AplicaAnticipoRel;
|
|
3679
|
+
clase53GeneraPercepcion;
|
|
3680
|
+
clase61PermiteAdicionarDetalle;
|
|
3681
|
+
clase62RecargaConsumo;
|
|
3682
|
+
clases;
|
|
3683
|
+
}
|
|
3684
|
+
class Monedas {
|
|
3685
|
+
id_cia;
|
|
3686
|
+
codmon;
|
|
3687
|
+
desmon;
|
|
3688
|
+
abrevi;
|
|
3689
|
+
simbolo;
|
|
3690
|
+
nacional;
|
|
3691
|
+
cdifdeb;
|
|
3692
|
+
cdifhab;
|
|
3693
|
+
codsunat;
|
|
3694
|
+
fcreac;
|
|
3695
|
+
factua;
|
|
3696
|
+
usuari;
|
|
3697
|
+
activo;
|
|
3698
|
+
tcdesde;
|
|
3699
|
+
tchasta;
|
|
3700
|
+
}
|
|
3701
|
+
class Vendedor {
|
|
3702
|
+
id_cia;
|
|
3703
|
+
codven;
|
|
3704
|
+
descven;
|
|
3705
|
+
cargo;
|
|
3706
|
+
email;
|
|
3707
|
+
celular;
|
|
3708
|
+
telefono;
|
|
3709
|
+
comisi;
|
|
3710
|
+
abrevi;
|
|
3711
|
+
fcreac;
|
|
3712
|
+
factua;
|
|
3713
|
+
usuari;
|
|
3714
|
+
activo;
|
|
3715
|
+
firma;
|
|
3716
|
+
formfirma;
|
|
3717
|
+
metas;
|
|
3718
|
+
}
|
|
3719
|
+
class Transportista {
|
|
3720
|
+
id_cia;
|
|
3721
|
+
codtra;
|
|
3722
|
+
razonc;
|
|
3723
|
+
descri;
|
|
3724
|
+
domici;
|
|
3725
|
+
ruc;
|
|
3726
|
+
puntopartida;
|
|
3727
|
+
puntollegada;
|
|
3728
|
+
placa;
|
|
3729
|
+
telefono;
|
|
3730
|
+
licencia;
|
|
3731
|
+
certificado;
|
|
3732
|
+
fcreac;
|
|
3733
|
+
factua;
|
|
3734
|
+
usuari;
|
|
3735
|
+
activo;
|
|
3736
|
+
modificaendoc;
|
|
3737
|
+
chofer;
|
|
3738
|
+
chofer_apell;
|
|
3739
|
+
chofer_tident;
|
|
3740
|
+
chofer_dident;
|
|
3741
|
+
email;
|
|
3742
|
+
observ;
|
|
3743
|
+
modalidad;
|
|
3744
|
+
defaul;
|
|
3745
|
+
}
|
|
3746
|
+
class Cobradores {
|
|
3747
|
+
id_cia;
|
|
3748
|
+
codcob;
|
|
3749
|
+
nomcob;
|
|
3750
|
+
porcom;
|
|
3751
|
+
dni;
|
|
3752
|
+
activo;
|
|
3753
|
+
swacti;
|
|
3754
|
+
usuari;
|
|
3755
|
+
fcreac;
|
|
3756
|
+
factua;
|
|
3757
|
+
cuentacon;
|
|
3758
|
+
}
|
|
3759
|
+
class Almacenes {
|
|
3760
|
+
id_cia;
|
|
3761
|
+
tipinv;
|
|
3762
|
+
codalm;
|
|
3763
|
+
codsuc;
|
|
3764
|
+
sucursal;
|
|
3765
|
+
descri;
|
|
3766
|
+
abrevi;
|
|
3767
|
+
fcreac;
|
|
3768
|
+
factua;
|
|
3769
|
+
usuari;
|
|
3770
|
+
activo;
|
|
3771
|
+
swterc;
|
|
3772
|
+
ubigeo;
|
|
3773
|
+
direcc;
|
|
3774
|
+
consigna;
|
|
3775
|
+
clases;
|
|
3776
|
+
ubicaciones;
|
|
3777
|
+
}
|
|
3778
|
+
class Direcciones {
|
|
3779
|
+
id_cia;
|
|
3780
|
+
codcli;
|
|
3781
|
+
codenv;
|
|
3782
|
+
descri;
|
|
3783
|
+
direc1;
|
|
3784
|
+
direc2;
|
|
3785
|
+
telenv;
|
|
3786
|
+
faxenv;
|
|
3787
|
+
coddep;
|
|
3788
|
+
codprv;
|
|
3789
|
+
coddis;
|
|
3790
|
+
codzon;
|
|
3791
|
+
usuari;
|
|
3792
|
+
swacti;
|
|
3793
|
+
codcen;
|
|
3794
|
+
sunatAnexo;
|
|
3795
|
+
departamento;
|
|
3796
|
+
provincia;
|
|
3797
|
+
distrito;
|
|
3798
|
+
ubigeo;
|
|
3799
|
+
clases;
|
|
3800
|
+
}
|
|
3801
|
+
class TipoDocumento {
|
|
3802
|
+
id_cia;
|
|
3803
|
+
tipdoc;
|
|
3804
|
+
situac;
|
|
3805
|
+
situacDesc;
|
|
3806
|
+
permis;
|
|
3807
|
+
alias;
|
|
3808
|
+
activo;
|
|
3809
|
+
usuari;
|
|
3810
|
+
fcreac;
|
|
3811
|
+
factua;
|
|
3812
|
+
indice;
|
|
3813
|
+
}
|
|
3814
|
+
class TBanco {
|
|
3815
|
+
id_cia;
|
|
3816
|
+
codban;
|
|
3817
|
+
descri;
|
|
3818
|
+
sector;
|
|
3819
|
+
moneda;
|
|
3820
|
+
direcc;
|
|
3821
|
+
clibro;
|
|
3822
|
+
cuenta;
|
|
3823
|
+
codsunat;
|
|
3824
|
+
situac;
|
|
3825
|
+
usuari;
|
|
3826
|
+
fcreac;
|
|
3827
|
+
factua;
|
|
3828
|
+
cuentacon;
|
|
3829
|
+
cuentaret;
|
|
3830
|
+
secuencia;
|
|
3831
|
+
cuentacta;
|
|
3832
|
+
cuentacar;
|
|
3833
|
+
cuentacprot;
|
|
3834
|
+
cuentacob;
|
|
3835
|
+
cuentades;
|
|
3836
|
+
cuentagar;
|
|
3837
|
+
cuentaord01;
|
|
3838
|
+
cuentaord02;
|
|
3839
|
+
cuentaenvios;
|
|
3840
|
+
filtro;
|
|
3841
|
+
swacti;
|
|
3842
|
+
abrevi;
|
|
3843
|
+
clases;
|
|
3844
|
+
}
|
|
3845
|
+
|
|
3430
3846
|
/*
|
|
3431
3847
|
* Public API Surface of ng-components-tsi
|
|
3432
3848
|
*/
|
|
@@ -3436,5 +3852,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImpo
|
|
|
3436
3852
|
* Generated bundle index. Do not edit.
|
|
3437
3853
|
*/
|
|
3438
3854
|
|
|
3439
|
-
export { AlertConfirmationComponent, AlertConfirmationConfig, AlertConfirmationService, AlertService, AlertaComponent, AutocompleteComponent, AutocompleteV2Component, BadgeComponent, ButtonComponent, CardMobileComponent, CheckBoxComponent, DetalleCreditoComponent, DobleInputComponent, DropdownCdkComponent, DropdownComponent, FormateadorService, HeaderComponent, InputClaseComponent, InputComponent, InputDinamicoComponent, InputRadioComponent, ListOptionComponent, ListSituacionesComponent, MontosCalcularComponent, MultiSelectDropdownComponent, MultiselectedComponent, NavTabsComponent, PaginadorComponent, RadioComponent, SidebarComponent, SpinnerComponent, SwitchComponent, TabItemComponent, TableAdvanceComponent, TableAdvanceOptimizadaComponent, TableBusquedaComponent, TableDetalleComponent, TableSimpleComponent, ToastService, ToasterComponent };
|
|
3855
|
+
export { AlertConfirmationComponent, AlertConfirmationConfig, AlertConfirmationService, AlertService, AlertaComponent, Almacenes, AutocompleteComponent, AutocompleteV2Component, BadgeComponent, ButtonComponent, ButtonProperties, CardMobileComponent, CheckBoxComponent, Cobradores, DetalleCreditoComponent, DetalleDocumentosCab, Direcciones, DobleInputComponent, DropdownCdkComponent, DropdownComponent, DropdownOption, FormateadorService, HeaderComponent, InputClaseComponent, InputComponent, InputDinamicoComponent, InputRadioComponent, ListOptionComponent, ListSituacionesComponent, MaterialesCotizacion, MdGenericoComponent, Monedas, MontosCalcularComponent, Motivos, MultiSelectDropdownComponent, MultiselectedComponent, NavTabsComponent, PaginadorComponent, RadioComponent, Recursos, Series, SidebarComponent, SpinnerComponent, SwitchComponent, TBanco, TabItemComponent, TableAdvanceComponent, TableAdvanceOptimizadaComponent, TableBusquedaComponent, TableData, TableDetalleComponent, TableSimpleComponent, TipoDocumento, ToastService, ToasterComponent, Transportista, Vendedor };
|
|
3440
3856
|
//# sourceMappingURL=ng-components-tsi.mjs.map
|