general-library-union 3.3.68 → 3.3.69

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.69",
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;