@memberjunction/ng-skip-chat 2.19.0 → 2.19.2
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/dynamic-report/base-report.d.ts +5 -1
- package/dist/lib/dynamic-report/base-report.d.ts.map +1 -1
- package/dist/lib/dynamic-report/base-report.js +8 -1
- package/dist/lib/dynamic-report/base-report.js.map +1 -1
- package/dist/lib/dynamic-report/linear-report.js +12 -20
- package/dist/lib/dynamic-report/linear-report.js.map +1 -1
- package/dist/lib/dynamic-report/skip-dynamic-report-wrapper.d.ts +6 -1
- package/dist/lib/dynamic-report/skip-dynamic-report-wrapper.d.ts.map +1 -1
- package/dist/lib/dynamic-report/skip-dynamic-report-wrapper.js +13 -3
- package/dist/lib/dynamic-report/skip-dynamic-report-wrapper.js.map +1 -1
- package/dist/lib/module.d.ts +2 -1
- package/dist/lib/module.d.ts.map +1 -1
- package/dist/lib/module.js +6 -4
- package/dist/lib/module.js.map +1 -1
- package/dist/lib/skip-chat/skip-chat.component.d.ts +39 -1
- package/dist/lib/skip-chat/skip-chat.component.d.ts.map +1 -1
- package/dist/lib/skip-chat/skip-chat.component.js +360 -139
- package/dist/lib/skip-chat/skip-chat.component.js.map +1 -1
- package/dist/lib/skip-single-message/skip-single-message.component.d.ts +21 -1
- package/dist/lib/skip-single-message/skip-single-message.component.d.ts.map +1 -1
- package/dist/lib/skip-single-message/skip-single-message.component.js +71 -25
- package/dist/lib/skip-single-message/skip-single-message.component.js.map +1 -1
- package/package.json +15 -13
|
@@ -23,6 +23,10 @@ export declare abstract class SkipDynamicReportBase extends BaseAngularComponent
|
|
|
23
23
|
* The provided parameter is the ID of the matching report.
|
|
24
24
|
*/
|
|
25
25
|
NavigateToMatchingReport: EventEmitter<string>;
|
|
26
|
+
/**
|
|
27
|
+
* This event fires whenever a new report is created.
|
|
28
|
+
*/
|
|
29
|
+
NewReportCreated: EventEmitter<string>;
|
|
26
30
|
constructor(cdRef: ChangeDetectorRef);
|
|
27
31
|
ngAfterViewInit(): void;
|
|
28
32
|
matchingReportID: string | null;
|
|
@@ -64,6 +68,6 @@ export declare abstract class SkipDynamicReportBase extends BaseAngularComponent
|
|
|
64
68
|
*/
|
|
65
69
|
DoRefreshReport(): Promise<void>;
|
|
66
70
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkipDynamicReportBase, never>;
|
|
67
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SkipDynamicReportBase, never, never, { "SkipData": { "alias": "SkipData"; "required": false; }; "ShowCreateReportButton": { "alias": "ShowCreateReportButton"; "required": false; }; "ConversationID": { "alias": "ConversationID"; "required": false; }; "ConversationName": { "alias": "ConversationName"; "required": false; }; "ConversationDetailID": { "alias": "ConversationDetailID"; "required": false; }; "DataContext": { "alias": "DataContext"; "required": false; }; "ReportEntity": { "alias": "ReportEntity"; "required": false; }; }, { "UserNotification": "UserNotification"; "NavigateToMatchingReport": "NavigateToMatchingReport"; }, never, never, false, never>;
|
|
71
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SkipDynamicReportBase, never, never, { "SkipData": { "alias": "SkipData"; "required": false; }; "ShowCreateReportButton": { "alias": "ShowCreateReportButton"; "required": false; }; "ConversationID": { "alias": "ConversationID"; "required": false; }; "ConversationName": { "alias": "ConversationName"; "required": false; }; "ConversationDetailID": { "alias": "ConversationDetailID"; "required": false; }; "DataContext": { "alias": "DataContext"; "required": false; }; "ReportEntity": { "alias": "ReportEntity"; "required": false; }; }, { "UserNotification": "UserNotification"; "NavigateToMatchingReport": "NavigateToMatchingReport"; "NewReportCreated": "NewReportCreated"; }, never, never, false, never>;
|
|
68
72
|
}
|
|
69
73
|
//# sourceMappingURL=base-report.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base-report.d.ts","sourceRoot":"","sources":["../../../src/lib/dynamic-report/base-report.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,iBAAiB,EAAwB,YAAY,EAAyB,MAAM,eAAe,CAAC;AAE5H,OAAO,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;AAC7D,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAG3D,OAAO,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AACrE,OAAO,EAAmB,+BAA+B,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;;AAG9G,8BACsB,qBAAuB,SAAQ,oBAAqB,YAAW,aAAa;
|
|
1
|
+
{"version":3,"file":"base-report.d.ts","sourceRoot":"","sources":["../../../src/lib/dynamic-report/base-report.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,iBAAiB,EAAwB,YAAY,EAAyB,MAAM,eAAe,CAAC;AAE5H,OAAO,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;AAC7D,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAG3D,OAAO,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AACrE,OAAO,EAAmB,+BAA+B,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;;AAG9G,8BACsB,qBAAuB,SAAQ,oBAAqB,YAAW,aAAa;IAsBpF,SAAS,CAAC,KAAK,EAAE,iBAAiB;IArBrC,QAAQ,EAAE,+BAA+B,GAAG,SAAS,CAAC;IACtD,sBAAsB,EAAE,OAAO,CAAS;IACxC,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,YAAY,CAAC,EAAE,YAAY,CAAC;IAE3B,gBAAgB;iBAA8B,MAAM;eAAS,MAAM,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM;;OAAyB;IAEjJ;;;OAGG;IACO,wBAAwB,uBAA8B;IAEhE;;OAEG;IACO,gBAAgB,uBAA8B;gBAElC,KAAK,EAAE,iBAAiB;IAI9C,eAAe;IAKR,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAQ;IACvC,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAQ;IAChD,OAAO,CAAC,MAAM,CAAC,YAAY,CAAwG;IACnI,OAAO,CAAC,OAAO,CAAkB;IACpB,qBAAqB;IAoClC,IAAW,OAAO,IAAI,cAAc,EAAE,CAErC;IAED,IAAW,OAAO,IAAI,OAAO,CAI5B;IACD,IAAW,OAAO,IAAI,OAAO,CAI5B;IACD,IAAW,MAAM,IAAI,OAAO,CAI3B;IAED;;;OAGG;IACI,kBAAkB,IAAI,MAAM;IASnC;;OAEG;IACH,IAAW,gBAAgB,IAAI,OAAO,CAErC;IACD,SAAS,CAAC,iBAAiB,EAAE,OAAO,CAAS;IAE7C;;OAEG;IACU,cAAc;IA2B3B,SAAS,CAAC,qBAAqB,CAAC,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,EAAE,SAAS,CAAC,EAAE,MAAM;IAI7H;;OAEG;cACa,uBAAuB,IAAI,OAAO,CAAC;QAAE,QAAQ,EAAE,MAAM,CAAC;QAAC,UAAU,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,OAAO,CAAC;QAAC,YAAY,EAAE,MAAM,CAAA;KAAE,CAAC;IAyBpI;;;OAGG;IACU,eAAe;yCAlLR,qBAAqB;2CAArB,qBAAqB;CA4O1C"}
|
|
@@ -27,6 +27,10 @@ export class SkipDynamicReportBase extends BaseAngularComponent {
|
|
|
27
27
|
* The provided parameter is the ID of the matching report.
|
|
28
28
|
*/
|
|
29
29
|
this.NavigateToMatchingReport = new EventEmitter();
|
|
30
|
+
/**
|
|
31
|
+
* This event fires whenever a new report is created.
|
|
32
|
+
*/
|
|
33
|
+
this.NewReportCreated = new EventEmitter();
|
|
30
34
|
this.matchingReportID = null;
|
|
31
35
|
this.matchingReportName = null;
|
|
32
36
|
this._loaded = false;
|
|
@@ -132,6 +136,7 @@ export class SkipDynamicReportBase extends BaseAngularComponent {
|
|
|
132
136
|
// do async so the user doesn't wait for this to finish
|
|
133
137
|
SkipConversationReportCache.Instance.AddConversationReport(this.ConversationID, report);
|
|
134
138
|
});
|
|
139
|
+
this.NewReportCreated.emit(result.ReportID); // finally emit the event
|
|
135
140
|
}
|
|
136
141
|
else {
|
|
137
142
|
this.RaiseUserNotification('Error saving report', 'error', 2500);
|
|
@@ -232,7 +237,7 @@ export class SkipDynamicReportBase extends BaseAngularComponent {
|
|
|
232
237
|
}
|
|
233
238
|
SkipDynamicReportBase._reportCache = [];
|
|
234
239
|
SkipDynamicReportBase.ɵfac = function SkipDynamicReportBase_Factory(t) { return new (t || SkipDynamicReportBase)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); };
|
|
235
|
-
SkipDynamicReportBase.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: SkipDynamicReportBase, inputs: { SkipData: "SkipData", ShowCreateReportButton: "ShowCreateReportButton", ConversationID: "ConversationID", ConversationName: "ConversationName", ConversationDetailID: "ConversationDetailID", DataContext: "DataContext", ReportEntity: "ReportEntity" }, outputs: { UserNotification: "UserNotification", NavigateToMatchingReport: "NavigateToMatchingReport" }, features: [i0.ɵɵInheritDefinitionFeature] });
|
|
240
|
+
SkipDynamicReportBase.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: SkipDynamicReportBase, inputs: { SkipData: "SkipData", ShowCreateReportButton: "ShowCreateReportButton", ConversationID: "ConversationID", ConversationName: "ConversationName", ConversationDetailID: "ConversationDetailID", DataContext: "DataContext", ReportEntity: "ReportEntity" }, outputs: { UserNotification: "UserNotification", NavigateToMatchingReport: "NavigateToMatchingReport", NewReportCreated: "NewReportCreated" }, features: [i0.ɵɵInheritDefinitionFeature] });
|
|
236
241
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SkipDynamicReportBase, [{
|
|
237
242
|
type: Directive
|
|
238
243
|
}], () => [{ type: i0.ChangeDetectorRef }], { SkipData: [{
|
|
@@ -253,5 +258,7 @@ SkipDynamicReportBase.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: SkipD
|
|
|
253
258
|
type: Output
|
|
254
259
|
}], NavigateToMatchingReport: [{
|
|
255
260
|
type: Output
|
|
261
|
+
}], NewReportCreated: [{
|
|
262
|
+
type: Output
|
|
256
263
|
}] }); })();
|
|
257
264
|
//# sourceMappingURL=base-report.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base-report.js","sourceRoot":"","sources":["../../../src/lib/dynamic-report/base-report.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAA+C,SAAS,EAAE,YAAY,EAAE,KAAK,EAAU,MAAM,EAAE,MAAM,eAAe,CAAC;AAC5H,OAAO,EAAuC,QAAQ,EAAqB,MAAM,sBAAsB,CAAC;AAGxG,OAAO,EAAE,+BAA+B,EAAE,MAAM,wBAAwB,CAAC;AAEzE,OAAO,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAErE,OAAO,EAAE,2BAA2B,EAAE,MAAM,iBAAiB,CAAC;;AAG9D,MAAM,OAAgB,qBAAuB,SAAQ,oBAAoB;
|
|
1
|
+
{"version":3,"file":"base-report.js","sourceRoot":"","sources":["../../../src/lib/dynamic-report/base-report.ts"],"names":[],"mappings":"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"}
|
|
@@ -14,8 +14,9 @@ import * as i1 from "@angular/common";
|
|
|
14
14
|
import * as i2 from "@progress/kendo-angular-layout";
|
|
15
15
|
import * as i3 from "@progress/kendo-angular-dialog";
|
|
16
16
|
import * as i4 from "@progress/kendo-angular-buttons";
|
|
17
|
-
import * as i5 from "
|
|
18
|
-
import * as i6 from "./dynamic-
|
|
17
|
+
import * as i5 from "ngx-markdown";
|
|
18
|
+
import * as i6 from "./dynamic-chart";
|
|
19
|
+
import * as i7 from "./dynamic-grid";
|
|
19
20
|
function SkipDynamicLinearReportComponent_Conditional_0_button_0_Template(rf, ctx) { if (rf & 1) {
|
|
20
21
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
21
22
|
i0.ɵɵelementStart(0, "button", 8);
|
|
@@ -81,37 +82,28 @@ function SkipDynamicLinearReportComponent_Conditional_0_kendo_expansionpanel_4_T
|
|
|
81
82
|
i0.ɵɵadvance();
|
|
82
83
|
i0.ɵɵproperty("ngIf", !ctx_r1.IsChart);
|
|
83
84
|
} }
|
|
84
|
-
function SkipDynamicLinearReportComponent_Conditional_0_kendo_expansionpanel_5_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
85
|
-
i0.ɵɵelementStart(0, "div", 18);
|
|
86
|
-
i0.ɵɵtext(1);
|
|
87
|
-
i0.ɵɵelementEnd();
|
|
88
|
-
} if (rf & 2) {
|
|
89
|
-
const ctx_r1 = i0.ɵɵnextContext(3);
|
|
90
|
-
i0.ɵɵadvance();
|
|
91
|
-
i0.ɵɵtextInterpolate1(" ", ctx_r1.SkipData.analysis, " ");
|
|
92
|
-
} }
|
|
93
85
|
function SkipDynamicLinearReportComponent_Conditional_0_kendo_expansionpanel_5_Template(rf, ctx) { if (rf & 1) {
|
|
94
86
|
i0.ɵɵelementStart(0, "kendo-expansionpanel", 11);
|
|
95
|
-
i0.ɵɵ
|
|
87
|
+
i0.ɵɵelement(1, "markdown", 17);
|
|
96
88
|
i0.ɵɵelementEnd();
|
|
97
89
|
} if (rf & 2) {
|
|
98
90
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
99
91
|
i0.ɵɵproperty("title", "Analysis")("expanded", ctx_r1.ExpandAll);
|
|
100
92
|
i0.ɵɵadvance();
|
|
101
|
-
i0.ɵɵproperty("
|
|
93
|
+
i0.ɵɵproperty("data", ctx_r1.SkipData.analysis);
|
|
102
94
|
} }
|
|
103
95
|
function SkipDynamicLinearReportComponent_Conditional_0_kendo_dialog_6_Template(rf, ctx) { if (rf & 1) {
|
|
104
96
|
const _r4 = i0.ɵɵgetCurrentView();
|
|
105
|
-
i0.ɵɵelementStart(0, "kendo-dialog",
|
|
97
|
+
i0.ɵɵelementStart(0, "kendo-dialog", 18);
|
|
106
98
|
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")); });
|
|
107
|
-
i0.ɵɵelementStart(1, "p",
|
|
99
|
+
i0.ɵɵelementStart(1, "p", 19);
|
|
108
100
|
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. ");
|
|
109
101
|
i0.ɵɵelementEnd();
|
|
110
|
-
i0.ɵɵelementStart(3, "kendo-dialog-actions")(4, "button",
|
|
102
|
+
i0.ɵɵelementStart(3, "kendo-dialog-actions")(4, "button", 20);
|
|
111
103
|
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")); });
|
|
112
104
|
i0.ɵɵtext(5, " Yes ");
|
|
113
105
|
i0.ɵɵelementEnd();
|
|
114
|
-
i0.ɵɵelementStart(6, "button",
|
|
106
|
+
i0.ɵɵelementStart(6, "button", 21);
|
|
115
107
|
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")); });
|
|
116
108
|
i0.ɵɵtext(7, "No");
|
|
117
109
|
i0.ɵɵelementEnd()()();
|
|
@@ -170,14 +162,14 @@ export class SkipDynamicLinearReportComponent extends SkipDynamicReportBase {
|
|
|
170
162
|
}
|
|
171
163
|
}
|
|
172
164
|
SkipDynamicLinearReportComponent.ɵfac = function SkipDynamicLinearReportComponent_Factory(t) { return new (t || SkipDynamicLinearReportComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); };
|
|
173
|
-
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"], [
|
|
165
|
+
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"], [3, "data"], ["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) {
|
|
174
166
|
i0.ɵɵtemplate(0, SkipDynamicLinearReportComponent_Conditional_0_Template, 7, 7);
|
|
175
167
|
} if (rf & 2) {
|
|
176
168
|
i0.ɵɵconditional(ctx.SkipData ? 0 : -1);
|
|
177
|
-
} }, dependencies: [i1.NgIf, i2.ExpansionPanelComponent, i3.DialogComponent, i3.DialogActionsComponent, i4.ButtonComponent, i5.
|
|
169
|
+
} }, dependencies: [i1.NgIf, i2.ExpansionPanelComponent, i3.DialogComponent, i3.DialogActionsComponent, i4.ButtonComponent, i5.MarkdownComponent, i6.SkipDynamicChartComponent, i7.SkipDynamicGridComponent], 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}"] });
|
|
178
170
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SkipDynamicLinearReportComponent, [{
|
|
179
171
|
type: Component,
|
|
180
|
-
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
|
|
172
|
+
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}"] }]
|
|
181
173
|
}], () => [{ type: i0.ChangeDetectorRef }], { ExpandAll: [{
|
|
182
174
|
type: Input
|
|
183
175
|
}] }); })();
|
|
@@ -1 +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":";;;;;;;;;AAAA,OAAO,EAAoC,SAAS,EAAE,KAAK,EAAwB,MAAM,eAAe,CAAC;AAQzG,OAAO,EAAE,qBAAqB,EAAE,MAAM,eAAe,CAAC
|
|
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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"}
|
|
@@ -15,8 +15,13 @@ export declare class SkipDynamicReportWrapperComponent {
|
|
|
15
15
|
* Event emitted when the user clicks on a matching report and the application needs to handle the navigation
|
|
16
16
|
*/
|
|
17
17
|
NavigateToMatchingReport: EventEmitter<string>;
|
|
18
|
+
/**
|
|
19
|
+
* This event fires whenever a new report is created.
|
|
20
|
+
*/
|
|
21
|
+
NewReportCreated: EventEmitter<string>;
|
|
18
22
|
bubbleNavigateToMatchingReport(reportID: string): void;
|
|
23
|
+
bubbleNewReportCreated(reportID: string): void;
|
|
19
24
|
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>;
|
|
25
|
+
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"; "NewReportCreated": "NewReportCreated"; }, never, never, false, never>;
|
|
21
26
|
}
|
|
22
27
|
//# sourceMappingURL=skip-dynamic-report-wrapper.d.ts.map
|
|
@@ -1 +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,
|
|
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,qBA0Ba,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;IAEnD;;OAEG;IACO,wBAAwB,uBAA8B;IAEhE;;OAEG;IACO,gBAAgB,uBAA8B;IAEjD,8BAA8B,CAAC,QAAQ,EAAE,MAAM;IAG/C,sBAAsB,CAAC,QAAQ,EAAE,MAAM;yCAtBrC,iCAAiC;2CAAjC,iCAAiC;CAyB7C"}
|
|
@@ -12,15 +12,22 @@ export class SkipDynamicReportWrapperComponent {
|
|
|
12
12
|
* Event emitted when the user clicks on a matching report and the application needs to handle the navigation
|
|
13
13
|
*/
|
|
14
14
|
this.NavigateToMatchingReport = new EventEmitter();
|
|
15
|
+
/**
|
|
16
|
+
* This event fires whenever a new report is created.
|
|
17
|
+
*/
|
|
18
|
+
this.NewReportCreated = new EventEmitter();
|
|
15
19
|
}
|
|
16
20
|
bubbleNavigateToMatchingReport(reportID) {
|
|
17
21
|
this.NavigateToMatchingReport.emit(reportID);
|
|
18
22
|
}
|
|
23
|
+
bubbleNewReportCreated(reportID) {
|
|
24
|
+
this.NewReportCreated.emit(reportID);
|
|
25
|
+
}
|
|
19
26
|
}
|
|
20
27
|
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) {
|
|
28
|
+
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", NewReportCreated: "NewReportCreated" }, decls: 2, vars: 8, consts: [[1, "skip-dynamic-report-wrapper"], [3, "NavigateToMatchingReport", "NewReportCreated", "SkipData", "ConversationID", "ConversationName", "ConversationDetailID", "DataContext", "ShowCreateReportButton", "ExpandAll", "Provider"]], template: function SkipDynamicReportWrapperComponent_Template(rf, ctx) { if (rf & 1) {
|
|
22
29
|
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); });
|
|
30
|
+
i0.ɵɵlistener("NavigateToMatchingReport", function SkipDynamicReportWrapperComponent_Template_skip_dynamic_linear_report_NavigateToMatchingReport_1_listener($event) { return ctx.bubbleNavigateToMatchingReport($event); })("NewReportCreated", function SkipDynamicReportWrapperComponent_Template_skip_dynamic_linear_report_NewReportCreated_1_listener($event) { return ctx.bubbleNewReportCreated($event); });
|
|
24
31
|
i0.ɵɵelementEnd()();
|
|
25
32
|
} if (rf & 2) {
|
|
26
33
|
i0.ɵɵadvance();
|
|
@@ -40,6 +47,7 @@ SkipDynamicReportWrapperComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({
|
|
|
40
47
|
[ExpandAll]="true"
|
|
41
48
|
[Provider]="Provider"
|
|
42
49
|
(NavigateToMatchingReport)="bubbleNavigateToMatchingReport($event)"
|
|
50
|
+
(NewReportCreated)="bubbleNewReportCreated($event)"
|
|
43
51
|
></skip-dynamic-linear-report>
|
|
44
52
|
</div>
|
|
45
53
|
`, styles: [".report-tab-title { margin-left: 10px;}", ".skip-dynamic-report-container {\n display: block;\n margin-right: 20px;\n }"] }]
|
|
@@ -59,6 +67,8 @@ SkipDynamicReportWrapperComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({
|
|
|
59
67
|
type: Input
|
|
60
68
|
}], NavigateToMatchingReport: [{
|
|
61
69
|
type: Output
|
|
70
|
+
}], NewReportCreated: [{
|
|
71
|
+
type: Output
|
|
62
72
|
}] }); })();
|
|
63
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SkipDynamicReportWrapperComponent, { className: "SkipDynamicReportWrapperComponent", filePath: "src/lib/dynamic-report/skip-dynamic-report-wrapper.ts", lineNumber:
|
|
73
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SkipDynamicReportWrapperComponent, { className: "SkipDynamicReportWrapperComponent", filePath: "src/lib/dynamic-report/skip-dynamic-report-wrapper.ts", lineNumber: 33 }); })();
|
|
64
74
|
//# sourceMappingURL=skip-dynamic-report-wrapper.js.map
|
|
@@ -1 +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;;;
|
|
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;;;AAgCvE,MAAM,OAAO,iCAAiC;IA1B9C;QA4Ba,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;QAEnD;;WAEG;QACO,6BAAwB,GAAG,IAAI,YAAY,EAAU,CAAC;QAEhE;;WAEG;QACO,qBAAgB,GAAG,IAAI,YAAY,EAAU,CAAC;KAQ3D;IANU,8BAA8B,CAAC,QAAgB;QAClD,IAAI,CAAC,wBAAwB,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;IACjD,CAAC;IACM,sBAAsB,CAAC,QAAgB;QAC1C,IAAI,CAAC,gBAAgB,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;IACzC,CAAC;;kHAxBQ,iCAAiC;oFAAjC,iCAAiC;QAf1C,AADJ,8BAAyC,oCAYpC;QADG,AADA,8KAA4B,0CAAsC,IAAC,iJAC/C,kCAA8B,IAAC;QAE3D,AADK,iBAA6B,EAC5B;;QAXE,cAAqB;QAOrB,AADA,AADA,AADA,AADA,AADA,AADA,AADA,uCAAqB,sCACY,0CACI,kDACQ,gCAClB,gCACI,mBACb,0BACG;;iFAOhB,iCAAiC;cA1B7C,SAAS;2BACE,qBAAqB,YAQrB;;;;;;;;;;;;;;;CAeX;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;YAKI,wBAAwB;kBAAjC,MAAM;YAKG,gBAAgB;kBAAzB,MAAM;;kFAjBE,iCAAiC"}
|
package/dist/lib/module.d.ts
CHANGED
|
@@ -21,9 +21,10 @@ import * as i19 from "angular-plotly.js";
|
|
|
21
21
|
import * as i20 from "@memberjunction/ng-data-context";
|
|
22
22
|
import * as i21 from "@angular/cdk/overlay";
|
|
23
23
|
import * as i22 from "@progress/kendo-angular-excel-export";
|
|
24
|
+
import * as i23 from "ngx-markdown";
|
|
24
25
|
export declare class SkipChatModule {
|
|
25
26
|
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 ɵ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 i23.MarkdownModule], [typeof i1.SkipChatComponent, typeof i2.SkipSingleMessageComponent, typeof i3.SkipDynamicLinearReportComponent, typeof i4.SkipDynamicReportWrapperComponent, typeof i5.SkipDynamicChartComponent, typeof i6.SkipDynamicGridComponent]>;
|
|
27
28
|
static ɵinj: i0.ɵɵInjectorDeclaration<SkipChatModule>;
|
|
28
29
|
}
|
|
29
30
|
//# 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
|
@@ -19,7 +19,7 @@ import { LayoutModule } from '@progress/kendo-angular-layout';
|
|
|
19
19
|
import { PlotlyViaCDNModule } from 'angular-plotly.js';
|
|
20
20
|
/*********************************************/
|
|
21
21
|
// Markdown
|
|
22
|
-
|
|
22
|
+
import { MarkdownModule } from 'ngx-markdown';
|
|
23
23
|
// MJ
|
|
24
24
|
import { ContainerDirectivesModule } from '@memberjunction/ng-container-directives';
|
|
25
25
|
import { DataContextModule } from '@memberjunction/ng-data-context';
|
|
@@ -31,6 +31,7 @@ import { SkipDynamicLinearReportComponent } from './dynamic-report/linear-report
|
|
|
31
31
|
import { SkipDynamicChartComponent } from './dynamic-report/dynamic-chart';
|
|
32
32
|
import { SkipDynamicGridComponent } from './dynamic-report/dynamic-grid';
|
|
33
33
|
import * as i0 from "@angular/core";
|
|
34
|
+
import * as i1 from "ngx-markdown";
|
|
34
35
|
PlotlyViaCDNModule.setPlotlyVersion('latest'); // can be `latest` or any version number (i.e.: '1.40.0')
|
|
35
36
|
PlotlyViaCDNModule.setPlotlyBundle(null); // optional: can be null (for full) or 'basic', 'cartesian', 'geo', 'gl3d', 'gl2d', 'mapbox' or 'finance'
|
|
36
37
|
export class SkipChatModule {
|
|
@@ -52,7 +53,8 @@ SkipChatModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonMod
|
|
|
52
53
|
PlotlyViaCDNModule,
|
|
53
54
|
DataContextModule,
|
|
54
55
|
OverlayModule,
|
|
55
|
-
ExcelExportModule
|
|
56
|
+
ExcelExportModule,
|
|
57
|
+
MarkdownModule.forRoot()] });
|
|
56
58
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SkipChatModule, [{
|
|
57
59
|
type: NgModule,
|
|
58
60
|
args: [{
|
|
@@ -81,7 +83,7 @@ SkipChatModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonMod
|
|
|
81
83
|
DataContextModule,
|
|
82
84
|
OverlayModule,
|
|
83
85
|
ExcelExportModule,
|
|
84
|
-
|
|
86
|
+
MarkdownModule.forRoot(),
|
|
85
87
|
],
|
|
86
88
|
exports: [
|
|
87
89
|
SkipChatComponent,
|
|
@@ -113,7 +115,7 @@ SkipChatModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonMod
|
|
|
113
115
|
PlotlyViaCDNModule,
|
|
114
116
|
DataContextModule,
|
|
115
117
|
OverlayModule,
|
|
116
|
-
ExcelExportModule], exports: [SkipChatComponent,
|
|
118
|
+
ExcelExportModule, i1.MarkdownModule], exports: [SkipChatComponent,
|
|
117
119
|
SkipSingleMessageComponent,
|
|
118
120
|
SkipDynamicLinearReportComponent,
|
|
119
121
|
SkipDynamicReportWrapperComponent,
|
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;AAC/C,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AACrD,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE7C,+CAA+C;AAC/C,2BAA2B;AAC3B,OAAO,EAAE,aAAa,EAAE,MAAM,gCAAgC,CAAC;AAC/D,OAAO,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,MAAM,oCAAoC,CAAC;AACtE,OAAO,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;AAC5D,OAAO,EAAE,YAAY,EAAE,MAAM,gCAAgC,CAAC;AAC9D,OAAO,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AAClE,OAAO,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AACpE,OAAO,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAC1D,OAAO,EAAE,iBAAiB,EAAE,MAAM,sCAAsC,CAAC;AACzE,OAAO,EAAE,YAAY,EAAE,MAAM,gCAAgC,CAAC;AAE9D,+CAA+C;AAC/C,SAAS;AACT,OAAO,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAKvD,+CAA+C;AAC/C,WAAW;AACX,
|
|
1
|
+
{"version":3,"file":"module.js","sourceRoot":"","sources":["../../src/lib/module.ts"],"names":[],"mappings":"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"}
|
|
@@ -22,6 +22,9 @@ export declare class SkipChatComponent extends BaseAngularComponent implements O
|
|
|
22
22
|
Conversations: ConversationEntity[];
|
|
23
23
|
SelectedConversation: ConversationEntity | undefined;
|
|
24
24
|
ConversationEditMode: boolean;
|
|
25
|
+
/**
|
|
26
|
+
* If true, the component will show the conversation list. Default is true.
|
|
27
|
+
*/
|
|
25
28
|
ShowConversationList: boolean;
|
|
26
29
|
AllowNewConversations: boolean;
|
|
27
30
|
Title: string;
|
|
@@ -40,6 +43,18 @@ export declare class SkipChatComponent extends BaseAngularComponent implements O
|
|
|
40
43
|
* If true, the component will update the browser URL when the conversation changes. If false, it will not update the URL. Default is true.
|
|
41
44
|
*/
|
|
42
45
|
UpdateAppRoute: boolean;
|
|
46
|
+
/**
|
|
47
|
+
* When set to true, the small Skip logo is shown in the conversation list on the top left of the component
|
|
48
|
+
*/
|
|
49
|
+
ShowSkipLogoInConversationList: boolean;
|
|
50
|
+
/**
|
|
51
|
+
* This property is used to set the placeholder text for the textbox where the user types their message to Skip.
|
|
52
|
+
*/
|
|
53
|
+
DefaultTextboxPlaceholder: string;
|
|
54
|
+
/**
|
|
55
|
+
* This property is used to set the placeholder text for the textbox where the user types their message to Skip when Skip is processing a request and the text area is disabled.
|
|
56
|
+
*/
|
|
57
|
+
ProcessingTextBoxPlaceholder: string;
|
|
43
58
|
/**
|
|
44
59
|
* Event emitted when the user clicks on a matching report and the application needs to handle the navigation
|
|
45
60
|
*/
|
|
@@ -48,6 +63,10 @@ export declare class SkipChatComponent extends BaseAngularComponent implements O
|
|
|
48
63
|
* Event emitted whenever a conversation is selected
|
|
49
64
|
*/
|
|
50
65
|
ConversationSelected: EventEmitter<string>;
|
|
66
|
+
/**
|
|
67
|
+
* This event fires whenever a new report is created.
|
|
68
|
+
*/
|
|
69
|
+
NewReportCreated: EventEmitter<string>;
|
|
51
70
|
askSkip: Container;
|
|
52
71
|
askSkipPanel: ElementRef;
|
|
53
72
|
mjContainerRef: ViewContainerRef;
|
|
@@ -55,9 +74,14 @@ export declare class SkipChatComponent extends BaseAngularComponent implements O
|
|
|
55
74
|
askSkipInput: any;
|
|
56
75
|
private scrollContainer;
|
|
57
76
|
topLevelDiv: ElementRef;
|
|
77
|
+
/**
|
|
78
|
+
* Internal state variable to track if the conversation list is visible or not. Defaults to true. Conversation List only is shown if this is true and ShowConversationList is true.
|
|
79
|
+
*/
|
|
80
|
+
IsConversationListVisible: boolean;
|
|
58
81
|
SelectedConversationUser: UserInfo | undefined;
|
|
59
82
|
DataContext: DataContext;
|
|
60
83
|
_showScrollToBottomIcon: boolean;
|
|
84
|
+
_AskSkipTextboxPlaceholder: string;
|
|
61
85
|
private _messageInProgress;
|
|
62
86
|
private _conversationsInProgress;
|
|
63
87
|
private _conversationsToReload;
|
|
@@ -80,6 +104,8 @@ export declare class SkipChatComponent extends BaseAngularComponent implements O
|
|
|
80
104
|
static get SkipChatWindowsCurrentlyVisible(): number;
|
|
81
105
|
protected SubscribeToNotifications(): void;
|
|
82
106
|
splitterCollapseStateChanged(e: boolean): void;
|
|
107
|
+
get ConversationListCurrentlyVisible(): boolean;
|
|
108
|
+
DisplayConversationList(show?: boolean): void;
|
|
83
109
|
GetConversationItemClass(item: ConversationEntity): string;
|
|
84
110
|
protected SetSkipStatusMessage(message: string, delay: number): void;
|
|
85
111
|
protected InnerSetSkipStatusMessage(message: string): void;
|
|
@@ -118,12 +144,15 @@ export declare class SkipChatComponent extends BaseAngularComponent implements O
|
|
|
118
144
|
private static _startMessages;
|
|
119
145
|
private _usedStartMessages;
|
|
120
146
|
private pickSkipStartMessage;
|
|
147
|
+
protected setProcessingStatus(conversationId: string, status: boolean): void;
|
|
121
148
|
sendPrompt(val: string): Promise<void>;
|
|
122
149
|
sendSkipMessage(): Promise<void>;
|
|
123
150
|
ClearMessages(): void;
|
|
124
151
|
AddMessageToCurrentConversation(detail: ConversationDetailEntity, stopChangeDetection: boolean, cacheMessage: boolean): void;
|
|
125
152
|
RemoveMessageFromCurrentConversation(detail: ConversationDetailEntity): void;
|
|
126
153
|
protected RemoveMessageFromPanel(messageDetail: ConversationDetailEntity): void;
|
|
154
|
+
protected UpdatePanelMessage(messageDetail: ConversationDetailEntity, invokeChangeDetection?: boolean): void;
|
|
155
|
+
protected UpdateAllPanelMessages(): void;
|
|
127
156
|
protected AddMessageToPanel(messageDetail: ConversationDetailEntity, stopChangeDetection: boolean): void;
|
|
128
157
|
checkScroll(): void;
|
|
129
158
|
scrollToBottom(): void;
|
|
@@ -141,7 +170,16 @@ export declare class SkipChatComponent extends BaseAngularComponent implements O
|
|
|
141
170
|
ngOnDetach(): void;
|
|
142
171
|
ngOnAttach(): void;
|
|
143
172
|
private onNavBackToCachedComponent;
|
|
173
|
+
confirmMessageEditOrDeleteDialogOpen: boolean;
|
|
174
|
+
messageToEditOrDelete: ConversationDetailEntity | undefined;
|
|
175
|
+
messageEditOrDeleteType: 'edit' | 'delete';
|
|
176
|
+
HandleMessageEditOrDeleteRequest(message: ConversationDetailEntity, type: 'edit' | 'delete'): void;
|
|
177
|
+
HandleMessageEditRequest(message: ConversationDetailEntity): void;
|
|
178
|
+
HandleMessageDeleteRequest(message: ConversationDetailEntity): void;
|
|
179
|
+
closeMessageEditOrDeleteDialog(yesno: 'yes' | 'no'): void;
|
|
180
|
+
protected editMessage(message: ConversationDetailEntity): Promise<void>;
|
|
181
|
+
protected deleteMessage(message: ConversationDetailEntity): Promise<void>;
|
|
144
182
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkipChatComponent, never>;
|
|
145
|
-
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; }; "SkipLogoURL": { "alias": "SkipLogoURL"; "required": false; }; "SkipMarkOnlyLogoURL": { "alias": "SkipMarkOnlyLogoURL"; "required": false; }; "UserImage": { "alias": "UserImage"; "required": false; }; "UpdateAppRoute": { "alias": "UpdateAppRoute"; "required": false; }; "WelcomeQuestions": { "alias": "WelcomeQuestions"; "required": false; }; "AutoLoad": { "alias": "AutoLoad"; "required": false; }; }, { "NavigateToMatchingReport": "NavigateToMatchingReport"; "ConversationSelected": "ConversationSelected"; }, never, never, false, never>;
|
|
183
|
+
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; }; "SkipLogoURL": { "alias": "SkipLogoURL"; "required": false; }; "SkipMarkOnlyLogoURL": { "alias": "SkipMarkOnlyLogoURL"; "required": false; }; "UserImage": { "alias": "UserImage"; "required": false; }; "UpdateAppRoute": { "alias": "UpdateAppRoute"; "required": false; }; "ShowSkipLogoInConversationList": { "alias": "ShowSkipLogoInConversationList"; "required": false; }; "DefaultTextboxPlaceholder": { "alias": "DefaultTextboxPlaceholder"; "required": false; }; "ProcessingTextBoxPlaceholder": { "alias": "ProcessingTextBoxPlaceholder"; "required": false; }; "WelcomeQuestions": { "alias": "WelcomeQuestions"; "required": false; }; "AutoLoad": { "alias": "AutoLoad"; "required": false; }; }, { "NavigateToMatchingReport": "NavigateToMatchingReport"; "ConversationSelected": "ConversationSelected"; "NewReportCreated": "NewReportCreated"; }, never, never, false, never>;
|
|
146
184
|
}
|
|
147
185
|
//# sourceMappingURL=skip-chat.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"skip-chat.component.d.ts","sourceRoot":"","sources":["../../../src/lib/skip-chat/skip-chat.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EACb,gBAAgB,EAEhB,MAAM,EAEN,gBAAgB,EAChB,SAAS,EACT,UAAU,EACV,SAAS,EAET,iBAAiB,EAEjB,YAAY,EACb,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC3C,OAAO,EAAE,cAAc,EAAiB,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACxE,OAAO,EAAY,QAAQ,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AACxE,OAAO,EAAE,wBAAwB,EAAE,kBAAkB,EAA4C,MAAM,+BAA+B,CAAC;AAEvI,OAAO,EAAE,SAAS,EAAE,MAAM,yCAAyC,CAAC;AAIpE,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AAOrE,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAG3D,OAAO,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AACrE,OAAO,EAAE,qBAAqB,EAAE,MAAM,kCAAkC,CAAC;;AAEzE,qBAKa,iBAAkB,SAAQ,oBAAqB,YAAW,MAAM,EAAE,aAAa,EAAE,gBAAgB,EAAE,SAAS;
|
|
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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"}
|