@memberjunction/ng-dashboards 5.21.0 → 5.23.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/README.md +51 -0
- package/dist/AI/components/agents/agent-configuration.component.d.ts.map +1 -1
- package/dist/AI/components/agents/agent-configuration.component.js +364 -362
- package/dist/AI/components/agents/agent-configuration.component.js.map +1 -1
- package/dist/AI/components/agents/agent-editor.component.js +2 -2
- package/dist/AI/components/autotagging/autotagging-pipeline-resource.component.d.ts +313 -0
- package/dist/AI/components/autotagging/autotagging-pipeline-resource.component.d.ts.map +1 -0
- package/dist/AI/components/autotagging/autotagging-pipeline-resource.component.js +2792 -0
- package/dist/AI/components/autotagging/autotagging-pipeline-resource.component.js.map +1 -0
- package/dist/AI/components/duplicates/duplicate-detection-resource.component.d.ts +382 -0
- package/dist/AI/components/duplicates/duplicate-detection-resource.component.d.ts.map +1 -0
- package/dist/AI/components/duplicates/duplicate-detection-resource.component.js +2683 -0
- package/dist/AI/components/duplicates/duplicate-detection-resource.component.js.map +1 -0
- package/dist/AI/components/execution-monitoring.component.d.ts.map +1 -1
- package/dist/AI/components/execution-monitoring.component.js +191 -197
- package/dist/AI/components/execution-monitoring.component.js.map +1 -1
- package/dist/AI/components/models/model-management.component.js +9 -8
- package/dist/AI/components/models/model-management.component.js.map +1 -1
- package/dist/AI/components/prompts/prompt-management.component.js +305 -299
- package/dist/AI/components/prompts/prompt-management.component.js.map +1 -1
- package/dist/AI/components/system/system-configuration.component.js +319 -313
- package/dist/AI/components/system/system-configuration.component.js.map +1 -1
- package/dist/AI/components/vectors/vector-management-resource.component.d.ts +240 -0
- package/dist/AI/components/vectors/vector-management-resource.component.d.ts.map +1 -0
- package/dist/AI/components/vectors/vector-management-resource.component.js +1767 -0
- package/dist/AI/components/vectors/vector-management-resource.component.js.map +1 -0
- package/dist/AI/index.d.ts +3 -0
- package/dist/AI/index.d.ts.map +1 -1
- package/dist/AI/index.js +6 -0
- package/dist/AI/index.js.map +1 -1
- package/dist/AI/services/ai-instrumentation.service.d.ts +50 -7
- package/dist/AI/services/ai-instrumentation.service.d.ts.map +1 -1
- package/dist/AI/services/ai-instrumentation.service.js +161 -193
- package/dist/AI/services/ai-instrumentation.service.js.map +1 -1
- package/dist/APIKeys/api-applications-panel.component.js +10 -12
- package/dist/APIKeys/api-applications-panel.component.js.map +1 -1
- package/dist/APIKeys/api-key-create-dialog.component.js +13 -19
- package/dist/APIKeys/api-key-create-dialog.component.js.map +1 -1
- package/dist/APIKeys/api-key-edit-panel.component.js +12 -14
- package/dist/APIKeys/api-key-edit-panel.component.js.map +1 -1
- package/dist/APIKeys/api-scopes-panel.component.js +61 -68
- package/dist/APIKeys/api-scopes-panel.component.js.map +1 -1
- package/dist/APIKeys/api-usage-panel.component.js +10 -11
- package/dist/APIKeys/api-usage-panel.component.js.map +1 -1
- package/dist/Actions/components/actions-list-view.component.js +82 -96
- package/dist/Actions/components/actions-list-view.component.js.map +1 -1
- package/dist/Actions/components/actions-overview.component.js +130 -134
- package/dist/Actions/components/actions-overview.component.js.map +1 -1
- package/dist/Actions/components/categories-list-view.component.d.ts.map +1 -1
- package/dist/Actions/components/categories-list-view.component.js +40 -46
- package/dist/Actions/components/categories-list-view.component.js.map +1 -1
- package/dist/Actions/components/code-management.component.js +2 -2
- package/dist/Actions/components/code-management.component.js.map +1 -1
- package/dist/Actions/components/entity-integration.component.js +2 -2
- package/dist/Actions/components/entity-integration.component.js.map +1 -1
- package/dist/Actions/components/execution-monitoring.component.js +127 -132
- package/dist/Actions/components/execution-monitoring.component.js.map +1 -1
- package/dist/Actions/components/executions-list-view.component.js +2 -2
- package/dist/Actions/components/executions-list-view.component.js.map +1 -1
- package/dist/Actions/components/explorer/action-card.component.js +11 -17
- package/dist/Actions/components/explorer/action-card.component.js.map +1 -1
- package/dist/Actions/components/explorer/action-explorer.component.js +5 -11
- package/dist/Actions/components/explorer/action-explorer.component.js.map +1 -1
- package/dist/Actions/components/explorer/action-list-item.component.js +8 -10
- package/dist/Actions/components/explorer/action-list-item.component.js.map +1 -1
- package/dist/Actions/components/explorer/action-toolbar.component.js +112 -133
- package/dist/Actions/components/explorer/action-toolbar.component.js.map +1 -1
- package/dist/Actions/components/explorer/action-tree-panel.component.js +63 -83
- package/dist/Actions/components/explorer/action-tree-panel.component.js.map +1 -1
- package/dist/Actions/components/explorer/new-action-panel.component.js +17 -21
- package/dist/Actions/components/explorer/new-action-panel.component.js.map +1 -1
- package/dist/Actions/components/explorer/new-category-panel.component.js +17 -21
- package/dist/Actions/components/explorer/new-category-panel.component.js.map +1 -1
- package/dist/Actions/components/scheduled-actions.component.js +2 -2
- package/dist/Actions/components/scheduled-actions.component.js.map +1 -1
- package/dist/Actions/components/security-permissions.component.js +2 -2
- package/dist/Actions/components/security-permissions.component.js.map +1 -1
- package/dist/ComponentStudio/component-studio-dashboard.component.d.ts +13 -5
- package/dist/ComponentStudio/component-studio-dashboard.component.d.ts.map +1 -1
- package/dist/ComponentStudio/component-studio-dashboard.component.js +168 -145
- package/dist/ComponentStudio/component-studio-dashboard.component.js.map +1 -1
- package/dist/ComponentStudio/components/artifact-load-dialog.component.d.ts +4 -5
- package/dist/ComponentStudio/components/artifact-load-dialog.component.d.ts.map +1 -1
- package/dist/ComponentStudio/components/artifact-load-dialog.component.js +197 -200
- package/dist/ComponentStudio/components/artifact-load-dialog.component.js.map +1 -1
- package/dist/ComponentStudio/components/artifact-selection-dialog.component.d.ts +5 -7
- package/dist/ComponentStudio/components/artifact-selection-dialog.component.d.ts.map +1 -1
- package/dist/ComponentStudio/components/artifact-selection-dialog.component.js +142 -148
- package/dist/ComponentStudio/components/artifact-selection-dialog.component.js.map +1 -1
- package/dist/ComponentStudio/components/browser/component-browser.component.js +153 -166
- package/dist/ComponentStudio/components/browser/component-browser.component.js.map +1 -1
- package/dist/ComponentStudio/components/editors/code-editor-panel.component.js +15 -20
- package/dist/ComponentStudio/components/editors/code-editor-panel.component.js.map +1 -1
- package/dist/ComponentStudio/components/editors/data-requirements-editor.component.js +16 -21
- package/dist/ComponentStudio/components/editors/data-requirements-editor.component.js.map +1 -1
- package/dist/ComponentStudio/components/editors/requirements-editor.component.js +18 -23
- package/dist/ComponentStudio/components/editors/requirements-editor.component.js.map +1 -1
- package/dist/ComponentStudio/components/editors/spec-editor.component.js +25 -30
- package/dist/ComponentStudio/components/editors/spec-editor.component.js.map +1 -1
- package/dist/ComponentStudio/components/new-component-dialog/new-component-dialog.component.js +10 -11
- package/dist/ComponentStudio/components/new-component-dialog/new-component-dialog.component.js.map +1 -1
- package/dist/ComponentStudio/components/save-version-dialog/save-version-dialog.component.d.ts.map +1 -1
- package/dist/ComponentStudio/components/save-version-dialog/save-version-dialog.component.js +24 -35
- package/dist/ComponentStudio/components/save-version-dialog/save-version-dialog.component.js.map +1 -1
- package/dist/ComponentStudio/components/text-import-dialog.component.js +15 -17
- package/dist/ComponentStudio/components/text-import-dialog.component.js.map +1 -1
- package/dist/Credentials/components/credentials-categories-resource.component.js +7 -6
- package/dist/Credentials/components/credentials-categories-resource.component.js.map +1 -1
- package/dist/Credentials/components/credentials-list-resource.component.js +6 -5
- package/dist/Credentials/components/credentials-list-resource.component.js.map +1 -1
- package/dist/Credentials/components/credentials-types-resource.component.js +7 -6
- package/dist/Credentials/components/credentials-types-resource.component.js.map +1 -1
- package/dist/DashboardBrowser/dashboard-browser-resource.component.d.ts +11 -0
- package/dist/DashboardBrowser/dashboard-browser-resource.component.d.ts.map +1 -1
- package/dist/DashboardBrowser/dashboard-browser-resource.component.js +57 -0
- package/dist/DashboardBrowser/dashboard-browser-resource.component.js.map +1 -1
- package/dist/DashboardBrowser/dashboard-share-dialog.component.js +9 -9
- package/dist/DashboardBrowser/dashboard-share-dialog.component.js.map +1 -1
- package/dist/DataExplorer/components/navigation-panel/navigation-panel.component.d.ts +1 -1
- package/dist/DataExplorer/data-explorer-dashboard.component.d.ts +10 -2
- package/dist/DataExplorer/data-explorer-dashboard.component.d.ts.map +1 -1
- package/dist/DataExplorer/data-explorer-dashboard.component.js +35 -11
- package/dist/DataExplorer/data-explorer-dashboard.component.js.map +1 -1
- package/dist/DataExplorer/data-explorer-resource.component.d.ts +1 -0
- package/dist/DataExplorer/data-explorer-resource.component.d.ts.map +1 -1
- package/dist/DataExplorer/data-explorer-resource.component.js +8 -4
- package/dist/DataExplorer/data-explorer-resource.component.js.map +1 -1
- package/dist/Home/home-dashboard.component.d.ts +181 -1
- package/dist/Home/home-dashboard.component.d.ts.map +1 -1
- package/dist/Home/home-dashboard.component.js +1704 -182
- package/dist/Home/home-dashboard.component.js.map +1 -1
- package/dist/Integration/components/connections/connections.component.js +4 -4
- package/dist/Integration/components/connections/connections.component.js.map +1 -1
- package/dist/Integration/components/mapping-workspace/mapping-workspace.component.js +246 -259
- package/dist/Integration/components/mapping-workspace/mapping-workspace.component.js.map +1 -1
- package/dist/Integration/components/widgets/integration-card.component.js +7 -9
- package/dist/Integration/components/widgets/integration-card.component.js.map +1 -1
- package/dist/Integration/integration.module.d.ts +6 -10
- package/dist/Integration/integration.module.d.ts.map +1 -1
- package/dist/Integration/integration.module.js +12 -20
- package/dist/Integration/integration.module.js.map +1 -1
- package/dist/KnowledgeHub/components/clusters/cluster-visualization-resource.component.d.ts +106 -0
- package/dist/KnowledgeHub/components/clusters/cluster-visualization-resource.component.d.ts.map +1 -0
- package/dist/KnowledgeHub/components/clusters/cluster-visualization-resource.component.js +607 -0
- package/dist/KnowledgeHub/components/clusters/cluster-visualization-resource.component.js.map +1 -0
- package/dist/KnowledgeHub/components/config/knowledge-config-resource.component.d.ts +126 -0
- package/dist/KnowledgeHub/components/config/knowledge-config-resource.component.d.ts.map +1 -0
- package/dist/KnowledgeHub/components/config/knowledge-config-resource.component.js +1086 -0
- package/dist/KnowledgeHub/components/config/knowledge-config-resource.component.js.map +1 -0
- package/dist/KnowledgeHub/components/results-detail/search-result-detail.component.d.ts +56 -0
- package/dist/KnowledgeHub/components/results-detail/search-result-detail.component.d.ts.map +1 -0
- package/dist/KnowledgeHub/components/results-detail/search-result-detail.component.js +291 -0
- package/dist/KnowledgeHub/components/results-detail/search-result-detail.component.js.map +1 -0
- package/dist/KnowledgeHub/components/search/knowledge-search-resource.component.d.ts +85 -0
- package/dist/KnowledgeHub/components/search/knowledge-search-resource.component.d.ts.map +1 -0
- package/dist/KnowledgeHub/components/search/knowledge-search-resource.component.js +461 -0
- package/dist/KnowledgeHub/components/search/knowledge-search-resource.component.js.map +1 -0
- package/dist/KnowledgeHub/index.d.ts +5 -0
- package/dist/KnowledgeHub/index.d.ts.map +1 -0
- package/dist/KnowledgeHub/index.js +6 -0
- package/dist/KnowledgeHub/index.js.map +1 -0
- package/dist/Lists/components/lists-browse-resource.component.d.ts.map +1 -1
- package/dist/Lists/components/lists-browse-resource.component.js +9 -7
- package/dist/Lists/components/lists-browse-resource.component.js.map +1 -1
- package/dist/Lists/components/lists-my-lists-resource.component.js +5 -4
- package/dist/Lists/components/lists-my-lists-resource.component.js.map +1 -1
- package/dist/Lists/components/lists-operations-resource.component.js +10 -9
- package/dist/Lists/components/lists-operations-resource.component.js.map +1 -1
- package/dist/MCP/components/mcp-connection-dialog.component.js +141 -132
- package/dist/MCP/components/mcp-connection-dialog.component.js.map +1 -1
- package/dist/MCP/components/mcp-log-detail-panel.component.js +4 -4
- package/dist/MCP/components/mcp-log-detail-panel.component.js.map +1 -1
- package/dist/MCP/components/mcp-server-dialog.component.js +141 -128
- package/dist/MCP/components/mcp-server-dialog.component.js.map +1 -1
- package/dist/MCP/components/mcp-test-tool-dialog.component.js +210 -218
- package/dist/MCP/components/mcp-test-tool-dialog.component.js.map +1 -1
- package/dist/MCP/mcp-dashboard.component.js +2 -2
- package/dist/MCP/mcp-dashboard.component.js.map +1 -1
- package/dist/MCP/mcp.module.d.ts +6 -9
- package/dist/MCP/mcp.module.d.ts.map +1 -1
- package/dist/MCP/mcp.module.js +20 -22
- package/dist/MCP/mcp.module.js.map +1 -1
- package/dist/QueryBrowser/query-browser-resource.component.d.ts.map +1 -1
- package/dist/QueryBrowser/query-browser-resource.component.js +5 -1
- package/dist/QueryBrowser/query-browser-resource.component.js.map +1 -1
- package/dist/Scheduling/components/scheduling-activity.component.js +5 -4
- package/dist/Scheduling/components/scheduling-activity.component.js.map +1 -1
- package/dist/Scheduling/components/scheduling-jobs.component.js +6 -5
- package/dist/Scheduling/components/scheduling-jobs.component.js.map +1 -1
- package/dist/Scheduling/components/scheduling-overview.component.js +93 -92
- package/dist/Scheduling/components/scheduling-overview.component.js.map +1 -1
- package/dist/SystemDiagnostics/system-diagnostics.component.d.ts.map +1 -1
- package/dist/SystemDiagnostics/system-diagnostics.component.js +1 -0
- package/dist/SystemDiagnostics/system-diagnostics.component.js.map +1 -1
- package/dist/Testing/components/testing-dashboard-tab-resource.component.d.ts +7 -1
- package/dist/Testing/components/testing-dashboard-tab-resource.component.d.ts.map +1 -1
- package/dist/Testing/components/testing-dashboard-tab-resource.component.js +63 -8
- package/dist/Testing/components/testing-dashboard-tab-resource.component.js.map +1 -1
- package/dist/Testing/components/testing-dashboard-tab.component.d.ts +9 -1
- package/dist/Testing/components/testing-dashboard-tab.component.d.ts.map +1 -1
- package/dist/Testing/components/testing-dashboard-tab.component.js +109 -62
- package/dist/Testing/components/testing-dashboard-tab.component.js.map +1 -1
- package/dist/Testing/components/testing-explorer.component.d.ts +2 -1
- package/dist/Testing/components/testing-explorer.component.d.ts.map +1 -1
- package/dist/Testing/components/testing-explorer.component.js +241 -200
- package/dist/Testing/components/testing-explorer.component.js.map +1 -1
- package/dist/Testing/components/testing-runs-resource.component.d.ts +7 -1
- package/dist/Testing/components/testing-runs-resource.component.d.ts.map +1 -1
- package/dist/Testing/components/testing-runs-resource.component.js +63 -8
- package/dist/Testing/components/testing-runs-resource.component.js.map +1 -1
- package/dist/Testing/components/testing-runs.component.d.ts.map +1 -1
- package/dist/Testing/components/testing-runs.component.js +7 -5
- package/dist/Testing/components/testing-runs.component.js.map +1 -1
- package/dist/Testing/testing-dashboard.component.d.ts +9 -1
- package/dist/Testing/testing-dashboard.component.d.ts.map +1 -1
- package/dist/Testing/testing-dashboard.component.js +122 -54
- package/dist/Testing/testing-dashboard.component.js.map +1 -1
- package/dist/actions-dashboards.module.d.ts +8 -13
- package/dist/actions-dashboards.module.d.ts.map +1 -1
- package/dist/actions-dashboards.module.js +6 -27
- package/dist/actions-dashboards.module.js.map +1 -1
- package/dist/ai-dashboards.module.d.ts +14 -11
- package/dist/ai-dashboards.module.d.ts.map +1 -1
- package/dist/ai-dashboards.module.js +58 -44
- package/dist/ai-dashboards.module.js.map +1 -1
- package/dist/communication-dashboards.module.d.ts +4 -8
- package/dist/communication-dashboards.module.d.ts.map +1 -1
- package/dist/communication-dashboards.module.js +0 -19
- package/dist/communication-dashboards.module.js.map +1 -1
- package/dist/component-studio-dashboards.module.d.ts +7 -11
- package/dist/component-studio-dashboards.module.d.ts.map +1 -1
- package/dist/component-studio-dashboards.module.js +22 -34
- package/dist/component-studio-dashboards.module.js.map +1 -1
- package/dist/core-dashboards.module.d.ts +13 -18
- package/dist/core-dashboards.module.d.ts.map +1 -1
- package/dist/core-dashboards.module.js +18 -31
- package/dist/core-dashboards.module.js.map +1 -1
- package/dist/credentials-dashboards.module.d.ts +5 -8
- package/dist/credentials-dashboards.module.d.ts.map +1 -1
- package/dist/credentials-dashboards.module.js +3 -19
- package/dist/credentials-dashboards.module.js.map +1 -1
- package/dist/data-explorer-dashboards.module.d.ts +7 -13
- package/dist/data-explorer-dashboards.module.d.ts.map +1 -1
- package/dist/data-explorer-dashboards.module.js +0 -27
- package/dist/data-explorer-dashboards.module.js.map +1 -1
- package/dist/lists-dashboards.module.d.ts +5 -8
- package/dist/lists-dashboards.module.d.ts.map +1 -1
- package/dist/lists-dashboards.module.js +3 -19
- package/dist/lists-dashboards.module.js.map +1 -1
- package/dist/public-api.d.ts +5 -1
- package/dist/public-api.d.ts.map +1 -1
- package/dist/public-api.js +6 -1
- package/dist/public-api.js.map +1 -1
- package/dist/scheduling-dashboards.module.d.ts +6 -10
- package/dist/scheduling-dashboards.module.d.ts.map +1 -1
- package/dist/scheduling-dashboards.module.js +3 -23
- package/dist/scheduling-dashboards.module.js.map +1 -1
- package/dist/testing-dashboards.module.d.ts +7 -12
- package/dist/testing-dashboards.module.d.ts.map +1 -1
- package/dist/testing-dashboards.module.js +4 -27
- package/dist/testing-dashboards.module.js.map +1 -1
- package/package.json +47 -53
|
@@ -18,32 +18,27 @@ import * as i16 from "./VersionHistory/components/restore-resource.component";
|
|
|
18
18
|
import * as i17 from "./VersionHistory/components/graph-resource.component";
|
|
19
19
|
import * as i18 from "@angular/common";
|
|
20
20
|
import * as i19 from "@angular/forms";
|
|
21
|
-
import * as i20 from "@
|
|
22
|
-
import * as i21 from "@
|
|
23
|
-
import * as i22 from "@
|
|
24
|
-
import * as i23 from "@
|
|
25
|
-
import * as i24 from "@
|
|
26
|
-
import * as i25 from "@
|
|
27
|
-
import * as i26 from "@
|
|
28
|
-
import * as i27 from "@memberjunction/ng-
|
|
29
|
-
import * as i28 from "@memberjunction/ng-
|
|
30
|
-
import * as i29 from "@memberjunction/ng-
|
|
31
|
-
import * as i30 from "
|
|
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";
|
|
21
|
+
import * as i20 from "@memberjunction/ng-ui-components";
|
|
22
|
+
import * as i21 from "@memberjunction/ng-container-directives";
|
|
23
|
+
import * as i22 from "@memberjunction/ng-shared-generic";
|
|
24
|
+
import * as i23 from "@memberjunction/ng-code-editor";
|
|
25
|
+
import * as i24 from "@memberjunction/ng-explorer-settings";
|
|
26
|
+
import * as i25 from "@memberjunction/ng-entity-relationship-diagram";
|
|
27
|
+
import * as i26 from "@memberjunction/ng-query-viewer";
|
|
28
|
+
import * as i27 from "@memberjunction/ng-dashboard-viewer";
|
|
29
|
+
import * as i28 from "@memberjunction/ng-versions";
|
|
30
|
+
import * as i29 from "@memberjunction/ng-export-service";
|
|
31
|
+
import * as i30 from "./shared/shared-pipes.module";
|
|
38
32
|
/**
|
|
39
33
|
* CoreDashboardsModule — eagerly loaded core features: Home, EntityAdmin,
|
|
40
34
|
* SystemDiagnostics, QueryBrowser, DashboardBrowser, APIKeys, VersionHistory.
|
|
41
35
|
*/
|
|
42
36
|
export declare class CoreDashboardsModule {
|
|
43
37
|
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.
|
|
38
|
+
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.MJButtonDirective, typeof i20.MJDatepickerComponent, typeof i20.MJWindowComponent, typeof i20.MJWindowTitlebarComponent, typeof i20.MJDropdownComponent, typeof i21.ContainerDirectivesModule, typeof i22.SharedGenericModule, typeof i23.CodeEditorModule, typeof i24.ExplorerSettingsModule, typeof i25.EntityRelationshipDiagramModule, typeof i26.QueryViewerModule, typeof i27.DashboardViewerModule, typeof i28.VersionsModule, typeof i29.ExportServiceModule, typeof i30.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 i30.SharedPipesModule]>;
|
|
45
39
|
static ɵinj: i0.ɵɵInjectorDeclaration<CoreDashboardsModule>;
|
|
46
40
|
}
|
|
47
41
|
export type { ShareDialogResult, UserSharePermission } from './DashboardBrowser/dashboard-share-dialog.component';
|
|
48
42
|
export { DashboardShareDialogComponent } from './DashboardBrowser/dashboard-share-dialog.component';
|
|
43
|
+
export { HomeApplication } from './Home/home-application';
|
|
49
44
|
//# sourceMappingURL=core-dashboards.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"core-dashboards.module.d.ts","sourceRoot":"","sources":["../src/core-dashboards.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"core-dashboards.module.d.ts","sourceRoot":"","sources":["../src/core-dashboards.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAwCA;;;GAGG;AACH,qBA+Da,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;AAIpG,OAAO,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC"}
|
|
@@ -1,13 +1,7 @@
|
|
|
1
1
|
import { NgModule } from '@angular/core';
|
|
2
2
|
import { CommonModule } from '@angular/common';
|
|
3
3
|
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
|
|
4
|
-
import {
|
|
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 { DateInputsModule } from '@progress/kendo-angular-dateinputs';
|
|
10
|
-
import { DialogsModule, WindowModule } from '@progress/kendo-angular-dialog';
|
|
4
|
+
import { MJButtonDirective, MJDatepickerComponent, MJWindowComponent, MJWindowTitlebarComponent, MJDropdownComponent } from '@memberjunction/ng-ui-components';
|
|
11
5
|
import { ContainerDirectivesModule } from '@memberjunction/ng-container-directives';
|
|
12
6
|
import { SharedGenericModule } from '@memberjunction/ng-shared-generic';
|
|
13
7
|
import { CodeEditorModule } from '@memberjunction/ng-code-editor';
|
|
@@ -49,14 +43,10 @@ export class CoreDashboardsModule {
|
|
|
49
43
|
static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
50
44
|
FormsModule,
|
|
51
45
|
ReactiveFormsModule,
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
IndicatorsModule,
|
|
57
|
-
DateInputsModule,
|
|
58
|
-
DialogsModule,
|
|
59
|
-
WindowModule,
|
|
46
|
+
MJDatepickerComponent,
|
|
47
|
+
MJWindowComponent,
|
|
48
|
+
MJWindowTitlebarComponent,
|
|
49
|
+
MJDropdownComponent,
|
|
60
50
|
ContainerDirectivesModule,
|
|
61
51
|
SharedGenericModule,
|
|
62
52
|
CodeEditorModule,
|
|
@@ -96,14 +86,11 @@ export class CoreDashboardsModule {
|
|
|
96
86
|
CommonModule,
|
|
97
87
|
FormsModule,
|
|
98
88
|
ReactiveFormsModule,
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
DateInputsModule,
|
|
105
|
-
DialogsModule,
|
|
106
|
-
WindowModule,
|
|
89
|
+
MJButtonDirective,
|
|
90
|
+
MJDatepickerComponent,
|
|
91
|
+
MJWindowComponent,
|
|
92
|
+
MJWindowTitlebarComponent,
|
|
93
|
+
MJDropdownComponent,
|
|
107
94
|
ContainerDirectivesModule,
|
|
108
95
|
SharedGenericModule,
|
|
109
96
|
CodeEditorModule,
|
|
@@ -158,14 +145,11 @@ export class CoreDashboardsModule {
|
|
|
158
145
|
VersionHistoryGraphResourceComponent], imports: [CommonModule,
|
|
159
146
|
FormsModule,
|
|
160
147
|
ReactiveFormsModule,
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
DateInputsModule,
|
|
167
|
-
DialogsModule,
|
|
168
|
-
WindowModule,
|
|
148
|
+
MJButtonDirective,
|
|
149
|
+
MJDatepickerComponent,
|
|
150
|
+
MJWindowComponent,
|
|
151
|
+
MJWindowTitlebarComponent,
|
|
152
|
+
MJDropdownComponent,
|
|
169
153
|
ContainerDirectivesModule,
|
|
170
154
|
SharedGenericModule,
|
|
171
155
|
CodeEditorModule,
|
|
@@ -194,4 +178,7 @@ export class CoreDashboardsModule {
|
|
|
194
178
|
VersionHistoryGraphResourceComponent,
|
|
195
179
|
SharedPipesModule] }); })();
|
|
196
180
|
export { DashboardShareDialogComponent } from './DashboardBrowser/dashboard-share-dialog.component';
|
|
181
|
+
// Re-export HomeApplication so it's reachable from this subpath for lazy loading.
|
|
182
|
+
// The @RegisterClass decorator fires on import, registering it with ClassFactory.
|
|
183
|
+
export { HomeApplication } from './Home/home-application';
|
|
197
184
|
//# sourceMappingURL=core-dashboards.module.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"core-dashboards.module.js","sourceRoot":"","sources":["../src/core-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,
|
|
1
|
+
{"version":3,"file":"core-dashboards.module.js","sourceRoot":"","sources":["../src/core-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 { MJButtonDirective, MJDatepickerComponent, MJWindowComponent, MJWindowTitlebarComponent, MJDropdownComponent } from '@memberjunction/ng-ui-components';\nimport { ContainerDirectivesModule } from '@memberjunction/ng-container-directives';\nimport { SharedGenericModule } from '@memberjunction/ng-shared-generic';\nimport { CodeEditorModule } from '@memberjunction/ng-code-editor';\nimport { ExplorerSettingsModule } from '@memberjunction/ng-explorer-settings';\nimport { EntityRelationshipDiagramModule } from '@memberjunction/ng-entity-relationship-diagram';\nimport { QueryViewerModule } from '@memberjunction/ng-query-viewer';\nimport { DashboardViewerModule } from '@memberjunction/ng-dashboard-viewer';\nimport { VersionsModule } from '@memberjunction/ng-versions';\nimport { ExportServiceModule } from '@memberjunction/ng-export-service';\nimport { SharedPipesModule } from './shared/shared-pipes.module';\n\n// Core components — eagerly loaded, most-visited pages\nimport { EntityAdminDashboardComponent } from './EntityAdmin/entity-admin-dashboard.component';\nimport { HomeDashboardComponent } from './Home/home-dashboard.component';\n// HomeApplication is a non-Angular class registered via @RegisterClass(BaseApplication, 'HomeApplication').\n// It must be imported here so ESBuild includes it in this chunk, making it discoverable\n// via the lazy loading system when ApplicationManager calls CreateInstanceAsync.\nimport { HomeApplication } from './Home/home-application';\nimport { SystemDiagnosticsComponent } from './SystemDiagnostics/system-diagnostics.component';\nimport { QueryBrowserResourceComponent } from './QueryBrowser/query-browser-resource.component';\nimport { DashboardBrowserResourceComponent } from './DashboardBrowser/dashboard-browser-resource.component';\nimport { DashboardShareDialogComponent } from './DashboardBrowser/dashboard-share-dialog.component';\n// API Keys\nimport { APIKeysResourceComponent } from './APIKeys/api-keys-resource.component';\nimport { APIKeyCreateDialogComponent } from './APIKeys/api-key-create-dialog.component';\nimport { APIKeyEditPanelComponent } from './APIKeys/api-key-edit-panel.component';\nimport { APIKeyListComponent } from './APIKeys/api-key-list.component';\nimport { APIApplicationsPanelComponent } from './APIKeys/api-applications-panel.component';\nimport { APIScopesPanelComponent } from './APIKeys/api-scopes-panel.component';\nimport { APIUsagePanelComponent } from './APIKeys/api-usage-panel.component';\n// Version History\nimport { VersionHistoryLabelsResourceComponent } from './VersionHistory/components/labels-resource.component';\nimport { VersionHistoryDiffResourceComponent } from './VersionHistory/components/diff-resource.component';\nimport { VersionHistoryRestoreResourceComponent } from './VersionHistory/components/restore-resource.component';\nimport { VersionHistoryGraphResourceComponent } from './VersionHistory/components/graph-resource.component';\n\n/**\n * CoreDashboardsModule — eagerly loaded core features: Home, EntityAdmin,\n * SystemDiagnostics, QueryBrowser, DashboardBrowser, APIKeys, VersionHistory.\n */\n@NgModule({\n declarations: [\n EntityAdminDashboardComponent,\n HomeDashboardComponent,\n SystemDiagnosticsComponent,\n QueryBrowserResourceComponent,\n DashboardBrowserResourceComponent,\n DashboardShareDialogComponent,\n // API Keys\n APIKeysResourceComponent,\n APIKeyCreateDialogComponent,\n APIKeyEditPanelComponent,\n APIKeyListComponent,\n APIApplicationsPanelComponent,\n APIScopesPanelComponent,\n APIUsagePanelComponent,\n // Version History\n VersionHistoryLabelsResourceComponent,\n VersionHistoryDiffResourceComponent,\n VersionHistoryRestoreResourceComponent,\n VersionHistoryGraphResourceComponent\n ],\n imports: [\n CommonModule,\n FormsModule,\n ReactiveFormsModule,\n MJButtonDirective,\n MJDatepickerComponent,\n MJWindowComponent,\n MJWindowTitlebarComponent,\n MJDropdownComponent,\n ContainerDirectivesModule,\n SharedGenericModule,\n CodeEditorModule,\n ExplorerSettingsModule,\n EntityRelationshipDiagramModule,\n QueryViewerModule,\n DashboardViewerModule,\n VersionsModule,\n ExportServiceModule,\n SharedPipesModule\n ],\n exports: [\n EntityAdminDashboardComponent,\n HomeDashboardComponent,\n SystemDiagnosticsComponent,\n QueryBrowserResourceComponent,\n DashboardBrowserResourceComponent,\n DashboardShareDialogComponent,\n APIKeysResourceComponent,\n APIKeyCreateDialogComponent,\n APIKeyEditPanelComponent,\n APIKeyListComponent,\n APIApplicationsPanelComponent,\n APIScopesPanelComponent,\n APIUsagePanelComponent,\n VersionHistoryLabelsResourceComponent,\n VersionHistoryDiffResourceComponent,\n VersionHistoryRestoreResourceComponent,\n VersionHistoryGraphResourceComponent,\n SharedPipesModule\n ]\n})\nexport class CoreDashboardsModule { }\n\n// Re-export types needed by consumers via subpath import\nexport type { ShareDialogResult, UserSharePermission } from './DashboardBrowser/dashboard-share-dialog.component';\nexport { DashboardShareDialogComponent } from './DashboardBrowser/dashboard-share-dialog.component';\n\n// Re-export HomeApplication so it's reachable from this subpath for lazy loading.\n// The @RegisterClass decorator fires on import, registering it with ClassFactory.\nexport { HomeApplication } from './Home/home-application';\n"]}
|
|
@@ -8,20 +8,17 @@ import * as i6 from "./Credentials/components/credentials-audit-resource.compone
|
|
|
8
8
|
import * as i7 from "./Credentials/pipes/group-by.pipe";
|
|
9
9
|
import * as i8 from "@angular/common";
|
|
10
10
|
import * as i9 from "@angular/forms";
|
|
11
|
-
import * as i10 from "@
|
|
12
|
-
import * as i11 from "@
|
|
13
|
-
import * as i12 from "@
|
|
14
|
-
import * as i13 from "@
|
|
15
|
-
import * as i14 from "@memberjunction/ng-container-directives";
|
|
16
|
-
import * as i15 from "@memberjunction/ng-shared-generic";
|
|
17
|
-
import * as i16 from "@memberjunction/ng-credentials";
|
|
11
|
+
import * as i10 from "@memberjunction/ng-ui-components";
|
|
12
|
+
import * as i11 from "@memberjunction/ng-container-directives";
|
|
13
|
+
import * as i12 from "@memberjunction/ng-shared-generic";
|
|
14
|
+
import * as i13 from "@memberjunction/ng-credentials";
|
|
18
15
|
/**
|
|
19
16
|
* CredentialsDashboardsModule — Credentials feature area: dashboard,
|
|
20
17
|
* overview, list, types, categories, and audit views.
|
|
21
18
|
*/
|
|
22
19
|
export declare class CredentialsDashboardsModule {
|
|
23
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<CredentialsDashboardsModule, never>;
|
|
24
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CredentialsDashboardsModule, [typeof i1.CredentialsDashboardComponent, typeof i2.CredentialsOverviewResourceComponent, typeof i3.CredentialsListResourceComponent, typeof i4.CredentialsTypesResourceComponent, typeof i5.CredentialsCategoriesResourceComponent, typeof i6.CredentialsAuditResourceComponent, typeof i7.GroupByPipe], [typeof i8.CommonModule, typeof i9.FormsModule, typeof i9.ReactiveFormsModule, typeof i10.
|
|
21
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CredentialsDashboardsModule, [typeof i1.CredentialsDashboardComponent, typeof i2.CredentialsOverviewResourceComponent, typeof i3.CredentialsListResourceComponent, typeof i4.CredentialsTypesResourceComponent, typeof i5.CredentialsCategoriesResourceComponent, typeof i6.CredentialsAuditResourceComponent, typeof i7.GroupByPipe], [typeof i8.CommonModule, typeof i9.FormsModule, typeof i9.ReactiveFormsModule, typeof i10.MJButtonDirective, typeof i11.ContainerDirectivesModule, typeof i12.SharedGenericModule, typeof i13.CredentialsModule], [typeof i1.CredentialsDashboardComponent, typeof i2.CredentialsOverviewResourceComponent, typeof i3.CredentialsListResourceComponent, typeof i4.CredentialsTypesResourceComponent, typeof i5.CredentialsCategoriesResourceComponent, typeof i6.CredentialsAuditResourceComponent, typeof i7.GroupByPipe, typeof i13.CredentialsModule]>;
|
|
25
22
|
static ɵinj: i0.ɵɵInjectorDeclaration<CredentialsDashboardsModule>;
|
|
26
23
|
}
|
|
27
24
|
//# sourceMappingURL=credentials-dashboards.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"credentials-dashboards.module.d.ts","sourceRoot":"","sources":["../src/credentials-dashboards.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"credentials-dashboards.module.d.ts","sourceRoot":"","sources":["../src/credentials-dashboards.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAiBA;;;GAGG;AACH,qBA8Ba,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI"}
|
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
import { NgModule } from '@angular/core';
|
|
2
2
|
import { CommonModule } from '@angular/common';
|
|
3
3
|
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
|
|
4
|
-
import {
|
|
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';
|
|
4
|
+
import { MJButtonDirective } from '@memberjunction/ng-ui-components';
|
|
8
5
|
import { ContainerDirectivesModule } from '@memberjunction/ng-container-directives';
|
|
9
6
|
import { SharedGenericModule } from '@memberjunction/ng-shared-generic';
|
|
10
7
|
import { CredentialsModule } from '@memberjunction/ng-credentials';
|
|
@@ -27,11 +24,6 @@ export class CredentialsDashboardsModule {
|
|
|
27
24
|
static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
28
25
|
FormsModule,
|
|
29
26
|
ReactiveFormsModule,
|
|
30
|
-
ButtonsModule,
|
|
31
|
-
GridModule,
|
|
32
|
-
DropDownsModule,
|
|
33
|
-
DialogsModule,
|
|
34
|
-
WindowModule,
|
|
35
27
|
ContainerDirectivesModule,
|
|
36
28
|
SharedGenericModule,
|
|
37
29
|
CredentialsModule, CredentialsModule] });
|
|
@@ -52,11 +44,7 @@ export class CredentialsDashboardsModule {
|
|
|
52
44
|
CommonModule,
|
|
53
45
|
FormsModule,
|
|
54
46
|
ReactiveFormsModule,
|
|
55
|
-
|
|
56
|
-
GridModule,
|
|
57
|
-
DropDownsModule,
|
|
58
|
-
DialogsModule,
|
|
59
|
-
WindowModule,
|
|
47
|
+
MJButtonDirective,
|
|
60
48
|
ContainerDirectivesModule,
|
|
61
49
|
SharedGenericModule,
|
|
62
50
|
CredentialsModule
|
|
@@ -82,11 +70,7 @@ export class CredentialsDashboardsModule {
|
|
|
82
70
|
GroupByPipe], imports: [CommonModule,
|
|
83
71
|
FormsModule,
|
|
84
72
|
ReactiveFormsModule,
|
|
85
|
-
|
|
86
|
-
GridModule,
|
|
87
|
-
DropDownsModule,
|
|
88
|
-
DialogsModule,
|
|
89
|
-
WindowModule,
|
|
73
|
+
MJButtonDirective,
|
|
90
74
|
ContainerDirectivesModule,
|
|
91
75
|
SharedGenericModule,
|
|
92
76
|
CredentialsModule], exports: [CredentialsDashboardComponent,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"credentials-dashboards.module.js","sourceRoot":"","sources":["../src/credentials-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,
|
|
1
|
+
{"version":3,"file":"credentials-dashboards.module.js","sourceRoot":"","sources":["../src/credentials-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,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AACrE,OAAO,EAAE,yBAAyB,EAAE,MAAM,yCAAyC,CAAC;AACpF,OAAO,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;AACxE,OAAO,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAC;AAEnE,yBAAyB;AACzB,OAAO,EAAE,6BAA6B,EAAE,MAAM,+CAA+C,CAAC;AAC9F,OAAO,EAAE,oCAAoC,EAAE,MAAM,kEAAkE,CAAC;AACxH,OAAO,EAAE,gCAAgC,EAAE,MAAM,8DAA8D,CAAC;AAChH,OAAO,EAAE,iCAAiC,EAAE,MAAM,+DAA+D,CAAC;AAClH,OAAO,EAAE,sCAAsC,EAAE,MAAM,oEAAoE,CAAC;AAC5H,OAAO,EAAE,iCAAiC,EAAE,MAAM,+DAA+D,CAAC;AAClH,OAAO,EAAE,WAAW,EAAE,MAAM,mCAAmC,CAAC;;AAEhE;;;GAGG;AA+BH,MAAM,OAAO,2BAA2B;qHAA3B,2BAA2B;4DAA3B,2BAA2B;gEAnBpC,YAAY;YACZ,WAAW;YACX,mBAAmB;YAEnB,yBAAyB;YACzB,mBAAmB;YACnB,iBAAiB,EAUjB,iBAAiB;;iFAGR,2BAA2B;cA9BvC,QAAQ;eAAC;gBACR,YAAY,EAAE;oBACZ,6BAA6B;oBAC7B,oCAAoC;oBACpC,gCAAgC;oBAChC,iCAAiC;oBACjC,sCAAsC;oBACtC,iCAAiC;oBACjC,WAAW;iBACZ;gBACD,OAAO,EAAE;oBACP,YAAY;oBACZ,WAAW;oBACX,mBAAmB;oBACnB,iBAAiB;oBACjB,yBAAyB;oBACzB,mBAAmB;oBACnB,iBAAiB;iBAClB;gBACD,OAAO,EAAE;oBACP,6BAA6B;oBAC7B,oCAAoC;oBACpC,gCAAgC;oBAChC,iCAAiC;oBACjC,sCAAsC;oBACtC,iCAAiC;oBACjC,WAAW;oBACX,iBAAiB;iBAClB;aACF;;wFACY,2BAA2B,mBA5BpC,6BAA6B;QAC7B,oCAAoC;QACpC,gCAAgC;QAChC,iCAAiC;QACjC,sCAAsC;QACtC,iCAAiC;QACjC,WAAW,aAGX,YAAY;QACZ,WAAW;QACX,mBAAmB;QACnB,iBAAiB;QACjB,yBAAyB;QACzB,mBAAmB;QACnB,iBAAiB,aAGjB,6BAA6B;QAC7B,oCAAoC;QACpC,gCAAgC;QAChC,iCAAiC;QACjC,sCAAsC;QACtC,iCAAiC;QACjC,WAAW;QACX,iBAAiB","sourcesContent":["import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { FormsModule, ReactiveFormsModule } from '@angular/forms';\nimport { MJButtonDirective } from '@memberjunction/ng-ui-components';\nimport { ContainerDirectivesModule } from '@memberjunction/ng-container-directives';\nimport { SharedGenericModule } from '@memberjunction/ng-shared-generic';\nimport { CredentialsModule } from '@memberjunction/ng-credentials';\n\n// Credentials Components\nimport { CredentialsDashboardComponent } from './Credentials/credentials-dashboard.component';\nimport { CredentialsOverviewResourceComponent } from './Credentials/components/credentials-overview-resource.component';\nimport { CredentialsListResourceComponent } from './Credentials/components/credentials-list-resource.component';\nimport { CredentialsTypesResourceComponent } from './Credentials/components/credentials-types-resource.component';\nimport { CredentialsCategoriesResourceComponent } from './Credentials/components/credentials-categories-resource.component';\nimport { CredentialsAuditResourceComponent } from './Credentials/components/credentials-audit-resource.component';\nimport { GroupByPipe } from './Credentials/pipes/group-by.pipe';\n\n/**\n * CredentialsDashboardsModule — Credentials feature area: dashboard,\n * overview, list, types, categories, and audit views.\n */\n@NgModule({\n declarations: [\n CredentialsDashboardComponent,\n CredentialsOverviewResourceComponent,\n CredentialsListResourceComponent,\n CredentialsTypesResourceComponent,\n CredentialsCategoriesResourceComponent,\n CredentialsAuditResourceComponent,\n GroupByPipe\n ],\n imports: [\n CommonModule,\n FormsModule,\n ReactiveFormsModule,\n MJButtonDirective,\n ContainerDirectivesModule,\n SharedGenericModule,\n CredentialsModule\n ],\n exports: [\n CredentialsDashboardComponent,\n CredentialsOverviewResourceComponent,\n CredentialsListResourceComponent,\n CredentialsTypesResourceComponent,\n CredentialsCategoriesResourceComponent,\n CredentialsAuditResourceComponent,\n GroupByPipe,\n CredentialsModule\n ]\n})\nexport class CredentialsDashboardsModule { }\n"]}
|
|
@@ -6,25 +6,19 @@ import * as i4 from "./DataExplorer/components/view-selector/view-selector.compo
|
|
|
6
6
|
import * as i5 from "./DataExplorer/components/filter-dialog/filter-dialog.component";
|
|
7
7
|
import * as i6 from "@angular/common";
|
|
8
8
|
import * as i7 from "@angular/forms";
|
|
9
|
-
import * as i8 from "@
|
|
10
|
-
import * as i9 from "@
|
|
11
|
-
import * as i10 from "@
|
|
12
|
-
import * as i11 from "@
|
|
13
|
-
import * as i12 from "@
|
|
14
|
-
import * as i13 from "@
|
|
15
|
-
import * as i14 from "@memberjunction/ng-container-directives";
|
|
16
|
-
import * as i15 from "@memberjunction/ng-entity-viewer";
|
|
17
|
-
import * as i16 from "@memberjunction/ng-shared-generic";
|
|
18
|
-
import * as i17 from "@memberjunction/ng-filter-builder";
|
|
19
|
-
import * as i18 from "@memberjunction/ng-export-service";
|
|
20
|
-
import * as i19 from "@memberjunction/ng-list-management";
|
|
9
|
+
import * as i8 from "@memberjunction/ng-container-directives";
|
|
10
|
+
import * as i9 from "@memberjunction/ng-entity-viewer";
|
|
11
|
+
import * as i10 from "@memberjunction/ng-shared-generic";
|
|
12
|
+
import * as i11 from "@memberjunction/ng-filter-builder";
|
|
13
|
+
import * as i12 from "@memberjunction/ng-export-service";
|
|
14
|
+
import * as i13 from "@memberjunction/ng-list-management";
|
|
21
15
|
/**
|
|
22
16
|
* DataExplorerDashboardsModule — Data Explorer feature area: dashboard,
|
|
23
17
|
* navigation panel, view selector, and filter dialog.
|
|
24
18
|
*/
|
|
25
19
|
export declare class DataExplorerDashboardsModule {
|
|
26
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<DataExplorerDashboardsModule, never>;
|
|
27
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DataExplorerDashboardsModule, [typeof i1.DataExplorerDashboardComponent, typeof i2.DataExplorerResourceComponent, typeof i3.NavigationPanelComponent, typeof i4.ViewSelectorComponent, typeof i5.FilterDialogComponent], [typeof i6.CommonModule, typeof i7.FormsModule, typeof i7.ReactiveFormsModule, typeof i8.
|
|
21
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DataExplorerDashboardsModule, [typeof i1.DataExplorerDashboardComponent, typeof i2.DataExplorerResourceComponent, typeof i3.NavigationPanelComponent, typeof i4.ViewSelectorComponent, typeof i5.FilterDialogComponent], [typeof i6.CommonModule, typeof i7.FormsModule, typeof i7.ReactiveFormsModule, typeof i8.ContainerDirectivesModule, typeof i9.EntityViewerModule, typeof i10.SharedGenericModule, typeof i11.FilterBuilderModule, typeof i12.ExportServiceModule, typeof i13.ListManagementModule], [typeof i1.DataExplorerDashboardComponent, typeof i2.DataExplorerResourceComponent]>;
|
|
28
22
|
static ɵinj: i0.ɵɵInjectorDeclaration<DataExplorerDashboardsModule>;
|
|
29
23
|
}
|
|
30
24
|
export { DataExplorerDashboardComponent } from './DataExplorer/data-explorer-dashboard.component';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"data-explorer-dashboards.module.d.ts","sourceRoot":"","sources":["../src/data-explorer-dashboards.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"data-explorer-dashboards.module.d.ts","sourceRoot":"","sources":["../src/data-explorer-dashboards.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAkBA;;;GAGG;AACH,qBA2Ba,4BAA4B;yCAA5B,4BAA4B;0CAA5B,4BAA4B;0CAA5B,4BAA4B;CAAI;AAG7C,OAAO,EAAE,8BAA8B,EAAE,MAAM,kDAAkD,CAAC;AAClG,YAAY,EAAE,kBAAkB,EAAE,MAAM,gDAAgD,CAAC"}
|
|
@@ -1,12 +1,6 @@
|
|
|
1
1
|
import { NgModule } from '@angular/core';
|
|
2
2
|
import { CommonModule } from '@angular/common';
|
|
3
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 { DialogsModule, WindowModule } from '@progress/kendo-angular-dialog';
|
|
9
|
-
import { TreeViewModule } from '@progress/kendo-angular-treeview';
|
|
10
4
|
import { ContainerDirectivesModule } from '@memberjunction/ng-container-directives';
|
|
11
5
|
import { EntityViewerModule } from '@memberjunction/ng-entity-viewer';
|
|
12
6
|
import { SharedGenericModule } from '@memberjunction/ng-shared-generic';
|
|
@@ -33,13 +27,6 @@ export class DataExplorerDashboardsModule {
|
|
|
33
27
|
], imports: [CommonModule,
|
|
34
28
|
FormsModule,
|
|
35
29
|
ReactiveFormsModule,
|
|
36
|
-
ButtonsModule,
|
|
37
|
-
GridModule,
|
|
38
|
-
DropDownsModule,
|
|
39
|
-
InputsModule,
|
|
40
|
-
DialogsModule,
|
|
41
|
-
WindowModule,
|
|
42
|
-
TreeViewModule,
|
|
43
30
|
ContainerDirectivesModule,
|
|
44
31
|
EntityViewerModule,
|
|
45
32
|
SharedGenericModule,
|
|
@@ -61,13 +48,6 @@ export class DataExplorerDashboardsModule {
|
|
|
61
48
|
CommonModule,
|
|
62
49
|
FormsModule,
|
|
63
50
|
ReactiveFormsModule,
|
|
64
|
-
ButtonsModule,
|
|
65
|
-
GridModule,
|
|
66
|
-
DropDownsModule,
|
|
67
|
-
InputsModule,
|
|
68
|
-
DialogsModule,
|
|
69
|
-
WindowModule,
|
|
70
|
-
TreeViewModule,
|
|
71
51
|
ContainerDirectivesModule,
|
|
72
52
|
EntityViewerModule,
|
|
73
53
|
SharedGenericModule,
|
|
@@ -91,13 +71,6 @@ export class DataExplorerDashboardsModule {
|
|
|
91
71
|
FilterDialogComponent], imports: [CommonModule,
|
|
92
72
|
FormsModule,
|
|
93
73
|
ReactiveFormsModule,
|
|
94
|
-
ButtonsModule,
|
|
95
|
-
GridModule,
|
|
96
|
-
DropDownsModule,
|
|
97
|
-
InputsModule,
|
|
98
|
-
DialogsModule,
|
|
99
|
-
WindowModule,
|
|
100
|
-
TreeViewModule,
|
|
101
74
|
ContainerDirectivesModule,
|
|
102
75
|
EntityViewerModule,
|
|
103
76
|
SharedGenericModule,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"data-explorer-dashboards.module.js","sourceRoot":"","sources":["../src/data-explorer-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,
|
|
1
|
+
{"version":3,"file":"data-explorer-dashboards.module.js","sourceRoot":"","sources":["../src/data-explorer-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,yBAAyB,EAAE,MAAM,yCAAyC,CAAC;AACpF,OAAO,EAAE,kBAAkB,EAAE,MAAM,kCAAkC,CAAC;AACtE,OAAO,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;AACxE,OAAO,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;AACxE,OAAO,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;AACxE,OAAO,EAAE,oBAAoB,EAAE,MAAM,oCAAoC,CAAC;AAE1E,2BAA2B;AAC3B,OAAO,EAAE,8BAA8B,EAAE,MAAM,kDAAkD,CAAC;AAClG,OAAO,EAAE,6BAA6B,EAAE,MAAM,iDAAiD,CAAC;AAChG,OAAO,EAAE,wBAAwB,IAAI,gCAAgC,EAAE,MAAM,uEAAuE,CAAC;AACrJ,OAAO,EAAE,qBAAqB,EAAE,MAAM,iEAAiE,CAAC;AACxG,OAAO,EAAE,qBAAqB,EAAE,MAAM,iEAAiE,CAAC;AACxG,OAAO,EAAE,oBAAoB,EAAE,MAAM,gDAAgD,CAAC;;AAEtF;;;GAGG;AA4BH,MAAM,OAAO,4BAA4B;sHAA5B,4BAA4B;4DAA5B,4BAA4B;iEAR5B;YACT,oBAAoB;SACrB,YAZC,YAAY;YACZ,WAAW;YACX,mBAAmB;YACnB,yBAAyB;YACzB,kBAAkB;YAClB,mBAAmB;YACnB,mBAAmB;YACnB,mBAAmB;YACnB,oBAAoB;;iFAUX,4BAA4B;cA3BxC,QAAQ;eAAC;gBACR,YAAY,EAAE;oBACZ,8BAA8B;oBAC9B,6BAA6B;oBAC7B,gCAAgC;oBAChC,qBAAqB;oBACrB,qBAAqB;iBACtB;gBACD,OAAO,EAAE;oBACP,YAAY;oBACZ,WAAW;oBACX,mBAAmB;oBACnB,yBAAyB;oBACzB,kBAAkB;oBAClB,mBAAmB;oBACnB,mBAAmB;oBACnB,mBAAmB;oBACnB,oBAAoB;iBACrB;gBACD,SAAS,EAAE;oBACT,oBAAoB;iBACrB;gBACD,OAAO,EAAE;oBACP,8BAA8B;oBAC9B,6BAA6B;iBAC9B;aACF;;wFACY,4BAA4B,mBAzBrC,8BAA8B;QAC9B,6BAA6B;QAC7B,gCAAgC;QAChC,qBAAqB;QACrB,qBAAqB,aAGrB,YAAY;QACZ,WAAW;QACX,mBAAmB;QACnB,yBAAyB;QACzB,kBAAkB;QAClB,mBAAmB;QACnB,mBAAmB;QACnB,mBAAmB;QACnB,oBAAoB,aAMpB,8BAA8B;QAC9B,6BAA6B;AAKjC,wEAAwE;AACxE,OAAO,EAAE,8BAA8B,EAAE,MAAM,kDAAkD,CAAC","sourcesContent":["import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { FormsModule, ReactiveFormsModule } from '@angular/forms';\nimport { ContainerDirectivesModule } from '@memberjunction/ng-container-directives';\nimport { EntityViewerModule } from '@memberjunction/ng-entity-viewer';\nimport { SharedGenericModule } from '@memberjunction/ng-shared-generic';\nimport { FilterBuilderModule } from '@memberjunction/ng-filter-builder';\nimport { ExportServiceModule } from '@memberjunction/ng-export-service';\nimport { ListManagementModule } from '@memberjunction/ng-list-management';\n\n// Data Explorer Components\nimport { DataExplorerDashboardComponent } from './DataExplorer/data-explorer-dashboard.component';\nimport { DataExplorerResourceComponent } from './DataExplorer/data-explorer-resource.component';\nimport { NavigationPanelComponent as ExplorerNavigationPanelComponent } from './DataExplorer/components/navigation-panel/navigation-panel.component';\nimport { ViewSelectorComponent } from './DataExplorer/components/view-selector/view-selector.component';\nimport { FilterDialogComponent } from './DataExplorer/components/filter-dialog/filter-dialog.component';\nimport { ExplorerStateService } from './DataExplorer/services/explorer-state.service';\n\n/**\n * DataExplorerDashboardsModule — Data Explorer feature area: dashboard,\n * navigation panel, view selector, and filter dialog.\n */\n@NgModule({\n declarations: [\n DataExplorerDashboardComponent,\n DataExplorerResourceComponent,\n ExplorerNavigationPanelComponent,\n ViewSelectorComponent,\n FilterDialogComponent\n ],\n imports: [\n CommonModule,\n FormsModule,\n ReactiveFormsModule,\n ContainerDirectivesModule,\n EntityViewerModule,\n SharedGenericModule,\n FilterBuilderModule,\n ExportServiceModule,\n ListManagementModule\n ],\n providers: [\n ExplorerStateService\n ],\n exports: [\n DataExplorerDashboardComponent,\n DataExplorerResourceComponent\n ]\n})\nexport class DataExplorerDashboardsModule { }\n\n// Re-export types and components needed by consumers via subpath import\nexport { DataExplorerDashboardComponent } from './DataExplorer/data-explorer-dashboard.component';\nexport type { DataExplorerFilter } from './DataExplorer/models/explorer-state.interface';\n"]}
|
|
@@ -6,20 +6,17 @@ import * as i4 from "./Lists/components/lists-operations-resource.component";
|
|
|
6
6
|
import * as i5 from "./Lists/components/venn-diagram/venn-diagram.component";
|
|
7
7
|
import * as i6 from "@angular/common";
|
|
8
8
|
import * as i7 from "@angular/forms";
|
|
9
|
-
import * as i8 from "@
|
|
10
|
-
import * as i9 from "@
|
|
11
|
-
import * as i10 from "@
|
|
12
|
-
import * as i11 from "@
|
|
13
|
-
import * as i12 from "@memberjunction/ng-container-directives";
|
|
14
|
-
import * as i13 from "@memberjunction/ng-shared-generic";
|
|
15
|
-
import * as i14 from "@memberjunction/ng-list-management";
|
|
9
|
+
import * as i8 from "@memberjunction/ng-ui-components";
|
|
10
|
+
import * as i9 from "@memberjunction/ng-container-directives";
|
|
11
|
+
import * as i10 from "@memberjunction/ng-shared-generic";
|
|
12
|
+
import * as i11 from "@memberjunction/ng-list-management";
|
|
16
13
|
/**
|
|
17
14
|
* ListsDashboardsModule — Lists feature area: my lists, browse,
|
|
18
15
|
* categories, operations, and Venn diagram visualization.
|
|
19
16
|
*/
|
|
20
17
|
export declare class ListsDashboardsModule {
|
|
21
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<ListsDashboardsModule, never>;
|
|
22
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ListsDashboardsModule, [typeof i1.ListsMyListsResource, typeof i2.ListsBrowseResource, typeof i3.ListsCategoriesResource, typeof i4.ListsOperationsResource, typeof i5.VennDiagramComponent], [typeof i6.CommonModule, typeof i7.FormsModule, typeof i7.ReactiveFormsModule, typeof i8.
|
|
19
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ListsDashboardsModule, [typeof i1.ListsMyListsResource, typeof i2.ListsBrowseResource, typeof i3.ListsCategoriesResource, typeof i4.ListsOperationsResource, typeof i5.VennDiagramComponent], [typeof i6.CommonModule, typeof i7.FormsModule, typeof i7.ReactiveFormsModule, typeof i8.MJButtonDirective, typeof i9.ContainerDirectivesModule, typeof i10.SharedGenericModule, typeof i11.ListManagementModule], [typeof i1.ListsMyListsResource, typeof i2.ListsBrowseResource, typeof i3.ListsCategoriesResource, typeof i4.ListsOperationsResource, typeof i5.VennDiagramComponent]>;
|
|
23
20
|
static ɵinj: i0.ɵɵInjectorDeclaration<ListsDashboardsModule>;
|
|
24
21
|
}
|
|
25
22
|
//# sourceMappingURL=lists-dashboards.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lists-dashboards.module.d.ts","sourceRoot":"","sources":["../src/lists-dashboards.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"lists-dashboards.module.d.ts","sourceRoot":"","sources":["../src/lists-dashboards.module.ts"],"names":[],"mappings":";;;;;;;;;;;;AAgBA;;;GAGG;AACH,qBA4Ba,qBAAqB;yCAArB,qBAAqB;0CAArB,qBAAqB;0CAArB,qBAAqB;CAAI"}
|
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
import { NgModule } from '@angular/core';
|
|
2
2
|
import { CommonModule } from '@angular/common';
|
|
3
3
|
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
|
|
4
|
-
import {
|
|
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';
|
|
4
|
+
import { MJButtonDirective } from '@memberjunction/ng-ui-components';
|
|
8
5
|
import { ContainerDirectivesModule } from '@memberjunction/ng-container-directives';
|
|
9
6
|
import { SharedGenericModule } from '@memberjunction/ng-shared-generic';
|
|
10
7
|
import { ListManagementModule } from '@memberjunction/ng-list-management';
|
|
@@ -28,11 +25,6 @@ export class ListsDashboardsModule {
|
|
|
28
25
|
], imports: [CommonModule,
|
|
29
26
|
FormsModule,
|
|
30
27
|
ReactiveFormsModule,
|
|
31
|
-
ButtonsModule,
|
|
32
|
-
GridModule,
|
|
33
|
-
DropDownsModule,
|
|
34
|
-
DialogsModule,
|
|
35
|
-
WindowModule,
|
|
36
28
|
ContainerDirectivesModule,
|
|
37
29
|
SharedGenericModule,
|
|
38
30
|
ListManagementModule] });
|
|
@@ -51,11 +43,7 @@ export class ListsDashboardsModule {
|
|
|
51
43
|
CommonModule,
|
|
52
44
|
FormsModule,
|
|
53
45
|
ReactiveFormsModule,
|
|
54
|
-
|
|
55
|
-
GridModule,
|
|
56
|
-
DropDownsModule,
|
|
57
|
-
DialogsModule,
|
|
58
|
-
WindowModule,
|
|
46
|
+
MJButtonDirective,
|
|
59
47
|
ContainerDirectivesModule,
|
|
60
48
|
SharedGenericModule,
|
|
61
49
|
ListManagementModule
|
|
@@ -79,11 +67,7 @@ export class ListsDashboardsModule {
|
|
|
79
67
|
VennDiagramComponent], imports: [CommonModule,
|
|
80
68
|
FormsModule,
|
|
81
69
|
ReactiveFormsModule,
|
|
82
|
-
|
|
83
|
-
GridModule,
|
|
84
|
-
DropDownsModule,
|
|
85
|
-
DialogsModule,
|
|
86
|
-
WindowModule,
|
|
70
|
+
MJButtonDirective,
|
|
87
71
|
ContainerDirectivesModule,
|
|
88
72
|
SharedGenericModule,
|
|
89
73
|
ListManagementModule], exports: [ListsMyListsResource,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lists-dashboards.module.js","sourceRoot":"","sources":["../src/lists-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,
|
|
1
|
+
{"version":3,"file":"lists-dashboards.module.js","sourceRoot":"","sources":["../src/lists-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,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AACrE,OAAO,EAAE,yBAAyB,EAAE,MAAM,yCAAyC,CAAC;AACpF,OAAO,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;AACxE,OAAO,EAAE,oBAAoB,EAAE,MAAM,oCAAoC,CAAC;AAE1E,mBAAmB;AACnB,OAAO,EAAE,oBAAoB,EAAE,MAAM,sDAAsD,CAAC;AAC5F,OAAO,EAAE,mBAAmB,EAAE,MAAM,oDAAoD,CAAC;AACzF,OAAO,EAAE,uBAAuB,EAAE,MAAM,wDAAwD,CAAC;AACjG,OAAO,EAAE,uBAAuB,EAAE,MAAM,wDAAwD,CAAC;AACjG,OAAO,EAAE,oBAAoB,EAAE,MAAM,wDAAwD,CAAC;AAC9F,OAAO,EAAE,wBAAwB,EAAE,MAAM,8CAA8C,CAAC;;AAExF;;;GAGG;AA6BH,MAAM,OAAO,qBAAqB;+GAArB,qBAAqB;4DAArB,qBAAqB;iEAXrB;YACT,wBAAwB;SACzB,YAVC,YAAY;YACZ,WAAW;YACX,mBAAmB;YAEnB,yBAAyB;YACzB,mBAAmB;YACnB,oBAAoB;;iFAaX,qBAAqB;cA5BjC,QAAQ;eAAC;gBACR,YAAY,EAAE;oBACZ,oBAAoB;oBACpB,mBAAmB;oBACnB,uBAAuB;oBACvB,uBAAuB;oBACvB,oBAAoB;iBACrB;gBACD,OAAO,EAAE;oBACP,YAAY;oBACZ,WAAW;oBACX,mBAAmB;oBACnB,iBAAiB;oBACjB,yBAAyB;oBACzB,mBAAmB;oBACnB,oBAAoB;iBACrB;gBACD,SAAS,EAAE;oBACT,wBAAwB;iBACzB;gBACD,OAAO,EAAE;oBACP,oBAAoB;oBACpB,mBAAmB;oBACnB,uBAAuB;oBACvB,uBAAuB;oBACvB,oBAAoB;iBACrB;aACF;;wFACY,qBAAqB,mBA1B9B,oBAAoB;QACpB,mBAAmB;QACnB,uBAAuB;QACvB,uBAAuB;QACvB,oBAAoB,aAGpB,YAAY;QACZ,WAAW;QACX,mBAAmB;QACnB,iBAAiB;QACjB,yBAAyB;QACzB,mBAAmB;QACnB,oBAAoB,aAMpB,oBAAoB;QACpB,mBAAmB;QACnB,uBAAuB;QACvB,uBAAuB;QACvB,oBAAoB","sourcesContent":["import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { FormsModule, ReactiveFormsModule } from '@angular/forms';\nimport { MJButtonDirective } from '@memberjunction/ng-ui-components';\nimport { ContainerDirectivesModule } from '@memberjunction/ng-container-directives';\nimport { SharedGenericModule } from '@memberjunction/ng-shared-generic';\nimport { ListManagementModule } from '@memberjunction/ng-list-management';\n\n// Lists Components\nimport { ListsMyListsResource } from './Lists/components/lists-my-lists-resource.component';\nimport { ListsBrowseResource } from './Lists/components/lists-browse-resource.component';\nimport { ListsCategoriesResource } from './Lists/components/lists-categories-resource.component';\nimport { ListsOperationsResource } from './Lists/components/lists-operations-resource.component';\nimport { VennDiagramComponent } from './Lists/components/venn-diagram/venn-diagram.component';\nimport { ListSetOperationsService } from './Lists/services/list-set-operations.service';\n\n/**\n * ListsDashboardsModule — Lists feature area: my lists, browse,\n * categories, operations, and Venn diagram visualization.\n */\n@NgModule({\n declarations: [\n ListsMyListsResource,\n ListsBrowseResource,\n ListsCategoriesResource,\n ListsOperationsResource,\n VennDiagramComponent\n ],\n imports: [\n CommonModule,\n FormsModule,\n ReactiveFormsModule,\n MJButtonDirective,\n ContainerDirectivesModule,\n SharedGenericModule,\n ListManagementModule\n ],\n providers: [\n ListSetOperationsService\n ],\n exports: [\n ListsMyListsResource,\n ListsBrowseResource,\n ListsCategoriesResource,\n ListsOperationsResource,\n VennDiagramComponent\n ]\n})\nexport class ListsDashboardsModule { }\n"]}
|
package/dist/public-api.d.ts
CHANGED
|
@@ -7,7 +7,11 @@ export * from './Communication/communication-dashboard.component';
|
|
|
7
7
|
export * from './Credentials';
|
|
8
8
|
export * from './SystemDiagnostics';
|
|
9
9
|
export * from './Lists';
|
|
10
|
-
export { ExecutionMonitoringComponent, PromptManagementComponent, AgentConfigurationComponent, ModelManagementComponent, SystemConfigurationComponent, KPICardComponent, LiveExecutionWidgetComponent, TimeSeriesChartComponent, PerformanceHeatmapComponent, AgentRequestsResourceComponent } from './AI/index';
|
|
10
|
+
export { ExecutionMonitoringComponent, PromptManagementComponent, AgentConfigurationComponent, ModelManagementComponent, SystemConfigurationComponent, KPICardComponent, LiveExecutionWidgetComponent, TimeSeriesChartComponent, PerformanceHeatmapComponent, AgentRequestsResourceComponent, AutotaggingPipelineResourceComponent, VectorManagementResourceComponent, DuplicateDetectionResourceComponent } from './AI/index';
|
|
11
|
+
export { KnowledgeSearchResourceComponent, LoadKnowledgeSearchResource } from './KnowledgeHub/components/search/knowledge-search-resource.component';
|
|
12
|
+
export { KnowledgeConfigResourceComponent, LoadKnowledgeConfigResource } from './KnowledgeHub/components/config/knowledge-config-resource.component';
|
|
13
|
+
export { SearchResultDetailComponent } from './KnowledgeHub/components/results-detail/search-result-detail.component';
|
|
14
|
+
export { ClusterVisualizationResourceComponent, LoadClusterVisualizationResource } from './KnowledgeHub/components/clusters/cluster-visualization-resource.component';
|
|
11
15
|
export { ActionsOverviewComponent, ScheduledActionsComponent, CodeManagementComponent, EntityIntegrationComponent, SecurityPermissionsComponent, ActionExplorerComponent, ActionTreePanelComponent, ActionToolbarComponent, ActionBreadcrumbComponent, ActionCardComponent, ActionListItemComponent, NewCategoryPanelComponent, NewActionPanelComponent, ActionExplorerStateService } from './Actions';
|
|
12
16
|
export { ExecutionMonitoringComponent as ActionsExecutionMonitoringComponent } from './Actions/components/execution-monitoring.component';
|
|
13
17
|
export { SchedulingOverviewResourceComponent, SchedulingJobsResourceComponent, SchedulingActivityResourceComponent } from './Scheduling/components';
|
package/dist/public-api.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"public-api.d.ts","sourceRoot":"","sources":["../src/public-api.ts"],"names":[],"mappings":"AAKA,cAAc,gDAAgD,CAAC;AAC/D,cAAc,mBAAmB,CAAC;AAClC,cAAc,6CAA6C,CAAC;AAC5D,cAAc,uCAAuC,CAAC;AACtD,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mDAAmD,CAAC;AAClE,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,SAAS,CAAC;AAGxB,OAAO,EACL,4BAA4B,EAC5B,yBAAyB,EACzB,2BAA2B,EAC3B,wBAAwB,EACxB,4BAA4B,EAC5B,gBAAgB,EAChB,4BAA4B,EAC5B,wBAAwB,EACxB,2BAA2B,EAC3B,8BAA8B,
|
|
1
|
+
{"version":3,"file":"public-api.d.ts","sourceRoot":"","sources":["../src/public-api.ts"],"names":[],"mappings":"AAKA,cAAc,gDAAgD,CAAC;AAC/D,cAAc,mBAAmB,CAAC;AAClC,cAAc,6CAA6C,CAAC;AAC5D,cAAc,uCAAuC,CAAC;AACtD,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mDAAmD,CAAC;AAClE,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,SAAS,CAAC;AAGxB,OAAO,EACL,4BAA4B,EAC5B,yBAAyB,EACzB,2BAA2B,EAC3B,wBAAwB,EACxB,4BAA4B,EAC5B,gBAAgB,EAChB,4BAA4B,EAC5B,wBAAwB,EACxB,2BAA2B,EAC3B,8BAA8B,EAC9B,oCAAoC,EACpC,iCAAiC,EACjC,mCAAmC,EACpC,MAAM,YAAY,CAAC;AAGpB,OAAO,EACL,gCAAgC,EAChC,2BAA2B,EAC5B,MAAM,sEAAsE,CAAC;AAC9E,OAAO,EACL,gCAAgC,EAChC,2BAA2B,EAC5B,MAAM,sEAAsE,CAAC;AAC9E,OAAO,EAAE,2BAA2B,EAAE,MAAM,yEAAyE,CAAC;AACtH,OAAO,EACL,qCAAqC,EACrC,gCAAgC,EACjC,MAAM,6EAA6E,CAAC;AAGrF,OAAO,EACL,wBAAwB,EACxB,yBAAyB,EACzB,uBAAuB,EACvB,0BAA0B,EAC1B,4BAA4B,EAE5B,uBAAuB,EACvB,wBAAwB,EACxB,sBAAsB,EACtB,yBAAyB,EACzB,mBAAmB,EACnB,uBAAuB,EACvB,yBAAyB,EACzB,uBAAuB,EAEvB,0BAA0B,EAC3B,MAAM,WAAW,CAAC;AAGnB,OAAO,EAAE,4BAA4B,IAAI,mCAAmC,EAAE,MAAM,qDAAqD,CAAC;AAG1I,OAAO,EACL,mCAAmC,EACnC,+BAA+B,EAC/B,mCAAmC,EACpC,MAAM,yBAAyB,CAAC;AAGjC,OAAO,EACL,qCAAqC,EACtC,MAAM,0DAA0D,CAAC;AAClE,OAAO,EACL,kCAAkC,EACnC,MAAM,uDAAuD,CAAC;AAC/D,OAAO,EACL,uCAAuC,EACxC,MAAM,4DAA4D,CAAC;AACpE,OAAO,EACL,kCAAkC,EACnC,MAAM,uDAAuD,CAAC;AAC/D,OAAO,EACL,uCAAuC,EACxC,MAAM,4DAA4D,CAAC;AAGpE,OAAO,EACL,oCAAoC,EACpC,4BAA4B,EAC5B,iCAAiC,EACjC,8BAA8B,EAC9B,gCAAgC,EACjC,MAAM,sBAAsB,CAAC;AAG9B,OAAO,EACL,6BAA6B,EAC9B,MAAM,iDAAiD,CAAC;AAGzD,OAAO,EACL,iCAAiC,EAClC,MAAM,yDAAyD,CAAC;AACjE,OAAO,EACL,6BAA6B,EAC7B,mBAAmB,EACnB,iBAAiB,EAClB,MAAM,qDAAqD,CAAC;AAG7D,OAAO,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAC1D,OAAO,EAAE,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AAGzE,OAAO,EAAE,wBAAwB,EAAE,MAAM,uCAAuC,CAAC;AACjF,OAAO,EAAE,2BAA2B,EAAE,kBAAkB,EAAE,MAAM,2CAA2C,CAAC;AAC5G,OAAO,EAAE,wBAAwB,EAAE,MAAM,wCAAwC,CAAC;AAClF,OAAO,EAAE,mBAAmB,EAAE,YAAY,EAAE,MAAM,kCAAkC,CAAC;AACrF,OAAO,EAAE,6BAA6B,EAAE,MAAM,4CAA4C,CAAC;AAC3F,OAAO,EAAE,uBAAuB,EAAE,MAAM,sCAAsC,CAAC;AAC/E,OAAO,EAAE,sBAAsB,EAAE,MAAM,qCAAqC,CAAC;AAG7E,cAAc,OAAO,CAAC;AAGtB,cAAc,kBAAkB,CAAC;AAGjC,cAAc,eAAe,CAAC;AAO9B,cAAc,0BAA0B,CAAC;AACzC,cAAc,wBAAwB,CAAC;AACvC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,mCAAmC,CAAC;AAClD,cAAc,iCAAiC,CAAC;AAChD,cAAc,mCAAmC,CAAC;AAClD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sCAAsC,CAAC;AACrD,cAAc,0CAA0C,CAAC"}
|
package/dist/public-api.js
CHANGED
|
@@ -12,7 +12,12 @@ export * from './Credentials';
|
|
|
12
12
|
export * from './SystemDiagnostics';
|
|
13
13
|
export * from './Lists';
|
|
14
14
|
// Export AI components as resources (BaseResourceComponent-based)
|
|
15
|
-
export { ExecutionMonitoringComponent, PromptManagementComponent, AgentConfigurationComponent, ModelManagementComponent, SystemConfigurationComponent, KPICardComponent, LiveExecutionWidgetComponent, TimeSeriesChartComponent, PerformanceHeatmapComponent, AgentRequestsResourceComponent } from './AI/index';
|
|
15
|
+
export { ExecutionMonitoringComponent, PromptManagementComponent, AgentConfigurationComponent, ModelManagementComponent, SystemConfigurationComponent, KPICardComponent, LiveExecutionWidgetComponent, TimeSeriesChartComponent, PerformanceHeatmapComponent, AgentRequestsResourceComponent, AutotaggingPipelineResourceComponent, VectorManagementResourceComponent, DuplicateDetectionResourceComponent } from './AI/index';
|
|
16
|
+
// Knowledge Hub components
|
|
17
|
+
export { KnowledgeSearchResourceComponent, LoadKnowledgeSearchResource } from './KnowledgeHub/components/search/knowledge-search-resource.component';
|
|
18
|
+
export { KnowledgeConfigResourceComponent, LoadKnowledgeConfigResource } from './KnowledgeHub/components/config/knowledge-config-resource.component';
|
|
19
|
+
export { SearchResultDetailComponent } from './KnowledgeHub/components/results-detail/search-result-detail.component';
|
|
20
|
+
export { ClusterVisualizationResourceComponent, LoadClusterVisualizationResource } from './KnowledgeHub/components/clusters/cluster-visualization-resource.component';
|
|
16
21
|
// Export Actions components as resources (BaseResourceComponent-based)
|
|
17
22
|
export { ActionsOverviewComponent, ScheduledActionsComponent, CodeManagementComponent, EntityIntegrationComponent, SecurityPermissionsComponent,
|
|
18
23
|
// Action Explorer components
|