@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.
- package/dist/AI/components/agents/agent-configuration.component.js +1 -1
- package/dist/AI/components/agents/agent-editor.component.js +1 -1
- package/dist/AI/components/agents/agent-filter-panel.component.js +1 -1
- package/dist/AI/components/charts/performance-heatmap.component.js +1 -1
- package/dist/AI/components/charts/time-series-chart.component.js +1 -1
- package/dist/AI/components/execution-monitoring.component.js +1 -1
- package/dist/AI/components/models/model-management.component.js +1 -1
- package/dist/AI/components/prompts/model-prompt-priority-matrix.component.js +1 -1
- package/dist/AI/components/prompts/prompt-filter-panel.component.js +1 -1
- package/dist/AI/components/prompts/prompt-management.component.js +1 -1
- package/dist/AI/components/prompts/prompt-version-control.component.js +1 -1
- package/dist/AI/components/system/system-config-filter-panel.component.js +1 -1
- package/dist/AI/components/system/system-configuration.component.js +1 -1
- package/dist/AI/components/widgets/kpi-card.component.js +1 -1
- package/dist/AI/components/widgets/live-execution-widget.component.js +1 -1
- package/dist/Actions/components/actions-list-view.component.js +1 -1
- package/dist/Actions/components/actions-overview.component.js +1 -1
- package/dist/Actions/components/categories-list-view.component.js +1 -1
- package/dist/Actions/components/code-management.component.js +1 -1
- package/dist/Actions/components/entity-integration.component.js +1 -1
- package/dist/Actions/components/execution-monitoring.component.js +1 -1
- package/dist/Actions/components/executions-list-view.component.js +1 -1
- package/dist/Actions/components/scheduled-actions.component.js +1 -1
- package/dist/Actions/components/security-permissions.component.js +1 -1
- package/dist/Communication/communication-dashboard.component.js +1 -1
- package/dist/Communication/communication-logs-resource.component.js +1 -1
- package/dist/Communication/communication-monitor-resource.component.js +1 -1
- package/dist/Communication/communication-providers-resource.component.js +1 -1
- package/dist/Communication/communication-runs-resource.component.js +1 -1
- package/dist/ComponentStudio/component-studio-dashboard.component.js +1 -1
- package/dist/ComponentStudio/components/artifact-load-dialog.component.js +1 -1
- package/dist/ComponentStudio/components/artifact-selection-dialog.component.js +1 -1
- package/dist/ComponentStudio/components/text-import-dialog.component.js +1 -1
- package/dist/Credentials/components/credential-category-edit-panel.component.js +1 -1
- package/dist/Credentials/components/credential-edit-panel.component.js +1 -1
- package/dist/Credentials/components/credential-type-edit-panel.component.js +1 -1
- package/dist/Credentials/components/credentials-audit-resource.component.js +1 -1
- package/dist/Credentials/components/credentials-categories-resource.component.js +1 -1
- package/dist/Credentials/components/credentials-list-resource.component.js +1 -1
- package/dist/Credentials/components/credentials-overview-resource.component.js +1 -1
- package/dist/Credentials/components/credentials-types-resource.component.js +1 -1
- package/dist/Credentials/credentials-dashboard.component.js +1 -1
- package/dist/DashboardBrowser/dashboard-browser-resource.component.d.ts +225 -0
- package/dist/DashboardBrowser/dashboard-browser-resource.component.d.ts.map +1 -0
- package/dist/DashboardBrowser/dashboard-browser-resource.component.js +1038 -0
- package/dist/DashboardBrowser/dashboard-browser-resource.component.js.map +1 -0
- package/dist/DashboardBrowser/dashboard-share-dialog.component.d.ts +116 -0
- package/dist/DashboardBrowser/dashboard-share-dialog.component.d.ts.map +1 -0
- package/dist/DashboardBrowser/dashboard-share-dialog.component.js +549 -0
- package/dist/DashboardBrowser/dashboard-share-dialog.component.js.map +1 -0
- package/dist/DataExplorer/components/filter-dialog/filter-dialog.component.js +1 -1
- package/dist/DataExplorer/components/navigation-panel/navigation-panel.component.js +1 -1
- package/dist/DataExplorer/components/view-selector/view-selector.component.js +1 -1
- package/dist/DataExplorer/data-explorer-dashboard.component.d.ts +2 -1
- package/dist/DataExplorer/data-explorer-dashboard.component.d.ts.map +1 -1
- package/dist/DataExplorer/data-explorer-dashboard.component.js +74 -55
- package/dist/DataExplorer/data-explorer-dashboard.component.js.map +1 -1
- package/dist/DataExplorer/data-explorer-resource.component.d.ts +38 -0
- package/dist/DataExplorer/data-explorer-resource.component.d.ts.map +1 -0
- package/dist/DataExplorer/data-explorer-resource.component.js +153 -0
- package/dist/DataExplorer/data-explorer-resource.component.js.map +1 -0
- package/dist/DataExplorer/index.d.ts +1 -0
- package/dist/DataExplorer/index.d.ts.map +1 -1
- package/dist/DataExplorer/index.js +2 -0
- package/dist/DataExplorer/index.js.map +1 -1
- package/dist/EntityAdmin/entity-admin-dashboard.component.js +1 -1
- package/dist/Home/home-application.d.ts +53 -0
- package/dist/Home/home-application.d.ts.map +1 -0
- package/dist/Home/home-application.js +148 -0
- package/dist/Home/home-application.js.map +1 -0
- package/dist/Home/home-dashboard.component.d.ts +10 -10
- package/dist/Home/home-dashboard.component.d.ts.map +1 -1
- package/dist/Home/home-dashboard.component.js +43 -41
- package/dist/Home/home-dashboard.component.js.map +1 -1
- package/dist/Lists/components/lists-browse-resource.component.js +1 -1
- package/dist/Lists/components/lists-categories-resource.component.js +1 -1
- package/dist/Lists/components/lists-my-lists-resource.component.js +1 -1
- package/dist/Lists/components/lists-operations-resource.component.js +1 -1
- package/dist/Lists/components/venn-diagram/venn-diagram.component.js +1 -1
- package/dist/QueryBrowser/query-browser-resource.component.d.ts +101 -0
- package/dist/QueryBrowser/query-browser-resource.component.d.ts.map +1 -0
- package/dist/QueryBrowser/query-browser-resource.component.js +662 -0
- package/dist/QueryBrowser/query-browser-resource.component.js.map +1 -0
- package/dist/Scheduling/components/scheduling-health-resource.component.js +1 -1
- package/dist/Scheduling/components/scheduling-health.component.js +1 -1
- package/dist/Scheduling/components/scheduling-history-resource.component.js +1 -1
- package/dist/Scheduling/components/scheduling-history.component.js +1 -1
- package/dist/Scheduling/components/scheduling-jobs-resource.component.js +1 -1
- package/dist/Scheduling/components/scheduling-jobs.component.js +1 -1
- package/dist/Scheduling/components/scheduling-monitor-resource.component.js +1 -1
- package/dist/Scheduling/components/scheduling-monitoring.component.js +1 -1
- package/dist/Scheduling/components/scheduling-types-resource.component.js +1 -1
- package/dist/Scheduling/components/scheduling-types.component.js +1 -1
- package/dist/Scheduling/scheduling-dashboard.component.js +1 -1
- package/dist/SystemDiagnostics/system-diagnostics.component.d.ts +3 -3
- package/dist/SystemDiagnostics/system-diagnostics.component.d.ts.map +1 -1
- package/dist/SystemDiagnostics/system-diagnostics.component.js +7 -20
- package/dist/SystemDiagnostics/system-diagnostics.component.js.map +1 -1
- package/dist/Testing/components/testing-analytics-resource.component.js +1 -1
- package/dist/Testing/components/testing-analytics.component.js +1 -1
- package/dist/Testing/components/testing-execution-resource.component.js +1 -1
- package/dist/Testing/components/testing-execution.component.js +1 -1
- package/dist/Testing/components/testing-feedback-resource.component.js +1 -1
- package/dist/Testing/components/testing-feedback.component.js +1 -1
- package/dist/Testing/components/testing-overview-resource.component.js +1 -1
- package/dist/Testing/components/testing-overview.component.js +1 -1
- package/dist/Testing/components/testing-version-comparison.component.js +1 -1
- package/dist/Testing/components/testing-version-resource.component.js +1 -1
- package/dist/Testing/components/widgets/oracle-breakdown-table.component.js +1 -1
- package/dist/Testing/components/widgets/suite-tree.component.js +2 -2
- package/dist/Testing/components/widgets/test-run-detail-panel.component.js +1 -1
- package/dist/Testing/testing-dashboard.component.js +1 -1
- package/dist/module.d.ts +61 -55
- package/dist/module.d.ts.map +1 -1
- package/dist/module.js +49 -9
- package/dist/module.js.map +1 -1
- package/dist/public-api.d.ts +5 -0
- package/dist/public-api.d.ts.map +1 -1
- package/dist/public-api.js +25 -1
- package/dist/public-api.js.map +1 -1
- package/package.json +32 -30
- package/dist/AI/ai-dashboard.component.d.ts +0 -62
- package/dist/AI/ai-dashboard.component.d.ts.map +0 -1
- package/dist/AI/ai-dashboard.component.js +0 -338
- package/dist/AI/ai-dashboard.component.js.map +0 -1
- package/dist/AI/components/models/model-management-v2.component.d.ts +0 -96
- package/dist/AI/components/models/model-management-v2.component.d.ts.map +0 -1
- package/dist/AI/components/models/model-management-v2.component.js +0 -981
- package/dist/AI/components/models/model-management-v2.component.js.map +0 -1
- package/dist/AI/components/prompts/prompt-management-v2.component.d.ts +0 -97
- package/dist/AI/components/prompts/prompt-management-v2.component.d.ts.map +0 -1
- package/dist/AI/components/prompts/prompt-management-v2.component.js +0 -811
- package/dist/AI/components/prompts/prompt-management-v2.component.js.map +0 -1
- package/dist/Actions/actions-management-dashboard.component.d.ts +0 -52
- package/dist/Actions/actions-management-dashboard.component.d.ts.map +0 -1
- package/dist/Actions/actions-management-dashboard.component.js +0 -308
- package/dist/Actions/actions-management-dashboard.component.js.map +0 -1
- package/dist/DataExplorer/components/view-config-panel/view-config-panel.component.d.ts +0 -245
- package/dist/DataExplorer/components/view-config-panel/view-config-panel.component.d.ts.map +0 -1
- package/dist/DataExplorer/components/view-config-panel/view-config-panel.component.js +0 -1143
- package/dist/DataExplorer/components/view-config-panel/view-config-panel.component.js.map +0 -1
- package/dist/EntityAdmin/components/entity-details.component.d.ts +0 -50
- package/dist/EntityAdmin/components/entity-details.component.d.ts.map +0 -1
- package/dist/EntityAdmin/components/entity-details.component.js +0 -680
- package/dist/EntityAdmin/components/entity-details.component.js.map +0 -1
- package/dist/EntityAdmin/components/entity-filter-panel.component.d.ts +0 -31
- package/dist/EntityAdmin/components/entity-filter-panel.component.d.ts.map +0 -1
- package/dist/EntityAdmin/components/entity-filter-panel.component.js +0 -160
- package/dist/EntityAdmin/components/entity-filter-panel.component.js.map +0 -1
- package/dist/EntityAdmin/components/erd-composite.component.d.ts +0 -73
- package/dist/EntityAdmin/components/erd-composite.component.d.ts.map +0 -1
- package/dist/EntityAdmin/components/erd-composite.component.js +0 -271
- package/dist/EntityAdmin/components/erd-composite.component.js.map +0 -1
- package/dist/EntityAdmin/components/erd-diagram.component.d.ts +0 -47
- package/dist/EntityAdmin/components/erd-diagram.component.d.ts.map +0 -1
- package/dist/EntityAdmin/components/erd-diagram.component.js +0 -618
- package/dist/EntityAdmin/components/erd-diagram.component.js.map +0 -1
- package/dist/generic/base-dashboard.d.ts +0 -65
- package/dist/generic/base-dashboard.d.ts.map +0 -1
- package/dist/generic/base-dashboard.js +0 -74
- 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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"}
|