gamma-app-controller 1.2.14 → 1.2.15

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.
Files changed (16) hide show
  1. package/esm2020/lib/application-controller/application-dataset-component/application-dataset/application-dataset.component.mjs +21 -3
  2. package/esm2020/lib/application-controller/application-dataset-component/create-dataset-sql/create-dataset-sql.component.mjs +2 -2
  3. package/esm2020/lib/application-controller/application-filter/application-filter.component.mjs +21 -3
  4. package/esm2020/lib/application-controller/application-view-components/application-views/application-views.component.mjs +21 -3
  5. package/esm2020/lib/application-controller/page-controller/page-controller/page-controller.component.mjs +21 -3
  6. package/esm2020/lib/template-module/defaulLandingComponent/landing-component.component.mjs +3 -3
  7. package/esm2020/lib/template-module/kpiWithSingleLayout/kpi-with-dataset.component.mjs +3 -3
  8. package/fesm2015/gamma-app-controller.mjs +85 -13
  9. package/fesm2015/gamma-app-controller.mjs.map +1 -1
  10. package/fesm2020/gamma-app-controller.mjs +85 -13
  11. package/fesm2020/gamma-app-controller.mjs.map +1 -1
  12. package/lib/application-controller/application-dataset-component/application-dataset/application-dataset.component.d.ts +3 -0
  13. package/lib/application-controller/application-filter/application-filter.component.d.ts +3 -0
  14. package/lib/application-controller/application-view-components/application-views/application-views.component.d.ts +3 -0
  15. package/lib/application-controller/page-controller/page-controller/page-controller.component.d.ts +3 -0
  16. package/package.json +1 -1
@@ -29,6 +29,7 @@ export declare class ApplicationDatasetComponent implements OnInit {
29
29
  isDatasetloader: boolean;
30
30
  dataSourceModal: any;
31
31
  selectedDataSet: any;
32
+ selected_datasets: any;
32
33
  constructor(service: ApplicationContentService, commonService: CommonService, toastr: ToastrService, activatedRoute: ActivatedRoute, router: Router, title: Title, kpiService: kpicommonService, environment: any);
33
34
  ngOnInit(): void;
34
35
  getDataSet(): void;
@@ -52,6 +53,8 @@ export declare class ApplicationDatasetComponent implements OnInit {
52
53
  getDatasetForPlainJson(dataset: any): void;
53
54
  getDatasetForSqlTemplate(dataset: any): void;
54
55
  transformDataForMFilterForSQl(mapData: any): any[];
56
+ isSelectionChange(event: any): void;
57
+ getDownloadDataset(): void;
55
58
  static ɵfac: i0.ɵɵFactoryDeclaration<ApplicationDatasetComponent, never>;
56
59
  static ɵcmp: i0.ɵɵComponentDeclaration<ApplicationDatasetComponent, "app-application-dataset", never, {}, {}, never, never, false>;
57
60
  }
@@ -19,6 +19,7 @@ export declare class ApplicationFilterComponent implements OnInit {
19
19
  momentFunction: string[];
20
20
  kpiFilterConfigService: any;
21
21
  dataGrid: DxDataGridComponent;
22
+ selected_filters: any;
22
23
  constructor(service: ApplicationContentService, commonService: CommonService, toastr: ToastrService, router: Router);
23
24
  ngOnInit(): void;
24
25
  getFilterDataSet(): Promise<void>;
@@ -33,6 +34,8 @@ export declare class ApplicationFilterComponent implements OnInit {
33
34
  gotoPages(): void;
34
35
  gotoFilters(): void;
35
36
  gotoDataSets(): void;
37
+ isSelectionChange(event: any): void;
38
+ getDownloadFilters(): void;
36
39
  static ɵfac: i0.ɵɵFactoryDeclaration<ApplicationFilterComponent, never>;
37
40
  static ɵcmp: i0.ɵɵComponentDeclaration<ApplicationFilterComponent, "app-application-filter", never, {}, {}, never, never, false>;
38
41
  }
@@ -32,6 +32,7 @@ export declare class ApplicationViewsComponent implements OnInit {
32
32
  }[];
33
33
  componentName: any;
34
34
  scrollToElement: ElementRef;
35
+ selected_views: any;
35
36
  constructor(service: ApplicationContentService, commonService: CommonService, toastr: ToastrService, title: Title, activatedRoute: ActivatedRoute, router: Router);
36
37
  ngOnInit(): void;
37
38
  createNewComponentView(): void;
@@ -50,6 +51,8 @@ export declare class ApplicationViewsComponent implements OnInit {
50
51
  submitView(): void;
51
52
  exportJsonFile(item: any): void;
52
53
  copyJsonFile(item: any): void;
54
+ isSelectionChange(event: any): void;
55
+ getDownloadViews(): void;
53
56
  static ɵfac: i0.ɵɵFactoryDeclaration<ApplicationViewsComponent, never>;
54
57
  static ɵcmp: i0.ɵɵComponentDeclaration<ApplicationViewsComponent, "app-application-views", never, {}, {}, never, never, false>;
55
58
  }
@@ -29,6 +29,7 @@ export declare class PageControlerComponent implements OnInit {
29
29
  item: string;
30
30
  }[];
31
31
  private scrollContainer;
32
+ selected_page: any;
32
33
  constructor(router: Router, commonService: CommonService, service: ApplicationContentService, toastr: ToastrService, dynamicRouteService: DynamicRouteService);
33
34
  ngOnInit(): void;
34
35
  getFilterDataSet(): void;
@@ -42,6 +43,8 @@ export declare class PageControlerComponent implements OnInit {
42
43
  configuredTemplate(item: any): void;
43
44
  getCreateDashboard(): void;
44
45
  scrollToBottom(): void;
46
+ isSelectionChange(event: any): void;
47
+ getDownloadPage(): void;
45
48
  static ɵfac: i0.ɵɵFactoryDeclaration<PageControlerComponent, never>;
46
49
  static ɵcmp: i0.ɵɵComponentDeclaration<PageControlerComponent, "app-dashbord-controller", never, {}, {}, never, never, false>;
47
50
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gamma-app-controller",
3
- "version": "1.2.14",
3
+ "version": "1.2.15",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^14.0.0",
6
6
  "@angular/core": "^14.0.0",