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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "general-library-union",
3
- "version": "3.3.68",
3
+ "version": "3.3.70",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -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(): "visible" | "collapsed" | "expanded" | "hidden";
33
+ get submenuAnimation(): "collapsed" | "expanded" | "hidden" | "visible";
34
34
  get isHorizontal(): boolean;
35
35
  get isSlim(): boolean;
36
36
  get isSlimPlus(): boolean;
@@ -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 | 100 | 5 | 20;
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;
@@ -431,6 +431,7 @@ color: #232323;
431
431
 
432
432
 
433
433
  img {
434
+ width: 100%;
434
435
  filter: invert(100%) sepia(50%) saturate(39%) hue-rotate(180deg) brightness(580%) contrast(100%);
435
436
  display: table;
436
437
  margin: 0 auto;
@@ -3138,11 +3138,9 @@ span{
3138
3138
  border-right: none !important;
3139
3139
  }
3140
3140
 
3141
- // .Formaimagen {
3142
- // border-radius: 50%;
3143
- // padding: 1.5% !important;
3144
- // background: #39373f;
3145
- // box-shadow: 0px 0px 6px #39373f;
3141
+ .Formaimagen img {
3142
+ width: 100%;
3143
+ }
3146
3144
 
3147
3145
 
3148
3146
  // img {