@memberjunction/ng-dashboards 5.14.0 → 5.16.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/components/execution-monitoring.component.js +3 -3
- package/dist/APIKeys/api-applications-panel.component.js +4 -4
- package/dist/APIKeys/api-key-create-dialog.component.js +4 -4
- package/dist/APIKeys/api-key-edit-panel.component.js +4 -4
- package/dist/APIKeys/api-scopes-panel.component.js +5 -5
- package/dist/APIKeys/api-usage-panel.component.js +3 -3
- package/dist/Actions/components/actions-list-view.component.js +4 -4
- package/dist/Actions/components/actions-overview.component.js +5 -5
- package/dist/Actions/components/categories-list-view.component.js +4 -4
- package/dist/Actions/components/execution-monitoring.component.js +4 -4
- package/dist/Actions/components/explorer/action-toolbar.component.js +3 -3
- package/dist/Actions/components/explorer/action-tree-panel.component.js +3 -3
- package/dist/Actions/components/explorer/new-action-panel.component.js +4 -4
- package/dist/Actions/components/explorer/new-category-panel.component.js +4 -4
- package/dist/ComponentStudio/components/artifact-load-dialog.component.js +3 -3
- package/dist/ComponentStudio/components/artifact-selection-dialog.component.js +3 -3
- package/dist/ComponentStudio/components/browser/component-browser.component.js +3 -3
- package/dist/ComponentStudio/components/editors/code-editor-panel.component.js +3 -3
- package/dist/ComponentStudio/components/editors/data-requirements-editor.component.js +3 -3
- package/dist/ComponentStudio/components/editors/requirements-editor.component.js +3 -3
- package/dist/ComponentStudio/components/editors/spec-editor.component.js +3 -3
- package/dist/ComponentStudio/components/new-component-dialog/new-component-dialog.component.js +3 -3
- package/dist/ComponentStudio/components/save-version-dialog/save-version-dialog.component.js +4 -4
- package/dist/ComponentStudio/components/text-import-dialog.component.js +3 -3
- package/dist/DataExplorer/data-explorer-dashboard.component.js +1 -1
- package/dist/Home/home-dashboard.component.js +3 -3
- package/dist/QueryBrowser/query-browser-resource.component.js +3 -3
- package/dist/actions-dashboards.module.d.ts +42 -0
- package/dist/actions-dashboards.module.d.ts.map +1 -0
- package/dist/actions-dashboards.module.js +156 -0
- package/dist/actions-dashboards.module.js.map +1 -0
- package/dist/ai-dashboards.module.d.ts +43 -0
- package/dist/ai-dashboards.module.d.ts.map +1 -0
- package/dist/ai-dashboards.module.js +169 -0
- package/dist/ai-dashboards.module.js.map +1 -0
- package/dist/communication-dashboards.module.d.ts +26 -0
- package/dist/communication-dashboards.module.d.ts.map +1 -0
- package/dist/communication-dashboards.module.js +93 -0
- package/dist/communication-dashboards.module.js.map +1 -0
- package/dist/component-studio-dashboards.module.d.ts +37 -0
- package/dist/component-studio-dashboards.module.d.ts.map +1 -0
- package/dist/component-studio-dashboards.module.js +131 -0
- package/dist/component-studio-dashboards.module.js.map +1 -0
- package/dist/core-dashboards.module.d.ts +49 -0
- package/dist/core-dashboards.module.d.ts.map +1 -0
- package/dist/core-dashboards.module.js +197 -0
- package/dist/core-dashboards.module.js.map +1 -0
- package/dist/credentials-dashboards.module.d.ts +27 -0
- package/dist/credentials-dashboards.module.d.ts.map +1 -0
- package/dist/credentials-dashboards.module.js +100 -0
- package/dist/credentials-dashboards.module.js.map +1 -0
- package/dist/data-explorer-dashboards.module.d.ts +32 -0
- package/dist/data-explorer-dashboards.module.d.ts.map +1 -0
- package/dist/data-explorer-dashboards.module.js +110 -0
- package/dist/data-explorer-dashboards.module.js.map +1 -0
- package/dist/lists-dashboards.module.d.ts +25 -0
- package/dist/lists-dashboards.module.d.ts.map +1 -0
- package/dist/lists-dashboards.module.js +94 -0
- package/dist/lists-dashboards.module.js.map +1 -0
- package/dist/module.d.ts +31 -150
- package/dist/module.d.ts.map +1 -1
- package/dist/module.js +109 -735
- package/dist/module.js.map +1 -1
- package/dist/public-api.d.ts +11 -1
- package/dist/public-api.d.ts.map +1 -1
- package/dist/public-api.js +15 -2
- package/dist/public-api.js.map +1 -1
- package/dist/scheduling-dashboards.module.d.ts +29 -0
- package/dist/scheduling-dashboards.module.d.ts.map +1 -0
- package/dist/scheduling-dashboards.module.js +106 -0
- package/dist/scheduling-dashboards.module.js.map +1 -0
- package/dist/shared/shared-dashboard-widgets.module.d.ts +16 -0
- package/dist/shared/shared-dashboard-widgets.module.d.ts.map +1 -0
- package/dist/shared/shared-dashboard-widgets.module.js +40 -0
- package/dist/shared/shared-dashboard-widgets.module.js.map +1 -0
- package/dist/testing-dashboards.module.d.ts +38 -0
- package/dist/testing-dashboards.module.d.ts.map +1 -0
- package/dist/testing-dashboards.module.js +145 -0
- package/dist/testing-dashboards.module.js.map +1 -0
- package/package.json +100 -42
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./AI/components/models/model-management.component";
|
|
3
|
+
import * as i2 from "./AI/components/prompts/prompt-management.component";
|
|
4
|
+
import * as i3 from "./AI/components/prompts/prompt-filter-panel.component";
|
|
5
|
+
import * as i4 from "./AI/components/agents/agent-configuration.component";
|
|
6
|
+
import * as i5 from "./AI/components/agents/agent-filter-panel.component";
|
|
7
|
+
import * as i6 from "./AI/components/agents/agent-editor.component";
|
|
8
|
+
import * as i7 from "./AI/components/execution-monitoring.component";
|
|
9
|
+
import * as i8 from "./AI/components/system/system-configuration.component";
|
|
10
|
+
import * as i9 from "./AI/components/system/system-config-filter-panel.component";
|
|
11
|
+
import * as i10 from "./AI/components/prompts/model-prompt-priority-matrix.component";
|
|
12
|
+
import * as i11 from "./AI/components/prompts/prompt-version-control.component";
|
|
13
|
+
import * as i12 from "./AI/components/widgets/live-execution-widget.component";
|
|
14
|
+
import * as i13 from "./AI/components/charts/performance-heatmap.component";
|
|
15
|
+
import * as i14 from "./AI/components/requests/agent-requests-resource.component";
|
|
16
|
+
import * as i15 from "@angular/common";
|
|
17
|
+
import * as i16 from "@angular/forms";
|
|
18
|
+
import * as i17 from "@progress/kendo-angular-buttons";
|
|
19
|
+
import * as i18 from "@progress/kendo-angular-grid";
|
|
20
|
+
import * as i19 from "@progress/kendo-angular-dropdowns";
|
|
21
|
+
import * as i20 from "@progress/kendo-angular-inputs";
|
|
22
|
+
import * as i21 from "@progress/kendo-angular-indicators";
|
|
23
|
+
import * as i22 from "@progress/kendo-angular-dialog";
|
|
24
|
+
import * as i23 from "@progress/kendo-angular-layout";
|
|
25
|
+
import * as i24 from "@progress/kendo-angular-treeview";
|
|
26
|
+
import * as i25 from "@memberjunction/ng-container-directives";
|
|
27
|
+
import * as i26 from "@memberjunction/ng-code-editor";
|
|
28
|
+
import * as i27 from "@memberjunction/ng-shared-generic";
|
|
29
|
+
import * as i28 from "@memberjunction/ng-agents";
|
|
30
|
+
import * as i29 from "@memberjunction/ng-agent-requests";
|
|
31
|
+
import * as i30 from "@memberjunction/ng-trees";
|
|
32
|
+
import * as i31 from "./shared/shared-dashboard-widgets.module";
|
|
33
|
+
import * as i32 from "./shared/shared-pipes.module";
|
|
34
|
+
/**
|
|
35
|
+
* AIDashboardsModule — AI feature area: models, prompts, agents,
|
|
36
|
+
* execution monitoring, system configuration, and instrumentation widgets.
|
|
37
|
+
*/
|
|
38
|
+
export declare class AIDashboardsModule {
|
|
39
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AIDashboardsModule, never>;
|
|
40
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AIDashboardsModule, [typeof i1.ModelManagementComponent, typeof i2.PromptManagementComponent, typeof i3.PromptFilterPanelComponent, typeof i4.AgentConfigurationComponent, typeof i5.AgentFilterPanelComponent, typeof i6.AgentEditorComponent, typeof i7.ExecutionMonitoringComponent, typeof i8.SystemConfigurationComponent, typeof i9.SystemConfigFilterPanelComponent, typeof i10.ModelPromptPriorityMatrixComponent, typeof i11.PromptVersionControlComponent, typeof i12.LiveExecutionWidgetComponent, typeof i13.PerformanceHeatmapComponent, typeof i14.AgentRequestsResourceComponent], [typeof i15.CommonModule, typeof i16.FormsModule, typeof i16.ReactiveFormsModule, typeof i17.ButtonsModule, typeof i18.GridModule, typeof i19.DropDownsModule, typeof i20.InputsModule, typeof i21.IndicatorsModule, typeof i22.DialogsModule, typeof i22.WindowModule, typeof i23.TabStripModule, typeof i23.SplitterModule, typeof i24.TreeViewModule, typeof i25.ContainerDirectivesModule, typeof i26.CodeEditorModule, typeof i27.SharedGenericModule, typeof i28.AgentsModule, typeof i29.AgentRequestsModule, typeof i30.NgTreesModule, typeof i31.SharedDashboardWidgetsModule, typeof i32.SharedPipesModule], [typeof i1.ModelManagementComponent, typeof i2.PromptManagementComponent, typeof i4.AgentConfigurationComponent, typeof i7.ExecutionMonitoringComponent, typeof i8.SystemConfigurationComponent, typeof i12.LiveExecutionWidgetComponent, typeof i13.PerformanceHeatmapComponent, typeof i14.AgentRequestsResourceComponent, typeof i31.SharedDashboardWidgetsModule]>;
|
|
41
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AIDashboardsModule>;
|
|
42
|
+
}
|
|
43
|
+
//# sourceMappingURL=ai-dashboards.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-dashboards.module.d.ts","sourceRoot":"","sources":["../src/ai-dashboards.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAsCA;;;GAGG;AACH,qBAuDa,kBAAkB;yCAAlB,kBAAkB;0CAAlB,kBAAkB;0CAAlB,kBAAkB;CAAI"}
|
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
import { NgModule } from '@angular/core';
|
|
2
|
+
import { CommonModule } from '@angular/common';
|
|
3
|
+
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
|
|
4
|
+
import { ButtonsModule } from '@progress/kendo-angular-buttons';
|
|
5
|
+
import { GridModule } from '@progress/kendo-angular-grid';
|
|
6
|
+
import { DropDownsModule } from '@progress/kendo-angular-dropdowns';
|
|
7
|
+
import { InputsModule } from '@progress/kendo-angular-inputs';
|
|
8
|
+
import { IndicatorsModule } from '@progress/kendo-angular-indicators';
|
|
9
|
+
import { DialogsModule, WindowModule } from '@progress/kendo-angular-dialog';
|
|
10
|
+
import { TabStripModule, SplitterModule } from '@progress/kendo-angular-layout';
|
|
11
|
+
import { TreeViewModule } from '@progress/kendo-angular-treeview';
|
|
12
|
+
import { ContainerDirectivesModule } from '@memberjunction/ng-container-directives';
|
|
13
|
+
import { CodeEditorModule } from '@memberjunction/ng-code-editor';
|
|
14
|
+
import { SharedGenericModule } from '@memberjunction/ng-shared-generic';
|
|
15
|
+
import { AgentsModule } from '@memberjunction/ng-agents';
|
|
16
|
+
import { AgentRequestsModule } from '@memberjunction/ng-agent-requests';
|
|
17
|
+
import { NgTreesModule } from '@memberjunction/ng-trees';
|
|
18
|
+
import { SharedDashboardWidgetsModule } from './shared/shared-dashboard-widgets.module';
|
|
19
|
+
import { SharedPipesModule } from './shared/shared-pipes.module';
|
|
20
|
+
// AI Components
|
|
21
|
+
import { ModelManagementComponent } from './AI/components/models/model-management.component';
|
|
22
|
+
import { PromptManagementComponent } from './AI/components/prompts/prompt-management.component';
|
|
23
|
+
import { PromptFilterPanelComponent } from './AI/components/prompts/prompt-filter-panel.component';
|
|
24
|
+
import { AgentConfigurationComponent } from './AI/components/agents/agent-configuration.component';
|
|
25
|
+
import { AgentFilterPanelComponent } from './AI/components/agents/agent-filter-panel.component';
|
|
26
|
+
import { AgentEditorComponent } from './AI/components/agents/agent-editor.component';
|
|
27
|
+
import { ExecutionMonitoringComponent } from './AI/components/execution-monitoring.component';
|
|
28
|
+
import { SystemConfigurationComponent } from './AI/components/system/system-configuration.component';
|
|
29
|
+
import { SystemConfigFilterPanelComponent } from './AI/components/system/system-config-filter-panel.component';
|
|
30
|
+
import { ModelPromptPriorityMatrixComponent } from './AI/components/prompts/model-prompt-priority-matrix.component';
|
|
31
|
+
import { PromptVersionControlComponent } from './AI/components/prompts/prompt-version-control.component';
|
|
32
|
+
// AI Instrumentation Widgets (KPICard and TimeSeriesChart are in SharedDashboardWidgetsModule)
|
|
33
|
+
import { LiveExecutionWidgetComponent } from './AI/components/widgets/live-execution-widget.component';
|
|
34
|
+
import { PerformanceHeatmapComponent } from './AI/components/charts/performance-heatmap.component';
|
|
35
|
+
import { AgentRequestsResourceComponent } from './AI/components/requests/agent-requests-resource.component';
|
|
36
|
+
import { AIInstrumentationService } from './AI/services/ai-instrumentation.service';
|
|
37
|
+
import * as i0 from "@angular/core";
|
|
38
|
+
/**
|
|
39
|
+
* AIDashboardsModule — AI feature area: models, prompts, agents,
|
|
40
|
+
* execution monitoring, system configuration, and instrumentation widgets.
|
|
41
|
+
*/
|
|
42
|
+
export class AIDashboardsModule {
|
|
43
|
+
static ɵfac = function AIDashboardsModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AIDashboardsModule)(); };
|
|
44
|
+
static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: AIDashboardsModule });
|
|
45
|
+
static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
|
|
46
|
+
AIInstrumentationService
|
|
47
|
+
], imports: [CommonModule,
|
|
48
|
+
FormsModule,
|
|
49
|
+
ReactiveFormsModule,
|
|
50
|
+
ButtonsModule,
|
|
51
|
+
GridModule,
|
|
52
|
+
DropDownsModule,
|
|
53
|
+
InputsModule,
|
|
54
|
+
IndicatorsModule,
|
|
55
|
+
DialogsModule,
|
|
56
|
+
WindowModule,
|
|
57
|
+
TabStripModule,
|
|
58
|
+
SplitterModule,
|
|
59
|
+
TreeViewModule,
|
|
60
|
+
ContainerDirectivesModule,
|
|
61
|
+
CodeEditorModule,
|
|
62
|
+
SharedGenericModule,
|
|
63
|
+
AgentsModule,
|
|
64
|
+
AgentRequestsModule,
|
|
65
|
+
NgTreesModule,
|
|
66
|
+
SharedDashboardWidgetsModule,
|
|
67
|
+
SharedPipesModule, SharedDashboardWidgetsModule] });
|
|
68
|
+
}
|
|
69
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AIDashboardsModule, [{
|
|
70
|
+
type: NgModule,
|
|
71
|
+
args: [{
|
|
72
|
+
declarations: [
|
|
73
|
+
ModelManagementComponent,
|
|
74
|
+
PromptManagementComponent,
|
|
75
|
+
PromptFilterPanelComponent,
|
|
76
|
+
AgentConfigurationComponent,
|
|
77
|
+
AgentFilterPanelComponent,
|
|
78
|
+
AgentEditorComponent,
|
|
79
|
+
ExecutionMonitoringComponent,
|
|
80
|
+
SystemConfigurationComponent,
|
|
81
|
+
SystemConfigFilterPanelComponent,
|
|
82
|
+
ModelPromptPriorityMatrixComponent,
|
|
83
|
+
PromptVersionControlComponent,
|
|
84
|
+
LiveExecutionWidgetComponent,
|
|
85
|
+
PerformanceHeatmapComponent,
|
|
86
|
+
AgentRequestsResourceComponent
|
|
87
|
+
],
|
|
88
|
+
imports: [
|
|
89
|
+
CommonModule,
|
|
90
|
+
FormsModule,
|
|
91
|
+
ReactiveFormsModule,
|
|
92
|
+
ButtonsModule,
|
|
93
|
+
GridModule,
|
|
94
|
+
DropDownsModule,
|
|
95
|
+
InputsModule,
|
|
96
|
+
IndicatorsModule,
|
|
97
|
+
DialogsModule,
|
|
98
|
+
WindowModule,
|
|
99
|
+
TabStripModule,
|
|
100
|
+
SplitterModule,
|
|
101
|
+
TreeViewModule,
|
|
102
|
+
ContainerDirectivesModule,
|
|
103
|
+
CodeEditorModule,
|
|
104
|
+
SharedGenericModule,
|
|
105
|
+
AgentsModule,
|
|
106
|
+
AgentRequestsModule,
|
|
107
|
+
NgTreesModule,
|
|
108
|
+
SharedDashboardWidgetsModule,
|
|
109
|
+
SharedPipesModule
|
|
110
|
+
],
|
|
111
|
+
providers: [
|
|
112
|
+
AIInstrumentationService
|
|
113
|
+
],
|
|
114
|
+
exports: [
|
|
115
|
+
ModelManagementComponent,
|
|
116
|
+
PromptManagementComponent,
|
|
117
|
+
AgentConfigurationComponent,
|
|
118
|
+
ExecutionMonitoringComponent,
|
|
119
|
+
SystemConfigurationComponent,
|
|
120
|
+
LiveExecutionWidgetComponent,
|
|
121
|
+
PerformanceHeatmapComponent,
|
|
122
|
+
AgentRequestsResourceComponent,
|
|
123
|
+
SharedDashboardWidgetsModule
|
|
124
|
+
]
|
|
125
|
+
}]
|
|
126
|
+
}], null, null); })();
|
|
127
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(AIDashboardsModule, { declarations: [ModelManagementComponent,
|
|
128
|
+
PromptManagementComponent,
|
|
129
|
+
PromptFilterPanelComponent,
|
|
130
|
+
AgentConfigurationComponent,
|
|
131
|
+
AgentFilterPanelComponent,
|
|
132
|
+
AgentEditorComponent,
|
|
133
|
+
ExecutionMonitoringComponent,
|
|
134
|
+
SystemConfigurationComponent,
|
|
135
|
+
SystemConfigFilterPanelComponent,
|
|
136
|
+
ModelPromptPriorityMatrixComponent,
|
|
137
|
+
PromptVersionControlComponent,
|
|
138
|
+
LiveExecutionWidgetComponent,
|
|
139
|
+
PerformanceHeatmapComponent,
|
|
140
|
+
AgentRequestsResourceComponent], imports: [CommonModule,
|
|
141
|
+
FormsModule,
|
|
142
|
+
ReactiveFormsModule,
|
|
143
|
+
ButtonsModule,
|
|
144
|
+
GridModule,
|
|
145
|
+
DropDownsModule,
|
|
146
|
+
InputsModule,
|
|
147
|
+
IndicatorsModule,
|
|
148
|
+
DialogsModule,
|
|
149
|
+
WindowModule,
|
|
150
|
+
TabStripModule,
|
|
151
|
+
SplitterModule,
|
|
152
|
+
TreeViewModule,
|
|
153
|
+
ContainerDirectivesModule,
|
|
154
|
+
CodeEditorModule,
|
|
155
|
+
SharedGenericModule,
|
|
156
|
+
AgentsModule,
|
|
157
|
+
AgentRequestsModule,
|
|
158
|
+
NgTreesModule,
|
|
159
|
+
SharedDashboardWidgetsModule,
|
|
160
|
+
SharedPipesModule], exports: [ModelManagementComponent,
|
|
161
|
+
PromptManagementComponent,
|
|
162
|
+
AgentConfigurationComponent,
|
|
163
|
+
ExecutionMonitoringComponent,
|
|
164
|
+
SystemConfigurationComponent,
|
|
165
|
+
LiveExecutionWidgetComponent,
|
|
166
|
+
PerformanceHeatmapComponent,
|
|
167
|
+
AgentRequestsResourceComponent,
|
|
168
|
+
SharedDashboardWidgetsModule] }); })();
|
|
169
|
+
//# sourceMappingURL=ai-dashboards.module.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-dashboards.module.js","sourceRoot":"","sources":["../src/ai-dashboards.module.ts"],"names":[],"mappings":"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","sourcesContent":["import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { FormsModule, ReactiveFormsModule } from '@angular/forms';\nimport { ButtonsModule } from '@progress/kendo-angular-buttons';\nimport { GridModule } from '@progress/kendo-angular-grid';\nimport { DropDownsModule } from '@progress/kendo-angular-dropdowns';\nimport { InputsModule } from '@progress/kendo-angular-inputs';\nimport { IndicatorsModule } from '@progress/kendo-angular-indicators';\nimport { DialogsModule, WindowModule } from '@progress/kendo-angular-dialog';\nimport { TabStripModule, SplitterModule } from '@progress/kendo-angular-layout';\nimport { TreeViewModule } from '@progress/kendo-angular-treeview';\nimport { ContainerDirectivesModule } from '@memberjunction/ng-container-directives';\nimport { CodeEditorModule } from '@memberjunction/ng-code-editor';\nimport { SharedGenericModule } from '@memberjunction/ng-shared-generic';\nimport { AgentsModule } from '@memberjunction/ng-agents';\nimport { AgentRequestsModule } from '@memberjunction/ng-agent-requests';\nimport { NgTreesModule } from '@memberjunction/ng-trees';\nimport { SharedDashboardWidgetsModule } from './shared/shared-dashboard-widgets.module';\nimport { SharedPipesModule } from './shared/shared-pipes.module';\n\n// AI Components\nimport { ModelManagementComponent } from './AI/components/models/model-management.component';\nimport { PromptManagementComponent } from './AI/components/prompts/prompt-management.component';\nimport { PromptFilterPanelComponent } from './AI/components/prompts/prompt-filter-panel.component';\nimport { AgentConfigurationComponent } from './AI/components/agents/agent-configuration.component';\nimport { AgentFilterPanelComponent } from './AI/components/agents/agent-filter-panel.component';\nimport { AgentEditorComponent } from './AI/components/agents/agent-editor.component';\nimport { ExecutionMonitoringComponent } from './AI/components/execution-monitoring.component';\nimport { SystemConfigurationComponent } from './AI/components/system/system-configuration.component';\nimport { SystemConfigFilterPanelComponent } from './AI/components/system/system-config-filter-panel.component';\nimport { ModelPromptPriorityMatrixComponent } from './AI/components/prompts/model-prompt-priority-matrix.component';\nimport { PromptVersionControlComponent } from './AI/components/prompts/prompt-version-control.component';\n// AI Instrumentation Widgets (KPICard and TimeSeriesChart are in SharedDashboardWidgetsModule)\nimport { LiveExecutionWidgetComponent } from './AI/components/widgets/live-execution-widget.component';\nimport { PerformanceHeatmapComponent } from './AI/components/charts/performance-heatmap.component';\nimport { AgentRequestsResourceComponent } from './AI/components/requests/agent-requests-resource.component';\nimport { AIInstrumentationService } from './AI/services/ai-instrumentation.service';\n\n/**\n * AIDashboardsModule — AI feature area: models, prompts, agents,\n * execution monitoring, system configuration, and instrumentation widgets.\n */\n@NgModule({\n declarations: [\n ModelManagementComponent,\n PromptManagementComponent,\n PromptFilterPanelComponent,\n AgentConfigurationComponent,\n AgentFilterPanelComponent,\n AgentEditorComponent,\n ExecutionMonitoringComponent,\n SystemConfigurationComponent,\n SystemConfigFilterPanelComponent,\n ModelPromptPriorityMatrixComponent,\n PromptVersionControlComponent,\n LiveExecutionWidgetComponent,\n PerformanceHeatmapComponent,\n AgentRequestsResourceComponent\n ],\n imports: [\n CommonModule,\n FormsModule,\n ReactiveFormsModule,\n ButtonsModule,\n GridModule,\n DropDownsModule,\n InputsModule,\n IndicatorsModule,\n DialogsModule,\n WindowModule,\n TabStripModule,\n SplitterModule,\n TreeViewModule,\n ContainerDirectivesModule,\n CodeEditorModule,\n SharedGenericModule,\n AgentsModule,\n AgentRequestsModule,\n NgTreesModule,\n SharedDashboardWidgetsModule,\n SharedPipesModule\n ],\n providers: [\n AIInstrumentationService\n ],\n exports: [\n ModelManagementComponent,\n PromptManagementComponent,\n AgentConfigurationComponent,\n ExecutionMonitoringComponent,\n SystemConfigurationComponent,\n LiveExecutionWidgetComponent,\n PerformanceHeatmapComponent,\n AgentRequestsResourceComponent,\n SharedDashboardWidgetsModule\n ]\n})\nexport class AIDashboardsModule { }\n"]}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./Communication/communication-dashboard.component";
|
|
3
|
+
import * as i2 from "./Communication/communication-monitor-resource.component";
|
|
4
|
+
import * as i3 from "./Communication/communication-logs-resource.component";
|
|
5
|
+
import * as i4 from "./Communication/communication-providers-resource.component";
|
|
6
|
+
import * as i5 from "./Communication/communication-runs-resource.component";
|
|
7
|
+
import * as i6 from "./Communication/communication-templates-resource.component";
|
|
8
|
+
import * as i7 from "@angular/common";
|
|
9
|
+
import * as i8 from "@angular/forms";
|
|
10
|
+
import * as i9 from "@progress/kendo-angular-buttons";
|
|
11
|
+
import * as i10 from "@progress/kendo-angular-grid";
|
|
12
|
+
import * as i11 from "@progress/kendo-angular-dropdowns";
|
|
13
|
+
import * as i12 from "@progress/kendo-angular-dialog";
|
|
14
|
+
import * as i13 from "@memberjunction/ng-container-directives";
|
|
15
|
+
import * as i14 from "@memberjunction/ng-shared-generic";
|
|
16
|
+
import * as i15 from "./shared/shared-dashboard-widgets.module";
|
|
17
|
+
/**
|
|
18
|
+
* CommunicationDashboardsModule — Communication feature area: dashboard,
|
|
19
|
+
* monitor, logs, providers, runs, and templates.
|
|
20
|
+
*/
|
|
21
|
+
export declare class CommunicationDashboardsModule {
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CommunicationDashboardsModule, never>;
|
|
23
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CommunicationDashboardsModule, [typeof i1.CommunicationDashboardComponent, typeof i2.CommunicationMonitorResourceComponent, typeof i3.CommunicationLogsResourceComponent, typeof i4.CommunicationProvidersResourceComponent, typeof i5.CommunicationRunsResourceComponent, typeof i6.CommunicationTemplatesResourceComponent], [typeof i7.CommonModule, typeof i8.FormsModule, typeof i8.ReactiveFormsModule, typeof i9.ButtonsModule, typeof i10.GridModule, typeof i11.DropDownsModule, typeof i12.DialogsModule, typeof i12.WindowModule, typeof i13.ContainerDirectivesModule, typeof i14.SharedGenericModule, typeof i15.SharedDashboardWidgetsModule], [typeof i1.CommunicationDashboardComponent, typeof i2.CommunicationMonitorResourceComponent, typeof i3.CommunicationLogsResourceComponent, typeof i4.CommunicationProvidersResourceComponent, typeof i5.CommunicationRunsResourceComponent, typeof i6.CommunicationTemplatesResourceComponent]>;
|
|
24
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<CommunicationDashboardsModule>;
|
|
25
|
+
}
|
|
26
|
+
//# sourceMappingURL=communication-dashboards.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"communication-dashboards.module.d.ts","sourceRoot":"","sources":["../src/communication-dashboards.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAmBA;;;GAGG;AACH,qBA+Ba,6BAA6B;yCAA7B,6BAA6B;0CAA7B,6BAA6B;0CAA7B,6BAA6B;CAAI"}
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
import { NgModule } from '@angular/core';
|
|
2
|
+
import { CommonModule } from '@angular/common';
|
|
3
|
+
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
|
|
4
|
+
import { ButtonsModule } from '@progress/kendo-angular-buttons';
|
|
5
|
+
import { GridModule } from '@progress/kendo-angular-grid';
|
|
6
|
+
import { DropDownsModule } from '@progress/kendo-angular-dropdowns';
|
|
7
|
+
import { DialogsModule, WindowModule } from '@progress/kendo-angular-dialog';
|
|
8
|
+
import { ContainerDirectivesModule } from '@memberjunction/ng-container-directives';
|
|
9
|
+
import { SharedGenericModule } from '@memberjunction/ng-shared-generic';
|
|
10
|
+
import { SharedDashboardWidgetsModule } from './shared/shared-dashboard-widgets.module';
|
|
11
|
+
// Communication Components
|
|
12
|
+
import { CommunicationDashboardComponent } from './Communication/communication-dashboard.component';
|
|
13
|
+
import { CommunicationMonitorResourceComponent } from './Communication/communication-monitor-resource.component';
|
|
14
|
+
import { CommunicationLogsResourceComponent } from './Communication/communication-logs-resource.component';
|
|
15
|
+
import { CommunicationProvidersResourceComponent } from './Communication/communication-providers-resource.component';
|
|
16
|
+
import { CommunicationRunsResourceComponent } from './Communication/communication-runs-resource.component';
|
|
17
|
+
import { CommunicationTemplatesResourceComponent } from './Communication/communication-templates-resource.component';
|
|
18
|
+
import * as i0 from "@angular/core";
|
|
19
|
+
/**
|
|
20
|
+
* CommunicationDashboardsModule — Communication feature area: dashboard,
|
|
21
|
+
* monitor, logs, providers, runs, and templates.
|
|
22
|
+
*/
|
|
23
|
+
export class CommunicationDashboardsModule {
|
|
24
|
+
static ɵfac = function CommunicationDashboardsModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CommunicationDashboardsModule)(); };
|
|
25
|
+
static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: CommunicationDashboardsModule });
|
|
26
|
+
static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
27
|
+
FormsModule,
|
|
28
|
+
ReactiveFormsModule,
|
|
29
|
+
ButtonsModule,
|
|
30
|
+
GridModule,
|
|
31
|
+
DropDownsModule,
|
|
32
|
+
DialogsModule,
|
|
33
|
+
WindowModule,
|
|
34
|
+
ContainerDirectivesModule,
|
|
35
|
+
SharedGenericModule,
|
|
36
|
+
SharedDashboardWidgetsModule] });
|
|
37
|
+
}
|
|
38
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CommunicationDashboardsModule, [{
|
|
39
|
+
type: NgModule,
|
|
40
|
+
args: [{
|
|
41
|
+
declarations: [
|
|
42
|
+
CommunicationDashboardComponent,
|
|
43
|
+
CommunicationMonitorResourceComponent,
|
|
44
|
+
CommunicationLogsResourceComponent,
|
|
45
|
+
CommunicationProvidersResourceComponent,
|
|
46
|
+
CommunicationRunsResourceComponent,
|
|
47
|
+
CommunicationTemplatesResourceComponent
|
|
48
|
+
],
|
|
49
|
+
imports: [
|
|
50
|
+
CommonModule,
|
|
51
|
+
FormsModule,
|
|
52
|
+
ReactiveFormsModule,
|
|
53
|
+
ButtonsModule,
|
|
54
|
+
GridModule,
|
|
55
|
+
DropDownsModule,
|
|
56
|
+
DialogsModule,
|
|
57
|
+
WindowModule,
|
|
58
|
+
ContainerDirectivesModule,
|
|
59
|
+
SharedGenericModule,
|
|
60
|
+
SharedDashboardWidgetsModule
|
|
61
|
+
],
|
|
62
|
+
exports: [
|
|
63
|
+
CommunicationDashboardComponent,
|
|
64
|
+
CommunicationMonitorResourceComponent,
|
|
65
|
+
CommunicationLogsResourceComponent,
|
|
66
|
+
CommunicationProvidersResourceComponent,
|
|
67
|
+
CommunicationRunsResourceComponent,
|
|
68
|
+
CommunicationTemplatesResourceComponent
|
|
69
|
+
]
|
|
70
|
+
}]
|
|
71
|
+
}], null, null); })();
|
|
72
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(CommunicationDashboardsModule, { declarations: [CommunicationDashboardComponent,
|
|
73
|
+
CommunicationMonitorResourceComponent,
|
|
74
|
+
CommunicationLogsResourceComponent,
|
|
75
|
+
CommunicationProvidersResourceComponent,
|
|
76
|
+
CommunicationRunsResourceComponent,
|
|
77
|
+
CommunicationTemplatesResourceComponent], imports: [CommonModule,
|
|
78
|
+
FormsModule,
|
|
79
|
+
ReactiveFormsModule,
|
|
80
|
+
ButtonsModule,
|
|
81
|
+
GridModule,
|
|
82
|
+
DropDownsModule,
|
|
83
|
+
DialogsModule,
|
|
84
|
+
WindowModule,
|
|
85
|
+
ContainerDirectivesModule,
|
|
86
|
+
SharedGenericModule,
|
|
87
|
+
SharedDashboardWidgetsModule], exports: [CommunicationDashboardComponent,
|
|
88
|
+
CommunicationMonitorResourceComponent,
|
|
89
|
+
CommunicationLogsResourceComponent,
|
|
90
|
+
CommunicationProvidersResourceComponent,
|
|
91
|
+
CommunicationRunsResourceComponent,
|
|
92
|
+
CommunicationTemplatesResourceComponent] }); })();
|
|
93
|
+
//# sourceMappingURL=communication-dashboards.module.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"communication-dashboards.module.js","sourceRoot":"","sources":["../src/communication-dashboards.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACzC,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAC;AAClE,OAAO,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAC;AAChE,OAAO,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAC1D,OAAO,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AACpE,OAAO,EAAE,aAAa,EAAE,YAAY,EAAE,MAAM,gCAAgC,CAAC;AAC7E,OAAO,EAAE,yBAAyB,EAAE,MAAM,yCAAyC,CAAC;AACpF,OAAO,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;AACxE,OAAO,EAAE,4BAA4B,EAAE,MAAM,0CAA0C,CAAC;AAExF,2BAA2B;AAC3B,OAAO,EAAE,+BAA+B,EAAE,MAAM,mDAAmD,CAAC;AACpG,OAAO,EAAE,qCAAqC,EAAE,MAAM,0DAA0D,CAAC;AACjH,OAAO,EAAE,kCAAkC,EAAE,MAAM,uDAAuD,CAAC;AAC3G,OAAO,EAAE,uCAAuC,EAAE,MAAM,4DAA4D,CAAC;AACrH,OAAO,EAAE,kCAAkC,EAAE,MAAM,uDAAuD,CAAC;AAC3G,OAAO,EAAE,uCAAuC,EAAE,MAAM,4DAA4D,CAAC;;AAErH;;;GAGG;AAgCH,MAAM,OAAO,6BAA6B;uHAA7B,6BAA6B;4DAA7B,6BAA6B;gEArBtC,YAAY;YACZ,WAAW;YACX,mBAAmB;YACnB,aAAa;YACb,UAAU;YACV,eAAe;YACf,aAAa;YACb,YAAY;YACZ,yBAAyB;YACzB,mBAAmB;YACnB,4BAA4B;;iFAWnB,6BAA6B;cA/BzC,QAAQ;eAAC;gBACR,YAAY,EAAE;oBACZ,+BAA+B;oBAC/B,qCAAqC;oBACrC,kCAAkC;oBAClC,uCAAuC;oBACvC,kCAAkC;oBAClC,uCAAuC;iBACxC;gBACD,OAAO,EAAE;oBACP,YAAY;oBACZ,WAAW;oBACX,mBAAmB;oBACnB,aAAa;oBACb,UAAU;oBACV,eAAe;oBACf,aAAa;oBACb,YAAY;oBACZ,yBAAyB;oBACzB,mBAAmB;oBACnB,4BAA4B;iBAC7B;gBACD,OAAO,EAAE;oBACP,+BAA+B;oBAC/B,qCAAqC;oBACrC,kCAAkC;oBAClC,uCAAuC;oBACvC,kCAAkC;oBAClC,uCAAuC;iBACxC;aACF;;wFACY,6BAA6B,mBA7BtC,+BAA+B;QAC/B,qCAAqC;QACrC,kCAAkC;QAClC,uCAAuC;QACvC,kCAAkC;QAClC,uCAAuC,aAGvC,YAAY;QACZ,WAAW;QACX,mBAAmB;QACnB,aAAa;QACb,UAAU;QACV,eAAe;QACf,aAAa;QACb,YAAY;QACZ,yBAAyB;QACzB,mBAAmB;QACnB,4BAA4B,aAG5B,+BAA+B;QAC/B,qCAAqC;QACrC,kCAAkC;QAClC,uCAAuC;QACvC,kCAAkC;QAClC,uCAAuC","sourcesContent":["import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { FormsModule, ReactiveFormsModule } from '@angular/forms';\nimport { ButtonsModule } from '@progress/kendo-angular-buttons';\nimport { GridModule } from '@progress/kendo-angular-grid';\nimport { DropDownsModule } from '@progress/kendo-angular-dropdowns';\nimport { DialogsModule, WindowModule } from '@progress/kendo-angular-dialog';\nimport { ContainerDirectivesModule } from '@memberjunction/ng-container-directives';\nimport { SharedGenericModule } from '@memberjunction/ng-shared-generic';\nimport { SharedDashboardWidgetsModule } from './shared/shared-dashboard-widgets.module';\n\n// Communication Components\nimport { CommunicationDashboardComponent } from './Communication/communication-dashboard.component';\nimport { CommunicationMonitorResourceComponent } from './Communication/communication-monitor-resource.component';\nimport { CommunicationLogsResourceComponent } from './Communication/communication-logs-resource.component';\nimport { CommunicationProvidersResourceComponent } from './Communication/communication-providers-resource.component';\nimport { CommunicationRunsResourceComponent } from './Communication/communication-runs-resource.component';\nimport { CommunicationTemplatesResourceComponent } from './Communication/communication-templates-resource.component';\n\n/**\n * CommunicationDashboardsModule — Communication feature area: dashboard,\n * monitor, logs, providers, runs, and templates.\n */\n@NgModule({\n declarations: [\n CommunicationDashboardComponent,\n CommunicationMonitorResourceComponent,\n CommunicationLogsResourceComponent,\n CommunicationProvidersResourceComponent,\n CommunicationRunsResourceComponent,\n CommunicationTemplatesResourceComponent\n ],\n imports: [\n CommonModule,\n FormsModule,\n ReactiveFormsModule,\n ButtonsModule,\n GridModule,\n DropDownsModule,\n DialogsModule,\n WindowModule,\n ContainerDirectivesModule,\n SharedGenericModule,\n SharedDashboardWidgetsModule\n ],\n exports: [\n CommunicationDashboardComponent,\n CommunicationMonitorResourceComponent,\n CommunicationLogsResourceComponent,\n CommunicationProvidersResourceComponent,\n CommunicationRunsResourceComponent,\n CommunicationTemplatesResourceComponent\n ]\n})\nexport class CommunicationDashboardsModule { }\n"]}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./ComponentStudio/component-studio-dashboard.component";
|
|
3
|
+
import * as i2 from "./ComponentStudio/components/text-import-dialog.component";
|
|
4
|
+
import * as i3 from "./ComponentStudio/components/artifact-selection-dialog.component";
|
|
5
|
+
import * as i4 from "./ComponentStudio/components/artifact-load-dialog.component";
|
|
6
|
+
import * as i5 from "./ComponentStudio/components/browser/component-browser.component";
|
|
7
|
+
import * as i6 from "./ComponentStudio/components/workspace/component-preview.component";
|
|
8
|
+
import * as i7 from "./ComponentStudio/components/workspace/editor-tabs.component";
|
|
9
|
+
import * as i8 from "./ComponentStudio/components/editors/spec-editor.component";
|
|
10
|
+
import * as i9 from "./ComponentStudio/components/editors/code-editor-panel.component";
|
|
11
|
+
import * as i10 from "./ComponentStudio/components/editors/requirements-editor.component";
|
|
12
|
+
import * as i11 from "./ComponentStudio/components/editors/data-requirements-editor.component";
|
|
13
|
+
import * as i12 from "./ComponentStudio/components/ai-assistant/ai-assistant-panel.component";
|
|
14
|
+
import * as i13 from "./ComponentStudio/components/new-component-dialog/new-component-dialog.component";
|
|
15
|
+
import * as i14 from "./ComponentStudio/components/save-version-dialog/save-version-dialog.component";
|
|
16
|
+
import * as i15 from "@angular/common";
|
|
17
|
+
import * as i16 from "@angular/forms";
|
|
18
|
+
import * as i17 from "@progress/kendo-angular-buttons";
|
|
19
|
+
import * as i18 from "@progress/kendo-angular-grid";
|
|
20
|
+
import * as i19 from "@progress/kendo-angular-inputs";
|
|
21
|
+
import * as i20 from "@progress/kendo-angular-dialog";
|
|
22
|
+
import * as i21 from "@progress/kendo-angular-layout";
|
|
23
|
+
import * as i22 from "@memberjunction/ng-container-directives";
|
|
24
|
+
import * as i23 from "@memberjunction/ng-code-editor";
|
|
25
|
+
import * as i24 from "@memberjunction/ng-react";
|
|
26
|
+
import * as i25 from "@memberjunction/ng-shared-generic";
|
|
27
|
+
import * as i26 from "@memberjunction/ng-markdown";
|
|
28
|
+
/**
|
|
29
|
+
* ComponentStudioDashboardsModule — Component Studio feature area:
|
|
30
|
+
* component browser, editors, preview, and AI assistant.
|
|
31
|
+
*/
|
|
32
|
+
export declare class ComponentStudioDashboardsModule {
|
|
33
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ComponentStudioDashboardsModule, never>;
|
|
34
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ComponentStudioDashboardsModule, [typeof i1.ComponentStudioDashboardComponent, typeof i2.TextImportDialogComponent, typeof i3.ArtifactSelectionDialogComponent, typeof i4.ArtifactLoadDialogComponent, typeof i5.ComponentBrowserComponent, typeof i6.ComponentPreviewComponent, typeof i7.EditorTabsComponent, typeof i8.SpecEditorComponent, typeof i9.CodeEditorPanelComponent, typeof i10.RequirementsEditorComponent, typeof i11.DataRequirementsEditorComponent, typeof i12.AIAssistantPanelComponent, typeof i13.NewComponentDialogComponent, typeof i14.SaveVersionDialogComponent], [typeof i15.CommonModule, typeof i16.FormsModule, typeof i16.ReactiveFormsModule, typeof i17.ButtonsModule, typeof i18.GridModule, typeof i19.InputsModule, typeof i20.DialogsModule, typeof i20.WindowModule, typeof i21.TabStripModule, typeof i21.SplitterModule, typeof i22.ContainerDirectivesModule, typeof i23.CodeEditorModule, typeof i24.MJReactModule, typeof i25.SharedGenericModule, typeof i26.MarkdownModule], [typeof i1.ComponentStudioDashboardComponent]>;
|
|
35
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ComponentStudioDashboardsModule>;
|
|
36
|
+
}
|
|
37
|
+
//# sourceMappingURL=component-studio-dashboards.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"component-studio-dashboards.module.d.ts","sourceRoot":"","sources":["../src/component-studio-dashboards.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AA8BA;;;GAGG;AACH,qBAsCa,+BAA+B;yCAA/B,+BAA+B;0CAA/B,+BAA+B;0CAA/B,+BAA+B;CAAI"}
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
import { NgModule } from '@angular/core';
|
|
2
|
+
import { CommonModule } from '@angular/common';
|
|
3
|
+
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
|
|
4
|
+
import { ButtonsModule } from '@progress/kendo-angular-buttons';
|
|
5
|
+
import { GridModule } from '@progress/kendo-angular-grid';
|
|
6
|
+
import { InputsModule } from '@progress/kendo-angular-inputs';
|
|
7
|
+
import { DialogsModule, WindowModule } from '@progress/kendo-angular-dialog';
|
|
8
|
+
import { TabStripModule, SplitterModule } from '@progress/kendo-angular-layout';
|
|
9
|
+
import { ContainerDirectivesModule } from '@memberjunction/ng-container-directives';
|
|
10
|
+
import { CodeEditorModule } from '@memberjunction/ng-code-editor';
|
|
11
|
+
import { MJReactModule } from '@memberjunction/ng-react';
|
|
12
|
+
import { SharedGenericModule } from '@memberjunction/ng-shared-generic';
|
|
13
|
+
import { MarkdownModule } from '@memberjunction/ng-markdown';
|
|
14
|
+
// Component Studio Components
|
|
15
|
+
import { ComponentStudioDashboardComponent } from './ComponentStudio/component-studio-dashboard.component';
|
|
16
|
+
import { TextImportDialogComponent } from './ComponentStudio/components/text-import-dialog.component';
|
|
17
|
+
import { ArtifactSelectionDialogComponent } from './ComponentStudio/components/artifact-selection-dialog.component';
|
|
18
|
+
import { ArtifactLoadDialogComponent } from './ComponentStudio/components/artifact-load-dialog.component';
|
|
19
|
+
import { ComponentBrowserComponent } from './ComponentStudio/components/browser/component-browser.component';
|
|
20
|
+
import { ComponentPreviewComponent } from './ComponentStudio/components/workspace/component-preview.component';
|
|
21
|
+
import { EditorTabsComponent } from './ComponentStudio/components/workspace/editor-tabs.component';
|
|
22
|
+
import { SpecEditorComponent } from './ComponentStudio/components/editors/spec-editor.component';
|
|
23
|
+
import { CodeEditorPanelComponent } from './ComponentStudio/components/editors/code-editor-panel.component';
|
|
24
|
+
import { RequirementsEditorComponent } from './ComponentStudio/components/editors/requirements-editor.component';
|
|
25
|
+
import { DataRequirementsEditorComponent } from './ComponentStudio/components/editors/data-requirements-editor.component';
|
|
26
|
+
import { AIAssistantPanelComponent } from './ComponentStudio/components/ai-assistant/ai-assistant-panel.component';
|
|
27
|
+
import { NewComponentDialogComponent } from './ComponentStudio/components/new-component-dialog/new-component-dialog.component';
|
|
28
|
+
import { SaveVersionDialogComponent } from './ComponentStudio/components/save-version-dialog/save-version-dialog.component';
|
|
29
|
+
import * as i0 from "@angular/core";
|
|
30
|
+
import * as i1 from "@progress/kendo-angular-buttons";
|
|
31
|
+
import * as i2 from "@progress/kendo-angular-dialog";
|
|
32
|
+
import * as i3 from "@angular/common";
|
|
33
|
+
/**
|
|
34
|
+
* ComponentStudioDashboardsModule — Component Studio feature area:
|
|
35
|
+
* component browser, editors, preview, and AI assistant.
|
|
36
|
+
*/
|
|
37
|
+
export class ComponentStudioDashboardsModule {
|
|
38
|
+
static ɵfac = function ComponentStudioDashboardsModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ComponentStudioDashboardsModule)(); };
|
|
39
|
+
static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: ComponentStudioDashboardsModule });
|
|
40
|
+
static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
41
|
+
FormsModule,
|
|
42
|
+
ReactiveFormsModule,
|
|
43
|
+
ButtonsModule,
|
|
44
|
+
GridModule,
|
|
45
|
+
InputsModule,
|
|
46
|
+
DialogsModule,
|
|
47
|
+
WindowModule,
|
|
48
|
+
TabStripModule,
|
|
49
|
+
SplitterModule,
|
|
50
|
+
ContainerDirectivesModule,
|
|
51
|
+
CodeEditorModule,
|
|
52
|
+
MJReactModule,
|
|
53
|
+
SharedGenericModule,
|
|
54
|
+
MarkdownModule] });
|
|
55
|
+
}
|
|
56
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ComponentStudioDashboardsModule, [{
|
|
57
|
+
type: NgModule,
|
|
58
|
+
args: [{
|
|
59
|
+
declarations: [
|
|
60
|
+
ComponentStudioDashboardComponent,
|
|
61
|
+
TextImportDialogComponent,
|
|
62
|
+
ArtifactSelectionDialogComponent,
|
|
63
|
+
ArtifactLoadDialogComponent,
|
|
64
|
+
ComponentBrowserComponent,
|
|
65
|
+
ComponentPreviewComponent,
|
|
66
|
+
EditorTabsComponent,
|
|
67
|
+
SpecEditorComponent,
|
|
68
|
+
CodeEditorPanelComponent,
|
|
69
|
+
RequirementsEditorComponent,
|
|
70
|
+
DataRequirementsEditorComponent,
|
|
71
|
+
AIAssistantPanelComponent,
|
|
72
|
+
NewComponentDialogComponent,
|
|
73
|
+
SaveVersionDialogComponent
|
|
74
|
+
],
|
|
75
|
+
imports: [
|
|
76
|
+
CommonModule,
|
|
77
|
+
FormsModule,
|
|
78
|
+
ReactiveFormsModule,
|
|
79
|
+
ButtonsModule,
|
|
80
|
+
GridModule,
|
|
81
|
+
InputsModule,
|
|
82
|
+
DialogsModule,
|
|
83
|
+
WindowModule,
|
|
84
|
+
TabStripModule,
|
|
85
|
+
SplitterModule,
|
|
86
|
+
ContainerDirectivesModule,
|
|
87
|
+
CodeEditorModule,
|
|
88
|
+
MJReactModule,
|
|
89
|
+
SharedGenericModule,
|
|
90
|
+
MarkdownModule
|
|
91
|
+
],
|
|
92
|
+
exports: [
|
|
93
|
+
ComponentStudioDashboardComponent
|
|
94
|
+
]
|
|
95
|
+
}]
|
|
96
|
+
}], null, null); })();
|
|
97
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(ComponentStudioDashboardsModule, { declarations: [ComponentStudioDashboardComponent,
|
|
98
|
+
TextImportDialogComponent,
|
|
99
|
+
ArtifactSelectionDialogComponent,
|
|
100
|
+
ArtifactLoadDialogComponent,
|
|
101
|
+
ComponentBrowserComponent,
|
|
102
|
+
ComponentPreviewComponent,
|
|
103
|
+
EditorTabsComponent,
|
|
104
|
+
SpecEditorComponent,
|
|
105
|
+
CodeEditorPanelComponent,
|
|
106
|
+
RequirementsEditorComponent,
|
|
107
|
+
DataRequirementsEditorComponent,
|
|
108
|
+
AIAssistantPanelComponent,
|
|
109
|
+
NewComponentDialogComponent,
|
|
110
|
+
SaveVersionDialogComponent], imports: [CommonModule,
|
|
111
|
+
FormsModule,
|
|
112
|
+
ReactiveFormsModule,
|
|
113
|
+
ButtonsModule,
|
|
114
|
+
GridModule,
|
|
115
|
+
InputsModule,
|
|
116
|
+
DialogsModule,
|
|
117
|
+
WindowModule,
|
|
118
|
+
TabStripModule,
|
|
119
|
+
SplitterModule,
|
|
120
|
+
ContainerDirectivesModule,
|
|
121
|
+
CodeEditorModule,
|
|
122
|
+
MJReactModule,
|
|
123
|
+
SharedGenericModule,
|
|
124
|
+
MarkdownModule], exports: [ComponentStudioDashboardComponent] }); })();
|
|
125
|
+
i0.ɵɵsetComponentScope(ComponentStudioDashboardComponent, [i1.ButtonComponent, i2.DialogContainerDirective, ComponentBrowserComponent,
|
|
126
|
+
ComponentPreviewComponent,
|
|
127
|
+
EditorTabsComponent,
|
|
128
|
+
AIAssistantPanelComponent,
|
|
129
|
+
NewComponentDialogComponent,
|
|
130
|
+
SaveVersionDialogComponent], [i3.DatePipe]);
|
|
131
|
+
//# sourceMappingURL=component-studio-dashboards.module.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"component-studio-dashboards.module.js","sourceRoot":"","sources":["../src/component-studio-dashboards.module.ts"],"names":[],"mappings":"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","sourcesContent":["import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { FormsModule, ReactiveFormsModule } from '@angular/forms';\nimport { ButtonsModule } from '@progress/kendo-angular-buttons';\nimport { GridModule } from '@progress/kendo-angular-grid';\nimport { InputsModule } from '@progress/kendo-angular-inputs';\nimport { DialogsModule, WindowModule } from '@progress/kendo-angular-dialog';\nimport { TabStripModule, SplitterModule } from '@progress/kendo-angular-layout';\nimport { ContainerDirectivesModule } from '@memberjunction/ng-container-directives';\nimport { CodeEditorModule } from '@memberjunction/ng-code-editor';\nimport { MJReactModule } from '@memberjunction/ng-react';\nimport { SharedGenericModule } from '@memberjunction/ng-shared-generic';\nimport { MarkdownModule } from '@memberjunction/ng-markdown';\n\n// Component Studio Components\nimport { ComponentStudioDashboardComponent } from './ComponentStudio/component-studio-dashboard.component';\nimport { TextImportDialogComponent } from './ComponentStudio/components/text-import-dialog.component';\nimport { ArtifactSelectionDialogComponent } from './ComponentStudio/components/artifact-selection-dialog.component';\nimport { ArtifactLoadDialogComponent } from './ComponentStudio/components/artifact-load-dialog.component';\nimport { ComponentBrowserComponent } from './ComponentStudio/components/browser/component-browser.component';\nimport { ComponentPreviewComponent } from './ComponentStudio/components/workspace/component-preview.component';\nimport { EditorTabsComponent } from './ComponentStudio/components/workspace/editor-tabs.component';\nimport { SpecEditorComponent } from './ComponentStudio/components/editors/spec-editor.component';\nimport { CodeEditorPanelComponent } from './ComponentStudio/components/editors/code-editor-panel.component';\nimport { RequirementsEditorComponent } from './ComponentStudio/components/editors/requirements-editor.component';\nimport { DataRequirementsEditorComponent } from './ComponentStudio/components/editors/data-requirements-editor.component';\nimport { AIAssistantPanelComponent } from './ComponentStudio/components/ai-assistant/ai-assistant-panel.component';\nimport { NewComponentDialogComponent } from './ComponentStudio/components/new-component-dialog/new-component-dialog.component';\nimport { SaveVersionDialogComponent } from './ComponentStudio/components/save-version-dialog/save-version-dialog.component';\n\n/**\n * ComponentStudioDashboardsModule — Component Studio feature area:\n * component browser, editors, preview, and AI assistant.\n */\n@NgModule({\n declarations: [\n ComponentStudioDashboardComponent,\n TextImportDialogComponent,\n ArtifactSelectionDialogComponent,\n ArtifactLoadDialogComponent,\n ComponentBrowserComponent,\n ComponentPreviewComponent,\n EditorTabsComponent,\n SpecEditorComponent,\n CodeEditorPanelComponent,\n RequirementsEditorComponent,\n DataRequirementsEditorComponent,\n AIAssistantPanelComponent,\n NewComponentDialogComponent,\n SaveVersionDialogComponent\n ],\n imports: [\n CommonModule,\n FormsModule,\n ReactiveFormsModule,\n ButtonsModule,\n GridModule,\n InputsModule,\n DialogsModule,\n WindowModule,\n TabStripModule,\n SplitterModule,\n ContainerDirectivesModule,\n CodeEditorModule,\n MJReactModule,\n SharedGenericModule,\n MarkdownModule\n ],\n exports: [\n ComponentStudioDashboardComponent\n ]\n})\nexport class ComponentStudioDashboardsModule { }\n"]}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./EntityAdmin/entity-admin-dashboard.component";
|
|
3
|
+
import * as i2 from "./Home/home-dashboard.component";
|
|
4
|
+
import * as i3 from "./SystemDiagnostics/system-diagnostics.component";
|
|
5
|
+
import * as i4 from "./QueryBrowser/query-browser-resource.component";
|
|
6
|
+
import * as i5 from "./DashboardBrowser/dashboard-browser-resource.component";
|
|
7
|
+
import * as i6 from "./DashboardBrowser/dashboard-share-dialog.component";
|
|
8
|
+
import * as i7 from "./APIKeys/api-keys-resource.component";
|
|
9
|
+
import * as i8 from "./APIKeys/api-key-create-dialog.component";
|
|
10
|
+
import * as i9 from "./APIKeys/api-key-edit-panel.component";
|
|
11
|
+
import * as i10 from "./APIKeys/api-key-list.component";
|
|
12
|
+
import * as i11 from "./APIKeys/api-applications-panel.component";
|
|
13
|
+
import * as i12 from "./APIKeys/api-scopes-panel.component";
|
|
14
|
+
import * as i13 from "./APIKeys/api-usage-panel.component";
|
|
15
|
+
import * as i14 from "./VersionHistory/components/labels-resource.component";
|
|
16
|
+
import * as i15 from "./VersionHistory/components/diff-resource.component";
|
|
17
|
+
import * as i16 from "./VersionHistory/components/restore-resource.component";
|
|
18
|
+
import * as i17 from "./VersionHistory/components/graph-resource.component";
|
|
19
|
+
import * as i18 from "@angular/common";
|
|
20
|
+
import * as i19 from "@angular/forms";
|
|
21
|
+
import * as i20 from "@progress/kendo-angular-buttons";
|
|
22
|
+
import * as i21 from "@progress/kendo-angular-grid";
|
|
23
|
+
import * as i22 from "@progress/kendo-angular-dropdowns";
|
|
24
|
+
import * as i23 from "@progress/kendo-angular-inputs";
|
|
25
|
+
import * as i24 from "@progress/kendo-angular-indicators";
|
|
26
|
+
import * as i25 from "@progress/kendo-angular-dateinputs";
|
|
27
|
+
import * as i26 from "@progress/kendo-angular-dialog";
|
|
28
|
+
import * as i27 from "@memberjunction/ng-container-directives";
|
|
29
|
+
import * as i28 from "@memberjunction/ng-shared-generic";
|
|
30
|
+
import * as i29 from "@memberjunction/ng-code-editor";
|
|
31
|
+
import * as i30 from "@memberjunction/ng-explorer-settings";
|
|
32
|
+
import * as i31 from "@memberjunction/ng-entity-relationship-diagram";
|
|
33
|
+
import * as i32 from "@memberjunction/ng-query-viewer";
|
|
34
|
+
import * as i33 from "@memberjunction/ng-dashboard-viewer";
|
|
35
|
+
import * as i34 from "@memberjunction/ng-versions";
|
|
36
|
+
import * as i35 from "@memberjunction/ng-export-service";
|
|
37
|
+
import * as i36 from "./shared/shared-pipes.module";
|
|
38
|
+
/**
|
|
39
|
+
* CoreDashboardsModule — eagerly loaded core features: Home, EntityAdmin,
|
|
40
|
+
* SystemDiagnostics, QueryBrowser, DashboardBrowser, APIKeys, VersionHistory.
|
|
41
|
+
*/
|
|
42
|
+
export declare class CoreDashboardsModule {
|
|
43
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CoreDashboardsModule, never>;
|
|
44
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CoreDashboardsModule, [typeof i1.EntityAdminDashboardComponent, typeof i2.HomeDashboardComponent, typeof i3.SystemDiagnosticsComponent, typeof i4.QueryBrowserResourceComponent, typeof i5.DashboardBrowserResourceComponent, typeof i6.DashboardShareDialogComponent, typeof i7.APIKeysResourceComponent, typeof i8.APIKeyCreateDialogComponent, typeof i9.APIKeyEditPanelComponent, typeof i10.APIKeyListComponent, typeof i11.APIApplicationsPanelComponent, typeof i12.APIScopesPanelComponent, typeof i13.APIUsagePanelComponent, typeof i14.VersionHistoryLabelsResourceComponent, typeof i15.VersionHistoryDiffResourceComponent, typeof i16.VersionHistoryRestoreResourceComponent, typeof i17.VersionHistoryGraphResourceComponent], [typeof i18.CommonModule, typeof i19.FormsModule, typeof i19.ReactiveFormsModule, typeof i20.ButtonsModule, typeof i21.GridModule, typeof i22.DropDownsModule, typeof i23.InputsModule, typeof i24.IndicatorsModule, typeof i25.DateInputsModule, typeof i26.DialogsModule, typeof i26.WindowModule, typeof i27.ContainerDirectivesModule, typeof i28.SharedGenericModule, typeof i29.CodeEditorModule, typeof i30.ExplorerSettingsModule, typeof i31.EntityRelationshipDiagramModule, typeof i32.QueryViewerModule, typeof i33.DashboardViewerModule, typeof i34.VersionsModule, typeof i35.ExportServiceModule, typeof i36.SharedPipesModule], [typeof i1.EntityAdminDashboardComponent, typeof i2.HomeDashboardComponent, typeof i3.SystemDiagnosticsComponent, typeof i4.QueryBrowserResourceComponent, typeof i5.DashboardBrowserResourceComponent, typeof i6.DashboardShareDialogComponent, typeof i7.APIKeysResourceComponent, typeof i8.APIKeyCreateDialogComponent, typeof i9.APIKeyEditPanelComponent, typeof i10.APIKeyListComponent, typeof i11.APIApplicationsPanelComponent, typeof i12.APIScopesPanelComponent, typeof i13.APIUsagePanelComponent, typeof i14.VersionHistoryLabelsResourceComponent, typeof i15.VersionHistoryDiffResourceComponent, typeof i16.VersionHistoryRestoreResourceComponent, typeof i17.VersionHistoryGraphResourceComponent, typeof i36.SharedPipesModule]>;
|
|
45
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<CoreDashboardsModule>;
|
|
46
|
+
}
|
|
47
|
+
export type { ShareDialogResult, UserSharePermission } from './DashboardBrowser/dashboard-share-dialog.component';
|
|
48
|
+
export { DashboardShareDialogComponent } from './DashboardBrowser/dashboard-share-dialog.component';
|
|
49
|
+
//# sourceMappingURL=core-dashboards.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"core-dashboards.module.d.ts","sourceRoot":"","sources":["../src/core-dashboards.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA0CA;;;GAGG;AACH,qBAkEa,oBAAoB;yCAApB,oBAAoB;0CAApB,oBAAoB;0CAApB,oBAAoB;CAAI;AAGrC,YAAY,EAAE,iBAAiB,EAAE,mBAAmB,EAAE,MAAM,qDAAqD,CAAC;AAClH,OAAO,EAAE,6BAA6B,EAAE,MAAM,qDAAqD,CAAC"}
|