@memberjunction/ng-explorer-core 2.116.0 → 2.118.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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import { ActivatedRoute, Router } from '@angular/router';
|
|
3
|
-
import {
|
|
3
|
+
import { ActionableCommand, AutomaticCommand } from '@memberjunction/ai-core-plus';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
6
6
|
* Wrapper component for the conversations interface within MJ Explorer
|
|
@@ -39,13 +39,15 @@ export declare class ChatWrapperComponent implements OnInit {
|
|
|
39
39
|
taskId?: string;
|
|
40
40
|
}): void;
|
|
41
41
|
/**
|
|
42
|
-
* Handle
|
|
43
|
-
*
|
|
42
|
+
* Handle actionable commands from agents and UI interactions
|
|
43
|
+
* Routes commands to appropriate Explorer services (SharedService for entity records, etc.)
|
|
44
44
|
*/
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
45
|
+
onActionableCommand(command: ActionableCommand): void;
|
|
46
|
+
/**
|
|
47
|
+
* Handle automatic commands from agents
|
|
48
|
+
* Shows notifications using SharedService notification system
|
|
49
|
+
*/
|
|
50
|
+
onAutomaticCommand(command: AutomaticCommand): void;
|
|
49
51
|
static ɵfac: i0.ɵɵFactoryDeclaration<ChatWrapperComponent, never>;
|
|
50
52
|
static ɵcmp: i0.ɵɵComponentDeclaration<ChatWrapperComponent, "mj-chat-wrapper", never, {}, {}, never, never, false, never>;
|
|
51
53
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chat-wrapper.component.d.ts","sourceRoot":"","sources":["../../../src/lib/chat-wrapper/chat-wrapper.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"chat-wrapper.component.d.ts","sourceRoot":"","sources":["../../../src/lib/chat-wrapper/chat-wrapper.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAKzD,OAAO,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;;AAEnF;;;;GAIG;AACH,qBAiCa,oBAAqB,YAAW,MAAM;IAe/C,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,MAAM;IAfT,aAAa,EAAE,MAAM,CAAM;IAC3B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,aAAa,CAAC,EAAE,SAAS,GAAG,MAAM,CAAC;IACnC,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,WAAW,EAAE,GAAG,CAAQ;IAGxB,SAAS,CAAC,EAAE,eAAe,GAAG,aAAa,GAAG,OAAO,CAAC;IACtD,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,YAAY,CAAC,EAAE,MAAM,CAAC;gBAGnB,KAAK,EAAE,cAAc,EACrB,MAAM,EAAE,MAAM;IAGxB,QAAQ;IA+CR;;;OAGG;IACH,wBAAwB,IAAI,IAAI;IAgBhC;;;OAGG;IACH,mBAAmB,CAAC,KAAK,EAAE;QACzB,GAAG,EAAE,eAAe,GAAG,aAAa,GAAG,OAAO,CAAC;QAC/C,cAAc,CAAC,EAAE,MAAM,CAAC;QACxB,YAAY,CAAC,EAAE,MAAM,CAAC;QACtB,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,MAAM,CAAC,EAAE,MAAM,CAAC;KACjB,GAAG,IAAI;IAuCR;;;OAGG;IACH,mBAAmB,CAAC,OAAO,EAAE,iBAAiB,GAAG,IAAI;IAkDrD;;;OAGG;IACH,kBAAkB,CAAC,OAAO,EAAE,gBAAgB,GAAG,IAAI;yCAjMxC,oBAAoB;2CAApB,oBAAoB;CAoNhC"}
|
|
@@ -5,7 +5,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
5
5
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
6
|
};
|
|
7
7
|
import { Component } from '@angular/core';
|
|
8
|
-
import { Metadata } from '@memberjunction/core';
|
|
8
|
+
import { Metadata, CompositeKey } from '@memberjunction/core';
|
|
9
9
|
import { RegisterClass } from '@memberjunction/global';
|
|
10
10
|
import { EnvironmentEntityExtended } from '@memberjunction/core-entities';
|
|
11
11
|
import { BaseNavigationComponent, SharedService } from '@memberjunction/ng-shared';
|
|
@@ -16,7 +16,7 @@ import * as i3 from "@memberjunction/ng-conversations";
|
|
|
16
16
|
function ChatWrapperComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
17
17
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
18
18
|
i0.ɵɵelementStart(0, "div", 1)(1, "mj-conversation-workspace", 2);
|
|
19
|
-
i0.ɵɵlistener("navigationChanged", function ChatWrapperComponent_div_0_Template_mj_conversation_workspace_navigationChanged_1_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onNavigationChanged($event)); })("newConversationStarted", function ChatWrapperComponent_div_0_Template_mj_conversation_workspace_newConversationStarted_1_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onNewConversationStarted()); })("
|
|
19
|
+
i0.ɵɵlistener("navigationChanged", function ChatWrapperComponent_div_0_Template_mj_conversation_workspace_navigationChanged_1_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onNavigationChanged($event)); })("newConversationStarted", function ChatWrapperComponent_div_0_Template_mj_conversation_workspace_newConversationStarted_1_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onNewConversationStarted()); })("actionableCommandExecuted", function ChatWrapperComponent_div_0_Template_mj_conversation_workspace_actionableCommandExecuted_1_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onActionableCommand($event)); })("automaticCommandExecuted", function ChatWrapperComponent_div_0_Template_mj_conversation_workspace_automaticCommandExecuted_1_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onAutomaticCommand($event)); });
|
|
20
20
|
i0.ɵɵelementEnd()();
|
|
21
21
|
} if (rf & 2) {
|
|
22
22
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
@@ -147,14 +147,79 @@ let ChatWrapperComponent = class ChatWrapperComponent {
|
|
|
147
147
|
});
|
|
148
148
|
}
|
|
149
149
|
/**
|
|
150
|
-
* Handle
|
|
151
|
-
*
|
|
150
|
+
* Handle actionable commands from agents and UI interactions
|
|
151
|
+
* Routes commands to appropriate Explorer services (SharedService for entity records, etc.)
|
|
152
152
|
*/
|
|
153
|
-
|
|
154
|
-
|
|
153
|
+
onActionableCommand(command) {
|
|
154
|
+
console.log('🎯 Explorer handling actionable command:', command);
|
|
155
|
+
if (command.type === 'open:resource') {
|
|
156
|
+
// Handle opening MJ resources using SharedService
|
|
157
|
+
const { resourceType, resourceId, entityName, mode } = command;
|
|
158
|
+
if (resourceType === 'Record') {
|
|
159
|
+
// Open entity record using SharedService
|
|
160
|
+
if (!entityName) {
|
|
161
|
+
console.error('entityName is required for Record type commands');
|
|
162
|
+
return;
|
|
163
|
+
}
|
|
164
|
+
const compositeKey = new CompositeKey([{ FieldName: 'ID', Value: resourceId }]);
|
|
165
|
+
SharedService.Instance.OpenEntityRecord(entityName, compositeKey);
|
|
166
|
+
}
|
|
167
|
+
else {
|
|
168
|
+
// For other resource types (Dashboard, Report, Form, View), navigate using Router
|
|
169
|
+
const routeMap = {
|
|
170
|
+
'Dashboard': '/dashboard',
|
|
171
|
+
'Report': '/report',
|
|
172
|
+
'Form': '/form',
|
|
173
|
+
'View': '/view'
|
|
174
|
+
};
|
|
175
|
+
const basePath = routeMap[resourceType];
|
|
176
|
+
if (basePath) {
|
|
177
|
+
const queryParams = command.parameters || {};
|
|
178
|
+
if (mode) {
|
|
179
|
+
queryParams['mode'] = mode;
|
|
180
|
+
}
|
|
181
|
+
this.router.navigate([`${basePath}/${resourceId}`], { queryParams });
|
|
182
|
+
}
|
|
183
|
+
else {
|
|
184
|
+
console.warn('Unknown resource type:', resourceType);
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
else if (command.type === 'open:url') {
|
|
189
|
+
// Handle opening external URLs
|
|
190
|
+
const { url, newTab } = command;
|
|
191
|
+
if (newTab !== false) {
|
|
192
|
+
// Open in new tab (default behavior)
|
|
193
|
+
window.open(url, '_blank', 'noopener,noreferrer');
|
|
194
|
+
}
|
|
195
|
+
else {
|
|
196
|
+
// Navigate in current window
|
|
197
|
+
window.location.href = url;
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
/**
|
|
202
|
+
* Handle automatic commands from agents
|
|
203
|
+
* Shows notifications using SharedService notification system
|
|
204
|
+
*/
|
|
205
|
+
onAutomaticCommand(command) {
|
|
206
|
+
console.log('🎯 Explorer handling automatic command:', command);
|
|
207
|
+
if (command.type === 'notification') {
|
|
208
|
+
// Show notification using SharedService
|
|
209
|
+
const { message, severity, duration } = command;
|
|
210
|
+
// Map severity to SharedService notification types
|
|
211
|
+
const typeMap = {
|
|
212
|
+
'success': 'success',
|
|
213
|
+
'info': 'info',
|
|
214
|
+
'warning': 'warning',
|
|
215
|
+
'error': 'error'
|
|
216
|
+
};
|
|
217
|
+
const notificationType = typeMap[severity || 'info'] || 'info';
|
|
218
|
+
SharedService.Instance.CreateSimpleNotification(message, notificationType, duration || 3000);
|
|
219
|
+
}
|
|
155
220
|
}
|
|
156
221
|
static ɵfac = function ChatWrapperComponent_Factory(t) { return new (t || ChatWrapperComponent)(i0.ɵɵdirectiveInject(i1.ActivatedRoute), i0.ɵɵdirectiveInject(i1.Router)); };
|
|
157
|
-
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ChatWrapperComponent, selectors: [["mj-chat-wrapper"]], decls: 1, vars: 1, consts: [["class", "chat-wrapper", 4, "ngIf"], [1, "chat-wrapper"], [3, "navigationChanged", "newConversationStarted", "
|
|
222
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ChatWrapperComponent, selectors: [["mj-chat-wrapper"]], decls: 1, vars: 1, consts: [["class", "chat-wrapper", 4, "ngIf"], [1, "chat-wrapper"], [3, "navigationChanged", "newConversationStarted", "actionableCommandExecuted", "automaticCommandExecuted", "environmentId", "initialConversationId", "currentUser", "layout", "activeContext", "contextItemId", "activeTabInput", "activeConversationInput", "activeCollectionInput", "activeVersionIdInput", "activeTaskInput"]], template: function ChatWrapperComponent_Template(rf, ctx) { if (rf & 1) {
|
|
158
223
|
i0.ɵɵtemplate(0, ChatWrapperComponent_div_0_Template, 2, 11, "div", 0);
|
|
159
224
|
} if (rf & 2) {
|
|
160
225
|
i0.ɵɵproperty("ngIf", ctx.currentUser);
|
|
@@ -182,10 +247,11 @@ export { ChatWrapperComponent };
|
|
|
182
247
|
[activeTaskInput]="activeTaskId"
|
|
183
248
|
(navigationChanged)="onNavigationChanged($event)"
|
|
184
249
|
(newConversationStarted)="onNewConversationStarted()"
|
|
185
|
-
(
|
|
250
|
+
(actionableCommandExecuted)="onActionableCommand($event)"
|
|
251
|
+
(automaticCommandExecuted)="onAutomaticCommand($event)">
|
|
186
252
|
</mj-conversation-workspace>
|
|
187
253
|
</div>
|
|
188
254
|
`, styles: ["\n .chat-wrapper {\n width: 100%;\n height: 100%;\n display: flex;\n flex-direction: column;\n }\n "] }]
|
|
189
255
|
}], () => [{ type: i1.ActivatedRoute }, { type: i1.Router }], null); })();
|
|
190
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ChatWrapperComponent, { className: "ChatWrapperComponent", filePath: "src/lib/chat-wrapper/chat-wrapper.component.ts", lineNumber:
|
|
256
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ChatWrapperComponent, { className: "ChatWrapperComponent", filePath: "src/lib/chat-wrapper/chat-wrapper.component.ts", lineNumber: 47 }); })();
|
|
191
257
|
//# sourceMappingURL=chat-wrapper.component.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chat-wrapper.component.js","sourceRoot":"","sources":["../../../src/lib/chat-wrapper/chat-wrapper.component.ts"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,SAAS,EAAU,MAAM,eAAe,CAAC;AAElD,OAAO,EAAE,QAAQ,
|
|
1
|
+
{"version":3,"file":"chat-wrapper.component.js","sourceRoot":"","sources":["../../../src/lib/chat-wrapper/chat-wrapper.component.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@memberjunction/ng-explorer-core",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.118.0",
|
|
4
4
|
"description": "MemberJunction Explorer: Core Angular Components",
|
|
5
5
|
"main": "./dist/public-api.js",
|
|
6
6
|
"typings": "./dist/public-api.d.ts",
|
|
@@ -26,32 +26,32 @@
|
|
|
26
26
|
"@angular/router": "18.0.2"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@memberjunction/global": "2.
|
|
30
|
-
"@memberjunction/core": "2.
|
|
31
|
-
"@memberjunction/core-entities": "2.
|
|
32
|
-
"@memberjunction/entity-communications-client": "2.
|
|
33
|
-
"@memberjunction/communication-types": "2.
|
|
34
|
-
"@memberjunction/templates-base-types": "2.
|
|
35
|
-
"@memberjunction/ng-compare-records": "2.
|
|
36
|
-
"@memberjunction/ng-file-storage": "2.
|
|
37
|
-
"@memberjunction/ng-record-changes": "2.
|
|
38
|
-
"@memberjunction/ng-container-directives": "2.
|
|
39
|
-
"@memberjunction/ng-user-view-grid": "2.
|
|
40
|
-
"@memberjunction/ng-query-grid": "2.
|
|
41
|
-
"@memberjunction/ng-user-view-properties": "2.
|
|
42
|
-
"@memberjunction/ng-shared": "2.
|
|
43
|
-
"@memberjunction/ng-tabstrip": "2.
|
|
44
|
-
"@memberjunction/ng-skip-chat": "2.
|
|
45
|
-
"@memberjunction/ng-conversations": "2.
|
|
46
|
-
"@memberjunction/ng-ask-skip": "2.
|
|
47
|
-
"@memberjunction/ng-auth-services": "2.
|
|
48
|
-
"@memberjunction/ng-user-avatar": "2.
|
|
49
|
-
"@memberjunction/ng-explorer-settings": "2.
|
|
50
|
-
"@memberjunction/ng-base-forms": "2.
|
|
51
|
-
"@memberjunction/ng-entity-form-dialog": "2.
|
|
52
|
-
"@memberjunction/ng-record-selector": "2.
|
|
53
|
-
"@memberjunction/ng-resource-permissions": "2.
|
|
54
|
-
"@memberjunction/ng-dashboards": "2.
|
|
29
|
+
"@memberjunction/global": "2.118.0",
|
|
30
|
+
"@memberjunction/core": "2.118.0",
|
|
31
|
+
"@memberjunction/core-entities": "2.118.0",
|
|
32
|
+
"@memberjunction/entity-communications-client": "2.118.0",
|
|
33
|
+
"@memberjunction/communication-types": "2.118.0",
|
|
34
|
+
"@memberjunction/templates-base-types": "2.118.0",
|
|
35
|
+
"@memberjunction/ng-compare-records": "2.118.0",
|
|
36
|
+
"@memberjunction/ng-file-storage": "2.118.0",
|
|
37
|
+
"@memberjunction/ng-record-changes": "2.118.0",
|
|
38
|
+
"@memberjunction/ng-container-directives": "2.118.0",
|
|
39
|
+
"@memberjunction/ng-user-view-grid": "2.118.0",
|
|
40
|
+
"@memberjunction/ng-query-grid": "2.118.0",
|
|
41
|
+
"@memberjunction/ng-user-view-properties": "2.118.0",
|
|
42
|
+
"@memberjunction/ng-shared": "2.118.0",
|
|
43
|
+
"@memberjunction/ng-tabstrip": "2.118.0",
|
|
44
|
+
"@memberjunction/ng-skip-chat": "2.118.0",
|
|
45
|
+
"@memberjunction/ng-conversations": "2.118.0",
|
|
46
|
+
"@memberjunction/ng-ask-skip": "2.118.0",
|
|
47
|
+
"@memberjunction/ng-auth-services": "2.118.0",
|
|
48
|
+
"@memberjunction/ng-user-avatar": "2.118.0",
|
|
49
|
+
"@memberjunction/ng-explorer-settings": "2.118.0",
|
|
50
|
+
"@memberjunction/ng-base-forms": "2.118.0",
|
|
51
|
+
"@memberjunction/ng-entity-form-dialog": "2.118.0",
|
|
52
|
+
"@memberjunction/ng-record-selector": "2.118.0",
|
|
53
|
+
"@memberjunction/ng-resource-permissions": "2.118.0",
|
|
54
|
+
"@memberjunction/ng-dashboards": "2.118.0",
|
|
55
55
|
"@progress/kendo-angular-grid": "16.2.0",
|
|
56
56
|
"@progress/kendo-angular-buttons": "16.2.0",
|
|
57
57
|
"@progress/kendo-angular-listview": "16.2.0",
|