@memberjunction/ng-explorer-core 0.9.79 → 0.9.116
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/dist/lib/ask-skip/ask-skip.component.d.ts +87 -86
- package/dist/lib/ask-skip/ask-skip.component.js +615 -580
- package/dist/lib/ask-skip/skip-dynamic-report-wrapper.d.ts +12 -12
- package/dist/lib/ask-skip/skip-dynamic-report-wrapper.js +40 -39
- package/dist/lib/auth-button/auth-button.component.d.ts +12 -12
- package/dist/lib/auth-button/auth-button.component.js +44 -43
- package/dist/lib/dashboard-browser-component/dashboard-browser.component.d.ts +18 -18
- package/dist/lib/dashboard-browser-component/dashboard-browser.component.js +118 -117
- package/dist/lib/data-browser-component/data-browser.component.d.ts +16 -14
- package/dist/lib/data-browser-component/data-browser.component.js +96 -91
- package/dist/lib/favorites/favorites.component.d.ts +14 -14
- package/dist/lib/favorites/favorites.component.js +114 -114
- package/dist/lib/generic/base-form-component.d.ts +76 -76
- package/dist/lib/generic/base-form-component.js +436 -436
- package/dist/lib/generic/base-form-section-component.d.ts +6 -6
- package/dist/lib/generic/base-form-section-component.js +9 -9
- package/dist/lib/generic/base-record-component.d.ts +6 -6
- package/dist/lib/generic/base-record-component.js +15 -15
- package/dist/lib/generic/base-resource-component.d.ts +34 -34
- package/dist/lib/generic/base-resource-component.js +75 -75
- package/dist/lib/generic/dynamic-chart.d.ts +33 -33
- package/dist/lib/generic/dynamic-chart.js +236 -235
- package/dist/lib/generic/dynamic-grid.d.ts +25 -25
- package/dist/lib/generic/dynamic-grid.js +120 -119
- package/dist/lib/generic/dynamic-report.d.ts +38 -38
- package/dist/lib/generic/dynamic-report.js +353 -347
- package/dist/lib/generic/form-toolbar.d.ts +7 -7
- package/dist/lib/generic/form-toolbar.js +85 -89
- package/dist/lib/generic/resource-container-component.d.ts +25 -25
- package/dist/lib/generic/resource-container-component.js +104 -103
- package/dist/lib/generic/section-loader-component.d.ts +17 -17
- package/dist/lib/generic/section-loader-component.js +66 -65
- package/dist/lib/generic-browse-list/generic-browse-list.component.d.ts +26 -24
- package/dist/lib/generic-browse-list/generic-browse-list.component.js +145 -143
- package/dist/lib/guards/auth-guard.service.d.ts +11 -11
- package/dist/lib/guards/auth-guard.service.js +24 -24
- package/dist/lib/guards/entities.guard.d.ts +3 -3
- package/dist/lib/guards/entities.guard.js +38 -38
- package/dist/lib/header/MSFT_UserImageService.d.ts +11 -11
- package/dist/lib/header/MSFT_UserImageService.js +23 -23
- package/dist/lib/header/header.component.d.ts +51 -51
- package/dist/lib/header/header.component.js +220 -208
- package/dist/lib/home-component/home.component.d.ts +11 -9
- package/dist/lib/home-component/home.component.js +77 -54
- package/dist/lib/join-grid/join-grid.component.d.ts +30 -30
- package/dist/lib/join-grid/join-grid.component.js +222 -225
- package/dist/lib/navigation/navigation.component.d.ts +104 -103
- package/dist/lib/navigation/navigation.component.js +1026 -1004
- package/dist/lib/query-browser-component/query-browser.component.d.ts +14 -0
- package/dist/lib/query-browser-component/query-browser.component.js +56 -0
- package/dist/lib/report-browser-component/report-browser.component.d.ts +14 -14
- package/dist/lib/report-browser-component/report-browser.component.js +56 -55
- package/dist/lib/resource-wrappers/dashboard-resource.component.d.ts +8 -8
- package/dist/lib/resource-wrappers/dashboard-resource.component.js +51 -50
- package/dist/lib/resource-wrappers/query-resource.component.d.ts +10 -0
- package/dist/lib/resource-wrappers/query-resource.component.js +55 -0
- package/dist/lib/resource-wrappers/record-resource.component.d.ts +10 -10
- package/dist/lib/resource-wrappers/record-resource.component.js +71 -70
- package/dist/lib/resource-wrappers/report-resource.component.d.ts +10 -10
- package/dist/lib/resource-wrappers/report-resource.component.js +55 -54
- package/dist/lib/resource-wrappers/resource-wrappers-loader.d.ts +1 -1
- package/dist/lib/resource-wrappers/resource-wrappers-loader.js +14 -12
- package/dist/lib/resource-wrappers/search-results-resource.component.d.ts +10 -10
- package/dist/lib/resource-wrappers/search-results-resource.component.js +52 -51
- package/dist/lib/resource-wrappers/view-resource.component.d.ts +8 -8
- package/dist/lib/resource-wrappers/view-resource.component.js +61 -60
- package/dist/lib/settings/settings.component.d.ts +5 -5
- package/dist/lib/settings/settings.component.js +15 -14
- package/dist/lib/single-application/single-application.component.d.ts +20 -20
- package/dist/lib/single-application/single-application.component.js +113 -113
- package/dist/lib/single-dashboard/Components/add-item/add-item.component.d.ts +28 -28
- package/dist/lib/single-dashboard/Components/add-item/add-item.component.js +210 -212
- package/dist/lib/single-dashboard/Components/delete-item/delete-item.component.d.ts +13 -13
- package/dist/lib/single-dashboard/Components/delete-item/delete-item.component.js +60 -59
- package/dist/lib/single-dashboard/Components/edit-dashboard/edit-dashboard.component.d.ts +26 -26
- package/dist/lib/single-dashboard/Components/edit-dashboard/edit-dashboard.component.js +170 -169
- package/dist/lib/single-dashboard/single-dashboard.component.d.ts +75 -75
- package/dist/lib/single-dashboard/single-dashboard.component.js +464 -456
- package/dist/lib/single-entity/single-entity.component.d.ts +33 -33
- package/dist/lib/single-entity/single-entity.component.js +258 -252
- package/dist/lib/single-query/single-query.component.d.ts +16 -0
- package/dist/lib/single-query/single-query.component.js +70 -0
- package/dist/lib/single-record/single-record.component.d.ts +21 -21
- package/dist/lib/single-record/single-record.component.js +95 -95
- package/dist/lib/single-report/single-report.component.d.ts +21 -22
- package/dist/lib/single-report/single-report.component.js +89 -87
- package/dist/lib/single-search-result/single-search-result.component.d.ts +15 -15
- package/dist/lib/single-search-result/single-search-result.component.js +61 -60
- package/dist/lib/single-view/single-view.component.d.ts +38 -38
- package/dist/lib/single-view/single-view.component.js +201 -201
- package/dist/lib/user-notifications/user-notifications.component.d.ts +32 -32
- package/dist/lib/user-notifications/user-notifications.component.js +282 -282
- package/dist/lib/user-profile/user-profile.component.d.ts +10 -10
- package/dist/lib/user-profile/user-profile.component.js +42 -41
- package/dist/lib/user-view-properties/view-properties-dialog.component.d.ts +71 -71
- package/dist/lib/user-view-properties/view-properties-dialog.component.js +594 -581
- package/dist/module.d.ts +65 -65
- package/dist/module.js +328 -338
- package/dist/public-api.d.ts +42 -47
- package/dist/public-api.js +45 -50
- package/dist/shared/shared.service.d.ts +94 -92
- package/dist/shared/shared.service.js +324 -318
- package/dist/shared/urlPipe.d.ts +7 -7
- package/dist/shared/urlPipe.js +16 -16
- package/package.json +24 -15
|
@@ -1,108 +1,108 @@
|
|
|
1
|
-
import { Component, Input } from '@angular/core';
|
|
2
|
-
import { DecimalPipe, DatePipe } from '@angular/common';
|
|
3
|
-
import { LogStatus } from '@memberjunction/core';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
import * as i1 from "@angular/common";
|
|
6
|
-
import * as i2 from "@progress/kendo-angular-grid";
|
|
7
|
-
function DynamicGridComponent_ng_container_1_ng_template_2_Template(rf, ctx) { if (rf & 1) {
|
|
8
|
-
i0.ɵɵtext(0);
|
|
9
|
-
} if (rf & 2) {
|
|
10
|
-
const dataItem_r3 = ctx.$implicit;
|
|
11
|
-
const col_r1 = i0.ɵɵnextContext().$implicit;
|
|
12
|
-
const ctx_r2 = i0.ɵɵnextContext();
|
|
13
|
-
i0.ɵɵtextInterpolate1(" ", ctx_r2.formatData(col_r1.DataType, dataItem_r3[col_r1.FieldName]), " ");
|
|
14
|
-
} }
|
|
15
|
-
const _c0 =
|
|
16
|
-
function DynamicGridComponent_ng_container_1_Template(rf, ctx) { if (rf & 1) {
|
|
17
|
-
i0.ɵɵelementContainerStart(0);
|
|
18
|
-
i0.ɵɵelementStart(1, "kendo-grid-column", 2);
|
|
19
|
-
i0.ɵɵtemplate(2, DynamicGridComponent_ng_container_1_ng_template_2_Template, 1, 1, "ng-template", 3);
|
|
20
|
-
i0.ɵɵelementEnd();
|
|
21
|
-
i0.ɵɵelementContainerEnd();
|
|
22
|
-
} if (rf & 2) {
|
|
23
|
-
const col_r1 = ctx.$implicit;
|
|
24
|
-
i0.ɵɵadvance(
|
|
25
|
-
i0.ɵɵpropertyInterpolate("field", col_r1.FieldName);
|
|
26
|
-
i0.ɵɵpropertyInterpolate("title", col_r1.DisplayName);
|
|
27
|
-
i0.ɵɵproperty("headerStyle", i0.ɵɵpureFunction0(3, _c0));
|
|
28
|
-
} }
|
|
29
|
-
export class DynamicGridComponent {
|
|
30
|
-
get SkipData() {
|
|
31
|
-
return this._skipData ? this._skipData : undefined;
|
|
32
|
-
}
|
|
33
|
-
set SkipData(d) {
|
|
34
|
-
this._skipData = d;
|
|
35
|
-
if (d) {
|
|
36
|
-
this.data = d.SQLResults.results;
|
|
37
|
-
this.columns = d.SQLResults.columns;
|
|
38
|
-
this.loadGridView();
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
constructor(decimalPipe, datePipe) {
|
|
42
|
-
this.decimalPipe = decimalPipe;
|
|
43
|
-
this.datePipe = datePipe;
|
|
44
|
-
this.data = [];
|
|
45
|
-
this.columns = [];
|
|
46
|
-
this.pageSize = 30;
|
|
47
|
-
this.startingRow = 0;
|
|
48
|
-
}
|
|
49
|
-
formatData(dataType, data) {
|
|
50
|
-
switch (dataType) {
|
|
51
|
-
case 'bigint':
|
|
52
|
-
case 'smallint':
|
|
53
|
-
case 'int':
|
|
54
|
-
case 'tinyint':
|
|
55
|
-
return data; // No specific formatting for integer types
|
|
56
|
-
case 'decimal':
|
|
57
|
-
case 'numeric':
|
|
58
|
-
case 'smallmoney':
|
|
59
|
-
case 'money':
|
|
60
|
-
return this.decimalPipe.transform(data, '1.2-2'); // Format as decimal with 2 digits after the decimal point
|
|
61
|
-
case 'date':
|
|
62
|
-
case 'datetime':
|
|
63
|
-
case 'datetime2':
|
|
64
|
-
case 'smalldatetime':
|
|
65
|
-
return this.datePipe.transform(data, 'short'); // Format as short date
|
|
66
|
-
// Add more cases as needed for other SQL Server datatypes
|
|
67
|
-
default:
|
|
68
|
-
return data; // For data types not handled, return data as is
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
ngAfterViewInit() {
|
|
72
|
-
if (this.data) {
|
|
73
|
-
this.loadGridView();
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
pageChange(event) {
|
|
77
|
-
this.startingRow = event.skip;
|
|
78
|
-
this.loadGridView();
|
|
79
|
-
}
|
|
80
|
-
loadGridView() {
|
|
81
|
-
this.gridView = {
|
|
82
|
-
data: this.data.slice(this.startingRow, this.startingRow + this.pageSize),
|
|
83
|
-
total: this.data.length,
|
|
84
|
-
};
|
|
85
|
-
}
|
|
86
|
-
cellClick(event) {
|
|
87
|
-
LogStatus(`Cell clicked in DynamicGrid`, undefined, event);
|
|
88
|
-
LogStatus('Need to implement cellClick in DynamicGridComponent like DyanmicChartComponent to do drill down!');
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
DynamicGridComponent.ɵfac = function DynamicGridComponent_Factory(t) { return new (t || DynamicGridComponent)(i0.ɵɵdirectiveInject(i1.DecimalPipe), i0.ɵɵdirectiveInject(i1.DatePipe)); };
|
|
92
|
-
DynamicGridComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: DynamicGridComponent, selectors: [["app-dynamic-grid"]], inputs: { data: "data", columns: "columns", pageSize: "pageSize", startingRow: "startingRow", SkipData: "SkipData" }, features: [i0.ɵɵProvidersFeature([DecimalPipe, DatePipe])], decls: 2, vars: 8, consts: [["scrollable", "virtual", 3, "data", "skip", "pageSize", "rowHeight", "reorderable", "resizable", "navigable", "pageChange", "cellClick"], [4, "ngFor", "ngForOf"], [3, "field", "title", "headerStyle"], ["kendoGridCellTemplate", ""]], template: function DynamicGridComponent_Template(rf, ctx) { if (rf & 1) {
|
|
93
|
-
i0.ɵɵelementStart(0, "kendo-grid", 0);
|
|
94
|
-
i0.ɵɵlistener("pageChange", function DynamicGridComponent_Template_kendo_grid_pageChange_0_listener($event) { return ctx.pageChange($event); })("cellClick", function DynamicGridComponent_Template_kendo_grid_cellClick_0_listener($event) { return ctx.cellClick($event); });
|
|
95
|
-
i0.ɵɵtemplate(1, DynamicGridComponent_ng_container_1_Template, 3, 4, "ng-container", 1);
|
|
96
|
-
i0.ɵɵelementEnd();
|
|
97
|
-
} if (rf & 2) {
|
|
98
|
-
i0.ɵɵproperty("data", ctx.gridView)("skip", ctx.startingRow)("pageSize", ctx.pageSize)("rowHeight", 36)("reorderable", true)("resizable", true)("navigable", true);
|
|
99
|
-
i0.ɵɵadvance(
|
|
100
|
-
i0.ɵɵproperty("ngForOf", ctx.columns);
|
|
101
|
-
} }, dependencies: [i1.NgForOf, i2.GridComponent, i2.ColumnComponent, i2.CellTemplateDirective], encapsulation: 2 });
|
|
102
|
-
(
|
|
103
|
-
type: Component,
|
|
104
|
-
args: [{
|
|
105
|
-
selector: 'app-dynamic-grid',
|
|
1
|
+
import { Component, Input } from '@angular/core';
|
|
2
|
+
import { DecimalPipe, DatePipe } from '@angular/common';
|
|
3
|
+
import { LogStatus } from '@memberjunction/core';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
import * as i1 from "@angular/common";
|
|
6
|
+
import * as i2 from "@progress/kendo-angular-grid";
|
|
7
|
+
function DynamicGridComponent_ng_container_1_ng_template_2_Template(rf, ctx) { if (rf & 1) {
|
|
8
|
+
i0.ɵɵtext(0);
|
|
9
|
+
} if (rf & 2) {
|
|
10
|
+
const dataItem_r3 = ctx.$implicit;
|
|
11
|
+
const col_r1 = i0.ɵɵnextContext().$implicit;
|
|
12
|
+
const ctx_r2 = i0.ɵɵnextContext();
|
|
13
|
+
i0.ɵɵtextInterpolate1(" ", ctx_r2.formatData(col_r1.DataType, dataItem_r3[col_r1.FieldName]), " ");
|
|
14
|
+
} }
|
|
15
|
+
const _c0 = () => ({ "font-weight": "bold", "background-color": "#cyan" });
|
|
16
|
+
function DynamicGridComponent_ng_container_1_Template(rf, ctx) { if (rf & 1) {
|
|
17
|
+
i0.ɵɵelementContainerStart(0);
|
|
18
|
+
i0.ɵɵelementStart(1, "kendo-grid-column", 2);
|
|
19
|
+
i0.ɵɵtemplate(2, DynamicGridComponent_ng_container_1_ng_template_2_Template, 1, 1, "ng-template", 3);
|
|
20
|
+
i0.ɵɵelementEnd();
|
|
21
|
+
i0.ɵɵelementContainerEnd();
|
|
22
|
+
} if (rf & 2) {
|
|
23
|
+
const col_r1 = ctx.$implicit;
|
|
24
|
+
i0.ɵɵadvance();
|
|
25
|
+
i0.ɵɵpropertyInterpolate("field", col_r1.FieldName);
|
|
26
|
+
i0.ɵɵpropertyInterpolate("title", col_r1.DisplayName);
|
|
27
|
+
i0.ɵɵproperty("headerStyle", i0.ɵɵpureFunction0(3, _c0));
|
|
28
|
+
} }
|
|
29
|
+
export class DynamicGridComponent {
|
|
30
|
+
get SkipData() {
|
|
31
|
+
return this._skipData ? this._skipData : undefined;
|
|
32
|
+
}
|
|
33
|
+
set SkipData(d) {
|
|
34
|
+
this._skipData = d;
|
|
35
|
+
if (d) {
|
|
36
|
+
this.data = d.SQLResults.results;
|
|
37
|
+
this.columns = d.SQLResults.columns;
|
|
38
|
+
this.loadGridView();
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
constructor(decimalPipe, datePipe) {
|
|
42
|
+
this.decimalPipe = decimalPipe;
|
|
43
|
+
this.datePipe = datePipe;
|
|
44
|
+
this.data = [];
|
|
45
|
+
this.columns = [];
|
|
46
|
+
this.pageSize = 30;
|
|
47
|
+
this.startingRow = 0;
|
|
48
|
+
}
|
|
49
|
+
formatData(dataType, data) {
|
|
50
|
+
switch (dataType) {
|
|
51
|
+
case 'bigint':
|
|
52
|
+
case 'smallint':
|
|
53
|
+
case 'int':
|
|
54
|
+
case 'tinyint':
|
|
55
|
+
return data; // No specific formatting for integer types
|
|
56
|
+
case 'decimal':
|
|
57
|
+
case 'numeric':
|
|
58
|
+
case 'smallmoney':
|
|
59
|
+
case 'money':
|
|
60
|
+
return this.decimalPipe.transform(data, '1.2-2'); // Format as decimal with 2 digits after the decimal point
|
|
61
|
+
case 'date':
|
|
62
|
+
case 'datetime':
|
|
63
|
+
case 'datetime2':
|
|
64
|
+
case 'smalldatetime':
|
|
65
|
+
return this.datePipe.transform(data, 'short'); // Format as short date
|
|
66
|
+
// Add more cases as needed for other SQL Server datatypes
|
|
67
|
+
default:
|
|
68
|
+
return data; // For data types not handled, return data as is
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
ngAfterViewInit() {
|
|
72
|
+
if (this.data) {
|
|
73
|
+
this.loadGridView();
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
pageChange(event) {
|
|
77
|
+
this.startingRow = event.skip;
|
|
78
|
+
this.loadGridView();
|
|
79
|
+
}
|
|
80
|
+
loadGridView() {
|
|
81
|
+
this.gridView = {
|
|
82
|
+
data: this.data.slice(this.startingRow, this.startingRow + this.pageSize),
|
|
83
|
+
total: this.data.length,
|
|
84
|
+
};
|
|
85
|
+
}
|
|
86
|
+
cellClick(event) {
|
|
87
|
+
LogStatus(`Cell clicked in DynamicGrid`, undefined, event);
|
|
88
|
+
LogStatus('Need to implement cellClick in DynamicGridComponent like DyanmicChartComponent to do drill down!');
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
DynamicGridComponent.ɵfac = function DynamicGridComponent_Factory(t) { return new (t || DynamicGridComponent)(i0.ɵɵdirectiveInject(i1.DecimalPipe), i0.ɵɵdirectiveInject(i1.DatePipe)); };
|
|
92
|
+
DynamicGridComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: DynamicGridComponent, selectors: [["app-dynamic-grid"]], inputs: { data: "data", columns: "columns", pageSize: "pageSize", startingRow: "startingRow", SkipData: "SkipData" }, features: [i0.ɵɵProvidersFeature([DecimalPipe, DatePipe])], decls: 2, vars: 8, consts: [["scrollable", "virtual", 3, "data", "skip", "pageSize", "rowHeight", "reorderable", "resizable", "navigable", "pageChange", "cellClick"], [4, "ngFor", "ngForOf"], [3, "field", "title", "headerStyle"], ["kendoGridCellTemplate", ""]], template: function DynamicGridComponent_Template(rf, ctx) { if (rf & 1) {
|
|
93
|
+
i0.ɵɵelementStart(0, "kendo-grid", 0);
|
|
94
|
+
i0.ɵɵlistener("pageChange", function DynamicGridComponent_Template_kendo_grid_pageChange_0_listener($event) { return ctx.pageChange($event); })("cellClick", function DynamicGridComponent_Template_kendo_grid_cellClick_0_listener($event) { return ctx.cellClick($event); });
|
|
95
|
+
i0.ɵɵtemplate(1, DynamicGridComponent_ng_container_1_Template, 3, 4, "ng-container", 1);
|
|
96
|
+
i0.ɵɵelementEnd();
|
|
97
|
+
} if (rf & 2) {
|
|
98
|
+
i0.ɵɵproperty("data", ctx.gridView)("skip", ctx.startingRow)("pageSize", ctx.pageSize)("rowHeight", 36)("reorderable", true)("resizable", true)("navigable", true);
|
|
99
|
+
i0.ɵɵadvance();
|
|
100
|
+
i0.ɵɵproperty("ngForOf", ctx.columns);
|
|
101
|
+
} }, dependencies: [i1.NgForOf, i2.GridComponent, i2.ColumnComponent, i2.CellTemplateDirective], encapsulation: 2 });
|
|
102
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DynamicGridComponent, [{
|
|
103
|
+
type: Component,
|
|
104
|
+
args: [{
|
|
105
|
+
selector: 'app-dynamic-grid',
|
|
106
106
|
template: `
|
|
107
107
|
<kendo-grid [data]="gridView"
|
|
108
108
|
[skip]="startingRow"
|
|
@@ -125,17 +125,18 @@ DynamicGridComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: Dynami
|
|
|
125
125
|
</kendo-grid-column>
|
|
126
126
|
</ng-container>
|
|
127
127
|
</kendo-grid>
|
|
128
|
-
`,
|
|
129
|
-
providers: [DecimalPipe, DatePipe]
|
|
130
|
-
}]
|
|
131
|
-
}],
|
|
132
|
-
type: Input
|
|
133
|
-
}], columns: [{
|
|
134
|
-
type: Input
|
|
135
|
-
}], pageSize: [{
|
|
136
|
-
type: Input
|
|
137
|
-
}], startingRow: [{
|
|
138
|
-
type: Input
|
|
139
|
-
}], SkipData: [{
|
|
140
|
-
type: Input
|
|
141
|
-
}] }); })();
|
|
128
|
+
`,
|
|
129
|
+
providers: [DecimalPipe, DatePipe]
|
|
130
|
+
}]
|
|
131
|
+
}], () => [{ type: i1.DecimalPipe }, { type: i1.DatePipe }], { data: [{
|
|
132
|
+
type: Input
|
|
133
|
+
}], columns: [{
|
|
134
|
+
type: Input
|
|
135
|
+
}], pageSize: [{
|
|
136
|
+
type: Input
|
|
137
|
+
}], startingRow: [{
|
|
138
|
+
type: Input
|
|
139
|
+
}], SkipData: [{
|
|
140
|
+
type: Input
|
|
141
|
+
}] }); })();
|
|
142
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(DynamicGridComponent, { className: "DynamicGridComponent", filePath: "src\\lib\\generic\\dynamic-grid.ts", lineNumber: 34 }); })();
|
|
@@ -1,38 +1,38 @@
|
|
|
1
|
-
import { Router } from '@angular/router';
|
|
2
|
-
import { SkipColumnInfo, SkipData } from '../ask-skip/ask-skip.component';
|
|
3
|
-
import { SharedService } from '../../shared/shared.service';
|
|
4
|
-
import { DynamicGridComponent } from './dynamic-grid';
|
|
5
|
-
import { DynamicChartComponent } from './dynamic-chart';
|
|
6
|
-
import { SelectEvent, TabStripComponent } from '@progress/kendo-angular-layout';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class DynamicReportComponent {
|
|
9
|
-
|
|
10
|
-
private router;
|
|
11
|
-
ShowDetailsTab: boolean;
|
|
12
|
-
ShowCreateReportButton: boolean;
|
|
13
|
-
ConversationID: number | null;
|
|
14
|
-
ConversationName: string | null;
|
|
15
|
-
ConversationDetailID: number | null;
|
|
16
|
-
private _skipData;
|
|
17
|
-
get SkipData(): SkipData | undefined;
|
|
18
|
-
set SkipData(d: SkipData | undefined);
|
|
19
|
-
theGrid: DynamicGridComponent;
|
|
20
|
-
theChart: DynamicChartComponent;
|
|
21
|
-
tabStrip: TabStripComponent;
|
|
22
|
-
constructor(sharedService: SharedService, router: Router);
|
|
23
|
-
matchingReportID: number | null;
|
|
24
|
-
matchingReportName: string | null;
|
|
25
|
-
private _loaded;
|
|
26
|
-
ngAfterViewInit(): Promise<void>;
|
|
27
|
-
clickMatchingReport(): void;
|
|
28
|
-
activeTabIndex: number;
|
|
29
|
-
onTabSelect(e: SelectEvent): void;
|
|
30
|
-
isTabSelected(index: number): boolean;
|
|
31
|
-
get Columns(): SkipColumnInfo[];
|
|
32
|
-
get IsChart(): boolean;
|
|
33
|
-
get IsTable(): boolean;
|
|
34
|
-
createAnalysisHtml(): string;
|
|
35
|
-
doCreateReport(): Promise<void>;
|
|
36
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DynamicReportComponent, never>;
|
|
37
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DynamicReportComponent, "app-dynamic-report", never, { "ShowDetailsTab": "ShowDetailsTab"; "ShowCreateReportButton": "ShowCreateReportButton"; "ConversationID": "ConversationID"; "ConversationName": "ConversationName"; "ConversationDetailID": "ConversationDetailID"; "SkipData": "SkipData"; }, {}, never, never, false, never>;
|
|
38
|
-
}
|
|
1
|
+
import { Router } from '@angular/router';
|
|
2
|
+
import { SkipColumnInfo, SkipData } from '../ask-skip/ask-skip.component';
|
|
3
|
+
import { SharedService } from '../../shared/shared.service';
|
|
4
|
+
import { DynamicGridComponent } from './dynamic-grid';
|
|
5
|
+
import { DynamicChartComponent } from './dynamic-chart';
|
|
6
|
+
import { SelectEvent, TabStripComponent } from '@progress/kendo-angular-layout';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class DynamicReportComponent {
|
|
9
|
+
sharedService: SharedService;
|
|
10
|
+
private router;
|
|
11
|
+
ShowDetailsTab: boolean;
|
|
12
|
+
ShowCreateReportButton: boolean;
|
|
13
|
+
ConversationID: number | null;
|
|
14
|
+
ConversationName: string | null;
|
|
15
|
+
ConversationDetailID: number | null;
|
|
16
|
+
private _skipData;
|
|
17
|
+
get SkipData(): SkipData | undefined;
|
|
18
|
+
set SkipData(d: SkipData | undefined);
|
|
19
|
+
theGrid: DynamicGridComponent;
|
|
20
|
+
theChart: DynamicChartComponent;
|
|
21
|
+
tabStrip: TabStripComponent;
|
|
22
|
+
constructor(sharedService: SharedService, router: Router);
|
|
23
|
+
matchingReportID: number | null;
|
|
24
|
+
matchingReportName: string | null;
|
|
25
|
+
private _loaded;
|
|
26
|
+
ngAfterViewInit(): Promise<void>;
|
|
27
|
+
clickMatchingReport(): void;
|
|
28
|
+
activeTabIndex: number;
|
|
29
|
+
onTabSelect(e: SelectEvent): void;
|
|
30
|
+
isTabSelected(index: number): boolean;
|
|
31
|
+
get Columns(): SkipColumnInfo[];
|
|
32
|
+
get IsChart(): boolean;
|
|
33
|
+
get IsTable(): boolean;
|
|
34
|
+
createAnalysisHtml(): string;
|
|
35
|
+
doCreateReport(): Promise<void>;
|
|
36
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DynamicReportComponent, never>;
|
|
37
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DynamicReportComponent, "app-dynamic-report", never, { "ShowDetailsTab": { "alias": "ShowDetailsTab"; "required": false; }; "ShowCreateReportButton": { "alias": "ShowCreateReportButton"; "required": false; }; "ConversationID": { "alias": "ConversationID"; "required": false; }; "ConversationName": { "alias": "ConversationName"; "required": false; }; "ConversationDetailID": { "alias": "ConversationDetailID"; "required": false; }; "SkipData": { "alias": "SkipData"; "required": false; }; }, {}, never, never, false, never>;
|
|
38
|
+
}
|