general-library-union 2.3.26 → 2.3.28
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/README.md +27 -27
- package/esm2022/src/app/webcommon/popups/popup-sentencia/popup-sentencia.component.mjs +3 -3
- package/fesm2022/general-library-union.mjs +2 -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 +8 -3
- package/src/styles/primeng/sass/overrides/_theme_styles_dark.scss +9 -2
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;
|
|
@@ -204,15 +204,20 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
|
|
|
204
204
|
|
|
205
205
|
@media only screen and (max-width:1600px) and (min-width:1360px){
|
|
206
206
|
|
|
207
|
+
#not-found .card-container {
|
|
208
|
+
padding-top: 2%;
|
|
209
|
+
}
|
|
210
|
+
|
|
207
211
|
#not-found img {
|
|
208
|
-
margin-top:
|
|
212
|
+
margin-top: 6%;
|
|
213
|
+
max-width: 18rem;
|
|
209
214
|
}
|
|
210
215
|
|
|
211
216
|
|
|
212
217
|
#not-found h5{
|
|
213
|
-
margin-top: -
|
|
218
|
+
margin-top: -5%;
|
|
214
219
|
margin-bottom: 10%;
|
|
215
|
-
color:
|
|
220
|
+
color: var(--color-700);
|
|
216
221
|
}
|
|
217
222
|
|
|
218
223
|
|
|
@@ -202,13 +202,20 @@ body {
|
|
|
202
202
|
|
|
203
203
|
@media only screen and (max-width:1600px) and (min-width:1360px){
|
|
204
204
|
|
|
205
|
+
|
|
206
|
+
#not-found .card-container {
|
|
207
|
+
padding-top: 2%;
|
|
208
|
+
}
|
|
209
|
+
|
|
205
210
|
#not-found img {
|
|
206
|
-
margin-top:
|
|
211
|
+
margin-top: 6%;
|
|
212
|
+
max-width: 18rem;
|
|
213
|
+
|
|
207
214
|
}
|
|
208
215
|
|
|
209
216
|
|
|
210
217
|
#not-found h5{
|
|
211
|
-
margin-top: -
|
|
218
|
+
margin-top: -5%;
|
|
212
219
|
margin-bottom: 10%;
|
|
213
220
|
}
|
|
214
221
|
|