general-library-union 3.3.68 → 3.3.70
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/layout/app.menuitem.component.d.ts +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 +1 -0
- package/src/styles/primeng/sass/overrides/_theme_styles_dark.scss +3 -5
package/package.json
CHANGED
|
@@ -30,7 +30,7 @@ export declare class AppMenuitemComponent implements OnInit, OnDestroy {
|
|
|
30
30
|
calculatePosition(overlay: HTMLElement, target: HTMLElement): void;
|
|
31
31
|
itemClick(event: Event): void;
|
|
32
32
|
onMouseEnter(): void;
|
|
33
|
-
get submenuAnimation(): "
|
|
33
|
+
get submenuAnimation(): "collapsed" | "expanded" | "hidden" | "visible";
|
|
34
34
|
get isHorizontal(): boolean;
|
|
35
35
|
get isSlim(): boolean;
|
|
36
36
|
get isSlimPlus(): boolean;
|
package/src/app/webcommon/pages/fuente/importar-fuente-con/importar-fuente-con.component.d.ts
CHANGED
|
@@ -117,7 +117,7 @@ export declare class ImportarFuenteConComponent implements OnInit {
|
|
|
117
117
|
cargarFormularioCamposEntrada(): Promise<void>;
|
|
118
118
|
camposEntrada(fuente: FuenteGeneralModel, parametrosPunto: FuenteCampoAtributoModel[]): Promise<CampoFormularioModel[]>;
|
|
119
119
|
obtenerValorMarcador(valorEntrada: string): string;
|
|
120
|
-
determinarLongitud(tipoDato: string): 0 |
|
|
120
|
+
determinarLongitud(tipoDato: string): 0 | 5 | 20 | 100;
|
|
121
121
|
cargarParametrosPuntoProceso(): Promise<void>;
|
|
122
122
|
cargarArchivo(data: FileSelectEvent, fubauto: any): void;
|
|
123
123
|
private readFile;
|
|
@@ -3138,11 +3138,9 @@ span{
|
|
|
3138
3138
|
border-right: none !important;
|
|
3139
3139
|
}
|
|
3140
3140
|
|
|
3141
|
-
|
|
3142
|
-
|
|
3143
|
-
|
|
3144
|
-
// background: #39373f;
|
|
3145
|
-
// box-shadow: 0px 0px 6px #39373f;
|
|
3141
|
+
.Formaimagen img {
|
|
3142
|
+
width: 100%;
|
|
3143
|
+
}
|
|
3146
3144
|
|
|
3147
3145
|
|
|
3148
3146
|
// img {
|