general-library-union 3.0.92 → 3.0.94

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.94",
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;
@@ -107,6 +107,10 @@ p-inputnumber {
107
107
  }
108
108
  }
109
109
 
110
+ .p-inputtext:focus-visible {
111
+ outline: solid 2px var(--color-400);
112
+ }
113
+
110
114
  @media (max-width:1366px){
111
115
  .p-inputtext{
112
116
  font-size: 0.85rem;
@@ -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) {
@@ -124,7 +124,9 @@ p-inputnumber {
124
124
  @include scaledPadding($inputPadding, $scaleLG);
125
125
  }
126
126
  }
127
-
127
+ .p-inputtext:focus-visible {
128
+ outline: solid 2px var(--color-400);
129
+ }
128
130
  @media (max-width:1366px){
129
131
  .p-inputtext{
130
132
  font-size: 0.85rem;