@memberjunction/ng-dashboards 5.39.0 → 5.40.1

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
@@ -17,11 +17,38 @@ import * as i0 from "@angular/core";
17
17
  export declare class AutotaggingPipelineResourceComponent extends BaseResourceComponent implements AfterViewInit, OnDestroy {
18
18
  protected destroy$: Subject<void>;
19
19
  private cdr;
20
+ private activityService;
21
+ /** Activity-tracker id for the currently running pipeline (P3). */
22
+ private pipelineActivityID;
23
+ /** Debounced bus of entity names that changed externally; drives targeted reloads. */
24
+ private entityChange$;
20
25
  protected navigationService: NavigationService;
21
26
  IsLoading: boolean;
22
27
  private totalContentItemCount;
23
28
  private totalContentTagCount;
24
- ActiveTab: TabName;
29
+ private totalRunHistoryCount;
30
+ private static readonly CONTENT_ITEMS_PAGE_SIZE;
31
+ private static readonly RUN_HISTORY_PAGE_SIZE;
32
+ /** Current number of `MJ: Content Items` rows loaded into the feed window. */
33
+ private contentItemsPageSize;
34
+ /** Current number of `MJ: Content Process Runs` rows loaded into the history window. */
35
+ private runHistoryWindowSize;
36
+ /** True while a "Load more" fetch is in flight. */
37
+ IsLoadingMoreItems: boolean;
38
+ IsLoadingMoreRuns: boolean;
39
+ private _activeTab;
40
+ /** True once the view exists (after ngAfterViewInit), so the setter can safely run CD. */
41
+ private viewReady;
42
+ /**
43
+ * The active tab. Backed by a setter that, once the view is ready, synchronously
44
+ * flushes change detection whenever the value changes. The left-nav binds
45
+ * `[ActiveId]="ActiveTab"`; mutating this during an async gap in init (e.g. between
46
+ * the await in ngAfterViewInit and the next CD pass) previously surfaced an NG0100
47
+ * (`Previous value: 'pipeline'. Current value: 'sources'`). Flushing in the setter
48
+ * keeps the bound value stable across the check that follows.
49
+ */
50
+ get ActiveTab(): TabName;
51
+ set ActiveTab(value: TabName);
25
52
  private tabDataLoaded;
26
53
  /** Live reference to the Tag Library tab (for deep-link + agent-tool search). */
27
54
  private tagsTab?;
@@ -31,7 +58,17 @@ export declare class AutotaggingPipelineResourceComponent extends BaseResourceCo
31
58
  FeedItems: FeedItem[];
32
59
  SourceMinis: SourceMini[];
33
60
  TrendingTags: TagCloudItem[];
34
- IsRunning: boolean;
61
+ private _isRunning;
62
+ /**
63
+ * True while a classification pipeline run is in flight. Backed by a setter
64
+ * that flushes change detection once the view is ready, so the `[disabled]="IsRunning"`
65
+ * Run button binding stays stable across the check that follows a within-cycle
66
+ * flip (run starting / instantly completing on an empty source) — eliminating
67
+ * the NG0100 (`Previous value: 'true'. Current value: 'false'`). Mirrors the
68
+ * `ActiveTab` setter pattern above.
69
+ */
70
+ get IsRunning(): boolean;
71
+ set IsRunning(value: boolean);
35
72
  IsPaused: boolean;
36
73
  RunProgress: number;
37
74
  RunStage: string;
@@ -73,10 +110,14 @@ export declare class AutotaggingPipelineResourceComponent extends BaseResourceCo
73
110
  ShowNoContentTypeWarning: boolean;
74
111
  /** Live reference to the slide-in CRUD form dialog (driven from tab events). */
75
112
  private formDialog?;
113
+ private setupWizard?;
76
114
  /** Cached ScheduledAction entities, keyed by normalized ID */
77
115
  private scheduledActionsCache;
78
116
  SelectedFeedItem: ContentItemDetail | null;
79
117
  ShowItemDetail: boolean;
118
+ /** ID of the content item shown in the drilldown slide-in, or null when closed. */
119
+ DrilldownItemID: string | null;
120
+ ShowItemDrilldown: boolean;
80
121
  private contentSourcesRaw;
81
122
  private contentItemsRaw;
82
123
  private contentTagsRaw;
@@ -99,6 +140,8 @@ export declare class AutotaggingPipelineResourceComponent extends BaseResourceCo
99
140
  get TotalContentItemCount(): number;
100
141
  /** Exposes the accurate total tag count to the Sources tab via `[TotalTagCount]`. */
101
142
  get TotalContentTagCount(): number;
143
+ /** Exposes the accurate total run-history count to the Run History tab via `[TotalRunCount]`. */
144
+ get TotalRunHistoryCount(): number;
102
145
  /** Exposes the cached ScheduledAction entities to the Sources tab via `[ScheduledActions]`. */
103
146
  get ScheduledActionsCache(): Map<string, MJScheduledActionEntity>;
104
147
  /** Exposes the EntityRecordDocument ID→RecordID cache to the Sources tab via `[EntityRecordDocCache]`. */
@@ -132,23 +175,50 @@ export declare class AutotaggingPipelineResourceComponent extends BaseResourceCo
132
175
  */
133
176
  private applyIncomingConfiguration;
134
177
  /**
135
- * D9: If a tagSearch parameter was provided via configuration, switch to the tags tab
136
- * and apply the search filter after tag data loads.
178
+ * Tag browsing/search now lives on the dedicated Tags surface, so the Classify
179
+ * cockpit no longer hosts a `tagSearch` deep-link target. Kept as a no-op to
180
+ * preserve the call site. (Re-targeting Analytics' tag drill-down to the Tags
181
+ * surface is a tracked follow-up.)
137
182
  */
138
183
  private handleInitialTagSearch;
139
184
  ngOnDestroy(): void;
185
+ /** Lowercased names of the entities whose external changes should refresh this dashboard. */
186
+ private static readonly REACTIVE_ENTITIES;
187
+ /**
188
+ * Lightweight reactivity: listen for BaseEntity save/delete/remote-invalidate
189
+ * events on the entities this dashboard renders, debounce them (~300ms to
190
+ * coalesce bursts), and re-call the matching host load method. Reloads never
191
+ * call Save(), so this cannot create a reload loop.
192
+ */
193
+ private subscribeToEntityChanges;
194
+ /** Re-run the host load method(s) affected by an external change to `entityName`. */
195
+ private reloadForEntity;
140
196
  /** Report current classify dashboard state to the agent */
141
197
  private emitAgentContext;
142
198
  /** Register client tools the agent can invoke on the Classify dashboard */
143
199
  private registerAgentTools;
144
200
  GetResourceDisplayName(_data: ResourceData): Promise<string>;
145
201
  GetResourceIconClass(_data: ResourceData): Promise<string>;
202
+ /** Memoized backing store + input signature for {@link navSections}. */
203
+ private _navSections;
204
+ private _navSectionsSignature;
146
205
  /**
147
206
  * Wraps `NavItems` for `<mj-left-nav>`. Hardcoded "Run History" item goes
148
207
  * into a second `MJLeftNavSection` — the rail's natural section break
149
208
  * replaces the bespoke `.at-nav-divider` line.
209
+ *
210
+ * Memoized: the array (and its element objects) are rebuilt only when one of
211
+ * the inputs actually changes. Returning a fresh array on every change-detection
212
+ * pass made `<mj-left-nav>` see a new `[Sections]` reference each cycle, which
213
+ * triggered `ExpressionChangedAfterItHasBeenCheckedError` (NG0100) during rapid
214
+ * tab switching (badge counts / IsRunning resolving mid-CD-cycle). A stable
215
+ * reference until inputs change eliminates that.
150
216
  */
151
217
  get navSections(): MJLeftNavSection[];
218
+ /** Cheap stable fingerprint of every value that feeds {@link buildNavSections}. */
219
+ private computeNavSectionsSignature;
220
+ /** Constructs the left-nav section model from current state (see {@link navSections}). */
221
+ private buildNavSections;
152
222
  /**
153
223
  * Loads a lightweight count of Pending tag suggestions for the Inbox nav badge
154
224
  * so the badge shows even before the Inbox tab is first opened. Mirrors the
@@ -183,6 +253,12 @@ export declare class AutotaggingPipelineResourceComponent extends BaseResourceCo
183
253
  SwitchTab(tab: TabName): Promise<void>;
184
254
  private loadTabData;
185
255
  LoadPipelineData(): Promise<void>;
256
+ /**
257
+ * Widen the loaded content-item window by one page and reload, so the user can
258
+ * see items previously truncated by the MaxRows cap. Wired to the pipeline
259
+ * tab's `(LoadMoreItemsRequested)`.
260
+ */
261
+ LoadMoreContentItems(): Promise<void>;
186
262
  private buildNavItems;
187
263
  private buildKPIMetrics;
188
264
  private buildPipelineStages;
@@ -205,12 +281,49 @@ export declare class AutotaggingPipelineResourceComponent extends BaseResourceCo
205
281
  private loadContentTypesData;
206
282
  private loadTagLibraryData;
207
283
  private loadRunHistoryData;
284
+ /**
285
+ * Host handler for the Run History tab's `(RefreshRequested)` output. Forces a
286
+ * reload of `MJ: Content Process Runs`; the new array re-binds via `[Runs]`,
287
+ * which rebuilds the tab's rows and clears its loading state.
288
+ */
289
+ ReloadRunHistory(): Promise<void>;
290
+ /**
291
+ * Host handler for the Run History tab's `(LoadMoreRequested)` output. Widens
292
+ * the loaded window by one page and reloads, so the user can see the runs that
293
+ * were previously truncated. The new array re-binds via `[Runs]`.
294
+ */
295
+ LoadMoreRunHistory(): Promise<void>;
208
296
  /**
209
297
  * D2: Load live per-source progress for the currently running pipeline.
210
298
  * Called when the pipeline is actively running.
211
299
  */
212
300
  LoadLiveRunDetails(): Promise<void>;
213
301
  OpenAddSourceForm(): void;
302
+ /** Open the guided setup wizard (empty-state CTA + "Add Source (Guided)"). */
303
+ OpenSetupWizard(): void;
304
+ /** Show the guided onboarding checklist until content has been classified. */
305
+ get ShowOnboarding(): boolean;
306
+ /** Whether the onboarding card has been dismissed this session. */
307
+ OnboardingDismissed: boolean;
308
+ /** Steps for the first-run onboarding checklist, with live completion state. */
309
+ get OnboardingSteps(): Array<{
310
+ N: number;
311
+ Title: string;
312
+ Desc: string;
313
+ Done: boolean;
314
+ Action: 'add' | 'run' | '';
315
+ Cta: string;
316
+ }>;
317
+ /** Index of the first incomplete step (the "active" one). */
318
+ get OnboardingActiveStep(): number;
319
+ /** Handle an onboarding step CTA. */
320
+ OnOnboardingAction(action: 'add' | 'run' | 'seed'): void;
321
+ /** Dismiss the onboarding card (until next load / still empty). */
322
+ DismissOnboarding(): void;
323
+ /** After the wizard creates a source, reload the shared source list. */
324
+ onWizardCreated(_event: {
325
+ SourceID: string;
326
+ }): Promise<void>;
214
327
  OpenEditSourceForm(card: SourceCard): void;
215
328
  OpenAddTypeForm(): void;
216
329
  OpenEditTypeForm(card: ContentTypeCard): void;
@@ -268,6 +381,17 @@ export declare class AutotaggingPipelineResourceComponent extends BaseResourceCo
268
381
  /** Open content item detail slide-in by content item ID (used from tag drill-down) */
269
382
  OpenItemDetailByID(contentItemID: string): void;
270
383
  CloseItemDetail(): void;
384
+ /** Open the audit/analytics drilldown slide-in for a content item. */
385
+ OpenItemDrilldown(itemID: string): void;
386
+ CloseItemDrilldown(): void;
387
+ /**
388
+ * Handle a record-open intent bubbled up from the drilldown (item record,
389
+ * source, prompt run, entity record document). The host owns NavigationService.
390
+ */
391
+ OpenDrilldownRecord(event: {
392
+ entityName: string;
393
+ recordID: string;
394
+ }): void;
271
395
  OpenRecordFromItem(item: ContentItemDetail): void;
272
396
  /** Cache: EntityRecordDocument ID → RecordID */
273
397
  private entityRecordDocCache;
@@ -1 +1 @@
1
- {"version":3,"file":"autotagging-pipeline-resource.component.d.ts","sourceRoot":"","sources":["../../../../src/AI/components/autotagging/autotagging-pipeline-resource.component.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"autotagging-pipeline-resource.component.d.ts","sourceRoot":"","sources":["../../../../src/AI/components/autotagging/autotagging-pipeline-resource.component.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,EAAgC,SAAS,EAAE,aAAa,EAAwC,MAAM,eAAe,CAAC;AAC7H,OAAO,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;AAE/B,OAAO,EAA+B,YAAY,EAAW,MAAM,sBAAsB,CAAC;AAC1F,OAAO,EAAE,YAAY,EAA8B,uBAAuB,EAAgD,MAAM,+BAA+B,CAAC;AAEhK,OAAO,EAAE,qBAAqB,EAAE,iBAAiB,EAAmB,MAAM,2BAA2B,CAAC;AACtG,OAAO,EAAE,aAAa,EAAE,gBAAgB,EAAE,MAAM,kCAAkC,CAAC;AAWnF,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,SAAS,EAAE,iBAAiB,EAAE,QAAQ,EAAE,UAAU,EAAE,UAAU,EAAE,eAAe,EAAE,YAAY,EAAE,mBAAmB,EAAE,YAAY,EAAmC,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;;AAGjP,qBAQa,oCAAqC,SAAQ,qBAAsB,YAAW,aAAa,EAAE,SAAS;IAC/G,UAAmB,QAAQ,gBAAuB;IAClD,OAAO,CAAC,GAAG,CAA6B;IACxC,OAAO,CAAC,eAAe,CAA2B;IAClD,mEAAmE;IACnE,OAAO,CAAC,kBAAkB,CAAuB;IAEjD,sFAAsF;IACtF,OAAO,CAAC,aAAa,CAAyB;IAC9C,UAAmB,iBAAiB,oBAA6B;IAG1D,SAAS,UAAQ;IAGxB,OAAO,CAAC,qBAAqB,CAAK;IAClC,OAAO,CAAC,oBAAoB,CAAK;IACjC,OAAO,CAAC,oBAAoB,CAAK;IAGjC,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,uBAAuB,CAAO;IACtD,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,qBAAqB,CAAO;IACpD,8EAA8E;IAC9E,OAAO,CAAC,oBAAoB,CAAgE;IAC5F,wFAAwF;IACxF,OAAO,CAAC,oBAAoB,CAA8D;IAC1F,mDAAmD;IAC5C,kBAAkB,UAAS;IAC3B,iBAAiB,UAAS;IAGjC,OAAO,CAAC,UAAU,CAAuB;IACzC,0FAA0F;IAC1F,OAAO,CAAC,SAAS,CAAS;IAC1B;;;;;;;OAOG;IACH,IAAW,SAAS,IAAI,OAAO,CAE9B;IACD,IAAW,SAAS,CAAC,KAAK,EAAE,OAAO,EASlC;IACD,OAAO,CAAC,aAAa,CAAsB;IAE3C,iFAAiF;IAC5C,OAAO,CAAC,OAAO,CAAC,CAA2B;IAGzE,QAAQ,EAAE,OAAO,EAAE,CAAM;IAGzB,UAAU,EAAE,SAAS,EAAE,CAAM;IAC7B,cAAc,EAAE,iBAAiB,EAAE,CAAM;IACzC,SAAS,EAAE,QAAQ,EAAE,CAAM;IAC3B,WAAW,EAAE,UAAU,EAAE,CAAM;IAC/B,YAAY,EAAE,YAAY,EAAE,CAAM;IAOzC,OAAO,CAAC,UAAU,CAAS;IAC3B;;;;;;;OAOG;IACH,IAAW,SAAS,IAAI,OAAO,CAE9B;IACD,IAAW,SAAS,CAAC,KAAK,EAAE,OAAO,EAMlC;IACM,QAAQ,UAAS;IACjB,WAAW,SAAK;IAChB,QAAQ,SAAM;IACd,cAAc,SAAM;IAC3B,8DAA8D;IACvD,oBAAoB,EAAE,MAAM,GAAG,IAAI,CAAQ;IAClD,iFAAiF;IAC1E,mBAAmB,EAAE,MAAM,GAAG,IAAI,CAAQ;IAG1C,kBAAkB,UAAS;IAC3B,cAAc,EAAE;QACnB,QAAQ,CAAC,EAAE;YAAE,SAAS,CAAC,EAAE,MAAM,CAAC;YAAC,oBAAoB,CAAC,EAAE,MAAM,CAAC;YAAC,qBAAqB,CAAC,EAAE,MAAM,CAAC;YAAC,mBAAmB,CAAC,EAAE,OAAO,CAAC;YAAC,qBAAqB,CAAC,EAAE,MAAM,CAAA;SAAE,CAAC;QAChK,UAAU,CAAC,EAAE;YAAE,GAAG,CAAC,EAAE;gBAAE,iBAAiB,CAAC,EAAE,MAAM,CAAC;gBAAC,eAAe,CAAC,EAAE,MAAM,CAAA;aAAE,CAAC;YAAC,SAAS,CAAC,EAAE;gBAAE,iBAAiB,CAAC,EAAE,MAAM,CAAC;gBAAC,eAAe,CAAC,EAAE,MAAM,CAAA;aAAE,CAAC;YAAC,QAAQ,CAAC,EAAE;gBAAE,iBAAiB,CAAC,EAAE,MAAM,CAAA;aAAE,CAAA;SAAE,CAAC;KACpM,CAGC;IAEK,oBAAoB,IAAI,IAAI;IAKnC,OAAO,CAAC,0BAA0B;IAQlC,OAAO,CAAC,uBAAuB;IAuBxB,iBAAiB,EAAE,mBAAmB,EAAE,CAAM;IAC9C,mBAAmB,UAAS;IAU5B,iBAAiB,EAAE,YAAY,EAAE,CAAM;IACvC,oBAAoB,UAAS;IAQ7B,wBAAwB,UAAS;IAExC,gFAAgF;IACvD,OAAO,CAAC,UAAU,CAAC,CAAwC;IAC1D,OAAO,CAAC,WAAW,CAAC,CAA+B;IAM7E,8DAA8D;IAC9D,OAAO,CAAC,qBAAqB,CAA8C;IAMpE,gBAAgB,EAAE,iBAAiB,GAAG,IAAI,CAAQ;IAClD,cAAc,UAAS;IAG9B,mFAAmF;IAC5E,eAAe,EAAE,MAAM,GAAG,IAAI,CAAQ;IACtC,iBAAiB,UAAS;IAOjC,OAAO,CAAC,iBAAiB,CAAiC;IAC1D,OAAO,CAAC,eAAe,CAAiC;IACxD,OAAO,CAAC,cAAc,CAAiC;IACvD,OAAO,CAAC,cAAc,CAAiC;IACvD,8EAA8E;IAC9E,IAAW,cAAc,IAAI,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,CAErD;IACD,OAAO,CAAC,qBAAqB,CAAiC;IAC9D,OAAO,CAAC,eAAe,CAAiC;IACxD,OAAO,CAAC,mBAAmB,CAAiC;IAC5D,OAAO,CAAC,WAAW,CAAiC;IAEpD,+EAA+E;IAC/E,IAAW,eAAe,IAAI,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,CAEtD;IACD,4EAA4E;IAC5E,IAAW,iBAAiB,IAAI,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,CAExD;IACD,wGAAwG;IACxG,IAAW,eAAe,IAAI,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,CAEtD;IACD,gFAAgF;IAChF,IAAW,cAAc,IAAI,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,CAErD;IACD,wGAAwG;IACxG,IAAW,qBAAqB,IAAI,MAAM,CAEzC;IACD,qFAAqF;IACrF,IAAW,oBAAoB,IAAI,MAAM,CAExC;IACD,iGAAiG;IACjG,IAAW,oBAAoB,IAAI,MAAM,CAExC;IACD,+FAA+F;IAC/F,IAAW,qBAAqB,IAAI,GAAG,CAAC,MAAM,EAAE,uBAAuB,CAAC,CAEvE;IACD,0GAA0G;IAC1G,IAAW,uBAAuB,IAAI,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAExD;IAED;;;;OAIG;IACU,oBAAoB,IAAI,OAAO,CAAC,IAAI,CAAC;IAIlD;;;;OAIG;IACI,qBAAqB,IAAI,IAAI;IAMpC,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,SAAS,CAA6B;IAG9D,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,UAAU,CAA0D;IAE5F,4EAA4E;IACrE,iBAAiB,SAAK;IAE7B,uFAAuF;IAChF,kBAAkB,SAAK;IAE9B,oFAAoF;IAC9C,OAAO,CAAC,QAAQ,CAAC,CAA4B;IAEnF,6EAA6E;IACtC,OAAO,CAAC,SAAS,CAAC,CAA6B;IAEhF,eAAe,IAAI,OAAO,CAAC,IAAI,CAAC;IA+BtC;;;OAGG;IACH,OAAO,CAAC,0BAA0B;IAUlC;;;;;OAKG;YACW,sBAAsB;IAIpC,WAAW,IAAI,IAAI;IAOnB,6FAA6F;IAC7F,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,iBAAiB,CAOtC;IAEH;;;;;OAKG;IACH,OAAO,CAAC,wBAAwB;IAmBhC,qFAAqF;YACvE,eAAe;IAsB7B,2DAA2D;IAC3D,OAAO,CAAC,gBAAgB;IAaxB,2EAA2E;IAC3E,OAAO,CAAC,kBAAkB;IAsDpB,sBAAsB,CAAC,KAAK,EAAE,YAAY,GAAG,OAAO,CAAC,MAAM,CAAC;IAI5D,oBAAoB,CAAC,KAAK,EAAE,YAAY,GAAG,OAAO,CAAC,MAAM,CAAC;IAMhE,wEAAwE;IACxE,OAAO,CAAC,YAAY,CAA0B;IAC9C,OAAO,CAAC,qBAAqB,CAAM;IAEnC;;;;;;;;;;;OAWG;IACH,IAAW,WAAW,IAAI,gBAAgB,EAAE,CAO3C;IAED,mFAAmF;IACnF,OAAO,CAAC,2BAA2B;IAKnC,0FAA0F;IAC1F,OAAO,CAAC,gBAAgB;IAsBxB;;;;;OAKG;YACW,qBAAqB;IAWnC;;;OAGG;IACU,eAAe,IAAI,OAAO,CAAC,IAAI,CAAC;IAM7C;;;;OAIG;YACW,sBAAsB;IAWpC;;;OAGG;IACU,gBAAgB,IAAI,OAAO,CAAC,IAAI,CAAC;IAM9C;;;;OAIG;IACI,yBAAyB,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI;IAItD,4DAA4D;IACrD,gBAAgB,CAAC,IAAI,EAAE,aAAa,GAAG,IAAI;IAIrC,SAAS,CAAC,GAAG,EAAE,OAAO,GAAG,OAAO,CAAC,IAAI,CAAC;YAcrC,WAAW;IAwCZ,gBAAgB,IAAI,OAAO,CAAC,IAAI,CAAC;IAuC9C;;;;OAIG;IACU,oBAAoB,IAAI,OAAO,CAAC,IAAI,CAAC;IAUlD,OAAO,CAAC,aAAa;IAgBrB,OAAO,CAAC,eAAe;IAoBvB,OAAO,CAAC,mBAAmB;IAU3B,OAAO,CAAC,cAAc;IAiBtB,OAAO,CAAC,gBAAgB;IAmBxB;;;;OAIG;IACH,OAAO,CAAC,iBAAiB;IAiBzB;;;OAGG;IACH,OAAO,CAAC,uBAAuB;YAqBjB,eAAe;IAY7B,6EAA6E;IAC7E,OAAO,CAAC,0BAA0B;YAcpB,oBAAoB;YAepB,kBAAkB;YAalB,kBAAkB;IAiBhC;;;;OAIG;IACU,gBAAgB,IAAI,OAAO,CAAC,IAAI,CAAC;IAM9C;;;;OAIG;IACU,kBAAkB,IAAI,OAAO,CAAC,IAAI,CAAC;IAUhD;;;OAGG;IACU,kBAAkB,IAAI,OAAO,CAAC,IAAI,CAAC;IAsCzC,iBAAiB,IAAI,IAAI;IAMhC,8EAA8E;IACvE,eAAe,IAAI,IAAI;IAQ9B,8EAA8E;IAC9E,IAAW,cAAc,IAAI,OAAO,CAEnC;IAED,mEAAmE;IAC5D,mBAAmB,UAAS;IAEnC,gFAAgF;IAChF,IAAW,eAAe,IAAI,KAAK,CAAC;QAAE,CAAC,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,OAAO,CAAC;QAAC,MAAM,EAAE,KAAK,GAAG,KAAK,GAAG,EAAE,CAAE;QAAC,GAAG,EAAE,MAAM,CAAA;KAAE,CAAC,CASvI;IAED,6DAA6D;IAC7D,IAAW,oBAAoB,IAAI,MAAM,CAIxC;IAED,qCAAqC;IAC9B,kBAAkB,CAAC,MAAM,EAAE,KAAK,GAAG,KAAK,GAAG,MAAM,GAAG,IAAI;IAU/D,mEAAmE;IAC5D,iBAAiB,IAAI,IAAI;IAIhC,wEAAwE;IAC3D,eAAe,CAAC,MAAM,EAAE;QAAE,QAAQ,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,IAAI,CAAC;IAIlE,kBAAkB,CAAC,IAAI,EAAE,UAAU,GAAG,IAAI;IAK1C,eAAe,IAAI,IAAI;IAIvB,gBAAgB,CAAC,IAAI,EAAE,eAAe,GAAG,IAAI;IAIpD;;;OAGG;IACU,WAAW,CAAC,KAAK,EAAE;QAAE,IAAI,EAAE,QAAQ,GAAG,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,IAAI,CAAC;IAQ3E;;;OAGG;IACU,sBAAsB,CAAC,KAAK,EAAE;QAAE,UAAU,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,YAAY,CAAA;KAAE,GAAG,OAAO,CAAC,IAAI,CAAC;IAWpG;;;OAGG;YACW,8BAA8B;IAmC5C;;OAEG;IACU,oBAAoB,CAAC,eAAe,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IAI5D,WAAW,CAAC,gBAAgB,CAAC,EAAE,MAAM,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC;IAiDpE;;;OAGG;IACU,aAAa,IAAI,OAAO,CAAC,IAAI,CAAC;IAyB3C;;OAEG;IACU,cAAc,IAAI,OAAO,CAAC,IAAI,CAAC;IA8B5C;;OAEG;IACU,cAAc,IAAI,OAAO,CAAC,IAAI,CAAC;IA2B5C,OAAO,CAAC,2BAA2B;IAuHnC,OAAO,CAAC,wBAAwB;IAoBhC,OAAO,CAAC,eAAe;IAcvB,OAAO,CAAC,eAAe;IASvB,OAAO,CAAC,iBAAiB;IAWzB,OAAO,CAAC,kBAAkB;IAc1B,OAAO,CAAC,eAAe;IAQhB,kBAAkB,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,GAAG,MAAM;YAwBvD,oBAAoB;YAQpB,iBAAiB;YAajB,sBAAsB;IAc7B,kBAAkB,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IA+DvC,qBAAqB,CAAC,IAAI,EAAE,iBAAiB,GAAG,IAAI;IAM3D,sFAAsF;IAC/E,kBAAkB,CAAC,aAAa,EAAE,MAAM,GAAG,IAAI;IAwD/C,eAAe,IAAI,IAAI;IAQ9B,sEAAsE;IAC/D,iBAAiB,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI;IAMvC,kBAAkB,IAAI,IAAI;IAMjC;;;OAGG;IACI,mBAAmB,CAAC,KAAK,EAAE;QAAE,UAAU,EAAE,MAAM,CAAC;QAAC,QAAQ,EAAE,MAAM,CAAA;KAAE,GAAG,IAAI;IAM1E,kBAAkB,CAAC,IAAI,EAAE,iBAAiB,GAAG,IAAI;IAoBxD,gDAAgD;IAChD,OAAO,CAAC,oBAAoB,CAA6B;IAEzD,0DAA0D;YAC5C,wBAAwB;IAetC,OAAO,CAAC,yBAAyB;IAajC;;;;OAIG;IACH,OAAO,CAAC,qBAAqB;IAiC7B,8DAA8D;IAC9D,OAAO,CAAC,eAAe;IAavB,sDAAsD;IACzC,qBAAqB,IAAI,OAAO,CAAC,IAAI,CAAC;IA+CnD,kEAAkE;YACpD,sBAAsB;IAqBpC,uCAAuC;IAC1B,uBAAuB,CAAC,MAAM,EAAE,mBAAmB,GAAG,OAAO,CAAC,IAAI,CAAC;IAoBhF,uCAAuC;IAC1B,uBAAuB,CAAC,MAAM,EAAE,mBAAmB,GAAG,OAAO,CAAC,IAAI,CAAC;yCAx1DvE,oCAAoC;2CAApC,oCAAoC;CA42DhD;AAED,wBAAgB,+BAA+B,IAAI,IAAI,CAEtD"}