general-library-union 3.0.92 → 3.0.93

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.0.92",
3
+ "version": "3.0.93",
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;
@@ -114,6 +114,10 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
114
114
  padding-left: 50px;
115
115
  }
116
116
 
117
+ #login .p-inputgroup input:focus-visible {
118
+ outline: solid 2px var(--color-400);
119
+ }
120
+
117
121
  @media only screen and (max-width:1600px) and (min-width:1360px) {
118
122
 
119
123
 
@@ -114,6 +114,9 @@ body {
114
114
  #login .p-inputgroup input {
115
115
  padding-left: 50px;
116
116
  }
117
+ #login .p-inputgroup input:focus-visible {
118
+ outline: solid 2px var(--color-400);
119
+ }
117
120
 
118
121
 
119
122
  @media only screen and (max-width:1600px) and (min-width:1360px) {