gamma-app-controller 1.1.26 → 1.1.28
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.
- package/esm2020/lib/application-controller/application-controller.module.mjs +20 -20
- package/esm2020/lib/application-controller/application-dataset-component/application-dataset/application-dataset.component.mjs +1 -1
- package/esm2020/lib/application-controller/application-dataset-component/create-dataset/create-dataset.component.mjs +1 -1
- package/esm2020/lib/application-controller/application-filter/application-filter.component.mjs +1 -1
- package/esm2020/lib/application-controller/application-menu-controller/application-menus/application-menus.component.mjs +1 -1
- package/esm2020/lib/application-controller/application-metric-config/all-metrics-config/all-metrics-config.component.mjs +1 -1
- package/esm2020/lib/application-controller/application-metric-config/create-metrics/create-metrics.component.mjs +1 -1
- package/esm2020/lib/application-controller/application-view-components/application-views/application-views.component.mjs +1 -1
- package/esm2020/lib/application-controller/application-view-components/create-comp-view/create-comp-view.component.mjs +1 -1
- package/esm2020/lib/application-controller/page-controller/page-config/page-config.component.mjs +11 -11
- package/esm2020/lib/application-controller/page-controller/page-config-multi-layout/page-config-multi-layout.component.mjs +10 -10
- package/esm2020/lib/application-controller/page-controller/page-controller/page-controller.component.mjs +1 -1
- package/esm2020/lib/application-controller/support-components/dash-chart/dash-chart.component.mjs +1 -1
- package/esm2020/lib/application-controller/support-components/dash-table/dash-table.component.mjs +1 -1
- package/esm2020/lib/application-controller/support-components/dash-today-previous/dash-today-previous.component.mjs +1 -1
- package/esm2020/lib/application-controller/support-components/geo-map/geo-map.component.mjs +2 -2
- package/esm2020/lib/application-controller/support-components/heat-map/heat-map.component.mjs +1 -1
- package/esm2020/lib/application-controller/support-components/single-card/single-card.component.mjs +1 -1
- package/esm2020/lib/application-controller/support-components/table-with-bar/table-with-bar.component.mjs +2 -2
- package/esm2020/lib/shared/advanced-component/advance-widget-header-filter/advance-widget-header-filter.component.mjs +116 -0
- package/esm2020/lib/shared/advanced-component/app-advance-header/app-header.component.mjs +306 -0
- package/esm2020/lib/shared/advanced-component/gamm-single-number-card/gamm-single-number-card.component.mjs +80 -0
- package/esm2020/lib/shared/advanced-component/gamma-advance-chart/gamma-advance-chart.component.mjs +379 -0
- package/esm2020/lib/shared/advanced-component/gamma-advance-operator-table/gamma-advance-operator-table.component.mjs +188 -0
- package/esm2020/lib/shared/advanced-component/gamma-geo-chart/gamma-geo-chart.component.mjs +435 -0
- package/esm2020/lib/shared/advanced-component/gamma-heatmap/gamma-heatmap.component.mjs +334 -0
- package/esm2020/lib/shared/advanced-component/gamma-table-clumn-bar-chart/gamma-table-clumn-bar-chart.component.mjs +155 -0
- package/esm2020/lib/shared/advanced-component/gamma-table-with-percentage/contentSafeHtml.mjs +20 -0
- package/esm2020/lib/shared/advanced-component/gamma-table-with-percentage/gamma-table-with-percentage.component.mjs +187 -0
- package/esm2020/lib/shared/advanced-component/gamma-today-previous/gamma-today-previous.component.mjs +86 -0
- package/esm2020/lib/shared/advanced-component/google-geo-map/google-geo-map.component.mjs +439 -0
- package/esm2020/lib/shared/app-title/app-title.component.mjs +67 -0
- package/esm2020/lib/shared/gamam-widget/gamam-widget.component.mjs +35 -0
- package/esm2020/lib/shared/gamma-advance-filter/gamma-advance-filter.component.mjs +273 -0
- package/esm2020/lib/shared/gamma-bread-crumbs/bread-crumbs.component.mjs +142 -0
- package/esm2020/lib/shared/kpi-comon-service.mjs +537 -0
- package/esm2020/lib/{application-controller/shared → shared}/loader/loader.component.mjs +1 -1
- package/esm2020/lib/{application-controller/shared → shared}/loading/loading.component.mjs +1 -1
- package/esm2020/lib/shared/loading/loadingModule.mjs +28 -0
- package/esm2020/lib/shared/safeHtmlPipe.mjs +20 -0
- package/esm2020/lib/template-module/KpiCreationModule/create-kpi-tree.component.mjs +1 -1
- package/esm2020/lib/template-module/KpiCreationModule/kpiCreation.module.mjs +2 -2
- package/esm2020/lib/template-module/bookmarked-template/bookmarked-dataset-call.service.mjs +364 -0
- package/esm2020/lib/template-module/bookmarked-template/bookmarked-layout.service.mjs +121 -0
- package/esm2020/lib/template-module/bookmarked-template/bookmarked-template.component.mjs +816 -0
- package/esm2020/lib/template-module/bookmarked-template/bookmarkedTemplate.module.mjs +151 -0
- package/esm2020/lib/template-module/cdrConfigModule/cdr-config.component.mjs +1 -1
- package/esm2020/lib/template-module/cdrConfigModule/cdrConfig.module.mjs +2 -2
- package/esm2020/lib/template-module/defaulLandingComponent/defaultLandingComponent.module.mjs +151 -0
- package/esm2020/lib/template-module/defaulLandingComponent/landing-component.component.mjs +870 -0
- package/esm2020/lib/template-module/defaulLandingComponent/landing-component.service.mjs +121 -0
- package/esm2020/lib/template-module/defaulLandingComponent/landing-dataset-call.service.mjs +364 -0
- package/esm2020/lib/template-module/exceptionConfigModule/exception-operation.component.mjs +1 -1
- package/esm2020/lib/template-module/exceptionConfigModule/exceptionConfig.module.mjs +2 -2
- package/esm2020/lib/template-module/kpiWithMultiLayout/dynamin-modal-multi.component.mjs +180 -0
- package/esm2020/lib/template-module/kpiWithMultiLayout/kpi-multi-layout.service.mjs +121 -0
- package/esm2020/lib/template-module/kpiWithMultiLayout/kpi-with-multilayout.component.mjs +992 -0
- package/esm2020/lib/template-module/kpiWithMultiLayout/kpiWithMultiayout.module.mjs +156 -0
- package/esm2020/lib/template-module/kpiWithMultiLayout/single-layout-dataset-call.service.mjs +364 -0
- package/esm2020/lib/template-module/kpiWithSingleLayout/dynamin-modal.component.mjs +180 -0
- package/esm2020/lib/template-module/kpiWithSingleLayout/kpi-single-layout.service.mjs +121 -0
- package/esm2020/lib/template-module/kpiWithSingleLayout/kpi-with-dataset.component.mjs +1046 -0
- package/esm2020/lib/template-module/kpiWithSingleLayout/kpiWithSingleLayout.module.mjs +156 -0
- package/esm2020/lib/template-module/kpiWithSingleLayout/multi-layout-dataset-call.service.mjs +364 -0
- package/esm2020/public-api.mjs +38 -20
- package/fesm2015/gamma-app-controller.mjs +7025 -399
- package/fesm2015/gamma-app-controller.mjs.map +1 -1
- package/fesm2020/gamma-app-controller.mjs +6970 -399
- package/fesm2020/gamma-app-controller.mjs.map +1 -1
- package/lib/application-controller/application-controller.module.d.ts +19 -19
- package/lib/application-controller/page-controller/page-config/page-config.component.d.ts +9 -9
- package/lib/application-controller/page-controller/page-config-multi-layout/page-config-multi-layout.component.d.ts +8 -8
- package/lib/{application-controller/shared → shared}/advanced-component/app-advance-header/app-header.component.d.ts +18 -2
- package/lib/{application-controller/shared → shared}/advanced-component/gamm-single-number-card/gamm-single-number-card.component.d.ts +3 -5
- package/lib/{application-controller/shared → shared}/advanced-component/gamma-advance-chart/gamma-advance-chart.component.d.ts +3 -1
- package/lib/{application-controller/shared → shared}/advanced-component/gamma-advance-operator-table/gamma-advance-operator-table.component.d.ts +4 -2
- package/lib/{application-controller/shared → shared}/advanced-component/gamma-geo-chart/gamma-geo-chart.component.d.ts +1 -1
- package/lib/{application-controller/shared → shared}/advanced-component/gamma-heatmap/gamma-heatmap.component.d.ts +1 -1
- package/lib/{application-controller/shared → shared}/advanced-component/gamma-table-clumn-bar-chart/gamma-table-clumn-bar-chart.component.d.ts +1 -1
- package/lib/{application-controller/shared → shared}/advanced-component/gamma-table-with-percentage/gamma-table-with-percentage.component.d.ts +6 -2
- package/lib/{application-controller/shared → shared}/advanced-component/gamma-today-previous/gamma-today-previous.component.d.ts +1 -1
- package/lib/{application-controller/shared → shared}/advanced-component/google-geo-map/google-geo-map.component.d.ts +1 -1
- package/lib/{application-controller/shared → shared}/app-title/app-title.component.d.ts +1 -1
- package/lib/{application-controller/shared → shared}/gamam-widget/gamam-widget.component.d.ts +1 -1
- package/lib/{application-controller/shared → shared}/gamma-advance-filter/gamma-advance-filter.component.d.ts +3 -2
- package/lib/{application-controller/shared → shared}/gamma-bread-crumbs/bread-crumbs.component.d.ts +1 -1
- package/lib/{application-controller/shared → shared}/kpi-comon-service.d.ts +1 -1
- package/lib/template-module/KpiCreationModule/kpiCreation.module.d.ts +1 -1
- package/lib/template-module/bookmarked-template/bookmarked-dataset-call.service.d.ts +24 -0
- package/lib/template-module/bookmarked-template/bookmarked-layout.service.d.ts +33 -0
- package/lib/template-module/bookmarked-template/bookmarked-template.component.d.ts +109 -0
- package/lib/template-module/bookmarked-template/bookmarkedTemplate.module.d.ts +16 -0
- package/lib/template-module/cdrConfigModule/cdrConfig.module.d.ts +1 -1
- package/lib/template-module/defaulLandingComponent/defaultLandingComponent.module.d.ts +16 -0
- package/lib/template-module/defaulLandingComponent/landing-component.component.d.ts +109 -0
- package/lib/template-module/defaulLandingComponent/landing-component.service.d.ts +33 -0
- package/lib/template-module/defaulLandingComponent/landing-dataset-call.service.d.ts +24 -0
- package/lib/template-module/exceptionConfigModule/exceptionConfig.module.d.ts +1 -1
- package/lib/template-module/kpiWithMultiLayout/dynamin-modal-multi.component.d.ts +42 -0
- package/lib/template-module/kpiWithMultiLayout/kpi-multi-layout.service.d.ts +33 -0
- package/lib/template-module/kpiWithMultiLayout/kpi-with-multilayout.component.d.ts +117 -0
- package/lib/template-module/kpiWithMultiLayout/kpiWithMultiayout.module.d.ts +17 -0
- package/lib/template-module/kpiWithMultiLayout/single-layout-dataset-call.service.d.ts +24 -0
- package/lib/template-module/kpiWithSingleLayout/dynamin-modal.component.d.ts +42 -0
- package/lib/template-module/kpiWithSingleLayout/kpi-single-layout.service.d.ts +33 -0
- package/lib/template-module/kpiWithSingleLayout/kpi-with-dataset.component.d.ts +122 -0
- package/lib/template-module/kpiWithSingleLayout/kpiWithSingleLayout.module.d.ts +17 -0
- package/lib/template-module/kpiWithSingleLayout/multi-layout-dataset-call.service.d.ts +24 -0
- package/package.json +1 -1
- package/public-api.d.ts +37 -19
- package/esm2020/lib/application-controller/shared/advanced-component/advance-widget-header-filter/advance-widget-header-filter.component.mjs +0 -124
- package/esm2020/lib/application-controller/shared/advanced-component/app-advance-header/app-header.component.mjs +0 -220
- package/esm2020/lib/application-controller/shared/advanced-component/gamm-single-number-card/gamm-single-number-card.component.mjs +0 -95
- package/esm2020/lib/application-controller/shared/advanced-component/gamma-advance-chart/gamma-advance-chart.component.mjs +0 -362
- package/esm2020/lib/application-controller/shared/advanced-component/gamma-advance-operator-table/gamma-advance-operator-table.component.mjs +0 -177
- package/esm2020/lib/application-controller/shared/advanced-component/gamma-geo-chart/gamma-geo-chart.component.mjs +0 -441
- package/esm2020/lib/application-controller/shared/advanced-component/gamma-heatmap/gamma-heatmap.component.mjs +0 -328
- package/esm2020/lib/application-controller/shared/advanced-component/gamma-table-clumn-bar-chart/gamma-table-clumn-bar-chart.component.mjs +0 -155
- package/esm2020/lib/application-controller/shared/advanced-component/gamma-table-with-percentage/contentSafeHtml.mjs +0 -20
- package/esm2020/lib/application-controller/shared/advanced-component/gamma-table-with-percentage/gamma-table-with-percentage.component.mjs +0 -157
- package/esm2020/lib/application-controller/shared/advanced-component/gamma-today-previous/gamma-today-previous.component.mjs +0 -85
- package/esm2020/lib/application-controller/shared/advanced-component/google-geo-map/google-geo-map.component.mjs +0 -439
- package/esm2020/lib/application-controller/shared/app-title/app-title.component.mjs +0 -67
- package/esm2020/lib/application-controller/shared/gamam-widget/gamam-widget.component.mjs +0 -35
- package/esm2020/lib/application-controller/shared/gamma-advance-filter/gamma-advance-filter.component.mjs +0 -237
- package/esm2020/lib/application-controller/shared/gamma-bread-crumbs/bread-crumbs.component.mjs +0 -142
- package/esm2020/lib/application-controller/shared/kpi-comon-service.mjs +0 -537
- package/esm2020/lib/application-controller/shared/loading/loadingModule.mjs +0 -28
- package/esm2020/lib/application-controller/shared/safeHtmlPipe.mjs +0 -20
- /package/lib/{application-controller/shared → shared}/advanced-component/advance-widget-header-filter/advance-widget-header-filter.component.d.ts +0 -0
- /package/lib/{application-controller/shared → shared}/advanced-component/gamma-table-with-percentage/contentSafeHtml.d.ts +0 -0
- /package/lib/{application-controller/shared → shared}/loader/loader.component.d.ts +0 -0
- /package/lib/{application-controller/shared → shared}/loading/loading.component.d.ts +0 -0
- /package/lib/{application-controller/shared → shared}/loading/loadingModule.d.ts +0 -0
- /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 "
|
|
19
|
-
import * as i18 from "
|
|
20
|
-
import * as i19 from "
|
|
21
|
-
import * as i20 from "
|
|
22
|
-
import * as i21 from "
|
|
23
|
-
import * as i22 from "
|
|
24
|
-
import * as i23 from "
|
|
25
|
-
import * as i24 from "
|
|
26
|
-
import * as i25 from "
|
|
27
|
-
import * as i26 from "
|
|
28
|
-
import * as i27 from "
|
|
29
|
-
import * as i28 from "
|
|
30
|
-
import * as i29 from "
|
|
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 "
|
|
32
|
+
import * as i31 from "../shared/safeHtmlPipe";
|
|
33
33
|
import * as i32 from "./common-header/common-header.component";
|
|
34
|
-
import * as i33 from "
|
|
35
|
-
import * as i34 from "
|
|
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 "
|
|
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 "
|
|
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 "
|
|
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 '
|
|
8
|
-
import { AppAdvanceHeaderComponent } from '
|
|
9
|
-
import { GammaTableWithPercentageComponent } from '
|
|
10
|
-
import { GammSingleNumberCardComponent } from '
|
|
11
|
-
import { GammaAdvanceOperatorTableComponent } from '
|
|
12
|
-
import { AdvanceWidgetHeaderFilterComponent } from '
|
|
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 '
|
|
15
|
-
import { GammaGeoChartComponent } from '
|
|
16
|
-
import { GammaHeatChartComponent } from '
|
|
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 '
|
|
8
|
-
import { AppAdvanceHeaderComponent } from '
|
|
9
|
-
import { GammaTableWithPercentageComponent } from '
|
|
10
|
-
import { GammSingleNumberCardComponent } from '
|
|
11
|
-
import { GammaAdvanceOperatorTableComponent } from '
|
|
12
|
-
import { AdvanceWidgetHeaderFilterComponent } from '
|
|
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 '
|
|
15
|
-
import { GammaGeoChartComponent } from '
|
|
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
|
-
|
|
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 {
|
|
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
|
|
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
|
|
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
|
|
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;
|
package/lib/{application-controller/shared → shared}/gamam-widget/gamam-widget.component.d.ts
RENAMED
|
@@ -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 {
|
|
5
|
-
import {
|
|
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;
|
package/lib/{application-controller/shared → shared}/gamma-bread-crumbs/bread-crumbs.component.d.ts
RENAMED
|
@@ -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;
|
|
@@ -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 "../../
|
|
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,24 @@
|
|
|
1
|
+
import { ToastrService } from 'ngx-toastr';
|
|
2
|
+
import { kpicommonService } from '../../application-controller/kpi-service';
|
|
3
|
+
import { BookmarkedService } from './bookmarked-layout.service';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class BookmarkedApplicationDatssetsCall {
|
|
6
|
+
private service;
|
|
7
|
+
private kpiService;
|
|
8
|
+
private toastr;
|
|
9
|
+
private environment;
|
|
10
|
+
uniqueDataSetObject: {};
|
|
11
|
+
constructor(service: BookmarkedService, kpiService: kpicommonService, toastr: ToastrService, environment: any);
|
|
12
|
+
getDataFromDataSet(dataset: any, datasetId: any, filters: any): Promise<void>;
|
|
13
|
+
getDataSetForMongo(dataset: any, datasetId: any): Promise<void>;
|
|
14
|
+
getDatasetForImpala(dataset: any, datasetId: any, filters: any): Promise<void>;
|
|
15
|
+
getFormatObjectForColumn(columns: any): any[];
|
|
16
|
+
transformDataForMFilter(filterdata: any, mapData: any): any[];
|
|
17
|
+
getDatasetForSimpleApiImpala(dataset: any, datasetId: string, filters: any): Promise<void>;
|
|
18
|
+
getDatasetForPlainJson(dataset: any, datasetId: any, filter: any): Promise<void>;
|
|
19
|
+
getDatasetForSqlTemplate(dataset: any, datasetId: any, filters: any): Promise<void>;
|
|
20
|
+
transformDataForMFilterForSQl(filterdata: any, mapData: any): any[];
|
|
21
|
+
getUniqueDataSetObject(): {};
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BookmarkedApplicationDatssetsCall, never>;
|
|
23
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<BookmarkedApplicationDatssetsCall>;
|
|
24
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { HttpClient, HttpHeaders } from '@angular/common/http';
|
|
2
|
+
import { Subject, Observable } from 'rxjs';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class BookmarkedService {
|
|
5
|
+
http: HttpClient;
|
|
6
|
+
private environment;
|
|
7
|
+
headers: HttpHeaders;
|
|
8
|
+
options: {
|
|
9
|
+
headers: HttpHeaders;
|
|
10
|
+
withCredentials: boolean;
|
|
11
|
+
};
|
|
12
|
+
_selectedKpiOnClick: Subject<any>;
|
|
13
|
+
_kpilist: Subject<any>;
|
|
14
|
+
_selectKpiFromDropDown: Subject<any>;
|
|
15
|
+
private _componentRegistry;
|
|
16
|
+
private kpiFilter;
|
|
17
|
+
constructor(http: HttpClient, environment: any);
|
|
18
|
+
handleError(error: any): Observable<Response>;
|
|
19
|
+
getlistKpiBrowser(): any;
|
|
20
|
+
getAppPageDetailConfig(pageId: any): any;
|
|
21
|
+
getAppPageConfigs(): any;
|
|
22
|
+
getAppDatasetConfigs(): any;
|
|
23
|
+
getAppDatasetConfig(datasetId: any): any;
|
|
24
|
+
getAppFilterConfig(filterId: any): any;
|
|
25
|
+
getAppViewConfigs(): any;
|
|
26
|
+
getData(body: any, requestID: any): any;
|
|
27
|
+
getSimpleApiPostRequest(requestApi: any, body: any): any;
|
|
28
|
+
getSimpleApiGetRequest(requestApi: any): any;
|
|
29
|
+
getJsonDatasetPayload(requestApi: any): any;
|
|
30
|
+
genericSqlQueryResponse(requestApi: any, body: any): any;
|
|
31
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BookmarkedService, never>;
|
|
32
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<BookmarkedService>;
|
|
33
|
+
}
|
|
@@ -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 { BookmarkedApplicationDatssetsCall } from './bookmarked-dataset-call.service';
|
|
12
|
+
import { ToastrService } from 'ngx-toastr';
|
|
13
|
+
import { BookmarkedService } from './bookmarked-layout.service';
|
|
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: BookmarkedService, toastr: ToastrService, router: Router, datasetService: BookmarkedApplicationDatssetsCall);
|
|
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 "../../
|
|
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";
|