@memberjunction/ng-dashboards 2.121.0 → 2.122.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 (203) hide show
  1. package/dist/AI/components/agents/agent-configuration.component.d.ts +23 -11
  2. package/dist/AI/components/agents/agent-configuration.component.d.ts.map +1 -1
  3. package/dist/AI/components/agents/agent-configuration.component.js +122 -95
  4. package/dist/AI/components/agents/agent-configuration.component.js.map +1 -1
  5. package/dist/AI/components/agents/agent-editor.component.js +88 -90
  6. package/dist/AI/components/agents/agent-editor.component.js.map +1 -1
  7. package/dist/AI/components/agents/agent-filter-panel.component.js +2 -2
  8. package/dist/AI/components/execution-monitoring.component.d.ts +23 -10
  9. package/dist/AI/components/execution-monitoring.component.d.ts.map +1 -1
  10. package/dist/AI/components/execution-monitoring.component.js +143 -124
  11. package/dist/AI/components/execution-monitoring.component.js.map +1 -1
  12. package/dist/AI/components/models/model-management-v2.component.d.ts +17 -13
  13. package/dist/AI/components/models/model-management-v2.component.d.ts.map +1 -1
  14. package/dist/AI/components/models/model-management-v2.component.js +248 -266
  15. package/dist/AI/components/models/model-management-v2.component.js.map +1 -1
  16. package/dist/AI/components/prompts/model-prompt-priority-matrix.component.js +76 -78
  17. package/dist/AI/components/prompts/model-prompt-priority-matrix.component.js.map +1 -1
  18. package/dist/AI/components/prompts/prompt-filter-panel.component.js +2 -2
  19. package/dist/AI/components/prompts/prompt-management-v2.component.d.ts +17 -15
  20. package/dist/AI/components/prompts/prompt-management-v2.component.d.ts.map +1 -1
  21. package/dist/AI/components/prompts/prompt-management-v2.component.js +372 -397
  22. package/dist/AI/components/prompts/prompt-management-v2.component.js.map +1 -1
  23. package/dist/AI/components/prompts/prompt-version-control.component.js +100 -102
  24. package/dist/AI/components/prompts/prompt-version-control.component.js.map +1 -1
  25. package/dist/AI/components/system/system-config-filter-panel.component.js +2 -2
  26. package/dist/AI/components/system/system-configuration.component.d.ts +17 -10
  27. package/dist/AI/components/system/system-configuration.component.d.ts.map +1 -1
  28. package/dist/AI/components/system/system-configuration.component.js +82 -61
  29. package/dist/AI/components/system/system-configuration.component.js.map +1 -1
  30. package/dist/AI/components/widgets/kpi-card.component.d.ts.map +1 -1
  31. package/dist/AI/components/widgets/kpi-card.component.js +11 -7
  32. package/dist/AI/components/widgets/kpi-card.component.js.map +1 -1
  33. package/dist/AI/index.d.ts +4 -0
  34. package/dist/AI/index.d.ts.map +1 -1
  35. package/dist/AI/index.js +6 -1
  36. package/dist/AI/index.js.map +1 -1
  37. package/dist/Actions/components/actions-list-view.component.js +9 -9
  38. package/dist/Actions/components/actions-list-view.component.js.map +1 -1
  39. package/dist/Actions/components/actions-overview.component.d.ts +16 -13
  40. package/dist/Actions/components/actions-overview.component.d.ts.map +1 -1
  41. package/dist/Actions/components/actions-overview.component.js +62 -48
  42. package/dist/Actions/components/actions-overview.component.js.map +1 -1
  43. package/dist/Actions/components/categories-list-view.component.js +9 -9
  44. package/dist/Actions/components/categories-list-view.component.js.map +1 -1
  45. package/dist/Actions/components/code-management.component.d.ts +17 -7
  46. package/dist/Actions/components/code-management.component.d.ts.map +1 -1
  47. package/dist/Actions/components/code-management.component.js +45 -12
  48. package/dist/Actions/components/code-management.component.js.map +1 -1
  49. package/dist/Actions/components/entity-integration.component.d.ts +17 -7
  50. package/dist/Actions/components/entity-integration.component.d.ts.map +1 -1
  51. package/dist/Actions/components/entity-integration.component.js +45 -12
  52. package/dist/Actions/components/entity-integration.component.js.map +1 -1
  53. package/dist/Actions/components/execution-monitoring.component.d.ts +16 -10
  54. package/dist/Actions/components/execution-monitoring.component.d.ts.map +1 -1
  55. package/dist/Actions/components/execution-monitoring.component.js +56 -30
  56. package/dist/Actions/components/execution-monitoring.component.js.map +1 -1
  57. package/dist/Actions/components/scheduled-actions.component.d.ts +17 -7
  58. package/dist/Actions/components/scheduled-actions.component.d.ts.map +1 -1
  59. package/dist/Actions/components/scheduled-actions.component.js +45 -12
  60. package/dist/Actions/components/scheduled-actions.component.js.map +1 -1
  61. package/dist/Actions/components/security-permissions.component.d.ts +17 -7
  62. package/dist/Actions/components/security-permissions.component.d.ts.map +1 -1
  63. package/dist/Actions/components/security-permissions.component.js +45 -12
  64. package/dist/Actions/components/security-permissions.component.js.map +1 -1
  65. package/dist/Actions/index.d.ts +6 -1
  66. package/dist/Actions/index.d.ts.map +1 -1
  67. package/dist/Actions/index.js +9 -1
  68. package/dist/Actions/index.js.map +1 -1
  69. package/dist/ComponentStudio/component-studio-dashboard.component.d.ts +1 -1
  70. package/dist/ComponentStudio/component-studio-dashboard.component.js +8 -8
  71. package/dist/ComponentStudio/component-studio-dashboard.component.js.map +1 -1
  72. package/dist/ComponentStudio/components/artifact-load-dialog.component.js +52 -57
  73. package/dist/ComponentStudio/components/artifact-load-dialog.component.js.map +1 -1
  74. package/dist/ComponentStudio/components/artifact-selection-dialog.component.js +8 -9
  75. package/dist/ComponentStudio/components/artifact-selection-dialog.component.js.map +1 -1
  76. package/dist/DataExplorer/components/navigation-panel/navigation-panel.component.d.ts +107 -0
  77. package/dist/DataExplorer/components/navigation-panel/navigation-panel.component.d.ts.map +1 -0
  78. package/dist/DataExplorer/components/navigation-panel/navigation-panel.component.js +553 -0
  79. package/dist/DataExplorer/components/navigation-panel/navigation-panel.component.js.map +1 -0
  80. package/dist/DataExplorer/components/view-config-panel/view-config-panel.component.d.ts +179 -0
  81. package/dist/DataExplorer/components/view-config-panel/view-config-panel.component.d.ts.map +1 -0
  82. package/dist/DataExplorer/components/view-config-panel/view-config-panel.component.js +814 -0
  83. package/dist/DataExplorer/components/view-config-panel/view-config-panel.component.js.map +1 -0
  84. package/dist/DataExplorer/components/view-selector/view-selector.component.d.ts +151 -0
  85. package/dist/DataExplorer/components/view-selector/view-selector.component.d.ts.map +1 -0
  86. package/dist/DataExplorer/components/view-selector/view-selector.component.js +480 -0
  87. package/dist/DataExplorer/components/view-selector/view-selector.component.js.map +1 -0
  88. package/dist/DataExplorer/data-explorer-dashboard.component.d.ts +439 -0
  89. package/dist/DataExplorer/data-explorer-dashboard.component.d.ts.map +1 -0
  90. package/dist/DataExplorer/data-explorer-dashboard.component.js +2129 -0
  91. package/dist/DataExplorer/data-explorer-dashboard.component.js.map +1 -0
  92. package/dist/DataExplorer/index.d.ts +5 -0
  93. package/dist/DataExplorer/index.d.ts.map +1 -0
  94. package/dist/DataExplorer/index.js +10 -0
  95. package/dist/DataExplorer/index.js.map +1 -0
  96. package/dist/DataExplorer/models/explorer-state.interface.d.ts +183 -0
  97. package/dist/DataExplorer/models/explorer-state.interface.d.ts.map +1 -0
  98. package/dist/DataExplorer/models/explorer-state.interface.js +31 -0
  99. package/dist/DataExplorer/models/explorer-state.interface.js.map +1 -0
  100. package/dist/DataExplorer/services/explorer-state.service.d.ts +232 -0
  101. package/dist/DataExplorer/services/explorer-state.service.d.ts.map +1 -0
  102. package/dist/DataExplorer/services/explorer-state.service.js +912 -0
  103. package/dist/DataExplorer/services/explorer-state.service.js.map +1 -0
  104. package/dist/EntityAdmin/components/entity-details.component.d.ts.map +1 -1
  105. package/dist/EntityAdmin/components/entity-details.component.js +11 -13
  106. package/dist/EntityAdmin/components/entity-details.component.js.map +1 -1
  107. package/dist/EntityAdmin/components/entity-filter-panel.component.js +2 -2
  108. package/dist/EntityAdmin/components/erd-composite.component.js +2 -2
  109. package/dist/EntityAdmin/components/erd-diagram.component.js +2 -2
  110. package/dist/EntityAdmin/entity-admin-dashboard.component.d.ts +1 -1
  111. package/dist/EntityAdmin/entity-admin-dashboard.component.d.ts.map +1 -1
  112. package/dist/EntityAdmin/entity-admin-dashboard.component.js +14 -15
  113. package/dist/EntityAdmin/entity-admin-dashboard.component.js.map +1 -1
  114. package/dist/Home/home-dashboard.component.d.ts +122 -0
  115. package/dist/Home/home-dashboard.component.d.ts.map +1 -0
  116. package/dist/Home/home-dashboard.component.js +698 -0
  117. package/dist/Home/home-dashboard.component.js.map +1 -0
  118. package/dist/Scheduling/components/index.d.ts +11 -0
  119. package/dist/Scheduling/components/index.d.ts.map +1 -0
  120. package/dist/Scheduling/components/index.js +13 -0
  121. package/dist/Scheduling/components/index.js.map +1 -0
  122. package/dist/Scheduling/components/scheduling-health-resource.component.d.ts +20 -0
  123. package/dist/Scheduling/components/scheduling-health-resource.component.d.ts.map +1 -0
  124. package/dist/Scheduling/components/scheduling-health-resource.component.js +55 -0
  125. package/dist/Scheduling/components/scheduling-health-resource.component.js.map +1 -0
  126. package/dist/Scheduling/components/scheduling-health.component.js +7 -8
  127. package/dist/Scheduling/components/scheduling-health.component.js.map +1 -1
  128. package/dist/Scheduling/components/scheduling-history-resource.component.d.ts +20 -0
  129. package/dist/Scheduling/components/scheduling-history-resource.component.d.ts.map +1 -0
  130. package/dist/Scheduling/components/scheduling-history-resource.component.js +55 -0
  131. package/dist/Scheduling/components/scheduling-history-resource.component.js.map +1 -0
  132. package/dist/Scheduling/components/scheduling-history.component.js +7 -8
  133. package/dist/Scheduling/components/scheduling-history.component.js.map +1 -1
  134. package/dist/Scheduling/components/scheduling-jobs-resource.component.d.ts +20 -0
  135. package/dist/Scheduling/components/scheduling-jobs-resource.component.d.ts.map +1 -0
  136. package/dist/Scheduling/components/scheduling-jobs-resource.component.js +55 -0
  137. package/dist/Scheduling/components/scheduling-jobs-resource.component.js.map +1 -0
  138. package/dist/Scheduling/components/scheduling-jobs.component.js +7 -8
  139. package/dist/Scheduling/components/scheduling-jobs.component.js.map +1 -1
  140. package/dist/Scheduling/components/scheduling-monitor-resource.component.d.ts +20 -0
  141. package/dist/Scheduling/components/scheduling-monitor-resource.component.d.ts.map +1 -0
  142. package/dist/Scheduling/components/scheduling-monitor-resource.component.js +55 -0
  143. package/dist/Scheduling/components/scheduling-monitor-resource.component.js.map +1 -0
  144. package/dist/Scheduling/components/scheduling-monitoring.component.js +7 -8
  145. package/dist/Scheduling/components/scheduling-monitoring.component.js.map +1 -1
  146. package/dist/Scheduling/components/scheduling-types-resource.component.d.ts +20 -0
  147. package/dist/Scheduling/components/scheduling-types-resource.component.d.ts.map +1 -0
  148. package/dist/Scheduling/components/scheduling-types-resource.component.js +55 -0
  149. package/dist/Scheduling/components/scheduling-types-resource.component.js.map +1 -0
  150. package/dist/Scheduling/components/scheduling-types.component.js +7 -8
  151. package/dist/Scheduling/components/scheduling-types.component.js.map +1 -1
  152. package/dist/Scheduling/scheduling-dashboard.component.d.ts +1 -1
  153. package/dist/Scheduling/scheduling-dashboard.component.js +3 -3
  154. package/dist/Testing/components/index.d.ts +11 -0
  155. package/dist/Testing/components/index.d.ts.map +1 -0
  156. package/dist/Testing/components/index.js +13 -0
  157. package/dist/Testing/components/index.js.map +1 -0
  158. package/dist/Testing/components/testing-analytics-resource.component.d.ts +20 -0
  159. package/dist/Testing/components/testing-analytics-resource.component.d.ts.map +1 -0
  160. package/dist/Testing/components/testing-analytics-resource.component.js +55 -0
  161. package/dist/Testing/components/testing-analytics-resource.component.js.map +1 -0
  162. package/dist/Testing/components/testing-execution-resource.component.d.ts +20 -0
  163. package/dist/Testing/components/testing-execution-resource.component.d.ts.map +1 -0
  164. package/dist/Testing/components/testing-execution-resource.component.js +55 -0
  165. package/dist/Testing/components/testing-execution-resource.component.js.map +1 -0
  166. package/dist/Testing/components/testing-execution.component.js +3 -3
  167. package/dist/Testing/components/testing-execution.component.js.map +1 -1
  168. package/dist/Testing/components/testing-feedback-resource.component.d.ts +20 -0
  169. package/dist/Testing/components/testing-feedback-resource.component.d.ts.map +1 -0
  170. package/dist/Testing/components/testing-feedback-resource.component.js +55 -0
  171. package/dist/Testing/components/testing-feedback-resource.component.js.map +1 -0
  172. package/dist/Testing/components/testing-overview-resource.component.d.ts +20 -0
  173. package/dist/Testing/components/testing-overview-resource.component.d.ts.map +1 -0
  174. package/dist/Testing/components/testing-overview-resource.component.js +55 -0
  175. package/dist/Testing/components/testing-overview-resource.component.js.map +1 -0
  176. package/dist/Testing/components/testing-version-resource.component.d.ts +20 -0
  177. package/dist/Testing/components/testing-version-resource.component.d.ts.map +1 -0
  178. package/dist/Testing/components/testing-version-resource.component.js +55 -0
  179. package/dist/Testing/components/testing-version-resource.component.js.map +1 -0
  180. package/dist/Testing/testing-dashboard.component.d.ts +1 -1
  181. package/dist/Testing/testing-dashboard.component.js +23 -25
  182. package/dist/Testing/testing-dashboard.component.js.map +1 -1
  183. package/dist/module.d.ts +83 -66
  184. package/dist/module.d.ts.map +1 -1
  185. package/dist/module.js +137 -19
  186. package/dist/module.js.map +1 -1
  187. package/dist/public-api.d.ts +6 -4
  188. package/dist/public-api.d.ts.map +1 -1
  189. package/dist/public-api.js +41 -13
  190. package/dist/public-api.js.map +1 -1
  191. package/package.json +17 -14
  192. package/dist/AI/ai-dashboard.component.d.ts +0 -62
  193. package/dist/AI/ai-dashboard.component.d.ts.map +0 -1
  194. package/dist/AI/ai-dashboard.component.js +0 -338
  195. package/dist/AI/ai-dashboard.component.js.map +0 -1
  196. package/dist/Actions/actions-management-dashboard.component.d.ts +0 -52
  197. package/dist/Actions/actions-management-dashboard.component.d.ts.map +0 -1
  198. package/dist/Actions/actions-management-dashboard.component.js +0 -308
  199. package/dist/Actions/actions-management-dashboard.component.js.map +0 -1
  200. package/dist/generic/base-dashboard.d.ts +0 -65
  201. package/dist/generic/base-dashboard.d.ts.map +0 -1
  202. package/dist/generic/base-dashboard.js +0 -74
  203. package/dist/generic/base-dashboard.js.map +0 -1
@@ -1,9 +1,40 @@
1
- import { Component, Output, EventEmitter } from '@angular/core';
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ import { Component } from '@angular/core';
8
+ import { RegisterClass } from '@memberjunction/global';
9
+ import { BaseResourceComponent } from '@memberjunction/ng-shared';
2
10
  import * as i0 from "@angular/core";
3
- export class CodeManagementComponent {
4
- openEntityRecord = new EventEmitter();
5
- static ɵfac = function CodeManagementComponent_Factory(t) { return new (t || CodeManagementComponent)(); };
6
- static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CodeManagementComponent, selectors: [["mj-code-management"]], outputs: { openEntityRecord: "openEntityRecord" }, decls: 7, vars: 0, consts: [[1, "code-management-placeholder"], [1, "placeholder-content"], [1, "fa-solid", "fa-code"]], template: function CodeManagementComponent_Template(rf, ctx) { if (rf & 1) {
11
+ import * as i1 from "@memberjunction/ng-shared";
12
+ /**
13
+ * Tree-shaking prevention function
14
+ */
15
+ export function LoadActionsCodeResource() {
16
+ // Force inclusion in production builds
17
+ }
18
+ /**
19
+ * Code Management Resource - displays AI code generation workflow
20
+ */
21
+ let CodeManagementComponent = class CodeManagementComponent extends BaseResourceComponent {
22
+ navigationService;
23
+ constructor(navigationService) {
24
+ super();
25
+ this.navigationService = navigationService;
26
+ }
27
+ ngOnInit() {
28
+ this.NotifyLoadComplete();
29
+ }
30
+ async GetResourceDisplayName(data) {
31
+ return 'Code Management';
32
+ }
33
+ async GetResourceIconClass(data) {
34
+ return 'fa-solid fa-code';
35
+ }
36
+ static ɵfac = function CodeManagementComponent_Factory(t) { return new (t || CodeManagementComponent)(i0.ɵɵdirectiveInject(i1.NavigationService)); };
37
+ static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CodeManagementComponent, selectors: [["mj-code-management"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 7, vars: 0, consts: [[1, "code-management-placeholder"], [1, "placeholder-content"], [1, "fa-solid", "fa-code"]], template: function CodeManagementComponent_Template(rf, ctx) { if (rf & 1) {
7
38
  i0.ɵɵelementStart(0, "div", 0)(1, "div", 1);
8
39
  i0.ɵɵelement(2, "i", 2);
9
40
  i0.ɵɵelementStart(3, "h3");
@@ -12,8 +43,12 @@ export class CodeManagementComponent {
12
43
  i0.ɵɵelementStart(5, "p");
13
44
  i0.ɵɵtext(6, "AI code generation approval workflow coming soon...");
14
45
  i0.ɵɵelementEnd()()();
15
- } }, styles: [".code-management-placeholder[_ngcontent-%COMP%] {\n display: flex;\n align-items: center;\n justify-content: center;\n height: 100%;\n \n .placeholder-content {\n text-align: center;\n color: var(--kendo-color-subtle);\n \n i {\n font-size: 3rem;\n margin-bottom: 1rem;\n opacity: 0.5;\n }\n \n h3 {\n margin: 0 0 0.5rem 0;\n font-size: 1.25rem;\n font-weight: 600;\n }\n \n p {\n margin: 0;\n font-size: 0.875rem;\n }\n }\n }"] });
16
- }
46
+ } }, styles: [".code-management-placeholder[_ngcontent-%COMP%] {\n display: flex;\n align-items: center;\n justify-content: center;\n height: 100%;\n\n .placeholder-content {\n text-align: center;\n color: var(--kendo-color-subtle);\n\n i {\n font-size: 3rem;\n margin-bottom: 1rem;\n opacity: 0.5;\n }\n\n h3 {\n margin: 0 0 0.5rem 0;\n font-size: 1.25rem;\n font-weight: 600;\n }\n\n p {\n margin: 0;\n font-size: 0.875rem;\n }\n }\n }"] });
47
+ };
48
+ CodeManagementComponent = __decorate([
49
+ RegisterClass(BaseResourceComponent, 'ActionsCodeResource')
50
+ ], CodeManagementComponent);
51
+ export { CodeManagementComponent };
17
52
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CodeManagementComponent, [{
18
53
  type: Component,
19
54
  args: [{ selector: 'mj-code-management', template: `
@@ -24,9 +59,7 @@ export class CodeManagementComponent {
24
59
  <p>AI code generation approval workflow coming soon...</p>
25
60
  </div>
26
61
  </div>
27
- `, styles: ["\n .code-management-placeholder {\n display: flex;\n align-items: center;\n justify-content: center;\n height: 100%;\n \n .placeholder-content {\n text-align: center;\n color: var(--kendo-color-subtle);\n \n i {\n font-size: 3rem;\n margin-bottom: 1rem;\n opacity: 0.5;\n }\n \n h3 {\n margin: 0 0 0.5rem 0;\n font-size: 1.25rem;\n font-weight: 600;\n }\n \n p {\n margin: 0;\n font-size: 0.875rem;\n }\n }\n }\n "] }]
28
- }], null, { openEntityRecord: [{
29
- type: Output
30
- }] }); })();
31
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CodeManagementComponent, { className: "CodeManagementComponent", filePath: "src/Actions/components/code-management.component.ts", lineNumber: 45 }); })();
62
+ `, styles: ["\n .code-management-placeholder {\n display: flex;\n align-items: center;\n justify-content: center;\n height: 100%;\n\n .placeholder-content {\n text-align: center;\n color: var(--kendo-color-subtle);\n\n i {\n font-size: 3rem;\n margin-bottom: 1rem;\n opacity: 0.5;\n }\n\n h3 {\n margin: 0 0 0.5rem 0;\n font-size: 1.25rem;\n font-weight: 600;\n }\n\n p {\n margin: 0;\n font-size: 0.875rem;\n }\n }\n }\n "] }]
63
+ }], () => [{ type: i1.NavigationService }], null); })();
64
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CodeManagementComponent, { className: "CodeManagementComponent", filePath: "src/Actions/components/code-management.component.ts", lineNumber: 59 }); })();
32
65
  //# sourceMappingURL=code-management.component.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"code-management.component.js","sourceRoot":"","sources":["../../../src/Actions/components/code-management.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;;AA4ChE,MAAM,OAAO,uBAAuB;IACxB,gBAAgB,GAAG,IAAI,YAAY,EAA0C,CAAC;iFAD7E,uBAAuB;6DAAvB,uBAAuB;YAtC9B,AADF,8BAA0C,aACP;YAC/B,uBAAgC;YAChC,0BAAI;YAAA,+BAAe;YAAA,iBAAK;YACxB,yBAAG;YAAA,mEAAmD;YAE1D,AADE,AADwD,iBAAI,EACtD,EACF;;;iFAiCG,uBAAuB;cA1CnC,SAAS;2BACE,oBAAoB,YACpB;;;;;;;;GAQT;gBAiCS,gBAAgB;kBAAzB,MAAM;;kFADI,uBAAuB"}
1
+ {"version":3,"file":"code-management.component.js","sourceRoot":"","sources":["../../../src/Actions/components/code-management.component.ts"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,SAAS,EAAU,MAAM,eAAe,CAAC;AAElD,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACvD,OAAO,EAAE,qBAAqB,EAAqB,MAAM,2BAA2B,CAAC;;;AAErF;;GAEG;AACH,MAAM,UAAU,uBAAuB;IACrC,uCAAuC;AACzC,CAAC;AAED;;GAEG;AA4CI,IAAM,uBAAuB,GAA7B,MAAM,uBAAwB,SAAQ,qBAAqB;IAC5C;IAApB,YAAoB,iBAAoC;QACtD,KAAK,EAAE,CAAC;QADU,sBAAiB,GAAjB,iBAAiB,CAAmB;IAExD,CAAC;IAED,QAAQ;QACN,IAAI,CAAC,kBAAkB,EAAE,CAAC;IAC5B,CAAC;IAED,KAAK,CAAC,sBAAsB,CAAC,IAAkB;QAC7C,OAAO,iBAAiB,CAAC;IAC3B,CAAC;IAED,KAAK,CAAC,oBAAoB,CAAC,IAAkB;QAC3C,OAAO,kBAAkB,CAAC;IAC5B,CAAC;iFAfU,uBAAuB;6DAAvB,uBAAuB;YAtC9B,AADF,8BAA0C,aACP;YAC/B,uBAAgC;YAChC,0BAAI;YAAA,+BAAe;YAAA,iBAAK;YACxB,yBAAG;YAAA,mEAAmD;YAE1D,AADE,AADwD,iBAAI,EACtD,EACF;;;AAiCG,uBAAuB;IA3CnC,aAAa,CAAC,qBAAqB,EAAE,qBAAqB,CAAC;GA2C/C,uBAAuB,CAgBnC;;iFAhBY,uBAAuB;cA1CnC,SAAS;2BACE,oBAAoB,YACpB;;;;;;;;GAQT;;kFAgCU,uBAAuB"}
@@ -1,11 +1,21 @@
1
- import { EventEmitter } from '@angular/core';
1
+ import { OnInit } from '@angular/core';
2
+ import { ResourceData } from '@memberjunction/core-entities';
3
+ import { BaseResourceComponent, NavigationService } from '@memberjunction/ng-shared';
2
4
  import * as i0 from "@angular/core";
3
- export declare class EntityIntegrationComponent {
4
- openEntityRecord: EventEmitter<{
5
- entityName: string;
6
- recordId: string;
7
- }>;
5
+ /**
6
+ * Tree-shaking prevention function
7
+ */
8
+ export declare function LoadActionsEntitiesResource(): void;
9
+ /**
10
+ * Entity Integration Resource - displays entity-action mappings
11
+ */
12
+ export declare class EntityIntegrationComponent extends BaseResourceComponent implements OnInit {
13
+ private navigationService;
14
+ constructor(navigationService: NavigationService);
15
+ ngOnInit(): void;
16
+ GetResourceDisplayName(data: ResourceData): Promise<string>;
17
+ GetResourceIconClass(data: ResourceData): Promise<string>;
8
18
  static ɵfac: i0.ɵɵFactoryDeclaration<EntityIntegrationComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<EntityIntegrationComponent, "mj-entity-integration", never, {}, { "openEntityRecord": "openEntityRecord"; }, never, never, false, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<EntityIntegrationComponent, "mj-entity-integration", never, {}, {}, never, never, false, never>;
10
20
  }
11
21
  //# sourceMappingURL=entity-integration.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"entity-integration.component.d.ts","sourceRoot":"","sources":["../../../src/Actions/components/entity-integration.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqB,YAAY,EAAE,MAAM,eAAe,CAAC;;AAEhE,qBA0Ca,0BAA0B;IAC3B,gBAAgB;oBAAiC,MAAM;kBAAY,MAAM;OAAK;yCAD7E,0BAA0B;2CAA1B,0BAA0B;CAEtC"}
1
+ {"version":3,"file":"entity-integration.component.d.ts","sourceRoot":"","sources":["../../../src/Actions/components/entity-integration.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;AAE7D,OAAO,EAAE,qBAAqB,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;;AAErF;;GAEG;AACH,wBAAgB,2BAA2B,SAE1C;AAED;;GAEG;AACH,qBA2Ca,0BAA2B,SAAQ,qBAAsB,YAAW,MAAM;IACzE,OAAO,CAAC,iBAAiB;gBAAjB,iBAAiB,EAAE,iBAAiB;IAIxD,QAAQ,IAAI,IAAI;IAIV,sBAAsB,CAAC,IAAI,EAAE,YAAY,GAAG,OAAO,CAAC,MAAM,CAAC;IAI3D,oBAAoB,CAAC,IAAI,EAAE,YAAY,GAAG,OAAO,CAAC,MAAM,CAAC;yCAbpD,0BAA0B;2CAA1B,0BAA0B;CAgBtC"}
@@ -1,9 +1,40 @@
1
- import { Component, Output, EventEmitter } from '@angular/core';
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ import { Component } from '@angular/core';
8
+ import { RegisterClass } from '@memberjunction/global';
9
+ import { BaseResourceComponent } from '@memberjunction/ng-shared';
2
10
  import * as i0 from "@angular/core";
3
- export class EntityIntegrationComponent {
4
- openEntityRecord = new EventEmitter();
5
- static ɵfac = function EntityIntegrationComponent_Factory(t) { return new (t || EntityIntegrationComponent)(); };
6
- static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: EntityIntegrationComponent, selectors: [["mj-entity-integration"]], outputs: { openEntityRecord: "openEntityRecord" }, decls: 7, vars: 0, consts: [[1, "entity-integration-placeholder"], [1, "placeholder-content"], [1, "fa-solid", "fa-sitemap"]], template: function EntityIntegrationComponent_Template(rf, ctx) { if (rf & 1) {
11
+ import * as i1 from "@memberjunction/ng-shared";
12
+ /**
13
+ * Tree-shaking prevention function
14
+ */
15
+ export function LoadActionsEntitiesResource() {
16
+ // Force inclusion in production builds
17
+ }
18
+ /**
19
+ * Entity Integration Resource - displays entity-action mappings
20
+ */
21
+ let EntityIntegrationComponent = class EntityIntegrationComponent extends BaseResourceComponent {
22
+ navigationService;
23
+ constructor(navigationService) {
24
+ super();
25
+ this.navigationService = navigationService;
26
+ }
27
+ ngOnInit() {
28
+ this.NotifyLoadComplete();
29
+ }
30
+ async GetResourceDisplayName(data) {
31
+ return 'Entity Integration';
32
+ }
33
+ async GetResourceIconClass(data) {
34
+ return 'fa-solid fa-sitemap';
35
+ }
36
+ static ɵfac = function EntityIntegrationComponent_Factory(t) { return new (t || EntityIntegrationComponent)(i0.ɵɵdirectiveInject(i1.NavigationService)); };
37
+ static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: EntityIntegrationComponent, selectors: [["mj-entity-integration"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 7, vars: 0, consts: [[1, "entity-integration-placeholder"], [1, "placeholder-content"], [1, "fa-solid", "fa-sitemap"]], template: function EntityIntegrationComponent_Template(rf, ctx) { if (rf & 1) {
7
38
  i0.ɵɵelementStart(0, "div", 0)(1, "div", 1);
8
39
  i0.ɵɵelement(2, "i", 2);
9
40
  i0.ɵɵelementStart(3, "h3");
@@ -12,8 +43,12 @@ export class EntityIntegrationComponent {
12
43
  i0.ɵɵelementStart(5, "p");
13
44
  i0.ɵɵtext(6, "Entity-action mapping and relationship management coming soon...");
14
45
  i0.ɵɵelementEnd()()();
15
- } }, styles: [".entity-integration-placeholder[_ngcontent-%COMP%] {\n display: flex;\n align-items: center;\n justify-content: center;\n height: 100%;\n \n .placeholder-content {\n text-align: center;\n color: var(--kendo-color-subtle);\n \n i {\n font-size: 3rem;\n margin-bottom: 1rem;\n opacity: 0.5;\n }\n \n h3 {\n margin: 0 0 0.5rem 0;\n font-size: 1.25rem;\n font-weight: 600;\n }\n \n p {\n margin: 0;\n font-size: 0.875rem;\n }\n }\n }"] });
16
- }
46
+ } }, styles: [".entity-integration-placeholder[_ngcontent-%COMP%] {\n display: flex;\n align-items: center;\n justify-content: center;\n height: 100%;\n\n .placeholder-content {\n text-align: center;\n color: var(--kendo-color-subtle);\n\n i {\n font-size: 3rem;\n margin-bottom: 1rem;\n opacity: 0.5;\n }\n\n h3 {\n margin: 0 0 0.5rem 0;\n font-size: 1.25rem;\n font-weight: 600;\n }\n\n p {\n margin: 0;\n font-size: 0.875rem;\n }\n }\n }"] });
47
+ };
48
+ EntityIntegrationComponent = __decorate([
49
+ RegisterClass(BaseResourceComponent, 'ActionsEntitiesResource')
50
+ ], EntityIntegrationComponent);
51
+ export { EntityIntegrationComponent };
17
52
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EntityIntegrationComponent, [{
18
53
  type: Component,
19
54
  args: [{ selector: 'mj-entity-integration', template: `
@@ -24,9 +59,7 @@ export class EntityIntegrationComponent {
24
59
  <p>Entity-action mapping and relationship management coming soon...</p>
25
60
  </div>
26
61
  </div>
27
- `, styles: ["\n .entity-integration-placeholder {\n display: flex;\n align-items: center;\n justify-content: center;\n height: 100%;\n \n .placeholder-content {\n text-align: center;\n color: var(--kendo-color-subtle);\n \n i {\n font-size: 3rem;\n margin-bottom: 1rem;\n opacity: 0.5;\n }\n \n h3 {\n margin: 0 0 0.5rem 0;\n font-size: 1.25rem;\n font-weight: 600;\n }\n \n p {\n margin: 0;\n font-size: 0.875rem;\n }\n }\n }\n "] }]
28
- }], null, { openEntityRecord: [{
29
- type: Output
30
- }] }); })();
31
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EntityIntegrationComponent, { className: "EntityIntegrationComponent", filePath: "src/Actions/components/entity-integration.component.ts", lineNumber: 45 }); })();
62
+ `, styles: ["\n .entity-integration-placeholder {\n display: flex;\n align-items: center;\n justify-content: center;\n height: 100%;\n\n .placeholder-content {\n text-align: center;\n color: var(--kendo-color-subtle);\n\n i {\n font-size: 3rem;\n margin-bottom: 1rem;\n opacity: 0.5;\n }\n\n h3 {\n margin: 0 0 0.5rem 0;\n font-size: 1.25rem;\n font-weight: 600;\n }\n\n p {\n margin: 0;\n font-size: 0.875rem;\n }\n }\n }\n "] }]
63
+ }], () => [{ type: i1.NavigationService }], null); })();
64
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EntityIntegrationComponent, { className: "EntityIntegrationComponent", filePath: "src/Actions/components/entity-integration.component.ts", lineNumber: 59 }); })();
32
65
  //# sourceMappingURL=entity-integration.component.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"entity-integration.component.js","sourceRoot":"","sources":["../../../src/Actions/components/entity-integration.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;;AA4ChE,MAAM,OAAO,0BAA0B;IAC3B,gBAAgB,GAAG,IAAI,YAAY,EAA0C,CAAC;oFAD7E,0BAA0B;6DAA1B,0BAA0B;YAtCjC,AADF,8BAA6C,aACV;YAC/B,uBAAmC;YACnC,0BAAI;YAAA,kCAAkB;YAAA,iBAAK;YAC3B,yBAAG;YAAA,gFAAgE;YAEvE,AADE,AADqE,iBAAI,EACnE,EACF;;;iFAiCG,0BAA0B;cA1CtC,SAAS;2BACE,uBAAuB,YACvB;;;;;;;;GAQT;gBAiCS,gBAAgB;kBAAzB,MAAM;;kFADI,0BAA0B"}
1
+ {"version":3,"file":"entity-integration.component.js","sourceRoot":"","sources":["../../../src/Actions/components/entity-integration.component.ts"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,SAAS,EAAU,MAAM,eAAe,CAAC;AAElD,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACvD,OAAO,EAAE,qBAAqB,EAAqB,MAAM,2BAA2B,CAAC;;;AAErF;;GAEG;AACH,MAAM,UAAU,2BAA2B;IACzC,uCAAuC;AACzC,CAAC;AAED;;GAEG;AA4CI,IAAM,0BAA0B,GAAhC,MAAM,0BAA2B,SAAQ,qBAAqB;IAC/C;IAApB,YAAoB,iBAAoC;QACtD,KAAK,EAAE,CAAC;QADU,sBAAiB,GAAjB,iBAAiB,CAAmB;IAExD,CAAC;IAED,QAAQ;QACN,IAAI,CAAC,kBAAkB,EAAE,CAAC;IAC5B,CAAC;IAED,KAAK,CAAC,sBAAsB,CAAC,IAAkB;QAC7C,OAAO,oBAAoB,CAAC;IAC9B,CAAC;IAED,KAAK,CAAC,oBAAoB,CAAC,IAAkB;QAC3C,OAAO,qBAAqB,CAAC;IAC/B,CAAC;oFAfU,0BAA0B;6DAA1B,0BAA0B;YAtCjC,AADF,8BAA6C,aACV;YAC/B,uBAAmC;YACnC,0BAAI;YAAA,kCAAkB;YAAA,iBAAK;YAC3B,yBAAG;YAAA,gFAAgE;YAEvE,AADE,AADqE,iBAAI,EACnE,EACF;;;AAiCG,0BAA0B;IA3CtC,aAAa,CAAC,qBAAqB,EAAE,yBAAyB,CAAC;GA2CnD,0BAA0B,CAgBtC;;iFAhBY,0BAA0B;cA1CtC,SAAS;2BACE,uBAAuB,YACvB;;;;;;;;GAQT;;kFAgCU,0BAA0B"}
@@ -1,7 +1,12 @@
1
- import { OnInit, OnDestroy, EventEmitter } from '@angular/core';
2
- import { ActionExecutionLogEntity, ActionEntity } from '@memberjunction/core-entities';
1
+ import { OnInit, OnDestroy } from '@angular/core';
2
+ import { ActionExecutionLogEntity, ActionEntity, ResourceData } from '@memberjunction/core-entities';
3
+ import { BaseResourceComponent, NavigationService } from '@memberjunction/ng-shared';
3
4
  import { BehaviorSubject } from 'rxjs';
4
5
  import * as i0 from "@angular/core";
6
+ /**
7
+ * Tree-shaking prevention function
8
+ */
9
+ export declare function LoadActionsMonitorResource(): void;
5
10
  interface ExecutionMetrics {
6
11
  totalExecutions: number;
7
12
  successfulExecutions: number;
@@ -17,12 +22,11 @@ interface ExecutionTrend {
17
22
  failed: number;
18
23
  total: number;
19
24
  }
20
- export declare class ExecutionMonitoringComponent implements OnInit, OnDestroy {
21
- openEntityRecord: EventEmitter<{
22
- entityName: string;
23
- recordId: string;
24
- }>;
25
- showExecutionsListView: EventEmitter<void>;
25
+ /**
26
+ * Execution Monitoring Resource - displays action execution logs and metrics
27
+ */
28
+ export declare class ExecutionMonitoringComponent extends BaseResourceComponent implements OnInit, OnDestroy {
29
+ private navigationService;
26
30
  isLoading: boolean;
27
31
  executions: ActionExecutionLogEntity[];
28
32
  filteredExecutions: ActionExecutionLogEntity[];
@@ -46,7 +50,7 @@ export declare class ExecutionMonitoringComponent implements OnInit, OnDestroy {
46
50
  value: string;
47
51
  }>;
48
52
  private destroy$;
49
- constructor();
53
+ constructor(navigationService: NavigationService);
50
54
  ngOnInit(): void;
51
55
  ngOnDestroy(): void;
52
56
  private setupFilters;
@@ -74,8 +78,10 @@ export declare class ExecutionMonitoringComponent implements OnInit, OnDestroy {
74
78
  onSuccessRateClick(): void;
75
79
  onFailedExecutionsClick(): void;
76
80
  onRunningExecutionsClick(): void;
81
+ GetResourceDisplayName(data: ResourceData): Promise<string>;
82
+ GetResourceIconClass(data: ResourceData): Promise<string>;
77
83
  static ɵfac: i0.ɵɵFactoryDeclaration<ExecutionMonitoringComponent, never>;
78
- static ɵcmp: i0.ɵɵComponentDeclaration<ExecutionMonitoringComponent, "mj-execution-monitoring", never, {}, { "openEntityRecord": "openEntityRecord"; "showExecutionsListView": "showExecutionsListView"; }, never, never, false, never>;
84
+ static ɵcmp: i0.ɵɵComponentDeclaration<ExecutionMonitoringComponent, "mj-execution-monitoring", never, {}, {}, never, never, false, never>;
79
85
  }
80
86
  export {};
81
87
  //# sourceMappingURL=execution-monitoring.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"execution-monitoring.component.d.ts","sourceRoot":"","sources":["../../../src/Actions/components/execution-monitoring.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,SAAS,EAAU,YAAY,EAAE,MAAM,eAAe,CAAC;AAEnF,OAAO,EAAE,wBAAwB,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;AACvF,OAAO,EAAW,eAAe,EAAiB,MAAM,MAAM,CAAC;;AAG/D,UAAU,gBAAgB;IACxB,eAAe,EAAE,MAAM,CAAC;IACxB,oBAAoB,EAAE,MAAM,CAAC;IAC7B,gBAAgB,EAAE,MAAM,CAAC;IACzB,eAAe,EAAE,MAAM,CAAC;IACxB,eAAe,EAAE,MAAM,CAAC;IACxB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,gBAAgB,EAAE,MAAM,CAAC;CAC1B;AAED,UAAU,cAAc;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;CACf;AAED,qBAKa,4BAA6B,YAAW,MAAM,EAAE,SAAS;IAC1D,gBAAgB;oBAAiC,MAAM;kBAAY,MAAM;OAAK;IAC9E,sBAAsB,qBAA4B;IAErD,SAAS,UAAQ;IACjB,UAAU,EAAE,wBAAwB,EAAE,CAAM;IAC5C,kBAAkB,EAAE,wBAAwB,EAAE,CAAM;IACpD,OAAO,EAAE,GAAG,CAAC,MAAM,EAAE,YAAY,CAAC,CAAa;IAE/C,OAAO,EAAE,gBAAgB,CAQ9B;IAEK,eAAe,EAAE,cAAc,EAAE,CAAM;IAEvC,WAAW,0BAAmC;IAC9C,eAAe,0BAAsC;IACrD,kBAAkB,0BAAwC;IAC1D,eAAe,0BAAsC;IAErD,gBAAgB;;;QAKrB;IAEK,aAAa;;;QAMlB;IAEK,aAAa,EAAE,KAAK,CAAC;QAAC,IAAI,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAC,CAAC,CAExD;IAEF,OAAO,CAAC,QAAQ,CAAuB;;IAIvC,QAAQ,IAAI,IAAI;IAKhB,WAAW,IAAI,IAAI;IAKnB,OAAO,CAAC,YAAY;YAaN,QAAQ;IAsCtB,OAAO,CAAC,kBAAkB;IAO1B,OAAO,CAAC,kBAAkB;IAU1B,OAAO,CAAC,gBAAgB;IAwBxB,OAAO,CAAC,wBAAwB;IAgBhC,OAAO,CAAC,uBAAuB;IAsC/B,OAAO,CAAC,YAAY;IA4CpB,OAAO,CAAC,kBAAkB;IAgBnB,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,IAAI;IAIxC,oBAAoB,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI;IAI1C,iBAAiB,CAAC,SAAS,EAAE,MAAM,GAAG,IAAI;IAI1C,oBAAoB,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI;IAI5C,aAAa,CAAC,SAAS,EAAE,wBAAwB,GAAG,IAAI;IAOxD,UAAU,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI;IAOlC,aAAa,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM;IAIvC,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,GAAG,MAAM;IAWnF,aAAa,CAAC,UAAU,EAAE,MAAM,GAAG,IAAI,GAAG,MAAM;IAWhD,WAAW,CAAC,SAAS,EAAE,wBAAwB,GAAG,MAAM;IAcxD,cAAc,IAAI,MAAM;IAKxB,WAAW,IAAI,IAAI;IAKnB,sBAAsB,IAAI,IAAI;IAI9B,kBAAkB,IAAI,IAAI;IAI1B,uBAAuB,IAAI,IAAI;IAI/B,wBAAwB,IAAI,IAAI;yCArW5B,4BAA4B;2CAA5B,4BAA4B;CAwWxC"}
1
+ {"version":3,"file":"execution-monitoring.component.d.ts","sourceRoot":"","sources":["../../../src/Actions/components/execution-monitoring.component.ts"],"names":[],"mappings":"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"}