gamma-app-controller 1.1.26 → 1.1.27

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 (119) hide show
  1. package/esm2020/lib/application-controller/application-controller.module.mjs +20 -20
  2. package/esm2020/lib/application-controller/application-dataset-component/application-dataset/application-dataset.component.mjs +1 -1
  3. package/esm2020/lib/application-controller/application-dataset-component/create-dataset/create-dataset.component.mjs +1 -1
  4. package/esm2020/lib/application-controller/application-filter/application-filter.component.mjs +1 -1
  5. package/esm2020/lib/application-controller/application-menu-controller/application-menus/application-menus.component.mjs +1 -1
  6. package/esm2020/lib/application-controller/application-metric-config/all-metrics-config/all-metrics-config.component.mjs +1 -1
  7. package/esm2020/lib/application-controller/application-metric-config/create-metrics/create-metrics.component.mjs +1 -1
  8. package/esm2020/lib/application-controller/application-view-components/application-views/application-views.component.mjs +1 -1
  9. package/esm2020/lib/application-controller/application-view-components/create-comp-view/create-comp-view.component.mjs +1 -1
  10. package/esm2020/lib/application-controller/page-controller/page-config/page-config.component.mjs +11 -11
  11. package/esm2020/lib/application-controller/page-controller/page-config-multi-layout/page-config-multi-layout.component.mjs +10 -10
  12. package/esm2020/lib/application-controller/page-controller/page-controller/page-controller.component.mjs +1 -1
  13. package/esm2020/lib/application-controller/support-components/dash-chart/dash-chart.component.mjs +1 -1
  14. package/esm2020/lib/application-controller/support-components/dash-table/dash-table.component.mjs +1 -1
  15. package/esm2020/lib/application-controller/support-components/dash-today-previous/dash-today-previous.component.mjs +1 -1
  16. package/esm2020/lib/application-controller/support-components/geo-map/geo-map.component.mjs +2 -2
  17. package/esm2020/lib/application-controller/support-components/heat-map/heat-map.component.mjs +1 -1
  18. package/esm2020/lib/application-controller/support-components/single-card/single-card.component.mjs +1 -1
  19. package/esm2020/lib/application-controller/support-components/table-with-bar/table-with-bar.component.mjs +2 -2
  20. package/esm2020/lib/shared/advanced-component/advance-widget-header-filter/advance-widget-header-filter.component.mjs +116 -0
  21. package/esm2020/lib/shared/advanced-component/app-advance-header/app-header.component.mjs +306 -0
  22. package/esm2020/lib/shared/advanced-component/gamm-single-number-card/gamm-single-number-card.component.mjs +80 -0
  23. package/esm2020/lib/shared/advanced-component/gamma-advance-chart/gamma-advance-chart.component.mjs +379 -0
  24. package/esm2020/lib/shared/advanced-component/gamma-advance-operator-table/gamma-advance-operator-table.component.mjs +188 -0
  25. package/esm2020/lib/shared/advanced-component/gamma-geo-chart/gamma-geo-chart.component.mjs +435 -0
  26. package/esm2020/lib/shared/advanced-component/gamma-heatmap/gamma-heatmap.component.mjs +334 -0
  27. package/esm2020/lib/shared/advanced-component/gamma-table-clumn-bar-chart/gamma-table-clumn-bar-chart.component.mjs +155 -0
  28. package/esm2020/lib/shared/advanced-component/gamma-table-with-percentage/contentSafeHtml.mjs +20 -0
  29. package/esm2020/lib/shared/advanced-component/gamma-table-with-percentage/gamma-table-with-percentage.component.mjs +187 -0
  30. package/esm2020/lib/shared/advanced-component/gamma-today-previous/gamma-today-previous.component.mjs +86 -0
  31. package/esm2020/lib/shared/advanced-component/google-geo-map/google-geo-map.component.mjs +439 -0
  32. package/esm2020/lib/shared/app-title/app-title.component.mjs +67 -0
  33. package/esm2020/lib/shared/gamam-widget/gamam-widget.component.mjs +35 -0
  34. package/esm2020/lib/shared/gamma-advance-filter/gamma-advance-filter.component.mjs +273 -0
  35. package/esm2020/lib/shared/gamma-bread-crumbs/bread-crumbs.component.mjs +142 -0
  36. package/esm2020/lib/shared/kpi-comon-service.mjs +537 -0
  37. package/esm2020/lib/{application-controller/shared → shared}/loader/loader.component.mjs +1 -1
  38. package/esm2020/lib/{application-controller/shared → shared}/loading/loading.component.mjs +1 -1
  39. package/esm2020/lib/shared/loading/loadingModule.mjs +28 -0
  40. package/esm2020/lib/shared/safeHtmlPipe.mjs +20 -0
  41. package/esm2020/lib/template-module/KpiCreationModule/create-kpi-tree.component.mjs +1 -1
  42. package/esm2020/lib/template-module/KpiCreationModule/kpiCreation.module.mjs +2 -2
  43. package/esm2020/lib/template-module/bookmarked-template/bookmarked-template.component.mjs +816 -0
  44. package/esm2020/lib/template-module/bookmarked-template/bookmarkedTemplate.module.mjs +149 -0
  45. package/esm2020/lib/template-module/cdrConfigModule/cdr-config.component.mjs +1 -1
  46. package/esm2020/lib/template-module/cdrConfigModule/cdrConfig.module.mjs +2 -2
  47. package/esm2020/lib/template-module/defaulLandingComponent/defaultLandingComponent.module.mjs +149 -0
  48. package/esm2020/lib/template-module/defaulLandingComponent/landing-component.component.mjs +870 -0
  49. package/esm2020/lib/template-module/exceptionConfigModule/exception-operation.component.mjs +1 -1
  50. package/esm2020/lib/template-module/exceptionConfigModule/exceptionConfig.module.mjs +2 -2
  51. package/esm2020/lib/template-module/kpiWithMultiLayout/dynamin-modal-multi.component.mjs +180 -0
  52. package/esm2020/lib/template-module/kpiWithMultiLayout/kpi-with-multilayout.component.mjs +992 -0
  53. package/esm2020/lib/template-module/kpiWithMultiLayout/kpiWithMultiayout.module.mjs +154 -0
  54. package/esm2020/lib/template-module/kpiWithSingleLayout/dynamin-modal.component.mjs +180 -0
  55. package/esm2020/lib/template-module/kpiWithSingleLayout/kpi-with-dataset.component.mjs +1046 -0
  56. package/esm2020/lib/template-module/kpiWithSingleLayout/kpiWithSingleLayout.module.mjs +154 -0
  57. package/esm2020/public-api.mjs +30 -20
  58. package/fesm2015/gamma-app-controller.mjs +5121 -399
  59. package/fesm2015/gamma-app-controller.mjs.map +1 -1
  60. package/fesm2020/gamma-app-controller.mjs +5082 -399
  61. package/fesm2020/gamma-app-controller.mjs.map +1 -1
  62. package/lib/application-controller/application-controller.module.d.ts +19 -19
  63. package/lib/application-controller/page-controller/page-config/page-config.component.d.ts +9 -9
  64. package/lib/application-controller/page-controller/page-config-multi-layout/page-config-multi-layout.component.d.ts +8 -8
  65. package/lib/{application-controller/shared → shared}/advanced-component/app-advance-header/app-header.component.d.ts +18 -2
  66. package/lib/{application-controller/shared → shared}/advanced-component/gamm-single-number-card/gamm-single-number-card.component.d.ts +3 -5
  67. package/lib/{application-controller/shared → shared}/advanced-component/gamma-advance-chart/gamma-advance-chart.component.d.ts +3 -1
  68. package/lib/{application-controller/shared → shared}/advanced-component/gamma-advance-operator-table/gamma-advance-operator-table.component.d.ts +4 -2
  69. package/lib/{application-controller/shared → shared}/advanced-component/gamma-geo-chart/gamma-geo-chart.component.d.ts +1 -1
  70. package/lib/{application-controller/shared → shared}/advanced-component/gamma-heatmap/gamma-heatmap.component.d.ts +1 -1
  71. package/lib/{application-controller/shared → shared}/advanced-component/gamma-table-clumn-bar-chart/gamma-table-clumn-bar-chart.component.d.ts +1 -1
  72. package/lib/{application-controller/shared → shared}/advanced-component/gamma-table-with-percentage/gamma-table-with-percentage.component.d.ts +6 -2
  73. package/lib/{application-controller/shared → shared}/advanced-component/gamma-today-previous/gamma-today-previous.component.d.ts +1 -1
  74. package/lib/{application-controller/shared → shared}/advanced-component/google-geo-map/google-geo-map.component.d.ts +1 -1
  75. package/lib/{application-controller/shared → shared}/app-title/app-title.component.d.ts +1 -1
  76. package/lib/{application-controller/shared → shared}/gamam-widget/gamam-widget.component.d.ts +1 -1
  77. package/lib/{application-controller/shared → shared}/gamma-advance-filter/gamma-advance-filter.component.d.ts +3 -2
  78. package/lib/{application-controller/shared → shared}/gamma-bread-crumbs/bread-crumbs.component.d.ts +1 -1
  79. package/lib/{application-controller/shared → shared}/kpi-comon-service.d.ts +1 -1
  80. package/lib/template-module/KpiCreationModule/kpiCreation.module.d.ts +1 -1
  81. package/lib/template-module/bookmarked-template/bookmarked-template.component.d.ts +109 -0
  82. package/lib/template-module/bookmarked-template/bookmarkedTemplate.module.d.ts +16 -0
  83. package/lib/template-module/cdrConfigModule/cdrConfig.module.d.ts +1 -1
  84. package/lib/template-module/defaulLandingComponent/defaultLandingComponent.module.d.ts +16 -0
  85. package/lib/template-module/defaulLandingComponent/landing-component.component.d.ts +109 -0
  86. package/lib/template-module/exceptionConfigModule/exceptionConfig.module.d.ts +1 -1
  87. package/lib/template-module/kpiWithMultiLayout/dynamin-modal-multi.component.d.ts +42 -0
  88. package/lib/template-module/kpiWithMultiLayout/kpi-with-multilayout.component.d.ts +117 -0
  89. package/lib/template-module/kpiWithMultiLayout/kpiWithMultiayout.module.d.ts +17 -0
  90. package/lib/template-module/kpiWithSingleLayout/dynamin-modal.component.d.ts +42 -0
  91. package/lib/template-module/kpiWithSingleLayout/kpi-with-dataset.component.d.ts +122 -0
  92. package/lib/template-module/kpiWithSingleLayout/kpiWithSingleLayout.module.d.ts +17 -0
  93. package/package.json +1 -1
  94. package/public-api.d.ts +29 -19
  95. package/esm2020/lib/application-controller/shared/advanced-component/advance-widget-header-filter/advance-widget-header-filter.component.mjs +0 -124
  96. package/esm2020/lib/application-controller/shared/advanced-component/app-advance-header/app-header.component.mjs +0 -220
  97. package/esm2020/lib/application-controller/shared/advanced-component/gamm-single-number-card/gamm-single-number-card.component.mjs +0 -95
  98. package/esm2020/lib/application-controller/shared/advanced-component/gamma-advance-chart/gamma-advance-chart.component.mjs +0 -362
  99. package/esm2020/lib/application-controller/shared/advanced-component/gamma-advance-operator-table/gamma-advance-operator-table.component.mjs +0 -177
  100. package/esm2020/lib/application-controller/shared/advanced-component/gamma-geo-chart/gamma-geo-chart.component.mjs +0 -441
  101. package/esm2020/lib/application-controller/shared/advanced-component/gamma-heatmap/gamma-heatmap.component.mjs +0 -328
  102. package/esm2020/lib/application-controller/shared/advanced-component/gamma-table-clumn-bar-chart/gamma-table-clumn-bar-chart.component.mjs +0 -155
  103. package/esm2020/lib/application-controller/shared/advanced-component/gamma-table-with-percentage/contentSafeHtml.mjs +0 -20
  104. package/esm2020/lib/application-controller/shared/advanced-component/gamma-table-with-percentage/gamma-table-with-percentage.component.mjs +0 -157
  105. package/esm2020/lib/application-controller/shared/advanced-component/gamma-today-previous/gamma-today-previous.component.mjs +0 -85
  106. package/esm2020/lib/application-controller/shared/advanced-component/google-geo-map/google-geo-map.component.mjs +0 -439
  107. package/esm2020/lib/application-controller/shared/app-title/app-title.component.mjs +0 -67
  108. package/esm2020/lib/application-controller/shared/gamam-widget/gamam-widget.component.mjs +0 -35
  109. package/esm2020/lib/application-controller/shared/gamma-advance-filter/gamma-advance-filter.component.mjs +0 -237
  110. package/esm2020/lib/application-controller/shared/gamma-bread-crumbs/bread-crumbs.component.mjs +0 -142
  111. package/esm2020/lib/application-controller/shared/kpi-comon-service.mjs +0 -537
  112. package/esm2020/lib/application-controller/shared/loading/loadingModule.mjs +0 -28
  113. package/esm2020/lib/application-controller/shared/safeHtmlPipe.mjs +0 -20
  114. /package/lib/{application-controller/shared → shared}/advanced-component/advance-widget-header-filter/advance-widget-header-filter.component.d.ts +0 -0
  115. /package/lib/{application-controller/shared → shared}/advanced-component/gamma-table-with-percentage/contentSafeHtml.d.ts +0 -0
  116. /package/lib/{application-controller/shared → shared}/loader/loader.component.d.ts +0 -0
  117. /package/lib/{application-controller/shared → shared}/loading/loading.component.d.ts +0 -0
  118. /package/lib/{application-controller/shared → shared}/loading/loadingModule.d.ts +0 -0
  119. /package/lib/{application-controller/shared → shared}/safeHtmlPipe.d.ts +0 -0
@@ -0,0 +1,109 @@
1
+ import { ComponentFactoryResolver, ComponentRef, ElementRef, OnInit, ViewContainerRef } from '@angular/core';
2
+ import { ActivatedRoute, Router } from '@angular/router';
3
+ import { CommonService } from '../../application-controller/common';
4
+ import { GammaAdvanceChartComponent } from '../../shared/advanced-component/gamma-advance-chart/gamma-advance-chart.component';
5
+ import { GammaTodayPreviousComponent } from '../../shared/advanced-component/gamma-today-previous/gamma-today-previous.component';
6
+ import { AppAdvanceHeaderComponent } from '../../shared/advanced-component/app-advance-header/app-header.component';
7
+ import { GammaTableWithPercentageComponent } from '../../shared/advanced-component/gamma-table-with-percentage/gamma-table-with-percentage.component';
8
+ import { GammSingleNumberCardComponent } from '../../shared/advanced-component/gamm-single-number-card/gamm-single-number-card.component';
9
+ import { GammaAdvanceOperatorTableComponent } from '../../shared/advanced-component/gamma-advance-operator-table/gamma-advance-operator-table.component';
10
+ import { AdvanceWidgetHeaderFilterComponent } from '../../shared/advanced-component/advance-widget-header-filter/advance-widget-header-filter.component';
11
+ import { ApplicationContentService } from '../../application-controller/application-content.service';
12
+ import { ApplicationDatssetsCall } from '../../application-controller/application-dataset-call.service';
13
+ import { ToastrService } from 'ngx-toastr';
14
+ import * as i0 from "@angular/core";
15
+ export declare class LandingComponentComponent implements OnInit {
16
+ commonService: CommonService;
17
+ private activatedRoute;
18
+ private viewContainerRef;
19
+ private componentFactoryResolver;
20
+ private service;
21
+ private toastr;
22
+ private router;
23
+ private datasetService;
24
+ dashbord_container: any;
25
+ selected_width: any;
26
+ widget_width: string[];
27
+ loadingModal: boolean;
28
+ page_title: string;
29
+ defaultStartDate: any;
30
+ defaultEndDate: any;
31
+ dynamicComponentContainer: ViewContainerRef;
32
+ containerRef: ViewContainerRef;
33
+ dynamicContainer: ElementRef;
34
+ dynamicComponentRefs: ComponentRef<any>[];
35
+ CompRefs: ComponentRef<any>;
36
+ componentClassMap: {
37
+ GammaAdvanceChartComponent: typeof GammaAdvanceChartComponent;
38
+ GammaTodayPreviousComponent: typeof GammaTodayPreviousComponent;
39
+ AppAdvanceHeaderComponent: typeof AppAdvanceHeaderComponent;
40
+ GammaTableWithPercentageComponent: typeof GammaTableWithPercentageComponent;
41
+ GammSingleNumberCardComponent: typeof GammSingleNumberCardComponent;
42
+ GammaAdvanceOperatorTableComponent: typeof GammaAdvanceOperatorTableComponent;
43
+ AdvanceWidgetHeaderFilterComponent: typeof AdvanceWidgetHeaderFilterComponent;
44
+ };
45
+ dataSourceMataData: any;
46
+ queryType: string;
47
+ dataSetModal: any;
48
+ componentConfigDataSource: any;
49
+ selescedDataSource: any;
50
+ dataSourceModal: any;
51
+ isDashBoardContent: boolean;
52
+ selectedViewFormComponent: any;
53
+ addedwidGetConfig: {
54
+ display: boolean;
55
+ widgetTitle: string;
56
+ width: string;
57
+ height: string;
58
+ };
59
+ dashBoardWidgetConfig: any;
60
+ isWidgetCreationContent: boolean;
61
+ selectedWidth: any;
62
+ selectedHeight: any;
63
+ newWidgetIndex: any;
64
+ selectedIndexObjForChart: any;
65
+ selectedContainerObjectForChart: any;
66
+ dataSettableDataSource: any;
67
+ uniqueDataSetObject: {};
68
+ isDashBoardContentTypeView: boolean;
69
+ filters: any;
70
+ allWidgetByDataset: any[];
71
+ pageTitle: any;
72
+ stateDataSource: Map<any, any>;
73
+ mainPageDivElement: any;
74
+ contextMenuDataSource: any;
75
+ havingDataObject: any;
76
+ isWidgetFilters: boolean;
77
+ nodeproperticeFilterDataSource: any;
78
+ globalDefaultFilter: any;
79
+ pageId: any;
80
+ kpi_breadcrumbs_container: any;
81
+ constructor(commonService: CommonService, activatedRoute: ActivatedRoute, viewContainerRef: ViewContainerRef, componentFactoryResolver: ComponentFactoryResolver, service: ApplicationContentService, toastr: ToastrService, router: Router, datasetService: ApplicationDatssetsCall);
82
+ ngOnInit(): void;
83
+ getFiltersForTemplate(filter: any): Promise<void>;
84
+ getPadeDataSource(context: any): Promise<void>;
85
+ getComponentConfigSet(): void;
86
+ getDataSet(): void;
87
+ createDivElements(datasetById: any, context: any): Promise<void>;
88
+ loadWidgetNodes(div: any, mainItemDiv: any, datasetById: any): void;
89
+ loadSingleWidgetNode(item: any, containerElement: HTMLElement, datasetById: any): void;
90
+ getWidgetTitleDiv(item: any): HTMLDivElement;
91
+ loadDynamicComponent(data: any, indexObj: any, containerElement: any): any;
92
+ loadFilterComponent(indexObj: any, containerElement: any, filterItems: any, context_filter: any): void;
93
+ loadWidgetFilterComponent(indexObj: any, containerElement: any, filterItems: any, viewIds: any): void;
94
+ getContextClick(event: any): void;
95
+ getRowClick(event: any): Promise<void>;
96
+ getViewByRowCLickForHourlyChart(event: any, node: any): void;
97
+ getViewByRowCLick(event: any, view: any): Promise<void>;
98
+ scrollToBottom(container: HTMLElement): void;
99
+ findWidgetById(configs: any[], id: string): any | undefined;
100
+ updateOperatorData(key_name: string[], value_data: any): any;
101
+ getElementOfCurrentView(node: any, viewId: any): any;
102
+ getHourlyData(node: any): any;
103
+ getSetOperatorFilter(objectData: any, previousViewStates: any): {};
104
+ getRearchResultFromInputBox(inputValue: any, viewConfig: any, filterObject: any): void;
105
+ submitFilter(): void;
106
+ getWidgetFilterForTemplate(value: any): void;
107
+ static ɵfac: i0.ɵɵFactoryDeclaration<LandingComponentComponent, never>;
108
+ static ɵcmp: i0.ɵɵComponentDeclaration<LandingComponentComponent, "app-landing-component", never, {}, {}, never, never, false>;
109
+ }
@@ -1,7 +1,7 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./exception-operation.component";
3
3
  import * as i2 from "@angular/common";
4
- import * as i3 from "../../application-controller/shared/loading/loadingModule";
4
+ import * as i3 from "../../shared/loading/loadingModule";
5
5
  import * as i4 from "devextreme-angular";
6
6
  import * as i5 from "@angular/forms";
7
7
  import * as i6 from "@angular/material/icon";
@@ -0,0 +1,42 @@
1
+ import { OnInit, ElementRef, ComponentRef, ViewContainerRef } from '@angular/core';
2
+ import { GammaAdvanceChartComponent } from '../../shared/advanced-component/gamma-advance-chart/gamma-advance-chart.component';
3
+ import { GammaTodayPreviousComponent } from '../../shared/advanced-component/gamma-today-previous/gamma-today-previous.component';
4
+ import { AppAdvanceHeaderComponent } from '../../shared/advanced-component/app-advance-header/app-header.component';
5
+ import { GammaTableWithPercentageComponent } from '../../shared/advanced-component/gamma-table-with-percentage/gamma-table-with-percentage.component';
6
+ import { GammSingleNumberCardComponent } from '../../shared/advanced-component/gamm-single-number-card/gamm-single-number-card.component';
7
+ import { GammaAdvanceOperatorTableComponent } from '../../shared/advanced-component/gamma-advance-operator-table/gamma-advance-operator-table.component';
8
+ import { AdvanceWidgetHeaderFilterComponent } from '../../shared/advanced-component/advance-widget-header-filter/advance-widget-header-filter.component';
9
+ import { GammaGeoChartComponent } from '../../shared/advanced-component/gamma-geo-chart/gamma-geo-chart.component';
10
+ import { GammaHeatChartComponent } from '../../shared/advanced-component/gamma-heatmap/gamma-heatmap.component';
11
+ import * as i0 from "@angular/core";
12
+ export declare class DynamicWidgetForMultilayoutComponent implements OnInit {
13
+ private viewContainerRef;
14
+ popupContainer: ElementRef;
15
+ view: any;
16
+ datasetById: any;
17
+ contextMenuDataSource: any;
18
+ isWidgetFilters: boolean;
19
+ dynamicComponentRefs: ComponentRef<any>[];
20
+ nodeproperticeFilterDataSource: any;
21
+ uniqueDataSetObject: any;
22
+ CompRefs: ComponentRef<any>;
23
+ componentClassMap: {
24
+ GammaAdvanceChartComponent: typeof GammaAdvanceChartComponent;
25
+ GammaTodayPreviousComponent: typeof GammaTodayPreviousComponent;
26
+ AppAdvanceHeaderComponent: typeof AppAdvanceHeaderComponent;
27
+ GammaTableWithPercentageComponent: typeof GammaTableWithPercentageComponent;
28
+ GammSingleNumberCardComponent: typeof GammSingleNumberCardComponent;
29
+ GammaAdvanceOperatorTableComponent: typeof GammaAdvanceOperatorTableComponent;
30
+ AdvanceWidgetHeaderFilterComponent: typeof AdvanceWidgetHeaderFilterComponent;
31
+ GammaGeoChartComponent: typeof GammaGeoChartComponent;
32
+ GammaHeatChartComponent: typeof GammaHeatChartComponent;
33
+ };
34
+ set modalConfigs(value: any);
35
+ constructor(viewContainerRef: ViewContainerRef);
36
+ ngOnInit(): void;
37
+ loadDynamicComponent(data: any, containerElement: any): any;
38
+ getWidgetTitleDiv(item: any): HTMLDivElement;
39
+ loadWidgetFilterComponent(indexObj: any, containerElement: any, filterItems: any, viewIds: any): void;
40
+ static ɵfac: i0.ɵɵFactoryDeclaration<DynamicWidgetForMultilayoutComponent, never>;
41
+ static ɵcmp: i0.ɵɵComponentDeclaration<DynamicWidgetForMultilayoutComponent, "app-dynamic-widget", never, { "view": "view"; "datasetById": "datasetById"; "contextMenuDataSource": "contextMenuDataSource"; "modalConfigs": "modalConfigs"; }, {}, never, never, false>;
42
+ }
@@ -0,0 +1,117 @@
1
+ import { ComponentFactoryResolver, ComponentRef, ElementRef, OnInit, ViewContainerRef } from '@angular/core';
2
+ import { ActivatedRoute, Router } from '@angular/router';
3
+ import { ToastrService } from 'ngx-toastr';
4
+ import { CommonService } from '../../application-controller/common';
5
+ import { GammaAdvanceChartComponent } from '../../shared/advanced-component/gamma-advance-chart/gamma-advance-chart.component';
6
+ import { GammaTodayPreviousComponent } from '../../shared/advanced-component/gamma-today-previous/gamma-today-previous.component';
7
+ import { AppAdvanceHeaderComponent } from '../../shared/advanced-component/app-advance-header/app-header.component';
8
+ import { GammaTableWithPercentageComponent } from '../../shared/advanced-component/gamma-table-with-percentage/gamma-table-with-percentage.component';
9
+ import { GammSingleNumberCardComponent } from '../../shared/advanced-component/gamm-single-number-card/gamm-single-number-card.component';
10
+ import { GammaAdvanceOperatorTableComponent } from '../../shared/advanced-component/gamma-advance-operator-table/gamma-advance-operator-table.component';
11
+ import { AdvanceWidgetHeaderFilterComponent } from '../../shared/advanced-component/advance-widget-header-filter/advance-widget-header-filter.component';
12
+ import { GammaGeoChartComponent } from '../../shared/advanced-component/gamma-geo-chart/gamma-geo-chart.component';
13
+ import { GammaHeatChartComponent } from '../../shared/advanced-component/gamma-heatmap/gamma-heatmap.component';
14
+ import { ApplicationContentService } from '../../application-controller/application-content.service';
15
+ import { ApplicationDatssetsCall } from '../../application-controller/application-dataset-call.service';
16
+ import * as i0 from "@angular/core";
17
+ export declare class KpiWithMultilayoutSetTestComponent implements OnInit {
18
+ commonService: CommonService;
19
+ private activatedRoute;
20
+ private viewContainerRef;
21
+ private componentFactoryResolver;
22
+ private service;
23
+ private toastr;
24
+ private router;
25
+ private datasetService;
26
+ dashbord_container: any;
27
+ selected_width: any;
28
+ widget_width: string[];
29
+ loadingModal: boolean;
30
+ page_title: string;
31
+ defaultStartDate: any;
32
+ defaultEndDate: any;
33
+ dynamicComponentContainer: ViewContainerRef;
34
+ containerRef: ViewContainerRef;
35
+ dynamicContainer: ElementRef;
36
+ dynamicComponentRefs: ComponentRef<any>[];
37
+ CompRefs: ComponentRef<any>;
38
+ componentClassMap: {
39
+ GammaAdvanceChartComponent: typeof GammaAdvanceChartComponent;
40
+ GammaTodayPreviousComponent: typeof GammaTodayPreviousComponent;
41
+ AppAdvanceHeaderComponent: typeof AppAdvanceHeaderComponent;
42
+ GammaTableWithPercentageComponent: typeof GammaTableWithPercentageComponent;
43
+ GammSingleNumberCardComponent: typeof GammSingleNumberCardComponent;
44
+ GammaAdvanceOperatorTableComponent: typeof GammaAdvanceOperatorTableComponent;
45
+ AdvanceWidgetHeaderFilterComponent: typeof AdvanceWidgetHeaderFilterComponent;
46
+ GammaGeoChartComponent: typeof GammaGeoChartComponent;
47
+ GammaHeatChartComponent: typeof GammaHeatChartComponent;
48
+ };
49
+ dataSourceMataData: any;
50
+ queryType: string;
51
+ dataSetModal: any;
52
+ componentConfigDataSource: any;
53
+ selescedDataSource: any;
54
+ dataSourceModal: any;
55
+ isDashBoardContent: boolean;
56
+ selectedViewFormComponent: any;
57
+ addedwidGetConfig: {
58
+ display: boolean;
59
+ widgetTitle: string;
60
+ width: string;
61
+ height: string;
62
+ };
63
+ dashBoardWidgetConfig: any;
64
+ isWidgetCreationContent: boolean;
65
+ selectedWidth: any;
66
+ selectedHeight: any;
67
+ newWidgetIndex: any;
68
+ selectedIndexObjForChart: any;
69
+ selectedContainerObjectForChart: any;
70
+ dataSettableDataSource: any;
71
+ uniqueDataSetObject: {};
72
+ isDashBoardContentTypeView: boolean;
73
+ filters: any;
74
+ allWidgetByDataset: any[];
75
+ pageTitle: any;
76
+ stateDataSource: Map<any, any>;
77
+ mainPageDivElement: Map<any, any>;
78
+ contextMenuDataSource: any;
79
+ havingDataObject: any;
80
+ isWidgetFilters: boolean;
81
+ nodeproperticeFilterDataSource: any;
82
+ globalDefaultFilter: any;
83
+ pageId: any;
84
+ kpi_breadcrumbs_container: any;
85
+ operatorName: any;
86
+ constructor(commonService: CommonService, activatedRoute: ActivatedRoute, viewContainerRef: ViewContainerRef, componentFactoryResolver: ComponentFactoryResolver, service: ApplicationContentService, toastr: ToastrService, router: Router, datasetService: ApplicationDatssetsCall);
87
+ ngOnInit(): void;
88
+ getFiltersForTemplate(filter: any): Promise<void>;
89
+ getPadeDataSource(context: any): Promise<void>;
90
+ getComponentConfigSet(): void;
91
+ getDataSet(): void;
92
+ createDivElements(datasetById: any, context: any): Promise<void>;
93
+ loadWidgetNodes(div: any, mainItemDiv: any, datasetById: any): void;
94
+ loadSingleWidgetNode(item: any, containerElement: any, datasetById: any, widgetId: any): void;
95
+ getWidgetTitleDiv(item: any): HTMLDivElement;
96
+ loadDynamicComponent(data: any, indexObj: any, containerElement: any): any;
97
+ loadFilterComponent(indexObj: any, containerElement: any, filterItems: any, context_filter: any): void;
98
+ loadWidgetFilterComponent(indexObj: any, containerElement: any, filterItems: any, viewIds: any): void;
99
+ getContextClick(event: any): void;
100
+ getRowClick(event: any): Promise<void>;
101
+ getViewByRowCLickForHourlyChart(event: any, node: any): void;
102
+ getViewByRowCLick(event: any, view: any, targetWidgetId: any): Promise<void>;
103
+ scrollToBottom(container: any, widgetId: any): void;
104
+ findWidgetById(configs: any[], id: string): any | undefined;
105
+ updateOperatorData(key_name: string[], value_data: any): any;
106
+ getElementOfCurrentView(node: any, viewId: any): any;
107
+ getHourlyData(node: any): any;
108
+ getSetOperatorFilter(objectData: any, previousViewStates: any): {};
109
+ getRearchResultFromInputBox(inputValue: any, viewConfig: any, filterObject: any): void;
110
+ submitFilter(): void;
111
+ getWidgetFilterForTemplate(value: any): void;
112
+ loadDataByOperator(opName: any): Promise<void>;
113
+ getContextFilterData(value: any): Promise<void>;
114
+ parseInput(input: any): any;
115
+ static ɵfac: i0.ɵɵFactoryDeclaration<KpiWithMultilayoutSetTestComponent, never>;
116
+ static ɵcmp: i0.ɵɵComponentDeclaration<KpiWithMultilayoutSetTestComponent, "app-kpi-with-multilayout", never, {}, {}, never, never, false>;
117
+ }
@@ -0,0 +1,17 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./kpi-with-multilayout.component";
3
+ import * as i2 from "./dynamin-modal-multi.component";
4
+ import * as i3 from "@angular/common";
5
+ import * as i4 from "../../shared/loading/loadingModule";
6
+ import * as i5 from "devextreme-angular";
7
+ import * as i6 from "@angular/forms";
8
+ import * as i7 from "@angular/material/icon";
9
+ import * as i8 from "@angular/material/tooltip";
10
+ import * as i9 from "@angular/material/button";
11
+ import * as i10 from "@angular/material/divider";
12
+ import * as i11 from "@angular/material/menu";
13
+ export declare class KpiWithMultiLayoutModule {
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<KpiWithMultiLayoutModule, never>;
15
+ static ɵmod: i0.ɵɵNgModuleDeclaration<KpiWithMultiLayoutModule, [typeof i1.KpiWithMultilayoutSetTestComponent, typeof i2.DynamicWidgetForMultilayoutComponent], [typeof i3.CommonModule, typeof i4.LoadingModule, typeof i3.CommonModule, typeof i5.DevExtremeModule, typeof i5.DxButtonModule, typeof i5.DxCheckBoxModule, typeof i5.DxNumberBoxModule, typeof i5.DxDataGridModule, typeof i5.DxDropDownBoxModule, typeof i5.DxTreeViewModule, typeof i5.DxScrollViewModule, typeof i5.DxFormModule, typeof i5.DxAccordionModule, typeof i6.FormsModule, typeof i5.DxTagBoxModule, typeof i6.ReactiveFormsModule, typeof i7.MatIconModule, typeof i5.DxHtmlEditorModule, typeof i5.DxBulletModule, typeof i5.DxChartModule, typeof i5.DxDateBoxModule, typeof i5.DxLoadPanelModule, typeof i5.DxLookupModule, typeof i5.DxPivotGridModule, typeof i5.DxTemplateModule, typeof i5.DxTextAreaModule, typeof i5.DxValidationSummaryModule, typeof i5.DxValidatorModule, typeof i5.DxCalendarModule, typeof i5.DxTooltipModule, typeof i5.DxContextMenuModule, typeof i5.DxLoadIndicatorModule, typeof i5.DxPieChartModule, typeof i8.MatTooltipModule, typeof i5.DxPopupModule, typeof i5.DxSelectBoxModule, typeof i5.DxTextBoxModule, typeof i5.DxTreeViewModule, typeof i9.MatButtonModule, typeof i10.MatDividerModule, typeof i11.MatMenuModule, typeof i7.MatIconModule, typeof i4.LoadingModule], [typeof i1.KpiWithMultilayoutSetTestComponent, typeof i2.DynamicWidgetForMultilayoutComponent]>;
16
+ static ɵinj: i0.ɵɵInjectorDeclaration<KpiWithMultiLayoutModule>;
17
+ }
@@ -0,0 +1,42 @@
1
+ import { OnInit, ElementRef, ComponentRef, ViewContainerRef } from '@angular/core';
2
+ import { GammaAdvanceChartComponent } from '../../shared/advanced-component/gamma-advance-chart/gamma-advance-chart.component';
3
+ import { GammaTodayPreviousComponent } from '../../shared/advanced-component/gamma-today-previous/gamma-today-previous.component';
4
+ import { AppAdvanceHeaderComponent } from '../../shared/advanced-component/app-advance-header/app-header.component';
5
+ import { GammaTableWithPercentageComponent } from '../../shared/advanced-component/gamma-table-with-percentage/gamma-table-with-percentage.component';
6
+ import { GammSingleNumberCardComponent } from '../../shared/advanced-component/gamm-single-number-card/gamm-single-number-card.component';
7
+ import { GammaAdvanceOperatorTableComponent } from '../../shared/advanced-component/gamma-advance-operator-table/gamma-advance-operator-table.component';
8
+ import { AdvanceWidgetHeaderFilterComponent } from '../../shared/advanced-component/advance-widget-header-filter/advance-widget-header-filter.component';
9
+ import { GammaGeoChartComponent } from '../../shared/advanced-component/gamma-geo-chart/gamma-geo-chart.component';
10
+ import { GammaHeatChartComponent } from '../../shared/advanced-component/gamma-heatmap/gamma-heatmap.component';
11
+ import * as i0 from "@angular/core";
12
+ export declare class DynamicWidgetComponent implements OnInit {
13
+ private viewContainerRef;
14
+ popupContainer: ElementRef;
15
+ view: any;
16
+ datasetById: any;
17
+ contextMenuDataSource: any;
18
+ isWidgetFilters: boolean;
19
+ dynamicComponentRefs: ComponentRef<any>[];
20
+ nodeproperticeFilterDataSource: any;
21
+ uniqueDataSetObject: any;
22
+ CompRefs: ComponentRef<any>;
23
+ componentClassMap: {
24
+ GammaAdvanceChartComponent: typeof GammaAdvanceChartComponent;
25
+ GammaTodayPreviousComponent: typeof GammaTodayPreviousComponent;
26
+ AppAdvanceHeaderComponent: typeof AppAdvanceHeaderComponent;
27
+ GammaTableWithPercentageComponent: typeof GammaTableWithPercentageComponent;
28
+ GammSingleNumberCardComponent: typeof GammSingleNumberCardComponent;
29
+ GammaAdvanceOperatorTableComponent: typeof GammaAdvanceOperatorTableComponent;
30
+ AdvanceWidgetHeaderFilterComponent: typeof AdvanceWidgetHeaderFilterComponent;
31
+ GammaGeoChartComponent: typeof GammaGeoChartComponent;
32
+ GammaHeatChartComponent: typeof GammaHeatChartComponent;
33
+ };
34
+ set modalConfigs(value: any);
35
+ constructor(viewContainerRef: ViewContainerRef);
36
+ ngOnInit(): void;
37
+ loadDynamicComponent(data: any, containerElement: any): any;
38
+ getWidgetTitleDiv(item: any): HTMLDivElement;
39
+ loadWidgetFilterComponent(indexObj: any, containerElement: any, filterItems: any, viewIds: any): void;
40
+ static ɵfac: i0.ɵɵFactoryDeclaration<DynamicWidgetComponent, never>;
41
+ static ɵcmp: i0.ɵɵComponentDeclaration<DynamicWidgetComponent, "app-dynamic-widget", never, { "view": "view"; "datasetById": "datasetById"; "contextMenuDataSource": "contextMenuDataSource"; "modalConfigs": "modalConfigs"; }, {}, never, never, false>;
42
+ }
@@ -0,0 +1,122 @@
1
+ import { ComponentFactoryResolver, ComponentRef, ElementRef, OnInit, ViewContainerRef } from '@angular/core';
2
+ import { ActivatedRoute, Router } from '@angular/router';
3
+ import { ToastrService } from 'ngx-toastr';
4
+ import { CommonService } from '../../application-controller/common';
5
+ import { GammaAdvanceChartComponent } from '../../shared/advanced-component/gamma-advance-chart/gamma-advance-chart.component';
6
+ import { GammaTodayPreviousComponent } from '../../shared/advanced-component/gamma-today-previous/gamma-today-previous.component';
7
+ import { AppAdvanceHeaderComponent } from '../../shared/advanced-component/app-advance-header/app-header.component';
8
+ import { GammaTableWithPercentageComponent } from '../../shared/advanced-component/gamma-table-with-percentage/gamma-table-with-percentage.component';
9
+ import { GammSingleNumberCardComponent } from '../../shared/advanced-component/gamm-single-number-card/gamm-single-number-card.component';
10
+ import { GammaAdvanceOperatorTableComponent } from '../../shared/advanced-component/gamma-advance-operator-table/gamma-advance-operator-table.component';
11
+ import { AdvanceWidgetHeaderFilterComponent } from '../../shared/advanced-component/advance-widget-header-filter/advance-widget-header-filter.component';
12
+ import { GammaGeoChartComponent } from '../../shared/advanced-component/gamma-geo-chart/gamma-geo-chart.component';
13
+ import { GammaHeatChartComponent } from '../../shared/advanced-component/gamma-heatmap/gamma-heatmap.component';
14
+ import { ApplicationContentService } from '../../application-controller/application-content.service';
15
+ import { ApplicationDatssetsCall } from '../../application-controller/application-dataset-call.service';
16
+ import * as i0 from "@angular/core";
17
+ export declare class KpiWithDataSetTestComponent implements OnInit {
18
+ commonService: CommonService;
19
+ private activatedRoute;
20
+ private viewContainerRef;
21
+ private componentFactoryResolver;
22
+ private service;
23
+ private toastr;
24
+ private router;
25
+ private datasetService;
26
+ dashbord_container: any;
27
+ selected_width: any;
28
+ widget_width: string[];
29
+ loadingModal: boolean;
30
+ page_title: string;
31
+ defaultStartDate: any;
32
+ defaultEndDate: any;
33
+ dynamicComponentContainer: ViewContainerRef;
34
+ containerRef: ViewContainerRef;
35
+ dynamicContainer: ElementRef;
36
+ dynamicContainerForPopup: ElementRef;
37
+ dynamicComponentRefs: ComponentRef<any>[];
38
+ CompRefs: ComponentRef<any>;
39
+ componentClassMap: {
40
+ GammaAdvanceChartComponent: typeof GammaAdvanceChartComponent;
41
+ GammaTodayPreviousComponent: typeof GammaTodayPreviousComponent;
42
+ AppAdvanceHeaderComponent: typeof AppAdvanceHeaderComponent;
43
+ GammaTableWithPercentageComponent: typeof GammaTableWithPercentageComponent;
44
+ GammSingleNumberCardComponent: typeof GammSingleNumberCardComponent;
45
+ GammaAdvanceOperatorTableComponent: typeof GammaAdvanceOperatorTableComponent;
46
+ AdvanceWidgetHeaderFilterComponent: typeof AdvanceWidgetHeaderFilterComponent;
47
+ GammaGeoChartComponent: typeof GammaGeoChartComponent;
48
+ GammaHeatChartComponent: typeof GammaHeatChartComponent;
49
+ };
50
+ dataSourceMataData: any;
51
+ queryType: string;
52
+ dataSetModal: any;
53
+ componentConfigDataSource: any;
54
+ selescedDataSource: any;
55
+ dataSourceModal: any;
56
+ isDashBoardContent: boolean;
57
+ selectedViewFormComponent: any;
58
+ addedwidGetConfig: {
59
+ display: boolean;
60
+ widgetTitle: string;
61
+ width: string;
62
+ height: string;
63
+ };
64
+ dashBoardWidgetConfig: any;
65
+ isWidgetCreationContent: boolean;
66
+ selectedWidth: any;
67
+ selectedHeight: any;
68
+ newWidgetIndex: any;
69
+ selectedIndexObjForChart: any;
70
+ selectedContainerObjectForChart: any;
71
+ dataSettableDataSource: any;
72
+ uniqueDataSetObject: {};
73
+ isDashBoardContentTypeView: boolean;
74
+ filters: any;
75
+ allWidgetByDataset: any[];
76
+ pageTitle: any;
77
+ stateDataSource: Map<any, any>;
78
+ mainPageDivElement: any;
79
+ contextMenuDataSource: any;
80
+ havingDataObject: any;
81
+ isWidgetFilters: boolean;
82
+ nodeproperticeFilterDataSource: any;
83
+ globalDefaultFilter: any;
84
+ pageId: any;
85
+ kpi_breadcrumbs_container: any;
86
+ operatorName: any;
87
+ defaultViewIds: any;
88
+ isPopupView: boolean;
89
+ modalConfigs: any;
90
+ constructor(commonService: CommonService, activatedRoute: ActivatedRoute, viewContainerRef: ViewContainerRef, componentFactoryResolver: ComponentFactoryResolver, service: ApplicationContentService, toastr: ToastrService, router: Router, datasetService: ApplicationDatssetsCall);
91
+ ngOnInit(): void;
92
+ getFiltersForTemplate(filter: any): Promise<void>;
93
+ getPadeDataSource(context: any): Promise<void>;
94
+ getComponentConfigSet(): void;
95
+ getDataSet(): void;
96
+ createDivElements(datasetById: any, context: any): Promise<void>;
97
+ loadWidgetNodes(div: any, mainItemDiv: any, datasetById: any): void;
98
+ loadSingleWidgetNode(item: any, containerElement: HTMLElement, datasetById: any): void;
99
+ getWidgetTitleDiv(item: any): HTMLDivElement;
100
+ loadDynamicComponent(data: any, indexObj: any, containerElement: any): any;
101
+ loadFilterComponent(indexObj: any, containerElement: any, filterItems: any, context_filter: any): void;
102
+ loadWidgetFilterComponent(indexObj: any, containerElement: any, filterItems: any, viewIds: any): void;
103
+ getContextClick(event: any): void;
104
+ getRowClick(event: any): Promise<void>;
105
+ getViewByRowCLickForHourlyChart(event: any, node: any): void;
106
+ getModalViewByRowCLick(event: any, view: any): Promise<void>;
107
+ getViewByRowCLick(event: any, view: any): Promise<void>;
108
+ scrollToBottom(container: HTMLElement): void;
109
+ findWidgetById(configs: any[], id: string): any | undefined;
110
+ updateOperatorData(key_name: string[], value_data: any): any;
111
+ getElementOfCurrentView(node: any, viewId: any): any;
112
+ getHourlyData(node: any): any;
113
+ getSetOperatorFilter(objectData: any, previousViewStates: any): {};
114
+ getRearchResultFromInputBox(inputValue: any, viewConfig: any, filterObject: any): void;
115
+ submitFilter(): void;
116
+ getWidgetFilterForTemplate(value: any): void;
117
+ loadDataByOperator(opName: any): Promise<void>;
118
+ getContextFilterData(value: any): Promise<void>;
119
+ parseInput(input: any): any;
120
+ static ɵfac: i0.ɵɵFactoryDeclaration<KpiWithDataSetTestComponent, never>;
121
+ static ɵcmp: i0.ɵɵComponentDeclaration<KpiWithDataSetTestComponent, "app-kpi-with-dataset", never, {}, {}, never, never, false>;
122
+ }
@@ -0,0 +1,17 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./kpi-with-dataset.component";
3
+ import * as i2 from "./dynamin-modal.component";
4
+ import * as i3 from "@angular/common";
5
+ import * as i4 from "../../shared/loading/loadingModule";
6
+ import * as i5 from "devextreme-angular";
7
+ import * as i6 from "@angular/forms";
8
+ import * as i7 from "@angular/material/icon";
9
+ import * as i8 from "@angular/material/tooltip";
10
+ import * as i9 from "@angular/material/button";
11
+ import * as i10 from "@angular/material/divider";
12
+ import * as i11 from "@angular/material/menu";
13
+ export declare class KpiWithSingleLayoutModule {
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<KpiWithSingleLayoutModule, never>;
15
+ static ɵmod: i0.ɵɵNgModuleDeclaration<KpiWithSingleLayoutModule, [typeof i1.KpiWithDataSetTestComponent, typeof i2.DynamicWidgetComponent], [typeof i3.CommonModule, typeof i4.LoadingModule, typeof i3.CommonModule, typeof i5.DevExtremeModule, typeof i5.DxButtonModule, typeof i5.DxCheckBoxModule, typeof i5.DxNumberBoxModule, typeof i5.DxDataGridModule, typeof i5.DxDropDownBoxModule, typeof i5.DxTreeViewModule, typeof i5.DxScrollViewModule, typeof i5.DxFormModule, typeof i5.DxAccordionModule, typeof i6.FormsModule, typeof i5.DxTagBoxModule, typeof i6.ReactiveFormsModule, typeof i7.MatIconModule, typeof i5.DxHtmlEditorModule, typeof i5.DxBulletModule, typeof i5.DxChartModule, typeof i5.DxDateBoxModule, typeof i5.DxLoadPanelModule, typeof i5.DxLookupModule, typeof i5.DxPivotGridModule, typeof i5.DxTemplateModule, typeof i5.DxTextAreaModule, typeof i5.DxValidationSummaryModule, typeof i5.DxValidatorModule, typeof i5.DxCalendarModule, typeof i5.DxTooltipModule, typeof i5.DxContextMenuModule, typeof i5.DxLoadIndicatorModule, typeof i5.DxPieChartModule, typeof i8.MatTooltipModule, typeof i5.DxPopupModule, typeof i5.DxSelectBoxModule, typeof i5.DxTextBoxModule, typeof i5.DxTreeViewModule, typeof i9.MatButtonModule, typeof i10.MatDividerModule, typeof i11.MatMenuModule, typeof i7.MatIconModule, typeof i4.LoadingModule], [typeof i2.DynamicWidgetComponent, typeof i1.KpiWithDataSetTestComponent]>;
16
+ static ɵinj: i0.ɵɵInjectorDeclaration<KpiWithSingleLayoutModule>;
17
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gamma-app-controller",
3
- "version": "1.1.26",
3
+ "version": "1.1.27",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^14.0.0",
6
6
  "@angular/core": "^14.0.0",
package/public-api.d.ts CHANGED
@@ -14,25 +14,25 @@ export * from './lib/application-controller/application-dataset-component/create
14
14
  export * from './lib/application-controller/application-view-components/application-views/application-views.component';
15
15
  export * from './lib/application-controller/application-view-components/create-comp-view/create-comp-view.component';
16
16
  export * from './lib/application-controller/common-header/common-header.component';
17
- export * from './lib/application-controller/shared/advanced-component/advance-widget-header-filter/advance-widget-header-filter.component';
18
- export * from './lib/application-controller/shared/advanced-component/app-advance-header/app-header.component';
19
- export * from './lib/application-controller/shared/advanced-component/gamm-single-number-card/gamm-single-number-card.component';
20
- export * from './lib/application-controller/shared/advanced-component/gamma-advance-chart/gamma-advance-chart.component';
21
- export * from './lib/application-controller/shared/advanced-component/gamma-advance-operator-table/gamma-advance-operator-table.component';
22
- export * from './lib/application-controller/shared/advanced-component/gamma-table-with-percentage/gamma-table-with-percentage.component';
23
- export * from './lib/application-controller/shared/advanced-component/gamma-today-previous/gamma-today-previous.component';
24
- export * from './lib/application-controller/shared/advanced-component/google-geo-map/google-geo-map.component';
25
- export * from './lib/application-controller/shared/advanced-component/gamma-table-clumn-bar-chart/gamma-table-clumn-bar-chart.component';
26
- export * from './lib/application-controller/shared/app-title/app-title.component';
27
- export * from './lib/application-controller/shared/gamam-widget/gamam-widget.component';
28
- export * from './lib/application-controller/shared/gamma-advance-filter/gamma-advance-filter.component';
29
- export * from './lib/application-controller/shared/gamma-bread-crumbs/bread-crumbs.component';
30
- export * from './lib/application-controller/shared/loader/loader.component';
17
+ export * from './lib/shared/advanced-component/advance-widget-header-filter/advance-widget-header-filter.component';
18
+ export * from './lib/shared/advanced-component/app-advance-header/app-header.component';
19
+ export * from './lib/shared/advanced-component/gamm-single-number-card/gamm-single-number-card.component';
20
+ export * from './lib/shared/advanced-component/gamma-advance-chart/gamma-advance-chart.component';
21
+ export * from './lib/shared/advanced-component/gamma-advance-operator-table/gamma-advance-operator-table.component';
22
+ export * from './lib/shared/advanced-component/gamma-table-with-percentage/gamma-table-with-percentage.component';
23
+ export * from './lib/shared/advanced-component/gamma-today-previous/gamma-today-previous.component';
24
+ export * from './lib/shared/advanced-component/google-geo-map/google-geo-map.component';
25
+ export * from './lib/shared/advanced-component/gamma-table-clumn-bar-chart/gamma-table-clumn-bar-chart.component';
26
+ export * from './lib/shared/app-title/app-title.component';
27
+ export * from './lib/shared/gamam-widget/gamam-widget.component';
28
+ export * from './lib/shared/gamma-advance-filter/gamma-advance-filter.component';
29
+ export * from './lib/shared/gamma-bread-crumbs/bread-crumbs.component';
30
+ export * from './lib/shared/loader/loader.component';
31
31
  export * from './lib/application-controller/support-components/table-with-bar/table-with-bar.component';
32
32
  export * from './lib/application-controller/support-components/geo-map/geo-map.component';
33
- export * from './lib/application-controller/shared/advanced-component/google-geo-map/google-geo-map.component';
34
- export * from './lib/application-controller/shared/advanced-component/gamma-geo-chart/gamma-geo-chart.component';
35
- export * from './lib/application-controller/shared/advanced-component/gamma-heatmap/gamma-heatmap.component';
33
+ export * from './lib/shared/advanced-component/gamma-heatmap/gamma-heatmap.component';
34
+ export * from './lib/shared/advanced-component/google-geo-map/google-geo-map.component';
35
+ export * from './lib/shared/advanced-component/gamma-geo-chart/gamma-geo-chart.component';
36
36
  export * from './lib/application-controller/page-controller/page-config/page-config.component';
37
37
  export * from './lib/application-controller/page-controller/page-config-multi-layout/page-config-multi-layout.component';
38
38
  export * from './lib/application-controller/page-controller/page-controller/page-controller.component';
@@ -45,9 +45,9 @@ export * from './lib/application-controller/kpi-service';
45
45
  export * from './lib/application-controller/app.http.service';
46
46
  export * from './lib/gamma-app-controller.service';
47
47
  export * from './lib/application-controller/application-content.service';
48
- export * from './lib/application-controller/shared/safeHtmlPipe';
48
+ export * from './lib/shared/safeHtmlPipe';
49
49
  export * from './lib/application-controller/application-dataset-component/create-dataset-sql/sqlFormatter';
50
- export * from './lib/application-controller/shared/advanced-component/gamma-table-with-percentage/contentSafeHtml';
50
+ export * from './lib/shared/advanced-component/gamma-table-with-percentage/contentSafeHtml';
51
51
  export * from './lib/gamma-app-controller.component';
52
52
  export * from './lib/icons.module';
53
53
  export * from './lib/application-controller/common';
@@ -70,3 +70,13 @@ export * from './lib/template-module/KpiCreationModule/treeview/components/colla
70
70
  export * from './lib/template-module/KpiCreationModule/treeview/components/divider/divider.component';
71
71
  export * from './lib/template-module/KpiCreationModule/treeview/components/group/group.component';
72
72
  export * from './lib/template-module/KpiCreationModule/treeview/components/spacer/spacer.component';
73
+ export * from './lib/template-module/kpiWithSingleLayout/kpiWithSingleLayout.module';
74
+ export * from './lib/template-module/kpiWithSingleLayout/kpi-with-dataset.component';
75
+ export * from './lib/template-module/kpiWithSingleLayout/dynamin-modal.component';
76
+ export * from './lib/template-module/kpiWithMultiLayout/dynamin-modal-multi.component';
77
+ export * from './lib/template-module/kpiWithMultiLayout/kpi-with-multilayout.component';
78
+ export * from './lib/template-module/kpiWithMultiLayout/kpiWithMultiayout.module';
79
+ export * from './lib/template-module/defaulLandingComponent/landing-component.component';
80
+ export * from './lib/template-module/defaulLandingComponent/defaultLandingComponent.module';
81
+ export * from './lib/template-module/bookmarked-template/bookmarked-template.component';
82
+ export * from './lib/template-module/bookmarked-template/bookmarkedTemplate.module';