@memberjunction/ng-dashboards 5.35.0 → 5.37.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 +3 -3
- package/dist/AI/components/agents/agent-configuration.component.js.map +1 -1
- package/dist/AI/components/analytics/ai-analytics-resource.component.d.ts +22 -1
- package/dist/AI/components/analytics/ai-analytics-resource.component.d.ts.map +1 -1
- package/dist/AI/components/analytics/ai-analytics-resource.component.js +157 -137
- package/dist/AI/components/analytics/ai-analytics-resource.component.js.map +1 -1
- package/dist/AI/components/autotagging/autotagging-pipeline-resource.component.d.ts +28 -0
- package/dist/AI/components/autotagging/autotagging-pipeline-resource.component.d.ts.map +1 -1
- package/dist/AI/components/autotagging/autotagging-pipeline-resource.component.js +2075 -2068
- package/dist/AI/components/autotagging/autotagging-pipeline-resource.component.js.map +1 -1
- package/dist/AI/components/models/model-management.component.js +4 -4
- package/dist/AI/components/models/model-management.component.js.map +1 -1
- package/dist/AI/components/prompts/prompt-management.component.js +3 -3
- package/dist/AI/components/prompts/prompt-management.component.js.map +1 -1
- package/dist/AI/components/tags/tags-resource.component.d.ts +15 -0
- package/dist/AI/components/tags/tags-resource.component.d.ts.map +1 -1
- package/dist/AI/components/tags/tags-resource.component.js +1411 -1424
- package/dist/AI/components/tags/tags-resource.component.js.map +1 -1
- package/dist/APIKeys/api-keys-resource.component.d.ts +12 -8
- package/dist/APIKeys/api-keys-resource.component.d.ts.map +1 -1
- package/dist/APIKeys/api-keys-resource.component.js +329 -371
- package/dist/APIKeys/api-keys-resource.component.js.map +1 -1
- package/dist/Actions/components/actions-overview.component.js +137 -142
- package/dist/Actions/components/actions-overview.component.js.map +1 -1
- package/dist/Actions/components/execution-monitoring.component.js +111 -116
- package/dist/Actions/components/execution-monitoring.component.js.map +1 -1
- package/dist/Admin/admin-data-schema.component.js +13 -65
- package/dist/Admin/admin-data-schema.component.js.map +1 -1
- package/dist/Admin/admin-dev-tools-resource.component.js +13 -65
- package/dist/Admin/admin-dev-tools-resource.component.js.map +1 -1
- package/dist/Admin/admin-identity-access.component.js +13 -65
- package/dist/Admin/admin-identity-access.component.js.map +1 -1
- package/dist/Admin/admin-monitoring.component.js +13 -65
- package/dist/Admin/admin-monitoring.component.js.map +1 -1
- package/dist/Admin/base-admin-container.component.d.ts +9 -7
- package/dist/Admin/base-admin-container.component.d.ts.map +1 -1
- package/dist/Admin/base-admin-container.component.js +26 -17
- package/dist/Admin/base-admin-container.component.js.map +1 -1
- package/dist/ApplicationRoles/application-roles-resource.component.js +74 -67
- package/dist/ApplicationRoles/application-roles-resource.component.js.map +1 -1
- package/dist/Communication/communication-new-message-resource.component.d.ts +93 -0
- package/dist/Communication/communication-new-message-resource.component.d.ts.map +1 -0
- package/dist/Communication/communication-new-message-resource.component.js +661 -0
- package/dist/Communication/communication-new-message-resource.component.js.map +1 -0
- package/dist/Credentials/components/credentials-categories-resource.component.js +152 -159
- package/dist/Credentials/components/credentials-categories-resource.component.js.map +1 -1
- package/dist/Credentials/components/credentials-types-resource.component.js +151 -155
- package/dist/Credentials/components/credentials-types-resource.component.js.map +1 -1
- package/dist/DatabaseDesigner/components/database-designer-dashboard.component.js +20 -21
- package/dist/DatabaseDesigner/components/database-designer-dashboard.component.js.map +1 -1
- package/dist/DatabaseDesigner/components/entity-list.component.d.ts +2 -0
- package/dist/DatabaseDesigner/components/entity-list.component.d.ts.map +1 -1
- package/dist/DatabaseDesigner/components/entity-list.component.js +131 -125
- package/dist/DatabaseDesigner/components/entity-list.component.js.map +1 -1
- package/dist/DatabaseDesigner/database-designer-dashboards.module.d.ts +1 -1
- package/dist/DatabaseDesigner/database-designer-dashboards.module.d.ts.map +1 -1
- package/dist/DatabaseDesigner/database-designer-dashboards.module.js +7 -1
- package/dist/DatabaseDesigner/database-designer-dashboards.module.js.map +1 -1
- package/dist/DevTools/app-state-inspector.component.d.ts +5 -0
- package/dist/DevTools/app-state-inspector.component.d.ts.map +1 -1
- package/dist/DevTools/app-state-inspector.component.js +46 -72
- package/dist/DevTools/app-state-inspector.component.js.map +1 -1
- package/dist/DevTools/class-registry.component.js +88 -100
- package/dist/DevTools/class-registry.component.js.map +1 -1
- package/dist/DevTools/event-monitor.component.js +158 -168
- package/dist/DevTools/event-monitor.component.js.map +1 -1
- package/dist/DevTools/graphql-console.component.js +257 -264
- package/dist/DevTools/graphql-console.component.js.map +1 -1
- package/dist/DevTools/layout-inspector.component.d.ts +5 -0
- package/dist/DevTools/layout-inspector.component.d.ts.map +1 -1
- package/dist/DevTools/layout-inspector.component.js +46 -64
- package/dist/DevTools/layout-inspector.component.js.map +1 -1
- package/dist/DevTools/lazy-module-status.component.js +75 -84
- package/dist/DevTools/lazy-module-status.component.js.map +1 -1
- package/dist/DevTools/settings-explorer.component.js +76 -85
- package/dist/DevTools/settings-explorer.component.js.map +1 -1
- package/dist/EntityAdmin/entity-admin-dashboard.component.d.ts +2 -0
- package/dist/EntityAdmin/entity-admin-dashboard.component.d.ts.map +1 -1
- package/dist/EntityAdmin/entity-admin-dashboard.component.js +7 -3
- package/dist/EntityAdmin/entity-admin-dashboard.component.js.map +1 -1
- package/dist/Integration/components/activity/activity.component.js +97 -99
- package/dist/Integration/components/activity/activity.component.js.map +1 -1
- package/dist/Integration/components/connections/connections.component.js +842 -855
- package/dist/Integration/components/connections/connections.component.js.map +1 -1
- package/dist/Integration/components/pipelines/pipelines.component.js +502 -517
- package/dist/Integration/components/pipelines/pipelines.component.js.map +1 -1
- package/dist/Integration/components/schedules/schedules.component.js +78 -89
- package/dist/Integration/components/schedules/schedules.component.js.map +1 -1
- package/dist/KnowledgeHub/components/analytics/analytics-resource.component.d.ts +5 -0
- package/dist/KnowledgeHub/components/analytics/analytics-resource.component.d.ts.map +1 -1
- package/dist/KnowledgeHub/components/analytics/analytics-resource.component.js +1120 -1128
- package/dist/KnowledgeHub/components/analytics/analytics-resource.component.js.map +1 -1
- package/dist/KnowledgeHub/components/config/knowledge-config-resource.component.d.ts +11 -0
- package/dist/KnowledgeHub/components/config/knowledge-config-resource.component.d.ts.map +1 -1
- package/dist/KnowledgeHub/components/config/knowledge-config-resource.component.js +606 -661
- package/dist/KnowledgeHub/components/config/knowledge-config-resource.component.js.map +1 -1
- package/dist/Lists/components/lists-browse-resource.component.d.ts +102 -0
- package/dist/Lists/components/lists-browse-resource.component.d.ts.map +1 -1
- package/dist/Lists/components/lists-browse-resource.component.js +1179 -504
- package/dist/Lists/components/lists-browse-resource.component.js.map +1 -1
- package/dist/Lists/components/lists-operations-resource.component.d.ts +133 -3
- package/dist/Lists/components/lists-operations-resource.component.d.ts.map +1 -1
- package/dist/Lists/components/lists-operations-resource.component.js +1527 -327
- package/dist/Lists/components/lists-operations-resource.component.js.map +1 -1
- package/dist/Lists/components/lists-shared-with-me-resource.component.d.ts +29 -0
- package/dist/Lists/components/lists-shared-with-me-resource.component.d.ts.map +1 -0
- package/dist/Lists/components/lists-shared-with-me-resource.component.js +77 -0
- package/dist/Lists/components/lists-shared-with-me-resource.component.js.map +1 -0
- package/dist/Lists/components/venn-diagram/venn-diagram.component.d.ts +6 -0
- package/dist/Lists/components/venn-diagram/venn-diagram.component.d.ts.map +1 -1
- package/dist/Lists/components/venn-diagram/venn-diagram.component.js +35 -7
- package/dist/Lists/components/venn-diagram/venn-diagram.component.js.map +1 -1
- package/dist/Lists/index.d.ts +1 -0
- package/dist/Lists/index.d.ts.map +1 -1
- package/dist/Lists/index.js +1 -0
- package/dist/Lists/index.js.map +1 -1
- package/dist/Lists/services/list-set-operations.service.d.ts +93 -2
- package/dist/Lists/services/list-set-operations.service.d.ts.map +1 -1
- package/dist/Lists/services/list-set-operations.service.js +236 -10
- package/dist/Lists/services/list-set-operations.service.js.map +1 -1
- package/dist/MCP/mcp-dashboard.component.js +19 -19
- package/dist/MCP/mcp-dashboard.component.js.map +1 -1
- package/dist/Scheduling/scheduling-dashboard.component.js +58 -60
- package/dist/Scheduling/scheduling-dashboard.component.js.map +1 -1
- package/dist/SystemDiagnostics/system-diagnostics.component.d.ts +13 -3
- package/dist/SystemDiagnostics/system-diagnostics.component.d.ts.map +1 -1
- package/dist/SystemDiagnostics/system-diagnostics.component.js +1007 -1252
- package/dist/SystemDiagnostics/system-diagnostics.component.js.map +1 -1
- package/dist/Testing/components/testing-explorer.component.d.ts +31 -6
- package/dist/Testing/components/testing-explorer.component.d.ts.map +1 -1
- package/dist/Testing/components/testing-explorer.component.js +543 -629
- package/dist/Testing/components/testing-explorer.component.js.map +1 -1
- package/dist/Testing/testing-dashboard.component.js +50 -49
- package/dist/Testing/testing-dashboard.component.js.map +1 -1
- package/dist/ai-dashboards.module.d.ts +1 -1
- package/dist/ai-dashboards.module.d.ts.map +1 -1
- package/dist/ai-dashboards.module.js +16 -1
- package/dist/ai-dashboards.module.js.map +1 -1
- package/dist/communication-dashboards.module.d.ts +9 -7
- package/dist/communication-dashboards.module.d.ts.map +1 -1
- package/dist/communication-dashboards.module.js +13 -4
- package/dist/communication-dashboards.module.js.map +1 -1
- package/dist/core-dashboards.module.d.ts +1 -1
- package/dist/core-dashboards.module.d.ts.map +1 -1
- package/dist/core-dashboards.module.js +16 -1
- package/dist/core-dashboards.module.js.map +1 -1
- package/dist/lists-dashboards.module.d.ts +10 -9
- package/dist/lists-dashboards.module.d.ts.map +1 -1
- package/dist/lists-dashboards.module.js +13 -2
- package/dist/lists-dashboards.module.js.map +1 -1
- package/dist/public-api.d.ts +1 -0
- package/dist/public-api.d.ts.map +1 -1
- package/dist/public-api.js +1 -0
- package/dist/public-api.js.map +1 -1
- package/dist/testing-dashboards.module.d.ts +1 -1
- package/dist/testing-dashboards.module.d.ts.map +1 -1
- package/dist/testing-dashboards.module.js +13 -1
- package/dist/testing-dashboards.module.js.map +1 -1
- 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
|
-
|
|
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":"AAAA,OAAO,EAAgC,iBAAiB,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAE3F,OAAO,EAAE,qBAAqB,EAAiB,MAAM,2BAA2B,CAAC;AACjF,OAAO,EAAE,YAAY,EAAE,YAAY,
|
|
1
|
+
{"version":3,"file":"lists-operations-resource.component.d.ts","sourceRoot":"","sources":["../../../src/Lists/components/lists-operations-resource.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAgC,iBAAiB,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAE3F,OAAO,EAAE,qBAAqB,EAAiB,MAAM,2BAA2B,CAAC;AACjF,OAAO,EAAE,YAAY,EAAE,YAAY,EAA2C,gBAAgB,EAAkB,MAAM,+BAA+B,CAAC;AAEtJ,OAAO,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;AAC/B,OAAO,EAAE,wBAAwB,EAAc,QAAQ,EAAE,gBAAgB,EAAE,YAAY,EAAE,kBAAkB,EAAmB,MAAM,yCAAyC,CAAC;AAC9K,OAAO,EAAE,oBAAoB,EAAE,MAAM,uCAAuC,CAAC;AAC7E,OAAO,EAAE,qBAAqB,EAAE,MAAM,kCAAkC,CAAC;AACzE,OAAO,EAAE,aAAa,EAAE,MAAM,mCAAmC,CAAC;AAElE,OAAO,KAAK,EAAE,SAAS,EAAc,MAAM,4BAA4B,CAAC;;AACxE,UAAU,aAAa;IACrB,IAAI,EAAE,YAAY,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;CACf;AAED;;;;GAIG;AACH,UAAU,aAAa;IACrB,IAAI,EAAE,gBAAgB,CAAC;IACvB,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;CACf;AAED;;GAEG;AACH,UAAU,aAAa;IACrB,EAAE,EAAE,MAAM,CAAC;IACX,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,UAAU,EAAE,MAAM,CAAC;CACpB;AAED;;GAEG;AACH,UAAU,YAAY;IACpB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,qBA+vDa,uBAAwB,SAAQ,qBAAsB,YAAW,SAAS;IA2EnF,OAAO,CAAC,GAAG;IACX,OAAO,CAAC,oBAAoB;IAC5B,OAAO,CAAC,mBAAmB;IAC3B,OAAO,CAAC,aAAa;IA7EvB,UAAmB,QAAQ,gBAAuB;IAElD,QAAQ,SAAK;IACb,aAAa,EAAE,aAAa,EAAE,CAAM;IACpC,cAAc,EAAE,YAAY,EAAE,CAAM;IACpC,sBAAsB,EAAE,YAAY,EAAE,CAAM;IAC5C,cAAc,SAAM;IACpB,gBAAgB,UAAS;IAKzB,aAAa,EAAE,aAAa,EAAE,CAAM;IACpC,cAAc,EAAE,gBAAgB,EAAE,CAAM;IACxC,sBAAsB,EAAE,gBAAgB,EAAE,CAAM;IAChD,cAAc,SAAM;IACpB,gBAAgB,UAAS;IAGzB,aAAa,EAAE,YAAY,EAAE,CAAM;IACnC,gBAAgB,SAAM;IAEtB,QAAQ,EAAE,QAAQ,GAAG,IAAI,CAAQ;IACjC,cAAc,EAAE,gBAAgB,GAAG,IAAI,CAAQ;IAC/C,mBAAmB,EAAE,kBAAkB,GAAG,IAAI,CAAQ;IACtD,cAAc,EAAE,MAAM,EAAE,CAAM;IAC9B,qBAAqB,EAAE,aAAa,EAAE,CAAM;IAC5C,cAAc,UAAS;IAEvB,aAAa,UAAS;IACtB,QAAQ,UAAS;IAGjB,gBAAgB,UAAS;IACzB,WAAW,SAAM;IACjB,kBAAkB,SAAM;IACxB,YAAY,EAAE,MAAM,EAAE,CAAM;IAG5B,mBAAmB,UAAS;IAC5B,mBAAmB,SAAM;IACzB,wBAAwB,EAAE,YAAY,EAAE,CAAM;IAC9C,oBAAoB,EAAE,MAAM,GAAG,IAAI,CAAQ;IAI3C,SAAS,EAAE,YAAY,CAAW;IAClC,aAAa,EAAE,KAAK,GAAG,UAAU,CAAS;IAC1C,kBAAkB,SAAM;IACxB,mBAAmB,EAAE,MAAM,GAAG,IAAI,CAAQ;IAC1C,mBAAmB,SAAM;IACzB,yBAAyB,UAAS;IAClC,WAAW,UAAS;IACpB,YAAY,EAAE,SAAS,GAAG,IAAI,CAAQ;IACtC,qBAAqB,UAAS;IAK9B,gBAAgB,UAAS;IACzB,YAAY,EAAE,OAAO,GAAG,KAAK,GAAG,MAAM,CAAW;IACjD,YAAY,EAAE,KAAK,CAAC;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,WAAW,EAAE,MAAM,CAAC;QAAC,QAAQ,EAAE,OAAO,CAAA;KAAE,CAAC,CAAM;IACnF,iBAAiB,SAAK;IACtB,WAAW,UAAS;IAEpB,OAAO,CAAC,yBAAyB,CAAuB;IACxD,OAAO,CAAC,iBAAiB,CAA2B;IAGpD,OAAO,CAAC,QAAQ,CAAC,gBAAgB,CAA2B;IAC5D,OAAO,CAAC,mBAAmB,CAA8C;IACzE,OAAO,CAAC,iBAAiB,CAAS;gBAGxB,GAAG,EAAE,iBAAiB,EACtB,oBAAoB,EAAE,wBAAwB,EAC9C,mBAAmB,EAAE,qBAAqB,EAC1C,aAAa,EAAE,aAAa;IAKtC,IAAI,mBAAmB,IAAI,OAAO,CAMjC;IAEK,QAAQ;IAQd,WAAW;IAWL,kBAAkB;IAiCxB;;OAEG;IACH,OAAO,CAAC,kBAAkB;IAqB1B;;OAEG;IACH,oBAAoB,IAAI,IAAI;IAkB5B,oBAAoB;IA0BpB;;;OAGG;IACH,oBAAoB;IAwBpB;;;;OAIG;IACH,OAAO,KAAK,cAAc,GAIzB;IAED;;;;OAIG;IACH,IAAW,gBAAgB,IAAI,MAAM,GAAG,IAAI,CAI3C;IAED,OAAO,CAAC,IAAI,EAAE,YAAY;IAiB1B,UAAU,CAAC,KAAK,EAAE,MAAM;IAYxB,OAAO,CAAC,IAAI,EAAE,gBAAgB;IAgB9B,UAAU,CAAC,KAAK,EAAE,MAAM;IASxB,OAAO,CAAC,qBAAqB;IAUvB,eAAe;IAwBrB;;;OAGG;IACH,IAAI,iBAAiB,IAAI,MAAM,CAE9B;IAED;;;;OAIG;IACH,OAAO,CAAC,gBAAgB;IAoBxB,aAAa,CAAC,KAAK,EAAE,oBAAoB;IAQzC;;OAEG;YACW,kBAAkB;IA8EhC;;OAEG;IACH,OAAO,CAAC,gBAAgB;IAwCxB;;OAEG;IACH,OAAO,CAAC,eAAe;IASvB;;OAEG;IACH,UAAU,CAAC,MAAM,EAAE,aAAa,GAAG,IAAI;IAuBjC,gBAAgB,CAAC,SAAS,EAAE,YAAY;IAmC9C;;;;;OAKG;IACH,OAAO,CAAC,kBAAkB;IAW1B,IAAW,UAAU,IAAI,OAAO,CAI/B;IAED;;;;;;OAMG;IACU,cAAc,IAAI,OAAO,CAAC,IAAI,CAAC;IAK5C;;;;OAIG;IACU,cAAc,IAAI,OAAO,CAAC,IAAI,CAAC;IAmB5C;;;;OAIG;YACW,gBAAgB;IAqB9B;;;;;OAKG;YACW,qBAAqB;IAa5B,sBAAsB,IAAI,IAAI;IAMxB,sBAAsB,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IAgCtE;;;;;OAKG;IACH,IAAW,sBAAsB,IAAI,YAAY,EAAE,CAYlD;IAEM,mBAAmB,CAAC,IAAI,EAAE,YAAY,GAAG,IAAI;IAM7C,wBAAwB,IAAI,MAAM;IAMzC,iBAAiB,CAAC,SAAS,EAAE,YAAY,GAAG,MAAM;IAWlD,uBAAuB;IAQvB,oBAAoB;IAQpB,kBAAkB;IAOZ,iBAAiB;IAgEvB,iBAAiB;IAMjB,uBAAuB;IAMvB;;OAEG;IACH,OAAO,CAAC,mBAAmB;IAO3B;;OAEG;IACH,sBAAsB,IAAI,IAAI;IA0B9B;;OAEG;IACH,oBAAoB,CAAC,IAAI,EAAE,YAAY,GAAG,OAAO;IAIjD,gBAAgB,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI;IAItC;;OAEG;IACH,qBAAqB,IAAI,IAAI;IAO7B;;OAEG;IACG,gBAAgB,IAAI,OAAO,CAAC,IAAI,CAAC;IA8CvC;;;;;OAKG;IACI,gBAAgB,IAAI,IAAI;IAyCxB,iBAAiB,IAAI,IAAI;IAKzB,qBAAqB,IAAI,IAAI;IAG7B,sBAAsB,IAAI,IAAI;IAGrC,IAAW,wBAAwB,IAAI,MAAM,CAE5C;IAED;;;;OAIG;IACU,aAAa,IAAI,OAAO,CAAC,IAAI,CAAC;IA6DrC,sBAAsB,CAAC,KAAK,EAAE,YAAY,GAAG,OAAO,CAAC,MAAM,CAAC;IAI5D,oBAAoB,CAAC,KAAK,EAAE,YAAY,GAAG,OAAO,CAAC,MAAM,CAAC;IAIhE;;OAEG;IACH,kBAAkB,IAAI,IAAI;IAc1B;;OAEG;IACH,OAAO,CAAC,SAAS;IAajB;;OAEG;YACW,iBAAiB;IA8B/B;;OAEG;YACW,cAAc;yCApqCjB,uBAAuB;2CAAvB,uBAAuB;CAwtCnC"}
|