@memberjunction/ng-dashboards 5.35.0 → 5.36.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.
Files changed (159) hide show
  1. package/dist/AI/components/agents/agent-configuration.component.js +3 -3
  2. package/dist/AI/components/agents/agent-configuration.component.js.map +1 -1
  3. package/dist/AI/components/analytics/ai-analytics-resource.component.d.ts +22 -1
  4. package/dist/AI/components/analytics/ai-analytics-resource.component.d.ts.map +1 -1
  5. package/dist/AI/components/analytics/ai-analytics-resource.component.js +157 -137
  6. package/dist/AI/components/analytics/ai-analytics-resource.component.js.map +1 -1
  7. package/dist/AI/components/autotagging/autotagging-pipeline-resource.component.d.ts +28 -0
  8. package/dist/AI/components/autotagging/autotagging-pipeline-resource.component.d.ts.map +1 -1
  9. package/dist/AI/components/autotagging/autotagging-pipeline-resource.component.js +2075 -2068
  10. package/dist/AI/components/autotagging/autotagging-pipeline-resource.component.js.map +1 -1
  11. package/dist/AI/components/models/model-management.component.js +4 -4
  12. package/dist/AI/components/models/model-management.component.js.map +1 -1
  13. package/dist/AI/components/prompts/prompt-management.component.js +3 -3
  14. package/dist/AI/components/prompts/prompt-management.component.js.map +1 -1
  15. package/dist/AI/components/tags/tags-resource.component.d.ts +15 -0
  16. package/dist/AI/components/tags/tags-resource.component.d.ts.map +1 -1
  17. package/dist/AI/components/tags/tags-resource.component.js +1411 -1424
  18. package/dist/AI/components/tags/tags-resource.component.js.map +1 -1
  19. package/dist/APIKeys/api-keys-resource.component.d.ts +12 -8
  20. package/dist/APIKeys/api-keys-resource.component.d.ts.map +1 -1
  21. package/dist/APIKeys/api-keys-resource.component.js +329 -371
  22. package/dist/APIKeys/api-keys-resource.component.js.map +1 -1
  23. package/dist/Actions/components/actions-overview.component.js +137 -142
  24. package/dist/Actions/components/actions-overview.component.js.map +1 -1
  25. package/dist/Actions/components/execution-monitoring.component.js +111 -116
  26. package/dist/Actions/components/execution-monitoring.component.js.map +1 -1
  27. package/dist/Admin/admin-data-schema.component.js +13 -65
  28. package/dist/Admin/admin-data-schema.component.js.map +1 -1
  29. package/dist/Admin/admin-dev-tools-resource.component.js +13 -65
  30. package/dist/Admin/admin-dev-tools-resource.component.js.map +1 -1
  31. package/dist/Admin/admin-identity-access.component.js +13 -65
  32. package/dist/Admin/admin-identity-access.component.js.map +1 -1
  33. package/dist/Admin/admin-monitoring.component.js +13 -65
  34. package/dist/Admin/admin-monitoring.component.js.map +1 -1
  35. package/dist/Admin/base-admin-container.component.d.ts +9 -7
  36. package/dist/Admin/base-admin-container.component.d.ts.map +1 -1
  37. package/dist/Admin/base-admin-container.component.js +26 -17
  38. package/dist/Admin/base-admin-container.component.js.map +1 -1
  39. package/dist/ApplicationRoles/application-roles-resource.component.js +74 -67
  40. package/dist/ApplicationRoles/application-roles-resource.component.js.map +1 -1
  41. package/dist/Communication/communication-new-message-resource.component.d.ts +93 -0
  42. package/dist/Communication/communication-new-message-resource.component.d.ts.map +1 -0
  43. package/dist/Communication/communication-new-message-resource.component.js +661 -0
  44. package/dist/Communication/communication-new-message-resource.component.js.map +1 -0
  45. package/dist/Credentials/components/credentials-categories-resource.component.js +152 -159
  46. package/dist/Credentials/components/credentials-categories-resource.component.js.map +1 -1
  47. package/dist/Credentials/components/credentials-types-resource.component.js +151 -155
  48. package/dist/Credentials/components/credentials-types-resource.component.js.map +1 -1
  49. package/dist/DatabaseDesigner/components/database-designer-dashboard.component.js +20 -21
  50. package/dist/DatabaseDesigner/components/database-designer-dashboard.component.js.map +1 -1
  51. package/dist/DatabaseDesigner/components/entity-list.component.d.ts +2 -0
  52. package/dist/DatabaseDesigner/components/entity-list.component.d.ts.map +1 -1
  53. package/dist/DatabaseDesigner/components/entity-list.component.js +131 -125
  54. package/dist/DatabaseDesigner/components/entity-list.component.js.map +1 -1
  55. package/dist/DatabaseDesigner/database-designer-dashboards.module.d.ts +1 -1
  56. package/dist/DatabaseDesigner/database-designer-dashboards.module.d.ts.map +1 -1
  57. package/dist/DatabaseDesigner/database-designer-dashboards.module.js +7 -1
  58. package/dist/DatabaseDesigner/database-designer-dashboards.module.js.map +1 -1
  59. package/dist/DevTools/app-state-inspector.component.d.ts +5 -0
  60. package/dist/DevTools/app-state-inspector.component.d.ts.map +1 -1
  61. package/dist/DevTools/app-state-inspector.component.js +46 -72
  62. package/dist/DevTools/app-state-inspector.component.js.map +1 -1
  63. package/dist/DevTools/class-registry.component.js +88 -100
  64. package/dist/DevTools/class-registry.component.js.map +1 -1
  65. package/dist/DevTools/event-monitor.component.js +158 -168
  66. package/dist/DevTools/event-monitor.component.js.map +1 -1
  67. package/dist/DevTools/graphql-console.component.js +257 -264
  68. package/dist/DevTools/graphql-console.component.js.map +1 -1
  69. package/dist/DevTools/layout-inspector.component.d.ts +5 -0
  70. package/dist/DevTools/layout-inspector.component.d.ts.map +1 -1
  71. package/dist/DevTools/layout-inspector.component.js +46 -64
  72. package/dist/DevTools/layout-inspector.component.js.map +1 -1
  73. package/dist/DevTools/lazy-module-status.component.js +75 -84
  74. package/dist/DevTools/lazy-module-status.component.js.map +1 -1
  75. package/dist/DevTools/settings-explorer.component.js +76 -85
  76. package/dist/DevTools/settings-explorer.component.js.map +1 -1
  77. package/dist/EntityAdmin/entity-admin-dashboard.component.d.ts +2 -0
  78. package/dist/EntityAdmin/entity-admin-dashboard.component.d.ts.map +1 -1
  79. package/dist/EntityAdmin/entity-admin-dashboard.component.js +7 -3
  80. package/dist/EntityAdmin/entity-admin-dashboard.component.js.map +1 -1
  81. package/dist/Integration/components/activity/activity.component.js +97 -99
  82. package/dist/Integration/components/activity/activity.component.js.map +1 -1
  83. package/dist/Integration/components/connections/connections.component.js +842 -855
  84. package/dist/Integration/components/connections/connections.component.js.map +1 -1
  85. package/dist/Integration/components/pipelines/pipelines.component.js +502 -517
  86. package/dist/Integration/components/pipelines/pipelines.component.js.map +1 -1
  87. package/dist/Integration/components/schedules/schedules.component.js +78 -89
  88. package/dist/Integration/components/schedules/schedules.component.js.map +1 -1
  89. package/dist/KnowledgeHub/components/analytics/analytics-resource.component.d.ts +5 -0
  90. package/dist/KnowledgeHub/components/analytics/analytics-resource.component.d.ts.map +1 -1
  91. package/dist/KnowledgeHub/components/analytics/analytics-resource.component.js +1120 -1128
  92. package/dist/KnowledgeHub/components/analytics/analytics-resource.component.js.map +1 -1
  93. package/dist/KnowledgeHub/components/config/knowledge-config-resource.component.d.ts +11 -0
  94. package/dist/KnowledgeHub/components/config/knowledge-config-resource.component.d.ts.map +1 -1
  95. package/dist/KnowledgeHub/components/config/knowledge-config-resource.component.js +606 -661
  96. package/dist/KnowledgeHub/components/config/knowledge-config-resource.component.js.map +1 -1
  97. package/dist/Lists/components/lists-browse-resource.component.d.ts +102 -0
  98. package/dist/Lists/components/lists-browse-resource.component.d.ts.map +1 -1
  99. package/dist/Lists/components/lists-browse-resource.component.js +1179 -504
  100. package/dist/Lists/components/lists-browse-resource.component.js.map +1 -1
  101. package/dist/Lists/components/lists-operations-resource.component.d.ts +133 -3
  102. package/dist/Lists/components/lists-operations-resource.component.d.ts.map +1 -1
  103. package/dist/Lists/components/lists-operations-resource.component.js +1527 -327
  104. package/dist/Lists/components/lists-operations-resource.component.js.map +1 -1
  105. package/dist/Lists/components/lists-shared-with-me-resource.component.d.ts +29 -0
  106. package/dist/Lists/components/lists-shared-with-me-resource.component.d.ts.map +1 -0
  107. package/dist/Lists/components/lists-shared-with-me-resource.component.js +77 -0
  108. package/dist/Lists/components/lists-shared-with-me-resource.component.js.map +1 -0
  109. package/dist/Lists/components/venn-diagram/venn-diagram.component.d.ts +6 -0
  110. package/dist/Lists/components/venn-diagram/venn-diagram.component.d.ts.map +1 -1
  111. package/dist/Lists/components/venn-diagram/venn-diagram.component.js +35 -7
  112. package/dist/Lists/components/venn-diagram/venn-diagram.component.js.map +1 -1
  113. package/dist/Lists/index.d.ts +1 -0
  114. package/dist/Lists/index.d.ts.map +1 -1
  115. package/dist/Lists/index.js +1 -0
  116. package/dist/Lists/index.js.map +1 -1
  117. package/dist/Lists/services/list-set-operations.service.d.ts +93 -2
  118. package/dist/Lists/services/list-set-operations.service.d.ts.map +1 -1
  119. package/dist/Lists/services/list-set-operations.service.js +236 -10
  120. package/dist/Lists/services/list-set-operations.service.js.map +1 -1
  121. package/dist/MCP/mcp-dashboard.component.js +19 -19
  122. package/dist/MCP/mcp-dashboard.component.js.map +1 -1
  123. package/dist/Scheduling/scheduling-dashboard.component.js +58 -60
  124. package/dist/Scheduling/scheduling-dashboard.component.js.map +1 -1
  125. package/dist/SystemDiagnostics/system-diagnostics.component.d.ts +13 -3
  126. package/dist/SystemDiagnostics/system-diagnostics.component.d.ts.map +1 -1
  127. package/dist/SystemDiagnostics/system-diagnostics.component.js +1007 -1252
  128. package/dist/SystemDiagnostics/system-diagnostics.component.js.map +1 -1
  129. package/dist/Testing/components/testing-explorer.component.d.ts +31 -6
  130. package/dist/Testing/components/testing-explorer.component.d.ts.map +1 -1
  131. package/dist/Testing/components/testing-explorer.component.js +543 -629
  132. package/dist/Testing/components/testing-explorer.component.js.map +1 -1
  133. package/dist/Testing/testing-dashboard.component.js +50 -49
  134. package/dist/Testing/testing-dashboard.component.js.map +1 -1
  135. package/dist/ai-dashboards.module.d.ts +1 -1
  136. package/dist/ai-dashboards.module.d.ts.map +1 -1
  137. package/dist/ai-dashboards.module.js +16 -1
  138. package/dist/ai-dashboards.module.js.map +1 -1
  139. package/dist/communication-dashboards.module.d.ts +9 -7
  140. package/dist/communication-dashboards.module.d.ts.map +1 -1
  141. package/dist/communication-dashboards.module.js +13 -4
  142. package/dist/communication-dashboards.module.js.map +1 -1
  143. package/dist/core-dashboards.module.d.ts +1 -1
  144. package/dist/core-dashboards.module.d.ts.map +1 -1
  145. package/dist/core-dashboards.module.js +16 -1
  146. package/dist/core-dashboards.module.js.map +1 -1
  147. package/dist/lists-dashboards.module.d.ts +10 -9
  148. package/dist/lists-dashboards.module.d.ts.map +1 -1
  149. package/dist/lists-dashboards.module.js +13 -2
  150. package/dist/lists-dashboards.module.js.map +1 -1
  151. package/dist/public-api.d.ts +1 -0
  152. package/dist/public-api.d.ts.map +1 -1
  153. package/dist/public-api.js +1 -0
  154. package/dist/public-api.js.map +1 -1
  155. package/dist/testing-dashboards.module.d.ts +1 -1
  156. package/dist/testing-dashboards.module.d.ts.map +1 -1
  157. package/dist/testing-dashboards.module.js +13 -1
  158. package/dist/testing-dashboards.module.js.map +1 -1
  159. package/package.json +53 -52
@@ -1,16 +1,29 @@
1
1
  import { ChangeDetectorRef, OnDestroy } from '@angular/core';
2
2
  import { BaseResourceComponent } from '@memberjunction/ng-shared';
3
- import { ResourceData, MJListEntity } from '@memberjunction/core-entities';
3
+ import { ResourceData, MJListEntity, MJUserViewEntity } from '@memberjunction/core-entities';
4
4
  import { Subject } from 'rxjs';
5
5
  import { ListSetOperationsService, VennData, VennIntersection, SetOperation, SetOperationResult } from '../services/list-set-operations.service';
6
6
  import { VennRegionClickEvent } from './venn-diagram/venn-diagram.component';
7
7
  import { MJNotificationService } from '@memberjunction/ng-notifications';
8
+ import { ExportService } from '@memberjunction/ng-export-service';
9
+ import type { ListDelta } from '@memberjunction/lists-base';
8
10
  import * as i0 from "@angular/core";
9
11
  interface ListSelection {
10
12
  list: MJListEntity;
11
13
  entityName: string;
12
14
  color: string;
13
15
  }
16
+ /**
17
+ * Parallel structure for view operands. Views resolve to record IDs the
18
+ * same way lists do (via the operations service's cache), but are tracked
19
+ * separately in component state so existing list-only flows keep working.
20
+ */
21
+ interface ViewSelection {
22
+ view: MJUserViewEntity;
23
+ entityName: string;
24
+ entityID: string;
25
+ color: string;
26
+ }
14
27
  /**
15
28
  * Preview record with meaningful display fields
16
29
  */
@@ -32,6 +45,7 @@ export declare class ListsOperationsResource extends BaseResourceComponent imple
32
45
  private cdr;
33
46
  private setOperationsService;
34
47
  private notificationService;
48
+ private exportService;
35
49
  protected destroy$: Subject<void>;
36
50
  maxLists: number;
37
51
  selectedLists: ListSelection[];
@@ -39,6 +53,11 @@ export declare class ListsOperationsResource extends BaseResourceComponent imple
39
53
  filteredAvailableLists: MJListEntity[];
40
54
  listSearchTerm: string;
41
55
  showListDropdown: boolean;
56
+ selectedViews: ViewSelection[];
57
+ availableViews: MJUserViewEntity[];
58
+ filteredAvailableViews: MJUserViewEntity[];
59
+ viewSearchTerm: string;
60
+ showViewDropdown: boolean;
42
61
  entityOptions: EntityOption[];
43
62
  selectedEntityId: string;
44
63
  vennData: VennData | null;
@@ -57,12 +76,30 @@ export declare class ListsOperationsResource extends BaseResourceComponent imple
57
76
  addToListSearchTerm: string;
58
77
  filteredAddToListOptions: MJListEntity[];
59
78
  selectedTargetListId: string | null;
79
+ composeOp: SetOperation;
80
+ composeTarget: 'new' | 'existing';
81
+ composeNewListName: string;
82
+ composeTargetListId: string | null;
83
+ composeTargetSearch: string;
84
+ showComposeTargetDropdown: boolean;
85
+ isComposing: boolean;
86
+ composeDelta: ListDelta | null;
87
+ composeConfirmVisible: boolean;
88
+ showExportDialog: boolean;
89
+ exportFormat: 'excel' | 'csv' | 'json';
90
+ exportFields: Array<{
91
+ Name: string;
92
+ DisplayName: string;
93
+ Selected: boolean;
94
+ }>;
95
+ exportRecordCount: number;
96
+ isExporting: boolean;
60
97
  private entityIdFromSelectedLists;
61
98
  private currentEntityInfo;
62
99
  private readonly USER_SETTING_KEY;
63
100
  private saveSettingsTimeout;
64
101
  private isLoadingSettings;
65
- constructor(cdr: ChangeDetectorRef, setOperationsService: ListSetOperationsService, notificationService: MJNotificationService);
102
+ constructor(cdr: ChangeDetectorRef, setOperationsService: ListSetOperationsService, notificationService: MJNotificationService, exportService: ExportService);
66
103
  get hasMultipleEntities(): boolean;
67
104
  ngOnInit(): Promise<void>;
68
105
  ngOnDestroy(): void;
@@ -76,9 +113,40 @@ export declare class ListsOperationsResource extends BaseResourceComponent imple
76
113
  */
77
114
  onEntityFilterChange(): void;
78
115
  filterAvailableLists(): void;
116
+ /**
117
+ * Same logic as `filterAvailableLists` for the view picker. Views are
118
+ * locked to the same entity as any already-selected list or view.
119
+ */
120
+ filterAvailableViews(): void;
121
+ /**
122
+ * Returns the entity ID that operands are currently locked to, or null
123
+ * if no operands are selected. Lists win over views purely because they
124
+ * come first in the operand list; either source is authoritative.
125
+ */
126
+ private get lockedEntityID();
127
+ /**
128
+ * Display name of the entity currently locking the picker — drives the
129
+ * "Comparing operands of type: …" hint in the UI. Falls back to the
130
+ * first available denormalized name we have.
131
+ */
132
+ get lockedEntityName(): string | null;
79
133
  addList(list: MJListEntity): void;
80
134
  removeList(index: number): void;
135
+ addView(view: MJUserViewEntity): void;
136
+ removeView(index: number): void;
137
+ private reassignOperandColors;
81
138
  recalculateVenn(): Promise<void>;
139
+ /**
140
+ * Combined operand count — drives "≥ 2 operands" checks for showing
141
+ * operation buttons + the Venn diagram empty-state.
142
+ */
143
+ get totalOperandCount(): number;
144
+ /**
145
+ * Build the unified `SetOperand[]` for the service. Lists come first
146
+ * (preserving the existing color order); views follow. Each view's
147
+ * color is picked sequentially from the same palette.
148
+ */
149
+ private buildAllOperands;
82
150
  onRegionClick(event: VennRegionClickEvent): void;
83
151
  /**
84
152
  * Load preview records with meaningful display fields
@@ -97,6 +165,52 @@ export declare class ListsOperationsResource extends BaseResourceComponent imple
97
165
  */
98
166
  openRecord(record: PreviewRecord): void;
99
167
  performOperation(operation: SetOperation): Promise<void>;
168
+ /**
169
+ * Server-side compose preview — builds inputs from the currently selected
170
+ * operands (lists + views) and calls `ComposeLists`. Returns the signed
171
+ * delta so `composeAndSave` can route through `ApplyListDelta` when the
172
+ * target is an existing list.
173
+ */
174
+ private buildComposeInputs;
175
+ get canCompose(): boolean;
176
+ /**
177
+ * "Preview Result" — re-runs the Quick-Operation path with the compose
178
+ * panel's chosen op so the user can see the expected output count
179
+ * before committing. We use the local set-op service rather than the
180
+ * server here because preview is a read-only operation that doesn't
181
+ * need a delta token (target is null) — staying local keeps it fast.
182
+ */
183
+ previewCompose(): Promise<void>;
184
+ /**
185
+ * Commit the compose: either materialize a new list (client-side using
186
+ * the previewed record IDs) or merge into an existing list via the
187
+ * server's ComposeLists + ApplyListDelta flow.
188
+ */
189
+ composeAndSave(): Promise<void>;
190
+ /**
191
+ * New-list path: ensure preview is fresh, then route through the
192
+ * existing "create list from selection" machinery using the result's
193
+ * record IDs. This keeps materialization + naming in one place.
194
+ */
195
+ private composeToNewList;
196
+ /**
197
+ * Existing-list path: compose server-side to get a signed delta, then
198
+ * surface the delta-confirm dialog. Sync semantics (replace contents)
199
+ * apply implicitly — the server returns ToRemove for any records that
200
+ * are in the target but not in the compose result.
201
+ */
202
+ private composeToExistingList;
203
+ onComposeConfirmCancel(): void;
204
+ onComposeConfirmCommit(deltaToken: string): Promise<void>;
205
+ /**
206
+ * Filtered list of existing lists eligible as compose targets. We
207
+ * exclude lists already in the selected operands (committing to a
208
+ * source list would be a self-referential compose) and lists from
209
+ * other entities (the entity invariant still applies).
210
+ */
211
+ get filteredComposeTargets(): MJListEntity[];
212
+ selectComposeTarget(list: MJListEntity): void;
213
+ composeTargetDisplayName(): string;
100
214
  getOperationLabel(operation: SetOperation): string;
101
215
  createListFromSelection(): void;
102
216
  createListFromResult(): void;
@@ -125,7 +239,23 @@ export declare class ListsOperationsResource extends BaseResourceComponent imple
125
239
  * Confirm adding records to selected list
126
240
  */
127
241
  confirmAddToList(): Promise<void>;
128
- exportToExcel(): void;
242
+ /**
243
+ * Open the export-format-and-columns picker (mockup 26). Resolves the
244
+ * candidate field list from EntityInfo on the loaded metadata — no
245
+ * extra RunView. Default selection mirrors what the previous
246
+ * "export all" behavior produced.
247
+ */
248
+ openExportDialog(): void;
249
+ closeExportDialog(): void;
250
+ selectAllExportFields(): void;
251
+ selectNoneExportFields(): void;
252
+ get selectedExportFieldCount(): number;
253
+ /**
254
+ * Run the export with the user's selected format + columns. Bulk-load
255
+ * via RunView restricted to the chosen Fields so we don't shuttle
256
+ * data we'll then throw away.
257
+ */
258
+ executeExport(): Promise<void>;
129
259
  GetResourceDisplayName(_data: ResourceData): Promise<string>;
130
260
  GetResourceIconClass(_data: ResourceData): Promise<string>;
131
261
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"lists-operations-resource.component.d.ts","sourceRoot":"","sources":["../../../src/Lists/components/lists-operations-resource.component.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"lists-operations-resource.component.d.ts","sourceRoot":"","sources":["../../../src/Lists/components/lists-operations-resource.component.ts"],"names":[],"mappings":"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"}