dts-backoffice-util 14.0.0 → 14.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.
@@ -29,6 +29,7 @@ export declare class TotvsScheduleExecutionComponent implements OnInit {
29
29
  ngOnInit(): void;
30
30
  setupComponents(): void;
31
31
  setScheduleParameters(schParam: IScheduleParameters): void;
32
+ getScheduleParameters(): IScheduleParameters;
32
33
  fieldRpwServiceFormat(value: any): string;
33
34
  isExecutionSchedule(): boolean;
34
35
  isRepeatExecution(): boolean;
@@ -5,6 +5,7 @@ export declare class FileUtil {
5
5
  private static download;
6
6
  private static b64toBlob;
7
7
  private static jsonToString;
8
+ static fileToB64(file: File): Promise<unknown>;
8
9
  }
9
10
  export interface IDownloadDataParams {
10
11
  fileName: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dts-backoffice-util",
3
- "version": "14.0.0",
3
+ "version": "14.2.0",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },