@memberjunction/ng-conversations 5.44.0 → 5.45.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 (109) hide show
  1. package/dist/lib/components/artifact/artifact-share-modal.component.d.ts +3 -1
  2. package/dist/lib/components/artifact/artifact-share-modal.component.d.ts.map +1 -1
  3. package/dist/lib/components/artifact/artifact-share-modal.component.js +16 -12
  4. package/dist/lib/components/artifact/artifact-share-modal.component.js.map +1 -1
  5. package/dist/lib/components/collection/collection-share-modal.component.d.ts +3 -1
  6. package/dist/lib/components/collection/collection-share-modal.component.d.ts.map +1 -1
  7. package/dist/lib/components/collection/collection-share-modal.component.js +16 -12
  8. package/dist/lib/components/collection/collection-share-modal.component.js.map +1 -1
  9. package/dist/lib/components/collection/collection-tree.component.d.ts +3 -1
  10. package/dist/lib/components/collection/collection-tree.component.d.ts.map +1 -1
  11. package/dist/lib/components/collection/collection-tree.component.js +10 -7
  12. package/dist/lib/components/collection/collection-tree.component.js.map +1 -1
  13. package/dist/lib/components/collection/collection-view.component.d.ts +3 -1
  14. package/dist/lib/components/collection/collection-view.component.d.ts.map +1 -1
  15. package/dist/lib/components/collection/collection-view.component.js +10 -8
  16. package/dist/lib/components/collection/collection-view.component.js.map +1 -1
  17. package/dist/lib/components/composer/ai-composer.component.d.ts +103 -0
  18. package/dist/lib/components/composer/ai-composer.component.d.ts.map +1 -0
  19. package/dist/lib/components/composer/ai-composer.component.js +263 -0
  20. package/dist/lib/components/composer/ai-composer.component.js.map +1 -0
  21. package/dist/lib/components/conversation/conversation-chat-area.component.d.ts +3 -4
  22. package/dist/lib/components/conversation/conversation-chat-area.component.d.ts.map +1 -1
  23. package/dist/lib/components/conversation/conversation-chat-area.component.js +36 -36
  24. package/dist/lib/components/conversation/conversation-chat-area.component.js.map +1 -1
  25. package/dist/lib/components/conversation/conversation-empty-state.component.d.ts +1 -1
  26. package/dist/lib/components/conversation/conversation-empty-state.component.d.ts.map +1 -1
  27. package/dist/lib/components/conversation/conversation-empty-state.component.js.map +1 -1
  28. package/dist/lib/components/message/message-input.component.d.ts +5 -6
  29. package/dist/lib/components/message/message-input.component.d.ts.map +1 -1
  30. package/dist/lib/components/message/message-input.component.js +35 -20
  31. package/dist/lib/components/message/message-input.component.js.map +1 -1
  32. package/dist/lib/components/message/message-item.component.d.ts +2 -3
  33. package/dist/lib/components/message/message-item.component.d.ts.map +1 -1
  34. package/dist/lib/components/message/message-item.component.js +17 -17
  35. package/dist/lib/components/message/message-item.component.js.map +1 -1
  36. package/dist/lib/components/overlay/chat-overlay.component.d.ts +1 -1
  37. package/dist/lib/components/overlay/chat-overlay.component.d.ts.map +1 -1
  38. package/dist/lib/components/overlay/chat-overlay.component.js.map +1 -1
  39. package/dist/lib/components/sidebar/conversation-sidebar.component.d.ts +11 -3
  40. package/dist/lib/components/sidebar/conversation-sidebar.component.d.ts.map +1 -1
  41. package/dist/lib/components/sidebar/conversation-sidebar.component.js +34 -10
  42. package/dist/lib/components/sidebar/conversation-sidebar.component.js.map +1 -1
  43. package/dist/lib/components/sidebar/routines-section.component.d.ts +73 -0
  44. package/dist/lib/components/sidebar/routines-section.component.d.ts.map +1 -0
  45. package/dist/lib/components/sidebar/routines-section.component.js +211 -0
  46. package/dist/lib/components/sidebar/routines-section.component.js.map +1 -0
  47. package/dist/lib/components/tasks/tasks-dropdown.component.d.ts +12 -0
  48. package/dist/lib/components/tasks/tasks-dropdown.component.d.ts.map +1 -1
  49. package/dist/lib/components/tasks/tasks-dropdown.component.js +37 -1
  50. package/dist/lib/components/tasks/tasks-dropdown.component.js.map +1 -1
  51. package/dist/lib/components/workspace/conversation-workspace.component.d.ts +11 -5
  52. package/dist/lib/components/workspace/conversation-workspace.component.d.ts.map +1 -1
  53. package/dist/lib/components/workspace/conversation-workspace.component.js +35 -26
  54. package/dist/lib/components/workspace/conversation-workspace.component.js.map +1 -1
  55. package/dist/lib/composer-plugins/agent-mention.provider.d.ts +16 -0
  56. package/dist/lib/composer-plugins/agent-mention.provider.d.ts.map +1 -0
  57. package/dist/lib/composer-plugins/agent-mention.provider.js +28 -0
  58. package/dist/lib/composer-plugins/agent-mention.provider.js.map +1 -0
  59. package/dist/lib/composer-plugins/base-conversation-mention.provider.d.ts +20 -0
  60. package/dist/lib/composer-plugins/base-conversation-mention.provider.d.ts.map +1 -0
  61. package/dist/lib/composer-plugins/base-conversation-mention.provider.js +32 -0
  62. package/dist/lib/composer-plugins/base-conversation-mention.provider.js.map +1 -0
  63. package/dist/lib/composer-plugins/load-composer-plugins.d.ts +9 -0
  64. package/dist/lib/composer-plugins/load-composer-plugins.d.ts.map +1 -0
  65. package/dist/lib/composer-plugins/load-composer-plugins.js +17 -0
  66. package/dist/lib/composer-plugins/load-composer-plugins.js.map +1 -0
  67. package/dist/lib/composer-plugins/record-mention.provider.d.ts +14 -0
  68. package/dist/lib/composer-plugins/record-mention.provider.d.ts.map +1 -0
  69. package/dist/lib/composer-plugins/record-mention.provider.js +26 -0
  70. package/dist/lib/composer-plugins/record-mention.provider.js.map +1 -0
  71. package/dist/lib/composer-plugins/skill-command.provider.d.ts +15 -0
  72. package/dist/lib/composer-plugins/skill-command.provider.d.ts.map +1 -0
  73. package/dist/lib/composer-plugins/skill-command.provider.js +27 -0
  74. package/dist/lib/composer-plugins/skill-command.provider.js.map +1 -0
  75. package/dist/lib/conversations.module.d.ts +74 -73
  76. package/dist/lib/conversations.module.d.ts.map +1 -1
  77. package/dist/lib/conversations.module.js +33 -13
  78. package/dist/lib/conversations.module.js.map +1 -1
  79. package/dist/lib/services/active-tasks.service.d.ts.map +1 -1
  80. package/dist/lib/services/active-tasks.service.js +4 -1
  81. package/dist/lib/services/active-tasks.service.js.map +1 -1
  82. package/dist/lib/services/conversation-agent.service.d.ts +7 -0
  83. package/dist/lib/services/conversation-agent.service.d.ts.map +1 -1
  84. package/dist/lib/services/conversation-agent.service.js +20 -0
  85. package/dist/lib/services/conversation-agent.service.js.map +1 -1
  86. package/dist/lib/services/conversation-attachment.service.d.ts +1 -1
  87. package/dist/lib/services/conversation-attachment.service.d.ts.map +1 -1
  88. package/dist/lib/services/conversation-attachment.service.js.map +1 -1
  89. package/dist/lib/services/mention-autocomplete.service.d.ts +27 -20
  90. package/dist/lib/services/mention-autocomplete.service.d.ts.map +1 -1
  91. package/dist/lib/services/mention-autocomplete.service.js +55 -16
  92. package/dist/lib/services/mention-autocomplete.service.js.map +1 -1
  93. package/dist/public-api.d.ts +23 -3
  94. package/dist/public-api.d.ts.map +1 -1
  95. package/dist/public-api.js +38 -3
  96. package/dist/public-api.js.map +1 -1
  97. package/package.json +29 -27
  98. package/dist/lib/components/mention/mention-dropdown.component.d.ts +0 -53
  99. package/dist/lib/components/mention/mention-dropdown.component.d.ts.map +0 -1
  100. package/dist/lib/components/mention/mention-dropdown.component.js +0 -297
  101. package/dist/lib/components/mention/mention-dropdown.component.js.map +0 -1
  102. package/dist/lib/components/mention/mention-editor.component.d.ts +0 -256
  103. package/dist/lib/components/mention/mention-editor.component.d.ts.map +0 -1
  104. package/dist/lib/components/mention/mention-editor.component.js +0 -1247
  105. package/dist/lib/components/mention/mention-editor.component.js.map +0 -1
  106. package/dist/lib/components/message/message-input-box.component.d.ts +0 -132
  107. package/dist/lib/components/message/message-input-box.component.d.ts.map +0 -1
  108. package/dist/lib/components/message/message-input-box.component.js +0 -327
  109. package/dist/lib/components/message/message-input-box.component.js.map +0 -1
@@ -1,256 +0,0 @@
1
- import { EventEmitter, ElementRef, AfterViewInit, OnInit, ChangeDetectorRef } from '@angular/core';
2
- import { ControlValueAccessor } from '@angular/forms';
3
- import { MentionAutocompleteService, MentionSuggestion } from '../../services/mention-autocomplete.service';
4
- import { UserInfo } from '@memberjunction/core';
5
- import * as i0 from "@angular/core";
6
- /**
7
- * Represents a pending attachment that hasn't been uploaded yet
8
- */
9
- export interface PendingAttachment {
10
- /** Local ID for tracking */
11
- id: string;
12
- /** Original File object (null for artifact references) */
13
- file: File | null;
14
- /** Base64 data URL for display */
15
- dataUrl: string;
16
- /** MIME type */
17
- mimeType: string;
18
- /** Original filename */
19
- fileName: string;
20
- /** File size in bytes */
21
- sizeBytes: number;
22
- /** Width in pixels (for images) */
23
- width?: number;
24
- /** Height in pixels (for images) */
25
- height?: number;
26
- /** Small thumbnail URL for preview */
27
- thumbnailUrl?: string;
28
- /** MJStorage File ID (for artifact references, mutually exclusive with inline data) */
29
- fileID?: string;
30
- /** Source of the attachment */
31
- source?: 'upload' | 'artifact';
32
- /** Artifact Version ID (for artifact references, used to create ConversationDetailArtifact) */
33
- artifactVersionId?: string;
34
- }
35
- /**
36
- * ContentEditable-based mention editor with visual chips/pills
37
- * Provides Slack/Teams-style mention UX with immutable mention tokens
38
- */
39
- export declare class MentionEditorComponent implements OnInit, AfterViewInit, ControlValueAccessor {
40
- private mentionAutocomplete;
41
- private cdr;
42
- editorRef: ElementRef<HTMLDivElement>;
43
- placeholder: string;
44
- disabled: boolean;
45
- currentUser?: UserInfo;
46
- enableMentions: boolean;
47
- enableAttachments: boolean;
48
- maxAttachments: number;
49
- maxAttachmentSizeBytes: number;
50
- acceptedFileTypes: string;
51
- valueChange: EventEmitter<string>;
52
- mentionSelected: EventEmitter<MentionSuggestion>;
53
- enterPressed: EventEmitter<string>;
54
- attachmentsChanged: EventEmitter<PendingAttachment[]>;
55
- attachmentError: EventEmitter<string>;
56
- attachmentClicked: EventEmitter<PendingAttachment>;
57
- pendingAttachments: PendingAttachment[];
58
- isDragOver: boolean;
59
- showMentionDropdown: boolean;
60
- mentionSuggestions: MentionSuggestion[];
61
- mentionDropdownPosition: {
62
- top: number;
63
- left: number;
64
- };
65
- mentionDropdownShowAbove: boolean;
66
- private mentionStartIndex;
67
- private mentionQuery;
68
- /** Mention trigger characters: '@' for agents/users, '#' for entities */
69
- private static readonly MENTION_TRIGGERS;
70
- /** The trigger char that opened the current mention dropdown */
71
- private activeTrigger;
72
- private onChange;
73
- onTouched: () => void;
74
- constructor(mentionAutocomplete: MentionAutocompleteService, cdr: ChangeDetectorRef);
75
- ngOnInit(): Promise<void>;
76
- ngAfterViewInit(): void;
77
- /**
78
- * Handle clicks on the container - focus the editor if clicking outside the contentEditable
79
- */
80
- onContainerClick(event: MouseEvent): void;
81
- /**
82
- * Handle input changes in contentEditable
83
- */
84
- onInput(): void;
85
- /**
86
- * Handle blur event - close dropdown when editor loses focus
87
- */
88
- onBlur(): void;
89
- /**
90
- * Handle paste event - images or plain text
91
- */
92
- onPaste(event: ClipboardEvent): void;
93
- /**
94
- * Handle keydown events
95
- */
96
- onKeyDown(event: KeyboardEvent): void;
97
- /**
98
- * Handle @mention input detection
99
- */
100
- private handleMentionInput;
101
- /**
102
- * Get text before cursor position
103
- */
104
- private getTextBeforeCursor;
105
- /**
106
- * Position the mention dropdown
107
- */
108
- private positionMentionDropdown;
109
- /**
110
- * Handle mention selection from dropdown
111
- */
112
- onMentionSelected(suggestion: MentionSuggestion): void;
113
- /**
114
- * Insert a mention chip at the current cursor position
115
- */
116
- private insertMentionChip;
117
- /**
118
- * Create a mention chip DOM element
119
- */
120
- private createMentionChip;
121
- /**
122
- * Add configuration preset dropdown to agent chip
123
- */
124
- private addConfigurationDropdown;
125
- /**
126
- * Get icon classes with proper FA prefix
127
- */
128
- private getIconClasses;
129
- /**
130
- * Handle backspace key - delete entire chip if cursor is right after one
131
- */
132
- private handleBackspace;
133
- /**
134
- * Close mention dropdown
135
- */
136
- closeMentionDropdown(): void;
137
- /**
138
- * Convert editor HTML to plain text with @mentions
139
- */
140
- private getPlainText;
141
- /**
142
- * Get text from a node recursively
143
- */
144
- private getNodeText;
145
- /**
146
- * Set editor content from plain text (for programmatic updates)
147
- */
148
- private setEditorContent;
149
- writeValue(value: string): void;
150
- registerOnChange(fn: (value: string) => void): void;
151
- registerOnTouched(fn: () => void): void;
152
- setDisabledState(isDisabled: boolean): void;
153
- /**
154
- * Focus the editor
155
- */
156
- focus(): void;
157
- /**
158
- * Clear the editor content and pending attachments
159
- */
160
- clear(): void;
161
- /**
162
- * Extract mention chips with their configuration data
163
- * Returns array of objects containing mention info and preset configuration
164
- */
165
- getMentionChipsData(): Array<{
166
- id: string;
167
- type: string;
168
- name: string;
169
- presetId?: string;
170
- presetName?: string;
171
- }>;
172
- /**
173
- * Get the plain text value with mentions encoded as JSON
174
- * This format preserves configuration information when messages are saved
175
- * Format: @{type:"agent",id:"uuid",name:"Agent Name",configId:"uuid",config:"High"}
176
- */
177
- getPlainTextWithJsonMentions(): string;
178
- /**
179
- * Handle drag over event
180
- */
181
- onDragOver(event: DragEvent): void;
182
- /**
183
- * Handle drag leave event
184
- */
185
- onDragLeave(event: DragEvent): void;
186
- /**
187
- * Handle drop event
188
- */
189
- onDrop(event: DragEvent): void;
190
- /**
191
- * Handle file input change (from file picker)
192
- */
193
- onFileSelected(event: Event): void;
194
- /**
195
- * Process a file for attachment
196
- */
197
- private processFile;
198
- /**
199
- * Validate a file against settings
200
- */
201
- private validateFile;
202
- /**
203
- * Check if file type is accepted
204
- */
205
- private isAcceptedFile;
206
- /**
207
- * Read file as data URL
208
- */
209
- private readFileAsDataUrl;
210
- /**
211
- * Get image dimensions
212
- */
213
- private getImageDimensions;
214
- /**
215
- * Generate unique attachment ID
216
- */
217
- private generateAttachmentId;
218
- /**
219
- * Remove a pending attachment by ID
220
- */
221
- removeAttachment(id: string): void;
222
- /**
223
- * Get all pending attachments
224
- */
225
- getPendingAttachments(): PendingAttachment[];
226
- /**
227
- * Add an artifact as a pending attachment programmatically.
228
- * Used by the artifact picker to attach artifacts as conversation inputs.
229
- */
230
- AddArtifactAttachment(artifact: {
231
- fileID: string;
232
- fileName: string;
233
- mimeType: string;
234
- sizeBytes: number;
235
- artifactVersionId?: string;
236
- }): PendingAttachment;
237
- /**
238
- * Clear all pending attachments
239
- */
240
- clearPendingAttachments(): void;
241
- /**
242
- * Handle click on an attachment thumbnail
243
- */
244
- onAttachmentClick(attachment: PendingAttachment): void;
245
- /**
246
- * Check if there are any pending attachments
247
- */
248
- hasAttachments(): boolean;
249
- /**
250
- * Trigger file picker programmatically
251
- */
252
- openFilePicker(): void;
253
- static ɵfac: i0.ɵɵFactoryDeclaration<MentionEditorComponent, never>;
254
- static ɵcmp: i0.ɵɵComponentDeclaration<MentionEditorComponent, "mj-mention-editor", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "currentUser": { "alias": "currentUser"; "required": false; }; "enableMentions": { "alias": "enableMentions"; "required": false; }; "enableAttachments": { "alias": "enableAttachments"; "required": false; }; "maxAttachments": { "alias": "maxAttachments"; "required": false; }; "maxAttachmentSizeBytes": { "alias": "maxAttachmentSizeBytes"; "required": false; }; "acceptedFileTypes": { "alias": "acceptedFileTypes"; "required": false; }; }, { "valueChange": "valueChange"; "mentionSelected": "mentionSelected"; "enterPressed": "enterPressed"; "attachmentsChanged": "attachmentsChanged"; "attachmentError": "attachmentError"; "attachmentClicked": "attachmentClicked"; }, never, never, false, never>;
255
- }
256
- //# sourceMappingURL=mention-editor.component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"mention-editor.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/mention/mention-editor.component.ts"],"names":[],"mappings":"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"}