@memberjunction/ng-dashboards 4.0.0 → 4.1.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 (242) hide show
  1. package/README.md +102 -339
  2. package/dist/AI/components/agents/agent-configuration.component.js +1 -1
  3. package/dist/AI/components/agents/agent-editor.component.js +1 -1
  4. package/dist/AI/components/agents/agent-filter-panel.component.js +1 -1
  5. package/dist/AI/components/charts/performance-heatmap.component.js +1 -1
  6. package/dist/AI/components/charts/time-series-chart.component.js +1 -1
  7. package/dist/AI/components/execution-monitoring.component.js +1 -1
  8. package/dist/AI/components/models/model-management.component.js +1 -1
  9. package/dist/AI/components/prompts/model-prompt-priority-matrix.component.js +1 -1
  10. package/dist/AI/components/prompts/prompt-filter-panel.component.js +1 -1
  11. package/dist/AI/components/prompts/prompt-management.component.js +1 -1
  12. package/dist/AI/components/prompts/prompt-version-control.component.js +1 -1
  13. package/dist/AI/components/system/system-config-filter-panel.component.js +1 -1
  14. package/dist/AI/components/system/system-configuration.component.js +1 -1
  15. package/dist/AI/components/widgets/kpi-card.component.js +1 -1
  16. package/dist/AI/components/widgets/live-execution-widget.component.js +1 -1
  17. package/dist/APIKeys/api-applications-panel.component.js +1 -1
  18. package/dist/APIKeys/api-key-create-dialog.component.js +1 -1
  19. package/dist/APIKeys/api-key-edit-panel.component.js +1 -1
  20. package/dist/APIKeys/api-key-list.component.js +1 -1
  21. package/dist/APIKeys/api-keys-resource.component.js +1 -1
  22. package/dist/APIKeys/api-scopes-panel.component.js +1 -1
  23. package/dist/APIKeys/api-usage-panel.component.js +1 -1
  24. package/dist/Actions/components/actions-list-view.component.js +1 -1
  25. package/dist/Actions/components/actions-overview.component.js +1 -1
  26. package/dist/Actions/components/categories-list-view.component.js +1 -1
  27. package/dist/Actions/components/code-management.component.js +1 -1
  28. package/dist/Actions/components/entity-integration.component.js +1 -1
  29. package/dist/Actions/components/execution-monitoring.component.js +1 -1
  30. package/dist/Actions/components/executions-list-view.component.js +1 -1
  31. package/dist/Actions/components/explorer/action-breadcrumb.component.js +1 -1
  32. package/dist/Actions/components/explorer/action-card.component.js +1 -1
  33. package/dist/Actions/components/explorer/action-explorer.component.js +1 -1
  34. package/dist/Actions/components/explorer/action-list-item.component.js +1 -1
  35. package/dist/Actions/components/explorer/action-toolbar.component.js +1 -1
  36. package/dist/Actions/components/explorer/action-tree-panel.component.js +1 -1
  37. package/dist/Actions/components/explorer/new-action-panel.component.js +1 -1
  38. package/dist/Actions/components/explorer/new-category-panel.component.js +1 -1
  39. package/dist/Actions/components/scheduled-actions.component.js +1 -1
  40. package/dist/Actions/components/security-permissions.component.js +1 -1
  41. package/dist/Communication/communication-dashboard.component.js +1 -1
  42. package/dist/Communication/communication-logs-resource.component.js +1 -1
  43. package/dist/Communication/communication-monitor-resource.component.js +1 -1
  44. package/dist/Communication/communication-providers-resource.component.js +1 -1
  45. package/dist/Communication/communication-runs-resource.component.js +1 -1
  46. package/dist/Communication/communication-templates-resource.component.js +1 -1
  47. package/dist/ComponentStudio/component-studio-dashboard.component.js +1 -1
  48. package/dist/ComponentStudio/components/ai-assistant/ai-assistant-panel.component.js +1 -1
  49. package/dist/ComponentStudio/components/artifact-load-dialog.component.js +1 -1
  50. package/dist/ComponentStudio/components/artifact-selection-dialog.component.js +1 -1
  51. package/dist/ComponentStudio/components/browser/component-browser.component.js +1 -1
  52. package/dist/ComponentStudio/components/editors/code-editor-panel.component.js +1 -1
  53. package/dist/ComponentStudio/components/editors/data-requirements-editor.component.js +1 -1
  54. package/dist/ComponentStudio/components/editors/requirements-editor.component.js +1 -1
  55. package/dist/ComponentStudio/components/editors/spec-editor.component.js +1 -1
  56. package/dist/ComponentStudio/components/new-component-dialog/new-component-dialog.component.js +1 -1
  57. package/dist/ComponentStudio/components/save-version-dialog/save-version-dialog.component.js +1 -1
  58. package/dist/ComponentStudio/components/text-import-dialog.component.js +1 -1
  59. package/dist/ComponentStudio/components/workspace/component-preview.component.js +1 -1
  60. package/dist/ComponentStudio/components/workspace/editor-tabs.component.js +1 -1
  61. package/dist/Credentials/components/credentials-audit-resource.component.js +1 -1
  62. package/dist/Credentials/components/credentials-categories-resource.component.js +1 -1
  63. package/dist/Credentials/components/credentials-list-resource.component.js +1 -1
  64. package/dist/Credentials/components/credentials-overview-resource.component.js +1 -1
  65. package/dist/Credentials/components/credentials-types-resource.component.js +1 -1
  66. package/dist/Credentials/credentials-dashboard.component.js +1 -1
  67. package/dist/DashboardBrowser/dashboard-browser-resource.component.js +1 -1
  68. package/dist/DashboardBrowser/dashboard-share-dialog.component.js +1 -1
  69. package/dist/DataExplorer/components/filter-dialog/filter-dialog.component.js +1 -1
  70. package/dist/DataExplorer/components/navigation-panel/navigation-panel.component.js +1 -1
  71. package/dist/DataExplorer/components/view-selector/view-selector.component.js +1 -1
  72. package/dist/DataExplorer/data-explorer-dashboard.component.d.ts +2 -0
  73. package/dist/DataExplorer/data-explorer-dashboard.component.d.ts.map +1 -1
  74. package/dist/DataExplorer/data-explorer-dashboard.component.js +35 -11
  75. package/dist/DataExplorer/data-explorer-dashboard.component.js.map +1 -1
  76. package/dist/DataExplorer/data-explorer-resource.component.js +1 -1
  77. package/dist/EntityAdmin/entity-admin-dashboard.component.js +1 -1
  78. package/dist/Home/home-application.d.ts +109 -22
  79. package/dist/Home/home-application.d.ts.map +1 -1
  80. package/dist/Home/home-application.js +351 -66
  81. package/dist/Home/home-application.js.map +1 -1
  82. package/dist/Home/home-dashboard.component.d.ts +48 -8
  83. package/dist/Home/home-dashboard.component.d.ts.map +1 -1
  84. package/dist/Home/home-dashboard.component.js +140 -62
  85. package/dist/Home/home-dashboard.component.js.map +1 -1
  86. package/dist/Lists/components/lists-browse-resource.component.js +1 -1
  87. package/dist/Lists/components/lists-categories-resource.component.js +1 -1
  88. package/dist/Lists/components/lists-my-lists-resource.component.js +1 -1
  89. package/dist/Lists/components/lists-operations-resource.component.js +1 -1
  90. package/dist/Lists/components/venn-diagram/venn-diagram.component.js +1 -1
  91. package/dist/MCP/components/mcp-connection-dialog.component.js +1 -1
  92. package/dist/MCP/components/mcp-log-detail-panel.component.js +1 -1
  93. package/dist/MCP/components/mcp-server-dialog.component.js +1 -1
  94. package/dist/MCP/components/mcp-test-tool-dialog.component.js +1 -1
  95. package/dist/MCP/mcp-dashboard.component.js +1 -1
  96. package/dist/MCP/mcp-filter-panel.component.js +1 -1
  97. package/dist/MCP/mcp-resource.component.js +1 -1
  98. package/dist/QueryBrowser/query-browser-resource.component.js +1 -1
  99. package/dist/Scheduling/components/job-slideout.component.js +1 -1
  100. package/dist/Scheduling/components/scheduling-activity-resource.component.js +1 -1
  101. package/dist/Scheduling/components/scheduling-activity.component.js +1 -1
  102. package/dist/Scheduling/components/scheduling-jobs-resource.component.js +1 -1
  103. package/dist/Scheduling/components/scheduling-jobs.component.js +1 -1
  104. package/dist/Scheduling/components/scheduling-overview-resource.component.js +1 -1
  105. package/dist/Scheduling/components/scheduling-overview.component.js +1 -1
  106. package/dist/Scheduling/scheduling-dashboard.component.js +1 -1
  107. package/dist/SystemDiagnostics/system-diagnostics.component.js +1 -1
  108. package/dist/Testing/components/testing-analytics-resource.component.js +1 -1
  109. package/dist/Testing/components/testing-analytics.component.js +1 -1
  110. package/dist/Testing/components/testing-dashboard-tab-resource.component.js +1 -1
  111. package/dist/Testing/components/testing-dashboard-tab.component.js +1 -1
  112. package/dist/Testing/components/testing-explorer-resource.component.js +1 -1
  113. package/dist/Testing/components/testing-explorer.component.js +1 -1
  114. package/dist/Testing/components/testing-review-resource.component.js +1 -1
  115. package/dist/Testing/components/testing-review.component.js +1 -1
  116. package/dist/Testing/components/testing-runs-resource.component.js +1 -1
  117. package/dist/Testing/components/testing-runs.component.js +1 -1
  118. package/dist/Testing/components/widgets/oracle-breakdown-table.component.js +1 -1
  119. package/dist/Testing/components/widgets/suite-tree.component.js +2 -2
  120. package/dist/Testing/components/widgets/test-run-detail-panel.component.js +1 -1
  121. package/dist/Testing/testing-dashboard.component.js +1 -1
  122. package/dist/VersionHistory/components/diff-resource.component.js +1 -1
  123. package/dist/VersionHistory/components/graph-resource.component.js +1 -1
  124. package/dist/VersionHistory/components/labels-resource.component.js +1 -1
  125. package/dist/VersionHistory/components/restore-resource.component.js +1 -1
  126. package/package.json +38 -38
  127. package/dist/AI/ai-dashboard.component.d.ts +0 -62
  128. package/dist/AI/ai-dashboard.component.d.ts.map +0 -1
  129. package/dist/AI/ai-dashboard.component.js +0 -338
  130. package/dist/AI/ai-dashboard.component.js.map +0 -1
  131. package/dist/AI/components/models/model-management-v2.component.d.ts +0 -96
  132. package/dist/AI/components/models/model-management-v2.component.d.ts.map +0 -1
  133. package/dist/AI/components/models/model-management-v2.component.js +0 -981
  134. package/dist/AI/components/models/model-management-v2.component.js.map +0 -1
  135. package/dist/AI/components/prompts/prompt-management-v2.component.d.ts +0 -97
  136. package/dist/AI/components/prompts/prompt-management-v2.component.d.ts.map +0 -1
  137. package/dist/AI/components/prompts/prompt-management-v2.component.js +0 -811
  138. package/dist/AI/components/prompts/prompt-management-v2.component.js.map +0 -1
  139. package/dist/Actions/actions-management-dashboard.component.d.ts +0 -52
  140. package/dist/Actions/actions-management-dashboard.component.d.ts.map +0 -1
  141. package/dist/Actions/actions-management-dashboard.component.js +0 -308
  142. package/dist/Actions/actions-management-dashboard.component.js.map +0 -1
  143. package/dist/Credentials/components/credential-category-edit-panel.component.d.ts +0 -44
  144. package/dist/Credentials/components/credential-category-edit-panel.component.d.ts.map +0 -1
  145. package/dist/Credentials/components/credential-category-edit-panel.component.js +0 -456
  146. package/dist/Credentials/components/credential-category-edit-panel.component.js.map +0 -1
  147. package/dist/Credentials/components/credential-edit-panel.component.d.ts +0 -70
  148. package/dist/Credentials/components/credential-edit-panel.component.d.ts.map +0 -1
  149. package/dist/Credentials/components/credential-edit-panel.component.js +0 -694
  150. package/dist/Credentials/components/credential-edit-panel.component.js.map +0 -1
  151. package/dist/Credentials/components/credential-type-edit-panel.component.d.ts +0 -56
  152. package/dist/Credentials/components/credential-type-edit-panel.component.d.ts.map +0 -1
  153. package/dist/Credentials/components/credential-type-edit-panel.component.js +0 -563
  154. package/dist/Credentials/components/credential-type-edit-panel.component.js.map +0 -1
  155. package/dist/DataExplorer/components/view-config-panel/view-config-panel.component.d.ts +0 -245
  156. package/dist/DataExplorer/components/view-config-panel/view-config-panel.component.d.ts.map +0 -1
  157. package/dist/DataExplorer/components/view-config-panel/view-config-panel.component.js +0 -1143
  158. package/dist/DataExplorer/components/view-config-panel/view-config-panel.component.js.map +0 -1
  159. package/dist/EntityAdmin/components/entity-details.component.d.ts +0 -50
  160. package/dist/EntityAdmin/components/entity-details.component.d.ts.map +0 -1
  161. package/dist/EntityAdmin/components/entity-details.component.js +0 -680
  162. package/dist/EntityAdmin/components/entity-details.component.js.map +0 -1
  163. package/dist/EntityAdmin/components/entity-filter-panel.component.d.ts +0 -31
  164. package/dist/EntityAdmin/components/entity-filter-panel.component.d.ts.map +0 -1
  165. package/dist/EntityAdmin/components/entity-filter-panel.component.js +0 -160
  166. package/dist/EntityAdmin/components/entity-filter-panel.component.js.map +0 -1
  167. package/dist/EntityAdmin/components/erd-composite.component.d.ts +0 -73
  168. package/dist/EntityAdmin/components/erd-composite.component.d.ts.map +0 -1
  169. package/dist/EntityAdmin/components/erd-composite.component.js +0 -271
  170. package/dist/EntityAdmin/components/erd-composite.component.js.map +0 -1
  171. package/dist/EntityAdmin/components/erd-diagram.component.d.ts +0 -47
  172. package/dist/EntityAdmin/components/erd-diagram.component.d.ts.map +0 -1
  173. package/dist/EntityAdmin/components/erd-diagram.component.js +0 -618
  174. package/dist/EntityAdmin/components/erd-diagram.component.js.map +0 -1
  175. package/dist/Scheduling/components/scheduling-health-resource.component.d.ts +0 -20
  176. package/dist/Scheduling/components/scheduling-health-resource.component.d.ts.map +0 -1
  177. package/dist/Scheduling/components/scheduling-health-resource.component.js +0 -55
  178. package/dist/Scheduling/components/scheduling-health-resource.component.js.map +0 -1
  179. package/dist/Scheduling/components/scheduling-health.component.d.ts +0 -30
  180. package/dist/Scheduling/components/scheduling-health.component.d.ts.map +0 -1
  181. package/dist/Scheduling/components/scheduling-health.component.js +0 -315
  182. package/dist/Scheduling/components/scheduling-health.component.js.map +0 -1
  183. package/dist/Scheduling/components/scheduling-history-resource.component.d.ts +0 -20
  184. package/dist/Scheduling/components/scheduling-history-resource.component.d.ts.map +0 -1
  185. package/dist/Scheduling/components/scheduling-history-resource.component.js +0 -55
  186. package/dist/Scheduling/components/scheduling-history-resource.component.js.map +0 -1
  187. package/dist/Scheduling/components/scheduling-history.component.d.ts +0 -48
  188. package/dist/Scheduling/components/scheduling-history.component.d.ts.map +0 -1
  189. package/dist/Scheduling/components/scheduling-history.component.js +0 -377
  190. package/dist/Scheduling/components/scheduling-history.component.js.map +0 -1
  191. package/dist/Scheduling/components/scheduling-monitor-resource.component.d.ts +0 -20
  192. package/dist/Scheduling/components/scheduling-monitor-resource.component.d.ts.map +0 -1
  193. package/dist/Scheduling/components/scheduling-monitor-resource.component.js +0 -55
  194. package/dist/Scheduling/components/scheduling-monitor-resource.component.js.map +0 -1
  195. package/dist/Scheduling/components/scheduling-monitoring.component.d.ts +0 -37
  196. package/dist/Scheduling/components/scheduling-monitoring.component.d.ts.map +0 -1
  197. package/dist/Scheduling/components/scheduling-monitoring.component.js +0 -488
  198. package/dist/Scheduling/components/scheduling-monitoring.component.js.map +0 -1
  199. package/dist/Scheduling/components/scheduling-types-resource.component.d.ts +0 -20
  200. package/dist/Scheduling/components/scheduling-types-resource.component.d.ts.map +0 -1
  201. package/dist/Scheduling/components/scheduling-types-resource.component.js +0 -55
  202. package/dist/Scheduling/components/scheduling-types-resource.component.js.map +0 -1
  203. package/dist/Scheduling/components/scheduling-types.component.d.ts +0 -22
  204. package/dist/Scheduling/components/scheduling-types.component.d.ts.map +0 -1
  205. package/dist/Scheduling/components/scheduling-types.component.js +0 -165
  206. package/dist/Scheduling/components/scheduling-types.component.js.map +0 -1
  207. package/dist/Testing/components/testing-execution-resource.component.d.ts +0 -20
  208. package/dist/Testing/components/testing-execution-resource.component.d.ts.map +0 -1
  209. package/dist/Testing/components/testing-execution-resource.component.js +0 -55
  210. package/dist/Testing/components/testing-execution-resource.component.js.map +0 -1
  211. package/dist/Testing/components/testing-execution.component.d.ts +0 -71
  212. package/dist/Testing/components/testing-execution.component.d.ts.map +0 -1
  213. package/dist/Testing/components/testing-execution.component.js +0 -845
  214. package/dist/Testing/components/testing-execution.component.js.map +0 -1
  215. package/dist/Testing/components/testing-feedback-resource.component.d.ts +0 -20
  216. package/dist/Testing/components/testing-feedback-resource.component.d.ts.map +0 -1
  217. package/dist/Testing/components/testing-feedback-resource.component.js +0 -55
  218. package/dist/Testing/components/testing-feedback-resource.component.js.map +0 -1
  219. package/dist/Testing/components/testing-feedback.component.d.ts +0 -111
  220. package/dist/Testing/components/testing-feedback.component.d.ts.map +0 -1
  221. package/dist/Testing/components/testing-feedback.component.js +0 -1486
  222. package/dist/Testing/components/testing-feedback.component.js.map +0 -1
  223. package/dist/Testing/components/testing-overview-resource.component.d.ts +0 -20
  224. package/dist/Testing/components/testing-overview-resource.component.d.ts.map +0 -1
  225. package/dist/Testing/components/testing-overview-resource.component.js +0 -55
  226. package/dist/Testing/components/testing-overview-resource.component.js.map +0 -1
  227. package/dist/Testing/components/testing-overview.component.d.ts +0 -30
  228. package/dist/Testing/components/testing-overview.component.d.ts.map +0 -1
  229. package/dist/Testing/components/testing-overview.component.js +0 -361
  230. package/dist/Testing/components/testing-overview.component.js.map +0 -1
  231. package/dist/Testing/components/testing-version-comparison.component.d.ts +0 -62
  232. package/dist/Testing/components/testing-version-comparison.component.d.ts.map +0 -1
  233. package/dist/Testing/components/testing-version-comparison.component.js +0 -815
  234. package/dist/Testing/components/testing-version-comparison.component.js.map +0 -1
  235. package/dist/Testing/components/testing-version-resource.component.d.ts +0 -20
  236. package/dist/Testing/components/testing-version-resource.component.d.ts.map +0 -1
  237. package/dist/Testing/components/testing-version-resource.component.js +0 -55
  238. package/dist/Testing/components/testing-version-resource.component.js.map +0 -1
  239. package/dist/generic/base-dashboard.d.ts +0 -65
  240. package/dist/generic/base-dashboard.d.ts.map +0 -1
  241. package/dist/generic/base-dashboard.js +0 -74
  242. package/dist/generic/base-dashboard.js.map +0 -1
@@ -1 +0,0 @@
1
- {"version":3,"file":"erd-diagram.component.js","sourceRoot":"","sources":["../../../src/EntityAdmin/components/erd-diagram.component.ts","../../../src/EntityAdmin/components/erd-diagram.component.html"],"names":[],"mappings":"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"}
@@ -1,20 +0,0 @@
1
- import { OnInit, OnDestroy } from '@angular/core';
2
- import { ResourceData } from '@memberjunction/core-entities';
3
- import { BaseResourceComponent } from '@memberjunction/ng-shared';
4
- import * as i0 from "@angular/core";
5
- /**
6
- * Tree-shaking prevention function
7
- */
8
- export declare function LoadSchedulingHealthResource(): void;
9
- /**
10
- * Scheduling Health Resource - system health and performance metrics
11
- */
12
- export declare class SchedulingHealthResourceComponent extends BaseResourceComponent implements OnInit, OnDestroy {
13
- ngOnInit(): void;
14
- ngOnDestroy(): void;
15
- GetResourceDisplayName(data: ResourceData): Promise<string>;
16
- GetResourceIconClass(data: ResourceData): Promise<string>;
17
- static ɵfac: i0.ɵɵFactoryDeclaration<SchedulingHealthResourceComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<SchedulingHealthResourceComponent, "mj-scheduling-health-resource", never, {}, {}, never, never, false, never>;
19
- }
20
- //# sourceMappingURL=scheduling-health-resource.component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"scheduling-health-resource.component.d.ts","sourceRoot":"","sources":["../../../src/Scheduling/components/scheduling-health-resource.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAE7D,OAAO,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;AAE7D,OAAO,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;;AAElE;;GAEG;AACH,wBAAgB,4BAA4B,SAE3C;AAED;;GAEG;AACH,qBAkBa,iCAAkC,SAAQ,qBAAsB,YAAW,MAAM,EAAE,SAAS;IAEvG,QAAQ,IAAI,IAAI;IAKhB,WAAW,IAAI,IAAI;IAIb,sBAAsB,CAAC,IAAI,EAAE,YAAY,GAAG,OAAO,CAAC,MAAM,CAAC;IAI3D,oBAAoB,CAAC,IAAI,EAAE,YAAY,GAAG,OAAO,CAAC,MAAM,CAAC;yCAfpD,iCAAiC;2CAAjC,iCAAiC;CAkB7C"}
@@ -1,55 +0,0 @@
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';
10
- import * as i0 from "@angular/core";
11
- import * as i1 from "./scheduling-health.component";
12
- /**
13
- * Tree-shaking prevention function
14
- */
15
- export function LoadSchedulingHealthResource() {
16
- // Force inclusion in production builds
17
- }
18
- /**
19
- * Scheduling Health Resource - system health and performance metrics
20
- */
21
- let SchedulingHealthResourceComponent = class SchedulingHealthResourceComponent extends BaseResourceComponent {
22
- ngOnInit() {
23
- // Notify that loading is complete
24
- this.NotifyLoadComplete();
25
- }
26
- ngOnDestroy() {
27
- // Cleanup if needed
28
- }
29
- async GetResourceDisplayName(data) {
30
- return 'Health';
31
- }
32
- async GetResourceIconClass(data) {
33
- return 'fa-solid fa-heartbeat';
34
- }
35
- static ɵfac = /*@__PURE__*/ (() => { let ɵSchedulingHealthResourceComponent_BaseFactory; return function SchedulingHealthResourceComponent_Factory(__ngFactoryType__) { return (ɵSchedulingHealthResourceComponent_BaseFactory || (ɵSchedulingHealthResourceComponent_BaseFactory = i0.ɵɵgetInheritedFactory(SchedulingHealthResourceComponent)))(__ngFactoryType__ || SchedulingHealthResourceComponent); }; })();
36
- static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SchedulingHealthResourceComponent, selectors: [["mj-scheduling-health-resource"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 2, vars: 0, consts: [[1, "resource-container"]], template: function SchedulingHealthResourceComponent_Template(rf, ctx) { if (rf & 1) {
37
- i0.ɵɵelementStart(0, "div", 0);
38
- i0.ɵɵelement(1, "app-scheduling-health");
39
- i0.ɵɵelementEnd();
40
- } }, dependencies: [i1.SchedulingHealthComponent], styles: [".resource-container[_ngcontent-%COMP%] {\n width: 100%;\n height: 100%;\n overflow: auto;\n padding: 7px;\n box-sizing: border-box;\n }"] });
41
- };
42
- SchedulingHealthResourceComponent = __decorate([
43
- RegisterClass(BaseResourceComponent, 'SchedulingHealthResource')
44
- ], SchedulingHealthResourceComponent);
45
- export { SchedulingHealthResourceComponent };
46
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SchedulingHealthResourceComponent, [{
47
- type: Component,
48
- args: [{ selector: 'mj-scheduling-health-resource', template: `
49
- <div class="resource-container">
50
- <app-scheduling-health></app-scheduling-health>
51
- </div>
52
- `, styles: ["\n .resource-container {\n width: 100%;\n height: 100%;\n overflow: auto;\n padding: 7px;\n box-sizing: border-box;\n }\n "] }]
53
- }], null, null); })();
54
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SchedulingHealthResourceComponent, { className: "SchedulingHealthResourceComponent" }); })();
55
- //# sourceMappingURL=scheduling-health-resource.component.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"scheduling-health-resource.component.js","sourceRoot":"","sources":["../../../src/Scheduling/components/scheduling-health-resource.component.ts"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,SAAS,EAAqB,MAAM,eAAe,CAAC;AAG7D,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACvD,OAAO,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;;;AAElE;;GAEG;AACH,MAAM,UAAU,4BAA4B;IAC1C,uCAAuC;AACzC,CAAC;AAED;;GAEG;AAmBI,IAAM,iCAAiC,GAAvC,MAAM,iCAAkC,SAAQ,qBAAqB;IAE1E,QAAQ;QACN,kCAAkC;QAClC,IAAI,CAAC,kBAAkB,EAAE,CAAC;IAC5B,CAAC;IAED,WAAW;QACT,oBAAoB;IACtB,CAAC;IAED,KAAK,CAAC,sBAAsB,CAAC,IAAkB;QAC7C,OAAO,QAAQ,CAAC;IAClB,CAAC;IAED,KAAK,CAAC,oBAAoB,CAAC,IAAkB;QAC3C,OAAO,uBAAuB,CAAC;IACjC,CAAC;iTAjBU,iCAAiC,yBAAjC,iCAAiC;6DAAjC,iCAAiC;YAd1C,8BAAgC;YAC9B,wCAA+C;YACjD,iBAAM;;;AAYG,iCAAiC;IAlB7C,aAAa,CAAC,qBAAqB,EAAE,0BAA0B,CAAC;GAkBpD,iCAAiC,CAkB7C;;iFAlBY,iCAAiC;cAjB7C,SAAS;2BACE,+BAA+B,YAC/B;;;;GAIT;;kFAWU,iCAAiC"}
@@ -1,30 +0,0 @@
1
- import { OnInit, OnDestroy, EventEmitter, ChangeDetectorRef } from '@angular/core';
2
- import { SchedulingInstrumentationService, LockInfo } from '../services/scheduling-instrumentation.service';
3
- import * as i0 from "@angular/core";
4
- export declare class SchedulingHealthComponent implements OnInit, OnDestroy {
5
- private schedulingService;
6
- private cdr;
7
- initialState: any;
8
- stateChange: EventEmitter<any>;
9
- locks: LockInfo[];
10
- isLoading: boolean;
11
- panelStates: {
12
- locks: boolean;
13
- alerts: boolean;
14
- };
15
- private destroy$;
16
- constructor(schedulingService: SchedulingInstrumentationService, cdr: ChangeDetectorRef);
17
- ngOnInit(): void;
18
- ngOnDestroy(): void;
19
- private loadState;
20
- private loadData;
21
- onRefresh(): void;
22
- togglePanel(panelName: 'locks' | 'alerts'): void;
23
- onReleaseLock(jobId: string): Promise<void>;
24
- formatDate(date: Date): string;
25
- getStaleLocks(): LockInfo[];
26
- private emitStateChange;
27
- static ɵfac: i0.ɵɵFactoryDeclaration<SchedulingHealthComponent, never>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<SchedulingHealthComponent, "app-scheduling-health", never, { "initialState": { "alias": "initialState"; "required": false; }; }, { "stateChange": "stateChange"; }, never, never, false, never>;
29
- }
30
- //# sourceMappingURL=scheduling-health.component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"scheduling-health.component.d.ts","sourceRoot":"","sources":["../../../src/Scheduling/components/scheduling-health.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,SAAS,EAAiB,YAAY,EAAE,iBAAiB,EAAE,MAAM,eAAe,CAAC;AAG7G,OAAO,EAAE,gCAAgC,EAAE,QAAQ,EAAE,MAAM,gDAAgD,CAAC;;AAE5G,qBAKa,yBAA0B,YAAW,MAAM,EAAE,SAAS;IAc/D,OAAO,CAAC,iBAAiB;IACzB,OAAO,CAAC,GAAG;IAdJ,YAAY,EAAE,GAAG,CAAC;IACjB,WAAW,oBAA2B;IAEzC,KAAK,EAAE,QAAQ,EAAE,CAAM;IACvB,SAAS,UAAS;IAClB,WAAW;;;MAGhB;IAEF,OAAO,CAAC,QAAQ,CAAuB;gBAG7B,iBAAiB,EAAE,gCAAgC,EACnD,GAAG,EAAE,iBAAiB;IAGhC,QAAQ,IAAI,IAAI;IAKhB,WAAW,IAAI,IAAI;IAKnB,OAAO,CAAC,SAAS;IAMjB,OAAO,CAAC,QAAQ;IAmBT,SAAS,IAAI,IAAI;IAIjB,WAAW,CAAC,SAAS,EAAE,OAAO,GAAG,QAAQ,GAAG,IAAI;IAK1C,aAAa,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IASjD,UAAU,CAAC,IAAI,EAAE,IAAI,GAAG,MAAM;IAI9B,aAAa,IAAI,QAAQ,EAAE;IAIlC,OAAO,CAAC,eAAe;yCA/EZ,yBAAyB;2CAAzB,yBAAyB;CAqFrC"}
@@ -1,315 +0,0 @@
1
- import { Component, Input, Output, EventEmitter } from '@angular/core';
2
- import { Subject } from 'rxjs';
3
- import { takeUntil } from 'rxjs/operators';
4
- import * as i0 from "@angular/core";
5
- import * as i1 from "../services/scheduling-instrumentation.service";
6
- import * as i2 from "@progress/kendo-angular-buttons";
7
- import * as i3 from "@memberjunction/ng-shared-generic";
8
- const _forTrack0 = ($index, $item) => $item.jobId;
9
- function SchedulingHealthComponent_Conditional_8_Template(rf, ctx) { if (rf & 1) {
10
- i0.ɵɵelementStart(0, "div", 5);
11
- i0.ɵɵelement(1, "mj-loading", 16);
12
- i0.ɵɵelementEnd();
13
- } }
14
- function SchedulingHealthComponent_Conditional_15_Template(rf, ctx) { if (rf & 1) {
15
- i0.ɵɵelementStart(0, "span", 11);
16
- i0.ɵɵtext(1);
17
- i0.ɵɵelementEnd();
18
- } if (rf & 2) {
19
- const ctx_r0 = i0.ɵɵnextContext();
20
- i0.ɵɵadvance();
21
- i0.ɵɵtextInterpolate(ctx_r0.locks.length);
22
- } }
23
- function SchedulingHealthComponent_Conditional_17_Conditional_1_Template(rf, ctx) { if (rf & 1) {
24
- i0.ɵɵelementStart(0, "div", 17);
25
- i0.ɵɵelement(1, "i", 19);
26
- i0.ɵɵelementStart(2, "p");
27
- i0.ɵɵtext(3, "No active locks");
28
- i0.ɵɵelementEnd()();
29
- } }
30
- function SchedulingHealthComponent_Conditional_17_Conditional_2_For_17_Conditional_11_Template(rf, ctx) { if (rf & 1) {
31
- i0.ɵɵelementStart(0, "kendo-chip", 21);
32
- i0.ɵɵelement(1, "i", 14);
33
- i0.ɵɵtext(2, " Stale ");
34
- i0.ɵɵelementEnd();
35
- } if (rf & 2) {
36
- i0.ɵɵproperty("themeColor", "error")("size", "small");
37
- } }
38
- function SchedulingHealthComponent_Conditional_17_Conditional_2_For_17_Conditional_12_Template(rf, ctx) { if (rf & 1) {
39
- i0.ɵɵelementStart(0, "kendo-chip", 21);
40
- i0.ɵɵelement(1, "i", 23);
41
- i0.ɵɵtext(2, " Active ");
42
- i0.ɵɵelementEnd();
43
- } if (rf & 2) {
44
- i0.ɵɵproperty("themeColor", "success")("size", "small");
45
- } }
46
- function SchedulingHealthComponent_Conditional_17_Conditional_2_For_17_Template(rf, ctx) { if (rf & 1) {
47
- const _r2 = i0.ɵɵgetCurrentView();
48
- i0.ɵɵelementStart(0, "tr")(1, "td");
49
- i0.ɵɵtext(2);
50
- i0.ɵɵelementEnd();
51
- i0.ɵɵelementStart(3, "td")(4, "code");
52
- i0.ɵɵtext(5);
53
- i0.ɵɵelementEnd()();
54
- i0.ɵɵelementStart(6, "td");
55
- i0.ɵɵtext(7);
56
- i0.ɵɵelementEnd();
57
- i0.ɵɵelementStart(8, "td");
58
- i0.ɵɵtext(9);
59
- i0.ɵɵelementEnd();
60
- i0.ɵɵelementStart(10, "td");
61
- i0.ɵɵtemplate(11, SchedulingHealthComponent_Conditional_17_Conditional_2_For_17_Conditional_11_Template, 3, 2, "kendo-chip", 21)(12, SchedulingHealthComponent_Conditional_17_Conditional_2_For_17_Conditional_12_Template, 3, 2, "kendo-chip", 21);
62
- i0.ɵɵelementEnd();
63
- i0.ɵɵelementStart(13, "td")(14, "button", 22);
64
- i0.ɵɵlistener("click", function SchedulingHealthComponent_Conditional_17_Conditional_2_For_17_Template_button_click_14_listener() { const lock_r3 = i0.ɵɵrestoreView(_r2).$implicit; const ctx_r0 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r0.onReleaseLock(lock_r3.jobId)); });
65
- i0.ɵɵelement(15, "i", 19);
66
- i0.ɵɵtext(16, " Release ");
67
- i0.ɵɵelementEnd()()();
68
- } if (rf & 2) {
69
- const lock_r3 = ctx.$implicit;
70
- const ctx_r0 = i0.ɵɵnextContext(3);
71
- i0.ɵɵclassProp("stale-lock", lock_r3.isStale);
72
- i0.ɵɵadvance(2);
73
- i0.ɵɵtextInterpolate(lock_r3.jobName);
74
- i0.ɵɵadvance(3);
75
- i0.ɵɵtextInterpolate(lock_r3.lockedBy);
76
- i0.ɵɵadvance(2);
77
- i0.ɵɵtextInterpolate(ctx_r0.formatDate(lock_r3.lockedAt));
78
- i0.ɵɵadvance(2);
79
- i0.ɵɵtextInterpolate(ctx_r0.formatDate(lock_r3.expectedCompletion));
80
- i0.ɵɵadvance(2);
81
- i0.ɵɵconditional(lock_r3.isStale ? 11 : 12);
82
- i0.ɵɵadvance(3);
83
- i0.ɵɵproperty("size", "small");
84
- } }
85
- function SchedulingHealthComponent_Conditional_17_Conditional_2_Template(rf, ctx) { if (rf & 1) {
86
- i0.ɵɵelementStart(0, "table", 18)(1, "thead")(2, "tr")(3, "th");
87
- i0.ɵɵtext(4, "Job Name");
88
- i0.ɵɵelementEnd();
89
- i0.ɵɵelementStart(5, "th");
90
- i0.ɵɵtext(6, "Locked By");
91
- i0.ɵɵelementEnd();
92
- i0.ɵɵelementStart(7, "th");
93
- i0.ɵɵtext(8, "Locked At");
94
- i0.ɵɵelementEnd();
95
- i0.ɵɵelementStart(9, "th");
96
- i0.ɵɵtext(10, "Expected Completion");
97
- i0.ɵɵelementEnd();
98
- i0.ɵɵelementStart(11, "th");
99
- i0.ɵɵtext(12, "Status");
100
- i0.ɵɵelementEnd();
101
- i0.ɵɵelementStart(13, "th");
102
- i0.ɵɵtext(14, "Actions");
103
- i0.ɵɵelementEnd()()();
104
- i0.ɵɵelementStart(15, "tbody");
105
- i0.ɵɵrepeaterCreate(16, SchedulingHealthComponent_Conditional_17_Conditional_2_For_17_Template, 17, 8, "tr", 20, _forTrack0);
106
- i0.ɵɵelementEnd()();
107
- } if (rf & 2) {
108
- const ctx_r0 = i0.ɵɵnextContext(2);
109
- i0.ɵɵadvance(16);
110
- i0.ɵɵrepeater(ctx_r0.locks);
111
- } }
112
- function SchedulingHealthComponent_Conditional_17_Template(rf, ctx) { if (rf & 1) {
113
- i0.ɵɵelementStart(0, "div", 13);
114
- i0.ɵɵtemplate(1, SchedulingHealthComponent_Conditional_17_Conditional_1_Template, 4, 0, "div", 17)(2, SchedulingHealthComponent_Conditional_17_Conditional_2_Template, 18, 0, "table", 18);
115
- i0.ɵɵelementEnd();
116
- } if (rf & 2) {
117
- const ctx_r0 = i0.ɵɵnextContext();
118
- i0.ɵɵadvance();
119
- i0.ɵɵconditional(ctx_r0.locks.length === 0 ? 1 : 2);
120
- } }
121
- function SchedulingHealthComponent_Conditional_23_Template(rf, ctx) { if (rf & 1) {
122
- i0.ɵɵelementStart(0, "span", 15);
123
- i0.ɵɵtext(1);
124
- i0.ɵɵelementEnd();
125
- } if (rf & 2) {
126
- const ctx_r0 = i0.ɵɵnextContext();
127
- i0.ɵɵadvance();
128
- i0.ɵɵtextInterpolate(ctx_r0.getStaleLocks().length);
129
- } }
130
- function SchedulingHealthComponent_Conditional_25_Conditional_1_Template(rf, ctx) { if (rf & 1) {
131
- i0.ɵɵelementStart(0, "div", 17);
132
- i0.ɵɵelement(1, "i", 25);
133
- i0.ɵɵelementStart(2, "p");
134
- i0.ɵɵtext(3, "No alerts detected");
135
- i0.ɵɵelementEnd()();
136
- } }
137
- function SchedulingHealthComponent_Conditional_25_Conditional_2_For_2_Template(rf, ctx) { if (rf & 1) {
138
- const _r4 = i0.ɵɵgetCurrentView();
139
- i0.ɵɵelementStart(0, "div", 26);
140
- i0.ɵɵelement(1, "i", 27);
141
- i0.ɵɵelementStart(2, "div", 28)(3, "div", 29);
142
- i0.ɵɵtext(4, "Stale Lock Detected");
143
- i0.ɵɵelementEnd();
144
- i0.ɵɵelementStart(5, "div", 30);
145
- i0.ɵɵtext(6);
146
- i0.ɵɵelementEnd()();
147
- i0.ɵɵelementStart(7, "button", 22);
148
- i0.ɵɵlistener("click", function SchedulingHealthComponent_Conditional_25_Conditional_2_For_2_Template_button_click_7_listener() { const lock_r5 = i0.ɵɵrestoreView(_r4).$implicit; const ctx_r0 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r0.onReleaseLock(lock_r5.jobId)); });
149
- i0.ɵɵelement(8, "i", 19);
150
- i0.ɵɵtext(9, " Release Lock ");
151
- i0.ɵɵelementEnd()();
152
- } if (rf & 2) {
153
- const lock_r5 = ctx.$implicit;
154
- const ctx_r0 = i0.ɵɵnextContext(3);
155
- i0.ɵɵadvance(6);
156
- i0.ɵɵtextInterpolate3(" Job \"", lock_r5.jobName, "\" has a stale lock held by ", lock_r5.lockedBy, ". Expected completion was ", ctx_r0.formatDate(lock_r5.expectedCompletion), ". ");
157
- i0.ɵɵadvance();
158
- i0.ɵɵproperty("size", "small");
159
- } }
160
- function SchedulingHealthComponent_Conditional_25_Conditional_2_Template(rf, ctx) { if (rf & 1) {
161
- i0.ɵɵelementStart(0, "div", 24);
162
- i0.ɵɵrepeaterCreate(1, SchedulingHealthComponent_Conditional_25_Conditional_2_For_2_Template, 10, 4, "div", 26, _forTrack0);
163
- i0.ɵɵelementEnd();
164
- } if (rf & 2) {
165
- const ctx_r0 = i0.ɵɵnextContext(2);
166
- i0.ɵɵadvance();
167
- i0.ɵɵrepeater(ctx_r0.getStaleLocks());
168
- } }
169
- function SchedulingHealthComponent_Conditional_25_Template(rf, ctx) { if (rf & 1) {
170
- i0.ɵɵelementStart(0, "div", 13);
171
- i0.ɵɵtemplate(1, SchedulingHealthComponent_Conditional_25_Conditional_1_Template, 4, 0, "div", 17)(2, SchedulingHealthComponent_Conditional_25_Conditional_2_Template, 3, 0, "div", 24);
172
- i0.ɵɵelementEnd();
173
- } if (rf & 2) {
174
- const ctx_r0 = i0.ɵɵnextContext();
175
- i0.ɵɵadvance();
176
- i0.ɵɵconditional(ctx_r0.getStaleLocks().length === 0 ? 1 : 2);
177
- } }
178
- export class SchedulingHealthComponent {
179
- schedulingService;
180
- cdr;
181
- initialState;
182
- stateChange = new EventEmitter();
183
- locks = [];
184
- isLoading = false;
185
- panelStates = {
186
- locks: true,
187
- alerts: true
188
- };
189
- destroy$ = new Subject();
190
- constructor(schedulingService, cdr) {
191
- this.schedulingService = schedulingService;
192
- this.cdr = cdr;
193
- }
194
- ngOnInit() {
195
- this.loadState();
196
- this.loadData();
197
- }
198
- ngOnDestroy() {
199
- this.destroy$.next();
200
- this.destroy$.complete();
201
- }
202
- loadState() {
203
- if (this.initialState?.panelStates) {
204
- this.panelStates = { ...this.panelStates, ...this.initialState.panelStates };
205
- }
206
- }
207
- loadData() {
208
- this.isLoading = true;
209
- this.schedulingService.lockInfo$
210
- .pipe(takeUntil(this.destroy$))
211
- .subscribe({
212
- next: (locks) => {
213
- this.locks = locks;
214
- this.isLoading = false;
215
- this.cdr.markForCheck();
216
- },
217
- error: (error) => {
218
- console.error('Error loading lock info:', error);
219
- this.isLoading = false;
220
- this.cdr.markForCheck();
221
- }
222
- });
223
- }
224
- onRefresh() {
225
- this.schedulingService.refresh();
226
- }
227
- togglePanel(panelName) {
228
- this.panelStates[panelName] = !this.panelStates[panelName];
229
- this.emitStateChange();
230
- }
231
- async onReleaseLock(jobId) {
232
- if (confirm('Are you sure you want to force release this lock? This should only be done if the job is stuck.')) {
233
- const result = await this.schedulingService.releaseLock(jobId);
234
- if (result) {
235
- console.log('Lock released successfully');
236
- }
237
- }
238
- }
239
- formatDate(date) {
240
- return new Date(date).toLocaleString();
241
- }
242
- getStaleLocks() {
243
- return this.locks.filter(l => l.isStale);
244
- }
245
- emitStateChange() {
246
- const state = {
247
- panelStates: this.panelStates
248
- };
249
- this.stateChange.emit(state);
250
- }
251
- static ɵfac = function SchedulingHealthComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SchedulingHealthComponent)(i0.ɵɵdirectiveInject(i1.SchedulingInstrumentationService), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); };
252
- static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SchedulingHealthComponent, selectors: [["app-scheduling-health"]], inputs: { initialState: "initialState" }, outputs: { stateChange: "stateChange" }, decls: 26, vars: 16, consts: [[1, "scheduling-health"], [1, "health-header"], [1, "fa-solid", "fa-heartbeat"], ["kendoButton", "", 3, "click", "disabled"], [1, "fa-solid", "fa-refresh"], [1, "loading-overlay"], [1, "health-panels"], [1, "panel"], [1, "panel-header", 3, "click"], [1, "panel-title"], [1, "fa-solid", "fa-lock"], [1, "badge"], [1, "fa-solid", "panel-toggle-icon"], [1, "panel-content"], [1, "fa-solid", "fa-exclamation-triangle"], [1, "badge", "error"], ["text", "Loading system health...", "size", "medium"], [1, "empty-state-small"], [1, "lock-table"], [1, "fa-solid", "fa-unlock"], [3, "stale-lock"], [3, "themeColor", "size"], ["kendoButton", "", 3, "click", "size"], [1, "fa-solid", "fa-check"], [1, "alert-list"], [1, "fa-solid", "fa-check-circle"], [1, "alert-item", "error"], [1, "fa-solid", "fa-exclamation-circle"], [1, "alert-content"], [1, "alert-title"], [1, "alert-message"]], template: function SchedulingHealthComponent_Template(rf, ctx) { if (rf & 1) {
253
- i0.ɵɵelementStart(0, "div", 0)(1, "div", 1)(2, "h2");
254
- i0.ɵɵelement(3, "i", 2);
255
- i0.ɵɵtext(4, " System Health");
256
- i0.ɵɵelementEnd();
257
- i0.ɵɵelementStart(5, "button", 3);
258
- i0.ɵɵlistener("click", function SchedulingHealthComponent_Template_button_click_5_listener() { return ctx.onRefresh(); });
259
- i0.ɵɵelement(6, "i", 4);
260
- i0.ɵɵtext(7, " Refresh ");
261
- i0.ɵɵelementEnd()();
262
- i0.ɵɵtemplate(8, SchedulingHealthComponent_Conditional_8_Template, 2, 0, "div", 5);
263
- i0.ɵɵelementStart(9, "div", 6)(10, "div", 7)(11, "div", 8);
264
- i0.ɵɵlistener("click", function SchedulingHealthComponent_Template_div_click_11_listener() { return ctx.togglePanel("locks"); });
265
- i0.ɵɵelementStart(12, "span", 9);
266
- i0.ɵɵelement(13, "i", 10);
267
- i0.ɵɵtext(14, " Active Locks ");
268
- i0.ɵɵtemplate(15, SchedulingHealthComponent_Conditional_15_Template, 2, 1, "span", 11);
269
- i0.ɵɵelementEnd();
270
- i0.ɵɵelement(16, "i", 12);
271
- i0.ɵɵelementEnd();
272
- i0.ɵɵtemplate(17, SchedulingHealthComponent_Conditional_17_Template, 3, 1, "div", 13);
273
- i0.ɵɵelementEnd();
274
- i0.ɵɵelementStart(18, "div", 7)(19, "div", 8);
275
- i0.ɵɵlistener("click", function SchedulingHealthComponent_Template_div_click_19_listener() { return ctx.togglePanel("alerts"); });
276
- i0.ɵɵelementStart(20, "span", 9);
277
- i0.ɵɵelement(21, "i", 14);
278
- i0.ɵɵtext(22, " Alert Conditions ");
279
- i0.ɵɵtemplate(23, SchedulingHealthComponent_Conditional_23_Template, 2, 1, "span", 15);
280
- i0.ɵɵelementEnd();
281
- i0.ɵɵelement(24, "i", 12);
282
- i0.ɵɵelementEnd();
283
- i0.ɵɵtemplate(25, SchedulingHealthComponent_Conditional_25_Template, 3, 1, "div", 13);
284
- i0.ɵɵelementEnd()()();
285
- } if (rf & 2) {
286
- i0.ɵɵadvance(5);
287
- i0.ɵɵproperty("disabled", ctx.isLoading);
288
- i0.ɵɵadvance();
289
- i0.ɵɵclassProp("fa-spin", ctx.isLoading);
290
- i0.ɵɵadvance(2);
291
- i0.ɵɵconditional(ctx.isLoading ? 8 : -1);
292
- i0.ɵɵadvance(7);
293
- i0.ɵɵconditional(ctx.locks.length > 0 ? 15 : -1);
294
- i0.ɵɵadvance();
295
- i0.ɵɵclassProp("fa-chevron-down", !ctx.panelStates.locks)("fa-chevron-up", ctx.panelStates.locks);
296
- i0.ɵɵadvance();
297
- i0.ɵɵconditional(ctx.panelStates.locks ? 17 : -1);
298
- i0.ɵɵadvance(6);
299
- i0.ɵɵconditional(ctx.getStaleLocks().length > 0 ? 23 : -1);
300
- i0.ɵɵadvance();
301
- i0.ɵɵclassProp("fa-chevron-down", !ctx.panelStates.alerts)("fa-chevron-up", ctx.panelStates.alerts);
302
- i0.ɵɵadvance();
303
- i0.ɵɵconditional(ctx.panelStates.alerts ? 25 : -1);
304
- } }, dependencies: [i2.ButtonComponent, i2.ChipComponent, i3.LoadingComponent], styles: [".scheduling-health[_ngcontent-%COMP%] {\n height: 100%;\n display: flex;\n flex-direction: column;\n gap: 20px;\n}\n\n.health-header[_ngcontent-%COMP%] {\n display: flex;\n justify-content: space-between;\n align-items: center;\n}\n.health-header[_ngcontent-%COMP%] h2[_ngcontent-%COMP%] {\n margin: 0;\n font-size: 20px;\n font-weight: 600;\n display: flex;\n align-items: center;\n gap: 12px;\n}\n.health-header[_ngcontent-%COMP%] h2[_ngcontent-%COMP%] i[_ngcontent-%COMP%] {\n color: #0078d4;\n}\n\n.loading-overlay[_ngcontent-%COMP%] {\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n padding: 60px;\n color: #6c757d;\n}\n.loading-overlay[_ngcontent-%COMP%] i[_ngcontent-%COMP%] {\n color: #0078d4;\n margin-bottom: 20px;\n}\n\n.health-panels[_ngcontent-%COMP%] {\n display: flex;\n flex-direction: column;\n gap: 20px;\n overflow: auto;\n flex: 1;\n}\n\n.panel[_ngcontent-%COMP%] {\n background: white;\n border-radius: 8px;\n box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);\n}\n\n.panel-header[_ngcontent-%COMP%] {\n display: flex;\n align-items: center;\n justify-content: space-between;\n padding: 16px 20px;\n border-bottom: 1px solid #dee2e6;\n cursor: pointer;\n transition: background 0.2s;\n}\n.panel-header[_ngcontent-%COMP%]:hover {\n background: #f8f9fa;\n}\n.panel-header[_ngcontent-%COMP%] .panel-title[_ngcontent-%COMP%] {\n font-size: 16px;\n font-weight: 600;\n display: flex;\n align-items: center;\n gap: 8px;\n}\n.panel-header[_ngcontent-%COMP%] .panel-title[_ngcontent-%COMP%] i[_ngcontent-%COMP%] {\n color: #0078d4;\n}\n.panel-header[_ngcontent-%COMP%] .panel-title[_ngcontent-%COMP%] .badge[_ngcontent-%COMP%] {\n background: #0078d4;\n color: white;\n padding: 4px 12px;\n border-radius: 12px;\n font-size: 12px;\n font-weight: 600;\n margin-left: 8px;\n}\n.panel-header[_ngcontent-%COMP%] .panel-title[_ngcontent-%COMP%] .badge.error[_ngcontent-%COMP%] {\n background: #d13438;\n}\n.panel-header[_ngcontent-%COMP%] .panel-toggle-icon[_ngcontent-%COMP%] {\n color: #6c757d;\n font-size: 14px;\n}\n\n.panel-content[_ngcontent-%COMP%] {\n padding: 20px;\n}\n\n.empty-state-small[_ngcontent-%COMP%] {\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n padding: 40px 20px;\n color: #6c757d;\n}\n.empty-state-small[_ngcontent-%COMP%] i[_ngcontent-%COMP%] {\n font-size: 36px;\n margin-bottom: 12px;\n opacity: 0.3;\n}\n.empty-state-small[_ngcontent-%COMP%] p[_ngcontent-%COMP%] {\n margin: 0;\n font-size: 14px;\n}\n\n.lock-table[_ngcontent-%COMP%] {\n width: 100%;\n border-collapse: collapse;\n}\n.lock-table[_ngcontent-%COMP%] thead[_ngcontent-%COMP%] {\n background: #f8f9fa;\n}\n.lock-table[_ngcontent-%COMP%] thead[_ngcontent-%COMP%] th[_ngcontent-%COMP%] {\n padding: 12px;\n text-align: left;\n font-size: 13px;\n font-weight: 600;\n color: #495057;\n border-bottom: 2px solid #dee2e6;\n}\n.lock-table[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%] tr[_ngcontent-%COMP%] {\n border-bottom: 1px solid #dee2e6;\n transition: background 0.2s;\n}\n.lock-table[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%] tr[_ngcontent-%COMP%]:hover {\n background: #f8f9fa;\n}\n.lock-table[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%] tr.stale-lock[_ngcontent-%COMP%] {\n background: #f8d7da;\n}\n.lock-table[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%] tr.stale-lock[_ngcontent-%COMP%]:hover {\n background: #f5c2c7;\n}\n.lock-table[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%] tr[_ngcontent-%COMP%] td[_ngcontent-%COMP%] {\n padding: 12px;\n font-size: 13px;\n}\n.lock-table[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%] tr[_ngcontent-%COMP%] td[_ngcontent-%COMP%] code[_ngcontent-%COMP%] {\n background: #f8f9fa;\n padding: 2px 6px;\n border-radius: 3px;\n font-size: 12px;\n font-family: \"Courier New\", monospace;\n}\n\n.alert-list[_ngcontent-%COMP%] {\n display: flex;\n flex-direction: column;\n gap: 12px;\n}\n\n.alert-item[_ngcontent-%COMP%] {\n display: flex;\n gap: 12px;\n padding: 16px;\n border-radius: 8px;\n align-items: flex-start;\n}\n.alert-item.error[_ngcontent-%COMP%] {\n background: #f8d7da;\n border-left: 4px solid #d13438;\n}\n.alert-item.error[_ngcontent-%COMP%] > i[_ngcontent-%COMP%] {\n color: #d13438;\n font-size: 20px;\n}\n.alert-item[_ngcontent-%COMP%] .alert-content[_ngcontent-%COMP%] {\n flex: 1;\n}\n.alert-item[_ngcontent-%COMP%] .alert-content[_ngcontent-%COMP%] .alert-title[_ngcontent-%COMP%] {\n font-weight: 600;\n margin-bottom: 4px;\n color: #212529;\n}\n.alert-item[_ngcontent-%COMP%] .alert-content[_ngcontent-%COMP%] .alert-message[_ngcontent-%COMP%] {\n font-size: 13px;\n color: #495057;\n}"] });
305
- }
306
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SchedulingHealthComponent, [{
307
- type: Component,
308
- args: [{ selector: 'app-scheduling-health', template: "<div class=\"scheduling-health\">\n <div class=\"health-header\">\n <h2><i class=\"fa-solid fa-heartbeat\"></i> System Health</h2>\n <button kendoButton (click)=\"onRefresh()\" [disabled]=\"isLoading\">\n <i class=\"fa-solid fa-refresh\" [class.fa-spin]=\"isLoading\"></i>\n Refresh\n </button>\n </div>\n\n @if (isLoading) {\n <div class=\"loading-overlay\">\n <mj-loading text=\"Loading system health...\" size=\"medium\"></mj-loading>\n </div>\n }\n\n <div class=\"health-panels\">\n <div class=\"panel\">\n <div class=\"panel-header\" (click)=\"togglePanel('locks')\">\n <span class=\"panel-title\">\n <i class=\"fa-solid fa-lock\"></i>\n Active Locks\n @if (locks.length > 0) {\n <span class=\"badge\">{{ locks.length }}</span>\n }\n </span>\n <i class=\"fa-solid panel-toggle-icon\"\n [class.fa-chevron-down]=\"!panelStates.locks\"\n [class.fa-chevron-up]=\"panelStates.locks\">\n </i>\n </div>\n @if (panelStates.locks) {\n <div class=\"panel-content\">\n @if (locks.length === 0) {\n <div class=\"empty-state-small\">\n <i class=\"fa-solid fa-unlock\"></i>\n <p>No active locks</p>\n </div>\n } @else {\n <table class=\"lock-table\">\n <thead>\n <tr>\n <th>Job Name</th>\n <th>Locked By</th>\n <th>Locked At</th>\n <th>Expected Completion</th>\n <th>Status</th>\n <th>Actions</th>\n </tr>\n </thead>\n <tbody>\n @for (lock of locks; track lock.jobId) {\n <tr [class.stale-lock]=\"lock.isStale\">\n <td>{{ lock.jobName }}</td>\n <td>\n <code>{{ lock.lockedBy }}</code>\n </td>\n <td>{{ formatDate(lock.lockedAt) }}</td>\n <td>{{ formatDate(lock.expectedCompletion) }}</td>\n <td>\n @if (lock.isStale) {\n <kendo-chip [themeColor]=\"'error'\" [size]=\"'small'\">\n <i class=\"fa-solid fa-exclamation-triangle\"></i>\n Stale\n </kendo-chip>\n } @else {\n <kendo-chip [themeColor]=\"'success'\" [size]=\"'small'\">\n <i class=\"fa-solid fa-check\"></i>\n Active\n </kendo-chip>\n }\n </td>\n <td>\n <button kendoButton [size]=\"'small'\" (click)=\"onReleaseLock(lock.jobId)\">\n <i class=\"fa-solid fa-unlock\"></i>\n Release\n </button>\n </td>\n </tr>\n }\n </tbody>\n </table>\n }\n </div>\n }\n </div>\n\n <div class=\"panel\">\n <div class=\"panel-header\" (click)=\"togglePanel('alerts')\">\n <span class=\"panel-title\">\n <i class=\"fa-solid fa-exclamation-triangle\"></i>\n Alert Conditions\n @if (getStaleLocks().length > 0) {\n <span class=\"badge error\">{{ getStaleLocks().length }}</span>\n }\n </span>\n <i class=\"fa-solid panel-toggle-icon\"\n [class.fa-chevron-down]=\"!panelStates.alerts\"\n [class.fa-chevron-up]=\"panelStates.alerts\">\n </i>\n </div>\n @if (panelStates.alerts) {\n <div class=\"panel-content\">\n @if (getStaleLocks().length === 0) {\n <div class=\"empty-state-small\">\n <i class=\"fa-solid fa-check-circle\"></i>\n <p>No alerts detected</p>\n </div>\n } @else {\n <div class=\"alert-list\">\n @for (lock of getStaleLocks(); track lock.jobId) {\n <div class=\"alert-item error\">\n <i class=\"fa-solid fa-exclamation-circle\"></i>\n <div class=\"alert-content\">\n <div class=\"alert-title\">Stale Lock Detected</div>\n <div class=\"alert-message\">\n Job \"{{ lock.jobName }}\" has a stale lock held by {{ lock.lockedBy }}.\n Expected completion was {{ formatDate(lock.expectedCompletion) }}.\n </div>\n </div>\n <button kendoButton [size]=\"'small'\" (click)=\"onReleaseLock(lock.jobId)\">\n <i class=\"fa-solid fa-unlock\"></i>\n Release Lock\n </button>\n </div>\n }\n </div>\n }\n </div>\n }\n </div>\n </div>\n</div>\n", styles: [".scheduling-health {\n height: 100%;\n display: flex;\n flex-direction: column;\n gap: 20px;\n}\n\n.health-header {\n display: flex;\n justify-content: space-between;\n align-items: center;\n}\n.health-header h2 {\n margin: 0;\n font-size: 20px;\n font-weight: 600;\n display: flex;\n align-items: center;\n gap: 12px;\n}\n.health-header h2 i {\n color: #0078d4;\n}\n\n.loading-overlay {\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n padding: 60px;\n color: #6c757d;\n}\n.loading-overlay i {\n color: #0078d4;\n margin-bottom: 20px;\n}\n\n.health-panels {\n display: flex;\n flex-direction: column;\n gap: 20px;\n overflow: auto;\n flex: 1;\n}\n\n.panel {\n background: white;\n border-radius: 8px;\n box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);\n}\n\n.panel-header {\n display: flex;\n align-items: center;\n justify-content: space-between;\n padding: 16px 20px;\n border-bottom: 1px solid #dee2e6;\n cursor: pointer;\n transition: background 0.2s;\n}\n.panel-header:hover {\n background: #f8f9fa;\n}\n.panel-header .panel-title {\n font-size: 16px;\n font-weight: 600;\n display: flex;\n align-items: center;\n gap: 8px;\n}\n.panel-header .panel-title i {\n color: #0078d4;\n}\n.panel-header .panel-title .badge {\n background: #0078d4;\n color: white;\n padding: 4px 12px;\n border-radius: 12px;\n font-size: 12px;\n font-weight: 600;\n margin-left: 8px;\n}\n.panel-header .panel-title .badge.error {\n background: #d13438;\n}\n.panel-header .panel-toggle-icon {\n color: #6c757d;\n font-size: 14px;\n}\n\n.panel-content {\n padding: 20px;\n}\n\n.empty-state-small {\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n padding: 40px 20px;\n color: #6c757d;\n}\n.empty-state-small i {\n font-size: 36px;\n margin-bottom: 12px;\n opacity: 0.3;\n}\n.empty-state-small p {\n margin: 0;\n font-size: 14px;\n}\n\n.lock-table {\n width: 100%;\n border-collapse: collapse;\n}\n.lock-table thead {\n background: #f8f9fa;\n}\n.lock-table thead th {\n padding: 12px;\n text-align: left;\n font-size: 13px;\n font-weight: 600;\n color: #495057;\n border-bottom: 2px solid #dee2e6;\n}\n.lock-table tbody tr {\n border-bottom: 1px solid #dee2e6;\n transition: background 0.2s;\n}\n.lock-table tbody tr:hover {\n background: #f8f9fa;\n}\n.lock-table tbody tr.stale-lock {\n background: #f8d7da;\n}\n.lock-table tbody tr.stale-lock:hover {\n background: #f5c2c7;\n}\n.lock-table tbody tr td {\n padding: 12px;\n font-size: 13px;\n}\n.lock-table tbody tr td code {\n background: #f8f9fa;\n padding: 2px 6px;\n border-radius: 3px;\n font-size: 12px;\n font-family: \"Courier New\", monospace;\n}\n\n.alert-list {\n display: flex;\n flex-direction: column;\n gap: 12px;\n}\n\n.alert-item {\n display: flex;\n gap: 12px;\n padding: 16px;\n border-radius: 8px;\n align-items: flex-start;\n}\n.alert-item.error {\n background: #f8d7da;\n border-left: 4px solid #d13438;\n}\n.alert-item.error > i {\n color: #d13438;\n font-size: 20px;\n}\n.alert-item .alert-content {\n flex: 1;\n}\n.alert-item .alert-content .alert-title {\n font-weight: 600;\n margin-bottom: 4px;\n color: #212529;\n}\n.alert-item .alert-content .alert-message {\n font-size: 13px;\n color: #495057;\n}\n"] }]
309
- }], () => [{ type: i1.SchedulingInstrumentationService }, { type: i0.ChangeDetectorRef }], { initialState: [{
310
- type: Input
311
- }], stateChange: [{
312
- type: Output
313
- }] }); })();
314
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SchedulingHealthComponent, { className: "SchedulingHealthComponent" }); })();
315
- //# sourceMappingURL=scheduling-health.component.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"scheduling-health.component.js","sourceRoot":"","sources":["../../../src/Scheduling/components/scheduling-health.component.ts","../../../src/Scheduling/components/scheduling-health.component.html"],"names":[],"mappings":"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"}
@@ -1,20 +0,0 @@
1
- import { OnInit, OnDestroy } from '@angular/core';
2
- import { ResourceData } from '@memberjunction/core-entities';
3
- import { BaseResourceComponent } from '@memberjunction/ng-shared';
4
- import * as i0 from "@angular/core";
5
- /**
6
- * Tree-shaking prevention function
7
- */
8
- export declare function LoadSchedulingHistoryResource(): void;
9
- /**
10
- * Scheduling History Resource - view execution history and logs
11
- */
12
- export declare class SchedulingHistoryResourceComponent extends BaseResourceComponent implements OnInit, OnDestroy {
13
- ngOnInit(): void;
14
- ngOnDestroy(): void;
15
- GetResourceDisplayName(data: ResourceData): Promise<string>;
16
- GetResourceIconClass(data: ResourceData): Promise<string>;
17
- static ɵfac: i0.ɵɵFactoryDeclaration<SchedulingHistoryResourceComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<SchedulingHistoryResourceComponent, "mj-scheduling-history-resource", never, {}, {}, never, never, false, never>;
19
- }
20
- //# sourceMappingURL=scheduling-history-resource.component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"scheduling-history-resource.component.d.ts","sourceRoot":"","sources":["../../../src/Scheduling/components/scheduling-history-resource.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAE7D,OAAO,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;AAE7D,OAAO,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;;AAElE;;GAEG;AACH,wBAAgB,6BAA6B,SAE5C;AAED;;GAEG;AACH,qBAkBa,kCAAmC,SAAQ,qBAAsB,YAAW,MAAM,EAAE,SAAS;IAExG,QAAQ,IAAI,IAAI;IAKhB,WAAW,IAAI,IAAI;IAIb,sBAAsB,CAAC,IAAI,EAAE,YAAY,GAAG,OAAO,CAAC,MAAM,CAAC;IAI3D,oBAAoB,CAAC,IAAI,EAAE,YAAY,GAAG,OAAO,CAAC,MAAM,CAAC;yCAfpD,kCAAkC;2CAAlC,kCAAkC;CAkB9C"}
@@ -1,55 +0,0 @@
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';
10
- import * as i0 from "@angular/core";
11
- import * as i1 from "./scheduling-history.component";
12
- /**
13
- * Tree-shaking prevention function
14
- */
15
- export function LoadSchedulingHistoryResource() {
16
- // Force inclusion in production builds
17
- }
18
- /**
19
- * Scheduling History Resource - view execution history and logs
20
- */
21
- let SchedulingHistoryResourceComponent = class SchedulingHistoryResourceComponent extends BaseResourceComponent {
22
- ngOnInit() {
23
- // Notify that loading is complete
24
- this.NotifyLoadComplete();
25
- }
26
- ngOnDestroy() {
27
- // Cleanup if needed
28
- }
29
- async GetResourceDisplayName(data) {
30
- return 'History';
31
- }
32
- async GetResourceIconClass(data) {
33
- return 'fa-solid fa-history';
34
- }
35
- static ɵfac = /*@__PURE__*/ (() => { let ɵSchedulingHistoryResourceComponent_BaseFactory; return function SchedulingHistoryResourceComponent_Factory(__ngFactoryType__) { return (ɵSchedulingHistoryResourceComponent_BaseFactory || (ɵSchedulingHistoryResourceComponent_BaseFactory = i0.ɵɵgetInheritedFactory(SchedulingHistoryResourceComponent)))(__ngFactoryType__ || SchedulingHistoryResourceComponent); }; })();
36
- static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SchedulingHistoryResourceComponent, selectors: [["mj-scheduling-history-resource"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 2, vars: 0, consts: [[1, "resource-container"]], template: function SchedulingHistoryResourceComponent_Template(rf, ctx) { if (rf & 1) {
37
- i0.ɵɵelementStart(0, "div", 0);
38
- i0.ɵɵelement(1, "app-scheduling-history");
39
- i0.ɵɵelementEnd();
40
- } }, dependencies: [i1.SchedulingHistoryComponent], styles: [".resource-container[_ngcontent-%COMP%] {\n width: 100%;\n height: 100%;\n overflow: auto;\n padding: 7px;\n box-sizing: border-box;\n }"] });
41
- };
42
- SchedulingHistoryResourceComponent = __decorate([
43
- RegisterClass(BaseResourceComponent, 'SchedulingHistoryResource')
44
- ], SchedulingHistoryResourceComponent);
45
- export { SchedulingHistoryResourceComponent };
46
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SchedulingHistoryResourceComponent, [{
47
- type: Component,
48
- args: [{ selector: 'mj-scheduling-history-resource', template: `
49
- <div class="resource-container">
50
- <app-scheduling-history></app-scheduling-history>
51
- </div>
52
- `, styles: ["\n .resource-container {\n width: 100%;\n height: 100%;\n overflow: auto;\n padding: 7px;\n box-sizing: border-box;\n }\n "] }]
53
- }], null, null); })();
54
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SchedulingHistoryResourceComponent, { className: "SchedulingHistoryResourceComponent" }); })();
55
- //# sourceMappingURL=scheduling-history-resource.component.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"scheduling-history-resource.component.js","sourceRoot":"","sources":["../../../src/Scheduling/components/scheduling-history-resource.component.ts"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,SAAS,EAAqB,MAAM,eAAe,CAAC;AAG7D,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACvD,OAAO,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;;;AAElE;;GAEG;AACH,MAAM,UAAU,6BAA6B;IAC3C,uCAAuC;AACzC,CAAC;AAED;;GAEG;AAmBI,IAAM,kCAAkC,GAAxC,MAAM,kCAAmC,SAAQ,qBAAqB;IAE3E,QAAQ;QACN,kCAAkC;QAClC,IAAI,CAAC,kBAAkB,EAAE,CAAC;IAC5B,CAAC;IAED,WAAW;QACT,oBAAoB;IACtB,CAAC;IAED,KAAK,CAAC,sBAAsB,CAAC,IAAkB;QAC7C,OAAO,SAAS,CAAC;IACnB,CAAC;IAED,KAAK,CAAC,oBAAoB,CAAC,IAAkB;QAC3C,OAAO,qBAAqB,CAAC;IAC/B,CAAC;qTAjBU,kCAAkC,yBAAlC,kCAAkC;6DAAlC,kCAAkC;YAd3C,8BAAgC;YAC9B,yCAAiD;YACnD,iBAAM;;;AAYG,kCAAkC;IAlB9C,aAAa,CAAC,qBAAqB,EAAE,2BAA2B,CAAC;GAkBrD,kCAAkC,CAkB9C;;iFAlBY,kCAAkC;cAjB9C,SAAS;2BACE,gCAAgC,YAChC;;;;GAIT;;kFAWU,kCAAkC"}