general-library-union 2.5.19 → 2.5.21

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.19",
3
+ "version": "2.5.21",
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 | 100 | 5 | 20;
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;
@@ -3854,18 +3854,24 @@ background: var(--color-75) !important;
3854
3854
  margin: 0 !important;
3855
3855
  }
3856
3856
 
3857
- .imagen-menu {
3858
- background: var(--color-85);
3859
- border-radius: 5px;
3860
- min-width: 100px;
3861
- max-width: 150px;
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
3862
3869
  }
3863
3870
 
3871
+
3864
3872
  .imagen-menu img {
3865
3873
  width: 100%;
3866
- display: table;
3867
- margin: 0 auto;
3868
- min-height: 100%;
3874
+ height: auto;
3869
3875
  }
3870
3876
 
3871
3877
  .spinner-text {
@@ -4879,15 +4879,21 @@ background: var(--color-75) !important;
4879
4879
 
4880
4880
 
4881
4881
  .imagen-menu {
4882
- background: #39373f;
4883
- border-radius: 5px;
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
4884
4892
  }
4885
4893
 
4886
4894
  .imagen-menu img {
4887
- width: 7rem;
4888
- display: table;
4889
- margin: 0 auto;
4890
- min-height: 7rem;
4895
+ width: 100%;
4896
+ height: auto;
4891
4897
  }
4892
4898
 
4893
4899
  .tab-container span {