general-library-union 2.9.92 → 2.9.95
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/esm2022/src/environments/environment.mjs +2 -3
- package/fesm2022/general-library-union.mjs +1 -2
- package/fesm2022/general-library-union.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/webcommon/pages/fuente/importar-fuente-con/importar-fuente-con.component.d.ts +1 -1
- package/src/styles/primeng/sass/overrides/_theme_styles.scss +6 -1
- package/src/styles/primeng/sass/overrides/_theme_styles_dark.scss +5 -0
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 | 100 | 5 | 20;
|
|
118
118
|
cargarParametrosPuntoProceso(): Promise<void>;
|
|
119
119
|
cargarArchivo(data: FileSelectEvent, fubauto: any): void;
|
|
120
120
|
private readFile;
|
|
@@ -2688,7 +2688,7 @@ span{
|
|
|
2688
2688
|
* Tabla spinner styles
|
|
2689
2689
|
*****************************************************************************/
|
|
2690
2690
|
.p-component-overlay {
|
|
2691
|
-
background-color:
|
|
2691
|
+
background-color: rgb(131 131 131 / 41%) !important;
|
|
2692
2692
|
}
|
|
2693
2693
|
|
|
2694
2694
|
.p-datatable .p-datatable-loading-icon {
|
|
@@ -3019,6 +3019,11 @@ p.chip {
|
|
|
3019
3019
|
opacity: 0.5;
|
|
3020
3020
|
}
|
|
3021
3021
|
|
|
3022
|
+
input::-webkit-search-cancel-button {
|
|
3023
|
+
-webkit-appearance: none;
|
|
3024
|
+
appearance: none;
|
|
3025
|
+
}
|
|
3026
|
+
|
|
3022
3027
|
.disabled-field .p-inputtext:enabled:focus {
|
|
3023
3028
|
box-shadow: none;
|
|
3024
3029
|
opacity: 0.75;
|
|
@@ -3345,6 +3345,11 @@ p.chip {
|
|
|
3345
3345
|
opacity: 0.5;
|
|
3346
3346
|
}
|
|
3347
3347
|
|
|
3348
|
+
input::-webkit-search-cancel-button {
|
|
3349
|
+
-webkit-appearance: none;
|
|
3350
|
+
appearance: none;
|
|
3351
|
+
}
|
|
3352
|
+
|
|
3348
3353
|
.disabled-field .p-inputtext:enabled:focus {
|
|
3349
3354
|
box-shadow: none;
|
|
3350
3355
|
opacity: 0.75;
|