dts-backoffice-util 21.1.0 → 21.2.0
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
|
@@ -107,7 +107,11 @@ declare class MenuDatasulService {
|
|
|
107
107
|
openPath(programName: string, params: any, parent?: boolean): void;
|
|
108
108
|
openTHF(externalName: string, params: any, parent?: boolean): void;
|
|
109
109
|
private openHTMLProgram;
|
|
110
|
+
private openOnDTS4THF;
|
|
111
|
+
private openOnDSS;
|
|
112
|
+
private openWindow;
|
|
110
113
|
programSecurity(programName: string | Array<string>): Observable<Object>;
|
|
114
|
+
private getPayloadSearchProg;
|
|
111
115
|
static ɵfac: i0.ɵɵFactoryDeclaration<MenuDatasulService, never>;
|
|
112
116
|
static ɵprov: i0.ɵɵInjectableDeclaration<MenuDatasulService>;
|
|
113
117
|
}
|