@memberjunction/ng-skip-chat 2.24.1 → 2.26.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib/module.d.ts +3 -2
- package/dist/lib/module.d.ts.map +1 -1
- package/dist/lib/module.js +5 -1
- package/dist/lib/module.js.map +1 -1
- package/dist/lib/skip-chat/skip-chat.component.d.ts +45 -3
- package/dist/lib/skip-chat/skip-chat.component.d.ts.map +1 -1
- package/dist/lib/skip-chat/skip-chat.component.js +331 -98
- package/dist/lib/skip-chat/skip-chat.component.js.map +1 -1
- package/package.json +12 -11
package/dist/lib/module.d.ts
CHANGED
|
@@ -21,10 +21,11 @@ import * as i19 from "angular-plotly.js";
|
|
|
21
21
|
import * as i20 from "@memberjunction/ng-data-context";
|
|
22
22
|
import * as i21 from "@angular/cdk/overlay";
|
|
23
23
|
import * as i22 from "@progress/kendo-angular-excel-export";
|
|
24
|
-
import * as i23 from "
|
|
24
|
+
import * as i23 from "@memberjunction/ng-resource-permissions";
|
|
25
|
+
import * as i24 from "ngx-markdown";
|
|
25
26
|
export declare class SkipChatModule {
|
|
26
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkipChatModule, never>;
|
|
27
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SkipChatModule, [typeof i1.SkipChatComponent, typeof i2.SkipSingleMessageComponent, typeof i3.SkipDynamicLinearReportComponent, typeof i4.SkipDynamicReportWrapperComponent, typeof i5.SkipDynamicChartComponent, typeof i6.SkipDynamicGridComponent], [typeof i7.CommonModule, typeof i8.LayoutModule, typeof i9.FormsModule, typeof i10.IndicatorsModule, typeof i11.DialogsModule, typeof i12.InputsModule, typeof i13.LabelModule, typeof i14.ContainerDirectivesModule, typeof i15.ListViewModule, typeof i16.DropDownsModule, typeof i17.GridModule, typeof i18.ButtonsModule, typeof i19.PlotlyViaCDNModule, typeof i20.DataContextModule, typeof i21.OverlayModule, typeof i22.ExcelExportModule, typeof i23.MarkdownModule], [typeof i1.SkipChatComponent, typeof i2.SkipSingleMessageComponent, typeof i3.SkipDynamicLinearReportComponent, typeof i4.SkipDynamicReportWrapperComponent, typeof i5.SkipDynamicChartComponent, typeof i6.SkipDynamicGridComponent]>;
|
|
28
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SkipChatModule, [typeof i1.SkipChatComponent, typeof i2.SkipSingleMessageComponent, typeof i3.SkipDynamicLinearReportComponent, typeof i4.SkipDynamicReportWrapperComponent, typeof i5.SkipDynamicChartComponent, typeof i6.SkipDynamicGridComponent], [typeof i7.CommonModule, typeof i8.LayoutModule, typeof i9.FormsModule, typeof i10.IndicatorsModule, typeof i11.DialogsModule, typeof i12.InputsModule, typeof i13.LabelModule, typeof i14.ContainerDirectivesModule, typeof i15.ListViewModule, typeof i16.DropDownsModule, typeof i17.GridModule, typeof i18.ButtonsModule, typeof i19.PlotlyViaCDNModule, typeof i20.DataContextModule, typeof i21.OverlayModule, typeof i22.ExcelExportModule, typeof i23.ResourcePermissionsModule, typeof i24.MarkdownModule], [typeof i1.SkipChatComponent, typeof i2.SkipSingleMessageComponent, typeof i3.SkipDynamicLinearReportComponent, typeof i4.SkipDynamicReportWrapperComponent, typeof i5.SkipDynamicChartComponent, typeof i6.SkipDynamicGridComponent]>;
|
|
28
29
|
static ɵinj: i0.ɵɵInjectorDeclaration<SkipChatModule>;
|
|
29
30
|
}
|
|
30
31
|
//# sourceMappingURL=module.d.ts.map
|
package/dist/lib/module.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../../src/lib/module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../../src/lib/module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AA2CA,qBAsCa,cAAc;yCAAd,cAAc;0CAAd,cAAc;0CAAd,cAAc;CAC1B"}
|
package/dist/lib/module.js
CHANGED
|
@@ -23,6 +23,7 @@ import { MarkdownModule } from 'ngx-markdown';
|
|
|
23
23
|
// MJ
|
|
24
24
|
import { ContainerDirectivesModule } from '@memberjunction/ng-container-directives';
|
|
25
25
|
import { DataContextModule } from '@memberjunction/ng-data-context';
|
|
26
|
+
import { ResourcePermissionsModule } from '@memberjunction/ng-resource-permissions';
|
|
26
27
|
// LOCAL
|
|
27
28
|
import { SkipChatComponent } from './skip-chat/skip-chat.component';
|
|
28
29
|
import { SkipSingleMessageComponent } from './skip-single-message/skip-single-message.component';
|
|
@@ -54,6 +55,7 @@ SkipChatModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonMod
|
|
|
54
55
|
DataContextModule,
|
|
55
56
|
OverlayModule,
|
|
56
57
|
ExcelExportModule,
|
|
58
|
+
ResourcePermissionsModule,
|
|
57
59
|
MarkdownModule.forRoot()] });
|
|
58
60
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SkipChatModule, [{
|
|
59
61
|
type: NgModule,
|
|
@@ -83,6 +85,7 @@ SkipChatModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonMod
|
|
|
83
85
|
DataContextModule,
|
|
84
86
|
OverlayModule,
|
|
85
87
|
ExcelExportModule,
|
|
88
|
+
ResourcePermissionsModule,
|
|
86
89
|
MarkdownModule.forRoot(),
|
|
87
90
|
],
|
|
88
91
|
exports: [
|
|
@@ -115,7 +118,8 @@ SkipChatModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonMod
|
|
|
115
118
|
PlotlyViaCDNModule,
|
|
116
119
|
DataContextModule,
|
|
117
120
|
OverlayModule,
|
|
118
|
-
ExcelExportModule,
|
|
121
|
+
ExcelExportModule,
|
|
122
|
+
ResourcePermissionsModule, i1.MarkdownModule], exports: [SkipChatComponent,
|
|
119
123
|
SkipSingleMessageComponent,
|
|
120
124
|
SkipDynamicLinearReportComponent,
|
|
121
125
|
SkipDynamicReportWrapperComponent,
|
package/dist/lib/module.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"module.js","sourceRoot":"","sources":["../../src/lib/module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACzC,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AACrD,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE7C,+CAA+C;AAC/C,2BAA2B;AAC3B,OAAO,EAAE,aAAa,EAAE,MAAM,gCAAgC,CAAC;AAC/D,OAAO,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,MAAM,oCAAoC,CAAC;AACtE,OAAO,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;AAC5D,OAAO,EAAE,YAAY,EAAE,MAAM,gCAAgC,CAAC;AAC9D,OAAO,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AAClE,OAAO,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AACpE,OAAO,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAC1D,OAAO,EAAE,iBAAiB,EAAE,MAAM,sCAAsC,CAAC;AACzE,OAAO,EAAE,YAAY,EAAE,MAAM,gCAAgC,CAAC;AAE9D,+CAA+C;AAC/C,SAAS;AACT,OAAO,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAKvD,+CAA+C;AAC/C,WAAW;AACX,OAAO,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAE9C,KAAK;AACL,OAAO,EAAE,yBAAyB,EAAE,MAAM,yCAAyC,CAAC;AACpF,OAAO,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAC;
|
|
1
|
+
{"version":3,"file":"module.js","sourceRoot":"","sources":["../../src/lib/module.ts"],"names":[],"mappings":"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"}
|
|
@@ -2,12 +2,13 @@ import { AfterViewInit, AfterViewChecked, OnInit, ViewContainerRef, Renderer2, E
|
|
|
2
2
|
import { Location } from '@angular/common';
|
|
3
3
|
import { ActivatedRoute, Router } from '@angular/router';
|
|
4
4
|
import { UserInfo, CompositeKey } from '@memberjunction/core';
|
|
5
|
-
import { ConversationDetailEntity, ConversationEntity } from '@memberjunction/core-entities';
|
|
5
|
+
import { ConversationDetailEntity, ConversationEntity, ResourcePermissionEngine } from '@memberjunction/core-entities';
|
|
6
6
|
import { Container } from '@memberjunction/ng-container-directives';
|
|
7
7
|
import { ListViewComponent } from '@progress/kendo-angular-listview';
|
|
8
8
|
import { DataContext } from '@memberjunction/data-context';
|
|
9
9
|
import { BaseAngularComponent } from '@memberjunction/ng-base-types';
|
|
10
10
|
import { MJNotificationService } from '@memberjunction/ng-notifications';
|
|
11
|
+
import { ResourcePermissionsComponent } from '@memberjunction/ng-resource-permissions';
|
|
11
12
|
import * as i0 from "@angular/core";
|
|
12
13
|
export declare class SkipChatComponent extends BaseAngularComponent implements OnInit, AfterViewInit, AfterViewChecked, OnDestroy {
|
|
13
14
|
private el;
|
|
@@ -39,6 +40,7 @@ export declare class SkipChatComponent extends BaseAngularComponent implements O
|
|
|
39
40
|
* Set this property in order to set the user image. This can either be a URL or a Blob
|
|
40
41
|
*/
|
|
41
42
|
UserImage: string | Blob | undefined;
|
|
43
|
+
VerboseLogging: boolean;
|
|
42
44
|
/**
|
|
43
45
|
* If true, the component will update the browser URL when the conversation changes. If false, it will not update the URL. Default is true.
|
|
44
46
|
*/
|
|
@@ -47,6 +49,18 @@ export declare class SkipChatComponent extends BaseAngularComponent implements O
|
|
|
47
49
|
* When set to true, the small Skip logo is shown in the conversation list on the top left of the component
|
|
48
50
|
*/
|
|
49
51
|
ShowSkipLogoInConversationList: boolean;
|
|
52
|
+
/**
|
|
53
|
+
* When set to true, the component will show a sharing button that allows the user to share the conversation with others. Default is true.
|
|
54
|
+
*/
|
|
55
|
+
ShowSharingButton: boolean;
|
|
56
|
+
/**
|
|
57
|
+
* This array of role names will be excluded from the list of possible roles to share the conversation with.
|
|
58
|
+
*/
|
|
59
|
+
SharingExcludeRoleNames: string[];
|
|
60
|
+
/**
|
|
61
|
+
* This array of emails will be excluded from the list of possible roles to share the conversation with.
|
|
62
|
+
*/
|
|
63
|
+
SharingExcludeEmails: string[];
|
|
50
64
|
/**
|
|
51
65
|
* This property is used to set the placeholder text for the textbox where the user types their message to Skip.
|
|
52
66
|
*/
|
|
@@ -74,6 +88,8 @@ export declare class SkipChatComponent extends BaseAngularComponent implements O
|
|
|
74
88
|
askSkipInput: any;
|
|
75
89
|
private scrollContainer;
|
|
76
90
|
topLevelDiv: ElementRef;
|
|
91
|
+
set resourcePermissionsRef(component: ResourcePermissionsComponent | undefined);
|
|
92
|
+
resourcePermissions: ResourcePermissionsComponent | null;
|
|
77
93
|
/**
|
|
78
94
|
* Internal state variable to track if the conversation list is visible or not. Defaults to true. Conversation List only is shown if this is true and ShowConversationList is true.
|
|
79
95
|
*/
|
|
@@ -103,6 +119,7 @@ export declare class SkipChatComponent extends BaseAngularComponent implements O
|
|
|
103
119
|
ngOnInit(): void;
|
|
104
120
|
static get SkipChatWindowsCurrentlyVisible(): number;
|
|
105
121
|
protected SubscribeToNotifications(): void;
|
|
122
|
+
protected LogVerbose(message: string): void;
|
|
106
123
|
protected HandlePushStatusUpdate(statusObj: any): void;
|
|
107
124
|
splitterCollapseStateChanged(e: boolean): void;
|
|
108
125
|
get ConversationListCurrentlyVisible(): boolean;
|
|
@@ -114,10 +131,12 @@ export declare class SkipChatComponent extends BaseAngularComponent implements O
|
|
|
114
131
|
get LinkedEntityID(): string | null;
|
|
115
132
|
ngOnDestroy(): void;
|
|
116
133
|
protected updateParentTabPanelStyling(): void;
|
|
134
|
+
conversationResourceTypeID: string | undefined;
|
|
117
135
|
_initialLoadComplete: boolean;
|
|
118
136
|
_isLoading: boolean;
|
|
119
137
|
_numLoads: number;
|
|
120
138
|
ngAfterViewInit(): Promise<void>;
|
|
139
|
+
protected get ResourcePermissionEngine(): ResourcePermissionEngine;
|
|
121
140
|
/**
|
|
122
141
|
* This property is used to determine if the component should automatically load the data when it is first shown. Default is true. Turn this off if you want to have more control over the loading sequence and manually call the Load() method when ready.
|
|
123
142
|
*/
|
|
@@ -131,6 +150,12 @@ export declare class SkipChatComponent extends BaseAngularComponent implements O
|
|
|
131
150
|
ngAfterViewChecked(): void;
|
|
132
151
|
FlipEmbeddedConversationState(): void;
|
|
133
152
|
protected loadConversations(conversationIdToLoad?: string | undefined): Promise<void>;
|
|
153
|
+
/**
|
|
154
|
+
* Loads a conversation from the database based on the conversation ID provided.
|
|
155
|
+
* @param conversationId
|
|
156
|
+
* @returns
|
|
157
|
+
*/
|
|
158
|
+
LoadSingleConversation(conversationId: string): Promise<ConversationEntity | undefined>;
|
|
134
159
|
private _oldConvoName;
|
|
135
160
|
editConvo(conversation: ConversationEntity): void;
|
|
136
161
|
cancelConvoEdit(conversation: ConversationEntity): void;
|
|
@@ -142,6 +167,19 @@ export declare class SkipChatComponent extends BaseAngularComponent implements O
|
|
|
142
167
|
deleteConvo(conversation: ConversationEntity): Promise<void>;
|
|
143
168
|
CreateNewConversation(): Promise<void>;
|
|
144
169
|
onEnter(event: any): void;
|
|
170
|
+
/**
|
|
171
|
+
* This method returns true if the specified user can access the conversation provided, otherwise false.
|
|
172
|
+
* @param conversation
|
|
173
|
+
*/
|
|
174
|
+
UserCanAccessConversation(user: UserInfo, conversation: ConversationEntity): Promise<boolean>;
|
|
175
|
+
/**
|
|
176
|
+
* Returns the permission level of the user for the conversation provided.
|
|
177
|
+
* @param user
|
|
178
|
+
* @param conversation
|
|
179
|
+
* @returns
|
|
180
|
+
*/
|
|
181
|
+
GetUserConversationPermissionLevel(user: UserInfo, conversation: ConversationEntity): Promise<"View" | "Edit" | "Owner" | null>;
|
|
182
|
+
SelectedConversationCurrentUserPermissionLevel: "View" | "Edit" | "Owner" | null;
|
|
145
183
|
/**
|
|
146
184
|
* Sets the currently displayed conversation to the one provided
|
|
147
185
|
* @param conversation
|
|
@@ -174,8 +212,11 @@ export declare class SkipChatComponent extends BaseAngularComponent implements O
|
|
|
174
212
|
protected IsSkipProcessing(Conversation: ConversationEntity): boolean;
|
|
175
213
|
IsTextAreaEmpty(): boolean;
|
|
176
214
|
isDataContextDialogVisible: boolean;
|
|
177
|
-
|
|
215
|
+
showDataContextDialog(): void;
|
|
178
216
|
closeDataContextDialog(): void;
|
|
217
|
+
isSharingDialogVisible: boolean;
|
|
218
|
+
showSharingDialog(): void;
|
|
219
|
+
closeSharingDialog(action: 'yes' | 'no'): Promise<void>;
|
|
179
220
|
private CompositeKeyIsPopulated;
|
|
180
221
|
ngOnDetach(): void;
|
|
181
222
|
ngOnAttach(): void;
|
|
@@ -189,7 +230,8 @@ export declare class SkipChatComponent extends BaseAngularComponent implements O
|
|
|
189
230
|
closeMessageEditOrDeleteDialog(yesno: 'yes' | 'no'): void;
|
|
190
231
|
protected editMessage(message: ConversationDetailEntity): Promise<void>;
|
|
191
232
|
protected deleteMessage(message: ConversationDetailEntity): Promise<void>;
|
|
233
|
+
get NumVisibleButtons(): number;
|
|
192
234
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkipChatComponent, never>;
|
|
193
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SkipChatComponent, "skip-chat", never, { "AllowSend": { "alias": "AllowSend"; "required": false; }; "Messages": { "alias": "Messages"; "required": false; }; "Conversations": { "alias": "Conversations"; "required": false; }; "SelectedConversation": { "alias": "SelectedConversation"; "required": false; }; "ConversationEditMode": { "alias": "ConversationEditMode"; "required": false; }; "ShowConversationList": { "alias": "ShowConversationList"; "required": false; }; "AllowNewConversations": { "alias": "AllowNewConversations"; "required": false; }; "Title": { "alias": "Title"; "required": false; }; "DataContextID": { "alias": "DataContextID"; "required": false; }; "LinkedEntity": { "alias": "LinkedEntity"; "required": false; }; "LinkedEntityCompositeKey": { "alias": "LinkedEntityCompositeKey"; "required": false; }; "ShowDataContextButton": { "alias": "ShowDataContextButton"; "required": false; }; "IncludeLinkedConversationsInList": { "alias": "IncludeLinkedConversationsInList"; "required": false; }; "SkipLogoURL": { "alias": "SkipLogoURL"; "required": false; }; "SkipMarkOnlyLogoURL": { "alias": "SkipMarkOnlyLogoURL"; "required": false; }; "UserImage": { "alias": "UserImage"; "required": false; }; "UpdateAppRoute": { "alias": "UpdateAppRoute"; "required": false; }; "ShowSkipLogoInConversationList": { "alias": "ShowSkipLogoInConversationList"; "required": false; }; "DefaultTextboxPlaceholder": { "alias": "DefaultTextboxPlaceholder"; "required": false; }; "ProcessingTextBoxPlaceholder": { "alias": "ProcessingTextBoxPlaceholder"; "required": false; }; "WelcomeQuestions": { "alias": "WelcomeQuestions"; "required": false; }; "AutoLoad": { "alias": "AutoLoad"; "required": false; }; }, { "NavigateToMatchingReport": "NavigateToMatchingReport"; "ConversationSelected": "ConversationSelected"; "NewReportCreated": "NewReportCreated"; }, never, never, false, never>;
|
|
235
|
+
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"; }, never, never, false, never>;
|
|
194
236
|
}
|
|
195
237
|
//# 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,
|
|
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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"}
|