@memberjunction/ng-dashboards 5.22.0 → 5.24.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 +947 -64
- package/dist/AI/components/autotagging/autotagging-pipeline-resource.component.d.ts.map +1 -1
- package/dist/AI/components/autotagging/autotagging-pipeline-resource.component.js +7645 -430
- package/dist/AI/components/autotagging/autotagging-pipeline-resource.component.js.map +1 -1
- package/dist/AI/components/duplicates/duplicate-detection-resource.component.d.ts +285 -6
- package/dist/AI/components/duplicates/duplicate-detection-resource.component.d.ts.map +1 -1
- package/dist/AI/components/duplicates/duplicate-detection-resource.component.js +2454 -277
- package/dist/AI/components/duplicates/duplicate-detection-resource.component.js.map +1 -1
- 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 +20 -2
- package/dist/AI/components/vectors/vector-management-resource.component.d.ts.map +1 -1
- package/dist/AI/components/vectors/vector-management-resource.component.js +419 -232
- package/dist/AI/components/vectors/vector-management-resource.component.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-share-dialog.component.js +9 -9
- package/dist/DashboardBrowser/dashboard-share-dialog.component.js.map +1 -1
- package/dist/DataExplorer/data-explorer-dashboard.component.d.ts.map +1 -1
- package/dist/DataExplorer/data-explorer-dashboard.component.js +17 -17
- package/dist/DataExplorer/data-explorer-dashboard.component.js.map +1 -1
- package/dist/Home/home-dashboard.component.js +4 -4
- package/dist/Home/home-dashboard.component.js.map +1 -1
- package/dist/Integration/components/activity/activity.component.d.ts.map +1 -1
- package/dist/Integration/components/activity/activity.component.js +1 -0
- package/dist/Integration/components/activity/activity.component.js.map +1 -1
- package/dist/Integration/components/connections/connections.component.d.ts.map +1 -1
- package/dist/Integration/components/connections/connections.component.js +5 -4
- package/dist/Integration/components/connections/connections.component.js.map +1 -1
- package/dist/Integration/components/mapping-workspace/mapping-workspace.component.d.ts.map +1 -1
- package/dist/Integration/components/mapping-workspace/mapping-workspace.component.js +247 -259
- package/dist/Integration/components/mapping-workspace/mapping-workspace.component.js.map +1 -1
- package/dist/Integration/components/overview/overview.component.d.ts.map +1 -1
- package/dist/Integration/components/overview/overview.component.js +1 -0
- package/dist/Integration/components/overview/overview.component.js.map +1 -1
- package/dist/Integration/components/pipelines/pipelines.component.d.ts.map +1 -1
- package/dist/Integration/components/pipelines/pipelines.component.js +1 -0
- package/dist/Integration/components/pipelines/pipelines.component.js.map +1 -1
- package/dist/Integration/components/schedules/schedules.component.d.ts.map +1 -1
- package/dist/Integration/components/schedules/schedules.component.js +1 -0
- package/dist/Integration/components/schedules/schedules.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/analytics/analytics-resource.component.d.ts +411 -0
- package/dist/KnowledgeHub/components/analytics/analytics-resource.component.d.ts.map +1 -0
- package/dist/KnowledgeHub/components/analytics/analytics-resource.component.js +4266 -0
- package/dist/KnowledgeHub/components/analytics/analytics-resource.component.js.map +1 -0
- package/dist/KnowledgeHub/components/clusters/cluster-visualization-resource.component.d.ts +140 -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 +780 -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 +8 -2
- package/dist/KnowledgeHub/components/config/knowledge-config-resource.component.d.ts.map +1 -1
- package/dist/KnowledgeHub/components/config/knowledge-config-resource.component.js +246 -195
- package/dist/KnowledgeHub/components/config/knowledge-config-resource.component.js.map +1 -1
- package/dist/KnowledgeHub/components/scheduling/scheduling-resource.component.d.ts +75 -0
- package/dist/KnowledgeHub/components/scheduling/scheduling-resource.component.d.ts.map +1 -0
- package/dist/KnowledgeHub/components/scheduling/scheduling-resource.component.js +601 -0
- package/dist/KnowledgeHub/components/scheduling/scheduling-resource.component.js.map +1 -0
- package/dist/KnowledgeHub/components/search/knowledge-search-resource.component.d.ts +93 -12
- package/dist/KnowledgeHub/components/search/knowledge-search-resource.component.d.ts.map +1 -1
- package/dist/KnowledgeHub/components/search/knowledge-search-resource.component.js +637 -107
- package/dist/KnowledgeHub/components/search/knowledge-search-resource.component.js.map +1 -1
- package/dist/KnowledgeHub/index.d.ts +3 -0
- package/dist/KnowledgeHub/index.d.ts.map +1 -1
- package/dist/KnowledgeHub/index.js +3 -0
- package/dist/KnowledgeHub/index.js.map +1 -1
- 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/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/Testing/testing-dashboard.component.js +9 -10
- package/dist/Testing/testing-dashboard.component.js.map +1 -1
- package/dist/__tests__/analytics-resource.test.d.ts +2 -0
- package/dist/__tests__/analytics-resource.test.d.ts.map +1 -0
- package/dist/__tests__/analytics-resource.test.js +181 -0
- package/dist/__tests__/analytics-resource.test.js.map +1 -0
- package/dist/__tests__/scheduling.test.d.ts +2 -0
- package/dist/__tests__/scheduling.test.d.ts.map +1 -0
- package/dist/__tests__/scheduling.test.js +205 -0
- package/dist/__tests__/scheduling.test.js.map +1 -0
- 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 +20 -20
- package/dist/ai-dashboards.module.d.ts.map +1 -1
- package/dist/ai-dashboards.module.js +43 -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 +12 -18
- package/dist/core-dashboards.module.d.ts.map +1 -1
- package/dist/core-dashboards.module.js +15 -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 +2 -0
- package/dist/public-api.d.ts.map +1 -1
- package/dist/public-api.js +2 -0
- 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/shared/entity-field-display.d.ts +44 -0
- package/dist/shared/entity-field-display.d.ts.map +1 -0
- package/dist/shared/entity-field-display.js +118 -0
- package/dist/shared/entity-field-display.js.map +1 -0
- package/dist/testing-dashboards.module.d.ts +7 -13
- package/dist/testing-dashboards.module.d.ts.map +1 -1
- package/dist/testing-dashboards.module.js +0 -27
- package/dist/testing-dashboards.module.js.map +1 -1
- package/package.json +48 -55
|
@@ -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
|
@@ -11,6 +11,8 @@ export { ExecutionMonitoringComponent, PromptManagementComponent, AgentConfigura
|
|
|
11
11
|
export { KnowledgeSearchResourceComponent, LoadKnowledgeSearchResource } from './KnowledgeHub/components/search/knowledge-search-resource.component';
|
|
12
12
|
export { KnowledgeConfigResourceComponent, LoadKnowledgeConfigResource } from './KnowledgeHub/components/config/knowledge-config-resource.component';
|
|
13
13
|
export { SearchResultDetailComponent } from './KnowledgeHub/components/results-detail/search-result-detail.component';
|
|
14
|
+
export { ClusterVisualizationResourceComponent, LoadClusterVisualizationResource } from './KnowledgeHub/components/clusters/cluster-visualization-resource.component';
|
|
15
|
+
export { AnalyticsResourceComponent, LoadAnalyticsResource } from './KnowledgeHub/components/analytics/analytics-resource.component';
|
|
14
16
|
export { ActionsOverviewComponent, ScheduledActionsComponent, CodeManagementComponent, EntityIntegrationComponent, SecurityPermissionsComponent, ActionExplorerComponent, ActionTreePanelComponent, ActionToolbarComponent, ActionBreadcrumbComponent, ActionCardComponent, ActionListItemComponent, NewCategoryPanelComponent, NewActionPanelComponent, ActionExplorerStateService } from './Actions';
|
|
15
17
|
export { ExecutionMonitoringComponent as ActionsExecutionMonitoringComponent } from './Actions/components/execution-monitoring.component';
|
|
16
18
|
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,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;
|
|
1
|
+
{"version":3,"file":"public-api.d.ts","sourceRoot":"","sources":["../src/public-api.ts"],"names":[],"mappings":"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"}
|
package/dist/public-api.js
CHANGED
|
@@ -17,6 +17,8 @@ export { ExecutionMonitoringComponent, PromptManagementComponent, AgentConfigura
|
|
|
17
17
|
export { KnowledgeSearchResourceComponent, LoadKnowledgeSearchResource } from './KnowledgeHub/components/search/knowledge-search-resource.component';
|
|
18
18
|
export { KnowledgeConfigResourceComponent, LoadKnowledgeConfigResource } from './KnowledgeHub/components/config/knowledge-config-resource.component';
|
|
19
19
|
export { SearchResultDetailComponent } from './KnowledgeHub/components/results-detail/search-result-detail.component';
|
|
20
|
+
export { ClusterVisualizationResourceComponent, LoadClusterVisualizationResource } from './KnowledgeHub/components/clusters/cluster-visualization-resource.component';
|
|
21
|
+
export { AnalyticsResourceComponent, LoadAnalyticsResource } from './KnowledgeHub/components/analytics/analytics-resource.component';
|
|
20
22
|
// Export Actions components as resources (BaseResourceComponent-based)
|
|
21
23
|
export { ActionsOverviewComponent, ScheduledActionsComponent, CodeManagementComponent, EntityIntegrationComponent, SecurityPermissionsComponent,
|
|
22
24
|
// Action Explorer components
|
package/dist/public-api.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"public-api.js","sourceRoot":"","sources":["../src/public-api.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,aAAa;AACb,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;AAExB,kEAAkE;AAClE,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;AAEpB,2BAA2B;AAC3B,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;
|
|
1
|
+
{"version":3,"file":"public-api.js","sourceRoot":"","sources":["../src/public-api.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Public API Surface of dashboards\n */\n\n// Dashboards\nexport * from './EntityAdmin/entity-admin-dashboard.component';\nexport * from './ComponentStudio';\nexport * from './Scheduling/scheduling-dashboard.component';\nexport * from './Testing/testing-dashboard.component';\nexport * from './DataExplorer';\nexport * from './Communication/communication-dashboard.component';\nexport * from './Credentials';\nexport * from './SystemDiagnostics';\nexport * from './Lists';\n\n// Export AI components as resources (BaseResourceComponent-based)\nexport {\n ExecutionMonitoringComponent,\n PromptManagementComponent,\n AgentConfigurationComponent,\n ModelManagementComponent,\n SystemConfigurationComponent,\n KPICardComponent,\n LiveExecutionWidgetComponent,\n TimeSeriesChartComponent,\n PerformanceHeatmapComponent,\n AgentRequestsResourceComponent,\n AutotaggingPipelineResourceComponent,\n VectorManagementResourceComponent,\n DuplicateDetectionResourceComponent\n} from './AI/index';\n\n// Knowledge Hub components\nexport {\n KnowledgeSearchResourceComponent,\n LoadKnowledgeSearchResource\n} from './KnowledgeHub/components/search/knowledge-search-resource.component';\nexport {\n KnowledgeConfigResourceComponent,\n LoadKnowledgeConfigResource\n} from './KnowledgeHub/components/config/knowledge-config-resource.component';\nexport { SearchResultDetailComponent } from './KnowledgeHub/components/results-detail/search-result-detail.component';\nexport {\n ClusterVisualizationResourceComponent,\n LoadClusterVisualizationResource\n} from './KnowledgeHub/components/clusters/cluster-visualization-resource.component';\nexport {\n AnalyticsResourceComponent,\n LoadAnalyticsResource\n} from './KnowledgeHub/components/analytics/analytics-resource.component';\n\n// Export Actions components as resources (BaseResourceComponent-based)\nexport {\n ActionsOverviewComponent,\n ScheduledActionsComponent,\n CodeManagementComponent,\n EntityIntegrationComponent,\n SecurityPermissionsComponent,\n // Action Explorer components\n ActionExplorerComponent,\n ActionTreePanelComponent,\n ActionToolbarComponent,\n ActionBreadcrumbComponent,\n ActionCardComponent,\n ActionListItemComponent,\n NewCategoryPanelComponent,\n NewActionPanelComponent,\n // State service\n ActionExplorerStateService\n} from './Actions';\n\n// Re-export Actions ExecutionMonitoringComponent with alias to avoid conflict with AI version\nexport { ExecutionMonitoringComponent as ActionsExecutionMonitoringComponent } from './Actions/components/execution-monitoring.component';\n\n// Export Scheduling components as resources (BaseResourceComponent-based)\nexport {\n SchedulingOverviewResourceComponent,\n SchedulingJobsResourceComponent,\n SchedulingActivityResourceComponent\n} from './Scheduling/components';\n\n// Export Communication components as resources\nexport {\n CommunicationMonitorResourceComponent\n} from './Communication/communication-monitor-resource.component';\nexport {\n CommunicationLogsResourceComponent\n} from './Communication/communication-logs-resource.component';\nexport {\n CommunicationProvidersResourceComponent\n} from './Communication/communication-providers-resource.component';\nexport {\n CommunicationRunsResourceComponent\n} from './Communication/communication-runs-resource.component';\nexport {\n CommunicationTemplatesResourceComponent\n} from './Communication/communication-templates-resource.component';\n\n// Export Testing components as resources (BaseResourceComponent-based)\nexport {\n TestingDashboardTabResourceComponent,\n TestingRunsResourceComponent,\n TestingAnalyticsResourceComponent,\n TestingReviewResourceComponent,\n TestingExplorerResourceComponent\n} from './Testing/components';\n\n// Query Browser\nexport {\n QueryBrowserResourceComponent\n} from './QueryBrowser/query-browser-resource.component';\n\n// Dashboard Browser\nexport {\n DashboardBrowserResourceComponent\n} from './DashboardBrowser/dashboard-browser-resource.component';\nexport {\n DashboardShareDialogComponent,\n UserSharePermission,\n ShareDialogResult\n} from './DashboardBrowser/dashboard-share-dialog.component';\n\n// Home Application and Dashboard\nexport { HomeApplication } from './Home/home-application';\nexport { HomeDashboardComponent } from './Home/home-dashboard.component';\n\n// API Keys\nexport { APIKeysResourceComponent } from './APIKeys/api-keys-resource.component';\nexport { APIKeyCreateDialogComponent, APIKeyCreateResult } from './APIKeys/api-key-create-dialog.component';\nexport { APIKeyEditPanelComponent } from './APIKeys/api-key-edit-panel.component';\nexport { APIKeyListComponent, APIKeyFilter } from './APIKeys/api-key-list.component';\nexport { APIApplicationsPanelComponent } from './APIKeys/api-applications-panel.component';\nexport { APIScopesPanelComponent } from './APIKeys/api-scopes-panel.component';\nexport { APIUsagePanelComponent } from './APIKeys/api-usage-panel.component';\n\n// MCP (Model Context Protocol)\nexport * from './MCP';\n\n// Version History Dashboard Components\nexport * from './VersionHistory';\n\n// Integration Dashboard\nexport * from './Integration';\n\n// NOTE: DashboardsModule (backward-compatible wrapper that imports ALL feature modules) is\n// intentionally not re-exported from the barrel to enable ESBuild code splitting.\n// Consumers who need it: import { DashboardsModule } from '@memberjunction/ng-dashboards/module'\n\n// Feature modules for lazy loading\nexport * from './core-dashboards.module';\nexport * from './ai-dashboards.module';\nexport * from './actions-dashboards.module';\nexport * from './testing-dashboards.module';\nexport * from './scheduling-dashboards.module';\nexport * from './communication-dashboards.module';\nexport * from './credentials-dashboards.module';\nexport * from './data-explorer-dashboards.module';\nexport * from './lists-dashboards.module';\nexport * from './component-studio-dashboards.module';\nexport * from './shared/shared-dashboard-widgets.module';\n"]}
|
|
@@ -8,22 +8,18 @@ import * as i6 from "./Scheduling/components/scheduling-jobs-resource.component"
|
|
|
8
8
|
import * as i7 from "./Scheduling/components/scheduling-activity-resource.component";
|
|
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 "@
|
|
16
|
-
import * as i15 from "@memberjunction/ng-container-directives";
|
|
17
|
-
import * as i16 from "@memberjunction/ng-shared-generic";
|
|
18
|
-
import * as i17 from "@memberjunction/ng-code-editor";
|
|
19
|
-
import * as i18 from "@memberjunction/ng-scheduling";
|
|
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-code-editor";
|
|
15
|
+
import * as i14 from "@memberjunction/ng-scheduling";
|
|
20
16
|
/**
|
|
21
17
|
* SchedulingDashboardsModule — Scheduling feature area: overview, jobs,
|
|
22
18
|
* activity monitoring, and job slideout panel (via SchedulingModule).
|
|
23
19
|
*/
|
|
24
20
|
export declare class SchedulingDashboardsModule {
|
|
25
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<SchedulingDashboardsModule, never>;
|
|
26
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SchedulingDashboardsModule, [typeof i1.SchedulingDashboardComponent, typeof i2.SchedulingOverviewComponent, typeof i3.SchedulingJobsComponent, typeof i4.SchedulingActivityComponent, typeof i5.SchedulingOverviewResourceComponent, typeof i6.SchedulingJobsResourceComponent, typeof i7.SchedulingActivityResourceComponent], [typeof i8.CommonModule, typeof i9.FormsModule, typeof i9.ReactiveFormsModule, typeof i10.
|
|
22
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SchedulingDashboardsModule, [typeof i1.SchedulingDashboardComponent, typeof i2.SchedulingOverviewComponent, typeof i3.SchedulingJobsComponent, typeof i4.SchedulingActivityComponent, typeof i5.SchedulingOverviewResourceComponent, typeof i6.SchedulingJobsResourceComponent, typeof i7.SchedulingActivityResourceComponent], [typeof i8.CommonModule, typeof i9.FormsModule, typeof i9.ReactiveFormsModule, typeof i10.MJButtonDirective, typeof i11.ContainerDirectivesModule, typeof i12.SharedGenericModule, typeof i13.CodeEditorModule, typeof i14.SchedulingModule], [typeof i1.SchedulingDashboardComponent, typeof i5.SchedulingOverviewResourceComponent, typeof i6.SchedulingJobsResourceComponent, typeof i7.SchedulingActivityResourceComponent]>;
|
|
27
23
|
static ɵinj: i0.ɵɵInjectorDeclaration<SchedulingDashboardsModule>;
|
|
28
24
|
}
|
|
29
25
|
//# sourceMappingURL=scheduling-dashboards.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scheduling-dashboards.module.d.ts","sourceRoot":"","sources":["../src/scheduling-dashboards.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"scheduling-dashboards.module.d.ts","sourceRoot":"","sources":["../src/scheduling-dashboards.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAmBA;;;GAGG;AACH,qBA8Ba,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI"}
|
|
@@ -1,11 +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 { DialogsModule, WindowModule } from '@progress/kendo-angular-dialog';
|
|
4
|
+
import { MJButtonDirective } from '@memberjunction/ng-ui-components';
|
|
9
5
|
import { ContainerDirectivesModule } from '@memberjunction/ng-container-directives';
|
|
10
6
|
import { SharedGenericModule } from '@memberjunction/ng-shared-generic';
|
|
11
7
|
import { CodeEditorModule } from '@memberjunction/ng-code-editor';
|
|
@@ -32,12 +28,6 @@ export class SchedulingDashboardsModule {
|
|
|
32
28
|
], imports: [CommonModule,
|
|
33
29
|
FormsModule,
|
|
34
30
|
ReactiveFormsModule,
|
|
35
|
-
ButtonsModule,
|
|
36
|
-
GridModule,
|
|
37
|
-
DropDownsModule,
|
|
38
|
-
InputsModule,
|
|
39
|
-
DialogsModule,
|
|
40
|
-
WindowModule,
|
|
41
31
|
ContainerDirectivesModule,
|
|
42
32
|
SharedGenericModule,
|
|
43
33
|
CodeEditorModule,
|
|
@@ -59,12 +49,7 @@ export class SchedulingDashboardsModule {
|
|
|
59
49
|
CommonModule,
|
|
60
50
|
FormsModule,
|
|
61
51
|
ReactiveFormsModule,
|
|
62
|
-
|
|
63
|
-
GridModule,
|
|
64
|
-
DropDownsModule,
|
|
65
|
-
InputsModule,
|
|
66
|
-
DialogsModule,
|
|
67
|
-
WindowModule,
|
|
52
|
+
MJButtonDirective,
|
|
68
53
|
ContainerDirectivesModule,
|
|
69
54
|
SharedGenericModule,
|
|
70
55
|
CodeEditorModule,
|
|
@@ -90,12 +75,7 @@ export class SchedulingDashboardsModule {
|
|
|
90
75
|
SchedulingActivityResourceComponent], imports: [CommonModule,
|
|
91
76
|
FormsModule,
|
|
92
77
|
ReactiveFormsModule,
|
|
93
|
-
|
|
94
|
-
GridModule,
|
|
95
|
-
DropDownsModule,
|
|
96
|
-
InputsModule,
|
|
97
|
-
DialogsModule,
|
|
98
|
-
WindowModule,
|
|
78
|
+
MJButtonDirective,
|
|
99
79
|
ContainerDirectivesModule,
|
|
100
80
|
SharedGenericModule,
|
|
101
81
|
CodeEditorModule,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scheduling-dashboards.module.js","sourceRoot":"","sources":["../src/scheduling-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":"scheduling-dashboards.module.js","sourceRoot":"","sources":["../src/scheduling-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,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AAClE,OAAO,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAEjE,wBAAwB;AACxB,OAAO,EAAE,4BAA4B,EAAE,MAAM,6CAA6C,CAAC;AAC3F,OAAO,EAAE,2BAA2B,EAAE,MAAM,uDAAuD,CAAC;AACpG,OAAO,EAAE,uBAAuB,EAAE,MAAM,mDAAmD,CAAC;AAC5F,OAAO,EAAE,2BAA2B,EAAE,MAAM,uDAAuD,CAAC;AACpG,OAAO,EAAE,mCAAmC,EAAE,MAAM,gEAAgE,CAAC;AACrH,OAAO,EAAE,+BAA+B,EAAE,MAAM,4DAA4D,CAAC;AAC7G,OAAO,EAAE,mCAAmC,EAAE,MAAM,gEAAgE,CAAC;AACrH,OAAO,EAAE,gCAAgC,EAAE,MAAM,0DAA0D,CAAC;;AAE5G;;;GAGG;AA+BH,MAAM,OAAO,0BAA0B;oHAA1B,0BAA0B;4DAA1B,0BAA0B;iEAV1B;YACT,gCAAgC;SACjC,YAXC,YAAY;YACZ,WAAW;YACX,mBAAmB;YAEnB,yBAAyB;YACzB,mBAAmB;YACnB,gBAAgB;YAChB,gBAAgB;;iFAYP,0BAA0B;cA9BtC,QAAQ;eAAC;gBACR,YAAY,EAAE;oBACZ,4BAA4B;oBAC5B,2BAA2B;oBAC3B,uBAAuB;oBACvB,2BAA2B;oBAC3B,mCAAmC;oBACnC,+BAA+B;oBAC/B,mCAAmC;iBACpC;gBACD,OAAO,EAAE;oBACP,YAAY;oBACZ,WAAW;oBACX,mBAAmB;oBACnB,iBAAiB;oBACjB,yBAAyB;oBACzB,mBAAmB;oBACnB,gBAAgB;oBAChB,gBAAgB;iBACjB;gBACD,SAAS,EAAE;oBACT,gCAAgC;iBACjC;gBACD,OAAO,EAAE;oBACP,4BAA4B;oBAC5B,mCAAmC;oBACnC,+BAA+B;oBAC/B,mCAAmC;iBACpC;aACF;;wFACY,0BAA0B,mBA5BnC,4BAA4B;QAC5B,2BAA2B;QAC3B,uBAAuB;QACvB,2BAA2B;QAC3B,mCAAmC;QACnC,+BAA+B;QAC/B,mCAAmC,aAGnC,YAAY;QACZ,WAAW;QACX,mBAAmB;QACnB,iBAAiB;QACjB,yBAAyB;QACzB,mBAAmB;QACnB,gBAAgB;QAChB,gBAAgB,aAMhB,4BAA4B;QAC5B,mCAAmC;QACnC,+BAA+B;QAC/B,mCAAmC","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 { CodeEditorModule } from '@memberjunction/ng-code-editor';\nimport { SchedulingModule } from '@memberjunction/ng-scheduling';\n\n// Scheduling Components\nimport { SchedulingDashboardComponent } from './Scheduling/scheduling-dashboard.component';\nimport { SchedulingOverviewComponent } from './Scheduling/components/scheduling-overview.component';\nimport { SchedulingJobsComponent } from './Scheduling/components/scheduling-jobs.component';\nimport { SchedulingActivityComponent } from './Scheduling/components/scheduling-activity.component';\nimport { SchedulingOverviewResourceComponent } from './Scheduling/components/scheduling-overview-resource.component';\nimport { SchedulingJobsResourceComponent } from './Scheduling/components/scheduling-jobs-resource.component';\nimport { SchedulingActivityResourceComponent } from './Scheduling/components/scheduling-activity-resource.component';\nimport { SchedulingInstrumentationService } from './Scheduling/services/scheduling-instrumentation.service';\n\n/**\n * SchedulingDashboardsModule — Scheduling feature area: overview, jobs,\n * activity monitoring, and job slideout panel (via SchedulingModule).\n */\n@NgModule({\n declarations: [\n SchedulingDashboardComponent,\n SchedulingOverviewComponent,\n SchedulingJobsComponent,\n SchedulingActivityComponent,\n SchedulingOverviewResourceComponent,\n SchedulingJobsResourceComponent,\n SchedulingActivityResourceComponent\n ],\n imports: [\n CommonModule,\n FormsModule,\n ReactiveFormsModule,\n MJButtonDirective,\n ContainerDirectivesModule,\n SharedGenericModule,\n CodeEditorModule,\n SchedulingModule\n ],\n providers: [\n SchedulingInstrumentationService\n ],\n exports: [\n SchedulingDashboardComponent,\n SchedulingOverviewResourceComponent,\n SchedulingJobsResourceComponent,\n SchedulingActivityResourceComponent\n ]\n})\nexport class SchedulingDashboardsModule { }\n"]}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* A single field entry prepared for display in cards, tooltips, and detail panels.
|
|
3
|
+
*/
|
|
4
|
+
export interface DisplayFieldEntry {
|
|
5
|
+
/** The raw field name from metadata (e.g., "FirstName") */
|
|
6
|
+
Key: string;
|
|
7
|
+
/** The human-readable display name (e.g., "First Name") */
|
|
8
|
+
DisplayName: string;
|
|
9
|
+
/** The field value */
|
|
10
|
+
Value: unknown;
|
|
11
|
+
/** Whether this field is marked DefaultInView on the entity */
|
|
12
|
+
IsDefaultInView: boolean;
|
|
13
|
+
/** Whether this is the entity's name field */
|
|
14
|
+
IsNameField: boolean;
|
|
15
|
+
/** The field's display sequence from entity metadata */
|
|
16
|
+
Sequence: number;
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* Sorts and prioritizes metadata fields for display using MJ entity field metadata.
|
|
20
|
+
*
|
|
21
|
+
* Priority order:
|
|
22
|
+
* 1. IsNameField fields first (the record's display name)
|
|
23
|
+
* 2. DefaultInView fields next, sorted by Sequence
|
|
24
|
+
* 3. All other fields, sorted by Sequence
|
|
25
|
+
*
|
|
26
|
+
* Internal/system fields (Entity, EntityIcon, RecordID, TemplateID, timestamps) are excluded.
|
|
27
|
+
* Empty/null values are excluded.
|
|
28
|
+
*
|
|
29
|
+
* @param entityName - The entity name (e.g., "Members") for metadata lookup
|
|
30
|
+
* @param metadata - The raw metadata object (Record<string, unknown>) from vector DB or similar
|
|
31
|
+
* @returns Sorted array of DisplayFieldEntry objects ready for rendering
|
|
32
|
+
*/
|
|
33
|
+
export declare function PrioritizeFieldsForDisplay(entityName: string, metadata: Record<string, unknown>): DisplayFieldEntry[];
|
|
34
|
+
/**
|
|
35
|
+
* Returns only the DefaultInView fields (the "important" fields for compact cards).
|
|
36
|
+
* Falls back to first 4 fields if no DefaultInView fields exist.
|
|
37
|
+
*/
|
|
38
|
+
export declare function GetPrimaryDisplayFields(entityName: string, metadata: Record<string, unknown>, maxFields?: number): DisplayFieldEntry[];
|
|
39
|
+
/**
|
|
40
|
+
* Returns the record's display name from metadata using IsNameField.
|
|
41
|
+
* Falls back to the 'Name' key or first non-empty string value.
|
|
42
|
+
*/
|
|
43
|
+
export declare function GetRecordDisplayName(entityName: string, metadata: Record<string, unknown>): string;
|
|
44
|
+
//# sourceMappingURL=entity-field-display.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"entity-field-display.d.ts","sourceRoot":"","sources":["../../src/shared/entity-field-display.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAC9B,2DAA2D;IAC3D,GAAG,EAAE,MAAM,CAAC;IACZ,2DAA2D;IAC3D,WAAW,EAAE,MAAM,CAAC;IACpB,sBAAsB;IACtB,KAAK,EAAE,OAAO,CAAC;IACf,+DAA+D;IAC/D,eAAe,EAAE,OAAO,CAAC;IACzB,8CAA8C;IAC9C,WAAW,EAAE,OAAO,CAAC;IACrB,wDAAwD;IACxD,QAAQ,EAAE,MAAM,CAAC;CACpB;AAQD;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,0BAA0B,CACtC,UAAU,EAAE,MAAM,EAClB,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAClC,iBAAiB,EAAE,CAqBrB;AAED;;;GAGG;AACH,wBAAgB,uBAAuB,CACnC,UAAU,EAAE,MAAM,EAClB,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EACjC,SAAS,GAAE,MAAU,GACtB,iBAAiB,EAAE,CAQrB;AAED;;;GAGG;AACH,wBAAgB,oBAAoB,CAChC,UAAU,EAAE,MAAM,EAClB,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAClC,MAAM,CAiBR"}
|