@memberjunction/ng-dashboards 5.35.0 → 5.36.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (159) hide show
  1. package/dist/AI/components/agents/agent-configuration.component.js +3 -3
  2. package/dist/AI/components/agents/agent-configuration.component.js.map +1 -1
  3. package/dist/AI/components/analytics/ai-analytics-resource.component.d.ts +22 -1
  4. package/dist/AI/components/analytics/ai-analytics-resource.component.d.ts.map +1 -1
  5. package/dist/AI/components/analytics/ai-analytics-resource.component.js +157 -137
  6. package/dist/AI/components/analytics/ai-analytics-resource.component.js.map +1 -1
  7. package/dist/AI/components/autotagging/autotagging-pipeline-resource.component.d.ts +28 -0
  8. package/dist/AI/components/autotagging/autotagging-pipeline-resource.component.d.ts.map +1 -1
  9. package/dist/AI/components/autotagging/autotagging-pipeline-resource.component.js +2075 -2068
  10. package/dist/AI/components/autotagging/autotagging-pipeline-resource.component.js.map +1 -1
  11. package/dist/AI/components/models/model-management.component.js +4 -4
  12. package/dist/AI/components/models/model-management.component.js.map +1 -1
  13. package/dist/AI/components/prompts/prompt-management.component.js +3 -3
  14. package/dist/AI/components/prompts/prompt-management.component.js.map +1 -1
  15. package/dist/AI/components/tags/tags-resource.component.d.ts +15 -0
  16. package/dist/AI/components/tags/tags-resource.component.d.ts.map +1 -1
  17. package/dist/AI/components/tags/tags-resource.component.js +1411 -1424
  18. package/dist/AI/components/tags/tags-resource.component.js.map +1 -1
  19. package/dist/APIKeys/api-keys-resource.component.d.ts +12 -8
  20. package/dist/APIKeys/api-keys-resource.component.d.ts.map +1 -1
  21. package/dist/APIKeys/api-keys-resource.component.js +329 -371
  22. package/dist/APIKeys/api-keys-resource.component.js.map +1 -1
  23. package/dist/Actions/components/actions-overview.component.js +137 -142
  24. package/dist/Actions/components/actions-overview.component.js.map +1 -1
  25. package/dist/Actions/components/execution-monitoring.component.js +111 -116
  26. package/dist/Actions/components/execution-monitoring.component.js.map +1 -1
  27. package/dist/Admin/admin-data-schema.component.js +13 -65
  28. package/dist/Admin/admin-data-schema.component.js.map +1 -1
  29. package/dist/Admin/admin-dev-tools-resource.component.js +13 -65
  30. package/dist/Admin/admin-dev-tools-resource.component.js.map +1 -1
  31. package/dist/Admin/admin-identity-access.component.js +13 -65
  32. package/dist/Admin/admin-identity-access.component.js.map +1 -1
  33. package/dist/Admin/admin-monitoring.component.js +13 -65
  34. package/dist/Admin/admin-monitoring.component.js.map +1 -1
  35. package/dist/Admin/base-admin-container.component.d.ts +9 -7
  36. package/dist/Admin/base-admin-container.component.d.ts.map +1 -1
  37. package/dist/Admin/base-admin-container.component.js +26 -17
  38. package/dist/Admin/base-admin-container.component.js.map +1 -1
  39. package/dist/ApplicationRoles/application-roles-resource.component.js +74 -67
  40. package/dist/ApplicationRoles/application-roles-resource.component.js.map +1 -1
  41. package/dist/Communication/communication-new-message-resource.component.d.ts +93 -0
  42. package/dist/Communication/communication-new-message-resource.component.d.ts.map +1 -0
  43. package/dist/Communication/communication-new-message-resource.component.js +661 -0
  44. package/dist/Communication/communication-new-message-resource.component.js.map +1 -0
  45. package/dist/Credentials/components/credentials-categories-resource.component.js +152 -159
  46. package/dist/Credentials/components/credentials-categories-resource.component.js.map +1 -1
  47. package/dist/Credentials/components/credentials-types-resource.component.js +151 -155
  48. package/dist/Credentials/components/credentials-types-resource.component.js.map +1 -1
  49. package/dist/DatabaseDesigner/components/database-designer-dashboard.component.js +20 -21
  50. package/dist/DatabaseDesigner/components/database-designer-dashboard.component.js.map +1 -1
  51. package/dist/DatabaseDesigner/components/entity-list.component.d.ts +2 -0
  52. package/dist/DatabaseDesigner/components/entity-list.component.d.ts.map +1 -1
  53. package/dist/DatabaseDesigner/components/entity-list.component.js +131 -125
  54. package/dist/DatabaseDesigner/components/entity-list.component.js.map +1 -1
  55. package/dist/DatabaseDesigner/database-designer-dashboards.module.d.ts +1 -1
  56. package/dist/DatabaseDesigner/database-designer-dashboards.module.d.ts.map +1 -1
  57. package/dist/DatabaseDesigner/database-designer-dashboards.module.js +7 -1
  58. package/dist/DatabaseDesigner/database-designer-dashboards.module.js.map +1 -1
  59. package/dist/DevTools/app-state-inspector.component.d.ts +5 -0
  60. package/dist/DevTools/app-state-inspector.component.d.ts.map +1 -1
  61. package/dist/DevTools/app-state-inspector.component.js +46 -72
  62. package/dist/DevTools/app-state-inspector.component.js.map +1 -1
  63. package/dist/DevTools/class-registry.component.js +88 -100
  64. package/dist/DevTools/class-registry.component.js.map +1 -1
  65. package/dist/DevTools/event-monitor.component.js +158 -168
  66. package/dist/DevTools/event-monitor.component.js.map +1 -1
  67. package/dist/DevTools/graphql-console.component.js +257 -264
  68. package/dist/DevTools/graphql-console.component.js.map +1 -1
  69. package/dist/DevTools/layout-inspector.component.d.ts +5 -0
  70. package/dist/DevTools/layout-inspector.component.d.ts.map +1 -1
  71. package/dist/DevTools/layout-inspector.component.js +46 -64
  72. package/dist/DevTools/layout-inspector.component.js.map +1 -1
  73. package/dist/DevTools/lazy-module-status.component.js +75 -84
  74. package/dist/DevTools/lazy-module-status.component.js.map +1 -1
  75. package/dist/DevTools/settings-explorer.component.js +76 -85
  76. package/dist/DevTools/settings-explorer.component.js.map +1 -1
  77. package/dist/EntityAdmin/entity-admin-dashboard.component.d.ts +2 -0
  78. package/dist/EntityAdmin/entity-admin-dashboard.component.d.ts.map +1 -1
  79. package/dist/EntityAdmin/entity-admin-dashboard.component.js +7 -3
  80. package/dist/EntityAdmin/entity-admin-dashboard.component.js.map +1 -1
  81. package/dist/Integration/components/activity/activity.component.js +97 -99
  82. package/dist/Integration/components/activity/activity.component.js.map +1 -1
  83. package/dist/Integration/components/connections/connections.component.js +842 -855
  84. package/dist/Integration/components/connections/connections.component.js.map +1 -1
  85. package/dist/Integration/components/pipelines/pipelines.component.js +502 -517
  86. package/dist/Integration/components/pipelines/pipelines.component.js.map +1 -1
  87. package/dist/Integration/components/schedules/schedules.component.js +78 -89
  88. package/dist/Integration/components/schedules/schedules.component.js.map +1 -1
  89. package/dist/KnowledgeHub/components/analytics/analytics-resource.component.d.ts +5 -0
  90. package/dist/KnowledgeHub/components/analytics/analytics-resource.component.d.ts.map +1 -1
  91. package/dist/KnowledgeHub/components/analytics/analytics-resource.component.js +1120 -1128
  92. package/dist/KnowledgeHub/components/analytics/analytics-resource.component.js.map +1 -1
  93. package/dist/KnowledgeHub/components/config/knowledge-config-resource.component.d.ts +11 -0
  94. package/dist/KnowledgeHub/components/config/knowledge-config-resource.component.d.ts.map +1 -1
  95. package/dist/KnowledgeHub/components/config/knowledge-config-resource.component.js +606 -661
  96. package/dist/KnowledgeHub/components/config/knowledge-config-resource.component.js.map +1 -1
  97. package/dist/Lists/components/lists-browse-resource.component.d.ts +102 -0
  98. package/dist/Lists/components/lists-browse-resource.component.d.ts.map +1 -1
  99. package/dist/Lists/components/lists-browse-resource.component.js +1179 -504
  100. package/dist/Lists/components/lists-browse-resource.component.js.map +1 -1
  101. package/dist/Lists/components/lists-operations-resource.component.d.ts +133 -3
  102. package/dist/Lists/components/lists-operations-resource.component.d.ts.map +1 -1
  103. package/dist/Lists/components/lists-operations-resource.component.js +1527 -327
  104. package/dist/Lists/components/lists-operations-resource.component.js.map +1 -1
  105. package/dist/Lists/components/lists-shared-with-me-resource.component.d.ts +29 -0
  106. package/dist/Lists/components/lists-shared-with-me-resource.component.d.ts.map +1 -0
  107. package/dist/Lists/components/lists-shared-with-me-resource.component.js +77 -0
  108. package/dist/Lists/components/lists-shared-with-me-resource.component.js.map +1 -0
  109. package/dist/Lists/components/venn-diagram/venn-diagram.component.d.ts +6 -0
  110. package/dist/Lists/components/venn-diagram/venn-diagram.component.d.ts.map +1 -1
  111. package/dist/Lists/components/venn-diagram/venn-diagram.component.js +35 -7
  112. package/dist/Lists/components/venn-diagram/venn-diagram.component.js.map +1 -1
  113. package/dist/Lists/index.d.ts +1 -0
  114. package/dist/Lists/index.d.ts.map +1 -1
  115. package/dist/Lists/index.js +1 -0
  116. package/dist/Lists/index.js.map +1 -1
  117. package/dist/Lists/services/list-set-operations.service.d.ts +93 -2
  118. package/dist/Lists/services/list-set-operations.service.d.ts.map +1 -1
  119. package/dist/Lists/services/list-set-operations.service.js +236 -10
  120. package/dist/Lists/services/list-set-operations.service.js.map +1 -1
  121. package/dist/MCP/mcp-dashboard.component.js +19 -19
  122. package/dist/MCP/mcp-dashboard.component.js.map +1 -1
  123. package/dist/Scheduling/scheduling-dashboard.component.js +58 -60
  124. package/dist/Scheduling/scheduling-dashboard.component.js.map +1 -1
  125. package/dist/SystemDiagnostics/system-diagnostics.component.d.ts +13 -3
  126. package/dist/SystemDiagnostics/system-diagnostics.component.d.ts.map +1 -1
  127. package/dist/SystemDiagnostics/system-diagnostics.component.js +1007 -1252
  128. package/dist/SystemDiagnostics/system-diagnostics.component.js.map +1 -1
  129. package/dist/Testing/components/testing-explorer.component.d.ts +31 -6
  130. package/dist/Testing/components/testing-explorer.component.d.ts.map +1 -1
  131. package/dist/Testing/components/testing-explorer.component.js +543 -629
  132. package/dist/Testing/components/testing-explorer.component.js.map +1 -1
  133. package/dist/Testing/testing-dashboard.component.js +50 -49
  134. package/dist/Testing/testing-dashboard.component.js.map +1 -1
  135. package/dist/ai-dashboards.module.d.ts +1 -1
  136. package/dist/ai-dashboards.module.d.ts.map +1 -1
  137. package/dist/ai-dashboards.module.js +16 -1
  138. package/dist/ai-dashboards.module.js.map +1 -1
  139. package/dist/communication-dashboards.module.d.ts +9 -7
  140. package/dist/communication-dashboards.module.d.ts.map +1 -1
  141. package/dist/communication-dashboards.module.js +13 -4
  142. package/dist/communication-dashboards.module.js.map +1 -1
  143. package/dist/core-dashboards.module.d.ts +1 -1
  144. package/dist/core-dashboards.module.d.ts.map +1 -1
  145. package/dist/core-dashboards.module.js +16 -1
  146. package/dist/core-dashboards.module.js.map +1 -1
  147. package/dist/lists-dashboards.module.d.ts +10 -9
  148. package/dist/lists-dashboards.module.d.ts.map +1 -1
  149. package/dist/lists-dashboards.module.js +13 -2
  150. package/dist/lists-dashboards.module.js.map +1 -1
  151. package/dist/public-api.d.ts +1 -0
  152. package/dist/public-api.d.ts.map +1 -1
  153. package/dist/public-api.js +1 -0
  154. package/dist/public-api.js.map +1 -1
  155. package/dist/testing-dashboards.module.d.ts +1 -1
  156. package/dist/testing-dashboards.module.d.ts.map +1 -1
  157. package/dist/testing-dashboards.module.js +13 -1
  158. package/dist/testing-dashboards.module.js.map +1 -1
  159. package/package.json +53 -52
@@ -1,6 +1,7 @@
1
1
  import { OnInit, OnDestroy, ChangeDetectorRef } from '@angular/core';
2
2
  import { BaseResourceComponent } from '@memberjunction/ng-shared';
3
3
  import { MJAPIKeyEntity, ResourceData } from '@memberjunction/core-entities';
4
+ import { TabConfig } from '@memberjunction/ng-ui-components';
4
5
  import { Subject } from 'rxjs';
5
6
  import { APIKeyFilter, APIKeyListComponent } from './api-key-list.component';
6
7
  import { APIKeyCreateResult } from './api-key-create-dialog.component';
@@ -43,7 +44,6 @@ export declare class APIKeysResourceComponent extends BaseResourceComponent impl
43
44
  CurrentView: ViewType;
44
45
  ListFilter: APIKeyFilter;
45
46
  MainTab: MainTab;
46
- NavOpen: boolean;
47
47
  ApplicationCount: number;
48
48
  ScopeCount: number;
49
49
  IsLoading: boolean;
@@ -188,17 +188,21 @@ export declare class APIKeysResourceComponent extends BaseResourceComponent impl
188
188
  */
189
189
  onScopeClick(_stat: ScopeStat): void;
190
190
  /**
191
- * Switch to a main tab
191
+ * Switch to a main tab. Resets to the overview view when returning to the
192
+ * Keys tab so the user always lands on the dashboard, not a stale list view.
192
193
  */
193
194
  switchTab(tab: MainTab): void;
194
195
  /**
195
- * Toggle mobile navigation
196
+ * L2 tabs rendered as `<mj-tab-nav>` in the interior chrome's [toolbar] slot.
197
+ * Badges reflect live counts; Usage Analytics has no badge by design.
196
198
  */
197
- toggleNav(): void;
198
- /**
199
- * Close mobile navigation
200
- */
201
- closeNav(): void;
199
+ get tabsConfig(): TabConfig[];
200
+ /** Adapter for `<mj-tab-nav>`'s string-typed `(TabChange)` output. */
201
+ onTabChange(key: string): void;
202
+ /** Title rendered in the interior chrome — varies per tab. */
203
+ get currentTabTitle(): string;
204
+ /** Subtitle rendered in the interior chrome — varies per tab to give context. */
205
+ get currentTabSubtitle(): string;
202
206
  /**
203
207
  * Handle updates from child panels
204
208
  */
@@ -1 +1 @@
1
- {"version":3,"file":"api-keys-resource.component.d.ts","sourceRoot":"","sources":["../../src/APIKeys/api-keys-resource.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,SAAS,EAAa,iBAAiB,EAAE,MAAM,eAAe,CAAC;AAC3F,OAAO,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAGlE,OAAO,EAAE,cAAc,EAAoE,YAAY,EAAE,MAAM,+BAA+B,CAAC;AAE/I,OAAO,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;AAC/B,OAAO,EAAE,YAAY,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAC7E,OAAO,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAC;;AAEvE,iDAAiD;AACjD,KAAK,cAAc,GAAG,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,MAAM,GAAG,UAAU,CAAC;AAE9E,0CAA0C;AAC1C,UAAU,YAAY;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,cAAc,CAAC;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,IAAI,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;CACjB;AAED,qCAAqC;AACrC,UAAU,SAAS;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,MAAM,CAAC;CACrB;AAED,wBAAwB;AACxB,KAAK,QAAQ,GAAG,UAAU,GAAG,MAAM,CAAC;AAEpC,oBAAoB;AACpB,KAAK,OAAO,GAAG,MAAM,GAAG,cAAc,GAAG,QAAQ,GAAG,OAAO,CAAC;AAC5D;;;;;;;GAOG;AACH,qBAOa,wBAAyB,SAAQ,qBAAsB,YAAW,MAAM,EAAE,SAAS;IACtE,gBAAgB,EAAE,mBAAmB,GAAG,SAAS,CAAC;IAExE,UAAmB,QAAQ,gBAAuB;IAClD,OAAO,CAAC,EAAE,CAAsB;IAChC,OAAO,CAAC,GAAG,CAAoB;IAGxB,WAAW,EAAE,QAAQ,CAAc;IACnC,UAAU,EAAE,YAAY,CAAS;IACjC,OAAO,EAAE,OAAO,CAAU;IAC1B,OAAO,UAAS;IAGhB,gBAAgB,SAAK;IACrB,UAAU,SAAK;IAGf,SAAS,UAAQ;IAGjB,SAAS,SAAK;IACd,UAAU,SAAK;IACf,WAAW,SAAK;IAChB,iBAAiB,SAAK;IACtB,WAAW,SAAK;IAChB,aAAa,SAAK;IAGlB,OAAO,EAAE,cAAc,EAAE,CAAM;IAC/B,cAAc,EAAE,YAAY,EAAE,CAAM;IACpC,UAAU,EAAE,SAAS,EAAE,CAAM;IAC7B,WAAW,EAAE,cAAc,EAAE,CAAM;IAGnC,gBAAgB,UAAS;IACzB,aAAa,UAAS;IACtB,aAAa,EAAE,MAAM,GAAG,IAAI,CAAQ;IAG3C,OAAO,CAAC,QAAQ,CAAC,eAAe,CAG9B;IAGF,OAAO,CAAC,iBAAiB,CAAsD;IAGxE,iBAAiB,UAAS;IAC1B,iBAAiB,UAAS;gBAErB,GAAG,EAAE,iBAAiB;IAK5B,QAAQ,IAAI,OAAO,CAAC,IAAI,CAAC;IAK/B,WAAW,IAAI,IAAI;IAMb,sBAAsB,CAAC,KAAK,EAAE,YAAY,GAAG,OAAO,CAAC,MAAM,CAAC;IAI5D,oBAAoB,CAAC,KAAK,EAAE,YAAY,GAAG,OAAO,CAAC,MAAM,CAAC;IAIhE;;OAEG;IACU,QAAQ,IAAI,OAAO,CAAC,IAAI,CAAC;IAqBtC;;;OAGG;IACH,OAAO,CAAC,UAAU;IAMlB;;OAEG;YACW,WAAW;IAYzB;;;OAGG;IACH,OAAO,CAAC,cAAc;IAmCtB;;OAEG;YACW,kBAAkB;IAoDhC;;OAEG;YACW,gBAAgB;IAU9B;;OAEG;IACH,OAAO,CAAC,mBAAmB;IAkC3B;;OAEG;IACU,OAAO,IAAI,OAAO,CAAC,IAAI,CAAC;IAOrC;;OAEG;IACI,YAAY,CAAC,MAAM,GAAE,YAAoB,GAAG,IAAI;IAKvD;;OAEG;IACI,YAAY,IAAI,IAAI;IAI3B;;OAEG;IACI,gBAAgB,IAAI,IAAI;IAI/B;;OAEG;IACU,YAAY,CAAC,MAAM,EAAE,kBAAkB,GAAG,OAAO,CAAC,IAAI,CAAC;IAMpE;;OAEG;IACI,oBAAoB,IAAI,IAAI;IAInC;;OAEG;IACI,aAAa,CAAC,GAAG,EAAE,cAAc,GAAG,IAAI;IAK/C;;OAEG;IACI,aAAa,CAAC,GAAG,EAAE,cAAc,GAAG,IAAI;IAI/C;;OAEG;IACU,YAAY,IAAI,OAAO,CAAC,IAAI,CAAC;IAI1C;;OAEG;IACU,YAAY,IAAI,OAAO,CAAC,IAAI,CAAC;IAI1C;;OAEG;IACI,iBAAiB,IAAI,IAAI;IAKhC;;OAEG;IACI,cAAc,IAAI,MAAM;IAsB/B;;OAEG;IACI,cAAc,IAAI,MAAM;IAQ/B;;OAEG;IACI,cAAc,IAAI,MAAM;IAO/B;;OAEG;IACI,cAAc,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM;IAQ5C;;OAEG;IACI,aAAa,CAAC,MAAM,EAAE,cAAc,GAAG,MAAM;IAWpD;;OAEG;IACI,cAAc,CAAC,MAAM,EAAE,cAAc,GAAG,MAAM;IAWrD;;OAEG;IACI,UAAU,CAAC,IAAI,EAAE,IAAI,GAAG,IAAI,GAAG,MAAM;IAiB5C;;OAEG;IACI,gBAAgB,CAAC,IAAI,EAAE,IAAI,GAAG,IAAI,GAAG,MAAM;IAiBlD;;OAEG;IACI,kBAAkB,CAAC,GAAG,EAAE,cAAc,GAAG,MAAM;IActD;;OAEG;IACI,eAAe,CAAC,QAAQ,EAAE,YAAY,GAAG,IAAI;IAOpD;;OAEG;IACI,YAAY,CAAC,KAAK,EAAE,SAAS,GAAG,IAAI;IAI3C;;OAEG;IACI,SAAS,CAAC,GAAG,EAAE,OAAO,GAAG,IAAI;IAQpC;;OAEG;IACI,SAAS,IAAI,IAAI;IAIxB;;OAEG;IACI,QAAQ,IAAI,IAAI;IAIvB;;OAEG;IACU,aAAa,IAAI,OAAO,CAAC,IAAI,CAAC;yCA7hBlC,wBAAwB;2CAAxB,wBAAwB;CAiiBpC"}
1
+ {"version":3,"file":"api-keys-resource.component.d.ts","sourceRoot":"","sources":["../../src/APIKeys/api-keys-resource.component.ts"],"names":[],"mappings":"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"}