general-library-union 2.7.39 → 2.7.40

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.7.39",
3
+ "version": "2.7.40",
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;
@@ -1268,7 +1268,7 @@ min-height: 60px !important;
1268
1268
  .avatar-container{
1269
1269
  width: 120px !important;
1270
1270
  height: 120px !important;
1271
- border: solid 6px var(--color-700) !important;
1271
+ border: solid 5px var(--color-700);
1272
1272
  }
1273
1273
 
1274
1274
  .menu-accordeon {
@@ -1292,7 +1292,7 @@ min-height: 60px !important;
1292
1292
  .avatar-container {
1293
1293
  width: 70px !important;
1294
1294
  height: 70px !important;
1295
- border: solid 5px var(--color-700) !important;
1295
+ border: solid 5px var(--color-700);
1296
1296
  }
1297
1297
 
1298
1298
  .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {