@memberjunction/ng-explorer-core 5.51.0 → 6.1.0-edge.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 (61) hide show
  1. package/LICENSE +7 -0
  2. package/dist/app-routing.module.d.ts.map +1 -1
  3. package/dist/app-routing.module.js +5 -23
  4. package/dist/app-routing.module.js.map +1 -1
  5. package/dist/generated/lazy-feature-config.d.ts +1 -1
  6. package/dist/generated/lazy-feature-config.d.ts.map +1 -1
  7. package/dist/generated/lazy-feature-config.js +5 -4
  8. package/dist/generated/lazy-feature-config.js.map +1 -1
  9. package/dist/lib/resource-wrappers/dashboard-resource.component.d.ts.map +1 -1
  10. package/dist/lib/resource-wrappers/dashboard-resource.component.js +28 -0
  11. package/dist/lib/resource-wrappers/dashboard-resource.component.js.map +1 -1
  12. package/dist/lib/shell/components/header/app-nav.component.d.ts +2 -1
  13. package/dist/lib/shell/components/header/app-nav.component.d.ts.map +1 -1
  14. package/dist/lib/shell/components/header/app-nav.component.js +58 -42
  15. package/dist/lib/shell/components/header/app-nav.component.js.map +1 -1
  16. package/dist/lib/shell/components/record-open/record-bar.component.d.ts +29 -0
  17. package/dist/lib/shell/components/record-open/record-bar.component.d.ts.map +1 -0
  18. package/dist/lib/shell/components/record-open/record-bar.component.js +72 -0
  19. package/dist/lib/shell/components/record-open/record-bar.component.js.map +1 -0
  20. package/dist/lib/shell/components/record-open/record-origin-crumb.component.d.ts +26 -0
  21. package/dist/lib/shell/components/record-open/record-origin-crumb.component.d.ts.map +1 -0
  22. package/dist/lib/shell/components/record-open/record-origin-crumb.component.js +140 -0
  23. package/dist/lib/shell/components/record-open/record-origin-crumb.component.js.map +1 -0
  24. package/dist/lib/shell/components/record-open/record-switcher-sheet.component.d.ts +43 -0
  25. package/dist/lib/shell/components/record-open/record-switcher-sheet.component.d.ts.map +1 -0
  26. package/dist/lib/shell/components/record-open/record-switcher-sheet.component.js +102 -0
  27. package/dist/lib/shell/components/record-open/record-switcher-sheet.component.js.map +1 -0
  28. package/dist/lib/shell/components/record-open/record-switcher.service.d.ts +21 -0
  29. package/dist/lib/shell/components/record-open/record-switcher.service.d.ts.map +1 -0
  30. package/dist/lib/shell/components/record-open/record-switcher.service.js +30 -0
  31. package/dist/lib/shell/components/record-open/record-switcher.service.js.map +1 -0
  32. package/dist/lib/shell/components/record-open/records-hub-pill.component.d.ts +63 -0
  33. package/dist/lib/shell/components/record-open/records-hub-pill.component.d.ts.map +1 -0
  34. package/dist/lib/shell/components/record-open/records-hub-pill.component.js +143 -0
  35. package/dist/lib/shell/components/record-open/records-hub-pill.component.js.map +1 -0
  36. package/dist/lib/shell/components/tabs/tab-container.component.d.ts +228 -2
  37. package/dist/lib/shell/components/tabs/tab-container.component.d.ts.map +1 -1
  38. package/dist/lib/shell/components/tabs/tab-container.component.js +1073 -115
  39. package/dist/lib/shell/components/tabs/tab-container.component.js.map +1 -1
  40. package/dist/lib/shell/services/sharing-center-dialog-host.component.d.ts.map +1 -1
  41. package/dist/lib/shell/services/sharing-center-dialog-host.component.js +2 -0
  42. package/dist/lib/shell/services/sharing-center-dialog-host.component.js.map +1 -1
  43. package/dist/lib/shell/shell.component.d.ts +41 -4
  44. package/dist/lib/shell/shell.component.d.ts.map +1 -1
  45. package/dist/lib/shell/shell.component.js +400 -266
  46. package/dist/lib/shell/shell.component.js.map +1 -1
  47. package/dist/lib/shell/shell.module.d.ts +4 -1
  48. package/dist/lib/shell/shell.module.d.ts.map +1 -1
  49. package/dist/lib/shell/shell.module.js +14 -3
  50. package/dist/lib/shell/shell.module.js.map +1 -1
  51. package/dist/lib/single-dashboard/Components/add-item/add-item.component.d.ts +0 -3
  52. package/dist/lib/single-dashboard/Components/add-item/add-item.component.d.ts.map +1 -1
  53. package/dist/lib/single-dashboard/Components/add-item/add-item.component.js +16 -78
  54. package/dist/lib/single-dashboard/Components/add-item/add-item.component.js.map +1 -1
  55. package/dist/lib/single-dashboard/single-dashboard.component.d.ts.map +1 -1
  56. package/dist/lib/single-dashboard/single-dashboard.component.js +0 -1
  57. package/dist/lib/single-dashboard/single-dashboard.component.js.map +1 -1
  58. package/dist/lib/user-notifications/user-notifications.component.d.ts.map +1 -1
  59. package/dist/lib/user-notifications/user-notifications.component.js +0 -3
  60. package/dist/lib/user-notifications/user-notifications.component.js.map +1 -1
  61. package/package.json +66 -63
package/LICENSE ADDED
@@ -0,0 +1,7 @@
1
+ ISC License
2
+
3
+ Copyright (c) 2023 MemberJunction
4
+
5
+ Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
6
+
7
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
@@ -1 +1 @@
1
- {"version":3,"file":"app-routing.module.d.ts","sourceRoot":"","sources":["../src/app-routing.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAwB,MAAM,eAAe,CAAC;AACnE,OAAO,EAAwB,OAAO,EAAE,sBAAsB,EAAE,mBAAmB,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAOrH,OAAO,EAAsC,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAC7F,OAAO,EAAE,aAAa,EAAiB,MAAM,2BAA2B,CAAC;AACzE,OAAO,EAAE,mBAAmB,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AAC1E,OAAO,EAAE,kBAAkB,EAAE,UAAU,EAAE,MAAM,qCAAqC,CAAC;;;AAIrF,qBAAa,mBAAoB,YAAW,kBAAkB;IAC5D,YAAY,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,sBAAsB,GAAG,IAAI,CAAA;KAAE,CAAM;IAGpE,YAAY,CAAC,KAAK,EAAE,sBAAsB,GAAG,OAAO;IAMpD,KAAK,CAAC,KAAK,EAAE,sBAAsB,EAAE,MAAM,EAAE,sBAAsB,GAAG,IAAI,GAAG,IAAI;IAYjF,YAAY,CAAC,KAAK,EAAE,sBAAsB,GAAG,OAAO;IAUpD,QAAQ,CAAC,KAAK,EAAE,sBAAsB,GAAG,mBAAmB,GAAG,IAAI;IAoBnE,gBAAgB,CAAC,MAAM,EAAE,sBAAsB,EAAE,IAAI,EAAE,sBAAsB,GAAG,OAAO;IAKvF,mBAAmB,CAAC,IAAI,EAAE,GAAG,EAAE,IAAI,EAAE,GAAG,GAAG,OAAO;IAmClD,OAAO,CAAC,QAAQ;CAUjB;AAED,qBAGa,gBAAiB,YAAW,OAAO,CAAC,IAAI,CAAC;IAqBlD,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,UAAU;IAClB,OAAO,CAAC,UAAU;IAvBpB,OAAO,CAAC,aAAa,CAA6B;IAClD,OAAO,CAAC,QAAQ,CAAC,eAAe,CAAO;IACvC,OAAO,CAAC,eAAe,CAA8B;IAErD;;;;OAIG;IACH,OAAO,CAAC,SAAS,CAAkC;IAEnD,IAAW,QAAQ,CAAC,KAAK,EAAE,iBAAiB,GAAG,IAAI,EAElD;IAED,IAAW,QAAQ,IAAI,iBAAiB,CAEvC;gBAGS,aAAa,EAAE,aAAa,EAC5B,MAAM,EAAE,MAAM,EACd,UAAU,EAAE,kBAAkB,EAC9B,UAAU,EAAE,UAAU;IAMhC;;;OAGG;YACW,YAAY;IAapB,OAAO,CAAC,KAAK,EAAE,sBAAsB,EAAE,KAAK,EAAE,mBAAmB,GAAG,OAAO,CAAC,IAAI,CAAC;yCA/C5E,gBAAgB;6CAAhB,gBAAgB;CAwhB5B;AA8FD,UAAU,sBAAuB,SAAQ,mBAAmB;IAC1D,YAAY,EAAE,YAAY,CAAC,GAAG,CAAC,CAAC;CACjC;AAED,qBAIa,gBAAgB;yCAAhB,gBAAgB;0CAAhB,gBAAgB;0CAAhB,gBAAgB;CAK5B"}
1
+ {"version":3,"file":"app-routing.module.d.ts","sourceRoot":"","sources":["../src/app-routing.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAwB,MAAM,eAAe,CAAC;AACnE,OAAO,EAAwB,OAAO,EAAE,sBAAsB,EAAE,mBAAmB,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAOrH,OAAO,EAAsC,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAC7F,OAAO,EAAE,aAAa,EAAwC,MAAM,2BAA2B,CAAC;AAChG,OAAO,EAAE,mBAAmB,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AAC1E,OAAO,EAAE,kBAAkB,EAAE,UAAU,EAAE,MAAM,qCAAqC,CAAC;;;AAIrF,qBAAa,mBAAoB,YAAW,kBAAkB;IAC5D,YAAY,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,sBAAsB,GAAG,IAAI,CAAA;KAAE,CAAM;IAGpE,YAAY,CAAC,KAAK,EAAE,sBAAsB,GAAG,OAAO;IAMpD,KAAK,CAAC,KAAK,EAAE,sBAAsB,EAAE,MAAM,EAAE,sBAAsB,GAAG,IAAI,GAAG,IAAI;IAYjF,YAAY,CAAC,KAAK,EAAE,sBAAsB,GAAG,OAAO;IAUpD,QAAQ,CAAC,KAAK,EAAE,sBAAsB,GAAG,mBAAmB,GAAG,IAAI;IAoBnE,gBAAgB,CAAC,MAAM,EAAE,sBAAsB,EAAE,IAAI,EAAE,sBAAsB,GAAG,OAAO;IAKvF,mBAAmB,CAAC,IAAI,EAAE,GAAG,EAAE,IAAI,EAAE,GAAG,GAAG,OAAO;IAmClD,OAAO,CAAC,QAAQ;CAUjB;AAED,qBAGa,gBAAiB,YAAW,OAAO,CAAC,IAAI,CAAC;IAqBlD,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,UAAU;IAClB,OAAO,CAAC,UAAU;IAvBpB,OAAO,CAAC,aAAa,CAA6B;IAClD,OAAO,CAAC,QAAQ,CAAC,eAAe,CAAO;IACvC,OAAO,CAAC,eAAe,CAA8B;IAErD;;;;OAIG;IACH,OAAO,CAAC,SAAS,CAAkC;IAEnD,IAAW,QAAQ,CAAC,KAAK,EAAE,iBAAiB,GAAG,IAAI,EAElD;IAED,IAAW,QAAQ,IAAI,iBAAiB,CAEvC;gBAGS,aAAa,EAAE,aAAa,EAC5B,MAAM,EAAE,MAAM,EACd,UAAU,EAAE,kBAAkB,EAC9B,UAAU,EAAE,UAAU;IAMhC;;;OAGG;YACW,YAAY;IAapB,OAAO,CAAC,KAAK,EAAE,sBAAsB,EAAE,KAAK,EAAE,mBAAmB,GAAG,OAAO,CAAC,IAAI,CAAC;yCA/C5E,gBAAgB;6CAAhB,gBAAgB;CAogB5B;AA8FD,UAAU,sBAAuB,SAAQ,mBAAmB;IAC1D,YAAY,EAAE,YAAY,CAAC,GAAG,CAAC,CAAC;CACjC;AAED,qBAIa,gBAAgB;yCAAhB,gBAAgB;0CAAhB,gBAAgB;0CAAhB,gBAAgB;CAK5B"}
@@ -3,7 +3,7 @@ import { RouterModule } from '@angular/router';
3
3
  import { SingleRecordComponent, AuthGuardService as AuthGuard, AppLockGuardService as AppLockGuard } from './public-api';
4
4
  import { OAuthCallbackComponent } from './lib/oauth/oauth-callback.component';
5
5
  import { LogError, Metadata, StartupManager } from '@memberjunction/core';
6
- import { SYSTEM_APP_ID } from '@memberjunction/ng-shared';
6
+ import { SYSTEM_APP_ID, RECORDS_RESOURCE_TYPE } from '@memberjunction/ng-shared';
7
7
  import { MJGlobal, MJEventType } from '@memberjunction/global';
8
8
  import { firstValueFrom, filter, take } from 'rxjs';
9
9
  import * as i0 from "@angular/core";
@@ -203,7 +203,7 @@ export class ResourceResolver {
203
203
  // /app/:appName/record/:entityName/:recordId
204
204
  const entityName = decodeURIComponent(param1);
205
205
  const recordId = param2;
206
- const entityInfo = md.Entities.find(e => e.Name.trim().toLowerCase() === entityName.trim().toLowerCase());
206
+ const entityInfo = md.EntityByName(entityName);
207
207
  if (!entityInfo) {
208
208
  LogError(`Entity ${entityName} not found in metadata`);
209
209
  return;
@@ -212,7 +212,7 @@ export class ResourceResolver {
212
212
  ApplicationId: app.ID,
213
213
  Title: `${entityName} - ${recordId}`,
214
214
  Configuration: {
215
- resourceType: 'Records',
215
+ resourceType: RECORDS_RESOURCE_TYPE,
216
216
  Entity: entityName,
217
217
  recordId: recordId,
218
218
  appName: appName,
@@ -283,24 +283,6 @@ export class ResourceResolver {
283
283
  });
284
284
  return;
285
285
  }
286
- case 'report': {
287
- // /app/:appName/report/:reportId
288
- const reportId = param1;
289
- this.tabService.OpenTab({
290
- ApplicationId: app.ID,
291
- Title: `Report - ${reportId}`,
292
- Configuration: {
293
- resourceType: 'Reports',
294
- reportId,
295
- recordId: reportId,
296
- appName: appName,
297
- appId: app.ID
298
- },
299
- ResourceRecordId: reportId,
300
- IsPinned: false
301
- });
302
- return;
303
- }
304
286
  case 'artifact': {
305
287
  // /app/:appName/artifact/:artifactId
306
288
  const artifactId = param1;
@@ -433,7 +415,7 @@ export class ResourceResolver {
433
415
  // /resource/record/:entityName/:recordId
434
416
  const entityName = decodeURIComponent(route.params['entityName']);
435
417
  const recordId = route.params['recordId'];
436
- const entityInfo = md.Entities.find(e => e.Name.trim().toLowerCase() === entityName.trim().toLowerCase());
418
+ const entityInfo = md.EntityByName(entityName);
437
419
  if (!entityInfo) {
438
420
  LogError(`Entity ${entityName} not found in metadata`);
439
421
  return;
@@ -443,7 +425,7 @@ export class ResourceResolver {
443
425
  ApplicationId: SYSTEM_APP_ID,
444
426
  Title: `${entityName} - ${recordId}`,
445
427
  Configuration: {
446
- resourceType: 'Records',
428
+ resourceType: RECORDS_RESOURCE_TYPE,
447
429
  Entity: entityName,
448
430
  recordId: recordId
449
431
  },
@@ -1 +1 @@
1
- {"version":3,"file":"app-routing.module.js","sourceRoot":"","sources":["../src/app-routing.module.ts"],"names":[],"mappings":"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","sourcesContent":["import { ComponentRef, Injectable, NgModule } from '@angular/core';\nimport { Routes, RouterModule, Resolve, ActivatedRouteSnapshot, RouterStateSnapshot, Router } from '@angular/router';\nimport {\n SingleRecordComponent,\n AuthGuardService as AuthGuard,\n AppLockGuardService as AppLockGuard\n} from './public-api';\nimport { OAuthCallbackComponent } from './lib/oauth/oauth-callback.component';\nimport { LogError, Metadata, StartupManager, IMetadataProvider } from '@memberjunction/core';\nimport { SharedService, SYSTEM_APP_ID } from '@memberjunction/ng-shared';\nimport { DetachedRouteHandle, RouteReuseStrategy } from '@angular/router';\nimport { ApplicationManager, TabService } from '@memberjunction/ng-base-application';\nimport { MJGlobal, MJEventType } from '@memberjunction/global';\nimport { firstValueFrom, filter, take } from 'rxjs';\n\nexport class CustomReuseStrategy implements RouteReuseStrategy {\n storedRoutes: { [key: string]: DetachedRouteHandleExt | null } = {};\n\n // Determines if a route should be detached and stored\n shouldDetach(route: ActivatedRouteSnapshot): boolean {\n // removed reference to the skip stuff from here - we don't use the skip stuff anymore, using generic conversations/chat now\n return false;\n }\n\n // Stores the detached route\n store(route: ActivatedRouteSnapshot, handle: DetachedRouteHandleExt | null): void {\n if(!handle){\n return;\n }\n\n if (route.routeConfig && route.routeConfig.path) {\n this.storedRoutes[route.routeConfig.path] = handle;\n this.callHook(handle, 'ngOnDetach');\n }\n }\n\n // Determines if a stored route should be reattached\n shouldAttach(route: ActivatedRouteSnapshot): boolean {\n // Reattach if we have a stored route for the incoming route\n if (route.routeConfig?.path) {\n return !!route.routeConfig && !!this.storedRoutes[route.routeConfig.path];\n }\n\n else return false;\n }\n\n // Retrieves the stored route; null means no stored route for this path\n retrieve(route: ActivatedRouteSnapshot): DetachedRouteHandle | null {\n if (!route.routeConfig || (route.routeConfig.path && !this.storedRoutes[route.routeConfig.path])) {\n return null;\n } \n else if (route.routeConfig.path) {\n const path = this.storedRoutes[route.routeConfig.path];\n if(path){\n this.callHook(path, 'ngOnAttach');\n return path;\n }\n }\n\n return null;\n }\n\n // Determines if the route should be reused.\n // Query params are intentionally excluded — the shell handles query param\n // sub-navigation via NotifyQueryParamsChanged. Including them here would\n // cause the ResourceResolver to re-run on back/forward query param changes,\n // racing with the shell's syncWorkspaceWithUrl.\n shouldReuseRoute(future: ActivatedRouteSnapshot, curr: ActivatedRouteSnapshot): boolean {\n return future.routeConfig === curr.routeConfig &&\n this.objectContentsEqual(future.params, curr.params);\n }\n\n objectContentsEqual(obj1: any, obj2: any): boolean {\n if (obj1 === obj2) {\n return true; // exact same object\n }\n\n if (obj1 === null && obj2 !== null) {\n return false; // not the same object\n }\n\n if (obj1 === undefined && obj2 !== undefined) {\n return false; // not the same object\n }\n\n if (typeof obj1 === 'object' || typeof obj2 === 'object') {\n if (Object.keys(obj1).length !== Object.keys(obj2).length) {\n return false; // different number of keys\n }\n \n for (const key in obj1) {\n // check to see the type of the key, if it is an object, then we call this function recursively \n // otherwise we do simple comparison\n if (typeof obj1[key] === 'object' && typeof obj2[key] === 'object') {\n if (!this.objectContentsEqual(obj1[key], obj2[key])) {\n return false; // any individual key not matching means the objects are different\n }\n }\n else if (obj1[key] !== obj2[key]) {\n return false; // any individual key not matching means the objects are different\n }\n } \n }\n\n return true;\n }\n\n private callHook(detachedTree: DetachedRouteHandleExt, hookName: 'ngOnDetach' | 'ngOnAttach'): void {\n if(!detachedTree || !hookName){\n return;\n }\n\n const componentRef = detachedTree.componentRef;\n if (componentRef && componentRef.instance && typeof componentRef.instance[hookName] === 'function') {\n componentRef.instance[hookName]();\n }\n }\n}\n\n@Injectable({\n providedIn: 'root',\n})\nexport class ResourceResolver implements Resolve<void> {\n private processedUrls = new Map<string, number>();\n private readonly URL_DEBOUNCE_MS = 100; // Allow same URL after 100ms\n private loggedInPromise: Promise<void> | null = null;\n\n /**\n * Optional explicit metadata provider. The shell calls\n * `setProvider(this.ProviderToUse)` after acquiring this resolver from DI.\n * Falls back to `Metadata.Provider` for single-provider apps.\n */\n private _provider: IMetadataProvider | null = null;\n\n public set Provider(value: IMetadataProvider | null) {\n this._provider = value;\n }\n\n public get Provider(): IMetadataProvider {\n return this._provider ?? Metadata.Provider;\n }\n\n constructor(\n private sharedService: SharedService,\n private router: Router,\n private appManager: ApplicationManager,\n private tabService: TabService\n ) {\n // Create a promise that resolves when the user is logged in and metadata is loaded\n this.loggedInPromise = this.waitForLogin();\n }\n\n /**\n * Wait for the LoggedIn event which indicates metadata is loaded.\n * Uses replay (true) to catch the event even if it already fired.\n */\n private async waitForLogin(): Promise<void> {\n await firstValueFrom(\n MJGlobal.Instance.GetEventListener(true).pipe(\n filter(event => event.event === MJEventType.LoggedIn),\n take(1)\n )\n );\n\n await StartupManager.Instance.Startup();\n\n await this.appManager.WhenReady();\n }\n\n async resolve(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): Promise<void> {\n // Wait for login/metadata to be ready before processing\n if (this.loggedInPromise) {\n await this.loggedInPromise;\n }\n\n // Prevent duplicate processing of the same URL within a short time window\n // This allows legitimate re-navigation to the same URL (like app switching)\n // while preventing rapid duplicate calls\n const now = Date.now();\n const lastProcessed = this.processedUrls.get(state.url);\n\n if (lastProcessed && (now - lastProcessed) < this.URL_DEBOUNCE_MS) {\n return;\n }\n\n this.processedUrls.set(state.url, now);\n\n // Check if this resolve should be suppressed (URL sync from tab click, not real navigation)\n if (this.tabService.ShouldSuppressResolve()) {\n this.tabService.ClearSuppressFlag();\n return;\n }\n\n const md = this.Provider;\n const applications = md.Applications;\n\n // Known resource types for app-scoped resource URLs\n const KNOWN_RESOURCE_TYPES = ['dashboard', 'record', 'view', 'query', 'report', 'artifact', 'search'];\n\n // Handle app-scoped resource navigation: /app/:appName/:resourceType/:param1/:param2?\n // This pattern supports resources opened within an app context (e.g., /app/home/dashboard/abc123)\n // Only handle if the second path segment is a known resource type\n if (route.params['appName'] !== undefined &&\n route.params['resourceType'] !== undefined &&\n KNOWN_RESOURCE_TYPES.includes(route.params['resourceType'].toLowerCase())) {\n const appName = decodeURIComponent(route.params['appName']);\n const resourceType = route.params['resourceType'].toLowerCase();\n const param1 = route.params['param1'];\n const param2 = route.params['param2'];\n\n // Check app access\n const accessResult = this.appManager.CheckAppAccess(appName);\n if (accessResult.status !== 'accessible') {\n return;\n }\n\n // Get the app for its ID\n const app = this.appManager.GetAppByPath(appName) || this.appManager.GetAppByName(appName);\n if (!app) {\n LogError(`Application ${appName} not found in metadata`);\n return;\n }\n\n // Handle based on resource type\n switch (resourceType) {\n case 'dashboard': {\n // /app/:appName/dashboard/:dashboardId\n const dashboardId = param1;\n this.tabService.OpenTab({\n ApplicationId: app.ID,\n Title: `Dashboard - ${dashboardId}`,\n Configuration: {\n resourceType: 'Dashboards',\n dashboardId,\n recordId: dashboardId,\n appName: appName,\n appId: app.ID\n },\n ResourceRecordId: dashboardId,\n IsPinned: false\n });\n return;\n }\n\n case 'record': {\n // /app/:appName/record/:entityName/:recordId\n const entityName = decodeURIComponent(param1);\n const recordId = param2;\n\n const entityInfo = md.Entities.find(e => e.Name.trim().toLowerCase() === entityName.trim().toLowerCase());\n if (!entityInfo) {\n LogError(`Entity ${entityName} not found in metadata`);\n return;\n }\n\n this.tabService.OpenTab({\n ApplicationId: app.ID,\n Title: `${entityName} - ${recordId}`,\n Configuration: {\n resourceType: 'Records',\n Entity: entityName,\n recordId: recordId,\n appName: appName,\n appId: app.ID\n },\n ResourceRecordId: recordId,\n IsPinned: false\n });\n return;\n }\n\n case 'view': {\n // /app/:appName/view/:viewId OR /app/:appName/view/dynamic/:entityName\n if (param1 === 'dynamic' && param2) {\n // Dynamic view: /app/:appName/view/dynamic/:entityName\n const entityName = decodeURIComponent(param2);\n const extraFilter = route.queryParams['ExtraFilter'] || route.queryParams['extraFilter'];\n const filterSuffix = extraFilter ? ' (Filtered)' : '';\n\n this.tabService.OpenTab({\n ApplicationId: app.ID,\n Title: `${entityName}${filterSuffix}`,\n Configuration: {\n resourceType: 'MJ: User Views',\n Entity: entityName,\n ExtraFilter: extraFilter,\n isDynamic: true,\n recordId: 'dynamic',\n appName: appName,\n appId: app.ID\n },\n ResourceRecordId: 'dynamic',\n IsPinned: false\n });\n } else {\n // Saved view: /app/:appName/view/:viewId\n const viewId = param1;\n\n this.tabService.OpenTab({\n ApplicationId: app.ID,\n Title: `View - ${viewId}`,\n Configuration: {\n resourceType: 'MJ: User Views',\n viewId,\n recordId: viewId,\n appName: appName,\n appId: app.ID\n },\n ResourceRecordId: viewId,\n IsPinned: false\n });\n }\n return;\n }\n\n case 'query': {\n // /app/:appName/query/:queryId\n const queryId = param1;\n\n this.tabService.OpenTab({\n ApplicationId: app.ID,\n Title: `Query - ${queryId}`,\n Configuration: {\n resourceType: 'Queries',\n queryId,\n recordId: queryId,\n appName: appName,\n appId: app.ID\n },\n ResourceRecordId: queryId,\n IsPinned: false\n });\n return;\n }\n\n case 'report': {\n // /app/:appName/report/:reportId\n const reportId = param1;\n\n this.tabService.OpenTab({\n ApplicationId: app.ID,\n Title: `Report - ${reportId}`,\n Configuration: {\n resourceType: 'Reports',\n reportId,\n recordId: reportId,\n appName: appName,\n appId: app.ID\n },\n ResourceRecordId: reportId,\n IsPinned: false\n });\n return;\n }\n\n case 'artifact': {\n // /app/:appName/artifact/:artifactId\n const artifactId = param1;\n\n this.tabService.OpenTab({\n ApplicationId: app.ID,\n Title: `Artifact - ${artifactId}`,\n Configuration: {\n resourceType: 'Artifacts',\n artifactId,\n recordId: artifactId,\n appName: appName,\n appId: app.ID\n },\n ResourceRecordId: artifactId,\n IsPinned: false\n });\n return;\n }\n\n case 'search': {\n // /app/:appName/search/:searchInput\n const searchInput = decodeURIComponent(param1);\n const entityName = route.queryParams['Entity'] || '';\n\n this.tabService.OpenTab({\n ApplicationId: app.ID,\n Title: `Search: ${searchInput}`,\n Configuration: {\n resourceType: 'Search Results',\n Entity: entityName,\n SearchInput: searchInput,\n recordId: searchInput,\n appName: appName,\n appId: app.ID\n },\n ResourceRecordId: searchInput,\n IsPinned: false\n });\n return;\n }\n\n default:\n LogError(`Unknown resource type in app-scoped URL: ${resourceType}`);\n return;\n }\n }\n\n // Handle app-level navigation: /app/:appName (no nav item - app default)\n if (route.params['appName'] !== undefined && route.params['navItemName'] === undefined) {\n const appName = decodeURIComponent(route.params['appName']);\n\n // IMPORTANT: Check if user has access to this app BEFORE proceeding\n // Use the ApplicationManager's access check which respects UserApplication records\n const accessResult = this.appManager.CheckAppAccess(appName);\n\n if (accessResult.status !== 'accessible') {\n // User doesn't have access - let the shell component handle the error dialog\n // Don't create any tabs here\n return;\n }\n\n // Let the app create its default tab (will load default dashboard if no nav items)\n // The shell component will handle this after setting the active app\n // We don't need to do anything here - just return to allow the app to activate\n return;\n }\n\n // Handle app navigation: /app/:appName/:navItemName\n if (route.params['appName'] !== undefined && route.params['navItemName'] !== undefined) {\n const appName = decodeURIComponent(route.params['appName']);\n const navItemName = decodeURIComponent(route.params['navItemName']);\n\n // IMPORTANT: Check if user has access to this app BEFORE proceeding\n // Use the ApplicationManager's access check which respects UserApplication records\n const accessResult = this.appManager.CheckAppAccess(appName);\n\n if (accessResult.status !== 'accessible') {\n // User doesn't have access - let the shell component handle the error dialog\n // Don't create any tabs here\n return;\n }\n\n // Find the app in metadata for nav item details\n const app = applications.find(a =>\n a.Path.trim().toLowerCase() === appName.trim().toLowerCase() ||\n a.Name.trim().toLowerCase() === appName.trim().toLowerCase()\n );\n\n if (!app) {\n LogError(`Application ${appName} not found in metadata`);\n return;\n }\n\n // Get nav items from the app's DefaultNavItems JSON\n let navItems: any[] = [];\n if (app.DefaultNavItems) {\n try {\n navItems = JSON.parse(app.DefaultNavItems);\n } catch (e) {\n LogError(`Failed to parse DefaultNavItems for app ${appName}`);\n console.error(e);\n return;\n }\n }\n\n // Find the nav item by label (case-insensitive)\n const navItem = navItems.find(item =>\n item.Label?.trim().toLowerCase() === navItemName.trim().toLowerCase()\n );\n\n if (!navItem) {\n LogError(`Nav item ${navItemName} not found in app ${appName}`);\n return;\n }\n\n // Get the resource type from the nav item\n if (!navItem.ResourceType) {\n LogError(`Nav item ${navItemName} has no ResourceType defined`);\n return;\n }\n\n // NOTE: Don't set active app here - the shell component handles that\n // based on the URL to avoid navigation loops\n\n // Queue tab request via TabService\n // Build configuration - include DriverClass for Custom resource types\n const config: any = {\n route: navItem.Route,\n resourceType: navItem.ResourceType,\n recordId: navItem.RecordID,\n appName: appName,\n appId: app.ID,\n navItemName: navItem.Label,\n ...(navItem.Configuration || {}),\n queryParams: route.queryParams\n };\n\n // For Custom resource types, include the DriverClass\n if (navItem.ResourceType === 'Custom' && navItem.DriverClass) {\n config.driverClass = navItem.DriverClass;\n }\n\n this.tabService.OpenTab({\n ApplicationId: app.ID,\n Title: navItem.Label,\n Configuration: config,\n IsPinned: false\n });\n\n return;\n }\n\n // Determine resource type and record ID based on the route path\n if (route.params['recordId'] !== undefined && route.params['entityName'] !== undefined) {\n // /resource/record/:entityName/:recordId\n const entityName = decodeURIComponent(route.params['entityName']);\n const recordId = route.params['recordId'];\n\n const entityInfo = md.Entities.find(e => e.Name.trim().toLowerCase() === entityName.trim().toLowerCase());\n if (!entityInfo) {\n LogError(`Entity ${entityName} not found in metadata`);\n return;\n }\n\n // Queue tab request via TabService\n this.tabService.OpenTab({\n ApplicationId: SYSTEM_APP_ID,\n Title: `${entityName} - ${recordId}`,\n Configuration: {\n resourceType: 'Records',\n Entity: entityName,\n recordId: recordId\n },\n ResourceRecordId: recordId,\n IsPinned: false\n });\n return;\n }\n\n if (route.params['viewId'] !== undefined) {\n // /resource/view/:viewId (saved views)\n const viewId = route.params['viewId'];\n\n // Queue tab request via TabService\n this.tabService.OpenTab({\n ApplicationId: SYSTEM_APP_ID,\n Title: `View - ${viewId}`,\n Configuration: {\n resourceType: 'MJ: User Views',\n viewId,\n recordId: viewId\n },\n ResourceRecordId: viewId,\n IsPinned: false\n });\n return;\n }\n\n if (route.url.length >= 3 && route.url[1].path === 'view' && route.url[2].path === 'dynamic') {\n // /resource/view/dynamic/:entityName\n const entityName = decodeURIComponent(route.params['entityName']);\n const extraFilter = route.queryParams['ExtraFilter'] || route.queryParams['extraFilter'];\n\n const filterSuffix = extraFilter ? ' (Filtered)' : '';\n\n // Queue tab request via TabService\n this.tabService.OpenTab({\n ApplicationId: SYSTEM_APP_ID,\n Title: `${entityName}${filterSuffix}`,\n Configuration: {\n resourceType: 'MJ: User Views',\n Entity: entityName,\n ExtraFilter: extraFilter,\n isDynamic: true,\n recordId: 'dynamic'\n },\n ResourceRecordId: 'dynamic',\n IsPinned: false\n });\n return;\n }\n\n if (route.params['dashboardId'] !== undefined) {\n // /resource/dashboard/:dashboardId\n const dashboardId = route.params['dashboardId'];\n\n // Queue tab request via TabService\n this.tabService.OpenTab({\n ApplicationId: SYSTEM_APP_ID,\n Title: `Dashboard - ${dashboardId}`,\n Configuration: {\n resourceType: 'Dashboards',\n dashboardId,\n recordId: dashboardId\n },\n ResourceRecordId: dashboardId,\n IsPinned: false\n });\n return;\n }\n\n if (route.params['artifactId'] !== undefined) {\n // /resource/artifact/:artifactId\n const artifactId = route.params['artifactId'];\n\n // Queue tab request via TabService\n this.tabService.OpenTab({\n ApplicationId: SYSTEM_APP_ID,\n Title: `Artifact - ${artifactId}`,\n Configuration: {\n resourceType: 'Artifacts',\n artifactId,\n recordId: artifactId\n },\n ResourceRecordId: artifactId,\n IsPinned: false\n });\n return;\n }\n\n if (route.params['queryId'] !== undefined) {\n // /resource/query/:queryId\n const queryId = route.params['queryId'];\n\n // Queue tab request via TabService\n this.tabService.OpenTab({\n ApplicationId: SYSTEM_APP_ID,\n Title: `Query - ${queryId}`,\n Configuration: {\n resourceType: 'Queries',\n queryId,\n recordId: queryId\n },\n ResourceRecordId: queryId,\n IsPinned: false\n });\n return;\n }\n\n if (route.params['searchInput'] !== undefined) {\n const searchInput = decodeURIComponent(route.params['searchInput']);\n\n // Unified search route: always use SearchResultsResource\n // Pass Query for the ng-search service, and legacy SearchInput for backward compat\n this.tabService.OpenTab({\n ApplicationId: SYSTEM_APP_ID,\n Title: `Search: ${searchInput}`,\n Configuration: {\n resourceType: 'Custom',\n driverClass: 'SearchResultsResource',\n Query: searchInput,\n SearchInput: searchInput,\n recordId: `search-${searchInput}`\n },\n ResourceRecordId: `search-${searchInput}`,\n IsPinned: false\n });\n return;\n }\n\n LogError(`Unable to parse resource route parameters from URL: ${state.url}`);\n }\n}\n\nconst routes: Routes = [\n // OAuth callback route - must be FIRST as it handles redirects from OAuth providers\n // This route does NOT require AuthGuard because it's the callback from external OAuth\n // The component itself handles authentication when calling the exchange endpoint\n // NOTE: We use component directly instead of loadChildren because lazy loading\n // doesn't work correctly when the route is defined in a library (explorer-core)\n // rather than the main application.\n {\n path: 'oauth/callback',\n component: OAuthCallbackComponent\n },\n\n // App-scoped resource routes (new pattern)\n // These must come BEFORE app/:appName/:navItemName to be matched first\n {\n path: 'app/:appName/view/dynamic/:param2',\n resolve: { data: ResourceResolver },\n canActivate: [AuthGuard, AppLockGuard],\n component: SingleRecordComponent,\n data: { resourceType: 'view' }\n },\n {\n path: 'app/:appName/record/:param1/:param2',\n resolve: { data: ResourceResolver },\n canActivate: [AuthGuard, AppLockGuard],\n component: SingleRecordComponent,\n data: { resourceType: 'record' }\n },\n {\n path: 'app/:appName/:resourceType/:param1',\n resolve: { data: ResourceResolver },\n canActivate: [AuthGuard, AppLockGuard],\n component: SingleRecordComponent,\n },\n // App navigation routes\n {\n path: 'app/:appName/:navItemName',\n resolve: { data: ResourceResolver },\n canActivate: [AuthGuard, AppLockGuard],\n component: SingleRecordComponent,\n },\n {\n path: 'app/:appName',\n resolve: { data: ResourceResolver },\n canActivate: [AuthGuard, AppLockGuard],\n component: SingleRecordComponent,\n },\n // Legacy resource routes (kept for backward compatibility, will redirect in future)\n {\n path: 'resource/record/:entityName/:recordId',\n resolve: { data: ResourceResolver },\n canActivate: [AuthGuard, AppLockGuard],\n component: SingleRecordComponent,\n },\n {\n path: 'resource/view/dynamic/:entityName',\n resolve: { data: ResourceResolver },\n canActivate: [AuthGuard, AppLockGuard],\n component: SingleRecordComponent,\n },\n {\n path: 'resource/view/:viewId',\n resolve: { data: ResourceResolver },\n canActivate: [AuthGuard, AppLockGuard],\n component: SingleRecordComponent,\n },\n {\n path: 'resource/dashboard/:dashboardId',\n resolve: { data: ResourceResolver },\n canActivate: [AuthGuard, AppLockGuard],\n component: SingleRecordComponent,\n },\n {\n path: 'resource/artifact/:artifactId',\n resolve: { data: ResourceResolver },\n canActivate: [AuthGuard, AppLockGuard],\n component: SingleRecordComponent,\n },\n {\n path: 'resource/query/:queryId',\n resolve: { data: ResourceResolver },\n canActivate: [AuthGuard, AppLockGuard],\n component: SingleRecordComponent,\n },\n {\n path: 'resource/search/:searchInput',\n resolve: { data: ResourceResolver },\n canActivate: [AuthGuard, AppLockGuard],\n component: SingleRecordComponent,\n }\n];\n\ninterface DetachedRouteHandleExt extends DetachedRouteHandle {\n componentRef: ComponentRef<any>;\n}\n\n@NgModule({\n imports: [RouterModule.forRoot(routes, { onSameUrlNavigation: 'reload' })],\n exports: [RouterModule],\n})\nexport class AppRoutingModule {\n // NOTE - in MJ Explorer 3.0 and beyond we do NOT use Explorer Navigation Items anymore and\n // this allows us to remove the dyanmic route stuff entirely here. The NEW paradigm is \n // everything beyond resource navigation is an app and apps have the ability to define \n // nav items which is a superset of functionality compared to the old Explorer Nav Items.\n}"]}
1
+ {"version":3,"file":"app-routing.module.js","sourceRoot":"","sources":["../src/app-routing.module.ts"],"names":[],"mappings":"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","sourcesContent":["import { ComponentRef, Injectable, NgModule } from '@angular/core';\nimport { Routes, RouterModule, Resolve, ActivatedRouteSnapshot, RouterStateSnapshot, Router } from '@angular/router';\nimport {\n SingleRecordComponent,\n AuthGuardService as AuthGuard,\n AppLockGuardService as AppLockGuard\n} from './public-api';\nimport { OAuthCallbackComponent } from './lib/oauth/oauth-callback.component';\nimport { LogError, Metadata, StartupManager, IMetadataProvider } from '@memberjunction/core';\nimport { SharedService, SYSTEM_APP_ID, RECORDS_RESOURCE_TYPE } from '@memberjunction/ng-shared';\nimport { DetachedRouteHandle, RouteReuseStrategy } from '@angular/router';\nimport { ApplicationManager, TabService } from '@memberjunction/ng-base-application';\nimport { MJGlobal, MJEventType } from '@memberjunction/global';\nimport { firstValueFrom, filter, take } from 'rxjs';\n\nexport class CustomReuseStrategy implements RouteReuseStrategy {\n storedRoutes: { [key: string]: DetachedRouteHandleExt | null } = {};\n\n // Determines if a route should be detached and stored\n shouldDetach(route: ActivatedRouteSnapshot): boolean {\n // removed reference to the skip stuff from here - we don't use the skip stuff anymore, using generic conversations/chat now\n return false;\n }\n\n // Stores the detached route\n store(route: ActivatedRouteSnapshot, handle: DetachedRouteHandleExt | null): void {\n if(!handle){\n return;\n }\n\n if (route.routeConfig && route.routeConfig.path) {\n this.storedRoutes[route.routeConfig.path] = handle;\n this.callHook(handle, 'ngOnDetach');\n }\n }\n\n // Determines if a stored route should be reattached\n shouldAttach(route: ActivatedRouteSnapshot): boolean {\n // Reattach if we have a stored route for the incoming route\n if (route.routeConfig?.path) {\n return !!route.routeConfig && !!this.storedRoutes[route.routeConfig.path];\n }\n\n else return false;\n }\n\n // Retrieves the stored route; null means no stored route for this path\n retrieve(route: ActivatedRouteSnapshot): DetachedRouteHandle | null {\n if (!route.routeConfig || (route.routeConfig.path && !this.storedRoutes[route.routeConfig.path])) {\n return null;\n } \n else if (route.routeConfig.path) {\n const path = this.storedRoutes[route.routeConfig.path];\n if(path){\n this.callHook(path, 'ngOnAttach');\n return path;\n }\n }\n\n return null;\n }\n\n // Determines if the route should be reused.\n // Query params are intentionally excluded — the shell handles query param\n // sub-navigation via NotifyQueryParamsChanged. Including them here would\n // cause the ResourceResolver to re-run on back/forward query param changes,\n // racing with the shell's syncWorkspaceWithUrl.\n shouldReuseRoute(future: ActivatedRouteSnapshot, curr: ActivatedRouteSnapshot): boolean {\n return future.routeConfig === curr.routeConfig &&\n this.objectContentsEqual(future.params, curr.params);\n }\n\n objectContentsEqual(obj1: any, obj2: any): boolean {\n if (obj1 === obj2) {\n return true; // exact same object\n }\n\n if (obj1 === null && obj2 !== null) {\n return false; // not the same object\n }\n\n if (obj1 === undefined && obj2 !== undefined) {\n return false; // not the same object\n }\n\n if (typeof obj1 === 'object' || typeof obj2 === 'object') {\n if (Object.keys(obj1).length !== Object.keys(obj2).length) {\n return false; // different number of keys\n }\n \n for (const key in obj1) {\n // check to see the type of the key, if it is an object, then we call this function recursively \n // otherwise we do simple comparison\n if (typeof obj1[key] === 'object' && typeof obj2[key] === 'object') {\n if (!this.objectContentsEqual(obj1[key], obj2[key])) {\n return false; // any individual key not matching means the objects are different\n }\n }\n else if (obj1[key] !== obj2[key]) {\n return false; // any individual key not matching means the objects are different\n }\n } \n }\n\n return true;\n }\n\n private callHook(detachedTree: DetachedRouteHandleExt, hookName: 'ngOnDetach' | 'ngOnAttach'): void {\n if(!detachedTree || !hookName){\n return;\n }\n\n const componentRef = detachedTree.componentRef;\n if (componentRef && componentRef.instance && typeof componentRef.instance[hookName] === 'function') {\n componentRef.instance[hookName]();\n }\n }\n}\n\n@Injectable({\n providedIn: 'root',\n})\nexport class ResourceResolver implements Resolve<void> {\n private processedUrls = new Map<string, number>();\n private readonly URL_DEBOUNCE_MS = 100; // Allow same URL after 100ms\n private loggedInPromise: Promise<void> | null = null;\n\n /**\n * Optional explicit metadata provider. The shell calls\n * `setProvider(this.ProviderToUse)` after acquiring this resolver from DI.\n * Falls back to `Metadata.Provider` for single-provider apps.\n */\n private _provider: IMetadataProvider | null = null;\n\n public set Provider(value: IMetadataProvider | null) {\n this._provider = value;\n }\n\n public get Provider(): IMetadataProvider {\n return this._provider ?? Metadata.Provider;\n }\n\n constructor(\n private sharedService: SharedService,\n private router: Router,\n private appManager: ApplicationManager,\n private tabService: TabService\n ) {\n // Create a promise that resolves when the user is logged in and metadata is loaded\n this.loggedInPromise = this.waitForLogin();\n }\n\n /**\n * Wait for the LoggedIn event which indicates metadata is loaded.\n * Uses replay (true) to catch the event even if it already fired.\n */\n private async waitForLogin(): Promise<void> {\n await firstValueFrom(\n MJGlobal.Instance.GetEventListener(true).pipe(\n filter(event => event.event === MJEventType.LoggedIn),\n take(1)\n )\n );\n\n await StartupManager.Instance.Startup();\n\n await this.appManager.WhenReady();\n }\n\n async resolve(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): Promise<void> {\n // Wait for login/metadata to be ready before processing\n if (this.loggedInPromise) {\n await this.loggedInPromise;\n }\n\n // Prevent duplicate processing of the same URL within a short time window\n // This allows legitimate re-navigation to the same URL (like app switching)\n // while preventing rapid duplicate calls\n const now = Date.now();\n const lastProcessed = this.processedUrls.get(state.url);\n\n if (lastProcessed && (now - lastProcessed) < this.URL_DEBOUNCE_MS) {\n return;\n }\n\n this.processedUrls.set(state.url, now);\n\n // Check if this resolve should be suppressed (URL sync from tab click, not real navigation)\n if (this.tabService.ShouldSuppressResolve()) {\n this.tabService.ClearSuppressFlag();\n return;\n }\n\n const md = this.Provider;\n const applications = md.Applications;\n\n // Known resource types for app-scoped resource URLs\n const KNOWN_RESOURCE_TYPES = ['dashboard', 'record', 'view', 'query', 'report', 'artifact', 'search'];\n\n // Handle app-scoped resource navigation: /app/:appName/:resourceType/:param1/:param2?\n // This pattern supports resources opened within an app context (e.g., /app/home/dashboard/abc123)\n // Only handle if the second path segment is a known resource type\n if (route.params['appName'] !== undefined &&\n route.params['resourceType'] !== undefined &&\n KNOWN_RESOURCE_TYPES.includes(route.params['resourceType'].toLowerCase())) {\n const appName = decodeURIComponent(route.params['appName']);\n const resourceType = route.params['resourceType'].toLowerCase();\n const param1 = route.params['param1'];\n const param2 = route.params['param2'];\n\n // Check app access\n const accessResult = this.appManager.CheckAppAccess(appName);\n if (accessResult.status !== 'accessible') {\n return;\n }\n\n // Get the app for its ID\n const app = this.appManager.GetAppByPath(appName) || this.appManager.GetAppByName(appName);\n if (!app) {\n LogError(`Application ${appName} not found in metadata`);\n return;\n }\n\n // Handle based on resource type\n switch (resourceType) {\n case 'dashboard': {\n // /app/:appName/dashboard/:dashboardId\n const dashboardId = param1;\n this.tabService.OpenTab({\n ApplicationId: app.ID,\n Title: `Dashboard - ${dashboardId}`,\n Configuration: {\n resourceType: 'Dashboards',\n dashboardId,\n recordId: dashboardId,\n appName: appName,\n appId: app.ID\n },\n ResourceRecordId: dashboardId,\n IsPinned: false\n });\n return;\n }\n\n case 'record': {\n // /app/:appName/record/:entityName/:recordId\n const entityName = decodeURIComponent(param1);\n const recordId = param2;\n\n const entityInfo = md.EntityByName(entityName);\n if (!entityInfo) {\n LogError(`Entity ${entityName} not found in metadata`);\n return;\n }\n\n this.tabService.OpenTab({\n ApplicationId: app.ID,\n Title: `${entityName} - ${recordId}`,\n Configuration: {\n resourceType: RECORDS_RESOURCE_TYPE,\n Entity: entityName,\n recordId: recordId,\n appName: appName,\n appId: app.ID\n },\n ResourceRecordId: recordId,\n IsPinned: false\n });\n return;\n }\n\n case 'view': {\n // /app/:appName/view/:viewId OR /app/:appName/view/dynamic/:entityName\n if (param1 === 'dynamic' && param2) {\n // Dynamic view: /app/:appName/view/dynamic/:entityName\n const entityName = decodeURIComponent(param2);\n const extraFilter = route.queryParams['ExtraFilter'] || route.queryParams['extraFilter'];\n const filterSuffix = extraFilter ? ' (Filtered)' : '';\n\n this.tabService.OpenTab({\n ApplicationId: app.ID,\n Title: `${entityName}${filterSuffix}`,\n Configuration: {\n resourceType: 'MJ: User Views',\n Entity: entityName,\n ExtraFilter: extraFilter,\n isDynamic: true,\n recordId: 'dynamic',\n appName: appName,\n appId: app.ID\n },\n ResourceRecordId: 'dynamic',\n IsPinned: false\n });\n } else {\n // Saved view: /app/:appName/view/:viewId\n const viewId = param1;\n\n this.tabService.OpenTab({\n ApplicationId: app.ID,\n Title: `View - ${viewId}`,\n Configuration: {\n resourceType: 'MJ: User Views',\n viewId,\n recordId: viewId,\n appName: appName,\n appId: app.ID\n },\n ResourceRecordId: viewId,\n IsPinned: false\n });\n }\n return;\n }\n\n case 'query': {\n // /app/:appName/query/:queryId\n const queryId = param1;\n\n this.tabService.OpenTab({\n ApplicationId: app.ID,\n Title: `Query - ${queryId}`,\n Configuration: {\n resourceType: 'Queries',\n queryId,\n recordId: queryId,\n appName: appName,\n appId: app.ID\n },\n ResourceRecordId: queryId,\n IsPinned: false\n });\n return;\n }\n\n case 'artifact': {\n // /app/:appName/artifact/:artifactId\n const artifactId = param1;\n\n this.tabService.OpenTab({\n ApplicationId: app.ID,\n Title: `Artifact - ${artifactId}`,\n Configuration: {\n resourceType: 'Artifacts',\n artifactId,\n recordId: artifactId,\n appName: appName,\n appId: app.ID\n },\n ResourceRecordId: artifactId,\n IsPinned: false\n });\n return;\n }\n\n case 'search': {\n // /app/:appName/search/:searchInput\n const searchInput = decodeURIComponent(param1);\n const entityName = route.queryParams['Entity'] || '';\n\n this.tabService.OpenTab({\n ApplicationId: app.ID,\n Title: `Search: ${searchInput}`,\n Configuration: {\n resourceType: 'Search Results',\n Entity: entityName,\n SearchInput: searchInput,\n recordId: searchInput,\n appName: appName,\n appId: app.ID\n },\n ResourceRecordId: searchInput,\n IsPinned: false\n });\n return;\n }\n\n default:\n LogError(`Unknown resource type in app-scoped URL: ${resourceType}`);\n return;\n }\n }\n\n // Handle app-level navigation: /app/:appName (no nav item - app default)\n if (route.params['appName'] !== undefined && route.params['navItemName'] === undefined) {\n const appName = decodeURIComponent(route.params['appName']);\n\n // IMPORTANT: Check if user has access to this app BEFORE proceeding\n // Use the ApplicationManager's access check which respects UserApplication records\n const accessResult = this.appManager.CheckAppAccess(appName);\n\n if (accessResult.status !== 'accessible') {\n // User doesn't have access - let the shell component handle the error dialog\n // Don't create any tabs here\n return;\n }\n\n // Let the app create its default tab (will load default dashboard if no nav items)\n // The shell component will handle this after setting the active app\n // We don't need to do anything here - just return to allow the app to activate\n return;\n }\n\n // Handle app navigation: /app/:appName/:navItemName\n if (route.params['appName'] !== undefined && route.params['navItemName'] !== undefined) {\n const appName = decodeURIComponent(route.params['appName']);\n const navItemName = decodeURIComponent(route.params['navItemName']);\n\n // IMPORTANT: Check if user has access to this app BEFORE proceeding\n // Use the ApplicationManager's access check which respects UserApplication records\n const accessResult = this.appManager.CheckAppAccess(appName);\n\n if (accessResult.status !== 'accessible') {\n // User doesn't have access - let the shell component handle the error dialog\n // Don't create any tabs here\n return;\n }\n\n // Find the app in metadata for nav item details\n const app = applications.find(a =>\n a.Path.trim().toLowerCase() === appName.trim().toLowerCase() ||\n a.Name.trim().toLowerCase() === appName.trim().toLowerCase()\n );\n\n if (!app) {\n LogError(`Application ${appName} not found in metadata`);\n return;\n }\n\n // Get nav items from the app's DefaultNavItems JSON\n let navItems: any[] = [];\n if (app.DefaultNavItems) {\n try {\n navItems = JSON.parse(app.DefaultNavItems);\n } catch (e) {\n LogError(`Failed to parse DefaultNavItems for app ${appName}`);\n console.error(e);\n return;\n }\n }\n\n // Find the nav item by label (case-insensitive)\n const navItem = navItems.find(item =>\n item.Label?.trim().toLowerCase() === navItemName.trim().toLowerCase()\n );\n\n if (!navItem) {\n LogError(`Nav item ${navItemName} not found in app ${appName}`);\n return;\n }\n\n // Get the resource type from the nav item\n if (!navItem.ResourceType) {\n LogError(`Nav item ${navItemName} has no ResourceType defined`);\n return;\n }\n\n // NOTE: Don't set active app here - the shell component handles that\n // based on the URL to avoid navigation loops\n\n // Queue tab request via TabService\n // Build configuration - include DriverClass for Custom resource types\n const config: any = {\n route: navItem.Route,\n resourceType: navItem.ResourceType,\n recordId: navItem.RecordID,\n appName: appName,\n appId: app.ID,\n navItemName: navItem.Label,\n ...(navItem.Configuration || {}),\n queryParams: route.queryParams\n };\n\n // For Custom resource types, include the DriverClass\n if (navItem.ResourceType === 'Custom' && navItem.DriverClass) {\n config.driverClass = navItem.DriverClass;\n }\n\n this.tabService.OpenTab({\n ApplicationId: app.ID,\n Title: navItem.Label,\n Configuration: config,\n IsPinned: false\n });\n\n return;\n }\n\n // Determine resource type and record ID based on the route path\n if (route.params['recordId'] !== undefined && route.params['entityName'] !== undefined) {\n // /resource/record/:entityName/:recordId\n const entityName = decodeURIComponent(route.params['entityName']);\n const recordId = route.params['recordId'];\n\n const entityInfo = md.EntityByName(entityName);\n if (!entityInfo) {\n LogError(`Entity ${entityName} not found in metadata`);\n return;\n }\n\n // Queue tab request via TabService\n this.tabService.OpenTab({\n ApplicationId: SYSTEM_APP_ID,\n Title: `${entityName} - ${recordId}`,\n Configuration: {\n resourceType: RECORDS_RESOURCE_TYPE,\n Entity: entityName,\n recordId: recordId\n },\n ResourceRecordId: recordId,\n IsPinned: false\n });\n return;\n }\n\n if (route.params['viewId'] !== undefined) {\n // /resource/view/:viewId (saved views)\n const viewId = route.params['viewId'];\n\n // Queue tab request via TabService\n this.tabService.OpenTab({\n ApplicationId: SYSTEM_APP_ID,\n Title: `View - ${viewId}`,\n Configuration: {\n resourceType: 'MJ: User Views',\n viewId,\n recordId: viewId\n },\n ResourceRecordId: viewId,\n IsPinned: false\n });\n return;\n }\n\n if (route.url.length >= 3 && route.url[1].path === 'view' && route.url[2].path === 'dynamic') {\n // /resource/view/dynamic/:entityName\n const entityName = decodeURIComponent(route.params['entityName']);\n const extraFilter = route.queryParams['ExtraFilter'] || route.queryParams['extraFilter'];\n\n const filterSuffix = extraFilter ? ' (Filtered)' : '';\n\n // Queue tab request via TabService\n this.tabService.OpenTab({\n ApplicationId: SYSTEM_APP_ID,\n Title: `${entityName}${filterSuffix}`,\n Configuration: {\n resourceType: 'MJ: User Views',\n Entity: entityName,\n ExtraFilter: extraFilter,\n isDynamic: true,\n recordId: 'dynamic'\n },\n ResourceRecordId: 'dynamic',\n IsPinned: false\n });\n return;\n }\n\n if (route.params['dashboardId'] !== undefined) {\n // /resource/dashboard/:dashboardId\n const dashboardId = route.params['dashboardId'];\n\n // Queue tab request via TabService\n this.tabService.OpenTab({\n ApplicationId: SYSTEM_APP_ID,\n Title: `Dashboard - ${dashboardId}`,\n Configuration: {\n resourceType: 'Dashboards',\n dashboardId,\n recordId: dashboardId\n },\n ResourceRecordId: dashboardId,\n IsPinned: false\n });\n return;\n }\n\n if (route.params['artifactId'] !== undefined) {\n // /resource/artifact/:artifactId\n const artifactId = route.params['artifactId'];\n\n // Queue tab request via TabService\n this.tabService.OpenTab({\n ApplicationId: SYSTEM_APP_ID,\n Title: `Artifact - ${artifactId}`,\n Configuration: {\n resourceType: 'Artifacts',\n artifactId,\n recordId: artifactId\n },\n ResourceRecordId: artifactId,\n IsPinned: false\n });\n return;\n }\n\n if (route.params['queryId'] !== undefined) {\n // /resource/query/:queryId\n const queryId = route.params['queryId'];\n\n // Queue tab request via TabService\n this.tabService.OpenTab({\n ApplicationId: SYSTEM_APP_ID,\n Title: `Query - ${queryId}`,\n Configuration: {\n resourceType: 'Queries',\n queryId,\n recordId: queryId\n },\n ResourceRecordId: queryId,\n IsPinned: false\n });\n return;\n }\n\n if (route.params['searchInput'] !== undefined) {\n const searchInput = decodeURIComponent(route.params['searchInput']);\n\n // Unified search route: always use SearchResultsResource\n // Pass Query for the ng-search service, and legacy SearchInput for backward compat\n this.tabService.OpenTab({\n ApplicationId: SYSTEM_APP_ID,\n Title: `Search: ${searchInput}`,\n Configuration: {\n resourceType: 'Custom',\n driverClass: 'SearchResultsResource',\n Query: searchInput,\n SearchInput: searchInput,\n recordId: `search-${searchInput}`\n },\n ResourceRecordId: `search-${searchInput}`,\n IsPinned: false\n });\n return;\n }\n\n LogError(`Unable to parse resource route parameters from URL: ${state.url}`);\n }\n}\n\nconst routes: Routes = [\n // OAuth callback route - must be FIRST as it handles redirects from OAuth providers\n // This route does NOT require AuthGuard because it's the callback from external OAuth\n // The component itself handles authentication when calling the exchange endpoint\n // NOTE: We use component directly instead of loadChildren because lazy loading\n // doesn't work correctly when the route is defined in a library (explorer-core)\n // rather than the main application.\n {\n path: 'oauth/callback',\n component: OAuthCallbackComponent\n },\n\n // App-scoped resource routes (new pattern)\n // These must come BEFORE app/:appName/:navItemName to be matched first\n {\n path: 'app/:appName/view/dynamic/:param2',\n resolve: { data: ResourceResolver },\n canActivate: [AuthGuard, AppLockGuard],\n component: SingleRecordComponent,\n data: { resourceType: 'view' }\n },\n {\n path: 'app/:appName/record/:param1/:param2',\n resolve: { data: ResourceResolver },\n canActivate: [AuthGuard, AppLockGuard],\n component: SingleRecordComponent,\n data: { resourceType: 'record' }\n },\n {\n path: 'app/:appName/:resourceType/:param1',\n resolve: { data: ResourceResolver },\n canActivate: [AuthGuard, AppLockGuard],\n component: SingleRecordComponent,\n },\n // App navigation routes\n {\n path: 'app/:appName/:navItemName',\n resolve: { data: ResourceResolver },\n canActivate: [AuthGuard, AppLockGuard],\n component: SingleRecordComponent,\n },\n {\n path: 'app/:appName',\n resolve: { data: ResourceResolver },\n canActivate: [AuthGuard, AppLockGuard],\n component: SingleRecordComponent,\n },\n // Legacy resource routes (kept for backward compatibility, will redirect in future)\n {\n path: 'resource/record/:entityName/:recordId',\n resolve: { data: ResourceResolver },\n canActivate: [AuthGuard, AppLockGuard],\n component: SingleRecordComponent,\n },\n {\n path: 'resource/view/dynamic/:entityName',\n resolve: { data: ResourceResolver },\n canActivate: [AuthGuard, AppLockGuard],\n component: SingleRecordComponent,\n },\n {\n path: 'resource/view/:viewId',\n resolve: { data: ResourceResolver },\n canActivate: [AuthGuard, AppLockGuard],\n component: SingleRecordComponent,\n },\n {\n path: 'resource/dashboard/:dashboardId',\n resolve: { data: ResourceResolver },\n canActivate: [AuthGuard, AppLockGuard],\n component: SingleRecordComponent,\n },\n {\n path: 'resource/artifact/:artifactId',\n resolve: { data: ResourceResolver },\n canActivate: [AuthGuard, AppLockGuard],\n component: SingleRecordComponent,\n },\n {\n path: 'resource/query/:queryId',\n resolve: { data: ResourceResolver },\n canActivate: [AuthGuard, AppLockGuard],\n component: SingleRecordComponent,\n },\n {\n path: 'resource/search/:searchInput',\n resolve: { data: ResourceResolver },\n canActivate: [AuthGuard, AppLockGuard],\n component: SingleRecordComponent,\n }\n];\n\ninterface DetachedRouteHandleExt extends DetachedRouteHandle {\n componentRef: ComponentRef<any>;\n}\n\n@NgModule({\n imports: [RouterModule.forRoot(routes, { onSameUrlNavigation: 'reload' })],\n exports: [RouterModule],\n})\nexport class AppRoutingModule {\n // NOTE - in MJ Explorer 3.0 and beyond we do NOT use Explorer Navigation Items anymore and\n // this allows us to remove the dyanmic route stuff entirely here. The NEW paradigm is \n // everything beyond resource navigation is an app and apps have the ability to define \n // nav items which is a superset of functionality compared to the old Explorer Nav Items.\n}"]}
@@ -24,5 +24,5 @@ export declare const LAZY_FEATURE_CONFIG: Record<string, {
24
24
  chunkId: string;
25
25
  load: () => Promise<void>;
26
26
  }>;
27
- export declare const LAZY_FEATURE_CONFIG_COUNT = 114;
27
+ export declare const LAZY_FEATURE_CONFIG_COUNT = 115;
28
28
  //# sourceMappingURL=lazy-feature-config.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"lazy-feature-config.d.ts","sourceRoot":"","sources":["../../src/generated/lazy-feature-config.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;GAiBG;AA8GH;;;GAGG;AACH,eAAO,MAAM,mBAAmB,EAAE,MAAM,CAAC,MAAM,EAAE;IAAE,OAAO,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAA;CAAE,CAuJ9F,CAAC;AAEF,eAAO,MAAM,yBAAyB,MAAM,CAAC"}
1
+ {"version":3,"file":"lazy-feature-config.d.ts","sourceRoot":"","sources":["../../src/generated/lazy-feature-config.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;GAiBG;AA8GH;;;GAGG;AACH,eAAO,MAAM,mBAAmB,EAAE,MAAM,CAAC,MAAM,EAAE;IAAE,OAAO,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAA;CAAE,CAwJ9F,CAAC;AAEF,eAAO,MAAM,yBAAyB,MAAM,CAAC"}
@@ -16,7 +16,7 @@
16
16
  * same helper are indistinguishable by identity-adjacent means (e.g. Function.toString()),
17
17
  * which silently merges all chunks into one.
18
18
  */
19
- // --- @memberjunction/ng-dashboards → ./actions-dashboards.module (7 entries) ---
19
+ // --- @memberjunction/ng-dashboards → ./actions-dashboards.module (6 entries) ---
20
20
  const loadNgDashboardsActionsDashboardsModule = {
21
21
  chunkId: '@memberjunction/ng-dashboards/actions-dashboards.module',
22
22
  load: () => import('@memberjunction/ng-dashboards/actions-dashboards.module').then(() => { })
@@ -36,7 +36,7 @@ const loadNgDashboardsComponentStudioDashboardsModule = {
36
36
  chunkId: '@memberjunction/ng-dashboards/component-studio-dashboards.module',
37
37
  load: () => import('@memberjunction/ng-dashboards/component-studio-dashboards.module').then(() => { })
38
38
  };
39
- // --- @memberjunction/ng-dashboards → ./core-dashboards.module (34 entries) ---
39
+ // --- @memberjunction/ng-dashboards → ./core-dashboards.module (36 entries) ---
40
40
  const loadNgDashboardsCoreDashboardsModule = {
41
41
  chunkId: '@memberjunction/ng-dashboards/core-dashboards.module',
42
42
  load: () => import('@memberjunction/ng-dashboards/core-dashboards.module').then(() => { })
@@ -117,7 +117,6 @@ export const LAZY_FEATURE_CONFIG = {
117
117
  'BaseResourceComponent::ActionsEntitiesResource': loadNgDashboardsActionsDashboardsModule,
118
118
  'BaseResourceComponent::ActionsMonitorResource': loadNgDashboardsActionsDashboardsModule,
119
119
  'BaseResourceComponent::ActionsOverviewResource': loadNgDashboardsActionsDashboardsModule,
120
- 'BaseResourceComponent::ActionsScheduleResource': loadNgDashboardsActionsDashboardsModule,
121
120
  'BaseResourceComponent::ActionsSecurityResource': loadNgDashboardsActionsDashboardsModule,
122
121
  // @memberjunction/ng-dashboards → ./ai-dashboards.module
123
122
  'BaseResourceComponent::AIAgentRequestsResource': loadNgDashboardsAiDashboardsModule,
@@ -168,6 +167,7 @@ export const LAZY_FEATURE_CONFIG = {
168
167
  'BaseResourceComponent::DashboardBrowserResource': loadNgDashboardsCoreDashboardsModule,
169
168
  'BaseResourceComponent::EventMonitorInspector': loadNgDashboardsCoreDashboardsModule,
170
169
  'BaseResourceComponent::GraphQLConsoleInspector': loadNgDashboardsCoreDashboardsModule,
170
+ 'BaseResourceComponent::GridWidthLabInspector': loadNgDashboardsCoreDashboardsModule,
171
171
  'BaseResourceComponent::HomeDashboard': loadNgDashboardsCoreDashboardsModule,
172
172
  'BaseResourceComponent::LayoutInspector': loadNgDashboardsCoreDashboardsModule,
173
173
  'BaseResourceComponent::LazyModuleStatusInspector': loadNgDashboardsCoreDashboardsModule,
@@ -178,6 +178,7 @@ export const LAZY_FEATURE_CONFIG = {
178
178
  'BaseResourceComponent::RealtimeRecordingsDashboard': loadNgDashboardsCoreDashboardsModule,
179
179
  'BaseResourceComponent::SettingsExplorerInspector': loadNgDashboardsCoreDashboardsModule,
180
180
  'BaseResourceComponent::SystemDiagnosticsResource': loadNgDashboardsCoreDashboardsModule,
181
+ 'BaseResourceComponent::TabStripLabInspector': loadNgDashboardsCoreDashboardsModule,
181
182
  'BaseResourceComponent::ThemeManagerResource': loadNgDashboardsCoreDashboardsModule,
182
183
  'BaseResourceComponent::ThemeStudioResource': loadNgDashboardsCoreDashboardsModule,
183
184
  'BaseResourceComponent::VersionHistoryDiffResource': loadNgDashboardsCoreDashboardsModule,
@@ -244,5 +245,5 @@ export const LAZY_FEATURE_CONFIG = {
244
245
  // @memberjunction/ng-react → .
245
246
  'RuntimeUtilities::RuntimeUtilities': loadNgReact,
246
247
  };
247
- export const LAZY_FEATURE_CONFIG_COUNT = 114;
248
+ export const LAZY_FEATURE_CONFIG_COUNT = 115;
248
249
  //# sourceMappingURL=lazy-feature-config.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"lazy-feature-config.js","sourceRoot":"","sources":["../../src/generated/lazy-feature-config.ts"],"names":[],"mappings":"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","sourcesContent":["/**\n * AUTO-GENERATED FILE — DO NOT EDIT\n * Generated by: mj codegen manifest --lazy-config\n * Regenerate with: npm run mj:manifest:explorer\n *\n * Maps @RegisterClass entries to their lazy-loading chunks using compound keys.\n * Compound key format: \"BaseClassName::Key\" (e.g., \"BaseResourceComponent::HomeDashboard\").\n *\n * When ClassFactory.GetRegistrationAsync() or CreateInstanceAsync() cannot find a\n * registration synchronously, the registered lazy loader builds the compound key and\n * looks it up here to dynamically import the chunk containing the class.\n *\n * Every entry carries an explicit `chunkId` — the dynamic import specifier — because many\n * compound keys share one chunk and the registry must be able to tell those chunks apart.\n * Do NOT collapse these into a shared helper that returns a closure: closures built by the\n * same helper are indistinguishable by identity-adjacent means (e.g. Function.toString()),\n * which silently merges all chunks into one.\n */\n\n// --- @memberjunction/ng-dashboards → ./actions-dashboards.module (7 entries) ---\nconst loadNgDashboardsActionsDashboardsModule = {\n chunkId: '@memberjunction/ng-dashboards/actions-dashboards.module',\n load: () => import('@memberjunction/ng-dashboards/actions-dashboards.module').then(() => {})\n};\n\n// --- @memberjunction/ng-dashboards → ./ai-dashboards.module (17 entries) ---\nconst loadNgDashboardsAiDashboardsModule = {\n chunkId: '@memberjunction/ng-dashboards/ai-dashboards.module',\n load: () => import('@memberjunction/ng-dashboards/ai-dashboards.module').then(() => {})\n};\n\n// --- @memberjunction/ng-dashboards → ./communication-dashboards.module (7 entries) ---\nconst loadNgDashboardsCommunicationDashboardsModule = {\n chunkId: '@memberjunction/ng-dashboards/communication-dashboards.module',\n load: () => import('@memberjunction/ng-dashboards/communication-dashboards.module').then(() => {})\n};\n\n// --- @memberjunction/ng-dashboards → ./component-studio-dashboards.module (3 entries) ---\nconst loadNgDashboardsComponentStudioDashboardsModule = {\n chunkId: '@memberjunction/ng-dashboards/component-studio-dashboards.module',\n load: () => import('@memberjunction/ng-dashboards/component-studio-dashboards.module').then(() => {})\n};\n\n// --- @memberjunction/ng-dashboards → ./core-dashboards.module (34 entries) ---\nconst loadNgDashboardsCoreDashboardsModule = {\n chunkId: '@memberjunction/ng-dashboards/core-dashboards.module',\n load: () => import('@memberjunction/ng-dashboards/core-dashboards.module').then(() => {})\n};\n\n// --- @memberjunction/ng-dashboards → ./credentials-dashboards.module (6 entries) ---\nconst loadNgDashboardsCredentialsDashboardsModule = {\n chunkId: '@memberjunction/ng-dashboards/credentials-dashboards.module',\n load: () => import('@memberjunction/ng-dashboards/credentials-dashboards.module').then(() => {})\n};\n\n// --- @memberjunction/ng-dashboards → ./data-explorer-dashboards.module (2 entries) ---\nconst loadNgDashboardsDataExplorerDashboardsModule = {\n chunkId: '@memberjunction/ng-dashboards/data-explorer-dashboards.module',\n load: () => import('@memberjunction/ng-dashboards/data-explorer-dashboards.module').then(() => {})\n};\n\n// --- @memberjunction/ng-dashboards → ./integration.module (6 entries) ---\nconst loadNgDashboardsIntegrationModule = {\n chunkId: '@memberjunction/ng-dashboards/integration.module',\n load: () => import('@memberjunction/ng-dashboards/integration.module').then(() => {})\n};\n\n// --- @memberjunction/ng-dashboards → ./lists-dashboards.module (5 entries) ---\nconst loadNgDashboardsListsDashboardsModule = {\n chunkId: '@memberjunction/ng-dashboards/lists-dashboards.module',\n load: () => import('@memberjunction/ng-dashboards/lists-dashboards.module').then(() => {})\n};\n\n// --- @memberjunction/ng-dashboards → ./mcp.module (2 entries) ---\nconst loadNgDashboardsMcpModule = {\n chunkId: '@memberjunction/ng-dashboards/mcp.module',\n load: () => import('@memberjunction/ng-dashboards/mcp.module').then(() => {})\n};\n\n// --- @memberjunction/ng-dashboards → ./module (3 entries) ---\nconst loadNgDashboardsModule = {\n chunkId: '@memberjunction/ng-dashboards/module',\n load: () => import('@memberjunction/ng-dashboards/module').then(() => {})\n};\n\n// --- @memberjunction/ng-dashboards → ./predictive-studio-dashboards.module (3 entries) ---\nconst loadNgDashboardsPredictiveStudioDashboardsModule = {\n chunkId: '@memberjunction/ng-dashboards/predictive-studio-dashboards.module',\n load: () => import('@memberjunction/ng-dashboards/predictive-studio-dashboards.module').then(() => {})\n};\n\n// --- @memberjunction/ng-dashboards → ./routines-dashboards.module (1 entries) ---\nconst loadNgDashboardsRoutinesDashboardsModule = {\n chunkId: '@memberjunction/ng-dashboards/routines-dashboards.module',\n load: () => import('@memberjunction/ng-dashboards/routines-dashboards.module').then(() => {})\n};\n\n// --- @memberjunction/ng-dashboards → ./scheduling-dashboards.module (4 entries) ---\nconst loadNgDashboardsSchedulingDashboardsModule = {\n chunkId: '@memberjunction/ng-dashboards/scheduling-dashboards.module',\n load: () => import('@memberjunction/ng-dashboards/scheduling-dashboards.module').then(() => {})\n};\n\n// --- @memberjunction/ng-dashboards → ./testing-dashboards.module (6 entries) ---\nconst loadNgDashboardsTestingDashboardsModule = {\n chunkId: '@memberjunction/ng-dashboards/testing-dashboards.module',\n load: () => import('@memberjunction/ng-dashboards/testing-dashboards.module').then(() => {})\n};\n\n// --- @memberjunction/ng-explorer-settings → ./settings.module (6 entries) ---\nconst loadNgExplorerSettingsSettingsModule = {\n chunkId: '@memberjunction/ng-explorer-settings/settings.module',\n load: () => import('@memberjunction/ng-explorer-settings/settings.module').then(() => {})\n};\n\n// --- @memberjunction/ng-file-storage → ./file-storage.module (1 entries) ---\nconst loadNgFileStorageFileStorageModule = {\n chunkId: '@memberjunction/ng-file-storage/file-storage.module',\n load: () => import('@memberjunction/ng-file-storage/file-storage.module').then(() => {})\n};\n\n// --- @memberjunction/ng-react → . (1 entries) ---\nconst loadNgReact = {\n chunkId: '@memberjunction/ng-react',\n load: () => import('@memberjunction/ng-react').then(() => {})\n};\n\n/**\n * Complete mapping of compound keys (BaseClassName::Key) to their chunk descriptor.\n * Covers all @RegisterClass decorated classes in lazy-loaded packages.\n */\nexport const LAZY_FEATURE_CONFIG: Record<string, { chunkId: string; load: () => Promise<void> }> = {\n // @memberjunction/ng-dashboards → ./actions-dashboards.module\n 'BaseResourceComponent::ActionExplorerResource': loadNgDashboardsActionsDashboardsModule,\n 'BaseResourceComponent::ActionsCodeResource': loadNgDashboardsActionsDashboardsModule,\n 'BaseResourceComponent::ActionsEntitiesResource': loadNgDashboardsActionsDashboardsModule,\n 'BaseResourceComponent::ActionsMonitorResource': loadNgDashboardsActionsDashboardsModule,\n 'BaseResourceComponent::ActionsOverviewResource': loadNgDashboardsActionsDashboardsModule,\n 'BaseResourceComponent::ActionsScheduleResource': loadNgDashboardsActionsDashboardsModule,\n 'BaseResourceComponent::ActionsSecurityResource': loadNgDashboardsActionsDashboardsModule,\n\n // @memberjunction/ng-dashboards → ./ai-dashboards.module\n 'BaseResourceComponent::AIAgentRequestsResource': loadNgDashboardsAiDashboardsModule,\n 'BaseResourceComponent::AIAgentsResource': loadNgDashboardsAiDashboardsModule,\n 'BaseResourceComponent::AIAnalyticsResource': loadNgDashboardsAiDashboardsModule,\n 'BaseResourceComponent::AIConfigResource': loadNgDashboardsAiDashboardsModule,\n 'BaseResourceComponent::AIModelsResource': loadNgDashboardsAiDashboardsModule,\n 'BaseResourceComponent::AIMonitorResource': loadNgDashboardsAiDashboardsModule,\n 'BaseResourceComponent::AIPromptsResource': loadNgDashboardsAiDashboardsModule,\n 'BaseResourceComponent::AnalyticsResource': loadNgDashboardsAiDashboardsModule,\n 'BaseResourceComponent::AutotaggingPipelineResource': loadNgDashboardsAiDashboardsModule,\n 'BaseResourceComponent::ClusterVisualizationResource': loadNgDashboardsAiDashboardsModule,\n 'BaseResourceComponent::DuplicateDetectionResource': loadNgDashboardsAiDashboardsModule,\n 'BaseResourceComponent::FeaturePipelinesResource': loadNgDashboardsAiDashboardsModule,\n 'BaseResourceComponent::KnowledgeConfigResource': loadNgDashboardsAiDashboardsModule,\n 'BaseResourceComponent::SchedulingResource': loadNgDashboardsAiDashboardsModule,\n 'BaseResourceComponent::Tags': loadNgDashboardsAiDashboardsModule,\n 'BaseResourceComponent::VectorManagementResource': loadNgDashboardsAiDashboardsModule,\n 'BaseResourceComponent::VisualizationResource': loadNgDashboardsAiDashboardsModule,\n\n // @memberjunction/ng-dashboards → ./communication-dashboards.module\n 'BaseDashboard::CommunicationDashboard': loadNgDashboardsCommunicationDashboardsModule,\n 'BaseResourceComponent::CommunicationLogsResource': loadNgDashboardsCommunicationDashboardsModule,\n 'BaseResourceComponent::CommunicationMonitorResource': loadNgDashboardsCommunicationDashboardsModule,\n 'BaseResourceComponent::CommunicationProvidersResource': loadNgDashboardsCommunicationDashboardsModule,\n 'BaseResourceComponent::CommunicationRunsResource': loadNgDashboardsCommunicationDashboardsModule,\n 'BaseResourceComponent::CommunicationsNewMessageResource': loadNgDashboardsCommunicationDashboardsModule,\n 'BaseResourceComponent::CommunicationTemplatesResource': loadNgDashboardsCommunicationDashboardsModule,\n\n // @memberjunction/ng-dashboards → ./component-studio-dashboards.module\n 'BaseDashboard::ComponentStudioDashboard': loadNgDashboardsComponentStudioDashboardsModule,\n 'BaseResourceComponent::ComponentStudioResource': loadNgDashboardsComponentStudioDashboardsModule,\n 'BaseResourceComponent::FormBuilderResource': loadNgDashboardsComponentStudioDashboardsModule,\n\n // @memberjunction/ng-dashboards → ./core-dashboards.module\n 'BaseApplication::HomeApplication': loadNgDashboardsCoreDashboardsModule,\n 'BaseDashboard::EntityAdmin': loadNgDashboardsCoreDashboardsModule,\n 'BaseDashboard::ThemeManagerDashboard': loadNgDashboardsCoreDashboardsModule,\n 'BaseDashboard::ThemeStudioDashboard': loadNgDashboardsCoreDashboardsModule,\n 'BaseResourceComponent::AdminDataSchema': loadNgDashboardsCoreDashboardsModule,\n 'BaseResourceComponent::AdminDeveloperTools': loadNgDashboardsCoreDashboardsModule,\n 'BaseResourceComponent::AdminIdentityAccess': loadNgDashboardsCoreDashboardsModule,\n 'BaseResourceComponent::AdminMonitoring': loadNgDashboardsCoreDashboardsModule,\n 'BaseResourceComponent::APIKeysResource': loadNgDashboardsCoreDashboardsModule,\n 'BaseResourceComponent::ApplicationRolesResource': loadNgDashboardsCoreDashboardsModule,\n 'BaseResourceComponent::AppStateInspector': loadNgDashboardsCoreDashboardsModule,\n 'BaseResourceComponent::BulkOperationsContainer': loadNgDashboardsCoreDashboardsModule,\n 'BaseResourceComponent::BulkOperationsOperations': loadNgDashboardsCoreDashboardsModule,\n 'BaseResourceComponent::BulkOperationsRunHistory': loadNgDashboardsCoreDashboardsModule,\n 'BaseResourceComponent::ClassRegistryInspector': loadNgDashboardsCoreDashboardsModule,\n 'BaseResourceComponent::DashboardBrowserResource': loadNgDashboardsCoreDashboardsModule,\n 'BaseResourceComponent::EventMonitorInspector': loadNgDashboardsCoreDashboardsModule,\n 'BaseResourceComponent::GraphQLConsoleInspector': loadNgDashboardsCoreDashboardsModule,\n 'BaseResourceComponent::HomeDashboard': loadNgDashboardsCoreDashboardsModule,\n 'BaseResourceComponent::LayoutInspector': loadNgDashboardsCoreDashboardsModule,\n 'BaseResourceComponent::LazyModuleStatusInspector': loadNgDashboardsCoreDashboardsModule,\n 'BaseResourceComponent::PermissionsAuditLogResource': loadNgDashboardsCoreDashboardsModule,\n 'BaseResourceComponent::PermissionsResourceAccessResource': loadNgDashboardsCoreDashboardsModule,\n 'BaseResourceComponent::PermissionsUserAccessResource': loadNgDashboardsCoreDashboardsModule,\n 'BaseResourceComponent::QueryBrowserResource': loadNgDashboardsCoreDashboardsModule,\n 'BaseResourceComponent::RealtimeRecordingsDashboard': loadNgDashboardsCoreDashboardsModule,\n 'BaseResourceComponent::SettingsExplorerInspector': loadNgDashboardsCoreDashboardsModule,\n 'BaseResourceComponent::SystemDiagnosticsResource': loadNgDashboardsCoreDashboardsModule,\n 'BaseResourceComponent::ThemeManagerResource': loadNgDashboardsCoreDashboardsModule,\n 'BaseResourceComponent::ThemeStudioResource': loadNgDashboardsCoreDashboardsModule,\n 'BaseResourceComponent::VersionHistoryDiffResource': loadNgDashboardsCoreDashboardsModule,\n 'BaseResourceComponent::VersionHistoryGraphResource': loadNgDashboardsCoreDashboardsModule,\n 'BaseResourceComponent::VersionHistoryLabelsResource': loadNgDashboardsCoreDashboardsModule,\n 'BaseResourceComponent::VersionHistoryRestoreResource': loadNgDashboardsCoreDashboardsModule,\n\n // @memberjunction/ng-dashboards → ./credentials-dashboards.module\n 'BaseDashboard::CredentialsDashboard': loadNgDashboardsCredentialsDashboardsModule,\n 'BaseResourceComponent::CredentialsAuditResource': loadNgDashboardsCredentialsDashboardsModule,\n 'BaseResourceComponent::CredentialsCategoriesResource': loadNgDashboardsCredentialsDashboardsModule,\n 'BaseResourceComponent::CredentialsListResource': loadNgDashboardsCredentialsDashboardsModule,\n 'BaseResourceComponent::CredentialsOverviewResource': loadNgDashboardsCredentialsDashboardsModule,\n 'BaseResourceComponent::CredentialsTypesResource': loadNgDashboardsCredentialsDashboardsModule,\n\n // @memberjunction/ng-dashboards → ./data-explorer-dashboards.module\n 'BaseDashboard::DataExplorer': loadNgDashboardsDataExplorerDashboardsModule,\n 'BaseResourceComponent::DataExplorerResource': loadNgDashboardsDataExplorerDashboardsModule,\n\n // @memberjunction/ng-dashboards → ./integration.module\n 'BaseResourceComponent::IntegrationActivity': loadNgDashboardsIntegrationModule,\n 'BaseResourceComponent::IntegrationConnections': loadNgDashboardsIntegrationModule,\n 'BaseResourceComponent::IntegrationMappingWorkspace': loadNgDashboardsIntegrationModule,\n 'BaseResourceComponent::IntegrationOverview': loadNgDashboardsIntegrationModule,\n 'BaseResourceComponent::IntegrationPipelines': loadNgDashboardsIntegrationModule,\n 'BaseResourceComponent::IntegrationSchedules': loadNgDashboardsIntegrationModule,\n\n // @memberjunction/ng-dashboards → ./lists-dashboards.module\n 'BaseResourceComponent::ListsBrowseResource': loadNgDashboardsListsDashboardsModule,\n 'BaseResourceComponent::ListsCategoriesResource': loadNgDashboardsListsDashboardsModule,\n 'BaseResourceComponent::ListsMyListsResource': loadNgDashboardsListsDashboardsModule,\n 'BaseResourceComponent::ListsOperationsResource': loadNgDashboardsListsDashboardsModule,\n 'BaseResourceComponent::ListsSharedWithMeResource': loadNgDashboardsListsDashboardsModule,\n\n // @memberjunction/ng-dashboards → ./mcp.module\n 'BaseDashboard::MCPDashboard': loadNgDashboardsMcpModule,\n 'BaseResourceComponent::MCPResource': loadNgDashboardsMcpModule,\n\n // @memberjunction/ng-dashboards → ./module\n 'BaseResourceComponent::ArchiveConfigResource': loadNgDashboardsModule,\n 'BaseResourceComponent::ArchiveRunsResource': loadNgDashboardsModule,\n 'BaseResourceComponent::DatabaseDesignerDashboard': loadNgDashboardsModule,\n\n // @memberjunction/ng-dashboards → ./predictive-studio-dashboards.module\n 'BaseResourceComponent::PredictiveStudioModelsResource': loadNgDashboardsPredictiveStudioDashboardsModule,\n 'BaseResourceComponent::PredictiveStudioPredictionsResource': loadNgDashboardsPredictiveStudioDashboardsModule,\n 'BaseResourceComponent::PredictiveStudioStudioResource': loadNgDashboardsPredictiveStudioDashboardsModule,\n\n // @memberjunction/ng-dashboards → ./routines-dashboards.module\n 'BaseResourceComponent::UserRoutines': loadNgDashboardsRoutinesDashboardsModule,\n\n // @memberjunction/ng-dashboards → ./scheduling-dashboards.module\n 'BaseDashboard::SchedulingDashboard': loadNgDashboardsSchedulingDashboardsModule,\n 'BaseResourceComponent::SchedulingActivityResource': loadNgDashboardsSchedulingDashboardsModule,\n 'BaseResourceComponent::SchedulingDashboardResource': loadNgDashboardsSchedulingDashboardsModule,\n 'BaseResourceComponent::SchedulingJobsResource': loadNgDashboardsSchedulingDashboardsModule,\n\n // @memberjunction/ng-dashboards → ./testing-dashboards.module\n 'BaseDashboard::TestingDashboard': loadNgDashboardsTestingDashboardsModule,\n 'BaseResourceComponent::TestingAnalyticsResource': loadNgDashboardsTestingDashboardsModule,\n 'BaseResourceComponent::TestingDashboardTabResource': loadNgDashboardsTestingDashboardsModule,\n 'BaseResourceComponent::TestingExplorerResource': loadNgDashboardsTestingDashboardsModule,\n 'BaseResourceComponent::TestingReviewResource': loadNgDashboardsTestingDashboardsModule,\n 'BaseResourceComponent::TestingRunsResource': loadNgDashboardsTestingDashboardsModule,\n\n // @memberjunction/ng-explorer-settings → ./settings.module\n 'BaseDashboard::ApplicationManagement': loadNgExplorerSettingsSettingsModule,\n 'BaseDashboard::EntityPermissions': loadNgExplorerSettingsSettingsModule,\n 'BaseDashboard::RoleManagement': loadNgExplorerSettingsSettingsModule,\n 'BaseDashboard::SqlLogging': loadNgExplorerSettingsSettingsModule,\n 'BaseDashboard::UserManagement': loadNgExplorerSettingsSettingsModule,\n 'BaseNavigationComponent::Settings': loadNgExplorerSettingsSettingsModule,\n\n // @memberjunction/ng-file-storage → ./file-storage.module\n 'BaseResourceComponent::FileBrowserResource': loadNgFileStorageFileStorageModule,\n\n // @memberjunction/ng-react → .\n 'RuntimeUtilities::RuntimeUtilities': loadNgReact,\n\n};\n\nexport const LAZY_FEATURE_CONFIG_COUNT = 114;\n"]}
1
+ {"version":3,"file":"lazy-feature-config.js","sourceRoot":"","sources":["../../src/generated/lazy-feature-config.ts"],"names":[],"mappings":"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","sourcesContent":["/**\n * AUTO-GENERATED FILE — DO NOT EDIT\n * Generated by: mj codegen manifest --lazy-config\n * Regenerate with: npm run mj:manifest:explorer\n *\n * Maps @RegisterClass entries to their lazy-loading chunks using compound keys.\n * Compound key format: \"BaseClassName::Key\" (e.g., \"BaseResourceComponent::HomeDashboard\").\n *\n * When ClassFactory.GetRegistrationAsync() or CreateInstanceAsync() cannot find a\n * registration synchronously, the registered lazy loader builds the compound key and\n * looks it up here to dynamically import the chunk containing the class.\n *\n * Every entry carries an explicit `chunkId` — the dynamic import specifier — because many\n * compound keys share one chunk and the registry must be able to tell those chunks apart.\n * Do NOT collapse these into a shared helper that returns a closure: closures built by the\n * same helper are indistinguishable by identity-adjacent means (e.g. Function.toString()),\n * which silently merges all chunks into one.\n */\n\n// --- @memberjunction/ng-dashboards → ./actions-dashboards.module (6 entries) ---\nconst loadNgDashboardsActionsDashboardsModule = {\n chunkId: '@memberjunction/ng-dashboards/actions-dashboards.module',\n load: () => import('@memberjunction/ng-dashboards/actions-dashboards.module').then(() => {})\n};\n\n// --- @memberjunction/ng-dashboards → ./ai-dashboards.module (17 entries) ---\nconst loadNgDashboardsAiDashboardsModule = {\n chunkId: '@memberjunction/ng-dashboards/ai-dashboards.module',\n load: () => import('@memberjunction/ng-dashboards/ai-dashboards.module').then(() => {})\n};\n\n// --- @memberjunction/ng-dashboards → ./communication-dashboards.module (7 entries) ---\nconst loadNgDashboardsCommunicationDashboardsModule = {\n chunkId: '@memberjunction/ng-dashboards/communication-dashboards.module',\n load: () => import('@memberjunction/ng-dashboards/communication-dashboards.module').then(() => {})\n};\n\n// --- @memberjunction/ng-dashboards → ./component-studio-dashboards.module (3 entries) ---\nconst loadNgDashboardsComponentStudioDashboardsModule = {\n chunkId: '@memberjunction/ng-dashboards/component-studio-dashboards.module',\n load: () => import('@memberjunction/ng-dashboards/component-studio-dashboards.module').then(() => {})\n};\n\n// --- @memberjunction/ng-dashboards → ./core-dashboards.module (36 entries) ---\nconst loadNgDashboardsCoreDashboardsModule = {\n chunkId: '@memberjunction/ng-dashboards/core-dashboards.module',\n load: () => import('@memberjunction/ng-dashboards/core-dashboards.module').then(() => {})\n};\n\n// --- @memberjunction/ng-dashboards → ./credentials-dashboards.module (6 entries) ---\nconst loadNgDashboardsCredentialsDashboardsModule = {\n chunkId: '@memberjunction/ng-dashboards/credentials-dashboards.module',\n load: () => import('@memberjunction/ng-dashboards/credentials-dashboards.module').then(() => {})\n};\n\n// --- @memberjunction/ng-dashboards → ./data-explorer-dashboards.module (2 entries) ---\nconst loadNgDashboardsDataExplorerDashboardsModule = {\n chunkId: '@memberjunction/ng-dashboards/data-explorer-dashboards.module',\n load: () => import('@memberjunction/ng-dashboards/data-explorer-dashboards.module').then(() => {})\n};\n\n// --- @memberjunction/ng-dashboards → ./integration.module (6 entries) ---\nconst loadNgDashboardsIntegrationModule = {\n chunkId: '@memberjunction/ng-dashboards/integration.module',\n load: () => import('@memberjunction/ng-dashboards/integration.module').then(() => {})\n};\n\n// --- @memberjunction/ng-dashboards → ./lists-dashboards.module (5 entries) ---\nconst loadNgDashboardsListsDashboardsModule = {\n chunkId: '@memberjunction/ng-dashboards/lists-dashboards.module',\n load: () => import('@memberjunction/ng-dashboards/lists-dashboards.module').then(() => {})\n};\n\n// --- @memberjunction/ng-dashboards → ./mcp.module (2 entries) ---\nconst loadNgDashboardsMcpModule = {\n chunkId: '@memberjunction/ng-dashboards/mcp.module',\n load: () => import('@memberjunction/ng-dashboards/mcp.module').then(() => {})\n};\n\n// --- @memberjunction/ng-dashboards → ./module (3 entries) ---\nconst loadNgDashboardsModule = {\n chunkId: '@memberjunction/ng-dashboards/module',\n load: () => import('@memberjunction/ng-dashboards/module').then(() => {})\n};\n\n// --- @memberjunction/ng-dashboards → ./predictive-studio-dashboards.module (3 entries) ---\nconst loadNgDashboardsPredictiveStudioDashboardsModule = {\n chunkId: '@memberjunction/ng-dashboards/predictive-studio-dashboards.module',\n load: () => import('@memberjunction/ng-dashboards/predictive-studio-dashboards.module').then(() => {})\n};\n\n// --- @memberjunction/ng-dashboards → ./routines-dashboards.module (1 entries) ---\nconst loadNgDashboardsRoutinesDashboardsModule = {\n chunkId: '@memberjunction/ng-dashboards/routines-dashboards.module',\n load: () => import('@memberjunction/ng-dashboards/routines-dashboards.module').then(() => {})\n};\n\n// --- @memberjunction/ng-dashboards → ./scheduling-dashboards.module (4 entries) ---\nconst loadNgDashboardsSchedulingDashboardsModule = {\n chunkId: '@memberjunction/ng-dashboards/scheduling-dashboards.module',\n load: () => import('@memberjunction/ng-dashboards/scheduling-dashboards.module').then(() => {})\n};\n\n// --- @memberjunction/ng-dashboards → ./testing-dashboards.module (6 entries) ---\nconst loadNgDashboardsTestingDashboardsModule = {\n chunkId: '@memberjunction/ng-dashboards/testing-dashboards.module',\n load: () => import('@memberjunction/ng-dashboards/testing-dashboards.module').then(() => {})\n};\n\n// --- @memberjunction/ng-explorer-settings → ./settings.module (6 entries) ---\nconst loadNgExplorerSettingsSettingsModule = {\n chunkId: '@memberjunction/ng-explorer-settings/settings.module',\n load: () => import('@memberjunction/ng-explorer-settings/settings.module').then(() => {})\n};\n\n// --- @memberjunction/ng-file-storage → ./file-storage.module (1 entries) ---\nconst loadNgFileStorageFileStorageModule = {\n chunkId: '@memberjunction/ng-file-storage/file-storage.module',\n load: () => import('@memberjunction/ng-file-storage/file-storage.module').then(() => {})\n};\n\n// --- @memberjunction/ng-react → . (1 entries) ---\nconst loadNgReact = {\n chunkId: '@memberjunction/ng-react',\n load: () => import('@memberjunction/ng-react').then(() => {})\n};\n\n/**\n * Complete mapping of compound keys (BaseClassName::Key) to their chunk descriptor.\n * Covers all @RegisterClass decorated classes in lazy-loaded packages.\n */\nexport const LAZY_FEATURE_CONFIG: Record<string, { chunkId: string; load: () => Promise<void> }> = {\n // @memberjunction/ng-dashboards → ./actions-dashboards.module\n 'BaseResourceComponent::ActionExplorerResource': loadNgDashboardsActionsDashboardsModule,\n 'BaseResourceComponent::ActionsCodeResource': loadNgDashboardsActionsDashboardsModule,\n 'BaseResourceComponent::ActionsEntitiesResource': loadNgDashboardsActionsDashboardsModule,\n 'BaseResourceComponent::ActionsMonitorResource': loadNgDashboardsActionsDashboardsModule,\n 'BaseResourceComponent::ActionsOverviewResource': loadNgDashboardsActionsDashboardsModule,\n 'BaseResourceComponent::ActionsSecurityResource': loadNgDashboardsActionsDashboardsModule,\n\n // @memberjunction/ng-dashboards → ./ai-dashboards.module\n 'BaseResourceComponent::AIAgentRequestsResource': loadNgDashboardsAiDashboardsModule,\n 'BaseResourceComponent::AIAgentsResource': loadNgDashboardsAiDashboardsModule,\n 'BaseResourceComponent::AIAnalyticsResource': loadNgDashboardsAiDashboardsModule,\n 'BaseResourceComponent::AIConfigResource': loadNgDashboardsAiDashboardsModule,\n 'BaseResourceComponent::AIModelsResource': loadNgDashboardsAiDashboardsModule,\n 'BaseResourceComponent::AIMonitorResource': loadNgDashboardsAiDashboardsModule,\n 'BaseResourceComponent::AIPromptsResource': loadNgDashboardsAiDashboardsModule,\n 'BaseResourceComponent::AnalyticsResource': loadNgDashboardsAiDashboardsModule,\n 'BaseResourceComponent::AutotaggingPipelineResource': loadNgDashboardsAiDashboardsModule,\n 'BaseResourceComponent::ClusterVisualizationResource': loadNgDashboardsAiDashboardsModule,\n 'BaseResourceComponent::DuplicateDetectionResource': loadNgDashboardsAiDashboardsModule,\n 'BaseResourceComponent::FeaturePipelinesResource': loadNgDashboardsAiDashboardsModule,\n 'BaseResourceComponent::KnowledgeConfigResource': loadNgDashboardsAiDashboardsModule,\n 'BaseResourceComponent::SchedulingResource': loadNgDashboardsAiDashboardsModule,\n 'BaseResourceComponent::Tags': loadNgDashboardsAiDashboardsModule,\n 'BaseResourceComponent::VectorManagementResource': loadNgDashboardsAiDashboardsModule,\n 'BaseResourceComponent::VisualizationResource': loadNgDashboardsAiDashboardsModule,\n\n // @memberjunction/ng-dashboards → ./communication-dashboards.module\n 'BaseDashboard::CommunicationDashboard': loadNgDashboardsCommunicationDashboardsModule,\n 'BaseResourceComponent::CommunicationLogsResource': loadNgDashboardsCommunicationDashboardsModule,\n 'BaseResourceComponent::CommunicationMonitorResource': loadNgDashboardsCommunicationDashboardsModule,\n 'BaseResourceComponent::CommunicationProvidersResource': loadNgDashboardsCommunicationDashboardsModule,\n 'BaseResourceComponent::CommunicationRunsResource': loadNgDashboardsCommunicationDashboardsModule,\n 'BaseResourceComponent::CommunicationsNewMessageResource': loadNgDashboardsCommunicationDashboardsModule,\n 'BaseResourceComponent::CommunicationTemplatesResource': loadNgDashboardsCommunicationDashboardsModule,\n\n // @memberjunction/ng-dashboards → ./component-studio-dashboards.module\n 'BaseDashboard::ComponentStudioDashboard': loadNgDashboardsComponentStudioDashboardsModule,\n 'BaseResourceComponent::ComponentStudioResource': loadNgDashboardsComponentStudioDashboardsModule,\n 'BaseResourceComponent::FormBuilderResource': loadNgDashboardsComponentStudioDashboardsModule,\n\n // @memberjunction/ng-dashboards → ./core-dashboards.module\n 'BaseApplication::HomeApplication': loadNgDashboardsCoreDashboardsModule,\n 'BaseDashboard::EntityAdmin': loadNgDashboardsCoreDashboardsModule,\n 'BaseDashboard::ThemeManagerDashboard': loadNgDashboardsCoreDashboardsModule,\n 'BaseDashboard::ThemeStudioDashboard': loadNgDashboardsCoreDashboardsModule,\n 'BaseResourceComponent::AdminDataSchema': loadNgDashboardsCoreDashboardsModule,\n 'BaseResourceComponent::AdminDeveloperTools': loadNgDashboardsCoreDashboardsModule,\n 'BaseResourceComponent::AdminIdentityAccess': loadNgDashboardsCoreDashboardsModule,\n 'BaseResourceComponent::AdminMonitoring': loadNgDashboardsCoreDashboardsModule,\n 'BaseResourceComponent::APIKeysResource': loadNgDashboardsCoreDashboardsModule,\n 'BaseResourceComponent::ApplicationRolesResource': loadNgDashboardsCoreDashboardsModule,\n 'BaseResourceComponent::AppStateInspector': loadNgDashboardsCoreDashboardsModule,\n 'BaseResourceComponent::BulkOperationsContainer': loadNgDashboardsCoreDashboardsModule,\n 'BaseResourceComponent::BulkOperationsOperations': loadNgDashboardsCoreDashboardsModule,\n 'BaseResourceComponent::BulkOperationsRunHistory': loadNgDashboardsCoreDashboardsModule,\n 'BaseResourceComponent::ClassRegistryInspector': loadNgDashboardsCoreDashboardsModule,\n 'BaseResourceComponent::DashboardBrowserResource': loadNgDashboardsCoreDashboardsModule,\n 'BaseResourceComponent::EventMonitorInspector': loadNgDashboardsCoreDashboardsModule,\n 'BaseResourceComponent::GraphQLConsoleInspector': loadNgDashboardsCoreDashboardsModule,\n 'BaseResourceComponent::GridWidthLabInspector': loadNgDashboardsCoreDashboardsModule,\n 'BaseResourceComponent::HomeDashboard': loadNgDashboardsCoreDashboardsModule,\n 'BaseResourceComponent::LayoutInspector': loadNgDashboardsCoreDashboardsModule,\n 'BaseResourceComponent::LazyModuleStatusInspector': loadNgDashboardsCoreDashboardsModule,\n 'BaseResourceComponent::PermissionsAuditLogResource': loadNgDashboardsCoreDashboardsModule,\n 'BaseResourceComponent::PermissionsResourceAccessResource': loadNgDashboardsCoreDashboardsModule,\n 'BaseResourceComponent::PermissionsUserAccessResource': loadNgDashboardsCoreDashboardsModule,\n 'BaseResourceComponent::QueryBrowserResource': loadNgDashboardsCoreDashboardsModule,\n 'BaseResourceComponent::RealtimeRecordingsDashboard': loadNgDashboardsCoreDashboardsModule,\n 'BaseResourceComponent::SettingsExplorerInspector': loadNgDashboardsCoreDashboardsModule,\n 'BaseResourceComponent::SystemDiagnosticsResource': loadNgDashboardsCoreDashboardsModule,\n 'BaseResourceComponent::TabStripLabInspector': loadNgDashboardsCoreDashboardsModule,\n 'BaseResourceComponent::ThemeManagerResource': loadNgDashboardsCoreDashboardsModule,\n 'BaseResourceComponent::ThemeStudioResource': loadNgDashboardsCoreDashboardsModule,\n 'BaseResourceComponent::VersionHistoryDiffResource': loadNgDashboardsCoreDashboardsModule,\n 'BaseResourceComponent::VersionHistoryGraphResource': loadNgDashboardsCoreDashboardsModule,\n 'BaseResourceComponent::VersionHistoryLabelsResource': loadNgDashboardsCoreDashboardsModule,\n 'BaseResourceComponent::VersionHistoryRestoreResource': loadNgDashboardsCoreDashboardsModule,\n\n // @memberjunction/ng-dashboards → ./credentials-dashboards.module\n 'BaseDashboard::CredentialsDashboard': loadNgDashboardsCredentialsDashboardsModule,\n 'BaseResourceComponent::CredentialsAuditResource': loadNgDashboardsCredentialsDashboardsModule,\n 'BaseResourceComponent::CredentialsCategoriesResource': loadNgDashboardsCredentialsDashboardsModule,\n 'BaseResourceComponent::CredentialsListResource': loadNgDashboardsCredentialsDashboardsModule,\n 'BaseResourceComponent::CredentialsOverviewResource': loadNgDashboardsCredentialsDashboardsModule,\n 'BaseResourceComponent::CredentialsTypesResource': loadNgDashboardsCredentialsDashboardsModule,\n\n // @memberjunction/ng-dashboards → ./data-explorer-dashboards.module\n 'BaseDashboard::DataExplorer': loadNgDashboardsDataExplorerDashboardsModule,\n 'BaseResourceComponent::DataExplorerResource': loadNgDashboardsDataExplorerDashboardsModule,\n\n // @memberjunction/ng-dashboards → ./integration.module\n 'BaseResourceComponent::IntegrationActivity': loadNgDashboardsIntegrationModule,\n 'BaseResourceComponent::IntegrationConnections': loadNgDashboardsIntegrationModule,\n 'BaseResourceComponent::IntegrationMappingWorkspace': loadNgDashboardsIntegrationModule,\n 'BaseResourceComponent::IntegrationOverview': loadNgDashboardsIntegrationModule,\n 'BaseResourceComponent::IntegrationPipelines': loadNgDashboardsIntegrationModule,\n 'BaseResourceComponent::IntegrationSchedules': loadNgDashboardsIntegrationModule,\n\n // @memberjunction/ng-dashboards → ./lists-dashboards.module\n 'BaseResourceComponent::ListsBrowseResource': loadNgDashboardsListsDashboardsModule,\n 'BaseResourceComponent::ListsCategoriesResource': loadNgDashboardsListsDashboardsModule,\n 'BaseResourceComponent::ListsMyListsResource': loadNgDashboardsListsDashboardsModule,\n 'BaseResourceComponent::ListsOperationsResource': loadNgDashboardsListsDashboardsModule,\n 'BaseResourceComponent::ListsSharedWithMeResource': loadNgDashboardsListsDashboardsModule,\n\n // @memberjunction/ng-dashboards → ./mcp.module\n 'BaseDashboard::MCPDashboard': loadNgDashboardsMcpModule,\n 'BaseResourceComponent::MCPResource': loadNgDashboardsMcpModule,\n\n // @memberjunction/ng-dashboards → ./module\n 'BaseResourceComponent::ArchiveConfigResource': loadNgDashboardsModule,\n 'BaseResourceComponent::ArchiveRunsResource': loadNgDashboardsModule,\n 'BaseResourceComponent::DatabaseDesignerDashboard': loadNgDashboardsModule,\n\n // @memberjunction/ng-dashboards → ./predictive-studio-dashboards.module\n 'BaseResourceComponent::PredictiveStudioModelsResource': loadNgDashboardsPredictiveStudioDashboardsModule,\n 'BaseResourceComponent::PredictiveStudioPredictionsResource': loadNgDashboardsPredictiveStudioDashboardsModule,\n 'BaseResourceComponent::PredictiveStudioStudioResource': loadNgDashboardsPredictiveStudioDashboardsModule,\n\n // @memberjunction/ng-dashboards → ./routines-dashboards.module\n 'BaseResourceComponent::UserRoutines': loadNgDashboardsRoutinesDashboardsModule,\n\n // @memberjunction/ng-dashboards → ./scheduling-dashboards.module\n 'BaseDashboard::SchedulingDashboard': loadNgDashboardsSchedulingDashboardsModule,\n 'BaseResourceComponent::SchedulingActivityResource': loadNgDashboardsSchedulingDashboardsModule,\n 'BaseResourceComponent::SchedulingDashboardResource': loadNgDashboardsSchedulingDashboardsModule,\n 'BaseResourceComponent::SchedulingJobsResource': loadNgDashboardsSchedulingDashboardsModule,\n\n // @memberjunction/ng-dashboards → ./testing-dashboards.module\n 'BaseDashboard::TestingDashboard': loadNgDashboardsTestingDashboardsModule,\n 'BaseResourceComponent::TestingAnalyticsResource': loadNgDashboardsTestingDashboardsModule,\n 'BaseResourceComponent::TestingDashboardTabResource': loadNgDashboardsTestingDashboardsModule,\n 'BaseResourceComponent::TestingExplorerResource': loadNgDashboardsTestingDashboardsModule,\n 'BaseResourceComponent::TestingReviewResource': loadNgDashboardsTestingDashboardsModule,\n 'BaseResourceComponent::TestingRunsResource': loadNgDashboardsTestingDashboardsModule,\n\n // @memberjunction/ng-explorer-settings → ./settings.module\n 'BaseDashboard::ApplicationManagement': loadNgExplorerSettingsSettingsModule,\n 'BaseDashboard::EntityPermissions': loadNgExplorerSettingsSettingsModule,\n 'BaseDashboard::RoleManagement': loadNgExplorerSettingsSettingsModule,\n 'BaseDashboard::SqlLogging': loadNgExplorerSettingsSettingsModule,\n 'BaseDashboard::UserManagement': loadNgExplorerSettingsSettingsModule,\n 'BaseNavigationComponent::Settings': loadNgExplorerSettingsSettingsModule,\n\n // @memberjunction/ng-file-storage → ./file-storage.module\n 'BaseResourceComponent::FileBrowserResource': loadNgFileStorageFileStorageModule,\n\n // @memberjunction/ng-react → .\n 'RuntimeUtilities::RuntimeUtilities': loadNgReact,\n\n};\n\nexport const LAZY_FEATURE_CONFIG_COUNT = 115;\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"dashboard-resource.component.d.ts","sourceRoot":"","sources":["../../../src/lib/resource-wrappers/dashboard-resource.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,gBAAgB,EAA2B,UAAU,EAAE,iBAAiB,EAAU,MAAM,eAAe,CAAC;AAC5H,OAAO,EAAE,qBAAqB,EAAqD,MAAM,2BAA2B,CAAC;AACrH,OAAO,EAAE,YAAY,EAAE,iBAAiB,EAAmB,0BAA0B,EAAwD,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AAI7M,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,sDAAsD,CAAC;;AAE9F;;;;GAIG;AACH,qBA4Ya,iBAAkB,SAAQ,qBAAqB;IAgEpD,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,GAAG;IAhEf,OAAO,CAAC,YAAY,CAAsC;IAC1D,OAAO,CAAC,UAAU,CAAS;IACe,gBAAgB,EAAG,UAAU,CAAC,cAAc,CAAC,CAAC;IAExF,4DAA4D;IACrD,YAAY,EAAE,MAAM,GAAG,IAAI,CAAQ;IAC1C,4DAA4D;IACrD,YAAY,EAAE,MAAM,GAAG,IAAI,CAAQ;IAE1C,4DAA4D;IAC5D,OAAO,CAAC,UAAU,CAAmC;IAErD,gFAAgF;IAChF,OAAO,CAAC,cAAc,CAAyC;IAE/D,yEAAyE;IAClE,eAAe,EAAE,iBAAiB,GAAG,IAAI,CAAQ;IAExD,iCAAiC;IAC1B,UAAU,UAAS;IAE1B,qBAAqB;IACd,WAAW,SAAM;IACjB,kBAAkB,SAAM;IAE/B,oDAAoD;IAC7C,oBAAoB,EAAE,wBAAwB,CAQnD;IAEF,0CAA0C;IACnC,eAAe,UAAS;IAE/B;;OAEG;IACH,OAAO,CAAC,QAAQ;IAYhB;;OAEG;IACH,OAAO,CAAC,UAAU;gBAMN,aAAa,EAAE,gBAAgB,EAC/B,GAAG,EAAE,iBAAiB;IAKlC,IAAa,IAAI,CAAC,KAAK,EAAE,YAAY,EAmBpC;IAGD,IAAa,IAAI,IAAI,YAAY,CAEhC;IAED,WAAW,IAAI,IAAI;IAWnB;;OAEG;IACI,cAAc,IAAI,IAAI;IAQ7B;;OAEG;IACH,OAAO,CAAC,aAAa;IAerB;;OAEG;IACI,UAAU,IAAI,IAAI;IAWzB;;OAEG;IACU,aAAa,IAAI,OAAO,CAAC,IAAI,CAAC;IAqB3C;;OAEG;IACI,iBAAiB,IAAI,IAAI;IAOhC;;OAEG;IACI,eAAe,IAAI,IAAI;IAK9B;;OAEG;IACI,gBAAgB,IAAI,IAAI;IAK/B;;OAEG;IACI,mBAAmB,CAAC,MAAM,EAAE,iBAAiB,GAAG,IAAI;IAe3D;;;OAGG;YACW,aAAa;IAiD3B;;;;;OAKG;YACW,gBAAgB;IA6D9B;;OAEG;YACW,sBAAsB;cAwEpB,sBAAsB,CAAC,WAAW,EAAE,MAAM,GAAG,OAAO,CAAC,0BAA0B,CAAC;IAiBhG;;OAEG;YACW,wBAAwB;IAwEtC;;OAEG;IACH,OAAO,CAAC,uBAAuB;IAiD/B;;;OAGG;IACY,sBAAsB,CAAC,IAAI,EAAE,YAAY,GAAG,OAAO,CAAC,MAAM,CAAC;IAmB1E;;OAEG;IACG,oBAAoB,CAAC,IAAI,EAAE,YAAY,GAAG,OAAO,CAAC,MAAM,CAAC;yCAvkBtD,iBAAiB;2CAAjB,iBAAiB;CA0kB7B"}
1
+ {"version":3,"file":"dashboard-resource.component.d.ts","sourceRoot":"","sources":["../../../src/lib/resource-wrappers/dashboard-resource.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,gBAAgB,EAA2B,UAAU,EAAE,iBAAiB,EAAU,MAAM,eAAe,CAAC;AAC5H,OAAO,EAAE,qBAAqB,EAAqD,MAAM,2BAA2B,CAAC;AACrH,OAAO,EAAE,YAAY,EAAE,iBAAiB,EAAmB,0BAA0B,EAAwD,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AAI7M,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,sDAAsD,CAAC;;AAE9F;;;;GAIG;AACH,qBA4Ya,iBAAkB,SAAQ,qBAAqB;IAgEpD,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,GAAG;IAhEf,OAAO,CAAC,YAAY,CAAsC;IAC1D,OAAO,CAAC,UAAU,CAAS;IACe,gBAAgB,EAAG,UAAU,CAAC,cAAc,CAAC,CAAC;IAExF,4DAA4D;IACrD,YAAY,EAAE,MAAM,GAAG,IAAI,CAAQ;IAC1C,4DAA4D;IACrD,YAAY,EAAE,MAAM,GAAG,IAAI,CAAQ;IAE1C,4DAA4D;IAC5D,OAAO,CAAC,UAAU,CAAmC;IAErD,gFAAgF;IAChF,OAAO,CAAC,cAAc,CAAyC;IAE/D,yEAAyE;IAClE,eAAe,EAAE,iBAAiB,GAAG,IAAI,CAAQ;IAExD,iCAAiC;IAC1B,UAAU,UAAS;IAE1B,qBAAqB;IACd,WAAW,SAAM;IACjB,kBAAkB,SAAM;IAE/B,oDAAoD;IAC7C,oBAAoB,EAAE,wBAAwB,CAQnD;IAEF,0CAA0C;IACnC,eAAe,UAAS;IAE/B;;OAEG;IACH,OAAO,CAAC,QAAQ;IAYhB;;OAEG;IACH,OAAO,CAAC,UAAU;gBAMN,aAAa,EAAE,gBAAgB,EAC/B,GAAG,EAAE,iBAAiB;IAKlC,IAAa,IAAI,CAAC,KAAK,EAAE,YAAY,EAmBpC;IAGD,IAAa,IAAI,IAAI,YAAY,CAEhC;IAED,WAAW,IAAI,IAAI;IAWnB;;OAEG;IACI,cAAc,IAAI,IAAI;IAQ7B;;OAEG;IACH,OAAO,CAAC,aAAa;IAerB;;OAEG;IACI,UAAU,IAAI,IAAI;IAWzB;;OAEG;IACU,aAAa,IAAI,OAAO,CAAC,IAAI,CAAC;IAqB3C;;OAEG;IACI,iBAAiB,IAAI,IAAI;IAOhC;;OAEG;IACI,eAAe,IAAI,IAAI;IAK9B;;OAEG;IACI,gBAAgB,IAAI,IAAI;IAK/B;;OAEG;IACI,mBAAmB,CAAC,MAAM,EAAE,iBAAiB,GAAG,IAAI;IAe3D;;;OAGG;YACW,aAAa;IAiD3B;;;;;OAKG;YACW,gBAAgB;IAyE9B;;OAEG;YACW,sBAAsB;cAwFpB,sBAAsB,CAAC,WAAW,EAAE,MAAM,GAAG,OAAO,CAAC,0BAA0B,CAAC;IAiBhG;;OAEG;YACW,wBAAwB;IAwEtC;;OAEG;IACH,OAAO,CAAC,uBAAuB;IAiD/B;;;OAGG;IACY,sBAAsB,CAAC,IAAI,EAAE,YAAY,GAAG,OAAO,CAAC,MAAM,CAAC;IAmB1E;;OAEG;IACG,oBAAoB,CAAC,IAAI,EAAE,YAAY,GAAG,OAAO,CAAC,MAAM,CAAC;yCAnmBtD,iBAAiB;2CAAjB,iBAAiB;CAsmB7B"}
@@ -397,6 +397,18 @@ let DashboardResource = class DashboardResource extends BaseResourceComponent {
397
397
  instance.LoadCompleteEvent = () => {
398
398
  this.NotifyLoadComplete();
399
399
  };
400
+ // Surface the dashboard's own load failures — but only for the INITIAL load. Wrap the
401
+ // completion hook to learn when the first load has settled, so a later Refresh() that
402
+ // fails does NOT replace an already-rendered Data Explorer with a sticky error card.
403
+ let initialLoadSettled = false;
404
+ const onComplete = instance.LoadCompleteEvent;
405
+ instance.LoadCompleteEvent = () => { initialLoadSettled = true; onComplete?.(); };
406
+ instance.Error.subscribe((err) => {
407
+ if (initialLoadSettled)
408
+ return; // post-mount refresh failure — already logged by BaseDashboard.runGuardedLoad
409
+ this.setError('The Data Explorer could not be loaded.', err);
410
+ this.cdr.markForCheck();
411
+ });
400
412
  // Initialize dashboard (no database config needed for DataExplorer)
401
413
  const config = {
402
414
  dashboard: null, // No database record
@@ -434,6 +446,22 @@ let DashboardResource = class DashboardResource extends BaseResourceComponent {
434
446
  instance.LoadCompleteEvent = () => {
435
447
  this.NotifyLoadComplete();
436
448
  };
449
+ // Surface the dashboard's own load failures in the host's error card — but only for the
450
+ // INITIAL load. BaseDashboard guarantees the loading screen is released even when
451
+ // initDashboard()/loadData() throws (it emits Error, then NotifyLoadComplete in a
452
+ // finally). Wrap the completion hook to learn when the first load has settled, so a later
453
+ // Refresh() failure keeps the rendered dashboard instead of blanking it to a sticky error
454
+ // card. Wired BEFORE the first await below, so an Error during the instance's own
455
+ // ngOnInit isn't missed.
456
+ let initialLoadSettled = false;
457
+ const onComplete = instance.LoadCompleteEvent;
458
+ instance.LoadCompleteEvent = () => { initialLoadSettled = true; onComplete?.(); };
459
+ instance.Error.subscribe((err) => {
460
+ if (initialLoadSettled)
461
+ return; // post-mount refresh failure — already logged by BaseDashboard.runGuardedLoad
462
+ this.setError(`The dashboard "${dashboard.Name}" could not be loaded.`, err);
463
+ this.cdr.markForCheck();
464
+ });
437
465
  // Initialize with dashboard data
438
466
  const userStateEntity = await this.loadDashboardUserState(dashboard.ID);
439
467
  const config = {