@memberjunction/ng-dashboards 2.42.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 (117) hide show
  1. package/dist/AI/ai-dashboard.component.d.ts +54 -0
  2. package/dist/AI/ai-dashboard.component.d.ts.map +1 -0
  3. package/dist/AI/ai-dashboard.component.js +248 -0
  4. package/dist/AI/ai-dashboard.component.js.map +1 -0
  5. package/dist/AI/components/agents/agent-configuration.component.d.ts +41 -0
  6. package/dist/AI/components/agents/agent-configuration.component.d.ts.map +1 -0
  7. package/dist/AI/components/agents/agent-configuration.component.js +325 -0
  8. package/dist/AI/components/agents/agent-configuration.component.js.map +1 -0
  9. package/dist/AI/components/agents/agent-editor.component.d.ts +77 -0
  10. package/dist/AI/components/agents/agent-editor.component.d.ts.map +1 -0
  11. package/dist/AI/components/agents/agent-editor.component.js +869 -0
  12. package/dist/AI/components/agents/agent-editor.component.js.map +1 -0
  13. package/dist/AI/components/agents/agent-filter-panel.component.d.ts +33 -0
  14. package/dist/AI/components/agents/agent-filter-panel.component.d.ts.map +1 -0
  15. package/dist/AI/components/agents/agent-filter-panel.component.js +144 -0
  16. package/dist/AI/components/agents/agent-filter-panel.component.js.map +1 -0
  17. package/dist/AI/components/execution-monitoring.component.d.ts +13 -0
  18. package/dist/AI/components/execution-monitoring.component.d.ts.map +1 -0
  19. package/dist/AI/components/execution-monitoring.component.js +30 -0
  20. package/dist/AI/components/execution-monitoring.component.js.map +1 -0
  21. package/dist/AI/components/models/model-management.component.d.ts +73 -0
  22. package/dist/AI/components/models/model-management.component.d.ts.map +1 -0
  23. package/dist/AI/components/models/model-management.component.js +669 -0
  24. package/dist/AI/components/models/model-management.component.js.map +1 -0
  25. package/dist/AI/components/prompts/prompt-filter-panel.component.d.ts +49 -0
  26. package/dist/AI/components/prompts/prompt-filter-panel.component.d.ts.map +1 -0
  27. package/dist/AI/components/prompts/prompt-filter-panel.component.js +186 -0
  28. package/dist/AI/components/prompts/prompt-filter-panel.component.js.map +1 -0
  29. package/dist/AI/components/prompts/prompt-management.component.d.ts +113 -0
  30. package/dist/AI/components/prompts/prompt-management.component.d.ts.map +1 -0
  31. package/dist/AI/components/prompts/prompt-management.component.js +1316 -0
  32. package/dist/AI/components/prompts/prompt-management.component.js.map +1 -0
  33. package/dist/AI/components/system/system-config-filter-panel.component.d.ts +33 -0
  34. package/dist/AI/components/system/system-config-filter-panel.component.d.ts.map +1 -0
  35. package/dist/AI/components/system/system-config-filter-panel.component.js +146 -0
  36. package/dist/AI/components/system/system-config-filter-panel.component.js.map +1 -0
  37. package/dist/AI/components/system/system-configuration.component.d.ts +37 -0
  38. package/dist/AI/components/system/system-configuration.component.d.ts.map +1 -0
  39. package/dist/AI/components/system/system-configuration.component.js +311 -0
  40. package/dist/AI/components/system/system-configuration.component.js.map +1 -0
  41. package/dist/Actions/actions-management-dashboard.component.d.ts +50 -0
  42. package/dist/Actions/actions-management-dashboard.component.d.ts.map +1 -0
  43. package/dist/Actions/actions-management-dashboard.component.js +282 -0
  44. package/dist/Actions/actions-management-dashboard.component.js.map +1 -0
  45. package/dist/Actions/components/actions-list-view.component.d.ts +52 -0
  46. package/dist/Actions/components/actions-list-view.component.d.ts.map +1 -0
  47. package/dist/Actions/components/actions-list-view.component.js +366 -0
  48. package/dist/Actions/components/actions-list-view.component.js.map +1 -0
  49. package/dist/Actions/components/actions-overview.component.d.ts +71 -0
  50. package/dist/Actions/components/actions-overview.component.d.ts.map +1 -0
  51. package/dist/Actions/components/actions-overview.component.js +605 -0
  52. package/dist/Actions/components/actions-overview.component.js.map +1 -0
  53. package/dist/Actions/components/categories-list-view.component.d.ts +11 -0
  54. package/dist/Actions/components/categories-list-view.component.d.ts.map +1 -0
  55. package/dist/Actions/components/categories-list-view.component.js +35 -0
  56. package/dist/Actions/components/categories-list-view.component.js.map +1 -0
  57. package/dist/Actions/components/code-management.component.d.ts +11 -0
  58. package/dist/Actions/components/code-management.component.d.ts.map +1 -0
  59. package/dist/Actions/components/code-management.component.js +35 -0
  60. package/dist/Actions/components/code-management.component.js.map +1 -0
  61. package/dist/Actions/components/entity-integration.component.d.ts +11 -0
  62. package/dist/Actions/components/entity-integration.component.d.ts.map +1 -0
  63. package/dist/Actions/components/entity-integration.component.js +35 -0
  64. package/dist/Actions/components/entity-integration.component.js.map +1 -0
  65. package/dist/Actions/components/execution-monitoring.component.d.ts +83 -0
  66. package/dist/Actions/components/execution-monitoring.component.d.ts.map +1 -0
  67. package/dist/Actions/components/execution-monitoring.component.js +629 -0
  68. package/dist/Actions/components/execution-monitoring.component.js.map +1 -0
  69. package/dist/Actions/components/executions-list-view.component.d.ts +11 -0
  70. package/dist/Actions/components/executions-list-view.component.d.ts.map +1 -0
  71. package/dist/Actions/components/executions-list-view.component.js +35 -0
  72. package/dist/Actions/components/executions-list-view.component.js.map +1 -0
  73. package/dist/Actions/components/scheduled-actions.component.d.ts +11 -0
  74. package/dist/Actions/components/scheduled-actions.component.d.ts.map +1 -0
  75. package/dist/Actions/components/scheduled-actions.component.js +35 -0
  76. package/dist/Actions/components/scheduled-actions.component.js.map +1 -0
  77. package/dist/Actions/components/security-permissions.component.d.ts +11 -0
  78. package/dist/Actions/components/security-permissions.component.d.ts.map +1 -0
  79. package/dist/Actions/components/security-permissions.component.js +35 -0
  80. package/dist/Actions/components/security-permissions.component.js.map +1 -0
  81. package/dist/Actions/index.d.ts +11 -0
  82. package/dist/Actions/index.d.ts.map +1 -0
  83. package/dist/Actions/index.js +11 -0
  84. package/dist/Actions/index.js.map +1 -0
  85. package/dist/EntityAdmin/components/entity-details.component.d.ts +50 -0
  86. package/dist/EntityAdmin/components/entity-details.component.d.ts.map +1 -0
  87. package/dist/EntityAdmin/components/entity-details.component.js +684 -0
  88. package/dist/EntityAdmin/components/entity-details.component.js.map +1 -0
  89. package/dist/EntityAdmin/components/entity-filter-panel.component.d.ts +31 -0
  90. package/dist/EntityAdmin/components/entity-filter-panel.component.d.ts.map +1 -0
  91. package/dist/EntityAdmin/components/entity-filter-panel.component.js +162 -0
  92. package/dist/EntityAdmin/components/entity-filter-panel.component.js.map +1 -0
  93. package/dist/EntityAdmin/components/erd-composite.component.d.ts +73 -0
  94. package/dist/EntityAdmin/components/erd-composite.component.d.ts.map +1 -0
  95. package/dist/EntityAdmin/components/erd-composite.component.js +288 -0
  96. package/dist/EntityAdmin/components/erd-composite.component.js.map +1 -0
  97. package/dist/EntityAdmin/components/erd-diagram.component.d.ts +47 -0
  98. package/dist/EntityAdmin/components/erd-diagram.component.d.ts.map +1 -0
  99. package/dist/EntityAdmin/components/erd-diagram.component.js +618 -0
  100. package/dist/EntityAdmin/components/erd-diagram.component.js.map +1 -0
  101. package/dist/EntityAdmin/entity-admin-dashboard.component.d.ts +50 -0
  102. package/dist/EntityAdmin/entity-admin-dashboard.component.d.ts.map +1 -0
  103. package/dist/EntityAdmin/entity-admin-dashboard.component.js +190 -0
  104. package/dist/EntityAdmin/entity-admin-dashboard.component.js.map +1 -0
  105. package/dist/generic/base-dashboard.d.ts +65 -0
  106. package/dist/generic/base-dashboard.d.ts.map +1 -0
  107. package/dist/generic/base-dashboard.js +86 -0
  108. package/dist/generic/base-dashboard.js.map +1 -0
  109. package/dist/module.d.ts +43 -0
  110. package/dist/module.d.ts.map +1 -0
  111. package/dist/module.js +141 -0
  112. package/dist/module.js.map +1 -0
  113. package/dist/public-api.d.ts +6 -0
  114. package/dist/public-api.d.ts.map +1 -0
  115. package/dist/public-api.js +18 -0
  116. package/dist/public-api.js.map +1 -0
  117. package/package.json +46 -0
package/dist/module.js ADDED
@@ -0,0 +1,141 @@
1
+ import { NgModule } from '@angular/core';
2
+ import { CommonModule } from '@angular/common';
3
+ import { FormsModule } from '@angular/forms';
4
+ import { IndicatorsModule } from '@progress/kendo-angular-indicators';
5
+ import { DropDownsModule } from '@progress/kendo-angular-dropdowns';
6
+ import { InputsModule } from '@progress/kendo-angular-inputs';
7
+ import { LayoutModule } from '@progress/kendo-angular-layout';
8
+ import { EntityAdminDashboardComponent } from './EntityAdmin/entity-admin-dashboard.component';
9
+ import { ERDCompositeComponent } from './EntityAdmin/components/erd-composite.component';
10
+ import { EntityFilterPanelComponent } from './EntityAdmin/components/entity-filter-panel.component';
11
+ import { EntityDetailsComponent } from './EntityAdmin/components/entity-details.component';
12
+ import { ERDDiagramComponent } from './EntityAdmin/components/erd-diagram.component';
13
+ import { AIDashboardComponent } from './AI/ai-dashboard.component';
14
+ import { ModelManagementComponent } from './AI/components/models/model-management.component';
15
+ import { PromptManagementComponent } from './AI/components/prompts/prompt-management.component';
16
+ import { PromptFilterPanelComponent } from './AI/components/prompts/prompt-filter-panel.component';
17
+ import { AgentConfigurationComponent } from './AI/components/agents/agent-configuration.component';
18
+ import { AgentFilterPanelComponent } from './AI/components/agents/agent-filter-panel.component';
19
+ import { AgentEditorComponent } from './AI/components/agents/agent-editor.component';
20
+ import { ExecutionMonitoringComponent } from './AI/components/execution-monitoring.component';
21
+ import { SystemConfigurationComponent } from './AI/components/system/system-configuration.component';
22
+ import { SystemConfigFilterPanelComponent } from './AI/components/system/system-config-filter-panel.component';
23
+ import { ActionsManagementDashboardComponent } from './Actions/actions-management-dashboard.component';
24
+ import { ActionsOverviewComponent } from './Actions/components/actions-overview.component';
25
+ import { ExecutionMonitoringComponent as ActionsExecutionMonitoringComponent } from './Actions/components/execution-monitoring.component';
26
+ import { ScheduledActionsComponent } from './Actions/components/scheduled-actions.component';
27
+ import { CodeManagementComponent } from './Actions/components/code-management.component';
28
+ import { EntityIntegrationComponent } from './Actions/components/entity-integration.component';
29
+ import { SecurityPermissionsComponent } from './Actions/components/security-permissions.component';
30
+ import { ActionsListViewComponent } from './Actions/components/actions-list-view.component';
31
+ import { ExecutionsListViewComponent } from './Actions/components/executions-list-view.component';
32
+ import { CategoriesListViewComponent } from './Actions/components/categories-list-view.component';
33
+ import { ContainerDirectivesModule } from '@memberjunction/ng-container-directives';
34
+ import { NavigationModule } from '@progress/kendo-angular-navigation';
35
+ import { CodeEditorModule } from '@memberjunction/ng-code-editor';
36
+ import { TreeViewModule } from '@progress/kendo-angular-treeview';
37
+ import { ButtonsModule } from '@progress/kendo-angular-buttons';
38
+ import * as i0 from "@angular/core";
39
+ export class DashboardsModule {
40
+ }
41
+ DashboardsModule.ɵfac = function DashboardsModule_Factory(t) { return new (t || DashboardsModule)(); };
42
+ DashboardsModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: DashboardsModule });
43
+ DashboardsModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
44
+ FormsModule,
45
+ IndicatorsModule,
46
+ DropDownsModule,
47
+ InputsModule,
48
+ LayoutModule,
49
+ ContainerDirectivesModule,
50
+ NavigationModule,
51
+ CodeEditorModule,
52
+ TreeViewModule,
53
+ ButtonsModule] });
54
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DashboardsModule, [{
55
+ type: NgModule,
56
+ args: [{
57
+ declarations: [
58
+ EntityAdminDashboardComponent,
59
+ ERDCompositeComponent,
60
+ EntityFilterPanelComponent,
61
+ EntityDetailsComponent,
62
+ ERDDiagramComponent,
63
+ AIDashboardComponent,
64
+ ModelManagementComponent,
65
+ PromptManagementComponent,
66
+ PromptFilterPanelComponent,
67
+ AgentConfigurationComponent,
68
+ AgentFilterPanelComponent,
69
+ AgentEditorComponent,
70
+ ExecutionMonitoringComponent,
71
+ SystemConfigurationComponent,
72
+ SystemConfigFilterPanelComponent,
73
+ ActionsManagementDashboardComponent,
74
+ ActionsOverviewComponent,
75
+ ActionsExecutionMonitoringComponent,
76
+ ScheduledActionsComponent,
77
+ CodeManagementComponent,
78
+ EntityIntegrationComponent,
79
+ SecurityPermissionsComponent,
80
+ ActionsListViewComponent,
81
+ ExecutionsListViewComponent,
82
+ CategoriesListViewComponent
83
+ ],
84
+ imports: [
85
+ CommonModule,
86
+ FormsModule,
87
+ IndicatorsModule,
88
+ DropDownsModule,
89
+ InputsModule,
90
+ LayoutModule,
91
+ ContainerDirectivesModule,
92
+ NavigationModule,
93
+ CodeEditorModule,
94
+ TreeViewModule,
95
+ ButtonsModule
96
+ ],
97
+ exports: [
98
+ EntityAdminDashboardComponent,
99
+ AIDashboardComponent,
100
+ ActionsManagementDashboardComponent
101
+ ]
102
+ }]
103
+ }], null, null); })();
104
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(DashboardsModule, { declarations: [EntityAdminDashboardComponent,
105
+ ERDCompositeComponent,
106
+ EntityFilterPanelComponent,
107
+ EntityDetailsComponent,
108
+ ERDDiagramComponent,
109
+ AIDashboardComponent,
110
+ ModelManagementComponent,
111
+ PromptManagementComponent,
112
+ PromptFilterPanelComponent,
113
+ AgentConfigurationComponent,
114
+ AgentFilterPanelComponent,
115
+ AgentEditorComponent,
116
+ ExecutionMonitoringComponent,
117
+ SystemConfigurationComponent,
118
+ SystemConfigFilterPanelComponent,
119
+ ActionsManagementDashboardComponent,
120
+ ActionsOverviewComponent,
121
+ ActionsExecutionMonitoringComponent,
122
+ ScheduledActionsComponent,
123
+ CodeManagementComponent,
124
+ EntityIntegrationComponent,
125
+ SecurityPermissionsComponent,
126
+ ActionsListViewComponent,
127
+ ExecutionsListViewComponent,
128
+ CategoriesListViewComponent], imports: [CommonModule,
129
+ FormsModule,
130
+ IndicatorsModule,
131
+ DropDownsModule,
132
+ InputsModule,
133
+ LayoutModule,
134
+ ContainerDirectivesModule,
135
+ NavigationModule,
136
+ CodeEditorModule,
137
+ TreeViewModule,
138
+ ButtonsModule], exports: [EntityAdminDashboardComponent,
139
+ AIDashboardComponent,
140
+ ActionsManagementDashboardComponent] }); })();
141
+ //# sourceMappingURL=module.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"module.js","sourceRoot":"","sources":["../src/module.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,6 @@
1
+ export * from './generic/base-dashboard';
2
+ export * from './EntityAdmin/entity-admin-dashboard.component';
3
+ export * from './AI/ai-dashboard.component';
4
+ export * from './Actions';
5
+ export * from './module';
6
+ //# sourceMappingURL=public-api.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"public-api.d.ts","sourceRoot":"","sources":["../src/public-api.ts"],"names":[],"mappings":"AASA,cAAc,0BAA0B,CAAC;AAGzC,cAAc,gDAAgD,CAAC;AAC/D,cAAc,6BAA6B,CAAC;AAC5C,cAAc,WAAW,CAAC;AAG1B,cAAc,UAAU,CAAC"}
@@ -0,0 +1,18 @@
1
+ /*
2
+ * Public API Surface of dashboards
3
+ */
4
+ import { LoadEntityAdminDashboard } from './EntityAdmin/entity-admin-dashboard.component';
5
+ import { LoadAIDashboard } from './AI/ai-dashboard.component';
6
+ import { LoadActionsManagementDashboard } from './Actions';
7
+ // Base Dashboard
8
+ export * from './generic/base-dashboard';
9
+ // Dashboards
10
+ export * from './EntityAdmin/entity-admin-dashboard.component';
11
+ export * from './AI/ai-dashboard.component';
12
+ export * from './Actions';
13
+ // Module
14
+ export * from './module';
15
+ LoadEntityAdminDashboard(); // call tree shaking function to prevent tree shaking
16
+ LoadAIDashboard(); // call tree shaking function to prevent tree shaking
17
+ LoadActionsManagementDashboard(); // call tree shaking function to prevent tree shaking
18
+ //# sourceMappingURL=public-api.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"public-api.js","sourceRoot":"","sources":["../src/public-api.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,wBAAwB,EAAE,MAAM,gDAAgD,CAAC;AAC1F,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,8BAA8B,EAAE,MAAM,WAAW,CAAC;AAE3D,iBAAiB;AACjB,cAAc,0BAA0B,CAAC;AAEzC,aAAa;AACb,cAAc,gDAAgD,CAAC;AAC/D,cAAc,6BAA6B,CAAC;AAC5C,cAAc,WAAW,CAAC;AAE1B,SAAS;AACT,cAAc,UAAU,CAAC;AAEzB,wBAAwB,EAAE,CAAC,CAAC,qDAAqD;AACjF,eAAe,EAAE,CAAC,CAAC,qDAAqD;AACxE,8BAA8B,EAAE,CAAC,CAAC,qDAAqD"}
package/package.json ADDED
@@ -0,0 +1,46 @@
1
+ {
2
+ "name": "@memberjunction/ng-dashboards",
3
+ "version": "2.42.0",
4
+ "description": "MemberJunction Dashboards",
5
+ "main": "./dist/public-api.js",
6
+ "typings": "./dist/public-api.d.ts",
7
+ "files": [
8
+ "/dist"
9
+ ],
10
+ "scripts": {
11
+ "test": "echo \"Error: no test specified\" && exit 1",
12
+ "build": "ngc"
13
+ },
14
+ "keywords": [],
15
+ "author": "",
16
+ "license": "ISC",
17
+ "devDependencies": {
18
+ "@angular/compiler": "18.0.2",
19
+ "@angular/compiler-cli": "18.0.2",
20
+ "@types/d3": "^7.4.0"
21
+ },
22
+ "peerDependencies": {
23
+ "@angular/common": "18.0.2",
24
+ "@angular/core": "18.0.2",
25
+ "@angular/forms": "18.0.2"
26
+ },
27
+ "dependencies": {
28
+ "@memberjunction/core": "2.42.0",
29
+ "@memberjunction/core-entities": "2.42.0",
30
+ "@memberjunction/templates-base-types": "2.42.0",
31
+ "@memberjunction/ng-container-directives": "2.42.0",
32
+ "@memberjunction/ng-notifications": "2.42.0",
33
+ "@progress/kendo-angular-dropdowns": "16.2.0",
34
+ "@progress/kendo-angular-navigation": "16.2.0",
35
+ "@progress/kendo-angular-inputs": "16.2.0",
36
+ "@progress/kendo-angular-layout": "16.2.0",
37
+ "@progress/kendo-angular-indicators": "16.2.0",
38
+ "@codemirror/language-data": "^6.5.1",
39
+ "@codemirror/merge": "^6.6.3",
40
+ "codemirror": "^6.0.1",
41
+ "d3": "^7.8.5",
42
+ "rxjs": "^7.8.0",
43
+ "tslib": "^2.3.0"
44
+ },
45
+ "sideEffects": false
46
+ }