@memberjunction/ng-skip-chat 2.36.1 → 2.37.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.
Files changed (30) hide show
  1. package/README.md +97 -2
  2. package/dist/lib/artifacts/skip-artifact-viewer.component.d.ts +78 -0
  3. package/dist/lib/artifacts/skip-artifact-viewer.component.d.ts.map +1 -0
  4. package/dist/lib/artifacts/skip-artifact-viewer.component.js +520 -0
  5. package/dist/lib/artifacts/skip-artifact-viewer.component.js.map +1 -0
  6. package/dist/lib/artifacts/skip-artifacts-counter.component.d.ts +25 -0
  7. package/dist/lib/artifacts/skip-artifacts-counter.component.d.ts.map +1 -0
  8. package/dist/lib/artifacts/skip-artifacts-counter.component.js +253 -0
  9. package/dist/lib/artifacts/skip-artifacts-counter.component.js.map +1 -0
  10. package/dist/lib/module.d.ts +23 -20
  11. package/dist/lib/module.d.ts.map +1 -1
  12. package/dist/lib/module.js +19 -4
  13. package/dist/lib/module.js.map +1 -1
  14. package/dist/lib/skip-chat/skip-chat.component.d.ts +45 -1
  15. package/dist/lib/skip-chat/skip-chat.component.d.ts.map +1 -1
  16. package/dist/lib/skip-chat/skip-chat.component.js +239 -116
  17. package/dist/lib/skip-chat/skip-chat.component.js.map +1 -1
  18. package/dist/lib/skip-single-message/skip-single-message.component.d.ts +33 -1
  19. package/dist/lib/skip-single-message/skip-single-message.component.d.ts.map +1 -1
  20. package/dist/lib/skip-single-message/skip-single-message.component.js +160 -38
  21. package/dist/lib/skip-single-message/skip-single-message.component.js.map +1 -1
  22. package/dist/lib/split-panel/skip-split-panel.component.d.ts +41 -0
  23. package/dist/lib/split-panel/skip-split-panel.component.d.ts.map +1 -0
  24. package/dist/lib/split-panel/skip-split-panel.component.js +135 -0
  25. package/dist/lib/split-panel/skip-split-panel.component.js.map +1 -0
  26. package/dist/public-api.d.ts +3 -0
  27. package/dist/public-api.d.ts.map +1 -1
  28. package/dist/public-api.js +3 -0
  29. package/dist/public-api.js.map +1 -1
  30. package/package.json +12 -12
@@ -0,0 +1,253 @@
1
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
2
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
3
+ return new (P || (P = Promise))(function (resolve, reject) {
4
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
5
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
6
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
7
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
8
+ });
9
+ };
10
+ import { Component, Input, Output, EventEmitter } from '@angular/core';
11
+ import { RunView } from '@memberjunction/core';
12
+ import { BaseAngularComponent } from '@memberjunction/ng-base-types';
13
+ import { LogError } from '@memberjunction/core';
14
+ import * as i0 from "@angular/core";
15
+ import * as i1 from "@memberjunction/ng-notifications";
16
+ import * as i2 from "@progress/kendo-angular-indicators";
17
+ const _forTrack0 = ($index, $item) => $item.ID;
18
+ function SkipArtifactsCounterComponent_Conditional_1_Conditional_4_Conditional_7_Template(rf, ctx) { if (rf & 1) {
19
+ i0.ɵɵelementStart(0, "div", 9);
20
+ i0.ɵɵelement(1, "kendo-loader", 13);
21
+ i0.ɵɵelementStart(2, "span");
22
+ i0.ɵɵtext(3, "Loading artifacts...");
23
+ i0.ɵɵelementEnd()();
24
+ } }
25
+ function SkipArtifactsCounterComponent_Conditional_1_Conditional_4_Conditional_8_Template(rf, ctx) { if (rf & 1) {
26
+ i0.ɵɵelementStart(0, "div", 10);
27
+ i0.ɵɵelement(1, "i", 14);
28
+ i0.ɵɵelementStart(2, "span");
29
+ i0.ɵɵtext(3);
30
+ i0.ɵɵelementEnd()();
31
+ } if (rf & 2) {
32
+ const ctx_r1 = i0.ɵɵnextContext(3);
33
+ i0.ɵɵadvance(3);
34
+ i0.ɵɵtextInterpolate(ctx_r1.error);
35
+ } }
36
+ function SkipArtifactsCounterComponent_Conditional_1_Conditional_4_Conditional_9_Template(rf, ctx) { if (rf & 1) {
37
+ i0.ɵɵelementStart(0, "div", 11)(1, "span");
38
+ i0.ɵɵtext(2, "No artifacts found");
39
+ i0.ɵɵelementEnd()();
40
+ } }
41
+ function SkipArtifactsCounterComponent_Conditional_1_Conditional_4_Conditional_10_For_2_Template(rf, ctx) { if (rf & 1) {
42
+ const _r4 = i0.ɵɵgetCurrentView();
43
+ i0.ɵɵelementStart(0, "li", 16);
44
+ i0.ɵɵlistener("click", function SkipArtifactsCounterComponent_Conditional_1_Conditional_4_Conditional_10_For_2_Template_li_click_0_listener($event) { const artifact_r5 = i0.ɵɵrestoreView(_r4).$implicit; const ctx_r1 = i0.ɵɵnextContext(4); return i0.ɵɵresetView(ctx_r1.selectArtifact(artifact_r5, $event)); });
45
+ i0.ɵɵelementStart(1, "div", 17);
46
+ i0.ɵɵelement(2, "i");
47
+ i0.ɵɵelementEnd();
48
+ i0.ɵɵelementStart(3, "div", 18)(4, "div", 19);
49
+ i0.ɵɵtext(5);
50
+ i0.ɵɵelementEnd();
51
+ i0.ɵɵelementStart(6, "div", 20);
52
+ i0.ɵɵtext(7);
53
+ i0.ɵɵelementEnd()()();
54
+ } if (rf & 2) {
55
+ const artifact_r5 = ctx.$implicit;
56
+ const ctx_r1 = i0.ɵɵnextContext(4);
57
+ i0.ɵɵadvance(2);
58
+ i0.ɵɵclassMapInterpolate1("fa-solid ", ctx_r1.getIconClass(artifact_r5.contentType), "");
59
+ i0.ɵɵadvance(3);
60
+ i0.ɵɵtextInterpolate(artifact_r5.Name);
61
+ i0.ɵɵadvance(2);
62
+ i0.ɵɵtextInterpolate(artifact_r5.typeName);
63
+ } }
64
+ function SkipArtifactsCounterComponent_Conditional_1_Conditional_4_Conditional_10_Template(rf, ctx) { if (rf & 1) {
65
+ i0.ɵɵelementStart(0, "ul", 12);
66
+ i0.ɵɵrepeaterCreate(1, SkipArtifactsCounterComponent_Conditional_1_Conditional_4_Conditional_10_For_2_Template, 8, 5, "li", 15, _forTrack0);
67
+ i0.ɵɵelementEnd();
68
+ } if (rf & 2) {
69
+ const ctx_r1 = i0.ɵɵnextContext(3);
70
+ i0.ɵɵadvance();
71
+ i0.ɵɵrepeater(ctx_r1.artifacts);
72
+ } }
73
+ function SkipArtifactsCounterComponent_Conditional_1_Conditional_4_Template(rf, ctx) { if (rf & 1) {
74
+ const _r3 = i0.ɵɵgetCurrentView();
75
+ i0.ɵɵelementStart(0, "div", 4)(1, "div", 5)(2, "h4");
76
+ i0.ɵɵtext(3, "Conversation Artifacts");
77
+ i0.ɵɵelementEnd();
78
+ i0.ɵɵelementStart(4, "button", 6);
79
+ i0.ɵɵlistener("click", function SkipArtifactsCounterComponent_Conditional_1_Conditional_4_Template_button_click_4_listener() { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.closeDropdown()); });
80
+ i0.ɵɵelement(5, "i", 7);
81
+ i0.ɵɵelementEnd()();
82
+ i0.ɵɵelementStart(6, "div", 8);
83
+ i0.ɵɵtemplate(7, SkipArtifactsCounterComponent_Conditional_1_Conditional_4_Conditional_7_Template, 4, 0, "div", 9)(8, SkipArtifactsCounterComponent_Conditional_1_Conditional_4_Conditional_8_Template, 4, 1, "div", 10)(9, SkipArtifactsCounterComponent_Conditional_1_Conditional_4_Conditional_9_Template, 3, 0, "div", 11)(10, SkipArtifactsCounterComponent_Conditional_1_Conditional_4_Conditional_10_Template, 3, 0, "ul", 12);
84
+ i0.ɵɵelementEnd()();
85
+ } if (rf & 2) {
86
+ const ctx_r1 = i0.ɵɵnextContext(2);
87
+ i0.ɵɵadvance(7);
88
+ i0.ɵɵconditional(ctx_r1.isLoading ? 7 : ctx_r1.error ? 8 : ctx_r1.artifacts.length === 0 ? 9 : 10);
89
+ } }
90
+ function SkipArtifactsCounterComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
91
+ const _r1 = i0.ɵɵgetCurrentView();
92
+ i0.ɵɵelementStart(0, "div", 1);
93
+ i0.ɵɵlistener("click", function SkipArtifactsCounterComponent_Conditional_1_Template_div_click_0_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.toggleDropdown($event)); });
94
+ i0.ɵɵelement(1, "i", 2);
95
+ i0.ɵɵelementStart(2, "span", 3);
96
+ i0.ɵɵtext(3);
97
+ i0.ɵɵelementEnd()();
98
+ i0.ɵɵtemplate(4, SkipArtifactsCounterComponent_Conditional_1_Conditional_4_Template, 11, 1, "div", 4);
99
+ } if (rf & 2) {
100
+ const ctx_r1 = i0.ɵɵnextContext();
101
+ i0.ɵɵadvance(3);
102
+ i0.ɵɵtextInterpolate(ctx_r1.isLoading ? "..." : ctx_r1.artifactCount);
103
+ i0.ɵɵadvance();
104
+ i0.ɵɵconditional(ctx_r1.showDropdown ? 4 : -1);
105
+ } }
106
+ export class SkipArtifactsCounterComponent extends BaseAngularComponent {
107
+ constructor(notificationService) {
108
+ super();
109
+ this.notificationService = notificationService;
110
+ this.ConversationID = '';
111
+ this.ArtifactSelected = new EventEmitter();
112
+ this.isLoading = false;
113
+ this.showDropdown = false;
114
+ this.artifacts = [];
115
+ this.artifactCount = 0;
116
+ this.error = null;
117
+ }
118
+ ngOnChanges(changes) {
119
+ if (changes['ConversationID'] && this.ConversationID) {
120
+ this.loadArtifacts();
121
+ }
122
+ }
123
+ loadArtifacts() {
124
+ return __awaiter(this, void 0, void 0, function* () {
125
+ if (!this.ConversationID) {
126
+ this.artifacts = [];
127
+ this.artifactCount = 0;
128
+ return;
129
+ }
130
+ this.isLoading = true;
131
+ this.error = null;
132
+ try {
133
+ const provider = this.ProviderToUse;
134
+ // Get artifacts for this conversation
135
+ // Use RunView to execute the query
136
+ const runView = new RunView(this.RunViewToUse);
137
+ const artifactsResult = yield runView.RunView({
138
+ EntityName: 'ConversationArtifact',
139
+ ResultType: 'entity_object',
140
+ ExtraFilter: `ConversationID = '${this.ConversationID}'`
141
+ });
142
+ if (artifactsResult && artifactsResult.Success && artifactsResult.Results.length > 0) {
143
+ this.artifacts = artifactsResult.Results;
144
+ this.artifactCount = artifactsResult.Results.length;
145
+ }
146
+ else {
147
+ this.artifacts = [];
148
+ this.artifactCount = 0;
149
+ }
150
+ // If we have artifacts, load their types for better display
151
+ if (this.artifactCount > 0) {
152
+ yield this.loadArtifactTypes();
153
+ }
154
+ }
155
+ catch (err) {
156
+ LogError('Error loading artifacts for conversation', err instanceof Error ? err.message : String(err));
157
+ this.error = err instanceof Error ? err.message : 'Unknown error loading artifacts';
158
+ this.notificationService.CreateSimpleNotification('Error loading artifacts', 'error', 3000);
159
+ this.artifacts = [];
160
+ this.artifactCount = 0;
161
+ }
162
+ finally {
163
+ this.isLoading = false;
164
+ }
165
+ });
166
+ }
167
+ loadArtifactTypes() {
168
+ return __awaiter(this, void 0, void 0, function* () {
169
+ try {
170
+ const provider = this.ProviderToUse;
171
+ // Get all artifact types
172
+ // Use RunView to execute the query
173
+ const runView = new RunView(this.RunViewToUse);
174
+ const typesResult = yield runView.RunView({
175
+ EntityName: 'ArtifactType',
176
+ ResultType: 'entity_object'
177
+ });
178
+ if (typesResult && typesResult.Success && typesResult.Results.length > 0) {
179
+ // Create a map for quick lookup
180
+ const typeMap = typesResult.Results.reduce((map, type) => {
181
+ map[type.ID] = type;
182
+ return map;
183
+ }, {});
184
+ // Add type information to artifacts
185
+ this.artifacts = this.artifacts.map(artifact => {
186
+ const type = typeMap[artifact.ArtifactTypeID];
187
+ return Object.assign(Object.assign({}, artifact), { typeName: type ? type.Name : 'Unknown', contentType: type ? type.ContentType : 'text/plain' });
188
+ });
189
+ }
190
+ }
191
+ catch (err) {
192
+ LogError('Error loading artifact types', err instanceof Error ? err.message : String(err));
193
+ }
194
+ });
195
+ }
196
+ toggleDropdown(event) {
197
+ // First refresh our data to ensure it's up to date
198
+ if (!this.showDropdown) {
199
+ this.loadArtifacts();
200
+ }
201
+ this.showDropdown = !this.showDropdown;
202
+ event.stopPropagation();
203
+ }
204
+ closeDropdown() {
205
+ this.showDropdown = false;
206
+ }
207
+ selectArtifact(artifact, event) {
208
+ this.ArtifactSelected.emit(artifact);
209
+ this.closeDropdown();
210
+ event.stopPropagation();
211
+ }
212
+ getIconClass(contentType) {
213
+ if (!contentType)
214
+ return 'fa-file';
215
+ if (contentType.includes('markdown'))
216
+ return 'fa-file-alt';
217
+ if (contentType.includes('json'))
218
+ return 'fa-file-code';
219
+ if (contentType.includes('javascript') ||
220
+ contentType.includes('typescript') ||
221
+ contentType.includes('python') ||
222
+ contentType.includes('java') ||
223
+ contentType.includes('csharp'))
224
+ return 'fa-file-code';
225
+ if (contentType.includes('html'))
226
+ return 'fa-file-code';
227
+ if (contentType.includes('sql'))
228
+ return 'fa-database';
229
+ if (contentType.includes('image'))
230
+ return 'fa-file-image';
231
+ return 'fa-file';
232
+ }
233
+ }
234
+ SkipArtifactsCounterComponent.ɵfac = function SkipArtifactsCounterComponent_Factory(t) { return new (t || SkipArtifactsCounterComponent)(i0.ɵɵdirectiveInject(i1.MJNotificationService)); };
235
+ SkipArtifactsCounterComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SkipArtifactsCounterComponent, selectors: [["skip-artifacts-counter"]], inputs: { ConversationID: "ConversationID" }, outputs: { ArtifactSelected: "ArtifactSelected" }, features: [i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], decls: 2, vars: 1, consts: [[1, "skip-artifacts-counter-container", 3, "clickOutside"], ["title", "View conversation artifacts", 1, "skip-artifacts-counter-badge", 3, "click"], [1, "fa-solid", "fa-file-lines"], [1, "badge-count"], [1, "skip-artifacts-dropdown"], [1, "dropdown-header"], [1, "close-button", 3, "click"], [1, "fa-solid", "fa-times"], [1, "dropdown-content"], [1, "dropdown-loading"], [1, "dropdown-error"], [1, "dropdown-empty"], [1, "artifacts-list"], ["size", "small"], [1, "fa-solid", "fa-exclamation-circle"], [1, "artifact-item"], [1, "artifact-item", 3, "click"], [1, "artifact-icon"], [1, "artifact-details"], [1, "artifact-name"], [1, "artifact-type"]], template: function SkipArtifactsCounterComponent_Template(rf, ctx) { if (rf & 1) {
236
+ i0.ɵɵelementStart(0, "div", 0);
237
+ i0.ɵɵlistener("clickOutside", function SkipArtifactsCounterComponent_Template_div_clickOutside_0_listener() { return ctx.closeDropdown(); });
238
+ i0.ɵɵtemplate(1, SkipArtifactsCounterComponent_Conditional_1_Template, 5, 2);
239
+ i0.ɵɵelementEnd();
240
+ } if (rf & 2) {
241
+ i0.ɵɵadvance();
242
+ i0.ɵɵconditional(ctx.artifactCount > 0 || ctx.isLoading ? 1 : -1);
243
+ } }, dependencies: [i2.LoaderComponent], styles: [".skip-artifacts-counter-container[_ngcontent-%COMP%] {\n position: relative;\n}\n\n.skip-artifacts-counter-badge[_ngcontent-%COMP%] {\n display: flex;\n align-items: center;\n justify-content: center;\n background-color: #f0f4f8;\n color: #4a6f8a;\n border-radius: 20px;\n padding: 4px 10px;\n font-size: 13px;\n cursor: pointer;\n box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);\n transition: background-color 0.2s ease;\n border: 1px solid #dde5ed;\n}\n\n.skip-artifacts-counter-badge[_ngcontent-%COMP%]:hover {\n background-color: #e3eaf2;\n}\n\n.badge-count[_ngcontent-%COMP%] {\n margin-left: 6px;\n font-weight: 600;\n}\n\n.skip-artifacts-dropdown[_ngcontent-%COMP%] {\n position: absolute;\n top: calc(100% + 8px);\n right: 0;\n width: 280px;\n max-height: 400px;\n background-color: white;\n border-radius: 8px;\n box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);\n z-index: 1000;\n overflow: hidden;\n display: flex;\n flex-direction: column;\n border: 1px solid #e5e5e5;\n}\n\n.dropdown-header[_ngcontent-%COMP%] {\n display: flex;\n justify-content: space-between;\n align-items: center;\n padding: 12px 16px;\n border-bottom: 1px solid #eee;\n}\n\n.dropdown-header[_ngcontent-%COMP%] h4[_ngcontent-%COMP%] {\n margin: 0;\n font-size: 14px;\n font-weight: 600;\n color: #333;\n}\n\n.close-button[_ngcontent-%COMP%] {\n background: transparent;\n border: none;\n padding: 4px;\n color: #888;\n cursor: pointer;\n border-radius: 4px;\n}\n\n.close-button[_ngcontent-%COMP%]:hover {\n background-color: #f5f5f5;\n color: #333;\n}\n\n.dropdown-content[_ngcontent-%COMP%] {\n overflow-y: auto;\n max-height: 350px;\n}\n\n.dropdown-loading[_ngcontent-%COMP%], .dropdown-error[_ngcontent-%COMP%], .dropdown-empty[_ngcontent-%COMP%] {\n display: flex;\n align-items: center;\n justify-content: center;\n padding: 24px 16px;\n color: #666;\n font-size: 13px;\n}\n\n.dropdown-loading[_ngcontent-%COMP%] kendo-loader[_ngcontent-%COMP%] {\n margin-right: 10px;\n}\n\n.dropdown-error[_ngcontent-%COMP%] {\n color: #e33d3d;\n}\n\n.dropdown-error[_ngcontent-%COMP%] i[_ngcontent-%COMP%] {\n margin-right: 8px;\n}\n\n.artifacts-list[_ngcontent-%COMP%] {\n list-style: none;\n padding: 0;\n margin: 0;\n}\n\n.artifact-item[_ngcontent-%COMP%] {\n display: flex;\n align-items: center;\n padding: 12px 16px;\n cursor: pointer;\n border-bottom: 1px solid #f0f0f0;\n}\n\n.artifact-item[_ngcontent-%COMP%]:last-child {\n border-bottom: none;\n}\n\n.artifact-item[_ngcontent-%COMP%]:hover {\n background-color: #f7f9fc;\n}\n\n.artifact-icon[_ngcontent-%COMP%] {\n display: flex;\n align-items: center;\n justify-content: center;\n width: 36px;\n height: 36px;\n background-color: #f0f4f8;\n border-radius: 8px;\n margin-right: 12px;\n color: #4a6f8a;\n}\n\n.artifact-details[_ngcontent-%COMP%] {\n flex: 1;\n display: flex;\n flex-direction: column;\n}\n\n.artifact-name[_ngcontent-%COMP%] {\n font-size: 13px;\n font-weight: 500;\n color: #333;\n margin-bottom: 2px;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.artifact-type[_ngcontent-%COMP%] {\n font-size: 12px;\n color: #666;\n}"] });
244
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SkipArtifactsCounterComponent, [{
245
+ type: Component,
246
+ args: [{ selector: 'skip-artifacts-counter', template: "<div class=\"skip-artifacts-counter-container\" (clickOutside)=\"closeDropdown()\">\n @if (artifactCount > 0 || isLoading) {\n <div class=\"skip-artifacts-counter-badge\" (click)=\"toggleDropdown($event)\" title=\"View conversation artifacts\">\n <i class=\"fa-solid fa-file-lines\"></i>\n <span class=\"badge-count\">{{ isLoading ? '...' : artifactCount }}</span>\n </div>\n\n @if (showDropdown) {\n <div class=\"skip-artifacts-dropdown\">\n <div class=\"dropdown-header\">\n <h4>Conversation Artifacts</h4>\n <button class=\"close-button\" (click)=\"closeDropdown()\">\n <i class=\"fa-solid fa-times\"></i>\n </button>\n </div>\n \n <div class=\"dropdown-content\">\n @if (isLoading) {\n <div class=\"dropdown-loading\">\n <kendo-loader size=\"small\"></kendo-loader>\n <span>Loading artifacts...</span>\n </div>\n } @else if (error) {\n <div class=\"dropdown-error\">\n <i class=\"fa-solid fa-exclamation-circle\"></i>\n <span>{{ error }}</span>\n </div>\n } @else if (artifacts.length === 0) {\n <div class=\"dropdown-empty\">\n <span>No artifacts found</span>\n </div>\n } @else {\n <ul class=\"artifacts-list\">\n @for (artifact of artifacts; track artifact.ID) {\n <li class=\"artifact-item\" (click)=\"selectArtifact(artifact, $event)\">\n <div class=\"artifact-icon\">\n <i class=\"fa-solid {{ getIconClass(artifact.contentType) }}\"></i>\n </div>\n <div class=\"artifact-details\">\n <div class=\"artifact-name\">{{ artifact.Name }}</div>\n <div class=\"artifact-type\">{{ artifact.typeName }}</div>\n </div>\n </li>\n }\n </ul>\n }\n </div>\n </div>\n }\n }\n</div>", styles: [".skip-artifacts-counter-container {\n position: relative;\n}\n\n.skip-artifacts-counter-badge {\n display: flex;\n align-items: center;\n justify-content: center;\n background-color: #f0f4f8;\n color: #4a6f8a;\n border-radius: 20px;\n padding: 4px 10px;\n font-size: 13px;\n cursor: pointer;\n box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);\n transition: background-color 0.2s ease;\n border: 1px solid #dde5ed;\n}\n\n.skip-artifacts-counter-badge:hover {\n background-color: #e3eaf2;\n}\n\n.badge-count {\n margin-left: 6px;\n font-weight: 600;\n}\n\n.skip-artifacts-dropdown {\n position: absolute;\n top: calc(100% + 8px);\n right: 0;\n width: 280px;\n max-height: 400px;\n background-color: white;\n border-radius: 8px;\n box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);\n z-index: 1000;\n overflow: hidden;\n display: flex;\n flex-direction: column;\n border: 1px solid #e5e5e5;\n}\n\n.dropdown-header {\n display: flex;\n justify-content: space-between;\n align-items: center;\n padding: 12px 16px;\n border-bottom: 1px solid #eee;\n}\n\n.dropdown-header h4 {\n margin: 0;\n font-size: 14px;\n font-weight: 600;\n color: #333;\n}\n\n.close-button {\n background: transparent;\n border: none;\n padding: 4px;\n color: #888;\n cursor: pointer;\n border-radius: 4px;\n}\n\n.close-button:hover {\n background-color: #f5f5f5;\n color: #333;\n}\n\n.dropdown-content {\n overflow-y: auto;\n max-height: 350px;\n}\n\n.dropdown-loading, .dropdown-error, .dropdown-empty {\n display: flex;\n align-items: center;\n justify-content: center;\n padding: 24px 16px;\n color: #666;\n font-size: 13px;\n}\n\n.dropdown-loading kendo-loader {\n margin-right: 10px;\n}\n\n.dropdown-error {\n color: #e33d3d;\n}\n\n.dropdown-error i {\n margin-right: 8px;\n}\n\n.artifacts-list {\n list-style: none;\n padding: 0;\n margin: 0;\n}\n\n.artifact-item {\n display: flex;\n align-items: center;\n padding: 12px 16px;\n cursor: pointer;\n border-bottom: 1px solid #f0f0f0;\n}\n\n.artifact-item:last-child {\n border-bottom: none;\n}\n\n.artifact-item:hover {\n background-color: #f7f9fc;\n}\n\n.artifact-icon {\n display: flex;\n align-items: center;\n justify-content: center;\n width: 36px;\n height: 36px;\n background-color: #f0f4f8;\n border-radius: 8px;\n margin-right: 12px;\n color: #4a6f8a;\n}\n\n.artifact-details {\n flex: 1;\n display: flex;\n flex-direction: column;\n}\n\n.artifact-name {\n font-size: 13px;\n font-weight: 500;\n color: #333;\n margin-bottom: 2px;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.artifact-type {\n font-size: 12px;\n color: #666;\n}"] }]
247
+ }], () => [{ type: i1.MJNotificationService }], { ConversationID: [{
248
+ type: Input
249
+ }], ArtifactSelected: [{
250
+ type: Output
251
+ }] }); })();
252
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SkipArtifactsCounterComponent, { className: "SkipArtifactsCounterComponent", filePath: "src/lib/artifacts/skip-artifacts-counter.component.ts", lineNumber: 14 }); })();
253
+ //# sourceMappingURL=skip-artifacts-counter.component.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"skip-artifacts-counter.component.js","sourceRoot":"","sources":["../../../src/lib/artifacts/skip-artifacts-counter.component.ts","../../../src/lib/artifacts/skip-artifacts-counter.component.html"],"names":[],"mappings":"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"}
@@ -6,28 +6,31 @@ import * as i4 from "./dynamic-report/skip-dynamic-report-wrapper";
6
6
  import * as i5 from "./dynamic-report/dynamic-chart";
7
7
  import * as i6 from "./dynamic-report/dynamic-grid";
8
8
  import * as i7 from "./dynamic-report/dynamic-html-report";
9
- import * as i8 from "@angular/common";
10
- import * as i9 from "@progress/kendo-angular-layout";
11
- import * as i10 from "@angular/forms";
12
- import * as i11 from "@progress/kendo-angular-indicators";
13
- import * as i12 from "@progress/kendo-angular-dialog";
14
- import * as i13 from "@progress/kendo-angular-inputs";
15
- import * as i14 from "@progress/kendo-angular-label";
16
- import * as i15 from "@memberjunction/ng-container-directives";
17
- import * as i16 from "@progress/kendo-angular-listview";
18
- import * as i17 from "@memberjunction/ng-notifications";
19
- import * as i18 from "@progress/kendo-angular-dropdowns";
20
- import * as i19 from "@progress/kendo-angular-grid";
21
- import * as i20 from "@progress/kendo-angular-buttons";
22
- import * as i21 from "angular-plotly.js";
23
- import * as i22 from "@memberjunction/ng-data-context";
24
- import * as i23 from "@angular/cdk/overlay";
25
- import * as i24 from "@progress/kendo-angular-excel-export";
26
- import * as i25 from "@memberjunction/ng-resource-permissions";
27
- import * as i26 from "ngx-markdown";
9
+ import * as i8 from "./split-panel/skip-split-panel.component";
10
+ import * as i9 from "./artifacts/skip-artifact-viewer.component";
11
+ import * as i10 from "./artifacts/skip-artifacts-counter.component";
12
+ import * as i11 from "@angular/common";
13
+ import * as i12 from "@progress/kendo-angular-layout";
14
+ import * as i13 from "@angular/forms";
15
+ import * as i14 from "@progress/kendo-angular-indicators";
16
+ import * as i15 from "@progress/kendo-angular-dialog";
17
+ import * as i16 from "@progress/kendo-angular-inputs";
18
+ import * as i17 from "@progress/kendo-angular-label";
19
+ import * as i18 from "@memberjunction/ng-container-directives";
20
+ import * as i19 from "@progress/kendo-angular-listview";
21
+ import * as i20 from "@memberjunction/ng-notifications";
22
+ import * as i21 from "@progress/kendo-angular-dropdowns";
23
+ import * as i22 from "@progress/kendo-angular-grid";
24
+ import * as i23 from "@progress/kendo-angular-buttons";
25
+ import * as i24 from "angular-plotly.js";
26
+ import * as i25 from "@memberjunction/ng-data-context";
27
+ import * as i26 from "@angular/cdk/overlay";
28
+ import * as i27 from "@progress/kendo-angular-excel-export";
29
+ import * as i28 from "@memberjunction/ng-resource-permissions";
30
+ import * as i29 from "ngx-markdown";
28
31
  export declare class SkipChatModule {
29
32
  static ɵfac: i0.ɵɵFactoryDeclaration<SkipChatModule, never>;
30
- 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.SkipDynamicHTMLReportComponent], [typeof i8.CommonModule, typeof i9.LayoutModule, typeof i10.FormsModule, typeof i11.IndicatorsModule, typeof i12.DialogsModule, typeof i13.InputsModule, typeof i14.LabelModule, typeof i15.ContainerDirectivesModule, typeof i16.ListViewModule, typeof i17.MJNotificationsModule, typeof i18.DropDownsModule, typeof i19.GridModule, typeof i20.ButtonsModule, typeof i21.PlotlyViaCDNModule, typeof i22.DataContextModule, typeof i23.OverlayModule, typeof i24.ExcelExportModule, typeof i25.ResourcePermissionsModule, typeof i26.MarkdownModule], [typeof i1.SkipChatComponent, typeof i2.SkipSingleMessageComponent, typeof i3.SkipDynamicLinearReportComponent, typeof i4.SkipDynamicReportWrapperComponent, typeof i5.SkipDynamicChartComponent, typeof i6.SkipDynamicGridComponent, typeof i7.SkipDynamicHTMLReportComponent]>;
33
+ 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.SkipDynamicHTMLReportComponent, typeof i8.SkipSplitPanelComponent, typeof i9.SkipArtifactViewerComponent, typeof i10.SkipArtifactsCounterComponent], [typeof i11.CommonModule, typeof i12.LayoutModule, typeof i13.FormsModule, typeof i14.IndicatorsModule, typeof i15.DialogsModule, typeof i16.InputsModule, typeof i17.LabelModule, typeof i18.ContainerDirectivesModule, typeof i19.ListViewModule, typeof i20.MJNotificationsModule, typeof i21.DropDownsModule, typeof i22.GridModule, typeof i23.ButtonsModule, typeof i24.PlotlyViaCDNModule, typeof i25.DataContextModule, typeof i26.OverlayModule, typeof i27.ExcelExportModule, typeof i28.ResourcePermissionsModule, typeof i29.MarkdownModule], [typeof i1.SkipChatComponent, typeof i2.SkipSingleMessageComponent, typeof i3.SkipDynamicLinearReportComponent, typeof i4.SkipDynamicReportWrapperComponent, typeof i5.SkipDynamicChartComponent, typeof i6.SkipDynamicGridComponent, typeof i7.SkipDynamicHTMLReportComponent, typeof i8.SkipSplitPanelComponent, typeof i9.SkipArtifactViewerComponent, typeof i10.SkipArtifactsCounterComponent]>;
31
34
  static ɵinj: i0.ɵɵInjectorDeclaration<SkipChatModule>;
32
35
  }
33
36
  //# sourceMappingURL=module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../../src/lib/module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AA6CA,qBAyCa,cAAc;yCAAd,cAAc;0CAAd,cAAc;0CAAd,cAAc;CAC1B"}
1
+ {"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../../src/lib/module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgDA,qBA+Ca,cAAc;yCAAd,cAAc;0CAAd,cAAc;0CAAd,cAAc;CAC1B"}
@@ -33,6 +33,9 @@ import { SkipDynamicChartComponent } from './dynamic-report/dynamic-chart';
33
33
  import { SkipDynamicGridComponent } from './dynamic-report/dynamic-grid';
34
34
  import { MJNotificationsModule } from '@memberjunction/ng-notifications';
35
35
  import { SkipDynamicHTMLReportComponent } from './dynamic-report/dynamic-html-report';
36
+ import { SkipSplitPanelComponent } from './split-panel/skip-split-panel.component';
37
+ import { SkipArtifactViewerComponent } from './artifacts/skip-artifact-viewer.component';
38
+ import { SkipArtifactsCounterComponent } from './artifacts/skip-artifacts-counter.component';
36
39
  import * as i0 from "@angular/core";
37
40
  import * as i1 from "ngx-markdown";
38
41
  PlotlyViaCDNModule.setPlotlyVersion('latest'); // can be `latest` or any version number (i.e.: '1.40.0')
@@ -70,7 +73,10 @@ SkipChatModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonMod
70
73
  SkipDynamicReportWrapperComponent,
71
74
  SkipDynamicChartComponent,
72
75
  SkipDynamicGridComponent,
73
- SkipDynamicHTMLReportComponent
76
+ SkipDynamicHTMLReportComponent,
77
+ SkipSplitPanelComponent,
78
+ SkipArtifactViewerComponent,
79
+ SkipArtifactsCounterComponent
74
80
  ],
75
81
  imports: [
76
82
  CommonModule,
@@ -100,7 +106,10 @@ SkipChatModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonMod
100
106
  SkipDynamicReportWrapperComponent,
101
107
  SkipDynamicChartComponent,
102
108
  SkipDynamicGridComponent,
103
- SkipDynamicHTMLReportComponent
109
+ SkipDynamicHTMLReportComponent,
110
+ SkipSplitPanelComponent,
111
+ SkipArtifactViewerComponent,
112
+ SkipArtifactsCounterComponent
104
113
  ]
105
114
  }]
106
115
  }], null, null); })();
@@ -110,7 +119,10 @@ SkipChatModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonMod
110
119
  SkipDynamicReportWrapperComponent,
111
120
  SkipDynamicChartComponent,
112
121
  SkipDynamicGridComponent,
113
- SkipDynamicHTMLReportComponent], imports: [CommonModule,
122
+ SkipDynamicHTMLReportComponent,
123
+ SkipSplitPanelComponent,
124
+ SkipArtifactViewerComponent,
125
+ SkipArtifactsCounterComponent], imports: [CommonModule,
114
126
  LayoutModule,
115
127
  FormsModule,
116
128
  IndicatorsModule,
@@ -133,5 +145,8 @@ SkipChatModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonMod
133
145
  SkipDynamicReportWrapperComponent,
134
146
  SkipDynamicChartComponent,
135
147
  SkipDynamicGridComponent,
136
- SkipDynamicHTMLReportComponent] }); })();
148
+ SkipDynamicHTMLReportComponent,
149
+ SkipSplitPanelComponent,
150
+ SkipArtifactViewerComponent,
151
+ SkipArtifactsCounterComponent] }); })();
137
152
  //# sourceMappingURL=module.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"module.js","sourceRoot":"","sources":["../../src/lib/module.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"module.js","sourceRoot":"","sources":["../../src/lib/module.ts"],"names":[],"mappings":"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"}
@@ -62,6 +62,14 @@ export declare class SkipChatComponent extends BaseAngularComponent implements O
62
62
  * This array of emails will be excluded from the list of possible roles to share the conversation with.
63
63
  */
64
64
  SharingExcludeEmails: string[];
65
+ /**
66
+ * Whether to enable the split-panel viewing for artifacts. Default is true.
67
+ */
68
+ EnableArtifactSplitView: boolean;
69
+ /**
70
+ * Default ratio for split panels when viewing artifacts (0-1). Default is 0.6 (left panel takes 60% of width).
71
+ */
72
+ DefaultSplitRatio: number;
65
73
  /**
66
74
  * This property is used to set the placeholder text for the textbox where the user types their message to Skip.
67
75
  */
@@ -86,6 +94,14 @@ export declare class SkipChatComponent extends BaseAngularComponent implements O
86
94
  * This event fires whenever a drill down is requested within a given report.
87
95
  */
88
96
  DrillDownEvent: EventEmitter<DrillDownInfo>;
97
+ /**
98
+ * This event fires when an artifact is selected
99
+ */
100
+ ArtifactSelected: EventEmitter<any>;
101
+ /**
102
+ * This event fires when an artifact is viewed in the split panel
103
+ */
104
+ ArtifactViewed: EventEmitter<any>;
89
105
  askSkip: Container;
90
106
  askSkipPanel: ElementRef;
91
107
  mjContainerRef: ViewContainerRef;
@@ -111,6 +127,14 @@ export declare class SkipChatComponent extends BaseAngularComponent implements O
111
127
  private _intersectionObserver;
112
128
  private static __skipChatWindowsCurrentlyVisible;
113
129
  private sub?;
130
+ /**
131
+ * Currently selected artifact for viewing in the split panel
132
+ */
133
+ selectedArtifact: any;
134
+ /**
135
+ * Current split ratio for the split panel
136
+ */
137
+ SplitRatio: number;
114
138
  /**
115
139
  * The questions that will be displayed in the welcome screen.
116
140
  */
@@ -239,7 +263,27 @@ export declare class SkipChatComponent extends BaseAngularComponent implements O
239
263
  protected editMessage(message: ConversationDetailEntity): Promise<void>;
240
264
  protected deleteMessage(message: ConversationDetailEntity): Promise<void>;
241
265
  get NumVisibleButtons(): number;
266
+ splitPanel: any;
267
+ /**
268
+ * Handles when an artifact is selected from a message
269
+ * @param artifact The artifact information
270
+ */
271
+ onArtifactSelected(artifact: any): void;
272
+ /**
273
+ * Handles when an artifact is selected from the artifacts counter/badge
274
+ * @param artifact The artifact information
275
+ */
276
+ onArtifactSelectedFromCounter(artifact: any): void;
277
+ /**
278
+ * Handles when the split ratio changes
279
+ * @param ratio The new split ratio
280
+ */
281
+ onSplitRatioChanged(ratio: number): void;
282
+ /**
283
+ * Clears the selected artifact and closes the split panel
284
+ */
285
+ closeArtifactPanel(): void;
242
286
  static ɵfac: i0.ɵɵFactoryDeclaration<SkipChatComponent, never>;
243
- 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; }; "VerboseLogging": { "alias": "VerboseLogging"; "required": false; }; "UpdateAppRoute": { "alias": "UpdateAppRoute"; "required": false; }; "ShowSkipLogoInConversationList": { "alias": "ShowSkipLogoInConversationList"; "required": false; }; "ShowSharingButton": { "alias": "ShowSharingButton"; "required": false; }; "SharingExcludeRoleNames": { "alias": "SharingExcludeRoleNames"; "required": false; }; "SharingExcludeEmails": { "alias": "SharingExcludeEmails"; "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"; "DrillDownEvent": "DrillDownEvent"; }, never, never, false, never>;
287
+ 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; }; "VerboseLogging": { "alias": "VerboseLogging"; "required": false; }; "UpdateAppRoute": { "alias": "UpdateAppRoute"; "required": false; }; "ShowSkipLogoInConversationList": { "alias": "ShowSkipLogoInConversationList"; "required": false; }; "ShowSharingButton": { "alias": "ShowSharingButton"; "required": false; }; "SharingExcludeRoleNames": { "alias": "SharingExcludeRoleNames"; "required": false; }; "SharingExcludeEmails": { "alias": "SharingExcludeEmails"; "required": false; }; "EnableArtifactSplitView": { "alias": "EnableArtifactSplitView"; "required": false; }; "DefaultSplitRatio": { "alias": "DefaultSplitRatio"; "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"; "DrillDownEvent": "DrillDownEvent"; "ArtifactSelected": "ArtifactSelected"; "ArtifactViewed": "ArtifactViewed"; }, never, never, false, never>;
244
288
  }
245
289
  //# 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,EAAsB,MAAM,sBAAsB,CAAC;AAC5F,OAAO,EAAE,wBAAwB,EAAE,kBAAkB,EAA4C,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AAEjK,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;AACzE,OAAO,EAAE,4BAA4B,EAAE,MAAM,yCAAyC,CAAC;AACvF,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;;AAEnD,qBAKa,iBAAkB,SAAQ,oBAAqB,YAAW,MAAM,EAAE,aAAa,EAAE,gBAAgB,EAAE,SAAS;IA2JrH,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,mBAAmB;IAhKpB,SAAS,EAAE,OAAO,CAAQ;IACnB,QAAQ,EAAE,wBAAwB,EAAE,CAAM;IAC1C,aAAa,EAAE,kBAAkB,EAAE,CAAM;IACzC,oBAAoB,EAAE,kBAAkB,GAAG,SAAS,CAAC;IACrD,oBAAoB,EAAE,OAAO,CAAS;IACtD;;OAEG;IACa,oBAAoB,EAAE,OAAO,CAAQ;IACrC,qBAAqB,EAAE,OAAO,CAAQ;IACtC,KAAK,EAAE,MAAM,CAAc;IAC3B,aAAa,EAAE,MAAM,CAAM;IAC3B,YAAY,EAAE,MAAM,CAAM;IAC1B,wBAAwB,EAAE,YAAY,CAAsB;IAC5D,qBAAqB,EAAE,OAAO,CAAQ;IACtC,gCAAgC,EAAE,OAAO,CAAS;IAClD,WAAW,EAAE,MAAM,CAA6C;IAChE,mBAAmB,EAAE,MAAM,CAAyC;IACpF;;OAEG;IACa,SAAS,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAa;IAEjD,cAAc,EAAE,OAAO,CAAS;IAEhD;;OAEG;IACa,cAAc,EAAE,OAAO,CAAQ;IAE/C;;OAEG;IACa,8BAA8B,EAAE,OAAO,CAAS;IAEhE;;OAEG;IACa,iBAAiB,EAAE,OAAO,CAAQ;IAElD;;OAEG;IACa,uBAAuB,EAAE,MAAM,EAAE,CAAM;IAEvD;;OAEG;IACa,oBAAoB,EAAE,MAAM,EAAE,CAAM;IAEpD;;OAEG;IACa,yBAAyB,EAAE,MAAM,CAAuC;IACxF;;OAEG;IACa,4BAA4B,EAAE,MAAM,CAAoB;IAIxE;;OAEG;IACO,wBAAwB,uBAA8B;IAEhE;;OAEG;IACO,oBAAoB,uBAA8B;IAE5D;;OAEG;IACO,gBAAgB,uBAA8B;IAExD;;OAEG;IACO,cAAc,8BAAqC;IAGrB,OAAO,EAAG,SAAS,CAAC;IACf,YAAY,EAAG,UAAU,CAAC;IACjB,cAAc,EAAG,gBAAgB,CAAC;IACtC,gBAAgB,EAAG,iBAAiB,CAAC;IAC5D,YAAY,EAAE,GAAG,CAAC;IACf,OAAO,CAAC,eAAe,CAAyB;IACpD,WAAW,EAAG,UAAU,CAAC;IACnD,IAAsC,sBAAsB,CAC1D,SAAS,EAAE,4BAA4B,GAAG,SAAS,EASpD;IACD,mBAAmB,EAAE,4BAA4B,GAAG,IAAI,CAAQ;IAGhE;;OAEG;IACI,yBAAyB,EAAE,OAAO,CAAQ;IAE1C,wBAAwB,EAAE,QAAQ,GAAG,SAAS,CAAC;IAC/C,WAAW,EAAG,WAAW,CAAC;IAE1B,uBAAuB,UAAS;IAEhC,0BAA0B,EAAE,MAAM,CAA+B;IAExE,OAAO,CAAC,kBAAkB,CAAkB;IAC5C,OAAO,CAAC,wBAAwB,CAA8B;IAC9D,OAAO,CAAC,sBAAsB,CAAkC;IACzD,yBAAyB,EAAE,OAAO,CAAS;IAClD,OAAO,CAAC,iBAAiB,CAAuC;IAChE,OAAO,CAAC,qBAAqB,CAAmC;IAChE,OAAO,CAAC,MAAM,CAAC,iCAAiC,CAAa;IAC7D,OAAO,CAAC,GAAG,CAAC,CAAe;IAE3B;;OAEG;IACa,gBAAgB;;;;QAwB9B;gBAGQ,EAAE,EAAE,UAAU,EACd,QAAQ,EAAE,SAAS,EACnB,KAAK,EAAE,cAAc,EACrB,MAAM,EAAE,MAAM,EACd,QAAQ,EAAE,QAAQ,EAClB,KAAK,EAAE,iBAAiB,EACxB,mBAAmB,EAAE,qBAAqB;IAKpD,OAAO,CAAC,kBAAkB,CAAgB;IAC1C,QAAQ;IAGR,WAAkB,+BAA+B,IAAI,MAAM,CAE1D;IAED,OAAO,CAAC,iBAAiB,CAA2B;IACpD,OAAO,CAAC,sBAAsB,CAA2B;IACzD,SAAS,CAAC,wBAAwB;IAqDlC,SAAS,CAAC,UAAU,CAAC,OAAO,EAAE,MAAM;IAMpC,SAAS,CAAC,sBAAsB,CAAC,SAAS,EAAE,GAAG;IAoCxC,4BAA4B,CAAC,CAAC,EAAE,OAAO;IAI9C,IAAW,gCAAgC,IAAI,OAAO,CAErD;IAEM,uBAAuB,CAAC,IAAI,GAAE,OAAc;IAQ5C,wBAAwB,CAAC,IAAI,EAAE,kBAAkB;IAWxD,SAAS,CAAC,oBAAoB,CAAC,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM;IAU7D,SAAS,CAAC,yBAAyB,CAAC,OAAO,EAAE,MAAM;cA2BnC,2BAA2B;IAe3C,IAAW,cAAc,IAAI,MAAM,GAAG,IAAI,CAQzC;IAED,WAAW;IAUX,SAAS,CAAC,2BAA2B;IAsB9B,0BAA0B,EAAE,MAAM,GAAG,SAAS,CAAa;IAC3D,oBAAoB,EAAE,OAAO,CAAS;IACtC,UAAU,EAAE,OAAO,CAAS;IAC5B,SAAS,EAAE,MAAM,CAAK;IAChB,eAAe;IAK5B,SAAS,KAAK,wBAAwB,IAAI,wBAAwB,CAEjE;IAGD;;OAEG;IACa,QAAQ,EAAE,OAAO,CAAQ;IAC5B,IAAI,CAAC,YAAY,GAAE,OAAe;IAiE/C;;OAEG;IACI,OAAO;IAId,OAAO,CAAC,eAAe,CAAkB;IACzC,kBAAkB,IAAI,IAAI;IAYnB,6BAA6B;IAKpC,OAAO,CAAC,MAAM,CAAC,aAAa,CAA0B;cACtC,iBAAiB,CAAC,oBAAoB,GAAE,MAAM,GAAG,SAAqB;IAqFtF;;;;OAIG;IACU,sBAAsB,CAAC,cAAc,EAAE,MAAM,GAAG,OAAO,CAAC,kBAAkB,GAAG,SAAS,CAAC;IAYpG,OAAO,CAAC,aAAa,CAAc;IAC5B,SAAS,CAAC,YAAY,EAAE,kBAAkB;IAK1C,eAAe,CAAC,YAAY,EAAE,kBAAkB;IAK1C,aAAa,CAAC,YAAY,EAAE,kBAAkB;IA+BpD,mCAAmC,EAAE,OAAO,CAAS;IAC5D,OAAO,CAAC,qBAAqB,CAAiC;IACjD,qBAAqB,CAAC,YAAY,EAAE,kBAAkB;IAItD,uBAAuB,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;IAM3C,WAAW,CAAC,YAAY,EAAE,kBAAkB;IAgC5C,qBAAqB;IAqElC,OAAO,CAAC,KAAK,EAAE,GAAG;IAIlB;;;OAGG;IACU,yBAAyB,CAAC,IAAI,EAAE,QAAQ,EAAE,YAAY,EAAE,kBAAkB,GAAG,OAAO,CAAC,OAAO,CAAC;IAoB1G;;;;;OAKG;IACU,kCAAkC,CAAC,IAAI,EAAE,QAAQ,EAAE,YAAY,EAAE,kBAAkB,GAAG,OAAO,CAAC,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,IAAI,CAAC;IAkBrI,8CAA8C,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,IAAI,CAAQ;IAE/F;;;;OAIG;IACU,kBAAkB,CAAC,YAAY,EAAE,kBAAkB;IAkHhE,SAAS,CAAC,oBAAoB,CAAC,cAAc,EAAE,MAAM,GAAG,IAAI;IAkB5D,aAAa,CAAC,KAAK,EAAE,GAAG;IAMxB,eAAe;IAUf,OAAO,CAAC,MAAM,CAAC,cAAc,CAS3B;IACF,OAAO,CAAC,kBAAkB,CAAgB;IAC1C,OAAO,CAAC,oBAAoB;IAa5B,SAAS,CAAC,mBAAmB,CAAC,cAAc,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO;IAUxD,UAAU,CAAC,GAAG,EAAE,MAAM;IAqGtB,eAAe;IASrB,aAAa;IAKb,+BAA+B,CAAC,MAAM,EAAE,wBAAwB,EAAE,mBAAmB,EAAE,OAAO,EAAE,YAAY,EAAE,OAAO;IAwBrH,oCAAoC,CAAC,MAAM,EAAE,wBAAwB;IAkB5E,SAAS,CAAC,sBAAsB,CAAC,aAAa,EAAE,wBAAwB;IAgBxE,SAAS,CAAC,kBAAkB,CAAC,aAAa,EAAE,wBAAwB,EAAE,qBAAqB,GAAE,OAAc;IAa3G,SAAS,CAAC,sBAAsB;IAUhC,SAAS,CAAC,iBAAiB,CAAC,aAAa,EAAE,wBAAwB,EAAE,mBAAmB,EAAE,OAAO;IA0DjG,WAAW;IAmBX,cAAc,IAAI,IAAI;IAMtB,qBAAqB;cAOL,sBAAsB,IAAI,OAAO,CAAC,MAAM,CAAC;IAmEnD,mBAAmB,CAAC,QAAQ,EAAE,MAAM,EAAE,aAAa,EAAE,MAAM,EAAE,oBAAoB,EAAE,kBAAkB,GAAG,SAAS;cAgCvG,kBAAkB,CAAC,cAAc,EAAE,MAAM;IAOzD,OAAO,CAAC,iBAAiB,CAA8B;IACvD,SAAS,CAAC,gBAAgB,CAAC,YAAY,EAAE,kBAAkB,GAAG,OAAO;IAY9D,eAAe,IAAI,OAAO;IAgB1B,0BAA0B,EAAE,OAAO,CAAS;IAC5C,qBAAqB;IAGrB,sBAAsB;IAItB,sBAAsB,EAAE,OAAO,CAAS;IACxC,iBAAiB;IAGX,kBAAkB,CAAC,MAAM,EAAE,KAAK,GAAG,IAAI;IAgBpD,OAAO,CAAC,uBAAuB;IAIxB,UAAU;IAMV,UAAU;IAejB,OAAO,CAAC,0BAA0B;IAY3B,oCAAoC,EAAE,OAAO,CAAS;IACtD,qBAAqB,EAAE,wBAAwB,GAAG,SAAS,CAAC;IAC5D,uBAAuB,EAAE,MAAM,GAAG,QAAQ,CAAU;IACpD,gCAAgC,CAAC,OAAO,EAAE,wBAAwB,EAAE,IAAI,EAAE,MAAM,GAAG,QAAQ;IAO3F,wBAAwB,CAAC,OAAO,EAAE,wBAAwB;IAG1D,0BAA0B,CAAC,OAAO,EAAE,wBAAwB;IAI5D,8BAA8B,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;cAgBzC,WAAW,CAAC,OAAO,EAAE,wBAAwB;cAQ7C,aAAa,CAAC,OAAO,EAAE,wBAAwB;IAgD/D,IAAW,iBAAiB,IAAI,MAAM,CAOrC;yCA7iDU,iBAAiB;2CAAjB,iBAAiB;CA8iD7B"}
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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"}