@memberjunction/ng-dashboards 3.0.0 → 3.1.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 (161) hide show
  1. package/dist/AI/components/agents/agent-configuration.component.js +1 -1
  2. package/dist/AI/components/agents/agent-editor.component.js +1 -1
  3. package/dist/AI/components/agents/agent-filter-panel.component.js +1 -1
  4. package/dist/AI/components/charts/performance-heatmap.component.js +1 -1
  5. package/dist/AI/components/charts/time-series-chart.component.js +1 -1
  6. package/dist/AI/components/execution-monitoring.component.js +1 -1
  7. package/dist/AI/components/models/model-management.component.js +1 -1
  8. package/dist/AI/components/prompts/model-prompt-priority-matrix.component.js +1 -1
  9. package/dist/AI/components/prompts/prompt-filter-panel.component.js +1 -1
  10. package/dist/AI/components/prompts/prompt-management.component.js +1 -1
  11. package/dist/AI/components/prompts/prompt-version-control.component.js +1 -1
  12. package/dist/AI/components/system/system-config-filter-panel.component.js +1 -1
  13. package/dist/AI/components/system/system-configuration.component.js +1 -1
  14. package/dist/AI/components/widgets/kpi-card.component.js +1 -1
  15. package/dist/AI/components/widgets/live-execution-widget.component.js +1 -1
  16. package/dist/Actions/components/actions-list-view.component.js +1 -1
  17. package/dist/Actions/components/actions-overview.component.js +1 -1
  18. package/dist/Actions/components/categories-list-view.component.js +1 -1
  19. package/dist/Actions/components/code-management.component.js +1 -1
  20. package/dist/Actions/components/entity-integration.component.js +1 -1
  21. package/dist/Actions/components/execution-monitoring.component.js +1 -1
  22. package/dist/Actions/components/executions-list-view.component.js +1 -1
  23. package/dist/Actions/components/scheduled-actions.component.js +1 -1
  24. package/dist/Actions/components/security-permissions.component.js +1 -1
  25. package/dist/Communication/communication-dashboard.component.js +1 -1
  26. package/dist/Communication/communication-logs-resource.component.js +1 -1
  27. package/dist/Communication/communication-monitor-resource.component.js +1 -1
  28. package/dist/Communication/communication-providers-resource.component.js +1 -1
  29. package/dist/Communication/communication-runs-resource.component.js +1 -1
  30. package/dist/ComponentStudio/component-studio-dashboard.component.js +1 -1
  31. package/dist/ComponentStudio/components/artifact-load-dialog.component.js +1 -1
  32. package/dist/ComponentStudio/components/artifact-selection-dialog.component.js +1 -1
  33. package/dist/ComponentStudio/components/text-import-dialog.component.js +1 -1
  34. package/dist/Credentials/components/credential-category-edit-panel.component.js +1 -1
  35. package/dist/Credentials/components/credential-edit-panel.component.js +1 -1
  36. package/dist/Credentials/components/credential-type-edit-panel.component.js +1 -1
  37. package/dist/Credentials/components/credentials-audit-resource.component.js +1 -1
  38. package/dist/Credentials/components/credentials-categories-resource.component.js +1 -1
  39. package/dist/Credentials/components/credentials-list-resource.component.js +1 -1
  40. package/dist/Credentials/components/credentials-overview-resource.component.js +1 -1
  41. package/dist/Credentials/components/credentials-types-resource.component.js +1 -1
  42. package/dist/Credentials/credentials-dashboard.component.js +1 -1
  43. package/dist/DashboardBrowser/dashboard-browser-resource.component.d.ts +225 -0
  44. package/dist/DashboardBrowser/dashboard-browser-resource.component.d.ts.map +1 -0
  45. package/dist/DashboardBrowser/dashboard-browser-resource.component.js +1038 -0
  46. package/dist/DashboardBrowser/dashboard-browser-resource.component.js.map +1 -0
  47. package/dist/DashboardBrowser/dashboard-share-dialog.component.d.ts +116 -0
  48. package/dist/DashboardBrowser/dashboard-share-dialog.component.d.ts.map +1 -0
  49. package/dist/DashboardBrowser/dashboard-share-dialog.component.js +549 -0
  50. package/dist/DashboardBrowser/dashboard-share-dialog.component.js.map +1 -0
  51. package/dist/DataExplorer/components/filter-dialog/filter-dialog.component.js +1 -1
  52. package/dist/DataExplorer/components/navigation-panel/navigation-panel.component.js +1 -1
  53. package/dist/DataExplorer/components/view-selector/view-selector.component.js +1 -1
  54. package/dist/DataExplorer/data-explorer-dashboard.component.d.ts +2 -1
  55. package/dist/DataExplorer/data-explorer-dashboard.component.d.ts.map +1 -1
  56. package/dist/DataExplorer/data-explorer-dashboard.component.js +74 -55
  57. package/dist/DataExplorer/data-explorer-dashboard.component.js.map +1 -1
  58. package/dist/DataExplorer/data-explorer-resource.component.d.ts +38 -0
  59. package/dist/DataExplorer/data-explorer-resource.component.d.ts.map +1 -0
  60. package/dist/DataExplorer/data-explorer-resource.component.js +153 -0
  61. package/dist/DataExplorer/data-explorer-resource.component.js.map +1 -0
  62. package/dist/DataExplorer/index.d.ts +1 -0
  63. package/dist/DataExplorer/index.d.ts.map +1 -1
  64. package/dist/DataExplorer/index.js +2 -0
  65. package/dist/DataExplorer/index.js.map +1 -1
  66. package/dist/EntityAdmin/entity-admin-dashboard.component.js +1 -1
  67. package/dist/Home/home-application.d.ts +53 -0
  68. package/dist/Home/home-application.d.ts.map +1 -0
  69. package/dist/Home/home-application.js +148 -0
  70. package/dist/Home/home-application.js.map +1 -0
  71. package/dist/Home/home-dashboard.component.d.ts +10 -10
  72. package/dist/Home/home-dashboard.component.d.ts.map +1 -1
  73. package/dist/Home/home-dashboard.component.js +43 -41
  74. package/dist/Home/home-dashboard.component.js.map +1 -1
  75. package/dist/Lists/components/lists-browse-resource.component.js +1 -1
  76. package/dist/Lists/components/lists-categories-resource.component.js +1 -1
  77. package/dist/Lists/components/lists-my-lists-resource.component.js +1 -1
  78. package/dist/Lists/components/lists-operations-resource.component.js +1 -1
  79. package/dist/Lists/components/venn-diagram/venn-diagram.component.js +1 -1
  80. package/dist/QueryBrowser/query-browser-resource.component.d.ts +101 -0
  81. package/dist/QueryBrowser/query-browser-resource.component.d.ts.map +1 -0
  82. package/dist/QueryBrowser/query-browser-resource.component.js +662 -0
  83. package/dist/QueryBrowser/query-browser-resource.component.js.map +1 -0
  84. package/dist/Scheduling/components/scheduling-health-resource.component.js +1 -1
  85. package/dist/Scheduling/components/scheduling-health.component.js +1 -1
  86. package/dist/Scheduling/components/scheduling-history-resource.component.js +1 -1
  87. package/dist/Scheduling/components/scheduling-history.component.js +1 -1
  88. package/dist/Scheduling/components/scheduling-jobs-resource.component.js +1 -1
  89. package/dist/Scheduling/components/scheduling-jobs.component.js +1 -1
  90. package/dist/Scheduling/components/scheduling-monitor-resource.component.js +1 -1
  91. package/dist/Scheduling/components/scheduling-monitoring.component.js +1 -1
  92. package/dist/Scheduling/components/scheduling-types-resource.component.js +1 -1
  93. package/dist/Scheduling/components/scheduling-types.component.js +1 -1
  94. package/dist/Scheduling/scheduling-dashboard.component.js +1 -1
  95. package/dist/SystemDiagnostics/system-diagnostics.component.d.ts +3 -3
  96. package/dist/SystemDiagnostics/system-diagnostics.component.d.ts.map +1 -1
  97. package/dist/SystemDiagnostics/system-diagnostics.component.js +7 -20
  98. package/dist/SystemDiagnostics/system-diagnostics.component.js.map +1 -1
  99. package/dist/Testing/components/testing-analytics-resource.component.js +1 -1
  100. package/dist/Testing/components/testing-analytics.component.js +1 -1
  101. package/dist/Testing/components/testing-execution-resource.component.js +1 -1
  102. package/dist/Testing/components/testing-execution.component.js +1 -1
  103. package/dist/Testing/components/testing-feedback-resource.component.js +1 -1
  104. package/dist/Testing/components/testing-feedback.component.js +1 -1
  105. package/dist/Testing/components/testing-overview-resource.component.js +1 -1
  106. package/dist/Testing/components/testing-overview.component.js +1 -1
  107. package/dist/Testing/components/testing-version-comparison.component.js +1 -1
  108. package/dist/Testing/components/testing-version-resource.component.js +1 -1
  109. package/dist/Testing/components/widgets/oracle-breakdown-table.component.js +1 -1
  110. package/dist/Testing/components/widgets/suite-tree.component.js +2 -2
  111. package/dist/Testing/components/widgets/test-run-detail-panel.component.js +1 -1
  112. package/dist/Testing/testing-dashboard.component.js +1 -1
  113. package/dist/module.d.ts +61 -55
  114. package/dist/module.d.ts.map +1 -1
  115. package/dist/module.js +49 -9
  116. package/dist/module.js.map +1 -1
  117. package/dist/public-api.d.ts +5 -0
  118. package/dist/public-api.d.ts.map +1 -1
  119. package/dist/public-api.js +25 -1
  120. package/dist/public-api.js.map +1 -1
  121. package/package.json +32 -30
  122. package/dist/AI/ai-dashboard.component.d.ts +0 -62
  123. package/dist/AI/ai-dashboard.component.d.ts.map +0 -1
  124. package/dist/AI/ai-dashboard.component.js +0 -338
  125. package/dist/AI/ai-dashboard.component.js.map +0 -1
  126. package/dist/AI/components/models/model-management-v2.component.d.ts +0 -96
  127. package/dist/AI/components/models/model-management-v2.component.d.ts.map +0 -1
  128. package/dist/AI/components/models/model-management-v2.component.js +0 -981
  129. package/dist/AI/components/models/model-management-v2.component.js.map +0 -1
  130. package/dist/AI/components/prompts/prompt-management-v2.component.d.ts +0 -97
  131. package/dist/AI/components/prompts/prompt-management-v2.component.d.ts.map +0 -1
  132. package/dist/AI/components/prompts/prompt-management-v2.component.js +0 -811
  133. package/dist/AI/components/prompts/prompt-management-v2.component.js.map +0 -1
  134. package/dist/Actions/actions-management-dashboard.component.d.ts +0 -52
  135. package/dist/Actions/actions-management-dashboard.component.d.ts.map +0 -1
  136. package/dist/Actions/actions-management-dashboard.component.js +0 -308
  137. package/dist/Actions/actions-management-dashboard.component.js.map +0 -1
  138. package/dist/DataExplorer/components/view-config-panel/view-config-panel.component.d.ts +0 -245
  139. package/dist/DataExplorer/components/view-config-panel/view-config-panel.component.d.ts.map +0 -1
  140. package/dist/DataExplorer/components/view-config-panel/view-config-panel.component.js +0 -1143
  141. package/dist/DataExplorer/components/view-config-panel/view-config-panel.component.js.map +0 -1
  142. package/dist/EntityAdmin/components/entity-details.component.d.ts +0 -50
  143. package/dist/EntityAdmin/components/entity-details.component.d.ts.map +0 -1
  144. package/dist/EntityAdmin/components/entity-details.component.js +0 -680
  145. package/dist/EntityAdmin/components/entity-details.component.js.map +0 -1
  146. package/dist/EntityAdmin/components/entity-filter-panel.component.d.ts +0 -31
  147. package/dist/EntityAdmin/components/entity-filter-panel.component.d.ts.map +0 -1
  148. package/dist/EntityAdmin/components/entity-filter-panel.component.js +0 -160
  149. package/dist/EntityAdmin/components/entity-filter-panel.component.js.map +0 -1
  150. package/dist/EntityAdmin/components/erd-composite.component.d.ts +0 -73
  151. package/dist/EntityAdmin/components/erd-composite.component.d.ts.map +0 -1
  152. package/dist/EntityAdmin/components/erd-composite.component.js +0 -271
  153. package/dist/EntityAdmin/components/erd-composite.component.js.map +0 -1
  154. package/dist/EntityAdmin/components/erd-diagram.component.d.ts +0 -47
  155. package/dist/EntityAdmin/components/erd-diagram.component.d.ts.map +0 -1
  156. package/dist/EntityAdmin/components/erd-diagram.component.js +0 -618
  157. package/dist/EntityAdmin/components/erd-diagram.component.js.map +0 -1
  158. package/dist/generic/base-dashboard.d.ts +0 -65
  159. package/dist/generic/base-dashboard.d.ts.map +0 -1
  160. package/dist/generic/base-dashboard.js +0 -74
  161. package/dist/generic/base-dashboard.js.map +0 -1
@@ -1,245 +0,0 @@
1
- import { EventEmitter, OnChanges, OnInit, SimpleChanges, ChangeDetectorRef } from '@angular/core';
2
- import { EntityInfo, EntityFieldInfo } from '@memberjunction/core';
3
- import { UserViewEntityExtended } from '@memberjunction/core-entities';
4
- import { ViewGridStateConfig } from '@memberjunction/ng-entity-viewer';
5
- import { CompositeFilterDescriptor, FilterFieldInfo } from '@memberjunction/ng-filter-builder';
6
- import * as i0 from "@angular/core";
7
- /**
8
- * Column configuration for the view
9
- */
10
- export interface ColumnConfig {
11
- fieldId: string;
12
- fieldName: string;
13
- displayName: string;
14
- visible: boolean;
15
- width: number | null;
16
- orderIndex: number;
17
- field: EntityFieldInfo;
18
- }
19
- /**
20
- * Event emitted when saving the view
21
- */
22
- export interface ViewSaveEvent {
23
- name: string;
24
- description: string;
25
- isShared: boolean;
26
- saveAsNew: boolean;
27
- columns: ColumnConfig[];
28
- sortField: string | null;
29
- sortDirection: 'asc' | 'desc';
30
- smartFilterEnabled: boolean;
31
- smartFilterPrompt: string;
32
- /** Traditional filter state in Kendo-compatible JSON format */
33
- filterState: CompositeFilterDescriptor | null;
34
- }
35
- /**
36
- * ViewConfigPanelComponent - Sliding panel for configuring view settings
37
- *
38
- * Features:
39
- * - Column visibility and ordering
40
- * - Sort configuration
41
- * - View name and description editing
42
- * - Share settings
43
- * - Save / Save As New / Cancel actions
44
- */
45
- export declare class ViewConfigPanelComponent implements OnInit, OnChanges {
46
- private cdr;
47
- /**
48
- * The entity being viewed
49
- */
50
- entity: EntityInfo | null;
51
- /**
52
- * The current view entity (null for default view)
53
- */
54
- viewEntity: UserViewEntityExtended | null;
55
- /**
56
- * Whether the panel is open
57
- */
58
- isOpen: boolean;
59
- /**
60
- * Current grid state from the grid (includes live column widths/order from user interaction)
61
- * This takes precedence over viewEntity.Columns for showing current state
62
- */
63
- currentGridState: ViewGridStateConfig | null;
64
- /**
65
- * Emitted when the panel should close
66
- */
67
- close: EventEmitter<void>;
68
- /**
69
- * Emitted when the view should be saved
70
- */
71
- save: EventEmitter<ViewSaveEvent>;
72
- /**
73
- * Emitted when the view should be deleted
74
- */
75
- delete: EventEmitter<void>;
76
- /**
77
- * Emitted when filter dialog should be opened (at dashboard level for full width)
78
- */
79
- openFilterDialogRequest: EventEmitter<{
80
- filterState: CompositeFilterDescriptor;
81
- filterFields: FilterFieldInfo[];
82
- }>;
83
- /**
84
- * Filter state from external dialog (set by parent after dialog closes)
85
- */
86
- externalFilterState: CompositeFilterDescriptor | null;
87
- viewName: string;
88
- viewDescription: string;
89
- isShared: boolean;
90
- columns: ColumnConfig[];
91
- sortField: string | null;
92
- sortDirection: 'asc' | 'desc';
93
- smartFilterEnabled: boolean;
94
- smartFilterPrompt: string;
95
- smartFilterExplanation: string;
96
- filterState: CompositeFilterDescriptor;
97
- filterFields: FilterFieldInfo[];
98
- filterMode: 'smart' | 'traditional';
99
- activeTab: 'columns' | 'filters' | 'settings';
100
- isSaving: boolean;
101
- columnSearchText: string;
102
- draggedColumn: ColumnConfig | null;
103
- private metadata;
104
- constructor(cdr: ChangeDetectorRef);
105
- /**
106
- * Handle keyboard shortcuts
107
- * Escape: Close the panel
108
- */
109
- handleEscape(): void;
110
- ngOnInit(): void;
111
- ngOnChanges(changes: SimpleChanges): void;
112
- /**
113
- * Initialize form state from entity and view
114
- * Priority for column state: currentGridState > viewEntity.Columns > entity defaults
115
- */
116
- private initializeFromEntity;
117
- /**
118
- * Build filter fields from entity fields (including __mj_ fields for filtering by timestamps)
119
- */
120
- private buildFilterFields;
121
- /**
122
- * Map entity field type to filter field type
123
- */
124
- private mapFieldType;
125
- /**
126
- * Parse the filter state from JSON string
127
- */
128
- private parseFilterState;
129
- /**
130
- * Handle filter state change from filter builder
131
- */
132
- onFilterChange(filter: CompositeFilterDescriptor): void;
133
- /**
134
- * Open the filter dialog - emits event to parent (dashboard) which renders the dialog at viewport level
135
- */
136
- openFilterDialog(): void;
137
- /**
138
- * Get the count of active filter rules
139
- */
140
- getFilterCount(): number;
141
- /**
142
- * Count filters recursively
143
- */
144
- private countFilters;
145
- /**
146
- * Get a human-readable summary of the filter state
147
- */
148
- getFilterSummary(): string;
149
- /**
150
- * Clear all filters
151
- */
152
- clearFilters(): void;
153
- /**
154
- * Apply grid state column settings to the columns array
155
- */
156
- private applyGridStateToColumns;
157
- /**
158
- * Get visible columns
159
- */
160
- get visibleColumns(): ColumnConfig[];
161
- /**
162
- * Get hidden columns
163
- */
164
- get hiddenColumns(): ColumnConfig[];
165
- /**
166
- * Get filtered columns for search
167
- */
168
- get filteredHiddenColumns(): ColumnConfig[];
169
- /**
170
- * Get sortable fields for dropdown (including __mj_ fields for sorting by timestamps)
171
- */
172
- get sortableFields(): EntityFieldInfo[];
173
- /**
174
- * Check if the current user can edit the view
175
- */
176
- get canEdit(): boolean;
177
- /**
178
- * Check if the current user can delete the view
179
- */
180
- get canDelete(): boolean;
181
- /**
182
- * Toggle column visibility
183
- */
184
- toggleColumnVisibility(column: ColumnConfig): void;
185
- /**
186
- * Move column up in order
187
- */
188
- moveColumnUp(column: ColumnConfig): void;
189
- /**
190
- * Move column down in order
191
- */
192
- moveColumnDown(column: ColumnConfig): void;
193
- /**
194
- * Handle drag start for column reordering
195
- */
196
- onDragStart(event: DragEvent, column: ColumnConfig): void;
197
- /**
198
- * Handle drag over for column reordering
199
- */
200
- onDragOver(event: DragEvent, column: ColumnConfig): void;
201
- /**
202
- * Handle drop for column reordering
203
- */
204
- onDrop(event: DragEvent, targetColumn: ColumnConfig): void;
205
- /**
206
- * Handle drag end
207
- */
208
- onDragEnd(): void;
209
- /**
210
- * Close the panel
211
- */
212
- onClose(): void;
213
- /**
214
- * Check if filter state has any active filters
215
- */
216
- private hasActiveFilters;
217
- /**
218
- * Save the view
219
- */
220
- onSave(): void;
221
- /**
222
- * Save as a new view
223
- */
224
- onSaveAsNew(): void;
225
- /**
226
- * Delete the view
227
- */
228
- onDelete(): void;
229
- /**
230
- * Set the active tab
231
- */
232
- setActiveTab(tab: 'columns' | 'filters' | 'settings'): void;
233
- /**
234
- * Set the filter mode (smart or traditional)
235
- * When switching modes, clear the other mode's settings
236
- */
237
- setFilterMode(mode: 'smart' | 'traditional'): void;
238
- /**
239
- * Apply a smart filter example to the prompt field
240
- */
241
- applySmartFilterExample(example: string): void;
242
- static ɵfac: i0.ɵɵFactoryDeclaration<ViewConfigPanelComponent, never>;
243
- static ɵcmp: i0.ɵɵComponentDeclaration<ViewConfigPanelComponent, "mj-view-config-panel", never, { "entity": { "alias": "entity"; "required": false; }; "viewEntity": { "alias": "viewEntity"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; }; "currentGridState": { "alias": "currentGridState"; "required": false; }; "externalFilterState": { "alias": "externalFilterState"; "required": false; }; "isSaving": { "alias": "isSaving"; "required": false; }; }, { "close": "close"; "save": "save"; "delete": "delete"; "openFilterDialogRequest": "openFilterDialogRequest"; }, never, never, false, never>;
244
- }
245
- //# sourceMappingURL=view-config-panel.component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"view-config-panel.component.d.ts","sourceRoot":"","sources":["../../../../src/DataExplorer/components/view-config-panel/view-config-panel.component.ts"],"names":[],"mappings":"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"}