@memberjunction/ng-dashboards 2.120.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
package/dist/module.d.ts CHANGED
@@ -4,74 +4,91 @@ import * as i2 from "./EntityAdmin/components/erd-composite.component";
4
4
  import * as i3 from "./EntityAdmin/components/entity-filter-panel.component";
5
5
  import * as i4 from "./EntityAdmin/components/entity-details.component";
6
6
  import * as i5 from "./EntityAdmin/components/erd-diagram.component";
7
- import * as i6 from "./AI/ai-dashboard.component";
8
- import * as i7 from "./AI/components/models/model-management-v2.component";
9
- import * as i8 from "./AI/components/prompts/prompt-management-v2.component";
10
- import * as i9 from "./AI/components/prompts/prompt-filter-panel.component";
11
- import * as i10 from "./AI/components/agents/agent-configuration.component";
12
- import * as i11 from "./AI/components/agents/agent-filter-panel.component";
13
- import * as i12 from "./AI/components/agents/agent-editor.component";
14
- import * as i13 from "./AI/components/execution-monitoring.component";
15
- import * as i14 from "./AI/components/system/system-configuration.component";
16
- import * as i15 from "./AI/components/system/system-config-filter-panel.component";
17
- import * as i16 from "./Actions/actions-management-dashboard.component";
18
- import * as i17 from "./Actions/components/actions-overview.component";
19
- import * as i18 from "./Actions/components/execution-monitoring.component";
20
- import * as i19 from "./Actions/components/scheduled-actions.component";
21
- import * as i20 from "./Actions/components/code-management.component";
22
- import * as i21 from "./Actions/components/entity-integration.component";
23
- import * as i22 from "./Actions/components/security-permissions.component";
24
- import * as i23 from "./Actions/components/actions-list-view.component";
25
- import * as i24 from "./Actions/components/executions-list-view.component";
26
- import * as i25 from "./Actions/components/categories-list-view.component";
27
- import * as i26 from "./AI/components/prompts/model-prompt-priority-matrix.component";
28
- import * as i27 from "./AI/components/prompts/prompt-version-control.component";
29
- import * as i28 from "./AI/components/widgets/kpi-card.component";
30
- import * as i29 from "./AI/components/widgets/live-execution-widget.component";
31
- import * as i30 from "./AI/components/charts/time-series-chart.component";
32
- import * as i31 from "./AI/components/charts/performance-heatmap.component";
33
- import * as i32 from "./ComponentStudio/component-studio-dashboard.component";
34
- import * as i33 from "./ComponentStudio/components/text-import-dialog.component";
35
- import * as i34 from "./ComponentStudio/components/artifact-selection-dialog.component";
36
- import * as i35 from "./ComponentStudio/components/artifact-load-dialog.component";
37
- import * as i36 from "./Scheduling/scheduling-dashboard.component";
38
- import * as i37 from "./Scheduling/components/scheduling-monitoring.component";
39
- import * as i38 from "./Scheduling/components/scheduling-jobs.component";
40
- import * as i39 from "./Scheduling/components/scheduling-history.component";
41
- import * as i40 from "./Scheduling/components/scheduling-types.component";
42
- import * as i41 from "./Scheduling/components/scheduling-health.component";
43
- import * as i42 from "./Testing/testing-dashboard.component";
44
- import * as i43 from "./Testing/components/testing-overview.component";
45
- import * as i44 from "./Testing/components/testing-execution.component";
46
- import * as i45 from "./Testing/components/testing-analytics.component";
47
- import * as i46 from "./Testing/components/testing-version-comparison.component";
48
- import * as i47 from "./Testing/components/testing-feedback.component";
49
- import * as i48 from "./Testing/components/widgets/suite-tree.component";
50
- import * as i49 from "./Testing/components/widgets/oracle-breakdown-table.component";
51
- import * as i50 from "./Testing/components/widgets/test-run-detail-panel.component";
52
- import * as i51 from "@angular/common";
53
- import * as i52 from "@angular/forms";
54
- import * as i53 from "@progress/kendo-angular-indicators";
55
- import * as i54 from "@progress/kendo-angular-dropdowns";
56
- import * as i55 from "@progress/kendo-angular-inputs";
57
- import * as i56 from "@progress/kendo-angular-dateinputs";
58
- import * as i57 from "@progress/kendo-angular-layout";
59
- import * as i58 from "@progress/kendo-angular-dialog";
60
- import * as i59 from "@memberjunction/ng-container-directives";
61
- import * as i60 from "@progress/kendo-angular-navigation";
62
- import * as i61 from "@memberjunction/ng-code-editor";
63
- import * as i62 from "@progress/kendo-angular-treeview";
64
- import * as i63 from "@progress/kendo-angular-buttons";
65
- import * as i64 from "@memberjunction/ng-action-gallery";
66
- import * as i65 from "@memberjunction/ng-ai-test-harness";
67
- import * as i66 from "@memberjunction/ng-core-entity-forms";
68
- import * as i67 from "@progress/kendo-angular-grid";
69
- import * as i68 from "@memberjunction/ng-react";
70
- import * as i69 from "@memberjunction/ng-notifications";
71
- import * as i70 from "@memberjunction/ng-testing";
7
+ import * as i6 from "./AI/components/models/model-management-v2.component";
8
+ import * as i7 from "./AI/components/prompts/prompt-management-v2.component";
9
+ import * as i8 from "./AI/components/prompts/prompt-filter-panel.component";
10
+ import * as i9 from "./AI/components/agents/agent-configuration.component";
11
+ import * as i10 from "./AI/components/agents/agent-filter-panel.component";
12
+ import * as i11 from "./AI/components/agents/agent-editor.component";
13
+ import * as i12 from "./AI/components/execution-monitoring.component";
14
+ import * as i13 from "./AI/components/system/system-configuration.component";
15
+ import * as i14 from "./AI/components/system/system-config-filter-panel.component";
16
+ import * as i15 from "./Actions/components/actions-overview.component";
17
+ import * as i16 from "./Actions/components/execution-monitoring.component";
18
+ import * as i17 from "./Actions/components/scheduled-actions.component";
19
+ import * as i18 from "./Actions/components/code-management.component";
20
+ import * as i19 from "./Actions/components/entity-integration.component";
21
+ import * as i20 from "./Actions/components/security-permissions.component";
22
+ import * as i21 from "./Actions/components/actions-list-view.component";
23
+ import * as i22 from "./Actions/components/executions-list-view.component";
24
+ import * as i23 from "./Actions/components/categories-list-view.component";
25
+ import * as i24 from "./AI/components/prompts/model-prompt-priority-matrix.component";
26
+ import * as i25 from "./AI/components/prompts/prompt-version-control.component";
27
+ import * as i26 from "./AI/components/widgets/kpi-card.component";
28
+ import * as i27 from "./AI/components/widgets/live-execution-widget.component";
29
+ import * as i28 from "./AI/components/charts/time-series-chart.component";
30
+ import * as i29 from "./AI/components/charts/performance-heatmap.component";
31
+ import * as i30 from "./ComponentStudio/component-studio-dashboard.component";
32
+ import * as i31 from "./ComponentStudio/components/text-import-dialog.component";
33
+ import * as i32 from "./ComponentStudio/components/artifact-selection-dialog.component";
34
+ import * as i33 from "./ComponentStudio/components/artifact-load-dialog.component";
35
+ import * as i34 from "./Scheduling/scheduling-dashboard.component";
36
+ import * as i35 from "./Scheduling/components/scheduling-monitoring.component";
37
+ import * as i36 from "./Scheduling/components/scheduling-jobs.component";
38
+ import * as i37 from "./Scheduling/components/scheduling-history.component";
39
+ import * as i38 from "./Scheduling/components/scheduling-types.component";
40
+ import * as i39 from "./Scheduling/components/scheduling-health.component";
41
+ import * as i40 from "./Scheduling/components/scheduling-monitor-resource.component";
42
+ import * as i41 from "./Scheduling/components/scheduling-jobs-resource.component";
43
+ import * as i42 from "./Scheduling/components/scheduling-history-resource.component";
44
+ import * as i43 from "./Scheduling/components/scheduling-types-resource.component";
45
+ import * as i44 from "./Scheduling/components/scheduling-health-resource.component";
46
+ import * as i45 from "./Testing/testing-dashboard.component";
47
+ import * as i46 from "./Testing/components/testing-overview.component";
48
+ import * as i47 from "./Testing/components/testing-execution.component";
49
+ import * as i48 from "./Testing/components/testing-analytics.component";
50
+ import * as i49 from "./Testing/components/testing-version-comparison.component";
51
+ import * as i50 from "./Testing/components/testing-feedback.component";
52
+ import * as i51 from "./Testing/components/testing-overview-resource.component";
53
+ import * as i52 from "./Testing/components/testing-execution-resource.component";
54
+ import * as i53 from "./Testing/components/testing-analytics-resource.component";
55
+ import * as i54 from "./Testing/components/testing-version-resource.component";
56
+ import * as i55 from "./Testing/components/testing-feedback-resource.component";
57
+ import * as i56 from "./Testing/components/widgets/suite-tree.component";
58
+ import * as i57 from "./Testing/components/widgets/oracle-breakdown-table.component";
59
+ import * as i58 from "./Testing/components/widgets/test-run-detail-panel.component";
60
+ import * as i59 from "./DataExplorer/data-explorer-dashboard.component";
61
+ import * as i60 from "./DataExplorer/components/navigation-panel/navigation-panel.component";
62
+ import * as i61 from "./DataExplorer/components/view-selector/view-selector.component";
63
+ import * as i62 from "./DataExplorer/components/view-config-panel/view-config-panel.component";
64
+ import * as i63 from "./Home/home-dashboard.component";
65
+ import * as i64 from "@angular/common";
66
+ import * as i65 from "@angular/forms";
67
+ import * as i66 from "@progress/kendo-angular-indicators";
68
+ import * as i67 from "@progress/kendo-angular-dropdowns";
69
+ import * as i68 from "@progress/kendo-angular-inputs";
70
+ import * as i69 from "@progress/kendo-angular-dateinputs";
71
+ import * as i70 from "@progress/kendo-angular-layout";
72
+ import * as i71 from "@progress/kendo-angular-dialog";
73
+ import * as i72 from "@memberjunction/ng-container-directives";
74
+ import * as i73 from "@progress/kendo-angular-navigation";
75
+ import * as i74 from "@memberjunction/ng-code-editor";
76
+ import * as i75 from "@progress/kendo-angular-treeview";
77
+ import * as i76 from "@progress/kendo-angular-buttons";
78
+ import * as i77 from "@memberjunction/ng-action-gallery";
79
+ import * as i78 from "@memberjunction/ng-ai-test-harness";
80
+ import * as i79 from "@memberjunction/ng-core-entity-forms";
81
+ import * as i80 from "@progress/kendo-angular-grid";
82
+ import * as i81 from "@memberjunction/ng-react";
83
+ import * as i82 from "@memberjunction/ng-notifications";
84
+ import * as i83 from "@memberjunction/ng-testing";
85
+ import * as i84 from "@memberjunction/ng-user-view-grid";
86
+ import * as i85 from "@memberjunction/ng-entity-viewer";
87
+ import * as i86 from "@memberjunction/ng-explorer-settings";
88
+ import * as i87 from "@memberjunction/ng-shared-generic";
72
89
  export declare class DashboardsModule {
73
90
  static ɵfac: i0.ɵɵFactoryDeclaration<DashboardsModule, never>;
74
- static ɵmod: i0.ɵɵNgModuleDeclaration<DashboardsModule, [typeof i1.EntityAdminDashboardComponent, typeof i2.ERDCompositeComponent, typeof i3.EntityFilterPanelComponent, typeof i4.EntityDetailsComponent, typeof i5.ERDDiagramComponent, typeof i6.AIDashboardComponent, typeof i7.ModelManagementV2Component, typeof i8.PromptManagementV2Component, typeof i9.PromptFilterPanelComponent, typeof i10.AgentConfigurationComponent, typeof i11.AgentFilterPanelComponent, typeof i12.AgentEditorComponent, typeof i13.ExecutionMonitoringComponent, typeof i14.SystemConfigurationComponent, typeof i15.SystemConfigFilterPanelComponent, typeof i16.ActionsManagementDashboardComponent, typeof i17.ActionsOverviewComponent, typeof i18.ExecutionMonitoringComponent, typeof i19.ScheduledActionsComponent, typeof i20.CodeManagementComponent, typeof i21.EntityIntegrationComponent, typeof i22.SecurityPermissionsComponent, typeof i23.ActionsListViewComponent, typeof i24.ExecutionsListViewComponent, typeof i25.CategoriesListViewComponent, typeof i26.ModelPromptPriorityMatrixComponent, typeof i27.PromptVersionControlComponent, typeof i28.KPICardComponent, typeof i29.LiveExecutionWidgetComponent, typeof i30.TimeSeriesChartComponent, typeof i31.PerformanceHeatmapComponent, typeof i32.ComponentStudioDashboardComponent, typeof i33.TextImportDialogComponent, typeof i34.ArtifactSelectionDialogComponent, typeof i35.ArtifactLoadDialogComponent, typeof i36.SchedulingDashboardComponent, typeof i37.SchedulingMonitoringComponent, typeof i38.SchedulingJobsComponent, typeof i39.SchedulingHistoryComponent, typeof i40.SchedulingTypesComponent, typeof i41.SchedulingHealthComponent, typeof i42.TestingDashboardComponent, typeof i43.TestingOverviewComponent, typeof i44.TestingExecutionComponent, typeof i45.TestingAnalyticsComponent, typeof i46.TestingVersionComparisonComponent, typeof i47.TestingFeedbackComponent, typeof i48.SuiteTreeComponent, typeof i48.SuiteTreeNodeComponent, typeof i49.OracleBreakdownTableComponent, typeof i50.TestRunDetailPanelComponent], [typeof i51.CommonModule, typeof i52.FormsModule, typeof i53.IndicatorsModule, typeof i54.DropDownsModule, typeof i55.InputsModule, typeof i56.DateInputsModule, typeof i57.LayoutModule, typeof i58.DialogsModule, typeof i58.WindowModule, typeof i59.ContainerDirectivesModule, typeof i60.NavigationModule, typeof i61.CodeEditorModule, typeof i62.TreeViewModule, typeof i63.ButtonsModule, typeof i64.ActionGalleryModule, typeof i65.AITestHarnessModule, typeof i66.MemberJunctionCoreEntityFormsModule, typeof i67.GridModule, typeof i68.MJReactModule, typeof i57.SplitterModule, typeof i57.TabStripModule, typeof i57.PanelBarModule, typeof i69.MJNotificationsModule, typeof i70.TestingModule], [typeof i1.EntityAdminDashboardComponent, typeof i6.AIDashboardComponent, typeof i16.ActionsManagementDashboardComponent, typeof i32.ComponentStudioDashboardComponent, typeof i36.SchedulingDashboardComponent, typeof i42.TestingDashboardComponent]>;
91
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DashboardsModule, [typeof i1.EntityAdminDashboardComponent, typeof i2.ERDCompositeComponent, typeof i3.EntityFilterPanelComponent, typeof i4.EntityDetailsComponent, typeof i5.ERDDiagramComponent, typeof i6.ModelManagementV2Component, typeof i7.PromptManagementV2Component, typeof i8.PromptFilterPanelComponent, typeof i9.AgentConfigurationComponent, typeof i10.AgentFilterPanelComponent, typeof i11.AgentEditorComponent, typeof i12.ExecutionMonitoringComponent, typeof i13.SystemConfigurationComponent, typeof i14.SystemConfigFilterPanelComponent, typeof i15.ActionsOverviewComponent, typeof i16.ExecutionMonitoringComponent, typeof i17.ScheduledActionsComponent, typeof i18.CodeManagementComponent, typeof i19.EntityIntegrationComponent, typeof i20.SecurityPermissionsComponent, typeof i21.ActionsListViewComponent, typeof i22.ExecutionsListViewComponent, typeof i23.CategoriesListViewComponent, typeof i24.ModelPromptPriorityMatrixComponent, typeof i25.PromptVersionControlComponent, typeof i26.KPICardComponent, typeof i27.LiveExecutionWidgetComponent, typeof i28.TimeSeriesChartComponent, typeof i29.PerformanceHeatmapComponent, typeof i30.ComponentStudioDashboardComponent, typeof i31.TextImportDialogComponent, typeof i32.ArtifactSelectionDialogComponent, typeof i33.ArtifactLoadDialogComponent, typeof i34.SchedulingDashboardComponent, typeof i35.SchedulingMonitoringComponent, typeof i36.SchedulingJobsComponent, typeof i37.SchedulingHistoryComponent, typeof i38.SchedulingTypesComponent, typeof i39.SchedulingHealthComponent, typeof i40.SchedulingMonitorResourceComponent, typeof i41.SchedulingJobsResourceComponent, typeof i42.SchedulingHistoryResourceComponent, typeof i43.SchedulingTypesResourceComponent, typeof i44.SchedulingHealthResourceComponent, typeof i45.TestingDashboardComponent, typeof i46.TestingOverviewComponent, typeof i47.TestingExecutionComponent, typeof i48.TestingAnalyticsComponent, typeof i49.TestingVersionComparisonComponent, typeof i50.TestingFeedbackComponent, typeof i51.TestingOverviewResourceComponent, typeof i52.TestingExecutionResourceComponent, typeof i53.TestingAnalyticsResourceComponent, typeof i54.TestingVersionResourceComponent, typeof i55.TestingFeedbackResourceComponent, typeof i56.SuiteTreeComponent, typeof i56.SuiteTreeNodeComponent, typeof i57.OracleBreakdownTableComponent, typeof i58.TestRunDetailPanelComponent, typeof i59.DataExplorerDashboardComponent, typeof i60.NavigationPanelComponent, typeof i61.ViewSelectorComponent, typeof i62.ViewConfigPanelComponent, typeof i63.HomeDashboardComponent], [typeof i64.CommonModule, typeof i65.FormsModule, typeof i66.IndicatorsModule, typeof i67.DropDownsModule, typeof i68.InputsModule, typeof i69.DateInputsModule, typeof i70.LayoutModule, typeof i71.DialogsModule, typeof i71.WindowModule, typeof i72.ContainerDirectivesModule, typeof i73.NavigationModule, typeof i74.CodeEditorModule, typeof i75.TreeViewModule, typeof i76.ButtonsModule, typeof i77.ActionGalleryModule, typeof i78.AITestHarnessModule, typeof i79.MemberJunctionCoreEntityFormsModule, typeof i80.GridModule, typeof i81.MJReactModule, typeof i70.SplitterModule, typeof i70.TabStripModule, typeof i70.PanelBarModule, typeof i82.MJNotificationsModule, typeof i83.TestingModule, typeof i84.UserViewGridModule, typeof i85.EntityViewerModule, typeof i86.ExplorerSettingsModule, typeof i87.SharedGenericModule], [typeof i1.EntityAdminDashboardComponent, typeof i30.ComponentStudioDashboardComponent, typeof i34.SchedulingDashboardComponent, typeof i45.TestingDashboardComponent, typeof i12.ExecutionMonitoringComponent, typeof i7.PromptManagementV2Component, typeof i9.AgentConfigurationComponent, typeof i6.ModelManagementV2Component, typeof i13.SystemConfigurationComponent, typeof i15.ActionsOverviewComponent, typeof i16.ExecutionMonitoringComponent, typeof i17.ScheduledActionsComponent, typeof i18.CodeManagementComponent, typeof i19.EntityIntegrationComponent, typeof i20.SecurityPermissionsComponent, typeof i40.SchedulingMonitorResourceComponent, typeof i41.SchedulingJobsResourceComponent, typeof i42.SchedulingHistoryResourceComponent, typeof i43.SchedulingTypesResourceComponent, typeof i44.SchedulingHealthResourceComponent, typeof i51.TestingOverviewResourceComponent, typeof i52.TestingExecutionResourceComponent, typeof i53.TestingAnalyticsResourceComponent, typeof i54.TestingVersionResourceComponent, typeof i55.TestingFeedbackResourceComponent, typeof i59.DataExplorerDashboardComponent, typeof i63.HomeDashboardComponent]>;
75
92
  static ɵinj: i0.ɵɵInjectorDeclaration<DashboardsModule>;
76
93
  }
77
94
  //# sourceMappingURL=module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../src/module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA+EA,qBAkGa,gBAAgB;yCAAhB,gBAAgB;0CAAhB,gBAAgB;0CAAhB,gBAAgB;CAAI"}
1
+ {"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../src/module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmGA,qBAiJa,gBAAgB;yCAAhB,gBAAgB;0CAAhB,gBAAgB;0CAAhB,gBAAgB;CAAI"}
package/dist/module.js CHANGED
@@ -12,7 +12,6 @@ import { ERDCompositeComponent } from './EntityAdmin/components/erd-composite.co
12
12
  import { EntityFilterPanelComponent } from './EntityAdmin/components/entity-filter-panel.component';
13
13
  import { EntityDetailsComponent } from './EntityAdmin/components/entity-details.component';
14
14
  import { ERDDiagramComponent } from './EntityAdmin/components/erd-diagram.component';
15
- import { AIDashboardComponent } from './AI/ai-dashboard.component';
16
15
  import { ModelManagementV2Component } from './AI/components/models/model-management-v2.component';
17
16
  import { PromptManagementV2Component } from './AI/components/prompts/prompt-management-v2.component';
18
17
  import { PromptFilterPanelComponent } from './AI/components/prompts/prompt-filter-panel.component';
@@ -22,7 +21,6 @@ import { AgentEditorComponent } from './AI/components/agents/agent-editor.compon
22
21
  import { ExecutionMonitoringComponent } from './AI/components/execution-monitoring.component';
23
22
  import { SystemConfigurationComponent } from './AI/components/system/system-configuration.component';
24
23
  import { SystemConfigFilterPanelComponent } from './AI/components/system/system-config-filter-panel.component';
25
- import { ActionsManagementDashboardComponent } from './Actions/actions-management-dashboard.component';
26
24
  import { ActionsOverviewComponent } from './Actions/components/actions-overview.component';
27
25
  import { ExecutionMonitoringComponent as ActionsExecutionMonitoringComponent } from './Actions/components/execution-monitoring.component';
28
26
  import { ScheduledActionsComponent } from './Actions/components/scheduled-actions.component';
@@ -64,6 +62,11 @@ import { SchedulingJobsComponent } from './Scheduling/components/scheduling-jobs
64
62
  import { SchedulingHistoryComponent } from './Scheduling/components/scheduling-history.component';
65
63
  import { SchedulingTypesComponent } from './Scheduling/components/scheduling-types.component';
66
64
  import { SchedulingHealthComponent } from './Scheduling/components/scheduling-health.component';
65
+ import { SchedulingMonitorResourceComponent } from './Scheduling/components/scheduling-monitor-resource.component';
66
+ import { SchedulingJobsResourceComponent } from './Scheduling/components/scheduling-jobs-resource.component';
67
+ import { SchedulingHistoryResourceComponent } from './Scheduling/components/scheduling-history-resource.component';
68
+ import { SchedulingTypesResourceComponent } from './Scheduling/components/scheduling-types-resource.component';
69
+ import { SchedulingHealthResourceComponent } from './Scheduling/components/scheduling-health-resource.component';
67
70
  import { SchedulingInstrumentationService } from './Scheduling/services/scheduling-instrumentation.service';
68
71
  // Testing Dashboard Components
69
72
  import { TestingDashboardComponent } from './Testing/testing-dashboard.component';
@@ -72,11 +75,28 @@ import { TestingExecutionComponent } from './Testing/components/testing-executio
72
75
  import { TestingAnalyticsComponent } from './Testing/components/testing-analytics.component';
73
76
  import { TestingVersionComparisonComponent } from './Testing/components/testing-version-comparison.component';
74
77
  import { TestingFeedbackComponent } from './Testing/components/testing-feedback.component';
78
+ import { TestingOverviewResourceComponent } from './Testing/components/testing-overview-resource.component';
79
+ import { TestingExecutionResourceComponent } from './Testing/components/testing-execution-resource.component';
80
+ import { TestingAnalyticsResourceComponent } from './Testing/components/testing-analytics-resource.component';
81
+ import { TestingVersionResourceComponent } from './Testing/components/testing-version-resource.component';
82
+ import { TestingFeedbackResourceComponent } from './Testing/components/testing-feedback-resource.component';
75
83
  import { SuiteTreeComponent, SuiteTreeNodeComponent } from './Testing/components/widgets/suite-tree.component';
76
84
  import { OracleBreakdownTableComponent } from './Testing/components/widgets/oracle-breakdown-table.component';
77
85
  import { TestRunDetailPanelComponent } from './Testing/components/widgets/test-run-detail-panel.component';
78
86
  import { TestingInstrumentationService } from './Testing/services/testing-instrumentation.service';
79
87
  import { TestingModule } from '@memberjunction/ng-testing';
88
+ import { UserViewGridModule } from '@memberjunction/ng-user-view-grid';
89
+ import { EntityViewerModule } from '@memberjunction/ng-entity-viewer';
90
+ // Data Explorer Dashboard Components
91
+ import { DataExplorerDashboardComponent } from './DataExplorer/data-explorer-dashboard.component';
92
+ import { NavigationPanelComponent as ExplorerNavigationPanelComponent } from './DataExplorer/components/navigation-panel/navigation-panel.component';
93
+ import { ViewSelectorComponent } from './DataExplorer/components/view-selector/view-selector.component';
94
+ import { ViewConfigPanelComponent } from './DataExplorer/components/view-config-panel/view-config-panel.component';
95
+ import { ExplorerStateService } from './DataExplorer/services/explorer-state.service';
96
+ // Home Dashboard Components
97
+ import { HomeDashboardComponent } from './Home/home-dashboard.component';
98
+ import { ExplorerSettingsModule } from '@memberjunction/ng-explorer-settings';
99
+ import { SharedGenericModule } from '@memberjunction/ng-shared-generic';
80
100
  import * as i0 from "@angular/core";
81
101
  export class DashboardsModule {
82
102
  static ɵfac = function DashboardsModule_Factory(t) { return new (t || DashboardsModule)(); };
@@ -84,7 +104,8 @@ export class DashboardsModule {
84
104
  static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
85
105
  AIInstrumentationService,
86
106
  SchedulingInstrumentationService,
87
- TestingInstrumentationService
107
+ TestingInstrumentationService,
108
+ ExplorerStateService
88
109
  ], imports: [CommonModule,
89
110
  FormsModule,
90
111
  IndicatorsModule,
@@ -108,7 +129,11 @@ export class DashboardsModule {
108
129
  TabStripModule,
109
130
  PanelBarModule,
110
131
  MJNotificationsModule,
111
- TestingModule] });
132
+ TestingModule,
133
+ UserViewGridModule,
134
+ EntityViewerModule,
135
+ ExplorerSettingsModule,
136
+ SharedGenericModule] });
112
137
  }
113
138
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DashboardsModule, [{
114
139
  type: NgModule,
@@ -119,7 +144,6 @@ export class DashboardsModule {
119
144
  EntityFilterPanelComponent,
120
145
  EntityDetailsComponent,
121
146
  ERDDiagramComponent,
122
- AIDashboardComponent,
123
147
  ModelManagementV2Component,
124
148
  PromptManagementV2Component,
125
149
  PromptFilterPanelComponent,
@@ -129,7 +153,6 @@ export class DashboardsModule {
129
153
  ExecutionMonitoringComponent,
130
154
  SystemConfigurationComponent,
131
155
  SystemConfigFilterPanelComponent,
132
- ActionsManagementDashboardComponent,
133
156
  ActionsOverviewComponent,
134
157
  ActionsExecutionMonitoringComponent,
135
158
  ScheduledActionsComponent,
@@ -158,6 +181,11 @@ export class DashboardsModule {
158
181
  SchedulingHistoryComponent,
159
182
  SchedulingTypesComponent,
160
183
  SchedulingHealthComponent,
184
+ SchedulingMonitorResourceComponent,
185
+ SchedulingJobsResourceComponent,
186
+ SchedulingHistoryResourceComponent,
187
+ SchedulingTypesResourceComponent,
188
+ SchedulingHealthResourceComponent,
161
189
  // Testing Dashboard Components
162
190
  TestingDashboardComponent,
163
191
  TestingOverviewComponent,
@@ -165,10 +193,22 @@ export class DashboardsModule {
165
193
  TestingAnalyticsComponent,
166
194
  TestingVersionComparisonComponent,
167
195
  TestingFeedbackComponent,
196
+ TestingOverviewResourceComponent,
197
+ TestingExecutionResourceComponent,
198
+ TestingAnalyticsResourceComponent,
199
+ TestingVersionResourceComponent,
200
+ TestingFeedbackResourceComponent,
168
201
  SuiteTreeComponent,
169
202
  SuiteTreeNodeComponent,
170
203
  OracleBreakdownTableComponent,
171
- TestRunDetailPanelComponent
204
+ TestRunDetailPanelComponent,
205
+ // Data Explorer Dashboard Components
206
+ DataExplorerDashboardComponent,
207
+ ExplorerNavigationPanelComponent,
208
+ ViewSelectorComponent,
209
+ ViewConfigPanelComponent,
210
+ // Home Dashboard Components
211
+ HomeDashboardComponent
172
212
  ],
173
213
  imports: [
174
214
  CommonModule,
@@ -194,20 +234,52 @@ export class DashboardsModule {
194
234
  TabStripModule,
195
235
  PanelBarModule,
196
236
  MJNotificationsModule,
197
- TestingModule
237
+ TestingModule,
238
+ UserViewGridModule,
239
+ EntityViewerModule,
240
+ ExplorerSettingsModule,
241
+ SharedGenericModule
198
242
  ],
199
243
  providers: [
200
244
  AIInstrumentationService,
201
245
  SchedulingInstrumentationService,
202
- TestingInstrumentationService
246
+ TestingInstrumentationService,
247
+ ExplorerStateService
203
248
  ],
204
249
  exports: [
205
250
  EntityAdminDashboardComponent,
206
- AIDashboardComponent,
207
- ActionsManagementDashboardComponent,
208
251
  ComponentStudioDashboardComponent,
209
252
  SchedulingDashboardComponent,
210
- TestingDashboardComponent
253
+ TestingDashboardComponent,
254
+ // Export AI components (now BaseResourceComponent-based)
255
+ ExecutionMonitoringComponent,
256
+ PromptManagementV2Component,
257
+ AgentConfigurationComponent,
258
+ ModelManagementV2Component,
259
+ SystemConfigurationComponent,
260
+ // Export Actions components (now BaseResourceComponent-based)
261
+ ActionsOverviewComponent,
262
+ ActionsExecutionMonitoringComponent,
263
+ ScheduledActionsComponent,
264
+ CodeManagementComponent,
265
+ EntityIntegrationComponent,
266
+ SecurityPermissionsComponent,
267
+ // Export Scheduling resource components
268
+ SchedulingMonitorResourceComponent,
269
+ SchedulingJobsResourceComponent,
270
+ SchedulingHistoryResourceComponent,
271
+ SchedulingTypesResourceComponent,
272
+ SchedulingHealthResourceComponent,
273
+ // Export Testing resource components
274
+ TestingOverviewResourceComponent,
275
+ TestingExecutionResourceComponent,
276
+ TestingAnalyticsResourceComponent,
277
+ TestingVersionResourceComponent,
278
+ TestingFeedbackResourceComponent,
279
+ // Export Data Explorer Dashboard
280
+ DataExplorerDashboardComponent,
281
+ // Export Home Dashboard
282
+ HomeDashboardComponent
211
283
  ]
212
284
  }]
213
285
  }], null, null); })();
@@ -216,7 +288,6 @@ export class DashboardsModule {
216
288
  EntityFilterPanelComponent,
217
289
  EntityDetailsComponent,
218
290
  ERDDiagramComponent,
219
- AIDashboardComponent,
220
291
  ModelManagementV2Component,
221
292
  PromptManagementV2Component,
222
293
  PromptFilterPanelComponent,
@@ -226,7 +297,6 @@ export class DashboardsModule {
226
297
  ExecutionMonitoringComponent,
227
298
  SystemConfigurationComponent,
228
299
  SystemConfigFilterPanelComponent,
229
- ActionsManagementDashboardComponent,
230
300
  ActionsOverviewComponent,
231
301
  ActionsExecutionMonitoringComponent,
232
302
  ScheduledActionsComponent,
@@ -255,6 +325,11 @@ export class DashboardsModule {
255
325
  SchedulingHistoryComponent,
256
326
  SchedulingTypesComponent,
257
327
  SchedulingHealthComponent,
328
+ SchedulingMonitorResourceComponent,
329
+ SchedulingJobsResourceComponent,
330
+ SchedulingHistoryResourceComponent,
331
+ SchedulingTypesResourceComponent,
332
+ SchedulingHealthResourceComponent,
258
333
  // Testing Dashboard Components
259
334
  TestingDashboardComponent,
260
335
  TestingOverviewComponent,
@@ -262,10 +337,22 @@ export class DashboardsModule {
262
337
  TestingAnalyticsComponent,
263
338
  TestingVersionComparisonComponent,
264
339
  TestingFeedbackComponent,
340
+ TestingOverviewResourceComponent,
341
+ TestingExecutionResourceComponent,
342
+ TestingAnalyticsResourceComponent,
343
+ TestingVersionResourceComponent,
344
+ TestingFeedbackResourceComponent,
265
345
  SuiteTreeComponent,
266
346
  SuiteTreeNodeComponent,
267
347
  OracleBreakdownTableComponent,
268
- TestRunDetailPanelComponent], imports: [CommonModule,
348
+ TestRunDetailPanelComponent,
349
+ // Data Explorer Dashboard Components
350
+ DataExplorerDashboardComponent,
351
+ ExplorerNavigationPanelComponent,
352
+ ViewSelectorComponent,
353
+ ViewConfigPanelComponent,
354
+ // Home Dashboard Components
355
+ HomeDashboardComponent], imports: [CommonModule,
269
356
  FormsModule,
270
357
  IndicatorsModule,
271
358
  DropDownsModule,
@@ -288,10 +375,41 @@ export class DashboardsModule {
288
375
  TabStripModule,
289
376
  PanelBarModule,
290
377
  MJNotificationsModule,
291
- TestingModule], exports: [EntityAdminDashboardComponent,
292
- AIDashboardComponent,
293
- ActionsManagementDashboardComponent,
378
+ TestingModule,
379
+ UserViewGridModule,
380
+ EntityViewerModule,
381
+ ExplorerSettingsModule,
382
+ SharedGenericModule], exports: [EntityAdminDashboardComponent,
294
383
  ComponentStudioDashboardComponent,
295
384
  SchedulingDashboardComponent,
296
- TestingDashboardComponent] }); })();
385
+ TestingDashboardComponent,
386
+ // Export AI components (now BaseResourceComponent-based)
387
+ ExecutionMonitoringComponent,
388
+ PromptManagementV2Component,
389
+ AgentConfigurationComponent,
390
+ ModelManagementV2Component,
391
+ SystemConfigurationComponent,
392
+ // Export Actions components (now BaseResourceComponent-based)
393
+ ActionsOverviewComponent,
394
+ ActionsExecutionMonitoringComponent,
395
+ ScheduledActionsComponent,
396
+ CodeManagementComponent,
397
+ EntityIntegrationComponent,
398
+ SecurityPermissionsComponent,
399
+ // Export Scheduling resource components
400
+ SchedulingMonitorResourceComponent,
401
+ SchedulingJobsResourceComponent,
402
+ SchedulingHistoryResourceComponent,
403
+ SchedulingTypesResourceComponent,
404
+ SchedulingHealthResourceComponent,
405
+ // Export Testing resource components
406
+ TestingOverviewResourceComponent,
407
+ TestingExecutionResourceComponent,
408
+ TestingAnalyticsResourceComponent,
409
+ TestingVersionResourceComponent,
410
+ TestingFeedbackResourceComponent,
411
+ // Export Data Explorer Dashboard
412
+ DataExplorerDashboardComponent,
413
+ // Export Home Dashboard
414
+ HomeDashboardComponent] }); })();
297
415
  //# sourceMappingURL=module.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"module.js","sourceRoot":"","sources":["../src/module.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"module.js","sourceRoot":"","sources":["../src/module.ts"],"names":[],"mappings":"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"}
@@ -1,10 +1,12 @@
1
- export * from './generic/base-dashboard';
2
1
  export * from './EntityAdmin/entity-admin-dashboard.component';
3
- export * from './AI/ai-dashboard.component';
4
- export * from './Actions';
5
2
  export * from './ComponentStudio';
6
3
  export * from './Scheduling/scheduling-dashboard.component';
7
4
  export * from './Testing/testing-dashboard.component';
8
- export * from './Actions/index';
5
+ export * from './DataExplorer';
6
+ export { ExecutionMonitoringComponent, LoadAIMonitorResource, PromptManagementV2Component, LoadAIPromptsResource, AgentConfigurationComponent, LoadAIAgentsResource, ModelManagementV2Component, LoadAIModelsResource, SystemConfigurationComponent, LoadAIConfigResource, KPICardComponent, LiveExecutionWidgetComponent, TimeSeriesChartComponent, PerformanceHeatmapComponent } from './AI/index';
7
+ export { ActionsOverviewComponent, LoadActionsOverviewResource, LoadActionsMonitorResource, ScheduledActionsComponent, LoadActionsScheduleResource, CodeManagementComponent, LoadActionsCodeResource, EntityIntegrationComponent, LoadActionsEntitiesResource, SecurityPermissionsComponent, LoadActionsSecurityResource } from './Actions';
8
+ export { ExecutionMonitoringComponent as ActionsExecutionMonitoringComponent } from './Actions/components/execution-monitoring.component';
9
+ export { SchedulingMonitorResourceComponent, LoadSchedulingMonitorResource, SchedulingJobsResourceComponent, LoadSchedulingJobsResource, SchedulingHistoryResourceComponent, LoadSchedulingHistoryResource, SchedulingTypesResourceComponent, LoadSchedulingTypesResource, SchedulingHealthResourceComponent, LoadSchedulingHealthResource } from './Scheduling/components';
10
+ export { TestingOverviewResourceComponent, LoadTestingOverviewResource, TestingExecutionResourceComponent, LoadTestingExecutionResource, TestingAnalyticsResourceComponent, LoadTestingAnalyticsResource, TestingVersionResourceComponent, LoadTestingVersionResource, TestingFeedbackResourceComponent, LoadTestingFeedbackResource } from './Testing/components';
9
11
  export * from './module';
10
12
  //# sourceMappingURL=public-api.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"public-api.d.ts","sourceRoot":"","sources":["../src/public-api.ts"],"names":[],"mappings":"AAYA,cAAc,0BAA0B,CAAC;AAGzC,cAAc,gDAAgD,CAAC;AAC/D,cAAc,6BAA6B,CAAC;AAC5C,cAAc,WAAW,CAAC;AAC1B,cAAc,mBAAmB,CAAC;AAClC,cAAc,6CAA6C,CAAC;AAC5D,cAAc,uCAAuC,CAAC;AAEtD,cAAc,iBAAiB,CAAC;AAGhC,cAAc,UAAU,CAAC"}
1
+ {"version":3,"file":"public-api.d.ts","sourceRoot":"","sources":["../src/public-api.ts"],"names":[],"mappings":"AAiCA,cAAc,gDAAgD,CAAC;AAC/D,cAAc,mBAAmB,CAAC;AAClC,cAAc,6CAA6C,CAAC;AAC5D,cAAc,uCAAuC,CAAC;AACtD,cAAc,gBAAgB,CAAC;AAG/B,OAAO,EACL,4BAA4B,EAC5B,qBAAqB,EACrB,2BAA2B,EAC3B,qBAAqB,EACrB,2BAA2B,EAC3B,oBAAoB,EACpB,0BAA0B,EAC1B,oBAAoB,EACpB,4BAA4B,EAC5B,oBAAoB,EACpB,gBAAgB,EAChB,4BAA4B,EAC5B,wBAAwB,EACxB,2BAA2B,EAC5B,MAAM,YAAY,CAAC;AAGpB,OAAO,EACL,wBAAwB,EACxB,2BAA2B,EAC3B,0BAA0B,EAC1B,yBAAyB,EACzB,2BAA2B,EAC3B,uBAAuB,EACvB,uBAAuB,EACvB,0BAA0B,EAC1B,2BAA2B,EAC3B,4BAA4B,EAC5B,2BAA2B,EAC5B,MAAM,WAAW,CAAC;AAGnB,OAAO,EAAE,4BAA4B,IAAI,mCAAmC,EAAE,MAAM,qDAAqD,CAAC;AAG1I,OAAO,EACL,kCAAkC,EAClC,6BAA6B,EAC7B,+BAA+B,EAC/B,0BAA0B,EAC1B,kCAAkC,EAClC,6BAA6B,EAC7B,gCAAgC,EAChC,2BAA2B,EAC3B,iCAAiC,EACjC,4BAA4B,EAC7B,MAAM,yBAAyB,CAAC;AAGjC,OAAO,EACL,gCAAgC,EAChC,2BAA2B,EAC3B,iCAAiC,EACjC,4BAA4B,EAC5B,iCAAiC,EACjC,4BAA4B,EAC5B,+BAA+B,EAC/B,0BAA0B,EAC1B,gCAAgC,EAChC,2BAA2B,EAC5B,MAAM,sBAAsB,CAAC;AAG9B,cAAc,UAAU,CAAC"}
@@ -2,27 +2,55 @@
2
2
  * Public API Surface of dashboards
3
3
  */
4
4
  import { LoadEntityAdminDashboard } from './EntityAdmin/entity-admin-dashboard.component';
5
- import { LoadAIDashboard } from './AI/ai-dashboard.component';
6
- import { LoadActionsManagementDashboard } from './Actions';
7
5
  import { LoadComponentStudioDashboard } from './ComponentStudio/component-studio-dashboard.component';
8
6
  import { LoadSchedulingDashboard } from './Scheduling/scheduling-dashboard.component';
9
7
  import { LoadTestingDashboard } from './Testing/testing-dashboard.component';
10
- // Base Dashboard
11
- export * from './generic/base-dashboard';
8
+ import { LoadDataExplorerDashboard } from './DataExplorer/data-explorer-dashboard.component';
9
+ import { LoadActionsOverviewResource, LoadActionsMonitorResource, LoadActionsScheduleResource, LoadActionsCodeResource, LoadActionsEntitiesResource, LoadActionsSecurityResource } from './Actions';
10
+ import { LoadTestingOverviewResource, LoadTestingExecutionResource, LoadTestingAnalyticsResource, LoadTestingVersionResource, LoadTestingFeedbackResource } from './Testing/components';
11
+ import { LoadSchedulingMonitorResource, LoadSchedulingJobsResource, LoadSchedulingHistoryResource, LoadSchedulingTypesResource, LoadSchedulingHealthResource } from './Scheduling/components';
12
12
  // Dashboards
13
13
  export * from './EntityAdmin/entity-admin-dashboard.component';
14
- export * from './AI/ai-dashboard.component';
15
- export * from './Actions';
16
14
  export * from './ComponentStudio';
17
15
  export * from './Scheduling/scheduling-dashboard.component';
18
16
  export * from './Testing/testing-dashboard.component';
19
- export * from './Actions/index';
17
+ export * from './DataExplorer';
18
+ // Export AI components as resources (BaseResourceComponent-based)
19
+ export { ExecutionMonitoringComponent, LoadAIMonitorResource, PromptManagementV2Component, LoadAIPromptsResource, AgentConfigurationComponent, LoadAIAgentsResource, ModelManagementV2Component, LoadAIModelsResource, SystemConfigurationComponent, LoadAIConfigResource, KPICardComponent, LiveExecutionWidgetComponent, TimeSeriesChartComponent, PerformanceHeatmapComponent } from './AI/index';
20
+ // Export Actions components as resources (BaseResourceComponent-based)
21
+ export { ActionsOverviewComponent, LoadActionsOverviewResource, LoadActionsMonitorResource, ScheduledActionsComponent, LoadActionsScheduleResource, CodeManagementComponent, LoadActionsCodeResource, EntityIntegrationComponent, LoadActionsEntitiesResource, SecurityPermissionsComponent, LoadActionsSecurityResource } from './Actions';
22
+ // Re-export Actions ExecutionMonitoringComponent with alias to avoid conflict with AI version
23
+ export { ExecutionMonitoringComponent as ActionsExecutionMonitoringComponent } from './Actions/components/execution-monitoring.component';
24
+ // Export Scheduling components as resources (BaseResourceComponent-based)
25
+ export { SchedulingMonitorResourceComponent, LoadSchedulingMonitorResource, SchedulingJobsResourceComponent, LoadSchedulingJobsResource, SchedulingHistoryResourceComponent, LoadSchedulingHistoryResource, SchedulingTypesResourceComponent, LoadSchedulingTypesResource, SchedulingHealthResourceComponent, LoadSchedulingHealthResource } from './Scheduling/components';
26
+ // Export Testing components as resources (BaseResourceComponent-based)
27
+ export { TestingOverviewResourceComponent, LoadTestingOverviewResource, TestingExecutionResourceComponent, LoadTestingExecutionResource, TestingAnalyticsResourceComponent, LoadTestingAnalyticsResource, TestingVersionResourceComponent, LoadTestingVersionResource, TestingFeedbackResourceComponent, LoadTestingFeedbackResource } from './Testing/components';
20
28
  // Module
21
29
  export * from './module';
22
- LoadEntityAdminDashboard(); // call tree shaking function to prevent tree shaking
23
- LoadAIDashboard(); // call tree shaking function to prevent tree shaking
24
- LoadActionsManagementDashboard(); // call tree shaking function to prevent tree shaking
25
- LoadComponentStudioDashboard(); // call tree shaking function to prevent tree shaking
26
- LoadSchedulingDashboard(); // call tree shaking function to prevent tree shaking
27
- LoadTestingDashboard(); // call tree shaking function to prevent tree shaking
30
+ // Call tree shaking functions to prevent tree shaking
31
+ LoadEntityAdminDashboard();
32
+ LoadComponentStudioDashboard();
33
+ LoadSchedulingDashboard();
34
+ LoadTestingDashboard();
35
+ // Actions resource loaders
36
+ LoadActionsOverviewResource();
37
+ LoadActionsMonitorResource();
38
+ LoadActionsScheduleResource();
39
+ LoadActionsCodeResource();
40
+ LoadActionsEntitiesResource();
41
+ LoadActionsSecurityResource();
42
+ // Scheduling resource loaders
43
+ LoadSchedulingMonitorResource();
44
+ LoadSchedulingJobsResource();
45
+ LoadSchedulingHistoryResource();
46
+ LoadSchedulingTypesResource();
47
+ LoadSchedulingHealthResource();
48
+ // Testing resource loaders
49
+ LoadTestingOverviewResource();
50
+ LoadTestingExecutionResource();
51
+ LoadTestingAnalyticsResource();
52
+ LoadTestingVersionResource();
53
+ LoadTestingFeedbackResource();
54
+ // Data Explorer Dashboard loader
55
+ LoadDataExplorerDashboard();
28
56
  //# sourceMappingURL=public-api.js.map