general-library-union 2.4.15 → 2.4.16
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
package/src/app/webcommon/pages/fuente/importar-fuente-con/importar-fuente-con.component.d.ts
CHANGED
|
@@ -114,7 +114,7 @@ export declare class ImportarFuenteConComponent implements OnInit {
|
|
|
114
114
|
cargarFormularioCamposEntrada(): Promise<void>;
|
|
115
115
|
camposEntrada(fuente: FuenteGeneralModel, parametrosPunto: FuenteCampoAtributoModel[]): Promise<CampoFormularioModel[]>;
|
|
116
116
|
obtenerValorMarcador(valorEntrada: string): string;
|
|
117
|
-
determinarLongitud(tipoDato: string): 0 |
|
|
117
|
+
determinarLongitud(tipoDato: string): 0 | 5 | 20 | 100;
|
|
118
118
|
cargarParametrosPuntoProceso(): Promise<void>;
|
|
119
119
|
cargarArchivo(data: FileSelectEvent, fubauto: any): void;
|
|
120
120
|
private readFile;
|
|
@@ -3707,6 +3707,21 @@ td.GrupoColor {
|
|
|
3707
3707
|
padding: 0;
|
|
3708
3708
|
}
|
|
3709
3709
|
|
|
3710
|
+
|
|
3711
|
+
.menu-punto-proceso .p-dialog .p-button.p-button-outlined {
|
|
3712
|
+
background: transparent !important;
|
|
3713
|
+
padding: 13px !important;
|
|
3714
|
+
border: solid 1px !important;
|
|
3715
|
+
color: var(--color-500) !important;
|
|
3716
|
+
margin: 0 !important;
|
|
3717
|
+
}
|
|
3718
|
+
|
|
3719
|
+
|
|
3720
|
+
.menu-punto-proceso .p-dialog .p-dialog-header .p-dialog-header-icon {
|
|
3721
|
+
height: 2rem !important;
|
|
3722
|
+
}
|
|
3723
|
+
|
|
3724
|
+
|
|
3710
3725
|
.menu-punto-proceso .menu-accion-sara .p-menubar {
|
|
3711
3726
|
box-shadow: none;
|
|
3712
3727
|
border: none;
|
|
@@ -3732,6 +3747,11 @@ background: var(--color-75) !important;
|
|
|
3732
3747
|
}
|
|
3733
3748
|
}
|
|
3734
3749
|
|
|
3750
|
+
.menu-punto-proceso .p-button.p-button-secondary {
|
|
3751
|
+
margin: 11px !important;
|
|
3752
|
+
padding: 0.15rem 0.20rem !important;
|
|
3753
|
+
}
|
|
3754
|
+
|
|
3735
3755
|
.menu-punto-proceso .p-button.p-button-raised span.p-button-icon {
|
|
3736
3756
|
color: var(--color-400);
|
|
3737
3757
|
}
|
|
@@ -3742,7 +3762,7 @@ background: var(--color-75) !important;
|
|
|
3742
3762
|
color: #0c1520;
|
|
3743
3763
|
border: none;
|
|
3744
3764
|
padding: 0.15rem 0.55rem !important;
|
|
3745
|
-
margin: 11px;
|
|
3765
|
+
margin: 11px !important;
|
|
3746
3766
|
|
|
3747
3767
|
&:hover{
|
|
3748
3768
|
color: #0c1520 !important;
|
|
@@ -3754,6 +3774,11 @@ background: var(--color-75) !important;
|
|
|
3754
3774
|
}
|
|
3755
3775
|
}
|
|
3756
3776
|
|
|
3777
|
+
.menu-punto-proceso .p-button.p-button-secondary {
|
|
3778
|
+
margin: 11px !important;
|
|
3779
|
+
padding: 0.15rem 0.20rem !important;
|
|
3780
|
+
}
|
|
3781
|
+
|
|
3757
3782
|
|
|
3758
3783
|
.menu-punto-proceso .p-button.p-button-outlined span.p-button-icon {
|
|
3759
3784
|
color: var(--color-400);
|
|
@@ -4744,6 +4744,18 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
|
|
|
4744
4744
|
padding: 0;
|
|
4745
4745
|
}
|
|
4746
4746
|
|
|
4747
|
+
.menu-punto-proceso .p-dialog .p-button.p-button-outlined {
|
|
4748
|
+
background: transparent !important;
|
|
4749
|
+
padding: 13px !important;
|
|
4750
|
+
border: solid 1px !important;
|
|
4751
|
+
color: var(--color-500) !important;
|
|
4752
|
+
margin: 0 !important;
|
|
4753
|
+
}
|
|
4754
|
+
|
|
4755
|
+
.menu-punto-proceso .p-dialog .p-dialog-header .p-dialog-header-icon {
|
|
4756
|
+
height: 2rem !important;
|
|
4757
|
+
}
|
|
4758
|
+
|
|
4747
4759
|
.menu-punto-proceso .menu-accion-sara .p-menubar {
|
|
4748
4760
|
box-shadow: none;
|
|
4749
4761
|
border: none;
|
|
@@ -4762,7 +4774,7 @@ background: var(--color-75) !important;
|
|
|
4762
4774
|
background:#39373f !important;
|
|
4763
4775
|
color: #fff;
|
|
4764
4776
|
padding: 0.15rem 0.55rem;
|
|
4765
|
-
margin: 11px;
|
|
4777
|
+
margin: 11px !important;
|
|
4766
4778
|
border: none;
|
|
4767
4779
|
|
|
4768
4780
|
&:hover{
|
|
@@ -4776,6 +4788,11 @@ background: var(--color-75) !important;
|
|
|
4776
4788
|
}
|
|
4777
4789
|
}
|
|
4778
4790
|
|
|
4791
|
+
.menu-punto-proceso .p-button.p-button-secondary {
|
|
4792
|
+
margin: 11px !important;
|
|
4793
|
+
padding: 0.15rem 0.20rem !important;
|
|
4794
|
+
}
|
|
4795
|
+
|
|
4779
4796
|
|
|
4780
4797
|
|
|
4781
4798
|
.menu-punto-proceso .p-button.p-button-raised span.p-button-icon {
|