general-library-union 3.1.0 → 3.1.1

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": "3.1.0",
3
+ "version": "3.1.1",
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;
@@ -338,4 +338,9 @@
338
338
  @include scaledPadding($tableFooterPadding, $tableScaleLG);
339
339
  }
340
340
  }
341
- }
341
+
342
+ @media (max-width:1366px){
343
+ .p-datatable table {
344
+ font-size: 0.8rem;
345
+ }
346
+ }
@@ -356,3 +356,9 @@
356
356
  }
357
357
  }
358
358
  }
359
+
360
+ @media (max-width:1366px){
361
+ .p-datatable table {
362
+ font-size: 0.8rem;
363
+ }
364
+ }