@memberjunction/ng-skip-chat 2.41.0 → 2.42.1
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/skip-single-message/skip-single-message.component.d.ts +33 -3
- 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 +124 -36
- package/dist/lib/skip-single-message/skip-single-message.component.js.map +1 -1
- package/package.json +12 -12
|
@@ -58,6 +58,22 @@ export declare class SkipSingleMessageComponent extends BaseAngularComponent imp
|
|
|
58
58
|
* This is an internal property that is turned on just after a user succesfully rates a message, and is never true otherwise. This allows the UI to show a thank you message for the rating.
|
|
59
59
|
*/
|
|
60
60
|
UserJustRated: boolean;
|
|
61
|
+
/**
|
|
62
|
+
* Controls the visibility of the feedback dialog
|
|
63
|
+
*/
|
|
64
|
+
ShowingFeedbackDialog: boolean;
|
|
65
|
+
/**
|
|
66
|
+
* Stores the rating value selected by the user before submitting feedback
|
|
67
|
+
*/
|
|
68
|
+
private SelectedRating;
|
|
69
|
+
/**
|
|
70
|
+
* Stores the feedback text entered by the user
|
|
71
|
+
*/
|
|
72
|
+
UserFeedbackText: string;
|
|
73
|
+
/**
|
|
74
|
+
* The title to show in the feedback dialog based on the rating
|
|
75
|
+
*/
|
|
76
|
+
FeedbackDialogTitle: string;
|
|
61
77
|
/**
|
|
62
78
|
* Name of the artifact associated with this message, if any
|
|
63
79
|
*/
|
|
@@ -130,10 +146,24 @@ export declare class SkipSingleMessageComponent extends BaseAngularComponent imp
|
|
|
130
146
|
RaiseMessageDeleteRequest(): void;
|
|
131
147
|
RaiseMessageEditRequest(): void;
|
|
132
148
|
/**
|
|
133
|
-
*
|
|
134
|
-
* @param rating The rating
|
|
149
|
+
* Shows the feedback dialog with the appropriate title based on the rating
|
|
150
|
+
* @param rating The rating selected by the user (10 for thumbs up, 1 for thumbs down)
|
|
151
|
+
*/
|
|
152
|
+
ShowFeedbackDialog(rating: number): void;
|
|
153
|
+
/**
|
|
154
|
+
* Closes the feedback dialog without saving feedback
|
|
155
|
+
*/
|
|
156
|
+
CancelFeedback(): void;
|
|
157
|
+
/**
|
|
158
|
+
* Submits the feedback and rating
|
|
159
|
+
*/
|
|
160
|
+
SubmitFeedback(): void;
|
|
161
|
+
/**
|
|
162
|
+
* Rate the AI response with either thumbs up (10) or thumbs down (1)
|
|
163
|
+
* @param rating The rating to assign, 10 for thumbs up, 1 for thumbs down
|
|
164
|
+
* @param feedback Optional text feedback from the user
|
|
135
165
|
*/
|
|
136
|
-
RateMessage(rating: number): Promise<void>;
|
|
166
|
+
RateMessage(rating: number | null, feedback?: string): Promise<void>;
|
|
137
167
|
protected AddReportToConversation(): void;
|
|
138
168
|
GetUserImageSource(): string | Blob | undefined;
|
|
139
169
|
GetMessageRowCssClass(): string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"skip-single-message.component.d.ts","sourceRoot":"","sources":["../../../src/lib/skip-single-message/skip-single-message.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,iBAAiB,EAAa,YAAY,EAA4B,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAEtI,OAAO,EAAiE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAC/G,OAAO,EAAE,wBAAwB,EAAE,kBAAkB,EAAE,MAAM,+BAA+B,CAAC;AAC7F,OAAO,EAAE,+BAA+B,EAAyE,MAAM,4BAA4B,CAAC;AAEpJ,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAE3D,OAAO,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAErE,OAAO,EAAE,qBAAqB,EAAE,MAAM,kCAAkC,CAAC;AACzE,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;;AAGnD,qBAKa,0BAA4B,SAAQ,oBAAqB,YAAW,aAAa;
|
|
1
|
+
{"version":3,"file":"skip-single-message.component.d.ts","sourceRoot":"","sources":["../../../src/lib/skip-single-message/skip-single-message.component.ts"],"names":[],"mappings":"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"}
|
|
@@ -15,7 +15,11 @@ import { BaseAngularComponent } from '@memberjunction/ng-base-types';
|
|
|
15
15
|
import * as i0 from "@angular/core";
|
|
16
16
|
import * as i1 from "@memberjunction/ng-notifications";
|
|
17
17
|
import * as i2 from "@angular/common";
|
|
18
|
-
import * as i3 from "@
|
|
18
|
+
import * as i3 from "@angular/forms";
|
|
19
|
+
import * as i4 from "@progress/kendo-angular-indicators";
|
|
20
|
+
import * as i5 from "@progress/kendo-angular-dialog";
|
|
21
|
+
import * as i6 from "@progress/kendo-angular-inputs";
|
|
22
|
+
import * as i7 from "@progress/kendo-angular-buttons";
|
|
19
23
|
const _c0 = ["reportContainer"];
|
|
20
24
|
function SkipSingleMessageComponent_Conditional_3_Template(rf, ctx) { if (rf & 1) {
|
|
21
25
|
i0.ɵɵelement(0, "img", 3);
|
|
@@ -28,7 +32,7 @@ function SkipSingleMessageComponent_Conditional_4_Template(rf, ctx) { if (rf & 1
|
|
|
28
32
|
} }
|
|
29
33
|
function SkipSingleMessageComponent_Conditional_9_Template(rf, ctx) { if (rf & 1) {
|
|
30
34
|
i0.ɵɵelement(0, "kendo-loader");
|
|
31
|
-
i0.ɵɵelementStart(1, "span",
|
|
35
|
+
i0.ɵɵelementStart(1, "span", 14);
|
|
32
36
|
i0.ɵɵtext(2);
|
|
33
37
|
i0.ɵɵelementEnd();
|
|
34
38
|
} if (rf & 2) {
|
|
@@ -38,10 +42,10 @@ function SkipSingleMessageComponent_Conditional_9_Template(rf, ctx) { if (rf & 1
|
|
|
38
42
|
} }
|
|
39
43
|
function SkipSingleMessageComponent_Conditional_11_Template(rf, ctx) { if (rf & 1) {
|
|
40
44
|
const _r2 = i0.ɵɵgetCurrentView();
|
|
41
|
-
i0.ɵɵelementStart(0, "div", 7)(1, "span",
|
|
45
|
+
i0.ɵɵelementStart(0, "div", 7)(1, "span", 15);
|
|
42
46
|
i0.ɵɵlistener("click", function SkipSingleMessageComponent_Conditional_11_Template_span_click_1_listener() { i0.ɵɵrestoreView(_r2); const ctx_r0 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r0.RaiseMessageEditRequest()); });
|
|
43
47
|
i0.ɵɵelementEnd();
|
|
44
|
-
i0.ɵɵelementStart(2, "span",
|
|
48
|
+
i0.ɵɵelementStart(2, "span", 16);
|
|
45
49
|
i0.ɵɵlistener("click", function SkipSingleMessageComponent_Conditional_11_Template_span_click_2_listener() { i0.ɵɵrestoreView(_r2); const ctx_r0 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r0.RaiseMessageDeleteRequest()); });
|
|
46
50
|
i0.ɵɵelementEnd()();
|
|
47
51
|
} }
|
|
@@ -56,10 +60,10 @@ function SkipSingleMessageComponent_Conditional_12_Template(rf, ctx) { if (rf &
|
|
|
56
60
|
} }
|
|
57
61
|
function SkipSingleMessageComponent_Conditional_13_Template(rf, ctx) { if (rf & 1) {
|
|
58
62
|
const _r3 = i0.ɵɵgetCurrentView();
|
|
59
|
-
i0.ɵɵelementStart(0, "div",
|
|
63
|
+
i0.ɵɵelementStart(0, "div", 17);
|
|
60
64
|
i0.ɵɵlistener("click", function SkipSingleMessageComponent_Conditional_13_Template_div_click_0_listener() { i0.ɵɵrestoreView(_r3); const ctx_r0 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r0.onArtifactIndicatorClick()); });
|
|
61
|
-
i0.ɵɵelement(1, "i",
|
|
62
|
-
i0.ɵɵelementStart(2, "span",
|
|
65
|
+
i0.ɵɵelement(1, "i", 18);
|
|
66
|
+
i0.ɵɵelementStart(2, "span", 19);
|
|
63
67
|
i0.ɵɵtext(3);
|
|
64
68
|
i0.ɵɵelementEnd()();
|
|
65
69
|
} if (rf & 2) {
|
|
@@ -72,7 +76,7 @@ function SkipSingleMessageComponent_Conditional_14_Template(rf, ctx) { if (rf &
|
|
|
72
76
|
} }
|
|
73
77
|
function SkipSingleMessageComponent_div_15_div_4_Template(rf, ctx) { if (rf & 1) {
|
|
74
78
|
const _r4 = i0.ɵɵgetCurrentView();
|
|
75
|
-
i0.ɵɵelementStart(0, "div",
|
|
79
|
+
i0.ɵɵelementStart(0, "div", 24);
|
|
76
80
|
i0.ɵɵlistener("click", function SkipSingleMessageComponent_div_15_div_4_Template_div_click_0_listener() { const question_r5 = i0.ɵɵrestoreView(_r4).$implicit; const ctx_r0 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r0.RaiseSuggestedQuestionSelectedEvent(question_r5)); });
|
|
77
81
|
i0.ɵɵtext(1);
|
|
78
82
|
i0.ɵɵelementEnd();
|
|
@@ -82,11 +86,11 @@ function SkipSingleMessageComponent_div_15_div_4_Template(rf, ctx) { if (rf & 1)
|
|
|
82
86
|
i0.ɵɵtextInterpolate1(" ", question_r5, " ");
|
|
83
87
|
} }
|
|
84
88
|
function SkipSingleMessageComponent_div_15_Template(rf, ctx) { if (rf & 1) {
|
|
85
|
-
i0.ɵɵelementStart(0, "div",
|
|
89
|
+
i0.ɵɵelementStart(0, "div", 20)(1, "div", 21);
|
|
86
90
|
i0.ɵɵtext(2, "Suggested Questions");
|
|
87
91
|
i0.ɵɵelementEnd();
|
|
88
|
-
i0.ɵɵelementStart(3, "div",
|
|
89
|
-
i0.ɵɵtemplate(4, SkipSingleMessageComponent_div_15_div_4_Template, 2, 1, "div",
|
|
92
|
+
i0.ɵɵelementStart(3, "div", 22);
|
|
93
|
+
i0.ɵɵtemplate(4, SkipSingleMessageComponent_div_15_div_4_Template, 2, 1, "div", 23);
|
|
90
94
|
i0.ɵɵelementEnd()();
|
|
91
95
|
} if (rf & 2) {
|
|
92
96
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -95,7 +99,7 @@ function SkipSingleMessageComponent_div_15_Template(rf, ctx) { if (rf & 1) {
|
|
|
95
99
|
} }
|
|
96
100
|
function SkipSingleMessageComponent_div_16_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
97
101
|
const _r6 = i0.ɵɵgetCurrentView();
|
|
98
|
-
i0.ɵɵelementStart(0, "div",
|
|
102
|
+
i0.ɵɵelementStart(0, "div", 24);
|
|
99
103
|
i0.ɵɵlistener("click", function SkipSingleMessageComponent_div_16_div_2_Template_div_click_0_listener() { const answer_r7 = i0.ɵɵrestoreView(_r6).$implicit; const ctx_r0 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r0.RaiseSuggestedAnswerSelectedEvent(answer_r7)); });
|
|
100
104
|
i0.ɵɵtext(1);
|
|
101
105
|
i0.ɵɵelementEnd();
|
|
@@ -105,8 +109,8 @@ function SkipSingleMessageComponent_div_16_div_2_Template(rf, ctx) { if (rf & 1)
|
|
|
105
109
|
i0.ɵɵtextInterpolate1(" ", answer_r7, " ");
|
|
106
110
|
} }
|
|
107
111
|
function SkipSingleMessageComponent_div_16_Template(rf, ctx) { if (rf & 1) {
|
|
108
|
-
i0.ɵɵelementStart(0, "div",
|
|
109
|
-
i0.ɵɵtemplate(2, SkipSingleMessageComponent_div_16_div_2_Template, 2, 1, "div",
|
|
112
|
+
i0.ɵɵelementStart(0, "div", 20)(1, "div", 25);
|
|
113
|
+
i0.ɵɵtemplate(2, SkipSingleMessageComponent_div_16_div_2_Template, 2, 1, "div", 23);
|
|
110
114
|
i0.ɵɵelementEnd()();
|
|
111
115
|
} if (rf & 2) {
|
|
112
116
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -115,27 +119,52 @@ function SkipSingleMessageComponent_div_16_Template(rf, ctx) { if (rf & 1) {
|
|
|
115
119
|
} }
|
|
116
120
|
function SkipSingleMessageComponent_Conditional_17_Template(rf, ctx) { if (rf & 1) {
|
|
117
121
|
const _r8 = i0.ɵɵgetCurrentView();
|
|
118
|
-
i0.ɵɵelementStart(0, "div", 11)(1, "div",
|
|
122
|
+
i0.ɵɵelementStart(0, "div", 11)(1, "div", 26);
|
|
119
123
|
i0.ɵɵtext(2, "Was this response helpful?");
|
|
120
124
|
i0.ɵɵelementEnd();
|
|
121
|
-
i0.ɵɵelementStart(3, "div",
|
|
122
|
-
i0.ɵɵlistener("click", function SkipSingleMessageComponent_Conditional_17_Template_span_click_4_listener() { i0.ɵɵrestoreView(_r8); const ctx_r0 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r0.
|
|
125
|
+
i0.ɵɵelementStart(3, "div", 27)(4, "span", 28);
|
|
126
|
+
i0.ɵɵlistener("click", function SkipSingleMessageComponent_Conditional_17_Template_span_click_4_listener() { i0.ɵɵrestoreView(_r8); const ctx_r0 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r0.ShowFeedbackDialog(10)); });
|
|
123
127
|
i0.ɵɵelementEnd();
|
|
124
|
-
i0.ɵɵelementStart(5, "span",
|
|
125
|
-
i0.ɵɵlistener("click", function SkipSingleMessageComponent_Conditional_17_Template_span_click_5_listener() { i0.ɵɵrestoreView(_r8); const ctx_r0 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r0.
|
|
128
|
+
i0.ɵɵelementStart(5, "span", 29);
|
|
129
|
+
i0.ɵɵlistener("click", function SkipSingleMessageComponent_Conditional_17_Template_span_click_5_listener() { i0.ɵɵrestoreView(_r8); const ctx_r0 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r0.ShowFeedbackDialog(1)); });
|
|
126
130
|
i0.ɵɵelementEnd()()();
|
|
127
131
|
} }
|
|
128
|
-
function
|
|
129
|
-
i0.ɵɵ
|
|
132
|
+
function SkipSingleMessageComponent_kendo_dialog_18_Template(rf, ctx) { if (rf & 1) {
|
|
133
|
+
const _r9 = i0.ɵɵgetCurrentView();
|
|
134
|
+
i0.ɵɵelementStart(0, "kendo-dialog", 30);
|
|
135
|
+
i0.ɵɵlistener("close", function SkipSingleMessageComponent_kendo_dialog_18_Template_kendo_dialog_close_0_listener() { i0.ɵɵrestoreView(_r9); const ctx_r0 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r0.CancelFeedback()); });
|
|
136
|
+
i0.ɵɵelementStart(1, "div", 31)(2, "label");
|
|
137
|
+
i0.ɵɵtext(3, "Feedback");
|
|
138
|
+
i0.ɵɵelementEnd();
|
|
139
|
+
i0.ɵɵelementStart(4, "kendo-textarea", 32);
|
|
140
|
+
i0.ɵɵtwoWayListener("ngModelChange", function SkipSingleMessageComponent_kendo_dialog_18_Template_kendo_textarea_ngModelChange_4_listener($event) { i0.ɵɵrestoreView(_r9); const ctx_r0 = i0.ɵɵnextContext(); i0.ɵɵtwoWayBindingSet(ctx_r0.UserFeedbackText, $event) || (ctx_r0.UserFeedbackText = $event); return i0.ɵɵresetView($event); });
|
|
141
|
+
i0.ɵɵelementEnd()();
|
|
142
|
+
i0.ɵɵelementStart(5, "kendo-dialog-actions")(6, "button", 33);
|
|
143
|
+
i0.ɵɵlistener("click", function SkipSingleMessageComponent_kendo_dialog_18_Template_button_click_6_listener() { i0.ɵɵrestoreView(_r9); const ctx_r0 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r0.SubmitFeedback()); });
|
|
144
|
+
i0.ɵɵtext(7, "Submit");
|
|
145
|
+
i0.ɵɵelementEnd();
|
|
146
|
+
i0.ɵɵelementStart(8, "button", 34);
|
|
147
|
+
i0.ɵɵlistener("click", function SkipSingleMessageComponent_kendo_dialog_18_Template_button_click_8_listener() { i0.ɵɵrestoreView(_r9); const ctx_r0 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r0.CancelFeedback()); });
|
|
148
|
+
i0.ɵɵtext(9, "Cancel");
|
|
149
|
+
i0.ɵɵelementEnd()()();
|
|
150
|
+
} if (rf & 2) {
|
|
151
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
152
|
+
i0.ɵɵproperty("title", ctx_r0.FeedbackDialogTitle)("minWidth", 400)("width", 750);
|
|
153
|
+
i0.ɵɵadvance(4);
|
|
154
|
+
i0.ɵɵtwoWayProperty("ngModel", ctx_r0.UserFeedbackText);
|
|
155
|
+
i0.ɵɵproperty("rows", 12)("resizable", "none");
|
|
156
|
+
} }
|
|
157
|
+
function SkipSingleMessageComponent_Conditional_19_Conditional_3_Template(rf, ctx) { if (rf & 1) {
|
|
158
|
+
i0.ɵɵelement(0, "span", 36);
|
|
130
159
|
} }
|
|
131
|
-
function
|
|
132
|
-
i0.ɵɵelement(0, "span",
|
|
160
|
+
function SkipSingleMessageComponent_Conditional_19_Conditional_4_Template(rf, ctx) { if (rf & 1) {
|
|
161
|
+
i0.ɵɵelement(0, "span", 37);
|
|
133
162
|
} }
|
|
134
|
-
function
|
|
135
|
-
i0.ɵɵelementStart(0, "div",
|
|
163
|
+
function SkipSingleMessageComponent_Conditional_19_Template(rf, ctx) { if (rf & 1) {
|
|
164
|
+
i0.ɵɵelementStart(0, "div", 13)(1, "span", 35);
|
|
136
165
|
i0.ɵɵtext(2);
|
|
137
166
|
i0.ɵɵelementEnd();
|
|
138
|
-
i0.ɵɵtemplate(3,
|
|
167
|
+
i0.ɵɵtemplate(3, SkipSingleMessageComponent_Conditional_19_Conditional_3_Template, 1, 0, "span", 36)(4, SkipSingleMessageComponent_Conditional_19_Conditional_4_Template, 1, 0, "span", 37);
|
|
139
168
|
i0.ɵɵelementEnd();
|
|
140
169
|
} if (rf & 2) {
|
|
141
170
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -192,6 +221,22 @@ export class SkipSingleMessageComponent extends BaseAngularComponent {
|
|
|
192
221
|
* This is an internal property that is turned on just after a user succesfully rates a message, and is never true otherwise. This allows the UI to show a thank you message for the rating.
|
|
193
222
|
*/
|
|
194
223
|
this.UserJustRated = false;
|
|
224
|
+
/**
|
|
225
|
+
* Controls the visibility of the feedback dialog
|
|
226
|
+
*/
|
|
227
|
+
this.ShowingFeedbackDialog = false;
|
|
228
|
+
/**
|
|
229
|
+
* Stores the rating value selected by the user before submitting feedback
|
|
230
|
+
*/
|
|
231
|
+
this.SelectedRating = null;
|
|
232
|
+
/**
|
|
233
|
+
* Stores the feedback text entered by the user
|
|
234
|
+
*/
|
|
235
|
+
this.UserFeedbackText = '';
|
|
236
|
+
/**
|
|
237
|
+
* The title to show in the feedback dialog based on the rating
|
|
238
|
+
*/
|
|
239
|
+
this.FeedbackDialogTitle = 'Share more feedback';
|
|
195
240
|
/**
|
|
196
241
|
* Name of the artifact associated with this message, if any
|
|
197
242
|
*/
|
|
@@ -360,11 +405,44 @@ export class SkipSingleMessageComponent extends BaseAngularComponent {
|
|
|
360
405
|
this.EditMessageRequested.emit(this.ConversationDetailRecord);
|
|
361
406
|
}
|
|
362
407
|
/**
|
|
363
|
-
*
|
|
364
|
-
* @param rating The rating
|
|
408
|
+
* Shows the feedback dialog with the appropriate title based on the rating
|
|
409
|
+
* @param rating The rating selected by the user (10 for thumbs up, 1 for thumbs down)
|
|
365
410
|
*/
|
|
366
|
-
|
|
367
|
-
|
|
411
|
+
ShowFeedbackDialog(rating) {
|
|
412
|
+
if (!this.ConversationDetailRecord || !this.IsAIMessage) {
|
|
413
|
+
return;
|
|
414
|
+
}
|
|
415
|
+
this.SelectedRating = rating;
|
|
416
|
+
this.FeedbackDialogTitle = rating === 10 ?
|
|
417
|
+
'Thanks for the positive feedback! Would you like to share more?' :
|
|
418
|
+
'Thanks for your feedback. What could be improved?';
|
|
419
|
+
this.ShowingFeedbackDialog = true;
|
|
420
|
+
}
|
|
421
|
+
/**
|
|
422
|
+
* Closes the feedback dialog without saving feedback
|
|
423
|
+
*/
|
|
424
|
+
CancelFeedback() {
|
|
425
|
+
// If the user cancels, still save the rating but without feedback
|
|
426
|
+
this.RateMessage(this.SelectedRating, '');
|
|
427
|
+
this.UserFeedbackText = '';
|
|
428
|
+
this.ShowingFeedbackDialog = false;
|
|
429
|
+
}
|
|
430
|
+
/**
|
|
431
|
+
* Submits the feedback and rating
|
|
432
|
+
*/
|
|
433
|
+
SubmitFeedback() {
|
|
434
|
+
// Save both the rating and feedback text
|
|
435
|
+
this.RateMessage(this.SelectedRating, this.UserFeedbackText);
|
|
436
|
+
this.UserFeedbackText = '';
|
|
437
|
+
this.ShowingFeedbackDialog = false;
|
|
438
|
+
}
|
|
439
|
+
/**
|
|
440
|
+
* Rate the AI response with either thumbs up (10) or thumbs down (1)
|
|
441
|
+
* @param rating The rating to assign, 10 for thumbs up, 1 for thumbs down
|
|
442
|
+
* @param feedback Optional text feedback from the user
|
|
443
|
+
*/
|
|
444
|
+
RateMessage(rating_1) {
|
|
445
|
+
return __awaiter(this, arguments, void 0, function* (rating, feedback = '') {
|
|
368
446
|
if (!this.ConversationDetailRecord || !this.IsAIMessage) {
|
|
369
447
|
return;
|
|
370
448
|
}
|
|
@@ -372,6 +450,10 @@ export class SkipSingleMessageComponent extends BaseAngularComponent {
|
|
|
372
450
|
this.RatingBeingSaved = true;
|
|
373
451
|
// Update the UserRating property in the local object
|
|
374
452
|
this.ConversationDetailRecord.UserRating = rating;
|
|
453
|
+
// Update the UserFeedback property if provided
|
|
454
|
+
if (feedback) {
|
|
455
|
+
this.ConversationDetailRecord.UserFeedback = feedback;
|
|
456
|
+
}
|
|
375
457
|
let objToSave = this.ConversationDetailRecord;
|
|
376
458
|
if (undefined === this.ConversationDetailRecord.Save) {
|
|
377
459
|
// this means that the current object is not a ConversationDetailEntity, so we can't save it directly, we must load an object first
|
|
@@ -380,6 +462,10 @@ export class SkipSingleMessageComponent extends BaseAngularComponent {
|
|
|
380
462
|
objToSave = yield p.GetEntityObject("Conversation Details", p.CurrentUser);
|
|
381
463
|
yield objToSave.Load(savedID);
|
|
382
464
|
objToSave.UserRating = rating;
|
|
465
|
+
// Set feedback if provided
|
|
466
|
+
if (feedback) {
|
|
467
|
+
objToSave.UserFeedback = feedback;
|
|
468
|
+
}
|
|
383
469
|
// now we have a real object, we can save it below
|
|
384
470
|
}
|
|
385
471
|
// Save the updated record
|
|
@@ -397,7 +483,7 @@ export class SkipSingleMessageComponent extends BaseAngularComponent {
|
|
|
397
483
|
}
|
|
398
484
|
catch (error) {
|
|
399
485
|
LogError('Error rating message:' + error);
|
|
400
|
-
this.notificationService.CreateSimpleNotification('Error
|
|
486
|
+
this.notificationService.CreateSimpleNotification('Error saving feedback', "error", 3500);
|
|
401
487
|
}
|
|
402
488
|
finally {
|
|
403
489
|
this.RatingBeingSaved = false;
|
|
@@ -623,7 +709,7 @@ SkipSingleMessageComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type:
|
|
|
623
709
|
} if (rf & 2) {
|
|
624
710
|
let _t;
|
|
625
711
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.reportContainerRef = _t.first);
|
|
626
|
-
} }, inputs: { ConversationRecord: "ConversationRecord", ConversationDetailRecord: "ConversationDetailRecord", ConversationUser: "ConversationUser", DataContext: "DataContext", ConversationMessages: "ConversationMessages", ConversationProcessing: "ConversationProcessing", SkipMarkOnlyLogoURL: "SkipMarkOnlyLogoURL", UserImage: "UserImage", DefaultUserImage: "DefaultUserImage", loadTime: "loadTime", ShowMessageEditPanel: "ShowMessageEditPanel", ShowMessageRating: "ShowMessageRating", ShowArtifactIndicator: "ShowArtifactIndicator", ShowSuggestedQuestions: "ShowSuggestedQuestions", HideSuggestedQuestionsAfterClick: "HideSuggestedQuestionsAfterClick", ShowSuggestedAnswers: "ShowSuggestedAnswers", HideSuggestedAnswersAfterClick: "HideSuggestedAnswersAfterClick" }, outputs: { SuggestedQuestionSelected: "SuggestedQuestionSelected", SuggestedAnswerSelected: "SuggestedAnswerSelected", NavigateToMatchingReport: "NavigateToMatchingReport", NewReportCreated: "NewReportCreated", EditMessageRequested: "EditMessageRequested", DeleteMessageRequested: "DeleteMessageRequested", DrillDownEvent: "DrillDownEvent", ArtifactSelected: "ArtifactSelected" }, features: [i0.ɵɵInheritDefinitionFeature], decls:
|
|
712
|
+
} }, inputs: { ConversationRecord: "ConversationRecord", ConversationDetailRecord: "ConversationDetailRecord", ConversationUser: "ConversationUser", DataContext: "DataContext", ConversationMessages: "ConversationMessages", ConversationProcessing: "ConversationProcessing", SkipMarkOnlyLogoURL: "SkipMarkOnlyLogoURL", UserImage: "UserImage", DefaultUserImage: "DefaultUserImage", loadTime: "loadTime", ShowMessageEditPanel: "ShowMessageEditPanel", ShowMessageRating: "ShowMessageRating", ShowArtifactIndicator: "ShowArtifactIndicator", ShowSuggestedQuestions: "ShowSuggestedQuestions", HideSuggestedQuestionsAfterClick: "HideSuggestedQuestionsAfterClick", ShowSuggestedAnswers: "ShowSuggestedAnswers", HideSuggestedAnswersAfterClick: "HideSuggestedAnswersAfterClick" }, outputs: { SuggestedQuestionSelected: "SuggestedQuestionSelected", SuggestedAnswerSelected: "SuggestedAnswerSelected", NavigateToMatchingReport: "NavigateToMatchingReport", NewReportCreated: "NewReportCreated", EditMessageRequested: "EditMessageRequested", DeleteMessageRequested: "DeleteMessageRequested", DrillDownEvent: "DrillDownEvent", ArtifactSelected: "ArtifactSelected" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 20, vars: 15, consts: [["reportContainer", ""], [1, "message-row", 3, "ngClass"], [1, "message-image"], [1, "avatar", 3, "src"], [1, "fa-solid", "fa-user", "default-user-image"], [1, "message", 3, "id"], [1, "message-user-name"], ["title", "Message actions", 1, "message-actions"], [1, "completion-time"], [1, "artifact-indicator"], ["class", "suggested-container", 4, "ngIf"], [1, "message-rating"], [3, "title", "minWidth", "width", "close", 4, "ngIf"], [1, "rating-feedback"], [1, "elapsed-time"], ["title", "Edit message", 1, "fa-solid", "fa-edit", 3, "click"], ["title", "Delete message", 1, "fa-solid", "fa-trash", 3, "click"], [1, "artifact-indicator", 3, "click"], [1, "fa-solid", "fa-file-lines"], [1, "artifact-label"], [1, "suggested-container"], [1, "suggested-header"], [1, "suggested-questions-list"], ["class", "suggested-item", 3, "click", 4, "ngFor", "ngForOf"], [1, "suggested-item", 3, "click"], [1, "suggested-answers-list"], [1, "rating-prompt"], [1, "rating-buttons"], ["title", "This was helpful", 1, "fa-solid", "fa-thumbs-up", 3, "click"], ["title", "This wasn't helpful", 1, "fa-solid", "fa-thumbs-down", 3, "click"], [3, "close", "title", "minWidth", "width"], [1, "input-wrapper"], ["placeholder", "What feedback would you like to share about this response?", 3, "ngModelChange", "ngModel", "rows", "resizable"], ["kendoButton", "", "themeColor", "primary", 3, "click"], ["kendoButton", "", 3, "click"], [1, "rating-status-text"], [1, "fa-solid", "fa-thumbs-up", "rating-icon-selected"], [1, "fa-solid", "fa-thumbs-down", "rating-icon-selected"]], template: function SkipSingleMessageComponent_Template(rf, ctx) { if (rf & 1) {
|
|
627
713
|
i0.ɵɵelementStart(0, "div")(1, "div", 1)(2, "div", 2);
|
|
628
714
|
i0.ɵɵtemplate(3, SkipSingleMessageComponent_Conditional_3_Template, 1, 1, "img", 3)(4, SkipSingleMessageComponent_Conditional_4_Template, 1, 0, "span", 4);
|
|
629
715
|
i0.ɵɵelementEnd();
|
|
@@ -635,7 +721,7 @@ SkipSingleMessageComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type:
|
|
|
635
721
|
i0.ɵɵtext(10);
|
|
636
722
|
i0.ɵɵtemplate(11, SkipSingleMessageComponent_Conditional_11_Template, 3, 0, "div", 7)(12, SkipSingleMessageComponent_Conditional_12_Template, 2, 1, "div", 8)(13, SkipSingleMessageComponent_Conditional_13_Template, 4, 2, "div", 9);
|
|
637
723
|
i0.ɵɵelementEnd();
|
|
638
|
-
i0.ɵɵtemplate(14, SkipSingleMessageComponent_Conditional_14_Template, 2, 0, "div")(15, SkipSingleMessageComponent_div_15_Template, 5, 1, "div", 10)(16, SkipSingleMessageComponent_div_16_Template, 3, 1, "div", 10)(17, SkipSingleMessageComponent_Conditional_17_Template, 6, 0, "div", 11)(18,
|
|
724
|
+
i0.ɵɵtemplate(14, SkipSingleMessageComponent_Conditional_14_Template, 2, 0, "div")(15, SkipSingleMessageComponent_div_15_Template, 5, 1, "div", 10)(16, SkipSingleMessageComponent_div_16_Template, 3, 1, "div", 10)(17, SkipSingleMessageComponent_Conditional_17_Template, 6, 0, "div", 11)(18, SkipSingleMessageComponent_kendo_dialog_18_Template, 10, 6, "kendo-dialog", 12)(19, SkipSingleMessageComponent_Conditional_19_Template, 5, 2, "div", 13);
|
|
639
725
|
i0.ɵɵelementEnd()()();
|
|
640
726
|
} if (rf & 2) {
|
|
641
727
|
i0.ɵɵadvance();
|
|
@@ -665,11 +751,13 @@ SkipSingleMessageComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type:
|
|
|
665
751
|
i0.ɵɵadvance();
|
|
666
752
|
i0.ɵɵconditional(!ctx.IsTemporaryMessage && ctx.ShouldShowRating ? 17 : -1);
|
|
667
753
|
i0.ɵɵadvance();
|
|
668
|
-
i0.ɵɵ
|
|
669
|
-
|
|
754
|
+
i0.ɵɵproperty("ngIf", ctx.ShowingFeedbackDialog);
|
|
755
|
+
i0.ɵɵadvance();
|
|
756
|
+
i0.ɵɵconditional(!ctx.IsTemporaryMessage && ctx.IsAIMessage && ctx.ConversationDetailRecord.UserRating !== null && ctx.UserJustRated ? 19 : -1);
|
|
757
|
+
} }, dependencies: [i2.NgClass, i2.NgForOf, i2.NgIf, i3.NgControlStatus, i3.NgModel, i4.LoaderComponent, i5.DialogComponent, i5.DialogActionsComponent, i6.TextAreaComponent, i7.ButtonComponent], styles: [".message-row[_ngcontent-%COMP%] {\n display: flex;\n align-items: start; \n\n \n\n justify-content: center; \n\n \n padding: 10px;\n}\n\n.message[_ngcontent-%COMP%] {\n word-wrap: break-word;\n width: 100%;\n margin-right: 20px;\n padding-bottom: 30px; \n\n min-height: 60px; \n\n position: relative; \n\n @media (min-width: 1280px) {\n max-width: 48rem;\n }\n}\n\n.message-actions[_ngcontent-%COMP%] {\n position: absolute;\n bottom: 5px;\n right: 10px;\n background-color: #ffffff;\n border-radius: 20px;\n padding: 6px 10px;\n box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);\n z-index: 10;\n transition: opacity 0.3s ease, transform 0.3s ease;\n border: 1px solid #e0e0e0;\n opacity: 0;\n transform: translateY(5px) scale(0.95);\n pointer-events: none;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n\n.message[_ngcontent-%COMP%]:hover .message-actions[_ngcontent-%COMP%] {\n opacity: 1;\n transform: translateY(0) scale(1);\n pointer-events: auto;\n}\n \n.message-actions[_ngcontent-%COMP%] > span[_ngcontent-%COMP%] {\n margin: 0 5px;\n color: #6e7072;\n cursor: pointer;\n font-size: 14px;\n padding: 3px;\n transition: all 0.2s ease;\n width: 18px;\n height: 18px;\n display: flex;\n align-items: center;\n justify-content: center;\n border-radius: 50%;\n}\n\n.message-actions[_ngcontent-%COMP%] > span[_ngcontent-%COMP%]:hover {\n color: #333;\n background-color: #f5f5f5;\n}\n\n.message-actions[_ngcontent-%COMP%] > span.fa-edit[_ngcontent-%COMP%]:hover {\n color: #4285f4;\n}\n\n.message-actions[_ngcontent-%COMP%] > span.fa-trash[_ngcontent-%COMP%]:hover {\n color: #ea4335;\n}\n\n.message-image[_ngcontent-%COMP%] {\n max-width: 24px;\n max-height: 24px;\n margin-right: 10px;\n margin-left: 5px;\n margin-bottom: 10px;\n}\n.message-image[_ngcontent-%COMP%] > img[_ngcontent-%COMP%] {\n max-width: 100%;\n max-height: 100%;\n}\n\n\n\n.error-message[_ngcontent-%COMP%] {\n background-color:lightpink;\n}\n\n.ai-message-in-progress[_ngcontent-%COMP%] {\n \n\n opacity: 0.9;\n}\n\n.elapsed-time[_ngcontent-%COMP%] {\n font-style: regular;\n font-size: 0.8rem;\n color: #124be7;\n margin-left: 5px;\n margin-right: 5px;\n}\n\n.message-user-name[_ngcontent-%COMP%] {\n font-weight: 600;\n margin-top: 0px;\n margin-bottom: 10px;\n padding-bottom: 7px;\n height: .5rem;\n}\n\n.suggested-container[_ngcontent-%COMP%] {\n margin-right: 20px; \n\n display: flex;\n flex-direction: column;\n align-items: left;\n justify-content: left;\n padding: 10px;\n margin-top: 10px;\n margin-bottom: 10px;\n border: solid 1px rgba(28, 103, 202, 0.08);\n background-color: rgb(241, 236, 227);\n}\n.suggested-header[_ngcontent-%COMP%] {\n font-weight: 600;\n margin-bottom: 10px;\n}\n.suggested-questions-list[_ngcontent-%COMP%] {\n display: flex;\n flex-wrap: wrap;\n}\n.suggested-answers-list[_ngcontent-%COMP%] {\n display: flex;\n flex-wrap: none;\n}\n.suggested-item[_ngcontent-%COMP%] {\n margin: 5px;\n padding: 5px 10px;\n border-radius: 5px;\n background-color: #f5f5f5;\n cursor: pointer;\n transition: background-color 0.3s;\n}\n.suggested-item[_ngcontent-%COMP%]:hover {\n background-color: #96d0f1;\n}\n\n.default-user-image[_ngcontent-%COMP%] {\n width: 24px;\n font-size: 22px;\n}\n\n\n\n.message-rating[_ngcontent-%COMP%] {\n display: flex;\n flex-direction: column;\n margin-top: 15px;\n padding: 8px 12px;\n background-color: #f5f5f5;\n border-radius: 8px;\n width: fit-content;\n}\n\n.rating-prompt[_ngcontent-%COMP%] {\n font-size: 0.9rem;\n margin-bottom: 8px;\n color: #555;\n}\n\n.rating-buttons[_ngcontent-%COMP%] {\n display: flex;\n gap: 15px;\n}\n\n.rating-buttons[_ngcontent-%COMP%] span[_ngcontent-%COMP%] {\n font-size: 1.2rem;\n cursor: pointer;\n padding: 5px;\n border-radius: 4px;\n transition: all 0.2s ease;\n}\n\n.fa-thumbs-up[_ngcontent-%COMP%] {\n color: #4caf50;\n}\n\n.fa-thumbs-up[_ngcontent-%COMP%]:hover {\n background-color: rgba(76, 175, 80, 0.1);\n transform: scale(1.1);\n}\n\n.fa-thumbs-down[_ngcontent-%COMP%] {\n color: #f44336;\n}\n\n.fa-thumbs-down[_ngcontent-%COMP%]:hover {\n background-color: rgba(244, 67, 54, 0.1);\n transform: scale(1.1);\n}\n\n.rating-feedback[_ngcontent-%COMP%] {\n display: flex;\n align-items: center;\n margin-top: 12px;\n color: #666;\n font-size: 0.85rem;\n font-style: italic;\n}\n\n.rating-status-text[_ngcontent-%COMP%] {\n margin-right: 8px;\n}\n\n.rating-icon-selected[_ngcontent-%COMP%] {\n font-size: 0.9rem;\n}\n\n\n\n.artifact-indicator[_ngcontent-%COMP%] {\n display: flex;\n align-items: center;\n margin-top: 12px;\n padding: 12px 16px;\n background-color: #eef6ff;\n border: 1px solid #d0e1fd;\n border-radius: 6px;\n cursor: pointer;\n transition: all 0.2s ease;\n width: 100%;\n box-sizing: border-box;\n}\n\n.artifact-indicator[_ngcontent-%COMP%]:hover {\n background-color: #d2e5ff;\n border-color: #a9c9fc;\n}\n\n.artifact-indicator[_ngcontent-%COMP%] i[_ngcontent-%COMP%] {\n font-size: 16px;\n color: #4285f4;\n margin-right: 10px;\n}\n\n.artifact-label[_ngcontent-%COMP%] {\n font-size: 14px;\n color: #4285f4;\n font-weight: 500;\n}\n\n.completion-time[_ngcontent-%COMP%] {\n font-size: 12px;\n color: #666;\n font-style: italic;\n margin-top: 5px;\n display: inline-block;\n}\n\n\n\n .input-wrapper {\n margin-bottom: 16px;\n}\n\n .input-wrapper label {\n display: block;\n font-weight: 500;\n margin-bottom: 8px;\n color: #333;\n}\n\n .k-dialog-actions {\n padding: 16px 20px;\n border-top: 1px solid #eee;\n}\n\n .k-dialog button[kendoButton], \n .k-window button[kendoButton] {\n padding: 8px 16px;\n border-radius: 4px;\n font-weight: 500;\n transition: all 0.2s ease;\n}\n\n .k-textbox-container, \n .k-textarea-container {\n width: 100%;\n}\n\n .k-textarea {\n width: 100%;\n font-family: inherit;\n font-size: 1rem;\n border-color: #ddd;\n padding: 8px 12px;\n border-radius: 4px;\n resize: none;\n box-sizing: border-box;\n}\n\n\n\n .k-textarea-container .k-resize-handle {\n background-color: #ddd;\n height: 6px;\n border-radius: 0 0 4px 4px;\n}\n\n .k-textarea-container .k-resize-handle:hover {\n background-color: #5cc0ed;\n}\n\n .k-textarea:focus {\n border-color: #5cc0ed;\n box-shadow: 0 0 0 2px rgba(92, 192, 237, 0.2);\n}\n\n\n\n .k-dialog {\n max-height: 90vh;\n overflow: auto;\n}"] });
|
|
670
758
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SkipSingleMessageComponent, [{
|
|
671
759
|
type: Component,
|
|
672
|
-
args: [{ selector: 'mj-skip-single-message', template: "<div>\n <div class=\"message-row\" [ngClass]=\"GetMessageRowCssClass()\" > \n <div class=\"message-image\">\n @if (GetUserImageSource()) {\n <img [src]=\"GetUserImageSource()\" class=\"avatar\" />\n }\n @else {\n <span class=\"fa-solid fa-user default-user-image\"></span>\n }\n </div>\n <div class=\"message\" \n [id]=\"'skip_message_' + ConversationDetailRecord.ID\">\n <div class=\"message-user-name\">{{IsAIMessage ? 'Skip' : (ConversationUser ? ConversationUser.FirstName + ' ' + ConversationUser.LastName : 'You')}}</div>\n <div>\n @if(IsTemporaryMessage) {\n <kendo-loader></kendo-loader>\n <span class=\"elapsed-time\">{{ElapsedTimeSinceLoadFormatted}}</span>\n }\n {{Message}}\n @if(!IsTemporaryMessage && !IsAIMessage && ShowMessageEditPanel && !ConversationProcessing) {\n <!-- this is a user message, so we need to offer the ability to edit/delete the message. -->\n <div class=\"message-actions\" title=\"Message actions\">\n <span class=\"fa-solid fa-edit\" (click)=\"RaiseMessageEditRequest()\" title=\"Edit message\"></span>\n <span class=\"fa-solid fa-trash\" (click)=\"RaiseMessageDeleteRequest()\" title=\"Delete message\"></span>\n </div>\n }\n \n @if(ShouldShowCompletionTime) {\n <div class=\"completion-time\">{{CompletionTimeFormatted}}</div>\n }\n \n @if(HasArtifact) {\n <!-- Artifact indicator for messages with associated artifacts -->\n <div class=\"artifact-indicator\" (click)=\"onArtifactIndicatorClick()\">\n <i class=\"fa-solid fa-file-lines\"></i>\n <span class=\"artifact-label\">{{ArtifactName || 'View Artifact'}}{{ArtifactVersion ? ' v' + ArtifactVersion : ''}}</span>\n </div>\n }\n </div>\n @if (!HasArtifact) {\n <div #reportContainer>\n <!-- this is where the report will go - dynamically instantiated -->\n </div>\n }\n <div *ngIf=\"IsAIMessage && \n SuggestedQuestions.length > 0 && \n IsLastMessageInConversation && \n ShowSuggestedQuestions && \n (!HideSuggestedQuestionsAfterClick || !SuggestedQuestionsClicked)\" class=\"suggested-container\">\n <div class=\"suggested-header\">Suggested Questions</div>\n <div class=\"suggested-questions-list\">\n <div class=\"suggested-item\" *ngFor=\"let question of SuggestedQuestions\" (click)=\"RaiseSuggestedQuestionSelectedEvent(question)\">\n {{question}}\n </div>\n </div>\n </div>\n <div *ngIf=\"IsAIMessage && \n SuggestedAnswers.length > 0 && \n IsLastMessageInConversation &&\n ShowSuggestedAnswers && \n (!HideSuggestedAnswersAfterClick || !SuggestedAnswersClicked)\" class=\"suggested-container\">\n <div class=\"suggested-answers-list\">\n <div class=\"suggested-item\" *ngFor=\"let answer of SuggestedAnswers\" (click)=\"RaiseSuggestedAnswerSelectedEvent(answer)\">\n {{answer}}\n </div>\n </div>\n </div>\n\n <!-- Rating UI for AI messages that haven't been rated yet -->\n @if(!IsTemporaryMessage && ShouldShowRating) {\n <div class=\"message-rating\">\n <div class=\"rating-prompt\">Was this response helpful?</div>\n <div class=\"rating-buttons\">\n <span class=\"fa-solid fa-thumbs-up\" (click)=\"RateMessage(10)\" title=\"This was helpful\"></span>\n <span class=\"fa-solid fa-thumbs-down\" (click)=\"RateMessage(0)\" title=\"This wasn't helpful\"></span>\n </div>\n </div>\n }\n <!-- Show rating feedback after user has rated - ONLY AFTER THE USER JUST FINISHED RATING, never in future refreshes of the window -->\n @if(!IsTemporaryMessage && IsAIMessage && ConversationDetailRecord.UserRating !== null && UserJustRated) {\n <div class=\"rating-feedback\">\n <span class=\"rating-status-text\">{{RatingStatusText}}</span>\n @if(ConversationDetailRecord.UserRating === 10) {\n <span class=\"fa-solid fa-thumbs-up rating-icon-selected\"></span>\n } @else {\n <span class=\"fa-solid fa-thumbs-down rating-icon-selected\"></span>\n }\n </div>\n }\n </div>\n </div>\n</div>", styles: [".message-row {\n display: flex;\n align-items: start; /* if you want to align them at the top */\n /* border-bottom: solid 1px rgba(0, 0, 0, 0.08); */\n justify-content: center; /* Center align horizontally */\n \n padding: 10px;\n}\n\n.message {\n word-wrap: break-word;\n width: 100%;\n margin-right: 20px;\n padding-bottom: 30px; /* Increased to ensure space for action buttons */\n min-height: 60px; /* Ensure minimum height for short messages */\n position: relative; /* Ensure position relative for absolute positioning of child elements */\n @media (min-width: 1280px) {\n max-width: 48rem;\n }\n}\n\n.message-actions {\n position: absolute;\n bottom: 5px;\n right: 10px;\n background-color: #ffffff;\n border-radius: 20px;\n padding: 6px 10px;\n box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);\n z-index: 10;\n transition: opacity 0.3s ease, transform 0.3s ease;\n border: 1px solid #e0e0e0;\n opacity: 0;\n transform: translateY(5px) scale(0.95);\n pointer-events: none;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n\n.message:hover .message-actions {\n opacity: 1;\n transform: translateY(0) scale(1);\n pointer-events: auto;\n}\n \n.message-actions > span {\n margin: 0 5px;\n color: #6e7072;\n cursor: pointer;\n font-size: 14px;\n padding: 3px;\n transition: all 0.2s ease;\n width: 18px;\n height: 18px;\n display: flex;\n align-items: center;\n justify-content: center;\n border-radius: 50%;\n}\n\n.message-actions > span:hover {\n color: #333;\n background-color: #f5f5f5;\n}\n\n.message-actions > span.fa-edit:hover {\n color: #4285f4;\n}\n\n.message-actions > span.fa-trash:hover {\n color: #ea4335;\n}\n\n.message-image {\n max-width: 24px;\n max-height: 24px;\n margin-right: 10px;\n margin-left: 5px;\n margin-bottom: 10px;\n}\n.message-image > img {\n max-width: 100%;\n max-height: 100%;\n}\n\n\n\n.error-message {\n background-color:lightpink;\n}\n\n.ai-message-in-progress {\n /* font-style: italic; */\n opacity: 0.9;\n}\n\n.elapsed-time {\n font-style: regular;\n font-size: 0.8rem;\n color: #124be7;\n margin-left: 5px;\n margin-right: 5px;\n}\n\n.message-user-name {\n font-weight: 600;\n margin-top: 0px;\n margin-bottom: 10px;\n padding-bottom: 7px;\n height: .5rem;\n}\n\n.suggested-container {\n margin-right: 20px; /*match the message class*/\n display: flex;\n flex-direction: column;\n align-items: left;\n justify-content: left;\n padding: 10px;\n margin-top: 10px;\n margin-bottom: 10px;\n border: solid 1px rgba(28, 103, 202, 0.08);\n background-color: rgb(241, 236, 227);\n}\n.suggested-header {\n font-weight: 600;\n margin-bottom: 10px;\n}\n.suggested-questions-list {\n display: flex;\n flex-wrap: wrap;\n}\n.suggested-answers-list {\n display: flex;\n flex-wrap: none;\n}\n.suggested-item {\n margin: 5px;\n padding: 5px 10px;\n border-radius: 5px;\n background-color: #f5f5f5;\n cursor: pointer;\n transition: background-color 0.3s;\n}\n.suggested-item:hover {\n background-color: #96d0f1;\n}\n\n.default-user-image {\n width: 24px;\n font-size: 22px;\n}\n\n/* Message rating styles */\n.message-rating {\n display: flex;\n flex-direction: column;\n margin-top: 15px;\n padding: 8px 12px;\n background-color: #f5f5f5;\n border-radius: 8px;\n width: fit-content;\n}\n\n.rating-prompt {\n font-size: 0.9rem;\n margin-bottom: 8px;\n color: #555;\n}\n\n.rating-buttons {\n display: flex;\n gap: 15px;\n}\n\n.rating-buttons span {\n font-size: 1.2rem;\n cursor: pointer;\n padding: 5px;\n border-radius: 4px;\n transition: all 0.2s ease;\n}\n\n.fa-thumbs-up {\n color: #4caf50;\n}\n\n.fa-thumbs-up:hover {\n background-color: rgba(76, 175, 80, 0.1);\n transform: scale(1.1);\n}\n\n.fa-thumbs-down {\n color: #f44336;\n}\n\n.fa-thumbs-down:hover {\n background-color: rgba(244, 67, 54, 0.1);\n transform: scale(1.1);\n}\n\n.rating-feedback {\n display: flex;\n align-items: center;\n margin-top: 12px;\n color: #666;\n font-size: 0.85rem;\n font-style: italic;\n}\n\n.rating-status-text {\n margin-right: 8px;\n}\n\n.rating-icon-selected {\n font-size: 0.9rem;\n}\n\n/* Artifact indicator styles */\n.artifact-indicator {\n display: flex;\n align-items: center;\n margin-top: 12px;\n padding: 12px 16px;\n background-color: #eef6ff;\n border: 1px solid #d0e1fd;\n border-radius: 6px;\n cursor: pointer;\n transition: all 0.2s ease;\n width: 100%;\n box-sizing: border-box;\n}\n\n.artifact-indicator:hover {\n background-color: #d2e5ff;\n border-color: #a9c9fc;\n}\n\n.artifact-indicator i {\n font-size: 16px;\n color: #4285f4;\n margin-right: 10px;\n}\n\n.artifact-label {\n font-size: 14px;\n color: #4285f4;\n font-weight: 500;\n}\n\n.completion-time {\n font-size: 12px;\n color: #666;\n font-style: italic;\n margin-top: 5px;\n display: inline-block;\n}"] }]
|
|
760
|
+
args: [{ selector: 'mj-skip-single-message', template: "<div>\n <div class=\"message-row\" [ngClass]=\"GetMessageRowCssClass()\" > \n <div class=\"message-image\">\n @if (GetUserImageSource()) {\n <img [src]=\"GetUserImageSource()\" class=\"avatar\" />\n }\n @else {\n <span class=\"fa-solid fa-user default-user-image\"></span>\n }\n </div>\n <div class=\"message\" \n [id]=\"'skip_message_' + ConversationDetailRecord.ID\">\n <div class=\"message-user-name\">{{IsAIMessage ? 'Skip' : (ConversationUser ? ConversationUser.FirstName + ' ' + ConversationUser.LastName : 'You')}}</div>\n <div>\n @if(IsTemporaryMessage) {\n <kendo-loader></kendo-loader>\n <span class=\"elapsed-time\">{{ElapsedTimeSinceLoadFormatted}}</span>\n }\n {{Message}}\n @if(!IsTemporaryMessage && !IsAIMessage && ShowMessageEditPanel && !ConversationProcessing) {\n <!-- this is a user message, so we need to offer the ability to edit/delete the message. -->\n <div class=\"message-actions\" title=\"Message actions\">\n <span class=\"fa-solid fa-edit\" (click)=\"RaiseMessageEditRequest()\" title=\"Edit message\"></span>\n <span class=\"fa-solid fa-trash\" (click)=\"RaiseMessageDeleteRequest()\" title=\"Delete message\"></span>\n </div>\n }\n \n @if(ShouldShowCompletionTime) {\n <div class=\"completion-time\">{{CompletionTimeFormatted}}</div>\n }\n \n @if(HasArtifact) {\n <!-- Artifact indicator for messages with associated artifacts -->\n <div class=\"artifact-indicator\" (click)=\"onArtifactIndicatorClick()\">\n <i class=\"fa-solid fa-file-lines\"></i>\n <span class=\"artifact-label\">{{ArtifactName || 'View Artifact'}}{{ArtifactVersion ? ' v' + ArtifactVersion : ''}}</span>\n </div>\n }\n </div>\n @if (!HasArtifact) {\n <div #reportContainer>\n <!-- this is where the report will go - dynamically instantiated -->\n </div>\n }\n <div *ngIf=\"IsAIMessage && \n SuggestedQuestions.length > 0 && \n IsLastMessageInConversation && \n ShowSuggestedQuestions && \n (!HideSuggestedQuestionsAfterClick || !SuggestedQuestionsClicked)\" class=\"suggested-container\">\n <div class=\"suggested-header\">Suggested Questions</div>\n <div class=\"suggested-questions-list\">\n <div class=\"suggested-item\" *ngFor=\"let question of SuggestedQuestions\" (click)=\"RaiseSuggestedQuestionSelectedEvent(question)\">\n {{question}}\n </div>\n </div>\n </div>\n <div *ngIf=\"IsAIMessage && \n SuggestedAnswers.length > 0 && \n IsLastMessageInConversation &&\n ShowSuggestedAnswers && \n (!HideSuggestedAnswersAfterClick || !SuggestedAnswersClicked)\" class=\"suggested-container\">\n <div class=\"suggested-answers-list\">\n <div class=\"suggested-item\" *ngFor=\"let answer of SuggestedAnswers\" (click)=\"RaiseSuggestedAnswerSelectedEvent(answer)\">\n {{answer}}\n </div>\n </div>\n </div>\n\n <!-- Rating UI for AI messages that haven't been rated yet -->\n @if(!IsTemporaryMessage && ShouldShowRating) {\n <div class=\"message-rating\">\n <div class=\"rating-prompt\">Was this response helpful?</div>\n <div class=\"rating-buttons\">\n <span class=\"fa-solid fa-thumbs-up\" (click)=\"ShowFeedbackDialog(10)\" title=\"This was helpful\"></span>\n <span class=\"fa-solid fa-thumbs-down\" (click)=\"ShowFeedbackDialog(1)\" title=\"This wasn't helpful\"></span>\n </div>\n </div>\n }\n <!-- Kendo Dialog for feedback -->\n <kendo-dialog *ngIf=\"ShowingFeedbackDialog\" \n [title]=\"FeedbackDialogTitle\"\n [minWidth]=\"400\"\n [width]=\"750\"\n (close)=\"CancelFeedback()\">\n <div class=\"input-wrapper\">\n <label>Feedback</label>\n <kendo-textarea\n placeholder=\"What feedback would you like to share about this response?\" \n [(ngModel)]=\"UserFeedbackText\"\n [rows]=\"12\"\n [resizable]=\"'none'\">\n </kendo-textarea>\n </div>\n <kendo-dialog-actions>\n <button kendoButton (click)=\"SubmitFeedback()\" themeColor=\"primary\">Submit</button>\n <button kendoButton (click)=\"CancelFeedback()\">Cancel</button>\n </kendo-dialog-actions>\n </kendo-dialog>\n <!-- Show rating feedback after user has rated - ONLY AFTER THE USER JUST FINISHED RATING, never in future refreshes of the window -->\n @if(!IsTemporaryMessage && IsAIMessage && ConversationDetailRecord.UserRating !== null && UserJustRated) {\n <div class=\"rating-feedback\">\n <span class=\"rating-status-text\">{{RatingStatusText}}</span>\n @if(ConversationDetailRecord.UserRating === 10) {\n <span class=\"fa-solid fa-thumbs-up rating-icon-selected\"></span>\n } @else {\n <span class=\"fa-solid fa-thumbs-down rating-icon-selected\"></span>\n }\n </div>\n }\n </div>\n </div>\n</div>", styles: [".message-row {\n display: flex;\n align-items: start; /* if you want to align them at the top */\n /* border-bottom: solid 1px rgba(0, 0, 0, 0.08); */\n justify-content: center; /* Center align horizontally */\n \n padding: 10px;\n}\n\n.message {\n word-wrap: break-word;\n width: 100%;\n margin-right: 20px;\n padding-bottom: 30px; /* Increased to ensure space for action buttons */\n min-height: 60px; /* Ensure minimum height for short messages */\n position: relative; /* Ensure position relative for absolute positioning of child elements */\n @media (min-width: 1280px) {\n max-width: 48rem;\n }\n}\n\n.message-actions {\n position: absolute;\n bottom: 5px;\n right: 10px;\n background-color: #ffffff;\n border-radius: 20px;\n padding: 6px 10px;\n box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);\n z-index: 10;\n transition: opacity 0.3s ease, transform 0.3s ease;\n border: 1px solid #e0e0e0;\n opacity: 0;\n transform: translateY(5px) scale(0.95);\n pointer-events: none;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n\n.message:hover .message-actions {\n opacity: 1;\n transform: translateY(0) scale(1);\n pointer-events: auto;\n}\n \n.message-actions > span {\n margin: 0 5px;\n color: #6e7072;\n cursor: pointer;\n font-size: 14px;\n padding: 3px;\n transition: all 0.2s ease;\n width: 18px;\n height: 18px;\n display: flex;\n align-items: center;\n justify-content: center;\n border-radius: 50%;\n}\n\n.message-actions > span:hover {\n color: #333;\n background-color: #f5f5f5;\n}\n\n.message-actions > span.fa-edit:hover {\n color: #4285f4;\n}\n\n.message-actions > span.fa-trash:hover {\n color: #ea4335;\n}\n\n.message-image {\n max-width: 24px;\n max-height: 24px;\n margin-right: 10px;\n margin-left: 5px;\n margin-bottom: 10px;\n}\n.message-image > img {\n max-width: 100%;\n max-height: 100%;\n}\n\n\n\n.error-message {\n background-color:lightpink;\n}\n\n.ai-message-in-progress {\n /* font-style: italic; */\n opacity: 0.9;\n}\n\n.elapsed-time {\n font-style: regular;\n font-size: 0.8rem;\n color: #124be7;\n margin-left: 5px;\n margin-right: 5px;\n}\n\n.message-user-name {\n font-weight: 600;\n margin-top: 0px;\n margin-bottom: 10px;\n padding-bottom: 7px;\n height: .5rem;\n}\n\n.suggested-container {\n margin-right: 20px; /*match the message class*/\n display: flex;\n flex-direction: column;\n align-items: left;\n justify-content: left;\n padding: 10px;\n margin-top: 10px;\n margin-bottom: 10px;\n border: solid 1px rgba(28, 103, 202, 0.08);\n background-color: rgb(241, 236, 227);\n}\n.suggested-header {\n font-weight: 600;\n margin-bottom: 10px;\n}\n.suggested-questions-list {\n display: flex;\n flex-wrap: wrap;\n}\n.suggested-answers-list {\n display: flex;\n flex-wrap: none;\n}\n.suggested-item {\n margin: 5px;\n padding: 5px 10px;\n border-radius: 5px;\n background-color: #f5f5f5;\n cursor: pointer;\n transition: background-color 0.3s;\n}\n.suggested-item:hover {\n background-color: #96d0f1;\n}\n\n.default-user-image {\n width: 24px;\n font-size: 22px;\n}\n\n/* Message rating styles */\n.message-rating {\n display: flex;\n flex-direction: column;\n margin-top: 15px;\n padding: 8px 12px;\n background-color: #f5f5f5;\n border-radius: 8px;\n width: fit-content;\n}\n\n.rating-prompt {\n font-size: 0.9rem;\n margin-bottom: 8px;\n color: #555;\n}\n\n.rating-buttons {\n display: flex;\n gap: 15px;\n}\n\n.rating-buttons span {\n font-size: 1.2rem;\n cursor: pointer;\n padding: 5px;\n border-radius: 4px;\n transition: all 0.2s ease;\n}\n\n.fa-thumbs-up {\n color: #4caf50;\n}\n\n.fa-thumbs-up:hover {\n background-color: rgba(76, 175, 80, 0.1);\n transform: scale(1.1);\n}\n\n.fa-thumbs-down {\n color: #f44336;\n}\n\n.fa-thumbs-down:hover {\n background-color: rgba(244, 67, 54, 0.1);\n transform: scale(1.1);\n}\n\n.rating-feedback {\n display: flex;\n align-items: center;\n margin-top: 12px;\n color: #666;\n font-size: 0.85rem;\n font-style: italic;\n}\n\n.rating-status-text {\n margin-right: 8px;\n}\n\n.rating-icon-selected {\n font-size: 0.9rem;\n}\n\n/* Artifact indicator styles */\n.artifact-indicator {\n display: flex;\n align-items: center;\n margin-top: 12px;\n padding: 12px 16px;\n background-color: #eef6ff;\n border: 1px solid #d0e1fd;\n border-radius: 6px;\n cursor: pointer;\n transition: all 0.2s ease;\n width: 100%;\n box-sizing: border-box;\n}\n\n.artifact-indicator:hover {\n background-color: #d2e5ff;\n border-color: #a9c9fc;\n}\n\n.artifact-indicator i {\n font-size: 16px;\n color: #4285f4;\n margin-right: 10px;\n}\n\n.artifact-label {\n font-size: 14px;\n color: #4285f4;\n font-weight: 500;\n}\n\n.completion-time {\n font-size: 12px;\n color: #666;\n font-style: italic;\n margin-top: 5px;\n display: inline-block;\n}\n\n/* Input wrapper styles */\n::ng-deep .input-wrapper {\n margin-bottom: 16px;\n}\n\n::ng-deep .input-wrapper label {\n display: block;\n font-weight: 500;\n margin-bottom: 8px;\n color: #333;\n}\n\n::ng-deep .k-dialog-actions {\n padding: 16px 20px;\n border-top: 1px solid #eee;\n}\n\n::ng-deep .k-dialog button[kendoButton],\n::ng-deep .k-window button[kendoButton] {\n padding: 8px 16px;\n border-radius: 4px;\n font-weight: 500;\n transition: all 0.2s ease;\n}\n\n::ng-deep .k-textbox-container,\n::ng-deep .k-textarea-container {\n width: 100%;\n}\n\n::ng-deep .k-textarea {\n width: 100%;\n font-family: inherit;\n font-size: 1rem;\n border-color: #ddd;\n padding: 8px 12px;\n border-radius: 4px;\n resize: none;\n box-sizing: border-box;\n}\n\n/* Style the kendo-textarea resize handle */\n::ng-deep .k-textarea-container .k-resize-handle {\n background-color: #ddd;\n height: 6px;\n border-radius: 0 0 4px 4px;\n}\n\n::ng-deep .k-textarea-container .k-resize-handle:hover {\n background-color: #5cc0ed;\n}\n\n::ng-deep .k-textarea:focus {\n border-color: #5cc0ed;\n box-shadow: 0 0 0 2px rgba(92, 192, 237, 0.2);\n}\n\n/* Ensure dialog stays within viewport */\n::ng-deep .k-dialog {\n max-height: 90vh;\n overflow: auto;\n}"] }]
|
|
673
761
|
}], () => [{ type: i0.ChangeDetectorRef }, { type: i1.MJNotificationService }], { ConversationRecord: [{
|
|
674
762
|
type: Input
|
|
675
763
|
}], ConversationDetailRecord: [{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"skip-single-message.component.js","sourceRoot":"","sources":["../../../src/lib/skip-single-message/skip-single-message.component.ts","../../../src/lib/skip-single-message/skip-single-message.component.html"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"skip-single-message.component.js","sourceRoot":"","sources":["../../../src/lib/skip-single-message/skip-single-message.component.ts","../../../src/lib/skip-single-message/skip-single-message.component.html"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@memberjunction/ng-skip-chat",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.42.1",
|
|
4
4
|
"description": "MemberJunction: Simple Skip Chat components usable in any Angular project",
|
|
5
5
|
"main": "./dist/public-api.js",
|
|
6
6
|
"typings": "./dist/public-api.d.ts",
|
|
@@ -25,17 +25,17 @@
|
|
|
25
25
|
"@angular/platform-browser": "18.0.2"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@memberjunction/core-entities": "2.
|
|
29
|
-
"@memberjunction/core": "2.
|
|
30
|
-
"@memberjunction/global": "2.
|
|
31
|
-
"@memberjunction/graphql-dataprovider": "2.
|
|
32
|
-
"@memberjunction/skip-types": "2.
|
|
33
|
-
"@memberjunction/data-context": "2.
|
|
34
|
-
"@memberjunction/ng-container-directives": "2.
|
|
35
|
-
"@memberjunction/ng-data-context": "2.
|
|
36
|
-
"@memberjunction/ng-base-types": "2.
|
|
37
|
-
"@memberjunction/ng-notifications": "2.
|
|
38
|
-
"@memberjunction/ng-resource-permissions": "2.
|
|
28
|
+
"@memberjunction/core-entities": "2.42.1",
|
|
29
|
+
"@memberjunction/core": "2.42.1",
|
|
30
|
+
"@memberjunction/global": "2.42.1",
|
|
31
|
+
"@memberjunction/graphql-dataprovider": "2.42.1",
|
|
32
|
+
"@memberjunction/skip-types": "2.42.1",
|
|
33
|
+
"@memberjunction/data-context": "2.42.1",
|
|
34
|
+
"@memberjunction/ng-container-directives": "2.42.1",
|
|
35
|
+
"@memberjunction/ng-data-context": "2.42.1",
|
|
36
|
+
"@memberjunction/ng-base-types": "2.42.1",
|
|
37
|
+
"@memberjunction/ng-notifications": "2.42.1",
|
|
38
|
+
"@memberjunction/ng-resource-permissions": "2.42.1",
|
|
39
39
|
"@progress/kendo-angular-grid": "16.2.0",
|
|
40
40
|
"@progress/kendo-angular-listview": "16.2.0",
|
|
41
41
|
"@progress/kendo-angular-notification": "16.2.0",
|