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 +1 -1
- package/src/app/webcommon/pages/fuente/importar-fuente-con/importar-fuente-con.component.d.ts +1 -1
- package/src/assets/layout/styles/theme/designer/components/input/_inputtext.scss +4 -0
- package/src/styles/primeng/sass/overrides/_theme_styles.scss +4 -0
- package/src/styles/primeng/sass/overrides/_theme_styles_dark.scss +3 -0
- package/src/styles/primeng/sass/theme/designer/components/input/_inputtext.scss +3 -1
package/package.json
CHANGED
package/src/app/webcommon/pages/fuente/importar-fuente-con/importar-fuente-con.component.d.ts
CHANGED
|
@@ -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 |
|
|
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
|
|