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
@@ -15,27 +15,27 @@ import * as i13 from "./application-dataset-component/create-dataset/create-data
15
15
  import * as i14 from "./support-components/table-with-bar/table-with-bar.component";
16
16
  import * as i15 from "./application-dataset-component/create-dataset-sql/create-dataset-sql.component";
17
17
  import * as i16 from "./application-dataset-component/create-dataset-json/create-dataset-json.component";
18
- import * as i17 from "./shared/app-title/app-title.component";
19
- import * as i18 from "./shared/loader/loader.component";
20
- import * as i19 from "./shared/gamam-widget/gamam-widget.component";
21
- import * as i20 from "./shared/gamma-advance-filter/gamma-advance-filter.component";
22
- import * as i21 from "./shared/advanced-component/gamma-advance-chart/gamma-advance-chart.component";
23
- import * as i22 from "./shared/advanced-component/gamma-advance-operator-table/gamma-advance-operator-table.component";
24
- import * as i23 from "./shared/advanced-component/app-advance-header/app-header.component";
25
- import * as i24 from "./shared/advanced-component/gamma-today-previous/gamma-today-previous.component";
26
- import * as i25 from "./shared/advanced-component/gamma-table-with-percentage/gamma-table-with-percentage.component";
27
- import * as i26 from "./shared/advanced-component/gamma-table-with-percentage/contentSafeHtml";
28
- import * as i27 from "./shared/advanced-component/gamm-single-number-card/gamm-single-number-card.component";
29
- import * as i28 from "./shared/advanced-component/advance-widget-header-filter/advance-widget-header-filter.component";
30
- import * as i29 from "./shared/gamma-bread-crumbs/bread-crumbs.component";
18
+ import * as i17 from "../shared/app-title/app-title.component";
19
+ import * as i18 from "../shared/loader/loader.component";
20
+ import * as i19 from "../shared/gamam-widget/gamam-widget.component";
21
+ import * as i20 from "../shared/gamma-advance-filter/gamma-advance-filter.component";
22
+ import * as i21 from "../shared/advanced-component/gamma-advance-chart/gamma-advance-chart.component";
23
+ import * as i22 from "../shared/advanced-component/gamma-advance-operator-table/gamma-advance-operator-table.component";
24
+ import * as i23 from "../shared/advanced-component/app-advance-header/app-header.component";
25
+ import * as i24 from "../shared/advanced-component/gamma-today-previous/gamma-today-previous.component";
26
+ import * as i25 from "../shared/advanced-component/gamma-table-with-percentage/gamma-table-with-percentage.component";
27
+ import * as i26 from "../shared/advanced-component/gamma-table-with-percentage/contentSafeHtml";
28
+ import * as i27 from "../shared/advanced-component/gamm-single-number-card/gamm-single-number-card.component";
29
+ import * as i28 from "../shared/advanced-component/advance-widget-header-filter/advance-widget-header-filter.component";
30
+ import * as i29 from "../shared/gamma-bread-crumbs/bread-crumbs.component";
31
31
  import * as i30 from "./application-dataset-component/create-dataset-sql/sqlFormatter";
32
- import * as i31 from "./shared/safeHtmlPipe";
32
+ import * as i31 from "../shared/safeHtmlPipe";
33
33
  import * as i32 from "./common-header/common-header.component";
34
- import * as i33 from "./shared/advanced-component/google-geo-map/google-geo-map.component";
35
- import * as i34 from "./shared/advanced-component/gamma-table-clumn-bar-chart/gamma-table-clumn-bar-chart.component";
34
+ import * as i33 from "../shared/advanced-component/google-geo-map/google-geo-map.component";
35
+ import * as i34 from "../shared/advanced-component/gamma-table-clumn-bar-chart/gamma-table-clumn-bar-chart.component";
36
36
  import * as i35 from "./application-menu-controller/application-menus/application-menus.component";
37
37
  import * as i36 from "./application-menu-controller/application-create-menu/application-create-menu.component";
38
- import * as i37 from "./shared/advanced-component/gamma-geo-chart/gamma-geo-chart.component";
38
+ import * as i37 from "../shared/advanced-component/gamma-geo-chart/gamma-geo-chart.component";
39
39
  import * as i38 from "./page-controller/page-config-multi-layout/page-config-multi-layout.component";
40
40
  import * as i39 from "./application-metric-config/create-metrics/create-metrics.component";
41
41
  import * as i40 from "./application-metric-config/online-metrics/online-metrics.component";
@@ -44,7 +44,7 @@ import * as i42 from "./application-metric-config/all-metrics-config/all-metrics
44
44
  import * as i43 from "./support-components/dash-today-previous/dash-today-previous.component";
45
45
  import * as i44 from "./support-components/single-card/single-card.component";
46
46
  import * as i45 from "./support-components/heat-map/heat-map.component";
47
- import * as i46 from "./shared/advanced-component/gamma-heatmap/gamma-heatmap.component";
47
+ import * as i46 from "../shared/advanced-component/gamma-heatmap/gamma-heatmap.component";
48
48
  import * as i47 from "@angular/common";
49
49
  import * as i48 from "@angular/router";
50
50
  import * as i49 from "devextreme-angular";
@@ -54,7 +54,7 @@ import * as i52 from "@angular/material/tooltip";
54
54
  import * as i53 from "@angular/material/button";
55
55
  import * as i54 from "@angular/material/divider";
56
56
  import * as i55 from "@angular/material/menu";
57
- import * as i56 from "./shared/loading/loadingModule";
57
+ import * as i56 from "../shared/loading/loadingModule";
58
58
  export declare class PackageApplicationControllerModule {
59
59
  static ɵfac: i0.ɵɵFactoryDeclaration<PackageApplicationControllerModule, never>;
60
60
  static ɵmod: i0.ɵɵNgModuleDeclaration<PackageApplicationControllerModule, [typeof i1.ApplicationDatasetComponent, typeof i2.ApplicationViewsComponent, typeof i3.DatasetMongoComponent, typeof i4.DatasetQueryBulderComponent, typeof i5.DatasetRestApiComponent, typeof i6.GeoMapComponent, typeof i7.CreateCompViewComponent, typeof i8.DashChartComponent, typeof i9.DashTableComponent, typeof i10.ApplicationFilterComponent, typeof i11.PageConfigComponent, typeof i12.PageControlerComponent, typeof i13.CreateDatasetComponent, typeof i14.TableWithBarComponent, typeof i15.CreateDatasetSqlComponent, typeof i16.CreateDatasetJsonComponent, typeof i17.AppTitleComponent, typeof i18.LoaderComponent, typeof i19.GamamWidgetComponent, typeof i20.GammaAdvanceFilterComponent, typeof i21.GammaAdvanceChartComponent, typeof i22.GammaAdvanceOperatorTableComponent, typeof i23.AppAdvanceHeaderComponent, typeof i24.GammaTodayPreviousComponent, typeof i25.GammaTableWithPercentageComponent, typeof i26.contentSafeHtml, typeof i27.GammSingleNumberCardComponent, typeof i28.AdvanceWidgetHeaderFilterComponent, typeof i29.BreadCrumbsComponent, typeof i30.SqlPipe, typeof i31.SafeHtmlPipe, typeof i32.CommonHeaderComponent, typeof i33.GoogleGeoMapComponent, typeof i34.GammaTableClumnBarChartComponent, typeof i35.ApplicationMenusComponent, typeof i36.ApplicationCreateMenuComponent, typeof i37.GammaGeoChartComponent, typeof i38.PageConfigMultilayoutComponent, typeof i39.CreateMetricsComponent, typeof i40.OnlineMetricsComponent, typeof i41.OflineMetricsComponent, typeof i42.AllMetricsConfigComponent, typeof i43.DashTodayPreviousComponent, typeof i44.SingleCardComponent, typeof i45.HeatMapSupportComponent, typeof i46.GammaHeatChartComponent], [typeof i47.CommonModule, typeof i48.RouterModule, typeof i49.DevExtremeModule, typeof i49.DxButtonModule, typeof i49.DxCheckBoxModule, typeof i49.DxNumberBoxModule, typeof i49.DxDataGridModule, typeof i49.DxDropDownBoxModule, typeof i49.DxTreeViewModule, typeof i49.DxScrollViewModule, typeof i49.DxFormModule, typeof i49.DxAccordionModule, typeof i50.FormsModule, typeof i49.DxTagBoxModule, typeof i50.ReactiveFormsModule, typeof i51.MatIconModule, typeof i49.DxHtmlEditorModule, typeof i49.DxBulletModule, typeof i49.DxChartModule, typeof i49.DxDateBoxModule, typeof i49.DxLoadPanelModule, typeof i49.DxLookupModule, typeof i49.DxPivotGridModule, typeof i49.DxTemplateModule, typeof i49.DxTextAreaModule, typeof i49.DxValidationSummaryModule, typeof i49.DxValidatorModule, typeof i49.DxCalendarModule, typeof i49.DxTooltipModule, typeof i49.DxContextMenuModule, typeof i49.DxLoadIndicatorModule, typeof i49.DxPieChartModule, typeof i52.MatTooltipModule, typeof i49.DxPopupModule, typeof i49.DxSelectBoxModule, typeof i49.DxTextBoxModule, typeof i49.DxTreeViewModule, typeof i53.MatButtonModule, typeof i54.MatDividerModule, typeof i55.MatMenuModule, typeof i51.MatIconModule, typeof i56.LoadingModule], [typeof i48.RouterModule, typeof i8.DashChartComponent, typeof i9.DashTableComponent, typeof i10.ApplicationFilterComponent, typeof i13.CreateDatasetComponent, typeof i17.AppTitleComponent, typeof i18.LoaderComponent, typeof i19.GamamWidgetComponent, typeof i20.GammaAdvanceFilterComponent, typeof i21.GammaAdvanceChartComponent, typeof i22.GammaAdvanceOperatorTableComponent, typeof i23.AppAdvanceHeaderComponent, typeof i24.GammaTodayPreviousComponent, typeof i25.GammaTableWithPercentageComponent, typeof i26.contentSafeHtml, typeof i27.GammSingleNumberCardComponent, typeof i28.AdvanceWidgetHeaderFilterComponent, typeof i29.BreadCrumbsComponent, typeof i32.CommonHeaderComponent, typeof i6.GeoMapComponent, typeof i31.SafeHtmlPipe, typeof i33.GoogleGeoMapComponent, typeof i34.GammaTableClumnBarChartComponent, typeof i37.GammaGeoChartComponent, typeof i38.PageConfigMultilayoutComponent, typeof i39.CreateMetricsComponent, typeof i40.OnlineMetricsComponent, typeof i41.OflineMetricsComponent, typeof i42.AllMetricsConfigComponent, typeof i43.DashTodayPreviousComponent, typeof i45.HeatMapSupportComponent, typeof i46.GammaHeatChartComponent]>;
@@ -4,16 +4,16 @@ import { ToastrService } from 'ngx-toastr';
4
4
  import { ApplicationContentService } from '../../application-content.service';
5
5
  import { DxScrollViewComponent } from 'devextreme-angular';
6
6
  import { ApplicationDatssetsCall } from '../../application-dataset-call.service';
7
- import { GammaTodayPreviousComponent } from '../../shared/advanced-component/gamma-today-previous/gamma-today-previous.component';
8
- import { AppAdvanceHeaderComponent } from '../../shared/advanced-component/app-advance-header/app-header.component';
9
- import { GammaTableWithPercentageComponent } from '../../shared/advanced-component/gamma-table-with-percentage/gamma-table-with-percentage.component';
10
- import { GammSingleNumberCardComponent } from '../../shared/advanced-component/gamm-single-number-card/gamm-single-number-card.component';
11
- import { GammaAdvanceOperatorTableComponent } from '../../shared/advanced-component/gamma-advance-operator-table/gamma-advance-operator-table.component';
12
- import { AdvanceWidgetHeaderFilterComponent } from '../../shared/advanced-component/advance-widget-header-filter/advance-widget-header-filter.component';
7
+ import { GammaTodayPreviousComponent } from '../../../shared/advanced-component/gamma-today-previous/gamma-today-previous.component';
8
+ import { AppAdvanceHeaderComponent } from '../../../shared/advanced-component/app-advance-header/app-header.component';
9
+ import { GammaTableWithPercentageComponent } from '../../../shared/advanced-component/gamma-table-with-percentage/gamma-table-with-percentage.component';
10
+ import { GammSingleNumberCardComponent } from '../../../shared/advanced-component/gamm-single-number-card/gamm-single-number-card.component';
11
+ import { GammaAdvanceOperatorTableComponent } from '../../../shared/advanced-component/gamma-advance-operator-table/gamma-advance-operator-table.component';
12
+ import { AdvanceWidgetHeaderFilterComponent } from '../../../shared/advanced-component/advance-widget-header-filter/advance-widget-header-filter.component';
13
13
  import { CommonService } from '../../common';
14
- import { GammaAdvanceChartComponent } from '../../shared/advanced-component/gamma-advance-chart/gamma-advance-chart.component';
15
- import { GammaGeoChartComponent } from '../../shared/advanced-component/gamma-geo-chart/gamma-geo-chart.component';
16
- import { GammaHeatChartComponent } from '../../shared/advanced-component/gamma-heatmap/gamma-heatmap.component';
14
+ import { GammaAdvanceChartComponent } from '../../../shared/advanced-component/gamma-advance-chart/gamma-advance-chart.component';
15
+ import { GammaGeoChartComponent } from '../../../shared/advanced-component/gamma-geo-chart/gamma-geo-chart.component';
16
+ import { GammaHeatChartComponent } from '../../../shared/advanced-component/gamma-heatmap/gamma-heatmap.component';
17
17
  import * as i0 from "@angular/core";
18
18
  export declare class PageConfigComponent implements OnInit, OnDestroy {
19
19
  commonService: CommonService;
@@ -4,15 +4,15 @@ import { ToastrService } from 'ngx-toastr';
4
4
  import { ApplicationContentService } from '../../application-content.service';
5
5
  import { DxScrollViewComponent } from 'devextreme-angular';
6
6
  import { ApplicationDatssetsCall } from '../../application-dataset-call.service';
7
- import { GammaTodayPreviousComponent } from '../../shared/advanced-component/gamma-today-previous/gamma-today-previous.component';
8
- import { AppAdvanceHeaderComponent } from '../../shared/advanced-component/app-advance-header/app-header.component';
9
- import { GammaTableWithPercentageComponent } from '../../shared/advanced-component/gamma-table-with-percentage/gamma-table-with-percentage.component';
10
- import { GammSingleNumberCardComponent } from '../../shared/advanced-component/gamm-single-number-card/gamm-single-number-card.component';
11
- import { GammaAdvanceOperatorTableComponent } from '../../shared/advanced-component/gamma-advance-operator-table/gamma-advance-operator-table.component';
12
- import { AdvanceWidgetHeaderFilterComponent } from '../../shared/advanced-component/advance-widget-header-filter/advance-widget-header-filter.component';
7
+ import { GammaTodayPreviousComponent } from '../../../shared/advanced-component/gamma-today-previous/gamma-today-previous.component';
8
+ import { AppAdvanceHeaderComponent } from '../../../shared/advanced-component/app-advance-header/app-header.component';
9
+ import { GammaTableWithPercentageComponent } from '../../../shared/advanced-component/gamma-table-with-percentage/gamma-table-with-percentage.component';
10
+ import { GammSingleNumberCardComponent } from '../../../shared/advanced-component/gamm-single-number-card/gamm-single-number-card.component';
11
+ import { GammaAdvanceOperatorTableComponent } from '../../../shared/advanced-component/gamma-advance-operator-table/gamma-advance-operator-table.component';
12
+ import { AdvanceWidgetHeaderFilterComponent } from '../../../shared/advanced-component/advance-widget-header-filter/advance-widget-header-filter.component';
13
13
  import { CommonService } from '../../common';
14
- import { GammaAdvanceChartComponent } from '../../shared/advanced-component/gamma-advance-chart/gamma-advance-chart.component';
15
- import { GammaGeoChartComponent } from '../../shared/advanced-component/gamma-geo-chart/gamma-geo-chart.component';
14
+ import { GammaAdvanceChartComponent } from '../../../shared/advanced-component/gamma-advance-chart/gamma-advance-chart.component';
15
+ import { GammaGeoChartComponent } from '../../../shared/advanced-component/gamma-geo-chart/gamma-geo-chart.component';
16
16
  import * as i0 from "@angular/core";
17
17
  export declare class PageConfigMultilayoutComponent implements OnInit, OnDestroy {
18
18
  commonService: CommonService;
@@ -1,9 +1,11 @@
1
1
  import { EventEmitter, OnInit } from '@angular/core';
2
2
  import { ActivatedRoute, Router } from '@angular/router';
3
+ import { CommonService } from '../../../application-controller/common';
3
4
  import * as i0 from "@angular/core";
4
5
  export declare class AppAdvanceHeaderComponent implements OnInit {
5
6
  private activatedRoute;
6
7
  private route;
8
+ private commonService;
7
9
  pageTitle: string;
8
10
  bread_crumbs_container: any;
9
11
  isEditButton: boolean;
@@ -19,6 +21,13 @@ export declare class AppAdvanceHeaderComponent implements OnInit {
19
21
  autoload_button: boolean;
20
22
  private time_out_id;
21
23
  toolTipText: string;
24
+ defaultSelectedOperator: string;
25
+ isoperatorKey: boolean;
26
+ defaultFilterValue: any;
27
+ operaTorList: {
28
+ name: string;
29
+ value: string;
30
+ }[];
22
31
  daterange: any;
23
32
  daterange_options: any;
24
33
  srvTypeDataSource: any;
@@ -26,11 +35,15 @@ export declare class AppAdvanceHeaderComponent implements OnInit {
26
35
  selectedDetesforView: any;
27
36
  selectedDateRangeOrServtype: EventEmitter<any>;
28
37
  getFilterPageConfig: EventEmitter<any>;
38
+ getOperatorName: EventEmitter<any>;
39
+ getContextFilterData: EventEmitter<any>;
40
+ constructor(activatedRoute: ActivatedRoute, route: Router, commonService: CommonService);
29
41
  filterItemsForFilter: any;
42
+ operatorLogo: string;
30
43
  set filterItems(value: any);
31
44
  contextFilterItemsForFilter: any;
32
45
  set contextFilterItems(value: any);
33
- constructor(activatedRoute: ActivatedRoute, route: Router);
46
+ getContextMenuChange(event: any): void;
34
47
  ngOnInit(): void;
35
48
  pageAutoloadStopRun(): void;
36
49
  callPageDocumentation(): void;
@@ -38,6 +51,9 @@ export declare class AppAdvanceHeaderComponent implements OnInit {
38
51
  editKpi(): void;
39
52
  advanceFilterKpi(): void;
40
53
  getSerchFilter(filter: any): void;
54
+ getOperatorDataSource(event: any): void;
55
+ getDefaultFilterValue(params: any): string | null;
56
+ getOperationFilter(params: any): any;
41
57
  static ɵfac: i0.ɵɵFactoryDeclaration<AppAdvanceHeaderComponent, never>;
42
- static ɵcmp: i0.ɵɵComponentDeclaration<AppAdvanceHeaderComponent, "app-advance-header", never, { "pageTitle": "pageTitle"; "bread_crumbs_container": "bread_crumbs_container"; "isEditButton": "isEditButton"; "isAdvanceButton": "isAdvanceButton"; "selectedDates": "selectedDates"; "filterItems": "filterItems"; "contextFilterItems": "contextFilterItems"; }, { "toggleEvent": "toggleEvent"; "selectedDateRangeOrServtype": "selectedDateRangeOrServtype"; "getFilterPageConfig": "getFilterPageConfig"; }, never, never, false>;
58
+ static ɵcmp: i0.ɵɵComponentDeclaration<AppAdvanceHeaderComponent, "app-advance-header", never, { "pageTitle": "pageTitle"; "bread_crumbs_container": "bread_crumbs_container"; "isEditButton": "isEditButton"; "isAdvanceButton": "isAdvanceButton"; "selectedDates": "selectedDates"; "filterItems": "filterItems"; "contextFilterItems": "contextFilterItems"; }, { "toggleEvent": "toggleEvent"; "selectedDateRangeOrServtype": "selectedDateRangeOrServtype"; "getFilterPageConfig": "getFilterPageConfig"; "getOperatorName": "getOperatorName"; "getContextFilterData": "getContextFilterData"; }, never, never, false>;
43
59
  }
@@ -1,11 +1,10 @@
1
- import { ChangeDetectorRef, OnInit } from '@angular/core';
1
+ import { OnInit } from '@angular/core';
2
2
  import { ToastrService } from 'ngx-toastr';
3
- import { CommonService } from '../../../common';
3
+ import { CommonService } from '../../../application-controller/common';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class GammSingleNumberCardComponent implements OnInit {
6
6
  commonService: CommonService;
7
7
  private toastr;
8
- private cdr;
9
8
  objectdataSource: any;
10
9
  isChartvisible: boolean;
11
10
  page_config: any;
@@ -19,12 +18,11 @@ export declare class GammSingleNumberCardComponent implements OnInit {
19
18
  isLoader: boolean;
20
19
  colors: string[];
21
20
  randomColorClass: any;
22
- constructor(commonService: CommonService, toastr: ToastrService, cdr: ChangeDetectorRef);
21
+ constructor(commonService: CommonService, toastr: ToastrService);
23
22
  set chartDataSource(value: any);
24
23
  getDynamicValue(data: any): number | string | any;
25
24
  ngOnInit(): void;
26
25
  getRandomColor(): string;
27
- formatNumber(value: any): any;
28
26
  static ɵfac: i0.ɵɵFactoryDeclaration<GammSingleNumberCardComponent, never>;
29
27
  static ɵcmp: i0.ɵɵComponentDeclaration<GammSingleNumberCardComponent, "app-gamm-single-number-card", never, { "chartDataSource": "chartDataSource"; }, {}, never, never, false>;
30
28
  }
@@ -1,7 +1,7 @@
1
1
  import { ChangeDetectorRef, ElementRef, OnInit, Renderer2 } from '@angular/core';
2
2
  import { ToastrService } from 'ngx-toastr';
3
3
  import { kpicommonService } from '../../kpi-comon-service';
4
- import { CommonService } from '../../../common';
4
+ import { CommonService } from '../../../application-controller/common';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class GammaAdvanceChartComponent implements OnInit {
7
7
  private commonService;
@@ -24,6 +24,8 @@ export declare class GammaAdvanceChartComponent implements OnInit {
24
24
  heatChartDataSource: any;
25
25
  bubbleChartData: any;
26
26
  constructor(commonService: CommonService, toastr: ToastrService, kpiService: kpicommonService, renderer: Renderer2, el: ElementRef, cdr: ChangeDetectorRef);
27
+ chartOrderBy: boolean;
28
+ chartDisplayDateFormat: any;
27
29
  set chartDataSource(value: any);
28
30
  ngOnInit(): void;
29
31
  getHourChart(data: any, dataConfig: any): void;
@@ -1,5 +1,5 @@
1
1
  import { EventEmitter, OnInit } from '@angular/core';
2
- import { CommonService } from '../../../common';
2
+ import { CommonService } from '../../../application-controller/common';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class GammaAdvanceOperatorTableComponent implements OnInit {
5
5
  commonService: CommonService;
@@ -13,8 +13,9 @@ export declare class GammaAdvanceOperatorTableComponent implements OnInit {
13
13
  page_config: any;
14
14
  page_parms: any;
15
15
  page_selected_operator: any;
16
- tableHeight: any;
17
16
  activeTab: string;
17
+ tableHeight: any;
18
+ tableShortBy: any;
18
19
  getTableConfigOutPut: EventEmitter<any>;
19
20
  oRowClick: EventEmitter<any>;
20
21
  onrightClickContextSelection: EventEmitter<any>;
@@ -29,6 +30,7 @@ export declare class GammaAdvanceOperatorTableComponent implements OnInit {
29
30
  addMenuItems(e: any): void;
30
31
  setTableHeight(value: any): any;
31
32
  callServiceFunction(functionName: string, value: any): any;
33
+ shouldShowColumn(field: string): boolean;
32
34
  static ɵfac: i0.ɵɵFactoryDeclaration<GammaAdvanceOperatorTableComponent, never>;
33
35
  static ɵcmp: i0.ɵɵComponentDeclaration<GammaAdvanceOperatorTableComponent, "app-gamma-advance-operator-table", never, { "rightClickEnable": "rightClickEnable"; "chartDataSource": "chartDataSource"; }, { "getTableConfigOutPut": "getTableConfigOutPut"; "oRowClick": "oRowClick"; "onrightClickContextSelection": "onrightClickContextSelection"; }, never, never, false>;
34
36
  }
@@ -1,5 +1,5 @@
1
1
  import { AfterViewInit, ElementRef, EventEmitter, OnInit } from "@angular/core";
2
- import { CommonService } from "../../../common";
2
+ import { CommonService } from '../../../application-controller/common';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class GammaGeoChartComponent implements OnInit, AfterViewInit {
5
5
  commonService: CommonService;
@@ -1,5 +1,5 @@
1
1
  import { EventEmitter, OnInit } from '@angular/core';
2
- import { CommonService } from '../../../common';
2
+ import { CommonService } from '../../../application-controller/common';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class GammaHeatChartComponent implements OnInit {
5
5
  commonService: CommonService;
@@ -1,7 +1,7 @@
1
1
  import { EventEmitter } from '@angular/core';
2
2
  import { ToastrService } from 'ngx-toastr';
3
3
  import { DomSanitizer } from '@angular/platform-browser';
4
- import { CommonService } from '../../../common';
4
+ import { CommonService } from '../../../application-controller/common';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class GammaTableClumnBarChartComponent {
7
7
  commonService: CommonService;
@@ -1,10 +1,12 @@
1
1
  import { EventEmitter, OnInit } from '@angular/core';
2
2
  import { ToastrService } from 'ngx-toastr';
3
- import { CommonService } from '../../../common';
3
+ import { CommonService } from '../../../application-controller/common';
4
+ import { DomSanitizer } from '@angular/platform-browser';
4
5
  import * as i0 from "@angular/core";
5
6
  export declare class GammaTableWithPercentageComponent implements OnInit {
6
7
  commonService: CommonService;
7
8
  private toastr;
9
+ private sanitizer;
8
10
  dataConfig: any;
9
11
  argumentValue: any;
10
12
  percentageDataSource: any;
@@ -12,6 +14,7 @@ export declare class GammaTableWithPercentageComponent implements OnInit {
12
14
  page_config: any;
13
15
  page_parms: any;
14
16
  tableHeight: any;
17
+ tableShortBy: any;
15
18
  isLoader: boolean;
16
19
  currentDateData: any;
17
20
  getTableConfigOutPut: EventEmitter<any>;
@@ -20,12 +23,13 @@ export declare class GammaTableWithPercentageComponent implements OnInit {
20
23
  rightClickEnable: boolean;
21
24
  set chartDataSource(value: any);
22
25
  tableDataSource: any;
23
- constructor(commonService: CommonService, toastr: ToastrService);
26
+ constructor(commonService: CommonService, toastr: ToastrService, sanitizer: DomSanitizer);
24
27
  ngOnInit(): void;
25
28
  loadDailyMscVoiceTable(data: any[], datacolumns: string[]): any[];
26
29
  onRowClick(e: any): void;
27
30
  addMenuItems(e: any): void;
28
31
  setTableHeight(value: any): any;
32
+ shouldShowColumn(field: string): boolean;
29
33
  static ɵfac: i0.ɵɵFactoryDeclaration<GammaTableWithPercentageComponent, never>;
30
34
  static ɵcmp: i0.ɵɵComponentDeclaration<GammaTableWithPercentageComponent, "app-gamma-table-with-percentage", never, { "rightClickEnable": "rightClickEnable"; "chartDataSource": "chartDataSource"; }, { "getTableConfigOutPut": "getTableConfigOutPut"; "oRowClick": "oRowClick"; "onrightClickContextSelection": "onrightClickContextSelection"; }, never, never, false>;
31
35
  }
@@ -1,5 +1,5 @@
1
1
  import { ChangeDetectorRef, OnInit } from '@angular/core';
2
- import { CommonService } from '../../../common';
2
+ import { CommonService } from '../../../application-controller/common';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class GammaTodayPreviousComponent implements OnInit {
5
5
  private cdr;
@@ -1,5 +1,5 @@
1
1
  import { ElementRef, EventEmitter } from "@angular/core";
2
- import { CommonService } from "../../../common";
2
+ import { CommonService } from '../../../application-controller/common';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class GoogleGeoMapComponent {
5
5
  commonService: CommonService;
@@ -1,5 +1,5 @@
1
1
  import { OnInit, EventEmitter } from '@angular/core';
2
- import { CommonService } from '../../common';
2
+ import { CommonService } from '../../application-controller/common';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class AppTitleComponent implements OnInit {
5
5
  commonService: CommonService;
@@ -1,7 +1,7 @@
1
1
  import { OnInit } from '@angular/core';
2
2
  import { ToastrService } from 'ngx-toastr';
3
3
  import { kpicommonService } from '../kpi-comon-service';
4
- import { CommonService } from '../../common';
4
+ import { CommonService } from '../../application-controller/common';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class GamamWidgetComponent implements OnInit {
7
7
  commonService: CommonService;
@@ -1,8 +1,8 @@
1
1
  import { OnInit, EventEmitter, ElementRef } from '@angular/core';
2
2
  import { ToastrService } from 'ngx-toastr';
3
3
  import { kpicommonService } from '../kpi-comon-service';
4
- import { ApplicationContentService } from '../../application-content.service';
5
- import { CommonService } from '../../common';
4
+ import { CommonService } from '../../application-controller/common';
5
+ import { ApplicationContentService } from '../../application-controller/application-content.service';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class GammaAdvanceFilterComponent implements OnInit {
8
8
  private service;
@@ -32,6 +32,7 @@ export declare class GammaAdvanceFilterComponent implements OnInit {
32
32
  processFilterForData(): Promise<void>;
33
33
  parseContentValue(contentvalue: any): any;
34
34
  getIsMsisdn(context: any): boolean;
35
+ startDateChangeForMonthPicker(e: any, format: any): void;
35
36
  startDateChange(e: any): void;
36
37
  endDateChange(e: any): void;
37
38
  searchByFilter(): void;
@@ -2,7 +2,7 @@ import { OnInit } from "@angular/core";
2
2
  import { Router, ActivatedRoute } from "@angular/router";
3
3
  import { Location } from "@angular/common";
4
4
  import { HttpClient } from "@angular/common/http";
5
- import { CommonService } from "../../common";
5
+ import { CommonService } from "../../application-controller/common";
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class BreadCrumbsComponent implements OnInit {
8
8
  private location;
@@ -1,4 +1,4 @@
1
- import { CommonService } from '../common';
1
+ import { CommonService } from '../application-controller/common';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class kpicommonService {
4
4
  commonService: CommonService;
@@ -8,7 +8,7 @@ import * as i6 from "./treeview/components/divider/divider.component";
8
8
  import * as i7 from "./treeview/components/group/group.component";
9
9
  import * as i8 from "./treeview/components/spacer/spacer.component";
10
10
  import * as i9 from "@angular/common";
11
- import * as i10 from "../../application-controller/shared/loading/loadingModule";
11
+ import * as i10 from "../../shared/loading/loadingModule";
12
12
  import * as i11 from "devextreme-angular";
13
13
  import * as i12 from "@angular/forms";
14
14
  import * as i13 from "@angular/material/icon";
@@ -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 BookmarkedTemplateComponent 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): void;
93
+ loadWidgetFilterComponent(indexObj: any, containerElement: any, filterItems: any, viewIds: any): void;
94
+ getContextClick(event: any): void;
95
+ getRowClick(event: any): void;
96
+ getViewByRowCLickForHourlyChart(event: any, node: any): void;
97
+ getViewByRowCLick(event: any, view: any, deletedViewIds: any, node: any): 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<BookmarkedTemplateComponent, never>;
108
+ static ɵcmp: i0.ɵɵComponentDeclaration<BookmarkedTemplateComponent, "app-bookmarked-template", never, {}, {}, never, never, false>;
109
+ }
@@ -0,0 +1,16 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./bookmarked-template.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../../shared/loading/loadingModule";
5
+ import * as i4 from "devextreme-angular";
6
+ import * as i5 from "@angular/forms";
7
+ import * as i6 from "@angular/material/icon";
8
+ import * as i7 from "@angular/material/tooltip";
9
+ import * as i8 from "@angular/material/button";
10
+ import * as i9 from "@angular/material/divider";
11
+ import * as i10 from "@angular/material/menu";
12
+ export declare class BookMarkedTemplatemodule {
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<BookMarkedTemplatemodule, never>;
14
+ static ɵmod: i0.ɵɵNgModuleDeclaration<BookMarkedTemplatemodule, [typeof i1.BookmarkedTemplateComponent], [typeof i2.CommonModule, typeof i3.LoadingModule, typeof i2.CommonModule, typeof i4.DevExtremeModule, typeof i4.DxButtonModule, typeof i4.DxCheckBoxModule, typeof i4.DxNumberBoxModule, typeof i4.DxDataGridModule, typeof i4.DxDropDownBoxModule, typeof i4.DxTreeViewModule, typeof i4.DxScrollViewModule, typeof i4.DxFormModule, typeof i4.DxAccordionModule, typeof i5.FormsModule, typeof i4.DxTagBoxModule, typeof i5.ReactiveFormsModule, typeof i6.MatIconModule, typeof i4.DxHtmlEditorModule, typeof i4.DxBulletModule, typeof i4.DxChartModule, typeof i4.DxDateBoxModule, typeof i4.DxLoadPanelModule, typeof i4.DxLookupModule, typeof i4.DxPivotGridModule, typeof i4.DxTemplateModule, typeof i4.DxTextAreaModule, typeof i4.DxValidationSummaryModule, typeof i4.DxValidatorModule, typeof i4.DxCalendarModule, typeof i4.DxTooltipModule, typeof i4.DxContextMenuModule, typeof i4.DxLoadIndicatorModule, typeof i4.DxPieChartModule, typeof i7.MatTooltipModule, typeof i4.DxPopupModule, typeof i4.DxSelectBoxModule, typeof i4.DxTextBoxModule, typeof i4.DxTreeViewModule, typeof i8.MatButtonModule, typeof i9.MatDividerModule, typeof i10.MatMenuModule, typeof i6.MatIconModule, typeof i3.LoadingModule], [typeof i1.BookmarkedTemplateComponent]>;
15
+ static ɵinj: i0.ɵɵInjectorDeclaration<BookMarkedTemplatemodule>;
16
+ }
@@ -1,6 +1,6 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./cdr-config.component";
3
- import * as i2 from "../../application-controller/shared/loading/loadingModule";
3
+ import * as i2 from "../../shared/loading/loadingModule";
4
4
  import * as i3 from "@angular/common";
5
5
  import * as i4 from "devextreme-angular";
6
6
  import * as i5 from "@angular/forms";
@@ -0,0 +1,16 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./landing-component.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../../shared/loading/loadingModule";
5
+ import * as i4 from "devextreme-angular";
6
+ import * as i5 from "@angular/forms";
7
+ import * as i6 from "@angular/material/icon";
8
+ import * as i7 from "@angular/material/tooltip";
9
+ import * as i8 from "@angular/material/button";
10
+ import * as i9 from "@angular/material/divider";
11
+ import * as i10 from "@angular/material/menu";
12
+ export declare class DefaultLandingComponenttModule {
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<DefaultLandingComponenttModule, never>;
14
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DefaultLandingComponenttModule, [typeof i1.LandingComponentComponent], [typeof i2.CommonModule, typeof i3.LoadingModule, typeof i2.CommonModule, typeof i4.DevExtremeModule, typeof i4.DxButtonModule, typeof i4.DxCheckBoxModule, typeof i4.DxNumberBoxModule, typeof i4.DxDataGridModule, typeof i4.DxDropDownBoxModule, typeof i4.DxTreeViewModule, typeof i4.DxScrollViewModule, typeof i4.DxFormModule, typeof i4.DxAccordionModule, typeof i5.FormsModule, typeof i4.DxTagBoxModule, typeof i5.ReactiveFormsModule, typeof i6.MatIconModule, typeof i4.DxHtmlEditorModule, typeof i4.DxBulletModule, typeof i4.DxChartModule, typeof i4.DxDateBoxModule, typeof i4.DxLoadPanelModule, typeof i4.DxLookupModule, typeof i4.DxPivotGridModule, typeof i4.DxTemplateModule, typeof i4.DxTextAreaModule, typeof i4.DxValidationSummaryModule, typeof i4.DxValidatorModule, typeof i4.DxCalendarModule, typeof i4.DxTooltipModule, typeof i4.DxContextMenuModule, typeof i4.DxLoadIndicatorModule, typeof i4.DxPieChartModule, typeof i7.MatTooltipModule, typeof i4.DxPopupModule, typeof i4.DxSelectBoxModule, typeof i4.DxTextBoxModule, typeof i4.DxTreeViewModule, typeof i8.MatButtonModule, typeof i9.MatDividerModule, typeof i10.MatMenuModule, typeof i6.MatIconModule, typeof i3.LoadingModule], [typeof i1.LandingComponentComponent]>;
15
+ static ɵinj: i0.ɵɵInjectorDeclaration<DefaultLandingComponenttModule>;
16
+ }