dts-backoffice-util 20.0.0 → 20.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/README.md +2 -2
- package/fesm2022/dts-backoffice-util.mjs +76 -30
- package/fesm2022/dts-backoffice-util.mjs.map +1 -1
- package/index.d.ts +5 -0
- package/package.json +1 -1
package/index.d.ts
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
|
}
|
|
@@ -380,6 +384,7 @@ declare class TotvsScheduleExecutionService {
|
|
|
380
384
|
private followUpExecReturnOk;
|
|
381
385
|
private followUpExecReturnError;
|
|
382
386
|
private addZero;
|
|
387
|
+
private getUuidAccessToken;
|
|
383
388
|
static ɵfac: i0.ɵɵFactoryDeclaration<TotvsScheduleExecutionService, never>;
|
|
384
389
|
static ɵprov: i0.ɵɵInjectableDeclaration<TotvsScheduleExecutionService>;
|
|
385
390
|
}
|