iszolea-ui 1.2.1 → 1.2.3
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.
|
@@ -24,9 +24,12 @@ export default class GanntChart implements IReportComponent {
|
|
|
24
24
|
private readonly reportParams;
|
|
25
25
|
constructor(options: IGanttChartOptions);
|
|
26
26
|
init(): void;
|
|
27
|
+
private fetchData;
|
|
27
28
|
private initSwitchModeButton;
|
|
28
29
|
private setupForm;
|
|
30
|
+
private saveFormData;
|
|
29
31
|
private setupChart;
|
|
32
|
+
private updateData;
|
|
30
33
|
refresh(): void;
|
|
31
34
|
dispose(): void;
|
|
32
35
|
private getSessionKey;
|
|
@@ -20,9 +20,9 @@ export default class SlideshowReportPage implements IReportComponent {
|
|
|
20
20
|
private readonly options;
|
|
21
21
|
private readonly $rootElement;
|
|
22
22
|
private readonly defaultReportSettings;
|
|
23
|
-
private
|
|
23
|
+
private reports;
|
|
24
24
|
private dxGallery;
|
|
25
|
-
private
|
|
25
|
+
private refreshTimer;
|
|
26
26
|
constructor(options: ISlideshowReportPageOptions);
|
|
27
27
|
init(): void;
|
|
28
28
|
dispose(): void;
|