@memberjunction/ng-dashboards 5.37.0 → 5.39.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 +46 -7
- package/dist/AI/components/agents/agent-configuration.component.js +199 -198
- package/dist/AI/components/agents/agent-configuration.component.js.map +1 -1
- package/dist/AI/components/analytics/ai-analytics-resource.component.d.ts.map +1 -1
- package/dist/AI/components/analytics/ai-analytics-resource.component.js +20 -17
- package/dist/AI/components/analytics/ai-analytics-resource.component.js.map +1 -1
- package/dist/AI/components/analytics/cost-budget/cost-budget.component.d.ts +15 -0
- package/dist/AI/components/analytics/cost-budget/cost-budget.component.d.ts.map +1 -1
- package/dist/AI/components/analytics/cost-budget/cost-budget.component.js +166 -58
- package/dist/AI/components/analytics/cost-budget/cost-budget.component.js.map +1 -1
- package/dist/AI/components/analytics/executive-summary/executive-summary.component.d.ts.map +1 -1
- package/dist/AI/components/analytics/executive-summary/executive-summary.component.js +2 -1
- package/dist/AI/components/analytics/executive-summary/executive-summary.component.js.map +1 -1
- package/dist/AI/components/analytics/model-performance/model-performance.component.d.ts +1 -0
- package/dist/AI/components/analytics/model-performance/model-performance.component.d.ts.map +1 -1
- package/dist/AI/components/analytics/model-performance/model-performance.component.js +55 -36
- package/dist/AI/components/analytics/model-performance/model-performance.component.js.map +1 -1
- package/dist/AI/components/analytics/prompt-runs/prompt-run-analysis.component.d.ts +9 -1
- package/dist/AI/components/analytics/prompt-runs/prompt-run-analysis.component.d.ts.map +1 -1
- package/dist/AI/components/analytics/prompt-runs/prompt-run-analysis.component.js +158 -117
- package/dist/AI/components/analytics/prompt-runs/prompt-run-analysis.component.js.map +1 -1
- package/dist/AI/components/analytics/usage-patterns/usage-patterns.component.d.ts +1 -0
- package/dist/AI/components/analytics/usage-patterns/usage-patterns.component.d.ts.map +1 -1
- package/dist/AI/components/analytics/usage-patterns/usage-patterns.component.js +22 -8
- package/dist/AI/components/analytics/usage-patterns/usage-patterns.component.js.map +1 -1
- package/dist/AI/components/autotagging/autotagging-pipeline-resource.component.d.ts +89 -842
- package/dist/AI/components/autotagging/autotagging-pipeline-resource.component.d.ts.map +1 -1
- package/dist/AI/components/autotagging/autotagging-pipeline-resource.component.js +1353 -7683
- package/dist/AI/components/autotagging/autotagging-pipeline-resource.component.js.map +1 -1
- package/dist/AI/components/autotagging/dialogs/dry-run-preview.dialog.component.d.ts +87 -0
- package/dist/AI/components/autotagging/dialogs/dry-run-preview.dialog.component.d.ts.map +1 -0
- package/dist/AI/components/autotagging/dialogs/dry-run-preview.dialog.component.js +475 -0
- package/dist/AI/components/autotagging/dialogs/dry-run-preview.dialog.component.js.map +1 -0
- package/dist/AI/components/autotagging/dialogs/item-detail.dialog.component.d.ts +29 -0
- package/dist/AI/components/autotagging/dialogs/item-detail.dialog.component.d.ts.map +1 -0
- package/dist/AI/components/autotagging/dialogs/item-detail.dialog.component.js +208 -0
- package/dist/AI/components/autotagging/dialogs/item-detail.dialog.component.js.map +1 -0
- package/dist/AI/components/autotagging/dialogs/no-content-type-warning.dialog.component.d.ts +21 -0
- package/dist/AI/components/autotagging/dialogs/no-content-type-warning.dialog.component.d.ts.map +1 -0
- package/dist/AI/components/autotagging/dialogs/no-content-type-warning.dialog.component.js +70 -0
- package/dist/AI/components/autotagging/dialogs/no-content-type-warning.dialog.component.js.map +1 -0
- package/dist/AI/components/autotagging/dialogs/source-type-form.dialog.component.d.ts +235 -0
- package/dist/AI/components/autotagging/dialogs/source-type-form.dialog.component.d.ts.map +1 -0
- package/dist/AI/components/autotagging/dialogs/source-type-form.dialog.component.js +1735 -0
- package/dist/AI/components/autotagging/dialogs/source-type-form.dialog.component.js.map +1 -0
- package/dist/AI/components/autotagging/shared/classify.dryrun.d.ts +61 -0
- package/dist/AI/components/autotagging/shared/classify.dryrun.d.ts.map +1 -0
- package/dist/AI/components/autotagging/shared/classify.dryrun.js +78 -0
- package/dist/AI/components/autotagging/shared/classify.dryrun.js.map +1 -0
- package/dist/AI/components/autotagging/shared/classify.format.d.ts +43 -0
- package/dist/AI/components/autotagging/shared/classify.format.d.ts.map +1 -0
- package/dist/AI/components/autotagging/shared/classify.format.js +209 -0
- package/dist/AI/components/autotagging/shared/classify.format.js.map +1 -0
- package/dist/AI/components/autotagging/shared/classify.types.d.ts +276 -0
- package/dist/AI/components/autotagging/shared/classify.types.d.ts.map +1 -0
- package/dist/AI/components/autotagging/shared/classify.types.js +6 -0
- package/dist/AI/components/autotagging/shared/classify.types.js.map +1 -0
- package/dist/AI/components/autotagging/tabs/health-tab.component.d.ts +103 -0
- package/dist/AI/components/autotagging/tabs/health-tab.component.d.ts.map +1 -0
- package/dist/AI/components/autotagging/tabs/health-tab.component.js +571 -0
- package/dist/AI/components/autotagging/tabs/health-tab.component.js.map +1 -0
- package/dist/AI/components/autotagging/tabs/history-tab.component.d.ts +40 -0
- package/dist/AI/components/autotagging/tabs/history-tab.component.d.ts.map +1 -0
- package/dist/AI/components/autotagging/tabs/history-tab.component.js +402 -0
- package/dist/AI/components/autotagging/tabs/history-tab.component.js.map +1 -0
- package/dist/AI/components/autotagging/tabs/inbox-tab.component.d.ts +107 -0
- package/dist/AI/components/autotagging/tabs/inbox-tab.component.d.ts.map +1 -0
- package/dist/AI/components/autotagging/tabs/inbox-tab.component.js +719 -0
- package/dist/AI/components/autotagging/tabs/inbox-tab.component.js.map +1 -0
- package/dist/AI/components/autotagging/tabs/pipeline-tab.component.d.ts +122 -0
- package/dist/AI/components/autotagging/tabs/pipeline-tab.component.d.ts.map +1 -0
- package/dist/AI/components/autotagging/tabs/pipeline-tab.component.js +752 -0
- package/dist/AI/components/autotagging/tabs/pipeline-tab.component.js.map +1 -0
- package/dist/AI/components/autotagging/tabs/sources-tab.component.d.ts +166 -0
- package/dist/AI/components/autotagging/tabs/sources-tab.component.d.ts.map +1 -0
- package/dist/AI/components/autotagging/tabs/sources-tab.component.js +1384 -0
- package/dist/AI/components/autotagging/tabs/sources-tab.component.js.map +1 -0
- package/dist/AI/components/autotagging/tabs/tags-tab.component.d.ts +70 -0
- package/dist/AI/components/autotagging/tabs/tags-tab.component.d.ts.map +1 -0
- package/dist/AI/components/autotagging/tabs/tags-tab.component.js +448 -0
- package/dist/AI/components/autotagging/tabs/tags-tab.component.js.map +1 -0
- package/dist/AI/components/autotagging/tabs/taxonomy-tab.component.d.ts +397 -0
- package/dist/AI/components/autotagging/tabs/taxonomy-tab.component.d.ts.map +1 -0
- package/dist/AI/components/autotagging/tabs/taxonomy-tab.component.js +3490 -0
- package/dist/AI/components/autotagging/tabs/taxonomy-tab.component.js.map +1 -0
- package/dist/AI/components/autotagging/tabs/types-tab.component.d.ts +47 -0
- package/dist/AI/components/autotagging/tabs/types-tab.component.d.ts.map +1 -0
- package/dist/AI/components/autotagging/tabs/types-tab.component.js +220 -0
- package/dist/AI/components/autotagging/tabs/types-tab.component.js.map +1 -0
- package/dist/AI/components/duplicates/duplicate-detection-resource.component.js +293 -289
- package/dist/AI/components/duplicates/duplicate-detection-resource.component.js.map +1 -1
- package/dist/AI/components/models/model-management.component.js +209 -208
- package/dist/AI/components/models/model-management.component.js.map +1 -1
- package/dist/AI/components/prompts/prompt-management.component.js +130 -128
- package/dist/AI/components/prompts/prompt-management.component.js.map +1 -1
- package/dist/AI/components/requests/agent-requests-resource.component.js +61 -61
- package/dist/AI/components/requests/agent-requests-resource.component.js.map +1 -1
- package/dist/AI/components/system/system-configuration.component.js +17 -17
- package/dist/AI/components/system/system-configuration.component.js.map +1 -1
- package/dist/AI/components/tags/tags-resource.component.js +550 -532
- package/dist/AI/components/tags/tags-resource.component.js.map +1 -1
- package/dist/AI/components/vectors/vector-management-resource.component.js +1 -1
- package/dist/AI/components/vectors/vector-management-resource.component.js.map +1 -1
- package/dist/AI/services/ai-instrumentation.service.d.ts +5 -0
- package/dist/AI/services/ai-instrumentation.service.d.ts.map +1 -1
- package/dist/AI/services/ai-instrumentation.service.js +14 -2
- package/dist/AI/services/ai-instrumentation.service.js.map +1 -1
- package/dist/AI/services/cache-metrics.d.ts +50 -0
- package/dist/AI/services/cache-metrics.d.ts.map +1 -0
- package/dist/AI/services/cache-metrics.js +43 -0
- package/dist/AI/services/cache-metrics.js.map +1 -0
- package/dist/APIKeys/api-key-edit-panel.component.js +2 -2
- package/dist/APIKeys/api-keys-resource.component.js +132 -131
- package/dist/APIKeys/api-keys-resource.component.js.map +1 -1
- package/dist/Actions/components/actions-overview.component.js +141 -141
- package/dist/Actions/components/actions-overview.component.js.map +1 -1
- package/dist/Actions/components/execution-monitoring.component.js +15 -15
- package/dist/Actions/components/execution-monitoring.component.js.map +1 -1
- package/dist/Actions/components/explorer/action-explorer.component.d.ts +0 -5
- package/dist/Actions/components/explorer/action-explorer.component.d.ts.map +1 -1
- package/dist/Actions/components/explorer/action-explorer.component.js +139 -212
- package/dist/Actions/components/explorer/action-explorer.component.js.map +1 -1
- package/dist/Admin/admin-data-schema.component.js +2 -2
- package/dist/Admin/admin-data-schema.component.js.map +1 -1
- package/dist/Admin/admin-dev-tools-resource.component.js +2 -2
- package/dist/Admin/admin-dev-tools-resource.component.js.map +1 -1
- package/dist/Admin/admin-identity-access.component.js +2 -2
- package/dist/Admin/admin-identity-access.component.js.map +1 -1
- package/dist/Admin/admin-monitoring.component.js +2 -2
- package/dist/Admin/admin-monitoring.component.js.map +1 -1
- package/dist/ApplicationRoles/application-roles-resource.component.js +54 -49
- package/dist/ApplicationRoles/application-roles-resource.component.js.map +1 -1
- package/dist/Communication/communication-logs-resource.component.d.ts +6 -0
- package/dist/Communication/communication-logs-resource.component.d.ts.map +1 -1
- package/dist/Communication/communication-logs-resource.component.js +72 -50
- package/dist/Communication/communication-logs-resource.component.js.map +1 -1
- package/dist/Communication/communication-monitor-resource.component.js +103 -102
- package/dist/Communication/communication-monitor-resource.component.js.map +1 -1
- package/dist/Communication/communication-providers-resource.component.js +52 -51
- package/dist/Communication/communication-providers-resource.component.js.map +1 -1
- package/dist/Communication/communication-runs-resource.component.js +39 -38
- package/dist/Communication/communication-runs-resource.component.js.map +1 -1
- package/dist/Communication/communication-templates-resource.component.d.ts +6 -0
- package/dist/Communication/communication-templates-resource.component.d.ts.map +1 -1
- package/dist/Communication/communication-templates-resource.component.js +92 -89
- package/dist/Communication/communication-templates-resource.component.js.map +1 -1
- package/dist/ComponentStudio/component-studio-dashboard.component.d.ts +73 -1
- package/dist/ComponentStudio/component-studio-dashboard.component.d.ts.map +1 -1
- package/dist/ComponentStudio/component-studio-dashboard.component.js +512 -127
- package/dist/ComponentStudio/component-studio-dashboard.component.js.map +1 -1
- package/dist/ComponentStudio/component-studio-resource.component.d.ts +22 -0
- package/dist/ComponentStudio/component-studio-resource.component.d.ts.map +1 -0
- package/dist/ComponentStudio/component-studio-resource.component.js +55 -0
- package/dist/ComponentStudio/component-studio-resource.component.js.map +1 -0
- package/dist/ComponentStudio/components/ai-assistant/ai-assistant-panel.component.d.ts +104 -45
- package/dist/ComponentStudio/components/ai-assistant/ai-assistant-panel.component.d.ts.map +1 -1
- package/dist/ComponentStudio/components/ai-assistant/ai-assistant-panel.component.js +234 -331
- package/dist/ComponentStudio/components/ai-assistant/ai-assistant-panel.component.js.map +1 -1
- package/dist/ComponentStudio/components/form-builder/form-builder-canvas.component.d.ts +54 -0
- package/dist/ComponentStudio/components/form-builder/form-builder-canvas.component.d.ts.map +1 -0
- package/dist/ComponentStudio/components/form-builder/form-builder-canvas.component.js +339 -0
- package/dist/ComponentStudio/components/form-builder/form-builder-canvas.component.js.map +1 -0
- package/dist/ComponentStudio/components/form-builder/form-builder-right-panel.component.d.ts +65 -0
- package/dist/ComponentStudio/components/form-builder/form-builder-right-panel.component.d.ts.map +1 -0
- package/dist/ComponentStudio/components/form-builder/form-builder-right-panel.component.js +492 -0
- package/dist/ComponentStudio/components/form-builder/form-builder-right-panel.component.js.map +1 -0
- package/dist/ComponentStudio/components/form-builder/form-builder-tab.component.d.ts +88 -0
- package/dist/ComponentStudio/components/form-builder/form-builder-tab.component.d.ts.map +1 -0
- package/dist/ComponentStudio/components/form-builder/form-builder-tab.component.js +457 -0
- package/dist/ComponentStudio/components/form-builder/form-builder-tab.component.js.map +1 -0
- package/dist/ComponentStudio/components/form-override-dialog.component.d.ts +106 -0
- package/dist/ComponentStudio/components/form-override-dialog.component.d.ts.map +1 -0
- package/dist/ComponentStudio/components/form-override-dialog.component.js +478 -0
- package/dist/ComponentStudio/components/form-override-dialog.component.js.map +1 -0
- package/dist/ComponentStudio/components/workspace/component-preview.component.d.ts +54 -0
- package/dist/ComponentStudio/components/workspace/component-preview.component.d.ts.map +1 -1
- package/dist/ComponentStudio/components/workspace/component-preview.component.js +361 -50
- package/dist/ComponentStudio/components/workspace/component-preview.component.js.map +1 -1
- package/dist/ComponentStudio/components/workspace/editor-tabs.component.d.ts +10 -0
- package/dist/ComponentStudio/components/workspace/editor-tabs.component.d.ts.map +1 -1
- package/dist/ComponentStudio/components/workspace/editor-tabs.component.js +114 -45
- package/dist/ComponentStudio/components/workspace/editor-tabs.component.js.map +1 -1
- package/dist/ComponentStudio/services/canvas-to-code.d.ts +32 -0
- package/dist/ComponentStudio/services/canvas-to-code.d.ts.map +1 -0
- package/dist/ComponentStudio/services/canvas-to-code.js +347 -0
- package/dist/ComponentStudio/services/canvas-to-code.js.map +1 -0
- package/dist/ComponentStudio/services/code-to-canvas.d.ts +32 -0
- package/dist/ComponentStudio/services/code-to-canvas.d.ts.map +1 -0
- package/dist/ComponentStudio/services/code-to-canvas.js +92 -0
- package/dist/ComponentStudio/services/code-to-canvas.js.map +1 -0
- package/dist/ComponentStudio/services/component-studio-state.service.d.ts +29 -0
- package/dist/ComponentStudio/services/component-studio-state.service.d.ts.map +1 -1
- package/dist/ComponentStudio/services/component-studio-state.service.js +76 -0
- package/dist/ComponentStudio/services/component-studio-state.service.js.map +1 -1
- package/dist/ComponentStudio/services/entity-form-override.service.d.ts +86 -0
- package/dist/ComponentStudio/services/entity-form-override.service.d.ts.map +1 -0
- package/dist/ComponentStudio/services/entity-form-override.service.js +246 -0
- package/dist/ComponentStudio/services/entity-form-override.service.js.map +1 -0
- package/dist/ComponentStudio/services/field-binding-scanner.d.ts +29 -0
- package/dist/ComponentStudio/services/field-binding-scanner.d.ts.map +1 -0
- package/dist/ComponentStudio/services/field-binding-scanner.js +110 -0
- package/dist/ComponentStudio/services/field-binding-scanner.js.map +1 -0
- package/dist/ComponentStudio/services/form-canvas-model.d.ts +56 -0
- package/dist/ComponentStudio/services/form-canvas-model.d.ts.map +1 -0
- package/dist/ComponentStudio/services/form-canvas-model.js +35 -0
- package/dist/ComponentStudio/services/form-canvas-model.js.map +1 -0
- package/dist/ComponentStudio/services/form-host-props-fixture.d.ts +10 -0
- package/dist/ComponentStudio/services/form-host-props-fixture.d.ts.map +1 -0
- package/dist/ComponentStudio/services/form-host-props-fixture.js +10 -0
- package/dist/ComponentStudio/services/form-host-props-fixture.js.map +1 -0
- package/dist/Credentials/components/credentials-audit-resource.component.js +136 -135
- package/dist/Credentials/components/credentials-audit-resource.component.js.map +1 -1
- package/dist/Credentials/components/credentials-categories-resource.component.js +155 -152
- package/dist/Credentials/components/credentials-categories-resource.component.js.map +1 -1
- package/dist/Credentials/components/credentials-list-resource.component.js +119 -118
- package/dist/Credentials/components/credentials-list-resource.component.js.map +1 -1
- package/dist/Credentials/components/credentials-overview-resource.component.js +129 -128
- package/dist/Credentials/components/credentials-overview-resource.component.js.map +1 -1
- package/dist/Credentials/components/credentials-types-resource.component.js +107 -106
- package/dist/Credentials/components/credentials-types-resource.component.js.map +1 -1
- package/dist/DataExplorer/data-explorer-dashboard.component.js +2 -2
- package/dist/DataExplorer/data-explorer-dashboard.component.js.map +1 -1
- package/dist/DatabaseDesigner/components/database-designer-dashboard.component.js +1 -1
- package/dist/DatabaseDesigner/components/entity-list.component.js +115 -114
- package/dist/DatabaseDesigner/components/entity-list.component.js.map +1 -1
- package/dist/DatabaseDesigner/database-designer-dashboards.module.d.ts +5 -6
- package/dist/DatabaseDesigner/database-designer-dashboards.module.d.ts.map +1 -1
- package/dist/DatabaseDesigner/database-designer-dashboards.module.js +4 -5
- package/dist/DatabaseDesigner/database-designer-dashboards.module.js.map +1 -1
- package/dist/DevTools/app-state-inspector.component.js +18 -17
- package/dist/DevTools/app-state-inspector.component.js.map +1 -1
- package/dist/DevTools/class-registry.component.js +88 -85
- package/dist/DevTools/class-registry.component.js.map +1 -1
- package/dist/DevTools/event-monitor.component.js +155 -150
- package/dist/DevTools/event-monitor.component.js.map +1 -1
- package/dist/DevTools/graphql-console.component.js +245 -243
- package/dist/DevTools/graphql-console.component.js.map +1 -1
- package/dist/DevTools/layout-inspector.component.js +18 -17
- package/dist/DevTools/layout-inspector.component.js.map +1 -1
- package/dist/EntityAdmin/entity-admin-dashboard.component.js +20 -19
- package/dist/EntityAdmin/entity-admin-dashboard.component.js.map +1 -1
- package/dist/FormBuilder/form-builder-resource.component.d.ts +964 -0
- package/dist/FormBuilder/form-builder-resource.component.d.ts.map +1 -0
- package/dist/FormBuilder/form-builder-resource.component.js +4487 -0
- package/dist/FormBuilder/form-builder-resource.component.js.map +1 -0
- package/dist/FormBuilder/form-builder-version-rail.helpers.d.ts +55 -0
- package/dist/FormBuilder/form-builder-version-rail.helpers.d.ts.map +1 -0
- package/dist/FormBuilder/form-builder-version-rail.helpers.js +73 -0
- package/dist/FormBuilder/form-builder-version-rail.helpers.js.map +1 -0
- package/dist/Home/home-application.d.ts +21 -1
- package/dist/Home/home-application.d.ts.map +1 -1
- package/dist/Home/home-application.js +60 -8
- package/dist/Home/home-application.js.map +1 -1
- package/dist/Home/home-dashboard.component.js +2 -2
- package/dist/Integration/components/activity/activity.component.d.ts.map +1 -1
- package/dist/Integration/components/activity/activity.component.js +236 -229
- package/dist/Integration/components/activity/activity.component.js.map +1 -1
- package/dist/Integration/components/connections/connections.component.js +390 -389
- package/dist/Integration/components/connections/connections.component.js.map +1 -1
- package/dist/Integration/components/overview/overview.component.js +2 -2
- package/dist/KnowledgeHub/components/analytics/analytics-resource.component.js +2 -2
- package/dist/KnowledgeHub/components/analytics/analytics-resource.component.js.map +1 -1
- package/dist/KnowledgeHub/components/clusters/cluster-visualization-resource.component.js +45 -44
- package/dist/KnowledgeHub/components/clusters/cluster-visualization-resource.component.js.map +1 -1
- package/dist/KnowledgeHub/components/config/knowledge-config-resource.component.js +293 -291
- package/dist/KnowledgeHub/components/config/knowledge-config-resource.component.js.map +1 -1
- package/dist/KnowledgeHub/components/scheduling/scheduling-resource.component.js +62 -61
- package/dist/KnowledgeHub/components/scheduling/scheduling-resource.component.js.map +1 -1
- package/dist/Lists/components/lists-browse-resource.component.d.ts +6 -2
- package/dist/Lists/components/lists-browse-resource.component.d.ts.map +1 -1
- package/dist/Lists/components/lists-browse-resource.component.js +525 -566
- package/dist/Lists/components/lists-browse-resource.component.js.map +1 -1
- package/dist/Lists/components/lists-categories-resource.component.js +135 -134
- package/dist/Lists/components/lists-categories-resource.component.js.map +1 -1
- package/dist/Lists/components/lists-my-lists-resource.component.js +199 -198
- package/dist/Lists/components/lists-my-lists-resource.component.js.map +1 -1
- package/dist/MCP/mcp-dashboard.component.js +443 -438
- package/dist/MCP/mcp-dashboard.component.js.map +1 -1
- package/dist/QueryBrowser/query-browser-resource.component.d.ts +14 -14
- package/dist/QueryBrowser/query-browser-resource.component.d.ts.map +1 -1
- package/dist/QueryBrowser/query-browser-resource.component.js +11 -10
- package/dist/QueryBrowser/query-browser-resource.component.js.map +1 -1
- package/dist/Scheduling/components/scheduling-activity.component.d.ts.map +1 -1
- package/dist/Scheduling/components/scheduling-activity.component.js +146 -147
- package/dist/Scheduling/components/scheduling-activity.component.js.map +1 -1
- package/dist/Scheduling/components/scheduling-jobs.component.js +76 -75
- package/dist/Scheduling/components/scheduling-jobs.component.js.map +1 -1
- package/dist/Scheduling/components/scheduling-overview.component.js +97 -96
- package/dist/Scheduling/components/scheduling-overview.component.js.map +1 -1
- package/dist/Scheduling/scheduling-dashboard.component.js +24 -22
- package/dist/Scheduling/scheduling-dashboard.component.js.map +1 -1
- package/dist/Scheduling/services/scheduling-instrumentation.service.d.ts +2 -0
- package/dist/Scheduling/services/scheduling-instrumentation.service.d.ts.map +1 -1
- package/dist/Scheduling/services/scheduling-instrumentation.service.js +1 -0
- package/dist/Scheduling/services/scheduling-instrumentation.service.js.map +1 -1
- package/dist/Testing/components/testing-dashboard-tab-resource.component.js +1 -1
- package/dist/Testing/components/testing-explorer.component.d.ts +14 -4
- package/dist/Testing/components/testing-explorer.component.d.ts.map +1 -1
- package/dist/Testing/components/testing-explorer.component.js +436 -427
- package/dist/Testing/components/testing-explorer.component.js.map +1 -1
- package/dist/Testing/components/testing-runs-resource.component.js +1 -1
- package/dist/Testing/components/testing-runs.component.js +116 -115
- package/dist/Testing/components/testing-runs.component.js.map +1 -1
- package/dist/Testing/testing-dashboard.component.js +6 -7
- package/dist/Testing/testing-dashboard.component.js.map +1 -1
- package/dist/VersionHistory/components/labels-resource.component.js +173 -172
- package/dist/VersionHistory/components/labels-resource.component.js.map +1 -1
- package/dist/VersionHistory/components/restore-resource.component.d.ts +6 -0
- package/dist/VersionHistory/components/restore-resource.component.d.ts.map +1 -1
- package/dist/VersionHistory/components/restore-resource.component.js +116 -92
- package/dist/VersionHistory/components/restore-resource.component.js.map +1 -1
- package/dist/ai-dashboards.module.d.ts +47 -35
- package/dist/ai-dashboards.module.d.ts.map +1 -1
- package/dist/ai-dashboards.module.js +40 -1
- package/dist/ai-dashboards.module.js.map +1 -1
- package/dist/communication-dashboards.module.d.ts +1 -1
- package/dist/communication-dashboards.module.d.ts.map +1 -1
- package/dist/communication-dashboards.module.js +7 -1
- package/dist/communication-dashboards.module.js.map +1 -1
- package/dist/component-studio-dashboards.module.d.ts +34 -22
- package/dist/component-studio-dashboards.module.d.ts.map +1 -1
- package/dist/component-studio-dashboards.module.js +65 -9
- package/dist/component-studio-dashboards.module.js.map +1 -1
- package/dist/testing-dashboards.module.d.ts +4 -5
- package/dist/testing-dashboards.module.d.ts.map +1 -1
- package/dist/testing-dashboards.module.js +7 -5
- package/dist/testing-dashboards.module.js.map +1 -1
- package/package.json +55 -53
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"component-studio-dashboards.module.d.ts","sourceRoot":"","sources":["../src/component-studio-dashboards.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"component-studio-dashboards.module.d.ts","sourceRoot":"","sources":["../src/component-studio-dashboards.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmDA;;;GAGG;AACH,qBA+Ca,+BAA+B;yCAA/B,+BAA+B;0CAA/B,+BAA+B;0CAA/B,+BAA+B;CAAI;AAQhD,OAAO,EAAE,iCAAiC,EAAE,MAAM,wDAAwD,CAAC;AAC3G,OAAO,EAAE,gCAAgC,EAAE,oCAAoC,EAAE,MAAM,uDAAuD,CAAC;AAC/I,OAAO,EAAE,4BAA4B,EAAE,gCAAgC,EAAE,MAAM,+CAA+C,CAAC"}
|
|
@@ -1,14 +1,28 @@
|
|
|
1
1
|
import { NgModule } from '@angular/core';
|
|
2
2
|
import { CommonModule } from '@angular/common';
|
|
3
3
|
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
|
|
4
|
+
import { DragDropModule } from '@angular/cdk/drag-drop';
|
|
4
5
|
import { MJButtonDirective, MJDialogComponent, MJDialogTitlebarComponent, MJDialogActionsComponent } from '@memberjunction/ng-ui-components';
|
|
5
6
|
import { ContainerDirectivesModule } from '@memberjunction/ng-container-directives';
|
|
6
7
|
import { CodeEditorModule } from '@memberjunction/ng-code-editor';
|
|
7
8
|
import { MJReactModule } from '@memberjunction/ng-react';
|
|
8
9
|
import { SharedGenericModule } from '@memberjunction/ng-shared-generic';
|
|
9
10
|
import { MarkdownModule } from '@memberjunction/ng-markdown';
|
|
11
|
+
// BaseFormsModule supplies <mj-interactive-form> for the Form Builder
|
|
12
|
+
// cockpit's Preview tab. The cockpit binds a working spec + a real Top-1
|
|
13
|
+
// record into it so the user sees the form rendering live as they edit.
|
|
14
|
+
import { BaseFormsModule } from '@memberjunction/ng-base-forms';
|
|
15
|
+
// ConversationsModule supplies <mj-conversation-chat-area> — the same
|
|
16
|
+
// interior component the floating chat overlay wraps. The Form Builder
|
|
17
|
+
// cockpit's right-pane AI surface mounts this directly instead of routing
|
|
18
|
+
// through the overlay (per user feedback: chat should live in-pane).
|
|
19
|
+
import { ConversationsModule } from '@memberjunction/ng-conversations';
|
|
20
|
+
// angular-split for the cockpit's resizable 3-pane shell (forms-list /
|
|
21
|
+
// center / chat-embed). Sizes persisted via UserInfoEngine.
|
|
22
|
+
import { AngularSplitModule } from 'angular-split';
|
|
10
23
|
// Component Studio Components
|
|
11
24
|
import { ComponentStudioDashboardComponent } from './ComponentStudio/component-studio-dashboard.component';
|
|
25
|
+
import { ComponentStudioResourceComponent } from './ComponentStudio/component-studio-resource.component';
|
|
12
26
|
import { TextImportDialogComponent } from './ComponentStudio/components/text-import-dialog.component';
|
|
13
27
|
import { ArtifactSelectionDialogComponent } from './ComponentStudio/components/artifact-selection-dialog.component';
|
|
14
28
|
import { ArtifactLoadDialogComponent } from './ComponentStudio/components/artifact-load-dialog.component';
|
|
@@ -22,8 +36,18 @@ import { DataRequirementsEditorComponent } from './ComponentStudio/components/ed
|
|
|
22
36
|
import { AIAssistantPanelComponent } from './ComponentStudio/components/ai-assistant/ai-assistant-panel.component';
|
|
23
37
|
import { NewComponentDialogComponent } from './ComponentStudio/components/new-component-dialog/new-component-dialog.component';
|
|
24
38
|
import { SaveVersionDialogComponent } from './ComponentStudio/components/save-version-dialog/save-version-dialog.component';
|
|
39
|
+
import { FormOverrideDialogComponent } from './ComponentStudio/components/form-override-dialog.component';
|
|
40
|
+
// Form Builder (lives inside Component Studio as a conditional tab + right-panel).
|
|
41
|
+
import { FormBuilderTabComponent } from './ComponentStudio/components/form-builder/form-builder-tab.component';
|
|
42
|
+
import { FormBuilderCanvasComponent } from './ComponentStudio/components/form-builder/form-builder-canvas.component';
|
|
43
|
+
import { FormBuilderRightPanelComponent } from './ComponentStudio/components/form-builder/form-builder-right-panel.component';
|
|
44
|
+
// Form Builder Resource — standalone "Form Studio" application entry point
|
|
45
|
+
// reached from the top-left Application rail. Reuses the same canvas + right
|
|
46
|
+
// panel components used by the Component Studio tab.
|
|
47
|
+
import { FormBuilderResourceComponent } from './FormBuilder/form-builder-resource.component';
|
|
25
48
|
import * as i0 from "@angular/core";
|
|
26
|
-
import * as i1 from "
|
|
49
|
+
import * as i1 from "./ComponentStudio/components/form-override-dialog.component";
|
|
50
|
+
import * as i2 from "@angular/common";
|
|
27
51
|
/**
|
|
28
52
|
* ComponentStudioDashboardsModule — Component Studio feature area:
|
|
29
53
|
* component browser, editors, preview, and AI assistant.
|
|
@@ -34,20 +58,26 @@ export class ComponentStudioDashboardsModule {
|
|
|
34
58
|
static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
35
59
|
FormsModule,
|
|
36
60
|
ReactiveFormsModule,
|
|
61
|
+
DragDropModule,
|
|
37
62
|
ContainerDirectivesModule,
|
|
38
63
|
CodeEditorModule,
|
|
39
64
|
MJReactModule,
|
|
40
65
|
SharedGenericModule,
|
|
41
66
|
MarkdownModule,
|
|
67
|
+
BaseFormsModule,
|
|
68
|
+
ConversationsModule,
|
|
69
|
+
AngularSplitModule,
|
|
42
70
|
MJDialogComponent,
|
|
43
71
|
MJDialogTitlebarComponent,
|
|
44
|
-
MJDialogActionsComponent
|
|
72
|
+
MJDialogActionsComponent,
|
|
73
|
+
FormOverrideDialogComponent] });
|
|
45
74
|
}
|
|
46
75
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ComponentStudioDashboardsModule, [{
|
|
47
76
|
type: NgModule,
|
|
48
77
|
args: [{
|
|
49
78
|
declarations: [
|
|
50
79
|
ComponentStudioDashboardComponent,
|
|
80
|
+
ComponentStudioResourceComponent,
|
|
51
81
|
TextImportDialogComponent,
|
|
52
82
|
ArtifactSelectionDialogComponent,
|
|
53
83
|
ArtifactLoadDialogComponent,
|
|
@@ -60,28 +90,40 @@ export class ComponentStudioDashboardsModule {
|
|
|
60
90
|
DataRequirementsEditorComponent,
|
|
61
91
|
AIAssistantPanelComponent,
|
|
62
92
|
NewComponentDialogComponent,
|
|
63
|
-
SaveVersionDialogComponent
|
|
93
|
+
SaveVersionDialogComponent,
|
|
94
|
+
FormBuilderTabComponent,
|
|
95
|
+
FormBuilderCanvasComponent,
|
|
96
|
+
FormBuilderRightPanelComponent,
|
|
97
|
+
FormBuilderResourceComponent
|
|
64
98
|
],
|
|
65
99
|
imports: [
|
|
66
100
|
CommonModule,
|
|
67
101
|
FormsModule,
|
|
68
102
|
ReactiveFormsModule,
|
|
103
|
+
DragDropModule,
|
|
69
104
|
ContainerDirectivesModule,
|
|
70
105
|
CodeEditorModule,
|
|
71
106
|
MJReactModule,
|
|
72
107
|
SharedGenericModule,
|
|
73
108
|
MarkdownModule,
|
|
109
|
+
BaseFormsModule,
|
|
110
|
+
ConversationsModule,
|
|
111
|
+
AngularSplitModule,
|
|
74
112
|
MJButtonDirective,
|
|
75
113
|
MJDialogComponent,
|
|
76
114
|
MJDialogTitlebarComponent,
|
|
77
|
-
MJDialogActionsComponent
|
|
115
|
+
MJDialogActionsComponent,
|
|
116
|
+
FormOverrideDialogComponent
|
|
78
117
|
],
|
|
79
118
|
exports: [
|
|
80
|
-
ComponentStudioDashboardComponent
|
|
119
|
+
ComponentStudioDashboardComponent,
|
|
120
|
+
ComponentStudioResourceComponent,
|
|
121
|
+
FormBuilderResourceComponent
|
|
81
122
|
]
|
|
82
123
|
}]
|
|
83
124
|
}], null, null); })();
|
|
84
125
|
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(ComponentStudioDashboardsModule, { declarations: [ComponentStudioDashboardComponent,
|
|
126
|
+
ComponentStudioResourceComponent,
|
|
85
127
|
TextImportDialogComponent,
|
|
86
128
|
ArtifactSelectionDialogComponent,
|
|
87
129
|
ArtifactLoadDialogComponent,
|
|
@@ -94,20 +136,31 @@ export class ComponentStudioDashboardsModule {
|
|
|
94
136
|
DataRequirementsEditorComponent,
|
|
95
137
|
AIAssistantPanelComponent,
|
|
96
138
|
NewComponentDialogComponent,
|
|
97
|
-
SaveVersionDialogComponent
|
|
139
|
+
SaveVersionDialogComponent,
|
|
140
|
+
FormBuilderTabComponent,
|
|
141
|
+
FormBuilderCanvasComponent,
|
|
142
|
+
FormBuilderRightPanelComponent,
|
|
143
|
+
FormBuilderResourceComponent], imports: [CommonModule,
|
|
98
144
|
FormsModule,
|
|
99
145
|
ReactiveFormsModule,
|
|
146
|
+
DragDropModule,
|
|
100
147
|
ContainerDirectivesModule,
|
|
101
148
|
CodeEditorModule,
|
|
102
149
|
MJReactModule,
|
|
103
150
|
SharedGenericModule,
|
|
104
151
|
MarkdownModule,
|
|
152
|
+
BaseFormsModule,
|
|
153
|
+
ConversationsModule,
|
|
154
|
+
AngularSplitModule,
|
|
105
155
|
MJButtonDirective,
|
|
106
156
|
MJDialogComponent,
|
|
107
157
|
MJDialogTitlebarComponent,
|
|
108
|
-
MJDialogActionsComponent
|
|
158
|
+
MJDialogActionsComponent,
|
|
159
|
+
FormOverrideDialogComponent], exports: [ComponentStudioDashboardComponent,
|
|
160
|
+
ComponentStudioResourceComponent,
|
|
161
|
+
FormBuilderResourceComponent] }); })();
|
|
109
162
|
i0.ɵɵsetComponentScope(ComponentStudioDashboardComponent, [MJButtonDirective,
|
|
110
|
-
MJDialogComponent, TextImportDialogComponent,
|
|
163
|
+
MJDialogComponent, i1.FormOverrideDialogComponent, TextImportDialogComponent,
|
|
111
164
|
ArtifactSelectionDialogComponent,
|
|
112
165
|
ArtifactLoadDialogComponent,
|
|
113
166
|
ComponentBrowserComponent,
|
|
@@ -115,7 +168,8 @@ i0.ɵɵsetComponentScope(ComponentStudioDashboardComponent, [MJButtonDirective,
|
|
|
115
168
|
EditorTabsComponent,
|
|
116
169
|
AIAssistantPanelComponent,
|
|
117
170
|
NewComponentDialogComponent,
|
|
118
|
-
SaveVersionDialogComponent
|
|
171
|
+
SaveVersionDialogComponent,
|
|
172
|
+
FormBuilderRightPanelComponent], [i2.DatePipe]);
|
|
119
173
|
// JS-level re-export so that public-api.ts line 187 (`export * from
|
|
120
174
|
// './component-studio-dashboards.module'`) exposes the dashboard component
|
|
121
175
|
// class through a path that includes ɵɵsetComponentScope. Without this,
|
|
@@ -123,4 +177,6 @@ i0.ɵɵsetComponentScope(ComponentStudioDashboardComponent, [MJButtonDirective,
|
|
|
123
177
|
// imports the bare component file — creating a second ESBuild copy that
|
|
124
178
|
// lacks child-component scope metadata.
|
|
125
179
|
export { ComponentStudioDashboardComponent } from './ComponentStudio/component-studio-dashboard.component';
|
|
180
|
+
export { ComponentStudioResourceComponent, LoadComponentStudioResourceComponent } from './ComponentStudio/component-studio-resource.component';
|
|
181
|
+
export { FormBuilderResourceComponent, LoadFormBuilderResourceComponent } from './FormBuilder/form-builder-resource.component';
|
|
126
182
|
//# sourceMappingURL=component-studio-dashboards.module.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"component-studio-dashboards.module.js","sourceRoot":"","sources":["../src/component-studio-dashboards.module.ts"],"names":[],"mappings":"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","sourcesContent":["import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { FormsModule, ReactiveFormsModule } from '@angular/forms';\nimport { MJButtonDirective, MJDialogComponent, MJDialogTitlebarComponent, MJDialogActionsComponent } from '@memberjunction/ng-ui-components';\nimport { ContainerDirectivesModule } from '@memberjunction/ng-container-directives';\nimport { CodeEditorModule } from '@memberjunction/ng-code-editor';\nimport { MJReactModule } from '@memberjunction/ng-react';\nimport { SharedGenericModule } from '@memberjunction/ng-shared-generic';\nimport { MarkdownModule } from '@memberjunction/ng-markdown';\n\n// Component Studio Components\nimport { ComponentStudioDashboardComponent } from './ComponentStudio/component-studio-dashboard.component';\nimport { TextImportDialogComponent } from './ComponentStudio/components/text-import-dialog.component';\nimport { ArtifactSelectionDialogComponent } from './ComponentStudio/components/artifact-selection-dialog.component';\nimport { ArtifactLoadDialogComponent } from './ComponentStudio/components/artifact-load-dialog.component';\nimport { ComponentBrowserComponent } from './ComponentStudio/components/browser/component-browser.component';\nimport { ComponentPreviewComponent } from './ComponentStudio/components/workspace/component-preview.component';\nimport { EditorTabsComponent } from './ComponentStudio/components/workspace/editor-tabs.component';\nimport { SpecEditorComponent } from './ComponentStudio/components/editors/spec-editor.component';\nimport { CodeEditorPanelComponent } from './ComponentStudio/components/editors/code-editor-panel.component';\nimport { RequirementsEditorComponent } from './ComponentStudio/components/editors/requirements-editor.component';\nimport { DataRequirementsEditorComponent } from './ComponentStudio/components/editors/data-requirements-editor.component';\nimport { AIAssistantPanelComponent } from './ComponentStudio/components/ai-assistant/ai-assistant-panel.component';\nimport { NewComponentDialogComponent } from './ComponentStudio/components/new-component-dialog/new-component-dialog.component';\nimport { SaveVersionDialogComponent } from './ComponentStudio/components/save-version-dialog/save-version-dialog.component';\n\n/**\n * ComponentStudioDashboardsModule — Component Studio feature area:\n * component browser, editors, preview, and AI assistant.\n */\n@NgModule({\n declarations: [\n ComponentStudioDashboardComponent,\n TextImportDialogComponent,\n ArtifactSelectionDialogComponent,\n ArtifactLoadDialogComponent,\n ComponentBrowserComponent,\n ComponentPreviewComponent,\n EditorTabsComponent,\n SpecEditorComponent,\n CodeEditorPanelComponent,\n RequirementsEditorComponent,\n DataRequirementsEditorComponent,\n AIAssistantPanelComponent,\n NewComponentDialogComponent,\n SaveVersionDialogComponent\n ],\n imports: [\n CommonModule,\n FormsModule,\n ReactiveFormsModule,\n ContainerDirectivesModule,\n CodeEditorModule,\n MJReactModule,\n SharedGenericModule,\n MarkdownModule,\n MJButtonDirective,\n MJDialogComponent,\n MJDialogTitlebarComponent,\n MJDialogActionsComponent\n ],\n exports: [\n ComponentStudioDashboardComponent\n ]\n})\nexport class ComponentStudioDashboardsModule { }\n\n// JS-level re-export so that public-api.ts line 187 (`export * from\n// './component-studio-dashboards.module'`) exposes the dashboard component\n// class through a path that includes ɵɵsetComponentScope. Without this,\n// the only export path is the ComponentStudio/index.ts barrel which\n// imports the bare component file — creating a second ESBuild copy that\n// lacks child-component scope metadata.\nexport { ComponentStudioDashboardComponent } from './ComponentStudio/component-studio-dashboard.component';\n"]}
|
|
1
|
+
{"version":3,"file":"component-studio-dashboards.module.js","sourceRoot":"","sources":["../src/component-studio-dashboards.module.ts"],"names":[],"mappings":"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","sourcesContent":["import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { FormsModule, ReactiveFormsModule } from '@angular/forms';\nimport { DragDropModule } from '@angular/cdk/drag-drop';\nimport { MJButtonDirective, MJDialogComponent, MJDialogTitlebarComponent, MJDialogActionsComponent } from '@memberjunction/ng-ui-components';\nimport { ContainerDirectivesModule } from '@memberjunction/ng-container-directives';\nimport { CodeEditorModule } from '@memberjunction/ng-code-editor';\nimport { MJReactModule } from '@memberjunction/ng-react';\nimport { SharedGenericModule } from '@memberjunction/ng-shared-generic';\nimport { MarkdownModule } from '@memberjunction/ng-markdown';\n// BaseFormsModule supplies <mj-interactive-form> for the Form Builder\n// cockpit's Preview tab. The cockpit binds a working spec + a real Top-1\n// record into it so the user sees the form rendering live as they edit.\nimport { BaseFormsModule } from '@memberjunction/ng-base-forms';\n// ConversationsModule supplies <mj-conversation-chat-area> — the same\n// interior component the floating chat overlay wraps. The Form Builder\n// cockpit's right-pane AI surface mounts this directly instead of routing\n// through the overlay (per user feedback: chat should live in-pane).\nimport { ConversationsModule } from '@memberjunction/ng-conversations';\n// angular-split for the cockpit's resizable 3-pane shell (forms-list /\n// center / chat-embed). Sizes persisted via UserInfoEngine.\nimport { AngularSplitModule } from 'angular-split';\n\n// Component Studio Components\nimport { ComponentStudioDashboardComponent } from './ComponentStudio/component-studio-dashboard.component';\nimport { ComponentStudioResourceComponent } from './ComponentStudio/component-studio-resource.component';\nimport { TextImportDialogComponent } from './ComponentStudio/components/text-import-dialog.component';\nimport { ArtifactSelectionDialogComponent } from './ComponentStudio/components/artifact-selection-dialog.component';\nimport { ArtifactLoadDialogComponent } from './ComponentStudio/components/artifact-load-dialog.component';\nimport { ComponentBrowserComponent } from './ComponentStudio/components/browser/component-browser.component';\nimport { ComponentPreviewComponent } from './ComponentStudio/components/workspace/component-preview.component';\nimport { EditorTabsComponent } from './ComponentStudio/components/workspace/editor-tabs.component';\nimport { SpecEditorComponent } from './ComponentStudio/components/editors/spec-editor.component';\nimport { CodeEditorPanelComponent } from './ComponentStudio/components/editors/code-editor-panel.component';\nimport { RequirementsEditorComponent } from './ComponentStudio/components/editors/requirements-editor.component';\nimport { DataRequirementsEditorComponent } from './ComponentStudio/components/editors/data-requirements-editor.component';\nimport { AIAssistantPanelComponent } from './ComponentStudio/components/ai-assistant/ai-assistant-panel.component';\nimport { NewComponentDialogComponent } from './ComponentStudio/components/new-component-dialog/new-component-dialog.component';\nimport { SaveVersionDialogComponent } from './ComponentStudio/components/save-version-dialog/save-version-dialog.component';\nimport { FormOverrideDialogComponent } from './ComponentStudio/components/form-override-dialog.component';\n\n// Form Builder (lives inside Component Studio as a conditional tab + right-panel).\nimport { FormBuilderTabComponent } from './ComponentStudio/components/form-builder/form-builder-tab.component';\nimport { FormBuilderCanvasComponent } from './ComponentStudio/components/form-builder/form-builder-canvas.component';\nimport { FormBuilderRightPanelComponent } from './ComponentStudio/components/form-builder/form-builder-right-panel.component';\n\n// Form Builder Resource — standalone \"Form Studio\" application entry point\n// reached from the top-left Application rail. Reuses the same canvas + right\n// panel components used by the Component Studio tab.\nimport { FormBuilderResourceComponent } from './FormBuilder/form-builder-resource.component';\n\n/**\n * ComponentStudioDashboardsModule — Component Studio feature area:\n * component browser, editors, preview, and AI assistant.\n */\n@NgModule({\n declarations: [\n ComponentStudioDashboardComponent,\n ComponentStudioResourceComponent,\n TextImportDialogComponent,\n ArtifactSelectionDialogComponent,\n ArtifactLoadDialogComponent,\n ComponentBrowserComponent,\n ComponentPreviewComponent,\n EditorTabsComponent,\n SpecEditorComponent,\n CodeEditorPanelComponent,\n RequirementsEditorComponent,\n DataRequirementsEditorComponent,\n AIAssistantPanelComponent,\n NewComponentDialogComponent,\n SaveVersionDialogComponent,\n FormBuilderTabComponent,\n FormBuilderCanvasComponent,\n FormBuilderRightPanelComponent,\n FormBuilderResourceComponent\n ],\n imports: [\n CommonModule,\n FormsModule,\n ReactiveFormsModule,\n DragDropModule,\n ContainerDirectivesModule,\n CodeEditorModule,\n MJReactModule,\n SharedGenericModule,\n MarkdownModule,\n BaseFormsModule,\n ConversationsModule,\n AngularSplitModule,\n MJButtonDirective,\n MJDialogComponent,\n MJDialogTitlebarComponent,\n MJDialogActionsComponent,\n FormOverrideDialogComponent\n ],\n exports: [\n ComponentStudioDashboardComponent,\n ComponentStudioResourceComponent,\n FormBuilderResourceComponent\n ]\n})\nexport class ComponentStudioDashboardsModule { }\n\n// JS-level re-export so that public-api.ts line 187 (`export * from\n// './component-studio-dashboards.module'`) exposes the dashboard component\n// class through a path that includes ɵɵsetComponentScope. Without this,\n// the only export path is the ComponentStudio/index.ts barrel which\n// imports the bare component file — creating a second ESBuild copy that\n// lacks child-component scope metadata.\nexport { ComponentStudioDashboardComponent } from './ComponentStudio/component-studio-dashboard.component';\nexport { ComponentStudioResourceComponent, LoadComponentStudioResourceComponent } from './ComponentStudio/component-studio-resource.component';\nexport { FormBuilderResourceComponent, LoadFormBuilderResourceComponent } from './FormBuilder/form-builder-resource.component';\n"]}
|
|
@@ -18,17 +18,16 @@ import * as i16 from "@angular/forms";
|
|
|
18
18
|
import * as i17 from "@memberjunction/ng-ui-components";
|
|
19
19
|
import * as i18 from "@memberjunction/ng-container-directives";
|
|
20
20
|
import * as i19 from "@memberjunction/ng-testing";
|
|
21
|
-
import * as i20 from "@memberjunction/ng-
|
|
22
|
-
import * as i21 from "
|
|
23
|
-
import * as i22 from "./shared/shared-
|
|
24
|
-
import * as i23 from "./shared/shared-pipes.module";
|
|
21
|
+
import * as i20 from "@memberjunction/ng-shared-generic";
|
|
22
|
+
import * as i21 from "./shared/shared-dashboard-widgets.module";
|
|
23
|
+
import * as i22 from "./shared/shared-pipes.module";
|
|
25
24
|
/**
|
|
26
25
|
* TestingDashboardsModule — Testing feature area: dashboard tabs, runs,
|
|
27
26
|
* analytics, review, explorer, and instrumentation widgets.
|
|
28
27
|
*/
|
|
29
28
|
export declare class TestingDashboardsModule {
|
|
30
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<TestingDashboardsModule, never>;
|
|
31
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TestingDashboardsModule, [typeof i1.TestingDashboardComponent, typeof i2.TestingDashboardTabComponent, typeof i3.TestingRunsComponent, typeof i4.TestingAnalyticsComponent, typeof i5.TestingReviewComponent, typeof i6.TestingDashboardTabResourceComponent, typeof i7.TestingRunsResourceComponent, typeof i8.TestingAnalyticsResourceComponent, typeof i9.TestingReviewResourceComponent, typeof i10.TestingExplorerComponent, typeof i11.TestingExplorerResourceComponent, typeof i12.SuiteTreeComponent, typeof i12.SuiteTreeNodeComponent, typeof i13.OracleBreakdownTableComponent, typeof i14.TestRunDetailPanelComponent], [typeof i15.CommonModule, typeof i16.FormsModule, typeof i16.ReactiveFormsModule, typeof i17.MJButtonDirective, typeof i17.MJPageHeaderComponent, typeof i17.MJPageLayoutComponent, typeof i17.MJPageBodyComponent, typeof i17.MJTabNavComponent, typeof i17.MJFilterChipComponent, typeof i17.MJFilterPopoverComponent, typeof i17.MJFilterPanelComponent, typeof i17.MJPageSearchComponent, typeof i17.MJViewToggleComponent, typeof i17.MJStatBadgeComponent, typeof i17.MJRefreshButtonComponent, typeof i17.MJLeftNavComponent, typeof i17.MJLeftNavContentComponent, typeof i18.ContainerDirectivesModule, typeof i19.TestingModule, typeof
|
|
30
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TestingDashboardsModule, [typeof i1.TestingDashboardComponent, typeof i2.TestingDashboardTabComponent, typeof i3.TestingRunsComponent, typeof i4.TestingAnalyticsComponent, typeof i5.TestingReviewComponent, typeof i6.TestingDashboardTabResourceComponent, typeof i7.TestingRunsResourceComponent, typeof i8.TestingAnalyticsResourceComponent, typeof i9.TestingReviewResourceComponent, typeof i10.TestingExplorerComponent, typeof i11.TestingExplorerResourceComponent, typeof i12.SuiteTreeComponent, typeof i12.SuiteTreeNodeComponent, typeof i13.OracleBreakdownTableComponent, typeof i14.TestRunDetailPanelComponent], [typeof i15.CommonModule, typeof i16.FormsModule, typeof i16.ReactiveFormsModule, typeof i17.MJButtonDirective, typeof i17.MJPageHeaderComponent, typeof i17.MJPageLayoutComponent, typeof i17.MJPageBodyComponent, typeof i17.MJPageBodyInteriorComponent, typeof i17.MJTabNavComponent, typeof i17.MJFilterChipComponent, typeof i17.MJFilterPopoverComponent, typeof i17.MJFilterPanelComponent, typeof i17.MJPageSearchComponent, typeof i17.MJViewToggleComponent, typeof i17.MJStatBadgeComponent, typeof i17.MJRefreshButtonComponent, typeof i17.MJLeftNavComponent, typeof i17.MJLeftNavContentComponent, typeof i18.ContainerDirectivesModule, typeof i19.TestingModule, typeof i17.MjSlidePanelComponent, typeof i20.SharedGenericModule, typeof i21.SharedDashboardWidgetsModule, typeof i22.SharedPipesModule], [typeof i1.TestingDashboardComponent, typeof i6.TestingDashboardTabResourceComponent, typeof i7.TestingRunsResourceComponent, typeof i8.TestingAnalyticsResourceComponent, typeof i9.TestingReviewResourceComponent, typeof i10.TestingExplorerComponent, typeof i11.TestingExplorerResourceComponent, typeof i21.SharedDashboardWidgetsModule]>;
|
|
32
31
|
static ɵinj: i0.ɵɵInjectorDeclaration<TestingDashboardsModule>;
|
|
33
32
|
}
|
|
34
33
|
//# sourceMappingURL=testing-dashboards.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"testing-dashboards.module.d.ts","sourceRoot":"","sources":["../src/testing-dashboards.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"testing-dashboards.module.d.ts","sourceRoot":"","sources":["../src/testing-dashboards.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AA4CA;;;GAGG;AACH,qBA0Da,uBAAuB;yCAAvB,uBAAuB;0CAAvB,uBAAuB;0CAAvB,uBAAuB;CAAI"}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import { NgModule } from '@angular/core';
|
|
2
2
|
import { CommonModule } from '@angular/common';
|
|
3
3
|
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
|
|
4
|
-
import { MJButtonDirective, MJPageHeaderComponent, MJPageLayoutComponent, MJPageBodyComponent, MJTabNavComponent, MJFilterChipComponent, MJFilterPopoverComponent, MJFilterPanelComponent, MJPageSearchComponent, MJViewToggleComponent, MJStatBadgeComponent, MJRefreshButtonComponent, MJLeftNavComponent, MJLeftNavContentComponent } from '@memberjunction/ng-ui-components';
|
|
4
|
+
import { MJButtonDirective, MJPageHeaderComponent, MJPageLayoutComponent, MJPageBodyComponent, MJPageBodyInteriorComponent, MJTabNavComponent, MJFilterChipComponent, MJFilterPopoverComponent, MJFilterPanelComponent, MJPageSearchComponent, MJViewToggleComponent, MJStatBadgeComponent, MJRefreshButtonComponent, MJLeftNavComponent, MJLeftNavContentComponent, MjSlidePanelComponent } from '@memberjunction/ng-ui-components';
|
|
5
5
|
import { ContainerDirectivesModule } from '@memberjunction/ng-container-directives';
|
|
6
6
|
import { TestingModule } from '@memberjunction/ng-testing';
|
|
7
|
-
import { VersionsModule } from '@memberjunction/ng-versions';
|
|
8
7
|
import { SharedGenericModule } from '@memberjunction/ng-shared-generic';
|
|
9
8
|
import { SharedDashboardWidgetsModule } from './shared/shared-dashboard-widgets.module';
|
|
10
9
|
import { SharedPipesModule } from './shared/shared-pipes.module';
|
|
@@ -40,6 +39,7 @@ export class TestingDashboardsModule {
|
|
|
40
39
|
MJPageHeaderComponent,
|
|
41
40
|
MJPageLayoutComponent,
|
|
42
41
|
MJPageBodyComponent,
|
|
42
|
+
MJPageBodyInteriorComponent,
|
|
43
43
|
MJTabNavComponent,
|
|
44
44
|
MJFilterChipComponent,
|
|
45
45
|
MJFilterPopoverComponent,
|
|
@@ -52,7 +52,7 @@ export class TestingDashboardsModule {
|
|
|
52
52
|
MJLeftNavContentComponent,
|
|
53
53
|
ContainerDirectivesModule,
|
|
54
54
|
TestingModule,
|
|
55
|
-
|
|
55
|
+
MjSlidePanelComponent,
|
|
56
56
|
SharedGenericModule,
|
|
57
57
|
SharedDashboardWidgetsModule,
|
|
58
58
|
SharedPipesModule, SharedDashboardWidgetsModule] });
|
|
@@ -85,6 +85,7 @@ export class TestingDashboardsModule {
|
|
|
85
85
|
MJPageHeaderComponent,
|
|
86
86
|
MJPageLayoutComponent,
|
|
87
87
|
MJPageBodyComponent,
|
|
88
|
+
MJPageBodyInteriorComponent,
|
|
88
89
|
MJTabNavComponent,
|
|
89
90
|
MJFilterChipComponent,
|
|
90
91
|
MJFilterPopoverComponent,
|
|
@@ -97,7 +98,7 @@ export class TestingDashboardsModule {
|
|
|
97
98
|
MJLeftNavContentComponent,
|
|
98
99
|
ContainerDirectivesModule,
|
|
99
100
|
TestingModule,
|
|
100
|
-
|
|
101
|
+
MjSlidePanelComponent,
|
|
101
102
|
SharedGenericModule,
|
|
102
103
|
SharedDashboardWidgetsModule,
|
|
103
104
|
SharedPipesModule
|
|
@@ -138,6 +139,7 @@ export class TestingDashboardsModule {
|
|
|
138
139
|
MJPageHeaderComponent,
|
|
139
140
|
MJPageLayoutComponent,
|
|
140
141
|
MJPageBodyComponent,
|
|
142
|
+
MJPageBodyInteriorComponent,
|
|
141
143
|
MJTabNavComponent,
|
|
142
144
|
MJFilterChipComponent,
|
|
143
145
|
MJFilterPopoverComponent,
|
|
@@ -150,7 +152,7 @@ export class TestingDashboardsModule {
|
|
|
150
152
|
MJLeftNavContentComponent,
|
|
151
153
|
ContainerDirectivesModule,
|
|
152
154
|
TestingModule,
|
|
153
|
-
|
|
155
|
+
MjSlidePanelComponent,
|
|
154
156
|
SharedGenericModule,
|
|
155
157
|
SharedDashboardWidgetsModule,
|
|
156
158
|
SharedPipesModule], exports: [TestingDashboardComponent,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"testing-dashboards.module.js","sourceRoot":"","sources":["../src/testing-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,EACL,iBAAiB,EACjB,qBAAqB,EACrB,qBAAqB,EACrB,mBAAmB,EACnB,iBAAiB,EACjB,qBAAqB,EACrB,wBAAwB,EACxB,sBAAsB,EACtB,qBAAqB,EACrB,qBAAqB,EACrB,oBAAoB,EACpB,wBAAwB,EACxB,kBAAkB,EAClB,yBAAyB,
|
|
1
|
+
{"version":3,"file":"testing-dashboards.module.js","sourceRoot":"","sources":["../src/testing-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 {\n MJButtonDirective,\n MJPageHeaderComponent,\n MJPageLayoutComponent,\n MJPageBodyComponent,\n MJPageBodyInteriorComponent,\n MJTabNavComponent,\n MJFilterChipComponent,\n MJFilterPopoverComponent,\n MJFilterPanelComponent,\n MJPageSearchComponent,\n MJViewToggleComponent,\n MJStatBadgeComponent,\n MJRefreshButtonComponent,\n MJLeftNavComponent,\n MJLeftNavContentComponent,\n MjSlidePanelComponent\n} from '@memberjunction/ng-ui-components';\nimport { ContainerDirectivesModule } from '@memberjunction/ng-container-directives';\nimport { TestingModule } from '@memberjunction/ng-testing';\nimport { SharedGenericModule } from '@memberjunction/ng-shared-generic';\nimport { SharedDashboardWidgetsModule } from './shared/shared-dashboard-widgets.module';\nimport { SharedPipesModule } from './shared/shared-pipes.module';\n\n// Testing Components\nimport { TestingDashboardComponent } from './Testing/testing-dashboard.component';\nimport { TestingDashboardTabComponent } from './Testing/components/testing-dashboard-tab.component';\nimport { TestingRunsComponent } from './Testing/components/testing-runs.component';\nimport { TestingAnalyticsComponent } from './Testing/components/testing-analytics.component';\nimport { TestingReviewComponent } from './Testing/components/testing-review.component';\nimport { TestingDashboardTabResourceComponent } from './Testing/components/testing-dashboard-tab-resource.component';\nimport { TestingRunsResourceComponent } from './Testing/components/testing-runs-resource.component';\nimport { TestingAnalyticsResourceComponent } from './Testing/components/testing-analytics-resource.component';\nimport { TestingReviewResourceComponent } from './Testing/components/testing-review-resource.component';\nimport { TestingExplorerComponent } from './Testing/components/testing-explorer.component';\nimport { TestingExplorerResourceComponent } from './Testing/components/testing-explorer-resource.component';\nimport { SuiteTreeComponent, SuiteTreeNodeComponent } from './Testing/components/widgets/suite-tree.component';\nimport { OracleBreakdownTableComponent } from './Testing/components/widgets/oracle-breakdown-table.component';\nimport { TestRunDetailPanelComponent } from './Testing/components/widgets/test-run-detail-panel.component';\nimport { TestingInstrumentationService } from './Testing/services/testing-instrumentation.service';\n\n/**\n * TestingDashboardsModule — Testing feature area: dashboard tabs, runs,\n * analytics, review, explorer, and instrumentation widgets.\n */\n@NgModule({\n declarations: [\n TestingDashboardComponent,\n TestingDashboardTabComponent,\n TestingRunsComponent,\n TestingAnalyticsComponent,\n TestingReviewComponent,\n TestingDashboardTabResourceComponent,\n TestingRunsResourceComponent,\n TestingAnalyticsResourceComponent,\n TestingReviewResourceComponent,\n TestingExplorerComponent,\n TestingExplorerResourceComponent,\n SuiteTreeComponent,\n SuiteTreeNodeComponent,\n OracleBreakdownTableComponent,\n TestRunDetailPanelComponent\n ],\n imports: [\n CommonModule,\n FormsModule,\n ReactiveFormsModule,\n MJButtonDirective,\n MJPageHeaderComponent,\n MJPageLayoutComponent,\n MJPageBodyComponent,\n MJPageBodyInteriorComponent,\n MJTabNavComponent,\n MJFilterChipComponent,\n MJFilterPopoverComponent,\n MJFilterPanelComponent,\n MJPageSearchComponent,\n MJViewToggleComponent,\n MJStatBadgeComponent,\n MJRefreshButtonComponent,\n MJLeftNavComponent,\n MJLeftNavContentComponent,\n ContainerDirectivesModule,\n TestingModule,\n MjSlidePanelComponent,\n SharedGenericModule,\n SharedDashboardWidgetsModule,\n SharedPipesModule\n ],\n providers: [\n TestingInstrumentationService\n ],\n exports: [\n TestingDashboardComponent,\n TestingDashboardTabResourceComponent,\n TestingRunsResourceComponent,\n TestingAnalyticsResourceComponent,\n TestingReviewResourceComponent,\n TestingExplorerComponent,\n TestingExplorerResourceComponent,\n SharedDashboardWidgetsModule\n ]\n})\nexport class TestingDashboardsModule { }\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@memberjunction/ng-dashboards",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.39.0",
|
|
4
4
|
"description": "MemberJunction Dashboards",
|
|
5
5
|
"main": "./dist/public-api.js",
|
|
6
6
|
"typings": "./dist/public-api.d.ts",
|
|
@@ -93,58 +93,60 @@
|
|
|
93
93
|
"@codemirror/merge": "^6.11.2",
|
|
94
94
|
"@codemirror/state": "^6.5.4",
|
|
95
95
|
"@codemirror/view": "^6.39.12",
|
|
96
|
-
"@memberjunction/actions-base": "5.
|
|
97
|
-
"@memberjunction/ai-core-plus": "5.
|
|
98
|
-
"@memberjunction/ai-engine-base": "5.
|
|
99
|
-
"@memberjunction/api-keys-base": "5.
|
|
100
|
-
"@memberjunction/core": "5.
|
|
101
|
-
"@memberjunction/core-entities": "5.
|
|
102
|
-
"@memberjunction/credentials": "5.
|
|
103
|
-
"@memberjunction/export-engine": "5.
|
|
104
|
-
"@memberjunction/
|
|
105
|
-
"@memberjunction/
|
|
106
|
-
"@memberjunction/
|
|
107
|
-
"@memberjunction/
|
|
108
|
-
"@memberjunction/
|
|
109
|
-
"@memberjunction/
|
|
110
|
-
"@memberjunction/ng-
|
|
111
|
-
"@memberjunction/ng-
|
|
112
|
-
"@memberjunction/ng-
|
|
113
|
-
"@memberjunction/ng-
|
|
114
|
-
"@memberjunction/ng-
|
|
115
|
-
"@memberjunction/ng-
|
|
116
|
-
"@memberjunction/ng-base-
|
|
117
|
-
"@memberjunction/ng-
|
|
118
|
-
"@memberjunction/ng-
|
|
119
|
-
"@memberjunction/ng-
|
|
120
|
-
"@memberjunction/ng-
|
|
121
|
-
"@memberjunction/ng-
|
|
122
|
-
"@memberjunction/ng-
|
|
123
|
-
"@memberjunction/ng-
|
|
124
|
-
"@memberjunction/ng-
|
|
125
|
-
"@memberjunction/ng-entity-
|
|
126
|
-
"@memberjunction/ng-
|
|
127
|
-
"@memberjunction/ng-
|
|
128
|
-
"@memberjunction/ng-
|
|
129
|
-
"@memberjunction/ng-
|
|
130
|
-
"@memberjunction/ng-
|
|
131
|
-
"@memberjunction/ng-
|
|
132
|
-
"@memberjunction/ng-
|
|
133
|
-
"@memberjunction/ng-
|
|
134
|
-
"@memberjunction/ng-
|
|
135
|
-
"@memberjunction/ng-
|
|
136
|
-
"@memberjunction/ng-
|
|
137
|
-
"@memberjunction/ng-
|
|
138
|
-
"@memberjunction/ng-
|
|
139
|
-
"@memberjunction/ng-
|
|
140
|
-
"@memberjunction/ng-
|
|
141
|
-
"@memberjunction/ng-
|
|
142
|
-
"@memberjunction/ng-
|
|
143
|
-
"@memberjunction/ng-
|
|
144
|
-
"@memberjunction/ng-
|
|
145
|
-
"@memberjunction/
|
|
146
|
-
"@memberjunction/
|
|
147
|
-
"@memberjunction/
|
|
96
|
+
"@memberjunction/actions-base": "5.39.0",
|
|
97
|
+
"@memberjunction/ai-core-plus": "5.39.0",
|
|
98
|
+
"@memberjunction/ai-engine-base": "5.39.0",
|
|
99
|
+
"@memberjunction/api-keys-base": "5.39.0",
|
|
100
|
+
"@memberjunction/core": "5.39.0",
|
|
101
|
+
"@memberjunction/core-entities": "5.39.0",
|
|
102
|
+
"@memberjunction/credentials": "5.39.0",
|
|
103
|
+
"@memberjunction/export-engine": "5.39.0",
|
|
104
|
+
"@memberjunction/tag-engine-base": "5.39.0",
|
|
105
|
+
"@memberjunction/global": "5.39.0",
|
|
106
|
+
"@memberjunction/graphql-dataprovider": "5.39.0",
|
|
107
|
+
"@memberjunction/integration-engine-base": "5.39.0",
|
|
108
|
+
"@memberjunction/interactive-component-types": "5.39.0",
|
|
109
|
+
"@memberjunction/lists-base": "5.39.0",
|
|
110
|
+
"@memberjunction/ng-action-gallery": "5.39.0",
|
|
111
|
+
"@memberjunction/ng-actions": "5.39.0",
|
|
112
|
+
"@memberjunction/ng-agent-requests": "5.39.0",
|
|
113
|
+
"@memberjunction/ng-agents": "5.39.0",
|
|
114
|
+
"@memberjunction/ng-ai-test-harness": "5.39.0",
|
|
115
|
+
"@memberjunction/ng-archive-manager": "5.39.0",
|
|
116
|
+
"@memberjunction/ng-base-application": "5.39.0",
|
|
117
|
+
"@memberjunction/ng-base-types": "5.39.0",
|
|
118
|
+
"@memberjunction/ng-clustering": "5.39.0",
|
|
119
|
+
"@memberjunction/ng-code-editor": "5.39.0",
|
|
120
|
+
"@memberjunction/ng-container-directives": "5.39.0",
|
|
121
|
+
"@memberjunction/ng-conversations": "5.39.0",
|
|
122
|
+
"@memberjunction/ng-core-entity-forms": "5.39.0",
|
|
123
|
+
"@memberjunction/ng-credentials": "5.39.0",
|
|
124
|
+
"@memberjunction/ng-dashboard-viewer": "5.39.0",
|
|
125
|
+
"@memberjunction/ng-entity-relationship-diagram": "5.39.0",
|
|
126
|
+
"@memberjunction/ng-entity-viewer": "5.39.0",
|
|
127
|
+
"@memberjunction/ng-explorer-settings": "5.39.0",
|
|
128
|
+
"@memberjunction/ng-export-service": "5.39.0",
|
|
129
|
+
"@memberjunction/ng-filter-builder": "5.39.0",
|
|
130
|
+
"@memberjunction/ng-list-management": "5.39.0",
|
|
131
|
+
"@memberjunction/ng-map-view": "5.39.0",
|
|
132
|
+
"@memberjunction/ng-markdown": "5.39.0",
|
|
133
|
+
"@memberjunction/ng-notifications": "5.39.0",
|
|
134
|
+
"@memberjunction/ng-query-viewer": "5.39.0",
|
|
135
|
+
"@memberjunction/ng-base-forms": "5.39.0",
|
|
136
|
+
"@memberjunction/ng-react": "5.39.0",
|
|
137
|
+
"@memberjunction/ng-resource-permissions": "5.39.0",
|
|
138
|
+
"@memberjunction/ng-scheduling": "5.39.0",
|
|
139
|
+
"@memberjunction/ng-search": "5.39.0",
|
|
140
|
+
"@memberjunction/ng-shared": "5.39.0",
|
|
141
|
+
"@memberjunction/ng-shared-generic": "5.39.0",
|
|
142
|
+
"@memberjunction/ng-testing": "5.39.0",
|
|
143
|
+
"@memberjunction/ng-trees": "5.39.0",
|
|
144
|
+
"@memberjunction/ng-ui-components": "5.39.0",
|
|
145
|
+
"@memberjunction/ng-versions": "5.39.0",
|
|
146
|
+
"@memberjunction/ng-word-cloud": "5.39.0",
|
|
147
|
+
"@memberjunction/skip-types": "5.39.0",
|
|
148
|
+
"@memberjunction/templates-base-types": "5.39.0",
|
|
149
|
+
"@memberjunction/testing-engine-base": "5.39.0",
|
|
148
150
|
"angular-split": "^20.0.0",
|
|
149
151
|
"codemirror": "^6.0.2",
|
|
150
152
|
"d3": "^7.8.5",
|