@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.
- package/dist/AI/ai-dashboard.component.d.ts +54 -0
- package/dist/AI/ai-dashboard.component.d.ts.map +1 -0
- package/dist/AI/ai-dashboard.component.js +248 -0
- package/dist/AI/ai-dashboard.component.js.map +1 -0
- package/dist/AI/components/agents/agent-configuration.component.d.ts +41 -0
- package/dist/AI/components/agents/agent-configuration.component.d.ts.map +1 -0
- package/dist/AI/components/agents/agent-configuration.component.js +325 -0
- package/dist/AI/components/agents/agent-configuration.component.js.map +1 -0
- package/dist/AI/components/agents/agent-editor.component.d.ts +77 -0
- package/dist/AI/components/agents/agent-editor.component.d.ts.map +1 -0
- package/dist/AI/components/agents/agent-editor.component.js +869 -0
- package/dist/AI/components/agents/agent-editor.component.js.map +1 -0
- package/dist/AI/components/agents/agent-filter-panel.component.d.ts +33 -0
- package/dist/AI/components/agents/agent-filter-panel.component.d.ts.map +1 -0
- package/dist/AI/components/agents/agent-filter-panel.component.js +144 -0
- package/dist/AI/components/agents/agent-filter-panel.component.js.map +1 -0
- package/dist/AI/components/execution-monitoring.component.d.ts +13 -0
- package/dist/AI/components/execution-monitoring.component.d.ts.map +1 -0
- package/dist/AI/components/execution-monitoring.component.js +30 -0
- package/dist/AI/components/execution-monitoring.component.js.map +1 -0
- package/dist/AI/components/models/model-management.component.d.ts +73 -0
- package/dist/AI/components/models/model-management.component.d.ts.map +1 -0
- package/dist/AI/components/models/model-management.component.js +669 -0
- package/dist/AI/components/models/model-management.component.js.map +1 -0
- package/dist/AI/components/prompts/prompt-filter-panel.component.d.ts +49 -0
- package/dist/AI/components/prompts/prompt-filter-panel.component.d.ts.map +1 -0
- package/dist/AI/components/prompts/prompt-filter-panel.component.js +186 -0
- package/dist/AI/components/prompts/prompt-filter-panel.component.js.map +1 -0
- package/dist/AI/components/prompts/prompt-management.component.d.ts +113 -0
- package/dist/AI/components/prompts/prompt-management.component.d.ts.map +1 -0
- package/dist/AI/components/prompts/prompt-management.component.js +1316 -0
- package/dist/AI/components/prompts/prompt-management.component.js.map +1 -0
- package/dist/AI/components/system/system-config-filter-panel.component.d.ts +33 -0
- package/dist/AI/components/system/system-config-filter-panel.component.d.ts.map +1 -0
- package/dist/AI/components/system/system-config-filter-panel.component.js +146 -0
- package/dist/AI/components/system/system-config-filter-panel.component.js.map +1 -0
- package/dist/AI/components/system/system-configuration.component.d.ts +37 -0
- package/dist/AI/components/system/system-configuration.component.d.ts.map +1 -0
- package/dist/AI/components/system/system-configuration.component.js +311 -0
- package/dist/AI/components/system/system-configuration.component.js.map +1 -0
- package/dist/Actions/actions-management-dashboard.component.d.ts +50 -0
- package/dist/Actions/actions-management-dashboard.component.d.ts.map +1 -0
- package/dist/Actions/actions-management-dashboard.component.js +282 -0
- package/dist/Actions/actions-management-dashboard.component.js.map +1 -0
- package/dist/Actions/components/actions-list-view.component.d.ts +52 -0
- package/dist/Actions/components/actions-list-view.component.d.ts.map +1 -0
- package/dist/Actions/components/actions-list-view.component.js +366 -0
- package/dist/Actions/components/actions-list-view.component.js.map +1 -0
- package/dist/Actions/components/actions-overview.component.d.ts +71 -0
- package/dist/Actions/components/actions-overview.component.d.ts.map +1 -0
- package/dist/Actions/components/actions-overview.component.js +605 -0
- package/dist/Actions/components/actions-overview.component.js.map +1 -0
- package/dist/Actions/components/categories-list-view.component.d.ts +11 -0
- package/dist/Actions/components/categories-list-view.component.d.ts.map +1 -0
- package/dist/Actions/components/categories-list-view.component.js +35 -0
- package/dist/Actions/components/categories-list-view.component.js.map +1 -0
- package/dist/Actions/components/code-management.component.d.ts +11 -0
- package/dist/Actions/components/code-management.component.d.ts.map +1 -0
- package/dist/Actions/components/code-management.component.js +35 -0
- package/dist/Actions/components/code-management.component.js.map +1 -0
- package/dist/Actions/components/entity-integration.component.d.ts +11 -0
- package/dist/Actions/components/entity-integration.component.d.ts.map +1 -0
- package/dist/Actions/components/entity-integration.component.js +35 -0
- package/dist/Actions/components/entity-integration.component.js.map +1 -0
- package/dist/Actions/components/execution-monitoring.component.d.ts +83 -0
- package/dist/Actions/components/execution-monitoring.component.d.ts.map +1 -0
- package/dist/Actions/components/execution-monitoring.component.js +629 -0
- package/dist/Actions/components/execution-monitoring.component.js.map +1 -0
- package/dist/Actions/components/executions-list-view.component.d.ts +11 -0
- package/dist/Actions/components/executions-list-view.component.d.ts.map +1 -0
- package/dist/Actions/components/executions-list-view.component.js +35 -0
- package/dist/Actions/components/executions-list-view.component.js.map +1 -0
- package/dist/Actions/components/scheduled-actions.component.d.ts +11 -0
- package/dist/Actions/components/scheduled-actions.component.d.ts.map +1 -0
- package/dist/Actions/components/scheduled-actions.component.js +35 -0
- package/dist/Actions/components/scheduled-actions.component.js.map +1 -0
- package/dist/Actions/components/security-permissions.component.d.ts +11 -0
- package/dist/Actions/components/security-permissions.component.d.ts.map +1 -0
- package/dist/Actions/components/security-permissions.component.js +35 -0
- package/dist/Actions/components/security-permissions.component.js.map +1 -0
- package/dist/Actions/index.d.ts +11 -0
- package/dist/Actions/index.d.ts.map +1 -0
- package/dist/Actions/index.js +11 -0
- package/dist/Actions/index.js.map +1 -0
- package/dist/EntityAdmin/components/entity-details.component.d.ts +50 -0
- package/dist/EntityAdmin/components/entity-details.component.d.ts.map +1 -0
- package/dist/EntityAdmin/components/entity-details.component.js +684 -0
- package/dist/EntityAdmin/components/entity-details.component.js.map +1 -0
- package/dist/EntityAdmin/components/entity-filter-panel.component.d.ts +31 -0
- package/dist/EntityAdmin/components/entity-filter-panel.component.d.ts.map +1 -0
- package/dist/EntityAdmin/components/entity-filter-panel.component.js +162 -0
- package/dist/EntityAdmin/components/entity-filter-panel.component.js.map +1 -0
- package/dist/EntityAdmin/components/erd-composite.component.d.ts +73 -0
- package/dist/EntityAdmin/components/erd-composite.component.d.ts.map +1 -0
- package/dist/EntityAdmin/components/erd-composite.component.js +288 -0
- package/dist/EntityAdmin/components/erd-composite.component.js.map +1 -0
- package/dist/EntityAdmin/components/erd-diagram.component.d.ts +47 -0
- package/dist/EntityAdmin/components/erd-diagram.component.d.ts.map +1 -0
- package/dist/EntityAdmin/components/erd-diagram.component.js +618 -0
- package/dist/EntityAdmin/components/erd-diagram.component.js.map +1 -0
- package/dist/EntityAdmin/entity-admin-dashboard.component.d.ts +50 -0
- package/dist/EntityAdmin/entity-admin-dashboard.component.d.ts.map +1 -0
- package/dist/EntityAdmin/entity-admin-dashboard.component.js +190 -0
- package/dist/EntityAdmin/entity-admin-dashboard.component.js.map +1 -0
- package/dist/generic/base-dashboard.d.ts +65 -0
- package/dist/generic/base-dashboard.d.ts.map +1 -0
- package/dist/generic/base-dashboard.js +86 -0
- package/dist/generic/base-dashboard.js.map +1 -0
- package/dist/module.d.ts +43 -0
- package/dist/module.d.ts.map +1 -0
- package/dist/module.js +141 -0
- package/dist/module.js.map +1 -0
- package/dist/public-api.d.ts +6 -0
- package/dist/public-api.d.ts.map +1 -0
- package/dist/public-api.js +18 -0
- package/dist/public-api.js.map +1 -0
- 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 @@
|
|
|
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
|
+
}
|