general-library-union 2.5.18 → 2.5.19

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,6 +1,6 @@
1
1
  {
2
2
  "name": "general-library-union",
3
- "version": "2.5.18",
3
+ "version": "2.5.19",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -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 | 5 | 20 | 100;
117
+ determinarLongitud(tipoDato: string): 0 | 100 | 5 | 20;
118
118
  cargarParametrosPuntoProceso(): Promise<void>;
119
119
  cargarArchivo(data: FileSelectEvent, fubauto: any): void;
120
120
  private readFile;
@@ -3854,24 +3854,18 @@ background: var(--color-75) !important;
3854
3854
  margin: 0 !important;
3855
3855
  }
3856
3856
 
3857
-
3858
- .imagen-menu {
3859
- background: var(--color-85);
3860
- border-radius: 5px;
3861
- min-width: 100px;
3862
- max-width: 150px;
3863
- display: flex;
3864
- width: 100%;
3865
- justify-content: center;
3866
- align-items: center;
3867
- height: 100%;
3868
- margin-right: 40px
3857
+ .imagen-menu {
3858
+ background: var(--color-85);
3859
+ border-radius: 5px;
3860
+ min-width: 100px;
3861
+ max-width: 150px;
3869
3862
  }
3870
3863
 
3871
-
3872
3864
  .imagen-menu img {
3873
3865
  width: 100%;
3874
- height: auto;
3866
+ display: table;
3867
+ margin: 0 auto;
3868
+ min-height: 100%;
3875
3869
  }
3876
3870
 
3877
3871
  .spinner-text {
@@ -4879,21 +4879,15 @@ background: var(--color-75) !important;
4879
4879
 
4880
4880
 
4881
4881
  .imagen-menu {
4882
- background: #39373f;
4883
- border-radius: 5px;
4884
- min-width: 100px;
4885
- max-width: 150px;
4886
- display: flex;
4887
- width: 100%;
4888
- justify-content: center;
4889
- align-items: center;
4890
- height: 100%;
4891
- margin-right: 40px
4882
+ background: #39373f;
4883
+ border-radius: 5px;
4892
4884
  }
4893
4885
 
4894
4886
  .imagen-menu img {
4895
- width: 100%;
4896
- height: auto;
4887
+ width: 7rem;
4888
+ display: table;
4889
+ margin: 0 auto;
4890
+ min-height: 7rem;
4897
4891
  }
4898
4892
 
4899
4893
  .tab-container span {