@memberjunction/ng-skip-chat 2.13.4 → 2.15.0
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/drill-down-info.d.ts +14 -0
- package/dist/lib/drill-down-info.d.ts.map +1 -0
- package/dist/lib/drill-down-info.js +19 -0
- package/dist/lib/drill-down-info.js.map +1 -0
- package/dist/lib/dynamic-report/base-report.d.ts +73 -0
- package/dist/lib/dynamic-report/base-report.d.ts.map +1 -0
- package/dist/lib/dynamic-report/base-report.js +257 -0
- package/dist/lib/dynamic-report/base-report.js.map +1 -0
- package/dist/lib/dynamic-report/dynamic-chart.d.ts +32 -0
- package/dist/lib/dynamic-report/dynamic-chart.d.ts.map +1 -0
- package/dist/lib/dynamic-report/dynamic-chart.js +202 -0
- package/dist/lib/dynamic-report/dynamic-chart.js.map +1 -0
- package/dist/lib/dynamic-report/dynamic-grid.d.ts +36 -0
- package/dist/lib/dynamic-report/dynamic-grid.d.ts.map +1 -0
- package/dist/lib/dynamic-report/dynamic-grid.js +397 -0
- package/dist/lib/dynamic-report/dynamic-grid.js.map +1 -0
- package/dist/lib/dynamic-report/linear-report.d.ts +18 -0
- package/dist/lib/dynamic-report/linear-report.d.ts.map +1 -0
- package/dist/lib/dynamic-report/linear-report.js +179 -0
- package/dist/lib/dynamic-report/linear-report.js.map +1 -0
- package/dist/lib/dynamic-report/skip-dynamic-report-wrapper.d.ts +22 -0
- package/dist/lib/dynamic-report/skip-dynamic-report-wrapper.d.ts.map +1 -0
- package/dist/lib/dynamic-report/skip-dynamic-report-wrapper.js +64 -0
- package/dist/lib/dynamic-report/skip-dynamic-report-wrapper.js.map +1 -0
- package/dist/lib/module.d.ts +26 -9
- package/dist/lib/module.d.ts.map +1 -1
- package/dist/lib/module.js +110 -22
- package/dist/lib/module.js.map +1 -1
- package/dist/lib/skip-chat/skip-chat.component.d.ts +155 -0
- package/dist/lib/skip-chat/skip-chat.component.d.ts.map +1 -0
- package/dist/lib/skip-chat/skip-chat.component.js +1404 -0
- package/dist/lib/skip-chat/skip-chat.component.js.map +1 -0
- package/dist/lib/skip-single-message/skip-single-message.component.d.ts +64 -0
- package/dist/lib/skip-single-message/skip-single-message.component.d.ts.map +1 -0
- package/dist/lib/skip-single-message/skip-single-message.component.js +318 -0
- package/dist/lib/skip-single-message/skip-single-message.component.js.map +1 -0
- package/dist/public-api.d.ts +7 -4
- package/dist/public-api.d.ts.map +1 -1
- package/dist/public-api.js +7 -4
- package/dist/public-api.js.map +1 -1
- package/package.json +23 -4
- package/dist/lib/tab/tab.component.d.ts +0 -55
- package/dist/lib/tab/tab.component.d.ts.map +0 -1
- package/dist/lib/tab/tab.component.js +0 -138
- package/dist/lib/tab/tab.component.js.map +0 -1
- package/dist/lib/tab-body/tab-body.component.d.ts +0 -13
- package/dist/lib/tab-body/tab-body.component.d.ts.map +0 -1
- package/dist/lib/tab-body/tab-body.component.js +0 -38
- package/dist/lib/tab-body/tab-body.component.js.map +0 -1
- package/dist/lib/tab-strip/tab-strip.component.d.ts +0 -117
- package/dist/lib/tab-strip/tab-strip.component.d.ts.map +0 -1
- package/dist/lib/tab-strip/tab-strip.component.js +0 -404
- package/dist/lib/tab-strip/tab-strip.component.js.map +0 -1
- package/dist/lib/tab.base.d.ts +0 -4
- package/dist/lib/tab.base.d.ts.map +0 -1
- package/dist/lib/tab.base.js +0 -3
- package/dist/lib/tab.base.js.map +0 -1
|
@@ -0,0 +1,179 @@
|
|
|
1
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
2
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
3
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
4
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
5
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
6
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
7
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
8
|
+
});
|
|
9
|
+
};
|
|
10
|
+
import { Component, Input } from '@angular/core';
|
|
11
|
+
import { SkipDynamicReportBase } from './base-report';
|
|
12
|
+
import * as i0 from "@angular/core";
|
|
13
|
+
function SkipDynamicLinearReportComponent_Conditional_0_button_0_Template(rf, ctx) { if (rf & 1) {
|
|
14
|
+
const _r1 = i0.ɵɵgetCurrentView();
|
|
15
|
+
i0.ɵɵelementStart(0, "button", 8);
|
|
16
|
+
i0.ɵɵlistener("click", function SkipDynamicLinearReportComponent_Conditional_0_button_0_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.askCreateReport()); });
|
|
17
|
+
i0.ɵɵtext(1, "Create Report");
|
|
18
|
+
i0.ɵɵelementEnd();
|
|
19
|
+
} if (rf & 2) {
|
|
20
|
+
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
21
|
+
i0.ɵɵproperty("disabled", ctx_r1.IsCreatingReport);
|
|
22
|
+
} }
|
|
23
|
+
function SkipDynamicLinearReportComponent_Conditional_0_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
24
|
+
const _r3 = i0.ɵɵgetCurrentView();
|
|
25
|
+
i0.ɵɵelementStart(0, "div", 9);
|
|
26
|
+
i0.ɵɵlistener("click", function SkipDynamicLinearReportComponent_Conditional_0_div_1_Template_div_click_0_listener() { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.clickMatchingReport()); });
|
|
27
|
+
i0.ɵɵtext(1);
|
|
28
|
+
i0.ɵɵelementEnd();
|
|
29
|
+
} if (rf & 2) {
|
|
30
|
+
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
31
|
+
i0.ɵɵadvance();
|
|
32
|
+
i0.ɵɵtextInterpolate1("Report: ", ctx_r1.matchingReportName, "");
|
|
33
|
+
} }
|
|
34
|
+
function SkipDynamicLinearReportComponent_Conditional_0_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
35
|
+
i0.ɵɵelementStart(0, "div", 10)(1, "h3");
|
|
36
|
+
i0.ɵɵtext(2, "Explanation");
|
|
37
|
+
i0.ɵɵelementEnd();
|
|
38
|
+
i0.ɵɵelementStart(3, "div");
|
|
39
|
+
i0.ɵɵtext(4);
|
|
40
|
+
i0.ɵɵelementEnd()();
|
|
41
|
+
} if (rf & 2) {
|
|
42
|
+
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
43
|
+
i0.ɵɵadvance(4);
|
|
44
|
+
i0.ɵɵtextInterpolate1(" ", ctx_r1.SkipData.userExplanation || "No Explanation Provided", " ");
|
|
45
|
+
} }
|
|
46
|
+
function SkipDynamicLinearReportComponent_Conditional_0_kendo_expansionpanel_3_skip_dynamic_chart_1_Template(rf, ctx) { if (rf & 1) {
|
|
47
|
+
i0.ɵɵelement(0, "skip-dynamic-chart", 13, 0);
|
|
48
|
+
} if (rf & 2) {
|
|
49
|
+
const ctx_r1 = i0.ɵɵnextContext(3);
|
|
50
|
+
i0.ɵɵproperty("AutoResizeChart", false)("SkipData", ctx_r1.SkipData);
|
|
51
|
+
} }
|
|
52
|
+
function SkipDynamicLinearReportComponent_Conditional_0_kendo_expansionpanel_3_Template(rf, ctx) { if (rf & 1) {
|
|
53
|
+
i0.ɵɵelementStart(0, "kendo-expansionpanel", 11);
|
|
54
|
+
i0.ɵɵtemplate(1, SkipDynamicLinearReportComponent_Conditional_0_kendo_expansionpanel_3_skip_dynamic_chart_1_Template, 2, 2, "skip-dynamic-chart", 12);
|
|
55
|
+
i0.ɵɵelementEnd();
|
|
56
|
+
} if (rf & 2) {
|
|
57
|
+
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
58
|
+
i0.ɵɵproperty("title", "Chart")("expanded", ctx_r1.ExpandAll);
|
|
59
|
+
i0.ɵɵadvance();
|
|
60
|
+
i0.ɵɵproperty("ngIf", ctx_r1.IsChart);
|
|
61
|
+
} }
|
|
62
|
+
function SkipDynamicLinearReportComponent_Conditional_0_kendo_expansionpanel_4_skip_dynamic_grid_1_Template(rf, ctx) { if (rf & 1) {
|
|
63
|
+
i0.ɵɵelement(0, "skip-dynamic-grid", 16, 1);
|
|
64
|
+
} if (rf & 2) {
|
|
65
|
+
const ctx_r1 = i0.ɵɵnextContext(3);
|
|
66
|
+
i0.ɵɵproperty("GridHeight", 300)("SkipData", ctx_r1.SkipData);
|
|
67
|
+
} }
|
|
68
|
+
function SkipDynamicLinearReportComponent_Conditional_0_kendo_expansionpanel_4_Template(rf, ctx) { if (rf & 1) {
|
|
69
|
+
i0.ɵɵelementStart(0, "kendo-expansionpanel", 14);
|
|
70
|
+
i0.ɵɵtemplate(1, SkipDynamicLinearReportComponent_Conditional_0_kendo_expansionpanel_4_skip_dynamic_grid_1_Template, 2, 2, "skip-dynamic-grid", 15);
|
|
71
|
+
i0.ɵɵelementEnd();
|
|
72
|
+
} if (rf & 2) {
|
|
73
|
+
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
74
|
+
i0.ɵɵproperty("title", "Table")("expanded", ctx_r1.ExpandAll);
|
|
75
|
+
i0.ɵɵadvance();
|
|
76
|
+
i0.ɵɵproperty("ngIf", !ctx_r1.IsChart);
|
|
77
|
+
} }
|
|
78
|
+
function SkipDynamicLinearReportComponent_Conditional_0_kendo_expansionpanel_5_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
79
|
+
i0.ɵɵelementStart(0, "div", 18);
|
|
80
|
+
i0.ɵɵtext(1);
|
|
81
|
+
i0.ɵɵelementEnd();
|
|
82
|
+
} if (rf & 2) {
|
|
83
|
+
const ctx_r1 = i0.ɵɵnextContext(3);
|
|
84
|
+
i0.ɵɵadvance();
|
|
85
|
+
i0.ɵɵtextInterpolate1(" ", ctx_r1.SkipData.analysis, " ");
|
|
86
|
+
} }
|
|
87
|
+
function SkipDynamicLinearReportComponent_Conditional_0_kendo_expansionpanel_5_Template(rf, ctx) { if (rf & 1) {
|
|
88
|
+
i0.ɵɵelementStart(0, "kendo-expansionpanel", 11);
|
|
89
|
+
i0.ɵɵtemplate(1, SkipDynamicLinearReportComponent_Conditional_0_kendo_expansionpanel_5_div_1_Template, 2, 1, "div", 17);
|
|
90
|
+
i0.ɵɵelementEnd();
|
|
91
|
+
} if (rf & 2) {
|
|
92
|
+
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
93
|
+
i0.ɵɵproperty("title", "Analysis")("expanded", ctx_r1.ExpandAll);
|
|
94
|
+
i0.ɵɵadvance();
|
|
95
|
+
i0.ɵɵproperty("ngIf", ctx_r1.SkipData.analysis);
|
|
96
|
+
} }
|
|
97
|
+
function SkipDynamicLinearReportComponent_Conditional_0_kendo_dialog_6_Template(rf, ctx) { if (rf & 1) {
|
|
98
|
+
const _r4 = i0.ɵɵgetCurrentView();
|
|
99
|
+
i0.ɵɵelementStart(0, "kendo-dialog", 19);
|
|
100
|
+
i0.ɵɵlistener("close", function SkipDynamicLinearReportComponent_Conditional_0_kendo_dialog_6_Template_kendo_dialog_close_0_listener() { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.closeCreateReport("no")); });
|
|
101
|
+
i0.ɵɵelementStart(1, "p", 20);
|
|
102
|
+
i0.ɵɵtext(2, " Would you like to create a new report from this conversation element? If you choose to continue you'll be notified when the report has been created. ");
|
|
103
|
+
i0.ɵɵelementEnd();
|
|
104
|
+
i0.ɵɵelementStart(3, "kendo-dialog-actions")(4, "button", 21);
|
|
105
|
+
i0.ɵɵlistener("click", function SkipDynamicLinearReportComponent_Conditional_0_kendo_dialog_6_Template_button_click_4_listener() { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.closeCreateReport("yes")); });
|
|
106
|
+
i0.ɵɵtext(5, " Yes ");
|
|
107
|
+
i0.ɵɵelementEnd();
|
|
108
|
+
i0.ɵɵelementStart(6, "button", 22);
|
|
109
|
+
i0.ɵɵlistener("click", function SkipDynamicLinearReportComponent_Conditional_0_kendo_dialog_6_Template_button_click_6_listener() { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.closeCreateReport("no")); });
|
|
110
|
+
i0.ɵɵtext(7, "No");
|
|
111
|
+
i0.ɵɵelementEnd()()();
|
|
112
|
+
} if (rf & 2) {
|
|
113
|
+
i0.ɵɵproperty("minWidth", 250)("width", 450);
|
|
114
|
+
} }
|
|
115
|
+
function SkipDynamicLinearReportComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
116
|
+
i0.ɵɵtemplate(0, SkipDynamicLinearReportComponent_Conditional_0_button_0_Template, 2, 1, "button", 2)(1, SkipDynamicLinearReportComponent_Conditional_0_div_1_Template, 2, 1, "div", 3)(2, SkipDynamicLinearReportComponent_Conditional_0_div_2_Template, 5, 1, "div", 4)(3, SkipDynamicLinearReportComponent_Conditional_0_kendo_expansionpanel_3_Template, 2, 3, "kendo-expansionpanel", 5)(4, SkipDynamicLinearReportComponent_Conditional_0_kendo_expansionpanel_4_Template, 2, 3, "kendo-expansionpanel", 6)(5, SkipDynamicLinearReportComponent_Conditional_0_kendo_expansionpanel_5_Template, 2, 3, "kendo-expansionpanel", 5)(6, SkipDynamicLinearReportComponent_Conditional_0_kendo_dialog_6_Template, 8, 2, "kendo-dialog", 7);
|
|
117
|
+
} if (rf & 2) {
|
|
118
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
119
|
+
i0.ɵɵproperty("ngIf", ctx_r1.ShowCreateReportButton && !ctx_r1.matchingReportID);
|
|
120
|
+
i0.ɵɵadvance();
|
|
121
|
+
i0.ɵɵproperty("ngIf", ctx_r1.matchingReportID !== null);
|
|
122
|
+
i0.ɵɵadvance();
|
|
123
|
+
i0.ɵɵproperty("ngIf", ctx_r1.SkipData == null ? null : ctx_r1.SkipData.userExplanation);
|
|
124
|
+
i0.ɵɵadvance();
|
|
125
|
+
i0.ɵɵproperty("ngIf", ctx_r1.IsChart);
|
|
126
|
+
i0.ɵɵadvance();
|
|
127
|
+
i0.ɵɵproperty("ngIf", !ctx_r1.IsChart);
|
|
128
|
+
i0.ɵɵadvance();
|
|
129
|
+
i0.ɵɵproperty("ngIf", ctx_r1.SkipData == null ? null : ctx_r1.SkipData.analysis);
|
|
130
|
+
i0.ɵɵadvance();
|
|
131
|
+
i0.ɵɵproperty("ngIf", ctx_r1.confirmCreateReportDialogOpen);
|
|
132
|
+
} }
|
|
133
|
+
/**
|
|
134
|
+
* This component is used for dynamically rendering Skip Reports
|
|
135
|
+
*/
|
|
136
|
+
export class SkipDynamicLinearReportComponent extends SkipDynamicReportBase {
|
|
137
|
+
constructor(cdRef) {
|
|
138
|
+
super(cdRef);
|
|
139
|
+
this.cdRef = cdRef;
|
|
140
|
+
this.ExpandAll = true;
|
|
141
|
+
this.confirmCreateReportDialogOpen = false;
|
|
142
|
+
}
|
|
143
|
+
clickMatchingReport() {
|
|
144
|
+
if (this.matchingReportID !== null && this.matchingReportID.length > 0) {
|
|
145
|
+
// navigate to the report
|
|
146
|
+
this.NavigateToMatchingReport.emit(this.matchingReportID);
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
askCreateReport() {
|
|
150
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
151
|
+
if (!this.SkipData || !this.ConversationID || !this.ConversationName || !this.ConversationDetailID) {
|
|
152
|
+
throw new Error('Must set SkipData, ConversationID, ConversationName, and ConversationDetailID to enable saving report');
|
|
153
|
+
}
|
|
154
|
+
else {
|
|
155
|
+
this.confirmCreateReportDialogOpen = true; // shows the dialog, the rest happens when the uesr clicks yes/no/cancel
|
|
156
|
+
}
|
|
157
|
+
});
|
|
158
|
+
}
|
|
159
|
+
closeCreateReport(action) {
|
|
160
|
+
if (action === 'yes') {
|
|
161
|
+
this.DoCreateReport();
|
|
162
|
+
}
|
|
163
|
+
this.confirmCreateReportDialogOpen = false;
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
SkipDynamicLinearReportComponent.ɵfac = function SkipDynamicLinearReportComponent_Factory(t) { return new (t || SkipDynamicLinearReportComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); };
|
|
167
|
+
SkipDynamicLinearReportComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SkipDynamicLinearReportComponent, selectors: [["skip-dynamic-linear-report"]], inputs: { ExpandAll: "ExpandAll" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [["theChart", ""], ["theGrid", ""], ["kendoButton", "", "class", "create-report-button", 3, "disabled", "click", 4, "ngIf"], ["class", "report-link", 3, "click", 4, "ngIf"], ["class", "report-tab-title", 4, "ngIf"], [3, "title", "expanded", 4, "ngIf"], ["mjSkipResize", "true", 3, "title", "expanded", 4, "ngIf"], ["title", "Please confirm", 3, "minWidth", "width", "close", 4, "ngIf"], ["kendoButton", "", 1, "create-report-button", 3, "click", "disabled"], [1, "report-link", 3, "click"], [1, "report-tab-title"], [3, "title", "expanded"], ["style", "display:block;", 3, "AutoResizeChart", "SkipData", 4, "ngIf"], [2, "display", "block", 3, "AutoResizeChart", "SkipData"], ["mjSkipResize", "true", 3, "title", "expanded"], [3, "GridHeight", "SkipData", 4, "ngIf"], [3, "GridHeight", "SkipData"], ["class", "analysis", 4, "ngIf"], [1, "analysis"], ["title", "Please confirm", 3, "close", "minWidth", "width"], [2, "margin", "30px", "text-align", "center"], ["kendoButton", "", "themeColor", "primary", 3, "click"], ["kendoButton", "", 3, "click"]], template: function SkipDynamicLinearReportComponent_Template(rf, ctx) { if (rf & 1) {
|
|
168
|
+
i0.ɵɵtemplate(0, SkipDynamicLinearReportComponent_Conditional_0_Template, 7, 7);
|
|
169
|
+
} if (rf & 2) {
|
|
170
|
+
i0.ɵɵconditional(ctx.SkipData ? 0 : -1);
|
|
171
|
+
} }, styles: [".report-tab-title[_ngcontent-%COMP%] { \n margin-left: 10px;\n}\n\n.create-report-button[_ngcontent-%COMP%] { \n margin-bottom: 10px;\n margin-top: 10px;\n}\n\n.report-link[_ngcontent-%COMP%] {\n margin-top: 10px; \n margin-bottom: 10px;\n cursor: pointer;\n color: blue;\n font-weight: bold;\n}\n\n.report-tab-toolbar[_ngcontent-%COMP%] {\n padding: 3px;\n}\n\n.report-tab-toolbar[_ngcontent-%COMP%] > button[_ngcontent-%COMP%] {\n margin-right: 5px;\n}\n\n.report-tab-contents[_ngcontent-%COMP%] {\n display: block;\n padding: 5px;\n}"] });
|
|
172
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SkipDynamicLinearReportComponent, [{
|
|
173
|
+
type: Component,
|
|
174
|
+
args: [{ selector: 'skip-dynamic-linear-report', template: "@if(SkipData) {\n <button kendoButton *ngIf=\"ShowCreateReportButton && !matchingReportID\" \n (click)=\"askCreateReport()\" \n [disabled]=\"IsCreatingReport\"\n class=\"create-report-button\">Create Report</button>\n <div *ngIf=\"matchingReportID!==null\" class=\"report-link\" (click)=\"clickMatchingReport()\">Report: {{matchingReportName}}</div>\n <div *ngIf=\"SkipData?.userExplanation\" class=\"report-tab-title\">\n <h3>Explanation</h3>\n <div>\n {{SkipData.userExplanation || 'No Explanation Provided'}}\n </div>\n </div>\n <kendo-expansionpanel\n *ngIf=\"IsChart\"\n [title]=\"'Chart'\"\n [expanded]=\"ExpandAll\"\n >\n <skip-dynamic-chart \n *ngIf=\"IsChart\" \n #theChart \n [AutoResizeChart]=\"false\"\n [SkipData]=\"SkipData\" \n style=\"display:block;\">\n </skip-dynamic-chart>\n </kendo-expansionpanel> \n <kendo-expansionpanel\n *ngIf=\"!IsChart\"\n [title]=\"'Table'\"\n [expanded]=\"ExpandAll\"\n mjSkipResize=\"true\"\n >\n <skip-dynamic-grid *ngIf=\"!IsChart\" \n [GridHeight]=\"300\"\n #theGrid [SkipData]=\"SkipData\"\n ></skip-dynamic-grid> \n </kendo-expansionpanel>\n <kendo-expansionpanel\n *ngIf=\"SkipData?.analysis\" \n [title]=\"'Analysis'\"\n [expanded]=\"ExpandAll\"\n >\n <div class=\"analysis\" *ngIf=\"SkipData.analysis\">\n {{SkipData.analysis}}\n </div>\n <!-- <markdown [data]=\"SkipData.analysis\"></markdown> -->\n </kendo-expansionpanel> \n\n <kendo-dialog\n title=\"Please confirm\"\n *ngIf=\"confirmCreateReportDialogOpen\"\n (close)=\"closeCreateReport('no')\"\n [minWidth]=\"250\"\n [width]=\"450\"\n >\n <p style=\"margin: 30px; text-align: center;\">\n Would you like to create a new report from this conversation element? If you choose to continue you'll be notified when the report has been created.\n </p>\n <kendo-dialog-actions>\n <button kendoButton (click)=\"closeCreateReport('yes')\" themeColor=\"primary\">\n Yes\n </button>\n <button kendoButton (click)=\"closeCreateReport('no')\">No</button>\n </kendo-dialog-actions>\n </kendo-dialog>\n} ", styles: [".report-tab-title { \n margin-left: 10px;\n}\n\n.create-report-button { \n margin-bottom: 10px;\n margin-top: 10px;\n}\n\n.report-link {\n margin-top: 10px; \n margin-bottom: 10px;\n cursor: pointer;\n color: blue;\n font-weight: bold;\n}\n\n.report-tab-toolbar {\n padding: 3px;\n}\n\n.report-tab-toolbar > button {\n margin-right: 5px;\n}\n\n.report-tab-contents {\n display: block;\n padding: 5px;\n}"] }]
|
|
175
|
+
}], () => [{ type: i0.ChangeDetectorRef }], { ExpandAll: [{
|
|
176
|
+
type: Input
|
|
177
|
+
}] }); })();
|
|
178
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SkipDynamicLinearReportComponent, { className: "SkipDynamicLinearReportComponent", filePath: "src/lib/dynamic-report/linear-report.ts", lineNumber: 19 }); })();
|
|
179
|
+
//# sourceMappingURL=linear-report.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"linear-report.js","sourceRoot":"","sources":["../../../src/lib/dynamic-report/linear-report.ts","../../../src/lib/dynamic-report/linear-report.html"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { SkipAPIAnalysisCompleteResponse } from '@memberjunction/skip-types';
|
|
3
|
+
import { DataContext } from '@memberjunction/data-context';
|
|
4
|
+
import { IMetadataProvider } from '@memberjunction/core';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class SkipDynamicReportWrapperComponent {
|
|
7
|
+
SkipData: SkipAPIAnalysisCompleteResponse | undefined;
|
|
8
|
+
ConversationID: string | null;
|
|
9
|
+
ConversationName: string | null;
|
|
10
|
+
ConversationDetailID: string | null;
|
|
11
|
+
DataContext: DataContext;
|
|
12
|
+
AllowDrillDown: boolean;
|
|
13
|
+
Provider: IMetadataProvider | null;
|
|
14
|
+
/**
|
|
15
|
+
* Event emitted when the user clicks on a matching report and the application needs to handle the navigation
|
|
16
|
+
*/
|
|
17
|
+
NavigateToMatchingReport: EventEmitter<string>;
|
|
18
|
+
bubbleNavigateToMatchingReport(reportID: string): void;
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SkipDynamicReportWrapperComponent, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SkipDynamicReportWrapperComponent, "skip-dynamic-report", never, { "SkipData": { "alias": "SkipData"; "required": false; }; "ConversationID": { "alias": "ConversationID"; "required": false; }; "ConversationName": { "alias": "ConversationName"; "required": false; }; "ConversationDetailID": { "alias": "ConversationDetailID"; "required": false; }; "DataContext": { "alias": "DataContext"; "required": false; }; "AllowDrillDown": { "alias": "AllowDrillDown"; "required": false; }; "Provider": { "alias": "Provider"; "required": false; }; }, { "NavigateToMatchingReport": "NavigateToMatchingReport"; }, never, never, false, never>;
|
|
21
|
+
}
|
|
22
|
+
//# sourceMappingURL=skip-dynamic-report-wrapper.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"skip-dynamic-report-wrapper.d.ts","sourceRoot":"","sources":["../../../src/lib/dynamic-report/skip-dynamic-report-wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAiB,MAAM,eAAe,CAAC;AACvE,OAAO,EAAE,+BAA+B,EAAE,MAAM,4BAA4B,CAAC;AAC7E,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAC3D,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;;AAGzD,qBAyBa,iCAAiC;IACjC,QAAQ,EAAE,+BAA+B,GAAG,SAAS,CAAC;IACtD,cAAc,EAAE,MAAM,GAAG,IAAI,CAAQ;IACrC,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAQ;IACvC,oBAAoB,EAAE,MAAM,GAAG,IAAI,CAAQ;IAC3C,WAAW,EAAG,WAAW,CAAC;IAC1B,cAAc,EAAE,OAAO,CAAQ;IAC/B,QAAQ,EAAE,iBAAiB,GAAG,IAAI,CAAQ;IACnD;;OAEG;IACO,wBAAwB,uBAA8B;IAEzD,8BAA8B,CAAC,QAAQ,EAAE,MAAM;yCAb7C,iCAAiC;2CAAjC,iCAAiC;CAgB7C"}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import { Component, EventEmitter, Input, Output } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "./linear-report";
|
|
4
|
+
export class SkipDynamicReportWrapperComponent {
|
|
5
|
+
constructor() {
|
|
6
|
+
this.ConversationID = null;
|
|
7
|
+
this.ConversationName = null;
|
|
8
|
+
this.ConversationDetailID = null;
|
|
9
|
+
this.AllowDrillDown = true;
|
|
10
|
+
this.Provider = null;
|
|
11
|
+
/**
|
|
12
|
+
* Event emitted when the user clicks on a matching report and the application needs to handle the navigation
|
|
13
|
+
*/
|
|
14
|
+
this.NavigateToMatchingReport = new EventEmitter();
|
|
15
|
+
}
|
|
16
|
+
bubbleNavigateToMatchingReport(reportID) {
|
|
17
|
+
this.NavigateToMatchingReport.emit(reportID);
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
SkipDynamicReportWrapperComponent.ɵfac = function SkipDynamicReportWrapperComponent_Factory(t) { return new (t || SkipDynamicReportWrapperComponent)(); };
|
|
21
|
+
SkipDynamicReportWrapperComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SkipDynamicReportWrapperComponent, selectors: [["skip-dynamic-report"]], inputs: { SkipData: "SkipData", ConversationID: "ConversationID", ConversationName: "ConversationName", ConversationDetailID: "ConversationDetailID", DataContext: "DataContext", AllowDrillDown: "AllowDrillDown", Provider: "Provider" }, outputs: { NavigateToMatchingReport: "NavigateToMatchingReport" }, decls: 2, vars: 8, consts: [[1, "skip-dynamic-report-wrapper"], [3, "NavigateToMatchingReport", "SkipData", "ConversationID", "ConversationName", "ConversationDetailID", "DataContext", "ShowCreateReportButton", "ExpandAll", "Provider"]], template: function SkipDynamicReportWrapperComponent_Template(rf, ctx) { if (rf & 1) {
|
|
22
|
+
i0.ɵɵelementStart(0, "div", 0)(1, "skip-dynamic-linear-report", 1);
|
|
23
|
+
i0.ɵɵlistener("NavigateToMatchingReport", function SkipDynamicReportWrapperComponent_Template_skip_dynamic_linear_report_NavigateToMatchingReport_1_listener($event) { return ctx.bubbleNavigateToMatchingReport($event); });
|
|
24
|
+
i0.ɵɵelementEnd()();
|
|
25
|
+
} if (rf & 2) {
|
|
26
|
+
i0.ɵɵadvance();
|
|
27
|
+
i0.ɵɵproperty("SkipData", ctx.SkipData)("ConversationID", ctx.ConversationID)("ConversationName", ctx.ConversationName)("ConversationDetailID", ctx.ConversationDetailID)("DataContext", ctx.DataContext)("ShowCreateReportButton", true)("ExpandAll", true)("Provider", ctx.Provider);
|
|
28
|
+
} }, dependencies: [i1.SkipDynamicLinearReportComponent], styles: [".report-tab-title[_ngcontent-%COMP%] { margin-left: 10px;}", ".skip-dynamic-report-container[_ngcontent-%COMP%] {\n display: block;\n margin-right: 20px;\n }"] });
|
|
29
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SkipDynamicReportWrapperComponent, [{
|
|
30
|
+
type: Component,
|
|
31
|
+
args: [{ selector: 'skip-dynamic-report', template: `
|
|
32
|
+
<div class='skip-dynamic-report-wrapper'>
|
|
33
|
+
<skip-dynamic-linear-report
|
|
34
|
+
[SkipData]="SkipData"
|
|
35
|
+
[ConversationID]="ConversationID"
|
|
36
|
+
[ConversationName]="ConversationName"
|
|
37
|
+
[ConversationDetailID]="ConversationDetailID"
|
|
38
|
+
[DataContext]="DataContext"
|
|
39
|
+
[ShowCreateReportButton]="true"
|
|
40
|
+
[ExpandAll]="true"
|
|
41
|
+
[Provider]="Provider"
|
|
42
|
+
(NavigateToMatchingReport)="bubbleNavigateToMatchingReport($event)"
|
|
43
|
+
></skip-dynamic-linear-report>
|
|
44
|
+
</div>
|
|
45
|
+
`, styles: [".report-tab-title { margin-left: 10px;}", ".skip-dynamic-report-container {\n display: block;\n margin-right: 20px;\n }"] }]
|
|
46
|
+
}], null, { SkipData: [{
|
|
47
|
+
type: Input
|
|
48
|
+
}], ConversationID: [{
|
|
49
|
+
type: Input
|
|
50
|
+
}], ConversationName: [{
|
|
51
|
+
type: Input
|
|
52
|
+
}], ConversationDetailID: [{
|
|
53
|
+
type: Input
|
|
54
|
+
}], DataContext: [{
|
|
55
|
+
type: Input
|
|
56
|
+
}], AllowDrillDown: [{
|
|
57
|
+
type: Input
|
|
58
|
+
}], Provider: [{
|
|
59
|
+
type: Input
|
|
60
|
+
}], NavigateToMatchingReport: [{
|
|
61
|
+
type: Output
|
|
62
|
+
}] }); })();
|
|
63
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SkipDynamicReportWrapperComponent, { className: "SkipDynamicReportWrapperComponent", filePath: "src/lib/dynamic-report/skip-dynamic-report-wrapper.ts", lineNumber: 32 }); })();
|
|
64
|
+
//# sourceMappingURL=skip-dynamic-report-wrapper.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"skip-dynamic-report-wrapper.js","sourceRoot":"","sources":["../../../src/lib/dynamic-report/skip-dynamic-report-wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;;;AA+BvE,MAAM,OAAO,iCAAiC;IAzB9C;QA2Ba,mBAAc,GAAkB,IAAI,CAAC;QACrC,qBAAgB,GAAkB,IAAI,CAAC;QACvC,yBAAoB,GAAkB,IAAI,CAAC;QAE3C,mBAAc,GAAY,IAAI,CAAC;QAC/B,aAAQ,GAA6B,IAAI,CAAC;QACnD;;WAEG;QACO,6BAAwB,GAAG,IAAI,YAAY,EAAU,CAAC;KAKnE;IAHU,8BAA8B,CAAC,QAAgB;QAClD,IAAI,CAAC,wBAAwB,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;IACjD,CAAC;;kHAfQ,iCAAiC;oFAAjC,iCAAiC;QAd1C,AADJ,8BAAyC,oCAWpC;QADG,8KAA4B,0CAAsC,IAAC;QAE3E,AADK,iBAA6B,EAC5B;;QAVE,cAAqB;QAOrB,AADA,AADA,AADA,AADA,AADA,AADA,AADA,uCAAqB,sCACY,0CACI,kDACQ,gCAClB,gCACI,mBACb,0BACG;;iFAMhB,iCAAiC;cAzB7C,SAAS;2BACE,qBAAqB,YAQrB;;;;;;;;;;;;;;CAcX;gBAGY,QAAQ;kBAAhB,KAAK;YACG,cAAc;kBAAtB,KAAK;YACG,gBAAgB;kBAAxB,KAAK;YACG,oBAAoB;kBAA5B,KAAK;YACG,WAAW;kBAAnB,KAAK;YACG,cAAc;kBAAtB,KAAK;YACG,QAAQ;kBAAhB,KAAK;YAII,wBAAwB;kBAAjC,MAAM;;kFAXE,iCAAiC"}
|
package/dist/lib/module.d.ts
CHANGED
|
@@ -1,12 +1,29 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./
|
|
3
|
-
import * as i2 from "./
|
|
4
|
-
import * as i3 from "./
|
|
5
|
-
import * as i4 from "
|
|
6
|
-
import * as i5 from "
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
2
|
+
import * as i1 from "./skip-chat/skip-chat.component";
|
|
3
|
+
import * as i2 from "./skip-single-message/skip-single-message.component";
|
|
4
|
+
import * as i3 from "./dynamic-report/linear-report";
|
|
5
|
+
import * as i4 from "./dynamic-report/skip-dynamic-report-wrapper";
|
|
6
|
+
import * as i5 from "./dynamic-report/dynamic-chart";
|
|
7
|
+
import * as i6 from "./dynamic-report/dynamic-grid";
|
|
8
|
+
import * as i7 from "@angular/common";
|
|
9
|
+
import * as i8 from "@progress/kendo-angular-layout";
|
|
10
|
+
import * as i9 from "@angular/forms";
|
|
11
|
+
import * as i10 from "@progress/kendo-angular-indicators";
|
|
12
|
+
import * as i11 from "@progress/kendo-angular-dialog";
|
|
13
|
+
import * as i12 from "@progress/kendo-angular-inputs";
|
|
14
|
+
import * as i13 from "@progress/kendo-angular-label";
|
|
15
|
+
import * as i14 from "@memberjunction/ng-container-directives";
|
|
16
|
+
import * as i15 from "@progress/kendo-angular-listview";
|
|
17
|
+
import * as i16 from "@progress/kendo-angular-dropdowns";
|
|
18
|
+
import * as i17 from "@progress/kendo-angular-grid";
|
|
19
|
+
import * as i18 from "@progress/kendo-angular-buttons";
|
|
20
|
+
import * as i19 from "angular-plotly.js";
|
|
21
|
+
import * as i20 from "@memberjunction/ng-data-context";
|
|
22
|
+
import * as i21 from "@angular/cdk/overlay";
|
|
23
|
+
import * as i22 from "@progress/kendo-angular-excel-export";
|
|
24
|
+
export declare class SkipChatModule {
|
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SkipChatModule, never>;
|
|
26
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SkipChatModule, [typeof i1.SkipChatComponent, typeof i2.SkipSingleMessageComponent, typeof i3.SkipDynamicLinearReportComponent, typeof i4.SkipDynamicReportWrapperComponent, typeof i5.SkipDynamicChartComponent, typeof i6.SkipDynamicGridComponent], [typeof i7.CommonModule, typeof i8.LayoutModule, typeof i9.FormsModule, typeof i10.IndicatorsModule, typeof i11.DialogsModule, typeof i12.InputsModule, typeof i13.LabelModule, typeof i14.ContainerDirectivesModule, typeof i15.ListViewModule, typeof i16.DropDownsModule, typeof i17.GridModule, typeof i18.ButtonsModule, typeof i19.PlotlyViaCDNModule, typeof i20.DataContextModule, typeof i21.OverlayModule, typeof i22.ExcelExportModule], [typeof i1.SkipChatComponent, typeof i2.SkipSingleMessageComponent, typeof i3.SkipDynamicLinearReportComponent, typeof i4.SkipDynamicReportWrapperComponent, typeof i5.SkipDynamicChartComponent, typeof i6.SkipDynamicGridComponent]>;
|
|
27
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SkipChatModule>;
|
|
11
28
|
}
|
|
12
29
|
//# sourceMappingURL=module.d.ts.map
|
package/dist/lib/module.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../../src/lib/module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../../src/lib/module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AA0CA,qBAqCa,cAAc;yCAAd,cAAc;0CAAd,cAAc;0CAAd,cAAc;CAC1B"}
|
package/dist/lib/module.js
CHANGED
|
@@ -1,40 +1,128 @@
|
|
|
1
1
|
import { NgModule } from '@angular/core';
|
|
2
2
|
import { CommonModule } from '@angular/common';
|
|
3
|
-
|
|
4
|
-
import {
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
import { OverlayModule } from '@angular/cdk/overlay';
|
|
4
|
+
import { FormsModule } from '@angular/forms';
|
|
5
|
+
/*********************************************/
|
|
6
|
+
// Kendo UI Angular imports
|
|
7
|
+
import { DialogsModule } from "@progress/kendo-angular-dialog";
|
|
8
|
+
import { ButtonsModule } from '@progress/kendo-angular-buttons';
|
|
9
|
+
import { IndicatorsModule } from '@progress/kendo-angular-indicators';
|
|
10
|
+
import { LabelModule } from '@progress/kendo-angular-label';
|
|
11
|
+
import { InputsModule } from '@progress/kendo-angular-inputs';
|
|
12
|
+
import { ListViewModule } from '@progress/kendo-angular-listview';
|
|
13
|
+
import { DropDownsModule } from '@progress/kendo-angular-dropdowns';
|
|
14
|
+
import { GridModule } from '@progress/kendo-angular-grid';
|
|
15
|
+
import { ExcelExportModule } from '@progress/kendo-angular-excel-export';
|
|
16
|
+
import { LayoutModule } from '@progress/kendo-angular-layout';
|
|
17
|
+
/*********************************************/
|
|
18
|
+
// Plotly
|
|
19
|
+
import { PlotlyViaCDNModule } from 'angular-plotly.js';
|
|
20
|
+
/*********************************************/
|
|
21
|
+
// Markdown
|
|
22
|
+
//import { MarkdownModule } from 'ngx-markdown';
|
|
23
|
+
// MJ
|
|
7
24
|
import { ContainerDirectivesModule } from '@memberjunction/ng-container-directives';
|
|
25
|
+
import { DataContextModule } from '@memberjunction/ng-data-context';
|
|
26
|
+
// LOCAL
|
|
27
|
+
import { SkipChatComponent } from './skip-chat/skip-chat.component';
|
|
28
|
+
import { SkipSingleMessageComponent } from './skip-single-message/skip-single-message.component';
|
|
29
|
+
import { SkipDynamicReportWrapperComponent } from './dynamic-report/skip-dynamic-report-wrapper';
|
|
30
|
+
import { SkipDynamicLinearReportComponent } from './dynamic-report/linear-report';
|
|
31
|
+
import { SkipDynamicChartComponent } from './dynamic-report/dynamic-chart';
|
|
32
|
+
import { SkipDynamicGridComponent } from './dynamic-report/dynamic-grid';
|
|
8
33
|
import * as i0 from "@angular/core";
|
|
9
|
-
|
|
34
|
+
import * as i1 from "@angular/common";
|
|
35
|
+
import * as i2 from "@progress/kendo-angular-layout";
|
|
36
|
+
import * as i3 from "@progress/kendo-angular-dialog";
|
|
37
|
+
import * as i4 from "@progress/kendo-angular-buttons";
|
|
38
|
+
PlotlyViaCDNModule.setPlotlyVersion('latest'); // can be `latest` or any version number (i.e.: '1.40.0')
|
|
39
|
+
PlotlyViaCDNModule.setPlotlyBundle(null); // optional: can be null (for full) or 'basic', 'cartesian', 'geo', 'gl3d', 'gl2d', 'mapbox' or 'finance'
|
|
40
|
+
export class SkipChatModule {
|
|
10
41
|
}
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
42
|
+
SkipChatModule.ɵfac = function SkipChatModule_Factory(t) { return new (t || SkipChatModule)(); };
|
|
43
|
+
SkipChatModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: SkipChatModule });
|
|
44
|
+
SkipChatModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
45
|
+
LayoutModule,
|
|
46
|
+
FormsModule,
|
|
47
|
+
IndicatorsModule,
|
|
48
|
+
DialogsModule,
|
|
49
|
+
InputsModule,
|
|
50
|
+
LabelModule,
|
|
51
|
+
ContainerDirectivesModule,
|
|
52
|
+
ListViewModule,
|
|
53
|
+
DropDownsModule,
|
|
54
|
+
GridModule,
|
|
55
|
+
ButtonsModule,
|
|
56
|
+
PlotlyViaCDNModule,
|
|
57
|
+
DataContextModule,
|
|
58
|
+
OverlayModule,
|
|
59
|
+
ExcelExportModule] });
|
|
60
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SkipChatModule, [{
|
|
16
61
|
type: NgModule,
|
|
17
62
|
args: [{
|
|
18
63
|
declarations: [
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
64
|
+
SkipChatComponent,
|
|
65
|
+
SkipSingleMessageComponent,
|
|
66
|
+
SkipDynamicLinearReportComponent,
|
|
67
|
+
SkipDynamicReportWrapperComponent,
|
|
68
|
+
SkipDynamicChartComponent,
|
|
69
|
+
SkipDynamicGridComponent,
|
|
22
70
|
],
|
|
23
71
|
imports: [
|
|
24
72
|
CommonModule,
|
|
73
|
+
LayoutModule,
|
|
74
|
+
FormsModule,
|
|
75
|
+
IndicatorsModule,
|
|
76
|
+
DialogsModule,
|
|
77
|
+
InputsModule,
|
|
78
|
+
LabelModule,
|
|
25
79
|
ContainerDirectivesModule,
|
|
80
|
+
ListViewModule,
|
|
81
|
+
DropDownsModule,
|
|
82
|
+
GridModule,
|
|
83
|
+
ButtonsModule,
|
|
84
|
+
PlotlyViaCDNModule,
|
|
85
|
+
DataContextModule,
|
|
86
|
+
OverlayModule,
|
|
87
|
+
ExcelExportModule,
|
|
88
|
+
//MarkdownModule.forRoot(),
|
|
26
89
|
],
|
|
27
90
|
exports: [
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
91
|
+
SkipChatComponent,
|
|
92
|
+
SkipSingleMessageComponent,
|
|
93
|
+
SkipDynamicLinearReportComponent,
|
|
94
|
+
SkipDynamicReportWrapperComponent,
|
|
95
|
+
SkipDynamicChartComponent,
|
|
96
|
+
SkipDynamicGridComponent,
|
|
31
97
|
]
|
|
32
98
|
}]
|
|
33
99
|
}], null, null); })();
|
|
34
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
100
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(SkipChatModule, { declarations: [SkipChatComponent,
|
|
101
|
+
SkipSingleMessageComponent,
|
|
102
|
+
SkipDynamicLinearReportComponent,
|
|
103
|
+
SkipDynamicReportWrapperComponent,
|
|
104
|
+
SkipDynamicChartComponent,
|
|
105
|
+
SkipDynamicGridComponent], imports: [CommonModule,
|
|
106
|
+
LayoutModule,
|
|
107
|
+
FormsModule,
|
|
108
|
+
IndicatorsModule,
|
|
109
|
+
DialogsModule,
|
|
110
|
+
InputsModule,
|
|
111
|
+
LabelModule,
|
|
112
|
+
ContainerDirectivesModule,
|
|
113
|
+
ListViewModule,
|
|
114
|
+
DropDownsModule,
|
|
115
|
+
GridModule,
|
|
116
|
+
ButtonsModule,
|
|
117
|
+
PlotlyViaCDNModule,
|
|
118
|
+
DataContextModule,
|
|
119
|
+
OverlayModule,
|
|
120
|
+
ExcelExportModule], exports: [SkipChatComponent,
|
|
121
|
+
SkipSingleMessageComponent,
|
|
122
|
+
SkipDynamicLinearReportComponent,
|
|
123
|
+
SkipDynamicReportWrapperComponent,
|
|
124
|
+
SkipDynamicChartComponent,
|
|
125
|
+
SkipDynamicGridComponent] }); })();
|
|
126
|
+
i0.ɵɵsetComponentScope(SkipDynamicLinearReportComponent, [i1.NgIf, i2.ExpansionPanelComponent, i3.DialogComponent, i3.DialogActionsComponent, i4.ButtonComponent, SkipDynamicChartComponent,
|
|
127
|
+
SkipDynamicGridComponent], []);
|
|
40
128
|
//# sourceMappingURL=module.js.map
|
package/dist/lib/module.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"module.js","sourceRoot":"","sources":["../../src/lib/module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACzC,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"module.js","sourceRoot":"","sources":["../../src/lib/module.ts"],"names":[],"mappings":"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"}
|