@memberjunction/ng-dashboards 5.39.0 → 5.40.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 (129) hide show
  1. package/dist/AI/components/autotagging/autotagging-pipeline-resource.component.d.ts +128 -4
  2. package/dist/AI/components/autotagging/autotagging-pipeline-resource.component.d.ts.map +1 -1
  3. package/dist/AI/components/autotagging/autotagging-pipeline-resource.component.js +548 -145
  4. package/dist/AI/components/autotagging/autotagging-pipeline-resource.component.js.map +1 -1
  5. package/dist/AI/components/autotagging/components/classify-item-drilldown.component.d.ts +56 -0
  6. package/dist/AI/components/autotagging/components/classify-item-drilldown.component.d.ts.map +1 -0
  7. package/dist/AI/components/autotagging/components/classify-item-drilldown.component.js +423 -0
  8. package/dist/AI/components/autotagging/components/classify-item-drilldown.component.js.map +1 -0
  9. package/dist/AI/components/autotagging/components/classify-item-grid.component.d.ts +70 -0
  10. package/dist/AI/components/autotagging/components/classify-item-grid.component.d.ts.map +1 -0
  11. package/dist/AI/components/autotagging/components/classify-item-grid.component.js +308 -0
  12. package/dist/AI/components/autotagging/components/classify-item-grid.component.js.map +1 -0
  13. package/dist/AI/components/autotagging/components/classify-org-context-editor.component.d.ts +29 -0
  14. package/dist/AI/components/autotagging/components/classify-org-context-editor.component.d.ts.map +1 -0
  15. package/dist/AI/components/autotagging/components/classify-org-context-editor.component.js +186 -0
  16. package/dist/AI/components/autotagging/components/classify-org-context-editor.component.js.map +1 -0
  17. package/dist/AI/components/autotagging/components/classify-overview-analytics.component.d.ts +69 -0
  18. package/dist/AI/components/autotagging/components/classify-overview-analytics.component.d.ts.map +1 -0
  19. package/dist/AI/components/autotagging/components/classify-overview-analytics.component.js +278 -0
  20. package/dist/AI/components/autotagging/components/classify-overview-analytics.component.js.map +1 -0
  21. package/dist/AI/components/autotagging/components/classify-seed-taxonomy.component.d.ts +73 -0
  22. package/dist/AI/components/autotagging/components/classify-seed-taxonomy.component.d.ts.map +1 -0
  23. package/dist/AI/components/autotagging/components/classify-seed-taxonomy.component.js +393 -0
  24. package/dist/AI/components/autotagging/components/classify-seed-taxonomy.component.js.map +1 -0
  25. package/dist/AI/components/autotagging/dialogs/classify-setup-wizard.component.d.ts +122 -0
  26. package/dist/AI/components/autotagging/dialogs/classify-setup-wizard.component.d.ts.map +1 -0
  27. package/dist/AI/components/autotagging/dialogs/classify-setup-wizard.component.js +908 -0
  28. package/dist/AI/components/autotagging/dialogs/classify-setup-wizard.component.js.map +1 -0
  29. package/dist/AI/components/autotagging/dialogs/source-type-form.dialog.component.d.ts +100 -2
  30. package/dist/AI/components/autotagging/dialogs/source-type-form.dialog.component.d.ts.map +1 -1
  31. package/dist/AI/components/autotagging/dialogs/source-type-form.dialog.component.js +603 -213
  32. package/dist/AI/components/autotagging/dialogs/source-type-form.dialog.component.js.map +1 -1
  33. package/dist/AI/components/autotagging/shared/classify.format.d.ts +15 -0
  34. package/dist/AI/components/autotagging/shared/classify.format.d.ts.map +1 -1
  35. package/dist/AI/components/autotagging/shared/classify.format.js +51 -0
  36. package/dist/AI/components/autotagging/shared/classify.format.js.map +1 -1
  37. package/dist/AI/components/autotagging/shared/classify.types.d.ts +43 -0
  38. package/dist/AI/components/autotagging/shared/classify.types.d.ts.map +1 -1
  39. package/dist/AI/components/autotagging/shared/classify.types.js.map +1 -1
  40. package/dist/AI/components/autotagging/tabs/history-tab.component.d.ts +38 -1
  41. package/dist/AI/components/autotagging/tabs/history-tab.component.d.ts.map +1 -1
  42. package/dist/AI/components/autotagging/tabs/history-tab.component.js +185 -68
  43. package/dist/AI/components/autotagging/tabs/history-tab.component.js.map +1 -1
  44. package/dist/AI/components/autotagging/tabs/pipeline-tab.component.d.ts +10 -1
  45. package/dist/AI/components/autotagging/tabs/pipeline-tab.component.d.ts.map +1 -1
  46. package/dist/AI/components/autotagging/tabs/pipeline-tab.component.js +249 -188
  47. package/dist/AI/components/autotagging/tabs/pipeline-tab.component.js.map +1 -1
  48. package/dist/AI/components/autotagging/tabs/sources-tab.component.d.ts +12 -1
  49. package/dist/AI/components/autotagging/tabs/sources-tab.component.d.ts.map +1 -1
  50. package/dist/AI/components/autotagging/tabs/sources-tab.component.js +377 -296
  51. package/dist/AI/components/autotagging/tabs/sources-tab.component.js.map +1 -1
  52. package/dist/AI/components/autotagging/tabs/tags-tab.component.d.ts +8 -0
  53. package/dist/AI/components/autotagging/tabs/tags-tab.component.d.ts.map +1 -1
  54. package/dist/AI/components/autotagging/tabs/tags-tab.component.js +112 -68
  55. package/dist/AI/components/autotagging/tabs/tags-tab.component.js.map +1 -1
  56. package/dist/AI/components/autotagging/tabs/types-tab.component.d.ts +9 -0
  57. package/dist/AI/components/autotagging/tabs/types-tab.component.d.ts.map +1 -1
  58. package/dist/AI/components/autotagging/tabs/types-tab.component.js +87 -36
  59. package/dist/AI/components/autotagging/tabs/types-tab.component.js.map +1 -1
  60. package/dist/AI/components/duplicates/duplicate-detection-resource.component.d.ts +3 -0
  61. package/dist/AI/components/duplicates/duplicate-detection-resource.component.d.ts.map +1 -1
  62. package/dist/AI/components/duplicates/duplicate-detection-resource.component.js +15 -3
  63. package/dist/AI/components/duplicates/duplicate-detection-resource.component.js.map +1 -1
  64. package/dist/AI/components/execution-monitoring.component.js +1 -1
  65. package/dist/AI/components/execution-monitoring.component.js.map +1 -1
  66. package/dist/AI/components/tags/tags-resource.component.d.ts +1 -0
  67. package/dist/AI/components/tags/tags-resource.component.d.ts.map +1 -1
  68. package/dist/AI/components/tags/tags-resource.component.js +28 -6
  69. package/dist/AI/components/tags/tags-resource.component.js.map +1 -1
  70. package/dist/AI/components/vectors/vector-management-resource.component.d.ts +3 -0
  71. package/dist/AI/components/vectors/vector-management-resource.component.d.ts.map +1 -1
  72. package/dist/AI/components/vectors/vector-management-resource.component.js +330 -302
  73. package/dist/AI/components/vectors/vector-management-resource.component.js.map +1 -1
  74. package/dist/APIKeys/api-applications-panel.component.js +2 -2
  75. package/dist/APIKeys/api-key-create-dialog.component.js +2 -2
  76. package/dist/DataExplorer/data-explorer-dashboard.component.d.ts +31 -340
  77. package/dist/DataExplorer/data-explorer-dashboard.component.d.ts.map +1 -1
  78. package/dist/DataExplorer/data-explorer-dashboard.component.js +468 -1958
  79. package/dist/DataExplorer/data-explorer-dashboard.component.js.map +1 -1
  80. package/dist/DataExplorer/data-explorer-resource.component.d.ts.map +1 -1
  81. package/dist/DataExplorer/data-explorer-resource.component.js +10 -0
  82. package/dist/DataExplorer/data-explorer-resource.component.js.map +1 -1
  83. package/dist/KnowledgeHub/components/analytics/analytics-resource.component.d.ts.map +1 -1
  84. package/dist/KnowledgeHub/components/analytics/analytics-resource.component.js +12 -9
  85. package/dist/KnowledgeHub/components/analytics/analytics-resource.component.js.map +1 -1
  86. package/dist/KnowledgeHub/components/clusters/cluster-visualization-resource.component.d.ts +27 -2
  87. package/dist/KnowledgeHub/components/clusters/cluster-visualization-resource.component.d.ts.map +1 -1
  88. package/dist/KnowledgeHub/components/clusters/cluster-visualization-resource.component.js +244 -120
  89. package/dist/KnowledgeHub/components/clusters/cluster-visualization-resource.component.js.map +1 -1
  90. package/dist/KnowledgeHub/components/visualize/record-drilldown/record-drilldown.component.d.ts +65 -0
  91. package/dist/KnowledgeHub/components/visualize/record-drilldown/record-drilldown.component.d.ts.map +1 -0
  92. package/dist/KnowledgeHub/components/visualize/record-drilldown/record-drilldown.component.js +176 -0
  93. package/dist/KnowledgeHub/components/visualize/record-drilldown/record-drilldown.component.js.map +1 -0
  94. package/dist/KnowledgeHub/components/visualize/tag-cloud/tag-cloud.component.d.ts +81 -0
  95. package/dist/KnowledgeHub/components/visualize/tag-cloud/tag-cloud.component.d.ts.map +1 -0
  96. package/dist/KnowledgeHub/components/visualize/tag-cloud/tag-cloud.component.js +308 -0
  97. package/dist/KnowledgeHub/components/visualize/tag-cloud/tag-cloud.component.js.map +1 -0
  98. package/dist/KnowledgeHub/components/visualize/visualize-resource.component.d.ts +85 -0
  99. package/dist/KnowledgeHub/components/visualize/visualize-resource.component.d.ts.map +1 -0
  100. package/dist/KnowledgeHub/components/visualize/visualize-resource.component.js +362 -0
  101. package/dist/KnowledgeHub/components/visualize/visualize-resource.component.js.map +1 -0
  102. package/dist/KnowledgeHub/index.d.ts +3 -0
  103. package/dist/KnowledgeHub/index.d.ts.map +1 -1
  104. package/dist/KnowledgeHub/index.js +3 -0
  105. package/dist/KnowledgeHub/index.js.map +1 -1
  106. package/dist/MCP/components/mcp-server-dialog.component.js +2 -2
  107. package/dist/QueryBrowser/query-browser-resource.component.js +1 -1
  108. package/dist/QueryBrowser/query-browser-resource.component.js.map +1 -1
  109. package/dist/ai-dashboards.module.d.ts +48 -38
  110. package/dist/ai-dashboards.module.d.ts.map +1 -1
  111. package/dist/ai-dashboards.module.js +41 -1
  112. package/dist/ai-dashboards.module.js.map +1 -1
  113. package/dist/data-explorer-dashboards.module.d.ts +12 -14
  114. package/dist/data-explorer-dashboards.module.d.ts.map +1 -1
  115. package/dist/data-explorer-dashboards.module.js +5 -14
  116. package/dist/data-explorer-dashboards.module.js.map +1 -1
  117. package/dist/public-api.d.ts +3 -0
  118. package/dist/public-api.d.ts.map +1 -1
  119. package/dist/public-api.js +3 -0
  120. package/dist/public-api.js.map +1 -1
  121. package/package.json +57 -55
  122. package/dist/DataExplorer/components/filter-dialog/filter-dialog.component.d.ts +0 -79
  123. package/dist/DataExplorer/components/filter-dialog/filter-dialog.component.d.ts.map +0 -1
  124. package/dist/DataExplorer/components/filter-dialog/filter-dialog.component.js +0 -195
  125. package/dist/DataExplorer/components/filter-dialog/filter-dialog.component.js.map +0 -1
  126. package/dist/DataExplorer/components/view-selector/view-selector.component.d.ts +0 -226
  127. package/dist/DataExplorer/components/view-selector/view-selector.component.d.ts.map +0 -1
  128. package/dist/DataExplorer/components/view-selector/view-selector.component.js +0 -861
  129. package/dist/DataExplorer/components/view-selector/view-selector.component.js.map +0 -1
@@ -4,17 +4,11 @@ import { BaseDashboard } from '@memberjunction/ng-shared';
4
4
  import { RecentAccessService } from '@memberjunction/ng-shared-generic';
5
5
  import { EntityInfo } from '@memberjunction/core';
6
6
  import { ResourceData } from '@memberjunction/core-entities';
7
- import { RecordSelectedEvent, RecordOpenedEvent, DataLoadedEvent, FilteredCountChangedEvent, EntityViewerConfig, EntityViewMode, NavigateToRelatedEvent, EntityViewerComponent, ViewGridState, GridStateChangedEvent, ViewSaveEvent, ViewConfigPanelComponent, ViewConfigSummary, QuickSaveEvent, QuickSaveAdvancedEvent, DuplicateViewEvent, SharedViewAction } from '@memberjunction/ng-entity-viewer';
8
- import { ViewSelectedEvent, SaveViewRequestedEvent, ViewSelectorComponent } from './components/view-selector/view-selector.component';
9
- import { CompositeFilterDescriptor, FilterFieldInfo } from '@memberjunction/ng-filter-builder';
7
+ import { RecordSelectedEvent, RecordOpenedEvent, DataLoadedEvent, FilteredCountChangedEvent, EntityViewerConfig, NavigateToRelatedEvent, ViewWorkspaceComponent, ViewRelatedRecordNavigation } from '@memberjunction/ng-entity-viewer';
10
8
  import { MJUserViewEntityExtended } from '@memberjunction/core-entities';
11
9
  import { ExplorerStateService } from './services/explorer-state.service';
12
10
  import { DataExplorerState, DataExplorerFilter, BreadcrumbItem, DataExplorerDeepLink, RecentRecordAccess, FavoriteRecord, AppEntityGroup } from './models/explorer-state.interface';
13
- import { MapRenderMode } from '@memberjunction/ng-map-view';
14
11
  import { OpenRecordEvent, SelectRecordEvent } from './components/navigation-panel/navigation-panel.component';
15
- import { ListManagementDialogConfig, ListManagementResult } from '@memberjunction/ng-list-management';
16
- import { ExportService, ExportDialogConfig, ExportDialogResult } from '@memberjunction/ng-export-service';
17
- import { ExportData } from '@memberjunction/export-engine';
18
12
  import * as i0 from "@angular/core";
19
13
  /**
20
14
  * Data Explorer Dashboard - Power user interface for exploring data across entities
@@ -27,18 +21,13 @@ export declare class DataExplorerDashboardComponent extends BaseDashboard implem
27
21
  stateService: ExplorerStateService;
28
22
  private cdr;
29
23
  private recentAccessService;
30
- private exportService;
31
24
  private ngZone;
32
25
  protected destroy$: Subject<void>;
33
26
  private metadata;
34
27
  /** Reference to the filter input for keyboard shortcuts */
35
28
  filterInputRef: ElementRef<HTMLInputElement> | undefined;
36
- /** Reference to the view selector for refreshing after save */
37
- viewSelectorRef: ViewSelectorComponent | undefined;
38
- /** Reference to the entity viewer for refreshing after view save */
39
- entityViewerRef: EntityViewerComponent | undefined;
40
- /** Reference to the view config panel for passing filter state */
41
- viewConfigPanelRef: ViewConfigPanelComponent | undefined;
29
+ /** Reference to the view workspace (owns view CRUD + the inner data renderer) */
30
+ viewWorkspaceRef: ViewWorkspaceComponent | undefined;
42
31
  /**
43
32
  * Optional filter to constrain which entities are shown in the explorer.
44
33
  * Can filter by applicationId, schemaNames, or explicit entityNames.
@@ -87,28 +76,10 @@ export declare class DataExplorerDashboardComponent extends BaseDashboard implem
87
76
  entityFilterText: string;
88
77
  breadcrumbs: BreadcrumbItem[];
89
78
  isLoadingEntities: boolean;
90
- isDateFieldDropdownOpen: boolean;
91
79
  recentRecords: RecentRecordAccess[];
92
80
  favoriteRecords: FavoriteRecord[];
93
81
  isLoadingRecentRecords: boolean;
94
82
  recentRecordsEntityFilter: string | null;
95
- showExportDialog: boolean;
96
- exportDialogConfig: ExportDialogConfig | null;
97
- showListManagementDialog: boolean;
98
- listManagementConfig: ListManagementDialogConfig | null;
99
- selectedRecordIds: string[];
100
- selectedRecords: Record<string, unknown>[];
101
- showQuickSaveDialog: boolean;
102
- quickSaveSummary: ViewConfigSummary | null;
103
- pendingNewViewName: string;
104
- pendingNewViewDescription: string;
105
- pendingNewViewIsShared: boolean;
106
- showDuplicateDialog: boolean;
107
- duplicateSourceViewName: string;
108
- duplicateSummary: ViewConfigSummary | null;
109
- private duplicateTargetViewId;
110
- showSharedViewWarning: boolean;
111
- private pendingQuickSaveEvent;
112
83
  GetResourceDisplayName(data: ResourceData): Promise<string>;
113
84
  /**
114
85
  * Get app entity groups filtered by current entityFilterText and homeViewMode.
@@ -190,73 +161,13 @@ export declare class DataExplorerDashboardComponent extends BaseDashboard implem
190
161
  * Returns contextIcon if provided, otherwise null.
191
162
  */
192
163
  get displayIcon(): string | null;
193
- /**
194
- * Check if the currently selected entity has date fields available for timeline view.
195
- * Used to conditionally show the timeline toggle button in the header.
196
- */
197
- get entityHasDateFields(): boolean;
198
- /**
199
- * Get available date fields for the currently selected entity.
200
- * Used for the date field selector in timeline view.
201
- */
202
- get availableDateFields(): {
203
- name: string;
204
- displayName: string;
205
- }[];
206
- /**
207
- * Get the effective timeline date field name.
208
- * Returns stored value if valid, otherwise first available date field.
209
- */
210
- get effectiveTimelineDateField(): string | null;
211
- /**
212
- * Get the display name of the effective timeline date field.
213
- */
214
- get effectiveTimelineDateFieldDisplayName(): string;
215
- /**
216
- * Set the timeline date field.
217
- */
218
- setTimelineDateField(fieldName: string): void;
219
- /**
220
- * Toggle the date field dropdown open/closed.
221
- */
222
- toggleDateFieldDropdown(): void;
223
- /**
224
- * Close the date field dropdown.
225
- */
226
- closeDateFieldDropdown(): void;
227
- /**
228
- * Toggle timeline orientation between vertical and horizontal.
229
- */
230
- toggleTimelineOrientation(): void;
231
- /**
232
- * Toggle timeline sort order between newest first (desc) and oldest first (asc).
233
- */
234
- toggleTimelineSortOrder(): void;
235
- /**
236
- * Get the current timeline configuration for the entity-viewer.
237
- */
238
- get currentTimelineConfig(): {
239
- dateFieldName: string;
240
- orientation: 'vertical' | 'horizontal';
241
- sortOrder: 'asc' | 'desc';
242
- } | null;
243
164
  /**
244
165
  * Configuration for mj-entity-viewer composite component
245
166
  * Hides the built-in header since we have a custom header in the dashboard
246
167
  * Uses server-side pagination with 100 records per page (default)
247
168
  */
248
169
  viewerConfig: Partial<EntityViewerConfig>;
249
- /**
250
- * Current grid state (built from view entity or local state changes)
251
- * This is passed to mj-entity-viewer to control column display
252
- */
253
- currentGridState: ViewGridState | null;
254
- isFilterDialogOpen: boolean;
255
- filterDialogFields: FilterFieldInfo[];
256
- filterDialogState: CompositeFilterDescriptor;
257
- filterDialogDisabled: boolean;
258
- isSavingView: boolean;
259
- constructor(stateService: ExplorerStateService, cdr: ChangeDetectorRef, recentAccessService: RecentAccessService, exportService: ExportService, ngZone: NgZone);
170
+ constructor(stateService: ExplorerStateService, cdr: ChangeDetectorRef, recentAccessService: RecentAccessService, ngZone: NgZone);
260
171
  ngOnInit(): Promise<void>;
261
172
  /**
262
173
  * Handle keyboard shortcuts
@@ -303,189 +214,23 @@ export declare class DataExplorerDashboardComponent extends BaseDashboard implem
303
214
  */
304
215
  private resetRecordCounts;
305
216
  /**
306
- * Handle view selection from view selector dropdown
307
- */
308
- onViewSelected(event: ViewSelectedEvent): void;
309
- /**
310
- * Load user's saved default grid state from UserInfoEngine
311
- * Returns null if no saved state exists
312
- */
313
- private loadUserDefaultGridState;
314
- /**
315
- * Parse GridState JSON from a UserView entity
316
- * Returns null if no valid GridState is present
317
- */
318
- private parseViewGridState;
319
- /**
320
- * Handle grid state changes from entity-viewer (column resize, reorder, etc.)
321
- * Updates the local currentGridState and marks view as modified
322
- */
323
- onGridStateChanged(event: GridStateChangedEvent): void;
324
- /**
325
- * Whether the config panel should default to save-as-new mode (BUG-011)
326
- */
327
- defaultSaveAsNew: boolean;
328
- /**
329
- * Handle save view request from view selector (BUG-011: forward saveAsNew intent)
330
- */
331
- onSaveViewRequested(event: SaveViewRequestedEvent): void;
332
- /**
333
- * Handle manage views request - opens view browser
217
+ * Handle a view selection emitted by the workspace. Tracks the selected view for routing/export
218
+ * and syncs the selected-view-id + smart-filter into the Explorer state service for URL sync.
219
+ * Grid-state application is owned by the workspace.
334
220
  */
335
- onManageViewsRequested(): void;
221
+ onWorkspaceViewSelected(view: MJUserViewEntityExtended | null): void;
336
222
  /**
337
- * Handle open in tab request - opens the view as a ViewResource in a new tab
223
+ * Handle the workspace's "open view in tab" request route via NavigationService.
338
224
  */
339
225
  onOpenInTabRequested(viewId: string): void;
340
226
  /**
341
- * Handle configure view request - opens the configuration panel
342
- */
343
- onConfigureViewRequested(): void;
344
- /**
345
- * Close the view configuration panel
346
- */
347
- onCloseViewConfigPanel(): void;
348
- private clearPendingNewViewState;
349
- /**
350
- * Handle request to open filter dialog from view config panel
351
- * The dialog is rendered at dashboard level to allow full viewport width
352
- */
353
- onOpenFilterDialogRequest(event: {
354
- filterState: CompositeFilterDescriptor;
355
- filterFields: FilterFieldInfo[];
356
- }): void;
357
- /**
358
- * Close the filter dialog
359
- */
360
- onCloseFilterDialog(): void;
361
- /**
362
- * Handle filter applied from dialog - pass back to view config panel
363
- */
364
- onFilterApplied(filter: CompositeFilterDescriptor): void;
365
- /**
366
- * Handle save view from config panel
367
- * BUG-001: Panel only closes on success (not on failure)
368
- * BUG-002: Shows success/error notifications
369
- * BUG-008: Consistent filter handling for both create and update paths
370
- */
371
- onSaveView(event: ViewSaveEvent): Promise<void>;
372
- /**
373
- * Handle saving default view settings to user settings
374
- * Used for dynamic/default views that persist to MJ: User Settings
227
+ * Handle the workspace's "create new record" request route via NavigationService.
375
228
  */
376
- onSaveDefaultViewSettings(event: ViewSaveEvent): Promise<void>;
229
+ onCreateNewRecordRequested(entity: EntityInfo): void;
377
230
  /**
378
- * Build GridState in Kendo-compatible format
379
- * Format: { columnSettings: [...], sortSettings: [...], aggregates: {...} }
380
- *
381
- * Priority for column settings:
382
- * 1. If event.columns provided (from config panel) - use those
383
- * 2. If currentGridState exists (from grid interactions) - use that
384
- * 3. Otherwise return null
385
- */
386
- private buildGridState;
387
- /**
388
- * Build SortState in Kendo-compatible format
389
- * Format: [{field, direction}] where direction is 'asc' or 'desc'
390
- * Supports multi-column sorting via sortItems array
391
- */
392
- private buildSortState;
393
- /**
394
- * Handle delete view from config panel
395
- */
396
- onDeleteView(): Promise<void>;
397
- /**
398
- * Handle quick save request from view selector (F-001)
399
- * Builds a summary from the current config panel state and opens the Quick Save dialog
400
- * @param saveAsNew - true when user explicitly clicked "Save As New"
401
- */
402
- onQuickSaveRequested(saveAsNew: boolean): void;
403
- /**
404
- * Handle quick save event from Quick Save dialog (F-001)
405
- * If updating a shared view, intercepts to show the shared view warning first.
406
- * Otherwise constructs a ViewSaveEvent and delegates to onSaveView.
407
- */
408
- onQuickSave(event: QuickSaveEvent): Promise<void>;
409
- /**
410
- * Execute the actual quick save (called directly or after shared view warning confirmation)
411
- */
412
- private executeQuickSave;
413
- /**
414
- * Handle shared view warning dialog action
415
- */
416
- onSharedViewAction(action: SharedViewAction): Promise<void>;
417
- /**
418
- * Handle shared view warning cancel
231
+ * Clear the Explorer "view modified" flag after the workspace persists/reverts a view.
419
232
  */
420
- onSharedViewWarningCancel(): void;
421
- /**
422
- * Handle quick save dialog close
423
- */
424
- onQuickSaveClose(): void;
425
- /**
426
- * Handle quick save "Open Advanced" - close dialog and open full config panel
427
- */
428
- onQuickSaveOpenAdvanced(event: QuickSaveAdvancedEvent): void;
429
- /**
430
- * Handle duplicate view request (F-005)
431
- * Opens the Duplicate View Dialog so user can choose a name for the copy
432
- */
433
- onDuplicateView(viewId?: string): Promise<void>;
434
- /**
435
- * Build a ViewConfigSummary from a view entity for the duplicate dialog
436
- */
437
- private buildDuplicateSummary;
438
- /**
439
- * Handle duplicate dialog confirmation - actually creates the copy
440
- */
441
- onDuplicateConfirmed(event: DuplicateViewEvent): Promise<void>;
442
- /**
443
- * Handle duplicate dialog cancel
444
- */
445
- onDuplicateCancel(): void;
446
- /**
447
- * Handle duplicate from config panel (F-005)
448
- * Duplicates the currently selected view
449
- */
450
- onDuplicateFromPanel(): void;
451
- /**
452
- * Handle revert view request (F-007)
453
- * Re-parses the saved view's GridState and resets modified flag
454
- */
455
- onRevertView(): Promise<void>;
456
- /**
457
- * Handle inline view name change from ViewHeader (F-002)
458
- * Updates the view entity name and saves immediately
459
- */
460
- onViewNameChanged(newName: string): Promise<void>;
461
- /**
462
- * Handle view mode toggle from dashboard header
463
- */
464
- onViewModeChanged(mode: EntityViewMode): void;
465
- /**
466
- * Get the current map display state for passing to the EntityViewer/MapView.
467
- */
468
- get mapDisplayState(): {
469
- ZoomLevel: number;
470
- CenterLat: number;
471
- CenterLng: number;
472
- } | null;
473
- /**
474
- * Handle map display state changes from the map component.
475
- * Persists zoom, center, and render mode across page reloads.
476
- */
477
- /**
478
- * Handle map render mode change (user clicked mode button in map component).
479
- */
480
- onMapRenderModeChange(mode: MapRenderMode): void;
481
- /**
482
- * Handle map display state change (zoom/pan — fires on moveend).
483
- */
484
- onMapDisplayStateChange(state: {
485
- ZoomLevel?: number;
486
- CenterLat?: number;
487
- CenterLng?: number;
488
- }): void;
233
+ onWorkspaceViewSaved(): void;
489
234
  /**
490
235
  * Handle smart filter change from dashboard header
491
236
  */
@@ -512,6 +257,14 @@ export declare class DataExplorerDashboardComponent extends BaseDashboard implem
512
257
  * Handle record opened from mj-entity-viewer (double-click or open button)
513
258
  */
514
259
  onViewerRecordOpened(event: RecordOpenedEvent): void;
260
+ /**
261
+ * Handle the workspace's OpenRecordRequested (record open from the inner viewer). Builds the
262
+ * composite key from the record and routes to the full record view via the OpenEntityRecord output.
263
+ */
264
+ onWorkspaceOpenRecord(event: {
265
+ entity: EntityInfo;
266
+ record: Record<string, unknown>;
267
+ }): void;
515
268
  /**
516
269
  * Handle data loaded from mj-entity-viewer
517
270
  */
@@ -533,34 +286,6 @@ export declare class DataExplorerDashboardComponent extends BaseDashboard implem
533
286
  * Handle creating a new record for the current entity
534
287
  */
535
288
  onCreateNewRecord(): void;
536
- /**
537
- * Handle export request - opens the export dialog
538
- */
539
- onExport(): Promise<void>;
540
- /**
541
- * Handle export dialog close
542
- */
543
- onExportDialogClosed(result: ExportDialogResult): void;
544
- /**
545
- * Get visible columns for export based on current grid/view state
546
- */
547
- private getExportColumns;
548
- /**
549
- * Map MemberJunction field types to export column types
550
- */
551
- private mapFieldTypeToExportType;
552
- /**
553
- * Get the data for export - loads all records for the current view/entity
554
- */
555
- protected getExportData(): Promise<ExportData>;
556
- /**
557
- * Build the ExtraFilter string based on current view and filter state
558
- */
559
- private buildExtraFilter;
560
- /**
561
- * Build the OrderBy string based on current view state
562
- */
563
- private buildOrderBy;
564
289
  /**
565
290
  * Show a notification to the user
566
291
  */
@@ -620,12 +345,6 @@ export declare class DataExplorerDashboardComponent extends BaseDashboard implem
620
345
  private applyDeepLink;
621
346
  /** Record ID to select once data loads (from deep link) */
622
347
  private pendingRecordSelection;
623
- /**
624
- * Pending map mode from URL that must survive initialization state resets.
625
- * Set during applyUrlState, cleared once state matches or after first successful re-apply.
626
- * The state subscription self-corrects: any time state diverges from this value, it re-applies.
627
- */
628
- private _pendingMapMode;
629
348
  /**
630
349
  * Handle breadcrumb click - navigate to that level
631
350
  */
@@ -678,8 +397,9 @@ export declare class DataExplorerDashboardComponent extends BaseDashboard implem
678
397
  private applyUrlState;
679
398
  /**
680
399
  * Restore a saved view from the URL's viewId parameter.
681
- * Looks up the view by ID, sets it as selected, and applies its grid state and filters.
682
- * Must be async because UserViewEngine's cache may not be populated yet on cold page loads.
400
+ * Looks up the view by ID and sets it as selected; the workspace applies its grid state once
401
+ * selectedViewEntity flows into its [SelectedView] input. Must be async because UserViewEngine's
402
+ * cache may not be populated yet on cold page loads.
683
403
  */
684
404
  private restoreViewFromUrl;
685
405
  /**
@@ -751,43 +471,14 @@ export declare class DataExplorerDashboardComponent extends BaseDashboard implem
751
471
  */
752
472
  get isAtHomeLevel(): boolean;
753
473
  /**
754
- * Handle selection changes from entity-viewer grid.
755
- * Tracks selected records to enable the Add to List button in the header toolbar.
756
- */
757
- onSelectionChanged(event: {
758
- records: Record<string, unknown>[];
759
- recordIds: string[];
760
- }): void;
761
- /**
762
- * Check if there are selected records (for enabling Add to List button)
763
- */
764
- get hasSelectedRecords(): boolean;
765
- /**
766
- * Handle Add to List button click from header toolbar.
767
- * Opens the list management dialog for selected records.
768
- */
769
- onAddToListClick(): void;
770
- /**
771
- * Handle Add to List request from entity-viewer grid toolbar.
772
- * Opens the list management dialog for multiple selected records.
773
- */
774
- onAddToListRequested(event: {
775
- entityInfo: EntityInfo;
776
- records: Record<string, unknown>[];
777
- recordIds: string[];
778
- }): void;
779
- /**
780
- * Open the list management dialog for the currently selected record
781
- */
782
- openListManagementDialog(): void;
783
- /**
784
- * Handle completion of the list management dialog
785
- */
786
- onListManagementComplete(result: ListManagementResult): void;
787
- /**
788
- * Handle cancellation of the list management dialog
474
+ * NAVIGATION handler: open a *related* record on a (possibly different) entity, bubbled up from a
475
+ * plug-in renderer through the workspace (e.g. a grid foreign-key drill-through). Resolves the
476
+ * target entity and shows the record in the detail panel, mirroring the FK navigation path used
477
+ * by {@link onOpenForeignKeyRecord}.
478
+ *
479
+ * @param nav the related-record navigation payload: the target entity name and the record's key.
789
480
  */
790
- onListManagementCancel(): void;
481
+ onOpenRelatedRecordRequested(nav: ViewRelatedRecordNavigation): void;
791
482
  static ɵfac: i0.ɵɵFactoryDeclaration<DataExplorerDashboardComponent, never>;
792
483
  static ɵcmp: i0.ɵɵComponentDeclaration<DataExplorerDashboardComponent, "mj-data-explorer-dashboard", never, { "entityFilter": { "alias": "entityFilter"; "required": false; }; "deepLink": { "alias": "deepLink"; "required": false; }; "contextName": { "alias": "contextName"; "required": false; }; "contextIcon": { "alias": "contextIcon"; "required": false; }; "initialQueryParams": { "alias": "initialQueryParams"; "required": false; }; }, { "DisplayNameChanged": "DisplayNameChanged"; }, never, never, false, never>;
793
484
  }
@@ -1 +1 @@
1
- {"version":3,"file":"data-explorer-dashboard.component.d.ts","sourceRoot":"","sources":["../../src/DataExplorer/data-explorer-dashboard.component.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"data-explorer-dashboard.component.d.ts","sourceRoot":"","sources":["../../src/DataExplorer/data-explorer-dashboard.component.ts"],"names":[],"mappings":"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"}