dmencu 0.8.26 → 0.8.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.
@@ -61,6 +61,23 @@ export declare function emergeAppDmEncu<T extends procesamiento.Constructor<proc
61
61
  menuType: string;
62
62
  name: string;
63
63
  }[];
64
+ getMenuVarios(context: Context): {
65
+ menuType: string;
66
+ name: string;
67
+ menuContent: procesamiento.MenuInfoBase[];
68
+ };
69
+ getMenuAsignacion(context: Context): {
70
+ menuType: string;
71
+ name: string;
72
+ label: string;
73
+ menuContent: procesamiento.MenuInfoBase[];
74
+ };
75
+ getMenuRecepcion(context: Context): {
76
+ menuType: string;
77
+ name: string;
78
+ label: string;
79
+ menuContent: procesamiento.MenuInfoBase[];
80
+ };
64
81
  getMenu(context: Context): {
65
82
  menu: procesamiento.MenuInfoBase[];
66
83
  };
@@ -508,6 +525,23 @@ export declare var AppDmEncu: {
508
525
  menuType: string;
509
526
  name: string;
510
527
  }[];
528
+ getMenuVarios(context: Context): {
529
+ menuType: string;
530
+ name: string;
531
+ menuContent: procesamiento.MenuInfoBase[];
532
+ };
533
+ getMenuAsignacion(context: Context): {
534
+ menuType: string;
535
+ name: string;
536
+ label: string;
537
+ menuContent: procesamiento.MenuInfoBase[];
538
+ };
539
+ getMenuRecepcion(context: Context): {
540
+ menuType: string;
541
+ name: string;
542
+ label: string;
543
+ menuContent: procesamiento.MenuInfoBase[];
544
+ };
511
545
  getMenu(context: Context): {
512
546
  menu: procesamiento.MenuInfoBase[];
513
547
  };