gamma-app-controller 1.2.22 → 1.2.24
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/template-module/defaulLandingComponent/landing-component.component.mjs +3 -3
- package/esm2020/lib/template-module/defaulLandingMultiLayoutComponent/defaulLandingMultiLayout.component.mjs +3 -3
- package/esm2020/lib/template-module/kpiWithSingleLayout/kpi-with-dataset.component.mjs +3 -3
- package/fesm2015/gamma-app-controller.mjs +6 -6
- package/fesm2015/gamma-app-controller.mjs.map +1 -1
- package/fesm2020/gamma-app-controller.mjs +6 -6
- package/fesm2020/gamma-app-controller.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -18636,7 +18636,7 @@ class KpiWithDataSetTestComponent {
|
|
|
18636
18636
|
this.componentConfigDataSource = viewConfig;
|
|
18637
18637
|
this.dataSetModal = datasetConfig;
|
|
18638
18638
|
this.allWidgetByDataset = [];
|
|
18639
|
-
const _a = this.activatedRoute.snapshot.queryParams, { pageId, startDate, endDate } = _a, params = __rest(_a, ["pageId", "startDate", "endDate"]);
|
|
18639
|
+
const _a = this.activatedRoute.snapshot.queryParams, { pageId, startDate, endDate, id, name } = _a, params = __rest(_a, ["pageId", "startDate", "endDate", "id", "name"]);
|
|
18640
18640
|
let defaultFilters = { operationFilter: Object.assign({ startDate: "", endDate: "" }, params) };
|
|
18641
18641
|
this.dashBoardWidgetConfig.widgets.forEach(widget => {
|
|
18642
18642
|
var _a;
|
|
@@ -19171,7 +19171,7 @@ class KpiWithDataSetTestComponent {
|
|
|
19171
19171
|
else if (eventType == 'navigateToPage') {
|
|
19172
19172
|
this.service.getAppPageDetailConfig(associatedPage).subscribe({
|
|
19173
19173
|
next: (data) => {
|
|
19174
|
-
let _a = this.activatedRoute.snapshot.queryParams, { pageId } = _a, params = __rest(_a, ["pageId"]);
|
|
19174
|
+
let _a = this.activatedRoute.snapshot.queryParams, { pageId, id, name } = _a, params = __rest(_a, ["pageId", "id", "name"]);
|
|
19175
19175
|
let associatedParamsTemplate = clickEventOptions.associatedParams;
|
|
19176
19176
|
let appliedFilters = this.getSetOperatorFilter(event, this.stateDataSource.get(event.viewId));
|
|
19177
19177
|
event.keyToPass.forEach(element => {
|
|
@@ -22294,7 +22294,7 @@ class LandingComponentComponent {
|
|
|
22294
22294
|
this.componentConfigDataSource = viewConfig;
|
|
22295
22295
|
this.dataSetModal = datasetConfig;
|
|
22296
22296
|
this.allWidgetByDataset = [];
|
|
22297
|
-
const _a = this.activatedRoute.snapshot.queryParams, { pageId, startDate, endDate } = _a, params = __rest(_a, ["pageId", "startDate", "endDate"]);
|
|
22297
|
+
const _a = this.activatedRoute.snapshot.queryParams, { pageId, startDate, endDate, id, name } = _a, params = __rest(_a, ["pageId", "startDate", "endDate", "id", "name"]);
|
|
22298
22298
|
let defaultFilters = { operationFilter: Object.assign({ startDate: "", endDate: "" }, params) };
|
|
22299
22299
|
this.dashBoardWidgetConfig.widgets.forEach(widget => {
|
|
22300
22300
|
var _a;
|
|
@@ -22830,7 +22830,7 @@ class LandingComponentComponent {
|
|
|
22830
22830
|
else if (eventType == 'navigateToPage') {
|
|
22831
22831
|
this.service.getAppPageDetailConfig(associatedPage).subscribe({
|
|
22832
22832
|
next: (data) => {
|
|
22833
|
-
let _a = this.activatedRoute.snapshot.queryParams, { pageId } = _a, params = __rest(_a, ["pageId"]);
|
|
22833
|
+
let _a = this.activatedRoute.snapshot.queryParams, { pageId, id, name } = _a, params = __rest(_a, ["pageId", "id", "name"]);
|
|
22834
22834
|
let associatedParamsTemplate = clickEventOptions.associatedParams;
|
|
22835
22835
|
let appliedFilters = this.getSetOperatorFilter(event, this.stateDataSource.get(event.viewId));
|
|
22836
22836
|
event.keyToPass.forEach(element => {
|
|
@@ -24215,7 +24215,7 @@ class MultiLayoutLandingComponentComponent {
|
|
|
24215
24215
|
this.componentConfigDataSource = viewConfig;
|
|
24216
24216
|
this.dataSetModal = datasetConfig;
|
|
24217
24217
|
this.allWidgetByDataset = [];
|
|
24218
|
-
const _a = this.activatedRoute.snapshot.queryParams, { pageId, startDate, endDate } = _a, params = __rest(_a, ["pageId", "startDate", "endDate"]);
|
|
24218
|
+
const _a = this.activatedRoute.snapshot.queryParams, { pageId, startDate, endDate, id, name } = _a, params = __rest(_a, ["pageId", "startDate", "endDate", "id", "name"]);
|
|
24219
24219
|
this.dashBoardWidgetConfig.widgets.forEach(widget => {
|
|
24220
24220
|
var _a;
|
|
24221
24221
|
let defaultFilters = { operationFilter: Object.assign({ startDate: "", endDate: "" }, params) };
|
|
@@ -24746,7 +24746,7 @@ class MultiLayoutLandingComponentComponent {
|
|
|
24746
24746
|
else if (eventType == 'navigateToPage') {
|
|
24747
24747
|
this.service.getAppPageDetailConfig(associatedPage).subscribe({
|
|
24748
24748
|
next: (data) => {
|
|
24749
|
-
let _a = this.activatedRoute.snapshot.queryParams, { pageId } = _a, params = __rest(_a, ["pageId"]);
|
|
24749
|
+
let _a = this.activatedRoute.snapshot.queryParams, { pageId, id, name } = _a, params = __rest(_a, ["pageId", "id", "name"]);
|
|
24750
24750
|
let associatedParamsTemplate = clickEventOptions.associatedParams;
|
|
24751
24751
|
let appliedFilters = this.getSetOperatorFilter(event, this.stateDataSource.get(event.viewId));
|
|
24752
24752
|
event.keyToPass.forEach(element => {
|