@memberjunction/ng-skip-chat 2.13.4 → 2.14.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.
Files changed (57) hide show
  1. package/dist/lib/drill-down-info.d.ts +14 -0
  2. package/dist/lib/drill-down-info.d.ts.map +1 -0
  3. package/dist/lib/drill-down-info.js +19 -0
  4. package/dist/lib/drill-down-info.js.map +1 -0
  5. package/dist/lib/dynamic-report/base-report.d.ts +67 -0
  6. package/dist/lib/dynamic-report/base-report.d.ts.map +1 -0
  7. package/dist/lib/dynamic-report/base-report.js +246 -0
  8. package/dist/lib/dynamic-report/base-report.js.map +1 -0
  9. package/dist/lib/dynamic-report/dynamic-chart.d.ts +32 -0
  10. package/dist/lib/dynamic-report/dynamic-chart.d.ts.map +1 -0
  11. package/dist/lib/dynamic-report/dynamic-chart.js +202 -0
  12. package/dist/lib/dynamic-report/dynamic-chart.js.map +1 -0
  13. package/dist/lib/dynamic-report/dynamic-grid.d.ts +36 -0
  14. package/dist/lib/dynamic-report/dynamic-grid.d.ts.map +1 -0
  15. package/dist/lib/dynamic-report/dynamic-grid.js +397 -0
  16. package/dist/lib/dynamic-report/dynamic-grid.js.map +1 -0
  17. package/dist/lib/dynamic-report/linear-report.d.ts +23 -0
  18. package/dist/lib/dynamic-report/linear-report.d.ts.map +1 -0
  19. package/dist/lib/dynamic-report/linear-report.js +174 -0
  20. package/dist/lib/dynamic-report/linear-report.js.map +1 -0
  21. package/dist/lib/dynamic-report/skip-dynamic-report-wrapper.d.ts +14 -0
  22. package/dist/lib/dynamic-report/skip-dynamic-report-wrapper.d.ts.map +1 -0
  23. package/dist/lib/dynamic-report/skip-dynamic-report-wrapper.js +50 -0
  24. package/dist/lib/dynamic-report/skip-dynamic-report-wrapper.js.map +1 -0
  25. package/dist/lib/module.d.ts +26 -9
  26. package/dist/lib/module.d.ts.map +1 -1
  27. package/dist/lib/module.js +110 -22
  28. package/dist/lib/module.js.map +1 -1
  29. package/dist/lib/skip-chat/skip-chat.component.d.ts +131 -0
  30. package/dist/lib/skip-chat/skip-chat.component.d.ts.map +1 -0
  31. package/dist/lib/skip-chat/skip-chat.component.js +1317 -0
  32. package/dist/lib/skip-chat/skip-chat.component.js.map +1 -0
  33. package/dist/lib/skip-single-message/skip-single-message.component.d.ts +49 -0
  34. package/dist/lib/skip-single-message/skip-single-message.component.d.ts.map +1 -0
  35. package/dist/lib/skip-single-message/skip-single-message.component.js +262 -0
  36. package/dist/lib/skip-single-message/skip-single-message.component.js.map +1 -0
  37. package/dist/public-api.d.ts +7 -4
  38. package/dist/public-api.d.ts.map +1 -1
  39. package/dist/public-api.js +7 -4
  40. package/dist/public-api.js.map +1 -1
  41. package/package.json +23 -4
  42. package/dist/lib/tab/tab.component.d.ts +0 -55
  43. package/dist/lib/tab/tab.component.d.ts.map +0 -1
  44. package/dist/lib/tab/tab.component.js +0 -138
  45. package/dist/lib/tab/tab.component.js.map +0 -1
  46. package/dist/lib/tab-body/tab-body.component.d.ts +0 -13
  47. package/dist/lib/tab-body/tab-body.component.d.ts.map +0 -1
  48. package/dist/lib/tab-body/tab-body.component.js +0 -38
  49. package/dist/lib/tab-body/tab-body.component.js.map +0 -1
  50. package/dist/lib/tab-strip/tab-strip.component.d.ts +0 -117
  51. package/dist/lib/tab-strip/tab-strip.component.d.ts.map +0 -1
  52. package/dist/lib/tab-strip/tab-strip.component.js +0 -404
  53. package/dist/lib/tab-strip/tab-strip.component.js.map +0 -1
  54. package/dist/lib/tab.base.d.ts +0 -4
  55. package/dist/lib/tab.base.d.ts.map +0 -1
  56. package/dist/lib/tab.base.js +0 -3
  57. package/dist/lib/tab.base.js.map +0 -1
@@ -0,0 +1,174 @@
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, Output, EventEmitter } 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.ɵɵtextInterpolate2("Report: ", ctx_r1.matchingReportName, " (ID: ", ctx_r1.matchingReportID, ") Created From This Message");
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_Template(rf, ctx) { if (rf & 1) {
79
+ i0.ɵɵelement(0, "kendo-expansionpanel", 11);
80
+ } if (rf & 2) {
81
+ const ctx_r1 = i0.ɵɵnextContext(2);
82
+ i0.ɵɵproperty("title", "Analysis")("expanded", ctx_r1.ExpandAll);
83
+ } }
84
+ function SkipDynamicLinearReportComponent_Conditional_0_kendo_dialog_6_Template(rf, ctx) { if (rf & 1) {
85
+ const _r4 = i0.ɵɵgetCurrentView();
86
+ i0.ɵɵelementStart(0, "kendo-dialog", 17);
87
+ 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")); });
88
+ i0.ɵɵelementStart(1, "p", 18);
89
+ 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. ");
90
+ i0.ɵɵelementEnd();
91
+ i0.ɵɵelementStart(3, "kendo-dialog-actions")(4, "button", 19);
92
+ 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("no")); });
93
+ i0.ɵɵtext(5, "No");
94
+ i0.ɵɵelementEnd();
95
+ i0.ɵɵelementStart(6, "button", 20);
96
+ 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("yes")); });
97
+ i0.ɵɵtext(7, " Yes ");
98
+ i0.ɵɵelementEnd()()();
99
+ } if (rf & 2) {
100
+ i0.ɵɵproperty("minWidth", 250)("width", 450);
101
+ } }
102
+ function SkipDynamicLinearReportComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
103
+ i0.ɵɵtemplate(0, SkipDynamicLinearReportComponent_Conditional_0_button_0_Template, 2, 1, "button", 2)(1, SkipDynamicLinearReportComponent_Conditional_0_div_1_Template, 2, 2, "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, 1, 2, "kendo-expansionpanel", 5)(6, SkipDynamicLinearReportComponent_Conditional_0_kendo_dialog_6_Template, 8, 2, "kendo-dialog", 7);
104
+ } if (rf & 2) {
105
+ const ctx_r1 = i0.ɵɵnextContext();
106
+ i0.ɵɵproperty("ngIf", ctx_r1.ShowCreateReportButton && !ctx_r1.matchingReportID);
107
+ i0.ɵɵadvance();
108
+ i0.ɵɵproperty("ngIf", ctx_r1.matchingReportID !== null);
109
+ i0.ɵɵadvance();
110
+ i0.ɵɵproperty("ngIf", ctx_r1.SkipData == null ? null : ctx_r1.SkipData.userExplanation);
111
+ i0.ɵɵadvance();
112
+ i0.ɵɵproperty("ngIf", ctx_r1.IsChart);
113
+ i0.ɵɵadvance();
114
+ i0.ɵɵproperty("ngIf", !ctx_r1.IsChart);
115
+ i0.ɵɵadvance();
116
+ i0.ɵɵproperty("ngIf", ctx_r1.SkipData == null ? null : ctx_r1.SkipData.analysis);
117
+ i0.ɵɵadvance();
118
+ i0.ɵɵproperty("ngIf", ctx_r1.confirmCreateReportDialogOpen);
119
+ } }
120
+ /**
121
+ * This component is used for dynamically rendering Skip Reports
122
+ */
123
+ export class SkipDynamicLinearReportComponent extends SkipDynamicReportBase {
124
+ constructor(cdRef) {
125
+ super(cdRef);
126
+ this.cdRef = cdRef;
127
+ this.ExpandAll = true;
128
+ /**
129
+ * This event fires whenever the component has a click on a matching report link.
130
+ * The provided parameter is the ID of the matching report.
131
+ */
132
+ this.NavigateToMatchingReport = new EventEmitter();
133
+ this.confirmCreateReportDialogOpen = false;
134
+ }
135
+ clickMatchingReport() {
136
+ if (this.matchingReportID !== null && this.matchingReportID.length > 0) {
137
+ // navigate to the report
138
+ this.NavigateToMatchingReport.emit(this.matchingReportID);
139
+ //this.router.navigate(['resource', 'report', this.matchingReportID]);
140
+ }
141
+ }
142
+ askCreateReport() {
143
+ return __awaiter(this, void 0, void 0, function* () {
144
+ if (!this.SkipData || !this.ConversationID || !this.ConversationName || !this.ConversationDetailID) {
145
+ throw new Error('Must set SkipData, ConversationID, ConversationName, and ConversationDetailID to enable saving report');
146
+ }
147
+ else {
148
+ this.confirmCreateReportDialogOpen = true; // shows the dialog, the rest happens when the uesr clicks yes/no/cancel
149
+ }
150
+ });
151
+ }
152
+ closeCreateReport(action) {
153
+ if (action === 'yes') {
154
+ this.DoCreateReport();
155
+ }
156
+ this.confirmCreateReportDialogOpen = false;
157
+ }
158
+ }
159
+ SkipDynamicLinearReportComponent.ɵfac = function SkipDynamicLinearReportComponent_Factory(t) { return new (t || SkipDynamicLinearReportComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); };
160
+ SkipDynamicLinearReportComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SkipDynamicLinearReportComponent, selectors: [["skip-dynamic-linear-report"]], inputs: { ExpandAll: "ExpandAll" }, outputs: { NavigateToMatchingReport: "NavigateToMatchingReport" }, 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"], ["title", "Please confirm", 3, "close", "minWidth", "width"], [2, "margin", "30px", "text-align", "center"], ["kendoButton", "", 3, "click"], ["kendoButton", "", "themeColor", "primary", 3, "click"]], template: function SkipDynamicLinearReportComponent_Template(rf, ctx) { if (rf & 1) {
161
+ i0.ɵɵtemplate(0, SkipDynamicLinearReportComponent_Conditional_0_Template, 7, 7);
162
+ } if (rf & 2) {
163
+ i0.ɵɵconditional(ctx.SkipData ? 0 : -1);
164
+ } }, 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}"] });
165
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SkipDynamicLinearReportComponent, [{
166
+ type: Component,
167
+ 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}} (ID: {{matchingReportID}}) Created From This Message</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 <!-- <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('no')\">No</button>\n <button kendoButton (click)=\"closeCreateReport('yes')\" themeColor=\"primary\">\n Yes\n </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}"] }]
168
+ }], () => [{ type: i0.ChangeDetectorRef }], { ExpandAll: [{
169
+ type: Input
170
+ }], NavigateToMatchingReport: [{
171
+ type: Output
172
+ }] }); })();
173
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SkipDynamicLinearReportComponent, { className: "SkipDynamicLinearReportComponent", filePath: "src/lib/dynamic-report/linear-report.ts", lineNumber: 19 }); })();
174
+ //# 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,14 @@
1
+ import { SkipAPIAnalysisCompleteResponse } from '@memberjunction/skip-types';
2
+ import { DataContext } from '@memberjunction/data-context';
3
+ import * as i0 from "@angular/core";
4
+ export declare class SkipDynamicReportWrapperComponent {
5
+ SkipData: SkipAPIAnalysisCompleteResponse | undefined;
6
+ ConversationID: string | null;
7
+ ConversationName: string | null;
8
+ ConversationDetailID: string | null;
9
+ DataContext: DataContext;
10
+ AllowDrillDown: boolean;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<SkipDynamicReportWrapperComponent, never>;
12
+ 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; }; }, {}, never, never, false, never>;
13
+ }
14
+ //# 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":"AACA,OAAO,EAAE,+BAA+B,EAAE,MAAM,4BAA4B,CAAC;AAC7E,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;;AAE3D,qBAuBa,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;yCAN/B,iCAAiC;2CAAjC,iCAAiC;CAO7C"}
@@ -0,0 +1,50 @@
1
+ import { Component, Input } 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
+ }
11
+ }
12
+ SkipDynamicReportWrapperComponent.ɵfac = function SkipDynamicReportWrapperComponent_Factory(t) { return new (t || SkipDynamicReportWrapperComponent)(); };
13
+ SkipDynamicReportWrapperComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SkipDynamicReportWrapperComponent, selectors: [["skip-dynamic-report"]], inputs: { SkipData: "SkipData", ConversationID: "ConversationID", ConversationName: "ConversationName", ConversationDetailID: "ConversationDetailID", DataContext: "DataContext", AllowDrillDown: "AllowDrillDown" }, decls: 2, vars: 7, consts: [[1, "skip-dynamic-report-wrapper"], [3, "SkipData", "ConversationID", "ConversationName", "ConversationDetailID", "DataContext", "ShowCreateReportButton", "ExpandAll"]], template: function SkipDynamicReportWrapperComponent_Template(rf, ctx) { if (rf & 1) {
14
+ i0.ɵɵelementStart(0, "div", 0);
15
+ i0.ɵɵelement(1, "skip-dynamic-linear-report", 1);
16
+ i0.ɵɵelementEnd();
17
+ } if (rf & 2) {
18
+ i0.ɵɵadvance();
19
+ i0.ɵɵproperty("SkipData", ctx.SkipData)("ConversationID", ctx.ConversationID)("ConversationName", ctx.ConversationName)("ConversationDetailID", ctx.ConversationDetailID)("DataContext", ctx.DataContext)("ShowCreateReportButton", true)("ExpandAll", true);
20
+ } }, 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 }"] });
21
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SkipDynamicReportWrapperComponent, [{
22
+ type: Component,
23
+ args: [{ selector: 'skip-dynamic-report', template: `
24
+ <div class='skip-dynamic-report-wrapper'>
25
+ <skip-dynamic-linear-report
26
+ [SkipData]="SkipData"
27
+ [ConversationID]="ConversationID"
28
+ [ConversationName]="ConversationName"
29
+ [ConversationDetailID]="ConversationDetailID"
30
+ [DataContext]="DataContext"
31
+ [ShowCreateReportButton]="true"
32
+ [ExpandAll]="true"
33
+ ></skip-dynamic-linear-report>
34
+ </div>
35
+ `, styles: [".report-tab-title { margin-left: 10px;}", ".skip-dynamic-report-container {\n display: block;\n margin-right: 20px;\n }"] }]
36
+ }], null, { SkipData: [{
37
+ type: Input
38
+ }], ConversationID: [{
39
+ type: Input
40
+ }], ConversationName: [{
41
+ type: Input
42
+ }], ConversationDetailID: [{
43
+ type: Input
44
+ }], DataContext: [{
45
+ type: Input
46
+ }], AllowDrillDown: [{
47
+ type: Input
48
+ }] }); })();
49
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SkipDynamicReportWrapperComponent, { className: "SkipDynamicReportWrapperComponent", filePath: "src/lib/dynamic-report/skip-dynamic-report-wrapper.ts", lineNumber: 28 }); })();
50
+ //# 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,KAAK,EAAE,MAAM,eAAe,CAAC;;;AA2BjD,MAAM,OAAO,iCAAiC;IAvB9C;QAyBa,mBAAc,GAAkB,IAAI,CAAC;QACrC,qBAAgB,GAAkB,IAAI,CAAC;QACvC,yBAAoB,GAAkB,IAAI,CAAC;QAE3C,mBAAc,GAAY,IAAI,CAAC;KAC3C;;kHAPY,iCAAiC;oFAAjC,iCAAiC;QAb9C,8BAAyC;QACrC,gDAQ8B;QAClC,iBAAM;;QARE,cAAqB;QAMrB,AADA,AADA,AADA,AADA,AADA,AADA,uCAAqB,sCACY,0CACI,kDACQ,gCAClB,gCACI,mBACb;;iFAKb,iCAAiC;cAvB7C,SAAS;2BACE,qBAAqB,YAQrB;;;;;;;;;;;;CAYX;gBAGY,QAAQ;kBAAhB,KAAK;YACG,cAAc;kBAAtB,KAAK;YACG,gBAAgB;kBAAxB,KAAK;YACG,oBAAoB;kBAA5B,KAAK;YACG,WAAW;kBAAnB,KAAK;YACG,cAAc;kBAAtB,KAAK;;kFANG,iCAAiC"}
@@ -1,12 +1,29 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./tab-strip/tab-strip.component";
3
- import * as i2 from "./tab-body/tab-body.component";
4
- import * as i3 from "./tab/tab.component";
5
- import * as i4 from "@angular/common";
6
- import * as i5 from "@memberjunction/ng-container-directives";
7
- export declare class MJTabStripModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<MJTabStripModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<MJTabStripModule, [typeof i1.MJTabStripComponent, typeof i2.MJTabBodyComponent, typeof i3.MJTabComponent], [typeof i4.CommonModule, typeof i5.ContainerDirectivesModule], [typeof i1.MJTabStripComponent, typeof i2.MJTabBodyComponent, typeof i3.MJTabComponent]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<MJTabStripModule>;
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
@@ -1 +1 @@
1
- {"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../../src/lib/module.ts"],"names":[],"mappings":";;;;;;AASA,qBAgBa,gBAAgB;yCAAhB,gBAAgB;0CAAhB,gBAAgB;0CAAhB,gBAAgB;CAAI"}
1
+ {"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../../src/lib/module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAyCA,qBAqCa,cAAc;yCAAd,cAAc;0CAAd,cAAc;0CAAd,cAAc;CAAI"}
@@ -1,40 +1,128 @@
1
1
  import { NgModule } from '@angular/core';
2
2
  import { CommonModule } from '@angular/common';
3
- // LOCAL
4
- import { MJTabStripComponent } from './tab-strip/tab-strip.component';
5
- import { MJTabBodyComponent } from './tab-body/tab-body.component';
6
- import { MJTabComponent } from './tab/tab.component';
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
- export class MJTabStripModule {
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
- MJTabStripModule.ɵfac = function MJTabStripModule_Factory(t) { return new (t || MJTabStripModule)(); };
12
- MJTabStripModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: MJTabStripModule });
13
- MJTabStripModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
14
- ContainerDirectivesModule] });
15
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(MJTabStripModule, [{
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
- MJTabStripComponent,
20
- MJTabBodyComponent,
21
- MJTabComponent
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
- MJTabStripComponent,
29
- MJTabBodyComponent,
30
- MJTabComponent
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(MJTabStripModule, { declarations: [MJTabStripComponent,
35
- MJTabBodyComponent,
36
- MJTabComponent], imports: [CommonModule,
37
- ContainerDirectivesModule], exports: [MJTabStripComponent,
38
- MJTabBodyComponent,
39
- MJTabComponent] }); })();
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
@@ -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;AAE/C,QAAQ;AACR,OAAO,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAC;AACtE,OAAO,EAAE,kBAAkB,EAAE,MAAM,+BAA+B,CAAC;AACnE,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAE,yBAAyB,EAAE,MAAM,yCAAyC,CAAC;;AAkBpF,MAAM,OAAO,gBAAgB;;gFAAhB,gBAAgB;kEAAhB,gBAAgB;sEATzB,YAAY;QACZ,yBAAyB;iFAQhB,gBAAgB;cAhB5B,QAAQ;eAAC;gBACR,YAAY,EAAE;oBACZ,mBAAmB;oBACnB,kBAAkB;oBAClB,cAAc;iBACf;gBACD,OAAO,EAAE;oBACP,YAAY;oBACZ,yBAAyB;iBAC1B;gBACD,OAAO,EAAE;oBACP,mBAAmB;oBACnB,kBAAkB;oBAClB,cAAc;iBACf;aACF;;wFACY,gBAAgB,mBAdzB,mBAAmB;QACnB,kBAAkB;QAClB,cAAc,aAGd,YAAY;QACZ,yBAAyB,aAGzB,mBAAmB;QACnB,kBAAkB;QAClB,cAAc"}
1
+ {"version":3,"file":"module.js","sourceRoot":"","sources":["../../src/lib/module.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,131 @@
1
+ import { AfterViewInit, AfterViewChecked, OnInit, ViewContainerRef, Renderer2, ElementRef, OnDestroy, ChangeDetectorRef } from '@angular/core';
2
+ import { Location } from '@angular/common';
3
+ import { ActivatedRoute, Router } from '@angular/router';
4
+ import { UserInfo, CompositeKey, IMetadataProvider, IRunViewProvider } from '@memberjunction/core';
5
+ import { ConversationDetailEntity, ConversationEntity } from '@memberjunction/core-entities';
6
+ import { Container } from '@memberjunction/ng-container-directives';
7
+ import { BaseNavigationComponent, SharedService } from '@memberjunction/ng-shared';
8
+ import { ListViewComponent } from '@progress/kendo-angular-listview';
9
+ import { DataContext } from '@memberjunction/data-context';
10
+ import * as i0 from "@angular/core";
11
+ export declare class SkipChatComponent extends BaseNavigationComponent implements OnInit, AfterViewInit, AfterViewChecked, OnDestroy {
12
+ private el;
13
+ sharedService: SharedService;
14
+ private renderer;
15
+ private route;
16
+ private router;
17
+ private location;
18
+ private cdRef;
19
+ AllowSend: boolean;
20
+ Messages: ConversationDetailEntity[];
21
+ Conversations: ConversationEntity[];
22
+ SelectedConversation: ConversationEntity | undefined;
23
+ ConversationEditMode: boolean;
24
+ ShowConversationList: boolean;
25
+ AllowNewConversations: boolean;
26
+ Title: string;
27
+ DataContextID: string;
28
+ LinkedEntity: string;
29
+ LinkedEntityCompositeKey: CompositeKey;
30
+ ShowDataContextButton: boolean;
31
+ IncludeLinkedConversationsInList: boolean;
32
+ /**
33
+ * If true, the component will update the browser URL when the conversation changes. If false, it will not update the URL. Default is true.
34
+ */
35
+ UpdateAppRoute: boolean;
36
+ /**
37
+ * If specified, this provider will be used for communication and for all metadata purposes. By default, if not provided, the Metadata and RunView classes
38
+ * are used for this and the default GraphQLDataProvider is used which is connected to the same back-end MJAPI instance as the Metadata and RunView classes.
39
+ * If you want to have this component connect to a different MJAPI back-end, create an instance of a ProviderBase sub-class like GraphQLDataProvider/etc, and
40
+ * configure it as appropriate to connect to the MJAPI back-end you want to use, and then pass it in here.
41
+ */
42
+ Provider: IMetadataProvider | undefined;
43
+ askSkip: Container;
44
+ askSkipPanel: ElementRef;
45
+ mjContainerRef: ViewContainerRef;
46
+ conversationList: ListViewComponent;
47
+ askSkipInput: any;
48
+ private scrollContainer;
49
+ topLevelDiv: ElementRef;
50
+ SelectedConversationUser: UserInfo | undefined;
51
+ DataContext: DataContext;
52
+ _showScrollToBottomIcon: boolean;
53
+ private _messageInProgress;
54
+ private refreshOnAttach;
55
+ private _conversationsInProgress;
56
+ private _conversationsToReload;
57
+ _conversationLoadComplete: boolean;
58
+ private _temporaryMessage;
59
+ private _intersectionObserver;
60
+ private static __skipChatWindowsCurrentlyVisible;
61
+ private sub?;
62
+ /**
63
+ * The questions that will be displayed in the welcome screen.
64
+ */
65
+ WelcomeQuestions: {
66
+ topLine: string;
67
+ bottomLine: string;
68
+ prompt: string;
69
+ }[];
70
+ constructor(el: ElementRef, sharedService: SharedService, renderer: Renderer2, route: ActivatedRoute, router: Router, location: Location, cdRef: ChangeDetectorRef);
71
+ private paramsSubscription;
72
+ ngOnInit(): void;
73
+ static get SkipChatWindowsCurrentlyVisible(): number;
74
+ protected SubscribeToNotifications(): void;
75
+ splitterCollapseStateChanged(e: boolean): void;
76
+ GetConversationItemClass(item: ConversationEntity): string;
77
+ protected SetSkipStatusMessage(message: string, delay: number): void;
78
+ protected InnerSetSkipStatusMessage(message: string): void;
79
+ protected SetSelectedConversationUser(): Promise<void>;
80
+ protected get ProviderToUse(): IMetadataProvider;
81
+ protected get RunViewToUse(): IRunViewProvider;
82
+ get LinkedEntityID(): string | null;
83
+ ngOnDestroy(): void;
84
+ protected updateParentTabPanelStyling(): void;
85
+ _loaded: boolean;
86
+ ngAfterViewInit(): void;
87
+ private _scrollToBottom;
88
+ ngAfterViewChecked(): void;
89
+ FlipEmbeddedConversationState(): void;
90
+ protected loadConversations(conversationIdToLoad?: string | undefined): Promise<void>;
91
+ private _oldConvoName;
92
+ editConvo(conversation: ConversationEntity): void;
93
+ cancelConvoEdit(conversation: ConversationEntity): void;
94
+ saveConvoName(conversation: ConversationEntity): Promise<void>;
95
+ deleteConvo(conversation: ConversationEntity): Promise<void>;
96
+ CreateNewConversation(): Promise<void>;
97
+ onEnter(event: any): void;
98
+ SelectConversation(conversation: ConversationEntity): Promise<void>;
99
+ protected scrollToConversation(conversationId: string): void;
100
+ onInputChange(event: any): void;
101
+ resizeTextInput(): void;
102
+ private static _startMessages;
103
+ private _usedStartMessages;
104
+ private pickSkipStartMessage;
105
+ sendPrompt(val: string): Promise<void>;
106
+ sendSkipMessage(): Promise<void>;
107
+ ClearMessages(): void;
108
+ AddMessageToCurrentConversation(detail: ConversationDetailEntity, stopChangeDetection: boolean, cacheMessage: boolean): void;
109
+ RemoveMessageFromCurrentConversation(detail: ConversationDetailEntity): void;
110
+ protected RemoveMessageFromPanel(messageDetail: ConversationDetailEntity): void;
111
+ protected AddMessageToPanel(messageDetail: ConversationDetailEntity, stopChangeDetection: boolean): void;
112
+ checkScroll(): void;
113
+ scrollToBottom(): void;
114
+ scrollToBottomAnimate(): void;
115
+ protected GetCreateDataContextID(): Promise<string>;
116
+ ExecuteAskSkipQuery(question: string, dataContextId: string, SelectedConversation: ConversationEntity | undefined): Promise<any>;
117
+ protected DeleteConversation(ConversationID: string): Promise<boolean>;
118
+ private _processingStatus;
119
+ protected IsSkipProcessing(Conversation: ConversationEntity): boolean;
120
+ IsTextAreaEmpty(): boolean;
121
+ isDataContextDialogVisible: boolean;
122
+ showDataContext(): void;
123
+ closeDataContextDialog(): void;
124
+ private CompositeKeyIsPopulated;
125
+ ngOnDetach(): void;
126
+ ngOnAttach(): void;
127
+ private onNavBackToCachedComponent;
128
+ static ɵfac: i0.ɵɵFactoryDeclaration<SkipChatComponent, never>;
129
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkipChatComponent, "skip-chat", never, { "AllowSend": { "alias": "AllowSend"; "required": false; }; "Messages": { "alias": "Messages"; "required": false; }; "Conversations": { "alias": "Conversations"; "required": false; }; "SelectedConversation": { "alias": "SelectedConversation"; "required": false; }; "ConversationEditMode": { "alias": "ConversationEditMode"; "required": false; }; "ShowConversationList": { "alias": "ShowConversationList"; "required": false; }; "AllowNewConversations": { "alias": "AllowNewConversations"; "required": false; }; "Title": { "alias": "Title"; "required": false; }; "DataContextID": { "alias": "DataContextID"; "required": false; }; "LinkedEntity": { "alias": "LinkedEntity"; "required": false; }; "LinkedEntityCompositeKey": { "alias": "LinkedEntityCompositeKey"; "required": false; }; "ShowDataContextButton": { "alias": "ShowDataContextButton"; "required": false; }; "IncludeLinkedConversationsInList": { "alias": "IncludeLinkedConversationsInList"; "required": false; }; "UpdateAppRoute": { "alias": "UpdateAppRoute"; "required": false; }; "Provider": { "alias": "Provider"; "required": false; }; "WelcomeQuestions": { "alias": "WelcomeQuestions"; "required": false; }; }, {}, never, never, false, never>;
130
+ }
131
+ //# sourceMappingURL=skip-chat.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"skip-chat.component.d.ts","sourceRoot":"","sources":["../../../src/lib/skip-chat/skip-chat.component.ts"],"names":[],"mappings":"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"}